@openui5/themelib_sap_horizon 1.141.2 → 1.143.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 (68) hide show
  1. package/README.md +2 -2
  2. package/REUSE.toml +39 -1
  3. package/THIRDPARTY.txt +36 -3
  4. package/package.json +18 -18
  5. package/src/sap/f/themes/sap_horizon/Card.less +1 -1
  6. package/src/sap/f/themes/sap_horizon_dark/Card.less +1 -1
  7. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +3 -3
  8. package/src/sap/m/themes/sap_horizon/SliderTooltip.less +7 -3
  9. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +0 -11
  10. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +3 -3
  11. package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +7 -3
  12. package/src/sap/m/themes/sap_horizon_hcb/SliderTooltip.less +4 -5
  13. package/src/sap/m/themes/sap_horizon_hcw/SliderTooltip.less +4 -5
  14. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +8 -8
  15. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +7 -7
  16. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +7 -7
  17. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +4 -4
  18. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +7 -7
  19. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +8 -8
  20. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +7 -7
  21. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +4 -4
  22. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/CodeEditor.less +5 -6
  23. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/CodeEditor.less +5 -6
  24. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  25. package/src/sap/ui/core/themes/sap_horizon/BusyIndicator.less +23 -0
  26. package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
  27. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  28. package/src/sap/ui/core/themes/sap_horizon_dark/BusyIndicator.less +23 -0
  29. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
  30. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  31. package/src/sap/ui/core/themes/sap_horizon_hcb/BusyIndicator.less +24 -0
  32. package/src/sap/ui/core/themes/sap_horizon_hcb/Icon.less +7 -7
  33. package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -2
  34. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  35. package/src/sap/ui/core/themes/sap_horizon_hcw/BusyIndicator.less +24 -0
  36. package/src/sap/ui/core/themes/sap_horizon_hcw/Icon.less +7 -7
  37. package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -2
  38. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +4 -0
  39. package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +2 -0
  40. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +1 -1
  41. package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +2 -0
  42. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +1 -1
  43. package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +11 -9
  44. package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +36 -42
  45. package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +6 -31
  46. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +22 -16
  47. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +9 -7
  48. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +35 -42
  49. package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +5 -30
  50. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +19 -14
  51. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +6 -3
  52. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +44 -49
  53. package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +5 -30
  54. package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +23 -17
  55. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +6 -3
  56. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +46 -50
  57. package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +5 -30
  58. package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +23 -17
  59. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +0 -5
  60. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +0 -5
  61. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +4 -5
  62. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +4 -5
  63. package/src/sap/ui/core/themes/sap_horizon/LocalBusyIndicator.less +0 -23
  64. package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +0 -23
  65. package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +0 -24
  66. package/src/sap/ui/core/themes/sap_horizon_hcb/Shadow.less +0 -8
  67. package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +0 -24
  68. package/src/sap/ui/core/themes/sap_horizon_hcw/Shadow.less +0 -8
package/README.md CHANGED
@@ -4,13 +4,13 @@
4
4
  Runtime resources of the [OpenUI5](https://github.com/UI5/openui5) Theme Library **sap_horizon**.
5
5
 
6
6
  ## Usage
7
- Add this library as a dependency to your UI5 project by using [UI5 Tooling](https://sap.github.io/ui5-tooling/):
7
+ Add this library as a dependency to your UI5 project by using [UI5 CLI](https://ui5.github.io/cli/):
8
8
 
9
9
  ```
10
10
  ui5 add themelib_sap_horizon
11
11
  ```
12
12
 
13
- For more information, please refer to our documentation on [Consuming OpenUI5 Libraries](https://sap.github.io/ui5-tooling/pages/OpenUI5/).
13
+ For more information, please refer to our documentation on [Consuming OpenUI5 Libraries](https://ui5.github.io/cli/pages/OpenUI5/).
14
14
 
15
15
  ## License
16
16
  OpenUI5 is licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see [LICENSE.txt](LICENSE.txt).
package/REUSE.toml CHANGED
@@ -21,6 +21,44 @@ SPDX-License-Identifier = "Apache-2.0"
21
21
  #
22
22
 
23
23
 
24
+ # Library: sap.f:
25
+
26
+ [[annotations]]
27
+ path = "src/sap.f/src/sap/f/thirdparty/**"
28
+ precedence = "aggregate"
29
+ SPDX-FileCopyrightText = "SAP"
30
+ SPDX-License-Identifier = "Apache-2.0"
31
+ SPDX-FileComment = "these files belong to: UI5 Web Components"
32
+
33
+ [[annotations]]
34
+ path = "src/sap.f/src/sap/f/thirdparty/**"
35
+ precedence = "aggregate"
36
+ SPDX-FileCopyrightText = "SAP"
37
+ SPDX-License-Identifier = "Apache-2.0"
38
+ SPDX-FileComment = "these files belong to: UI5 Web Components Fiori"
39
+
40
+ [[annotations]]
41
+ path = "src/sap.f/src/sap/f/thirdparty/**"
42
+ precedence = "aggregate"
43
+ SPDX-FileCopyrightText = "SAP"
44
+ SPDX-License-Identifier = "Apache-2.0"
45
+ SPDX-FileComment = "these files belong to: UI5 Web Components Icons"
46
+
47
+ [[annotations]]
48
+ path = "src/sap.f/src/sap/f/thirdparty/**"
49
+ precedence = "aggregate"
50
+ SPDX-FileCopyrightText = "SAP"
51
+ SPDX-License-Identifier = "Apache-2.0"
52
+ SPDX-FileComment = "these files belong to: UI5 Web Components Icons Business Suite"
53
+
54
+ [[annotations]]
55
+ path = "src/sap.f/src/sap/f/thirdparty/**"
56
+ precedence = "aggregate"
57
+ SPDX-FileCopyrightText = "SAP"
58
+ SPDX-License-Identifier = "Apache-2.0"
59
+ SPDX-FileComment = "these files belong to: UI5 Web Components Icons TNT"
60
+
61
+
24
62
  # Library: sap.m:
25
63
 
26
64
  [[annotations]]
@@ -347,7 +385,7 @@ SPDX-FileComment = "these files belong to: handlebars"
347
385
  [[annotations]]
348
386
  path = "src/sap.ui.core/src/sap/ui/thirdparty/require.js"
349
387
  precedence = "aggregate"
350
- SPDX-FileCopyrightText = "2010-2012, The Dojo Foundation"
388
+ SPDX-FileCopyrightText = "2010-2024, jQuery Foundation and other contributors"
351
389
  SPDX-License-Identifier = "MIT"
352
390
  SPDX-FileComment = "these files belong to: requireJS"
353
391
 
package/THIRDPARTY.txt CHANGED
@@ -4,6 +4,39 @@ each subcomponent.
4
4
  The full text of all referenced licenses is appended at the end of this file.
5
5
 
6
6
 
7
+ Library: sap.f:
8
+
9
+ Component: UI5 Web Components, version: 2.15.0
10
+ Copyright: SAP
11
+ License: Apache-2.0
12
+ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
13
+ Contained in: src/sap.f/src/sap/f/thirdparty/**
14
+
15
+ Component: UI5 Web Components Fiori, version: 2.15.0
16
+ Copyright: SAP
17
+ License: Apache-2.0
18
+ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
19
+ Contained in: src/sap.f/src/sap/f/thirdparty/**
20
+
21
+ Component: UI5 Web Components Icons, version: 2.15.0
22
+ Copyright: SAP
23
+ License: Apache-2.0
24
+ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
25
+ Contained in: src/sap.f/src/sap/f/thirdparty/**
26
+
27
+ Component: UI5 Web Components Icons Business Suite, version: 2.15.0
28
+ Copyright: SAP
29
+ License: Apache-2.0
30
+ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
31
+ Contained in: src/sap.f/src/sap/f/thirdparty/**
32
+
33
+ Component: UI5 Web Components Icons TNT, version: 2.15.0
34
+ Copyright: SAP
35
+ License: Apache-2.0
36
+ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
37
+ Contained in: src/sap.f/src/sap/f/thirdparty/**
38
+
39
+
7
40
  Library: sap.m:
8
41
 
9
42
  Component: purify.js, version: 3.2.4
@@ -221,8 +254,8 @@ License: MIT
221
254
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
222
255
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/handlebars.js
223
256
 
224
- Component: requireJS, version: 2.1.8
225
- Copyright: 2010-2012, The Dojo Foundation
257
+ Component: requireJS, version: 2.3.7
258
+ Copyright: 2010-2024, jQuery Foundation and other contributors
226
259
  License: MIT
227
260
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
228
261
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/require.js
@@ -354,7 +387,7 @@ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/D
354
387
 
355
388
  Library: sap.ui.integration:
356
389
 
357
- Component: UI5 Web Components, version: 1.7.0
390
+ Component: UI5 Web Components, version: 2.15.0
358
391
  Copyright: SAP
359
392
  License: Apache-2.0
360
393
  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.141.2",
3
+ "version": "1.143.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.141.2",
18
- "@openui5/sap.m": "1.141.2",
19
- "@openui5/sap.tnt": "1.141.2",
20
- "@openui5/sap.ui.codeeditor": "1.141.2",
21
- "@openui5/sap.ui.commons": "1.141.2",
22
- "@openui5/sap.ui.core": "1.141.2",
23
- "@openui5/sap.ui.dt": "1.141.2",
24
- "@openui5/sap.ui.fl": "1.141.2",
25
- "@openui5/sap.ui.mdc": "1.141.2",
26
- "@openui5/sap.ui.integration": "1.141.2",
27
- "@openui5/sap.ui.layout": "1.141.2",
28
- "@openui5/sap.ui.rta": "1.141.2",
29
- "@openui5/sap.ui.suite": "1.141.2",
30
- "@openui5/sap.ui.table": "1.141.2",
31
- "@openui5/sap.ui.unified": "1.141.2",
32
- "@openui5/sap.ui.ux3": "1.141.2",
33
- "@openui5/sap.uxap": "1.141.2"
17
+ "@openui5/sap.f": "1.143.0",
18
+ "@openui5/sap.m": "1.143.0",
19
+ "@openui5/sap.tnt": "1.143.0",
20
+ "@openui5/sap.ui.codeeditor": "1.143.0",
21
+ "@openui5/sap.ui.commons": "1.143.0",
22
+ "@openui5/sap.ui.core": "1.143.0",
23
+ "@openui5/sap.ui.dt": "1.143.0",
24
+ "@openui5/sap.ui.fl": "1.143.0",
25
+ "@openui5/sap.ui.mdc": "1.143.0",
26
+ "@openui5/sap.ui.integration": "1.143.0",
27
+ "@openui5/sap.ui.layout": "1.143.0",
28
+ "@openui5/sap.ui.rta": "1.143.0",
29
+ "@openui5/sap.ui.suite": "1.143.0",
30
+ "@openui5/sap.ui.table": "1.143.0",
31
+ "@openui5/sap.ui.unified": "1.143.0",
32
+ "@openui5/sap.ui.ux3": "1.143.0",
33
+ "@openui5/sap.uxap": "1.143.0"
34
34
  }
35
35
  }
@@ -28,7 +28,7 @@
28
28
 
29
29
  .sapFCard .sapFCardHeader .sapFCardStatus {
30
30
  font-size: var(--sapFontSmallSize);
31
- margin-top: 0.125rem;
31
+ margin-top: 0rem;
32
32
  }
33
33
 
34
34
  .sapFCard .sapMLIBFocusable:focus {
@@ -24,5 +24,5 @@
24
24
 
25
25
  .sapFCard .sapFCardHeader .sapFCardStatus {
26
26
  font-size: var(--sapFontSmallSize);
27
- margin-top: 0.125rem;
27
+ margin-top: 0rem;
28
28
  }
@@ -244,9 +244,9 @@ html.sap-desktop {
244
244
  .sapMSegBBtn.sapMSegBBtnFocusable:active:hover {
245
245
 
246
246
  .sapMSegBBtnInner {
247
- background: var(--sapButton_Selected_Background);
248
- color: var(--sapButton_Selected_TextColor);
249
- border-color: var(--sapButton_Selected_BorderColor);
247
+ background: var(--sapButton_Active_Background);
248
+ color: var(--sapButton_Active_TextColor);
249
+ border-color: var(--sapButton_Active_BorderColor);
250
250
  }
251
251
 
252
252
  .sapUiIcon {
@@ -5,10 +5,9 @@
5
5
 
6
6
  .sapMSliderTooltip {
7
7
  background: var(--sapField_Focus_Background);
8
- border-radius: 0.5rem;
8
+ border-radius: 0.0625rem;
9
9
  border: none;
10
10
  box-shadow: var(--sapContent_Shadow1);
11
- height: 1.375rem;
12
11
  min-width: 2rem;
13
12
  padding: 0.25rem;
14
13
  font-size: var(--sapFontSmallSize);
@@ -25,8 +24,13 @@
25
24
  }
26
25
 
27
26
  .sapMSliderTooltip.sapMSliderTooltipNonEditableWrapper {
28
- height: 0.875rem;
27
+ height: 1rem;
29
28
  padding: 0.25rem;
30
29
  font-size: var(--sapFontSmallSize);
31
30
  color: var(--sapContent_LabelColor);
31
+ background: var(--sapBackgroundColor);
32
+
33
+ .sapMSliderTooltipInput {
34
+ background: var(--sapBackgroundColor);
35
+ }
32
36
  }
@@ -377,17 +377,6 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
377
377
  }
378
378
  }
379
379
 
380
- .sapUshellSection {
381
-
382
- .sapMGT.TwoByOne {
383
- width: 23rem;
384
- }
385
-
386
- .sapMGT.TwoByHalf {
387
- width: 23rem;
388
- }
389
- }
390
-
391
380
  .sapMGT.TwoByOne {
392
381
  width: 22.5rem;
393
382
  }
@@ -244,9 +244,9 @@ html.sap-desktop {
244
244
  .sapMSegBBtn.sapMSegBBtnFocusable:active:hover {
245
245
 
246
246
  .sapMSegBBtnInner {
247
- background: var(--sapButton_Selected_Background);
248
- color: var(--sapButton_Selected_TextColor);
249
- border-color: var(--sapButton_Selected_BorderColor);
247
+ background: var(--sapButton_Active_Background);
248
+ color: var(--sapButton_Active_TextColor);
249
+ border-color: var(--sapButton_Active_BorderColor);
250
250
  }
251
251
 
252
252
  .sapUiIcon {
@@ -5,10 +5,9 @@
5
5
 
6
6
  .sapMSliderTooltip {
7
7
  background: var(--sapField_Focus_Background);
8
- border-radius: 0.5rem;
8
+ border-radius: 0.0625rem;
9
9
  border: none;
10
10
  box-shadow: var(--sapContent_Shadow1);
11
- height: 1.375rem;
12
11
  min-width: 2rem;
13
12
  padding: 0.25rem;
14
13
  font-size: var(--sapFontSmallSize);
@@ -26,8 +25,13 @@
26
25
  }
27
26
 
28
27
  .sapMSliderTooltip.sapMSliderTooltipNonEditableWrapper {
29
- height: 0.875rem;
28
+ height: 1rem;
30
29
  padding: 0.25rem;
31
30
  font-size: var(--sapFontSmallSize);
32
31
  color: var(--sapContent_LabelColor);
32
+ background: var(--sapBackgroundColor);
33
+
34
+ .sapMSliderTooltipInput {
35
+ background: var(--sapBackgroundColor);
36
+ }
33
37
  }
@@ -6,11 +6,10 @@
6
6
  /* Slider Tooltip styles */
7
7
 
8
8
  .sapMSliderTooltip {
9
- background: var(--sapField_Background);
10
- border-radius: var(--sapElement_BorderCornerRadius);
9
+ background: var(--sapBackgroundColor);
10
+ border-radius: 0.0625rem;
11
11
  border: 1px solid var(--sapField_BorderColor);
12
12
  box-shadow: none;
13
- height: 1.375rem;
14
13
  min-width: 2rem;
15
14
  padding: 0.25rem;
16
15
  font-size: var(--sapFontSmallSize);
@@ -32,8 +31,8 @@
32
31
  }
33
32
 
34
33
  .sapMSliderTooltip.sapMSliderTooltipNonEditableWrapper {
35
- border-radius: 0.25rem;
36
- height: 0.875rem;
34
+ border-radius: 0.0625rem;
35
+ height: 1rem;
37
36
  padding: 0.25rem;
38
37
  font-size: var(--sapFontSmallSize);
39
38
  color: var(--sapContent_LabelColor);
@@ -6,11 +6,10 @@
6
6
  /* Slider Tooltip styles */
7
7
 
8
8
  .sapMSliderTooltip {
9
- background: var(--sapField_Background);
10
- border-radius: var(--sapElement_BorderCornerRadius);
9
+ background: var(--sapBackgroundColor);
10
+ border-radius: 0.0625rem;
11
11
  border: 1px solid var(--sapField_BorderColor);
12
12
  box-shadow: none;
13
- height: 1.375rem;
14
13
  min-width: 2rem;
15
14
  padding: 0.25rem;
16
15
  font-size: var(--sapFontSmallSize);
@@ -32,8 +31,8 @@
32
31
  }
33
32
 
34
33
  .sapMSliderTooltip.sapMSliderTooltipNonEditableWrapper {
35
- border-radius: 0.25rem;
36
- height: 0.875rem;
34
+ border-radius: 0.0625rem;
35
+ height: 1rem;
37
36
  padding: 0.25rem;
38
37
  font-size: var(--sapFontSmallSize);
39
38
  color: var(--sapContent_LabelColor);
@@ -1,17 +1,17 @@
1
1
  /* ======================================= */
2
2
  /* CSS for control sap.tnt/NavigationList */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ======================================= */
5
5
 
6
6
  @_sap_tnt_NavigationList_CollapsedWidth: 4rem;
7
- @_sap_tnt_NavigationList_IconColor: @sapUiListTextColor;
8
- @_sap_tnt_NavigationList_ExpandIconColor: @sapUiListTextColor;
7
+ @_sap_tnt_NavigationList_IconColor: var(--sapList_TextColor);
8
+ @_sap_tnt_NavigationList_ExpandIconColor: var(--sapList_TextColor);
9
9
  @_sap_tnt_NavigationList_GroupBorderStyleColor: none;
10
10
  @_sap_tnt_NavigationList_ItemHeight: 2.75rem;
11
11
  @_sap_tnt_NavigationList_ItemBorderRadius: 0.375rem;
12
12
  @_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
13
13
  @_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.25rem;
14
- @_sap_tnt_NavigationList_ItemFocusBorderOffset: -@sapUiContentFocusWidth;
14
+ @_sap_tnt_NavigationList_ItemFocusBorderOffset: ~"calc(-1 * var(--sapContent_FocusWidth))";
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
17
  @_sap_tnt_NavigationList_SelectedBorderStyleColor: none;
@@ -38,16 +38,16 @@
38
38
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
39
39
  @_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
40
40
  @_sap_tnt_NavigationList_CollapsedHiddenExpanderPadding: 1rem;
41
- @_sap_tnt_NavigationList_NavigationIndicator: "\E066";
41
+ @_sap_tnt_NavigationList_NavigationIndicator: '\E066';
42
42
  @_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
43
43
  @_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
44
44
  @_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
45
45
  @_sap_tnt_NavigationList_ExpandIconPaddingLeft: 0.25rem;
46
46
  @_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
47
- @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
47
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), var(--sapList_SelectionBackgroundColor);
48
48
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
49
- @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
49
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), var(--sapList_SelectionBackgroundColor);
50
50
  @_sap_tnt_NavigationList_ActionItemBorderHover: @_sap_tnt_NavigationList_ActionItemBorder;
51
51
  @_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
52
52
  @_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
53
- @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
53
+ @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
@@ -1,14 +1,14 @@
1
- /* =================================== */
1
+ /* ================================= */
2
2
  /* CSS for control sap.tnt/ToolPage */
3
- /* Horizon theme */
4
- /* =================================== */
3
+ /* Morning Horizon theme */
4
+ /* ================================= */
5
5
 
6
- @_sap_tnt_ToolPage_ContentBackgroundStandard: @sapUiBaseBG;
7
- @_sap_tnt_ToolPage_ContentBackgroundSolid: @sapUiBaseBG;
6
+ @_sap_tnt_ToolPage_ContentBackgroundStandard: var(--sapBackgroundColor);
7
+ @_sap_tnt_ToolPage_ContentBackgroundSolid: var(--sapBackgroundColor);
8
8
  @_sap_tnt_ToolPage_ContentBackgroundTransparent: transparent;
9
- @_sap_tnt_ToolPage_ContentBackgroundList: @sapUiGroupContentBackground;
9
+ @_sap_tnt_ToolPage_ContentBackgroundList: var(--sapGroup_ContentBackground);
10
10
  @_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
11
11
  @_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
12
12
  @_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
13
13
  @_sap_tnt_ToolPage_AsidePhoneWidth: 100%;
14
- @_sap_tnt_ToolHeader_Shadow: @sapUiShellShadow;
14
+ @_sap_tnt_ToolHeader_Shadow: var(--sapShell_Shadow);
@@ -4,14 +4,14 @@
4
4
  /* ======================================= */
5
5
 
6
6
  @_sap_tnt_NavigationList_CollapsedWidth: 4rem;
7
- @_sap_tnt_NavigationList_IconColor: @sapUiListTextColor;
8
- @_sap_tnt_NavigationList_ExpandIconColor: @sapUiListTextColor;
7
+ @_sap_tnt_NavigationList_IconColor: var(--sapList_TextColor);
8
+ @_sap_tnt_NavigationList_ExpandIconColor: var(--sapList_TextColor);
9
9
  @_sap_tnt_NavigationList_GroupBorderStyleColor: none;
10
10
  @_sap_tnt_NavigationList_ItemHeight: 2.75rem;
11
11
  @_sap_tnt_NavigationList_ItemBorderRadius: 0.375rem;
12
12
  @_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
13
13
  @_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.25rem;
14
- @_sap_tnt_NavigationList_ItemFocusBorderOffset: -@sapUiContentFocusWidth;
14
+ @_sap_tnt_NavigationList_ItemFocusBorderOffset: ~"calc(-1 * var(--sapContent_FocusWidth))";
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
17
  @_sap_tnt_NavigationList_SelectedBorderStyleColor: none;
@@ -38,16 +38,16 @@
38
38
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
39
39
  @_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
40
40
  @_sap_tnt_NavigationList_CollapsedHiddenExpanderPadding: 1rem;
41
- @_sap_tnt_NavigationList_NavigationIndicator: "\E066";
41
+ @_sap_tnt_NavigationList_NavigationIndicator: '\E066';
42
42
  @_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
43
43
  @_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
44
44
  @_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
45
45
  @_sap_tnt_NavigationList_ExpandIconPaddingLeft: 0.25rem;
46
46
  @_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
47
- @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
47
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), var(--sapList_SelectionBackgroundColor);
48
48
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
49
- @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
49
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), var(--sapList_SelectionBackgroundColor);
50
50
  @_sap_tnt_NavigationList_ActionItemBorderHover: @_sap_tnt_NavigationList_ActionItemBorder;
51
51
  @_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
52
52
  @_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
53
- @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
53
+ @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
@@ -3,12 +3,12 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ================================= */
5
5
 
6
- @_sap_tnt_ToolPage_ContentBackgroundStandard: @sapUiBaseBG;
7
- @_sap_tnt_ToolPage_ContentBackgroundSolid: @sapUiBaseBG;
6
+ @_sap_tnt_ToolPage_ContentBackgroundStandard: var(--sapBackgroundColor);
7
+ @_sap_tnt_ToolPage_ContentBackgroundSolid: var(--sapBackgroundColor);
8
8
  @_sap_tnt_ToolPage_ContentBackgroundTransparent: transparent;
9
- @_sap_tnt_ToolPage_ContentBackgroundList: @sapUiGroupContentBackground;
9
+ @_sap_tnt_ToolPage_ContentBackgroundList: var(--sapGroup_ContentBackground);
10
10
  @_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
11
11
  @_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
12
12
  @_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
13
13
  @_sap_tnt_ToolPage_AsidePhoneWidth: 100%;
14
- @_sap_tnt_ToolHeader_Shadow: @sapUiShellShadow;
14
+ @_sap_tnt_ToolHeader_Shadow: var(--sapShell_Shadow);
@@ -4,19 +4,19 @@
4
4
  /* ======================================= */
5
5
 
6
6
  @_sap_tnt_NavigationList_CollapsedWidth: 4rem;
7
- @_sap_tnt_NavigationList_ExpandIconColor: @sapUiContentNonInteractiveIconColor;
7
+ @_sap_tnt_NavigationList_ExpandIconColor: var(--sapContent_NonInteractiveIconColor);
8
8
  @_sap_tnt_NavigationList_ItemHeight: 2.75rem;
9
- @_sap_tnt_NavigationList_ItemBorderStyleColor: solid @sapUiListBorderColor;
9
+ @_sap_tnt_NavigationList_ItemBorderStyleColor: solid var(--sapList_BorderColor);
10
10
  @_sap_tnt_NavigationList_ItemBorderWidth: 0 0 0.0625rem 0;
11
11
  @_sap_tnt_NavigationList_ItemFocusBorderOffset: 0;
12
12
  @_sap_tnt_NavigationList_LastItemBorderStyleColor: solid transparent;
13
- @_sap_tnt_NavigationList_HoverBorderStyleColor: solid @sapUiListSelectionBorderColor;
13
+ @_sap_tnt_NavigationList_HoverBorderStyleColor: solid var(--sapList_SelectionBorderColor);
14
14
  @_sap_tnt_NavigationList_HoverBorderWidth: 0.0625rem;
15
15
  @_sap_tnt_NavigationList_SelectedBorderWidth: 0.0625rem;
16
16
  @_sap_tnt_NavigationList_SelectedAndFocusedBorderStyleColor: none;
17
- @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
17
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), var(--sapList_SelectionBackgroundColor);
18
18
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
19
- @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
19
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), var(--sapList_SelectionBackgroundColor);
20
20
  @_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
21
21
  @_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.25rem;
22
22
  @_sap_tnt_NavigationList_ParentItemBottomMarginInPopup: 0.5rem;
@@ -41,7 +41,7 @@
41
41
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
42
42
  @_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
43
43
  @_sap_tnt_NavigationList_CollapsedHiddenExpanderPadding: 1rem;
44
- @_sap_tnt_NavigationList_NavigationIndicator: "\E066";
44
+ @_sap_tnt_NavigationList_NavigationIndicator: '\E066';
45
45
  @_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
46
46
  @_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
47
47
  @_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
@@ -50,4 +50,4 @@
50
50
  @_sap_tnt_NavigationList_ActionItemBorderHover: 1px solid transparent;
51
51
  @_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
52
52
  @_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
53
- @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
53
+ @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
@@ -1,13 +1,13 @@
1
- /* ================================= */
2
- /* CSS for control sap.tnt/ToolPage */
3
- /* Horizon HCB theme */
4
- /* ================================= */
1
+ /* ================================== */
2
+ /* CSS for control sap.tnt/ToolPage */
3
+ /* Horizon High Contrast Black theme */
4
+ /* ================================== */
5
5
 
6
- @_sap_tnt_ToolPage_Background: @sapUiBaseBG;
7
- @_sap_tnt_ToolPage_ContentBackgroundStandard: @sapUiBaseBG;
8
- @_sap_tnt_ToolPage_ContentBackgroundSolid: @sapUiBaseBG;
6
+ @_sap_tnt_ToolPage_Background: var(--sapBackgroundColor);
7
+ @_sap_tnt_ToolPage_ContentBackgroundStandard: var(--sapBackgroundColor);
8
+ @_sap_tnt_ToolPage_ContentBackgroundSolid: var(--sapBackgroundColor);
9
9
  @_sap_tnt_ToolPage_ContentBackgroundTransparent: transparent;
10
- @_sap_tnt_ToolPage_ContentBackgroundList: @sapUiGroupContentBackground;
10
+ @_sap_tnt_ToolPage_ContentBackgroundList: var(--sapGroup_ContentBackground);
11
11
  @_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
12
12
  @_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
13
13
  @_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
@@ -4,19 +4,19 @@
4
4
  /* ======================================= */
5
5
 
6
6
  @_sap_tnt_NavigationList_CollapsedWidth: 4rem;
7
- @_sap_tnt_NavigationList_ExpandIconColor: @sapUiContentNonInteractiveIconColor;
7
+ @_sap_tnt_NavigationList_ExpandIconColor: var(--sapContent_NonInteractiveIconColor);
8
8
  @_sap_tnt_NavigationList_ItemHeight: 2.75rem;
9
- @_sap_tnt_NavigationList_ItemBorderStyleColor: solid @sapUiListBorderColor;
9
+ @_sap_tnt_NavigationList_ItemBorderStyleColor: solid var(--sapList_BorderColor);
10
10
  @_sap_tnt_NavigationList_ItemBorderWidth: 0 0 0.0625rem 0;
11
11
  @_sap_tnt_NavigationList_ItemFocusBorderOffset: 0;
12
12
  @_sap_tnt_NavigationList_LastItemBorderStyleColor: solid transparent;
13
- @_sap_tnt_NavigationList_HoverBorderStyleColor: solid @sapUiListSelectionBorderColor;
13
+ @_sap_tnt_NavigationList_HoverBorderStyleColor: solid var(--sapList_SelectionBorderColor);
14
14
  @_sap_tnt_NavigationList_HoverBorderWidth: 0.0625rem;
15
15
  @_sap_tnt_NavigationList_SelectedBorderWidth: 0.0625rem;
16
16
  @_sap_tnt_NavigationList_SelectedAndFocusedBorderStyleColor: none;
17
- @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
17
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), var(--sapList_SelectionBackgroundColor);
18
18
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
19
- @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
19
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), var(--sapList_SelectionBackgroundColor);
20
20
  @_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
21
21
  @_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.25rem;
22
22
  @_sap_tnt_NavigationList_ParentItemBottomMarginInPopup: 0.5rem;
@@ -41,7 +41,7 @@
41
41
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
42
42
  @_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
43
43
  @_sap_tnt_NavigationList_CollapsedHiddenExpanderPadding: 1rem;
44
- @_sap_tnt_NavigationList_NavigationIndicator: "\E066";
44
+ @_sap_tnt_NavigationList_NavigationIndicator: '\E066';
45
45
  @_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
46
46
  @_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
47
47
  @_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
@@ -50,4 +50,4 @@
50
50
  @_sap_tnt_NavigationList_ActionItemBorderHover: 1px solid transparent;
51
51
  @_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
52
52
  @_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
53
- @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
53
+ @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
@@ -3,11 +3,11 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ================================== */
5
5
 
6
- @_sap_tnt_ToolPage_Background: @sapUiBaseBG;
7
- @_sap_tnt_ToolPage_ContentBackgroundStandard: @sapUiBaseBG;
8
- @_sap_tnt_ToolPage_ContentBackgroundSolid: @sapUiBaseBG;
6
+ @_sap_tnt_ToolPage_Background: var(--sapBackgroundColor);
7
+ @_sap_tnt_ToolPage_ContentBackgroundStandard: var(--sapBackgroundColor);
8
+ @_sap_tnt_ToolPage_ContentBackgroundSolid: var(--sapBackgroundColor);
9
9
  @_sap_tnt_ToolPage_ContentBackgroundTransparent: transparent;
10
- @_sap_tnt_ToolPage_ContentBackgroundList: @sapUiGroupContentBackground;
10
+ @_sap_tnt_ToolPage_ContentBackgroundList: var(--sapGroup_ContentBackground);
11
11
  @_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
12
12
  @_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
13
13
  @_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
@@ -1,9 +1,8 @@
1
- /*
2
- / ============================================ /
3
- / CSS for control sap.ui.codeeditor/CodeEditor /
4
- / Horizon High Contrast Black theme /
5
- / ============================================ /
6
- */
1
+ /* ============================================= */
2
+ /* CSS for control sap.ui.codeeditor/CodeEditor */
3
+ /* Horizon High Contrast Black theme */
4
+ /* ============================================= */
5
+
7
6
  .sapCEdThemeDefault .ace_editor {
8
7
  .ace_marker-layer .ace_selection {
9
8
  background: #292929;
@@ -1,9 +1,8 @@
1
- /*
2
- / ============================================ /
3
- / CSS for control sap.ui.codeeditor/CodeEditor /
4
- / Horizon High Contrast White theme /
5
- / ============================================ /
6
- */
1
+ /* ============================================= */
2
+ /* CSS for control sap.ui.codeeditor/CodeEditor */
3
+ /* Horizon High Contrast White theme */
4
+ /* ============================================= */
5
+
7
6
  .sapCEdThemeDefault .ace_editor {
8
7
  .ace_marker-layer .ace_selection {
9
8
  background: #EAECEE;
@@ -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.141.2</version>
9
+ <version>1.143.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12