@openui5/themelib_sap_horizon 1.131.1 → 1.132.1

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 (184) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/Card.less +5 -12
  4. package/src/sap/f/themes/sap_horizon/CardHeaders.less +12 -0
  5. package/src/sap/f/themes/sap_horizon/library.source.less +2 -1
  6. package/src/sap/f/themes/sap_horizon_dark/Card.less +5 -16
  7. package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +12 -0
  8. package/src/sap/f/themes/sap_horizon_dark/library.source.less +2 -1
  9. package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -25
  10. package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +28 -0
  11. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +2 -1
  12. package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -25
  13. package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +28 -0
  14. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +2 -1
  15. package/src/sap/m/themes/sap_horizon/MessagePage.less +4 -2
  16. package/src/sap/m/themes/sap_horizon/MessageStrip.less +17 -17
  17. package/src/sap/m/themes/sap_horizon/MessageToast.less +0 -1
  18. package/src/sap/m/themes/sap_horizon/MessageView.less +14 -9
  19. package/src/sap/m/themes/sap_horizon/MultiComboBox.less +9 -1
  20. package/src/sap/m/themes/sap_horizon/NewsContent.less +23 -12
  21. package/src/sap/m/themes/sap_horizon/ObjectHeader.less +18 -15
  22. package/src/sap/m/themes/sap_horizon/Page.less +39 -13
  23. package/src/sap/m/themes/sap_horizon/Panel.less +16 -15
  24. package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +31 -20
  25. package/src/sap/m/themes/sap_horizon/Popover.less +39 -22
  26. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +45 -41
  27. package/src/sap/m/themes/sap_horizon/PullToRefresh.less +2 -2
  28. package/src/sap/m/themes/sap_horizon/QuickView.less +4 -6
  29. package/src/sap/m/themes/sap_horizon/RadioButton.less +47 -36
  30. package/src/sap/m/themes/sap_horizon/RangeSlider.less +22 -18
  31. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +17 -11
  32. package/src/sap/m/themes/sap_horizon/SearchField.less +18 -18
  33. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +107 -69
  34. package/src/sap/m/themes/sap_horizon/SelectList.less +15 -17
  35. package/src/sap/m/themes/sap_horizon/Shell.less +2 -1
  36. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +57 -28
  37. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarMonthGrid.less +3 -2
  38. package/src/sap/m/themes/sap_horizon/library.source.less +1 -1
  39. package/src/sap/m/themes/sap_horizon_dark/MessagePage.less +4 -2
  40. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +16 -16
  41. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +14 -9
  42. package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +4 -1
  43. package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +23 -12
  44. package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +18 -15
  45. package/src/sap/m/themes/sap_horizon_dark/Page.less +41 -13
  46. package/src/sap/m/themes/sap_horizon_dark/Panel.less +17 -15
  47. package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +31 -20
  48. package/src/sap/m/themes/sap_horizon_dark/Popover.less +38 -22
  49. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +44 -40
  50. package/src/sap/m/themes/sap_horizon_dark/PullToRefresh.less +1 -1
  51. package/src/sap/m/themes/sap_horizon_dark/QuickView.less +5 -6
  52. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +46 -35
  53. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +22 -18
  54. package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +16 -9
  55. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +19 -18
  56. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +110 -69
  57. package/src/sap/m/themes/sap_horizon_dark/SelectList.less +15 -17
  58. package/src/sap/m/themes/sap_horizon_dark/Shell.less +2 -1
  59. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +55 -27
  60. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarMonthGrid.less +3 -2
  61. package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -1
  62. package/src/sap/m/themes/sap_horizon_hcb/MessagePage.less +4 -2
  63. package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +3 -3
  64. package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +12 -9
  65. package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +18 -16
  66. package/src/sap/m/themes/sap_horizon_hcb/Page.less +34 -13
  67. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +7 -7
  68. package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +13 -13
  69. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +42 -26
  70. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +44 -40
  71. package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +3 -4
  72. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +47 -33
  73. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +24 -18
  74. package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +15 -8
  75. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +20 -20
  76. package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +58 -29
  77. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +10 -10
  78. package/src/sap/m/themes/sap_horizon_hcb/Shell.less +7 -3
  79. package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +39 -19
  80. package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +6 -0
  81. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -1
  82. package/src/sap/m/themes/sap_horizon_hcb/shared.less +4 -3
  83. package/src/sap/m/themes/sap_horizon_hcw/MessagePage.less +4 -2
  84. package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +3 -3
  85. package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +12 -9
  86. package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +18 -16
  87. package/src/sap/m/themes/sap_horizon_hcw/Page.less +34 -13
  88. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +7 -7
  89. package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +13 -13
  90. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +43 -26
  91. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +44 -40
  92. package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +3 -4
  93. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +47 -33
  94. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +24 -18
  95. package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +15 -8
  96. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +20 -20
  97. package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +54 -28
  98. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +10 -10
  99. package/src/sap/m/themes/sap_horizon_hcw/Shell.less +7 -3
  100. package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +39 -19
  101. package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarMonthGrid.less +1 -0
  102. package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +6 -0
  103. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -1
  104. package/src/sap/m/themes/sap_horizon_hcw/shared.less +4 -3
  105. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +100 -161
  106. package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
  107. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +101 -160
  108. package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
  109. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +84 -77
  110. package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +1 -1
  111. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +84 -76
  112. package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
  113. package/src/sap/ui/codeeditor/themes/sap_horizon/library.source.less +1 -1
  114. package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +1 -1
  115. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +1 -1
  116. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +1 -1
  117. package/src/sap/ui/commons/themes/sap_horizon/library.source.less +1 -1
  118. package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +1 -1
  119. package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +1 -1
  120. package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +1 -1
  121. package/src/sap/ui/core/themes/sap_horizon/.theme +2 -2
  122. package/src/sap/ui/core/themes/sap_horizon/base.less +148 -114
  123. package/src/sap/ui/core/themes/sap_horizon/global.less +113 -1
  124. package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
  125. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +2 -2
  126. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +139 -105
  127. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +113 -1
  128. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
  129. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +2 -2
  130. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +144 -110
  131. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +113 -1
  132. package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -1
  133. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +2 -2
  134. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +144 -110
  135. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +113 -1
  136. package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -1
  137. package/src/sap/ui/dt/themes/sap_horizon/library.source.less +1 -1
  138. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +1 -1
  139. package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +1 -1
  140. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +1 -1
  141. package/src/sap/ui/fl/themes/sap_horizon/library.source.less +1 -1
  142. package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +1 -1
  143. package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +1 -1
  144. package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +1 -1
  145. package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +1 -1
  146. package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +1 -1
  147. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +1 -1
  148. package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +1 -1
  149. package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +1 -1
  150. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -1
  151. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +1 -1
  152. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +1 -1
  153. package/src/sap/ui/layout/themes/sap_horizon/library.source.less +1 -1
  154. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +1 -1
  155. package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +1 -1
  156. package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +1 -1
  157. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +1 -1
  158. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +1 -1
  159. package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +1 -1
  160. package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +1 -1
  161. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
  162. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +1 -1
  163. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +1 -1
  164. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +1 -1
  165. package/src/sap/ui/suite/themes/sap_horizon/library.source.less +1 -1
  166. package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +1 -1
  167. package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +1 -1
  168. package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +1 -1
  169. package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -1
  170. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -1
  171. package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +1 -1
  172. package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +1 -1
  173. package/src/sap/ui/unified/themes/sap_horizon/library.source.less +1 -1
  174. package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +1 -1
  175. package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +1 -1
  176. package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +1 -1
  177. package/src/sap/ui/ux3/themes/sap_horizon/library.source.less +1 -1
  178. package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +1 -1
  179. package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +1 -1
  180. package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +1 -1
  181. package/src/sap/uxap/themes/sap_horizon/library.source.less +1 -1
  182. package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +1 -1
  183. package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +1 -1
  184. package/src/sap/uxap/themes/sap_horizon_hcw/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:04Z"}
3
+ // * Theming Engine 14.2.8
4
+ // * data:{"sModified":"2024-12-12T10:42:40Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.22.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.24.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -641,74 +641,23 @@
641
641
  // [Tags "!Protected"]
642
642
  // [Protected "!true"]
643
643
  @sapContent_Illustrative_Color31: #ffab92;
644
-
645
- // [Tags "!Protected"]
646
- // [Protected "!true"]
647
644
  @sapContent_Space_S: 1rem;
648
-
649
- // [Tags "!Protected"]
650
- // [Protected "!true"]
651
645
  @sapContent_Space_M: 2rem;
652
-
653
- // [Tags "!Protected"]
654
- // [Protected "!true"]
655
646
  @sapContent_Space_L: 2rem;
656
-
657
- // [Tags "!Protected"]
658
- // [Protected "!true"]
659
647
  @sapContent_Space_XL: 3rem;
660
-
661
- // [Tags "!Protected"]
662
- // [Protected "!true"]
663
648
  @sapContent_Space_Tiny: 2rem;
664
-
665
- // [Tags "!Protected"]
666
- // [Protected "!true"]
667
649
  @sapContent_Space_Small: 1rem;
668
-
669
- // [Tags "!Protected"]
670
- // [Protected "!true"]
671
650
  @sapContent_Space_Medium: 2rem;
672
-
673
- // [Tags "!Protected"]
674
- // [Protected "!true"]
675
651
  @sapContent_Space_Large: 3rem;
676
-
677
- // [Tags "!Protected"]
678
- // [Protected "!true"]
679
652
  @sapContent_Margin_Tiny: 0 0 1rem;
680
-
681
- // [Tags "!Protected"]
682
- // [Protected "!true"]
683
653
  @sapContent_Margin_Small: 1rem;
684
-
685
- // [Tags "!Protected"]
686
- // [Protected "!true"]
687
654
  @sapContent_Margin_Medium: 1rem 2rem;
688
-
689
- // [Tags "!Protected"]
690
- // [Protected "!true"]
691
655
  @sapContent_Margin_Large: 1rem 3rem;
692
-
693
- // [Tags "!Protected"]
694
- // [Protected "!true"]
695
- @sapContent_Gap: 1rem;
696
-
697
- // [Tags "!Protected"]
698
- // [Protected "!true"]
699
656
  @sapContent_Padding_S: 0rem;
700
-
701
- // [Tags "!Protected"]
702
- // [Protected "!true"]
703
657
  @sapContent_Padding_M: 2rem;
704
-
705
- // [Tags "!Protected"]
706
- // [Protected "!true"]
707
658
  @sapContent_Padding_L: 2rem;
708
-
709
- // [Tags "!Protected"]
710
- // [Protected "!true"]
711
659
  @sapContent_Padding_XL: 3rem;
660
+ @sapContent_Gap: 1rem;
712
661
 
713
662
  // [Tags "!Protected"]
714
663
  // [Protected "!true"]
@@ -1048,53 +997,17 @@
1048
997
  @sapShell_Category_16_BorderColor: @sapShell_Category_16_Background;
1049
998
  @sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1050
999
  @sapShell_Category_16_TextShadow: none;
1051
-
1052
- // [Tags "!Protected"]
1053
- // [Protected "!true"]
1054
1000
  @sapShell_Space_S: 0.5rem;
1055
-
1056
- // [Tags "!Protected"]
1057
- // [Protected "!true"]
1058
1001
  @sapShell_Space_M: 2rem;
1059
-
1060
- // [Tags "!Protected"]
1061
- // [Protected "!true"]
1062
1002
  @sapShell_Space_L: 2rem;
1063
-
1064
- // [Tags "!Protected"]
1065
- // [Protected "!true"]
1066
1003
  @sapShell_Space_XL: 3rem;
1067
-
1068
- // [Tags "!Protected"]
1069
- // [Protected "!true"]
1070
1004
  @sapShell_Gap_S: 0.5rem;
1071
-
1072
- // [Tags "!Protected"]
1073
- // [Protected "!true"]
1074
1005
  @sapShell_Gap_M: 1rem;
1075
-
1076
- // [Tags "!Protected"]
1077
- // [Protected "!true"]
1078
1006
  @sapShell_Gap_L: 1rem;
1079
-
1080
- // [Tags "!Protected"]
1081
- // [Protected "!true"]
1082
1007
  @sapShell_Gap_XL: 1rem;
1083
-
1084
- // [Tags "!Protected"]
1085
- // [Protected "!true"]
1086
1008
  @sapShell_GroupGap_S: 2rem;
1087
-
1088
- // [Tags "!Protected"]
1089
- // [Protected "!true"]
1090
1009
  @sapShell_GroupGap_M: 3rem;
1091
-
1092
- // [Tags "!Protected"]
1093
- // [Protected "!true"]
1094
1010
  @sapShell_GroupGap_L: 3rem;
1095
-
1096
- // [Tags "!Protected"]
1097
- // [Protected "!true"]
1098
1011
  @sapShell_GroupGap_XL: 3rem;
1099
1012
 
1100
1013
  // [Tags "!Protected"]
@@ -2217,7 +2130,7 @@
2217
2130
 
2218
2131
  // [Tags "!Protected"]
2219
2132
  // [Protected "!true"]
2220
- @sapField_Selector_Hover_InvalidBackground: sapField_Hover_Background;
2133
+ @sapField_Selector_Hover_InvalidBackground: @sapField_Hover_Background;
2221
2134
 
2222
2135
  // [Tags "!Protected"]
2223
2136
  // [Protected "!true"]
@@ -2297,7 +2210,7 @@
2297
2210
 
2298
2211
  // [Tags "!Protected"]
2299
2212
  // [Protected "!true"]
2300
- @sapGroup_BorderCornerRadius: 0.5 * @sapContent_GridSize;
2213
+ @sapGroup_BorderCornerRadius: 0.75 * @sapContent_GridSize;
2301
2214
 
2302
2215
  // [Tags "!Protected"]
2303
2216
  // [Protected "!true"]
@@ -2415,6 +2328,10 @@
2415
2328
  // [Protected "!true"]
2416
2329
  @sapList_TableFixedRowBorderWidth: 0.125 * @sapContent_GridSize;
2417
2330
 
2331
+ // [Tags "!Protected"]
2332
+ // [Protected "!true"]
2333
+ @sapMessage_BorderWidth: @sapElement_BorderWidth;
2334
+
2418
2335
  // [Tags "!Protected"]
2419
2336
  // [Protected "!true"]
2420
2337
  @sapMessage_ErrorBorderColor: lighten(@sapErrorBackground, 18);
@@ -2431,6 +2348,10 @@
2431
2348
  // [Protected "!true"]
2432
2349
  @sapMessage_InformationBorderColor: lighten(@sapInformationBackground, 23);
2433
2350
 
2351
+ // [Tags "!Protected"]
2352
+ // [Protected "!true"]
2353
+ @sapMessage_Button_Hover_Background: fade(@sapButton_Lite_Hover_Background, 20);
2354
+
2434
2355
  // [Tags "!Protected"]
2435
2356
  // [Protected "!true"]
2436
2357
  @sapPopover_BorderCornerRadius: 0.5 * @sapContent_GridSize;
@@ -2719,6 +2640,110 @@
2719
2640
  // [Protected "!true"]
2720
2641
  @sapBlockLayer_Opacity: 0.2;
2721
2642
 
2643
+ // [Tags "!Protected"]
2644
+ // [Protected "!true"]
2645
+ @sapTab_TextColor: @sapTextColor;
2646
+
2647
+ // [Tags "!Protected"]
2648
+ // [Protected "!true"]
2649
+ @sapTab_ForegroundColor: @sapHighlightColor;
2650
+
2651
+ // [Tags "!Protected"]
2652
+ // [Protected "!true"]
2653
+ @sapTab_IconColor: contrast(@sapTab_Background, @sapHighlightColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2654
+
2655
+ // [Tags "!Protected"]
2656
+ // [Protected "!true"]
2657
+ @sapTab_Background: @sapObjectHeader_Background;
2658
+
2659
+ // [Tags "!Protected"]
2660
+ // [Protected "!true"]
2661
+ @sapTab_Selected_TextColor: @sapContent_Selected_ForegroundColor;
2662
+
2663
+ // [Tags "!Protected"]
2664
+ // [Protected "!true"]
2665
+ @sapTab_Selected_IconColor: contrast(@sapTab_Selected_Background, @sapContent_Selected_ForegroundColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2666
+
2667
+ // [Tags "!Protected"]
2668
+ // [Protected "!true"]
2669
+ @sapTab_Selected_Background: @sapSelectedColor;
2670
+
2671
+ // [Tags "!Protected"]
2672
+ // [Protected "!true"]
2673
+ @sapTab_Selected_Indicator_Dimension: 0.1875 * @sapContent_GridSize;
2674
+
2675
+ // [Tags "!Protected"]
2676
+ // [Protected "!true"]
2677
+ @sapTab_Positive_TextColor: @sapPositiveTextColor;
2678
+
2679
+ // [Tags "!Protected"]
2680
+ // [Protected "!true"]
2681
+ @sapTab_Positive_ForegroundColor: @sapPositiveElementColor;
2682
+
2683
+ // [Tags "!Protected"]
2684
+ // [Protected "!true"]
2685
+ @sapTab_Positive_IconColor: contrast(@sapTab_Background, @sapPositiveElementColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2686
+
2687
+ // [Tags "!Protected"]
2688
+ // [Protected "!true"]
2689
+ @sapTab_Positive_Selected_TextColor: @sapPositiveTextColor;
2690
+
2691
+ // [Tags "!Protected"]
2692
+ // [Protected "!true"]
2693
+ @sapTab_Positive_Selected_IconColor: contrast(@sapTab_Positive_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2694
+
2695
+ // [Tags "!Protected"]
2696
+ // [Protected "!true"]
2697
+ @sapTab_Positive_Selected_Background: @sapPositiveElementColor;
2698
+
2699
+ // [Tags "!Protected"]
2700
+ // [Protected "!true"]
2701
+ @sapTab_Negative_TextColor: @sapNegativeTextColor;
2702
+
2703
+ // [Tags "!Protected"]
2704
+ // [Protected "!true"]
2705
+ @sapTab_Negative_ForegroundColor: @sapNegativeElementColor;
2706
+
2707
+ // [Tags "!Protected"]
2708
+ // [Protected "!true"]
2709
+ @sapTab_Negative_IconColor: contrast(@sapTab_Background, @sapNegativeElementColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2710
+
2711
+ // [Tags "!Protected"]
2712
+ // [Protected "!true"]
2713
+ @sapTab_Negative_Selected_TextColor: @sapNegativeTextColor;
2714
+
2715
+ // [Tags "!Protected"]
2716
+ // [Protected "!true"]
2717
+ @sapTab_Negative_Selected_IconColor: contrast(@sapTab_Negative_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2718
+
2719
+ // [Tags "!Protected"]
2720
+ // [Protected "!true"]
2721
+ @sapTab_Negative_Selected_Background: @sapNegativeElementColor;
2722
+
2723
+ // [Tags "!Protected"]
2724
+ // [Protected "!true"]
2725
+ @sapTab_Critical_TextColor: @sapCriticalTextColor;
2726
+
2727
+ // [Tags "!Protected"]
2728
+ // [Protected "!true"]
2729
+ @sapTab_Critical_ForegroundColor: @sapCriticalElementColor;
2730
+
2731
+ // [Tags "!Protected"]
2732
+ // [Protected "!true"]
2733
+ @sapTab_Critical_IconColor: contrast(@sapTab_Background, @sapCriticalElementColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2734
+
2735
+ // [Tags "!Protected"]
2736
+ // [Protected "!true"]
2737
+ @sapTab_Critical_Selected_TextColor: @sapCriticalTextColor;
2738
+
2739
+ // [Tags "!Protected"]
2740
+ // [Protected "!true"]
2741
+ @sapTab_Critical_Selected_IconColor: contrast(@sapTab_Critical_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2742
+
2743
+ // [Tags "!Protected"]
2744
+ // [Protected "!true"]
2745
+ @sapTab_Critical_Selected_Background: @sapCriticalElementColor;
2746
+
2722
2747
  // [Tags "!Protected"]
2723
2748
  // [Protected "!true"]
2724
2749
  @sapTile_Background: @sapBaseColor;
@@ -2884,6 +2909,8 @@
2884
2909
  @sapIndicationColor_1_Selected_BorderColor: @sapIndicationColor_1_Active_BorderColor;
2885
2910
  @sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_Active_TextColor;
2886
2911
  @sapIndicationColor_1b: #5e0303;
2912
+ @sapIndicationColor_1b_TextColor: @sapIndicationColor_1;
2913
+ @sapIndicationColor_1b_Background: @sapIndicationColor_1b;
2887
2914
  @sapIndicationColor_1b_BorderColor: @sapIndicationColor_1b;
2888
2915
  @sapIndicationColor_1b_Hover_Background: lighten(@sapIndicationColor_1b, 5);
2889
2916
 
@@ -2916,6 +2943,8 @@
2916
2943
  @sapIndicationColor_2_Selected_BorderColor: @sapIndicationColor_2_Active_BorderColor;
2917
2944
  @sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_Active_TextColor;
2918
2945
  @sapIndicationColor_2b: #7d0000;
2946
+ @sapIndicationColor_2b_TextColor: @sapIndicationColor_2;
2947
+ @sapIndicationColor_2b_Background: @sapIndicationColor_2b;
2919
2948
  @sapIndicationColor_2b_BorderColor: @sapIndicationColor_2b;
2920
2949
  @sapIndicationColor_2b_Hover_Background: lighten(@sapIndicationColor_2b, 5);
2921
2950
 
@@ -2948,6 +2977,8 @@
2948
2977
  @sapIndicationColor_3_Selected_BorderColor: @sapIndicationColor_3_Active_BorderColor;
2949
2978
  @sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_Active_TextColor;
2950
2979
  @sapIndicationColor_3b: #662b00;
2980
+ @sapIndicationColor_3b_TextColor: @sapIndicationColor_3;
2981
+ @sapIndicationColor_3b_Background: @sapIndicationColor_3b;
2951
2982
  @sapIndicationColor_3b_BorderColor: @sapIndicationColor_3b;
2952
2983
  @sapIndicationColor_3b_Hover_Background: lighten(@sapIndicationColor_3b, 5);
2953
2984
 
@@ -2980,6 +3011,8 @@
2980
3011
  @sapIndicationColor_4_Selected_BorderColor: @sapIndicationColor_4_Active_BorderColor;
2981
3012
  @sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_Active_TextColor;
2982
3013
  @sapIndicationColor_4b: #044a18;
3014
+ @sapIndicationColor_4b_TextColor: @sapIndicationColor_4;
3015
+ @sapIndicationColor_4b_Background: @sapIndicationColor_4b;
2983
3016
  @sapIndicationColor_4b_BorderColor: @sapIndicationColor_4b;
2984
3017
  @sapIndicationColor_4b_Hover_Background: lighten(@sapIndicationColor_4b, 5);
2985
3018
 
@@ -3012,6 +3045,8 @@
3012
3045
  @sapIndicationColor_5_Selected_BorderColor: @sapIndicationColor_5_Active_BorderColor;
3013
3046
  @sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_Active_TextColor;
3014
3047
  @sapIndicationColor_5b: #024594;
3048
+ @sapIndicationColor_5b_TextColor: @sapIndicationColor_5;
3049
+ @sapIndicationColor_5b_Background: @sapIndicationColor_5b;
3015
3050
  @sapIndicationColor_5b_BorderColor: @sapIndicationColor_5b;
3016
3051
  @sapIndicationColor_5b_Hover_Background: lighten(@sapIndicationColor_5b, 5);
3017
3052
 
@@ -3044,6 +3079,8 @@
3044
3079
  @sapIndicationColor_6_Selected_BorderColor: @sapIndicationColor_6_Active_BorderColor;
3045
3080
  @sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_Active_TextColor;
3046
3081
  @sapIndicationColor_6b: #00454e;
3082
+ @sapIndicationColor_6b_TextColor: @sapIndicationColor_6;
3083
+ @sapIndicationColor_6b_Background: @sapIndicationColor_6b;
3047
3084
  @sapIndicationColor_6b_BorderColor: @sapIndicationColor_6b;
3048
3085
  @sapIndicationColor_6b_Hover_Background: lighten(@sapIndicationColor_6b, 5);
3049
3086
 
@@ -3076,6 +3113,8 @@
3076
3113
  @sapIndicationColor_7_Selected_BorderColor: @sapIndicationColor_7_Active_BorderColor;
3077
3114
  @sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_Active_TextColor;
3078
3115
  @sapIndicationColor_7b: #2702c2;
3116
+ @sapIndicationColor_7b_TextColor: @sapIndicationColor_7;
3117
+ @sapIndicationColor_7b_Background: @sapIndicationColor_7b;
3079
3118
  @sapIndicationColor_7b_BorderColor: @sapIndicationColor_7b;
3080
3119
  @sapIndicationColor_7b_Hover_Background: lighten(@sapIndicationColor_7b, 5);
3081
3120
 
@@ -3108,6 +3147,8 @@
3108
3147
  @sapIndicationColor_8_Selected_BorderColor: @sapIndicationColor_8_Active_BorderColor;
3109
3148
  @sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_Active_TextColor;
3110
3149
  @sapIndicationColor_8b: #4c005b;
3150
+ @sapIndicationColor_8b_TextColor: @sapIndicationColor_8;
3151
+ @sapIndicationColor_8b_Background: @sapIndicationColor_8b;
3111
3152
  @sapIndicationColor_8b_BorderColor: @sapIndicationColor_8b;
3112
3153
  @sapIndicationColor_8b_Hover_Background: lighten(@sapIndicationColor_8b, 5);
3113
3154
 
@@ -3140,6 +3181,8 @@
3140
3181
  @sapIndicationColor_9_Selected_BorderColor: @sapIndicationColor_9_Active_BorderColor;
3141
3182
  @sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_Active_TextColor;
3142
3183
  @sapIndicationColor_9b: #1d232a;
3184
+ @sapIndicationColor_9b_TextColor: @sapIndicationColor_9;
3185
+ @sapIndicationColor_9b_Background: @sapIndicationColor_9b;
3143
3186
  @sapIndicationColor_9b_BorderColor: lighten(@sapIndicationColor_9b, 16);
3144
3187
  @sapIndicationColor_9b_Hover_Background: lighten(@sapIndicationColor_9b, 5);
3145
3188
 
@@ -3172,6 +3215,8 @@
3172
3215
  @sapIndicationColor_10_Selected_BorderColor: @sapIndicationColor_10_Active_BorderColor;
3173
3216
  @sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_Active_TextColor;
3174
3217
  @sapIndicationColor_10b: #373737;
3218
+ @sapIndicationColor_10b_TextColor: @sapIndicationColor_10;
3219
+ @sapIndicationColor_10b_Background: @sapIndicationColor_10b;
3175
3220
  @sapIndicationColor_10b_BorderColor: @sapIndicationColor_10b;
3176
3221
  @sapIndicationColor_10b_Hover_Background: lighten(@sapIndicationColor_10b, 5);
3177
3222
 
@@ -4022,22 +4067,11 @@
4022
4067
  @sapSvgLib_SAP-icons: none;
4023
4068
  @sapSvgLib_SAPGUI-icons: url(./../sap_horizon/svg/libs/SAPGUI-icons.svg);
4024
4069
  @sapSvgLib_SAPWeb-icons: url(./../sap_horizon/svg/libs/SAPWeb-icons.svg);
4070
+ @sapSapThemeId: sap_horizon_dark;
4025
4071
  @sapBackgroundColorDefault: darken(@sapPrimary3, 3);
4026
4072
  @sapList_HighlightColor: @sapHighlightColor;
4027
4073
  @sapShell_BackgroundGradient: linear-gradient(to bottom, @sapShell_Background, @sapShell_Background);
4028
-
4029
- // [Tags "!Protected"]
4030
- // [Protected "!true"]
4031
4074
  @sapBreakpoint_S_Min: 0;
4032
-
4033
- // [Tags "!Protected"]
4034
- // [Protected "!true"]
4035
4075
  @sapBreakpoint_M_Min: 600px;
4036
-
4037
- // [Tags "!Protected"]
4038
- // [Protected "!true"]
4039
4076
  @sapBreakpoint_L_Min: 1024px;
4040
-
4041
- // [Tags "!Protected"]
4042
- // [Protected "!true"]
4043
4077
  @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
  // ==============================================================
@@ -155,6 +155,7 @@
155
155
  @sapUiContentSelectedHoverBackground: @sapContent_Selected_Hover_Background;
156
156
  @sapUiContentSelectedForegroundColor: @sapContent_Selected_ForegroundColor;
157
157
  @sapUiContentForcedColorAdjust: @sapContent_ForcedColorAdjust;
158
+ @sapUiContentLiteShadow: @sapContent_Lite_Shadow;
158
159
 
159
160
  @sapUiContentIllustrativeColor1: @sapContent_Illustrative_Color1;
160
161
  @sapUiContentIllustrativeColor2: @sapContent_Illustrative_Color2;
@@ -188,6 +189,28 @@
188
189
  @sapUiContentIllustrativeColor30: @sapContent_Illustrative_Color30;
189
190
  @sapUiContentIllustrativeColor31: @sapContent_Illustrative_Color31;
190
191
 
192
+ @sapUiContentSpaceS: @sapContent_Space_S;
193
+ @sapUiContentSpaceM: @sapContent_Space_M;
194
+ @sapUiContentSpaceL: @sapContent_Space_L;
195
+ @sapUiContentSpaceXL: @sapContent_Space_XL;
196
+ @sapUiContentSpaceTiny: @sapContent_Space_Tiny;
197
+ @sapUiContentSpaceSmall: @sapContent_Space_Small;
198
+ @sapUiContentSpaceMedium: @sapContent_Space_Medium;
199
+ @sapUiContentSpaceLarge: @sapContent_Space_Large;
200
+ @sapUiContentMarginTiny: @sapContent_Margin_Tiny;
201
+ @sapUiContentMarginSmall: @sapContent_Margin_Small;
202
+ @sapUiContentMarginMedium: @sapContent_Margin_Medium;
203
+ @sapUiContentMarginLarge: @sapContent_Margin_Large;
204
+ @sapUiContentGap: @sapContent_Gap;
205
+ @sapUiContentPaddingS: @sapContent_Padding_S;
206
+ @sapUiContentPaddingM: @sapContent_Padding_M;
207
+ @sapUiContentPaddingL: @sapContent_Padding_L;
208
+ @sapUiContentPaddingXL: @sapContent_Padding_XL;
209
+ @sapUiContentSuccessHeaderShadow: @sapContent_Success_HeaderShadow;
210
+ @sapUiContentWarningHeaderShadow: @sapContent_Warning_HeaderShadow;
211
+ @sapUiContentErrorHeaderShadow: @sapContent_Error_HeaderShadow;
212
+ @sapUiContentInformationHeaderShadow: @sapContent_Information_HeaderShadow;
213
+
191
214
  @sapUiFontLightFamily: @sapFontLightFamily;
192
215
  @sapUiFontBoldFamily: @sapFontBoldFamily;
193
216
  @sapUiFontSemiboldFamily: @sapFontSemiboldFamily;
@@ -309,6 +332,18 @@
309
332
  @sapUiShellCategory16BorderColor: @sapShell_Category_16_BorderColor;
310
333
  @sapUiShellCategory16TextColor: @sapShell_Category_16_TextColor;
311
334
  @sapUiShellCategory16TextShadow: @sapShell_Category_16_TextShadow;
335
+ @sapUiShellSpaceS: @sapShell_Space_S;
336
+ @sapUiShellSpaceM: @sapShell_Space_M;
337
+ @sapUiShellSpaceL: @sapShell_Space_L;
338
+ @sapUiShellSpaceXL: @sapShell_Space_XL;
339
+ @sapUiShellGapS: @sapShell_Gap_S;
340
+ @sapUiShellGapM: @sapShell_Gap_M;
341
+ @sapUiShellGapL: @sapShell_Gap_L;
342
+ @sapUiShellGapXL: @sapShell_Gap_XL;
343
+ @sapUiShellGroupGapS: @sapShell_GroupGap_S;
344
+ @sapUiShellGroupGapM: @sapShell_GroupGap_M;
345
+ @sapUiShellGroupGapL: @sapShell_GroupGap_L;
346
+ @sapUiShellGroupGapXL: @sapShell_GroupGap_XL;
312
347
 
313
348
  @sapUiAssistantColor1: @sapAssistant_Color1;
314
349
  @sapUiAssistantColor2: @sapAssistant_Color2;
@@ -369,6 +404,9 @@
369
404
  @sapUiAvatar10BorderColor: @sapAvatar_10_BorderColor;
370
405
  @sapUiAvatar10TextColor: @sapAvatar_10_TextColor;
371
406
  @sapUiAvatar10HoverBackground: @sapAvatar_10_Hover_Background;
407
+ @sapUiAvatarLiteBorderColor: @sapAvatar_Lite_BorderColor;
408
+ @sapUiAvatarLiteBackground: @sapAvatar_Lite_Background;
409
+ @sapUiAvatarHoverBorderColor: @sapAvatar_Hover_BorderColor;
372
410
 
373
411
  @sapUiButtonBackground: @sapButton_Background;
374
412
  @sapUiButtonBorderColor: @sapButton_BorderColor;
@@ -538,6 +576,10 @@
538
576
  @sapUiButtonHandlePositiveHoverBorderColor: @sapButton_Handle_Positive_Hover_BorderColor;
539
577
  @sapUiButtonTokenBackground: @sapButton_TokenBackground;
540
578
  @sapUiButtonTokenBorderColor: @sapButton_TokenBorderColor;
579
+ @sapUiButtonTokenBorderCornerRadius: @sapButton_TokenBorderCornerRadius;
580
+ @sapUiButtonSelectedTokenBorderWidth: @sapButton_Selected_TokenBorderWidth;
581
+ @sapUiButtonReadOnlyTokenBackground: @sapButton_ReadOnly_TokenBackground;
582
+ @sapUiButtonSegmentBorderCornerRadius: @sapButton_Segment_BorderCornerRadius;
541
583
 
542
584
  @sapUiFieldBackground: @sapField_Background;
543
585
  @sapUiFieldBackgroundStyle: @sapField_BackgroundStyle;
@@ -592,6 +634,13 @@
592
634
  @sapUiFieldInformationBorderWidth: @sapField_InformationBorderWidth;
593
635
  @sapUiFieldInformationBorderStyle: @sapField_InformationBorderStyle;
594
636
  @sapUiFieldInformationShadow: @sapField_InformationShadow;
637
+ @sapUiFieldSelectorHoverBackground: @sapField_Selector_Hover_Background;
638
+ @sapUiFieldSelectorHoverInvalidBackground: @sapField_Selector_Hover_InvalidBackground;
639
+ @sapUiFieldSelectorHoverWarningBackground: @sapField_Selector_Hover_WarningBackground;
640
+ @sapUiFieldSelectorHoverSuccessBackground: @sapField_Selector_Hover_SuccessBackground;
641
+ @sapUiFieldSelectorHoverInformationBackground: @sapField_Selector_Hover_InformationBackground;
642
+ @sapUiFieldPickerBorderColor: @sapField_Picker_BorderColor;
643
+ @sapUiFieldPickerBorderWidth: @sapField_Picker_BorderWidth;
595
644
  @sapUiFieldSelectorBorderStyle: @sapField_Selector_BorderStyle;
596
645
  @sapUiFieldSelectorReadOnlyBorderStyle: @sapField_Selector_ReadOnly_BorderStyle;
597
646
  @sapUiFieldSelectorInvalidBorderStyle: @sapField_Selector_InvalidBorderStyle;
@@ -599,6 +648,7 @@
599
648
  @sapUiFieldSelectorSuccessBorderStyle: @sapField_Selector_SuccessBorderStyle;
600
649
  @sapUiFieldSelectorInformationBorderStyle: @sapField_Selector_InformationBorderStyle;
601
650
 
651
+ @sapUiGroupTitleBorderWidth: @sapGroup_TitleBorderWidth;
602
652
  @sapUiGroupTitleBackground: @sapGroup_TitleBackground;
603
653
  @sapUiGroupTitleBorderColor: @sapGroup_TitleBorderColor;
604
654
  @sapUiGroupTitleTextColor: @sapGroup_TitleTextColor;
@@ -636,11 +686,15 @@
636
686
  @sapUiListFooterTextColor: @sapList_FooterTextColor;
637
687
  @sapUiListTableFooterBorder: @sapList_TableFooterBorder;
638
688
  @sapUiListTableFixedBorderColor: @sapList_TableFixedBorderColor;
689
+ @sapUiListTableFixedColumnBorderWidth: @sapList_TableFixedColumnBorderWidth;
690
+ @sapUiListTableFixedRowBorderWidth: @sapList_TableFixedRowBorderWidth;
639
691
 
692
+ @sapUiMessageBorderWidth: @sapMessage_BorderWidth;
640
693
  @sapUiMessageErrorBorderColor: @sapMessage_ErrorBorderColor;
641
694
  @sapUiMessageWarningBorderColor: @sapMessage_WarningBorderColor;
642
695
  @sapUiMessageSuccessBorderColor: @sapMessage_SuccessBorderColor;
643
696
  @sapUiMessageInformationBorderColor: @sapMessage_InformationBorderColor;
697
+ @sapUiMessageButtonHoverBackground: @sapMessage_Button_Hover_Background;
644
698
 
645
699
  @sapUiPopoverBorderCornerRadius: @sapPopover_BorderCornerRadius;
646
700
 
@@ -687,6 +741,7 @@
687
741
  @sapUiSliderBorderColor: @sapSlider_BorderColor;
688
742
  @sapUiSliderSelectedBackground: @sapSlider_Selected_Background;
689
743
  @sapUiSliderSelectedBorderColor: @sapSlider_Selected_BorderColor;
744
+ @sapUiSliderSelectedDimension: @sapSlider_Selected_Dimension;
690
745
  @sapUiSliderHandleBackground: @sapSlider_HandleBackground;
691
746
  @sapUiSliderHandleBorderColor: @sapSlider_HandleBorderColor;
692
747
  @sapUiSliderRangeHandleBackground: @sapSlider_RangeHandleBackground;
@@ -721,6 +776,34 @@
721
776
  @sapUiObjectHeaderSubtitleTextColor: @sapObjectHeader_Subtitle_TextColor;
722
777
 
723
778
  @sapUiBlockLayerBackground: @sapBlockLayer_Background;
779
+ @sapUiBlockLayerOpacity: @sapBlockLayer_Opacity;
780
+
781
+ @sapUiTabTextColor: @sapTab_TextColor;
782
+ @sapUiTabForegroundColor: @sapTab_ForegroundColor;
783
+ @sapUiTabIconColor: @sapTab_IconColor;
784
+ @sapUiTabBackground: @sapTab_Background;
785
+ @sapUiTabSelectedTextColor: @sapTab_Selected_TextColor;
786
+ @sapUiTabSelectedIconColor: @sapTab_Selected_IconColor;
787
+ @sapUiTabSelectedBackground: @sapTab_Selected_Background;
788
+ @sapUiTabSelectedIndicatorDimension: @sapTab_Selected_Indicator_Dimension;
789
+ @sapUiTabPositiveTextColor: @sapTab_Positive_TextColor;
790
+ @sapUiTabPositiveForegroundColor: @sapTab_Positive_ForegroundColor;
791
+ @sapUiTabPositiveIconColor: @sapTab_Positive_IconColor;
792
+ @sapUiTabPositiveSelectedTextColor: @sapTab_Positive_Selected_TextColor;
793
+ @sapUiTabPositiveSelectedIconColor: @sapTab_Positive_Selected_IconColor;
794
+ @sapUiTabPositiveSelectedBackground: @sapTab_Positive_Selected_Background;
795
+ @sapUiTabNegativeTextColor: @sapTab_Negative_TextColor;
796
+ @sapUiTabNegativeForegroundColor: @sapTab_Negative_ForegroundColor;
797
+ @sapUiTabNegativeIconColor: @sapTab_Negative_IconColor;
798
+ @sapUiTabNegativeSelectedTextColor: @sapTab_Negative_Selected_TextColor;
799
+ @sapUiTabNegativeSelectedIconColor: @sapTab_Negative_Selected_IconColor;
800
+ @sapUiTabNegativeSelectedBackground: @sapTab_Negative_Selected_Background;
801
+ @sapUiTabCriticalTextColor: @sapTab_Critical_TextColor;
802
+ @sapUiTabCriticalForegroundColor: @sapTab_Critical_ForegroundColor;
803
+ @sapUiTabCriticalIconColor: @sapTab_Critical_IconColor;
804
+ @sapUiTabCriticalSelectedTextColor: @sapTab_Critical_Selected_TextColor;
805
+ @sapUiTabCriticalSelectedIconColor: @sapTab_Critical_Selected_IconColor;
806
+ @sapUiTabCriticalSelectedBackground: @sapTab_Critical_Selected_Background;
724
807
 
725
808
  @sapUiTileBackground: @sapTile_Background;
726
809
  @sapUiTileHoverBackground: @sapTile_Hover_Background;
@@ -734,6 +817,8 @@
734
817
  @sapUiTileInteractiveBorderColor: @sapTile_Interactive_BorderColor;
735
818
  @sapUiTileOverlayBackground: @sapTile_OverlayBackground;
736
819
  @sapUiTileOverlayForegroundColor: @sapTile_OverlayForegroundColor;
820
+ @sapUiTileHoverContentBackground: @sapTile_Hover_ContentBackground;
821
+ @sapUiTileActiveContentBackground: @sapTile_Active_ContentBackground;
737
822
 
738
823
 
739
824
  // =====================================
@@ -779,6 +864,8 @@
779
864
  @sapUiIndication1SelectedBorderColor: @sapIndicationColor_1_Selected_BorderColor;
780
865
  @sapUiIndication1SelectedTextColor: @sapIndicationColor_1_Selected_TextColor;
781
866
  @sapUiIndication1b: @sapIndicationColor_1b;
867
+ @sapUiIndication1bTextColor: @sapIndicationColor_1b_TextColor;
868
+ @sapUiIndication1bBackground: @sapIndicationColor_1b_Background;
782
869
  @sapUiIndication1bBorderColor: @sapIndicationColor_1b_BorderColor;
783
870
  @sapUiIndication1bHoverBackground: @sapIndicationColor_1b_Hover_Background;
784
871
  @sapUiIndication2: @sapIndicationColor_2;
@@ -793,6 +880,8 @@
793
880
  @sapUiIndication2SelectedBorderColor: @sapIndicationColor_2_Selected_BorderColor;
794
881
  @sapUiIndication2SelectedTextColor: @sapIndicationColor_2_Selected_TextColor;
795
882
  @sapUiIndication2b: @sapIndicationColor_2b;
883
+ @sapUiIndication2bTextColor: @sapIndicationColor_2b_TextColor;
884
+ @sapUiIndication2bBackground: @sapIndicationColor_2b_Background;
796
885
  @sapUiIndication2bBorderColor: @sapIndicationColor_2b_BorderColor;
797
886
  @sapUiIndication2bHoverBackground: @sapIndicationColor_2b_Hover_Background;
798
887
  @sapUiIndication3: @sapIndicationColor_3;
@@ -807,6 +896,8 @@
807
896
  @sapUiIndication3SelectedBorderColor: @sapIndicationColor_3_Selected_BorderColor;
808
897
  @sapUiIndication3SelectedTextColor: @sapIndicationColor_3_Selected_TextColor;
809
898
  @sapUiIndication3b: @sapIndicationColor_3b;
899
+ @sapUiIndication3bTextColor: @sapIndicationColor_3b_TextColor;
900
+ @sapUiIndication3bBackground: @sapIndicationColor_3b_Background;
810
901
  @sapUiIndication3bBorderColor: @sapIndicationColor_3b_BorderColor;
811
902
  @sapUiIndication3bHoverBackground: @sapIndicationColor_3b_Hover_Background;
812
903
  @sapUiIndication4: @sapIndicationColor_4;
@@ -821,6 +912,8 @@
821
912
  @sapUiIndication4SelectedBorderColor: @sapIndicationColor_4_Selected_BorderColor;
822
913
  @sapUiIndication4SelectedTextColor: @sapIndicationColor_4_Selected_TextColor;
823
914
  @sapUiIndication4b: @sapIndicationColor_4b;
915
+ @sapUiIndication4bTextColor: @sapIndicationColor_4b_TextColor;
916
+ @sapUiIndication4bBackground: @sapIndicationColor_4b_Background;
824
917
  @sapUiIndication4bBorderColor: @sapIndicationColor_4b_BorderColor;
825
918
  @sapUiIndication4bHoverBackground: @sapIndicationColor_4b_Hover_Background;
826
919
  @sapUiIndication5: @sapIndicationColor_5;
@@ -835,6 +928,8 @@
835
928
  @sapUiIndication5SelectedBorderColor: @sapIndicationColor_5_Selected_BorderColor;
836
929
  @sapUiIndication5SelectedTextColor: @sapIndicationColor_5_Selected_TextColor;
837
930
  @sapUiIndication5b: @sapIndicationColor_5b;
931
+ @sapUiIndication5bTextColor: @sapIndicationColor_5b_TextColor;
932
+ @sapUiIndication5bBackground: @sapIndicationColor_5b_Background;
838
933
  @sapUiIndication5bBorderColor: @sapIndicationColor_5b_BorderColor;
839
934
  @sapUiIndication5bHoverBackground: @sapIndicationColor_5b_Hover_Background;
840
935
  @sapUiIndication6: @sapIndicationColor_6;
@@ -849,6 +944,8 @@
849
944
  @sapUiIndication6SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
850
945
  @sapUiIndication6SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
851
946
  @sapUiIndication6b: @sapIndicationColor_6b;
947
+ @sapUiIndication6bTextColor: @sapIndicationColor_6b_TextColor;
948
+ @sapUiIndication6bBackground: @sapIndicationColor_6b_Background;
852
949
  @sapUiIndication6bBorderColor: @sapIndicationColor_6b_BorderColor;
853
950
  @sapUiIndication6bHoverBackground: @sapIndicationColor_6b_Hover_Background;
854
951
  @sapUiIndication7: @sapIndicationColor_7;
@@ -863,6 +960,8 @@
863
960
  @sapUiIndication7SelectedBorderColor: @sapIndicationColor_7_Selected_BorderColor;
864
961
  @sapUiIndication7SelectedTextColor: @sapIndicationColor_7_Selected_TextColor;
865
962
  @sapUiIndication7b: @sapIndicationColor_7b;
963
+ @sapUiIndication7bTextColor: @sapIndicationColor_7b_TextColor;
964
+ @sapUiIndication7bBackground: @sapIndicationColor_7b_Background;
866
965
  @sapUiIndication7bBorderColor: @sapIndicationColor_7b_BorderColor;
867
966
  @sapUiIndication7bHoverBackground: @sapIndicationColor_7b_Hover_Background;
868
967
  @sapUiIndication8: @sapIndicationColor_8;
@@ -877,6 +976,8 @@
877
976
  @sapUiIndication8SelectedBorderColor: @sapIndicationColor_8_Selected_BorderColor;
878
977
  @sapUiIndication8SelectedTextColor: @sapIndicationColor_8_Selected_TextColor;
879
978
  @sapUiIndication8b: @sapIndicationColor_8b;
979
+ @sapUiIndication8bTextColor: @sapIndicationColor_8b_TextColor;
980
+ @sapUiIndication8bBackground: @sapIndicationColor_8b_Background;
880
981
  @sapUiIndication8bBorderColor: @sapIndicationColor_8b_BorderColor;
881
982
  @sapUiIndication8bHoverBackground: @sapIndicationColor_8b_Hover_Background;
882
983
  @sapUiIndication9: @sapIndicationColor_9;
@@ -891,6 +992,8 @@
891
992
  @sapUiIndication9SelectedBorderColor: @sapIndicationColor_9_Selected_BorderColor;
892
993
  @sapUiIndication9SelectedTextColor: @sapIndicationColor_9_Selected_TextColor;
893
994
  @sapUiIndication9b: @sapIndicationColor_9b;
995
+ @sapUiIndication9bTextColor: @sapIndicationColor_9b_TextColor;
996
+ @sapUiIndication9bBackground: @sapIndicationColor_9b_Background;
894
997
  @sapUiIndication9bBorderColor: @sapIndicationColor_9b_BorderColor;
895
998
  @sapUiIndication9bHoverBackground: @sapIndicationColor_9b_Hover_Background;
896
999
  @sapUiIndication10: @sapIndicationColor_10;
@@ -905,6 +1008,8 @@
905
1008
  @sapUiIndication10SelectedBorderColor: @sapIndicationColor_10_Selected_BorderColor;
906
1009
  @sapUiIndication10SelectedTextColor: @sapIndicationColor_10_Selected_TextColor;
907
1010
  @sapUiIndication10b: @sapIndicationColor_10b;
1011
+ @sapUiIndication10bTextColor: @sapIndicationColor_10b_TextColor;
1012
+ @sapUiIndication10bBackground: @sapIndicationColor_10b_Background;
908
1013
  @sapUiIndication10bBorderColor: @sapIndicationColor_10b_BorderColor;
909
1014
  @sapUiIndication10bHoverBackground: @sapIndicationColor_10b_Hover_Background;
910
1015
 
@@ -1470,6 +1575,13 @@
1470
1575
 
1471
1576
  @sapUiListHighlightColor: @sapList_HighlightColor;
1472
1577
 
1578
+ @sapUiBreakpointSMin: @sapBreakpoint_S_Min;
1579
+ @sapUiBreakpointMMin: @sapBreakpoint_M_Min;
1580
+ @sapUiBreakpointLMin: @sapBreakpoint_L_Min;
1581
+ @sapUiBreakpointXLMin: @sapBreakpoint_XL_Min;
1582
+
1583
+ @sapUiSapThemeId: @sapSapThemeId;
1584
+
1473
1585
 
1474
1586
  // =====================================
1475
1587
  // Font
@@ -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