@openui5/themelib_sap_horizon 1.136.3 → 1.139.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/README.md +1 -1
- package/REUSE.toml +8 -29
- package/THIRDPARTY.txt +72 -90
- package/package.json +19 -19
- package/src/sap/f/themes/sap_horizon/Card.less +0 -6
- package/src/sap/f/themes/sap_horizon/DynamicPage.less +52 -43
- package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +4 -4
- package/src/sap/f/themes/sap_horizon/ShellBar.less +174 -118
- package/src/sap/f/themes/sap_horizon_dark/Card.less +0 -6
- package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +48 -40
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +3 -3
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +192 -130
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +48 -39
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +9 -8
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +111 -81
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +47 -40
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +8 -7
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +115 -84
- package/src/sap/m/themes/sap_horizon/Button.less +5 -11
- package/src/sap/m/themes/sap_horizon/CheckBox.less +4 -0
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +0 -6
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +5 -3
- package/src/sap/m/themes/sap_horizon/Page.less +10 -7
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +0 -1
- package/src/sap/m/themes/sap_horizon_dark/Button.less +4 -4
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +0 -6
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +5 -3
- package/src/sap/m/themes/sap_horizon_dark/Page.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/Menu.less +19 -10
- package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +16 -16
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +9 -7
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/Menu.less +14 -5
- package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +16 -15
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +9 -7
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +0 -2
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +6 -6
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +0 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +6 -6
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +0 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +6 -6
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +0 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +6 -6
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +14 -14
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/global.less +4 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +4 -4
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +4 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +4 -4
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +4 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +4 -4
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +4 -0
- package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +5 -5
- package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +5 -5
- package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +15 -6
- package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +14 -5
- package/src/sap/ui/mdc/themes/sap_horizon/Chart.less +5 -5
- package/src/sap/ui/mdc/themes/sap_horizon/ValueHelpDialog.less +8 -1
- package/src/sap/ui/mdc/themes/sap_horizon_dark/Chart.less +5 -5
- package/src/sap/ui/mdc/themes/sap_horizon_dark/ValueHelpDialog.less +7 -0
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/Chart.less +5 -5
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/Chart.less +5 -5
- package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +4 -4
- package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +4 -4
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +0 -25
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +0 -25
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +0 -24
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +0 -24
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +14 -6
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +10 -5
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +14 -6
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +10 -5
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +14 -5
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +9 -3
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +14 -5
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +9 -3
- package/src/sap/f/themes/sap_horizon/ProductSwitchItem.less +0 -4
- package/src/sap/f/themes/sap_horizon_dark/ProductSwitchItem.less +0 -4
- package/src/sap/f/themes/sap_horizon_hcb/ProductSwitchItem.less +0 -8
- package/src/sap/f/themes/sap_horizon_hcw/ProductSwitchItem.less +0 -8
|
@@ -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.2
|
|
4
|
+
// * data:{"sModified":"2025-05-14T05:17:19Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.30.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
|
|
521
521
|
// [Tags "!Protected"]
|
|
522
522
|
// [Protected "!true"]
|
|
523
|
-
@sapContent_Lite_Shadow:
|
|
523
|
+
@sapContent_Lite_Shadow: None;
|
|
524
524
|
|
|
525
525
|
// [Tags "!Protected"]
|
|
526
526
|
// [Protected "!true"]
|
|
@@ -780,7 +780,7 @@
|
|
|
780
780
|
|
|
781
781
|
// [Tags "!Protected"]
|
|
782
782
|
// [Protected "!true"]
|
|
783
|
-
@sapShell_BorderColor:
|
|
783
|
+
@sapShell_BorderColor: @sapShellColor;
|
|
784
784
|
|
|
785
785
|
// [Tags "!Protected"]
|
|
786
786
|
// [Protected "!true"]
|
|
@@ -3577,13 +3577,13 @@
|
|
|
3577
3577
|
// [Tags "!Protected"]
|
|
3578
3578
|
// [Protected "!true"]
|
|
3579
3579
|
@sapChart_Neutral: #758ca4;
|
|
3580
|
-
@sapChart_Sequence_1_Plus3: lighten(@sapChart_Sequence_1,
|
|
3580
|
+
@sapChart_Sequence_1_Plus3: lighten(saturate(@sapChart_Sequence_1, 14), 25);
|
|
3581
3581
|
@sapChart_Sequence_1_Plus3_TextColor: contrast(@sapChart_Sequence_1_Plus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
3582
3582
|
@sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus3_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3583
|
-
@sapChart_Sequence_1_Plus2: lighten(@sapChart_Sequence_1,
|
|
3583
|
+
@sapChart_Sequence_1_Plus2: lighten(desaturate(@sapChart_Sequence_1, 1), 7);
|
|
3584
3584
|
@sapChart_Sequence_1_Plus2_TextColor: contrast(@sapChart_Sequence_1_Plus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
3585
3585
|
@sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus2_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3586
|
-
@sapChart_Sequence_1_Plus1: lighten(@sapChart_Sequence_1, 8);
|
|
3586
|
+
@sapChart_Sequence_1_Plus1: lighten(saturate(@sapChart_Sequence_1, 12), 8);
|
|
3587
3587
|
@sapChart_Sequence_1_Plus1_TextColor: contrast(@sapChart_Sequence_1_Plus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
3588
3588
|
@sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3589
3589
|
|
|
@@ -3592,20 +3592,20 @@
|
|
|
3592
3592
|
@sapChart_Sequence_1: @sapChart_OrderedColor_1;
|
|
3593
3593
|
@sapChart_Sequence_1_TextColor: contrast(@sapChart_Sequence_1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
3594
3594
|
@sapChart_Sequence_1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3595
|
-
@sapChart_Sequence_1_BorderColor: @
|
|
3596
|
-
@sapChart_Sequence_1_Minus1: darken(@sapChart_Sequence_1,
|
|
3595
|
+
@sapChart_Sequence_1_BorderColor: @sapChart_Sequence_1;
|
|
3596
|
+
@sapChart_Sequence_1_Minus1: darken(desaturate(@sapChart_Sequence_1, 6), 7);
|
|
3597
3597
|
@sapChart_Sequence_1_Minus1_TextColor: contrast(@sapChart_Sequence_1_Minus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
3598
3598
|
@sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3599
|
-
@sapChart_Sequence_1_Minus2: darken(@sapChart_Sequence_1,
|
|
3599
|
+
@sapChart_Sequence_1_Minus2: darken(desaturate(@sapChart_Sequence_1, 6), 7);
|
|
3600
3600
|
@sapChart_Sequence_1_Minus2_TextColor: contrast(@sapChart_Sequence_1_Minus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
3601
3601
|
@sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus2_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3602
|
-
@sapChart_Sequence_1_Minus3: darken(@sapChart_Sequence_1, 22);
|
|
3602
|
+
@sapChart_Sequence_1_Minus3: darken(desaturate(@sapChart_Sequence_1, 8), 22);
|
|
3603
3603
|
@sapChart_Sequence_1_Minus3_TextColor: contrast(@sapChart_Sequence_1_Minus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
3604
3604
|
@sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus3_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3605
|
-
@sapChart_Sequence_1_Minus4: darken(@sapChart_Sequence_1,
|
|
3605
|
+
@sapChart_Sequence_1_Minus4: darken(desaturate(@sapChart_Sequence_1, 7), 27);
|
|
3606
3606
|
@sapChart_Sequence_1_Minus4_TextColor: contrast(@sapChart_Sequence_1_Minus4, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
3607
3607
|
@sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus4_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3608
|
-
@sapChart_Sequence_1_Minus5: darken(@sapChart_Sequence_1,
|
|
3608
|
+
@sapChart_Sequence_1_Minus5: darken(desaturate(@sapChart_Sequence_1, 7), 32);
|
|
3609
3609
|
@sapChart_Sequence_1_Minus5_TextColor: contrast(@sapChart_Sequence_1_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
3610
3610
|
@sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3611
3611
|
@sapChart_Sequence_2_Plus3: lighten(desaturate(@sapChart_Sequence_2, 20), 30);
|
|
Binary file
|
|
Binary file
|
|
@@ -202,6 +202,10 @@
|
|
|
202
202
|
@sapUiContentMarginSmall: @sapContent_Margin_Small;
|
|
203
203
|
@sapUiContentMarginMedium: @sapContent_Margin_Medium;
|
|
204
204
|
@sapUiContentMarginLarge: @sapContent_Margin_Large;
|
|
205
|
+
@sapUiContentMarginS: @sapContent_Margin_S;
|
|
206
|
+
@sapUiContentMarginM: @sapContent_Margin_M;
|
|
207
|
+
@sapUiContentMarginL: @sapContent_Margin_L;
|
|
208
|
+
@sapUiContentMarginXL: @sapContent_Margin_XL;
|
|
205
209
|
@sapUiContentGap: @sapContent_Gap;
|
|
206
210
|
@sapUiContentPaddingS: @sapContent_Padding_S;
|
|
207
211
|
@sapUiContentPaddingM: @sapContent_Padding_M;
|
|
@@ -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.139.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Evening Horizon 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.2
|
|
4
|
+
// * data:{"sModified":"2025-05-14T05:17:19Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.30.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -780,7 +780,7 @@
|
|
|
780
780
|
|
|
781
781
|
// [Tags "!Protected"]
|
|
782
782
|
// [Protected "!true"]
|
|
783
|
-
@sapShell_BorderColor:
|
|
783
|
+
@sapShell_BorderColor: @sapShellColor;
|
|
784
784
|
|
|
785
785
|
// [Tags "!Protected"]
|
|
786
786
|
// [Protected "!true"]
|
|
Binary file
|
|
Binary file
|
|
@@ -202,6 +202,10 @@
|
|
|
202
202
|
@sapUiContentMarginSmall: @sapContent_Margin_Small;
|
|
203
203
|
@sapUiContentMarginMedium: @sapContent_Margin_Medium;
|
|
204
204
|
@sapUiContentMarginLarge: @sapContent_Margin_Large;
|
|
205
|
+
@sapUiContentMarginS: @sapContent_Margin_S;
|
|
206
|
+
@sapUiContentMarginM: @sapContent_Margin_M;
|
|
207
|
+
@sapUiContentMarginL: @sapContent_Margin_L;
|
|
208
|
+
@sapUiContentMarginXL: @sapContent_Margin_XL;
|
|
205
209
|
@sapUiContentGap: @sapContent_Gap;
|
|
206
210
|
@sapUiContentPaddingS: @sapContent_Padding_S;
|
|
207
211
|
@sapUiContentPaddingM: @sapContent_Padding_M;
|
|
@@ -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.139.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon 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.2
|
|
4
|
+
// * data:{"sModified":"2025-05-14T05:17:19Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.30.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -947,7 +947,7 @@
|
|
|
947
947
|
|
|
948
948
|
// [Tags "!Protected"]
|
|
949
949
|
// [Protected "!true"]
|
|
950
|
-
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor
|
|
950
|
+
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor,@sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
951
951
|
@sapShell_Category_1_Background: @sapHC_StandardBackground;
|
|
952
952
|
|
|
953
953
|
// [Tags "!Protected"]
|
|
Binary file
|
|
Binary file
|
|
@@ -202,6 +202,10 @@
|
|
|
202
202
|
@sapUiContentMarginSmall: @sapContent_Margin_Small;
|
|
203
203
|
@sapUiContentMarginMedium: @sapContent_Margin_Medium;
|
|
204
204
|
@sapUiContentMarginLarge: @sapContent_Margin_Large;
|
|
205
|
+
@sapUiContentMarginS: @sapContent_Margin_S;
|
|
206
|
+
@sapUiContentMarginM: @sapContent_Margin_M;
|
|
207
|
+
@sapUiContentMarginL: @sapContent_Margin_L;
|
|
208
|
+
@sapUiContentMarginXL: @sapContent_Margin_XL;
|
|
205
209
|
@sapUiContentGap: @sapContent_Gap;
|
|
206
210
|
@sapUiContentPaddingS: @sapContent_Padding_S;
|
|
207
211
|
@sapUiContentPaddingM: @sapContent_Padding_M;
|
|
@@ -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.139.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon 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.2
|
|
4
|
+
// * data:{"sModified":"2025-05-14T05:17:19Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.30.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -947,7 +947,7 @@
|
|
|
947
947
|
|
|
948
948
|
// [Tags "!Protected"]
|
|
949
949
|
// [Protected "!true"]
|
|
950
|
-
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor
|
|
950
|
+
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor,@sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
951
951
|
@sapShell_Category_1_Background: @sapHC_StandardBackground;
|
|
952
952
|
|
|
953
953
|
// [Tags "!Protected"]
|
|
Binary file
|
|
Binary file
|
|
@@ -202,6 +202,10 @@
|
|
|
202
202
|
@sapUiContentMarginSmall: @sapContent_Margin_Small;
|
|
203
203
|
@sapUiContentMarginMedium: @sapContent_Margin_Medium;
|
|
204
204
|
@sapUiContentMarginLarge: @sapContent_Margin_Large;
|
|
205
|
+
@sapUiContentMarginS: @sapContent_Margin_S;
|
|
206
|
+
@sapUiContentMarginM: @sapContent_Margin_M;
|
|
207
|
+
@sapUiContentMarginL: @sapContent_Margin_L;
|
|
208
|
+
@sapUiContentMarginXL: @sapContent_Margin_XL;
|
|
205
209
|
@sapUiContentGap: @sapContent_Gap;
|
|
206
210
|
@sapUiContentPaddingS: @sapContent_Padding_S;
|
|
207
211
|
@sapUiContentPaddingM: @sapContent_Padding_M;
|
|
@@ -3,19 +3,19 @@
|
|
|
3
3
|
*******************************************************************/
|
|
4
4
|
@_sap_ui_dt_ContextMenu_BorderRadius: @sapUiFieldBorderCornerRadius; // 0.25rem
|
|
5
5
|
|
|
6
|
-
.sapUiDtContextMenu {
|
|
7
|
-
.
|
|
8
|
-
.
|
|
6
|
+
.sapUiDtContextMenu.sapMMenu {
|
|
7
|
+
.sapMMenuList {
|
|
8
|
+
.sapMMenuItem {
|
|
9
9
|
margin: 0.0625rem;
|
|
10
10
|
border-radius: @_sap_ui_dt_ContextMenu_BorderRadius;
|
|
11
11
|
|
|
12
12
|
&:focus {
|
|
13
13
|
outline-offset: -0.125rem;
|
|
14
|
-
&.
|
|
14
|
+
&.sapMMenuItemDisabled{
|
|
15
15
|
outline: none;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
&.
|
|
18
|
+
&.sapMMenuItemSubMenuOpen {
|
|
19
19
|
border-bottom: none !important; //1px
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -3,19 +3,19 @@
|
|
|
3
3
|
*******************************************************************/
|
|
4
4
|
@_sap_ui_dt_ContextMenu_BorderRadius: @sapUiFieldBorderCornerRadius; // 0.25rem
|
|
5
5
|
|
|
6
|
-
.sapUiDtContextMenu {
|
|
7
|
-
.
|
|
8
|
-
.
|
|
6
|
+
.sapUiDtContextMenu.sapMMenu {
|
|
7
|
+
.sapMMenuList {
|
|
8
|
+
.sapMMenuItem {
|
|
9
9
|
margin: 0.0625rem;
|
|
10
10
|
border-radius: @_sap_ui_dt_ContextMenu_BorderRadius;
|
|
11
11
|
|
|
12
12
|
&:focus {
|
|
13
13
|
outline-offset: -0.125rem;
|
|
14
|
-
&.
|
|
14
|
+
&.sapMMenuItemDisabled{
|
|
15
15
|
outline: none;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
&.
|
|
18
|
+
&.sapMMenuItemSubMenuOpen {
|
|
19
19
|
border-bottom: none !important; //1px
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -4,11 +4,20 @@
|
|
|
4
4
|
@_sap_ui_dt_ContextMenu_BorderRadius: @sapUiButtonBorderCornerRadius; // 0.375rem
|
|
5
5
|
@_sap_ui_dt_ContextMenu_OpenSubMenuBackgroundColor: @sapUiSelected; //#0f5c93
|
|
6
6
|
|
|
7
|
-
.sapUiDtContextMenu {
|
|
8
|
-
.
|
|
9
|
-
.
|
|
7
|
+
.sapUiDtContextMenu.sapMMenu {
|
|
8
|
+
.sapMMenuList {
|
|
9
|
+
.sapMMenuItem {
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
.sapMMenuEndContent{
|
|
12
|
+
.sapMBtn {
|
|
13
|
+
&:focus-visible > .sapMFocusable,
|
|
14
|
+
&:focus > .sapMFocusable{
|
|
15
|
+
outline: none;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&.sapMMenuItemDisabled {
|
|
12
21
|
opacity: 1;
|
|
13
22
|
}
|
|
14
23
|
|
|
@@ -16,11 +25,11 @@
|
|
|
16
25
|
border-radius: @_sap_ui_dt_ContextMenu_BorderRadius;
|
|
17
26
|
}
|
|
18
27
|
|
|
19
|
-
&.
|
|
28
|
+
&.sapMMenuItemSubMenuOpen {
|
|
20
29
|
border-bottom: 0.0625rem solid transparent !important; //remove border
|
|
21
30
|
border-radius: @_sap_ui_dt_ContextMenu_BorderRadius;
|
|
22
31
|
|
|
23
|
-
&:not(
|
|
32
|
+
&:not(:hover) {
|
|
24
33
|
background-color: @_sap_ui_dt_ContextMenu_OpenSubMenuBackgroundColor;
|
|
25
34
|
}
|
|
26
35
|
}
|
|
@@ -4,19 +4,28 @@
|
|
|
4
4
|
@_sap_ui_dt_ContextMenu_BorderRadius: @sapUiButtonBorderCornerRadius; // .375rem
|
|
5
5
|
@_sap_ui_dt_ContextMenu_OpenSubMenuBackgroundColor: @sapUiButtonSelectedBackground; //#5c93ff
|
|
6
6
|
|
|
7
|
-
.sapUiDtContextMenu {
|
|
8
|
-
.
|
|
9
|
-
.
|
|
7
|
+
.sapUiDtContextMenu.sapMMenu {
|
|
8
|
+
.sapMMenuList {
|
|
9
|
+
.sapMMenuItem {
|
|
10
|
+
|
|
11
|
+
.sapMMenuEndContent{
|
|
12
|
+
.sapMBtn {
|
|
13
|
+
&:focus-visible > .sapMFocusable,
|
|
14
|
+
&:focus > .sapMFocusable{
|
|
15
|
+
outline: none;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
10
19
|
|
|
11
20
|
&:focus {
|
|
12
21
|
border-radius: @_sap_ui_dt_ContextMenu_BorderRadius;
|
|
13
22
|
}
|
|
14
23
|
|
|
15
|
-
&.
|
|
24
|
+
&.sapMMenuItemSubMenuOpen {
|
|
16
25
|
border-bottom: 0.0625rem solid transparent !important; //1px
|
|
17
26
|
border-radius: @_sap_ui_dt_ContextMenu_BorderRadius;
|
|
18
27
|
|
|
19
|
-
&:not(
|
|
28
|
+
&:not(:hover) {
|
|
20
29
|
background-color: @_sap_ui_dt_ContextMenu_OpenSubMenuBackgroundColor;
|
|
21
30
|
}
|
|
22
31
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.ui.mdc/Chart
|
|
3
|
-
/* Horizon theme
|
|
4
|
-
/*
|
|
1
|
+
/* ================================= */
|
|
2
|
+
/* CSS for control sap.ui.mdc/Chart */
|
|
3
|
+
/* Morning Horizon theme */
|
|
4
|
+
/* ================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
|
|
6
|
+
@_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.ui.mdc/Chart
|
|
3
|
-
/* Evening Horizon theme
|
|
4
|
-
/*
|
|
1
|
+
/* ================================= */
|
|
2
|
+
/* CSS for control sap.ui.mdc/Chart */
|
|
3
|
+
/* Evening Horizon theme */
|
|
4
|
+
/* ================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
|
|
6
|
+
@_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.ui.mdc/Chart
|
|
3
|
-
/* Horizon High Contrast Black theme
|
|
4
|
-
/*
|
|
1
|
+
/* ================================== */
|
|
2
|
+
/* CSS for control sap.ui.mdc/Chart */
|
|
3
|
+
/* Horizon High Contrast Black theme */
|
|
4
|
+
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
|
|
6
|
+
@_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.ui.mdc/Chart
|
|
3
|
-
/* Horizon High Contrast White theme
|
|
4
|
-
/*
|
|
1
|
+
/* ================================== */
|
|
2
|
+
/* CSS for control sap.ui.mdc/Chart */
|
|
3
|
+
/* Horizon High Contrast White theme */
|
|
4
|
+
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
|
|
6
|
+
@_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
|
|
@@ -696,7 +696,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
696
696
|
|
|
697
697
|
.sapUiCalMonthSecType {
|
|
698
698
|
.sapUiCalItem {
|
|
699
|
-
border-radius:
|
|
699
|
+
border-radius: var(--sapButton_BorderCornerRadius);
|
|
700
700
|
|
|
701
701
|
.sapUiCalItemSecText {
|
|
702
702
|
width: 60%;
|
|
@@ -60,31 +60,6 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sap
|
|
|
60
60
|
background-color: @sapUiContentSelectedBackground;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.sapMListTblRow.sapMLIBFocusable:focus {
|
|
64
|
-
.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
|
|
65
|
-
position: absolute;
|
|
66
|
-
top: 0px;
|
|
67
|
-
left: -1px;
|
|
68
|
-
right: 1px;
|
|
69
|
-
bottom: 0px;
|
|
70
|
-
content: "";
|
|
71
|
-
border: 0.195rem solid @sapUiContentFocusColor;
|
|
72
|
-
border-left: none;
|
|
73
|
-
pointer-events: none;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.sapUiCalendarRowAppsIntNoHead.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
|
|
77
|
-
position: absolute;
|
|
78
|
-
top: 0px;
|
|
79
|
-
left: -1px;
|
|
80
|
-
right: 1px;
|
|
81
|
-
bottom: 1px;
|
|
82
|
-
content: "";
|
|
83
|
-
border: 0.0625rem dotted @sapUiContentFocusColor;
|
|
84
|
-
pointer-events: none;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
63
|
html[data-sap-ui-browser ^= "ie"], html[data-sap-ui-browser^="ed"] {
|
|
89
64
|
.sapUiCalendarApp:focus > .sapUiCalendarAppCont:after{
|
|
90
65
|
border-style: dashed;
|
|
@@ -60,31 +60,6 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sap
|
|
|
60
60
|
background-color: @sapUiContentSelectedBackground;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.sapMListTblRow.sapMLIBFocusable:focus {
|
|
64
|
-
.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
|
|
65
|
-
position: absolute;
|
|
66
|
-
top: 0px;
|
|
67
|
-
left: -1px;
|
|
68
|
-
right: 1px;
|
|
69
|
-
bottom: 0px;
|
|
70
|
-
content: "";
|
|
71
|
-
border: 0.195rem solid @sapUiContentFocusColor;
|
|
72
|
-
border-left: none;
|
|
73
|
-
pointer-events: none;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.sapUiCalendarRowAppsIntNoHead.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
|
|
77
|
-
position: absolute;
|
|
78
|
-
top: 0px;
|
|
79
|
-
left: -1px;
|
|
80
|
-
right: 1px;
|
|
81
|
-
bottom: 1px;
|
|
82
|
-
content: "";
|
|
83
|
-
border: 0.0625rem dotted @sapUiContentFocusColor;
|
|
84
|
-
pointer-events: none;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
63
|
html[data-sap-ui-browser ^= "ie"], html[data-sap-ui-browser^="ed"] {
|
|
89
64
|
.sapUiCalendarApp:focus > .sapUiCalendarAppCont:after{
|
|
90
65
|
border-style: dashed;
|
|
@@ -51,30 +51,6 @@ html.sap-desktop .sapUiCalendarApp:hover:not(:active) > .sapUiCalendarAppCont {
|
|
|
51
51
|
background-color: @sapUiListHoverBackground;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.sapMListTblRow.sapMLIBFocusable:focus {
|
|
55
|
-
.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
|
|
56
|
-
position: absolute;
|
|
57
|
-
top: 0px;
|
|
58
|
-
left: -1px;
|
|
59
|
-
right: 1px;
|
|
60
|
-
bottom: 0px;
|
|
61
|
-
content: "";
|
|
62
|
-
border: 0.0625rem dotted @sapUiContentFocusColor;
|
|
63
|
-
pointer-events: none;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.sapUiCalendarRowAppsIntNoHead.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
|
|
67
|
-
position: absolute;
|
|
68
|
-
top: 0px;
|
|
69
|
-
left: -1px;
|
|
70
|
-
right: 1px;
|
|
71
|
-
bottom: 1px;
|
|
72
|
-
content: "";
|
|
73
|
-
border: 0.0625rem dotted @sapUiContentFocusColor;
|
|
74
|
-
pointer-events: none;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
54
|
html[data-sap-ui-browser ^= "ie"], html[data-sap-ui-browser^="ed"] {
|
|
79
55
|
.sapUiCalendarApp:focus > .sapUiCalendarAppCont:after{
|
|
80
56
|
border-style: dashed;
|
|
@@ -51,30 +51,6 @@ html.sap-desktop .sapUiCalendarApp:hover:not(:active) > .sapUiCalendarAppCont {
|
|
|
51
51
|
background-color: @sapUiListHoverBackground;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.sapMListTblRow.sapMLIBFocusable:focus {
|
|
55
|
-
.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
|
|
56
|
-
position: absolute;
|
|
57
|
-
top: 0px;
|
|
58
|
-
left: -1px;
|
|
59
|
-
right: 1px;
|
|
60
|
-
bottom: 0px;
|
|
61
|
-
content: "";
|
|
62
|
-
border: 0.0625rem dotted @sapUiContentFocusColor;
|
|
63
|
-
pointer-events: none;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.sapUiCalendarRowAppsIntNoHead.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
|
|
67
|
-
position: absolute;
|
|
68
|
-
top: 0px;
|
|
69
|
-
left: -1px;
|
|
70
|
-
right: 1px;
|
|
71
|
-
bottom: 1px;
|
|
72
|
-
content: "";
|
|
73
|
-
border: 0.0625rem dotted @sapUiContentFocusColor;
|
|
74
|
-
pointer-events: none;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
54
|
html[data-sap-ui-browser ^= "ie"], html[data-sap-ui-browser^="ed"] {
|
|
79
55
|
.sapUiCalendarApp:focus > .sapUiCalendarAppCont:after{
|
|
80
56
|
border-style: dashed;
|