@openui5/themelib_sap_belize 1.109.0 → 1.111.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 (104) 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/Dialog.less +4 -4
  12. package/src/sap/m/themes/sap_belize/GenericTile.less +9 -7
  13. package/src/sap/m/themes/sap_belize/IconTabBar.less +9 -0
  14. package/src/sap/m/themes/sap_belize/ObjectStatus.less +35 -0
  15. package/src/sap/m/themes/sap_belize/SplitButton.less +4 -0
  16. package/src/sap/m/themes/sap_belize/Table.less +7 -0
  17. package/src/sap/m/themes/sap_belize/TextArea.less +10 -0
  18. package/src/sap/m/themes/sap_belize/library.source.less +2 -1
  19. package/src/sap/m/themes/sap_belize_hcb/Dialog.less +4 -4
  20. package/src/sap/m/themes/sap_belize_hcb/SplitButton.less +4 -0
  21. package/src/sap/m/themes/sap_belize_hcb/TextArea.less +9 -1
  22. package/src/sap/m/themes/sap_belize_hcb/library.source.less +1 -1
  23. package/src/sap/m/themes/sap_belize_hcw/Dialog.less +4 -4
  24. package/src/sap/m/themes/sap_belize_hcw/SplitButton.less +4 -0
  25. package/src/sap/m/themes/sap_belize_hcw/TextArea.less +9 -1
  26. package/src/sap/m/themes/sap_belize_hcw/library.source.less +1 -1
  27. package/src/sap/m/themes/sap_belize_plus/library.source.less +1 -1
  28. package/src/sap/tnt/themes/sap_belize/library.source.less +1 -1
  29. package/src/sap/tnt/themes/sap_belize_hcb/library.source.less +1 -1
  30. package/src/sap/tnt/themes/sap_belize_hcw/library.source.less +1 -1
  31. package/src/sap/tnt/themes/sap_belize_plus/library.source.less +1 -1
  32. package/src/sap/ui/codeeditor/themes/sap_belize/library.source.less +1 -1
  33. package/src/sap/ui/codeeditor/themes/sap_belize_hcb/library.source.less +1 -1
  34. package/src/sap/ui/codeeditor/themes/sap_belize_hcw/library.source.less +1 -1
  35. package/src/sap/ui/codeeditor/themes/sap_belize_plus/library.source.less +1 -1
  36. package/src/sap/ui/commons/themes/sap_belize/library.source.less +1 -1
  37. package/src/sap/ui/commons/themes/sap_belize_hcb/library.source.less +1 -1
  38. package/src/sap/ui/commons/themes/sap_belize_hcw/library.source.less +1 -1
  39. package/src/sap/ui/commons/themes/sap_belize_plus/library.source.less +1 -1
  40. package/src/sap/ui/core/themes/sap_belize/.theme +2 -2
  41. package/src/sap/ui/core/themes/sap_belize/base.less +12 -12
  42. package/src/sap/ui/core/themes/sap_belize/library.source.less +1 -1
  43. package/src/sap/ui/core/themes/sap_belize/shared.less +33 -27
  44. package/src/sap/ui/core/themes/sap_belize_hcb/.theme +2 -2
  45. package/src/sap/ui/core/themes/sap_belize_hcb/base.less +5 -5
  46. package/src/sap/ui/core/themes/sap_belize_hcb/library.source.less +1 -1
  47. package/src/sap/ui/core/themes/sap_belize_hcb/shared.less +33 -27
  48. package/src/sap/ui/core/themes/sap_belize_hcw/.theme +2 -2
  49. package/src/sap/ui/core/themes/sap_belize_hcw/base.less +5 -5
  50. package/src/sap/ui/core/themes/sap_belize_hcw/library.source.less +1 -1
  51. package/src/sap/ui/core/themes/sap_belize_hcw/shared.less +33 -27
  52. package/src/sap/ui/core/themes/sap_belize_plus/.theme +2 -2
  53. package/src/sap/ui/core/themes/sap_belize_plus/base.less +4 -4
  54. package/src/sap/ui/core/themes/sap_belize_plus/global.less +1 -1
  55. package/src/sap/ui/core/themes/sap_belize_plus/library.source.less +1 -1
  56. package/src/sap/ui/dt/themes/sap_belize/library.source.less +1 -1
  57. package/src/sap/ui/dt/themes/sap_belize_hcb/library.source.less +1 -1
  58. package/src/sap/ui/dt/themes/sap_belize_hcw/library.source.less +1 -1
  59. package/src/sap/ui/dt/themes/sap_belize_plus/library.source.less +1 -1
  60. package/src/sap/ui/fl/themes/sap_belize/library.source.less +1 -1
  61. package/src/sap/ui/fl/themes/sap_belize_hcb/library.source.less +1 -1
  62. package/src/sap/ui/fl/themes/sap_belize_hcw/library.source.less +1 -1
  63. package/src/sap/ui/fl/themes/sap_belize_plus/library.source.less +1 -1
  64. package/src/sap/ui/integration/themes/sap_belize/library.source.less +1 -1
  65. package/src/sap/ui/integration/themes/sap_belize_hcb/library.source.less +1 -1
  66. package/src/sap/ui/integration/themes/sap_belize_hcw/library.source.less +1 -1
  67. package/src/sap/ui/integration/themes/sap_belize_plus/library.source.less +1 -1
  68. package/src/sap/ui/layout/themes/sap_belize/library.source.less +1 -1
  69. package/src/sap/ui/layout/themes/sap_belize_hcb/library.source.less +1 -1
  70. package/src/sap/ui/layout/themes/sap_belize_hcw/library.source.less +1 -1
  71. package/src/sap/ui/layout/themes/sap_belize_plus/library.source.less +1 -1
  72. package/src/sap/ui/mdc/themes/sap_belize/library.source.less +1 -1
  73. package/src/sap/ui/mdc/themes/sap_belize_hcb/library.source.less +1 -1
  74. package/src/sap/ui/mdc/themes/sap_belize_hcw/library.source.less +1 -1
  75. package/src/sap/ui/mdc/themes/sap_belize_plus/library.source.less +1 -1
  76. package/src/sap/ui/rta/themes/sap_belize/library.source.less +1 -1
  77. package/src/sap/ui/rta/themes/sap_belize_hcb/library.source.less +1 -1
  78. package/src/sap/ui/rta/themes/sap_belize_hcw/library.source.less +1 -1
  79. package/src/sap/ui/rta/themes/sap_belize_plus/library.source.less +1 -1
  80. package/src/sap/ui/suite/themes/sap_belize/library.source.less +1 -1
  81. package/src/sap/ui/suite/themes/sap_belize_hcb/library.source.less +1 -1
  82. package/src/sap/ui/suite/themes/sap_belize_hcw/library.source.less +1 -1
  83. package/src/sap/ui/suite/themes/sap_belize_plus/library.source.less +1 -1
  84. package/src/sap/ui/table/themes/sap_belize/library.source.less +1 -1
  85. package/src/sap/ui/table/themes/sap_belize_hcb/library.source.less +1 -1
  86. package/src/sap/ui/table/themes/sap_belize_hcw/library.source.less +1 -1
  87. package/src/sap/ui/table/themes/sap_belize_plus/library.source.less +1 -1
  88. package/src/sap/ui/unified/themes/sap_belize/Menu.less +4 -1
  89. package/src/sap/ui/unified/themes/sap_belize/library.source.less +1 -1
  90. package/src/sap/ui/unified/themes/sap_belize_hcb/CalendarLegend.less +23 -0
  91. package/src/sap/ui/unified/themes/sap_belize_hcb/Menu.less +4 -0
  92. package/src/sap/ui/unified/themes/sap_belize_hcb/library.source.less +1 -1
  93. package/src/sap/ui/unified/themes/sap_belize_hcw/CalendarLegend.less +24 -1
  94. package/src/sap/ui/unified/themes/sap_belize_hcw/Menu.less +4 -0
  95. package/src/sap/ui/unified/themes/sap_belize_hcw/library.source.less +1 -1
  96. package/src/sap/ui/unified/themes/sap_belize_plus/library.source.less +1 -1
  97. package/src/sap/ui/ux3/themes/sap_belize/library.source.less +1 -1
  98. package/src/sap/ui/ux3/themes/sap_belize_hcb/library.source.less +1 -1
  99. package/src/sap/ui/ux3/themes/sap_belize_hcw/library.source.less +1 -1
  100. package/src/sap/ui/ux3/themes/sap_belize_plus/library.source.less +1 -1
  101. package/src/sap/uxap/themes/sap_belize/library.source.less +1 -1
  102. package/src/sap/uxap/themes/sap_belize_hcb/library.source.less +1 -1
  103. package/src/sap/uxap/themes/sap_belize_hcw/library.source.less +1 -1
  104. package/src/sap/uxap/themes/sap_belize_plus/library.source.less +1 -1
@@ -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
 
@@ -4,9 +4,9 @@
4
4
  <name>sap_belize</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.109.0</version>
9
+ <version>1.111.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize 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 VERSION_UNKNOWN
4
- // * data:{"sModified":"2022-10-11T12:15:50Z"}
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/base.less (Version 11.1.44) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.1.48) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -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: @sapFontFamily;
@@ -2090,13 +2090,13 @@
2090
2090
  @sapLegendBackgroundColor20: #f0f7fa;
2091
2091
 
2092
2092
  // [Tags "!Protected"]
2093
- @sapChart_OrderedColor_1: #5899da;
2093
+ @sapChart_OrderedColor_1: #438cd5;
2094
2094
 
2095
2095
  // [Tags "!Protected"]
2096
- @sapChart_OrderedColor_2: #e8743b;
2096
+ @sapChart_OrderedColor_2: #e66729;
2097
2097
 
2098
2098
  // [Tags "!Protected"]
2099
- @sapChart_OrderedColor_3: #19a979;
2099
+ @sapChart_OrderedColor_3: #16976c;
2100
2100
 
2101
2101
  // [Tags "!Protected"]
2102
2102
  @sapChart_OrderedColor_4: #ed4a7b;
@@ -2105,7 +2105,7 @@
2105
2105
  @sapChart_OrderedColor_5: #945ecf;
2106
2106
 
2107
2107
  // [Tags "!Protected"]
2108
- @sapChart_OrderedColor_6: #13a4b4;
2108
+ @sapChart_OrderedColor_6: #1193a2;
2109
2109
 
2110
2110
  // [Tags "!Protected"]
2111
2111
  @sapChart_OrderedColor_7: #525df4;
@@ -2117,7 +2117,7 @@
2117
2117
  @sapChart_OrderedColor_9: #6c8893;
2118
2118
 
2119
2119
  // [Tags "!Protected"]
2120
- @sapChart_OrderedColor_10: #ee6868;
2120
+ @sapChart_OrderedColor_10: #ed5f5f;
2121
2121
 
2122
2122
  // [Tags "!Protected"]
2123
2123
  @sapChart_OrderedColor_11: #2f6497;
@@ -2126,10 +2126,10 @@
2126
2126
  @sapChart_Bad: #dc0d0e;
2127
2127
 
2128
2128
  // [Tags "!Protected"]
2129
- @sapChart_Critical: #de890d;
2129
+ @sapChart_Critical: #cb7d0c;
2130
2130
 
2131
2131
  // [Tags "!Protected"]
2132
- @sapChart_Good: #3fa45b;
2132
+ @sapChart_Good: #3c9d57;
2133
2133
 
2134
2134
  // [Tags "!Protected"]
2135
2135
  @sapChart_Neutral: #848f94;
@@ -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
 
@@ -305,33 +305,39 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
305
305
  * Browsers synthesizes glyphs that have multiple diacritics from the basic glyphs. Some glyphs don't look right after
306
306
  * browsers' synthesis. Those glyphs need to be redirected to "72-full" where they are supported.
307
307
  *
308
- * U+1EA4-1EA7: A and a with circumflex synthesized with acute or grave
309
- * U+1EAA-1EAB: A and a with circumflex synthesized with tilde
310
- * U+1EBC-1EBD: E and e synthesized with tilde
311
- * U+1EBE-1EC1: E and e with circumflex synthesized with acute or gave
312
- * U+1EC4-1EC5: E and e with circumflex synthesized with tilde
313
- * U+1ED0-1ED3: O and o with circumflex synthesized with acute or gave
314
- * U+1ED6-1ED7: O and o with circumflex synthesized with tilde
315
- *
316
- * Moreover, the diacritic Caron has a special vertical form used on tall characters:
317
- *
318
- * U+010C: C with Caron
319
- * U+010F: d with Caron
320
- * U+013D: L with Caron
321
- * U+013E: l with Caron
322
- * U+0158: R with Caron
323
- * U+0165: t with Caron
324
- *
325
- * Those characters aren't covered by the font '72' but browsers synthesize the letter without diacritic with the
326
- * standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters are
327
- * covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
308
+ * Moreover, the diacritic Caron has a special vertical form used on tall characters. Those tall characters with Caron
309
+ * aren't covered by the font '72' but browsers synthesize the letter without diacritic with the * standard combining
310
+ * Caron (U+030C) which leads to the wrong display of those characters. Because those characters are * covered by the
311
+ * '72-full' font, they are redirected to that font as well for being correctly displayed.
328
312
  *
313
+ * U+0106: Ć
314
+ * U+0108: Ĉ
315
+ * U+010C: Č
316
+ * U+010F: ď
317
+ * U+013D-013E: Ľ, ľ
318
+ * U+0143: Ń
319
+ * U+0147-0148: Ň, ň
320
+ * U+0154: Ŕ
321
+ * U+0158: Ř
322
+ * U+015A: Ś
323
+ * U+015C-015D: Ŝ, ŝ
324
+ * U+0164-0165: Ť, ť
325
+ * U+0168-0169: Ũ, ũ
326
+ * U+016E-016F: Ů, ů
327
+ * U+0174-0177: Ŵ, ŵ, Ŷ, ŷ
328
+ * U+0179: Ź
329
+ * U+1EA4-1EA7: Ấ, ấ, Ầ, ầ
330
+ * U+1EAA-1EAB: Ẫ, ẫ
331
+ * U+1EBC-1EC1: Ẽ, ẽ, Ế, ế, Ề, ề
332
+ * U+1EC4-1EC5: Ễ, ễ
333
+ * U+1ED0-1ED3: Ố, ố, Ồ, ồ
334
+ * U+1ED6-1ED7: Ỗ, ỗ
329
335
  */
330
336
  @font-face {
331
337
  font-family: '72';
332
338
  font-style: normal;
333
339
  font-weight: 400;
334
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
340
+ 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;
335
341
  src: url('fonts/72-Regular-full.woff2') format('woff2');
336
342
  }
337
343
 
@@ -339,7 +345,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
339
345
  font-family: '72';
340
346
  font-style: normal;
341
347
  font-weight: 700;
342
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
348
+ 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;
343
349
  src: url('fonts/72-Bold-full.woff2') format('woff2');
344
350
  }
345
351
 
@@ -347,32 +353,32 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
347
353
  font-family: '72';
348
354
  font-style: normal;
349
355
  font-weight: 300;
350
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
356
+ 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;
351
357
  src: url('fonts/72-Light-full.woff2') format('woff2');
352
358
  }
353
359
 
354
360
  @font-face {
355
361
  font-family: '72-Bold';
356
362
  font-style: normal;
357
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
363
+ 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;
358
364
  src: url('fonts/72-Bold-full.woff2') format('woff2');
359
365
  }
360
366
 
361
367
  @font-face {
362
368
  font-family: '72-Light';
363
369
  font-style: normal;
364
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
370
+ 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;
365
371
  src: url('fonts/72-Light-full.woff2') format('woff2');
366
372
  }
367
373
 
368
374
  @font-face {
369
375
  font-family: '72Mono';
370
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
376
+ 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;
371
377
  src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
372
378
  }
373
379
 
374
380
  @font-face {
375
381
  font-family: '72Mono-Bold';
376
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
382
+ 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
383
  src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
378
384
  }
@@ -4,9 +4,9 @@
4
4
  <name>sap_belize_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.109.0</version>
9
+ <version>1.111.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast black 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 VERSION_UNKNOWN
4
- // * data:{"sModified":"2022-10-11T12:15:50Z"}
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_hcb/base.less (Version 11.1.44) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize_hcb/base.less (Version 11.1.48) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -492,7 +492,7 @@
492
492
  @sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
493
493
 
494
494
  // [Tags "!Protected"]
495
- @sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
495
+ @sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;
496
496
 
497
497
  // [Tags "!Protected"]
498
498
  @sapFontHeaderFamily: @sapFontFamily;
@@ -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
 
@@ -164,33 +164,39 @@
164
164
  * Browsers synthesizes glyphs that have multiple diacritics from the basic glyphs. Some glyphs don't look right after
165
165
  * browsers' synthesis. Those glyphs need to be redirected to "72-full" where they are supported.
166
166
  *
167
- * U+1EA4-1EA7: A and a with circumflex synthesized with acute or grave
168
- * U+1EAA-1EAB: A and a with circumflex synthesized with tilde
169
- * U+1EBC-1EBD: E and e synthesized with tilde
170
- * U+1EBE-1EC1: E and e with circumflex synthesized with acute or gave
171
- * U+1EC4-1EC5: E and e with circumflex synthesized with tilde
172
- * U+1ED0-1ED3: O and o with circumflex synthesized with acute or gave
173
- * U+1ED6-1ED7: O and o with circumflex synthesized with tilde
174
- *
175
- * Moreover, the diacritic Caron has a special vertical form used on tall characters:
176
- *
177
- * U+010C: C with Caron
178
- * U+010F: d with Caron
179
- * U+013D: L with Caron
180
- * U+013E: l with Caron
181
- * U+0158: R with Caron
182
- * U+0165: t with Caron
183
- *
184
- * Those characters aren't covered by the font '72' but browsers synthesize the letter without diacritic with the
185
- * standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters are
186
- * 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.
187
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: Ỗ, ỗ
188
194
  */
189
195
  @font-face {
190
196
  font-family: '72';
191
197
  font-style: normal;
192
198
  font-weight: 400;
193
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
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;
194
200
  src: url('fonts/72-Regular-full.woff2') format('woff2');
195
201
  }
196
202
 
@@ -198,7 +204,7 @@
198
204
  font-family: '72';
199
205
  font-style: normal;
200
206
  font-weight: 700;
201
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
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;
202
208
  src: url('fonts/72-Bold-full.woff2') format('woff2');
203
209
  }
204
210
 
@@ -206,32 +212,32 @@
206
212
  font-family: '72';
207
213
  font-style: normal;
208
214
  font-weight: 300;
209
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
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;
210
216
  src: url('fonts/72-Light-full.woff2') format('woff2');
211
217
  }
212
218
 
213
219
  @font-face {
214
220
  font-family: '72-Bold';
215
221
  font-style: normal;
216
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
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;
217
223
  src: url('fonts/72-Bold-full.woff2') format('woff2');
218
224
  }
219
225
 
220
226
  @font-face {
221
227
  font-family: '72-Light';
222
228
  font-style: normal;
223
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
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;
224
230
  src: url('fonts/72-Light-full.woff2') format('woff2');
225
231
  }
226
232
 
227
233
  @font-face {
228
234
  font-family: '72Mono';
229
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
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;
230
236
  src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
231
237
  }
232
238
 
233
239
  @font-face {
234
240
  font-family: '72Mono-Bold';
235
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
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;
236
242
  src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
237
243
  }
@@ -4,9 +4,9 @@
4
4
  <name>sap_belize_hcw</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.109.0</version>
9
+ <version>1.111.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast white 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 VERSION_UNKNOWN
4
- // * data:{"sModified":"2022-10-11T12:15:50Z"}
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_hcw/base.less (Version 11.1.44) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.1.48) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -492,7 +492,7 @@
492
492
  @sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
493
493
 
494
494
  // [Tags "!Protected"]
495
- @sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
495
+ @sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;
496
496
 
497
497
  // [Tags "!Protected"]
498
498
  @sapFontHeaderFamily: @sapFontFamily;
@@ -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
 
@@ -164,33 +164,39 @@
164
164
  * Browsers synthesizes glyphs that have multiple diacritics from the basic glyphs. Some glyphs don't look right after
165
165
  * browsers' synthesis. Those glyphs need to be redirected to "72-full" where they are supported.
166
166
  *
167
- * U+1EA4-1EA7: A and a with circumflex synthesized with acute or grave
168
- * U+1EAA-1EAB: A and a with circumflex synthesized with tilde
169
- * U+1EBC-1EBD: E and e synthesized with tilde
170
- * U+1EBE-1EC1: E and e with circumflex synthesized with acute or gave
171
- * U+1EC4-1EC5: E and e with circumflex synthesized with tilde
172
- * U+1ED0-1ED3: O and o with circumflex synthesized with acute or gave
173
- * U+1ED6-1ED7: O and o with circumflex synthesized with tilde
174
- *
175
- * Moreover, the diacritic Caron has a special vertical form used on tall characters:
176
- *
177
- * U+010C: C with Caron
178
- * U+010F: d with Caron
179
- * U+013D: L with Caron
180
- * U+013E: l with Caron
181
- * U+0158: R with Caron
182
- * U+0165: t with Caron
183
- *
184
- * Those characters aren't covered by the font '72' but browsers synthesize the letter without diacritic with the
185
- * standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters are
186
- * 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.
187
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: Ỗ, ỗ
188
194
  */
189
195
  @font-face {
190
196
  font-family: '72';
191
197
  font-style: normal;
192
198
  font-weight: 400;
193
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
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;
194
200
  src: url('fonts/72-Regular-full.woff2') format('woff2');
195
201
  }
196
202
 
@@ -198,7 +204,7 @@
198
204
  font-family: '72';
199
205
  font-style: normal;
200
206
  font-weight: 700;
201
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
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;
202
208
  src: url('fonts/72-Bold-full.woff2') format('woff2');
203
209
  }
204
210
 
@@ -206,32 +212,32 @@
206
212
  font-family: '72';
207
213
  font-style: normal;
208
214
  font-weight: 300;
209
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
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;
210
216
  src: url('fonts/72-Light-full.woff2') format('woff2');
211
217
  }
212
218
 
213
219
  @font-face {
214
220
  font-family: '72-Bold';
215
221
  font-style: normal;
216
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
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;
217
223
  src: url('fonts/72-Bold-full.woff2') format('woff2');
218
224
  }
219
225
 
220
226
  @font-face {
221
227
  font-family: '72-Light';
222
228
  font-style: normal;
223
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
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;
224
230
  src: url('fonts/72-Light-full.woff2') format('woff2');
225
231
  }
226
232
 
227
233
  @font-face {
228
234
  font-family: '72Mono';
229
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
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;
230
236
  src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
231
237
  }
232
238
 
233
239
  @font-face {
234
240
  font-family: '72Mono-Bold';
235
- unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
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;
236
242
  src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
237
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.109.0</version>
9
+ <version>1.111.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 VERSION_UNKNOWN
4
- // * data:{"sModified":"2022-10-11T12:15:50Z"}
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.44) *******************/
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;
@@ -32,7 +32,7 @@
32
32
  @sapUiChartPositiveLargeText: lighten(@sapUiChartGood, 15); // #a0dbb1
33
33
  @sapUiChartNeutralLargeText: lighten(@sapUiChartNeutral, 30); // #f1f2f3
34
34
 
35
- @sapUiChartDataPointBG: darken(desaturate(@sapUiChartNeutral, 1), 10); // #848f94
35
+ @sapUiChartDataPointBG: saturate(lighten(@sapUiChartNeutral, 40), 1);
36
36
  @sapUiChartDataPointBGBorderColor: darken(desaturate(@sapUiChartNeutral, 1), 10); // #848f94
37
37
  @sapUiChartDataLineColorWithBG: darken(@sapUiChartGridlineColor, 40); // #333333
38
38
  @sapUiChartDataLineColor: lighten(@sapUiChartGridlineColor, 40); // #ffffff
@@ -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