@openui5/themelib_sap_horizon 1.107.0 → 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.
Files changed (47) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +4 -0
  4. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +3 -3
  5. package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +4 -0
  6. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +3 -3
  7. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +4 -0
  8. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +4 -0
  9. package/src/sap/m/themes/sap_horizon/Carousel.less +1 -0
  10. package/src/sap/m/themes/sap_horizon/Table.less +7 -0
  11. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +1 -0
  12. package/src/sap/m/themes/sap_horizon_dark/Table.less +7 -0
  13. package/src/sap/m/themes/sap_horizon_hcb/ActionTile.less +25 -0
  14. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +1 -0
  15. package/src/sap/m/themes/sap_horizon_hcb/Table.less +7 -0
  16. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -0
  17. package/src/sap/m/themes/sap_horizon_hcw/ActionTile.less +25 -0
  18. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +1 -0
  19. package/src/sap/m/themes/sap_horizon_hcw/Table.less +7 -0
  20. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -0
  21. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +0 -18
  22. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +0 -18
  23. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  24. package/src/sap/ui/core/themes/sap_horizon/LocalBusyIndicator.less +18 -1
  25. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  26. package/src/sap/ui/core/themes/sap_horizon/shared.less +18 -16
  27. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  28. package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +18 -1
  29. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +4 -4
  30. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  31. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +18 -16
  32. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  33. package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +18 -1
  34. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  35. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +18 -16
  36. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  37. package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +18 -1
  38. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  39. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +18 -16
  40. package/src/sap/ui/mdc/themes/sap_horizon/Table.less +2 -0
  41. package/src/sap/ui/mdc/themes/sap_horizon_dark/Table.less +2 -0
  42. package/src/sap/ui/mdc/themes/sap_horizon_hcb/Table.less +6 -0
  43. package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +2 -1
  44. package/src/sap/ui/mdc/themes/sap_horizon_hcw/Table.less +6 -0
  45. package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +2 -1
  46. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +5 -0
  47. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +5 -0
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_horizon",
3
- "version": "1.107.0",
3
+ "version": "1.108.0",
4
4
  "description": "OpenUI5 Theme Library sap_horizon",
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.0",
18
- "@openui5/sap.m": "1.107.0",
19
- "@openui5/sap.tnt": "1.107.0",
20
- "@openui5/sap.ui.codeeditor": "1.107.0",
21
- "@openui5/sap.ui.commons": "1.107.0",
22
- "@openui5/sap.ui.core": "1.107.0",
23
- "@openui5/sap.ui.dt": "1.107.0",
24
- "@openui5/sap.ui.fl": "1.107.0",
25
- "@openui5/sap.ui.mdc": "1.107.0",
26
- "@openui5/sap.ui.integration": "1.107.0",
27
- "@openui5/sap.ui.layout": "1.107.0",
28
- "@openui5/sap.ui.rta": "1.107.0",
29
- "@openui5/sap.ui.suite": "1.107.0",
30
- "@openui5/sap.ui.table": "1.107.0",
31
- "@openui5/sap.ui.unified": "1.107.0",
32
- "@openui5/sap.ui.ux3": "1.107.0",
33
- "@openui5/sap.uxap": "1.107.0"
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
  }
@@ -18,4 +18,8 @@
18
18
 
19
19
  .sapFDynamicPageNavigation .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
20
20
  box-shadow: none;
21
+ }
22
+
23
+ .sapFDynamicPage-Std-Desktop .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
24
+ padding: 1rem 2rem;
21
25
  }
@@ -85,7 +85,7 @@
85
85
  // Delta Styles for Horizon
86
86
  // =====================================
87
87
 
88
- .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
88
+ .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
89
89
  font-size: @sapObjectHeader_Title_FontSize;
90
90
  font-family: @sapFontBlackFamily;
91
91
  }
@@ -93,7 +93,7 @@
93
93
 
94
94
  // Expanded Header title is small on small screens
95
95
 
96
- .sapFDynamicPage-Std-Phone .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
96
+ .sapFDynamicPage-Std-Phone .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
97
97
  font-size: @sapObjectHeader_Title_SnappedFontSize;
98
98
  font-family: @sapFontBlackFamily;
99
99
  }
@@ -101,7 +101,7 @@
101
101
 
102
102
  // Snapped Header title is small on all screen sizes
103
103
 
104
- .sapFDynamicPageTitleSnapped .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
104
+ .sapFDynamicPageTitleSnapped .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
105
105
  font-size: @sapObjectHeader_Title_SnappedFontSize;
106
106
  font-family: @sapFontBlackFamily;
107
107
  }
@@ -18,4 +18,8 @@
18
18
 
19
19
  .sapFDynamicPageNavigation .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
20
20
  box-shadow: none;
21
+ }
22
+
23
+ .sapFDynamicPage-Std-Desktop .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
24
+ padding: 1rem 2rem;
21
25
  }
@@ -84,7 +84,7 @@
84
84
  // Delta Styles for Horizon
85
85
  // =====================================
86
86
 
87
- .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
87
+ .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
88
88
  font-size: @sapObjectHeader_Title_FontSize;
89
89
  font-family: @sapFontBlackFamily;
90
90
  }
@@ -92,7 +92,7 @@
92
92
 
93
93
  // Expanded Header title is small on small screens
94
94
 
95
- .sapFDynamicPage-Std-Phone .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
95
+ .sapFDynamicPage-Std-Phone .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
96
96
  font-size: @sapObjectHeader_Title_SnappedFontSize;
97
97
  font-family: @sapFontBlackFamily;
98
98
  }
@@ -100,7 +100,7 @@
100
100
 
101
101
  // Snapped Header title is small on all screen sizes
102
102
 
103
- .sapFDynamicPageTitleSnapped .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
103
+ .sapFDynamicPageTitleSnapped .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
104
104
  font-size: @sapObjectHeader_Title_SnappedFontSize;
105
105
  font-family: @sapFontBlackFamily;
106
106
  }
@@ -18,3 +18,7 @@
18
18
  .sapFDynamicPageToggleHeaderIndicator:not(.sapUiHidden) + .sapFDynamicPageHeaderPinButton:before {
19
19
  display: none;
20
20
  }
21
+
22
+ .sapFDynamicPage-Std-Desktop .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
23
+ padding: 1rem 2rem;
24
+ }
@@ -17,4 +17,8 @@
17
17
 
18
18
  .sapFDynamicPageToggleHeaderIndicator:not(.sapUiHidden) + .sapFDynamicPageHeaderPinButton:before {
19
19
  display: none;
20
+ }
21
+
22
+ .sapFDynamicPage-Std-Desktop .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
23
+ padding: 1rem 2rem;
20
24
  }
@@ -7,6 +7,7 @@
7
7
  // Variables overriding
8
8
  // ==========================================================================
9
9
 
10
+ @_sap_m_Carousel_BackgroundColor: @sapUiBaseBG;
10
11
  @_sap_m_Carousel_MinWidth: 15.5rem;
11
12
  @_sap_m_Carousel_ControlsNoArrowsHeight: 2.75rem;
12
13
  @_sap_m_Carousel_NumericIndicatorTextColor: @sapUiPageFooterTextColor;
@@ -44,4 +44,11 @@
44
44
  .sapMObjStatus {
45
45
  line-height: 1.5rem;
46
46
  }
47
+
48
+ .sapMRb {
49
+ .sapMLabel {
50
+ vertical-align: top;
51
+ line-height: 2rem;
52
+ }
53
+ }
47
54
  }
@@ -7,6 +7,7 @@
7
7
  // Variables overriding
8
8
  // ==========================================================================
9
9
 
10
+ @_sap_m_Carousel_BackgroundColor: @sapUiBaseBG;
10
11
  @_sap_m_Carousel_MinWidth: 15.5rem;
11
12
  @_sap_m_Carousel_ControlsNoArrowsHeight: 2.75rem;
12
13
  @_sap_m_Carousel_NumericIndicatorTextColor: @sapUiPageFooterTextColor;
@@ -51,4 +51,11 @@
51
51
  .sapMObjStatus {
52
52
  line-height: 1.5rem;
53
53
  }
54
+
55
+ .sapMRb {
56
+ .sapMLabel {
57
+ vertical-align: top;
58
+ line-height: 2rem;
59
+ }
60
+ }
54
61
  }
@@ -0,0 +1,25 @@
1
+ /* ================================== */
2
+ /* CSS for control sap.m/ActionTile */
3
+ /* Horizon High Contrast Black theme */
4
+ /* ================================== */
5
+
6
+ .sapMAT:hover {
7
+ outline:solid 0.1875rem @sapTile_Interactive_BorderColor;
8
+ background-color: @sapTile_Background;
9
+ box-shadow: none;
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
+ }
@@ -7,6 +7,7 @@
7
7
  // Variables overriding
8
8
  // ==========================================================================
9
9
 
10
+ @_sap_m_Carousel_BackgroundColor: @sapUiBaseBG;
10
11
  @_sap_m_Carousel_MinWidth: 15.5rem;
11
12
  @_sap_m_Carousel_ControlsNoArrowsHeight: 2.75rem;
12
13
  @_sap_m_Carousel_NumericIndicatorTextColor: @sapUiPageFooterTextColor;
@@ -54,4 +54,11 @@
54
54
  .sapMObjStatus {
55
55
  line-height: 1.5rem;
56
56
  }
57
+
58
+ .sapMRb {
59
+ .sapMLabel {
60
+ vertical-align: top;
61
+ line-height: 2rem;
62
+ }
63
+ }
57
64
  }
@@ -12,6 +12,7 @@
12
12
  @import "ActionListItem.less";
13
13
  @import "ActionSelect.less";
14
14
  @import "ActionSheet.less";
15
+ @import "ActionTile.less";
15
16
  @import "Avatar.less";
16
17
  @import "Bar.less";
17
18
  @import "Breadcrumbs.less";
@@ -0,0 +1,25 @@
1
+ /* ================================== */
2
+ /* CSS for control sap.m/ActionTile */
3
+ /* Horizon High Contrast White theme */
4
+ /* ================================== */
5
+
6
+ .sapMAT:hover {
7
+ outline:solid 0.1875rem @sapTile_Interactive_BorderColor;
8
+ background-color: @sapTile_Background;
9
+ box-shadow: none;
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
+ }
@@ -7,6 +7,7 @@
7
7
  // Variables overriding
8
8
  // ==========================================================================
9
9
 
10
+ @_sap_m_Carousel_BackgroundColor: @sapUiBaseBG;
10
11
  @_sap_m_Carousel_MinWidth: 15.5rem;
11
12
  @_sap_m_Carousel_ControlsNoArrowsHeight: 2.75rem;
12
13
  @_sap_m_Carousel_NumericIndicatorTextColor: @sapUiPageFooterTextColor;
@@ -54,4 +54,11 @@
54
54
  .sapMObjStatus {
55
55
  line-height: 1.5rem;
56
56
  }
57
+
58
+ .sapMRb {
59
+ .sapMLabel {
60
+ vertical-align: top;
61
+ line-height: 2rem;
62
+ }
63
+ }
57
64
  }
@@ -12,6 +12,7 @@
12
12
  @import "ActionListItem.less";
13
13
  @import "ActionSelect.less";
14
14
  @import "ActionSheet.less";
15
+ @import "ActionTile.less";
15
16
  @import "Avatar.less";
16
17
  @import "Bar.less";
17
18
  @import "Breadcrumbs.less";
@@ -374,10 +374,6 @@ html.sap-desktop .sapTntToolHeader .sapMSlt:not(.sapMSltExpanded):not(.sapMSltDi
374
374
  }
375
375
  }
376
376
 
377
- html.sap-desktop .sapTntToolHeader .sapMFocus > .sapMSFF::before {
378
- border-color: @sapUiContentContrastFocusColor;
379
- }
380
-
381
377
  // ==========================================================================
382
378
  // sap.m.IconTabHeader overriding
383
379
  // ==========================================================================
@@ -451,20 +447,6 @@ html.sap-desktop .sapTntToolHeader {
451
447
  }
452
448
  }
453
449
 
454
- // ==========================================================================
455
- // sap.m.Avatar / sap.f.Avatar overriding
456
- // ==========================================================================
457
- .sapTntToolHeader .sapFAvatarFocusable:focus {
458
- outline-color: @sapUiContentContrastFocusColor;
459
- }
460
-
461
- // ==========================================================================
462
- // sap.m.Image overriding
463
- // ==========================================================================
464
- .sapTntToolHeader .sapMImgFocusable:focus {
465
- outline-color: @sapUiContentContrastFocusColor;
466
- }
467
-
468
450
  // ==========================================================================
469
451
  // sap.f.Breadcrumbs overriding
470
452
  // ==========================================================================
@@ -374,10 +374,6 @@ html.sap-desktop .sapTntToolHeader .sapMSlt:not(.sapMSltExpanded):not(.sapMSltDi
374
374
  }
375
375
  }
376
376
 
377
- html.sap-desktop .sapTntToolHeader .sapMFocus > .sapMSFF::before {
378
- border-color: @sapUiContentContrastFocusColor;
379
- }
380
-
381
377
  // ==========================================================================
382
378
  // sap.m.IconTabHeader overriding
383
379
  // ==========================================================================
@@ -451,20 +447,6 @@ html.sap-desktop .sapTntToolHeader {
451
447
  }
452
448
  }
453
449
 
454
- // ==========================================================================
455
- // sap.m.Avatar / sap.f.Avatar overriding
456
- // ==========================================================================
457
- .sapTntToolHeader .sapFAvatarFocusable:focus {
458
- outline-color: @sapUiContentContrastFocusColor;
459
- }
460
-
461
- // ==========================================================================
462
- // sap.m.Image overriding
463
- // ==========================================================================
464
- .sapTntToolHeader .sapMImgFocusable:focus {
465
- outline-color: @sapUiContentContrastFocusColor;
466
- }
467
-
468
450
  // ==========================================================================
469
451
  // sap.f.Breadcrumbs overriding
470
452
  // ==========================================================================
@@ -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.0</version>
9
+ <version>1.108.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -3,4 +3,21 @@
3
3
  /* Horizon theme */
4
4
  /* =============================================== */
5
5
 
6
- @_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
6
+ @_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
7
+
8
+ .sapUiLocalBusyIndicatorSizeSection,
9
+ .sapUiLocalBusyIndicatorSizeBig {
10
+ font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
11
+ }
12
+
13
+ .sapUiLocalBusyIndicatorShowContainer > div.sapUiLocalBusyIndicatorAnimation {
14
+ background-color: @sapList_Background;
15
+ box-shadow: @sapContent_Shadow2;
16
+ border-radius: @sapElement_BorderCornerRadius;
17
+ padding: 1rem 2rem;
18
+ max-width: 15rem;
19
+ /* Centers the busy indicator markers considering the size of the white container */
20
+ left: 50%;
21
+ top: 50%;
22
+ transform: translate(-50%, -50%);
23
+ }
@@ -347,15 +347,17 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
347
347
  * U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
348
348
  *
349
349
  *
350
- * Moreover, the caron has a special vertical form used on tall characters:
350
+ * Moreover, the Caron has a special vertical form used on tall characters:
351
351
  *
352
- * U+010F: small letter d with caron
353
- * U+013D: capital letter L with caron
354
- * U+013E: small letter l with caron
355
- * U+0165: small letter t with caron
352
+ * U+010C: C with Caron
353
+ * U+010F: d with Caron
354
+ * U+013D: L with Caron
355
+ * U+013E: l with Caron
356
+ * U+0158: R with Caron
357
+ * U+0165: t with Caron
356
358
  *
357
- * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with the
358
- * standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
359
+ * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with
360
+ * the standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters
359
361
  * are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
360
362
  *
361
363
  */
@@ -363,7 +365,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
363
365
  font-family: '72';
364
366
  font-style: normal;
365
367
  font-weight: 400;
366
- 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;
368
+ 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;
367
369
  src: url('fonts/72-Regular-full.woff2') format('woff2');
368
370
  }
369
371
 
@@ -371,7 +373,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
371
373
  font-family: '72';
372
374
  font-style: normal;
373
375
  font-weight: 700;
374
- 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;
376
+ 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;
375
377
  src: url('fonts/72-Bold-full.woff2') format('woff2');
376
378
  }
377
379
 
@@ -379,45 +381,45 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
379
381
  font-family: '72';
380
382
  font-style: normal;
381
383
  font-weight: 300;
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/72-Light-full.woff2') format('woff2');
384
386
  }
385
387
 
386
388
  @font-face {
387
389
  font-family: '72-Bold';
388
390
  font-style: normal;
389
- 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;
391
+ 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;
390
392
  src: url('fonts/72-Bold-full.woff2') format('woff2');
391
393
  }
392
394
 
393
395
  @font-face {
394
396
  font-family: '72-Light';
395
397
  font-style: normal;
396
- 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;
398
+ 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;
397
399
  src: url('fonts/72-Light-full.woff2') format('woff2');
398
400
  }
399
401
 
400
402
  @font-face {
401
403
  font-family: '72Mono';
402
- 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;
404
+ 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;
403
405
  src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
404
406
  }
405
407
 
406
408
  @font-face {
407
409
  font-family: '72Mono-Bold';
408
- 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;
410
+ 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;
409
411
  src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
410
412
  }
411
413
 
412
414
  @font-face {
413
415
  font-family: '72Black';
414
- 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;
416
+ 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;
415
417
  src: url('fonts/72-Black-full.woff2') format('woff2');
416
418
  }
417
419
 
418
420
  @font-face {
419
421
  font-family: '72-SemiboldDuplex';
420
- 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;
422
+ 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;
421
423
  src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
422
424
  }
423
425
 
@@ -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.0</version>
9
+ <version>1.108.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -3,4 +3,21 @@
3
3
  /* Evening Horizon theme */
4
4
  /* =============================================== */
5
5
 
6
- @_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
6
+ @_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
7
+
8
+ .sapUiLocalBusyIndicatorSizeSection,
9
+ .sapUiLocalBusyIndicatorSizeBig {
10
+ font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
11
+ }
12
+
13
+ .sapUiLocalBusyIndicatorShowContainer > div.sapUiLocalBusyIndicatorAnimation {
14
+ background-color: @sapList_Background;
15
+ box-shadow: @sapContent_Shadow2;
16
+ border-radius: @sapElement_BorderCornerRadius;
17
+ padding: 1rem 2rem;
18
+ max-width: 15rem;
19
+ /* Centers the busy indicator markers considering the size of the white container */
20
+ left: 50%;
21
+ top: 50%;
22
+ transform: translate(-50%, -50%);
23
+ }
@@ -380,19 +380,19 @@
380
380
  @sapContent_Illustrative_Color3: #f58b00;
381
381
 
382
382
  // [Tags "!Protected"]
383
- @sapContent_Illustrative_Color4: #5581ae;
383
+ @sapContent_Illustrative_Color4: #688fb7;
384
384
 
385
385
  // [Tags "!Protected"]
386
- @sapContent_Illustrative_Color5: #fff;
386
+ @sapContent_Illustrative_Color5: #ffffff;
387
387
 
388
388
  // [Tags "!Protected"]
389
- @sapContent_Illustrative_Color6: #b9c1c6;
389
+ @sapContent_Illustrative_Color6: #818f98;
390
390
 
391
391
  // [Tags "!Protected"]
392
392
  @sapContent_Illustrative_Color7: #223548;
393
393
 
394
394
  // [Tags "!Protected"]
395
- @sapContent_Illustrative_Color8: #fff;
395
+ @sapContent_Illustrative_Color8: #cedbe8;
396
396
 
397
397
  // [Tags "!Protected"]
398
398
  @sapContent_Illustrative_Color9: #64edd2;
@@ -347,15 +347,17 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
347
347
  * U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
348
348
  *
349
349
  *
350
- * Moreover, the caron has a special vertical form used on tall characters:
350
+ * Moreover, the Caron has a special vertical form used on tall characters:
351
351
  *
352
- * U+010F: small letter d with caron
353
- * U+013D: capital letter L with caron
354
- * U+013E: small letter l with caron
355
- * U+0165: small letter t with caron
352
+ * U+010C: C with Caron
353
+ * U+010F: d with Caron
354
+ * U+013D: L with Caron
355
+ * U+013E: l with Caron
356
+ * U+0158: R with Caron
357
+ * U+0165: t with Caron
356
358
  *
357
- * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with the
358
- * standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
359
+ * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with
360
+ * the standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters
359
361
  * are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
360
362
  *
361
363
  */
@@ -363,7 +365,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
363
365
  font-family: '72';
364
366
  font-style: normal;
365
367
  font-weight: 400;
366
- 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;
368
+ 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;
367
369
  src: url('fonts/72-Regular-full.woff2') format('woff2');
368
370
  }
369
371
 
@@ -371,7 +373,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
371
373
  font-family: '72';
372
374
  font-style: normal;
373
375
  font-weight: 700;
374
- 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;
376
+ 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;
375
377
  src: url('fonts/72-Bold-full.woff2') format('woff2');
376
378
  }
377
379
 
@@ -379,45 +381,45 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
379
381
  font-family: '72';
380
382
  font-style: normal;
381
383
  font-weight: 300;
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/72-Light-full.woff2') format('woff2');
384
386
  }
385
387
 
386
388
  @font-face {
387
389
  font-family: '72-Bold';
388
390
  font-style: normal;
389
- 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;
391
+ 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;
390
392
  src: url('fonts/72-Bold-full.woff2') format('woff2');
391
393
  }
392
394
 
393
395
  @font-face {
394
396
  font-family: '72-Light';
395
397
  font-style: normal;
396
- 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;
398
+ 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;
397
399
  src: url('fonts/72-Light-full.woff2') format('woff2');
398
400
  }
399
401
 
400
402
  @font-face {
401
403
  font-family: '72Mono';
402
- 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;
404
+ 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;
403
405
  src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
404
406
  }
405
407
 
406
408
  @font-face {
407
409
  font-family: '72Mono-Bold';
408
- 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;
410
+ 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;
409
411
  src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
410
412
  }
411
413
 
412
414
  @font-face {
413
415
  font-family: '72Black';
414
- 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;
416
+ 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;
415
417
  src: url('fonts/72-Black-full.woff2') format('woff2');
416
418
  }
417
419
 
418
420
  @font-face {
419
421
  font-family: '72-SemiboldDuplex';
420
- 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;
422
+ 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;
421
423
  src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
422
424
  }
423
425
 
@@ -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.0</version>
9
+ <version>1.108.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -4,4 +4,21 @@
4
4
  /* =============================================== */
5
5
 
6
6
  @_sap_ui_core_LocalBusyIndicator_Background: fade(@sapUiHcStandardBackground, 30%);
7
- @_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
7
+ @_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
8
+
9
+ .sapUiLocalBusyIndicatorSizeSection,
10
+ .sapUiLocalBusyIndicatorSizeBig {
11
+ font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
12
+ }
13
+
14
+ .sapUiLocalBusyIndicatorShowContainer>div.sapUiLocalBusyIndicatorAnimation {
15
+ background-color: @sapList_Background;
16
+ box-shadow: @sapContent_Shadow2;
17
+ border-radius: @sapElement_BorderCornerRadius;
18
+ padding: 1rem 2rem;
19
+ max-width: 15rem;
20
+ /* Centers the busy indicator markers considering the size of the white container */
21
+ left: 50%;
22
+ top: 50%;
23
+ transform: translate(-50%, -50%);
24
+ }
@@ -206,15 +206,17 @@
206
206
  * U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
207
207
  *
208
208
  *
209
- * Moreover, the caron has a special vertical form used on tall characters:
209
+ * Moreover, the Caron has a special vertical form used on tall characters:
210
210
  *
211
- * U+010F: small letter d with caron
212
- * U+013D: capital letter L with caron
213
- * U+013E: small letter l with caron
214
- * U+0165: small letter t with caron
211
+ * U+010C: C with Caron
212
+ * U+010F: d with Caron
213
+ * U+013D: L with Caron
214
+ * U+013E: l with Caron
215
+ * U+0158: R with Caron
216
+ * U+0165: t with Caron
215
217
  *
216
- * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with the
217
- * standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
218
+ * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with
219
+ * the standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters
218
220
  * are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
219
221
  *
220
222
  */
@@ -222,7 +224,7 @@
222
224
  font-family: '72';
223
225
  font-style: normal;
224
226
  font-weight: 400;
225
- 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;
227
+ 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;
226
228
  src: url('fonts/72-Regular-full.woff2') format('woff2');
227
229
  }
228
230
 
@@ -230,7 +232,7 @@
230
232
  font-family: '72';
231
233
  font-style: normal;
232
234
  font-weight: 700;
233
- 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;
235
+ 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;
234
236
  src: url('fonts/72-Bold-full.woff2') format('woff2');
235
237
  }
236
238
 
@@ -238,45 +240,45 @@
238
240
  font-family: '72';
239
241
  font-style: normal;
240
242
  font-weight: 300;
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/72-Light-full.woff2') format('woff2');
243
245
  }
244
246
 
245
247
  @font-face {
246
248
  font-family: '72-Bold';
247
249
  font-style: normal;
248
- 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;
250
+ 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;
249
251
  src: url('fonts/72-Bold-full.woff2') format('woff2');
250
252
  }
251
253
 
252
254
  @font-face {
253
255
  font-family: '72-Light';
254
256
  font-style: normal;
255
- 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;
257
+ 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;
256
258
  src: url('fonts/72-Light-full.woff2') format('woff2');
257
259
  }
258
260
 
259
261
  @font-face {
260
262
  font-family: '72Mono';
261
- 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;
263
+ 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;
262
264
  src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
263
265
  }
264
266
 
265
267
  @font-face {
266
268
  font-family: '72Mono-Bold';
267
- 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;
269
+ 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;
268
270
  src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
269
271
  }
270
272
 
271
273
  @font-face {
272
274
  font-family: '72Black';
273
- 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;
275
+ 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;
274
276
  src: url('fonts/72-Black-full.woff2') format('woff2');
275
277
  }
276
278
 
277
279
  @font-face {
278
280
  font-family: '72-SemiboldDuplex';
279
- 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;
281
+ 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;
280
282
  src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
281
283
  }
282
284
 
@@ -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.0</version>
9
+ <version>1.108.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12
 
@@ -4,4 +4,21 @@
4
4
  /* =============================================== */
5
5
 
6
6
  @_sap_ui_core_LocalBusyIndicator_Background: fade(@sapUiHcStandardBackground, 30%);
7
- @_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
7
+ @_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
8
+
9
+ .sapUiLocalBusyIndicatorSizeSection,
10
+ .sapUiLocalBusyIndicatorSizeBig {
11
+ font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
12
+ }
13
+
14
+ .sapUiLocalBusyIndicatorShowContainer>div.sapUiLocalBusyIndicatorAnimation {
15
+ background-color: @sapList_Background;
16
+ box-shadow: @sapContent_Shadow2;
17
+ border-radius: @sapElement_BorderCornerRadius;
18
+ padding: 1rem 2rem;
19
+ max-width: 15rem;
20
+ /* Centers the busy indicator markers considering the size of the white container */
21
+ left: 50%;
22
+ top: 50%;
23
+ transform: translate(-50%, -50%);
24
+ }
@@ -206,15 +206,17 @@
206
206
  * U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
207
207
  *
208
208
  *
209
- * Moreover, the caron has a special vertical form used on tall characters:
209
+ * Moreover, the Caron has a special vertical form used on tall characters:
210
210
  *
211
- * U+010F: small letter d with caron
212
- * U+013D: capital letter L with caron
213
- * U+013E: small letter l with caron
214
- * U+0165: small letter t with caron
211
+ * U+010C: C with Caron
212
+ * U+010F: d with Caron
213
+ * U+013D: L with Caron
214
+ * U+013E: l with Caron
215
+ * U+0158: R with Caron
216
+ * U+0165: t with Caron
215
217
  *
216
- * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with the
217
- * standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
218
+ * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with
219
+ * the standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters
218
220
  * are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
219
221
  *
220
222
  */
@@ -222,7 +224,7 @@
222
224
  font-family: '72';
223
225
  font-style: normal;
224
226
  font-weight: 400;
225
- 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;
227
+ 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;
226
228
  src: url('fonts/72-Regular-full.woff2') format('woff2');
227
229
  }
228
230
 
@@ -230,7 +232,7 @@
230
232
  font-family: '72';
231
233
  font-style: normal;
232
234
  font-weight: 700;
233
- 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;
235
+ 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;
234
236
  src: url('fonts/72-Bold-full.woff2') format('woff2');
235
237
  }
236
238
 
@@ -238,45 +240,45 @@
238
240
  font-family: '72';
239
241
  font-style: normal;
240
242
  font-weight: 300;
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/72-Light-full.woff2') format('woff2');
243
245
  }
244
246
 
245
247
  @font-face {
246
248
  font-family: '72-Bold';
247
249
  font-style: normal;
248
- 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;
250
+ 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;
249
251
  src: url('fonts/72-Bold-full.woff2') format('woff2');
250
252
  }
251
253
 
252
254
  @font-face {
253
255
  font-family: '72-Light';
254
256
  font-style: normal;
255
- 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;
257
+ 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;
256
258
  src: url('fonts/72-Light-full.woff2') format('woff2');
257
259
  }
258
260
 
259
261
  @font-face {
260
262
  font-family: '72Mono';
261
- 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;
263
+ 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;
262
264
  src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
263
265
  }
264
266
 
265
267
  @font-face {
266
268
  font-family: '72Mono-Bold';
267
- 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;
269
+ 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;
268
270
  src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
269
271
  }
270
272
 
271
273
  @font-face {
272
274
  font-family: '72Black';
273
- 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;
275
+ 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;
274
276
  src: url('fonts/72-Black-full.woff2') format('woff2');
275
277
  }
276
278
 
277
279
  @font-face {
278
280
  font-family: '72-SemiboldDuplex';
279
- 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;
281
+ 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;
280
282
  src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
281
283
  }
282
284
 
@@ -3,6 +3,8 @@
3
3
  /* Horizon theme */
4
4
  /* =================================== */
5
5
 
6
+ @_sap_ui_mdc_Table_ExportButtonType: ~"Transparent";
7
+
6
8
  .sapUiMdcTable .sapMIBar.sapMTBHeader-CTX {
7
9
  border-top-right-radius: @sapUiElementBorderCornerRadius;
8
10
  border-top-left-radius: @sapUiElementBorderCornerRadius;
@@ -3,6 +3,8 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ================================= */
5
5
 
6
+ @_sap_ui_mdc_Table_ExportButtonType: ~"Transparent";
7
+
6
8
  .sapUiMdcTable .sapMIBar.sapMTBHeader-CTX {
7
9
  border-top-right-radius: @sapUiElementBorderCornerRadius;
8
10
  border-top-left-radius: @sapUiElementBorderCornerRadius;
@@ -0,0 +1,6 @@
1
+ /* =================================== */
2
+ /* CSS for control sap.ui.mdc/Table */
3
+ /* Horizon High Contrast Black theme */
4
+ /* =================================== */
5
+
6
+ @_sap_ui_mdc_Table_ExportButtonType: ~"Transparent";
@@ -9,4 +9,5 @@
9
9
 
10
10
  @import "ValueHelpDialog.less";
11
11
  @import "TokenDisplay.less";
12
- @import "TokenizerDisplay.less";
12
+ @import "TokenizerDisplay.less";
13
+ @import "Table.less";
@@ -0,0 +1,6 @@
1
+ /* =================================== */
2
+ /* CSS for control sap.ui.mdc/Table */
3
+ /* Horizon High Contrast White theme */
4
+ /* =================================== */
5
+
6
+ @_sap_ui_mdc_Table_ExportButtonType: ~"Transparent";
@@ -9,4 +9,5 @@
9
9
 
10
10
  @import "ValueHelpDialog.less";
11
11
  @import "TokenDisplay.less";
12
- @import "TokenizerDisplay.less";
12
+ @import "TokenizerDisplay.less";
13
+ @import "Table.less";
@@ -61,6 +61,11 @@
61
61
  padding-top: 0.5rem;
62
62
  }
63
63
 
64
+ .sapUxAPObjectPageSectionHeader:not(.sapUxAPObjectPageSectionHeaderHidden) + .sapUxAPObjectPageSectionContainer > .sapUiRespGrid >
65
+ div[class^="sapUiRespGrid"]:first-child > .sapUxAPObjectPageSubSection:not(.sapUxAPObjectPageSubSectionPromoted) {
66
+ padding-top: 0;
67
+ }
68
+
64
69
  // =====================================
65
70
  // Object Page spacing fixes - To help address the too much white space customer feedback
66
71
  // =====================================
@@ -68,6 +68,11 @@
68
68
  padding-top: 0.5rem;
69
69
  }
70
70
 
71
+ .sapUxAPObjectPageSectionHeader:not(.sapUxAPObjectPageSectionHeaderHidden) + .sapUxAPObjectPageSectionContainer > .sapUiRespGrid >
72
+ div[class^="sapUiRespGrid"]:first-child > .sapUxAPObjectPageSubSection:not(.sapUxAPObjectPageSubSectionPromoted) {
73
+ padding-top: 0;
74
+ }
75
+
71
76
  // =====================================
72
77
  // Object Page spacing fixes - To help address the too much white space customer feedback
73
78
  // =====================================