@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_hcw/base.less (Version 11.22.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.24.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -87,35 +87,35 @@
87
87
 
88
88
  // [Label "High-Contrast Negative Color"]
89
89
  // [Description "The high-contrast reference color for elements showing negative state."]
90
- // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
90
+ // [Tags "Base", "Semantic", "Color", "HighContrast"]
91
91
  // [Category "HighContrast"]
92
92
  // [Type "color"]
93
93
  @sapHC_NegativeColor: #ab0000;
94
94
 
95
95
  // [Label "High-Contrast Critical Color"]
96
96
  // [Description "The high-contrast reference color for elements showing critical state."]
97
- // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
97
+ // [Tags "Base", "Semantic", "Color", "HighContrast"]
98
98
  // [Category "HighContrast"]
99
99
  // [Type "color"]
100
100
  @sapHC_CriticalColor: #5c5c00;
101
101
 
102
102
  // [Label "High-Contrast Positive Color"]
103
103
  // [Description "The high-contrast reference color for elements showing positive state."]
104
- // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
104
+ // [Tags "Base", "Semantic", "Color", "HighContrast"]
105
105
  // [Category "HighContrast"]
106
106
  // [Type "color"]
107
107
  @sapHC_PositiveColor: #006362;
108
108
 
109
109
  // [Label "High-Contrast Informative Color"]
110
110
  // [Description "The high-contrast reference color for elements showing informative state."]
111
- // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
111
+ // [Tags "Base", "Semantic", "Color", "HighContrast"]
112
112
  // [Category "HighContrast"]
113
113
  // [Type "color"]
114
114
  @sapHC_InformativeColor: #000;
115
115
 
116
116
  // [Label "High-Contrast Neutral Color"]
117
117
  // [Description "The high-contrast reference color for elements showing neutral state."]
118
- // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
118
+ // [Tags "Base", "Semantic", "Color", "HighContrast"]
119
119
  // [Category "HighContrast"]
120
120
  // [Type "color"]
121
121
  @sapHC_NeutralColor: #000;
@@ -696,74 +696,23 @@
696
696
  // [Tags "!Protected"]
697
697
  // [Protected "!true"]
698
698
  @sapContent_Illustrative_Color31: #ffab92;
699
-
700
- // [Tags "!Protected"]
701
- // [Protected "!true"]
702
699
  @sapContent_Space_S: 1rem;
703
-
704
- // [Tags "!Protected"]
705
- // [Protected "!true"]
706
700
  @sapContent_Space_M: 2rem;
707
-
708
- // [Tags "!Protected"]
709
- // [Protected "!true"]
710
701
  @sapContent_Space_L: 2rem;
711
-
712
- // [Tags "!Protected"]
713
- // [Protected "!true"]
714
702
  @sapContent_Space_XL: 3rem;
715
-
716
- // [Tags "!Protected"]
717
- // [Protected "!true"]
718
703
  @sapContent_Space_Tiny: 2rem;
719
-
720
- // [Tags "!Protected"]
721
- // [Protected "!true"]
722
704
  @sapContent_Space_Small: 1rem;
723
-
724
- // [Tags "!Protected"]
725
- // [Protected "!true"]
726
705
  @sapContent_Space_Medium: 2rem;
727
-
728
- // [Tags "!Protected"]
729
- // [Protected "!true"]
730
706
  @sapContent_Space_Large: 3rem;
731
-
732
- // [Tags "!Protected"]
733
- // [Protected "!true"]
734
707
  @sapContent_Margin_Tiny: 0 0 1rem;
735
-
736
- // [Tags "!Protected"]
737
- // [Protected "!true"]
738
708
  @sapContent_Margin_Small: 1rem;
739
-
740
- // [Tags "!Protected"]
741
- // [Protected "!true"]
742
709
  @sapContent_Margin_Medium: 1rem 2rem;
743
-
744
- // [Tags "!Protected"]
745
- // [Protected "!true"]
746
710
  @sapContent_Margin_Large: 1rem 3rem;
747
-
748
- // [Tags "!Protected"]
749
- // [Protected "!true"]
750
- @sapContent_Gap: 1rem;
751
-
752
- // [Tags "!Protected"]
753
- // [Protected "!true"]
754
711
  @sapContent_Padding_S: 0rem;
755
-
756
- // [Tags "!Protected"]
757
- // [Protected "!true"]
758
712
  @sapContent_Padding_M: 2rem;
759
-
760
- // [Tags "!Protected"]
761
- // [Protected "!true"]
762
713
  @sapContent_Padding_L: 2rem;
763
-
764
- // [Tags "!Protected"]
765
- // [Protected "!true"]
766
714
  @sapContent_Padding_XL: 3rem;
715
+ @sapContent_Gap: 1rem;
767
716
 
768
717
  // [Tags "!Protected"]
769
718
  // [Protected "!true"]
@@ -1103,53 +1052,17 @@
1103
1052
  @sapShell_Category_16_BorderColor: #1e592f;
1104
1053
  @sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1105
1054
  @sapShell_Category_16_TextShadow: none;
1106
-
1107
- // [Tags "!Protected"]
1108
- // [Protected "!true"]
1109
1055
  @sapShell_Space_S: 0.5rem;
1110
-
1111
- // [Tags "!Protected"]
1112
- // [Protected "!true"]
1113
1056
  @sapShell_Space_M: 2rem;
1114
-
1115
- // [Tags "!Protected"]
1116
- // [Protected "!true"]
1117
1057
  @sapShell_Space_L: 2rem;
1118
-
1119
- // [Tags "!Protected"]
1120
- // [Protected "!true"]
1121
1058
  @sapShell_Space_XL: 3rem;
1122
-
1123
- // [Tags "!Protected"]
1124
- // [Protected "!true"]
1125
1059
  @sapShell_Gap_S: 0.5rem;
1126
-
1127
- // [Tags "!Protected"]
1128
- // [Protected "!true"]
1129
1060
  @sapShell_Gap_M: 1rem;
1130
-
1131
- // [Tags "!Protected"]
1132
- // [Protected "!true"]
1133
1061
  @sapShell_Gap_L: 1rem;
1134
-
1135
- // [Tags "!Protected"]
1136
- // [Protected "!true"]
1137
1062
  @sapShell_Gap_XL: 1rem;
1138
-
1139
- // [Tags "!Protected"]
1140
- // [Protected "!true"]
1141
1063
  @sapShell_GroupGap_S: 2rem;
1142
-
1143
- // [Tags "!Protected"]
1144
- // [Protected "!true"]
1145
1064
  @sapShell_GroupGap_M: 3rem;
1146
-
1147
- // [Tags "!Protected"]
1148
- // [Protected "!true"]
1149
1065
  @sapShell_GroupGap_L: 3rem;
1150
-
1151
- // [Tags "!Protected"]
1152
- // [Protected "!true"]
1153
1066
  @sapShell_GroupGap_XL: 3rem;
1154
1067
 
1155
1068
  // [Tags "!Protected"]
@@ -1458,7 +1371,7 @@
1458
1371
 
1459
1372
  // [Tags "!Protected"]
1460
1373
  // [Protected "!true"]
1461
- @sapButton_Emphasized_BorderWidth: .125 * @sapContent_GridSize;
1374
+ @sapButton_Emphasized_BorderWidth: 0.125 * @sapContent_GridSize;
1462
1375
 
1463
1376
  // [Tags "!Protected"]
1464
1377
  // [Protected "!true"]
@@ -2272,7 +2185,7 @@
2272
2185
 
2273
2186
  // [Tags "!Protected"]
2274
2187
  // [Protected "!true"]
2275
- @sapField_Selector_Hover_InvalidBackground: sapField_InvalidBackground;
2188
+ @sapField_Selector_Hover_InvalidBackground: @sapField_InvalidBackground;
2276
2189
 
2277
2190
  // [Tags "!Protected"]
2278
2191
  // [Protected "!true"]
@@ -2470,6 +2383,10 @@
2470
2383
  // [Protected "!true"]
2471
2384
  @sapList_TableFixedRowBorderWidth: 0.1875 * @sapContent_GridSize;
2472
2385
 
2386
+ // [Tags "!Protected"]
2387
+ // [Protected "!true"]
2388
+ @sapMessage_BorderWidth: 0.125 * @sapContent_GridSize;
2389
+
2473
2390
  // [Tags "!Protected"]
2474
2391
  // [Protected "!true"]
2475
2392
  @sapMessage_ErrorBorderColor: @sapErrorBorderColor;
@@ -2486,6 +2403,10 @@
2486
2403
  // [Protected "!true"]
2487
2404
  @sapMessage_InformationBorderColor: @sapInformationBorderColor;
2488
2405
 
2406
+ // [Tags "!Protected"]
2407
+ // [Protected "!true"]
2408
+ @sapMessage_Button_Hover_Background: @sapButton_Lite_Hover_Background;
2409
+
2489
2410
  // [Tags "!Protected"]
2490
2411
  // [Protected "!true"]
2491
2412
  @sapPopover_BorderCornerRadius: @sapElement_BorderCornerRadius;
@@ -2774,6 +2695,110 @@
2774
2695
  // [Protected "!true"]
2775
2696
  @sapBlockLayer_Opacity: 0.3;
2776
2697
 
2698
+ // [Tags "!Protected"]
2699
+ // [Protected "!true"]
2700
+ @sapTab_TextColor: @sapTextColor;
2701
+
2702
+ // [Tags "!Protected"]
2703
+ // [Protected "!true"]
2704
+ @sapTab_ForegroundColor: @sapHC_StandardForeground;
2705
+
2706
+ // [Tags "!Protected"]
2707
+ // [Protected "!true"]
2708
+ @sapTab_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2709
+
2710
+ // [Tags "!Protected"]
2711
+ // [Protected "!true"]
2712
+ @sapTab_Background: @sapObjectHeader_Background;
2713
+
2714
+ // [Tags "!Protected"]
2715
+ // [Protected "!true"]
2716
+ @sapTab_Selected_TextColor: @sapContent_Selected_ForegroundColor;
2717
+
2718
+ // [Tags "!Protected"]
2719
+ // [Protected "!true"]
2720
+ @sapTab_Selected_IconColor: contrast(@sapTab_Selected_Background, @sapContent_Selected_ForegroundColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2721
+
2722
+ // [Tags "!Protected"]
2723
+ // [Protected "!true"]
2724
+ @sapTab_Selected_Background: @sapSelectedColor;
2725
+
2726
+ // [Tags "!Protected"]
2727
+ // [Protected "!true"]
2728
+ @sapTab_Selected_Indicator_Dimension: 0.3125 * @sapContent_GridSize;
2729
+
2730
+ // [Tags "!Protected"]
2731
+ // [Protected "!true"]
2732
+ @sapTab_Positive_TextColor: @sapTextColor;
2733
+
2734
+ // [Tags "!Protected"]
2735
+ // [Protected "!true"]
2736
+ @sapTab_Positive_ForegroundColor: @sapHC_StandardForeground;
2737
+
2738
+ // [Tags "!Protected"]
2739
+ // [Protected "!true"]
2740
+ @sapTab_Positive_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2741
+
2742
+ // [Tags "!Protected"]
2743
+ // [Protected "!true"]
2744
+ @sapTab_Positive_Selected_TextColor: @sapContent_Selected_ForegroundColor;
2745
+
2746
+ // [Tags "!Protected"]
2747
+ // [Protected "!true"]
2748
+ @sapTab_Positive_Selected_IconColor: contrast(@sapTab_Positive_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2749
+
2750
+ // [Tags "!Protected"]
2751
+ // [Protected "!true"]
2752
+ @sapTab_Positive_Selected_Background: @sapSelectedColor;
2753
+
2754
+ // [Tags "!Protected"]
2755
+ // [Protected "!true"]
2756
+ @sapTab_Negative_TextColor: @sapTextColor;
2757
+
2758
+ // [Tags "!Protected"]
2759
+ // [Protected "!true"]
2760
+ @sapTab_Negative_ForegroundColor: @sapHC_StandardForeground;
2761
+
2762
+ // [Tags "!Protected"]
2763
+ // [Protected "!true"]
2764
+ @sapTab_Negative_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2765
+
2766
+ // [Tags "!Protected"]
2767
+ // [Protected "!true"]
2768
+ @sapTab_Negative_Selected_TextColor: @sapContent_Selected_ForegroundColor;
2769
+
2770
+ // [Tags "!Protected"]
2771
+ // [Protected "!true"]
2772
+ @sapTab_Negative_Selected_IconColor: contrast(@sapTab_Negative_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2773
+
2774
+ // [Tags "!Protected"]
2775
+ // [Protected "!true"]
2776
+ @sapTab_Negative_Selected_Background: @sapSelectedColor;
2777
+
2778
+ // [Tags "!Protected"]
2779
+ // [Protected "!true"]
2780
+ @sapTab_Critical_TextColor: @sapTextColor;
2781
+
2782
+ // [Tags "!Protected"]
2783
+ // [Protected "!true"]
2784
+ @sapTab_Critical_ForegroundColor: @sapHC_StandardForeground;
2785
+
2786
+ // [Tags "!Protected"]
2787
+ // [Protected "!true"]
2788
+ @sapTab_Critical_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2789
+
2790
+ // [Tags "!Protected"]
2791
+ // [Protected "!true"]
2792
+ @sapTab_Critical_Selected_TextColor: @sapContent_Selected_ForegroundColor;
2793
+
2794
+ // [Tags "!Protected"]
2795
+ // [Protected "!true"]
2796
+ @sapTab_Critical_Selected_IconColor: contrast(@sapTab_Critical_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2797
+
2798
+ // [Tags "!Protected"]
2799
+ // [Protected "!true"]
2800
+ @sapTab_Critical_Selected_Background: @sapSelectedColor;
2801
+
2777
2802
  // [Tags "!Protected"]
2778
2803
  // [Protected "!true"]
2779
2804
  @sapTile_Background: @sapBackgroundColor;
@@ -2939,6 +2964,8 @@
2939
2964
  @sapIndicationColor_1_Selected_BorderColor: @sapButton_Selected_BorderColor;
2940
2965
  @sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_TextColor;
2941
2966
  @sapIndicationColor_1b: @sapIndicationColor_1;
2967
+ @sapIndicationColor_1b_TextColor: @sapTextColor;
2968
+ @sapIndicationColor_1b_Background: @sapBackgroundColor;
2942
2969
  @sapIndicationColor_1b_BorderColor: @sapContent_ForegroundBorderColor;
2943
2970
  @sapIndicationColor_1b_Hover_Background: @sapButton_Hover_Background;
2944
2971
 
@@ -2971,6 +2998,8 @@
2971
2998
  @sapIndicationColor_2_Selected_BorderColor: @sapButton_Selected_BorderColor;
2972
2999
  @sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_TextColor;
2973
3000
  @sapIndicationColor_2b: @sapIndicationColor_2;
3001
+ @sapIndicationColor_2b_TextColor: @sapTextColor;
3002
+ @sapIndicationColor_2b_Background: @sapBackgroundColor;
2974
3003
  @sapIndicationColor_2b_BorderColor: @sapContent_ForegroundBorderColor;
2975
3004
  @sapIndicationColor_2b_Hover_Background: @sapButton_Hover_Background;
2976
3005
 
@@ -3003,6 +3032,8 @@
3003
3032
  @sapIndicationColor_3_Selected_BorderColor: @sapButton_Selected_BorderColor;
3004
3033
  @sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_TextColor;
3005
3034
  @sapIndicationColor_3b: @sapIndicationColor_3;
3035
+ @sapIndicationColor_3b_TextColor: @sapTextColor;
3036
+ @sapIndicationColor_3b_Background: @sapBackgroundColor;
3006
3037
  @sapIndicationColor_3b_BorderColor: @sapContent_ForegroundBorderColor;
3007
3038
  @sapIndicationColor_3b_Hover_Background: @sapButton_Hover_Background;
3008
3039
 
@@ -3035,6 +3066,8 @@
3035
3066
  @sapIndicationColor_4_Selected_BorderColor: @sapButton_Selected_BorderColor;
3036
3067
  @sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_TextColor;
3037
3068
  @sapIndicationColor_4b: @sapIndicationColor_4;
3069
+ @sapIndicationColor_4b_TextColor: @sapTextColor;
3070
+ @sapIndicationColor_4b_Background: @sapBackgroundColor;
3038
3071
  @sapIndicationColor_4b_BorderColor: @sapContent_ForegroundBorderColor;
3039
3072
  @sapIndicationColor_4b_Hover_Background: @sapButton_Hover_Background;
3040
3073
 
@@ -3067,6 +3100,8 @@
3067
3100
  @sapIndicationColor_5_Selected_BorderColor: @sapButton_Selected_BorderColor;
3068
3101
  @sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_TextColor;
3069
3102
  @sapIndicationColor_5b: @sapIndicationColor_5;
3103
+ @sapIndicationColor_5b_TextColor: @sapTextColor;
3104
+ @sapIndicationColor_5b_Background: @sapBackgroundColor;
3070
3105
  @sapIndicationColor_5b_BorderColor: @sapContent_ForegroundBorderColor;
3071
3106
  @sapIndicationColor_5b_Hover_Background: @sapButton_Hover_Background;
3072
3107
 
@@ -3099,6 +3134,8 @@
3099
3134
  @sapIndicationColor_6_Selected_BorderColor: @sapButton_Selected_BorderColor;
3100
3135
  @sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_TextColor;
3101
3136
  @sapIndicationColor_6b: @sapIndicationColor_6;
3137
+ @sapIndicationColor_6b_TextColor: @sapTextColor;
3138
+ @sapIndicationColor_6b_Background: @sapBackgroundColor;
3102
3139
  @sapIndicationColor_6b_BorderColor: @sapContent_ForegroundBorderColor;
3103
3140
  @sapIndicationColor_6b_Hover_Background: @sapButton_Hover_Background;
3104
3141
 
@@ -3131,6 +3168,8 @@
3131
3168
  @sapIndicationColor_7_Selected_BorderColor: @sapButton_Selected_BorderColor;
3132
3169
  @sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_TextColor;
3133
3170
  @sapIndicationColor_7b: @sapIndicationColor_7;
3171
+ @sapIndicationColor_7b_TextColor: @sapTextColor;
3172
+ @sapIndicationColor_7b_Background: @sapBackgroundColor;
3134
3173
  @sapIndicationColor_7b_BorderColor: @sapContent_ForegroundBorderColor;
3135
3174
  @sapIndicationColor_7b_Hover_Background: @sapButton_Hover_Background;
3136
3175
 
@@ -3163,6 +3202,8 @@
3163
3202
  @sapIndicationColor_8_Selected_BorderColor: @sapButton_Selected_BorderColor;
3164
3203
  @sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_TextColor;
3165
3204
  @sapIndicationColor_8b: @sapIndicationColor_8;
3205
+ @sapIndicationColor_8b_TextColor: @sapTextColor;
3206
+ @sapIndicationColor_8b_Background: @sapBackgroundColor;
3166
3207
  @sapIndicationColor_8b_BorderColor: @sapContent_ForegroundBorderColor;
3167
3208
  @sapIndicationColor_8b_Hover_Background: @sapButton_Hover_Background;
3168
3209
 
@@ -3195,6 +3236,8 @@
3195
3236
  @sapIndicationColor_9_Selected_BorderColor: @sapButton_Selected_BorderColor;
3196
3237
  @sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_TextColor;
3197
3238
  @sapIndicationColor_9b: @sapIndicationColor_9;
3239
+ @sapIndicationColor_9b_TextColor: @sapTextColor;
3240
+ @sapIndicationColor_9b_Background: @sapBackgroundColor;
3198
3241
  @sapIndicationColor_9b_BorderColor: @sapContent_ForegroundBorderColor;
3199
3242
  @sapIndicationColor_9b_Hover_Background: @sapButton_Hover_Background;
3200
3243
 
@@ -3227,6 +3270,8 @@
3227
3270
  @sapIndicationColor_10_Selected_BorderColor: @sapButton_Selected_BorderColor;
3228
3271
  @sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_TextColor;
3229
3272
  @sapIndicationColor_10b: @sapIndicationColor_10;
3273
+ @sapIndicationColor_10b_TextColor: @sapTextColor;
3274
+ @sapIndicationColor_10b_Background: @sapBackgroundColor;
3230
3275
  @sapIndicationColor_10b_BorderColor: @sapContent_ForegroundBorderColor;
3231
3276
  @sapIndicationColor_10b_Hover_Background: @sapButton_Hover_Background;
3232
3277
 
@@ -4077,21 +4122,10 @@
4077
4122
  @sapSvgLib_SAP-icons: none;
4078
4123
  @sapSvgLib_SAPGUI-icons: url(./../sap_horizon/svg/libs/SAPGUI-icons.svg);
4079
4124
  @sapSvgLib_SAPWeb-icons: url(./../sap_horizon/svg/libs/SAPWeb-icons.svg);
4125
+ @sapSapThemeId: sap_horizon_hcw;
4080
4126
  @sapBackgroundColorDefault: @sapBackgroundColor;
4081
4127
  @sapList_HighlightColor: @sapHighlightColor;
4082
-
4083
- // [Tags "!Protected"]
4084
- // [Protected "!true"]
4085
4128
  @sapBreakpoint_S_Min: 0;
4086
-
4087
- // [Tags "!Protected"]
4088
- // [Protected "!true"]
4089
4129
  @sapBreakpoint_M_Min: 600px;
4090
-
4091
- // [Tags "!Protected"]
4092
- // [Protected "!true"]
4093
4130
  @sapBreakpoint_L_Min: 1024px;
4094
-
4095
- // [Tags "!Protected"]
4096
- // [Protected "!true"]
4097
4131
  @sapBreakpoint_XL_Min: 1440px;