@ui5/webcomponents-theming
Advanced tools
Comparing version 0.0.0-701b14e36 to 0.0.0-7e7d9ea6f
@@ -6,2 +6,20 @@ # Change Log | ||
# [1.5.0](https://github.com/SAP/ui5-webcomponents/compare/v1.4.0...v1.5.0) (2022-07-03) | ||
# [1.4.0](https://github.com/SAP/ui5-webcomponents/compare/v1.3.1...v1.4.0) (2022-05-25) | ||
### Bug Fixes | ||
* **framework:** fix fallback to default theme ([#5185](https://github.com/SAP/ui5-webcomponents/issues/5185)) ([0fc2f0d](https://github.com/SAP/ui5-webcomponents/commit/0fc2f0d)), closes [#5136](https://github.com/SAP/ui5-webcomponents/issues/5136) [#5136](https://github.com/SAP/ui5-webcomponents/issues/5136) | ||
## [1.3.1](https://github.com/SAP/ui5-webcomponents/compare/v1.3.0...v1.3.1) (2022-04-27) | ||
@@ -8,0 +26,0 @@ |
@@ -313,3 +313,2 @@ [ | ||
"--sapLink_SubtleColor", | ||
"--sapLink_Visited_Color", | ||
"--sapLinkColor", | ||
@@ -389,2 +388,3 @@ "--sapList_Active_Background", | ||
"--sapShell_Hover_Background", | ||
"--sapShell_InteractiveBackground", | ||
"--sapShell_InteractiveBorderColor", | ||
@@ -391,0 +391,0 @@ "--sapShell_InteractiveTextColor", |
@@ -38,5 +38,5 @@ import { registerThemePropertiesLoader } from "@ui5/webcomponents-base/dist/asset-registries/Themes.js"; | ||
return (await fetch(themeUrlsByName[themeName])).json(); | ||
} | ||
}; | ||
["sap_belize", "sap_belize_hcb", "sap_belize_hcw", "sap_fiori_3", "sap_fiori_3_dark", "sap_fiori_3_hcb", "sap_fiori_3_hcw", "sap_horizon", "sap_horizon_dark", "sap_horizon_exp", "sap_horizon_hcb", "sap_horizon_hcw"] | ||
.forEach(themeName => registerThemePropertiesLoader("@ui5/webcomponents-theming", themeName, loadThemeProperties)); |
@@ -19,3 +19,3 @@ import { registerThemePropertiesLoader } from "@ui5/webcomponents-base/dist/asset-registries/Themes.js"; | ||
} | ||
} | ||
}; | ||
@@ -28,5 +28,5 @@ const loadAndCheck = async (themeName) => { | ||
return data; | ||
} | ||
}; | ||
["sap_belize", "sap_belize_hcb", "sap_belize_hcw", "sap_fiori_3", "sap_fiori_3_dark", "sap_fiori_3_hcb", "sap_fiori_3_hcw", "sap_horizon", "sap_horizon_dark", "sap_horizon_exp", "sap_horizon_hcb", "sap_horizon_hcw"] | ||
.forEach(themeName => registerThemePropertiesLoader("@ui5/webcomponents-theming", themeName, loadAndCheck)); |
@@ -19,4 +19,5 @@ const fs = require('fs').promises; | ||
const mainFiles = await globby(path.join(__dirname, "../../../main/src/themes/**/*.css")); | ||
const fioriFiles = await globby(path.join(__dirname, "../../../fiori/src/themes/**/*.css")); | ||
const mainFiles = await globby(path.join(__dirname, "../../../main/src/themes/**/*.css").replace(/\\/g, "/")); | ||
const fioriFiles = await globby(path.join(__dirname, "../../../fiori/src/themes/**/*.css").replace(/\\/g, "/")); | ||
await Promise.all([...mainFiles.map(processFile), ...fioriFiles.map(processFile)]); | ||
@@ -23,0 +24,0 @@ |
{ | ||
"name": "@ui5/webcomponents-theming", | ||
"version": "0.0.0-701b14e36", | ||
"version": "0.0.0-7e7d9ea6f", | ||
"description": "UI5 Web Components: webcomponents.theming", | ||
@@ -32,7 +32,7 @@ "author": "SAP SE (https://www.sap.com)", | ||
"@sap-theming/theming-base-content": "11.1.38", | ||
"@ui5/webcomponents-base": "0.0.0-701b14e36" | ||
"@ui5/webcomponents-base": "0.0.0-7e7d9ea6f" | ||
}, | ||
"devDependencies": { | ||
"@ui5/webcomponents-tools": "0.0.0-701b14e36", | ||
"chromedriver": "100.0.0", | ||
"@ui5/webcomponents-tools": "0.0.0-7e7d9ea6f", | ||
"chromedriver": "102.0.0", | ||
"cssnano": "^4.1.11", | ||
@@ -39,0 +39,0 @@ "globby": "^13.1.1", |
@@ -1,6 +0,5 @@ | ||
 | ||
 | ||
# UI5 Web Components - Theming | ||
[](https://travis-ci.org/SAP/ui5-webcomponents) | ||
[](https://www.npmjs.com/package/@ui5/webcomponents) | ||
@@ -21,3 +20,3 @@ | ||
## Resources | ||
- [UI5 Web Components - README.md](https://github.com/SAP/ui5-webcomponents/blob/master/README.md) | ||
- [UI5 Web Components - README.md](https://github.com/SAP/ui5-webcomponents/blob/main/README.md) | ||
- [UI5 Web Components - Home Page](https://sap.github.io/ui5-webcomponents) | ||
@@ -27,9 +26,9 @@ - [UI5 Web Components - Playground and API Reference](https://sap.github.io/ui5-webcomponents/playground/) | ||
## Support | ||
We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://join-ui5-slack.herokuapp.com/). | ||
We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://join-ui5-slack.herokuapp.com/). | ||
## Contribute | ||
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/docs/6-contributing/02-conventions-and-guidelines.md). | ||
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/docs/6-contributing/02-conventions-and-guidelines.md). | ||
## License | ||
Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. | ||
This file is licensed under the Apache Software License, Version 2.0 except as noted otherwise in the [LICENSE](https://github.com/SAP/ui5-webcomponents/blob/master/LICENSE.txt) file. | ||
This file is licensed under the Apache Software License, Version 2.0 except as noted otherwise in the [LICENSE](https://github.com/SAP/ui5-webcomponents/blob/main/LICENSE.txt) file. |
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
1527885
1
33
+ Added@ui5/webcomponents-base@0.0.0-7e7d9ea6f(transitive)
- Removed@ui5/webcomponents-base@0.0.0-701b14e36(transitive)