@ui5/webcomponents-theming 2.14.0-rc.1 → 2.14.0-rc.3
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.
- package/CHANGELOG.md +19 -0
- package/css-vars-usage.json +27 -10
- package/dist/.tsbuildinfo +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +2 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/json-imports/Themes-fetch.js +1 -1
- package/dist/generated/json-imports/Themes-fetch.js.map +1 -1
- package/dist/generated/json-imports/Themes-node.js +1 -1
- package/dist/generated/json-imports/Themes-node.js.map +1 -1
- package/dist/generated/json-imports/Themes.js +1 -1
- package/dist/generated/json-imports/Themes.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +2 -2
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +2 -2
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +2 -2
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +2 -2
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +2 -2
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +2 -2
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +2 -2
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +2 -2
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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
|
+
# [2.14.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.14.0-rc.2...v2.14.0-rc.3) (2025-08-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **tools:** correct strip unused theming base content ([#12133](https://github.com/SAP/ui5-webcomponents/issues/12133)) ([a97901d](https://github.com/SAP/ui5-webcomponents/commit/a97901da861836a5567cd4076a34bb07522ef7ba))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [2.14.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.14.0-rc.1...v2.14.0-rc.2) (2025-08-21)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @ui5/webcomponents-theming
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [2.14.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.14.0-rc.0...v2.14.0-rc.1) (2025-08-14)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @ui5/webcomponents-theming
|
package/css-vars-usage.json
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"--sapAvatar_10_BorderColor",
|
|
51
51
|
"--sapAvatar_10_Hover_Background",
|
|
52
52
|
"--sapAvatar_10_TextColor",
|
|
53
|
-
"--
|
|
53
|
+
"--sapAvatar_Hover_BorderColor",
|
|
54
54
|
"--sapAvatar_Lite_BorderColor",
|
|
55
55
|
"--sapBackgroundColor",
|
|
56
56
|
"--sapBaseColor",
|
|
@@ -103,10 +103,12 @@
|
|
|
103
103
|
"--sapButton_Emphasized_Active_TextColor",
|
|
104
104
|
"--sapButton_Emphasized_Background",
|
|
105
105
|
"--sapButton_Emphasized_BorderColor",
|
|
106
|
+
"--sapButton_Emphasized_FontFamily",
|
|
106
107
|
"--sapButton_Emphasized_Hover_Background",
|
|
107
108
|
"--sapButton_Emphasized_Hover_BorderColor",
|
|
108
109
|
"--sapButton_Emphasized_Hover_TextColor",
|
|
109
110
|
"--sapButton_Emphasized_TextColor",
|
|
111
|
+
"--sapButton_FontFamily",
|
|
110
112
|
"--sapButton_Handle_Background",
|
|
111
113
|
"--sapButton_Handle_BorderColor",
|
|
112
114
|
"--sapButton_Handle_Hover_Background",
|
|
@@ -220,7 +222,6 @@
|
|
|
220
222
|
"--sapContent_ContrastTextShadow",
|
|
221
223
|
"--sapContent_Critical_Shadow",
|
|
222
224
|
"--sapContent_DisabledOpacity",
|
|
223
|
-
"--sapContent_DisabledTextColor",
|
|
224
225
|
"--sapContent_DragAndDropActiveColor",
|
|
225
226
|
"--sapContent_FocusColor",
|
|
226
227
|
"--sapContent_FocusStyle",
|
|
@@ -259,15 +260,16 @@
|
|
|
259
260
|
"--sapContent_Shadow1",
|
|
260
261
|
"--sapContent_Shadow2",
|
|
261
262
|
"--sapContent_Shadow3",
|
|
262
|
-
"--sapContent_ShadowColor",
|
|
263
263
|
"--sapContent_TextShadow",
|
|
264
264
|
"--sapContent_UnratedColor",
|
|
265
|
+
"--sapContentLabelColor",
|
|
265
266
|
"--sapCriticalColor",
|
|
266
267
|
"--sapCriticalElementColor",
|
|
267
268
|
"--sapCriticalTextColor",
|
|
268
269
|
"--sapElement_BorderCornerRadius",
|
|
269
270
|
"--sapElement_BorderWidth",
|
|
270
271
|
"--sapElement_Compact_Height",
|
|
272
|
+
"--sapElement_Condensed_Height",
|
|
271
273
|
"--sapElement_Height",
|
|
272
274
|
"--sapElement_LineHeight",
|
|
273
275
|
"--sapErrorBackground",
|
|
@@ -334,7 +336,6 @@
|
|
|
334
336
|
"--sapFontLargeSize",
|
|
335
337
|
"--sapFontMediumSize",
|
|
336
338
|
"--sapFontSemiboldDuplexFamily",
|
|
337
|
-
"--sapFontSemiboldFamily",
|
|
338
339
|
"--sapFontSize",
|
|
339
340
|
"--sapFontSmallSize",
|
|
340
341
|
"--sapGroup_BorderCornerRadius",
|
|
@@ -366,8 +367,10 @@
|
|
|
366
367
|
"--sapIndicationColor_1_Hover_Background",
|
|
367
368
|
"--sapIndicationColor_1_TextColor",
|
|
368
369
|
"--sapIndicationColor_1b",
|
|
370
|
+
"--sapIndicationColor_1b_Background",
|
|
369
371
|
"--sapIndicationColor_1b_BorderColor",
|
|
370
372
|
"--sapIndicationColor_1b_Hover_Background",
|
|
373
|
+
"--sapIndicationColor_1b_TextColor",
|
|
371
374
|
"--sapIndicationColor_2",
|
|
372
375
|
"--sapIndicationColor_2_Active_Background",
|
|
373
376
|
"--sapIndicationColor_2_Active_BorderColor",
|
|
@@ -377,8 +380,10 @@
|
|
|
377
380
|
"--sapIndicationColor_2_Hover_Background",
|
|
378
381
|
"--sapIndicationColor_2_TextColor",
|
|
379
382
|
"--sapIndicationColor_2b",
|
|
383
|
+
"--sapIndicationColor_2b_Background",
|
|
380
384
|
"--sapIndicationColor_2b_BorderColor",
|
|
381
385
|
"--sapIndicationColor_2b_Hover_Background",
|
|
386
|
+
"--sapIndicationColor_2b_TextColor",
|
|
382
387
|
"--sapIndicationColor_3",
|
|
383
388
|
"--sapIndicationColor_3_Active_Background",
|
|
384
389
|
"--sapIndicationColor_3_Active_BorderColor",
|
|
@@ -388,8 +393,10 @@
|
|
|
388
393
|
"--sapIndicationColor_3_Hover_Background",
|
|
389
394
|
"--sapIndicationColor_3_TextColor",
|
|
390
395
|
"--sapIndicationColor_3b",
|
|
396
|
+
"--sapIndicationColor_3b_Background",
|
|
391
397
|
"--sapIndicationColor_3b_BorderColor",
|
|
392
398
|
"--sapIndicationColor_3b_Hover_Background",
|
|
399
|
+
"--sapIndicationColor_3b_TextColor",
|
|
393
400
|
"--sapIndicationColor_4",
|
|
394
401
|
"--sapIndicationColor_4_Active_Background",
|
|
395
402
|
"--sapIndicationColor_4_Active_BorderColor",
|
|
@@ -399,8 +406,10 @@
|
|
|
399
406
|
"--sapIndicationColor_4_Hover_Background",
|
|
400
407
|
"--sapIndicationColor_4_TextColor",
|
|
401
408
|
"--sapIndicationColor_4b",
|
|
409
|
+
"--sapIndicationColor_4b_Background",
|
|
402
410
|
"--sapIndicationColor_4b_BorderColor",
|
|
403
411
|
"--sapIndicationColor_4b_Hover_Background",
|
|
412
|
+
"--sapIndicationColor_4b_TextColor",
|
|
404
413
|
"--sapIndicationColor_5",
|
|
405
414
|
"--sapIndicationColor_5_Active_Background",
|
|
406
415
|
"--sapIndicationColor_5_Active_BorderColor",
|
|
@@ -410,8 +419,10 @@
|
|
|
410
419
|
"--sapIndicationColor_5_Hover_Background",
|
|
411
420
|
"--sapIndicationColor_5_TextColor",
|
|
412
421
|
"--sapIndicationColor_5b",
|
|
422
|
+
"--sapIndicationColor_5b_Background",
|
|
413
423
|
"--sapIndicationColor_5b_BorderColor",
|
|
414
424
|
"--sapIndicationColor_5b_Hover_Background",
|
|
425
|
+
"--sapIndicationColor_5b_TextColor",
|
|
415
426
|
"--sapIndicationColor_6",
|
|
416
427
|
"--sapIndicationColor_6_Active_Background",
|
|
417
428
|
"--sapIndicationColor_6_Active_BorderColor",
|
|
@@ -421,8 +432,10 @@
|
|
|
421
432
|
"--sapIndicationColor_6_Hover_Background",
|
|
422
433
|
"--sapIndicationColor_6_TextColor",
|
|
423
434
|
"--sapIndicationColor_6b",
|
|
435
|
+
"--sapIndicationColor_6b_Background",
|
|
424
436
|
"--sapIndicationColor_6b_BorderColor",
|
|
425
437
|
"--sapIndicationColor_6b_Hover_Background",
|
|
438
|
+
"--sapIndicationColor_6b_TextColor",
|
|
426
439
|
"--sapIndicationColor_7",
|
|
427
440
|
"--sapIndicationColor_7_Active_Background",
|
|
428
441
|
"--sapIndicationColor_7_Active_BorderColor",
|
|
@@ -432,8 +445,10 @@
|
|
|
432
445
|
"--sapIndicationColor_7_Hover_Background",
|
|
433
446
|
"--sapIndicationColor_7_TextColor",
|
|
434
447
|
"--sapIndicationColor_7b",
|
|
448
|
+
"--sapIndicationColor_7b_Background",
|
|
435
449
|
"--sapIndicationColor_7b_BorderColor",
|
|
436
450
|
"--sapIndicationColor_7b_Hover_Background",
|
|
451
|
+
"--sapIndicationColor_7b_TextColor",
|
|
437
452
|
"--sapIndicationColor_8",
|
|
438
453
|
"--sapIndicationColor_8_Active_Background",
|
|
439
454
|
"--sapIndicationColor_8_Active_BorderColor",
|
|
@@ -443,8 +458,10 @@
|
|
|
443
458
|
"--sapIndicationColor_8_Hover_Background",
|
|
444
459
|
"--sapIndicationColor_8_TextColor",
|
|
445
460
|
"--sapIndicationColor_8b",
|
|
461
|
+
"--sapIndicationColor_8b_Background",
|
|
446
462
|
"--sapIndicationColor_8b_BorderColor",
|
|
447
463
|
"--sapIndicationColor_8b_Hover_Background",
|
|
464
|
+
"--sapIndicationColor_8b_TextColor",
|
|
448
465
|
"--sapIndicationColor_9",
|
|
449
466
|
"--sapIndicationColor_9_Active_Background",
|
|
450
467
|
"--sapIndicationColor_9_Active_BorderColor",
|
|
@@ -454,8 +471,10 @@
|
|
|
454
471
|
"--sapIndicationColor_9_Hover_Background",
|
|
455
472
|
"--sapIndicationColor_9_TextColor",
|
|
456
473
|
"--sapIndicationColor_9b",
|
|
474
|
+
"--sapIndicationColor_9b_Background",
|
|
457
475
|
"--sapIndicationColor_9b_BorderColor",
|
|
458
476
|
"--sapIndicationColor_9b_Hover_Background",
|
|
477
|
+
"--sapIndicationColor_9b_TextColor",
|
|
459
478
|
"--sapIndicationColor_10",
|
|
460
479
|
"--sapIndicationColor_10_Active_Background",
|
|
461
480
|
"--sapIndicationColor_10_Active_BorderColor",
|
|
@@ -465,8 +484,10 @@
|
|
|
465
484
|
"--sapIndicationColor_10_Hover_Background",
|
|
466
485
|
"--sapIndicationColor_10_TextColor",
|
|
467
486
|
"--sapIndicationColor_10b",
|
|
487
|
+
"--sapIndicationColor_10b_Background",
|
|
468
488
|
"--sapIndicationColor_10b_BorderColor",
|
|
469
489
|
"--sapIndicationColor_10b_Hover_Background",
|
|
490
|
+
"--sapIndicationColor_10b_TextColor",
|
|
470
491
|
"--sapInformationBackground",
|
|
471
492
|
"--sapInformationBorderColor",
|
|
472
493
|
"--sapInformativeElementColor",
|
|
@@ -518,6 +539,8 @@
|
|
|
518
539
|
"--sapList_Hover_SelectionBackground",
|
|
519
540
|
"--sapList_SelectionBackgroundColor",
|
|
520
541
|
"--sapList_SelectionBorderColor",
|
|
542
|
+
"--sapList_TableGroupHeaderBackground",
|
|
543
|
+
"--sapList_TableGroupHeaderBorderColor",
|
|
521
544
|
"--sapList_TableGroupHeaderTextColor",
|
|
522
545
|
"--sapList_TextColor",
|
|
523
546
|
"--sapMessage_BorderWidth",
|
|
@@ -531,7 +554,6 @@
|
|
|
531
554
|
"--sapNegativeTextColor",
|
|
532
555
|
"--sapNeutralBackground",
|
|
533
556
|
"--sapNeutralBorderColor",
|
|
534
|
-
"--sapNeutralColor",
|
|
535
557
|
"--sapNeutralElementColor",
|
|
536
558
|
"--sapNeutralTextColor",
|
|
537
559
|
"--sapObjectHeader_Background",
|
|
@@ -568,10 +590,6 @@
|
|
|
568
590
|
"--sapProgress_Value_NegativeTextColor",
|
|
569
591
|
"--sapProgress_Value_PositiveBackground",
|
|
570
592
|
"--sapProgress_Value_PositiveTextColor",
|
|
571
|
-
"--sapScrollBar_Dimension",
|
|
572
|
-
"--sapScrollBar_FaceColor",
|
|
573
|
-
"--sapScrollBar_Hover_FaceColor",
|
|
574
|
-
"--sapScrollBar_TrackColor",
|
|
575
593
|
"--sapSelectedColor",
|
|
576
594
|
"--sapShell_Active_Background",
|
|
577
595
|
"--sapShell_Active_TextColor",
|
|
@@ -581,7 +599,6 @@
|
|
|
581
599
|
"--sapShell_InteractiveBackground",
|
|
582
600
|
"--sapShell_InteractiveBorderColor",
|
|
583
601
|
"--sapShell_InteractiveTextColor",
|
|
584
|
-
"--sapShell_Shadow",
|
|
585
602
|
"--sapShell_SubBrand_TextColor",
|
|
586
603
|
"--sapShell_TextColor",
|
|
587
604
|
"--sapShellColor",
|