@openui5/themelib_sap_horizon 1.148.0 → 1.148.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/THIRDPARTY.txt CHANGED
@@ -39,7 +39,7 @@ Contained in: src/sap.f/src/sap/f/thirdparty/**
39
39
 
40
40
  Library: sap.m:
41
41
 
42
- Component: purify.js, version: 3.2.4
42
+ Component: purify.js, version: 3.4.1
43
43
  Copyright: Mario Heiderich
44
44
  License: Apache-2.0
45
45
  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.148.0",
3
+ "version": "1.148.1",
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.148.0",
18
- "@openui5/sap.m": "1.148.0",
19
- "@openui5/sap.tnt": "1.148.0",
20
- "@openui5/sap.ui.codeeditor": "1.148.0",
21
- "@openui5/sap.ui.commons": "1.148.0",
22
- "@openui5/sap.ui.core": "1.148.0",
23
- "@openui5/sap.ui.dt": "1.148.0",
24
- "@openui5/sap.ui.fl": "1.148.0",
25
- "@openui5/sap.ui.mdc": "1.148.0",
26
- "@openui5/sap.ui.integration": "1.148.0",
27
- "@openui5/sap.ui.layout": "1.148.0",
28
- "@openui5/sap.ui.rta": "1.148.0",
29
- "@openui5/sap.ui.suite": "1.148.0",
30
- "@openui5/sap.ui.table": "1.148.0",
31
- "@openui5/sap.ui.unified": "1.148.0",
32
- "@openui5/sap.ui.ux3": "1.148.0",
33
- "@openui5/sap.uxap": "1.148.0"
17
+ "@openui5/sap.f": "1.148.1",
18
+ "@openui5/sap.m": "1.148.1",
19
+ "@openui5/sap.tnt": "1.148.1",
20
+ "@openui5/sap.ui.codeeditor": "1.148.1",
21
+ "@openui5/sap.ui.commons": "1.148.1",
22
+ "@openui5/sap.ui.core": "1.148.1",
23
+ "@openui5/sap.ui.dt": "1.148.1",
24
+ "@openui5/sap.ui.fl": "1.148.1",
25
+ "@openui5/sap.ui.mdc": "1.148.1",
26
+ "@openui5/sap.ui.integration": "1.148.1",
27
+ "@openui5/sap.ui.layout": "1.148.1",
28
+ "@openui5/sap.ui.rta": "1.148.1",
29
+ "@openui5/sap.ui.suite": "1.148.1",
30
+ "@openui5/sap.ui.table": "1.148.1",
31
+ "@openui5/sap.ui.unified": "1.148.1",
32
+ "@openui5/sap.ui.ux3": "1.148.1",
33
+ "@openui5/sap.uxap": "1.148.1"
34
34
  }
35
35
  }
@@ -8,4 +8,5 @@
8
8
  @_sap_f_GridListItem_HeaderHeight: 2.75rem;
9
9
  @_sap_f_GridListItem_FocusedHighlightOffset: 0.5rem;
10
10
  @_sap_f_GridListItem_HighlightBorderRadius: 1rem;
11
- @_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
11
+ @_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
12
+ @_sap_f_GridListItem_SelectedBoxShadow: 0 0 0 0.125rem var(--sapList_SelectionBorderColor), var(--sapContent_Shadow0);
@@ -8,4 +8,5 @@
8
8
  @_sap_f_GridListItem_HeaderHeight: 2.75rem;
9
9
  @_sap_f_GridListItem_FocusedHighlightOffset: 0.5rem;
10
10
  @_sap_f_GridListItem_HighlightBorderRadius: 1rem;
11
- @_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
11
+ @_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
12
+ @_sap_f_GridListItem_SelectedBoxShadow: 0 0 0 0.125rem var(--sapList_SelectionBorderColor), var(--sapContent_Shadow0);
@@ -4,4 +4,5 @@
4
4
  /* =================================== */
5
5
 
6
6
  @_sap_f_GridListItem_HeaderBoxShadow: none;
7
- @_sap_f_GridListItem_HeaderHeight: 2.75rem;
7
+ @_sap_f_GridListItem_HeaderHeight: 2.75rem;
8
+ @_sap_f_GridListItem_SelectedBoxShadow: 0 0 0 0.125rem var(--sapList_SelectionBorderColor), var(--sapContent_Shadow0);
@@ -4,4 +4,5 @@
4
4
  /* =================================== */
5
5
 
6
6
  @_sap_f_GridListItem_HeaderBoxShadow: none;
7
- @_sap_f_GridListItem_HeaderHeight: 2.75rem;
7
+ @_sap_f_GridListItem_HeaderHeight: 2.75rem;
8
+ @_sap_f_GridListItem_SelectedBoxShadow: 0 0 0 0.125rem var(--sapList_SelectionBorderColor), var(--sapContent_Shadow0);
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.148.0</version>
9
+ <version>1.148.1</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.148.0</version>
9
+ <version>1.148.1</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.148.0</version>
9
+ <version>1.148.1</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.148.0</version>
9
+ <version>1.148.1</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12
 
@@ -89,6 +89,14 @@
89
89
  pointer-events: none;
90
90
  }
91
91
 
92
+ .sapUxAPObjectPageLayoutNoAnchorBar .sapUxAPObjectPageSection.sapUxAPObjectPageSectionNoTitle:focus {
93
+ outline: none;
94
+
95
+ &::before {
96
+ top: 1rem;
97
+ }
98
+ }
99
+
92
100
  /* Styles suporting Table inside ObjectPageSubSection scenario */
93
101
  .sapUiTableOnObjectPageAdjustmentsForSection.sapUxAPObjectPageSection .sapUxAPObjectPageSectionContainer .sapUxAPObjectPageSubSection:not(.sapUiAdjustedSectionSubsectionWithoutTable) .sapUxAPBlockContainer {
94
102
  background: transparent;
@@ -95,6 +95,14 @@
95
95
  pointer-events: none;
96
96
  }
97
97
 
98
+ .sapUxAPObjectPageLayoutNoAnchorBar .sapUxAPObjectPageSection.sapUxAPObjectPageSectionNoTitle:focus {
99
+ outline: none;
100
+
101
+ &::before {
102
+ top: 1rem;
103
+ }
104
+ }
105
+
98
106
  .sapUiSizeCompact .sapUxAPObjectPageSectionTitle {
99
107
  padding-bottom: 0;
100
108
  }
@@ -54,6 +54,14 @@
54
54
  pointer-events: none;
55
55
  }
56
56
 
57
+ .sapUxAPObjectPageLayoutNoAnchorBar .sapUxAPObjectPageSection.sapUxAPObjectPageSectionNoTitle:focus {
58
+ outline: none;
59
+
60
+ &::before {
61
+ top: 1rem;
62
+ }
63
+ }
64
+
57
65
  .sapUxAPObjectPageSectionHeader,
58
66
  .sapUxAPObjectPageSubSectionWithSeeMore .sapUxAPSubSectionSeeMoreContainer {
59
67
  padding-right: 2.25rem;
@@ -48,6 +48,14 @@
48
48
  pointer-events: none;
49
49
  }
50
50
 
51
+ .sapUxAPObjectPageLayoutNoAnchorBar .sapUxAPObjectPageSection.sapUxAPObjectPageSectionNoTitle:focus {
52
+ outline: none;
53
+
54
+ &::before {
55
+ top: 1rem;
56
+ }
57
+ }
58
+
51
59
  .sapUxAPObjectPageSectionHeader,
52
60
  .sapUxAPObjectPageSubSectionWithSeeMore .sapUxAPSubSectionSeeMoreContainer {
53
61
  padding-right: 2.25rem;