@openui5/themelib_sap_horizon 1.103.1 → 1.106.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 +35 -15
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
- package/THIRDPARTY.txt +64 -21
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +7 -7
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +8 -8
- 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/InputBase.less +0 -6
- 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 +34 -0
- package/src/sap/m/themes/sap_horizon/SlideTile.less +53 -18
- package/src/sap/m/themes/sap_horizon/Slider.less +3 -3
- 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/InputBase.less +0 -6
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +32 -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 +34 -0
- package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +54 -15
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +1 -1
- 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 +37 -0
- package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +52 -5
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +3 -3
- 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/MessageView.less +1 -1
- 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 +37 -0
- package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +53 -5
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +3 -3
- 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/global.less +2 -2
- package/src/sap/ui/core/themes/sap_horizon/shared.less +50 -49
- 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/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +2 -2
- package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +50 -49
- 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/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +8 -2
- package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +55 -49
- 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/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +8 -2
- package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +55 -49
- package/src/sap/ui/integration/themes/sap_horizon/ObjectContent.less +6 -0
- package/src/sap/ui/integration/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/ui/integration/themes/sap_horizon_dark/ObjectContent.less +6 -0
- package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/ui/mdc/themes/sap_horizon/TokenDisplay.less +5 -2
- 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
- package/src/sap/uxap/themes/sap_horizon/ObjectPageHeaderContent.less +1 -1
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +4 -0
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +0 -1
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageHeaderContent.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +4 -0
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +0 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// The sapUiIntCardObjectButtonGroup (Bar) has been overstyled so it will align with its Label
|
|
2
|
+
// The following rule will circumvent the clipping of that Bar, because of overflow: hidden on sapUiAFLayoutItem
|
|
3
|
+
.sapFCardObjectContent .sapUiAFLayout .sapUiAFLayoutItem {
|
|
4
|
+
margin-left: -1rem;
|
|
5
|
+
padding-left: 1rem;
|
|
6
|
+
}
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
box-shadow: none;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken:not(.sapMTokenSelected):not(:focus):hover
|
|
20
|
+
html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken:not(.sapMTokenSelected):not(:focus):hover,
|
|
21
|
+
html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken:not(.sapMTokenSelected):not(.sapMTokenReadOnly):focus:hover {
|
|
21
22
|
background: transparent;
|
|
22
23
|
border: 0px;
|
|
23
24
|
box-shadow: none;
|
|
@@ -28,7 +29,9 @@ html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken.sapMTokenSelected:hover {
|
|
|
28
29
|
border: 0px;
|
|
29
30
|
}
|
|
30
31
|
|
|
31
|
-
html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken:focus
|
|
32
|
+
html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken:focus,
|
|
33
|
+
html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken:focus:after {
|
|
32
34
|
border: 0px;
|
|
33
35
|
box-shadow: none;
|
|
34
36
|
}
|
|
37
|
+
|
|
@@ -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 {
|
|
@@ -115,6 +115,6 @@ html .sapUxAPObjectPageLayout-Std-Desktop, html .sapUxAPObjectPageLayout-Std-Tab
|
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
.sapUxAPObjectPageHeaderStickied .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
|
|
118
|
-
font-size: @
|
|
118
|
+
font-size: @sapObjectHeader_Title_SnappedFontSize;
|
|
119
119
|
font-family: @sapFontBlackFamily;
|
|
120
120
|
}
|
|
@@ -42,6 +42,10 @@
|
|
|
42
42
|
.sapUxAPObjectPageSubSectionWithSeeMore .sapUxAPSubSectionSeeMoreContainer {
|
|
43
43
|
padding-right: 1rem;
|
|
44
44
|
}
|
|
45
|
+
.sapUxAPObjectPageSection .sapUxAPObjectPageSectionContainer .sapUxAPObjectPageSubSection .sapUxAPBlockContainer {
|
|
46
|
+
margin-left: 1rem;
|
|
47
|
+
margin-right: 1rem;
|
|
48
|
+
}
|
|
45
49
|
}
|
|
46
50
|
|
|
47
51
|
// =====================================
|
|
@@ -115,6 +115,6 @@ html .sapUxAPObjectPageLayout-Std-Desktop, html .sapUxAPObjectPageLayout-Std-Tab
|
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
.sapUxAPObjectPageHeaderStickied .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
|
|
118
|
-
font-size: @
|
|
118
|
+
font-size: @sapObjectHeader_Title_SnappedFontSize;
|
|
119
119
|
font-family: @sapFontBlackFamily;
|
|
120
120
|
}
|
|
@@ -42,6 +42,10 @@
|
|
|
42
42
|
.sapUxAPObjectPageSubSectionWithSeeMore .sapUxAPSubSectionSeeMoreContainer {
|
|
43
43
|
padding-right: 1rem;
|
|
44
44
|
}
|
|
45
|
+
.sapUxAPObjectPageSection .sapUxAPObjectPageSectionContainer .sapUxAPObjectPageSubSection .sapUxAPBlockContainer {
|
|
46
|
+
margin-left: 1rem;
|
|
47
|
+
margin-right: 1rem;
|
|
48
|
+
}
|
|
45
49
|
}
|
|
46
50
|
|
|
47
51
|
// =====================================
|