@openui5/themelib_sap_horizon 1.120.34 → 1.120.36

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
@@ -401,7 +401,7 @@ License: MIT
401
401
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
402
402
  Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
403
403
 
404
- Component: Markdown-it, version: 12.3.2
404
+ Component: Markdown-it, version: 14.1.0
405
405
  Copyright: 2014 Vitaly Puzrin, Alex Kocharin
406
406
  License: MIT
407
407
  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.34",
3
+ "version": "1.120.36",
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.34",
18
- "@openui5/sap.m": "1.120.34",
19
- "@openui5/sap.tnt": "1.120.34",
20
- "@openui5/sap.ui.codeeditor": "1.120.34",
21
- "@openui5/sap.ui.commons": "1.120.34",
22
- "@openui5/sap.ui.core": "1.120.34",
23
- "@openui5/sap.ui.dt": "1.120.34",
24
- "@openui5/sap.ui.fl": "1.120.34",
25
- "@openui5/sap.ui.mdc": "1.120.34",
26
- "@openui5/sap.ui.integration": "1.120.34",
27
- "@openui5/sap.ui.layout": "1.120.34",
28
- "@openui5/sap.ui.rta": "1.120.34",
29
- "@openui5/sap.ui.suite": "1.120.34",
30
- "@openui5/sap.ui.table": "1.120.34",
31
- "@openui5/sap.ui.unified": "1.120.34",
32
- "@openui5/sap.ui.ux3": "1.120.34",
33
- "@openui5/sap.uxap": "1.120.34"
17
+ "@openui5/sap.f": "1.120.36",
18
+ "@openui5/sap.m": "1.120.36",
19
+ "@openui5/sap.tnt": "1.120.36",
20
+ "@openui5/sap.ui.codeeditor": "1.120.36",
21
+ "@openui5/sap.ui.commons": "1.120.36",
22
+ "@openui5/sap.ui.core": "1.120.36",
23
+ "@openui5/sap.ui.dt": "1.120.36",
24
+ "@openui5/sap.ui.fl": "1.120.36",
25
+ "@openui5/sap.ui.mdc": "1.120.36",
26
+ "@openui5/sap.ui.integration": "1.120.36",
27
+ "@openui5/sap.ui.layout": "1.120.36",
28
+ "@openui5/sap.ui.rta": "1.120.36",
29
+ "@openui5/sap.ui.suite": "1.120.36",
30
+ "@openui5/sap.ui.table": "1.120.36",
31
+ "@openui5/sap.ui.unified": "1.120.36",
32
+ "@openui5/sap.ui.ux3": "1.120.36",
33
+ "@openui5/sap.uxap": "1.120.36"
34
34
  }
35
35
  }
@@ -149,23 +149,6 @@ span.sapMBtnInner.sapMBtnEmphasized {
149
149
  /* Custom focus border: */
150
150
  /* ---------------------------------------------------------------------*/
151
151
 
152
- html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable {
153
- border-color: @sapUiContentFocusColor;
154
- }
155
-
156
- // Value State Message buttons
157
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
158
- border-color: @sapUiButtonCriticalBorderColor;
159
- }
160
-
161
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
162
- border-color: @sapUiButtonNegativeBorderColor;
163
- }
164
-
165
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
166
- border-color: @sapButton_Success_BorderColor;
167
- }
168
-
169
152
  html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
170
153
  content: "";
171
154
  position: absolute;
@@ -195,6 +178,19 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActi
195
178
  text-shadow: @sapUiContentTextShadow;
196
179
  }
197
180
 
181
+ // Value State Message buttons
182
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
183
+ border-color: @sapUiButtonCriticalBorderColor;
184
+ }
185
+
186
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
187
+ border-color: @sapUiButtonNegativeBorderColor;
188
+ }
189
+
190
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
191
+ border-color: @sapButton_Success_BorderColor;
192
+ }
193
+
198
194
  /* ---------------------------------------------------------------------*/
199
195
  /* Disabled, hover and active states: */
200
196
  /* ---------------------------------------------------------------------*/
@@ -149,23 +149,6 @@ span.sapMBtnInner.sapMBtnEmphasized {
149
149
  /* Custom focus border: */
150
150
  /* ---------------------------------------------------------------------*/
151
151
 
152
- html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable {
153
- border-color: @sapUiContentFocusColor;
154
- }
155
-
156
- // Value State Message buttons
157
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
158
- border-color: @sapUiButtonCriticalBorderColor;
159
- }
160
-
161
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
162
- border-color: @sapUiButtonNegativeBorderColor;
163
- }
164
-
165
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
166
- border-color: @sapButton_Success_BorderColor;
167
- }
168
-
169
152
  html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
170
153
  content: "";
171
154
  position: absolute;
@@ -195,6 +178,19 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActi
195
178
  text-shadow: @sapUiContentTextShadow;
196
179
  }
197
180
 
181
+ // Value State Message buttons
182
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
183
+ border-color: @sapUiButtonCriticalBorderColor;
184
+ }
185
+
186
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
187
+ border-color: @sapUiButtonNegativeBorderColor;
188
+ }
189
+
190
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
191
+ border-color: @sapButton_Success_BorderColor;
192
+ }
193
+
198
194
  /* ---------------------------------------------------------------------*/
199
195
  /* Disabled, hover and active states: */
200
196
  /* ---------------------------------------------------------------------*/
@@ -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.120.34</version>
9
+ <version>1.120.36</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.120.34</version>
9
+ <version>1.120.36</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.120.34</version>
9
+ <version>1.120.36</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.120.34</version>
9
+ <version>1.120.36</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12