@ui5/webcomponents-theming 0.0.0-1e08ebdef → 0.0.0-3236d56be

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.
Files changed (60) hide show
  1. package/CHANGELOG.md +95 -0
  2. package/config/postcss.themes/postcss.config.js +1 -1
  3. package/css-vars-usage.json +148 -49
  4. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
  5. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  6. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  7. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  8. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  9. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  10. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  11. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  12. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
  13. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  14. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
  15. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
  16. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
  17. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
  18. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
  19. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  20. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  21. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  22. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  23. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  24. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
  25. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  26. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
  27. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
  28. package/dist/generated/json-imports/Themes-static.js +8 -2
  29. package/dist/generated/json-imports/Themes.js +4 -1
  30. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  31. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  32. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  33. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  34. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  35. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  36. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  37. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  38. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -0
  39. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  40. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -0
  41. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -0
  42. package/dist/themes/sap_belize/css_variables.css +171 -8
  43. package/dist/themes/sap_belize_hcb/css_variables.css +173 -10
  44. package/dist/themes/sap_belize_hcw/css_variables.css +170 -7
  45. package/dist/themes/sap_fiori_3/css_variables.css +172 -9
  46. package/dist/themes/sap_fiori_3_dark/css_variables.css +172 -9
  47. package/dist/themes/sap_fiori_3_hcb/css_variables.css +176 -13
  48. package/dist/themes/sap_fiori_3_hcw/css_variables.css +173 -10
  49. package/dist/themes/sap_horizon/css_variables.css +330 -167
  50. package/dist/themes/sap_horizon_dark/css_variables.css +747 -0
  51. package/dist/themes/sap_horizon_dark/parameters-bundle.css +1 -0
  52. package/dist/themes/sap_horizon_exp/css_variables.css +330 -167
  53. package/dist/themes/sap_horizon_hcb/css_variables.css +747 -0
  54. package/dist/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
  55. package/dist/themes/sap_horizon_hcw/css_variables.css +747 -0
  56. package/dist/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
  57. package/lib/generate-css-vars-usage-report/index.js +16 -12
  58. package/package-scripts.js +1 -6
  59. package/package.json +8 -10
  60. package/hash.txt +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,101 @@
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.3.1](https://github.com/SAP/ui5-webcomponents/compare/v1.3.0...v1.3.1) (2022-04-27)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-theming
9
+
10
+
11
+
12
+
13
+
14
+ # [1.3.0](https://github.com/SAP/ui5-webcomponents/compare/v1.2.4...v1.3.0) (2022-04-19)
15
+
16
+
17
+ * ****Note:** Version bump only for package @ui5/webcomponents-theming
18
+
19
+
20
+
21
+
22
+
23
+
24
+ ## [1.2.4](https://github.com/SAP/ui5-webcomponents/compare/v1.2.3...v1.2.4) (2022-03-30)
25
+
26
+ **Note:** Version bump only for package @ui5/webcomponents-theming
27
+
28
+
29
+
30
+
31
+
32
+ ## [1.2.3](https://github.com/SAP/ui5-webcomponents/compare/v1.2.2...v1.2.3) (2022-03-23)
33
+
34
+ **Note:** Version bump only for package @ui5/webcomponents-theming
35
+
36
+
37
+
38
+
39
+
40
+ ## [1.2.2](https://github.com/SAP/ui5-webcomponents/compare/v1.2.1...v1.2.2) (2022-03-22)
41
+
42
+
43
+ ### Features
44
+
45
+ * add ` sap_horizon_dark` and `sap_horizon_hcb(hcw)` theme params ([#4722](https://github.com/SAP/ui5-webcomponents/issues/4722)) ([dc070a1](https://github.com/SAP/ui5-webcomponents/commit/dc070a1))
46
+
47
+
48
+
49
+
50
+
51
+ ## [1.2.1](https://github.com/SAP/ui5-webcomponents/compare/v1.2.0...v1.2.1) (2022-03-02)
52
+
53
+ **Note:** Version bump only for package @ui5/webcomponents-theming
54
+
55
+
56
+
57
+
58
+
59
+ # [1.2.0](https://github.com/SAP/ui5-webcomponents/compare/v1.1.2...v1.2.0) (2022-02-28)
60
+
61
+ **Note:** Version bump only for package @ui5/webcomponents-theming
62
+
63
+
64
+
65
+
66
+
67
+ ## [1.1.2](https://github.com/SAP/ui5-webcomponents/compare/v1.1.1...v1.1.2) (2022-01-26)
68
+
69
+ **Note:** Version bump only for package @ui5/webcomponents-theming
70
+
71
+
72
+
73
+
74
+
75
+ ## [1.1.1](https://github.com/SAP/ui5-webcomponents/compare/v1.1.0...v1.1.1) (2022-01-24)
76
+
77
+ **Note:** Version bump only for package @ui5/webcomponents-theming
78
+
79
+
80
+
81
+
82
+
83
+ # [1.1.0](https://github.com/SAP/ui5-webcomponents/compare/v1.0.2...v1.1.0) (2022-01-21)
84
+
85
+
86
+ **Note:** Version bump only for package @ui5/webcomponents-theming
87
+
88
+
89
+
90
+
91
+
92
+
93
+ ## [1.0.2](https://github.com/SAP/ui5-webcomponents/compare/v1.0.1...v1.0.2) (2021-11-29)
94
+
95
+ **Note:** Version bump only for package @ui5/webcomponents-theming
96
+
97
+
98
+
99
+
100
+
6
101
  ## [1.0.1](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0...v1.0.1) (2021-11-10)
7
102
 
8
103
  **Note:** Version bump only for package @ui5/webcomponents-theming
@@ -1,4 +1,4 @@
1
- const combineSelectors = require('postcss-combine-duplicated-selectors');
1
+ const combineSelectors = require('@ui5/webcomponents-tools/lib/postcss-combine-duplicated-selectors/index.js');
2
2
  const postcssImport = require('postcss-import');
3
3
  const cssnano = require('cssnano');
4
4
  const postcssCSStoJSON = require('@ui5/webcomponents-tools/lib/postcss-css-to-json/index.js');
@@ -10,15 +10,39 @@
10
10
  "--sapAccentColor9",
11
11
  "--sapAccentColor10",
12
12
  "--sapActiveColor",
13
+ "--sapAvatar_1_Background",
14
+ "--sapAvatar_1_BorderColor",
15
+ "--sapAvatar_1_TextColor",
16
+ "--sapAvatar_2_Background",
17
+ "--sapAvatar_2_BorderColor",
18
+ "--sapAvatar_2_TextColor",
19
+ "--sapAvatar_3_Background",
20
+ "--sapAvatar_3_BorderColor",
21
+ "--sapAvatar_3_TextColor",
22
+ "--sapAvatar_4_Background",
23
+ "--sapAvatar_4_BorderColor",
24
+ "--sapAvatar_4_TextColor",
25
+ "--sapAvatar_5_Background",
26
+ "--sapAvatar_5_BorderColor",
27
+ "--sapAvatar_5_TextColor",
28
+ "--sapAvatar_6_Background",
29
+ "--sapAvatar_6_BorderColor",
30
+ "--sapAvatar_6_TextColor",
31
+ "--sapAvatar_7_Background",
32
+ "--sapAvatar_7_BorderColor",
33
+ "--sapAvatar_7_TextColor",
34
+ "--sapAvatar_8_Background",
35
+ "--sapAvatar_8_BorderColor",
36
+ "--sapAvatar_8_TextColor",
37
+ "--sapAvatar_9_Background",
38
+ "--sapAvatar_9_BorderColor",
39
+ "--sapAvatar_9_TextColor",
40
+ "--sapAvatar_10_Background",
41
+ "--sapAvatar_10_BorderColor",
42
+ "--sapAvatar_10_TextColor",
13
43
  "--sapBackgroundColor",
44
+ "--sapBaseColor",
14
45
  "--sapBlockLayer_Background",
15
- "--sapBlueColor1",
16
- "--sapBlueColor4",
17
- "--sapBlueColor5",
18
- "--sapBlueColor6",
19
- "--sapBlueColor7",
20
- "--sapBlueColor9",
21
- "--sapBrandColor",
22
46
  "--sapButton_Accept_Active_Background",
23
47
  "--sapButton_Accept_Active_BorderColor",
24
48
  "--sapButton_Accept_Active_TextColor",
@@ -26,7 +50,11 @@
26
50
  "--sapButton_Accept_BorderColor",
27
51
  "--sapButton_Accept_Hover_Background",
28
52
  "--sapButton_Accept_Hover_BorderColor",
53
+ "--sapButton_Accept_Hover_TextColor",
54
+ "--sapButton_Accept_Selected_Background",
55
+ "--sapButton_Accept_Selected_BorderColor",
29
56
  "--sapButton_Accept_Selected_Hover_Background",
57
+ "--sapButton_Accept_Selected_Hover_BorderColor",
30
58
  "--sapButton_Accept_Selected_TextColor",
31
59
  "--sapButton_Accept_TextColor",
32
60
  "--sapButton_Active_Background",
@@ -40,28 +68,58 @@
40
68
  "--sapButton_Attention_Hover_Background",
41
69
  "--sapButton_Attention_Hover_BorderColor",
42
70
  "--sapButton_Attention_Hover_TextColor",
71
+ "--sapButton_Attention_Selected_Background",
72
+ "--sapButton_Attention_Selected_BorderColor",
73
+ "--sapButton_Attention_Selected_Hover_Background",
74
+ "--sapButton_Attention_Selected_Hover_BorderColor",
43
75
  "--sapButton_Attention_Selected_TextColor",
44
76
  "--sapButton_Attention_TextColor",
45
77
  "--sapButton_Background",
46
78
  "--sapButton_BorderColor",
47
79
  "--sapButton_BorderCornerRadius",
80
+ "--sapButton_BorderWidth",
48
81
  "--sapButton_Emphasized_Active_Background",
49
82
  "--sapButton_Emphasized_Active_BorderColor",
83
+ "--sapButton_Emphasized_Active_TextColor",
50
84
  "--sapButton_Emphasized_Background",
51
85
  "--sapButton_Emphasized_BorderColor",
52
86
  "--sapButton_Emphasized_Hover_Background",
53
87
  "--sapButton_Emphasized_Hover_BorderColor",
88
+ "--sapButton_Emphasized_Hover_TextColor",
54
89
  "--sapButton_Emphasized_TextColor",
55
- "--sapButton_Emphasized_TextShadow",
90
+ "--sapButton_Handle_Background",
91
+ "--sapButton_Handle_BorderColor",
92
+ "--sapButton_Handle_Hover_Background",
93
+ "--sapButton_Handle_Hover_BorderColor",
94
+ "--sapButton_Handle_Negative_Background",
95
+ "--sapButton_Handle_Negative_BorderColor",
96
+ "--sapButton_Handle_Negative_Hover_Background",
97
+ "--sapButton_Handle_Negative_Hover_BorderColor",
98
+ "--sapButton_Handle_Negative_TextColor",
99
+ "--sapButton_Handle_Positive_Background",
100
+ "--sapButton_Handle_Positive_BorderColor",
101
+ "--sapButton_Handle_Positive_Hover_Background",
102
+ "--sapButton_Handle_Positive_Hover_BorderColor",
103
+ "--sapButton_Handle_Positive_TextColor",
104
+ "--sapButton_Handle_Selected_Background",
105
+ "--sapButton_Handle_Selected_BorderColor",
106
+ "--sapButton_Handle_Selected_Hover_Background",
107
+ "--sapButton_Handle_Selected_Hover_BorderColor",
108
+ "--sapButton_Handle_Selected_TextColor",
109
+ "--sapButton_Handle_TextColor",
56
110
  "--sapButton_Hover_Background",
57
111
  "--sapButton_Hover_BorderColor",
58
112
  "--sapButton_Hover_TextColor",
113
+ "--sapButton_Lite_Active_Background",
114
+ "--sapButton_Lite_Active_BorderColor",
59
115
  "--sapButton_Lite_Background",
60
116
  "--sapButton_Lite_BorderColor",
61
117
  "--sapButton_Lite_Hover_Background",
62
118
  "--sapButton_Lite_Hover_BorderColor",
119
+ "--sapButton_Lite_Hover_TextColor",
63
120
  "--sapButton_Lite_TextColor",
64
121
  "--sapButton_Negative_BorderColor",
122
+ "--sapButton_Neutral_Background",
65
123
  "--sapButton_Reject_Active_Background",
66
124
  "--sapButton_Reject_Active_BorderColor",
67
125
  "--sapButton_Reject_Active_TextColor",
@@ -69,7 +127,11 @@
69
127
  "--sapButton_Reject_BorderColor",
70
128
  "--sapButton_Reject_Hover_Background",
71
129
  "--sapButton_Reject_Hover_BorderColor",
130
+ "--sapButton_Reject_Hover_TextColor",
131
+ "--sapButton_Reject_Selected_Background",
132
+ "--sapButton_Reject_Selected_BorderColor",
72
133
  "--sapButton_Reject_Selected_Hover_Background",
134
+ "--sapButton_Reject_Selected_Hover_BorderColor",
73
135
  "--sapButton_Reject_Selected_TextColor",
74
136
  "--sapButton_Reject_TextColor",
75
137
  "--sapButton_Selected_Background",
@@ -81,13 +143,30 @@
81
143
  "--sapButton_TokenBackground",
82
144
  "--sapButton_TokenBorderColor",
83
145
  "--sapButton_Track_Background",
146
+ "--sapButton_Track_BorderColor",
147
+ "--sapButton_Track_Hover_Background",
148
+ "--sapButton_Track_Hover_BorderColor",
149
+ "--sapButton_Track_Negative_Background",
150
+ "--sapButton_Track_Negative_BorderColor",
151
+ "--sapButton_Track_Negative_Hover_Background",
152
+ "--sapButton_Track_Negative_Hover_BorderColor",
153
+ "--sapButton_Track_Positive_Background",
154
+ "--sapButton_Track_Positive_BorderColor",
155
+ "--sapButton_Track_Positive_Hover_Background",
156
+ "--sapButton_Track_Positive_Hover_BorderColor",
84
157
  "--sapButton_Track_Selected_Background",
158
+ "--sapButton_Track_Selected_BorderColor",
159
+ "--sapButton_Track_Selected_Hover_Background",
160
+ "--sapButton_Track_Selected_Hover_BorderColor",
85
161
  "--sapButton_Track_Selected_TextColor",
86
- "--sapButton_Track_TextColor",
162
+ "--sapChart_Good",
163
+ "--sapChart_Sequence_6",
87
164
  "--sapContent_BadgeBackground",
88
165
  "--sapContent_BadgeTextColor",
166
+ "--sapContent_BusyColor",
89
167
  "--sapContent_ContrastFocusColor",
90
168
  "--sapContent_ContrastIconColor",
169
+ "--sapContent_ContrastShadowColor",
91
170
  "--sapContent_ContrastTextColor",
92
171
  "--sapContent_Critical_Shadow",
93
172
  "--sapContent_DisabledOpacity",
@@ -97,10 +176,12 @@
97
176
  "--sapContent_FocusStyle",
98
177
  "--sapContent_FocusWidth",
99
178
  "--sapContent_ForegroundBorderColor",
179
+ "--sapContent_ForegroundColor",
100
180
  "--sapContent_ForegroundTextColor",
101
181
  "--sapContent_HeaderShadow",
102
182
  "--sapContent_HelpColor",
103
183
  "--sapContent_IconColor",
184
+ "--sapContent_IconFontFamily",
104
185
  "--sapContent_Illustrative_Color1",
105
186
  "--sapContent_Illustrative_Color2",
106
187
  "--sapContent_Illustrative_Color3",
@@ -114,6 +195,7 @@
114
195
  "--sapContent_Informative_Shadow",
115
196
  "--sapContent_Interaction_Shadow",
116
197
  "--sapContent_LabelColor",
198
+ "--sapContent_MeasureIndicatorColor",
117
199
  "--sapContent_Negative_Shadow",
118
200
  "--sapContent_NonInteractiveIconColor",
119
201
  "--sapContent_Positive_Shadow",
@@ -121,6 +203,7 @@
121
203
  "--sapContent_Selected_Background",
122
204
  "--sapContent_Selected_ForegroundColor",
123
205
  "--sapContent_Selected_Hover_Background",
206
+ "--sapContent_Selected_MeasureIndicatorColor",
124
207
  "--sapContent_Selected_Shadow",
125
208
  "--sapContent_Selected_TextColor",
126
209
  "--sapContent_Shadow0",
@@ -134,38 +217,49 @@
134
217
  "--sapCriticalElementColor",
135
218
  "--sapCriticalTextColor",
136
219
  "--sapElement_BorderCornerRadius",
220
+ "--sapElement_BorderWidth",
137
221
  "--sapErrorBackground",
138
222
  "--sapErrorBorderColor",
139
223
  "--sapField_Active_BorderColor",
140
224
  "--sapField_Background",
225
+ "--sapField_BackgroundStyle",
141
226
  "--sapField_BorderColor",
142
227
  "--sapField_BorderCornerRadius",
228
+ "--sapField_BorderStyle",
143
229
  "--sapField_BorderWidth",
144
230
  "--sapField_Focus_Background",
145
231
  "--sapField_Focus_BorderColor",
146
232
  "--sapField_Hover_Background",
233
+ "--sapField_Hover_BackgroundStyle",
147
234
  "--sapField_Hover_BorderColor",
148
235
  "--sapField_HoverBorderColor",
149
236
  "--sapField_InformationBackground",
237
+ "--sapField_InformationBackgroundStyle",
150
238
  "--sapField_InformationBorderWidth",
151
239
  "--sapField_InformationColor",
152
240
  "--sapField_InvalidBackground",
241
+ "--sapField_InvalidBackgroundStyle",
153
242
  "--sapField_InvalidBorderWidth",
154
243
  "--sapField_InvalidColor",
155
244
  "--sapField_PlaceholderTextColor",
156
245
  "--sapField_ReadOnly_Background",
246
+ "--sapField_ReadOnly_BackgroundStyle",
157
247
  "--sapField_ReadOnly_BorderColor",
158
248
  "--sapField_RequiredColor",
159
249
  "--sapField_SuccessBackground",
250
+ "--sapField_SuccessBackgroundStyle",
160
251
  "--sapField_SuccessBorderWidth",
161
252
  "--sapField_SuccessColor",
162
253
  "--sapField_TextColor",
163
254
  "--sapField_WarningBackground",
255
+ "--sapField_WarningBackgroundStyle",
164
256
  "--sapField_WarningBorderWidth",
165
257
  "--sapField_WarningColor",
166
258
  "--sapFontBoldFamily",
167
259
  "--sapFontFamily",
260
+ "--sapFontHeader1Size",
168
261
  "--sapFontHeader2Size",
262
+ "--sapFontHeader3Size",
169
263
  "--sapFontHeader4Size",
170
264
  "--sapFontHeader5Size",
171
265
  "--sapFontHeader6Size",
@@ -174,26 +268,12 @@
174
268
  "--sapFontMediumSize",
175
269
  "--sapFontSize",
176
270
  "--sapFontSmallSize",
177
- "--sapGreenColor1",
178
- "--sapGreenColor4",
179
- "--sapGreenColor6",
180
- "--sapGreenColor7",
181
- "--sapGreenColor9",
182
- "--sapGreyColor1",
183
- "--sapGreyColor2",
184
- "--sapGreyColor3",
185
- "--sapGreyColor4",
186
- "--sapGreyColor5",
187
- "--sapGreyColor6",
188
- "--sapGreyColor7",
189
- "--sapGreyColor8",
190
- "--sapGreyColor9",
191
271
  "--sapGroup_ContentBackground",
192
272
  "--sapGroup_ContentBorderColor",
193
273
  "--sapGroup_TitleBackground",
194
274
  "--sapGroup_TitleBorderColor",
275
+ "--sapGroup_TitleFontSize",
195
276
  "--sapGroup_TitleTextColor",
196
- "--sapHC_ReducedAltForeground",
197
277
  "--sapHC_ReducedBackground",
198
278
  "--sapHC_ReducedForeground",
199
279
  "--sapHighlightColor",
@@ -209,10 +289,6 @@
209
289
  "--sapIllus_PatternHighlight",
210
290
  "--sapIllus_PatternShadow",
211
291
  "--sapIllus_StrokeDetailColor",
212
- "--sapIndigoColor1",
213
- "--sapIndigoColor4",
214
- "--sapIndigoColor6",
215
- "--sapIndigoColor7",
216
292
  "--sapInformationBackground",
217
293
  "--sapInformationBorderColor",
218
294
  "--sapInformativeElementColor",
@@ -231,7 +307,10 @@
231
307
  "--sapLegendBackgroundColor18",
232
308
  "--sapLegendBackgroundColor20",
233
309
  "--sapLegendColor18",
310
+ "--sapLink_Active_Color",
311
+ "--sapLink_Hover_Color",
234
312
  "--sapLink_SubtleColor",
313
+ "--sapLink_Visited_Color",
235
314
  "--sapLinkColor",
236
315
  "--sapList_Active_Background",
237
316
  "--sapList_Active_TextColor",
@@ -244,6 +323,7 @@
244
323
  "--sapList_GroupHeaderBackground",
245
324
  "--sapList_GroupHeaderBorderColor",
246
325
  "--sapList_HeaderBackground",
326
+ "--sapList_HeaderBorderColor",
247
327
  "--sapList_Hover_Background",
248
328
  "--sapList_Hover_SelectionBackground",
249
329
  "--sapList_SelectionBackgroundColor",
@@ -252,17 +332,14 @@
252
332
  "--sapList_TableGroupHeaderBorderColor",
253
333
  "--sapList_TableGroupHeaderTextColor",
254
334
  "--sapList_TextColor",
255
- "--sapMangoColor1",
256
- "--sapMangoColor4",
257
- "--sapMangoColor5",
258
- "--sapMangoColor6",
259
- "--sapMangoColor7",
260
- "--sapMangoColor9",
335
+ "--sapMessage_ErrorBorderColor",
336
+ "--sapMessage_InformationBorderColor",
337
+ "--sapMessage_SuccessBorderColor",
338
+ "--sapMessage_WarningBorderColor",
261
339
  "--sapNegativeColor",
262
340
  "--sapNegativeElementColor",
263
341
  "--sapNegativeTextColor",
264
342
  "--sapNeutralBackground",
265
- "--sapNeutralBorderColor",
266
343
  "--sapNeutralColor",
267
344
  "--sapNeutralElementColor",
268
345
  "--sapNeutralTextColor",
@@ -274,19 +351,31 @@
274
351
  "--sapPageHeader_Background",
275
352
  "--sapPageHeader_BorderColor",
276
353
  "--sapPageHeader_TextColor",
277
- "--sapPinkColor1",
278
- "--sapPinkColor4",
279
- "--sapPinkColor6",
280
- "--sapPinkColor7",
354
+ "--sapPopover_BorderCornerRadius",
281
355
  "--sapPositiveColor",
282
356
  "--sapPositiveElementColor",
283
357
  "--sapPositiveTextColor",
284
- "--sapRedColor1",
285
- "--sapRedColor4",
286
- "--sapRedColor5",
287
- "--sapRedColor6",
288
- "--sapRedColor7",
289
- "--sapRedColor9",
358
+ "--sapProgress_Background",
359
+ "--sapProgress_CriticalBackground",
360
+ "--sapProgress_FontSize",
361
+ "--sapProgress_InformationBackground",
362
+ "--sapProgress_NegativeBackground",
363
+ "--sapProgress_PositiveBackground",
364
+ "--sapProgress_TextColor",
365
+ "--sapProgress_Value_Background",
366
+ "--sapProgress_Value_BorderColor",
367
+ "--sapProgress_Value_CriticalBackground",
368
+ "--sapProgress_Value_CriticalBorderColor",
369
+ "--sapProgress_Value_CriticalTextColor",
370
+ "--sapProgress_Value_InformationBackground",
371
+ "--sapProgress_Value_InformationBorderColor",
372
+ "--sapProgress_Value_InformationTextColor",
373
+ "--sapProgress_Value_NegativeBackground",
374
+ "--sapProgress_Value_NegativeBorderColor",
375
+ "--sapProgress_Value_NegativeTextColor",
376
+ "--sapProgress_Value_PositiveBackground",
377
+ "--sapProgress_Value_PositiveBorderColor",
378
+ "--sapProgress_Value_PositiveTextColor",
290
379
  "--sapScrollBar_Dimension",
291
380
  "--sapScrollBar_FaceColor",
292
381
  "--sapScrollBar_Hover_FaceColor",
@@ -300,16 +389,26 @@
300
389
  "--sapShell_InteractiveTextColor",
301
390
  "--sapShell_TextColor",
302
391
  "--sapShellColor",
392
+ "--sapSlider_Active_HandleBackground",
393
+ "--sapSlider_Active_RangeHandleBackground",
394
+ "--sapSlider_Background",
395
+ "--sapSlider_HandleBackground",
396
+ "--sapSlider_HandleBorderColor",
397
+ "--sapSlider_Hover_HandleBackground",
398
+ "--sapSlider_Hover_HandleBorderColor",
399
+ "--sapSlider_RangeHandleBackground",
400
+ "--sapSlider_Selected_Background",
401
+ "--sapSlider_Selected_BorderColor",
303
402
  "--sapSuccessBackground",
304
403
  "--sapSuccessBorderColor",
305
- "--sapTealColor1",
306
- "--sapTealColor4",
307
- "--sapTealColor6",
308
- "--sapTealColor7",
309
404
  "--sapTextColor",
405
+ "--sapTile_Active_Background",
310
406
  "--sapTile_Background",
311
407
  "--sapTile_BorderColor",
408
+ "--sapTile_BorderCornerRadius",
409
+ "--sapTile_Hover_Background",
312
410
  "--sapTile_IconColor",
411
+ "--sapTile_Interactive_BorderColor",
313
412
  "--sapTile_SeparatorColor",
314
413
  "--sapTile_TextColor",
315
414
  "--sapTile_TitleTextColor",