@openui5/themelib_sap_horizon 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 (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/base.less (Version 11.22.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon/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;
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: 0 0 0.0625rem contrast(@sapShell_Category_16_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
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"]
@@ -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: darken(@sapErrorBackground, 18);
@@ -2431,6 +2348,10 @@
2431
2348
  // [Protected "!true"]
2432
2349
  @sapMessage_InformationBorderColor: darken(@sapInformationBackground, 20);
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: #fb9d9d;
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: darken(@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: #fcc4c4;
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: darken(@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: #fff2c0;
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: darken(@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: #bae8bc;
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: darken(@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: #d3effd;
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: darken(@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: #cdf5ec;
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: darken(@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: #e2dbff;
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: darken(@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: #f8d6ff;
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: darken(@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: #fff;
3184
+ @sapIndicationColor_9b_TextColor: @sapIndicationColor_9;
3185
+ @sapIndicationColor_9b_Background: @sapIndicationColor_9b;
3143
3186
  @sapIndicationColor_9b_BorderColor: darken(@sapIndicationColor_9b, 15);
3144
3187
  @sapIndicationColor_9b_Hover_Background: darken(@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: #eaecee;
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: darken(@sapIndicationColor_10b, 5);
3177
3222
 
@@ -3405,7 +3450,7 @@
3405
3450
 
3406
3451
  // [Tags "!Protected"]
3407
3452
  // [Protected "!true"]
3408
- @sapChart_OrderedColor_1: #3278be;
3453
+ @sapChart_OrderedColor_1: #168eff;
3409
3454
 
3410
3455
  // [Tags "!Protected"]
3411
3456
  // [Protected "!true"]
@@ -3467,35 +3512,35 @@
3467
3512
  // [Protected "!true"]
3468
3513
  @sapChart_Neutral: #758ca4;
3469
3514
  @sapChart_Sequence_1_Plus3: lighten(saturate(@sapChart_Sequence_1, 14), 25);
3470
- @sapChart_Sequence_1_Plus3_TextColor: contrast(@sapChart_Sequence_1_Plus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
3515
+ @sapChart_Sequence_1_Plus3_TextColor: contrast(@sapChart_Sequence_1_Plus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3471
3516
  @sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus3_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3472
3517
  @sapChart_Sequence_1_Plus2: lighten(desaturate(@sapChart_Sequence_1, 1), 7);
3473
- @sapChart_Sequence_1_Plus2_TextColor: contrast(@sapChart_Sequence_1_Plus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
3518
+ @sapChart_Sequence_1_Plus2_TextColor: contrast(@sapChart_Sequence_1_Plus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3474
3519
  @sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus2_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3475
3520
  @sapChart_Sequence_1_Plus1: lighten(saturate(@sapChart_Sequence_1, 12), 8);
3476
- @sapChart_Sequence_1_Plus1_TextColor: contrast(@sapChart_Sequence_1_Plus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
3521
+ @sapChart_Sequence_1_Plus1_TextColor: contrast(@sapChart_Sequence_1_Plus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3477
3522
  @sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3478
3523
 
3479
3524
  // [Tags "!Protected"]
3480
3525
  // [Protected "!true"]
3481
3526
  @sapChart_Sequence_1: @sapChart_OrderedColor_1;
3482
- @sapChart_Sequence_1_TextColor: contrast(@sapChart_Sequence_1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
3527
+ @sapChart_Sequence_1_TextColor: contrast(@sapChart_Sequence_1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3483
3528
  @sapChart_Sequence_1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3484
3529
  @sapChart_Sequence_1_BorderColor: @sapChart_Sequence_1;
3485
3530
  @sapChart_Sequence_1_Minus1: darken(desaturate(@sapChart_Sequence_1, 6), 7);
3486
- @sapChart_Sequence_1_Minus1_TextColor: contrast(@sapChart_Sequence_1_Minus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
3531
+ @sapChart_Sequence_1_Minus1_TextColor: contrast(@sapChart_Sequence_1_Minus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3487
3532
  @sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3488
3533
  @sapChart_Sequence_1_Minus2: darken(desaturate(@sapChart_Sequence_1, 6), 7);
3489
- @sapChart_Sequence_1_Minus2_TextColor: contrast(@sapChart_Sequence_1_Minus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
3534
+ @sapChart_Sequence_1_Minus2_TextColor: contrast(@sapChart_Sequence_1_Minus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3490
3535
  @sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus2_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3491
3536
  @sapChart_Sequence_1_Minus3: darken(desaturate(@sapChart_Sequence_1, 8), 22);
3492
- @sapChart_Sequence_1_Minus3_TextColor: contrast(@sapChart_Sequence_1_Minus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
3537
+ @sapChart_Sequence_1_Minus3_TextColor: contrast(@sapChart_Sequence_1_Minus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3493
3538
  @sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus3_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3494
3539
  @sapChart_Sequence_1_Minus4: darken(desaturate(@sapChart_Sequence_1, 7), 27);
3495
- @sapChart_Sequence_1_Minus4_TextColor: contrast(@sapChart_Sequence_1_Minus4, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
3540
+ @sapChart_Sequence_1_Minus4_TextColor: contrast(@sapChart_Sequence_1_Minus4, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3496
3541
  @sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus4_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3497
3542
  @sapChart_Sequence_1_Minus5: darken(desaturate(@sapChart_Sequence_1, 7), 32);
3498
- @sapChart_Sequence_1_Minus5_TextColor: contrast(@sapChart_Sequence_1_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
3543
+ @sapChart_Sequence_1_Minus5_TextColor: contrast(@sapChart_Sequence_1_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3499
3544
  @sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3500
3545
  @sapChart_Sequence_2_Plus3: lighten(desaturate(@sapChart_Sequence_2, 20), 30);
3501
3546
  @sapChart_Sequence_2_Plus3_TextColor: contrast(@sapChart_Sequence_2_Plus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
@@ -4022,22 +4067,11 @@
4022
4067
  @sapSvgLib_SAP-icons: none;
4023
4068
  @sapSvgLib_SAPGUI-icons: url(./svg/libs/SAPGUI-icons.svg);
4024
4069
  @sapSvgLib_SAPWeb-icons: url(./svg/libs/SAPWeb-icons.svg);
4070
+ @sapSapThemeId: sap_horizon;
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;