@openui5/themelib_sap_horizon 1.136.3 → 1.136.4

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.3",
3
+ "version": "1.136.4",
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.3",
18
- "@openui5/sap.m": "1.136.3",
19
- "@openui5/sap.tnt": "1.136.3",
20
- "@openui5/sap.ui.codeeditor": "1.136.3",
21
- "@openui5/sap.ui.commons": "1.136.3",
22
- "@openui5/sap.ui.core": "1.136.3",
23
- "@openui5/sap.ui.dt": "1.136.3",
24
- "@openui5/sap.ui.fl": "1.136.3",
25
- "@openui5/sap.ui.mdc": "1.136.3",
26
- "@openui5/sap.ui.integration": "1.136.3",
27
- "@openui5/sap.ui.layout": "1.136.3",
28
- "@openui5/sap.ui.rta": "1.136.3",
29
- "@openui5/sap.ui.suite": "1.136.3",
30
- "@openui5/sap.ui.table": "1.136.3",
31
- "@openui5/sap.ui.unified": "1.136.3",
32
- "@openui5/sap.ui.ux3": "1.136.3",
33
- "@openui5/sap.uxap": "1.136.3"
17
+ "@openui5/sap.f": "1.136.4",
18
+ "@openui5/sap.m": "1.136.4",
19
+ "@openui5/sap.tnt": "1.136.4",
20
+ "@openui5/sap.ui.codeeditor": "1.136.4",
21
+ "@openui5/sap.ui.commons": "1.136.4",
22
+ "@openui5/sap.ui.core": "1.136.4",
23
+ "@openui5/sap.ui.dt": "1.136.4",
24
+ "@openui5/sap.ui.fl": "1.136.4",
25
+ "@openui5/sap.ui.mdc": "1.136.4",
26
+ "@openui5/sap.ui.integration": "1.136.4",
27
+ "@openui5/sap.ui.layout": "1.136.4",
28
+ "@openui5/sap.ui.rta": "1.136.4",
29
+ "@openui5/sap.ui.suite": "1.136.4",
30
+ "@openui5/sap.ui.table": "1.136.4",
31
+ "@openui5/sap.ui.unified": "1.136.4",
32
+ "@openui5/sap.ui.ux3": "1.136.4",
33
+ "@openui5/sap.uxap": "1.136.4"
34
34
  }
35
35
  }
@@ -169,16 +169,10 @@ html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator)::befor
169
169
  border-radius: 0.375rem;
170
170
  }
171
171
 
172
- .sapMBtn:focus-visible > .sapMFocusable:not(.sapMBadgeIndicator)::before {
173
- border-color: red;
174
- }
175
-
176
172
  .sapMBtn:focus-visible > .sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator)::before,
177
173
  .sapMBtn:focus-visible > .sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
178
174
  .sapMBtn:focus-visible > .sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
179
- .sapMBtn:focus-visible > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before {
180
- border: 0.125rem solid red;
181
- }
175
+ .sapMBtn:focus-visible > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
182
176
  html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator)::before,
183
177
  html.sap-desktop .sapMBtn:focus > .sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
184
178
  html.sap-desktop .sapMBtn:focus > .sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
@@ -831,10 +831,6 @@ html.sap-desktop {
831
831
  }
832
832
  }
833
833
 
834
- .sapMITBFilter .sapMITBText {
835
- font-weight: bold;
836
- }
837
-
838
834
  /* ------------------------------------------------ */
839
835
  /* Shell overrides */
840
836
  /* ------------------------------------------------ */
@@ -325,7 +325,7 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
325
325
  background-size: 100% var(--sapField_InvalidBorderWidth);
326
326
  background-repeat: repeat-x;
327
327
  background-position: bottom;
328
- background-color: var(--sapField_InvalidBackgroundStyle);
328
+ background-color: var(--sapField_InvalidBackground);
329
329
  box-shadow: var(--sapField_InvalidShadow);
330
330
  }
331
331
 
@@ -832,10 +832,6 @@ html.sap-desktop {
832
832
  }
833
833
  }
834
834
 
835
- .sapMITBFilter .sapMITBText {
836
- font-weight: bold;
837
- }
838
-
839
835
  /* ------------------------------------------------ */
840
836
  /* Shell overrides */
841
837
  /* ------------------------------------------------ */
@@ -327,7 +327,7 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
327
327
  background-size: 100% var(--sapField_InvalidBorderWidth);
328
328
  background-repeat: repeat-x;
329
329
  background-position: bottom;
330
- background-color: var(--sapField_InvalidBackgroundStyle);
330
+ background-color: var(--sapField_InvalidBackground);
331
331
  box-shadow: var(--sapField_InvalidShadow);
332
332
  }
333
333
 
@@ -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.3</version>
9
+ <version>1.136.4</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.3</version>
9
+ <version>1.136.4</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.3</version>
9
+ <version>1.136.4</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.3</version>
9
+ <version>1.136.4</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12