@openui5/themelib_sap_horizon 1.136.1 → 1.136.3

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.
package/THIRDPARTY.txt CHANGED
@@ -462,7 +462,7 @@ License: Apache-2.0
462
462
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
463
463
  Contained in: lib/jsdoc/ui5/plugin.js
464
464
 
465
- Component: SAP Theming Base Content, version: 11.29.1
465
+ Component: SAP Theming Base Content, version: 11.31.0
466
466
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
467
467
  License: Apache-2.0
468
468
  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.136.1",
3
+ "version": "1.136.3",
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.136.1",
18
- "@openui5/sap.m": "1.136.1",
19
- "@openui5/sap.tnt": "1.136.1",
20
- "@openui5/sap.ui.codeeditor": "1.136.1",
21
- "@openui5/sap.ui.commons": "1.136.1",
22
- "@openui5/sap.ui.core": "1.136.1",
23
- "@openui5/sap.ui.dt": "1.136.1",
24
- "@openui5/sap.ui.fl": "1.136.1",
25
- "@openui5/sap.ui.mdc": "1.136.1",
26
- "@openui5/sap.ui.integration": "1.136.1",
27
- "@openui5/sap.ui.layout": "1.136.1",
28
- "@openui5/sap.ui.rta": "1.136.1",
29
- "@openui5/sap.ui.suite": "1.136.1",
30
- "@openui5/sap.ui.table": "1.136.1",
31
- "@openui5/sap.ui.unified": "1.136.1",
32
- "@openui5/sap.ui.ux3": "1.136.1",
33
- "@openui5/sap.uxap": "1.136.1"
17
+ "@openui5/sap.f": "1.136.3",
18
+ "@openui5/sap.m": "1.136.3",
19
+ "@openui5/sap.tnt": "1.136.3",
20
+ "@openui5/sap.ui.codeeditor": "1.136.3",
21
+ "@openui5/sap.ui.commons": "1.136.3",
22
+ "@openui5/sap.ui.core": "1.136.3",
23
+ "@openui5/sap.ui.dt": "1.136.3",
24
+ "@openui5/sap.ui.fl": "1.136.3",
25
+ "@openui5/sap.ui.mdc": "1.136.3",
26
+ "@openui5/sap.ui.integration": "1.136.3",
27
+ "@openui5/sap.ui.layout": "1.136.3",
28
+ "@openui5/sap.ui.rta": "1.136.3",
29
+ "@openui5/sap.ui.suite": "1.136.3",
30
+ "@openui5/sap.ui.table": "1.136.3",
31
+ "@openui5/sap.ui.unified": "1.136.3",
32
+ "@openui5/sap.ui.ux3": "1.136.3",
33
+ "@openui5/sap.uxap": "1.136.3"
34
34
  }
35
35
  }
@@ -169,10 +169,16 @@ html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator)::befor
169
169
  border-radius: 0.375rem;
170
170
  }
171
171
 
172
+ .sapMBtn:focus-visible > .sapMFocusable:not(.sapMBadgeIndicator)::before {
173
+ border-color: red;
174
+ }
175
+
172
176
  .sapMBtn:focus-visible > .sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator)::before,
173
177
  .sapMBtn:focus-visible > .sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
174
178
  .sapMBtn:focus-visible > .sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
175
- .sapMBtn:focus-visible > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
179
+ .sapMBtn:focus-visible > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before {
180
+ border: 0.125rem solid red;
181
+ }
176
182
  html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator)::before,
177
183
  html.sap-desktop .sapMBtn:focus > .sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
178
184
  html.sap-desktop .sapMBtn:focus > .sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
@@ -136,10 +136,6 @@
136
136
  @_sap_m_IconTabBar_SelectedTextColor: var(--sapTab_Selected_Background);
137
137
  @_sap_m_IconTabBar_SelectedTextHoverColor: darken(@sapUiSelected, 10);
138
138
  @_sap_m_IconTabBar_ArrowScroll_AfterHeight: 1px;
139
- @_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -4px;
140
- @_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -4px;
141
- @_sap_m_IconTabBar_HeaderFocusBorderRightOffset: -3px;
142
- @_sap_m_IconTabBar_HeaderFocusBorderLeftOffset: -3px;
143
139
  @_sap_m_IconTabBar_HeaderBorderRadius: 0.25rem;
144
140
  @_sap_m_IconTab_Bar_Separator_Line: var(--sapGroup_TitleBorderColor);
145
141
 
@@ -136,10 +136,6 @@
136
136
  @_sap_m_IconTabBar_SelectedTextColor: var(--sapTab_Selected_Background);
137
137
  @_sap_m_IconTabBar_SelectedTextHoverColor: darken(@sapUiSelected, 10);
138
138
  @_sap_m_IconTabBar_ArrowScroll_AfterHeight: 1px;
139
- @_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -4px;
140
- @_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -4px;
141
- @_sap_m_IconTabBar_HeaderFocusBorderRightOffset: -3px;
142
- @_sap_m_IconTabBar_HeaderFocusBorderLeftOffset: -3px;
143
139
  @_sap_m_IconTabBar_HeaderBorderRadius: 0.25rem;
144
140
  @_sap_m_IconTab_Bar_Separator_Line: var(--sapGroup_TitleBorderColor);
145
141
 
@@ -8,10 +8,6 @@
8
8
  /* ========================================================================== */
9
9
 
10
10
  @_sap_m_IconTabBar_TextShadow: none;
11
- @_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -1px;
12
- @_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -1px;
13
- @_sap_m_IconTabBar_HeaderFocusBorderRightOffset: -1px;
14
- @_sap_m_IconTabBar_HeaderFocusBorderLeftOffset: -1px;
15
11
  @_sap_m_IconTabBar_More_Button_Border_Radius: 0px;
16
12
 
17
13
  /* ==================== Cozy size ==================== */
@@ -8,10 +8,6 @@
8
8
  /* ========================================================================== */
9
9
 
10
10
  @_sap_m_IconTabBar_TextShadow: none;
11
- @_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -1px;
12
- @_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -1px;
13
- @_sap_m_IconTabBar_HeaderFocusBorderRightOffset: -1px;
14
- @_sap_m_IconTabBar_HeaderFocusBorderLeftOffset: -1px;
15
11
  @_sap_m_IconTabBar_More_Button_Border_Radius: 0px;
16
12
 
17
13
  /* ==================== Cozy size ==================== */
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 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.136.1</version>
9
+ <version>1.136.3</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 15.0.6
4
- // * data:{"sModified":"2025-04-10T09:27:38Z"}
3
+ // * Theming Engine 16.0.7
4
+ // * data:{"sModified":"2025-06-12T08:20:10Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.29.1) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.31.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -520,7 +520,7 @@
520
520
 
521
521
  // [Tags "!Protected"]
522
522
  // [Protected "!true"]
523
- @sapContent_Lite_Shadow: None;
523
+ @sapContent_Lite_Shadow: none;
524
524
 
525
525
  // [Tags "!Protected"]
526
526
  // [Protected "!true"]
@@ -653,10 +653,14 @@
653
653
  @sapContent_Space_Small: 1rem;
654
654
  @sapContent_Space_Medium: 2rem;
655
655
  @sapContent_Space_Large: 3rem;
656
- @sapContent_Margin_Tiny: 0 0 1rem;
657
- @sapContent_Margin_Small: 1rem;
658
- @sapContent_Margin_Medium: 1rem 2rem;
659
- @sapContent_Margin_Large: 1rem;
656
+ @sapContent_Margin_Tiny: @sapContent_Margin_S;
657
+ @sapContent_Margin_Small: @sapContent_Margin_M;
658
+ @sapContent_Margin_Medium: @sapContent_Margin_L;
659
+ @sapContent_Margin_Large: @sapContent_Margin_XL;
660
+ @sapContent_Margin_S: 0 0 1rem;
661
+ @sapContent_Margin_M: 1rem;
662
+ @sapContent_Margin_L: 1rem 2rem;
663
+ @sapContent_Margin_XL: 1rem 3rem;
660
664
  @sapContent_Padding_S: 0rem;
661
665
  @sapContent_Padding_M: 2rem;
662
666
  @sapContent_Padding_L: 2rem;
@@ -776,7 +780,7 @@
776
780
 
777
781
  // [Tags "!Protected"]
778
782
  // [Protected "!true"]
779
- @sapShell_BorderColor: @sapShellColor;
783
+ @sapShell_BorderColor: darken(@sapShellColor, 15);
780
784
 
781
785
  // [Tags "!Protected"]
782
786
  // [Protected "!true"]
@@ -2524,6 +2528,10 @@
2524
2528
  // [Protected "!true"]
2525
2529
  @sapSlider_Selected_BorderColor: @sapSlider_Selected_Background;
2526
2530
 
2531
+ // [Tags "!Protected"]
2532
+ // [Protected "!true"]
2533
+ @sapSlider_Selected_Dimension: 0.125 * @sapContent_GridSize;
2534
+
2527
2535
  // [Tags "!Protected"]
2528
2536
  // [Protected "!true"]
2529
2537
  @sapSlider_HandleBackground: @sapPrimary3;
@@ -3569,13 +3577,13 @@
3569
3577
  // [Tags "!Protected"]
3570
3578
  // [Protected "!true"]
3571
3579
  @sapChart_Neutral: #758ca4;
3572
- @sapChart_Sequence_1_Plus3: lighten(saturate(@sapChart_Sequence_1, 14), 25);
3580
+ @sapChart_Sequence_1_Plus3: lighten(@sapChart_Sequence_1, 23);
3573
3581
  @sapChart_Sequence_1_Plus3_TextColor: contrast(@sapChart_Sequence_1_Plus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3574
3582
  @sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus3_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3575
- @sapChart_Sequence_1_Plus2: lighten(desaturate(@sapChart_Sequence_1, 1), 7);
3583
+ @sapChart_Sequence_1_Plus2: lighten(@sapChart_Sequence_1, 15);
3576
3584
  @sapChart_Sequence_1_Plus2_TextColor: contrast(@sapChart_Sequence_1_Plus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3577
3585
  @sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus2_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3578
- @sapChart_Sequence_1_Plus1: lighten(saturate(@sapChart_Sequence_1, 12), 8);
3586
+ @sapChart_Sequence_1_Plus1: lighten(@sapChart_Sequence_1, 8);
3579
3587
  @sapChart_Sequence_1_Plus1_TextColor: contrast(@sapChart_Sequence_1_Plus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3580
3588
  @sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3581
3589
 
@@ -3584,20 +3592,20 @@
3584
3592
  @sapChart_Sequence_1: @sapChart_OrderedColor_1;
3585
3593
  @sapChart_Sequence_1_TextColor: contrast(@sapChart_Sequence_1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3586
3594
  @sapChart_Sequence_1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3587
- @sapChart_Sequence_1_BorderColor: @sapChart_Sequence_1;
3588
- @sapChart_Sequence_1_Minus1: darken(desaturate(@sapChart_Sequence_1, 6), 7);
3595
+ @sapChart_Sequence_1_BorderColor: @sapChart_Sequence_1_Minus1;
3596
+ @sapChart_Sequence_1_Minus1: darken(@sapChart_Sequence_1, 10);
3589
3597
  @sapChart_Sequence_1_Minus1_TextColor: contrast(@sapChart_Sequence_1_Minus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3590
3598
  @sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3591
- @sapChart_Sequence_1_Minus2: darken(desaturate(@sapChart_Sequence_1, 6), 7);
3599
+ @sapChart_Sequence_1_Minus2: darken(@sapChart_Sequence_1, 16);
3592
3600
  @sapChart_Sequence_1_Minus2_TextColor: contrast(@sapChart_Sequence_1_Minus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3593
3601
  @sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus2_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3594
- @sapChart_Sequence_1_Minus3: darken(desaturate(@sapChart_Sequence_1, 8), 22);
3602
+ @sapChart_Sequence_1_Minus3: darken(@sapChart_Sequence_1, 22);
3595
3603
  @sapChart_Sequence_1_Minus3_TextColor: contrast(@sapChart_Sequence_1_Minus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3596
3604
  @sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus3_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3597
- @sapChart_Sequence_1_Minus4: darken(desaturate(@sapChart_Sequence_1, 7), 27);
3605
+ @sapChart_Sequence_1_Minus4: darken(@sapChart_Sequence_1, 32);
3598
3606
  @sapChart_Sequence_1_Minus4_TextColor: contrast(@sapChart_Sequence_1_Minus4, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3599
3607
  @sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus4_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3600
- @sapChart_Sequence_1_Minus5: darken(desaturate(@sapChart_Sequence_1, 7), 32);
3608
+ @sapChart_Sequence_1_Minus5: darken(@sapChart_Sequence_1, 36);
3601
3609
  @sapChart_Sequence_1_Minus5_TextColor: contrast(@sapChart_Sequence_1_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3602
3610
  @sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3603
3611
  @sapChart_Sequence_2_Plus3: lighten(desaturate(@sapChart_Sequence_2, 20), 30);
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 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.136.1</version>
9
+ <version>1.136.3</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 15.0.6
4
- // * data:{"sModified":"2025-04-10T09:27:39Z"}
3
+ // * Theming Engine 16.0.7
4
+ // * data:{"sModified":"2025-06-12T08:20:10Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.29.1) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.31.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -653,10 +653,14 @@
653
653
  @sapContent_Space_Small: 1rem;
654
654
  @sapContent_Space_Medium: 2rem;
655
655
  @sapContent_Space_Large: 3rem;
656
- @sapContent_Margin_Tiny: 0 0 1rem;
657
- @sapContent_Margin_Small: 1rem;
658
- @sapContent_Margin_Medium: 1rem 2rem;
659
- @sapContent_Margin_Large: 1rem 3rem;
656
+ @sapContent_Margin_Tiny: @sapContent_Margin_S;
657
+ @sapContent_Margin_Small: @sapContent_Margin_M;
658
+ @sapContent_Margin_Medium: @sapContent_Margin_L;
659
+ @sapContent_Margin_Large: @sapContent_Margin_XL;
660
+ @sapContent_Margin_S: 0 0 1rem;
661
+ @sapContent_Margin_M: 1rem;
662
+ @sapContent_Margin_L: 1rem 2rem;
663
+ @sapContent_Margin_XL: 1rem 3rem;
660
664
  @sapContent_Padding_S: 0rem;
661
665
  @sapContent_Padding_M: 2rem;
662
666
  @sapContent_Padding_L: 2rem;
@@ -776,7 +780,7 @@
776
780
 
777
781
  // [Tags "!Protected"]
778
782
  // [Protected "!true"]
779
- @sapShell_BorderColor: @sapShellColor;
783
+ @sapShell_BorderColor: lighten(@sapShellColor, 8);
780
784
 
781
785
  // [Tags "!Protected"]
782
786
  // [Protected "!true"]
@@ -2524,6 +2528,10 @@
2524
2528
  // [Protected "!true"]
2525
2529
  @sapSlider_Selected_BorderColor: @sapSlider_Selected_Background;
2526
2530
 
2531
+ // [Tags "!Protected"]
2532
+ // [Protected "!true"]
2533
+ @sapSlider_Selected_Dimension: 0.125 * @sapContent_GridSize;
2534
+
2527
2535
  // [Tags "!Protected"]
2528
2536
  // [Protected "!true"]
2529
2537
  @sapSlider_HandleBackground: @sapPrimary3;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 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.136.1</version>
9
+ <version>1.136.3</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 15.0.6
4
- // * data:{"sModified":"2025-04-10T09:27:39Z"}
3
+ // * Theming Engine 16.0.7
4
+ // * data:{"sModified":"2025-06-12T08:20:10Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.29.1) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.31.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -708,10 +708,14 @@
708
708
  @sapContent_Space_Small: 1rem;
709
709
  @sapContent_Space_Medium: 2rem;
710
710
  @sapContent_Space_Large: 3rem;
711
- @sapContent_Margin_Tiny: 0 0 1rem;
712
- @sapContent_Margin_Small: 1rem;
713
- @sapContent_Margin_Medium: 1rem 2rem;
714
- @sapContent_Margin_Large: 1rem 3rem;
711
+ @sapContent_Margin_Tiny: @sapContent_Margin_S;
712
+ @sapContent_Margin_Small: @sapContent_Margin_M;
713
+ @sapContent_Margin_Medium: @sapContent_Margin_L;
714
+ @sapContent_Margin_Large: @sapContent_Margin_XL;
715
+ @sapContent_Margin_S: 0 0 1rem;
716
+ @sapContent_Margin_M: 1rem;
717
+ @sapContent_Margin_L: 1rem 2rem;
718
+ @sapContent_Margin_XL: 1rem 3rem;
715
719
  @sapContent_Padding_S: 0rem;
716
720
  @sapContent_Padding_M: 2rem;
717
721
  @sapContent_Padding_L: 2rem;
@@ -943,7 +947,7 @@
943
947
 
944
948
  // [Tags "!Protected"]
945
949
  // [Protected "!true"]
946
- @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor,@sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
950
+ @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
947
951
  @sapShell_Category_1_Background: @sapHC_StandardBackground;
948
952
 
949
953
  // [Tags "!Protected"]
@@ -2579,6 +2583,10 @@
2579
2583
  // [Protected "!true"]
2580
2584
  @sapSlider_Selected_BorderColor: @sapField_BorderColor;
2581
2585
 
2586
+ // [Tags "!Protected"]
2587
+ // [Protected "!true"]
2588
+ @sapSlider_Selected_Dimension: 0.25 * @sapContent_GridSize;
2589
+
2582
2590
  // [Tags "!Protected"]
2583
2591
  // [Protected "!true"]
2584
2592
  @sapSlider_HandleBackground: @sapButton_Background;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 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.136.1</version>
9
+ <version>1.136.3</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 15.0.6
4
- // * data:{"sModified":"2025-04-10T09:27:39Z"}
3
+ // * Theming Engine 16.0.7
4
+ // * data:{"sModified":"2025-06-12T08:20:10Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.29.1) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.31.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -708,10 +708,14 @@
708
708
  @sapContent_Space_Small: 1rem;
709
709
  @sapContent_Space_Medium: 2rem;
710
710
  @sapContent_Space_Large: 3rem;
711
- @sapContent_Margin_Tiny: 0 0 1rem;
712
- @sapContent_Margin_Small: 1rem;
713
- @sapContent_Margin_Medium: 1rem 2rem;
714
- @sapContent_Margin_Large: 1rem 3rem;
711
+ @sapContent_Margin_Tiny: @sapContent_Margin_S;
712
+ @sapContent_Margin_Small: @sapContent_Margin_M;
713
+ @sapContent_Margin_Medium: @sapContent_Margin_L;
714
+ @sapContent_Margin_Large: @sapContent_Margin_XL;
715
+ @sapContent_Margin_S: 0 0 1rem;
716
+ @sapContent_Margin_M: 1rem;
717
+ @sapContent_Margin_L: 1rem 2rem;
718
+ @sapContent_Margin_XL: 1rem 3rem;
715
719
  @sapContent_Padding_S: 0rem;
716
720
  @sapContent_Padding_M: 2rem;
717
721
  @sapContent_Padding_L: 2rem;
@@ -943,7 +947,7 @@
943
947
 
944
948
  // [Tags "!Protected"]
945
949
  // [Protected "!true"]
946
- @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor,@sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
950
+ @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
947
951
  @sapShell_Category_1_Background: @sapHC_StandardBackground;
948
952
 
949
953
  // [Tags "!Protected"]
@@ -2579,6 +2583,10 @@
2579
2583
  // [Protected "!true"]
2580
2584
  @sapSlider_Selected_BorderColor: @sapField_BorderColor;
2581
2585
 
2586
+ // [Tags "!Protected"]
2587
+ // [Protected "!true"]
2588
+ @sapSlider_Selected_Dimension: 0.25 * @sapContent_GridSize;
2589
+
2582
2590
  // [Tags "!Protected"]
2583
2591
  // [Protected "!true"]
2584
2592
  @sapSlider_HandleBackground: @sapButton_Background;