@ui5/webcomponents-theming 0.0.0-ee3bbe46b → 0.0.0-f24ff9019

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