@ui5/webcomponents-theming 1.17.0-rc.2 → 1.17.2

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,25 @@
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
+ ## [1.17.2](https://github.com/SAP/ui5-webcomponents/compare/v1.17.1...v1.17.2) (2023-09-21)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-theming
9
+
10
+
11
+
12
+
13
+
14
+ # [1.17.0](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.2...v1.17.0) (2023-09-01)
15
+
16
+
17
+ ### Features
18
+
19
+ * **ui5-toolbar:** web component introduced ([#7024](https://github.com/SAP/ui5-webcomponents/issues/7024)) ([2f329fe](https://github.com/SAP/ui5-webcomponents/commit/2f329fe2d237d24f05ed140658e39752d6d9d8ae))
20
+
21
+
22
+
23
+
24
+
6
25
  # [1.17.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.1...v1.17.0-rc.2) (2023-08-24)
7
26
 
8
27
  **Note:** Version bump only for package @ui5/webcomponents-theming
package/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  ![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-webcomponents/main/docs/images/UI5_logo_wide.png)
2
2
 
3
+
3
4
  # UI5 Web Components - Theming
4
5
 
5
6
  [![npm Package Version](https://badge.fury.io/js/%40ui5%2Fwebcomponents.svg)](https://www.npmjs.com/package/@ui5/webcomponents)
@@ -424,6 +424,7 @@
424
424
  "--sapTile_SeparatorColor",
425
425
  "--sapTile_TextColor",
426
426
  "--sapTile_TitleTextColor",
427
+ "--sapToolbar_Background",
427
428
  "--sapToolbar_SeparatorColor",
428
429
  "--sapWarningBackground",
429
430
  "--sapWarningBorderColor"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-theming",
3
- "version": "1.17.0-rc.2",
3
+ "version": "1.17.2",
4
4
  "description": "UI5 Web Components: webcomponents.theming",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -30,10 +30,10 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@sap-theming/theming-base-content": "11.6.4",
33
- "@ui5/webcomponents-base": "1.17.0-rc.2"
33
+ "@ui5/webcomponents-base": "1.17.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@ui5/webcomponents-tools": "1.17.0-rc.2",
36
+ "@ui5/webcomponents-tools": "1.17.2",
37
37
  "cssnano": "^6.0.1",
38
38
  "globby": "^13.1.1",
39
39
  "json-beautify": "^1.1.1",
@@ -43,5 +43,5 @@
43
43
  "resolve": "^1.20.0"
44
44
  },
45
45
  "resolutions": {},
46
- "gitHead": "e9778e42a321bc65ab0a52fbdcc7957b4290ab13"
46
+ "gitHead": "9dbfa8922d124cc66a5989ffc7ec5ab0867b5f27"
47
47
  }