@openui5/themelib_sap_horizon 1.103.1 → 1.106.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 (98) hide show
  1. package/.reuse/dep5 +35 -15
  2. package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
  3. package/THIRDPARTY.txt +64 -21
  4. package/package.json +18 -18
  5. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +7 -7
  6. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +8 -8
  7. package/src/sap/m/themes/sap_horizon/Button.less +4 -6
  8. package/src/sap/m/themes/sap_horizon/GenericTile.less +118 -10
  9. package/src/sap/m/themes/sap_horizon/HeaderContainer.less +17 -1
  10. package/src/sap/m/themes/sap_horizon/InputBase.less +0 -6
  11. package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -2
  12. package/src/sap/m/themes/sap_horizon/Popover.less +4 -0
  13. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +7 -0
  14. package/src/sap/m/themes/sap_horizon/RangeSlider.less +22 -0
  15. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +34 -0
  16. package/src/sap/m/themes/sap_horizon/SlideTile.less +53 -18
  17. package/src/sap/m/themes/sap_horizon/Slider.less +3 -3
  18. package/src/sap/m/themes/sap_horizon/TileContent.less +5 -2
  19. package/src/sap/m/themes/sap_horizon/Toolbar.less +1 -1
  20. package/src/sap/m/themes/sap_horizon_dark/Button.less +4 -6
  21. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +147 -9
  22. package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +16 -0
  23. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +0 -6
  24. package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +32 -2
  25. package/src/sap/m/themes/sap_horizon_dark/Popover.less +4 -0
  26. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +7 -0
  27. package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +34 -0
  28. package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +54 -15
  29. package/src/sap/m/themes/sap_horizon_dark/Slider.less +1 -1
  30. package/src/sap/m/themes/sap_horizon_dark/TileContent.less +5 -2
  31. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +1 -1
  32. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +116 -0
  33. package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +16 -8
  34. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +4 -0
  35. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +7 -0
  36. package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +37 -0
  37. package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +52 -5
  38. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +3 -3
  39. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -1
  40. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +116 -1
  41. package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +16 -8
  42. package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +1 -1
  43. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +4 -0
  44. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +7 -0
  45. package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +37 -0
  46. package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +53 -5
  47. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +3 -3
  48. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -1
  49. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  50. package/src/sap/ui/core/themes/sap_horizon/base.less +3 -3
  51. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black-full.woff2 +0 -0
  52. package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  53. package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex.woff2 +0 -0
  54. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  55. package/src/sap/ui/core/themes/sap_horizon/global.less +2 -2
  56. package/src/sap/ui/core/themes/sap_horizon/shared.less +50 -49
  57. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  58. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +3 -3
  59. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black-full.woff2 +0 -0
  60. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  61. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex.woff2 +0 -0
  62. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  63. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +2 -2
  64. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +50 -49
  65. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  66. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +4 -4
  67. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black-full.woff2 +0 -0
  68. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  69. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex.woff2 +0 -0
  70. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  71. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +8 -2
  72. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +55 -49
  73. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  74. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +4 -4
  75. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black-full.woff2 +0 -0
  76. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  77. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex.woff2 +0 -0
  78. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  79. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +8 -2
  80. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +55 -49
  81. package/src/sap/ui/integration/themes/sap_horizon/ObjectContent.less +6 -0
  82. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +1 -0
  83. package/src/sap/ui/integration/themes/sap_horizon_dark/ObjectContent.less +6 -0
  84. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -0
  85. package/src/sap/ui/mdc/themes/sap_horizon/TokenDisplay.less +5 -2
  86. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +2 -0
  87. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +2 -0
  88. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +3 -0
  89. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +3 -0
  90. package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
  91. package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +12 -12
  92. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +8 -1
  93. package/src/sap/uxap/themes/sap_horizon/ObjectPageHeaderContent.less +1 -1
  94. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +4 -0
  95. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +0 -1
  96. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageHeaderContent.less +1 -1
  97. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +4 -0
  98. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +0 -1
@@ -16,14 +16,6 @@
16
16
  outline: none;
17
17
  }
18
18
 
19
- .sapMHrdrCntrDvdrs.Horizontal .sapMHrdrCntrInner::after {
20
- border-left: 1px solid @sapUiHcReducedAltForeground;
21
- }
22
-
23
- .sapMHrdrCntrDvdrs.Vertical .sapMHrdrCntrInner::after {
24
- border-top: 1px solid @sapUiHcReducedAltForeground;
25
- }
26
-
27
19
  .sapMHrdrCntrInner {
28
20
  border: 2px solid transparent;
29
21
  }
@@ -31,4 +23,20 @@
31
23
  html.sap-desktop .sapMHrdrCntrInner:focus {
32
24
  outline: none;
33
25
  border: 2px dotted @sapUiContentFocusColor;
26
+ }
27
+
28
+ .sapMHdrCntrBtnIcon{
29
+ color: @sapContent_NonInteractiveIconColor;
30
+ }
31
+
32
+ .sapMHrdrCntrDvdrs.Horizontal .sapMHrdrCntrInner::after {
33
+ border-left: 1px solid @sapList_BorderColor;
34
+ }
35
+
36
+ .sapMHrdrCntrDvdrs.Vertical .sapMHrdrCntrInner::after {
37
+ border-top: 1px solid @sapList_BorderColor;
38
+ }
39
+
40
+ .sapMHdrCntrBGTransparent {
41
+ background-color: transparent;
34
42
  }
@@ -44,7 +44,7 @@
44
44
  }
45
45
 
46
46
  .sapMMsgViewTitleText {
47
- margin: 0 01rem 2.5rem;
47
+ margin: 0 0 1rem 2.5rem;
48
48
  font-family: @sapUiFontHeaderFamily;
49
49
  font-size: @sapUiFontHeader5Size;
50
50
  font-weight: @sapUiFontHeaderWeight;
@@ -126,6 +126,10 @@
126
126
  .sapMPopover {
127
127
  border-radius: @sapUiPopoverBorderCornerRadius;
128
128
 
129
+ .sapMPopoverCont {
130
+ padding: 0.0625rem;
131
+ }
132
+
129
133
  &.sapMPopoverWithoutBar .sapMPopoverCont,
130
134
  .sapMIBar.sapMHeader-CTX {
131
135
  border-top-right-radius: @sapUiPopoverBorderCornerRadius;
@@ -203,4 +203,11 @@
203
203
  top: -1.3125rem;
204
204
  right: -0.0675rem;
205
205
  }
206
+ }
207
+
208
+ /* Compact and Condensed */
209
+ .sapUiSizeCondensed .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly),
210
+ .sapUiSizeCompact .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly) {
211
+ padding: 0.4375rem 0;
212
+ margin: 0;
206
213
  }
@@ -4,6 +4,10 @@
4
4
  /* ====================================== */
5
5
 
6
6
  .sapMRI {
7
+ & {
8
+ margin: 0.75rem 0;
9
+ }
10
+
7
11
  &:not(.sapMRIDisabled):not(.sapMRIDisplayOnly):not(.sapMRIReadOnly):hover {
8
12
  opacity: 0.9;
9
13
  }
@@ -43,4 +47,37 @@ html.sap-desktop .sapMRI:focus:not(.sapMRIDisabled):not(.sapMRIDisplayOnly) {
43
47
 
44
48
  .sapMRIIconSel, .sapMRIIconUnsel {
45
49
  text-shadow: @sapContent_TextShadow;
50
+ }
51
+
52
+ /* As font-size is set as an inline style, we need to override it for horizon only using important */
53
+ .sapMRINoCustomIconSize {
54
+ &.sapMRIReadOnly .sapMRIUnsel .sapMRIunratedIcon,
55
+ &.sapMRIDisabled .sapMRIUnsel .sapMRIunratedIcon {
56
+ font-size: 1.125rem !important;
57
+ }
58
+
59
+ &.sapMRIDisplayOnly .sapMRIUnsel .sapMRIunratedIcon {
60
+ font-size: 1.125rem !important;
61
+ }
62
+ }
63
+
64
+ .sapUiSizeCompact .sapMRINoCustomIconSize {
65
+ &.sapMRIReadOnly .sapMRIUnsel .sapMRIunratedIcon,
66
+ &.sapMRIReadOnly .sapMRIIconSel .sapMRIunratedIcon,
67
+ &.sapMRIDisplayOnly .sapMRIUnsel .sapMRIunratedIcon,
68
+ &.sapMRIDisplayOnly .sapMRIIconSel .sapMRIunratedIcon,
69
+ &.sapMRIDisabled .sapMRIUnsel .sapMRIunratedIcon,
70
+ &.sapMRIDisabled .sapMRIIconSel .sapMRIunratedIcon {
71
+ font-size: .75rem !important;
72
+ }
73
+
74
+ & .sapUiIcon,
75
+ & .sapUiIcon {
76
+ font-size: 1rem !important;
77
+ }
78
+
79
+ & .sapMRISel,
80
+ & .sapMRIUnselWrapper {
81
+ height: 100%;
82
+ }
46
83
  }
@@ -22,26 +22,74 @@ html.sap-desktop .sapMST:focus:not([tabindex]) {
22
22
 
23
23
  /* Bulleted indicator of multiple tiles*/
24
24
  .sapMSTBulleted > span {
25
- background-color: @sapUiTileBackground;
26
- border: 1px solid @sapUiTileBorderColor;
25
+ border: solid 0.0625rem @sapTile_OverlayForegroundColor;
26
+ opacity: 0.6;
27
+ box-shadow : 0 0 0.125rem @sapContent_ShadowColor;
28
+ margin: 0 0.094rem;
27
29
  }
28
30
 
29
31
  .sapMSTBulleted > span.sapMSTActive {
30
- background-color: @sapUiContentContrastIconColor;
32
+ background: @sapTile_OverlayForegroundColor;
33
+ box-shadow: 0 0 0.063rem @sapContent_ShadowColor;
31
34
  }
32
35
 
33
36
  .sapMST .sapMSTIconDisplayArea {
34
- background-color: darken(@sapUiHighlight, 18);
37
+ background-color: @sapButton_Background;
38
+ border: 0.0625rem solid @sapButton_BorderColor;
39
+ }
40
+
41
+ .sapMST .sapMSTIconNestedArea .sapUiIcon{
42
+ color: @sapButton_IconColor !important;
35
43
  }
36
44
 
37
45
  .sapMST .sapMSTIconClickTapArea:hover ~.sapMSTIconDisplayArea {
38
- background-color: @sapUiHighlight;
46
+ background-color: @sapButton_Active_Background;
39
47
  }
40
48
 
41
49
  .sapMST .sapMGT {
42
50
  border: none;
43
51
  }
44
52
 
53
+ .sapMST:hover {
54
+ box-shadow: none;
55
+ .sapMSTFocusDiv{
56
+ outline: 0.1875rem solid;
57
+ }
58
+ }
59
+
45
60
  .sapMST .sapMGT:active .sapMGTFocusDiv {
46
61
  border: none;
62
+ }
63
+
64
+ html.sap-desktop .sapMST.sapMSTIconPressed .sapMSTIconClickTapArea:hover ~.sapMSTIconDisplayArea {
65
+ border-color: @sapButton_Active_BorderColor;
66
+ background-color: @sapButton_Active_Background;
67
+ }
68
+
69
+ html.sap-desktop .sapMST.sapMSTIconPressed{
70
+ .sapMSTIconNestedArea{
71
+ .sapUiIcon{
72
+ color: @sapButton_Active_TextColor !important;
73
+ }
74
+ }
75
+ }
76
+
77
+ .sapMSTWrapper>.sapMGT{
78
+ &:not(.sapMGTStateDisabled):hover, &:not(.sapMGTStateDisabled):active {
79
+ border: none !important;
80
+ }
81
+ }
82
+
83
+ .sapMST .sapMSTIconNestedArea {
84
+ .sapUiIcon {
85
+ top: 0.1rem;
86
+ right: 0.04rem
87
+ }
88
+ }
89
+
90
+ .sapMST:not(.sapMSTPauseIcon) .sapMSTIconNestedArea{
91
+ .sapUiIcon {
92
+ top: 0.05rem;
93
+ left: 0.1rem;
94
+ }
47
95
  }
@@ -61,7 +61,7 @@
61
61
 
62
62
  .sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
63
63
  font-family: SAP-icons;
64
- content: "\e244";
64
+ content: "\e29c";
65
65
  position: absolute;
66
66
  top: 4px;
67
67
  right: 0.5rem;
@@ -147,7 +147,7 @@
147
147
  width: 0.5rem;
148
148
  height: 0.5rem;
149
149
  left: -14px;
150
- top: -2px;
150
+ top: -3px;
151
151
  }
152
152
 
153
153
  .sapMSlider::after {
@@ -160,7 +160,7 @@
160
160
  width: 0.5rem;
161
161
  height: 0.5rem;
162
162
  right: 2px;
163
- top: 21px;
163
+ top: 20px;
164
164
  }
165
165
 
166
166
  .sapMSliderInner {
@@ -16,7 +16,7 @@ html.sap-desktop .sapMTBActive:focus {
16
16
 
17
17
  .sapMTB-Transparent-CTX.sapMTB,
18
18
  .sapMIBar.sapMTB-Info-CTX.sapMTB {
19
- padding: 0 0.5rem;
19
+ padding: 0 0.5rem 0 0.75rem;
20
20
  }
21
21
 
22
22
  /* Transparent Toolbar Context */
@@ -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.103.1</version>
9
+ <version>1.106.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
2
+ // * Copyright (c) 2012-2022 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
3
  // * Theming Engine 1.69.2
4
- // * data:{"sModified":"2022-04-26T06:31:06Z"}
4
+ // * data:{"sModified":"2022-05-24T07:19:31Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.1.39) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.1.40) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -850,7 +850,7 @@
850
850
  @sapUiChartLabelHoverColor: @sapUiButtonHoverBackground; // #ebebeb
851
851
  @sapUiChartLabelPressedColor: darken(@sapUiButtonBackground, 17); // #cccccc
852
852
  @sapUiChartCategoryAxisLabelFontColor: @sapUiContentForegroundTextColor; // #333333
853
- @sapUiChartValueAxisLabelFontColor: lighten(@sapUiContentForegroundTextColor, 24); // #707070
853
+ @sapUiChartValueAxisLabelFontColor: @sapUiContentLabelColor;
854
854
  @sapUiChartCategoryAxisLabelFontSize: @sapMFontSmallSize; // 12px
855
855
  @sapUiChartValueAxisLabelFontSize: @sapMFontSmallSize; // 12px
856
856
  @sapUiChartCategoryAxisLineColor: darken(@sapUiChartGridlineColor, 10); // #cccccc
@@ -883,7 +883,7 @@
883
883
  @sapUiChartAxisTitleFontSize: @sapMFontSmallSize; // 12px
884
884
  @sapUiChartTitleFontWeight: bold;
885
885
  @sapUiChartAxisTitleFontWeight: regular;
886
- @sapUiChartLightText: lighten(@sapUiContentForegroundTextColor, 24); // #707070
886
+ @sapUiChartLightText: @sapUiContentLabelColor;
887
887
  @sapUiChartZeroAxisColor: darken(@sapUiChartGridlineColor, 50); // #666666
888
888
 
889
889
  @sapUiChartDataPointBorderColor: lighten(@sapUiGroupContentBackground, 2); // #ffffff
@@ -306,6 +306,21 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
306
306
  src: url('fonts/72-Black.woff2') format('woff2');
307
307
  }
308
308
 
309
+ @font-face {
310
+ font-family: '72Blackfull';
311
+ src: url('fonts/72-Black-full.woff2') format('woff2');
312
+ }
313
+
314
+ @font-face {
315
+ font-family: '72-SemiboldDuplex';
316
+ src: url('fonts/72-SemiboldDuplex.woff2') format('woff2');
317
+ }
318
+
319
+ @font-face {
320
+ font-family: '72-SemiboldDuplexfull';
321
+ src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
322
+ }
323
+
309
324
  /**
310
325
  * Some diacritics are supported by the 72 font:
311
326
  * * Grave
@@ -319,8 +334,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
319
334
  * * Dot below
320
335
  * * Hook above
321
336
  *
322
- *
323
- * Fallback for the characters that aren't covered by the '72' font to other system fonts
337
+ * Fallback for the characters that aren't covered by the '72' font to the '72-full' font where they are supported
324
338
  *
325
339
  * U+0102-0103: A and a with Breve
326
340
  * U+01A0-01A1: O and o with Horn
@@ -332,92 +346,79 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
332
346
  * U+1EE4-1EF1: U and u with diacritics that are not supported by the font and combination of multiple diacritics
333
347
  * U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
334
348
  *
349
+ *
350
+ * Moreover, the caron has a special vertical form used on tall characters:
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
356
+ *
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
+ * are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
360
+ *
335
361
  */
336
362
  @font-face {
337
363
  font-family: '72';
338
364
  font-style: normal;
339
365
  font-weight: 400;
340
- 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;
341
- src: local('Arial'), local('Helvetica'), local('sans-serif');
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;
367
+ src: url('fonts/72-Regular-full.woff2') format('woff2');
342
368
  }
343
369
 
344
370
  @font-face {
345
371
  font-family: '72';
346
372
  font-style: normal;
347
373
  font-weight: 700;
348
- 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;
349
- src: local('Arial Bold'), local('Arial'), local('Helvetica'), local('sans-serif');
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;
375
+ src: url('fonts/72-Bold-full.woff2') format('woff2');
350
376
  }
351
377
 
352
378
  @font-face {
353
379
  font-family: '72';
354
380
  font-style: normal;
355
381
  font-weight: 300;
356
- 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;
357
- src: local('Arial'), local('Helvetica'), local('sans-serif');
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;
383
+ src: url('fonts/72-Light-full.woff2') format('woff2');
358
384
  }
359
385
 
360
386
  @font-face {
361
387
  font-family: '72-Bold';
362
388
  font-style: normal;
363
- 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;
364
- src: local('Arial Bold'), local('Arial'), local('Helvetica'), local('sans-serif');
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;
390
+ src: url('fonts/72-Bold-full.woff2') format('woff2');
365
391
  }
366
392
 
367
393
  @font-face {
368
394
  font-family: '72-Light';
369
395
  font-style: normal;
370
- 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;
371
- src: local('Arial'), local('Helvetica'), local('sans-serif');
372
- }
373
-
374
- /**
375
- * The caron has a special vertical form used on tall characters:
376
- * * Small letter d with caron U+010F
377
- * * Small letter t with caron U+0165
378
- * * Small letter l with caron U+013E
379
- * * Capital letter L with caron U+013D
380
- *
381
- * Those characters aren't covered by the font 72 but some browser simply combine the letter without diacritics with the
382
- * standard combining caron (U+030C) which leads to the wrong display of those 4 characters. Because those 4 characters
383
- * are covered by the 72-full font, they are redirected to that font for being correctly displayed.
384
- */
385
- @font-face {
386
- font-family: '72';
387
- font-style: normal;
388
- font-weight: 400;
389
- unicode-range: U+010F, U+0165, U+013E, U+013D;
390
- src: url('fonts/72-Regular-full.woff2') format('woff2');
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;
397
+ src: url('fonts/72-Light-full.woff2') format('woff2');
391
398
  }
392
399
 
393
400
  @font-face {
394
- font-family: '72';
395
- font-style: normal;
396
- font-weight: 700;
397
- unicode-range: U+010F, U+0165, U+013E, U+013D;
398
- src: url('fonts/72-Bold-full.woff2') format('woff2');
401
+ 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;
403
+ src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
399
404
  }
400
405
 
401
406
  @font-face {
402
- font-family: '72';
403
- font-style: normal;
404
- font-weight: 300;
405
- unicode-range: U+010F, U+0165, U+013E, U+013D;
406
- src: url('fonts/72-Light-full.woff2') format('woff2');
407
+ 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;
409
+ src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
407
410
  }
408
411
 
409
412
  @font-face {
410
- font-family: '72-Light';
411
- font-style: normal;
412
- unicode-range: U+010F, U+0165, U+013E, U+013D;
413
- src: url('fonts/72-Light-full.woff2') format('woff2');
413
+ 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;
415
+ src: url('fonts/72-Black-full.woff2') format('woff2');
414
416
  }
415
417
 
416
418
  @font-face {
417
- font-family: '72-Bold';
418
- font-style: normal;
419
- unicode-range: U+010F, U+0165, U+013E, U+013D;
420
- src: url('fonts/72-Bold-full.woff2') format('woff2');
419
+ 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;
421
+ src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
421
422
  }
422
423
 
423
424
  // Responsive paddings
@@ -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.103.1</version>
9
+ <version>1.106.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
2
+ // * Copyright (c) 2012-2022 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
3
  // * Theming Engine 1.69.2
4
- // * data:{"sModified":"2022-04-26T06:31:06Z"}
4
+ // * data:{"sModified":"2022-05-24T07:19:31Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.1.39) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.1.40) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -850,7 +850,7 @@
850
850
  @sapUiChartLabelHoverColor: @sapUiButtonHoverBackground; // #ebebeb
851
851
  @sapUiChartLabelPressedColor: darken(@sapUiButtonBackground, 17); // #cccccc
852
852
  @sapUiChartCategoryAxisLabelFontColor: @sapUiContentForegroundTextColor; // #333333
853
- @sapUiChartValueAxisLabelFontColor: lighten(@sapUiContentForegroundTextColor, 24); // #707070
853
+ @sapUiChartValueAxisLabelFontColor: @sapUiContentLabelColor;
854
854
  @sapUiChartCategoryAxisLabelFontSize: @sapMFontSmallSize; // 12px
855
855
  @sapUiChartValueAxisLabelFontSize: @sapMFontSmallSize; // 12px
856
856
  @sapUiChartCategoryAxisLineColor: darken(@sapUiChartGridlineColor, 10); // #cccccc
@@ -883,7 +883,7 @@
883
883
  @sapUiChartAxisTitleFontSize: @sapMFontSmallSize; // 12px
884
884
  @sapUiChartTitleFontWeight: bold;
885
885
  @sapUiChartAxisTitleFontWeight: regular;
886
- @sapUiChartLightText: lighten(@sapUiContentForegroundTextColor, 24); // #707070
886
+ @sapUiChartLightText: @sapUiContentLabelColor;
887
887
  @sapUiChartZeroAxisColor: darken(@sapUiChartGridlineColor, 50); // #666666
888
888
 
889
889
  @sapUiChartDataPointBorderColor: lighten(@sapUiGroupContentBackground, 2); // #ffffff