@openui5/themelib_sap_horizon 1.108.16 → 1.108.18

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.
Files changed (112) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/Card.less +7 -13
  4. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +40 -13
  5. package/src/sap/f/themes/sap_horizon_dark/Card.less +7 -13
  6. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +33 -7
  7. package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -1
  8. package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +17 -9
  9. package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -1
  10. package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +17 -9
  11. package/src/sap/m/themes/sap_horizon/Avatar.less +12 -2
  12. package/src/sap/m/themes/sap_horizon/CheckBox.less +9 -26
  13. package/src/sap/m/themes/sap_horizon/InputBase.less +12 -6
  14. package/src/sap/m/themes/sap_horizon/Link.less +25 -19
  15. package/src/sap/m/themes/sap_horizon/MenuListItem.less +13 -0
  16. package/src/sap/m/themes/sap_horizon/Panel.less +14 -4
  17. package/src/sap/m/themes/sap_horizon/Popover.less +13 -0
  18. package/src/sap/m/themes/sap_horizon/RadioButton.less +4 -5
  19. package/src/sap/m/themes/sap_horizon/RangeSlider.less +2 -7
  20. package/src/sap/m/themes/sap_horizon/SearchField.less +1 -2
  21. package/src/sap/m/themes/sap_horizon/Select.less +38 -38
  22. package/src/sap/m/themes/sap_horizon/Slider.less +2 -1
  23. package/src/sap/m/themes/sap_horizon/TextArea.less +26 -14
  24. package/src/sap/m/themes/sap_horizon/Title.less +12 -0
  25. package/src/sap/m/themes/sap_horizon/Token.less +44 -37
  26. package/src/sap/m/themes/sap_horizon/Tokenizer.less +8 -2
  27. package/src/sap/m/themes/sap_horizon/library.source.less +2 -0
  28. package/src/sap/m/themes/sap_horizon_dark/Avatar.less +12 -2
  29. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +9 -26
  30. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +12 -6
  31. package/src/sap/m/themes/sap_horizon_dark/Link.less +25 -19
  32. package/src/sap/m/themes/sap_horizon_dark/MenuListItem.less +13 -0
  33. package/src/sap/m/themes/sap_horizon_dark/Panel.less +13 -4
  34. package/src/sap/m/themes/sap_horizon_dark/Popover.less +13 -0
  35. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +4 -6
  36. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +2 -7
  37. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +0 -2
  38. package/src/sap/m/themes/sap_horizon_dark/Select.less +37 -38
  39. package/src/sap/m/themes/sap_horizon_dark/Slider.less +7 -1
  40. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +26 -14
  41. package/src/sap/m/themes/sap_horizon_dark/Title.less +12 -0
  42. package/src/sap/m/themes/sap_horizon_dark/Token.less +44 -37
  43. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +8 -2
  44. package/src/sap/m/themes/sap_horizon_dark/library.source.less +2 -0
  45. package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +6 -2
  46. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +8 -25
  47. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +3 -3
  48. package/src/sap/m/themes/sap_horizon_hcb/Link.less +21 -14
  49. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +12 -3
  50. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +6 -0
  51. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +1 -1
  52. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +0 -2
  53. package/src/sap/m/themes/sap_horizon_hcb/Select.less +23 -9
  54. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +0 -1
  55. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +2 -1
  56. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +19 -0
  57. package/src/sap/m/themes/sap_horizon_hcb/Title.less +12 -0
  58. package/src/sap/m/themes/sap_horizon_hcb/Token.less +20 -13
  59. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +7 -0
  60. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -0
  61. package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +6 -2
  62. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +8 -25
  63. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +3 -3
  64. package/src/sap/m/themes/sap_horizon_hcw/Link.less +21 -14
  65. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +12 -4
  66. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +6 -0
  67. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +1 -1
  68. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +0 -2
  69. package/src/sap/m/themes/sap_horizon_hcw/Select.less +24 -9
  70. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +0 -1
  71. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +2 -1
  72. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +19 -0
  73. package/src/sap/m/themes/sap_horizon_hcw/Title.less +12 -0
  74. package/src/sap/m/themes/sap_horizon_hcw/Token.less +21 -13
  75. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +7 -0
  76. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -0
  77. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +18 -4
  78. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +11 -2
  79. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +241 -342
  80. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +16 -3
  81. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +18 -4
  82. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +11 -2
  83. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +241 -342
  84. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +16 -3
  85. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +9 -2
  86. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +5 -1
  87. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +360 -2
  88. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +17 -3
  89. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +9 -2
  90. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +5 -1
  91. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +360 -2
  92. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +17 -3
  93. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  94. package/src/sap/ui/core/themes/sap_horizon/base.less +990 -56
  95. package/src/sap/ui/core/themes/sap_horizon/global.less +114 -8
  96. package/src/sap/ui/core/themes/sap_horizon/shared.less +9 -102
  97. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  98. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +988 -54
  99. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +114 -8
  100. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +9 -102
  101. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  102. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +998 -57
  103. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +114 -8
  104. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +9 -102
  105. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  106. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +992 -51
  107. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +114 -8
  108. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +9 -102
  109. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +443 -47
  110. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +48 -6
  111. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +442 -38
  112. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +36 -7
@@ -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
- @sapUiIndication1TextColor: @sapIndicationColor_1_TextColor;
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
- @sapUiIndication2TextColor: @sapIndicationColor_2_TextColor;
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
- @sapUiIndication3TextColor: @sapIndicationColor_3_TextColor;
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
- @sapUiIndication4TextColor: @sapIndicationColor_4_TextColor;
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
- @sapUiIndication5TextColor: @sapIndicationColor_5_TextColor;
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
- @sapUiIndication6TextColor: @sapIndicationColor_6_TextColor;
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
- @sapUiIndication7TextColor: @sapIndicationColor_7_TextColor;
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
- @sapUiIndication8TextColor: @sapIndicationColor_8_TextColor;
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,6 +159,7 @@
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 {
@@ -163,6 +170,7 @@
163
170
  @font-face {
164
171
  font-family: '72Black';
165
172
  src: url('fonts/72-Black.woff2') format('woff2');
173
+ 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;
166
174
  }
167
175
 
168
176
  @font-face {
@@ -173,6 +181,7 @@
173
181
  @font-face {
174
182
  font-family: '72-SemiboldDuplex';
175
183
  src: url('fonts/72-SemiboldDuplex.woff2') format('woff2');
184
+ 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;
176
185
  }
177
186
 
178
187
  @font-face {
@@ -180,108 +189,6 @@
180
189
  src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
181
190
  }
182
191
 
183
- /**
184
- * Some diacritics are supported by the 72 font:
185
- * * Grave
186
- * * Acute
187
- * * Circumflex
188
- * * Tilde
189
- *
190
- * However, the following diacritics and the combination of multiple diacritics (including the supported ones) are not supported:
191
- * * Breve
192
- * * Horn
193
- * * Dot below
194
- * * Hook above
195
- *
196
- * Fallback for the characters that aren't covered by the '72' font to the '72-full' font where they are supported
197
- *
198
- * U+0102-0103: A and a with Breve
199
- * U+01A0-01A1: O and o with Horn
200
- * U+01AF-01B0: U and u with Horn
201
- * U+1EA0-1EB7: A and a with diacritics that are not supported by the font and combination of multiple diacritics
202
- * U+1EB8-1EC7: E and e with diacritics that are not supported by the font and combination of multiple diacritics
203
- * U+1EC8-1ECB: I and i with diacritics that are not supported by the font and combination of multiple diacritics
204
- * U+1ECC-1EE3: O and o with diacritics that are not supported by the font and combination of multiple diacritics
205
- * U+1EE4-1EF1: U and u with diacritics that are not supported by the font and combination of multiple diacritics
206
- * U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
207
- *
208
- *
209
- * Moreover, the Caron has a special vertical form used on tall characters:
210
- *
211
- * U+010C: C with Caron
212
- * U+010F: d with Caron
213
- * U+013D: L with Caron
214
- * U+013E: l with Caron
215
- * U+0158: R with Caron
216
- * U+0165: t with Caron
217
- *
218
- * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with
219
- * the standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters
220
- * are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
221
- *
222
- */
223
- @font-face {
224
- font-family: '72';
225
- font-style: normal;
226
- font-weight: 400;
227
- 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;
228
- src: url('fonts/72-Regular-full.woff2') format('woff2');
229
- }
230
-
231
- @font-face {
232
- font-family: '72';
233
- font-style: normal;
234
- font-weight: 700;
235
- 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;
236
- src: url('fonts/72-Bold-full.woff2') format('woff2');
237
- }
238
-
239
- @font-face {
240
- font-family: '72';
241
- font-style: normal;
242
- font-weight: 300;
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/72-Light-full.woff2') format('woff2');
245
- }
246
-
247
- @font-face {
248
- font-family: '72-Bold';
249
- font-style: normal;
250
- 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;
251
- src: url('fonts/72-Bold-full.woff2') format('woff2');
252
- }
253
-
254
- @font-face {
255
- font-family: '72-Light';
256
- font-style: normal;
257
- 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;
258
- src: url('fonts/72-Light-full.woff2') format('woff2');
259
- }
260
-
261
- @font-face {
262
- font-family: '72Mono';
263
- 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;
264
- src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
265
- }
266
-
267
- @font-face {
268
- font-family: '72Mono-Bold';
269
- 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;
270
- src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
271
- }
272
-
273
- @font-face {
274
- font-family: '72Black';
275
- 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;
276
- src: url('fonts/72-Black-full.woff2') format('woff2');
277
- }
278
-
279
- @font-face {
280
- font-family: '72-SemiboldDuplex';
281
- 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;
282
- src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
283
- }
284
-
285
192
  // Responsive paddings
286
193
  .sapUi-Std-PaddingS {
287
194
  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.108.16</version>
9
+ <version>1.108.18</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12