@openui5/themelib_sap_horizon 1.136.5 → 1.136.6

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.136.5",
3
+ "version": "1.136.6",
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.136.5",
18
- "@openui5/sap.m": "1.136.5",
19
- "@openui5/sap.tnt": "1.136.5",
20
- "@openui5/sap.ui.codeeditor": "1.136.5",
21
- "@openui5/sap.ui.commons": "1.136.5",
22
- "@openui5/sap.ui.core": "1.136.5",
23
- "@openui5/sap.ui.dt": "1.136.5",
24
- "@openui5/sap.ui.fl": "1.136.5",
25
- "@openui5/sap.ui.mdc": "1.136.5",
26
- "@openui5/sap.ui.integration": "1.136.5",
27
- "@openui5/sap.ui.layout": "1.136.5",
28
- "@openui5/sap.ui.rta": "1.136.5",
29
- "@openui5/sap.ui.suite": "1.136.5",
30
- "@openui5/sap.ui.table": "1.136.5",
31
- "@openui5/sap.ui.unified": "1.136.5",
32
- "@openui5/sap.ui.ux3": "1.136.5",
33
- "@openui5/sap.uxap": "1.136.5"
17
+ "@openui5/sap.f": "1.136.6",
18
+ "@openui5/sap.m": "1.136.6",
19
+ "@openui5/sap.tnt": "1.136.6",
20
+ "@openui5/sap.ui.codeeditor": "1.136.6",
21
+ "@openui5/sap.ui.commons": "1.136.6",
22
+ "@openui5/sap.ui.core": "1.136.6",
23
+ "@openui5/sap.ui.dt": "1.136.6",
24
+ "@openui5/sap.ui.fl": "1.136.6",
25
+ "@openui5/sap.ui.mdc": "1.136.6",
26
+ "@openui5/sap.ui.integration": "1.136.6",
27
+ "@openui5/sap.ui.layout": "1.136.6",
28
+ "@openui5/sap.ui.rta": "1.136.6",
29
+ "@openui5/sap.ui.suite": "1.136.6",
30
+ "@openui5/sap.ui.table": "1.136.6",
31
+ "@openui5/sap.ui.unified": "1.136.6",
32
+ "@openui5/sap.ui.ux3": "1.136.6",
33
+ "@openui5/sap.uxap": "1.136.6"
34
34
  }
35
35
  }
@@ -137,24 +137,6 @@
137
137
  /* Custom focus border: */
138
138
  /* ---------------------------------------------------------------------*/
139
139
 
140
- .sapMBtn:focus-visible > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable,
141
- html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable {
142
- border-color: var(--sapContent_FocusColor);
143
- }
144
-
145
- // Value State Message buttons
146
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
147
- border-color: var(--sapButton_Critical_BorderColor);
148
- }
149
-
150
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
151
- border-color: var(--sapButton_Negative_BorderColor);
152
- }
153
-
154
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
155
- border-color: var(--sapButton_Success_BorderColor);
156
- }
157
-
158
140
  .sapMBtn:focus-visible > .sapMFocusable:not(.sapMBadgeIndicator)::before,
159
141
  html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator)::before {
160
142
  content: '';
@@ -189,6 +171,19 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActi
189
171
  text-shadow: var(--sapContent_TextShadow);
190
172
  }
191
173
 
174
+ // Value State Message buttons
175
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
176
+ border-color: var(--sapButton_Critical_BorderColor);
177
+ }
178
+
179
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
180
+ border-color: var(--sapButton_Negative_BorderColor);
181
+ }
182
+
183
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
184
+ border-color: var(--sapButton_Success_BorderColor);
185
+ }
186
+
192
187
  .sapMBtn {
193
188
  .sapMBtnCritical,
194
189
  .sapMBtnNegative,
@@ -137,24 +137,6 @@
137
137
  /* Custom focus border: */
138
138
  /* ---------------------------------------------------------------------*/
139
139
 
140
- .sapMBtn:focus-visible > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable,
141
- html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable {
142
- border-color: var(--sapContent_FocusColor);
143
- }
144
-
145
- // Value State Message buttons
146
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
147
- border-color: var(--sapButton_Critical_BorderColor);
148
- }
149
-
150
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
151
- border-color: var(--sapButton_Negative_BorderColor);
152
- }
153
-
154
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
155
- border-color: var(--sapButton_Success_BorderColor);
156
- }
157
-
158
140
  .sapMBtn:focus-visible > .sapMFocusable:not(.sapMBadgeIndicator)::before,
159
141
  html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator)::before {
160
142
  content: '';
@@ -189,6 +171,19 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActi
189
171
  text-shadow: var(--sapContent_TextShadow);
190
172
  }
191
173
 
174
+ // Value State Message buttons
175
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
176
+ border-color: var(--sapButton_Critical_BorderColor);
177
+ }
178
+
179
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
180
+ border-color: var(--sapButton_Negative_BorderColor);
181
+ }
182
+
183
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
184
+ border-color: var(--sapButton_Success_BorderColor);
185
+ }
186
+
192
187
  .sapMBtn {
193
188
  .sapMBtnCritical,
194
189
  .sapMBtnNegative,
@@ -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.136.5</version>
9
+ <version>1.136.6</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 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.136.5</version>
9
+ <version>1.136.6</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 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.136.5</version>
9
+ <version>1.136.6</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 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.136.5</version>
9
+ <version>1.136.6</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12