@openui5/themelib_sap_belize 1.147.0 → 1.148.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 +1 -1
- package/package.json +18 -18
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize/base.less +12 -8
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +12 -8
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +12 -8
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +5 -4
package/THIRDPARTY.txt
CHANGED
|
@@ -454,7 +454,7 @@ License: Apache-2.0
|
|
|
454
454
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
455
455
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
456
456
|
|
|
457
|
-
Component: SAP Theming Base Content, version: 11.
|
|
457
|
+
Component: SAP Theming Base Content, version: 11.35.1
|
|
458
458
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
459
459
|
License: Apache-2.0
|
|
460
460
|
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_belize",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.148.0",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_belize",
|
|
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.148.0",
|
|
18
|
+
"@openui5/sap.m": "1.148.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.148.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.148.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.148.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.148.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.148.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.148.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.148.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.148.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.148.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.148.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.148.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.148.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.148.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.148.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.148.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2026 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.148.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company
|
|
3
|
-
// * Theming Engine 17.0.
|
|
4
|
-
// * data:{"sModified":"2026-
|
|
2
|
+
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 17.0.10
|
|
4
|
+
// * data:{"sModified":"2026-04-15T12:13:35Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.35.1) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -882,6 +882,9 @@
|
|
|
882
882
|
// [Tags "!Protected"]
|
|
883
883
|
// [Protected "!true"]
|
|
884
884
|
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
885
|
+
@sapShell_HeroBanner_Background: #1b76f7;
|
|
886
|
+
@sapShell_HeroBanner_BackgroundImage: linear-gradient(135deg, transparent 45%, fade(#000, 45) 75%);
|
|
887
|
+
@sapShell_HeroBanner_TextColor: contrast(@sapShell_HeroBanner_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
885
888
|
|
|
886
889
|
// [Tags "!Protected"]
|
|
887
890
|
// [Protected "!true"]
|
|
@@ -2192,6 +2195,7 @@
|
|
|
2192
2195
|
// [Tags "!Protected"]
|
|
2193
2196
|
// [Protected "!true"]
|
|
2194
2197
|
@sapGroup_ContentBackground: lighten(@sapBackgroundColor, 2);
|
|
2198
|
+
@sapGroup_ContentAlternatingBackground: @sapGroup_ContentBackground;
|
|
2195
2199
|
|
|
2196
2200
|
// [Tags "!Protected"]
|
|
2197
2201
|
// [Protected "!true"]
|
|
@@ -3990,6 +3994,10 @@
|
|
|
3990
3994
|
@sapChart_Sequence_Neutral_Minus5: darken(@sapChart_Sequence_Neutral, 40);
|
|
3991
3995
|
@sapChart_Sequence_Neutral_Minus5_TextColor: contrast(@sapChart_Sequence_Neutral_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
|
|
3992
3996
|
@sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3997
|
+
@sapBreakpoint_S_Min: 0;
|
|
3998
|
+
@sapBreakpoint_M_Min: 600px;
|
|
3999
|
+
@sapBreakpoint_L_Min: 1024px;
|
|
4000
|
+
@sapBreakpoint_XL_Min: 1440px;
|
|
3993
4001
|
@sapFontUrl_SAP-icons_ttf: url(./../baseTheme/fonts/SAP-icons.ttf);
|
|
3994
4002
|
@sapFontUrl_SAP-icons_woff: url(./../baseTheme/fonts/SAP-icons.woff);
|
|
3995
4003
|
@sapFontUrl_SAP-icons_woff2: url(./../baseTheme/fonts/SAP-icons.woff2);
|
|
@@ -4055,10 +4063,6 @@
|
|
|
4055
4063
|
@sapField_Disabled_TextColor: fade(@sapField_TextColor, (100 - (@sapContent_DisabledOpacity * 100)));
|
|
4056
4064
|
@sapContent_ElementHeight: 1.37em;
|
|
4057
4065
|
@sapContent_ElementHeight_PX: 22px;
|
|
4058
|
-
@sapBreakpoint_S_Min: 0;
|
|
4059
|
-
@sapBreakpoint_M_Min: 600px;
|
|
4060
|
-
@sapBreakpoint_L_Min: 1024px;
|
|
4061
|
-
@sapBreakpoint_XL_Min: 1440px;
|
|
4062
4066
|
|
|
4063
4067
|
// [Tags "ThemeSpecific", "Protected", "Deprecated"]
|
|
4064
4068
|
// [Deprecated "true"]
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2026 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.148.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company
|
|
3
|
-
// * Theming Engine 17.0.
|
|
4
|
-
// * data:{"sModified":"2026-
|
|
2
|
+
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 17.0.10
|
|
4
|
+
// * data:{"sModified":"2026-04-15T12:13:35Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_belize_hcb/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_belize_hcb/base.less (Version 11.35.1) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -938,6 +938,9 @@
|
|
|
938
938
|
// [Tags "!Protected"]
|
|
939
939
|
// [Protected "!true"]
|
|
940
940
|
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
941
|
+
@sapShell_HeroBanner_Background: #223548;
|
|
942
|
+
@sapShell_HeroBanner_BackgroundImage: linear-gradient(135deg, transparent 45%, fade(#000, 45) 75%);
|
|
943
|
+
@sapShell_HeroBanner_TextColor: contrast(@sapShell_HeroBanner_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
941
944
|
@sapShell_Category_1_Background: @sapHC_StandardBackground;
|
|
942
945
|
|
|
943
946
|
// [Tags "!Protected"]
|
|
@@ -2248,6 +2251,7 @@
|
|
|
2248
2251
|
// [Tags "!Protected"]
|
|
2249
2252
|
// [Protected "!true"]
|
|
2250
2253
|
@sapGroup_ContentBackground: @sapBackgroundColor;
|
|
2254
|
+
@sapGroup_ContentAlternatingBackground: @sapGroup_ContentBackground;
|
|
2251
2255
|
|
|
2252
2256
|
// [Tags "!Protected"]
|
|
2253
2257
|
// [Protected "!true"]
|
|
@@ -4046,6 +4050,10 @@
|
|
|
4046
4050
|
@sapChart_Sequence_Neutral_Minus5: darken(@sapChart_Sequence_Neutral, 33);
|
|
4047
4051
|
@sapChart_Sequence_Neutral_Minus5_TextColor: contrast(@sapChart_Sequence_Neutral_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .6);
|
|
4048
4052
|
@sapChart_Sequence_Neutral_Minus5_TextShadow: -1px 0 contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold), 0 1px contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold), 1px 0 contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold), 0 -1px contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
4053
|
+
@sapBreakpoint_S_Min: 0;
|
|
4054
|
+
@sapBreakpoint_M_Min: 600px;
|
|
4055
|
+
@sapBreakpoint_L_Min: 1024px;
|
|
4056
|
+
@sapBreakpoint_XL_Min: 1440px;
|
|
4049
4057
|
@sapFontUrl_SAP-icons_ttf: url(./../baseTheme/fonts/SAP-icons.ttf);
|
|
4050
4058
|
@sapFontUrl_SAP-icons_woff: url(./../baseTheme/fonts/SAP-icons.woff);
|
|
4051
4059
|
@sapFontUrl_SAP-icons_woff2: url(./../baseTheme/fonts/SAP-icons.woff2);
|
|
@@ -4110,7 +4118,3 @@
|
|
|
4110
4118
|
@sapButton_Emphasized_FontWeight: bold;
|
|
4111
4119
|
@sapContent_ElementHeight: 1.37em;
|
|
4112
4120
|
@sapContent_ElementHeight_PX: 22px;
|
|
4113
|
-
@sapBreakpoint_S_Min: 0;
|
|
4114
|
-
@sapBreakpoint_M_Min: 600px;
|
|
4115
|
-
@sapBreakpoint_L_Min: 1024px;
|
|
4116
|
-
@sapBreakpoint_XL_Min: 1440px;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2026 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.148.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company
|
|
3
|
-
// * Theming Engine 17.0.
|
|
4
|
-
// * data:{"sModified":"2026-
|
|
2
|
+
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 17.0.10
|
|
4
|
+
// * data:{"sModified":"2026-04-15T12:13:35Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.35.1) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -938,6 +938,9 @@
|
|
|
938
938
|
// [Tags "!Protected"]
|
|
939
939
|
// [Protected "!true"]
|
|
940
940
|
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
941
|
+
@sapShell_HeroBanner_Background: #d1efff;
|
|
942
|
+
@sapShell_HeroBanner_BackgroundImage: linear-gradient(135deg, transparent 45%, fade(#000, 45) 75%);
|
|
943
|
+
@sapShell_HeroBanner_TextColor: contrast(@sapShell_HeroBanner_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
941
944
|
@sapShell_Category_1_Background: @sapHC_StandardBackground;
|
|
942
945
|
|
|
943
946
|
// [Tags "!Protected"]
|
|
@@ -2248,6 +2251,7 @@
|
|
|
2248
2251
|
// [Tags "!Protected"]
|
|
2249
2252
|
// [Protected "!true"]
|
|
2250
2253
|
@sapGroup_ContentBackground: @sapBackgroundColor;
|
|
2254
|
+
@sapGroup_ContentAlternatingBackground: @sapGroup_ContentBackground;
|
|
2251
2255
|
|
|
2252
2256
|
// [Tags "!Protected"]
|
|
2253
2257
|
// [Protected "!true"]
|
|
@@ -4046,6 +4050,10 @@
|
|
|
4046
4050
|
@sapChart_Sequence_Neutral_Minus5: darken(@sapChart_Sequence_Neutral, 32);
|
|
4047
4051
|
@sapChart_Sequence_Neutral_Minus5_TextColor: contrast(@sapChart_Sequence_Neutral_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
|
|
4048
4052
|
@sapChart_Sequence_Neutral_Minus5_TextShadow: -1px 0 contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold), 0 1px contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold), 1px 0 contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold), 0 -1px contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
4053
|
+
@sapBreakpoint_S_Min: 0;
|
|
4054
|
+
@sapBreakpoint_M_Min: 600px;
|
|
4055
|
+
@sapBreakpoint_L_Min: 1024px;
|
|
4056
|
+
@sapBreakpoint_XL_Min: 1440px;
|
|
4049
4057
|
@sapFontUrl_SAP-icons_ttf: url(./../baseTheme/fonts/SAP-icons.ttf);
|
|
4050
4058
|
@sapFontUrl_SAP-icons_woff: url(./../baseTheme/fonts/SAP-icons.woff);
|
|
4051
4059
|
@sapFontUrl_SAP-icons_woff2: url(./../baseTheme/fonts/SAP-icons.woff2);
|
|
@@ -4110,7 +4118,3 @@
|
|
|
4110
4118
|
@sapButton_Emphasized_FontWeight: bold;
|
|
4111
4119
|
@sapContent_ElementHeight: 1.37em;
|
|
4112
4120
|
@sapContent_ElementHeight_PX: 22px;
|
|
4113
|
-
@sapBreakpoint_S_Min: 0;
|
|
4114
|
-
@sapBreakpoint_M_Min: 600px;
|
|
4115
|
-
@sapBreakpoint_L_Min: 1024px;
|
|
4116
|
-
@sapBreakpoint_XL_Min: 1440px;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2026 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.148.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize plus theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company
|
|
3
|
-
// * Theming Engine 17.0.
|
|
4
|
-
// * data:{"sModified":"2026-
|
|
2
|
+
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 17.0.10
|
|
4
|
+
// * data:{"sModified":"2026-04-15T12:13:35Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.35.1) *******************/
|
|
9
9
|
|
|
10
10
|
@sapHighlightColor: lighten(saturate(@sapBrandColor, 40), 30);
|
|
11
11
|
@sapBaseColor: @sapPrimary1;
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
@sapShell_InteractiveTextColor: @sapShell_TextColor;
|
|
84
84
|
@sapShell_Hover_Background: lighten(@sapBrandColor, 10);
|
|
85
85
|
@sapShell_Assistant_ForegroundColor: lighten(@sapAssistant_Color1, 16);
|
|
86
|
+
@sapShell_HeroBanner_Background: #346d91;
|
|
86
87
|
@sapShell_Category_1_TextShadow: none;
|
|
87
88
|
@sapShell_Category_2_TextShadow: none;
|
|
88
89
|
@sapShell_Category_3_TextShadow: none;
|