@ui5/webcomponents-fiori 0.0.0-037d08c67

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 (3113) hide show
  1. package/.env.production +1 -0
  2. package/.env.testing +4 -0
  3. package/.npsrc.json +3 -0
  4. package/CHANGELOG.md +4053 -0
  5. package/LICENSE.txt +201 -0
  6. package/README.md +77 -0
  7. package/cypress.config.js +3 -0
  8. package/dist/.tsbuildinfo +1 -0
  9. package/dist/Assets-fetch.d.ts +3 -0
  10. package/dist/Assets-fetch.js +6 -0
  11. package/dist/Assets-fetch.js.map +1 -0
  12. package/dist/Assets-node.d.ts +14 -0
  13. package/dist/Assets-node.js +17 -0
  14. package/dist/Assets-node.js.map +1 -0
  15. package/dist/Assets.d.ts +3 -0
  16. package/dist/Assets.js +6 -0
  17. package/dist/Assets.js.map +1 -0
  18. package/dist/BarcodeScannerDialog.d.ts +137 -0
  19. package/dist/BarcodeScannerDialog.js +366 -0
  20. package/dist/BarcodeScannerDialog.js.map +1 -0
  21. package/dist/BarcodeScannerDialogTemplate.d.ts +2 -0
  22. package/dist/BarcodeScannerDialogTemplate.js +8 -0
  23. package/dist/BarcodeScannerDialogTemplate.js.map +1 -0
  24. package/dist/DynamicPage.d.ts +165 -0
  25. package/dist/DynamicPage.js +398 -0
  26. package/dist/DynamicPage.js.map +1 -0
  27. package/dist/DynamicPageHeader.d.ts +57 -0
  28. package/dist/DynamicPageHeader.js +93 -0
  29. package/dist/DynamicPageHeader.js.map +1 -0
  30. package/dist/DynamicPageHeaderActions.d.ts +77 -0
  31. package/dist/DynamicPageHeaderActions.js +181 -0
  32. package/dist/DynamicPageHeaderActions.js.map +1 -0
  33. package/dist/DynamicPageHeaderActionsTemplate.d.ts +2 -0
  34. package/dist/DynamicPageHeaderActionsTemplate.js +8 -0
  35. package/dist/DynamicPageHeaderActionsTemplate.js.map +1 -0
  36. package/dist/DynamicPageHeaderTemplate.d.ts +2 -0
  37. package/dist/DynamicPageHeaderTemplate.js +5 -0
  38. package/dist/DynamicPageHeaderTemplate.js.map +1 -0
  39. package/dist/DynamicPageTemplate.d.ts +2 -0
  40. package/dist/DynamicPageTemplate.js +14 -0
  41. package/dist/DynamicPageTemplate.js.map +1 -0
  42. package/dist/DynamicPageTitle.d.ts +172 -0
  43. package/dist/DynamicPageTitle.js +246 -0
  44. package/dist/DynamicPageTitle.js.map +1 -0
  45. package/dist/DynamicPageTitleTemplate.d.ts +2 -0
  46. package/dist/DynamicPageTitleTemplate.js +16 -0
  47. package/dist/DynamicPageTitleTemplate.js.map +1 -0
  48. package/dist/DynamicSideContent.d.ts +234 -0
  49. package/dist/DynamicSideContent.js +413 -0
  50. package/dist/DynamicSideContent.js.map +1 -0
  51. package/dist/DynamicSideContentTemplate.d.ts +2 -0
  52. package/dist/DynamicSideContentTemplate.js +14 -0
  53. package/dist/DynamicSideContentTemplate.js.map +1 -0
  54. package/dist/FilterItem.d.ts +45 -0
  55. package/dist/FilterItem.js +48 -0
  56. package/dist/FilterItem.js.map +1 -0
  57. package/dist/FilterItemOption.d.ts +38 -0
  58. package/dist/FilterItemOption.js +54 -0
  59. package/dist/FilterItemOption.js.map +1 -0
  60. package/dist/FlexibleColumnLayout.d.ts +432 -0
  61. package/dist/FlexibleColumnLayout.js +1177 -0
  62. package/dist/FlexibleColumnLayout.js.map +1 -0
  63. package/dist/FlexibleColumnLayoutTemplate.d.ts +2 -0
  64. package/dist/FlexibleColumnLayoutTemplate.js +40 -0
  65. package/dist/FlexibleColumnLayoutTemplate.js.map +1 -0
  66. package/dist/GroupItem.d.ts +38 -0
  67. package/dist/GroupItem.js +54 -0
  68. package/dist/GroupItem.js.map +1 -0
  69. package/dist/IllustratedMessage.d.ts +252 -0
  70. package/dist/IllustratedMessage.js +426 -0
  71. package/dist/IllustratedMessage.js.map +1 -0
  72. package/dist/IllustratedMessageTemplate.d.ts +2 -0
  73. package/dist/IllustratedMessageTemplate.js +27 -0
  74. package/dist/IllustratedMessageTemplate.js.map +1 -0
  75. package/dist/MediaGallery.d.ts +178 -0
  76. package/dist/MediaGallery.js +441 -0
  77. package/dist/MediaGallery.js.map +1 -0
  78. package/dist/MediaGalleryItem.d.ts +117 -0
  79. package/dist/MediaGalleryItem.js +238 -0
  80. package/dist/MediaGalleryItem.js.map +1 -0
  81. package/dist/MediaGalleryItemTemplate.d.ts +2 -0
  82. package/dist/MediaGalleryItemTemplate.js +7 -0
  83. package/dist/MediaGalleryItemTemplate.js.map +1 -0
  84. package/dist/MediaGalleryTemplate.d.ts +2 -0
  85. package/dist/MediaGalleryTemplate.js +10 -0
  86. package/dist/MediaGalleryTemplate.js.map +1 -0
  87. package/dist/NavigationLayout.d.ts +74 -0
  88. package/dist/NavigationLayout.js +127 -0
  89. package/dist/NavigationLayout.js.map +1 -0
  90. package/dist/NavigationLayoutTemplate.d.ts +2 -0
  91. package/dist/NavigationLayoutTemplate.js +5 -0
  92. package/dist/NavigationLayoutTemplate.js.map +1 -0
  93. package/dist/NavigationMenu.d.ts +37 -0
  94. package/dist/NavigationMenu.js +68 -0
  95. package/dist/NavigationMenu.js.map +1 -0
  96. package/dist/NavigationMenuItem.d.ts +86 -0
  97. package/dist/NavigationMenuItem.js +159 -0
  98. package/dist/NavigationMenuItem.js.map +1 -0
  99. package/dist/NavigationMenuItemTemplate.d.ts +3 -0
  100. package/dist/NavigationMenuItemTemplate.js +34 -0
  101. package/dist/NavigationMenuItemTemplate.js.map +1 -0
  102. package/dist/NavigationMenuTemplate.d.ts +2 -0
  103. package/dist/NavigationMenuTemplate.js +12 -0
  104. package/dist/NavigationMenuTemplate.js.map +1 -0
  105. package/dist/NotificationList.d.ts +73 -0
  106. package/dist/NotificationList.js +135 -0
  107. package/dist/NotificationList.js.map +1 -0
  108. package/dist/NotificationListGroupItem.d.ts +93 -0
  109. package/dist/NotificationListGroupItem.js +224 -0
  110. package/dist/NotificationListGroupItem.js.map +1 -0
  111. package/dist/NotificationListGroupItemTemplate.d.ts +2 -0
  112. package/dist/NotificationListGroupItemTemplate.js +10 -0
  113. package/dist/NotificationListGroupItemTemplate.js.map +1 -0
  114. package/dist/NotificationListGroupList.d.ts +23 -0
  115. package/dist/NotificationListGroupList.js +52 -0
  116. package/dist/NotificationListGroupList.js.map +1 -0
  117. package/dist/NotificationListInternal.d.ts +21 -0
  118. package/dist/NotificationListInternal.js +161 -0
  119. package/dist/NotificationListInternal.js.map +1 -0
  120. package/dist/NotificationListItem.d.ts +200 -0
  121. package/dist/NotificationListItem.js +454 -0
  122. package/dist/NotificationListItem.js.map +1 -0
  123. package/dist/NotificationListItemBase.d.ts +52 -0
  124. package/dist/NotificationListItemBase.js +103 -0
  125. package/dist/NotificationListItemBase.js.map +1 -0
  126. package/dist/NotificationListItemTemplate.d.ts +2 -0
  127. package/dist/NotificationListItemTemplate.js +19 -0
  128. package/dist/NotificationListItemTemplate.js.map +1 -0
  129. package/dist/NotificationListTemplate.d.ts +2 -0
  130. package/dist/NotificationListTemplate.js +6 -0
  131. package/dist/NotificationListTemplate.js.map +1 -0
  132. package/dist/Page.d.ts +84 -0
  133. package/dist/Page.js +127 -0
  134. package/dist/Page.js.map +1 -0
  135. package/dist/PageTemplate.d.ts +2 -0
  136. package/dist/PageTemplate.js +11 -0
  137. package/dist/PageTemplate.js.map +1 -0
  138. package/dist/ProductSwitch.d.ts +79 -0
  139. package/dist/ProductSwitch.js +142 -0
  140. package/dist/ProductSwitch.js.map +1 -0
  141. package/dist/ProductSwitchItem.d.ts +117 -0
  142. package/dist/ProductSwitchItem.js +156 -0
  143. package/dist/ProductSwitchItem.js.map +1 -0
  144. package/dist/ProductSwitchItemTemplate.d.ts +2 -0
  145. package/dist/ProductSwitchItemTemplate.js +15 -0
  146. package/dist/ProductSwitchItemTemplate.js.map +1 -0
  147. package/dist/ProductSwitchTemplate.d.ts +2 -0
  148. package/dist/ProductSwitchTemplate.js +5 -0
  149. package/dist/ProductSwitchTemplate.js.map +1 -0
  150. package/dist/Search.d.ts +186 -0
  151. package/dist/Search.js +446 -0
  152. package/dist/Search.js.map +1 -0
  153. package/dist/SearchField.d.ts +155 -0
  154. package/dist/SearchField.js +233 -0
  155. package/dist/SearchField.js.map +1 -0
  156. package/dist/SearchFieldTemplate.d.ts +8 -0
  157. package/dist/SearchFieldTemplate.js +17 -0
  158. package/dist/SearchFieldTemplate.js.map +1 -0
  159. package/dist/SearchItem.d.ts +99 -0
  160. package/dist/SearchItem.js +216 -0
  161. package/dist/SearchItem.js.map +1 -0
  162. package/dist/SearchItemGroup.d.ts +17 -0
  163. package/dist/SearchItemGroup.js +42 -0
  164. package/dist/SearchItemGroup.js.map +1 -0
  165. package/dist/SearchItemShowMore.d.ts +49 -0
  166. package/dist/SearchItemShowMore.js +112 -0
  167. package/dist/SearchItemShowMore.js.map +1 -0
  168. package/dist/SearchItemShowMoreTemplate.d.ts +2 -0
  169. package/dist/SearchItemShowMoreTemplate.js +5 -0
  170. package/dist/SearchItemShowMoreTemplate.js.map +1 -0
  171. package/dist/SearchItemTemplate.d.ts +2 -0
  172. package/dist/SearchItemTemplate.js +16 -0
  173. package/dist/SearchItemTemplate.js.map +1 -0
  174. package/dist/SearchMessageArea.d.ts +27 -0
  175. package/dist/SearchMessageArea.js +41 -0
  176. package/dist/SearchMessageArea.js.map +1 -0
  177. package/dist/SearchMessageAreaTemplate.d.ts +2 -0
  178. package/dist/SearchMessageAreaTemplate.js +8 -0
  179. package/dist/SearchMessageAreaTemplate.js.map +1 -0
  180. package/dist/SearchPopoverTemplate.d.ts +3 -0
  181. package/dist/SearchPopoverTemplate.js +25 -0
  182. package/dist/SearchPopoverTemplate.js.map +1 -0
  183. package/dist/SearchScope.d.ts +30 -0
  184. package/dist/SearchScope.js +37 -0
  185. package/dist/SearchScope.js.map +1 -0
  186. package/dist/SearchTemplate.d.ts +2 -0
  187. package/dist/SearchTemplate.js +7 -0
  188. package/dist/SearchTemplate.js.map +1 -0
  189. package/dist/ShellBar.d.ts +556 -0
  190. package/dist/ShellBar.js +1390 -0
  191. package/dist/ShellBar.js.map +1 -0
  192. package/dist/ShellBarBranding.d.ts +79 -0
  193. package/dist/ShellBarBranding.js +116 -0
  194. package/dist/ShellBarBranding.js.map +1 -0
  195. package/dist/ShellBarBrandingTemplate.d.ts +2 -0
  196. package/dist/ShellBarBrandingTemplate.js +5 -0
  197. package/dist/ShellBarBrandingTemplate.js.map +1 -0
  198. package/dist/ShellBarItem.d.ts +75 -0
  199. package/dist/ShellBarItem.js +88 -0
  200. package/dist/ShellBarItem.js.map +1 -0
  201. package/dist/ShellBarPopoverTemplate.d.ts +2 -0
  202. package/dist/ShellBarPopoverTemplate.js +9 -0
  203. package/dist/ShellBarPopoverTemplate.js.map +1 -0
  204. package/dist/ShellBarSearch.d.ts +26 -0
  205. package/dist/ShellBarSearch.js +97 -0
  206. package/dist/ShellBarSearch.js.map +1 -0
  207. package/dist/ShellBarSearchPopoverTemplate.d.ts +2 -0
  208. package/dist/ShellBarSearchPopoverTemplate.js +12 -0
  209. package/dist/ShellBarSearchPopoverTemplate.js.map +1 -0
  210. package/dist/ShellBarSearchTemplate.d.ts +2 -0
  211. package/dist/ShellBarSearchTemplate.js +7 -0
  212. package/dist/ShellBarSearchTemplate.js.map +1 -0
  213. package/dist/ShellBarSpacer.d.ts +17 -0
  214. package/dist/ShellBarSpacer.js +38 -0
  215. package/dist/ShellBarSpacer.js.map +1 -0
  216. package/dist/ShellBarTemplate.d.ts +2 -0
  217. package/dist/ShellBarTemplate.js +62 -0
  218. package/dist/ShellBarTemplate.js.map +1 -0
  219. package/dist/SideNavigation.d.ts +178 -0
  220. package/dist/SideNavigation.js +543 -0
  221. package/dist/SideNavigation.js.map +1 -0
  222. package/dist/SideNavigationGroup.d.ts +56 -0
  223. package/dist/SideNavigationGroup.js +166 -0
  224. package/dist/SideNavigationGroup.js.map +1 -0
  225. package/dist/SideNavigationGroupTemplate.d.ts +2 -0
  226. package/dist/SideNavigationGroupTemplate.js +16 -0
  227. package/dist/SideNavigationGroupTemplate.js.map +1 -0
  228. package/dist/SideNavigationItem.d.ts +77 -0
  229. package/dist/SideNavigationItem.js +278 -0
  230. package/dist/SideNavigationItem.js.map +1 -0
  231. package/dist/SideNavigationItemBase.d.ts +81 -0
  232. package/dist/SideNavigationItemBase.js +122 -0
  233. package/dist/SideNavigationItemBase.js.map +1 -0
  234. package/dist/SideNavigationItemTemplate.d.ts +2 -0
  235. package/dist/SideNavigationItemTemplate.js +26 -0
  236. package/dist/SideNavigationItemTemplate.js.map +1 -0
  237. package/dist/SideNavigationPopoverTemplate.d.ts +2 -0
  238. package/dist/SideNavigationPopoverTemplate.js +13 -0
  239. package/dist/SideNavigationPopoverTemplate.js.map +1 -0
  240. package/dist/SideNavigationSelectableItemBase.d.ts +150 -0
  241. package/dist/SideNavigationSelectableItemBase.js +256 -0
  242. package/dist/SideNavigationSelectableItemBase.js.map +1 -0
  243. package/dist/SideNavigationSubItem.d.ts +26 -0
  244. package/dist/SideNavigationSubItem.js +64 -0
  245. package/dist/SideNavigationSubItem.js.map +1 -0
  246. package/dist/SideNavigationSubItemTemplate.d.ts +2 -0
  247. package/dist/SideNavigationSubItemTemplate.js +10 -0
  248. package/dist/SideNavigationSubItemTemplate.js.map +1 -0
  249. package/dist/SideNavigationTemplate.d.ts +2 -0
  250. package/dist/SideNavigationTemplate.js +20 -0
  251. package/dist/SideNavigationTemplate.js.map +1 -0
  252. package/dist/SortItem.d.ts +38 -0
  253. package/dist/SortItem.js +54 -0
  254. package/dist/SortItem.js.map +1 -0
  255. package/dist/Timeline.d.ts +146 -0
  256. package/dist/Timeline.js +380 -0
  257. package/dist/Timeline.js.map +1 -0
  258. package/dist/TimelineGroupItem.d.ts +71 -0
  259. package/dist/TimelineGroupItem.js +164 -0
  260. package/dist/TimelineGroupItem.js.map +1 -0
  261. package/dist/TimelineGroupItemTemplate.d.ts +2 -0
  262. package/dist/TimelineGroupItemTemplate.js +17 -0
  263. package/dist/TimelineGroupItemTemplate.js.map +1 -0
  264. package/dist/TimelineItem.d.ts +123 -0
  265. package/dist/TimelineItem.js +194 -0
  266. package/dist/TimelineItem.js.map +1 -0
  267. package/dist/TimelineItemTemplate.d.ts +2 -0
  268. package/dist/TimelineItemTemplate.js +29 -0
  269. package/dist/TimelineItemTemplate.js.map +1 -0
  270. package/dist/TimelineTemplate.d.ts +2 -0
  271. package/dist/TimelineTemplate.js +18 -0
  272. package/dist/TimelineTemplate.js.map +1 -0
  273. package/dist/UploadCollection.d.ts +124 -0
  274. package/dist/UploadCollection.js +221 -0
  275. package/dist/UploadCollection.js.map +1 -0
  276. package/dist/UploadCollectionItem.d.ts +169 -0
  277. package/dist/UploadCollectionItem.js +400 -0
  278. package/dist/UploadCollectionItem.js.map +1 -0
  279. package/dist/UploadCollectionItemTemplate.d.ts +3 -0
  280. package/dist/UploadCollectionItemTemplate.js +22 -0
  281. package/dist/UploadCollectionItemTemplate.js.map +1 -0
  282. package/dist/UploadCollectionTemplate.d.ts +2 -0
  283. package/dist/UploadCollectionTemplate.js +24 -0
  284. package/dist/UploadCollectionTemplate.js.map +1 -0
  285. package/dist/UserMenu.d.ts +169 -0
  286. package/dist/UserMenu.js +366 -0
  287. package/dist/UserMenu.js.map +1 -0
  288. package/dist/UserMenuAccount.d.ts +61 -0
  289. package/dist/UserMenuAccount.js +121 -0
  290. package/dist/UserMenuAccount.js.map +1 -0
  291. package/dist/UserMenuItem.d.ts +36 -0
  292. package/dist/UserMenuItem.js +52 -0
  293. package/dist/UserMenuItem.js.map +1 -0
  294. package/dist/UserMenuItemGroup.d.ts +35 -0
  295. package/dist/UserMenuItemGroup.js +52 -0
  296. package/dist/UserMenuItemGroup.js.map +1 -0
  297. package/dist/UserMenuItemGroupTemplate.d.ts +2 -0
  298. package/dist/UserMenuItemGroupTemplate.js +5 -0
  299. package/dist/UserMenuItemGroupTemplate.js.map +1 -0
  300. package/dist/UserMenuItemTemplate.d.ts +2 -0
  301. package/dist/UserMenuItemTemplate.js +5 -0
  302. package/dist/UserMenuItemTemplate.js.map +1 -0
  303. package/dist/UserMenuTemplate.d.ts +2 -0
  304. package/dist/UserMenuTemplate.js +57 -0
  305. package/dist/UserMenuTemplate.js.map +1 -0
  306. package/dist/UserSettingsAccountView.d.ts +30 -0
  307. package/dist/UserSettingsAccountView.js +108 -0
  308. package/dist/UserSettingsAccountView.js.map +1 -0
  309. package/dist/UserSettingsAccountViewTemplate.d.ts +2 -0
  310. package/dist/UserSettingsAccountViewTemplate.js +18 -0
  311. package/dist/UserSettingsAccountViewTemplate.js.map +1 -0
  312. package/dist/UserSettingsAppearanceView.d.ts +29 -0
  313. package/dist/UserSettingsAppearanceView.js +108 -0
  314. package/dist/UserSettingsAppearanceView.js.map +1 -0
  315. package/dist/UserSettingsAppearanceViewGroup.d.ts +30 -0
  316. package/dist/UserSettingsAppearanceViewGroup.js +48 -0
  317. package/dist/UserSettingsAppearanceViewGroup.js.map +1 -0
  318. package/dist/UserSettingsAppearanceViewItem.d.ts +31 -0
  319. package/dist/UserSettingsAppearanceViewItem.js +108 -0
  320. package/dist/UserSettingsAppearanceViewItem.js.map +1 -0
  321. package/dist/UserSettingsAppearanceViewItemTemplate.d.ts +2 -0
  322. package/dist/UserSettingsAppearanceViewItemTemplate.js +13 -0
  323. package/dist/UserSettingsAppearanceViewItemTemplate.js.map +1 -0
  324. package/dist/UserSettingsAppearanceViewTemplate.d.ts +2 -0
  325. package/dist/UserSettingsAppearanceViewTemplate.js +6 -0
  326. package/dist/UserSettingsAppearanceViewTemplate.js.map +1 -0
  327. package/dist/UserSettingsDialog.d.ts +119 -0
  328. package/dist/UserSettingsDialog.js +262 -0
  329. package/dist/UserSettingsDialog.js.map +1 -0
  330. package/dist/UserSettingsDialogTemplate.d.ts +2 -0
  331. package/dist/UserSettingsDialogTemplate.js +23 -0
  332. package/dist/UserSettingsDialogTemplate.js.map +1 -0
  333. package/dist/UserSettingsItem.d.ts +137 -0
  334. package/dist/UserSettingsItem.js +215 -0
  335. package/dist/UserSettingsItem.js.map +1 -0
  336. package/dist/UserSettingsItemTemplate.d.ts +4 -0
  337. package/dist/UserSettingsItemTemplate.js +20 -0
  338. package/dist/UserSettingsItemTemplate.js.map +1 -0
  339. package/dist/UserSettingsView.d.ts +44 -0
  340. package/dist/UserSettingsView.js +68 -0
  341. package/dist/UserSettingsView.js.map +1 -0
  342. package/dist/UserSettingsViewTemplate.d.ts +2 -0
  343. package/dist/UserSettingsViewTemplate.js +5 -0
  344. package/dist/UserSettingsViewTemplate.js.map +1 -0
  345. package/dist/ViewSettingsDialog.d.ts +315 -0
  346. package/dist/ViewSettingsDialog.js +743 -0
  347. package/dist/ViewSettingsDialog.js.map +1 -0
  348. package/dist/ViewSettingsDialogTemplate.d.ts +2 -0
  349. package/dist/ViewSettingsDialogTemplate.js +53 -0
  350. package/dist/ViewSettingsDialogTemplate.js.map +1 -0
  351. package/dist/Wizard.d.ts +361 -0
  352. package/dist/Wizard.js +827 -0
  353. package/dist/Wizard.js.map +1 -0
  354. package/dist/WizardPopoverTemplate.d.ts +2 -0
  355. package/dist/WizardPopoverTemplate.js +12 -0
  356. package/dist/WizardPopoverTemplate.js.map +1 -0
  357. package/dist/WizardStep.d.ts +89 -0
  358. package/dist/WizardStep.js +92 -0
  359. package/dist/WizardStep.js.map +1 -0
  360. package/dist/WizardTab.d.ts +99 -0
  361. package/dist/WizardTab.js +162 -0
  362. package/dist/WizardTab.js.map +1 -0
  363. package/dist/WizardTabTemplate.d.ts +2 -0
  364. package/dist/WizardTabTemplate.js +7 -0
  365. package/dist/WizardTabTemplate.js.map +1 -0
  366. package/dist/WizardTemplate.d.ts +2 -0
  367. package/dist/WizardTemplate.js +11 -0
  368. package/dist/WizardTemplate.js.map +1 -0
  369. package/dist/bundle.esm.d.ts +4 -0
  370. package/dist/bundle.esm.js +67 -0
  371. package/dist/bundle.esm.js.map +1 -0
  372. package/dist/bundle.scoped.esm.d.ts +3 -0
  373. package/dist/bundle.scoped.esm.js +5 -0
  374. package/dist/bundle.scoped.esm.js.map +1 -0
  375. package/dist/css/themes/BarcodeScannerDialog.css +1 -0
  376. package/dist/css/themes/DynamicPage.css +1 -0
  377. package/dist/css/themes/DynamicPageHeader.css +1 -0
  378. package/dist/css/themes/DynamicPageHeaderActions.css +1 -0
  379. package/dist/css/themes/DynamicPageTitle.css +1 -0
  380. package/dist/css/themes/DynamicSideContent.css +1 -0
  381. package/dist/css/themes/FlexibleColumnLayout.css +1 -0
  382. package/dist/css/themes/IllustratedMessage.css +1 -0
  383. package/dist/css/themes/InvisibleTextStyles.css +1 -0
  384. package/dist/css/themes/MediaGallery.css +1 -0
  385. package/dist/css/themes/MediaGalleryItem.css +1 -0
  386. package/dist/css/themes/NavigationLayout.css +1 -0
  387. package/dist/css/themes/NavigationMenu.css +1 -0
  388. package/dist/css/themes/NavigationMenuItem.css +1 -0
  389. package/dist/css/themes/NotificationList.css +1 -0
  390. package/dist/css/themes/NotificationListGroupItem.css +1 -0
  391. package/dist/css/themes/NotificationListItem.css +1 -0
  392. package/dist/css/themes/NotificationListItemBase.css +1 -0
  393. package/dist/css/themes/NotificationStateIcon.css +1 -0
  394. package/dist/css/themes/Page.css +1 -0
  395. package/dist/css/themes/ProductSwitch.css +1 -0
  396. package/dist/css/themes/ProductSwitchItem.css +1 -0
  397. package/dist/css/themes/Search.css +1 -0
  398. package/dist/css/themes/SearchField.css +1 -0
  399. package/dist/css/themes/SearchItem.css +1 -0
  400. package/dist/css/themes/SearchItemGroup.css +1 -0
  401. package/dist/css/themes/SearchItemShowMore.css +1 -0
  402. package/dist/css/themes/SearchMessageArea.css +1 -0
  403. package/dist/css/themes/ShellBar.css +1 -0
  404. package/dist/css/themes/ShellBarBranding.css +1 -0
  405. package/dist/css/themes/ShellBarPopover.css +1 -0
  406. package/dist/css/themes/ShellBarSearch.css +1 -0
  407. package/dist/css/themes/SideNavigation.css +1 -0
  408. package/dist/css/themes/SideNavigationGroup.css +1 -0
  409. package/dist/css/themes/SideNavigationItem.css +1 -0
  410. package/dist/css/themes/SideNavigationItemBase.css +1 -0
  411. package/dist/css/themes/SideNavigationPopover.css +1 -0
  412. package/dist/css/themes/SideNavigationSubItem.css +1 -0
  413. package/dist/css/themes/Timeline.css +1 -0
  414. package/dist/css/themes/TimelineGroupItem.css +1 -0
  415. package/dist/css/themes/TimelineItem.css +1 -0
  416. package/dist/css/themes/UploadCollection.css +1 -0
  417. package/dist/css/themes/UploadCollectionItem.css +1 -0
  418. package/dist/css/themes/UserMenu.css +1 -0
  419. package/dist/css/themes/UserMenuItem.css +1 -0
  420. package/dist/css/themes/UserSettingsAccountView.css +1 -0
  421. package/dist/css/themes/UserSettingsAppearanceViewItem.css +1 -0
  422. package/dist/css/themes/UserSettingsDialog.css +1 -0
  423. package/dist/css/themes/UserSettingsItem.css +1 -0
  424. package/dist/css/themes/UserSettingsView.css +1 -0
  425. package/dist/css/themes/ViewSettingsDialog.css +1 -0
  426. package/dist/css/themes/Wizard.css +1 -0
  427. package/dist/css/themes/WizardPopover.css +1 -0
  428. package/dist/css/themes/WizardTab.css +1 -0
  429. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +2 -0
  430. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -0
  431. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -0
  432. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -0
  433. package/dist/css/themes/sap_horizon/parameters-bundle.css +2 -0
  434. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +278 -0
  435. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +210 -0
  436. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +216 -0
  437. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +279 -0
  438. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +216 -0
  439. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +279 -0
  440. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +218 -0
  441. package/dist/custom-elements-internal.json +13552 -0
  442. package/dist/custom-elements.json +9456 -0
  443. package/dist/fcl-utils/FCLLayout.d.ts +24 -0
  444. package/dist/fcl-utils/FCLLayout.js +271 -0
  445. package/dist/fcl-utils/FCLLayout.js.map +1 -0
  446. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -0
  447. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -0
  448. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -0
  449. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
  450. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -0
  451. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
  452. package/dist/generated/assets/i18n/messagebundle_da.json +1 -0
  453. package/dist/generated/assets/i18n/messagebundle_de.json +1 -0
  454. package/dist/generated/assets/i18n/messagebundle_el.json +1 -0
  455. package/dist/generated/assets/i18n/messagebundle_en.json +1 -0
  456. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -0
  457. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
  458. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
  459. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
  460. package/dist/generated/assets/i18n/messagebundle_es.json +1 -0
  461. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
  462. package/dist/generated/assets/i18n/messagebundle_et.json +1 -0
  463. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -0
  464. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -0
  465. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
  466. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -0
  467. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -0
  468. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -0
  469. package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
  470. package/dist/generated/assets/i18n/messagebundle_it.json +1 -0
  471. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -0
  472. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -0
  473. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -0
  474. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -0
  475. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -0
  476. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -0
  477. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
  478. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -0
  479. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -0
  480. package/dist/generated/assets/i18n/messagebundle_no.json +1 -0
  481. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -0
  482. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -0
  483. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
  484. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -0
  485. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -0
  486. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -0
  487. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -0
  488. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -0
  489. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
  490. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -0
  491. package/dist/generated/assets/i18n/messagebundle_th.json +1 -0
  492. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -0
  493. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -0
  494. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -0
  495. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -0
  496. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -0
  497. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -0
  498. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -0
  499. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -0
  500. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -0
  501. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -0
  502. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
  503. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -0
  504. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
  505. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
  506. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -0
  507. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
  508. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -0
  509. package/dist/generated/i18n/i18n-defaults.d.ts +209 -0
  510. package/dist/generated/i18n/i18n-defaults.js +209 -0
  511. package/dist/generated/i18n/i18n-defaults.js.map +1 -0
  512. package/dist/generated/js-imports/Illustrations.d.ts +1 -0
  513. package/dist/generated/js-imports/Illustrations.js +88 -0
  514. package/dist/generated/js-imports/Illustrations.js.map +1 -0
  515. package/dist/generated/js-imports/IllustrationsTNT.d.ts +1 -0
  516. package/dist/generated/js-imports/IllustrationsTNT.js +62 -0
  517. package/dist/generated/js-imports/IllustrationsTNT.js.map +1 -0
  518. package/dist/generated/js-imports/IllustrationsV5TNT.d.ts +1 -0
  519. package/dist/generated/js-imports/IllustrationsV5TNT.js +59 -0
  520. package/dist/generated/js-imports/IllustrationsV5TNT.js.map +1 -0
  521. package/dist/generated/js-imports/IllustrationsV5TNTHC.d.ts +1 -0
  522. package/dist/generated/js-imports/IllustrationsV5TNTHC.js +60 -0
  523. package/dist/generated/js-imports/IllustrationsV5TNTHC.js.map +1 -0
  524. package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
  525. package/dist/generated/json-imports/Themes-fetch.js +25 -0
  526. package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
  527. package/dist/generated/json-imports/Themes-node.d.ts +1 -0
  528. package/dist/generated/json-imports/Themes-node.js +25 -0
  529. package/dist/generated/json-imports/Themes-node.js.map +1 -0
  530. package/dist/generated/json-imports/Themes.d.ts +1 -0
  531. package/dist/generated/json-imports/Themes.js +25 -0
  532. package/dist/generated/json-imports/Themes.js.map +1 -0
  533. package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
  534. package/dist/generated/json-imports/i18n-fetch.js +120 -0
  535. package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
  536. package/dist/generated/json-imports/i18n-node.d.ts +1 -0
  537. package/dist/generated/json-imports/i18n-node.js +120 -0
  538. package/dist/generated/json-imports/i18n-node.js.map +1 -0
  539. package/dist/generated/json-imports/i18n.d.ts +1 -0
  540. package/dist/generated/json-imports/i18n.js +120 -0
  541. package/dist/generated/json-imports/i18n.js.map +1 -0
  542. package/dist/generated/themes/BarcodeScannerDialog.css.d.ts +2 -0
  543. package/dist/generated/themes/BarcodeScannerDialog.css.js +8 -0
  544. package/dist/generated/themes/BarcodeScannerDialog.css.js.map +1 -0
  545. package/dist/generated/themes/DynamicPage.css.d.ts +2 -0
  546. package/dist/generated/themes/DynamicPage.css.js +8 -0
  547. package/dist/generated/themes/DynamicPage.css.js.map +1 -0
  548. package/dist/generated/themes/DynamicPageHeader.css.d.ts +2 -0
  549. package/dist/generated/themes/DynamicPageHeader.css.js +8 -0
  550. package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -0
  551. package/dist/generated/themes/DynamicPageHeaderActions.css.d.ts +2 -0
  552. package/dist/generated/themes/DynamicPageHeaderActions.css.js +8 -0
  553. package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -0
  554. package/dist/generated/themes/DynamicPageTitle.css.d.ts +2 -0
  555. package/dist/generated/themes/DynamicPageTitle.css.js +8 -0
  556. package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -0
  557. package/dist/generated/themes/DynamicSideContent.css.d.ts +2 -0
  558. package/dist/generated/themes/DynamicSideContent.css.js +8 -0
  559. package/dist/generated/themes/DynamicSideContent.css.js.map +1 -0
  560. package/dist/generated/themes/FlexibleColumnLayout.css.d.ts +2 -0
  561. package/dist/generated/themes/FlexibleColumnLayout.css.js +8 -0
  562. package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -0
  563. package/dist/generated/themes/IllustratedMessage.css.d.ts +2 -0
  564. package/dist/generated/themes/IllustratedMessage.css.js +8 -0
  565. package/dist/generated/themes/IllustratedMessage.css.js.map +1 -0
  566. package/dist/generated/themes/InvisibleTextStyles.css.d.ts +2 -0
  567. package/dist/generated/themes/InvisibleTextStyles.css.js +8 -0
  568. package/dist/generated/themes/InvisibleTextStyles.css.js.map +1 -0
  569. package/dist/generated/themes/MediaGallery.css.d.ts +2 -0
  570. package/dist/generated/themes/MediaGallery.css.js +8 -0
  571. package/dist/generated/themes/MediaGallery.css.js.map +1 -0
  572. package/dist/generated/themes/MediaGalleryItem.css.d.ts +2 -0
  573. package/dist/generated/themes/MediaGalleryItem.css.js +8 -0
  574. package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -0
  575. package/dist/generated/themes/NavigationLayout.css.d.ts +2 -0
  576. package/dist/generated/themes/NavigationLayout.css.js +8 -0
  577. package/dist/generated/themes/NavigationLayout.css.js.map +1 -0
  578. package/dist/generated/themes/NavigationMenu.css.d.ts +2 -0
  579. package/dist/generated/themes/NavigationMenu.css.js +8 -0
  580. package/dist/generated/themes/NavigationMenu.css.js.map +1 -0
  581. package/dist/generated/themes/NavigationMenuItem.css.d.ts +2 -0
  582. package/dist/generated/themes/NavigationMenuItem.css.js +8 -0
  583. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -0
  584. package/dist/generated/themes/NotificationList.css.d.ts +2 -0
  585. package/dist/generated/themes/NotificationList.css.js +8 -0
  586. package/dist/generated/themes/NotificationList.css.js.map +1 -0
  587. package/dist/generated/themes/NotificationListGroupItem.css.d.ts +2 -0
  588. package/dist/generated/themes/NotificationListGroupItem.css.js +8 -0
  589. package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -0
  590. package/dist/generated/themes/NotificationListItem.css.d.ts +2 -0
  591. package/dist/generated/themes/NotificationListItem.css.js +8 -0
  592. package/dist/generated/themes/NotificationListItem.css.js.map +1 -0
  593. package/dist/generated/themes/NotificationListItemBase.css.d.ts +2 -0
  594. package/dist/generated/themes/NotificationListItemBase.css.js +8 -0
  595. package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -0
  596. package/dist/generated/themes/NotificationStateIcon.css.d.ts +2 -0
  597. package/dist/generated/themes/NotificationStateIcon.css.js +8 -0
  598. package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -0
  599. package/dist/generated/themes/Page.css.d.ts +2 -0
  600. package/dist/generated/themes/Page.css.js +8 -0
  601. package/dist/generated/themes/Page.css.js.map +1 -0
  602. package/dist/generated/themes/ProductSwitch.css.d.ts +2 -0
  603. package/dist/generated/themes/ProductSwitch.css.js +8 -0
  604. package/dist/generated/themes/ProductSwitch.css.js.map +1 -0
  605. package/dist/generated/themes/ProductSwitchItem.css.d.ts +2 -0
  606. package/dist/generated/themes/ProductSwitchItem.css.js +8 -0
  607. package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -0
  608. package/dist/generated/themes/Search.css.d.ts +2 -0
  609. package/dist/generated/themes/Search.css.js +8 -0
  610. package/dist/generated/themes/Search.css.js.map +1 -0
  611. package/dist/generated/themes/SearchField.css.d.ts +2 -0
  612. package/dist/generated/themes/SearchField.css.js +8 -0
  613. package/dist/generated/themes/SearchField.css.js.map +1 -0
  614. package/dist/generated/themes/SearchItem.css.d.ts +2 -0
  615. package/dist/generated/themes/SearchItem.css.js +8 -0
  616. package/dist/generated/themes/SearchItem.css.js.map +1 -0
  617. package/dist/generated/themes/SearchItemGroup.css.d.ts +2 -0
  618. package/dist/generated/themes/SearchItemGroup.css.js +8 -0
  619. package/dist/generated/themes/SearchItemGroup.css.js.map +1 -0
  620. package/dist/generated/themes/SearchItemShowMore.css.d.ts +2 -0
  621. package/dist/generated/themes/SearchItemShowMore.css.js +8 -0
  622. package/dist/generated/themes/SearchItemShowMore.css.js.map +1 -0
  623. package/dist/generated/themes/SearchMessageArea.css.d.ts +2 -0
  624. package/dist/generated/themes/SearchMessageArea.css.js +8 -0
  625. package/dist/generated/themes/SearchMessageArea.css.js.map +1 -0
  626. package/dist/generated/themes/ShellBar.css.d.ts +2 -0
  627. package/dist/generated/themes/ShellBar.css.js +8 -0
  628. package/dist/generated/themes/ShellBar.css.js.map +1 -0
  629. package/dist/generated/themes/ShellBarBranding.css.d.ts +2 -0
  630. package/dist/generated/themes/ShellBarBranding.css.js +8 -0
  631. package/dist/generated/themes/ShellBarBranding.css.js.map +1 -0
  632. package/dist/generated/themes/ShellBarPopover.css.d.ts +2 -0
  633. package/dist/generated/themes/ShellBarPopover.css.js +8 -0
  634. package/dist/generated/themes/ShellBarPopover.css.js.map +1 -0
  635. package/dist/generated/themes/ShellBarSearch.css.d.ts +2 -0
  636. package/dist/generated/themes/ShellBarSearch.css.js +8 -0
  637. package/dist/generated/themes/ShellBarSearch.css.js.map +1 -0
  638. package/dist/generated/themes/SideNavigation.css.d.ts +2 -0
  639. package/dist/generated/themes/SideNavigation.css.js +8 -0
  640. package/dist/generated/themes/SideNavigation.css.js.map +1 -0
  641. package/dist/generated/themes/SideNavigationGroup.css.d.ts +2 -0
  642. package/dist/generated/themes/SideNavigationGroup.css.js +8 -0
  643. package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -0
  644. package/dist/generated/themes/SideNavigationItem.css.d.ts +2 -0
  645. package/dist/generated/themes/SideNavigationItem.css.js +8 -0
  646. package/dist/generated/themes/SideNavigationItem.css.js.map +1 -0
  647. package/dist/generated/themes/SideNavigationItemBase.css.d.ts +2 -0
  648. package/dist/generated/themes/SideNavigationItemBase.css.js +8 -0
  649. package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -0
  650. package/dist/generated/themes/SideNavigationPopover.css.d.ts +2 -0
  651. package/dist/generated/themes/SideNavigationPopover.css.js +8 -0
  652. package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -0
  653. package/dist/generated/themes/SideNavigationSubItem.css.d.ts +2 -0
  654. package/dist/generated/themes/SideNavigationSubItem.css.js +8 -0
  655. package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -0
  656. package/dist/generated/themes/Timeline.css.d.ts +2 -0
  657. package/dist/generated/themes/Timeline.css.js +8 -0
  658. package/dist/generated/themes/Timeline.css.js.map +1 -0
  659. package/dist/generated/themes/TimelineGroupItem.css.d.ts +2 -0
  660. package/dist/generated/themes/TimelineGroupItem.css.js +8 -0
  661. package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -0
  662. package/dist/generated/themes/TimelineItem.css.d.ts +2 -0
  663. package/dist/generated/themes/TimelineItem.css.js +8 -0
  664. package/dist/generated/themes/TimelineItem.css.js.map +1 -0
  665. package/dist/generated/themes/UploadCollection.css.d.ts +2 -0
  666. package/dist/generated/themes/UploadCollection.css.js +8 -0
  667. package/dist/generated/themes/UploadCollection.css.js.map +1 -0
  668. package/dist/generated/themes/UploadCollectionItem.css.d.ts +2 -0
  669. package/dist/generated/themes/UploadCollectionItem.css.js +8 -0
  670. package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -0
  671. package/dist/generated/themes/UserMenu.css.d.ts +2 -0
  672. package/dist/generated/themes/UserMenu.css.js +8 -0
  673. package/dist/generated/themes/UserMenu.css.js.map +1 -0
  674. package/dist/generated/themes/UserMenuItem.css.d.ts +2 -0
  675. package/dist/generated/themes/UserMenuItem.css.js +8 -0
  676. package/dist/generated/themes/UserMenuItem.css.js.map +1 -0
  677. package/dist/generated/themes/UserSettingsAccountView.css.d.ts +2 -0
  678. package/dist/generated/themes/UserSettingsAccountView.css.js +8 -0
  679. package/dist/generated/themes/UserSettingsAccountView.css.js.map +1 -0
  680. package/dist/generated/themes/UserSettingsAppearanceViewItem.css.d.ts +2 -0
  681. package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js +8 -0
  682. package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js.map +1 -0
  683. package/dist/generated/themes/UserSettingsDialog.css.d.ts +2 -0
  684. package/dist/generated/themes/UserSettingsDialog.css.js +8 -0
  685. package/dist/generated/themes/UserSettingsDialog.css.js.map +1 -0
  686. package/dist/generated/themes/UserSettingsItem.css.d.ts +2 -0
  687. package/dist/generated/themes/UserSettingsItem.css.js +8 -0
  688. package/dist/generated/themes/UserSettingsItem.css.js.map +1 -0
  689. package/dist/generated/themes/UserSettingsView.css.d.ts +2 -0
  690. package/dist/generated/themes/UserSettingsView.css.js +8 -0
  691. package/dist/generated/themes/UserSettingsView.css.js.map +1 -0
  692. package/dist/generated/themes/ViewSettingsDialog.css.d.ts +2 -0
  693. package/dist/generated/themes/ViewSettingsDialog.css.js +8 -0
  694. package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -0
  695. package/dist/generated/themes/Wizard.css.d.ts +2 -0
  696. package/dist/generated/themes/Wizard.css.js +8 -0
  697. package/dist/generated/themes/Wizard.css.js.map +1 -0
  698. package/dist/generated/themes/WizardPopover.css.d.ts +2 -0
  699. package/dist/generated/themes/WizardPopover.css.js +8 -0
  700. package/dist/generated/themes/WizardPopover.css.js.map +1 -0
  701. package/dist/generated/themes/WizardTab.css.d.ts +2 -0
  702. package/dist/generated/themes/WizardTab.css.js +8 -0
  703. package/dist/generated/themes/WizardTab.css.js.map +1 -0
  704. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
  705. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +4 -0
  706. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
  707. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
  708. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +4 -0
  709. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
  710. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
  711. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +4 -0
  712. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
  713. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
  714. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +4 -0
  715. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
  716. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
  717. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +4 -0
  718. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
  719. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
  720. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +280 -0
  721. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
  722. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +2 -0
  723. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +212 -0
  724. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -0
  725. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +2 -0
  726. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +218 -0
  727. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
  728. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
  729. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +281 -0
  730. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
  731. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +2 -0
  732. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +218 -0
  733. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -0
  734. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
  735. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +281 -0
  736. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
  737. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +2 -0
  738. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +220 -0
  739. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -0
  740. package/dist/illustrations/Achievement.d.ts +8 -0
  741. package/dist/illustrations/Achievement.js +33 -0
  742. package/dist/illustrations/AddColumn.d.ts +8 -0
  743. package/dist/illustrations/AddColumn.js +33 -0
  744. package/dist/illustrations/AddDimensions.d.ts +8 -0
  745. package/dist/illustrations/AddDimensions.js +33 -0
  746. package/dist/illustrations/AddPeople.d.ts +8 -0
  747. package/dist/illustrations/AddPeople.js +33 -0
  748. package/dist/illustrations/AddPeopleToCalendar.d.ts +8 -0
  749. package/dist/illustrations/AddPeopleToCalendar.js +33 -0
  750. package/dist/illustrations/AddingColumns.d.ts +8 -0
  751. package/dist/illustrations/AddingColumns.js +33 -0
  752. package/dist/illustrations/AllIllustrations.d.ts +4 -0
  753. package/dist/illustrations/AllIllustrations.js +5 -0
  754. package/dist/illustrations/AllIllustrations.js.map +1 -0
  755. package/dist/illustrations/BalloonSky.d.ts +8 -0
  756. package/dist/illustrations/BalloonSky.js +33 -0
  757. package/dist/illustrations/BeforeSearch.d.ts +8 -0
  758. package/dist/illustrations/BeforeSearch.js +33 -0
  759. package/dist/illustrations/Connection.d.ts +8 -0
  760. package/dist/illustrations/Connection.js +33 -0
  761. package/dist/illustrations/DragFilesToUpload.d.ts +8 -0
  762. package/dist/illustrations/DragFilesToUpload.js +33 -0
  763. package/dist/illustrations/EmptyCalendar.d.ts +8 -0
  764. package/dist/illustrations/EmptyCalendar.js +33 -0
  765. package/dist/illustrations/EmptyList.d.ts +8 -0
  766. package/dist/illustrations/EmptyList.js +33 -0
  767. package/dist/illustrations/EmptyPlanningCalendar.d.ts +8 -0
  768. package/dist/illustrations/EmptyPlanningCalendar.js +33 -0
  769. package/dist/illustrations/ErrorScreen.d.ts +8 -0
  770. package/dist/illustrations/ErrorScreen.js +33 -0
  771. package/dist/illustrations/FilterTable.d.ts +8 -0
  772. package/dist/illustrations/FilterTable.js +33 -0
  773. package/dist/illustrations/FilteringColumns.d.ts +8 -0
  774. package/dist/illustrations/FilteringColumns.js +33 -0
  775. package/dist/illustrations/GroupTable.d.ts +8 -0
  776. package/dist/illustrations/GroupTable.js +33 -0
  777. package/dist/illustrations/GroupingColumns.d.ts +8 -0
  778. package/dist/illustrations/GroupingColumns.js +33 -0
  779. package/dist/illustrations/KeyTask.d.ts +8 -0
  780. package/dist/illustrations/KeyTask.js +33 -0
  781. package/dist/illustrations/NewMail.d.ts +8 -0
  782. package/dist/illustrations/NewMail.js +33 -0
  783. package/dist/illustrations/NoActivities.d.ts +8 -0
  784. package/dist/illustrations/NoActivities.js +33 -0
  785. package/dist/illustrations/NoChartData.d.ts +8 -0
  786. package/dist/illustrations/NoChartData.js +33 -0
  787. package/dist/illustrations/NoColumnsSet.d.ts +8 -0
  788. package/dist/illustrations/NoColumnsSet.js +33 -0
  789. package/dist/illustrations/NoData.d.ts +8 -0
  790. package/dist/illustrations/NoData.js +33 -0
  791. package/dist/illustrations/NoDimensionsSet.d.ts +8 -0
  792. package/dist/illustrations/NoDimensionsSet.js +33 -0
  793. package/dist/illustrations/NoEntries.d.ts +8 -0
  794. package/dist/illustrations/NoEntries.js +33 -0
  795. package/dist/illustrations/NoFilterResults.d.ts +8 -0
  796. package/dist/illustrations/NoFilterResults.js +33 -0
  797. package/dist/illustrations/NoMail.d.ts +8 -0
  798. package/dist/illustrations/NoMail.js +33 -0
  799. package/dist/illustrations/NoMail_v1.d.ts +8 -0
  800. package/dist/illustrations/NoMail_v1.js +33 -0
  801. package/dist/illustrations/NoNotifications.d.ts +8 -0
  802. package/dist/illustrations/NoNotifications.js +33 -0
  803. package/dist/illustrations/NoSavedItems.d.ts +8 -0
  804. package/dist/illustrations/NoSavedItems.js +33 -0
  805. package/dist/illustrations/NoSavedItems_v1.d.ts +8 -0
  806. package/dist/illustrations/NoSavedItems_v1.js +33 -0
  807. package/dist/illustrations/NoSearchResults.d.ts +8 -0
  808. package/dist/illustrations/NoSearchResults.js +33 -0
  809. package/dist/illustrations/NoTasks.d.ts +8 -0
  810. package/dist/illustrations/NoTasks.js +33 -0
  811. package/dist/illustrations/NoTasks_v1.d.ts +8 -0
  812. package/dist/illustrations/NoTasks_v1.js +33 -0
  813. package/dist/illustrations/PageNotFound.d.ts +8 -0
  814. package/dist/illustrations/PageNotFound.js +33 -0
  815. package/dist/illustrations/ReceiveAppreciation.d.ts +8 -0
  816. package/dist/illustrations/ReceiveAppreciation.js +33 -0
  817. package/dist/illustrations/ReloadScreen.d.ts +8 -0
  818. package/dist/illustrations/ReloadScreen.js +33 -0
  819. package/dist/illustrations/ResizeColumn.d.ts +8 -0
  820. package/dist/illustrations/ResizeColumn.js +33 -0
  821. package/dist/illustrations/ResizingColumns.d.ts +8 -0
  822. package/dist/illustrations/ResizingColumns.js +33 -0
  823. package/dist/illustrations/SearchEarth.d.ts +8 -0
  824. package/dist/illustrations/SearchEarth.js +33 -0
  825. package/dist/illustrations/SearchFolder.d.ts +8 -0
  826. package/dist/illustrations/SearchFolder.js +33 -0
  827. package/dist/illustrations/SignOut.d.ts +8 -0
  828. package/dist/illustrations/SignOut.js +33 -0
  829. package/dist/illustrations/SimpleBalloon.d.ts +8 -0
  830. package/dist/illustrations/SimpleBalloon.js +33 -0
  831. package/dist/illustrations/SimpleBell.d.ts +8 -0
  832. package/dist/illustrations/SimpleBell.js +33 -0
  833. package/dist/illustrations/SimpleCalendar.d.ts +8 -0
  834. package/dist/illustrations/SimpleCalendar.js +33 -0
  835. package/dist/illustrations/SimpleCheckMark.d.ts +8 -0
  836. package/dist/illustrations/SimpleCheckMark.js +33 -0
  837. package/dist/illustrations/SimpleConnection.d.ts +8 -0
  838. package/dist/illustrations/SimpleConnection.js +33 -0
  839. package/dist/illustrations/SimpleEmptyDoc.d.ts +8 -0
  840. package/dist/illustrations/SimpleEmptyDoc.js +33 -0
  841. package/dist/illustrations/SimpleEmptyList.d.ts +8 -0
  842. package/dist/illustrations/SimpleEmptyList.js +33 -0
  843. package/dist/illustrations/SimpleError.d.ts +8 -0
  844. package/dist/illustrations/SimpleError.js +33 -0
  845. package/dist/illustrations/SimpleMagnifier.d.ts +8 -0
  846. package/dist/illustrations/SimpleMagnifier.js +33 -0
  847. package/dist/illustrations/SimpleMail.d.ts +8 -0
  848. package/dist/illustrations/SimpleMail.js +33 -0
  849. package/dist/illustrations/SimpleNoSavedItems.d.ts +8 -0
  850. package/dist/illustrations/SimpleNoSavedItems.js +33 -0
  851. package/dist/illustrations/SimpleNotFoundMagnifier.d.ts +8 -0
  852. package/dist/illustrations/SimpleNotFoundMagnifier.js +33 -0
  853. package/dist/illustrations/SimpleReload.d.ts +8 -0
  854. package/dist/illustrations/SimpleReload.js +33 -0
  855. package/dist/illustrations/SimpleTask.d.ts +8 -0
  856. package/dist/illustrations/SimpleTask.js +33 -0
  857. package/dist/illustrations/SleepingBell.d.ts +8 -0
  858. package/dist/illustrations/SleepingBell.js +33 -0
  859. package/dist/illustrations/SortColumn.d.ts +8 -0
  860. package/dist/illustrations/SortColumn.js +33 -0
  861. package/dist/illustrations/SortingColumns.d.ts +8 -0
  862. package/dist/illustrations/SortingColumns.js +33 -0
  863. package/dist/illustrations/SuccessBalloon.d.ts +8 -0
  864. package/dist/illustrations/SuccessBalloon.js +33 -0
  865. package/dist/illustrations/SuccessCheckMark.d.ts +8 -0
  866. package/dist/illustrations/SuccessCheckMark.js +33 -0
  867. package/dist/illustrations/SuccessHighFive.d.ts +8 -0
  868. package/dist/illustrations/SuccessHighFive.js +33 -0
  869. package/dist/illustrations/SuccessScreen.d.ts +8 -0
  870. package/dist/illustrations/SuccessScreen.js +33 -0
  871. package/dist/illustrations/Survey.d.ts +8 -0
  872. package/dist/illustrations/Survey.js +33 -0
  873. package/dist/illustrations/Tent.d.ts +8 -0
  874. package/dist/illustrations/Tent.js +33 -0
  875. package/dist/illustrations/UnableToLoad.d.ts +8 -0
  876. package/dist/illustrations/UnableToLoad.js +33 -0
  877. package/dist/illustrations/UnableToLoadImage.d.ts +8 -0
  878. package/dist/illustrations/UnableToLoadImage.js +33 -0
  879. package/dist/illustrations/UnableToUpload.d.ts +8 -0
  880. package/dist/illustrations/UnableToUpload.js +33 -0
  881. package/dist/illustrations/UploadCollection.d.ts +8 -0
  882. package/dist/illustrations/UploadCollection.js +33 -0
  883. package/dist/illustrations/UploadToCloud.d.ts +8 -0
  884. package/dist/illustrations/UploadToCloud.js +33 -0
  885. package/dist/illustrations/UserHasSignedUp.d.ts +8 -0
  886. package/dist/illustrations/UserHasSignedUp.js +33 -0
  887. package/dist/illustrations/sapIllus-Dialog-Achievement.js +29 -0
  888. package/dist/illustrations/sapIllus-Dialog-AddColumn.js +38 -0
  889. package/dist/illustrations/sapIllus-Dialog-AddDimensions.js +18 -0
  890. package/dist/illustrations/sapIllus-Dialog-AddPeople.js +32 -0
  891. package/dist/illustrations/sapIllus-Dialog-AddPeopleToCalendar.js +52 -0
  892. package/dist/illustrations/sapIllus-Dialog-AddingColumns.js +38 -0
  893. package/dist/illustrations/sapIllus-Dialog-BalloonSky.js +46 -0
  894. package/dist/illustrations/sapIllus-Dialog-BeforeSearch.js +42 -0
  895. package/dist/illustrations/sapIllus-Dialog-Connection.js +19 -0
  896. package/dist/illustrations/sapIllus-Dialog-DragFilesToUpload.js +20 -0
  897. package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +78 -0
  898. package/dist/illustrations/sapIllus-Dialog-EmptyList.js +37 -0
  899. package/dist/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +19 -0
  900. package/dist/illustrations/sapIllus-Dialog-ErrorScreen.js +35 -0
  901. package/dist/illustrations/sapIllus-Dialog-FilterTable.js +66 -0
  902. package/dist/illustrations/sapIllus-Dialog-FilteringColumns.js +39 -0
  903. package/dist/illustrations/sapIllus-Dialog-GroupTable.js +68 -0
  904. package/dist/illustrations/sapIllus-Dialog-GroupingColumns.js +35 -0
  905. package/dist/illustrations/sapIllus-Dialog-KeyTask.js +120 -0
  906. package/dist/illustrations/sapIllus-Dialog-NewMail.js +38 -0
  907. package/dist/illustrations/sapIllus-Dialog-NoActivities.js +34 -0
  908. package/dist/illustrations/sapIllus-Dialog-NoChartData.js +45 -0
  909. package/dist/illustrations/sapIllus-Dialog-NoColumnsSet.js +29 -0
  910. package/dist/illustrations/sapIllus-Dialog-NoData.js +12 -0
  911. package/dist/illustrations/sapIllus-Dialog-NoDimensionsSet.js +40 -0
  912. package/dist/illustrations/sapIllus-Dialog-NoEntries.js +42 -0
  913. package/dist/illustrations/sapIllus-Dialog-NoFilterResults.js +20 -0
  914. package/dist/illustrations/sapIllus-Dialog-NoMail.js +16 -0
  915. package/dist/illustrations/sapIllus-Dialog-NoMail_v1.js +23 -0
  916. package/dist/illustrations/sapIllus-Dialog-NoNotifications.js +28 -0
  917. package/dist/illustrations/sapIllus-Dialog-NoSavedItems.js +54 -0
  918. package/dist/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +37 -0
  919. package/dist/illustrations/sapIllus-Dialog-NoSearchResults.js +73 -0
  920. package/dist/illustrations/sapIllus-Dialog-NoTasks.js +60 -0
  921. package/dist/illustrations/sapIllus-Dialog-NoTasks_v1.js +63 -0
  922. package/dist/illustrations/sapIllus-Dialog-PageNotFound.js +13 -0
  923. package/dist/illustrations/sapIllus-Dialog-ReceiveAppreciation.js +25 -0
  924. package/dist/illustrations/sapIllus-Dialog-ReloadScreen.js +49 -0
  925. package/dist/illustrations/sapIllus-Dialog-ResizeColumn.js +42 -0
  926. package/dist/illustrations/sapIllus-Dialog-ResizingColumns.js +55 -0
  927. package/dist/illustrations/sapIllus-Dialog-SearchEarth.js +19 -0
  928. package/dist/illustrations/sapIllus-Dialog-SearchFolder.js +38 -0
  929. package/dist/illustrations/sapIllus-Dialog-SignOut.js +21 -0
  930. package/dist/illustrations/sapIllus-Dialog-SimpleBalloon.js +18 -0
  931. package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +14 -0
  932. package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +49 -0
  933. package/dist/illustrations/sapIllus-Dialog-SimpleCheckMark.js +7 -0
  934. package/dist/illustrations/sapIllus-Dialog-SimpleConnection.js +19 -0
  935. package/dist/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +18 -0
  936. package/dist/illustrations/sapIllus-Dialog-SimpleEmptyList.js +11 -0
  937. package/dist/illustrations/sapIllus-Dialog-SimpleError.js +11 -0
  938. package/dist/illustrations/sapIllus-Dialog-SimpleMagnifier.js +11 -0
  939. package/dist/illustrations/sapIllus-Dialog-SimpleMail.js +14 -0
  940. package/dist/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +18 -0
  941. package/dist/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +22 -0
  942. package/dist/illustrations/sapIllus-Dialog-SimpleReload.js +12 -0
  943. package/dist/illustrations/sapIllus-Dialog-SimpleTask.js +24 -0
  944. package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +31 -0
  945. package/dist/illustrations/sapIllus-Dialog-SortColumn.js +40 -0
  946. package/dist/illustrations/sapIllus-Dialog-SortingColumns.js +50 -0
  947. package/dist/illustrations/sapIllus-Dialog-SuccessBalloon.js +16 -0
  948. package/dist/illustrations/sapIllus-Dialog-SuccessCheckMark.js +9 -0
  949. package/dist/illustrations/sapIllus-Dialog-SuccessHighFive.js +25 -0
  950. package/dist/illustrations/sapIllus-Dialog-SuccessScreen.js +48 -0
  951. package/dist/illustrations/sapIllus-Dialog-Survey.js +23 -0
  952. package/dist/illustrations/sapIllus-Dialog-Tent.js +32 -0
  953. package/dist/illustrations/sapIllus-Dialog-UnableToLoad.js +119 -0
  954. package/dist/illustrations/sapIllus-Dialog-UnableToLoadImage.js +28 -0
  955. package/dist/illustrations/sapIllus-Dialog-UnableToUpload.js +26 -0
  956. package/dist/illustrations/sapIllus-Dialog-UploadCollection.js +31 -0
  957. package/dist/illustrations/sapIllus-Dialog-UploadToCloud.js +21 -0
  958. package/dist/illustrations/sapIllus-Dialog-UserHasSignedUp.js +34 -0
  959. package/dist/illustrations/sapIllus-Dot-Achievement.js +19 -0
  960. package/dist/illustrations/sapIllus-Dot-AddColumn.js +27 -0
  961. package/dist/illustrations/sapIllus-Dot-AddDimensions.js +10 -0
  962. package/dist/illustrations/sapIllus-Dot-AddPeople.js +9 -0
  963. package/dist/illustrations/sapIllus-Dot-AddPeopleToCalendar.js +15 -0
  964. package/dist/illustrations/sapIllus-Dot-AddingColumns.js +14 -0
  965. package/dist/illustrations/sapIllus-Dot-BalloonSky.js +7 -0
  966. package/dist/illustrations/sapIllus-Dot-BeforeSearch.js +41 -0
  967. package/dist/illustrations/sapIllus-Dot-Connection.js +10 -0
  968. package/dist/illustrations/sapIllus-Dot-DragFilesToUpload.js +8 -0
  969. package/dist/illustrations/sapIllus-Dot-EmptyCalendar.js +37 -0
  970. package/dist/illustrations/sapIllus-Dot-EmptyList.js +7 -0
  971. package/dist/illustrations/sapIllus-Dot-EmptyPlanningCalendar.js +18 -0
  972. package/dist/illustrations/sapIllus-Dot-ErrorScreen.js +9 -0
  973. package/dist/illustrations/sapIllus-Dot-FilterTable.js +8 -0
  974. package/dist/illustrations/sapIllus-Dot-FilteringColumns.js +22 -0
  975. package/dist/illustrations/sapIllus-Dot-GroupTable.js +36 -0
  976. package/dist/illustrations/sapIllus-Dot-GroupingColumns.js +23 -0
  977. package/dist/illustrations/sapIllus-Dot-KeyTask.js +119 -0
  978. package/dist/illustrations/sapIllus-Dot-NewMail.js +11 -0
  979. package/dist/illustrations/sapIllus-Dot-NoActivities.js +11 -0
  980. package/dist/illustrations/sapIllus-Dot-NoChartData.js +35 -0
  981. package/dist/illustrations/sapIllus-Dot-NoColumnsSet.js +26 -0
  982. package/dist/illustrations/sapIllus-Dot-NoData.js +11 -0
  983. package/dist/illustrations/sapIllus-Dot-NoDimensionsSet.js +7 -0
  984. package/dist/illustrations/sapIllus-Dot-NoEntries.js +25 -0
  985. package/dist/illustrations/sapIllus-Dot-NoFilterResults.js +14 -0
  986. package/dist/illustrations/sapIllus-Dot-NoMail.js +14 -0
  987. package/dist/illustrations/sapIllus-Dot-NoMail_v1.js +10 -0
  988. package/dist/illustrations/sapIllus-Dot-NoNotifications.js +23 -0
  989. package/dist/illustrations/sapIllus-Dot-NoSavedItems.js +55 -0
  990. package/dist/illustrations/sapIllus-Dot-NoSavedItems_v1.js +13 -0
  991. package/dist/illustrations/sapIllus-Dot-NoSearchResults.js +35 -0
  992. package/dist/illustrations/sapIllus-Dot-NoTasks.js +22 -0
  993. package/dist/illustrations/sapIllus-Dot-NoTasks_v1.js +13 -0
  994. package/dist/illustrations/sapIllus-Dot-PageNotFound.js +14 -0
  995. package/dist/illustrations/sapIllus-Dot-ReceiveAppreciation.js +19 -0
  996. package/dist/illustrations/sapIllus-Dot-ReloadScreen.js +9 -0
  997. package/dist/illustrations/sapIllus-Dot-ResizeColumn.js +27 -0
  998. package/dist/illustrations/sapIllus-Dot-ResizingColumns.js +19 -0
  999. package/dist/illustrations/sapIllus-Dot-SearchEarth.js +7 -0
  1000. package/dist/illustrations/sapIllus-Dot-SearchFolder.js +11 -0
  1001. package/dist/illustrations/sapIllus-Dot-SignOut.js +11 -0
  1002. package/dist/illustrations/sapIllus-Dot-SimpleBalloon.js +7 -0
  1003. package/dist/illustrations/sapIllus-Dot-SimpleBell.js +8 -0
  1004. package/dist/illustrations/sapIllus-Dot-SimpleCalendar.js +37 -0
  1005. package/dist/illustrations/sapIllus-Dot-SimpleCheckMark.js +5 -0
  1006. package/dist/illustrations/sapIllus-Dot-SimpleConnection.js +10 -0
  1007. package/dist/illustrations/sapIllus-Dot-SimpleEmptyDoc.js +8 -0
  1008. package/dist/illustrations/sapIllus-Dot-SimpleEmptyList.js +7 -0
  1009. package/dist/illustrations/sapIllus-Dot-SimpleError.js +9 -0
  1010. package/dist/illustrations/sapIllus-Dot-SimpleMagnifier.js +7 -0
  1011. package/dist/illustrations/sapIllus-Dot-SimpleMail.js +10 -0
  1012. package/dist/illustrations/sapIllus-Dot-SimpleNoSavedItems.js +13 -0
  1013. package/dist/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.js +11 -0
  1014. package/dist/illustrations/sapIllus-Dot-SimpleReload.js +9 -0
  1015. package/dist/illustrations/sapIllus-Dot-SimpleTask.js +13 -0
  1016. package/dist/illustrations/sapIllus-Dot-SleepingBell.js +8 -0
  1017. package/dist/illustrations/sapIllus-Dot-SortColumn.js +29 -0
  1018. package/dist/illustrations/sapIllus-Dot-SortingColumns.js +15 -0
  1019. package/dist/illustrations/sapIllus-Dot-SuccessHighFive.js +7 -0
  1020. package/dist/illustrations/sapIllus-Dot-SuccessScreen.js +5 -0
  1021. package/dist/illustrations/sapIllus-Dot-Survey.js +8 -0
  1022. package/dist/illustrations/sapIllus-Dot-Tent.js +8 -0
  1023. package/dist/illustrations/sapIllus-Dot-UnableToLoad.js +118 -0
  1024. package/dist/illustrations/sapIllus-Dot-UnableToLoadImage.js +24 -0
  1025. package/dist/illustrations/sapIllus-Dot-UnableToUpload.js +10 -0
  1026. package/dist/illustrations/sapIllus-Dot-UploadCollection.js +7 -0
  1027. package/dist/illustrations/sapIllus-Dot-UploadToCloud.js +9 -0
  1028. package/dist/illustrations/sapIllus-Dot-UserHasSignedUp.js +8 -0
  1029. package/dist/illustrations/sapIllus-Scene-Achievement.js +29 -0
  1030. package/dist/illustrations/sapIllus-Scene-AddColumn.js +49 -0
  1031. package/dist/illustrations/sapIllus-Scene-AddDimensions.js +18 -0
  1032. package/dist/illustrations/sapIllus-Scene-AddPeople.js +31 -0
  1033. package/dist/illustrations/sapIllus-Scene-AddPeopleToCalendar.js +47 -0
  1034. package/dist/illustrations/sapIllus-Scene-AddingColumns.js +38 -0
  1035. package/dist/illustrations/sapIllus-Scene-BalloonSky.js +54 -0
  1036. package/dist/illustrations/sapIllus-Scene-BeforeSearch.js +42 -0
  1037. package/dist/illustrations/sapIllus-Scene-Connection.js +32 -0
  1038. package/dist/illustrations/sapIllus-Scene-DragFilesToUpload.js +20 -0
  1039. package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +91 -0
  1040. package/dist/illustrations/sapIllus-Scene-EmptyList.js +44 -0
  1041. package/dist/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +19 -0
  1042. package/dist/illustrations/sapIllus-Scene-ErrorScreen.js +79 -0
  1043. package/dist/illustrations/sapIllus-Scene-FilterTable.js +63 -0
  1044. package/dist/illustrations/sapIllus-Scene-FilteringColumns.js +39 -0
  1045. package/dist/illustrations/sapIllus-Scene-GroupTable.js +77 -0
  1046. package/dist/illustrations/sapIllus-Scene-GroupingColumns.js +40 -0
  1047. package/dist/illustrations/sapIllus-Scene-KeyTask.js +120 -0
  1048. package/dist/illustrations/sapIllus-Scene-NewMail.js +38 -0
  1049. package/dist/illustrations/sapIllus-Scene-NoActivities.js +34 -0
  1050. package/dist/illustrations/sapIllus-Scene-NoChartData.js +45 -0
  1051. package/dist/illustrations/sapIllus-Scene-NoColumnsSet.js +26 -0
  1052. package/dist/illustrations/sapIllus-Scene-NoData.js +12 -0
  1053. package/dist/illustrations/sapIllus-Scene-NoDimensionsSet.js +39 -0
  1054. package/dist/illustrations/sapIllus-Scene-NoEntries.js +42 -0
  1055. package/dist/illustrations/sapIllus-Scene-NoFilterResults.js +16 -0
  1056. package/dist/illustrations/sapIllus-Scene-NoMail.js +16 -0
  1057. package/dist/illustrations/sapIllus-Scene-NoMail_v1.js +56 -0
  1058. package/dist/illustrations/sapIllus-Scene-NoNotifications.js +28 -0
  1059. package/dist/illustrations/sapIllus-Scene-NoSavedItems.js +54 -0
  1060. package/dist/illustrations/sapIllus-Scene-NoSavedItems_v1.js +40 -0
  1061. package/dist/illustrations/sapIllus-Scene-NoSearchResults.js +73 -0
  1062. package/dist/illustrations/sapIllus-Scene-NoTasks.js +60 -0
  1063. package/dist/illustrations/sapIllus-Scene-NoTasks_v1.js +87 -0
  1064. package/dist/illustrations/sapIllus-Scene-PageNotFound.js +13 -0
  1065. package/dist/illustrations/sapIllus-Scene-ReceiveAppreciation.js +25 -0
  1066. package/dist/illustrations/sapIllus-Scene-ReloadScreen.js +63 -0
  1067. package/dist/illustrations/sapIllus-Scene-ResizeColumn.js +53 -0
  1068. package/dist/illustrations/sapIllus-Scene-ResizingColumns.js +57 -0
  1069. package/dist/illustrations/sapIllus-Scene-SearchEarth.js +31 -0
  1070. package/dist/illustrations/sapIllus-Scene-SearchFolder.js +45 -0
  1071. package/dist/illustrations/sapIllus-Scene-SignOut.js +21 -0
  1072. package/dist/illustrations/sapIllus-Scene-SimpleBalloon.js +21 -0
  1073. package/dist/illustrations/sapIllus-Scene-SimpleBell.js +17 -0
  1074. package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +45 -0
  1075. package/dist/illustrations/sapIllus-Scene-SimpleCheckMark.js +10 -0
  1076. package/dist/illustrations/sapIllus-Scene-SimpleConnection.js +23 -0
  1077. package/dist/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +21 -0
  1078. package/dist/illustrations/sapIllus-Scene-SimpleEmptyList.js +14 -0
  1079. package/dist/illustrations/sapIllus-Scene-SimpleError.js +14 -0
  1080. package/dist/illustrations/sapIllus-Scene-SimpleMagnifier.js +14 -0
  1081. package/dist/illustrations/sapIllus-Scene-SimpleMail.js +17 -0
  1082. package/dist/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +28 -0
  1083. package/dist/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +25 -0
  1084. package/dist/illustrations/sapIllus-Scene-SimpleReload.js +15 -0
  1085. package/dist/illustrations/sapIllus-Scene-SimpleTask.js +20 -0
  1086. package/dist/illustrations/sapIllus-Scene-SleepingBell.js +51 -0
  1087. package/dist/illustrations/sapIllus-Scene-SortColumn.js +51 -0
  1088. package/dist/illustrations/sapIllus-Scene-SortingColumns.js +50 -0
  1089. package/dist/illustrations/sapIllus-Scene-SuccessBalloon.js +34 -0
  1090. package/dist/illustrations/sapIllus-Scene-SuccessCheckMark.js +44 -0
  1091. package/dist/illustrations/sapIllus-Scene-SuccessHighFive.js +26 -0
  1092. package/dist/illustrations/sapIllus-Scene-SuccessScreen.js +62 -0
  1093. package/dist/illustrations/sapIllus-Scene-Survey.js +22 -0
  1094. package/dist/illustrations/sapIllus-Scene-Tent.js +60 -0
  1095. package/dist/illustrations/sapIllus-Scene-UnableToLoad.js +119 -0
  1096. package/dist/illustrations/sapIllus-Scene-UnableToLoadImage.js +28 -0
  1097. package/dist/illustrations/sapIllus-Scene-UnableToUpload.js +26 -0
  1098. package/dist/illustrations/sapIllus-Scene-UploadCollection.js +30 -0
  1099. package/dist/illustrations/sapIllus-Scene-UploadToCloud.js +22 -0
  1100. package/dist/illustrations/sapIllus-Scene-UserHasSignedUp.js +29 -0
  1101. package/dist/illustrations/sapIllus-Spot-Achievement.js +28 -0
  1102. package/dist/illustrations/sapIllus-Spot-AddColumn.js +38 -0
  1103. package/dist/illustrations/sapIllus-Spot-AddDimensions.js +17 -0
  1104. package/dist/illustrations/sapIllus-Spot-AddPeople.js +32 -0
  1105. package/dist/illustrations/sapIllus-Spot-AddPeopleToCalendar.js +43 -0
  1106. package/dist/illustrations/sapIllus-Spot-AddingColumns.js +38 -0
  1107. package/dist/illustrations/sapIllus-Spot-BalloonSky.js +44 -0
  1108. package/dist/illustrations/sapIllus-Spot-BeforeSearch.js +42 -0
  1109. package/dist/illustrations/sapIllus-Spot-Connection.js +23 -0
  1110. package/dist/illustrations/sapIllus-Spot-DragFilesToUpload.js +18 -0
  1111. package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +47 -0
  1112. package/dist/illustrations/sapIllus-Spot-EmptyList.js +30 -0
  1113. package/dist/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +19 -0
  1114. package/dist/illustrations/sapIllus-Spot-ErrorScreen.js +33 -0
  1115. package/dist/illustrations/sapIllus-Spot-FilterTable.js +61 -0
  1116. package/dist/illustrations/sapIllus-Spot-FilteringColumns.js +33 -0
  1117. package/dist/illustrations/sapIllus-Spot-GroupTable.js +87 -0
  1118. package/dist/illustrations/sapIllus-Spot-GroupingColumns.js +35 -0
  1119. package/dist/illustrations/sapIllus-Spot-KeyTask.js +120 -0
  1120. package/dist/illustrations/sapIllus-Spot-NewMail.js +34 -0
  1121. package/dist/illustrations/sapIllus-Spot-NoActivities.js +34 -0
  1122. package/dist/illustrations/sapIllus-Spot-NoChartData.js +42 -0
  1123. package/dist/illustrations/sapIllus-Spot-NoColumnsSet.js +29 -0
  1124. package/dist/illustrations/sapIllus-Spot-NoData.js +12 -0
  1125. package/dist/illustrations/sapIllus-Spot-NoDimensionsSet.js +43 -0
  1126. package/dist/illustrations/sapIllus-Spot-NoEntries.js +42 -0
  1127. package/dist/illustrations/sapIllus-Spot-NoFilterResults.js +16 -0
  1128. package/dist/illustrations/sapIllus-Spot-NoMail.js +15 -0
  1129. package/dist/illustrations/sapIllus-Spot-NoMail_v1.js +17 -0
  1130. package/dist/illustrations/sapIllus-Spot-NoNotifications.js +25 -0
  1131. package/dist/illustrations/sapIllus-Spot-NoSavedItems.js +51 -0
  1132. package/dist/illustrations/sapIllus-Spot-NoSavedItems_v1.js +34 -0
  1133. package/dist/illustrations/sapIllus-Spot-NoSearchResults.js +73 -0
  1134. package/dist/illustrations/sapIllus-Spot-NoTasks.js +32 -0
  1135. package/dist/illustrations/sapIllus-Spot-NoTasks_v1.js +23 -0
  1136. package/dist/illustrations/sapIllus-Spot-PageNotFound.js +10 -0
  1137. package/dist/illustrations/sapIllus-Spot-ReceiveAppreciation.js +20 -0
  1138. package/dist/illustrations/sapIllus-Spot-ReloadScreen.js +37 -0
  1139. package/dist/illustrations/sapIllus-Spot-ResizeColumn.js +50 -0
  1140. package/dist/illustrations/sapIllus-Spot-ResizingColumns.js +37 -0
  1141. package/dist/illustrations/sapIllus-Spot-SearchEarth.js +56 -0
  1142. package/dist/illustrations/sapIllus-Spot-SearchFolder.js +38 -0
  1143. package/dist/illustrations/sapIllus-Spot-SignOut.js +21 -0
  1144. package/dist/illustrations/sapIllus-Spot-SimpleBalloon.js +8 -0
  1145. package/dist/illustrations/sapIllus-Spot-SimpleBell.js +13 -0
  1146. package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +45 -0
  1147. package/dist/illustrations/sapIllus-Spot-SimpleCheckMark.js +6 -0
  1148. package/dist/illustrations/sapIllus-Spot-SimpleConnection.js +11 -0
  1149. package/dist/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +7 -0
  1150. package/dist/illustrations/sapIllus-Spot-SimpleEmptyList.js +7 -0
  1151. package/dist/illustrations/sapIllus-Spot-SimpleError.js +10 -0
  1152. package/dist/illustrations/sapIllus-Spot-SimpleMagnifier.js +9 -0
  1153. package/dist/illustrations/sapIllus-Spot-SimpleMail.js +13 -0
  1154. package/dist/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +24 -0
  1155. package/dist/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +11 -0
  1156. package/dist/illustrations/sapIllus-Spot-SimpleReload.js +8 -0
  1157. package/dist/illustrations/sapIllus-Spot-SimpleTask.js +23 -0
  1158. package/dist/illustrations/sapIllus-Spot-SleepingBell.js +39 -0
  1159. package/dist/illustrations/sapIllus-Spot-SortColumn.js +40 -0
  1160. package/dist/illustrations/sapIllus-Spot-SortingColumns.js +49 -0
  1161. package/dist/illustrations/sapIllus-Spot-SuccessBalloon.js +20 -0
  1162. package/dist/illustrations/sapIllus-Spot-SuccessCheckMark.js +8 -0
  1163. package/dist/illustrations/sapIllus-Spot-SuccessHighFive.js +25 -0
  1164. package/dist/illustrations/sapIllus-Spot-SuccessScreen.js +36 -0
  1165. package/dist/illustrations/sapIllus-Spot-Survey.js +33 -0
  1166. package/dist/illustrations/sapIllus-Spot-Tent.js +30 -0
  1167. package/dist/illustrations/sapIllus-Spot-UnableToLoad.js +119 -0
  1168. package/dist/illustrations/sapIllus-Spot-UnableToLoadImage.js +28 -0
  1169. package/dist/illustrations/sapIllus-Spot-UnableToUpload.js +28 -0
  1170. package/dist/illustrations/sapIllus-Spot-UploadCollection.js +34 -0
  1171. package/dist/illustrations/sapIllus-Spot-UploadToCloud.js +21 -0
  1172. package/dist/illustrations/sapIllus-Spot-UserHasSignedUp.js +34 -0
  1173. package/dist/illustrations/tnt/Avatar.d.ts +8 -0
  1174. package/dist/illustrations/tnt/Avatar.js +26 -0
  1175. package/dist/illustrations/tnt/Calculator.d.ts +8 -0
  1176. package/dist/illustrations/tnt/Calculator.js +26 -0
  1177. package/dist/illustrations/tnt/ChartArea.d.ts +8 -0
  1178. package/dist/illustrations/tnt/ChartArea.js +26 -0
  1179. package/dist/illustrations/tnt/ChartArea2.d.ts +8 -0
  1180. package/dist/illustrations/tnt/ChartArea2.js +26 -0
  1181. package/dist/illustrations/tnt/ChartBPMNFlow.d.ts +8 -0
  1182. package/dist/illustrations/tnt/ChartBPMNFlow.js +26 -0
  1183. package/dist/illustrations/tnt/ChartBar.d.ts +8 -0
  1184. package/dist/illustrations/tnt/ChartBar.js +26 -0
  1185. package/dist/illustrations/tnt/ChartBullet.d.ts +8 -0
  1186. package/dist/illustrations/tnt/ChartBullet.js +26 -0
  1187. package/dist/illustrations/tnt/ChartDoughnut.d.ts +8 -0
  1188. package/dist/illustrations/tnt/ChartDoughnut.js +26 -0
  1189. package/dist/illustrations/tnt/ChartFlow.d.ts +8 -0
  1190. package/dist/illustrations/tnt/ChartFlow.js +26 -0
  1191. package/dist/illustrations/tnt/ChartGantt.d.ts +8 -0
  1192. package/dist/illustrations/tnt/ChartGantt.js +26 -0
  1193. package/dist/illustrations/tnt/ChartOrg.d.ts +8 -0
  1194. package/dist/illustrations/tnt/ChartOrg.js +26 -0
  1195. package/dist/illustrations/tnt/ChartPie.d.ts +8 -0
  1196. package/dist/illustrations/tnt/ChartPie.js +26 -0
  1197. package/dist/illustrations/tnt/CodePlaceholder.d.ts +8 -0
  1198. package/dist/illustrations/tnt/CodePlaceholder.js +26 -0
  1199. package/dist/illustrations/tnt/Company.d.ts +8 -0
  1200. package/dist/illustrations/tnt/Company.js +26 -0
  1201. package/dist/illustrations/tnt/Compass.d.ts +8 -0
  1202. package/dist/illustrations/tnt/Compass.js +26 -0
  1203. package/dist/illustrations/tnt/Components.d.ts +8 -0
  1204. package/dist/illustrations/tnt/Components.js +26 -0
  1205. package/dist/illustrations/tnt/Dialog.d.ts +8 -0
  1206. package/dist/illustrations/tnt/Dialog.js +26 -0
  1207. package/dist/illustrations/tnt/EmptyContentPane.d.ts +8 -0
  1208. package/dist/illustrations/tnt/EmptyContentPane.js +26 -0
  1209. package/dist/illustrations/tnt/ExternalLink.d.ts +8 -0
  1210. package/dist/illustrations/tnt/ExternalLink.js +26 -0
  1211. package/dist/illustrations/tnt/FaceID.d.ts +8 -0
  1212. package/dist/illustrations/tnt/FaceID.js +26 -0
  1213. package/dist/illustrations/tnt/Fingerprint.d.ts +8 -0
  1214. package/dist/illustrations/tnt/Fingerprint.js +26 -0
  1215. package/dist/illustrations/tnt/Handshake.d.ts +8 -0
  1216. package/dist/illustrations/tnt/Handshake.js +26 -0
  1217. package/dist/illustrations/tnt/Help.d.ts +8 -0
  1218. package/dist/illustrations/tnt/Help.js +26 -0
  1219. package/dist/illustrations/tnt/Lock.d.ts +8 -0
  1220. package/dist/illustrations/tnt/Lock.js +26 -0
  1221. package/dist/illustrations/tnt/Mission.d.ts +8 -0
  1222. package/dist/illustrations/tnt/Mission.js +26 -0
  1223. package/dist/illustrations/tnt/MissionFailed.d.ts +8 -0
  1224. package/dist/illustrations/tnt/MissionFailed.js +26 -0
  1225. package/dist/illustrations/tnt/NoApplications.d.ts +8 -0
  1226. package/dist/illustrations/tnt/NoApplications.js +26 -0
  1227. package/dist/illustrations/tnt/NoFlows.d.ts +8 -0
  1228. package/dist/illustrations/tnt/NoFlows.js +26 -0
  1229. package/dist/illustrations/tnt/NoUsers.d.ts +8 -0
  1230. package/dist/illustrations/tnt/NoUsers.js +26 -0
  1231. package/dist/illustrations/tnt/Radar.d.ts +8 -0
  1232. package/dist/illustrations/tnt/Radar.js +26 -0
  1233. package/dist/illustrations/tnt/RoadMap.d.ts +8 -0
  1234. package/dist/illustrations/tnt/RoadMap.js +26 -0
  1235. package/dist/illustrations/tnt/Secrets.d.ts +8 -0
  1236. package/dist/illustrations/tnt/Secrets.js +26 -0
  1237. package/dist/illustrations/tnt/Services.d.ts +8 -0
  1238. package/dist/illustrations/tnt/Services.js +26 -0
  1239. package/dist/illustrations/tnt/SessionExpired.d.ts +8 -0
  1240. package/dist/illustrations/tnt/SessionExpired.js +26 -0
  1241. package/dist/illustrations/tnt/SessionExpiring.d.ts +8 -0
  1242. package/dist/illustrations/tnt/SessionExpiring.js +26 -0
  1243. package/dist/illustrations/tnt/Settings.d.ts +8 -0
  1244. package/dist/illustrations/tnt/Settings.js +26 -0
  1245. package/dist/illustrations/tnt/Success.d.ts +8 -0
  1246. package/dist/illustrations/tnt/Success.js +26 -0
  1247. package/dist/illustrations/tnt/SuccessfulAuth.d.ts +8 -0
  1248. package/dist/illustrations/tnt/SuccessfulAuth.js +26 -0
  1249. package/dist/illustrations/tnt/Systems.d.ts +8 -0
  1250. package/dist/illustrations/tnt/Systems.js +26 -0
  1251. package/dist/illustrations/tnt/Teams.d.ts +8 -0
  1252. package/dist/illustrations/tnt/Teams.js +26 -0
  1253. package/dist/illustrations/tnt/Tools.d.ts +8 -0
  1254. package/dist/illustrations/tnt/Tools.js +26 -0
  1255. package/dist/illustrations/tnt/Tutorials.d.ts +8 -0
  1256. package/dist/illustrations/tnt/Tutorials.js +26 -0
  1257. package/dist/illustrations/tnt/UnableToLoad.d.ts +8 -0
  1258. package/dist/illustrations/tnt/UnableToLoad.js +26 -0
  1259. package/dist/illustrations/tnt/Unlock.d.ts +8 -0
  1260. package/dist/illustrations/tnt/Unlock.js +26 -0
  1261. package/dist/illustrations/tnt/UnsuccessfulAuth.d.ts +8 -0
  1262. package/dist/illustrations/tnt/UnsuccessfulAuth.js +26 -0
  1263. package/dist/illustrations/tnt/User2.d.ts +8 -0
  1264. package/dist/illustrations/tnt/User2.js +26 -0
  1265. package/dist/illustrations/tnt/tnt-Dialog-Avatar.js +125 -0
  1266. package/dist/illustrations/tnt/tnt-Dialog-Calculator.js +81 -0
  1267. package/dist/illustrations/tnt/tnt-Dialog-ChartArea.js +14 -0
  1268. package/dist/illustrations/tnt/tnt-Dialog-ChartArea2.js +12 -0
  1269. package/dist/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.js +13 -0
  1270. package/dist/illustrations/tnt/tnt-Dialog-ChartBar.js +12 -0
  1271. package/dist/illustrations/tnt/tnt-Dialog-ChartBullet.js +14 -0
  1272. package/dist/illustrations/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
  1273. package/dist/illustrations/tnt/tnt-Dialog-ChartFlow.js +13 -0
  1274. package/dist/illustrations/tnt/tnt-Dialog-ChartGantt.js +17 -0
  1275. package/dist/illustrations/tnt/tnt-Dialog-ChartOrg.js +15 -0
  1276. package/dist/illustrations/tnt/tnt-Dialog-ChartPie.js +12 -0
  1277. package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +6 -0
  1278. package/dist/illustrations/tnt/tnt-Dialog-Company.js +13 -0
  1279. package/dist/illustrations/tnt/tnt-Dialog-Compass.js +35 -0
  1280. package/dist/illustrations/tnt/tnt-Dialog-Components.js +9 -0
  1281. package/dist/illustrations/tnt/tnt-Dialog-Dialog.js +33 -0
  1282. package/dist/illustrations/tnt/tnt-Dialog-EmptyContentPane.js +19 -0
  1283. package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +11 -0
  1284. package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +17 -0
  1285. package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +16 -0
  1286. package/dist/illustrations/tnt/tnt-Dialog-Handshake.js +33 -0
  1287. package/dist/illustrations/tnt/tnt-Dialog-Help.js +28 -0
  1288. package/dist/illustrations/tnt/tnt-Dialog-Lock.js +12 -0
  1289. package/dist/illustrations/tnt/tnt-Dialog-Mission.js +18 -0
  1290. package/dist/illustrations/tnt/tnt-Dialog-MissionFailed.js +42 -0
  1291. package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +15 -0
  1292. package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +11 -0
  1293. package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +15 -0
  1294. package/dist/illustrations/tnt/tnt-Dialog-Radar.js +15 -0
  1295. package/dist/illustrations/tnt/tnt-Dialog-RoadMap.js +42 -0
  1296. package/dist/illustrations/tnt/tnt-Dialog-Secrets.js +12 -0
  1297. package/dist/illustrations/tnt/tnt-Dialog-Services.js +16 -0
  1298. package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +11 -0
  1299. package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +10 -0
  1300. package/dist/illustrations/tnt/tnt-Dialog-Settings.js +38 -0
  1301. package/dist/illustrations/tnt/tnt-Dialog-Success.js +10 -0
  1302. package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +10 -0
  1303. package/dist/illustrations/tnt/tnt-Dialog-Systems.js +12 -0
  1304. package/dist/illustrations/tnt/tnt-Dialog-Teams.js +17 -0
  1305. package/dist/illustrations/tnt/tnt-Dialog-Tools.js +12 -0
  1306. package/dist/illustrations/tnt/tnt-Dialog-Tutorials.js +79 -0
  1307. package/dist/illustrations/tnt/tnt-Dialog-UnableToLoad.js +10 -0
  1308. package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +12 -0
  1309. package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +11 -0
  1310. package/dist/illustrations/tnt/tnt-Dialog-User2.js +13 -0
  1311. package/dist/illustrations/tnt/tnt-Dot-Avatar.js +13 -0
  1312. package/dist/illustrations/tnt/tnt-Dot-Calculator.js +12 -0
  1313. package/dist/illustrations/tnt/tnt-Dot-Compass.js +10 -0
  1314. package/dist/illustrations/tnt/tnt-Dot-Dialog.js +20 -0
  1315. package/dist/illustrations/tnt/tnt-Dot-EmptyContentPane.js +16 -0
  1316. package/dist/illustrations/tnt/tnt-Dot-Handshake.js +19 -0
  1317. package/dist/illustrations/tnt/tnt-Dot-Help.js +9 -0
  1318. package/dist/illustrations/tnt/tnt-Dot-MissionFailed.js +10 -0
  1319. package/dist/illustrations/tnt/tnt-Dot-RoadMap.js +6 -0
  1320. package/dist/illustrations/tnt/tnt-Dot-Settings.js +7 -0
  1321. package/dist/illustrations/tnt/tnt-Dot-Tutorials.js +8 -0
  1322. package/dist/illustrations/tnt/tnt-Scene-Avatar.js +131 -0
  1323. package/dist/illustrations/tnt/tnt-Scene-Calculator.js +84 -0
  1324. package/dist/illustrations/tnt/tnt-Scene-ChartArea.js +22 -0
  1325. package/dist/illustrations/tnt/tnt-Scene-ChartArea2.js +19 -0
  1326. package/dist/illustrations/tnt/tnt-Scene-ChartBPMNFlow.js +21 -0
  1327. package/dist/illustrations/tnt/tnt-Scene-ChartBar.js +19 -0
  1328. package/dist/illustrations/tnt/tnt-Scene-ChartBullet.js +20 -0
  1329. package/dist/illustrations/tnt/tnt-Scene-ChartDoughnut.js +19 -0
  1330. package/dist/illustrations/tnt/tnt-Scene-ChartFlow.js +20 -0
  1331. package/dist/illustrations/tnt/tnt-Scene-ChartGantt.js +26 -0
  1332. package/dist/illustrations/tnt/tnt-Scene-ChartOrg.js +27 -0
  1333. package/dist/illustrations/tnt/tnt-Scene-ChartPie.js +18 -0
  1334. package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +9 -0
  1335. package/dist/illustrations/tnt/tnt-Scene-Company.js +30 -0
  1336. package/dist/illustrations/tnt/tnt-Scene-Compass.js +35 -0
  1337. package/dist/illustrations/tnt/tnt-Scene-Components.js +16 -0
  1338. package/dist/illustrations/tnt/tnt-Scene-Dialog.js +36 -0
  1339. package/dist/illustrations/tnt/tnt-Scene-EmptyContentPane.js +16 -0
  1340. package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +14 -0
  1341. package/dist/illustrations/tnt/tnt-Scene-FaceID.js +21 -0
  1342. package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +35 -0
  1343. package/dist/illustrations/tnt/tnt-Scene-Handshake.js +33 -0
  1344. package/dist/illustrations/tnt/tnt-Scene-Help.js +30 -0
  1345. package/dist/illustrations/tnt/tnt-Scene-Lock.js +22 -0
  1346. package/dist/illustrations/tnt/tnt-Scene-Mission.js +19 -0
  1347. package/dist/illustrations/tnt/tnt-Scene-MissionFailed.js +50 -0
  1348. package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +18 -0
  1349. package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +20 -0
  1350. package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +16 -0
  1351. package/dist/illustrations/tnt/tnt-Scene-Radar.js +20 -0
  1352. package/dist/illustrations/tnt/tnt-Scene-RoadMap.js +46 -0
  1353. package/dist/illustrations/tnt/tnt-Scene-Secrets.js +15 -0
  1354. package/dist/illustrations/tnt/tnt-Scene-Services.js +17 -0
  1355. package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +18 -0
  1356. package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +17 -0
  1357. package/dist/illustrations/tnt/tnt-Scene-Settings.js +39 -0
  1358. package/dist/illustrations/tnt/tnt-Scene-Success.js +18 -0
  1359. package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +20 -0
  1360. package/dist/illustrations/tnt/tnt-Scene-Systems.js +13 -0
  1361. package/dist/illustrations/tnt/tnt-Scene-Teams.js +20 -0
  1362. package/dist/illustrations/tnt/tnt-Scene-Tools.js +19 -0
  1363. package/dist/illustrations/tnt/tnt-Scene-Tutorials.js +85 -0
  1364. package/dist/illustrations/tnt/tnt-Scene-UnableToLoad.js +21 -0
  1365. package/dist/illustrations/tnt/tnt-Scene-Unlock.js +15 -0
  1366. package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +22 -0
  1367. package/dist/illustrations/tnt/tnt-Scene-User2.js +22 -0
  1368. package/dist/illustrations/tnt/tnt-Spot-Avatar.js +106 -0
  1369. package/dist/illustrations/tnt/tnt-Spot-Calculator.js +131 -0
  1370. package/dist/illustrations/tnt/tnt-Spot-ChartArea.js +13 -0
  1371. package/dist/illustrations/tnt/tnt-Spot-ChartArea2.js +7 -0
  1372. package/dist/illustrations/tnt/tnt-Spot-ChartBPMNFlow.js +9 -0
  1373. package/dist/illustrations/tnt/tnt-Spot-ChartBar.js +8 -0
  1374. package/dist/illustrations/tnt/tnt-Spot-ChartBullet.js +10 -0
  1375. package/dist/illustrations/tnt/tnt-Spot-ChartDoughnut.js +9 -0
  1376. package/dist/illustrations/tnt/tnt-Spot-ChartFlow.js +8 -0
  1377. package/dist/illustrations/tnt/tnt-Spot-ChartGantt.js +12 -0
  1378. package/dist/illustrations/tnt/tnt-Spot-ChartOrg.js +6 -0
  1379. package/dist/illustrations/tnt/tnt-Spot-ChartPie.js +8 -0
  1380. package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +6 -0
  1381. package/dist/illustrations/tnt/tnt-Spot-Company.js +13 -0
  1382. package/dist/illustrations/tnt/tnt-Spot-Compass.js +35 -0
  1383. package/dist/illustrations/tnt/tnt-Spot-Components.js +5 -0
  1384. package/dist/illustrations/tnt/tnt-Spot-Dialog.js +33 -0
  1385. package/dist/illustrations/tnt/tnt-Spot-EmptyContentPane.js +17 -0
  1386. package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +9 -0
  1387. package/dist/illustrations/tnt/tnt-Spot-FaceID.js +16 -0
  1388. package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +10 -0
  1389. package/dist/illustrations/tnt/tnt-Spot-Handshake.js +65 -0
  1390. package/dist/illustrations/tnt/tnt-Spot-Help.js +24 -0
  1391. package/dist/illustrations/tnt/tnt-Spot-Lock.js +13 -0
  1392. package/dist/illustrations/tnt/tnt-Spot-Mission.js +17 -0
  1393. package/dist/illustrations/tnt/tnt-Spot-MissionFailed.js +114 -0
  1394. package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +11 -0
  1395. package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +8 -0
  1396. package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +11 -0
  1397. package/dist/illustrations/tnt/tnt-Spot-Radar.js +14 -0
  1398. package/dist/illustrations/tnt/tnt-Spot-RoadMap.js +166 -0
  1399. package/dist/illustrations/tnt/tnt-Spot-Secrets.js +9 -0
  1400. package/dist/illustrations/tnt/tnt-Spot-Services.js +14 -0
  1401. package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +9 -0
  1402. package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +9 -0
  1403. package/dist/illustrations/tnt/tnt-Spot-Settings.js +37 -0
  1404. package/dist/illustrations/tnt/tnt-Spot-Success.js +9 -0
  1405. package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +9 -0
  1406. package/dist/illustrations/tnt/tnt-Spot-Systems.js +10 -0
  1407. package/dist/illustrations/tnt/tnt-Spot-Teams.js +13 -0
  1408. package/dist/illustrations/tnt/tnt-Spot-Tools.js +7 -0
  1409. package/dist/illustrations/tnt/tnt-Spot-Tutorials.js +92 -0
  1410. package/dist/illustrations/tnt/tnt-Spot-UnableToLoad.js +9 -0
  1411. package/dist/illustrations/tnt/tnt-Spot-Unlock.js +11 -0
  1412. package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +10 -0
  1413. package/dist/illustrations/tnt/tnt-Spot-User2.js +10 -0
  1414. package/dist/illustrations-v5/tnt/Avatar.d.ts +8 -0
  1415. package/dist/illustrations-v5/tnt/Avatar.js +26 -0
  1416. package/dist/illustrations-v5/tnt/Calculator.d.ts +8 -0
  1417. package/dist/illustrations-v5/tnt/Calculator.js +26 -0
  1418. package/dist/illustrations-v5/tnt/ChartArea.d.ts +8 -0
  1419. package/dist/illustrations-v5/tnt/ChartArea.js +26 -0
  1420. package/dist/illustrations-v5/tnt/ChartArea2.d.ts +8 -0
  1421. package/dist/illustrations-v5/tnt/ChartArea2.js +26 -0
  1422. package/dist/illustrations-v5/tnt/ChartBPMNFlow.d.ts +8 -0
  1423. package/dist/illustrations-v5/tnt/ChartBPMNFlow.js +26 -0
  1424. package/dist/illustrations-v5/tnt/ChartBar.d.ts +8 -0
  1425. package/dist/illustrations-v5/tnt/ChartBar.js +26 -0
  1426. package/dist/illustrations-v5/tnt/ChartBullet.d.ts +8 -0
  1427. package/dist/illustrations-v5/tnt/ChartBullet.js +26 -0
  1428. package/dist/illustrations-v5/tnt/ChartDoughnut.d.ts +8 -0
  1429. package/dist/illustrations-v5/tnt/ChartDoughnut.js +26 -0
  1430. package/dist/illustrations-v5/tnt/ChartFlow.d.ts +8 -0
  1431. package/dist/illustrations-v5/tnt/ChartFlow.js +26 -0
  1432. package/dist/illustrations-v5/tnt/ChartGantt.d.ts +8 -0
  1433. package/dist/illustrations-v5/tnt/ChartGantt.js +26 -0
  1434. package/dist/illustrations-v5/tnt/ChartOrg.d.ts +8 -0
  1435. package/dist/illustrations-v5/tnt/ChartOrg.js +26 -0
  1436. package/dist/illustrations-v5/tnt/ChartPie.d.ts +8 -0
  1437. package/dist/illustrations-v5/tnt/ChartPie.js +26 -0
  1438. package/dist/illustrations-v5/tnt/CodePlaceholder.d.ts +8 -0
  1439. package/dist/illustrations-v5/tnt/CodePlaceholder.js +26 -0
  1440. package/dist/illustrations-v5/tnt/Company.d.ts +8 -0
  1441. package/dist/illustrations-v5/tnt/Company.js +26 -0
  1442. package/dist/illustrations-v5/tnt/Compass.d.ts +8 -0
  1443. package/dist/illustrations-v5/tnt/Compass.js +26 -0
  1444. package/dist/illustrations-v5/tnt/Components.d.ts +8 -0
  1445. package/dist/illustrations-v5/tnt/Components.js +26 -0
  1446. package/dist/illustrations-v5/tnt/Dialog.d.ts +8 -0
  1447. package/dist/illustrations-v5/tnt/Dialog.js +26 -0
  1448. package/dist/illustrations-v5/tnt/ExternalLink.d.ts +8 -0
  1449. package/dist/illustrations-v5/tnt/ExternalLink.js +26 -0
  1450. package/dist/illustrations-v5/tnt/FaceID.d.ts +8 -0
  1451. package/dist/illustrations-v5/tnt/FaceID.js +26 -0
  1452. package/dist/illustrations-v5/tnt/Fingerprint.d.ts +8 -0
  1453. package/dist/illustrations-v5/tnt/Fingerprint.js +26 -0
  1454. package/dist/illustrations-v5/tnt/Handshake.d.ts +8 -0
  1455. package/dist/illustrations-v5/tnt/Handshake.js +26 -0
  1456. package/dist/illustrations-v5/tnt/Help.d.ts +8 -0
  1457. package/dist/illustrations-v5/tnt/Help.js +26 -0
  1458. package/dist/illustrations-v5/tnt/Lock.d.ts +8 -0
  1459. package/dist/illustrations-v5/tnt/Lock.js +26 -0
  1460. package/dist/illustrations-v5/tnt/Mission.d.ts +8 -0
  1461. package/dist/illustrations-v5/tnt/Mission.js +26 -0
  1462. package/dist/illustrations-v5/tnt/MissionFailed.d.ts +8 -0
  1463. package/dist/illustrations-v5/tnt/MissionFailed.js +26 -0
  1464. package/dist/illustrations-v5/tnt/NoApplications.d.ts +8 -0
  1465. package/dist/illustrations-v5/tnt/NoApplications.js +26 -0
  1466. package/dist/illustrations-v5/tnt/NoFlows.d.ts +8 -0
  1467. package/dist/illustrations-v5/tnt/NoFlows.js +26 -0
  1468. package/dist/illustrations-v5/tnt/NoUsers.d.ts +8 -0
  1469. package/dist/illustrations-v5/tnt/NoUsers.js +26 -0
  1470. package/dist/illustrations-v5/tnt/Radar.d.ts +8 -0
  1471. package/dist/illustrations-v5/tnt/Radar.js +26 -0
  1472. package/dist/illustrations-v5/tnt/RoadMap.d.ts +8 -0
  1473. package/dist/illustrations-v5/tnt/RoadMap.js +26 -0
  1474. package/dist/illustrations-v5/tnt/Secrets.d.ts +8 -0
  1475. package/dist/illustrations-v5/tnt/Secrets.js +26 -0
  1476. package/dist/illustrations-v5/tnt/Services.d.ts +8 -0
  1477. package/dist/illustrations-v5/tnt/Services.js +26 -0
  1478. package/dist/illustrations-v5/tnt/SessionExpired.d.ts +8 -0
  1479. package/dist/illustrations-v5/tnt/SessionExpired.js +26 -0
  1480. package/dist/illustrations-v5/tnt/SessionExpiring.d.ts +8 -0
  1481. package/dist/illustrations-v5/tnt/SessionExpiring.js +26 -0
  1482. package/dist/illustrations-v5/tnt/Settings.d.ts +8 -0
  1483. package/dist/illustrations-v5/tnt/Settings.js +26 -0
  1484. package/dist/illustrations-v5/tnt/Success.d.ts +8 -0
  1485. package/dist/illustrations-v5/tnt/Success.js +26 -0
  1486. package/dist/illustrations-v5/tnt/SuccessfulAuth.d.ts +8 -0
  1487. package/dist/illustrations-v5/tnt/SuccessfulAuth.js +26 -0
  1488. package/dist/illustrations-v5/tnt/Systems.d.ts +8 -0
  1489. package/dist/illustrations-v5/tnt/Systems.js +26 -0
  1490. package/dist/illustrations-v5/tnt/Teams.d.ts +8 -0
  1491. package/dist/illustrations-v5/tnt/Teams.js +26 -0
  1492. package/dist/illustrations-v5/tnt/Tools.d.ts +8 -0
  1493. package/dist/illustrations-v5/tnt/Tools.js +26 -0
  1494. package/dist/illustrations-v5/tnt/Tutorials.d.ts +8 -0
  1495. package/dist/illustrations-v5/tnt/Tutorials.js +26 -0
  1496. package/dist/illustrations-v5/tnt/Unlock.d.ts +8 -0
  1497. package/dist/illustrations-v5/tnt/Unlock.js +26 -0
  1498. package/dist/illustrations-v5/tnt/UnsuccessfulAuth.d.ts +8 -0
  1499. package/dist/illustrations-v5/tnt/UnsuccessfulAuth.js +26 -0
  1500. package/dist/illustrations-v5/tnt/hc/Avatar.d.ts +8 -0
  1501. package/dist/illustrations-v5/tnt/hc/Avatar.js +26 -0
  1502. package/dist/illustrations-v5/tnt/hc/Calculator.d.ts +8 -0
  1503. package/dist/illustrations-v5/tnt/hc/Calculator.js +26 -0
  1504. package/dist/illustrations-v5/tnt/hc/ChartArea.d.ts +8 -0
  1505. package/dist/illustrations-v5/tnt/hc/ChartArea.js +26 -0
  1506. package/dist/illustrations-v5/tnt/hc/ChartArea2.d.ts +8 -0
  1507. package/dist/illustrations-v5/tnt/hc/ChartArea2.js +26 -0
  1508. package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.d.ts +8 -0
  1509. package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.js +26 -0
  1510. package/dist/illustrations-v5/tnt/hc/ChartBar.d.ts +8 -0
  1511. package/dist/illustrations-v5/tnt/hc/ChartBar.js +26 -0
  1512. package/dist/illustrations-v5/tnt/hc/ChartBullet.d.ts +8 -0
  1513. package/dist/illustrations-v5/tnt/hc/ChartBullet.js +26 -0
  1514. package/dist/illustrations-v5/tnt/hc/ChartDoughnut.d.ts +8 -0
  1515. package/dist/illustrations-v5/tnt/hc/ChartDoughnut.js +26 -0
  1516. package/dist/illustrations-v5/tnt/hc/ChartFlow.d.ts +8 -0
  1517. package/dist/illustrations-v5/tnt/hc/ChartFlow.js +26 -0
  1518. package/dist/illustrations-v5/tnt/hc/ChartGantt.d.ts +8 -0
  1519. package/dist/illustrations-v5/tnt/hc/ChartGantt.js +26 -0
  1520. package/dist/illustrations-v5/tnt/hc/ChartOrg.d.ts +8 -0
  1521. package/dist/illustrations-v5/tnt/hc/ChartOrg.js +26 -0
  1522. package/dist/illustrations-v5/tnt/hc/ChartPie.d.ts +8 -0
  1523. package/dist/illustrations-v5/tnt/hc/ChartPie.js +26 -0
  1524. package/dist/illustrations-v5/tnt/hc/CodePlaceholder.d.ts +8 -0
  1525. package/dist/illustrations-v5/tnt/hc/CodePlaceholder.js +26 -0
  1526. package/dist/illustrations-v5/tnt/hc/Company.d.ts +8 -0
  1527. package/dist/illustrations-v5/tnt/hc/Company.js +26 -0
  1528. package/dist/illustrations-v5/tnt/hc/Compass.d.ts +8 -0
  1529. package/dist/illustrations-v5/tnt/hc/Compass.js +26 -0
  1530. package/dist/illustrations-v5/tnt/hc/Components.d.ts +8 -0
  1531. package/dist/illustrations-v5/tnt/hc/Components.js +26 -0
  1532. package/dist/illustrations-v5/tnt/hc/Dialog.d.ts +8 -0
  1533. package/dist/illustrations-v5/tnt/hc/Dialog.js +26 -0
  1534. package/dist/illustrations-v5/tnt/hc/EmptyContentPane.d.ts +8 -0
  1535. package/dist/illustrations-v5/tnt/hc/EmptyContentPane.js +26 -0
  1536. package/dist/illustrations-v5/tnt/hc/ExternalLink.d.ts +8 -0
  1537. package/dist/illustrations-v5/tnt/hc/ExternalLink.js +26 -0
  1538. package/dist/illustrations-v5/tnt/hc/FaceID.d.ts +8 -0
  1539. package/dist/illustrations-v5/tnt/hc/FaceID.js +26 -0
  1540. package/dist/illustrations-v5/tnt/hc/Fingerprint.d.ts +8 -0
  1541. package/dist/illustrations-v5/tnt/hc/Fingerprint.js +26 -0
  1542. package/dist/illustrations-v5/tnt/hc/Handshake.d.ts +8 -0
  1543. package/dist/illustrations-v5/tnt/hc/Handshake.js +26 -0
  1544. package/dist/illustrations-v5/tnt/hc/Help.d.ts +8 -0
  1545. package/dist/illustrations-v5/tnt/hc/Help.js +26 -0
  1546. package/dist/illustrations-v5/tnt/hc/Lock.d.ts +8 -0
  1547. package/dist/illustrations-v5/tnt/hc/Lock.js +26 -0
  1548. package/dist/illustrations-v5/tnt/hc/Mission.d.ts +8 -0
  1549. package/dist/illustrations-v5/tnt/hc/Mission.js +26 -0
  1550. package/dist/illustrations-v5/tnt/hc/MissionFailed.d.ts +8 -0
  1551. package/dist/illustrations-v5/tnt/hc/MissionFailed.js +26 -0
  1552. package/dist/illustrations-v5/tnt/hc/NoApplications.d.ts +8 -0
  1553. package/dist/illustrations-v5/tnt/hc/NoApplications.js +26 -0
  1554. package/dist/illustrations-v5/tnt/hc/NoFlows.d.ts +8 -0
  1555. package/dist/illustrations-v5/tnt/hc/NoFlows.js +26 -0
  1556. package/dist/illustrations-v5/tnt/hc/NoUsers.d.ts +8 -0
  1557. package/dist/illustrations-v5/tnt/hc/NoUsers.js +26 -0
  1558. package/dist/illustrations-v5/tnt/hc/Radar.d.ts +8 -0
  1559. package/dist/illustrations-v5/tnt/hc/Radar.js +26 -0
  1560. package/dist/illustrations-v5/tnt/hc/RoadMap.d.ts +8 -0
  1561. package/dist/illustrations-v5/tnt/hc/RoadMap.js +26 -0
  1562. package/dist/illustrations-v5/tnt/hc/Secrets.d.ts +8 -0
  1563. package/dist/illustrations-v5/tnt/hc/Secrets.js +26 -0
  1564. package/dist/illustrations-v5/tnt/hc/Services.d.ts +8 -0
  1565. package/dist/illustrations-v5/tnt/hc/Services.js +26 -0
  1566. package/dist/illustrations-v5/tnt/hc/SessionExpired.d.ts +8 -0
  1567. package/dist/illustrations-v5/tnt/hc/SessionExpired.js +26 -0
  1568. package/dist/illustrations-v5/tnt/hc/SessionExpiring.d.ts +8 -0
  1569. package/dist/illustrations-v5/tnt/hc/SessionExpiring.js +26 -0
  1570. package/dist/illustrations-v5/tnt/hc/Settings.d.ts +8 -0
  1571. package/dist/illustrations-v5/tnt/hc/Settings.js +26 -0
  1572. package/dist/illustrations-v5/tnt/hc/Success.d.ts +8 -0
  1573. package/dist/illustrations-v5/tnt/hc/Success.js +26 -0
  1574. package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.d.ts +8 -0
  1575. package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.js +26 -0
  1576. package/dist/illustrations-v5/tnt/hc/Systems.d.ts +8 -0
  1577. package/dist/illustrations-v5/tnt/hc/Systems.js +26 -0
  1578. package/dist/illustrations-v5/tnt/hc/Teams.d.ts +8 -0
  1579. package/dist/illustrations-v5/tnt/hc/Teams.js +26 -0
  1580. package/dist/illustrations-v5/tnt/hc/Tools.d.ts +8 -0
  1581. package/dist/illustrations-v5/tnt/hc/Tools.js +26 -0
  1582. package/dist/illustrations-v5/tnt/hc/Tutorials.d.ts +8 -0
  1583. package/dist/illustrations-v5/tnt/hc/Tutorials.js +26 -0
  1584. package/dist/illustrations-v5/tnt/hc/Unlock.d.ts +8 -0
  1585. package/dist/illustrations-v5/tnt/hc/Unlock.js +26 -0
  1586. package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.d.ts +8 -0
  1587. package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.js +26 -0
  1588. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.js +16 -0
  1589. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.js +24 -0
  1590. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +15 -0
  1591. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +14 -0
  1592. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +22 -0
  1593. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +14 -0
  1594. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +19 -0
  1595. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +18 -0
  1596. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +19 -0
  1597. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +19 -0
  1598. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +30 -0
  1599. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +20 -0
  1600. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +10 -0
  1601. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +23 -0
  1602. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Compass.js +17 -0
  1603. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +22 -0
  1604. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.js +23 -0
  1605. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +23 -0
  1606. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +18 -0
  1607. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +17 -0
  1608. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +13 -0
  1609. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.js +22 -0
  1610. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Help.js +12 -0
  1611. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +22 -0
  1612. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +15 -0
  1613. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.js +12 -0
  1614. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +19 -0
  1615. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +22 -0
  1616. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +19 -0
  1617. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +14 -0
  1618. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.js +92 -0
  1619. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +13 -0
  1620. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +16 -0
  1621. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +14 -0
  1622. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +12 -0
  1623. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Settings.js +9 -0
  1624. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +20 -0
  1625. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +27 -0
  1626. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +25 -0
  1627. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +27 -0
  1628. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +22 -0
  1629. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.js +18 -0
  1630. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +18 -0
  1631. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.js +27 -0
  1632. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Avatar.js +13 -0
  1633. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Calculator.js +13 -0
  1634. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +8 -0
  1635. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +7 -0
  1636. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +14 -0
  1637. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +7 -0
  1638. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +10 -0
  1639. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +8 -0
  1640. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +12 -0
  1641. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +11 -0
  1642. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +14 -0
  1643. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +9 -0
  1644. package/dist/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +6 -0
  1645. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Company.js +11 -0
  1646. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Compass.js +10 -0
  1647. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Components.js +11 -0
  1648. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Dialog.js +23 -0
  1649. package/dist/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +11 -0
  1650. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +10 -0
  1651. package/dist/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +19 -0
  1652. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +8 -0
  1653. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Handshake.js +19 -0
  1654. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Help.js +9 -0
  1655. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +13 -0
  1656. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +10 -0
  1657. package/dist/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.js +10 -0
  1658. package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +15 -0
  1659. package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +41 -0
  1660. package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +12 -0
  1661. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +12 -0
  1662. package/dist/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.js +8 -0
  1663. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +6 -0
  1664. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Services.js +11 -0
  1665. package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +8 -0
  1666. package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +9 -0
  1667. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Settings.js +7 -0
  1668. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Success.js +8 -0
  1669. package/dist/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +12 -0
  1670. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +15 -0
  1671. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +16 -0
  1672. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +18 -0
  1673. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.js +8 -0
  1674. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +20 -0
  1675. package/dist/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.js +12 -0
  1676. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Avatar.js +23 -0
  1677. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Calculator.js +32 -0
  1678. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +21 -0
  1679. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +20 -0
  1680. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +28 -0
  1681. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +20 -0
  1682. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +25 -0
  1683. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +24 -0
  1684. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +25 -0
  1685. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +25 -0
  1686. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +36 -0
  1687. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +25 -0
  1688. package/dist/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +14 -0
  1689. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Company.js +30 -0
  1690. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Compass.js +24 -0
  1691. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Components.js +26 -0
  1692. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Dialog.js +17 -0
  1693. package/dist/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +27 -0
  1694. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +22 -0
  1695. package/dist/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +28 -0
  1696. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +17 -0
  1697. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Handshake.js +26 -0
  1698. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Help.js +21 -0
  1699. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +26 -0
  1700. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +21 -0
  1701. package/dist/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.js +18 -0
  1702. package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +23 -0
  1703. package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +26 -0
  1704. package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +23 -0
  1705. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +19 -0
  1706. package/dist/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.js +30 -0
  1707. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +21 -0
  1708. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Services.js +20 -0
  1709. package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +18 -0
  1710. package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +16 -0
  1711. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Settings.js +13 -0
  1712. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Success.js +27 -0
  1713. package/dist/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +34 -0
  1714. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +31 -0
  1715. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +31 -0
  1716. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +26 -0
  1717. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.js +27 -0
  1718. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +22 -0
  1719. package/dist/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.js +34 -0
  1720. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Avatar.js +17 -0
  1721. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Calculator.js +24 -0
  1722. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +15 -0
  1723. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +14 -0
  1724. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +21 -0
  1725. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +14 -0
  1726. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +19 -0
  1727. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +18 -0
  1728. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +19 -0
  1729. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +19 -0
  1730. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +30 -0
  1731. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +19 -0
  1732. package/dist/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +10 -0
  1733. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Company.js +23 -0
  1734. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Compass.js +17 -0
  1735. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Components.js +20 -0
  1736. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Dialog.js +23 -0
  1737. package/dist/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +23 -0
  1738. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +18 -0
  1739. package/dist/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +17 -0
  1740. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +9 -0
  1741. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Handshake.js +27 -0
  1742. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Help.js +12 -0
  1743. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +22 -0
  1744. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +11 -0
  1745. package/dist/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.js +11 -0
  1746. package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +19 -0
  1747. package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +22 -0
  1748. package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +19 -0
  1749. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +12 -0
  1750. package/dist/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.js +78 -0
  1751. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +13 -0
  1752. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Services.js +16 -0
  1753. package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +14 -0
  1754. package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +12 -0
  1755. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Settings.js +9 -0
  1756. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Success.js +13 -0
  1757. package/dist/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +27 -0
  1758. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +25 -0
  1759. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +27 -0
  1760. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +22 -0
  1761. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.js +18 -0
  1762. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +18 -0
  1763. package/dist/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.js +27 -0
  1764. package/dist/illustrations-v5/tnt/tnt-Dialog-Avatar.js +49 -0
  1765. package/dist/illustrations-v5/tnt/tnt-Dialog-Calculator.js +27 -0
  1766. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +11 -0
  1767. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +12 -0
  1768. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +18 -0
  1769. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +13 -0
  1770. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +14 -0
  1771. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
  1772. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +17 -0
  1773. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +13 -0
  1774. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +20 -0
  1775. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +13 -0
  1776. package/dist/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +7 -0
  1777. package/dist/illustrations-v5/tnt/tnt-Dialog-Company.js +14 -0
  1778. package/dist/illustrations-v5/tnt/tnt-Dialog-Compass.js +19 -0
  1779. package/dist/illustrations-v5/tnt/tnt-Dialog-Components.js +17 -0
  1780. package/dist/illustrations-v5/tnt/tnt-Dialog-Dialog.js +11 -0
  1781. package/dist/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +15 -0
  1782. package/dist/illustrations-v5/tnt/tnt-Dialog-FaceID.js +23 -0
  1783. package/dist/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +32 -0
  1784. package/dist/illustrations-v5/tnt/tnt-Dialog-Handshake.js +39 -0
  1785. package/dist/illustrations-v5/tnt/tnt-Dialog-Help.js +11 -0
  1786. package/dist/illustrations-v5/tnt/tnt-Dialog-Lock.js +44 -0
  1787. package/dist/illustrations-v5/tnt/tnt-Dialog-Mission.js +26 -0
  1788. package/dist/illustrations-v5/tnt/tnt-Dialog-MissionFailed.js +24 -0
  1789. package/dist/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +13 -0
  1790. package/dist/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +13 -0
  1791. package/dist/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +13 -0
  1792. package/dist/illustrations-v5/tnt/tnt-Dialog-Radar.js +28 -0
  1793. package/dist/illustrations-v5/tnt/tnt-Dialog-RoadMap.js +32 -0
  1794. package/dist/illustrations-v5/tnt/tnt-Dialog-Secrets.js +18 -0
  1795. package/dist/illustrations-v5/tnt/tnt-Dialog-Services.js +30 -0
  1796. package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +23 -0
  1797. package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +22 -0
  1798. package/dist/illustrations-v5/tnt/tnt-Dialog-Settings.js +19 -0
  1799. package/dist/illustrations-v5/tnt/tnt-Dialog-Success.js +21 -0
  1800. package/dist/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +14 -0
  1801. package/dist/illustrations-v5/tnt/tnt-Dialog-Systems.js +19 -0
  1802. package/dist/illustrations-v5/tnt/tnt-Dialog-Teams.js +79 -0
  1803. package/dist/illustrations-v5/tnt/tnt-Dialog-Tools.js +26 -0
  1804. package/dist/illustrations-v5/tnt/tnt-Dialog-Tutorials.js +18 -0
  1805. package/dist/illustrations-v5/tnt/tnt-Dialog-Unlock.js +45 -0
  1806. package/dist/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.js +14 -0
  1807. package/dist/illustrations-v5/tnt/tnt-Dot-Avatar.js +21 -0
  1808. package/dist/illustrations-v5/tnt/tnt-Dot-Calculator.js +8 -0
  1809. package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea.js +9 -0
  1810. package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +17 -0
  1811. package/dist/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +17 -0
  1812. package/dist/illustrations-v5/tnt/tnt-Dot-ChartBar.js +18 -0
  1813. package/dist/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +21 -0
  1814. package/dist/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +11 -0
  1815. package/dist/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +15 -0
  1816. package/dist/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +12 -0
  1817. package/dist/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +25 -0
  1818. package/dist/illustrations-v5/tnt/tnt-Dot-ChartPie.js +11 -0
  1819. package/dist/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +5 -0
  1820. package/dist/illustrations-v5/tnt/tnt-Dot-Company.js +15 -0
  1821. package/dist/illustrations-v5/tnt/tnt-Dot-Compass.js +18 -0
  1822. package/dist/illustrations-v5/tnt/tnt-Dot-Components.js +22 -0
  1823. package/dist/illustrations-v5/tnt/tnt-Dot-Dialog.js +9 -0
  1824. package/dist/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +10 -0
  1825. package/dist/illustrations-v5/tnt/tnt-Dot-FaceID.js +21 -0
  1826. package/dist/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +13 -0
  1827. package/dist/illustrations-v5/tnt/tnt-Dot-Handshake.js +36 -0
  1828. package/dist/illustrations-v5/tnt/tnt-Dot-Help.js +16 -0
  1829. package/dist/illustrations-v5/tnt/tnt-Dot-Lock.js +26 -0
  1830. package/dist/illustrations-v5/tnt/tnt-Dot-Mission.js +21 -0
  1831. package/dist/illustrations-v5/tnt/tnt-Dot-MissionFailed.js +20 -0
  1832. package/dist/illustrations-v5/tnt/tnt-Dot-NoApplications.js +11 -0
  1833. package/dist/illustrations-v5/tnt/tnt-Dot-NoFlows.js +11 -0
  1834. package/dist/illustrations-v5/tnt/tnt-Dot-NoUsers.js +18 -0
  1835. package/dist/illustrations-v5/tnt/tnt-Dot-Radar.js +28 -0
  1836. package/dist/illustrations-v5/tnt/tnt-Dot-RoadMap.js +11 -0
  1837. package/dist/illustrations-v5/tnt/tnt-Dot-Secrets.js +16 -0
  1838. package/dist/illustrations-v5/tnt/tnt-Dot-Services.js +14 -0
  1839. package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +13 -0
  1840. package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +20 -0
  1841. package/dist/illustrations-v5/tnt/tnt-Dot-Settings.js +8 -0
  1842. package/dist/illustrations-v5/tnt/tnt-Dot-Success.js +15 -0
  1843. package/dist/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +10 -0
  1844. package/dist/illustrations-v5/tnt/tnt-Dot-Systems.js +15 -0
  1845. package/dist/illustrations-v5/tnt/tnt-Dot-Teams.js +32 -0
  1846. package/dist/illustrations-v5/tnt/tnt-Dot-Tools.js +26 -0
  1847. package/dist/illustrations-v5/tnt/tnt-Dot-Tutorials.js +16 -0
  1848. package/dist/illustrations-v5/tnt/tnt-Dot-Unlock.js +28 -0
  1849. package/dist/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.js +10 -0
  1850. package/dist/illustrations-v5/tnt/tnt-Scene-Avatar.js +49 -0
  1851. package/dist/illustrations-v5/tnt/tnt-Scene-Calculator.js +22 -0
  1852. package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea.js +11 -0
  1853. package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +12 -0
  1854. package/dist/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +18 -0
  1855. package/dist/illustrations-v5/tnt/tnt-Scene-ChartBar.js +13 -0
  1856. package/dist/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +18 -0
  1857. package/dist/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +13 -0
  1858. package/dist/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +17 -0
  1859. package/dist/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +13 -0
  1860. package/dist/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +19 -0
  1861. package/dist/illustrations-v5/tnt/tnt-Scene-ChartPie.js +13 -0
  1862. package/dist/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +7 -0
  1863. package/dist/illustrations-v5/tnt/tnt-Scene-Company.js +14 -0
  1864. package/dist/illustrations-v5/tnt/tnt-Scene-Compass.js +19 -0
  1865. package/dist/illustrations-v5/tnt/tnt-Scene-Components.js +19 -0
  1866. package/dist/illustrations-v5/tnt/tnt-Scene-Dialog.js +11 -0
  1867. package/dist/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +15 -0
  1868. package/dist/illustrations-v5/tnt/tnt-Scene-FaceID.js +22 -0
  1869. package/dist/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +32 -0
  1870. package/dist/illustrations-v5/tnt/tnt-Scene-Handshake.js +39 -0
  1871. package/dist/illustrations-v5/tnt/tnt-Scene-Help.js +18 -0
  1872. package/dist/illustrations-v5/tnt/tnt-Scene-Lock.js +44 -0
  1873. package/dist/illustrations-v5/tnt/tnt-Scene-Mission.js +33 -0
  1874. package/dist/illustrations-v5/tnt/tnt-Scene-MissionFailed.js +24 -0
  1875. package/dist/illustrations-v5/tnt/tnt-Scene-NoApplications.js +13 -0
  1876. package/dist/illustrations-v5/tnt/tnt-Scene-NoFlows.js +13 -0
  1877. package/dist/illustrations-v5/tnt/tnt-Scene-NoUsers.js +20 -0
  1878. package/dist/illustrations-v5/tnt/tnt-Scene-Radar.js +30 -0
  1879. package/dist/illustrations-v5/tnt/tnt-Scene-RoadMap.js +32 -0
  1880. package/dist/illustrations-v5/tnt/tnt-Scene-Secrets.js +18 -0
  1881. package/dist/illustrations-v5/tnt/tnt-Scene-Services.js +30 -0
  1882. package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +24 -0
  1883. package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +22 -0
  1884. package/dist/illustrations-v5/tnt/tnt-Scene-Settings.js +19 -0
  1885. package/dist/illustrations-v5/tnt/tnt-Scene-Success.js +21 -0
  1886. package/dist/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +19 -0
  1887. package/dist/illustrations-v5/tnt/tnt-Scene-Systems.js +28 -0
  1888. package/dist/illustrations-v5/tnt/tnt-Scene-Teams.js +85 -0
  1889. package/dist/illustrations-v5/tnt/tnt-Scene-Tools.js +47 -0
  1890. package/dist/illustrations-v5/tnt/tnt-Scene-Tutorials.js +18 -0
  1891. package/dist/illustrations-v5/tnt/tnt-Scene-Unlock.js +45 -0
  1892. package/dist/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.js +19 -0
  1893. package/dist/illustrations-v5/tnt/tnt-Spot-Avatar.js +49 -0
  1894. package/dist/illustrations-v5/tnt/tnt-Spot-Calculator.js +26 -0
  1895. package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea.js +10 -0
  1896. package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +11 -0
  1897. package/dist/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +18 -0
  1898. package/dist/illustrations-v5/tnt/tnt-Spot-ChartBar.js +12 -0
  1899. package/dist/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +13 -0
  1900. package/dist/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +12 -0
  1901. package/dist/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +14 -0
  1902. package/dist/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +12 -0
  1903. package/dist/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +19 -0
  1904. package/dist/illustrations-v5/tnt/tnt-Spot-ChartPie.js +12 -0
  1905. package/dist/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +7 -0
  1906. package/dist/illustrations-v5/tnt/tnt-Spot-Company.js +14 -0
  1907. package/dist/illustrations-v5/tnt/tnt-Spot-Compass.js +19 -0
  1908. package/dist/illustrations-v5/tnt/tnt-Spot-Components.js +19 -0
  1909. package/dist/illustrations-v5/tnt/tnt-Spot-Dialog.js +11 -0
  1910. package/dist/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +14 -0
  1911. package/dist/illustrations-v5/tnt/tnt-Spot-FaceID.js +22 -0
  1912. package/dist/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +32 -0
  1913. package/dist/illustrations-v5/tnt/tnt-Spot-Handshake.js +39 -0
  1914. package/dist/illustrations-v5/tnt/tnt-Spot-Help.js +10 -0
  1915. package/dist/illustrations-v5/tnt/tnt-Spot-Lock.js +44 -0
  1916. package/dist/illustrations-v5/tnt/tnt-Spot-Mission.js +26 -0
  1917. package/dist/illustrations-v5/tnt/tnt-Spot-MissionFailed.js +24 -0
  1918. package/dist/illustrations-v5/tnt/tnt-Spot-NoApplications.js +12 -0
  1919. package/dist/illustrations-v5/tnt/tnt-Spot-NoFlows.js +12 -0
  1920. package/dist/illustrations-v5/tnt/tnt-Spot-NoUsers.js +13 -0
  1921. package/dist/illustrations-v5/tnt/tnt-Spot-Radar.js +28 -0
  1922. package/dist/illustrations-v5/tnt/tnt-Spot-RoadMap.js +32 -0
  1923. package/dist/illustrations-v5/tnt/tnt-Spot-Secrets.js +18 -0
  1924. package/dist/illustrations-v5/tnt/tnt-Spot-Services.js +30 -0
  1925. package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +23 -0
  1926. package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +20 -0
  1927. package/dist/illustrations-v5/tnt/tnt-Spot-Settings.js +15 -0
  1928. package/dist/illustrations-v5/tnt/tnt-Spot-Success.js +21 -0
  1929. package/dist/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +15 -0
  1930. package/dist/illustrations-v5/tnt/tnt-Spot-Systems.js +19 -0
  1931. package/dist/illustrations-v5/tnt/tnt-Spot-Teams.js +79 -0
  1932. package/dist/illustrations-v5/tnt/tnt-Spot-Tools.js +26 -0
  1933. package/dist/illustrations-v5/tnt/tnt-Spot-Tutorials.js +17 -0
  1934. package/dist/illustrations-v5/tnt/tnt-Spot-Unlock.js +45 -0
  1935. package/dist/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.js +15 -0
  1936. package/dist/ssr-zxing-shim.d.ts +2 -0
  1937. package/dist/ssr-zxing-shim.js +3 -0
  1938. package/dist/ssr-zxing-shim.js.map +1 -0
  1939. package/dist/ssr-zxing.d.ts +2 -0
  1940. package/dist/ssr-zxing.js +3 -0
  1941. package/dist/ssr-zxing.js.map +1 -0
  1942. package/dist/types/FCLLayout.d.ts +105 -0
  1943. package/dist/types/FCLLayout.js +107 -0
  1944. package/dist/types/FCLLayout.js.map +1 -0
  1945. package/dist/types/IllustrationMessageDesign.d.ts +69 -0
  1946. package/dist/types/IllustrationMessageDesign.js +71 -0
  1947. package/dist/types/IllustrationMessageDesign.js.map +1 -0
  1948. package/dist/types/IllustrationMessageType.d.ts +636 -0
  1949. package/dist/types/IllustrationMessageType.js +638 -0
  1950. package/dist/types/IllustrationMessageType.js.map +1 -0
  1951. package/dist/types/MediaGalleryItemLayout.d.ts +22 -0
  1952. package/dist/types/MediaGalleryItemLayout.js +24 -0
  1953. package/dist/types/MediaGalleryItemLayout.js.map +1 -0
  1954. package/dist/types/MediaGalleryLayout.d.ts +22 -0
  1955. package/dist/types/MediaGalleryLayout.js +24 -0
  1956. package/dist/types/MediaGalleryLayout.js.map +1 -0
  1957. package/dist/types/MediaGalleryMenuHorizontalAlign.d.ts +17 -0
  1958. package/dist/types/MediaGalleryMenuHorizontalAlign.js +19 -0
  1959. package/dist/types/MediaGalleryMenuHorizontalAlign.js.map +1 -0
  1960. package/dist/types/MediaGalleryMenuVerticalAlign.d.ts +17 -0
  1961. package/dist/types/MediaGalleryMenuVerticalAlign.js +19 -0
  1962. package/dist/types/MediaGalleryMenuVerticalAlign.js.map +1 -0
  1963. package/dist/types/NavigationLayoutMode.d.ts +23 -0
  1964. package/dist/types/NavigationLayoutMode.js +25 -0
  1965. package/dist/types/NavigationLayoutMode.js.map +1 -0
  1966. package/dist/types/NotificationListItemImportance.d.ts +16 -0
  1967. package/dist/types/NotificationListItemImportance.js +18 -0
  1968. package/dist/types/NotificationListItemImportance.js.map +1 -0
  1969. package/dist/types/PageBackgroundDesign.d.ts +22 -0
  1970. package/dist/types/PageBackgroundDesign.js +24 -0
  1971. package/dist/types/PageBackgroundDesign.js.map +1 -0
  1972. package/dist/types/SearchMode.d.ts +17 -0
  1973. package/dist/types/SearchMode.js +19 -0
  1974. package/dist/types/SearchMode.js.map +1 -0
  1975. package/dist/types/SideContentFallDown.d.ts +27 -0
  1976. package/dist/types/SideContentFallDown.js +29 -0
  1977. package/dist/types/SideContentFallDown.js.map +1 -0
  1978. package/dist/types/SideContentPosition.d.ts +19 -0
  1979. package/dist/types/SideContentPosition.js +21 -0
  1980. package/dist/types/SideContentPosition.js.map +1 -0
  1981. package/dist/types/SideContentVisibility.d.ts +32 -0
  1982. package/dist/types/SideContentVisibility.js +34 -0
  1983. package/dist/types/SideContentVisibility.js.map +1 -0
  1984. package/dist/types/SideNavigationItemDesign.d.ts +24 -0
  1985. package/dist/types/SideNavigationItemDesign.js +26 -0
  1986. package/dist/types/SideNavigationItemDesign.js.map +1 -0
  1987. package/dist/types/TimelineGrowingMode.d.ts +24 -0
  1988. package/dist/types/TimelineGrowingMode.js +26 -0
  1989. package/dist/types/TimelineGrowingMode.js.map +1 -0
  1990. package/dist/types/TimelineLayout.d.ts +18 -0
  1991. package/dist/types/TimelineLayout.js +20 -0
  1992. package/dist/types/TimelineLayout.js.map +1 -0
  1993. package/dist/types/UploadCollectionDnDMode.d.ts +22 -0
  1994. package/dist/types/UploadCollectionDnDMode.js +24 -0
  1995. package/dist/types/UploadCollectionDnDMode.js.map +1 -0
  1996. package/dist/types/UploadCollectionSelectionMode.d.ts +39 -0
  1997. package/dist/types/UploadCollectionSelectionMode.js +41 -0
  1998. package/dist/types/UploadCollectionSelectionMode.js.map +1 -0
  1999. package/dist/types/UploadState.d.ts +27 -0
  2000. package/dist/types/UploadState.js +29 -0
  2001. package/dist/types/UploadState.js.map +1 -0
  2002. package/dist/types/ViewSettingsDialogMode.d.ts +25 -0
  2003. package/dist/types/ViewSettingsDialogMode.js +27 -0
  2004. package/dist/types/ViewSettingsDialogMode.js.map +1 -0
  2005. package/dist/types/WizardContentLayout.d.ts +17 -0
  2006. package/dist/types/WizardContentLayout.js +19 -0
  2007. package/dist/types/WizardContentLayout.js.map +1 -0
  2008. package/dist/upload-utils/UploadCollectionBodyDnD.d.ts +15 -0
  2009. package/dist/upload-utils/UploadCollectionBodyDnD.js +60 -0
  2010. package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
  2011. package/dist/vscode.html-custom-data.json +1626 -0
  2012. package/dist/web-types.json +4122 -0
  2013. package/global.d.ts +12 -0
  2014. package/jsconfig.json +12 -0
  2015. package/package-scripts.cjs +84 -0
  2016. package/package.json +71 -0
  2017. package/src/BarcodeScannerDialogTemplate.tsx +38 -0
  2018. package/src/DynamicPageHeaderActionsTemplate.tsx +33 -0
  2019. package/src/DynamicPageHeaderTemplate.tsx +9 -0
  2020. package/src/DynamicPageTemplate.tsx +72 -0
  2021. package/src/DynamicPageTitleTemplate.tsx +77 -0
  2022. package/src/DynamicSideContentTemplate.tsx +48 -0
  2023. package/src/FlexibleColumnLayoutTemplate.tsx +134 -0
  2024. package/src/IllustratedMessageTemplate.tsx +92 -0
  2025. package/src/MediaGalleryItemTemplate.tsx +22 -0
  2026. package/src/MediaGalleryTemplate.tsx +50 -0
  2027. package/src/NavigationLayoutTemplate.tsx +19 -0
  2028. package/src/NavigationMenuItemTemplate.tsx +64 -0
  2029. package/src/NavigationMenuTemplate.tsx +51 -0
  2030. package/src/NotificationListGroupItemTemplate.tsx +66 -0
  2031. package/src/NotificationListItemTemplate.tsx +154 -0
  2032. package/src/NotificationListTemplate.tsx +17 -0
  2033. package/src/PageTemplate.tsx +30 -0
  2034. package/src/ProductSwitchItemTemplate.tsx +66 -0
  2035. package/src/ProductSwitchTemplate.tsx +16 -0
  2036. package/src/SearchFieldTemplate.tsx +106 -0
  2037. package/src/SearchItemShowMoreTemplate.tsx +19 -0
  2038. package/src/SearchItemTemplate.tsx +67 -0
  2039. package/src/SearchMessageAreaTemplate.tsx +15 -0
  2040. package/src/SearchPopoverTemplate.tsx +80 -0
  2041. package/src/SearchTemplate.tsx +12 -0
  2042. package/src/ShellBarBrandingTemplate.tsx +27 -0
  2043. package/src/ShellBarPopoverTemplate.tsx +50 -0
  2044. package/src/ShellBarSearchPopoverTemplate.tsx +24 -0
  2045. package/src/ShellBarSearchTemplate.tsx +12 -0
  2046. package/src/ShellBarTemplate.tsx +337 -0
  2047. package/src/SideNavigationGroupTemplate.tsx +58 -0
  2048. package/src/SideNavigationItemTemplate.tsx +86 -0
  2049. package/src/SideNavigationPopoverTemplate.tsx +103 -0
  2050. package/src/SideNavigationSubItemTemplate.tsx +39 -0
  2051. package/src/SideNavigationTemplate.tsx +75 -0
  2052. package/src/TimelineGroupItemTemplate.tsx +48 -0
  2053. package/src/TimelineItemTemplate.tsx +77 -0
  2054. package/src/TimelineTemplate.tsx +79 -0
  2055. package/src/UploadCollectionItemTemplate.tsx +146 -0
  2056. package/src/UploadCollectionTemplate.tsx +63 -0
  2057. package/src/UserMenuItemGroupTemplate.tsx +6 -0
  2058. package/src/UserMenuItemTemplate.tsx +6 -0
  2059. package/src/UserMenuTemplate.tsx +193 -0
  2060. package/src/UserSettingsAccountViewTemplate.tsx +46 -0
  2061. package/src/UserSettingsAppearanceViewItemTemplate.tsx +25 -0
  2062. package/src/UserSettingsAppearanceViewTemplate.tsx +15 -0
  2063. package/src/UserSettingsDialogTemplate.tsx +80 -0
  2064. package/src/UserSettingsItemTemplate.tsx +52 -0
  2065. package/src/UserSettingsViewTemplate.tsx +11 -0
  2066. package/src/ViewSettingsDialogTemplate.tsx +230 -0
  2067. package/src/WizardPopoverTemplate.tsx +42 -0
  2068. package/src/WizardTabTemplate.tsx +39 -0
  2069. package/src/WizardTemplate.tsx +75 -0
  2070. package/src/i18n/messagebundle.properties +612 -0
  2071. package/src/i18n/messagebundle_ar.properties +407 -0
  2072. package/src/i18n/messagebundle_bg.properties +407 -0
  2073. package/src/i18n/messagebundle_ca.properties +407 -0
  2074. package/src/i18n/messagebundle_cnr.properties +407 -0
  2075. package/src/i18n/messagebundle_cs.properties +407 -0
  2076. package/src/i18n/messagebundle_cy.properties +407 -0
  2077. package/src/i18n/messagebundle_da.properties +407 -0
  2078. package/src/i18n/messagebundle_de.properties +407 -0
  2079. package/src/i18n/messagebundle_el.properties +407 -0
  2080. package/src/i18n/messagebundle_en.properties +407 -0
  2081. package/src/i18n/messagebundle_en_GB.properties +407 -0
  2082. package/src/i18n/messagebundle_en_US_sappsd.properties +407 -0
  2083. package/src/i18n/messagebundle_en_US_saprigi.properties +407 -0
  2084. package/src/i18n/messagebundle_en_US_saptrc.properties +407 -0
  2085. package/src/i18n/messagebundle_es.properties +407 -0
  2086. package/src/i18n/messagebundle_es_MX.properties +407 -0
  2087. package/src/i18n/messagebundle_et.properties +407 -0
  2088. package/src/i18n/messagebundle_fi.properties +407 -0
  2089. package/src/i18n/messagebundle_fr.properties +407 -0
  2090. package/src/i18n/messagebundle_fr_CA.properties +407 -0
  2091. package/src/i18n/messagebundle_hi.properties +407 -0
  2092. package/src/i18n/messagebundle_hr.properties +407 -0
  2093. package/src/i18n/messagebundle_hu.properties +407 -0
  2094. package/src/i18n/messagebundle_id.properties +407 -0
  2095. package/src/i18n/messagebundle_it.properties +407 -0
  2096. package/src/i18n/messagebundle_iw.properties +407 -0
  2097. package/src/i18n/messagebundle_ja.properties +407 -0
  2098. package/src/i18n/messagebundle_kk.properties +407 -0
  2099. package/src/i18n/messagebundle_ko.properties +407 -0
  2100. package/src/i18n/messagebundle_lt.properties +407 -0
  2101. package/src/i18n/messagebundle_lv.properties +407 -0
  2102. package/src/i18n/messagebundle_mk.properties +407 -0
  2103. package/src/i18n/messagebundle_ms.properties +407 -0
  2104. package/src/i18n/messagebundle_nl.properties +407 -0
  2105. package/src/i18n/messagebundle_no.properties +407 -0
  2106. package/src/i18n/messagebundle_pl.properties +407 -0
  2107. package/src/i18n/messagebundle_pt.properties +407 -0
  2108. package/src/i18n/messagebundle_pt_PT.properties +407 -0
  2109. package/src/i18n/messagebundle_ro.properties +407 -0
  2110. package/src/i18n/messagebundle_ru.properties +407 -0
  2111. package/src/i18n/messagebundle_sh.properties +407 -0
  2112. package/src/i18n/messagebundle_sk.properties +407 -0
  2113. package/src/i18n/messagebundle_sl.properties +407 -0
  2114. package/src/i18n/messagebundle_sr.properties +407 -0
  2115. package/src/i18n/messagebundle_sv.properties +407 -0
  2116. package/src/i18n/messagebundle_th.properties +407 -0
  2117. package/src/i18n/messagebundle_tr.properties +407 -0
  2118. package/src/i18n/messagebundle_uk.properties +407 -0
  2119. package/src/i18n/messagebundle_vi.properties +407 -0
  2120. package/src/i18n/messagebundle_zh_CN.properties +407 -0
  2121. package/src/i18n/messagebundle_zh_TW.properties +407 -0
  2122. package/src/illustrations/sapIllus-Dialog-Achievement.svg +28 -0
  2123. package/src/illustrations/sapIllus-Dialog-AddColumn.svg +37 -0
  2124. package/src/illustrations/sapIllus-Dialog-AddDimensions.svg +17 -0
  2125. package/src/illustrations/sapIllus-Dialog-AddPeople.svg +31 -0
  2126. package/src/illustrations/sapIllus-Dialog-AddPeopleToCalendar.svg +51 -0
  2127. package/src/illustrations/sapIllus-Dialog-AddingColumns.svg +37 -0
  2128. package/src/illustrations/sapIllus-Dialog-BalloonSky.svg +45 -0
  2129. package/src/illustrations/sapIllus-Dialog-BeforeSearch.svg +41 -0
  2130. package/src/illustrations/sapIllus-Dialog-Connection.svg +18 -0
  2131. package/src/illustrations/sapIllus-Dialog-DragFilesToUpload.svg +20 -0
  2132. package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +77 -0
  2133. package/src/illustrations/sapIllus-Dialog-EmptyList.svg +36 -0
  2134. package/src/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.svg +19 -0
  2135. package/src/illustrations/sapIllus-Dialog-ErrorScreen.svg +34 -0
  2136. package/src/illustrations/sapIllus-Dialog-FilterTable.svg +65 -0
  2137. package/src/illustrations/sapIllus-Dialog-FilteringColumns.svg +39 -0
  2138. package/src/illustrations/sapIllus-Dialog-GroupTable.svg +67 -0
  2139. package/src/illustrations/sapIllus-Dialog-GroupingColumns.svg +35 -0
  2140. package/src/illustrations/sapIllus-Dialog-KeyTask.svg +119 -0
  2141. package/src/illustrations/sapIllus-Dialog-NewMail.svg +38 -0
  2142. package/src/illustrations/sapIllus-Dialog-NoActivities.svg +34 -0
  2143. package/src/illustrations/sapIllus-Dialog-NoChartData.svg +45 -0
  2144. package/src/illustrations/sapIllus-Dialog-NoColumnsSet.svg +29 -0
  2145. package/src/illustrations/sapIllus-Dialog-NoData.svg +12 -0
  2146. package/src/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
  2147. package/src/illustrations/sapIllus-Dialog-NoEntries.svg +42 -0
  2148. package/src/illustrations/sapIllus-Dialog-NoFilterResults.svg +20 -0
  2149. package/src/illustrations/sapIllus-Dialog-NoMail.svg +16 -0
  2150. package/src/illustrations/sapIllus-Dialog-NoMail_v1.svg +22 -0
  2151. package/src/illustrations/sapIllus-Dialog-NoNotifications.svg +28 -0
  2152. package/src/illustrations/sapIllus-Dialog-NoSavedItems.svg +54 -0
  2153. package/src/illustrations/sapIllus-Dialog-NoSavedItems_v1.svg +36 -0
  2154. package/src/illustrations/sapIllus-Dialog-NoSearchResults.svg +73 -0
  2155. package/src/illustrations/sapIllus-Dialog-NoTasks.svg +60 -0
  2156. package/src/illustrations/sapIllus-Dialog-NoTasks_v1.svg +62 -0
  2157. package/src/illustrations/sapIllus-Dialog-PageNotFound.svg +13 -0
  2158. package/src/illustrations/sapIllus-Dialog-ReceiveAppreciation.svg +25 -0
  2159. package/src/illustrations/sapIllus-Dialog-ReloadScreen.svg +48 -0
  2160. package/src/illustrations/sapIllus-Dialog-ResizeColumn.svg +41 -0
  2161. package/src/illustrations/sapIllus-Dialog-ResizingColumns.svg +55 -0
  2162. package/src/illustrations/sapIllus-Dialog-SearchEarth.svg +18 -0
  2163. package/src/illustrations/sapIllus-Dialog-SearchFolder.svg +37 -0
  2164. package/src/illustrations/sapIllus-Dialog-SignOut.svg +21 -0
  2165. package/src/illustrations/sapIllus-Dialog-SimpleBalloon.svg +17 -0
  2166. package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +13 -0
  2167. package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +48 -0
  2168. package/src/illustrations/sapIllus-Dialog-SimpleCheckMark.svg +6 -0
  2169. package/src/illustrations/sapIllus-Dialog-SimpleConnection.svg +18 -0
  2170. package/src/illustrations/sapIllus-Dialog-SimpleEmptyDoc.svg +17 -0
  2171. package/src/illustrations/sapIllus-Dialog-SimpleEmptyList.svg +10 -0
  2172. package/src/illustrations/sapIllus-Dialog-SimpleError.svg +10 -0
  2173. package/src/illustrations/sapIllus-Dialog-SimpleMagnifier.svg +10 -0
  2174. package/src/illustrations/sapIllus-Dialog-SimpleMail.svg +13 -0
  2175. package/src/illustrations/sapIllus-Dialog-SimpleNoSavedItems.svg +17 -0
  2176. package/src/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.svg +21 -0
  2177. package/src/illustrations/sapIllus-Dialog-SimpleReload.svg +11 -0
  2178. package/src/illustrations/sapIllus-Dialog-SimpleTask.svg +23 -0
  2179. package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +30 -0
  2180. package/src/illustrations/sapIllus-Dialog-SortColumn.svg +39 -0
  2181. package/src/illustrations/sapIllus-Dialog-SortingColumns.svg +50 -0
  2182. package/src/illustrations/sapIllus-Dialog-SuccessBalloon.svg +16 -0
  2183. package/src/illustrations/sapIllus-Dialog-SuccessCheckMark.svg +8 -0
  2184. package/src/illustrations/sapIllus-Dialog-SuccessHighFive.svg +24 -0
  2185. package/src/illustrations/sapIllus-Dialog-SuccessScreen.svg +47 -0
  2186. package/src/illustrations/sapIllus-Dialog-Survey.svg +22 -0
  2187. package/src/illustrations/sapIllus-Dialog-Tent.svg +31 -0
  2188. package/src/illustrations/sapIllus-Dialog-UnableToLoad.svg +119 -0
  2189. package/src/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +28 -0
  2190. package/src/illustrations/sapIllus-Dialog-UnableToUpload.svg +26 -0
  2191. package/src/illustrations/sapIllus-Dialog-UploadCollection.svg +30 -0
  2192. package/src/illustrations/sapIllus-Dialog-UploadToCloud.svg +21 -0
  2193. package/src/illustrations/sapIllus-Dialog-UserHasSignedUp.svg +34 -0
  2194. package/src/illustrations/sapIllus-Dot-Achievement.svg +18 -0
  2195. package/src/illustrations/sapIllus-Dot-AddColumn.svg +26 -0
  2196. package/src/illustrations/sapIllus-Dot-AddDimensions.svg +9 -0
  2197. package/src/illustrations/sapIllus-Dot-AddPeople.svg +8 -0
  2198. package/src/illustrations/sapIllus-Dot-AddPeopleToCalendar.svg +14 -0
  2199. package/src/illustrations/sapIllus-Dot-AddingColumns.svg +13 -0
  2200. package/src/illustrations/sapIllus-Dot-BalloonSky.svg +6 -0
  2201. package/src/illustrations/sapIllus-Dot-BeforeSearch.svg +40 -0
  2202. package/src/illustrations/sapIllus-Dot-Connection.svg +9 -0
  2203. package/src/illustrations/sapIllus-Dot-DragFilesToUpload.svg +8 -0
  2204. package/src/illustrations/sapIllus-Dot-EmptyCalendar.svg +36 -0
  2205. package/src/illustrations/sapIllus-Dot-EmptyList.svg +6 -0
  2206. package/src/illustrations/sapIllus-Dot-EmptyPlanningCalendar.svg +18 -0
  2207. package/src/illustrations/sapIllus-Dot-ErrorScreen.svg +8 -0
  2208. package/src/illustrations/sapIllus-Dot-FilterTable.svg +7 -0
  2209. package/src/illustrations/sapIllus-Dot-FilteringColumns.svg +22 -0
  2210. package/src/illustrations/sapIllus-Dot-GroupTable.svg +35 -0
  2211. package/src/illustrations/sapIllus-Dot-GroupingColumns.svg +23 -0
  2212. package/src/illustrations/sapIllus-Dot-KeyTask.svg +118 -0
  2213. package/src/illustrations/sapIllus-Dot-NewMail.svg +11 -0
  2214. package/src/illustrations/sapIllus-Dot-NoActivities.svg +11 -0
  2215. package/src/illustrations/sapIllus-Dot-NoChartData.svg +35 -0
  2216. package/src/illustrations/sapIllus-Dot-NoColumnsSet.svg +26 -0
  2217. package/src/illustrations/sapIllus-Dot-NoData.svg +11 -0
  2218. package/src/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
  2219. package/src/illustrations/sapIllus-Dot-NoEntries.svg +25 -0
  2220. package/src/illustrations/sapIllus-Dot-NoFilterResults.svg +14 -0
  2221. package/src/illustrations/sapIllus-Dot-NoMail.svg +14 -0
  2222. package/src/illustrations/sapIllus-Dot-NoMail_v1.svg +9 -0
  2223. package/src/illustrations/sapIllus-Dot-NoNotifications.svg +23 -0
  2224. package/src/illustrations/sapIllus-Dot-NoSavedItems.svg +55 -0
  2225. package/src/illustrations/sapIllus-Dot-NoSavedItems_v1.svg +12 -0
  2226. package/src/illustrations/sapIllus-Dot-NoSearchResults.svg +35 -0
  2227. package/src/illustrations/sapIllus-Dot-NoTasks.svg +22 -0
  2228. package/src/illustrations/sapIllus-Dot-NoTasks_v1.svg +12 -0
  2229. package/src/illustrations/sapIllus-Dot-PageNotFound.svg +14 -0
  2230. package/src/illustrations/sapIllus-Dot-ReceiveAppreciation.svg +19 -0
  2231. package/src/illustrations/sapIllus-Dot-ReloadScreen.svg +8 -0
  2232. package/src/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -0
  2233. package/src/illustrations/sapIllus-Dot-ResizingColumns.svg +19 -0
  2234. package/src/illustrations/sapIllus-Dot-SearchEarth.svg +6 -0
  2235. package/src/illustrations/sapIllus-Dot-SearchFolder.svg +10 -0
  2236. package/src/illustrations/sapIllus-Dot-SignOut.svg +11 -0
  2237. package/src/illustrations/sapIllus-Dot-SimpleBalloon.svg +6 -0
  2238. package/src/illustrations/sapIllus-Dot-SimpleBell.svg +7 -0
  2239. package/src/illustrations/sapIllus-Dot-SimpleCalendar.svg +36 -0
  2240. package/src/illustrations/sapIllus-Dot-SimpleCheckMark.svg +4 -0
  2241. package/src/illustrations/sapIllus-Dot-SimpleConnection.svg +9 -0
  2242. package/src/illustrations/sapIllus-Dot-SimpleEmptyDoc.svg +7 -0
  2243. package/src/illustrations/sapIllus-Dot-SimpleEmptyList.svg +6 -0
  2244. package/src/illustrations/sapIllus-Dot-SimpleError.svg +8 -0
  2245. package/src/illustrations/sapIllus-Dot-SimpleMagnifier.svg +6 -0
  2246. package/src/illustrations/sapIllus-Dot-SimpleMail.svg +9 -0
  2247. package/src/illustrations/sapIllus-Dot-SimpleNoSavedItems.svg +12 -0
  2248. package/src/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.svg +10 -0
  2249. package/src/illustrations/sapIllus-Dot-SimpleReload.svg +8 -0
  2250. package/src/illustrations/sapIllus-Dot-SimpleTask.svg +12 -0
  2251. package/src/illustrations/sapIllus-Dot-SleepingBell.svg +7 -0
  2252. package/src/illustrations/sapIllus-Dot-SortColumn.svg +28 -0
  2253. package/src/illustrations/sapIllus-Dot-SortingColumns.svg +15 -0
  2254. package/src/illustrations/sapIllus-Dot-SuccessHighFive.svg +6 -0
  2255. package/src/illustrations/sapIllus-Dot-SuccessScreen.svg +4 -0
  2256. package/src/illustrations/sapIllus-Dot-Survey.svg +7 -0
  2257. package/src/illustrations/sapIllus-Dot-Tent.svg +7 -0
  2258. package/src/illustrations/sapIllus-Dot-UnableToLoad.svg +118 -0
  2259. package/src/illustrations/sapIllus-Dot-UnableToLoadImage.svg +24 -0
  2260. package/src/illustrations/sapIllus-Dot-UnableToUpload.svg +10 -0
  2261. package/src/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
  2262. package/src/illustrations/sapIllus-Dot-UploadToCloud.svg +9 -0
  2263. package/src/illustrations/sapIllus-Dot-UserHasSignedUp.svg +8 -0
  2264. package/src/illustrations/sapIllus-Patterns.svg +20 -0
  2265. package/src/illustrations/sapIllus-Scene-Achievement.svg +28 -0
  2266. package/src/illustrations/sapIllus-Scene-AddColumn.svg +48 -0
  2267. package/src/illustrations/sapIllus-Scene-AddDimensions.svg +17 -0
  2268. package/src/illustrations/sapIllus-Scene-AddPeople.svg +30 -0
  2269. package/src/illustrations/sapIllus-Scene-AddPeopleToCalendar.svg +46 -0
  2270. package/src/illustrations/sapIllus-Scene-AddingColumns.svg +37 -0
  2271. package/src/illustrations/sapIllus-Scene-BalloonSky.svg +53 -0
  2272. package/src/illustrations/sapIllus-Scene-BeforeSearch.svg +41 -0
  2273. package/src/illustrations/sapIllus-Scene-Connection.svg +31 -0
  2274. package/src/illustrations/sapIllus-Scene-DragFilesToUpload.svg +20 -0
  2275. package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +90 -0
  2276. package/src/illustrations/sapIllus-Scene-EmptyList.svg +43 -0
  2277. package/src/illustrations/sapIllus-Scene-EmptyPlanningCalendar.svg +19 -0
  2278. package/src/illustrations/sapIllus-Scene-ErrorScreen.svg +78 -0
  2279. package/src/illustrations/sapIllus-Scene-FilterTable.svg +62 -0
  2280. package/src/illustrations/sapIllus-Scene-FilteringColumns.svg +39 -0
  2281. package/src/illustrations/sapIllus-Scene-GroupTable.svg +76 -0
  2282. package/src/illustrations/sapIllus-Scene-GroupingColumns.svg +40 -0
  2283. package/src/illustrations/sapIllus-Scene-KeyTask.svg +119 -0
  2284. package/src/illustrations/sapIllus-Scene-NewMail.svg +38 -0
  2285. package/src/illustrations/sapIllus-Scene-NoActivities.svg +34 -0
  2286. package/src/illustrations/sapIllus-Scene-NoChartData.svg +45 -0
  2287. package/src/illustrations/sapIllus-Scene-NoColumnsSet.svg +26 -0
  2288. package/src/illustrations/sapIllus-Scene-NoData.svg +12 -0
  2289. package/src/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
  2290. package/src/illustrations/sapIllus-Scene-NoEntries.svg +42 -0
  2291. package/src/illustrations/sapIllus-Scene-NoFilterResults.svg +16 -0
  2292. package/src/illustrations/sapIllus-Scene-NoMail.svg +16 -0
  2293. package/src/illustrations/sapIllus-Scene-NoMail_v1.svg +55 -0
  2294. package/src/illustrations/sapIllus-Scene-NoNotifications.svg +28 -0
  2295. package/src/illustrations/sapIllus-Scene-NoSavedItems.svg +54 -0
  2296. package/src/illustrations/sapIllus-Scene-NoSavedItems_v1.svg +39 -0
  2297. package/src/illustrations/sapIllus-Scene-NoSearchResults.svg +73 -0
  2298. package/src/illustrations/sapIllus-Scene-NoTasks.svg +60 -0
  2299. package/src/illustrations/sapIllus-Scene-NoTasks_v1.svg +86 -0
  2300. package/src/illustrations/sapIllus-Scene-PageNotFound.svg +13 -0
  2301. package/src/illustrations/sapIllus-Scene-ReceiveAppreciation.svg +25 -0
  2302. package/src/illustrations/sapIllus-Scene-ReloadScreen.svg +62 -0
  2303. package/src/illustrations/sapIllus-Scene-ResizeColumn.svg +52 -0
  2304. package/src/illustrations/sapIllus-Scene-ResizingColumns.svg +57 -0
  2305. package/src/illustrations/sapIllus-Scene-SearchEarth.svg +30 -0
  2306. package/src/illustrations/sapIllus-Scene-SearchFolder.svg +44 -0
  2307. package/src/illustrations/sapIllus-Scene-SignOut.svg +21 -0
  2308. package/src/illustrations/sapIllus-Scene-SimpleBalloon.svg +20 -0
  2309. package/src/illustrations/sapIllus-Scene-SimpleBell.svg +16 -0
  2310. package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +44 -0
  2311. package/src/illustrations/sapIllus-Scene-SimpleCheckMark.svg +9 -0
  2312. package/src/illustrations/sapIllus-Scene-SimpleConnection.svg +22 -0
  2313. package/src/illustrations/sapIllus-Scene-SimpleEmptyDoc.svg +20 -0
  2314. package/src/illustrations/sapIllus-Scene-SimpleEmptyList.svg +13 -0
  2315. package/src/illustrations/sapIllus-Scene-SimpleError.svg +13 -0
  2316. package/src/illustrations/sapIllus-Scene-SimpleMagnifier.svg +13 -0
  2317. package/src/illustrations/sapIllus-Scene-SimpleMail.svg +16 -0
  2318. package/src/illustrations/sapIllus-Scene-SimpleNoSavedItems.svg +27 -0
  2319. package/src/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.svg +24 -0
  2320. package/src/illustrations/sapIllus-Scene-SimpleReload.svg +14 -0
  2321. package/src/illustrations/sapIllus-Scene-SimpleTask.svg +19 -0
  2322. package/src/illustrations/sapIllus-Scene-SleepingBell.svg +50 -0
  2323. package/src/illustrations/sapIllus-Scene-SortColumn.svg +50 -0
  2324. package/src/illustrations/sapIllus-Scene-SortingColumns.svg +50 -0
  2325. package/src/illustrations/sapIllus-Scene-SuccessBalloon.svg +33 -0
  2326. package/src/illustrations/sapIllus-Scene-SuccessCheckMark.svg +43 -0
  2327. package/src/illustrations/sapIllus-Scene-SuccessHighFive.svg +25 -0
  2328. package/src/illustrations/sapIllus-Scene-SuccessScreen.svg +61 -0
  2329. package/src/illustrations/sapIllus-Scene-Survey.svg +21 -0
  2330. package/src/illustrations/sapIllus-Scene-Tent.svg +59 -0
  2331. package/src/illustrations/sapIllus-Scene-UnableToLoad.svg +119 -0
  2332. package/src/illustrations/sapIllus-Scene-UnableToLoadImage.svg +28 -0
  2333. package/src/illustrations/sapIllus-Scene-UnableToUpload.svg +26 -0
  2334. package/src/illustrations/sapIllus-Scene-UploadCollection.svg +29 -0
  2335. package/src/illustrations/sapIllus-Scene-UploadToCloud.svg +22 -0
  2336. package/src/illustrations/sapIllus-Scene-UserHasSignedUp.svg +29 -0
  2337. package/src/illustrations/sapIllus-Spot-Achievement.svg +27 -0
  2338. package/src/illustrations/sapIllus-Spot-AddColumn.svg +37 -0
  2339. package/src/illustrations/sapIllus-Spot-AddDimensions.svg +16 -0
  2340. package/src/illustrations/sapIllus-Spot-AddPeople.svg +31 -0
  2341. package/src/illustrations/sapIllus-Spot-AddPeopleToCalendar.svg +42 -0
  2342. package/src/illustrations/sapIllus-Spot-AddingColumns.svg +37 -0
  2343. package/src/illustrations/sapIllus-Spot-BalloonSky.svg +43 -0
  2344. package/src/illustrations/sapIllus-Spot-BeforeSearch.svg +41 -0
  2345. package/src/illustrations/sapIllus-Spot-Connection.svg +22 -0
  2346. package/src/illustrations/sapIllus-Spot-DragFilesToUpload.svg +18 -0
  2347. package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +46 -0
  2348. package/src/illustrations/sapIllus-Spot-EmptyList.svg +29 -0
  2349. package/src/illustrations/sapIllus-Spot-EmptyPlanningCalendar.svg +19 -0
  2350. package/src/illustrations/sapIllus-Spot-ErrorScreen.svg +32 -0
  2351. package/src/illustrations/sapIllus-Spot-FilterTable.svg +60 -0
  2352. package/src/illustrations/sapIllus-Spot-FilteringColumns.svg +33 -0
  2353. package/src/illustrations/sapIllus-Spot-GroupTable.svg +86 -0
  2354. package/src/illustrations/sapIllus-Spot-GroupingColumns.svg +35 -0
  2355. package/src/illustrations/sapIllus-Spot-KeyTask.svg +119 -0
  2356. package/src/illustrations/sapIllus-Spot-NewMail.svg +34 -0
  2357. package/src/illustrations/sapIllus-Spot-NoActivities.svg +34 -0
  2358. package/src/illustrations/sapIllus-Spot-NoChartData.svg +42 -0
  2359. package/src/illustrations/sapIllus-Spot-NoColumnsSet.svg +29 -0
  2360. package/src/illustrations/sapIllus-Spot-NoData.svg +12 -0
  2361. package/src/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
  2362. package/src/illustrations/sapIllus-Spot-NoEntries.svg +42 -0
  2363. package/src/illustrations/sapIllus-Spot-NoFilterResults.svg +16 -0
  2364. package/src/illustrations/sapIllus-Spot-NoMail.svg +15 -0
  2365. package/src/illustrations/sapIllus-Spot-NoMail_v1.svg +16 -0
  2366. package/src/illustrations/sapIllus-Spot-NoNotifications.svg +25 -0
  2367. package/src/illustrations/sapIllus-Spot-NoSavedItems.svg +51 -0
  2368. package/src/illustrations/sapIllus-Spot-NoSavedItems_v1.svg +33 -0
  2369. package/src/illustrations/sapIllus-Spot-NoSearchResults.svg +73 -0
  2370. package/src/illustrations/sapIllus-Spot-NoTasks.svg +32 -0
  2371. package/src/illustrations/sapIllus-Spot-NoTasks_v1.svg +22 -0
  2372. package/src/illustrations/sapIllus-Spot-PageNotFound.svg +10 -0
  2373. package/src/illustrations/sapIllus-Spot-ReceiveAppreciation.svg +20 -0
  2374. package/src/illustrations/sapIllus-Spot-ReloadScreen.svg +36 -0
  2375. package/src/illustrations/sapIllus-Spot-ResizeColumn.svg +49 -0
  2376. package/src/illustrations/sapIllus-Spot-ResizingColumns.svg +37 -0
  2377. package/src/illustrations/sapIllus-Spot-SearchEarth.svg +55 -0
  2378. package/src/illustrations/sapIllus-Spot-SearchFolder.svg +37 -0
  2379. package/src/illustrations/sapIllus-Spot-SignOut.svg +21 -0
  2380. package/src/illustrations/sapIllus-Spot-SimpleBalloon.svg +7 -0
  2381. package/src/illustrations/sapIllus-Spot-SimpleBell.svg +12 -0
  2382. package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +44 -0
  2383. package/src/illustrations/sapIllus-Spot-SimpleCheckMark.svg +5 -0
  2384. package/src/illustrations/sapIllus-Spot-SimpleConnection.svg +10 -0
  2385. package/src/illustrations/sapIllus-Spot-SimpleEmptyDoc.svg +6 -0
  2386. package/src/illustrations/sapIllus-Spot-SimpleEmptyList.svg +6 -0
  2387. package/src/illustrations/sapIllus-Spot-SimpleError.svg +9 -0
  2388. package/src/illustrations/sapIllus-Spot-SimpleMagnifier.svg +9 -0
  2389. package/src/illustrations/sapIllus-Spot-SimpleMail.svg +12 -0
  2390. package/src/illustrations/sapIllus-Spot-SimpleNoSavedItems.svg +23 -0
  2391. package/src/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.svg +10 -0
  2392. package/src/illustrations/sapIllus-Spot-SimpleReload.svg +7 -0
  2393. package/src/illustrations/sapIllus-Spot-SimpleTask.svg +22 -0
  2394. package/src/illustrations/sapIllus-Spot-SleepingBell.svg +38 -0
  2395. package/src/illustrations/sapIllus-Spot-SortColumn.svg +39 -0
  2396. package/src/illustrations/sapIllus-Spot-SortingColumns.svg +49 -0
  2397. package/src/illustrations/sapIllus-Spot-SuccessBalloon.svg +19 -0
  2398. package/src/illustrations/sapIllus-Spot-SuccessCheckMark.svg +7 -0
  2399. package/src/illustrations/sapIllus-Spot-SuccessHighFive.svg +24 -0
  2400. package/src/illustrations/sapIllus-Spot-SuccessScreen.svg +35 -0
  2401. package/src/illustrations/sapIllus-Spot-Survey.svg +32 -0
  2402. package/src/illustrations/sapIllus-Spot-Tent.svg +29 -0
  2403. package/src/illustrations/sapIllus-Spot-UnableToLoad.svg +119 -0
  2404. package/src/illustrations/sapIllus-Spot-UnableToLoadImage.svg +28 -0
  2405. package/src/illustrations/sapIllus-Spot-UnableToUpload.svg +28 -0
  2406. package/src/illustrations/sapIllus-Spot-UploadCollection.svg +33 -0
  2407. package/src/illustrations/sapIllus-Spot-UploadToCloud.svg +21 -0
  2408. package/src/illustrations/sapIllus-Spot-UserHasSignedUp.svg +34 -0
  2409. package/src/illustrations/tnt/tnt-Dialog-Avatar.svg +124 -0
  2410. package/src/illustrations/tnt/tnt-Dialog-Calculator.svg +80 -0
  2411. package/src/illustrations/tnt/tnt-Dialog-ChartArea.svg +14 -0
  2412. package/src/illustrations/tnt/tnt-Dialog-ChartArea2.svg +12 -0
  2413. package/src/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.svg +13 -0
  2414. package/src/illustrations/tnt/tnt-Dialog-ChartBar.svg +12 -0
  2415. package/src/illustrations/tnt/tnt-Dialog-ChartBullet.svg +14 -0
  2416. package/src/illustrations/tnt/tnt-Dialog-ChartDoughnut.svg +13 -0
  2417. package/src/illustrations/tnt/tnt-Dialog-ChartFlow.svg +13 -0
  2418. package/src/illustrations/tnt/tnt-Dialog-ChartGantt.svg +17 -0
  2419. package/src/illustrations/tnt/tnt-Dialog-ChartOrg.svg +15 -0
  2420. package/src/illustrations/tnt/tnt-Dialog-ChartPie.svg +12 -0
  2421. package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
  2422. package/src/illustrations/tnt/tnt-Dialog-Company.svg +13 -0
  2423. package/src/illustrations/tnt/tnt-Dialog-Compass.svg +34 -0
  2424. package/src/illustrations/tnt/tnt-Dialog-Components.svg +9 -0
  2425. package/src/illustrations/tnt/tnt-Dialog-Dialog.svg +32 -0
  2426. package/src/illustrations/tnt/tnt-Dialog-EmptyContentPane.svg +18 -0
  2427. package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +11 -0
  2428. package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +17 -0
  2429. package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +16 -0
  2430. package/src/illustrations/tnt/tnt-Dialog-Handshake.svg +32 -0
  2431. package/src/illustrations/tnt/tnt-Dialog-Help.svg +27 -0
  2432. package/src/illustrations/tnt/tnt-Dialog-Lock.svg +12 -0
  2433. package/src/illustrations/tnt/tnt-Dialog-Mission.svg +18 -0
  2434. package/src/illustrations/tnt/tnt-Dialog-MissionFailed.svg +41 -0
  2435. package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +15 -0
  2436. package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +11 -0
  2437. package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +15 -0
  2438. package/src/illustrations/tnt/tnt-Dialog-Radar.svg +15 -0
  2439. package/src/illustrations/tnt/tnt-Dialog-RoadMap.svg +41 -0
  2440. package/src/illustrations/tnt/tnt-Dialog-Secrets.svg +11 -0
  2441. package/src/illustrations/tnt/tnt-Dialog-Services.svg +16 -0
  2442. package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +11 -0
  2443. package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +10 -0
  2444. package/src/illustrations/tnt/tnt-Dialog-Settings.svg +37 -0
  2445. package/src/illustrations/tnt/tnt-Dialog-Success.svg +10 -0
  2446. package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +10 -0
  2447. package/src/illustrations/tnt/tnt-Dialog-Systems.svg +11 -0
  2448. package/src/illustrations/tnt/tnt-Dialog-Teams.svg +17 -0
  2449. package/src/illustrations/tnt/tnt-Dialog-Tools.svg +12 -0
  2450. package/src/illustrations/tnt/tnt-Dialog-Tutorials.svg +78 -0
  2451. package/src/illustrations/tnt/tnt-Dialog-UnableToLoad.svg +9 -0
  2452. package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +12 -0
  2453. package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +11 -0
  2454. package/src/illustrations/tnt/tnt-Dialog-User2.svg +13 -0
  2455. package/src/illustrations/tnt/tnt-Dot-Avatar.svg +12 -0
  2456. package/src/illustrations/tnt/tnt-Dot-Calculator.svg +11 -0
  2457. package/src/illustrations/tnt/tnt-Dot-Compass.svg +9 -0
  2458. package/src/illustrations/tnt/tnt-Dot-Dialog.svg +19 -0
  2459. package/src/illustrations/tnt/tnt-Dot-EmptyContentPane.svg +15 -0
  2460. package/src/illustrations/tnt/tnt-Dot-Handshake.svg +18 -0
  2461. package/src/illustrations/tnt/tnt-Dot-Help.svg +8 -0
  2462. package/src/illustrations/tnt/tnt-Dot-MissionFailed.svg +9 -0
  2463. package/src/illustrations/tnt/tnt-Dot-RoadMap.svg +5 -0
  2464. package/src/illustrations/tnt/tnt-Dot-Settings.svg +6 -0
  2465. package/src/illustrations/tnt/tnt-Dot-Tutorials.svg +7 -0
  2466. package/src/illustrations/tnt/tnt-Scene-Avatar.svg +130 -0
  2467. package/src/illustrations/tnt/tnt-Scene-Calculator.svg +83 -0
  2468. package/src/illustrations/tnt/tnt-Scene-ChartArea.svg +22 -0
  2469. package/src/illustrations/tnt/tnt-Scene-ChartArea2.svg +19 -0
  2470. package/src/illustrations/tnt/tnt-Scene-ChartBPMNFlow.svg +21 -0
  2471. package/src/illustrations/tnt/tnt-Scene-ChartBar.svg +19 -0
  2472. package/src/illustrations/tnt/tnt-Scene-ChartBullet.svg +20 -0
  2473. package/src/illustrations/tnt/tnt-Scene-ChartDoughnut.svg +19 -0
  2474. package/src/illustrations/tnt/tnt-Scene-ChartFlow.svg +20 -0
  2475. package/src/illustrations/tnt/tnt-Scene-ChartGantt.svg +26 -0
  2476. package/src/illustrations/tnt/tnt-Scene-ChartOrg.svg +26 -0
  2477. package/src/illustrations/tnt/tnt-Scene-ChartPie.svg +18 -0
  2478. package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +9 -0
  2479. package/src/illustrations/tnt/tnt-Scene-Company.svg +30 -0
  2480. package/src/illustrations/tnt/tnt-Scene-Compass.svg +34 -0
  2481. package/src/illustrations/tnt/tnt-Scene-Components.svg +16 -0
  2482. package/src/illustrations/tnt/tnt-Scene-Dialog.svg +35 -0
  2483. package/src/illustrations/tnt/tnt-Scene-EmptyContentPane.svg +15 -0
  2484. package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +14 -0
  2485. package/src/illustrations/tnt/tnt-Scene-FaceID.svg +21 -0
  2486. package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +35 -0
  2487. package/src/illustrations/tnt/tnt-Scene-Handshake.svg +32 -0
  2488. package/src/illustrations/tnt/tnt-Scene-Help.svg +29 -0
  2489. package/src/illustrations/tnt/tnt-Scene-Lock.svg +22 -0
  2490. package/src/illustrations/tnt/tnt-Scene-Mission.svg +19 -0
  2491. package/src/illustrations/tnt/tnt-Scene-MissionFailed.svg +49 -0
  2492. package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +17 -0
  2493. package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +20 -0
  2494. package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +16 -0
  2495. package/src/illustrations/tnt/tnt-Scene-Radar.svg +20 -0
  2496. package/src/illustrations/tnt/tnt-Scene-RoadMap.svg +45 -0
  2497. package/src/illustrations/tnt/tnt-Scene-Secrets.svg +14 -0
  2498. package/src/illustrations/tnt/tnt-Scene-Services.svg +17 -0
  2499. package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +18 -0
  2500. package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +17 -0
  2501. package/src/illustrations/tnt/tnt-Scene-Settings.svg +38 -0
  2502. package/src/illustrations/tnt/tnt-Scene-Success.svg +18 -0
  2503. package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +20 -0
  2504. package/src/illustrations/tnt/tnt-Scene-Systems.svg +12 -0
  2505. package/src/illustrations/tnt/tnt-Scene-Teams.svg +20 -0
  2506. package/src/illustrations/tnt/tnt-Scene-Tools.svg +18 -0
  2507. package/src/illustrations/tnt/tnt-Scene-Tutorials.svg +84 -0
  2508. package/src/illustrations/tnt/tnt-Scene-UnableToLoad.svg +20 -0
  2509. package/src/illustrations/tnt/tnt-Scene-Unlock.svg +15 -0
  2510. package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +22 -0
  2511. package/src/illustrations/tnt/tnt-Scene-User2.svg +22 -0
  2512. package/src/illustrations/tnt/tnt-Spot-Avatar.svg +105 -0
  2513. package/src/illustrations/tnt/tnt-Spot-Calculator.svg +130 -0
  2514. package/src/illustrations/tnt/tnt-Spot-ChartArea.svg +13 -0
  2515. package/src/illustrations/tnt/tnt-Spot-ChartArea2.svg +7 -0
  2516. package/src/illustrations/tnt/tnt-Spot-ChartBPMNFlow.svg +9 -0
  2517. package/src/illustrations/tnt/tnt-Spot-ChartBar.svg +8 -0
  2518. package/src/illustrations/tnt/tnt-Spot-ChartBullet.svg +10 -0
  2519. package/src/illustrations/tnt/tnt-Spot-ChartDoughnut.svg +9 -0
  2520. package/src/illustrations/tnt/tnt-Spot-ChartFlow.svg +8 -0
  2521. package/src/illustrations/tnt/tnt-Spot-ChartGantt.svg +12 -0
  2522. package/src/illustrations/tnt/tnt-Spot-ChartOrg.svg +6 -0
  2523. package/src/illustrations/tnt/tnt-Spot-ChartPie.svg +8 -0
  2524. package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
  2525. package/src/illustrations/tnt/tnt-Spot-Company.svg +13 -0
  2526. package/src/illustrations/tnt/tnt-Spot-Compass.svg +34 -0
  2527. package/src/illustrations/tnt/tnt-Spot-Components.svg +5 -0
  2528. package/src/illustrations/tnt/tnt-Spot-Dialog.svg +32 -0
  2529. package/src/illustrations/tnt/tnt-Spot-EmptyContentPane.svg +16 -0
  2530. package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +9 -0
  2531. package/src/illustrations/tnt/tnt-Spot-FaceID.svg +16 -0
  2532. package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +10 -0
  2533. package/src/illustrations/tnt/tnt-Spot-Handshake.svg +64 -0
  2534. package/src/illustrations/tnt/tnt-Spot-Help.svg +23 -0
  2535. package/src/illustrations/tnt/tnt-Spot-Lock.svg +13 -0
  2536. package/src/illustrations/tnt/tnt-Spot-Mission.svg +17 -0
  2537. package/src/illustrations/tnt/tnt-Spot-MissionFailed.svg +113 -0
  2538. package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +11 -0
  2539. package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +8 -0
  2540. package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +11 -0
  2541. package/src/illustrations/tnt/tnt-Spot-Radar.svg +14 -0
  2542. package/src/illustrations/tnt/tnt-Spot-RoadMap.svg +165 -0
  2543. package/src/illustrations/tnt/tnt-Spot-Secrets.svg +9 -0
  2544. package/src/illustrations/tnt/tnt-Spot-Services.svg +14 -0
  2545. package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +9 -0
  2546. package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +9 -0
  2547. package/src/illustrations/tnt/tnt-Spot-Settings.svg +37 -0
  2548. package/src/illustrations/tnt/tnt-Spot-Success.svg +9 -0
  2549. package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +9 -0
  2550. package/src/illustrations/tnt/tnt-Spot-Systems.svg +10 -0
  2551. package/src/illustrations/tnt/tnt-Spot-Teams.svg +13 -0
  2552. package/src/illustrations/tnt/tnt-Spot-Tools.svg +7 -0
  2553. package/src/illustrations/tnt/tnt-Spot-Tutorials.svg +91 -0
  2554. package/src/illustrations/tnt/tnt-Spot-UnableToLoad.svg +8 -0
  2555. package/src/illustrations/tnt/tnt-Spot-Unlock.svg +11 -0
  2556. package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +10 -0
  2557. package/src/illustrations/tnt/tnt-Spot-User2.svg +10 -0
  2558. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.svg +15 -0
  2559. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.svg +23 -0
  2560. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.svg +14 -0
  2561. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.svg +13 -0
  2562. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.svg +21 -0
  2563. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.svg +13 -0
  2564. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.svg +18 -0
  2565. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.svg +17 -0
  2566. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.svg +18 -0
  2567. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.svg +18 -0
  2568. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.svg +29 -0
  2569. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.svg +19 -0
  2570. package/src/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.svg +9 -0
  2571. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Company.svg +22 -0
  2572. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Compass.svg +16 -0
  2573. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Components.svg +21 -0
  2574. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.svg +22 -0
  2575. package/src/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.svg +22 -0
  2576. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.svg +17 -0
  2577. package/src/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.svg +17 -0
  2578. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.svg +12 -0
  2579. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.svg +21 -0
  2580. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Help.svg +11 -0
  2581. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Lock.svg +21 -0
  2582. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Mission.svg +14 -0
  2583. package/src/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.svg +11 -0
  2584. package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.svg +18 -0
  2585. package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.svg +21 -0
  2586. package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.svg +18 -0
  2587. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Radar.svg +13 -0
  2588. package/src/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.svg +91 -0
  2589. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.svg +12 -0
  2590. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Services.svg +15 -0
  2591. package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.svg +13 -0
  2592. package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.svg +11 -0
  2593. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Settings.svg +8 -0
  2594. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Success.svg +19 -0
  2595. package/src/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.svg +26 -0
  2596. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Systems.svg +24 -0
  2597. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Teams.svg +26 -0
  2598. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tools.svg +21 -0
  2599. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.svg +17 -0
  2600. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.svg +17 -0
  2601. package/src/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.svg +26 -0
  2602. package/src/illustrations-v5/tnt/hc/tnt-Dot-Avatar.svg +12 -0
  2603. package/src/illustrations-v5/tnt/hc/tnt-Dot-Calculator.svg +12 -0
  2604. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.svg +7 -0
  2605. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.svg +6 -0
  2606. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.svg +13 -0
  2607. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.svg +6 -0
  2608. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.svg +9 -0
  2609. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.svg +7 -0
  2610. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.svg +11 -0
  2611. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.svg +10 -0
  2612. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.svg +13 -0
  2613. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.svg +8 -0
  2614. package/src/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.svg +6 -0
  2615. package/src/illustrations-v5/tnt/hc/tnt-Dot-Company.svg +11 -0
  2616. package/src/illustrations-v5/tnt/hc/tnt-Dot-Compass.svg +9 -0
  2617. package/src/illustrations-v5/tnt/hc/tnt-Dot-Components.svg +10 -0
  2618. package/src/illustrations-v5/tnt/hc/tnt-Dot-Dialog.svg +22 -0
  2619. package/src/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.svg +10 -0
  2620. package/src/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.svg +10 -0
  2621. package/src/illustrations-v5/tnt/hc/tnt-Dot-FaceID.svg +18 -0
  2622. package/src/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.svg +8 -0
  2623. package/src/illustrations-v5/tnt/hc/tnt-Dot-Handshake.svg +18 -0
  2624. package/src/illustrations-v5/tnt/hc/tnt-Dot-Help.svg +8 -0
  2625. package/src/illustrations-v5/tnt/hc/tnt-Dot-Lock.svg +13 -0
  2626. package/src/illustrations-v5/tnt/hc/tnt-Dot-Mission.svg +9 -0
  2627. package/src/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.svg +9 -0
  2628. package/src/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.svg +15 -0
  2629. package/src/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.svg +41 -0
  2630. package/src/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.svg +12 -0
  2631. package/src/illustrations-v5/tnt/hc/tnt-Dot-Radar.svg +11 -0
  2632. package/src/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.svg +7 -0
  2633. package/src/illustrations-v5/tnt/hc/tnt-Dot-Secrets.svg +6 -0
  2634. package/src/illustrations-v5/tnt/hc/tnt-Dot-Services.svg +11 -0
  2635. package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.svg +7 -0
  2636. package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.svg +8 -0
  2637. package/src/illustrations-v5/tnt/hc/tnt-Dot-Settings.svg +6 -0
  2638. package/src/illustrations-v5/tnt/hc/tnt-Dot-Success.svg +8 -0
  2639. package/src/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.svg +11 -0
  2640. package/src/illustrations-v5/tnt/hc/tnt-Dot-Systems.svg +14 -0
  2641. package/src/illustrations-v5/tnt/hc/tnt-Dot-Teams.svg +15 -0
  2642. package/src/illustrations-v5/tnt/hc/tnt-Dot-Tools.svg +17 -0
  2643. package/src/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.svg +7 -0
  2644. package/src/illustrations-v5/tnt/hc/tnt-Dot-Unlock.svg +19 -0
  2645. package/src/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.svg +11 -0
  2646. package/src/illustrations-v5/tnt/hc/tnt-Scene-Avatar.svg +22 -0
  2647. package/src/illustrations-v5/tnt/hc/tnt-Scene-Calculator.svg +31 -0
  2648. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.svg +20 -0
  2649. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.svg +19 -0
  2650. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.svg +27 -0
  2651. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.svg +19 -0
  2652. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.svg +24 -0
  2653. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.svg +23 -0
  2654. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.svg +24 -0
  2655. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.svg +24 -0
  2656. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.svg +35 -0
  2657. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.svg +24 -0
  2658. package/src/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.svg +13 -0
  2659. package/src/illustrations-v5/tnt/hc/tnt-Scene-Company.svg +29 -0
  2660. package/src/illustrations-v5/tnt/hc/tnt-Scene-Compass.svg +23 -0
  2661. package/src/illustrations-v5/tnt/hc/tnt-Scene-Components.svg +25 -0
  2662. package/src/illustrations-v5/tnt/hc/tnt-Scene-Dialog.svg +16 -0
  2663. package/src/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.svg +26 -0
  2664. package/src/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.svg +21 -0
  2665. package/src/illustrations-v5/tnt/hc/tnt-Scene-FaceID.svg +27 -0
  2666. package/src/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.svg +16 -0
  2667. package/src/illustrations-v5/tnt/hc/tnt-Scene-Handshake.svg +25 -0
  2668. package/src/illustrations-v5/tnt/hc/tnt-Scene-Help.svg +20 -0
  2669. package/src/illustrations-v5/tnt/hc/tnt-Scene-Lock.svg +25 -0
  2670. package/src/illustrations-v5/tnt/hc/tnt-Scene-Mission.svg +20 -0
  2671. package/src/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.svg +17 -0
  2672. package/src/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.svg +22 -0
  2673. package/src/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.svg +25 -0
  2674. package/src/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.svg +22 -0
  2675. package/src/illustrations-v5/tnt/hc/tnt-Scene-Radar.svg +18 -0
  2676. package/src/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.svg +29 -0
  2677. package/src/illustrations-v5/tnt/hc/tnt-Scene-Secrets.svg +20 -0
  2678. package/src/illustrations-v5/tnt/hc/tnt-Scene-Services.svg +19 -0
  2679. package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.svg +17 -0
  2680. package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.svg +15 -0
  2681. package/src/illustrations-v5/tnt/hc/tnt-Scene-Settings.svg +12 -0
  2682. package/src/illustrations-v5/tnt/hc/tnt-Scene-Success.svg +26 -0
  2683. package/src/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.svg +33 -0
  2684. package/src/illustrations-v5/tnt/hc/tnt-Scene-Systems.svg +30 -0
  2685. package/src/illustrations-v5/tnt/hc/tnt-Scene-Teams.svg +30 -0
  2686. package/src/illustrations-v5/tnt/hc/tnt-Scene-Tools.svg +25 -0
  2687. package/src/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.svg +26 -0
  2688. package/src/illustrations-v5/tnt/hc/tnt-Scene-Unlock.svg +21 -0
  2689. package/src/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.svg +33 -0
  2690. package/src/illustrations-v5/tnt/hc/tnt-Spot-Avatar.svg +16 -0
  2691. package/src/illustrations-v5/tnt/hc/tnt-Spot-Calculator.svg +23 -0
  2692. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.svg +14 -0
  2693. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.svg +13 -0
  2694. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.svg +20 -0
  2695. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.svg +13 -0
  2696. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.svg +18 -0
  2697. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.svg +17 -0
  2698. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.svg +18 -0
  2699. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.svg +18 -0
  2700. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.svg +29 -0
  2701. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.svg +18 -0
  2702. package/src/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.svg +9 -0
  2703. package/src/illustrations-v5/tnt/hc/tnt-Spot-Company.svg +22 -0
  2704. package/src/illustrations-v5/tnt/hc/tnt-Spot-Compass.svg +16 -0
  2705. package/src/illustrations-v5/tnt/hc/tnt-Spot-Components.svg +19 -0
  2706. package/src/illustrations-v5/tnt/hc/tnt-Spot-Dialog.svg +22 -0
  2707. package/src/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.svg +22 -0
  2708. package/src/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.svg +17 -0
  2709. package/src/illustrations-v5/tnt/hc/tnt-Spot-FaceID.svg +17 -0
  2710. package/src/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.svg +8 -0
  2711. package/src/illustrations-v5/tnt/hc/tnt-Spot-Handshake.svg +26 -0
  2712. package/src/illustrations-v5/tnt/hc/tnt-Spot-Help.svg +11 -0
  2713. package/src/illustrations-v5/tnt/hc/tnt-Spot-Lock.svg +21 -0
  2714. package/src/illustrations-v5/tnt/hc/tnt-Spot-Mission.svg +10 -0
  2715. package/src/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.svg +10 -0
  2716. package/src/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.svg +18 -0
  2717. package/src/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.svg +21 -0
  2718. package/src/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.svg +18 -0
  2719. package/src/illustrations-v5/tnt/hc/tnt-Spot-Radar.svg +11 -0
  2720. package/src/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.svg +77 -0
  2721. package/src/illustrations-v5/tnt/hc/tnt-Spot-Secrets.svg +12 -0
  2722. package/src/illustrations-v5/tnt/hc/tnt-Spot-Services.svg +15 -0
  2723. package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.svg +13 -0
  2724. package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.svg +11 -0
  2725. package/src/illustrations-v5/tnt/hc/tnt-Spot-Settings.svg +8 -0
  2726. package/src/illustrations-v5/tnt/hc/tnt-Spot-Success.svg +12 -0
  2727. package/src/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.svg +26 -0
  2728. package/src/illustrations-v5/tnt/hc/tnt-Spot-Systems.svg +24 -0
  2729. package/src/illustrations-v5/tnt/hc/tnt-Spot-Teams.svg +26 -0
  2730. package/src/illustrations-v5/tnt/hc/tnt-Spot-Tools.svg +21 -0
  2731. package/src/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.svg +17 -0
  2732. package/src/illustrations-v5/tnt/hc/tnt-Spot-Unlock.svg +17 -0
  2733. package/src/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.svg +26 -0
  2734. package/src/illustrations-v5/tnt/tnt-Dialog-Avatar.svg +48 -0
  2735. package/src/illustrations-v5/tnt/tnt-Dialog-Calculator.svg +26 -0
  2736. package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea.svg +10 -0
  2737. package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea2.svg +11 -0
  2738. package/src/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.svg +17 -0
  2739. package/src/illustrations-v5/tnt/tnt-Dialog-ChartBar.svg +12 -0
  2740. package/src/illustrations-v5/tnt/tnt-Dialog-ChartBullet.svg +13 -0
  2741. package/src/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.svg +12 -0
  2742. package/src/illustrations-v5/tnt/tnt-Dialog-ChartFlow.svg +16 -0
  2743. package/src/illustrations-v5/tnt/tnt-Dialog-ChartGantt.svg +12 -0
  2744. package/src/illustrations-v5/tnt/tnt-Dialog-ChartOrg.svg +19 -0
  2745. package/src/illustrations-v5/tnt/tnt-Dialog-ChartPie.svg +12 -0
  2746. package/src/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
  2747. package/src/illustrations-v5/tnt/tnt-Dialog-Company.svg +13 -0
  2748. package/src/illustrations-v5/tnt/tnt-Dialog-Compass.svg +18 -0
  2749. package/src/illustrations-v5/tnt/tnt-Dialog-Components.svg +16 -0
  2750. package/src/illustrations-v5/tnt/tnt-Dialog-Dialog.svg +10 -0
  2751. package/src/illustrations-v5/tnt/tnt-Dialog-ExternalLink.svg +14 -0
  2752. package/src/illustrations-v5/tnt/tnt-Dialog-FaceID.svg +22 -0
  2753. package/src/illustrations-v5/tnt/tnt-Dialog-Fingerprint.svg +31 -0
  2754. package/src/illustrations-v5/tnt/tnt-Dialog-Handshake.svg +38 -0
  2755. package/src/illustrations-v5/tnt/tnt-Dialog-Help.svg +10 -0
  2756. package/src/illustrations-v5/tnt/tnt-Dialog-Lock.svg +43 -0
  2757. package/src/illustrations-v5/tnt/tnt-Dialog-Mission.svg +25 -0
  2758. package/src/illustrations-v5/tnt/tnt-Dialog-MissionFailed.svg +23 -0
  2759. package/src/illustrations-v5/tnt/tnt-Dialog-NoApplications.svg +12 -0
  2760. package/src/illustrations-v5/tnt/tnt-Dialog-NoFlows.svg +12 -0
  2761. package/src/illustrations-v5/tnt/tnt-Dialog-NoUsers.svg +12 -0
  2762. package/src/illustrations-v5/tnt/tnt-Dialog-Radar.svg +27 -0
  2763. package/src/illustrations-v5/tnt/tnt-Dialog-RoadMap.svg +31 -0
  2764. package/src/illustrations-v5/tnt/tnt-Dialog-Secrets.svg +17 -0
  2765. package/src/illustrations-v5/tnt/tnt-Dialog-Services.svg +29 -0
  2766. package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpired.svg +22 -0
  2767. package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.svg +21 -0
  2768. package/src/illustrations-v5/tnt/tnt-Dialog-Settings.svg +18 -0
  2769. package/src/illustrations-v5/tnt/tnt-Dialog-Success.svg +20 -0
  2770. package/src/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.svg +13 -0
  2771. package/src/illustrations-v5/tnt/tnt-Dialog-Systems.svg +18 -0
  2772. package/src/illustrations-v5/tnt/tnt-Dialog-Teams.svg +78 -0
  2773. package/src/illustrations-v5/tnt/tnt-Dialog-Tools.svg +25 -0
  2774. package/src/illustrations-v5/tnt/tnt-Dialog-Tutorials.svg +17 -0
  2775. package/src/illustrations-v5/tnt/tnt-Dialog-Unlock.svg +44 -0
  2776. package/src/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.svg +13 -0
  2777. package/src/illustrations-v5/tnt/tnt-Dot-Avatar.svg +20 -0
  2778. package/src/illustrations-v5/tnt/tnt-Dot-Calculator.svg +7 -0
  2779. package/src/illustrations-v5/tnt/tnt-Dot-ChartArea.svg +8 -0
  2780. package/src/illustrations-v5/tnt/tnt-Dot-ChartArea2.svg +16 -0
  2781. package/src/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.svg +16 -0
  2782. package/src/illustrations-v5/tnt/tnt-Dot-ChartBar.svg +17 -0
  2783. package/src/illustrations-v5/tnt/tnt-Dot-ChartBullet.svg +20 -0
  2784. package/src/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.svg +10 -0
  2785. package/src/illustrations-v5/tnt/tnt-Dot-ChartFlow.svg +14 -0
  2786. package/src/illustrations-v5/tnt/tnt-Dot-ChartGantt.svg +11 -0
  2787. package/src/illustrations-v5/tnt/tnt-Dot-ChartOrg.svg +24 -0
  2788. package/src/illustrations-v5/tnt/tnt-Dot-ChartPie.svg +10 -0
  2789. package/src/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.svg +4 -0
  2790. package/src/illustrations-v5/tnt/tnt-Dot-Company.svg +14 -0
  2791. package/src/illustrations-v5/tnt/tnt-Dot-Compass.svg +17 -0
  2792. package/src/illustrations-v5/tnt/tnt-Dot-Components.svg +21 -0
  2793. package/src/illustrations-v5/tnt/tnt-Dot-Dialog.svg +8 -0
  2794. package/src/illustrations-v5/tnt/tnt-Dot-ExternalLink.svg +9 -0
  2795. package/src/illustrations-v5/tnt/tnt-Dot-FaceID.svg +20 -0
  2796. package/src/illustrations-v5/tnt/tnt-Dot-Fingerprint.svg +12 -0
  2797. package/src/illustrations-v5/tnt/tnt-Dot-Handshake.svg +35 -0
  2798. package/src/illustrations-v5/tnt/tnt-Dot-Help.svg +15 -0
  2799. package/src/illustrations-v5/tnt/tnt-Dot-Lock.svg +25 -0
  2800. package/src/illustrations-v5/tnt/tnt-Dot-Mission.svg +20 -0
  2801. package/src/illustrations-v5/tnt/tnt-Dot-MissionFailed.svg +19 -0
  2802. package/src/illustrations-v5/tnt/tnt-Dot-NoApplications.svg +10 -0
  2803. package/src/illustrations-v5/tnt/tnt-Dot-NoFlows.svg +10 -0
  2804. package/src/illustrations-v5/tnt/tnt-Dot-NoUsers.svg +17 -0
  2805. package/src/illustrations-v5/tnt/tnt-Dot-Radar.svg +27 -0
  2806. package/src/illustrations-v5/tnt/tnt-Dot-RoadMap.svg +10 -0
  2807. package/src/illustrations-v5/tnt/tnt-Dot-Secrets.svg +15 -0
  2808. package/src/illustrations-v5/tnt/tnt-Dot-Services.svg +13 -0
  2809. package/src/illustrations-v5/tnt/tnt-Dot-SessionExpired.svg +12 -0
  2810. package/src/illustrations-v5/tnt/tnt-Dot-SessionExpiring.svg +19 -0
  2811. package/src/illustrations-v5/tnt/tnt-Dot-Settings.svg +7 -0
  2812. package/src/illustrations-v5/tnt/tnt-Dot-Success.svg +14 -0
  2813. package/src/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.svg +9 -0
  2814. package/src/illustrations-v5/tnt/tnt-Dot-Systems.svg +14 -0
  2815. package/src/illustrations-v5/tnt/tnt-Dot-Teams.svg +31 -0
  2816. package/src/illustrations-v5/tnt/tnt-Dot-Tools.svg +25 -0
  2817. package/src/illustrations-v5/tnt/tnt-Dot-Tutorials.svg +15 -0
  2818. package/src/illustrations-v5/tnt/tnt-Dot-Unlock.svg +27 -0
  2819. package/src/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.svg +9 -0
  2820. package/src/illustrations-v5/tnt/tnt-Scene-Avatar.svg +48 -0
  2821. package/src/illustrations-v5/tnt/tnt-Scene-Calculator.svg +21 -0
  2822. package/src/illustrations-v5/tnt/tnt-Scene-ChartArea.svg +10 -0
  2823. package/src/illustrations-v5/tnt/tnt-Scene-ChartArea2.svg +11 -0
  2824. package/src/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.svg +17 -0
  2825. package/src/illustrations-v5/tnt/tnt-Scene-ChartBar.svg +12 -0
  2826. package/src/illustrations-v5/tnt/tnt-Scene-ChartBullet.svg +17 -0
  2827. package/src/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.svg +12 -0
  2828. package/src/illustrations-v5/tnt/tnt-Scene-ChartFlow.svg +16 -0
  2829. package/src/illustrations-v5/tnt/tnt-Scene-ChartGantt.svg +12 -0
  2830. package/src/illustrations-v5/tnt/tnt-Scene-ChartOrg.svg +18 -0
  2831. package/src/illustrations-v5/tnt/tnt-Scene-ChartPie.svg +12 -0
  2832. package/src/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.svg +6 -0
  2833. package/src/illustrations-v5/tnt/tnt-Scene-Company.svg +13 -0
  2834. package/src/illustrations-v5/tnt/tnt-Scene-Compass.svg +18 -0
  2835. package/src/illustrations-v5/tnt/tnt-Scene-Components.svg +18 -0
  2836. package/src/illustrations-v5/tnt/tnt-Scene-Dialog.svg +10 -0
  2837. package/src/illustrations-v5/tnt/tnt-Scene-ExternalLink.svg +14 -0
  2838. package/src/illustrations-v5/tnt/tnt-Scene-FaceID.svg +21 -0
  2839. package/src/illustrations-v5/tnt/tnt-Scene-Fingerprint.svg +31 -0
  2840. package/src/illustrations-v5/tnt/tnt-Scene-Handshake.svg +38 -0
  2841. package/src/illustrations-v5/tnt/tnt-Scene-Help.svg +17 -0
  2842. package/src/illustrations-v5/tnt/tnt-Scene-Lock.svg +43 -0
  2843. package/src/illustrations-v5/tnt/tnt-Scene-Mission.svg +32 -0
  2844. package/src/illustrations-v5/tnt/tnt-Scene-MissionFailed.svg +23 -0
  2845. package/src/illustrations-v5/tnt/tnt-Scene-NoApplications.svg +12 -0
  2846. package/src/illustrations-v5/tnt/tnt-Scene-NoFlows.svg +12 -0
  2847. package/src/illustrations-v5/tnt/tnt-Scene-NoUsers.svg +19 -0
  2848. package/src/illustrations-v5/tnt/tnt-Scene-Radar.svg +29 -0
  2849. package/src/illustrations-v5/tnt/tnt-Scene-RoadMap.svg +31 -0
  2850. package/src/illustrations-v5/tnt/tnt-Scene-Secrets.svg +17 -0
  2851. package/src/illustrations-v5/tnt/tnt-Scene-Services.svg +29 -0
  2852. package/src/illustrations-v5/tnt/tnt-Scene-SessionExpired.svg +23 -0
  2853. package/src/illustrations-v5/tnt/tnt-Scene-SessionExpiring.svg +21 -0
  2854. package/src/illustrations-v5/tnt/tnt-Scene-Settings.svg +18 -0
  2855. package/src/illustrations-v5/tnt/tnt-Scene-Success.svg +20 -0
  2856. package/src/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.svg +18 -0
  2857. package/src/illustrations-v5/tnt/tnt-Scene-Systems.svg +27 -0
  2858. package/src/illustrations-v5/tnt/tnt-Scene-Teams.svg +84 -0
  2859. package/src/illustrations-v5/tnt/tnt-Scene-Tools.svg +46 -0
  2860. package/src/illustrations-v5/tnt/tnt-Scene-Tutorials.svg +17 -0
  2861. package/src/illustrations-v5/tnt/tnt-Scene-Unlock.svg +44 -0
  2862. package/src/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.svg +18 -0
  2863. package/src/illustrations-v5/tnt/tnt-Spot-Avatar.svg +48 -0
  2864. package/src/illustrations-v5/tnt/tnt-Spot-Calculator.svg +25 -0
  2865. package/src/illustrations-v5/tnt/tnt-Spot-ChartArea.svg +9 -0
  2866. package/src/illustrations-v5/tnt/tnt-Spot-ChartArea2.svg +10 -0
  2867. package/src/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.svg +17 -0
  2868. package/src/illustrations-v5/tnt/tnt-Spot-ChartBar.svg +11 -0
  2869. package/src/illustrations-v5/tnt/tnt-Spot-ChartBullet.svg +12 -0
  2870. package/src/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.svg +11 -0
  2871. package/src/illustrations-v5/tnt/tnt-Spot-ChartFlow.svg +13 -0
  2872. package/src/illustrations-v5/tnt/tnt-Spot-ChartGantt.svg +11 -0
  2873. package/src/illustrations-v5/tnt/tnt-Spot-ChartOrg.svg +18 -0
  2874. package/src/illustrations-v5/tnt/tnt-Spot-ChartPie.svg +11 -0
  2875. package/src/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
  2876. package/src/illustrations-v5/tnt/tnt-Spot-Company.svg +13 -0
  2877. package/src/illustrations-v5/tnt/tnt-Spot-Compass.svg +18 -0
  2878. package/src/illustrations-v5/tnt/tnt-Spot-Components.svg +18 -0
  2879. package/src/illustrations-v5/tnt/tnt-Spot-Dialog.svg +10 -0
  2880. package/src/illustrations-v5/tnt/tnt-Spot-ExternalLink.svg +13 -0
  2881. package/src/illustrations-v5/tnt/tnt-Spot-FaceID.svg +21 -0
  2882. package/src/illustrations-v5/tnt/tnt-Spot-Fingerprint.svg +31 -0
  2883. package/src/illustrations-v5/tnt/tnt-Spot-Handshake.svg +38 -0
  2884. package/src/illustrations-v5/tnt/tnt-Spot-Help.svg +9 -0
  2885. package/src/illustrations-v5/tnt/tnt-Spot-Lock.svg +43 -0
  2886. package/src/illustrations-v5/tnt/tnt-Spot-Mission.svg +25 -0
  2887. package/src/illustrations-v5/tnt/tnt-Spot-MissionFailed.svg +23 -0
  2888. package/src/illustrations-v5/tnt/tnt-Spot-NoApplications.svg +11 -0
  2889. package/src/illustrations-v5/tnt/tnt-Spot-NoFlows.svg +11 -0
  2890. package/src/illustrations-v5/tnt/tnt-Spot-NoUsers.svg +12 -0
  2891. package/src/illustrations-v5/tnt/tnt-Spot-Radar.svg +27 -0
  2892. package/src/illustrations-v5/tnt/tnt-Spot-RoadMap.svg +31 -0
  2893. package/src/illustrations-v5/tnt/tnt-Spot-Secrets.svg +17 -0
  2894. package/src/illustrations-v5/tnt/tnt-Spot-Services.svg +29 -0
  2895. package/src/illustrations-v5/tnt/tnt-Spot-SessionExpired.svg +22 -0
  2896. package/src/illustrations-v5/tnt/tnt-Spot-SessionExpiring.svg +19 -0
  2897. package/src/illustrations-v5/tnt/tnt-Spot-Settings.svg +14 -0
  2898. package/src/illustrations-v5/tnt/tnt-Spot-Success.svg +20 -0
  2899. package/src/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.svg +14 -0
  2900. package/src/illustrations-v5/tnt/tnt-Spot-Systems.svg +18 -0
  2901. package/src/illustrations-v5/tnt/tnt-Spot-Teams.svg +78 -0
  2902. package/src/illustrations-v5/tnt/tnt-Spot-Tools.svg +25 -0
  2903. package/src/illustrations-v5/tnt/tnt-Spot-Tutorials.svg +16 -0
  2904. package/src/illustrations-v5/tnt/tnt-Spot-Unlock.svg +44 -0
  2905. package/src/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.svg +14 -0
  2906. package/src/themes/BarcodeScannerDialog.css +49 -0
  2907. package/src/themes/DynamicPage.css +135 -0
  2908. package/src/themes/DynamicPageHeader.css +9 -0
  2909. package/src/themes/DynamicPageHeaderActions.css +51 -0
  2910. package/src/themes/DynamicPageTitle.css +173 -0
  2911. package/src/themes/DynamicSideContent.css +268 -0
  2912. package/src/themes/FlexibleColumnLayout.css +125 -0
  2913. package/src/themes/IllustratedMessage.css +238 -0
  2914. package/src/themes/InvisibleTextStyles.css +9 -0
  2915. package/src/themes/MediaGallery.css +153 -0
  2916. package/src/themes/MediaGalleryItem.css +130 -0
  2917. package/src/themes/NavigationLayout.css +91 -0
  2918. package/src/themes/NavigationMenu.css +15 -0
  2919. package/src/themes/NavigationMenuItem.css +93 -0
  2920. package/src/themes/NotificationList.css +7 -0
  2921. package/src/themes/NotificationListGroupItem.css +122 -0
  2922. package/src/themes/NotificationListItem.css +207 -0
  2923. package/src/themes/NotificationListItemBase.css +25 -0
  2924. package/src/themes/NotificationStateIcon.css +5 -0
  2925. package/src/themes/Page.css +176 -0
  2926. package/src/themes/ProductSwitch.css +32 -0
  2927. package/src/themes/ProductSwitchItem.css +164 -0
  2928. package/src/themes/Search.css +110 -0
  2929. package/src/themes/SearchField.css +301 -0
  2930. package/src/themes/SearchItem.css +109 -0
  2931. package/src/themes/SearchItemGroup.css +24 -0
  2932. package/src/themes/SearchItemShowMore.css +7 -0
  2933. package/src/themes/SearchMessageArea.css +17 -0
  2934. package/src/themes/ShellBar.css +538 -0
  2935. package/src/themes/ShellBarBranding.css +76 -0
  2936. package/src/themes/ShellBarPopover.css +38 -0
  2937. package/src/themes/ShellBarSearch.css +3 -0
  2938. package/src/themes/SideNavigation.css +78 -0
  2939. package/src/themes/SideNavigationGroup.css +37 -0
  2940. package/src/themes/SideNavigationItem.css +29 -0
  2941. package/src/themes/SideNavigationItemBase.css +376 -0
  2942. package/src/themes/SideNavigationPopover.css +19 -0
  2943. package/src/themes/SideNavigationSubItem.css +25 -0
  2944. package/src/themes/Timeline.css +88 -0
  2945. package/src/themes/TimelineGroupItem.css +184 -0
  2946. package/src/themes/TimelineItem.css +445 -0
  2947. package/src/themes/UploadCollection.css +97 -0
  2948. package/src/themes/UploadCollectionItem.css +181 -0
  2949. package/src/themes/UserMenu.css +174 -0
  2950. package/src/themes/UserMenuItem.css +11 -0
  2951. package/src/themes/UserSettingsAccountView.css +57 -0
  2952. package/src/themes/UserSettingsAppearanceViewItem.css +46 -0
  2953. package/src/themes/UserSettingsDialog.css +114 -0
  2954. package/src/themes/UserSettingsItem.css +77 -0
  2955. package/src/themes/UserSettingsView.css +13 -0
  2956. package/src/themes/ViewSettingsDialog.css +84 -0
  2957. package/src/themes/Wizard.css +139 -0
  2958. package/src/themes/WizardPopover.css +25 -0
  2959. package/src/themes/WizardTab.css +189 -0
  2960. package/src/themes/base/DynamicPage-parameters.css +18 -0
  2961. package/src/themes/base/DynamicPageHeader-parameters.css +5 -0
  2962. package/src/themes/base/DynamicPageHeaderActions-parameters.css +7 -0
  2963. package/src/themes/base/DynamicPageTitle-parameters.css +19 -0
  2964. package/src/themes/base/FlexibleColumnLayout-parameters.css +6 -0
  2965. package/src/themes/base/IllustratedMessage-parameters.css +13 -0
  2966. package/src/themes/base/MediaGallery-parameters.css +5 -0
  2967. package/src/themes/base/MediaGalleryItem-parameters.css +6 -0
  2968. package/src/themes/base/NotificationListItem-parameters.css +33 -0
  2969. package/src/themes/base/Page-parameters.css +4 -0
  2970. package/src/themes/base/ProductSwitchItem-parameters.css +6 -0
  2971. package/src/themes/base/Search-parameters.css +10 -0
  2972. package/src/themes/base/SearchField-parameters.css +32 -0
  2973. package/src/themes/base/ShellBar-parameters.css +26 -0
  2974. package/src/themes/base/SideNavigation-parameters.css +77 -0
  2975. package/src/themes/base/TimelineGroupItem-parameters.css +14 -0
  2976. package/src/themes/base/TimelineItem-parameters.css +70 -0
  2977. package/src/themes/base/UploadCollection-parameters.css +13 -0
  2978. package/src/themes/base/UserSettingsAppearanceViewItem-parameters.css +13 -0
  2979. package/src/themes/base/ViewSettingsDialog-parameters.css +15 -0
  2980. package/src/themes/base/Wizard-parameters.css +4 -0
  2981. package/src/themes/base/WizardTab-parameters.css +11 -0
  2982. package/src/themes/base/rtl-parameters.css +13 -0
  2983. package/src/themes/sap_belize/DynamicPage-parameters.css +16 -0
  2984. package/src/themes/sap_belize_hcb/DynamicPageTitle-parameters.css +6 -0
  2985. package/src/themes/sap_belize_hcw/DynamicPageTitle-parameters.css +6 -0
  2986. package/src/themes/sap_fiori_3/DynamicPageHeaderActions-parameters.css +5 -0
  2987. package/src/themes/sap_fiori_3/DynamicPageTitle-parameters.css +4 -0
  2988. package/src/themes/sap_fiori_3/SearchField-parameters.css +29 -0
  2989. package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
  2990. package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +12 -0
  2991. package/src/themes/sap_fiori_3/TimelineItem-parameters.css +11 -0
  2992. package/src/themes/sap_fiori_3/parameters-bundle.css +23 -0
  2993. package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +28 -0
  2994. package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
  2995. package/src/themes/sap_fiori_3_dark/TimelineItem-parameters.css +9 -0
  2996. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +23 -0
  2997. package/src/themes/sap_fiori_3_hcb/DynamicPageTitle-parameters.css +6 -0
  2998. package/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css +6 -0
  2999. package/src/themes/sap_fiori_3_hcb/MediaGallery-parameters.css +5 -0
  3000. package/src/themes/sap_fiori_3_hcb/Page-parameters.css +4 -0
  3001. package/src/themes/sap_fiori_3_hcb/ProductSwitchItem-parameters.css +6 -0
  3002. package/src/themes/sap_fiori_3_hcb/SearchField-parameters.css +30 -0
  3003. package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
  3004. package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +14 -0
  3005. package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +7 -0
  3006. package/src/themes/sap_fiori_3_hcb/WizardTab-parameters.css +9 -0
  3007. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +24 -0
  3008. package/src/themes/sap_fiori_3_hcw/DynamicPageTitle-parameters.css +6 -0
  3009. package/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css +6 -0
  3010. package/src/themes/sap_fiori_3_hcw/MediaGallery-parameters.css +5 -0
  3011. package/src/themes/sap_fiori_3_hcw/Page-parameters.css +4 -0
  3012. package/src/themes/sap_fiori_3_hcw/ProductSwitchItem-parameters.css +6 -0
  3013. package/src/themes/sap_fiori_3_hcw/SearchField-parameters.css +29 -0
  3014. package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
  3015. package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +14 -0
  3016. package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +6 -0
  3017. package/src/themes/sap_fiori_3_hcw/WizardTab-parameters.css +8 -0
  3018. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +24 -0
  3019. package/src/themes/sap_horizon/DynamicPageHeaderActions-parameters.css +6 -0
  3020. package/src/themes/sap_horizon/DynamicPageTitle-parameters.css +5 -0
  3021. package/src/themes/sap_horizon/FlexibleColumnLayout-parameters.css +3 -0
  3022. package/src/themes/sap_horizon/MediaGallery-parameters.css +5 -0
  3023. package/src/themes/sap_horizon/NotificationListItem-parameters.css +20 -0
  3024. package/src/themes/sap_horizon/ProductSwitchItem-parameters.css +5 -0
  3025. package/src/themes/sap_horizon/ShellBar-parameters.css +30 -0
  3026. package/src/themes/sap_horizon/SideNavigation-parameters.css +55 -0
  3027. package/src/themes/sap_horizon/TimelineItem-parameters.css +21 -0
  3028. package/src/themes/sap_horizon/UploadCollection-parameters.css +11 -0
  3029. package/src/themes/sap_horizon/Wizard-parameters.css +6 -0
  3030. package/src/themes/sap_horizon/WizardTab-parameters.css +11 -0
  3031. package/src/themes/sap_horizon/parameters-bundle.css +27 -0
  3032. package/src/themes/sap_horizon_dark/FlexibleColumnLayout-parameters.css +3 -0
  3033. package/src/themes/sap_horizon_dark/MediaGallery-parameters.css +5 -0
  3034. package/src/themes/sap_horizon_dark/NotificationListItem-parameters.css +20 -0
  3035. package/src/themes/sap_horizon_dark/ProductSwitchItem-parameters.css +5 -0
  3036. package/src/themes/sap_horizon_dark/ShellBar-parameters.css +30 -0
  3037. package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +55 -0
  3038. package/src/themes/sap_horizon_dark/TimelineItem-parameters.css +21 -0
  3039. package/src/themes/sap_horizon_dark/UploadCollection-parameters.css +11 -0
  3040. package/src/themes/sap_horizon_dark/Wizard-parameters.css +6 -0
  3041. package/src/themes/sap_horizon_dark/WizardTab-parameters.css +10 -0
  3042. package/src/themes/sap_horizon_dark/parameters-bundle.css +26 -0
  3043. package/src/themes/sap_horizon_dark_exp/FlexibleColumnLayout-parameters.css +3 -0
  3044. package/src/themes/sap_horizon_dark_exp/NotificationListItem-parameters.css +3 -0
  3045. package/src/themes/sap_horizon_dark_exp/ProductSwitchItem-parameters.css +5 -0
  3046. package/src/themes/sap_horizon_dark_exp/ShellBar-parameters.css +22 -0
  3047. package/src/themes/sap_horizon_dark_exp/SideNavigation-parameters.css +17 -0
  3048. package/src/themes/sap_horizon_dark_exp/TimelineItem-parameters.css +21 -0
  3049. package/src/themes/sap_horizon_dark_exp/UploadCollection-parameters.css +5 -0
  3050. package/src/themes/sap_horizon_dark_exp/Wizard-parameters.css +6 -0
  3051. package/src/themes/sap_horizon_dark_exp/WizardTab-parameters.css +10 -0
  3052. package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +20 -0
  3053. package/src/themes/sap_horizon_exp/FlexibleColumnLayout-parameters.css +3 -0
  3054. package/src/themes/sap_horizon_exp/NotificationListItem-parameters.css +3 -0
  3055. package/src/themes/sap_horizon_exp/ProductSwitchItem-parameters.css +5 -0
  3056. package/src/themes/sap_horizon_exp/ShellBar-parameters.css +28 -0
  3057. package/src/themes/sap_horizon_exp/SideNavigation-parameters.css +17 -0
  3058. package/src/themes/sap_horizon_exp/TimelineItem-parameters.css +21 -0
  3059. package/src/themes/sap_horizon_exp/UploadCollection-parameters.css +5 -0
  3060. package/src/themes/sap_horizon_exp/Wizard-parameters.css +6 -0
  3061. package/src/themes/sap_horizon_exp/WizardTab-parameters.css +11 -0
  3062. package/src/themes/sap_horizon_exp/parameters-bundle.css +21 -0
  3063. package/src/themes/sap_horizon_hcb/DynamicPageTitle-parameters.css +11 -0
  3064. package/src/themes/sap_horizon_hcb/FlexibleColumnLayout-parameters.css +6 -0
  3065. package/src/themes/sap_horizon_hcb/MediaGallery-parameters.css +5 -0
  3066. package/src/themes/sap_horizon_hcb/NotificationListItem-parameters.css +22 -0
  3067. package/src/themes/sap_horizon_hcb/Page-parameters.css +4 -0
  3068. package/src/themes/sap_horizon_hcb/ProductSwitchItem-parameters.css +6 -0
  3069. package/src/themes/sap_horizon_hcb/SearchField-parameters.css +29 -0
  3070. package/src/themes/sap_horizon_hcb/ShellBar-parameters.css +14 -0
  3071. package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +53 -0
  3072. package/src/themes/sap_horizon_hcb/TimelineItem-parameters.css +6 -0
  3073. package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +11 -0
  3074. package/src/themes/sap_horizon_hcb/Wizard-parameters.css +6 -0
  3075. package/src/themes/sap_horizon_hcb/WizardTab-parameters.css +11 -0
  3076. package/src/themes/sap_horizon_hcb/parameters-bundle.css +24 -0
  3077. package/src/themes/sap_horizon_hcb_exp/FlexibleColumnLayout-parameters.css +6 -0
  3078. package/src/themes/sap_horizon_hcb_exp/MediaGallery-parameters.css +5 -0
  3079. package/src/themes/sap_horizon_hcb_exp/Page-parameters.css +4 -0
  3080. package/src/themes/sap_horizon_hcb_exp/ProductSwitchItem-parameters.css +6 -0
  3081. package/src/themes/sap_horizon_hcb_exp/ShellBar-parameters.css +11 -0
  3082. package/src/themes/sap_horizon_hcb_exp/SideNavigation-parameters.css +16 -0
  3083. package/src/themes/sap_horizon_hcb_exp/TimelineItem-parameters.css +6 -0
  3084. package/src/themes/sap_horizon_hcb_exp/UploadCollection-parameters.css +8 -0
  3085. package/src/themes/sap_horizon_hcb_exp/Wizard-parameters.css +6 -0
  3086. package/src/themes/sap_horizon_hcb_exp/WizardTab-parameters.css +11 -0
  3087. package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +18 -0
  3088. package/src/themes/sap_horizon_hcw/DynamicPageTitle-parameters.css +11 -0
  3089. package/src/themes/sap_horizon_hcw/FlexibleColumnLayout-parameters.css +6 -0
  3090. package/src/themes/sap_horizon_hcw/MediaGallery-parameters.css +5 -0
  3091. package/src/themes/sap_horizon_hcw/NotificationListItem-parameters.css +22 -0
  3092. package/src/themes/sap_horizon_hcw/Page-parameters.css +4 -0
  3093. package/src/themes/sap_horizon_hcw/ProductSwitchItem-parameters.css +6 -0
  3094. package/src/themes/sap_horizon_hcw/SearchField-parameters.css +29 -0
  3095. package/src/themes/sap_horizon_hcw/ShellBar-parameters.css +14 -0
  3096. package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +53 -0
  3097. package/src/themes/sap_horizon_hcw/TimelineItem-parameters.css +6 -0
  3098. package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +11 -0
  3099. package/src/themes/sap_horizon_hcw/Wizard-parameters.css +6 -0
  3100. package/src/themes/sap_horizon_hcw/WizardTab-parameters.css +11 -0
  3101. package/src/themes/sap_horizon_hcw/parameters-bundle.css +25 -0
  3102. package/src/themes/sap_horizon_hcw_exp/FlexibleColumnLayout-parameters.css +6 -0
  3103. package/src/themes/sap_horizon_hcw_exp/MediaGallery-parameters.css +5 -0
  3104. package/src/themes/sap_horizon_hcw_exp/Page-parameters.css +4 -0
  3105. package/src/themes/sap_horizon_hcw_exp/ProductSwitchItem-parameters.css +6 -0
  3106. package/src/themes/sap_horizon_hcw_exp/ShellBar-parameters.css +5 -0
  3107. package/src/themes/sap_horizon_hcw_exp/SideNavigation-parameters.css +16 -0
  3108. package/src/themes/sap_horizon_hcw_exp/TimelineItem-parameters.css +6 -0
  3109. package/src/themes/sap_horizon_hcw_exp/UploadCollection-parameters.css +7 -0
  3110. package/src/themes/sap_horizon_hcw_exp/Wizard-parameters.css +6 -0
  3111. package/src/themes/sap_horizon_hcw_exp/WizardTab-parameters.css +11 -0
  3112. package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +19 -0
  3113. package/tsconfig.json +43 -0
@@ -0,0 +1,73 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-NoSearchResults">
2
+ <rect y="43.1" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M58.9064 98H32.3662C32.3944 97.8296 32.4283 97.6563 32.4661 97.4812C32.4786 97.4252 32.491 97.363 32.5034 97.3008L32.5035 97.3007C32.5291 97.1763 32.559 97.0498 32.5894 96.9211C32.6107 96.8309 32.6323 96.7396 32.6528 96.6473C32.659 96.6162 32.6668 96.585 32.6746 96.5539C32.6824 96.5228 32.6902 96.4917 32.6964 96.4606C32.7088 96.4419 32.7088 96.4232 32.7088 96.4046C32.7151 96.3735 32.7228 96.3408 32.7306 96.3081C32.7384 96.2754 32.7462 96.2428 32.7524 96.2117C32.7586 96.1805 32.7664 96.1494 32.7742 96.1183C32.782 96.0872 32.7897 96.0561 32.796 96.025C32.8208 95.9193 32.8457 95.8075 32.8705 95.6957L32.8706 95.6952L32.8706 95.6951C32.8955 95.5893 32.9204 95.4836 32.9391 95.3778C32.9826 95.1662 33.0262 94.9484 33.0573 94.7244L33.0947 94.4443C33.0968 94.4269 33.0998 94.4102 33.1027 94.3937C33.1081 94.3632 33.1133 94.3335 33.1133 94.3012C33.1507 93.9652 33.1818 93.6167 33.1818 93.262C33.188 92.901 33.1756 92.5339 33.1382 92.1481C33.1009 91.8245 33.0511 91.4822 32.9764 91.1337C32.8395 90.4928 32.6279 89.8145 32.3106 89.0988C32.2948 89.0673 32.2815 89.0358 32.2676 89.0027C32.2595 88.9835 32.2512 88.9638 32.2421 88.9433V88.9184C32.2172 88.8623 32.1923 88.8063 32.1737 88.7503V88.7379C31.6634 87.4 31.2402 85.3153 30.8793 83.0065C29.8525 82.4776 28.8693 81.6624 28.0354 80.7352L27.942 80.6231C27.9358 80.6169 27.9311 80.6107 27.9265 80.6045C27.9218 80.5983 27.9171 80.592 27.9109 80.5858C27.8933 80.5682 27.8788 80.5474 27.8652 80.528C27.8596 80.52 27.8541 80.5122 27.8487 80.5049C27.8425 80.4956 27.8378 80.4878 27.8331 80.48C27.8285 80.4722 27.8238 80.4645 27.8176 80.4551C27.8051 80.424 27.7865 80.3991 27.7678 80.3742L27.7678 80.3742C27.7603 80.3667 27.755 80.3569 27.7493 80.3462C27.7455 80.3392 27.7416 80.3318 27.7367 80.3244C27.718 80.2996 27.6993 80.2684 27.6869 80.2436C27.6807 80.2342 27.676 80.2249 27.6713 80.2155C27.6667 80.2062 27.662 80.1969 27.6558 80.1875C27.6496 80.172 27.6418 80.158 27.634 80.144C27.6262 80.13 27.6184 80.116 27.6122 80.1004C27.6097 80.093 27.6053 80.0855 27.6008 80.078C27.5941 80.0668 27.5873 80.0556 27.5873 80.0444C27.5811 80.0289 27.5733 80.0133 27.5656 79.9977C27.5578 79.9822 27.55 79.9666 27.5438 79.9511C27.5313 79.9386 27.5189 79.92 27.5189 79.9013C27.5127 79.8826 27.5049 79.8655 27.4971 79.8484C27.4893 79.8313 27.4815 79.8142 27.4753 79.7955C27.4739 79.7926 27.472 79.7893 27.4701 79.7858C27.4639 79.7746 27.4567 79.7614 27.4567 79.7519C27.4473 79.727 27.438 79.7037 27.4286 79.6804C27.4193 79.657 27.41 79.6337 27.4006 79.6088V79.5964C27.3633 79.4906 27.326 79.3786 27.2949 79.2665V79.2354C27.2824 79.1919 27.27 79.1483 27.2575 79.0985C27.2451 79.0861 27.2451 79.0674 27.2451 79.055C27.2388 79.0332 27.2342 79.0114 27.2295 78.9896C27.2248 78.9678 27.2202 78.9461 27.214 78.9243C27.2015 78.9118 27.2015 78.8932 27.2015 78.8807C27.199 78.8718 27.1962 78.8626 27.1933 78.8533C27.1822 78.817 27.1704 78.7785 27.1704 78.7438V78.7003C27.1679 78.6799 27.1632 78.6606 27.1587 78.6415C27.152 78.6138 27.1455 78.5866 27.1455 78.5571V78.5198C27.1431 78.5007 27.1389 78.4816 27.1346 78.4622C27.1277 78.431 27.1206 78.3988 27.1206 78.3642V78.3393C26.8377 76.3896 27.117 74.11 27.3024 72.5964C27.378 71.9795 27.438 71.4899 27.438 71.2016C27.438 70.2059 27.7989 67.8785 30.257 67.1442C30.8979 66.9575 31.4642 66.8704 31.9496 66.8704H32.6342C32.659 66.8828 32.6839 66.8829 32.7088 66.8829H32.7399C32.7642 66.8855 32.786 66.8906 32.8071 66.8954C32.8348 66.9017 32.861 66.9077 32.8893 66.9077H32.9329C32.9577 66.9202 32.9764 66.9202 33.0013 66.9202H33.0386C33.0511 66.9202 33.062 66.9233 33.0729 66.9264C33.0838 66.9295 33.0947 66.9326 33.1071 66.9326H33.1258C33.1693 66.9389 33.2129 66.9513 33.2565 66.9637H33.2876C33.2938 66.9658 33.3 66.9686 33.3062 66.9714C33.3187 66.9769 33.3311 66.9824 33.3436 66.9824C33.356 66.9949 33.3622 66.9949 33.3747 66.9949C33.3809 66.9969 33.3871 66.9997 33.3934 67.0025C33.4058 67.008 33.4182 67.0135 33.4307 67.0135H33.4494C33.4649 67.0198 33.482 67.026 33.4992 67.0322C33.5163 67.0384 33.5334 67.0446 33.5489 67.0509H33.5738C33.5768 67.0523 33.58 67.0542 33.5835 67.0561C33.5947 67.0623 33.6079 67.0695 33.6174 67.0695C33.6236 67.082 33.6423 67.082 33.6423 67.082C33.6505 67.0847 33.6574 67.0886 33.6638 67.0922C33.6719 67.0967 33.6788 67.1007 33.6858 67.1007H33.7045C33.7149 67.1058 33.7253 67.11 33.7352 67.1139C33.7491 67.1194 33.7621 67.1245 33.773 67.1318C33.7854 67.1442 33.7854 67.1442 33.7978 67.1442C33.8041 67.1442 33.8087 67.1473 33.8134 67.1504C33.8181 67.1535 33.8227 67.1567 33.829 67.1567C33.8414 67.1691 33.8539 67.1691 33.8539 67.1691C33.8601 67.1816 33.8787 67.1816 33.8787 67.1816C33.8912 67.194 33.8912 67.194 33.9036 67.194C33.9161 67.194 33.9348 67.2064 33.9348 67.2064C34.1866 67.1126 34.4424 67.0227 34.6958 66.9336C34.7618 66.9104 34.8276 66.8873 34.8931 66.8642C34.9927 66.7397 35.0922 66.6153 35.1918 66.4846C35.2322 66.4317 35.2727 66.3803 35.3131 66.329C35.3536 66.2777 35.394 66.2263 35.4345 66.1734C35.4431 66.1562 35.4546 66.142 35.4671 66.1267C35.4727 66.1198 35.4785 66.1127 35.4843 66.105V66.0925C35.5123 66.0552 35.5418 66.0163 35.5714 65.9774C35.601 65.9385 35.6305 65.8996 35.6585 65.8623C35.6772 65.8436 35.6896 65.8249 35.7021 65.8063C35.7083 65.7938 35.7207 65.7814 35.7207 65.7814C35.7487 65.744 35.7768 65.7052 35.8048 65.6663C35.8328 65.6274 35.8608 65.5885 35.8888 65.5511C35.895 65.5418 35.9028 65.5309 35.9105 65.52C35.9183 65.5091 35.9261 65.4982 35.9323 65.4889C35.9946 65.408 36.0506 65.3271 36.1066 65.2462C36.1091 65.2412 36.1135 65.2363 36.118 65.2313C36.1247 65.2238 36.1315 65.2163 36.1315 65.2089V65.1964C36.1595 65.1529 36.189 65.1109 36.2186 65.0689C36.2481 65.0268 36.2777 64.9848 36.3057 64.9413C36.3082 64.9364 36.3116 64.9324 36.3148 64.9287C36.3198 64.923 36.3244 64.9177 36.3244 64.9102C36.3866 64.823 36.4488 64.7297 36.5048 64.6426C36.5173 64.6426 36.5173 64.6301 36.5173 64.6301C36.5484 64.5835 36.578 64.5368 36.6075 64.4901C36.6371 64.4435 36.6666 64.3968 36.6977 64.3501C36.722 64.3112 36.7464 64.2733 36.7703 64.2359C36.8076 64.1776 36.8441 64.1207 36.8782 64.0638C36.9187 63.9985 36.9591 63.9316 36.9996 63.8647C37.04 63.7978 37.0805 63.7309 37.1209 63.6656C37.152 63.6033 37.1894 63.5411 37.2267 63.4789C37.2329 63.4727 37.2454 63.454 37.2454 63.454C37.3947 63.1989 37.5316 62.9562 37.6561 62.7197C37.9423 62.197 38.1664 61.7302 38.3406 61.3506C38.017 61.1888 37.7308 60.9524 37.5192 60.6599C36.9342 59.8509 36.9467 58.6623 37.5441 57.8658C36.8844 57.1439 36.4675 56.1918 36.3866 55.2086C36.3679 55.053 36.3679 55.0219 36.3679 54.7356C36.3679 54.4494 36.231 54.1818 35.9946 54.02C35.03 53.3541 34.4015 52.2464 34.4015 50.9894C34.4015 50.4356 34.5259 49.9128 34.7437 49.4461C34.7811 49.3714 34.7749 49.2905 34.7313 49.2221C34.0592 48.1393 34.501 46.6333 35.4407 45.7683C36.3804 44.9033 37.681 44.5611 38.9442 44.3806C39.1247 44.3495 39.2989 44.2686 39.4234 44.1255C39.9337 43.5467 40.6804 43.1796 41.5143 43.1796C42.0806 43.1796 42.6033 43.3476 43.0452 43.6401C43.2629 43.5588 43.4773 43.4708 43.6909 43.3831C43.8863 43.3028 44.0811 43.2228 44.2773 43.1485C44.3163 43.1387 44.3514 43.1252 44.3887 43.1108C44.3991 43.1068 44.4096 43.1028 44.4204 43.0987C44.4329 43.0862 44.4391 43.0862 44.4516 43.0862C44.4733 43.08 44.4936 43.0722 44.5138 43.0645C44.534 43.0567 44.5542 43.0489 44.576 43.0427C44.5885 43.0302 44.6071 43.0302 44.6196 43.0302L44.7316 42.9929C44.7378 42.9908 44.744 42.9881 44.7503 42.9853C44.7627 42.9798 44.7752 42.9742 44.7876 42.9742C44.7933 42.9719 44.7992 42.9695 44.8053 42.9669C44.8322 42.9556 44.8618 42.9431 44.8872 42.9431C44.8963 42.9408 44.9046 42.9377 44.9127 42.9347C44.9266 42.9294 44.9399 42.9244 44.9556 42.9244C44.9602 42.9226 44.9646 42.9208 44.9689 42.919C44.9941 42.9086 45.0162 42.8996 45.0427 42.8996C45.05 42.8977 45.0578 42.8954 45.0658 42.893C45.0852 42.8871 45.106 42.8809 45.1236 42.8809C45.1319 42.8788 45.1402 42.876 45.1485 42.8733C45.1651 42.8677 45.1817 42.8622 45.1983 42.8622C45.2116 42.86 45.2241 42.857 45.2364 42.854C45.2586 42.8487 45.2801 42.8435 45.3041 42.8435C45.3228 42.8311 45.3414 42.8311 45.3601 42.8311C45.3797 42.8289 45.3985 42.826 45.417 42.8231C45.4516 42.8177 45.4855 42.8124 45.5219 42.8124C45.5592 42.8 45.6028 42.8 45.6464 42.8H46.3371C46.362 42.8124 46.3869 42.8124 46.4118 42.8124C46.4242 42.8249 46.4429 42.8249 46.4616 42.8249C46.4699 42.827 46.4782 42.8297 46.4865 42.8325C46.5031 42.838 46.5197 42.8435 46.5363 42.8435C46.5549 42.856 46.5674 42.856 46.586 42.856C46.6049 42.8614 46.6225 42.8656 46.6395 42.8697C46.6619 42.875 46.6831 42.88 46.7043 42.8871C46.7105 42.8892 46.7167 42.8919 46.7229 42.8947C46.7354 42.9002 46.7478 42.9058 46.7603 42.9058C46.7852 42.912 46.8038 42.9182 46.8225 42.9244C46.8276 42.9262 46.8332 42.9283 46.8391 42.9306C46.8544 42.9366 46.8712 42.9431 46.8847 42.9431C46.891 42.9452 46.8972 42.948 46.9034 42.9507C46.9159 42.9563 46.9283 42.9618 46.9407 42.9618C46.9511 42.9644 46.9604 42.9691 46.9695 42.9738C46.9823 42.9803 46.9947 42.9867 47.0092 42.9867C47.0162 42.989 47.0224 42.9922 47.0283 42.9954C47.0381 43.0005 47.0473 43.0053 47.059 43.0053C47.0694 43.0079 47.0787 43.0127 47.0878 43.0174C47.1005 43.0239 47.1129 43.0302 47.1274 43.0302C47.1348 43.0327 47.1422 43.0361 47.1491 43.0394C47.1599 43.0443 47.1697 43.0489 47.1772 43.0489C47.1897 43.0551 47.2006 43.0598 47.2114 43.0645C47.2223 43.0691 47.2332 43.0738 47.2457 43.08C47.2643 43.0862 47.2643 43.0862 47.2892 43.0987L47.2892 43.0987L47.3639 43.136C47.3701 43.1423 47.3826 43.1547 47.395 43.1547C47.4261 43.1734 47.451 43.1858 47.4759 43.1983H47.4884C47.6253 43.2729 47.7497 43.3538 47.8742 43.441C47.8897 43.4503 47.9037 43.4612 47.9177 43.4721C47.9318 43.483 47.9458 43.4938 47.9613 43.5032L47.9738 43.5156C47.981 43.5211 47.9888 43.5265 47.9968 43.5321C48.0163 43.5457 48.037 43.5602 48.0547 43.5779L48.0671 43.5903C48.0769 43.6001 48.0876 43.6089 48.0985 43.6179C48.1154 43.6318 48.1329 43.6461 48.148 43.665C48.1604 43.6774 48.1744 43.6899 48.1884 43.7023C48.2025 43.7148 48.2165 43.7272 48.2289 43.7397C48.4343 43.9326 48.6147 44.1379 48.7765 44.3682C48.8636 44.4926 48.9445 44.6233 49.013 44.7602C49.4237 44.6109 49.8655 44.5362 50.3011 44.5362H50.6185C50.6559 44.5486 50.687 44.5486 50.7243 44.5486H50.7741C50.7896 44.5486 50.8052 44.5518 50.8208 44.5549C50.8363 44.558 50.8519 44.5611 50.8674 44.5611C50.8861 44.5735 50.9048 44.5735 50.9234 44.5735C50.9347 44.5758 50.9451 44.5788 50.9553 44.5818C50.9733 44.5871 50.9907 44.5922 51.0106 44.5922C51.0197 44.5945 51.028 44.5976 51.0361 44.6006C51.05 44.6059 51.0633 44.6109 51.079 44.6109C51.0873 44.6129 51.0956 44.6157 51.1039 44.6185C51.1205 44.624 51.1371 44.6295 51.1537 44.6295C51.1666 44.6321 51.1784 44.6368 51.19 44.6415C51.2065 44.648 51.2226 44.6544 51.2408 44.6544C51.247 44.6565 51.2533 44.6593 51.2595 44.662C51.2719 44.6676 51.2844 44.6731 51.2968 44.6731C51.3217 44.6824 51.345 44.6902 51.3684 44.698C51.3917 44.7058 51.4151 44.7135 51.4399 44.7229C52.585 45.1336 53.4749 46.1853 53.6989 47.3863C53.7592 47.714 53.7773 48.0605 53.7953 48.4061C53.8332 49.1304 53.8708 49.8508 54.2963 50.3858C55.0493 50.4542 56.1321 50.6534 57.4078 51.1885C57.4107 51.19 57.414 51.1918 57.4175 51.1937C57.4287 51.1999 57.4418 51.2072 57.4513 51.2072H57.47C58.9573 51.2881 60.1832 52.458 60.3388 53.9329C60.4991 54.2141 60.6329 54.4792 60.7503 54.7117C60.8744 54.9576 60.9802 55.167 61.0793 55.3206C61.5958 56.1171 61.5958 56.2229 61.5958 56.2229C61.6767 57.4364 61.8945 58.9672 62.0937 60.2865C62.24 61.2559 62.6484 61.7516 63.0448 62.2327C63.1879 62.4063 63.3294 62.578 63.4565 62.7695C63.593 62.9724 63.9316 63.5714 64.3889 64.3801C65.5581 66.448 67.5028 69.8875 68.8269 71.5874C70.6751 73.9521 72.959 79.9946 73.3572 81.2392C73.6995 82.2971 74.0729 83.8529 72.6789 85.0352C72.6416 85.0726 72.6042 85.1037 72.5607 85.1348C72.5389 85.1504 72.5187 85.1659 72.4985 85.1815C72.4782 85.197 72.458 85.2126 72.4362 85.2281H72.4238C72.402 85.2437 72.3802 85.2577 72.3584 85.2717C72.3367 85.2857 72.3149 85.2997 72.2931 85.3153C72.2806 85.3277 72.2682 85.3277 72.2682 85.3277C72.2246 85.3588 72.1811 85.3837 72.1375 85.4086H72.1251C72.1002 85.4211 72.0768 85.4351 72.0535 85.4491C72.0302 85.4631 72.0068 85.4771 71.9819 85.4895L72.0753 85.6077L72.0628 85.6949C72.0566 85.7011 72.0442 85.7135 72.0317 85.7135L72.0317 85.7136C72.013 85.726 71.9944 85.7384 71.9695 85.7509C71.9757 85.8504 71.9757 85.9438 71.9571 86.0309V86.062V86.0869V86.1118C71.9446 86.118 71.9446 86.1367 71.9446 86.1367C71.9322 86.1491 71.9322 86.1616 71.9322 86.1616C71.9197 86.174 71.9197 86.1865 71.9197 86.1865C71.9197 86.1989 71.9073 86.2114 71.9073 86.2114L71.8886 86.23L71.8699 86.2487L71.8513 86.2674C71.7828 86.3358 71.677 86.3918 71.5277 86.4416C71.509 86.4541 71.4966 86.4541 71.4779 86.4541C71.4592 86.4665 71.4468 86.4665 71.4281 86.4665H71.4157C71.397 86.479 71.3845 86.479 71.3659 86.479H71.3534C71.3348 86.4914 71.3223 86.4914 71.3036 86.4914H71.2912C71.2788 86.5038 71.2601 86.5038 71.2414 86.5038H70.3266C70.2146 86.5163 70.0964 86.5163 69.9657 86.5163C67.9221 86.5477 64.9082 84.8933 63.0148 83.8539C62.6539 83.6558 62.3338 83.4801 62.0688 83.3426C62.0563 83.3364 62.0423 83.3286 62.0283 83.3208C62.0143 83.313 62.0003 83.3052 61.9879 83.299C61.9785 83.2928 61.9676 83.2881 61.9568 83.2835C61.9459 83.2788 61.935 83.2741 61.9256 83.2679C61.9194 83.2555 61.907 83.2555 61.907 83.2555C61.8976 83.2492 61.8867 83.2446 61.8759 83.2399C61.865 83.2352 61.8541 83.2306 61.8447 83.2243H61.8261C61.8222 83.2218 61.8186 83.2192 61.8151 83.2167C61.8019 83.2073 61.7911 83.1995 61.7763 83.1995C61.7701 83.187 61.7514 83.187 61.7514 83.187C61.739 83.1746 61.7327 83.1746 61.7203 83.1746C61.7078 83.1683 61.6892 83.1559 61.6767 83.1559H61.6643C61.6518 83.1435 61.6332 83.131 61.6145 83.131H61.602C61.5947 83.1285 61.5873 83.1251 61.5803 83.1219C61.5696 83.1169 61.5598 83.1123 61.5523 83.1123C61.5452 83.11 61.5391 83.1068 61.5332 83.1037C61.5233 83.0985 61.5141 83.0937 61.5025 83.0937H61.49C61.4847 83.0915 61.4795 83.0894 61.4745 83.0873C61.4504 83.0773 61.4297 83.0688 61.4091 83.0688C61.2349 83.0314 61.0544 82.9692 60.874 82.8945C60.7806 82.8572 60.6873 82.8136 60.6001 82.7701C60.5753 82.7576 60.5488 82.7436 60.5224 82.7296C60.4959 82.7156 60.4695 82.7016 60.4446 82.6892L60.4445 82.6891C60.2952 82.602 60.1458 82.5149 60.009 82.4216L59.8783 82.3282C59.6169 82.1416 59.4053 81.9549 59.2684 81.8117C59.2558 81.7949 59.2402 81.7808 59.2257 81.7677C59.2189 81.7615 59.2122 81.7555 59.2062 81.7495C58.8453 81.4259 58.3537 81.4446 58.671 82.5834C58.9635 83.6475 58.8888 87.039 58.7333 91.0404V91.0653C58.7312 91.1213 58.7284 91.1773 58.7257 91.2333C58.7201 91.3453 58.7146 91.4573 58.7146 91.5693V91.5942C58.7125 91.6482 58.7097 91.7021 58.707 91.756C58.7015 91.8639 58.6959 91.9718 58.6959 92.0796V92.1481C58.6938 92.202 58.6911 92.2559 58.6883 92.3099C58.6828 92.4177 58.6772 92.5256 58.6772 92.6335V92.6521C58.6461 93.4611 58.6275 94.127 58.615 94.6808V95.608C58.6212 97.3629 58.7519 97.4065 58.7519 97.4065C58.7571 97.4221 58.7612 97.4366 58.7652 97.4504C58.7706 97.4698 58.7758 97.4879 58.783 97.506V97.5247C58.7854 97.5342 58.7896 97.5446 58.7938 97.5552C58.8008 97.5724 58.8079 97.5902 58.8079 97.6056V97.6367C58.8094 97.6411 58.8112 97.6459 58.8131 97.6509C58.8193 97.6672 58.8266 97.6862 58.8266 97.7052C58.839 97.7176 58.839 97.7301 58.839 97.7425C58.8413 97.7516 58.8444 97.7599 58.8475 97.768C58.8527 97.7819 58.8577 97.7952 58.8577 97.811C58.8702 97.8234 58.8702 97.8421 58.8702 97.8545C58.8724 97.8637 58.8756 97.872 58.8786 97.88C58.8838 97.894 58.8888 97.9072 58.8888 97.923C58.9013 97.9417 58.9013 97.9541 58.9013 97.9728C58.9013 97.981 58.9037 97.9904 58.9064 98ZM55.8956 58.1458C56.0138 58.2205 56.1258 58.2267 56.2254 58.1956H56.2379L56.3001 58.208C56.3872 58.1831 56.4681 58.1209 56.549 58.0525C56.5614 58.04 56.5801 58.0214 56.5801 57.984V57.48V57.2995C56.1476 57.2837 55.657 57.2097 55.2333 57.1459C55.1571 57.1344 55.0831 57.1232 55.0119 57.1128C55.0609 57.1693 55.1075 57.2257 55.1519 57.2795C55.1809 57.3145 55.2089 57.3484 55.236 57.3804C55.261 57.4138 55.2861 57.4447 55.31 57.4743C55.3396 57.5108 55.3675 57.5452 55.3915 57.5795C55.516 57.7413 55.5907 57.8471 55.5907 57.8471C55.5969 57.8564 55.6047 57.8658 55.6124 57.8751C55.6202 57.8845 55.628 57.8938 55.6342 57.9031C55.6467 57.9031 55.6467 57.9156 55.6467 57.9156C55.6529 57.928 55.6653 57.9405 55.6778 57.9529L55.6902 57.9653L55.6903 57.9654C55.7214 57.9965 55.7525 58.0276 55.7774 58.0587C55.7836 58.0649 55.7898 58.0696 55.796 58.0742C55.8022 58.0789 55.8085 58.0836 55.8147 58.0898C55.8271 58.0991 55.8411 58.1085 55.8551 58.1178C55.8691 58.1271 55.8831 58.1365 55.8956 58.1458ZM48.2973 65.7192C48.3285 65.7627 48.3658 65.8249 48.4094 65.9058L48.3409 65.9183L48.26 65.9058C48.5338 65.9494 48.957 66.0116 49.9278 65.8685C51.8027 65.5999 52.2499 64.2585 52.6235 63.1379C52.7087 62.8823 52.7901 62.6382 52.8837 62.421C53.1077 61.9045 53.2508 61.4066 53.3442 60.9213C53.5433 59.882 53.4873 58.8988 53.4002 57.8782C53.2073 57.6604 53.0704 57.5048 53.0704 57.5048C53.0704 57.5048 52.4916 57.3182 52.1494 56.895C52.0685 57.592 51.9067 58.5441 51.7262 59.5398C51.7138 59.5646 51.7138 59.5895 51.7138 59.6144C51.7013 59.6767 51.6904 59.7373 51.6795 59.798C51.6686 59.8587 51.6577 59.9194 51.6453 59.9816C51.6329 60.0065 51.6329 60.0313 51.6329 60.0562V60.0563C51.6204 60.1154 51.6095 60.1745 51.5986 60.2336C51.5877 60.2927 51.5769 60.3518 51.5644 60.411C51.5644 60.4234 51.5613 60.4359 51.5582 60.4483C51.5551 60.4608 51.552 60.4732 51.552 60.4856C51.5395 60.5448 51.5286 60.6054 51.5177 60.6661C51.5068 60.7268 51.496 60.7875 51.4835 60.8466C51.468 60.9213 51.4539 60.9975 51.4399 61.0737C51.4259 61.1499 51.4119 61.2262 51.3964 61.3009L51.359 61.5062C51.325 61.6726 51.2933 61.8344 51.2624 61.9916C51.2425 62.0931 51.223 62.1927 51.2035 62.2903C51.2008 62.3062 51.1959 62.3221 51.1911 62.3376C51.1847 62.3583 51.1786 62.3782 51.1786 62.3961V62.4272C51.1763 62.4363 51.1732 62.4446 51.1701 62.4527C51.1649 62.4666 51.1599 62.4799 51.1599 62.4957C51.1475 62.5019 51.1475 62.5143 51.1475 62.5268V62.5579C51.135 62.5703 51.135 62.5828 51.135 62.5952C51.1226 62.6077 51.1226 62.6139 51.1226 62.6263V62.645C51.1202 62.6546 51.1159 62.6633 51.1116 62.6721C51.1047 62.6861 51.0977 62.7005 51.0977 62.7197L51.0603 62.813V62.8255L51.023 62.9002V62.9188C51.0209 62.923 51.0182 62.9271 51.0154 62.9313C51.0099 62.9396 51.0043 62.9479 51.0043 62.9562L50.9857 62.9935V63.0059C50.9048 63.1553 50.8052 63.2922 50.6994 63.4167C50.6807 63.4353 50.6636 63.454 50.6465 63.4727C50.6294 63.4913 50.6123 63.51 50.5936 63.5287C50.5563 63.566 50.5189 63.6033 50.4816 63.6345C50.4754 63.6407 50.4676 63.6469 50.4598 63.6531C50.452 63.6594 50.4443 63.6656 50.438 63.6718C49.822 64.3812 49.013 64.4995 48.6085 64.5119H48.54C48.4778 64.5243 48.4467 64.5243 48.4467 64.5243H48.3471V64.5866V64.6799V64.7546V64.9724C48.3471 64.9911 48.344 65.0113 48.3409 65.0315C48.3378 65.0517 48.3347 65.072 48.3347 65.0906V65.3831C48.3222 65.464 48.3098 65.5511 48.2973 65.6383V65.7192ZM52.471 69.7301C51.318 69.4992 50.1269 69.0733 50.1269 69.0733C50.1269 69.0733 49.5917 68.0652 49.0939 67.138C49.132 67.098 49.3371 67.057 49.6303 66.9984C50.3417 66.8561 51.5716 66.6102 52.1929 66.0241C52.7358 65.5158 52.9421 64.7569 53.1439 64.0146C53.1965 63.8209 53.2489 63.6283 53.3068 63.4416C53.4997 62.8255 53.6802 62.2032 53.842 61.5747C53.9105 61.3133 53.9727 61.0519 54.0349 60.7906V60.7719C54.0909 60.5168 54.1469 60.2616 54.1967 60.0003V59.9629C54.2465 59.7078 54.2901 59.4589 54.3274 59.2037V59.1539C54.3398 59.0793 54.3523 58.9984 54.3585 58.9237C54.3758 58.9509 54.396 58.982 54.4188 59.017C54.4535 59.0702 54.494 59.1324 54.539 59.2037L54.556 59.2301C54.6085 59.3119 54.6702 59.4077 54.7319 59.5086L54.8066 59.6207C54.8341 59.6639 54.8622 59.7082 54.8909 59.7535C55.0442 59.9948 55.2143 60.2629 55.3978 60.5354C55.4133 60.5572 55.4289 60.5805 55.4444 60.6039C55.46 60.6272 55.4755 60.6506 55.4911 60.6723L55.6778 60.9524C55.74 61.0457 55.8022 61.1391 55.8645 61.2262C56.2379 61.7676 56.5926 62.2592 56.8353 62.4957C57.0147 62.6751 57.2864 62.8853 57.6138 63.1385L57.6193 63.1428C57.6609 63.174 57.7025 63.2071 57.7451 63.2411C57.7791 63.2681 57.8137 63.2957 57.8496 63.3233C57.8768 63.3453 57.9044 63.3675 57.9323 63.3899C58.0701 63.5006 58.215 63.6171 58.3599 63.7465C58.3972 63.7807 58.4361 63.8149 58.475 63.8491C58.5139 63.8834 58.5528 63.9176 58.5901 63.9518L58.6088 63.9705C58.7395 64.0887 58.8764 64.2194 59.0071 64.3501C59.5547 64.9039 60.1272 65.5947 60.625 66.4784C61.2722 67.6172 61.9007 68.7622 62.4235 69.7952C62.9773 70.8967 63.4129 71.8737 63.6183 72.5955C63.7047 72.8959 63.802 73.3024 63.9173 73.7843C63.9765 74.0313 64.0403 74.2981 64.1099 74.5807C63.8734 74.4313 63.637 74.2757 63.4067 74.1139C63.4067 74.1139 62.828 74.1886 62.5542 73.8463C62.2866 73.4979 61.0855 72.7262 61.0855 72.7262C61.0855 72.7262 59.9281 71.2949 59.3058 71.0273C59.0995 70.9378 58.832 70.7736 58.5383 70.5934C57.9546 70.2352 57.2677 69.8138 56.7544 69.789C55.9827 69.7516 54.819 69.789 54.819 69.789C54.819 69.789 53.618 69.9445 52.4605 69.7143L52.471 69.7301Z" fill="var(--sapContent_Illustrative_Color21)"/>
4
+ <path d="M77.4245 45.1285C77.3826 44.7093 77.3127 44.2621 77.0402 43.9407C76.7678 43.6193 76.2228 43.4866 75.9223 43.773L76.125 44.0106C75.8315 47.7835 77.159 50.5014 75.6638 53.9809C75.056 55.4062 74.8673 57.7748 72.0726 58.18C69.725 58.5224 70.0044 57.9145 69.1101 58.3617C68.9354 58.4455 68.7677 58.5783 68.7119 58.76C68.635 58.9905 68.7538 59.2421 68.9005 59.4447C69.5712 60.3669 70.0883 60.5696 70.8708 59.7451C71.0315 59.5774 73.5747 59.3958 74.6437 58.3896C75.4752 57.6071 75.6568 56.3425 75.9992 55.2455C77.0263 51.9757 77.7739 48.5451 77.4315 45.1285H77.4245Z" fill="var(--sapContent_Illustrative_Color17)"/>
5
+ <path d="M76.2157 52.1574C76.2856 52.3041 76.3555 52.4438 76.4323 52.5905C76.5022 52.7233 76.5721 52.8491 76.642 52.9818C77.3057 50.4106 77.69 47.7696 77.4245 45.1355C77.3826 44.7163 77.3127 44.2691 77.0402 43.9477C76.7677 43.6263 76.2227 43.4936 75.9223 43.7801L76.1249 44.0176C75.8874 47.1058 76.7258 49.4884 76.2227 52.1574H76.2157Z" fill="var(--sapContent_Illustrative_Color22)"/>
6
+ <path d="M74.0847 36.3669C73.1904 33.677 69.4664 31.1827 66.5878 32.8805C63.779 34.5364 59.531 35.0255 58.8952 43.4517C58.8533 43.5704 58.8113 43.6962 58.7834 43.815C58.5738 43.2071 57.8961 41.691 56.4498 42.4525C54.6611 43.3958 56.3589 47.3084 57.393 48.063C57.6445 48.2447 58.1406 48.8316 58.8323 49.6141C58.9231 52.0735 59.007 54.1905 59.007 54.1905L59.5659 61.6246C59.5659 61.6246 66.979 65.1181 68.0201 65.1181C69.0611 65.1181 70.0183 57.1111 70.0882 56.5381H70.214C70.214 56.5381 70.2838 56.5381 70.4026 56.5102C70.8987 56.4962 71.8838 56.3565 72.6314 55.4901C73.0856 55.0919 73.4629 54.5469 73.6096 53.8063C74.0777 51.4028 74.7904 47.7696 74.8323 46.449C74.8812 45.1285 74.9721 39.0499 74.0777 36.36H74.0847V36.3669Z" fill="var(--sapContent_Illustrative_Color31)"/>
7
+ <path d="M62.731 63.008C62.2978 62.3652 61.9136 61.6945 61.6131 60.9748C61.3756 60.4019 61.1799 59.7661 61.2219 59.1373C61.2638 58.5364 61.5852 57.9006 62.221 57.7609C62.6402 57.6631 63.0664 57.7469 63.4856 57.719C63.6393 57.719 63.814 57.684 63.9328 57.5862C64.0795 57.4674 64.2192 57.2648 64.1913 57.0622C64.1634 56.8735 64.0236 56.6989 63.8978 56.5661C63.7372 56.3845 63.5485 56.2307 63.3738 56.0631C62.9546 55.6508 63.8839 53.1844 63.4786 52.7582C62.6682 51.8919 61.704 52.7303 61.0402 51.7451C60.7258 51.284 59.3144 51.0884 59.007 50.6272C58.9581 50.5574 58.9092 50.4805 58.8603 50.4106C58.9371 52.5137 59.007 54.1975 59.007 54.1975L59.566 61.6316C59.566 61.6316 61.0542 62.3373 62.7939 63.1059C62.773 63.0709 62.752 63.043 62.724 63.008H62.731Z" fill="var(--sapContent_Illustrative_Color3)"/>
8
+ <path d="M74.0847 36.3669C73.1904 33.677 69.4664 31.1827 66.5878 32.8805C63.779 34.5364 59.531 35.0255 58.8952 43.4517C58.8533 43.5704 58.8114 43.6962 58.7834 43.815C58.5738 43.2071 57.8961 41.691 56.4498 42.4525C55.3878 43.0115 55.7162 44.9399 56.2402 46.3093C57.7074 47.0569 58.8463 47.8045 60.0341 48.9434C61.2498 50.1032 62.3537 51.3748 63.4367 52.6604C63.4646 52.6953 63.4786 52.7233 63.4856 52.7582C64.1494 53.7923 64.855 54.8054 65.6166 55.7766C66.8044 57.2788 68.1179 58.6971 69.6061 59.9058C69.8786 58.2429 70.0673 56.7757 70.0952 56.5451H70.221C70.221 56.5451 70.2908 56.5451 70.4096 56.5172C70.9057 56.5032 71.8908 56.3635 72.6384 55.4971C73.0926 55.0988 73.4699 54.5539 73.6166 53.8132C74.0847 51.4098 74.7974 47.7766 74.8393 46.456C74.8882 45.1355 74.9791 39.0569 74.0847 36.3669Z" fill="var(--sapContent_Illustrative_Color3)"/>
9
+ <path d="M73.0856 54.1766C72.345 53.988 71.5555 53.967 70.7939 53.9949C69.2428 54.0439 67.6498 54.3722 66.2874 55.1408C66.3153 55.6019 66.6088 56.0351 66.9022 56.3775C67.1957 56.7268 67.538 57.0412 67.9293 57.2858C68.3695 57.5583 68.8306 57.8028 69.3057 58.0054C69.4874 58.0823 69.676 58.1591 69.8716 58.222C69.9974 57.3417 70.0812 56.6989 70.0952 56.5522H70.221C70.221 56.5522 70.2909 56.5522 70.4096 56.5242C70.9057 56.5102 71.8909 56.3705 72.6385 55.5041C72.9878 55.1967 73.2882 54.8054 73.4769 54.3024C73.3511 54.2604 73.2254 54.2185 73.0926 54.1836V54.1696L73.0856 54.1766Z" fill="var(--sapContent_Illustrative_Color28)"/>
10
+ <mask id="mask0_396_4341" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="43" y="42" width="59" height="57">
11
+ <rect x="43.9431" y="42.96" width="57.2" height="55.2" fill="var(--sapContent_Illustrative_Color20)"/>
12
+ </mask>
13
+ <g mask="url(#mask0_396_4341)">
14
+ <path d="M59.3284 57.4395C59.3284 57.4395 46.7101 61.1495 46.9266 62.6307C47.1363 64.1119 48.1983 81.181 50.4271 86.2674C52.6559 91.3539 50.7485 94.7495 50.4271 97.6072C50.1057 100.472 49.8122 103.993 50.5528 104.44L83.035 104.426C83.035 104.426 83.2236 98.8788 82.4062 96.4404C82.4062 96.4404 82.0918 96.3426 82.3293 90.6552C82.5669 84.9679 82.7415 79.8604 82.3293 78.3932C81.9171 76.9259 82.6158 76.9818 83.0559 77.4569C83.4961 77.9251 84.614 78.7495 85.6691 78.9801C86.7241 79.2176 91.9764 83.0146 95.4978 82.9587C99.0192 82.9028 98.2245 82.3827 98.6927 80.9504C99.1608 79.5111 91.8874 70.3582 91.8874 70.3582C91.8874 70.3582 90.3712 69.6106 88.918 68.6604C87.4647 67.7102 88.2193 68.2971 87.835 68.2272C87.4507 68.1574 87.4158 68.1015 87.2691 67.9198C87.1223 67.7382 86.6961 67.4028 86.3118 67.1233C85.9276 66.8438 85.2848 66.3058 84.8446 65.8237C84.4044 65.3416 83.7407 64.6779 83.3145 64.4962C82.5599 64.1678 81.1485 63.036 80.2123 62.9871C79.276 62.9381 77.8577 62.9871 77.8577 62.9871C77.8577 62.9871 76.3974 63.1757 74.9861 62.8962C73.5747 62.6168 72.1145 62.0997 72.1145 62.0997C72.1145 62.0997 70.1372 58.3198 69.9066 57.9844C69.3197 60.0036 70.0952 60.9189 68.0201 61.953C65.952 62.9871 59.3284 57.4395 59.3284 57.4395Z" fill="var(--sapContent_Illustrative_Color13)"/>
15
+ </g>
16
+ <path d="M47.7162 71.1478C48.2402 69.5198 49.0087 67.9687 50.0568 66.6133C50.6367 65.8587 51.2935 65.167 52.0201 64.5591C52.8236 63.8814 53.697 63.3294 54.6192 62.8403C55.5974 62.3233 56.6035 61.8761 57.6026 61.408C58.5459 60.9678 59.5171 60.5416 60.3625 59.9338C60.7398 59.6613 61.0751 59.3609 61.3895 59.0395C60.1878 58.1661 59.3284 57.4395 59.3284 57.4395C59.3284 57.4395 46.7101 61.1495 46.9266 62.6307C47.0175 63.2735 47.269 66.8718 47.7092 71.1408H47.7162V71.1478Z" fill="var(--sapContent_Illustrative_Color22)"/>
17
+ <mask id="mask1_396_4341" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="49" y="83" width="16" height="16">
18
+ <rect x="49.5432" y="83.36" width="14.8" height="14.8" fill="var(--sapContent_Illustrative_Color20)"/>
19
+ </mask>
20
+ <g mask="url(#mask1_396_4341)">
21
+ <path d="M54.3328 95.0919C54.8708 94.7356 55.4577 94.4631 56.0586 94.2465C56.5267 94.0788 57.0158 93.9321 57.5049 93.8413C57.8961 93.7714 58.2944 93.7575 58.6926 93.7365C59.0769 93.7155 59.4752 93.6876 59.8455 93.5898C60.076 93.5269 60.2787 93.443 60.4184 93.2823C59.7686 92.9679 59.0629 92.7933 58.3642 92.6256C57.5887 92.4369 56.8201 92.2343 56.1075 91.871C55.0105 91.312 54.1092 90.4736 53.3546 89.5094C52.6001 88.5452 52.628 88.5173 52.2717 88.0142C51.9083 87.4902 51.538 86.9732 51.1677 86.4561C50.6717 85.7505 50.1826 85.0308 49.7494 84.2832C49.959 85.0588 50.1826 85.7365 50.4201 86.2745C52.649 91.3609 50.7415 94.7566 50.4201 97.6142C50.0987 100.479 49.7843 103.819 50.5249 104.266C50.5599 104.287 50.6577 104.308 50.8114 104.322C50.8114 104.182 50.8114 104.042 50.8393 103.909C50.8883 103.539 51.0629 103.211 51.3075 102.931C51.5311 102.673 51.7966 102.463 51.9922 102.184C52.1599 101.939 52.3066 101.681 52.4463 101.422C53.0053 100.353 53.5153 99.0954 54.6682 98.5365C55.29 98.2361 56.0236 98.1662 56.7084 98.1522C57.428 98.1382 58.1477 98.2081 58.8673 98.278C60.1599 98.3968 61.5852 98.5575 62.7939 97.9985C62.5424 97.5863 62.0114 97.3767 61.5503 97.2579C60.9774 97.1042 60.3765 97.0483 59.7896 97.0064C59.5311 96.9854 59.2725 96.9714 59.021 96.9435C58.7346 96.9155 58.4411 96.8596 58.1616 96.8037C57.456 96.671 56.7573 96.5173 56.0725 96.3007C55.4437 96.0981 54.8009 95.8465 54.2909 95.4133C54.1791 95.3225 54.228 95.1478 54.3328 95.078V95.0919Z" fill="var(--sapContent_Illustrative_Color22)"/>
22
+ </g>
23
+ <path d="M67.8315 62.0159C67.9293 62.3862 68.104 62.7355 68.3066 63.0639C68.5861 63.5181 68.9145 63.9303 69.2638 64.3216C69.9695 65.0971 70.8009 65.8307 71.7581 66.2779C72.1494 66.4596 72.5127 66.5434 72.9389 66.5085C73.0507 66.5085 73.1695 66.4875 73.2743 66.4386C73.2743 66.4386 73.2743 66.4246 73.2603 66.4176C73.2603 66.4176 73.2394 66.3897 73.2324 66.3897C73.1625 66.3128 73.0926 66.25 73.0088 66.1871C72.6385 65.8936 72.2123 65.6491 71.828 65.3556C71.2131 64.8875 70.7031 64.3076 70.1302 63.7976C69.9835 63.6648 69.8228 63.553 69.683 63.4272C69.5922 63.3504 69.5223 63.2526 69.4455 63.1617C69.2568 62.9382 69.0752 62.7006 68.8865 62.477C68.6979 62.2534 68.5022 62.0299 68.2717 61.8552C68.2577 61.8552 68.2507 61.8412 68.2437 61.8342C68.1669 61.8761 68.097 61.9111 68.0201 61.953C67.9433 61.9949 67.8315 62.0229 67.8315 62.0229V62.0159Z" fill="var(--sapContent_Illustrative_Color22)"/>
24
+ <g clip-path="url(#clip0_396_4341)">
25
+ <path d="M80.4638 102.4C80.5477 102.449 80.6455 102.484 80.7363 102.484C81.0926 102.484 81.3931 102.051 81.6236 101.799C81.7634 101.653 81.9101 101.499 82.0987 101.415C82.2664 101.338 82.4551 101.303 82.6367 101.303C82.8184 101.303 82.9092 101.324 83.035 101.366C82.9791 99.6962 82.8254 97.698 82.4132 96.4543C82.4132 96.4543 82.0987 96.3565 82.3363 90.6691C82.3712 89.7888 82.4062 88.9294 82.4411 88.084C82.4201 88.1329 82.3992 88.1818 82.3782 88.2307C81.8961 89.3277 81.3162 90.3827 80.8201 91.4726C80.2612 92.6953 79.7442 93.946 79.2481 95.1967C78.766 96.4194 78.3188 97.656 77.8228 98.8718C77.5992 99.4237 77.3546 99.9687 77.166 100.535C77.0402 100.912 76.9354 101.31 76.9075 101.708C77.4105 101.129 77.7738 100.339 78.1232 99.6403C78.5354 98.8368 78.9337 98.0054 79.4926 97.2857C79.8979 96.7687 80.4918 96.2307 81.2044 96.3914C81.8682 96.5381 81.987 97.3067 81.966 97.8726C81.938 98.6272 81.7424 99.3818 81.5049 100.094C81.407 100.395 81.2953 100.695 81.1625 100.982C81.0297 101.275 80.8411 101.513 80.6525 101.771C80.5476 101.918 80.4009 102.121 80.3869 102.267V102.323C80.3869 102.295 80.3869 102.323 80.3869 102.337C80.4009 102.365 80.4289 102.386 80.4638 102.407V102.4Z" fill="var(--sapContent_Illustrative_Color22)"/>
26
+ </g>
27
+ <path d="M61.6621 64.2307C61.2289 64.1679 60.8027 64.0002 60.4114 63.8185C59.7337 63.5111 59.1119 63.1128 58.5459 62.6377C58.3433 62.47 58.1477 62.3024 57.938 62.1556C58.3992 62.7146 58.7905 63.3364 59.2167 63.9163C59.6638 64.5172 60.1529 65.146 60.7817 65.5652C61.3337 65.9286 61.9136 66.0124 62.4935 65.6491C62.8988 65.3906 63.2341 65.0203 63.5555 64.6709C63.8979 64.3006 64.2542 63.9513 64.6804 63.6788C65.1066 63.4133 65.5188 63.1338 65.8752 62.7775C66.2315 62.4211 66.2385 62.3652 66.3643 62.1277C65.8822 62.505 65.4001 62.8753 64.883 63.2107C64.2333 63.6299 63.5276 64.0142 62.766 64.1818C62.4027 64.2587 62.0394 64.2866 61.6691 64.2377H61.6621V64.2307Z" fill="var(--sapContent_Illustrative_Color22)"/>
28
+ <path d="M52.5092 59.8219C52.5092 59.8219 50.8812 58.6691 47.8908 59.5564C44.9004 60.4508 44.4602 63.2875 44.4602 64.4892C44.4602 65.691 42.8533 73.4674 45.2148 76.0945C47.5764 78.7215 50.9371 80.608 53.6131 79.0849C53.6131 79.0849 54.0323 78.8194 54.8218 76.1434C55.6114 73.4674 57.6026 69.422 57.6026 69.422C57.6026 69.422 55.9258 70.7355 51.0908 66.3757L49.6236 65.111C49.6236 65.111 53.2987 65.684 53.138 63.7975C52.9773 61.911 52.5092 59.808 52.5092 59.808V59.8219Z" fill="var(--sapContent_Illustrative_Color13)"/>
29
+ <path d="M49.7354 65.0272C49.7354 65.0761 49.6166 65.0761 49.5747 65.125C49.1555 65.6141 48.876 66.3617 48.4917 66.8788C47.8839 67.7102 47.311 68.5696 46.759 69.436C46.5214 69.8133 46.2909 70.1975 46.1162 70.6028C46.0184 70.8264 45.9345 71.0709 45.8996 71.3154C45.9904 71.2176 46.0603 71.1058 46.1162 70.994C46.2559 70.7565 46.3677 70.505 46.5284 70.2814C46.738 69.9949 46.9616 69.7154 47.1992 69.4499C47.4437 69.1774 47.7162 68.9259 47.9537 68.6534C48.1424 68.4438 48.3171 68.2202 48.5406 68.0456C48.6524 67.9617 48.7712 67.8988 48.904 67.8569C49.0227 67.822 49.1904 67.7871 49.3022 67.8569C49.4 67.9058 49.414 68.0036 49.4839 68.0735C49.5048 68.0945 49.4839 68.1015 49.5328 68.0735C49.6096 68.0176 49.6655 67.9198 49.7214 67.8429C49.7913 67.7521 49.8612 67.6613 49.959 67.5984C50.1337 67.4936 50.3852 67.4098 50.5808 67.5215C50.7765 67.6333 50.8883 67.8709 51.0489 68.0246C51.2795 68.2412 51.545 68.4298 51.8035 68.6045C52.062 68.7792 52.3136 68.9678 52.5721 69.1495C53.0262 69.4639 53.5014 69.7504 54.0184 69.939C54.5773 70.1347 55.1642 70.1836 55.7511 70.2115C56.2542 70.2325 56.7642 70.2255 57.2533 70.1207C57.4559 69.6875 57.5887 69.429 57.5887 69.429C57.5887 69.429 55.9118 70.7425 51.0769 66.3827L49.7354 65.0272Z" fill="var(--sapContent_Illustrative_Color22)"/>
30
+ <path d="M53.145 63.8114C52.9843 61.9249 52.5162 59.8219 52.5162 59.8219C52.5162 59.8219 51.5939 59.1651 49.8612 59.228H49.8402C49.8122 59.228 49.7913 59.228 49.7633 59.242C49.7074 59.242 49.6585 59.2559 49.6026 59.2699C49.4769 59.2909 49.3511 59.3188 49.2253 59.3398C48.9109 59.4027 48.6035 59.4795 48.2961 59.5704C48.0026 59.6612 47.7092 59.759 47.4367 59.8918C47.3179 59.9546 47.1991 60.0175 47.0874 60.0944C47.0384 60.1293 47.0734 60.0944 47.0315 60.1363C47.0105 60.1503 46.9965 60.1712 46.9756 60.1852C46.9616 60.1992 46.9406 60.2201 46.9267 60.2411C46.9267 60.2411 46.9267 60.2551 46.9127 60.2621C46.9127 60.276 46.8917 60.297 46.8847 60.311C46.8847 60.311 46.8708 60.3459 46.8708 60.3529V60.3669V60.3878C46.8847 60.3878 46.9127 60.4088 46.9127 60.4088C46.9686 60.4367 47.0384 60.4507 47.1013 60.4577C47.3948 60.5136 47.7511 60.4856 48.0096 60.6603C48.1424 60.7511 48.1494 60.9398 48.0096 61.0236C47.814 61.1424 47.6044 61.2332 47.3948 61.3171C46.9546 61.5057 46.4865 61.6804 46.1022 61.9739C45.8367 62.1765 45.69 62.414 45.697 62.7005C46.2769 62.3232 46.766 61.8062 47.3948 61.5127C48.0585 61.2053 48.8201 61.2053 49.4978 61.4778C50.1197 61.7293 50.6367 62.1625 51.0769 62.6586C51.538 63.1756 51.9293 63.7555 52.3136 64.3284C52.4253 64.4891 52.5371 64.6568 52.6489 64.8175C52.9913 64.6079 53.2009 64.2865 53.159 63.7974L53.145 63.8114Z" fill="var(--sapContent_Illustrative_Color22)"/>
31
+ <path d="M52.2996 78.4839C51.6987 78.3721 51.1328 78.1555 50.5738 77.918C50.0009 77.6734 49.435 77.401 48.897 77.0935C47.8699 76.4996 46.9267 75.766 46.0533 74.9695C45.6131 74.5713 45.1939 74.152 44.7747 73.7258C44.5581 73.5023 44.3485 73.2787 44.1319 73.0551C44.104 73.0202 44.069 72.9922 44.0411 72.9573C44.2018 74.2359 44.5511 75.3747 45.2149 76.1084C47.5765 78.7355 50.9372 80.6219 53.6131 79.0988C53.6131 79.0988 53.7319 79.0219 53.9625 78.5538H53.9276C53.3826 78.6167 52.8376 78.5887 52.2996 78.4839Z" fill="var(--sapContent_Illustrative_Color22)"/>
32
+ <path d="M58.9022 43.3119C58.8882 43.4726 58.6716 43.5145 58.6017 43.3678C58.2733 42.6901 57.6096 41.8377 56.4498 42.4525C54.6611 43.3958 56.3589 47.3084 57.393 48.063C58.4271 48.8176 63.4297 56.2657 70.214 56.5451C70.214 56.5451 73.1345 56.2167 73.6096 53.8132C74.0777 51.4098 74.7904 47.7766 74.8323 46.456C74.8812 45.1355 74.9721 39.0569 74.0777 36.3669C73.1834 33.677 69.4594 31.1827 66.5808 32.8805C63.786 34.5294 59.5659 35.0185 58.9022 43.3119Z" fill="var(--sapContent_Illustrative_Color31)"/>
33
+ <path d="M74.1197 48.6919C74.0149 49.5094 73.7214 50.257 73.386 51.0046C73.2114 51.3819 73.0297 51.7522 72.869 52.1364C72.7083 52.4998 72.5826 52.8701 72.4568 53.2404C72.0655 54.3792 71.3109 55.3574 70.186 55.8325C69.5363 56.112 68.8376 56.2168 68.1319 56.2308C68.8096 56.4054 69.5083 56.5312 70.221 56.5592C70.221 56.5592 72.0306 56.664 73.1415 54.9522C73.3162 54.6797 73.421 54.484 73.4978 54.2535C73.5747 54.0229 73.5747 53.981 73.6166 53.8063C74.0847 51.4028 74.7974 47.7696 74.8393 46.4491C74.8673 45.6526 74.9162 43.1303 74.7485 40.6639C74.476 41.4884 74.3782 42.3687 74.3991 43.2561C74.4131 43.6893 74.455 44.1225 74.462 44.5556C74.462 45.0168 74.462 45.4779 74.4271 45.9391C74.3642 46.8613 74.2385 47.7696 74.1197 48.6849V48.6919Z" fill="var(--sapContent_Illustrative_Color3)"/>
34
+ <path d="M69.7738 46.4561C69.7529 46.5469 69.7389 46.6447 69.7249 46.7356H69.7668C69.8367 46.7146 69.8996 46.6797 69.9625 46.6168C70.0533 46.526 70.0952 46.4701 70.1581 46.3653C70.1861 46.3164 70.214 46.2605 70.2419 46.2115C70.0882 46.3094 69.9345 46.4002 69.7668 46.4701L69.7738 46.4561Z" fill="var(--sapContent_Illustrative_Color3)"/>
35
+ <path d="M74.7695 39.3573C74.3293 39.2455 73.8472 39.2875 73.3931 39.2525C72.883 39.2176 72.366 39.1617 71.8559 39.1896C71.2271 39.2176 70.5773 39.3783 70.0743 39.7765C69.9904 39.8394 69.8926 39.9233 69.7808 40.0071C70.1092 40.1259 70.4306 40.2516 70.738 40.4123C71.3529 40.7337 71.8629 41.2019 72.1145 41.8586C72.345 42.4525 72.3171 43.0744 72.1284 43.6682C72.5546 43.9477 72.1144 44.863 72.3869 45.7364C72.6175 46.484 75.1957 45.2403 75.3075 43.7381C75.3843 42.6901 76.7538 39.8674 74.7765 39.3573H74.7695Z" fill="var(--sapContent_Illustrative_Color3)"/>
36
+ <path d="M78.4306 41.1949C78.4096 40.8665 78.3468 40.5241 78.1651 40.2516C77.9485 39.9302 77.5922 39.7346 77.3197 39.4551C76.3974 38.5049 76.7048 36.9608 76.4603 35.6543C76.1878 34.194 75.1048 32.9154 73.7074 32.4123C72.7642 32.07 71.7022 32.0979 70.759 32.4403C69.9555 30.9171 68.2367 29.8342 66.5039 30.0298C65.4489 30.1486 64.4847 30.6516 63.4786 31.0289C62.9406 30.6726 62.3048 30.47 61.6131 30.47C60.6 30.47 59.6917 30.9171 59.0699 31.6228C58.448 32.3285 58.7066 31.8953 58.483 31.9302C56.9459 32.1468 55.3598 32.566 54.221 33.6141C53.0821 34.6691 52.5371 36.4997 53.3616 37.8202C53.4105 37.904 53.4175 38.0019 53.3755 38.0927C53.11 38.6656 52.9633 39.3014 52.9633 39.9722C52.9633 41.5023 53.7319 42.8508 54.9057 43.6613C55.1921 43.8569 55.3598 44.1853 55.3598 44.5276C55.3598 44.87 55.3598 44.9119 55.3808 45.1006C55.4786 46.2953 55.9817 47.4551 56.7921 48.3355C56.0655 49.3067 56.0515 50.753 56.7642 51.7381C57.4769 52.7233 58.8603 53.1565 60.0061 52.7652C60.0411 52.87 60.1528 52.9259 60.2507 52.891C60.6978 52.7512 60.9703 52.2621 61.0402 51.7521C60.8166 51.5634 60.6 51.3538 60.3904 51.1442C59.6777 50.4316 59.0559 49.649 58.3293 48.9503C57.6865 48.3355 56.9668 47.7206 56.5197 46.9311C56.0725 46.1416 55.793 45.0866 55.807 44.1364C56.31 44.332 56.862 44.4438 57.4419 44.4438C58.0218 44.4438 58.9371 44.2482 59.5729 43.9058C59.8105 44.0525 60.0341 44.2202 60.2577 44.3949C60.6419 44.6953 61.0262 45.0027 61.3965 45.3241C61.6061 45.5058 61.8087 45.6944 61.9974 45.8971C62.1162 46.0228 62.3188 46.0089 62.4166 45.8621C62.7659 45.3381 63.0594 44.8001 63.1642 44.1923C63.3528 43.1163 62.9127 42.0403 62.7659 40.9643C62.6192 39.8813 62.9406 38.5468 63.9817 38.2115C64.6943 37.9809 65.4419 38.3163 66.1756 38.456C68.069 38.8263 70.0673 37.6385 70.8778 35.9198C71.0175 35.9547 71.1572 35.9896 71.283 36.0595C72.1843 36.5067 72.2053 37.8272 72.9389 38.5189C73.8123 39.3364 75.566 39.1407 75.7965 40.4473C75.8105 40.5451 75.8175 40.6499 75.8175 40.7477C75.7616 42.2569 75.035 44.5696 74.8603 46.2255C76.7468 45.6595 78.5703 43.1652 78.4516 41.2019H78.4236L78.4306 41.1949Z" fill="var(--sapContent_Illustrative_Color30)"/>
37
+ <path d="M58.5319 36.6185C58.5948 36.5975 58.6367 36.5765 58.7206 36.5346C58.9232 36.4298 59.0699 36.318 59.2376 36.1643C59.566 35.8569 59.8245 35.4586 59.9782 35.0534C60.1389 34.6342 60.2018 34.187 60.104 33.7748C60.083 33.6909 60.0551 33.6141 60.0271 33.5372C59.3144 33.3137 58.5948 33.139 57.8472 33.139H57.442C55.821 32.4962 54.4166 34.1171 53.8996 35.4936C53.7668 35.8429 53.6481 36.2412 53.683 36.6185C53.7109 36.9049 53.9136 37.1075 54.207 37.0447C54.4865 36.9888 54.738 36.7861 54.9546 36.6115C55.1922 36.4228 55.4227 36.2132 55.6603 36.0176C55.7022 35.9826 55.7441 35.9477 55.793 35.9128C55.814 35.8988 55.835 35.8848 55.8559 35.8709C55.8559 35.8709 55.8699 35.8709 55.8769 35.8569C55.814 35.8988 55.9048 35.8429 55.9258 35.8289C56.1144 35.7171 56.331 35.6123 56.5546 35.6054C56.911 35.5914 57.2044 35.8709 57.4769 36.0875C57.7983 36.339 58.1406 36.5765 58.5459 36.6185H58.5319Z" fill="var(--sapContent_Illustrative_Color29)"/>
38
+ <path d="M70.5005 33.0412C70.4795 32.6848 70.4725 32.3215 70.4725 31.9582C69.5852 30.6936 68.0551 29.8482 66.504 30.0228C65.4559 30.1416 64.4918 30.6377 63.4996 31.015C63.3738 31.4342 63.3738 31.8813 63.5625 32.2936C63.7162 32.6289 63.9328 32.9294 64.1214 33.2508C64.3241 33.6001 64.4708 33.9844 64.4918 34.3896C64.5127 34.8648 64.352 35.277 64.0865 35.6193C63.9538 35.794 63.5974 36.0525 63.2411 36.2831C63.0245 36.4228 63.1223 36.7582 63.3808 36.7582C63.6394 36.7582 64.0725 36.7722 64.2682 36.8141C64.5267 36.863 64.7782 36.9329 65.0367 37.0307C65.5817 37.2403 66.0987 37.5198 66.6018 37.8062C66.9791 38.0228 67.3564 38.2464 67.7546 38.4141C68.9843 38.1346 70.0953 37.3032 70.7241 36.2062C70.8079 35.1652 70.5704 34.0123 70.5145 33.0412H70.5005Z" fill="var(--sapContent_Illustrative_Color29)"/>
39
+ <path d="M74.0359 39.0919C74.2664 39.1757 74.3363 39.2526 74.3992 39.3504C74.5948 39.6718 74.6228 40.0631 74.497 40.4124C74.3223 40.8875 74.1476 41.2019 74.6228 42.8089C74.8044 43.4238 74.7555 45.5897 74.8533 46.2185C75.3354 45.967 77.9206 46.5888 78.4446 41.1949C78.4795 40.8665 78.3607 40.5242 78.1791 40.2517C77.9625 39.9303 77.6062 39.7347 77.3337 39.4552C76.4114 38.505 76.7188 36.9609 76.4743 35.6543C76.2018 34.194 75.1188 32.9154 73.7214 32.4124C73.2813 32.2517 72.8131 32.1748 72.338 32.1678C72.2542 32.8945 72.2123 33.6211 72.2193 34.3547C72.2332 35.3818 72.352 36.4229 72.7153 37.3871C72.9738 38.0788 73.5538 38.5539 74.0428 39.0919H74.0359Z" fill="var(--sapContent_Illustrative_Color29)"/>
40
+ <path d="M70.738 50.8019C70.4795 50.7879 71.0734 51.0604 70.8288 51.0185C70.5913 50.9766 70.3887 50.9626 69.8786 51.0185C69.6131 51.0465 67.5939 51.3399 67.3354 51.1582C67.9293 51.5355 68.1808 52.0665 70.1791 52.2272C71.262 52.3111 71.814 52.381 72.0935 51.6264C72.0795 51.6753 71.269 50.8299 70.731 50.8089L70.738 50.8019Z" fill="var(--sapContent_Illustrative_Color23)"/>
41
+ <path d="M67.2376 50.9557C67.2376 50.9557 69.4245 50.264 70.0044 50.3758C70.3887 50.4456 70.9546 50.5295 71.325 50.5295C71.6953 50.5295 72.911 50.8788 72.0795 51.6334C72.0795 51.6334 71.4437 51.291 70.3049 51.2072C69.166 51.1233 67.3005 51.5705 67.2376 50.9557Z" fill="var(--sapContent_Illustrative_Color23)"/>
42
+ <path d="M69.7319 47.1198C69.6481 47.4831 69.8298 47.8184 70.2769 47.8184C70.7241 47.8184 70.6333 47.8534 70.787 47.9442C71.2411 48.2167 71.8909 48.1329 72.2402 47.9232C72.2682 47.9023 72.3101 47.9232 72.3101 47.9582C72.3101 48.035 72.3101 48.1538 72.0376 48.3914C71.7442 48.6429 71.6254 48.6918 71.3809 48.6918C70.8988 48.6918 69.9066 48.4612 69.6132 48.3984C69.4594 48.3984 69.3337 48.4263 69.3267 48.4263C68.9215 47.7975 69.2289 47.3014 69.7319 47.1198Z" fill="var(--sapContent_Illustrative_Color28)"/>
43
+ <path d="M70.6262 48.608C70.2279 48.3774 70.1441 48.3075 69.7668 48.2796C69.4664 48.2516 69.2568 48.4333 69.3616 48.4543C69.5642 48.4962 70.6332 48.608 70.6332 48.608H70.6262Z" fill="var(--sapContent_Illustrative_Color22)"/>
44
+ <path d="M65.5048 46.6796C65.5048 46.6796 64.848 46.0717 64.6524 46.0857C64.4568 46.0857 64.4917 44.6114 64.4917 44.6114C64.4917 44.6114 64.6734 41.8446 65.91 40.7966C66.3712 40.4053 67.8594 39.2455 68.6838 39.4272C69.152 39.532 69.2218 39.1756 69.676 38.98C69.8297 38.9171 69.9764 38.7634 70.1092 38.5887C70.3467 38.2743 70.0882 37.8341 69.7039 37.89C68.8445 38.0158 66.9651 38.2534 65.8821 38.6935C64.1284 39.4062 60.1668 41.5651 59.4122 42.3896C58.8812 42.9625 59.0838 43.6403 59.1258 45.373C59.1886 47.9931 59.3703 49.1809 59.0349 49.8656C58.5458 50.8647 58.3223 51.2071 58.3223 51.2071C58.3223 51.2071 57.0576 54.8682 53.8716 58.8647C50.8602 62.6516 49.7354 65.0272 49.7354 65.0272C49.7354 65.0272 54.6262 70.5329 57.5258 69.5547C57.5258 69.5547 57.5677 69.5058 57.5886 69.4289C57.9799 68.1224 61.3476 56.7826 62.1092 55.1966C63.4227 52.4647 63.4856 52.7442 64.0865 52.304C64.7223 51.8429 66.1895 49.8796 66.8044 49.0342C67.2445 48.4263 70.2769 47.8254 70.6262 46.8892C70.8358 46.3372 70.0952 44.7023 67.8524 46.6097" fill="var(--sapContent_Illustrative_Color31)"/>
45
+ <path d="M68.048 46.449C67.9293 46.5468 67.7756 46.6027 67.6218 46.6027L65.7843 46.6656C65.6096 46.6656 65.4349 46.6097 65.2952 46.4979C65.0856 46.3233 64.7712 46.0717 64.6524 46.0787C64.4568 46.0787 64.4917 44.6045 64.4917 44.6045C64.4917 44.6045 64.6734 41.8377 65.9101 40.7896C66.3712 40.3984 67.8594 39.2385 68.6839 39.4202C69.152 39.525 69.2218 39.1687 69.676 38.973C69.8297 38.9102 69.9764 38.7564 70.1092 38.5818C70.3467 38.2674 70.0882 37.8272 69.7039 37.8831C68.8446 38.0088 66.9651 38.2464 65.8821 38.6866C65.3791 38.8892 64.7013 39.2106 63.9677 39.5879C63.9118 39.6158 63.8559 39.6438 63.793 39.6787C63.7581 39.6927 63.7301 39.7136 63.6952 39.7276C63.6533 39.7486 63.6183 39.7695 63.5764 39.7905C63.5415 39.8045 63.5135 39.8254 63.4786 39.8394C63.4227 39.8674 63.3598 39.9023 63.3039 39.9302C63.269 39.9512 63.2341 39.9652 63.1991 39.9861C63.1572 40.0071 63.1083 40.035 63.0664 40.056C63.0315 40.077 63.0035 40.0909 62.9686 40.1119C62.9266 40.1329 62.8777 40.1608 62.8358 40.1818C62.7939 40.2027 62.7799 40.2097 62.752 40.2307C62.6821 40.2656 62.6192 40.3005 62.5494 40.3425C62.5214 40.3564 62.4935 40.3774 62.4655 40.3914C62.4236 40.4193 62.3747 40.4403 62.3328 40.4682C62.3048 40.4822 62.2769 40.5032 62.2489 40.5171C62.179 40.5521 62.1162 40.594 62.0463 40.6289C62.0253 40.6429 62.0114 40.6499 61.9904 40.6639C61.9415 40.6918 61.8856 40.7198 61.8367 40.7547C61.8087 40.7687 61.7808 40.7826 61.7598 40.8036C61.7109 40.8316 61.662 40.8595 61.6131 40.8874C61.5921 40.9014 61.5712 40.9084 61.5502 40.9224C61.4873 40.9573 61.4175 40.9992 61.3546 41.0342C61.3336 41.0481 61.3127 41.0621 61.2917 41.0691C61.2428 41.0971 61.2009 41.125 61.152 41.1529C61.131 41.1669 61.11 41.1809 61.0891 41.1949C61.0262 41.2298 60.9633 41.2717 60.9074 41.3067C60.9074 41.3067 60.8865 41.3206 60.8795 41.3206C60.8236 41.3556 60.7747 41.3835 60.7258 41.4185C60.7048 41.4324 60.6908 41.4394 60.6699 41.4534C60.621 41.4813 60.579 41.5093 60.5371 41.5442C60.5231 41.5442 60.5092 41.5582 60.4952 41.5722C60.4393 41.6071 60.3834 41.642 60.3345 41.677C60.3205 41.677 60.3066 41.6979 60.2926 41.7049C60.2507 41.7329 60.2157 41.7608 60.1738 41.7888C60.1598 41.7888 60.1459 41.8097 60.1319 41.8167C60.083 41.8516 60.0341 41.8866 59.9921 41.9145C59.9502 41.9425 59.9083 41.9774 59.8664 42.0054C59.8524 42.0054 59.8454 42.0263 59.8314 42.0333C59.7965 42.0612 59.7686 42.0822 59.7406 42.1032C59.7406 42.1032 59.7266 42.1171 59.7127 42.1241C59.6777 42.1521 59.6428 42.18 59.6079 42.208C59.6079 42.208 59.5939 42.2219 59.5869 42.2289C59.559 42.2499 59.538 42.2709 59.517 42.2918C59.4961 42.3128 59.5031 42.3058 59.4961 42.3128C59.4681 42.3407 59.4472 42.3617 59.4262 42.3826C58.8952 42.9556 59.0978 43.6333 59.1397 45.3661C59.2026 47.9861 59.3843 49.1739 59.0489 49.8586C58.5598 50.8578 58.3362 51.2001 58.3362 51.2001V51.256C58.3362 51.27 58.3223 51.291 58.3153 51.3119V51.3329C58.3153 51.3468 58.3013 51.3608 58.2943 51.3818V51.4027C58.2594 51.4866 58.2175 51.5984 58.1616 51.7311C57.945 52.2621 57.5537 53.1355 56.9668 54.2255C56.8131 54.5119 56.6454 54.8124 56.4638 55.1198C56.4638 55.1338 56.4498 55.1407 56.4428 55.1547C56.4009 55.2316 56.352 55.3014 56.31 55.3783C56.2122 55.546 56.1144 55.7067 56.0096 55.8744C55.9397 55.9862 55.8629 56.1049 55.793 56.2237C55.7231 56.3355 55.6463 56.4543 55.5694 56.5661C55.5694 56.5661 55.5694 56.58 55.5555 56.587C55.4856 56.6988 55.4087 56.8036 55.3389 56.9154C55.3389 56.9294 55.3249 56.9364 55.3109 56.9573C55.241 57.0621 55.1712 57.1669 55.0943 57.2717L55.0803 57.2857C55.0664 57.2997 55.0594 57.3137 55.0524 57.3276C54.9825 57.4255 54.9127 57.5233 54.8428 57.6211C54.8218 57.649 54.8079 57.67 54.7869 57.6979C54.717 57.7888 54.6472 57.8866 54.5773 57.9774C54.5773 57.9774 54.5633 57.9984 54.5563 58.0054C54.5424 58.0263 54.5214 58.0473 54.5074 58.0752C54.4376 58.1661 54.3677 58.2639 54.2908 58.3547V58.3687C54.2699 58.3966 54.2489 58.4246 54.2279 58.4525C54.1301 58.5783 54.0323 58.7041 53.9275 58.8298C50.9161 62.6167 49.7913 64.9923 49.7913 64.9923L49.8052 65.0063L49.8192 65.0202C49.8192 65.0202 49.8332 65.0342 49.8402 65.0412L49.8541 65.0552C49.8541 65.0552 49.8751 65.0761 49.8821 65.0831C49.8821 65.0831 49.903 65.1041 49.91 65.1111C49.924 65.125 49.931 65.139 49.945 65.153C49.945 65.153 49.945 65.167 49.9659 65.1739C49.9659 65.1739 49.9659 65.1879 49.9799 65.1879C50.0009 65.2089 50.0218 65.2298 50.0428 65.2508C50.0568 65.2648 50.0707 65.2787 50.0847 65.2927C50.1057 65.3207 50.1336 65.3416 50.1616 65.3696C50.1755 65.3835 50.1895 65.3975 50.2035 65.4115C50.2314 65.4464 50.2664 65.4744 50.3013 65.5093C50.3153 65.5233 50.3223 65.5303 50.3362 65.5442L50.5458 65.7539C50.5738 65.7818 50.5948 65.8028 50.6297 65.8307C50.6506 65.8587 50.6716 65.8796 50.6996 65.9006C50.7205 65.9215 50.7415 65.9425 50.7694 65.9635H50.7834L50.7974 65.9774C50.8183 65.9984 50.8463 66.0263 50.8742 66.0473C50.8952 66.0683 50.9161 66.0892 50.9371 66.1032C50.9371 66.1032 50.9581 66.1242 50.9651 66.1311C50.993 66.1591 51.021 66.1801 51.0419 66.208C51.0559 66.222 51.0699 66.236 51.0908 66.2499C51.0908 66.2499 51.1048 66.2639 51.1188 66.2709C51.1188 66.2709 51.1397 66.2918 51.1467 66.2988C51.1747 66.3268 51.2026 66.3477 51.2306 66.3757C51.2445 66.3897 51.2585 66.3966 51.2725 66.4106L51.2865 66.4246C51.3074 66.4386 51.3214 66.4595 51.3423 66.4735C51.3703 66.5015 51.3982 66.5224 51.4262 66.5504C51.4262 66.5504 51.4402 66.5643 51.4472 66.5713C51.4472 66.5713 51.4611 66.5853 51.4681 66.5853C51.4891 66.6063 51.51 66.6202 51.531 66.6412C51.5729 66.6761 51.6079 66.7111 51.6498 66.746C51.6987 66.7879 51.7406 66.8298 51.7895 66.8718C51.8035 66.8718 51.8105 66.8927 51.8244 66.8997C52.9913 67.9058 54.4865 69.0028 55.8629 69.422C56.4498 69.5967 56.9668 68.9958 56.7153 68.4368C56.7013 68.4019 56.6873 68.367 56.6664 68.332C55.7231 66.1661 55.29 63.4412 55.8699 61.1355C56.1424 60.0386 56.6314 59.0185 57.0716 57.9844C57.5048 56.9573 57.7633 55.8814 58.1895 54.8543C58.3223 54.5259 58.462 54.1905 58.6297 53.8761C58.7974 53.5547 58.9721 53.2403 59.1467 52.9189C59.4891 52.2691 59.8245 51.6193 60.1389 50.9486C60.4323 50.3128 60.7258 49.656 60.9284 48.9853C61.0891 48.4403 61.1729 47.8744 61.2987 47.3224C61.4175 46.7844 61.5642 46.2254 61.8716 45.7643C62.0463 45.5058 62.4935 44.8211 62.8218 45.3102C62.8708 45.387 62.9127 45.4778 62.9406 45.5687C63.0384 45.8901 63.1013 46.2254 63.1223 46.5678C63.1712 47.2944 63.0454 48.0281 62.9476 48.7477C62.9476 48.7966 62.9336 48.8455 62.9476 48.8944C62.9825 48.9713 63.0804 48.9923 63.1642 48.9992C63.6044 49.0342 64.0376 48.8665 64.4218 48.6569C64.8131 48.4473 65.1834 48.1958 65.5956 48.049C65.7773 47.9861 66.0009 47.9442 66.1616 48.049C66.3013 48.1468 66.3502 48.3355 66.3223 48.5032C66.2943 48.6709 66.2035 48.8176 66.1127 48.9573C65.393 49.9984 64.2472 50.6831 63.4576 51.6752C63.1572 52.0595 63.0524 52.4158 63.1782 52.884C63.1991 52.9538 63.2201 53.0307 63.2411 53.1006C63.6184 52.5067 63.786 52.5067 64.1494 52.2412C64.7852 51.78 66.2524 49.8167 66.8673 48.9713C67.3074 48.3634 70.2839 47.8744 70.6891 46.8263C70.8917 46.2883 70.193 44.7233 68.097 46.3931L68.069 46.442L68.048 46.449Z" fill="var(--sapContent_Illustrative_Color28)"/>
46
+ <path d="M62.1651 45.3731C62.228 45.2263 62.2909 45.0796 62.3607 44.9329C62.8289 43.9547 63.4856 43.0464 64.2821 42.3058C64.6175 41.9914 64.9808 41.7119 65.3651 41.4604C65.5188 41.2019 65.7005 40.9643 65.9171 40.7827C66.3782 40.3914 67.8664 39.2316 68.6909 39.4132C69.159 39.518 69.2289 39.1617 69.683 38.9661C69.8367 38.9032 69.9835 38.7495 70.1162 38.5748C70.3538 38.2604 70.0952 37.8202 69.711 37.8761C68.8516 38.0019 66.9721 38.2394 65.8891 38.6796C65.3861 38.8822 64.7083 39.2036 63.9747 39.5809C63.9188 39.6089 63.8629 39.6368 63.8 39.6718C63.7651 39.6857 63.7372 39.7067 63.7022 39.7207C63.6603 39.7416 63.6254 39.7626 63.5834 39.7835C63.5485 39.7975 63.5206 39.8185 63.4856 39.8325C63.4297 39.8604 63.3669 39.8953 63.311 39.9233C63.276 39.9442 63.2411 39.9582 63.2062 39.9792C63.1642 40.0001 63.1153 40.0281 63.0734 40.049C63.0385 40.07 63.0105 40.084 62.9756 40.1049C62.9337 40.1259 62.8848 40.1539 62.8428 40.1748C62.8009 40.1958 62.7869 40.2028 62.759 40.2237C62.6891 40.2587 62.6262 40.2936 62.5564 40.3355C62.5284 40.3495 62.5005 40.3704 62.4725 40.3844C62.4306 40.4124 62.3817 40.4333 62.3398 40.4613C62.3118 40.4752 62.2839 40.4962 62.2559 40.5102C62.1861 40.5451 62.1232 40.587 62.0533 40.622C62.0324 40.6359 62.0184 40.6429 61.9974 40.6569C61.9485 40.6849 61.8926 40.7128 61.8437 40.7477C61.8158 40.7617 61.7878 40.7757 61.7668 40.7966C61.7179 40.8246 61.669 40.8525 61.6201 40.8805C61.5992 40.8945 61.5782 40.9014 61.5572 40.9154C61.4944 40.9504 61.4245 40.9923 61.3616 41.0272C61.3406 41.0412 61.3197 41.0552 61.2987 41.0621C61.2498 41.0901 61.2079 41.118 61.159 41.146C61.138 41.16 61.1171 41.1739 61.0961 41.1879C61.0332 41.2228 60.9703 41.2648 60.9144 41.2997C60.9144 41.2997 60.8935 41.3137 60.8865 41.3137C60.8306 41.3486 60.7817 41.3766 60.7328 41.4115C60.7118 41.4255 60.6979 41.4325 60.6769 41.4464C60.628 41.4744 60.5861 41.5023 60.5441 41.5373C60.5302 41.5373 60.5162 41.5512 60.5022 41.5652C60.4463 41.6001 60.3904 41.6351 60.3415 41.67C60.3275 41.67 60.3136 41.691 60.2996 41.698C60.2577 41.7259 60.2227 41.7539 60.1808 41.7818C60.1668 41.7818 60.1529 41.8028 60.1389 41.8097C60.09 41.8447 60.0411 41.8796 59.9992 41.9076C59.9572 41.9355 59.9153 41.9704 59.8734 41.9984C59.8594 41.9984 59.8524 42.0194 59.8385 42.0263C59.8035 42.0543 59.7756 42.0752 59.7476 42.0962C59.7476 42.0962 59.7337 42.1102 59.7197 42.1172C59.6847 42.1451 59.6498 42.1731 59.6149 42.201C59.6149 42.201 59.6009 42.215 59.5939 42.222C59.566 42.2429 59.545 42.2639 59.5241 42.2849C59.5031 42.3058 59.5101 42.2988 59.5031 42.3058C59.4751 42.3338 59.4542 42.3547 59.4332 42.3757C58.9022 42.9486 59.1048 43.6263 59.1468 45.3591C59.2096 47.9792 59.3913 49.167 59.0559 49.8517C58.5668 50.8508 58.3433 51.1932 58.3433 51.1932V51.2491C58.3433 51.263 58.3293 51.284 58.3223 51.305V51.3259C58.3223 51.3399 58.3083 51.3539 58.3013 51.3748V51.3958C58.2664 51.4796 58.2245 51.5914 58.1686 51.7242C57.952 52.2552 57.5607 53.1285 56.9738 54.2185C56.8201 54.505 56.6524 54.8054 56.4708 55.1128C56.4708 55.1268 56.4568 55.1338 56.4498 55.1478C56.4079 55.2246 56.359 55.2945 56.3171 55.3713C56.2192 55.539 56.1214 55.6997 56.0166 55.8674C55.9468 55.9792 55.8699 56.098 55.8 56.2168C55.7302 56.3285 55.6533 56.4473 55.5764 56.5591C55.5764 56.5591 55.5764 56.5731 55.5625 56.5801C55.4926 56.6919 55.4157 56.7967 55.3459 56.9085C55.3459 56.9224 55.3319 56.9294 55.3179 56.9504C55.2481 57.0552 55.1782 57.16 55.1013 57.2648L55.0874 57.2788C55.0734 57.2927 55.0664 57.3067 55.0594 57.3207C54.9895 57.4185 54.9197 57.5163 54.8498 57.6141C54.8288 57.6421 54.8149 57.663 54.7939 57.691C54.724 57.7818 54.6542 57.8796 54.5843 57.9705C54.5843 57.9705 54.5703 57.9914 54.5633 57.9984C54.5494 58.0194 54.5284 58.0403 54.5144 58.0683C54.4446 58.1591 54.3747 58.2569 54.2978 58.3478V58.3617C54.2769 58.3897 54.2559 58.4176 54.235 58.4456C54.1371 58.5713 54.0393 58.6971 53.9345 58.8229C50.9232 62.6098 49.7703 65.0272 49.7703 65.0272C49.7703 65.0272 49.7773 65.0412 49.7983 65.0622C49.8402 65.1111 49.931 65.2089 50.0428 65.3207C50.3083 65.6002 50.6786 65.9775 50.7485 66.0264C50.7625 66.0403 52.2926 67.5914 54.0812 68.6814C54.745 69.0866 55.3948 69.3661 55.8 69.4919C56.3869 69.6665 56.9808 69.0028 56.7293 68.4438C56.7153 68.4089 56.7013 68.374 56.6804 68.339C55.7371 66.1731 55.304 63.4482 55.8839 61.1425C56.1564 60.0456 56.6454 59.0255 57.0856 57.9914C57.5188 56.9643 57.7773 55.8884 58.2035 54.8613C58.3363 54.5329 58.476 54.1975 58.6437 53.8831C58.8114 53.5617 58.9861 53.2473 59.1607 52.9259C59.5031 52.2761 59.8385 51.6264 60.1529 50.9556C60.4463 50.3198 60.7398 49.663 60.9424 48.9923C61.1031 48.4473 61.1869 47.8814 61.3127 47.3294C61.4315 46.7914 61.5782 46.2325 61.8856 45.7713C61.9625 45.6595 62.0882 45.4709 62.228 45.3242L62.2 45.3801L62.1651 45.3731Z" fill="var(--sapContent_Illustrative_Color3)"/>
47
+ <path d="M75.3787 44.6799C75.3787 44.6799 74.5612 44.9175 74.9035 45.6371C75.2459 46.3568 76.2031 46.6642 76.2031 46.6642C76.2031 46.6642 77.1603 47.7262 77.6005 48.4039C78.0477 49.0887 79.8223 51.9882 80.6049 52.7777C81.3874 53.5603 83.6022 54.762 85.2302 57.6267C86.8581 60.4983 88.3953 63.3629 88.8704 65.0747C89.3455 66.7795 90.1979 71.2022 91.9376 75.1498C93.6774 79.0974 95.8782 82.3184 98.7988 80.8581C101.726 79.3979 101.188 77.0573 100.699 75.5411C100.21 74.0319 97.4293 66.6677 95.1865 63.7891C92.9437 60.9105 89.2337 53.9376 88.6538 53.0572C88.0669 52.1769 87.2424 51.6459 86.9979 50.0319C86.7533 48.4249 86.4878 46.5594 86.39 45.0852C86.39 45.0852 86.39 44.9594 85.7612 43.9812C85.1324 43.0031 84.259 40.2013 81.2826 38.9507C78.8861 37.9445 77.0339 37.9019 76.4057 37.9376C76.2877 37.9445 76.1542 38.0493 76.1402 38.1891C76.1123 38.5524 76.1263 39.2162 76.6223 39.4677C77.314 39.81 78.4459 39.5515 78.4459 39.5515C78.4459 39.5515 78.7394 39.8799 79.466 39.7472C79.5757 39.7271 81.2618 40.7833 81.3497 41.0585C81.8434 42.6052 80.3744 46.0085 80.1253 46.228C79.8388 46.4865 79.5359 47.7122 79.0538 47.0834C79.0538 47.0834 78.3132 45.9865 77.4118 45.2668C76.5105 44.5402 75.3787 44.6799 75.3787 44.6799Z" fill="var(--sapContent_Illustrative_Color31)"/>
48
+ <path d="M76.1333 38.5594C76.1543 38.9017 76.2591 39.293 76.6154 39.4677C77.3071 39.81 78.439 39.5725 78.439 39.5725C78.439 39.5725 78.7324 39.8799 79.4591 39.7472H79.494C78.4809 39.1183 77.3071 38.7131 76.1333 38.5594Z" fill="var(--sapContent_Illustrative_Color28)"/>
49
+ <path d="M78.6289 39.9701L80.2614 39.8341L78.0847 39.2899L74.0035 39.562L74.4117 39.698L75.2279 41.0584L78.6289 39.9701Z" fill="var(--sapContent_Illustrative_Color17)"/>
50
+ <path d="M98.3167 78.1193C97.7158 77.8398 97.1359 77.4695 96.6957 76.9735C96.0739 76.2748 95.5918 75.4363 95.1446 74.6189C94.6835 73.7735 94.2713 72.9071 93.8101 72.0617C93.349 71.2093 92.804 70.3988 92.3569 69.5394C91.4555 67.8136 90.7848 65.9831 90.128 64.1525C89.4643 62.3079 88.8075 60.4494 87.9342 58.6957C87.1027 57.0398 86.1176 55.4887 84.9577 54.0424C84.6643 53.6791 84.3569 53.3298 84.0634 52.9665C83.8468 52.694 83.6372 52.4145 83.4975 52.0931C83.225 51.4713 83.3088 50.8075 83.3717 50.1507C83.4276 49.5079 83.4835 48.8651 83.4136 48.2223C83.3857 47.9429 83.3368 47.6424 83.204 47.3909C83.0852 47.1673 82.8127 46.8948 82.5403 46.9507C82.2468 47.0066 82.0093 47.3071 81.7717 47.4747C81.5062 47.6634 81.1918 47.5171 80.8704 47.552C80.4861 47.6009 79.3822 47.5167 79.0608 47.0974C79.0608 47.0974 78.3202 46.0005 77.4189 45.2809C76.5175 44.5542 75.3857 44.6939 75.3857 44.6939C75.3857 44.6939 74.7079 45.0433 74.9106 45.6512C75.2529 46.3708 76.2101 46.6782 76.2101 46.6782C76.2101 46.6782 77.1673 47.7402 77.6075 48.418C78.0547 49.1027 79.8293 52.0023 80.6119 52.7918C81.3944 53.5743 83.6093 54.7761 85.2372 57.6407C86.8652 60.5123 88.4023 63.3769 88.8774 65.0887C89.3525 66.7935 90.2049 71.2163 91.9446 75.1639C93.6844 79.1115 95.8853 82.3324 98.8058 80.8722C99.9446 80.2992 100.559 79.6005 100.853 78.8669C99.9726 78.7621 99.1062 78.5036 98.3237 78.1333V78.1193H98.3167Z" fill="var(--sapContent_Illustrative_Color3)"/>
51
+ <path d="M81.8939 42.827L81.4857 42.4188C81.0665 41.5245 82.0289 41.1809 81.1346 40.7337C80.7922 40.559 77.9695 40.3285 77.2499 43.5564C76.5302 46.7844 76.9767 46.3114 77.18 46.435C76.8712 46.4525 76.5512 46.1556 76.2577 45.9809C76.1529 45.925 76.0551 45.8621 75.9573 45.7992C75.4053 45.4499 74.9791 44.9259 74.7485 44.311C74.3503 43.263 74.1407 41.8307 74.8743 40.2935C74.8743 40.2935 74.1337 40.9992 73.7774 41.9494C73.7913 41.8446 73.8053 41.7468 73.8123 41.642C73.8472 41.2997 73.8961 40.8665 73.7005 40.559C73.428 40.1328 74.5588 39.6319 74.1396 39.562C74.3283 39.7507 73.8671 39.5131 74.1396 39.562C74.0069 39.4293 71.3459 39.7555 71.1782 39.8394C71.0105 39.9232 71.0664 39.9023 71.0664 39.9023C71.3529 40.4053 72.4778 43.9407 72.4778 43.9407C72.4778 43.9407 72.6245 43.9547 72.8411 43.9687C72.8271 43.9826 72.8202 43.9966 72.8062 44.0106C72.8062 44.0106 72.8062 46.3023 74.4621 46.3861C76.125 46.47 76.6705 45.708 77.6766 45.8198C78.4312 45.9037 77.7034 45.7816 78.4929 45.6838C78.5697 45.6838 79.2323 45.9809 79.3091 45.9809C79.6445 44.6953 79.7791 46.2254 80.1354 46.1136C80.4638 46.0088 80.0551 45.8967 80.3974 45.8198C80.6769 45.7569 80.418 45.6805 80.6695 45.5477C80.9909 45.3801 80.6551 45.3702 80.9416 45.1396C81.0743 45.0348 80.8368 45.1494 80.9416 45.0097C80.9835 44.9538 80.9136 44.7944 80.9416 44.7315C80.9556 44.7036 81.1927 44.4944 81.2137 44.4594C81.2137 44.4455 80.8055 44.1524 80.8055 44.1874C80.8055 44.1175 81.3008 43.6851 81.3497 43.6432C81.4405 43.189 81.5384 43.2322 81.3497 42.827H81.8939Z" fill="var(--sapContent_Illustrative_Color22)"/>
52
+ <path d="M72.7922 42.9766C72.7922 40.9853 71.1782 39.3713 69.187 39.3713C67.1957 39.3713 68.9424 39.3713 68.8236 39.3923C68.8236 39.3923 67.3983 38.9661 65.3861 41.139C64.345 42.2639 64.0516 43.5635 64.0097 44.5486C63.9677 45.5338 64.904 46.8753 66.1546 46.9591C67.4053 47.043 67.0559 46.9731 67.6359 46.8892C70.4446 46.491 69.69 46.7285 70.4306 46.3582C71.814 45.8552 72.7992 44.5277 72.7992 42.9696H72.7922V42.9766Z" fill="var(--sapContent_Illustrative_Color17)"/>
53
+ <path d="M69.187 46.4001C71.0777 46.4001 72.6105 44.8674 72.6105 42.9766C72.6105 41.0858 71.0777 39.553 69.187 39.553C67.2962 39.553 65.7634 41.0858 65.7634 42.9766C65.7634 44.8674 67.2962 46.4001 69.187 46.4001Z" fill="var(--sapContent_Illustrative_Color22)"/>
54
+ <path d="M69.1869 46.1137C70.9195 46.1137 72.3241 44.7092 72.3241 42.9766C72.3241 41.244 70.9195 39.8395 69.1869 39.8395C67.4543 39.8395 66.0498 41.244 66.0498 42.9766C66.0498 44.7092 67.4543 46.1137 69.1869 46.1137Z" fill="var(--sapContent_Illustrative_Color8)"/>
55
+ <path d="M72.2402 42.2291C72.0655 41.5095 71.6393 40.8877 71.0594 40.4545L66.6716 44.8422C67.0978 45.4222 67.7267 45.8414 68.4463 46.023L72.2402 42.2291Z" fill="var(--sapContent_Illustrative_Color2)"/>
56
+ <path d="M69.4595 39.8465C69.3686 39.8465 69.2848 39.8325 69.194 39.8325C67.4612 39.8325 66.1057 41.2369 66.0568 42.9696C66.0079 44.7024 66.0708 43.2142 66.0708 43.2351L69.4664 39.8395L69.4595 39.8465Z" fill="var(--sapContent_Illustrative_Color2)"/>
57
+ <path d="M82.2433 42.9766C82.2433 40.9853 80.6293 39.3713 78.638 39.3713C76.6468 39.3713 78.3935 39.3713 78.2747 39.3923C78.2747 39.3923 76.8494 38.9661 74.8372 41.139C73.7961 42.2639 74.1815 43.4743 74.1396 44.4595C74.0977 45.4446 74.6575 46.2744 75.9081 46.3582C77.1588 46.4421 76.507 46.9731 77.0869 46.8892C79.8957 46.491 79.1411 46.7285 79.8817 46.3582C81.2651 45.8552 82.2503 44.5277 82.2503 42.9696H82.2433V42.9766Z" fill="var(--sapContent_Illustrative_Color17)"/>
58
+ <path d="M78.638 46.4001C80.5288 46.4001 82.0616 44.8674 82.0616 42.9766C82.0616 41.0858 80.5288 39.553 78.638 39.553C76.7472 39.553 75.2144 41.0858 75.2144 42.9766C75.2144 44.8674 76.7472 46.4001 78.638 46.4001Z" fill="var(--sapContent_Illustrative_Color22)"/>
59
+ <path d="M78.638 46.1137C80.3706 46.1137 81.7752 44.7092 81.7752 42.9766C81.7752 41.244 80.3706 39.8395 78.638 39.8395C76.9055 39.8395 75.5009 41.244 75.5009 42.9766C75.5009 44.7092 76.9055 46.1137 78.638 46.1137Z" fill="var(--sapContent_Illustrative_Color8)"/>
60
+ <path d="M81.6913 42.2291C81.5166 41.5095 81.0904 40.8877 80.5105 40.4545L76.1227 44.8422C76.5489 45.4222 77.1778 45.8414 77.8974 46.023L81.6913 42.2291Z" fill="var(--sapContent_Illustrative_Color2)"/>
61
+ <path d="M78.9105 39.8465C78.8197 39.8465 78.7358 39.8325 78.645 39.8325C76.9122 39.8325 75.5568 41.2369 75.5079 42.9696C75.459 44.7024 75.5219 43.2142 75.5219 43.2351L78.9175 39.8395L78.9105 39.8465Z" fill="var(--sapContent_Illustrative_Color2)"/>
62
+ <path d="M74.0358 42.0124C74.7111 42.0124 75.2585 41.4649 75.2585 40.7897C75.2585 40.1144 74.7111 39.567 74.0358 39.567C73.3605 39.567 72.8131 40.1144 72.8131 40.7897C72.8131 41.4649 73.3605 42.0124 74.0358 42.0124Z" fill="var(--sapContent_Illustrative_Color17)"/>
63
+ <path d="M73.2883 40.7897C73.2883 40.1958 73.7145 39.6997 74.2804 39.5879C74.2035 39.5739 74.1267 39.567 74.0428 39.567C73.3651 39.567 72.8201 40.1189 72.8201 40.7897C72.8201 41.4604 73.3721 42.0124 74.0428 42.0124C74.7136 42.0124 74.2035 42.0054 74.2804 41.9914C73.7145 41.8796 73.2883 41.3836 73.2883 40.7897Z" fill="var(--sapContent_Illustrative_Color22)"/>
64
+ <path d="M97.1415 77.5618V77.5688C97.2191 78.2898 97.0248 78.9654 96.8096 79.6474C96.8411 78.6776 96.7698 77.7071 96.6175 76.7443C96.4848 76.5417 96.345 76.3461 96.2053 76.1434C96.1564 76.3181 96.1144 76.4928 96.0655 76.6674L96.0586 76.6744C95.9887 76.9329 95.9188 77.1845 95.821 77.429C95.7372 77.6386 95.6324 77.8622 95.4647 78.0229C95.0524 78.4072 94.5424 78.1277 94.1861 77.8133C93.3686 77.0867 93.0682 75.7312 91.9083 75.4797C91.9782 76.5137 92.1808 77.5478 92.09 78.5819C92.0551 79.015 91.9782 79.5251 91.6568 79.8535C91.3075 80.2098 90.8184 80.098 90.4061 79.9373C89.8332 79.7207 89.3022 79.4133 88.7782 79.1059C88.5756 78.9871 88.373 78.8683 88.1703 78.7495C87.835 78.5539 87.5485 78.2605 87.276 77.981C86.9965 77.7015 86.7171 77.4081 86.3677 77.2124C86.0533 77.0378 85.704 76.9329 85.3826 76.7653C85.0751 76.6046 84.8446 76.374 84.6978 76.0596C84.5651 75.7731 84.5022 75.4587 84.5092 75.1373C84.5092 74.4875 84.7468 73.8587 84.9284 73.2439C85.0751 72.7408 85.2428 72.1958 85.166 71.6648C84.7677 71.7277 84.3555 71.7277 83.9782 71.56C83.3354 71.2805 83.0629 70.5888 82.8743 69.96C82.6926 69.3661 82.5668 68.7373 82.2454 68.2063C81.931 68.5347 81.8961 69.0238 81.938 69.4709C81.9939 70.0229 82.1616 70.5539 82.3223 71.0779C82.497 71.6578 82.6297 72.2377 82.7275 72.8316C82.9651 74.3338 82.986 75.857 82.993 77.3731C83.021 77.3941 83.0419 77.422 83.0699 77.45C83.5101 77.9181 84.628 78.7426 85.683 78.9731C86.738 79.2107 92.5931 83.2421 96.1145 83.2002C96.1145 83.1925 96.1186 83.1855 96.1221 83.1779C96.1193 83.1855 96.1172 83.1932 96.1145 83.2002C99.6205 83.2002 100.356 80.3495 100.803 78.9731C100.957 78.491 98.1476 79.1338 97.1415 77.5618ZM96.1284 83.1583C96.1305 83.1541 96.1319 83.1492 96.1333 83.1443C96.1312 83.1499 96.1298 83.1555 96.1277 83.1611C96.1277 83.1604 96.1277 83.159 96.1277 83.1583H96.1284Z" fill="var(--sapContent_Illustrative_Color22)"/>
65
+ <path d="M85.5669 67.0421C85.5669 67.0421 85.5539 65.1964 84.0934 67.9526C82.6378 70.7137 84.3547 73.0143 85.2126 73.8558C86.0705 74.6973 90.4968 81.29 94.026 81.4437C97.5552 81.5973 99.7448 82.9429 100.531 79.9659C100.531 79.9659 102.146 77.057 100.788 74.6195C99.4307 72.182 97.937 67.9276 97.937 67.9276C97.937 67.9276 97.7005 70.0445 91.2024 70.4432L89.2721 70.6052C89.2721 70.6052 90.0191 69.7448 88.5598 68.5386C87.1005 67.3323 85.7029 66.7701 85.7029 66.7701L85.5669 67.0421Z" fill="var(--sapContent_Illustrative_Color13)"/>
66
+ <path d="M89.2906 70.4666C89.3255 70.5008 89.2423 70.5856 89.2479 70.6498C89.3035 71.2915 89.6415 72.0146 89.7415 72.651C89.9094 73.6671 90.1217 74.6779 90.3537 75.6786C90.4567 76.1124 90.5696 76.5461 90.7366 76.9546C90.8277 77.181 90.9436 77.4121 91.0937 77.6083C91.0875 77.4749 91.0566 77.3468 91.0159 77.2286C90.9442 76.9625 90.8429 76.7065 90.7958 76.4352C90.7381 76.085 90.6951 75.7297 90.6719 75.3742C90.6487 75.0088 90.6599 74.6381 90.6317 74.2777C90.6142 73.9963 90.5769 73.715 90.6087 73.4331C90.6272 73.2946 90.6654 73.1657 90.7285 73.0416C90.7867 72.9324 90.8792 72.7882 91.0074 72.7573C91.1108 72.7217 91.1904 72.7802 91.2892 72.7793C91.3188 72.779 91.3091 72.7989 91.3234 72.7444C91.3374 72.6504 91.3067 72.542 91.2909 72.4482C91.275 72.3348 91.2591 72.2213 91.2827 72.1074C91.3302 71.9093 91.4465 71.6711 91.6633 71.6097C91.8801 71.5483 92.1279 71.6348 92.3502 71.6277C92.6663 71.6148 92.9869 71.5574 93.2926 71.4951C93.5983 71.4329 93.9091 71.3854 94.2198 71.3281C94.7623 71.224 95.2995 71.0854 95.7962 70.8484C96.3273 70.5864 96.7732 70.2016 97.2041 69.8022C97.5714 69.4578 97.9235 69.0888 98.1912 68.6662C98.0238 68.2182 97.9322 67.9424 97.9322 67.9424C97.9322 67.9424 97.6957 70.0593 91.1976 70.458L89.2906 70.4666Z" fill="var(--sapContent_Illustrative_Color22)"/>
67
+ <path d="M78.7649 46.6361L76.0441 46.364L76.7243 47.0442L78.2208 48.1325L78.7649 46.6361Z" fill="var(--sapContent_Illustrative_Color3)"/>
68
+ <defs>
69
+ <clipPath id="clip0_396_4341">
70
+ <rect width="6.4" height="10.8" fill="var(--sapContent_Illustrative_Color8)" transform="translate(77.5432 87.2)"/>
71
+ </clipPath>
72
+ </defs>
73
+ </svg>
@@ -0,0 +1,32 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-NoTasks">
2
+ <rect y="41" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <path d="M38.0779 60.6333C34.0488 57.6474 30.0198 54.6615 25.9907 51.6788C25.8082 51.5451 25.6321 51.8483 25.8114 51.9819C29.8405 54.9679 33.8695 57.9538 37.8986 60.9365C38.0811 61.0701 38.2572 60.767 38.0779 60.6333Z" fill="var(--sapContent_Illustrative_Color30)"/>
4
+ <path d="M29.0005 40.9203C27.6455 40.6066 26.2838 40.2996 24.9288 39.9858C24.5083 39.8924 24.3281 40.5332 24.7486 40.6333L28.8203 41.5678C29.2408 41.6612 29.421 41.0205 29.0005 40.9203Z" fill="var(--sapContent_Illustrative_Color30)"/>
5
+ <path d="M37.5044 59.984C36.0225 56.7333 34.5407 53.4827 33.0589 50.232C30.6959 45.0456 28.333 39.8659 25.9701 34.6795C25.4228 33.4847 24.8821 32.2899 24.3348 31.0884C24.2613 30.9282 23.981 31.0016 24.001 31.1818C24.5751 37.236 25.1491 43.2968 25.7165 49.3509C25.7966 50.212 25.8767 51.0797 25.9634 51.9408C25.9835 52.1677 26.3439 52.1744 26.3239 51.9408C25.7499 45.8866 25.1758 39.8258 24.6084 33.7717C24.5283 32.9106 24.4482 32.0429 24.3615 31.1818L24.0277 31.2753C25.5096 34.526 26.9914 37.7766 28.4732 41.0273C30.8361 46.2137 33.199 51.3934 35.5619 56.5798C36.1093 57.7746 36.65 58.9694 37.1973 60.1709C37.2908 60.3845 37.6045 60.1976 37.511 59.9907L37.5044 59.984Z" fill="var(--sapContent_Illustrative_Color30)"/>
6
+ <path d="M32.9454 49.2376C30.4556 48.1963 27.9726 47.155 25.4828 46.1138C25.1157 45.9602 24.9488 46.561 25.316 46.7145C27.8057 47.7558 30.2888 48.7971 32.7785 49.8383C33.1456 49.9919 33.3125 49.3911 32.9454 49.2376Z" fill="var(--sapContent_Illustrative_Color30)"/>
7
+ <path d="M29.1266 41.2152C27.7608 40.9022 26.3982 40.5893 25.0324 40.2731C24.827 40.2274 24.739 40.5404 24.9443 40.5893C26.3102 40.9022 27.6728 41.2152 29.0386 41.5313C29.2439 41.577 29.332 41.2641 29.1266 41.2152Z" fill="var(--sapContent_Illustrative_Color30)"/>
8
+ <path d="M33.0905 49.5634L25.5898 46.4243C25.4105 46.3493 25.3291 46.6427 25.5083 46.7176C28.0086 47.764 30.5088 48.8104 33.009 49.8568C33.1883 49.9318 33.2698 49.6384 33.0905 49.5634Z" fill="var(--sapContent_Illustrative_Color30)"/>
9
+ <path d="M82.7443 92.6552C94.616 90.7918 103.958 87.4834 103.61 85.2656C103.262 83.0478 92.8317 79.8966 80.96 81.7599C69.0882 83.6232 60.2703 89.7954 60.6184 92.0132C60.9665 94.2311 70.8726 94.5185 82.7443 92.6552Z" fill="var(--sapContent_Illustrative_Color21)"/>
10
+ <path d="M89.5021 53.531C92.9463 57.1421 96.3906 60.7466 99.8348 64.3577C100.155 64.6914 100.663 64.1841 100.342 63.8504C96.8979 60.2393 93.4536 56.6348 90.0094 53.0237C89.689 52.69 89.1817 53.1973 89.5021 53.531Z" fill="var(--sapContent_Illustrative_Color30)"/>
11
+ <path d="M89.906 53.6041C92.6894 47.6635 95.4728 41.7228 98.2563 35.7888C98.6501 34.9478 99.0439 34.1068 99.4377 33.2591L99.104 33.1656C99.1173 36.5765 99.1307 39.9807 99.144 43.3915L99.2108 59.685C99.2108 60.9332 99.2174 62.1814 99.2241 63.4296C99.2241 63.6632 99.5846 63.6632 99.5846 63.4296C99.5712 60.0187 99.5579 56.6145 99.5445 53.2036C99.5245 47.7703 99.5045 42.3369 99.4778 36.9102C99.4778 35.662 99.4711 34.4138 99.4644 33.1656C99.4644 32.9987 99.2041 32.9053 99.1307 33.0722C96.3472 39.0128 93.5638 44.9535 90.7804 50.8875C90.3865 51.7285 89.9928 52.5695 89.5989 53.4172C89.4988 53.6242 89.8125 53.8111 89.9126 53.5975L89.906 53.6041Z" fill="var(--sapContent_Illustrative_Color30)"/>
12
+ <path d="M100.55 41.0117C99.0946 40.3242 97.6462 39.6434 96.1911 38.9559C96.0175 38.8758 95.8039 38.9091 95.6971 39.0827C95.6037 39.2362 95.6504 39.4898 95.824 39.5766C97.2791 40.2641 98.7275 40.945 100.183 41.6325C100.356 41.7126 100.57 41.6792 100.677 41.5057C100.77 41.3521 100.723 41.0985 100.55 41.0117Z" fill="var(--sapContent_Illustrative_Color30)"/>
13
+ <path d="M100.53 50.5568C97.9933 48.6812 95.4568 46.8055 92.9204 44.9366C92.5466 44.6629 92.1861 45.2837 92.5533 45.5573C95.0897 47.433 97.6262 49.3086 100.163 51.1776C100.536 51.4513 100.897 50.8305 100.53 50.5568Z" fill="var(--sapContent_Illustrative_Color30)"/>
14
+ <path d="M99.8111 64.392L76.8787 74.181L69.3422 74.9177L59.9052 74.4092C59.9052 74.4092 85.9408 64.0301 89.6439 53.7261L99.8111 64.392Z" fill="var(--sapContent_Illustrative_Color15)"/>
15
+ <path d="M29.6841 54.3747L29.2147 54.9875C29.7428 55.3885 30.2904 55.8024 30.8413 56.223L31.3107 55.6101C30.7598 55.1929 30.2089 54.7756 29.6841 54.3747ZM26.7536 52.1548L26.2842 52.7676C26.7471 53.1197 27.3012 53.5402 27.9108 54.0031L28.3802 53.3902C27.7706 52.9273 27.2165 52.5068 26.7536 52.1548ZM37.1717 60.0532C36.7317 59.7207 36.1743 59.2969 35.5451 58.8177L35.0757 59.4305C35.7081 59.9097 36.2655 60.3302 36.7023 60.666L37.1717 60.0532ZM32.6114 56.5978L32.1419 57.2107C32.6994 57.6344 33.247 58.0484 33.7686 58.4461L34.238 57.8333C33.7164 57.4356 33.1688 57.0216 32.6114 56.5978Z" fill="var(--sapContent_Illustrative_Color16)"/>
16
+ <path d="M98.9928 61.6572L97.9791 62.5471L99.384 64.0336L100.398 63.1437L98.9928 61.6572Z" fill="var(--sapContent_Illustrative_Color16)"/>
17
+ <path d="M98.7321 61.3833L97.7704 62.3254L99.1754 63.8118L100.137 62.8697L98.7321 61.3833Z" fill="var(--sapContent_Illustrative_Color15)"/>
18
+ <path d="M96.4894 58.9905L95.4756 59.8804L96.8805 61.3668L97.8943 60.4769L96.4894 58.9905Z" fill="var(--sapContent_Illustrative_Color16)"/>
19
+ <path d="M96.2286 58.7134L95.267 59.6554L96.6719 61.1419L97.6335 60.1998L96.2286 58.7134Z" fill="var(--sapContent_Illustrative_Color15)"/>
20
+ <path d="M93.9076 56.2849L92.8939 57.1748L94.2988 58.6613L95.3126 57.7714L93.9076 56.2849Z" fill="var(--sapContent_Illustrative_Color16)"/>
21
+ <path d="M93.6436 56.0078L92.682 56.9531L94.0902 58.4396L95.0518 57.4943L93.6436 56.0078Z" fill="var(--sapContent_Illustrative_Color15)"/>
22
+ <path d="M91.4238 53.6511L90.41 54.541L91.8149 56.0275L92.8287 55.1376L91.4238 53.6511Z" fill="var(--sapContent_Illustrative_Color16)"/>
23
+ <path d="M91.1629 53.374L90.1981 54.3161L91.6063 55.8025L92.5679 54.8605L91.1629 53.374Z" fill="var(--sapContent_Illustrative_Color15)"/>
24
+ <path d="M81.4391 62.8467L87.9293 71.6773L80.4905 74.9175L77.2568 65.6566L81.4391 62.8467Z" fill="var(--sapContent_Illustrative_Color16)"/>
25
+ <path d="M74.2905 71.1951C75.8356 72.0459 80.4514 72.1535 80.4514 72.1535C80.5264 72.1535 80.6046 72.1567 80.6665 72.16L89.8786 71.2636C90.3871 71.2147 90.7587 70.7485 90.6805 70.2433C90.6577 70.0933 90.6316 69.9369 90.6023 69.7804C90.4686 69.0372 90.2795 68.2679 90.1948 67.9321C90.1655 67.818 90.1492 67.7528 90.1492 67.7528C90.1492 67.7528 90.2567 67.5605 90.4002 67.2997C90.5175 67.0846 90.775 66.5239 90.8989 66.2859C91.1695 65.7579 91.4205 64.7017 91.3618 64.1736C91.3553 64.1215 91.2933 64.0009 91.2933 64.0009C91.1303 63.6847 90.8174 63.476 90.4588 63.4793H90.4523C89.3635 63.5021 88.2161 63.6358 83.7242 63.1794C80.1906 62.8176 77.7491 62.3025 76.8657 62.0972C76.6668 62.0515 76.4615 62.0743 76.2789 62.1624C76.2789 62.1624 75.9529 62.2927 75.8617 62.3612C75.7769 62.4231 75.715 62.4329 75.6465 62.5698C75.64 62.5829 75.6172 62.6774 75.6172 62.6839C75.5879 62.7752 75.5813 62.8795 75.5748 62.9284C75.4933 63.4826 75.4901 63.9976 75.4346 64.6104C75.3792 65.2526 75.3401 65.8231 75.3206 66.1132C75.314 66.237 75.2814 66.3544 75.2228 66.4652C75.1445 66.6119 75.0109 66.8923 74.8023 67.4106C74.786 67.4529 74.7664 67.4986 74.7501 67.5442C74.6784 67.7202 74.6001 67.9256 74.5219 68.144C74.3557 68.5971 74.0199 69.3371 73.8048 70.1944C73.7754 70.3085 73.7363 70.478 73.7982 70.6703C73.8276 70.7616 73.9189 70.9898 74.2937 71.1951H74.2905Z" fill="var(--sapContent_Illustrative_Color25)"/>
26
+ <path d="M72.2466 74.4157C72.2401 74.256 72.1064 74.2201 71.963 73.8453C71.963 73.8453 71.963 73.8453 71.963 73.842C71.8587 73.5649 71.7446 73.1966 71.6827 72.7337C71.6598 72.5805 71.6435 72.4175 71.637 72.2415C71.6175 71.9253 71.624 71.5765 71.6631 71.1951C71.6729 71.0973 71.6859 70.9995 71.7022 70.8952C71.7283 70.7192 71.7674 70.5366 71.8098 70.3508C71.9369 69.8227 72.1162 69.2751 72.3216 68.7568C72.3998 68.558 72.4813 68.3656 72.5628 68.1798C73.0583 67.0519 73.5961 66.1816 73.72 66.1881C73.7526 66.1881 73.8569 66.2077 74.0101 66.2305C74.6099 66.3315 75.979 66.5923 76.882 66.7358C77.2894 66.8009 77.5991 66.8433 77.7099 66.8401C78.1239 66.8238 80.6046 66.0479 80.9371 66.1783C81.1327 66.2566 81.0773 67.6648 80.8654 69.1284C80.8295 69.3599 80.7937 69.5913 80.7545 69.8227C80.6437 70.4356 80.5101 71.0256 80.3536 71.4885C80.3177 71.6058 80.2786 71.7134 80.2395 71.8144C80.1678 71.9937 80.0896 72.1698 80.0178 72.3425C79.8712 72.6718 79.7245 72.9814 79.5843 73.2618C79.5289 73.3726 79.4767 73.4737 79.4278 73.5747C79.0627 74.2821 78.7791 74.7482 78.7791 74.7482" fill="var(--sapContent_Illustrative_Color24)"/>
27
+ <path d="M77.7458 74.882C77.7458 74.882 74.7826 74.7712 73.8504 74.6473C72.9181 74.5267 72.6573 74.5137 72.6573 74.5137" fill="var(--sapContent_Illustrative_Color24)"/>
28
+ <path d="M72.2466 74.4159C72.2466 74.4159 72.1064 74.2203 71.963 73.8454C72.1357 74.1192 72.3411 74.3213 72.4291 74.2757C72.5204 74.23 75.3238 73.8487 76.5364 74.0997C77.7523 74.3474 77.3709 74.3767 77.8631 74.3409C78.3521 74.3018 78.7074 73.9921 79.3039 73.3108C79.9037 72.6263 80.3992 69.6208 80.4481 69.4219C80.497 69.2231 80.4057 68.6559 80.4579 68.0952C80.51 67.5345 80.9305 66.1785 80.9305 66.1785C81.1261 66.2567 81.0707 67.6649 80.8588 69.1285C80.823 69.36 80.7871 69.5914 80.748 69.8229C80.6371 70.4357 80.5035 71.0257 80.347 71.4886C80.3112 71.6059 80.2721 71.7135 80.2329 71.8146C80.1612 71.9939 80.083 72.1699 80.0113 72.3427C79.8646 72.6719 79.7179 72.9816 79.5777 73.2619C79.5191 73.376 79.5191 73.3793 79.4213 73.5748C78.9323 74.543 78.9062 74.6408 78.7726 74.7483C78.6389 74.8559 78.3488 75.0059 77.7523 74.882C75.5128 74.7972 74.4306 74.7092 73.8569 74.6473C73.7623 74.6375 72.6638 74.5136 72.6638 74.5136" fill="var(--sapContent_Illustrative_Color1)"/>
29
+ <path d="M77.2242 74.2722C77.2242 74.2722 74.0753 74.9307 73.0615 75.0448C72.0477 75.1621 71.7674 75.2143 71.7674 75.2143" fill="var(--sapContent_Illustrative_Color24)"/>
30
+ <path d="M26.3069 52.2397L37.8823 60.7705C37.8823 60.7705 57.1833 71.8537 60.769 73.3434C64.358 74.8331 74.486 73.6204 76.6505 72.9457C78.8182 72.2676 99.8078 64.3986 99.8078 64.3986C99.8078 64.3986 99.9023 64.3367 94.8464 68.545C88.1868 74.0833 78.8802 77.7766 73.0126 79.4424C69.5671 80.4203 62.9791 81.6166 58.849 81.6166C54.7189 81.6166 47.7072 78.2982 44.8549 75.8045C39.209 70.8627 26.3069 52.2397 26.3069 52.2397Z" fill="var(--sapContent_Illustrative_Color16)"/>
31
+ <path d="M32.3505 60.6661C32.3505 60.6661 48.6721 71.5797 52.1796 73.1705C54.5364 74.2397 57.8059 76.7269 63.0574 77.4994C64.0646 77.6461 78.5444 77.594 78.5444 77.594C77.4035 77.6103 72.7095 80.7429 59.5042 81.6491C57.0268 81.8186 56.3423 81.3883 55.1753 81.1438C51.6971 80.4234 48.0104 78.1416 46.7814 77.2321C45.4743 76.2673 44.3757 75.4295 42.2569 73.1672C41.1258 71.9611 40.0468 70.7844 39.4503 70.1357C38.9254 69.5652 33.247 61.794 32.3538 60.6628L32.3505 60.6661Z" fill="var(--sapContent_Illustrative_Color16)"/>
32
+ </svg>
@@ -0,0 +1,22 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-NoTasks_v1">
2
+ <mask id="mask0_396_4958" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
3
+ <circle cx="64" cy="64" r="64" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ </mask>
5
+ <g mask="url(#mask0_396_4958)">
6
+ <path d="M202.719 -52.24H-148.934C-151.226 -52.2421 -153.496 -51.7924 -155.614 -50.9167C-157.733 -50.041 -159.658 -48.7565 -161.279 -47.1364C-162.901 -45.5164 -164.187 -43.5926 -165.065 -41.4752C-165.942 -39.3577 -166.394 -37.088 -166.394 -34.7959V171.908C-166.394 176.539 -164.555 180.98 -161.28 184.254C-158.006 187.529 -153.565 189.368 -148.934 189.368H202.719C207.349 189.368 211.79 187.529 215.065 184.254C218.339 180.98 220.179 176.539 220.179 171.908V-34.7959C220.179 -37.088 219.727 -39.3577 218.849 -41.4752C217.972 -43.5926 216.685 -45.5164 215.064 -47.1364C213.442 -48.7565 211.517 -50.041 209.399 -50.9167C207.281 -51.7924 205.011 -52.2421 202.719 -52.24Z" fill="var(--sapContent_Illustrative_Color7)"/>
7
+ </g>
8
+ <path d="M29.0498 76.0586C29.0498 78.2974 30.8647 80.1123 33.1035 80.1123H59.9191C60.1534 80.1123 60.3873 80.0919 60.6181 80.0515L64.7851 79.3221C65.6227 79.1754 66.393 78.7691 66.987 78.1606L74.8767 70.0774C75.6149 69.321 76.0286 68.3063 76.0295 67.2494L76.0544 38.5367C76.0563 36.2965 74.2409 34.4795 72.0007 34.4795H33.1035C30.8647 34.4795 29.0498 36.2944 29.0498 38.5332V76.0586Z" fill="var(--sapContent_Illustrative_Color1)"/>
9
+ <rect x="33.8849" y="43.312" width="37.3379" height="23.6384" rx="4.05366" fill="var(--sapContent_Illustrative_Color8)"/>
10
+ <path d="M60.2278 50.7255C60.2268 50.57 60.195 50.4163 60.1343 50.2732C60.0736 50.1301 59.9852 50.0004 59.8741 49.8917C59.7659 49.7787 59.636 49.6889 59.4922 49.6275C59.3483 49.5661 59.1936 49.5344 59.0372 49.5344C58.8808 49.5344 58.726 49.5661 58.5822 49.6275C58.4384 49.6889 58.3084 49.7787 58.2003 49.8917L55.9169 52.1752L53.0745 55.002L50.0268 58.0498L47.5572 55.5799L47.2634 55.2862C47.1168 55.1394 46.934 55.0338 46.7336 54.98C46.5331 54.9263 46.322 54.9263 46.1216 54.9801C45.9211 55.0339 45.7384 55.1396 45.5918 55.2865C45.4452 55.4334 45.3398 55.6163 45.2864 55.8168C45.2557 55.9193 45.2397 56.0257 45.239 56.1327C45.24 56.2881 45.2718 56.4418 45.3325 56.5849C45.3932 56.728 45.4817 56.8577 45.5927 56.9665L47.5098 58.8836L49.1931 60.5671C49.3015 60.6788 49.431 60.7679 49.5741 60.8292C49.7173 60.8905 49.8712 60.9227 50.0268 60.924C50.183 60.9224 50.3372 60.8901 50.4808 60.8288C50.6244 60.7676 50.7546 60.6786 50.8638 60.5671L53.1313 58.2962L56.4159 55.0114L59.6341 51.7962L59.8583 51.5719C59.9732 51.4626 60.065 51.3314 60.1285 51.186C60.1919 51.0406 60.2257 50.8841 60.2278 50.7255Z" fill="var(--sapContent_Illustrative_Color3)"/>
11
+ <path d="M76.0579 68.0139C76.0579 68.0139 75.201 80.5422 58.6676 80.1125C58.6676 80.1125 69.2431 80.1877 68.6333 71.8686C68.6333 71.8686 72.899 71.0144 76.0579 68.0139Z" fill="var(--sapContent_Illustrative_Color16)"/>
12
+ <path d="M29.0498 34.2032C29.0498 31.9644 30.8647 30.1495 33.1035 30.1495H72.0043C74.243 30.1495 76.0579 31.9644 76.0579 34.2032V38.7453H29.0498V34.2032Z" fill="var(--sapContent_Illustrative_Color16)"/>
13
+ <path d="M52.8615 37.3861C53.4361 37.3512 53.9879 37.1489 54.4489 36.8041C54.9099 36.4594 55.26 35.9872 55.4559 35.4459C55.6518 34.9046 55.685 34.3177 55.5515 33.7577C55.4179 33.1978 55.1234 32.6891 54.7043 32.2945C54.2852 31.8999 53.7597 31.6366 53.1927 31.537C52.6258 31.4374 52.042 31.506 51.5135 31.7342C50.985 31.9624 50.5349 32.3403 50.2186 32.8213C49.9022 33.3023 49.7335 33.8653 49.7333 34.441C49.7618 35.245 50.1063 36.0052 50.692 36.5567C51.2777 37.1081 52.0574 37.4062 52.8615 37.3861ZM53.5116 32.2594C53.6163 32.1023 54.0657 32.2289 54.5194 32.5343C54.9732 32.8397 55.248 33.2193 55.1433 33.372C55.0386 33.5247 54.5849 33.4026 54.1355 33.0971C53.6861 32.7917 53.4069 32.4121 53.5116 32.2594Z" fill="var(--sapContent_Illustrative_Color3)"/>
14
+ <path d="M54.1355 33.0972C54.5718 33.4026 55.0386 33.5335 55.1433 33.3721C55.248 33.2106 54.9688 32.8441 54.5195 32.5343C54.0701 32.2246 53.6163 32.098 53.5116 32.2595C53.4069 32.4209 53.6862 32.7874 54.1355 33.0972Z" fill="var(--sapContent_Illustrative_Color8)"/>
15
+ <path d="M55.6267 101.427C55.6267 103.666 57.4416 105.481 59.6804 105.481H86.496C86.7303 105.481 86.9642 105.461 87.195 105.42L91.362 104.691C92.1996 104.544 92.9699 104.138 93.5639 103.529L101.454 95.4461C102.192 94.6898 102.605 93.6751 102.606 92.6182L102.631 63.9054C102.633 61.6653 100.818 59.8483 98.5776 59.8483H59.6804C57.4416 59.8483 55.6267 61.6632 55.6267 63.9019V101.427Z" fill="var(--sapContent_Illustrative_Color2)"/>
16
+ <rect x="60.4618" y="68.6808" width="37.3379" height="23.6384" rx="4.05366" fill="var(--sapContent_Illustrative_Color8)"/>
17
+ <path d="M86.8047 76.0943C86.8037 75.9388 86.7719 75.7851 86.7112 75.642C86.6505 75.4989 86.5621 75.3692 86.451 75.2604C86.3428 75.1475 86.2129 75.0576 86.0691 74.9963C85.9252 74.9349 85.7705 74.9032 85.6141 74.9032C85.4577 74.9032 85.3029 74.9349 85.1591 74.9963C85.0153 75.0576 84.8853 75.1475 84.7772 75.2604L82.4938 77.5439L79.6514 80.3707L76.6038 83.4186L74.1341 80.9487L73.8403 80.655C73.6937 80.5081 73.5109 80.4025 73.3105 80.3488C73.11 80.2951 72.8989 80.2951 72.6985 80.3489C72.4981 80.4027 72.3153 80.5084 72.1687 80.6552C72.0221 80.8021 71.9167 80.9851 71.8633 81.1856C71.8326 81.2881 71.8166 81.3944 71.8159 81.5014C71.817 81.6569 71.8487 81.8106 71.9094 81.9537C71.9702 82.0968 72.0586 82.2265 72.1696 82.3353L74.0867 84.2524L75.77 85.9358C75.8784 86.0476 76.0079 86.1367 76.151 86.198C76.2942 86.2593 76.4481 86.2915 76.6038 86.2927C76.7599 86.2912 76.9141 86.2589 77.0577 86.1976C77.2013 86.1364 77.3315 86.0474 77.4407 85.9358L79.7082 83.6649L82.9928 80.3802L86.211 77.165L86.4352 76.9407C86.5501 76.8313 86.6419 76.7001 86.7054 76.5548C86.7688 76.4094 86.8026 76.2528 86.8047 76.0943Z" fill="var(--sapContent_Illustrative_Color3)"/>
18
+ <path d="M102.635 93.3827C102.635 93.3827 101.778 105.911 85.2445 105.481C85.2445 105.481 95.82 105.556 95.2102 97.2374C95.2102 97.2374 99.4759 96.3832 102.635 93.3827Z" fill="var(--sapContent_Illustrative_Color14)"/>
19
+ <path d="M55.6267 59.572C55.6267 57.3332 57.4416 55.5183 59.6804 55.5183H98.5812C100.82 55.5183 102.635 57.3332 102.635 59.572V64.1141H55.6267V59.572Z" fill="var(--sapContent_Illustrative_Color14)"/>
20
+ <path d="M79.4384 62.7549C80.013 62.72 80.5648 62.5177 81.0258 62.1729C81.4868 61.8281 81.8369 61.356 82.0328 60.8147C82.2287 60.2733 82.2619 59.6865 82.1284 59.1265C81.9948 58.5665 81.7003 58.0579 81.2812 57.6633C80.8621 57.2687 80.3366 57.0053 79.7696 56.9058C79.2027 56.8062 78.6189 56.8748 78.0904 57.103C77.5619 57.3312 77.1118 57.7091 76.7955 58.19C76.4791 58.671 76.3104 59.2341 76.3102 59.8098C76.3387 60.6137 76.6832 61.374 77.2689 61.9255C77.8546 62.4769 78.6343 62.775 79.4384 62.7549ZM80.0885 57.6282C80.1932 57.4711 80.6426 57.5976 81.0963 57.9031C81.5501 58.2085 81.8249 58.5881 81.7202 58.7408C81.6155 58.8935 81.1618 58.7713 80.7124 58.4659C80.263 58.1605 79.9838 57.7809 80.0885 57.6282Z" fill="var(--sapContent_Illustrative_Color3)"/>
21
+ <path d="M80.7124 58.466C81.1487 58.7714 81.6155 58.9023 81.7202 58.7408C81.8249 58.5794 81.5457 58.2129 81.0964 57.9031C80.647 57.5933 80.1932 57.4668 80.0885 57.6282C79.9838 57.7897 80.2631 58.1562 80.7124 58.466Z" fill="var(--sapContent_Illustrative_Color8)"/>
22
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-PageNotFound">
2
+ <rect y="43.5" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <path d="M91.0033 88.2158L66.8329 80.1805C66.7815 80.1644 66.727 80.158 66.6756 80.1676L32.4506 85.394C30.9128 85.5706 30.7684 86.0007 31.2339 86.2287L55.4492 94.4503C56.393 94.7713 57.401 94.8483 58.3834 94.6718L89.6357 88.9382C91.0579 88.7488 91.3404 88.325 91.0065 88.2158H91.0033Z" fill="var(--sapContent_Illustrative_Color21)"/>
4
+ <path d="M31.2403 37.7988L41.4683 78.0849C41.6288 78.666 42.1906 79.0416 42.7877 78.9645L74.9935 73.8377C76.8555 73.3657 77.3884 71.8633 77.2311 71.3882L61.4396 33.6896C61.1635 32.9288 60.6659 32.5981 60.1234 32.6334L32.7074 33.9047C31.9433 33.9528 30.4088 35.054 31.2403 37.7988Z" fill="var(--sapContent_Illustrative_Color22)"/>
5
+ <path d="M31.6319 35.4223L42.2259 77.0342C42.3865 77.6153 42.9483 77.9909 43.5454 77.9139L76.1492 72.7356C76.9101 72.6361 77.3884 71.8624 77.1348 71.1369L64.8554 32.4527C64.6756 31.9423 64.178 31.6116 63.6387 31.6437L32.7202 33.8942C31.9562 33.9423 31.4265 34.6807 31.6319 35.4223Z" fill="var(--sapContent_Illustrative_Color2)"/>
6
+ <path d="M43.4747 42.2162L55.9949 87.6484C56.1747 88.3033 56.8103 88.727 57.4877 88.6404L94.0755 81.9758C96.1783 81.4429 96.7786 79.7478 96.4929 78.9292L77.7062 37.2787C77.504 36.7009 76.9422 36.3285 76.3322 36.367L45.128 37.8213C44.2645 37.8758 42.5309 39.1182 43.4715 42.2194L43.4747 42.2162Z" fill="var(--sapContent_Illustrative_Color22)"/>
7
+ <path d="M43.9146 39.5316L56.8489 86.4631C57.0287 87.118 57.6643 87.5417 58.3417 87.4551L95.379 80.7327C96.2393 80.6203 96.7787 79.7471 96.4929 78.9285L81.565 35.8783C81.3628 35.3005 80.801 34.9281 80.191 34.9666L45.1441 37.8077C44.2806 37.8623 43.6834 38.697 43.9146 39.5316Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path d="M60.3882 84.8629C60.2382 84.8629 60.1041 84.7544 60.0754 84.6012C60.0435 84.4288 60.1584 84.2597 60.3307 84.2278L62.2137 83.8767C62.3892 83.8448 62.5552 83.9597 62.5871 84.132C62.619 84.3044 62.5041 84.4735 62.3318 84.5054L60.4488 84.8565C60.4297 84.8597 60.4105 84.8629 60.3914 84.8629H60.3882ZM58.6712 84.4161C58.5691 84.4161 58.4669 84.365 58.4063 84.2725C58.3137 84.1352 58.2467 83.9852 58.202 83.8257L57.7967 82.3576C57.7489 82.1884 57.851 82.0129 58.0201 81.965C58.1893 81.9172 58.3648 82.0193 58.4127 82.1884L58.818 83.6565C58.8435 83.7523 58.885 83.8416 58.9393 83.9214C59.0382 84.0682 58.9967 84.2661 58.8499 84.365C58.7956 84.4001 58.735 84.4193 58.6744 84.4193L58.6712 84.4161ZM64.1509 84.1576C64.0009 84.1576 63.8668 84.0491 63.8381 83.8959C63.8062 83.7235 63.9211 83.5544 64.0934 83.5225L65.9764 83.1714C66.1519 83.1395 66.3179 83.2544 66.3498 83.4267C66.3817 83.5991 66.2668 83.7682 66.0945 83.8001L64.2115 84.1512C64.1924 84.1544 64.1732 84.1576 64.1541 84.1576H64.1509ZM67.9168 83.4554C67.7668 83.4554 67.6327 83.3469 67.604 83.1937C67.5721 83.0214 67.687 82.8523 67.8593 82.8203L69.7423 82.4693C69.9178 82.4374 70.0838 82.5523 70.1157 82.7246C70.1476 82.8969 70.0327 83.0661 69.8604 83.098L67.9774 83.4491C67.9583 83.4523 67.9391 83.4554 67.92 83.4554H67.9168ZM71.6827 82.7533C71.5327 82.7533 71.3986 82.6448 71.3699 82.4916C71.338 82.3193 71.4529 82.1501 71.6252 82.1182L73.5082 81.7672C73.6837 81.7385 73.8497 81.8501 73.8816 82.0225C73.9135 82.1948 73.7986 82.364 73.6263 82.3959L71.7433 82.7469C71.7242 82.7501 71.705 82.7533 71.6859 82.7533H71.6827ZM75.4454 82.0512C75.2954 82.0512 75.1614 81.9427 75.1326 81.7895C75.1007 81.6172 75.2156 81.448 75.388 81.4161L77.2709 81.0651C77.4432 81.0363 77.6124 81.148 77.6443 81.3204C77.6762 81.4927 77.5613 81.6619 77.389 81.6938L75.506 82.0448C75.4869 82.048 75.4677 82.0512 75.4486 82.0512H75.4454ZM79.2113 81.3491C79.0613 81.3491 78.9273 81.2406 78.8985 81.0874C78.8666 80.9151 78.9815 80.7459 79.1539 80.714L81.0368 80.3629C81.2123 80.3342 81.3783 80.4459 81.4102 80.6183C81.4421 80.7906 81.3272 80.9597 81.1549 80.9917L79.2719 81.3427C79.2528 81.3459 79.2336 81.3491 79.2145 81.3491H79.2113ZM57.5957 80.7459C57.4552 80.7459 57.3276 80.6534 57.2893 80.5129L56.7818 78.6651C56.734 78.4959 56.8361 78.3204 57.0052 78.2725C57.1744 78.2247 57.3499 78.3268 57.3978 78.4959L57.9052 80.3438C57.9531 80.5129 57.851 80.6885 57.6818 80.7363C57.6531 80.7427 57.6244 80.7491 57.5957 80.7491V80.7459ZM82.974 80.6438C82.824 80.6438 82.69 80.5353 82.6612 80.3821C82.6293 80.2097 82.7442 80.0406 82.9166 80.0087L84.7995 79.6576C84.975 79.6289 85.141 79.7406 85.1729 79.9129C85.2048 80.0853 85.0899 80.2544 84.9176 80.2863L83.0346 80.6374C83.0155 80.6406 82.9963 80.6438 82.9772 80.6438H82.974ZM86.7399 79.9417C86.5899 79.9417 86.4559 79.8332 86.4271 79.68C86.3952 79.5076 86.5101 79.3385 86.6825 79.3066L88.5654 78.9555C88.7409 78.9268 88.9069 79.0385 88.9388 79.2108C88.9707 79.3832 88.8558 79.5523 88.6835 79.5842L86.8005 79.9353C86.7814 79.9385 86.7622 79.9417 86.7431 79.9417H86.7399ZM90.5058 79.2396C90.3558 79.2396 90.2218 79.131 90.193 78.9779C90.1611 78.8055 90.276 78.6364 90.4484 78.6045L92.3313 78.2534C92.5068 78.2247 92.6728 78.3364 92.7047 78.5087C92.7366 78.681 92.6217 78.8502 92.4494 78.8821L90.5664 79.2332C90.5473 79.2364 90.5281 79.2396 90.509 79.2396H90.5058ZM93.5664 77.6119C93.3941 77.6119 93.2504 77.4747 93.2473 77.2992C93.2473 77.2034 93.2281 77.1077 93.1962 77.0151L92.6951 75.5726C92.6377 75.4066 92.7239 75.2247 92.893 75.1673C93.059 75.1066 93.2409 75.196 93.2983 75.3651L93.7994 76.8077C93.8536 76.9641 93.8824 77.1236 93.8855 77.2864C93.8887 77.4619 93.7515 77.6087 93.5728 77.6119H93.5664ZM56.5808 77.0534C56.4404 77.0534 56.3127 76.9609 56.2744 76.8204L55.767 74.9726C55.7191 74.8034 55.8212 74.6279 55.9904 74.58C56.1595 74.5322 56.335 74.6343 56.3829 74.8034L56.8904 76.6513C56.9382 76.8204 56.8361 76.996 56.667 77.0438C56.6382 77.0502 56.6095 77.0566 56.5808 77.0566V77.0534ZM92.3664 73.9801C92.2356 73.9801 92.1111 73.8971 92.0664 73.7662L91.4377 71.9567C91.3803 71.7907 91.4664 71.6088 91.6356 71.5514C91.8015 71.4939 91.9834 71.5801 92.0409 71.7492L92.6696 73.5588C92.727 73.7247 92.6409 73.9067 92.4717 73.9641C92.4366 73.9769 92.4015 73.9832 92.3664 73.9832V73.9801ZM55.5627 73.3609C55.4223 73.3609 55.2946 73.2684 55.2563 73.1279L54.7489 71.2833C54.701 71.1141 54.8032 70.9386 54.9723 70.8907C55.1414 70.8429 55.317 70.945 55.3648 71.1141L55.8723 72.9588C55.9202 73.1279 55.818 73.3035 55.6489 73.3513C55.6202 73.3577 55.5914 73.3641 55.5627 73.3641V73.3609ZM91.109 70.3642C90.9781 70.3642 90.8537 70.2812 90.809 70.1503L90.1803 68.3408C90.1228 68.1748 90.209 67.9929 90.3782 67.9355C90.5441 67.8748 90.726 67.9642 90.7835 68.1333L91.4122 69.9429C91.4696 70.1088 91.3835 70.2907 91.2143 70.3482C91.1792 70.361 91.1441 70.3673 91.109 70.3673V70.3642ZM54.5478 69.6684C54.4074 69.6684 54.2798 69.5759 54.2415 69.4354L53.734 67.5908C53.6861 67.4216 53.7883 67.2461 53.9574 67.1982C54.1266 67.1504 54.3021 67.2525 54.35 67.4216L54.8574 69.2663C54.9053 69.4354 54.8032 69.611 54.634 69.6588C54.6053 69.6652 54.5766 69.6716 54.5478 69.6716V69.6684ZM89.8516 66.7451C89.7207 66.7451 89.5962 66.6621 89.5516 66.5312L88.9229 64.7217C88.8654 64.5557 88.9516 64.3738 89.1207 64.3164C89.2867 64.2589 89.4686 64.3451 89.526 64.5142L90.1548 66.3238C90.2122 66.4897 90.126 66.6717 89.9569 66.7291C89.9218 66.7419 89.8867 66.7483 89.8516 66.7483V66.7451ZM53.5298 65.9759C53.3893 65.9759 53.2617 65.8834 53.2234 65.7429L52.716 63.8951C52.6681 63.726 52.7702 63.5504 52.9394 63.5026C53.1085 63.4547 53.284 63.5568 53.3319 63.726L53.8393 65.5738C53.8872 65.7429 53.7851 65.9185 53.6159 65.9663C53.5872 65.9727 53.5585 65.9791 53.5298 65.9791V65.9759ZM88.5973 63.1292C88.4665 63.1292 88.342 63.0462 88.2973 62.9153L87.6686 61.1058C87.6112 60.9398 87.6973 60.7579 87.8665 60.7005C88.0324 60.643 88.2144 60.7292 88.2718 60.8983L88.9005 62.7079C88.958 62.8738 88.8718 63.0558 88.7026 63.1132C88.6675 63.126 88.6324 63.1323 88.5973 63.1323V63.1292ZM52.5149 62.2834C52.3745 62.2834 52.2468 62.1909 52.2085 62.0504L51.7011 60.2026C51.6532 60.0335 51.7553 59.8579 51.9245 59.8101C52.0936 59.7622 52.2691 59.8643 52.317 60.0335L52.8245 61.8813C52.8723 62.0504 52.7702 62.226 52.6011 62.2739C52.5723 62.2802 52.5436 62.2866 52.5149 62.2866V62.2834ZM87.3399 59.5101C87.209 59.5101 87.0846 59.4271 87.0399 59.2962L86.4112 57.4867C86.3537 57.3207 86.4399 57.1388 86.6091 57.0814C86.775 57.0239 86.9569 57.1101 87.0144 57.2792L87.6431 59.0888C87.7005 59.2547 87.6144 59.4367 87.4452 59.4941C87.4101 59.5069 87.375 59.5133 87.3399 59.5133V59.5101ZM51.4968 58.5909C51.3564 58.5909 51.2287 58.4984 51.1904 58.358L50.683 56.5101C50.6351 56.341 50.7373 56.1654 50.9064 56.1176C51.0755 56.0697 51.2511 56.1718 51.299 56.341L51.8064 58.1888C51.8543 58.358 51.7521 58.5335 51.583 58.5814C51.5543 58.5877 51.5255 58.5941 51.4968 58.5941V58.5909ZM86.0825 55.8942C85.9516 55.8942 85.8272 55.8112 85.7825 55.6803L85.1538 53.8708C85.0963 53.7048 85.1825 53.5229 85.3516 53.4655C85.5176 53.408 85.6995 53.4942 85.7569 53.6633L86.3857 55.4729C86.4431 55.6388 86.3569 55.8208 86.1878 55.8782C86.1527 55.891 86.1176 55.8973 86.0825 55.8973V55.8942ZM50.4819 54.8984C50.3415 54.8984 50.2139 54.8059 50.1756 54.6655L49.6681 52.8208C49.6203 52.6517 49.7224 52.4761 49.8915 52.4283C50.0607 52.3804 50.2362 52.4825 50.2841 52.6517L50.7915 54.4963C50.8394 54.6655 50.7373 54.841 50.5681 54.8889C50.5394 54.8952 50.5107 54.9016 50.4819 54.9016V54.8984ZM84.825 52.2751C84.6942 52.2751 84.5697 52.1921 84.525 52.0612L83.8963 50.2517C83.8389 50.0857 83.9251 49.9038 84.0942 49.8464C84.2602 49.7889 84.4421 49.8751 84.4995 50.0442L85.1282 51.8538C85.1857 52.0197 85.0995 52.2017 84.9304 52.2591C84.8953 52.2719 84.8601 52.2783 84.825 52.2783V52.2751ZM49.4639 51.2059C49.3234 51.2059 49.1958 51.1134 49.1575 50.973L48.6501 49.1251C48.6022 48.956 48.7043 48.7804 48.8735 48.7326C49.0426 48.6847 49.2181 48.7868 49.266 48.956L49.7734 50.8038C49.8213 50.973 49.7192 51.1485 49.55 51.1964C49.5213 51.2027 49.4926 51.2091 49.4639 51.2091V51.2059ZM83.5676 48.656C83.4368 48.656 83.3123 48.573 83.2676 48.4421L82.6389 46.6326C82.5815 46.4666 82.6676 46.2847 82.8368 46.2273C83.0027 46.1698 83.1846 46.256 83.2421 46.4252L83.8708 48.2347C83.9282 48.4007 83.8421 48.5826 83.6729 48.64C83.6378 48.6528 83.6027 48.6592 83.5676 48.6592V48.656ZM48.449 47.5134C48.3086 47.5134 48.1809 47.4209 48.1426 47.2805L47.6352 45.4326C47.5873 45.2635 47.6894 45.0879 47.8586 45.0401C48.0277 44.9922 48.2033 45.0943 48.2511 45.2635L48.7586 47.1113C48.8064 47.2805 48.7043 47.456 48.5352 47.5039C48.5064 47.5102 48.4777 47.5166 48.449 47.5166V47.5134ZM82.3102 45.0401C82.1793 45.0401 82.0549 44.9571 82.0102 44.8262L81.3815 43.0167C81.324 42.8507 81.4102 42.6688 81.5793 42.6114C81.7453 42.5539 81.9272 42.6401 81.9847 42.8092L82.6134 44.6188C82.6708 44.7848 82.5846 44.9667 82.4155 45.0241C82.3804 45.0369 82.3453 45.0433 82.3102 45.0433V45.0401ZM47.4309 43.8209C47.2905 43.8209 47.1628 43.7284 47.1245 43.588L46.6171 41.7401C46.5692 41.571 46.6714 41.3954 46.8405 41.3476C47.0097 41.2997 47.1852 41.4018 47.2331 41.571L47.7405 43.4188C47.7884 43.588 47.6862 43.7635 47.5171 43.8114C47.4884 43.8177 47.4596 43.8241 47.4309 43.8241V43.8209ZM81.0559 41.421C80.9251 41.421 80.8006 41.338 80.756 41.2071L80.1272 39.3976C80.0698 39.2316 80.156 39.0497 80.3251 38.9923C80.4911 38.9348 80.673 39.021 80.7304 39.1902L81.3591 40.9997C81.4166 41.1657 81.3304 41.3476 81.1613 41.405C81.1262 41.4178 81.0911 41.4242 81.0559 41.4242V41.421ZM47.2075 40.805C47.1309 40.805 47.0511 40.7763 46.9905 40.722C46.8597 40.604 46.8533 40.3997 46.9714 40.2721C47.2458 39.9752 47.616 39.7997 48.0213 39.7742L48.9788 39.6944C49.1607 39.6784 49.3075 39.8093 49.3234 39.9848C49.3394 40.1604 49.2086 40.3135 49.033 40.3295L48.0692 40.4093C47.8235 40.4252 47.6033 40.5306 47.4437 40.7061C47.3799 40.7731 47.2937 40.8082 47.2075 40.8082V40.805ZM50.9128 40.1699C50.75 40.1699 50.6096 40.0455 50.5936 39.8763C50.5777 39.7008 50.7085 39.5476 50.8841 39.5316L52.7925 39.3721C52.9681 39.3497 53.1213 39.487 53.1372 39.6625C53.1532 39.838 53.0223 39.9912 52.8468 40.0072L50.9383 40.1667C50.9383 40.1667 50.9192 40.1667 50.9128 40.1667V40.1699ZM54.7297 39.8508C54.567 39.8508 54.4266 39.7263 54.4106 39.5572C54.3946 39.3816 54.5255 39.2285 54.701 39.2125L56.6095 39.0529C56.7882 39.0338 56.9382 39.1678 56.9542 39.3433C56.9701 39.5189 56.8393 39.6721 56.6638 39.688L54.7553 39.8476C54.7553 39.8476 54.7361 39.8476 54.7297 39.8476V39.8508ZM58.5467 39.5348C58.3839 39.5348 58.2435 39.4104 58.2276 39.2412C58.2116 39.0657 58.3425 38.9125 58.518 38.8965L60.4265 38.737C60.6052 38.721 60.7552 38.8519 60.7711 39.0274C60.7871 39.2029 60.6563 39.3561 60.4807 39.3721L58.5722 39.5316C58.5722 39.5316 58.5531 39.5316 58.5467 39.5316V39.5348ZM62.3637 39.2157C62.2009 39.2157 62.0605 39.0912 62.0445 38.9221C62.0286 38.7465 62.1594 38.5934 62.335 38.5774L64.2434 38.4178C64.4222 38.3987 64.5722 38.5327 64.5881 38.7082C64.6041 38.8838 64.4732 39.037 64.2977 39.0529L62.3892 39.2125C62.3892 39.2125 62.3701 39.2125 62.3637 39.2125V39.2157ZM66.1806 38.8997C66.0179 38.8997 65.8775 38.7753 65.8615 38.6061C65.8455 38.4306 65.9764 38.2774 66.1519 38.2614L68.0604 38.1019C68.2423 38.0859 68.3891 38.2168 68.4051 38.3923C68.421 38.5678 68.2902 38.721 68.1147 38.737L66.2062 38.8965C66.2062 38.8965 66.187 38.8965 66.1806 38.8965V38.8997ZM69.9976 38.5838C69.8348 38.5838 69.6944 38.4593 69.6785 38.2902C69.6625 38.1146 69.7934 37.9614 69.9689 37.9455L71.8774 37.7859C72.0529 37.7636 72.2061 37.9008 72.222 38.0763C72.238 38.2519 72.1071 38.4051 71.9316 38.421L70.0231 38.5806C70.0231 38.5806 70.004 38.5806 69.9976 38.5806V38.5838ZM73.8114 38.2646C73.6486 38.2646 73.5082 38.1402 73.4922 37.971C73.4763 37.7955 73.6071 37.6423 73.7827 37.6263L75.6911 37.4668C75.8699 37.4476 76.0199 37.5817 76.0358 37.7572C76.0518 37.9327 75.9209 38.0859 75.7454 38.1019L73.8369 38.2614C73.8369 38.2614 73.8178 38.2614 73.8114 38.2614V38.2646ZM79.5145 37.9902C79.4634 37.9902 79.4124 37.9774 79.3645 37.9519C79.2304 37.8817 79.0804 37.8434 78.9305 37.8434H78.8666L77.6571 37.9455C77.4783 37.9614 77.3283 37.8306 77.3124 37.6551C77.2964 37.4795 77.4273 37.3264 77.6028 37.3104L78.8251 37.2083C78.8666 37.2083 78.8985 37.2051 78.9305 37.2051C79.1858 37.2051 79.4411 37.2689 79.6677 37.3902C79.8241 37.4732 79.8815 37.6678 79.7985 37.821C79.7411 37.9295 79.6294 37.9902 79.5177 37.9902H79.5145Z" fill="var(--sapContent_Illustrative_Color21)"/>
9
+ <path d="M68.1973 50.3729C63.8152 50.8513 61.1956 54.6619 62.454 58.9412C63.7349 63.2944 68.4862 66.3346 72.9581 65.67C77.3338 65.0215 79.6837 61.0729 78.3194 56.9027C76.9742 52.8031 72.4894 49.9042 68.1973 50.3729ZM72.3963 62.4918C72.284 62.6748 72.1042 62.784 71.8506 62.8193C71.597 62.8546 71.3562 62.8064 71.1443 62.6684C70.9324 62.5303 70.7848 62.3377 70.7077 62.0873C70.6307 61.8369 70.6531 61.6347 70.7687 61.4517C70.8843 61.2719 71.0705 61.1628 71.3273 61.1274C71.5841 61.0921 71.8089 61.1435 72.0207 61.2815C72.2294 61.4196 72.3739 61.6058 72.4477 61.8465C72.5215 62.0873 72.5087 62.312 72.3996 62.495L72.3963 62.4918ZM73.2278 56.4918C73.1732 56.8288 73.0673 57.1178 72.9068 57.3585C72.7463 57.5993 72.528 57.869 72.2551 58.1675C72.04 58.4179 71.8827 58.6234 71.7768 58.7807C71.6708 58.938 71.597 59.1274 71.5552 59.3457C71.5135 59.564 71.5328 59.8112 71.613 60.0873L70.3963 60.251C70.2775 59.8369 70.2454 59.4741 70.2968 59.1595C70.3482 58.8449 70.4445 58.5817 70.5825 58.3634C70.7206 58.1451 70.9196 57.8979 71.1732 57.6154C71.2727 57.4998 71.3177 57.4484 71.3113 57.4581C71.5007 57.2494 71.6483 57.06 71.7543 56.8898C71.8602 56.7197 71.9308 56.5239 71.9597 56.3024C71.9918 56.0808 71.9597 55.8304 71.8731 55.5479C71.7671 55.2141 71.5906 54.9316 71.3434 54.7068C71.0962 54.4821 70.8072 54.3216 70.4798 54.2285C70.1523 54.1354 69.812 54.1097 69.4653 54.1515C68.9164 54.2157 68.499 54.3922 68.2133 54.6812C67.9276 54.9701 67.7125 55.3682 67.568 55.8754L66.3546 55.4131C66.4798 54.7839 66.7719 54.2638 67.2342 53.8529C67.6932 53.442 68.3225 53.1916 69.1218 53.0985C69.7478 53.0246 70.3321 53.0664 70.8747 53.2237C71.4172 53.381 71.8827 53.641 72.2679 54.0038C72.6564 54.3698 72.9325 54.8128 73.0994 55.3425C73.2342 55.7694 73.276 56.1515 73.2214 56.4886L73.2278 56.4918Z" fill="var(--sapContent_Illustrative_Color22)"/>
10
+ </svg>
@@ -0,0 +1,20 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-ReceiveAppreciation">
2
+ <rect y="43" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <path d="M40.6663 55.342L40.6899 55.3722C40.7909 55.5596 41.0071 55.9043 41.3807 56.2622L42.0033 57.0643C42.2497 57.6057 42.4843 58.1404 42.677 58.5861C42.9693 59.2611 43.1069 60.7409 43.5604 61.935C43.567 61.9533 43.5762 61.9743 43.5853 61.9966C43.6181 62.0687 43.664 62.1604 43.7203 62.2679C43.7374 62.2994 43.7544 62.3321 43.7728 62.3662C44.28 63.3113 45.4072 65.2787 45.2119 67.056L45.1097 67.4649L43.6679 73.257C43.1161 73.0473 42.504 73.3357 42.3113 73.8914L34 97.9786H46.9591C48.9252 91.0855 51.3881 82.128 52.3108 78.7608C52.3331 78.6808 52.3541 78.6048 52.3737 78.5314C52.3751 78.5262 52.3764 78.5209 52.3777 78.5157C52.5795 77.7804 52.2859 76.9979 51.6489 76.581C51.5755 76.5325 51.4982 76.484 51.4182 76.4355C51.0552 76.218 50.8494 75.813 50.8848 75.3909C50.8848 75.3778 50.8874 75.3647 50.8887 75.3516C51.0001 74.0631 52.8102 73.8587 53.1969 75.0921C53.2008 75.1039 53.2034 75.1143 53.2074 75.1261C53.2192 75.1628 53.2297 75.1982 53.2401 75.2336C53.2611 75.3044 53.2834 75.3752 53.3031 75.4446C53.5193 76.1878 53.6635 76.8484 53.7539 77.336C53.5324 77.4474 53.421 77.7017 53.4905 77.9403L53.7172 78.7201C53.9768 79.6154 53.9623 80.5486 53.8981 81.4779C53.8981 81.4923 53.8981 81.5054 53.8981 81.5185C53.9348 81.8213 54.2193 82.689 54.6688 83.929C54.678 83.9526 54.6859 83.9762 54.695 84.0011C54.7527 84.1583 54.813 84.3222 54.8746 84.4913C54.8838 84.5149 54.893 84.5398 54.9008 84.5634C54.9402 84.6695 54.9808 84.7796 55.0227 84.8897C55.0319 84.9133 55.0411 84.9382 55.0503 84.9618C55.2206 85.4166 55.4055 85.9055 55.6034 86.4207C55.6126 86.4442 55.6217 86.4692 55.6309 86.4941C55.6807 86.6251 55.7318 86.7588 55.7843 86.8938C57.0321 90.1339 58.7059 94.3073 60.1962 97.9799H73.0216C69.8405 91.2599 65.6081 82.4308 63.6368 78.2286C63.6172 78.1854 63.5975 78.1434 63.5778 78.1015C63.566 78.0753 63.5529 78.0477 63.5411 78.0228C63.4795 77.8918 63.4205 77.7659 63.3642 77.644C63.3537 77.6218 63.3432 77.6008 63.334 77.5785C63.317 77.5405 63.2986 77.5038 63.2816 77.4671C63.2698 77.4409 63.258 77.416 63.2462 77.3911C63.2305 77.357 63.2148 77.3229 63.199 77.2901C63.1899 77.2692 63.1807 77.2495 63.1715 77.2298C63.1545 77.1931 63.1387 77.1578 63.1217 77.1237C63.1125 77.104 63.1033 77.0844 63.0955 77.066C63.0811 77.0332 63.0666 77.0031 63.0522 76.9716C63.0431 76.952 63.0339 76.9323 63.0247 76.9127C63.009 76.8799 62.9946 76.8471 62.9801 76.8157C62.9736 76.8012 62.9657 76.7855 62.9592 76.7711C62.9382 76.7252 62.9185 76.682 62.8989 76.6387C62.8989 76.6387 62.8989 76.6387 62.8989 76.6374C62.8792 76.5955 62.8609 76.5535 62.8425 76.5142C62.8373 76.5024 62.832 76.4919 62.8268 76.4801C62.8137 76.4513 62.8019 76.4237 62.7888 76.3975C62.7835 76.387 62.7796 76.3766 62.7744 76.3648C62.7626 76.3399 62.7521 76.315 62.7416 76.2914C62.7363 76.2809 62.7324 76.2704 62.7272 76.2599C62.7167 76.2363 62.7062 76.214 62.697 76.1918C62.6931 76.1839 62.6892 76.1747 62.6865 76.1669C62.6761 76.1446 62.6669 76.1223 62.6577 76.1013C62.6551 76.0948 62.6525 76.0895 62.6498 76.083C62.6394 76.0594 62.6302 76.0384 62.621 76.0174C62.621 76.0148 62.6184 76.0122 62.6184 76.0109C62.6079 75.9873 62.6 75.9663 62.5909 75.9467C62.4087 76.0397 62.1858 75.9676 62.0928 75.7854L60.9184 73.5008C60.8319 73.3331 60.6195 73.2754 60.4596 73.3789L60.4544 73.3829L58.1632 67.5999C57.6547 65.5316 58.9864 62.8958 59.1318 62.2718C59.4255 61.0188 59.3691 59.5324 59.5709 58.8194C59.7046 58.3475 59.8672 57.7813 60.0402 57.2072L61.1399 55.2922C61.2854 55.0393 61.2369 54.7208 61.0534 54.5307C61.0521 54.5294 61.0508 54.5281 61.0494 54.5255C61.035 54.511 61.0193 54.4966 61.0036 54.4835C60.9996 54.4809 60.997 54.4783 60.9931 54.4757C60.9787 54.4639 60.9616 54.4534 60.9459 54.4442C60.9407 54.4416 60.9367 54.439 60.9328 54.435C60.9118 54.4232 60.8908 54.4127 60.8686 54.4036C60.5933 54.2961 60.225 54.2397 59.7728 54.3695C59.7282 54.3826 59.681 54.397 59.6352 54.414C59.5618 54.4403 59.4857 54.473 59.4071 54.5097C59.238 54.5897 59.0598 54.6945 58.8736 54.8322C58.871 54.8335 58.8697 54.8361 58.8671 54.8374C58.8199 54.8728 58.774 54.9082 58.7295 54.9462C58.7137 54.9606 58.698 54.975 58.681 54.9895C58.6508 55.017 58.6194 55.0432 58.5905 55.0707C58.5722 55.0878 58.5551 55.1061 58.5381 55.1232C58.5119 55.1494 58.4844 55.1769 58.4581 55.2044C58.4398 55.2241 58.4227 55.2437 58.4057 55.2634C58.3808 55.2909 58.3572 55.3184 58.3323 55.346C58.3153 55.3669 58.2982 55.3879 58.2825 55.4089C58.2589 55.4377 58.2366 55.4666 58.2143 55.4954C58.1973 55.5177 58.1816 55.54 58.1658 55.5622C58.1436 55.5924 58.1226 55.6225 58.1016 55.6527C58.0859 55.675 58.0715 55.6986 58.0557 55.7208C58.0348 55.7523 58.0138 55.7838 57.9941 55.8152C57.9797 55.8388 57.9653 55.8624 57.9509 55.8847C57.9312 55.9175 57.9116 55.9489 57.8919 55.983C57.8788 56.0066 57.8657 56.0302 57.8526 56.0538C57.8342 56.0878 57.8146 56.1206 57.7975 56.1547C57.7844 56.1783 57.7726 56.2019 57.7608 56.2255C57.7425 56.2596 57.7254 56.2949 57.7084 56.329C57.6966 56.3526 57.6861 56.3762 57.6743 56.3998C57.6573 56.4352 57.6402 56.4706 57.6245 56.506C57.614 56.5296 57.6035 56.5532 57.5931 56.5767C57.5773 56.6121 57.5616 56.6488 57.5459 56.6842C57.5354 56.7078 57.5262 56.7314 57.517 56.7537C57.5013 56.7904 57.4869 56.8258 57.4725 56.8625C57.4633 56.8848 58.3952 51.0075 58.2025 50.0913C58.0374 49.3035 57.4567 49.124 57.1081 49.2944C57.0806 49.3075 57.0543 49.3232 57.0294 49.3415C57.0294 49.3415 57.0268 49.3429 57.0255 49.3442C57.0006 49.3625 56.977 49.3822 56.9574 49.4058C56.9482 49.4163 56.9377 49.4307 56.9259 49.449C56.9259 49.4516 56.9233 49.453 56.922 49.4543C56.9115 49.4713 56.8997 49.4923 56.8879 49.5159C56.8853 49.5198 56.884 49.5237 56.8813 49.5277C56.8695 49.5513 56.8564 49.5788 56.8433 49.6076C56.8407 49.6129 56.8381 49.6194 56.8355 49.6247C56.8224 49.6548 56.8079 49.6876 56.7935 49.723C56.7909 49.7295 56.7883 49.7361 56.7857 49.7426C56.7712 49.7793 56.7555 49.8186 56.7385 49.8606C56.7358 49.8658 56.7345 49.8711 56.7319 49.8763C56.7162 49.9196 56.6991 49.9641 56.6808 50.0126C56.6808 50.0153 56.6782 50.0179 56.6782 50.0205C56.6598 50.069 56.6415 50.1214 56.6231 50.1752C56.6205 50.183 56.6179 50.1909 56.6153 50.1988C56.5969 50.2512 56.5786 50.3049 56.5589 50.3613C56.555 50.3718 56.551 50.3823 56.5484 50.3941C56.5301 50.4504 56.5104 50.5081 56.4907 50.5671C56.4868 50.5789 56.4829 50.5907 56.4789 50.6038C56.4593 50.6641 56.4383 50.727 56.4186 50.7899C56.4147 50.8017 56.4108 50.8122 56.4082 50.824C56.3872 50.8895 56.3649 50.9577 56.3439 51.0258C56.3413 51.0337 56.3387 51.0429 56.3361 51.0507C56.3138 51.1202 56.2915 51.191 56.2692 51.2644C56.2679 51.2696 56.2653 51.2749 56.264 51.2801C56.2404 51.3548 56.2168 51.4308 56.1932 51.5082C56.1893 51.5187 56.1867 51.5305 56.1827 51.5409C56.1604 51.6157 56.1368 51.6904 56.1146 51.7664C56.1093 51.7821 56.1054 51.7978 56.1001 51.8136C56.0779 51.8896 56.0543 51.9656 56.0307 52.0429C56.0267 52.0574 56.0215 52.0718 56.0176 52.0862C55.994 52.1662 55.9704 52.2461 55.9455 52.3287C55.9429 52.3392 55.9389 52.351 55.9363 52.3615C55.9114 52.4466 55.8865 52.5318 55.8603 52.6184C55.859 52.6236 55.8577 52.6288 55.8563 52.6341C55.8301 52.7219 55.8052 52.811 55.779 52.9002C55.779 52.9041 55.7764 52.908 55.7751 52.9133C55.7489 53.0024 55.724 53.0915 55.6977 53.1807C55.6951 53.1911 55.6925 53.2003 55.6886 53.2108C55.6637 53.2986 55.6375 53.3864 55.6126 53.4756C55.6099 53.4861 55.6073 53.4965 55.6034 53.5057C55.5785 53.5948 55.5523 53.684 55.5274 53.7731C55.5247 53.781 55.5221 53.7901 55.5208 53.798C55.4946 53.8898 55.4684 53.9815 55.4435 54.0733C55.4435 54.0759 55.4422 54.0785 55.4408 54.0811C55.298 54.5858 55.1604 55.0812 55.0345 55.5373C54.9782 55.7418 54.6964 55.7549 54.619 55.5583L54.6164 55.5518C54.6806 55.076 54.7658 54.5242 54.8759 53.8989C55.0843 52.7245 55.3845 51.288 55.8196 49.588C56.0071 48.8553 56.1775 48.1147 56.2941 47.3637C56.3046 47.2994 56.3138 47.2339 56.3243 47.167C56.3308 47.1238 56.3374 47.0792 56.3439 47.0347C56.3479 47.0124 56.3505 46.9888 56.3531 46.9665C56.361 46.9115 56.3675 46.8551 56.3754 46.8C56.3754 46.7909 56.378 46.783 56.378 46.7738C56.4344 46.3164 56.4593 45.8406 56.3728 45.4133C56.3099 45.104 56.1526 44.8038 55.8983 44.6557C55.7279 44.5561 55.53 44.5325 55.3373 44.5115H55.3347C55.2718 44.505 55.2062 44.4971 55.1446 44.5154C55.1276 44.5207 55.1119 44.5259 55.0974 44.5338C55.0961 44.5338 55.0948 44.5364 55.0922 44.5364C55.0489 44.5587 55.0096 44.5928 54.9768 44.6334C54.9519 44.6623 54.931 44.695 54.91 44.7278C54.91 44.7278 54.5312 45.3202 54.4145 45.8419C54.2769 46.222 54.4132 45.7069 54.5456 44.9454C54.5535 44.8982 54.5613 44.8484 54.5692 44.7999C54.5718 44.7841 54.5745 44.7684 54.5758 44.7527C54.581 44.7186 54.5863 44.6832 54.5902 44.6478C54.5928 44.6282 54.5954 44.6085 54.598 44.5889C54.6033 44.543 54.6085 44.4971 54.6138 44.4499C54.6164 44.4211 54.619 44.3909 54.6216 44.3608C54.623 44.3411 54.6243 44.3202 54.6256 44.3005C54.6282 44.2664 54.6295 44.231 54.6321 44.1969C54.6321 44.1865 54.6321 44.176 54.6321 44.1655C54.6361 44.0475 54.6387 43.9296 54.6295 43.8129V43.7919C54.6085 43.4865 54.5443 43.1942 54.4067 42.9531C54.2835 42.7368 54.1039 42.5612 53.8431 42.4563C53.7356 42.413 53.6202 42.3881 53.5075 42.4065C53.1576 42.4655 52.8876 42.8784 52.6831 43.3188C52.6228 43.4236 52.5651 43.5468 52.5271 43.6858C52.455 43.8693 52.3947 44.041 52.3449 44.1773C52.3436 44.1812 52.341 44.1865 52.3397 44.1917C52.2872 44.3333 52.2361 44.4774 52.1876 44.6203C52.1457 44.7409 52.1064 44.8615 52.067 44.9821C52.067 44.9821 52.067 44.9834 52.067 44.9847C52.0749 44.9427 52.0828 44.9021 52.0893 44.8602C52.0919 44.8418 52.0959 44.8235 52.0985 44.8064C52.1051 44.7697 52.1103 44.733 52.1142 44.6976C52.1168 44.6767 52.1195 44.657 52.1221 44.636C52.126 44.602 52.13 44.5692 52.1326 44.5364C52.1339 44.5154 52.1352 44.4958 52.1365 44.4761C52.1391 44.4447 52.1404 44.4145 52.1418 44.3844C52.1418 44.3647 52.1418 44.3464 52.1418 44.3267C52.1418 44.2782 52.1418 44.231 52.1365 44.1865C52.1352 44.1642 52.1339 44.1406 52.1313 44.1196C52.1286 44.0986 52.1247 44.0777 52.1221 44.058C52.1182 44.037 52.1142 44.0161 52.1103 43.9951C52.1064 43.9767 52.1011 43.9584 52.0959 43.94C52.0893 43.9191 52.0828 43.8994 52.0762 43.8811C52.0697 43.8653 52.0644 43.8496 52.0579 43.8339C52.0474 43.8116 52.0369 43.7906 52.0251 43.771C52.0185 43.7605 52.0133 43.7487 52.0067 43.7395C51.9884 43.7107 51.9661 43.6844 51.9425 43.6595C51.9347 43.6517 51.9255 43.6438 51.9163 43.636C51.8993 43.6189 51.8809 43.6032 51.8613 43.5888C51.8508 43.5809 51.8377 43.573 51.8272 43.5665C51.8075 43.5534 51.7865 43.5416 51.7643 43.5311C51.7512 43.5245 51.738 43.518 51.7249 43.5127C51.7 43.5023 51.6738 43.4931 51.6463 43.4852C51.6332 43.4813 51.6214 43.4774 51.6083 43.4734C51.5663 43.4629 51.5231 43.4538 51.4759 43.4485C51.4562 43.4459 51.4366 43.4459 51.4169 43.4446C50.5518 43.3843 50.0551 44.3936 49.7156 45.3347C49.654 45.2993 49.5911 45.2691 49.5269 45.2442C49.5255 45.2442 49.5229 45.2442 49.5216 45.2429C49.4836 45.2285 49.4456 45.218 49.4063 45.2088C49.3997 45.2075 49.3945 45.2062 49.3879 45.2049C49.3512 45.197 49.3145 45.1905 49.2765 45.1865C49.2713 45.1865 49.266 45.1852 49.2608 45.1852C49.1743 45.1774 49.0838 45.1813 48.9921 45.1996C48.9593 45.2062 48.9265 45.2128 48.8925 45.2232C48.2371 45.4133 48.2201 45.9874 48.5084 46.8381C48.414 46.6414 48.3157 46.4475 48.2161 46.2548C48.2161 46.2548 48.2161 46.2548 48.2161 46.2535C48.1899 46.2024 48.1637 46.1525 48.1375 46.1014C48.1375 46.1001 48.1362 46.0975 48.1349 46.0962C47.8675 45.5955 47.355 44.5194 46.7468 44.5141C46.6328 44.5141 46.5214 44.5561 46.4204 44.6164C45.5514 45.1302 45.7887 46.361 46.0508 47.1933C46.4191 48.3651 46.0993 47.6402 45.7257 47.1199C45.6406 47.0006 45.537 46.8774 45.4007 46.8616C45.3378 46.8538 45.2735 46.8708 45.2119 46.8879C45.0232 46.939 44.8292 46.994 44.6732 47.1199C44.4412 47.3073 44.3246 47.6297 44.3023 47.9456C44.2577 48.5761 44.4583 49.2681 44.6339 49.8632C44.8476 50.588 45.1123 51.2932 45.3928 51.9892C45.9735 53.4271 46.4217 54.6736 46.7665 55.7274C46.7927 55.81 46.8189 55.8886 46.8438 55.9686L46.8412 55.9777C46.7678 56.2936 46.3339 56.333 46.2042 56.0354C45.3705 54.1231 44.4884 52.1845 44.2473 51.9866C43.9746 51.7625 43.4359 51.8608 43.2065 52.4086C43.1908 52.4466 43.1764 52.4873 43.1646 52.5279C43.1607 52.541 43.158 52.5541 43.1541 52.5672C43.1449 52.6 43.1371 52.6328 43.1305 52.6669C43.1279 52.6813 43.1253 52.6944 43.1226 52.7088C43.1148 52.7573 43.1082 52.8071 43.1043 52.8595C43.1043 52.8739 43.103 52.8897 43.1043 52.908C43.1043 52.9277 43.1056 52.9487 43.1082 52.9723C43.1109 53.0076 43.1161 53.047 43.1226 53.0915C43.1279 53.1269 43.1344 53.1636 43.1423 53.2029C43.1672 53.3314 43.2039 53.4834 43.2511 53.6551C43.2577 53.6787 43.2642 53.7023 43.2708 53.7259C43.3193 53.8976 43.3756 54.0877 43.4398 54.2922C43.4503 54.3249 43.4608 54.3577 43.4713 54.3918C43.5211 54.5491 43.5748 54.7142 43.6325 54.8846C43.6456 54.9226 43.6587 54.9619 43.6718 55.0013C43.702 55.0904 43.7334 55.1821 43.7649 55.2739C43.4949 54.9724 43.1921 54.7129 42.8513 54.5346C41.9024 54.0366 41.2339 54.1847 40.821 54.4245C40.7909 54.4416 40.7633 54.4625 40.7384 54.4848C40.7148 54.5058 40.6926 54.5268 40.6729 54.5504C40.6454 54.5831 40.6218 54.6198 40.6034 54.6578C40.5943 54.6775 40.5851 54.6972 40.5772 54.7168C40.5235 54.8584 40.5195 55.0196 40.5707 55.1677C40.5929 55.2306 40.6244 55.2909 40.6663 55.346V55.342ZM52.9229 55.519C52.9295 55.536 52.9374 55.5518 52.9439 55.5688C52.9452 55.5727 52.9478 55.578 52.9492 55.5819C52.94 55.5609 52.9308 55.54 52.9216 55.519H52.9229Z" fill="var(--sapContent_Illustrative_Color21)"/>
4
+ <path d="M52.2799 66.6787C52.2799 66.6787 65.7912 70.9538 65.556 72.0977C65.0731 74.4426 51.7789 72.5249 52.2799 66.6787Z" fill="var(--sapContent_Illustrative_Color22)"/>
5
+ <path d="M76.252 68.2021C76.252 68.2021 72.8119 60.3116 72.8091 60.306C72.1537 58.8017 72.9706 56.6642 73.4715 55.1946C74.0866 53.3855 74.1256 51.5054 74.6739 49.7436C74.8506 49.1772 75.0664 48.4953 75.2946 47.8037L76.7502 45.5005C76.9965 45.1109 76.824 44.5862 76.3898 44.4331C75.8081 44.2272 74.9063 44.1771 73.7485 44.9494C71.6235 46.3689 71.0974 50.1221 71.0974 50.1221C71.0974 50.1221 70.7871 50.4658 69.9118 49.4388C69.0448 48.4202 68.6329 47.0035 68.1054 45.7983C67.411 44.2105 66.8335 42.5851 66.1753 40.9819C65.4085 39.1185 64.8602 38.2696 63.8457 36.5315C63.2153 35.4516 62.1966 32.9522 60.5378 33.3878C58.4281 33.9417 61.3073 37.2329 62.8854 41.3869C63.7316 43.6135 65.2248 46.7808 65.2248 46.7808C64.895 46.9019 64.1059 44.7407 64.0224 44.5417C63.3071 42.8425 62.635 41.1266 61.9155 39.4289C61.1988 37.7352 60.4668 36.0263 59.533 34.4385C59.1782 33.8359 58.5004 32.5417 57.6947 32.5361C57.543 32.5361 57.3969 32.5876 57.2633 32.6586C56.1124 33.2765 56.4269 34.7558 56.7734 35.7577C57.2619 37.1675 58.1859 38.3782 58.6841 39.7795C59.007 40.6869 59.3632 41.5859 59.7195 42.4821C60.13 43.5161 60.5155 44.5723 60.997 45.5757C61.4131 46.444 62.0073 48.4132 61.9127 48.2907C61.8181 48.1683 61.8431 48.0291 60.9706 45.7037C60.1467 43.5077 59.2617 41.3284 58.2847 39.1965C57.7309 37.9885 57.1742 36.7152 56.3448 35.6673C56.2321 35.524 56.0943 35.3764 55.9134 35.357C55.8299 35.3486 55.7464 35.3681 55.6643 35.389C55.4152 35.4516 55.1577 35.517 54.9504 35.6687C54.6428 35.8941 54.4884 36.281 54.4591 36.6609C54.4007 37.4193 54.6651 38.2515 54.8975 38.9682C55.18 39.8394 55.5307 40.6883 55.9023 41.526C57.9229 46.0697 58.7301 49.0394 59.0223 50.335C59.0459 50.4394 58.8984 50.4895 58.8539 50.3921C57.8742 48.2643 54.9226 41.9227 54.3868 41.5233C53.9415 41.1907 52.9673 41.4467 52.8727 42.5753C52.7781 43.7025 56.4798 52.037 56.4798 52.037C56.4798 52.037 58.346 59.6019 62.3705 63.1338C66.3951 66.6658 67.1508 73.0714 67.1508 73.0714L76.2506 68.2021H76.252Z" fill="var(--sapContent_Illustrative_Color28)"/>
6
+ <path d="M61.9127 48.2906C61.8181 48.1695 61.8431 48.0289 60.9706 45.7035C60.7646 45.1538 60.5545 44.6041 60.3401 44.0558C60.5461 44.5694 60.7604 45.0773 60.997 45.5741C61.4131 46.4425 62.0073 48.4116 61.9127 48.2892V48.2906ZM64.0224 44.5415C63.3071 42.8424 62.6336 41.1265 61.9155 39.4287C61.6845 38.8846 61.4521 38.3377 61.2127 37.7949C61.7693 38.8693 62.3914 40.0855 62.8854 41.3867C63.7315 43.6133 65.2248 46.7807 65.2248 46.7807C64.8949 46.9017 64.1059 44.7391 64.0224 44.5415Z" fill="var(--sapContent_Illustrative_Color30)"/>
7
+ <path d="M61.3282 47.1926C61.4048 47.2427 61.4841 47.2872 61.5634 47.3303C61.4354 46.963 61.2489 46.4453 60.9706 45.7035C60.837 45.3459 60.6978 44.991 60.5615 44.6348C60.4793 45.101 60.4543 45.5866 60.5615 46.0459C60.67 46.5149 60.9233 46.9254 61.3296 47.1912L61.3282 47.1926Z" fill="var(--sapContent_Illustrative_Color30)"/>
8
+ <path d="M76.3884 44.4333C75.8067 44.2273 74.9049 44.1772 73.7471 44.9496C71.6791 46.3301 71.1253 49.9205 71.0974 50.1125C71.0766 50.125 71.0571 50.1404 71.039 50.1571C70.9151 50.2072 70.577 50.2211 69.9104 49.4376C69.0434 48.4189 68.6315 47.0022 68.104 45.7971C67.4096 44.2092 66.8321 42.5838 66.1739 40.9807C65.4071 39.1173 64.8588 38.2684 63.8443 36.5302C63.8192 36.4871 63.7928 36.4398 63.7663 36.3925C63.7594 36.38 63.7524 36.366 63.7441 36.3535C63.7218 36.3132 63.6982 36.27 63.6745 36.2269C63.6689 36.2171 63.6648 36.2088 63.6592 36.199C63.6355 36.1545 63.6105 36.11 63.5868 36.0627C63.4518 35.8094 63.3015 35.5269 63.1345 35.2416C63.1304 35.236 63.1276 35.2291 63.1234 35.2235C63.0886 35.1651 63.0538 35.1066 63.0176 35.0468C63.0135 35.0398 63.0107 35.0342 63.0065 35.0273C62.4276 34.0796 61.6664 33.1848 60.6658 33.3587C60.8634 33.7303 59.1322 48.5678 59.5121 48.9895C57.9438 48.899 56.4784 52.0357 56.4784 52.0357C56.4784 52.0357 58.3446 59.6006 62.3691 63.1326C66.3937 66.6645 67.1494 73.0702 67.1494 73.0702L70.6827 71.179C70.1943 70.7503 69.7406 70.2828 69.3315 69.7859C68.4506 68.7158 67.7283 67.48 67.386 66.1288C67.2315 65.5178 67.1536 64.8805 67.187 64.2487C67.2162 63.6934 67.3567 63.1493 67.5697 62.6344C68.0205 61.5475 68.651 60.5455 69.1784 59.4963C69.1812 59.4907 69.1839 59.4837 69.1881 59.4782C69.3913 59.0732 68.9265 58.6543 68.548 58.9048C68.4116 58.9953 68.2696 59.076 68.1207 59.1442C67.2482 59.5491 66.1864 59.4267 65.453 58.7851C65.2609 58.6181 65.1287 58.4205 65.0383 58.2048C65.2317 58.1561 65.4168 58.1018 65.5546 58.035C65.8065 57.9154 66.043 57.7484 66.2768 57.5967C66.5635 57.4102 66.8474 57.2182 67.1313 57.0275C67.3971 56.8508 67.6629 56.6754 67.9357 56.5084C67.9036 56.3637 67.8744 56.2176 67.8549 56.0687C67.841 55.9685 67.9092 55.8794 67.9969 55.8307C67.9955 55.5287 68.0289 55.2267 68.0873 54.9415C68.2627 54.0912 68.676 53.3216 69.2076 52.6425C69.5597 52.193 69.877 51.255 69.9883 50.4952C70.2931 50.6079 69.7935 51.422 70.2819 51.5654C70.5171 51.635 70.762 51.4902 70.8442 51.2606C71.167 50.3547 71.8823 48.4941 71.9797 48.1587C73.0374 44.4904 76.1741 44.6643 76.6918 44.6434C76.6138 44.5488 76.5109 44.4723 76.3842 44.4277L76.3884 44.4333Z" fill="var(--sapContent_Illustrative_Color30)"/>
9
+ <path d="M53.389 67.9612L55.6657 59.6532C55.9774 57.094 53.7773 54.2091 53.4781 53.4938C52.8769 52.0577 52.696 50.2778 52.3091 49.4665C52.0531 48.9307 51.7413 48.2864 51.4171 47.6365L49.6469 45.5644C49.3477 45.2137 49.4438 44.6709 49.8515 44.4566C50.3984 44.1699 51.2835 43.9904 52.5387 44.5902C54.8447 45.691 55.9023 49.3301 55.9023 49.3301C55.9023 49.3301 56.2586 49.6265 56.978 48.484C57.6905 47.3526 57.8951 45.89 58.2444 44.6222C58.705 42.9509 59.0432 41.2601 59.4649 39.5804C59.9561 37.6265 60.3792 36.708 61.1334 34.8419C61.6024 33.6826 62.2537 31.0636 63.957 31.257C66.1238 31.5034 63.7455 35.1717 62.7783 39.5094C62.2592 41.8348 61.235 45.183 61.235 45.183C61.5787 45.2554 62.0505 43.0038 62.1048 42.795C62.5696 41.011 62.9898 39.2158 63.4574 37.4331C63.925 35.6504 64.4037 33.858 65.1009 32.1533C65.3654 31.5061 65.8524 30.1284 66.6484 30.0074C66.7973 29.9851 66.9504 30.0157 67.0938 30.0672C68.3212 30.5139 68.221 32.0238 68.022 33.0648C67.7409 34.5301 66.9991 35.8605 66.7069 37.319C66.5176 38.2625 66.2936 39.2032 66.0695 40.1426C65.8107 41.2239 65.5811 42.326 65.2485 43.3879C64.9618 44.3063 64.6542 46.3409 64.7308 46.2059C64.8073 46.0723 64.7628 45.9373 65.293 43.5117C65.794 41.2211 66.3576 38.9374 67.02 36.6872C67.3957 35.4124 67.7645 34.0723 68.4339 32.9173C68.5257 32.76 68.6398 32.593 68.8166 32.5485C68.8987 32.5276 68.9836 32.5359 69.0685 32.5443C69.3245 32.5707 69.5875 32.5986 69.8144 32.7183C70.1512 32.8964 70.3585 33.2582 70.442 33.6298C70.609 34.3715 70.4657 35.2329 70.3376 35.976C70.1832 36.8792 69.9577 37.7699 69.7086 38.6508C68.3587 43.4366 67.9858 46.4912 67.8814 47.816C67.8731 47.9232 68.0261 47.951 68.0568 47.848C68.722 45.6019 70.7356 38.904 71.2088 38.4309C71.6012 38.0384 72.6032 38.1526 72.8579 39.2547C73.1125 40.3569 70.6424 49.1353 70.6424 49.1353C70.6424 49.1353 69.8784 56.8894 66.4007 60.9613C62.923 65.0332 63.0928 71.4806 63.0928 71.4806L53.3904 67.964L53.389 67.9612Z" fill="var(--sapContent_Illustrative_Color31)"/>
10
+ <path d="M53.389 67.9596L55.9037 69.3248C55.8605 67.0704 57.4178 64.7464 58.2708 62.6617C58.2834 62.6311 58.2973 62.6005 58.3112 62.5671C58.808 61.4886 58.9319 60.2584 58.6508 59.1047C58.2291 57.3819 56.6858 56.0445 56.0122 54.3913C55.0785 52.1007 54.4467 50.0355 52.895 48.0608C52.6765 47.7824 50.0756 44.3382 49.8515 44.4551C49.4438 44.6694 49.3477 45.2135 49.6469 45.5628C50.2634 46.2837 50.8743 46.9669 51.3948 47.7643C52.5332 49.5067 52.6904 51.608 53.4795 53.4923C53.7787 54.2076 55.9774 57.0924 55.6671 59.6516L53.3904 67.9596H53.389Z" fill="var(--sapContent_Illustrative_Color3)"/>
11
+ <path d="M66.7055 37.3149C66.9977 35.8565 67.7395 34.5261 68.0206 33.0607C68.1639 32.3134 68.253 31.324 67.8383 30.6602C67.72 31.7735 67.4333 32.8673 67.0882 33.9291C66.6011 35.4307 64.1171 46.4398 64.4093 46.4829C64.703 46.5275 64.8658 46.1573 64.9242 45.8665C65.3083 43.9613 65.7481 42.0548 66.0681 40.1371C66.2922 39.1992 66.5162 38.2584 66.7055 37.3135V37.3149Z" fill="var(--sapContent_Illustrative_Color3)"/>
12
+ <path d="M68.9502 39.0739C68.6093 40.2095 68.4172 41.3757 68.2168 42.5419C67.919 44.2758 67.6657 46.0209 67.5224 47.7758C67.5043 47.9901 67.7966 48.0736 67.8954 47.8829C67.8968 47.8802 67.8982 47.8774 67.8995 47.8746C67.887 47.8593 67.8801 47.8384 67.8815 47.8134C67.9844 46.4885 68.3588 43.4339 69.7087 38.6481C69.9578 37.7672 70.1832 36.8766 70.3377 35.9734C70.4393 35.3792 70.5492 34.7084 70.5047 34.085C70.3725 34.7015 70.1999 35.311 70.0065 35.9122C69.6655 36.9712 69.2703 38.0107 68.9502 39.0767V39.0739Z" fill="var(--sapContent_Illustrative_Color3)"/>
13
+ <path d="M64.5694 32.7152C64.5332 32.8405 64.4873 32.9629 64.4497 33.091C64.3773 33.3289 64.3133 33.5725 64.2395 33.8104C64.0809 34.3226 63.9195 34.8333 63.7608 35.344C63.431 36.4072 63.0998 37.469 62.7714 38.5322C62.4429 39.5954 62.095 40.724 61.7638 41.8206C61.5133 42.6487 61.2629 43.4767 61.0346 44.3103C60.9706 44.5441 60.901 44.7806 60.8579 45.02C60.8189 45.2385 61.1084 45.3665 61.2336 45.1842C61.2336 45.1828 61.2364 45.18 61.2378 45.1786C61.2921 45.0979 62.3692 41.3489 62.7811 39.505C63.0845 38.1468 63.5256 36.8539 63.9222 35.71C63.7622 36.282 64.856 32.782 64.7405 33.1021C64.9785 32.0055 64.8435 31.3153 63.8819 31.2471C64.3105 31.5337 64.6723 31.7926 64.6375 32.3618C64.6306 32.4842 64.6041 32.5997 64.5707 32.7125L64.5694 32.7152Z" fill="var(--sapContent_Illustrative_Color3)"/>
14
+ <path d="M71.0851 42.4137C71.0765 42.4137 71.0765 42.3994 71.0851 42.3994C71.0936 42.3994 71.0936 42.4137 71.0851 42.4137Z" fill="var(--sapContent_Illustrative_Color3)"/>
15
+ <path d="M68.7707 79.4657L79.2149 72.2821L76.2409 67.0273C76.2409 67.0273 70.7023 70.3338 66.4634 72.2543L68.7693 79.4657H68.7707Z" fill="var(--sapContent_Illustrative_Color8)"/>
16
+ <path d="M93.0712 97.9784C87.6843 87.6233 79.4973 72.1498 78.6721 70.3477C78.6721 70.3477 66.9908 75.7416 67.1633 77.0511C67.3456 78.4344 72.2678 89.6231 76.0071 97.9798H93.0712V97.9784Z" fill="var(--sapContent_Illustrative_Color13)"/>
17
+ <path d="M77.6131 97.9788C75.9125 94.497 74.5404 90.805 73.967 86.9599C73.6804 85.0353 73.5843 83.0745 73.8112 81.1373C73.9072 80.3177 74.0199 79.4688 74.3191 78.6937C74.5668 78.0535 74.9231 77.4746 75.3656 76.9513C76.6793 75.3955 78.5761 74.4687 80.0707 73.1202C79.3415 71.7091 78.8433 70.7266 78.6693 70.3467C78.6693 70.3467 66.988 75.7406 67.1606 77.0501C67.3429 78.4334 72.2651 89.6221 76.0044 97.9788H77.6117H77.6131Z" fill="var(--sapContent_Illustrative_Color22)"/>
18
+ <path d="M57.6224 97.9792C60.9275 87.5044 65.556 72.0977 65.556 72.0977L52.2799 66.6787L40.3912 97.9792H57.6224Z" fill="var(--sapContent_Illustrative_Color13)"/>
19
+ <path d="M43.855 97.9792C44.1097 96.8881 44.4075 95.8068 44.7331 94.7353C45.2717 92.9651 45.8896 91.22 46.5534 89.493C47.2227 87.7507 47.9422 86.0279 48.6881 84.3162C49.377 82.7367 50.0909 81.1683 50.8159 79.6041C50.8507 79.529 50.8938 79.4302 50.9453 79.3105C53.3626 73.6271 59.5567 70.5516 65.5379 72.0935L65.556 72.0977L52.2799 66.6787L40.3912 97.9792H43.855Z" fill="var(--sapContent_Illustrative_Color22)"/>
20
+ </svg>
@@ -0,0 +1,36 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-ReloadScreen">
2
+ <mask id="mask0_396_5598" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
3
+ <circle cx="64" cy="64" r="64" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ </mask>
5
+ <g mask="url(#mask0_396_5598)">
6
+ <path d="M181.139 -59.3584H-65.9228C-67.5332 -59.36 -69.1281 -59.022 -70.6163 -58.3636C-72.1045 -57.7053 -73.4569 -56.7396 -74.5962 -55.5218C-75.7354 -54.3039 -76.6392 -52.8577 -77.2558 -51.2659C-77.8724 -49.6741 -78.1898 -47.9679 -78.1898 -46.2447V109.145C-78.1898 112.627 -76.8974 115.965 -74.5969 118.427C-72.2964 120.888 -69.1762 122.271 -65.9228 122.271H181.139C184.392 122.271 187.512 120.888 189.813 118.427C192.113 115.965 193.406 112.627 193.406 109.145V-46.2447C193.406 -47.9679 193.088 -49.6741 192.472 -51.2659C191.855 -52.8577 190.951 -54.3039 189.812 -55.5218C188.673 -56.7396 187.32 -57.7053 185.832 -58.3636C184.344 -59.022 182.749 -59.36 181.139 -59.3584Z" fill="var(--sapContent_Illustrative_Color7)"/>
7
+ <rect x="-51.0303" y="99.3552" width="73.5398" height="11.0336" rx="3.39494" fill="var(--sapContent_Illustrative_Color19)"/>
8
+ <rect x="16.2508" y="99.3552" width="162.726" height="11.0336" rx="3.39494" fill="var(--sapContent_Illustrative_Color18)"/>
9
+ <rect x="-16.2321" y="8.54053" width="38.1931" height="48.378" rx="4.24368" fill="var(--sapContent_Illustrative_Color19)"/>
10
+ <rect x="-15.0555" y="7.59937" width="38.1931" height="48.378" rx="4.24368" fill="var(--sapContent_Illustrative_Color18)"/>
11
+ <rect x="-12.5093" y="10.1455" width="33.1007" height="43.2855" rx="2.54621" fill="var(--sapContent_Illustrative_Color7)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.8939 53.2861V10.2903C19.8829 10.6398 20.5914 11.583 20.5914 12.6916V50.8847C20.5914 51.9934 19.8829 52.9365 18.8939 53.2861Z" fill="var(--sapContent_Illustrative_Color19)"/>
13
+ <mask id="mask1_396_5598" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="-13" y="10" width="34" height="44">
14
+ <rect x="-12.5093" y="10.1458" width="33.1007" height="43.2855" rx="2.54621" fill="var(--sapContent_Illustrative_Color7)"/>
15
+ </mask>
16
+ <g mask="url(#mask1_396_5598)">
17
+ <path d="M7.92269 42.2467L-4.07397 44.5947L-5.59633 42.1157C-6.53535 40.5837 -7.12869 38.8661 -7.3351 37.0821C-7.5415 35.2982 -7.35602 33.4908 -6.79155 31.7857C-6.22708 30.0805 -5.29717 28.5185 -4.06646 27.2082C-2.83576 25.8979 -1.3338 24.8708 0.334991 24.1982L3.99616 22.7247C8.64366 20.8527 13.3769 25.2331 11.8492 29.996L7.92269 42.2467Z" fill="var(--sapContent_Illustrative_Color19)"/>
18
+ <path d="M5.78394 60.4799L1.71536 58.9422C1.28798 58.7802 0.904472 58.5208 0.595469 58.1846C0.286465 57.8485 0.0605271 57.4449 -0.0643048 57.006L-3.48962 45.0227C-3.56361 44.765 -3.56267 44.4916 -3.48693 44.2344C-3.41119 43.9772 -3.26376 43.7467 -3.06182 43.5699C-2.85987 43.3931 -2.61173 43.2771 -2.34629 43.2356C-2.08086 43.1941 -1.80905 43.2286 -1.56255 43.3353L7.94151 47.4403L8.84742 58.1747C8.87957 58.5557 8.81442 58.9386 8.65805 59.2877C8.50168 59.6368 8.2592 59.9406 7.95325 60.1708C7.64729 60.401 7.28785 60.5501 6.90849 60.6042C6.52914 60.6582 6.14224 60.6155 5.78394 60.4799Z" fill="var(--sapContent_Illustrative_Color18)"/>
19
+ <path d="M8.34885 52.2777L8.14515 49.8415C7.33496 49.2897 6.46678 48.8279 5.55605 48.4642C3.01789 47.432 0.696815 47.2475 0.369828 48.0497C0.0428413 48.852 1.83323 50.3362 4.36872 51.3685C5.90984 51.9943 7.3652 52.3071 8.34885 52.2777Z" fill="var(--sapContent_Illustrative_Color19)"/>
20
+ <path d="M3.32714 31.4124L7.58241 31.6431C8.29754 31.6805 8.99826 31.8582 9.64447 32.1661C10.2907 32.474 10.8697 32.906 11.3484 33.4374C11.827 33.9689 12.196 34.5893 12.4341 35.2631C12.6721 35.937 12.7747 36.6511 12.7358 37.3646L12.3168 45.0604C12.2384 46.4995 11.5903 47.8486 10.515 48.8109C9.43974 49.7732 8.02539 50.2699 6.5831 50.1917L4.76591 50.0932C2.677 49.9799 0.718716 49.0433 -0.678116 47.4895C-2.07495 45.9356 -2.79592 43.8917 -2.68242 41.8074L-2.39582 36.5443C-2.31755 35.107 -1.67101 33.7595 -0.59807 32.7974C0.474868 31.8352 1.88654 31.3371 3.32714 31.4124Z" fill="var(--sapContent_Illustrative_Color18)"/>
21
+ <path d="M9.5952 38.7891L8.33014 42.0971C8.32263 42.1164 8.32001 42.1373 8.32252 42.1578C8.32503 42.1784 8.33259 42.198 8.34452 42.2149C8.35645 42.2319 8.3724 42.2456 8.39093 42.2549C8.40946 42.2642 8.43001 42.2688 8.45075 42.2683H10.5494C10.5688 42.2685 10.588 42.2643 10.6055 42.2559C10.623 42.2475 10.6383 42.2352 10.6502 42.2199C10.6621 42.2046 10.6704 42.1868 10.6743 42.1678C10.6782 42.1488 10.6776 42.1292 10.6726 42.1105L9.83911 38.8051C9.83236 38.7789 9.81749 38.7556 9.79664 38.7383C9.77579 38.721 9.75001 38.7108 9.72297 38.709C9.69594 38.7072 9.66904 38.714 9.6461 38.7284C9.62315 38.7428 9.60534 38.764 9.5952 38.7891Z" fill="var(--sapContent_Illustrative_Color19)"/>
22
+ <path d="M-3.02074 41.2013L-4.854 40.4578L0.131205 34.061L-0.474527 37.3343C-0.709473 38.6129 -1.21774 39.826 -1.96473 40.8911C-2.07938 41.0546 -2.24636 41.1744 -2.43826 41.2308C-2.63015 41.2872 -2.83555 41.2768 -3.02074 41.2013Z" fill="var(--sapContent_Illustrative_Color19)"/>
23
+ <path d="M7.16528 35.3545C12.6908 34.5963 16.8936 31.9748 16.5524 29.4991C16.2112 27.0234 11.4552 25.631 5.92966 26.3892C0.4041 27.1473 -3.79865 29.7689 -3.45744 32.2446C-3.11623 34.7203 1.63973 36.1126 7.16528 35.3545Z" fill="var(--sapContent_Illustrative_Color19)"/>
24
+ <path d="M0.043291 34.0315L-3.35962 32.6479L-4.94144 36.5213L-1.53853 37.9048L0.043291 34.0315Z" fill="var(--sapContent_Illustrative_Color19)"/>
25
+ <path d="M-0.151345 27.4657C2.20746 25.0572 3.59269 22.591 2.94267 21.9572C2.29264 21.3234 -0.146499 22.762 -2.50531 25.1704C-4.86411 27.5788 -6.24936 30.0451 -5.59933 30.6789C-4.9493 31.3127 -2.51015 29.8741 -0.151345 27.4657Z" fill="var(--sapContent_Illustrative_Color19)"/>
26
+ </g>
27
+ <rect width="37.5566" height="5.72897" rx="2.54621" transform="matrix(-1 0 0 1 61.1355 93.3743)" fill="var(--sapContent_Illustrative_Color14)"/>
28
+ <path d="M51.5679 97.5023L49.041 93.3743H139.431V97.0792C139.431 97.346 139.386 97.6101 139.296 97.8564C139.207 98.1027 139.077 98.3264 138.912 98.5145C138.748 98.7026 138.552 98.8514 138.338 98.9524C138.123 99.0535 137.893 99.1047 137.661 99.1032H54.2539C53.7272 99.1045 53.2079 98.9597 52.7403 98.681C52.2727 98.4022 51.8705 97.9979 51.5679 97.5023Z" fill="var(--sapContent_Illustrative_Color13)"/>
29
+ <path d="M100.762 35.4488H14.1676C13.8618 35.4403 13.558 35.5017 13.2799 35.6283C13.0019 35.7549 12.7571 35.9433 12.5645 36.1788C12.372 36.4143 12.2368 36.6905 12.1696 36.9862C12.1024 37.2818 12.1049 37.5888 12.177 37.8833L23.703 91.7769C23.8007 92.2282 24.0516 92.6327 24.4138 92.9232C24.7759 93.2137 25.2276 93.3726 25.6937 93.3736H111.293C111.596 93.381 111.896 93.3199 112.172 93.195C112.447 93.07 112.69 92.8845 112.882 92.6526C113.074 92.4207 113.21 92.1485 113.279 91.8567C113.349 91.5649 113.351 91.2612 113.284 90.9687L102.753 37.0849C102.673 36.6221 102.428 36.2029 102.063 35.903C101.698 35.603 101.237 35.4419 100.762 35.4488Z" fill="var(--sapContent_Illustrative_Color2)"/>
30
+ <path d="M96.819 43.948C96.5187 42.3415 95.1163 41.177 93.4819 41.177H70.6982C68.6604 41.177 67.0817 42.9597 67.3281 44.9825L70.3787 70.0203C70.5862 71.7238 72.0325 73.0046 73.7487 73.0046H98.1631C100.288 73.0046 101.891 71.0745 101.5 68.9857L96.819 43.948Z" fill="var(--sapContent_Illustrative_Color13)"/>
31
+ <path d="M24.7282 47.5732L67.9222 47.7224L84.0441 47.7821C84.518 47.7752 84.9788 47.9378 85.3435 48.2405C85.7081 48.5432 85.9527 48.9661 86.0332 49.4332L90.4989 72.8468L92.8858 85.3891C92.9507 85.6836 92.9478 85.989 92.8774 86.2822C92.8069 86.5754 92.6708 86.8487 92.4792 87.0815C92.2875 87.3144 92.0455 87.5005 91.7713 87.6261C91.4972 87.7516 91.1981 87.8132 90.8967 87.8061H31.3819C30.9083 87.8004 30.4513 87.6308 30.0886 87.3262C29.7259 87.0215 29.4801 86.6006 29.3928 86.1351L22.7391 49.9803C22.6854 49.6876 22.6964 49.3867 22.7713 49.0987C22.8462 48.8107 22.9833 48.5426 23.1728 48.3132C23.3624 48.0839 23.5999 47.8988 23.8686 47.7709C24.1373 47.6431 24.4307 47.5756 24.7282 47.5732Z" fill="var(--sapContent_Illustrative_Color8)"/>
32
+ <path d="M56.8761 50.5982C54.7813 50.5659 52.7031 50.9746 50.776 51.7979C48.8515 52.6211 47.1213 53.8406 45.6979 55.3771C44.2836 56.9394 43.212 58.7812 42.552 60.7838C41.8956 62.7852 41.6671 64.9027 41.8813 66.9984C42.6797 76.0002 50.6642 83.3465 59.6587 83.3465C61.7535 83.3788 63.8317 82.9701 65.7588 82.1468C67.6827 81.3226 69.4127 80.1033 70.8369 78.5676C72.2526 77.0064 73.3244 75.1643 73.9828 73.1609C74.6408 71.1598 74.8694 69.0421 74.6535 66.9464C73.867 57.9245 65.8905 50.5982 56.8761 50.5982ZM70.2301 77.9918C68.8876 79.4425 67.2554 80.5939 65.4394 81.371C63.6214 82.1506 61.6601 82.5389 59.6826 82.5107C51.0834 82.5107 43.4782 75.5204 42.7236 66.9144C42.5204 64.9322 42.7353 62.9294 43.3544 61.0358C43.9745 59.1423 44.9835 57.4 46.3166 55.921C47.661 54.4724 49.2928 53.3214 51.1073 52.5418C52.9263 51.7656 54.8872 51.3788 56.8641 51.406C65.4634 51.406 73.0725 58.3924 73.8231 67.0024C74.0276 68.9829 73.8141 70.9844 73.1963 72.877C72.5772 74.7708 71.5681 76.5134 70.2341 77.9918H70.2301Z" fill="var(--sapContent_Illustrative_Color3)"/>
33
+ <path d="M68.3636 76.843C73.2609 71.7185 72.7055 63.2247 67.123 57.8716C61.5406 52.5184 53.0451 52.3331 48.1478 57.4576C43.2506 62.5821 43.806 71.0759 49.3884 76.4291C54.9708 81.7822 63.4663 81.9676 68.3636 76.843Z" fill="var(--sapContent_Illustrative_Color14)"/>
34
+ <path d="M59.4389 65.0475C59.4543 65.3169 59.5737 65.5698 59.7719 65.7526C59.9701 65.9354 60.2314 66.0339 60.5008 66.0272H64.9601C65.0869 66.0354 65.2139 66.0149 65.3317 65.9673C65.4495 65.9196 65.555 65.846 65.6405 65.7519C65.7261 65.6578 65.7893 65.5456 65.8256 65.4236C65.862 65.3017 65.8704 65.1731 65.8504 65.0475L65.4512 60.5205C65.4357 60.2511 65.3163 59.9982 65.1181 59.8154C64.9199 59.6326 64.6586 59.5341 64.3892 59.5408C64.2623 59.5327 64.1352 59.5533 64.0173 59.6009C63.8994 59.6485 63.7936 59.7221 63.7078 59.8161C63.622 59.9101 63.5584 60.0222 63.5215 60.1441C63.4847 60.266 63.4756 60.3946 63.495 60.5205L63.6387 62.1522C62.855 61.3407 61.919 60.6924 60.8845 60.2442C59.85 59.7961 58.7374 59.557 57.6104 59.5408C56.6172 59.5243 55.6319 59.7195 54.7198 60.1134C53.8077 60.5074 52.9897 61.0912 52.3199 61.826C51.6502 62.5607 51.1441 63.4298 50.8352 64.3754C50.5263 65.3211 50.4216 66.3217 50.5282 67.3109C50.7461 69.4153 51.725 71.3671 53.2804 72.7984C54.8357 74.2297 56.8601 75.0416 58.9718 75.0811C60.6856 75.1057 62.3495 74.5029 63.6512 73.386C64.9529 72.2691 65.803 70.7147 66.042 69.0145C66.0668 68.737 65.9838 68.4606 65.8105 68.2427C65.6533 68.0302 65.4201 67.8869 65.1597 67.8428C65.0298 67.8159 64.8956 67.8162 64.7658 67.8437C64.6359 67.8713 64.5131 67.9254 64.4052 68.0028C64.3073 68.0739 64.2259 68.1654 64.1667 68.2711C64.1074 68.3767 64.0716 68.4939 64.0619 68.6146C63.8998 69.8858 63.2712 71.051 62.2986 71.8834C61.3259 72.7158 60.0788 73.1557 58.8001 73.1176C57.2212 73.0879 55.7078 72.4806 54.5451 71.4102C53.3824 70.3399 52.6509 68.8804 52.4883 67.3069C52.4067 66.5671 52.4831 65.8183 52.7126 65.1103C52.9421 64.4023 53.3193 63.7513 53.8193 63.2006C54.3192 62.6499 54.9304 62.212 55.6123 61.9161C56.2941 61.6202 57.0311 61.473 57.7741 61.4843C58.7515 61.4957 59.7131 61.7334 60.5836 62.1788C61.4541 62.6242 62.2101 63.2652 62.7923 64.0517H60.2613C60.1379 64.0512 60.0159 64.0781 59.9041 64.1305C59.7923 64.1829 59.6936 64.2595 59.6149 64.3547C59.5363 64.45 59.4797 64.5615 59.4492 64.6813C59.4188 64.8011 59.4152 64.9261 59.4389 65.0475Z" fill="var(--sapContent_Illustrative_Color8)"/>
35
+ </g>
36
+ </svg>
@@ -0,0 +1,49 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-ResizeColumn">
2
+ <mask id="mask0_1663_6423" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
3
+ <circle cx="64" cy="64" r="64" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ </mask>
5
+ <g mask="url(#mask0_1663_6423)">
6
+ <path d="M161.979 -15.876H-52.9697C-54.3708 -15.8774 -55.7584 -15.5819 -57.0532 -15.0065C-58.348 -14.4311 -59.5246 -13.587 -60.5158 -12.5224C-61.507 -11.4579 -62.2933 -10.1938 -62.8297 -8.80246C-63.3662 -7.41108 -63.6423 -5.91968 -63.6423 -4.41352V131.411C-63.6423 134.454 -62.5179 137.372 -60.5164 139.523C-58.5149 141.675 -55.8003 142.884 -52.9697 142.884H161.979C164.809 142.884 167.524 141.675 169.525 139.523C171.527 137.372 172.651 134.454 172.651 131.411V-4.41352C172.651 -5.91968 172.375 -7.41108 171.839 -8.80246C171.302 -10.1938 170.516 -11.4579 169.525 -12.5224C168.533 -13.587 167.357 -14.4311 166.062 -15.0065C164.767 -15.5819 163.38 -15.8774 161.979 -15.876Z" fill="var(--sapContent_Illustrative_Color7)"/>
7
+ <path d="M48.5476 76.1973H-41.8198C-43.2125 76.1973 -44.3416 77.3283 -44.3416 78.7236V137.354C-44.3416 138.749 -43.2125 139.88 -41.8198 139.88H48.5476C49.9403 139.88 51.0693 138.749 51.0693 137.354V78.7236C51.0693 77.3283 49.9403 76.1973 48.5476 76.1973Z" fill="var(--sapContent_Illustrative_Color18)"/>
8
+ <path d="M46.4555 79.6289H-39.8531C-41.1457 79.6289 -42.1935 80.6786 -42.1935 81.9735V134.782C-42.1935 136.077 -41.1457 137.127 -39.8531 137.127H46.4555C47.748 137.127 48.7959 136.077 48.7959 134.782V81.9735C48.7959 80.6786 47.748 79.6289 46.4555 79.6289Z" fill="var(--sapContent_Illustrative_Color7)"/>
9
+ <path d="M3.53828 78.4413C3.87567 78.4413 4.14919 78.1673 4.14919 77.8293C4.14919 77.4913 3.87567 77.2173 3.53828 77.2173C3.20088 77.2173 2.92737 77.4913 2.92737 77.8293C2.92737 78.1673 3.20088 78.4413 3.53828 78.4413Z" fill="var(--sapContent_Illustrative_Color19)"/>
10
+ <path d="M154.206 78.3285L113.658 64.4388C111.936 63.854 110.068 64.7637 109.483 66.4857L89.2738 125.472C88.689 127.194 89.5987 129.062 91.3207 129.647L131.869 143.537C133.591 144.121 135.459 143.212 136.044 141.49L156.253 82.5035C156.838 80.7815 155.928 78.9133 154.206 78.3285Z" fill="var(--sapContent_Illustrative_Color18)"/>
11
+ <path d="M129.887 79.3352C128.555 78.7991 127.076 78.6692 125.679 78.9778C124.266 79.2702 122.982 79.985 121.975 81.0247C120.968 82.0644 120.286 83.364 120.026 84.7774C119.766 86.1907 119.928 87.6528 120.497 88.9849C121.066 90.317 122.008 91.4379 123.226 92.2176C124.428 92.9974 125.842 93.4198 127.287 93.3873C128.733 93.3711 130.13 92.9162 131.316 92.1039C132.502 91.2917 133.428 90.1383 133.964 88.8062L127.19 86.1095L129.903 79.3352H129.887Z" fill="var(--sapContent_Illustrative_Color7)"/>
12
+ <path d="M137.668 102.533L109.418 92.8512C108.476 92.5263 107.468 93.0299 107.143 93.9721C106.818 94.9143 107.322 95.9215 108.264 96.2464L136.515 105.929C137.457 106.253 138.464 105.75 138.789 104.808C139.114 103.865 138.61 102.858 137.668 102.533Z" fill="var(--sapContent_Illustrative_Color7)"/>
13
+ <path d="M135.231 108.284L106.981 98.6021C106.039 98.2772 105.032 98.7808 104.707 99.7231C104.382 100.665 104.885 101.672 105.828 101.997L134.078 111.68C135.02 112.004 136.044 111.501 136.352 110.559C136.677 109.616 136.174 108.609 135.231 108.284Z" fill="var(--sapContent_Illustrative_Color7)"/>
14
+ <path d="M119.701 109.39L104.658 104.24C103.716 103.915 102.692 104.419 102.384 105.361C102.059 106.303 102.562 107.31 103.505 107.635L118.564 112.785C119.506 113.11 120.513 112.606 120.838 111.664C121.163 110.722 120.66 109.714 119.717 109.39H119.701Z" fill="var(--sapContent_Illustrative_Color7)"/>
15
+ <path d="M81.7645 13.2793H5.70279C1.09391 13.2793 -2.64233 17.0155 -2.64233 21.6244V115.697C-2.64233 120.306 1.09391 124.042 5.70279 124.042H81.7645C86.3734 124.042 90.1096 120.306 90.1096 115.697V21.6244C90.1096 17.0155 86.3734 13.2793 81.7645 13.2793Z" fill="var(--sapContent_Illustrative_Color8)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.90839 22.2468C5.90839 21.8675 5.99817 21.5635 6.1053 21.5635H69.2671C69.3771 21.5635 69.464 21.853 69.464 22.2468V115.077C69.464 115.456 69.3771 115.76 69.2671 115.76H6.1053C5.99817 115.76 5.90839 115.471 5.90839 115.077V22.2468Z" fill="var(--sapContent_Illustrative_Color8)"/>
17
+ <path d="M69.464 30.4502H5.90839V38.1438H69.464V30.4502Z" fill="var(--sapContent_Illustrative_Color18)"/>
18
+ <path d="M32.1512 24.2969H11.2942C10.3027 24.2969 9.4989 25.1006 9.4989 26.0921C9.4989 27.0836 10.3027 27.8874 11.2942 27.8874H32.1512C33.1427 27.8874 33.9465 27.0836 33.9465 26.0921C33.9465 25.1006 33.1427 24.2969 32.1512 24.2969Z" fill="var(--sapContent_Illustrative_Color14)"/>
19
+ <path d="M27.7933 33.3574H10.5239C9.95783 33.3574 9.4989 33.8163 9.4989 34.3825C9.4989 34.9486 9.95783 35.4075 10.5239 35.4075H27.7933C28.3594 35.4075 28.8184 34.9486 28.8184 34.3825C28.8184 33.8163 28.3594 33.3574 27.7933 33.3574Z" fill="var(--sapContent_Illustrative_Color14)"/>
20
+ <path d="M24.5445 40.8799H10.5239C9.95783 40.8799 9.4989 41.3388 9.4989 41.9049C9.4989 42.471 9.95783 42.93 10.5239 42.93H24.5445C25.1106 42.93 25.5695 42.471 25.5695 41.9049C25.5695 41.3388 25.1106 40.8799 24.5445 40.8799Z" fill="var(--sapContent_Illustrative_Color14)"/>
21
+ <path d="M26.7654 48.7446H10.5239C9.95783 48.7446 9.4989 49.2036 9.4989 49.7697C9.4989 50.3358 9.95783 50.7947 10.5239 50.7947H26.7654C27.3315 50.7947 27.7904 50.3358 27.7904 49.7697C27.7904 49.2036 27.3315 48.7446 26.7654 48.7446Z" fill="var(--sapContent_Illustrative_Color14)"/>
22
+ <path d="M17.8759 56.2642H10.5239C9.95783 56.2642 9.4989 56.7231 9.4989 57.2892C9.4989 57.8553 9.95783 58.3142 10.5239 58.3142H17.8759C18.442 58.3142 18.9009 57.8553 18.9009 57.2892C18.9009 56.7231 18.442 56.2642 17.8759 56.2642Z" fill="var(--sapContent_Illustrative_Color14)"/>
23
+ <path d="M17.8759 63.958H10.5239C9.95783 63.958 9.4989 64.4169 9.4989 64.9831C9.4989 65.5492 9.95783 66.0081 10.5239 66.0081H17.8759C18.442 66.0081 18.9009 65.5492 18.9009 64.9831C18.9009 64.4169 18.442 63.958 17.8759 63.958Z" fill="var(--sapContent_Illustrative_Color14)"/>
24
+ <path d="M17.8759 79.3452H10.5239C9.95783 79.3452 9.4989 79.8041 9.4989 80.3703C9.4989 80.9364 9.95783 81.3953 10.5239 81.3953H17.8759C18.442 81.3953 18.9009 80.9364 18.9009 80.3703C18.9009 79.8041 18.442 79.3452 17.8759 79.3452Z" fill="var(--sapContent_Illustrative_Color14)"/>
25
+ <path d="M17.8759 71.6514H10.5239C9.95783 71.6514 9.4989 72.1103 9.4989 72.6764C9.4989 73.2425 9.95783 73.7015 10.5239 73.7015H17.8759C18.442 73.7015 18.9009 73.2425 18.9009 72.6764C18.9009 72.1103 18.442 71.6514 17.8759 71.6514Z" fill="var(--sapContent_Illustrative_Color14)"/>
26
+ <path d="M17.8759 87.0386H10.5239C9.95783 87.0386 9.4989 87.4975 9.4989 88.0636C9.4989 88.6297 9.95783 89.0887 10.5239 89.0887H17.8759C18.442 89.0887 18.9009 88.6297 18.9009 88.0636C18.9009 87.4975 18.442 87.0386 17.8759 87.0386Z" fill="var(--sapContent_Illustrative_Color14)"/>
27
+ <path d="M17.8412 94.7646H10.4893C9.92316 94.7646 9.46423 95.2236 9.46423 95.7897C9.46423 96.3558 9.92316 96.8147 10.4893 96.8147H17.8412C18.4073 96.8147 18.8663 96.3558 18.8663 95.7897C18.8663 95.2236 18.4073 94.7646 17.8412 94.7646Z" fill="var(--sapContent_Illustrative_Color14)"/>
28
+ <path d="M63.7104 33.1631H46.4411C45.8749 33.1631 45.416 33.622 45.416 34.1881C45.416 34.7542 45.8749 35.2132 46.4411 35.2132H63.7104C64.2765 35.2132 64.7355 34.7542 64.7355 34.1881C64.7355 33.622 64.2765 33.1631 63.7104 33.1631Z" fill="var(--sapContent_Illustrative_Color14)"/>
29
+ <path d="M60.4616 40.686H46.4411C45.8749 40.686 45.416 41.145 45.416 41.7111C45.416 42.2772 45.8749 42.7361 46.4411 42.7361H60.4616C61.0277 42.7361 61.4866 42.2772 61.4866 41.7111C61.4866 41.145 61.0277 40.686 60.4616 40.686Z" fill="var(--sapContent_Illustrative_Color14)"/>
30
+ <path d="M62.6825 48.5474H46.4411C45.8749 48.5474 45.416 49.0063 45.416 49.5724C45.416 50.1385 45.8749 50.5974 46.4411 50.5974H62.6825C63.2486 50.5974 63.7075 50.1385 63.7075 49.5724C63.7075 49.0063 63.2486 48.5474 62.6825 48.5474Z" fill="var(--sapContent_Illustrative_Color14)"/>
31
+ <path d="M53.793 56.0703H46.4411C45.8749 56.0703 45.416 56.5292 45.416 57.0954C45.416 57.6615 45.8749 58.1204 46.4411 58.1204H53.793C54.3591 58.1204 54.818 57.6615 54.818 57.0954C54.818 56.5292 54.3591 56.0703 53.793 56.0703Z" fill="var(--sapContent_Illustrative_Color14)"/>
32
+ <path d="M53.793 63.7637H46.4411C45.8749 63.7637 45.416 64.2226 45.416 64.7887C45.416 65.3548 45.8749 65.8138 46.4411 65.8138H53.793C54.3591 65.8138 54.818 65.3548 54.818 64.7887C54.818 64.2226 54.3591 63.7637 53.793 63.7637Z" fill="var(--sapContent_Illustrative_Color14)"/>
33
+ <path d="M53.793 79.1514H46.4411C45.8749 79.1514 45.416 79.6103 45.416 80.1764C45.416 80.7425 45.8749 81.2015 46.4411 81.2015H53.793C54.3591 81.2015 54.818 80.7425 54.818 80.1764C54.818 79.6103 54.3591 79.1514 53.793 79.1514Z" fill="var(--sapContent_Illustrative_Color14)"/>
34
+ <path d="M53.793 71.4575H46.4411C45.8749 71.4575 45.416 71.9164 45.416 72.4826C45.416 73.0487 45.8749 73.5076 46.4411 73.5076H53.793C54.3591 73.5076 54.818 73.0487 54.818 72.4826C54.818 71.9164 54.3591 71.4575 53.793 71.4575Z" fill="var(--sapContent_Illustrative_Color14)"/>
35
+ <path d="M53.793 86.8447H46.4411C45.8749 86.8447 45.416 87.3037 45.416 87.8698C45.416 88.4359 45.8749 88.8948 46.4411 88.8948H53.793C54.3591 88.8948 54.818 88.4359 54.818 87.8698C54.818 87.3037 54.3591 86.8447 53.793 86.8447Z" fill="var(--sapContent_Illustrative_Color14)"/>
36
+ <path d="M53.793 94.5386H46.4411C45.8749 94.5386 45.416 94.9975 45.416 95.5636C45.416 96.1297 45.8749 96.5886 46.4411 96.5886H53.793C54.3591 96.5886 54.818 96.1297 54.818 95.5636C54.818 94.9975 54.3591 94.5386 53.793 94.5386Z" fill="var(--sapContent_Illustrative_Color14)"/>
37
+ <path d="M74.4099 30.6162H113.8C113.826 30.6162 113.852 30.6244 113.87 30.6389C113.889 30.6534 113.899 30.6731 113.899 30.6937V108.554C113.899 108.575 113.889 108.594 113.87 108.609C113.852 108.623 113.826 108.632 113.8 108.632H74.5089C74.4826 108.632 74.4574 108.623 74.4389 108.609C74.4203 108.594 74.4099 108.575 74.4099 108.554V30.6162Z" fill="var(--sapContent_Illustrative_Color6)"/>
38
+ <path d="M120.125 28.6899H76.783V106.705H120.125V28.6899Z" fill="var(--sapContent_Illustrative_Color8)"/>
39
+ <path d="M76.783 28.6899H120.03C120.056 28.6899 120.08 28.6973 120.097 28.7103C120.115 28.7233 120.125 28.7409 120.125 28.7594V38.3215H76.783V28.6899Z" fill="var(--sapContent_Illustrative_Color18)"/>
40
+ <path d="M100.099 31.9351H79.9874C79.3281 31.9351 78.7937 32.4695 78.7937 33.1288C78.7937 33.788 79.3281 34.3225 79.9874 34.3225H100.099C100.758 34.3225 101.292 33.788 101.292 33.1288C101.292 32.4695 100.758 31.9351 100.099 31.9351Z" fill="var(--sapContent_Illustrative_Color14)"/>
41
+ <path d="M96.2307 42.1738H79.903C79.2437 42.1738 78.7093 42.7083 78.7093 43.3675C78.7093 44.0268 79.2437 44.5613 79.903 44.5613H96.2307C96.8899 44.5613 97.4244 44.0268 97.4244 43.3675C97.4244 42.7083 96.8899 42.1738 96.2307 42.1738Z" fill="var(--sapContent_Illustrative_Color14)"/>
42
+ <path d="M98.817 51.3325H79.903C79.2437 51.3325 78.7093 51.867 78.7093 52.5262C78.7093 53.1855 79.2437 53.72 79.903 53.72H98.817C99.4763 53.72 100.011 53.1855 100.011 52.5262C100.011 51.867 99.4763 51.3325 98.817 51.3325Z" fill="var(--sapContent_Illustrative_Color14)"/>
43
+ <path d="M88.4647 60.0928H79.903C79.2437 60.0928 78.7093 60.6272 78.7093 61.2865C78.7093 61.9458 79.2437 62.4802 79.903 62.4802H88.4647C89.124 62.4802 89.6585 61.9458 89.6585 61.2865C89.6585 60.6272 89.124 60.0928 88.4647 60.0928Z" fill="var(--sapContent_Illustrative_Color14)"/>
44
+ <path d="M88.4647 69.0527H79.903C79.2437 69.0527 78.7093 69.5872 78.7093 70.2464C78.7093 70.9057 79.2437 71.4402 79.903 71.4402H88.4647C89.124 71.4402 89.6585 70.9057 89.6585 70.2464C89.6585 69.5872 89.124 69.0527 88.4647 69.0527Z" fill="var(--sapContent_Illustrative_Color14)"/>
45
+ <path d="M88.4647 86.9717H79.903C79.2437 86.9717 78.7093 87.5061 78.7093 88.1654C78.7093 88.8247 79.2437 89.3591 79.903 89.3591H88.4647C89.124 89.3591 89.6585 88.8247 89.6585 88.1654C89.6585 87.5061 89.124 86.9717 88.4647 86.9717Z" fill="var(--sapContent_Illustrative_Color14)"/>
46
+ <path d="M88.4647 78.0127H79.903C79.2437 78.0127 78.7093 78.5471 78.7093 79.2064C78.7093 79.8657 79.2437 80.4001 79.903 80.4001H88.4647C89.124 80.4001 89.6585 79.8657 89.6585 79.2064C89.6585 78.5471 89.124 78.0127 88.4647 78.0127Z" fill="var(--sapContent_Illustrative_Color14)"/>
47
+ <path d="M88.4647 95.9282H79.903C79.2437 95.9282 78.7093 96.4627 78.7093 97.1219C78.7093 97.7812 79.2437 98.3157 79.903 98.3157H88.4647C89.124 98.3157 89.6585 97.7812 89.6585 97.1219C89.6585 96.4627 89.124 95.9282 88.4647 95.9282Z" fill="var(--sapContent_Illustrative_Color14)"/>
48
+ </g>
49
+ </svg>