@openui5/themelib_sap_horizon 1.120.7 → 1.121.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 +23 -21
- package/THIRDPARTY.txt +6 -43
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +13 -13
- package/src/sap/f/themes/sap_horizon/ShellBar.less +39 -16
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +13 -13
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +46 -16
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +3 -3
- package/src/sap/f/themes/sap_horizon_hcb/CardLoading.less +2 -2
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +11 -0
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +16 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +3 -3
- package/src/sap/f/themes/sap_horizon_hcw/CardLoading.less +2 -2
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +11 -0
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +16 -1
- package/src/sap/m/themes/sap_horizon/ActionTile.less +8 -0
- package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +71 -35
- package/src/sap/m/themes/sap_horizon/Button.less +1 -20
- package/src/sap/m/themes/sap_horizon/Carousel.less +5 -5
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +32 -32
- package/src/sap/m/themes/sap_horizon/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon/MenuButton.less +11 -15
- package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +57 -57
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +183 -90
- package/src/sap/m/themes/sap_horizon/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +55 -4
- package/src/sap/m/themes/sap_horizon/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/ActionTile.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +70 -32
- package/src/sap/m/themes/sap_horizon_dark/Button.less +1 -20
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -5
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +32 -32
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +12 -7
- package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +58 -58
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +184 -90
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +54 -3
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +34 -24
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +166 -131
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +10 -2
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +33 -23
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +168 -131
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +10 -2
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +5 -3
- package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +13 -13
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +17 -17
- package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +13 -13
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +17 -17
- package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +18 -18
- package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +20 -20
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +66 -66
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +64 -64
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +64 -64
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +64 -64
- package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +2 -2
- package/src/sap/ui/layout/themes/sap_horizon/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +2 -2
- package/src/sap/ui/layout/themes/sap_horizon_dark/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveLayout.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon/Table.less +1 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/Table.less +1 -0
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/Table.less +2 -1
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/Table.less +2 -1
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +361 -271
- package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +33 -5
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +370 -279
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +33 -4
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +3 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +4 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +3 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +4 -0
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +52 -0
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +56 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/AnchorBar.less +33 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/AnchorBar.less +33 -0
- package/LICENSES/BSD-2-Clause.txt +0 -22
|
@@ -5,9 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
.sapMBreadcrumbs {
|
|
7
7
|
|
|
8
|
-
.sapMSltIconOnly.sapMSltHoverable:hover,
|
|
9
|
-
.sapMSltPressed:not(.sapMSltDisabled),
|
|
10
|
-
.
|
|
8
|
+
.sapMSltIconOnly.sapMSltHoverable:hover,
|
|
9
|
+
.sapMSltPressed.sapMSltIconOnly:not(.sapMSltDisabled),
|
|
10
|
+
.sapMSltPressed:not(.sapMSltDisabled),
|
|
11
|
+
.sapMSltIconOnly.sapMSltPressed.sapMSltHoverable:hover,
|
|
12
|
+
.sapMSlt,
|
|
13
|
+
.sapMSlt.sapMSltIconOnly.sapMSltHoverable:hover {
|
|
11
14
|
background: transparent;
|
|
12
15
|
border: none;
|
|
13
16
|
}
|
|
@@ -17,36 +20,43 @@
|
|
|
17
20
|
outline-offset: -0.125rem;
|
|
18
21
|
}
|
|
19
22
|
|
|
20
|
-
.
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
color: @sapUiWhite;
|
|
24
|
-
padding-bottom: 0.0625rem;
|
|
25
|
-
speak: none;
|
|
26
|
-
}
|
|
23
|
+
.sapMBreadcrumbsItem.sapMBreadcrumbsSelectItem>.sapMSlt.sapMSltIconOnly.sapMSltWithIcon.sapMSltHoverable.sapMSltWithArrow {
|
|
24
|
+
background: transparent;
|
|
25
|
+
border: none;
|
|
27
26
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
27
|
+
// Default styles
|
|
28
|
+
.sapMSltIcon {
|
|
29
|
+
display: flex;
|
|
30
|
+
align-items: center;
|
|
31
|
+
gap: 0.2rem;
|
|
33
32
|
|
|
34
|
-
|
|
35
|
-
font-family: @sapUiContentIconFontFamily;
|
|
36
|
-
content: "\e1ef";
|
|
37
|
-
}
|
|
33
|
+
margin-top: 0.1rem;
|
|
38
34
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
35
|
+
&::before,
|
|
36
|
+
&::after {
|
|
37
|
+
border-bottom: none;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&::before {
|
|
41
|
+
content: "••• ";
|
|
42
|
+
font-family: @sapUiFontLightFamily;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&::after {
|
|
46
|
+
content: "\e1ef";
|
|
47
|
+
font-family: @sapUiContentIconFontFamily;
|
|
48
|
+
font-size: @sapMFontMediumSize;
|
|
49
|
+
color: @sapUiLink;
|
|
50
|
+
speak: none;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
43
53
|
|
|
44
54
|
&.sapMSltFocused,
|
|
45
55
|
&:hover {
|
|
46
56
|
outline: 0.125rem dotted @sapUiHcStandardForeground;
|
|
47
57
|
outline-offset: -0.125rem;
|
|
48
58
|
|
|
49
|
-
.sapMSltIcon
|
|
59
|
+
.sapMSltIcon::before {
|
|
50
60
|
border-bottom: none;
|
|
51
61
|
}
|
|
52
62
|
}
|
|
@@ -17,19 +17,6 @@
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.sapMIBar-CTX .sapMBtn:hover > .sapMBtnHoverable.sapMBtnEmphasized:not(.sapMBtnActive),
|
|
21
|
-
span.sapMBtnInner.sapMBtnEmphasized {
|
|
22
|
-
text-shadow: none;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.sapMIBar-CTX .sapMBtn:hover > .sapMBtnHoverable.sapMBtnEmphasized:not(.sapMBtnActive) {
|
|
26
|
-
color: @sapUiButtonEmphasizedHoverTextColor;
|
|
27
|
-
font-weight: @sapUiButtonEmphasizedFontWeight;
|
|
28
|
-
.sapMBtnIcon {
|
|
29
|
-
color: @sapUiButtonEmphasizedHoverTextColor;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
20
|
/* --------------------- */
|
|
34
21
|
/* Inner area */
|
|
35
22
|
/* --------------------- */
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
@_sap_m_Carousel_PageIndicatorWidthSizeL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
|
|
19
19
|
@_sap_m_Carousel_PageIndicatorWidthSizeXL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
|
|
20
20
|
@_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
|
|
21
|
-
@_sap_m_Carousel_ContentArrowBoxShadow: @
|
|
21
|
+
@_sap_m_Carousel_ContentArrowBoxShadow: @sapUiContentShadow1;
|
|
22
22
|
@_sap_m_Carousel_BulletInactiveBackground: transparent;
|
|
23
|
-
@_sap_m_Carousel_BulletInactiveBorderColor: @
|
|
24
|
-
@_sap_m_Carousel_BulletActiveBackground: @
|
|
25
|
-
@_sap_m_Carousel_BulletActiveBorder: @
|
|
23
|
+
@_sap_m_Carousel_BulletInactiveBorderColor: @sapUiContentForegroundBorderColor;
|
|
24
|
+
@_sap_m_Carousel_BulletActiveBackground: @sapUiContentSelectedForegroundColor;
|
|
25
|
+
@_sap_m_Carousel_BulletActiveBorder: @sapUiContentSelectedForegroundColor;
|
|
26
26
|
@_sap_m_Carousel_BulletInactiveWidth: 0.375rem;
|
|
27
27
|
@_sap_m_Carousel_BulletInactiveMargin: 0 0.25rem;
|
|
28
28
|
@_sap_m_Carousel_FocusBorderOffsetArrow: -0.3125rem;
|
|
@@ -432,7 +432,7 @@ html.sap-desktop {
|
|
|
432
432
|
.sapMITBTextOnly .sapMITBFilterPositive .sapMITBText:before,
|
|
433
433
|
.sapMITBVertical.sapMITBFilterPositive .sapMITBTab:after,
|
|
434
434
|
.sapMITBSelectItem.sapMITBFilterPositive .sapMITBText:before {
|
|
435
|
-
color: @
|
|
435
|
+
color: @sapUiPositiveText;
|
|
436
436
|
content: "\e1c1";
|
|
437
437
|
}
|
|
438
438
|
|
|
@@ -440,7 +440,7 @@ html.sap-desktop {
|
|
|
440
440
|
.sapMITBTextOnly .sapMITBFilterNegative .sapMITBText:before,
|
|
441
441
|
.sapMITBVertical.sapMITBFilterNegative .sapMITBTab:after,
|
|
442
442
|
.sapMITBSelectItem.sapMITBFilterNegative .sapMITBText:before {
|
|
443
|
-
color: @
|
|
443
|
+
color: @sapUiNegativeText;
|
|
444
444
|
content: "\e1ec";
|
|
445
445
|
}
|
|
446
446
|
|
|
@@ -448,7 +448,7 @@ html.sap-desktop {
|
|
|
448
448
|
.sapMITBTextOnly .sapMITBFilterCritical .sapMITBText:before,
|
|
449
449
|
.sapMITBVertical.sapMITBFilterCritical .sapMITBTab:after,
|
|
450
450
|
.sapMITBSelectItem.sapMITBFilterCritical .sapMITBText:before {
|
|
451
|
-
color: @
|
|
451
|
+
color: @sapUiCriticalText;
|
|
452
452
|
content: "\e053";
|
|
453
453
|
}
|
|
454
454
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
@_sap_m_LightBox_ContainerBackground: @sapUiGroupContentBackground;
|
|
11
11
|
@_sap_m_LightBox_SubtitleMarginTop: 0.25rem;
|
|
12
12
|
@_sap_m_LightBox_OverlayOpacity: 0.3;
|
|
13
|
-
@_sap_m_LightBox_FontFamily: @
|
|
13
|
+
@_sap_m_LightBox_FontFamily: @sapUiFontHeaderFamily;
|
|
14
14
|
|
|
15
15
|
/* ------------------------------- */
|
|
16
16
|
/* Footer */
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
@_sap_m_ListItemBase_Highlight_InformationColor: @sapUiAccent6;
|
|
7
7
|
@_sap_m_ListItemBase_Navigated: @sapUiListSelectionBorderColor;
|
|
8
8
|
@_sap_m_ListItemBase_Detail_Delete_MarginLeft: 0.25rem;
|
|
9
|
+
@_sap_m_ListItemBase_DeleteIcon: decline;
|
|
9
10
|
|
|
10
11
|
.sapMLIB.sapMLIBSelected {
|
|
11
12
|
border-bottom: 0.0625rem solid @sapUiListSelectionBorderColor;
|