@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
package/.reuse/dep5 CHANGED
@@ -43,6 +43,14 @@ License: Apache-2.0
43
43
  #
44
44
 
45
45
 
46
+ # Library: sap.m:
47
+
48
+ Files: src/sap.m/src/sap/m/_thirdparty/purify.js
49
+ Copyright: Mario Heiderich
50
+ License: Apache-2.0
51
+ Comment: these files belong to: purify.js
52
+
53
+
46
54
  # Library: sap.ui.codeeditor:
47
55
 
48
56
  Files: src/sap.ui.codeeditor/src/sap/ui/codeeditor/js/ace/*
@@ -127,16 +135,21 @@ Copyright:
127
135
  License: Apache-2.0 and MIT
128
136
  Comment: these files contain content from SAP and jQuery UI 1.11: zIndex.js is overall written by SAP, but contains an implementation of the function 'fnzIndex' which is taken from jQuery UI Datepicker 1.11.1
129
137
 
130
- Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit.*
138
+ Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit.css src/sap.ui.core/src/sap/ui/thirdparty/qunit.js
131
139
  Copyright: jQuery Foundation and other contributors
132
140
  License: MIT
133
141
  Comment: these files belong to: QUnit
134
142
 
135
- Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.*
143
+ Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.css src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.js
136
144
  Copyright: jQuery Foundation and other contributors
137
145
  License: MIT
138
146
  Comment: these files belong to: QUnit 2
139
147
 
148
+ Files: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.css src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.js
149
+ Copyright: jQuery Foundation and other contributors
150
+ License: MIT
151
+ Comment: these files belong to: QUnit 2.18
152
+
140
153
  Files: src/sap.ui.core/src/sap/ui/thirdparty/jquery-compat.js
141
154
  Copyright: OpenJS Foundation and other contributors
142
155
  License: MIT
@@ -154,7 +167,7 @@ Copyright:
154
167
  License: Apache-2.0 and MIT
155
168
  Comment: these files contain content from SAP and jQuery.rtl-scroll-type: _FeatureDetection.js is overall written by SAP, but contains code which is inspired by jQuery.rtl-scroll-type
156
169
 
157
- Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite*
170
+ Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.css src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.js
158
171
  Copyright: jQuery Foundation and other contributors
159
172
  License: MIT
160
173
  Comment: these files belong to: QUnit Composite
@@ -234,6 +247,11 @@ Copyright: 2010-2017, Christian Johansen, christian@cjohansen.no
234
247
  License: BSD-3-Clause
235
248
  Comment: these files belong to: SinonJS
236
249
 
250
+ Files: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-14.0.js
251
+ Copyright: 2010-2022, Christian Johansen, christian@cjohansen.no
252
+ License: BSD-3-Clause
253
+ Comment: these files belong to: SinonJS 14
254
+
237
255
  Files: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
238
256
  Copyright: 2010-2011, Christian Johansen
239
257
  License: BSD-3-Clause
@@ -303,7 +321,7 @@ Copyright: 2018 Michael Mclaughlin
303
321
  License: MIT
304
322
  Comment: these files belong to: bignumber.js
305
323
 
306
- Files: src/sap.ui.core/src/sap/ui/base/util/restricted/_/lodash.custom.js
324
+ Files: src/sap.ui.core/src/sap/base/util/restricted/_/lodash.custom.js
307
325
  Copyright: OpenJS Foundation and other contributors
308
326
  License: MIT
309
327
  Comment: these files belong to: lodash
@@ -313,7 +331,7 @@ Copyright: 2021 Mathias Nater
313
331
  License: MIT
314
332
  Comment: these files belong to: Hyphenopoly
315
333
 
316
- Files: src/sap.ui.core/src/sap/ui/base/util/restricted/_CancelablePromise.js
334
+ Files: src/sap.ui.core/src/sap/base/util/restricted/_CancelablePromise.js
317
335
  Copyright:
318
336
  Sindre Sorhus <sindresorhus@gmail.com>
319
337
  2014-present Sebastian McKenzie and other contributors
@@ -339,6 +357,13 @@ Copyright:
339
357
  License: Apache-2.0 and ISC
340
358
  Comment: these files contain content from SAP and node-lru-cache: LRUPersistentCache.js is overall written by SAP, but portions ('Least Recently Used' logic) are taken from the node-lru-cache project (see https://github.com/isaacs/node-lru-cache/blob/v2.7.3/README.md) and modified.
341
359
 
360
+ Files: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
361
+ Copyright:
362
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
363
+ Arthur David Olson, Paul Eggert and other contributors
364
+ License: Apache-2.0 and LicenseRef-tzdata-PublicDomain
365
+ Comment: these files contain content from SAP and Time Zone Database: _timezones.js is overall written by SAP, but the list of IANA timezone IDs is taken from the Timezone Database
366
+
342
367
 
343
368
  # Library: sap.ui.documentation:
344
369
 
@@ -401,16 +426,6 @@ License: MIT
401
426
  Comment: these files belong to: @cfworker/json-schema
402
427
 
403
428
 
404
- # Library: sap.ui.mdc:
405
-
406
- Files: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperators/BoolExprTool.js
407
- Copyright:
408
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
409
- 2015 unnikked
410
- License: Apache-2.0 and MIT
411
- Comment: these files contain content from SAP and BooleanExpressionEvaluator: BoolExprTool.js is authored by SAP, but partly inspired by BooleanExpressionEvaluator
412
-
413
-
414
429
  # Library: sap.ui.webc.common:
415
430
 
416
431
  Files: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
@@ -431,6 +446,11 @@ Copyright: SAP
431
446
  License: Apache-2.0
432
447
  Comment: these files belong to: UI5 Web Components
433
448
 
449
+ Files: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js
450
+ Copyright: 2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull
451
+ License: Apache-2.0
452
+ Comment: these files belong to: ZXing
453
+
434
454
 
435
455
  # Library: sap.ui.webc.main:
436
456
 
@@ -0,0 +1,5 @@
1
+ Unless specified below, all files in the tz code and data (including
2
+ this LICENSE file) are in the public domain.
3
+
4
+ If the files date.c, newstrftime.3, and strftime.c are present, they
5
+ contain material derived from BSD and use the BSD 3-clause license.
package/THIRDPARTY.txt CHANGED
@@ -4,6 +4,15 @@ each subcomponent.
4
4
  The full text of all referenced licenses is appended at the end of this file.
5
5
 
6
6
 
7
+ Library: sap.m:
8
+
9
+ Component: purify.js, version: 2.3.8
10
+ Copyright: Mario Heiderich
11
+ License: Apache-2.0
12
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
13
+ Contained in: src/sap.m/src/sap/m/_thirdparty/purify.js
14
+
15
+
7
16
  Library: sap.ui.codeeditor:
8
17
 
9
18
  Component: Ace (Ajax.org Cloud9 Editor), version: 1.4.13
@@ -68,13 +77,22 @@ Component: QUnit, version: 1.18.0
68
77
  Copyright: jQuery Foundation and other contributors
69
78
  License: MIT
70
79
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
71
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit.*
80
+ Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit.css
81
+ src/sap.ui.core/src/sap/ui/thirdparty/qunit.js
72
82
 
73
83
  Component: QUnit 2, version: 2.3.2
74
84
  Copyright: jQuery Foundation and other contributors
75
85
  License: MIT
76
86
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
77
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.*
87
+ Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.css
88
+ src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.js
89
+
90
+ Component: QUnit 2.18, version: 2.18.0
91
+ Copyright: jQuery Foundation and other contributors
92
+ License: MIT
93
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
94
+ Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.css
95
+ src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.js
78
96
 
79
97
  Component: jQuery-Migrate, version: 3.3.1
80
98
  Copyright: OpenJS Foundation and other contributors
@@ -98,7 +116,8 @@ Component: QUnit Composite, version: 1.0.2-pre
98
116
  Copyright: jQuery Foundation and other contributors
99
117
  License: MIT
100
118
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
101
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite*
119
+ Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.css
120
+ src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.js
102
121
 
103
122
  Component: JUnit Reporter for QUnit, version: 1.1.1
104
123
  Copyright: jQuery Foundation and other contributors
@@ -191,13 +210,19 @@ License: BSD-3-Clause
191
210
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
192
211
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-4.js
193
212
 
213
+ Component: SinonJS 14, version: 14.0.0
214
+ Copyright: 2010-2022, Christian Johansen, christian@cjohansen.no
215
+ License: BSD-3-Clause
216
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
217
+ Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-14.0.js
218
+
194
219
  Component: Sinon-qunit, version: 2.0.0
195
220
  Copyright: 2010-2011, Christian Johansen
196
221
  License: BSD-3-Clause
197
222
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
198
223
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
199
224
 
200
- Component: URI.js, version: 1.19.10
225
+ Component: URI.js, version: 1.19.11
201
226
  Copyright: Rodney Rehm
202
227
  License: MIT
203
228
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
@@ -277,7 +302,7 @@ Component: lodash, version: 4.17.21
277
302
  Copyright: OpenJS Foundation and other contributors
278
303
  License: MIT
279
304
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
280
- Contained in: src/sap.ui.core/src/sap/ui/base/util/restricted/_/lodash.custom.js
305
+ Contained in: src/sap.ui.core/src/sap/base/util/restricted/_/lodash.custom.js
281
306
 
282
307
  Component: Hyphenopoly, version: 3.4.0
283
308
  Copyright: 2021 Mathias Nater
@@ -289,13 +314,13 @@ Component: p-cancelable, version: 2.0.0
289
314
  Copyright: Sindre Sorhus <sindresorhus@gmail.com>
290
315
  License: MIT
291
316
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
292
- Contained in: src/sap.ui.core/src/sap/ui/base/util/restricted/_CancelablePromise.js
317
+ Contained in: src/sap.ui.core/src/sap/base/util/restricted/_CancelablePromise.js
293
318
 
294
319
  Component: @babel/helpers, version: 7.10.4
295
320
  Copyright: 2014-present Sebastian McKenzie and other contributors
296
321
  License: MIT
297
322
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
298
- Contained in: src/sap.ui.core/src/sap/ui/base/util/restricted/_CancelablePromise.js
323
+ Contained in: src/sap.ui.core/src/sap/base/util/restricted/_CancelablePromise.js
299
324
 
300
325
  Component: Jalaali JS
301
326
  Copyright: Behrang Norouzinia
@@ -315,6 +340,12 @@ License: ISC
315
340
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/ISC.txt
316
341
  Contained in: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
317
342
 
343
+ Component: Time Zone Database, version: 2022a
344
+ Copyright: Arthur David Olson, Paul Eggert and other contributors
345
+ License: LicenseRef-tzdata-PublicDomain
346
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-tzdata-PublicDomain.txt
347
+ Contained in: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
348
+
318
349
 
319
350
  Library: sap.ui.documentation:
320
351
 
@@ -389,18 +420,9 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
389
420
  Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
390
421
 
391
422
 
392
- Library: sap.ui.mdc:
393
-
394
- Component: BooleanExpressionEvaluator, version: master-18530acbf3
395
- Copyright: 2015 unnikked
396
- License: MIT
397
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
398
- Contained in: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperators/BoolExprTool.js
399
-
400
-
401
423
  Library: sap.ui.webc.common:
402
424
 
403
- Component: UI5 Web Components, version: 1.1.2
425
+ Component: UI5 Web Components, version: 1.5.0
404
426
  Copyright: SAP
405
427
  License: Apache-2.0
406
428
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -411,7 +433,7 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.*
411
433
  src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
412
434
  src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
413
435
 
414
- Component: lit-html, version: 2.0.1
436
+ Component: lit-html, version: 2.2.2
415
437
  Copyright: Google LLC
416
438
  License: BSD-3-Clause
417
439
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
@@ -420,16 +442,22 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/
420
442
 
421
443
  Library: sap.ui.webc.fiori:
422
444
 
423
- Component: UI5 Web Components, version: 1.1.2
445
+ Component: UI5 Web Components, version: 1.5.0
424
446
  Copyright: SAP
425
447
  License: Apache-2.0
426
448
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
427
449
  Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
428
450
 
451
+ Component: ZXing, version: 0.19.1
452
+ Copyright: 2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull
453
+ License: Apache-2.0
454
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
455
+ Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js
456
+
429
457
 
430
458
  Library: sap.ui.webc.main:
431
459
 
432
- Component: UI5 Web Components, version: 1.1.2
460
+ Component: UI5 Web Components, version: 1.5.0
433
461
  Copyright: SAP
434
462
  License: Apache-2.0
435
463
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -450,7 +478,7 @@ License: Apache-2.0
450
478
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
451
479
  Contained in: lib/jsdoc/ui5/plugin.js
452
480
 
453
- Component: SAP Theming Base Content, version: 11.1.39
481
+ Component: SAP Theming Base Content, version: 11.1.40
454
482
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
455
483
  License: Apache-2.0
456
484
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -980,6 +1008,21 @@ END of license: LicenseRef-JSONinJSPublicDomain
980
1008
  =================================
981
1009
 
982
1010
 
1011
+ =================================
1012
+ BEGIN of license: LicenseRef-tzdata-PublicDomain
1013
+ =================================
1014
+
1015
+ Unless specified below, all files in the tz code and data (including
1016
+ this LICENSE file) are in the public domain.
1017
+
1018
+ If the files date.c, newstrftime.3, and strftime.c are present, they
1019
+ contain material derived from BSD and use the BSD 3-clause license.
1020
+
1021
+ =================================
1022
+ END of license: LicenseRef-tzdata-PublicDomain
1023
+ =================================
1024
+
1025
+
983
1026
  =================================
984
1027
  BEGIN of license: MIT
985
1028
  =================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.103.1",
3
+ "version": "1.106.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.103.1",
18
- "@openui5/sap.m": "1.103.1",
19
- "@openui5/sap.tnt": "1.103.1",
20
- "@openui5/sap.ui.codeeditor": "1.103.1",
21
- "@openui5/sap.ui.commons": "1.103.1",
22
- "@openui5/sap.ui.core": "1.103.1",
23
- "@openui5/sap.ui.dt": "1.103.1",
24
- "@openui5/sap.ui.fl": "1.103.1",
25
- "@openui5/sap.ui.mdc": "1.103.1",
26
- "@openui5/sap.ui.integration": "1.103.1",
27
- "@openui5/sap.ui.layout": "1.103.1",
28
- "@openui5/sap.ui.rta": "1.103.1",
29
- "@openui5/sap.ui.suite": "1.103.1",
30
- "@openui5/sap.ui.table": "1.103.1",
31
- "@openui5/sap.ui.unified": "1.103.1",
32
- "@openui5/sap.ui.ux3": "1.103.1",
33
- "@openui5/sap.uxap": "1.103.1"
17
+ "@openui5/sap.f": "1.106.0",
18
+ "@openui5/sap.m": "1.106.0",
19
+ "@openui5/sap.tnt": "1.106.0",
20
+ "@openui5/sap.ui.codeeditor": "1.106.0",
21
+ "@openui5/sap.ui.commons": "1.106.0",
22
+ "@openui5/sap.ui.core": "1.106.0",
23
+ "@openui5/sap.ui.dt": "1.106.0",
24
+ "@openui5/sap.ui.fl": "1.106.0",
25
+ "@openui5/sap.ui.mdc": "1.106.0",
26
+ "@openui5/sap.ui.integration": "1.106.0",
27
+ "@openui5/sap.ui.layout": "1.106.0",
28
+ "@openui5/sap.ui.rta": "1.106.0",
29
+ "@openui5/sap.ui.suite": "1.106.0",
30
+ "@openui5/sap.ui.table": "1.106.0",
31
+ "@openui5/sap.ui.unified": "1.106.0",
32
+ "@openui5/sap.ui.ux3": "1.106.0",
33
+ "@openui5/sap.uxap": "1.106.0"
34
34
  }
35
35
  }
@@ -86,24 +86,24 @@
86
86
  // =====================================
87
87
 
88
88
  .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
89
- font-size: @sapFontHeader2Size;
90
- font-family: @sapUiObjectHeaderTitleFontFamily;
89
+ font-size: @sapObjectHeader_Title_FontSize;
90
+ font-family: @sapFontBlackFamily;
91
91
  }
92
92
 
93
93
 
94
94
  // Expanded Header title is small on small screens
95
95
 
96
96
  .sapFDynamicPage-Std-Phone .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
97
- font-size: @sapUiObjectHeaderTitleSnappedFontSize;
98
- font-family: @sapUiObjectHeaderTitleFontFamily;
97
+ font-size: @sapObjectHeader_Title_SnappedFontSize;
98
+ font-family: @sapFontBlackFamily;
99
99
  }
100
100
 
101
101
 
102
- // Snapped Header title is small on all screen sizes
102
+ // Snapped Header title is small on all screen sizes
103
103
 
104
104
  .sapFDynamicPageTitleSnapped .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
105
- font-size: @sapFontHeader3Size;
106
- font-family: @sapUiObjectHeaderTitleFontFamily;
105
+ font-size: @sapObjectHeader_Title_SnappedFontSize;
106
+ font-family: @sapFontBlackFamily;
107
107
  }
108
108
 
109
109
  // Overview Page using Dynamic page Header
@@ -85,24 +85,24 @@
85
85
  // =====================================
86
86
 
87
87
  .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
88
- font-size: @sapFontHeader2Size;
89
- font-family: @sapFontBlackFamily;
88
+ font-size: @sapObjectHeader_Title_FontSize;
89
+ font-family: @sapFontBlackFamily;
90
90
  }
91
91
 
92
92
 
93
93
  // Expanded Header title is small on small screens
94
94
 
95
95
  .sapFDynamicPage-Std-Phone .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
96
- font-size: 1.5rem;
97
- font-family: @sapFontBlackFamily;
96
+ font-size: @sapObjectHeader_Title_SnappedFontSize;
97
+ font-family: @sapFontBlackFamily;
98
98
  }
99
99
 
100
100
 
101
- // Snapped Header title is small on all screen sizes
101
+ // Snapped Header title is small on all screen sizes
102
102
 
103
103
  .sapFDynamicPageTitleSnapped .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
104
- font-size: @sapFontHeader3Size;
105
- font-family: @sapFontBlackFamily;
104
+ font-size: @sapObjectHeader_Title_SnappedFontSize;
105
+ font-family: @sapFontBlackFamily;
106
106
  }
107
107
 
108
108
  // Overview Page using Dynamic page Header
@@ -138,7 +138,7 @@ html.sap-desktop {
138
138
  }
139
139
 
140
140
  .sapUiSizeCompact {
141
- .sapMTB {
141
+ .sapFDynamicPageTitle .sapMTB {
142
142
  height: 2.75rem;
143
143
  }
144
144
 
@@ -203,13 +203,11 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable:not(.sapMBadgeIn
203
203
  background-color: @sapUiButtonLiteBackground;
204
204
  }
205
205
 
206
- .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent) {
207
- &.sapMBtnDefault,
208
- &.sapMBtnBack {
206
+ .sapMIBar .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnDefault,
207
+ .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnBack {
208
+ color: @sapUiButtonLiteTextColor;
209
+ .sapUiIcon {
209
210
  color: @sapUiButtonLiteTextColor;
210
- .sapUiIcon {
211
- color: @sapUiButtonLiteTextColor;
212
- }
213
211
  }
214
212
  }
215
213
 
@@ -5,8 +5,8 @@
5
5
 
6
6
  .sapMGT.sapMGTBackgroundImage {
7
7
  .sapMGTContent {
8
- border-bottom-left-radius: @sapElement_BorderCornerRadius;
9
- border-bottom-right-radius: @sapElement_BorderCornerRadius;
8
+ border-bottom-left-radius: @sapTile_BorderCornerRadius;
9
+ border-bottom-right-radius: @sapTile_BorderCornerRadius;
10
10
  }
11
11
  }
12
12
 
@@ -14,6 +14,32 @@
14
14
  color: @sapUiContentContrastTextColor;
15
15
  }
16
16
 
17
+ .sapMGT.sapMGTScopeActions.sapMGTBackgroundImage, .sapMGT.sapMGTScopeSingleActions.sapMGTBackgroundImage {
18
+ .sapMGTContent {
19
+ &:before {
20
+ border-radius: @sapTile_BorderCornerRadius;
21
+ }
22
+ }
23
+ }
24
+
25
+ .sapMGT.sapMGTScopeActions:not(.sapMGTStateLoading){
26
+ .sapMTileCntContent{
27
+ &:after{
28
+ opacity: 0.4;
29
+ background-color: @sapTile_Background;
30
+
31
+ }
32
+ }
33
+ }
34
+
35
+ .sapMGT.sapMGTScopeActions.OneByHalf:not(.sapMGTStateLoading),.sapMGT.sapMGTScopeActions.TwoByHalf:not(.sapMGTStateLoading){
36
+ .sapMTileCntContent{
37
+ &:after{
38
+ top: -0.3125rem;
39
+ }
40
+ }
41
+ }
42
+
17
43
  /************************ LINE MODE LIST VIEW ********************/
18
44
 
19
45
  .sapMGT.sapMGTLineMode {
@@ -23,10 +49,18 @@
23
49
 
24
50
  .sap-desktop .sapMGT.sapMGTLineMode:not(.sapMGTDisabled) {
25
51
  &:not(.sapMGTLineModePress):hover {
26
- background: @sapUiTileHoverBackground;
52
+ background: @sapTile_Hover_Background;
53
+ box-shadow: @sapContent_Shadow2;
27
54
  }
28
55
  }
29
56
 
57
+ html.sap-desktop .sapMGT.sapMGTLineMode:active{
58
+ background-color: @sapTile_Active_Background;
59
+ outline: 0.125rem solid @sapContent_FocusColor !important;
60
+ outline-offset: -0.125rem;
61
+ border: none;
62
+ }
63
+
30
64
  .sapMGT.sapMGTLineMode:not(.sapMGTDisabled).sapMGTLineModePress {
31
65
  background: fade(@sapUiShellHoverBackground, 12);
32
66
  }
@@ -58,6 +92,16 @@
58
92
  }
59
93
  }
60
94
 
95
+ .sapMGT.sapMGTScopeActions .sapMGTRemoveButton, .sapMGT.sapMGTScopeSingleAction .sapMGTRemoveButton{
96
+ .sapMBtnInner{
97
+ border-color: @sapButton_BorderColor;
98
+ background: @sapButton_Background;
99
+ }
100
+ .sapMBtnIcon {
101
+ color: @sapButton_TextColor;
102
+ }
103
+ }
104
+
61
105
  .sapMGTLineMode .sapMGTLineModeHelpContainer:not(:last-child) {
62
106
  -webkit-mask-image: linear-gradient(to right, #FFF ~"calc(100% - 1.5rem)", transparent);
63
107
 
@@ -246,6 +290,7 @@ html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus-visible
246
290
  {
247
291
  .sapMGTFocusDiv{
248
292
  border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
293
+ border-radius: @sapTile_BorderCornerRadius;
249
294
  }
250
295
  }
251
296
 
@@ -266,8 +311,18 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
266
311
  }
267
312
 
268
313
  .sapMGT {
269
- border-radius: @sapElement_BorderCornerRadius;
314
+ border-radius: @sapTile_BorderCornerRadius;
270
315
  border-color: @sapTile_BorderColor;
316
+ box-shadow: @sapContent_Shadow0;
317
+ .sapMGTContent{
318
+ border-radius: 0 0 @sapTile_BorderCornerRadius @sapTile_BorderCornerRadius;
319
+ }
320
+ }
321
+
322
+ .sapMGT.tileWithAppInfo {
323
+ .sapMGTContent{
324
+ border-radius: 0;
325
+ }
271
326
  }
272
327
 
273
328
  .sapUshellSection {
@@ -291,6 +346,9 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
291
346
  width: 19rem;
292
347
  }
293
348
 
349
+ .sapMTileSmallPhone .sapMTileCntContent{
350
+ height: 3.438rem;
351
+ }
294
352
  .sapMGT.TwoByHalf {
295
353
  width: 22.5rem;
296
354
  }
@@ -306,19 +364,35 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
306
364
 
307
365
  .sapMGT.sapMGTLineMode {
308
366
  border: 1px solid @sapTile_BorderColor !important;
309
- border-radius: @sapElement_BorderCornerRadius !important;
367
+ border-radius: @sapTile_BorderCornerRadius !important;
310
368
  box-shadow: @sapContent_Shadow0 !important;
311
369
  }
312
370
 
371
+ .sapMGT.sapMGTLineMode.sapMGTInfoRendered {
372
+ border: transparent !important;
373
+ .sapMGTTInfoWrapper{
374
+ border-radius: 0 @sapTile_BorderCornerRadius @sapTile_BorderCornerRadius 0 !important;
375
+ }
376
+ }
377
+
378
+ .sapMGT.sapMGTLineMode.sapMGTInfoRendered:focus {
379
+ .sapMGTFocusDiv{
380
+ inset: 0;
381
+ }
382
+ }
383
+
384
+ .sap-desktop .sapMGT.sapMGTLineMode.sapMGTInfoRendered:not(.sapMGTDisabled):not(.sapMGTLineModePress):hover {
385
+ border: transparent !important;
386
+ }
387
+
313
388
  .sap-desktop .sapMGT.sapMGTLineMode:not(.sapMGTDisabled):not(.sapMGTLineModePress):hover {
314
389
  background: @sapTile_Hover_Background;
315
390
  border: 1px solid @sapTile_BorderColor !important;
316
- box-shadow: @sapContent_Shadow1 !important;
391
+ box-shadow: @sapContent_Shadow2 !important;
317
392
  }
318
393
 
319
394
  html.sap-desktop .sapMGT:hover:not(.sapMGTPressActive) {
320
- border: 1px solid @sapTile_BorderColor !important;
321
- box-shadow: @sapContent_Shadow1 !important;
395
+ box-shadow: @sapContent_Shadow2 !important;
322
396
  }
323
397
 
324
398
  html.sap-desktop .sapMGTIconMode.sapMGT:hover:not(.sapMGTPressActive) {
@@ -336,13 +410,40 @@ html.sap-desktop .sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:f
336
410
  box-shadow: inset 0 0 0 0.063rem @sapContent_ContrastFocusColor, 0 0 0 @sapContent_FocusWidth @sapContent_FocusColor;
337
411
  }
338
412
 
413
+ html.sap-desktop .sapMGT:active{
414
+ background-color: @sapTile_Active_Background;
415
+ border: 0.0625rem solid @sapTile_Interactive_BorderColor;
416
+ &.sapMGTIconMode{
417
+ outline: 0.0625rem solid @sapTile_Interactive_BorderColor;
418
+ border: none;
419
+ }
420
+ &.sapMGTNewsContent{
421
+ overflow: hidden;
422
+ }
423
+ .sapMGTFocusDiv{
424
+ box-shadow: none;
425
+ border: none !important;
426
+ }
427
+ }
428
+
429
+ html.sap-desktop .sapMGT:focus .sapMGTFocusDiv{
430
+ border: 0.125rem solid @sapContent_FocusColor;
431
+ border-radius: @sapTile_BorderCornerRadius;
432
+ box-shadow: none;
433
+ inset: -1px;
434
+ }
435
+
436
+ html.sap-desktop .sapMGT.sapMGTOneByOne:focus .sapMGTFocusDiv{
437
+ inset: 0;
438
+ }
439
+
339
440
  html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html.sap-desktop .sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv:after {
340
441
  border: none;
341
442
  border-radius: @sapElement_BorderCornerRadius;
342
443
  }
343
444
 
344
445
  .sapMGTLineMode .sapMGTFocusDiv {
345
- border-radius: 10px !important;
446
+ border-radius: 16px !important;
346
447
  top: 0;
347
448
  right: 0;
348
449
  bottom: 0;
@@ -402,7 +503,14 @@ html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html
402
503
  .sapMGT.sapMGTScopeActions, .sapMGT.sapMGTScopeSingleAction{
403
504
  .sapMGTMoreIcon{
404
505
  .sapMBtnIcon{
405
- color: @sapUiButtonLiteTextColor;
506
+ color: @sapButton_Lite_TextColor;
406
507
  }
407
508
  }
509
+ }
510
+
511
+ .sapMGT.OneByOne,.sapMGT.TwoByOne{
512
+ .sapMTileCnt.News {
513
+ border-bottom-left-radius: 0.87rem;
514
+ border-bottom-right-radius: 0.87rem;
515
+ }
408
516
  }