New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ui5/webcomponents-theming

Package Overview
Dependencies
Maintainers
4
Versions
359
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui5/webcomponents-theming - npm Package Compare versions

Comparing version 0.0.0-701b14e36 to 0.0.0-7e7d9ea6f

18

CHANGELOG.md

@@ -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 @@

2

css-vars-usage.json

@@ -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 icon](https://raw.githubusercontent.com/SAP/ui5-webcomponents/master/docs/images/UI5_logo_wide.png)
![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-webcomponents/main/docs/images/UI5_logo_wide.png)
# UI5 Web Components - Theming
[![Travis CI Build Status](https://travis-ci.org/SAP/ui5-webcomponents.svg?branch=master)](https://travis-ci.org/SAP/ui5-webcomponents)
[![npm Package Version](https://badge.fury.io/js/%40ui5%2Fwebcomponents.svg)](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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc