@openui5/themelib_sap_horizon 1.109.0 → 1.111.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 (163) hide show
  1. package/.reuse/dep5 +16 -16
  2. package/THIRDPARTY.txt +2 -2
  3. package/package.json +18 -18
  4. package/src/sap/f/themes/sap_horizon/DynamicPage.less +3 -1
  5. package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +3 -0
  6. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +2 -0
  7. package/src/sap/f/themes/sap_horizon/ShellBar.less +11 -1
  8. package/src/sap/f/themes/sap_horizon/library.source.less +1 -1
  9. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +2 -1
  10. package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +3 -0
  11. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +2 -1
  12. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +9 -1
  13. package/src/sap/f/themes/sap_horizon_dark/library.source.less +1 -1
  14. package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +3 -1
  15. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +3 -0
  16. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +6 -1
  17. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -1
  18. package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +3 -1
  19. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +3 -0
  20. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +8 -1
  21. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -1
  22. package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +43 -3
  23. package/src/sap/m/themes/sap_horizon/Carousel.less +2 -1
  24. package/src/sap/m/themes/sap_horizon/Dialog.less +3 -3
  25. package/src/sap/m/themes/sap_horizon/GenericTile.less +22 -1
  26. package/src/sap/m/themes/sap_horizon/IconTabBar.less +4 -0
  27. package/src/sap/m/themes/sap_horizon/InputBase.less +1 -1
  28. package/src/sap/m/themes/sap_horizon/ListBase.less +4 -0
  29. package/src/sap/m/themes/sap_horizon/MenuButton.less +18 -0
  30. package/src/sap/m/themes/sap_horizon/MessageView.less +3 -0
  31. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +30 -2
  32. package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +17 -5
  33. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +11 -2
  34. package/src/sap/m/themes/sap_horizon/RadioButton.less +2 -1
  35. package/src/sap/m/themes/sap_horizon/SplitButton.less +52 -13
  36. package/src/sap/m/themes/sap_horizon/Table.less +4 -2
  37. package/src/sap/m/themes/sap_horizon/TextArea.less +22 -14
  38. package/src/sap/m/themes/sap_horizon/Tokenizer.less +0 -1
  39. package/src/sap/m/themes/sap_horizon/library.source.less +1 -1
  40. package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +42 -0
  41. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +2 -1
  42. package/src/sap/m/themes/sap_horizon_dark/Dialog.less +3 -3
  43. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +22 -7
  44. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +4 -0
  45. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +4 -0
  46. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +17 -0
  47. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +3 -0
  48. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +30 -2
  49. package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +17 -5
  50. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +2 -1
  51. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +66 -13
  52. package/src/sap/m/themes/sap_horizon_dark/Table.less +1 -1
  53. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +23 -15
  54. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +0 -1
  55. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +1 -1
  56. package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -1
  57. package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +35 -0
  58. package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +3 -3
  59. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +7 -0
  60. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +2 -2
  61. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +38 -0
  62. package/src/sap/m/themes/sap_horizon_hcb/Table.less +1 -1
  63. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +15 -0
  64. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -1
  65. package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +35 -0
  66. package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +3 -3
  67. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +7 -0
  68. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +2 -2
  69. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +38 -0
  70. package/src/sap/m/themes/sap_horizon_hcw/Table.less +1 -1
  71. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +15 -0
  72. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -1
  73. package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
  74. package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
  75. package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +1 -1
  76. package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
  77. package/src/sap/ui/codeeditor/themes/sap_horizon/library.source.less +1 -1
  78. package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +1 -1
  79. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +1 -1
  80. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +1 -1
  81. package/src/sap/ui/commons/themes/sap_horizon/library.source.less +1 -1
  82. package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +1 -1
  83. package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +1 -1
  84. package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +1 -1
  85. package/src/sap/ui/core/themes/sap_horizon/.theme +2 -2
  86. package/src/sap/ui/core/themes/sap_horizon/base.less +5 -5
  87. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  88. package/src/sap/ui/core/themes/sap_horizon/global.less +1 -1
  89. package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
  90. package/src/sap/ui/core/themes/sap_horizon/shared.less +35 -29
  91. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +2 -2
  92. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +7 -7
  93. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  94. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +2 -2
  95. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
  96. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +35 -29
  97. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +2 -2
  98. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +5 -5
  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/library.source.less +1 -1
  101. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +35 -29
  102. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +2 -2
  103. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +5 -5
  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/library.source.less +1 -1
  106. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +35 -28
  107. package/src/sap/ui/dt/themes/sap_horizon/library.source.less +1 -1
  108. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +1 -1
  109. package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +1 -1
  110. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +1 -1
  111. package/src/sap/ui/fl/themes/sap_horizon/library.source.less +1 -1
  112. package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +1 -1
  113. package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +1 -1
  114. package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +1 -1
  115. package/src/sap/ui/integration/themes/sap_horizon/ObjectContent.less +5 -0
  116. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +1 -1
  117. package/src/sap/ui/integration/themes/sap_horizon_dark/ObjectContent.less +5 -0
  118. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -1
  119. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +1 -1
  120. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +1 -1
  121. package/src/sap/ui/layout/themes/sap_horizon/library.source.less +1 -1
  122. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +1 -1
  123. package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +1 -1
  124. package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +1 -1
  125. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +1 -1
  126. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +1 -1
  127. package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +1 -1
  128. package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +1 -1
  129. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +0 -6
  130. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
  131. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +4 -8
  132. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +1 -1
  133. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +1 -1
  134. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +1 -1
  135. package/src/sap/ui/suite/themes/sap_horizon/library.source.less +1 -1
  136. package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +1 -1
  137. package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +1 -1
  138. package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +1 -1
  139. package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -1
  140. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -1
  141. package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +1 -1
  142. package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +1 -1
  143. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +40 -5
  144. package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +21 -1
  145. package/src/sap/ui/unified/themes/sap_horizon/library.source.less +1 -1
  146. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +40 -5
  147. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +21 -1
  148. package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +1 -1
  149. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +36 -5
  150. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +27 -0
  151. package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +2 -1
  152. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +40 -4
  153. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +27 -0
  154. package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +2 -1
  155. package/src/sap/ui/ux3/themes/sap_horizon/library.source.less +1 -1
  156. package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +1 -1
  157. package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +1 -1
  158. package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +1 -1
  159. package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +1 -1
  160. package/src/sap/uxap/themes/sap_horizon/library.source.less +1 -1
  161. package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +1 -1
  162. package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +1 -1
  163. package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +1 -1
package/.reuse/dep5 CHANGED
@@ -28,7 +28,7 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
28
28
  # OpenUI5 code
29
29
 
30
30
  Files: *
31
- Copyright: 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
31
+ Copyright: 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
32
32
  License: Apache-2.0
33
33
 
34
34
 
@@ -68,7 +68,7 @@ Comment: these files belong to: jQuery UI
68
68
 
69
69
  Files: src/sap.ui.commons/src/sap/ui/commons/Carousel.js
70
70
  Copyright:
71
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
71
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
72
72
  Spencer Tipping
73
73
  License: Apache-2.0 and MIT
74
74
  Comment: these files contain content from SAP and jquery.fix.clone: Carousel.js is authored by SAP, but contains an improved implementation of the clone function which is taken from jquery-fix-clone
@@ -83,35 +83,35 @@ Comment: these files belong to: jQuery 3
83
83
 
84
84
  Files: src/sap.ui.core/src/sap/base/util/isPlainObject.js
85
85
  Copyright:
86
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
86
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
87
87
  OpenJS Foundation and other contributors
88
88
  License: Apache-2.0 and MIT
89
89
  Comment: these files contain content from SAP and jQuery 3: isPlainObject.js is overall written by SAP, but contains a modified implementation of jQuery.isPlainObject taken from jQuery
90
90
 
91
91
  Files: src/sap.ui.core/src/sap/base/util/_merge.js
92
92
  Copyright:
93
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
93
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
94
94
  OpenJS Foundation and other contributors
95
95
  License: Apache-2.0 and MIT
96
96
  Comment: these files contain content from SAP and jQuery 3: _merge.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
97
97
 
98
98
  Files: src/sap.ui.core/src/jquery.sap.script.js
99
99
  Copyright:
100
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
100
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
101
101
  OpenJS Foundation and other contributors
102
102
  License: Apache-2.0 and MIT
103
103
  Comment: these files contain content from SAP and jQuery 3: jquery.sap.script.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
104
104
 
105
105
  Files: src/sap.ui.core/src/sap/ui/Device.js
106
106
  Copyright:
107
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
107
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
108
108
  2011, John Resig
109
109
  License: Apache-2.0 and MIT
110
110
  Comment: these files contain content from SAP and jQuery 1: Device.js is overall written by SAP, but contains code taken from jQuery 1.7.1 (see the respective comment)
111
111
 
112
112
  Files: src/sap.ui.core/src/sap/ui/dom/jquery/Selectors.js
113
113
  Copyright:
114
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
114
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
115
115
  2014 jQuery Foundation and other contributors
116
116
  License: Apache-2.0 and MIT
117
117
  Comment: these files contain content from SAP and jQuery UI 1.8: Selectors.js is overall written by SAP, but contains code taken from jQuery UI (see the respective comments)
@@ -123,14 +123,14 @@ Comment: these files belong to: jQuery UI 1.10
123
123
 
124
124
  Files: src/sap.ui.core/src/jquery.sap.dom.js
125
125
  Copyright:
126
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
126
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
127
127
  2014 jQuery Foundation and other contributors
128
128
  License: Apache-2.0 and MIT
129
129
  Comment: these files contain content from SAP and jQuery UI 1.10: jquery.sap.dom.js is overall written by SAP, but contains code taken from jQuery UI Core (see the respective comment)
130
130
 
131
131
  Files: src/sap.ui.core/src/sap/ui/dom/jquery/zIndex.js
132
132
  Copyright:
133
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
133
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
134
134
  2014 jQuery Foundation and other contributors
135
135
  License: Apache-2.0 and MIT
136
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
@@ -162,7 +162,7 @@ Comment: these files belong to: jQuery Mobile
162
162
 
163
163
  Files: src/sap.ui.core/src/sap/ui/util/_FeatureDetection.js
164
164
  Copyright:
165
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
165
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
166
166
  2012 Wei-Ko Kao
167
167
  License: Apache-2.0 and MIT
168
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
@@ -299,14 +299,14 @@ Comment: these files belong to: blanket.js
299
299
 
300
300
  Files: src/sap.ui.core/src/sap/base/util/JSTokenizer.js
301
301
  Copyright:
302
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
302
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
303
303
  Douglas Crockford
304
304
  License: Apache-2.0 and LicenseRef-JSONinJSPublicDomain
305
305
  Comment: these files contain content from SAP and JSON in JS: JSTokenizer.js is overall written by SAP, but contains code has been taken from the component JSON in JavaScript (https://github.com/douglascrockford/JSON-js/blob/master/json2.js) from Douglas Crockford which is licensed under Public Domain
306
306
 
307
307
  Files: src/sap.ui.core/src/sap/ui/base/ExpressionParser.js
308
308
  Copyright:
309
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
309
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
310
310
  2010 Douglas Crockford
311
311
  License: Apache-2.0
312
312
  Comment: these files contain content from SAP and Top Down Operator Precedence: ExpressionParser.js is overall written by SAP, but contains code taken from or inspired by TDOP by Douglas Crockford (see the respective comment)
@@ -340,7 +340,7 @@ Comment: these files contain content from p-cancelable and @babel/helpers: _Canc
340
340
 
341
341
  Files: src/sap.ui.core/src/sap/ui/core/date/Persian.js
342
342
  Copyright:
343
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
343
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
344
344
  Behrang Norouzinia
345
345
  License: Apache-2.0 and MIT
346
346
  Comment: these files contain content from SAP and Jalaali JS: Persian.js is overall written by SAP, but the calculation is taken from jalaali-js
@@ -352,14 +352,14 @@ Comment: these files belong to: vkBeautify
352
352
 
353
353
  Files: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
354
354
  Copyright:
355
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
355
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
356
356
  Isaac Z. Schlueter and Contributors
357
357
  License: Apache-2.0 and ISC
358
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.
359
359
 
360
360
  Files: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
361
361
  Copyright:
362
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
362
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
363
363
  Arthur David Olson, Paul Eggert and other contributors
364
364
  License: Apache-2.0 and LicenseRef-tzdata-PublicDomain
365
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
@@ -469,7 +469,7 @@ Comment: these files belong to: LESS
469
469
 
470
470
  Files: lib/jsdoc/ui5/plugin.js
471
471
  Copyright:
472
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
472
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
473
473
  2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
474
474
  License: Apache-2.0
475
475
  Comment: these files contain content from SAP and JSDoc 3: plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)
package/THIRDPARTY.txt CHANGED
@@ -185,7 +185,7 @@ License: Apache-2.0
185
185
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
186
186
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/caja-html-sanitizer.js
187
187
 
188
- Component: Unicode Common Locale Data Repository, version: 35.1
188
+ Component: Unicode Common Locale Data Repository, version: 41
189
189
  Copyright: 1991-2014 Unicode, Inc.
190
190
  License: Unicode-DFS-2015
191
191
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
@@ -478,7 +478,7 @@ License: Apache-2.0
478
478
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
479
479
  Contained in: lib/jsdoc/ui5/plugin.js
480
480
 
481
- Component: SAP Theming Base Content, version: 11.1.44
481
+ Component: SAP Theming Base Content, version: 11.1.48
482
482
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
483
483
  License: Apache-2.0
484
484
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.109.0",
3
+ "version": "1.111.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.109.0",
18
- "@openui5/sap.m": "1.109.0",
19
- "@openui5/sap.tnt": "1.109.0",
20
- "@openui5/sap.ui.codeeditor": "1.109.0",
21
- "@openui5/sap.ui.commons": "1.109.0",
22
- "@openui5/sap.ui.core": "1.109.0",
23
- "@openui5/sap.ui.dt": "1.109.0",
24
- "@openui5/sap.ui.fl": "1.109.0",
25
- "@openui5/sap.ui.mdc": "1.109.0",
26
- "@openui5/sap.ui.integration": "1.109.0",
27
- "@openui5/sap.ui.layout": "1.109.0",
28
- "@openui5/sap.ui.rta": "1.109.0",
29
- "@openui5/sap.ui.suite": "1.109.0",
30
- "@openui5/sap.ui.table": "1.109.0",
31
- "@openui5/sap.ui.unified": "1.109.0",
32
- "@openui5/sap.ui.ux3": "1.109.0",
33
- "@openui5/sap.uxap": "1.109.0"
17
+ "@openui5/sap.f": "1.111.0",
18
+ "@openui5/sap.m": "1.111.0",
19
+ "@openui5/sap.tnt": "1.111.0",
20
+ "@openui5/sap.ui.codeeditor": "1.111.0",
21
+ "@openui5/sap.ui.commons": "1.111.0",
22
+ "@openui5/sap.ui.core": "1.111.0",
23
+ "@openui5/sap.ui.dt": "1.111.0",
24
+ "@openui5/sap.ui.fl": "1.111.0",
25
+ "@openui5/sap.ui.mdc": "1.111.0",
26
+ "@openui5/sap.ui.integration": "1.111.0",
27
+ "@openui5/sap.ui.layout": "1.111.0",
28
+ "@openui5/sap.ui.rta": "1.111.0",
29
+ "@openui5/sap.ui.suite": "1.111.0",
30
+ "@openui5/sap.ui.table": "1.111.0",
31
+ "@openui5/sap.ui.unified": "1.111.0",
32
+ "@openui5/sap.ui.ux3": "1.111.0",
33
+ "@openui5/sap.uxap": "1.111.0"
34
34
  }
35
35
  }
@@ -82,6 +82,7 @@
82
82
  height: 2rem;
83
83
  bottom: -0.95rem; // needs refactoring in the base file
84
84
 
85
+ // Reflection: styles overwritten
85
86
  .sapMBtnInner {
86
87
  min-width: 1.5rem;
87
88
  width: 1.5rem;
@@ -135,6 +136,7 @@ html[data-sap-ui-browser^="cr"] .sapFDynamicPageHeaderPinButton {
135
136
  .sapFDynamicPageHeaderPinButton {
136
137
  bottom: -0.95rem; // needs refactoring in the base file
137
138
 
139
+ // Reflection: styles overwritten
138
140
  .sapMBtnInner {
139
141
  bottom: 0.25rem;
140
142
  }
@@ -182,4 +184,4 @@ To be used in Comparison pattern scenario. */
182
184
 
183
185
  .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive)>.sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnDefault .sapUiIcon, .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive)>.sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnBack .sapUiIcon, .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive)>.sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnGhost .sapUiIcon {
184
186
  border-radius: @sapButton_BorderCornerRadius;
185
- }
187
+ }
@@ -3,6 +3,9 @@
3
3
  /* Horizon theme */
4
4
  /* ======================================== */
5
5
 
6
+ // Specific icon for the pin button for the horizon theme
7
+ @_sap_f_DynamicPageHeader_PinButton_Icon: pushpin-on;
8
+
6
9
  .sapFDynamicPageHeader.sapFDynamicPageHeaderSolid,
7
10
  .sapFDynamicPageHeader.sapFDynamicPageHeaderTranslucent {
8
11
  background: @sapUiObjectHeaderBackground;
@@ -13,6 +13,8 @@
13
13
  }
14
14
  .sapFFCLNavigationButton,
15
15
  .sapUiSizeCompact .sapFFCLNavigationButton {
16
+
17
+ // Reflection: styles overwritten
16
18
  .sapMBtnInner {
17
19
  height: 1.625rem;
18
20
  }
@@ -146,6 +146,7 @@
146
146
  max-width: 35rem;
147
147
  }
148
148
 
149
+ // Reflection: styles overwritten
149
150
  .sapMBtn:not(.sapFShellBarSearchCancelButton) {
150
151
  width: 1.75rem;
151
152
  height: 1.75rem;
@@ -251,6 +252,7 @@
251
252
  }
252
253
 
253
254
  // sap.m.Button
255
+ // Reflection: styles overwritten
254
256
  .sapMBtn:not(.sapFShellBarSearchCancelButton) {
255
257
  height: 2.25rem;
256
258
  line-height: 2.25rem;
@@ -297,10 +299,14 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
297
299
  .sapMIBar {
298
300
  height: 3.25rem;
299
301
  }
302
+
303
+ // Reflection: styles overwritten
300
304
  // sap.m.MegaMenu
301
305
  .sapFSHMegaMenu {
302
306
  height: 2.75rem;
303
307
  }
308
+
309
+ // Reflection: styles overwritten
304
310
  // sap.m.Button
305
311
  .sapMBtn {
306
312
  height: 2.75rem;
@@ -352,6 +358,7 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
352
358
  }
353
359
 
354
360
  // sap.m.MenuButton
361
+ // Reflection: styles overwritten
355
362
  .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner::after {
356
363
  height: 38px; //ie does not accept rem for height in pseudo elements, but it works with px when you zoom
357
364
  line-height: 2.2rem;
@@ -368,6 +375,7 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
368
375
  padding-right: 0.75rem;
369
376
  }
370
377
 
378
+ // Reflection: styles overwritten
371
379
  // sap.m.SearchField
372
380
  .sapFShellBarSearch {
373
381
  max-width: 35rem;
@@ -409,6 +417,7 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
409
417
 
410
418
  .sapFShellBarSearchWrap {
411
419
  // sap.m.Button
420
+ // Reflection: styles overwritten
412
421
  .sapMBtn:not(.sapFShellBarSearchCancelButton) {
413
422
  height: 2.25rem;
414
423
  line-height: 2.25rem;
@@ -469,6 +478,7 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
469
478
  }
470
479
  }
471
480
  // sap.m.Select
481
+ // Reflection: styles overwritten
472
482
  .sapMSlt {
473
483
  height: 2.5rem;
474
484
  .sapMSltArrow {
@@ -623,4 +633,4 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
623
633
  }
624
634
  }
625
635
  }
626
- }
636
+ }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -82,6 +82,7 @@
82
82
  height: 2rem;
83
83
  bottom: -0.95rem; // needs refactoring in the base file
84
84
 
85
+ // Reflection: styles overwritten
85
86
  .sapMBtnInner {
86
87
  min-width: 1.5rem;
87
88
  width: 1.5rem;
@@ -182,4 +183,4 @@ To be used in Comparison pattern scenario. */
182
183
 
183
184
  .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive)>.sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnDefault .sapUiIcon, .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive)>.sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnBack .sapUiIcon, .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive)>.sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnGhost .sapUiIcon {
184
185
  border-radius: @sapButton_BorderCornerRadius;
185
- }
186
+ }
@@ -3,6 +3,9 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ======================================== */
5
5
 
6
+ // Specific icon for the pin button for the horizon theme
7
+ @_sap_f_DynamicPageHeader_PinButton_Icon: pushpin-on;
8
+
6
9
  .sapFDynamicPageHeader.sapFDynamicPageHeaderSolid,
7
10
  .sapFDynamicPageHeader.sapFDynamicPageHeaderTranslucent {
8
11
  background: @sapUiObjectHeaderBackground;
@@ -13,6 +13,7 @@
13
13
  }
14
14
  .sapFFCLNavigationButton,
15
15
  .sapUiSizeCompact .sapFFCLNavigationButton {
16
+ // Reflection: styles overwritten
16
17
  .sapMBtnInner {
17
18
  height: 1.625rem;
18
19
  }
@@ -24,4 +25,4 @@
24
25
  &:after {
25
26
  background-image: linear-gradient(to bottom, @sapUiGroupContentBorderColor, transparent);
26
27
  }
27
- }
28
+ }
@@ -146,6 +146,7 @@
146
146
  max-width: 35rem;
147
147
  }
148
148
 
149
+ // Reflection: styles overwritten
149
150
  .sapMBtn:not(.sapFShellBarSearchCancelButton) {
150
151
  width: 1.75rem;
151
152
  height: 1.75rem;
@@ -250,6 +251,7 @@
250
251
  font-weight: italic;
251
252
  }
252
253
 
254
+ // Reflection: styles overwritten
253
255
  // sap.m.Button
254
256
  .sapMBtn:not(.sapFShellBarSearchCancelButton) {
255
257
  height: 2.25rem;
@@ -297,6 +299,8 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
297
299
  .sapMIBar {
298
300
  height: 3.25rem;
299
301
  }
302
+
303
+ // Reflection: styles overwritten
300
304
  // sap.m.MegaMenu
301
305
  .sapFSHMegaMenu {
302
306
  height: 2.75rem;
@@ -375,6 +379,7 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
375
379
  max-width: 35rem;
376
380
  }
377
381
 
382
+ // Reflection: styles overwritten
378
383
  .sapMBtn:not(.sapFShellBarSearchCancelButton) {
379
384
  width: 1.75rem;
380
385
  height: 1.75rem;
@@ -409,6 +414,8 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
409
414
 
410
415
  .sapFShellBarSearchWrap {
411
416
  // sap.m.Button
417
+
418
+ // Reflection: styles overwritten
412
419
  .sapMBtn:not(.sapFShellBarSearchCancelButton) {
413
420
  height: 2.25rem;
414
421
  line-height: 2.25rem;
@@ -469,6 +476,7 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
469
476
  }
470
477
  }
471
478
  // sap.m.Select
479
+ // Reflection: styles overwritten
472
480
  .sapMSlt {
473
481
  height: 2.5rem;
474
482
  .sapMSltArrow {
@@ -623,4 +631,4 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
623
631
  }
624
632
  }
625
633
  }
626
- }
634
+ }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -48,6 +48,7 @@
48
48
  height: 2.5rem;
49
49
  font-size: 1.375rem;
50
50
 
51
+ // Reflection: styles overwritten
51
52
  .sapMBtnInner {
52
53
  height: 2rem;
53
54
  bottom: 0.5rem;
@@ -92,6 +93,7 @@ html[data-sap-ui-browser^="ed"] .sapFDynamicPageToggleHeaderIndicator ~ .sapFDyn
92
93
  height: 2rem;
93
94
  font-size: 1rem;
94
95
 
96
+ // Reflection: styles overwritten
95
97
  .sapMBtnInner {
96
98
  min-width: 1.5rem;
97
99
  width: 1.5rem;
@@ -178,4 +180,4 @@ html[data-sap-ui-browser^="ed"] .sapFDynamicPageToggleHeaderIndicator ~ .sapFDyn
178
180
  height: 2.75rem;
179
181
  }
180
182
  }
181
- }
183
+ }
@@ -3,6 +3,9 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ======================================== */
5
5
 
6
+ // Specific icon for the pin button for the horizon theme
7
+ @_sap_f_DynamicPageHeader_PinButton_Icon: pushpin-on;
8
+
6
9
  .sapFDynamicPageHeader {
7
10
  &.sapFDynamicPageHeaderSolid,
8
11
  &.sapFDynamicPageHeaderTransparent,
@@ -169,6 +169,7 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
169
169
  max-width: 35rem;
170
170
  }
171
171
 
172
+ // Reflection: styles overwritten
172
173
  .sapMBtn {
173
174
  padding: 0;
174
175
  margin-left: 0.25rem;
@@ -286,6 +287,8 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:focus > .sapMFocusable:not(.sa
286
287
  .sapMIBar {
287
288
  height: 3.25rem;
288
289
  }
290
+
291
+ // Reflection: styles overwritten
289
292
  // sap.m.MegaMenu
290
293
  .sapFSHMegaMenu {
291
294
  height: 2.75rem;
@@ -414,6 +417,8 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:focus > .sapMFocusable:not(.sa
414
417
  }
415
418
  }
416
419
  // sap.m.Select
420
+
421
+ // Reflection: styles overwritten
417
422
  .sapMSlt {
418
423
  height: 2.5rem;
419
424
  .sapMSltArrow {
@@ -433,4 +438,4 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:focus > .sapMFocusable:not(.sa
433
438
  }
434
439
  }
435
440
  }
436
- }
441
+ }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -48,6 +48,7 @@
48
48
  height: 2.5rem;
49
49
  font-size: 1.375rem;
50
50
 
51
+ // Reflection: styles overwritten
51
52
  .sapMBtnInner {
52
53
  height: 2rem;
53
54
  bottom: 0.5rem;
@@ -92,6 +93,7 @@ html[data-sap-ui-browser^="ed"] .sapFDynamicPageToggleHeaderIndicator ~ .sapFDyn
92
93
  height: 2rem;
93
94
  font-size: 1rem;
94
95
 
96
+ // Reflection: styles overwritten
95
97
  .sapMBtnInner {
96
98
  min-width: 1.5rem;
97
99
  width: 1.5rem;
@@ -179,4 +181,4 @@ html[data-sap-ui-browser^="ed"] .sapFDynamicPageToggleHeaderIndicator ~ .sapFDyn
179
181
  height: 2.75rem;
180
182
  }
181
183
  }
182
- }
184
+ }
@@ -3,6 +3,9 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ======================================== */
5
5
 
6
+ // Specific icon for the pin button for the horizon theme
7
+ @_sap_f_DynamicPageHeader_PinButton_Icon: pushpin-on;
8
+
6
9
  .sapFDynamicPageHeader {
7
10
  &.sapFDynamicPageHeaderSolid,
8
11
  &.sapFDynamicPageHeaderTransparent,
@@ -169,6 +169,7 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
169
169
  max-width: 35rem;
170
170
  }
171
171
 
172
+ // Reflection: styles overwritten
172
173
  .sapMBtn {
173
174
  padding: 0;
174
175
  margin-left: 0.25rem;
@@ -258,6 +259,7 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
258
259
  box-shadow: @sapUiContentInteractionShadow;
259
260
  }
260
261
 
262
+ // Reflection: styles overwritten
261
263
  .sapMBtn .sapMBtnInner {
262
264
  border: 0.0625rem solid @sapUiShellInteractiveBorderColor;
263
265
  border-radius: 0;
@@ -286,6 +288,8 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:focus > .sapMFocusable:not(.sa
286
288
  .sapMIBar {
287
289
  height: 3.25rem;
288
290
  }
291
+
292
+ // Reflection: styles overwritten
289
293
  // sap.m.MegaMenu
290
294
  .sapFSHMegaMenu {
291
295
  height: 2.75rem;
@@ -336,6 +340,7 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:focus > .sapMFocusable:not(.sa
336
340
  background-color: @sapUiShellActiveBackground;
337
341
  }
338
342
 
343
+ // Reflection: styles overwritten
339
344
  // sap.m.MenuButton
340
345
  .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner::after {
341
346
  height: 38px; //ie does not accept rem for height in pseudo elements, but it works with px when you zoom
@@ -413,6 +418,8 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:focus > .sapMFocusable:not(.sa
413
418
  height: 2.125rem;
414
419
  }
415
420
  }
421
+
422
+ // Reflection: styles overwritten
416
423
  // sap.m.Select
417
424
  .sapMSlt {
418
425
  height: 2.5rem;
@@ -433,4 +440,4 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:focus > .sapMFocusable:not(.sa
433
440
  }
434
441
  }
435
442
  }
436
- }
443
+ }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -3,9 +3,6 @@
3
3
  /* Horizon theme */
4
4
  /* =============================== */
5
5
 
6
-
7
-
8
-
9
6
  .sapMBreadcrumbs {
10
7
  .sapMBreadcrumbsCurrentLocation {
11
8
  &:focus {
@@ -17,4 +14,47 @@
17
14
  .sapMSltPressed:not(.sapMSltDisabled):not(.sapMSltState), .sapMSlt.sapMSltFocused:not(.sapMSltDisabled):not(.sapMSltState) {
18
15
  outline-offset: 0;
19
16
  }
17
+
18
+ .sapMSltIcon:before,
19
+ .sapMSltIcon:after {
20
+ font-size: @sapMFontMediumSize;
21
+ color: @sapUiLink;
22
+ padding-bottom: 0.0625rem;
23
+ speak: none;
24
+ }
25
+
26
+ .sapMSltIcon:before {
27
+ font-family: @sapUiFontLightFamily;
28
+ content: "••• ";
29
+ vertical-align: text-top;
30
+ }
31
+
32
+ .sapMSltIcon:after {
33
+ font-family: @sapUiContentIconFontFamily;
34
+ content: "\e1ef";
35
+ vertical-align: text-bottom;
36
+ }
37
+
38
+ .sapMBreadcrumbsItem.sapMBreadcrumbsSelectItem >
39
+ .sapMSlt.sapMSltIconOnly.sapMSltWithIcon.sapMSltHoverable.sapMSltWithArrow {
40
+ background: transparent;
41
+ border: none;
42
+
43
+ &.sapMSltFocused,
44
+ &:hover {
45
+ .sapMSltIcon {
46
+ background-color: @sapUiContentFocusColor;
47
+ border-bottom: @sapUiContentFocusColor 0.0625rem solid;
48
+ }
49
+
50
+ .sapMSltIcon:before {
51
+ border-bottom: none;
52
+ }
53
+
54
+ .sapMSltIcon:before,
55
+ .sapMSltIcon:after {
56
+ color: @sapUiWhite;
57
+ }
58
+ }
59
+ }
20
60
  }
@@ -7,7 +7,8 @@
7
7
  // Variables overriding
8
8
  // ==========================================================================
9
9
 
10
- @_sap_m_Carousel_BackgroundColor: @sapUiBaseBG;
10
+ @_sap_m_Carousel_BackgroundColorSolid: @sapUiGroupContentBackground;
11
+ @_sap_m_Carousel_BackgroundColorTranslucent: @sapUiBaseBG;
11
12
  @_sap_m_Carousel_MinWidth: 15.5rem;
12
13
  @_sap_m_Carousel_ControlsNoArrowsHeight: 2.75rem;
13
14
  @_sap_m_Carousel_NumericIndicatorTextColor: @sapUiPageFooterTextColor;