@openui5/themelib_sap_bluecrystal 1.84.27 → 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_bluecrystal",
3
- "version": "1.84.27",
3
+ "version": "1.84.29",
4
4
  "description": "OpenUI5 Theme Library sap_bluecrystal",
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.27",
18
- "@openui5/sap.m": "1.84.27",
19
- "@openui5/sap.tnt": "1.84.27",
20
- "@openui5/sap.ui.codeeditor": "1.84.27",
21
- "@openui5/sap.ui.commons": "1.84.27",
22
- "@openui5/sap.ui.core": "1.84.27",
23
- "@openui5/sap.ui.dt": "1.84.27",
24
- "@openui5/sap.ui.fl": "1.84.27",
25
- "@openui5/sap.ui.mdc": "1.84.27",
26
- "@openui5/sap.ui.integration": "1.84.27",
27
- "@openui5/sap.ui.layout": "1.84.27",
28
- "@openui5/sap.ui.rta": "1.84.27",
29
- "@openui5/sap.ui.suite": "1.84.27",
30
- "@openui5/sap.ui.table": "1.84.27",
31
- "@openui5/sap.ui.unified": "1.84.27",
32
- "@openui5/sap.ui.ux3": "1.84.27",
33
- "@openui5/sap.uxap": "1.84.27"
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.27</version>
9
+ <version>1.84.29</version>
10
10
 
11
11
  <documentation>SAPUI5 bluecrystal theme library.</documentation>
12
12
 
@@ -602,6 +602,8 @@
602
602
 
603
603
  @sapContent_Selected_Hover_Background: lighten(@sapContent_Selected_Background, 3);
604
604
 
605
+ @sapContent_ForcedColorAdjust: none;
606
+
605
607
  /* Content Illustrative Colors */
606
608
  @sapContent_Illustrative_Color1: #427cac;
607
609
  @sapContent_Illustrative_Color2: #93b7d6;
@@ -129,6 +129,7 @@
129
129
  @sapUiContentSelectedTextColor: @sapContent_Selected_TextColor;
130
130
  @sapUiContentSelectedBackground: @sapContent_Selected_Background;
131
131
  @sapUiContentSelectedHoverBackground: @sapContent_Selected_Hover_Background;
132
+ @sapUiContentForcedColorAdjust: @sapContent_ForcedColorAdjust;
132
133
 
133
134
  @sapUiContentIllustrativeColor1: @sapContent_Illustrative_Color1;
134
135
  @sapUiContentIllustrativeColor2: @sapContent_Illustrative_Color2;