@ui5/webcomponents-theming 0.0.0-b93c2a321 → 0.0.0-c41f1b293

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 (90) hide show
  1. package/.npsrc.json +3 -0
  2. package/CHANGELOG.md +316 -0
  3. package/README.md +5 -6
  4. package/config/postcss.themes/{postcss.config.js → postcss.config.cjs} +2 -2
  5. package/css-vars-usage.json +88 -6
  6. package/dist/Assets-static.d.ts +1 -0
  7. package/dist/Assets-static.js +1 -0
  8. package/dist/Assets-static.js.map +1 -0
  9. package/dist/Assets.d.ts +1 -0
  10. package/dist/Assets.js +1 -0
  11. package/dist/Assets.js.map +1 -0
  12. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
  13. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  14. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  15. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  16. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  17. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  18. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  19. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  20. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  21. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  22. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  23. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  24. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
  25. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
  26. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
  27. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  28. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  29. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  30. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  31. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  32. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  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_hcw/parameters-bundle.css.json +1 -1
  36. package/dist/generated/json-imports/Themes-static.js +1 -1
  37. package/dist/generated/json-imports/Themes.js +2 -2
  38. package/dist/generated/themes/sap_belize/parameters-bundle.css.d.ts +3 -0
  39. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +3 -1
  40. package/dist/generated/themes/sap_belize/parameters-bundle.css.js.map +1 -0
  41. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.d.ts +3 -0
  42. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +3 -1
  43. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js.map +1 -0
  44. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.d.ts +3 -0
  45. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +3 -1
  46. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js.map +1 -0
  47. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +3 -0
  48. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +3 -1
  49. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
  50. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +3 -0
  51. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +3 -1
  52. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
  53. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +3 -0
  54. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +3 -1
  55. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
  56. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +3 -0
  57. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +3 -1
  58. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
  59. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +3 -0
  60. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +3 -1
  61. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
  62. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +3 -0
  63. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -1
  64. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
  65. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +3 -0
  66. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +3 -1
  67. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
  68. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +3 -0
  69. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +3 -1
  70. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
  71. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +3 -0
  72. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +3 -1
  73. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
  74. package/dist/themes/sap_belize/css_variables.css +293 -114
  75. package/dist/themes/sap_belize_hcb/css_variables.css +297 -118
  76. package/dist/themes/sap_belize_hcw/css_variables.css +293 -114
  77. package/dist/themes/sap_fiori_3/css_variables.css +293 -114
  78. package/dist/themes/sap_fiori_3_dark/css_variables.css +284 -105
  79. package/dist/themes/sap_fiori_3_hcb/css_variables.css +297 -118
  80. package/dist/themes/sap_fiori_3_hcw/css_variables.css +293 -114
  81. package/dist/themes/sap_horizon/css_variables.css +298 -119
  82. package/dist/themes/sap_horizon_dark/css_variables.css +301 -122
  83. package/dist/themes/sap_horizon_exp/css_variables.css +298 -119
  84. package/dist/themes/sap_horizon_hcb/css_variables.css +299 -120
  85. package/dist/themes/sap_horizon_hcw/css_variables.css +293 -114
  86. package/lib/generate-css-vars-usage-report/index.js +23 -14
  87. package/{package-scripts.js → package-scripts.cjs} +3 -7
  88. package/package.json +7 -7
  89. package/tsconfig.json +15 -0
  90. package/hash.txt +0 -1
package/.npsrc.json ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "config": "./package-scripts.cjs"
3
+ }
package/CHANGELOG.md CHANGED
@@ -3,6 +3,322 @@
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.14.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.0...v1.14.0-rc.1) (2023-05-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **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))
12
+
13
+
14
+
15
+
16
+
17
+ # [1.14.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.13.2...v1.14.0-rc.0) (2023-05-18)
18
+
19
+ **Note:** Version bump only for package @ui5/webcomponents-theming
20
+
21
+
22
+
23
+
24
+
25
+ ## [1.13.2](https://github.com/SAP/ui5-webcomponents/compare/v1.13.1...v1.13.2) (2023-05-15)
26
+
27
+ **Note:** Version bump only for package @ui5/webcomponents-theming
28
+
29
+
30
+
31
+
32
+
33
+ ## [1.13.1](https://github.com/SAP/ui5-webcomponents/compare/v1.13.0-rc.5...v1.13.1) (2023-05-11)
34
+
35
+ **Note:** Version bump only for package @ui5/webcomponents-theming
36
+
37
+
38
+
39
+
40
+
41
+ # [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)
42
+
43
+
44
+ ### Bug Fixes
45
+
46
+ * **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))
47
+
48
+
49
+
50
+
51
+
52
+ # [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)
53
+
54
+ **Note:** Version bump only for package @ui5/webcomponents-theming
55
+
56
+
57
+
58
+
59
+
60
+ # [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)
61
+
62
+ **Note:** Version bump only for package @ui5/webcomponents-theming
63
+
64
+
65
+
66
+
67
+
68
+ # [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)
69
+
70
+ **Note:** Version bump only for package @ui5/webcomponents-theming
71
+
72
+
73
+
74
+
75
+
76
+ # [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)
77
+
78
+ **Note:** Version bump only for package @ui5/webcomponents-theming
79
+
80
+
81
+
82
+
83
+
84
+ # [1.13.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0...v1.13.0-rc.0) (2023-04-06)
85
+
86
+ **Note:** Version bump only for package @ui5/webcomponents-theming
87
+
88
+
89
+
90
+
91
+
92
+ # [1.12.0](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0-rc.3...v1.12.0) (2023-04-04)
93
+
94
+ **Note:** Version bump only for package @ui5/webcomponents-theming
95
+
96
+
97
+
98
+
99
+
100
+ # [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)
101
+
102
+ **Note:** Version bump only for package @ui5/webcomponents-theming
103
+
104
+
105
+
106
+
107
+
108
+ # [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)
109
+
110
+
111
+ ### Bug Fixes
112
+
113
+ * 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))
114
+
115
+
116
+
117
+
118
+
119
+ # [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)
120
+
121
+ **Note:** Version bump only for package @ui5/webcomponents-theming
122
+
123
+
124
+
125
+
126
+
127
+ # [1.12.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0...v1.12.0-rc.0) (2023-03-09)
128
+
129
+ **Note:** Version bump only for package @ui5/webcomponents-theming
130
+
131
+
132
+
133
+
134
+
135
+ # [1.11.0](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.4...v1.11.0) (2023-03-06)
136
+
137
+ **Note:** Version bump only for package @ui5/webcomponents-theming
138
+
139
+
140
+
141
+
142
+
143
+ # [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)
144
+
145
+ **Note:** Version bump only for package @ui5/webcomponents-theming
146
+
147
+
148
+
149
+
150
+
151
+ # [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)
152
+
153
+ **Note:** Version bump only for package @ui5/webcomponents-theming
154
+
155
+
156
+
157
+
158
+
159
+ # [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)
160
+
161
+ **Note:** Version bump only for package @ui5/webcomponents-theming
162
+
163
+
164
+
165
+
166
+
167
+ # [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)
168
+
169
+ **Note:** Version bump only for package @ui5/webcomponents-theming
170
+
171
+
172
+
173
+
174
+
175
+ # [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)
176
+
177
+ **Note:** Version bump only for package @ui5/webcomponents-theming
178
+
179
+
180
+
181
+
182
+
183
+ ## [1.10.4-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.10.3...v1.10.4-rc.0) (2023-01-26)
184
+
185
+ **Note:** Version bump only for package @ui5/webcomponents-theming
186
+
187
+
188
+
189
+
190
+
191
+ ## [1.10.3](https://github.com/SAP/ui5-webcomponents/compare/v1.10.2...v1.10.3) (2023-01-25)
192
+
193
+ **Note:** Version bump only for package @ui5/webcomponents-theming
194
+
195
+
196
+
197
+
198
+
199
+ ## [1.10.2](https://github.com/SAP/ui5-webcomponents/compare/v1.10.1...v1.10.2) (2023-01-25)
200
+
201
+ **Note:** Version bump only for package ui5-webcomponents
202
+
203
+ ## [1.10.1](https://github.com/SAP/ui5-webcomponents/compare/v0.0.0-7b49a7ff1...v1.10.1) (2023-01-24)
204
+
205
+ **Note:** Version bump only for package @ui5/webcomponents-theming
206
+
207
+
208
+
209
+
210
+
211
+ # [1.10.0](https://github.com/SAP/ui5-webcomponents/compare/v1.9.3...v1.10.0) (2023-01-20)
212
+
213
+ **Note:** Version bump only for package @ui5/webcomponents-theming
214
+
215
+
216
+
217
+
218
+
219
+ ## [1.9.3](https://github.com/SAP/ui5-webcomponents/compare/v1.9.2...v1.9.3) (2022-12-16)
220
+
221
+ **Note:** Version bump only for package @ui5/webcomponents-theming
222
+
223
+
224
+
225
+
226
+
227
+ ## [1.9.1](https://github.com/SAP/ui5-webcomponents/compare/v1.9.0...v1.9.1) (2022-11-10)
228
+
229
+ **Note:** Version bump only for package @ui5/webcomponents-theming
230
+
231
+
232
+
233
+
234
+
235
+ # [1.9.0](https://github.com/SAP/ui5-webcomponents/compare/v1.8.0...v1.9.0) (2022-10-31)
236
+
237
+ **Note:** Version bump only for package @ui5/webcomponents-theming
238
+
239
+
240
+
241
+
242
+
243
+ # [1.8.0](https://github.com/SAP/ui5-webcomponents/compare/v1.7.1...v1.8.0) (2022-10-03)
244
+
245
+ **Note:** Version bump only for package @ui5/webcomponents-theming
246
+
247
+
248
+
249
+
250
+
251
+ ## [1.7.1](https://github.com/SAP/ui5-webcomponents/compare/v1.7.0...v1.7.1) (2022-09-08)
252
+
253
+ **Note:** Version bump only for package @ui5/webcomponents-theming
254
+
255
+
256
+
257
+
258
+
259
+ # [1.7.0](https://github.com/SAP/ui5-webcomponents/compare/v1.6.0...v1.7.0) (2022-09-02)
260
+
261
+
262
+ ### Bug Fixes
263
+
264
+ * **ui5-input:** fix item selection bugs ([#5372](https://github.com/SAP/ui5-webcomponents/issues/5372)) ([274efaa](https://github.com/SAP/ui5-webcomponents/commit/274efaaa212e3152d27665f1809e649a75f67001))
265
+
266
+
267
+
268
+
269
+
270
+ # [1.6.0](https://github.com/SAP/ui5-webcomponents/compare/v1.5.0...v1.6.0) (2022-07-25)
271
+
272
+ **Note:** Version bump only for package @ui5/webcomponents-theming
273
+
274
+
275
+
276
+
277
+
278
+ # [1.5.0](https://github.com/SAP/ui5-webcomponents/compare/v1.4.0...v1.5.0) (2022-07-03)
279
+
280
+
281
+
282
+
283
+
284
+
285
+ # [1.4.0](https://github.com/SAP/ui5-webcomponents/compare/v1.3.1...v1.4.0) (2022-05-25)
286
+
287
+
288
+ ### Bug Fixes
289
+
290
+ * **framework:** fix fallback to default theme ([#5185](https://github.com/SAP/ui5-webcomponents/issues/5185)) ([0fc2f0d](https://github.com/SAP/ui5-webcomponents/commit/0fc2f0d)), closes [#5136](https://github.com/SAP/ui5-webcomponents/issues/5136) [#5136](https://github.com/SAP/ui5-webcomponents/issues/5136)
291
+
292
+
293
+
294
+
295
+
296
+ ## [1.3.1](https://github.com/SAP/ui5-webcomponents/compare/v1.3.0...v1.3.1) (2022-04-27)
297
+
298
+ **Note:** Version bump only for package @ui5/webcomponents-theming
299
+
300
+
301
+
302
+
303
+
304
+ # [1.3.0](https://github.com/SAP/ui5-webcomponents/compare/v1.2.4...v1.3.0) (2022-04-19)
305
+
306
+
307
+ * ****Note:** Version bump only for package @ui5/webcomponents-theming
308
+
309
+
310
+
311
+
312
+
313
+
314
+ ## [1.2.4](https://github.com/SAP/ui5-webcomponents/compare/v1.2.3...v1.2.4) (2022-03-30)
315
+
316
+ **Note:** Version bump only for package @ui5/webcomponents-theming
317
+
318
+
319
+
320
+
321
+
6
322
  ## [1.2.3](https://github.com/SAP/ui5-webcomponents/compare/v1.2.2...v1.2.3) (2022-03-23)
7
323
 
8
324
  **Note:** Version bump only for package @ui5/webcomponents-theming
package/README.md CHANGED
@@ -1,8 +1,7 @@
1
- ![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-webcomponents/master/docs/images/UI5_logo_wide.png)
1
+ ![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-webcomponents/main/docs/images/UI5_logo_wide.png)
2
2
 
3
3
  # UI5 Web Components - Theming
4
4
 
5
- [![Travis CI Build Status](https://travis-ci.org/SAP/ui5-webcomponents.svg?branch=master)](https://travis-ci.org/SAP/ui5-webcomponents)
6
5
  [![npm Package Version](https://badge.fury.io/js/%40ui5%2Fwebcomponents.svg)](https://www.npmjs.com/package/@ui5/webcomponents)
7
6
 
8
7
  Provides common theming assets, used by other UI5 Web Components packages, such as `main` and `fiori`.
@@ -18,16 +17,16 @@ The assets, provided by this package, are additional themes:
18
17
  *Note:* These assets are already imported by the UI5 Web Components packages that need them.
19
18
 
20
19
  ## Resources
21
- - [UI5 Web Components - README.md](https://github.com/SAP/ui5-webcomponents/blob/master/README.md)
20
+ - [UI5 Web Components - README.md](https://github.com/SAP/ui5-webcomponents/blob/main/README.md)
22
21
  - [UI5 Web Components - Home Page](https://sap.github.io/ui5-webcomponents)
23
22
  - [UI5 Web Components - Playground and API Reference](https://sap.github.io/ui5-webcomponents/playground/)
24
23
 
25
24
  ## Support
26
- We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://join-ui5-slack.herokuapp.com/).
25
+ We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://join-ui5-slack.herokuapp.com/).
27
26
 
28
27
  ## Contribute
29
- Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/docs/6-contributing/02-conventions-and-guidelines.md).
28
+ Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/docs/6-contributing/02-conventions-and-guidelines.md).
30
29
 
31
30
  ## License
32
31
  Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
33
- This file is licensed under the Apache Software License, Version 2.0 except as noted otherwise in the [LICENSE](https://github.com/SAP/ui5-webcomponents/blob/master/LICENSE.txt) file.
32
+ This file is licensed under the Apache Software License, Version 2.0 except as noted otherwise in the [LICENSE](https://github.com/SAP/ui5-webcomponents/blob/main/LICENSE.txt) file.
@@ -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
  };
@@ -87,6 +87,26 @@
87
87
  "--sapButton_Emphasized_Hover_BorderColor",
88
88
  "--sapButton_Emphasized_Hover_TextColor",
89
89
  "--sapButton_Emphasized_TextColor",
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",
90
110
  "--sapButton_Hover_Background",
91
111
  "--sapButton_Hover_BorderColor",
92
112
  "--sapButton_Hover_TextColor",
@@ -123,9 +143,22 @@
123
143
  "--sapButton_TokenBackground",
124
144
  "--sapButton_TokenBorderColor",
125
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",
126
157
  "--sapButton_Track_Selected_Background",
158
+ "--sapButton_Track_Selected_BorderColor",
159
+ "--sapButton_Track_Selected_Hover_Background",
160
+ "--sapButton_Track_Selected_Hover_BorderColor",
127
161
  "--sapButton_Track_Selected_TextColor",
128
- "--sapButton_Track_TextColor",
129
162
  "--sapChart_Good",
130
163
  "--sapChart_Sequence_6",
131
164
  "--sapContent_BadgeBackground",
@@ -133,6 +166,7 @@
133
166
  "--sapContent_BusyColor",
134
167
  "--sapContent_ContrastFocusColor",
135
168
  "--sapContent_ContrastIconColor",
169
+ "--sapContent_ContrastShadowColor",
136
170
  "--sapContent_ContrastTextColor",
137
171
  "--sapContent_Critical_Shadow",
138
172
  "--sapContent_DisabledOpacity",
@@ -147,6 +181,7 @@
147
181
  "--sapContent_HeaderShadow",
148
182
  "--sapContent_HelpColor",
149
183
  "--sapContent_IconColor",
184
+ "--sapContent_IconFontFamily",
150
185
  "--sapContent_Illustrative_Color1",
151
186
  "--sapContent_Illustrative_Color2",
152
187
  "--sapContent_Illustrative_Color3",
@@ -160,6 +195,7 @@
160
195
  "--sapContent_Informative_Shadow",
161
196
  "--sapContent_Interaction_Shadow",
162
197
  "--sapContent_LabelColor",
198
+ "--sapContent_MeasureIndicatorColor",
163
199
  "--sapContent_Negative_Shadow",
164
200
  "--sapContent_NonInteractiveIconColor",
165
201
  "--sapContent_Positive_Shadow",
@@ -167,6 +203,7 @@
167
203
  "--sapContent_Selected_Background",
168
204
  "--sapContent_Selected_ForegroundColor",
169
205
  "--sapContent_Selected_Hover_Background",
206
+ "--sapContent_Selected_MeasureIndicatorColor",
170
207
  "--sapContent_Selected_Shadow",
171
208
  "--sapContent_Selected_TextColor",
172
209
  "--sapContent_Shadow0",
@@ -181,6 +218,8 @@
181
218
  "--sapCriticalTextColor",
182
219
  "--sapElement_BorderCornerRadius",
183
220
  "--sapElement_BorderWidth",
221
+ "--sapElement_Compact_Height",
222
+ "--sapElement_Height",
184
223
  "--sapErrorBackground",
185
224
  "--sapErrorBorderColor",
186
225
  "--sapField_Active_BorderColor",
@@ -191,33 +230,42 @@
191
230
  "--sapField_BorderStyle",
192
231
  "--sapField_BorderWidth",
193
232
  "--sapField_Focus_Background",
194
- "--sapField_Focus_BorderColor",
195
233
  "--sapField_Hover_Background",
196
234
  "--sapField_Hover_BackgroundStyle",
197
235
  "--sapField_Hover_BorderColor",
236
+ "--sapField_Hover_InformationShadow",
237
+ "--sapField_Hover_InvalidShadow",
238
+ "--sapField_Hover_Shadow",
239
+ "--sapField_Hover_SuccessShadow",
240
+ "--sapField_Hover_WarningShadow",
198
241
  "--sapField_HoverBorderColor",
199
242
  "--sapField_InformationBackground",
200
243
  "--sapField_InformationBackgroundStyle",
201
244
  "--sapField_InformationBorderWidth",
202
245
  "--sapField_InformationColor",
246
+ "--sapField_InformationShadow",
203
247
  "--sapField_InvalidBackground",
204
248
  "--sapField_InvalidBackgroundStyle",
205
249
  "--sapField_InvalidBorderWidth",
206
250
  "--sapField_InvalidColor",
251
+ "--sapField_InvalidShadow",
207
252
  "--sapField_PlaceholderTextColor",
208
253
  "--sapField_ReadOnly_Background",
209
254
  "--sapField_ReadOnly_BackgroundStyle",
210
255
  "--sapField_ReadOnly_BorderColor",
211
256
  "--sapField_RequiredColor",
257
+ "--sapField_Shadow",
212
258
  "--sapField_SuccessBackground",
213
259
  "--sapField_SuccessBackgroundStyle",
214
260
  "--sapField_SuccessBorderWidth",
215
261
  "--sapField_SuccessColor",
262
+ "--sapField_SuccessShadow",
216
263
  "--sapField_TextColor",
217
264
  "--sapField_WarningBackground",
218
265
  "--sapField_WarningBackgroundStyle",
219
266
  "--sapField_WarningBorderWidth",
220
267
  "--sapField_WarningColor",
268
+ "--sapField_WarningShadow",
221
269
  "--sapFontBoldFamily",
222
270
  "--sapFontFamily",
223
271
  "--sapFontHeader1Size",
@@ -229,15 +277,15 @@
229
277
  "--sapFontHeaderFamily",
230
278
  "--sapFontLargeSize",
231
279
  "--sapFontMediumSize",
280
+ "--sapFontSemiboldDuplexFamily",
232
281
  "--sapFontSize",
233
282
  "--sapFontSmallSize",
234
283
  "--sapGroup_ContentBackground",
235
284
  "--sapGroup_ContentBorderColor",
285
+ "--sapGroup_Title_FontSize",
236
286
  "--sapGroup_TitleBackground",
237
287
  "--sapGroup_TitleBorderColor",
238
- "--sapGroup_TitleFontSize",
239
288
  "--sapGroup_TitleTextColor",
240
- "--sapHC_ReducedAltForeground",
241
289
  "--sapHC_ReducedBackground",
242
290
  "--sapHC_ReducedForeground",
243
291
  "--sapHighlightColor",
@@ -272,9 +320,11 @@
272
320
  "--sapLegendBackgroundColor20",
273
321
  "--sapLegendColor18",
274
322
  "--sapLink_Active_Color",
323
+ "--sapLink_Active_TextDecoration",
275
324
  "--sapLink_Hover_Color",
325
+ "--sapLink_Hover_TextDecoration",
276
326
  "--sapLink_SubtleColor",
277
- "--sapLink_Visited_Color",
327
+ "--sapLink_TextDecoration",
278
328
  "--sapLinkColor",
279
329
  "--sapList_Active_Background",
280
330
  "--sapList_Active_TextColor",
@@ -288,6 +338,7 @@
288
338
  "--sapList_GroupHeaderBorderColor",
289
339
  "--sapList_HeaderBackground",
290
340
  "--sapList_HeaderBorderColor",
341
+ "--sapList_HeaderTextColor",
291
342
  "--sapList_Hover_Background",
292
343
  "--sapList_Hover_SelectionBackground",
293
344
  "--sapList_SelectionBackgroundColor",
@@ -304,7 +355,6 @@
304
355
  "--sapNegativeElementColor",
305
356
  "--sapNegativeTextColor",
306
357
  "--sapNeutralBackground",
307
- "--sapNeutralBorderColor",
308
358
  "--sapNeutralColor",
309
359
  "--sapNeutralElementColor",
310
360
  "--sapNeutralTextColor",
@@ -320,6 +370,27 @@
320
370
  "--sapPositiveColor",
321
371
  "--sapPositiveElementColor",
322
372
  "--sapPositiveTextColor",
373
+ "--sapProgress_Background",
374
+ "--sapProgress_CriticalBackground",
375
+ "--sapProgress_FontSize",
376
+ "--sapProgress_InformationBackground",
377
+ "--sapProgress_NegativeBackground",
378
+ "--sapProgress_PositiveBackground",
379
+ "--sapProgress_TextColor",
380
+ "--sapProgress_Value_Background",
381
+ "--sapProgress_Value_BorderColor",
382
+ "--sapProgress_Value_CriticalBackground",
383
+ "--sapProgress_Value_CriticalBorderColor",
384
+ "--sapProgress_Value_CriticalTextColor",
385
+ "--sapProgress_Value_InformationBackground",
386
+ "--sapProgress_Value_InformationBorderColor",
387
+ "--sapProgress_Value_InformationTextColor",
388
+ "--sapProgress_Value_NegativeBackground",
389
+ "--sapProgress_Value_NegativeBorderColor",
390
+ "--sapProgress_Value_NegativeTextColor",
391
+ "--sapProgress_Value_PositiveBackground",
392
+ "--sapProgress_Value_PositiveBorderColor",
393
+ "--sapProgress_Value_PositiveTextColor",
323
394
  "--sapScrollBar_Dimension",
324
395
  "--sapScrollBar_FaceColor",
325
396
  "--sapScrollBar_Hover_FaceColor",
@@ -329,10 +400,21 @@
329
400
  "--sapShell_Active_TextColor",
330
401
  "--sapShell_Background",
331
402
  "--sapShell_Hover_Background",
403
+ "--sapShell_InteractiveBackground",
332
404
  "--sapShell_InteractiveBorderColor",
333
405
  "--sapShell_InteractiveTextColor",
334
406
  "--sapShell_TextColor",
335
407
  "--sapShellColor",
408
+ "--sapSlider_Active_HandleBackground",
409
+ "--sapSlider_Active_RangeHandleBackground",
410
+ "--sapSlider_Background",
411
+ "--sapSlider_HandleBackground",
412
+ "--sapSlider_HandleBorderColor",
413
+ "--sapSlider_Hover_HandleBackground",
414
+ "--sapSlider_Hover_HandleBorderColor",
415
+ "--sapSlider_RangeHandleBackground",
416
+ "--sapSlider_Selected_Background",
417
+ "--sapSlider_Selected_BorderColor",
336
418
  "--sapSuccessBackground",
337
419
  "--sapSuccessBorderColor",
338
420
  "--sapTextColor",
@@ -0,0 +1 @@
1
+ import "./generated/json-imports/Themes-static.js";
@@ -1,2 +1,3 @@
1
1
  // The theming package provides theming assets only
2
2
  import "./generated/json-imports/Themes-static.js";
3
+ //# sourceMappingURL=Assets-static.js.map
@@ -0,0 +1 @@
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"]}
@@ -0,0 +1 @@
1
+ import "./generated/json-imports/Themes.js";
package/dist/Assets.js CHANGED
@@ -1,2 +1,3 @@
1
1
  // The theming package provides theming assets only
2
2
  import "./generated/json-imports/Themes.js";
3
+ //# sourceMappingURL=Assets.js.map
@@ -0,0 +1 @@
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"]}