@openui5/themelib_sap_horizon 1.147.0 → 1.148.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 (27) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/DynamicPage.less +5 -0
  4. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +5 -0
  5. package/src/sap/m/themes/sap_horizon/Carousel.less +1 -1
  6. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +1 -1
  7. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +1 -1
  8. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +1 -1
  9. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  10. package/src/sap/ui/core/themes/sap_horizon/base.less +25 -9
  11. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  12. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +24 -8
  13. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  14. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +24 -8
  15. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  16. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +24 -8
  17. package/src/sap/ui/dt/themes/sap_horizon_hcb/Overlay.less +2 -1
  18. package/src/sap/ui/dt/themes/sap_horizon_hcw/Overlay.less +2 -1
  19. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +9 -3
  20. package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +3 -1
  21. package/src/sap/ui/rta/themes/sap_horizon_hcb/Dialogs.less +12 -9
  22. package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +3 -1
  23. package/src/sap/ui/rta/themes/sap_horizon_hcw/Dialogs.less +10 -6
  24. package/src/sap/ui/ux3/themes/sap_horizon/FeedChunk.less +45 -64
  25. package/src/sap/ui/ux3/themes/sap_horizon_dark/FeedChunk.less +44 -63
  26. package/src/sap/ui/ux3/themes/sap_horizon_hcb/FeedChunk.less +14 -14
  27. package/src/sap/ui/ux3/themes/sap_horizon_hcw/FeedChunk.less +15 -15
package/THIRDPARTY.txt CHANGED
@@ -454,7 +454,7 @@ License: Apache-2.0
454
454
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
455
455
  Contained in: lib/jsdoc/ui5/plugin.js
456
456
 
457
- Component: SAP Theming Base Content, version: 11.34.0
457
+ Component: SAP Theming Base Content, version: 11.35.1
458
458
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
459
459
  License: Apache-2.0
460
460
  License Text: https://github.com/UI5/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.147.0",
3
+ "version": "1.148.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/UI5/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.147.0",
18
- "@openui5/sap.m": "1.147.0",
19
- "@openui5/sap.tnt": "1.147.0",
20
- "@openui5/sap.ui.codeeditor": "1.147.0",
21
- "@openui5/sap.ui.commons": "1.147.0",
22
- "@openui5/sap.ui.core": "1.147.0",
23
- "@openui5/sap.ui.dt": "1.147.0",
24
- "@openui5/sap.ui.fl": "1.147.0",
25
- "@openui5/sap.ui.mdc": "1.147.0",
26
- "@openui5/sap.ui.integration": "1.147.0",
27
- "@openui5/sap.ui.layout": "1.147.0",
28
- "@openui5/sap.ui.rta": "1.147.0",
29
- "@openui5/sap.ui.suite": "1.147.0",
30
- "@openui5/sap.ui.table": "1.147.0",
31
- "@openui5/sap.ui.unified": "1.147.0",
32
- "@openui5/sap.ui.ux3": "1.147.0",
33
- "@openui5/sap.uxap": "1.147.0"
17
+ "@openui5/sap.f": "1.148.0",
18
+ "@openui5/sap.m": "1.148.0",
19
+ "@openui5/sap.tnt": "1.148.0",
20
+ "@openui5/sap.ui.codeeditor": "1.148.0",
21
+ "@openui5/sap.ui.commons": "1.148.0",
22
+ "@openui5/sap.ui.core": "1.148.0",
23
+ "@openui5/sap.ui.dt": "1.148.0",
24
+ "@openui5/sap.ui.fl": "1.148.0",
25
+ "@openui5/sap.ui.mdc": "1.148.0",
26
+ "@openui5/sap.ui.integration": "1.148.0",
27
+ "@openui5/sap.ui.layout": "1.148.0",
28
+ "@openui5/sap.ui.rta": "1.148.0",
29
+ "@openui5/sap.ui.suite": "1.148.0",
30
+ "@openui5/sap.ui.table": "1.148.0",
31
+ "@openui5/sap.ui.unified": "1.148.0",
32
+ "@openui5/sap.ui.ux3": "1.148.0",
33
+ "@openui5/sap.uxap": "1.148.0"
34
34
  }
35
35
  }
@@ -189,6 +189,11 @@ To be used in Comparison pattern scenario. */
189
189
  background-color: var(--sapObjectHeader_Background);
190
190
  }
191
191
 
192
+ .sapFDynamicPageToggleHeaderIndicator.sapMBtn:hover .sapMBtnInner,
193
+ .sapFDynamicPageHeaderPinButton.sapMBtn:hover .sapMBtnInner {
194
+ background-color: var(--sapButton_Hover_Background);
195
+ }
196
+
192
197
  .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnDefault .sapUiIcon,
193
198
  .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnBack .sapUiIcon,
194
199
  .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnGhost .sapUiIcon {
@@ -187,6 +187,11 @@ To be used in Comparison pattern scenario. */
187
187
  background-color: var(--sapObjectHeader_Background);
188
188
  }
189
189
 
190
+ .sapFDynamicPageToggleHeaderIndicator.sapMBtn:hover .sapMBtnInner,
191
+ .sapFDynamicPageHeaderPinButton.sapMBtn:hover .sapMBtnInner {
192
+ background-color: var(--sapButton_Hover_Background);
193
+ }
194
+
190
195
  .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnDefault .sapUiIcon,
191
196
  .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnBack .sapUiIcon,
192
197
  .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnGhost .sapUiIcon {
@@ -9,7 +9,7 @@
9
9
 
10
10
  @_sap_m_Carousel_BackgroundColorSolid: var(--sapGroup_ContentBackground);
11
11
  @_sap_m_Carousel_BackgroundColorTranslucent: var(--sapBackgroundColor);
12
- @_sap_m_Carousel_MinWidth: 15.5rem;
12
+ @_sap_m_Carousel_MinWidth: 11.25rem;
13
13
  @_sap_m_Carousel_PageIndicatorBarHeight: 2.75rem;
14
14
  @_sap_m_Carousel_BottomArrowsOffset: calc(~'2.75rem + 1px');
15
15
  @_sap_m_Carousel_ControlsNoArrowsHeight: 2.75rem;
@@ -9,7 +9,7 @@
9
9
 
10
10
  @_sap_m_Carousel_BackgroundColorSolid: var(--sapGroup_ContentBackground);
11
11
  @_sap_m_Carousel_BackgroundColorTranslucent: var(--sapBackgroundColor);
12
- @_sap_m_Carousel_MinWidth: 15.5rem;
12
+ @_sap_m_Carousel_MinWidth: 11.25rem;
13
13
  @_sap_m_Carousel_PageIndicatorBarHeight: 2.75rem;
14
14
  @_sap_m_Carousel_BottomArrowsOffset: calc(~'2.75rem + 1px');
15
15
  @_sap_m_Carousel_ControlsNoArrowsHeight: 2.75rem;
@@ -8,7 +8,7 @@
8
8
  /* ========================================================================== */
9
9
 
10
10
  @_sap_m_Carousel_BackgroundColor: var(--sapBackgroundColor);
11
- @_sap_m_Carousel_MinWidth: 15.5rem;
11
+ @_sap_m_Carousel_MinWidth: 11.25rem;
12
12
  @_sap_m_Carousel_PageIndicatorBarHeight: 2.75rem;
13
13
  @_sap_m_Carousel_BottomArrowsOffset: calc(~'2.75rem + 1px');
14
14
  @_sap_m_Carousel_ControlsNoArrowsHeight: 2.75rem;
@@ -8,7 +8,7 @@
8
8
  /* ========================================================================== */
9
9
 
10
10
  @_sap_m_Carousel_BackgroundColor: var(--sapBackgroundColor);
11
- @_sap_m_Carousel_MinWidth: 15.5rem;
11
+ @_sap_m_Carousel_MinWidth: 11.25rem;
12
12
  @_sap_m_Carousel_PageIndicatorBarHeight: 2.75rem;
13
13
  @_sap_m_Carousel_BottomArrowsOffset: calc(~'2.75rem + 1px');
14
14
  @_sap_m_Carousel_ControlsNoArrowsHeight: 2.75rem;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.147.0</version>
9
+ <version>1.148.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2025 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 17.0.0
4
- // * data:{"sModified":"2026-02-10T08:50:44Z"}
2
+ // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ // * Theming Engine 17.0.10
4
+ // * data:{"sModified":"2026-04-15T12:13:36Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.34.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.35.1) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -324,7 +324,7 @@
324
324
 
325
325
  // [Tags "!Protected"]
326
326
  // [Protected "!true"]
327
- @sapContent_ImagePlaceholderForegroundColor: @sapAccentColor10;
327
+ @sapContent_ImagePlaceholderForegroundColor: darken(@sapAccentColor10, 3);
328
328
 
329
329
  // [Tags "!Protected"]
330
330
  // [Protected "!true"]
@@ -882,6 +882,18 @@
882
882
  // [Protected "!true"]
883
883
  @sapShell_SubBrand_TextColor: contrast(@sapShellColor, darken(@sapBrandColor, 21), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
884
884
 
885
+ // [Tags "!Protected"]
886
+ // [Protected "!true"]
887
+ @sapShell_HeroBanner_Background: #0070f2;
888
+
889
+ // [Tags "!Protected"]
890
+ // [Protected "!true"]
891
+ @sapShell_HeroBanner_BackgroundImage: linear-gradient(135deg, transparent 45%, fade(#000, 45) 75%);
892
+
893
+ // [Tags "!Protected"]
894
+ // [Protected "!true"]
895
+ @sapShell_HeroBanner_TextColor: contrast(@sapShell_HeroBanner_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
896
+
885
897
  // [Tags "!Protected"]
886
898
  // [Protected "!true"]
887
899
  @sapShell_Category_1_Background: #0057d2;
@@ -2192,6 +2204,10 @@
2192
2204
  // [Protected "!true"]
2193
2205
  @sapGroup_ContentBackground: @sapBaseColor;
2194
2206
 
2207
+ // [Tags "!Protected"]
2208
+ // [Protected "!true"]
2209
+ @sapGroup_ContentAlternatingBackground: darken(@sapBackgroundColor, 4);
2210
+
2195
2211
  // [Tags "!Protected"]
2196
2212
  // [Protected "!true"]
2197
2213
  @sapGroup_ContentBorderColor: darken(@sapGroup_ContentBackground, 15);
@@ -4085,6 +4101,10 @@
4085
4101
  @sapChart_Sequence_Neutral_Minus5: darken(saturate(@sapChart_Sequence_Neutral, 11), 40);
4086
4102
  @sapChart_Sequence_Neutral_Minus5_TextColor: contrast(@sapChart_Sequence_Neutral_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
4087
4103
  @sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
4104
+ @sapBreakpoint_S_Min: 0;
4105
+ @sapBreakpoint_M_Min: 600px;
4106
+ @sapBreakpoint_L_Min: 1024px;
4107
+ @sapBreakpoint_XL_Min: 1440px;
4088
4108
  @sapFontUrl_SAP-icons_ttf: url(./../sap_horizon/fonts/SAP-icons.ttf);
4089
4109
  @sapFontUrl_SAP-icons_woff: url(./../sap_horizon/fonts/SAP-icons.woff);
4090
4110
  @sapFontUrl_SAP-icons_woff2: url(./../sap_horizon/fonts/SAP-icons.woff2);
@@ -4148,10 +4168,6 @@
4148
4168
  @sapList_HighlightColor: @sapHighlightColor;
4149
4169
  @sapButton_Emphasized_FontWeight: bold;
4150
4170
  @sapShell_BackgroundGradient: linear-gradient(to bottom, @sapShell_Background, @sapShell_Background);
4151
- @sapBreakpoint_S_Min: 0;
4152
- @sapBreakpoint_M_Min: 600px;
4153
- @sapBreakpoint_L_Min: 1024px;
4154
- @sapBreakpoint_XL_Min: 1440px;
4155
4171
 
4156
4172
  // [Label "Shell Background Pattern Color"]
4157
4173
  // [Description "This parameter is deprecated and has no effect. There is no background pattern."]
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.147.0</version>
9
+ <version>1.148.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2025 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 17.0.0
4
- // * data:{"sModified":"2026-02-10T08:50:44Z"}
2
+ // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ // * Theming Engine 17.0.10
4
+ // * data:{"sModified":"2026-04-15T12:13:36Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.34.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.35.1) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -882,6 +882,18 @@
882
882
  // [Protected "!true"]
883
883
  @sapShell_SubBrand_TextColor: contrast(@sapShellColor, lighten(@sapBrandColor, 35), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
884
884
 
885
+ // [Tags "!Protected"]
886
+ // [Protected "!true"]
887
+ @sapShell_HeroBanner_Background: #0057d2;
888
+
889
+ // [Tags "!Protected"]
890
+ // [Protected "!true"]
891
+ @sapShell_HeroBanner_BackgroundImage: linear-gradient(135deg, transparent 45%, fade(#000, 45) 75%);
892
+
893
+ // [Tags "!Protected"]
894
+ // [Protected "!true"]
895
+ @sapShell_HeroBanner_TextColor: contrast(@sapShell_HeroBanner_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
896
+
885
897
  // [Tags "!Protected"]
886
898
  // [Protected "!true"]
887
899
  @sapShell_Category_1_Background: #89d1ff;
@@ -2192,6 +2204,10 @@
2192
2204
  // [Protected "!true"]
2193
2205
  @sapGroup_ContentBackground: @sapBaseColor;
2194
2206
 
2207
+ // [Tags "!Protected"]
2208
+ // [Protected "!true"]
2209
+ @sapGroup_ContentAlternatingBackground: lighten(@sapBackgroundColor, 8);
2210
+
2195
2211
  // [Tags "!Protected"]
2196
2212
  // [Protected "!true"]
2197
2213
  @sapGroup_ContentBorderColor: lighten(@sapGroup_ContentBackground, 10);
@@ -4082,6 +4098,10 @@
4082
4098
  @sapChart_Sequence_Neutral_Minus5: darken(saturate(@sapChart_Sequence_Neutral, 7), 35);
4083
4099
  @sapChart_Sequence_Neutral_Minus5_TextColor: contrast(@sapChart_Sequence_Neutral_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
4084
4100
  @sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
4101
+ @sapBreakpoint_S_Min: 0;
4102
+ @sapBreakpoint_M_Min: 600px;
4103
+ @sapBreakpoint_L_Min: 1024px;
4104
+ @sapBreakpoint_XL_Min: 1440px;
4085
4105
  @sapFontUrl_SAP-icons_ttf: url(./../sap_horizon/fonts/SAP-icons.ttf);
4086
4106
  @sapFontUrl_SAP-icons_woff: url(./../sap_horizon/fonts/SAP-icons.woff);
4087
4107
  @sapFontUrl_SAP-icons_woff2: url(./../sap_horizon/fonts/SAP-icons.woff2);
@@ -4145,10 +4165,6 @@
4145
4165
  @sapList_HighlightColor: @sapHighlightColor;
4146
4166
  @sapButton_Emphasized_FontWeight: bold;
4147
4167
  @sapShell_BackgroundGradient: linear-gradient(to bottom, @sapShell_Background, @sapShell_Background);
4148
- @sapBreakpoint_S_Min: 0;
4149
- @sapBreakpoint_M_Min: 600px;
4150
- @sapBreakpoint_L_Min: 1024px;
4151
- @sapBreakpoint_XL_Min: 1440px;
4152
4168
 
4153
4169
  // [Label "Shell Background Pattern Color"]
4154
4170
  // [Description "This parameter is deprecated and has no effect. There is no background pattern."]
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.147.0</version>
9
+ <version>1.148.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2025 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 17.0.0
4
- // * data:{"sModified":"2026-02-10T08:50:44Z"}
2
+ // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ // * Theming Engine 17.0.10
4
+ // * data:{"sModified":"2026-04-15T12:13:36Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.34.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.35.1) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -936,6 +936,18 @@
936
936
  // [Tags "!Protected"]
937
937
  // [Protected "!true"]
938
938
  @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
939
+
940
+ // [Tags "!Protected"]
941
+ // [Protected "!true"]
942
+ @sapShell_HeroBanner_Background: #223548;
943
+
944
+ // [Tags "!Protected"]
945
+ // [Protected "!true"]
946
+ @sapShell_HeroBanner_BackgroundImage: linear-gradient(135deg, transparent 45%, fade(#000, 45) 75%);
947
+
948
+ // [Tags "!Protected"]
949
+ // [Protected "!true"]
950
+ @sapShell_HeroBanner_TextColor: contrast(@sapShell_HeroBanner_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
939
951
  @sapShell_Category_1_Background: @sapHC_StandardBackground;
940
952
 
941
953
  // [Tags "!Protected"]
@@ -2247,6 +2259,10 @@
2247
2259
  // [Protected "!true"]
2248
2260
  @sapGroup_ContentBackground: @sapBackgroundColor;
2249
2261
 
2262
+ // [Tags "!Protected"]
2263
+ // [Protected "!true"]
2264
+ @sapGroup_ContentAlternatingBackground: @sapGroup_ContentBackground;
2265
+
2250
2266
  // [Tags "!Protected"]
2251
2267
  // [Protected "!true"]
2252
2268
  @sapGroup_ContentBorderColor: @sapHC_StandardForeground;
@@ -4134,6 +4150,10 @@
4134
4150
  @sapChart_Sequence_Neutral_Minus5: darken(@sapChart_Sequence_Neutral, 33);
4135
4151
  @sapChart_Sequence_Neutral_Minus5_TextColor: contrast(@sapChart_Sequence_Neutral_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .6);
4136
4152
  @sapChart_Sequence_Neutral_Minus5_TextShadow: -1px 0 contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold), 0 1px contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold), 1px 0 contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold), 0 -1px contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
4153
+ @sapBreakpoint_S_Min: 0;
4154
+ @sapBreakpoint_M_Min: 600px;
4155
+ @sapBreakpoint_L_Min: 1024px;
4156
+ @sapBreakpoint_XL_Min: 1440px;
4137
4157
  @sapFontUrl_SAP-icons_ttf: url(./../sap_horizon/fonts/SAP-icons.ttf);
4138
4158
  @sapFontUrl_SAP-icons_woff: url(./../sap_horizon/fonts/SAP-icons.woff);
4139
4159
  @sapFontUrl_SAP-icons_woff2: url(./../sap_horizon/fonts/SAP-icons.woff2);
@@ -4196,10 +4216,6 @@
4196
4216
  @sapBackgroundColorDefault: @sapBackgroundColor;
4197
4217
  @sapList_HighlightColor: @sapHighlightColor;
4198
4218
  @sapButton_Emphasized_FontWeight: bold;
4199
- @sapBreakpoint_S_Min: 0;
4200
- @sapBreakpoint_M_Min: 600px;
4201
- @sapBreakpoint_L_Min: 1024px;
4202
- @sapBreakpoint_XL_Min: 1440px;
4203
4219
 
4204
4220
  // [Label "Shell Background Pattern Color"]
4205
4221
  // [Description "This parameter is deprecated and has no effect. There is no background pattern."]
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.147.0</version>
9
+ <version>1.148.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2025 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 17.0.0
4
- // * data:{"sModified":"2026-02-10T08:50:44Z"}
2
+ // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ // * Theming Engine 17.0.10
4
+ // * data:{"sModified":"2026-04-15T12:13:36Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.34.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.35.1) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -936,6 +936,18 @@
936
936
  // [Tags "!Protected"]
937
937
  // [Protected "!true"]
938
938
  @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
939
+
940
+ // [Tags "!Protected"]
941
+ // [Protected "!true"]
942
+ @sapShell_HeroBanner_Background: #d1efff;
943
+
944
+ // [Tags "!Protected"]
945
+ // [Protected "!true"]
946
+ @sapShell_HeroBanner_BackgroundImage: linear-gradient(135deg, transparent 45%, fade(#000, 45) 75%);
947
+
948
+ // [Tags "!Protected"]
949
+ // [Protected "!true"]
950
+ @sapShell_HeroBanner_TextColor: contrast(@sapShell_HeroBanner_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
939
951
  @sapShell_Category_1_Background: @sapHC_StandardBackground;
940
952
 
941
953
  // [Tags "!Protected"]
@@ -2247,6 +2259,10 @@
2247
2259
  // [Protected "!true"]
2248
2260
  @sapGroup_ContentBackground: @sapBackgroundColor;
2249
2261
 
2262
+ // [Tags "!Protected"]
2263
+ // [Protected "!true"]
2264
+ @sapGroup_ContentAlternatingBackground: @sapGroup_ContentBackground;
2265
+
2250
2266
  // [Tags "!Protected"]
2251
2267
  // [Protected "!true"]
2252
2268
  @sapGroup_ContentBorderColor: @sapHC_StandardForeground;
@@ -4131,6 +4147,10 @@
4131
4147
  @sapChart_Sequence_Neutral_Minus5: darken(@sapChart_Sequence_Neutral, 32);
4132
4148
  @sapChart_Sequence_Neutral_Minus5_TextColor: contrast(@sapChart_Sequence_Neutral_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
4133
4149
  @sapChart_Sequence_Neutral_Minus5_TextShadow: -1px 0 contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold), 0 1px contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold), 1px 0 contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold), 0 -1px contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
4150
+ @sapBreakpoint_S_Min: 0;
4151
+ @sapBreakpoint_M_Min: 600px;
4152
+ @sapBreakpoint_L_Min: 1024px;
4153
+ @sapBreakpoint_XL_Min: 1440px;
4134
4154
  @sapFontUrl_SAP-icons_ttf: url(./../sap_horizon/fonts/SAP-icons.ttf);
4135
4155
  @sapFontUrl_SAP-icons_woff: url(./../sap_horizon/fonts/SAP-icons.woff);
4136
4156
  @sapFontUrl_SAP-icons_woff2: url(./../sap_horizon/fonts/SAP-icons.woff2);
@@ -4193,10 +4213,6 @@
4193
4213
  @sapBackgroundColorDefault: @sapBackgroundColor;
4194
4214
  @sapList_HighlightColor: @sapHighlightColor;
4195
4215
  @sapButton_Emphasized_FontWeight: bold;
4196
- @sapBreakpoint_S_Min: 0;
4197
- @sapBreakpoint_M_Min: 600px;
4198
- @sapBreakpoint_L_Min: 1024px;
4199
- @sapBreakpoint_XL_Min: 1440px;
4200
4216
 
4201
4217
  // [Label "Shell Background Pattern Color"]
4202
4218
  // [Description "This parameter is deprecated and has no effect. There is no background pattern."]
@@ -10,6 +10,7 @@
10
10
  @_sap_ui_dt_Overlay_HighlightOutlineColor: var(--sapWarningBorderColor); /* #ffab1d */
11
11
  @_sap_ui_dt_Overlay_BorderRadius: var(--sapButton_BorderCornerRadius); /* 0.375rem */
12
12
  @_sap_ui_dt_Overlay_DropZoneBackgroundColor: fade(@sapUiSuccessBorder, 30%); /* rgba(153, 204, 153, 0.3) */
13
+ @_sap_ui_dt_Overlay_BoxShadowColor: fade(@sapUiContentContrastShadowColor, 60%);
13
14
 
14
15
  .sapUiDtOverlayFocusable {
15
16
 
@@ -66,7 +67,7 @@
66
67
  .sapUiDtOverlayHover {
67
68
 
68
69
  &::after {
69
- box-shadow: none;
70
+ box-shadow: 0 0.25rem 2rem 0 @_sap_ui_dt_Overlay_BoxShadowColor, 0 0 0 0.125rem @_sap_ui_dt_Overlay_SelectionOutlineColor;
70
71
  outline: 0.125rem dotted @_sap_ui_dt_Overlay_SelectionOutlineColor; /* 2px */
71
72
  outline-offset: -0.125rem; /* 2px */
72
73
  border-radius: @_sap_ui_dt_Overlay_BorderRadius;
@@ -10,6 +10,7 @@
10
10
  @_sap_ui_dt_Overlay_HoverBackgroundColor: fade(@sapUiSelected, 15%); /* rgba(92, 147, 255, 0.15) */
11
11
  @_sap_ui_dt_Overlay_DropZoneBackgroundColor: fade(@sapUiSelected, 15%); /* rgba(92, 147, 255, 0.15) */
12
12
  @_sap_ui_dt_Overlay_SelectionOutlineColor: darken(@sapUiSelected, 25%); /* #004adc */
13
+ @_sap_ui_dt_Overlay_BoxShadowColor: fade(@sapUiContentContrastShadowColor, 50%);
13
14
 
14
15
  .sapUiDtOverlayFocusable {
15
16
 
@@ -66,7 +67,7 @@
66
67
  .sapUiDtOverlayHover {
67
68
 
68
69
  &::after {
69
- box-shadow: none;
70
+ box-shadow: 0 0 1rem 0 @_sap_ui_dt_Overlay_BoxShadowColor, 0 0 0 0.125rem @_sap_ui_dt_Overlay_HoverBackgroundColor;
70
71
  outline: 0.125rem dotted @_sap_ui_dt_Overlay_SelectionOutlineColor; /* 2px */
71
72
  outline-offset: -0.125rem; /* 2px */
72
73
  border-radius: @_sap_ui_dt_Overlay_BorderRadius;
@@ -119,12 +119,18 @@
119
119
  /* Buttons */
120
120
  .sapMBtn:not(.sapUiRtaVersionButton) {
121
121
 
122
- &.sapMBtnDisabled .sapMBtnInner {
123
- opacity: 1.0;
122
+ &.sapMBtnDisabled {
123
+ &:hover {
124
+ .sapMBtnInner > .sapMBtnIcon {
125
+ color: @_sap_ui_rta_Toolbar_Adaptation_TextColor !important;
126
+ }
127
+ }
128
+ .sapMBtnInner {
129
+ opacity: 1.0;
130
+ }
124
131
  }
125
132
 
126
133
  &:not(:hover) {
127
-
128
134
  .sapMBtnTransparent,
129
135
  .sapMBtnTransparent bdi,
130
136
  .sapMBtnTransparent > .sapMBtnIcon {
@@ -3,9 +3,10 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ======================================= */
5
5
 
6
- @_sap_ui_rta_ContextMenu_BorderLightColor: var(--sapShell_BorderColor); /* #ffffff */
6
+ @_sap_ui_rta_ContextMenu_BorderLightColor: darken(@sapUiSuccessBorder, 25%); /* #4c994c */
7
7
  @_sap_ui_rta_ContextMenu_BorderDarkColor: var(--sapShell_Background); /* #000000 */
8
8
  @_sap_ui_rta_ContextMenu_BorderRadius: var(--sapButton_BorderCornerRadius); /* 0.375rem */
9
+ @_sap_ui_rta_ContextMenu_BoxShadowColor: fade(@sapUiContentContrastShadowColor, 50%);
9
10
 
10
11
  .sapUiRtaMode {
11
12
 
@@ -15,6 +16,7 @@
15
16
  border: 0.188rem dashed @_sap_ui_rta_ContextMenu_BorderLightColor; /* 2px */
16
17
  border-image: none;
17
18
  border-radius: @_sap_ui_rta_ContextMenu_BorderRadius;
19
+ box-shadow: 0 0 1rem 0 @_sap_ui_rta_ContextMenu_BoxShadowColor, 0 0 0 0.125rem @_sap_ui_rta_ContextMenu_BorderLightColor;
18
20
  }
19
21
  }
20
22
  }
@@ -3,34 +3,37 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* =================================== */
5
5
 
6
- @_sap_ui_rta_Dialogs_BorderLightColor: var(--sapShell_BorderColor); /* #fff */
7
- @_sap_ui_rta_Dialogs_BorderDarkColor: var(--sapShell_Background); /* #000000 */
6
+ @_sap_ui_rta_Dialogs_BorderDarkColor: var(--sapShell_Background); /* #000 */
7
+ @_sap_ui_rta_Dialogs_BorderLightColor: darken(@sapUiSuccessBorder, 25%); /* #4c994c */
8
8
  @_sap_ui_rta_Dialogs_BorderRadius: var(--sapButton_BorderCornerRadius); /* 0.375rem */
9
+ @_sap_ui_rta_Dialogs_BoxShadowColor: fade(@sapUiContentContrastShadowColor, 60%);
10
+ @_sap_ui_rta_Dialogs_BoxShadowDarkColor: fade(@sapUiContentContrastShadowColor, 80%);
9
11
 
10
12
  .sapMDialog.sapUiRTABorder {
11
- border: 0.188rem solid @_sap_ui_rta_Dialogs_BorderLightColor;
13
+ border: 0.25rem solid @_sap_ui_rta_Dialogs_BorderDarkColor;
12
14
  border-image: none;
13
15
  border-radius: @_sap_ui_rta_Dialogs_BorderRadius;
14
- outline: 0.188rem dashed @_sap_ui_rta_Dialogs_BorderDarkColor; /* 4px */
15
- outline-offset: -0.125rem;
16
+ outline: 0.25rem dashed @_sap_ui_rta_Dialogs_BorderLightColor; /* 4px */
17
+ outline-offset: -0.188rem;
18
+ box-shadow: 0 0.625rem 4rem 0 @_sap_ui_rta_Dialogs_BoxShadowDarkColor, 0 0 0 0.125rem @_sap_ui_rta_Dialogs_BorderLightColor;
16
19
  }
17
20
 
18
21
  .sapUiRtaPopover {
19
22
 
20
23
  &.sapMPopover,
21
24
  .sapMPopover {
22
- border: 0.188rem solid @_sap_ui_rta_Dialogs_BorderLightColor; /* 3px */
25
+ border: 0.188rem solid @_sap_ui_rta_Dialogs_BorderDarkColor; /* 3px */
23
26
  border-image: none;
24
27
  border-radius: @_sap_ui_rta_Dialogs_BorderRadius;
25
- outline: 0.188rem dashed @_sap_ui_rta_Dialogs_BorderDarkColor; /* 4px */
28
+ outline: 0.188rem dashed @_sap_ui_rta_Dialogs_BorderLightColor; /* 4px */
26
29
  outline-offset: -0.125rem; /* 4px */
27
- box-shadow: var(--sapContent_Shadow2);
30
+ box-shadow: 0 0.25rem 2rem 0 @_sap_ui_rta_Dialogs_BoxShadowColor, 0 0 0 0.125rem @_sap_ui_rta_Dialogs_BorderLightColor;
28
31
  }
29
32
 
30
33
  &.sapMPopoverArr, .sapMPopoverArr {
31
34
  &:after {
32
35
  /* Arrow border needs to be solid and smaller than the popover border to avoid visual glitches */
33
- border: 0.125rem solid @_sap_ui_rta_Dialogs_BorderLightColor; /* 2px */
36
+ border: 0.125rem solid @_sap_ui_rta_Dialogs_BorderDarkColor; /* 2px */
34
37
  border-image: none;
35
38
  }
36
39
  }
@@ -4,8 +4,9 @@
4
4
  /* ======================================= */
5
5
 
6
6
  @_sap_ui_rta_ContextMenu_BorderLightColor: var(--sapShell_Background); /* #fff */
7
- @_sap_ui_rta_ContextMenu_BorderDarkColor: var(--sapContent_ShadowColor); /* #000 */
7
+ @_sap_ui_rta_ContextMenu_BorderDarkColor: darken(@sapUiSelected, 25%); /* #004adc */
8
8
  @_sap_ui_rta_ContextMenu_BorderRadius: var(--sapButton_BorderCornerRadius); /* 0.375rem */
9
+ @_sap_ui_rta_ContextMenu_BoxShadowColor: fade(@sapUiContentContrastShadowColor, 50%);
9
10
 
10
11
  .sapUiRtaMode {
11
12
 
@@ -15,6 +16,7 @@
15
16
  border: 0.188rem dashed @_sap_ui_rta_ContextMenu_BorderDarkColor; /* 2px */
16
17
  border-image: none;
17
18
  border-radius: @_sap_ui_rta_ContextMenu_BorderRadius;
19
+ box-shadow: 0 0 1rem 0 @_sap_ui_rta_ContextMenu_BoxShadowColor, 0 0 0 0.125rem @_sap_ui_rta_ContextMenu_BorderDarkColor;
18
20
  }
19
21
  }
20
22
  }
@@ -3,16 +3,19 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* =================================== */
5
5
 
6
- @_sap_ui_rta_Dialogs_BorderLightColor: var(--sapContent_ShadowColor); /* #000 */
7
- @_sap_ui_rta_Dialogs_BorderDarkColor: var(--sapShell_Background); /* #fff */
6
+ @_sap_ui_rta_Dialogs_BorderDarkColor: darken(@sapUiSelected, 25%); /* #004adc */
7
+ @_sap_ui_rta_Dialogs_BorderLightColor: var(--sapShell_Background); /* #fff */
8
8
  @_sap_ui_rta_Dialogs_BorderRadius: var(--sapButton_BorderCornerRadius); /* 0.375rem */
9
+ @_sap_ui_rta_Dialogs_BoxShadowColor: fade(@sapUiContentContrastShadowColor, 60%);
10
+ @_sap_ui_rta_Dialogs_BoxShadowDarkColor: fade(@sapUiContentContrastShadowColor, 80%);
9
11
 
10
12
  .sapMDialog.sapUiRTABorder {
11
- border: 0.188rem solid @_sap_ui_rta_Dialogs_BorderLightColor;
13
+ border: 0.25rem solid @_sap_ui_rta_Dialogs_BorderLightColor;
12
14
  border-image: none;
13
15
  border-radius: @_sap_ui_rta_Dialogs_BorderRadius;
14
- outline: 0.188rem dashed @_sap_ui_rta_Dialogs_BorderDarkColor; /* 4px */
15
- outline-offset: -0.125rem;
16
+ outline: 0.25rem dashed @_sap_ui_rta_Dialogs_BorderDarkColor; /* 4px */
17
+ outline-offset: -0.188rem;
18
+ box-shadow: 0 0.625rem 4rem 0 @_sap_ui_rta_Dialogs_BoxShadowDarkColor, 0 0 0 0.125rem @_sap_ui_rta_Dialogs_BorderDarkColor;
16
19
  }
17
20
 
18
21
  .sapUiRtaPopover {
@@ -24,12 +27,13 @@
24
27
  border-radius: @_sap_ui_rta_Dialogs_BorderRadius;
25
28
  outline: 0.188rem dashed @_sap_ui_rta_Dialogs_BorderDarkColor; /* 4px */
26
29
  outline-offset: -0.125rem; /* 4px */
30
+ box-shadow: 0 0.25rem 2rem 0 @_sap_ui_rta_Dialogs_BoxShadowColor, 0 0 0 0.125rem @_sap_ui_rta_Dialogs_BorderDarkColor;
27
31
  }
28
32
 
29
33
  &.sapMPopoverArr, .sapMPopoverArr {
30
34
  &:after {
31
35
  /* Arrow border needs to be solid and smaller than the popover border to avoid visual glitches */
32
- border: 0.125rem solid @_sap_ui_rta_Dialogs_BorderDarkColor; /* 2px */
36
+ border: 0.125rem solid @_sap_ui_rta_Dialogs_BorderLightColor; /* 2px */
33
37
  border-image: none;
34
38
  }
35
39
  }