@openui5/sap.ui.core 1.108.0 → 1.109.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 (352) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +1 -1
  3. package/src/jquery.sap.global.js +1 -1
  4. package/src/jquery.sap.properties.js +1 -1
  5. package/src/jquery.sap.resources.js +1 -1
  6. package/src/jquery.sap.script.js +1 -1
  7. package/src/jquery.sap.storage.js +3 -3
  8. package/src/sap/base/Log.js +125 -84
  9. package/src/sap/base/i18n/ResourceBundle.js +41 -11
  10. package/src/sap/base/util/includes.js +1 -1
  11. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  12. package/src/sap/base/util/restricted/_castArray.js +1 -1
  13. package/src/sap/base/util/restricted/_compact.js +1 -1
  14. package/src/sap/base/util/restricted/_curry.js +1 -1
  15. package/src/sap/base/util/restricted/_debounce.js +1 -1
  16. package/src/sap/base/util/restricted/_difference.js +1 -1
  17. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  18. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  19. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  20. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  21. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  22. package/src/sap/base/util/restricted/_flatten.js +1 -1
  23. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  24. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  25. package/src/sap/base/util/restricted/_intersection.js +1 -1
  26. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  27. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  28. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  29. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  30. package/src/sap/base/util/restricted/_isNil.js +1 -1
  31. package/src/sap/base/util/restricted/_max.js +1 -1
  32. package/src/sap/base/util/restricted/_merge.js +1 -1
  33. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  34. package/src/sap/base/util/restricted/_min.js +1 -1
  35. package/src/sap/base/util/restricted/_omit.js +1 -1
  36. package/src/sap/base/util/restricted/_pick.js +1 -1
  37. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  38. package/src/sap/base/util/restricted/_throttle.js +1 -1
  39. package/src/sap/base/util/restricted/_toArray.js +1 -1
  40. package/src/sap/base/util/restricted/_union.js +1 -1
  41. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  42. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  43. package/src/sap/base/util/restricted/_uniq.js +1 -1
  44. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  45. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  46. package/src/sap/base/util/restricted/_without.js +1 -1
  47. package/src/sap/base/util/restricted/_xor.js +1 -1
  48. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  49. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  50. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  51. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  52. package/src/sap/base/util/values.js +2 -1
  53. package/src/sap/ui/Device.js +3 -3
  54. package/src/sap/ui/Global.js +4 -4
  55. package/src/sap/ui/base/Event.js +1 -1
  56. package/src/sap/ui/base/EventProvider.js +1 -1
  57. package/src/sap/ui/base/Interface.js +1 -1
  58. package/src/sap/ui/base/ManagedObject.js +1 -1
  59. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  60. package/src/sap/ui/base/ManagedObjectObserver.js +33 -11
  61. package/src/sap/ui/base/Metadata.js +1 -1
  62. package/src/sap/ui/base/Object.js +1 -1
  63. package/src/sap/ui/base/ObjectPool.js +1 -1
  64. package/src/sap/ui/core/.library +3 -3
  65. package/src/sap/ui/core/BusyIndicator.js +1 -1
  66. package/src/sap/ui/core/Component.js +1 -1
  67. package/src/sap/ui/core/ComponentContainer.js +1 -1
  68. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  69. package/src/sap/ui/core/ComponentSupport.js +1 -1
  70. package/src/sap/ui/core/Configuration.js +1 -1
  71. package/src/sap/ui/core/Control.js +1 -1
  72. package/src/sap/ui/core/Core.js +4 -4
  73. package/src/sap/ui/core/CustomData.js +1 -1
  74. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  75. package/src/sap/ui/core/Element.js +1 -1
  76. package/src/sap/ui/core/ElementMetadata.js +1 -1
  77. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  78. package/src/sap/ui/core/EventBus.js +1 -1
  79. package/src/sap/ui/core/Fragment.js +1 -1
  80. package/src/sap/ui/core/HTML.js +1 -1
  81. package/src/sap/ui/core/History.js +1 -1
  82. package/src/sap/ui/core/Icon.js +1 -1
  83. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  84. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  85. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  86. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  87. package/src/sap/ui/core/InvisibleText.js +1 -1
  88. package/src/sap/ui/core/Item.js +1 -1
  89. package/src/sap/ui/core/LabelEnablement.js +1 -1
  90. package/src/sap/ui/core/LayoutData.js +1 -1
  91. package/src/sap/ui/core/ListItem.js +1 -1
  92. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  93. package/src/sap/ui/core/Locale.js +1 -1
  94. package/src/sap/ui/core/LocaleData.js +133 -1
  95. package/src/sap/ui/core/Manifest.js +1 -1
  96. package/src/sap/ui/core/Message.js +1 -1
  97. package/src/sap/ui/core/RenderManager.js +82 -50
  98. package/src/sap/ui/core/Renderer.js +1 -1
  99. package/src/sap/ui/core/Rendering.js +29 -9
  100. package/src/sap/ui/core/ResizeHandler.js +1 -1
  101. package/src/sap/ui/core/ScrollBar.js +1 -1
  102. package/src/sap/ui/core/SeparatorItem.js +1 -1
  103. package/src/sap/ui/core/Title.js +1 -1
  104. package/src/sap/ui/core/TooltipBase.js +1 -1
  105. package/src/sap/ui/core/UIArea.js +7 -5
  106. package/src/sap/ui/core/UIComponent.js +1 -1
  107. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  108. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  109. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  110. package/src/sap/ui/core/XMLComposite.js +1 -1
  111. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  112. package/src/sap/ui/core/XMLTemplateProcessor.js +1 -3
  113. package/src/sap/ui/core/cldr/ar.json +330 -0
  114. package/src/sap/ui/core/cldr/ar_EG.json +330 -0
  115. package/src/sap/ui/core/cldr/ar_SA.json +330 -0
  116. package/src/sap/ui/core/cldr/bg.json +295 -0
  117. package/src/sap/ui/core/cldr/ca.json +329 -0
  118. package/src/sap/ui/core/cldr/cs.json +328 -0
  119. package/src/sap/ui/core/cldr/cy.json +260 -0
  120. package/src/sap/ui/core/cldr/da.json +295 -0
  121. package/src/sap/ui/core/cldr/de.json +329 -0
  122. package/src/sap/ui/core/cldr/de_AT.json +329 -0
  123. package/src/sap/ui/core/cldr/de_CH.json +329 -0
  124. package/src/sap/ui/core/cldr/el.json +228 -0
  125. package/src/sap/ui/core/cldr/el_CY.json +228 -0
  126. package/src/sap/ui/core/cldr/en.json +294 -0
  127. package/src/sap/ui/core/cldr/en_AU.json +294 -0
  128. package/src/sap/ui/core/cldr/en_GB.json +294 -0
  129. package/src/sap/ui/core/cldr/en_HK.json +294 -0
  130. package/src/sap/ui/core/cldr/en_IE.json +294 -0
  131. package/src/sap/ui/core/cldr/en_IN.json +294 -0
  132. package/src/sap/ui/core/cldr/en_NZ.json +294 -0
  133. package/src/sap/ui/core/cldr/en_PG.json +294 -0
  134. package/src/sap/ui/core/cldr/en_SG.json +294 -0
  135. package/src/sap/ui/core/cldr/en_ZA.json +294 -0
  136. package/src/sap/ui/core/cldr/es.json +261 -0
  137. package/src/sap/ui/core/cldr/es_AR.json +261 -0
  138. package/src/sap/ui/core/cldr/es_BO.json +261 -0
  139. package/src/sap/ui/core/cldr/es_CL.json +261 -0
  140. package/src/sap/ui/core/cldr/es_CO.json +261 -0
  141. package/src/sap/ui/core/cldr/es_MX.json +261 -0
  142. package/src/sap/ui/core/cldr/es_PE.json +261 -0
  143. package/src/sap/ui/core/cldr/es_UY.json +261 -0
  144. package/src/sap/ui/core/cldr/es_VE.json +261 -0
  145. package/src/sap/ui/core/cldr/et.json +294 -0
  146. package/src/sap/ui/core/cldr/fa.json +296 -0
  147. package/src/sap/ui/core/cldr/fi.json +328 -0
  148. package/src/sap/ui/core/cldr/fr.json +294 -0
  149. package/src/sap/ui/core/cldr/fr_BE.json +294 -0
  150. package/src/sap/ui/core/cldr/fr_CA.json +294 -0
  151. package/src/sap/ui/core/cldr/fr_CH.json +294 -0
  152. package/src/sap/ui/core/cldr/fr_LU.json +294 -0
  153. package/src/sap/ui/core/cldr/he.json +329 -0
  154. package/src/sap/ui/core/cldr/hi.json +261 -0
  155. package/src/sap/ui/core/cldr/hr.json +294 -0
  156. package/src/sap/ui/core/cldr/hu.json +362 -0
  157. package/src/sap/ui/core/cldr/id.json +294 -0
  158. package/src/sap/ui/core/cldr/it.json +294 -0
  159. package/src/sap/ui/core/cldr/it_CH.json +294 -0
  160. package/src/sap/ui/core/cldr/ja.json +328 -0
  161. package/src/sap/ui/core/cldr/kk.json +294 -0
  162. package/src/sap/ui/core/cldr/ko.json +328 -0
  163. package/src/sap/ui/core/cldr/lt.json +294 -0
  164. package/src/sap/ui/core/cldr/lv.json +294 -0
  165. package/src/sap/ui/core/cldr/ms.json +262 -0
  166. package/src/sap/ui/core/cldr/nb.json +295 -0
  167. package/src/sap/ui/core/cldr/nl.json +261 -0
  168. package/src/sap/ui/core/cldr/nl_BE.json +261 -0
  169. package/src/sap/ui/core/cldr/pl.json +328 -0
  170. package/src/sap/ui/core/cldr/pt.json +294 -0
  171. package/src/sap/ui/core/cldr/pt_PT.json +294 -0
  172. package/src/sap/ui/core/cldr/ro.json +294 -0
  173. package/src/sap/ui/core/cldr/ru.json +294 -0
  174. package/src/sap/ui/core/cldr/ru_UA.json +294 -0
  175. package/src/sap/ui/core/cldr/sk.json +328 -0
  176. package/src/sap/ui/core/cldr/sl.json +328 -0
  177. package/src/sap/ui/core/cldr/sr.json +294 -0
  178. package/src/sap/ui/core/cldr/sr_Latn.json +294 -0
  179. package/src/sap/ui/core/cldr/sv.json +295 -0
  180. package/src/sap/ui/core/cldr/th.json +362 -0
  181. package/src/sap/ui/core/cldr/tr.json +362 -0
  182. package/src/sap/ui/core/cldr/uk.json +294 -0
  183. package/src/sap/ui/core/cldr/vi.json +294 -0
  184. package/src/sap/ui/core/cldr/zh_CN.json +329 -0
  185. package/src/sap/ui/core/cldr/zh_HK.json +329 -0
  186. package/src/sap/ui/core/cldr/zh_SG.json +329 -0
  187. package/src/sap/ui/core/cldr/zh_TW.json +329 -0
  188. package/src/sap/ui/core/date/Japanese.js +30 -0
  189. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  190. package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
  191. package/src/sap/ui/core/dnd/DragAndDrop.js +2 -2
  192. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  193. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
  194. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  195. package/src/sap/ui/core/dnd/DropInfo.js +1 -1
  196. package/src/sap/ui/core/format/DateFormat.js +122 -2
  197. package/src/sap/ui/core/format/NumberFormat.js +111 -70
  198. package/src/sap/ui/core/format/TimezoneUtil.js +2 -2
  199. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  200. package/src/sap/ui/core/library.js +3 -3
  201. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  202. package/src/sap/ui/core/message/Message.js +1 -1
  203. package/src/sap/ui/core/message/MessageManager.js +1 -1
  204. package/src/sap/ui/core/message/MessageParser.js +1 -1
  205. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  206. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  207. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  208. package/src/sap/ui/core/mvc/JSView.js +1 -1
  209. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  210. package/src/sap/ui/core/mvc/View.js +3 -3
  211. package/src/sap/ui/core/mvc/ViewType.js +4 -0
  212. package/src/sap/ui/core/mvc/XMLView.js +1 -1
  213. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  214. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  215. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  216. package/src/sap/ui/core/postmessage/Bus.js +12 -17
  217. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  218. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
  219. package/src/sap/ui/core/search/SearchProvider.js +1 -1
  220. package/src/sap/ui/core/service/Service.js +1 -1
  221. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  222. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  223. package/src/sap/ui/core/support/Plugin.js +1 -1
  224. package/src/sap/ui/core/support/Support.js +1 -1
  225. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  226. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  227. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  228. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  229. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  230. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  231. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  232. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  233. package/src/sap/ui/core/themes/base/Icon.less +17 -4
  234. package/src/sap/ui/core/themes/base/LocalBusyIndicator.less +1 -1
  235. package/src/sap/ui/core/themes/base/base.less +599 -90
  236. package/src/sap/ui/core/themes/base/global.less +64 -0
  237. package/src/sap/ui/core/themes/sap_hcb/global.less +65 -0
  238. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  239. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  240. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  241. package/src/sap/ui/core/tmpl/Template.js +1 -1
  242. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  243. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  244. package/src/sap/ui/core/util/Export.js +1 -1
  245. package/src/sap/ui/core/util/ExportCell.js +1 -1
  246. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  247. package/src/sap/ui/core/util/ExportRow.js +1 -1
  248. package/src/sap/ui/core/util/ExportType.js +1 -1
  249. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  250. package/src/sap/ui/core/util/File.js +1 -1
  251. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  252. package/src/sap/ui/core/util/MockServer.js +1 -1
  253. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  254. package/src/sap/ui/core/util/reflection/XmlTreeModifier.js +1 -3
  255. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  256. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  257. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  258. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  259. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  260. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  261. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  262. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  263. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  264. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  265. package/src/sap/ui/debug/ControlTree.js +1 -1
  266. package/src/sap/ui/debug/DebugEnv.js +1 -1
  267. package/src/sap/ui/debug/PropertyList.js +1 -1
  268. package/src/sap/ui/model/ClientModel.js +1 -1
  269. package/src/sap/ui/model/CompositeDataState.js +1 -1
  270. package/src/sap/ui/model/CompositeType.js +1 -1
  271. package/src/sap/ui/model/DataState.js +1 -1
  272. package/src/sap/ui/model/MetaModel.js +1 -1
  273. package/src/sap/ui/model/Model.js +1 -1
  274. package/src/sap/ui/model/SelectionModel.js +1 -1
  275. package/src/sap/ui/model/SimpleType.js +1 -1
  276. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  277. package/src/sap/ui/model/Type.js +1 -1
  278. package/src/sap/ui/model/controlhelper/TreeBindingProxy.js +11 -3
  279. package/src/sap/ui/model/json/JSONModel.js +1 -1
  280. package/src/sap/ui/model/message/MessageModel.js +1 -1
  281. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  282. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  283. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  284. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  285. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  286. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  287. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  288. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  289. package/src/sap/ui/model/odata/type/Date.js +1 -1
  290. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  291. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  292. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  293. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
  294. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  295. package/src/sap/ui/model/odata/type/Double.js +1 -1
  296. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  297. package/src/sap/ui/model/odata/type/Int.js +1 -1
  298. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  299. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  300. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  301. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  302. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  303. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  304. package/src/sap/ui/model/odata/type/Single.js +1 -1
  305. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  306. package/src/sap/ui/model/odata/type/String.js +1 -1
  307. package/src/sap/ui/model/odata/type/Time.js +1 -1
  308. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  309. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  310. package/src/sap/ui/model/odata/v2/Context.js +1 -1
  311. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  312. package/src/sap/ui/model/odata/v2/ODataListBinding.js +1 -1
  313. package/src/sap/ui/model/odata/v2/ODataModel.js +1 -1
  314. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +3 -4
  315. package/src/sap/ui/model/odata/v4/Context.js +82 -29
  316. package/src/sap/ui/model/odata/v4/ODataBinding.js +3 -0
  317. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +3 -2
  318. package/src/sap/ui/model/odata/v4/ODataListBinding.js +77 -23
  319. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
  320. package/src/sap/ui/model/odata/v4/ODataModel.js +2 -2
  321. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
  322. package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +334 -142
  323. package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +109 -16
  324. package/src/sap/ui/model/odata/v4/lib/_Cache.js +82 -42
  325. package/src/sap/ui/model/odata/v4/lib/_Helper.js +26 -0
  326. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  327. package/src/sap/ui/model/type/Boolean.js +1 -1
  328. package/src/sap/ui/model/type/Currency.js +1 -1
  329. package/src/sap/ui/model/type/Date.js +1 -1
  330. package/src/sap/ui/model/type/DateInterval.js +1 -1
  331. package/src/sap/ui/model/type/DateTime.js +1 -1
  332. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  333. package/src/sap/ui/model/type/FileSize.js +1 -1
  334. package/src/sap/ui/model/type/Float.js +1 -1
  335. package/src/sap/ui/model/type/Integer.js +1 -1
  336. package/src/sap/ui/model/type/String.js +1 -1
  337. package/src/sap/ui/model/type/Time.js +1 -1
  338. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  339. package/src/sap/ui/model/type/Unit.js +1 -1
  340. package/src/sap/ui/model/xml/XMLModel.js +1 -1
  341. package/src/sap/ui/qunit/QUnitUtils.js +14 -2
  342. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  343. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  344. package/src/sap/ui/test/OpaExtension.js +1 -1
  345. package/src/sap/ui/test/OpaPlugin.js +6 -4
  346. package/src/sap/ui/test/PageObjectFactory.js +11 -9
  347. package/src/sap/ui/test/RecordReplay.js +1 -1
  348. package/src/sap/ui/test/_OpaLogger.js +1 -1
  349. package/src/sap/ui/test/autowaiter/_promiseWaiter.js +4 -1
  350. package/src/sap/ui/test/generic/TestBase.js +1 -1
  351. package/src/sap/ui/util/Mobile.js +17 -18
  352. package/src/sap/ui/util/Storage.js +90 -63
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2022 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 1.69.2
4
- // * data:{"sModified":"2022-05-24T07:19:31Z"}
3
+ // * Theming Engine VERSION_UNKNOWN
4
+ // * data:{"sModified":"2022-10-11T12:15:49Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.1.40) *******************/
8
+ /******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.1.44) *******************/
9
9
 
10
10
 
11
11
  // [Label "Brand Color"]
@@ -938,6 +938,342 @@
938
938
  // [Tags "Base", "Shell", "Color", "Protected"]
939
939
  @sapShell_NeutralColor: @sapDefault_Color;
940
940
 
941
+ // [Label "Shell Category 1 Background Color"]
942
+ // [Description "The background color of shell elements of category 1."]
943
+ // [Tags "Base", "Shell", "Color", "Protected"]
944
+ @sapShell_Category_1_Background: @sapDefault_Color;
945
+
946
+ // [Label "Shell Category 1 Border Color"]
947
+ // [Description "The border color of shell elements of category 1."]
948
+ // [Tags "Base", "Shell", "Color", "Protected"]
949
+ // [TranslationKey "sapShell_Cat_1_BrdClr"]
950
+ @sapShell_Category_1_BorderColor: @sapDefault_Color;
951
+
952
+ // [Label "Shell Category 1 Text Color"]
953
+ // [Description "The text color of shell elements of category 1. Ensures a defined contrast against sapShell_Category_1_TextShadow."]
954
+ // [Tags "Base", "Shell", "Color", "Protected"]
955
+ @sapShell_Category_1_TextColor: @sapDefault_Color;
956
+
957
+ // [Label "Shell Category 1 Text Shadow Color"]
958
+ // [Description "The text shadow color of shell elements of category 1. Ensures a defined contrast against sapShell_Category_1_TextColor."]
959
+ // [Tags "Base", "Shell", "Protected"]
960
+ @sapShell_Category_1_TextShadow: @sapDefault_Color;
961
+
962
+ // [Label "Shell Category 2 Background Color"]
963
+ // [Description "The background color of shell elements of category 2."]
964
+ // [Tags "Base", "Shell", "Color", "Protected"]
965
+ @sapShell_Category_2_Background: @sapDefault_Color;
966
+
967
+ // [Label "Shell Category 2 Border Color"]
968
+ // [Description "The border color of shell elements of category 2."]
969
+ // [Tags "Base", "Shell", "Color", "Protected"]
970
+ // [TranslationKey "sapShell_Cat_2_BrdClr"]
971
+ @sapShell_Category_2_BorderColor: @sapDefault_Color;
972
+
973
+ // [Label "Shell Category 2 Text Color"]
974
+ // [Description "The text color of shell elements of category 2. Ensures a defined contrast against sapShell_Category_2_TextShadow."]
975
+ // [Tags "Base", "Shell", "Color", "Protected"]
976
+ @sapShell_Category_2_TextColor: @sapDefault_Color;
977
+
978
+ // [Label "Shell Category 2 Text Shadow Color"]
979
+ // [Description "The text shadow color of shell elements of category 2. Ensures a defined contrast against sapShell_Category_2_TextColor."]
980
+ // [Tags "Base", "Shell", "Protected"]
981
+ @sapShell_Category_2_TextShadow: @sapDefault_Color;
982
+
983
+ // [Label "Shell Category 3 Background Color"]
984
+ // [Description "The background color of shell elements of category 3."]
985
+ // [Tags "Base", "Shell", "Color", "Protected"]
986
+ @sapShell_Category_3_Background: @sapDefault_Color;
987
+
988
+ // [Label "Shell Category 3 Border Color"]
989
+ // [Description "The border color of shell elements of category 3."]
990
+ // [Tags "Base", "Shell", "Color", "Protected"]
991
+ // [TranslationKey "sapShell_Cat_3_BrdClr"]
992
+ @sapShell_Category_3_BorderColor: @sapDefault_Color;
993
+
994
+ // [Label "Shell Category 3 Text Color"]
995
+ // [Description "The text color of shell elements of category 3. Ensures a defined contrast against sapShell_Category_3_TextShadow."]
996
+ // [Tags "Base", "Shell", "Color", "Protected"]
997
+ @sapShell_Category_3_TextColor: @sapDefault_Color;
998
+
999
+ // [Label "Shell Category 3 Text Shadow Color"]
1000
+ // [Description "The text shadow color of shell elements of category 3. Ensures a defined contrast against sapShell_Category_3_TextColor."]
1001
+ // [Tags "Base", "Shell", "Protected"]
1002
+ @sapShell_Category_3_TextShadow: @sapDefault_Color;
1003
+
1004
+ // [Label "Shell Category 4 Background Color"]
1005
+ // [Description "The background color of shell elements of category 4."]
1006
+ // [Tags "Base", "Shell", "Color", "Protected"]
1007
+ @sapShell_Category_4_Background: @sapDefault_Color;
1008
+
1009
+ // [Label "Shell Category 4 Border Color"]
1010
+ // [Description "The border color of shell elements of category 4."]
1011
+ // [Tags "Base", "Shell", "Color", "Protected"]
1012
+ // [TranslationKey "sapShell_Cat_4_BrdClr"]
1013
+ @sapShell_Category_4_BorderColor: @sapDefault_Color;
1014
+
1015
+ // [Label "Shell Category 4 Text Color"]
1016
+ // [Description "The text color of shell elements of category 4. Ensures a defined contrast against sapShell_Category_4_TextShadow."]
1017
+ // [Tags "Base", "Shell", "Color", "Protected"]
1018
+ @sapShell_Category_4_TextColor: @sapDefault_Color;
1019
+
1020
+ // [Label "Shell Category 4 Text Shadow Color"]
1021
+ // [Description "The text shadow color of shell elements of category 4. Ensures a defined contrast against sapShell_Category_4_TextColor."]
1022
+ // [Tags "Base", "Shell", "Protected"]
1023
+ @sapShell_Category_4_TextShadow: @sapDefault_Color;
1024
+
1025
+ // [Label "Shell Category 5 Background Color"]
1026
+ // [Description "The background color of shell elements of category 5."]
1027
+ // [Tags "Base", "Shell", "Color", "Protected"]
1028
+ @sapShell_Category_5_Background: @sapDefault_Color;
1029
+
1030
+ // [Label "Shell Category 5 Border Color"]
1031
+ // [Description "The border color of shell elements of category 5."]
1032
+ // [Tags "Base", "Shell", "Color", "Protected"]
1033
+ // [TranslationKey "sapShell_Cat_5_BrdClr"]
1034
+ @sapShell_Category_5_BorderColor: @sapDefault_Color;
1035
+
1036
+ // [Label "Shell Category 5 Text Color"]
1037
+ // [Description "The text color of shell elements of category 5. Ensures a defined contrast against sapShell_Category_5_TextShadow."]
1038
+ // [Tags "Base", "Shell", "Color", "Protected"]
1039
+ @sapShell_Category_5_TextColor: @sapDefault_Color;
1040
+
1041
+ // [Label "Shell Category 5 Text Shadow Color"]
1042
+ // [Description "The text shadow color of shell elements of category 5. Ensures a defined contrast against sapShell_Category_5_TextColor."]
1043
+ // [Tags "Base", "Shell", "Protected"]
1044
+ @sapShell_Category_5_TextShadow: @sapDefault_Color;
1045
+
1046
+ // [Label "Shell Category 6 Background Color"]
1047
+ // [Description "The background color of shell elements of category 6."]
1048
+ // [Tags "Base", "Shell", "Color", "Protected"]
1049
+ @sapShell_Category_6_Background: @sapDefault_Color;
1050
+
1051
+ // [Label "Shell Category 6 Border Color"]
1052
+ // [Description "The border color of shell elements of category 6."]
1053
+ // [Tags "Base", "Shell", "Color", "Protected"]
1054
+ // [TranslationKey "sapShell_Cat_6_BrdClr"]
1055
+ @sapShell_Category_6_BorderColor: @sapDefault_Color;
1056
+
1057
+ // [Label "Shell Category 6 Text Color"]
1058
+ // [Description "The text color of shell elements of category 6. Ensures a defined contrast against sapShell_Category_6_TextShadow."]
1059
+ // [Tags "Base", "Shell", "Color", "Protected"]
1060
+ @sapShell_Category_6_TextColor: @sapDefault_Color;
1061
+
1062
+ // [Label "Shell Category 6 Text Shadow Color"]
1063
+ // [Description "The text shadow color of shell elements of category 6. Ensures a defined contrast against sapShell_Category_6_TextColor."]
1064
+ // [Tags "Base", "Shell", "Protected"]
1065
+ @sapShell_Category_6_TextShadow: @sapDefault_Color;
1066
+
1067
+ // [Label "Shell Category 7 Background Color"]
1068
+ // [Description "The background color of shell elements of category 7."]
1069
+ // [Tags "Base", "Shell", "Color", "Protected"]
1070
+ @sapShell_Category_7_Background: @sapDefault_Color;
1071
+
1072
+ // [Label "Shell Category 7 Border Color"]
1073
+ // [Description "The border color of shell elements of category 7."]
1074
+ // [Tags "Base", "Shell", "Color", "Protected"]
1075
+ // [TranslationKey "sapShell_Cat_7_BrdClr"]
1076
+ @sapShell_Category_7_BorderColor: @sapDefault_Color;
1077
+
1078
+ // [Label "Shell Category 7 Text Color"]
1079
+ // [Description "The text color of shell elements of category 7. Ensures a defined contrast against sapShell_Category_7_TextShadow."]
1080
+ // [Tags "Base", "Shell", "Color", "Protected"]
1081
+ @sapShell_Category_7_TextColor: @sapDefault_Color;
1082
+
1083
+ // [Label "Shell Category 7 Text Shadow Color"]
1084
+ // [Description "The text shadow color of shell elements of category 7. Ensures a defined contrast against sapShell_Category_7_TextColor."]
1085
+ // [Tags "Base", "Shell", "Protected"]
1086
+ @sapShell_Category_7_TextShadow: @sapDefault_Color;
1087
+
1088
+ // [Label "Shell Category 8 Background Color"]
1089
+ // [Description "The background color of shell elements of category 8."]
1090
+ // [Tags "Base", "Shell", "Color", "Protected"]
1091
+ @sapShell_Category_8_Background: @sapDefault_Color;
1092
+
1093
+ // [Label "Shell Category 8 Border Color"]
1094
+ // [Description "The border color of shell elements of category 8."]
1095
+ // [Tags "Base", "Shell", "Color", "Protected"]
1096
+ // [TranslationKey "sapShell_Cat_8_BrdClr"]
1097
+ @sapShell_Category_8_BorderColor: @sapDefault_Color;
1098
+
1099
+ // [Label "Shell Category 8 Text Color"]
1100
+ // [Description "The text color of shell elements of category 8. Ensures a defined contrast against sapShell_Category_8_TextShadow."]
1101
+ // [Tags "Base", "Shell", "Color", "Protected"]
1102
+ @sapShell_Category_8_TextColor: @sapDefault_Color;
1103
+
1104
+ // [Label "Shell Category 8 Text Shadow Color"]
1105
+ // [Description "The text shadow color of shell elements of category 8. Ensures a defined contrast against sapShell_Category_8_TextColor."]
1106
+ // [Tags "Base", "Shell", "Protected"]
1107
+ @sapShell_Category_8_TextShadow: @sapDefault_Color;
1108
+
1109
+ // [Label "Shell Category 9 Background Color"]
1110
+ // [Description "The background color of shell elements of category 9."]
1111
+ // [Tags "Base", "Shell", "Color", "Protected"]
1112
+ @sapShell_Category_9_Background: @sapDefault_Color;
1113
+
1114
+ // [Label "Shell Category 9 Border Color"]
1115
+ // [Description "The border color of shell elements of category 9."]
1116
+ // [Tags "Base", "Shell", "Color", "Protected"]
1117
+ // [TranslationKey "sapShell_Cat_9_BrdClr"]
1118
+ @sapShell_Category_9_BorderColor: @sapDefault_Color;
1119
+
1120
+ // [Label "Shell Category 9 Text Color"]
1121
+ // [Description "The text color of shell elements of category 9. Ensures a defined contrast against sapShell_Category_9_TextShadow."]
1122
+ // [Tags "Base", "Shell", "Color", "Protected"]
1123
+ @sapShell_Category_9_TextColor: @sapDefault_Color;
1124
+
1125
+ // [Label "Shell Category 9 Text Shadow Color"]
1126
+ // [Description "The text shadow color of shell elements of category 9. Ensures a defined contrast against sapShell_Category_9_TextColor."]
1127
+ // [Tags "Base", "Shell", "Protected"]
1128
+ @sapShell_Category_9_TextShadow: @sapDefault_Color;
1129
+
1130
+ // [Label "Shell Category 10 Background Color"]
1131
+ // [Description "The background color of shell elements of category 10."]
1132
+ // [Tags "Base", "Shell", "Color", "Protected"]
1133
+ @sapShell_Category_10_Background: @sapDefault_Color;
1134
+
1135
+ // [Label "Shell Category 10 Border Color"]
1136
+ // [Description "The border color of shell elements of category 10."]
1137
+ // [Tags "Base", "Shell", "Color", "Protected"]
1138
+ // [TranslationKey "sapShell_Cat_10_BrdClr"]
1139
+ @sapShell_Category_10_BorderColor: @sapDefault_Color;
1140
+
1141
+ // [Label "Shell Category 10 Text Color"]
1142
+ // [Description "The text color of shell elements of category 10. Ensures a defined contrast against sapShell_Category_10_TextShadow."]
1143
+ // [Tags "Base", "Shell", "Color", "Protected"]
1144
+ @sapShell_Category_10_TextColor: @sapDefault_Color;
1145
+
1146
+ // [Label "Shell Category 10 Text Shadow Color"]
1147
+ // [Description "The text shadow color of shell elements of category 10. Ensures a defined contrast against sapShell_Category_10_TextColor."]
1148
+ // [Tags "Base", "Shell", "Protected"]
1149
+ @sapShell_Category_10_TextShadow: @sapDefault_Color;
1150
+
1151
+ // [Label "Shell Category 11 Background Color"]
1152
+ // [Description "The background color of shell elements of category 11."]
1153
+ // [Tags "Base", "Shell", "Color", "Protected"]
1154
+ @sapShell_Category_11_Background: @sapDefault_Color;
1155
+
1156
+ // [Label "Shell Category 11 Border Color"]
1157
+ // [Description "The border color of shell elements of category 11."]
1158
+ // [Tags "Base", "Shell", "Color", "Protected"]
1159
+ // [TranslationKey "sapShell_Cat_11_BrdClr"]
1160
+ @sapShell_Category_11_BorderColor: @sapDefault_Color;
1161
+
1162
+ // [Label "Shell Category 11 Text Color"]
1163
+ // [Description "The text color of shell elements of category 11. Ensures a defined contrast against sapShell_Category_11_TextShadow."]
1164
+ // [Tags "Base", "Shell", "Color", "Protected"]
1165
+ @sapShell_Category_11_TextColor: @sapDefault_Color;
1166
+
1167
+ // [Label "Shell Category 11 Text Shadow Color"]
1168
+ // [Description "The text shadow color of shell elements of category 11. Ensures a defined contrast against sapShell_Category_11_TextColor."]
1169
+ // [Tags "Base", "Shell", "Protected"]
1170
+ @sapShell_Category_11_TextShadow: @sapDefault_Color;
1171
+
1172
+ // [Label "Shell Category 12 Background Color"]
1173
+ // [Description "The background color of shell elements of category 12."]
1174
+ // [Tags "Base", "Shell", "Color", "Protected"]
1175
+ @sapShell_Category_12_Background: @sapDefault_Color;
1176
+
1177
+ // [Label "Shell Category 12 Border Color"]
1178
+ // [Description "The border color of shell elements of category 12."]
1179
+ // [Tags "Base", "Shell", "Color", "Protected"]
1180
+ // [TranslationKey "sapShell_Cat_12_BrdClr"]
1181
+ @sapShell_Category_12_BorderColor: @sapDefault_Color;
1182
+
1183
+ // [Label "Shell Category 12 Text Color"]
1184
+ // [Description "The text color of shell elements of category 12. Ensures a defined contrast against sapShell_Category_12_TextShadow."]
1185
+ // [Tags "Base", "Shell", "Color", "Protected"]
1186
+ @sapShell_Category_12_TextColor: @sapDefault_Color;
1187
+
1188
+ // [Label "Shell Category 12 Text Shadow Color"]
1189
+ // [Description "The text shadow color of shell elements of category 12. Ensures a defined contrast against sapShell_Category_12_TextColor."]
1190
+ // [Tags "Base", "Shell", "Protected"]
1191
+ @sapShell_Category_12_TextShadow: @sapDefault_Color;
1192
+
1193
+ // [Label "Shell Category 13 Background Color"]
1194
+ // [Description "The background color of shell elements of category 13."]
1195
+ // [Tags "Base", "Shell", "Color", "Protected"]
1196
+ @sapShell_Category_13_Background: @sapDefault_Color;
1197
+
1198
+ // [Label "Shell Category 13 Border Color"]
1199
+ // [Description "The border color of shell elements of category 13."]
1200
+ // [Tags "Base", "Shell", "Color", "Protected"]
1201
+ // [TranslationKey "sapShell_Cat_13_BrdClr"]
1202
+ @sapShell_Category_13_BorderColor: @sapDefault_Color;
1203
+
1204
+ // [Label "Shell Category 13 Text Color"]
1205
+ // [Description "The text color of shell elements of category 13. Ensures a defined contrast against sapShell_Category_13_TextShadow."]
1206
+ // [Tags "Base", "Shell", "Color", "Protected"]
1207
+ @sapShell_Category_13_TextColor: @sapDefault_Color;
1208
+
1209
+ // [Label "Shell Category 13 Text Shadow Color"]
1210
+ // [Description "The text shadow color of shell elements of category 13. Ensures a defined contrast against sapShell_Category_13_TextColor."]
1211
+ // [Tags "Base", "Shell", "Protected"]
1212
+ @sapShell_Category_13_TextShadow: @sapDefault_Color;
1213
+
1214
+ // [Label "Shell Category 14 Background Color"]
1215
+ // [Description "The background color of shell elements of category 14."]
1216
+ // [Tags "Base", "Shell", "Color", "Protected"]
1217
+ @sapShell_Category_14_Background: @sapDefault_Color;
1218
+
1219
+ // [Label "Shell Category 14 Border Color"]
1220
+ // [Description "The border color of shell elements of category 14."]
1221
+ // [Tags "Base", "Shell", "Color", "Protected"]
1222
+ // [TranslationKey "sapShell_Cat_14_BrdClr"]
1223
+ @sapShell_Category_14_BorderColor: @sapDefault_Color;
1224
+
1225
+ // [Label "Shell Category 14 Text Color"]
1226
+ // [Description "The text color of shell elements of category 14. Ensures a defined contrast against sapShell_Category_14_TextShadow."]
1227
+ // [Tags "Base", "Shell", "Color", "Protected"]
1228
+ @sapShell_Category_14_TextColor: @sapDefault_Color;
1229
+
1230
+ // [Label "Shell Category 14 Text Shadow Color"]
1231
+ // [Description "The text shadow color of shell elements of category 14. Ensures a defined contrast against sapShell_Category_14_TextColor."]
1232
+ // [Tags "Base", "Shell", "Protected"]
1233
+ @sapShell_Category_14_TextShadow: @sapDefault_Color;
1234
+
1235
+ // [Label "Shell Category 15 Background Color"]
1236
+ // [Description "The background color of shell elements of category 15."]
1237
+ // [Tags "Base", "Shell", "Color", "Protected"]
1238
+ @sapShell_Category_15_Background: @sapDefault_Color;
1239
+
1240
+ // [Label "Shell Category 15 Border Color"]
1241
+ // [Description "The border color of shell elements of category 15."]
1242
+ // [Tags "Base", "Shell", "Color", "Protected"]
1243
+ // [TranslationKey "sapShell_Cat_15_BrdClr"]
1244
+ @sapShell_Category_15_BorderColor: @sapDefault_Color;
1245
+
1246
+ // [Label "Shell Category 15 Text Color"]
1247
+ // [Description "The text color of shell elements of category 15. Ensures a defined contrast against sapShell_Category_15_TextShadow."]
1248
+ // [Tags "Base", "Shell", "Color", "Protected"]
1249
+ @sapShell_Category_15_TextColor: @sapDefault_Color;
1250
+
1251
+ // [Label "Shell Category 15 Text Shadow Color"]
1252
+ // [Description "The text shadow color of shell elements of category 15. Ensures a defined contrast against sapShell_Category_15_TextColor."]
1253
+ // [Tags "Base", "Shell", "Protected"]
1254
+ @sapShell_Category_15_TextShadow: @sapDefault_Color;
1255
+
1256
+ // [Label "Shell Category 16 Background Color"]
1257
+ // [Description "The background color of shell elements of category 16."]
1258
+ // [Tags "Base", "Shell", "Color", "Protected"]
1259
+ @sapShell_Category_16_Background: @sapDefault_Color;
1260
+
1261
+ // [Label "Shell Category 16 Border Color"]
1262
+ // [Description "The border color of shell elements of category 16."]
1263
+ // [Tags "Base", "Shell", "Color", "Protected"]
1264
+ // [TranslationKey "sapShell_Cat_16_BrdClr"]
1265
+ @sapShell_Category_16_BorderColor: @sapDefault_Color;
1266
+
1267
+ // [Label "Shell Category 16 Text Color"]
1268
+ // [Description "The text color of shell elements of category 16. Ensures a defined contrast against sapShell_Category_16_TextShadow."]
1269
+ // [Tags "Base", "Shell", "Color", "Protected"]
1270
+ @sapShell_Category_16_TextColor: @sapDefault_Color;
1271
+
1272
+ // [Label "Shell Category 16 Text Shadow Color"]
1273
+ // [Description "The text shadow color of shell elements of category 16. Ensures a defined contrast against sapShell_Category_16_TextColor."]
1274
+ // [Tags "Base", "Shell", "Protected"]
1275
+ @sapShell_Category_16_TextShadow: @sapDefault_Color;
1276
+
941
1277
  // [Label "Avatar 1 Background Color"]
942
1278
  // [Description "The background color of type-1 avatars."]
943
1279
  // [Tags "Base", "Avatar", "Color", "Protected"]
@@ -3661,52 +3997,52 @@
3661
3997
  // @sapFontUrl_72_Regular_woff: none;
3662
3998
 
3663
3999
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3664
- // @sapFontUrl_72_Bold_woff2: none;
4000
+ // @sapFontUrl_72_Regular_full_woff2: none;
3665
4001
 
3666
4002
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3667
- // @sapFontUrl_72_Bold_woff: none;
4003
+ // @sapFontUrl_72_Regular_full_woff: none;
3668
4004
 
3669
4005
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3670
- // @sapFontUrl_72_Semibold_woff2: none;
4006
+ // @sapFontUrl_72_Bold_woff2: none;
3671
4007
 
3672
4008
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3673
- // @sapFontUrl_72_Semibold_woff: none;
4009
+ // @sapFontUrl_72_Bold_woff: none;
3674
4010
 
3675
4011
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3676
- // @sapFontUrl_72_SemiboldDuplex_woff2: none;
4012
+ // @sapFontUrl_72_Bold_full_woff2: none;
3677
4013
 
3678
4014
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3679
- // @sapFontUrl_72_SemiboldDuplex_woff: none;
4015
+ // @sapFontUrl_72_Bold_full_woff: none;
3680
4016
 
3681
4017
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3682
- // @sapFontUrl_72_Light_woff2: none;
4018
+ // @sapFontUrl_72_Semibold_woff2: none;
3683
4019
 
3684
4020
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3685
- // @sapFontUrl_72_Light_woff: none;
4021
+ // @sapFontUrl_72_Semibold_woff: none;
3686
4022
 
3687
4023
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3688
- // @sapFontUrl_72_Regular_full_woff2: none;
4024
+ // @sapFontUrl_72_Semibold_full_woff2: none;
3689
4025
 
3690
4026
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3691
- // @sapFontUrl_72_Regular_full_woff: none;
4027
+ // @sapFontUrl_72_Semibold_full_woff: none;
3692
4028
 
3693
4029
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3694
- // @sapFontUrl_72_Bold_full_woff2: none;
4030
+ // @sapFontUrl_72_SemiboldDuplex_woff2: none;
3695
4031
 
3696
4032
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3697
- // @sapFontUrl_72_Bold_full_woff: none;
4033
+ // @sapFontUrl_72_SemiboldDuplex_woff: none;
3698
4034
 
3699
4035
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3700
- // @sapFontUrl_72_Semibold_full_woff2: none;
4036
+ // @sapFontUrl_72_SemiboldDuplex_full_woff2: none;
3701
4037
 
3702
4038
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3703
- // @sapFontUrl_72_Semibold_full_woff: none;
4039
+ // @sapFontUrl_72_SemiboldDuplex_full_woff: none;
3704
4040
 
3705
4041
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3706
- // @sapFontUrl_72_SemiboldDuplex_full_woff2: none;
4042
+ // @sapFontUrl_72_Light_woff2: none;
3707
4043
 
3708
4044
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3709
- // @sapFontUrl_72_SemiboldDuplex_full_woff: none;
4045
+ // @sapFontUrl_72_Light_woff: none;
3710
4046
 
3711
4047
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3712
4048
  // @sapFontUrl_72_Light_full_woff2: none;
@@ -3720,30 +4056,60 @@
3720
4056
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3721
4057
  // @sapFontUrl_72_Black_woff: none;
3722
4058
 
4059
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
4060
+ // @sapFontUrl_72_Black_full_woff2: none;
4061
+
4062
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
4063
+ // @sapFontUrl_72_Black_full_woff: none;
4064
+
3723
4065
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3724
4066
  // @sapFontUrl_72_BoldItalic_woff2: none;
3725
4067
 
3726
4068
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3727
4069
  // @sapFontUrl_72_BoldItalic_woff: none;
3728
4070
 
4071
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
4072
+ // @sapFontUrl_72_BoldItalic_full_woff2: none;
4073
+
4074
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
4075
+ // @sapFontUrl_72_BoldItalic_full_woff: none;
4076
+
3729
4077
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3730
4078
  // @sapFontUrl_72_Condensed_woff2: none;
3731
4079
 
3732
4080
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3733
4081
  // @sapFontUrl_72_Condensed_woff: none;
3734
4082
 
4083
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
4084
+ // @sapFontUrl_72_Condensed_full_woff2: none;
4085
+
4086
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
4087
+ // @sapFontUrl_72_Condensed_full_woff: none;
4088
+
3735
4089
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3736
4090
  // @sapFontUrl_72_CondensedBold_woff2: none;
3737
4091
 
3738
4092
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3739
4093
  // @sapFontUrl_72_CondensedBold_woff: none;
3740
4094
 
4095
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
4096
+ // @sapFontUrl_72_CondensedBold_full_woff2: none;
4097
+
4098
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
4099
+ // @sapFontUrl_72_CondensedBold_full_woff: none;
4100
+
3741
4101
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3742
4102
  // @sapFontUrl_72_Italic_woff2: none;
3743
4103
 
3744
4104
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3745
4105
  // @sapFontUrl_72_Italic_woff: none;
3746
4106
 
4107
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
4108
+ // @sapFontUrl_72_Italic_full_woff2: none;
4109
+
4110
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
4111
+ // @sapFontUrl_72_Italic_full_woff: none;
4112
+
3747
4113
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3748
4114
  // @sapFontUrl_72Mono_Regular_woff2: none;
3749
4115
 
@@ -3884,22 +4250,20 @@
3884
4250
  // @font-face {
3885
4251
  // font-family: '72';
3886
4252
  // font-style: normal;
3887
- // font-weight: 300;
3888
- // src: @sapFontUrl_72_Light_woff2 format('woff2'), @sapFontUrl_72_Light_woff format('woff'), local('72-Light');
4253
+ // font-weight: 400;
4254
+ // src: @sapFontUrl_72_Regular_woff2 format('woff2'), @sapFontUrl_72_Regular_woff format('woff'), local('72');
3889
4255
  // }
3890
4256
 
3891
4257
  // @font-face {
3892
- // font-family: '72';
4258
+ // font-family: '72full';
3893
4259
  // font-style: normal;
3894
4260
  // font-weight: 400;
3895
- // src: @sapFontUrl_72_Regular_woff2 format('woff2'), @sapFontUrl_72_Regular_woff format('woff'), local('72');
4261
+ // src: @sapFontUrl_72_Regular_full_woff2 format('woff2'), @sapFontUrl_72_Regular_full_woff format('woff');
3896
4262
  // }
3897
4263
 
3898
4264
  // @font-face {
3899
- // font-family: '72';
3900
- // font-style: normal;
3901
- // font-weight: 600;
3902
- // src: @sapFontUrl_72_Semibold_woff2 format('woff2'), @sapFontUrl_72_Semibold_woff format('woff'), local('72-Semibold');
4265
+ // font-family: '72-Bold';
4266
+ // src: @sapFontUrl_72_Bold_woff2 format('woff2'), @sapFontUrl_72_Bold_woff format('woff'), local('72-Bold');
3903
4267
  // }
3904
4268
 
3905
4269
  // @font-face {
@@ -3910,135 +4274,174 @@
3910
4274
  // }
3911
4275
 
3912
4276
  // @font-face {
3913
- // font-family: '72full';
3914
- // font-style: normal;
3915
- // font-weight: 300;
3916
- // src: @sapFontUrl_72_Light_full_woff2 format('woff2'), @sapFontUrl_72_Light_full_woff format('woff');
4277
+ // font-family: '72-Boldfull';
4278
+ // src: @sapFontUrl_72_Bold_full_woff2 format('woff2'), @sapFontUrl_72_Bold_full_woff format('woff');
3917
4279
  // }
3918
4280
 
3919
4281
  // @font-face {
3920
4282
  // font-family: '72full';
3921
4283
  // font-style: normal;
3922
- // font-weight: 400;
3923
- // src: @sapFontUrl_72_Regular_full_woff2 format('woff2'), @sapFontUrl_72_Regular_full_woff format('woff');
4284
+ // font-weight: 700;
4285
+ // src: @sapFontUrl_72_Bold_full_woff2 format('woff2'), @sapFontUrl_72_Bold_full_woff format('woff');
3924
4286
  // }
3925
4287
 
3926
4288
  // @font-face {
3927
- // font-family: '72full';
4289
+ // font-family: '72-Semibold';
4290
+ // src: @sapFontUrl_72_Semibold_woff2 format('woff2'), @sapFontUrl_72_Semibold_woff format('woff'), local('72-Semibold');
4291
+ // }
4292
+
4293
+ // @font-face {
4294
+ // font-family: '72';
3928
4295
  // font-style: normal;
3929
4296
  // font-weight: 600;
4297
+ // src: @sapFontUrl_72_Semibold_woff2 format('woff2'), @sapFontUrl_72_Semibold_woff format('woff'), local('72-Semibold');
4298
+ // }
4299
+
4300
+ // @font-face {
4301
+ // font-family: '72-Semiboldfull';
3930
4302
  // src: @sapFontUrl_72_Semibold_full_woff2 format('woff2'), @sapFontUrl_72_Semibold_full_woff format('woff');
3931
4303
  // }
3932
4304
 
3933
4305
  // @font-face {
3934
4306
  // font-family: '72full';
3935
4307
  // font-style: normal;
3936
- // font-weight: 700;
3937
- // src: @sapFontUrl_72_Bold_full_woff2 format('woff2'), @sapFontUrl_72_Bold_full_woff format('woff');
4308
+ // font-weight: 600;
4309
+ // src: @sapFontUrl_72_Semibold_full_woff2 format('woff2'), @sapFontUrl_72_Semibold_full_woff format('woff');
3938
4310
  // }
3939
4311
 
3940
4312
  // @font-face {
3941
- // font-family: '72';
3942
- // font-style: normal;
3943
- // font-weight: 900;
3944
- // src: @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff'), local('72Black');
4313
+ // font-family: '72-SemiboldDuplex';
4314
+ // src: @sapFontUrl_72_SemiboldDuplex_woff2 format('woff2'), @sapFontUrl_72_SemiboldDuplex_woff format('woff'), local('72-SemiboldDuplex');
3945
4315
  // }
3946
4316
 
3947
4317
  // @font-face {
3948
- // font-family: '72';
3949
- // font-style: italic;
3950
- // font-weight: 700;
3951
- // src: @sapFontUrl_72_BoldItalic_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_woff format('woff'), local('72-BoldItalic');
4318
+ // font-family: '72-SemiboldDuplexfull';
4319
+ // src: @sapFontUrl_72_SemiboldDuplex_full_woff2 format('woff2'), @sapFontUrl_72_SemiboldDuplex_full_woff format('woff');
3952
4320
  // }
3953
4321
 
3954
4322
  // @font-face {
3955
- // font-family: '72';
3956
- // font-style: normal;
3957
- // font-weight: 400;
3958
- // font-stretch: condensed;
3959
- // src: @sapFontUrl_72_Condensed_woff2 format('woff2'), @sapFontUrl_72_Condensed_woff format('woff'), local('72-Condensed');
4323
+ // font-family: '72-Light';
4324
+ // src: @sapFontUrl_72_Light_woff2 format('woff2'), @sapFontUrl_72_Light_woff format('woff'), local('72-Light');
3960
4325
  // }
3961
4326
 
3962
4327
  // @font-face {
3963
4328
  // font-family: '72';
3964
4329
  // font-style: normal;
3965
- // font-weight: 700;
3966
- // font-stretch: condensed;
3967
- // src: @sapFontUrl_72_CondensedBold_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_woff format('woff'), local('72-CondensedBold');
4330
+ // font-weight: 300;
4331
+ // src: @sapFontUrl_72_Light_woff2 format('woff2'), @sapFontUrl_72_Light_woff format('woff'), local('72-Light');
3968
4332
  // }
3969
4333
 
3970
4334
  // @font-face {
3971
- // font-family: '72';
3972
- // font-style: italic;
3973
- // font-weight: 400;
3974
- // src: @sapFontUrl_72_Italic_woff2 format('woff2'), @sapFontUrl_72_Italic_woff format('woff'), local('72-Italic');
4335
+ // font-family: '72-Lightfull';
4336
+ // src: @sapFontUrl_72_Light_full_woff2 format('woff2'), @sapFontUrl_72_Light_full_woff format('woff');
3975
4337
  // }
3976
4338
 
3977
4339
  // @font-face {
3978
- // font-family: '72-Light';
3979
- // src: @sapFontUrl_72_Light_woff2 format('woff2'), @sapFontUrl_72_Light_woff format('woff'), local('72-Light');
4340
+ // font-family: '72full';
4341
+ // font-style: normal;
4342
+ // font-weight: 300;
4343
+ // src: @sapFontUrl_72_Light_full_woff2 format('woff2'), @sapFontUrl_72_Light_full_woff format('woff');
3980
4344
  // }
3981
4345
 
3982
4346
  // @font-face {
3983
- // font-family: '72-Lightfull';
3984
- // src: @sapFontUrl_72_Light_full_woff2 format('woff2'), @sapFontUrl_72_Light_full_woff format('woff');
4347
+ // font-family: '72Black';
4348
+ // src: @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff'), local('72Black');
3985
4349
  // }
3986
4350
 
3987
4351
  // @font-face {
3988
- // font-family: '72-Bold';
3989
- // src: @sapFontUrl_72_Bold_woff2 format('woff2'), @sapFontUrl_72_Bold_woff format('woff'), local('72-Bold');
4352
+ // font-family: '72';
4353
+ // font-style: normal;
4354
+ // font-weight: 900;
4355
+ // src: @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff'), local('72Black');
3990
4356
  // }
3991
4357
 
3992
4358
  // @font-face {
3993
- // font-family: '72-Boldfull';
3994
- // src: @sapFontUrl_72_Bold_full_woff2 format('woff2'), @sapFontUrl_72_Bold_full_woff format('woff');
4359
+ // font-family: '72full';
4360
+ // font-style: normal;
4361
+ // font-weight: 900;
4362
+ // src: @sapFontUrl_72_Black_full_woff2 format('woff2'), @sapFontUrl_72_Black_full_woff format('woff');
3995
4363
  // }
3996
4364
 
3997
4365
  // @font-face {
3998
- // font-family: '72-Semibold';
3999
- // src: @sapFontUrl_72_Semibold_woff2 format('woff2'), @sapFontUrl_72_Semibold_woff format('woff'), local('72-Semibold');
4366
+ // font-family: '72-BoldItalic';
4367
+ // src: @sapFontUrl_72_BoldItalic_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_woff format('woff'), local('72-BoldItalic');
4000
4368
  // }
4001
4369
 
4002
4370
  // @font-face {
4003
- // font-family: '72-Semiboldfull';
4004
- // src: @sapFontUrl_72_Semibold_full_woff2 format('woff2'), @sapFontUrl_72_Semibold_full_woff format('woff');
4371
+ // font-family: '72';
4372
+ // font-style: italic;
4373
+ // font-weight: 700;
4374
+ // src: @sapFontUrl_72_BoldItalic_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_woff format('woff'), local('72-BoldItalic');
4005
4375
  // }
4006
4376
 
4007
4377
  // @font-face {
4008
- // font-family: '72-SemiboldDuplex';
4009
- // src: @sapFontUrl_72_SemiboldDuplex_woff2 format('woff2'), @sapFontUrl_72_SemiboldDuplex_woff format('woff'), local('72-SemiboldDuplex');
4378
+ // font-family: '72full';
4379
+ // font-style: italic;
4380
+ // font-weight: 700;
4381
+ // src: @sapFontUrl_72_BoldItalic_full_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_full_woff format('woff');
4010
4382
  // }
4011
4383
 
4012
4384
  // @font-face {
4013
- // font-family: '72-SemiboldDuplexfull';
4014
- // src: @sapFontUrl_72_SemiboldDuplex_full_woff2 format('woff2'), @sapFontUrl_72_SemiboldDuplex_full_woff format('woff');
4385
+ // font-family: '72-Condensed';
4386
+ // src: @sapFontUrl_72_Condensed_woff2 format('woff2'), @sapFontUrl_72_Condensed_woff format('woff'), local('72-Condensed');
4015
4387
  // }
4016
4388
 
4017
4389
  // @font-face {
4018
- // font-family: '72Black';
4019
- // src: @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff'), local('72Black');
4390
+ // font-family: '72';
4391
+ // font-style: normal;
4392
+ // font-weight: 400;
4393
+ // font-stretch: condensed;
4394
+ // src: @sapFontUrl_72_Condensed_woff2 format('woff2'), @sapFontUrl_72_Condensed_woff format('woff'), local('72-Condensed');
4020
4395
  // }
4021
4396
 
4022
4397
  // @font-face {
4023
- // font-family: '72-BoldItalic';
4024
- // src: @sapFontUrl_72_BoldItalic_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_woff format('woff'), local('72-BoldItalic');
4398
+ // font-family: '72';
4399
+ // font-style: normal;
4400
+ // font-weight: 400;
4401
+ // font-stretch: condensed;
4402
+ // src: @sapFontUrl_72_Condensed_full_woff2 format('woff2'), @sapFontUrl_72_Condensed_full_woff format('woff');
4025
4403
  // }
4026
4404
 
4027
4405
  // @font-face {
4028
- // font-family: '72-Condensed';
4029
- // src: @sapFontUrl_72_Condensed_woff2 format('woff2'), @sapFontUrl_72_Condensed_woff format('woff'), local('72-Condensed');
4406
+ // font-family: '72-CondensedBold';
4407
+ // src: @sapFontUrl_72_CondensedBold_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_woff format('woff'), local('72-CondensedBold');
4030
4408
  // }
4031
4409
 
4032
4410
  // @font-face {
4033
- // font-family: '72-CondensedBold';
4411
+ // font-family: '72';
4412
+ // font-style: normal;
4413
+ // font-weight: 700;
4414
+ // font-stretch: condensed;
4034
4415
  // src: @sapFontUrl_72_CondensedBold_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_woff format('woff'), local('72-CondensedBold');
4035
4416
  // }
4036
4417
 
4418
+ // @font-face {
4419
+ // font-family: '72full';
4420
+ // font-style: normal;
4421
+ // font-weight: 700;
4422
+ // font-stretch: condensed;
4423
+ // src: @sapFontUrl_72_CondensedBold_full_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_full_woff format('woff');
4424
+ // }
4425
+
4037
4426
  // @font-face {
4038
4427
  // font-family: '72-Italic';
4039
4428
  // src: @sapFontUrl_72_Italic_woff2 format('woff2'), @sapFontUrl_72_Italic_woff format('woff'), local('72-Italic');
4040
4429
  // }
4041
4430
 
4431
+ // @font-face {
4432
+ // font-family: '72';
4433
+ // font-style: italic;
4434
+ // font-weight: 400;
4435
+ // src: @sapFontUrl_72_Italic_woff2 format('woff2'), @sapFontUrl_72_Italic_woff format('woff'), local('72-Italic');
4436
+ // }
4437
+
4438
+ // @font-face {
4439
+ // font-family: '72full';
4440
+ // font-style: italic;
4441
+ // font-weight: 400;
4442
+ // src: @sapFontUrl_72_Italic_full_woff2 format('woff2'), @sapFontUrl_72_Italic_full_woff format('woff');
4443
+ // }
4444
+
4042
4445
  // @font-face {
4043
4446
  // font-family: '72Mono';
4044
4447
  // src: @sapFontUrl_72Mono_Regular_woff2 format('woff2'), @sapFontUrl_72Mono_Regular_woff format('woff'), local('72Mono');
@@ -4077,12 +4480,12 @@
4077
4480
 
4078
4481
  // /**
4079
4482
  // * Copyright (c) 2012-2022 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
4080
- // * Theming Engine 1.69.2
4081
- // * data:{"sModified":"2022-05-24T07:19:31Z"}
4483
+ // * Theming Engine VERSION_UNKNOWN
4484
+ // * data:{"sModified":"2022-10-11T12:15:50Z"}
4082
4485
  // */
4083
4486
 
4084
4487
 
4085
- /******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.1.40) *******************/
4488
+ /******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.1.44) *******************/
4086
4489
 
4087
4490
 
4088
4491
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -4705,6 +5108,102 @@
4705
5108
 
4706
5109
  // [Tags "!Protected"]
4707
5110
  @sapShell_NeutralColor: @sapNeutralColor;
5111
+ @sapShell_Category_1_Background: @sapHC_StandardBackground;
5112
+
5113
+ // [Tags "!Protected"]
5114
+ @sapShell_Category_1_BorderColor: @sapLegendColor6;
5115
+ @sapShell_Category_1_TextColor: contrast(@sapShell_Category_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5116
+ @sapShell_Category_1_TextShadow: none;
5117
+ @sapShell_Category_2_Background: @sapHC_StandardBackground;
5118
+
5119
+ // [Tags "!Protected"]
5120
+ @sapShell_Category_2_BorderColor: @sapLegendColor3;
5121
+ @sapShell_Category_2_TextColor: contrast(@sapShell_Category_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5122
+ @sapShell_Category_2_TextShadow: none;
5123
+ @sapShell_Category_3_Background: @sapHC_StandardBackground;
5124
+
5125
+ // [Tags "!Protected"]
5126
+ @sapShell_Category_3_BorderColor: @sapLegendColor1;
5127
+ @sapShell_Category_3_TextColor: contrast(@sapShell_Category_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5128
+ @sapShell_Category_3_TextShadow: none;
5129
+ @sapShell_Category_4_Background: @sapHC_StandardBackground;
5130
+
5131
+ // [Tags "!Protected"]
5132
+ @sapShell_Category_4_BorderColor: @sapLegendColor10;
5133
+ @sapShell_Category_4_TextColor: contrast(@sapShell_Category_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5134
+ @sapShell_Category_4_TextShadow: none;
5135
+ @sapShell_Category_5_Background: @sapHC_StandardBackground;
5136
+
5137
+ // [Tags "!Protected"]
5138
+ @sapShell_Category_5_BorderColor: @sapLegendColor12;
5139
+ @sapShell_Category_5_TextColor: contrast(@sapShell_Category_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5140
+ @sapShell_Category_5_TextShadow: none;
5141
+ @sapShell_Category_6_Background: @sapHC_StandardBackground;
5142
+
5143
+ // [Tags "!Protected"]
5144
+ @sapShell_Category_6_BorderColor: @sapLegendColor7;
5145
+ @sapShell_Category_6_TextColor: contrast(@sapShell_Category_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5146
+ @sapShell_Category_6_TextShadow: none;
5147
+ @sapShell_Category_7_Background: @sapHC_StandardBackground;
5148
+
5149
+ // [Tags "!Protected"]
5150
+ @sapShell_Category_7_BorderColor: @sapLegendColor5;
5151
+ @sapShell_Category_7_TextColor: contrast(@sapShell_Category_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5152
+ @sapShell_Category_7_TextShadow: none;
5153
+ @sapShell_Category_8_Background: @sapHC_StandardBackground;
5154
+
5155
+ // [Tags "!Protected"]
5156
+ @sapShell_Category_8_BorderColor: @sapLegendColor8;
5157
+ @sapShell_Category_8_TextColor: contrast(@sapShell_Category_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5158
+ @sapShell_Category_8_TextShadow: none;
5159
+ @sapShell_Category_9_Background: @sapHC_StandardBackground;
5160
+
5161
+ // [Tags "!Protected"]
5162
+ @sapShell_Category_9_BorderColor: #002a86;
5163
+ @sapShell_Category_9_TextColor: contrast(@sapShell_Category_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5164
+ @sapShell_Category_9_TextShadow: none;
5165
+ @sapShell_Category_10_Background: @sapHC_StandardBackground;
5166
+
5167
+ // [Tags "!Protected"]
5168
+ @sapShell_Category_10_BorderColor: #47596c;
5169
+ @sapShell_Category_10_TextColor: contrast(@sapShell_Category_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5170
+ @sapShell_Category_10_TextShadow: none;
5171
+ @sapShell_Category_11_Background: @sapHC_StandardBackground;
5172
+
5173
+ // [Tags "!Protected"]
5174
+ @sapShell_Category_11_BorderColor: #af080b;
5175
+ @sapShell_Category_11_TextColor: contrast(@sapShell_Category_11_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5176
+ @sapShell_Category_11_TextShadow: none;
5177
+ @sapShell_Category_12_Background: @sapHC_StandardBackground;
5178
+
5179
+ // [Tags "!Protected"]
5180
+ @sapShell_Category_12_BorderColor: #7000e0;
5181
+ @sapShell_Category_12_TextColor: contrast(@sapShell_Category_12_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5182
+ @sapShell_Category_12_TextShadow: none;
5183
+ @sapShell_Category_13_Background: @sapHC_StandardBackground;
5184
+
5185
+ // [Tags "!Protected"]
5186
+ @sapShell_Category_13_BorderColor: #580440;
5187
+ @sapShell_Category_13_TextColor: contrast(@sapShell_Category_13_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5188
+ @sapShell_Category_13_TextShadow: none;
5189
+ @sapShell_Category_14_Background: @sapHC_StandardBackground;
5190
+
5191
+ // [Tags "!Protected"]
5192
+ @sapShell_Category_14_BorderColor: #035663;
5193
+ @sapShell_Category_14_TextColor: contrast(@sapShell_Category_14_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5194
+ @sapShell_Category_14_TextShadow: none;
5195
+ @sapShell_Category_15_Background: @sapHC_StandardBackground;
5196
+
5197
+ // [Tags "!Protected"]
5198
+ @sapShell_Category_15_BorderColor: #223548;
5199
+ @sapShell_Category_15_TextColor: contrast(@sapShell_Category_15_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5200
+ @sapShell_Category_15_TextShadow: none;
5201
+ @sapShell_Category_16_Background: @sapHC_StandardBackground;
5202
+
5203
+ // [Tags "!Protected"]
5204
+ @sapShell_Category_16_BorderColor: #1e592f;
5205
+ @sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5206
+ @sapShell_Category_16_TextShadow: none;
4708
5207
 
4709
5208
  // [Tags "!Protected"]
4710
5209
  @sapAvatar_1_Background: @sapBackgroundColor;
@@ -6210,34 +6709,44 @@
6210
6709
  // @sapFontUrl_SAP-icons-Business-Suite_woff2: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);
6211
6710
  // @sapFontUrl_72_Regular_woff2: url(./../baseTheme/fonts/72-Regular.woff2);
6212
6711
  // @sapFontUrl_72_Regular_woff: url(./../baseTheme/fonts/72-Regular.woff);
6213
- // @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
6214
- // @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
6215
- // @sapFontUrl_72_Semibold_woff2: url(./../baseTheme/fonts/72-Semibold.woff2);
6216
- // @sapFontUrl_72_Semibold_woff: url(./../baseTheme/fonts/72-Semibold.woff);
6217
- // @sapFontUrl_72_SemiboldDuplex_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex.woff2);
6218
- // @sapFontUrl_72_SemiboldDuplex_woff: url(./../baseTheme/fonts/72-SemiboldDuplex.woff);
6219
- // @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
6220
- // @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
6221
6712
  // @sapFontUrl_72_Regular_full_woff2: url(./../baseTheme/fonts/72-Regular-full.woff2);
6222
6713
  // @sapFontUrl_72_Regular_full_woff: url(./../baseTheme/fonts/72-Regular-full.woff);
6714
+ // @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
6715
+ // @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
6223
6716
  // @sapFontUrl_72_Bold_full_woff2: url(./../baseTheme/fonts/72-Bold-full.woff2);
6224
6717
  // @sapFontUrl_72_Bold_full_woff: url(./../baseTheme/fonts/72-Bold-full.woff);
6718
+ // @sapFontUrl_72_Semibold_woff2: url(./../baseTheme/fonts/72-Semibold.woff2);
6719
+ // @sapFontUrl_72_Semibold_woff: url(./../baseTheme/fonts/72-Semibold.woff);
6225
6720
  // @sapFontUrl_72_Semibold_full_woff2: url(./../baseTheme/fonts/72-Semibold-full.woff2);
6226
6721
  // @sapFontUrl_72_Semibold_full_woff: url(./../baseTheme/fonts/72-Semibold-full.woff);
6722
+ // @sapFontUrl_72_SemiboldDuplex_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex.woff2);
6723
+ // @sapFontUrl_72_SemiboldDuplex_woff: url(./../baseTheme/fonts/72-SemiboldDuplex.woff);
6227
6724
  // @sapFontUrl_72_SemiboldDuplex_full_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff2);
6228
6725
  // @sapFontUrl_72_SemiboldDuplex_full_woff: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff);
6726
+ // @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
6727
+ // @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
6229
6728
  // @sapFontUrl_72_Light_full_woff2: url(./../baseTheme/fonts/72-Light-full.woff2);
6230
6729
  // @sapFontUrl_72_Light_full_woff: url(./../baseTheme/fonts/72-Light-full.woff);
6231
6730
  // @sapFontUrl_72_Black_woff2: url(./../baseTheme/fonts/72-Black.woff2);
6232
6731
  // @sapFontUrl_72_Black_woff: url(./../baseTheme/fonts/72-Black.woff);
6732
+ // @sapFontUrl_72_Black_full_woff2: url(./../baseTheme/fonts/72-Black-full.woff2);
6733
+ // @sapFontUrl_72_Black_full_woff: url(./../baseTheme/fonts/72-Black-full.woff);
6233
6734
  // @sapFontUrl_72_BoldItalic_woff2: url(./../baseTheme/fonts/72-BoldItalic.woff2);
6234
6735
  // @sapFontUrl_72_BoldItalic_woff: url(./../baseTheme/fonts/72-BoldItalic.woff);
6736
+ // @sapFontUrl_72_BoldItalic_full_woff2: url(./../baseTheme/fonts/72-BoldItalic-full.woff2);
6737
+ // @sapFontUrl_72_BoldItalic_full_woff: url(./../baseTheme/fonts/72-BoldItalic-full.woff);
6235
6738
  // @sapFontUrl_72_Condensed_woff2: url(./../baseTheme/fonts/72-Condensed.woff2);
6236
6739
  // @sapFontUrl_72_Condensed_woff: url(./../baseTheme/fonts/72-Condensed.woff);
6740
+ // @sapFontUrl_72_Condensed_full_woff2: url(./../baseTheme/fonts/72-Condensed-full.woff2);
6741
+ // @sapFontUrl_72_Condensed_full_woff: url(./../baseTheme/fonts/72-Condensed-full.woff);
6237
6742
  // @sapFontUrl_72_CondensedBold_woff2: url(./../baseTheme/fonts/72-CondensedBold.woff2);
6238
6743
  // @sapFontUrl_72_CondensedBold_woff: url(./../baseTheme/fonts/72-CondensedBold.woff);
6744
+ // @sapFontUrl_72_CondensedBold_full_woff2: url(./../baseTheme/fonts/72-CondensedBold-full.woff2);
6745
+ // @sapFontUrl_72_CondensedBold_full_woff: url(./../baseTheme/fonts/72-CondensedBold-full.woff);
6239
6746
  // @sapFontUrl_72_Italic_woff2: url(./../baseTheme/fonts/72-Italic.woff2);
6240
6747
  // @sapFontUrl_72_Italic_woff: url(./../baseTheme/fonts/72-Italic.woff);
6748
+ // @sapFontUrl_72_Italic_full_woff2: url(./../baseTheme/fonts/72-Italic-full.woff2);
6749
+ // @sapFontUrl_72_Italic_full_woff: url(./../baseTheme/fonts/72-Italic-full.woff);
6241
6750
  // @sapFontUrl_72Mono_Regular_woff2: url(./../baseTheme/fonts/72Mono-Regular.woff2);
6242
6751
  // @sapFontUrl_72Mono_Regular_woff: url(./../baseTheme/fonts/72Mono-Regular.woff);
6243
6752
  // @sapFontUrl_72Mono_Regular_full_woff2: url(./../baseTheme/fonts/72Mono-Regular-full.woff2);