@openui5/themelib_sap_horizon 1.108.14 → 1.108.16

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.14",
3
+ "version": "1.108.16",
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.14",
18
- "@openui5/sap.m": "1.108.14",
19
- "@openui5/sap.tnt": "1.108.14",
20
- "@openui5/sap.ui.codeeditor": "1.108.14",
21
- "@openui5/sap.ui.commons": "1.108.14",
22
- "@openui5/sap.ui.core": "1.108.14",
23
- "@openui5/sap.ui.dt": "1.108.14",
24
- "@openui5/sap.ui.fl": "1.108.14",
25
- "@openui5/sap.ui.mdc": "1.108.14",
26
- "@openui5/sap.ui.integration": "1.108.14",
27
- "@openui5/sap.ui.layout": "1.108.14",
28
- "@openui5/sap.ui.rta": "1.108.14",
29
- "@openui5/sap.ui.suite": "1.108.14",
30
- "@openui5/sap.ui.table": "1.108.14",
31
- "@openui5/sap.ui.unified": "1.108.14",
32
- "@openui5/sap.ui.ux3": "1.108.14",
33
- "@openui5/sap.uxap": "1.108.14"
17
+ "@openui5/sap.f": "1.108.16",
18
+ "@openui5/sap.m": "1.108.16",
19
+ "@openui5/sap.tnt": "1.108.16",
20
+ "@openui5/sap.ui.codeeditor": "1.108.16",
21
+ "@openui5/sap.ui.commons": "1.108.16",
22
+ "@openui5/sap.ui.core": "1.108.16",
23
+ "@openui5/sap.ui.dt": "1.108.16",
24
+ "@openui5/sap.ui.fl": "1.108.16",
25
+ "@openui5/sap.ui.mdc": "1.108.16",
26
+ "@openui5/sap.ui.integration": "1.108.16",
27
+ "@openui5/sap.ui.layout": "1.108.16",
28
+ "@openui5/sap.ui.rta": "1.108.16",
29
+ "@openui5/sap.ui.suite": "1.108.16",
30
+ "@openui5/sap.ui.table": "1.108.16",
31
+ "@openui5/sap.ui.unified": "1.108.16",
32
+ "@openui5/sap.ui.ux3": "1.108.16",
33
+ "@openui5/sap.uxap": "1.108.16"
34
34
  }
35
35
  }
@@ -192,7 +192,7 @@ html.sap-desktop .sapMGT.sapMGTLineMode:active{
192
192
  /************************************************************/
193
193
 
194
194
  .sapMGTLineMode .sapMGTHdrTxt {
195
- color: @sapUiButtonTextColor;
195
+ color: @sapTile_TitleTextColor;
196
196
  font-size: @sapMFontMediumSize;
197
197
  text-shadow: @sapUiShadowText;
198
198
  }
@@ -23,11 +23,6 @@ html.sap-desktop .sapMTBActive:focus {
23
23
  padding: 0 0.5rem 0 0.75rem;
24
24
  }
25
25
 
26
- /* Transparent Toolbar Context */
27
- .sapMTB-Transparent-CTX.sapMTB {
28
- background: @sapUiToolbarBackground;
29
- }
30
-
31
26
  /* Info Toolbar Context */
32
27
  .sapMTB-Info-CTX.sapMTB {
33
28
  background: @sapUiInfobarNonInteractiveBackground;
@@ -192,7 +192,7 @@ html.sap-desktop .sapMGT.sapMGTLineMode:active{
192
192
  /************************************************************/
193
193
 
194
194
  .sapMGTLineMode .sapMGTHdrTxt {
195
- color: @sapUiButtonTextColor;
195
+ color: @sapTile_TitleTextColor;
196
196
  font-size: @sapMFontMediumSize;
197
197
  text-shadow: @sapUiShadowText;
198
198
  }
@@ -19,11 +19,6 @@ html.sap-desktop .sapMTBActive:focus {
19
19
  padding: 0 0.5rem 0 0.75rem;
20
20
  }
21
21
 
22
- /* Transparent Toolbar Context */
23
- .sapMTB-Transparent-CTX.sapMTB {
24
- background: @sapUiToolbarBackground;
25
- }
26
-
27
22
  /* Info Toolbar Context */
28
23
  .sapMTB-Info-CTX.sapMTB {
29
24
  background: @sapUiInfobarNonInteractiveBackground;
@@ -11,7 +11,6 @@ html.sap-desktop .sapMTBActive:focus {
11
11
  .sapMTB {
12
12
  height: 2.75rem;
13
13
  padding: 0 0.5rem;
14
- background: @sapUiToolbarBackground;
15
14
  }
16
15
 
17
16
  .sapMTB-Transparent-CTX.sapMTB,
@@ -19,11 +18,6 @@ html.sap-desktop .sapMTBActive:focus {
19
18
  padding: 0 0.5rem 0 0.75rem;
20
19
  }
21
20
 
22
- /* Transparent Toolbar Context */
23
- .sapMTB-Transparent-CTX.sapMTB {
24
- background: @sapUiToolbarBackground;
25
- }
26
-
27
21
  /* Info Toolbar Context */
28
22
  .sapMTB-Info-CTX.sapMTB {
29
23
  background: @sapUiInfobarNonInteractiveBackground;
@@ -11,7 +11,6 @@ html.sap-desktop .sapMTBActive:focus {
11
11
  .sapMTB {
12
12
  height: 2.75rem;
13
13
  padding: 0 0.5rem;
14
- background: @sapUiToolbarBackground;
15
14
  }
16
15
 
17
16
  .sapMTB-Transparent-CTX.sapMTB,
@@ -19,11 +18,6 @@ html.sap-desktop .sapMTBActive:focus {
19
18
  padding: 0 0.5rem 0 0.75rem;
20
19
  }
21
20
 
22
- /* Transparent Toolbar Context */
23
- .sapMTB-Transparent-CTX.sapMTB {
24
- background: @sapUiToolbarBackground;
25
- }
26
-
27
21
  /* Info Toolbar Context */
28
22
  .sapMTB-Info-CTX.sapMTB {
29
23
  background: @sapUiInfobarNonInteractiveBackground;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 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.14</version>
9
+ <version>1.108.16</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-2023 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.14</version>
9
+ <version>1.108.16</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-2023 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.14</version>
9
+ <version>1.108.16</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-2023 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.14</version>
9
+ <version>1.108.16</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12