@openui5/themelib_sap_fiori_3 1.84.25 → 1.84.26
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/LICENSE.txt +1 -1
- package/package.json +18 -18
- package/src/sap/m/themes/sap_fiori_3/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_fiori_3_dark/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_fiori_3_hcb/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_fiori_3_hcw/RadioButton.less +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3/base.less +3 -3
- package/src/sap/ui/core/themes/sap_fiori_3/shared.less +117 -1
- package/src/sap/ui/core/themes/sap_fiori_3_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_dark/base.less +3 -3
- package/src/sap/ui/core/themes/sap_fiori_3_dark/shared.less +117 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/base.less +3 -3
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/shared.less +117 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/base.less +3 -3
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/shared.less +117 -1
package/LICENSE.txt
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_fiori_3",
|
|
3
|
-
"version": "1.84.
|
|
3
|
+
"version": "1.84.26",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_fiori_3",
|
|
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.84.
|
|
18
|
-
"@openui5/sap.m": "1.84.
|
|
19
|
-
"@openui5/sap.tnt": "1.84.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.84.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.84.
|
|
22
|
-
"@openui5/sap.ui.core": "1.84.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.84.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.84.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.84.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.84.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.84.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.84.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.84.
|
|
30
|
-
"@openui5/sap.ui.table": "1.84.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.84.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.84.
|
|
33
|
-
"@openui5/sap.uxap": "1.84.
|
|
17
|
+
"@openui5/sap.f": "1.84.26",
|
|
18
|
+
"@openui5/sap.m": "1.84.26",
|
|
19
|
+
"@openui5/sap.tnt": "1.84.26",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.84.26",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.84.26",
|
|
22
|
+
"@openui5/sap.ui.core": "1.84.26",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.84.26",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.84.26",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.84.26",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.84.26",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.84.26",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.84.26",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.84.26",
|
|
30
|
+
"@openui5/sap.ui.table": "1.84.26",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.84.26",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.84.26",
|
|
33
|
+
"@openui5/sap.uxap": "1.84.26"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -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.84.
|
|
9
|
+
<version>1.84.26</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Fiori 3 theme library.</documentation>
|
|
12
12
|
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
// [Label "Font Family"]
|
|
37
37
|
// [Description "The preferred font family"]
|
|
38
38
|
// [Tags "Quick", "Base", "Content", "Font", "Protected"]
|
|
39
|
-
@sapFontFamily: "
|
|
39
|
+
@sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
|
|
40
40
|
|
|
41
|
-
@sapFontLightFamily: "
|
|
41
|
+
@sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
42
42
|
|
|
43
|
-
@sapFontBoldFamily: "
|
|
43
|
+
@sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
44
44
|
|
|
45
45
|
@sapFontHeaderFamily: @sapFontFamily;
|
|
46
46
|
|
|
@@ -263,6 +263,36 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
263
263
|
url('fonts/72-Light-full.woff') format('woff');
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
+
@font-face {
|
|
267
|
+
font-family: '72-Bold';
|
|
268
|
+
font-style: normal;
|
|
269
|
+
src: url('fonts/72-Bold.woff2') format('woff2'),
|
|
270
|
+
url('fonts/72-Bold.woff') format('woff'),
|
|
271
|
+
local('72-Bold');
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
@font-face {
|
|
275
|
+
font-family: '72-Boldfull';
|
|
276
|
+
font-style: normal;
|
|
277
|
+
src: url('fonts/72-Bold-full.woff2') format('woff2'),
|
|
278
|
+
url('fonts/72-Bold-full.woff') format('woff');
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
@font-face {
|
|
282
|
+
font-family: '72-Light';
|
|
283
|
+
font-style: normal;
|
|
284
|
+
src: url('fonts/72-Light.woff2') format('woff2'),
|
|
285
|
+
url('fonts/72-Light.woff') format('woff'),
|
|
286
|
+
local('72-Light');
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
@font-face {
|
|
290
|
+
font-family: '72-Lightfull';
|
|
291
|
+
font-style: normal;
|
|
292
|
+
src: url('fonts/72-Light-full.woff2') format('woff2'),
|
|
293
|
+
url('fonts/72-Light-full.woff') format('woff');
|
|
294
|
+
}
|
|
295
|
+
|
|
266
296
|
/**
|
|
267
297
|
* Some diacritics are supported by the 72 font:
|
|
268
298
|
* * Grave
|
|
@@ -291,11 +321,97 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
291
321
|
*
|
|
292
322
|
*/
|
|
293
323
|
@font-face {
|
|
294
|
-
font-family: '
|
|
324
|
+
font-family: '72';
|
|
325
|
+
font-style: normal;
|
|
326
|
+
font-weight: 400;
|
|
327
|
+
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
328
|
+
src: local('Arial'), local('Helvetica'), local('sans-serif');
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
@font-face {
|
|
332
|
+
font-family: '72';
|
|
333
|
+
font-style: normal;
|
|
334
|
+
font-weight: 700;
|
|
335
|
+
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
336
|
+
src: local('Arial'), local('Helvetica'), local('sans-serif');
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
@font-face {
|
|
340
|
+
font-family: '72';
|
|
341
|
+
font-style: normal;
|
|
342
|
+
font-weight: 300;
|
|
295
343
|
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
296
344
|
src: local('Arial'), local('Helvetica'), local('sans-serif');
|
|
297
345
|
}
|
|
298
346
|
|
|
347
|
+
@font-face {
|
|
348
|
+
font-family: '72-Bold';
|
|
349
|
+
font-style: normal;
|
|
350
|
+
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
351
|
+
src: local('Arial Bold'), local('Arial'), local('Helvetica'), local('sans-serif');
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
@font-face {
|
|
355
|
+
font-family: '72-Light';
|
|
356
|
+
font-style: normal;
|
|
357
|
+
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
358
|
+
src: local('Arial'), local('Helvetica'), local('sans-serif');
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
/**
|
|
362
|
+
* The caron has a special vertical form used on tall characters:
|
|
363
|
+
* * Small letter d with caron U+010F
|
|
364
|
+
* * Small letter t with caron U+0165
|
|
365
|
+
* * Small letter l with caron U+013E
|
|
366
|
+
* * Capital letter L with caron U+013D
|
|
367
|
+
*
|
|
368
|
+
* Those characters aren't covered by the font 72 but some browser simply combine the letter without diacritics with the
|
|
369
|
+
* standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
|
|
370
|
+
* are covered by the 72-full font, they are redirected to that font for being correctly displayed.
|
|
371
|
+
*/
|
|
372
|
+
@font-face {
|
|
373
|
+
font-family: '72';
|
|
374
|
+
font-style: normal;
|
|
375
|
+
font-weight: 400;
|
|
376
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
377
|
+
src: url('fonts/72-Regular-full.woff2') format('woff2'),
|
|
378
|
+
url('fonts/72-Regular-full.woff') format('woff');
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
@font-face {
|
|
382
|
+
font-family: '72';
|
|
383
|
+
font-style: normal;
|
|
384
|
+
font-weight: 700;
|
|
385
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
386
|
+
src: url('fonts/72-Bold-full.woff2') format('woff2'),
|
|
387
|
+
url('fonts/72-Bold-full.woff') format('woff');
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
@font-face {
|
|
391
|
+
font-family: '72';
|
|
392
|
+
font-style: normal;
|
|
393
|
+
font-weight: 300;
|
|
394
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
395
|
+
src: url('fonts/72-Light-full.woff2') format('woff2'),
|
|
396
|
+
url('fonts/72-Light-full.woff') format('woff');
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
@font-face {
|
|
400
|
+
font-family: '72-Light';
|
|
401
|
+
font-style: normal;
|
|
402
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
403
|
+
src: url('fonts/72-Light-full.woff2') format('woff2'),
|
|
404
|
+
url('fonts/72-Light-full.woff') format('woff');
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
@font-face {
|
|
408
|
+
font-family: '72-Bold';
|
|
409
|
+
font-style: normal;
|
|
410
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
411
|
+
src: url('fonts/72-Bold-full.woff2') format('woff2'),
|
|
412
|
+
url('fonts/72-Bold-full.woff') format('woff');
|
|
413
|
+
}
|
|
414
|
+
|
|
299
415
|
// Responsive paddings
|
|
300
416
|
.sapUi-Std-PaddingS {
|
|
301
417
|
padding-left: 1rem !important;
|
|
@@ -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.84.
|
|
9
|
+
<version>1.84.26</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 quartz dark black theme library.</documentation>
|
|
12
12
|
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
// [Label "Font Family"]
|
|
37
37
|
// [Description "The preferred font family"]
|
|
38
38
|
// [Tags "Quick", "Base", "Content", "Font", "Protected"]
|
|
39
|
-
@sapFontFamily: "
|
|
39
|
+
@sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
|
|
40
40
|
|
|
41
|
-
@sapFontLightFamily: "
|
|
41
|
+
@sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
42
42
|
|
|
43
|
-
@sapFontBoldFamily: "
|
|
43
|
+
@sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
44
44
|
|
|
45
45
|
@sapFontHeaderFamily: @sapFontFamily;
|
|
46
46
|
|
|
@@ -263,6 +263,36 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
263
263
|
url('fonts/72-Light-full.woff') format('woff');
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
+
@font-face {
|
|
267
|
+
font-family: '72-Bold';
|
|
268
|
+
font-style: normal;
|
|
269
|
+
src: url('fonts/72-Bold.woff2') format('woff2'),
|
|
270
|
+
url('fonts/72-Bold.woff') format('woff'),
|
|
271
|
+
local('72-Bold');
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
@font-face {
|
|
275
|
+
font-family: '72-Boldfull';
|
|
276
|
+
font-style: normal;
|
|
277
|
+
src: url('fonts/72-Bold-full.woff2') format('woff2'),
|
|
278
|
+
url('fonts/72-Bold-full.woff') format('woff');
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
@font-face {
|
|
282
|
+
font-family: '72-Light';
|
|
283
|
+
font-style: normal;
|
|
284
|
+
src: url('fonts/72-Light.woff2') format('woff2'),
|
|
285
|
+
url('fonts/72-Light.woff') format('woff'),
|
|
286
|
+
local('72-Light');
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
@font-face {
|
|
290
|
+
font-family: '72-Lightfull';
|
|
291
|
+
font-style: normal;
|
|
292
|
+
src: url('fonts/72-Light-full.woff2') format('woff2'),
|
|
293
|
+
url('fonts/72-Light-full.woff') format('woff');
|
|
294
|
+
}
|
|
295
|
+
|
|
266
296
|
/**
|
|
267
297
|
* Some diacritics are supported by the 72 font:
|
|
268
298
|
* * Grave
|
|
@@ -291,11 +321,97 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
291
321
|
*
|
|
292
322
|
*/
|
|
293
323
|
@font-face {
|
|
294
|
-
font-family: '
|
|
324
|
+
font-family: '72';
|
|
325
|
+
font-style: normal;
|
|
326
|
+
font-weight: 400;
|
|
327
|
+
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
328
|
+
src: local('Arial'), local('Helvetica'), local('sans-serif');
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
@font-face {
|
|
332
|
+
font-family: '72';
|
|
333
|
+
font-style: normal;
|
|
334
|
+
font-weight: 700;
|
|
335
|
+
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
336
|
+
src: local('Arial'), local('Helvetica'), local('sans-serif');
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
@font-face {
|
|
340
|
+
font-family: '72';
|
|
341
|
+
font-style: normal;
|
|
342
|
+
font-weight: 300;
|
|
295
343
|
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
296
344
|
src: local('Arial'), local('Helvetica'), local('sans-serif');
|
|
297
345
|
}
|
|
298
346
|
|
|
347
|
+
@font-face {
|
|
348
|
+
font-family: '72-Bold';
|
|
349
|
+
font-style: normal;
|
|
350
|
+
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
351
|
+
src: local('Arial Bold'), local('Arial'), local('Helvetica'), local('sans-serif');
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
@font-face {
|
|
355
|
+
font-family: '72-Light';
|
|
356
|
+
font-style: normal;
|
|
357
|
+
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
358
|
+
src: local('Arial'), local('Helvetica'), local('sans-serif');
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
/**
|
|
362
|
+
* The caron has a special vertical form used on tall characters:
|
|
363
|
+
* * Small letter d with caron U+010F
|
|
364
|
+
* * Small letter t with caron U+0165
|
|
365
|
+
* * Small letter l with caron U+013E
|
|
366
|
+
* * Capital letter L with caron U+013D
|
|
367
|
+
*
|
|
368
|
+
* Those characters aren't covered by the font 72 but some browser simply combine the letter without diacritics with the
|
|
369
|
+
* standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
|
|
370
|
+
* are covered by the 72-full font, they are redirected to that font for being correctly displayed.
|
|
371
|
+
*/
|
|
372
|
+
@font-face {
|
|
373
|
+
font-family: '72';
|
|
374
|
+
font-style: normal;
|
|
375
|
+
font-weight: 400;
|
|
376
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
377
|
+
src: url('fonts/72-Regular-full.woff2') format('woff2'),
|
|
378
|
+
url('fonts/72-Regular-full.woff') format('woff');
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
@font-face {
|
|
382
|
+
font-family: '72';
|
|
383
|
+
font-style: normal;
|
|
384
|
+
font-weight: 700;
|
|
385
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
386
|
+
src: url('fonts/72-Bold-full.woff2') format('woff2'),
|
|
387
|
+
url('fonts/72-Bold-full.woff') format('woff');
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
@font-face {
|
|
391
|
+
font-family: '72';
|
|
392
|
+
font-style: normal;
|
|
393
|
+
font-weight: 300;
|
|
394
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
395
|
+
src: url('fonts/72-Light-full.woff2') format('woff2'),
|
|
396
|
+
url('fonts/72-Light-full.woff') format('woff');
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
@font-face {
|
|
400
|
+
font-family: '72-Light';
|
|
401
|
+
font-style: normal;
|
|
402
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
403
|
+
src: url('fonts/72-Light-full.woff2') format('woff2'),
|
|
404
|
+
url('fonts/72-Light-full.woff') format('woff');
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
@font-face {
|
|
408
|
+
font-family: '72-Bold';
|
|
409
|
+
font-style: normal;
|
|
410
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
411
|
+
src: url('fonts/72-Bold-full.woff2') format('woff2'),
|
|
412
|
+
url('fonts/72-Bold-full.woff') format('woff');
|
|
413
|
+
}
|
|
414
|
+
|
|
299
415
|
// Responsive paddings
|
|
300
416
|
.sapUi-Std-PaddingS {
|
|
301
417
|
padding-left: 1rem !important;
|
|
@@ -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.84.
|
|
9
|
+
<version>1.84.26</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 quartz high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
// [Label "Font Family"]
|
|
37
37
|
// [Description "The preferred font family"]
|
|
38
38
|
// [Tags "Quick", "Base", "Content", "Font", "Protected"]
|
|
39
|
-
@sapFontFamily: "
|
|
39
|
+
@sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
|
|
40
40
|
|
|
41
|
-
@sapFontLightFamily: "
|
|
41
|
+
@sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
42
42
|
|
|
43
|
-
@sapFontBoldFamily: "
|
|
43
|
+
@sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
44
44
|
|
|
45
45
|
@sapFontHeaderFamily: @sapFontFamily;
|
|
46
46
|
|
|
@@ -118,6 +118,36 @@
|
|
|
118
118
|
url('fonts/72-Light-full.woff') format('woff');
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
+
@font-face {
|
|
122
|
+
font-family: '72-Bold';
|
|
123
|
+
font-style: normal;
|
|
124
|
+
src: url('fonts/72-Bold.woff2') format('woff2'),
|
|
125
|
+
url('fonts/72-Bold.woff') format('woff'),
|
|
126
|
+
local('72-Bold');
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
@font-face {
|
|
130
|
+
font-family: '72-Boldfull';
|
|
131
|
+
font-style: normal;
|
|
132
|
+
src: url('fonts/72-Bold-full.woff2') format('woff2'),
|
|
133
|
+
url('fonts/72-Bold-full.woff') format('woff');
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
@font-face {
|
|
137
|
+
font-family: '72-Light';
|
|
138
|
+
font-style: normal;
|
|
139
|
+
src: url('fonts/72-Light.woff2') format('woff2'),
|
|
140
|
+
url('fonts/72-Light.woff') format('woff'),
|
|
141
|
+
local('72-Light');
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
@font-face {
|
|
145
|
+
font-family: '72-Lightfull';
|
|
146
|
+
font-style: normal;
|
|
147
|
+
src: url('fonts/72-Light-full.woff2') format('woff2'),
|
|
148
|
+
url('fonts/72-Light-full.woff') format('woff');
|
|
149
|
+
}
|
|
150
|
+
|
|
121
151
|
/**
|
|
122
152
|
* Some diacritics are supported by the 72 font:
|
|
123
153
|
* * Grave
|
|
@@ -146,11 +176,97 @@
|
|
|
146
176
|
*
|
|
147
177
|
*/
|
|
148
178
|
@font-face {
|
|
149
|
-
font-family: '
|
|
179
|
+
font-family: '72';
|
|
180
|
+
font-style: normal;
|
|
181
|
+
font-weight: 400;
|
|
182
|
+
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
183
|
+
src: local('Arial'), local('Helvetica'), local('sans-serif');
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
@font-face {
|
|
187
|
+
font-family: '72';
|
|
188
|
+
font-style: normal;
|
|
189
|
+
font-weight: 700;
|
|
190
|
+
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
191
|
+
src: local('Arial'), local('Helvetica'), local('sans-serif');
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
@font-face {
|
|
195
|
+
font-family: '72';
|
|
196
|
+
font-style: normal;
|
|
197
|
+
font-weight: 300;
|
|
150
198
|
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
151
199
|
src: local('Arial'), local('Helvetica'), local('sans-serif');
|
|
152
200
|
}
|
|
153
201
|
|
|
202
|
+
@font-face {
|
|
203
|
+
font-family: '72-Bold';
|
|
204
|
+
font-style: normal;
|
|
205
|
+
unicode-range: U+0102-0103, 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
|
+
src: local('Arial Bold'), local('Arial'), local('Helvetica'), local('sans-serif');
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
@font-face {
|
|
210
|
+
font-family: '72-Light';
|
|
211
|
+
font-style: normal;
|
|
212
|
+
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
213
|
+
src: local('Arial'), local('Helvetica'), local('sans-serif');
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* The caron has a special vertical form used on tall characters:
|
|
218
|
+
* * Small letter d with caron U+010F
|
|
219
|
+
* * Small letter t with caron U+0165
|
|
220
|
+
* * Small letter l with caron U+013E
|
|
221
|
+
* * Capital letter L with caron U+013D
|
|
222
|
+
*
|
|
223
|
+
* Those characters aren't covered by the font 72 but some browser simply combine the letter without diacritics with the
|
|
224
|
+
* standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
|
|
225
|
+
* are covered by the 72-full font, they are redirected to that font for being correctly displayed.
|
|
226
|
+
*/
|
|
227
|
+
@font-face {
|
|
228
|
+
font-family: '72';
|
|
229
|
+
font-style: normal;
|
|
230
|
+
font-weight: 400;
|
|
231
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
232
|
+
src: url('fonts/72-Regular-full.woff2') format('woff2'),
|
|
233
|
+
url('fonts/72-Regular-full.woff') format('woff');
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
@font-face {
|
|
237
|
+
font-family: '72';
|
|
238
|
+
font-style: normal;
|
|
239
|
+
font-weight: 700;
|
|
240
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
241
|
+
src: url('fonts/72-Bold-full.woff2') format('woff2'),
|
|
242
|
+
url('fonts/72-Bold-full.woff') format('woff');
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
@font-face {
|
|
246
|
+
font-family: '72';
|
|
247
|
+
font-style: normal;
|
|
248
|
+
font-weight: 300;
|
|
249
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
250
|
+
src: url('fonts/72-Light-full.woff2') format('woff2'),
|
|
251
|
+
url('fonts/72-Light-full.woff') format('woff');
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
@font-face {
|
|
255
|
+
font-family: '72-Light';
|
|
256
|
+
font-style: normal;
|
|
257
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
258
|
+
src: url('fonts/72-Light-full.woff2') format('woff2'),
|
|
259
|
+
url('fonts/72-Light-full.woff') format('woff');
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
@font-face {
|
|
263
|
+
font-family: '72-Bold';
|
|
264
|
+
font-style: normal;
|
|
265
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
266
|
+
src: url('fonts/72-Bold-full.woff2') format('woff2'),
|
|
267
|
+
url('fonts/72-Bold-full.woff') format('woff');
|
|
268
|
+
}
|
|
269
|
+
|
|
154
270
|
// Responsive paddings
|
|
155
271
|
.sapUi-Std-PaddingS {
|
|
156
272
|
padding-left: 1rem !important;
|
|
@@ -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.84.
|
|
9
|
+
<version>1.84.26</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
// [Label "Font Family"]
|
|
37
37
|
// [Description "The preferred font family"]
|
|
38
38
|
// [Tags "Quick", "Base", "Content", "Font", "Protected"]
|
|
39
|
-
@sapFontFamily: "
|
|
39
|
+
@sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
|
|
40
40
|
|
|
41
|
-
@sapFontLightFamily: "
|
|
41
|
+
@sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
42
42
|
|
|
43
|
-
@sapFontBoldFamily: "
|
|
43
|
+
@sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
44
44
|
|
|
45
45
|
@sapFontHeaderFamily: @sapFontFamily;
|
|
46
46
|
|
|
@@ -118,6 +118,36 @@
|
|
|
118
118
|
url('fonts/72-Light-full.woff') format('woff');
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
+
@font-face {
|
|
122
|
+
font-family: '72-Bold';
|
|
123
|
+
font-style: normal;
|
|
124
|
+
src: url('fonts/72-Bold.woff2') format('woff2'),
|
|
125
|
+
url('fonts/72-Bold.woff') format('woff'),
|
|
126
|
+
local('72-Bold');
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
@font-face {
|
|
130
|
+
font-family: '72-Boldfull';
|
|
131
|
+
font-style: normal;
|
|
132
|
+
src: url('fonts/72-Bold-full.woff2') format('woff2'),
|
|
133
|
+
url('fonts/72-Bold-full.woff') format('woff');
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
@font-face {
|
|
137
|
+
font-family: '72-Light';
|
|
138
|
+
font-style: normal;
|
|
139
|
+
src: url('fonts/72-Light.woff2') format('woff2'),
|
|
140
|
+
url('fonts/72-Light.woff') format('woff'),
|
|
141
|
+
local('72-Light');
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
@font-face {
|
|
145
|
+
font-family: '72-Lightfull';
|
|
146
|
+
font-style: normal;
|
|
147
|
+
src: url('fonts/72-Light-full.woff2') format('woff2'),
|
|
148
|
+
url('fonts/72-Light-full.woff') format('woff');
|
|
149
|
+
}
|
|
150
|
+
|
|
121
151
|
/**
|
|
122
152
|
* Some diacritics are supported by the 72 font:
|
|
123
153
|
* * Grave
|
|
@@ -146,11 +176,97 @@
|
|
|
146
176
|
*
|
|
147
177
|
*/
|
|
148
178
|
@font-face {
|
|
149
|
-
font-family: '
|
|
179
|
+
font-family: '72';
|
|
180
|
+
font-style: normal;
|
|
181
|
+
font-weight: 400;
|
|
182
|
+
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
183
|
+
src: local('Arial'), local('Helvetica'), local('sans-serif');
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
@font-face {
|
|
187
|
+
font-family: '72';
|
|
188
|
+
font-style: normal;
|
|
189
|
+
font-weight: 700;
|
|
190
|
+
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
191
|
+
src: local('Arial'), local('Helvetica'), local('sans-serif');
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
@font-face {
|
|
195
|
+
font-family: '72';
|
|
196
|
+
font-style: normal;
|
|
197
|
+
font-weight: 300;
|
|
150
198
|
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
151
199
|
src: local('Arial'), local('Helvetica'), local('sans-serif');
|
|
152
200
|
}
|
|
153
201
|
|
|
202
|
+
@font-face {
|
|
203
|
+
font-family: '72-Bold';
|
|
204
|
+
font-style: normal;
|
|
205
|
+
unicode-range: U+0102-0103, 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
|
+
src: local('Arial Bold'), local('Arial'), local('Helvetica'), local('sans-serif');
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
@font-face {
|
|
210
|
+
font-family: '72-Light';
|
|
211
|
+
font-style: normal;
|
|
212
|
+
unicode-range: U+0102-0103, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
|
|
213
|
+
src: local('Arial'), local('Helvetica'), local('sans-serif');
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* The caron has a special vertical form used on tall characters:
|
|
218
|
+
* * Small letter d with caron U+010F
|
|
219
|
+
* * Small letter t with caron U+0165
|
|
220
|
+
* * Small letter l with caron U+013E
|
|
221
|
+
* * Capital letter L with caron U+013D
|
|
222
|
+
*
|
|
223
|
+
* Those characters aren't covered by the font 72 but some browser simply combine the letter without diacritics with the
|
|
224
|
+
* standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
|
|
225
|
+
* are covered by the 72-full font, they are redirected to that font for being correctly displayed.
|
|
226
|
+
*/
|
|
227
|
+
@font-face {
|
|
228
|
+
font-family: '72';
|
|
229
|
+
font-style: normal;
|
|
230
|
+
font-weight: 400;
|
|
231
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
232
|
+
src: url('fonts/72-Regular-full.woff2') format('woff2'),
|
|
233
|
+
url('fonts/72-Regular-full.woff') format('woff');
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
@font-face {
|
|
237
|
+
font-family: '72';
|
|
238
|
+
font-style: normal;
|
|
239
|
+
font-weight: 700;
|
|
240
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
241
|
+
src: url('fonts/72-Bold-full.woff2') format('woff2'),
|
|
242
|
+
url('fonts/72-Bold-full.woff') format('woff');
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
@font-face {
|
|
246
|
+
font-family: '72';
|
|
247
|
+
font-style: normal;
|
|
248
|
+
font-weight: 300;
|
|
249
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
250
|
+
src: url('fonts/72-Light-full.woff2') format('woff2'),
|
|
251
|
+
url('fonts/72-Light-full.woff') format('woff');
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
@font-face {
|
|
255
|
+
font-family: '72-Light';
|
|
256
|
+
font-style: normal;
|
|
257
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
258
|
+
src: url('fonts/72-Light-full.woff2') format('woff2'),
|
|
259
|
+
url('fonts/72-Light-full.woff') format('woff');
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
@font-face {
|
|
263
|
+
font-family: '72-Bold';
|
|
264
|
+
font-style: normal;
|
|
265
|
+
unicode-range: U+010F, U+0165, U+013E, U+013D;
|
|
266
|
+
src: url('fonts/72-Bold-full.woff2') format('woff2'),
|
|
267
|
+
url('fonts/72-Bold-full.woff') format('woff');
|
|
268
|
+
}
|
|
269
|
+
|
|
154
270
|
// Responsive paddings
|
|
155
271
|
.sapUi-Std-PaddingS {
|
|
156
272
|
padding-left: 1rem !important;
|