@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
@@ -81,7 +81,7 @@
81
81
  @sapUiWarningBorder: @sapWarningBorderColor;
82
82
  @sapUiSuccessBorder: @sapSuccessBorderColor;
83
83
  @sapUiInformationBorder: @sapInformationBorderColor;
84
- @sapUiNeutralBorder: @sapNeutralColor;
84
+ @sapUiNeutralBorder: @sapNeutralBorderColor;
85
85
 
86
86
 
87
87
  // ==============================================================
@@ -155,6 +155,7 @@
155
155
  @sapUiContentSelectedHoverBackground: @sapContent_Selected_Hover_Background;
156
156
  @sapUiContentSelectedForegroundColor: @sapContent_Selected_ForegroundColor;
157
157
  @sapUiContentForcedColorAdjust: @sapContent_ForcedColorAdjust;
158
+ @sapUiContentLiteShadow: @sapContent_Lite_Shadow;
158
159
 
159
160
  @sapUiContentIllustrativeColor1: @sapContent_Illustrative_Color1;
160
161
  @sapUiContentIllustrativeColor2: @sapContent_Illustrative_Color2;
@@ -188,6 +189,28 @@
188
189
  @sapUiContentIllustrativeColor30: @sapContent_Illustrative_Color30;
189
190
  @sapUiContentIllustrativeColor31: @sapContent_Illustrative_Color31;
190
191
 
192
+ @sapUiContentSpaceS: @sapContent_Space_S;
193
+ @sapUiContentSpaceM: @sapContent_Space_M;
194
+ @sapUiContentSpaceL: @sapContent_Space_L;
195
+ @sapUiContentSpaceXL: @sapContent_Space_XL;
196
+ @sapUiContentSpaceTiny: @sapContent_Space_Tiny;
197
+ @sapUiContentSpaceSmall: @sapContent_Space_Small;
198
+ @sapUiContentSpaceMedium: @sapContent_Space_Medium;
199
+ @sapUiContentSpaceLarge: @sapContent_Space_Large;
200
+ @sapUiContentMarginTiny: @sapContent_Margin_Tiny;
201
+ @sapUiContentMarginSmall: @sapContent_Margin_Small;
202
+ @sapUiContentMarginMedium: @sapContent_Margin_Medium;
203
+ @sapUiContentMarginLarge: @sapContent_Margin_Large;
204
+ @sapUiContentGap: @sapContent_Gap;
205
+ @sapUiContentPaddingS: @sapContent_Padding_S;
206
+ @sapUiContentPaddingM: @sapContent_Padding_M;
207
+ @sapUiContentPaddingL: @sapContent_Padding_L;
208
+ @sapUiContentPaddingXL: @sapContent_Padding_XL;
209
+ @sapUiContentSuccessHeaderShadow: @sapContent_Success_HeaderShadow;
210
+ @sapUiContentWarningHeaderShadow: @sapContent_Warning_HeaderShadow;
211
+ @sapUiContentErrorHeaderShadow: @sapContent_Error_HeaderShadow;
212
+ @sapUiContentInformationHeaderShadow: @sapContent_Information_HeaderShadow;
213
+
191
214
  @sapUiFontLightFamily: @sapFontLightFamily;
192
215
  @sapUiFontBoldFamily: @sapFontBoldFamily;
193
216
  @sapUiFontSemiboldFamily: @sapFontSemiboldFamily;
@@ -309,6 +332,18 @@
309
332
  @sapUiShellCategory16BorderColor: @sapShell_Category_16_BorderColor;
310
333
  @sapUiShellCategory16TextColor: @sapShell_Category_16_TextColor;
311
334
  @sapUiShellCategory16TextShadow: @sapShell_Category_16_TextShadow;
335
+ @sapUiShellSpaceS: @sapShell_Space_S;
336
+ @sapUiShellSpaceM: @sapShell_Space_M;
337
+ @sapUiShellSpaceL: @sapShell_Space_L;
338
+ @sapUiShellSpaceXL: @sapShell_Space_XL;
339
+ @sapUiShellGapS: @sapShell_Gap_S;
340
+ @sapUiShellGapM: @sapShell_Gap_M;
341
+ @sapUiShellGapL: @sapShell_Gap_L;
342
+ @sapUiShellGapXL: @sapShell_Gap_XL;
343
+ @sapUiShellGroupGapS: @sapShell_GroupGap_S;
344
+ @sapUiShellGroupGapM: @sapShell_GroupGap_M;
345
+ @sapUiShellGroupGapL: @sapShell_GroupGap_L;
346
+ @sapUiShellGroupGapXL: @sapShell_GroupGap_XL;
312
347
 
313
348
  @sapUiAssistantColor1: @sapAssistant_Color1;
314
349
  @sapUiAssistantColor2: @sapAssistant_Color2;
@@ -369,6 +404,9 @@
369
404
  @sapUiAvatar10BorderColor: @sapAvatar_10_BorderColor;
370
405
  @sapUiAvatar10TextColor: @sapAvatar_10_TextColor;
371
406
  @sapUiAvatar10HoverBackground: @sapAvatar_10_Hover_Background;
407
+ @sapUiAvatarLiteBorderColor: @sapAvatar_Lite_BorderColor;
408
+ @sapUiAvatarLiteBackground: @sapAvatar_Lite_Background;
409
+ @sapUiAvatarHoverBorderColor: @sapAvatar_Hover_BorderColor;
372
410
 
373
411
  @sapUiButtonBackground: @sapButton_Background;
374
412
  @sapUiButtonBorderColor: @sapButton_BorderColor;
@@ -538,6 +576,10 @@
538
576
  @sapUiButtonHandlePositiveHoverBorderColor: @sapButton_Handle_Positive_Hover_BorderColor;
539
577
  @sapUiButtonTokenBackground: @sapButton_TokenBackground;
540
578
  @sapUiButtonTokenBorderColor: @sapButton_TokenBorderColor;
579
+ @sapUiButtonTokenBorderCornerRadius: @sapButton_TokenBorderCornerRadius;
580
+ @sapUiButtonSelectedTokenBorderWidth: @sapButton_Selected_TokenBorderWidth;
581
+ @sapUiButtonReadOnlyTokenBackground: @sapButton_ReadOnly_TokenBackground;
582
+ @sapUiButtonSegmentBorderCornerRadius: @sapButton_Segment_BorderCornerRadius;
541
583
 
542
584
  @sapUiFieldBackground: @sapField_Background;
543
585
  @sapUiFieldBackgroundStyle: @sapField_BackgroundStyle;
@@ -592,6 +634,13 @@
592
634
  @sapUiFieldInformationBorderWidth: @sapField_InformationBorderWidth;
593
635
  @sapUiFieldInformationBorderStyle: @sapField_InformationBorderStyle;
594
636
  @sapUiFieldInformationShadow: @sapField_InformationShadow;
637
+ @sapUiFieldSelectorHoverBackground: @sapField_Selector_Hover_Background;
638
+ @sapUiFieldSelectorHoverInvalidBackground: @sapField_Selector_Hover_InvalidBackground;
639
+ @sapUiFieldSelectorHoverWarningBackground: @sapField_Selector_Hover_WarningBackground;
640
+ @sapUiFieldSelectorHoverSuccessBackground: @sapField_Selector_Hover_SuccessBackground;
641
+ @sapUiFieldSelectorHoverInformationBackground: @sapField_Selector_Hover_InformationBackground;
642
+ @sapUiFieldPickerBorderColor: @sapField_Picker_BorderColor;
643
+ @sapUiFieldPickerBorderWidth: @sapField_Picker_BorderWidth;
595
644
  @sapUiFieldSelectorBorderStyle: @sapField_Selector_BorderStyle;
596
645
  @sapUiFieldSelectorReadOnlyBorderStyle: @sapField_Selector_ReadOnly_BorderStyle;
597
646
  @sapUiFieldSelectorInvalidBorderStyle: @sapField_Selector_InvalidBorderStyle;
@@ -599,6 +648,7 @@
599
648
  @sapUiFieldSelectorSuccessBorderStyle: @sapField_Selector_SuccessBorderStyle;
600
649
  @sapUiFieldSelectorInformationBorderStyle: @sapField_Selector_InformationBorderStyle;
601
650
 
651
+ @sapUiGroupTitleBorderWidth: @sapGroup_TitleBorderWidth;
602
652
  @sapUiGroupTitleBackground: @sapGroup_TitleBackground;
603
653
  @sapUiGroupTitleBorderColor: @sapGroup_TitleBorderColor;
604
654
  @sapUiGroupTitleTextColor: @sapGroup_TitleTextColor;
@@ -636,11 +686,15 @@
636
686
  @sapUiListFooterTextColor: @sapList_FooterTextColor;
637
687
  @sapUiListTableFooterBorder: @sapList_TableFooterBorder;
638
688
  @sapUiListTableFixedBorderColor: @sapList_TableFixedBorderColor;
689
+ @sapUiListTableFixedColumnBorderWidth: @sapList_TableFixedColumnBorderWidth;
690
+ @sapUiListTableFixedRowBorderWidth: @sapList_TableFixedRowBorderWidth;
639
691
 
692
+ @sapUiMessageBorderWidth: @sapMessage_BorderWidth;
640
693
  @sapUiMessageErrorBorderColor: @sapMessage_ErrorBorderColor;
641
694
  @sapUiMessageWarningBorderColor: @sapMessage_WarningBorderColor;
642
695
  @sapUiMessageSuccessBorderColor: @sapMessage_SuccessBorderColor;
643
696
  @sapUiMessageInformationBorderColor: @sapMessage_InformationBorderColor;
697
+ @sapUiMessageButtonHoverBackground: @sapMessage_Button_Hover_Background;
644
698
 
645
699
  @sapUiPopoverBorderCornerRadius: @sapPopover_BorderCornerRadius;
646
700
 
@@ -687,6 +741,7 @@
687
741
  @sapUiSliderBorderColor: @sapSlider_BorderColor;
688
742
  @sapUiSliderSelectedBackground: @sapSlider_Selected_Background;
689
743
  @sapUiSliderSelectedBorderColor: @sapSlider_Selected_BorderColor;
744
+ @sapUiSliderSelectedDimension: @sapSlider_Selected_Dimension;
690
745
  @sapUiSliderHandleBackground: @sapSlider_HandleBackground;
691
746
  @sapUiSliderHandleBorderColor: @sapSlider_HandleBorderColor;
692
747
  @sapUiSliderRangeHandleBackground: @sapSlider_RangeHandleBackground;
@@ -721,6 +776,34 @@
721
776
  @sapUiObjectHeaderSubtitleTextColor: @sapObjectHeader_Subtitle_TextColor;
722
777
 
723
778
  @sapUiBlockLayerBackground: @sapBlockLayer_Background;
779
+ @sapUiBlockLayerOpacity: @sapBlockLayer_Opacity;
780
+
781
+ @sapUiTabTextColor: @sapTab_TextColor;
782
+ @sapUiTabForegroundColor: @sapTab_ForegroundColor;
783
+ @sapUiTabIconColor: @sapTab_IconColor;
784
+ @sapUiTabBackground: @sapTab_Background;
785
+ @sapUiTabSelectedTextColor: @sapTab_Selected_TextColor;
786
+ @sapUiTabSelectedIconColor: @sapTab_Selected_IconColor;
787
+ @sapUiTabSelectedBackground: @sapTab_Selected_Background;
788
+ @sapUiTabSelectedIndicatorDimension: @sapTab_Selected_Indicator_Dimension;
789
+ @sapUiTabPositiveTextColor: @sapTab_Positive_TextColor;
790
+ @sapUiTabPositiveForegroundColor: @sapTab_Positive_ForegroundColor;
791
+ @sapUiTabPositiveIconColor: @sapTab_Positive_IconColor;
792
+ @sapUiTabPositiveSelectedTextColor: @sapTab_Positive_Selected_TextColor;
793
+ @sapUiTabPositiveSelectedIconColor: @sapTab_Positive_Selected_IconColor;
794
+ @sapUiTabPositiveSelectedBackground: @sapTab_Positive_Selected_Background;
795
+ @sapUiTabNegativeTextColor: @sapTab_Negative_TextColor;
796
+ @sapUiTabNegativeForegroundColor: @sapTab_Negative_ForegroundColor;
797
+ @sapUiTabNegativeIconColor: @sapTab_Negative_IconColor;
798
+ @sapUiTabNegativeSelectedTextColor: @sapTab_Negative_Selected_TextColor;
799
+ @sapUiTabNegativeSelectedIconColor: @sapTab_Negative_Selected_IconColor;
800
+ @sapUiTabNegativeSelectedBackground: @sapTab_Negative_Selected_Background;
801
+ @sapUiTabCriticalTextColor: @sapTab_Critical_TextColor;
802
+ @sapUiTabCriticalForegroundColor: @sapTab_Critical_ForegroundColor;
803
+ @sapUiTabCriticalIconColor: @sapTab_Critical_IconColor;
804
+ @sapUiTabCriticalSelectedTextColor: @sapTab_Critical_Selected_TextColor;
805
+ @sapUiTabCriticalSelectedIconColor: @sapTab_Critical_Selected_IconColor;
806
+ @sapUiTabCriticalSelectedBackground: @sapTab_Critical_Selected_Background;
724
807
 
725
808
  @sapUiTileBackground: @sapTile_Background;
726
809
  @sapUiTileHoverBackground: @sapTile_Hover_Background;
@@ -734,6 +817,8 @@
734
817
  @sapUiTileInteractiveBorderColor: @sapTile_Interactive_BorderColor;
735
818
  @sapUiTileOverlayBackground: @sapTile_OverlayBackground;
736
819
  @sapUiTileOverlayForegroundColor: @sapTile_OverlayForegroundColor;
820
+ @sapUiTileHoverContentBackground: @sapTile_Hover_ContentBackground;
821
+ @sapUiTileActiveContentBackground: @sapTile_Active_ContentBackground;
737
822
 
738
823
 
739
824
  // =====================================
@@ -779,6 +864,8 @@
779
864
  @sapUiIndication1SelectedBorderColor: @sapIndicationColor_1_Selected_BorderColor;
780
865
  @sapUiIndication1SelectedTextColor: @sapIndicationColor_1_Selected_TextColor;
781
866
  @sapUiIndication1b: @sapIndicationColor_1b;
867
+ @sapUiIndication1bTextColor: @sapIndicationColor_1b_TextColor;
868
+ @sapUiIndication1bBackground: @sapIndicationColor_1b_Background;
782
869
  @sapUiIndication1bBorderColor: @sapIndicationColor_1b_BorderColor;
783
870
  @sapUiIndication1bHoverBackground: @sapIndicationColor_1b_Hover_Background;
784
871
  @sapUiIndication2: @sapIndicationColor_2;
@@ -793,6 +880,8 @@
793
880
  @sapUiIndication2SelectedBorderColor: @sapIndicationColor_2_Selected_BorderColor;
794
881
  @sapUiIndication2SelectedTextColor: @sapIndicationColor_2_Selected_TextColor;
795
882
  @sapUiIndication2b: @sapIndicationColor_2b;
883
+ @sapUiIndication2bTextColor: @sapIndicationColor_2b_TextColor;
884
+ @sapUiIndication2bBackground: @sapIndicationColor_2b_Background;
796
885
  @sapUiIndication2bBorderColor: @sapIndicationColor_2b_BorderColor;
797
886
  @sapUiIndication2bHoverBackground: @sapIndicationColor_2b_Hover_Background;
798
887
  @sapUiIndication3: @sapIndicationColor_3;
@@ -807,6 +896,8 @@
807
896
  @sapUiIndication3SelectedBorderColor: @sapIndicationColor_3_Selected_BorderColor;
808
897
  @sapUiIndication3SelectedTextColor: @sapIndicationColor_3_Selected_TextColor;
809
898
  @sapUiIndication3b: @sapIndicationColor_3b;
899
+ @sapUiIndication3bTextColor: @sapIndicationColor_3b_TextColor;
900
+ @sapUiIndication3bBackground: @sapIndicationColor_3b_Background;
810
901
  @sapUiIndication3bBorderColor: @sapIndicationColor_3b_BorderColor;
811
902
  @sapUiIndication3bHoverBackground: @sapIndicationColor_3b_Hover_Background;
812
903
  @sapUiIndication4: @sapIndicationColor_4;
@@ -821,6 +912,8 @@
821
912
  @sapUiIndication4SelectedBorderColor: @sapIndicationColor_4_Selected_BorderColor;
822
913
  @sapUiIndication4SelectedTextColor: @sapIndicationColor_4_Selected_TextColor;
823
914
  @sapUiIndication4b: @sapIndicationColor_4b;
915
+ @sapUiIndication4bTextColor: @sapIndicationColor_4b_TextColor;
916
+ @sapUiIndication4bBackground: @sapIndicationColor_4b_Background;
824
917
  @sapUiIndication4bBorderColor: @sapIndicationColor_4b_BorderColor;
825
918
  @sapUiIndication4bHoverBackground: @sapIndicationColor_4b_Hover_Background;
826
919
  @sapUiIndication5: @sapIndicationColor_5;
@@ -835,6 +928,8 @@
835
928
  @sapUiIndication5SelectedBorderColor: @sapIndicationColor_5_Selected_BorderColor;
836
929
  @sapUiIndication5SelectedTextColor: @sapIndicationColor_5_Selected_TextColor;
837
930
  @sapUiIndication5b: @sapIndicationColor_5b;
931
+ @sapUiIndication5bTextColor: @sapIndicationColor_5b_TextColor;
932
+ @sapUiIndication5bBackground: @sapIndicationColor_5b_Background;
838
933
  @sapUiIndication5bBorderColor: @sapIndicationColor_5b_BorderColor;
839
934
  @sapUiIndication5bHoverBackground: @sapIndicationColor_5b_Hover_Background;
840
935
  @sapUiIndication6: @sapIndicationColor_6;
@@ -849,6 +944,8 @@
849
944
  @sapUiIndication6SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
850
945
  @sapUiIndication6SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
851
946
  @sapUiIndication6b: @sapIndicationColor_6b;
947
+ @sapUiIndication6bTextColor: @sapIndicationColor_6b_TextColor;
948
+ @sapUiIndication6bBackground: @sapIndicationColor_6b_Background;
852
949
  @sapUiIndication6bBorderColor: @sapIndicationColor_6b_BorderColor;
853
950
  @sapUiIndication6bHoverBackground: @sapIndicationColor_6b_Hover_Background;
854
951
  @sapUiIndication7: @sapIndicationColor_7;
@@ -863,6 +960,8 @@
863
960
  @sapUiIndication7SelectedBorderColor: @sapIndicationColor_7_Selected_BorderColor;
864
961
  @sapUiIndication7SelectedTextColor: @sapIndicationColor_7_Selected_TextColor;
865
962
  @sapUiIndication7b: @sapIndicationColor_7b;
963
+ @sapUiIndication7bTextColor: @sapIndicationColor_7b_TextColor;
964
+ @sapUiIndication7bBackground: @sapIndicationColor_7b_Background;
866
965
  @sapUiIndication7bBorderColor: @sapIndicationColor_7b_BorderColor;
867
966
  @sapUiIndication7bHoverBackground: @sapIndicationColor_7b_Hover_Background;
868
967
  @sapUiIndication8: @sapIndicationColor_8;
@@ -877,6 +976,8 @@
877
976
  @sapUiIndication8SelectedBorderColor: @sapIndicationColor_8_Selected_BorderColor;
878
977
  @sapUiIndication8SelectedTextColor: @sapIndicationColor_8_Selected_TextColor;
879
978
  @sapUiIndication8b: @sapIndicationColor_8b;
979
+ @sapUiIndication8bTextColor: @sapIndicationColor_8b_TextColor;
980
+ @sapUiIndication8bBackground: @sapIndicationColor_8b_Background;
880
981
  @sapUiIndication8bBorderColor: @sapIndicationColor_8b_BorderColor;
881
982
  @sapUiIndication8bHoverBackground: @sapIndicationColor_8b_Hover_Background;
882
983
  @sapUiIndication9: @sapIndicationColor_9;
@@ -891,6 +992,8 @@
891
992
  @sapUiIndication9SelectedBorderColor: @sapIndicationColor_9_Selected_BorderColor;
892
993
  @sapUiIndication9SelectedTextColor: @sapIndicationColor_9_Selected_TextColor;
893
994
  @sapUiIndication9b: @sapIndicationColor_9b;
995
+ @sapUiIndication9bTextColor: @sapIndicationColor_9b_TextColor;
996
+ @sapUiIndication9bBackground: @sapIndicationColor_9b_Background;
894
997
  @sapUiIndication9bBorderColor: @sapIndicationColor_9b_BorderColor;
895
998
  @sapUiIndication9bHoverBackground: @sapIndicationColor_9b_Hover_Background;
896
999
  @sapUiIndication10: @sapIndicationColor_10;
@@ -905,6 +1008,8 @@
905
1008
  @sapUiIndication10SelectedBorderColor: @sapIndicationColor_10_Selected_BorderColor;
906
1009
  @sapUiIndication10SelectedTextColor: @sapIndicationColor_10_Selected_TextColor;
907
1010
  @sapUiIndication10b: @sapIndicationColor_10b;
1011
+ @sapUiIndication10bTextColor: @sapIndicationColor_10b_TextColor;
1012
+ @sapUiIndication10bBackground: @sapIndicationColor_10b_Background;
908
1013
  @sapUiIndication10bBorderColor: @sapIndicationColor_10b_BorderColor;
909
1014
  @sapUiIndication10bHoverBackground: @sapIndicationColor_10b_Hover_Background;
910
1015
 
@@ -1490,6 +1595,13 @@
1490
1595
 
1491
1596
  @sapUiListHighlightColor: @sapList_HighlightColor;
1492
1597
 
1598
+ @sapUiBreakpointSMin: @sapBreakpoint_S_Min;
1599
+ @sapUiBreakpointMMin: @sapBreakpoint_M_Min;
1600
+ @sapUiBreakpointLMin: @sapBreakpoint_L_Min;
1601
+ @sapUiBreakpointXLMin: @sapBreakpoint_XL_Min;
1602
+
1603
+ @sapUiSapThemeId: @sapSapThemeId;
1604
+
1493
1605
 
1494
1606
  // =====================================
1495
1607
  // Font
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -4,9 +4,9 @@
4
4
  <name>sap_horizon_hcw</name>
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>OpenUI5
7
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
7
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.131.1</version>
9
+ <version>1.132.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12