@openui5/themelib_sap_belize 1.108.14 → 1.108.17
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/m/themes/sap_belize/GenericTile.less +1 -1
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize/base.less +1008 -46
- package/src/sap/ui/core/themes/sap_belize/global.less +114 -8
- package/src/sap/ui/core/themes/sap_belize/shared.less +7 -90
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +997 -56
- package/src/sap/ui/core/themes/sap_belize_hcb/global.less +114 -8
- package/src/sap/ui/core/themes/sap_belize_hcb/shared.less +7 -90
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +992 -52
- package/src/sap/ui/core/themes/sap_belize_hcw/global.less +114 -8
- package/src/sap/ui/core/themes/sap_belize_hcw/shared.less +7 -90
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +57 -12
|
@@ -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;
|
|
@@ -434,10 +438,16 @@
|
|
|
434
438
|
@sapUiFieldBorderWidth: @sapField_BorderWidth;
|
|
435
439
|
@sapUiFieldBorderStyle: @sapField_BorderStyle;
|
|
436
440
|
@sapUiFieldBorderCornerRadius: @sapField_BorderCornerRadius;
|
|
441
|
+
@sapUiFieldShadow: @sapField_Shadow;
|
|
437
442
|
@sapUiFieldHoverBackground: @sapField_Hover_Background;
|
|
438
443
|
@sapUiFieldHoverBackgroundStyle: @sapField_Hover_BackgroundStyle;
|
|
439
444
|
@sapUiFieldHoverBorderColor: @sapField_Hover_BorderColor;
|
|
440
445
|
@sapUiFieldHoverHelpBackground: @sapField_Hover_HelpBackground;
|
|
446
|
+
@sapUiFieldHoverShadow: @sapField_Hover_Shadow;
|
|
447
|
+
@sapUiFieldHoverInvalidShadow: @sapField_Hover_InvalidShadow;
|
|
448
|
+
@sapUiFieldHoverWarningShadow: @sapField_Hover_WarningShadow;
|
|
449
|
+
@sapUiFieldHoverSuccessShadow: @sapField_Hover_SuccessShadow;
|
|
450
|
+
@sapUiFieldHoverInformationShadow: @sapField_Hover_InformationShadow;
|
|
441
451
|
@sapUiFieldActiveBorderColor: @sapField_Active_BorderColor;
|
|
442
452
|
@sapUiFieldFocusBackground: @sapField_Focus_Background;
|
|
443
453
|
@sapUiFieldFocusBorderColor: @sapField_Focus_BorderColor;
|
|
@@ -453,21 +463,25 @@
|
|
|
453
463
|
@sapUiFieldInvalidBackgroundStyle: @sapField_InvalidBackgroundStyle;
|
|
454
464
|
@sapUiFieldInvalidBorderWidth: @sapField_InvalidBorderWidth;
|
|
455
465
|
@sapUiFieldInvalidBorderStyle: @sapField_InvalidBorderStyle;
|
|
466
|
+
@sapUiFieldInvalidShadow: @sapField_InvalidShadow;
|
|
456
467
|
@sapUiFieldWarningColor: @sapField_WarningColor;
|
|
457
468
|
@sapUiFieldWarningBackground: @sapField_WarningBackground;
|
|
458
469
|
@sapUiFieldWarningBackgroundStyle: @sapField_WarningBackgroundStyle;
|
|
459
470
|
@sapUiFieldWarningBorderWidth: @sapField_WarningBorderWidth;
|
|
460
471
|
@sapUiFieldWarningBorderStyle: @sapField_WarningBorderStyle;
|
|
472
|
+
@sapUiFieldWarningShadow: @sapField_WarningShadow;
|
|
461
473
|
@sapUiFieldSuccessColor: @sapField_SuccessColor;
|
|
462
474
|
@sapUiFieldSuccessBackground: @sapField_SuccessBackground;
|
|
463
475
|
@sapUiFieldSuccessBackgroundStyle: @sapField_SuccessBackgroundStyle;
|
|
464
476
|
@sapUiFieldSuccessBorderWidth: @sapField_SuccessBorderWidth;
|
|
465
477
|
@sapUiFieldSuccessBorderStyle: @sapField_SuccessBorderStyle;
|
|
478
|
+
@sapUiFieldSuccessShadow: @sapField_SuccessShadow;
|
|
466
479
|
@sapUiFieldInformationColor: @sapField_InformationColor;
|
|
467
480
|
@sapUiFieldInformationBackground: @sapField_InformationBackground;
|
|
468
481
|
@sapUiFieldInformationBackgroundStyle: @sapField_InformationBackgroundStyle;
|
|
469
482
|
@sapUiFieldInformationBorderWidth: @sapField_InformationBorderWidth;
|
|
470
483
|
@sapUiFieldInformationBorderStyle: @sapField_InformationBorderStyle;
|
|
484
|
+
@sapUiFieldInformationShadow: @sapField_InformationShadow;
|
|
471
485
|
|
|
472
486
|
@sapUiGroupTitleBackground: @sapGroup_TitleBackground;
|
|
473
487
|
@sapUiGroupTitleBorderColor: @sapGroup_TitleBorderColor;
|
|
@@ -640,51 +654,143 @@
|
|
|
640
654
|
@sapUiIndication1: @sapIndicationColor_1;
|
|
641
655
|
@sapUiIndication1Background: @sapIndicationColor_1_Background;
|
|
642
656
|
@sapUiIndication1BorderColor: @sapIndicationColor_1_BorderColor;
|
|
657
|
+
@sapUiIndication1TextColor: @sapIndicationColor_1_TextColor;
|
|
643
658
|
@sapUiIndication1HoverBackground: @sapIndicationColor_1_Hover_Background;
|
|
644
659
|
@sapUiIndication1ActiveBackground: @sapIndicationColor_1_Active_Background;
|
|
645
|
-
@
|
|
660
|
+
@sapUiIndication1ActiveBorderColor: @sapIndicationColor_1_Active_BorderColor;
|
|
661
|
+
@sapUiIndication1ActiveTextColor: @sapIndicationColor_1_Active_TextColor;
|
|
662
|
+
@sapUiIndication1SelectedBackground: @sapIndicationColor_1_Selected_Background;
|
|
663
|
+
@sapUiIndication1SelectedBorderColor: @sapIndicationColor_1_Selected_BorderColor;
|
|
664
|
+
@sapUiIndication1SelectedTextColor: @sapIndicationColor_1_Selected_TextColor;
|
|
665
|
+
@sapUiIndication1b: @sapIndicationColor_1b;
|
|
666
|
+
@sapUiIndication1bBorderColor: @sapIndicationColor_1b_BorderColor;
|
|
667
|
+
@sapUiIndication1bHoverBackground: @sapIndicationColor_1b_Hover_Background;
|
|
646
668
|
@sapUiIndication2: @sapIndicationColor_2;
|
|
647
669
|
@sapUiIndication2Background: @sapIndicationColor_2_Background;
|
|
648
670
|
@sapUiIndication2BorderColor: @sapIndicationColor_2_BorderColor;
|
|
671
|
+
@sapUiIndication2TextColor: @sapIndicationColor_2_TextColor;
|
|
649
672
|
@sapUiIndication2HoverBackground: @sapIndicationColor_2_Hover_Background;
|
|
650
673
|
@sapUiIndication2ActiveBackground: @sapIndicationColor_2_Active_Background;
|
|
651
|
-
@
|
|
674
|
+
@sapUiIndication2ActiveBorderColor: @sapIndicationColor_2_Active_BorderColor;
|
|
675
|
+
@sapUiIndication2ActiveTextColor: @sapIndicationColor_2_Active_TextColor;
|
|
676
|
+
@sapUiIndication2SelectedBackground: @sapIndicationColor_2_Selected_Background;
|
|
677
|
+
@sapUiIndication2SelectedBorderColor: @sapIndicationColor_2_Selected_BorderColor;
|
|
678
|
+
@sapUiIndication2SelectedTextColor: @sapIndicationColor_2_Selected_TextColor;
|
|
679
|
+
@sapUiIndication2b: @sapIndicationColor_2b;
|
|
680
|
+
@sapUiIndication2bBorderColor: @sapIndicationColor_2_BorderColor;
|
|
681
|
+
@sapUiIndication2bHoverBackground: @sapIndicationColor_2b_Hover_Background;
|
|
652
682
|
@sapUiIndication3: @sapIndicationColor_3;
|
|
653
683
|
@sapUiIndication3Background: @sapIndicationColor_3_Background;
|
|
654
684
|
@sapUiIndication3BorderColor: @sapIndicationColor_3_BorderColor;
|
|
685
|
+
@sapUiIndication3TextColor: @sapIndicationColor_3_TextColor;
|
|
655
686
|
@sapUiIndication3HoverBackground: @sapIndicationColor_3_Hover_Background;
|
|
656
687
|
@sapUiIndication3ActiveBackground: @sapIndicationColor_3_Active_Background;
|
|
657
|
-
@
|
|
688
|
+
@sapUiIndication3ActiveBorderColor: @sapIndicationColor_3_Active_BorderColor;
|
|
689
|
+
@sapUiIndication3ActiveTextColor: @sapIndicationColor_3_Active_TextColor;
|
|
690
|
+
@sapUiIndication3SelectedBackground: @sapIndicationColor_3_Selected_Background;
|
|
691
|
+
@sapUiIndication3SelectedBorderColor: @sapIndicationColor_3_Selected_BorderColor;
|
|
692
|
+
@sapUiIndication3SelectedTextColor: @sapIndicationColor_3_Selected_TextColor;
|
|
693
|
+
@sapUiIndication3b: @sapIndicationColor_3b;
|
|
694
|
+
@sapUiIndication3bBorderColor: @sapIndicationColor_3_BorderColor;
|
|
695
|
+
@sapUiIndication3bHoverBackground: @sapIndicationColor_3b_Hover_Background;
|
|
658
696
|
@sapUiIndication4: @sapIndicationColor_4;
|
|
659
697
|
@sapUiIndication4Background: @sapIndicationColor_4_Background;
|
|
660
698
|
@sapUiIndication4BorderColor: @sapIndicationColor_4_BorderColor;
|
|
699
|
+
@sapUiIndication4TextColor: @sapIndicationColor_4_TextColor;
|
|
661
700
|
@sapUiIndication4HoverBackground: @sapIndicationColor_4_Hover_Background;
|
|
662
701
|
@sapUiIndication4ActiveBackground: @sapIndicationColor_4_Active_Background;
|
|
663
|
-
@
|
|
702
|
+
@sapUiIndication4ActiveBorderColor: @sapIndicationColor_4_Active_BorderColor;
|
|
703
|
+
@sapUiIndication4ActiveTextColor: @sapIndicationColor_4_Active_TextColor;
|
|
704
|
+
@sapUiIndication4SelectedBackground: @sapIndicationColor_4_Selected_Background;
|
|
705
|
+
@sapUiIndication4SelectedBorderColor: @sapIndicationColor_4_Selected_BorderColor;
|
|
706
|
+
@sapUiIndication4SelectedTextColor: @sapIndicationColor_4_Selected_TextColor;
|
|
707
|
+
@sapUiIndication4b: @sapIndicationColor_4b;
|
|
708
|
+
@sapUiIndication4bBorderColor: @sapIndicationColor_4_BorderColor;
|
|
709
|
+
@sapUiIndication4bHoverBackground: @sapIndicationColor_4b_Hover_Background;
|
|
664
710
|
@sapUiIndication5: @sapIndicationColor_5;
|
|
665
711
|
@sapUiIndication5Background: @sapIndicationColor_5_Background;
|
|
666
712
|
@sapUiIndication5BorderColor: @sapIndicationColor_5_BorderColor;
|
|
713
|
+
@sapUiIndication5TextColor: @sapIndicationColor_5_TextColor;
|
|
667
714
|
@sapUiIndication5HoverBackground: @sapIndicationColor_5_Hover_Background;
|
|
668
715
|
@sapUiIndication5ActiveBackground: @sapIndicationColor_5_Active_Background;
|
|
669
|
-
@
|
|
716
|
+
@sapUiIndication5ActiveBorderColor: @sapIndicationColor_5_Active_BorderColor;
|
|
717
|
+
@sapUiIndication5ActiveTextColor: @sapIndicationColor_5_Active_TextColor;
|
|
718
|
+
@sapUiIndication5SelectedBackground: @sapIndicationColor_5_Selected_Background;
|
|
719
|
+
@sapUiIndication5SelectedBorderColor: @sapIndicationColor_5_Selected_BorderColor;
|
|
720
|
+
@sapUiIndication5SelectedTextColor: @sapIndicationColor_5_Selected_TextColor;
|
|
721
|
+
@sapUiIndication5b: @sapIndicationColor_5b;
|
|
722
|
+
@sapUiIndication5bBorderColor: @sapIndicationColor_5_BorderColor;
|
|
723
|
+
@sapUiIndication5bHoverBackground: @sapIndicationColor_5b_Hover_Background;
|
|
670
724
|
@sapUiIndication6: @sapIndicationColor_6;
|
|
671
725
|
@sapUiIndication6Background: @sapIndicationColor_6_Background;
|
|
672
726
|
@sapUiIndication6BorderColor: @sapIndicationColor_6_BorderColor;
|
|
727
|
+
@sapUiIndication6TextColor: @sapIndicationColor_6_TextColor;
|
|
673
728
|
@sapUiIndication6HoverBackground: @sapIndicationColor_6_Hover_Background;
|
|
674
729
|
@sapUiIndication6ActiveBackground: @sapIndicationColor_6_Active_Background;
|
|
675
|
-
@
|
|
730
|
+
@sapUiIndication6ActiveBorderColor: @sapIndicationColor_6_Active_BorderColor;
|
|
731
|
+
@sapUiIndication6ActiveTextColor: @sapIndicationColor_6_Active_TextColor;
|
|
732
|
+
@sapUiIndication6SelectedBackground: @sapIndicationColor_6_Selected_Background;
|
|
733
|
+
@sapUiIndication6SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
|
|
734
|
+
@sapUiIndication6SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
|
|
735
|
+
@sapUiIndication6b: @sapIndicationColor_6b;
|
|
736
|
+
@sapUiIndication6bBorderColor: @sapIndicationColor_6_BorderColor;
|
|
737
|
+
@sapUiIndication6bHoverBackground: @sapIndicationColor_6b_Hover_Background;
|
|
676
738
|
@sapUiIndication7: @sapIndicationColor_7;
|
|
677
739
|
@sapUiIndication7Background: @sapIndicationColor_7_Background;
|
|
678
740
|
@sapUiIndication7BorderColor: @sapIndicationColor_7_BorderColor;
|
|
741
|
+
@sapUiIndication7TextColor: @sapIndicationColor_7_TextColor;
|
|
679
742
|
@sapUiIndication7HoverBackground: @sapIndicationColor_7_Hover_Background;
|
|
680
743
|
@sapUiIndication7ActiveBackground: @sapIndicationColor_7_Active_Background;
|
|
681
|
-
@
|
|
744
|
+
@sapUiIndication7ActiveBorderColor: @sapIndicationColor_6_Active_BorderColor;
|
|
745
|
+
@sapUiIndication7ActiveTextColor: @sapIndicationColor_6_Active_TextColor;
|
|
746
|
+
@sapUiIndication7SelectedBackground: @sapIndicationColor_6_Selected_Background;
|
|
747
|
+
@sapUiIndication7SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
|
|
748
|
+
@sapUiIndication7SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
|
|
749
|
+
@sapUiIndication7b: @sapIndicationColor_6b;
|
|
750
|
+
@sapUiIndication7bBorderColor: @sapIndicationColor_6_BorderColor;
|
|
751
|
+
@sapUiIndication7bHoverBackground: @sapIndicationColor_6b_Hover_Background;
|
|
682
752
|
@sapUiIndication8: @sapIndicationColor_8;
|
|
683
753
|
@sapUiIndication8Background: @sapIndicationColor_8_Background;
|
|
684
754
|
@sapUiIndication8BorderColor: @sapIndicationColor_8_BorderColor;
|
|
755
|
+
@sapUiIndication8TextColor: @sapIndicationColor_8_TextColor;
|
|
685
756
|
@sapUiIndication8HoverBackground: @sapIndicationColor_8_Hover_Background;
|
|
686
757
|
@sapUiIndication8ActiveBackground: @sapIndicationColor_8_Active_Background;
|
|
687
|
-
@
|
|
758
|
+
@sapUiIndication8ActiveBorderColor: @sapIndicationColor_8_Active_BorderColor;
|
|
759
|
+
@sapUiIndication8ActiveTextColor: @sapIndicationColor_8_Active_TextColor;
|
|
760
|
+
@sapUiIndication8SelectedBackground: @sapIndicationColor_8_Selected_Background;
|
|
761
|
+
@sapUiIndication8SelectedBorderColor: @sapIndicationColor_8_Selected_BorderColor;
|
|
762
|
+
@sapUiIndication8SelectedTextColor: @sapIndicationColor_8_Selected_TextColor;
|
|
763
|
+
@sapUiIndication8b: @sapIndicationColor_8b;
|
|
764
|
+
@sapUiIndication8bBorderColor: @sapIndicationColor_8_BorderColor;
|
|
765
|
+
@sapUiIndication8bHoverBackground: @sapIndicationColor_8b_Hover_Background;
|
|
766
|
+
@sapUiIndication9: @sapIndicationColor_9;
|
|
767
|
+
@sapUiIndication9Background: @sapIndicationColor_9_Background;
|
|
768
|
+
@sapUiIndication9BorderColor: @sapIndicationColor_9_BorderColor;
|
|
769
|
+
@sapUiIndication9TextColor: @sapIndicationColor_9_TextColor;
|
|
770
|
+
@sapUiIndication9HoverBackground: @sapIndicationColor_9_Hover_Background;
|
|
771
|
+
@sapUiIndication9ActiveBackground: @sapIndicationColor_9_Active_Background;
|
|
772
|
+
@sapUiIndication9ActiveBorderColor: @sapIndicationColor_9_Active_BorderColor;
|
|
773
|
+
@sapUiIndication9ActiveTextColor: @sapIndicationColor_9_Active_TextColor;
|
|
774
|
+
@sapUiIndication9SelectedBackground: @sapIndicationColor_9_Selected_Background;
|
|
775
|
+
@sapUiIndication9SelectedBorderColor: @sapIndicationColor_9_Selected_BorderColor;
|
|
776
|
+
@sapUiIndication9SelectedTextColor: @sapIndicationColor_9_Selected_TextColor;
|
|
777
|
+
@sapUiIndication9b: @sapIndicationColor_9b;
|
|
778
|
+
@sapUiIndication9bBorderColor: @sapIndicationColor_9_BorderColor;
|
|
779
|
+
@sapUiIndication9bHoverBackground: @sapIndicationColor_9b_Hover_Background;
|
|
780
|
+
@sapUiIndication10: @sapIndicationColor_10;
|
|
781
|
+
@sapUiIndication10Background: @sapIndicationColor_10_Background;
|
|
782
|
+
@sapUiIndication10BorderColor: @sapIndicationColor_10_BorderColor;
|
|
783
|
+
@sapUiIndication10TextColor: @sapIndicationColor_10_TextColor;
|
|
784
|
+
@sapUiIndication10HoverBackground: @sapIndicationColor_10_Hover_Background;
|
|
785
|
+
@sapUiIndication10ActiveBackground: @sapIndicationColor_10_Active_Background;
|
|
786
|
+
@sapUiIndication10ActiveBorderColor: @sapIndicationColor_10_Active_BorderColor;
|
|
787
|
+
@sapUiIndication10ActiveTextColor: @sapIndicationColor_10_Active_TextColor;
|
|
788
|
+
@sapUiIndication10SelectedBackground: @sapIndicationColor_10_Selected_Background;
|
|
789
|
+
@sapUiIndication10SelectedBorderColor: @sapIndicationColor_10_Selected_BorderColor;
|
|
790
|
+
@sapUiIndication10SelectedTextColor: @sapIndicationColor_10_Selected_TextColor;
|
|
791
|
+
@sapUiIndication10b: @sapIndicationColor_10b;
|
|
792
|
+
@sapUiIndication10bBorderColor: @sapIndicationColor_10_BorderColor;
|
|
793
|
+
@sapUiIndication10bHoverBackground: @sapIndicationColor_10b_Hover_Background;
|
|
688
794
|
|
|
689
795
|
|
|
690
796
|
// =====================================
|
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
font-weight: 400;
|
|
74
74
|
src: url('fonts/72-Regular.woff2') format('woff2'),
|
|
75
75
|
local('72');
|
|
76
|
+
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;
|
|
76
77
|
}
|
|
77
78
|
|
|
78
79
|
@font-face {
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
font-weight: 700;
|
|
89
90
|
src: url('fonts/72-Bold.woff2') format('woff2'),
|
|
90
91
|
local('72-Bold');
|
|
92
|
+
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;
|
|
91
93
|
}
|
|
92
94
|
|
|
93
95
|
@font-face {
|
|
@@ -103,6 +105,7 @@
|
|
|
103
105
|
font-weight: 300;
|
|
104
106
|
src: url('fonts/72-Light.woff2') format('woff2'),
|
|
105
107
|
local('72-Light');
|
|
108
|
+
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;
|
|
106
109
|
}
|
|
107
110
|
|
|
108
111
|
@font-face {
|
|
@@ -117,6 +120,7 @@
|
|
|
117
120
|
font-style: normal;
|
|
118
121
|
src: url('fonts/72-Bold.woff2') format('woff2'),
|
|
119
122
|
local('72-Bold');
|
|
123
|
+
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;
|
|
120
124
|
}
|
|
121
125
|
|
|
122
126
|
@font-face {
|
|
@@ -130,6 +134,7 @@
|
|
|
130
134
|
font-style: normal;
|
|
131
135
|
src: url('fonts/72-Light.woff2') format('woff2'),
|
|
132
136
|
local('72-Light');
|
|
137
|
+
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;
|
|
133
138
|
}
|
|
134
139
|
|
|
135
140
|
@font-face {
|
|
@@ -142,6 +147,7 @@
|
|
|
142
147
|
font-family: '72Mono';
|
|
143
148
|
src: url('fonts/72Mono-Regular.woff2') format('woff2'),
|
|
144
149
|
local('72Mono');
|
|
150
|
+
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;
|
|
145
151
|
}
|
|
146
152
|
|
|
147
153
|
@font-face {
|
|
@@ -153,99 +159,10 @@
|
|
|
153
159
|
font-family: '72Mono-Bold';
|
|
154
160
|
src: url('fonts/72Mono-Bold.woff2') format('woff2'),
|
|
155
161
|
local('72Mono-Bold');
|
|
162
|
+
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;
|
|
156
163
|
}
|
|
157
164
|
|
|
158
165
|
@font-face {
|
|
159
166
|
font-family: '72Mono-Boldfull';
|
|
160
167
|
src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
|
|
161
168
|
}
|
|
162
|
-
|
|
163
|
-
/**
|
|
164
|
-
* Some diacritics are supported by the 72 font:
|
|
165
|
-
* * Grave
|
|
166
|
-
* * Acute
|
|
167
|
-
* * Circumflex
|
|
168
|
-
* * Tilde
|
|
169
|
-
*
|
|
170
|
-
* However, the following diacritics and the combination of multiple diacritics (including the supported ones) are not supported:
|
|
171
|
-
* * Breve
|
|
172
|
-
* * Horn
|
|
173
|
-
* * Dot below
|
|
174
|
-
* * Hook above
|
|
175
|
-
*
|
|
176
|
-
* Fallback for the characters that aren't covered by the '72' font to the '72-full' font where they are supported
|
|
177
|
-
*
|
|
178
|
-
* U+0102-0103: A and a with Breve
|
|
179
|
-
* U+01A0-01A1: O and o with Horn
|
|
180
|
-
* U+01AF-01B0: U and u with Horn
|
|
181
|
-
* U+1EA0-1EB7: A and a with diacritics that are not supported by the font and combination of multiple diacritics
|
|
182
|
-
* U+1EB8-1EC7: E and e with diacritics that are not supported by the font and combination of multiple diacritics
|
|
183
|
-
* U+1EC8-1ECB: I and i with diacritics that are not supported by the font and combination of multiple diacritics
|
|
184
|
-
* U+1ECC-1EE3: O and o with diacritics that are not supported by the font and combination of multiple diacritics
|
|
185
|
-
* U+1EE4-1EF1: U and u with diacritics that are not supported by the font and combination of multiple diacritics
|
|
186
|
-
* U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
|
|
187
|
-
*
|
|
188
|
-
*
|
|
189
|
-
* Moreover, the Caron has a special vertical form used on tall characters:
|
|
190
|
-
*
|
|
191
|
-
* U+010C: C with Caron
|
|
192
|
-
* U+010F: d with Caron
|
|
193
|
-
* U+013D: L with Caron
|
|
194
|
-
* U+013E: l with Caron
|
|
195
|
-
* U+0158: R with Caron
|
|
196
|
-
* U+0165: t with Caron
|
|
197
|
-
*
|
|
198
|
-
* Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with
|
|
199
|
-
* the standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters
|
|
200
|
-
* are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
|
|
201
|
-
*
|
|
202
|
-
*/
|
|
203
|
-
@font-face {
|
|
204
|
-
font-family: '72';
|
|
205
|
-
font-style: normal;
|
|
206
|
-
font-weight: 400;
|
|
207
|
-
unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
208
|
-
src: url('fonts/72-Regular-full.woff2') format('woff2');
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
@font-face {
|
|
212
|
-
font-family: '72';
|
|
213
|
-
font-style: normal;
|
|
214
|
-
font-weight: 700;
|
|
215
|
-
unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
216
|
-
src: url('fonts/72-Bold-full.woff2') format('woff2');
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
@font-face {
|
|
220
|
-
font-family: '72';
|
|
221
|
-
font-style: normal;
|
|
222
|
-
font-weight: 300;
|
|
223
|
-
unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
224
|
-
src: url('fonts/72-Light-full.woff2') format('woff2');
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
@font-face {
|
|
228
|
-
font-family: '72-Bold';
|
|
229
|
-
font-style: normal;
|
|
230
|
-
unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
231
|
-
src: url('fonts/72-Bold-full.woff2') format('woff2');
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
@font-face {
|
|
235
|
-
font-family: '72-Light';
|
|
236
|
-
font-style: normal;
|
|
237
|
-
unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
238
|
-
src: url('fonts/72-Light-full.woff2') format('woff2');
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
@font-face {
|
|
242
|
-
font-family: '72Mono';
|
|
243
|
-
unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
244
|
-
src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
@font-face {
|
|
248
|
-
font-family: '72Mono-Bold';
|
|
249
|
-
unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
250
|
-
src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
|
|
251
|
-
}
|
|
@@ -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.108.
|
|
9
|
+
<version>1.108.17</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast white theme library.</documentation>
|
|
12
12
|
|