@openui5/themelib_sap_horizon 1.139.0 → 1.141.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 (113) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +18 -18
  3. package/src/sap/m/themes/sap_horizon/ActionSelect.less +4 -0
  4. package/src/sap/m/themes/sap_horizon/Button.less +14 -19
  5. package/src/sap/m/themes/sap_horizon/CheckBox.less +13 -2
  6. package/src/sap/m/themes/sap_horizon/CustomTile.less +4 -0
  7. package/src/sap/m/themes/sap_horizon/InputBase.less +2 -1
  8. package/src/sap/m/themes/sap_horizon/MessagePage.less +4 -0
  9. package/src/sap/m/themes/sap_horizon/MessageView.less +1 -1
  10. package/src/sap/m/themes/sap_horizon/Panel.less +1 -1
  11. package/src/sap/m/themes/sap_horizon/Select.less +1 -1
  12. package/src/sap/m/themes/sap_horizon/StandardTile.less +4 -0
  13. package/src/sap/m/themes/sap_horizon/Switch.less +12 -9
  14. package/src/sap/m/themes/sap_horizon/TileContainer.less +4 -0
  15. package/src/sap/m/themes/sap_horizon/UploadCollection.less +4 -0
  16. package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +4 -0
  17. package/src/sap/m/themes/sap_horizon_dark/Button.less +14 -19
  18. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +13 -2
  19. package/src/sap/m/themes/sap_horizon_dark/CustomTile.less +4 -0
  20. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +2 -1
  21. package/src/sap/m/themes/sap_horizon_dark/MessagePage.less +4 -0
  22. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +1 -1
  23. package/src/sap/m/themes/sap_horizon_dark/Panel.less +1 -1
  24. package/src/sap/m/themes/sap_horizon_dark/Select.less +1 -1
  25. package/src/sap/m/themes/sap_horizon_dark/StandardTile.less +4 -0
  26. package/src/sap/m/themes/sap_horizon_dark/Switch.less +12 -9
  27. package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +4 -0
  28. package/src/sap/m/themes/sap_horizon_dark/UploadCollection.less +4 -0
  29. package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +4 -0
  30. package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
  31. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +13 -2
  32. package/src/sap/m/themes/sap_horizon_hcb/CustomTile.less +4 -0
  33. package/src/sap/m/themes/sap_horizon_hcb/MessagePage.less +4 -0
  34. package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +1 -1
  35. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +16 -0
  36. package/src/sap/m/themes/sap_horizon_hcb/Switch.less +12 -9
  37. package/src/sap/m/themes/sap_horizon_hcb/Tile.less +4 -0
  38. package/src/sap/m/themes/sap_horizon_hcb/TileContainer.less +4 -0
  39. package/src/sap/m/themes/sap_horizon_hcb/UploadCollection.less +4 -0
  40. package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +4 -0
  41. package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
  42. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +13 -2
  43. package/src/sap/m/themes/sap_horizon_hcw/CustomTile.less +4 -0
  44. package/src/sap/m/themes/sap_horizon_hcw/MessagePage.less +4 -0
  45. package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +1 -1
  46. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +8 -0
  47. package/src/sap/m/themes/sap_horizon_hcw/Switch.less +12 -9
  48. package/src/sap/m/themes/sap_horizon_hcw/Tile.less +4 -0
  49. package/src/sap/m/themes/sap_horizon_hcw/TileContainer.less +4 -0
  50. package/src/sap/m/themes/sap_horizon_hcw/UploadCollection.less +4 -0
  51. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  52. package/src/sap/ui/core/themes/sap_horizon/base.less +33 -17
  53. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  54. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  55. package/src/sap/ui/core/themes/sap_horizon/global.less +5 -0
  56. package/src/sap/ui/core/themes/sap_horizon/library.source.less +0 -2
  57. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  58. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +21 -5
  59. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  60. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  61. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +5 -0
  62. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +0 -2
  63. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  64. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +21 -5
  65. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  66. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  67. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +5 -0
  68. package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -3
  69. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  70. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +21 -5
  71. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  72. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  73. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +5 -0
  74. package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +0 -2
  75. package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +1 -1
  76. package/src/sap/ui/layout/themes/sap_horizon/FormLayout.less +1 -11
  77. package/src/sap/ui/layout/themes/sap_horizon/GridLayout.less +4 -0
  78. package/src/sap/ui/layout/themes/sap_horizon/ResponsiveLayout.less +4 -0
  79. package/src/sap/ui/layout/themes/sap_horizon_dark/FormLayout.less +1 -11
  80. package/src/sap/ui/layout/themes/sap_horizon_dark/GridLayout.less +4 -0
  81. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveLayout.less +4 -0
  82. package/src/sap/ui/layout/themes/sap_horizon_hcb/FormLayout.less +1 -8
  83. package/src/sap/ui/layout/themes/sap_horizon_hcb/GridLayout.less +4 -0
  84. package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveLayout.less +4 -0
  85. package/src/sap/ui/layout/themes/sap_horizon_hcw/FormLayout.less +1 -8
  86. package/src/sap/ui/layout/themes/sap_horizon_hcw/GridLayout.less +4 -0
  87. package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveLayout.less +4 -0
  88. package/src/sap/ui/mdc/themes/sap_horizon/TokenizerDisplay.less +8 -0
  89. package/src/sap/ui/mdc/themes/sap_horizon_dark/TokenizerDisplay.less +8 -0
  90. package/src/sap/ui/rta/themes/sap_horizon/ContextMenu.less +3 -3
  91. package/src/sap/ui/rta/themes/sap_horizon/Dialogs.less +2 -2
  92. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +10 -10
  93. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.base.less +2 -2
  94. package/src/sap/ui/rta/themes/sap_horizon_dark/ContextMenu.less +3 -3
  95. package/src/sap/ui/rta/themes/sap_horizon_dark/Dialogs.less +2 -2
  96. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +12 -12
  97. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.base.less +2 -2
  98. package/src/sap/ui/unified/themes/sap_horizon/ShellHeader.less +4 -0
  99. package/src/sap/ui/unified/themes/sap_horizon/ShellLayout.less +4 -0
  100. package/src/sap/ui/unified/themes/sap_horizon/ShellOverlay.less +4 -0
  101. package/src/sap/ui/unified/themes/sap_horizon_dark/ShellHeader.less +4 -0
  102. package/src/sap/ui/unified/themes/sap_horizon_dark/ShellLayout.less +4 -0
  103. package/src/sap/ui/unified/themes/sap_horizon_dark/ShellOverlay.less +4 -0
  104. package/src/sap/ui/unified/themes/sap_horizon_hcb/ShellHeader.less +4 -0
  105. package/src/sap/ui/unified/themes/sap_horizon_hcb/ShellLayout.less +4 -0
  106. package/src/sap/ui/unified/themes/sap_horizon_hcb/ShellOverlay.less +4 -0
  107. package/src/sap/ui/unified/themes/sap_horizon_hcw/ShellHeader.less +4 -0
  108. package/src/sap/ui/unified/themes/sap_horizon_hcw/ShellLayout.less +4 -0
  109. package/src/sap/ui/unified/themes/sap_horizon_hcw/ShellOverlay.less +4 -0
  110. package/src/sap/ui/core/themes/sap_horizon/BrowserScrollbar.less +0 -11
  111. package/src/sap/ui/core/themes/sap_horizon_dark/BrowserScrollbar.less +0 -11
  112. package/src/sap/ui/core/themes/sap_horizon_hcb/BrowserScrollbar.less +0 -11
  113. package/src/sap/ui/core/themes/sap_horizon_hcw/BrowserScrollbar.less +0 -11
@@ -5,30 +5,33 @@
5
5
 
6
6
  /* Switch container */
7
7
  .sapMSwtCont {
8
- overflow: hidden;
8
+ overflow: visible;
9
9
  /* in order to have a touchable area of 2.75rem height and 3.5rem width */
10
- padding: 0.625rem 0.5rem;
10
+ padding: 0.625rem 0;
11
11
  }
12
12
 
13
13
  /* focus */
14
14
  html.sap-desktop {
15
15
 
16
- .sapMSwtCont:focus > .sapMSwt::before {
16
+ .sapMSwtCont:focus::after {
17
17
  content: ' ';
18
18
  position: absolute;
19
19
  display: block;
20
- top: -0.3125rem;
21
- left: -0.3125rem;
22
- bottom: -0.3125rem;
23
- right: -0.3125rem;
20
+ top: 0.375rem;
21
+ left: -0.25rem;
22
+ bottom: 0.375rem;
23
+ right: -0.25rem;
24
24
  border: 0.125rem solid var(--sapContent_FocusColor);
25
25
  border-radius: 1rem;
26
+ pointer-events: none;
26
27
  }
27
28
 
28
29
  .sapUiSizeCompact {
29
30
 
30
- .sapMSwtCont:focus > .sapMSwt::before {
31
+ .sapMSwtCont:focus::after {
31
32
  border-radius: 0.875rem;
33
+ top: 0.125rem;
34
+ bottom: 0.125rem;
32
35
  }
33
36
  }
34
37
  }
@@ -37,7 +40,7 @@ html.sap-desktop {
37
40
  .sapMSwt {
38
41
  width: 2.875rem;
39
42
  height: 1.5rem;
40
- overflow: visible;
43
+ overflow: hidden;
41
44
  border: none;
42
45
  margin: 0;
43
46
  border-radius: 0.75rem;
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.50, together with sap.m.Tile
4
+ */
1
5
  /* ================================== */
2
6
  /* CSS for control sap.m/Tile */
3
7
  /* Horizon High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.50, together with sap.m.TileContainer
4
+ */
1
5
  /* ==================================== */
2
6
  /* CSS for control sap.m/TileContainer */
3
7
  /* Horizon High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.88, together with sap.m.UploadCollection
4
+ */
1
5
  /* ======================================= */
2
6
  /* CSS for control sap.m/UploadCollection */
3
7
  /* Horizon High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.111, together with sap.m.ActionSelect
4
+ */
1
5
  /* =================================== */
2
6
  /* CSS for control sap.m/ActionSelect */
3
7
  /* Horizon High Contrast White theme */
@@ -43,7 +43,7 @@
43
43
  /* ------------------- */
44
44
  /* Button Icon */
45
45
  /* ------------------- */
46
- .sapMBtnIcon {
46
+ .sapMBtnIcon.sapUiIcon {
47
47
  width: 2.125rem;
48
48
  font-size: 1rem;
49
49
  line-height: 2.125rem;
@@ -118,7 +118,7 @@
118
118
  }
119
119
 
120
120
  .sapUiForm:not(.sapUiFormEdit-CTX) .sapMCb.sapMCbDisplayOnly .sapMCbBg {
121
- top: -0.1475rem;
121
+ top: -0.1075rem;
122
122
  }
123
123
 
124
124
  .sapMCbDisplayOnly .sapMCbBg {
@@ -173,7 +173,7 @@
173
173
  bottom: 0.3125rem;
174
174
  right: 0;
175
175
  position: absolute;
176
- border-radius: 0.5rem;
176
+ border-radius:var(--sapField_BorderCornerRadius);
177
177
  }
178
178
 
179
179
  /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
@@ -235,6 +235,17 @@
235
235
  left: 0.5625rem;
236
236
  }
237
237
 
238
+ .sapMCb:focus::before {
239
+ inset: 0.125rem;
240
+ }
241
+
242
+ .sapMCb.sapMCbHasLabel:focus::before {
243
+ top: 0.125rem;
244
+ left: 0.125rem;
245
+ bottom: 0.125rem;
246
+ right: 0;
247
+ }
248
+
238
249
  /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
239
250
  .sapUiForm {
240
251
 
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.50, together with sap.m.CustomTile
4
+ */
1
5
  /* ================================== */
2
6
  /* CSS for control sap.m/CustomTile */
3
7
  /* Horizon High Contrast White theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.112, together with sap.m.MessagePage
4
+ */
1
5
  /* ================================== */
2
6
  /* CSS for control sap.m/MessagePage */
3
7
  /* Horizon High Contrast White theme */
@@ -73,7 +73,7 @@
73
73
 
74
74
  .sapMMsgView .sapMIBar.sapMHeader-CTX {
75
75
  background-color: var(--sapGroup_ContentBackground);
76
- padding-left: 1rem;
76
+ padding: 0 1rem;
77
77
  }
78
78
 
79
79
  .sapMMsgViewDescIcon {
@@ -67,6 +67,14 @@ html.sap-desktop .sapMObjectNumberActive:focus {
67
67
 
68
68
  .sapMListTblCell > .sapMObjectNumber {
69
69
 
70
+ .sapMObjectNumberText,
71
+ .sapMObjectNumberUnit {
72
+ text-shadow: none;
73
+ }
74
+ }
75
+
76
+ .sapMListTblRow:hover + .sapMListTblSubRow,
77
+ .sapMListTblSubRow:hover {
70
78
  .sapMObjectNumberText,
71
79
  .sapMObjectNumberUnit {
72
80
  text-shadow: none;
@@ -5,30 +5,33 @@
5
5
 
6
6
  /* Switch container */
7
7
  .sapMSwtCont {
8
- overflow: hidden;
8
+ overflow: visible;
9
9
  /* in order to have a touchable area of 2.75rem height and 3.5rem width */
10
- padding: 0.625rem 0.5rem;
10
+ padding: 0.625rem 0;
11
11
  }
12
12
 
13
13
  /* focus */
14
14
  html.sap-desktop {
15
15
 
16
- .sapMSwtCont:focus > .sapMSwt::before {
16
+ .sapMSwtCont:focus::after {
17
17
  content: ' ';
18
18
  position: absolute;
19
19
  display: block;
20
- top: -0.3125rem;
21
- left: -0.3125rem;
22
- bottom: -0.3125rem;
23
- right: -0.3125rem;
20
+ top: 0.375rem;
21
+ left: -0.25rem;
22
+ bottom: 0.375rem;
23
+ right: -0.25rem;
24
24
  border: 0.125rem solid var(--sapContent_FocusColor);
25
25
  border-radius: 1rem;
26
+ pointer-events: none;
26
27
  }
27
28
 
28
29
  .sapUiSizeCompact {
29
30
 
30
- .sapMSwtCont:focus > .sapMSwt::before {
31
+ .sapMSwtCont:focus::after {
31
32
  border-radius: 0.875rem;
33
+ top: 0.125rem;
34
+ bottom: 0.125rem;
32
35
  }
33
36
  }
34
37
  }
@@ -37,7 +40,7 @@ html.sap-desktop {
37
40
  .sapMSwt {
38
41
  width: 2.875rem;
39
42
  height: 1.5rem;
40
- overflow: visible;
43
+ overflow: hidden;
41
44
  border: none;
42
45
  margin: 0;
43
46
  border-radius: 0.75rem;
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.50, together with sap.m.Tile
4
+ */
1
5
  /* ================================== */
2
6
  /* CSS for control sap.m/Tile */
3
7
  /* Horizon High Contrast White theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.50, together with sap.m.TileContainer
4
+ */
1
5
  /* ==================================== */
2
6
  /* CSS for control sap.m/TileContainer */
3
7
  /* Horizon High Contrast White theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.88, together with sap.m.UploadCollection
4
+ */
1
5
  /* ======================================= */
2
6
  /* CSS for control sap.m/UploadCollection */
3
7
  /* Horizon High Contrast White theme */
@@ -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.139.0</version>
9
+ <version>1.141.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 16.0.2
4
- // * data:{"sModified":"2025-05-14T05:17:19Z"}
3
+ // * Theming Engine 16.0.25
4
+ // * data:{"sModified":"2025-08-27T14:01:24Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.30.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079) *******************/
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"]
@@ -780,7 +780,7 @@
780
780
 
781
781
  // [Tags "!Protected"]
782
782
  // [Protected "!true"]
783
- @sapShell_BorderColor: @sapShellColor;
783
+ @sapShell_BorderColor: darken(@sapShellColor, 15);
784
784
 
785
785
  // [Tags "!Protected"]
786
786
  // [Protected "!true"]
@@ -2814,7 +2814,7 @@
2814
2814
 
2815
2815
  // [Tags "!Protected"]
2816
2816
  // [Protected "!true"]
2817
- @sapTile_SeparatorColor: darken(@sapTile_Background, 20);
2817
+ @sapTile_SeparatorColor: transparent;
2818
2818
 
2819
2819
  // [Tags "!Protected"]
2820
2820
  // [Protected "!true"]
@@ -3514,6 +3514,22 @@
3514
3514
  // [Protected "!true"]
3515
3515
  @sapChart_Data_Active_Background: @sapActiveColor;
3516
3516
 
3517
+ // [Tags "!Protected"]
3518
+ // [Protected "!true"]
3519
+ @sapChart_IBCS_Actual: @sapChart_Sequence_Neutral_Minus4;
3520
+
3521
+ // [Tags "!Protected"]
3522
+ // [Protected "!true"]
3523
+ @sapChart_IBCS_Previous: @sapChart_Sequence_Neutral;
3524
+
3525
+ // [Tags "!Protected"]
3526
+ // [Protected "!true"]
3527
+ @sapChart_IBCS_Good: @sapChart_Sequence_Good_Minus1;
3528
+
3529
+ // [Tags "!Protected"]
3530
+ // [Protected "!true"]
3531
+ @sapChart_IBCS_Bad: @sapChart_Sequence_Bad_Minus1;
3532
+
3517
3533
  // [Tags "!Protected"]
3518
3534
  // [Protected "!true"]
3519
3535
  @sapChart_OrderedColor_1: #168eff;
@@ -3577,13 +3593,13 @@
3577
3593
  // [Tags "!Protected"]
3578
3594
  // [Protected "!true"]
3579
3595
  @sapChart_Neutral: #758ca4;
3580
- @sapChart_Sequence_1_Plus3: lighten(saturate(@sapChart_Sequence_1, 14), 25);
3596
+ @sapChart_Sequence_1_Plus3: lighten(@sapChart_Sequence_1, 23);
3581
3597
  @sapChart_Sequence_1_Plus3_TextColor: contrast(@sapChart_Sequence_1_Plus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3582
3598
  @sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus3_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3583
- @sapChart_Sequence_1_Plus2: lighten(desaturate(@sapChart_Sequence_1, 1), 7);
3599
+ @sapChart_Sequence_1_Plus2: lighten(@sapChart_Sequence_1, 15);
3584
3600
  @sapChart_Sequence_1_Plus2_TextColor: contrast(@sapChart_Sequence_1_Plus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3585
3601
  @sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus2_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3586
- @sapChart_Sequence_1_Plus1: lighten(saturate(@sapChart_Sequence_1, 12), 8);
3602
+ @sapChart_Sequence_1_Plus1: lighten(@sapChart_Sequence_1, 8);
3587
3603
  @sapChart_Sequence_1_Plus1_TextColor: contrast(@sapChart_Sequence_1_Plus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3588
3604
  @sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3589
3605
 
@@ -3592,20 +3608,20 @@
3592
3608
  @sapChart_Sequence_1: @sapChart_OrderedColor_1;
3593
3609
  @sapChart_Sequence_1_TextColor: contrast(@sapChart_Sequence_1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3594
3610
  @sapChart_Sequence_1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3595
- @sapChart_Sequence_1_BorderColor: @sapChart_Sequence_1;
3596
- @sapChart_Sequence_1_Minus1: darken(desaturate(@sapChart_Sequence_1, 6), 7);
3611
+ @sapChart_Sequence_1_BorderColor: @sapChart_Sequence_1_Minus1;
3612
+ @sapChart_Sequence_1_Minus1: darken(@sapChart_Sequence_1, 10);
3597
3613
  @sapChart_Sequence_1_Minus1_TextColor: contrast(@sapChart_Sequence_1_Minus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3598
3614
  @sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3599
- @sapChart_Sequence_1_Minus2: darken(desaturate(@sapChart_Sequence_1, 6), 7);
3615
+ @sapChart_Sequence_1_Minus2: darken(@sapChart_Sequence_1, 16);
3600
3616
  @sapChart_Sequence_1_Minus2_TextColor: contrast(@sapChart_Sequence_1_Minus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3601
3617
  @sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus2_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3602
- @sapChart_Sequence_1_Minus3: darken(desaturate(@sapChart_Sequence_1, 8), 22);
3618
+ @sapChart_Sequence_1_Minus3: darken(@sapChart_Sequence_1, 22);
3603
3619
  @sapChart_Sequence_1_Minus3_TextColor: contrast(@sapChart_Sequence_1_Minus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3604
3620
  @sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus3_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3605
- @sapChart_Sequence_1_Minus4: darken(desaturate(@sapChart_Sequence_1, 7), 27);
3621
+ @sapChart_Sequence_1_Minus4: darken(@sapChart_Sequence_1, 32);
3606
3622
  @sapChart_Sequence_1_Minus4_TextColor: contrast(@sapChart_Sequence_1_Minus4, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3607
3623
  @sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus4_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3608
- @sapChart_Sequence_1_Minus5: darken(desaturate(@sapChart_Sequence_1, 7), 32);
3624
+ @sapChart_Sequence_1_Minus5: darken(@sapChart_Sequence_1, 36);
3609
3625
  @sapChart_Sequence_1_Minus5_TextColor: contrast(@sapChart_Sequence_1_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3610
3626
  @sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3611
3627
  @sapChart_Sequence_2_Plus3: lighten(desaturate(@sapChart_Sequence_2, 20), 30);
@@ -3633,7 +3649,7 @@
3633
3649
  @sapChart_Sequence_2_Minus3: darken(@sapChart_Sequence_2, 20);
3634
3650
  @sapChart_Sequence_2_Minus3_TextColor: contrast(@sapChart_Sequence_2_Minus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
3635
3651
  @sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_2_Minus3_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3636
- @sapChart_Sequence_2_Minus4: darken(@sapChart_Sequence_2, 20);
3652
+ @sapChart_Sequence_2_Minus4: darken(@sapChart_Sequence_2, 25);
3637
3653
  @sapChart_Sequence_2_Minus4_TextColor: contrast(@sapChart_Sequence_2_Minus4, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
3638
3654
  @sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_2_Minus4_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3639
3655
  @sapChart_Sequence_2_Minus5: darken(@sapChart_Sequence_2, 30);
@@ -3915,7 +3931,7 @@
3915
3931
  @sapChart_Sequence_11_Minus4: darken(desaturate(@sapChart_Sequence_11, 20), 32);
3916
3932
  @sapChart_Sequence_11_Minus4_TextColor: contrast(@sapChart_Sequence_11_Minus4, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3917
3933
  @sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_11_Minus4_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3918
- @sapChart_Sequence_11_Minus5: darken(desaturate(@sapChart_Sequence_11, 20), 24);
3934
+ @sapChart_Sequence_11_Minus5: darken(desaturate(@sapChart_Sequence_11, 20), 42);
3919
3935
  @sapChart_Sequence_11_Minus5_TextColor: contrast(@sapChart_Sequence_11_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3920
3936
  @sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_11_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3921
3937
  @sapChart_Sequence_12_Plus3: lighten(desaturate(@sapChart_Sequence_12, 1), 35);
@@ -1095,6 +1095,11 @@
1095
1095
  @sapUiChartDataInteractiveColor: @sapChart_Data_InteractiveColor;
1096
1096
  @sapUiChartDataActiveBackground: @sapChart_Data_Active_Background;
1097
1097
 
1098
+ @sapUiChartIBCSActual: @sapChart_IBCS_Actual;
1099
+ @sapUiChartIBCSPrevious: @sapChart_IBCS_Previous;
1100
+ @sapUiChartIBCSGood: @sapChart_IBCS_Good;
1101
+ @sapUiChartIBCSBad: @sapChart_IBCS_Bad;
1102
+
1098
1103
  @sapUiChart1: @sapChart_OrderedColor_1;
1099
1104
  @sapUiChart2: @sapChart_OrderedColor_2;
1100
1105
  @sapUiChart3: @sapChart_OrderedColor_3;
@@ -8,7 +8,5 @@
8
8
  @import "base.less";
9
9
  @import "global.less";
10
10
  @import "shared.less";
11
-
12
- @import "BrowserScrollbar.less";
13
11
  @import "DatePicker.less";
14
12
  @import "LocalBusyIndicator.less";
@@ -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.139.0</version>
9
+ <version>1.141.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 16.0.2
4
- // * data:{"sModified":"2025-05-14T05:17:19Z"}
3
+ // * Theming Engine 16.0.25
4
+ // * data:{"sModified":"2025-08-27T14:01:24Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.30.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -780,7 +780,7 @@
780
780
 
781
781
  // [Tags "!Protected"]
782
782
  // [Protected "!true"]
783
- @sapShell_BorderColor: @sapShellColor;
783
+ @sapShell_BorderColor: lighten(@sapShellColor, 8);
784
784
 
785
785
  // [Tags "!Protected"]
786
786
  // [Protected "!true"]
@@ -2814,7 +2814,7 @@
2814
2814
 
2815
2815
  // [Tags "!Protected"]
2816
2816
  // [Protected "!true"]
2817
- @sapTile_SeparatorColor: lighten(@sapTile_Background, 20);
2817
+ @sapTile_SeparatorColor: transparent;
2818
2818
 
2819
2819
  // [Tags "!Protected"]
2820
2820
  // [Protected "!true"]
@@ -3514,6 +3514,22 @@
3514
3514
  // [Protected "!true"]
3515
3515
  @sapChart_Data_Active_Background: @sapActiveColor;
3516
3516
 
3517
+ // [Tags "!Protected"]
3518
+ // [Protected "!true"]
3519
+ @sapChart_IBCS_Actual: @sapChart_Sequence_Neutral_Plus3;
3520
+
3521
+ // [Tags "!Protected"]
3522
+ // [Protected "!true"]
3523
+ @sapChart_IBCS_Previous: @sapChart_Sequence_Neutral_Minus1;
3524
+
3525
+ // [Tags "!Protected"]
3526
+ // [Protected "!true"]
3527
+ @sapChart_IBCS_Good: @sapChart_Sequence_Good;
3528
+
3529
+ // [Tags "!Protected"]
3530
+ // [Protected "!true"]
3531
+ @sapChart_IBCS_Bad: @sapChart_Sequence_Bad;
3532
+
3517
3533
  // [Tags "!Protected"]
3518
3534
  // [Protected "!true"]
3519
3535
  @sapChart_OrderedColor_1: #3278be;
@@ -1095,6 +1095,11 @@
1095
1095
  @sapUiChartDataInteractiveColor: @sapChart_Data_InteractiveColor;
1096
1096
  @sapUiChartDataActiveBackground: @sapChart_Data_Active_Background;
1097
1097
 
1098
+ @sapUiChartIBCSActual: @sapChart_IBCS_Actual;
1099
+ @sapUiChartIBCSPrevious: @sapChart_IBCS_Previous;
1100
+ @sapUiChartIBCSGood: @sapChart_IBCS_Good;
1101
+ @sapUiChartIBCSBad: @sapChart_IBCS_Bad;
1102
+
1098
1103
  @sapUiChart1: @sapChart_OrderedColor_1;
1099
1104
  @sapUiChart2: @sapChart_OrderedColor_2;
1100
1105
  @sapUiChart3: @sapChart_OrderedColor_3;
@@ -8,7 +8,5 @@
8
8
  @import "base.less";
9
9
  @import "global.less";
10
10
  @import "shared.less";
11
-
12
- @import "BrowserScrollbar.less";
13
11
  @import "DatePicker.less";
14
12
  @import "LocalBusyIndicator.less";
@@ -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.139.0</version>
9
+ <version>1.141.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 16.0.2
4
- // * data:{"sModified":"2025-05-14T05:17:19Z"}
3
+ // * Theming Engine 16.0.25
4
+ // * data:{"sModified":"2025-08-27T14:01:24Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.30.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -947,7 +947,7 @@
947
947
 
948
948
  // [Tags "!Protected"]
949
949
  // [Protected "!true"]
950
- @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor,@sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
950
+ @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
951
951
  @sapShell_Category_1_Background: @sapHC_StandardBackground;
952
952
 
953
953
  // [Tags "!Protected"]
@@ -2869,7 +2869,7 @@
2869
2869
 
2870
2870
  // [Tags "!Protected"]
2871
2871
  // [Protected "!true"]
2872
- @sapTile_SeparatorColor: @sapTile_BorderColor;
2872
+ @sapTile_SeparatorColor: transparent;
2873
2873
 
2874
2874
  // [Tags "!Protected"]
2875
2875
  // [Protected "!true"]
@@ -3569,6 +3569,22 @@
3569
3569
  // [Protected "!true"]
3570
3570
  @sapChart_Data_Active_Background: @sapActiveColor;
3571
3571
 
3572
+ // [Tags "!Protected"]
3573
+ // [Protected "!true"]
3574
+ @sapChart_IBCS_Actual: @sapChart_Sequence_Neutral_Plus3;
3575
+
3576
+ // [Tags "!Protected"]
3577
+ // [Protected "!true"]
3578
+ @sapChart_IBCS_Previous: @sapChart_Sequence_Neutral_Minus1;
3579
+
3580
+ // [Tags "!Protected"]
3581
+ // [Protected "!true"]
3582
+ @sapChart_IBCS_Good: @sapChart_Sequence_Good;
3583
+
3584
+ // [Tags "!Protected"]
3585
+ // [Protected "!true"]
3586
+ @sapChart_IBCS_Bad: @sapChart_Sequence_Bad;
3587
+
3572
3588
  // [Tags "!Protected"]
3573
3589
  // [Protected "!true"]
3574
3590
  @sapChart_OrderedColor_1: #8babcb;
@@ -1095,6 +1095,11 @@
1095
1095
  @sapUiChartDataInteractiveColor: @sapChart_Data_InteractiveColor;
1096
1096
  @sapUiChartDataActiveBackground: @sapChart_Data_Active_Background;
1097
1097
 
1098
+ @sapUiChartIBCSActual: @sapChart_IBCS_Actual;
1099
+ @sapUiChartIBCSPrevious: @sapChart_IBCS_Previous;
1100
+ @sapUiChartIBCSGood: @sapChart_IBCS_Good;
1101
+ @sapUiChartIBCSBad: @sapChart_IBCS_Bad;
1102
+
1098
1103
  @sapUiChart1: @sapChart_OrderedColor_1;
1099
1104
  @sapUiChart2: @sapChart_OrderedColor_2;
1100
1105
  @sapUiChart3: @sapChart_OrderedColor_3;
@@ -8,8 +8,6 @@
8
8
  @import "base.less";
9
9
  @import "global.less";
10
10
  @import "shared.less";
11
-
12
- @import "BrowserScrollbar.less";
13
11
  @import "Icon.less";
14
12
  @import "LocalBusyIndicator.less";
15
- @import "Shadow.less";
13
+ @import "Shadow.less";
@@ -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.139.0</version>
9
+ <version>1.141.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12