@openui5/themelib_sap_belize 1.108.16 → 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/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
|
// =====================================
|
|
@@ -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,99 +300,10 @@ 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 {
|
|
300
307
|
font-family: '72Mono-Boldfull';
|
|
301
308
|
src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
|
|
302
309
|
}
|
|
303
|
-
|
|
304
|
-
/**
|
|
305
|
-
* Some diacritics are supported by the 72 font:
|
|
306
|
-
* * Grave
|
|
307
|
-
* * Acute
|
|
308
|
-
* * Circumflex
|
|
309
|
-
* * Tilde
|
|
310
|
-
*
|
|
311
|
-
* However, the following diacritics and the combination of multiple diacritics (including the supported ones) are not supported:
|
|
312
|
-
* * Breve
|
|
313
|
-
* * Horn
|
|
314
|
-
* * Dot below
|
|
315
|
-
* * Hook above
|
|
316
|
-
*
|
|
317
|
-
* Fallback for the characters that aren't covered by the '72' font to the '72-full' font where they are supported
|
|
318
|
-
*
|
|
319
|
-
* U+0102-0103: A and a with Breve
|
|
320
|
-
* U+01A0-01A1: O and o with Horn
|
|
321
|
-
* U+01AF-01B0: U and u with Horn
|
|
322
|
-
* U+1EA0-1EB7: A and a with diacritics that are not supported by the font and combination of multiple diacritics
|
|
323
|
-
* U+1EB8-1EC7: E and e with diacritics that are not supported by the font and combination of multiple diacritics
|
|
324
|
-
* U+1EC8-1ECB: I and i with diacritics that are not supported by the font and combination of multiple diacritics
|
|
325
|
-
* U+1ECC-1EE3: O and o with diacritics that are not supported by the font and combination of multiple diacritics
|
|
326
|
-
* U+1EE4-1EF1: U and u with diacritics that are not supported by the font and combination of multiple diacritics
|
|
327
|
-
* U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
|
|
328
|
-
*
|
|
329
|
-
*
|
|
330
|
-
* Moreover, the Caron has a special vertical form used on tall characters:
|
|
331
|
-
*
|
|
332
|
-
* U+010C: C with Caron
|
|
333
|
-
* U+010F: d with Caron
|
|
334
|
-
* U+013D: L with Caron
|
|
335
|
-
* U+013E: l with Caron
|
|
336
|
-
* U+0158: R with Caron
|
|
337
|
-
* U+0165: t with Caron
|
|
338
|
-
*
|
|
339
|
-
* Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with
|
|
340
|
-
* the standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters
|
|
341
|
-
* are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
|
|
342
|
-
*
|
|
343
|
-
*/
|
|
344
|
-
@font-face {
|
|
345
|
-
font-family: '72';
|
|
346
|
-
font-style: normal;
|
|
347
|
-
font-weight: 400;
|
|
348
|
-
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;
|
|
349
|
-
src: url('fonts/72-Regular-full.woff2') format('woff2');
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
@font-face {
|
|
353
|
-
font-family: '72';
|
|
354
|
-
font-style: normal;
|
|
355
|
-
font-weight: 700;
|
|
356
|
-
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;
|
|
357
|
-
src: url('fonts/72-Bold-full.woff2') format('woff2');
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
@font-face {
|
|
361
|
-
font-family: '72';
|
|
362
|
-
font-style: normal;
|
|
363
|
-
font-weight: 300;
|
|
364
|
-
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;
|
|
365
|
-
src: url('fonts/72-Light-full.woff2') format('woff2');
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
@font-face {
|
|
369
|
-
font-family: '72-Bold';
|
|
370
|
-
font-style: normal;
|
|
371
|
-
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;
|
|
372
|
-
src: url('fonts/72-Bold-full.woff2') format('woff2');
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
@font-face {
|
|
376
|
-
font-family: '72-Light';
|
|
377
|
-
font-style: normal;
|
|
378
|
-
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;
|
|
379
|
-
src: url('fonts/72-Light-full.woff2') format('woff2');
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
@font-face {
|
|
383
|
-
font-family: '72Mono';
|
|
384
|
-
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;
|
|
385
|
-
src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
@font-face {
|
|
389
|
-
font-family: '72Mono-Bold';
|
|
390
|
-
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;
|
|
391
|
-
src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
|
|
392
|
-
}
|
|
@@ -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 black theme library.</documentation>
|
|
12
12
|
|