@ui5/webcomponents-theming 1.22.0 → 1.23.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 +19 -0
- package/css-vars-usage.json +20 -0
- package/package.json +4 -4
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.23.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.1-rc.0...v1.23.0-rc.0) (2024-02-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **ui5-calendar-legend:** introduce ui5-calendar-legend component ([#7706](https://github.com/SAP/ui5-webcomponents/issues/7706)) ([909a602](https://github.com/SAP/ui5-webcomponents/commit/909a6028362b55e26fdb5ca7a1ed68c8c6197a6b))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [1.22.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0...v1.22.1-rc.0) (2024-02-08)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [1.22.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.3...v1.22.0) (2024-02-05)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @ui5/webcomponents-theming
|
package/css-vars-usage.json
CHANGED
|
@@ -199,6 +199,7 @@
|
|
|
199
199
|
"--sapContent_BadgeBackground",
|
|
200
200
|
"--sapContent_BadgeTextColor",
|
|
201
201
|
"--sapContent_BusyColor",
|
|
202
|
+
"--sapContent_ContentColor",
|
|
202
203
|
"--sapContent_ContrastFocusColor",
|
|
203
204
|
"--sapContent_ContrastIconColor",
|
|
204
205
|
"--sapContent_ContrastShadowColor",
|
|
@@ -463,7 +464,26 @@
|
|
|
463
464
|
"--sapLegendBackgroundColor10",
|
|
464
465
|
"--sapLegendBackgroundColor18",
|
|
465
466
|
"--sapLegendBackgroundColor20",
|
|
467
|
+
"--sapLegendColor1",
|
|
468
|
+
"--sapLegendColor2",
|
|
469
|
+
"--sapLegendColor3",
|
|
470
|
+
"--sapLegendColor4",
|
|
471
|
+
"--sapLegendColor5",
|
|
472
|
+
"--sapLegendColor6",
|
|
473
|
+
"--sapLegendColor7",
|
|
474
|
+
"--sapLegendColor8",
|
|
475
|
+
"--sapLegendColor9",
|
|
476
|
+
"--sapLegendColor10",
|
|
477
|
+
"--sapLegendColor11",
|
|
478
|
+
"--sapLegendColor12",
|
|
479
|
+
"--sapLegendColor13",
|
|
480
|
+
"--sapLegendColor14",
|
|
481
|
+
"--sapLegendColor15",
|
|
482
|
+
"--sapLegendColor16",
|
|
483
|
+
"--sapLegendColor17",
|
|
466
484
|
"--sapLegendColor18",
|
|
485
|
+
"--sapLegendColor19",
|
|
486
|
+
"--sapLegendColor20",
|
|
467
487
|
"--sapLink_Active_Color",
|
|
468
488
|
"--sapLink_Active_TextDecoration",
|
|
469
489
|
"--sapLink_Hover_Color",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents-theming",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.23.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",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@sap-theming/theming-base-content": "11.10.0",
|
|
34
|
-
"@ui5/webcomponents-base": "1.
|
|
34
|
+
"@ui5/webcomponents-base": "1.23.0-rc.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@ui5/webcomponents-tools": "1.
|
|
37
|
+
"@ui5/webcomponents-tools": "1.23.0-rc.0",
|
|
38
38
|
"globby": "^13.1.1",
|
|
39
39
|
"json-beautify": "^1.1.1",
|
|
40
40
|
"nps": "^5.10.0",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"resolve": "^1.20.0"
|
|
44
44
|
},
|
|
45
45
|
"resolutions": {},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "e2a973c91667b21715470df85bf779779ec517cb"
|
|
47
47
|
}
|