@openui5/themelib_sap_belize 1.71.48 → 1.71.52

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_belize",
3
- "version": "1.71.48",
3
+ "version": "1.71.52",
4
4
  "description": "OpenUI5 Theme Library sap_belize",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,19 +14,19 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.71.48",
18
- "@openui5/sap.m": "1.71.48",
19
- "@openui5/sap.tnt": "1.71.48",
20
- "@openui5/sap.ui.codeeditor": "1.71.48",
21
- "@openui5/sap.ui.commons": "1.71.48",
22
- "@openui5/sap.ui.core": "1.71.48",
23
- "@openui5/sap.ui.dt": "1.71.48",
24
- "@openui5/sap.ui.layout": "1.71.48",
25
- "@openui5/sap.ui.rta": "1.71.48",
26
- "@openui5/sap.ui.suite": "1.71.48",
27
- "@openui5/sap.ui.table": "1.71.48",
28
- "@openui5/sap.ui.unified": "1.71.48",
29
- "@openui5/sap.ui.ux3": "1.71.48",
30
- "@openui5/sap.uxap": "1.71.48"
17
+ "@openui5/sap.f": "1.71.52",
18
+ "@openui5/sap.m": "1.71.52",
19
+ "@openui5/sap.tnt": "1.71.52",
20
+ "@openui5/sap.ui.codeeditor": "1.71.52",
21
+ "@openui5/sap.ui.commons": "1.71.52",
22
+ "@openui5/sap.ui.core": "1.71.52",
23
+ "@openui5/sap.ui.dt": "1.71.52",
24
+ "@openui5/sap.ui.layout": "1.71.52",
25
+ "@openui5/sap.ui.rta": "1.71.52",
26
+ "@openui5/sap.ui.suite": "1.71.52",
27
+ "@openui5/sap.ui.table": "1.71.52",
28
+ "@openui5/sap.ui.unified": "1.71.52",
29
+ "@openui5/sap.ui.ux3": "1.71.52",
30
+ "@openui5/sap.uxap": "1.71.52"
31
31
  }
32
32
  }
@@ -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.71.48</version>
9
+ <version>1.71.52</version>
10
10
 
11
11
  <documentation>SAPUI5 belize theme library.</documentation>
12
12
 
@@ -444,6 +444,8 @@
444
444
 
445
445
  @sapContent_DragAndDropActiveColor: @sapLinkColor; // to be compatible
446
446
 
447
+ @sapContent_ForcedColorAdjust: none;
448
+
447
449
  // [Label "Shell Background Color"]
448
450
  // [Description "The background color of the shell."]
449
451
  // [Tags "Base", "Shell", "Color"]
@@ -101,6 +101,7 @@
101
101
  @sapUiContentForegroundTextColor: @sapContent_ForegroundTextColor;
102
102
  @sapUiContentBadgeBackground: @sapContent_BadgeBackground;
103
103
  @sapUiContentDragAndDropActiveColor: @sapContent_DragAndDropActiveColor;
104
+ @sapUiContentForcedColorAdjust: @sapContent_ForcedColorAdjust;
104
105
 
105
106
  @sapUiShellBackground: @sapShell_Background;
106
107
  @sapUiShellBackgroundImage: @sapShell_BackgroundImage;
@@ -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.71.48</version>
9
+ <version>1.71.52</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast black theme library.</documentation>
12
12
 
@@ -484,6 +484,8 @@
484
484
 
485
485
  @sapContent_DragAndDropActiveColor: @sapContent_HelpColor;
486
486
 
487
+ @sapContent_ForcedColorAdjust: none;
488
+
487
489
  // [Label "Shell Background Color"]
488
490
  // [Description "The background color of the shell."]
489
491
  // [Tags "Base", "Shell", "Color"]
@@ -101,6 +101,7 @@
101
101
  @sapUiContentForegroundTextColor: @sapContent_ForegroundTextColor;
102
102
  @sapUiContentBadgeBackground: @sapContent_BadgeBackground;
103
103
  @sapUiContentDragAndDropActiveColor: @sapContent_DragAndDropActiveColor;
104
+ @sapUiContentForcedColorAdjust: @sapContent_ForcedColorAdjust;
104
105
 
105
106
  @sapUiShellBackground: @sapShell_Background;
106
107
  @sapUiShellBackgroundImage: @sapShell_BackgroundImage;
@@ -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.71.48</version>
9
+ <version>1.71.52</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast white theme library.</documentation>
12
12
 
@@ -484,6 +484,8 @@
484
484
 
485
485
  @sapContent_DragAndDropActiveColor: @sapContent_HelpColor;
486
486
 
487
+ @sapContent_ForcedColorAdjust: none;
488
+
487
489
  // [Label "Shell Background Color"]
488
490
  // [Description "The background color of the shell."]
489
491
  // [Tags "Base", "Shell", "Color"]
@@ -101,6 +101,7 @@
101
101
  @sapUiContentForegroundTextColor: @sapContent_ForegroundTextColor;
102
102
  @sapUiContentBadgeBackground: @sapContent_BadgeBackground;
103
103
  @sapUiContentDragAndDropActiveColor: @sapContent_DragAndDropActiveColor;
104
+ @sapUiContentForcedColorAdjust: @sapContent_ForcedColorAdjust;
104
105
 
105
106
  @sapUiShellBackground: @sapShell_Background;
106
107
  @sapUiShellBackgroundImage: @sapShell_BackgroundImage;
@@ -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.71.48</version>
9
+ <version>1.71.52</version>
10
10
 
11
11
  <documentation>SAPUI5 belize plus theme library.</documentation>
12
12