@openui5/themelib_sap_belize 1.107.1 → 1.108.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.
package/THIRDPARTY.txt CHANGED
@@ -382,7 +382,7 @@ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/D
382
382
 
383
383
  Library: sap.ui.integration:
384
384
 
385
- Component: UI5 Web Components, version: 1.0.1
385
+ Component: UI5 Web Components, version: 1.7.0
386
386
  Copyright: SAP
387
387
  License: Apache-2.0
388
388
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_belize",
3
- "version": "1.107.1",
3
+ "version": "1.108.0",
4
4
  "description": "OpenUI5 Theme Library sap_belize",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,22 +14,22 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.107.1",
18
- "@openui5/sap.m": "1.107.1",
19
- "@openui5/sap.tnt": "1.107.1",
20
- "@openui5/sap.ui.codeeditor": "1.107.1",
21
- "@openui5/sap.ui.commons": "1.107.1",
22
- "@openui5/sap.ui.core": "1.107.1",
23
- "@openui5/sap.ui.dt": "1.107.1",
24
- "@openui5/sap.ui.fl": "1.107.1",
25
- "@openui5/sap.ui.mdc": "1.107.1",
26
- "@openui5/sap.ui.integration": "1.107.1",
27
- "@openui5/sap.ui.layout": "1.107.1",
28
- "@openui5/sap.ui.rta": "1.107.1",
29
- "@openui5/sap.ui.suite": "1.107.1",
30
- "@openui5/sap.ui.table": "1.107.1",
31
- "@openui5/sap.ui.unified": "1.107.1",
32
- "@openui5/sap.ui.ux3": "1.107.1",
33
- "@openui5/sap.uxap": "1.107.1"
17
+ "@openui5/sap.f": "1.108.0",
18
+ "@openui5/sap.m": "1.108.0",
19
+ "@openui5/sap.tnt": "1.108.0",
20
+ "@openui5/sap.ui.codeeditor": "1.108.0",
21
+ "@openui5/sap.ui.commons": "1.108.0",
22
+ "@openui5/sap.ui.core": "1.108.0",
23
+ "@openui5/sap.ui.dt": "1.108.0",
24
+ "@openui5/sap.ui.fl": "1.108.0",
25
+ "@openui5/sap.ui.mdc": "1.108.0",
26
+ "@openui5/sap.ui.integration": "1.108.0",
27
+ "@openui5/sap.ui.layout": "1.108.0",
28
+ "@openui5/sap.ui.rta": "1.108.0",
29
+ "@openui5/sap.ui.suite": "1.108.0",
30
+ "@openui5/sap.ui.table": "1.108.0",
31
+ "@openui5/sap.ui.unified": "1.108.0",
32
+ "@openui5/sap.ui.ux3": "1.108.0",
33
+ "@openui5/sap.uxap": "1.108.0"
34
34
  }
35
35
  }
@@ -0,0 +1,25 @@
1
+ /* ================================== */
2
+ /* CSS for control sap.m/ActionTile */
3
+ /* Belize theme */
4
+ /* ================================== */
5
+
6
+ .sapMAT:hover {
7
+ box-shadow: 0 0 0 1px fade(@sapUiContentShadowColor, 30);
8
+ transition: background 0.2s;
9
+ background: @sapUiTileHoverBackground;
10
+ }
11
+
12
+ .sapMAT:focus {
13
+ .sapMATFocusDiv {
14
+ border: 0.125rem dotted @sapUiContentFocusColor !important;
15
+ }
16
+ .sapMGTFocusDiv {
17
+ border: 0.125rem dotted @sapUiContentFocusColor !important;
18
+ }
19
+ }
20
+
21
+ .sapMAT:active {
22
+ .sapMATFocusDiv {
23
+ border: none;
24
+ }
25
+ }
@@ -116,4 +116,12 @@ html.sap-desktop .sapMFooter-CTX .sapMBtnInner.sapMBtnReject {
116
116
  color: @sapUiButtonActiveTextColor;
117
117
  }
118
118
  }
119
+ }
120
+
121
+ .sapUiSizeCompact {
122
+ .sapMBtnInner.sapMBtnText,
123
+ .sapMBtnInner.sapMBtnIconFirst {
124
+ padding-left: 0.4375rem;
125
+ padding-right: 0.4375rem;
126
+ }
119
127
  }
@@ -11,6 +11,7 @@
11
11
 
12
12
  @import "ActionListItem.less";
13
13
  @import "ActionSelect.less";
14
+ @import "ActionTile.less";
14
15
  @import "Avatar.less";
15
16
  @import "Bar.less";
16
17
  @import "BusyIndicator.less";
@@ -0,0 +1,24 @@
1
+ /* ================================== */
2
+ /* CSS for control sap.m/ActionTile */
3
+ /* Belize High Contrast Black theme */
4
+ /* ================================== */
5
+
6
+ .sapMAT:hover {
7
+ box-shadow: 0 0 0 0.125rem @sapUiContentShadowColor;
8
+ background-color: @sapTile_Background;
9
+ }
10
+
11
+ .sapMAT:focus {
12
+ .sapMATFocusDiv {
13
+ border: 0.125rem dotted @sapUiContentFocusColor !important;
14
+ }
15
+ .sapMGTFocusDiv {
16
+ border: 0.125rem dotted @sapUiContentFocusColor !important;
17
+ }
18
+ }
19
+
20
+ .sapMAT:active {
21
+ .sapMATFocusDiv {
22
+ border: none;
23
+ }
24
+ }
@@ -78,6 +78,14 @@ span.sapMBtnInner.sapMBtnEmphasized > .sapMBtnContent
78
78
  }
79
79
  }
80
80
 
81
+ .sapUiSizeCompact {
82
+ .sapMBtnInner.sapMBtnText,
83
+ .sapMBtnInner.sapMBtnIconFirst {
84
+ padding-left: 0.4375rem;
85
+ padding-right: 0.4375rem;
86
+ }
87
+ }
88
+
81
89
  /* --------------------------------------------------------------------- */
82
90
  /* Custom focus outline: */
83
91
  /* --------------------------------------------------------------------- */
@@ -11,6 +11,7 @@
11
11
 
12
12
  @import "ActionListItem.less";
13
13
  @import "ActionSelect.less";
14
+ @import "ActionTile.less";
14
15
  @import "Avatar.less";
15
16
  @import "BrowserScrollbar.less";
16
17
  @import "Breadcrumbs.less";
@@ -0,0 +1,24 @@
1
+ /* ================================== */
2
+ /* CSS for control sap.m/ActionTile */
3
+ /* Belize High Contrast White theme */
4
+ /* ================================== */
5
+
6
+ .sapMAT:hover {
7
+ box-shadow: 0 0 0 0.125rem @sapUiContentShadowColor;
8
+ background-color: @sapTile_Background;
9
+ }
10
+
11
+ .sapMAT:focus {
12
+ .sapMATFocusDiv {
13
+ border: 0.125rem dotted @sapUiContentFocusColor !important;
14
+ }
15
+ .sapMGTFocusDiv {
16
+ border: 0.125rem dotted @sapUiContentFocusColor !important;
17
+ }
18
+ }
19
+
20
+ .sapMAT:active {
21
+ .sapMATFocusDiv {
22
+ border: none;
23
+ }
24
+ }
@@ -78,6 +78,13 @@ span.sapMBtnInner.sapMBtnEmphasized > .sapMBtnContent
78
78
  }
79
79
  }
80
80
 
81
+ .sapUiSizeCompact {
82
+ .sapMBtnInner.sapMBtnText,
83
+ .sapMBtnInner.sapMBtnIconFirst {
84
+ padding-left: 0.4375rem;
85
+ padding-right: 0.4375rem;
86
+ }
87
+ }
81
88
 
82
89
  /* --------------------------------------------------------------------- */
83
90
  /* Custom focus outline: */
@@ -11,6 +11,7 @@
11
11
 
12
12
  @import "ActionListItem.less";
13
13
  @import "ActionSelect.less";
14
+ @import "ActionTile.less";
14
15
  @import "Avatar.less";
15
16
  @import "BrowserScrollbar.less";
16
17
  @import "Breadcrumbs.less";
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.107.1</version>
9
+ <version>1.108.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize theme library.</documentation>
12
12
 
@@ -327,15 +327,17 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
327
327
  * U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
328
328
  *
329
329
  *
330
- * Moreover, the caron has a special vertical form used on tall characters:
330
+ * Moreover, the Caron has a special vertical form used on tall characters:
331
331
  *
332
- * U+010F: small letter d with caron
333
- * U+013D: capital letter L with caron
334
- * U+013E: small letter l with caron
335
- * U+0165: small letter t with caron
332
+ * U+010C: C with Caron
333
+ * U+010F: d with Caron
334
+ * U+013D: L with Caron
335
+ * U+013E: l with Caron
336
+ * U+0158: R with Caron
337
+ * U+0165: t with Caron
336
338
  *
337
- * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with the
338
- * standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
339
+ * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with
340
+ * the standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters
339
341
  * are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
340
342
  *
341
343
  */
@@ -343,7 +345,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
343
345
  font-family: '72';
344
346
  font-style: normal;
345
347
  font-weight: 400;
346
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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;
348
+ 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;
347
349
  src: url('fonts/72-Regular-full.woff2') format('woff2');
348
350
  }
349
351
 
@@ -351,7 +353,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
351
353
  font-family: '72';
352
354
  font-style: normal;
353
355
  font-weight: 700;
354
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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;
356
+ 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;
355
357
  src: url('fonts/72-Bold-full.woff2') format('woff2');
356
358
  }
357
359
 
@@ -359,32 +361,32 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
359
361
  font-family: '72';
360
362
  font-style: normal;
361
363
  font-weight: 300;
362
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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;
364
+ 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;
363
365
  src: url('fonts/72-Light-full.woff2') format('woff2');
364
366
  }
365
367
 
366
368
  @font-face {
367
369
  font-family: '72-Bold';
368
370
  font-style: normal;
369
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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;
371
+ 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;
370
372
  src: url('fonts/72-Bold-full.woff2') format('woff2');
371
373
  }
372
374
 
373
375
  @font-face {
374
376
  font-family: '72-Light';
375
377
  font-style: normal;
376
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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;
378
+ unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
377
379
  src: url('fonts/72-Light-full.woff2') format('woff2');
378
380
  }
379
381
 
380
382
  @font-face {
381
383
  font-family: '72Mono';
382
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
384
+ unicode-range: U+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;
383
385
  src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
384
386
  }
385
387
 
386
388
  @font-face {
387
389
  font-family: '72Mono-Bold';
388
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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;
390
+ 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;
389
391
  src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
390
392
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.107.1</version>
9
+ <version>1.108.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast black theme library.</documentation>
12
12
 
@@ -186,15 +186,17 @@
186
186
  * U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
187
187
  *
188
188
  *
189
- * Moreover, the caron has a special vertical form used on tall characters:
189
+ * Moreover, the Caron has a special vertical form used on tall characters:
190
190
  *
191
- * U+010F: small letter d with caron
192
- * U+013D: capital letter L with caron
193
- * U+013E: small letter l with caron
194
- * U+0165: small letter t with caron
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
195
197
  *
196
- * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with the
197
- * standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
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
198
200
  * are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
199
201
  *
200
202
  */
@@ -202,7 +204,7 @@
202
204
  font-family: '72';
203
205
  font-style: normal;
204
206
  font-weight: 400;
205
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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+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;
206
208
  src: url('fonts/72-Regular-full.woff2') format('woff2');
207
209
  }
208
210
 
@@ -210,7 +212,7 @@
210
212
  font-family: '72';
211
213
  font-style: normal;
212
214
  font-weight: 700;
213
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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+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;
214
216
  src: url('fonts/72-Bold-full.woff2') format('woff2');
215
217
  }
216
218
 
@@ -218,32 +220,32 @@
218
220
  font-family: '72';
219
221
  font-style: normal;
220
222
  font-weight: 300;
221
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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;
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;
222
224
  src: url('fonts/72-Light-full.woff2') format('woff2');
223
225
  }
224
226
 
225
227
  @font-face {
226
228
  font-family: '72-Bold';
227
229
  font-style: normal;
228
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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;
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;
229
231
  src: url('fonts/72-Bold-full.woff2') format('woff2');
230
232
  }
231
233
 
232
234
  @font-face {
233
235
  font-family: '72-Light';
234
236
  font-style: normal;
235
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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;
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;
236
238
  src: url('fonts/72-Light-full.woff2') format('woff2');
237
239
  }
238
240
 
239
241
  @font-face {
240
242
  font-family: '72Mono';
241
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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;
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;
242
244
  src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
243
245
  }
244
246
 
245
247
  @font-face {
246
248
  font-family: '72Mono-Bold';
247
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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;
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;
248
250
  src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
249
251
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.107.1</version>
9
+ <version>1.108.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast white theme library.</documentation>
12
12
 
@@ -186,15 +186,17 @@
186
186
  * U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
187
187
  *
188
188
  *
189
- * Moreover, the caron has a special vertical form used on tall characters:
189
+ * Moreover, the Caron has a special vertical form used on tall characters:
190
190
  *
191
- * U+010F: small letter d with caron
192
- * U+013D: capital letter L with caron
193
- * U+013E: small letter l with caron
194
- * U+0165: small letter t with caron
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
195
197
  *
196
- * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with the
197
- * standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
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
198
200
  * are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
199
201
  *
200
202
  */
@@ -202,7 +204,7 @@
202
204
  font-family: '72';
203
205
  font-style: normal;
204
206
  font-weight: 400;
205
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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+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;
206
208
  src: url('fonts/72-Regular-full.woff2') format('woff2');
207
209
  }
208
210
 
@@ -210,7 +212,7 @@
210
212
  font-family: '72';
211
213
  font-style: normal;
212
214
  font-weight: 700;
213
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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+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;
214
216
  src: url('fonts/72-Bold-full.woff2') format('woff2');
215
217
  }
216
218
 
@@ -218,32 +220,32 @@
218
220
  font-family: '72';
219
221
  font-style: normal;
220
222
  font-weight: 300;
221
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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;
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;
222
224
  src: url('fonts/72-Light-full.woff2') format('woff2');
223
225
  }
224
226
 
225
227
  @font-face {
226
228
  font-family: '72-Bold';
227
229
  font-style: normal;
228
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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;
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;
229
231
  src: url('fonts/72-Bold-full.woff2') format('woff2');
230
232
  }
231
233
 
232
234
  @font-face {
233
235
  font-family: '72-Light';
234
236
  font-style: normal;
235
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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;
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;
236
238
  src: url('fonts/72-Light-full.woff2') format('woff2');
237
239
  }
238
240
 
239
241
  @font-face {
240
242
  font-family: '72Mono';
241
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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;
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;
242
244
  src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
243
245
  }
244
246
 
245
247
  @font-face {
246
248
  font-family: '72Mono-Bold';
247
- unicode-range: U+0102-0103, U+010F, U+013D, U+013E, 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;
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;
248
250
  src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
249
251
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.107.1</version>
9
+ <version>1.108.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize plus theme library.</documentation>
12
12
 
@@ -6,4 +6,4 @@
6
6
 
7
7
  @import "../base/library.source.less";
8
8
  @import "../../../../../sap/ui/core/themes/sap_belize/base.less";
9
- @import "../../../../../sap/ui/core/themes/sap_belize/global.less";
9
+ @import "../../../../../sap/ui/core/themes/sap_belize/global.less";
@@ -6,4 +6,4 @@
6
6
 
7
7
  @import "../sap_belize/library.source.less";
8
8
  @import "../../../../../sap/ui/core/themes/sap_belize_plus/base.less";
9
- @import "../../../../../sap/ui/core/themes/sap_belize_plus/global.less";
9
+ @import "../../../../../sap/ui/core/themes/sap_belize_plus/global.less";