@openui5/themelib_sap_belize 1.131.0 → 1.132.0

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 (111) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_belize/CardHeaders.less +6 -0
  4. package/src/sap/f/themes/sap_belize/library.source.less +1 -1
  5. package/src/sap/f/themes/sap_belize_base/Card.less +15 -15
  6. package/src/sap/f/themes/sap_belize_base/library.source.less +1 -1
  7. package/src/sap/f/themes/sap_belize_hcb/CardHeaders.less +6 -0
  8. package/src/sap/f/themes/sap_belize_hcb/library.source.less +1 -1
  9. package/src/sap/f/themes/sap_belize_hcw/CardHeaders.less +6 -0
  10. package/src/sap/f/themes/sap_belize_hcw/library.source.less +1 -1
  11. package/src/sap/f/themes/sap_belize_plus/library.source.less +1 -1
  12. package/src/sap/m/themes/sap_belize/library.source.less +1 -1
  13. package/src/sap/m/themes/sap_belize_base/ColumnListItem.less +4 -1
  14. package/src/sap/m/themes/sap_belize_base/DynamicDateRange.less +3 -0
  15. package/src/sap/m/themes/sap_belize_base/NumericContent.less +2 -2
  16. package/src/sap/m/themes/sap_belize_base/Popover.less +5 -6
  17. package/src/sap/m/themes/sap_belize_base/SearchField.less +0 -5
  18. package/src/sap/m/themes/sap_belize_base/Table.less +6 -7
  19. package/src/sap/m/themes/sap_belize_base/library.source.less +1 -1
  20. package/src/sap/m/themes/sap_belize_hcb/library.source.less +1 -1
  21. package/src/sap/m/themes/sap_belize_hcw/library.source.less +1 -1
  22. package/src/sap/m/themes/sap_belize_plus/library.source.less +1 -1
  23. package/src/sap/tnt/themes/sap_belize/library.source.less +1 -1
  24. package/src/sap/tnt/themes/sap_belize_base/library.source.less +1 -1
  25. package/src/sap/tnt/themes/sap_belize_hcb/library.source.less +1 -1
  26. package/src/sap/tnt/themes/sap_belize_hcw/library.source.less +1 -1
  27. package/src/sap/tnt/themes/sap_belize_plus/library.source.less +1 -1
  28. package/src/sap/ui/codeeditor/themes/sap_belize/library.source.less +1 -1
  29. package/src/sap/ui/codeeditor/themes/sap_belize_base/library.source.less +1 -1
  30. package/src/sap/ui/codeeditor/themes/sap_belize_hcb/library.source.less +1 -1
  31. package/src/sap/ui/codeeditor/themes/sap_belize_hcw/library.source.less +1 -1
  32. package/src/sap/ui/codeeditor/themes/sap_belize_plus/library.source.less +1 -1
  33. package/src/sap/ui/commons/themes/sap_belize/library.source.less +1 -1
  34. package/src/sap/ui/commons/themes/sap_belize_base/library.source.less +1 -1
  35. package/src/sap/ui/commons/themes/sap_belize_hcb/library.source.less +1 -1
  36. package/src/sap/ui/commons/themes/sap_belize_hcw/library.source.less +1 -1
  37. package/src/sap/ui/commons/themes/sap_belize_plus/library.source.less +1 -1
  38. package/src/sap/ui/core/themes/sap_belize/.theme +2 -2
  39. package/src/sap/ui/core/themes/sap_belize/base.less +138 -104
  40. package/src/sap/ui/core/themes/sap_belize/global.less +1 -1
  41. package/src/sap/ui/core/themes/sap_belize/library.source.less +1 -1
  42. package/src/sap/ui/core/themes/sap_belize_base/global.less +5 -5
  43. package/src/sap/ui/core/themes/sap_belize_base/library.source.less +1 -1
  44. package/src/sap/ui/core/themes/sap_belize_base/shared.less +4 -0
  45. package/src/sap/ui/core/themes/sap_belize_hcb/.theme +2 -2
  46. package/src/sap/ui/core/themes/sap_belize_hcb/base.less +144 -110
  47. package/src/sap/ui/core/themes/sap_belize_hcb/global.less +1 -1
  48. package/src/sap/ui/core/themes/sap_belize_hcb/library.source.less +1 -1
  49. package/src/sap/ui/core/themes/sap_belize_hcw/.theme +2 -2
  50. package/src/sap/ui/core/themes/sap_belize_hcw/base.less +144 -110
  51. package/src/sap/ui/core/themes/sap_belize_hcw/global.less +1 -1
  52. package/src/sap/ui/core/themes/sap_belize_hcw/library.source.less +1 -1
  53. package/src/sap/ui/core/themes/sap_belize_plus/.theme +2 -2
  54. package/src/sap/ui/core/themes/sap_belize_plus/base.less +4 -3
  55. package/src/sap/ui/core/themes/sap_belize_plus/library.source.less +1 -1
  56. package/src/sap/ui/dt/themes/sap_belize/library.source.less +1 -1
  57. package/src/sap/ui/dt/themes/sap_belize_base/library.source.less +1 -1
  58. package/src/sap/ui/dt/themes/sap_belize_hcb/library.source.less +1 -1
  59. package/src/sap/ui/dt/themes/sap_belize_hcw/library.source.less +1 -1
  60. package/src/sap/ui/dt/themes/sap_belize_plus/library.source.less +1 -1
  61. package/src/sap/ui/fl/themes/sap_belize/library.source.less +1 -1
  62. package/src/sap/ui/fl/themes/sap_belize_base/library.source.less +1 -1
  63. package/src/sap/ui/fl/themes/sap_belize_hcb/library.source.less +1 -1
  64. package/src/sap/ui/fl/themes/sap_belize_hcw/library.source.less +1 -1
  65. package/src/sap/ui/fl/themes/sap_belize_plus/library.source.less +1 -1
  66. package/src/sap/ui/integration/themes/sap_belize/library.source.less +1 -1
  67. package/src/sap/ui/integration/themes/sap_belize_base/library.source.less +1 -1
  68. package/src/sap/ui/integration/themes/sap_belize_hcb/library.source.less +1 -1
  69. package/src/sap/ui/integration/themes/sap_belize_hcw/library.source.less +1 -1
  70. package/src/sap/ui/integration/themes/sap_belize_plus/library.source.less +1 -1
  71. package/src/sap/ui/layout/themes/sap_belize/library.source.less +1 -1
  72. package/src/sap/ui/layout/themes/sap_belize_base/library.source.less +1 -1
  73. package/src/sap/ui/layout/themes/sap_belize_hcb/library.source.less +1 -1
  74. package/src/sap/ui/layout/themes/sap_belize_hcw/library.source.less +1 -1
  75. package/src/sap/ui/layout/themes/sap_belize_plus/library.source.less +1 -1
  76. package/src/sap/ui/mdc/themes/sap_belize/library.source.less +1 -1
  77. package/src/sap/ui/mdc/themes/sap_belize_base/library.source.less +1 -1
  78. package/src/sap/ui/mdc/themes/sap_belize_hcb/library.source.less +1 -1
  79. package/src/sap/ui/mdc/themes/sap_belize_hcw/library.source.less +1 -1
  80. package/src/sap/ui/mdc/themes/sap_belize_plus/library.source.less +1 -1
  81. package/src/sap/ui/rta/themes/sap_belize/library.source.less +1 -1
  82. package/src/sap/ui/rta/themes/sap_belize_base/library.source.less +1 -1
  83. package/src/sap/ui/rta/themes/sap_belize_hcb/library.source.less +1 -1
  84. package/src/sap/ui/rta/themes/sap_belize_hcw/library.source.less +1 -1
  85. package/src/sap/ui/rta/themes/sap_belize_plus/library.source.less +1 -1
  86. package/src/sap/ui/suite/themes/sap_belize/library.source.less +1 -1
  87. package/src/sap/ui/suite/themes/sap_belize_base/library.source.less +1 -1
  88. package/src/sap/ui/suite/themes/sap_belize_hcb/library.source.less +1 -1
  89. package/src/sap/ui/suite/themes/sap_belize_hcw/library.source.less +1 -1
  90. package/src/sap/ui/suite/themes/sap_belize_plus/library.source.less +1 -1
  91. package/src/sap/ui/table/themes/sap_belize/library.source.less +1 -1
  92. package/src/sap/ui/table/themes/sap_belize_base/library.source.less +1 -1
  93. package/src/sap/ui/table/themes/sap_belize_hcb/library.source.less +1 -1
  94. package/src/sap/ui/table/themes/sap_belize_hcw/library.source.less +1 -1
  95. package/src/sap/ui/table/themes/sap_belize_plus/library.source.less +1 -1
  96. package/src/sap/ui/unified/themes/sap_belize/library.source.less +1 -1
  97. package/src/sap/ui/unified/themes/sap_belize_base/ColorPicker.less +9 -3
  98. package/src/sap/ui/unified/themes/sap_belize_base/library.source.less +1 -1
  99. package/src/sap/ui/unified/themes/sap_belize_hcb/library.source.less +1 -1
  100. package/src/sap/ui/unified/themes/sap_belize_hcw/library.source.less +1 -1
  101. package/src/sap/ui/unified/themes/sap_belize_plus/library.source.less +1 -1
  102. package/src/sap/ui/ux3/themes/sap_belize/library.source.less +1 -1
  103. package/src/sap/ui/ux3/themes/sap_belize_base/library.source.less +1 -1
  104. package/src/sap/ui/ux3/themes/sap_belize_hcb/library.source.less +1 -1
  105. package/src/sap/ui/ux3/themes/sap_belize_hcw/library.source.less +1 -1
  106. package/src/sap/ui/ux3/themes/sap_belize_plus/library.source.less +1 -1
  107. package/src/sap/uxap/themes/sap_belize/library.source.less +1 -1
  108. package/src/sap/uxap/themes/sap_belize_base/library.source.less +1 -1
  109. package/src/sap/uxap/themes/sap_belize_hcb/library.source.less +1 -1
  110. package/src/sap/uxap/themes/sap_belize_hcw/library.source.less +1 -1
  111. package/src/sap/uxap/themes/sap_belize_plus/library.source.less +1 -1
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2024 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 14.1.4
4
- // * data:{"sModified":"2024-11-04T10:14:03Z"}
3
+ // * Theming Engine 14.2.8
4
+ // * data:{"sModified":"2024-12-12T10:42:39Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.22.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.24.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -87,35 +87,35 @@
87
87
 
88
88
  // [Label "High-Contrast Negative Color"]
89
89
  // [Description "The high-contrast reference color for elements showing negative state."]
90
- // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
90
+ // [Tags "Base", "Semantic", "Color", "HighContrast"]
91
91
  // [Category "HighContrast"]
92
92
  // [Type "color"]
93
93
  @sapHC_NegativeColor: #ab0000;
94
94
 
95
95
  // [Label "High-Contrast Critical Color"]
96
96
  // [Description "The high-contrast reference color for elements showing critical state."]
97
- // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
97
+ // [Tags "Base", "Semantic", "Color", "HighContrast"]
98
98
  // [Category "HighContrast"]
99
99
  // [Type "color"]
100
100
  @sapHC_CriticalColor: #5c5c00;
101
101
 
102
102
  // [Label "High-Contrast Positive Color"]
103
103
  // [Description "The high-contrast reference color for elements showing positive state."]
104
- // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
104
+ // [Tags "Base", "Semantic", "Color", "HighContrast"]
105
105
  // [Category "HighContrast"]
106
106
  // [Type "color"]
107
107
  @sapHC_PositiveColor: #006362;
108
108
 
109
109
  // [Label "High-Contrast Informative Color"]
110
110
  // [Description "The high-contrast reference color for elements showing informative state."]
111
- // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
111
+ // [Tags "Base", "Semantic", "Color", "HighContrast"]
112
112
  // [Category "HighContrast"]
113
113
  // [Type "color"]
114
114
  @sapHC_InformativeColor: #000;
115
115
 
116
116
  // [Label "High-Contrast Neutral Color"]
117
117
  // [Description "The high-contrast reference color for elements showing neutral state."]
118
- // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
118
+ // [Tags "Base", "Semantic", "Color", "HighContrast"]
119
119
  // [Category "HighContrast"]
120
120
  // [Type "color"]
121
121
  @sapHC_NeutralColor: #000;
@@ -695,74 +695,23 @@
695
695
  // [Tags "!Protected"]
696
696
  // [Protected "!true"]
697
697
  @sapContent_Illustrative_Color31: #ffab92;
698
-
699
- // [Tags "!Protected"]
700
- // [Protected "!true"]
701
698
  @sapContent_Space_S: 1rem;
702
-
703
- // [Tags "!Protected"]
704
- // [Protected "!true"]
705
699
  @sapContent_Space_M: 2rem;
706
-
707
- // [Tags "!Protected"]
708
- // [Protected "!true"]
709
700
  @sapContent_Space_L: 2rem;
710
-
711
- // [Tags "!Protected"]
712
- // [Protected "!true"]
713
701
  @sapContent_Space_XL: 3rem;
714
-
715
- // [Tags "!Protected"]
716
- // [Protected "!true"]
717
702
  @sapContent_Space_Tiny: 2rem;
718
-
719
- // [Tags "!Protected"]
720
- // [Protected "!true"]
721
703
  @sapContent_Space_Small: 1rem;
722
-
723
- // [Tags "!Protected"]
724
- // [Protected "!true"]
725
704
  @sapContent_Space_Medium: 2rem;
726
-
727
- // [Tags "!Protected"]
728
- // [Protected "!true"]
729
705
  @sapContent_Space_Large: 3rem;
730
-
731
- // [Tags "!Protected"]
732
- // [Protected "!true"]
733
706
  @sapContent_Margin_Tiny: 0 0 1rem;
734
-
735
- // [Tags "!Protected"]
736
- // [Protected "!true"]
737
707
  @sapContent_Margin_Small: 1rem;
738
-
739
- // [Tags "!Protected"]
740
- // [Protected "!true"]
741
708
  @sapContent_Margin_Medium: 1rem 2rem;
742
-
743
- // [Tags "!Protected"]
744
- // [Protected "!true"]
745
709
  @sapContent_Margin_Large: 1rem 3rem;
746
-
747
- // [Tags "!Protected"]
748
- // [Protected "!true"]
749
- @sapContent_Gap: 1rem;
750
-
751
- // [Tags "!Protected"]
752
- // [Protected "!true"]
753
710
  @sapContent_Padding_S: 0rem;
754
-
755
- // [Tags "!Protected"]
756
- // [Protected "!true"]
757
711
  @sapContent_Padding_M: 2rem;
758
-
759
- // [Tags "!Protected"]
760
- // [Protected "!true"]
761
712
  @sapContent_Padding_L: 2rem;
762
-
763
- // [Tags "!Protected"]
764
- // [Protected "!true"]
765
713
  @sapContent_Padding_XL: 3rem;
714
+ @sapContent_Gap: 1rem;
766
715
 
767
716
  // [Tags "!Protected"]
768
717
  // [Protected "!true"]
@@ -1102,53 +1051,17 @@
1102
1051
  @sapShell_Category_16_BorderColor: #1e592f;
1103
1052
  @sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1104
1053
  @sapShell_Category_16_TextShadow: none;
1105
-
1106
- // [Tags "!Protected"]
1107
- // [Protected "!true"]
1108
1054
  @sapShell_Space_S: 0.5rem;
1109
-
1110
- // [Tags "!Protected"]
1111
- // [Protected "!true"]
1112
1055
  @sapShell_Space_M: 2rem;
1113
-
1114
- // [Tags "!Protected"]
1115
- // [Protected "!true"]
1116
1056
  @sapShell_Space_L: 2rem;
1117
-
1118
- // [Tags "!Protected"]
1119
- // [Protected "!true"]
1120
1057
  @sapShell_Space_XL: 3rem;
1121
-
1122
- // [Tags "!Protected"]
1123
- // [Protected "!true"]
1124
1058
  @sapShell_Gap_S: 0.5rem;
1125
-
1126
- // [Tags "!Protected"]
1127
- // [Protected "!true"]
1128
1059
  @sapShell_Gap_M: 1rem;
1129
-
1130
- // [Tags "!Protected"]
1131
- // [Protected "!true"]
1132
1060
  @sapShell_Gap_L: 1rem;
1133
-
1134
- // [Tags "!Protected"]
1135
- // [Protected "!true"]
1136
1061
  @sapShell_Gap_XL: 1rem;
1137
-
1138
- // [Tags "!Protected"]
1139
- // [Protected "!true"]
1140
1062
  @sapShell_GroupGap_S: 2rem;
1141
-
1142
- // [Tags "!Protected"]
1143
- // [Protected "!true"]
1144
1063
  @sapShell_GroupGap_M: 3rem;
1145
-
1146
- // [Tags "!Protected"]
1147
- // [Protected "!true"]
1148
1064
  @sapShell_GroupGap_L: 3rem;
1149
-
1150
- // [Tags "!Protected"]
1151
- // [Protected "!true"]
1152
1065
  @sapShell_GroupGap_XL: 3rem;
1153
1066
 
1154
1067
  // [Tags "!Protected"]
@@ -1457,7 +1370,7 @@
1457
1370
 
1458
1371
  // [Tags "!Protected"]
1459
1372
  // [Protected "!true"]
1460
- @sapButton_Emphasized_BorderWidth: .125 * @sapContent_GridSize;
1373
+ @sapButton_Emphasized_BorderWidth: 0.125 * @sapContent_GridSize;
1461
1374
 
1462
1375
  // [Tags "!Protected"]
1463
1376
  // [Protected "!true"]
@@ -2271,7 +2184,7 @@
2271
2184
 
2272
2185
  // [Tags "!Protected"]
2273
2186
  // [Protected "!true"]
2274
- @sapField_Selector_Hover_InvalidBackground: sapField_InvalidBackground;
2187
+ @sapField_Selector_Hover_InvalidBackground: @sapField_InvalidBackground;
2275
2188
 
2276
2189
  // [Tags "!Protected"]
2277
2190
  // [Protected "!true"]
@@ -2469,6 +2382,10 @@
2469
2382
  // [Protected "!true"]
2470
2383
  @sapList_TableFixedRowBorderWidth: 0.1875 * @sapContent_GridSize;
2471
2384
 
2385
+ // [Tags "!Protected"]
2386
+ // [Protected "!true"]
2387
+ @sapMessage_BorderWidth: 0.125 * @sapContent_GridSize;
2388
+
2472
2389
  // [Tags "!Protected"]
2473
2390
  // [Protected "!true"]
2474
2391
  @sapMessage_ErrorBorderColor: @sapErrorBorderColor;
@@ -2485,6 +2402,10 @@
2485
2402
  // [Protected "!true"]
2486
2403
  @sapMessage_InformationBorderColor: @sapInformationBorderColor;
2487
2404
 
2405
+ // [Tags "!Protected"]
2406
+ // [Protected "!true"]
2407
+ @sapMessage_Button_Hover_Background: @sapButton_Lite_Hover_Background;
2408
+
2488
2409
  // [Tags "!Protected"]
2489
2410
  // [Protected "!true"]
2490
2411
  @sapPopover_BorderCornerRadius: @sapElement_BorderCornerRadius;
@@ -2773,6 +2694,110 @@
2773
2694
  // [Protected "!true"]
2774
2695
  @sapBlockLayer_Opacity: 0.3;
2775
2696
 
2697
+ // [Tags "!Protected"]
2698
+ // [Protected "!true"]
2699
+ @sapTab_TextColor: @sapTextColor;
2700
+
2701
+ // [Tags "!Protected"]
2702
+ // [Protected "!true"]
2703
+ @sapTab_ForegroundColor: @sapHC_StandardForeground;
2704
+
2705
+ // [Tags "!Protected"]
2706
+ // [Protected "!true"]
2707
+ @sapTab_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2708
+
2709
+ // [Tags "!Protected"]
2710
+ // [Protected "!true"]
2711
+ @sapTab_Background: @sapObjectHeader_Background;
2712
+
2713
+ // [Tags "!Protected"]
2714
+ // [Protected "!true"]
2715
+ @sapTab_Selected_TextColor: @sapContent_Selected_ForegroundColor;
2716
+
2717
+ // [Tags "!Protected"]
2718
+ // [Protected "!true"]
2719
+ @sapTab_Selected_IconColor: contrast(@sapTab_Selected_Background, @sapContent_Selected_ForegroundColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2720
+
2721
+ // [Tags "!Protected"]
2722
+ // [Protected "!true"]
2723
+ @sapTab_Selected_Background: @sapSelectedColor;
2724
+
2725
+ // [Tags "!Protected"]
2726
+ // [Protected "!true"]
2727
+ @sapTab_Selected_Indicator_Dimension: 0.3125 * @sapContent_GridSize;
2728
+
2729
+ // [Tags "!Protected"]
2730
+ // [Protected "!true"]
2731
+ @sapTab_Positive_TextColor: @sapTextColor;
2732
+
2733
+ // [Tags "!Protected"]
2734
+ // [Protected "!true"]
2735
+ @sapTab_Positive_ForegroundColor: @sapHC_StandardForeground;
2736
+
2737
+ // [Tags "!Protected"]
2738
+ // [Protected "!true"]
2739
+ @sapTab_Positive_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2740
+
2741
+ // [Tags "!Protected"]
2742
+ // [Protected "!true"]
2743
+ @sapTab_Positive_Selected_TextColor: @sapContent_Selected_ForegroundColor;
2744
+
2745
+ // [Tags "!Protected"]
2746
+ // [Protected "!true"]
2747
+ @sapTab_Positive_Selected_IconColor: contrast(@sapTab_Positive_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2748
+
2749
+ // [Tags "!Protected"]
2750
+ // [Protected "!true"]
2751
+ @sapTab_Positive_Selected_Background: @sapSelectedColor;
2752
+
2753
+ // [Tags "!Protected"]
2754
+ // [Protected "!true"]
2755
+ @sapTab_Negative_TextColor: @sapTextColor;
2756
+
2757
+ // [Tags "!Protected"]
2758
+ // [Protected "!true"]
2759
+ @sapTab_Negative_ForegroundColor: @sapHC_StandardForeground;
2760
+
2761
+ // [Tags "!Protected"]
2762
+ // [Protected "!true"]
2763
+ @sapTab_Negative_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2764
+
2765
+ // [Tags "!Protected"]
2766
+ // [Protected "!true"]
2767
+ @sapTab_Negative_Selected_TextColor: @sapContent_Selected_ForegroundColor;
2768
+
2769
+ // [Tags "!Protected"]
2770
+ // [Protected "!true"]
2771
+ @sapTab_Negative_Selected_IconColor: contrast(@sapTab_Negative_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2772
+
2773
+ // [Tags "!Protected"]
2774
+ // [Protected "!true"]
2775
+ @sapTab_Negative_Selected_Background: @sapSelectedColor;
2776
+
2777
+ // [Tags "!Protected"]
2778
+ // [Protected "!true"]
2779
+ @sapTab_Critical_TextColor: @sapTextColor;
2780
+
2781
+ // [Tags "!Protected"]
2782
+ // [Protected "!true"]
2783
+ @sapTab_Critical_ForegroundColor: @sapHC_StandardForeground;
2784
+
2785
+ // [Tags "!Protected"]
2786
+ // [Protected "!true"]
2787
+ @sapTab_Critical_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2788
+
2789
+ // [Tags "!Protected"]
2790
+ // [Protected "!true"]
2791
+ @sapTab_Critical_Selected_TextColor: @sapContent_Selected_ForegroundColor;
2792
+
2793
+ // [Tags "!Protected"]
2794
+ // [Protected "!true"]
2795
+ @sapTab_Critical_Selected_IconColor: contrast(@sapTab_Critical_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2796
+
2797
+ // [Tags "!Protected"]
2798
+ // [Protected "!true"]
2799
+ @sapTab_Critical_Selected_Background: @sapSelectedColor;
2800
+
2776
2801
  // [Tags "!Protected"]
2777
2802
  // [Protected "!true"]
2778
2803
  @sapTile_Background: @sapBackgroundColor;
@@ -2938,6 +2963,8 @@
2938
2963
  @sapIndicationColor_1_Selected_BorderColor: @sapButton_Selected_BorderColor;
2939
2964
  @sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_TextColor;
2940
2965
  @sapIndicationColor_1b: @sapIndicationColor_1;
2966
+ @sapIndicationColor_1b_TextColor: @sapTextColor;
2967
+ @sapIndicationColor_1b_Background: @sapBackgroundColor;
2941
2968
  @sapIndicationColor_1b_BorderColor: @sapContent_ForegroundBorderColor;
2942
2969
  @sapIndicationColor_1b_Hover_Background: @sapButton_Hover_Background;
2943
2970
 
@@ -2970,6 +2997,8 @@
2970
2997
  @sapIndicationColor_2_Selected_BorderColor: @sapButton_Selected_BorderColor;
2971
2998
  @sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_TextColor;
2972
2999
  @sapIndicationColor_2b: @sapIndicationColor_2;
3000
+ @sapIndicationColor_2b_TextColor: @sapTextColor;
3001
+ @sapIndicationColor_2b_Background: @sapBackgroundColor;
2973
3002
  @sapIndicationColor_2b_BorderColor: @sapContent_ForegroundBorderColor;
2974
3003
  @sapIndicationColor_2b_Hover_Background: @sapButton_Hover_Background;
2975
3004
 
@@ -3002,6 +3031,8 @@
3002
3031
  @sapIndicationColor_3_Selected_BorderColor: @sapButton_Selected_BorderColor;
3003
3032
  @sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_TextColor;
3004
3033
  @sapIndicationColor_3b: @sapIndicationColor_3;
3034
+ @sapIndicationColor_3b_TextColor: @sapTextColor;
3035
+ @sapIndicationColor_3b_Background: @sapBackgroundColor;
3005
3036
  @sapIndicationColor_3b_BorderColor: @sapContent_ForegroundBorderColor;
3006
3037
  @sapIndicationColor_3b_Hover_Background: @sapButton_Hover_Background;
3007
3038
 
@@ -3034,6 +3065,8 @@
3034
3065
  @sapIndicationColor_4_Selected_BorderColor: @sapButton_Selected_BorderColor;
3035
3066
  @sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_TextColor;
3036
3067
  @sapIndicationColor_4b: @sapIndicationColor_4;
3068
+ @sapIndicationColor_4b_TextColor: @sapTextColor;
3069
+ @sapIndicationColor_4b_Background: @sapBackgroundColor;
3037
3070
  @sapIndicationColor_4b_BorderColor: @sapContent_ForegroundBorderColor;
3038
3071
  @sapIndicationColor_4b_Hover_Background: @sapButton_Hover_Background;
3039
3072
 
@@ -3066,6 +3099,8 @@
3066
3099
  @sapIndicationColor_5_Selected_BorderColor: @sapButton_Selected_BorderColor;
3067
3100
  @sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_TextColor;
3068
3101
  @sapIndicationColor_5b: @sapIndicationColor_5;
3102
+ @sapIndicationColor_5b_TextColor: @sapTextColor;
3103
+ @sapIndicationColor_5b_Background: @sapBackgroundColor;
3069
3104
  @sapIndicationColor_5b_BorderColor: @sapContent_ForegroundBorderColor;
3070
3105
  @sapIndicationColor_5b_Hover_Background: @sapButton_Hover_Background;
3071
3106
 
@@ -3098,6 +3133,8 @@
3098
3133
  @sapIndicationColor_6_Selected_BorderColor: @sapButton_Selected_BorderColor;
3099
3134
  @sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_TextColor;
3100
3135
  @sapIndicationColor_6b: @sapIndicationColor_6;
3136
+ @sapIndicationColor_6b_TextColor: @sapTextColor;
3137
+ @sapIndicationColor_6b_Background: @sapBackgroundColor;
3101
3138
  @sapIndicationColor_6b_BorderColor: @sapContent_ForegroundBorderColor;
3102
3139
  @sapIndicationColor_6b_Hover_Background: @sapButton_Hover_Background;
3103
3140
 
@@ -3130,6 +3167,8 @@
3130
3167
  @sapIndicationColor_7_Selected_BorderColor: @sapButton_Selected_BorderColor;
3131
3168
  @sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_TextColor;
3132
3169
  @sapIndicationColor_7b: @sapIndicationColor_7;
3170
+ @sapIndicationColor_7b_TextColor: @sapTextColor;
3171
+ @sapIndicationColor_7b_Background: @sapBackgroundColor;
3133
3172
  @sapIndicationColor_7b_BorderColor: @sapContent_ForegroundBorderColor;
3134
3173
  @sapIndicationColor_7b_Hover_Background: @sapButton_Hover_Background;
3135
3174
 
@@ -3162,6 +3201,8 @@
3162
3201
  @sapIndicationColor_8_Selected_BorderColor: @sapButton_Selected_BorderColor;
3163
3202
  @sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_TextColor;
3164
3203
  @sapIndicationColor_8b: @sapIndicationColor_8;
3204
+ @sapIndicationColor_8b_TextColor: @sapTextColor;
3205
+ @sapIndicationColor_8b_Background: @sapBackgroundColor;
3165
3206
  @sapIndicationColor_8b_BorderColor: @sapContent_ForegroundBorderColor;
3166
3207
  @sapIndicationColor_8b_Hover_Background: @sapButton_Hover_Background;
3167
3208
  @sapIndicationColor_9: #fff;
@@ -3176,6 +3217,8 @@
3176
3217
  @sapIndicationColor_9_Selected_BorderColor: @sapButton_Selected_BorderColor;
3177
3218
  @sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_TextColor;
3178
3219
  @sapIndicationColor_9b: @sapIndicationColor_9;
3220
+ @sapIndicationColor_9b_TextColor: @sapTextColor;
3221
+ @sapIndicationColor_9b_Background: @sapBackgroundColor;
3179
3222
  @sapIndicationColor_9b_BorderColor: @sapContent_ForegroundBorderColor;
3180
3223
  @sapIndicationColor_9b_Hover_Background: @sapButton_Hover_Background;
3181
3224
  @sapIndicationColor_10: #eaecee;
@@ -3190,6 +3233,8 @@
3190
3233
  @sapIndicationColor_10_Selected_BorderColor: @sapButton_Selected_BorderColor;
3191
3234
  @sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_TextColor;
3192
3235
  @sapIndicationColor_10b: @sapIndicationColor_10;
3236
+ @sapIndicationColor_10b_TextColor: @sapTextColor;
3237
+ @sapIndicationColor_10b_Background: @sapBackgroundColor;
3193
3238
  @sapIndicationColor_10b_BorderColor: @sapContent_ForegroundBorderColor;
3194
3239
  @sapIndicationColor_10b_Hover_Background: @sapButton_Hover_Background;
3195
3240
 
@@ -4040,23 +4085,12 @@
4040
4085
  @sapSvgLib_SAP-icons: none;
4041
4086
  @sapSvgLib_SAPGUI-icons: url(./../sap_belize/svg/libs/SAPGUI-icons.svg);
4042
4087
  @sapSvgLib_SAPWeb-icons: url(./../sap_belize/svg/libs/SAPWeb-icons.svg);
4088
+ @sapSapThemeId: sap_belize_hcw;
4043
4089
  @sapBackgroundColorDefault: @sapBackgroundColor;
4044
4090
  @sapList_HighlightColor: @sapHighlightColor;
4045
4091
  @sapContent_ElementHeight: 1.37em;
4046
4092
  @sapContent_ElementHeight_PX: 22px;
4047
-
4048
- // [Tags "!Protected"]
4049
- // [Protected "!true"]
4050
4093
  @sapBreakpoint_S_Min: 0;
4051
-
4052
- // [Tags "!Protected"]
4053
- // [Protected "!true"]
4054
4094
  @sapBreakpoint_M_Min: 600px;
4055
-
4056
- // [Tags "!Protected"]
4057
- // [Protected "!true"]
4058
4095
  @sapBreakpoint_L_Min: 1024px;
4059
-
4060
- // [Tags "!Protected"]
4061
- // [Protected "!true"]
4062
4096
  @sapBreakpoint_XL_Min: 1440px;
@@ -81,7 +81,7 @@
81
81
  @sapUiWarningBorder: @sapWarningBorderColor;
82
82
  @sapUiSuccessBorder: @sapSuccessBorderColor;
83
83
  @sapUiInformationBorder: @sapInformationBorderColor;
84
- @sapUiNeutralBorder: @sapNeutralColor;
84
+ @sapUiNeutralBorder: @sapNeutralBorderColor;
85
85
 
86
86
 
87
87
  // ==============================================================
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -4,9 +4,9 @@
4
4
  <name>sap_belize_plus</name>
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>OpenUI5
7
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
7
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.131.0</version>
9
+ <version>1.132.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize plus theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2024 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 14.1.4
4
- // * data:{"sModified":"2024-11-04T10:14:03Z"}
3
+ // * Theming Engine 14.2.8
4
+ // * data:{"sModified":"2024-12-12T10:42:39Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.22.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.24.0) *******************/
9
9
 
10
10
  @sapHighlightColor: lighten(saturate(@sapBrandColor, 40), 30);
11
11
  @sapBaseColor: @sapPrimary1;
@@ -377,5 +377,6 @@
377
377
  @sapChart_Sequence_Neutral_Minus3_TextColor: contrast(@sapChart_Sequence_Neutral_Minus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
378
378
  @sapChart_Sequence_Neutral_Minus4_TextColor: contrast(@sapChart_Sequence_Neutral_Minus4, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
379
379
  @sapChart_Sequence_Neutral_Minus5_TextColor: contrast(@sapChart_Sequence_Neutral_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
380
+ @sapSapThemeId: sap_belize_plus;
380
381
  @sapBackgroundColorDefault: @sapPrimary1;
381
382
  @sapList_HighlightColor: darken(desaturate(@sapHighlightColor, 40), 30);
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6