@openui5/themelib_sap_fiori_3 1.84.28 → 1.84.29

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_fiori_3",
3
- "version": "1.84.28",
3
+ "version": "1.84.29",
4
4
  "description": "OpenUI5 Theme Library sap_fiori_3",
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.84.28",
18
- "@openui5/sap.m": "1.84.28",
19
- "@openui5/sap.tnt": "1.84.28",
20
- "@openui5/sap.ui.codeeditor": "1.84.28",
21
- "@openui5/sap.ui.commons": "1.84.28",
22
- "@openui5/sap.ui.core": "1.84.28",
23
- "@openui5/sap.ui.dt": "1.84.28",
24
- "@openui5/sap.ui.fl": "1.84.28",
25
- "@openui5/sap.ui.mdc": "1.84.28",
26
- "@openui5/sap.ui.integration": "1.84.28",
27
- "@openui5/sap.ui.layout": "1.84.28",
28
- "@openui5/sap.ui.rta": "1.84.28",
29
- "@openui5/sap.ui.suite": "1.84.28",
30
- "@openui5/sap.ui.table": "1.84.28",
31
- "@openui5/sap.ui.unified": "1.84.28",
32
- "@openui5/sap.ui.ux3": "1.84.28",
33
- "@openui5/sap.uxap": "1.84.28"
17
+ "@openui5/sap.f": "1.84.29",
18
+ "@openui5/sap.m": "1.84.29",
19
+ "@openui5/sap.tnt": "1.84.29",
20
+ "@openui5/sap.ui.codeeditor": "1.84.29",
21
+ "@openui5/sap.ui.commons": "1.84.29",
22
+ "@openui5/sap.ui.core": "1.84.29",
23
+ "@openui5/sap.ui.dt": "1.84.29",
24
+ "@openui5/sap.ui.fl": "1.84.29",
25
+ "@openui5/sap.ui.mdc": "1.84.29",
26
+ "@openui5/sap.ui.integration": "1.84.29",
27
+ "@openui5/sap.ui.layout": "1.84.29",
28
+ "@openui5/sap.ui.rta": "1.84.29",
29
+ "@openui5/sap.ui.suite": "1.84.29",
30
+ "@openui5/sap.ui.table": "1.84.29",
31
+ "@openui5/sap.ui.unified": "1.84.29",
32
+ "@openui5/sap.ui.ux3": "1.84.29",
33
+ "@openui5/sap.uxap": "1.84.29"
34
34
  }
35
35
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.84.28</version>
9
+ <version>1.84.29</version>
10
10
 
11
11
  <documentation>SAPUI5 Fiori 3 theme library.</documentation>
12
12
 
@@ -558,6 +558,8 @@
558
558
 
559
559
  @sapContent_Selected_Hover_Background: lighten(@sapContent_Selected_Background, 3);
560
560
 
561
+ @sapContent_ForcedColorAdjust: none;
562
+
561
563
  /* Content Illustrative Colors */
562
564
  @sapContent_Illustrative_Color1: #0a6ed1;
563
565
  @sapContent_Illustrative_Color2: #72b5f8;
@@ -109,6 +109,7 @@
109
109
  @sapUiContentSelectedTextColor: @sapContent_Selected_TextColor;
110
110
  @sapUiContentSelectedBackground: @sapContent_Selected_Background;
111
111
  @sapUiContentSelectedHoverBackground: @sapContent_Selected_Hover_Background;
112
+ @sapUiContentForcedColorAdjust: @sapContent_ForcedColorAdjust;
112
113
 
113
114
  @sapUiContentIllustrativeColor1: @sapContent_Illustrative_Color1;
114
115
  @sapUiContentIllustrativeColor2: @sapContent_Illustrative_Color2;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.84.28</version>
9
+ <version>1.84.29</version>
10
10
 
11
11
  <documentation>SAPUI5 quartz dark black theme library.</documentation>
12
12
 
@@ -558,6 +558,8 @@
558
558
 
559
559
  @sapContent_Selected_Hover_Background: darken(@sapContent_Selected_Background, 3);
560
560
 
561
+ @sapContent_ForcedColorAdjust: none;
562
+
561
563
  /* Content Illustrative Colors */
562
564
  @sapContent_Illustrative_Color1: #0a6ed1;
563
565
  @sapContent_Illustrative_Color2: #3793d1;
@@ -109,6 +109,7 @@
109
109
  @sapUiContentSelectedTextColor: @sapContent_Selected_TextColor;
110
110
  @sapUiContentSelectedBackground: @sapContent_Selected_Background;
111
111
  @sapUiContentSelectedHoverBackground: @sapContent_Selected_Hover_Background;
112
+ @sapUiContentForcedColorAdjust: @sapContent_ForcedColorAdjust;
112
113
 
113
114
  @sapUiContentIllustrativeColor1: @sapContent_Illustrative_Color1;
114
115
  @sapUiContentIllustrativeColor2: @sapContent_Illustrative_Color2;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.84.28</version>
9
+ <version>1.84.29</version>
10
10
 
11
11
  <documentation>SAPUI5 quartz high contrast black theme library.</documentation>
12
12
 
@@ -591,6 +591,8 @@
591
591
 
592
592
  @sapContent_Selected_Hover_Background: @sapHighlightColor;
593
593
 
594
+ @sapContent_ForcedColorAdjust: none;
595
+
594
596
  /* Content Illustrative Colors */
595
597
  @sapContent_Illustrative_Color1: #212628;
596
598
  @sapContent_Illustrative_Color2: #62737c;
@@ -110,6 +110,7 @@
110
110
  @sapUiContentSelectedTextColor: @sapContent_Selected_TextColor;
111
111
  @sapUiContentSelectedBackground: @sapContent_Selected_Background;
112
112
  @sapUiContentSelectedHoverBackground: @sapContent_Selected_Hover_Background;
113
+ @sapUiContentForcedColorAdjust: @sapContent_ForcedColorAdjust;
113
114
 
114
115
  @sapUiContentIllustrativeColor1: @sapContent_Illustrative_Color1;
115
116
  @sapUiContentIllustrativeColor2: @sapContent_Illustrative_Color2;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.84.28</version>
9
+ <version>1.84.29</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast white theme library.</documentation>
12
12
 
@@ -590,6 +590,8 @@
590
590
 
591
591
  @sapContent_Selected_Hover_Background: @sapHighlightColor;
592
592
 
593
+ @sapContent_ForcedColorAdjust: none;
594
+
593
595
  /* Content Illustrative Colors */
594
596
  @sapContent_Illustrative_Color1: #0a6ed1;
595
597
  @sapContent_Illustrative_Color2: #434e56;
@@ -110,6 +110,7 @@
110
110
  @sapUiContentSelectedTextColor: @sapContent_Selected_TextColor;
111
111
  @sapUiContentSelectedBackground: @sapContent_Selected_Background;
112
112
  @sapUiContentSelectedHoverBackground: @sapContent_Selected_Hover_Background;
113
+ @sapUiContentForcedColorAdjust: @sapContent_ForcedColorAdjust;
113
114
 
114
115
  @sapUiContentIllustrativeColor1: @sapContent_Illustrative_Color1;
115
116
  @sapUiContentIllustrativeColor2: @sapContent_Illustrative_Color2;