@ui5/webcomponents-theme-base
Advanced tools
Comparing version 0.0.0-78035f8e7 to 0.0.0-82b703434
@@ -6,2 +6,44 @@ # Change Log | ||
# [1.0.0-rc.11](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.10...v1.0.0-rc.11) (2020-12-21) | ||
### Features | ||
* **ui5-bar:** initial implementation ([#2533](https://github.com/SAP/ui5-webcomponents/issues/2533)) ([5c601cd](https://github.com/SAP/ui5-webcomponents/commit/5c601cd)), closes [#2434](https://github.com/SAP/ui5-webcomponents/issues/2434) | ||
* **ui5-slider:** Add Slider component ([#2349](https://github.com/SAP/ui5-webcomponents/issues/2349)) ([2b9008c](https://github.com/SAP/ui5-webcomponents/commit/2b9008c)) | ||
# [1.0.0-rc.10](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.9...v1.0.0-rc.10) (2020-11-12) | ||
### Featires | ||
* **framework:** add override font-family for glyphs with diacritics ([#2402](https://github.com/SAP/ui5-webcomponents/issues/2402)) ([5a550b8](https://github.com/SAP/ui5-webcomponents/commit/5a550b8)) | ||
### Bug Fixes | ||
* **theme-base:** correct inavlid CSS vars ([#2427](https://github.com/SAP/ui5-webcomponents/issues/2427)) ([3674dbc](https://github.com/SAP/ui5-webcomponents/commit/3674dbc)) | ||
# [1.0.0-rc.9](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.8...v1.0.0-rc.9) (2020-10-08) | ||
**Note:** Version bump only for package @ui5/webcomponents-theme-base | ||
# [1.0.0-rc.8](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2020-07-30) | ||
### Features | ||
* **theming:** Introduce sap_fiori_3_hcb and sap_fiori_3_hcw themes ([#1947](https://github.com/SAP/ui5-webcomponents/issues/1947)) ([81afb57](https://github.com/SAP/ui5-webcomponents/commit/81afb57)) | ||
# [1.0.0-rc.7](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2020-04-30) | ||
@@ -8,0 +50,0 @@ |
@@ -12,2 +12,3 @@ [ | ||
"--sapAccentColor10", | ||
"--sapActiveColor", | ||
"--sapActiveColor_Lighten3", | ||
@@ -65,3 +66,2 @@ "--sapBackgroundColor", | ||
"--sapContent_ContrastTextColor", | ||
"--sapContent_contrastTextColor", | ||
"--sapContent_DisabledOpacity", | ||
@@ -86,2 +86,3 @@ "--sapContent_DisabledTextColor", | ||
"--sapContent_Shadow2", | ||
"--sapContent_Shadow3", | ||
"--sapContent_TextShadow", | ||
@@ -92,6 +93,9 @@ "--sapContent_UnratedColor", | ||
"--sapCriticalTextColor", | ||
"--sapElement_BorderCornerRadius", | ||
"--sapErrorBackground", | ||
"--sapErrorBorderColor", | ||
"--sapField_Active_BorderColor", | ||
"--sapField_Background", | ||
"--sapField_BorderColor", | ||
"--sapField_BorderWidth", | ||
"--sapField_Hover_Background", | ||
@@ -113,2 +117,3 @@ "--sapField_Hover_BorderColor", | ||
"--sapFontFamily", | ||
"--sapFontHeader4Size", | ||
"--sapFontHeader5Size", | ||
@@ -133,2 +138,3 @@ "--sapFontHeader6Size", | ||
"--sapInformativeElementColor", | ||
"--sapInformativeTextColor", | ||
"--sapLegend_CurrentDateTime", | ||
@@ -140,3 +146,2 @@ "--sapLegend_NonWorkingBackground", | ||
"--sapLegendBackgroundColor3", | ||
"--sapLegendBackgroundColor4", | ||
"--sapLegendBackgroundColor5", | ||
@@ -148,6 +153,6 @@ "--sapLegendBackgroundColor6", | ||
"--sapLegendBackgroundColor10", | ||
"--sapLegendBackgroundColor20", | ||
"--sapLegendColor1", | ||
"--sapLegendColor2", | ||
"--sapLegendColor3", | ||
"--sapLegendColor4", | ||
"--sapLegendColor5", | ||
@@ -157,4 +162,4 @@ "--sapLegendColor6", | ||
"--sapLegendColor8", | ||
"--sapLegendColor9", | ||
"--sapLegendColor10", | ||
"--sapLegendColor20", | ||
"--sapLink_SubtleColor", | ||
@@ -167,2 +172,3 @@ "--sapLinkColor", | ||
"--sapList_BorderColor", | ||
"--sapList_BorderWidth", | ||
"--sapList_FooterBackground", | ||
@@ -179,6 +185,2 @@ "--sapList_FooterTextColor", | ||
"--sapList_TableGroupHeaderTextColor", | ||
"--sapMFontHeader4Size", | ||
"--sapMFontHeader5Size", | ||
"--sapMFontHeader6Size", | ||
"--sapMFontLargeSize", | ||
"--sapNegativeColor", | ||
@@ -195,2 +197,3 @@ "--sapNegativeElementColor", | ||
"--sapPageFooter_TextColor", | ||
"--sapPageHeader_Background", | ||
"--sapPageHeader_BorderColor", | ||
@@ -201,3 +204,2 @@ "--sapPageHeader_TextColor", | ||
"--sapPositiveTextColor", | ||
"--sapSelected", | ||
"--sapSelectedColor", | ||
@@ -221,5 +223,4 @@ "--sapShell_Active_Background", | ||
"--sapTile_TitleTextColor", | ||
"--sapUiBaseColor", | ||
"--sapWarningBackground", | ||
"--sapWarningBorderColor" | ||
] |
import { registerThemeProperties } from "@ui5/webcomponents-base/dist/asset-registries/Themes.js"; | ||
import sap_fiori_3_dark from "../assets/themes/sap_fiori_3_dark/parameters-bundle.css.json"; | ||
import sap_belize from "../assets/themes/sap_belize/parameters-bundle.css.json"; | ||
import sap_belize_hcb from "../assets/themes/sap_belize_hcb/parameters-bundle.css.json"; | ||
import sap_belize_hcw from "../assets/themes/sap_belize_hcw/parameters-bundle.css.json"; | ||
import sap_fiori_3_dark from "../assets/themes/sap_fiori_3_dark/parameters-bundle.css.json"; | ||
import sap_fiori_3_hcb from "../assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json"; | ||
import sap_fiori_3_hcw from "../assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json"; | ||
const isInlined = obj => typeof (obj) === "object"; | ||
if (isInlined(sap_fiori_3_dark) || isInlined(sap_belize) || isInlined(sap_belize_hcb) || isInlined(sap_belize_hcw)) { | ||
if (isInlined(sap_belize) || isInlined(sap_belize_hcb) || isInlined(sap_belize_hcw) || isInlined(sap_fiori_3_dark) || isInlined(sap_fiori_3_hcb) || isInlined(sap_fiori_3_hcw)) { | ||
console.warn(`Inefficient bundling detected: consider bundling theme properties imports as URLs instead of inlining them. | ||
@@ -16,5 +18,7 @@ See rollup-plugin-url or webpack file-loader for more information. | ||
registerThemeProperties("@ui5/webcomponents-theme-base", "sap_fiori_3_dark", sap_fiori_3_dark); | ||
registerThemeProperties("@ui5/webcomponents-theme-base", "sap_belize", sap_belize); | ||
registerThemeProperties("@ui5/webcomponents-theme-base", "sap_belize_hcb", sap_belize_hcb); | ||
registerThemeProperties("@ui5/webcomponents-theme-base", "sap_belize_hcw", sap_belize_hcw);; | ||
registerThemeProperties("@ui5/webcomponents-theme-base", "sap_belize_hcw", sap_belize_hcw); | ||
registerThemeProperties("@ui5/webcomponents-theme-base", "sap_fiori_3_dark", sap_fiori_3_dark); | ||
registerThemeProperties("@ui5/webcomponents-theme-base", "sap_fiori_3_hcb", sap_fiori_3_hcb); | ||
registerThemeProperties("@ui5/webcomponents-theme-base", "sap_fiori_3_hcw", sap_fiori_3_hcw); |
@@ -30,3 +30,3 @@ const path = require("path"); | ||
postcss: "postcss dist/**/parameters-bundle.css --config config/postcss.themes --base dist/ --dir dist/css/", | ||
jsonImports: `node "${jsonImportsScript}" dist/generated/json-imports`, | ||
jsonImports: `node "${jsonImportsScript}" dist/generated/assets/themes dist/generated/json-imports`, | ||
}, | ||
@@ -33,0 +33,0 @@ generateReport: `node "${generateReportScript}"`, |
{ | ||
"name": "@ui5/webcomponents-theme-base", | ||
"version": "0.0.0-78035f8e7", | ||
"version": "0.0.0-82b703434", | ||
"description": "UI5 Web Components: webcomponents.theme-base", | ||
@@ -27,8 +27,8 @@ "author": "SAP SE (https://www.sap.com)", | ||
"@sap-theming/theming-base-content": "11.1.19", | ||
"@ui5/webcomponents-base": "0.0.0-78035f8e7" | ||
"@ui5/webcomponents-base": "0.0.0-82b703434" | ||
}, | ||
"devDependencies": { | ||
"@ui5/webcomponents-tools": "0.0.0-78035f8e7", | ||
"@ui5/webcomponents-tools": "0.0.0-82b703434", | ||
"chokidar-cli": "^2.0.0", | ||
"chromedriver": "latest", | ||
"chokidar-cli": "^2.0.0", | ||
"copy-and-watch": "^0.1.4", | ||
@@ -35,0 +35,0 @@ "cssnano": "^4.1.10", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
254686
23
306
0
+ Added@ui5/webcomponents-base@0.0.0-82b703434(transitive)
- Removed@ui5/webcomponents-base@0.0.0-78035f8e7(transitive)