@openui5/themelib_sap_horizon 1.140.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 (77) 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/CustomTile.less +4 -0
  5. package/src/sap/m/themes/sap_horizon/MessagePage.less +4 -0
  6. package/src/sap/m/themes/sap_horizon/StandardTile.less +4 -0
  7. package/src/sap/m/themes/sap_horizon/TileContainer.less +4 -0
  8. package/src/sap/m/themes/sap_horizon/UploadCollection.less +4 -0
  9. package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +4 -0
  10. package/src/sap/m/themes/sap_horizon_dark/CustomTile.less +4 -0
  11. package/src/sap/m/themes/sap_horizon_dark/MessagePage.less +4 -0
  12. package/src/sap/m/themes/sap_horizon_dark/StandardTile.less +4 -0
  13. package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +4 -0
  14. package/src/sap/m/themes/sap_horizon_dark/UploadCollection.less +4 -0
  15. package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +4 -0
  16. package/src/sap/m/themes/sap_horizon_hcb/CustomTile.less +4 -0
  17. package/src/sap/m/themes/sap_horizon_hcb/MessagePage.less +4 -0
  18. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +16 -0
  19. package/src/sap/m/themes/sap_horizon_hcb/Tile.less +4 -0
  20. package/src/sap/m/themes/sap_horizon_hcb/TileContainer.less +4 -0
  21. package/src/sap/m/themes/sap_horizon_hcb/UploadCollection.less +4 -0
  22. package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +4 -0
  23. package/src/sap/m/themes/sap_horizon_hcw/CustomTile.less +4 -0
  24. package/src/sap/m/themes/sap_horizon_hcw/MessagePage.less +4 -0
  25. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +8 -0
  26. package/src/sap/m/themes/sap_horizon_hcw/Tile.less +4 -0
  27. package/src/sap/m/themes/sap_horizon_hcw/TileContainer.less +4 -0
  28. package/src/sap/m/themes/sap_horizon_hcw/UploadCollection.less +4 -0
  29. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  30. package/src/sap/ui/core/themes/sap_horizon/base.less +20 -4
  31. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  32. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  33. package/src/sap/ui/core/themes/sap_horizon/global.less +5 -0
  34. package/src/sap/ui/core/themes/sap_horizon/library.source.less +0 -2
  35. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  36. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +20 -4
  37. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  38. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  39. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +5 -0
  40. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +0 -2
  41. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  42. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +20 -4
  43. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  44. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  45. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +5 -0
  46. package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -3
  47. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  48. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +20 -4
  49. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  50. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  51. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +5 -0
  52. package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +0 -2
  53. package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +1 -1
  54. package/src/sap/ui/layout/themes/sap_horizon/GridLayout.less +4 -0
  55. package/src/sap/ui/layout/themes/sap_horizon/ResponsiveLayout.less +4 -0
  56. package/src/sap/ui/layout/themes/sap_horizon_dark/GridLayout.less +4 -0
  57. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveLayout.less +4 -0
  58. package/src/sap/ui/layout/themes/sap_horizon_hcb/GridLayout.less +4 -0
  59. package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveLayout.less +4 -0
  60. package/src/sap/ui/layout/themes/sap_horizon_hcw/GridLayout.less +4 -0
  61. package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveLayout.less +4 -0
  62. package/src/sap/ui/unified/themes/sap_horizon/ShellHeader.less +4 -0
  63. package/src/sap/ui/unified/themes/sap_horizon/ShellLayout.less +4 -0
  64. package/src/sap/ui/unified/themes/sap_horizon/ShellOverlay.less +4 -0
  65. package/src/sap/ui/unified/themes/sap_horizon_dark/ShellHeader.less +4 -0
  66. package/src/sap/ui/unified/themes/sap_horizon_dark/ShellLayout.less +4 -0
  67. package/src/sap/ui/unified/themes/sap_horizon_dark/ShellOverlay.less +4 -0
  68. package/src/sap/ui/unified/themes/sap_horizon_hcb/ShellHeader.less +4 -0
  69. package/src/sap/ui/unified/themes/sap_horizon_hcb/ShellLayout.less +4 -0
  70. package/src/sap/ui/unified/themes/sap_horizon_hcb/ShellOverlay.less +4 -0
  71. package/src/sap/ui/unified/themes/sap_horizon_hcw/ShellHeader.less +4 -0
  72. package/src/sap/ui/unified/themes/sap_horizon_hcw/ShellLayout.less +4 -0
  73. package/src/sap/ui/unified/themes/sap_horizon_hcw/ShellOverlay.less +4 -0
  74. package/src/sap/ui/core/themes/sap_horizon/BrowserScrollbar.less +0 -11
  75. package/src/sap/ui/core/themes/sap_horizon_dark/BrowserScrollbar.less +0 -11
  76. package/src/sap/ui/core/themes/sap_horizon_hcb/BrowserScrollbar.less +0 -11
  77. package/src/sap/ui/core/themes/sap_horizon_hcw/BrowserScrollbar.less +0 -11
package/THIRDPARTY.txt CHANGED
@@ -379,7 +379,7 @@ License: MIT
379
379
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
380
380
  Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
381
381
 
382
- Component: Markdown-it, version: 12.3.2
382
+ Component: Markdown-it, version: 14.1.0
383
383
  Copyright: 2014 Vitaly Puzrin, Alex Kocharin
384
384
  License: MIT
385
385
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
@@ -444,7 +444,7 @@ License: Apache-2.0
444
444
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
445
445
  Contained in: lib/jsdoc/ui5/plugin.js
446
446
 
447
- Component: SAP Theming Base Content, version: 11.31.1
447
+ Component: SAP Theming Base Content, version: 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079
448
448
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
449
449
  License: Apache-2.0
450
450
  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.140.0",
3
+ "version": "1.141.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.140.0",
18
- "@openui5/sap.m": "1.140.0",
19
- "@openui5/sap.tnt": "1.140.0",
20
- "@openui5/sap.ui.codeeditor": "1.140.0",
21
- "@openui5/sap.ui.commons": "1.140.0",
22
- "@openui5/sap.ui.core": "1.140.0",
23
- "@openui5/sap.ui.dt": "1.140.0",
24
- "@openui5/sap.ui.fl": "1.140.0",
25
- "@openui5/sap.ui.mdc": "1.140.0",
26
- "@openui5/sap.ui.integration": "1.140.0",
27
- "@openui5/sap.ui.layout": "1.140.0",
28
- "@openui5/sap.ui.rta": "1.140.0",
29
- "@openui5/sap.ui.suite": "1.140.0",
30
- "@openui5/sap.ui.table": "1.140.0",
31
- "@openui5/sap.ui.unified": "1.140.0",
32
- "@openui5/sap.ui.ux3": "1.140.0",
33
- "@openui5/sap.uxap": "1.140.0"
17
+ "@openui5/sap.f": "1.141.0",
18
+ "@openui5/sap.m": "1.141.0",
19
+ "@openui5/sap.tnt": "1.141.0",
20
+ "@openui5/sap.ui.codeeditor": "1.141.0",
21
+ "@openui5/sap.ui.commons": "1.141.0",
22
+ "@openui5/sap.ui.core": "1.141.0",
23
+ "@openui5/sap.ui.dt": "1.141.0",
24
+ "@openui5/sap.ui.fl": "1.141.0",
25
+ "@openui5/sap.ui.mdc": "1.141.0",
26
+ "@openui5/sap.ui.integration": "1.141.0",
27
+ "@openui5/sap.ui.layout": "1.141.0",
28
+ "@openui5/sap.ui.rta": "1.141.0",
29
+ "@openui5/sap.ui.suite": "1.141.0",
30
+ "@openui5/sap.ui.table": "1.141.0",
31
+ "@openui5/sap.ui.unified": "1.141.0",
32
+ "@openui5/sap.ui.ux3": "1.141.0",
33
+ "@openui5/sap.uxap": "1.141.0"
34
34
  }
35
35
  }
@@ -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 theme */
@@ -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 sap.m/CustomTile */
3
7
  /* Horizon 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 theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.50, together with sap.m.StandardTile
4
+ */
1
5
  /* =================================== */
2
6
  /* CSS for control sap.m/StandardTile */
3
7
  /* Horizon 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 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 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
  /* Evening Horizon theme */
@@ -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 sap.m/CustomTile */
3
7
  /* Evening Horizon 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
  /* Evening Horizon theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.50, together with sap.m.StandardTile
4
+ */
1
5
  /* =================================== */
2
6
  /* CSS for control sap.m/StandardTile */
3
7
  /* Evening Horizon 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
  /* Evening Horizon 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
  /* Evening Horizon 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 Black theme */
@@ -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 Black 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 Black theme */
@@ -63,4 +63,20 @@ html.sap-desktop .sapMObjectNumberActive:focus {
63
63
  outline: 2px dotted var(--sapContent_ContrastFocusColor);
64
64
  }
65
65
  }
66
+ }
67
+
68
+ .sapMListTblCell > .sapMObjectNumber {
69
+
70
+ .sapMObjectNumberText,
71
+ .sapMObjectNumberUnit {
72
+ text-shadow: none;
73
+ }
74
+ }
75
+
76
+ .sapMListTblRow:hover + .sapMListTblSubRow,
77
+ .sapMListTblSubRow:hover {
78
+ .sapMObjectNumberText,
79
+ .sapMObjectNumberUnit {
80
+ text-shadow: none;
81
+ }
66
82
  }
@@ -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 */
@@ -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 */
@@ -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;
@@ -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.140.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.13
4
- // * data:{"sModified":"2025-07-11T07:56:16Z"}
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.31.1) *******************/
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"]
@@ -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;
@@ -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.140.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.13
4
- // * data:{"sModified":"2025-07-11T07:56:16Z"}
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.31.1) *******************/
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"]
@@ -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.140.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.13
4
- // * data:{"sModified":"2025-07-11T07:56:16Z"}
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.31.1) *******************/
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"]
@@ -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.140.0</version>
9
+ <version>1.141.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 16.0.13
4
- // * data:{"sModified":"2025-07-11T07:56:16Z"}
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_hcw/base.less (Version 11.31.1) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "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_Minus5;
3575
+
3576
+ // [Tags "!Protected"]
3577
+ // [Protected "!true"]
3578
+ @sapChart_IBCS_Previous: @sapChart_Sequence_Neutral;
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: #446e97;
@@ -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
13
  @import "Shadow.less";
@@ -1,7 +1,7 @@
1
1
  /******************************************************************
2
2
  Style of the DT Contextmenu - Horizon Theme
3
3
  *******************************************************************/
4
- @_sap_ui_dt_ContextMenu_BorderRadius: @sapUiFieldBorderCornerRadius; // 0.25rem
4
+ @_sap_ui_dt_ContextMenu_BorderRadius: var(--sapField_BorderCornerRadius); // 0.25rem
5
5
 
6
6
  .sapUiDtContextMenu.sapMMenu {
7
7
  .sapMMenuList {
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated Since version 1.67.0, together with sap.ui.layout.form.GridLayout
4
+ */
1
5
  /* ========================================= */
2
6
  /* CSS for control sap.ui.layout/GridLayout */
3
7
  /* Morning Horizon theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.93, together with sap.ui.layout.form.ResponsiveLayout
4
+ */
1
5
  /* =============================================== */
2
6
  /* CSS for control sap.ui.layout/ResponsiveLayout */
3
7
  /* Morning Horizon theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated Since version 1.67.0, together with sap.ui.layout.form.GridLayout
4
+ */
1
5
  /* ========================================= */
2
6
  /* CSS for control sap.ui.layout/GridLayout */
3
7
  /* Evening Horizon theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.93, together with sap.ui.layout.form.ResponsiveLayout
4
+ */
1
5
  /* =============================================== */
2
6
  /* CSS for control sap.ui.layout/ResponsiveLayout */
3
7
  /* Evening Horizon theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated Since version 1.67.0, together with sap.ui.layout.form.GridLayout
4
+ */
1
5
  /* ========================================= */
2
6
  /* CSS for control sap.ui.layout/GridLayout */
3
7
  /* Horizon High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.93, together with sap.ui.layout.form.ResponsiveLayout
4
+ */
1
5
  /* =============================================== */
2
6
  /* CSS for control sap.ui.layout/ResponsiveLayout */
3
7
  /* Horizon High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated Since version 1.67.0, together with sap.ui.layout.form.GridLayout
4
+ */
1
5
  /* ========================================= */
2
6
  /* CSS for control sap.ui.layout/GridLayout */
3
7
  /* Horizon High Contrast White theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.93, together with sap.ui.layout.form.ResponsiveLayout
4
+ */
1
5
  /* =============================================== */
2
6
  /* CSS for control sap.ui.layout/ResponsiveLayout */
3
7
  /* Horizon High Contrast White theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with sap.ui.unified.ShellHeader
4
+ */
1
5
  /* =========================================== */
2
6
  /* CSS for control sap.ui.unified/ShellHeader */
3
7
  /* Horizon theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with sap.ui.unified.ShellLayout
4
+ */
1
5
  /* =========================================== */
2
6
  /* CSS for control sap.ui.unified/ShellLayout */
3
7
  /* Horizon theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with the sap.ui.unified.ShellOverlay
4
+ */
1
5
  /* ============================================ */
2
6
  /* CSS for control sap.ui.unified/ShellOverlay */
3
7
  /* Horizon theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with sap.ui.unified.ShellHeader
4
+ */
1
5
  /* =========================================== */
2
6
  /* CSS for control sap.ui.unified/ShellHeader */
3
7
  /* Evening Horizon theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with sap.ui.unified.ShellLayout
4
+ */
1
5
  /* =========================================== */
2
6
  /* CSS for control sap.ui.unified/ShellLayout */
3
7
  /* Evening Horizon theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with the sap.ui.unified.ShellOverlay
4
+ */
1
5
  /* ============================================ */
2
6
  /* CSS for control sap.ui.unified/ShellOverlay */
3
7
  /* Evening Horizon theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with sap.ui.unified.ShellHeader
4
+ */
1
5
  /* =========================================== */
2
6
  /* CSS for control sap.ui.unified/ShellHeader */
3
7
  /* Horizon High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with sap.ui.unified.ShellLayout
4
+ */
1
5
  /* =========================================== */
2
6
  /* CSS for control sap.ui.unified/ShellLayout */
3
7
  /* Horizon High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with the sap.ui.unified.ShellOverlay
4
+ */
1
5
  /* ============================================ */
2
6
  /* CSS for control sap.ui.unified/ShellOverlay */
3
7
  /* Horizon High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with sap.ui.unified.ShellHeader
4
+ */
1
5
  /* =========================================== */
2
6
  /* CSS for control sap.ui.unified/ShellHeader */
3
7
  /* Horizon High Contrast White theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with sap.ui.unified.ShellLayout
4
+ */
1
5
  /* =========================================== */
2
6
  /* CSS for control sap.ui.unified/ShellLayout */
3
7
  /* Horizon High Contrast White theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with the sap.ui.unified.ShellOverlay
4
+ */
1
5
  /* ============================================ */
2
6
  /* CSS for control sap.ui.unified/ShellOverlay */
3
7
  /* Horizon High Contrast White theme */
@@ -1,11 +0,0 @@
1
- /* ============================================= */
2
- /* CSS for control sap.ui.core/BrowserScrollbar */
3
- /* Horizon theme */
4
- /* ============================================= */
5
-
6
- /****** Safari + Chrome on Desktop ******/
7
-
8
- html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar-thumb {
9
- border-radius: @sapUiElementBorderCornerRadius;
10
- border: 0.125rem solid @sapUiScrollBarTrackColor;
11
- }
@@ -1,11 +0,0 @@
1
- /* ============================================= */
2
- /* CSS for control sap.ui.core/BrowserScrollbar */
3
- /* Evening Horizon theme */
4
- /* ============================================= */
5
-
6
- /****** Safari + Chrome on Desktop ******/
7
-
8
- html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar-thumb {
9
- border-radius: @sapUiElementBorderCornerRadius;
10
- border: 0.125rem solid @sapUiScrollBarTrackColor;
11
- }
@@ -1,11 +0,0 @@
1
- /* ============================================= */
2
- /* CSS for control sap.ui/core/BrowserScrollbar */
3
- /* Horizon High Contrast Black theme */
4
- /* ============================================= */
5
-
6
- /****** Safari + Chrome on Desktop ******/
7
-
8
- html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar-thumb {
9
- border-radius: @sapUiElementBorderCornerRadius;
10
- border: 0.125rem solid @sapUiScrollBarTrackColor;
11
- }
@@ -1,11 +0,0 @@
1
- /* ============================================= */
2
- /* CSS for control sap.ui.core/BrowserScrollbar */
3
- /* Horizon High Contrast White theme */
4
- /* ============================================= */
5
-
6
- /****** Safari + Chrome on Desktop ******/
7
-
8
- html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar-thumb {
9
- border-radius: @sapUiElementBorderCornerRadius;
10
- border: 0.125rem solid @sapUiScrollBarTrackColor;
11
- }