@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/base.less (Version 11.22.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.24.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -640,74 +640,23 @@
640
640
  // [Tags "!Protected"]
641
641
  // [Protected "!true"]
642
642
  @sapContent_Illustrative_Color31: #ffab92;
643
-
644
- // [Tags "!Protected"]
645
- // [Protected "!true"]
646
643
  @sapContent_Space_S: 1rem;
647
-
648
- // [Tags "!Protected"]
649
- // [Protected "!true"]
650
644
  @sapContent_Space_M: 2rem;
651
-
652
- // [Tags "!Protected"]
653
- // [Protected "!true"]
654
645
  @sapContent_Space_L: 2rem;
655
-
656
- // [Tags "!Protected"]
657
- // [Protected "!true"]
658
646
  @sapContent_Space_XL: 3rem;
659
-
660
- // [Tags "!Protected"]
661
- // [Protected "!true"]
662
647
  @sapContent_Space_Tiny: 2rem;
663
-
664
- // [Tags "!Protected"]
665
- // [Protected "!true"]
666
648
  @sapContent_Space_Small: 1rem;
667
-
668
- // [Tags "!Protected"]
669
- // [Protected "!true"]
670
649
  @sapContent_Space_Medium: 2rem;
671
-
672
- // [Tags "!Protected"]
673
- // [Protected "!true"]
674
650
  @sapContent_Space_Large: 3rem;
675
-
676
- // [Tags "!Protected"]
677
- // [Protected "!true"]
678
651
  @sapContent_Margin_Tiny: 0 0 1rem;
679
-
680
- // [Tags "!Protected"]
681
- // [Protected "!true"]
682
652
  @sapContent_Margin_Small: 1rem;
683
-
684
- // [Tags "!Protected"]
685
- // [Protected "!true"]
686
653
  @sapContent_Margin_Medium: 1rem 2rem;
687
-
688
- // [Tags "!Protected"]
689
- // [Protected "!true"]
690
654
  @sapContent_Margin_Large: 1rem 3rem;
691
-
692
- // [Tags "!Protected"]
693
- // [Protected "!true"]
694
- @sapContent_Gap: 1rem;
695
-
696
- // [Tags "!Protected"]
697
- // [Protected "!true"]
698
655
  @sapContent_Padding_S: 0rem;
699
-
700
- // [Tags "!Protected"]
701
- // [Protected "!true"]
702
656
  @sapContent_Padding_M: 2rem;
703
-
704
- // [Tags "!Protected"]
705
- // [Protected "!true"]
706
657
  @sapContent_Padding_L: 2rem;
707
-
708
- // [Tags "!Protected"]
709
- // [Protected "!true"]
710
658
  @sapContent_Padding_XL: 3rem;
659
+ @sapContent_Gap: 1rem;
711
660
 
712
661
  // [Tags "!Protected"]
713
662
  // [Protected "!true"]
@@ -1047,53 +996,17 @@
1047
996
  @sapShell_Category_16_BorderColor: @sapShell_Category_16_Background;
1048
997
  @sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1049
998
  @sapShell_Category_16_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_16_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
1050
-
1051
- // [Tags "!Protected"]
1052
- // [Protected "!true"]
1053
999
  @sapShell_Space_S: 0.5rem;
1054
-
1055
- // [Tags "!Protected"]
1056
- // [Protected "!true"]
1057
1000
  @sapShell_Space_M: 2rem;
1058
-
1059
- // [Tags "!Protected"]
1060
- // [Protected "!true"]
1061
1001
  @sapShell_Space_L: 2rem;
1062
-
1063
- // [Tags "!Protected"]
1064
- // [Protected "!true"]
1065
1002
  @sapShell_Space_XL: 3rem;
1066
-
1067
- // [Tags "!Protected"]
1068
- // [Protected "!true"]
1069
1003
  @sapShell_Gap_S: 0.5rem;
1070
-
1071
- // [Tags "!Protected"]
1072
- // [Protected "!true"]
1073
1004
  @sapShell_Gap_M: 1rem;
1074
-
1075
- // [Tags "!Protected"]
1076
- // [Protected "!true"]
1077
1005
  @sapShell_Gap_L: 1rem;
1078
-
1079
- // [Tags "!Protected"]
1080
- // [Protected "!true"]
1081
1006
  @sapShell_Gap_XL: 1rem;
1082
-
1083
- // [Tags "!Protected"]
1084
- // [Protected "!true"]
1085
1007
  @sapShell_GroupGap_S: 2rem;
1086
-
1087
- // [Tags "!Protected"]
1088
- // [Protected "!true"]
1089
1008
  @sapShell_GroupGap_M: 3rem;
1090
-
1091
- // [Tags "!Protected"]
1092
- // [Protected "!true"]
1093
1009
  @sapShell_GroupGap_L: 3rem;
1094
-
1095
- // [Tags "!Protected"]
1096
- // [Protected "!true"]
1097
1010
  @sapShell_GroupGap_XL: 3rem;
1098
1011
 
1099
1012
  // [Tags "!Protected"]
@@ -2216,7 +2129,7 @@
2216
2129
 
2217
2130
  // [Tags "!Protected"]
2218
2131
  // [Protected "!true"]
2219
- @sapField_Selector_Hover_InvalidBackground: sapField_InvalidBackground;
2132
+ @sapField_Selector_Hover_InvalidBackground: @sapField_InvalidBackground;
2220
2133
 
2221
2134
  // [Tags "!Protected"]
2222
2135
  // [Protected "!true"]
@@ -2414,6 +2327,10 @@
2414
2327
  // [Protected "!true"]
2415
2328
  @sapList_TableFixedRowBorderWidth: 0.125 * @sapContent_GridSize;
2416
2329
 
2330
+ // [Tags "!Protected"]
2331
+ // [Protected "!true"]
2332
+ @sapMessage_BorderWidth: @sapElement_BorderWidth;
2333
+
2417
2334
  // [Tags "!Protected"]
2418
2335
  // [Protected "!true"]
2419
2336
  @sapMessage_ErrorBorderColor: @sapErrorBorderColor;
@@ -2430,6 +2347,10 @@
2430
2347
  // [Protected "!true"]
2431
2348
  @sapMessage_InformationBorderColor: @sapInformationBorderColor;
2432
2349
 
2350
+ // [Tags "!Protected"]
2351
+ // [Protected "!true"]
2352
+ @sapMessage_Button_Hover_Background: fade(@sapButton_Lite_Hover_Background, 20);
2353
+
2433
2354
  // [Tags "!Protected"]
2434
2355
  // [Protected "!true"]
2435
2356
  @sapPopover_BorderCornerRadius: @sapElement_BorderCornerRadius;
@@ -2718,6 +2639,110 @@
2718
2639
  // [Protected "!true"]
2719
2640
  @sapBlockLayer_Opacity: 0.2;
2720
2641
 
2642
+ // [Tags "!Protected"]
2643
+ // [Protected "!true"]
2644
+ @sapTab_TextColor: @sapContent_LabelColor;
2645
+
2646
+ // [Tags "!Protected"]
2647
+ // [Protected "!true"]
2648
+ @sapTab_ForegroundColor: @sapHighlightColor;
2649
+
2650
+ // [Tags "!Protected"]
2651
+ // [Protected "!true"]
2652
+ @sapTab_IconColor: contrast(@sapTab_Background, @sapHighlightColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2653
+
2654
+ // [Tags "!Protected"]
2655
+ // [Protected "!true"]
2656
+ @sapTab_Background: @sapObjectHeader_Background;
2657
+
2658
+ // [Tags "!Protected"]
2659
+ // [Protected "!true"]
2660
+ @sapTab_Selected_TextColor: @sapContent_Selected_ForegroundColor;
2661
+
2662
+ // [Tags "!Protected"]
2663
+ // [Protected "!true"]
2664
+ @sapTab_Selected_IconColor: contrast(@sapTab_Selected_Background, @sapContent_Selected_ForegroundColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2665
+
2666
+ // [Tags "!Protected"]
2667
+ // [Protected "!true"]
2668
+ @sapTab_Selected_Background: @sapSelectedColor;
2669
+
2670
+ // [Tags "!Protected"]
2671
+ // [Protected "!true"]
2672
+ @sapTab_Selected_Indicator_Dimension: 0.1875 * @sapContent_GridSize;
2673
+
2674
+ // [Tags "!Protected"]
2675
+ // [Protected "!true"]
2676
+ @sapTab_Positive_TextColor: @sapPositiveTextColor;
2677
+
2678
+ // [Tags "!Protected"]
2679
+ // [Protected "!true"]
2680
+ @sapTab_Positive_ForegroundColor: @sapPositiveElementColor;
2681
+
2682
+ // [Tags "!Protected"]
2683
+ // [Protected "!true"]
2684
+ @sapTab_Positive_IconColor: contrast(@sapTab_Background, @sapPositiveElementColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2685
+
2686
+ // [Tags "!Protected"]
2687
+ // [Protected "!true"]
2688
+ @sapTab_Positive_Selected_TextColor: @sapPositiveTextColor;
2689
+
2690
+ // [Tags "!Protected"]
2691
+ // [Protected "!true"]
2692
+ @sapTab_Positive_Selected_IconColor: contrast(@sapTab_Positive_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2693
+
2694
+ // [Tags "!Protected"]
2695
+ // [Protected "!true"]
2696
+ @sapTab_Positive_Selected_Background: @sapPositiveElementColor;
2697
+
2698
+ // [Tags "!Protected"]
2699
+ // [Protected "!true"]
2700
+ @sapTab_Negative_TextColor: @sapNegativeTextColor;
2701
+
2702
+ // [Tags "!Protected"]
2703
+ // [Protected "!true"]
2704
+ @sapTab_Negative_ForegroundColor: @sapNegativeElementColor;
2705
+
2706
+ // [Tags "!Protected"]
2707
+ // [Protected "!true"]
2708
+ @sapTab_Negative_IconColor: contrast(@sapTab_Background, @sapNegativeElementColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2709
+
2710
+ // [Tags "!Protected"]
2711
+ // [Protected "!true"]
2712
+ @sapTab_Negative_Selected_TextColor: @sapNegativeTextColor;
2713
+
2714
+ // [Tags "!Protected"]
2715
+ // [Protected "!true"]
2716
+ @sapTab_Negative_Selected_IconColor: contrast(@sapTab_Negative_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2717
+
2718
+ // [Tags "!Protected"]
2719
+ // [Protected "!true"]
2720
+ @sapTab_Negative_Selected_Background: @sapNegativeElementColor;
2721
+
2722
+ // [Tags "!Protected"]
2723
+ // [Protected "!true"]
2724
+ @sapTab_Critical_TextColor: @sapCriticalTextColor;
2725
+
2726
+ // [Tags "!Protected"]
2727
+ // [Protected "!true"]
2728
+ @sapTab_Critical_ForegroundColor: @sapCriticalElementColor;
2729
+
2730
+ // [Tags "!Protected"]
2731
+ // [Protected "!true"]
2732
+ @sapTab_Critical_IconColor: contrast(@sapTab_Background, @sapCriticalElementColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2733
+
2734
+ // [Tags "!Protected"]
2735
+ // [Protected "!true"]
2736
+ @sapTab_Critical_Selected_TextColor: @sapCriticalTextColor;
2737
+
2738
+ // [Tags "!Protected"]
2739
+ // [Protected "!true"]
2740
+ @sapTab_Critical_Selected_IconColor: contrast(@sapTab_Critical_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2741
+
2742
+ // [Tags "!Protected"]
2743
+ // [Protected "!true"]
2744
+ @sapTab_Critical_Selected_Background: @sapCriticalElementColor;
2745
+
2721
2746
  // [Tags "!Protected"]
2722
2747
  // [Protected "!true"]
2723
2748
  @sapTile_Background: @sapPrimary4;
@@ -2883,6 +2908,8 @@
2883
2908
  @sapIndicationColor_1_Selected_BorderColor: @sapIndicationColor_1_Active_BorderColor;
2884
2909
  @sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_Active_TextColor;
2885
2910
  @sapIndicationColor_1b: #fb9d9d;
2911
+ @sapIndicationColor_1b_TextColor: @sapIndicationColor_1;
2912
+ @sapIndicationColor_1b_Background: @sapIndicationColor_1b;
2886
2913
  @sapIndicationColor_1b_BorderColor: @sapIndicationColor_1b;
2887
2914
  @sapIndicationColor_1b_Hover_Background: darken(@sapIndicationColor_1b, 5);
2888
2915
 
@@ -2915,6 +2942,8 @@
2915
2942
  @sapIndicationColor_2_Selected_BorderColor: @sapIndicationColor_2_Active_BorderColor;
2916
2943
  @sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_Active_TextColor;
2917
2944
  @sapIndicationColor_2b: #fcc4c4;
2945
+ @sapIndicationColor_2b_TextColor: @sapIndicationColor_2;
2946
+ @sapIndicationColor_2b_Background: @sapIndicationColor_2b;
2918
2947
  @sapIndicationColor_2b_BorderColor: @sapIndicationColor_2b;
2919
2948
  @sapIndicationColor_2b_Hover_Background: darken(@sapIndicationColor_2b, 5);
2920
2949
 
@@ -2947,6 +2976,8 @@
2947
2976
  @sapIndicationColor_3_Selected_BorderColor: @sapIndicationColor_3_Active_BorderColor;
2948
2977
  @sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_Active_TextColor;
2949
2978
  @sapIndicationColor_3b: #fff2c0;
2979
+ @sapIndicationColor_3b_TextColor: @sapIndicationColor_3;
2980
+ @sapIndicationColor_3b_Background: @sapIndicationColor_3b;
2950
2981
  @sapIndicationColor_3b_BorderColor: @sapIndicationColor_3b;
2951
2982
  @sapIndicationColor_3b_Hover_Background: darken(@sapIndicationColor_3b, 5);
2952
2983
 
@@ -2979,6 +3010,8 @@
2979
3010
  @sapIndicationColor_4_Selected_BorderColor: @sapIndicationColor_4_Active_BorderColor;
2980
3011
  @sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_Active_TextColor;
2981
3012
  @sapIndicationColor_4b: #bae8bc;
3013
+ @sapIndicationColor_4b_TextColor: @sapIndicationColor_4;
3014
+ @sapIndicationColor_4b_Background: @sapIndicationColor_4b;
2982
3015
  @sapIndicationColor_4b_BorderColor: @sapIndicationColor_4b;
2983
3016
  @sapIndicationColor_4b_Hover_Background: darken(@sapIndicationColor_4b, 5);
2984
3017
 
@@ -3011,6 +3044,8 @@
3011
3044
  @sapIndicationColor_5_Selected_BorderColor: @sapIndicationColor_5_Active_BorderColor;
3012
3045
  @sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_Active_TextColor;
3013
3046
  @sapIndicationColor_5b: #d3effd;
3047
+ @sapIndicationColor_5b_TextColor: @sapIndicationColor_5;
3048
+ @sapIndicationColor_5b_Background: @sapIndicationColor_5b;
3014
3049
  @sapIndicationColor_5b_BorderColor: @sapIndicationColor_5b;
3015
3050
  @sapIndicationColor_5b_Hover_Background: darken(@sapIndicationColor_5b, 5);
3016
3051
 
@@ -3043,6 +3078,8 @@
3043
3078
  @sapIndicationColor_6_Selected_BorderColor: @sapIndicationColor_6_Active_BorderColor;
3044
3079
  @sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_Active_TextColor;
3045
3080
  @sapIndicationColor_6b: #cdf5ec;
3081
+ @sapIndicationColor_6b_TextColor: @sapIndicationColor_6;
3082
+ @sapIndicationColor_6b_Background: @sapIndicationColor_6b;
3046
3083
  @sapIndicationColor_6b_BorderColor: @sapIndicationColor_6b;
3047
3084
  @sapIndicationColor_6b_Hover_Background: darken(@sapIndicationColor_6b, 5);
3048
3085
 
@@ -3075,6 +3112,8 @@
3075
3112
  @sapIndicationColor_7_Selected_BorderColor: @sapIndicationColor_7_Active_BorderColor;
3076
3113
  @sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_Active_TextColor;
3077
3114
  @sapIndicationColor_7b: #e2dbff;
3115
+ @sapIndicationColor_7b_TextColor: @sapIndicationColor_7;
3116
+ @sapIndicationColor_7b_Background: @sapIndicationColor_7b;
3078
3117
  @sapIndicationColor_7b_BorderColor: @sapIndicationColor_7b;
3079
3118
  @sapIndicationColor_7b_Hover_Background: darken(@sapIndicationColor_7b, 5);
3080
3119
 
@@ -3107,6 +3146,8 @@
3107
3146
  @sapIndicationColor_8_Selected_BorderColor: @sapIndicationColor_8_Active_BorderColor;
3108
3147
  @sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_Active_TextColor;
3109
3148
  @sapIndicationColor_8b: #f8d6ff;
3149
+ @sapIndicationColor_8b_TextColor: @sapIndicationColor_8;
3150
+ @sapIndicationColor_8b_Background: @sapIndicationColor_8b;
3110
3151
  @sapIndicationColor_8b_BorderColor: @sapIndicationColor_8b;
3111
3152
  @sapIndicationColor_8b_Hover_Background: darken(@sapIndicationColor_8b, 5);
3112
3153
  @sapIndicationColor_9: #1d2d3e;
@@ -3121,6 +3162,8 @@
3121
3162
  @sapIndicationColor_9_Selected_BorderColor: @sapIndicationColor_9_Active_BorderColor;
3122
3163
  @sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_Active_TextColor;
3123
3164
  @sapIndicationColor_9b: #fff;
3165
+ @sapIndicationColor_9b_TextColor: @sapIndicationColor_9;
3166
+ @sapIndicationColor_9b_Background: @sapIndicationColor_9b;
3124
3167
  @sapIndicationColor_9b_BorderColor: darken(@sapIndicationColor_9b, 15);
3125
3168
  @sapIndicationColor_9b_Hover_Background: darken(@sapIndicationColor_9b, 5);
3126
3169
  @sapIndicationColor_10: #45484a;
@@ -3135,6 +3178,8 @@
3135
3178
  @sapIndicationColor_10_Selected_BorderColor: @sapIndicationColor_10_Active_BorderColor;
3136
3179
  @sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_Active_TextColor;
3137
3180
  @sapIndicationColor_10b: #eaecee;
3181
+ @sapIndicationColor_10b_TextColor: @sapIndicationColor_10;
3182
+ @sapIndicationColor_10b_Background: @sapIndicationColor_10b;
3138
3183
  @sapIndicationColor_10b_BorderColor: @sapIndicationColor_10b;
3139
3184
  @sapIndicationColor_10b_Hover_Background: darken(@sapIndicationColor_10b, 5);
3140
3185
 
@@ -3985,26 +4030,15 @@
3985
4030
  @sapSvgLib_SAP-icons: none;
3986
4031
  @sapSvgLib_SAPGUI-icons: url(./svg/libs/SAPGUI-icons.svg);
3987
4032
  @sapSvgLib_SAPWeb-icons: url(./svg/libs/SAPWeb-icons.svg);
4033
+ @sapSapThemeId: sap_belize;
3988
4034
  @sapBackgroundColorDefault: @sapPrimary5;
3989
4035
  @sapList_HighlightColor: @sapHighlightColor;
3990
4036
  @sapField_Disabled_TextColor: fade(@sapField_TextColor, (100 - (@sapContent_DisabledOpacity * 100)));
3991
4037
  @sapContent_ElementHeight: 1.37em;
3992
4038
  @sapContent_ElementHeight_PX: 22px;
3993
-
3994
- // [Tags "!Protected"]
3995
- // [Protected "!true"]
3996
4039
  @sapBreakpoint_S_Min: 0;
3997
-
3998
- // [Tags "!Protected"]
3999
- // [Protected "!true"]
4000
4040
  @sapBreakpoint_M_Min: 600px;
4001
-
4002
- // [Tags "!Protected"]
4003
- // [Protected "!true"]
4004
4041
  @sapBreakpoint_L_Min: 1024px;
4005
-
4006
- // [Tags "!Protected"]
4007
- // [Protected "!true"]
4008
4042
  @sapBreakpoint_XL_Min: 1440px;
4009
4043
 
4010
4044
  // [Tags "ThemeSpecific", "Protected", "Deprecated"]
@@ -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
 
@@ -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
  // ==============================================================
@@ -2082,10 +2082,10 @@
2082
2082
  @sapUiThemeDesignerCustomCss:false;
2083
2083
 
2084
2084
  // Default margins classes to be used by the application for all controls
2085
- @sapUiMarginTiny : 0.5rem; // make tiny margin themable
2086
- @sapUiMarginSmall : 1rem; // make small margin themable
2087
- @sapUiMarginMedium : 2rem; // make medium margin themable
2088
- @sapUiMarginLarge : 3rem; // make large margin themable
2085
+ @sapUiMarginTiny: 0.5rem; // make tiny margin themable
2086
+ @sapUiMarginSmall: 1rem; // make small margin themable
2087
+ @sapUiMarginMedium: 2rem; // make medium margin themable
2088
+ @sapUiMarginLarge: 3rem; // make large margin themable
2089
2089
 
2090
2090
  //
2091
2091
  // This is a mixin for creating the predefined container content padding
@@ -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
 
@@ -91,6 +91,10 @@ link[id^="sap-ui-theme-"]::after,
91
91
  position: absolute;
92
92
  }
93
93
 
94
+ .sapUiPopupInitial {
95
+ opacity: 0;
96
+ }
97
+
94
98
  [data-sap-ui-type] {
95
99
  visibility:hidden;
96
100
  }
@@ -4,9 +4,9 @@
4
4
  <name>sap_belize_hcb</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 high contrast black theme library.</documentation>
12
12