@openui5/themelib_sap_horizon 1.120.43 → 1.120.45

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
@@ -292,7 +292,7 @@ License: MIT
292
292
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
293
293
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/bignumber.js
294
294
 
295
- Component: lodash, version: 4.17.23
295
+ Component: lodash, version: 4.18.1
296
296
  Copyright: OpenJS Foundation and other contributors
297
297
  License: MIT
298
298
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.120.43",
3
+ "version": "1.120.45",
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/SAP/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.120.43",
18
- "@openui5/sap.m": "1.120.43",
19
- "@openui5/sap.tnt": "1.120.43",
20
- "@openui5/sap.ui.codeeditor": "1.120.43",
21
- "@openui5/sap.ui.commons": "1.120.43",
22
- "@openui5/sap.ui.core": "1.120.43",
23
- "@openui5/sap.ui.dt": "1.120.43",
24
- "@openui5/sap.ui.fl": "1.120.43",
25
- "@openui5/sap.ui.mdc": "1.120.43",
26
- "@openui5/sap.ui.integration": "1.120.43",
27
- "@openui5/sap.ui.layout": "1.120.43",
28
- "@openui5/sap.ui.rta": "1.120.43",
29
- "@openui5/sap.ui.suite": "1.120.43",
30
- "@openui5/sap.ui.table": "1.120.43",
31
- "@openui5/sap.ui.unified": "1.120.43",
32
- "@openui5/sap.ui.ux3": "1.120.43",
33
- "@openui5/sap.uxap": "1.120.43"
17
+ "@openui5/sap.f": "1.120.45",
18
+ "@openui5/sap.m": "1.120.45",
19
+ "@openui5/sap.tnt": "1.120.45",
20
+ "@openui5/sap.ui.codeeditor": "1.120.45",
21
+ "@openui5/sap.ui.commons": "1.120.45",
22
+ "@openui5/sap.ui.core": "1.120.45",
23
+ "@openui5/sap.ui.dt": "1.120.45",
24
+ "@openui5/sap.ui.fl": "1.120.45",
25
+ "@openui5/sap.ui.mdc": "1.120.45",
26
+ "@openui5/sap.ui.integration": "1.120.45",
27
+ "@openui5/sap.ui.layout": "1.120.45",
28
+ "@openui5/sap.ui.rta": "1.120.45",
29
+ "@openui5/sap.ui.suite": "1.120.45",
30
+ "@openui5/sap.ui.table": "1.120.45",
31
+ "@openui5/sap.ui.unified": "1.120.45",
32
+ "@openui5/sap.ui.ux3": "1.120.45",
33
+ "@openui5/sap.uxap": "1.120.45"
34
34
  }
35
35
  }
@@ -149,6 +149,7 @@ span.sapMBtnInner.sapMBtnEmphasized {
149
149
  /* Custom focus border: */
150
150
  /* ---------------------------------------------------------------------*/
151
151
 
152
+ .sapMBtn:focus-visible > .sapMFocusable:not(.sapMBadgeIndicator)::before,
152
153
  html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
153
154
  content: "";
154
155
  position: absolute;
@@ -162,6 +163,10 @@ html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before
162
163
  border-radius: 0.375rem;
163
164
  }
164
165
 
166
+ .sapMBtn:focus-visible > .sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator)::before,
167
+ .sapMBtn:focus-visible > .sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
168
+ .sapMBtn:focus-visible > .sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
169
+ .sapMBtn:focus-visible > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
165
170
  html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator):before,
166
171
  html.sap-desktop .sapMBtn:focus > .sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before,
167
172
  html.sap-desktop .sapMBtn:focus > .sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before,
@@ -149,6 +149,7 @@ span.sapMBtnInner.sapMBtnEmphasized {
149
149
  /* Custom focus border: */
150
150
  /* ---------------------------------------------------------------------*/
151
151
 
152
+ .sapMBtn:focus-visible > .sapMFocusable:not(.sapMBadgeIndicator)::before,
152
153
  html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
153
154
  content: "";
154
155
  position: absolute;
@@ -162,6 +163,10 @@ html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before
162
163
  border-radius: 0.375rem;
163
164
  }
164
165
 
166
+ .sapMBtn:focus-visible > .sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator)::before,
167
+ .sapMBtn:focus-visible > .sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
168
+ .sapMBtn:focus-visible > .sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
169
+ .sapMBtn:focus-visible > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
165
170
  html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator):before,
166
171
  html.sap-desktop .sapMBtn:focus > .sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before,
167
172
  html.sap-desktop .sapMBtn:focus > .sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before,
@@ -156,15 +156,22 @@ span.sapMBtnInner.sapMBtnEmphasized {
156
156
  /* Custom focus outline: */
157
157
  /* ---------------------------------------------------------------------*/
158
158
 
159
+ .sapMBtn:focus-visible > .sapMFocusable,
159
160
  html.sap-desktop .sapMBtn:focus > .sapMFocusable {
160
161
  outline: @sapUiContentFocusWidth dotted @sapUiContentFocusColor;
161
162
  outline-offset: -0.25rem;
162
163
  }
163
164
 
165
+ .sapMBtn:focus-visible > .sapMFocusable,
164
166
  html.sap-desktop .sapMBtn:focus > .sapMBtnActive.sapMFocusable {
165
167
  outline-color: @sapUiContentContrastFocusColor;
166
168
  }
167
169
 
170
+ .sapMBtn:focus-visible > .sapMBtnEmphasized.sapMFocusable,
171
+ .sapMBtn:focus-visible > .sapMBtnCritical.sapMFocusable,
172
+ .sapMBtn:focus-visible > .sapMBtnNegative.sapMFocusable,
173
+ .sapMBtn:focus-visible > .sapMBtnSuccess.sapMFocusable,
174
+ .sapMBtn:focus-visible > .sapMBtnNeutral.sapMFocusable,
168
175
  html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMFocusable,
169
176
  html.sap-desktop .sapMBtn:focus > .sapMBtnCritical.sapMFocusable,
170
177
  html.sap-desktop .sapMBtn:focus > .sapMBtnNegative.sapMFocusable,
@@ -173,6 +180,7 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable {
173
180
  outline-color: @sapUiContentContrastFocusColor;
174
181
  }
175
182
 
183
+ .sapMBtn:focus-visible > .sapMBtnActive.sapMBtnEmphasized.sapMFocusable,
176
184
  html.sap-desktop .sapMBtn:focus > .sapMBtnActive.sapMBtnEmphasized.sapMFocusable {
177
185
  outline-color: @sapUiContentContrastFocusColor;
178
186
  }
@@ -156,15 +156,22 @@ span.sapMBtnInner.sapMBtnEmphasized {
156
156
  /* Custom focus outline: */
157
157
  /* ---------------------------------------------------------------------*/
158
158
 
159
+ .sapMBtn:focus-visible > .sapMFocusable,
159
160
  html.sap-desktop .sapMBtn:focus > .sapMFocusable {
160
161
  outline: @sapUiContentFocusWidth dotted @sapUiContentFocusColor;
161
162
  outline-offset: -0.25rem;
162
163
  }
163
164
 
165
+ .sapMBtn:focus-visible > .sapMFocusable,
164
166
  html.sap-desktop .sapMBtn:focus > .sapMBtnActive.sapMFocusable {
165
167
  outline-color: @sapUiContentContrastFocusColor;
166
168
  }
167
169
 
170
+ .sapMBtn:focus-visible > .sapMBtnEmphasized.sapMFocusable,
171
+ .sapMBtn:focus-visible > .sapMBtnCritical.sapMFocusable,
172
+ .sapMBtn:focus-visible > .sapMBtnNegative.sapMFocusable,
173
+ .sapMBtn:focus-visible > .sapMBtnSuccess.sapMFocusable,
174
+ .sapMBtn:focus-visible > .sapMBtnNeutral.sapMFocusable,
168
175
  html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMFocusable,
169
176
  html.sap-desktop .sapMBtn:focus > .sapMBtnCritical.sapMFocusable,
170
177
  html.sap-desktop .sapMBtn:focus > .sapMBtnNegative.sapMFocusable,
@@ -173,6 +180,7 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable {
173
180
  outline-color: @sapUiContentContrastFocusColor;
174
181
  }
175
182
 
183
+ .sapMBtn:focus-visible > .sapMBtnActive.sapMBtnEmphasized.sapMFocusable,
176
184
  html.sap-desktop .sapMBtn:focus > .sapMBtnActive.sapMBtnEmphasized.sapMFocusable {
177
185
  outline-color: @sapUiContentContrastFocusColor;
178
186
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-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.120.43</version>
9
+ <version>1.120.45</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 2009-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.120.43</version>
9
+ <version>1.120.45</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 2009-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.120.43</version>
9
+ <version>1.120.45</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 2009-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.120.43</version>
9
+ <version>1.120.45</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12
 
@@ -12,6 +12,8 @@
12
12
  html.sap-desktop .sapUxAPHierarchicalSelect {
13
13
  border: none;
14
14
  background-color: transparent;
15
+ box-shadow: none;
16
+
15
17
 
16
18
  &.sapMSltHoverable {
17
19
  border: none;
@@ -19,6 +21,11 @@ html.sap-desktop .sapUxAPHierarchicalSelect {
19
21
  &:hover {
20
22
  background: transparent;
21
23
  }
24
+ &.sapMSlt.sapMSltIconOnly.sapMSltHoverable:hover:not(.sapMSltState).sapMSltWithIcon,
25
+ &.sapMSltPressed:not(.sapMSltDisabled):not(.sapMSltState):not(.sapMSltExpanded),
26
+ &.sapMSltFocused:not(.sapMSltDisabled):not(.sapMSltState):not(.sapMSltExpanded) {
27
+ box-shadow: none;
28
+ }
22
29
 
23
30
  &.sapMSltIconOnly.sapMSlt.sapMSltFocused {
24
31
  outline: none;
@@ -12,6 +12,7 @@
12
12
  html.sap-desktop .sapUxAPHierarchicalSelect {
13
13
  border: none;
14
14
  background-color: transparent;
15
+ box-shadow: none;
15
16
 
16
17
  &.sapMSltHoverable {
17
18
  border: none;
@@ -19,6 +20,11 @@ html.sap-desktop .sapUxAPHierarchicalSelect {
19
20
  &:hover {
20
21
  background: transparent;
21
22
  }
23
+ &.sapMSlt.sapMSltIconOnly.sapMSltHoverable:hover:not(.sapMSltState).sapMSltWithIcon,
24
+ &.sapMSltPressed:not(.sapMSltDisabled):not(.sapMSltState):not(.sapMSltExpanded),
25
+ &.sapMSltFocused:not(.sapMSltDisabled):not(.sapMSltState):not(.sapMSltExpanded) {
26
+ box-shadow: none;
27
+ }
22
28
 
23
29
  &.sapMSltIconOnly.sapMSlt.sapMSltFocused {
24
30
  outline: none;
@@ -26,6 +26,9 @@ html.sap-desktop .sapUxAPHierarchicalSelect {
26
26
  &.sapMSltFocused {
27
27
  background: transparent;
28
28
  }
29
+ &:not(.sapMSltState) {
30
+ border: none;
31
+ }
29
32
  }
30
33
 
31
34
  &.sapMSltFocused {
@@ -26,6 +26,9 @@ html.sap-desktop .sapUxAPHierarchicalSelect {
26
26
  &.sapMSltFocused {
27
27
  background: transparent;
28
28
  }
29
+ &:not(.sapMSltState) {
30
+ border: none;
31
+ }
29
32
  }
30
33
 
31
34
  &.sapMSltFocused {