@openui5/themelib_sap_belize 1.131.1 → 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_hcb/base.less (Version 11.22.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize_hcb/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: #ff5e5e;
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: #ffab1d;
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: #99cc99;
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: #fff;
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: #fff;
@@ -696,74 +696,23 @@
696
696
  // [Tags "!Protected"]
697
697
  // [Protected "!true"]
698
698
  @sapContent_Illustrative_Color31: #ffab92;
699
-
700
- // [Tags "!Protected"]
701
- // [Protected "!true"]
702
699
  @sapContent_Space_S: 1rem;
703
-
704
- // [Tags "!Protected"]
705
- // [Protected "!true"]
706
700
  @sapContent_Space_M: 2rem;
707
-
708
- // [Tags "!Protected"]
709
- // [Protected "!true"]
710
701
  @sapContent_Space_L: 2rem;
711
-
712
- // [Tags "!Protected"]
713
- // [Protected "!true"]
714
702
  @sapContent_Space_XL: 3rem;
715
-
716
- // [Tags "!Protected"]
717
- // [Protected "!true"]
718
703
  @sapContent_Space_Tiny: 2rem;
719
-
720
- // [Tags "!Protected"]
721
- // [Protected "!true"]
722
704
  @sapContent_Space_Small: 1rem;
723
-
724
- // [Tags "!Protected"]
725
- // [Protected "!true"]
726
705
  @sapContent_Space_Medium: 2rem;
727
-
728
- // [Tags "!Protected"]
729
- // [Protected "!true"]
730
706
  @sapContent_Space_Large: 3rem;
731
-
732
- // [Tags "!Protected"]
733
- // [Protected "!true"]
734
707
  @sapContent_Margin_Tiny: 0 0 1rem;
735
-
736
- // [Tags "!Protected"]
737
- // [Protected "!true"]
738
708
  @sapContent_Margin_Small: 1rem;
739
-
740
- // [Tags "!Protected"]
741
- // [Protected "!true"]
742
709
  @sapContent_Margin_Medium: 1rem 2rem;
743
-
744
- // [Tags "!Protected"]
745
- // [Protected "!true"]
746
710
  @sapContent_Margin_Large: 1rem 3rem;
747
-
748
- // [Tags "!Protected"]
749
- // [Protected "!true"]
750
- @sapContent_Gap: 1rem;
751
-
752
- // [Tags "!Protected"]
753
- // [Protected "!true"]
754
711
  @sapContent_Padding_S: 0rem;
755
-
756
- // [Tags "!Protected"]
757
- // [Protected "!true"]
758
712
  @sapContent_Padding_M: 2rem;
759
-
760
- // [Tags "!Protected"]
761
- // [Protected "!true"]
762
713
  @sapContent_Padding_L: 2rem;
763
-
764
- // [Tags "!Protected"]
765
- // [Protected "!true"]
766
714
  @sapContent_Padding_XL: 3rem;
715
+ @sapContent_Gap: 1rem;
767
716
 
768
717
  // [Tags "!Protected"]
769
718
  // [Protected "!true"]
@@ -1103,53 +1052,17 @@
1103
1052
  @sapShell_Category_16_BorderColor: #b2e484;
1104
1053
  @sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1105
1054
  @sapShell_Category_16_TextShadow: none;
1106
-
1107
- // [Tags "!Protected"]
1108
- // [Protected "!true"]
1109
1055
  @sapShell_Space_S: 0.5rem;
1110
-
1111
- // [Tags "!Protected"]
1112
- // [Protected "!true"]
1113
1056
  @sapShell_Space_M: 2rem;
1114
-
1115
- // [Tags "!Protected"]
1116
- // [Protected "!true"]
1117
1057
  @sapShell_Space_L: 2rem;
1118
-
1119
- // [Tags "!Protected"]
1120
- // [Protected "!true"]
1121
1058
  @sapShell_Space_XL: 3rem;
1122
-
1123
- // [Tags "!Protected"]
1124
- // [Protected "!true"]
1125
1059
  @sapShell_Gap_S: 0.5rem;
1126
-
1127
- // [Tags "!Protected"]
1128
- // [Protected "!true"]
1129
1060
  @sapShell_Gap_M: 1rem;
1130
-
1131
- // [Tags "!Protected"]
1132
- // [Protected "!true"]
1133
1061
  @sapShell_Gap_L: 1rem;
1134
-
1135
- // [Tags "!Protected"]
1136
- // [Protected "!true"]
1137
1062
  @sapShell_Gap_XL: 1rem;
1138
-
1139
- // [Tags "!Protected"]
1140
- // [Protected "!true"]
1141
1063
  @sapShell_GroupGap_S: 2rem;
1142
-
1143
- // [Tags "!Protected"]
1144
- // [Protected "!true"]
1145
1064
  @sapShell_GroupGap_M: 3rem;
1146
-
1147
- // [Tags "!Protected"]
1148
- // [Protected "!true"]
1149
1065
  @sapShell_GroupGap_L: 3rem;
1150
-
1151
- // [Tags "!Protected"]
1152
- // [Protected "!true"]
1153
1066
  @sapShell_GroupGap_XL: 3rem;
1154
1067
 
1155
1068
  // [Tags "!Protected"]
@@ -1458,7 +1371,7 @@
1458
1371
 
1459
1372
  // [Tags "!Protected"]
1460
1373
  // [Protected "!true"]
1461
- @sapButton_Emphasized_BorderWidth: .125 * @sapContent_GridSize;
1374
+ @sapButton_Emphasized_BorderWidth: 0.125 * @sapContent_GridSize;
1462
1375
 
1463
1376
  // [Tags "!Protected"]
1464
1377
  // [Protected "!true"]
@@ -2272,7 +2185,7 @@
2272
2185
 
2273
2186
  // [Tags "!Protected"]
2274
2187
  // [Protected "!true"]
2275
- @sapField_Selector_Hover_InvalidBackground: sapField_InvalidBackground;
2188
+ @sapField_Selector_Hover_InvalidBackground: @sapField_InvalidBackground;
2276
2189
 
2277
2190
  // [Tags "!Protected"]
2278
2191
  // [Protected "!true"]
@@ -2470,6 +2383,10 @@
2470
2383
  // [Protected "!true"]
2471
2384
  @sapList_TableFixedRowBorderWidth: 0.1875 * @sapContent_GridSize;
2472
2385
 
2386
+ // [Tags "!Protected"]
2387
+ // [Protected "!true"]
2388
+ @sapMessage_BorderWidth: 0.125 * @sapContent_GridSize;
2389
+
2473
2390
  // [Tags "!Protected"]
2474
2391
  // [Protected "!true"]
2475
2392
  @sapMessage_ErrorBorderColor: @sapErrorBorderColor;
@@ -2486,6 +2403,10 @@
2486
2403
  // [Protected "!true"]
2487
2404
  @sapMessage_InformationBorderColor: @sapInformationBorderColor;
2488
2405
 
2406
+ // [Tags "!Protected"]
2407
+ // [Protected "!true"]
2408
+ @sapMessage_Button_Hover_Background: @sapButton_Lite_Hover_Background;
2409
+
2489
2410
  // [Tags "!Protected"]
2490
2411
  // [Protected "!true"]
2491
2412
  @sapPopover_BorderCornerRadius: @sapElement_BorderCornerRadius;
@@ -2774,6 +2695,110 @@
2774
2695
  // [Protected "!true"]
2775
2696
  @sapBlockLayer_Opacity: 0.3;
2776
2697
 
2698
+ // [Tags "!Protected"]
2699
+ // [Protected "!true"]
2700
+ @sapTab_TextColor: @sapTextColor;
2701
+
2702
+ // [Tags "!Protected"]
2703
+ // [Protected "!true"]
2704
+ @sapTab_ForegroundColor: @sapHC_StandardForeground;
2705
+
2706
+ // [Tags "!Protected"]
2707
+ // [Protected "!true"]
2708
+ @sapTab_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2709
+
2710
+ // [Tags "!Protected"]
2711
+ // [Protected "!true"]
2712
+ @sapTab_Background: @sapObjectHeader_Background;
2713
+
2714
+ // [Tags "!Protected"]
2715
+ // [Protected "!true"]
2716
+ @sapTab_Selected_TextColor: @sapContent_Selected_ForegroundColor;
2717
+
2718
+ // [Tags "!Protected"]
2719
+ // [Protected "!true"]
2720
+ @sapTab_Selected_IconColor: contrast(@sapTab_Selected_Background, @sapContent_Selected_ForegroundColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2721
+
2722
+ // [Tags "!Protected"]
2723
+ // [Protected "!true"]
2724
+ @sapTab_Selected_Background: @sapSelectedColor;
2725
+
2726
+ // [Tags "!Protected"]
2727
+ // [Protected "!true"]
2728
+ @sapTab_Selected_Indicator_Dimension: 0.3125 * @sapContent_GridSize;
2729
+
2730
+ // [Tags "!Protected"]
2731
+ // [Protected "!true"]
2732
+ @sapTab_Positive_TextColor: @sapTextColor;
2733
+
2734
+ // [Tags "!Protected"]
2735
+ // [Protected "!true"]
2736
+ @sapTab_Positive_ForegroundColor: @sapHC_StandardForeground;
2737
+
2738
+ // [Tags "!Protected"]
2739
+ // [Protected "!true"]
2740
+ @sapTab_Positive_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2741
+
2742
+ // [Tags "!Protected"]
2743
+ // [Protected "!true"]
2744
+ @sapTab_Positive_Selected_TextColor: @sapContent_Selected_ForegroundColor;
2745
+
2746
+ // [Tags "!Protected"]
2747
+ // [Protected "!true"]
2748
+ @sapTab_Positive_Selected_IconColor: contrast(@sapTab_Positive_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2749
+
2750
+ // [Tags "!Protected"]
2751
+ // [Protected "!true"]
2752
+ @sapTab_Positive_Selected_Background: @sapSelectedColor;
2753
+
2754
+ // [Tags "!Protected"]
2755
+ // [Protected "!true"]
2756
+ @sapTab_Negative_TextColor: @sapTextColor;
2757
+
2758
+ // [Tags "!Protected"]
2759
+ // [Protected "!true"]
2760
+ @sapTab_Negative_ForegroundColor: @sapHC_StandardForeground;
2761
+
2762
+ // [Tags "!Protected"]
2763
+ // [Protected "!true"]
2764
+ @sapTab_Negative_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2765
+
2766
+ // [Tags "!Protected"]
2767
+ // [Protected "!true"]
2768
+ @sapTab_Negative_Selected_TextColor: @sapContent_Selected_ForegroundColor;
2769
+
2770
+ // [Tags "!Protected"]
2771
+ // [Protected "!true"]
2772
+ @sapTab_Negative_Selected_IconColor: contrast(@sapTab_Negative_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2773
+
2774
+ // [Tags "!Protected"]
2775
+ // [Protected "!true"]
2776
+ @sapTab_Negative_Selected_Background: @sapSelectedColor;
2777
+
2778
+ // [Tags "!Protected"]
2779
+ // [Protected "!true"]
2780
+ @sapTab_Critical_TextColor: @sapTextColor;
2781
+
2782
+ // [Tags "!Protected"]
2783
+ // [Protected "!true"]
2784
+ @sapTab_Critical_ForegroundColor: @sapHC_StandardForeground;
2785
+
2786
+ // [Tags "!Protected"]
2787
+ // [Protected "!true"]
2788
+ @sapTab_Critical_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2789
+
2790
+ // [Tags "!Protected"]
2791
+ // [Protected "!true"]
2792
+ @sapTab_Critical_Selected_TextColor: @sapContent_Selected_ForegroundColor;
2793
+
2794
+ // [Tags "!Protected"]
2795
+ // [Protected "!true"]
2796
+ @sapTab_Critical_Selected_IconColor: contrast(@sapTab_Critical_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2797
+
2798
+ // [Tags "!Protected"]
2799
+ // [Protected "!true"]
2800
+ @sapTab_Critical_Selected_Background: @sapSelectedColor;
2801
+
2777
2802
  // [Tags "!Protected"]
2778
2803
  // [Protected "!true"]
2779
2804
  @sapTile_Background: @sapBackgroundColor;
@@ -2939,6 +2964,8 @@
2939
2964
  @sapIndicationColor_1_Selected_BorderColor: @sapButton_Selected_BorderColor;
2940
2965
  @sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_TextColor;
2941
2966
  @sapIndicationColor_1b: @sapIndicationColor_1;
2967
+ @sapIndicationColor_1b_TextColor: @sapTextColor;
2968
+ @sapIndicationColor_1b_Background: @sapBackgroundColor;
2942
2969
  @sapIndicationColor_1b_BorderColor: @sapContent_ForegroundBorderColor;
2943
2970
  @sapIndicationColor_1b_Hover_Background: @sapButton_Hover_Background;
2944
2971
 
@@ -2971,6 +2998,8 @@
2971
2998
  @sapIndicationColor_2_Selected_BorderColor: @sapButton_Selected_BorderColor;
2972
2999
  @sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_TextColor;
2973
3000
  @sapIndicationColor_2b: @sapIndicationColor_2;
3001
+ @sapIndicationColor_2b_TextColor: @sapTextColor;
3002
+ @sapIndicationColor_2b_Background: @sapBackgroundColor;
2974
3003
  @sapIndicationColor_2b_BorderColor: @sapContent_ForegroundBorderColor;
2975
3004
  @sapIndicationColor_2b_Hover_Background: @sapButton_Hover_Background;
2976
3005
 
@@ -3003,6 +3032,8 @@
3003
3032
  @sapIndicationColor_3_Selected_BorderColor: @sapButton_Selected_BorderColor;
3004
3033
  @sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_TextColor;
3005
3034
  @sapIndicationColor_3b: @sapIndicationColor_3;
3035
+ @sapIndicationColor_3b_TextColor: @sapTextColor;
3036
+ @sapIndicationColor_3b_Background: @sapBackgroundColor;
3006
3037
  @sapIndicationColor_3b_BorderColor: @sapContent_ForegroundBorderColor;
3007
3038
  @sapIndicationColor_3b_Hover_Background: @sapButton_Hover_Background;
3008
3039
 
@@ -3035,6 +3066,8 @@
3035
3066
  @sapIndicationColor_4_Selected_BorderColor: @sapButton_Selected_BorderColor;
3036
3067
  @sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_TextColor;
3037
3068
  @sapIndicationColor_4b: @sapIndicationColor_4;
3069
+ @sapIndicationColor_4b_TextColor: @sapTextColor;
3070
+ @sapIndicationColor_4b_Background: @sapBackgroundColor;
3038
3071
  @sapIndicationColor_4b_BorderColor: @sapContent_ForegroundBorderColor;
3039
3072
  @sapIndicationColor_4b_Hover_Background: @sapButton_Hover_Background;
3040
3073
 
@@ -3067,6 +3100,8 @@
3067
3100
  @sapIndicationColor_5_Selected_BorderColor: @sapButton_Selected_BorderColor;
3068
3101
  @sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_TextColor;
3069
3102
  @sapIndicationColor_5b: @sapIndicationColor_5;
3103
+ @sapIndicationColor_5b_TextColor: @sapTextColor;
3104
+ @sapIndicationColor_5b_Background: @sapBackgroundColor;
3070
3105
  @sapIndicationColor_5b_BorderColor: @sapContent_ForegroundBorderColor;
3071
3106
  @sapIndicationColor_5b_Hover_Background: @sapButton_Hover_Background;
3072
3107
 
@@ -3099,6 +3134,8 @@
3099
3134
  @sapIndicationColor_6_Selected_BorderColor: @sapButton_Selected_BorderColor;
3100
3135
  @sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_TextColor;
3101
3136
  @sapIndicationColor_6b: @sapIndicationColor_6;
3137
+ @sapIndicationColor_6b_TextColor: @sapTextColor;
3138
+ @sapIndicationColor_6b_Background: @sapBackgroundColor;
3102
3139
  @sapIndicationColor_6b_BorderColor: @sapContent_ForegroundBorderColor;
3103
3140
  @sapIndicationColor_6b_Hover_Background: @sapButton_Hover_Background;
3104
3141
 
@@ -3131,6 +3168,8 @@
3131
3168
  @sapIndicationColor_7_Selected_BorderColor: @sapButton_Selected_BorderColor;
3132
3169
  @sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_TextColor;
3133
3170
  @sapIndicationColor_7b: @sapIndicationColor_7;
3171
+ @sapIndicationColor_7b_TextColor: @sapTextColor;
3172
+ @sapIndicationColor_7b_Background: @sapBackgroundColor;
3134
3173
  @sapIndicationColor_7b_BorderColor: @sapContent_ForegroundBorderColor;
3135
3174
  @sapIndicationColor_7b_Hover_Background: @sapButton_Hover_Background;
3136
3175
 
@@ -3163,6 +3202,8 @@
3163
3202
  @sapIndicationColor_8_Selected_BorderColor: @sapButton_Selected_BorderColor;
3164
3203
  @sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_TextColor;
3165
3204
  @sapIndicationColor_8b: @sapIndicationColor_8;
3205
+ @sapIndicationColor_8b_TextColor: @sapTextColor;
3206
+ @sapIndicationColor_8b_Background: @sapBackgroundColor;
3166
3207
  @sapIndicationColor_8b_BorderColor: @sapContent_ForegroundBorderColor;
3167
3208
  @sapIndicationColor_8b_Hover_Background: @sapButton_Hover_Background;
3168
3209
  @sapIndicationColor_9: #000;
@@ -3177,6 +3218,8 @@
3177
3218
  @sapIndicationColor_9_Selected_BorderColor: @sapButton_Selected_BorderColor;
3178
3219
  @sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_TextColor;
3179
3220
  @sapIndicationColor_9b: @sapIndicationColor_9;
3221
+ @sapIndicationColor_9b_TextColor: @sapTextColor;
3222
+ @sapIndicationColor_9b_Background: @sapBackgroundColor;
3180
3223
  @sapIndicationColor_9b_BorderColor: @sapContent_ForegroundBorderColor;
3181
3224
  @sapIndicationColor_9b_Hover_Background: @sapButton_Hover_Background;
3182
3225
  @sapIndicationColor_10: #494949;
@@ -3191,6 +3234,8 @@
3191
3234
  @sapIndicationColor_10_Selected_BorderColor: @sapButton_Selected_BorderColor;
3192
3235
  @sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_TextColor;
3193
3236
  @sapIndicationColor_10b: @sapIndicationColor_10;
3237
+ @sapIndicationColor_10b_TextColor: @sapTextColor;
3238
+ @sapIndicationColor_10b_Background: @sapBackgroundColor;
3194
3239
  @sapIndicationColor_10b_BorderColor: @sapContent_ForegroundBorderColor;
3195
3240
  @sapIndicationColor_10b_Hover_Background: @sapButton_Hover_Background;
3196
3241
 
@@ -4041,23 +4086,12 @@
4041
4086
  @sapSvgLib_SAP-icons: none;
4042
4087
  @sapSvgLib_SAPGUI-icons: url(./../sap_belize/svg/libs/SAPGUI-icons.svg);
4043
4088
  @sapSvgLib_SAPWeb-icons: url(./../sap_belize/svg/libs/SAPWeb-icons.svg);
4089
+ @sapSapThemeId: sap_belize_hcb;
4044
4090
  @sapBackgroundColorDefault: @sapBackgroundColor;
4045
4091
  @sapList_HighlightColor: @sapHighlightColor;
4046
4092
  @sapContent_ElementHeight: 1.37em;
4047
4093
  @sapContent_ElementHeight_PX: 22px;
4048
-
4049
- // [Tags "!Protected"]
4050
- // [Protected "!true"]
4051
4094
  @sapBreakpoint_S_Min: 0;
4052
-
4053
- // [Tags "!Protected"]
4054
- // [Protected "!true"]
4055
4095
  @sapBreakpoint_M_Min: 600px;
4056
-
4057
- // [Tags "!Protected"]
4058
- // [Protected "!true"]
4059
4096
  @sapBreakpoint_L_Min: 1024px;
4060
-
4061
- // [Tags "!Protected"]
4062
- // [Protected "!true"]
4063
4097
  @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_hcw</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.1</version>
9
+ <version>1.132.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast white theme library.</documentation>
12
12