Skip to content

Commit 4b937e6

Browse files
committed
[INTERNAL] Update Theming Base Content to 11.30.0
Change-Id: I23d9f439213fdc1a66f89a34146053f160ec734a
1 parent 5f097bb commit 4b937e6

File tree

16 files changed

+240
-105
lines changed

16 files changed

+240
-105
lines changed

.repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<copyright>2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc</copyright>
1010
<pattern partial="true" otherContent="SAP" explanation="plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)">lib/jsdoc/ui5/plugin.js</pattern>
1111
</lib>
12-
<lib name="@sap-theming/theming-base-content" displayName="SAP Theming Base Content" npmName="@sap-theming/theming-base-content" version="11.29.1" homepage="https://github.com/SAP/theming-base-content">
12+
<lib name="@sap-theming/theming-base-content" displayName="SAP Theming Base Content" npmName="@sap-theming/theming-base-content" version="11.30.0" homepage="https://github.com/SAP/theming-base-content">
1313
<license url="https://github.com/SAP/theming-base-content/blob/master/LICENSE.txt" type="Apache-2.0" />
1414
<copyright>SAP SE or an SAP affiliate company and Theming Base Content contributors</copyright>
1515
<pattern>src/sap.ui.core/src/sap/ui/core/themes/base/base.less</pattern>

THIRDPARTY.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ License: Apache-2.0
462462
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
463463
Contained in: lib/jsdoc/ui5/plugin.js
464464

465-
Component: SAP Theming Base Content, version: 11.29.1
465+
Component: SAP Theming Base Content, version: 11.30.0
466466
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
467467
License: Apache-2.0
468468
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt

src/sap.ui.core/src/sap/ui/core/themes/base/base.less

Lines changed: 57 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// /**
22
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3-
// * Theming Engine 15.0.6
4-
// * data:{"sModified":"2025-04-10T09:27:38Z"}
3+
// * Theming Engine 16.0.2
4+
// * data:{"sModified":"2025-05-14T05:17:18Z"}
55
// */
66

77

8-
/******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.29.1) *******************/
8+
/******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.30.0) *******************/
99

1010

1111
// [Label "Brand Color"]
@@ -1254,37 +1254,69 @@
12541254
@sapContent_Space_Large: @sapDefault_Dimension;
12551255

12561256
// [Label "Content Margin Tiny"]
1257-
// [Description "The tiny value of the four-sided margin used for content."]
1257+
// [Description "Will be deprecated. Use instead: sapContent_Space_Tiny for a constant margin, sapContent_Margin_S for a responsive margin."]
12581258
// [Tags "Base", "Content", "Dimension", "Protected"]
12591259
// [Protected "true"]
12601260
// [Category "Internal"]
12611261
// [Type "sizing"]
12621262
@sapContent_Margin_Tiny: @sapDefault_Dimension;
12631263

12641264
// [Label "Content Margin Small"]
1265-
// [Description "The small value of the four-sided margin used for content."]
1265+
// [Description "Will be deprecated. Use instead: sapContent_Space_Small for a constant margin, sapContent_Margin_M for a responsive margin."]
12661266
// [Tags "Base", "Content", "Dimension", "Protected"]
12671267
// [Protected "true"]
12681268
// [Category "Internal"]
12691269
// [Type "sizing"]
12701270
@sapContent_Margin_Small: @sapDefault_Dimension;
12711271

12721272
// [Label "Content Margin Medium"]
1273-
// [Description "The medium value of the four-sided margin used for content."]
1273+
// [Description "Will be deprecated. Use instead: sapContent_Space_Medium for a constant margin, sapContent_Margin_L for a responsive margin."]
12741274
// [Tags "Base", "Content", "Dimension", "Protected"]
12751275
// [Protected "true"]
12761276
// [Category "Internal"]
12771277
// [Type "sizing"]
12781278
@sapContent_Margin_Medium: @sapDefault_Dimension;
12791279

12801280
// [Label "Content Margin Large"]
1281-
// [Description "The large value of the four-sided margin used for content."]
1281+
// [Description "Will be deprecated. Use instead: sapContent_Space_Large for a constant margin, sapContent_Margin_XL for a responsive margin."]
12821282
// [Tags "Base", "Content", "Dimension", "Protected"]
12831283
// [Protected "true"]
12841284
// [Category "Internal"]
12851285
// [Type "sizing"]
12861286
@sapContent_Margin_Large: @sapDefault_Dimension;
12871287

1288+
// [Label "Content Margin S"]
1289+
// [Description "The responsive container margin on small devices."]
1290+
// [Tags "Base", "Content", "Dimension", "Protected"]
1291+
// [Protected "true"]
1292+
// [Category "Internal"]
1293+
// [Type "sizing"]
1294+
@sapContent_Margin_S: @sapDefault_Dimension;
1295+
1296+
// [Label "Content Margin M"]
1297+
// [Description "The responsive container margin on medium devices."]
1298+
// [Tags "Base", "Content", "Dimension", "Protected"]
1299+
// [Protected "true"]
1300+
// [Category "Internal"]
1301+
// [Type "sizing"]
1302+
@sapContent_Margin_M: @sapDefault_Dimension;
1303+
1304+
// [Label "Content Margin L"]
1305+
// [Description "The responsive container margin on large devices."]
1306+
// [Tags "Base", "Content", "Dimension", "Protected"]
1307+
// [Protected "true"]
1308+
// [Category "Internal"]
1309+
// [Type "sizing"]
1310+
@sapContent_Margin_L: @sapDefault_Dimension;
1311+
1312+
// [Label "Content Margin XL"]
1313+
// [Description "The responsive container margin on extra large devices."]
1314+
// [Tags "Base", "Content", "Dimension", "Protected"]
1315+
// [Protected "true"]
1316+
// [Category "Internal"]
1317+
// [Type "sizing"]
1318+
@sapContent_Margin_XL: @sapDefault_Dimension;
1319+
12881320
// [Label "Content Padding S"]
12891321
// [Description "The value of padding used on small devices."]
12901322
// [Tags "Base", "Content", "Dimension", "Protected"]
@@ -12993,6 +13025,7 @@
1299313025
@sapCss_SvgIconCritical: @sapCss_SvgIconBase;
1299413026
@sapCss_SvgIconPositive: @sapCss_SvgIconBase;
1299513027
@sapCss_SvgIconNegative: @sapCss_SvgIconBase;
13028+
/*!SAP_POSTPROCESS_REDUCE_START*/
1299613029
/*<SAP_FREETEXT_LESS>*/
1299713030
.sapCss_SAP-icons() when (@sapCss_SAP-icons) {
1299813031
@font-face {
@@ -13322,14 +13355,15 @@ fill: @sapBaseColor !important;
1332213355
}
1332313356
}
1332413357
.sapCss_SvgIconBase();
13325-
/*</SAP_FREETEXT_LESS>*/// /**
13358+
/*</SAP_FREETEXT_LESS>*//*!SAP_POSTPROCESS_REDUCE_END*/
13359+
// /**
1332613360
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
13327-
// * Theming Engine 15.0.6
13328-
// * data:{"sModified":"2025-04-10T09:27:38Z"}
13361+
// * Theming Engine 16.0.2
13362+
// * data:{"sModified":"2025-05-14T05:17:19Z"}
1332913363
// */
1333013364

1333113365

13332-
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.29.1) *******************/
13366+
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.30.0) *******************/
1333313367

1333413368

1333513369
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -14028,10 +14062,14 @@ fill: @sapBaseColor !important;
1402814062
@sapContent_Space_Small: 1rem;
1402914063
@sapContent_Space_Medium: 2rem;
1403014064
@sapContent_Space_Large: 3rem;
14031-
@sapContent_Margin_Tiny: 0 0 1rem;
14032-
@sapContent_Margin_Small: 1rem;
14033-
@sapContent_Margin_Medium: 1rem 2rem;
14034-
@sapContent_Margin_Large: 1rem 3rem;
14065+
@sapContent_Margin_Tiny: @sapContent_Margin_S;
14066+
@sapContent_Margin_Small: @sapContent_Margin_M;
14067+
@sapContent_Margin_Medium: @sapContent_Margin_L;
14068+
@sapContent_Margin_Large: @sapContent_Margin_XL;
14069+
@sapContent_Margin_S: 0 0 1rem;
14070+
@sapContent_Margin_M: 1rem;
14071+
@sapContent_Margin_L: 1rem 2rem;
14072+
@sapContent_Margin_XL: 1rem 3rem;
1403514073
@sapContent_Padding_S: 0rem;
1403614074
@sapContent_Padding_M: 2rem;
1403714075
@sapContent_Padding_L: 2rem;
@@ -15899,6 +15937,10 @@ fill: @sapBaseColor !important;
1589915937
// [Protected "!true"]
1590015938
@sapSlider_Selected_BorderColor: @sapField_BorderColor;
1590115939

15940+
// [Tags "!Protected"]
15941+
// [Protected "!true"]
15942+
@sapSlider_Selected_Dimension: 0.25 * @sapContent_GridSize;
15943+
1590215944
// [Tags "!Protected"]
1590315945
// [Protected "!true"]
1590415946
@sapSlider_HandleBackground: @sapButton_Background;

src/sap.ui.core/src/sap/ui/core/themes/base/skeleton.less

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
// /**
22
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3-
// * Theming Engine 15.0.6
4-
// * data:{"sModified":"2025-04-10T09:27:38Z"}
3+
// * Theming Engine 16.0.2
4+
// * data:{"sModified":"2025-05-14T05:17:18Z"}
55
// */
66

77

8-
/******************* FILE /Base/baseLib/baseTheme/skeleton.less (Version 11.29.1) *******************/
8+
/******************* FILE /Base/baseLib/baseTheme/skeleton.less (Version 11.30.0) *******************/
99

10+
/*!SAP_POSTPROCESS_REDUCE_START*/
1011

1112
:root {
1213
--sapBrandColor: @sapBrandColor;
@@ -167,6 +168,10 @@
167168
--sapContent_Margin_Small: @sapContent_Margin_Small;
168169
--sapContent_Margin_Medium: @sapContent_Margin_Medium;
169170
--sapContent_Margin_Large: @sapContent_Margin_Large;
171+
--sapContent_Margin_S: @sapContent_Margin_S;
172+
--sapContent_Margin_M: @sapContent_Margin_M;
173+
--sapContent_Margin_L: @sapContent_Margin_L;
174+
--sapContent_Margin_XL: @sapContent_Margin_XL;
170175
--sapContent_Padding_S: @sapContent_Padding_S;
171176
--sapContent_Padding_M: @sapContent_Padding_M;
172177
--sapContent_Padding_L: @sapContent_Padding_L;
@@ -1552,4 +1557,4 @@ background-image: var(--sapShell_BackgroundImage);
15521557
}
15531558
}
15541559
.sapCss_BackgroundImage_sapShell_BackgroundImage();
1555-
/*</SAP_FREETEXT_LESS>*/
1560+
/*</SAP_FREETEXT_LESS>*//*!SAP_POSTPROCESS_REDUCE_END*/

src/themelib_sap_belize/src/sap/ui/core/themes/sap_belize/base.less

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// /**
22
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3-
// * Theming Engine 15.0.6
4-
// * data:{"sModified":"2025-04-10T09:27:38Z"}
3+
// * Theming Engine 16.0.2
4+
// * data:{"sModified":"2025-05-14T05:17:18Z"}
55
// */
66

77

8-
/******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.29.1) *******************/
8+
/******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.30.0) *******************/
99

1010

1111
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -649,10 +649,14 @@
649649
@sapContent_Space_Small: 1rem;
650650
@sapContent_Space_Medium: 2rem;
651651
@sapContent_Space_Large: 3rem;
652-
@sapContent_Margin_Tiny: 0 0 1rem;
653-
@sapContent_Margin_Small: 1rem;
654-
@sapContent_Margin_Medium: 1rem 2rem;
655-
@sapContent_Margin_Large: 1rem 3rem;
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;
656660
@sapContent_Padding_S: 0rem;
657661
@sapContent_Padding_M: 2rem;
658662
@sapContent_Padding_L: 2rem;
@@ -2520,6 +2524,10 @@
25202524
// [Protected "!true"]
25212525
@sapSlider_Selected_BorderColor: @sapSlider_Selected_Background;
25222526

2527+
// [Tags "!Protected"]
2528+
// [Protected "!true"]
2529+
@sapSlider_Selected_Dimension: 0.125 * @sapContent_GridSize;
2530+
25232531
// [Tags "!Protected"]
25242532
// [Protected "!true"]
25252533
@sapSlider_HandleBackground: fade(@sapField_Background, 10);
@@ -3384,7 +3392,7 @@
33843392

33853393
// [Tags "!Protected"]
33863394
// [Protected "!true"]
3387-
@sapChart_LineColor_2: lighten(@sapChart_LineColor_1, 35);
3395+
@sapChart_LineColor_2: darken(@sapChart_LineColor_1, 32);
33883396

33893397
// [Tags "!Protected"]
33903398
// [Protected "!true"]

src/themelib_sap_belize/src/sap/ui/core/themes/sap_belize_hcb/base.less

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// /**
22
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3-
// * Theming Engine 15.0.6
4-
// * data:{"sModified":"2025-04-10T09:27:38Z"}
3+
// * Theming Engine 16.0.2
4+
// * data:{"sModified":"2025-05-14T05:17:19Z"}
55
// */
66

77

8-
/******************* FILE /Base/baseLib/sap_belize_hcb/base.less (Version 11.29.1) *******************/
8+
/******************* FILE /Base/baseLib/sap_belize_hcb/base.less (Version 11.30.0) *******************/
99

1010

1111
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -705,10 +705,14 @@
705705
@sapContent_Space_Small: 1rem;
706706
@sapContent_Space_Medium: 2rem;
707707
@sapContent_Space_Large: 3rem;
708-
@sapContent_Margin_Tiny: 0 0 1rem;
709-
@sapContent_Margin_Small: 1rem;
710-
@sapContent_Margin_Medium: 1rem 2rem;
711-
@sapContent_Margin_Large: 1rem 3rem;
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;
712716
@sapContent_Padding_S: 0rem;
713717
@sapContent_Padding_M: 2rem;
714718
@sapContent_Padding_L: 2rem;
@@ -2576,6 +2580,10 @@
25762580
// [Protected "!true"]
25772581
@sapSlider_Selected_BorderColor: @sapField_BorderColor;
25782582

2583+
// [Tags "!Protected"]
2584+
// [Protected "!true"]
2585+
@sapSlider_Selected_Dimension: 0.25 * @sapContent_GridSize;
2586+
25792587
// [Tags "!Protected"]
25802588
// [Protected "!true"]
25812589
@sapSlider_HandleBackground: @sapButton_Background;

src/themelib_sap_belize/src/sap/ui/core/themes/sap_belize_hcw/base.less

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// /**
22
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3-
// * Theming Engine 15.0.6
4-
// * data:{"sModified":"2025-04-10T09:27:38Z"}
3+
// * Theming Engine 16.0.2
4+
// * data:{"sModified":"2025-05-14T05:17:19Z"}
55
// */
66

77

8-
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.29.1) *******************/
8+
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.30.0) *******************/
99

1010

1111
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -704,10 +704,14 @@
704704
@sapContent_Space_Small: 1rem;
705705
@sapContent_Space_Medium: 2rem;
706706
@sapContent_Space_Large: 3rem;
707-
@sapContent_Margin_Tiny: 0 0 1rem;
708-
@sapContent_Margin_Small: 1rem;
709-
@sapContent_Margin_Medium: 1rem 2rem;
710-
@sapContent_Margin_Large: 1rem 3rem;
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;
711715
@sapContent_Padding_S: 0rem;
712716
@sapContent_Padding_M: 2rem;
713717
@sapContent_Padding_L: 2rem;
@@ -2575,6 +2579,10 @@
25752579
// [Protected "!true"]
25762580
@sapSlider_Selected_BorderColor: @sapField_BorderColor;
25772581

2582+
// [Tags "!Protected"]
2583+
// [Protected "!true"]
2584+
@sapSlider_Selected_Dimension: 0.25 * @sapContent_GridSize;
2585+
25782586
// [Tags "!Protected"]
25792587
// [Protected "!true"]
25802588
@sapSlider_HandleBackground: @sapButton_Background;

src/themelib_sap_belize/src/sap/ui/core/themes/sap_belize_plus/base.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// /**
22
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3-
// * Theming Engine 15.0.6
4-
// * data:{"sModified":"2025-04-10T09:27:38Z"}
3+
// * Theming Engine 16.0.2
4+
// * data:{"sModified":"2025-05-14T05:17:19Z"}
55
// */
66

77

8-
/******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.29.1) *******************/
8+
/******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.30.0) *******************/
99

1010
@sapHighlightColor: lighten(saturate(@sapBrandColor, 40), 30);
1111
@sapBaseColor: @sapPrimary1;
@@ -280,7 +280,7 @@
280280
@sapChart_ContrastTextShadow: 0 0 .125rem @sapContent_ContrastShadowColor;
281281
@sapChart_ContrastLineColor: darken(@sapGroup_ContentBackground, 20);
282282
@sapChart_LineColor_1: darken(@sapContent_ForegroundBorderColor, 35);
283-
@sapChart_LineColor_2: darken(@sapChart_LineColor_1, 32);
283+
@sapChart_LineColor_2: lighten(@sapChart_LineColor_1, 35);
284284
@sapChart_LineColor_3: lighten(@sapChart_LineColor_1, 76);
285285
@sapChart_Choropleth_Background: @sapChart_Sequence_Neutral_Minus5;
286286
@sapChart_Data_TextColor: lighten(@sapTextColor, 2);

0 commit comments

Comments
 (0)