@ui5/webcomponents-theming 1.18.0-rc.1 → 1.18.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
+ # [1.18.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.2...v1.18.0) (2023-10-02)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-theming
9
+
10
+
11
+
12
+
13
+
14
+ # [1.18.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.1...v1.18.0-rc.2) (2023-09-28)
15
+
16
+ **Note:** Version bump only for package @ui5/webcomponents-theming
17
+
18
+
19
+
20
+
21
+
6
22
  # [1.18.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.0...v1.18.0-rc.1) (2023-09-21)
7
23
 
8
24
  **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)
@@ -83,6 +83,7 @@
83
83
  "--sapButton_Emphasized_Active_TextColor",
84
84
  "--sapButton_Emphasized_Background",
85
85
  "--sapButton_Emphasized_BorderColor",
86
+ "--sapButton_Emphasized_FontWeight",
86
87
  "--sapButton_Emphasized_Hover_Background",
87
88
  "--sapButton_Emphasized_Hover_BorderColor",
88
89
  "--sapButton_Emphasized_Hover_TextColor",
@@ -201,7 +202,6 @@
201
202
  "--sapContent_Selected_ForegroundColor",
202
203
  "--sapContent_Selected_Hover_Background",
203
204
  "--sapContent_Selected_MeasureIndicatorColor",
204
- "--sapContent_Selected_Shadow",
205
205
  "--sapContent_Selected_TextColor",
206
206
  "--sapContent_Shadow0",
207
207
  "--sapContent_Shadow1",
@@ -217,6 +217,7 @@
217
217
  "--sapElement_BorderWidth",
218
218
  "--sapElement_Compact_Height",
219
219
  "--sapElement_Height",
220
+ "--sapElement_LineHeight",
220
221
  "--sapErrorBackground",
221
222
  "--sapErrorBorderColor",
222
223
  "--sapField_Active_BorderColor",
@@ -400,7 +401,6 @@
400
401
  "--sapShell_InteractiveTextColor",
401
402
  "--sapShell_TextColor",
402
403
  "--sapShellColor",
403
- "--sapSlider_Active_HandleBackground",
404
404
  "--sapSlider_Active_RangeHandleBackground",
405
405
  "--sapSlider_Background",
406
406
  "--sapSlider_HandleBackground",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-theming",
3
- "version": "1.18.0-rc.1",
3
+ "version": "1.18.0",
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.8",
33
- "@ui5/webcomponents-base": "1.18.0-rc.1"
33
+ "@ui5/webcomponents-base": "1.18.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@ui5/webcomponents-tools": "1.18.0-rc.1",
36
+ "@ui5/webcomponents-tools": "1.18.0",
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": "4ee4e15d3bd6e5517090f0fccdb0939b3591cbdc"
46
+ "gitHead": "67f6f3012e7c23d6e2b9045974a080d5c40b7610"
47
47
  }