@openui5/themelib_sap_horizon 1.113.0 → 1.114.1
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/FlexibleColumnLayout.less +42 -17
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +32 -6
- package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +17 -9
- package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +17 -9
- 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/MessageToast.less +9 -0
- package/src/sap/m/themes/sap_horizon/Panel.less +4 -0
- 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 +2 -0
- 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/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 +1 -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/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/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/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/shared.less +9 -94
- 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_dark/shared.less +9 -95
- 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_hcb/shared.less +9 -94
- 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/core/themes/sap_horizon_hcw/shared.less +9 -94
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +2 -2
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +2 -2
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +2 -2
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +2 -2
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
@sapUiGlobalBackgroundImageOpacity: @sapBackgroundImageOpacity;
|
|
28
28
|
@sapUiGlobalBackgroundRepeat: @sapBackgroundImageRepeat;
|
|
29
29
|
@sapUiSelected: @sapSelectedColor;
|
|
30
|
+
@sapUiHover: @sapHoverColor;
|
|
30
31
|
@sapUiActive: @sapActiveColor;
|
|
31
32
|
@sapUiHighlightTextColor: @sapHighlightTextColor;
|
|
32
33
|
@sapUiTextTitle: @sapTitleColor;
|
|
@@ -190,8 +191,11 @@
|
|
|
190
191
|
@sapMFontHeader5Size: @sapFontHeader5Size;
|
|
191
192
|
@sapMFontHeader6Size: @sapFontHeader6Size;
|
|
192
193
|
|
|
194
|
+
@sapUiLinkTextDecoration: @sapLink_TextDecoration;
|
|
193
195
|
@sapUiLinkHoverColor: @sapLink_Hover_Color;
|
|
196
|
+
@sapUiLinkHoverTextDecoration: @sapLink_Hover_TextDecoration;
|
|
194
197
|
@sapUiLinkActiveColor: @sapLink_Active_Color;
|
|
198
|
+
@sapUiLinkActiveTextDecoration: @sapLink_Active_TextDecoration;
|
|
195
199
|
@sapUiLinkVisitedColor: @sapLink_Visited_Color;
|
|
196
200
|
@sapUiLinkInvertedColor: @sapLink_InvertedColor;
|
|
197
201
|
@sapUiLinkSubtleColor: @sapLink_SubtleColor;
|
|
@@ -498,10 +502,16 @@
|
|
|
498
502
|
@sapUiFieldBorderWidth: @sapField_BorderWidth;
|
|
499
503
|
@sapUiFieldBorderStyle: @sapField_BorderStyle;
|
|
500
504
|
@sapUiFieldBorderCornerRadius: @sapField_BorderCornerRadius;
|
|
505
|
+
@sapUiFieldShadow: @sapField_Shadow;
|
|
501
506
|
@sapUiFieldHoverBackground: @sapField_Hover_Background;
|
|
502
507
|
@sapUiFieldHoverBackgroundStyle: @sapField_Hover_BackgroundStyle;
|
|
503
508
|
@sapUiFieldHoverBorderColor: @sapField_Hover_BorderColor;
|
|
504
509
|
@sapUiFieldHoverHelpBackground: @sapField_Hover_HelpBackground;
|
|
510
|
+
@sapUiFieldHoverShadow: @sapField_Hover_Shadow;
|
|
511
|
+
@sapUiFieldHoverInvalidShadow: @sapField_Hover_InvalidShadow;
|
|
512
|
+
@sapUiFieldHoverWarningShadow: @sapField_Hover_WarningShadow;
|
|
513
|
+
@sapUiFieldHoverSuccessShadow: @sapField_Hover_SuccessShadow;
|
|
514
|
+
@sapUiFieldHoverInformationShadow: @sapField_Hover_InformationShadow;
|
|
505
515
|
@sapUiFieldActiveBorderColor: @sapField_Active_BorderColor;
|
|
506
516
|
@sapUiFieldFocusBackground: @sapField_Focus_Background;
|
|
507
517
|
@sapUiFieldFocusBorderColor: @sapField_Focus_BorderColor;
|
|
@@ -517,21 +527,25 @@
|
|
|
517
527
|
@sapUiFieldInvalidBackgroundStyle: @sapField_InvalidBackgroundStyle;
|
|
518
528
|
@sapUiFieldInvalidBorderWidth: @sapField_InvalidBorderWidth;
|
|
519
529
|
@sapUiFieldInvalidBorderStyle: @sapField_InvalidBorderStyle;
|
|
530
|
+
@sapUiFieldInvalidShadow: @sapField_InvalidShadow;
|
|
520
531
|
@sapUiFieldWarningColor: @sapField_WarningColor;
|
|
521
532
|
@sapUiFieldWarningBackground: @sapField_WarningBackground;
|
|
522
533
|
@sapUiFieldWarningBackgroundStyle: @sapField_WarningBackgroundStyle;
|
|
523
534
|
@sapUiFieldWarningBorderWidth: @sapField_WarningBorderWidth;
|
|
524
535
|
@sapUiFieldWarningBorderStyle: @sapField_WarningBorderStyle;
|
|
536
|
+
@sapUiFieldWarningShadow: @sapField_WarningShadow;
|
|
525
537
|
@sapUiFieldSuccessColor: @sapField_SuccessColor;
|
|
526
538
|
@sapUiFieldSuccessBackground: @sapField_SuccessBackground;
|
|
527
539
|
@sapUiFieldSuccessBackgroundStyle: @sapField_SuccessBackgroundStyle;
|
|
528
540
|
@sapUiFieldSuccessBorderWidth: @sapField_SuccessBorderWidth;
|
|
529
541
|
@sapUiFieldSuccessBorderStyle: @sapField_SuccessBorderStyle;
|
|
542
|
+
@sapUiFieldSuccessShadow: @sapField_SuccessShadow;
|
|
530
543
|
@sapUiFieldInformationColor: @sapField_InformationColor;
|
|
531
544
|
@sapUiFieldInformationBackground: @sapField_InformationBackground;
|
|
532
545
|
@sapUiFieldInformationBackgroundStyle: @sapField_InformationBackgroundStyle;
|
|
533
546
|
@sapUiFieldInformationBorderWidth: @sapField_InformationBorderWidth;
|
|
534
547
|
@sapUiFieldInformationBorderStyle: @sapField_InformationBorderStyle;
|
|
548
|
+
@sapUiFieldInformationShadow: @sapField_InformationShadow;
|
|
535
549
|
|
|
536
550
|
@sapUiGroupTitleBackground: @sapGroup_TitleBackground;
|
|
537
551
|
@sapUiGroupTitleBorderColor: @sapGroup_TitleBorderColor;
|
|
@@ -704,51 +718,143 @@
|
|
|
704
718
|
@sapUiIndication1: @sapIndicationColor_1;
|
|
705
719
|
@sapUiIndication1Background: @sapIndicationColor_1_Background;
|
|
706
720
|
@sapUiIndication1BorderColor: @sapIndicationColor_1_BorderColor;
|
|
721
|
+
@sapUiIndication1TextColor: @sapIndicationColor_1_TextColor;
|
|
707
722
|
@sapUiIndication1HoverBackground: @sapIndicationColor_1_Hover_Background;
|
|
708
723
|
@sapUiIndication1ActiveBackground: @sapIndicationColor_1_Active_Background;
|
|
709
|
-
@
|
|
724
|
+
@sapUiIndication1ActiveBorderColor: @sapIndicationColor_1_Active_BorderColor;
|
|
725
|
+
@sapUiIndication1ActiveTextColor: @sapIndicationColor_1_Active_TextColor;
|
|
726
|
+
@sapUiIndication1SelectedBackground: @sapIndicationColor_1_Selected_Background;
|
|
727
|
+
@sapUiIndication1SelectedBorderColor: @sapIndicationColor_1_Selected_BorderColor;
|
|
728
|
+
@sapUiIndication1SelectedTextColor: @sapIndicationColor_1_Selected_TextColor;
|
|
729
|
+
@sapUiIndication1b: @sapIndicationColor_1b;
|
|
730
|
+
@sapUiIndication1bBorderColor: @sapIndicationColor_1b_BorderColor;
|
|
731
|
+
@sapUiIndication1bHoverBackground: @sapIndicationColor_1b_Hover_Background;
|
|
710
732
|
@sapUiIndication2: @sapIndicationColor_2;
|
|
711
733
|
@sapUiIndication2Background: @sapIndicationColor_2_Background;
|
|
712
734
|
@sapUiIndication2BorderColor: @sapIndicationColor_2_BorderColor;
|
|
735
|
+
@sapUiIndication2TextColor: @sapIndicationColor_2_TextColor;
|
|
713
736
|
@sapUiIndication2HoverBackground: @sapIndicationColor_2_Hover_Background;
|
|
714
737
|
@sapUiIndication2ActiveBackground: @sapIndicationColor_2_Active_Background;
|
|
715
|
-
@
|
|
738
|
+
@sapUiIndication2ActiveBorderColor: @sapIndicationColor_2_Active_BorderColor;
|
|
739
|
+
@sapUiIndication2ActiveTextColor: @sapIndicationColor_2_Active_TextColor;
|
|
740
|
+
@sapUiIndication2SelectedBackground: @sapIndicationColor_2_Selected_Background;
|
|
741
|
+
@sapUiIndication2SelectedBorderColor: @sapIndicationColor_2_Selected_BorderColor;
|
|
742
|
+
@sapUiIndication2SelectedTextColor: @sapIndicationColor_2_Selected_TextColor;
|
|
743
|
+
@sapUiIndication2b: @sapIndicationColor_2b;
|
|
744
|
+
@sapUiIndication2bBorderColor: @sapIndicationColor_2_BorderColor;
|
|
745
|
+
@sapUiIndication2bHoverBackground: @sapIndicationColor_2b_Hover_Background;
|
|
716
746
|
@sapUiIndication3: @sapIndicationColor_3;
|
|
717
747
|
@sapUiIndication3Background: @sapIndicationColor_3_Background;
|
|
718
748
|
@sapUiIndication3BorderColor: @sapIndicationColor_3_BorderColor;
|
|
749
|
+
@sapUiIndication3TextColor: @sapIndicationColor_3_TextColor;
|
|
719
750
|
@sapUiIndication3HoverBackground: @sapIndicationColor_3_Hover_Background;
|
|
720
751
|
@sapUiIndication3ActiveBackground: @sapIndicationColor_3_Active_Background;
|
|
721
|
-
@
|
|
752
|
+
@sapUiIndication3ActiveBorderColor: @sapIndicationColor_3_Active_BorderColor;
|
|
753
|
+
@sapUiIndication3ActiveTextColor: @sapIndicationColor_3_Active_TextColor;
|
|
754
|
+
@sapUiIndication3SelectedBackground: @sapIndicationColor_3_Selected_Background;
|
|
755
|
+
@sapUiIndication3SelectedBorderColor: @sapIndicationColor_3_Selected_BorderColor;
|
|
756
|
+
@sapUiIndication3SelectedTextColor: @sapIndicationColor_3_Selected_TextColor;
|
|
757
|
+
@sapUiIndication3b: @sapIndicationColor_3b;
|
|
758
|
+
@sapUiIndication3bBorderColor: @sapIndicationColor_3_BorderColor;
|
|
759
|
+
@sapUiIndication3bHoverBackground: @sapIndicationColor_3b_Hover_Background;
|
|
722
760
|
@sapUiIndication4: @sapIndicationColor_4;
|
|
723
761
|
@sapUiIndication4Background: @sapIndicationColor_4_Background;
|
|
724
762
|
@sapUiIndication4BorderColor: @sapIndicationColor_4_BorderColor;
|
|
763
|
+
@sapUiIndication4TextColor: @sapIndicationColor_4_TextColor;
|
|
725
764
|
@sapUiIndication4HoverBackground: @sapIndicationColor_4_Hover_Background;
|
|
726
765
|
@sapUiIndication4ActiveBackground: @sapIndicationColor_4_Active_Background;
|
|
727
|
-
@
|
|
766
|
+
@sapUiIndication4ActiveBorderColor: @sapIndicationColor_4_Active_BorderColor;
|
|
767
|
+
@sapUiIndication4ActiveTextColor: @sapIndicationColor_4_Active_TextColor;
|
|
768
|
+
@sapUiIndication4SelectedBackground: @sapIndicationColor_4_Selected_Background;
|
|
769
|
+
@sapUiIndication4SelectedBorderColor: @sapIndicationColor_4_Selected_BorderColor;
|
|
770
|
+
@sapUiIndication4SelectedTextColor: @sapIndicationColor_4_Selected_TextColor;
|
|
771
|
+
@sapUiIndication4b: @sapIndicationColor_4b;
|
|
772
|
+
@sapUiIndication4bBorderColor: @sapIndicationColor_4_BorderColor;
|
|
773
|
+
@sapUiIndication4bHoverBackground: @sapIndicationColor_4b_Hover_Background;
|
|
728
774
|
@sapUiIndication5: @sapIndicationColor_5;
|
|
729
775
|
@sapUiIndication5Background: @sapIndicationColor_5_Background;
|
|
730
776
|
@sapUiIndication5BorderColor: @sapIndicationColor_5_BorderColor;
|
|
777
|
+
@sapUiIndication5TextColor: @sapIndicationColor_5_TextColor;
|
|
731
778
|
@sapUiIndication5HoverBackground: @sapIndicationColor_5_Hover_Background;
|
|
732
779
|
@sapUiIndication5ActiveBackground: @sapIndicationColor_5_Active_Background;
|
|
733
|
-
@
|
|
780
|
+
@sapUiIndication5ActiveBorderColor: @sapIndicationColor_5_Active_BorderColor;
|
|
781
|
+
@sapUiIndication5ActiveTextColor: @sapIndicationColor_5_Active_TextColor;
|
|
782
|
+
@sapUiIndication5SelectedBackground: @sapIndicationColor_5_Selected_Background;
|
|
783
|
+
@sapUiIndication5SelectedBorderColor: @sapIndicationColor_5_Selected_BorderColor;
|
|
784
|
+
@sapUiIndication5SelectedTextColor: @sapIndicationColor_5_Selected_TextColor;
|
|
785
|
+
@sapUiIndication5b: @sapIndicationColor_5b;
|
|
786
|
+
@sapUiIndication5bBorderColor: @sapIndicationColor_5_BorderColor;
|
|
787
|
+
@sapUiIndication5bHoverBackground: @sapIndicationColor_5b_Hover_Background;
|
|
734
788
|
@sapUiIndication6: @sapIndicationColor_6;
|
|
735
789
|
@sapUiIndication6Background: @sapIndicationColor_6_Background;
|
|
736
790
|
@sapUiIndication6BorderColor: @sapIndicationColor_6_BorderColor;
|
|
791
|
+
@sapUiIndication6TextColor: @sapIndicationColor_6_TextColor;
|
|
737
792
|
@sapUiIndication6HoverBackground: @sapIndicationColor_6_Hover_Background;
|
|
738
793
|
@sapUiIndication6ActiveBackground: @sapIndicationColor_6_Active_Background;
|
|
739
|
-
@
|
|
794
|
+
@sapUiIndication6ActiveBorderColor: @sapIndicationColor_6_Active_BorderColor;
|
|
795
|
+
@sapUiIndication6ActiveTextColor: @sapIndicationColor_6_Active_TextColor;
|
|
796
|
+
@sapUiIndication6SelectedBackground: @sapIndicationColor_6_Selected_Background;
|
|
797
|
+
@sapUiIndication6SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
|
|
798
|
+
@sapUiIndication6SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
|
|
799
|
+
@sapUiIndication6b: @sapIndicationColor_6b;
|
|
800
|
+
@sapUiIndication6bBorderColor: @sapIndicationColor_6_BorderColor;
|
|
801
|
+
@sapUiIndication6bHoverBackground: @sapIndicationColor_6b_Hover_Background;
|
|
740
802
|
@sapUiIndication7: @sapIndicationColor_7;
|
|
741
803
|
@sapUiIndication7Background: @sapIndicationColor_7_Background;
|
|
742
804
|
@sapUiIndication7BorderColor: @sapIndicationColor_7_BorderColor;
|
|
805
|
+
@sapUiIndication7TextColor: @sapIndicationColor_7_TextColor;
|
|
743
806
|
@sapUiIndication7HoverBackground: @sapIndicationColor_7_Hover_Background;
|
|
744
807
|
@sapUiIndication7ActiveBackground: @sapIndicationColor_7_Active_Background;
|
|
745
|
-
@
|
|
808
|
+
@sapUiIndication7ActiveBorderColor: @sapIndicationColor_6_Active_BorderColor;
|
|
809
|
+
@sapUiIndication7ActiveTextColor: @sapIndicationColor_6_Active_TextColor;
|
|
810
|
+
@sapUiIndication7SelectedBackground: @sapIndicationColor_6_Selected_Background;
|
|
811
|
+
@sapUiIndication7SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
|
|
812
|
+
@sapUiIndication7SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
|
|
813
|
+
@sapUiIndication7b: @sapIndicationColor_6b;
|
|
814
|
+
@sapUiIndication7bBorderColor: @sapIndicationColor_6_BorderColor;
|
|
815
|
+
@sapUiIndication7bHoverBackground: @sapIndicationColor_6b_Hover_Background;
|
|
746
816
|
@sapUiIndication8: @sapIndicationColor_8;
|
|
747
817
|
@sapUiIndication8Background: @sapIndicationColor_8_Background;
|
|
748
818
|
@sapUiIndication8BorderColor: @sapIndicationColor_8_BorderColor;
|
|
819
|
+
@sapUiIndication8TextColor: @sapIndicationColor_8_TextColor;
|
|
749
820
|
@sapUiIndication8HoverBackground: @sapIndicationColor_8_Hover_Background;
|
|
750
821
|
@sapUiIndication8ActiveBackground: @sapIndicationColor_8_Active_Background;
|
|
751
|
-
@
|
|
822
|
+
@sapUiIndication8ActiveBorderColor: @sapIndicationColor_8_Active_BorderColor;
|
|
823
|
+
@sapUiIndication8ActiveTextColor: @sapIndicationColor_8_Active_TextColor;
|
|
824
|
+
@sapUiIndication8SelectedBackground: @sapIndicationColor_8_Selected_Background;
|
|
825
|
+
@sapUiIndication8SelectedBorderColor: @sapIndicationColor_8_Selected_BorderColor;
|
|
826
|
+
@sapUiIndication8SelectedTextColor: @sapIndicationColor_8_Selected_TextColor;
|
|
827
|
+
@sapUiIndication8b: @sapIndicationColor_8b;
|
|
828
|
+
@sapUiIndication8bBorderColor: @sapIndicationColor_8_BorderColor;
|
|
829
|
+
@sapUiIndication8bHoverBackground: @sapIndicationColor_8b_Hover_Background;
|
|
830
|
+
@sapUiIndication9: @sapIndicationColor_9;
|
|
831
|
+
@sapUiIndication9Background: @sapIndicationColor_9_Background;
|
|
832
|
+
@sapUiIndication9BorderColor: @sapIndicationColor_9_BorderColor;
|
|
833
|
+
@sapUiIndication9TextColor: @sapIndicationColor_9_TextColor;
|
|
834
|
+
@sapUiIndication9HoverBackground: @sapIndicationColor_9_Hover_Background;
|
|
835
|
+
@sapUiIndication9ActiveBackground: @sapIndicationColor_9_Active_Background;
|
|
836
|
+
@sapUiIndication9ActiveBorderColor: @sapIndicationColor_9_Active_BorderColor;
|
|
837
|
+
@sapUiIndication9ActiveTextColor: @sapIndicationColor_9_Active_TextColor;
|
|
838
|
+
@sapUiIndication9SelectedBackground: @sapIndicationColor_9_Selected_Background;
|
|
839
|
+
@sapUiIndication9SelectedBorderColor: @sapIndicationColor_9_Selected_BorderColor;
|
|
840
|
+
@sapUiIndication9SelectedTextColor: @sapIndicationColor_9_Selected_TextColor;
|
|
841
|
+
@sapUiIndication9b: @sapIndicationColor_9b;
|
|
842
|
+
@sapUiIndication9bBorderColor: @sapIndicationColor_9_BorderColor;
|
|
843
|
+
@sapUiIndication9bHoverBackground: @sapIndicationColor_9b_Hover_Background;
|
|
844
|
+
@sapUiIndication10: @sapIndicationColor_10;
|
|
845
|
+
@sapUiIndication10Background: @sapIndicationColor_10_Background;
|
|
846
|
+
@sapUiIndication10BorderColor: @sapIndicationColor_10_BorderColor;
|
|
847
|
+
@sapUiIndication10TextColor: @sapIndicationColor_10_TextColor;
|
|
848
|
+
@sapUiIndication10HoverBackground: @sapIndicationColor_10_Hover_Background;
|
|
849
|
+
@sapUiIndication10ActiveBackground: @sapIndicationColor_10_Active_Background;
|
|
850
|
+
@sapUiIndication10ActiveBorderColor: @sapIndicationColor_10_Active_BorderColor;
|
|
851
|
+
@sapUiIndication10ActiveTextColor: @sapIndicationColor_10_Active_TextColor;
|
|
852
|
+
@sapUiIndication10SelectedBackground: @sapIndicationColor_10_Selected_Background;
|
|
853
|
+
@sapUiIndication10SelectedBorderColor: @sapIndicationColor_10_Selected_BorderColor;
|
|
854
|
+
@sapUiIndication10SelectedTextColor: @sapIndicationColor_10_Selected_TextColor;
|
|
855
|
+
@sapUiIndication10b: @sapIndicationColor_10b;
|
|
856
|
+
@sapUiIndication10bBorderColor: @sapIndicationColor_10_BorderColor;
|
|
857
|
+
@sapUiIndication10bHoverBackground: @sapIndicationColor_10b_Hover_Background;
|
|
752
858
|
|
|
753
859
|
|
|
754
860
|
// =====================================
|
|
@@ -214,6 +214,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
214
214
|
font-weight: 400;
|
|
215
215
|
src: url('fonts/72-Regular.woff2') format('woff2'),
|
|
216
216
|
local('72');
|
|
217
|
+
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
217
218
|
}
|
|
218
219
|
|
|
219
220
|
@font-face {
|
|
@@ -229,6 +230,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
229
230
|
font-weight: 700;
|
|
230
231
|
src: url('fonts/72-Bold.woff2') format('woff2'),
|
|
231
232
|
local('72-Bold');
|
|
233
|
+
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
232
234
|
}
|
|
233
235
|
|
|
234
236
|
@font-face {
|
|
@@ -244,6 +246,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
244
246
|
font-weight: 300;
|
|
245
247
|
src: url('fonts/72-Light.woff2') format('woff2'),
|
|
246
248
|
local('72-Light');
|
|
249
|
+
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
247
250
|
}
|
|
248
251
|
|
|
249
252
|
@font-face {
|
|
@@ -258,6 +261,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
258
261
|
font-style: normal;
|
|
259
262
|
src: url('fonts/72-Bold.woff2') format('woff2'),
|
|
260
263
|
local('72-Bold');
|
|
264
|
+
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
261
265
|
}
|
|
262
266
|
|
|
263
267
|
@font-face {
|
|
@@ -271,6 +275,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
271
275
|
font-style: normal;
|
|
272
276
|
src: url('fonts/72-Light.woff2') format('woff2'),
|
|
273
277
|
local('72-Light');
|
|
278
|
+
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
274
279
|
}
|
|
275
280
|
|
|
276
281
|
@font-face {
|
|
@@ -283,6 +288,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
283
288
|
font-family: '72Mono';
|
|
284
289
|
src: url('fonts/72Mono-Regular.woff2') format('woff2'),
|
|
285
290
|
local('72Mono');
|
|
291
|
+
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
286
292
|
}
|
|
287
293
|
|
|
288
294
|
@font-face {
|
|
@@ -294,6 +300,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
294
300
|
font-family: '72Mono-Bold';
|
|
295
301
|
src: url('fonts/72Mono-Bold.woff2') format('woff2'),
|
|
296
302
|
local('72Mono-Bold');
|
|
303
|
+
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
297
304
|
}
|
|
298
305
|
|
|
299
306
|
@font-face {
|
|
@@ -304,6 +311,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
304
311
|
@font-face {
|
|
305
312
|
font-family: '72Black';
|
|
306
313
|
src: url('fonts/72-Black.woff2') format('woff2');
|
|
314
|
+
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
307
315
|
}
|
|
308
316
|
|
|
309
317
|
@font-face {
|
|
@@ -314,6 +322,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
314
322
|
@font-face {
|
|
315
323
|
font-family: '72-SemiboldDuplex';
|
|
316
324
|
src: url('fonts/72-SemiboldDuplex.woff2') format('woff2');
|
|
325
|
+
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
317
326
|
}
|
|
318
327
|
|
|
319
328
|
@font-face {
|
|
@@ -321,101 +330,6 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
321
330
|
src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
|
|
322
331
|
}
|
|
323
332
|
|
|
324
|
-
|
|
325
|
-
/**
|
|
326
|
-
* Browsers synthesizes glyphs that have multiple diacritics from the basic glyphs. Some glyphs don't look right after
|
|
327
|
-
* browsers' synthesis. Those glyphs need to be redirected to "72-full" where they are supported.
|
|
328
|
-
*
|
|
329
|
-
* Moreover, the diacritic Caron has a special vertical form used on tall characters. Those tall characters with Caron
|
|
330
|
-
* aren't covered by the font '72' but browsers synthesize the letter without diacritic with the * standard combining
|
|
331
|
-
* Caron (U+030C) which leads to the wrong display of those characters. Because those characters are * covered by the
|
|
332
|
-
* '72-full' font, they are redirected to that font as well for being correctly displayed.
|
|
333
|
-
*
|
|
334
|
-
* U+0106: Ć
|
|
335
|
-
* U+0108: Ĉ
|
|
336
|
-
* U+010C: Č
|
|
337
|
-
* U+010F: ď
|
|
338
|
-
* U+013D-013E: Ľ, ľ
|
|
339
|
-
* U+0143: Ń
|
|
340
|
-
* U+0147-0148: Ň, ň
|
|
341
|
-
* U+0154: Ŕ
|
|
342
|
-
* U+0158: Ř
|
|
343
|
-
* U+015A: Ś
|
|
344
|
-
* U+015C-015D: Ŝ, ŝ
|
|
345
|
-
* U+0164-0165: Ť, ť
|
|
346
|
-
* U+0168-0169: Ũ, ũ
|
|
347
|
-
* U+016E-016F: Ů, ů
|
|
348
|
-
* U+0174-0177: Ŵ, ŵ, Ŷ, ŷ
|
|
349
|
-
* U+0179: Ź
|
|
350
|
-
* U+1EA4-1EA7: Ấ, ấ, Ầ, ầ
|
|
351
|
-
* U+1EAA-1EAB: Ẫ, ẫ
|
|
352
|
-
* U+1EBC-1EC1: Ẽ, ẽ, Ế, ế, Ề, ề
|
|
353
|
-
* U+1EC4-1EC5: Ễ, ễ
|
|
354
|
-
* U+1ED0-1ED3: Ố, ố, Ồ, ồ
|
|
355
|
-
* U+1ED6-1ED7: Ỗ, ỗ
|
|
356
|
-
*/
|
|
357
|
-
@font-face {
|
|
358
|
-
font-family: '72';
|
|
359
|
-
font-style: normal;
|
|
360
|
-
font-weight: 400;
|
|
361
|
-
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
362
|
-
src: url('fonts/72-Regular-full.woff2') format('woff2');
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
@font-face {
|
|
366
|
-
font-family: '72';
|
|
367
|
-
font-style: normal;
|
|
368
|
-
font-weight: 700;
|
|
369
|
-
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
370
|
-
src: url('fonts/72-Bold-full.woff2') format('woff2');
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
@font-face {
|
|
374
|
-
font-family: '72';
|
|
375
|
-
font-style: normal;
|
|
376
|
-
font-weight: 300;
|
|
377
|
-
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
378
|
-
src: url('fonts/72-Light-full.woff2') format('woff2');
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
@font-face {
|
|
382
|
-
font-family: '72-Bold';
|
|
383
|
-
font-style: normal;
|
|
384
|
-
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
385
|
-
src: url('fonts/72-Bold-full.woff2') format('woff2');
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
@font-face {
|
|
389
|
-
font-family: '72-Light';
|
|
390
|
-
font-style: normal;
|
|
391
|
-
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
392
|
-
src: url('fonts/72-Light-full.woff2') format('woff2');
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
@font-face {
|
|
396
|
-
font-family: '72Mono';
|
|
397
|
-
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
398
|
-
src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
@font-face {
|
|
402
|
-
font-family: '72Mono-Bold';
|
|
403
|
-
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
404
|
-
src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
@font-face {
|
|
408
|
-
font-family: '72Black';
|
|
409
|
-
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
410
|
-
src: url('fonts/72-Black-full.woff2') format('woff2');
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
@font-face {
|
|
414
|
-
font-family: '72-SemiboldDuplex';
|
|
415
|
-
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
416
|
-
src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
|
|
417
|
-
}
|
|
418
|
-
|
|
419
333
|
// Responsive paddings
|
|
420
334
|
.sapUi-Std-PaddingS {
|
|
421
335
|
padding-left: 1rem !important;
|
|
@@ -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.
|
|
9
|
+
<version>1.114.1</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast black theme library.</documentation>
|
|
12
12
|
|