@openui5/themelib_sap_horizon 1.113.0 → 1.115.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 +0 -5
- package/THIRDPARTY.txt +1 -7
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +7 -13
- package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +42 -17
- package/src/sap/f/themes/sap_horizon_dark/Card.less +7 -13
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +32 -6
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -1
- package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +17 -9
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -1
- package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +17 -9
- package/src/sap/m/themes/sap_horizon/Button.less +10 -4
- package/src/sap/m/themes/sap_horizon/CheckBox.less +9 -26
- package/src/sap/m/themes/sap_horizon/GenericTile.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon/Link.less +2 -10
- package/src/sap/m/themes/sap_horizon/MenuListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon/MessageToast.less +9 -0
- package/src/sap/m/themes/sap_horizon/Panel.less +4 -0
- package/src/sap/m/themes/sap_horizon/Popover.less +13 -0
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +2 -5
- package/src/sap/m/themes/sap_horizon/Select.less +25 -20
- package/src/sap/m/themes/sap_horizon/Table.less +0 -21
- package/src/sap/m/themes/sap_horizon/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon/library.source.less +3 -0
- package/src/sap/m/themes/sap_horizon_dark/Button.less +10 -4
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +9 -26
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Link.less +2 -10
- package/src/sap/m/themes/sap_horizon_dark/MenuListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/Select.less +25 -20
- package/src/sap/m/themes/sap_horizon_dark/Table.less +0 -19
- package/src/sap/m/themes/sap_horizon_dark/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +8 -25
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +5 -12
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +0 -19
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +8 -25
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +5 -12
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +0 -19
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -0
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +18 -4
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +9 -1
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +202 -351
- 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 +202 -351
- 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 +319 -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 +319 -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/base.less +134 -28
- package/src/sap/ui/core/themes/sap_horizon/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +134 -28
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +134 -28
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +134 -28
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +114 -8
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +48 -6
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +36 -7
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +12 -3
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +2 -2
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +12 -3
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +2 -2
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +10 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +10 -1
|
@@ -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: @sapContent_NonInteractiveIconColor;
|
|
13
|
+
@_sap_tnt_SideNavigation_TriangleColor: @sapContent_NonInteractiveIconColor;
|
|
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;
|