@openui5/themelib_sap_horizon 1.115.1 → 1.117.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 (117) hide show
  1. package/.reuse/dep5 +0 -5
  2. package/THIRDPARTY.txt +1 -7
  3. package/package.json +18 -18
  4. package/src/sap/m/themes/sap_horizon/Avatar.less +12 -2
  5. package/src/sap/m/themes/sap_horizon/IconTabBar.less +219 -58
  6. package/src/sap/m/themes/sap_horizon/InputBase.less +3 -5
  7. package/src/sap/m/themes/sap_horizon/Link.less +27 -13
  8. package/src/sap/m/themes/sap_horizon/ListBase.less +12 -0
  9. package/src/sap/m/themes/sap_horizon/ObjectMarker.less +11 -3
  10. package/src/sap/m/themes/sap_horizon/Panel.less +13 -3
  11. package/src/sap/m/themes/sap_horizon/RadioButton.less +4 -5
  12. package/src/sap/m/themes/sap_horizon/RangeSlider.less +2 -7
  13. package/src/sap/m/themes/sap_horizon/SearchField.less +1 -2
  14. package/src/sap/m/themes/sap_horizon/Select.less +8 -14
  15. package/src/sap/m/themes/sap_horizon/Slider.less +2 -1
  16. package/src/sap/m/themes/sap_horizon/TextArea.less +4 -0
  17. package/src/sap/m/themes/sap_horizon/TileContainer.less +20 -1
  18. package/src/sap/m/themes/sap_horizon/Token.less +44 -37
  19. package/src/sap/m/themes/sap_horizon/Tokenizer.less +7 -0
  20. package/src/sap/m/themes/sap_horizon/Wizard.less +1 -1
  21. package/src/sap/m/themes/sap_horizon_dark/Avatar.less +12 -2
  22. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +200 -36
  23. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +3 -5
  24. package/src/sap/m/themes/sap_horizon_dark/Link.less +27 -13
  25. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +12 -0
  26. package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +10 -2
  27. package/src/sap/m/themes/sap_horizon_dark/Panel.less +12 -3
  28. package/src/sap/m/themes/sap_horizon_dark/Popover.less +13 -0
  29. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +4 -6
  30. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +2 -7
  31. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +0 -2
  32. package/src/sap/m/themes/sap_horizon_dark/Select.less +7 -14
  33. package/src/sap/m/themes/sap_horizon_dark/Slider.less +7 -1
  34. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +4 -0
  35. package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +18 -0
  36. package/src/sap/m/themes/sap_horizon_dark/Token.less +44 -37
  37. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +7 -0
  38. package/src/sap/m/themes/sap_horizon_dark/Wizard.less +1 -1
  39. package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +6 -2
  40. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +4 -0
  41. package/src/sap/m/themes/sap_horizon_hcb/GroupHeaderListItem.less +8 -0
  42. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +8 -0
  43. package/src/sap/m/themes/sap_horizon_hcb/Link.less +23 -9
  44. package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +0 -4
  45. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +12 -3
  46. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +6 -0
  47. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +1 -1
  48. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +0 -2
  49. package/src/sap/m/themes/sap_horizon_hcb/Select.less +20 -0
  50. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +2 -1
  51. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +5 -1
  52. package/src/sap/m/themes/sap_horizon_hcb/Token.less +20 -13
  53. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +7 -0
  54. package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +1 -1
  55. package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +6 -2
  56. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +4 -0
  57. package/src/sap/m/themes/sap_horizon_hcw/GroupHeaderListItem.less +8 -0
  58. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +8 -0
  59. package/src/sap/m/themes/sap_horizon_hcw/Link.less +23 -9
  60. package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +0 -4
  61. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +12 -4
  62. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +6 -0
  63. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +1 -1
  64. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +0 -2
  65. package/src/sap/m/themes/sap_horizon_hcw/Select.less +21 -0
  66. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +2 -1
  67. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +5 -1
  68. package/src/sap/m/themes/sap_horizon_hcw/Token.less +21 -13
  69. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +7 -0
  70. package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +1 -1
  71. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +9 -1
  72. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +3 -2
  73. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +74 -26
  74. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +4 -4
  75. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +9 -1
  76. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +3 -2
  77. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +74 -26
  78. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +4 -4
  79. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +11 -1
  80. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -1
  81. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +74 -33
  82. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +5 -5
  83. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +12 -2
  84. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -1
  85. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +71 -30
  86. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +4 -4
  87. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  88. package/src/sap/ui/core/themes/sap_horizon/base.less +5 -5
  89. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  90. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  91. package/src/sap/ui/core/themes/sap_horizon/shared.less +9 -94
  92. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  93. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +5 -5
  94. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  95. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  96. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +9 -95
  97. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  98. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +15 -15
  99. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  100. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  101. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +9 -94
  102. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  103. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +9 -9
  104. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  105. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  106. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +9 -94
  107. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +434 -60
  108. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +432 -51
  109. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +7 -0
  110. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +1 -1
  111. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +7 -0
  112. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +1 -1
  113. package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +0 -4
  114. package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +0 -4
  115. package/src/sap/uxap/themes/sap_horizon_hcb/HierarchicalSelect.less +0 -6
  116. package/src/sap/uxap/themes/sap_horizon_hcw/HierarchicalSelect.less +0 -6
  117. package/ui5.yaml +1 -1
@@ -35,6 +35,26 @@
35
35
  }
36
36
  }
37
37
 
38
+ // Styling for the cases when we have Header and SubHeader
39
+ .sapTntToolPageHeaderWithSubHeaderWrapper .sapTntToolPageHeader:first-of-type .sapTntToolHeader {
40
+ border-bottom-right-radius: 0;
41
+ border-bottom-left-radius: 0;
42
+ border-bottom: none;
43
+ box-shadow: none;
44
+ }
45
+
46
+ .sapTntToolPageHeaderWithSubHeaderWrapper .sapTntToolPageHeader:nth-of-type(2) .sapTntToolHeader {
47
+ border-top-right-radius: 0;
48
+ border-top-left-radius: 0;
49
+ border-top: none;
50
+ box-shadow: none;
51
+ }
52
+
53
+ .sapTntToolPageHeaderWrapper.sapTntToolPageHeaderWithSubHeaderWrapper {
54
+ box-shadow: @_sap_tnt_ToolHeader_BoxShadow;
55
+ border-radius: @_sap_tnt_ToolHeader_BorderRadius;
56
+ }
57
+
38
58
  // ==========================================================================
39
59
  // sap.m.Button overriding
40
60
  // ==========================================================================
@@ -174,6 +194,14 @@
174
194
  .sapMSF {
175
195
  height: 2.5rem;
176
196
  padding-top: 0px;
197
+
198
+ &:not(.sapMSFVal) .sapMSFS {
199
+ pointer-events: none;
200
+
201
+ &::after {
202
+ border-color: transparent;
203
+ }
204
+ }
177
205
  }
178
206
 
179
207
  .sapMSF .sapMSFF {
@@ -182,15 +210,24 @@
182
210
  }
183
211
 
184
212
  .sapMSFB {
185
- line-height: 2.5rem;
186
- width: 1.875rem;
213
+ width: 2rem;
214
+ height: 2rem;
215
+ margin-top: 0.1875rem;
216
+ display: flex;
217
+ align-items: center;
218
+ justify-content: center;
219
+ }
220
+
221
+ .sapMSFB.sapMSFBA {
222
+ background: none;
223
+ box-shadow: none;
187
224
  }
188
225
 
189
226
  .sapMSFSSI {
190
227
  display: inline;
191
228
  }
192
229
 
193
- .sapMSFF .sapMSFSSI:before {
230
+ .sapMSFF .sapMSFSSI:before {
194
231
  content: "\e00d";
195
232
  display: block;
196
233
  font-style: normal;
@@ -198,7 +235,7 @@
198
235
  height: 1rem;
199
236
  font-family: 'SAP-icons';
200
237
  margin-right: 0.375rem;
201
- margin-top: 0.75rem;
238
+ margin-top: 0.6875rem;
202
239
  }
203
240
 
204
241
  .sapMSFS::after {
@@ -206,18 +243,18 @@
206
243
  }
207
244
 
208
245
  .sapMSFR::after,
209
- .sapMSFS::after {
246
+ .sapMSFS::after {
210
247
  display: block;
211
248
  width: 1.25rem;
212
249
  height: 1.25rem;
213
250
  border-radius: 0.75rem;
214
251
  font-size: 0.75rem;
215
- margin-top: 0.625rem;
216
252
  line-height: 1.25rem;
253
+ border: @sapUiButtonBorderWidth solid @sapUiButtonBorderColor;
217
254
  }
218
255
 
219
256
  .sapMSFS {
220
- width: 1.625rem;
257
+ margin-right: 0.1875rem;
221
258
  border: none;
222
259
  }
223
260
 
@@ -229,19 +266,18 @@
229
266
  box-shadow: none;
230
267
  line-height: 1.25rem;
231
268
  }
232
-
269
+
233
270
  .sapMSFS:active::after,
271
+ .sapMSFS.sapMSFBA::after,
234
272
  .sapMSFR:active::after {
235
273
  background: @sapActiveColor;
236
274
  color: @sapContent_IconColor;
237
- margin-top: 0.625rem;
238
275
  }
239
276
 
240
277
  .sapMSFS:hover::after,
241
278
  .sapMSFR:hover::after {
242
279
  background: @sapHoverColor;
243
280
  color: @sapContent_IconColor;
244
- margin-top: 0.625rem;
245
281
  }
246
282
 
247
283
  .sapMSFB.sapMSFR:not(:last-child):hover {
@@ -251,22 +287,34 @@
251
287
  .sapMSFB:hover {
252
288
  border: none;
253
289
  }
290
+
291
+ .sapMSFVal.sapMFocus .sapMSFF {
292
+ outline: none;
293
+
294
+ .sapMSFS.sapMSFB::after {
295
+ border-color: transparent;
296
+ outline: @sapUiContentFocusWidth solid @sapUiContentFocusColor;
297
+ outline-offset: -0.0625rem;
298
+ }
299
+ }
254
300
  }
255
301
 
256
302
  html.sap-desktop .sapTntToolHeader .sapMFocus > .sapMSFF::before {
257
- border: none;
303
+ display: none;
258
304
  }
259
305
 
260
- html.sap-desktop .sapTntToolHeader .sapMFocus .sapMSFF {
261
- outline: @sapContent_FocusWidth solid @sapContent_FocusColor;
262
- border: none;
306
+ html.sap-desktop .sapTntToolHeader .sapMSF:not(.sapMSFDisabled) {
307
+ &:not(.sapMFocus):hover .sapMSFF,
308
+ &.sapMFocus:not(.sapMSFVal) .sapMSFF {
309
+ outline: @sapUiContentFocusWidth solid @sapUiContentFocusColor;
310
+ border-color: transparent;
311
+ }
263
312
  }
264
313
 
265
314
  .sapUiSizeCompact {
266
315
  .sapTntToolHeader {
267
316
  .sapMSF {
268
317
  height: 2rem;
269
- padding-top: 1px;
270
318
  }
271
319
 
272
320
  .sapMSF .sapMSFF {
@@ -274,25 +322,18 @@ html.sap-desktop .sapTntToolHeader .sapMFocus .sapMSFF {
274
322
  }
275
323
 
276
324
  .sapMSFB {
277
- line-height: 2rem;
278
- width: 1.5rem;
325
+ margin-top: 0.125rem;
326
+ width: 1.625rem;
327
+ height: 1.625rem;
279
328
  }
280
329
 
281
- .sapMSFF .sapMSFSSI:before {
282
- margin-top: 0.5rem;
330
+ .sapMSFS {
331
+ margin-right: 0.125rem;
283
332
  }
284
- }
285
333
 
286
- .sapMSFS:hover::after,
287
- .sapMSFR:hover::after,
288
- .sapMSFS:active::after,
289
- .sapMSFR:active::after {
290
- margin-top: 0.375rem;
291
- }
292
-
293
- .sapMSFS::after,
294
- .sapMSFR::after {
295
- margin-top: 0.375rem;
334
+ .sapMSFF .sapMSFSSI:before {
335
+ margin-top: 0.4375rem;
336
+ }
296
337
  }
297
338
  }
298
339
 
@@ -6,16 +6,16 @@
6
6
  @_sap_tnt_ToolPage_Paddings: 0.5rem 0.5rem 0 0.5rem;
7
7
  @_sap_tnt_ToolPage_PaddingsTablet: 0.5rem;
8
8
  @_sap_tnt_ToolPage_PaddingsPhone: 0.25rem;
9
- @_sap_tnt_ToolPage_Background: @sapBackgroundColor;
9
+ @_sap_tnt_ToolPage_Background: @sapUiBaseBG;
10
10
  @_sap_tnt_ToolPage_AsideMargins: 0.5rem 0.5rem 0 0;
11
11
  @_sap_tnt_ToolPage_AsideMarginsPhone: 0.25rem 0.25rem 0 0;
12
12
  @_sap_tnt_ToolPage_ContentMargins: 0.5rem 0 0 0;
13
13
  @_sap_tnt_ToolPage_ContentMarginsPhone: 0.25rem 0 0 0;
14
14
  @_sap_tnt_ToolPage_ContentShadow: 0 0 0 0.0625rem @sapContent_ShadowColor, 0 0.5rem 1rem 0 fade(@sapContent_ShadowColor, 16);
15
- @_sap_tnt_ToolPage_ContentBackgroundStandard: @sapBackgroundColor;
16
- @_sap_tnt_ToolPage_ContentBackgroundSolid: @sapBackgroundColor;
15
+ @_sap_tnt_ToolPage_ContentBackgroundStandard: @sapUiBaseBG;
16
+ @_sap_tnt_ToolPage_ContentBackgroundSolid: @sapUiBaseBG;
17
17
  @_sap_tnt_ToolPage_ContentBackgroundTransparent: transparent;
18
- @_sap_tnt_ToolPage_ContentBackgroundList: @sapGroup_ContentBackground;
18
+ @_sap_tnt_ToolPage_ContentBackgroundList: @sapUiGroupContentBackground;
19
19
  @_sap_tnt_ToolPage_ContentBorderRadius: 0.5rem 0.5rem 0 0;
20
20
  @_sap_tnt_ToolPage_ContentBorderRadiusTabletPhone: 0.5rem;
21
21
  @_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.115.1</version>
9
+ <version>1.117.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.
3
- // * Theming Engine 1.23030.0-20230404052500+08ab7f203f968a8915a46326f198b28734934650
4
- // * data:{"sModified":"2023-04-04T08:11:20Z"}
2
+ // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
+ // * Theming Engine 1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388
4
+ // * data:{"sModified":"2023-05-25T10:12:25Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.3.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.4.2) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -1030,7 +1030,7 @@
1030
1030
 
1031
1031
  // [Tags "!Protected"]
1032
1032
  // [Protected "!true"]
1033
- @sapButton_BorderColor: darken(@sapBackgroundColor, 4);
1033
+ @sapButton_BorderColor: darken(@sapBackgroundColor, 20);
1034
1034
 
1035
1035
  // [Tags "!Protected"]
1036
1036
  // [Protected "!true"]
@@ -214,6 +214,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
214
214
  font-weight: 400;
215
215
  src: url('fonts/72-Regular.woff2') format('woff2'),
216
216
  local('72');
217
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
217
218
  }
218
219
 
219
220
  @font-face {
@@ -229,6 +230,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
229
230
  font-weight: 700;
230
231
  src: url('fonts/72-Bold.woff2') format('woff2'),
231
232
  local('72-Bold');
233
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
232
234
  }
233
235
 
234
236
  @font-face {
@@ -244,6 +246,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
244
246
  font-weight: 300;
245
247
  src: url('fonts/72-Light.woff2') format('woff2'),
246
248
  local('72-Light');
249
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
247
250
  }
248
251
 
249
252
  @font-face {
@@ -258,6 +261,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
258
261
  font-style: normal;
259
262
  src: url('fonts/72-Bold.woff2') format('woff2'),
260
263
  local('72-Bold');
264
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
261
265
  }
262
266
 
263
267
  @font-face {
@@ -271,6 +275,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
271
275
  font-style: normal;
272
276
  src: url('fonts/72-Light.woff2') format('woff2'),
273
277
  local('72-Light');
278
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
274
279
  }
275
280
 
276
281
  @font-face {
@@ -283,6 +288,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
283
288
  font-family: '72Mono';
284
289
  src: url('fonts/72Mono-Regular.woff2') format('woff2'),
285
290
  local('72Mono');
291
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
286
292
  }
287
293
 
288
294
  @font-face {
@@ -294,6 +300,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
294
300
  font-family: '72Mono-Bold';
295
301
  src: url('fonts/72Mono-Bold.woff2') format('woff2'),
296
302
  local('72Mono-Bold');
303
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
297
304
  }
298
305
 
299
306
  @font-face {
@@ -304,6 +311,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
304
311
  @font-face {
305
312
  font-family: '72Black';
306
313
  src: url('fonts/72-Black.woff2') format('woff2');
314
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
307
315
  }
308
316
 
309
317
  @font-face {
@@ -314,6 +322,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
314
322
  @font-face {
315
323
  font-family: '72-SemiboldDuplex';
316
324
  src: url('fonts/72-SemiboldDuplex.woff2') format('woff2');
325
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
317
326
  }
318
327
 
319
328
  @font-face {
@@ -321,100 +330,6 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
321
330
  src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
322
331
  }
323
332
 
324
- /**
325
- * Browsers synthesizes glyphs that have multiple diacritics from the basic glyphs. Some glyphs don't look right after
326
- * browsers' synthesis. Those glyphs need to be redirected to "72-full" where they are supported.
327
- *
328
- * Moreover, the diacritic Caron has a special vertical form used on tall characters. Those tall characters with Caron
329
- * aren't covered by the font '72' but browsers synthesize the letter without diacritic with the * standard combining
330
- * Caron (U+030C) which leads to the wrong display of those characters. Because those characters are * covered by the
331
- * '72-full' font, they are redirected to that font as well for being correctly displayed.
332
- *
333
- * U+0106: Ć
334
- * U+0108: Ĉ
335
- * U+010C: Č
336
- * U+010F: ď
337
- * U+013D-013E: Ľ, ľ
338
- * U+0143: Ń
339
- * U+0147-0148: Ň, ň
340
- * U+0154: Ŕ
341
- * U+0158: Ř
342
- * U+015A: Ś
343
- * U+015C-015D: Ŝ, ŝ
344
- * U+0164-0165: Ť, ť
345
- * U+0168-0169: Ũ, ũ
346
- * U+016E-016F: Ů, ů
347
- * U+0174-0177: Ŵ, ŵ, Ŷ, ŷ
348
- * U+0179: Ź
349
- * U+1EA4-1EA7: Ấ, ấ, Ầ, ầ
350
- * U+1EAA-1EAB: Ẫ, ẫ
351
- * U+1EBC-1EC1: Ẽ, ẽ, Ế, ế, Ề, ề
352
- * U+1EC4-1EC5: Ễ, ễ
353
- * U+1ED0-1ED3: Ố, ố, Ồ, ồ
354
- * U+1ED6-1ED7: Ỗ, ỗ
355
- */
356
- @font-face {
357
- font-family: '72';
358
- font-style: normal;
359
- font-weight: 400;
360
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
361
- src: url('fonts/72-Regular-full.woff2') format('woff2');
362
- }
363
-
364
- @font-face {
365
- font-family: '72';
366
- font-style: normal;
367
- font-weight: 700;
368
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
369
- src: url('fonts/72-Bold-full.woff2') format('woff2');
370
- }
371
-
372
- @font-face {
373
- font-family: '72';
374
- font-style: normal;
375
- font-weight: 300;
376
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
377
- src: url('fonts/72-Light-full.woff2') format('woff2');
378
- }
379
-
380
- @font-face {
381
- font-family: '72-Bold';
382
- font-style: normal;
383
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
384
- src: url('fonts/72-Bold-full.woff2') format('woff2');
385
- }
386
-
387
- @font-face {
388
- font-family: '72-Light';
389
- font-style: normal;
390
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
391
- src: url('fonts/72-Light-full.woff2') format('woff2');
392
- }
393
-
394
- @font-face {
395
- font-family: '72Mono';
396
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
397
- src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
398
- }
399
-
400
- @font-face {
401
- font-family: '72Mono-Bold';
402
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
403
- src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
404
- }
405
-
406
- @font-face {
407
- font-family: '72Black';
408
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
409
- src: url('fonts/72-Black-full.woff2') format('woff2');
410
- }
411
-
412
- @font-face {
413
- font-family: '72-SemiboldDuplex';
414
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
415
- src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
416
- }
417
-
418
333
  // Responsive paddings
419
334
  .sapUi-Std-PaddingS {
420
335
  padding-left: 1rem !important;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.115.1</version>
9
+ <version>1.117.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.
3
- // * Theming Engine 1.23030.0-20230404052500+08ab7f203f968a8915a46326f198b28734934650
4
- // * data:{"sModified":"2023-04-04T08:11:20Z"}
2
+ // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
+ // * Theming Engine 1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388
4
+ // * data:{"sModified":"2023-05-25T10:12:25Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.3.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.4.2) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -1030,7 +1030,7 @@
1030
1030
 
1031
1031
  // [Tags "!Protected"]
1032
1032
  // [Protected "!true"]
1033
- @sapButton_BorderColor: lighten(@sapBackgroundColor, 14);
1033
+ @sapButton_BorderColor: lighten(@sapBackgroundColor, 20);
1034
1034
 
1035
1035
  // [Tags "!Protected"]
1036
1036
  // [Protected "!true"]
@@ -214,6 +214,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
214
214
  font-weight: 400;
215
215
  src: url('fonts/72-Regular.woff2') format('woff2'),
216
216
  local('72');
217
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
217
218
  }
218
219
 
219
220
  @font-face {
@@ -229,6 +230,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
229
230
  font-weight: 700;
230
231
  src: url('fonts/72-Bold.woff2') format('woff2'),
231
232
  local('72-Bold');
233
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
232
234
  }
233
235
 
234
236
  @font-face {
@@ -244,6 +246,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
244
246
  font-weight: 300;
245
247
  src: url('fonts/72-Light.woff2') format('woff2'),
246
248
  local('72-Light');
249
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
247
250
  }
248
251
 
249
252
  @font-face {
@@ -258,6 +261,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
258
261
  font-style: normal;
259
262
  src: url('fonts/72-Bold.woff2') format('woff2'),
260
263
  local('72-Bold');
264
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
261
265
  }
262
266
 
263
267
  @font-face {
@@ -271,6 +275,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
271
275
  font-style: normal;
272
276
  src: url('fonts/72-Light.woff2') format('woff2'),
273
277
  local('72-Light');
278
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
274
279
  }
275
280
 
276
281
  @font-face {
@@ -283,6 +288,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
283
288
  font-family: '72Mono';
284
289
  src: url('fonts/72Mono-Regular.woff2') format('woff2'),
285
290
  local('72Mono');
291
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
286
292
  }
287
293
 
288
294
  @font-face {
@@ -294,6 +300,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
294
300
  font-family: '72Mono-Bold';
295
301
  src: url('fonts/72Mono-Bold.woff2') format('woff2'),
296
302
  local('72Mono-Bold');
303
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
297
304
  }
298
305
 
299
306
  @font-face {
@@ -304,6 +311,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
304
311
  @font-face {
305
312
  font-family: '72Black';
306
313
  src: url('fonts/72-Black.woff2') format('woff2');
314
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
307
315
  }
308
316
 
309
317
  @font-face {
@@ -314,6 +322,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
314
322
  @font-face {
315
323
  font-family: '72-SemiboldDuplex';
316
324
  src: url('fonts/72-SemiboldDuplex.woff2') format('woff2');
325
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
317
326
  }
318
327
 
319
328
  @font-face {
@@ -321,101 +330,6 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
321
330
  src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
322
331
  }
323
332
 
324
-
325
- /**
326
- * Browsers synthesizes glyphs that have multiple diacritics from the basic glyphs. Some glyphs don't look right after
327
- * browsers' synthesis. Those glyphs need to be redirected to "72-full" where they are supported.
328
- *
329
- * Moreover, the diacritic Caron has a special vertical form used on tall characters. Those tall characters with Caron
330
- * aren't covered by the font '72' but browsers synthesize the letter without diacritic with the * standard combining
331
- * Caron (U+030C) which leads to the wrong display of those characters. Because those characters are * covered by the
332
- * '72-full' font, they are redirected to that font as well for being correctly displayed.
333
- *
334
- * U+0106: Ć
335
- * U+0108: Ĉ
336
- * U+010C: Č
337
- * U+010F: ď
338
- * U+013D-013E: Ľ, ľ
339
- * U+0143: Ń
340
- * U+0147-0148: Ň, ň
341
- * U+0154: Ŕ
342
- * U+0158: Ř
343
- * U+015A: Ś
344
- * U+015C-015D: Ŝ, ŝ
345
- * U+0164-0165: Ť, ť
346
- * U+0168-0169: Ũ, ũ
347
- * U+016E-016F: Ů, ů
348
- * U+0174-0177: Ŵ, ŵ, Ŷ, ŷ
349
- * U+0179: Ź
350
- * U+1EA4-1EA7: Ấ, ấ, Ầ, ầ
351
- * U+1EAA-1EAB: Ẫ, ẫ
352
- * U+1EBC-1EC1: Ẽ, ẽ, Ế, ế, Ề, ề
353
- * U+1EC4-1EC5: Ễ, ễ
354
- * U+1ED0-1ED3: Ố, ố, Ồ, ồ
355
- * U+1ED6-1ED7: Ỗ, ỗ
356
- */
357
- @font-face {
358
- font-family: '72';
359
- font-style: normal;
360
- font-weight: 400;
361
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
362
- src: url('fonts/72-Regular-full.woff2') format('woff2');
363
- }
364
-
365
- @font-face {
366
- font-family: '72';
367
- font-style: normal;
368
- font-weight: 700;
369
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
370
- src: url('fonts/72-Bold-full.woff2') format('woff2');
371
- }
372
-
373
- @font-face {
374
- font-family: '72';
375
- font-style: normal;
376
- font-weight: 300;
377
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
378
- src: url('fonts/72-Light-full.woff2') format('woff2');
379
- }
380
-
381
- @font-face {
382
- font-family: '72-Bold';
383
- font-style: normal;
384
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
385
- src: url('fonts/72-Bold-full.woff2') format('woff2');
386
- }
387
-
388
- @font-face {
389
- font-family: '72-Light';
390
- font-style: normal;
391
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
392
- src: url('fonts/72-Light-full.woff2') format('woff2');
393
- }
394
-
395
- @font-face {
396
- font-family: '72Mono';
397
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
398
- src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
399
- }
400
-
401
- @font-face {
402
- font-family: '72Mono-Bold';
403
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
404
- src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
405
- }
406
-
407
- @font-face {
408
- font-family: '72Black';
409
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
410
- src: url('fonts/72-Black-full.woff2') format('woff2');
411
- }
412
-
413
- @font-face {
414
- font-family: '72-SemiboldDuplex';
415
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
416
- src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
417
- }
418
-
419
333
  // Responsive paddings
420
334
  .sapUi-Std-PaddingS {
421
335
  padding-left: 1rem !important;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.115.1</version>
9
+ <version>1.117.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12