@openui5/themelib_sap_horizon 1.103.1 → 1.104.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/.reuse/dep5 +17 -0
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
- package/THIRDPARTY.txt +35 -2
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +1 -1
- package/src/sap/m/themes/sap_horizon/Button.less +4 -6
- package/src/sap/m/themes/sap_horizon/GenericTile.less +118 -10
- package/src/sap/m/themes/sap_horizon/HeaderContainer.less +17 -1
- package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -2
- package/src/sap/m/themes/sap_horizon/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +22 -0
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +30 -0
- package/src/sap/m/themes/sap_horizon/SlideTile.less +53 -18
- package/src/sap/m/themes/sap_horizon/Slider.less +2 -2
- package/src/sap/m/themes/sap_horizon/TileContent.less +5 -2
- package/src/sap/m/themes/sap_horizon/Toolbar.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Button.less +4 -6
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +147 -9
- package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +16 -0
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +15 -2
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +30 -0
- package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +54 -15
- package/src/sap/m/themes/sap_horizon_dark/TileContent.less +5 -2
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +116 -0
- package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +16 -8
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +33 -0
- package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +52 -5
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +116 -1
- package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +16 -8
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +33 -0
- package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +53 -5
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +3 -3
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/shared.less +15 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +3 -3
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +15 -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/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +20 -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/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +20 -0
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +2 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +2 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +3 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +3 -0
- package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
- package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +12 -12
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +8 -1
|
@@ -160,6 +160,26 @@
|
|
|
160
160
|
src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
|
|
161
161
|
}
|
|
162
162
|
|
|
163
|
+
@font-face {
|
|
164
|
+
font-family: '72Black';
|
|
165
|
+
src: url('fonts/72-Black.woff2') format('woff2');
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
@font-face {
|
|
169
|
+
font-family: '72Blackfull';
|
|
170
|
+
src: url('fonts/72-Black-full.woff2') format('woff2');
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
@font-face {
|
|
174
|
+
font-family: '72-SemiboldDuplex';
|
|
175
|
+
src: url('fonts/72-SemiboldDuplex.woff2') format('woff2');
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
@font-face {
|
|
179
|
+
font-family: '72-SemiboldDuplexfull';
|
|
180
|
+
src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
|
|
181
|
+
}
|
|
182
|
+
|
|
163
183
|
/**
|
|
164
184
|
* Some diacritics are supported by the 72 font:
|
|
165
185
|
* * Grave
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 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.104.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-
|
|
2
|
+
// * Copyright (c) 2012-2022 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
3
3
|
// * Theming Engine 1.69.2
|
|
4
|
-
// * data:{"sModified":"2022-
|
|
4
|
+
// * data:{"sModified":"2022-05-24T07:19:31Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.1.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.1.40) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -1626,7 +1626,7 @@
|
|
|
1626
1626
|
@sapPageFooter_Background: @sapBackgroundColor;
|
|
1627
1627
|
|
|
1628
1628
|
// [Tags "!Protected"]
|
|
1629
|
-
@sapPageFooter_BorderColor: @
|
|
1629
|
+
@sapPageFooter_BorderColor: @sapHC_StandardForeground;
|
|
1630
1630
|
|
|
1631
1631
|
// [Tags "!Protected"]
|
|
1632
1632
|
@sapPageFooter_TextColor: contrast(@sapPageFooter_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
Binary file
|
|
@@ -160,6 +160,26 @@
|
|
|
160
160
|
src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
|
|
161
161
|
}
|
|
162
162
|
|
|
163
|
+
@font-face {
|
|
164
|
+
font-family: '72Black';
|
|
165
|
+
src: url('fonts/72-Black.woff2') format('woff2');
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
@font-face {
|
|
169
|
+
font-family: '72Blackfull';
|
|
170
|
+
src: url('fonts/72-Black-full.woff2') format('woff2');
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
@font-face {
|
|
174
|
+
font-family: '72-SemiboldDuplex';
|
|
175
|
+
src: url('fonts/72-SemiboldDuplex.woff2') format('woff2');
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
@font-face {
|
|
179
|
+
font-family: '72-SemiboldDuplexfull';
|
|
180
|
+
src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
|
|
181
|
+
}
|
|
182
|
+
|
|
163
183
|
/**
|
|
164
184
|
* Some diacritics are supported by the 72 font:
|
|
165
185
|
* * Grave
|
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
@_sap_ui_rta_Toolbar_Adaptation_BorderRadius: @sapUiButtonBorderCornerRadius; //0.5rem
|
|
11
11
|
@_sap_ui_rta_Toolbar_Adaptation_BtnFocusBorder: transparent;
|
|
12
12
|
@_sap_ui_rta_Toolbar_Adaptation_SegBBtnHoverTextColor: @sapUiShellTextColor;
|
|
13
|
+
@_sap_ui_rta_Toolbar_Adaptation_DraftVersionColor: @sapUiCriticalText; //#b95100
|
|
14
|
+
@_sap_ui_rta_Toolbar_Adaptation_ActiveVersionColor: @sapUiPositiveText; //#256f3a
|
|
13
15
|
|
|
14
16
|
.sapUiRtaMode {
|
|
15
17
|
.sapUiRtaToolbar.sapUiRtaToolbarAdaptation {
|
|
@@ -13,6 +13,8 @@
|
|
|
13
13
|
@_sap_ui_rta_Toolbar_Adaptation_SegBBtnHoverBG: @sapUiButtonEmphasizedHoverBackground; //#0064d9
|
|
14
14
|
@_sap_ui_rta_Toolbar_Adaptation_SegBBtnBG: @sapUiButtonEmphasizedBackground; // #0070f2
|
|
15
15
|
@_sap_ui_rta_Toolbar_Adaptation_SegBBtnFocusShadow: @sapUiContentInteractionShadow; //
|
|
16
|
+
@_sap_ui_rta_Toolbar_Adaptation_DraftVersionColor: lighten(@sapUiChartCritical, 16%); //#ff903a
|
|
17
|
+
@_sap_ui_rta_Toolbar_Adaptation_ActiveVersionColor: @sapUiPositiveText; //#97dd40
|
|
16
18
|
|
|
17
19
|
|
|
18
20
|
.sapUiRtaMode {
|
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
@_sap_ui_rta_Toolbar_Adaptation_BtnFocusBorder: @sapUiNeutralElement; //#ffffff
|
|
7
7
|
@_sap_ui_rta_Toolbar_Adaptation_FocusOutlineCol: @sapUiNeutralBorder; //#fff
|
|
8
8
|
@_sap_ui_rta_Toolbar_Adaptation_SegBBtnSelBG: @sapUiSelected;
|
|
9
|
+
@_sap_ui_rta_Toolbar_Adaptation_DraftVersionColor: @sapUiCriticalText; //#ffab1d
|
|
10
|
+
@_sap_ui_rta_Toolbar_Adaptation_ActiveVersionColor: @sapUiPositiveText; //#9c9
|
|
11
|
+
|
|
9
12
|
|
|
10
13
|
.sapUiRtaMode {
|
|
11
14
|
.sapUiRtaToolbar.sapUiRtaToolbarAdaptation {
|
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
@_sap_ui_rta_Toolbar_Adaptation_FocusOutlineCol: @sapUiNeutralBorder; //#000
|
|
8
8
|
@_sap_ui_rta_Toolbar_Adaptation_SegBBtnHoverTextColor: @sapUiNeutralElement; //000
|
|
9
9
|
@_sap_ui_rta_Toolbar_Adaptation_SegBBtnSelBG: @sapUiSelected; //#5c93ff
|
|
10
|
+
@_sap_ui_rta_Toolbar_Adaptation_DraftVersionColor: darken(@sapUiActive, 12%); //#bd5a13
|
|
11
|
+
@_sap_ui_rta_Toolbar_Adaptation_ActiveVersionColor: @sapUiContentHelpColor; //#006800
|
|
12
|
+
|
|
10
13
|
|
|
11
14
|
.sapUiRtaMode {
|
|
12
15
|
.sapUiRtaToolbar.sapUiRtaToolbarAdaptation {
|
|
@@ -6,28 +6,28 @@
|
|
|
6
6
|
/*TBD: Adjustments for sapUiTableActionIcon might be obsolete when Icon is adjusted*/
|
|
7
7
|
|
|
8
8
|
.sapUiTableActionIcon {
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
10
|
+
box-sizing: border-box;
|
|
11
|
+
color: @sapUiButtonLiteTextColor;
|
|
11
12
|
}
|
|
12
13
|
|
|
13
14
|
.sapUiTableActionIcon:hover {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
background: @sapUiButtonHoverBackground;
|
|
15
|
+
border: 1px solid @sapUiButtonHoverBorderColor;
|
|
16
|
+
background: @sapUiButtonHoverBackground;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.sapUiTableActionIcon:active {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
color: @sapUiButtonActiveTextColor;
|
|
21
|
+
border: 1px solid @sapUiButtonActiveBorderColor;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.sapUiTableActionIcon.sapUiIcon:focus {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
25
|
+
outline-width: @sapUiContentFocusWidth;
|
|
26
|
+
outline-style: @sapUiContentFocusStyle;
|
|
27
|
+
outline-color: @sapUiContentFocusColor;
|
|
28
|
+
outline-offset: -@sapUiContentFocusWidth;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.sapUiTableActionIcon:active:focus {
|
|
32
|
-
|
|
32
|
+
outline: none;
|
|
33
33
|
}
|
|
@@ -6,28 +6,28 @@
|
|
|
6
6
|
/*TBD: Adjustments for sapUiTableActionIcon might be obsolete when Icon is adjusted*/
|
|
7
7
|
|
|
8
8
|
.sapUiTableActionIcon {
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
10
|
+
box-sizing: border-box;
|
|
11
|
+
color: @sapUiButtonLiteTextColor;
|
|
11
12
|
}
|
|
12
13
|
|
|
13
14
|
.sapUiTableActionIcon:hover {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
background: @sapUiButtonHoverBackground;
|
|
15
|
+
border: 1px solid @sapUiButtonHoverBorderColor;
|
|
16
|
+
background: @sapUiButtonHoverBackground;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.sapUiTableActionIcon:active {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
color: @sapUiButtonActiveTextColor;
|
|
21
|
+
border: 1px solid @sapUiButtonActiveBorderColor;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.sapUiTableActionIcon.sapUiIcon:focus {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
25
|
+
outline-width: @sapUiContentFocusWidth;
|
|
26
|
+
outline-style: @sapUiContentFocusStyle;
|
|
27
|
+
outline-color: @sapUiContentFocusColor;
|
|
28
|
+
outline-offset: -@sapUiContentFocusWidth;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.sapUiTableActionIcon:active:focus {
|
|
32
|
-
|
|
32
|
+
outline: none;
|
|
33
33
|
}
|
|
@@ -60,6 +60,10 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus:active {
|
|
|
60
60
|
color: @sapUiButtonLiteTextColor;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
+
.sapUiCalSecType .sapUiCalHead > button .sapUiCalHeadBAddText {
|
|
64
|
+
font-family: @sapUiFontFamily;
|
|
65
|
+
}
|
|
66
|
+
|
|
63
67
|
html.sap-desktop .sapUiCalHead > button:hover,
|
|
64
68
|
html.sap-desktop .sapUiCalCancel:hover,
|
|
65
69
|
html.sap-desktop .sapUiCalHead > button:focus,
|
|
@@ -565,7 +569,10 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
|
|
|
565
569
|
|
|
566
570
|
.sapUiCalHead > button {
|
|
567
571
|
margin: 0.1875rem 0;
|
|
568
|
-
height:
|
|
572
|
+
height: 2rem;
|
|
573
|
+
.sapUiIcon {
|
|
574
|
+
line-height: 2rem;
|
|
575
|
+
}
|
|
569
576
|
}
|
|
570
577
|
|
|
571
578
|
.sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText {
|