Skip to content

Commit

Permalink
Update Fundamental Styles v0.23.0 in Luigi Core (SAP#2698)
Browse files Browse the repository at this point in the history
  • Loading branch information
UlianaMunich authored May 12, 2022
1 parent 01ef222 commit 0249ef2
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 68 deletions.
3 changes: 2 additions & 1 deletion core/fundamentalStyleClasses.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = [
'./node_modules/fundamental-styles/dist/variables.css',
'./node_modules/@sap-theming/theming-base-content/content/Base/baseLib/sap_fiori_3/css_variables.css',
'./node_modules/fundamental-styles/dist/theming/sap_fiori_3.css',
'./node_modules/fundamental-styles/dist/icon.css',
'./node_modules/fundamental-styles/dist/layout.css',
'./node_modules/fundamental-styles/dist/action-bar.css',
Expand Down
12 changes: 6 additions & 6 deletions core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.2",
"@babel/register": "^7.6.2",
"@sap-theming/theming-base-content": "~11.1.30",
"@sap-theming/theming-base-content": "11.1.35",
"@webcomponents/webcomponentsjs": "^2.3.0",
"acorn": "^6.4.1",
"axios": ">=0.21.2",
Expand All @@ -24,7 +24,7 @@
"esm": "^3.2.25",
"file-loader": "^2.0.0",
"fs-extra": "9.0.0",
"fundamental-styles": "^0.20.0",
"fundamental-styles": "0.23.0",
"glob-parent": ">=5.1.2",
"jsdom": "15.0.0",
"jsdom-global": "3.0.2",
Expand Down
116 changes: 58 additions & 58 deletions core/src/styles/_fonts.scss
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
@font-face {
font-family: '72';
src: url('../node_modules/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff')
format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: '72';
src: url('../node_modules/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff2')
format('woff2');
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: '72';
src: url('../node_modules/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff')
format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: '72';
src: url('../node_modules/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff2')
format('woff2');
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: '72';
src: url('../node_modules/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/72-Regular-full.woff')
format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: '72';
src: url('../node_modules/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/72-Regular-full.woff2')
format('woff2');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'SAP-icons';
src: url('../node_modules/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/SAP-icons.woff')
format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SAP-icons';
src: url('../node_modules/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/SAP-icons.woff2')
format('woff2');
font-weight: normal;
font-style: normal;
}
font-family: '72';
src: url('../node_modules/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff')
format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: '72';
src: url('../node_modules/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff2')
format('woff2');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: '72';
src: url('../node_modules/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff')
format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: '72';
src: url('../node_modules/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff2')
format('woff2');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: '72';
src: url('../node_modules/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/72-Regular-full.woff')
format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: '72';
src: url('../node_modules/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/72-Regular-full.woff2')
format('woff2');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'SAP-icons';
src: url('../node_modules/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/SAP-icons.woff')
format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SAP-icons';
src: url('../node_modules/@sap-theming/theming-base-content/content/Base/baseLib/baseTheme/fonts/SAP-icons.woff2')
format('woff2');
font-weight: normal;
font-style: normal;
}
2 changes: 1 addition & 1 deletion core/webpack-common-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = {
test: /\.(png|jpg|gif|svg|eot|ttf|woff|woff2)$/,
loader: 'url-loader',
options: {
limit: 50000
limit: 5000
}
}
};

0 comments on commit 0249ef2

Please sign in to comment.