@openui5/themelib_sap_horizon 1.108.2 → 1.110.0

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 (173) hide show
  1. package/.reuse/dep5 +16 -16
  2. package/THIRDPARTY.txt +2 -2
  3. package/package.json +18 -18
  4. package/src/sap/f/themes/sap_horizon/Card.less +3 -3
  5. package/src/sap/f/themes/sap_horizon/DynamicPage.less +3 -1
  6. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +2 -0
  7. package/src/sap/f/themes/sap_horizon/ShellBar.less +11 -1
  8. package/src/sap/f/themes/sap_horizon/library.source.less +1 -2
  9. package/src/sap/f/themes/sap_horizon_dark/Card.less +2 -2
  10. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +2 -1
  11. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +2 -1
  12. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +9 -1
  13. package/src/sap/f/themes/sap_horizon_dark/library.source.less +1 -2
  14. package/src/sap/f/themes/sap_horizon_hcb/Card.less +4 -0
  15. package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +3 -1
  16. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +6 -1
  17. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -1
  18. package/src/sap/f/themes/sap_horizon_hcw/Card.less +4 -0
  19. package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +3 -1
  20. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +8 -1
  21. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -1
  22. package/src/sap/m/themes/sap_horizon/AdditionalTextButton.less +12 -0
  23. package/src/sap/m/themes/sap_horizon/Carousel.less +2 -1
  24. package/src/sap/m/themes/sap_horizon/GenericTile.less +22 -1
  25. package/src/sap/m/themes/sap_horizon/IconTabBar.less +4 -0
  26. package/src/sap/m/themes/sap_horizon/InputBase.less +1 -1
  27. package/src/sap/m/themes/sap_horizon/LightBox.less +0 -1
  28. package/src/sap/m/themes/sap_horizon/ListBase.less +4 -0
  29. package/src/sap/m/themes/sap_horizon/MenuButton.less +18 -0
  30. package/src/sap/m/themes/sap_horizon/MessageView.less +3 -0
  31. package/src/sap/m/themes/sap_horizon/Panel.less +1 -1
  32. package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +3 -0
  33. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +11 -2
  34. package/src/sap/m/themes/sap_horizon/RadioButton.less +2 -1
  35. package/src/sap/m/themes/sap_horizon/Select.less +6 -5
  36. package/src/sap/m/themes/sap_horizon/Slider.less +14 -13
  37. package/src/sap/m/themes/sap_horizon/SplitButton.less +4 -0
  38. package/src/sap/m/themes/sap_horizon/TextArea.less +22 -14
  39. package/src/sap/m/themes/sap_horizon/Toolbar.less +1 -1
  40. package/src/sap/m/themes/sap_horizon/library.source.less +2 -1
  41. package/src/sap/m/themes/sap_horizon_dark/AdditionalTextButton.less +12 -0
  42. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +2 -1
  43. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +22 -7
  44. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +4 -0
  45. package/src/sap/m/themes/sap_horizon_dark/LightBox.less +0 -1
  46. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +4 -0
  47. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +17 -0
  48. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +3 -0
  49. package/src/sap/m/themes/sap_horizon_dark/Panel.less +1 -1
  50. package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +3 -0
  51. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +2 -1
  52. package/src/sap/m/themes/sap_horizon_dark/Select.less +6 -5
  53. package/src/sap/m/themes/sap_horizon_dark/Slider.less +13 -12
  54. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +4 -0
  55. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +23 -15
  56. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +1 -1
  57. package/src/sap/m/themes/sap_horizon_dark/library.source.less +2 -1
  58. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +7 -0
  59. package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +0 -1
  60. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +13 -0
  61. package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +4 -0
  62. package/src/sap/m/themes/sap_horizon_hcb/Select.less +3 -9
  63. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +0 -1
  64. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +18 -16
  65. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +15 -0
  66. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -1
  67. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +7 -0
  68. package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +0 -1
  69. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +13 -0
  70. package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +4 -0
  71. package/src/sap/m/themes/sap_horizon_hcw/Select.less +3 -9
  72. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +0 -1
  73. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +18 -17
  74. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +15 -0
  75. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -1
  76. package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
  77. package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
  78. package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +1 -1
  79. package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
  80. package/src/sap/ui/codeeditor/themes/sap_horizon/library.source.less +1 -1
  81. package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +1 -1
  82. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +1 -1
  83. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +1 -1
  84. package/src/sap/ui/commons/themes/sap_horizon/library.source.less +1 -1
  85. package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +1 -1
  86. package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +1 -1
  87. package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +1 -1
  88. package/src/sap/ui/core/themes/sap_horizon/.theme +2 -2
  89. package/src/sap/ui/core/themes/sap_horizon/base.less +125 -19
  90. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  91. package/src/sap/ui/core/themes/sap_horizon/global.less +65 -1
  92. package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
  93. package/src/sap/ui/core/themes/sap_horizon/shared.less +37 -45
  94. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +2 -2
  95. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +128 -22
  96. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  97. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +66 -2
  98. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
  99. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +38 -45
  100. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +2 -2
  101. package/src/sap/ui/core/themes/sap_horizon_hcb/Icon.less +9 -0
  102. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +122 -16
  103. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  104. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +64 -0
  105. package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +2 -1
  106. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +37 -45
  107. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +2 -2
  108. package/src/sap/ui/core/themes/sap_horizon_hcw/Icon.less +9 -0
  109. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +122 -16
  110. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  111. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +64 -0
  112. package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +2 -1
  113. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +37 -45
  114. package/src/sap/ui/dt/themes/sap_horizon/library.source.less +1 -1
  115. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +1 -1
  116. package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +1 -1
  117. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +1 -1
  118. package/src/sap/ui/fl/themes/sap_horizon/library.source.less +1 -1
  119. package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +1 -1
  120. package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +1 -1
  121. package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +1 -1
  122. package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +19 -0
  123. package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +24 -0
  124. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +4 -2
  125. package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +19 -0
  126. package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +24 -0
  127. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +4 -2
  128. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +1 -1
  129. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +1 -1
  130. package/src/sap/ui/layout/themes/sap_horizon/library.source.less +1 -1
  131. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +1 -1
  132. package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +1 -1
  133. package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +1 -1
  134. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +1 -1
  135. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +1 -1
  136. package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +1 -1
  137. package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +1 -1
  138. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +2 -6
  139. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
  140. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +15 -11
  141. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +1 -1
  142. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +4 -1
  143. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +1 -1
  144. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +4 -0
  145. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +1 -1
  146. package/src/sap/ui/suite/themes/sap_horizon/library.source.less +1 -1
  147. package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +1 -1
  148. package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +1 -1
  149. package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +1 -1
  150. package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -1
  151. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -1
  152. package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +1 -1
  153. package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +1 -1
  154. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +52 -5
  155. package/src/sap/ui/unified/themes/sap_horizon/library.source.less +1 -1
  156. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +52 -5
  157. package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +1 -1
  158. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +49 -5
  159. package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +1 -1
  160. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +53 -4
  161. package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +1 -1
  162. package/src/sap/ui/ux3/themes/sap_horizon/library.source.less +1 -1
  163. package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +1 -1
  164. package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +1 -1
  165. package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +1 -1
  166. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +0 -4
  167. package/src/sap/uxap/themes/sap_horizon/library.source.less +1 -1
  168. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +0 -4
  169. package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +1 -1
  170. package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +1 -1
  171. package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +1 -1
  172. package/src/sap/f/themes/sap_horizon/ListContentItem.less +0 -24
  173. package/src/sap/f/themes/sap_horizon_dark/ListContentItem.less +0 -24
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2022 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 1.69.2
4
- // * data:{"sModified":"2022-05-24T07:19:31Z"}
2
+ // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
+ // * Theming Engine 1.23011.0-20221202113725
4
+ // * data:{"sModified":"2022-12-07T13:34:17Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.1.40) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.1.48) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -380,19 +380,19 @@
380
380
  @sapContent_Illustrative_Color3: #f58b00;
381
381
 
382
382
  // [Tags "!Protected"]
383
- @sapContent_Illustrative_Color4: #688fb7;
383
+ @sapContent_Illustrative_Color4: #5581ae;
384
384
 
385
385
  // [Tags "!Protected"]
386
- @sapContent_Illustrative_Color5: #ffffff;
386
+ @sapContent_Illustrative_Color5: #fff;
387
387
 
388
388
  // [Tags "!Protected"]
389
- @sapContent_Illustrative_Color6: #818f98;
389
+ @sapContent_Illustrative_Color6: #b9c1c6;
390
390
 
391
391
  // [Tags "!Protected"]
392
392
  @sapContent_Illustrative_Color7: #223548;
393
393
 
394
394
  // [Tags "!Protected"]
395
- @sapContent_Illustrative_Color8: #cedbe8;
395
+ @sapContent_Illustrative_Color8: #fff;
396
396
 
397
397
  // [Tags "!Protected"]
398
398
  @sapContent_Illustrative_Color9: #64edd2;
@@ -443,7 +443,7 @@
443
443
  @sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
444
444
 
445
445
  // [Tags "!Protected"]
446
- @sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
446
+ @sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;
447
447
 
448
448
  // [Tags "!Protected"]
449
449
  @sapFontHeaderFamily: @sapFontBoldFamily;
@@ -580,6 +580,102 @@
580
580
  // [Tags "!Protected"]
581
581
  @sapShell_NeutralColor: @sapNeutralTextColor;
582
582
 
583
+ // [Tags "!Protected"]
584
+ @sapShell_Category_1_Background: #89d1ff;
585
+ @sapShell_Category_1_BorderColor: @sapShell_Category_1_Background;
586
+ @sapShell_Category_1_TextColor: contrast(@sapShell_Category_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
587
+ @sapShell_Category_1_TextShadow: none;
588
+
589
+ // [Tags "!Protected"]
590
+ @sapShell_Category_2_Background: #feadc8;
591
+ @sapShell_Category_2_BorderColor: @sapShell_Category_2_Background;
592
+ @sapShell_Category_2_TextColor: contrast(@sapShell_Category_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
593
+ @sapShell_Category_2_TextShadow: none;
594
+
595
+ // [Tags "!Protected"]
596
+ @sapShell_Category_3_Background: #ffb300;
597
+ @sapShell_Category_3_BorderColor: @sapShell_Category_3_Background;
598
+ @sapShell_Category_3_TextColor: contrast(@sapShell_Category_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
599
+ @sapShell_Category_3_TextShadow: none;
600
+
601
+ // [Tags "!Protected"]
602
+ @sapShell_Category_4_Background: #aa7dd9;
603
+ @sapShell_Category_4_BorderColor: @sapShell_Category_4_Background;
604
+ @sapShell_Category_4_TextColor: contrast(@sapShell_Category_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
605
+ @sapShell_Category_4_TextShadow: none;
606
+
607
+ // [Tags "!Protected"]
608
+ @sapShell_Category_5_Background: #fbbfac;
609
+ @sapShell_Category_5_BorderColor: @sapShell_Category_5_Background;
610
+ @sapShell_Category_5_TextColor: contrast(@sapShell_Category_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
611
+ @sapShell_Category_5_TextShadow: none;
612
+
613
+ // [Tags "!Protected"]
614
+ @sapShell_Category_6_Background: #2ce0bf;
615
+ @sapShell_Category_6_BorderColor: @sapShell_Category_6_Background;
616
+ @sapShell_Category_6_TextColor: contrast(@sapShell_Category_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
617
+ @sapShell_Category_6_TextShadow: none;
618
+
619
+ // [Tags "!Protected"]
620
+ @sapShell_Category_7_Background: #ff8af0;
621
+ @sapShell_Category_7_BorderColor: @sapShell_Category_7_Background;
622
+ @sapShell_Category_7_TextColor: contrast(@sapShell_Category_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
623
+ @sapShell_Category_7_TextShadow: none;
624
+
625
+ // [Tags "!Protected"]
626
+ @sapShell_Category_8_Background: #97dd40;
627
+ @sapShell_Category_8_BorderColor: @sapShell_Category_8_Background;
628
+ @sapShell_Category_8_TextColor: contrast(@sapShell_Category_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
629
+ @sapShell_Category_8_TextShadow: none;
630
+
631
+ // [Tags "!Protected"]
632
+ @sapShell_Category_9_Background: #1b90ff;
633
+ @sapShell_Category_9_BorderColor: @sapShell_Category_9_Background;
634
+ @sapShell_Category_9_TextColor: contrast(@sapShell_Category_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
635
+ @sapShell_Category_9_TextShadow: none;
636
+
637
+ // [Tags "!Protected"]
638
+ @sapShell_Category_10_Background: #8396a8;
639
+ @sapShell_Category_10_BorderColor: @sapShell_Category_10_Background;
640
+ @sapShell_Category_10_TextColor: contrast(@sapShell_Category_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
641
+ @sapShell_Category_10_TextShadow: none;
642
+
643
+ // [Tags "!Protected"]
644
+ @sapShell_Category_11_Background: #fe5656;
645
+ @sapShell_Category_11_BorderColor: @sapShell_Category_11_Background;
646
+ @sapShell_Category_11_TextColor: contrast(@sapShell_Category_11_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
647
+ @sapShell_Category_11_TextShadow: none;
648
+
649
+ // [Tags "!Protected"]
650
+ @sapShell_Category_12_Background: #9b99ff;
651
+ @sapShell_Category_12_BorderColor: @sapShell_Category_12_Background;
652
+ @sapShell_Category_12_TextColor: contrast(@sapShell_Category_12_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
653
+ @sapShell_Category_12_TextShadow: none;
654
+
655
+ // [Tags "!Protected"]
656
+ @sapShell_Category_13_Background: #f52ebc;
657
+ @sapShell_Category_13_BorderColor: @sapShell_Category_13_Background;
658
+ @sapShell_Category_13_TextColor: contrast(@sapShell_Category_13_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
659
+ @sapShell_Category_13_TextShadow: none;
660
+
661
+ // [Tags "!Protected"]
662
+ @sapShell_Category_14_Background: #0ba38a;
663
+ @sapShell_Category_14_BorderColor: @sapShell_Category_14_Background;
664
+ @sapShell_Category_14_TextColor: contrast(@sapShell_Category_14_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
665
+ @sapShell_Category_14_TextShadow: none;
666
+
667
+ // [Tags "!Protected"]
668
+ @sapShell_Category_15_Background: #d5dadd;
669
+ @sapShell_Category_15_BorderColor: @sapShell_Category_15_Background;
670
+ @sapShell_Category_15_TextColor: contrast(@sapShell_Category_15_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
671
+ @sapShell_Category_15_TextShadow: none;
672
+
673
+ // [Tags "!Protected"]
674
+ @sapShell_Category_16_Background: #39ad1f;
675
+ @sapShell_Category_16_BorderColor: @sapShell_Category_16_Background;
676
+ @sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
677
+ @sapShell_Category_16_TextShadow: none;
678
+
583
679
  // [Tags "!Protected"]
584
680
  @sapAvatar_1_Background: @sapAccentBackgroundColor1;
585
681
 
@@ -2006,7 +2102,7 @@
2006
2102
  @sapChart_OrderedColor_4: #f62866;
2007
2103
 
2008
2104
  // [Tags "!Protected"]
2009
- @sapChart_OrderedColor_5: #863fd5;
2105
+ @sapChart_OrderedColor_5: #8b47d7;
2010
2106
 
2011
2107
  // [Tags "!Protected"]
2012
2108
  @sapChart_OrderedColor_6: #04a29d;
@@ -2024,7 +2120,7 @@
2024
2120
  @sapChart_OrderedColor_10: #f54747;
2025
2121
 
2026
2122
  // [Tags "!Protected"]
2027
- @sapChart_OrderedColor_11: #20578c;
2123
+ @sapChart_OrderedColor_11: #296fb3;
2028
2124
 
2029
2125
  // [Tags "!Protected"]
2030
2126
  @sapChart_Bad: #f53232;
@@ -2079,39 +2175,49 @@
2079
2175
  // @sapFontUrl_SAP-icons-TNT_ttf: url(./../baseTheme/fonts/SAP-icons-TNT.ttf);
2080
2176
  // @sapFontUrl_SAP-icons-TNT_woff: url(./../baseTheme/fonts/SAP-icons-TNT.woff);
2081
2177
  // @sapFontUrl_SAP-icons-TNT_woff2: url(./../baseTheme/fonts/SAP-icons-TNT.woff2);
2082
- // @sapFontUrl_SAP-icons-Business-Suite_ttf: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.ttf);
2083
- // @sapFontUrl_SAP-icons-Business-Suite_woff: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff);
2084
- // @sapFontUrl_SAP-icons-Business-Suite_woff2: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);
2178
+ // @sapFontUrl_SAP-icons-Business-Suite_ttf: url(./../sap_horizon/fonts/BusinessSuiteInAppSymbols.ttf);
2179
+ // @sapFontUrl_SAP-icons-Business-Suite_woff: url(./../sap_horizon/fonts/BusinessSuiteInAppSymbols.woff);
2180
+ // @sapFontUrl_SAP-icons-Business-Suite_woff2: url(./../sap_horizon/fonts/BusinessSuiteInAppSymbols.woff2);
2085
2181
  // @sapFontUrl_72_Regular_woff2: url(./../baseTheme/fonts/72-Regular.woff2);
2086
2182
  // @sapFontUrl_72_Regular_woff: url(./../baseTheme/fonts/72-Regular.woff);
2087
- // @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
2088
- // @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
2089
- // @sapFontUrl_72_Semibold_woff2: url(./../baseTheme/fonts/72-Semibold.woff2);
2090
- // @sapFontUrl_72_Semibold_woff: url(./../baseTheme/fonts/72-Semibold.woff);
2091
- // @sapFontUrl_72_SemiboldDuplex_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex.woff2);
2092
- // @sapFontUrl_72_SemiboldDuplex_woff: url(./../baseTheme/fonts/72-SemiboldDuplex.woff);
2093
- // @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
2094
- // @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
2095
2183
  // @sapFontUrl_72_Regular_full_woff2: url(./../baseTheme/fonts/72-Regular-full.woff2);
2096
2184
  // @sapFontUrl_72_Regular_full_woff: url(./../baseTheme/fonts/72-Regular-full.woff);
2185
+ // @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
2186
+ // @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
2097
2187
  // @sapFontUrl_72_Bold_full_woff2: url(./../baseTheme/fonts/72-Bold-full.woff2);
2098
2188
  // @sapFontUrl_72_Bold_full_woff: url(./../baseTheme/fonts/72-Bold-full.woff);
2189
+ // @sapFontUrl_72_Semibold_woff2: url(./../baseTheme/fonts/72-Semibold.woff2);
2190
+ // @sapFontUrl_72_Semibold_woff: url(./../baseTheme/fonts/72-Semibold.woff);
2099
2191
  // @sapFontUrl_72_Semibold_full_woff2: url(./../baseTheme/fonts/72-Semibold-full.woff2);
2100
2192
  // @sapFontUrl_72_Semibold_full_woff: url(./../baseTheme/fonts/72-Semibold-full.woff);
2193
+ // @sapFontUrl_72_SemiboldDuplex_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex.woff2);
2194
+ // @sapFontUrl_72_SemiboldDuplex_woff: url(./../baseTheme/fonts/72-SemiboldDuplex.woff);
2101
2195
  // @sapFontUrl_72_SemiboldDuplex_full_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff2);
2102
2196
  // @sapFontUrl_72_SemiboldDuplex_full_woff: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff);
2197
+ // @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
2198
+ // @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
2103
2199
  // @sapFontUrl_72_Light_full_woff2: url(./../baseTheme/fonts/72-Light-full.woff2);
2104
2200
  // @sapFontUrl_72_Light_full_woff: url(./../baseTheme/fonts/72-Light-full.woff);
2105
2201
  // @sapFontUrl_72_Black_woff2: url(./../baseTheme/fonts/72-Black.woff2);
2106
2202
  // @sapFontUrl_72_Black_woff: url(./../baseTheme/fonts/72-Black.woff);
2203
+ // @sapFontUrl_72_Black_full_woff2: url(./../baseTheme/fonts/72-Black-full.woff2);
2204
+ // @sapFontUrl_72_Black_full_woff: url(./../baseTheme/fonts/72-Black-full.woff);
2107
2205
  // @sapFontUrl_72_BoldItalic_woff2: url(./../baseTheme/fonts/72-BoldItalic.woff2);
2108
2206
  // @sapFontUrl_72_BoldItalic_woff: url(./../baseTheme/fonts/72-BoldItalic.woff);
2207
+ // @sapFontUrl_72_BoldItalic_full_woff2: url(./../baseTheme/fonts/72-BoldItalic-full.woff2);
2208
+ // @sapFontUrl_72_BoldItalic_full_woff: url(./../baseTheme/fonts/72-BoldItalic-full.woff);
2109
2209
  // @sapFontUrl_72_Condensed_woff2: url(./../baseTheme/fonts/72-Condensed.woff2);
2110
2210
  // @sapFontUrl_72_Condensed_woff: url(./../baseTheme/fonts/72-Condensed.woff);
2211
+ // @sapFontUrl_72_Condensed_full_woff2: url(./../baseTheme/fonts/72-Condensed-full.woff2);
2212
+ // @sapFontUrl_72_Condensed_full_woff: url(./../baseTheme/fonts/72-Condensed-full.woff);
2111
2213
  // @sapFontUrl_72_CondensedBold_woff2: url(./../baseTheme/fonts/72-CondensedBold.woff2);
2112
2214
  // @sapFontUrl_72_CondensedBold_woff: url(./../baseTheme/fonts/72-CondensedBold.woff);
2215
+ // @sapFontUrl_72_CondensedBold_full_woff2: url(./../baseTheme/fonts/72-CondensedBold-full.woff2);
2216
+ // @sapFontUrl_72_CondensedBold_full_woff: url(./../baseTheme/fonts/72-CondensedBold-full.woff);
2113
2217
  // @sapFontUrl_72_Italic_woff2: url(./../baseTheme/fonts/72-Italic.woff2);
2114
2218
  // @sapFontUrl_72_Italic_woff: url(./../baseTheme/fonts/72-Italic.woff);
2219
+ // @sapFontUrl_72_Italic_full_woff2: url(./../baseTheme/fonts/72-Italic-full.woff2);
2220
+ // @sapFontUrl_72_Italic_full_woff: url(./../baseTheme/fonts/72-Italic-full.woff);
2115
2221
  // @sapFontUrl_72Mono_Regular_woff2: url(./../baseTheme/fonts/72Mono-Regular.woff2);
2116
2222
  // @sapFontUrl_72Mono_Regular_woff: url(./../baseTheme/fonts/72Mono-Regular.woff);
2117
2223
  // @sapFontUrl_72Mono_Regular_full_woff2: url(./../baseTheme/fonts/72Mono-Regular-full.woff2);
@@ -227,6 +227,70 @@
227
227
  @sapUiShellPositiveColor: @sapShell_PositiveColor;
228
228
  @sapUiShellInformativeColor: @sapShell_InformativeColor;
229
229
  @sapUiShellNeutralColor: @sapShell_NeutralColor;
230
+ @sapUiShellCategory1Background: @sapShell_Category_1_Background;
231
+ @sapUiShellCategory1BorderColor: @sapShell_Category_1_BorderColor;
232
+ @sapUiShellCategory1TextColor: @sapShell_Category_1_TextColor;
233
+ @sapUiShellCategory1TextShadow: @sapShell_Category_1_TextShadow;
234
+ @sapUiShellCategory2Background: @sapShell_Category_2_Background;
235
+ @sapUiShellCategory2BorderColor: @sapShell_Category_2_BorderColor;
236
+ @sapUiShellCategory2TextColor: @sapShell_Category_2_TextColor;
237
+ @sapUiShellCategory2TextShadow: @sapShell_Category_2_TextShadow;
238
+ @sapUiShellCategory31Background: @sapShell_Category_3_Background;
239
+ @sapUiShellCategory3BorderColor: @sapShell_Category_3_BorderColor;
240
+ @sapUiShellCategory3TextColor: @sapShell_Category_3_TextColor;
241
+ @sapUiShellCategory3TextShadow: @sapShell_Category_3_TextShadow;
242
+ @sapUiShellCategory4Background: @sapShell_Category_4_Background;
243
+ @sapUiShellCategory4BorderColor: @sapShell_Category_4_BorderColor;
244
+ @sapUiShellCategory4TextColor: @sapShell_Category_4_TextColor;
245
+ @sapUiShellCategory4TextShadow: @sapShell_Category_4_TextShadow;
246
+ @sapUiShellCategory5Background: @sapShell_Category_5_Background;
247
+ @sapUiShellCategory5BorderColor: @sapShell_Category_5_BorderColor;
248
+ @sapUiShellCategory5TextColor: @sapShell_Category_5_TextColor;
249
+ @sapUiShellCategory5TextShadow: @sapShell_Category_5_TextShadow;
250
+ @sapUiShellCategory6Background: @sapShell_Category_6_Background;
251
+ @sapUiShellCategory6BorderColor: @sapShell_Category_6_BorderColor;
252
+ @sapUiShellCategory6TextColor: @sapShell_Category_6_TextColor;
253
+ @sapUiShellCategory6TextShadow: @sapShell_Category_6_TextShadow;
254
+ @sapUiShellCategory7Background: @sapShell_Category_7_Background;
255
+ @sapUiShellCategory7BorderColor: @sapShell_Category_7_BorderColor;
256
+ @sapUiShellCategory7TextColor: @sapShell_Category_7_TextColor;
257
+ @sapUiShellCategory7TextShadow: @sapShell_Category_7_TextShadow;
258
+ @sapUiShellCategory8Background: @sapShell_Category_8_Background;
259
+ @sapUiShellCategory8BorderColor: @sapShell_Category_8_BorderColor;
260
+ @sapUiShellCategory8TextColor: @sapShell_Category_8_TextColor;
261
+ @sapUiShellCategory8TextShadow: @sapShell_Category_8_TextShadow;
262
+ @sapUiShellCategory9Background: @sapShell_Category_9_Background;
263
+ @sapUiShellCategory9BorderColor: @sapShell_Category_9_BorderColor;
264
+ @sapUiShellCategory9TextColor: @sapShell_Category_9_TextColor;
265
+ @sapUiShellCategory9TextShadow: @sapShell_Category_9_TextShadow;
266
+ @sapUiShellCategory10Background: @sapShell_Category_10_Background;
267
+ @sapUiShellCategory10BorderColor: @sapShell_Category_10_BorderColor;
268
+ @sapUiShellCategory10TextColor: @sapShell_Category_10_TextColor;
269
+ @sapUiShellCategory10TextShadow: @sapShell_Category_10_TextShadow;
270
+ @sapUiShellCategory11Background: @sapShell_Category_11_Background;
271
+ @sapUiShellCategory11BorderColor: @sapShell_Category_11_BorderColor;
272
+ @sapUiShellCategory11TextColor: @sapShell_Category_11_TextColor;
273
+ @sapUiShellCategory11TextShadow: @sapShell_Category_11_TextShadow;
274
+ @sapUiShellCategory12Background: @sapShell_Category_12_Background;
275
+ @sapUiShellCategory12BorderColor: @sapShell_Category_12_BorderColor;
276
+ @sapUiShellCategory12TextColor: @sapShell_Category_12_TextColor;
277
+ @sapUiShellCategory12TextShadow: @sapShell_Category_12_TextShadow;
278
+ @sapUiShellCategory13Background: @sapShell_Category_13_Background;
279
+ @sapUiShellCategory13BorderColor: @sapShell_Category_13_BorderColor;
280
+ @sapUiShellCategory13TextColor: @sapShell_Category_13_TextColor;
281
+ @sapUiShellCategory13TextShadow: @sapShell_Category_13_TextShadow;
282
+ @sapUiShellCategory14Background: @sapShell_Category_14_Background;
283
+ @sapUiShellCategory14BorderColor: @sapShell_Category_14_BorderColor;
284
+ @sapUiShellCategory14TextColor: @sapShell_Category_14_TextColor;
285
+ @sapUiShellCategory14TextShadow: @sapShell_Category_14_TextShadow;
286
+ @sapUiShellCategory15Background: @sapShell_Category_15_Background;
287
+ @sapUiShellCategory15BorderColor: @sapShell_Category_15_BorderColor;
288
+ @sapUiShellCategory15TextColor: @sapShell_Category_15_TextColor;
289
+ @sapUiShellCategory15TextShadow: @sapShell_Category_15_TextShadow;
290
+ @sapUiShellCategory16Background: @sapShell_Category_16_Background;
291
+ @sapUiShellCategory16BorderColor: @sapShell_Category_16_BorderColor;
292
+ @sapUiShellCategory16TextColor: @sapShell_Category_16_TextColor;
293
+ @sapUiShellCategory16TextShadow: @sapShell_Category_16_TextShadow;
230
294
 
231
295
  @sapUiAvatar1Background: @sapAvatar_1_Background;
232
296
  @sapUiAvatar1BorderColor: @sapAvatar_1_BorderColor;
@@ -804,7 +868,7 @@
804
868
 
805
869
  @sapUiFontHeaderWeight: normal;
806
870
 
807
- @sapMFontMediumSize: 0.875rem; // 14px
871
+ @sapMFontMediumSize: @sapFontSize;
808
872
 
809
873
  @sapUiTranslucentBGOpacity: 0;
810
874
 
@@ -894,7 +958,7 @@
894
958
  @sapUiChartCategoryAxisLabelFontHoverColor: @sapUiContentForegroundTextColor; // #333333
895
959
  @sapUiChartCategoryAxisLabelFontPressedColor: @sapUiContentForegroundTextColor; // #333333
896
960
 
897
- @sapUiChartTargetColor: darken(@sapUiChartGridlineColor, 70); // #333333
961
+ @sapUiChartTargetColor: lighten(@sapUiChartGridlineColor, 70);
898
962
  @sapUiChartTargetShadowColor: @sapUiContentContrastShadowColor; // #ffffff
899
963
  @sapUiChartBubbleBGOpacity: 0.8;
900
964
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -321,51 +321,44 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
321
321
  src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
322
322
  }
323
323
 
324
+
324
325
  /**
325
- * Some diacritics are supported by the 72 font:
326
- * * Grave
327
- * * Acute
328
- * * Circumflex
329
- * * Tilde
330
- *
331
- * However, the following diacritics and the combination of multiple diacritics (including the supported ones) are not supported:
332
- * * Breve
333
- * * Horn
334
- * * Dot below
335
- * * Hook above
336
- *
337
- * Fallback for the characters that aren't covered by the '72' font to the '72-full' font where they are supported
338
- *
339
- * U+0102-0103: A and a with Breve
340
- * U+01A0-01A1: O and o with Horn
341
- * U+01AF-01B0: U and u with Horn
342
- * U+1EA0-1EB7: A and a with diacritics that are not supported by the font and combination of multiple diacritics
343
- * U+1EB8-1EC7: E and e with diacritics that are not supported by the font and combination of multiple diacritics
344
- * U+1EC8-1ECB: I and i with diacritics that are not supported by the font and combination of multiple diacritics
345
- * U+1ECC-1EE3: O and o with diacritics that are not supported by the font and combination of multiple diacritics
346
- * U+1EE4-1EF1: U and u with diacritics that are not supported by the font and combination of multiple diacritics
347
- * U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
348
- *
349
- *
350
- * Moreover, the Caron has a special vertical form used on tall characters:
351
- *
352
- * U+010C: C with Caron
353
- * U+010F: d with Caron
354
- * U+013D: L with Caron
355
- * U+013E: l with Caron
356
- * U+0158: R with Caron
357
- * U+0165: t with Caron
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.
358
328
  *
359
- * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with
360
- * the standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters
361
- * are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
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.
362
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: Ỗ, ỗ
363
356
  */
364
357
  @font-face {
365
358
  font-family: '72';
366
359
  font-style: normal;
367
360
  font-weight: 400;
368
- 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;
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;
369
362
  src: url('fonts/72-Regular-full.woff2') format('woff2');
370
363
  }
371
364
 
@@ -373,7 +366,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
373
366
  font-family: '72';
374
367
  font-style: normal;
375
368
  font-weight: 700;
376
- 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;
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;
377
370
  src: url('fonts/72-Bold-full.woff2') format('woff2');
378
371
  }
379
372
 
@@ -381,45 +374,45 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
381
374
  font-family: '72';
382
375
  font-style: normal;
383
376
  font-weight: 300;
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;
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;
385
378
  src: url('fonts/72-Light-full.woff2') format('woff2');
386
379
  }
387
380
 
388
381
  @font-face {
389
382
  font-family: '72-Bold';
390
383
  font-style: normal;
391
- 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;
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;
392
385
  src: url('fonts/72-Bold-full.woff2') format('woff2');
393
386
  }
394
387
 
395
388
  @font-face {
396
389
  font-family: '72-Light';
397
390
  font-style: normal;
398
- 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
+ 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;
399
392
  src: url('fonts/72-Light-full.woff2') format('woff2');
400
393
  }
401
394
 
402
395
  @font-face {
403
396
  font-family: '72Mono';
404
- 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;
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;
405
398
  src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
406
399
  }
407
400
 
408
401
  @font-face {
409
402
  font-family: '72Mono-Bold';
410
- 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;
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;
411
404
  src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
412
405
  }
413
406
 
414
407
  @font-face {
415
408
  font-family: '72Black';
416
- 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;
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;
417
410
  src: url('fonts/72-Black-full.woff2') format('woff2');
418
411
  }
419
412
 
420
413
  @font-face {
421
414
  font-family: '72-SemiboldDuplex';
422
- 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;
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;
423
416
  src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
424
417
  }
425
418
 
@@ -4,9 +4,9 @@
4
4
  <name>sap_horizon_hcb</name>
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>OpenUI5
7
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
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.2</version>
9
+ <version>1.110.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -0,0 +1,9 @@
1
+ /* ================================= */
2
+ /* CSS for control sap.ui/core/Icon */
3
+ /* Horizon High Contrast Black theme */
4
+ /* ================================= */
5
+
6
+ .sapUiIconBGColorContrast {
7
+ color: @sapUiGroupContentBackground;
8
+ background-color: @sapUiContentContrastIconColor;
9
+ }