@openui5/themelib_sap_horizon 1.108.43 → 1.108.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.108.43",
3
+ "version": "1.108.44",
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.108.43",
18
- "@openui5/sap.m": "1.108.43",
19
- "@openui5/sap.tnt": "1.108.43",
20
- "@openui5/sap.ui.codeeditor": "1.108.43",
21
- "@openui5/sap.ui.commons": "1.108.43",
22
- "@openui5/sap.ui.core": "1.108.43",
23
- "@openui5/sap.ui.dt": "1.108.43",
24
- "@openui5/sap.ui.fl": "1.108.43",
25
- "@openui5/sap.ui.mdc": "1.108.43",
26
- "@openui5/sap.ui.integration": "1.108.43",
27
- "@openui5/sap.ui.layout": "1.108.43",
28
- "@openui5/sap.ui.rta": "1.108.43",
29
- "@openui5/sap.ui.suite": "1.108.43",
30
- "@openui5/sap.ui.table": "1.108.43",
31
- "@openui5/sap.ui.unified": "1.108.43",
32
- "@openui5/sap.ui.ux3": "1.108.43",
33
- "@openui5/sap.uxap": "1.108.43"
17
+ "@openui5/sap.f": "1.108.44",
18
+ "@openui5/sap.m": "1.108.44",
19
+ "@openui5/sap.tnt": "1.108.44",
20
+ "@openui5/sap.ui.codeeditor": "1.108.44",
21
+ "@openui5/sap.ui.commons": "1.108.44",
22
+ "@openui5/sap.ui.core": "1.108.44",
23
+ "@openui5/sap.ui.dt": "1.108.44",
24
+ "@openui5/sap.ui.fl": "1.108.44",
25
+ "@openui5/sap.ui.mdc": "1.108.44",
26
+ "@openui5/sap.ui.integration": "1.108.44",
27
+ "@openui5/sap.ui.layout": "1.108.44",
28
+ "@openui5/sap.ui.rta": "1.108.44",
29
+ "@openui5/sap.ui.suite": "1.108.44",
30
+ "@openui5/sap.ui.table": "1.108.44",
31
+ "@openui5/sap.ui.unified": "1.108.44",
32
+ "@openui5/sap.ui.ux3": "1.108.44",
33
+ "@openui5/sap.uxap": "1.108.44"
34
34
  }
35
35
  }
@@ -155,23 +155,6 @@ span.sapMBtnInner.sapMBtnEmphasized {
155
155
  /* Custom focus border: */
156
156
  /* ---------------------------------------------------------------------*/
157
157
 
158
- html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable {
159
- border-color: @sapUiContentFocusColor;
160
- }
161
-
162
- // Value State Message buttons
163
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
164
- border-color: @sapUiButtonCriticalBorderColor;
165
- }
166
-
167
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
168
- border-color: @sapUiButtonNegativeBorderColor;
169
- }
170
-
171
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
172
- border-color: @sapButton_Success_BorderColor;
173
- }
174
-
175
158
  html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
176
159
  content: "";
177
160
  position: absolute;
@@ -200,6 +183,19 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActi
200
183
  text-shadow: @sapUiContentTextShadow;
201
184
  }
202
185
 
186
+ // Value State Message buttons
187
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
188
+ border-color: @sapUiButtonCriticalBorderColor;
189
+ }
190
+
191
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
192
+ border-color: @sapUiButtonNegativeBorderColor;
193
+ }
194
+
195
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
196
+ border-color: @sapButton_Success_BorderColor;
197
+ }
198
+
203
199
  /* ---------------------------------------------------------------------*/
204
200
  /* Disabled, hover and active states: */
205
201
  /* ---------------------------------------------------------------------*/
@@ -155,23 +155,6 @@ span.sapMBtnInner.sapMBtnEmphasized {
155
155
  /* Custom focus border: */
156
156
  /* ---------------------------------------------------------------------*/
157
157
 
158
- html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable {
159
- border-color: @sapUiContentFocusColor;
160
- }
161
-
162
- // Value State Message buttons
163
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
164
- border-color: @sapUiButtonCriticalBorderColor;
165
- }
166
-
167
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
168
- border-color: @sapUiButtonNegativeBorderColor;
169
- }
170
-
171
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
172
- border-color: @sapButton_Success_BorderColor;
173
- }
174
-
175
158
  html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
176
159
  content: "";
177
160
  position: absolute;
@@ -200,6 +183,19 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActi
200
183
  text-shadow: @sapUiContentTextShadow;
201
184
  }
202
185
 
186
+ // Value State Message buttons
187
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
188
+ border-color: @sapUiButtonCriticalBorderColor;
189
+ }
190
+
191
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
192
+ border-color: @sapUiButtonNegativeBorderColor;
193
+ }
194
+
195
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
196
+ border-color: @sapButton_Success_BorderColor;
197
+ }
198
+
203
199
  /* ---------------------------------------------------------------------*/
204
200
  /* Disabled, hover and active states: */
205
201
  /* ---------------------------------------------------------------------*/
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-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.108.43</version>
9
+ <version>1.108.44</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-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.108.43</version>
9
+ <version>1.108.44</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-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.108.43</version>
9
+ <version>1.108.44</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-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.108.43</version>
9
+ <version>1.108.44</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12