@openui5/themelib_sap_belize 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 (114) 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_belize/DynamicPage.less +7 -1
  5. package/src/sap/f/themes/sap_belize/library.source.less +1 -1
  6. package/src/sap/f/themes/sap_belize_hcb/DynamicPage.less +5 -1
  7. package/src/sap/f/themes/sap_belize_hcb/library.source.less +1 -1
  8. package/src/sap/f/themes/sap_belize_hcw/library.source.less +1 -1
  9. package/src/sap/f/themes/sap_belize_plus/library.source.less +1 -1
  10. package/src/sap/m/themes/sap_belize/Carousel.less +3 -1
  11. package/src/sap/m/themes/sap_belize/GenericTile.less +9 -7
  12. package/src/sap/m/themes/sap_belize/IconTabBar.less +13 -0
  13. package/src/sap/m/themes/sap_belize/MenuListItem.less +23 -0
  14. package/src/sap/m/themes/sap_belize/ObjectStatus.less +9 -0
  15. package/src/sap/m/themes/sap_belize/Panel.less +5 -0
  16. package/src/sap/m/themes/sap_belize/Slider.less +10 -0
  17. package/src/sap/m/themes/sap_belize/SplitButton.less +4 -0
  18. package/src/sap/m/themes/sap_belize/TextArea.less +10 -0
  19. package/src/sap/m/themes/sap_belize/library.source.less +3 -2
  20. package/src/sap/m/themes/sap_belize_hcb/MenuListItem.less +24 -0
  21. package/src/sap/m/themes/sap_belize_hcb/Panel.less +5 -0
  22. package/src/sap/m/themes/sap_belize_hcb/Slider.less +8 -4
  23. package/src/sap/m/themes/sap_belize_hcb/SplitButton.less +4 -0
  24. package/src/sap/m/themes/sap_belize_hcb/TextArea.less +9 -1
  25. package/src/sap/m/themes/sap_belize_hcb/library.source.less +1 -1
  26. package/src/sap/m/themes/sap_belize_hcw/MenuListItem.less +23 -0
  27. package/src/sap/m/themes/sap_belize_hcw/Panel.less +5 -0
  28. package/src/sap/m/themes/sap_belize_hcw/Slider.less +8 -4
  29. package/src/sap/m/themes/sap_belize_hcw/SplitButton.less +4 -0
  30. package/src/sap/m/themes/sap_belize_hcw/TextArea.less +9 -1
  31. package/src/sap/m/themes/sap_belize_hcw/library.source.less +1 -1
  32. package/src/sap/m/themes/sap_belize_plus/library.source.less +1 -1
  33. package/src/sap/tnt/themes/sap_belize/library.source.less +1 -1
  34. package/src/sap/tnt/themes/sap_belize_hcb/library.source.less +1 -1
  35. package/src/sap/tnt/themes/sap_belize_hcw/library.source.less +1 -1
  36. package/src/sap/tnt/themes/sap_belize_plus/library.source.less +1 -1
  37. package/src/sap/ui/codeeditor/themes/sap_belize/library.source.less +1 -1
  38. package/src/sap/ui/codeeditor/themes/sap_belize_hcb/library.source.less +1 -1
  39. package/src/sap/ui/codeeditor/themes/sap_belize_hcw/library.source.less +1 -1
  40. package/src/sap/ui/codeeditor/themes/sap_belize_plus/library.source.less +1 -1
  41. package/src/sap/ui/commons/themes/sap_belize/library.source.less +1 -1
  42. package/src/sap/ui/commons/themes/sap_belize_hcb/library.source.less +1 -1
  43. package/src/sap/ui/commons/themes/sap_belize_hcw/library.source.less +1 -1
  44. package/src/sap/ui/commons/themes/sap_belize_plus/library.source.less +1 -1
  45. package/src/sap/ui/core/themes/sap_belize/.theme +2 -2
  46. package/src/sap/ui/core/themes/sap_belize/base.less +126 -20
  47. package/src/sap/ui/core/themes/sap_belize/global.less +64 -0
  48. package/src/sap/ui/core/themes/sap_belize/library.source.less +1 -1
  49. package/src/sap/ui/core/themes/sap_belize/shared.less +35 -43
  50. package/src/sap/ui/core/themes/sap_belize_hcb/.theme +2 -2
  51. package/src/sap/ui/core/themes/sap_belize_hcb/Icon.less +9 -0
  52. package/src/sap/ui/core/themes/sap_belize_hcb/base.less +119 -13
  53. package/src/sap/ui/core/themes/sap_belize_hcb/global.less +64 -0
  54. package/src/sap/ui/core/themes/sap_belize_hcb/library.source.less +2 -1
  55. package/src/sap/ui/core/themes/sap_belize_hcb/shared.less +35 -43
  56. package/src/sap/ui/core/themes/sap_belize_hcw/.theme +2 -2
  57. package/src/sap/ui/core/themes/sap_belize_hcw/Icon.less +9 -0
  58. package/src/sap/ui/core/themes/sap_belize_hcw/base.less +119 -13
  59. package/src/sap/ui/core/themes/sap_belize_hcw/global.less +64 -0
  60. package/src/sap/ui/core/themes/sap_belize_hcw/library.source.less +2 -1
  61. package/src/sap/ui/core/themes/sap_belize_hcw/shared.less +35 -43
  62. package/src/sap/ui/core/themes/sap_belize_plus/.theme +2 -2
  63. package/src/sap/ui/core/themes/sap_belize_plus/base.less +21 -4
  64. package/src/sap/ui/core/themes/sap_belize_plus/library.source.less +1 -1
  65. package/src/sap/ui/dt/themes/sap_belize/library.source.less +1 -1
  66. package/src/sap/ui/dt/themes/sap_belize_hcb/library.source.less +1 -1
  67. package/src/sap/ui/dt/themes/sap_belize_hcw/library.source.less +1 -1
  68. package/src/sap/ui/dt/themes/sap_belize_plus/library.source.less +1 -1
  69. package/src/sap/ui/fl/themes/sap_belize/library.source.less +1 -1
  70. package/src/sap/ui/fl/themes/sap_belize_hcb/library.source.less +1 -1
  71. package/src/sap/ui/fl/themes/sap_belize_hcw/library.source.less +1 -1
  72. package/src/sap/ui/fl/themes/sap_belize_plus/library.source.less +1 -1
  73. package/src/sap/ui/integration/themes/sap_belize/library.source.less +1 -1
  74. package/src/sap/ui/integration/themes/sap_belize_hcb/library.source.less +1 -1
  75. package/src/sap/ui/integration/themes/sap_belize_hcw/library.source.less +1 -1
  76. package/src/sap/ui/integration/themes/sap_belize_plus/library.source.less +1 -1
  77. package/src/sap/ui/layout/themes/sap_belize/library.source.less +1 -1
  78. package/src/sap/ui/layout/themes/sap_belize_hcb/library.source.less +1 -1
  79. package/src/sap/ui/layout/themes/sap_belize_hcw/library.source.less +1 -1
  80. package/src/sap/ui/layout/themes/sap_belize_plus/library.source.less +1 -1
  81. package/src/sap/ui/mdc/themes/sap_belize/library.source.less +1 -1
  82. package/src/sap/ui/mdc/themes/sap_belize_hcb/library.source.less +1 -1
  83. package/src/sap/ui/mdc/themes/sap_belize_hcw/library.source.less +1 -1
  84. package/src/sap/ui/mdc/themes/sap_belize_plus/library.source.less +1 -1
  85. package/src/sap/ui/rta/themes/sap_belize/library.source.less +1 -1
  86. package/src/sap/ui/rta/themes/sap_belize_hcb/Toolbar.adaptation.less +5 -1
  87. package/src/sap/ui/rta/themes/sap_belize_hcb/library.source.less +1 -1
  88. package/src/sap/ui/rta/themes/sap_belize_hcw/Toolbar.adaptation.less +5 -1
  89. package/src/sap/ui/rta/themes/sap_belize_hcw/library.source.less +1 -1
  90. package/src/sap/ui/rta/themes/sap_belize_plus/library.source.less +1 -1
  91. package/src/sap/ui/suite/themes/sap_belize/library.source.less +1 -1
  92. package/src/sap/ui/suite/themes/sap_belize_hcb/library.source.less +1 -1
  93. package/src/sap/ui/suite/themes/sap_belize_hcw/library.source.less +1 -1
  94. package/src/sap/ui/suite/themes/sap_belize_plus/library.source.less +1 -1
  95. package/src/sap/ui/table/themes/sap_belize/library.source.less +1 -1
  96. package/src/sap/ui/table/themes/sap_belize_hcb/library.source.less +1 -1
  97. package/src/sap/ui/table/themes/sap_belize_hcw/library.source.less +1 -1
  98. package/src/sap/ui/table/themes/sap_belize_plus/library.source.less +1 -1
  99. package/src/sap/ui/unified/themes/sap_belize/Menu.less +4 -1
  100. package/src/sap/ui/unified/themes/sap_belize/library.source.less +1 -1
  101. package/src/sap/ui/unified/themes/sap_belize_hcb/Menu.less +4 -0
  102. package/src/sap/ui/unified/themes/sap_belize_hcb/library.source.less +1 -1
  103. package/src/sap/ui/unified/themes/sap_belize_hcw/Menu.less +4 -0
  104. package/src/sap/ui/unified/themes/sap_belize_hcw/library.source.less +1 -1
  105. package/src/sap/ui/unified/themes/sap_belize_plus/library.source.less +1 -1
  106. package/src/sap/ui/ux3/themes/sap_belize/library.source.less +1 -1
  107. package/src/sap/ui/ux3/themes/sap_belize_hcb/library.source.less +1 -1
  108. package/src/sap/ui/ux3/themes/sap_belize_hcw/library.source.less +1 -1
  109. package/src/sap/ui/ux3/themes/sap_belize_plus/library.source.less +1 -1
  110. package/src/sap/uxap/themes/sap_belize/library.source.less +1 -1
  111. package/src/sap/uxap/themes/sap_belize_hcb/library.source.less +1 -1
  112. package/src/sap/uxap/themes/sap_belize_hcw/library.source.less +1 -1
  113. package/src/sap/uxap/themes/sap_belize_plus/library.source.less +1 -1
  114. package/src/sap/m/themes/sap_belize/LightBox.less +0 -6
@@ -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;
@@ -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
 
@@ -10,5 +10,6 @@
10
10
  @import "shared.less";
11
11
 
12
12
  @import "BrowserScrollbar.less";
13
+ @import "Icon.less";
13
14
  @import "LocalBusyIndicator.less";
14
15
  @import "Shadow.less";
@@ -161,50 +161,42 @@
161
161
  }
162
162
 
163
163
  /**
164
- * Some diacritics are supported by the 72 font:
165
- * * Grave
166
- * * Acute
167
- * * Circumflex
168
- * * Tilde
164
+ * Browsers synthesizes glyphs that have multiple diacritics from the basic glyphs. Some glyphs don't look right after
165
+ * browsers' synthesis. Those glyphs need to be redirected to "72-full" where they are supported.
169
166
  *
170
- * However, the following diacritics and the combination of multiple diacritics (including the supported ones) are not supported:
171
- * * Breve
172
- * * Horn
173
- * * Dot below
174
- * * Hook above
175
- *
176
- * Fallback for the characters that aren't covered by the '72' font to the '72-full' font where they are supported
177
- *
178
- * U+0102-0103: A and a with Breve
179
- * U+01A0-01A1: O and o with Horn
180
- * U+01AF-01B0: U and u with Horn
181
- * U+1EA0-1EB7: A and a with diacritics that are not supported by the font and combination of multiple diacritics
182
- * U+1EB8-1EC7: E and e with diacritics that are not supported by the font and combination of multiple diacritics
183
- * U+1EC8-1ECB: I and i with diacritics that are not supported by the font and combination of multiple diacritics
184
- * U+1ECC-1EE3: O and o with diacritics that are not supported by the font and combination of multiple diacritics
185
- * U+1EE4-1EF1: U and u with diacritics that are not supported by the font and combination of multiple diacritics
186
- * U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
187
- *
188
- *
189
- * Moreover, the Caron has a special vertical form used on tall characters:
190
- *
191
- * U+010C: C with Caron
192
- * U+010F: d with Caron
193
- * U+013D: L with Caron
194
- * U+013E: l with Caron
195
- * U+0158: R with Caron
196
- * U+0165: t with Caron
197
- *
198
- * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with
199
- * the standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters
200
- * are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
167
+ * Moreover, the diacritic Caron has a special vertical form used on tall characters. Those tall characters with Caron
168
+ * aren't covered by the font '72' but browsers synthesize the letter without diacritic with the * standard combining
169
+ * Caron (U+030C) which leads to the wrong display of those characters. Because those characters are * covered by the
170
+ * '72-full' font, they are redirected to that font as well for being correctly displayed.
201
171
  *
172
+ * U+0106: Ć
173
+ * U+0108: Ĉ
174
+ * U+010C: Č
175
+ * U+010F: ď
176
+ * U+013D-013E: Ľ, ľ
177
+ * U+0143: Ń
178
+ * U+0147-0148: Ň, ň
179
+ * U+0154: Ŕ
180
+ * U+0158: Ř
181
+ * U+015A: Ś
182
+ * U+015C-015D: Ŝ, ŝ
183
+ * U+0164-0165: Ť, ť
184
+ * U+0168-0169: Ũ, ũ
185
+ * U+016E-016F: Ů, ů
186
+ * U+0174-0177: Ŵ, ŵ, Ŷ, ŷ
187
+ * U+0179: Ź
188
+ * U+1EA4-1EA7: Ấ, ấ, Ầ, ầ
189
+ * U+1EAA-1EAB: Ẫ, ẫ
190
+ * U+1EBC-1EC1: Ẽ, ẽ, Ế, ế, Ề, ề
191
+ * U+1EC4-1EC5: Ễ, ễ
192
+ * U+1ED0-1ED3: Ố, ố, Ồ, ồ
193
+ * U+1ED6-1ED7: Ỗ, ỗ
202
194
  */
203
195
  @font-face {
204
196
  font-family: '72';
205
197
  font-style: normal;
206
198
  font-weight: 400;
207
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
199
+ 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;
208
200
  src: url('fonts/72-Regular-full.woff2') format('woff2');
209
201
  }
210
202
 
@@ -212,7 +204,7 @@
212
204
  font-family: '72';
213
205
  font-style: normal;
214
206
  font-weight: 700;
215
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
207
+ 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;
216
208
  src: url('fonts/72-Bold-full.woff2') format('woff2');
217
209
  }
218
210
 
@@ -220,32 +212,32 @@
220
212
  font-family: '72';
221
213
  font-style: normal;
222
214
  font-weight: 300;
223
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
215
+ 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;
224
216
  src: url('fonts/72-Light-full.woff2') format('woff2');
225
217
  }
226
218
 
227
219
  @font-face {
228
220
  font-family: '72-Bold';
229
221
  font-style: normal;
230
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
222
+ 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;
231
223
  src: url('fonts/72-Bold-full.woff2') format('woff2');
232
224
  }
233
225
 
234
226
  @font-face {
235
227
  font-family: '72-Light';
236
228
  font-style: normal;
237
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
229
+ 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;
238
230
  src: url('fonts/72-Light-full.woff2') format('woff2');
239
231
  }
240
232
 
241
233
  @font-face {
242
234
  font-family: '72Mono';
243
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
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;
244
236
  src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
245
237
  }
246
238
 
247
239
  @font-face {
248
240
  font-family: '72Mono-Bold';
249
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
241
+ 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
242
  src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
251
243
  }
@@ -4,9 +4,9 @@
4
4
  <name>sap_belize_plus</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 belize plus theme library.</documentation>
12
12
 
@@ -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_belize_plus/base.less (Version 11.1.40) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.1.48) *******************/
9
9
 
10
10
  @sapHighlightColor: lighten(saturate(@sapBrandColor, 40), 30);
11
11
  @sapBaseColor: @sapPrimary1;
@@ -59,6 +59,23 @@
59
59
  @sapShell_TextColor: lighten(@sapTextColor, 2);
60
60
  @sapShell_InteractiveTextColor: @sapShell_TextColor;
61
61
  @sapShell_Hover_Background: lighten(@sapBrandColor, 10);
62
+ @sapShell_Category_1_TextShadow: none;
63
+ @sapShell_Category_2_TextShadow: none;
64
+ @sapShell_Category_3_TextShadow: none;
65
+ @sapShell_Category_4_TextShadow: none;
66
+ @sapShell_Category_5_TextShadow: none;
67
+ @sapShell_Category_6_TextShadow: none;
68
+ @sapShell_Category_7_TextShadow: none;
69
+ @sapShell_Category_8_TextShadow: none;
70
+ @sapShell_Category_9_TextShadow: none;
71
+ @sapShell_Category_10_TextShadow: none;
72
+ @sapShell_Category_11_TextShadow: none;
73
+ @sapShell_Category_12_TextShadow: none;
74
+ @sapShell_Category_13_TextShadow: none;
75
+ @sapShell_Category_14_TextShadow: none;
76
+ @sapShell_Category_15_Background: lighten(@sapLegendColor16, 15);
77
+ @sapShell_Category_15_TextShadow: none;
78
+ @sapShell_Category_16_TextShadow: none;
62
79
  @sapButton_Background: lighten(@sapBaseColor, 2);
63
80
  @sapButton_BorderColor: lighten(@sapButton_Background, 36);
64
81
  @sapButton_TextColor: lighten(@sapHighlightColor, 12);
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
  @import "../base/library.source.less";
@@ -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
  @import "../base/library.source.less";
@@ -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
 
@@ -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
  @import "../base/library.source.less";
@@ -4,4 +4,8 @@
4
4
  @_sap_ui_rta_Toolbar_Adaptation_BaseColor: @sapUiNeutralBG; //#000000
5
5
  @_sap_ui_rta_Toolbar_Adaptation_TextColor: @sapUiNeutralElement; //#ffffff
6
6
  @_sap_ui_rta_Toolbar_Adaptation_DraftVersionColor: @sapUiCriticalText; //#ffab1d
7
- @_sap_ui_rta_Toolbar_Adaptation_ActiveVersionColor: @sapUiContentHelpColor; //#03b803
7
+ @_sap_ui_rta_Toolbar_Adaptation_ActiveVersionColor: @sapUiContentHelpColor; //#03b803
8
+ @_sap_ui_rta_Toolbar_Adaptation_BaseColorLight: @sapUiContentDisabledTextColor; //#666
9
+ @_sap_ui_rta_Toolbar_Adaptation_BoxShadow_DarkColor: fade(@sapUiNeutralElement, 80%); //rgba(255, 255, 255, 0.8)
10
+ @_sap_ui_rta_Toolbar_Adaptation_BoxShadow_LightColor: @sapUiNeutralElement; //#ffffff
11
+ @_sap_ui_rta_Toolbar_Adaptation_VersionHistoryHover: @sapUiButtonHoverBackground; //#7a5100
@@ -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
 
@@ -6,4 +6,8 @@
6
6
  @_sap_ui_rta_Toolbar_Adaptation_BtnFocusBorder: @sapUiNeutralElement; //#000000
7
7
  @_sap_ui_rta_Toolbar_Adaptation_FocusOutlineCol: @sapUiNeutralBorder; //#000000
8
8
  @_sap_ui_rta_Toolbar_Adaptation_DraftVersionColor: darken(@sapUiActive, 19%); //#be5a13
9
- @_sap_ui_rta_Toolbar_Adaptation_ActiveVersionColor: @sapUiContentHelpColor; //#006500
9
+ @_sap_ui_rta_Toolbar_Adaptation_ActiveVersionColor: @sapUiContentHelpColor; //#006500
10
+ @_sap_ui_rta_Toolbar_Adaptation_BoxShadow_DarkColor: fade(@sapUiContentShadowColor, 60%); //rgba(0, 0, 0, 0.6)
11
+ @_sap_ui_rta_Toolbar_Adaptation_BoxShadow_LightColor: @sapUiNeutralBorder; //#000
12
+ @_sap_ui_rta_Toolbar_Adaptation_VersionHistoryHover: @sapUiSelected; //#8fb5ff
13
+ @_sap_ui_rta_Toolbar_Adaptation_BaseColorLight: @sapUiFieldReadOnlyBackground; //#b3b3b3
@@ -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
  @import "../base/library.source.less";
@@ -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
  @import "../sap_belize/library.source.less";
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -7,11 +7,14 @@
7
7
  opacity: @sapUiContentDisabledOpacity;
8
8
  }
9
9
 
10
+ .sapUiMnuItm .sapUiMnuItmTxt {
11
+ padding-left: 2rem;
12
+ }
10
13
 
11
14
  /** Cozy Mode **/
12
15
 
13
16
  .sapUiMnu.sapUiMnuCozySupport.sapUiSizeCozy {
14
-
17
+
15
18
  .sapUiMnuDiv > hr {
16
19
  left: 0rem;
17
20
  right: 0rem;
@@ -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
 
@@ -32,6 +32,10 @@
32
32
  outline: 2px dotted @sapUiContentFocusColor;
33
33
  }
34
34
 
35
+ .sapUiMnuItm .sapUiMnuItmTxt {
36
+ padding-left: 2rem;
37
+ }
38
+
35
39
  /* TODO remove after the end of support for Internet Explorer */
36
40
  html[data-sap-ui-browser*='ie'] {
37
41
  .sapUiMnuItm:focus::before {