@openui5/themelib_sap_horizon 1.114.9 → 1.114.10
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/THIRDPARTY.txt +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/AvatarGroup.less +81 -25
- package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +82 -25
- package/src/sap/m/themes/sap_horizon/BusyIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon/Button.less +13 -26
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +40 -17
- package/src/sap/m/themes/sap_horizon/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +4 -12
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +243 -20
- package/src/sap/m/themes/sap_horizon/Page.less +2 -1
- package/src/sap/m/themes/sap_horizon/RadioButton.less +0 -21
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +6 -8
- package/src/sap/m/themes/sap_horizon/SearchField.less +8 -5
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +2 -3
- package/src/sap/m/themes/sap_horizon/Select.less +4 -2
- package/src/sap/m/themes/sap_horizon/Slider.less +4 -9
- package/src/sap/m/themes/sap_horizon_dark/BusyIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Button.less +13 -26
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +30 -7
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +4 -12
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +243 -20
- package/src/sap/m/themes/sap_horizon_dark/Page.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +0 -21
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +28 -8
- package/src/sap/m/themes/sap_horizon_dark/SearchField.less +10 -6
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +2 -3
- package/src/sap/m/themes/sap_horizon_dark/Select.less +4 -1
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +7 -11
- package/src/sap/m/themes/sap_horizon_hcb/BusyIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +124 -13
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +4 -6
- package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +4 -32
- package/src/sap/m/themes/sap_horizon_hcw/BusyIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +124 -13
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +4 -6
- package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +4 -32
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +2 -0
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +2 -0
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +139 -138
- package/src/sap/ui/core/themes/sap_horizon/global.less +20 -16
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +112 -111
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +21 -17
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +26 -26
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +16 -16
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +19 -19
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +16 -16
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +3 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +3 -1
|
@@ -741,7 +741,7 @@
|
|
|
741
741
|
@sapUiIndication2SelectedBorderColor: @sapIndicationColor_2_Selected_BorderColor;
|
|
742
742
|
@sapUiIndication2SelectedTextColor: @sapIndicationColor_2_Selected_TextColor;
|
|
743
743
|
@sapUiIndication2b: @sapIndicationColor_2b;
|
|
744
|
-
@sapUiIndication2bBorderColor: @
|
|
744
|
+
@sapUiIndication2bBorderColor: @sapIndicationColor_2b_BorderColor;
|
|
745
745
|
@sapUiIndication2bHoverBackground: @sapIndicationColor_2b_Hover_Background;
|
|
746
746
|
@sapUiIndication3: @sapIndicationColor_3;
|
|
747
747
|
@sapUiIndication3Background: @sapIndicationColor_3_Background;
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
@sapUiIndication3SelectedBorderColor: @sapIndicationColor_3_Selected_BorderColor;
|
|
756
756
|
@sapUiIndication3SelectedTextColor: @sapIndicationColor_3_Selected_TextColor;
|
|
757
757
|
@sapUiIndication3b: @sapIndicationColor_3b;
|
|
758
|
-
@sapUiIndication3bBorderColor: @
|
|
758
|
+
@sapUiIndication3bBorderColor: @sapIndicationColor_3b_BorderColor;
|
|
759
759
|
@sapUiIndication3bHoverBackground: @sapIndicationColor_3b_Hover_Background;
|
|
760
760
|
@sapUiIndication4: @sapIndicationColor_4;
|
|
761
761
|
@sapUiIndication4Background: @sapIndicationColor_4_Background;
|
|
@@ -769,7 +769,7 @@
|
|
|
769
769
|
@sapUiIndication4SelectedBorderColor: @sapIndicationColor_4_Selected_BorderColor;
|
|
770
770
|
@sapUiIndication4SelectedTextColor: @sapIndicationColor_4_Selected_TextColor;
|
|
771
771
|
@sapUiIndication4b: @sapIndicationColor_4b;
|
|
772
|
-
@sapUiIndication4bBorderColor: @
|
|
772
|
+
@sapUiIndication4bBorderColor: @sapIndicationColor_4b_BorderColor;
|
|
773
773
|
@sapUiIndication4bHoverBackground: @sapIndicationColor_4b_Hover_Background;
|
|
774
774
|
@sapUiIndication5: @sapIndicationColor_5;
|
|
775
775
|
@sapUiIndication5Background: @sapIndicationColor_5_Background;
|
|
@@ -783,7 +783,7 @@
|
|
|
783
783
|
@sapUiIndication5SelectedBorderColor: @sapIndicationColor_5_Selected_BorderColor;
|
|
784
784
|
@sapUiIndication5SelectedTextColor: @sapIndicationColor_5_Selected_TextColor;
|
|
785
785
|
@sapUiIndication5b: @sapIndicationColor_5b;
|
|
786
|
-
@sapUiIndication5bBorderColor: @
|
|
786
|
+
@sapUiIndication5bBorderColor: @sapIndicationColor_5b_BorderColor;
|
|
787
787
|
@sapUiIndication5bHoverBackground: @sapIndicationColor_5b_Hover_Background;
|
|
788
788
|
@sapUiIndication6: @sapIndicationColor_6;
|
|
789
789
|
@sapUiIndication6Background: @sapIndicationColor_6_Background;
|
|
@@ -797,7 +797,7 @@
|
|
|
797
797
|
@sapUiIndication6SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
|
|
798
798
|
@sapUiIndication6SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
|
|
799
799
|
@sapUiIndication6b: @sapIndicationColor_6b;
|
|
800
|
-
@sapUiIndication6bBorderColor: @
|
|
800
|
+
@sapUiIndication6bBorderColor: @sapIndicationColor_6b_BorderColor;
|
|
801
801
|
@sapUiIndication6bHoverBackground: @sapIndicationColor_6b_Hover_Background;
|
|
802
802
|
@sapUiIndication7: @sapIndicationColor_7;
|
|
803
803
|
@sapUiIndication7Background: @sapIndicationColor_7_Background;
|
|
@@ -805,14 +805,14 @@
|
|
|
805
805
|
@sapUiIndication7TextColor: @sapIndicationColor_7_TextColor;
|
|
806
806
|
@sapUiIndication7HoverBackground: @sapIndicationColor_7_Hover_Background;
|
|
807
807
|
@sapUiIndication7ActiveBackground: @sapIndicationColor_7_Active_Background;
|
|
808
|
-
@sapUiIndication7ActiveBorderColor: @
|
|
809
|
-
@sapUiIndication7ActiveTextColor: @
|
|
810
|
-
@sapUiIndication7SelectedBackground: @
|
|
811
|
-
@sapUiIndication7SelectedBorderColor: @
|
|
812
|
-
@sapUiIndication7SelectedTextColor: @
|
|
813
|
-
@sapUiIndication7b: @
|
|
814
|
-
@sapUiIndication7bBorderColor: @
|
|
815
|
-
@sapUiIndication7bHoverBackground: @
|
|
808
|
+
@sapUiIndication7ActiveBorderColor: @sapIndicationColor_7_Active_BorderColor;
|
|
809
|
+
@sapUiIndication7ActiveTextColor: @sapIndicationColor_7_Active_TextColor;
|
|
810
|
+
@sapUiIndication7SelectedBackground: @sapIndicationColor_7_Selected_Background;
|
|
811
|
+
@sapUiIndication7SelectedBorderColor: @sapIndicationColor_7_Selected_BorderColor;
|
|
812
|
+
@sapUiIndication7SelectedTextColor: @sapIndicationColor_7_Selected_TextColor;
|
|
813
|
+
@sapUiIndication7b: @sapIndicationColor_7b;
|
|
814
|
+
@sapUiIndication7bBorderColor: @sapIndicationColor_7b_BorderColor;
|
|
815
|
+
@sapUiIndication7bHoverBackground: @sapIndicationColor_7b_Hover_Background;
|
|
816
816
|
@sapUiIndication8: @sapIndicationColor_8;
|
|
817
817
|
@sapUiIndication8Background: @sapIndicationColor_8_Background;
|
|
818
818
|
@sapUiIndication8BorderColor: @sapIndicationColor_8_BorderColor;
|
|
@@ -825,7 +825,7 @@
|
|
|
825
825
|
@sapUiIndication8SelectedBorderColor: @sapIndicationColor_8_Selected_BorderColor;
|
|
826
826
|
@sapUiIndication8SelectedTextColor: @sapIndicationColor_8_Selected_TextColor;
|
|
827
827
|
@sapUiIndication8b: @sapIndicationColor_8b;
|
|
828
|
-
@sapUiIndication8bBorderColor: @
|
|
828
|
+
@sapUiIndication8bBorderColor: @sapIndicationColor_8b_BorderColor;
|
|
829
829
|
@sapUiIndication8bHoverBackground: @sapIndicationColor_8b_Hover_Background;
|
|
830
830
|
@sapUiIndication9: @sapIndicationColor_9;
|
|
831
831
|
@sapUiIndication9Background: @sapIndicationColor_9_Background;
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
@sapUiIndication9SelectedBorderColor: @sapIndicationColor_9_Selected_BorderColor;
|
|
840
840
|
@sapUiIndication9SelectedTextColor: @sapIndicationColor_9_Selected_TextColor;
|
|
841
841
|
@sapUiIndication9b: @sapIndicationColor_9b;
|
|
842
|
-
@sapUiIndication9bBorderColor: @
|
|
842
|
+
@sapUiIndication9bBorderColor: @sapIndicationColor_9b_BorderColor;
|
|
843
843
|
@sapUiIndication9bHoverBackground: @sapIndicationColor_9b_Hover_Background;
|
|
844
844
|
@sapUiIndication10: @sapIndicationColor_10;
|
|
845
845
|
@sapUiIndication10Background: @sapIndicationColor_10_Background;
|
|
@@ -853,7 +853,7 @@
|
|
|
853
853
|
@sapUiIndication10SelectedBorderColor: @sapIndicationColor_10_Selected_BorderColor;
|
|
854
854
|
@sapUiIndication10SelectedTextColor: @sapIndicationColor_10_Selected_TextColor;
|
|
855
855
|
@sapUiIndication10b: @sapIndicationColor_10b;
|
|
856
|
-
@sapUiIndication10bBorderColor: @
|
|
856
|
+
@sapUiIndication10bBorderColor: @sapIndicationColor_10b_BorderColor;
|
|
857
857
|
@sapUiIndication10bHoverBackground: @sapIndicationColor_10b_Hover_Background;
|
|
858
858
|
|
|
859
859
|
|
|
@@ -1354,3 +1354,7 @@
|
|
|
1354
1354
|
|
|
1355
1355
|
// DEPRECATED: Title Alignment to start (left or right) or center (default) for Dialogs, Message Boxes, Popover, Page, etc.; possible values: 'start' or 'center'
|
|
1356
1356
|
@sapMTitleAlignment: Start;
|
|
1357
|
+
|
|
1358
|
+
// @sapField_HorizonNGEnabled: 1 enables editable **Fields** to appear with white background again,
|
|
1359
|
+
// and read-only fields to appear grey
|
|
1360
|
+
@sapField_HorizonNGEnabled: 1;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.114.
|
|
9
|
+
<version>1.114.10</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Evening Horizon theme library.</documentation>
|
|
12
12
|
|