@openui5/themelib_sap_horizon 1.108.20 → 1.108.22
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 +0 -6
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/AvatarGroup.less +83 -25
- package/src/sap/f/themes/sap_horizon/ShellBar.less +10 -4
- package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +82 -25
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +10 -4
- package/src/sap/m/themes/sap_horizon/Avatar.less +2 -2
- package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +44 -3
- package/src/sap/m/themes/sap_horizon/Button.less +16 -4
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +0 -1
- package/src/sap/m/themes/sap_horizon/MenuButton.less +22 -4
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +107 -17
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +243 -20
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +4 -0
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +6 -8
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +133 -11
- package/src/sap/m/themes/sap_horizon/Select.less +8 -4
- package/src/sap/m/themes/sap_horizon/Slider.less +18 -22
- package/src/sap/m/themes/sap_horizon/SplitButton.less +73 -23
- package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +42 -0
- package/src/sap/m/themes/sap_horizon_dark/Button.less +16 -4
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +0 -1
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +18 -3
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +107 -17
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +243 -20
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +28 -8
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +133 -11
- package/src/sap/m/themes/sap_horizon_dark/Select.less +8 -3
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +18 -21
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +73 -23
- package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +35 -0
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/MenuButton.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +11 -14
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +124 -13
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +4 -6
- package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +20 -46
- package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +35 -0
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/MenuButton.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +11 -14
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +124 -13
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +4 -6
- package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +20 -47
- 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/commons/themes/sap_horizon/MenuButton.less +12 -0
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/global.less +16 -16
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +16 -16
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- 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/global.less +16 -16
|
@@ -677,7 +677,7 @@
|
|
|
677
677
|
@sapUiIndication2SelectedBorderColor: @sapIndicationColor_2_Selected_BorderColor;
|
|
678
678
|
@sapUiIndication2SelectedTextColor: @sapIndicationColor_2_Selected_TextColor;
|
|
679
679
|
@sapUiIndication2b: @sapIndicationColor_2b;
|
|
680
|
-
@sapUiIndication2bBorderColor: @
|
|
680
|
+
@sapUiIndication2bBorderColor: @sapIndicationColor_2b_BorderColor;
|
|
681
681
|
@sapUiIndication2bHoverBackground: @sapIndicationColor_2b_Hover_Background;
|
|
682
682
|
@sapUiIndication3: @sapIndicationColor_3;
|
|
683
683
|
@sapUiIndication3Background: @sapIndicationColor_3_Background;
|
|
@@ -691,7 +691,7 @@
|
|
|
691
691
|
@sapUiIndication3SelectedBorderColor: @sapIndicationColor_3_Selected_BorderColor;
|
|
692
692
|
@sapUiIndication3SelectedTextColor: @sapIndicationColor_3_Selected_TextColor;
|
|
693
693
|
@sapUiIndication3b: @sapIndicationColor_3b;
|
|
694
|
-
@sapUiIndication3bBorderColor: @
|
|
694
|
+
@sapUiIndication3bBorderColor: @sapIndicationColor_3b_BorderColor;
|
|
695
695
|
@sapUiIndication3bHoverBackground: @sapIndicationColor_3b_Hover_Background;
|
|
696
696
|
@sapUiIndication4: @sapIndicationColor_4;
|
|
697
697
|
@sapUiIndication4Background: @sapIndicationColor_4_Background;
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
@sapUiIndication4SelectedBorderColor: @sapIndicationColor_4_Selected_BorderColor;
|
|
706
706
|
@sapUiIndication4SelectedTextColor: @sapIndicationColor_4_Selected_TextColor;
|
|
707
707
|
@sapUiIndication4b: @sapIndicationColor_4b;
|
|
708
|
-
@sapUiIndication4bBorderColor: @
|
|
708
|
+
@sapUiIndication4bBorderColor: @sapIndicationColor_4b_BorderColor;
|
|
709
709
|
@sapUiIndication4bHoverBackground: @sapIndicationColor_4b_Hover_Background;
|
|
710
710
|
@sapUiIndication5: @sapIndicationColor_5;
|
|
711
711
|
@sapUiIndication5Background: @sapIndicationColor_5_Background;
|
|
@@ -719,7 +719,7 @@
|
|
|
719
719
|
@sapUiIndication5SelectedBorderColor: @sapIndicationColor_5_Selected_BorderColor;
|
|
720
720
|
@sapUiIndication5SelectedTextColor: @sapIndicationColor_5_Selected_TextColor;
|
|
721
721
|
@sapUiIndication5b: @sapIndicationColor_5b;
|
|
722
|
-
@sapUiIndication5bBorderColor: @
|
|
722
|
+
@sapUiIndication5bBorderColor: @sapIndicationColor_5b_BorderColor;
|
|
723
723
|
@sapUiIndication5bHoverBackground: @sapIndicationColor_5b_Hover_Background;
|
|
724
724
|
@sapUiIndication6: @sapIndicationColor_6;
|
|
725
725
|
@sapUiIndication6Background: @sapIndicationColor_6_Background;
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
@sapUiIndication6SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
|
|
734
734
|
@sapUiIndication6SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
|
|
735
735
|
@sapUiIndication6b: @sapIndicationColor_6b;
|
|
736
|
-
@sapUiIndication6bBorderColor: @
|
|
736
|
+
@sapUiIndication6bBorderColor: @sapIndicationColor_6b_BorderColor;
|
|
737
737
|
@sapUiIndication6bHoverBackground: @sapIndicationColor_6b_Hover_Background;
|
|
738
738
|
@sapUiIndication7: @sapIndicationColor_7;
|
|
739
739
|
@sapUiIndication7Background: @sapIndicationColor_7_Background;
|
|
@@ -741,14 +741,14 @@
|
|
|
741
741
|
@sapUiIndication7TextColor: @sapIndicationColor_7_TextColor;
|
|
742
742
|
@sapUiIndication7HoverBackground: @sapIndicationColor_7_Hover_Background;
|
|
743
743
|
@sapUiIndication7ActiveBackground: @sapIndicationColor_7_Active_Background;
|
|
744
|
-
@sapUiIndication7ActiveBorderColor: @
|
|
745
|
-
@sapUiIndication7ActiveTextColor: @
|
|
746
|
-
@sapUiIndication7SelectedBackground: @
|
|
747
|
-
@sapUiIndication7SelectedBorderColor: @
|
|
748
|
-
@sapUiIndication7SelectedTextColor: @
|
|
749
|
-
@sapUiIndication7b: @
|
|
750
|
-
@sapUiIndication7bBorderColor: @
|
|
751
|
-
@sapUiIndication7bHoverBackground: @
|
|
744
|
+
@sapUiIndication7ActiveBorderColor: @sapIndicationColor_7_Active_BorderColor;
|
|
745
|
+
@sapUiIndication7ActiveTextColor: @sapIndicationColor_7_Active_TextColor;
|
|
746
|
+
@sapUiIndication7SelectedBackground: @sapIndicationColor_7_Selected_Background;
|
|
747
|
+
@sapUiIndication7SelectedBorderColor: @sapIndicationColor_7_Selected_BorderColor;
|
|
748
|
+
@sapUiIndication7SelectedTextColor: @sapIndicationColor_7_Selected_TextColor;
|
|
749
|
+
@sapUiIndication7b: @sapIndicationColor_7b;
|
|
750
|
+
@sapUiIndication7bBorderColor: @sapIndicationColor_7b_BorderColor;
|
|
751
|
+
@sapUiIndication7bHoverBackground: @sapIndicationColor_7b_Hover_Background;
|
|
752
752
|
@sapUiIndication8: @sapIndicationColor_8;
|
|
753
753
|
@sapUiIndication8Background: @sapIndicationColor_8_Background;
|
|
754
754
|
@sapUiIndication8BorderColor: @sapIndicationColor_8_BorderColor;
|
|
@@ -761,7 +761,7 @@
|
|
|
761
761
|
@sapUiIndication8SelectedBorderColor: @sapIndicationColor_8_Selected_BorderColor;
|
|
762
762
|
@sapUiIndication8SelectedTextColor: @sapIndicationColor_8_Selected_TextColor;
|
|
763
763
|
@sapUiIndication8b: @sapIndicationColor_8b;
|
|
764
|
-
@sapUiIndication8bBorderColor: @
|
|
764
|
+
@sapUiIndication8bBorderColor: @sapIndicationColor_8b_BorderColor;
|
|
765
765
|
@sapUiIndication8bHoverBackground: @sapIndicationColor_8b_Hover_Background;
|
|
766
766
|
@sapUiIndication9: @sapIndicationColor_9;
|
|
767
767
|
@sapUiIndication9Background: @sapIndicationColor_9_Background;
|
|
@@ -775,7 +775,7 @@
|
|
|
775
775
|
@sapUiIndication9SelectedBorderColor: @sapIndicationColor_9_Selected_BorderColor;
|
|
776
776
|
@sapUiIndication9SelectedTextColor: @sapIndicationColor_9_Selected_TextColor;
|
|
777
777
|
@sapUiIndication9b: @sapIndicationColor_9b;
|
|
778
|
-
@sapUiIndication9bBorderColor: @
|
|
778
|
+
@sapUiIndication9bBorderColor: @sapIndicationColor_9b_BorderColor;
|
|
779
779
|
@sapUiIndication9bHoverBackground: @sapIndicationColor_9b_Hover_Background;
|
|
780
780
|
@sapUiIndication10: @sapIndicationColor_10;
|
|
781
781
|
@sapUiIndication10Background: @sapIndicationColor_10_Background;
|
|
@@ -789,7 +789,7 @@
|
|
|
789
789
|
@sapUiIndication10SelectedBorderColor: @sapIndicationColor_10_Selected_BorderColor;
|
|
790
790
|
@sapUiIndication10SelectedTextColor: @sapIndicationColor_10_Selected_TextColor;
|
|
791
791
|
@sapUiIndication10b: @sapIndicationColor_10b;
|
|
792
|
-
@sapUiIndication10bBorderColor: @
|
|
792
|
+
@sapUiIndication10bBorderColor: @sapIndicationColor_10b_BorderColor;
|
|
793
793
|
@sapUiIndication10bHoverBackground: @sapIndicationColor_10b_Hover_Background;
|
|
794
794
|
|
|
795
795
|
|