@openui5/themelib_sap_belize 1.136.0 → 1.136.2
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 +17 -9
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +16 -8
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +16 -8
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +8 -5
package/THIRDPARTY.txt
CHANGED
|
@@ -462,7 +462,7 @@ License: Apache-2.0
|
|
|
462
462
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
463
463
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
464
464
|
|
|
465
|
-
Component: SAP Theming Base Content, version: 11.
|
|
465
|
+
Component: SAP Theming Base Content, version: 11.31.0
|
|
466
466
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
467
467
|
License: Apache-2.0
|
|
468
468
|
License Text: https://github.com/SAP/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.136.
|
|
3
|
+
"version": "1.136.2",
|
|
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/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.136.
|
|
18
|
-
"@openui5/sap.m": "1.136.
|
|
19
|
-
"@openui5/sap.tnt": "1.136.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.136.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.136.
|
|
22
|
-
"@openui5/sap.ui.core": "1.136.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.136.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.136.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.136.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.136.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.136.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.136.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.136.
|
|
30
|
-
"@openui5/sap.ui.table": "1.136.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.136.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.136.
|
|
33
|
-
"@openui5/sap.uxap": "1.136.
|
|
17
|
+
"@openui5/sap.f": "1.136.2",
|
|
18
|
+
"@openui5/sap.m": "1.136.2",
|
|
19
|
+
"@openui5/sap.tnt": "1.136.2",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.136.2",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.136.2",
|
|
22
|
+
"@openui5/sap.ui.core": "1.136.2",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.136.2",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.136.2",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.136.2",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.136.2",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.136.2",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.136.2",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.136.2",
|
|
30
|
+
"@openui5/sap.ui.table": "1.136.2",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.136.2",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.136.2",
|
|
33
|
+
"@openui5/sap.uxap": "1.136.2"
|
|
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.136.
|
|
9
|
+
<version>1.136.2</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize 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
|
|
4
|
-
// * data:{"sModified":"2025-
|
|
3
|
+
// * Theming Engine 16.0.7
|
|
4
|
+
// * data:{"sModified":"2025-06-12T08:20:09Z"}
|
|
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.31.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
|
|
517
517
|
// [Tags "!Protected"]
|
|
518
518
|
// [Protected "!true"]
|
|
519
|
-
@sapContent_Lite_Shadow:
|
|
519
|
+
@sapContent_Lite_Shadow: none;
|
|
520
520
|
|
|
521
521
|
// [Tags "!Protected"]
|
|
522
522
|
// [Protected "!true"]
|
|
@@ -649,10 +649,14 @@
|
|
|
649
649
|
@sapContent_Space_Small: 1rem;
|
|
650
650
|
@sapContent_Space_Medium: 2rem;
|
|
651
651
|
@sapContent_Space_Large: 3rem;
|
|
652
|
-
@sapContent_Margin_Tiny:
|
|
653
|
-
@sapContent_Margin_Small:
|
|
654
|
-
@sapContent_Margin_Medium:
|
|
655
|
-
@sapContent_Margin_Large:
|
|
652
|
+
@sapContent_Margin_Tiny: @sapContent_Margin_S;
|
|
653
|
+
@sapContent_Margin_Small: @sapContent_Margin_M;
|
|
654
|
+
@sapContent_Margin_Medium: @sapContent_Margin_L;
|
|
655
|
+
@sapContent_Margin_Large: @sapContent_Margin_XL;
|
|
656
|
+
@sapContent_Margin_S: 0 0 1rem;
|
|
657
|
+
@sapContent_Margin_M: 1rem;
|
|
658
|
+
@sapContent_Margin_L: 1rem 2rem;
|
|
659
|
+
@sapContent_Margin_XL: 1rem 3rem;
|
|
656
660
|
@sapContent_Padding_S: 0rem;
|
|
657
661
|
@sapContent_Padding_M: 2rem;
|
|
658
662
|
@sapContent_Padding_L: 2rem;
|
|
@@ -2520,6 +2524,10 @@
|
|
|
2520
2524
|
// [Protected "!true"]
|
|
2521
2525
|
@sapSlider_Selected_BorderColor: @sapSlider_Selected_Background;
|
|
2522
2526
|
|
|
2527
|
+
// [Tags "!Protected"]
|
|
2528
|
+
// [Protected "!true"]
|
|
2529
|
+
@sapSlider_Selected_Dimension: 0.125 * @sapContent_GridSize;
|
|
2530
|
+
|
|
2523
2531
|
// [Tags "!Protected"]
|
|
2524
2532
|
// [Protected "!true"]
|
|
2525
2533
|
@sapSlider_HandleBackground: fade(@sapField_Background, 10);
|
|
@@ -3384,7 +3392,7 @@
|
|
|
3384
3392
|
|
|
3385
3393
|
// [Tags "!Protected"]
|
|
3386
3394
|
// [Protected "!true"]
|
|
3387
|
-
@sapChart_LineColor_2:
|
|
3395
|
+
@sapChart_LineColor_2: darken(@sapChart_LineColor_1, 32);
|
|
3388
3396
|
|
|
3389
3397
|
// [Tags "!Protected"]
|
|
3390
3398
|
// [Protected "!true"]
|
|
@@ -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.136.
|
|
9
|
+
<version>1.136.2</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize 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
|
|
4
|
-
// * data:{"sModified":"2025-
|
|
3
|
+
// * Theming Engine 16.0.7
|
|
4
|
+
// * data:{"sModified":"2025-06-12T08:20:09Z"}
|
|
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.31.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -705,10 +705,14 @@
|
|
|
705
705
|
@sapContent_Space_Small: 1rem;
|
|
706
706
|
@sapContent_Space_Medium: 2rem;
|
|
707
707
|
@sapContent_Space_Large: 3rem;
|
|
708
|
-
@sapContent_Margin_Tiny:
|
|
709
|
-
@sapContent_Margin_Small:
|
|
710
|
-
@sapContent_Margin_Medium:
|
|
711
|
-
@sapContent_Margin_Large:
|
|
708
|
+
@sapContent_Margin_Tiny: @sapContent_Margin_S;
|
|
709
|
+
@sapContent_Margin_Small: @sapContent_Margin_M;
|
|
710
|
+
@sapContent_Margin_Medium: @sapContent_Margin_L;
|
|
711
|
+
@sapContent_Margin_Large: @sapContent_Margin_XL;
|
|
712
|
+
@sapContent_Margin_S: 0 0 1rem;
|
|
713
|
+
@sapContent_Margin_M: 1rem;
|
|
714
|
+
@sapContent_Margin_L: 1rem 2rem;
|
|
715
|
+
@sapContent_Margin_XL: 1rem 3rem;
|
|
712
716
|
@sapContent_Padding_S: 0rem;
|
|
713
717
|
@sapContent_Padding_M: 2rem;
|
|
714
718
|
@sapContent_Padding_L: 2rem;
|
|
@@ -940,7 +944,7 @@
|
|
|
940
944
|
|
|
941
945
|
// [Tags "!Protected"]
|
|
942
946
|
// [Protected "!true"]
|
|
943
|
-
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor
|
|
947
|
+
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
944
948
|
@sapShell_Category_1_Background: @sapHC_StandardBackground;
|
|
945
949
|
|
|
946
950
|
// [Tags "!Protected"]
|
|
@@ -2576,6 +2580,10 @@
|
|
|
2576
2580
|
// [Protected "!true"]
|
|
2577
2581
|
@sapSlider_Selected_BorderColor: @sapField_BorderColor;
|
|
2578
2582
|
|
|
2583
|
+
// [Tags "!Protected"]
|
|
2584
|
+
// [Protected "!true"]
|
|
2585
|
+
@sapSlider_Selected_Dimension: 0.25 * @sapContent_GridSize;
|
|
2586
|
+
|
|
2579
2587
|
// [Tags "!Protected"]
|
|
2580
2588
|
// [Protected "!true"]
|
|
2581
2589
|
@sapSlider_HandleBackground: @sapButton_Background;
|
|
@@ -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.136.
|
|
9
|
+
<version>1.136.2</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
|
|
4
|
-
// * data:{"sModified":"2025-
|
|
3
|
+
// * Theming Engine 16.0.7
|
|
4
|
+
// * data:{"sModified":"2025-06-12T08:20:10Z"}
|
|
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.31.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -704,10 +704,14 @@
|
|
|
704
704
|
@sapContent_Space_Small: 1rem;
|
|
705
705
|
@sapContent_Space_Medium: 2rem;
|
|
706
706
|
@sapContent_Space_Large: 3rem;
|
|
707
|
-
@sapContent_Margin_Tiny:
|
|
708
|
-
@sapContent_Margin_Small:
|
|
709
|
-
@sapContent_Margin_Medium:
|
|
710
|
-
@sapContent_Margin_Large:
|
|
707
|
+
@sapContent_Margin_Tiny: @sapContent_Margin_S;
|
|
708
|
+
@sapContent_Margin_Small: @sapContent_Margin_M;
|
|
709
|
+
@sapContent_Margin_Medium: @sapContent_Margin_L;
|
|
710
|
+
@sapContent_Margin_Large: @sapContent_Margin_XL;
|
|
711
|
+
@sapContent_Margin_S: 0 0 1rem;
|
|
712
|
+
@sapContent_Margin_M: 1rem;
|
|
713
|
+
@sapContent_Margin_L: 1rem 2rem;
|
|
714
|
+
@sapContent_Margin_XL: 1rem 3rem;
|
|
711
715
|
@sapContent_Padding_S: 0rem;
|
|
712
716
|
@sapContent_Padding_M: 2rem;
|
|
713
717
|
@sapContent_Padding_L: 2rem;
|
|
@@ -939,7 +943,7 @@
|
|
|
939
943
|
|
|
940
944
|
// [Tags "!Protected"]
|
|
941
945
|
// [Protected "!true"]
|
|
942
|
-
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor
|
|
946
|
+
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
943
947
|
@sapShell_Category_1_Background: @sapHC_StandardBackground;
|
|
944
948
|
|
|
945
949
|
// [Tags "!Protected"]
|
|
@@ -2575,6 +2579,10 @@
|
|
|
2575
2579
|
// [Protected "!true"]
|
|
2576
2580
|
@sapSlider_Selected_BorderColor: @sapField_BorderColor;
|
|
2577
2581
|
|
|
2582
|
+
// [Tags "!Protected"]
|
|
2583
|
+
// [Protected "!true"]
|
|
2584
|
+
@sapSlider_Selected_Dimension: 0.25 * @sapContent_GridSize;
|
|
2585
|
+
|
|
2578
2586
|
// [Tags "!Protected"]
|
|
2579
2587
|
// [Protected "!true"]
|
|
2580
2588
|
@sapSlider_HandleBackground: @sapButton_Background;
|
|
@@ -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.136.
|
|
9
|
+
<version>1.136.2</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize plus 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
|
|
4
|
-
// * data:{"sModified":"2025-
|
|
3
|
+
// * Theming Engine 16.0.7
|
|
4
|
+
// * data:{"sModified":"2025-06-12T08:20:09Z"}
|
|
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.31.0) *******************/
|
|
9
9
|
|
|
10
10
|
@sapHighlightColor: lighten(saturate(@sapBrandColor, 40), 30);
|
|
11
11
|
@sapBaseColor: @sapPrimary1;
|
|
@@ -71,6 +71,10 @@
|
|
|
71
71
|
@sapContent_Illustrative_Color25: #d0c1cb;
|
|
72
72
|
@sapContent_Illustrative_Color26: #d0b863;
|
|
73
73
|
@sapContent_Illustrative_Color27: #d0cdb3;
|
|
74
|
+
@sapContent_Success_HeaderShadow: 0 0.125rem 0.125rem 0 fade(@sapContent_ShadowColor, 20), inset 0 -0.0625rem 0 0 @sapSuccessBorderColor;
|
|
75
|
+
@sapContent_Warning_HeaderShadow: 0 0.125rem 0.125rem 0 fade(@sapContent_ShadowColor, 20), inset 0 -0.0625rem 0 0 @sapWarningBorderColor;
|
|
76
|
+
@sapContent_Error_HeaderShadow: 0 0.125rem 0.125rem 0 fade(@sapContent_ShadowColor, 20), inset 0 -0.0625rem 0 0 @sapErrorBorderColor;
|
|
77
|
+
@sapContent_Information_HeaderShadow: 0 0.125rem 0.125rem 0 fade(@sapContent_ShadowColor, 20), inset 0 -0.0625rem 0 0 @sapInformationBorderColor;
|
|
74
78
|
@sapLink_InvertedColor: #0070b1;
|
|
75
79
|
@sapLink_SubtleColor: lighten(@sapLinkColor, 10);
|
|
76
80
|
@sapShell_Background: lighten(saturate(@sapBaseColor, 4), 20.3);
|
|
@@ -280,7 +284,7 @@
|
|
|
280
284
|
@sapChart_ContrastTextShadow: 0 0 .125rem @sapContent_ContrastShadowColor;
|
|
281
285
|
@sapChart_ContrastLineColor: darken(@sapGroup_ContentBackground, 20);
|
|
282
286
|
@sapChart_LineColor_1: darken(@sapContent_ForegroundBorderColor, 35);
|
|
283
|
-
@sapChart_LineColor_2:
|
|
287
|
+
@sapChart_LineColor_2: lighten(@sapChart_LineColor_1, 35);
|
|
284
288
|
@sapChart_LineColor_3: lighten(@sapChart_LineColor_1, 76);
|
|
285
289
|
@sapChart_Choropleth_Background: @sapChart_Sequence_Neutral_Minus5;
|
|
286
290
|
@sapChart_Data_TextColor: lighten(@sapTextColor, 2);
|
|
@@ -327,7 +331,6 @@
|
|
|
327
331
|
@sapChart_Sequence_5_Minus3_TextColor: contrast(@sapChart_Sequence_5_Minus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
328
332
|
@sapChart_Sequence_5_Minus4_TextColor: contrast(@sapChart_Sequence_5_Minus4, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
329
333
|
@sapChart_Sequence_5_Minus5_TextColor: contrast(@sapChart_Sequence_5_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
330
|
-
@sapChart_Sequence_6_Plus1: lighten(desaturate(@sapChart_Sequence_6, 26), 1);
|
|
331
334
|
@sapChart_Sequence_6_TextColor: contrast(@sapChart_Sequence_6, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
332
335
|
@sapChart_Sequence_7_TextColor: contrast(@sapChart_Sequence_7, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
333
336
|
@sapChart_Sequence_7_BorderColor: @sapChart_Sequence_7_Plus1;
|