@openui5/themelib_sap_fiori_3 1.140.0 → 1.141.0
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/THIRDPARTY.txt +2 -2
- package/package.json +18 -18
- package/src/sap/m/themes/sap_fiori_3/ActionSelect.less +4 -0
- package/src/sap/m/themes/sap_fiori_3/CustomTile.less +4 -0
- package/src/sap/m/themes/sap_fiori_3/MessagePage.less +4 -0
- package/src/sap/m/themes/sap_fiori_3/StandardTile.less +4 -0
- package/src/sap/m/themes/sap_fiori_3/TileContainer.less +4 -0
- package/src/sap/m/themes/sap_fiori_3/UploadCollection.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_dark/ActionSelect.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_dark/CustomTile.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_dark/MessagePage.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_dark/StandardTile.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_dark/TileContainer.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_dark/UploadCollection.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_hcb/ActionSelect.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_hcb/CustomTile.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_hcb/MessagePage.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_hcb/Tile.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_hcb/TileContainer.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_hcb/UploadCollection.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_hcw/ActionSelect.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_hcw/CustomTile.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_hcw/MessagePage.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_hcw/Tile.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_hcw/TileContainer.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_hcw/UploadCollection.less +4 -0
- package/src/sap/ui/core/themes/sap_fiori_3/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3/base.less +19 -3
- package/src/sap/ui/core/themes/sap_fiori_3/global.less +5 -0
- package/src/sap/ui/core/themes/sap_fiori_3/library.source.less +1 -3
- package/src/sap/ui/core/themes/sap_fiori_3_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_dark/base.less +20 -4
- package/src/sap/ui/core/themes/sap_fiori_3_dark/global.less +5 -0
- package/src/sap/ui/core/themes/sap_fiori_3_dark/library.source.less +1 -3
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/base.less +26 -10
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/global.less +5 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/library.source.less +1 -3
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/base.less +27 -11
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/global.less +5 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/library.source.less +1 -3
- package/src/sap/ui/dt/themes/sap_fiori_3/ContextMenu.less +28 -4
- package/src/sap/ui/dt/themes/sap_fiori_3_dark/ContextMenu.less +18 -9
- package/src/sap/ui/layout/themes/sap_fiori_3/GridLayout.less +4 -0
- package/src/sap/ui/layout/themes/sap_fiori_3/ResponsiveLayout.less +4 -0
- package/src/sap/ui/layout/themes/sap_fiori_3_dark/GridLayout.less +4 -0
- package/src/sap/ui/layout/themes/sap_fiori_3_dark/ResponsiveLayout.less +4 -0
- package/src/sap/ui/layout/themes/sap_fiori_3_hcb/GridLayout.less +4 -0
- package/src/sap/ui/layout/themes/sap_fiori_3_hcb/ResponsiveLayout.less +4 -0
- package/src/sap/ui/layout/themes/sap_fiori_3_hcw/GridLayout.less +4 -0
- package/src/sap/ui/layout/themes/sap_fiori_3_hcw/ResponsiveLayout.less +4 -0
- package/src/sap/ui/unified/themes/sap_fiori_3/ShellHeader.less +4 -0
- package/src/sap/ui/unified/themes/sap_fiori_3/ShellLayout.less +4 -0
- package/src/sap/ui/unified/themes/sap_fiori_3/ShellOverlay.less +4 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_dark/ShellHeader.less +4 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_dark/ShellLayout.less +4 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_dark/ShellOverlay.less +4 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_hcb/ShellHeader.less +4 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_hcb/ShellLayout.less +4 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_hcb/ShellOverlay.less +4 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_hcw/ShellHeader.less +4 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_hcw/ShellLayout.less +4 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_hcw/ShellOverlay.less +4 -0
- package/src/sap/ui/core/themes/sap_fiori_3/BrowserScrollbar.less +0 -10
- package/src/sap/ui/core/themes/sap_fiori_3_dark/BrowserScrollbar.less +0 -10
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/BrowserScrollbar.less +0 -15
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/BrowserScrollbar.less +0 -15
package/THIRDPARTY.txt
CHANGED
|
@@ -379,7 +379,7 @@ License: MIT
|
|
|
379
379
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
380
380
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
|
|
381
381
|
|
|
382
|
-
Component: Markdown-it, version:
|
|
382
|
+
Component: Markdown-it, version: 14.1.0
|
|
383
383
|
Copyright: 2014 Vitaly Puzrin, Alex Kocharin
|
|
384
384
|
License: MIT
|
|
385
385
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
@@ -444,7 +444,7 @@ License: Apache-2.0
|
|
|
444
444
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
445
445
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
446
446
|
|
|
447
|
-
Component: SAP Theming Base Content, version: 11.
|
|
447
|
+
Component: SAP Theming Base Content, version: 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079
|
|
448
448
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
449
449
|
License: Apache-2.0
|
|
450
450
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_fiori_3",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.141.0",
|
|
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/UI5/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.tnt": "1.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.
|
|
22
|
-
"@openui5/sap.ui.core": "1.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.
|
|
30
|
-
"@openui5/sap.ui.table": "1.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.
|
|
33
|
-
"@openui5/sap.uxap": "1.
|
|
17
|
+
"@openui5/sap.f": "1.141.0",
|
|
18
|
+
"@openui5/sap.m": "1.141.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.141.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.141.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.141.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.141.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.141.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.141.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.141.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.141.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.141.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.141.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.141.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.141.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.141.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.141.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.141.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -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.
|
|
9
|
+
<version>1.141.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Fiori 3 theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
2
|
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
-
// * Theming Engine 16.0.
|
|
4
|
-
// * data:{"sModified":"2025-
|
|
3
|
+
// * Theming Engine 16.0.25
|
|
4
|
+
// * data:{"sModified":"2025-08-27T14:01:24Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_fiori_3/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_fiori_3/base.less (Version 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -3513,6 +3513,22 @@
|
|
|
3513
3513
|
// [Protected "!true"]
|
|
3514
3514
|
@sapChart_Data_Active_Background: darken(@sapHoverColor, 10);
|
|
3515
3515
|
|
|
3516
|
+
// [Tags "!Protected"]
|
|
3517
|
+
// [Protected "!true"]
|
|
3518
|
+
@sapChart_IBCS_Actual: @sapChart_Sequence_Neutral_Minus4;
|
|
3519
|
+
|
|
3520
|
+
// [Tags "!Protected"]
|
|
3521
|
+
// [Protected "!true"]
|
|
3522
|
+
@sapChart_IBCS_Previous: @sapChart_Sequence_Neutral;
|
|
3523
|
+
|
|
3524
|
+
// [Tags "!Protected"]
|
|
3525
|
+
// [Protected "!true"]
|
|
3526
|
+
@sapChart_IBCS_Good: @sapChart_Sequence_Good_Minus1;
|
|
3527
|
+
|
|
3528
|
+
// [Tags "!Protected"]
|
|
3529
|
+
// [Protected "!true"]
|
|
3530
|
+
@sapChart_IBCS_Bad: @sapChart_Sequence_Bad_Minus1;
|
|
3531
|
+
|
|
3516
3532
|
// [Tags "!Protected"]
|
|
3517
3533
|
// [Protected "!true"]
|
|
3518
3534
|
@sapChart_OrderedColor_1: #438cd5;
|
|
@@ -1099,6 +1099,11 @@
|
|
|
1099
1099
|
@sapUiChartDataInteractiveColor: @sapChart_Data_InteractiveColor;
|
|
1100
1100
|
@sapUiChartDataActiveBackground: @sapChart_Data_Active_Background;
|
|
1101
1101
|
|
|
1102
|
+
@sapUiChartIBCSActual: @sapChart_IBCS_Actual;
|
|
1103
|
+
@sapUiChartIBCSPrevious: @sapChart_IBCS_Previous;
|
|
1104
|
+
@sapUiChartIBCSGood: @sapChart_IBCS_Good;
|
|
1105
|
+
@sapUiChartIBCSBad: @sapChart_IBCS_Bad;
|
|
1106
|
+
|
|
1102
1107
|
@sapUiChart1: @sapChart_OrderedColor_1;
|
|
1103
1108
|
@sapUiChart2: @sapChart_OrderedColor_2;
|
|
1104
1109
|
@sapUiChart3: @sapChart_OrderedColor_3;
|
|
@@ -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.
|
|
9
|
+
<version>1.141.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 quartz dark black theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
2
|
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
-
// * Theming Engine 16.0.
|
|
4
|
-
// * data:{"sModified":"2025-
|
|
3
|
+
// * Theming Engine 16.0.25
|
|
4
|
+
// * data:{"sModified":"2025-08-27T14:01:24Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_fiori_3_dark/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_fiori_3_dark/base.less (Version 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -1315,7 +1315,7 @@
|
|
|
1315
1315
|
|
|
1316
1316
|
// [Tags "!Protected"]
|
|
1317
1317
|
// [Protected "!true"]
|
|
1318
|
-
@sapButton_Emphasized_Background: darken(@sapBrandColor,
|
|
1318
|
+
@sapButton_Emphasized_Background: darken(@sapBrandColor, 33);
|
|
1319
1319
|
|
|
1320
1320
|
// [Tags "!Protected"]
|
|
1321
1321
|
// [Protected "!true"]
|
|
@@ -3513,6 +3513,22 @@
|
|
|
3513
3513
|
// [Protected "!true"]
|
|
3514
3514
|
@sapChart_Data_Active_Background: darken(@sapHoverColor, 10);
|
|
3515
3515
|
|
|
3516
|
+
// [Tags "!Protected"]
|
|
3517
|
+
// [Protected "!true"]
|
|
3518
|
+
@sapChart_IBCS_Actual: @sapChart_Sequence_Neutral_Plus3;
|
|
3519
|
+
|
|
3520
|
+
// [Tags "!Protected"]
|
|
3521
|
+
// [Protected "!true"]
|
|
3522
|
+
@sapChart_IBCS_Previous: @sapChart_Sequence_Neutral_Minus1;
|
|
3523
|
+
|
|
3524
|
+
// [Tags "!Protected"]
|
|
3525
|
+
// [Protected "!true"]
|
|
3526
|
+
@sapChart_IBCS_Good: @sapChart_Sequence_Good;
|
|
3527
|
+
|
|
3528
|
+
// [Tags "!Protected"]
|
|
3529
|
+
// [Protected "!true"]
|
|
3530
|
+
@sapChart_IBCS_Bad: @sapChart_Sequence_Bad;
|
|
3531
|
+
|
|
3516
3532
|
// [Tags "!Protected"]
|
|
3517
3533
|
// [Protected "!true"]
|
|
3518
3534
|
@sapChart_OrderedColor_1: #5899da;
|
|
@@ -1098,6 +1098,11 @@
|
|
|
1098
1098
|
@sapUiChartDataInteractiveColor: @sapChart_Data_InteractiveColor;
|
|
1099
1099
|
@sapUiChartDataActiveBackground: @sapChart_Data_Active_Background;
|
|
1100
1100
|
|
|
1101
|
+
@sapUiChartIBCSActual: @sapChart_IBCS_Actual;
|
|
1102
|
+
@sapUiChartIBCSPrevious: @sapChart_IBCS_Previous;
|
|
1103
|
+
@sapUiChartIBCSGood: @sapChart_IBCS_Good;
|
|
1104
|
+
@sapUiChartIBCSBad: @sapChart_IBCS_Bad;
|
|
1105
|
+
|
|
1101
1106
|
@sapUiChart1: @sapChart_OrderedColor_1;
|
|
1102
1107
|
@sapUiChart2: @sapChart_OrderedColor_2;
|
|
1103
1108
|
@sapUiChart3: @sapChart_OrderedColor_3;
|
|
@@ -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.
|
|
9
|
+
<version>1.141.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 quartz high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
2
|
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
-
// * Theming Engine 16.0.
|
|
4
|
-
// * data:{"sModified":"2025-
|
|
3
|
+
// * Theming Engine 16.0.25
|
|
4
|
+
// * data:{"sModified":"2025-08-27T14:01:24Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_fiori_3_hcb/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_fiori_3_hcb/base.less (Version 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
42
42
|
// [Category "HighContrast"]
|
|
43
43
|
// [Type "color"]
|
|
44
|
-
@sapHC_HighlightAltBackground: #
|
|
44
|
+
@sapHC_HighlightAltBackground: #0f5c93;
|
|
45
45
|
|
|
46
46
|
// [Label "High-Contrast Reduced Background"]
|
|
47
47
|
// [Description "The high-contrast reference background color used for read-only and disabled items."]
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
70
70
|
// [Category "HighContrast"]
|
|
71
71
|
// [Type "color"]
|
|
72
|
-
@sapHC_EnhancedForeground: #
|
|
72
|
+
@sapHC_EnhancedForeground: #03ae03;
|
|
73
73
|
|
|
74
74
|
// [Label "High-Contrast Reduced Foreground"]
|
|
75
75
|
// [Description "The high-contrast reference foreground color for elements such as disabled text, icons, and borders."]
|
|
@@ -519,7 +519,7 @@
|
|
|
519
519
|
|
|
520
520
|
// [Tags "!Protected"]
|
|
521
521
|
// [Protected "!true"]
|
|
522
|
-
@sapContent_ContrastTextThreshold: 0.
|
|
522
|
+
@sapContent_ContrastTextThreshold: 0.5;
|
|
523
523
|
|
|
524
524
|
// [Tags "!Protected"]
|
|
525
525
|
// [Protected "!true"]
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
|
|
840
840
|
// [Tags "!Protected"]
|
|
841
841
|
// [Protected "!true"]
|
|
842
|
-
@sapShell_TextColor: @sapTextColor;
|
|
842
|
+
@sapShell_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
843
843
|
|
|
844
844
|
// [Tags "!Protected"]
|
|
845
845
|
// [Protected "!true"]
|
|
@@ -2253,7 +2253,7 @@
|
|
|
2253
2253
|
|
|
2254
2254
|
// [Tags "!Protected"]
|
|
2255
2255
|
// [Protected "!true"]
|
|
2256
|
-
@sapGroup_TitleTextColor: contrast(@
|
|
2256
|
+
@sapGroup_TitleTextColor: contrast(@sapGroup_TitleBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2257
2257
|
|
|
2258
2258
|
// [Tags "!Protected"]
|
|
2259
2259
|
// [Protected "!true"]
|
|
@@ -2353,7 +2353,7 @@
|
|
|
2353
2353
|
|
|
2354
2354
|
// [Tags "!Protected"]
|
|
2355
2355
|
// [Protected "!true"]
|
|
2356
|
-
@sapList_GroupHeaderTextColor: @
|
|
2356
|
+
@sapList_GroupHeaderTextColor: contrast(@sapList_GroupHeaderBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2357
2357
|
|
|
2358
2358
|
// [Tags "!Protected"]
|
|
2359
2359
|
// [Protected "!true"]
|
|
@@ -2841,7 +2841,7 @@
|
|
|
2841
2841
|
|
|
2842
2842
|
// [Tags "!Protected"]
|
|
2843
2843
|
// [Protected "!true"]
|
|
2844
|
-
@sapTile_Hover_Background: @
|
|
2844
|
+
@sapTile_Hover_Background: @sapHoverColor;
|
|
2845
2845
|
|
|
2846
2846
|
// [Tags "!Protected"]
|
|
2847
2847
|
// [Protected "!true"]
|
|
@@ -3569,6 +3569,22 @@
|
|
|
3569
3569
|
// [Protected "!true"]
|
|
3570
3570
|
@sapChart_Data_Active_Background: @sapActiveColor;
|
|
3571
3571
|
|
|
3572
|
+
// [Tags "!Protected"]
|
|
3573
|
+
// [Protected "!true"]
|
|
3574
|
+
@sapChart_IBCS_Actual: @sapChart_Sequence_Neutral_Plus3;
|
|
3575
|
+
|
|
3576
|
+
// [Tags "!Protected"]
|
|
3577
|
+
// [Protected "!true"]
|
|
3578
|
+
@sapChart_IBCS_Previous: @sapChart_Sequence_Neutral_Minus1;
|
|
3579
|
+
|
|
3580
|
+
// [Tags "!Protected"]
|
|
3581
|
+
// [Protected "!true"]
|
|
3582
|
+
@sapChart_IBCS_Good: @sapChart_Sequence_Good;
|
|
3583
|
+
|
|
3584
|
+
// [Tags "!Protected"]
|
|
3585
|
+
// [Protected "!true"]
|
|
3586
|
+
@sapChart_IBCS_Bad: @sapChart_Sequence_Bad;
|
|
3587
|
+
|
|
3572
3588
|
// [Tags "!Protected"]
|
|
3573
3589
|
// [Protected "!true"]
|
|
3574
3590
|
@sapChart_OrderedColor_1: #8babcb;
|
|
@@ -1098,6 +1098,11 @@
|
|
|
1098
1098
|
@sapUiChartDataInteractiveColor: @sapChart_Data_InteractiveColor;
|
|
1099
1099
|
@sapUiChartDataActiveBackground: @sapChart_Data_Active_Background;
|
|
1100
1100
|
|
|
1101
|
+
@sapUiChartIBCSActual: @sapChart_IBCS_Actual;
|
|
1102
|
+
@sapUiChartIBCSPrevious: @sapChart_IBCS_Previous;
|
|
1103
|
+
@sapUiChartIBCSGood: @sapChart_IBCS_Good;
|
|
1104
|
+
@sapUiChartIBCSBad: @sapChart_IBCS_Bad;
|
|
1105
|
+
|
|
1101
1106
|
@sapUiChart1: @sapChart_OrderedColor_1;
|
|
1102
1107
|
@sapUiChart2: @sapChart_OrderedColor_2;
|
|
1103
1108
|
@sapUiChart3: @sapChart_OrderedColor_3;
|
|
@@ -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.
|
|
9
|
+
<version>1.141.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
2
|
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
-
// * Theming Engine 16.0.
|
|
4
|
-
// * data:{"sModified":"2025-
|
|
3
|
+
// * Theming Engine 16.0.25
|
|
4
|
+
// * data:{"sModified":"2025-08-27T14:01:24Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_fiori_3_hcw/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_fiori_3_hcw/base.less (Version 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
35
35
|
// [Category "HighContrast"]
|
|
36
36
|
// [Type "color"]
|
|
37
|
-
@sapHC_HighlightBackground: #
|
|
37
|
+
@sapHC_HighlightBackground: #e97624;
|
|
38
38
|
|
|
39
39
|
// [Label "High-Contrast Highlight Alternative Background"]
|
|
40
40
|
// [Description "The high-contrast reference background color used for selection."]
|
|
41
41
|
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
42
42
|
// [Category "HighContrast"]
|
|
43
43
|
// [Type "color"]
|
|
44
|
-
@sapHC_HighlightAltBackground: #
|
|
44
|
+
@sapHC_HighlightAltBackground: #5c93ff;
|
|
45
45
|
|
|
46
46
|
// [Label "High-Contrast Reduced Background"]
|
|
47
47
|
// [Description "The high-contrast reference background color used for read-only and disabled items."]
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
70
70
|
// [Category "HighContrast"]
|
|
71
71
|
// [Type "color"]
|
|
72
|
-
@sapHC_EnhancedForeground: #
|
|
72
|
+
@sapHC_EnhancedForeground: #006800;
|
|
73
73
|
|
|
74
74
|
// [Label "High-Contrast Reduced Foreground"]
|
|
75
75
|
// [Description "The high-contrast reference foreground color for elements such as disabled text, icons, and borders."]
|
|
@@ -519,7 +519,7 @@
|
|
|
519
519
|
|
|
520
520
|
// [Tags "!Protected"]
|
|
521
521
|
// [Protected "!true"]
|
|
522
|
-
@sapContent_ContrastTextThreshold: 0.
|
|
522
|
+
@sapContent_ContrastTextThreshold: 0.5;
|
|
523
523
|
|
|
524
524
|
// [Tags "!Protected"]
|
|
525
525
|
// [Protected "!true"]
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
|
|
840
840
|
// [Tags "!Protected"]
|
|
841
841
|
// [Protected "!true"]
|
|
842
|
-
@sapShell_TextColor: @sapTextColor;
|
|
842
|
+
@sapShell_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
843
843
|
|
|
844
844
|
// [Tags "!Protected"]
|
|
845
845
|
// [Protected "!true"]
|
|
@@ -2253,7 +2253,7 @@
|
|
|
2253
2253
|
|
|
2254
2254
|
// [Tags "!Protected"]
|
|
2255
2255
|
// [Protected "!true"]
|
|
2256
|
-
@sapGroup_TitleTextColor: contrast(@
|
|
2256
|
+
@sapGroup_TitleTextColor: contrast(@sapGroup_TitleBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2257
2257
|
|
|
2258
2258
|
// [Tags "!Protected"]
|
|
2259
2259
|
// [Protected "!true"]
|
|
@@ -2353,7 +2353,7 @@
|
|
|
2353
2353
|
|
|
2354
2354
|
// [Tags "!Protected"]
|
|
2355
2355
|
// [Protected "!true"]
|
|
2356
|
-
@sapList_GroupHeaderTextColor: @
|
|
2356
|
+
@sapList_GroupHeaderTextColor: contrast(@sapList_GroupHeaderBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2357
2357
|
|
|
2358
2358
|
// [Tags "!Protected"]
|
|
2359
2359
|
// [Protected "!true"]
|
|
@@ -2841,7 +2841,7 @@
|
|
|
2841
2841
|
|
|
2842
2842
|
// [Tags "!Protected"]
|
|
2843
2843
|
// [Protected "!true"]
|
|
2844
|
-
@sapTile_Hover_Background: @
|
|
2844
|
+
@sapTile_Hover_Background: @sapHoverColor;
|
|
2845
2845
|
|
|
2846
2846
|
// [Tags "!Protected"]
|
|
2847
2847
|
// [Protected "!true"]
|
|
@@ -3569,6 +3569,22 @@
|
|
|
3569
3569
|
// [Protected "!true"]
|
|
3570
3570
|
@sapChart_Data_Active_Background: @sapActiveColor;
|
|
3571
3571
|
|
|
3572
|
+
// [Tags "!Protected"]
|
|
3573
|
+
// [Protected "!true"]
|
|
3574
|
+
@sapChart_IBCS_Actual: @sapChart_Sequence_Neutral_Minus5;
|
|
3575
|
+
|
|
3576
|
+
// [Tags "!Protected"]
|
|
3577
|
+
// [Protected "!true"]
|
|
3578
|
+
@sapChart_IBCS_Previous: @sapChart_Sequence_Neutral;
|
|
3579
|
+
|
|
3580
|
+
// [Tags "!Protected"]
|
|
3581
|
+
// [Protected "!true"]
|
|
3582
|
+
@sapChart_IBCS_Good: @sapChart_Sequence_Good;
|
|
3583
|
+
|
|
3584
|
+
// [Tags "!Protected"]
|
|
3585
|
+
// [Protected "!true"]
|
|
3586
|
+
@sapChart_IBCS_Bad: @sapChart_Sequence_Bad;
|
|
3587
|
+
|
|
3572
3588
|
// [Tags "!Protected"]
|
|
3573
3589
|
// [Protected "!true"]
|
|
3574
3590
|
@sapChart_OrderedColor_1: #446e97;
|
|
@@ -1098,6 +1098,11 @@
|
|
|
1098
1098
|
@sapUiChartDataInteractiveColor: @sapChart_Data_InteractiveColor;
|
|
1099
1099
|
@sapUiChartDataActiveBackground: @sapChart_Data_Active_Background;
|
|
1100
1100
|
|
|
1101
|
+
@sapUiChartIBCSActual: @sapChart_IBCS_Actual;
|
|
1102
|
+
@sapUiChartIBCSPrevious: @sapChart_IBCS_Previous;
|
|
1103
|
+
@sapUiChartIBCSGood: @sapChart_IBCS_Good;
|
|
1104
|
+
@sapUiChartIBCSBad: @sapChart_IBCS_Bad;
|
|
1105
|
+
|
|
1101
1106
|
@sapUiChart1: @sapChart_OrderedColor_1;
|
|
1102
1107
|
@sapUiChart2: @sapChart_OrderedColor_2;
|
|
1103
1108
|
@sapUiChart3: @sapChart_OrderedColor_3;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/******************************************************************
|
|
2
2
|
Style of the DT Contextmenu - sap_fiori_3 Theme
|
|
3
3
|
*******************************************************************/
|
|
4
|
-
@_sap_ui_dt_ContextMenu_MnuItemTextColor:
|
|
5
|
-
@_sap_ui_dt_ContextMenu_MnuItemBackgroundColor:
|
|
6
|
-
@_sap_ui_dt_ContextMenu_MnuItemHoverBackgroundColor:
|
|
7
|
-
@_sap_ui_dt_ContextMenu_BorderRadius:
|
|
4
|
+
@_sap_ui_dt_ContextMenu_MnuItemTextColor: var(--sapList_SelectionBorderColor); // #0854a0
|
|
5
|
+
@_sap_ui_dt_ContextMenu_MnuItemBackgroundColor: var(--sapList_Background); // #fff
|
|
6
|
+
@_sap_ui_dt_ContextMenu_MnuItemHoverBackgroundColor: var( --sapList_SelectionBackgroundColor); // #e5f0fa
|
|
7
|
+
@_sap_ui_dt_ContextMenu_BorderRadius: var(--sapButton_BorderCornerRadius); // 0.25rem
|
|
8
|
+
@_sap_ui_dt_ContextMenu_MnuItemIconColor: var(--sapList_SelectionBorderColor); // #0854a0
|
|
8
9
|
|
|
9
10
|
.sapUiDtContextMenu.sapMMenu {
|
|
10
11
|
.sapMMenuList {
|
|
@@ -49,6 +50,29 @@
|
|
|
49
50
|
&.sapMMenuItemSubMenuOpen {
|
|
50
51
|
border-bottom: none !important; //1px
|
|
51
52
|
}
|
|
53
|
+
|
|
54
|
+
&.sapUiDtContextMenuExtendedActionsTitle {
|
|
55
|
+
&:hover {
|
|
56
|
+
background-color: @_sap_ui_dt_ContextMenu_PrpgtedMnuItemBGColor;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
&.sapUiDtContextMenuPropagatedControlTitle {
|
|
61
|
+
&:hover {
|
|
62
|
+
background-color: @_sap_ui_dt_ContextMenu_PrpgtedMnuItemBGColor;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
&.sapUiDtContextMenuPropagatedItem {
|
|
67
|
+
.sapMMenuItemIcon {
|
|
68
|
+
background-color: @_sap_ui_dt_ContextMenu_PrpgtedMnuItemBGColor;
|
|
69
|
+
}
|
|
70
|
+
&:hover {
|
|
71
|
+
.sapMMenuItemIcon {
|
|
72
|
+
background-color: @_sap_ui_dt_ContextMenu_MnuItemHoverBackgroundColor!important;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
52
76
|
}
|
|
53
77
|
}
|
|
54
78
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/******************************************************************
|
|
2
2
|
Style of the DT Contextmenu - sap_fiori_3_dark Theme
|
|
3
3
|
*******************************************************************/
|
|
4
|
-
@_sap_ui_dt_ContextMenu_MnuItemTextColor:
|
|
5
|
-
@_sap_ui_dt_ContextMenu_MnuItemBackgroundColor:
|
|
6
|
-
@_sap_ui_dt_ContextMenu_MnuItemHoverBackgroundColor:
|
|
7
|
-
@_sap_ui_dt_ContextMenu_BorderRadius:
|
|
8
|
-
@_sap_ui_dt_ContextMenu_FocusColor:
|
|
9
|
-
@
|
|
4
|
+
@_sap_ui_dt_ContextMenu_MnuItemTextColor: var(--sapList_SelectionBorderColor); //#91c8f6
|
|
5
|
+
@_sap_ui_dt_ContextMenu_MnuItemBackgroundColor: var(--sapList_Background); // #29313a
|
|
6
|
+
@_sap_ui_dt_ContextMenu_MnuItemHoverBackgroundColor: var(--sapList_SelectionBackgroundColor); // #334b5f
|
|
7
|
+
@_sap_ui_dt_ContextMenu_BorderRadius: var(--sapButton_BorderCornerRadius); // 0.25rem
|
|
8
|
+
@_sap_ui_dt_ContextMenu_FocusColor: var(--sapList_SelectionBorderColor); //#91c8f6
|
|
9
|
+
@_sap_ui_dt_ContextMenu_MnuItemIconColor: var(--sapList_SelectionBorderColor); //#91c8f6
|
|
10
10
|
|
|
11
11
|
.sapUiDtContextMenu.sapMMenu {
|
|
12
12
|
.sapMMenuList {
|
|
@@ -52,13 +52,22 @@
|
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
&.sapMMenuItemDisabled {
|
|
55
|
-
&:hover {
|
|
56
|
-
color: @_sap_ui_dt_ContextMenu_DisabledMnuItemHoverTextColor;
|
|
57
|
-
}
|
|
58
55
|
&:focus {
|
|
59
56
|
outline: none;
|
|
60
57
|
}
|
|
61
58
|
}
|
|
59
|
+
|
|
60
|
+
&.sapUiDtContextMenuExtendedActionsTitle {
|
|
61
|
+
&:hover {
|
|
62
|
+
background-color: @_sap_ui_dt_ContextMenu_PrpgtedMnuItemBGColor!important;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
&.sapUiDtContextMenuPropagatedControlTitle {
|
|
67
|
+
&:hover {
|
|
68
|
+
background-color: @_sap_ui_dt_ContextMenu_PrpgtedMnuItemBGColor!important;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
62
71
|
}
|
|
63
72
|
}
|
|
64
73
|
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/* ============================================= */
|
|
2
|
-
/* CSS for control sap.ui.core/BrowserScrollbar */
|
|
3
|
-
/* Fiori 3 theme */
|
|
4
|
-
/* ============================================= */
|
|
5
|
-
|
|
6
|
-
/****** Safari + Chrome on Desktop ******/
|
|
7
|
-
|
|
8
|
-
html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar-thumb {
|
|
9
|
-
border-radius: @sapUiElementBorderCornerRadius;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/* ============================================= */
|
|
2
|
-
/* CSS for control sap.ui.core/BrowserScrollbar */
|
|
3
|
-
/* Quartz Dark theme */
|
|
4
|
-
/* ============================================= */
|
|
5
|
-
|
|
6
|
-
/****** Safari + Chrome on Desktop ******/
|
|
7
|
-
|
|
8
|
-
html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar-thumb {
|
|
9
|
-
border-radius: @sapUiElementBorderCornerRadius;
|
|
10
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/* ============================================= */
|
|
2
|
-
/* CSS for control sap.ui/core/BrowserScrollbar */
|
|
3
|
-
/* Quartz High Contrast Black theme */
|
|
4
|
-
/* ============================================= */
|
|
5
|
-
|
|
6
|
-
/****** Safari + Chrome on Desktop ******/
|
|
7
|
-
|
|
8
|
-
html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar {
|
|
9
|
-
border: 1px solid @sapUiScrollBarFaceColor;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar-thumb {
|
|
13
|
-
border-radius: @sapUiElementBorderCornerRadius;
|
|
14
|
-
border: 1px solid @sapUiScrollBarFaceColor;
|
|
15
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/* ============================================= */
|
|
2
|
-
/* CSS for control sap.ui/core/BrowserScrollbar */
|
|
3
|
-
/* Quartz High Contrast White theme */
|
|
4
|
-
/* ============================================= */
|
|
5
|
-
|
|
6
|
-
/****** Safari + Chrome on Desktop ******/
|
|
7
|
-
|
|
8
|
-
html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar {
|
|
9
|
-
border: 1px solid @sapUiScrollBarFaceColor;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar-thumb {
|
|
13
|
-
border-radius: @sapUiElementBorderCornerRadius;
|
|
14
|
-
border: 1px solid @sapUiScrollBarFaceColor;
|
|
15
|
-
}
|