@ui5/webcomponents-theming 0.0.0-a8e886a07 → 0.0.0-b0b835975

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 (105) hide show
  1. package/.npsrc.json +3 -0
  2. package/CHANGELOG.md +375 -0
  3. package/config/postcss.themes/{postcss.config.js → postcss.config.cjs} +2 -2
  4. package/css-vars-usage.json +18 -8
  5. package/dist/Assets-static.js.map +1 -1
  6. package/dist/Assets.js.map +1 -1
  7. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
  8. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  9. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  10. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  11. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  12. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  13. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  14. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  15. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  16. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
  17. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  18. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  19. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
  20. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  21. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
  22. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
  23. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
  24. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
  25. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  26. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  27. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  28. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  29. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  30. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  31. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -0
  32. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  33. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  34. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -0
  35. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  36. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -0
  37. package/dist/generated/json-imports/Themes-static.js +8 -2
  38. package/dist/generated/json-imports/Themes.js +4 -1
  39. package/dist/generated/themes/sap_belize/parameters-bundle.css.d.ts +3 -0
  40. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +3 -1
  41. package/dist/generated/themes/sap_belize/parameters-bundle.css.js.map +1 -0
  42. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.d.ts +3 -0
  43. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +3 -1
  44. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js.map +1 -0
  45. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.d.ts +3 -0
  46. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +3 -1
  47. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js.map +1 -0
  48. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +3 -0
  49. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +3 -1
  50. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
  51. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +3 -0
  52. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +3 -1
  53. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
  54. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +3 -0
  55. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +3 -1
  56. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
  57. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +3 -0
  58. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +3 -1
  59. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
  60. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +3 -0
  61. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +3 -1
  62. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
  63. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +3 -0
  64. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -1
  65. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
  66. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +3 -0
  67. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +3 -0
  68. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -0
  69. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +3 -0
  70. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +3 -1
  71. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
  72. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +3 -0
  73. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +3 -1
  74. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
  75. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +3 -0
  76. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +3 -0
  77. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -0
  78. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +3 -0
  79. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +3 -1
  80. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
  81. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +3 -0
  82. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +3 -0
  83. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -0
  84. package/dist/themes/sap_belize/css_variables.css +230 -94
  85. package/dist/themes/sap_belize_hcb/css_variables.css +311 -166
  86. package/dist/themes/sap_belize_hcw/css_variables.css +261 -106
  87. package/dist/themes/sap_fiori_3/css_variables.css +230 -95
  88. package/dist/themes/sap_fiori_3_dark/css_variables.css +241 -96
  89. package/dist/themes/sap_fiori_3_hcb/css_variables.css +311 -166
  90. package/dist/themes/sap_fiori_3_hcw/css_variables.css +261 -106
  91. package/dist/themes/sap_horizon/css_variables.css +370 -245
  92. package/dist/themes/sap_horizon_dark/css_variables.css +340 -205
  93. package/dist/themes/sap_horizon_dark_exp/css_variables.css +956 -0
  94. package/dist/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
  95. package/dist/themes/sap_horizon_exp/css_variables.css +348 -223
  96. package/dist/themes/sap_horizon_hcb/css_variables.css +246 -111
  97. package/dist/themes/sap_horizon_hcb_exp/css_variables.css +956 -0
  98. package/dist/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
  99. package/dist/themes/sap_horizon_hcw/css_variables.css +249 -104
  100. package/dist/themes/sap_horizon_hcw_exp/css_variables.css +966 -0
  101. package/dist/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
  102. package/lib/generate-css-vars-usage-report/index.js +7 -3
  103. package/{package-scripts.js → package-scripts.cjs} +7 -3
  104. package/package.json +6 -6
  105. package/tsconfig.json +1 -0
package/.npsrc.json ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "config": "./package-scripts.cjs"
3
+ }
package/CHANGELOG.md CHANGED
@@ -3,6 +3,381 @@
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-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.0...v1.18.0-rc.1) (2023-09-21)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-theming
9
+
10
+
11
+
12
+
13
+
14
+ # [1.18.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0...v1.18.0-rc.0) (2023-09-07)
15
+
16
+ **Note:** Version bump only for package @ui5/webcomponents-theming
17
+
18
+
19
+
20
+
21
+
22
+ # [1.17.0](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.2...v1.17.0) (2023-09-01)
23
+
24
+
25
+ ### Features
26
+
27
+ * **ui5-toolbar:** web component introduced ([#7024](https://github.com/SAP/ui5-webcomponents/issues/7024)) ([2f329fe](https://github.com/SAP/ui5-webcomponents/commit/2f329fe2d237d24f05ed140658e39752d6d9d8ae))
28
+
29
+
30
+
31
+
32
+
33
+ # [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)
34
+
35
+ **Note:** Version bump only for package @ui5/webcomponents-theming
36
+
37
+
38
+
39
+
40
+
41
+ # [1.17.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.0...v1.17.0-rc.1) (2023-08-17)
42
+
43
+ **Note:** Version bump only for package @ui5/webcomponents-theming
44
+
45
+
46
+
47
+
48
+
49
+ # [1.17.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0...v1.17.0-rc.0) (2023-08-10)
50
+
51
+ **Note:** Version bump only for package @ui5/webcomponents-theming
52
+
53
+
54
+
55
+
56
+
57
+ # [1.16.0](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.4...v1.16.0) (2023-08-03)
58
+
59
+ **Note:** Version bump only for package @ui5/webcomponents-theming
60
+
61
+
62
+
63
+
64
+
65
+ # [1.16.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.3...v1.16.0-rc.4) (2023-08-03)
66
+
67
+ **Note:** Version bump only for package @ui5/webcomponents-theming
68
+
69
+
70
+
71
+
72
+
73
+ # [1.16.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.2...v1.16.0-rc.3) (2023-07-27)
74
+
75
+ **Note:** Version bump only for package @ui5/webcomponents-theming
76
+
77
+
78
+
79
+
80
+
81
+ # [1.16.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.1...v1.16.0-rc.2) (2023-07-20)
82
+
83
+ **Note:** Version bump only for package @ui5/webcomponents-theming
84
+
85
+
86
+
87
+
88
+
89
+ # [1.16.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.0...v1.16.0-rc.1) (2023-07-13)
90
+
91
+ **Note:** Version bump only for package @ui5/webcomponents-theming
92
+
93
+
94
+
95
+
96
+
97
+ # [1.16.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.15.1...v1.16.0-rc.0) (2023-07-06)
98
+
99
+ **Note:** Version bump only for package @ui5/webcomponents-theming
100
+
101
+
102
+
103
+
104
+
105
+ # [1.15.0](https://github.com/SAP/ui5-webcomponents/compare/v1.15.0-rc.2...v1.15.0) (2023-06-30)
106
+
107
+ **Note:** Version bump only for package @ui5/webcomponents-theming
108
+
109
+
110
+
111
+
112
+
113
+ # [1.15.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.15.0-rc.1...v1.15.0-rc.2) (2023-06-22)
114
+
115
+ **Note:** Version bump only for package @ui5/webcomponents-theming
116
+
117
+
118
+
119
+
120
+
121
+ # [1.15.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.15.0-rc.0...v1.15.0-rc.1) (2023-06-15)
122
+
123
+ **Note:** Version bump only for package @ui5/webcomponents-theming
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+ # [1.15.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0...v1.15.0-rc.0) (2023-06-08)
134
+
135
+ **Note:** Version bump only for package @ui5/webcomponents-theming
136
+
137
+
138
+
139
+
140
+
141
+ # [1.14.0](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.2...v1.14.0) (2023-06-01)
142
+
143
+ **Note:** Version bump only for package @ui5/webcomponents-theming
144
+
145
+
146
+
147
+
148
+
149
+ # [1.14.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.1...v1.14.0-rc.2) (2023-06-01)
150
+
151
+
152
+ ### Features
153
+
154
+ * **ui5-link:** update visual design according to the latest Horizon spec ([#6988](https://github.com/SAP/ui5-webcomponents/issues/6988)) ([3cce241](https://github.com/SAP/ui5-webcomponents/commit/3cce24166c333f1d8bfbde92bb1226d228ebd709)), closes [#6999](https://github.com/SAP/ui5-webcomponents/issues/6999)
155
+
156
+
157
+
158
+
159
+
160
+ # [1.14.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.0...v1.14.0-rc.1) (2023-05-25)
161
+
162
+
163
+ ### Bug Fixes
164
+
165
+ * **ui5-token:** adjust styles to latest specification ([#6996](https://github.com/SAP/ui5-webcomponents/issues/6996)) ([20e71fa](https://github.com/SAP/ui5-webcomponents/commit/20e71fadb5c054b07e55659f3467d1bc902cefd9))
166
+
167
+
168
+
169
+
170
+
171
+ # [1.14.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.13.2...v1.14.0-rc.0) (2023-05-18)
172
+
173
+ **Note:** Version bump only for package @ui5/webcomponents-theming
174
+
175
+
176
+
177
+
178
+
179
+ ## [1.13.2](https://github.com/SAP/ui5-webcomponents/compare/v1.13.1...v1.13.2) (2023-05-15)
180
+
181
+ **Note:** Version bump only for package @ui5/webcomponents-theming
182
+
183
+
184
+
185
+
186
+
187
+ ## [1.13.1](https://github.com/SAP/ui5-webcomponents/compare/v1.13.0-rc.5...v1.13.1) (2023-05-11)
188
+
189
+ **Note:** Version bump only for package @ui5/webcomponents-theming
190
+
191
+
192
+
193
+
194
+
195
+ # [1.13.0-rc.5](https://github.com/SAP/ui5-webcomponents/compare/v1.13.0-rc.4...v1.13.0-rc.5) (2023-05-11)
196
+
197
+
198
+ ### Bug Fixes
199
+
200
+ * **create-webcomponents-package:** fix package creation issues with test and lint ([#6976](https://github.com/SAP/ui5-webcomponents/issues/6976)) ([dd70f3a](https://github.com/SAP/ui5-webcomponents/commit/dd70f3aa8ef70b592f1d4e0f3f9894c6280fb1bf))
201
+
202
+
203
+
204
+
205
+
206
+ # [1.13.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.13.0-rc.3...v1.13.0-rc.4) (2023-05-04)
207
+
208
+ **Note:** Version bump only for package @ui5/webcomponents-theming
209
+
210
+
211
+
212
+
213
+
214
+ # [1.13.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.13.0-rc.2...v1.13.0-rc.3) (2023-04-27)
215
+
216
+ **Note:** Version bump only for package @ui5/webcomponents-theming
217
+
218
+
219
+
220
+
221
+
222
+ # [1.13.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.13.0-rc.1...v1.13.0-rc.2) (2023-04-20)
223
+
224
+ **Note:** Version bump only for package @ui5/webcomponents-theming
225
+
226
+
227
+
228
+
229
+
230
+ # [1.13.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.13.0-rc.0...v1.13.0-rc.1) (2023-04-13)
231
+
232
+ **Note:** Version bump only for package @ui5/webcomponents-theming
233
+
234
+
235
+
236
+
237
+
238
+ # [1.13.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0...v1.13.0-rc.0) (2023-04-06)
239
+
240
+ **Note:** Version bump only for package @ui5/webcomponents-theming
241
+
242
+
243
+
244
+
245
+
246
+ # [1.12.0](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0-rc.3...v1.12.0) (2023-04-04)
247
+
248
+ **Note:** Version bump only for package @ui5/webcomponents-theming
249
+
250
+
251
+
252
+
253
+
254
+ # [1.12.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0-rc.2...v1.12.0-rc.3) (2023-03-30)
255
+
256
+ **Note:** Version bump only for package @ui5/webcomponents-theming
257
+
258
+
259
+
260
+
261
+
262
+ # [1.12.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0-rc.1...v1.12.0-rc.2) (2023-03-23)
263
+
264
+
265
+ ### Bug Fixes
266
+
267
+ * inline sources in the .map file so the src folder is not mandatory ([#6732](https://github.com/SAP/ui5-webcomponents/issues/6732)) ([16771a6](https://github.com/SAP/ui5-webcomponents/commit/16771a64d7b13f418af9afa1a03b224fe3762775))
268
+
269
+
270
+
271
+
272
+
273
+ # [1.12.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0-rc.0...v1.12.0-rc.1) (2023-03-16)
274
+
275
+ **Note:** Version bump only for package @ui5/webcomponents-theming
276
+
277
+
278
+
279
+
280
+
281
+ # [1.12.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0...v1.12.0-rc.0) (2023-03-09)
282
+
283
+ **Note:** Version bump only for package @ui5/webcomponents-theming
284
+
285
+
286
+
287
+
288
+
289
+ # [1.11.0](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.4...v1.11.0) (2023-03-06)
290
+
291
+ **Note:** Version bump only for package @ui5/webcomponents-theming
292
+
293
+
294
+
295
+
296
+
297
+ # [1.11.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.3...v1.11.0-rc.4) (2023-03-02)
298
+
299
+ **Note:** Version bump only for package @ui5/webcomponents-theming
300
+
301
+
302
+
303
+
304
+
305
+ # [1.11.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.2...v1.11.0-rc.3) (2023-02-23)
306
+
307
+ **Note:** Version bump only for package @ui5/webcomponents-theming
308
+
309
+
310
+
311
+
312
+
313
+ # [1.11.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.1...v1.11.0-rc.2) (2023-02-16)
314
+
315
+ **Note:** Version bump only for package @ui5/webcomponents-theming
316
+
317
+
318
+
319
+
320
+
321
+ # [1.11.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.0...v1.11.0-rc.1) (2023-02-09)
322
+
323
+ **Note:** Version bump only for package @ui5/webcomponents-theming
324
+
325
+
326
+
327
+
328
+
329
+ # [1.11.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.10.4-rc.0...v1.11.0-rc.0) (2023-02-02)
330
+
331
+ **Note:** Version bump only for package @ui5/webcomponents-theming
332
+
333
+
334
+
335
+
336
+
337
+ ## [1.10.4-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.10.3...v1.10.4-rc.0) (2023-01-26)
338
+
339
+ **Note:** Version bump only for package @ui5/webcomponents-theming
340
+
341
+
342
+
343
+
344
+
345
+ ## [1.10.3](https://github.com/SAP/ui5-webcomponents/compare/v1.10.2...v1.10.3) (2023-01-25)
346
+
347
+ **Note:** Version bump only for package @ui5/webcomponents-theming
348
+
349
+
350
+
351
+
352
+
353
+ ## [1.10.2](https://github.com/SAP/ui5-webcomponents/compare/v1.10.1...v1.10.2) (2023-01-25)
354
+
355
+ **Note:** Version bump only for package ui5-webcomponents
356
+
357
+ ## [1.10.1](https://github.com/SAP/ui5-webcomponents/compare/v0.0.0-7b49a7ff1...v1.10.1) (2023-01-24)
358
+
359
+ **Note:** Version bump only for package @ui5/webcomponents-theming
360
+
361
+
362
+
363
+
364
+
365
+ # [1.10.0](https://github.com/SAP/ui5-webcomponents/compare/v1.9.3...v1.10.0) (2023-01-20)
366
+
367
+ **Note:** Version bump only for package @ui5/webcomponents-theming
368
+
369
+
370
+
371
+
372
+
373
+ ## [1.9.3](https://github.com/SAP/ui5-webcomponents/compare/v1.9.2...v1.9.3) (2022-12-16)
374
+
375
+ **Note:** Version bump only for package @ui5/webcomponents-theming
376
+
377
+
378
+
379
+
380
+
6
381
  ## [1.9.1](https://github.com/SAP/ui5-webcomponents/compare/v1.9.0...v1.9.1) (2022-11-10)
7
382
 
8
383
  **Note:** Version bump only for package @ui5/webcomponents-theming
@@ -18,7 +18,7 @@ module.exports = {
18
18
  ]
19
19
  },
20
20
  ),
21
- postcssCSStoJSON({toReplace: `dist`, packageName: "@ui5/webcomponents-theming"}),
22
- postcssCSStoESM({toReplace: `dist`, packageName: "@ui5/webcomponents-theming"}),
21
+ postcssCSStoJSON({ toReplace: `dist`, packageName: "@ui5/webcomponents-theming" }),
22
+ postcssCSStoESM({ toReplace: `dist`, packageName: "@ui5/webcomponents-theming" }),
23
23
  ]
24
24
  };
@@ -118,7 +118,6 @@
118
118
  "--sapButton_Lite_Hover_BorderColor",
119
119
  "--sapButton_Lite_Hover_TextColor",
120
120
  "--sapButton_Lite_TextColor",
121
- "--sapButton_Negative_BorderColor",
122
121
  "--sapButton_Neutral_Background",
123
122
  "--sapButton_Reject_Active_Background",
124
123
  "--sapButton_Reject_Active_BorderColor",
@@ -159,8 +158,6 @@
159
158
  "--sapButton_Track_Selected_Hover_Background",
160
159
  "--sapButton_Track_Selected_Hover_BorderColor",
161
160
  "--sapButton_Track_Selected_TextColor",
162
- "--sapChart_Good",
163
- "--sapChart_Sequence_6",
164
161
  "--sapContent_BadgeBackground",
165
162
  "--sapContent_BadgeTextColor",
166
163
  "--sapContent_BusyColor",
@@ -204,7 +201,6 @@
204
201
  "--sapContent_Selected_ForegroundColor",
205
202
  "--sapContent_Selected_Hover_Background",
206
203
  "--sapContent_Selected_MeasureIndicatorColor",
207
- "--sapContent_Selected_Shadow",
208
204
  "--sapContent_Selected_TextColor",
209
205
  "--sapContent_Shadow0",
210
206
  "--sapContent_Shadow1",
@@ -218,6 +214,9 @@
218
214
  "--sapCriticalTextColor",
219
215
  "--sapElement_BorderCornerRadius",
220
216
  "--sapElement_BorderWidth",
217
+ "--sapElement_Compact_Height",
218
+ "--sapElement_Height",
219
+ "--sapElement_LineHeight",
221
220
  "--sapErrorBackground",
222
221
  "--sapErrorBorderColor",
223
222
  "--sapField_Active_BorderColor",
@@ -231,29 +230,39 @@
231
230
  "--sapField_Hover_Background",
232
231
  "--sapField_Hover_BackgroundStyle",
233
232
  "--sapField_Hover_BorderColor",
233
+ "--sapField_Hover_InformationShadow",
234
+ "--sapField_Hover_InvalidShadow",
235
+ "--sapField_Hover_Shadow",
236
+ "--sapField_Hover_SuccessShadow",
237
+ "--sapField_Hover_WarningShadow",
234
238
  "--sapField_HoverBorderColor",
235
239
  "--sapField_InformationBackground",
236
240
  "--sapField_InformationBackgroundStyle",
237
241
  "--sapField_InformationBorderWidth",
238
242
  "--sapField_InformationColor",
243
+ "--sapField_InformationShadow",
239
244
  "--sapField_InvalidBackground",
240
245
  "--sapField_InvalidBackgroundStyle",
241
246
  "--sapField_InvalidBorderWidth",
242
247
  "--sapField_InvalidColor",
248
+ "--sapField_InvalidShadow",
243
249
  "--sapField_PlaceholderTextColor",
244
250
  "--sapField_ReadOnly_Background",
245
251
  "--sapField_ReadOnly_BackgroundStyle",
246
252
  "--sapField_ReadOnly_BorderColor",
247
253
  "--sapField_RequiredColor",
254
+ "--sapField_Shadow",
248
255
  "--sapField_SuccessBackground",
249
256
  "--sapField_SuccessBackgroundStyle",
250
257
  "--sapField_SuccessBorderWidth",
251
258
  "--sapField_SuccessColor",
259
+ "--sapField_SuccessShadow",
252
260
  "--sapField_TextColor",
253
261
  "--sapField_WarningBackground",
254
262
  "--sapField_WarningBackgroundStyle",
255
263
  "--sapField_WarningBorderWidth",
256
264
  "--sapField_WarningColor",
265
+ "--sapField_WarningShadow",
257
266
  "--sapFontBoldFamily",
258
267
  "--sapFontFamily",
259
268
  "--sapFontHeader1Size",
@@ -265,6 +274,7 @@
265
274
  "--sapFontHeaderFamily",
266
275
  "--sapFontLargeSize",
267
276
  "--sapFontMediumSize",
277
+ "--sapFontSemiboldDuplexFamily",
268
278
  "--sapFontSize",
269
279
  "--sapFontSmallSize",
270
280
  "--sapGroup_ContentBackground",
@@ -276,7 +286,6 @@
276
286
  "--sapHC_ReducedBackground",
277
287
  "--sapHC_ReducedForeground",
278
288
  "--sapHighlightColor",
279
- "--sapHighlightTextColor",
280
289
  "--sapIllus_AccentColor",
281
290
  "--sapIllus_BackgroundColor",
282
291
  "--sapIllus_BrandColorPrimary",
@@ -307,8 +316,11 @@
307
316
  "--sapLegendBackgroundColor20",
308
317
  "--sapLegendColor18",
309
318
  "--sapLink_Active_Color",
319
+ "--sapLink_Active_TextDecoration",
310
320
  "--sapLink_Hover_Color",
321
+ "--sapLink_Hover_TextDecoration",
311
322
  "--sapLink_SubtleColor",
323
+ "--sapLink_TextDecoration",
312
324
  "--sapLinkColor",
313
325
  "--sapList_Active_Background",
314
326
  "--sapList_Active_TextColor",
@@ -338,7 +350,6 @@
338
350
  "--sapNegativeColor",
339
351
  "--sapNegativeElementColor",
340
352
  "--sapNegativeTextColor",
341
- "--sapNeutralBackground",
342
353
  "--sapNeutralColor",
343
354
  "--sapNeutralElementColor",
344
355
  "--sapNeutralTextColor",
@@ -389,7 +400,6 @@
389
400
  "--sapShell_InteractiveTextColor",
390
401
  "--sapShell_TextColor",
391
402
  "--sapShellColor",
392
- "--sapSlider_Active_HandleBackground",
393
403
  "--sapSlider_Active_RangeHandleBackground",
394
404
  "--sapSlider_Background",
395
405
  "--sapSlider_HandleBackground",
@@ -412,7 +422,7 @@
412
422
  "--sapTile_SeparatorColor",
413
423
  "--sapTile_TextColor",
414
424
  "--sapTile_TitleTextColor",
415
- "--sapTitleColor",
425
+ "--sapToolbar_Background",
416
426
  "--sapToolbar_SeparatorColor",
417
427
  "--sapWarningBackground",
418
428
  "--sapWarningBorderColor"
@@ -1 +1 @@
1
- {"version":3,"file":"Assets-static.js","sourceRoot":"","sources":["../src/Assets-static.ts"],"names":[],"mappings":"AAAA,mDAAmD;AACnD,OAAO,2CAA2C,CAAC"}
1
+ {"version":3,"file":"Assets-static.js","sourceRoot":"","sources":["../src/Assets-static.ts"],"names":[],"mappings":"AAAA,mDAAmD;AACnD,OAAO,2CAA2C,CAAC","sourcesContent":["// The theming package provides theming assets only\nimport \"./generated/json-imports/Themes-static.js\";\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"Assets.js","sourceRoot":"","sources":["../src/Assets.ts"],"names":[],"mappings":"AAAA,mDAAmD;AACnD,OAAO,oCAAoC,CAAC"}
1
+ {"version":3,"file":"Assets.js","sourceRoot":"","sources":["../src/Assets.ts"],"names":[],"mappings":"AAAA,mDAAmD;AACnD,OAAO,oCAAoC,CAAC","sourcesContent":["// The theming package provides theming assets only\nimport \"./generated/json-imports/Themes.js\";\n"]}