@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,32 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-AddPeople">
2
+ <circle cx="64" cy="64" r="64" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <mask id="mask0_1663_6862" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
4
+ <circle cx="64" cy="64" r="64" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ </mask>
6
+ <g mask="url(#mask0_1663_6862)">
7
+ <path d="M120 96.9315C120 96.2524 118.029 95.7087 115.395 95.5853C115.244 92.9546 114.664 90.9985 113.985 91C113.306 91.0015 112.741 92.9726 112.596 95.6169C109.955 95.7976 107.991 96.3879 108 97.0685C108.009 97.7492 109.971 98.2928 112.605 98.4147C112.764 101.045 113.336 103.002 114.014 103C114.691 102.998 115.259 101.027 115.404 98.3831C118.045 98.2024 120.008 97.6121 120 96.9315Z" fill="var(--sapContent_Illustrative_Color18)"/>
8
+ <path d="M63 119.449C63 118.939 61.5215 118.532 59.5459 118.439C59.433 116.466 58.9981 114.999 58.4887 115C57.9793 115.001 57.5557 116.479 57.4473 118.463C55.4661 118.598 53.9932 119.041 54 119.551C54.0068 120.062 55.4786 120.47 57.4541 120.561C57.5727 122.534 58.0019 124.001 58.5102 124C59.0185 123.999 59.4443 122.521 59.5527 120.537C61.5339 120.402 63.0056 119.959 63 119.449Z" fill="var(--sapContent_Illustrative_Color18)"/>
9
+ <path d="M95.6119 21.0579C94.9108 29.2082 93.4042 38.4481 87.1806 37.2722C79.3791 35.7955 80.7207 28.1807 81.4267 20.0055C82.1327 11.8302 83.8876 5.21912 89.8213 5.73691C95.3901 6.21379 96.3149 12.8717 95.6119 21.0579Z" fill="var(--sapContent_Illustrative_Color19)"/>
10
+ <path d="M101.625 14.3892C104.884 11.7852 106.34 8.19175 104.879 6.36295C103.417 4.53415 99.5903 5.16255 96.3315 7.76653C93.0728 10.3705 91.616 13.964 93.0777 15.7928C94.5394 17.6216 98.3661 16.9932 101.625 14.3892Z" fill="var(--sapContent_Illustrative_Color19)"/>
11
+ <path d="M106.253 31.5699C105.349 36.1524 102.455 39.4203 99.7824 38.9189C93.2527 37.693 95.305 34.2229 96.5878 29.6634C97.8706 25.1039 100.378 21.8479 103.058 22.3144C107.973 23.1647 107.161 26.9625 106.253 31.5699Z" fill="var(--sapContent_Illustrative_Color19)"/>
12
+ <path d="M107.163 45.7623L71.3162 38.6911C70.8921 38.6074 70.4804 38.8834 70.3967 39.3074L65.6232 63.5062C65.5395 63.9303 65.8156 64.342 66.2397 64.4256L102.086 71.4968C102.51 71.5805 102.922 71.3045 103.006 70.8804L107.779 46.6817C107.863 46.2576 107.587 45.8459 107.163 45.7623Z" fill="var(--sapContent_Illustrative_Color18)"/>
13
+ <path d="M107.987 41.4492L72.196 34.3888C71.7718 34.3051 71.3602 34.5811 71.2765 35.0052L69.563 43.6914C69.4794 44.1155 69.7554 44.5272 70.1795 44.6108L105.971 51.6712C106.395 51.7549 106.807 51.4789 106.891 51.0548L108.604 42.3686C108.688 41.9445 108.412 41.5329 107.987 41.4492Z" fill="var(--sapContent_Illustrative_Color19)"/>
14
+ <path d="M110.815 38.541L70.9739 30.6818C70.5498 30.5981 70.1381 30.8741 70.0545 31.2982L68.1767 40.8171C68.093 41.2412 68.3691 41.6529 68.7932 41.7365L108.634 49.5957C109.058 49.6794 109.47 49.4034 109.554 48.9793L111.431 39.4604C111.515 39.0363 111.239 38.6246 110.815 38.541Z" fill="var(--sapContent_Illustrative_Color18)"/>
15
+ <path d="M6.94396 87.3816L-4.27797 41.3498L-4.37549 41.37L-5.92626 34.9939L-8.3637 35.4993C-8.47794 35.5238 -8.58609 35.5711 -8.68182 35.6384C-8.77754 35.7056 -8.85888 35.7916 -8.92112 35.8911C-8.98336 35.9907 -9.02524 36.1018 -9.04426 36.2181C-9.06328 36.3343 -9.05908 36.4533 -9.0319 36.5681L4.43134 91.8158C4.48685 92.0364 4.62432 92.2273 4.81518 92.3489C5.00605 92.4706 5.23571 92.5137 5.45662 92.4693L76.5627 77.7265C76.6771 77.7028 76.7856 77.6561 76.8814 77.589C76.9772 77.5219 77.0585 77.4359 77.1204 77.3362C77.1823 77.2364 77.2234 77.125 77.2414 77.0086C77.2593 76.8922 77.2537 76.7733 77.2248 76.659L76.5331 73.8129L7.96187 88.0302C7.7423 88.0774 7.51277 88.036 7.32249 87.9148C7.13221 87.7936 6.99633 87.6021 6.94396 87.3816Z" fill="var(--sapContent_Illustrative_Color20)"/>
16
+ <path d="M68.5283 26.2542L-4.27795 41.3496L6.94397 87.3814C6.99635 87.602 7.13223 87.7934 7.3225 87.9146C7.51278 88.0359 7.74231 88.0773 7.96188 88.03L79.0863 73.2833C79.2002 73.2598 79.308 73.2133 79.4035 73.1467C79.499 73.0801 79.5802 72.9947 79.6421 72.8957C79.704 72.7966 79.7455 72.6859 79.764 72.5701C79.7825 72.4544 79.7776 72.336 79.7497 72.222L68.5283 26.2542ZM5.69804 44.8946C5.66 44.7444 5.65259 44.588 5.6763 44.435C5.70002 44.282 5.75433 44.1356 5.83597 44.0047C5.9176 43.8738 6.02482 43.761 6.15115 43.6734C6.27748 43.5857 6.42029 43.5249 6.57084 43.4947L28.0203 39.0475C28.3273 38.9838 28.6473 39.0459 28.9099 39.22C29.1725 39.3942 29.3561 39.6662 29.4204 39.9761C29.4584 40.1264 29.4658 40.2827 29.4421 40.4357C29.4184 40.5887 29.3641 40.7351 29.2824 40.866C29.2008 40.997 29.0935 41.1097 28.9672 41.1973C28.8409 41.285 28.6981 41.3458 28.5476 41.376L7.09807 45.8232C6.79101 45.8869 6.47107 45.8248 6.2085 45.6507C5.94593 45.4765 5.76231 45.2046 5.69804 44.8946ZM69.3453 70.0745L14.8685 81.3695C14.6473 81.4172 14.4162 81.3754 14.2245 81.2533C14.0329 81.1311 13.896 80.9382 13.8433 80.716L6.42693 50.2799C6.39889 50.1654 6.39407 50.0464 6.41284 49.9302C6.43161 49.8139 6.47357 49.7028 6.53612 49.6035C6.59868 49.5042 6.68057 49.4188 6.77686 49.3524C6.87315 49.2861 6.98179 49.2401 7.09633 49.2173L61.5853 37.9198C61.8048 37.8725 62.0344 37.9139 62.2247 38.0351C62.4149 38.1564 62.5508 38.3478 62.6032 38.5684L70.0208 69.0107C70.0453 69.1243 70.047 69.2417 70.0258 69.3558C70.0047 69.47 69.9611 69.5787 69.8977 69.6755C69.8343 69.7723 69.7523 69.8553 69.6566 69.9196C69.5608 69.9839 69.4533 70.0282 69.3402 70.0499L69.3453 70.0745Z" fill="var(--sapContent_Illustrative_Color19)"/>
17
+ <path d="M-4.2779 41.3498L68.6929 26.2203L66.3973 16.8039C66.3432 16.5825 66.2061 16.3906 66.0148 16.2687C65.8236 16.1468 65.5932 16.1044 65.3721 16.1504L50.4001 19.2546L51.2399 22.6923C51.5092 22.8249 51.7467 23.015 51.9358 23.2495C52.1249 23.484 52.2611 23.7571 52.3349 24.0498C52.3982 24.2969 52.4111 24.5542 52.373 24.8061C52.3348 25.0579 52.2462 25.2992 52.1128 25.5152C51.9793 25.7312 51.8037 25.9175 51.5965 26.0627C51.3893 26.208 51.1548 26.3092 50.9073 26.3602C50.3998 26.4541 49.8753 26.3474 49.4423 26.0622C49.0093 25.777 48.701 25.3351 48.5813 24.8281C48.511 24.5492 48.5047 24.2579 48.5632 23.9767C48.6216 23.6955 48.7432 23.4317 48.9186 23.2057L48.0724 19.7372L9.94471 27.6425L10.7885 31.0986C11.0546 31.2308 11.2891 31.4199 11.4757 31.6527C11.6622 31.8855 11.7964 32.1563 11.8687 32.4464C11.9313 32.6909 11.9447 32.9454 11.9079 33.1949C11.8712 33.4444 11.7851 33.6836 11.6548 33.8986C11.5245 34.1135 11.3526 34.2996 11.1493 34.4459C10.9461 34.5923 10.7155 34.6958 10.4715 34.7505C9.96417 34.8428 9.44038 34.7354 9.00775 34.4504C8.57512 34.1654 8.2665 33.7245 8.14544 33.2183C8.07285 32.9356 8.06632 32.64 8.12631 32.3548C8.18629 32.0696 8.31119 31.8027 8.49115 31.5749L7.64741 28.1188L-5.95956 30.94C-6.07342 30.9635 -6.1813 31.01 -6.27679 31.0766C-6.37229 31.1432 -6.45344 31.2286 -6.51536 31.3276C-6.57728 31.4267 -6.61876 31.5374 -6.63724 31.6532C-6.65572 31.7689 -6.65084 31.8873 -6.62294 32.0013L-5.8957 34.9876L-4.34492 41.3637L-4.2779 41.3498Z" fill="var(--sapContent_Illustrative_Color18)"/>
18
+ <path d="M10.2638 33.6255L10.1968 33.6394C9.89772 33.7 9.58658 33.6415 9.32845 33.4763C9.07032 33.311 8.88517 33.0517 8.81169 32.7526L8.52158 31.5682C8.34162 31.796 8.21672 32.0629 8.15674 32.3481C8.09675 32.6333 8.10335 32.9289 8.17595 33.2116C8.297 33.7178 8.60555 34.1587 9.03818 34.4437C9.47081 34.7287 9.99468 34.8361 10.502 34.7437C10.746 34.6891 10.9765 34.5856 11.1798 34.4392C11.383 34.2929 11.5549 34.1068 11.6852 33.8919C11.8155 33.6769 11.9017 33.4376 11.9384 33.1882C11.9752 32.9387 11.9618 32.6842 11.8991 32.4397C11.8268 32.1496 11.6927 31.8788 11.5062 31.646C11.3196 31.4132 11.085 31.2241 10.8189 31.0919L11.109 32.2763C11.1451 32.4214 11.1516 32.5722 11.1283 32.7197C11.105 32.8672 11.0522 33.0082 10.9732 33.1344C10.8942 33.2605 10.7906 33.369 10.6686 33.4535C10.5467 33.5379 10.409 33.5964 10.2638 33.6255Z" fill="var(--sapContent_Illustrative_Color20)"/>
19
+ <path d="M50.6833 25.1876L50.6163 25.2015C50.3185 25.2588 50.0099 25.1997 49.7529 25.0362C49.496 24.8726 49.31 24.6169 49.2325 24.3209L48.9638 23.209C48.7884 23.435 48.6669 23.6988 48.6084 23.98C48.5499 24.2613 48.5561 24.5525 48.6265 24.8314C48.7462 25.3384 49.0544 25.7803 49.4875 26.0655C49.9205 26.3507 50.4451 26.4574 50.9526 26.3635C51.2 26.3125 51.4344 26.2113 51.6417 26.0661C51.8489 25.9208 52.0245 25.7345 52.158 25.5185C52.2915 25.3025 52.38 25.0612 52.4182 24.8094C52.4564 24.5575 52.4435 24.3002 52.3802 24.0531C52.3064 23.7605 52.1701 23.4874 51.981 23.2529C51.7919 23.0184 51.5544 22.8282 51.2852 22.6956L51.5602 23.8382C51.597 23.9856 51.6032 24.139 51.5783 24.2887C51.5535 24.4384 51.4981 24.5811 51.4157 24.7079C51.3333 24.8347 51.2257 24.9428 51.0996 25.0253C50.9736 25.1079 50.8318 25.1632 50.6833 25.1876Z" fill="var(--sapContent_Illustrative_Color20)"/>
20
+ <path d="M8.81168 32.7528C8.88517 33.0518 9.07032 33.3111 9.32845 33.4764C9.58658 33.6417 9.89772 33.7002 10.1968 33.6396L10.2638 33.6257C10.409 33.5966 10.5467 33.538 10.6686 33.4536C10.7906 33.3692 10.8942 33.2606 10.9732 33.1345C11.0522 33.0084 11.105 32.8673 11.1283 32.7198C11.1516 32.5724 11.1451 32.4215 11.109 32.2764L10.8189 31.092L9.97522 27.6359L9.12128 24.1306C9.04779 23.8315 8.86264 23.5722 8.60451 23.4069C8.34638 23.2416 8.03532 23.1832 7.73627 23.2437L7.69968 23.2513C7.55447 23.2804 7.4167 23.339 7.29476 23.4234C7.17283 23.5078 7.06924 23.6164 6.99023 23.7425C6.91123 23.8686 6.85849 24.0097 6.83516 24.1572C6.81182 24.3046 6.81838 24.4555 6.85447 24.6006L7.70841 28.1059L8.55208 31.562L8.81168 32.7528Z" fill="var(--sapContent_Illustrative_Color18)"/>
21
+ <path d="M49.2325 24.3209C49.3077 24.6208 49.4941 24.8806 49.7533 25.0465C50.0124 25.2124 50.3244 25.2719 50.625 25.2126L50.692 25.1987C50.8375 25.1696 50.9754 25.1108 51.0974 25.0259C51.2193 24.941 51.3228 24.8318 51.4012 24.705C51.4797 24.5782 51.5316 24.4365 51.5537 24.2885C51.5758 24.1406 51.5677 23.9895 51.5298 23.8446L51.2547 22.702L50.4149 19.2643L49.5483 15.6974C49.4731 15.3981 49.2866 15.1391 49.0276 14.9742C48.7685 14.8092 48.4567 14.7511 48.1571 14.8119L48.0901 14.8258C47.9451 14.8548 47.8076 14.9133 47.686 14.9977C47.5644 15.0822 47.4612 15.1907 47.3827 15.3169C47.3042 15.443 47.252 15.584 47.2294 15.7313C47.2067 15.8786 47.2141 16.0292 47.251 16.1737L48.1176 19.7406L48.9638 23.209L49.2325 24.3209Z" fill="var(--sapContent_Illustrative_Color19)"/>
22
+ <path d="M62.0194 37.9899C61.5535 37.9534 61.0849 37.9878 60.6296 38.092L8.02363 48.9991C7.55716 49.0861 7.10795 49.2485 6.69338 49.4802C6.47869 49.6402 6.52203 50.6769 6.64744 51.1898L13.6126 79.7564C13.7169 80.2165 13.8878 80.6588 14.1199 81.069C14.2768 81.2738 15.284 81.2575 15.7958 81.1513L68.4019 70.2442C68.8685 70.156 69.3174 69.9915 69.7308 69.757C69.9455 69.597 69.9035 68.5664 69.7768 68.0474L62.809 39.4685C62.6923 38.9666 62.2483 38.0515 62.0194 37.9899ZM43.0025 50.4908C42.7525 50.5411 42.4924 50.4921 42.2767 50.354C42.061 50.2159 41.9061 49.9992 41.8445 49.7493L41.5088 48.3755C41.4785 48.2542 41.4729 48.128 41.4924 48.0047C41.5118 47.8813 41.556 47.7633 41.622 47.6578C41.6881 47.5523 41.7748 47.4616 41.8768 47.391C41.9788 47.3205 42.0941 47.2716 42.2156 47.2474L44.0436 46.8684C44.2942 46.8178 44.5548 46.8665 44.7715 47.0043C44.9882 47.1421 45.1443 47.3584 45.2076 47.6086L45.5434 48.9824C45.5728 49.1037 45.5777 49.2296 45.5578 49.3526C45.538 49.4757 45.4938 49.5933 45.4278 49.6986C45.3619 49.8038 45.2755 49.8946 45.174 49.9653C45.0724 50.0361 44.9577 50.0855 44.8366 50.1105L43.0025 50.4908ZM45.7034 53.2796C45.9533 53.2308 46.2125 53.2804 46.4279 53.4183C46.6432 53.5562 46.7983 53.7719 46.8613 54.021L47.197 55.3949C47.2264 55.5161 47.2313 55.642 47.2115 55.7651C47.1916 55.8881 47.1474 56.0057 47.0815 56.111C47.0155 56.2163 46.9292 56.307 46.8276 56.3778C46.7261 56.4485 46.6114 56.4979 46.4903 56.5229L44.6622 56.902C44.4124 56.9507 44.1531 56.9011 43.9378 56.7632C43.7224 56.6253 43.5673 56.4096 43.5043 56.1605L43.1686 54.7867C43.1392 54.6654 43.1342 54.5395 43.1541 54.4165C43.1739 54.2934 43.2182 54.1758 43.2841 54.0705C43.3501 53.9652 43.4364 53.8745 43.538 53.8037C43.6396 53.733 43.7543 53.6836 43.8753 53.6586L45.7034 53.2796ZM44.753 60.9569C44.7226 60.8356 44.7171 60.7094 44.7365 60.586C44.756 60.4627 44.8001 60.3447 44.8662 60.2392C44.9322 60.1337 45.0189 60.0429 45.1209 59.9724C45.223 59.9019 45.3382 59.853 45.4597 59.8288L47.2878 59.4498C47.5376 59.401 47.7969 59.4506 48.0122 59.5885C48.2276 59.7264 48.3827 59.9421 48.4457 60.1912L48.7814 61.5651C48.8108 61.6863 48.8157 61.8122 48.7958 61.9353C48.776 62.0583 48.7318 62.1759 48.6659 62.2812C48.5999 62.3865 48.5136 62.4772 48.412 62.548C48.3104 62.6187 48.1957 62.6681 48.0747 62.6931L46.2466 63.0722C45.9967 63.1209 45.7375 63.0713 45.5221 62.9334C45.3068 62.7955 45.1516 62.5798 45.0886 62.3307L44.753 60.9569ZM35.6504 51.9381C35.3999 51.9887 35.1392 51.94 34.9226 51.8023C34.7059 51.6645 34.5497 51.4481 34.4865 51.1979L34.1507 49.8241C34.1204 49.7025 34.1147 49.5761 34.134 49.4524C34.1533 49.3287 34.1973 49.2103 34.2632 49.1044C34.3291 48.9984 34.4155 48.9071 34.5175 48.8359C34.6194 48.7646 34.7346 48.715 34.8562 48.6899L36.6843 48.3108C36.9358 48.2617 37.1967 48.3117 37.4134 48.4506C37.6301 48.5894 37.7862 48.8065 37.8496 49.0572L38.1791 50.4323C38.2093 50.5531 38.2151 50.6787 38.1959 50.8016C38.1767 50.9244 38.1331 51.042 38.0676 51.1473C38.0022 51.2525 37.9163 51.3433 37.815 51.4141C37.7138 51.4848 37.5993 51.5342 37.4785 51.5591L35.6504 51.9381ZM38.311 54.716C38.5616 54.6655 38.8222 54.7141 39.0389 54.8519C39.2556 54.9897 39.4117 55.2061 39.475 55.4562L39.8107 56.8301C39.841 56.9517 39.8468 57.0781 39.8275 57.2018C39.8081 57.3255 39.7642 57.4438 39.6983 57.5498C39.6324 57.6557 39.5459 57.7471 39.444 57.8183C39.342 57.8895 39.2268 57.9392 39.1052 57.9643L37.2772 58.3433C37.0257 58.3924 36.7648 58.3424 36.5481 58.2036C36.3314 58.0648 36.1753 57.8477 36.1119 57.597L35.7823 56.2219C35.7522 56.1011 35.7464 55.9755 35.7656 55.8526C35.7848 55.7297 35.8284 55.6121 35.8938 55.5069C35.9593 55.4016 36.0452 55.3109 36.1465 55.2401C36.2477 55.1693 36.3622 55.12 36.483 55.0951L38.311 54.716ZM37.3606 62.3933C37.3304 62.2725 37.3247 62.147 37.3439 62.0241C37.363 61.9012 37.4067 61.7836 37.4721 61.6783C37.5376 61.5731 37.6235 61.4823 37.7247 61.4116C37.826 61.3408 37.9404 61.2915 38.0612 61.2665L39.8893 60.8875C40.1397 60.8385 40.3997 60.8878 40.616 61.0254C40.8323 61.1629 40.9887 61.3784 41.0533 61.6277L41.389 63.0015C41.4193 63.1228 41.4249 63.249 41.4055 63.3723C41.386 63.4957 41.3419 63.6137 41.2758 63.7192C41.2097 63.8247 41.1231 63.9154 41.021 63.986C40.919 64.0565 40.8038 64.1054 40.6823 64.1296L38.8542 64.5086C38.6036 64.5592 38.343 64.5105 38.1263 64.3727C37.9096 64.2349 37.7535 64.0186 37.6902 63.7684L37.3606 62.3933ZM28.427 53.423C28.1766 53.472 27.9166 53.4227 27.7003 53.2851C27.484 53.1475 27.3276 52.9321 27.263 52.6828L26.9334 51.3077C26.9022 51.1866 26.8958 51.0604 26.9145 50.9369C26.9331 50.8134 26.9764 50.6951 27.0418 50.5891C27.1072 50.4832 27.1933 50.3918 27.2949 50.3206C27.3965 50.2494 27.5114 50.1997 27.6327 50.1747L29.4608 49.7957C29.7124 49.745 29.9741 49.7943 30.1912 49.9334C30.4083 50.0724 30.5641 50.2905 30.6261 50.542L30.9618 51.9159C30.9912 52.0371 30.9961 52.1631 30.9763 52.2861C30.9564 52.4091 30.9122 52.5268 30.8463 52.632C30.7803 52.7373 30.694 52.828 30.5924 52.8988C30.4908 52.9696 30.3761 53.0189 30.2551 53.044L28.427 53.423ZM31.0876 56.2009C31.3382 56.1503 31.5987 56.199 31.8154 56.3368C32.0321 56.4746 32.1883 56.6909 32.2516 56.9411L32.5872 58.3149C32.6176 58.4365 32.6233 58.563 32.604 58.6867C32.5846 58.8103 32.5407 58.9287 32.4749 59.0346C32.409 59.1406 32.3224 59.2319 32.2205 59.3032C32.1186 59.3744 32.0034 59.424 31.8818 59.4492L30.0537 59.8282C29.8028 59.8771 29.5426 59.8267 29.3268 59.6876C29.111 59.5484 28.9563 59.3311 28.8946 59.0806L28.5588 57.7067C28.5285 57.5854 28.5229 57.4593 28.5424 57.3359C28.5618 57.2126 28.6059 57.0946 28.672 56.9891C28.7381 56.8836 28.8248 56.7928 28.9268 56.7223C29.0288 56.6517 29.1441 56.6028 29.2656 56.5786L31.0876 56.2009ZM30.1372 63.8782C30.1068 63.7569 30.1012 63.6307 30.1206 63.5074C30.1401 63.384 30.1842 63.266 30.2503 63.1605C30.3164 63.0551 30.4031 62.9643 30.5051 62.8937C30.6072 62.8232 30.7224 62.7743 30.8439 62.7501L32.672 62.3711C32.9225 62.3205 33.1832 62.3692 33.3998 62.507C33.6165 62.6448 33.7727 62.8611 33.8359 63.1113L34.1716 64.4851C34.2019 64.6064 34.2076 64.7326 34.1881 64.8559C34.1687 64.9793 34.1246 65.0973 34.0585 65.2028C33.9924 65.3083 33.9056 65.399 33.8036 65.4696C33.7016 65.5401 33.5864 65.589 33.4649 65.6132L31.6368 65.9922C31.3868 66.0426 31.1269 65.9936 30.9111 65.8555C30.6954 65.7173 30.5406 65.5007 30.4789 65.2508L30.1372 63.8782ZM21.1144 54.9071C20.8638 54.9576 20.6032 54.909 20.3865 54.7712C20.1698 54.6334 20.0136 54.417 19.9503 54.1669L19.6147 52.793C19.5853 52.6718 19.5804 52.5459 19.6002 52.4228C19.6201 52.2998 19.6643 52.1821 19.7302 52.0769C19.7962 51.9716 19.8825 51.8809 19.9841 51.8101C20.0856 51.7394 20.2003 51.69 20.3214 51.665L22.1495 51.2859C22.3995 51.2356 22.6595 51.2846 22.8752 51.4227C23.091 51.5609 23.2458 51.7775 23.3074 52.0274L23.6431 53.4012C23.6734 53.5225 23.679 53.6487 23.6596 53.7721C23.6401 53.8954 23.596 54.0134 23.5299 54.1189C23.4638 54.2244 23.3772 54.3151 23.2751 54.3857C23.1731 54.4562 23.0579 54.5051 22.9364 54.5293L21.1144 54.9071ZM23.775 57.685C24.0265 57.6359 24.2873 57.6859 24.5041 57.8247C24.7208 57.9635 24.8769 58.1806 24.9403 58.4313L25.2759 59.8052C25.3053 59.9264 25.3103 60.0523 25.2905 60.1754C25.2706 60.2984 25.2263 60.4161 25.1604 60.5213C25.0944 60.6266 25.0081 60.7173 24.9065 60.7881C24.805 60.8589 24.6903 60.9082 24.5692 60.9332L22.7411 61.3123C22.4907 61.3613 22.2308 61.3119 22.0145 61.1744C21.7982 61.0368 21.6418 60.8214 21.5771 60.5721L21.2414 59.1982C21.2111 59.0766 21.2054 58.9502 21.2247 58.8265C21.244 58.7029 21.288 58.5845 21.3539 58.4785C21.4198 58.3726 21.5062 58.2812 21.6081 58.21C21.71 58.1388 21.8253 58.0891 21.9469 58.064L23.775 57.685ZM22.8246 65.3623C22.7952 65.241 22.7902 65.1151 22.81 64.9921C22.8299 64.869 22.8741 64.7514 22.94 64.6461C23.006 64.5409 23.0923 64.4501 23.1939 64.3794C23.2954 64.3086 23.4102 64.2592 23.5313 64.2342L25.3594 63.8552C25.6098 63.8062 25.8697 63.8555 26.086 63.9931C26.3023 64.1306 26.4587 64.346 26.5233 64.5954L26.859 65.9692C26.8894 66.0908 26.895 66.2173 26.8757 66.3409C26.8564 66.4646 26.8125 66.583 26.7466 66.6889C26.6807 66.7949 26.5942 66.8862 26.4923 66.9574C26.3904 67.0287 26.2752 67.0783 26.1536 67.1034L24.3255 67.4825C24.074 67.5316 23.8131 67.4816 23.5964 67.3427C23.3797 67.2039 23.2236 66.9869 23.1602 66.7361L22.8246 65.3623ZM13.9336 56.3831C13.6831 56.4321 13.4233 56.3827 13.207 56.2452C12.9907 56.1076 12.8342 55.8922 12.7696 55.6429L12.44 54.2678C12.4098 54.147 12.4041 54.0214 12.4233 53.8985C12.4425 53.7757 12.4861 53.6581 12.5515 53.5528C12.617 53.4475 12.7029 53.3568 12.8042 53.286C12.9054 53.2152 13.0199 53.1659 13.1407 53.141L14.9687 52.7619C15.2192 52.713 15.479 52.7623 15.6953 52.8998C15.9116 53.0374 16.0681 53.2528 16.1327 53.5021L16.4684 54.876C16.4978 54.9973 16.5028 55.1231 16.4829 55.2462C16.4631 55.3692 16.4188 55.4869 16.3529 55.5921C16.2869 55.6974 16.2006 55.7881 16.099 55.8589C15.9974 55.9297 15.8827 55.979 15.7617 56.0041L13.9336 56.3831ZM16.5942 59.161C16.8458 59.1103 17.1074 59.1596 17.3245 59.2987C17.5417 59.4378 17.6975 59.6558 17.7594 59.9073L18.0951 61.2812C18.1245 61.4024 18.1295 61.5283 18.1096 61.6514C18.0898 61.7744 18.0455 61.8921 17.9796 61.9973C17.9136 62.1026 17.8274 62.1933 17.7258 62.2641C17.6242 62.3349 17.5094 62.3842 17.3884 62.4092L15.5603 62.7883C15.3105 62.837 15.0513 62.7874 14.8359 62.6495C14.6206 62.5116 14.4654 62.2959 14.4024 62.0468L14.0668 60.673C14.0355 60.5513 14.0291 60.4247 14.048 60.3007C14.0669 60.1767 14.1107 60.0579 14.1767 59.9518C14.2428 59.8456 14.3296 59.7542 14.432 59.6832C14.5344 59.6122 14.6502 59.563 14.7722 59.5388L16.5942 59.161ZM15.6437 66.8383C15.6134 66.717 15.6078 66.5908 15.6273 66.4675C15.6467 66.3441 15.6909 66.2261 15.7569 66.1206C15.823 66.0151 15.9097 65.9244 16.0117 65.8538C16.1137 65.7833 16.229 65.7344 16.3505 65.7102L18.1785 65.3312C18.4291 65.2806 18.6897 65.3293 18.9064 65.4671C19.1231 65.6049 19.2792 65.8213 19.3425 66.0714L19.6783 67.4452C19.7086 67.5668 19.7143 67.6933 19.695 67.8169C19.6756 67.9406 19.6317 68.059 19.5658 68.1649C19.4999 68.2709 19.4134 68.3622 19.3115 68.4334C19.2096 68.5047 19.0943 68.5543 18.9727 68.5794L17.1447 68.9585C16.8938 69.0074 16.6335 68.957 16.4177 68.8179C16.2019 68.6787 16.0472 68.4614 15.9855 68.2109L15.6437 66.8383ZM54.4782 57.9589C54.7288 57.9084 54.9894 57.957 55.2061 58.0948C55.4228 58.2326 55.5789 58.449 55.6422 58.6991L55.9779 60.073C56.0073 60.1942 56.0123 60.3201 55.9924 60.4431C55.9726 60.5662 55.9283 60.6839 55.8624 60.7891C55.7964 60.8944 55.7101 60.9851 55.6086 61.0559C55.507 61.1266 55.3922 61.176 55.2712 61.201L53.4431 61.5801C53.1926 61.629 52.9328 61.5797 52.7165 61.4422C52.5002 61.3046 52.3437 61.0892 52.2791 60.8399L51.9495 59.4647C51.9194 59.344 51.9136 59.2184 51.9328 59.0955C51.952 58.9726 51.9956 58.855 52.061 58.7498C52.1265 58.6445 52.2124 58.5538 52.3137 58.483C52.4149 58.4122 52.5294 58.3629 52.6502 58.3379L54.4782 57.9589ZM51.8526 55.4111C51.6026 55.4615 51.3427 55.4125 51.127 55.2743C50.9112 55.1362 50.7564 54.9196 50.6947 54.6697L50.359 53.2958C50.3287 53.1745 50.3231 53.0484 50.3426 52.925C50.362 52.8016 50.4061 52.6836 50.4722 52.5782C50.5383 52.4727 50.625 52.3819 50.727 52.3114C50.829 52.2408 50.9443 52.192 51.0658 52.1677L52.8939 51.7887C53.1445 51.7382 53.405 51.7868 53.6217 51.9246C53.8384 52.0624 53.9946 52.2788 54.0579 52.5289L54.3935 53.9028C54.4229 54.024 54.4279 54.1499 54.4081 54.2729C54.3882 54.396 54.3439 54.5136 54.278 54.6189C54.212 54.7242 54.1257 54.8149 54.0241 54.8857C53.9226 54.9564 53.8079 55.0058 53.6868 55.0308L51.8526 55.4111ZM51.261 45.3848C51.5114 45.3358 51.7713 45.3851 51.9877 45.5227C52.204 45.6602 52.3604 45.8756 52.425 46.125L52.7607 47.4988C52.7901 47.6201 52.795 47.746 52.7752 47.869C52.7553 47.9921 52.7111 48.1097 52.6452 48.215C52.5792 48.3203 52.4929 48.411 52.3913 48.4818C52.2897 48.5525 52.175 48.6019 52.054 48.6269L50.2259 49.0059C49.9755 49.0549 49.7155 49.0056 49.4992 48.868C49.2829 48.7305 49.1266 48.5151 49.0619 48.2657L48.7262 46.8919C48.6968 46.7706 48.6919 46.6447 48.7117 46.5217C48.7316 46.3986 48.7758 46.281 48.8417 46.1757C48.9077 46.0705 48.994 45.9797 49.0956 45.909C49.1971 45.8382 49.3118 45.7888 49.4329 45.7638L51.261 45.3848ZM18.7072 75.146C18.4574 75.1948 18.1981 75.1451 17.9828 75.0072C17.7674 74.8693 17.6124 74.6537 17.5494 74.4045L17.2136 73.0307C17.1833 72.9094 17.1777 72.7833 17.1972 72.6599C17.2166 72.5366 17.2607 72.4186 17.3268 72.3131C17.3929 72.2076 17.4796 72.1168 17.5816 72.0463C17.6836 71.9757 17.7989 71.9269 17.9203 71.9026L19.7484 71.5236C19.999 71.4731 20.2596 71.5217 20.4763 71.6595C20.693 71.7973 20.8492 72.0137 20.9125 72.2638L21.2481 73.6377C21.2775 73.7589 21.2824 73.8848 21.2626 74.0079C21.2428 74.1309 21.1986 74.2486 21.1326 74.3538C21.0667 74.4591 20.9803 74.5498 20.8788 74.6206C20.7772 74.6914 20.6625 74.7407 20.5414 74.7657L18.7072 75.146ZM25.9159 73.6514C25.6655 73.7004 25.4057 73.6511 25.1893 73.5135C24.973 73.376 24.8166 73.1605 24.752 72.9112L24.4163 71.5373C24.3869 71.4161 24.3819 71.2902 24.4018 71.1672C24.4216 71.0441 24.4659 70.9265 24.5318 70.8212C24.5978 70.7159 24.684 70.6252 24.7856 70.5545C24.8872 70.4837 25.002 70.4343 25.123 70.4093L26.9511 70.0302C27.2015 69.9813 27.4614 70.0306 27.6777 70.1682C27.894 70.3057 28.0504 70.5211 28.1151 70.7705L28.4507 72.1443C28.4801 72.2656 28.4851 72.3915 28.4653 72.5145C28.4454 72.6375 28.4012 72.7552 28.3352 72.8605C28.2693 72.9657 28.183 73.0564 28.0814 73.1272C27.9799 73.198 27.8651 73.2473 27.744 73.2724L25.9159 73.6514ZM33.2346 72.1661C32.9848 72.2148 32.7256 72.1651 32.5102 72.0272C32.2949 71.8893 32.1398 71.6737 32.0768 71.4246L31.7411 70.0507C31.7108 69.9294 31.7051 69.8033 31.7246 69.6799C31.744 69.5566 31.7881 69.4386 31.8542 69.3331C31.9203 69.2276 32.007 69.1368 32.109 69.0663C32.211 68.9957 32.3263 68.9469 32.4478 68.9227L34.2759 68.5436C34.5265 68.4931 34.7871 68.5417 35.0038 68.6795C35.2205 68.8173 35.3766 69.0337 35.4399 69.2838L35.7755 70.6577C35.8049 70.779 35.8099 70.9048 35.7901 71.0279C35.7702 71.1509 35.726 71.2686 35.66 71.3738C35.5941 71.4791 35.5077 71.5698 35.4061 71.6406C35.3046 71.7114 35.1899 71.7607 35.0688 71.7858L33.2346 72.1661ZM40.4434 70.6714C40.193 70.7204 39.933 70.6711 39.7167 70.5335C39.5004 70.396 39.344 70.1806 39.2793 69.9312L38.9498 68.5561C38.9196 68.4353 38.9139 68.3097 38.9331 68.1868C38.9523 68.064 38.9958 67.9464 39.0613 67.8411C39.1267 67.7359 39.2127 67.6451 39.3139 67.5744C39.4151 67.5036 39.5296 67.4542 39.6504 67.4293L41.4785 67.0503C41.7289 67.0013 41.9888 67.0506 42.2052 67.1882C42.4215 67.3257 42.5778 67.5412 42.6425 67.7905L42.9782 69.1643C43.0076 69.2856 43.0125 69.4115 42.9927 69.5345C42.9728 69.6576 42.9286 69.7752 42.8627 69.8805C42.7967 69.9857 42.7104 70.0765 42.6088 70.1472C42.5072 70.218 42.3925 70.2674 42.2715 70.2924L40.4434 70.6714ZM47.821 69.2252C47.5712 69.2739 47.3119 69.2243 47.0966 69.0864C46.8812 68.9485 46.7261 68.7328 46.6631 68.4837L46.3274 67.1099C46.298 66.9886 46.2931 66.8627 46.3129 66.7397C46.3328 66.6166 46.377 66.499 46.4429 66.3937C46.5089 66.2884 46.5952 66.1977 46.6968 66.1269C46.7984 66.0562 46.9131 66.0068 47.0341 65.9818L48.8622 65.6028C49.112 65.554 49.3713 65.6037 49.5867 65.7416C49.802 65.8795 49.9572 66.0951 50.0202 66.3442L50.3558 67.7181C50.3852 67.8393 50.3901 67.9652 50.3703 68.0883C50.3504 68.2113 50.3062 68.329 50.2403 68.4342C50.1743 68.5395 50.088 68.6302 49.9864 68.701C49.8849 68.7718 49.7702 68.8211 49.6491 68.8461L47.821 69.2252ZM55.4023 45.4949C55.3729 45.3736 55.3679 45.2477 55.3877 45.1247C55.4076 45.0016 55.4518 44.884 55.5178 44.7787C55.5837 44.6735 55.67 44.5827 55.7716 44.512C55.8731 44.4412 55.9879 44.3918 56.109 44.3668L57.9371 43.9878C58.1875 43.9388 58.4474 43.9881 58.6637 44.1257C58.88 44.2632 59.0364 44.4786 59.101 44.728L59.4367 46.1018C59.4671 46.2234 59.4727 46.3499 59.4534 46.4735C59.4341 46.5972 59.3902 46.7156 59.3243 46.8215C59.2584 46.9275 59.1719 47.0188 59.07 47.09C58.9681 47.1613 58.8529 47.2109 58.7313 47.236L56.9032 47.6151C56.6517 47.6642 56.3908 47.6142 56.1741 47.4753C55.9574 47.3365 55.8013 47.1195 55.7379 46.8687L55.4023 45.4949ZM57.0351 51.8988C57.0048 51.7775 56.9992 51.6513 57.0186 51.528C57.0381 51.4046 57.0822 51.2866 57.1483 51.1811C57.2144 51.0757 57.301 50.9849 57.4031 50.9143C57.5051 50.8438 57.6203 50.7949 57.7418 50.7707L59.5699 50.3917C59.8205 50.3412 60.0811 50.3898 60.2978 50.5276C60.5145 50.6654 60.6706 50.8818 60.7339 51.1319L61.0696 52.5057C61.099 52.627 61.1039 52.7529 61.0841 52.8759C61.0642 52.999 61.02 53.1166 60.9541 53.2219C60.8881 53.3272 60.8018 53.4179 60.7002 53.4887C60.5986 53.5594 60.4839 53.6088 60.3628 53.6338L58.5347 54.0129C58.2849 54.0616 58.0257 54.0119 57.8103 53.874C57.595 53.7361 57.4399 53.5205 57.3769 53.2714L57.0351 51.8988ZM60.1192 60.183C59.8692 60.2334 59.6092 60.1844 59.3934 60.0463C59.1777 59.9081 59.0228 59.6915 58.9612 59.4416L58.6255 58.0677C58.5952 57.9464 58.5896 57.8203 58.6091 57.6969C58.6286 57.5736 58.6727 57.4556 58.7387 57.3501C58.8048 57.2446 58.8915 57.1538 58.9935 57.0833C59.0956 57.0127 59.2108 56.9639 59.3323 56.9397L61.1603 56.5606C61.4109 56.5101 61.6715 56.5587 61.8882 56.6965C62.1049 56.8343 62.261 57.0507 62.3243 57.3009L62.6601 58.6747C62.6895 58.7959 62.6944 58.9218 62.6745 59.0449C62.6547 59.1679 62.6105 59.2856 62.5445 59.3908C62.4786 59.4961 62.3922 59.5868 62.2907 59.6576C62.1891 59.7284 62.0743 59.7777 61.9533 59.8028L60.1192 60.183Z" fill="var(--sapContent_Illustrative_Color7)"/>
23
+ <path d="M7.12958 45.7908L28.5425 41.3511C28.693 41.3209 28.8358 41.2602 28.9621 41.1725C29.0884 41.0848 29.1957 40.9721 29.2774 40.8412C29.359 40.7102 29.4133 40.5638 29.437 40.4109C29.4607 40.2579 29.4533 40.1015 29.4153 39.9512C29.3342 39.639 29.1373 39.3697 28.8653 39.1992C28.5933 39.0287 28.2671 38.97 27.9543 39.0353L6.54745 43.4737C6.3969 43.5039 6.25417 43.5646 6.12784 43.6523C6.00151 43.74 5.89422 43.8527 5.81258 43.9836C5.73094 44.1146 5.67663 44.261 5.65292 44.414C5.6292 44.5669 5.63661 44.7233 5.67466 44.8735C5.75544 45.1847 5.9513 45.4533 6.22195 45.6239C6.49261 45.7946 6.81745 45.8543 7.12958 45.7908Z" fill="var(--sapContent_Illustrative_Color7)"/>
24
+ <circle cx="69.3719" cy="73.7655" r="35.2304" fill="var(--sapContent_Illustrative_Color9)"/>
25
+ <path d="M69.3719 70.4462C74.382 70.4462 78.4434 66.3848 78.4434 61.3747C78.4434 56.3647 74.382 52.3032 69.3719 52.3032C64.3619 52.3032 60.3004 56.3647 60.3004 61.3747C60.3004 66.3848 64.3619 70.4462 69.3719 70.4462Z" fill="var(--sapContent_Illustrative_Color17)"/>
26
+ <path d="M69.3718 73.7725C73.5603 73.7725 77.5773 75.4364 80.5391 78.3981C83.5008 81.3599 85.1647 85.3768 85.1647 89.5654V95.1707H53.5789V89.5654C53.5789 85.3768 55.2428 81.3599 58.2045 78.3981C61.1662 75.4364 65.1832 73.7725 69.3718 73.7725Z" fill="var(--sapContent_Illustrative_Color17)"/>
27
+ <path d="M37.8264 113.157C49.0199 113.157 58.094 104.083 58.094 92.8892C58.094 81.6957 49.0199 72.6216 37.8264 72.6216C26.6329 72.6216 17.5588 81.6957 17.5588 92.8892C17.5588 104.083 26.6329 113.157 37.8264 113.157Z" fill="var(--sapContent_Illustrative_Color3)"/>
28
+ <path d="M37.8341 81.8525H37.8267C36.3142 81.8525 35.088 83.0787 35.088 84.5912V101.187C35.088 102.7 36.3142 103.926 37.8267 103.926H37.8341C39.3467 103.926 40.5728 102.7 40.5728 101.187V84.5912C40.5728 83.0787 39.3467 81.8525 37.8341 81.8525Z" fill="var(--sapContent_Illustrative_Color8)"/>
29
+ <path d="M27.2596 92.5763V93.1957C27.2596 94.5393 28.3488 95.6284 29.6924 95.6284H45.9826C47.3261 95.6284 48.4153 94.5393 48.4153 93.1957V92.5763C48.4153 91.2328 47.3261 90.1437 45.9826 90.1437H29.6924C28.3488 90.1437 27.2596 91.2328 27.2596 92.5763Z" fill="var(--sapContent_Illustrative_Color8)"/>
30
+ </g>
31
+ </svg>
32
+ `;
@@ -0,0 +1,43 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-AddPeopleToCalendar">
2
+ <rect y="40" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <g clip-path="url(#clip0_6879_7328)">
4
+ <path d="M83.5561 84.0651C82.5777 79.1692 81.5376 74.2854 80.5488 69.3919C80.4486 68.8938 80.3449 68.3897 80.1248 67.9336C79.4446 66.5295 77.9048 65.9447 76.7377 65.0772C76.195 64.6729 72.5493 62.678 72.5493 62.2942V69.3065C72.6017 69.3679 72.6506 69.4232 72.6949 69.4725C72.7042 69.4822 72.7124 69.4918 72.7205 69.5002C72.8323 69.6205 72.8498 69.8058 72.7566 69.9418C72.7042 70.0188 72.6332 70.0886 72.5435 70.1199V51.7697V46.2001C72.5435 45.5094 71.8889 44.9512 71.0806 44.9512H61.4307V44.5782C61.4307 44.4037 61.2932 44.2617 61.1244 44.2617C60.9555 44.2617 60.818 44.4037 60.818 44.5782V44.9512H45.0206V44.5782C45.0206 44.4037 44.8832 44.2617 44.7143 44.2617C44.5454 44.2617 44.408 44.4037 44.408 44.5782V44.9512H35.203C35.1436 44.9512 35.0842 44.9536 35.0271 44.9596C34.977 44.9644 34.9281 44.9704 34.8804 44.9788C34.8745 44.9788 34.8687 44.98 34.8629 44.9812C34.3947 45.0631 33.9975 45.3109 33.7576 45.6502C33.6027 45.868 33.513 46.1231 33.513 46.3962V51.7721V63.4553C33.3301 63.572 33.1519 63.6947 32.9772 63.8259L32.4367 64.2338L32.3529 61.1824C32.3529 61.1824 33.1286 59.0479 33.4408 56.8497C33.4547 56.7534 33.4675 56.6584 33.4792 56.5621C33.506 56.3467 33.5153 56.1386 33.5118 55.9364C33.499 55.2651 33.3313 54.6731 33.0983 54.1978C33.075 54.1497 33.0506 54.104 33.0261 54.0582C32.5858 53.2437 31.9615 52.8105 31.6773 52.9585C31.1707 53.2196 31.0111 55.5189 30.8993 56.2168C30.8096 56.7739 29.8335 59.6868 29.3059 60.7505C29.2698 60.8227 29.2384 60.8961 29.2092 60.9719C29.1231 61.1981 29.0706 61.4351 29.0532 61.6782L28.6606 67.0216L28.5838 68.0732C28.5838 68.0732 28.0026 68.593 27.5204 69.1465C27.3573 69.3342 27.2059 69.5243 27.0917 69.7012C26.9659 69.8961 26.9287 70.1632 26.9555 70.5205C26.9683 70.6902 26.9962 70.8815 27.037 71.0945C27.0521 71.1739 27.0684 71.2557 27.0871 71.3411C27.1127 71.4602 27.1407 71.5854 27.1721 71.7177C27.228 71.956 27.2944 72.2159 27.3666 72.4974C27.5658 73.2735 27.8162 74.2192 28.0783 75.3683C28.5535 77.457 28.7026 79.2209 28.7468 80.2509C28.7492 80.3026 28.7515 80.352 28.7527 80.4001C28.7562 80.4951 28.7585 80.583 28.7608 80.6636C28.7631 80.743 28.7643 80.8152 28.7643 80.879C28.7643 80.9427 28.7643 80.9981 28.7643 81.0438C28.7643 81.1605 28.762 81.2207 28.762 81.2207C28.6385 81.7308 28.4731 82.2314 28.2646 82.7175L27.5786 84.3153L25.8897 88.2703H25.8862L23 94.9998H33.372C34.5612 91.608 35.6817 88.4195 36.3107 86.7217L36.3083 86.7109C36.3526 86.5918 36.3957 86.4763 36.4388 86.3632C37.1411 85.8626 37.5919 85.2213 37.8598 84.4982C39.6803 80.7057 39.4823 73.7283 39.4823 73.7283L36.716 73.7319C36.716 73.7319 36.716 73.7295 36.716 73.7283H48.2272C48.1526 73.8378 48.0699 73.9521 47.9767 74.0748C47.9558 74.1025 47.9348 74.129 47.9127 74.1578C47.8707 74.212 47.8265 74.2661 47.7799 74.3239C47.7776 74.3263 47.7764 74.3287 47.7741 74.3311C47.6308 74.5068 47.4934 74.7655 47.3676 75.0795C47.3396 75.1505 47.3117 75.2239 47.2849 75.2997C47.2709 75.3382 47.2569 75.3779 47.2441 75.4188C47.1451 75.7124 47.0566 76.0385 46.9832 76.3814C46.9774 76.409 46.9716 76.4355 46.9657 76.4632C46.9215 76.6774 46.8819 76.8975 46.8481 77.1189C46.8365 77.1971 46.826 77.2766 46.8155 77.3548C46.805 77.4402 46.7945 77.5256 46.7864 77.6122C46.7712 77.7578 46.7596 77.9022 46.7514 78.0454C46.7514 78.0538 46.7514 78.0622 46.7503 78.0719C46.7328 78.3787 46.7305 78.6771 46.7456 78.9586C46.7491 79.0296 46.7549 79.0994 46.7607 79.168C46.7736 79.3052 46.791 79.4363 46.8132 79.5614C46.8353 79.6866 46.8632 79.8045 46.8959 79.9152C46.9611 80.1354 47.0484 80.3231 47.1591 80.4675C47.1894 80.506 47.2185 80.5469 47.2476 80.5878C47.5213 80.9788 47.7589 81.477 47.9558 81.9715C47.9802 82.034 48.0047 82.0966 48.0292 82.1592C48.0443 82.1989 48.0594 82.2398 48.0734 82.2795C48.1421 82.4672 48.205 82.6501 48.2609 82.8233C48.4764 83.4887 48.5859 84.1854 48.5859 84.8868L48.5941 94.9998H59.4949C58.2032 88.2077 56.8719 80.5168 57.3401 79.8947C57.3681 79.8586 57.3972 79.8225 57.4263 79.7876C57.4531 79.7564 57.4822 79.7239 57.5113 79.6926C57.5148 79.689 57.5171 79.6854 57.5206 79.6818C57.5404 79.6613 57.5614 79.6409 57.5812 79.6192C58.0657 79.1331 58.739 78.7733 59.2701 78.3366C59.8385 77.8697 60.6934 77.2032 60.9613 76.4584C60.9613 76.4584 60.9613 76.4584 60.9613 76.4572C61.136 76.1612 61.2723 75.8435 61.3503 75.4994C61.4516 75.0542 61.5122 74.4394 61.5413 73.7307H67.4943C67.5526 75.9999 67.8111 78.2668 68.6055 78.4437C69.3661 78.6133 69.938 77.9383 70.3305 77.1731C70.8698 78.6193 71.5977 80.0054 73.3483 82.3757C73.8294 83.0267 74.223 83.5693 74.548 84.0241C74.6831 84.2118 74.8054 84.3851 74.9172 84.5439C74.9964 84.657 75.0721 84.7641 75.1409 84.864C75.1805 84.9217 75.2189 84.9771 75.255 85.03C75.6568 85.6136 75.8572 85.9348 75.9562 86.1093C75.983 86.1562 76.0028 86.1935 76.0179 86.2212C76.0272 86.2393 76.0342 86.2549 76.04 86.2657C76.0529 86.2946 76.0552 86.303 76.0552 86.303L75.7628 95.0022H85.0132C84.2899 89.5721 83.5561 84.0675 83.5561 84.0675V84.0651Z" fill="var(--sapContent_Illustrative_Color21)"/>
5
+ </g>
6
+ <g clip-path="url(#clip1_6879_7328)">
7
+ <path d="M39.9576 69.8543L45.5266 69.8486C45.5266 69.8486 45.8811 81.8958 41.7915 84.7885C37.9649 87.4961 39.9576 69.8543 39.9576 69.8543Z" fill="var(--sapContent_Illustrative_Color30)"/>
8
+ <path d="M80.0272 64.2422C80.0272 64.2422 79.2767 74.9932 81.2694 75.42C83.262 75.8483 84.1968 71.7292 84.1968 71.7292C84.1968 71.7292 83.9238 66.1602 80.0272 64.2422Z" fill="var(--sapContent_Illustrative_Color3)"/>
9
+ <path d="M84.134 69.8466H40.2748C39.1298 69.8466 38.2007 69.0783 38.2007 68.1307V37.9835C38.2007 37.0359 39.1284 36.2676 40.2748 36.2676H84.307C85.299 36.2676 86.1023 36.9335 86.1023 37.753V68.2175C86.1023 69.1181 85.2204 69.8466 84.1326 69.8466" fill="var(--sapContent_Illustrative_Color14)"/>
10
+ <path d="M84.0139 69.219H40.2691C39.127 69.219 38.2007 68.455 38.2007 67.513V37.5224C38.2007 36.5805 39.127 35.8164 40.2691 35.8164H84.1869C85.1761 35.8164 85.978 36.478 85.978 37.2947V67.5998C85.978 68.4948 85.0989 69.2219 84.0125 69.2219" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <path d="M86.1023 43.8782H38.2007V37.5224C38.2007 36.5805 39.1284 35.8164 40.2748 35.8164H84.307C85.299 35.8164 86.1023 36.478 86.1023 37.2933V43.8782Z" fill="var(--sapContent_Illustrative_Color11)"/>
12
+ <path d="M54.8733 43.5V69.145H53.8674L53.8674 43.5H54.8733Z" fill="var(--sapContent_Illustrative_Color11)"/>
13
+ <path d="M70.0667 43.5V69.145H69.0608L69.0608 43.5H70.0667Z" fill="var(--sapContent_Illustrative_Color11)"/>
14
+ <path d="M85.98 51.0518V52.0576H38.228V51.0518H85.98Z" fill="var(--sapContent_Illustrative_Color11)"/>
15
+ <path d="M85.98 60.0269V61.0327H38.228V60.0269H85.98Z" fill="var(--sapContent_Illustrative_Color11)"/>
16
+ <path d="M52.1619 38.7934C52.6293 38.7934 53.0095 38.4746 53.0095 38.0805C53.0095 37.6864 52.6307 37.3677 52.1619 37.3677C51.693 37.3677 51.3157 37.6864 51.3157 38.0805C51.3157 38.4746 51.6945 38.7934 52.1619 38.7934Z" fill="var(--sapContent_Illustrative_Color11)"/>
17
+ <path d="M51.9746 37.3848C51.5972 37.4559 51.3142 37.7405 51.3142 38.0805C51.3142 38.4206 51.5958 38.7037 51.9746 38.7763C52.352 38.7052 52.635 38.4206 52.635 38.0805C52.635 37.7405 52.3534 37.4573 51.9746 37.3848Z" fill="var(--sapContent_Illustrative_Color14)"/>
18
+ <path d="M72.2754 38.7934C72.7428 38.7934 73.1216 38.4746 73.1216 38.0805C73.1216 37.6864 72.7428 37.3677 72.2754 37.3677C71.808 37.3677 71.4292 37.6864 71.4292 38.0805C71.4292 38.4746 71.808 38.7934 72.2754 38.7934Z" fill="var(--sapContent_Illustrative_Color11)"/>
19
+ <path d="M72.0881 37.3848C71.7108 37.4559 71.4277 37.7405 71.4277 38.0805C71.4277 38.4206 71.7093 38.7037 72.0881 38.7763C72.4655 38.7052 72.7485 38.4206 72.7485 38.0805C72.7485 37.7405 72.4669 37.4573 72.0881 37.3848Z" fill="var(--sapContent_Illustrative_Color14)"/>
20
+ <path d="M51.9489 35H51.9475C51.7398 35 51.5715 35.1675 51.5715 35.3742V37.8855C51.5715 38.0922 51.7398 38.2597 51.9475 38.2597H51.9489C52.1565 38.2597 52.3248 38.0922 52.3248 37.8855V35.3742C52.3248 35.1675 52.1565 35 51.9489 35Z" fill="var(--sapContent_Illustrative_Color14)"/>
21
+ <path d="M72.0898 35H72.0883C71.8807 35 71.7124 35.1675 71.7124 35.3742V37.8855C71.7124 38.0922 71.8807 38.2597 72.0883 38.2597H72.0898C72.2974 38.2597 72.4657 38.0922 72.4657 37.8855V35.3742C72.4657 35.1675 72.2974 35 72.0898 35Z" fill="var(--sapContent_Illustrative_Color14)"/>
22
+ <path d="M38.0291 94.9997C39.4886 90.9888 40.8637 87.2182 41.6356 85.2106L41.6327 85.1978C41.687 85.0569 41.7399 84.9203 41.7928 84.7866C46.3699 81.6464 42.2402 73.7823 42.0244 72.0678C41.8085 70.3533 42.3117 68.7825 42.8134 68.7825C43.3152 68.7825 44.5359 67.4962 45.2535 67.2828C45.971 67.0679 50.0621 67.7822 51.5687 67.9971C53.0753 68.2119 53.8658 67.4251 53.4341 65.426C53.0024 63.4269 43.8541 59.8541 44.6831 59.9922C45.5122 60.1302 47.9637 59.7858 50.2422 59.7175C52.5207 59.6493 54.662 58.1026 53.3155 57.1394C52.4578 56.5261 47.4319 56.2757 43.8912 56.1747C41.6141 56.1092 39.3814 56.7979 37.5417 58.1353L36.8784 58.6177L36.7755 55.0094C36.7755 55.0094 37.8119 52.2604 38.1578 49.5442C38.5037 46.8294 36.5683 44.9726 35.9464 45.2828C35.3246 45.5916 35.5462 48.5781 35.4076 49.4019C35.2975 50.0607 33.6837 53.2379 33.0347 54.4957C32.8589 54.8372 32.7531 55.21 32.7245 55.5927L32.147 63.1551C32.147 63.1551 30.8691 64.255 30.3173 65.0802C29.7656 65.9055 30.5932 67.8292 31.5252 71.7818C32.4572 75.7345 32.3672 78.7025 32.3672 78.7025C32.2156 79.3058 32.0127 79.8977 31.7568 80.4725L30.9149 82.3621L28.8422 87.0389H28.8379L25.3 94.9997H38.0291Z" fill="var(--sapContent_Illustrative_Color15)"/>
23
+ <path d="M30.7162 94.9997C32.5215 88.7861 34.3712 82.3719 34.5813 81.3731C35.0202 79.2815 34.6128 77.3607 34.1325 75.3189C33.6994 73.4835 33.2663 71.6423 32.5916 69.8808C32.2685 69.0357 31.8897 68.2132 31.4866 67.4022C31.3151 67.0593 31.1378 66.7136 31.0607 66.3379C30.9077 65.591 31.3365 65.0218 31.7968 64.4726C32.2471 63.9362 32.7302 63.4268 33.2477 62.953C33.8695 62.3839 34.5042 61.8204 35.0473 61.1745C35.1188 61.0891 35.2046 60.9653 35.2918 60.8315C35.4061 60.6551 35.1917 60.4502 35.0187 60.5697C34.4713 60.944 33.768 61.4206 33.4893 61.5814C33.3678 61.6525 33.1605 61.5942 33.1362 61.4377C32.9589 60.3279 33.139 59.2308 33.1977 58.1111C33.282 56.5275 33.495 54.9083 34.0953 53.4271C34.5556 52.2902 35.2503 51.2572 35.6205 50.0834C35.9808 48.9409 36.0179 47.7215 36.0679 46.5348C36.0737 46.4039 36.1794 46.3001 36.311 46.2958C37.363 46.2574 37.5774 47.6034 37.739 48.376C37.8233 48.7787 37.9048 49.3905 38.1135 49.8828C38.1306 49.769 38.1463 49.6551 38.1606 49.5413C38.5066 46.8265 36.5711 44.9697 35.9493 45.2799C35.3275 45.5886 35.1317 48.3077 34.9944 49.1329C34.8844 49.7917 33.6865 53.2364 33.039 54.4942C32.8632 54.8357 32.7574 55.2085 32.7288 55.5912L32.1513 63.1536C32.1513 63.1536 30.8734 64.2535 30.3216 65.0787C29.7699 65.904 30.5975 67.8277 31.5295 71.7803C32.4615 75.733 32.3714 78.701 32.3714 78.701C32.2199 79.3043 32.0169 79.8962 31.7611 80.471L30.9191 82.3606L28.8465 87.0374H28.8422L25.3 94.9997H30.7162Z" fill="var(--sapContent_Illustrative_Color16)"/>
24
+ <path d="M43.8812 62.8993C41.3969 62.9918 39.1669 64.4773 36.7555 65.0094C36.5682 65.0507 36.6183 65.3267 36.8098 65.3054C37.6375 65.2157 38.4751 64.8444 39.2656 64.5313C41.9372 63.477 44.9962 63.0815 47.6792 64.1102C48.9485 64.5968 50.5724 65.7536 51.9203 65.5729L52.3606 65.5202C49.8105 64.6466 46.5771 62.7983 43.8812 62.8979V62.8993Z" fill="var(--sapContent_Illustrative_Color16)"/>
25
+ <path d="M44.2283 59.7549C43.4207 59.3907 42.5016 59.3636 41.6739 59.6809C40.6948 60.058 39.3339 60.7253 38.6049 61.118C37.3556 61.791 36.0991 62.4683 34.9356 63.2736C34.7412 63.4073 34.9184 63.7019 35.1286 63.5966C36.3264 62.999 37.4971 62.2307 38.6864 61.5946C40.4961 60.6271 42.4958 59.4632 44.3898 60.2529C44.6586 60.3653 48.3722 62.2662 48.4966 61.8593L44.2283 59.7535V59.7549Z" fill="var(--sapContent_Illustrative_Color16)"/>
26
+ <path d="M79.6057 65.466C80.4662 66.4079 81.5497 68.0015 82.5803 71.1403C83.6109 74.2777 83.8654 75.8641 87.0901 80.0715C90.3149 84.2788 90.4121 84.7142 90.4121 84.7142L90.0534 95.0014H101.406C100.518 88.5801 99.6177 82.0706 99.6177 82.0706C98.417 76.281 97.1405 70.5057 95.9269 64.719C95.804 64.13 95.6767 63.5338 95.4066 62.9945C94.5718 61.3341 92.6821 60.6426 91.2498 59.6167C90.5837 59.1386 86.1096 56.7796 86.1096 56.3257V64.618C86.1739 64.6906 86.2339 64.756 86.2882 64.8144C86.2997 64.8257 86.3097 64.8371 86.3197 64.8471C86.4569 64.9894 86.4784 65.2085 86.364 65.3693C86.2496 65.53 86.0781 65.6624 85.8251 65.5756C85.0775 65.3195 84.4757 63.6804 84.1312 63.0301C83.3422 61.5376 77.4601 54.7406 75.8505 58.2408C74.3053 61.603 78.7437 64.5241 79.6028 65.4674L79.6057 65.466Z" fill="var(--sapContent_Illustrative_Color31)"/>
27
+ <path d="M79.6057 65.466C80.4662 66.4094 81.4067 68.0015 82.4374 71.1403C83.468 74.2777 83.8654 75.8642 87.0901 80.0715C90.3149 84.2788 90.4121 84.7142 90.4121 84.7142L90.0534 95.0014H96.3028C95.5124 90.3985 94.2459 85.5537 91.5142 82.1076C90.8638 81.2866 90.1448 80.5225 89.3958 79.7912C88.6582 79.0698 88.0193 78.3371 87.5233 77.4279C86.5198 75.5881 86.0853 73.5108 85.3648 71.5572C84.6315 69.5695 83.578 67.7611 82.17 66.1732C81.4782 65.3935 80.7335 64.6636 79.9873 63.9351C79.2797 63.2436 78.5321 62.5762 77.9947 61.7382C77.5716 61.0766 77.3043 60.3367 77.3086 59.547C77.3128 58.8014 77.5444 58.0843 77.8675 57.417C77.0084 57.1723 76.2679 57.3345 75.8505 58.2423C74.3053 61.6044 78.7437 64.5255 79.6028 65.4689L79.6057 65.466Z" fill="var(--sapContent_Illustrative_Color3)"/>
28
+ <path d="M56.2986 80.6006C56.5631 81.3874 56.6975 82.2112 56.6975 83.0408L56.7075 94.9997H70.0855C68.5003 86.9678 66.8664 77.873 67.4411 77.1374C68.486 75.8013 71.7679 74.4639 72.3654 71.9397C72.963 69.4156 72.4126 62.3156 71.9866 60.1487C71.5607 57.9817 70.7559 53.3645 69.2421 53.6007C67.8484 53.817 67.737 54.7518 67.7284 54.8998C67.7384 54.6536 67.7984 52.0328 66.0745 51.6586C65.7072 51.5789 65.3255 51.6529 65.0025 51.8464C64.6794 52.0399 64.2992 52.3501 64.272 52.7527C64.272 52.7527 63.8932 51.8578 62.8054 52.2818C61.7162 52.7058 61.5275 56.2387 61.5275 56.2387C61.5275 56.2387 60.1553 55.6738 59.6821 57.1337C59.209 58.5935 58.2627 65.5199 57.5523 67.169C56.8418 68.818 56.7475 69.3359 55.7069 70.561C54.6662 71.7861 53.8615 76.4502 54.9493 77.8161C55.5368 78.5531 55.9999 79.6999 56.3015 80.602L56.2986 80.6006Z" fill="var(--sapContent_Illustrative_Color28)"/>
29
+ <path d="M71.8865 73.0737C71.898 73.0438 71.8608 73.0154 71.8365 73.0367C71.3891 73.3924 64.1433 78.5018 60.3625 73.4792C60.0308 73.0395 59.3304 72.9983 58.7687 73.0125C58.7058 73.0139 58.4056 73.0595 58.0911 73.105C57.6666 73.1662 57.4021 73.5959 57.5408 74C57.7438 74.5947 57.9953 75.2734 58.2083 75.6846C58.4056 76.0688 58.6043 76.4586 58.823 76.8314C59.0545 77.2241 59.379 77.5485 59.7392 77.826C59.7464 77.8317 59.755 77.8374 59.7635 77.8445C61.4517 79.1478 63.7331 79.4039 65.6671 78.4976C65.943 78.3681 67.1251 77.5443 67.4424 77.1373C68.0299 76.3846 69.042 75.9037 69.8124 75.2962C70.51 74.7441 71.5592 73.9559 71.888 73.0751L71.8865 73.0737Z" fill="var(--sapContent_Illustrative_Color30)"/>
30
+ <path d="M64.2706 52.751C64.2534 54.1639 64.4321 56.7164 64.5607 58.3314C64.6365 59.2932 64.5865 60.2607 64.4092 61.2098C64.2534 62.045 64.252 65.9834 64.2577 67.4802C64.2577 67.5628 64.3763 67.5756 64.3949 67.4959C64.5564 66.7958 64.8123 65.6064 64.8523 64.9092C64.8824 64.3756 64.8895 63.842 64.8909 63.307C64.8924 62.6981 64.9095 62.0891 64.9338 61.4815C64.981 60.255 65.0496 59.0286 65.051 57.8006C65.051 56.6595 64.9553 55.5141 64.7709 54.3887C64.7094 54.0145 64.4149 52.7325 64.2691 52.7524L64.2706 52.751Z" fill="var(--sapContent_Illustrative_Color30)"/>
31
+ <path d="M68.5061 58.0214C68.2373 57.1008 68.0815 56.166 67.9643 55.2084C67.9372 54.9865 67.9343 54.7019 67.8342 54.4956C67.4926 55.1273 67.7999 57.7354 68.0615 58.5891C68.3331 59.4727 68.7191 60.3307 68.8105 61.2598C68.8563 61.7265 68.7862 62.1918 68.7462 62.6556C68.7033 63.155 68.6662 63.6544 68.6362 64.1553C68.6161 64.474 68.6476 66.1302 68.6733 67.2613C68.6762 67.3624 68.8248 67.3709 68.8377 67.2699C68.9664 66.2653 69.1379 64.8781 69.145 64.5935C69.1579 64.1496 69.4338 61.7094 68.6776 58.5621C68.6333 58.3771 68.559 58.2021 68.5061 58.0214Z" fill="var(--sapContent_Illustrative_Color30)"/>
32
+ <path d="M56.2986 80.6005C56.563 81.3873 56.6974 82.2112 56.6974 83.0407L56.7074 94.9996H59.7778C59.9193 91.5663 60.0751 88.2554 59.7549 86.6903C59.429 85.0995 59.1031 83.4775 58.3884 82.0063C57.7394 80.6716 56.8947 79.4409 56.2571 78.0991C55.9484 77.4503 55.6882 76.7745 55.5338 76.0702C55.3623 75.2833 55.3337 74.4752 55.4095 73.6755C55.521 72.4988 55.8297 71.3449 56.0156 70.1768C55.9212 70.2963 55.8197 70.4229 55.7039 70.5581C54.6633 71.7831 53.8585 76.4472 54.9463 77.8131C55.5338 78.5502 55.997 79.697 56.2986 80.5991V80.6005Z" fill="var(--sapContent_Illustrative_Color30)"/>
33
+ </g>
34
+ <defs>
35
+ <clipPath id="clip0_6879_7328">
36
+ <rect width="62.0132" height="50.7381" fill="var(--sapContent_Illustrative_Color8)" transform="translate(23 44.2617)"/>
37
+ </clipPath>
38
+ <clipPath id="clip1_6879_7328">
39
+ <rect width="76.1057" height="59.9998" fill="var(--sapContent_Illustrative_Color8)" transform="translate(25.3 35)"/>
40
+ </clipPath>
41
+ </defs>
42
+ </svg>
43
+ `;
@@ -0,0 +1,38 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-AddingColumns">
2
+ <rect y="38.5396" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <path d="M87.7511 80.2313L72.7352 74.5871C72.6844 74.5715 72.6336 74.5637 72.5829 74.5754L27.9417 77.5953C26.2776 77.6649 26.3093 78.185 26.7623 78.4037L42.7951 84.8704C43.7128 85.1828 44.6892 85.257 45.6421 85.0851L86.4233 80.9303C87.8019 80.7468 88.386 80.4914 87.7511 80.2313Z" fill="var(--sapContent_Illustrative_Color21)"/>
4
+ <path d="M27.8479 42.4079L37.6383 77.9759C37.8478 78.7403 38.5929 79.2331 39.3767 79.1323L93.8581 71.7012C95.7712 71.0881 96.524 69.1169 96.1941 68.1623L70.6259 37.1887C70.3892 36.5135 69.7334 36.0789 69.0233 36.1255L29.7804 37.278C28.7715 37.3401 26.7498 38.7913 27.8479 42.4079Z" fill="var(--sapContent_Illustrative_Color22)"/>
5
+ <path d="M28.3595 39.2808L38.631 76.595C38.8406 77.3594 39.5856 77.8522 40.3695 77.7514L94.9168 70.2505C95.918 70.1224 96.5505 69.1019 96.2168 68.1473L84.005 35.0666C83.7683 34.3915 83.1125 33.9568 82.4024 34.0034L29.7953 37.2668C28.7864 37.3289 28.0918 38.3029 28.3595 39.2769V39.2808Z" fill="var(--sapContent_Illustrative_Color8)"/>
6
+ <path d="M84.005 35.0666C83.7683 34.3915 83.1125 33.9568 82.4024 34.0034L29.7953 37.2668C28.7864 37.3289 28.0918 38.3029 28.3595 39.2769L29.7992 44.5038L85.7202 39.7154L84.0012 35.0628L84.005 35.0666Z" fill="var(--sapContent_Illustrative_Color14)"/>
7
+ <path d="M38.3169 40.1768C38.5885 41.3332 37.7581 42.3498 36.4543 42.4663C35.1349 42.5865 33.8039 41.7445 33.4896 40.5687C33.1714 39.3736 34.0212 38.3103 35.3872 38.2133C36.7337 38.1163 38.0414 39.0049 38.3169 40.1768Z" fill="var(--sapContent_Illustrative_Color2)"/>
8
+ <path d="M45.8807 49.4474L35.842 50.3749C35.7139 50.3865 35.5858 50.3089 35.5548 50.2002L35.1318 48.7257C35.1008 48.617 35.1784 48.52 35.3065 48.5084L45.3219 47.612C45.446 47.6004 45.5702 47.678 45.6013 47.7827L46.0398 49.2301C46.0708 49.3349 45.9971 49.4319 45.8768 49.4436L45.8807 49.4474Z" fill="var(--sapContent_Illustrative_Color2)"/>
9
+ <path d="M45.7872 53.979L37.1222 54.8444C36.9941 54.856 36.8661 54.7784 36.835 54.6697L36.4082 53.1758C36.3772 53.0671 36.4548 52.9662 36.5828 52.9546L45.2284 52.1203C45.3526 52.1087 45.4768 52.1863 45.5117 52.2949L45.9541 53.7656C45.9851 53.8742 45.9114 53.9713 45.7872 53.9829V53.979Z" fill="var(--sapContent_Illustrative_Color2)"/>
10
+ <path d="M48.5547 58.2909L38.419 59.3774C38.2909 59.3929 38.1629 59.3114 38.128 59.1989L37.6934 57.6816C37.6623 57.5691 37.7399 57.4682 37.868 57.4566L47.9843 56.405C48.1085 56.3933 48.2365 56.4709 48.2676 56.5796L48.7177 58.0658C48.7526 58.1744 48.6789 58.2753 48.5547 58.287V58.2909Z" fill="var(--sapContent_Illustrative_Color2)"/>
11
+ <path d="M49.9196 62.808L39.7334 63.9761C39.6054 63.9916 39.4734 63.9101 39.4424 63.7976L39.0039 62.2609C38.9729 62.1484 39.0505 62.0475 39.1785 62.032L49.3453 60.8989C49.4695 60.8834 49.5975 60.9648 49.6324 61.0735L50.0903 62.583C50.1252 62.6955 50.0515 62.7964 49.9273 62.808H49.9196Z" fill="var(--sapContent_Illustrative_Color2)"/>
12
+ <path d="M48.9 67.6809L41.0693 68.6354C40.9412 68.651 40.8093 68.5695 40.7744 68.4569L40.3281 66.897C40.2971 66.7845 40.3747 66.6797 40.5027 66.6642L48.3141 65.7368C48.4382 65.7212 48.5702 65.8027 48.6012 65.9153L49.0591 67.4519C49.094 67.5644 49.0164 67.6692 48.8923 67.6847L48.9 67.6809Z" fill="var(--sapContent_Illustrative_Color2)"/>
13
+ <path d="M52.7101 72.0314L42.4231 73.3662C42.2911 73.3817 42.1592 73.3041 42.1281 73.1877L41.6741 71.6045C41.6392 71.4881 41.7207 71.3833 41.8487 71.3639L52.1164 70.064C52.2406 70.0485 52.3725 70.1261 52.4074 70.2425L52.877 71.7947C52.9119 71.9072 52.8382 72.0158 52.7101 72.0314Z" fill="var(--sapContent_Illustrative_Color2)"/>
14
+ <path d="M63.5528 47.8096L55.4465 48.5585C55.3262 48.5702 55.2021 48.4926 55.171 48.3878L54.717 46.9637C54.6821 46.8589 54.7519 46.7658 54.8722 46.7541L62.9629 46.0285C63.0794 46.0169 63.1997 46.0945 63.2346 46.1954L63.7002 47.6001C63.7352 47.7048 63.6692 47.7941 63.5528 47.8057V47.8096Z" fill="var(--sapContent_Illustrative_Color2)"/>
15
+ <path d="M66.2995 51.9341L56.8234 52.8809C56.7031 52.8925 56.579 52.8149 56.544 52.7102L56.0861 51.2666C56.0512 51.1619 56.1211 51.0649 56.2414 51.0532L65.7019 50.1374C65.8183 50.1258 65.9386 50.1995 65.9735 50.3043L66.4469 51.7245C66.4819 51.8293 66.4159 51.9224 66.2995 51.9341Z" fill="var(--sapContent_Illustrative_Color2)"/>
16
+ <path d="M67.7347 56.2376L58.216 57.2582C58.0957 57.2698 57.9715 57.1961 57.9366 57.0874L57.4709 55.6245C57.436 55.5159 57.5058 55.4189 57.6261 55.4072L67.1293 54.4177C67.2457 54.4061 67.3699 54.4798 67.4048 54.5846L67.886 56.0242C67.9209 56.129 67.855 56.226 67.7386 56.2376H67.7347Z" fill="var(--sapContent_Illustrative_Color2)"/>
17
+ <path d="M66.9407 60.8595L59.63 61.6977C59.5097 61.7132 59.3816 61.6356 59.3467 61.5269L58.8772 60.0407C58.8422 59.9321 58.9121 59.8351 59.0324 59.8195L66.3315 59.0085C66.4479 58.9969 66.5721 59.0706 66.607 59.1793L67.0921 60.6422C67.127 60.7508 67.061 60.8479 66.9446 60.8634L66.9407 60.8595Z" fill="var(--sapContent_Illustrative_Color2)"/>
18
+ <path d="M70.6656 65.0227L61.0577 66.1946C60.9374 66.2101 60.8093 66.1325 60.7744 66.02L60.2971 64.5144C60.2622 64.4057 60.332 64.3048 60.4523 64.2893L70.0409 63.1485C70.1573 63.1329 70.2815 63.2105 70.3203 63.3192L70.8131 64.7976C70.848 64.9063 70.782 65.0072 70.6656 65.0188V65.0227Z" fill="var(--sapContent_Illustrative_Color2)"/>
19
+ <path d="M70.7974 69.6841L62.5087 70.759C62.3885 70.7746 62.2604 70.6969 62.2216 70.5844L61.7365 69.0594C61.7016 68.9469 61.7715 68.846 61.8918 68.8305L70.1649 67.7827C70.2813 67.7672 70.4093 67.8448 70.4442 67.9535L70.9409 69.4552C70.9759 69.5639 70.9099 69.6686 70.7935 69.6841H70.7974Z" fill="var(--sapContent_Illustrative_Color2)"/>
20
+ <path d="M82.7718 46.0323L73.8856 46.8549C73.7731 46.8666 73.6528 46.7928 73.6178 46.6919L73.1367 45.3144C73.1017 45.2135 73.1638 45.1243 73.2764 45.1126L82.1471 44.3171C82.2557 44.3055 82.3721 44.3792 82.407 44.4801L82.8999 45.8344C82.9348 45.9353 82.8766 46.0245 82.7679 46.0323H82.7718Z" fill="var(--sapContent_Illustrative_Color2)"/>
21
+ <path d="M81.7395 50.3943L75.3407 51.0307C75.2281 51.0424 75.1078 50.9687 75.0729 50.8639L74.5878 49.4669C74.5529 49.366 74.615 49.2729 74.7275 49.2613L81.1147 48.6443C81.2234 48.6326 81.3437 48.7064 81.3786 48.8073L81.8753 50.1848C81.9102 50.2857 81.852 50.3788 81.7434 50.3866L81.7395 50.3943Z" fill="var(--sapContent_Illustrative_Color2)"/>
22
+ <path d="M83.2412 54.5768L76.8152 55.2636C76.7027 55.2753 76.5824 55.2016 76.5436 55.0968L76.0507 53.6804C76.0158 53.5757 76.0779 53.4825 76.1904 53.4709L82.6048 52.8035C82.7135 52.7918 82.8337 52.8655 82.8725 52.9664L83.3731 54.3634C83.4119 54.4643 83.3498 54.5574 83.2412 54.5729V54.5768Z" fill="var(--sapContent_Illustrative_Color2)"/>
23
+ <path d="M87.3051 58.5269L78.3103 59.5552C78.1977 59.5669 78.0735 59.4931 78.0386 59.3884L77.538 57.9526C77.5031 57.8478 77.5652 57.7508 77.6777 57.7392L86.6571 56.738C86.7657 56.7264 86.886 56.8001 86.9248 56.901L87.4371 58.3096C87.4759 58.4144 87.4176 58.5075 87.3051 58.5191V58.5269Z" fill="var(--sapContent_Illustrative_Color2)"/>
24
+ <path d="M87.5804 62.9545L79.8234 63.9013C79.7108 63.9168 79.5867 63.8392 79.5479 63.7344L79.0434 62.2793C79.0046 62.1745 79.0706 62.0775 79.1831 62.062L86.9285 61.1423C87.041 61.1307 87.1613 61.2044 87.1962 61.3092L87.7123 62.7411C87.7511 62.8458 87.6929 62.9428 87.5804 62.9545Z" fill="var(--sapContent_Illustrative_Color2)"/>
25
+ <path d="M88.2893 67.4096L81.3549 68.3099C81.2385 68.3254 81.1182 68.2478 81.0794 68.1392L80.5672 66.6646C80.5284 66.5559 80.5905 66.4589 80.7069 66.4434L87.6296 65.5664C87.7422 65.5509 87.8624 65.6285 87.9013 65.7333L88.4251 67.1885C88.4639 67.2971 88.4057 67.3941 88.2932 67.4096H88.2893Z" fill="var(--sapContent_Illustrative_Color2)"/>
26
+ <path d="M73.1464 48.2974L83.5163 77.7234C83.7494 78.5739 84.5783 79.1222 85.4504 79.0099L103.911 76.1908C105.025 76.0483 106.641 74.5791 106.403 73.1328L94.3698 45.4826C94.1064 44.7314 93.3768 44.2479 92.5868 44.2997L75.1475 44.7587C74.0336 45.1343 72.5851 46.4971 73.1464 48.2974Z" fill="var(--sapContent_Illustrative_Color14)"/>
27
+ <path d="M74.0652 46.8876L84.5086 76.4475C84.7417 77.298 85.5706 77.8462 86.4427 77.734L104.951 74.9537C106.064 74.8113 106.768 73.6758 106.397 72.6138L95.362 44.2023C95.0987 43.4511 94.3691 42.9676 93.579 43.0194L75.6626 44.647C74.5401 44.7161 73.7673 45.7997 74.0652 46.8833V46.8876Z" fill="var(--sapContent_Illustrative_Color2)"/>
28
+ <path d="M91.2862 49.6072L81.5724 50.721C81.4516 50.734 81.322 50.6606 81.2789 50.5526L80.7349 49.1107C80.696 49.0071 80.7608 48.9078 80.8817 48.8948L90.5781 47.794C90.699 47.781 90.8285 47.8544 90.8674 47.958L91.4243 49.3913C91.4632 49.4949 91.4027 49.5942 91.2818 49.6072H91.2862Z" fill="var(--sapContent_Illustrative_Color8)"/>
29
+ <path d="M90.1897 54.2567L83.2174 55.077C83.0965 55.0899 82.9627 55.0165 82.9238 54.9086L82.3755 53.4537C82.3367 53.3458 82.4014 53.2508 82.5223 53.2335L89.486 52.4219C89.6068 52.4089 89.7364 52.4823 89.7795 52.5903L90.3365 54.0365C90.3753 54.1445 90.3106 54.2394 90.194 54.2567H90.1897Z" fill="var(--sapContent_Illustrative_Color8)"/>
30
+ <path d="M91.8728 58.6344L84.8789 59.4806C84.758 59.4935 84.6242 59.4201 84.5854 59.3122L84.0327 57.8443C83.9939 57.7364 84.0587 57.6371 84.1795 57.6242L91.1648 56.7866C91.2857 56.7737 91.4152 56.8471 91.4583 56.955L92.0196 58.4142C92.0628 58.5221 91.998 58.6214 91.8771 58.6344H91.8728Z" fill="var(--sapContent_Illustrative_Color8)"/>
31
+ <path d="M96.3642 62.7011L86.5555 63.9185C86.4346 63.9358 86.3008 63.8581 86.2576 63.7501L85.7007 62.2693C85.6619 62.1614 85.7266 62.0621 85.8475 62.0448L95.6433 60.8403C95.7641 60.8274 95.898 60.9008 95.9368 61.0087L96.5067 62.4766C96.5499 62.5845 96.4851 62.6838 96.3642 62.7011Z" fill="var(--sapContent_Illustrative_Color8)"/>
32
+ <path d="M96.6866 67.3208L88.2465 68.3958C88.1213 68.4131 87.9918 68.3354 87.9486 68.2231L87.383 66.7294C87.3399 66.6214 87.4089 66.5178 87.5298 66.5049L95.9613 65.4428C96.0822 65.4256 96.2161 65.5033 96.2592 65.6112L96.8334 67.0963C96.8766 67.2043 96.8118 67.3079 96.6909 67.3208H96.6866Z" fill="var(--sapContent_Illustrative_Color8)"/>
33
+ <path d="M97.4816 71.9313L89.9481 72.9157C89.8229 72.9329 89.689 72.8552 89.6502 72.743L89.0803 71.2363C89.0371 71.124 89.1062 71.0247 89.2271 71.0075L96.7477 70.0361C96.8686 70.0188 97.0024 70.0965 97.0456 70.2045L97.6241 71.7025C97.6672 71.8148 97.6025 71.9141 97.4816 71.9313Z" fill="var(--sapContent_Illustrative_Color8)"/>
34
+ <path d="M88.3585 58.4359C88.3585 58.4359 85.7935 61.9209 80.8119 62.5681C75.8304 63.2153 68.997 59.5279 67.2117 53.855C65.2715 47.6898 68.821 43.4649 74.8864 42.1502C80.4393 41.7075 88.3585 58.4359 88.3585 58.4359Z" fill="var(--sapContent_Illustrative_Color16)"/>
35
+ <path d="M89.0308 50.6547C91.0932 56.0534 88.2025 61.1264 82.3839 61.8319C76.4225 62.5546 69.9898 58.4071 68.2046 52.7314C66.4793 47.2499 69.827 42.5682 75.5056 42.114C81.0585 41.6713 87.037 45.4275 89.0337 50.6519L89.0308 50.6547Z" fill="var(--sapContent_Illustrative_Color15)"/>
36
+ <path d="M84.4647 50.2744C84.4133 50.1373 84.2759 50.0522 84.1303 50.0671L79.907 50.5002C79.7601 50.5153 79.6218 50.4285 79.5714 50.2896L78.2124 46.5428C78.1625 46.4053 78.0262 46.3187 77.8805 46.3319L75.6519 46.534C75.4425 46.553 75.3071 46.7643 75.3775 46.9625L76.6109 50.4364C76.6807 50.6331 76.5479 50.8432 76.3403 50.8645L72.2386 51.2853C72.0325 51.3065 71.8997 51.5139 71.9667 51.71L72.6578 53.7297C72.7066 53.8724 72.8478 53.9621 72.9976 53.9456L77.4228 53.4601C77.5713 53.4439 77.7115 53.5317 77.7614 53.6725L79.1516 57.5854C79.2021 57.7274 79.3443 57.8154 79.4939 57.7973L81.7748 57.5204C81.9805 57.4954 82.1094 57.2855 82.0387 57.0908L80.735 53.4984C80.6638 53.3022 80.7952 53.0911 81.0027 53.0684L84.9233 52.6392C85.1322 52.6163 85.2636 52.4027 85.1897 52.2059L84.4647 50.2744Z" fill="var(--sapContent_Illustrative_Color8)"/>
37
+ </svg>
38
+ `;
@@ -0,0 +1,44 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-BalloonSky">
2
+ <mask id="mask0_11_112" 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_11_112)">
6
+ <mask id="mask1_11_112" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="-19" y="-10" width="249" height="156">
7
+ <path d="M218.499 -9.96628H-7.24395C-8.71539 -9.96764 -10.1727 -9.67899 -11.5325 -9.11683C-12.8923 -8.55468 -14.128 -7.73004 -15.169 -6.69005C-16.2099 -5.65006 -17.0357 -4.41513 -17.5991 -3.05582C-18.1625 -1.69652 -18.4525 -0.239496 -18.4525 1.23195V133.925C-18.4525 136.898 -17.2716 139.749 -15.1696 141.851C-13.0676 143.953 -10.2166 145.134 -7.24395 145.134H218.499C221.472 145.134 224.323 143.953 226.425 141.851C228.527 139.749 229.708 136.898 229.708 133.925V1.23195C229.708 -0.239496 229.418 -1.69652 228.854 -3.05582C228.291 -4.41513 227.465 -5.65006 226.424 -6.69005C225.383 -7.73004 224.147 -8.55468 222.788 -9.11683C221.428 -9.67899 219.971 -9.96764 218.499 -9.96628V-9.96628Z" fill="var(--sapContent_Illustrative_Color7)"/>
8
+ </mask>
9
+ <g mask="url(#mask1_11_112)">
10
+ <path d="M218.499 -9.96628H-7.24395C-8.71539 -9.96764 -10.1727 -9.67899 -11.5325 -9.11683C-12.8923 -8.55468 -14.128 -7.73004 -15.169 -6.69005C-16.2099 -5.65006 -17.0357 -4.41513 -17.5991 -3.05582C-18.1625 -1.69652 -18.4525 -0.239496 -18.4525 1.23195V133.925C-18.4525 136.898 -17.2716 139.749 -15.1696 141.851C-13.0676 143.953 -10.2166 145.134 -7.24395 145.134H218.499C221.472 145.134 224.323 143.953 226.425 141.851C228.527 139.749 229.708 136.898 229.708 133.925V1.23195C229.708 -0.239496 229.418 -1.69652 228.854 -3.05582C228.291 -4.41513 227.465 -5.65006 226.424 -6.69005C225.383 -7.73004 224.147 -8.55468 222.788 -9.11683C221.428 -9.67899 219.971 -9.96764 218.499 -9.96628V-9.96628Z" fill="var(--sapContent_Illustrative_Color7)"/>
11
+ <path d="M225.231 79.8088C200.854 77.6049 176.561 81.0277 152.411 84.0697C136.011 86.1353 119.576 87.901 103.182 90.0261C86.6177 92.1726 70.0535 94.3701 53.4297 96.0251C45.1497 96.8484 36.859 97.561 28.5514 98.0481C20.4457 98.5225 12.1954 97.7248 4.11312 97.1206C-3.39522 96.5569 -10.9227 95.9634 -18.4459 95.7294V145.438H229.708V80.2002C228.22 80.0704 226.73 79.9449 225.233 79.8088H225.231Z" fill="var(--sapContent_Illustrative_Color18)"/>
12
+ <path d="M29.2272 99.1924C29.7778 99.2966 12.3908 103.898 9.16174 104.583C13.2242 105.789 60.298 109.859 79.5578 107.997C89.5852 107.027 99.2279 105.017 109.002 102.668C116.893 100.771 124.986 99.3434 132.554 96.344C126.151 96.4397 112.756 97.6863 113.216 97.4693C124.344 92.1766 136.87 90.7258 148.487 86.8073C152.239 85.5437 155.983 84.2375 159.784 83.1356C157.326 83.4462 154.869 83.7589 152.411 84.0695C136.011 86.1351 119.576 87.9007 103.182 90.0259C86.6176 92.1723 70.0533 94.3698 53.4295 96.0249C45.1495 96.8481 36.8589 97.5608 28.5512 98.0479C25.5751 98.2224 22.5777 98.2224 19.5782 98.1266C22.8115 98.3053 26.0343 98.5882 29.2293 99.1924H29.2272Z" fill="var(--sapContent_Illustrative_Color18)"/>
13
+ <g class="sapIllus_BlendModeMultiply" opacity="0.4">
14
+ <path d="M225.231 79.8085C206.507 78.1173 187.834 79.7447 169.239 81.9677C169.851 81.9741 170.459 81.9634 171.074 81.9762C177.683 82.123 185.208 82.0273 191.486 84.3843C192.88 84.9076 195.236 85.9096 195.104 87.7795C194.891 90.8087 190.591 92.9169 188.284 93.921C182.545 96.4226 176.154 97.9394 170.056 99.269C162.532 100.907 154.831 102.192 147.167 102.979C133.086 104.426 118.671 104.177 104.866 107.582C115.142 108.472 136.438 109.546 135.766 109.571C128.894 109.846 122.148 111.129 115.414 112.45C128.309 113.694 141.251 114.29 154.091 116.096C161.25 117.102 168.329 118.368 175.427 119.731C178.795 120.376 182.209 120.733 185.557 121.474C188.635 122.154 192.606 122.912 194.804 125.398C195.946 126.692 195.769 128.436 194.349 129.411C192.132 130.936 189.111 131.28 186.509 131.58C183.159 131.965 179.783 132.108 176.414 132.14C163.389 132.263 150.409 132.646 137.433 131.142C121.687 129.319 105.846 127.566 90.5355 123.326C82.5723 121.123 74.6834 118.595 66.633 116.719C58.6825 114.868 50.6427 113.426 42.5582 112.316C34.1953 111.167 25.7261 110.063 17.2909 109.622C9.15119 109.197 -7.82124 108.499 -7.27703 108.323C-2.40681 106.734 2.58245 105.634 7.63124 104.842C4.23633 104.768 0.818031 105.221 -2.58326 105.262C-3.14234 105.268 5.84131 102.436 10.1652 101.76C2.44002 99.9816 -9.58566 105.091 -13.9159 96.6439C-14.0626 96.3567 -13.9414 96.061 -13.6651 95.9291C-15.2594 95.8504 -16.8559 95.7781 -18.4524 95.727V145.435H229.701V80.1999C228.213 80.0702 226.723 79.9446 225.227 79.8085H225.231Z" fill="var(--sapContent_Illustrative_Color18)"/>
15
+ </g>
16
+ </g>
17
+ <circle cx="113.383" cy="10.7137" r="1.551" fill="var(--sapContent_Illustrative_Color10)"/>
18
+ <ellipse cx="62.1997" cy="43.2848" rx="1.034" ry="1.034" fill="var(--sapContent_Illustrative_Color10)"/>
19
+ <ellipse cx="16.7036" cy="20.5367" rx="1.034" ry="1.034" fill="var(--sapContent_Illustrative_Color10)"/>
20
+ <circle cx="4.8126" cy="45.8698" r="1.551" fill="var(--sapContent_Illustrative_Color10)"/>
21
+ <path d="M44.7462 94.8129V139.03H49.5836C49.7434 139.032 49.8959 139.097 50.0081 139.211C50.1203 139.325 50.1831 139.479 50.1831 139.639V113.009C50.2001 112.896 50.2402 112.788 50.301 112.691C50.3618 112.595 50.442 112.512 50.5363 112.449L58.6506 108.404V94.8129C58.6506 94.6513 58.5865 94.4962 58.4726 94.3819C58.3586 94.2675 58.204 94.2034 58.0428 94.2034H45.354C45.2741 94.2034 45.1951 94.2191 45.1214 94.2497C45.0476 94.2804 44.9807 94.3253 44.9243 94.3819C44.8678 94.4385 44.823 94.5057 44.7924 94.5796C44.7619 94.6536 44.7462 94.7329 44.7462 94.8129V94.8129Z" fill="var(--sapContent_Illustrative_Color20)"/>
22
+ <path d="M36.2869 144.846V72.944C36.287 72.8125 36.2446 72.6845 36.1662 72.5791C36.0877 72.4737 35.9774 72.3965 35.8517 72.3592L26.4479 69.6163L6.83559 63.9079C6.746 63.8809 6.65141 63.8754 6.55929 63.8916C6.46716 63.9079 6.38006 63.9455 6.30504 64.0015C6.23002 64.0576 6.16912 64.1304 6.12719 64.2143C6.08526 64.2982 6.06352 64.3908 6.06363 64.4846C6.06363 66.0496 6.06363 69.3526 6.06363 69.4762V73.2324H9.43088C10.5926 73.2345 11.706 73.6989 12.5267 74.5235C13.3474 75.3482 13.8083 76.4658 13.8083 77.631C13.8017 77.8406 13.7826 78.0497 13.7508 78.257H15.5331C16.6962 78.257 17.8117 78.7203 18.6341 79.5452C19.4566 80.3701 19.9187 81.489 19.9187 82.6556C19.9187 83.8221 19.4566 84.941 18.6341 85.7659C17.8117 86.5908 16.6962 87.0541 15.5331 87.0541H6.07185V121.856C6.0785 121.9 6.0785 121.944 6.07185 121.988C6.04441 122.132 5.96555 122.261 5.85009 122.35L-6.4692 131.18C-6.4983 131.203 -6.52216 131.232 -6.53918 131.264C-6.55619 131.297 -6.56594 131.333 -6.56775 131.37V144.862C-6.56522 144.903 -6.55162 144.942 -6.52845 144.975C-6.50528 145.009 -6.4734 145.035 -6.43632 145.052C-6.40118 145.06 -6.36467 145.06 -6.32954 145.052H36.0898C36.1404 145.043 36.1869 145.019 36.2224 144.981C36.2579 144.944 36.2805 144.897 36.2869 144.846V144.846Z" fill="var(--sapContent_Illustrative_Color20)"/>
23
+ <path d="M70.0254 102.729L58.6424 108.405L50.5281 112.449C50.4338 112.513 50.3536 112.596 50.2928 112.692C50.232 112.788 50.1919 112.896 50.1749 113.009V145.134H41.1408V139.681C41.1408 139.519 41.2048 139.364 41.3188 139.25C41.4328 139.136 41.5873 139.071 41.7485 139.071H44.7462V94.8547C44.7462 94.693 44.8103 94.5379 44.9243 94.4236C45.0382 94.3093 45.1928 94.2452 45.3539 94.2452H54.848V61.2143V52.1865V40.4899C54.8332 40.2619 54.7308 40.0486 54.5622 39.8949C54.3937 39.7412 54.1722 39.6593 53.9446 39.6662H27.1954C26.6205 39.6662 26.4562 39.9956 26.4562 40.4899V69.575L35.8599 72.3179C35.9857 72.3552 36.096 72.4324 36.1744 72.5378C36.2529 72.6432 36.2952 72.7713 36.2952 72.9028V144.804C36.293 144.866 36.267 144.925 36.2226 144.968C36.1781 145.011 36.1188 145.035 36.057 145.035H70.7234V103.256C70.7382 103.167 70.7283 103.076 70.6949 102.992C70.6614 102.908 70.6057 102.835 70.5338 102.781C70.4618 102.726 70.3764 102.693 70.2867 102.684C70.1971 102.675 70.1067 102.69 70.0254 102.729V102.729ZM61.0487 125.406C61.0487 125.446 61.0408 125.485 61.0254 125.521C61.0101 125.558 60.9876 125.591 60.9593 125.619C60.9309 125.646 60.8973 125.668 60.8605 125.682C60.8237 125.697 60.7843 125.704 60.7448 125.703H54.7084C54.6292 125.703 54.5531 125.672 54.4964 125.616C54.4396 125.561 54.4067 125.485 54.4045 125.406V119.344C54.4045 118.46 54.7545 117.612 55.3775 116.988C56.0005 116.363 56.8456 116.012 57.7267 116.012C58.6077 116.012 59.4527 116.363 60.0757 116.988C60.6987 117.612 61.0487 118.46 61.0487 119.344V125.406Z" fill="var(--sapContent_Illustrative_Color19)"/>
24
+ <path d="M57.7309 116.007C56.863 116.017 56.0336 116.368 55.4198 116.984C54.806 117.599 54.4565 118.431 54.4458 119.302V125.364C54.4479 125.443 54.4809 125.519 54.5376 125.574C54.5944 125.63 54.6705 125.661 54.7497 125.661H60.7861C60.8256 125.662 60.865 125.655 60.9018 125.641C60.9386 125.626 60.9721 125.604 61.0004 125.577C61.0288 125.549 61.0513 125.516 61.0667 125.48C61.0821 125.443 61.09 125.404 61.09 125.364V119.302C61.0791 118.418 60.7193 117.575 60.0896 116.958C59.4599 116.34 58.6117 115.998 57.7309 116.007V116.007Z" fill="var(--sapContent_Illustrative_Color18)"/>
25
+ <path d="M19.927 82.6645C19.927 81.4979 19.4649 80.3791 18.6425 79.5542C17.82 78.7293 16.7045 78.2659 15.5413 78.2659H13.7592C13.7909 78.0586 13.8101 77.8495 13.8166 77.6399C13.8166 76.4747 13.3558 75.3571 12.5351 74.5325C11.7144 73.7078 10.6009 73.2435 9.43921 73.2413H-4.76085C-5.924 73.2413 -7.03945 73.7047 -7.86192 74.5296C-8.68439 75.3545 -9.14648 76.4733 -9.14648 77.6399C-9.14648 78.8065 -8.68439 79.9252 -7.86192 80.7501C-7.03945 81.575 -5.924 82.0385 -4.76085 82.0385H-2.97862C-3.01715 82.2451 -3.03908 82.4544 -3.04429 82.6645C-3.04429 83.8311 -2.5823 84.9499 -1.75983 85.7748C-0.937356 86.5998 0.178196 87.0631 1.34135 87.0631H15.5413C16.7045 87.0631 17.82 86.5998 18.6425 85.7748C19.4649 84.9499 19.927 83.8311 19.927 82.6645Z" fill="var(--sapContent_Illustrative_Color19)"/>
26
+ <path d="M18.5169 41.2376C18.0022 43.7689 13.7533 46.3458 13.0294 46.7171C12.9705 46.7318 12.9092 46.7342 12.8494 46.724C12.7895 46.7138 12.7324 46.6914 12.6817 46.658C11.2171 44.6937 9.25626 42.2316 9.71524 39.4674C10.1742 36.7032 12.6092 34.9988 15.115 35.5084C17.6209 36.018 19.0754 38.4937 18.5169 41.2376Z" fill="var(--sapContent_Illustrative_Color3)"/>
27
+ <path d="M10.5033 38.5021C10.4737 38.5023 10.4446 38.4948 10.4189 38.4802C10.3803 38.4579 10.3521 38.4213 10.3404 38.3783C10.3287 38.3353 10.3345 38.2894 10.3565 38.2507C10.4309 38.1187 10.5149 37.9924 10.6079 37.8727C10.6218 37.8553 10.639 37.8409 10.6586 37.8303C10.6781 37.8196 10.6995 37.8129 10.7216 37.8106C10.7437 37.8082 10.7661 37.8102 10.7874 37.8166C10.8087 37.8229 10.8286 37.8334 10.8458 37.8474C10.863 37.8614 10.8773 37.8787 10.8878 37.8983C10.8983 37.9179 10.9049 37.9393 10.9071 37.9614C10.9093 37.9835 10.9071 38.0059 10.9006 38.0271C10.8942 38.0484 10.8836 38.0682 10.8695 38.0853C10.7888 38.1927 10.7155 38.3055 10.6501 38.4228C10.6346 38.4476 10.6129 38.468 10.5872 38.4819C10.5614 38.4958 10.5325 38.5028 10.5033 38.5021V38.5021Z" fill="var(--sapContent_Illustrative_Color15)"/>
28
+ <path d="M9.94976 57.1326C9.93095 57.1323 9.91247 57.1277 9.89576 57.1191C9.88266 57.112 9.8711 57.1024 9.86172 57.0909C9.85234 57.0793 9.84533 57.066 9.84109 57.0518C9.83686 57.0375 9.83549 57.0225 9.83705 57.0077C9.83861 56.9929 9.84308 56.9786 9.8502 56.9655C9.92276 56.8288 9.94469 56.7208 9.91263 56.6584C9.88057 56.596 9.85357 56.6061 9.78607 56.5808C9.68398 56.5539 9.59663 56.4878 9.54308 56.3968C9.52058 56.3464 9.50966 56.2916 9.51112 56.2364C9.51258 56.1812 9.52638 56.127 9.55152 56.0779C9.58371 55.9873 9.60522 55.8933 9.61564 55.7977C9.62426 55.7203 9.61855 55.6419 9.59877 55.5665C9.57896 55.4923 9.57154 55.4154 9.57684 55.3387C9.59033 55.148 9.59202 54.9692 9.59371 54.7802C9.5954 54.5912 9.59371 54.4258 9.60552 54.2064C9.65426 53.6899 9.73542 53.177 9.84851 52.6707C9.89615 52.4939 9.92777 52.3132 9.943 52.1307C9.90419 51.6109 10.5032 50.8853 10.9403 50.3537C11.0611 50.22 11.1738 50.0791 11.2778 49.9318C11.7543 49.1285 12.1891 48.301 12.5805 47.4528C12.5933 47.4258 12.6162 47.4049 12.6444 47.3948C12.6725 47.3847 12.7036 47.3861 12.7306 47.3988C12.744 47.405 12.7559 47.4137 12.7659 47.4246C12.7758 47.4354 12.7835 47.448 12.7885 47.4619C12.7936 47.4757 12.7958 47.4903 12.7951 47.505C12.7945 47.5197 12.7909 47.5341 12.7846 47.5473C12.3906 48.4031 11.9524 49.2379 11.4718 50.0483C11.3648 50.2051 11.2488 50.3556 11.1242 50.4989C10.7344 50.9714 10.1455 51.6801 10.1776 52.1155C10.1649 52.3233 10.1304 52.5292 10.0746 52.7298C9.96735 53.2203 9.88903 53.7168 9.84007 54.2165C9.82995 54.4308 9.82826 54.6097 9.82826 54.7818C9.82826 54.954 9.82826 55.1565 9.81139 55.3556C9.8066 55.4124 9.81232 55.4696 9.82826 55.5244C9.8527 55.6231 9.85955 55.7253 9.84851 55.8264C9.83789 55.9416 9.81295 56.055 9.77426 56.1639C9.74389 56.2551 9.73714 56.2804 9.75233 56.3091C9.76752 56.3378 9.80801 56.3597 9.87382 56.3833C9.97042 56.4091 10.0547 56.4683 10.1117 56.5504C10.1453 56.6354 10.1572 56.7274 10.1463 56.8182C10.1354 56.9089 10.1021 56.9955 10.0493 57.0702C10.04 57.0887 10.0258 57.1043 10.0083 57.1153C9.99073 57.1263 9.97048 57.1323 9.94976 57.1326V57.1326Z" fill="var(--sapContent_Illustrative_Color6)"/>
29
+ <path d="M12.6817 46.653L12.1755 47.328C12.1657 47.3413 12.1596 47.3569 12.1576 47.3732C12.1556 47.3896 12.1578 47.4062 12.1641 47.4214C12.1704 47.4367 12.1804 47.4501 12.1934 47.4603C12.2063 47.4705 12.2216 47.4773 12.2379 47.4799L13.1525 47.6486C13.1686 47.651 13.185 47.6493 13.2002 47.6437C13.2155 47.6381 13.229 47.6286 13.2396 47.6163C13.2502 47.604 13.2576 47.5893 13.2609 47.5734C13.2643 47.5575 13.2636 47.541 13.2588 47.5254L13.0243 46.7036" fill="var(--sapContent_Illustrative_Color3)"/>
30
+ <path d="M63.3502 15.8366C61.4993 19.3302 54.1462 21.2747 52.9228 21.5065C52.83 21.5027 52.739 21.4796 52.6555 21.4388C52.5721 21.398 52.498 21.3403 52.438 21.2694C51.1377 17.7518 49.3244 13.2886 51.1944 9.42901C53.0644 5.56945 57.3767 4.12084 60.8351 5.95339C64.2934 7.78594 65.3576 12.0499 63.3502 15.8366Z" fill="var(--sapContent_Illustrative_Color1)"/>
31
+ <path d="M52.769 8.35292C52.7255 8.34043 52.686 8.31674 52.6546 8.28421C52.6076 8.23482 52.582 8.16883 52.5834 8.10064C52.5848 8.03246 52.6132 7.96761 52.6622 7.92024C52.8286 7.75866 53.0067 7.60953 53.1949 7.47408C53.2229 7.45465 53.2544 7.44094 53.2877 7.43373C53.3209 7.42652 53.3553 7.42596 53.3888 7.43207C53.4222 7.43819 53.4542 7.45086 53.4827 7.46936C53.5113 7.48785 53.5359 7.51182 53.5552 7.53987C53.5744 7.56794 53.5878 7.59953 53.5948 7.63281C53.6018 7.66609 53.6021 7.70042 53.5957 7.73382C53.5894 7.76723 53.5765 7.79905 53.5578 7.82747C53.5392 7.85589 53.5151 7.88034 53.4869 7.89942C53.322 8.02218 53.1656 8.15601 53.0188 8.3C52.9853 8.32972 52.9447 8.35023 52.9009 8.35951C52.8571 8.36878 52.8116 8.36651 52.769 8.35292V8.35292Z" fill="var(--sapContent_Illustrative_Color16)"/>
32
+ <path d="M43.8945 35.4651C43.867 35.4566 43.8419 35.4418 43.8211 35.422C43.8049 35.4059 43.7921 35.3868 43.7833 35.3658C43.7745 35.3448 43.77 35.3222 43.77 35.2995C43.7699 35.2767 43.7744 35.2541 43.7831 35.2331C43.7918 35.212 43.8045 35.1929 43.8206 35.1768C43.9863 35.0075 44.0653 34.8584 44.0452 34.7529C44.0252 34.6474 43.9811 34.6505 43.893 34.5842C43.7547 34.5006 43.6551 34.3657 43.6159 34.209C43.6046 34.1252 43.6123 34.04 43.6383 33.9596C43.6644 33.8792 43.7081 33.8057 43.7663 33.7444C43.8527 33.6253 43.925 33.4966 43.9816 33.3608C44.0278 33.2509 44.0533 33.1333 44.0569 33.0141C44.0599 32.8966 44.0823 32.7804 44.1233 32.6702C44.2256 32.3961 44.3055 32.1342 44.3898 31.8574C44.474 31.5807 44.5431 31.3371 44.6554 31.0202C44.9504 30.283 45.2915 29.5651 45.6766 28.8708C45.8231 28.6318 45.9477 28.3802 46.0491 28.1189C46.217 27.339 47.4105 26.5329 48.2821 25.9416C48.5174 25.7975 48.7438 25.6395 48.9601 25.4682C50.0074 24.495 51.0038 23.4684 51.9454 22.3925C51.9759 22.3583 52.0187 22.3376 52.0644 22.335C52.1101 22.3323 52.155 22.3478 52.1893 22.3782C52.2062 22.393 52.22 22.411 52.2299 22.4312C52.2398 22.4514 52.2456 22.4733 52.247 22.4958C52.2484 22.5182 52.2453 22.5407 52.238 22.5619C52.2307 22.5832 52.2192 22.6028 52.2043 22.6196C51.2554 23.7055 50.2509 24.7414 49.1947 25.7232C48.9697 25.9071 48.7342 26.0778 48.4893 26.2342C47.7126 26.7593 46.5413 27.545 46.4 28.1981C46.2915 28.4977 46.1518 28.785 45.9831 29.0553C45.6133 29.7291 45.2835 30.424 44.9954 31.1365C44.8878 31.4468 44.8079 31.7087 44.7334 31.9614C44.6589 32.2141 44.5713 32.5114 44.4603 32.7964C44.4287 32.8778 44.4124 32.9642 44.4121 33.0515C44.4052 33.207 44.371 33.3601 44.3111 33.5037C44.2457 33.6682 44.16 33.8239 44.056 33.9671C43.972 34.0878 43.9511 34.122 43.961 34.1707C43.9709 34.2194 44.0209 34.2691 44.1073 34.3323C44.2379 34.4119 44.3361 34.5353 44.3843 34.6805C44.3968 34.8198 44.3744 34.9601 44.3191 35.0886C44.2639 35.2171 44.1775 35.3298 44.0677 35.4166C44.0461 35.4398 44.0185 35.4565 43.9879 35.4651C43.9574 35.4737 43.9251 35.4737 43.8945 35.4651V35.4651Z" fill="var(--sapContent_Illustrative_Color6)"/>
33
+ <path d="M52.4402 21.262L51.4049 22.0339C51.3849 22.0492 51.369 22.0694 51.359 22.0926C51.349 22.1158 51.3451 22.1411 51.3477 22.1662C51.3503 22.1913 51.3594 22.2153 51.3739 22.2359C51.3885 22.2566 51.4081 22.2731 51.4309 22.2839L52.7006 22.9275C52.7231 22.938 52.7479 22.9426 52.7727 22.9409C52.7975 22.9392 52.8215 22.9312 52.8424 22.9178C52.8633 22.9043 52.8805 22.8858 52.8923 22.8639C52.9041 22.842 52.9102 22.8175 52.9099 22.7926L52.9212 21.4846" fill="var(--sapContent_Illustrative_Color1)"/>
34
+ <path d="M72.9428 91.9688C72.1541 95.0705 66.7412 98.0045 65.8231 98.4206C65.7494 98.4353 65.6734 98.4345 65.5999 98.4183C65.5265 98.4022 65.4572 98.3709 65.3965 98.3266C63.7017 95.8078 61.4229 92.6432 62.1567 89.25C62.8905 85.8567 66.0062 83.8935 69.0766 84.6746C72.1471 85.4556 73.7987 88.6065 72.9428 91.9688Z" fill="var(--sapContent_Illustrative_Color1)"/>
35
+ <path d="M63.1898 88.1027C63.1532 88.1012 63.1177 88.0901 63.0867 88.0705C63.0403 88.0407 63.0076 87.9936 62.9957 87.9397C62.9838 87.8858 62.9937 87.8294 63.0232 87.7828C63.1233 87.6239 63.2348 87.4726 63.3571 87.33C63.3753 87.3094 63.3975 87.2926 63.4223 87.2806C63.4471 87.2686 63.474 87.2616 63.5015 87.26C63.529 87.2584 63.5565 87.2623 63.5826 87.2714C63.6086 87.2805 63.6325 87.2946 63.653 87.313C63.6735 87.3314 63.6901 87.3537 63.7019 87.3785C63.7138 87.4034 63.7206 87.4303 63.7219 87.4578C63.7233 87.4853 63.7193 87.5128 63.71 87.5387C63.7008 87.5646 63.6865 87.5885 63.668 87.6089C63.5617 87.7369 63.4642 87.8721 63.3763 88.0134C63.3556 88.0432 63.3275 88.0671 63.2949 88.0827C63.2622 88.0984 63.226 88.1053 63.1898 88.1027V88.1027Z" fill="var(--sapContent_Illustrative_Color16)"/>
36
+ <path d="M65.3968 98.3204L64.7299 99.1253C64.717 99.1412 64.7084 99.1601 64.705 99.1803C64.7015 99.2004 64.7033 99.2211 64.7102 99.2403C64.717 99.2596 64.7287 99.2767 64.7441 99.2902C64.7594 99.3036 64.778 99.3129 64.798 99.3171L65.9197 99.5808C65.9395 99.5847 65.9599 99.5836 65.9791 99.5775C65.9983 99.5715 66.0156 99.5606 66.0295 99.5461C66.0434 99.5315 66.0533 99.5136 66.0584 99.4941C66.0635 99.4747 66.0636 99.4542 66.0587 99.4347L65.8177 98.4036" fill="var(--sapContent_Illustrative_Color1)"/>
37
+ <path d="M85.0359 90.4707C84.9469 90.4445 84.872 90.384 84.8277 90.3026C84.7833 90.2211 84.7732 90.1254 84.7994 90.0365C84.9365 89.5713 84.9262 89.2272 84.7866 89.0626C84.647 88.898 84.5715 88.9346 84.343 88.9319C84.014 88.9152 83.7044 88.7713 83.4796 88.5304C83.3783 88.3904 83.3095 88.2296 83.2783 88.0597C83.247 87.8898 83.254 87.7151 83.2988 87.5482C83.3401 87.2511 83.3439 86.95 83.3102 86.652C83.2879 86.4099 83.2197 86.1743 83.1091 85.9578C83.0006 85.7539 82.9265 85.5334 82.89 85.3053C82.8148 84.7295 82.894 84.1442 83.1195 83.6091C82.6742 83.0923 82.3719 82.4681 82.2422 81.7984C82.0653 80.7233 82.4813 79.6112 82.9122 78.4683C82.9473 78.3493 82.9808 78.2357 83.0126 78.1275C83.2159 77.6764 83.3384 77.1932 83.3747 76.6998C83.3981 76.2303 83.3375 75.7605 83.1957 75.3124C82.6511 73.4704 83.6558 70.1214 84.4579 67.7592L84.4834 67.6726C85.4146 64.9093 86.1998 62.0989 86.8357 59.2531C86.8414 59.2035 86.8575 59.1557 86.8829 59.1127C86.9083 59.0697 86.9424 59.0326 86.9831 59.0037C87.0238 58.9748 87.0702 58.9549 87.1191 58.9451C87.168 58.9353 87.2185 58.9359 87.2672 58.947C87.3158 58.958 87.3616 58.9791 87.4016 59.009C87.4415 59.039 87.4747 59.077 87.499 59.1206C87.5233 59.1642 87.5382 59.2124 87.5426 59.2621C87.547 59.3118 87.5408 59.3619 87.5246 59.4091C86.8818 62.2784 86.0897 65.1122 85.1515 67.899L85.1452 67.9206C83.9532 71.4261 83.532 73.8124 83.883 75.0152C84.0577 75.5475 84.1319 76.1077 84.1015 76.6671C84.0647 77.2349 83.9266 77.7915 83.6935 78.3106C83.6617 78.4188 83.6298 78.527 83.5963 78.6406C83.1701 79.7673 82.8017 80.7581 82.9555 81.6324C83.0369 82.0836 83.221 82.51 83.4935 82.8786C83.7936 82.4214 84.2468 82.086 84.7718 81.9326C85.4548 81.7694 86.3556 81.9643 86.6232 82.5723C86.6881 82.7427 86.7136 82.9256 86.6978 83.1073C86.6819 83.289 86.625 83.4647 86.5315 83.6212C86.4272 83.8636 86.2676 84.0781 86.0656 84.2478C85.8636 84.4175 85.6246 84.5376 85.3679 84.5984C85.1112 84.6593 84.8438 84.6593 84.5871 84.5984C84.3304 84.5374 84.0915 84.4174 83.8895 84.2477L83.7009 84.1097C83.5982 84.4395 83.5678 84.7874 83.6118 85.13C83.6313 85.2983 83.6831 85.4613 83.7643 85.61C83.9069 85.8951 83.9952 86.2042 84.0247 86.5216C84.0631 86.8725 84.0594 87.2266 84.0135 87.5766C83.9793 87.8722 83.9786 87.9543 84.0438 88.0324C84.109 88.1104 84.2442 88.1502 84.4632 88.1853C84.7938 88.2004 85.1058 88.3429 85.3336 88.583C85.4937 88.8193 85.5914 89.0923 85.6176 89.3766C85.6438 89.6608 85.5977 89.9471 85.4835 90.2087C85.4571 90.2982 85.3966 90.3737 85.3151 90.419C85.2336 90.4642 85.1375 90.4756 85.0477 90.4506L85.0359 90.4707ZM83.9829 83.4521C84.0758 83.537 84.1745 83.6152 84.2784 83.6862C84.5345 83.891 84.8608 83.9872 85.1871 83.954C85.3405 83.9033 85.4821 83.8222 85.6035 83.7155C85.7248 83.6089 85.8234 83.4788 85.8933 83.3332C85.9765 83.198 86.0053 83.0363 85.9738 82.8807C85.8376 82.7528 85.6698 82.6637 85.4877 82.6224C85.3056 82.5811 85.1157 82.5892 84.9378 82.6459C84.5262 82.7792 84.1834 83.0687 83.9829 83.4521V83.4521Z" fill="var(--sapContent_Illustrative_Color6)"/>
38
+ <path d="M109.384 39.9774C106.693 48.3678 91.283 55.5136 88.7092 56.507C88.5041 56.5339 88.2956 56.5176 88.0972 56.4591C87.8988 56.4006 87.7148 56.3013 87.5571 56.1675C83.3229 48.952 77.5954 39.8618 80.1897 30.6611C82.7841 21.4603 91.6863 16.5882 99.9788 19.2499C108.271 21.9117 112.314 30.8523 109.384 39.9774Z" fill="var(--sapContent_Illustrative_Color3)"/>
39
+ <path d="M87.5587 56.1621L85.6006 58.2776C85.5618 58.3192 85.5344 58.3701 85.5212 58.4254C85.5081 58.4807 85.5095 58.5384 85.5255 58.593C85.5415 58.6476 85.5714 58.697 85.6123 58.7365C85.6532 58.776 85.7037 58.8041 85.7587 58.8181L88.804 59.7157C88.8578 59.7302 88.9144 59.7308 88.9684 59.7173C89.0224 59.7038 89.0722 59.6768 89.1128 59.6387C89.1535 59.6006 89.1837 59.5528 89.2007 59.4998C89.2177 59.4468 89.2209 59.3902 89.21 59.3356L88.7289 56.46" fill="var(--sapContent_Illustrative_Color3)"/>
40
+ <path d="M85.5412 24.7717C85.4917 24.7559 85.4451 24.7322 85.4031 24.7016C85.3683 24.6705 85.3398 24.6328 85.3195 24.5908C85.2992 24.5487 85.2874 24.503 85.2848 24.4564C85.2822 24.4097 85.2888 24.363 85.3042 24.3189C85.3196 24.2748 85.3436 24.2342 85.3748 24.1994C86.704 22.7906 88.3019 21.6623 90.0742 20.8811C90.1163 20.8542 90.1635 20.8366 90.2129 20.8292C90.2622 20.8218 90.3126 20.8249 90.3607 20.8383C90.4087 20.8517 90.4535 20.8751 90.4919 20.9069C90.5303 20.9388 90.5616 20.9783 90.5838 21.0231C90.6059 21.0678 90.6183 21.1167 90.6203 21.1666C90.6222 21.2165 90.6137 21.2662 90.5951 21.3125C90.5766 21.3589 90.5485 21.4008 90.5127 21.4355C90.4769 21.4703 90.4341 21.4971 90.3873 21.5143C88.6956 22.2597 87.1696 23.3349 85.8983 24.677C85.854 24.7252 85.7968 24.7596 85.7335 24.7764C85.6703 24.7931 85.6036 24.7915 85.5412 24.7717Z" fill="var(--sapContent_Illustrative_Color15)"/>
41
+ <path d="M83.1926 27.4541L83.079 27.4206C83.0411 27.3937 83.009 27.3594 82.9845 27.3199C82.96 27.2803 82.9436 27.2363 82.9364 27.1903C82.9291 27.1444 82.9311 27.0975 82.9422 27.0523C82.9533 27.0071 82.9733 26.9646 83.001 26.9273C83.2979 26.5189 83.6223 26.1314 83.972 25.7672C84.0388 25.7019 84.1288 25.6658 84.2222 25.6669C84.3156 25.668 84.4047 25.7061 84.47 25.7729C84.5353 25.8397 84.5714 25.9297 84.5703 26.0231C84.5692 26.1165 84.5311 26.2056 84.4643 26.2709C84.1374 26.6044 83.8357 26.9615 83.5615 27.3394C83.5168 27.391 83.4585 27.4291 83.3933 27.4493C83.3282 27.4696 83.2586 27.4712 83.1926 27.4541V27.4541Z" fill="var(--sapContent_Illustrative_Color15)"/>
42
+ </g>
43
+ </svg>
44
+ `;
@@ -0,0 +1,42 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-BeforeSearch">
2
+ <rect y="35.5" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <path d="M61.1134 92.227C77.7448 92.227 91.2271 78.7447 91.2271 62.1137C91.2271 45.4823 77.7448 32 61.1134 32C44.4824 32 31 45.4823 31 62.1137C31 78.7447 44.4824 92.227 61.1134 92.227Z" fill="var(--sapContent_Illustrative_Color2)"/>
4
+ <path d="M59.2336 57.9054C58.5391 57.9054 57.8035 57.9873 57.109 58.0692C56.7823 58.1099 56.4552 58.1506 56.1285 58.1918C55.72 58.1506 55.2703 58.028 54.9025 57.9054C54.3714 57.7014 53.8402 57.5788 53.3091 57.538C52.7372 57.538 52.0016 57.7828 51.7563 58.9677C51.6749 59.2129 51.6749 59.4581 51.7563 59.7034C51.7975 59.9486 51.879 60.153 52.0423 60.3571C52.3694 60.7657 52.9412 60.929 53.7176 60.929C54.1673 60.929 54.6166 60.8883 55.0658 60.8068C55.2703 60.8068 55.4748 60.7657 55.6789 60.7249C55.9241 60.7249 56.0467 60.8475 56.3326 61.0927C56.7412 61.5013 57.2316 61.8279 57.7627 61.9917H57.9261C58.825 62.4002 59.7647 62.6043 60.7455 62.6862C61.0315 62.6862 61.3174 62.6862 61.6034 62.5636C61.8897 62.4817 62.1349 62.3184 62.339 62.1143C62.5435 61.8691 62.6661 61.542 62.7475 61.2561C62.8294 60.929 62.7887 60.6023 62.7475 60.3164C62.5023 58.7229 61.3586 57.9466 59.2747 57.9466L59.2336 57.9054Z" fill="var(--sapContent_Illustrative_Color17)"/>
5
+ <path d="M77.2018 71.225C76.0943 71.225 74.9863 71.4291 73.9607 71.7562C73.5913 71.8788 73.2222 71.9603 72.8528 72.0014C72.6068 72.0014 72.3608 71.9195 72.1555 71.7562C71.7453 71.4291 71.4581 70.9798 71.294 70.4894C70.9245 69.6723 70.4325 68.61 68.8321 68.61H68.5042C67.8476 68.61 67.1503 68.4874 66.5348 68.2422C65.9194 67.997 65.345 67.6292 64.8937 67.1388C64.6473 66.894 64.4013 66.6895 64.073 66.5669C63.7451 66.4443 63.4168 66.3628 63.0885 66.3628C62.5553 66.3628 62.0628 66.485 61.5704 66.6488C61.2013 66.7714 60.8319 66.8528 60.4217 66.8528C59.8881 66.8528 59.3549 66.6488 58.8625 66.4036C58.4112 66.1176 58.001 65.7498 57.7138 65.2594C57.5908 65.0142 57.3037 64.4423 56.7293 64.4423C56.1546 64.4423 55.8675 64.8101 55.252 65.6679C55.1701 65.8313 55.0882 65.9539 55.006 66.0765C54.883 66.281 54.7599 66.485 54.5958 66.6488C54.2675 66.3628 53.9392 66.0358 53.6932 65.6679C53.4879 65.4227 53.3237 65.1368 53.1188 64.8916C52.0521 63.4615 51.2724 62.3992 50.4521 61.9906C50.1649 61.868 49.9185 61.7454 49.6313 61.664C49.057 61.5002 48.6468 61.3369 48.4416 60.8876C48.3597 60.6831 48.3185 60.4787 48.3185 60.2339C48.2367 59.2937 47.9902 58.4359 45.8571 58.4359C43.7235 58.4359 44.6669 58.2726 44.5439 58.0274C44.3797 57.6596 44.6262 56.9651 45.3235 55.9435C45.8571 55.0853 46.4722 54.7175 47.0876 54.7175C47.7031 54.7175 48.1544 55.0038 48.7287 55.5757C49.6313 56.4747 50.4928 56.8832 51.3547 56.8832C51.7238 56.8832 52.0932 56.8013 52.4211 56.638C52.7494 56.4747 53.0366 56.2702 53.283 55.9843C54.2263 55.0853 54.6777 54.1049 55.1701 52.2662C55.6626 50.3457 56.4829 48.1392 58.8218 47.7306C59.3549 47.6489 59.8881 47.5671 60.3394 47.5263C62.3911 47.2403 64.0322 47.036 64.8114 45.8102C65.9605 44.0941 66.5348 41.3156 64.3194 39.15C63.1703 37.9242 61.5292 37.1888 59.8474 37.1071C59.0678 37.1071 58.2882 37.3114 57.5497 37.6791C56.8524 38.0468 56.2369 38.5371 55.7444 39.15C54.5547 40.5393 53.652 41.4791 52.9547 41.4791C52.5445 41.4382 52.1751 41.193 51.8879 40.8662C51.6826 40.621 51.5596 40.3758 51.4777 40.0898C51.3955 39.8038 51.3955 39.4769 51.4777 39.1909C51.5189 38.8232 51.6826 38.4963 51.8879 38.2103C52.0932 37.9242 52.3804 37.6791 52.7087 37.5565C53.3237 37.3113 53.9392 37.2296 54.5958 37.2705C55.8267 37.2705 57.2625 37.2296 58.2063 35.6361C58.6983 34.8189 58.8218 34.1243 58.5753 33.5114C58.4112 33.2254 58.2063 32.9394 57.9599 32.7351C57.7138 32.5308 57.3855 32.3673 57.0572 32.2856H56.8931C51.8879 32.9802 47.1288 34.9415 43.0669 37.9651C39.0053 40.9887 35.7516 45.2015 33.7128 49.6101C33.6717 49.7327 32.2358 52.6336 32.6871 54.5134C32.9743 55.4531 33.5077 56.3113 34.3282 56.9239C35.1077 57.537 36.0924 57.8636 37.077 57.9048C38.7591 57.9048 39.8669 58.3133 40.6874 60.2746C41.59 62.481 43.7235 63.87 45.3235 64.4016C45.5288 64.483 45.7748 64.5238 45.9801 64.6056C47.0469 64.8916 47.9491 65.1368 48.6057 66.8121C48.811 67.4251 49.2212 67.997 49.7544 68.3648C50.288 68.7326 50.9853 68.896 51.6419 68.8552H52.6264C52.9958 68.8552 53.529 68.896 53.6932 69.1819C53.775 69.3452 53.8985 69.8764 53.0366 71.3476C51.1906 74.5753 51.6419 76.0465 52.5852 77.8852C53.1188 78.9882 53.8985 79.9279 54.883 80.6228C55.8675 81.358 57.0165 81.8484 58.2063 82.0529C58.4523 82.0529 58.6983 82.1755 58.9448 82.2981C59.1497 82.4207 59.3549 82.6248 59.478 82.87C59.9704 83.8508 59.478 85.5257 58.8218 86.7925C58.5342 87.4055 58.1652 87.9367 57.755 88.4678C57.3444 89.0397 57.0165 89.4482 57.0165 90.0613C57.0572 90.7969 57.1693 91.0845 57.4153 91.7793L57.4902 92.0441C58.5981 92.2078 60.8331 92.3398 62.6522 92.2034L64.062 92.106L62.831 91.4115C62.831 91.4115 62.1744 91.0437 62.227 90.0613C62.227 88.6311 63.1296 89.1216 65.7141 89.1216H66.7397C67.191 89.1216 67.6016 88.8764 67.9295 88.5497L68.1348 88.3045C69.0785 87.1603 71.294 84.4227 72.2785 83.8097C72.6891 83.5237 73.1811 83.3193 73.6735 83.2378C74.4939 83.0333 75.2735 82.6248 75.889 82.0118C76.1761 81.7258 76.4222 81.3991 76.5863 81.0313C76.7505 80.6635 76.8327 80.255 76.8327 79.8464C76.8327 79.356 76.9558 78.8656 77.2429 78.457C77.5712 78.0078 78.0225 77.64 78.5557 77.354C79.2123 76.9455 80.0327 76.4551 80.4021 75.3516C80.9353 73.8808 81.0176 72.9411 80.5251 72.2466C80.0327 71.5517 79.0482 71.225 77.3248 71.225H77.2018Z" fill="var(--sapContent_Illustrative_Color17)"/>
6
+ <path d="M62.2983 35.8155C62.8702 35.9789 63.4832 36.0606 64.0962 36.0606C64.4636 36.0606 64.7088 36.0606 64.8314 36.1423C64.954 36.3466 65.0766 36.5509 65.1174 36.7552C65.3219 37.3272 65.5671 38.0218 66.2615 38.3487C66.8338 38.5939 67.4464 38.6756 68.0595 38.6756C68.5906 38.6756 69.98 38.5939 70.7564 37.8584C72.3498 36.3466 69.9877 33.5226 69.9059 33.4001L69.815 33.2864C66.9951 32.3995 63.7663 31.922 60.1737 32.0155L60.2552 32.465C60.2963 32.751 60.7863 35.3251 62.2983 35.8155Z" fill="var(--sapContent_Illustrative_Color17)"/>
7
+ <path d="M87.9987 55.3729C88.8976 53.6157 88.8162 51.7363 87.672 49.9384C85.5881 46.5062 80.5215 44.2181 77.1301 44.2181C73.7387 44.2181 73.5754 45.0761 73.1261 46.5879C72.7176 47.8137 72.595 49.1621 72.8402 50.4288C73.0442 51.7363 73.5754 52.9212 74.3925 53.9835C76.313 56.5578 79.6636 58.2738 82.7687 58.2738C85.8741 58.2738 87.0183 57.2522 87.9987 55.3729Z" fill="var(--sapContent_Illustrative_Color17)"/>
8
+ <path d="M62.451 68.7599C66.0298 63.4981 71.8948 62.5816 74.3803 62.7808L79.1517 66.3681C82.9691 75.4566 79.0311 84.6853 76.546 87.9737C66.9271 93.5902 57.6951 92.7263 51.8965 90.7936C51.8965 87.5048 57.9778 75.3369 62.451 68.7599Z" fill="var(--sapContent_Illustrative_Color14)"/>
9
+ <path d="M69.2855 68.2023C66.8338 68.5293 64.8567 67.3257 64.2441 66.6447C60.401 70.4649 56.3746 78.7234 55.4895 81.0386C55.8162 81.2019 56.5506 81.3453 56.8231 81.4818C58.9477 81.6451 59.4792 82.6394 59.4792 83.116C62.748 84.0968 69.0924 83.8577 71.8842 83.5852C72.0887 83.3811 72.7991 82.8708 73.7799 82.7074C75.0055 82.5029 76.6401 81.0732 76.6401 79.2342C76.6401 77.7633 78.4108 76.7149 79.2959 76.3744C79.9089 75.4888 80.9712 73.3504 80.3174 71.8796C79.6637 70.4087 76.5037 70.7219 75.0055 71.0625C74.1885 72.2201 72.3905 73.9227 71.7368 71.471C71.083 69.0193 69.8301 68.2703 69.2855 68.2023Z" fill="var(--sapContent_Illustrative_Color17)"/>
10
+ <path d="M69.2855 68.2023C66.8338 68.5293 64.8567 67.3257 64.2441 66.6447C60.401 70.4649 56.3746 78.7234 55.4895 81.0386C55.8162 81.2019 56.5506 81.3453 56.8231 81.4818C58.9477 81.6451 59.4792 82.6394 59.4792 83.116C62.748 84.0968 69.0924 83.8577 71.8842 83.5852C72.0887 83.3811 72.7991 82.8708 73.7799 82.7074C75.0055 82.5029 76.6401 81.0732 76.6401 79.2342C76.6401 77.7633 78.4108 76.7149 79.2959 76.3744C79.9089 75.4888 80.9712 73.3504 80.3174 71.8796C79.6637 70.4087 76.5037 70.7219 75.0055 71.0625C74.1885 72.2201 72.3905 73.9227 71.7368 71.471C71.083 69.0193 69.8301 68.2703 69.2855 68.2023Z" fill="var(--sapContent_Illustrative_Color22)"/>
11
+ <path d="M84.0688 48.1902C84.1113 48.1902 84.1956 48.2325 84.2381 48.2748C84.1956 48.2748 84.1113 48.2325 84.0688 48.1902Z" fill="var(--sapContent_Illustrative_Color25)"/>
12
+ <path d="M84.5759 48.4025C84.5759 48.4025 84.6609 48.4025 84.703 48.4449C84.703 48.4449 84.6184 48.4449 84.5759 48.4025Z" fill="var(--sapContent_Illustrative_Color25)"/>
13
+ <path d="M83.5201 47.9797C83.6043 47.9797 83.6464 48.0219 83.7311 48.0642C83.6464 48.0642 83.6043 48.0219 83.5201 47.9797Z" fill="var(--sapContent_Illustrative_Color25)"/>
14
+ <path d="M49.8928 79.0882C36.468 73.2004 32.227 60.4932 32.1589 53.8196C28.5206 65.6437 33.1594 84.2217 51.3054 90.5886C67.0635 96.118 79.66 87.3663 84.914 80.5607C66.323 85.4641 61.5378 84.1957 49.8928 79.0882Z" fill="var(--sapContent_Illustrative_Color13)"/>
15
+ <path d="M81.3447 48.6047C81.4265 48.6047 81.5491 48.6047 81.631 48.6456C81.5491 48.6456 81.4265 48.6456 81.3447 48.6047Z" fill="var(--sapContent_Illustrative_Color25)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M55.3286 81.3568C53.3348 85.4936 51.8941 89.1965 51.892 90.7998C53.3963 91.2934 54.8826 91.6523 56.3432 91.8922C57.8121 92.1305 59.3945 92.2726 61.0653 92.2739C67.0004 92.2629 72.3396 90.4226 76.544 87.9799C77.4988 86.7155 78.667 84.5755 79.528 81.9043C67.9544 84.5494 62.5244 84.0696 55.3286 81.3568Z" fill="var(--sapContent_Illustrative_Color14)"/>
17
+ <path d="M67.8932 87.9176L72.1261 83C65.367 83.624 62.1605 83.0526 59.4612 82.4277C59.4966 82.4554 59.7027 82.9691 59.5435 83.967C59.3447 85.2146 57.5557 88.3335 57.1582 88.9571C56.8401 89.4565 57.3366 91.1452 57.6018 91.977C59.2172 92.2084 62.1601 92.3008 63.8635 92.0695C63.8635 92.0695 62.7242 91.4524 62.3267 90.8288C60.8269 88.4753 62.923 88.5416 65.1099 88.7494C66.8594 88.9156 67.6944 88.2643 67.8932 87.9176Z" fill="var(--sapContent_Illustrative_Color13)"/>
18
+ <path d="M67.8916 87.9175L72.1245 82.9999C65.3654 83.6239 62.159 83.0524 59.4597 82.4276C59.4951 82.4553 59.7012 82.9689 59.5419 83.9669C59.3432 85.2145 57.5542 88.3334 57.1567 88.957C56.8385 89.4564 57.3351 91.1451 57.6002 91.9769C59.2157 92.2082 62.1586 92.3007 63.862 92.0693C63.862 92.0693 62.7227 91.4522 62.3252 90.8286C60.8254 88.4751 62.9215 88.5415 65.1084 88.7493C66.8579 88.9154 67.6929 88.2641 67.8916 87.9175Z" fill="var(--sapContent_Illustrative_Color22)"/>
19
+ <path d="M88.1607 67.1861C88.0339 66.9747 87.5694 66.1298 86.7667 66.0452C86.1329 66.0031 85.6262 66.3834 84.9077 67.2703C83.0492 69.5938 82.9646 70.1855 83.4716 71.7062C83.5559 71.9598 83.7252 72.1708 83.9362 72.3401C84.1476 72.4668 84.4011 72.5511 84.6542 72.5511C85.5837 72.5511 86.5978 71.9176 86.8513 71.7483C87.0202 71.6216 87.147 71.4948 87.2737 71.3681C88.5835 70.0162 88.2453 67.8195 88.1186 67.1861H88.1607Z" fill="var(--sapContent_Illustrative_Color17)"/>
20
+ <path d="M96.9043 59.4442C97.8504 63.4013 96.2916 67.4765 94.345 70.3859C92.5935 73.0002 89.6389 74.8423 85.7703 75.3046C77.2376 76.3228 68.1046 70.2457 65.8022 62.0118C63.4998 53.7779 68.5567 45.9399 76.6595 45.5661C84.4437 45.207 94.2931 52.1522 96.9043 59.4442Z" fill="var(--sapContent_Illustrative_Color16)"/>
21
+ <path d="M96.3336 57.4128C99.0486 64.9925 94.9527 72.1197 86.7807 73.0961C78.248 74.1143 69.115 68.0372 66.8126 59.8033C64.5102 51.5693 69.698 45.4259 77.8033 45.052C85.5875 44.693 93.7249 50.1232 96.3361 57.4128H96.3336Z" fill="var(--sapContent_Illustrative_Color15)"/>
22
+ <path d="M94.513 57.5603C96.8426 64.1538 93.2309 70.3022 86.1458 71.1114C78.789 71.95 70.9283 66.719 68.91 59.636C66.9633 52.8039 71.3235 47.1425 78.3592 46.7859C85.1527 46.444 92.2625 51.1881 94.5155 57.5603H94.513Z" fill="var(--sapContent_Illustrative_Color25)"/>
23
+ <path d="M96.2349 94.3843L91.5807 95.6189L84.1868 72.0951L88.547 71.5885L96.2349 94.3843Z" fill="var(--sapContent_Illustrative_Color15)"/>
24
+ <path d="M68.6654 54.3262L78.2875 46.7908C73.2331 47.0736 69.5745 50.0986 68.6654 54.3262Z" fill="var(--sapContent_Illustrative_Color25)"/>
25
+ <path d="M86.1458 71.1114C92.3958 70.3982 95.9408 65.5311 95.091 59.8672L79.6956 70.3834C81.7831 71.0769 83.9867 71.3573 86.1458 71.1114Z" fill="var(--sapContent_Illustrative_Color8)"/>
26
+ <path d="M86.9288 48.9156L86.924 48.9132L86.9288 48.9156Z" fill="var(--sapContent_Illustrative_Color25)"/>
27
+ <path d="M78.3567 46.7858C78.5568 46.776 78.7544 46.7711 78.9545 46.7687C78.7544 46.7687 78.5568 46.776 78.3567 46.7858Z" fill="var(--sapContent_Illustrative_Color25)"/>
28
+ <path d="M84.8217 47.9147C84.8835 47.9393 84.9452 47.9639 85.0045 47.9885C84.9428 47.9639 84.8835 47.9393 84.8217 47.9147Z" fill="var(--sapContent_Illustrative_Color25)"/>
29
+ <path d="M85.3824 48.1459C85.4244 48.1656 85.4664 48.1853 85.5084 48.2025C85.4664 48.1828 85.4244 48.1632 85.3824 48.1459Z" fill="var(--sapContent_Illustrative_Color25)"/>
30
+ <path d="M84.2535 47.7007C84.3226 47.7253 84.3943 47.7499 84.4635 47.777C84.3943 47.7499 84.3251 47.7253 84.2535 47.7007Z" fill="var(--sapContent_Illustrative_Color25)"/>
31
+ <path d="M80.4096 46.8351C80.5232 46.8449 80.6369 46.8571 80.753 46.8718C80.6394 46.8595 80.5257 46.8473 80.4096 46.8351Z" fill="var(--sapContent_Illustrative_Color25)"/>
32
+ <path d="M79.7944 46.7908C79.913 46.7981 80.0341 46.803 80.1526 46.8128C80.0341 46.803 79.913 46.7957 79.7944 46.7908Z" fill="var(--sapContent_Illustrative_Color25)"/>
33
+ <path d="M81.0148 46.9039C81.126 46.9186 81.2396 46.9357 81.3508 46.9528C81.2396 46.9357 81.1285 46.9186 81.0148 46.9039Z" fill="var(--sapContent_Illustrative_Color25)"/>
34
+ <path d="M79.1547 46.7711C79.2881 46.7711 79.419 46.7736 79.5524 46.7785C79.419 46.7736 79.2856 46.7711 79.1547 46.7711Z" fill="var(--sapContent_Illustrative_Color25)"/>
35
+ <path d="M95.1998 60.8903C94.8342 53.5663 87.7664 47.7081 80.7505 46.835C78.3098 46.6112 74.0187 46.6112 70.9036 49.983C70.5528 50.3618 70.2242 50.8045 69.9179 51.2717C69.866 51.3504 69.8364 51.4045 69.7894 51.4808C69.782 51.4906 69.7796 51.5029 69.7722 51.5152C73.4654 47.0859 79.3696 46.8031 84.587 48.8689C89.9873 51.0061 94.6514 55.6617 95.1998 60.8952V60.8903Z" fill="var(--sapContent_Illustrative_Color16)"/>
36
+ <path d="M77.1314 47.6959L68.6654 54.3263C68.3171 55.9495 68.3714 57.7472 68.91 59.636C68.9544 59.7934 69.0038 59.9484 69.0557 60.1033L85.4368 49.2305C82.754 48.0328 79.8488 47.4376 77.1314 47.6959Z" fill="var(--sapContent_Illustrative_Color8)"/>
37
+ <path d="M82.4131 73.0248L84.9502 74.5225C84.9502 74.5225 84.4215 73.2166 86.1607 73.0371V73.01C85.464 73.1158 84.0608 73.2559 82.4131 73.0223V73.0248Z" fill="var(--sapContent_Illustrative_Color16)"/>
38
+ <path d="M88.0035 72.7764C88.3568 72.7911 88.9744 73.0518 89.2684 73.8019L89.6883 72.4395C89.6883 72.4395 89.3005 72.6264 88.0035 72.7739V72.7764Z" fill="var(--sapContent_Illustrative_Color16)"/>
39
+ <path d="M91.5806 95.6189L84.6487 73.5904L85.1156 73.1231C85.1156 73.1231 86.0025 73.0715 87.0104 72.8698C87.0104 72.8698 86.6621 73.2609 86.7634 73.8019C87.1685 75.9268 93.7595 95.2057 93.7595 95.2057L91.5782 95.6189H91.5806Z" fill="var(--sapContent_Illustrative_Color16)"/>
40
+ <path d="M96.2348 94.3843C96.2348 94.64 95.0342 95.0655 93.0703 95.5697C92.0994 95.764 91.6226 95.7394 91.5806 95.6189C91.551 95.5328 92.0821 95.2008 93.0456 94.8909C94.4883 94.4408 96.0718 94.1875 96.2348 94.3843Z" fill="var(--sapContent_Illustrative_Color16)"/>
41
+ </svg>
42
+ `;
@@ -0,0 +1,23 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-Connection">
2
+ <path d="M63.9789 127.958C99.3134 127.958 127.958 99.3134 127.958 63.9789C127.958 28.6443 99.3134 0 63.9789 0C28.6443 0 0 28.6443 0 63.9789C0 99.3134 28.6443 127.958 63.9789 127.958Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M112.339 70.9121C112.383 70.747 112.469 70.5963 112.589 70.4748L114.081 63.3687C114.211 62.7459 114.089 62.0967 113.741 61.5637C113.394 61.0308 112.848 60.6577 112.226 60.5263L105.525 59.1157L106.054 59.2286L101.755 79.7285L107.937 81.0227C108.246 81.0878 108.564 81.0915 108.874 81.0335C109.184 80.9754 109.479 80.8569 109.743 80.6846C110.007 80.5123 110.235 80.2897 110.413 80.0294C110.59 79.7691 110.715 79.4763 110.78 79.1678L112.388 71.5081C112.307 71.3201 112.29 71.1108 112.339 70.9121Z" fill="var(--sapContent_Illustrative_Color9)"/>
4
+ <path d="M106.058 59.2427L105.529 59.1333L104.668 58.95L100.366 79.4499L101.741 79.739L101.759 79.7426L106.058 59.2427Z" fill="var(--sapContent_Illustrative_Color17)"/>
5
+ <path d="M104.668 58.9535L105.247 56.1992C105.305 55.9232 105.308 55.6383 105.256 55.361C105.205 55.0837 105.098 54.8193 104.944 54.5831C104.79 54.3469 104.59 54.1435 104.357 53.9845C104.124 53.8255 103.862 53.714 103.586 53.6566L95.122 51.8933C95.0195 51.8736 94.9158 51.8607 94.8116 51.8545C95.3569 52.0492 95.8132 52.4346 96.0965 52.9396C96.3797 53.4445 96.4708 54.0349 96.3527 54.6017L91.0629 79.7531C90.9435 80.3199 90.6232 80.8244 90.1612 81.1738C89.6991 81.5231 89.1263 81.6936 88.5485 81.6539C88.6464 81.6896 88.7465 81.7191 88.8482 81.7421L97.0686 83.4666C97.6884 83.5909 98.3321 83.4658 98.8603 83.1186C99.3884 82.7713 99.7584 82.2299 99.8899 81.6116L100.341 79.4675L104.668 58.9535Z" fill="var(--sapContent_Illustrative_Color9)"/>
6
+ <path d="M91.0734 79.7284L96.3632 54.577C96.4813 54.0102 96.3902 53.4198 96.107 52.9149C95.8237 52.4099 95.3674 52.0245 94.8221 51.8298C94.7202 51.7907 94.6152 51.76 94.5083 51.7381L89.4547 50.6801C89.1462 50.615 88.828 50.6114 88.5181 50.6694C88.2083 50.7274 87.9129 50.8459 87.6489 51.0182C87.3849 51.1905 87.1574 51.4132 86.9796 51.6735C86.8017 51.9337 86.6769 52.2265 86.6123 52.5351L81.3225 77.6865C81.2573 77.995 81.2537 78.3132 81.3117 78.6231C81.3697 78.933 81.4883 79.2283 81.6606 79.4923C81.8329 79.7563 82.0555 79.9838 82.3158 80.1617C82.5761 80.3395 82.8689 80.4643 83.1774 80.5289L88.231 81.5869C88.338 81.6091 88.4464 81.6244 88.5554 81.6327C89.1344 81.6731 89.7084 81.5025 90.1713 81.1524C90.6342 80.8024 90.9546 80.2965 91.0734 79.7284ZM88.0935 62.5117L88.7988 59.1615C88.8122 59.0958 88.8385 59.0335 88.8761 58.9781C88.9137 58.9226 88.962 58.8752 89.018 58.8384C89.0741 58.8017 89.1369 58.7765 89.2027 58.7641C89.2686 58.7518 89.3362 58.7526 89.4018 58.7665L91.2885 59.1615C91.4206 59.1895 91.5363 59.2686 91.6103 59.3816C91.6843 59.4946 91.7106 59.6322 91.6835 59.7645L90.9782 63.1183C90.9502 63.2504 90.8711 63.3661 90.7581 63.4401C90.6451 63.5141 90.5074 63.5404 90.3751 63.5133L88.492 63.1183C88.3607 63.091 88.2453 63.0133 88.1707 62.9018C88.0962 62.7904 88.0685 62.6541 88.0935 62.5223V62.5117ZM85.9775 72.5342L86.6828 69.184C86.7108 69.0519 86.7899 68.9362 86.9029 68.8622C87.0159 68.7882 87.1536 68.7619 87.2859 68.789L89.1691 69.184C89.2348 69.1978 89.2973 69.2245 89.3527 69.2625C89.4082 69.3005 89.4556 69.349 89.4923 69.4054C89.529 69.4617 89.5542 69.5247 89.5665 69.5908C89.5788 69.6569 89.578 69.7248 89.564 69.7906L88.8587 73.1408C88.8299 73.2732 88.7501 73.3889 88.6365 73.4628C88.523 73.5368 88.3849 73.563 88.2521 73.5358L86.369 73.1408C86.2409 73.1097 86.1298 73.0303 86.0589 72.9193C85.9879 72.8082 85.9625 72.6741 85.9881 72.5448L85.9775 72.5342Z" fill="var(--sapContent_Illustrative_Color17)"/>
7
+ <path d="M88.7896 59.1674L88.0865 62.5187C88.0285 62.7951 88.2055 63.0662 88.4819 63.1242L90.3629 63.5188C90.6393 63.5768 90.9104 63.3998 90.9684 63.1234L91.6716 59.7721C91.7295 59.4957 91.5525 59.2246 91.2761 59.1666L89.3951 58.772C89.1187 58.714 88.8476 58.891 88.7896 59.1674Z" fill="var(--sapContent_Illustrative_Color4)"/>
8
+ <path d="M86.6872 69.193L85.984 72.5444C85.926 72.8208 86.1031 73.0918 86.3795 73.1498L88.2605 73.5445C88.5369 73.6025 88.808 73.4254 88.866 73.1491L89.5691 69.7977C89.6271 69.5213 89.4501 69.2503 89.1737 69.1923L87.2927 68.7976C87.0163 68.7396 86.7452 68.9166 86.6872 69.193Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M57.9555 56.372C58.7593 56.5401 59.597 56.3823 60.2847 55.9334C60.9723 55.4844 61.4537 54.781 61.6232 53.9774C61.7912 53.1736 61.6335 52.3359 61.1846 51.6483C60.7356 50.9607 60.0321 50.4793 59.2286 50.3098L46.8856 47.7249L45.6161 53.7835L57.9555 56.372Z" fill="var(--sapContent_Illustrative_Color3)"/>
10
+ <path d="M55.2506 69.9175C56.0545 70.0859 56.8923 69.928 57.5798 69.4786C58.2673 69.0292 58.7481 68.3251 58.9165 67.5212C59.0848 66.7173 58.9269 65.8795 58.4775 65.192C58.0281 64.5045 57.3241 64.0237 56.5202 63.8554L44.0643 61.2422L42.7913 67.3008L55.2506 69.9175Z" fill="var(--sapContent_Illustrative_Color3)"/>
11
+ <path d="M37.1488 38.6017L30.2085 71.6809C30.0322 72.4972 29.5414 73.2111 28.8423 73.6679C28.1432 74.1247 27.2922 74.2876 26.4739 74.1213L24.8129 73.7686L37.6531 76.4629C38.4699 76.6273 39.3186 76.4639 40.016 76.008C40.7134 75.5521 41.2035 74.8402 41.3806 74.026L42.7913 67.3009L44.0644 61.2422L45.6301 53.7836L46.8997 47.7249L48.3103 40.9469C48.4767 40.1285 48.3138 39.2776 47.857 38.5785C47.4002 37.8794 46.6862 37.3885 45.87 37.2123L33.4283 34.5885L34.7013 34.8565C35.1089 34.94 35.4958 35.1034 35.8398 35.3372C36.1839 35.571 36.4782 35.8707 36.7057 36.219C36.9333 36.5672 37.0896 36.957 37.1656 37.366C37.2417 37.775 37.236 38.195 37.1488 38.6017Z" fill="var(--sapContent_Illustrative_Color9)"/>
12
+ <path d="M31.3264 44.424L27.0417 64.8498C26.8654 65.6661 26.3745 66.38 25.6754 66.8368C24.9764 67.2937 24.1254 67.4566 23.307 67.2902L18.458 66.2746L17.8656 69.0958C17.7799 69.5013 17.775 69.9197 17.8514 70.3271C17.9277 70.7345 18.0837 71.1228 18.3104 71.4698C18.5371 71.8167 18.8301 72.1155 19.1726 72.349C19.515 72.5825 19.9001 72.7461 20.3059 72.8304L24.8058 73.772L26.4669 74.1247C27.2852 74.291 28.1362 74.1281 28.8353 73.6713C29.5343 73.2145 30.0252 72.5006 30.2015 71.6843L37.1488 38.6016C37.2345 38.1961 37.2393 37.7777 37.163 37.3703C37.0867 36.9629 36.9307 36.5746 36.704 36.2277C36.4772 35.8807 36.1843 35.5819 35.8418 35.3484C35.4994 35.1149 35.1142 34.9513 34.7084 34.867L33.4353 34.599L28.5546 33.5727C27.7361 33.4019 26.8833 33.5608 26.1814 34.0151C25.4794 34.4694 24.9851 35.1824 24.8058 35.999L24.0406 39.6561L28.8825 40.6717C29.7032 40.847 30.421 41.3402 30.879 42.0434C31.337 42.7466 31.4979 43.6025 31.3264 44.424Z" fill="var(--sapContent_Illustrative_Color17)"/>
13
+ <path d="M19.1986 41.8779L14.9314 62.3037C14.8028 62.918 14.495 63.4805 14.0468 63.9199C13.5986 64.3592 13.0302 64.6559 12.4135 64.7723C12.7483 64.9981 13.1247 65.1551 13.5208 65.2343L18.458 66.2922L23.2999 67.3079C24.1183 67.4742 24.9693 67.3114 25.6684 66.8545C26.3674 66.3977 26.8583 65.6838 27.0346 64.8675L31.3193 44.4417C31.4868 43.6233 31.3249 42.7719 30.8687 42.0721C30.4125 41.3723 29.6989 40.8805 28.8825 40.7035L24.0405 39.6879L19.1034 38.6511C18.7028 38.566 18.2895 38.5601 17.8867 38.6334C18.3993 38.9861 18.7969 39.4816 19.0302 40.0585C19.2634 40.6353 19.322 41.268 19.1986 41.8779Z" fill="var(--sapContent_Illustrative_Color9)"/>
14
+ <path d="M12.5404 51.1634C12.504 51.2881 12.4433 51.4043 12.3619 51.5055C12.2804 51.6067 12.1798 51.6908 12.0658 51.753C11.9518 51.8153 11.8267 51.8544 11.6975 51.8682C11.5684 51.882 11.4377 51.8702 11.3132 51.8334C10.2384 51.5206 9.14054 51.293 8.02994 51.1528L6.07976 60.4453C5.99453 60.8508 5.99005 61.2691 6.06659 61.6763C6.14313 62.0835 6.29919 62.4716 6.52583 62.8185C6.75248 63.1653 7.04528 63.4641 7.38748 63.6977C7.72968 63.9313 8.11456 64.0952 8.52014 64.1799L11.1756 64.7371C11.5783 64.8182 11.9931 64.8182 12.3958 64.7371C13.0126 64.6207 13.581 64.3241 14.0292 63.8847C14.4773 63.4453 14.7852 62.8829 14.9138 62.2685L19.1986 41.8427C19.3659 41.0238 19.2036 40.1719 18.7466 39.4721C18.2897 38.7722 17.5752 38.2808 16.7582 38.1045L14.1027 37.5473C13.2838 37.38 12.4319 37.5423 11.7321 37.9992C11.0322 38.4562 10.5408 39.1707 10.3645 39.9877L8.4355 49.1885C9.59612 49.3412 10.7433 49.5829 11.8668 49.9115C11.9946 49.9473 12.1138 50.0086 12.2174 50.0915C12.321 50.1745 12.4067 50.2775 12.4696 50.3943C12.5325 50.5112 12.5712 50.6395 12.5833 50.7716C12.5955 50.9038 12.5809 51.037 12.5404 51.1634Z" fill="var(--sapContent_Illustrative_Color17)"/>
15
+ <path d="M81.4918 114.109C79.2807 110.469 79.8766 104.697 82.3805 100.059C81.8621 99.6747 81.3225 99.3009 80.7336 98.9412C79.9398 100.375 79.3127 101.896 78.8645 103.473C77.6196 107.853 77.9653 112.106 79.8061 115.135C81.0861 117.156 82.9578 118.734 85.1665 119.653C85.5191 119.081 85.8718 118.51 86.1539 117.935C84.0838 117.047 82.4969 115.759 81.4918 114.109Z" fill="var(--sapContent_Illustrative_Color4)"/>
16
+ <path d="M94.1768 119.36C92.1015 119.386 90.0323 119.128 88.0265 118.595C87.7303 119.185 87.4035 119.773 87.0461 120.358C88.807 120.882 90.6245 121.192 92.4594 121.282C93.7125 120.659 94.9421 119.996 96.1482 119.293C95.4993 119.335 94.8575 119.36 94.2192 119.36H94.1768Z" fill="var(--sapContent_Illustrative_Color4)"/>
17
+ <path d="M85.6037 93.2457C84.1168 94.3674 82.8242 95.7256 81.7773 97.266C82.3522 97.6187 82.8953 97.9713 83.4137 98.3663C84.3321 97.0138 85.4677 95.8222 86.7745 94.8398C90.0869 92.3681 94.1135 91.0412 98.2464 91.0593C99.6265 91.063 101.003 91.1964 102.358 91.4578C107.296 92.41 112.398 95.1078 117.297 99.3502C117.666 98.793 118.028 98.2311 118.383 97.6645C105.292 86.4289 93.1329 87.6879 85.6037 93.2457Z" fill="var(--sapContent_Illustrative_Color4)"/>
18
+ <path d="M113.545 70.2067C113.376 70.1638 113.199 70.1659 113.031 70.213C112.863 70.26 112.711 70.3503 112.589 70.4747C112.469 70.5963 112.383 70.747 112.339 70.912C112.284 71.1103 112.297 71.321 112.374 71.5115C112.429 71.6588 112.519 71.7908 112.635 71.8963C112.752 72.0019 112.892 72.0779 113.044 72.1181C120.027 73.9484 123.356 80.7511 124.209 82.793C124.396 83.2374 124.562 83.6923 124.706 84.1507C125.038 83.1563 125.345 82.1488 125.627 81.1285C124.255 78.2296 120.556 72.0546 113.545 70.2067Z" fill="var(--sapContent_Illustrative_Color4)"/>
19
+ <path d="M33.5447 106.753C38.503 105.677 41.1479 103.311 43.7082 101.025C46.2685 98.7402 48.857 96.4233 53.9635 95.0797C62.4272 92.8509 73.4442 94.4378 80.7301 98.9377C81.312 99.2904 81.8586 99.6712 82.377 100.056C85.4239 102.33 87.3424 105.042 87.9631 107.99C88.5943 110.995 87.9419 114.469 86.1504 117.932C85.8542 118.507 85.5227 119.078 85.163 119.649C83.655 122.01 81.822 124.147 79.7179 125.997C81.0475 125.644 82.3593 125.292 83.6536 124.865C83.9745 124.512 84.2848 124.16 84.5846 123.789C85.4887 122.704 86.3137 121.555 87.0532 120.351C87.4082 119.766 87.735 119.178 88.0336 118.588C89.9379 114.8 90.6185 110.97 89.9062 107.581C89.1762 104.104 86.9474 100.948 83.4208 98.3594C82.9024 97.9785 82.3629 97.6117 81.7845 97.2591C74.0719 92.4947 62.4307 90.8125 53.4733 93.1718C47.9119 94.6353 44.9848 97.2485 42.4034 99.5549C39.9348 101.766 37.5896 103.857 33.1391 104.82C26.5092 106.259 18.592 104.57 11.2462 100.186C12.1137 101.449 13.0248 102.678 13.9793 103.875C20.641 106.999 27.5601 108.05 33.5447 106.753Z" fill="var(--sapContent_Illustrative_Color4)"/>
20
+ <path d="M8.02994 51.1633C9.14055 51.3035 10.2384 51.531 11.3132 51.8439C11.4393 51.8868 11.5729 51.9037 11.7058 51.8936C11.8386 51.8834 11.9681 51.8465 12.0863 51.7851C12.2045 51.7236 12.3091 51.6389 12.3937 51.5359C12.4783 51.433 12.5412 51.314 12.5786 51.1861C12.616 51.0582 12.6271 50.924 12.6113 50.7917C12.5955 50.6594 12.553 50.5316 12.4865 50.4162C12.42 50.3007 12.3308 50.1999 12.2243 50.1198C12.1178 50.0397 11.9962 49.982 11.8668 49.9501C10.7433 49.6216 9.59613 49.3799 8.43551 49.2272C6.16663 48.9 3.85564 49.0198 1.63276 49.5799C1.46348 50.3098 1.31184 51.0504 1.17078 51.791C3.37681 51.0492 5.7259 50.8342 8.02994 51.1633Z" fill="var(--sapContent_Illustrative_Color4)"/>
21
+ <path d="M87.5047 9.06159L70.0819 24.0454C70.0492 24.0749 70.0249 24.1127 70.0115 24.155C69.9982 24.1972 69.9964 24.2423 70.0062 24.2855C70.016 24.3287 70.0372 24.3685 70.0674 24.4006C70.0976 24.4327 70.1358 24.456 70.178 24.4681L78.8957 26.8372C78.9305 26.8465 78.9627 26.8636 78.9902 26.8871C79.0176 26.9106 79.0396 26.9401 79.0544 26.9733C79.0692 27.0065 79.0765 27.0426 79.0758 27.079C79.075 27.1154 79.0663 27.1512 79.0502 27.1837L72.9391 39.6421C72.9131 39.6927 72.9055 39.7509 72.9174 39.8066C72.9293 39.8623 72.96 39.9121 73.0043 39.9474C73.0485 39.9827 73.1036 40.0013 73.1599 39.9999C73.2162 39.9986 73.2703 39.9774 73.3129 39.94L90.9154 24.9985C90.9488 24.9695 90.9738 24.9319 90.9877 24.8896C91.0015 24.8473 91.0038 24.802 90.9941 24.7586C90.9844 24.7151 90.9633 24.6751 90.9328 24.6429C90.9024 24.6107 90.8639 24.5876 90.8214 24.5758L81.9638 22.2279C81.929 22.2182 81.8967 22.2009 81.8692 22.1772C81.8417 22.1534 81.8197 22.1239 81.8048 22.0906C81.7898 22.0574 81.7823 22.0212 81.7827 21.9846C81.7831 21.9481 81.7915 21.9121 81.8071 21.8792L87.8807 9.35746C87.9066 9.30663 87.9141 9.24823 87.9019 9.19238C87.8898 9.13653 87.8587 9.08675 87.8141 9.05164C87.7695 9.01653 87.7141 8.99831 87.6576 9.00012C87.6012 9.00194 87.5471 9.02368 87.5047 9.06159Z" fill="var(--sapContent_Illustrative_Color3)"/>
22
+ </svg>
23
+ `;
@@ -0,0 +1,18 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-DragFilesToUpload">
2
+ <rect y="34" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <path d="M57.8604 38.1478C57.3644 38.5118 56.8244 38.8118 56.2884 39.1078C53.6124 40.5918 50.9364 42.0758 48.2604 43.5598C47.6244 43.9118 46.8764 44.2878 46.4124 44.8678C45.8524 45.5718 45.6924 46.5638 45.2884 47.3598C44.8844 48.1638 42.7284 52.7238 42.5924 53.3998C42.5404 53.6678 42.2524 55.6678 41.9844 55.8398L33.1844 56.6918L33.2484 60.4958C33.2484 60.4958 31.8524 60.5958 30.7044 60.6238C29.3004 60.6598 28.5244 61.4678 28.4004 62.6558L29.8004 81.1238C29.8564 81.8518 30.0004 82.3318 30.5444 82.7918L31.9164 84.0718C32.2404 84.3598 32.6644 84.5478 33.1284 84.5758L59.0124 85.9878C60.0524 86.0438 60.7564 85.4158 61.0724 84.2598L64.7324 66.9798C64.8444 65.8598 64.0444 64.8958 62.9404 64.8358L60.6924 64.7118C60.7924 63.6198 60.0724 62.7118 59.0044 62.6478L58.1484 62.5958L56.7724 53.6798L51.4964 54.3078C51.9244 53.5398 52.4044 52.1998 52.5204 51.9438C52.8964 51.1318 56.5684 49.8678 58.6284 48.1038C60.6884 46.3438 61.4524 45.7958 61.4524 45.7958L62.6524 45.1518C62.8284 45.4638 62.9804 45.6638 63.0924 45.7158C63.6404 45.9678 64.7124 45.1918 65.3884 44.6318C65.5044 44.7798 65.6244 44.9198 65.7444 45.0358C65.7444 45.0358 66.6364 46.0838 67.2324 46.0838C67.2324 46.0838 67.2324 46.0838 67.2364 46.0838H67.2404H67.2484C67.2484 46.0838 67.2604 46.0718 67.2684 46.0678L80.8484 34.0078H64.2564C61.6844 35.6758 57.8724 38.1398 57.8564 38.1518L57.8644 38.1438L57.8604 38.1478Z" fill="var(--sapContent_Illustrative_Color21)"/>
4
+ <path d="M58.464 65.3399L58.492 63.2759C58.632 62.2879 57.984 61.4359 57.044 61.3759L45.896 60.6879C44.948 60.6279 44.084 61.3919 43.972 62.3839L44.008 64.0999L40.988 63.9159C39.628 63.8319 38.404 64.9159 38.252 66.3279L39.912 88.2279C39.98 89.0919 40.148 89.6639 40.796 90.2079L42.42 91.7239L74.316 93.9079C75.584 93.9759 77.084 91.5119 77.324 90.2359L76.52 68.9919C76.768 67.5999 75.888 66.3959 74.548 66.3159L58.464 65.3359V65.3399Z" fill="var(--sapContent_Illustrative_Color22)"/>
5
+ <path d="M72.9608 67.8715L42.3368 66.2275C42.0568 66.2275 41.9248 66.3515 41.9248 66.6635L42.0928 87.7795C42.0928 88.2555 42.4808 88.6595 42.9488 88.6875L73.1408 90.3315C73.6088 90.3555 73.9848 89.9915 73.9808 89.5195L73.8128 68.7795C73.8128 68.3035 73.4248 67.8995 72.9568 67.8715H72.9608Z" fill="var(--sapContent_Illustrative_Color2)"/>
6
+ <path d="M49.9242 72.6439L74.4122 69.8879L71.8242 53.1279L47.9082 56.6199L49.9242 72.6439Z" fill="var(--sapContent_Illustrative_Color27)"/>
7
+ <path d="M59.021 49.5719L57.889 54.3479C57.825 54.6239 57.797 54.9159 57.813 55.1999L60.021 54.8839L60.385 53.6439C60.385 53.6439 61.433 51.0879 61.337 49.4839C61.289 48.6559 60.721 48.5079 60.185 48.5559C59.621 48.6079 59.153 49.0199 59.021 49.5719Z" fill="var(--sapContent_Illustrative_Color29)"/>
8
+ <path d="M61.464 48.1677L60.28 53.1517C60.228 53.3677 60.2 53.5877 60.196 53.8077L60.168 54.8557L62.284 54.5517L62.8 52.3477C62.8 52.3477 63.848 49.7917 63.752 48.1877C63.696 47.2437 62.964 47.1837 62.372 47.2917C61.924 47.3757 61.568 47.7157 61.46 48.1597V48.1677H61.464Z" fill="var(--sapContent_Illustrative_Color29)"/>
9
+ <path d="M73.1522 34.0836C72.5442 34.5276 71.8842 34.8956 71.2242 35.2596C67.9442 37.0796 64.6642 38.8996 61.3842 40.7196C60.6042 41.1516 59.6882 41.6116 59.1202 42.3236C58.4322 43.1876 58.2362 44.4036 57.7442 45.3796C57.2482 46.3636 54.6042 51.9556 54.4402 52.7836C54.3722 53.1236 53.9962 55.7436 53.6602 55.7956L57.6442 55.2236L58.4522 52.2036L64.9882 49.4996C64.4282 50.3396 64.0722 50.7116 62.5722 52.6836C61.0722 54.6556 60.8122 56.8116 62.6522 57.8716C64.4922 58.9356 67.8122 52.4116 68.2762 51.4196C68.7362 50.4236 71.5882 49.2436 74.1122 47.0836C76.6402 44.9236 77.6362 43.1516 77.6362 43.1516L87.5882 37.7956L87.1602 34.0156H73.2442C73.2122 34.0396 73.1762 34.0676 73.1442 34.0916L73.1522 34.0836Z" fill="var(--sapContent_Illustrative_Color31)"/>
10
+ <path d="M81.389 39.1838C80.453 39.1598 79.505 39.2798 78.629 39.6118C78.189 39.7758 77.773 39.9958 77.389 40.2638C77.193 40.3998 76.989 40.5438 76.837 40.7318C76.565 41.0678 76.369 41.4678 76.173 41.8518C75.901 42.3878 75.649 42.9358 75.385 43.4758C74.853 44.5798 74.317 45.7358 73.545 46.6958C73.061 47.2958 70.633 48.6998 70.081 49.2158C69.581 49.6838 69.053 50.1238 68.553 50.5918C68.037 51.0798 67.541 51.6038 67.225 52.2478C66.941 52.8278 66.737 53.5798 66.185 53.9638C65.997 54.0958 65.797 54.1678 65.589 54.2158C65.265 54.2918 65.173 54.7078 65.437 54.8998C65.525 54.9638 65.593 55.0238 65.613 55.0758C65.689 55.2598 63.957 57.5038 63.625 57.8518C65.505 57.3998 67.797 52.6118 68.205 51.7318C68.665 50.7358 71.517 49.5558 74.041 47.3958C76.565 45.2358 77.561 43.4638 77.561 43.4638L84.545 39.7038C83.517 39.3958 82.457 39.1998 81.389 39.1758V39.1838Z" fill="var(--sapContent_Illustrative_Color29)"/>
11
+ <path d="M62.9285 52.2318C63.0165 52.1438 63.3045 51.9958 63.4005 51.9198C63.8805 51.5438 64.1565 51.1478 64.4965 50.7278C64.8445 50.2958 65.1925 49.8238 65.4005 49.3038C65.6165 48.7598 65.7045 48.1118 65.4845 47.5558C65.3765 47.2838 65.1925 47.0518 64.9525 46.8838C64.7925 46.7758 64.5725 46.5438 64.3965 46.4678C63.9525 46.2718 63.5165 46.0398 63.0405 45.9358C62.7045 45.8598 62.3725 45.7998 62.0245 45.7918C61.7045 45.7838 61.5125 45.9678 61.5485 46.2678C61.5845 46.5638 61.7285 46.9118 61.7965 47.2438C61.8765 47.6398 61.8645 47.9638 61.5485 48.2118C61.3725 48.3518 61.0725 48.4118 60.8645 48.5038C59.8045 48.9478 59.3405 50.0478 58.5365 50.8758C58.1205 51.3038 57.7125 51.7998 57.2845 52.2198C57.1405 52.3598 57.0005 52.5158 56.9205 52.6998C56.8245 52.9278 56.8245 53.1878 56.7965 53.4318C56.6845 54.3998 56.0805 54.7998 55.5645 55.5238L57.6485 55.2238L58.5325 52.5598L65.0005 49.5038C64.5285 50.2078 63.9005 50.9798 62.9285 52.2398V52.2318Z" fill="var(--sapContent_Illustrative_Color29)"/>
12
+ <path d="M82.8165 42.5278C82.8165 42.5278 83.9205 43.8238 84.6485 43.8118C85.0965 43.8118 83.0165 38.2598 81.3565 34.0078H78.8525C79.8085 37.1318 81.2325 40.9718 82.8165 42.5278Z" fill="var(--sapContent_Illustrative_Color22)"/>
13
+ <path d="M79.5647 43.3678C80.5847 43.8358 83.1167 41.3798 83.1167 41.3798L87.5847 38.7838L87.0487 34.0078H75.5527C76.6407 37.0958 78.8127 43.0198 79.5687 43.3638H79.5647V43.3678Z" fill="var(--sapContent_Illustrative_Color8)"/>
14
+ <path d="M79.6886 34.0078C81.5366 38.0318 84.0446 43.3278 84.6526 43.8118L99.7566 34.0078H79.6846H79.6886Z" fill="var(--sapContent_Illustrative_Color13)"/>
15
+ <path d="M97.728 34.0078C96.908 34.5838 96.072 35.1318 95.208 35.6398C94.268 36.1918 93.304 36.7078 92.288 37.1078C91.232 37.5238 90.132 37.8438 89.004 37.9838C87.876 38.1278 86.724 38.0878 85.604 37.8798C84.556 37.6838 83.528 37.3598 82.576 36.8758C81.728 36.4438 80.944 35.8918 80.248 35.2398C82.008 39.0398 84.096 43.3798 84.644 43.8158L99.756 34.0078H97.728Z" fill="var(--sapContent_Illustrative_Color22)"/>
16
+ <path d="M63.7245 68.0638L64.0765 65.7638C64.1325 64.8198 63.4405 64.0118 62.5245 63.9638L51.7365 63.3758C50.8205 63.3278 50.0565 64.0558 50.0285 64.9998L49.5805 67.2958L46.6725 67.1358C45.3645 67.0638 44.2845 68.0958 44.2605 69.4318L41.6525 90.0198C41.6365 91.2278 42.6245 92.2558 43.8605 92.3238L74.5565 93.9958C75.7885 94.0638 76.6245 93.3158 77.0005 91.9478L81.3405 71.4558C81.4765 70.1278 80.5245 68.9838 79.2165 68.9118L63.7285 68.0678L63.7245 68.0638Z" fill="var(--sapContent_Illustrative_Color17)"/>
17
+ <path d="M66.2262 87.2268L55.8862 86.6628C55.5182 86.6428 55.2662 86.3308 55.3222 85.9708C55.3782 85.6108 55.7262 85.3308 56.0942 85.3508L66.4342 85.9148C66.8022 85.9348 67.0542 86.2468 66.9982 86.6068C66.9422 86.9668 66.5942 87.2468 66.2262 87.2268ZM61.5822 83.6668C61.2142 83.6468 60.9622 83.3348 61.0182 82.9748L62.1262 76.0308L59.9742 77.7588C59.6742 77.9988 59.2502 77.9748 59.0302 77.7068C58.8142 77.4388 58.8782 77.0188 59.1782 76.7788L62.6422 73.9988C62.7862 73.8828 62.9822 73.8188 63.1502 73.8268C63.3422 73.8388 63.4902 73.9188 63.5942 74.0508L66.1262 77.1668C66.3422 77.4348 66.2782 77.8548 65.9782 78.0948C65.6782 78.3348 65.2542 78.3108 65.0342 78.0428L63.4662 76.1148L62.3582 83.0588C62.3022 83.4188 61.9542 83.6988 61.5862 83.6788L61.5782 83.6708L61.5822 83.6668Z" fill="var(--sapContent_Illustrative_Color27)"/>
18
+ </svg>`;
@@ -0,0 +1,47 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-EmptyCalendar">
2
+ <mask id="mask0_396_5311" 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_5311)">
6
+ <path d="M161.455 -4.58984H-29.4139C-30.6581 -4.59099 -31.8902 -4.34693 -33.04 -3.87162C-34.1897 -3.39631 -35.2345 -2.69906 -36.1147 -1.81974C-36.9948 -0.940419 -37.693 0.103735 -38.1694 1.25305C-38.6457 2.40236 -38.8909 3.63429 -38.8909 4.87841V117.072C-38.8909 119.586 -37.8925 121.996 -36.1152 123.774C-34.3379 125.551 -31.9274 126.549 -29.4139 126.549H161.455C163.968 126.549 166.379 125.551 168.156 123.774C169.933 121.996 170.932 119.586 170.932 117.072V4.87841C170.932 3.63429 170.687 2.40236 170.21 1.25305C169.734 0.103735 169.036 -0.940419 168.155 -1.81974C167.275 -2.69906 166.23 -3.39631 165.081 -3.87162C163.931 -4.34693 162.699 -4.59099 161.455 -4.58984Z" fill="var(--sapContent_Illustrative_Color7)"/>
7
+ <path d="M6.79899 48.0793C6.99293 47.8472 7.24584 47.6717 7.53113 47.5712C7.81642 47.4707 8.12352 47.4489 8.42013 47.5082L15.5117 48.7349C16.6846 48.9372 17.1482 50.0153 16.9894 50.9346C16.9381 51.3132 16.7653 51.665 16.497 51.937C16.2287 52.2089 15.8793 52.3865 15.5014 52.4429C15.318 52.4648 15.1324 52.4587 14.9508 52.425L7.85927 51.1984C7.54704 51.151 7.25344 51.02 7.00954 50.8194C6.76564 50.6188 6.58051 50.356 6.47374 50.0588C6.3549 49.7285 6.32239 49.3733 6.37931 49.0268C6.43623 48.6804 6.58069 48.3543 6.79899 48.0793Z" fill="var(--sapContent_Illustrative_Color5)"/>
8
+ <path d="M33.7539 19.754C33.9588 19.6842 34.176 19.6579 34.3917 19.6768C34.6073 19.6957 34.8167 19.7594 35.0063 19.8637C35.196 19.9681 35.3618 20.1108 35.4932 20.2828C35.6246 20.4549 35.7187 20.6524 35.7694 20.8628L37.7235 27.5952C37.793 27.8375 37.8134 28.0912 37.7837 28.3415C37.754 28.5918 37.6747 28.8337 37.5505 29.053C37.4263 29.2723 37.2596 29.4647 37.0603 29.6189C36.8609 29.7731 36.6327 29.8861 36.3892 29.9512C36.2895 29.9808 36.1876 30.0022 36.0845 30.0152C35.704 30.0686 35.3172 29.9775 35.0006 29.76C34.6839 29.5424 34.4602 29.2141 34.3737 28.8398L32.4222 22.1099C32.3523 21.8678 32.3315 21.6142 32.3609 21.3639C32.3902 21.1136 32.4692 20.8717 32.5932 20.6523C32.7173 20.4329 32.8838 20.2405 33.0831 20.0862C33.2824 19.932 33.5104 19.819 33.7539 19.754Z" fill="var(--sapContent_Illustrative_Color5)"/>
9
+ <path d="M16.3286 28.8704C16.5646 28.855 16.8013 28.888 17.0241 28.9673C17.2469 29.0465 17.4512 29.1704 17.6245 29.3313L25.4715 36.4709C25.8216 36.793 26.0337 37.2381 26.0633 37.713C26.0929 38.1878 25.9377 38.6557 25.6303 39.0189C25.3438 39.3545 24.9416 39.5702 24.5034 39.6232C24.2509 39.6534 23.9947 39.6287 23.7525 39.5509C23.5104 39.4732 23.2878 39.3441 23.1 39.1725L15.253 32.033C14.9006 31.7093 14.6875 31.2616 14.6584 30.7841C14.6292 30.3065 14.7864 29.8363 15.0967 29.4721C15.251 29.2941 15.4396 29.1489 15.6513 29.0455C15.8629 28.9421 16.0933 28.8825 16.3286 28.8704Z" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ </g>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M34.5653 50.865C33.4493 50.865 32.5569 51.7923 32.5997 52.9075L32.8952 60.6087H32.8951L34.5289 104.783C34.535 104.994 34.6234 105.194 34.7751 105.341C34.9268 105.487 35.1298 105.569 35.3406 105.567H103.497C103.606 105.567 103.714 105.545 103.814 105.502C103.914 105.46 104.005 105.397 104.081 105.318C104.157 105.24 104.216 105.147 104.255 105.045C104.294 104.942 104.312 104.833 104.308 104.724L102.813 60.6087L102.663 52.7943C102.643 51.7229 101.768 50.865 100.697 50.865H34.5653Z" fill="var(--sapContent_Illustrative_Color20)"/>
12
+ <path d="M35.9156 56.8611H105.834L107.329 100.977C107.333 101.086 107.314 101.195 107.275 101.297C107.236 101.399 107.177 101.492 107.101 101.571C107.026 101.65 106.935 101.712 106.834 101.755C106.734 101.798 106.626 101.819 106.517 101.819H38.361C38.1503 101.821 37.9473 101.74 37.7956 101.593C37.6438 101.447 37.5555 101.246 37.5494 101.035L35.9156 56.8611Z" fill="var(--sapContent_Illustrative_Color2)"/>
13
+ <path d="M44.2157 68.2691C44.1751 67.1553 45.067 66.2302 46.1815 66.2302H96.0853C97.1438 66.2302 98.0125 67.0678 98.0511 68.1256L99.0292 94.9216C99.0698 96.0354 98.1779 96.9605 97.0634 96.9605H47.1596C46.1011 96.9605 45.2324 96.1229 45.1938 95.0651L44.2157 68.2691Z" fill="var(--sapContent_Illustrative_Color8)"/>
14
+ <path d="M45.6427 63.1239H66.1619C66.306 63.1248 66.4487 63.0964 66.5815 63.0403C66.7143 62.9842 66.8343 62.9017 66.9342 62.7976C67.0342 62.6936 67.112 62.5703 67.1629 62.4352C67.2138 62.3001 67.2368 62.1561 67.2305 62.0118C67.2155 61.7116 67.0859 61.4286 66.8685 61.2216C66.651 61.0146 66.3625 60.8993 66.0626 60.8997H45.5493C45.4052 60.8987 45.2625 60.9272 45.1297 60.9833C44.9969 61.0394 44.8769 61.1219 44.7769 61.2259C44.677 61.33 44.5992 61.4533 44.5483 61.5884C44.4973 61.7234 44.4744 61.8675 44.4807 62.0118C44.4956 62.311 44.6244 62.5931 44.8406 62.7999C45.0568 63.0068 45.3438 63.1228 45.6427 63.1239Z" fill="var(--sapContent_Illustrative_Color8)"/>
15
+ <path d="M49.2922 70.9671C49.2381 70.9662 49.1843 70.9765 49.1343 70.9972C49.0842 71.018 49.039 71.0487 49.0013 71.0877C48.9635 71.1266 48.9341 71.1728 48.9149 71.2236C48.8956 71.2743 48.887 71.3284 48.8894 71.3827L48.9652 73.6537C48.9697 73.7661 49.017 73.8724 49.0974 73.9508C49.1778 74.0292 49.2852 74.0737 49.3974 74.0751H52.101C52.1556 74.076 52.2098 74.0656 52.2603 74.0445C52.3107 74.0234 52.3563 73.9921 52.3941 73.9526C52.432 73.913 52.4612 73.866 52.4801 73.8146C52.499 73.7632 52.5071 73.7084 52.5038 73.6537L52.4279 71.3827C52.422 71.2713 52.374 71.1664 52.2938 71.0893C52.2135 71.0121 52.107 70.9684 51.9958 70.9671H49.2922Z" fill="var(--sapContent_Illustrative_Color6)"/>
16
+ <path d="M56.2001 70.9788C56.1457 70.978 56.0917 70.9882 56.0413 71.0089C55.991 71.0296 55.9454 71.0603 55.9072 71.0991C55.869 71.1379 55.8391 71.1841 55.8192 71.2348C55.7993 71.2856 55.7898 71.3399 55.7914 71.3944L55.8731 73.6654C55.8776 73.7778 55.9249 73.8841 56.0053 73.9625C56.0857 74.0409 56.1931 74.0854 56.3052 74.0868H59.0088C59.0632 74.0869 59.117 74.0759 59.1671 74.0545C59.2172 74.0331 59.2624 74.0018 59.3 73.9624C59.3377 73.923 59.367 73.8764 59.3862 73.8254C59.4054 73.7743 59.414 73.7199 59.4117 73.6654L59.3357 71.3944C59.3284 71.2825 59.2792 71.1776 59.198 71.1006C59.1168 71.0235 59.0096 70.98 58.8978 70.9788H56.2001Z" fill="var(--sapContent_Illustrative_Color6)"/>
17
+ <path d="M63.1897 71.0022C63.1353 71.0021 63.0814 71.0131 63.0313 71.0345C62.9813 71.0559 62.936 71.0872 62.8984 71.1266C62.8607 71.166 62.8315 71.2126 62.8123 71.2637C62.7931 71.3147 62.7844 71.3691 62.7868 71.4236L62.8627 73.6947C62.8685 73.8066 62.9163 73.9121 62.9964 73.9902C63.0765 74.0684 63.183 74.1133 63.2948 74.1161H65.9983C66.053 74.1161 66.1071 74.1052 66.1575 74.0838C66.2079 74.0625 66.2535 74.0313 66.2916 73.992C66.3297 73.9527 66.3596 73.9061 66.3794 73.8551C66.3992 73.804 66.4087 73.7495 66.4071 73.6947L66.3254 71.4236C66.3209 71.3113 66.2735 71.2049 66.1931 71.1265C66.1128 71.0481 66.0054 71.0036 65.8933 71.0022H63.1897Z" fill="var(--sapContent_Illustrative_Color6)"/>
18
+ <path d="M70.0975 71.0139C70.0429 71.0139 69.9887 71.0249 69.9384 71.0462C69.888 71.0675 69.8424 71.0987 69.8043 71.138C69.7662 71.1773 69.7363 71.2239 69.7165 71.275C69.6966 71.326 69.6873 71.3806 69.6888 71.4353L69.7705 73.7064C69.775 73.8187 69.8223 73.9251 69.9027 74.0035C69.9831 74.0819 70.0905 74.1264 70.2027 74.1278H72.9062C72.9606 74.1279 73.0145 74.1169 73.0646 74.0955C73.1147 74.0741 73.1599 74.0428 73.1975 74.0034C73.2352 73.964 73.2645 73.9174 73.2836 73.8663C73.3028 73.8153 73.3115 73.7609 73.3092 73.7064L73.2332 71.4353C73.2274 71.3235 73.1796 71.2179 73.0995 71.1398C73.0194 71.0617 72.9129 71.0167 72.8011 71.0139H70.0975Z" fill="var(--sapContent_Illustrative_Color6)"/>
19
+ <path d="M77.1514 71.0898C77.0969 71.0898 77.0431 71.1008 76.9931 71.1222C76.943 71.1436 76.8978 71.1749 76.8601 71.2143C76.8225 71.2537 76.7931 71.3003 76.7739 71.3513C76.7548 71.4024 76.7461 71.4568 76.7485 71.5113L76.8244 73.7823C76.8318 73.8941 76.8809 73.9991 76.9621 74.0761C77.0433 74.1532 77.1505 74.1967 77.2624 74.1979H79.9659C80.0198 74.1979 80.0732 74.1871 80.1228 74.1661C80.1725 74.145 80.2175 74.1142 80.2551 74.0755C80.2926 74.0367 80.322 73.9908 80.3416 73.9405C80.3611 73.8901 80.3704 73.8363 80.3688 73.7823L80.2871 71.5113C80.2826 71.3989 80.2353 71.2926 80.1549 71.2142C80.0745 71.1358 79.9671 71.0913 79.855 71.0898H77.1514Z" fill="var(--sapContent_Illustrative_Color6)"/>
20
+ <path d="M86.8679 74.2097C86.9221 74.2105 86.9758 74.2003 87.0259 74.1795C87.0759 74.1588 87.1212 74.128 87.1589 74.0891C87.1966 74.0502 87.226 74.0039 87.2453 73.9532C87.2645 73.9025 87.2733 73.8483 87.2709 73.7941L87.195 71.523C87.1905 71.4107 87.1431 71.3044 87.0627 71.2259C86.9823 71.1475 86.875 71.103 86.7629 71.1016H84.0593C84.0046 71.1007 83.9503 71.1111 83.8999 71.1322C83.8494 71.1533 83.8039 71.1846 83.766 71.2242C83.7282 71.2638 83.6989 71.3107 83.6801 71.3621C83.6612 71.4136 83.6531 71.4683 83.6563 71.523L83.7322 73.7941C83.7382 73.9054 83.7861 74.0103 83.8664 74.0875C83.9466 74.1647 84.0531 74.2083 84.1643 74.2097H86.8679Z" fill="var(--sapContent_Illustrative_Color6)"/>
21
+ <path d="M93.5772 71.5113C93.5727 71.399 93.5254 71.2926 93.445 71.2142C93.3646 71.1358 93.2572 71.0913 93.1451 71.0899H90.4415C90.3869 71.089 90.3326 71.0994 90.2821 71.1205C90.2317 71.1416 90.1862 71.1729 90.1484 71.2125C90.1105 71.252 90.0813 71.299 90.0624 71.3504C90.0435 71.4018 90.0354 71.4566 90.0387 71.5113L90.1146 73.7824C90.1204 73.8942 90.1681 73.9998 90.2482 74.0779C90.3283 74.156 90.4349 74.201 90.5467 74.2038H93.2502C93.3046 74.2038 93.3585 74.1929 93.4085 74.1715C93.4586 74.1501 93.5038 74.1188 93.5415 74.0794C93.5791 74.04 93.6085 73.9934 93.6276 73.9423C93.6468 73.8913 93.6555 73.8369 93.6531 73.7824L93.5772 71.5113Z" fill="var(--sapContent_Illustrative_Color6)"/>
22
+ <path d="M52.3813 80.2269C52.4354 80.2262 52.4889 80.2146 52.5386 80.193C52.5883 80.1713 52.6332 80.14 52.6707 80.1007C52.7082 80.0615 52.7375 80.0152 52.757 79.9645C52.7765 79.9139 52.7857 79.8598 52.7841 79.8055L52.7024 77.5345C52.6979 77.4221 52.6506 77.3158 52.5702 77.2373C52.4898 77.1589 52.3824 77.1144 52.2703 77.113H49.5667C49.5125 77.1138 49.4591 77.1253 49.4094 77.147C49.3597 77.1687 49.3148 77.2 49.2773 77.2392C49.2398 77.2784 49.2104 77.3247 49.191 77.3754C49.1715 77.4261 49.1622 77.4802 49.1638 77.5345L49.2397 79.8055C49.2456 79.9184 49.2942 80.0247 49.3755 80.103C49.4568 80.1813 49.5649 80.2256 49.6777 80.2269H52.3813Z" fill="var(--sapContent_Illustrative_Color6)"/>
23
+ <path d="M59.2833 80.2387C59.3377 80.2387 59.3916 80.2277 59.4417 80.2063C59.4917 80.1849 59.5369 80.1536 59.5746 80.1142C59.6122 80.0748 59.6415 80.0282 59.6607 79.9772C59.6799 79.9261 59.6886 79.8717 59.6862 79.8172L59.6103 77.5462C59.6059 77.4338 59.5585 77.3275 59.4781 77.2491C59.3977 77.1707 59.2904 77.1262 59.1782 77.1248H56.4746C56.4202 77.1247 56.3663 77.1357 56.3162 77.1571C56.2662 77.1785 56.2209 77.2098 56.1833 77.2492C56.1456 77.2886 56.1164 77.3352 56.0972 77.3862C56.078 77.4373 56.0693 77.4917 56.0717 77.5462L56.1476 79.8172C56.1534 79.9291 56.2012 80.0346 56.2813 80.1128C56.3614 80.1909 56.468 80.2359 56.5797 80.2387H59.2833Z" fill="var(--sapContent_Illustrative_Color6)"/>
24
+ <path d="M66.2787 80.2679C66.3329 80.2672 66.3864 80.2556 66.4361 80.234C66.4858 80.2123 66.5307 80.181 66.5682 80.1417C66.6057 80.1025 66.635 80.0562 66.6545 80.0056C66.674 79.9549 66.6832 79.9008 66.6816 79.8465L66.5999 77.5755C66.5954 77.4631 66.5481 77.3568 66.4677 77.2784C66.3873 77.2 66.28 77.1555 66.1678 77.1541H63.4642C63.4098 77.154 63.3559 77.165 63.3058 77.1864C63.2557 77.2078 63.2105 77.2391 63.1729 77.2785C63.1352 77.3179 63.1059 77.3645 63.0868 77.4155C63.0676 77.4666 63.0589 77.521 63.0612 77.5755L63.143 79.8465C63.1475 79.9589 63.1948 80.0652 63.2752 80.1436C63.3556 80.222 63.4629 80.2665 63.5751 80.2679H66.2787Z" fill="var(--sapContent_Illustrative_Color6)"/>
25
+ <path d="M73.1806 80.2795C73.2353 80.2795 73.2894 80.2685 73.3398 80.2472C73.3901 80.2259 73.4357 80.1947 73.4739 80.1554C73.512 80.1161 73.5418 80.0695 73.5617 80.0184C73.5815 79.9674 73.5909 79.9128 73.5893 79.8581L73.5076 77.587C73.5031 77.4747 73.4558 77.3683 73.3754 77.2899C73.295 77.2115 73.1876 77.167 73.0755 77.1656H70.3719C70.3172 77.1647 70.263 77.1751 70.2125 77.1962C70.1621 77.2173 70.1165 77.2486 70.0787 77.2882C70.0409 77.3277 70.0116 77.3747 69.9927 77.4261C69.9739 77.4775 69.9658 77.5323 69.969 77.587L70.0449 79.8581C70.0508 79.9699 70.0985 80.0755 70.1786 80.1536C70.2587 80.2317 70.3653 80.2767 70.477 80.2795H73.1806Z" fill="var(--sapContent_Illustrative_Color6)"/>
26
+ <path d="M80.2404 80.3497C80.2943 80.3498 80.3477 80.3389 80.3973 80.3179C80.447 80.2969 80.4919 80.2661 80.5295 80.2273C80.567 80.1886 80.5965 80.1427 80.616 80.0923C80.6356 80.0419 80.6448 79.9882 80.6432 79.9342L80.5615 77.6631C80.5585 77.5503 80.5116 77.4431 80.4309 77.3644C80.3502 77.2857 80.2421 77.2417 80.1294 77.2417H77.4259C77.3714 77.2416 77.3175 77.2526 77.2675 77.274C77.2174 77.2954 77.1722 77.3267 77.1345 77.3661C77.0969 77.4055 77.0676 77.4521 77.0484 77.5032C77.0292 77.5542 77.0205 77.6086 77.0229 77.6631L77.1047 79.9342C77.1092 80.046 77.1567 80.1517 77.2372 80.2292C77.3178 80.3066 77.4251 80.3498 77.5368 80.3497H80.2404Z" fill="var(--sapContent_Illustrative_Color6)"/>
27
+ <path d="M84.3278 77.2534C84.2734 77.2534 84.2196 77.2644 84.1695 77.2857C84.1194 77.3071 84.0742 77.3385 84.0366 77.3778C83.9989 77.4172 83.9696 77.4638 83.9504 77.5149C83.9312 77.5659 83.9226 77.6204 83.9249 77.6748L84.0008 79.9459C84.0081 80.0577 84.0574 80.1626 84.1386 80.2397C84.2198 80.3167 84.3269 80.3602 84.4387 80.3615H87.1366C87.191 80.3623 87.2449 80.352 87.2952 80.3314C87.3456 80.3107 87.3912 80.28 87.4294 80.2412C87.4676 80.2024 87.4976 80.1562 87.5175 80.1054C87.5374 80.0547 87.5469 80.0004 87.5453 79.9459L87.4635 77.6748C87.459 77.5625 87.4117 77.4562 87.3313 77.3777C87.2509 77.2993 87.1436 77.2548 87.0314 77.2534H84.3278Z" fill="var(--sapContent_Illustrative_Color6)"/>
28
+ <path d="M93.8518 77.6631C93.8473 77.5508 93.7999 77.4444 93.7195 77.366C93.6391 77.2876 93.5318 77.2431 93.4196 77.2417H90.716C90.6616 77.2416 90.6077 77.2526 90.5577 77.274C90.5076 77.2954 90.4624 77.3267 90.4247 77.3661C90.3871 77.4055 90.3578 77.4521 90.3386 77.5032C90.3195 77.5542 90.3108 77.6086 90.3131 77.6631L90.389 79.9342C90.3964 80.046 90.4456 80.1509 90.5268 80.228C90.6079 80.305 90.7152 80.3485 90.827 80.3497H93.5306C93.5845 80.3498 93.6379 80.3389 93.6875 80.3179C93.7372 80.2969 93.7821 80.2661 93.8197 80.2273C93.8573 80.1886 93.8867 80.1427 93.9062 80.0923C93.9258 80.0419 93.935 79.9882 93.9335 79.9342L93.8518 77.6631Z" fill="var(--sapContent_Illustrative_Color6)"/>
29
+ <path d="M52.9885 83.4639C52.9841 83.3515 52.9368 83.2452 52.8564 83.1668C52.776 83.0884 52.6686 83.0439 52.5564 83.0425H49.8762C49.8218 83.0424 49.768 83.0534 49.7179 83.0748C49.6678 83.0962 49.6226 83.1275 49.585 83.1669C49.5473 83.2063 49.518 83.2529 49.4988 83.304C49.4796 83.355 49.471 83.4094 49.4733 83.4639L49.5492 85.7349C49.5551 85.8478 49.6037 85.9542 49.685 86.0325C49.7664 86.1107 49.8744 86.155 49.9871 86.1564H52.6907C52.7449 86.1556 52.7984 86.1441 52.8481 86.1224C52.8978 86.1007 52.9427 86.0694 52.9802 86.0302C53.0177 85.991 53.047 85.9447 53.0665 85.894C53.086 85.8433 53.0952 85.7892 53.0937 85.7349L52.9885 83.4639Z" fill="var(--sapContent_Illustrative_Color6)"/>
30
+ <path d="M59.8963 83.4756C59.8905 83.3637 59.8427 83.2582 59.7626 83.1801C59.6825 83.1019 59.5759 83.057 59.4642 83.0542H56.7606C56.7062 83.0541 56.6523 83.0651 56.6022 83.0865C56.5522 83.1079 56.507 83.1392 56.4693 83.1786C56.4317 83.218 56.4024 83.2646 56.3832 83.3157C56.364 83.3667 56.3553 83.4211 56.3577 83.4756L56.4336 85.7467C56.4394 85.8585 56.4872 85.9641 56.5673 86.0422C56.6474 86.1203 56.754 86.1653 56.8657 86.1681H59.5693C59.6237 86.1681 59.6776 86.1571 59.7277 86.1358C59.7777 86.1144 59.8229 86.083 59.8606 86.0437C59.8982 86.0043 59.9275 85.9576 59.9467 85.9066C59.9659 85.8556 59.9746 85.8012 59.9722 85.7467L59.8963 83.4756Z" fill="var(--sapContent_Illustrative_Color6)"/>
31
+ <path d="M66.886 83.5049C66.8815 83.3926 66.8341 83.2862 66.7537 83.2078C66.6733 83.1294 66.566 83.0849 66.4539 83.0835H63.7503C63.6958 83.0834 63.6419 83.0944 63.5919 83.1158C63.5418 83.1372 63.4967 83.1685 63.459 83.2079C63.4213 83.2473 63.392 83.2939 63.3728 83.345C63.3536 83.396 63.3449 83.4504 63.3473 83.5049L63.4291 85.776C63.4336 85.8878 63.4811 85.9935 63.5616 86.0709C63.6422 86.1484 63.7495 86.1916 63.8612 86.1915H66.5648C66.6187 86.1916 66.6721 86.1807 66.7217 86.1597C66.7714 86.1387 66.8163 86.1079 66.8539 86.0691C66.8915 86.0304 66.9209 85.9845 66.9405 85.9341C66.96 85.8838 66.9693 85.83 66.9677 85.776L66.886 83.5049Z" fill="var(--sapContent_Illustrative_Color6)"/>
32
+ <path d="M73.8172 83.5165C73.8127 83.4041 73.7653 83.2977 73.6849 83.2193C73.6045 83.1409 73.4972 83.0964 73.3851 83.095H70.6815C70.6268 83.0941 70.5725 83.1045 70.5221 83.1256C70.4716 83.1467 70.426 83.178 70.3882 83.2176C70.3504 83.2572 70.3211 83.3041 70.3023 83.3555C70.2834 83.407 70.2753 83.4618 70.2785 83.5165L70.3544 85.7875C70.3604 85.8988 70.4083 86.0037 70.4886 86.0809C70.5688 86.158 70.6754 86.2017 70.7866 86.2031H73.4901C73.5443 86.2039 73.598 86.1936 73.6481 86.1729C73.6981 86.1522 73.7434 86.1214 73.7812 86.0825C73.8189 86.0435 73.8483 85.9973 73.8676 85.9466C73.8868 85.8958 73.8955 85.8417 73.8931 85.7875L73.8172 83.5165Z" fill="var(--sapContent_Illustrative_Color6)"/>
33
+ <path d="M80.8243 83.5865C80.8197 83.4747 80.7722 83.369 80.6917 83.2915C80.6111 83.214 80.5038 83.1708 80.3922 83.1709H77.6886C77.6347 83.1709 77.5813 83.1817 77.5317 83.2027C77.482 83.2238 77.4371 83.2546 77.3995 83.2933C77.362 83.3321 77.3325 83.378 77.313 83.4283C77.2934 83.4787 77.2841 83.5325 77.2857 83.5865L77.3674 85.8634C77.372 85.9752 77.4195 86.0809 77.5001 86.1583C77.5806 86.2358 77.6879 86.279 77.7995 86.279H80.5031C80.557 86.279 80.6104 86.2681 80.66 86.2471C80.7097 86.2261 80.7546 86.1953 80.7922 86.1565C80.8298 86.1178 80.8593 86.0719 80.8788 86.0215C80.8983 85.9712 80.9076 85.9174 80.906 85.8634L80.8243 83.5865Z" fill="var(--sapContent_Illustrative_Color6)"/>
34
+ <path d="M87.4285 86.2907C87.4829 86.2915 87.5369 86.2813 87.5872 86.2606C87.6376 86.2399 87.6832 86.2093 87.7214 86.1704C87.7596 86.1316 87.7896 86.0854 87.8095 86.0347C87.8294 85.9839 87.8388 85.9296 87.8373 85.8751L87.7555 83.5982C87.7496 83.4869 87.7016 83.382 87.6214 83.3048C87.5411 83.2277 87.4346 83.184 87.3234 83.1827H84.6198C84.5657 83.1818 84.5119 83.1921 84.4619 83.2128C84.4118 83.2335 84.3666 83.2643 84.3289 83.3032C84.2911 83.3422 84.2617 83.3884 84.2425 83.4391C84.2232 83.4899 84.2145 83.544 84.2169 83.5982L84.2928 85.8751C84.2987 85.9865 84.3467 86.0913 84.4269 86.1685C84.5072 86.2457 84.6138 86.2894 84.725 86.2907H87.4285Z" fill="var(--sapContent_Illustrative_Color6)"/>
35
+ <path d="M91.0021 83.1709C90.9477 83.1708 90.8938 83.1819 90.8438 83.2032C90.7937 83.2246 90.7485 83.2559 90.7108 83.2953C90.6732 83.3347 90.6439 83.3813 90.6247 83.4324C90.6055 83.4834 90.5968 83.5378 90.5992 83.5923L90.6751 85.8634C90.6825 85.9752 90.7316 86.0801 90.8128 86.1572C90.894 86.2342 91.0013 86.2777 91.1131 86.279H93.8167C93.8706 86.279 93.924 86.2681 93.9736 86.2471C94.0233 86.2261 94.0682 86.1953 94.1058 86.1565C94.1433 86.1178 94.1728 86.0719 94.1923 86.0215C94.2118 85.9712 94.2211 85.9174 94.2195 85.8634L94.1378 83.5923C94.1334 83.48 94.086 83.3736 94.0056 83.2952C93.9252 83.2168 93.8179 83.1723 93.7057 83.1709H91.0021Z" fill="var(--sapContent_Illustrative_Color6)"/>
36
+ <path d="M53.2571 89.4107C53.2527 89.2983 53.2053 89.192 53.1249 89.1136C53.0445 89.0352 52.9372 88.9907 52.825 88.9893H50.1215C50.067 88.9892 50.0131 89.0002 49.9631 89.0216C49.913 89.043 49.8678 89.0743 49.8301 89.1137C49.7925 89.1531 49.7632 89.1997 49.744 89.2507C49.7249 89.3018 49.7162 89.3562 49.7185 89.4107L49.7944 91.6817C49.8018 91.7936 49.851 91.8985 49.9321 91.9755C50.0133 92.0526 50.1206 92.0961 50.2324 92.0973H52.9359C52.9899 92.0973 53.0432 92.0865 53.0929 92.0655C53.1426 92.0445 53.1875 92.0137 53.2251 91.9749C53.2626 91.9362 53.292 91.8902 53.3116 91.8399C53.3311 91.7895 53.3405 91.7357 53.3389 91.6817L53.2571 89.4107Z" fill="var(--sapContent_Illustrative_Color6)"/>
37
+ <path d="M60.1649 89.4222C60.1604 89.3099 60.1131 89.2035 60.0327 89.1251C59.9523 89.0467 59.845 89.0022 59.7328 89.0008H57.0292C56.9746 88.9999 56.9203 89.0103 56.8699 89.0314C56.8194 89.0525 56.7739 89.0838 56.7361 89.1234C56.6982 89.1629 56.6689 89.2099 56.65 89.2613C56.6312 89.3127 56.6231 89.3675 56.6264 89.4222L56.7022 91.6932C56.7081 91.8046 56.7561 91.9094 56.8364 91.9866C56.9166 92.0638 57.0232 92.1075 57.1344 92.1088H59.838C59.8921 92.1097 59.9458 92.0994 59.9958 92.0787C60.0459 92.0579 60.0912 92.0272 60.1289 91.9882C60.1667 91.9493 60.1961 91.9031 60.2153 91.8523C60.2346 91.8016 60.2432 91.7475 60.2408 91.6932L60.1649 89.4222Z" fill="var(--sapContent_Illustrative_Color6)"/>
38
+ <path d="M67.1545 89.4515C67.15 89.3391 67.1027 89.2328 67.0223 89.1544C66.9419 89.0759 66.8345 89.0314 66.7224 89.03H64.0188C63.9644 89.03 63.9105 89.041 63.8605 89.0624C63.8104 89.0837 63.7652 89.1151 63.7275 89.1545C63.6899 89.1938 63.6606 89.2405 63.6414 89.2915C63.6222 89.3425 63.6136 89.397 63.6159 89.4515L63.6918 91.7225C63.6992 91.8343 63.7484 91.9393 63.8295 92.0163C63.9107 92.0933 64.018 92.1368 64.1298 92.1381H66.81C66.8639 92.1381 66.9173 92.1273 66.9669 92.1063C67.0166 92.0852 67.0615 92.0544 67.0991 92.0157C67.1367 91.9769 67.1661 91.931 67.1856 91.8807C67.2052 91.8303 67.2144 91.7765 67.2129 91.7225L67.1545 89.4515Z" fill="var(--sapContent_Illustrative_Color6)"/>
39
+ <path d="M74.0625 89.4632C74.058 89.3509 74.0106 89.2445 73.9302 89.1661C73.8498 89.0877 73.7425 89.0432 73.6304 89.0418H70.9268C70.8721 89.0409 70.8178 89.0513 70.7674 89.0724C70.7169 89.0935 70.6713 89.1248 70.6335 89.1644C70.5957 89.2039 70.5664 89.2509 70.5476 89.3023C70.5287 89.3538 70.5206 89.4085 70.5238 89.4632L70.5997 91.7342C70.6057 91.8456 70.6536 91.9505 70.7339 92.0276C70.8141 92.1048 70.9206 92.1485 71.0318 92.1498H73.7354C73.7896 92.1507 73.8433 92.1404 73.8934 92.1197C73.9434 92.0989 73.9887 92.0682 74.0264 92.0292C74.0641 91.9903 74.0935 91.9441 74.1128 91.8933C74.132 91.8426 74.1408 91.7885 74.1384 91.7342L74.0625 89.4632Z" fill="var(--sapContent_Illustrative_Color6)"/>
40
+ <path d="M81.1163 89.5452C81.1118 89.4334 81.0643 89.3277 80.9837 89.2502C80.9032 89.1728 80.7958 89.1295 80.6842 89.1296H77.9806C77.9267 89.1296 77.8733 89.1404 77.8236 89.1615C77.774 89.1825 77.729 89.2133 77.6915 89.252C77.6539 89.2908 77.6245 89.3367 77.6049 89.3871C77.5854 89.4374 77.5761 89.4912 77.5776 89.5452L77.6594 91.8163C77.6624 91.9291 77.7093 92.0363 77.79 92.115C77.8707 92.1937 77.9789 92.2377 78.0915 92.2377H80.8243C80.8788 92.2378 80.9326 92.2268 80.9826 92.2054C81.0327 92.184 81.0779 92.1527 81.1156 92.1133C81.1532 92.0739 81.1826 92.0273 81.2018 91.9762C81.221 91.9252 81.2296 91.8708 81.2272 91.8163L81.1163 89.5452Z" fill="var(--sapContent_Illustrative_Color6)"/>
41
+ <path d="M35.6201 49.1599C35.5773 48.0448 36.4698 47.1174 37.5858 47.1174H103.717C104.789 47.1174 105.663 47.9753 105.684 49.0468L105.834 56.8612H35.9156L35.6201 49.1599Z" fill="var(--sapContent_Illustrative_Color3)"/>
42
+ <path d="M50.8395 52.6175H50.7753C50.489 52.6162 50.2143 52.504 50.0086 52.3044C49.8029 52.1048 49.6822 51.8332 49.6717 51.5464L49.6308 50.4109C49.422 50.5846 49.2564 50.8046 49.147 51.0535C49.0375 51.3023 48.9873 51.5733 49.0001 51.8449C49.0149 52.3297 49.2144 52.7903 49.5576 53.1322C49.9008 53.474 50.3617 53.6711 50.8454 53.6828C51.08 53.6792 51.3115 53.6283 51.5261 53.5332C51.7407 53.4381 51.9341 53.3008 52.0948 53.1294C52.2554 52.958 52.3801 52.7559 52.4614 52.5353C52.5427 52.3146 52.5789 52.0799 52.5679 51.8449C52.5568 51.5666 52.4851 51.2941 52.3581 51.0464C52.231 50.7988 52.0515 50.5819 51.8322 50.4109L51.8731 51.5464C51.8786 51.6856 51.8559 51.8244 51.8064 51.9546C51.7568 52.0847 51.6815 52.2035 51.5849 52.3036C51.4883 52.4037 51.3724 52.4832 51.2442 52.5371C51.1161 52.5911 50.9785 52.6184 50.8395 52.6175Z" fill="var(--sapContent_Illustrative_Color4)"/>
43
+ <path d="M89.5831 52.5646H89.5189C89.2344 52.5605 88.9621 52.4482 88.7572 52.2504C88.5523 52.0526 88.4301 51.7841 88.4153 51.4993L88.3802 50.434C88.176 50.6071 88.0141 50.8248 87.9068 51.0703C87.7995 51.3158 87.7497 51.5827 87.7613 51.8505C87.7747 52.3357 87.9737 52.7972 88.3172 53.1394C88.6607 53.4815 89.1224 53.6781 89.6065 53.6884C89.8436 53.6887 90.0782 53.6407 90.2963 53.5474C90.5143 53.454 90.7112 53.3173 90.875 53.1455C91.0388 52.9736 91.1661 52.7703 91.2492 52.5477C91.3322 52.3251 91.3694 52.0879 91.3583 51.8505C91.3462 51.5695 91.2731 51.2946 91.144 51.0449C91.0149 50.7951 90.8329 50.5767 90.6109 50.4048L90.6459 51.4993C90.6516 51.6408 90.6281 51.7819 90.5767 51.9137C90.5253 52.0456 90.4473 52.1654 90.3474 52.2654C90.2475 52.3655 90.1281 52.4438 89.9966 52.4953C89.865 52.5468 89.7242 52.5704 89.5831 52.5646Z" fill="var(--sapContent_Illustrative_Color4)"/>
44
+ <path d="M49.6717 51.5463C49.6823 51.8331 49.803 52.1047 50.0087 52.3043C50.2144 52.5039 50.4891 52.6161 50.7754 52.6174H50.8396C50.9786 52.6183 51.1162 52.591 51.2443 52.537C51.3725 52.4831 51.4884 52.4036 51.585 52.3035C51.6816 52.2034 51.7569 52.0846 51.8065 51.9545C51.856 51.8243 51.8787 51.6855 51.8732 51.5463L51.8323 50.4108L51.7155 47.0979L51.5987 43.7381C51.5881 43.4514 51.4674 43.1798 51.2617 42.9802C51.0561 42.7805 50.7814 42.6683 50.4951 42.667H50.46C50.3211 42.6661 50.1834 42.6935 50.0552 42.7474C49.9271 42.8014 49.8113 42.8808 49.7147 42.981C49.618 43.0811 49.5427 43.1998 49.4932 43.33C49.4437 43.4601 49.4209 43.599 49.4265 43.7381L49.5433 47.0979L49.6601 50.4108L49.6717 51.5463Z" fill="var(--sapContent_Illustrative_Color6)"/>
45
+ <path d="M88.4153 51.4997C88.4272 51.7875 88.549 52.0598 88.7555 52.2602C88.962 52.4606 89.2374 52.5739 89.5248 52.5767H89.589C89.7282 52.5776 89.8661 52.5501 89.9944 52.4957C90.1226 52.4413 90.2384 52.3612 90.3346 52.2604C90.4309 52.1595 90.5055 52.0401 90.554 51.9092C90.6025 51.7784 90.6239 51.639 90.6167 51.4997L90.5816 50.4051L90.4649 47.1098L90.3481 43.6915C90.3361 43.4042 90.2141 43.1326 90.0075 42.9331C89.8008 42.7336 89.5255 42.6216 89.2386 42.6204H89.1744C89.0357 42.6194 88.8982 42.6468 88.7704 42.7008C88.6426 42.7549 88.5271 42.8344 88.431 42.9346C88.3348 43.0348 88.26 43.1536 88.2111 43.2838C88.1623 43.4139 88.1404 43.5526 88.1467 43.6915L88.2635 47.1098L88.3802 50.4344L88.4153 51.4997Z" fill="var(--sapContent_Illustrative_Color6)"/>
46
+ </svg>
47
+ `;