@openui5/themelib_sap_horizon 1.136.1 → 1.138.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 (84) hide show
  1. package/REUSE.toml +0 -28
  2. package/THIRDPARTY.txt +1 -25
  3. package/package.json +18 -18
  4. package/src/sap/f/themes/sap_horizon/Card.less +0 -6
  5. package/src/sap/f/themes/sap_horizon/DynamicPage.less +52 -43
  6. package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +4 -4
  7. package/src/sap/f/themes/sap_horizon/ShellBar.less +174 -118
  8. package/src/sap/f/themes/sap_horizon_dark/Card.less +0 -6
  9. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +48 -40
  10. package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +3 -3
  11. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +192 -130
  12. package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +48 -39
  13. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +9 -8
  14. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +111 -81
  15. package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +47 -40
  16. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +8 -7
  17. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +115 -84
  18. package/src/sap/m/themes/sap_horizon/Button.less +4 -4
  19. package/src/sap/m/themes/sap_horizon/IconTabBar.less +0 -2
  20. package/src/sap/m/themes/sap_horizon/Page.less +10 -7
  21. package/src/sap/m/themes/sap_horizon_dark/Button.less +4 -4
  22. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +0 -2
  23. package/src/sap/m/themes/sap_horizon_dark/Page.less +9 -5
  24. package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
  25. package/src/sap/m/themes/sap_horizon_hcb/Menu.less +19 -10
  26. package/src/sap/m/themes/sap_horizon_hcb/Page.less +9 -7
  27. package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
  28. package/src/sap/m/themes/sap_horizon_hcw/Menu.less +14 -5
  29. package/src/sap/m/themes/sap_horizon_hcw/Page.less +9 -7
  30. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +0 -1
  31. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +3 -3
  32. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +0 -1
  33. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +3 -3
  34. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +0 -1
  35. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -3
  36. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +0 -1
  37. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -3
  38. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  39. package/src/sap/ui/core/themes/sap_horizon/base.less +26 -18
  40. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  41. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  42. package/src/sap/ui/core/themes/sap_horizon/global.less +4 -0
  43. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  44. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +16 -8
  45. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  46. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  47. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +4 -0
  48. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  49. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +16 -8
  50. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  51. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  52. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +4 -0
  53. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  54. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +16 -8
  55. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  56. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  57. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +4 -0
  58. package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +5 -5
  59. package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +5 -5
  60. package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +15 -6
  61. package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +14 -5
  62. package/src/sap/ui/mdc/themes/sap_horizon/Chart.less +5 -5
  63. package/src/sap/ui/mdc/themes/sap_horizon_dark/Chart.less +5 -5
  64. package/src/sap/ui/mdc/themes/sap_horizon_hcb/Chart.less +5 -5
  65. package/src/sap/ui/mdc/themes/sap_horizon_hcw/Chart.less +5 -5
  66. package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +4 -4
  67. package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +4 -4
  68. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +1 -1
  69. package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +0 -25
  70. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +0 -25
  71. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +0 -24
  72. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +0 -24
  73. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +14 -6
  74. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +10 -5
  75. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +14 -6
  76. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +10 -5
  77. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +14 -5
  78. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +9 -3
  79. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +14 -5
  80. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +9 -3
  81. package/src/sap/f/themes/sap_horizon/ProductSwitchItem.less +0 -4
  82. package/src/sap/f/themes/sap_horizon_dark/ProductSwitchItem.less +0 -4
  83. package/src/sap/f/themes/sap_horizon_hcb/ProductSwitchItem.less +0 -8
  84. package/src/sap/f/themes/sap_horizon_hcw/ProductSwitchItem.less +0 -8
@@ -1,10 +1,19 @@
1
- /* ================================== */
2
- /* CSS for control sap.m/Menu */
3
- /* Horizon High Contrast Black theme */
4
- /* ================================== */
5
-
6
- html.sap-phone .sapMRespMenuDialog .sapMPage {
7
- .sapMBar-CTX.sapMHeader-CTX,.sapMBarPH {
8
- box-shadow: var(--sapContent_HeaderShadow);
9
- }
10
- }
1
+ /* ==================================== */
2
+ /* CSS for control sap.m/Menu */
3
+ /* Quartz High Contrast Black theme */
4
+ /* ==================================== */
5
+
6
+ .sapMMenu {
7
+
8
+ box-shadow: @sapUiContentShadow1;
9
+
10
+ .sapMMenuItem.sapMMenuItemSubMenuOpen {
11
+ background-color: @sapUiListSelectionBackgroundColor
12
+ }
13
+
14
+ .sapMMenuItem.sapMMenuItemSubMenuOpen:hover,
15
+ .sapMMenuItem.sapMMenuItemSubMenuOpen:focus {
16
+ background-color: @sapUiListActiveBackground;
17
+ }
18
+
19
+ }
@@ -168,12 +168,13 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
168
168
  }
169
169
 
170
170
  .sapMPageWithHeader {
171
-
172
- &.sapFShellBar-CTX > section {
171
+ .sapMPageHeader:has(.sapFShellBar) + section,
172
+ .sapMPageHeader:has([ui5-shellbar]) + section {
173
173
  top: 3.25rem;
174
174
  }
175
175
 
176
- &.sapMPageWithSubHeader.sapFShellBar-CTX > section {
176
+ &.sapMPageWithSubHeader .sapMPageSubHeader:has(.sapFShellBar) + section,
177
+ &.sapMPageWithSubHeader .sapMPageSubHeader:has([ui5-shellbar]) + section {
177
178
  top: 6rem;
178
179
  }
179
180
  }
@@ -229,13 +230,14 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
229
230
  }
230
231
 
231
232
  .sapMPageWithHeader {
232
-
233
- &.sapFShellBar-CTX > section {
233
+ .sapMPageHeader:has(.sapFShellBar) + section,
234
+ .sapMPageHeader:has([ui5-shellbar]) + section {
234
235
  top: 3.25rem;
235
236
  }
236
237
 
237
- &.sapMPageWithSubHeader.sapFShellBar-CTX > section {
238
+ &.sapMPageWithSubHeader .sapMPageSubHeader:has(.sapFShellBar) + section,
239
+ &.sapMPageWithSubHeader .sapMPageSubHeader:has([ui5-shellbar]) + section {
238
240
  top: 5.75rem;
239
241
  }
240
242
  }
241
- }
243
+ }
@@ -11,7 +11,7 @@
11
11
 
12
12
  .sapMBtnEmphasized {
13
13
  font-weight: var(--sapButton_Emphasized_FontWeight);
14
- border: 0.125rem solid;
14
+ border: var(--sapButton_Emphasized_BorderWidth) solid;
15
15
 
16
16
  .sapMBtnContent {
17
17
  line-height: 2rem;
@@ -3,8 +3,17 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ================================== */
5
5
 
6
- html.sap-phone .sapMRespMenuDialog .sapMPage {
7
- .sapMBar-CTX.sapMHeader-CTX,.sapMBarPH {
8
- box-shadow: var(--sapContent_HeaderShadow);
9
- }
10
- }
6
+ .sapMMenu {
7
+
8
+ box-shadow: @sapUiContentShadow1;
9
+
10
+ .sapMMenuItem.sapMMenuItemSubMenuOpen {
11
+ background-color: @sapUiListSelectionBackgroundColor
12
+ }
13
+
14
+ .sapMMenuItem.sapMMenuItemSubMenuOpen:hover,
15
+ .sapMMenuItem.sapMMenuItemSubMenuOpen:focus {
16
+ background-color: @sapUiListActiveBackground;
17
+ }
18
+
19
+ }
@@ -168,12 +168,13 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
168
168
  }
169
169
 
170
170
  .sapMPageWithHeader {
171
-
172
- &.sapFShellBar-CTX > section {
171
+ .sapMPageHeader:has(.sapFShellBar) + section,
172
+ .sapMPageHeader:has([ui5-shellbar]) + section {
173
173
  top: 3.25rem;
174
174
  }
175
175
 
176
- &.sapMPageWithSubHeader.sapFShellBar-CTX > section {
176
+ &.sapMPageWithSubHeader .sapMPageSubHeader:has(.sapFShellBar) + section,
177
+ &.sapMPageWithSubHeader .sapMPageSubHeader:has([ui5-shellbar]) + section {
177
178
  top: 6rem;
178
179
  }
179
180
  }
@@ -229,13 +230,14 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
229
230
  }
230
231
 
231
232
  .sapMPageWithHeader {
232
-
233
- &.sapFShellBar-CTX > section {
233
+ .sapMPageHeader:has(.sapFShellBar) + section,
234
+ .sapMPageHeader:has([ui5-shellbar]) + section {
234
235
  top: 3.25rem;
235
236
  }
236
237
 
237
- &.sapMPageWithSubHeader.sapFShellBar-CTX > section {
238
+ &.sapMPageWithSubHeader .sapMPageSubHeader:has(.sapFShellBar) + section,
239
+ &.sapMPageWithSubHeader .sapMPageSubHeader:has([ui5-shellbar]) + section {
238
240
  top: 5.75rem;
239
241
  }
240
242
  }
241
- }
243
+ }
@@ -14,7 +14,6 @@
14
14
  @_sap_tnt_NavigationList_ItemFocusBorderOffset: -@sapUiContentFocusWidth;
15
15
  @_sap_tnt_NavigationList_ItemFocusBorderRadius: @_sap_tnt_NavigationList_ItemBorderRadius + @sapUiContentFocusWidth;
16
16
  @_sap_tnt_NavigationList_ItemTransition: background-color 0.3s ease-in-out, max-width 0.3s ease-in-out;
17
- @_sap_tnt_NavigationList_ItemTextFontFamily: var(--sapFontSemiboldFamily);
18
17
  @_sap_tnt_NavigationList_SelectedBorderStyleColor: none;
19
18
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBorderStyleColor: solid @_sap_tnt_NavigationList_SelectedItemBorderColor;
20
19
  @_sap_tnt_NavigationList_SelectedItemBorder: none;
@@ -41,12 +41,12 @@
41
41
  .sapTntToolHeader {
42
42
  .sapMBarChild:not(.sapMMenuBtn) {
43
43
  &.sapMBtn {
44
- .sapMBtnInner::after,
45
- .sapMBtnIcon {
44
+ .sapMBtnInner:not(.sapMBtnEmphasized)::after,
45
+ .sapMBtnInner:not(.sapMBtnEmphasized) .sapMBtnIcon {
46
46
  background: transparent;
47
47
  color: @sapUiShellInteractiveTextColor;
48
48
  }
49
- .sapMBtnContent {
49
+ .sapMBtnInner:not(.sapMBtnEmphasized) .sapMBtnContent {
50
50
  background: transparent;
51
51
  color: @sapUiShellTextColor;
52
52
  }
@@ -14,7 +14,6 @@
14
14
  @_sap_tnt_NavigationList_ItemFocusBorderOffset: -@sapUiContentFocusWidth;
15
15
  @_sap_tnt_NavigationList_ItemFocusBorderRadius: @_sap_tnt_NavigationList_ItemBorderRadius + @sapUiContentFocusWidth;
16
16
  @_sap_tnt_NavigationList_ItemTransition: background-color 0.3s ease-in-out, max-width 0.3s ease-in-out;
17
- @_sap_tnt_NavigationList_ItemTextFontFamily: var(--sapFontSemiboldFamily);
18
17
  @_sap_tnt_NavigationList_SelectedBorderStyleColor: none;
19
18
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBorderStyleColor: solid @_sap_tnt_NavigationList_SelectedItemBorderColor;
20
19
  @_sap_tnt_NavigationList_SelectedItemBorder: none;
@@ -41,12 +41,12 @@
41
41
  .sapTntToolHeader {
42
42
  .sapMBarChild:not(.sapMMenuBtn) {
43
43
  &.sapMBtn {
44
- .sapMBtnInner::after,
45
- .sapMBtnIcon {
44
+ .sapMBtnInner:not(.sapMBtnEmphasized)::after,
45
+ .sapMBtnInner:not(.sapMBtnEmphasized) .sapMBtnIcon {
46
46
  background: transparent;
47
47
  color: @sapUiShellInteractiveTextColor;
48
48
  }
49
- .sapMBtnContent {
49
+ .sapMBtnInner:not(.sapMBtnEmphasized) .sapMBtnContent {
50
50
  background: transparent;
51
51
  color: @sapUiShellTextColor;
52
52
  }
@@ -9,7 +9,6 @@
9
9
  @_sap_tnt_NavigationList_ItemBorderStyleColor: solid @sapUiListBorderColor;
10
10
  @_sap_tnt_NavigationList_ItemBorderWidth: 0 0 0.0625rem 0;
11
11
  @_sap_tnt_NavigationList_ItemFocusBorderOffset: 0;
12
- @_sap_tnt_NavigationList_ItemTextFontFamily: var(--sapFontSemiboldFamily);
13
12
  @_sap_tnt_NavigationList_LastItemBorderStyleColor: solid transparent;
14
13
  @_sap_tnt_NavigationList_HoverBorderStyleColor: solid @sapUiListSelectionBorderColor;
15
14
  @_sap_tnt_NavigationList_HoverBorderWidth: 0.0625rem;
@@ -48,12 +48,12 @@
48
48
  padding: 0.125rem 0;
49
49
  min-width: 2.5rem;
50
50
 
51
- .sapMBtnInner::after,
52
- .sapMBtnIcon {
51
+ .sapMBtnInner:not(.sapMBtnEmphasized)::after,
52
+ .sapMBtnInner:not(.sapMBtnEmphasized) .sapMBtnIcon {
53
53
  background: transparent;
54
54
  color: @sapUiShellInteractiveTextColor;
55
55
  }
56
- .sapMBtnContent {
56
+ .sapMBtnInner:not(.sapMBtnEmphasized) .sapMBtnContent {
57
57
  background: transparent;
58
58
  color: @sapUiShellTextColor;
59
59
  }
@@ -9,7 +9,6 @@
9
9
  @_sap_tnt_NavigationList_ItemBorderStyleColor: solid @sapUiListBorderColor;
10
10
  @_sap_tnt_NavigationList_ItemBorderWidth: 0 0 0.0625rem 0;
11
11
  @_sap_tnt_NavigationList_ItemFocusBorderOffset: 0;
12
- @_sap_tnt_NavigationList_ItemTextFontFamily: var(--sapFontSemiboldFamily);
13
12
  @_sap_tnt_NavigationList_LastItemBorderStyleColor: solid transparent;
14
13
  @_sap_tnt_NavigationList_HoverBorderStyleColor: solid @sapUiListSelectionBorderColor;
15
14
  @_sap_tnt_NavigationList_HoverBorderWidth: 0.0625rem;
@@ -48,12 +48,12 @@
48
48
  padding: 0.125rem 0;
49
49
  min-width: 2.5rem;
50
50
 
51
- .sapMBtnInner::after,
52
- .sapMBtnIcon {
51
+ .sapMBtnInner:not(.sapMBtnEmphasized)::after,
52
+ .sapMBtnInner:not(.sapMBtnEmphasized) .sapMBtnIcon {
53
53
  background: transparent;
54
54
  color: @sapUiShellInteractiveTextColor;
55
55
  }
56
- .sapMBtnContent {
56
+ .sapMBtnInner:not(.sapMBtnEmphasized) .sapMBtnContent {
57
57
  background: transparent;
58
58
  color: @sapUiShellTextColor;
59
59
  }
@@ -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.138.0</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);
@@ -202,6 +202,10 @@
202
202
  @sapUiContentMarginSmall: @sapContent_Margin_Small;
203
203
  @sapUiContentMarginMedium: @sapContent_Margin_Medium;
204
204
  @sapUiContentMarginLarge: @sapContent_Margin_Large;
205
+ @sapUiContentMarginS: @sapContent_Margin_S;
206
+ @sapUiContentMarginM: @sapContent_Margin_M;
207
+ @sapUiContentMarginL: @sapContent_Margin_L;
208
+ @sapUiContentMarginXL: @sapContent_Margin_XL;
205
209
  @sapUiContentGap: @sapContent_Gap;
206
210
  @sapUiContentPaddingS: @sapContent_Padding_S;
207
211
  @sapUiContentPaddingM: @sapContent_Padding_M;
@@ -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.138.0</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;
@@ -202,6 +202,10 @@
202
202
  @sapUiContentMarginSmall: @sapContent_Margin_Small;
203
203
  @sapUiContentMarginMedium: @sapContent_Margin_Medium;
204
204
  @sapUiContentMarginLarge: @sapContent_Margin_Large;
205
+ @sapUiContentMarginS: @sapContent_Margin_S;
206
+ @sapUiContentMarginM: @sapContent_Margin_M;
207
+ @sapUiContentMarginL: @sapContent_Margin_L;
208
+ @sapUiContentMarginXL: @sapContent_Margin_XL;
205
209
  @sapUiContentGap: @sapContent_Gap;
206
210
  @sapUiContentPaddingS: @sapContent_Padding_S;
207
211
  @sapUiContentPaddingM: @sapContent_Padding_M;
@@ -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.138.0</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;
@@ -202,6 +202,10 @@
202
202
  @sapUiContentMarginSmall: @sapContent_Margin_Small;
203
203
  @sapUiContentMarginMedium: @sapContent_Margin_Medium;
204
204
  @sapUiContentMarginLarge: @sapContent_Margin_Large;
205
+ @sapUiContentMarginS: @sapContent_Margin_S;
206
+ @sapUiContentMarginM: @sapContent_Margin_M;
207
+ @sapUiContentMarginL: @sapContent_Margin_L;
208
+ @sapUiContentMarginXL: @sapContent_Margin_XL;
205
209
  @sapUiContentGap: @sapContent_Gap;
206
210
  @sapUiContentPaddingS: @sapContent_Padding_S;
207
211
  @sapUiContentPaddingM: @sapContent_Padding_M;
@@ -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.138.0</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;
@@ -202,6 +202,10 @@
202
202
  @sapUiContentMarginSmall: @sapContent_Margin_Small;
203
203
  @sapUiContentMarginMedium: @sapContent_Margin_Medium;
204
204
  @sapUiContentMarginLarge: @sapContent_Margin_Large;
205
+ @sapUiContentMarginS: @sapContent_Margin_S;
206
+ @sapUiContentMarginM: @sapContent_Margin_M;
207
+ @sapUiContentMarginL: @sapContent_Margin_L;
208
+ @sapUiContentMarginXL: @sapContent_Margin_XL;
205
209
  @sapUiContentGap: @sapContent_Gap;
206
210
  @sapUiContentPaddingS: @sapContent_Padding_S;
207
211
  @sapUiContentPaddingM: @sapContent_Padding_M;
@@ -3,19 +3,19 @@
3
3
  *******************************************************************/
4
4
  @_sap_ui_dt_ContextMenu_BorderRadius: @sapUiFieldBorderCornerRadius; // 0.25rem
5
5
 
6
- .sapUiDtContextMenu {
7
- .sapUiMnuLst {
8
- .sapUiMnuItm {
6
+ .sapUiDtContextMenu.sapMMenu {
7
+ .sapMMenuList {
8
+ .sapMMenuItem {
9
9
  margin: 0.0625rem;
10
10
  border-radius: @_sap_ui_dt_ContextMenu_BorderRadius;
11
11
 
12
12
  &:focus {
13
13
  outline-offset: -0.125rem;
14
- &.sapUiMnuItmDsbl{
14
+ &.sapMMenuItemDisabled{
15
15
  outline: none;
16
16
  }
17
17
  }
18
- &.sapUiMnuItmSubMnuOpen {
18
+ &.sapMMenuItemSubMenuOpen {
19
19
  border-bottom: none !important; //1px
20
20
  }
21
21
  }