@ui5/webcomponents-theming 2.14.0-rc.7 → 2.15.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [2.15.0-rc.0](https://github.com/UI5/webcomponents/compare/v2.14.0...v2.15.0-rc.0) (2025-09-11)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-theming
9
+
10
+
11
+
12
+
13
+
14
+ # [2.14.0](https://github.com/SAP/ui5-webcomponents/compare/v2.14.0-rc.7...v2.14.0) (2025-09-04)
15
+
16
+ **Note:** Version bump only for package @ui5/webcomponents-theming
17
+
18
+
19
+
20
+
21
+
6
22
  # [2.14.0-rc.7](https://github.com/SAP/ui5-webcomponents/compare/v2.14.0-rc.6...v2.14.0-rc.7) (2025-09-04)
7
23
 
8
24
  **Note:** Version bump only for package @ui5/webcomponents-theming
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # ![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-webcomponents/main/docs/images/UI5_logo_water.png)UI5 Web Components - Theming
1
+ # ![UI5 icon](https://raw.githubusercontent.com/UI5/webcomponents/main/docs/images/UI5_logo_water.png)UI5 Web Components - Theming
2
2
 
3
3
  [![npm Package Version](https://badge.fury.io/js/%40ui5%2Fwebcomponents.svg)](https://www.npmjs.com/package/@ui5/webcomponents)
4
4
 
@@ -15,16 +15,16 @@ The assets, provided by this package, are additional themes:
15
15
  *Note:* These assets are already imported by the UI5 Web Components packages that need them.
16
16
 
17
17
  ## Resources
18
- - [UI5 Web Components - README.md](https://github.com/SAP/ui5-webcomponents/blob/main/README.md)
19
- - [UI5 Web Components - Home Page](https://sap.github.io/ui5-webcomponents)
20
- - [UI5 Web Components - Playground and API Reference](https://sap.github.io/ui5-webcomponents/play/)
18
+ - [UI5 Web Components - README.md](https://github.com/UI5/webcomponents/blob/main/README.md)
19
+ - [UI5 Web Components - Home Page](https://ui5.github.io/webcomponents)
20
+ - [UI5 Web Components - Playground and API Reference](https://ui5.github.io/webcomponents/play/)
21
21
 
22
22
  ## Support
23
- 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://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).
23
+ We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/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://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).
24
24
 
25
25
  ## Contribute
26
- Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/docs/6-contributing/02-conventions-and-guidelines.md).
26
+ Please check our [Contribution Guidelines](https://github.com/UI5/webcomponents/blob/main/docs/6-contributing/02-conventions-and-guidelines.md).
27
27
 
28
28
  ## License
29
29
  Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
30
- 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.
30
+ This file is licensed under the Apache Software License, Version 2.0 except as noted otherwise in the [LICENSE](https://github.com/UI5/webcomponents/blob/main/LICENSE.txt) file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-theming",
3
- "version": "2.14.0-rc.7",
3
+ "version": "2.15.0-rc.0",
4
4
  "description": "UI5 Web Components: webcomponents.theming",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -26,15 +26,15 @@
26
26
  },
27
27
  "repository": {
28
28
  "type": "git",
29
- "url": "https://github.com/SAP/ui5-webcomponents.git",
29
+ "url": "https://github.com/UI5/webcomponents.git",
30
30
  "directory": "packages/theming"
31
31
  },
32
32
  "dependencies": {
33
33
  "@sap-theming/theming-base-content": "11.29.3",
34
- "@ui5/webcomponents-base": "2.14.0-rc.7"
34
+ "@ui5/webcomponents-base": "2.15.0-rc.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@ui5/webcomponents-tools": "2.14.0-rc.7",
37
+ "@ui5/webcomponents-tools": "2.15.0-rc.0",
38
38
  "globby": "^13.1.1",
39
39
  "json-beautify": "^1.1.1",
40
40
  "nps": "^5.10.0",
@@ -42,5 +42,5 @@
42
42
  "postcss-import": "^14.0.2"
43
43
  },
44
44
  "resolutions": {},
45
- "gitHead": "06b732765563f9087538f29a4747d2bd758e5fd1"
45
+ "gitHead": "033a6d621ee56640dda7dc853bfd29ac88c4ca25"
46
46
  }