@openui5/themelib_sap_horizon 1.131.0 → 1.132.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
package/THIRDPARTY.txt CHANGED
@@ -468,7 +468,7 @@ License: Apache-2.0
468
468
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
469
469
  Contained in: lib/jsdoc/ui5/plugin.js
470
470
 
471
- Component: SAP Theming Base Content, version: 11.22.0
471
+ Component: SAP Theming Base Content, version: 11.24.0
472
472
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
473
473
  License: Apache-2.0
474
474
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.131.0",
3
+ "version": "1.132.0",
4
4
  "description": "OpenUI5 Theme Library sap_horizon",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,22 +14,22 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.131.0",
18
- "@openui5/sap.m": "1.131.0",
19
- "@openui5/sap.tnt": "1.131.0",
20
- "@openui5/sap.ui.codeeditor": "1.131.0",
21
- "@openui5/sap.ui.commons": "1.131.0",
22
- "@openui5/sap.ui.core": "1.131.0",
23
- "@openui5/sap.ui.dt": "1.131.0",
24
- "@openui5/sap.ui.fl": "1.131.0",
25
- "@openui5/sap.ui.mdc": "1.131.0",
26
- "@openui5/sap.ui.integration": "1.131.0",
27
- "@openui5/sap.ui.layout": "1.131.0",
28
- "@openui5/sap.ui.rta": "1.131.0",
29
- "@openui5/sap.ui.suite": "1.131.0",
30
- "@openui5/sap.ui.table": "1.131.0",
31
- "@openui5/sap.ui.unified": "1.131.0",
32
- "@openui5/sap.ui.ux3": "1.131.0",
33
- "@openui5/sap.uxap": "1.131.0"
17
+ "@openui5/sap.f": "1.132.0",
18
+ "@openui5/sap.m": "1.132.0",
19
+ "@openui5/sap.tnt": "1.132.0",
20
+ "@openui5/sap.ui.codeeditor": "1.132.0",
21
+ "@openui5/sap.ui.commons": "1.132.0",
22
+ "@openui5/sap.ui.core": "1.132.0",
23
+ "@openui5/sap.ui.dt": "1.132.0",
24
+ "@openui5/sap.ui.fl": "1.132.0",
25
+ "@openui5/sap.ui.mdc": "1.132.0",
26
+ "@openui5/sap.ui.integration": "1.132.0",
27
+ "@openui5/sap.ui.layout": "1.132.0",
28
+ "@openui5/sap.ui.rta": "1.132.0",
29
+ "@openui5/sap.ui.suite": "1.132.0",
30
+ "@openui5/sap.ui.table": "1.132.0",
31
+ "@openui5/sap.ui.unified": "1.132.0",
32
+ "@openui5/sap.ui.ux3": "1.132.0",
33
+ "@openui5/sap.uxap": "1.132.0"
34
34
  }
35
35
  }
@@ -3,13 +3,12 @@
3
3
  /* Horizon theme */
4
4
  /* ============================= */
5
5
 
6
- @_sap_f_Card_HeaderFocusBorderBottomOffset: 0px;
7
- @_sap_f_Card_HeaderFocusBorderTopOffset: 0px;
8
- @_sap_f_Card_HeaderFocusBorderLeftOffset: 0px;
9
- @_sap_f_Card_HeaderFocusBorderRightOffset: 0px;
10
- @_sap_f_Card_HeaderFocusBorderRadius: inherit;
6
+ @_sap_f_Card_FocusBorderBottomOffset: 0px;
7
+ @_sap_f_Card_FocusBorderTopOffset: 0px;
8
+ @_sap_f_Card_FocusBorderLeftOffset: 0px;
9
+ @_sap_f_Card_FocusBorderRightOffset: 0px;
10
+ @_sap_f_Card_FocusBorderRadius: inherit;
11
11
  @_sap_f_Card_BorderRadius: 1rem;
12
- @_sap_f_Card_TitleFontSize: @sapMFontHeader6Size;
13
12
  @_sap_f_Card_HoverBoxShadow: @sapUiContentShadow2;
14
13
  @_sap_f_Card_Badge_Background: @sapUiHighlight;
15
14
 
@@ -34,12 +33,6 @@
34
33
  }
35
34
  }
36
35
 
37
- .sapFCard.sapFCardSectionInteractive:not(.sapFCardPreview):not(.sapFCardTransparent) {
38
- &:active {
39
- box-shadow: @_sap_f_Card_BoxShadow;
40
- }
41
- }
42
-
43
36
  .sapFCard .sapFCardHeader .sapFCardStatus {
44
37
  font-size: @sapMFontSmallSize;
45
38
  margin-top: 0.125rem;
@@ -0,0 +1,12 @@
1
+ /* ======================================== */
2
+ /* CSS for control sap.f.cards/BaseHeader */
3
+ /* Horizon theme */
4
+ /* ======================================== */
5
+
6
+ @_sap_f_CardHeaders_TitleFontSize: @sapMFontHeader6Size;
7
+ @_sap_f_CardHeaders_BorderRadius: 1rem;
8
+ @_sap_f_CardHeaders_HeaderFocusBorderLeftOffset: 0px;
9
+ @_sap_f_CardHeaders_HeaderFocusBorderBottomOffset: 0px;
10
+ @_sap_f_CardHeaders_HeaderFocusBorderRightOffset: 0px;
11
+ @_sap_f_CardHeaders_HeaderFocusBorderTopOffset: 0px;
12
+ @_sap_f_CardHeaders_HeaderFocusBorderRadius: inherit;
@@ -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
 
@@ -10,6 +10,7 @@
10
10
 
11
11
  @import "AvatarGroup.less";
12
12
  @import "Card.less";
13
+ @import "CardHeaders.less";
13
14
  @import "DynamicPage.less";
14
15
  @import "DynamicPageHeader.less";
15
16
  @import "DynamicPageTitle.less";
@@ -3,13 +3,12 @@
3
3
  /* Evening Horizon theme */
4
4
  /* =========================== */
5
5
 
6
- @_sap_f_Card_HeaderFocusBorderBottomOffset: 0px;
7
- @_sap_f_Card_HeaderFocusBorderTopOffset: 0px;
8
- @_sap_f_Card_HeaderFocusBorderLeftOffset: 0px;
9
- @_sap_f_Card_HeaderFocusBorderRightOffset: 0px;
10
- @_sap_f_Card_HeaderFocusBorderRadius: inherit;
6
+ @_sap_f_Card_FocusBorderBottomOffset: 0px;
7
+ @_sap_f_Card_FocusBorderTopOffset: 0px;
8
+ @_sap_f_Card_FocusBorderLeftOffset: 0px;
9
+ @_sap_f_Card_FocusBorderRightOffset: 0px;
10
+ @_sap_f_Card_FocusBorderRadius: inherit;
11
11
  @_sap_f_Card_BorderRadius: 1rem;
12
- @_sap_f_Card_TitleFontSize: @sapMFontHeader6Size;
13
12
  @_sap_f_Card_HoverBoxShadow: @sapUiContentShadow2;
14
13
  @_sap_f_Card_Badge_Background: @sapUiHighlight;
15
14
 
@@ -30,16 +29,6 @@
30
29
  }
31
30
  }
32
31
 
33
- .sapFCard.sapFCardSectionInteractive:not(.sapFCardPreview):not(.sapFCardTransparent) {
34
- &:hover {
35
- box-shadow: @_sap_f_Card_HoverBoxShadow;
36
- }
37
-
38
- &:active {
39
- box-shadow: @_sap_f_Card_BoxShadow;
40
- }
41
- }
42
-
43
32
  .sapFCard .sapFCardHeader .sapFCardStatus {
44
33
  font-size: @sapMFontSmallSize;
45
34
  margin-top: 0.125rem;
@@ -0,0 +1,12 @@
1
+ /* ======================================== */
2
+ /* CSS for control sap.f.cards/BaseHeader */
3
+ /* Evening Horizon theme */
4
+ /* ======================================== */
5
+
6
+ @_sap_f_CardHeaders_TitleFontSize: @sapMFontHeader6Size;
7
+ @_sap_f_CardHeaders_BorderRadius: 1rem;
8
+ @_sap_f_CardHeaders_HeaderFocusBorderLeftOffset: 0px;
9
+ @_sap_f_CardHeaders_HeaderFocusBorderBottomOffset: 0px;
10
+ @_sap_f_CardHeaders_HeaderFocusBorderRightOffset: 0px;
11
+ @_sap_f_CardHeaders_HeaderFocusBorderTopOffset: 0px;
12
+ @_sap_f_CardHeaders_HeaderFocusBorderRadius: inherit;
@@ -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
 
@@ -10,6 +10,7 @@
10
10
 
11
11
  @import "AvatarGroup.less";
12
12
  @import "Card.less";
13
+ @import "CardHeaders.less";
13
14
  @import "DynamicPage.less";
14
15
  @import "DynamicPageHeader.less";
15
16
  @import "DynamicPageTitle.less";
@@ -4,35 +4,11 @@
4
4
  /* ================================== */
5
5
 
6
6
  @_sap_f_Card_BoxShadow: none;
7
- @_sap_f_Card_HeaderFocusBorderBottomOffset: 2px;
7
+ @_sap_f_Card_FocusBorderBottomOffset: 2px;
8
8
  @_sap_f_Card_Badge_Background: @sapUiHighlight;
9
9
  @_sap_f_Card_Badge_Border: 0.0625rem solid @sapUiContentForegroundBorderColor;
10
10
  @_sap_f_Card_Badge_Background: @sapUiHighlight;
11
11
 
12
- .sapFCard .sapFCardHeader.sapFCardSectionClickable {
13
- &:hover {
14
- .sapFCardNumericIndicatorsMain {
15
- .sapMNCValue,
16
- .sapMNCIndicator,
17
- .sapMNCScale,
18
- .sapMNCIndIcon {
19
- color: @sapUiContentContrastTextColor;
20
- }
21
- }
22
- }
23
-
24
- &:active {
25
- .sapFCardNumericIndicatorsMain {
26
- .sapMNCValue,
27
- .sapMNCIndicator,
28
- .sapMNCScale,
29
- .sapMNCIndIcon {
30
- color: @sapUiContentContrastTextColor;
31
- }
32
- }
33
- }
34
- }
35
-
36
12
  .sapFCard {
37
13
 
38
14
  .sapFCardHeader {
@@ -0,0 +1,28 @@
1
+ /* ======================================== */
2
+ /* CSS for control sap.f.cards/BaseHeader */
3
+ /* Horizon High Contrast Black theme */
4
+ /* ======================================== */
5
+
6
+ .sapFCardHeader.sapFCardSectionClickable {
7
+ &:hover {
8
+ .sapFCardNumericIndicatorsMain {
9
+ .sapMNCValue,
10
+ .sapMNCIndicator,
11
+ .sapMNCScale,
12
+ .sapMNCIndIcon {
13
+ color: @sapUiContentContrastTextColor;
14
+ }
15
+ }
16
+ }
17
+
18
+ &:active {
19
+ .sapFCardNumericIndicatorsMain {
20
+ .sapMNCValue,
21
+ .sapMNCIndicator,
22
+ .sapMNCScale,
23
+ .sapMNCIndIcon {
24
+ color: @sapUiContentContrastTextColor;
25
+ }
26
+ }
27
+ }
28
+ }
@@ -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
 
@@ -13,6 +13,7 @@
13
13
  @import "DynamicPageTitle.less";
14
14
  @import "FlexibleColumnLayout.less";
15
15
  @import "Card.less";
16
+ @import "CardHeaders.less";
16
17
  @import "ShellBar.less";
17
18
  @import "CardLoading.less";
18
19
  @import "GridContainer.less";
@@ -4,35 +4,11 @@
4
4
  /* ================================== */
5
5
 
6
6
  @_sap_f_Card_BoxShadow: none;
7
- @_sap_f_Card_HeaderFocusBorderBottomOffset: 2px;
7
+ @_sap_f_Card_FocusBorderBottomOffset: 2px;
8
8
  @_sap_f_Card_Badge_Background: @sapUiHighlight;
9
9
  @_sap_f_Card_Badge_Border: 0.0625rem solid @sapUiContentForegroundBorderColor;
10
10
  @_sap_f_Card_Badge_Background: @sapUiHighlight;
11
11
 
12
- .sapFCard .sapFCardHeader.sapFCardSectionClickable {
13
- &:hover {
14
- .sapFCardNumericIndicatorsMain {
15
- .sapMNCValue,
16
- .sapMNCIndicator,
17
- .sapMNCScale,
18
- .sapMNCIndIcon {
19
- color: @sapUiContentContrastTextColor;
20
- }
21
- }
22
- }
23
-
24
- &:active {
25
- .sapFCardNumericIndicatorsMain {
26
- .sapMNCValue,
27
- .sapMNCIndicator,
28
- .sapMNCScale,
29
- .sapMNCIndIcon {
30
- color: @sapUiContentContrastTextColor;
31
- }
32
- }
33
- }
34
- }
35
-
36
12
  .sapFCard {
37
13
 
38
14
  .sapFCardHeader {
@@ -0,0 +1,28 @@
1
+ /* ======================================== */
2
+ /* CSS for control sap.f.cards/BaseHeader */
3
+ /* Horizon High Contrast White theme */
4
+ /* ======================================== */
5
+
6
+ .sapFCardHeader.sapFCardSectionClickable {
7
+ &:hover {
8
+ .sapFCardNumericIndicatorsMain {
9
+ .sapMNCValue,
10
+ .sapMNCIndicator,
11
+ .sapMNCScale,
12
+ .sapMNCIndIcon {
13
+ color: @sapUiContentContrastTextColor;
14
+ }
15
+ }
16
+ }
17
+
18
+ &:active {
19
+ .sapFCardNumericIndicatorsMain {
20
+ .sapMNCValue,
21
+ .sapMNCIndicator,
22
+ .sapMNCScale,
23
+ .sapMNCIndIcon {
24
+ color: @sapUiContentContrastTextColor;
25
+ }
26
+ }
27
+ }
28
+ }
@@ -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
 
@@ -13,6 +13,7 @@
13
13
  @import "DynamicPageTitle.less";
14
14
  @import "FlexibleColumnLayout.less";
15
15
  @import "Card.less";
16
+ @import "CardHeaders.less";
16
17
  @import "ShellBar.less";
17
18
  @import "CardLoading.less";
18
19
  @import "GridList.less";
@@ -3,9 +3,11 @@
3
3
  /* Horizon theme */
4
4
  /* ================================== */
5
5
 
6
- /* MessagePage inner controls styles*/
6
+ /* MessagePage inner controls styles */
7
7
  .sapMMessagePage {
8
+
8
9
  .sapMMessagePageInner {
10
+
9
11
  .sapMMessagePageIcon.sapUiIcon::before {
10
12
  color: fade(@sapUiContentNonInteractiveIconColor,50);
11
13
  }
@@ -24,7 +26,7 @@
24
26
  }
25
27
 
26
28
  .sapMLnk {
27
- font-size: @sapMFontHeader5Size;
29
+ font-size: var(--sapFontHeader5Size);
28
30
  }
29
31
  }
30
32
 
@@ -4,52 +4,52 @@
4
4
  /* =================================== */
5
5
 
6
6
  .sapMMsgStrip {
7
- border-radius: @sapUiPopoverBorderCornerRadius;
7
+ border-radius: var(--sapPopover_BorderCornerRadius);
8
8
  }
9
9
 
10
10
  .sapMMsgStripInformation {
11
- background-color: @sapInformationBackground;
12
- border-color: @sapUiMessageInformationBorderColor;
13
- color: @sapUiBaseText;
11
+ background-color: var(--sapInformationBackground);
12
+ border-color: var(--sapMessage_InformationBorderColor);
13
+ color: var(--sapTextColor);
14
14
 
15
15
  .sapMBtnTransparent {
16
- background-color: @sapInformationBackground;
17
- border-color: @sapInformationBackground;
16
+ background-color: var(--sapInformationBackground);
17
+ border-color: var(--sapInformationBackground);
18
18
  }
19
19
 
20
20
  .sapMMsgStripIcon {
21
- color: @sapInformativeElementColor;
21
+ color: var(--sapInformativeElementColor);
22
22
  }
23
23
  }
24
24
 
25
25
  .sapMMsgStripError {
26
- border-color: @sapUiMessageErrorBorderColor;
26
+ border-color: var(--sapMessage_ErrorBorderColor);
27
27
 
28
28
  .sapMBtnTransparent {
29
- background-color: @sapErrorBackground;
30
- border-color: @sapErrorBackground;
29
+ background-color: var(--sapErrorBackground);
30
+ border-color: var(--sapErrorBackground);
31
31
  }
32
32
  }
33
33
 
34
34
  .sapMMsgStripSuccess {
35
- border-color: @sapUiMessageSuccessBorderColor;
35
+ border-color: var(--sapMessage_SuccessBorderColor);
36
36
 
37
37
  .sapMBtnTransparent {
38
- background-color: @sapSuccessBackground;
39
- border-color: @sapSuccessBackground;
38
+ background-color: var(--sapSuccessBackground);
39
+ border-color: var(--sapSuccessBackground);
40
40
  }
41
41
  }
42
42
 
43
43
  .sapMMsgStripWarning {
44
- border-color: @sapUiMessageWarningBorderColor;
44
+ border-color: var(--sapMessage_WarningBorderColor);
45
45
 
46
46
  .sapMBtnTransparent {
47
- background-color: @sapWarningBackground;
48
- border-color: @sapWarningBackground;
47
+ background-color: var(--sapWarningBackground);
48
+ border-color: var(--sapWarningBackground);
49
49
  }
50
50
  }
51
51
 
52
- .sapMMsgStripMessage>.sapMLnk {
52
+ .sapMMsgStripMessage > .sapMLnk {
53
53
  padding-right: 0.25rem;
54
54
  padding-left: 0.25rem;
55
55
  }
@@ -3,7 +3,6 @@
3
3
  /* Horizon theme */
4
4
  /* =================================== */
5
5
 
6
-
7
6
  .sapMMessageToast.sapMFocus {
8
7
  outline-offset: -0.1875rem;
9
8
  }
@@ -2,19 +2,24 @@
2
2
  /* CSS for control sap.m/MessageView */
3
3
  /* Horizon theme */
4
4
  /* ================================== */
5
+
5
6
  @_sap_m_MessageView_DescIcon_Width: 1rem;
6
7
 
7
8
  .sapMMsgView {
9
+
8
10
  .sapMMsgViewDetailsPage section {
9
11
  padding: 1rem;
10
12
  }
13
+
11
14
  .sapMMsgViewItem {
12
15
  padding-left: 0;
16
+
13
17
  &.sapMSLIWithDescription {
14
18
  padding-top: 0.5rem;
15
19
  padding-bottom: 0.5rem;
16
20
  }
17
21
  }
22
+
18
23
  .sapMLIBActive .sapMLIBImgNav {
19
24
  background: none;
20
25
  }
@@ -25,35 +30,34 @@
25
30
  }
26
31
 
27
32
  .sapMSLITitle {
28
- font-size: @sapMFontHeader6Size;
33
+ font-size: var(--sapFontHeader6Size);
29
34
  }
30
35
 
31
-
32
36
  .sapMMsgViewDescriptionText {
33
37
  padding-bottom:0;
34
38
  margin: 0 0 1rem 2.5rem;
35
39
  line-height: 1.4;
36
- font-family: @sapUiFontFamily;
37
- color: @sapUiBaseText;
40
+ font-family: var(--sapFontFamily);
41
+ color: var(--sapTextColor);
38
42
  }
39
43
 
40
44
  .sapMMsgViewTitleText {
41
45
  margin: 0 0 1rem 2.5rem;
42
- font-family: @sapUiFontHeaderFamily;
46
+ font-family: var(--sapFontHeaderFamily);
43
47
  font-size: @sapUiFontHeader5Size;
44
48
  font-weight: @sapUiFontHeaderWeight;
45
49
  }
46
50
 
47
51
  .sapMMsgViewTitleText:not(.sapMLnk) {
48
- color: @sapUiGroupTitleTextColor;
52
+ color: var(--sapGroup_TitleTextColor);
49
53
  }
50
54
 
51
55
  .sapMMsgViewDescriptionLink {
52
56
  margin: 0 0 1rem 2.5rem;
53
- font-family: @sapUiFontFamily;
57
+ font-family: var(--sapFontFamily);
54
58
  font-size: @sapMFontMediumSize;
55
59
  font-weight: normal;
56
- color: @sapUiLink;
60
+ color: var(--sapLinkColor);
57
61
  }
58
62
 
59
63
  .sapMSLIWithDescription > .sapMLIBContent > .sapMSLIDiv > .sapMSLIDescription {
@@ -67,7 +71,7 @@
67
71
  }
68
72
 
69
73
  .sapMMsgView .sapMIBar.sapMHeader-CTX {
70
- background-color: @sapUiGroupContentBackground;
74
+ background-color: var(--sapGroup_ContentBackground);
71
75
  padding-left: 1rem;
72
76
  }
73
77
 
@@ -93,6 +97,7 @@
93
97
 
94
98
  /* Compact size */
95
99
  .sapUiSizeCompact .sapMMsgView {
100
+
96
101
  .sapMMsgViewDescIcon {
97
102
  line-height: 1rem;
98
103
  }
@@ -1,3 +1,8 @@
1
+ /* ==================================== */
2
+ /* CSS for control sap.m/MultiComboBox */
3
+ /* Morning Horizon theme */
4
+ /* ==================================== */
5
+
1
6
  .sapMMultiComboBox.sapMInputBaseReadonly.sapMMultiComboBoxHasToken.sapMFocus .sapMTokenizer {
2
7
  left: 0;
3
8
  }
@@ -8,7 +13,7 @@
8
13
 
9
14
  .sapMMultiComboBoxPicker .sapMMultiComboBoxSelectAll.sapMTB.sapMIBar.sapMMultiComboBoxSelectAllFocused,
10
15
  .sapMMultiComboBoxPicker .sapMValueStateHeaderRoot.sapMFocusable:focus {
11
- outline: @sapContent_FocusWidth @sapContent_FocusStyle @sapContent_FocusColor;
16
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
12
17
  outline-offset: -0.25rem;
13
18
  }
14
19
 
@@ -18,6 +23,7 @@
18
23
 
19
24
  .sapUiSizeCondensed .sapUiTableDataCell .sapMMultiComboBox .sapMTokenizer {
20
25
  padding-top: 0px;
26
+
21
27
  .sapMToken {
22
28
  margin-top: 0.0625rem;
23
29
  margin-bottom: 0.0625rem;
@@ -25,7 +31,9 @@
25
31
  }
26
32
 
27
33
  .sapUiSizeCompact {
34
+
28
35
  .sapMMultiComboBox.sapMMultiComboBoxHasToken .sapMInputBaseContentWrapper.sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) {
36
+
29
37
  .sapMToken {
30
38
  margin-top: 0.125rem;
31
39
  margin-bottom: 0.125rem;
@@ -12,42 +12,53 @@
12
12
  }
13
13
 
14
14
  .sapMTileCnt.News {
15
+
15
16
  .sapMNwC {
17
+
16
18
  .sapMNwCSbh {
17
- color: @sapTile_OverlayForegroundColor;
19
+ color: var(--sapTile_OverlayForegroundColor);
18
20
  line-height: normal;
19
- font-size: @sapFontSize;
21
+ font-size: var(--sapFontSize);
20
22
  }
21
- .sapMNwCCTxt .sapMText, .sapMNwCCTxt .sapMFT {
22
- font-size: @sapFontSize;
23
+
24
+ .sapMNwCCTxt .sapMText,
25
+ .sapMNwCCTxt .sapMFT {
26
+ font-size: var(--sapFontSize);
23
27
  line-height: normal;
24
28
  font-weight: bold;
25
- color: @sapTile_OverlayForegroundColor;
29
+ color: var(--sapTile_OverlayForegroundColor);
26
30
  }
27
31
  }
28
32
  }
29
33
 
30
34
  .Stretch{
31
- .sapMTileCnt.News .sapMNwC{
35
+
36
+ .sapMTileCnt.News .sapMNwC {
37
+
32
38
  .sapMNwCCTxt .sapMText {
33
- font-size: @sapMFontLargeSize;
39
+ font-size: var(--sapFontLargeSize);
34
40
  color: @sapUiText;
35
41
  }
42
+
36
43
  .sapMNwCCTxt .sapMFT {
37
44
  font-size: 0.938rem;
38
45
  color: @sapUiText;
39
46
  }
40
- .sapMNwCSbh{
47
+
48
+ .sapMNwCSbh {
41
49
  color: @sapUiText;
42
50
  }
43
51
  }
44
52
  }
45
53
 
46
- .sapMTileSmallPhone{
47
- .sapMTileCnt.News{
48
- .sapMTileCntContent{
54
+ .sapMTileSmallPhone {
55
+
56
+ .sapMTileCnt.News {
57
+
58
+ .sapMTileCntContent {
49
59
  height: 3.25rem;
50
- .sapMFT{
60
+
61
+ .sapMFT {
51
62
  font-size: 0.75rem;
52
63
  }
53
64
  }