@openui5/themelib_sap_horizon 1.114.2 → 1.114.3
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/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +7 -13
- package/src/sap/f/themes/sap_horizon_dark/Card.less +7 -13
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +0 -5
- package/src/sap/m/themes/sap_horizon/MenuListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon/RadioButton.less +4 -5
- package/src/sap/m/themes/sap_horizon/SearchField.less +1 -2
- package/src/sap/m/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +0 -5
- package/src/sap/m/themes/sap_horizon_dark/MenuListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +4 -6
- package/src/sap/m/themes/sap_horizon_dark/SearchField.less +0 -2
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +0 -2
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +0 -2
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +18 -4
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +10 -2
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +218 -349
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +16 -3
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +18 -4
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +10 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +218 -349
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +16 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +9 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +4 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +339 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +17 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +9 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +4 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +339 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +17 -3
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +423 -60
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +48 -6
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +421 -51
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +36 -7
|
@@ -3,6 +3,19 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
6
|
+
@_sap_tnt_ToolPage_Paddings: 0.5rem 0.5rem 0 0.5rem;
|
|
7
|
+
@_sap_tnt_ToolPage_PaddingsTablet: 0.5rem;
|
|
8
|
+
@_sap_tnt_ToolPage_PaddingsPhone: 0.25rem;
|
|
9
|
+
@_sap_tnt_ToolPage_AsideMargins: 0.5rem 0.5rem 0 0;
|
|
10
|
+
@_sap_tnt_ToolPage_AsideMarginsPhone: 0.25rem 0.25rem 0 0;
|
|
11
|
+
@_sap_tnt_ToolPage_ContentMargins: 0.5rem 0 0 0;
|
|
12
|
+
@_sap_tnt_ToolPage_ContentMarginsPhone: 0.25rem 0 0 0;
|
|
13
|
+
@_sap_tnt_ToolPage_ContentShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor,16), 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
|
|
14
|
+
@_sap_tnt_ToolPage_ContentBackgroundStandard: @sapUiBaseBG;
|
|
15
|
+
@_sap_tnt_ToolPage_ContentBackgroundSolid: @sapUiBaseBG;
|
|
16
|
+
@_sap_tnt_ToolPage_ContentBackgroundTransparent: transparent;
|
|
17
|
+
@_sap_tnt_ToolPage_ContentBackgroundList: @sapUiGroupContentBackground;
|
|
18
|
+
@_sap_tnt_ToolPage_ContentBorderRadius: 0.5rem 0.5rem 0 0;
|
|
19
|
+
@_sap_tnt_ToolPage_ContentBorderRadiusTabletPhone: 0.5rem;
|
|
20
|
+
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
|
|
21
|
+
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
|
|
@@ -4,8 +4,22 @@
|
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_NavigationList_CollapsedWidth: 3.5rem;
|
|
7
|
-
@_sap_tnt_NavigationList_IconColor: @
|
|
7
|
+
@_sap_tnt_NavigationList_IconColor: @sapUiListTextColor;
|
|
8
8
|
@_sap_tnt_NavigationList_IconFontSize: 1.125rem;
|
|
9
|
-
@_sap_tnt_NavigationList_ExpandIconColor: @
|
|
10
|
-
@_sap_tnt_NavigationList_ItemHeight: 2.
|
|
11
|
-
@
|
|
9
|
+
@_sap_tnt_NavigationList_ExpandIconColor: @sapUiListTextColor;
|
|
10
|
+
@_sap_tnt_NavigationList_ItemHeight: 2.5rem;
|
|
11
|
+
@_sap_tnt_NavigationList_ItemBorderRadius: 0.375rem;
|
|
12
|
+
@_sap_tnt_NavigationList_ItemBottomMargin: 0.125rem;
|
|
13
|
+
@_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.5rem;
|
|
14
|
+
@_sap_tnt_NavigationList_ItemFocusBorderOffset: -@sapUiContentFocusWidth;
|
|
15
|
+
@_sap_tnt_NavigationList_SelectedItemBorder: none;
|
|
16
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBorder: 0.125rem solid @_sap_tnt_NavigationList_SelectedItemBorderColor;
|
|
17
|
+
@_sap_tnt_NavigationList_GroupIconWidth: 2rem;
|
|
18
|
+
@_sap_tnt_NavigationList_GroupBorder: none;
|
|
19
|
+
@_sap_tnt_NavigationList_GroupBottomMarginInPopup: 0.75rem;
|
|
20
|
+
@_sap_tnt_NavigationList_GroupTextWeight: bold;
|
|
21
|
+
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
22
|
+
@_sap_tnt_NavigationList_Padding: 0.5rem;
|
|
23
|
+
@_sap_tnt_NavigationList_PaddingCompact: 1.5rem 0.75rem 0.75rem 0.75rem;
|
|
24
|
+
@_sap_tnt_NavigationList_PopupPadding: 0.5rem;
|
|
25
|
+
@_sap_tnt_NavigationList_SelectionIndicatorDisplay: inline-block;
|
|
@@ -3,7 +3,15 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
|
+
@_sap_tnt_SideNavigation_Width: 16rem;
|
|
6
7
|
@_sap_tnt_SideNavigation_CollapsedWidth: 3.5rem;
|
|
7
|
-
@
|
|
8
|
+
@_sap_tnt_SideNavigation_NavigationSeparatorMargin: 0.5rem;
|
|
9
|
+
@_sap_tnt_SideNavigation_NavigationSeparatorMarginCollapsed: 0.5rem;
|
|
10
|
+
@_sap_tnt_SideNavigation_NavigationSeparatorBackgroundColor: @sapUiToolbarSeparatorColor;
|
|
11
|
+
@_sap_tnt_SideNavigation_NavigationSeparatorRadius: 0.125rem;
|
|
8
12
|
@_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
|
|
9
|
-
@_sap_tnt_SideNavigation_TriangleColor: @
|
|
13
|
+
@_sap_tnt_SideNavigation_TriangleColor: @sapUiContentNonInteractiveIconColor;
|
|
14
|
+
@_sap_tnt_SideNavigation_BorderRadius: 0.5rem 0.5rem 0 0;
|
|
15
|
+
@_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
|
|
16
|
+
@_sap_tnt_SideNavigation_BoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 16), 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
|
|
17
|
+
@_sap_tnt_SideNavigation_SeparatorMargin: 0.3125rem 0.5rem 0.3125rem 0.5rem;
|