@openui5/themelib_sap_horizon 1.115.1 → 1.117.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 (117) hide show
  1. package/.reuse/dep5 +0 -5
  2. package/THIRDPARTY.txt +1 -7
  3. package/package.json +18 -18
  4. package/src/sap/m/themes/sap_horizon/Avatar.less +12 -2
  5. package/src/sap/m/themes/sap_horizon/IconTabBar.less +219 -58
  6. package/src/sap/m/themes/sap_horizon/InputBase.less +3 -5
  7. package/src/sap/m/themes/sap_horizon/Link.less +27 -13
  8. package/src/sap/m/themes/sap_horizon/ListBase.less +12 -0
  9. package/src/sap/m/themes/sap_horizon/ObjectMarker.less +11 -3
  10. package/src/sap/m/themes/sap_horizon/Panel.less +13 -3
  11. package/src/sap/m/themes/sap_horizon/RadioButton.less +4 -5
  12. package/src/sap/m/themes/sap_horizon/RangeSlider.less +2 -7
  13. package/src/sap/m/themes/sap_horizon/SearchField.less +1 -2
  14. package/src/sap/m/themes/sap_horizon/Select.less +8 -14
  15. package/src/sap/m/themes/sap_horizon/Slider.less +2 -1
  16. package/src/sap/m/themes/sap_horizon/TextArea.less +4 -0
  17. package/src/sap/m/themes/sap_horizon/TileContainer.less +20 -1
  18. package/src/sap/m/themes/sap_horizon/Token.less +44 -37
  19. package/src/sap/m/themes/sap_horizon/Tokenizer.less +7 -0
  20. package/src/sap/m/themes/sap_horizon/Wizard.less +1 -1
  21. package/src/sap/m/themes/sap_horizon_dark/Avatar.less +12 -2
  22. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +200 -36
  23. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +3 -5
  24. package/src/sap/m/themes/sap_horizon_dark/Link.less +27 -13
  25. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +12 -0
  26. package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +10 -2
  27. package/src/sap/m/themes/sap_horizon_dark/Panel.less +12 -3
  28. package/src/sap/m/themes/sap_horizon_dark/Popover.less +13 -0
  29. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +4 -6
  30. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +2 -7
  31. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +0 -2
  32. package/src/sap/m/themes/sap_horizon_dark/Select.less +7 -14
  33. package/src/sap/m/themes/sap_horizon_dark/Slider.less +7 -1
  34. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +4 -0
  35. package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +18 -0
  36. package/src/sap/m/themes/sap_horizon_dark/Token.less +44 -37
  37. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +7 -0
  38. package/src/sap/m/themes/sap_horizon_dark/Wizard.less +1 -1
  39. package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +6 -2
  40. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +4 -0
  41. package/src/sap/m/themes/sap_horizon_hcb/GroupHeaderListItem.less +8 -0
  42. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +8 -0
  43. package/src/sap/m/themes/sap_horizon_hcb/Link.less +23 -9
  44. package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +0 -4
  45. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +12 -3
  46. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +6 -0
  47. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +1 -1
  48. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +0 -2
  49. package/src/sap/m/themes/sap_horizon_hcb/Select.less +20 -0
  50. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +2 -1
  51. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +5 -1
  52. package/src/sap/m/themes/sap_horizon_hcb/Token.less +20 -13
  53. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +7 -0
  54. package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +1 -1
  55. package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +6 -2
  56. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +4 -0
  57. package/src/sap/m/themes/sap_horizon_hcw/GroupHeaderListItem.less +8 -0
  58. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +8 -0
  59. package/src/sap/m/themes/sap_horizon_hcw/Link.less +23 -9
  60. package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +0 -4
  61. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +12 -4
  62. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +6 -0
  63. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +1 -1
  64. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +0 -2
  65. package/src/sap/m/themes/sap_horizon_hcw/Select.less +21 -0
  66. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +2 -1
  67. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +5 -1
  68. package/src/sap/m/themes/sap_horizon_hcw/Token.less +21 -13
  69. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +7 -0
  70. package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +1 -1
  71. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +9 -1
  72. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +3 -2
  73. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +74 -26
  74. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +4 -4
  75. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +9 -1
  76. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +3 -2
  77. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +74 -26
  78. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +4 -4
  79. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +11 -1
  80. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -1
  81. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +74 -33
  82. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +5 -5
  83. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +12 -2
  84. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -1
  85. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +71 -30
  86. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +4 -4
  87. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  88. package/src/sap/ui/core/themes/sap_horizon/base.less +5 -5
  89. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  90. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  91. package/src/sap/ui/core/themes/sap_horizon/shared.less +9 -94
  92. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  93. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +5 -5
  94. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  95. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  96. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +9 -95
  97. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  98. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +15 -15
  99. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  100. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  101. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +9 -94
  102. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  103. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +9 -9
  104. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  105. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  106. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +9 -94
  107. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +434 -60
  108. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +432 -51
  109. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +7 -0
  110. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +1 -1
  111. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +7 -0
  112. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +1 -1
  113. package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +0 -4
  114. package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +0 -4
  115. package/src/sap/uxap/themes/sap_horizon_hcb/HierarchicalSelect.less +0 -6
  116. package/src/sap/uxap/themes/sap_horizon_hcw/HierarchicalSelect.less +0 -6
  117. package/ui5.yaml +1 -1
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 1.23030.0-20230404052500+08ab7f203f968a8915a46326f198b28734934650
4
- // * data:{"sModified":"2023-04-04T08:11:20Z"}
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.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388
4
+ // * data:{"sModified":"2023-05-25T10:12:25Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.3.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.4.2) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -571,11 +571,11 @@
571
571
 
572
572
  // [Tags "!Protected"]
573
573
  // [Protected "!true"]
574
- @sapContent_Illustrative_Color2: #62737c;
574
+ @sapContent_Illustrative_Color2: #fff;
575
575
 
576
576
  // [Tags "!Protected"]
577
577
  // [Protected "!true"]
578
- @sapContent_Illustrative_Color3: #62737c;
578
+ @sapContent_Illustrative_Color3: #ccc;
579
579
 
580
580
  // [Tags "!Protected"]
581
581
  // [Protected "!true"]
@@ -595,7 +595,7 @@
595
595
 
596
596
  // [Tags "!Protected"]
597
597
  // [Protected "!true"]
598
- @sapContent_Illustrative_Color8: #dbdbdb;
598
+ @sapContent_Illustrative_Color8: #000;
599
599
 
600
600
  // [Tags "!Protected"]
601
601
  // [Protected "!true"]
@@ -607,23 +607,23 @@
607
607
 
608
608
  // [Tags "!Protected"]
609
609
  // [Protected "!true"]
610
- @sapContent_Illustrative_Color11: #434e56;
610
+ @sapContent_Illustrative_Color11: #fff;
611
611
 
612
612
  // [Tags "!Protected"]
613
613
  // [Protected "!true"]
614
- @sapContent_Illustrative_Color12: #434e56;
614
+ @sapContent_Illustrative_Color12: #fff;
615
615
 
616
616
  // [Tags "!Protected"]
617
617
  // [Protected "!true"]
618
- @sapContent_Illustrative_Color13: #0f1112;
618
+ @sapContent_Illustrative_Color13: #ccc;
619
619
 
620
620
  // [Tags "!Protected"]
621
621
  // [Protected "!true"]
622
- @sapContent_Illustrative_Color14: #000;
622
+ @sapContent_Illustrative_Color14: #999;
623
623
 
624
624
  // [Tags "!Protected"]
625
625
  // [Protected "!true"]
626
- @sapContent_Illustrative_Color15: #31393f;
626
+ @sapContent_Illustrative_Color15: #999;
627
627
 
628
628
  // [Tags "!Protected"]
629
629
  // [Protected "!true"]
@@ -635,15 +635,15 @@
635
635
 
636
636
  // [Tags "!Protected"]
637
637
  // [Protected "!true"]
638
- @sapContent_Illustrative_Color18: #d9ddde;
638
+ @sapContent_Illustrative_Color18: #2d3336;
639
639
 
640
640
  // [Tags "!Protected"]
641
641
  // [Protected "!true"]
642
- @sapContent_Illustrative_Color19: #ccd0d2;
642
+ @sapContent_Illustrative_Color19: #384144;
643
643
 
644
644
  // [Tags "!Protected"]
645
645
  // [Protected "!true"]
646
- @sapContent_Illustrative_Color20: #bec4c6;
646
+ @sapContent_Illustrative_Color20: #444e52;
647
647
 
648
648
  // [Tags "!Protected"]
649
649
  // [Protected "!true"]
@@ -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,100 +189,6 @@
180
189
  src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
181
190
  }
182
191
 
183
- /**
184
- * Browsers synthesizes glyphs that have multiple diacritics from the basic glyphs. Some glyphs don't look right after
185
- * browsers' synthesis. Those glyphs need to be redirected to "72-full" where they are supported.
186
- *
187
- * Moreover, the diacritic Caron has a special vertical form used on tall characters. Those tall characters with Caron
188
- * aren't covered by the font '72' but browsers synthesize the letter without diacritic with the * standard combining
189
- * Caron (U+030C) which leads to the wrong display of those characters. Because those characters are * covered by the
190
- * '72-full' font, they are redirected to that font as well for being correctly displayed.
191
- *
192
- * U+0106: Ć
193
- * U+0108: Ĉ
194
- * U+010C: Č
195
- * U+010F: ď
196
- * U+013D-013E: Ľ, ľ
197
- * U+0143: Ń
198
- * U+0147-0148: Ň, ň
199
- * U+0154: Ŕ
200
- * U+0158: Ř
201
- * U+015A: Ś
202
- * U+015C-015D: Ŝ, ŝ
203
- * U+0164-0165: Ť, ť
204
- * U+0168-0169: Ũ, ũ
205
- * U+016E-016F: Ů, ů
206
- * U+0174-0177: Ŵ, ŵ, Ŷ, ŷ
207
- * U+0179: Ź
208
- * U+1EA4-1EA7: Ấ, ấ, Ầ, ầ
209
- * U+1EAA-1EAB: Ẫ, ẫ
210
- * U+1EBC-1EC1: Ẽ, ẽ, Ế, ế, Ề, ề
211
- * U+1EC4-1EC5: Ễ, ễ
212
- * U+1ED0-1ED3: Ố, ố, Ồ, ồ
213
- * U+1ED6-1ED7: Ỗ, ỗ
214
- */
215
- @font-face {
216
- font-family: '72';
217
- font-style: normal;
218
- font-weight: 400;
219
- 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;
220
- src: url('fonts/72-Regular-full.woff2') format('woff2');
221
- }
222
-
223
- @font-face {
224
- font-family: '72';
225
- font-style: normal;
226
- font-weight: 700;
227
- 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;
228
- src: url('fonts/72-Bold-full.woff2') format('woff2');
229
- }
230
-
231
- @font-face {
232
- font-family: '72';
233
- font-style: normal;
234
- font-weight: 300;
235
- 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;
236
- src: url('fonts/72-Light-full.woff2') format('woff2');
237
- }
238
-
239
- @font-face {
240
- font-family: '72-Bold';
241
- font-style: normal;
242
- 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;
243
- src: url('fonts/72-Bold-full.woff2') format('woff2');
244
- }
245
-
246
- @font-face {
247
- font-family: '72-Light';
248
- font-style: normal;
249
- 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;
250
- src: url('fonts/72-Light-full.woff2') format('woff2');
251
- }
252
-
253
- @font-face {
254
- font-family: '72Mono';
255
- 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;
256
- src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
257
- }
258
-
259
- @font-face {
260
- font-family: '72Mono-Bold';
261
- 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;
262
- src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
263
- }
264
-
265
- @font-face {
266
- font-family: '72Black';
267
- 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;
268
- src: url('fonts/72-Black-full.woff2') format('woff2');
269
- }
270
-
271
- @font-face {
272
- font-family: '72-SemiboldDuplex';
273
- 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;
274
- src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
275
- }
276
-
277
192
  // Responsive paddings
278
193
  .sapUi-Std-PaddingS {
279
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.115.1</version>
9
+ <version>1.117.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 1.23030.0-20230404052500+08ab7f203f968a8915a46326f198b28734934650
4
- // * data:{"sModified":"2023-04-04T08:11:20Z"}
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.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388
4
+ // * data:{"sModified":"2023-05-25T10:12:25Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.3.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.4.2) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -615,11 +615,11 @@
615
615
 
616
616
  // [Tags "!Protected"]
617
617
  // [Protected "!true"]
618
- @sapContent_Illustrative_Color13: #bec6cb;
618
+ @sapContent_Illustrative_Color13: #161a1d;
619
619
 
620
620
  // [Tags "!Protected"]
621
621
  // [Protected "!true"]
622
- @sapContent_Illustrative_Color14: #8f9ca4;
622
+ @sapContent_Illustrative_Color14: #000;
623
623
 
624
624
  // [Tags "!Protected"]
625
625
  // [Protected "!true"]
@@ -635,15 +635,15 @@
635
635
 
636
636
  // [Tags "!Protected"]
637
637
  // [Protected "!true"]
638
- @sapContent_Illustrative_Color18: #2d3336;
638
+ @sapContent_Illustrative_Color18: #d9ddde;
639
639
 
640
640
  // [Tags "!Protected"]
641
641
  // [Protected "!true"]
642
- @sapContent_Illustrative_Color19: #384144;
642
+ @sapContent_Illustrative_Color19: #ccd0d2;
643
643
 
644
644
  // [Tags "!Protected"]
645
645
  // [Protected "!true"]
646
- @sapContent_Illustrative_Color20: #444e52;
646
+ @sapContent_Illustrative_Color20: #bec4c6;
647
647
 
648
648
  // [Tags "!Protected"]
649
649
  // [Protected "!true"]
@@ -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,100 +189,6 @@
180
189
  src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
181
190
  }
182
191
 
183
- /**
184
- * Browsers synthesizes glyphs that have multiple diacritics from the basic glyphs. Some glyphs don't look right after
185
- * browsers' synthesis. Those glyphs need to be redirected to "72-full" where they are supported.
186
- *
187
- * Moreover, the diacritic Caron has a special vertical form used on tall characters. Those tall characters with Caron
188
- * aren't covered by the font '72' but browsers synthesize the letter without diacritic with the * standard combining
189
- * Caron (U+030C) which leads to the wrong display of those characters. Because those characters are * covered by the
190
- * '72-full' font, they are redirected to that font as well for being correctly displayed.
191
- *
192
- * U+0106: Ć
193
- * U+0108: Ĉ
194
- * U+010C: Č
195
- * U+010F: ď
196
- * U+013D-013E: Ľ, ľ
197
- * U+0143: Ń
198
- * U+0147-0148: Ň, ň
199
- * U+0154: Ŕ
200
- * U+0158: Ř
201
- * U+015A: Ś
202
- * U+015C-015D: Ŝ, ŝ
203
- * U+0164-0165: Ť, ť
204
- * U+0168-0169: Ũ, ũ
205
- * U+016E-016F: Ů, ů
206
- * U+0174-0177: Ŵ, ŵ, Ŷ, ŷ
207
- * U+0179: Ź
208
- * U+1EA4-1EA7: Ấ, ấ, Ầ, ầ
209
- * U+1EAA-1EAB: Ẫ, ẫ
210
- * U+1EBC-1EC1: Ẽ, ẽ, Ế, ế, Ề, ề
211
- * U+1EC4-1EC5: Ễ, ễ
212
- * U+1ED0-1ED3: Ố, ố, Ồ, ồ
213
- * U+1ED6-1ED7: Ỗ, ỗ
214
- */
215
- @font-face {
216
- font-family: '72';
217
- font-style: normal;
218
- font-weight: 400;
219
- 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;
220
- src: url('fonts/72-Regular-full.woff2') format('woff2');
221
- }
222
-
223
- @font-face {
224
- font-family: '72';
225
- font-style: normal;
226
- font-weight: 700;
227
- 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;
228
- src: url('fonts/72-Bold-full.woff2') format('woff2');
229
- }
230
-
231
- @font-face {
232
- font-family: '72';
233
- font-style: normal;
234
- font-weight: 300;
235
- 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;
236
- src: url('fonts/72-Light-full.woff2') format('woff2');
237
- }
238
-
239
- @font-face {
240
- font-family: '72-Bold';
241
- font-style: normal;
242
- 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;
243
- src: url('fonts/72-Bold-full.woff2') format('woff2');
244
- }
245
-
246
- @font-face {
247
- font-family: '72-Light';
248
- font-style: normal;
249
- 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;
250
- src: url('fonts/72-Light-full.woff2') format('woff2');
251
- }
252
-
253
- @font-face {
254
- font-family: '72Mono';
255
- 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;
256
- src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
257
- }
258
-
259
- @font-face {
260
- font-family: '72Mono-Bold';
261
- 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;
262
- src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
263
- }
264
-
265
- @font-face {
266
- font-family: '72Black';
267
- 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;
268
- src: url('fonts/72-Black-full.woff2') format('woff2');
269
- }
270
-
271
- @font-face {
272
- font-family: '72-SemiboldDuplex';
273
- 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;
274
- src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
275
- }
276
-
277
192
  // Responsive paddings
278
193
  .sapUi-Std-PaddingS {
279
194
  padding-left: 1rem !important;