@ui5/webcomponents-theming 0.0.0-db2be6526 → 0.0.0-dcd8e5389

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 (102) hide show
  1. package/.npsrc.json +3 -0
  2. package/CHANGELOG.md +355 -0
  3. package/README.md +5 -6
  4. package/config/postcss.themes/{postcss.config.js → postcss.config.cjs} +3 -3
  5. package/css-vars-usage.json +177 -2
  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 -0
  13. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -0
  14. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -0
  15. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
  16. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
  17. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
  18. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
  19. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -0
  20. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
  21. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
  22. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
  23. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
  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 -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 -0
  35. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
  36. package/dist/generated/json-imports/Themes-static.js +9 -3
  37. package/dist/generated/json-imports/Themes.js +6 -3
  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 -0
  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 -0
  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 -0
  73. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
  74. package/dist/themes/sap_belize/css_variables.css +927 -0
  75. package/dist/themes/sap_belize/parameters-bundle.css +1 -0
  76. package/dist/themes/sap_belize_hcb/css_variables.css +926 -0
  77. package/dist/themes/sap_belize_hcb/parameters-bundle.css +1 -0
  78. package/dist/themes/sap_belize_hcw/css_variables.css +926 -0
  79. package/dist/themes/sap_belize_hcw/parameters-bundle.css +1 -0
  80. package/dist/themes/sap_fiori_3/css_variables.css +926 -0
  81. package/dist/themes/sap_fiori_3/parameters-bundle.css +1 -0
  82. package/dist/themes/sap_fiori_3_dark/css_variables.css +926 -0
  83. package/dist/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
  84. package/dist/themes/sap_fiori_3_hcb/css_variables.css +926 -0
  85. package/dist/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
  86. package/dist/themes/sap_fiori_3_hcw/css_variables.css +926 -0
  87. package/dist/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
  88. package/dist/themes/sap_horizon/css_variables.css +926 -0
  89. package/dist/themes/sap_horizon/parameters-bundle.css +1 -0
  90. package/dist/themes/sap_horizon_dark/css_variables.css +926 -0
  91. package/dist/themes/sap_horizon_dark/parameters-bundle.css +1 -0
  92. package/dist/themes/sap_horizon_exp/css_variables.css +926 -0
  93. package/dist/themes/sap_horizon_exp/parameters-bundle.css +1 -0
  94. package/dist/themes/sap_horizon_hcb/css_variables.css +926 -0
  95. package/dist/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
  96. package/dist/themes/sap_horizon_hcw/css_variables.css +926 -0
  97. package/dist/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
  98. package/lib/generate-css-vars-usage-report/index.js +23 -14
  99. package/{package-scripts.js → package-scripts.cjs} +3 -7
  100. package/package.json +9 -10
  101. package/tsconfig.json +15 -0
  102. package/hash.txt +0 -1
package/.npsrc.json ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "config": "./package-scripts.cjs"
3
+ }
package/CHANGELOG.md CHANGED
@@ -2,3 +2,358 @@
2
2
 
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
+
6
+ # [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)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-theming
9
+
10
+
11
+
12
+
13
+
14
+ # [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)
15
+
16
+ **Note:** Version bump only for package @ui5/webcomponents-theming
17
+
18
+
19
+
20
+
21
+
22
+ # [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)
23
+
24
+ **Note:** Version bump only for package @ui5/webcomponents-theming
25
+
26
+
27
+
28
+
29
+
30
+ # [1.13.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0...v1.13.0-rc.0) (2023-04-06)
31
+
32
+ **Note:** Version bump only for package @ui5/webcomponents-theming
33
+
34
+
35
+
36
+
37
+
38
+ # [1.12.0](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0-rc.3...v1.12.0) (2023-04-04)
39
+
40
+ **Note:** Version bump only for package @ui5/webcomponents-theming
41
+
42
+
43
+
44
+
45
+
46
+ # [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)
47
+
48
+ **Note:** Version bump only for package @ui5/webcomponents-theming
49
+
50
+
51
+
52
+
53
+
54
+ # [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)
55
+
56
+
57
+ ### Bug Fixes
58
+
59
+ * 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))
60
+
61
+
62
+
63
+
64
+
65
+ # [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)
66
+
67
+ **Note:** Version bump only for package @ui5/webcomponents-theming
68
+
69
+
70
+
71
+
72
+
73
+ # [1.12.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0...v1.12.0-rc.0) (2023-03-09)
74
+
75
+ **Note:** Version bump only for package @ui5/webcomponents-theming
76
+
77
+
78
+
79
+
80
+
81
+ # [1.11.0](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.4...v1.11.0) (2023-03-06)
82
+
83
+ **Note:** Version bump only for package @ui5/webcomponents-theming
84
+
85
+
86
+
87
+
88
+
89
+ # [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)
90
+
91
+ **Note:** Version bump only for package @ui5/webcomponents-theming
92
+
93
+
94
+
95
+
96
+
97
+ # [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)
98
+
99
+ **Note:** Version bump only for package @ui5/webcomponents-theming
100
+
101
+
102
+
103
+
104
+
105
+ # [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)
106
+
107
+ **Note:** Version bump only for package @ui5/webcomponents-theming
108
+
109
+
110
+
111
+
112
+
113
+ # [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)
114
+
115
+ **Note:** Version bump only for package @ui5/webcomponents-theming
116
+
117
+
118
+
119
+
120
+
121
+ # [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)
122
+
123
+ **Note:** Version bump only for package @ui5/webcomponents-theming
124
+
125
+
126
+
127
+
128
+
129
+ ## [1.10.4-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.10.3...v1.10.4-rc.0) (2023-01-26)
130
+
131
+ **Note:** Version bump only for package @ui5/webcomponents-theming
132
+
133
+
134
+
135
+
136
+
137
+ ## [1.10.3](https://github.com/SAP/ui5-webcomponents/compare/v1.10.2...v1.10.3) (2023-01-25)
138
+
139
+ **Note:** Version bump only for package @ui5/webcomponents-theming
140
+
141
+
142
+
143
+
144
+
145
+ ## [1.10.2](https://github.com/SAP/ui5-webcomponents/compare/v1.10.1...v1.10.2) (2023-01-25)
146
+
147
+ **Note:** Version bump only for package ui5-webcomponents
148
+
149
+ ## [1.10.1](https://github.com/SAP/ui5-webcomponents/compare/v0.0.0-7b49a7ff1...v1.10.1) (2023-01-24)
150
+
151
+ **Note:** Version bump only for package @ui5/webcomponents-theming
152
+
153
+
154
+
155
+
156
+
157
+ # [1.10.0](https://github.com/SAP/ui5-webcomponents/compare/v1.9.3...v1.10.0) (2023-01-20)
158
+
159
+ **Note:** Version bump only for package @ui5/webcomponents-theming
160
+
161
+
162
+
163
+
164
+
165
+ ## [1.9.3](https://github.com/SAP/ui5-webcomponents/compare/v1.9.2...v1.9.3) (2022-12-16)
166
+
167
+ **Note:** Version bump only for package @ui5/webcomponents-theming
168
+
169
+
170
+
171
+
172
+
173
+ ## [1.9.1](https://github.com/SAP/ui5-webcomponents/compare/v1.9.0...v1.9.1) (2022-11-10)
174
+
175
+ **Note:** Version bump only for package @ui5/webcomponents-theming
176
+
177
+
178
+
179
+
180
+
181
+ # [1.9.0](https://github.com/SAP/ui5-webcomponents/compare/v1.8.0...v1.9.0) (2022-10-31)
182
+
183
+ **Note:** Version bump only for package @ui5/webcomponents-theming
184
+
185
+
186
+
187
+
188
+
189
+ # [1.8.0](https://github.com/SAP/ui5-webcomponents/compare/v1.7.1...v1.8.0) (2022-10-03)
190
+
191
+ **Note:** Version bump only for package @ui5/webcomponents-theming
192
+
193
+
194
+
195
+
196
+
197
+ ## [1.7.1](https://github.com/SAP/ui5-webcomponents/compare/v1.7.0...v1.7.1) (2022-09-08)
198
+
199
+ **Note:** Version bump only for package @ui5/webcomponents-theming
200
+
201
+
202
+
203
+
204
+
205
+ # [1.7.0](https://github.com/SAP/ui5-webcomponents/compare/v1.6.0...v1.7.0) (2022-09-02)
206
+
207
+
208
+ ### Bug Fixes
209
+
210
+ * **ui5-input:** fix item selection bugs ([#5372](https://github.com/SAP/ui5-webcomponents/issues/5372)) ([274efaa](https://github.com/SAP/ui5-webcomponents/commit/274efaaa212e3152d27665f1809e649a75f67001))
211
+
212
+
213
+
214
+
215
+
216
+ # [1.6.0](https://github.com/SAP/ui5-webcomponents/compare/v1.5.0...v1.6.0) (2022-07-25)
217
+
218
+ **Note:** Version bump only for package @ui5/webcomponents-theming
219
+
220
+
221
+
222
+
223
+
224
+ # [1.5.0](https://github.com/SAP/ui5-webcomponents/compare/v1.4.0...v1.5.0) (2022-07-03)
225
+
226
+
227
+
228
+
229
+
230
+
231
+ # [1.4.0](https://github.com/SAP/ui5-webcomponents/compare/v1.3.1...v1.4.0) (2022-05-25)
232
+
233
+
234
+ ### Bug Fixes
235
+
236
+ * **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)
237
+
238
+
239
+
240
+
241
+
242
+ ## [1.3.1](https://github.com/SAP/ui5-webcomponents/compare/v1.3.0...v1.3.1) (2022-04-27)
243
+
244
+ **Note:** Version bump only for package @ui5/webcomponents-theming
245
+
246
+
247
+
248
+
249
+
250
+ # [1.3.0](https://github.com/SAP/ui5-webcomponents/compare/v1.2.4...v1.3.0) (2022-04-19)
251
+
252
+
253
+ * ****Note:** Version bump only for package @ui5/webcomponents-theming
254
+
255
+
256
+
257
+
258
+
259
+
260
+ ## [1.2.4](https://github.com/SAP/ui5-webcomponents/compare/v1.2.3...v1.2.4) (2022-03-30)
261
+
262
+ **Note:** Version bump only for package @ui5/webcomponents-theming
263
+
264
+
265
+
266
+
267
+
268
+ ## [1.2.3](https://github.com/SAP/ui5-webcomponents/compare/v1.2.2...v1.2.3) (2022-03-23)
269
+
270
+ **Note:** Version bump only for package @ui5/webcomponents-theming
271
+
272
+
273
+
274
+
275
+
276
+ ## [1.2.2](https://github.com/SAP/ui5-webcomponents/compare/v1.2.1...v1.2.2) (2022-03-22)
277
+
278
+
279
+ ### Features
280
+
281
+ * 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))
282
+
283
+
284
+
285
+
286
+
287
+ ## [1.2.1](https://github.com/SAP/ui5-webcomponents/compare/v1.2.0...v1.2.1) (2022-03-02)
288
+
289
+ **Note:** Version bump only for package @ui5/webcomponents-theming
290
+
291
+
292
+
293
+
294
+
295
+ # [1.2.0](https://github.com/SAP/ui5-webcomponents/compare/v1.1.2...v1.2.0) (2022-02-28)
296
+
297
+ **Note:** Version bump only for package @ui5/webcomponents-theming
298
+
299
+
300
+
301
+
302
+
303
+ ## [1.1.2](https://github.com/SAP/ui5-webcomponents/compare/v1.1.1...v1.1.2) (2022-01-26)
304
+
305
+ **Note:** Version bump only for package @ui5/webcomponents-theming
306
+
307
+
308
+
309
+
310
+
311
+ ## [1.1.1](https://github.com/SAP/ui5-webcomponents/compare/v1.1.0...v1.1.1) (2022-01-24)
312
+
313
+ **Note:** Version bump only for package @ui5/webcomponents-theming
314
+
315
+
316
+
317
+
318
+
319
+ # [1.1.0](https://github.com/SAP/ui5-webcomponents/compare/v1.0.2...v1.1.0) (2022-01-21)
320
+
321
+
322
+ **Note:** Version bump only for package @ui5/webcomponents-theming
323
+
324
+
325
+
326
+
327
+
328
+
329
+ ## [1.0.2](https://github.com/SAP/ui5-webcomponents/compare/v1.0.1...v1.0.2) (2021-11-29)
330
+
331
+ **Note:** Version bump only for package @ui5/webcomponents-theming
332
+
333
+
334
+
335
+
336
+
337
+ ## [1.0.1](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0...v1.0.1) (2021-11-10)
338
+
339
+ **Note:** Version bump only for package @ui5/webcomponents-theming
340
+
341
+
342
+
343
+
344
+
345
+ # [1.0.0](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.16...v1.0.0) (2021-11-10)
346
+
347
+
348
+ **Note:** Version bump only for package @ui5/webcomponents-theming
349
+
350
+
351
+
352
+ # [1.0.0-rc.16](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.15...v1.0.0-rc.16) (2021-11-09)
353
+
354
+
355
+
356
+
357
+ ### Features
358
+
359
+ * **theming:** introduce SAP Horizon theme ([#3991](https://github.com/SAP/ui5-webcomponents/issues/3991)) ([b1afaf0](https://github.com/SAP/ui5-webcomponents/commit/b1afaf0)), closes [#3988](https://github.com/SAP/ui5-webcomponents/issues/3988)
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.
@@ -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');
@@ -18,7 +18,7 @@ module.exports = {
18
18
  ]
19
19
  },
20
20
  ),
21
- postcssCSStoJSON({toReplace: `dist`}),
22
- postcssCSStoESM({toReplace: `dist`}),
21
+ postcssCSStoJSON({ toReplace: `dist`, packageName: "@ui5/webcomponents-theming" }),
22
+ postcssCSStoESM({ toReplace: `dist`, packageName: "@ui5/webcomponents-theming" }),
23
23
  ]
24
24
  };