@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,119 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-UnableToLoad">
2
+ <rect y="40" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <g clip-path="url(#clip0_6879_7412)">
4
+ <path d="M65.4722 88.8183L67.9613 88.9941L101.315 74.6393L69.3498 60.8999L24.3196 68.7429C23.2126 68.9627 22.1307 69.352 24.0507 70.2625L63.6522 88.3473C64.3839 88.6801 64.6779 88.7555 65.4722 88.8183Z" fill="var(--sapContent_Illustrative_Color21)"/>
5
+ <path d="M40.4992 75.3737L40.5367 76.6735C40.5367 76.73 40.5742 76.7865 40.6305 76.8117L65.985 88.573C65.985 88.573 68.0051 89.5212 69.9877 88.573C72.7833 87.2355 106.512 72.8117 106.512 72.8117C106.512 72.8117 106.975 72.6672 106.987 72.1586C107 71.65 106.987 71.1162 106.987 71.1162L40.4929 75.3737H40.4992Z" fill="var(--sapContent_Illustrative_Color29)"/>
6
+ <path d="M45.8278 73.4902L45.7089 73.5279L45.3837 73.6221L44.8959 73.7665L44.2955 73.9423L43.62 74.1433L42.9258 74.3442L42.2504 74.5452C42.0502 74.6017 40.6305 75.0726 40.6305 75.0726C40.4867 75.1417 40.4867 75.4871 40.5305 75.6127C40.5618 75.6943 40.618 75.7634 40.6993 75.8011C41.0371 75.9769 67.117 87.3489 67.117 87.3489C67.117 87.3489 68.5305 88.0145 70.6006 86.9784C72.2705 86.1433 87.7746 79.6189 87.7746 79.6189L106.475 71.7445C106.475 71.7445 108.145 70.9156 105.368 70.52L81.2515 64.3474C81.2515 64.3474 80.1382 63.958 78.5059 64.3097C76.8798 64.6613 45.834 73.4902 45.834 73.4902H45.8215H45.8278Z" fill="var(--sapContent_Illustrative_Color9)"/>
7
+ <path d="M55.5282 72.9433C55.7971 72.3028 56.2412 71.3295 56.8103 70.375C50.7687 72.0893 45.8217 73.4896 45.8217 73.4896C45.7841 73.5022 45.7404 73.5147 45.7028 73.5273C45.5965 73.5587 45.4839 73.5901 45.3776 73.6215C45.215 73.6717 45.0524 73.7157 44.8898 73.7659C44.6897 73.8224 44.4833 73.8852 44.2894 73.9417L43.6139 74.1427C43.3825 74.2117 43.1511 74.2745 42.9197 74.3436C42.6946 74.4064 42.4694 74.4755 42.2443 74.5445C42.0441 74.6011 40.6244 75.072 40.6244 75.072C40.4806 75.1411 40.4806 75.4865 40.5244 75.612C40.5556 75.6937 40.6119 75.7628 40.6932 75.8004C40.8684 75.8946 48.2733 79.1348 55.203 82.1552C54.4525 79.0971 54.3149 75.8569 55.5407 72.9433H55.5282Z" fill="var(--sapContent_Illustrative_Color17)"/>
8
+ <path d="M40.5557 75.5244L79.094 64.347C79.094 64.347 79.4818 64.3784 79.3754 63.0472C79.2691 61.7159 75.9231 34.3501 75.9231 34.3501C75.9231 34.3501 75.7793 33.0189 74.247 33.0001C72.7147 32.9875 36.1215 34.9592 36.1215 34.9592C36.1215 34.9592 34.1264 35.1351 34.3578 37.3643C34.5829 39.5935 39.3486 73.6468 39.3486 73.6468C39.3486 73.6468 39.7552 75.4993 40.5557 75.5181V75.5244Z" fill="var(--sapContent_Illustrative_Color9)"/>
9
+ <path d="M61.9262 67.0971C56.8227 66.7831 51.6068 65.7721 47.11 63.2101C42.632 60.667 41.1935 56.3404 39.5424 51.455C38.154 47.3734 36.9657 42.0108 37.2159 39.2478C37.5598 37.7407 38.0227 36.2714 38.5355 34.8208C37.0095 34.9024 36.1151 34.9527 36.1151 34.9527C36.1151 34.9527 34.12 35.1285 34.3514 37.3577C34.5766 39.5869 39.3423 73.6403 39.3423 73.6403C39.3423 73.6403 39.5111 75.5053 40.5493 75.5115L69.7752 67.0343C67.1609 67.2101 64.5342 67.2415 61.9137 67.0845V67.0971H61.9262Z" fill="var(--sapContent_Illustrative_Color17)"/>
10
+ <path d="M36.1028 37.4394L40.9248 71.1223L78.0309 61.6278L74.9538 34.8711L36.1028 37.4394Z" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <path d="M82.765 79.5434L93.6786 75.0159C93.9913 74.8841 93.9225 74.3189 93.5785 74.2436L86.7552 72.7742C86.4863 72.7177 86.2236 72.7365 85.9797 72.8181L72.7646 77.4524C72.6645 77.49 72.6896 77.6721 72.8084 77.6973L78.7311 79.6313C80.1195 80.0834 81.5267 80.0521 82.765 79.5371V79.5497V79.5434Z" fill="var(--sapContent_Illustrative_Color27)"/>
12
+ <path d="M72.7647 77.6093C72.6459 77.5716 72.6146 77.3833 72.7147 77.3393L85.8297 72.8244C86.1612 72.7114 86.5114 72.6925 86.8679 72.7679L93.5536 74.231C93.6412 74.2498 93.7412 74.3001 93.81 74.4068C93.8601 74.4822 93.8851 74.5701 93.8851 74.658V74.6831L86.7866 73.0253C86.4864 72.9688 86.1799 72.9939 85.8985 73.0881L72.7647 77.603V77.5905V77.6093Z" fill="var(--sapContent_Illustrative_Color17)"/>
13
+ <path d="M82.7463 71.4487L84.6538 71.9385C84.7414 71.9636 84.7664 72.1144 84.6851 72.1395L82.9089 72.6921H82.8714L80.8888 72.1834C80.8012 72.1583 80.7699 72.0076 80.8575 71.9825L82.7087 71.455H82.7463V71.4487Z" fill="var(--sapContent_Illustrative_Color17)"/>
14
+ <path d="M86.0549 70.5068L87.8811 70.9401C87.9749 70.9652 87.9937 71.1159 87.9124 71.1411L85.6984 71.8318H85.6608L83.8034 71.3608C83.7158 71.3357 83.6908 71.185 83.7721 71.1599L86.0298 70.5131H86.0674L86.0549 70.5068Z" fill="var(--sapContent_Illustrative_Color17)"/>
15
+ <path d="M64.9155 76.5605L67.4672 77.3455C67.536 77.3643 67.5548 77.4711 67.4985 77.4836L65.2658 78.1744H65.2282L62.6828 77.3392C62.6203 77.3204 62.5952 77.2073 62.6453 77.201L64.878 76.5605H64.9155Z" fill="var(--sapContent_Illustrative_Color17)"/>
16
+ <path d="M81.8833 72.8054L79.8507 72.2842H79.8131L77.8931 72.8368L65.7475 76.3156C65.6724 76.3344 65.7037 76.4663 65.785 76.4914L68.2366 77.2449H68.2742L80.4386 73.4647L81.9083 73.0063C81.9896 72.9812 81.9646 72.8305 81.877 72.8054H81.8833Z" fill="var(--sapContent_Illustrative_Color17)"/>
17
+ <path d="M53.1641 76.4725L51.6568 76.9058H51.6068L50.2434 76.4662C50.1308 76.4285 50.087 76.2653 50.1746 76.2339L51.7194 75.7817H51.7694L53.0953 76.2339C53.2016 76.2715 53.2517 76.4348 53.1578 76.4662L53.1641 76.4725Z" fill="var(--sapContent_Illustrative_Color17)"/>
18
+ <path d="M58.0923 78.1428L56.7289 78.5384H56.6789L55.0841 78.0297C54.9715 77.9921 54.934 77.8288 55.0215 77.8037L56.435 77.3955H56.4913L58.0423 77.923C58.1486 77.9607 58.1924 78.1239 58.0986 78.149H58.0861V78.1365L58.0923 78.1428Z" fill="var(--sapContent_Illustrative_Color17)"/>
19
+ <path d="M55.5468 77.2761L54.1084 77.6905H54.0583L52.6261 77.2321C52.5135 77.1944 52.4698 77.0312 52.5636 76.9998L54.0458 76.5728H54.0958L55.4843 77.05C55.5906 77.0877 55.6344 77.2509 55.5468 77.2823V77.2761Z" fill="var(--sapContent_Illustrative_Color17)"/>
20
+ <path d="M61.92 77.4208L64.3904 78.2309C64.4905 78.2686 64.5155 78.4067 64.4342 78.4318L62.4203 79.0535H62.3703L59.8686 78.1995C59.7685 78.1618 59.7373 78.0237 59.8186 77.9985L61.8637 77.4146H61.9137L61.92 77.4208Z" fill="var(--sapContent_Illustrative_Color17)"/>
21
+ <path d="M89.3945 69.54L91.5772 69.9984L88.9379 70.821L86.7427 70.2999L89.3945 69.54Z" fill="var(--sapContent_Illustrative_Color17)"/>
22
+ <path d="M59.9624 73.0003L58.7553 72.6612C58.6615 72.6298 58.624 72.4854 58.7053 72.4666L60.5565 71.9517H60.5941L61.7823 72.2719C61.8762 72.297 61.9137 72.4477 61.8261 72.4666L59.9937 72.994H59.9561H59.9686L59.9624 73.0003Z" fill="var(--sapContent_Illustrative_Color17)"/>
23
+ <path d="M57.1354 73.8163L55.9784 73.4584C55.872 73.4207 55.8283 73.2512 55.9221 73.2323L57.7295 72.73H57.7733L58.9303 73.0628C59.0367 73.0942 59.0867 73.27 58.9866 73.2889L57.1729 73.8163H57.1229H57.1354Z" fill="var(--sapContent_Illustrative_Color17)"/>
24
+ <path d="M56.804 75.3985L55.4281 74.9401C55.3217 74.9024 55.278 74.7391 55.3718 74.714L57.1855 74.1865H57.2355L58.674 74.6261C58.7803 74.6638 58.8241 74.827 58.7303 74.8521L56.8603 75.3922H56.804V75.3985Z" fill="var(--sapContent_Illustrative_Color17)"/>
25
+ <path d="M62.7705 72.1774L61.6135 71.8634C61.5197 71.8383 61.4822 71.6876 61.5697 71.6624L63.4022 71.1538H63.4397L64.553 71.4552C64.6468 71.4803 64.678 71.631 64.5967 71.6562L62.808 72.1711H62.7705V72.1774Z" fill="var(--sapContent_Illustrative_Color17)"/>
26
+ <path d="M49.1989 76.1334L47.8793 75.7064C47.773 75.6688 47.7229 75.5055 47.8105 75.4867L49.4741 75.022H49.5304L50.7812 75.449C50.8876 75.4867 50.9313 75.6499 50.8438 75.675L49.2552 76.1397H49.2052L49.1989 76.1334Z" fill="var(--sapContent_Illustrative_Color17)"/>
27
+ <path d="M65.5474 71.3738L64.3466 71.0473C64.2841 71.0284 64.2528 70.9217 64.3153 70.9028L66.2666 70.3628H66.2917L67.4675 70.6705C67.53 70.6893 67.5613 70.7961 67.4987 70.8149L65.5724 71.3738H65.5474Z" fill="var(--sapContent_Illustrative_Color17)"/>
28
+ <path d="M51.663 75.4113L50.4372 74.9968C50.3308 74.9592 50.2871 74.7959 50.3746 74.7708L52.2321 74.2559H52.2884L53.4955 74.6515C53.6018 74.6891 53.6456 74.8524 53.558 74.8775L51.7255 75.4113H51.6692H51.663Z" fill="var(--sapContent_Illustrative_Color17)"/>
29
+ <path d="M54.4085 74.614L53.2265 74.2246C53.1201 74.187 53.0764 74.0237 53.1639 73.9986L54.9401 73.5088H54.9901L56.1722 73.873C56.2785 73.9107 56.3223 74.0739 56.2285 74.0991L54.4585 74.6202H54.4023V74.6077L54.4085 74.614Z" fill="var(--sapContent_Illustrative_Color17)"/>
30
+ <path d="M88.2125 69.2953L86.0298 68.8369H85.9923L82.859 68.9248C82.7777 68.9499 82.859 69.3142 82.9465 69.333L86.0111 70.1179H86.0486L88.2313 69.49C88.3189 69.4649 88.2939 69.3016 88.2 69.2828V69.2953H88.2125Z" fill="var(--sapContent_Illustrative_Color17)"/>
31
+ <path d="M78.1872 68.077L79.9446 67.5684H79.9821L81.8396 67.9577C81.9397 67.9765 81.9647 68.1398 81.8771 68.1649L80.0259 68.7049H79.9884L78.2309 68.2905C78.1309 68.2654 78.1059 68.1084 78.1934 68.0833H78.1809L78.1872 68.077Z" fill="var(--sapContent_Illustrative_Color17)"/>
32
+ <path d="M76.1982 67.6057L77.8931 67.1348H77.9243L78.7436 67.3106C78.8437 67.3294 78.8687 67.499 78.7812 67.5241L77.0988 68.0139H77.0613L76.2295 67.8192C76.1294 67.7941 76.0981 67.6371 76.1919 67.612L76.1982 67.6057Z" fill="var(--sapContent_Illustrative_Color17)"/>
33
+ <path d="M71.2262 69.7098L70.2756 69.4649C70.1755 69.4398 70.1443 69.2828 70.2381 69.2577L72.0768 68.749H72.1143L73.0212 68.9814C73.1213 69.0065 73.1463 69.1635 73.0587 69.1886L71.2638 69.7098H71.2262Z" fill="var(--sapContent_Illustrative_Color17)"/>
34
+ <path d="M68.393 70.545L67.2485 70.2435C67.1859 70.2247 67.1547 70.118 67.2172 70.0991L69.1685 69.5591H69.1935L70.3005 69.8479C70.3631 69.8668 70.3881 69.9735 70.3318 69.9924L68.418 70.545H68.3867H68.393Z" fill="var(--sapContent_Illustrative_Color17)"/>
35
+ <path d="M74.0843 68.8803L73.2087 68.6605C73.1087 68.6354 73.0836 68.4784 73.1712 68.4533L75.06 67.9321H75.0975L75.9543 68.1331C76.0544 68.1582 76.0857 68.3152 75.9918 68.3403L74.1218 68.8866H74.0843V68.8803Z" fill="var(--sapContent_Illustrative_Color17)"/>
36
+ <path d="M61.576 79.3237L60.3502 79.7005H60.3002L57.6734 78.859C57.5671 78.8214 57.5233 78.6644 57.6171 78.633L58.968 78.2437H59.0181L61.5197 79.0977C61.6261 79.1353 61.6573 79.2923 61.576 79.3174V79.3237Z" fill="var(--sapContent_Illustrative_Color17)"/>
37
+ <path d="M76.7985 71.4994L78.8811 72.0269C78.9436 72.0458 78.9624 72.1525 78.8999 72.1713L76.8923 72.7491H76.8673L74.8159 72.2153C74.7533 72.1965 74.7346 72.0897 74.7909 72.0709L76.7734 71.4932H76.7985V71.4994Z" fill="var(--sapContent_Illustrative_Color17)"/>
38
+ <path d="M73.9028 72.3408L75.9605 72.8746C76.023 72.8934 76.0418 73.0002 75.9855 73.019L73.8966 73.6155H73.8716L71.864 73.0755C71.8014 73.0567 71.7764 72.9499 71.839 72.9311L73.8903 72.3408H73.9154H73.9028Z" fill="var(--sapContent_Illustrative_Color17)"/>
39
+ <path d="M79.6755 70.6768L81.6518 71.1791C81.7393 71.2042 81.7644 71.3549 81.6831 71.3801L79.8381 71.9075H79.8005L77.8367 71.4052C77.7429 71.3801 77.7179 71.2293 77.8055 71.2042L79.6379 70.6768H79.6755Z" fill="var(--sapContent_Illustrative_Color17)"/>
40
+ <path d="M84.829 68.5859L83.0591 68.2217H83.0216L81.5643 68.6424L77.9682 69.6785C77.8869 69.7036 77.9119 69.8606 78.0057 69.8857L79.638 70.3002H79.6756L83.4969 69.195L84.8665 68.7994C84.9541 68.7743 84.9291 68.611 84.829 68.5922V68.5859Z" fill="var(--sapContent_Illustrative_Color17)"/>
41
+ <path d="M70.9633 73.1948L72.8646 73.7034C72.9522 73.7285 72.9834 73.8729 72.9021 73.8981L71.0947 74.413H71.0571L69.1746 73.9043C69.0808 73.8792 69.0558 73.7348 69.1371 73.7097L70.9383 73.1885H70.9758L70.9633 73.1948Z" fill="var(--sapContent_Illustrative_Color17)"/>
42
+ <path d="M82.8589 69.7538L84.9228 70.2374C85.0166 70.2625 85.0416 70.4132 84.9541 70.4383L82.7463 71.0725H82.7088L80.7325 70.5702C80.6387 70.545 80.6137 70.3943 80.7012 70.3692L82.8276 69.7476H82.8652L82.8589 69.7538Z" fill="var(--sapContent_Illustrative_Color17)"/>
43
+ <path d="M58.3738 76.4665L56.4413 77.0254H56.3913L54.9903 76.5418C54.884 76.5042 54.8402 76.3472 54.934 76.3158L56.8478 75.7632H56.8978L58.3175 76.2341C58.4239 76.2718 58.4614 76.4288 58.3738 76.4539V76.4665Z" fill="var(--sapContent_Illustrative_Color17)"/>
44
+ <path d="M65.2534 74.8461L67.017 75.3422C67.1234 75.3736 67.1609 75.5431 67.0671 75.562L64.8969 76.1836H64.8468L63.1707 75.6687C63.0644 75.6311 63.0269 75.4678 63.1207 75.4427L65.2096 74.8398H65.2596L65.2534 74.8461Z" fill="var(--sapContent_Illustrative_Color17)"/>
45
+ <path d="M72.0831 71.3675L74.0344 70.8086H74.0594L75.8106 71.2607C75.8794 71.2796 75.8982 71.3926 75.8356 71.4114L73.8781 71.9828H73.853L72.1144 71.5307C72.0456 71.5119 72.0268 71.4051 72.0894 71.38V71.3675H72.0831Z" fill="var(--sapContent_Illustrative_Color17)"/>
46
+ <path d="M75.1662 68.9559L77.08 68.4033H77.1175L78.875 68.8178C78.975 68.8429 79 68.9999 78.9125 69.025L76.9299 69.5964H76.8924L75.1975 69.1631C75.0974 69.138 75.0724 68.981 75.16 68.9559H75.1725H75.1662Z" fill="var(--sapContent_Illustrative_Color17)"/>
47
+ <path d="M55.9472 75.6685L54.0584 76.2148H54.0084L52.6637 75.7564C52.5574 75.7187 52.5136 75.5555 52.6012 75.5366L54.4587 74.9966H54.515L55.8909 75.455C55.9972 75.4927 56.041 75.6559 55.9472 75.6748V75.6685Z" fill="var(--sapContent_Illustrative_Color17)"/>
48
+ <path d="M62.2139 75.7251L63.89 76.24C63.9963 76.2777 64.0338 76.4347 63.94 76.4661L61.8824 77.0626H61.8324L60.2188 76.5351C60.1125 76.4975 60.0749 76.3405 60.1625 76.3154L62.1576 75.7377H62.2076L62.2139 75.7251Z" fill="var(--sapContent_Illustrative_Color17)"/>
49
+ <path d="M60.9757 77.3137L58.9806 77.8914H58.9306L57.3545 77.3576C57.2482 77.3199 57.2107 77.163 57.2982 77.1378L59.2558 76.5664H59.3058L60.9194 77.0939C61.0257 77.1316 61.0633 77.2885 60.9757 77.3137Z" fill="var(--sapContent_Illustrative_Color17)"/>
50
+ <path d="M68.193 73.9985L70.0817 74.5072C70.1693 74.5323 70.2006 74.6767 70.1193 74.6956L68.0554 75.2858H68.0178L66.1854 74.7646C66.0916 74.7332 66.0603 74.5951 66.1478 74.5762L68.1554 73.9985H68.193Z" fill="var(--sapContent_Illustrative_Color17)"/>
51
+ <path d="M63.5399 73.8352L65.485 73.2764H65.5225L67.1486 73.7159C67.2424 73.741 67.2737 73.8855 67.1861 73.9106L65.2098 74.482H65.1722L63.5837 74.0299C63.4899 73.9985 63.4586 73.8604 63.5399 73.8352Z" fill="var(--sapContent_Illustrative_Color17)"/>
52
+ <path d="M60.619 74.6827L62.5953 74.105H62.6454L64.1651 74.5383C64.2714 74.5697 64.3152 74.7392 64.2152 74.7643L62.1763 75.3546H62.1263L60.669 74.9025C60.5627 74.8648 60.5189 74.7015 60.6127 74.6764L60.619 74.6827Z" fill="var(--sapContent_Illustrative_Color17)"/>
53
+ <path d="M66.4604 72.9938L68.2616 72.4727H68.2991L69.9252 72.9122C70.019 72.9373 70.044 73.0818 69.9627 73.1069L68.174 73.6281H68.1365L66.5167 73.1885C66.4229 73.1634 66.3916 73.019 66.4791 72.9938H66.4666H66.4604Z" fill="var(--sapContent_Illustrative_Color17)"/>
54
+ <path d="M69.1561 72.2149L71.1637 71.6372H71.1887L72.9399 72.0956C73.0024 72.1144 73.0275 72.2212 72.9649 72.24L70.9386 72.824H70.9135L69.1874 72.3593C69.1248 72.3405 69.0998 72.2338 69.1561 72.2149Z" fill="var(--sapContent_Illustrative_Color17)"/>
55
+ <path d="M74.0154 70.4254L72.3455 69.9984C72.2517 69.9732 72.2204 69.8163 72.308 69.7911L74.1155 69.2637H74.153L75.8479 69.697C75.9479 69.7221 75.973 69.8791 75.8854 69.9042L74.0717 70.4316H74.0279L74.0154 70.4254Z" fill="var(--sapContent_Illustrative_Color17)"/>
56
+ <path d="M57.7483 75.5052L59.6558 74.9526H59.7058L61.1756 75.411C61.2819 75.4487 61.3257 75.612 61.2319 75.6308L59.2806 76.196H59.2305L57.8108 75.725C57.7045 75.6873 57.667 75.5241 57.7545 75.4989L57.7483 75.5052Z" fill="var(--sapContent_Illustrative_Color17)"/>
57
+ <path d="M78.6124 70.6012L76.7924 71.1286H76.7549L75.1163 70.7079C75.0225 70.6828 74.9912 70.5321 75.0788 70.507L76.8987 69.9795H76.9362L78.5748 70.3939C78.6687 70.4191 78.6937 70.5698 78.6061 70.5949H78.6186L78.6124 70.6012Z" fill="var(--sapContent_Illustrative_Color17)"/>
58
+ <path d="M68.2366 72.1019L66.498 71.631C66.4354 71.6121 66.4042 71.5054 66.4667 71.4865L68.418 70.9214H68.443L70.2192 71.3861C70.2818 71.4049 70.3068 71.5117 70.2505 71.5305L68.2679 72.1019H68.2429H68.2366Z" fill="var(--sapContent_Illustrative_Color17)"/>
59
+ <path d="M65.4535 72.906L63.8337 72.4727C63.7399 72.4476 63.7086 72.2969 63.7899 72.278L65.5786 71.7568H65.6161L67.2422 72.1964C67.336 72.2215 67.3673 72.3722 67.2797 72.3911L65.491 72.9123H65.4473L65.4535 72.906Z" fill="var(--sapContent_Illustrative_Color17)"/>
60
+ <path d="M71.1448 71.2608L69.2561 70.7647C69.2123 70.7522 69.1998 70.6894 69.2436 70.6831L71.2574 70.0991H71.3012L73.2024 70.5889C73.24 70.6015 73.2587 70.6643 73.215 70.6705L71.1698 71.2608H71.1511H71.1448Z" fill="var(--sapContent_Illustrative_Color17)"/>
61
+ <path d="M62.5641 73.7347L60.988 73.2889C60.8942 73.2575 60.8567 73.1193 60.9442 73.0942L62.808 72.5542H62.8455L64.4653 72.9875C64.5591 73.0126 64.5904 73.157 64.5091 73.1821L62.6016 73.7347H62.5641Z" fill="var(--sapContent_Illustrative_Color17)"/>
62
+ <path d="M59.6247 74.5885L58.1925 74.1489C58.0861 74.1112 58.0424 73.948 58.1362 73.9228L60.0062 73.3828H60.0562L61.5572 73.8098C61.6635 73.8412 61.7073 74.0108 61.6135 74.0359L59.6872 74.5947H59.6372L59.6247 74.5885Z" fill="var(--sapContent_Illustrative_Color17)"/>
63
+ <path d="M82.7213 71.2734L84.6288 71.7632C84.7164 71.7884 84.7414 71.9391 84.6601 71.9642L82.8776 72.5168H82.8401L80.8575 72.0081C80.77 71.983 80.7387 71.8323 80.8263 71.8072L82.6837 71.2797H82.7213V71.2734Z" fill="var(--sapContent_Illustrative_Color27)"/>
64
+ <path d="M86.0299 70.3188L87.8561 70.7521C87.9499 70.7772 87.9687 70.928 87.8874 70.9531L85.6671 71.6438H85.6296L83.7721 71.1666C83.6845 71.1415 83.6595 70.9907 83.7408 70.9656L85.9923 70.3188H86.0299Z" fill="var(--sapContent_Illustrative_Color27)"/>
65
+ <path d="M64.8781 76.3784L67.4298 77.1633C67.4986 77.1821 67.5174 77.2889 67.4611 77.3014L65.2283 77.9922H65.1908L62.6391 77.1507C62.5766 77.1319 62.5515 77.0189 62.6016 77.0126L64.8343 76.3721H64.8781V76.3784Z" fill="var(--sapContent_Illustrative_Color27)"/>
66
+ <path d="M81.8584 72.6232L79.8258 72.1021H79.7882L78.9314 72.3469L78.4686 72.4788L77.8682 72.6546L75.4416 73.3517L72.2207 74.2747L69.9254 74.9341C69.9254 74.9341 69.4563 75.0157 68.0241 75.4804L65.7226 76.1397C65.6475 76.1586 65.6788 76.2904 65.7601 76.3156L68.2117 77.0691H68.2493L72.4646 75.7567L74.4347 75.1476L77.1052 74.3124L80.7451 73.1758L81.8959 72.8242C81.9772 72.7991 81.9522 72.6484 81.8646 72.6232H81.8584Z" fill="var(--sapContent_Illustrative_Color27)"/>
67
+ <path d="M53.1141 76.2967L51.6068 76.73H51.5568L50.1933 76.2904C50.0808 76.2527 50.037 76.0895 50.1246 76.0581L51.6693 75.606H51.7256L53.0515 76.0581C53.1578 76.0958 53.2079 76.259 53.1141 76.2904V76.2967Z" fill="var(--sapContent_Illustrative_Color27)"/>
68
+ <path d="M58.0486 77.9669L56.6852 78.3625H56.6352L55.0404 77.8476C54.9278 77.8099 54.8903 77.6467 54.9778 77.6215L56.3913 77.2134H56.4476L58.0048 77.7408C58.1112 77.7785 58.1549 77.9418 58.0611 77.9669H58.0486Z" fill="var(--sapContent_Illustrative_Color27)"/>
69
+ <path d="M55.5031 77.1066L54.0647 77.5211H54.0146L52.5824 77.0627C52.4698 77.025 52.4261 76.8617 52.5199 76.8303L54.0021 76.4033H54.0521L55.4406 76.8806C55.5469 76.9182 55.5907 77.0815 55.5031 77.1129V77.1066Z" fill="var(--sapContent_Illustrative_Color27)"/>
70
+ <path d="M61.8762 77.245L64.3466 78.055C64.4467 78.0927 64.4717 78.2309 64.3904 78.256L62.3765 78.8776H62.3265L59.8186 78.0236C59.7185 77.986 59.6872 77.8478 59.7685 77.8227L61.8136 77.2324H61.8699V77.245H61.8762Z" fill="var(--sapContent_Illustrative_Color27)"/>
71
+ <path d="M89.3758 69.3516L91.5648 69.81L88.9193 70.6326L86.7178 70.1114L89.3696 69.3516H89.3758Z" fill="var(--sapContent_Illustrative_Color27)"/>
72
+ <path d="M59.9187 72.8114L58.7116 72.4723C58.6178 72.4409 58.5803 72.2964 58.6616 72.2776L60.5128 71.7627H60.5504L61.7449 72.0829C61.8387 72.1081 61.8762 72.2588 61.7887 72.2776L59.9562 72.8114H59.9187Z" fill="var(--sapContent_Illustrative_Color27)"/>
73
+ <path d="M57.0917 73.6342L55.9347 73.2763C55.8283 73.2386 55.7846 73.069 55.8784 73.0502L57.6921 72.5479H57.7359L58.8929 72.8807C58.9992 72.9121 59.0492 73.0879 58.9492 73.1067L57.1292 73.6342H57.0792H57.0917Z" fill="var(--sapContent_Illustrative_Color27)"/>
74
+ <path d="M56.7539 75.2295L55.378 74.7711C55.2717 74.7334 55.2279 74.5702 55.3217 74.5451L57.1354 74.0176H57.1855L58.6239 74.4571C58.7303 74.4948 58.774 74.6581 58.6802 74.6832L56.8102 75.2295H56.7539Z" fill="var(--sapContent_Illustrative_Color27)"/>
75
+ <path d="M62.7267 71.9952L61.5634 71.6813C61.4696 71.6561 61.4321 71.5054 61.5197 71.4803L63.3521 70.9717H63.3897L64.5029 71.2731C64.5967 71.2982 64.628 71.4489 64.5467 71.474L62.758 71.9952H62.7205H62.7267Z" fill="var(--sapContent_Illustrative_Color27)"/>
76
+ <path d="M49.1489 75.9513L47.8292 75.5243C47.7229 75.4866 47.6729 75.3234 47.7604 75.3045L49.4303 74.8398H49.4866L50.7374 75.2668C50.8438 75.3045 50.8875 75.4678 50.8 75.4866L49.2114 75.9513H49.1551H49.1489Z" fill="var(--sapContent_Illustrative_Color27)"/>
77
+ <path d="M65.5035 71.1916L64.3027 70.8651C64.2401 70.8462 64.2089 70.7395 64.2714 70.7206L66.229 70.1743H66.254L67.4298 70.482C67.4923 70.5008 67.5236 70.6076 67.461 70.6264L65.5347 71.1853H65.5035V71.1916Z" fill="var(--sapContent_Illustrative_Color27)"/>
78
+ <path d="M51.6129 75.2291L50.3871 74.8147C50.2808 74.777 50.237 74.6138 50.3246 74.5886L52.1821 74.0737H52.2383L53.4454 74.4756C53.5517 74.5133 53.5955 74.6766 53.5079 74.7017L51.6755 75.2417H51.6192V75.2291H51.6129Z" fill="var(--sapContent_Illustrative_Color27)"/>
79
+ <path d="M54.3585 74.4318L53.1764 74.0425C53.0701 74.0048 53.0263 73.8416 53.1139 73.8165L54.8901 73.3267H54.9401L56.1221 73.6909C56.2285 73.7285 56.2722 73.8918 56.1784 73.9169L54.4022 74.4381H54.3459L54.3585 74.4256V74.4318Z" fill="var(--sapContent_Illustrative_Color27)"/>
80
+ <path d="M78.1559 67.8885L79.9133 67.3799H79.9509L81.8084 67.7692C81.9084 67.788 81.9334 67.9513 81.8459 67.9764L79.9946 68.5165H79.9571L78.1997 68.102C78.0996 68.0769 78.0746 67.9199 78.1622 67.8948H78.1497L78.1559 67.8885Z" fill="var(--sapContent_Illustrative_Color27)"/>
81
+ <path d="M76.1732 67.4177L77.8681 66.9468H77.8993L78.7186 67.1226C78.8187 67.1414 78.8437 67.311 78.7562 67.3361L77.0675 67.8259H77.03L76.1982 67.6312C76.0981 67.6061 76.0669 67.4491 76.1607 67.4177H76.1732Z" fill="var(--sapContent_Illustrative_Color27)"/>
82
+ <path d="M71.1949 69.5276L70.238 69.2827C70.138 69.2576 70.1129 69.1006 70.2005 69.0755L72.0455 68.5605H72.083L72.9899 68.7929C73.0899 68.818 73.115 68.975 73.0274 69.0001L71.2324 69.5276H71.1949Z" fill="var(--sapContent_Illustrative_Color27)"/>
83
+ <path d="M68.3492 70.3564L67.1984 70.055C67.1359 70.0362 67.1046 69.9294 67.1671 69.9106L69.1185 69.3643H69.1435L70.2505 69.6531C70.313 69.6719 70.338 69.785 70.2817 69.8038L68.368 70.3564H68.3429H68.3492Z" fill="var(--sapContent_Illustrative_Color27)"/>
84
+ <path d="M74.0467 68.686L73.1711 68.4662C73.0711 68.4411 73.0461 68.2841 73.1336 68.259L75.0224 67.7378H75.0599L75.9167 67.9387C76.0168 67.9639 76.0481 68.1208 75.9542 68.146L74.0842 68.6985H74.0467V68.686Z" fill="var(--sapContent_Illustrative_Color27)"/>
85
+ <path d="M61.5321 79.1539L60.3063 79.537H60.2562L57.6295 78.6955C57.5232 78.6579 57.4794 78.5009 57.5732 78.4757L58.9241 78.0864H58.9741L61.4758 78.9404C61.5821 78.9781 61.6134 79.1351 61.5321 79.1602V79.1539Z" fill="var(--sapContent_Illustrative_Color27)"/>
86
+ <path d="M76.7674 71.3237L78.85 71.8575C78.9125 71.8763 78.9313 71.9831 78.8688 72.0019L76.8612 72.5796H76.8362L74.7785 72.0459C74.716 72.027 74.691 71.9203 74.7535 71.9014L76.7361 71.3237H76.7674Z" fill="var(--sapContent_Illustrative_Color27)"/>
87
+ <path d="M73.8654 72.1586L75.923 72.6924C75.9856 72.7112 76.0043 72.818 75.948 72.8368L73.8529 73.4396H73.8279L71.8203 72.8996C71.7577 72.8808 71.7327 72.774 71.7953 72.7552L73.8466 72.1649H73.8717V72.1523L73.8654 72.1586Z" fill="var(--sapContent_Illustrative_Color27)"/>
88
+ <path d="M79.6506 70.4883L81.6269 70.9906C81.7207 71.0158 81.7457 71.1665 81.6582 71.1916L79.8132 71.719H79.7756L77.8118 71.2167C77.718 71.1916 77.693 71.0409 77.7806 71.0158L79.613 70.4883H79.6506Z" fill="var(--sapContent_Illustrative_Color27)"/>
89
+ <path d="M88.1999 69.1068L86.0172 68.6484C86.0172 68.6484 84.4287 68.3093 84.4162 68.3093L83.0277 68.0142H82.9902L81.5142 68.4412L77.9306 69.4835C77.8493 69.5087 77.8743 69.6657 77.9681 69.6908L79.6004 70.1052H79.638L82.9026 69.157L85.9922 69.9419H86.0297L88.2187 69.314C88.3063 69.2889 88.2812 69.1256 88.1874 69.1068H88.1999Z" fill="var(--sapContent_Illustrative_Color27)"/>
90
+ <path d="M70.9322 73.0126L72.8335 73.5212C72.9211 73.5463 72.9523 73.6907 72.871 73.7159L71.0636 74.2308H71.026L69.1373 73.7159C69.0435 73.6907 69.0185 73.5463 69.0998 73.5212L70.901 73H70.9385V73.0126H70.9322Z" fill="var(--sapContent_Illustrative_Color27)"/>
91
+ <path d="M82.834 69.5654L84.8979 70.0489C84.9917 70.074 85.0167 70.231 84.9292 70.2498L82.7214 70.884H82.6839L80.7076 70.3817C80.6138 70.3566 80.5888 70.2059 80.6701 70.1807L82.8027 69.5591H82.8403L82.834 69.5654Z" fill="var(--sapContent_Illustrative_Color27)"/>
92
+ <path d="M58.3299 76.2844L56.3973 76.8432H56.3473L54.9464 76.3597C54.84 76.322 54.7963 76.165 54.8901 76.1336L56.8039 75.5811H56.8602L58.2861 76.052C58.3924 76.0897 58.43 76.2467 58.3424 76.2781H58.3299V76.2844Z" fill="var(--sapContent_Illustrative_Color27)"/>
93
+ <path d="M65.2158 74.6699L66.9794 75.1723C67.0858 75.2037 67.1233 75.3732 67.0295 75.3983L64.8593 76.02H64.8092L63.1331 75.4988C63.0268 75.4611 62.9893 75.2979 63.0831 75.279L65.172 74.6762H65.222L65.2158 74.6699Z" fill="var(--sapContent_Illustrative_Color27)"/>
94
+ <path d="M72.0516 71.1853L74.0029 70.6201H74.0279L75.7854 71.0722C75.8542 71.0911 75.8729 71.2041 75.8104 71.2229L73.8466 71.7944H73.8216L72.0829 71.3423C72.0141 71.3234 71.9953 71.2104 72.0579 71.1915L72.0516 71.1853Z" fill="var(--sapContent_Illustrative_Color27)"/>
95
+ <path d="M75.135 68.7743L77.0488 68.2217H77.0863L78.8437 68.6361C78.9438 68.6612 78.9688 68.8182 78.8812 68.8433L76.8987 69.4211H76.8611L75.1663 68.9878C75.0662 68.9627 75.0412 68.8057 75.1287 68.7805H75.1412L75.135 68.7743Z" fill="var(--sapContent_Illustrative_Color27)"/>
96
+ <path d="M55.8971 75.4864L54.0084 76.0327H53.9583L52.6137 75.5743C52.5073 75.5366 52.4636 75.3733 52.5511 75.3545L54.4086 74.8145H54.4649L55.8471 75.2729C55.9534 75.3105 55.9972 75.4738 55.9034 75.4926L55.8971 75.4864Z" fill="var(--sapContent_Illustrative_Color27)"/>
97
+ <path d="M62.1763 75.5493L63.8586 76.0642C63.965 76.1019 64.0025 76.2589 63.9087 76.284L61.8448 76.8806H61.7948L60.1812 76.3531C60.0749 76.3154 60.0373 76.1584 60.1249 76.1333L62.12 75.5556H62.17L62.1763 75.5493Z" fill="var(--sapContent_Illustrative_Color27)"/>
98
+ <path d="M60.9381 77.1446L58.943 77.7224H58.893L57.3169 77.1886C57.2106 77.1509 57.1731 76.9939 57.2606 76.9625L59.2182 76.3911H59.2682L60.8881 76.9186C60.9944 76.9563 61.0319 77.1132 60.9444 77.1384L60.9381 77.1446Z" fill="var(--sapContent_Illustrative_Color27)"/>
99
+ <path d="M68.1554 73.8164L70.0441 74.325C70.1317 74.3502 70.163 74.4946 70.0817 74.5197L68.0178 75.11H67.9802L66.1478 74.5888C66.054 74.5574 66.0227 74.4192 66.1102 74.3941L68.1178 73.8164H68.1616H68.1554Z" fill="var(--sapContent_Illustrative_Color27)"/>
100
+ <path d="M63.5023 73.6531L65.4474 73.0942H65.4849L67.111 73.5338C67.2048 73.5589 67.236 73.7033 67.1485 73.7285L65.1722 74.3062H65.1346L63.5461 73.854C63.4523 73.8227 63.421 73.6845 63.5023 73.6594V73.6531Z" fill="var(--sapContent_Illustrative_Color27)"/>
101
+ <path d="M60.5691 74.5006L62.5517 73.9229H62.6017L64.1215 74.3561C64.2278 74.3875 64.2716 74.5571 64.1715 74.5822L62.1264 75.1725H62.0764L60.6129 74.7203C60.5066 74.6827 60.4628 74.5194 60.5566 74.4943H60.5691V74.5006Z" fill="var(--sapContent_Illustrative_Color27)"/>
102
+ <path d="M66.4228 72.8117L68.224 72.2905H68.2616L69.8877 72.7301C69.9815 72.7552 70.0065 72.8996 69.9252 72.9248L68.1302 73.4459H68.0927L66.4666 73.0064C66.3728 72.9813 66.3415 72.8368 66.4291 72.8117H66.4228Z" fill="var(--sapContent_Illustrative_Color27)"/>
103
+ <path d="M69.1185 72.0333L71.1261 71.4556H71.1511L72.9086 71.914C72.9711 71.9328 72.9961 72.0396 72.9336 72.0584L70.901 72.6487H70.8759L69.1498 72.1777C69.0872 72.1589 69.0622 72.0521 69.1185 72.0333Z" fill="var(--sapContent_Illustrative_Color27)"/>
104
+ <path d="M73.9782 70.2368L72.3021 69.8035C72.2083 69.7784 72.177 69.6214 72.2645 69.5963L74.072 69.0688H74.1095L75.8044 69.5021C75.9045 69.5272 75.9295 69.6842 75.8419 69.7094L74.022 70.2368H73.9844H73.9782Z" fill="var(--sapContent_Illustrative_Color27)"/>
105
+ <path d="M57.7046 75.3299L59.6184 74.7773H59.6684L61.1381 75.2357C61.2444 75.2734 61.2882 75.4367 61.1944 75.4555L59.2369 76.0207H59.1868L57.7671 75.5497C57.6608 75.512 57.6233 75.3488 57.7108 75.3237L57.7046 75.3299Z" fill="var(--sapContent_Illustrative_Color27)"/>
106
+ <path d="M78.5811 70.4132L76.7611 70.9406H76.7236L75.085 70.5199C74.9912 70.4948 74.9599 70.3441 75.0475 70.319L76.8737 69.7915H76.9112L78.5498 70.2122C78.6437 70.2373 78.6687 70.3881 78.5811 70.4132Z" fill="var(--sapContent_Illustrative_Color27)"/>
107
+ <path d="M68.199 71.9139L66.4604 71.443C66.3978 71.4241 66.3666 71.3174 66.4291 71.2985L68.3804 70.7334H68.4054L70.1816 71.1981C70.2442 71.2169 70.2692 71.3237 70.2129 71.3425L68.2303 71.9202H68.2053V71.9077L68.199 71.9139Z" fill="var(--sapContent_Illustrative_Color27)"/>
108
+ <path d="M65.4159 72.7174L63.7961 72.2841C63.7023 72.259 63.671 72.1083 63.7523 72.0895L65.541 71.562H65.5785L67.2046 72.0016C67.2984 72.0267 67.3297 72.1774 67.2421 72.1962L65.4472 72.7174H65.4097H65.4159Z" fill="var(--sapContent_Illustrative_Color27)"/>
109
+ <path d="M71.1072 71.0723L69.2185 70.5763C69.1747 70.5637 69.1622 70.5009 69.206 70.4946L71.2261 69.9106H71.2698L73.1711 70.4004C73.2086 70.413 73.2274 70.4758 73.1836 70.4821L71.1385 71.0786H71.1135L71.1072 71.0723Z" fill="var(--sapContent_Illustrative_Color27)"/>
110
+ <path d="M62.5204 73.5589L60.9443 73.1068C60.8505 73.0754 60.813 72.9372 60.9005 72.9121L62.7643 72.3721H62.8018L64.4216 72.8116C64.5154 72.8367 64.5467 72.9812 64.4654 73.0063L62.5579 73.5589H62.5204Z" fill="var(--sapContent_Illustrative_Color27)"/>
111
+ <path d="M59.581 74.4063L58.1488 73.9668C58.0424 73.9291 57.9987 73.7658 58.0925 73.7407L59.9625 73.2007H60.0125L61.5135 73.6277C61.6198 73.6591 61.6636 73.8286 61.5698 73.8537L59.6373 74.4063H59.5872H59.581Z" fill="var(--sapContent_Illustrative_Color27)"/>
112
+ <path d="M64.7778 51.3332C64.4026 51.3144 64.0774 51.597 64.0336 51.9675C63.9648 52.6959 63.7334 53.3929 63.3894 54.0334C62.5513 55.5844 60.994 56.7838 59.1366 57.1543C59.1366 57.1543 59.1303 57.1543 59.124 57.1543C56.1658 57.7383 53.3514 56.1119 52.5759 53.4243C52.5071 53.1794 52.4446 52.9345 52.4133 52.677C51.988 49.531 54.4084 46.6048 57.6981 46.1778C59.0678 46.002 60.3874 46.2908 61.4631 46.9251C62.0385 47.2642 62.5513 47.6974 62.9579 48.2249L60.2123 48.6268C59.8245 48.6833 59.5431 49.0412 59.5931 49.4117C59.6431 49.7885 59.9996 50.0459 60.3936 49.9832L64.1587 49.3992L64.2087 49.3929L64.5214 49.3426C64.8904 49.2861 65.1531 48.9408 65.103 48.5828L64.6027 44.6331V44.6205C64.5527 44.2563 64.215 43.9926 63.846 44.0365C63.477 44.0805 63.208 44.4196 63.2518 44.7901L63.3456 45.5499L63.502 46.7555C63.2393 46.4981 62.9516 46.272 62.6514 46.0585C61.2442 45.0601 59.4242 44.5703 57.5167 44.7963C53.3764 45.2861 50.2931 48.9596 50.8372 52.9345C50.906 53.4557 51.0436 53.9518 51.225 54.4164C52.1569 56.8152 54.4459 58.4227 57.0852 58.6488C57.8107 58.7116 58.5612 58.6676 59.3179 58.5106C62.3637 57.8764 64.7466 55.4651 65.2907 52.6394C65.3282 52.4384 65.3595 52.2375 65.3782 52.0302C65.4158 51.666 65.1468 51.3458 64.7778 51.327V51.3332Z" fill="var(--sapContent_Illustrative_Color23)"/>
113
+ </g>
114
+ <defs>
115
+ <clipPath id="clip0_6879_7412">
116
+ <rect width="84" height="56" fill="var(--sapContent_Illustrative_Color8)" transform="translate(23 33)"/>
117
+ </clipPath>
118
+ </defs>
119
+ </svg>
@@ -0,0 +1,28 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-UnableToLoadImage">
2
+ <rect y="42.6035" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <path d="M99.71 84.9847L62.1955 76.9033L40.0389 82.4991L37 84.9847L73.2193 94.2061L87.0682 88.8619L86.867 87.0637L89.273 88.2205H90.6981L99.71 84.9847Z" fill="var(--sapContent_Illustrative_Color21)"/>
4
+ <path d="M64.6224 38.7143C63.2601 38.7143 62.1494 37.6036 62.1494 36.2413C62.1494 34.879 63.2601 33.7725 64.6224 33.7725C65.9846 33.7725 67.0954 34.8832 67.0954 36.2455C67.0954 37.6077 65.9846 38.7185 64.6224 38.7185V38.7143ZM64.6224 34.6108C63.7212 34.6108 62.9877 35.3443 62.9877 36.2455C62.9877 37.1467 63.7212 37.8802 64.6224 37.8802C65.5236 37.8802 66.2571 37.1467 66.2571 36.2455C66.2571 35.3443 65.5236 34.6108 64.6224 34.6108Z" fill="var(--sapContent_Illustrative_Color15)"/>
5
+ <path d="M69.9457 60.4848V60.4764L69.8451 60.7614L69.5517 60.4764L61.7051 60.5518L63.8092 71.9571L68.0679 74.8032L65.008 74.0026V73.9942L64.6853 73.9104L63.9811 73.7301L63.6248 75.6457L63.4278 74.1115L62.2206 69.4799L61.5248 68.411L61.4829 68.1847L61.3195 67.3338L60.6069 63.5446L59.559 67.0655L55.9123 60.2375L52.8525 61.474L52.3369 61.6668L54.5878 58.8291C54.5878 58.8291 43.9538 60.774 43.7819 60.9291L43.4802 68.8427L43.0526 80.1055L67.5565 85.6845L67.5691 85.5713L68.6379 74.8241L70.0631 60.4848H69.9457Z" fill="var(--sapContent_Illustrative_Color8)"/>
6
+ <path d="M60.7955 68.1507L59.0979 69.4039C58.8548 69.6177 58.6641 69.7929 58.3099 69.2195L54.8058 62.907C54.5671 62.4622 54.3068 62.2841 53.9507 62.7687L46.4101 72.4512C45.9062 73.0517 46.1456 73.2339 46.7999 73.3566L53.1794 74.5931L62.2751 76.3578L65.4188 76.9655C66.0137 77.1012 66.3119 76.8251 65.9344 76.1649L64.6853 73.9057L63.9811 73.7255L63.6248 75.641L63.4278 74.1069L62.2206 69.4752L61.5248 68.4064L61.4829 68.18C61.2901 67.9956 61.1167 67.9124 60.7955 68.1465V68.1507Z" fill="var(--sapContent_Illustrative_Color17)"/>
7
+ <path d="M73.0013 63.0128L70.2139 89.6586L40.1269 82.5036L40.7095 64.1362L40.8269 59.7686L39.6616 60.8877L38.1149 61.4452L37.6832 62.2709L37.088 84.985L73.3073 94.2064L74.0576 93.1334L77.633 61.9272L75.6797 60.9715L73.0013 63.0128Z" fill="var(--sapContent_Illustrative_Color16)"/>
8
+ <path d="M38.9029 59.9025L38.1149 61.445L39.6616 60.8875L40.8268 59.7684L41.7238 58.9678L39.9172 59.5672L38.9029 59.9025Z" fill="var(--sapContent_Illustrative_Color3)"/>
9
+ <path opacity="0.5" d="M38.7185 61.2266L38.2742 84.0748L37.088 84.9843L37.6832 62.2703L38.1149 61.4445L38.7185 61.2266Z" fill="var(--sapContent_Illustrative_Color3)"/>
10
+ <path d="M72.8797 64.1949L73.0013 63.0128L71.2995 62.7572L69.7403 63.8344L67.5648 85.6766L43.0609 80.0977L44.004 59.341C43.1657 59.2013 42.3973 59.0616 41.6987 58.9219L40.8268 59.7686L40.131 82.4952L70.2181 89.6544L72.8797 64.1949Z" fill="var(--sapContent_Illustrative_Color15)"/>
11
+ <path d="M73.0013 63.0127L73.4414 60.196L73.366 59.6846L73.4289 59.0811L73.0349 59.2906C72.5612 59.7475 72.0792 60.1667 71.5175 60.3553C71.1026 60.4391 70.8427 60.4978 70.6708 60.5439L70.0337 60.8834L69.7403 63.8343L71.1822 64.1067L73.0013 63.0086V63.0127Z" fill="var(--sapContent_Illustrative_Color16)"/>
12
+ <path d="M77.8342 59.9607L76.5935 59.2901L75.3444 58.6152L73.4415 60.1955L73.0013 63.0122L75.4283 61.7421L77.5576 62.5595L77.851 60.0152L77.8552 59.9733L77.8342 59.9607Z" fill="var(--sapContent_Illustrative_Color29)"/>
13
+ <path d="M38.7185 61.2272L39.6616 60.8877L40.8268 59.7686L40.1268 82.5036L38.2742 84.0754L38.7185 61.2272Z" fill="var(--sapContent_Illustrative_Color16)"/>
14
+ <path d="M38.2742 84.0757L40.1268 82.5039L70.2139 89.6589L72.6492 92.7271L38.2742 84.0757Z" fill="var(--sapContent_Illustrative_Color3)"/>
15
+ <path d="M41.2921 54.3027L46.7705 34.5898L78.8695 45.0477L73.4414 60.1876L75.227 59.2613L76.8785 59.7517L78.6096 59.1984L84.8551 42.2729L44.6957 30L37.897 54.9943L39.6952 54.2817L40.3448 54.7386L41.2921 54.3027Z" fill="var(--sapContent_Illustrative_Color3)"/>
16
+ <path d="M83.4467 42.6078L76.8785 59.7513L78.6096 59.198L84.855 42.2725L83.4467 42.6078Z" fill="var(--sapContent_Illustrative_Color29)"/>
17
+ <path d="M44.6956 30L45.4836 31.3162L83.4466 42.6082L84.855 42.2729L44.6956 30Z" fill="var(--sapContent_Illustrative_Color15)"/>
18
+ <path d="M44.6957 30L45.5927 30.9263L38.9574 54.5751L37.897 54.9943L44.6957 30Z" fill="var(--sapContent_Illustrative_Color28)"/>
19
+ <path d="M38.9574 54.5756L39.6951 54.2822L40.3448 54.739L41.2921 54.3031L42.0256 51.654L46.7705 34.5902L45.5926 30.9268" fill="var(--sapContent_Illustrative_Color3)"/>
20
+ <path d="M43.8732 59.6672L44.0921 59.3574L44.1436 60.8262L43.9399 60.8789L43.8732 59.6672Z" fill="var(--sapContent_Illustrative_Color3)"/>
21
+ <path d="M40.8269 59.7686L42.3275 59.7518L43.8838 59.684L44.0879 59.3578L41.6945 58.9219L40.8227 59.7686H40.8269Z" fill="var(--sapContent_Illustrative_Color3)"/>
22
+ <path d="M46.7704 34.5902L45.5926 30.9268L83.4466 42.6086L78.8694 45.0481L46.7704 34.5902Z" fill="var(--sapContent_Illustrative_Color16)"/>
23
+ <path d="M73.3072 94.2061L72.6492 92.7265L76.4719 59.6299L76.8785 59.7514L77.8551 59.9736L74.0575 93.1331L73.3072 94.2061Z" fill="var(--sapContent_Illustrative_Color29)"/>
24
+ <path d="M48.8118 38.7393L44.4735 53.9882L48.7657 54.7343L52.0393 54.8894L53.4183 56.348L56.4279 56.5953L56.8931 52.1606L58.226 56.6037L59.1943 55.9079L60.1206 55.2415L60.8374 54.8977L61.5793 54.9564L64.92 54.3235L66.3283 54.0636L66.8187 53.9714L68.29 53.699L66.8481 54.2606L66.4373 54.4157L62.1787 56.063V56.939L62.1829 56.9432V56.9474L63.2769 57.8151H65.708H66.8062L69.8534 60.7659L71.1696 57.0354L74.5689 47.3865L48.8118 38.7393Z" fill="var(--sapContent_Illustrative_Color8)"/>
25
+ <path d="M60.1207 55.2422L60.8374 54.8985L61.5793 54.9571L64.9242 54.3242L66.3284 54.0643C65.9595 53.0542 65.1883 52.1907 64.1236 51.759C62.1871 50.9668 60.0662 51.9141 59.3536 53.8296C59.1021 54.5086 59.0602 55.2296 59.1985 55.9086L60.1248 55.2422H60.1207Z" fill="var(--sapContent_Illustrative_Color17)"/>
26
+ <path d="M66.4373 54.416L62.1787 56.0633V56.9393H62.1829V56.9477L63.2769 57.8154H65.708C65.9469 57.5303 66.1481 57.1992 66.299 56.8262C66.6176 56.034 66.6427 55.1956 66.4373 54.416Z" fill="var(--sapContent_Illustrative_Color17)"/>
27
+ <path d="M78.8694 45.0478L46.7704 34.5898L41.2921 54.3028C41.6693 54.2483 42.0507 54.2022 42.428 54.1603C42.5663 54.1435 42.7046 54.1309 42.8471 54.1183C43.128 54.0932 43.4046 54.068 43.6854 54.0471C43.9453 54.0303 44.2094 54.0136 44.4693 54.001C44.5657 53.9968 44.6621 53.9884 44.7585 53.9842C44.6621 53.9842 44.5699 53.9842 44.4735 53.9926L48.8159 38.7437L74.5647 47.3825L69.6857 61.2314C69.9288 61.2021 70.1761 61.1811 70.4234 61.1686H70.4612C70.7085 61.156 70.9599 61.1518 71.2198 61.1644C71.312 61.156 71.4043 61.1434 71.4965 61.1225C71.53 61.1141 71.5593 61.1057 71.5929 61.0973C71.6516 61.0847 71.7102 61.068 71.7689 61.0512C71.8066 61.0386 71.8486 61.0219 71.8863 61.0093C71.9366 60.9925 71.9869 60.9716 72.0414 60.9548C72.0833 60.938 72.1294 60.9171 72.1713 60.9003C72.2174 60.8793 72.2677 60.8584 72.3138 60.8374C72.3599 60.8165 72.406 60.7913 72.4521 60.7704C72.4941 60.7494 72.5402 60.7243 72.5821 60.7033C72.6324 60.6781 72.6827 60.6488 72.7288 60.6195C72.7665 60.5985 72.8084 60.5775 72.8462 60.5524C72.9048 60.5189 72.9593 60.4853 73.018 60.4518C73.0473 60.435 73.0767 60.4183 73.106 60.3973C73.215 60.3302 73.3282 60.2632 73.4372 60.1961L78.8611 45.0562V45.0478H78.8694Z" fill="var(--sapContent_Illustrative_Color15)"/>
28
+ </svg>
@@ -0,0 +1,28 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-UnableToUpload">
2
+ <rect y="40" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <g clip-path="url(#clip0_6880_7422)">
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M75.5202 79.5434C75.9585 79.5434 76.3607 79.3745 76.681 79.0915C77.4842 78.8469 78.0751 78.0164 78.0751 77.0294V42.6314C78.0751 41.452 77.231 40.4961 76.1894 40.4961H53.5193C53.0823 40.4961 52.6788 40.6649 52.3598 40.948C51.5566 41.1925 50.9656 42.0231 50.9656 43.01V55.9211C50.736 55.9782 50.5535 56.0154 50.4331 56.0279C50.253 56.0452 50.073 56.0266 49.8943 56.008C49.1668 55.931 48.4542 55.8553 47.8186 58.25C47.2363 60.4412 46.5486 61.3512 46.0979 61.9458C45.9576 62.1321 45.8397 62.286 45.7565 62.4399C45.7429 62.4635 45.7304 62.4896 45.718 62.5132C45.5281 62.9154 45.7218 65.2779 45.8993 67.4479C46.0185 68.9042 46.1302 70.2747 46.1153 70.9054C46.0892 71.9246 45.3791 73.5683 44.8838 74.5962C44.3835 74.2672 44.0532 74.0661 44.0532 74.0661L43.2811 76.3789L42.7311 75.9941H42.7286L34 95.6611H49.5529L50.1003 85.2267H50.1028L50.299 81.2789L49.9563 81.0393C50.0035 80.4273 49.9675 79.6886 49.7056 78.9562L50.9681 76.3044V79.5421H75.524L75.5202 79.5434Z" fill="var(--sapContent_Illustrative_Color21)"/>
5
+ <path d="M91.4956 33H64.653C63.3647 33 62.3203 34.0444 62.3203 35.3327V74.5252C62.3203 75.8135 63.3647 76.8579 64.653 76.8579H91.4956C92.7839 76.8579 93.8283 75.8135 93.8283 74.5252V35.3327C93.8283 34.0444 92.7839 33 91.4956 33Z" fill="var(--sapContent_Illustrative_Color17)"/>
6
+ <path d="M91.5402 33H65.4611C64.1968 33 63.1719 34.0249 63.1719 35.2892V74.1428C63.1719 75.4072 64.1968 76.4321 65.4611 76.4321H91.5402C92.8045 76.4321 93.8294 75.4072 93.8294 74.1428V35.2892C93.8294 34.0249 92.8045 33 91.5402 33Z" fill="var(--sapContent_Illustrative_Color9)"/>
7
+ <path d="M90.3915 35.2842H66.5631C65.606 35.2842 64.8301 36.0601 64.8301 37.0172V72.7275C64.8301 73.6847 65.606 74.4606 66.5631 74.4606H90.3915C91.3486 74.4606 92.1246 73.6847 92.1246 72.7275V37.0172C92.1246 36.0601 91.3486 35.2842 90.3915 35.2842Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path d="M63.0862 47.303C63.0862 47.0445 62.8769 46.835 62.6188 46.835C62.3606 46.835 62.1514 47.0445 62.1514 47.303V48.7046C62.1514 48.9631 62.3606 49.1726 62.6188 49.1726C62.8769 49.1726 63.0862 48.9631 63.0862 48.7046V47.303Z" fill="var(--sapContent_Illustrative_Color17)"/>
9
+ <path d="M62.8851 47.2024C62.8851 46.9995 62.7208 46.835 62.5182 46.835C62.3156 46.835 62.1514 46.9995 62.1514 47.2024V48.8051C62.1514 49.0081 62.3156 49.1726 62.5182 49.1726C62.7208 49.1726 62.8851 49.0081 62.8851 48.8051V47.2024Z" fill="var(--sapContent_Illustrative_Color17)"/>
10
+ <path d="M85.2955 54.8284C85.2955 58.5813 82.2527 61.6241 78.4998 61.6241C74.7469 61.6241 71.7041 58.5813 71.7041 54.8284C71.7041 51.0755 74.7469 48.0327 78.4998 48.0327C82.2527 48.0327 85.2955 51.0755 85.2955 54.8284Z" fill="var(--sapContent_Illustrative_Color23)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M81.0885 53.269C81.353 53.0034 81.353 52.5738 81.0885 52.3081C80.8229 52.0425 80.3933 52.0425 80.1277 52.3081L78.5349 53.9009L76.9421 52.3081C76.6777 52.0425 76.2469 52.0425 75.9825 52.3081C75.7168 52.5738 75.7168 53.0034 75.9825 53.269L77.5752 54.8618L75.9825 56.4546C75.7168 56.7202 75.7168 57.1498 75.9825 57.4155C76.2469 57.6811 76.6777 57.6811 76.9421 57.4155L78.5349 55.8227L80.1277 57.4155C80.3933 57.6811 80.8229 57.6811 81.0885 57.4155C81.353 57.1498 81.353 56.7202 81.0885 56.4546L79.4958 54.8618L81.0885 53.269Z" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <path d="M78.5 34.5396C78.7352 34.5396 78.9259 34.349 78.9259 34.1138C78.9259 33.8786 78.7352 33.688 78.5 33.688C78.2649 33.688 78.0742 33.8786 78.0742 34.1138C78.0742 34.349 78.2649 34.5396 78.5 34.5396Z" fill="var(--sapContent_Illustrative_Color17)"/>
13
+ <path d="M68.6489 52.7739C66.9841 51.967 65.2722 54.5877 64.7172 55.9495C64.1623 57.3102 63.1046 61.0407 63.1046 60.4361C63.1046 59.8315 62.1983 57.5125 62.0469 56.8074C61.9687 56.4461 62.104 55.885 62.3212 55.4182V52.5269C62.3212 52.2016 62.4888 51.2978 62.3212 51.016C62.1772 50.7739 60.171 50.8621 59.7676 51.057C59.4585 51.206 59.2251 51.4766 59.0388 51.7634C58.366 52.8012 58.1413 54.106 57.7279 55.2568C57.2499 56.5839 56.7931 57.9408 56.5212 59.3275C56.2828 60.5417 56.2568 61.7868 56.2319 63.0246C56.1885 65.1723 56.4653 67.5198 55.6708 69.5446C55.2189 70.6967 54.628 71.8053 53.9824 72.863L60.3337 77.4241L63.1058 72.2833C63.1058 72.2833 64.7681 71.274 65.5751 70.1654C66.3808 69.0567 66.9878 64.7204 67.0375 63.4615C67.0884 62.2002 67.0884 60.4858 67.4906 59.7819C67.8941 59.0767 70.3137 53.5821 68.6501 52.7764L68.6489 52.7739Z" fill="var(--sapContent_Illustrative_Color16)"/>
14
+ <path d="M68.6488 52.7738C68.4166 52.6608 68.1832 52.6174 67.9523 52.6261C68.218 53.0531 68.2465 53.6192 68.1894 54.1071C68.105 54.8296 67.8753 55.5236 67.5873 56.189C67.483 56.4286 67.3738 56.6707 67.2385 56.8942C66.8114 57.6006 66.1572 58.1344 65.863 58.9115C65.5687 59.6887 65.5191 60.508 65.4694 61.3162C65.4694 62.4025 65.3341 63.5074 65.2683 64.5924C65.2062 65.598 65.2162 66.6234 64.9579 67.6017C64.5272 69.2416 63.5228 70.6966 61.9971 71.4874C61.8953 71.5395 61.7885 71.5929 61.7202 71.6848C61.6035 71.8412 61.6333 72.056 61.652 72.2497C61.7873 73.6277 61.0499 74.8505 60.2019 75.871C59.9574 76.1652 59.683 76.4669 59.3813 76.7412L60.3323 77.424L63.1045 72.2832C63.1045 72.2832 64.7668 71.2739 65.5737 70.1653C66.3794 69.0566 66.9865 64.7203 67.0361 63.4614C67.087 62.2001 67.087 60.4857 67.4892 59.7818C67.8927 59.0766 70.3123 53.582 68.6488 52.7763V52.7738Z" fill="var(--sapContent_Illustrative_Color29)"/>
15
+ <path d="M62.3198 51.016C62.1758 50.7739 60.1696 50.8621 59.7661 51.057C59.457 51.206 59.2236 51.4766 59.0374 51.7634C58.3645 52.8012 58.1398 54.106 57.7264 55.2568C57.2485 56.5839 56.7916 57.9408 56.5197 59.3275C56.2814 60.5417 56.2553 61.7868 56.2305 63.0246C56.187 65.1723 56.4639 67.5198 55.6693 69.5446C55.2174 70.6967 54.6265 71.8053 53.981 72.863L54.6911 73.3733C55.0064 72.6867 55.4037 72.0375 55.8555 71.4329C56.084 71.1275 56.3198 70.7848 56.6389 70.5676C56.7941 70.4621 56.9828 70.3925 57.1702 70.3801C57.3043 70.3714 57.4967 70.4348 57.6134 70.3541C57.6134 70.3541 57.6544 70.2994 57.6569 70.2957C57.6743 70.256 57.6879 70.1865 57.6916 70.1604C57.7065 70.0363 57.6954 69.9059 57.6792 69.7818C57.642 69.5099 57.5613 69.2467 57.5129 68.9773C57.056 66.4497 56.6277 63.69 57.0151 61.1313C57.2323 59.695 57.7848 58.2797 58.146 56.8732C58.3409 56.1122 58.6277 55.3934 58.943 54.6771C59.2211 54.0452 59.524 53.4145 59.9213 52.8459C60.2763 52.3357 60.7332 51.8168 61.3514 51.6367C61.6469 51.5511 61.9448 51.5325 62.244 51.5486C62.2949 51.53 62.3446 51.5089 62.3955 51.4927C62.398 51.2916 62.3806 51.1141 62.321 51.0148L62.3198 51.016Z" fill="var(--sapContent_Illustrative_Color29)"/>
16
+ <path d="M61.3576 56.2289C61.4594 56.538 61.6456 56.8 61.8592 57.0433C61.9721 57.1711 62.0913 57.2953 62.2179 57.4108C62.1385 57.1612 62.0764 56.9514 62.0454 56.8074C61.9672 56.4461 62.1025 55.885 62.3197 55.4182V53.0508C62.1348 53.2407 61.9647 53.4431 61.8095 53.6578C61.303 54.3605 61.0882 55.2469 61.3129 56.0836C61.3266 56.1321 61.3402 56.1805 61.3564 56.2289H61.3576Z" fill="var(--sapContent_Illustrative_Color29)"/>
17
+ <path d="M59.2484 77.2551C59.6385 77.2551 59.9548 76.9388 59.9548 76.5487C59.9548 76.1585 59.6385 75.8423 59.2484 75.8423C58.8583 75.8423 58.542 76.1585 58.542 76.5487C58.542 76.9388 58.8583 77.2551 59.2484 77.2551Z" fill="var(--sapContent_Illustrative_Color29)"/>
18
+ <path d="M61.4684 79.3225C60.7186 80.7886 58.8328 78.6719 56.7397 77.6018C54.6466 76.5329 51.2091 74.9066 51.8397 73.3846C52.0421 72.898 55.3866 74.1332 57.4796 75.2021C59.5727 76.271 61.4684 79.3212 61.4684 79.3212V79.3225Z" fill="var(--sapContent_Illustrative_Color14)"/>
19
+ <path d="M52.1609 74.8294L53.524 71.2192C53.524 71.2192 59.7822 74.5885 60.6636 76.5947C61.5463 78.5997 60.6636 80.6865 60.6636 80.6865L52.1597 74.8294H52.1609Z" fill="var(--sapContent_Illustrative_Color8)"/>
20
+ <path d="M40.7334 95.6608L51.8406 73.3843L61.4693 79.3209L60.5457 95.6596H40.7334V95.6608Z" fill="var(--sapContent_Illustrative_Color21)"/>
21
+ <path d="M53.7525 93.1782C52.8115 91.8796 52.0107 90.4681 51.4744 88.9535C50.9629 87.5085 50.7109 85.9554 50.8562 84.4247C50.8611 84.3788 50.8661 84.3328 50.8736 84.2881C51.1107 82.7487 52.8127 81.9083 54.2193 82.5787L55.8244 83.3446C56.2863 83.5644 56.7357 83.0231 56.434 82.6109C55.4272 81.2354 54.1274 79.4428 54.1088 79.3385C54.0752 79.1585 54.2193 78.9785 54.4142 79.0331C55.1417 79.2379 55.8518 79.4962 56.5507 79.7817C58.1534 80.4359 59.7127 81.2081 61.3278 81.8239L61.4693 79.3224L51.8406 73.3857L40.7334 95.6623H55.8207C55.0808 94.8789 54.3856 94.0521 53.7525 93.1794V93.1782Z" fill="var(--sapContent_Illustrative_Color14)"/>
22
+ </g>
23
+ <defs>
24
+ <clipPath id="clip0_6880_7422">
25
+ <rect width="60" height="62" fill="var(--sapContent_Illustrative_Color8)" transform="translate(34 33)"/>
26
+ </clipPath>
27
+ </defs>
28
+ </svg>
@@ -0,0 +1,33 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-UploadCollection">
2
+ <mask id="mask0_1663_6963" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
3
+ <circle cx="64" cy="64" r="64" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ </mask>
5
+ <g mask="url(#mask0_1663_6963)">
6
+ <path d="M156.634 0.865238H-28.0208C-29.2244 0.864127 -30.4164 1.10024 -31.5287 1.56008C-32.6411 2.01991 -33.6518 2.69445 -34.5033 3.54515C-35.3548 4.39584 -36.0303 5.406 -36.4911 6.51789C-36.952 7.62978 -37.1892 8.8216 -37.1892 10.0252V118.566C-37.1892 120.998 -36.2233 123.33 -34.5038 125.049C-32.7844 126.769 -30.4524 127.735 -28.0208 127.735H156.634C159.065 127.735 161.397 126.769 163.117 125.049C164.836 123.33 165.802 120.998 165.802 118.566V10.0252C165.802 8.8216 165.565 7.62978 165.104 6.51789C164.643 5.406 163.968 4.39584 163.116 3.54515C162.265 2.69445 161.254 2.01991 160.142 1.56008C159.029 1.10024 157.837 0.864127 156.634 0.865238Z" fill="var(--sapContent_Illustrative_Color7)"/>
7
+ <path d="M3.06368 103.314C3.06368 102.094 -0.47928 101.117 -5.21315 100.895C-5.48381 96.1667 -6.52585 92.6511 -7.74653 92.6538C-8.96722 92.6565 -9.98219 96.1992 -10.242 100.952C-14.9894 101.276 -18.5189 102.337 -18.5026 103.561C-18.4864 104.784 -14.9597 105.761 -10.2258 105.98C-9.94159 110.708 -8.91308 114.224 -7.69511 114.221C-6.47713 114.218 -5.45674 110.676 -5.19691 105.923C-0.449509 105.598 3.07722 104.538 3.06368 103.314Z" fill="var(--sapContent_Illustrative_Color18)"/>
8
+ <path d="M144.908 33.2899C144.908 32.0693 141.365 31.0923 136.631 30.8703C136.36 26.1423 135.318 22.6267 134.097 22.6294C132.877 22.6321 131.862 26.1748 131.602 30.9272C126.854 31.2519 123.325 32.3128 123.341 33.5361C123.357 34.7594 126.884 35.7364 131.618 35.9556C131.902 40.6837 132.931 44.1993 134.149 44.1966C135.367 44.1939 136.387 40.6512 136.647 35.8988C141.394 35.574 144.921 34.5131 144.908 33.2899Z" fill="var(--sapContent_Illustrative_Color18)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.432838 34.3837C4.06879 34.3837 7.01631 31.4362 7.01631 27.8003C7.01631 24.1643 4.06879 21.2168 0.432838 21.2168C-3.20311 21.2168 -6.15063 24.1643 -6.15063 27.8003C-6.15063 31.4362 -3.20311 34.3837 0.432838 34.3837ZM0.43283 32.6281C3.09919 32.6281 5.26071 30.4666 5.26071 27.8002C5.26071 25.1338 3.09919 22.9723 0.43283 22.9723C-2.23353 22.9723 -4.39505 25.1338 -4.39505 27.8002C-4.39505 30.4666 -2.23353 32.6281 0.43283 32.6281Z" fill="var(--sapContent_Illustrative_Color18)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M132.701 93.6346C135.345 93.6346 137.489 91.4909 137.489 88.8466C137.489 86.2022 135.345 84.0586 132.701 84.0586C130.056 84.0586 127.913 86.2022 127.913 88.8466C127.913 91.4909 130.056 93.6346 132.701 93.6346ZM132.701 92.3577C134.64 92.3577 136.212 90.7857 136.212 88.8465C136.212 86.9074 134.64 85.3354 132.701 85.3354C130.762 85.3354 129.19 86.9074 129.19 88.8465C129.19 90.7857 130.762 92.3577 132.701 92.3577Z" fill="var(--sapContent_Illustrative_Color18)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M29.9822 91.6945C29.5261 91.554 29.1125 91.3164 28.7656 91.0058C28.6754 90.925 28.5897 90.8393 28.5089 90.7491C28.1984 90.4022 27.9607 89.9886 27.8202 89.5325C27.7963 89.4549 27.7752 89.3761 27.757 89.2962C27.7038 89.062 27.6757 88.8183 27.6757 88.568V82.1077C29.4822 82.1077 30.9468 83.5722 30.9468 85.3788L30.9468 88.568H34.0552C35.8618 88.568 37.3263 90.0325 37.3263 91.8391H30.9468C30.6965 91.8391 30.4527 91.811 30.2186 91.7577C30.1386 91.7396 30.0598 91.7185 29.9822 91.6945ZM59.0855 91.8391C59.0855 90.0325 57.621 88.568 55.8144 88.568H49.5975C47.7909 88.568 46.3264 90.0325 46.3264 91.8391H59.0855ZM80.8447 91.8391C80.8447 90.0325 79.3801 88.568 77.5735 88.568H71.3566C69.55 88.568 68.0855 90.0325 68.0855 91.8391H80.8447ZM99.4954 59.7835C97.6888 59.7835 96.2242 61.248 96.2242 63.0546V69.4329C96.2242 71.2395 97.6888 72.7041 99.4954 72.7041V59.7835ZM68.0855 40.6484C68.0855 42.455 69.55 43.9196 71.3566 43.9196H77.5735C79.3801 43.9196 80.8447 42.455 80.8447 40.6484H68.0855ZM46.3264 40.6484C46.3264 42.455 47.7909 43.9196 49.5975 43.9196H55.8144C57.621 43.9196 59.0855 42.455 59.0855 40.6484H46.3264ZM27.6757 50.3799C29.4822 50.3799 30.9468 48.9153 30.9468 47.1087V43.9196L34.0552 43.9196C35.8618 43.9196 37.3264 42.455 37.3264 40.6484H30.9468C30.6965 40.6484 30.4527 40.6766 30.2186 40.7298C30.1386 40.748 30.0598 40.7691 29.9822 40.793C29.5261 40.9335 29.1125 41.1711 28.7656 41.4817C28.6754 41.5625 28.5897 41.6482 28.5089 41.7384C28.1984 42.0853 27.9607 42.4989 27.8202 42.955C27.7963 43.0326 27.7752 43.1114 27.757 43.1913C27.7038 43.4255 27.6757 43.6693 27.6757 43.9196V50.3799ZM27.6757 59.7835C29.4822 59.7835 30.9468 61.248 30.9468 63.0546V69.4329C30.9468 71.2395 29.4822 72.704 27.6757 72.704V59.7835ZM89.8447 40.6484C89.8447 42.455 91.3092 43.9196 93.1158 43.9196H96.2242V47.1087C96.2242 48.9153 97.6888 50.3799 99.4954 50.3799V43.9196C99.4954 43.6693 99.4672 43.4255 99.414 43.1913C99.3958 43.1114 99.3747 43.0326 99.3508 42.955C99.2103 42.4989 98.9726 42.0853 98.6621 41.7384C98.5813 41.6482 98.4956 41.5625 98.4054 41.4817C98.0585 41.1711 97.6449 40.9335 97.1888 40.793C97.1112 40.7691 97.0324 40.748 96.9525 40.7298C96.7183 40.6766 96.4745 40.6484 96.2242 40.6484H89.8447ZM99.4954 82.1077C97.6888 82.1077 96.2242 83.5722 96.2242 85.3788V88.568H93.1158C91.3092 88.568 89.8447 90.0325 89.8447 91.8391H96.2242C96.4745 91.8391 96.7183 91.811 96.9525 91.7577C97.0324 91.7396 97.1112 91.7185 97.1888 91.6945C97.6449 91.554 98.0585 91.3164 98.4054 91.0058C98.4956 90.925 98.5813 90.8393 98.6621 90.7491C98.9726 90.4022 99.2103 89.9886 99.3508 89.5325C99.3747 89.4549 99.3958 89.3761 99.414 89.2962C99.4672 89.062 99.4954 88.8183 99.4954 88.568V82.1077Z" fill="var(--sapContent_Illustrative_Color2)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M68.5362 61.309L68.5295 61.3017L64.451 57.2632L64.4503 57.2625C64.115 56.9275 63.7077 56.7441 63.2435 56.7441C62.7811 56.7441 62.3823 56.9266 62.0694 57.2696L58.0044 61.2948L58.0029 61.2962C57.8028 61.4963 57.6436 61.7507 57.6436 62.0545C57.6436 62.3601 57.8042 62.6091 58.0094 62.7993C58.2034 62.9906 58.4471 63.1123 58.7313 63.1123C59.0187 63.1123 59.2646 62.9879 59.4597 62.7929L62.1558 60.0968V71.8475C62.1558 72.1235 62.225 72.4056 62.4352 72.6158C62.6454 72.826 62.9275 72.8953 63.2035 72.8953C63.4795 72.8953 63.7616 72.826 63.9718 72.6158C64.182 72.4056 64.2513 72.1235 64.2513 71.8475V60.0169L67.0273 62.7929C67.2223 62.9879 67.4683 63.1123 67.7556 63.1123C68.0517 63.1123 68.315 63.0018 68.5239 62.7929C68.7192 62.5976 68.8633 62.3499 68.8633 62.0545C68.8633 61.7635 68.7231 61.5129 68.5362 61.309Z" fill="var(--sapContent_Illustrative_Color2)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M72.148 74.6331C72.6074 74.6331 73.004 74.8132 73.3159 75.1518C73.6546 75.4637 73.8347 75.8604 73.8347 76.3198C73.8347 76.7994 73.6589 77.2152 73.308 77.5349C72.9912 77.8479 72.5963 78.0064 72.148 78.0064H54.2591C53.7898 78.0064 53.3758 77.8516 53.0515 77.5273C52.7272 77.203 52.5724 76.789 52.5724 76.3198C52.5724 75.8714 52.7309 75.4766 53.044 75.1598C53.3636 74.8088 53.7794 74.6331 54.2591 74.6331H72.148Z" fill="var(--sapContent_Illustrative_Color2)"/>
14
+ <path d="M88.7621 55.1821C88.1524 55.2668 87.5939 55.593 87.2188 56.089C86.8437 56.585 86.6809 57.2025 86.7668 57.821L91.9561 95.1912C92.0408 95.8009 92.3669 96.3594 92.863 96.7345C93.359 97.1096 93.9765 97.2724 94.595 97.1865L121.094 93.5068C121.704 93.4222 122.262 93.096 122.637 92.6C123.012 92.1039 123.175 91.4864 123.089 90.8679L118.386 56.9996L110.522 52.1605L88.7621 55.1821Z" fill="var(--sapContent_Illustrative_Color19)"/>
15
+ <path d="M86.9863 53.8394C86.3678 53.9253 85.8181 54.2502 85.443 54.7462C85.0667 55.2336 84.9051 55.8598 84.9897 56.4695L90.1791 93.8397C90.2637 94.4495 90.5899 95.0079 91.0859 95.383C91.582 95.7581 92.1995 95.9209 92.818 95.8351L119.317 92.1554C119.622 92.113 119.909 92.0109 120.181 91.8578C120.444 91.7058 120.673 91.4965 120.86 91.2485C121.048 91.0005 121.178 90.7249 121.253 90.4304C121.327 90.1359 121.346 89.8226 121.305 89.5264L116.602 55.6581L108.746 50.8177L86.9863 53.8394Z" fill="var(--sapContent_Illustrative_Color18)"/>
16
+ <path d="M109.554 56.6367L116.799 57.078L116.602 55.6581L109.554 56.6367Z" fill="var(--sapContent_Illustrative_Color20)"/>
17
+ <path d="M109.554 56.6368L116.602 55.6582L108.746 50.8179L109.554 56.6368Z" fill="var(--sapContent_Illustrative_Color19)"/>
18
+ <path d="M93.3563 68.8927C93.2559 68.1697 93.7597 67.5137 94.4827 67.4133L110.546 65.1827C111.269 65.0823 111.933 65.5849 112.033 66.2992C112.132 67.0135 111.63 67.6869 110.907 67.7873L94.8444 70.0179C94.1213 70.1183 93.4567 69.6157 93.3563 68.8927Z" fill="var(--sapContent_Illustrative_Color20)"/>
19
+ <path d="M94.6832 78.4487C94.5828 77.7257 95.0854 77.061 95.8084 76.9606L103.622 75.8756C104.345 75.7752 105.01 76.2778 105.11 77.0008C105.211 77.7238 104.707 78.3798 103.984 78.4802L96.1701 79.5652C95.4471 79.6656 94.7824 79.163 94.6832 78.4487Z" fill="var(--sapContent_Illustrative_Color20)"/>
20
+ <path d="M94.0192 73.6665C93.9188 72.9435 94.4213 72.2788 95.1444 72.1784L111.207 69.9479C111.93 69.8475 112.595 70.35 112.696 71.0731C112.796 71.7961 112.293 72.4608 111.57 72.5612L95.5072 74.7917C94.7842 74.8921 94.1196 74.3895 94.0192 73.6665Z" fill="var(--sapContent_Illustrative_Color20)"/>
21
+ <path d="M107.997 81.1635C107.849 80.7401 108.077 80.2733 108.502 80.1344L121.883 75.5949C122.306 75.4473 122.764 75.6767 122.912 76.1002L127.451 89.4808C127.599 89.9043 127.371 90.371 126.946 90.5099L113.566 95.0494C113.142 95.197 112.675 94.9688 112.536 94.5442L107.997 81.1635Z" fill="var(--sapContent_Illustrative_Color19)"/>
22
+ <path d="M106.555 80.6894C106.407 80.266 106.635 79.7992 107.06 79.6603L120.441 75.1208C120.864 74.9732 121.331 75.2014 121.47 75.6261L126.009 89.0067C126.157 89.4301 125.929 89.8969 125.504 90.0358L112.123 94.5753C111.7 94.7229 111.233 94.4947 111.094 94.07L106.555 80.6894Z" fill="var(--sapContent_Illustrative_Color8)"/>
23
+ <path d="M109.087 82.4955C108.875 81.8591 109.213 81.1639 109.85 80.9513L118.728 77.9426C119.365 77.7299 120.06 78.0684 120.272 78.7048L122.891 86.4388C123.104 87.0752 122.765 87.7703 122.129 87.983L113.251 90.9917C112.614 91.2044 111.919 90.8658 111.706 90.2294L109.087 82.4955Z" fill="var(--sapContent_Illustrative_Color7)"/>
24
+ <path d="M118.567 82.1553C119.518 81.8369 120.03 80.7979 119.703 79.8489C119.385 78.8986 118.346 78.3859 117.397 78.713C116.447 79.0314 115.934 80.0704 116.261 81.0194C116.579 81.9697 117.618 82.4824 118.567 82.1553Z" fill="var(--sapContent_Illustrative_Color18)"/>
25
+ <path d="M116.885 87.8759C117.191 87.4605 117.518 87.0687 117.864 86.6833L117.415 86.4527C114.352 84.8536 113.351 84.1047 111.36 83.9638C110.766 83.9043 110.17 83.8982 109.571 83.9282L111.829 90.6023C111.861 90.7044 111.919 90.8029 111.992 90.8816C112.065 90.9602 112.155 91.0277 112.259 91.0754C112.363 91.1231 112.474 91.1521 112.59 91.1538C112.705 91.1555 112.818 91.1398 112.929 91.1066L115.592 90.2041C115.895 89.3807 116.318 88.5938 116.867 87.8783L116.885 87.8759Z" fill="var(--sapContent_Illustrative_Color19)"/>
26
+ <path d="M119.007 85.8949C118.462 85.935 118.028 86.2617 117.596 86.7301C117.274 87.1033 116.974 87.5001 116.693 87.9032C116.195 88.6027 115.807 89.3848 115.54 90.2121L122.425 87.8796C120.605 87.0491 120.149 85.8073 119.007 85.8949Z" fill="var(--sapContent_Illustrative_Color20)"/>
27
+ <path d="M117.44 94.7442L116.878 93.2132C116.659 92.6361 116.232 92.1634 115.682 91.8894C115.132 91.6154 114.499 91.5602 113.91 91.7349L113.568 91.8367C113.31 91.3261 112.883 90.9226 112.36 90.6961C111.837 90.4697 111.252 90.4346 110.706 90.597L110.282 90.7226C109.991 90.2926 109.573 89.9666 109.086 89.7914C108.6 89.6163 108.071 89.6011 107.575 89.748L106.802 89.9778L104.906 84.9313C104.777 84.5893 104.548 84.2949 104.248 84.0873C103.949 83.8798 103.594 83.7689 103.23 83.7695C102.967 83.7683 102.707 83.8318 102.473 83.9546C102.239 84.0773 102.038 84.2555 101.888 84.4739C101.738 84.6922 101.644 84.9441 101.612 85.2076C101.581 85.4712 101.614 85.7385 101.708 85.9863L105.792 97.5287L103.658 94.8774C103.331 94.4218 102.848 94.1046 102.302 93.9872C101.756 93.8698 101.186 93.9605 100.702 94.2418C100.468 94.3782 100.295 94.6008 100.221 94.8627C100.146 95.1247 100.176 95.4055 100.303 95.646L104.025 102.132C104.769 103.427 105.837 104.502 107.124 105.249C108.411 105.997 109.87 106.391 111.356 106.391H111.92C112.945 106.338 113.946 106.058 114.852 105.572C115.758 105.086 116.546 104.406 117.161 103.579C117.776 102.752 118.203 101.798 118.412 100.787C118.62 99.775 118.604 98.7296 118.366 97.7246C118.125 96.7112 117.816 95.7155 117.44 94.7442Z" fill="var(--sapContent_Illustrative_Color8)"/>
28
+ <path d="M111.354 106.593C109.833 106.59 108.34 106.186 107.023 105.421C105.706 104.656 104.612 103.556 103.849 102.232L100.126 95.7475C99.9723 95.4601 99.936 95.1239 100.025 94.81C100.113 94.4961 100.319 94.2292 100.6 94.0658C101.126 93.7585 101.747 93.6593 102.342 93.7874C102.937 93.9156 103.463 94.2619 103.818 94.7591L105.212 96.4848L101.52 86.0514C101.358 85.6154 101.366 85.1341 101.541 84.7034C101.716 84.2728 102.046 83.9244 102.465 83.7279C102.546 83.6884 102.629 83.6565 102.715 83.6324C103.191 83.507 103.696 83.5629 104.134 83.7893C104.571 84.0158 104.91 84.3969 105.086 84.8595L106.916 89.7327L107.51 89.5556C108.023 89.4023 108.569 89.4097 109.077 89.5769C109.585 89.744 110.031 90.063 110.354 90.4913L110.642 90.4046C111.206 90.2372 111.808 90.2638 112.355 90.4802C112.901 90.6966 113.361 91.0903 113.66 91.5991L113.846 91.5438C114.414 91.3752 115.022 91.4031 115.573 91.623C116.124 91.8429 116.586 92.2421 116.885 92.7571L116.909 92.7081L117.634 94.6724C118.017 95.6687 118.332 96.6906 118.575 97.7307C118.813 98.7618 118.823 99.8329 118.605 100.868C118.387 101.904 117.946 102.879 117.312 103.724C116.679 104.569 115.869 105.264 114.94 105.759C114.01 106.255 112.984 106.539 111.934 106.592L111.354 106.593ZM101.828 94.1374C101.467 94.1374 101.113 94.2336 100.801 94.4162C100.612 94.5257 100.473 94.7048 100.412 94.9157C100.352 95.1265 100.376 95.3527 100.478 95.5466L104.196 102.026C104.924 103.289 105.968 104.337 107.224 105.067C108.479 105.796 109.904 106.181 111.354 106.183H111.918C112.909 106.132 113.876 105.863 114.753 105.395C115.629 104.926 116.393 104.27 116.99 103.472C117.587 102.675 118.003 101.755 118.208 100.778C118.414 99.8008 118.404 98.7902 118.179 97.8174C117.941 96.7989 117.634 95.798 117.26 94.8219L116.696 93.2971C116.494 92.7659 116.101 92.3304 115.595 92.0777C115.089 91.8249 114.507 91.7733 113.965 91.9331L113.466 92.0826L113.391 91.9331C113.154 91.4647 112.762 91.0945 112.282 90.8867C111.802 90.6789 111.266 90.6465 110.765 90.7952L110.199 90.9635L110.117 90.8379C109.851 90.4423 109.467 90.1422 109.02 89.9811C108.574 89.8201 108.088 89.8065 107.633 89.9424L106.681 90.225L104.719 85.0014C104.596 84.6763 104.371 84.4001 104.079 84.2146C103.786 84.0291 103.441 83.9443 103.097 83.9728C102.878 83.9932 102.667 84.0641 102.48 84.1801C102.293 84.2962 102.135 84.4541 102.018 84.6417C101.901 84.8292 101.83 85.0413 101.808 85.2615C101.786 85.4816 101.815 85.7038 101.893 85.9108L106.37 98.5659L103.5 95.004C103.31 94.7363 103.059 94.5181 102.768 94.3674C102.477 94.2167 102.155 94.1379 101.828 94.1374Z" fill="var(--sapContent_Illustrative_Color4)"/>
29
+ <path d="M108.492 94.3359C108.452 94.3361 108.413 94.3242 108.38 94.3018C108.347 94.2794 108.321 94.2475 108.306 94.2103L106.618 90.0656C106.606 90.041 106.599 90.0142 106.598 89.9868C106.596 89.9594 106.6 89.932 106.609 89.9063C106.619 89.8805 106.633 89.8569 106.652 89.837C106.671 89.817 106.693 89.8011 106.718 89.7901C106.743 89.7792 106.77 89.7735 106.797 89.7734C106.825 89.7733 106.852 89.7788 106.877 89.7895C106.902 89.8003 106.924 89.816 106.943 89.8358C106.962 89.8557 106.977 89.8791 106.986 89.9048L108.678 94.0596C108.698 94.1091 108.698 94.1644 108.677 94.2136C108.657 94.2627 108.618 94.3017 108.569 94.3221C108.544 94.3321 108.518 94.3368 108.492 94.3359Z" fill="var(--sapContent_Illustrative_Color4)"/>
30
+ <path d="M111.51 94.0344C111.47 94.0346 111.431 94.0227 111.398 94.0003C111.364 93.9779 111.339 93.9461 111.324 93.9088L110.093 90.8028C110.074 90.7528 110.074 90.697 110.096 90.6477C110.117 90.5983 110.157 90.5595 110.206 90.5397C110.256 90.5199 110.311 90.5207 110.36 90.542C110.409 90.5633 110.448 90.6034 110.468 90.6533L111.698 93.7606C111.717 93.8106 111.716 93.8662 111.695 93.9154C111.674 93.9645 111.634 94.0032 111.584 94.0231C111.561 94.0319 111.535 94.0358 111.51 94.0344Z" fill="var(--sapContent_Illustrative_Color4)"/>
31
+ <path d="M114.348 94.0342C114.308 94.0346 114.269 94.0228 114.236 94.0004C114.202 93.978 114.176 93.946 114.161 93.9086L113.391 91.9216C113.374 91.8814 113.37 91.8368 113.38 91.7942C113.39 91.7515 113.412 91.7131 113.445 91.6842C113.469 91.6634 113.498 91.6488 113.529 91.6415C113.56 91.6342 113.593 91.6345 113.623 91.6424C113.654 91.6502 113.683 91.6654 113.707 91.6867C113.731 91.708 113.749 91.7347 113.761 91.7646L114.537 93.7466C114.555 93.7896 114.559 93.8377 114.548 93.8831C114.536 93.9286 114.51 93.969 114.473 93.9977C114.437 94.024 114.393 94.0369 114.348 94.0342Z" fill="var(--sapContent_Illustrative_Color4)"/>
32
+ </g>
33
+ </svg>
@@ -0,0 +1,21 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-UploadToCloud">
2
+ <rect y="40.6001" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <path d="M86.5117 86.2989C85.5058 86.2989 84.545 86.3409 83.65 86.4109C82.6933 84.6885 73.4019 83.3407 62.0741 83.3407C53.4971 83.3407 46.0861 84.1144 42.5757 85.2381C41.5615 85.1891 40.4858 85.1646 39.3732 85.1646C33.1365 85.1646 28.0781 85.9803 28.0781 86.9885C28.0781 87.9968 33.1365 88.8125 39.3732 88.8125C41.1427 88.8125 42.8138 88.746 44.3042 88.6304C48.2211 89.5021 54.7165 90.0728 62.0741 90.0728C68.7295 90.0728 74.6829 89.6072 78.6573 88.872C79.885 89.5757 82.9356 90.0728 86.5117 90.0728C91.1718 90.0728 94.9532 89.2291 94.9532 88.1858C94.9532 87.1426 91.1759 86.2989 86.5117 86.2989Z" fill="var(--sapContent_Illustrative_Color21)"/>
4
+ <path d="M39.3612 78.004C33.0642 78.2115 31.4155 76.3854 27.752 74.8197C24.0886 73.2539 23.1718 69.5037 24.7224 67.5305C26.2731 65.5573 28.0501 65.3535 30.1176 66.8551C32.1852 68.3567 32.5926 68.2662 32.5926 67.1155C32.5926 65.9647 32.5096 62.3579 35.626 61.8674C35.626 61.8674 32.3285 54.7254 37.4068 51.9372C42.4851 49.1491 43.8584 51.1185 45.5411 51.277C47.2238 51.4354 46.0014 47.8663 49.7026 44.8404C53.4038 41.8146 56.622 43.8595 56.622 43.8595C56.622 43.8595 57.9991 37.5777 64.4357 37.7776C70.8722 37.9776 71.3853 43.5275 71.3853 43.5275C71.3853 43.5275 77.8444 43.0144 80.1044 46.6514C82.3643 50.2885 82.0436 53.4162 82.0436 53.4162C82.0436 53.4162 83.2925 53.2162 82.9076 54.7744C82.9076 54.7744 85.4128 51.5788 89.5781 53.1332C93.7433 54.6876 92.2153 60.5695 92.2153 60.5695C92.2153 60.5695 93.6641 59.8791 94.7243 60.777C95.7844 61.675 94.8299 64.5952 94.8299 64.5952C94.8299 64.5952 97.2181 63.237 99.2479 64.4141C101.282 65.595 101.293 68.6058 100.297 69.798C99.297 70.9902 97.3124 72.0579 97.3124 72.0579C97.3124 72.0579 101.979 71.5599 104.141 73.9934C106.303 76.4269 103.232 77.272 99.7837 77.4795C96.3353 77.6871 92.8831 79.2528 89.4272 79.4905C85.9712 79.7282 70.1591 79.1924 66.4089 78.751C62.6586 78.3096 57.7124 79.5244 54.181 79.5471C50.6496 79.5697 44.0735 77.8455 39.3536 78.0002L39.3612 78.004Z" fill="var(--sapContent_Illustrative_Color8)"/>
5
+ <path d="M92.3196 64.0438C92.4705 64.1683 93.1078 64.2103 92.2366 64.4626C91.116 64.7871 89.5932 64.4626 87.8311 66.6132C85.1635 69.8689 81.172 69.8994 83.7149 68.6317C85.492 67.7451 87.0954 65.7945 86.7823 63.5647C86.6087 62.3385 85.5244 61.3207 85 61C84.5774 60.7397 84.7826 60.6958 85.3901 60.9803C86.5 61.5 87.2162 61.7764 88.1745 62.995C88.7593 63.7345 90.9098 61.833 91.8153 60.9728C91.9021 60.8898 92.1325 60.6978 92.0077 61.0897C91.8191 61.6821 91.4933 63.3609 92.3196 64.0438Z" fill="var(--sapContent_Illustrative_Color2)"/>
6
+ <path d="M50.8414 53.33C51.8373 54.2824 53.9236 50.8032 55.6879 51.3308C56.8813 51.4982 57.9158 52.768 59.2509 53.0941C60.0021 53.3043 60.895 53.2528 61.5218 52.7766C62.2687 52.1889 62.3331 51.2365 61.9467 50.3355C61.1397 48.6066 58.8903 47.5856 57.0187 47.8516C55.6149 48.0532 54.7821 49.3102 53.6102 50.2111C52.6787 51.052 50.6224 51.8414 50.8199 53.3L50.8371 53.3343L50.8414 53.33Z" fill="var(--sapContent_Illustrative_Color2)"/>
7
+ <path d="M43.7663 61.4783C41.2788 63.8427 39.9779 61.9138 37.2409 62.1313C33.8115 62.4012 38.4175 61.9136 38.4175 64.9039C38.4175 65.9955 34.469 68.1223 31.9896 69.8302C29.5101 71.538 32.3478 74.8974 33.3701 71.6146C34.3925 68.3317 36.5861 67.3489 39.8223 67.0226C42.9085 66.7104 45.2889 61.4788 50.9443 63.6556C51.5315 62.6964 47.2847 61.6965 47.2847 60.1791C47.2847 57.7778 48.3341 57.7784 49.6392 56.69C50.5126 55.4695 47.808 50.9628 47.2847 54.0775C46.7614 56.6957 45.5983 59.7369 43.7663 61.4783Z" fill="var(--sapContent_Illustrative_Color2)"/>
8
+ <path d="M64.4619 41.3204C64.2884 39.8792 66.9819 39.841 67.4121 43.5646C67.4243 43.5622 68.0529 43.4413 69.1475 43.5646C70.966 43.7721 74.4178 44.4093 75.123 46.0734C75.669 47.3617 75.6122 48.6734 75.2988 49.7345C75.2898 49.8046 75.2802 49.877 75.2715 49.9513C75.107 51.3599 74.6391 52.5749 76.5381 53.631C79.0003 55.0002 80.4444 57.5624 80 58.5001C78.854 60.919 74.5162 57.2815 74.4766 57.2482L71.165 54.67C71.1736 54.646 71.8325 52.807 72.6934 51.2423C71.723 50.19 70.605 48.2323 70.0381 47.4923C69.1854 46.3793 68.4538 47.8354 68.9404 48.8126C69.4271 49.7898 67.2268 48.7186 66.1289 46.9982C65.031 45.2779 63.8763 46.4658 62.1182 45.7716C59.3878 44.6928 64.8617 44.6923 64.458 41.3234L64.4619 41.3204Z" fill="var(--sapContent_Illustrative_Color2)"/>
9
+ <path d="M62.3061 71.2001C61.3595 71.3778 60.5196 70.8046 59.7153 70.298C59.0042 69.8491 58.9109 68.9692 58.8131 68.2493L54.3558 39.2479C54.0759 37.3548 54.0625 36.8615 54.8891 35.9505C55.1247 35.6927 55.7557 35.275 56.1245 35.1372C56.5378 34.9862 56.8045 34.9728 57.2 34.9373L68.6743 34.0085C70.483 33.8707 71.4118 35.3906 71.5718 36.7726L74.807 64.9607C74.847 66.2895 74.2471 67.3383 73.2116 67.8538L62.3061 71.2001Z" fill="var(--sapContent_Illustrative_Color17)"/>
10
+ <path d="M55.0094 38.342L59.8045 69.321C60.0267 70.7475 61.3243 71.5429 62.6886 71.1119L72.8697 67.89C74.0429 67.5211 74.8517 66.1702 74.7007 64.8637L71.3899 36.6889C71.2121 35.1912 70.03 34.0536 68.728 34.1602L57.3425 35.0979C55.8093 35.2224 54.7517 36.6844 55.0094 38.3465V38.342Z" fill="var(--sapContent_Illustrative_Color9)"/>
11
+ <path d="M68.8165 34.8001L66.2834 35.0178L66.4967 36.6932C66.5456 37.0887 66.3056 37.4354 65.9634 37.4754L61.3106 37.9509C60.9418 37.9864 60.5907 37.6842 60.5329 37.2754L60.2885 35.5378L57.4532 35.7822C56.28 35.8844 55.4757 36.9999 55.6668 38.2708L60.3996 69.1431C60.564 70.2363 61.5595 70.8496 62.6083 70.5207L72.8116 67.33C73.7137 67.05 74.3403 66.0101 74.2204 65.0013L70.8652 36.7288C70.7274 35.5733 69.8164 34.7068 68.8165 34.7912V34.8001Z" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <path d="M64.2917 36.5152L62.092 36.724C61.932 36.7418 61.7809 36.6129 61.7587 36.4485C61.7365 36.2796 61.8476 36.133 62.012 36.1152L64.2162 35.9152C64.3717 35.8974 64.5184 36.0263 64.5406 36.1907C64.5628 36.3552 64.4517 36.5018 64.2962 36.5196L64.2917 36.5152Z" fill="var(--sapContent_Illustrative_Color22)"/>
13
+ <path d="M65.2393 36.4172C65.3771 36.3905 65.4615 36.2439 65.4304 36.0839C65.3993 35.9239 65.2615 35.8173 65.1237 35.8439C64.986 35.8706 64.8971 36.0172 64.9327 36.1772C64.9682 36.3372 65.1015 36.4439 65.2437 36.4172H65.2393Z" fill="var(--sapContent_Illustrative_Color22)"/>
14
+ <path d="M55.125 44.9366L55.6005 48.0163C55.6405 48.3007 55.4672 48.3629 55.5383 48.3896L55.6849 48.4251C55.9693 48.3718 56.2049 48.3363 56.1604 47.9763L55.6805 44.6833C55.6138 44.3589 55.3427 44.2656 55.0539 44.3278L55.0272 44.4344C54.8317 44.4967 55.0805 44.6522 55.1205 44.9411L55.125 44.9366Z" fill="var(--sapContent_Illustrative_Color9)"/>
15
+ <path d="M54.8668 44.865L55.3245 48.0425C55.3601 48.2647 55.3956 48.4113 55.6001 48.4291C55.8134 48.3935 55.9956 48.3891 55.96 48.1669L55.4356 44.6828C55.4001 44.4562 55.2712 44.2962 55.0535 44.3228C54.8446 44.3673 54.8312 44.6339 54.8668 44.8606V44.865Z" fill="var(--sapContent_Illustrative_Color17)"/>
16
+ <path d="M67.8072 51.8328C67.8472 52.1439 68.105 52.3572 68.3849 52.3039V52.3128C68.6649 52.2594 68.8604 51.9617 68.8204 51.6506L68.4338 48.4643L69.1715 49.0909C69.3937 49.2775 69.7092 49.2198 69.8781 48.9665C70.0425 48.7132 70.0025 48.3532 69.7848 48.1621L68.065 46.6867C67.9628 46.5889 67.825 46.5489 67.6872 46.5712C67.545 46.5934 67.4384 46.6689 67.3584 46.78L66.003 48.802C65.8297 49.0642 65.8741 49.4331 66.1052 49.6242C66.3363 49.8108 66.6651 49.753 66.8429 49.4953L67.4162 48.6376L67.8117 51.8417V51.8328H67.8072Z" fill="var(--sapContent_Illustrative_Color17)"/>
17
+ <path d="M62.612 56.4284L68.1803 55.2329C69.6068 54.9263 70.5578 53.4242 70.3623 51.8022C70.3268 51.4956 70.0735 51.2867 69.8024 51.3356C69.5313 51.3889 69.3358 51.6822 69.3713 51.9933C69.4913 53.0021 68.9136 53.9264 68.0381 54.1042L62.4476 55.264C61.7632 55.4062 61.11 54.8996 61.0033 54.1308C60.8922 53.3576 61.3766 52.6243 62.0699 52.491L62.5143 52.4066C62.812 52.3488 63.0209 52.0377 62.9809 51.7177C62.8209 50.5312 63.3942 49.398 64.3318 49.038C64.6163 48.9269 64.7674 48.5892 64.6696 48.2826C64.5718 47.967 64.2652 47.8071 63.9852 47.9093C62.7009 48.3981 61.8565 49.7846 61.8477 51.3267C60.5678 51.5889 59.679 52.9132 59.8879 54.3575C60.0923 55.7884 61.3277 56.7083 62.612 56.4328V56.4284Z" fill="var(--sapContent_Illustrative_Color17)"/>
18
+ <path d="M66.9467 60.4175C65.158 59.4744 63.8601 62.6726 63.4301 64.5863C63 66.5 61.5 66 60 64.5C59 63.5 56.5 63.5 56.5 63.5L61.5 69L68.2993 68.0425L78.3154 62.9466C78.6669 61.0136 77.7072 55.1844 76.8637 55.0438C75.8094 54.8681 73.6538 55.0438 71.5626 59.0111C70.3166 61.375 69 61.5 66.9467 60.4175Z" fill="var(--sapContent_Illustrative_Color2)"/>
19
+ <path d="M83.3176 64.9804C83.6376 62.003 80.278 56.3502 76.0206 57.0613C71.7633 57.7723 71.2533 61.7557 71 63C70.7467 64.2443 70.5 68 69.1103 65.096C67.7015 62.5629 64.5 63.5 64 66.5C63.7248 68.1512 63 68.7996 62.1732 68.0556C61 67 61.0356 65.7981 59.3691 64.4516C57.1293 62.6473 54.0985 63.7983 53.2275 65.4559C52.3565 67.1135 54.2674 75.0371 54.2674 75.0371L67.6482 77.7746L80.0292 72.6115L83.3176 64.976V64.9804Z" fill="var(--sapContent_Illustrative_Color8)"/>
20
+ <path d="M39.3612 78.004C44.0811 77.8493 50.6572 79.5698 54.1886 79.5509C57.72 79.532 62.6662 78.3172 66.4165 78.7548C70.1667 79.1962 85.9788 79.7282 89.4347 79.4943C92.8869 79.2604 96.3429 77.6871 99.7913 77.4834C102.576 77.3174 105.115 76.7326 104.851 75.231C103.443 76.51 101.874 76.5552 100.101 75.5366C98.1086 74.3934 96.9911 72.2466 95.9498 72.5447C92.7844 73.4615 92.7504 75.4007 90 75.231C87.2458 75.0574 85.0638 75.2965 83 76.5C80.9362 77.7035 77.5 74.5 72.3097 75.5252C67.3749 76.5 66.0844 74.1783 63.5 72.9748C60.9194 71.7712 60.659 70.7122 58.5953 70.8858C56.5315 71.0593 55.6336 72.8012 52.936 72.9748C50.1063 72.409 48.4973 74.5471 46.26 76.2562C44.0227 77.9653 40.9835 74.831 40.2931 72.9484C39.6064 71.0657 37.7125 69.4962 35.992 71.9033C34.2716 74.3142 31.8607 74.4839 27.7559 74.8159C31.4155 76.3817 33.0681 78.204 39.365 78.0002L39.3612 78.004Z" fill="var(--sapContent_Illustrative_Color2)"/>
21
+ </svg>
@@ -0,0 +1,34 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-UserHasSignedUp">
2
+ <rect y="42" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <mask id="mask0_6869_476425" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="42" width="128" height="56">
4
+ <rect x="0.0566406" y="42" width="127.943" height="55.1756" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
5
+ </mask>
6
+ <g mask="url(#mask0_6869_476425)">
7
+ <path d="M63.4383 64.2358C63.2428 63.9127 63.0433 63.3421 62.8597 62.7198C62.9715 62.0335 62.5565 60.3339 62.0778 59.6557C61.9022 59.4043 61.5272 59.5759 61.4913 59.5918C61.4673 59.5918 61.4434 59.5918 61.4195 59.5918C61.1721 59.5958 60.9567 59.6796 60.9567 59.6796C60.7372 59.7753 60.5577 59.8831 60.4061 60.0028L60.2704 40.4612C60.2585 39.0288 59.0935 37.8758 57.6611 37.8878L46.1189 37.9676C46.083 37.9676 46.0511 37.9716 46.0152 37.9716H45.9673C45.9673 37.9716 45.9354 37.9716 45.9194 37.9756C45.8117 37.9835 45.708 37.9995 45.6042 38.0194C43.4578 38.3705 42.9471 39.6991 42.9591 41.307L42.999 50.4314C42.999 50.4314 42.9511 50.3836 42.8633 50.3117C42.8593 50.3078 42.8513 50.3038 42.8473 50.2998C42.8354 50.2918 42.8274 50.2838 42.8194 50.2758C42.7875 50.2519 42.7596 50.232 42.7356 50.212C42.7356 50.212 42.7277 50.208 42.7237 50.204C42.6558 50.1561 42.608 50.1242 42.608 50.1242C42.5362 50.0764 42.4643 50.0325 42.3845 49.9926H42.3925C42.3925 49.9926 41.806 49.3702 41.1278 49.5457C40.4535 49.7253 40.3697 50.3397 40.4535 50.7865C40.4535 50.7865 40.4535 50.7825 40.4535 50.7785C40.4096 51.0339 40.4216 51.3012 40.4655 51.5725V51.5645C40.4655 51.5765 40.4695 51.5885 40.4735 51.6004C40.4815 51.6523 40.4934 51.7081 40.5054 51.76C40.5253 51.8478 40.5493 51.9396 40.5772 52.0313C40.5892 52.0672 40.6011 52.1031 40.6131 52.135C40.6251 52.171 40.637 52.2069 40.649 52.2428C40.7448 52.5021 40.8565 52.7495 40.9762 52.9649C41.04 53.0886 41.1398 53.2442 41.2555 53.4157C41.7621 54.2257 42.3766 54.9717 42.7316 55.3747C42.8394 55.5064 42.9351 55.63 43.0189 55.7338L43.0309 58.363C42.9192 58.2672 42.8075 58.1795 42.7157 58.1196C42.4723 57.964 42.217 57.9401 41.9337 58.0079C41.6504 58.0757 41.3432 58.2433 41.0001 58.4747C40.5972 58.746 40.4296 59.0532 40.4096 59.4562L40.4056 59.4602C40.4056 59.4602 40.3737 59.7594 40.4615 60.1145C40.5453 60.4616 40.7807 61.3832 41.7262 62.2968C41.7701 62.3407 41.7941 62.3687 41.7941 62.3687C41.7941 62.3687 41.5108 62.4285 41.1437 62.604C40.9243 62.7078 40.673 62.8554 40.4336 63.0509C40.0745 63.3461 40.1343 63.8728 40.3259 64.4593C40.4096 64.7186 40.5213 64.9939 40.6331 65.2652C40.6889 65.3968 40.7408 65.5285 40.7926 65.6602C40.8525 65.8198 40.9044 65.9714 40.9482 66.103C40.9482 66.115 40.9562 66.127 40.9602 66.1389C40.9722 66.1868 40.9881 66.2347 41.0001 66.2826C41.0081 66.3145 41.0161 66.3504 41.0241 66.3823C41.036 66.4302 41.048 66.4741 41.06 66.5219C41.0679 66.5618 41.0759 66.5978 41.0879 66.6376C41.0999 66.6855 41.1078 66.7334 41.1198 66.7813C41.1278 66.8252 41.1398 66.8691 41.1477 66.9129C41.1557 66.9568 41.1637 67.0047 41.1757 67.0486C41.1836 67.0845 41.1916 67.1204 41.1956 67.1603C41.2036 67.1962 41.2076 67.2281 41.2156 67.264C41.2435 67.4276 41.2754 67.5992 41.3033 67.7747C41.3392 68.0061 41.3791 68.2415 41.415 68.4889C41.423 68.5447 41.5268 69.2549 41.6584 70.0289C41.6704 70.0887 41.6784 70.1486 41.6903 70.2124C41.6983 70.2683 41.7103 70.3281 41.7183 70.384C41.7262 70.4359 41.7382 70.4877 41.7462 70.5356C41.81 70.8947 41.8739 71.2338 41.9377 71.5011C41.9457 71.533 41.9497 71.5649 41.9576 71.5969C42.0175 71.8642 42.0813 72.1514 42.1571 72.4586C42.193 72.6102 42.2329 72.7698 42.2728 72.9294C42.4364 73.5718 42.6279 74.262 42.8434 74.9602C43.2742 76.3526 43.7969 77.753 44.3794 78.7624C44.523 79.0137 44.7185 79.3249 44.9459 79.676C45.0975 79.9114 45.2611 80.1628 45.4327 80.4261C45.5165 80.5578 45.6042 80.6934 45.692 80.8291C46.5737 82.2055 47.5313 83.8173 47.7347 84.9664C47.7387 84.9943 47.7427 85.0302 47.7467 85.0621C47.7507 85.098 47.7547 85.126 47.7627 85.1659C47.7667 85.2098 47.7707 85.2656 47.7746 85.3175C47.7746 85.3534 47.7826 85.3813 47.7826 85.4212C47.7826 85.4731 47.7866 85.5369 47.7906 85.5968C47.7906 85.6406 47.7946 85.6805 47.7986 85.7284C47.7986 85.7843 47.7986 85.8441 47.8026 85.9C47.8026 85.9598 47.8026 86.0157 47.8066 86.0795C47.8066 86.1354 47.8066 86.1992 47.8066 86.259C47.8066 86.3309 47.8066 86.3987 47.8066 86.4745C47.8066 86.5383 47.8066 86.6101 47.8066 86.682C47.8066 86.7578 47.8066 86.8296 47.8066 86.9094C47.8066 86.9772 47.8066 87.053 47.8066 87.1208C47.8066 87.2046 47.8066 87.2884 47.8066 87.3762C47.8066 87.44 47.8066 87.5118 47.8066 87.5796C47.8066 87.6794 47.8066 87.7751 47.8026 87.8749C47.8026 87.9387 47.8026 88.0065 47.7986 88.0704C47.7986 88.1821 47.7946 88.2898 47.7906 88.4015C47.7906 88.4654 47.7906 88.5292 47.7866 88.593C47.7866 88.7087 47.7786 88.8284 47.7786 88.9481C47.7786 89.0279 47.7746 89.1077 47.7707 89.1875C47.7707 89.2952 47.7627 89.4029 47.7587 89.5147C47.7587 89.5665 47.7587 89.6224 47.7547 89.6742C47.7547 89.6742 45.5205 90.2288 44.8901 90.5201C44.6587 90.6278 44.6667 91.1185 44.6906 91.717C44.7185 92.3154 44.7744 93.257 44.7744 93.257H44.7824C44.8023 94.9526 44.7504 98.6671 44.7504 98.6671H47.2999V98.675L50.7589 98.6671H61.2519C61.2519 98.6671 61.3317 91.5893 61.3397 91.318C61.3516 90.9071 61.3596 90.3804 61.3397 89.9775C61.3397 89.5346 59.2411 89.3311 59.2411 89.3311L59.269 89.5905C58.9937 86.9014 58.7344 84.6831 58.7344 83.937C58.7344 82.8439 59.6081 81.4913 60.1906 80.4939C60.7492 79.5364 61.1761 78.4113 61.8623 76.9231C62.5525 75.439 63.5699 71.7764 63.4582 70.8268C63.4383 70.6473 63.4263 70.4359 63.4183 70.2164C63.3944 69.6419 63.4063 68.9676 63.4343 68.3253C63.4343 68.2934 63.4343 68.2575 63.4383 68.2256C63.4422 68.1298 63.4462 68.034 63.4502 67.9423C63.4502 67.8745 63.4582 67.8106 63.4622 67.7468C63.4622 67.683 63.4702 67.6151 63.4742 67.5513C63.4821 67.4196 63.4901 67.292 63.4981 67.1723C63.518 66.901 63.5579 66.6376 63.5978 66.3783C63.6178 66.2506 63.6417 66.123 63.6617 65.9953C63.7574 65.3649 63.8013 64.7705 63.4622 64.2159L63.4383 64.2358ZM59.257 89.766C59.257 89.766 59.269 89.766 59.281 89.766C59.273 89.766 59.265 89.766 59.257 89.766C59.257 89.7381 59.253 89.7102 59.2491 89.6822L59.257 89.766Z" fill="var(--sapContent_Illustrative_Color21)"/>
8
+ </g>
9
+ <path d="M56.1743 86.1423C56.1743 86.1423 61.5957 84.8179 65.7744 84.814C70.8386 84.8101 74.4891 85.4936 74.4891 85.4936L70.5512 90.0412L56.0518 87.9796L56.1743 86.1423Z" fill="var(--sapContent_Illustrative_Color14)"/>
10
+ <path d="M59.4054 97.0871C59.4054 97.0871 60.2326 84.1898 59.8831 82.1898C59.5335 80.1897 57.0714 76.9004 56.2364 75.444C54.9781 73.2498 53.9529 69.3468 53.5179 67.242C53.083 65.1371 52.8538 62.5545 52.4344 61.4283C52.015 60.3021 51.2693 58.9428 51.9606 58.368C52.6519 57.7933 53.4441 57.6263 53.4441 57.6263C53.4441 57.6263 52.3917 56.5971 52.1043 55.5447C51.8169 54.4923 51.8402 53.8942 52.582 53.3932C53.3237 52.8922 53.9218 52.6748 54.4461 53.0087C54.9704 53.3427 55.8791 54.3253 55.9529 54.7563C56.0267 55.1874 55.8985 56.1816 54.8189 56.7098L54.8073 57.77C54.8073 57.77 55.5684 59.1564 55.9024 60.0419C56.2364 60.9273 56.7335 62.1623 54.9315 62.4963L55.5141 65.9837L66.8074 66.9274L73.4095 62.6244C73.4095 62.6244 73.5532 61.9526 73.5532 61.4283C73.5532 61.4283 72.9784 59.9487 73.0289 58.0574C73.0794 56.1661 73.0289 55.4282 74.2716 54.6864C74.2716 54.6864 75.2037 54.3292 75.4911 54.9971C75.7784 55.6651 76.3765 58.6748 76.9668 59.638C77.5571 60.6011 77.0833 61.6729 77.0056 62.8535C76.928 64.0341 76.8464 65.7895 76.9668 66.8225C77.0872 67.8556 75.9804 71.8323 75.2309 73.4479C74.4813 75.0634 74.0192 76.2906 73.4134 77.3275C72.8075 78.3645 71.8289 79.8829 71.8289 81.0713C71.8289 82.2597 72.4269 86.8578 72.8114 91.4947C73.0833 94.7414 73.157 97.0599 73.157 97.0599L59.4015 97.0871H59.4054Z" fill="var(--sapContent_Illustrative_Color31)"/>
11
+ <path d="M55.1021 50.809C55.1021 50.809 53.0555 48.3313 52.5622 47.407C52.069 46.4827 51.6108 45.1118 52.3487 44.2264C53.0865 43.3409 54.57 44.374 54.8885 44.7817C55.2069 45.1895 55.3118 45.3371 55.3118 45.3371L55.0982 50.8129L55.1021 50.809Z" fill="var(--sapContent_Illustrative_Color31)"/>
12
+ <path d="M71.4094 53.7334C71.4094 53.7334 72.6793 53.8072 73.4444 55.648C74.2095 57.4888 73.4794 58.9024 74.1745 60.0752C74.1745 60.0752 74.2405 60.6578 73.4444 63.3219C72.6483 65.986 73.8949 66.3433 72.8036 67.151C71.5919 68.0481 70.8347 68.4249 69.4443 69.6754C68.054 70.9259 68.0268 72.4016 66.92 73.1278C65.8132 73.8541 61.5413 71.5783 59.7549 65.3102L70.388 54.5489C70.388 54.5489 70.6249 54.0324 71.4055 53.7295L71.4094 53.7334Z" fill="var(--sapContent_Illustrative_Color3)"/>
13
+ <path d="M58.1278 68.4487C56.5743 68.4603 54.7724 67.4661 54.8423 65.0234L54.7102 34.7239C54.6947 32.8831 55.3122 31.3724 57.9802 31.0967L70.0231 31.4307C71.5765 31.419 72.8503 32.6734 72.8581 34.2268L73.7202 65.5632C73.4328 67.3108 72.1047 68.239 69.1338 68.4953L58.1239 68.4526L58.1278 68.4487Z" fill="var(--sapContent_Illustrative_Color1)"/>
14
+ <path d="M55.3467 33.9244L55.568 65.253C55.5797 66.8103 56.8496 68.0608 58.4069 68.053L70.9508 67.9637C72.5081 67.9521 73.7586 66.6822 73.747 65.1248L73.5256 33.7962C73.5139 32.2428 72.244 30.9884 70.6906 31.0001L58.1467 31.0894C56.5894 31.1011 55.3389 32.371 55.3506 33.9283L55.3467 33.9244Z" fill="var(--sapContent_Illustrative_Color11)"/>
15
+ <path d="M70.7022 31.6524L67.743 31.6718L67.7546 33.3534C67.7546 33.7534 67.4362 34.0757 67.0362 34.0835L61.8555 34.1184C61.4555 34.1184 61.1332 33.8 61.1254 33.4L61.1138 31.7184L58.1545 31.7378C56.9584 31.7456 55.9991 32.7203 56.0069 33.9165L56.2282 65.249C56.236 66.4451 57.2108 67.4044 58.4069 67.3966L70.9547 67.3073C72.1508 67.2995 73.11 66.3247 73.1023 65.1286L72.8809 33.7961C72.8731 32.6 71.8984 31.6407 70.7022 31.6485V31.6524Z" fill="var(--sapContent_Illustrative_Color8)"/>
16
+ <path d="M65.3003 32.9877L62.8692 33.0033C62.6945 33.0033 62.5508 32.8712 62.5508 32.7081C62.5508 32.545 62.6945 32.4091 62.8692 32.4091L65.3003 32.3936C65.4751 32.3936 65.6188 32.5256 65.6188 32.6887C65.6188 32.8518 65.4751 32.9877 65.3003 32.9877Z" fill="var(--sapContent_Illustrative_Color22)"/>
17
+ <path d="M66.3652 32.9725C66.5244 32.957 66.6409 32.8172 66.6293 32.6618C66.6176 32.5065 66.4739 32.3861 66.3186 32.3978C66.1632 32.4094 66.0428 32.5531 66.0545 32.7084C66.0661 32.8638 66.2098 32.9842 66.3652 32.9725Z" fill="var(--sapContent_Illustrative_Color22)"/>
18
+ <path d="M54.6056 40.1082L54.6211 43.0986C54.6211 43.3743 54.4386 43.4131 54.5046 43.4442L54.6444 43.4986C54.9357 43.4908 55.1765 43.4908 55.1881 43.1413L55.1959 39.9373C55.1765 39.6189 54.9241 39.4985 54.6289 39.5257L54.5862 39.6228C54.3842 39.6577 54.6056 39.8364 54.6017 40.1121L54.6056 40.1082Z" fill="var(--sapContent_Illustrative_Color11)"/>
19
+ <path d="M54.3641 40.0059L54.3447 43.0778C54.3447 43.2953 54.3603 43.4429 54.5622 43.4856C54.7797 43.4856 54.9622 43.505 54.9622 43.2875L54.9544 39.9011C54.9544 39.6836 54.8496 39.5166 54.6321 39.5127C54.4185 39.5321 54.3641 39.7807 54.368 39.9981L54.3641 40.0059Z" fill="var(--sapContent_Illustrative_Color1)"/>
20
+ <path d="M70.0738 44.4527C69.8913 44.2896 69.6544 44.208 69.4097 44.2236C69.1651 44.2391 68.9282 44.3556 68.7689 44.542L62.8504 51.3887L60.7649 48.744C60.6135 48.5498 60.396 48.4256 60.1513 48.3984C59.9067 48.3712 59.6659 48.4372 59.4717 48.5887C59.2775 48.7401 59.1533 48.9576 59.1261 49.2023C59.0989 49.4469 59.1649 49.6877 59.3203 49.8819L62.1048 53.412C62.2834 53.6334 62.5397 53.7616 62.8077 53.7616H62.8232C63.0873 53.7616 63.3397 53.645 63.5145 53.4431L70.1631 45.7498C70.3262 45.5673 70.4078 45.3304 70.3923 45.0857C70.3767 44.841 70.2602 44.608 70.0777 44.4488L70.0738 44.4527Z" fill="var(--sapContent_Illustrative_Color9)"/>
21
+ <path d="M52.4342 61.4269C52.6128 61.9085 52.7565 62.6541 52.9002 63.5163C52.9002 63.5163 54.7682 63.5318 54.8381 63.5357V62.724C57.2071 62.3706 56.5236 60.8794 56.1857 59.9939C55.8517 59.1085 54.8109 57.7647 54.8109 57.7647L54.8226 56.7045C56.1935 56.5725 56.2284 55.3647 55.9566 54.7511C55.7779 54.3511 54.9779 53.3414 54.4497 53.0035C53.9216 52.6656 53.3274 52.8831 52.5856 53.388C51.8439 53.8928 51.8206 54.487 52.108 55.5395C52.3953 56.5919 53.4478 57.6211 53.4478 57.6211C53.4478 57.6211 52.6594 57.788 51.9643 58.3628C51.2691 58.9376 52.0186 60.2929 52.4381 61.423L52.4342 61.4269Z" fill="var(--sapContent_Illustrative_Color31)"/>
22
+ <path d="M54.0847 59.9358C53.5876 60.4329 54.0187 61.4232 54.2828 61.9047L54.5003 62.2348C54.5003 62.2348 55.2886 62.4096 56.1003 61.4698C56.1003 61.4698 55.7469 60.0989 55.1139 59.8076C54.5818 59.563 54.2828 59.7416 54.0847 59.9397V59.9358Z" fill="var(--sapContent_Illustrative_Color11)"/>
23
+ <path d="M53.6574 55.8893C53.6574 55.8893 53.7195 54.4757 55.4633 54.868V54.7398C55.4633 54.7398 54.8963 53.5903 53.8788 53.7495C52.8613 53.9087 53.0632 54.8719 53.2108 55.2175C53.3584 55.5631 53.5176 55.8893 53.5176 55.8893H53.6613H53.6574Z" fill="var(--sapContent_Illustrative_Color11)"/>
24
+ <path d="M51.9917 45.0308C51.9917 45.0308 52.2324 43.6948 53.8946 44.1647H54.0965C54.0965 44.1647 53.4596 43.489 52.7218 43.6793C51.9839 43.8696 51.8984 44.5414 51.9917 45.0308Z" fill="var(--sapContent_Illustrative_Color11)"/>
25
+ <path d="M52.0068 45.8785C52.0068 45.8785 52.4263 47.265 53.502 47.265C54.4185 47.265 54.7525 45.428 54.3331 44.3096C54.3331 44.3096 54.4341 44.3756 54.5622 44.4727C54.6904 44.5698 54.7564 44.6397 54.7564 44.6397L54.7797 50.3796C54.7797 50.3796 52.2554 47.7038 52.0068 45.8824V45.8785Z" fill="var(--sapContent_Illustrative_Color3)"/>
26
+ <path d="M54.8223 56.7094C54.8223 56.7094 53.4242 56.8648 52.6864 55.5832C51.9485 54.3016 51.933 54.4647 51.933 54.4647C51.933 54.4647 51.9019 54.7909 51.9912 55.1754C52.0805 55.5599 52.3446 56.6084 53.4398 57.6259C53.4398 57.6259 54.3757 57.3774 54.8068 57.7696L54.8184 56.7094H54.8223Z" fill="var(--sapContent_Illustrative_Color3)"/>
27
+ <path d="M54.8341 62.7242C54.8341 62.7242 53.7739 62.93 51.8398 59.897C51.8398 59.897 52.3098 61.0659 52.5233 61.6989C52.7369 62.332 53.0166 64.2698 53.0166 64.2698C53.0166 64.2698 53.3389 66.4874 53.5836 67.5515C53.5836 67.5515 54.1195 64.7864 54.8418 65.0194L54.8341 62.7242Z" fill="var(--sapContent_Illustrative_Color3)"/>
28
+ <path d="M76.9706 59.6378C76.3803 58.6708 75.7822 55.6649 75.4948 54.9969C75.2075 54.329 74.2754 54.6863 74.2754 54.6863C74.2754 54.6863 73.3162 55.8203 74.0812 57.6611C74.8463 59.5019 74.9084 61.1912 75.6036 62.3602C75.6036 62.3602 75.1298 62.6009 74.5744 63.533C75.056 64.0495 75.6463 64.6903 76.0502 65.168C76.3376 65.5058 76.6327 65.8321 76.924 66.1583C76.8813 65.1369 76.9434 63.8087 77.0094 62.8534C77.0871 61.6728 77.5609 60.6048 76.9706 59.6378Z" fill="var(--sapContent_Illustrative_Color31)"/>
29
+ <path d="M75.1575 62.0871C74.9788 60.6929 74.4235 59.6366 74.0778 57.656C73.7322 55.6753 74.272 54.6812 74.272 54.6812C73.006 55.2326 72.8895 56.1569 72.839 58.0443C72.7924 59.9317 73.5535 61.423 73.5535 61.423C73.7477 61.924 73.7477 62.658 73.7477 62.658C73.7477 62.658 73.2584 65.0658 73.7205 65.559C74.272 64.6269 75.1536 62.0871 75.1536 62.0871H75.1575Z" fill="var(--sapContent_Illustrative_Color3)"/>
30
+ <path d="M76.3419 57.9902C76.3419 57.9902 75.5613 57.4737 75.2622 56.5339C74.9632 55.5941 74.8506 54.7009 74.8506 54.5921C74.8506 54.5921 75.2933 54.3708 75.4953 54.6582C76.0157 55.396 76.4623 57.2446 76.3419 57.9902Z" fill="var(--sapContent_Illustrative_Color11)"/>
31
+ <path d="M64.5472 86.8224C65.153 83.2029 68.1472 81.1252 63.786 80.1543C61.2967 79.599 59.2578 77.3698 57.7587 75.3193C55.6772 72.4688 53.949 66.3522 54.3645 65.2842L53.4053 66.6512C53.4402 66.8493 53.4791 67.0434 53.5179 67.2376C53.9529 69.3464 54.9781 73.2455 56.2364 75.4397C57.0713 76.896 59.5374 80.1854 59.883 82.1854C60.2287 84.1738 59.417 96.9118 59.4054 97.0749H63.1569C63.1569 97.0749 64.0656 89.6962 64.5472 86.8224Z" fill="var(--sapContent_Illustrative_Color3)"/>
32
+ <path d="M74.5703 94.8919C74.5703 94.8919 74.6557 87.1986 74.6674 86.9034C74.679 86.4568 74.6907 85.8821 74.6674 85.4471C74.6518 85.1287 72.745 84.9189 72.745 84.9189L72.7761 85.2413C72.7761 85.2413 73.8751 85.3927 74.0577 85.5364C74.2363 85.6762 73.9411 85.8432 73.6732 85.9714C71.4324 86.9772 66.1197 87.9326 62.3138 87.7811C60.4458 87.7073 58.2365 87.7546 57.3705 87.5759C57.1841 87.5371 56.2089 87.1831 56.1079 87.086C55.8912 86.4359 56.7398 86.1594 57.2292 86.0119C57.7185 85.8643 59.8014 85.3429 59.8014 85.3429V85.1921C59.8014 85.1921 56.7123 86.0017 56.4754 86.1532C56.2385 86.3008 55.8602 86.6541 55.8912 87.3027C55.9223 87.9551 56.6749 89.0122 56.6749 89.0122H56.6826C56.7059 90.853 56.6501 97.16 56.6501 97.16H74.581L74.5703 94.8919Z" fill="var(--sapContent_Illustrative_Color17)"/>
33
+ <path d="M74.6676 86.9032C74.6798 86.4566 74.6676 85.8857 74.6676 85.4469C74.6676 84.9653 72.1432 84.7246 72.1432 84.7246L72.1992 85.1975C72.1992 85.1975 73.8295 85.3886 74.0216 85.5284C74.2097 85.6682 73.899 85.8352 73.6169 85.9634C71.2578 86.9692 65.6648 87.9246 61.6582 87.7731C59.6916 87.6993 57.9531 87.509 57.0413 87.3304C56.8451 87.2915 56.4854 87.1983 56.2499 86.9628C56.164 86.722 56.2247 86.432 56.7398 86.2844C57.255 86.1368 59.9631 85.467 59.9631 85.467V84.8726C59.9631 84.8726 56.5722 85.7109 55.8485 86.0294C55.5828 86.1459 55.5909 86.6779 55.6237 87.3304C55.6564 87.9828 55.7218 89.0042 55.7218 89.0042H55.73C55.7545 90.845 55.6932 97.1617 55.6932 97.1617H60.1863C60.1863 97.1617 60.0555 90.4722 63.081 90.0372C71.0207 88.8916 74.6717 86.9653 74.6758 86.8993L74.6676 86.9032Z" fill="var(--sapContent_Illustrative_Color22)"/>
34
+ </svg>
@@ -0,0 +1,124 @@
1
+ <svg width="160" height="160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2
+ viewBox="0 0 160 160" enable-background="new 0 0 160 160" xml:space="preserve" id="tnt-Dialog-Avatar">
3
+ <g>
4
+ <circle fill="var(--sapContent_Illustrative_Color7)" cx="80" cy="80" r="80"/>
5
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M144.2,65.4c-0.2-3-0.8-5.2-1.6-5.2s-1.4,2.2-1.6,5.2c-3,0.2-5.2,0.9-5.2,1.6c0,0.8,2.2,1.4,5.2,1.5
6
+ c0.2,3,0.8,5.2,1.6,5.2s1.4-2.2,1.6-5.2c3-0.2,5.2-0.9,5.2-1.6C149.4,66.1,147.2,65.5,144.2,65.4z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M82.3,12.9c-0.1-1.7-0.5-2.9-0.9-2.9s-0.8,1.3-0.9,2.9c-1.7,0.1-2.9,0.5-2.9,0.9s1.3,0.8,2.9,0.9
8
+ c0.1,1.7,0.5,2.9,0.9,2.9s0.8-1.3,0.9-2.9c1.7-0.1,2.9-0.5,2.9-0.9C85.2,13.3,84,13,82.3,12.9z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M128.2,74.7c0.6-0.6,0.6-1.6,0-2.3c-0.6-0.6-1.7-0.6-2.3,0c-0.6,0.6-0.6,1.6,0,2.3
10
+ C126.5,75.3,127.6,75.3,128.2,74.7z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M101.3,57.7c0.6-0.6,0.6-1.6,0-2.3c-0.6-0.6-1.6-0.6-2.3,0c-0.6,0.6-0.6,1.6,0,2.3
12
+ C99.7,58.4,100.7,58.4,101.3,57.7z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M9.9,67.5c0.8-0.8,0.8-2.1,0-2.9c-0.8-0.8-2.1-0.8-2.9,0c-0.8,0.8-0.8,2.1,0,2.9S9.1,68.3,9.9,67.5z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M75.2,21.1c0.6-0.6,0.6-1.6,0-2.3c-0.6-0.6-1.6-0.6-2.3,0c-0.6,0.6-0.6,1.6,0,2.3
15
+ C73.6,21.7,74.6,21.7,75.2,21.1z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color19)" d="M117,144c0.8-0.8,0.8-2.1,0-2.9c-0.8-0.8-2.1-0.8-2.9,0s-0.8,2.1,0,2.9C114.9,144.8,116.2,144.8,117,144z"
17
+ />
18
+ <path fill="var(--sapContent_Illustrative_Color19)" d="M157.9,20.8c-0.6-3.3-6.2-5.1-14.3-5.3c0.3,0.6,0.7,1.2,1,1.8c5.4,0.5,9,2,9.5,4.4s-2.2,5.4-7,8.3
19
+ c0,0.7-0.1,1.4-0.2,2C154.2,28.2,158.6,24.1,157.9,20.8z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color19)" d="M92.6,36.1c-0.5-2.4,2.2-5.4,7-8.3c0-0.7,0.1-1.4,0.2-2.1c-7.5,3.8-11.9,8-11.3,11.3
21
+ c0.7,3.4,6.2,5.2,14.5,5.3c-0.3-0.6-0.7-1.2-1-1.8C96.7,40,93.1,38.5,92.6,36.1z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color19)" d="M118.2,53.3c12.8,2.7,25.5-6.1,28.4-19.5c2.8-13.5-5.3-26.6-18.1-29.3c-12.8-2.7-25.5,6-28.4,19.5
23
+ C97.3,37.5,105.4,50.6,118.2,53.3z"/>
24
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color7)" d="M140.1,20.9c0,0.1,0,0.2,0,0.3c0,0.1,0.1,0.2,0.1,0.3
25
+ c0.1,0.1,0.1,0.2,0.2,0.2c0.1,0.1,0.2,0.1,0.3,0.1l5.9,1.2c-0.1-0.6-0.3-1.2-0.4-1.7l-5.2-1.1c-0.1,0-0.2,0-0.3,0s-0.2,0.1-0.3,0.1
26
+ c-0.1,0.1-0.2,0.1-0.2,0.2C140.1,20.7,140.1,20.8,140.1,20.9z M119.6,28l-1.5-0.3c-0.2,0-0.4,0-0.6,0.1s-0.3,0.3-0.3,0.5
27
+ s0,0.4,0.1,0.6s0.3,0.3,0.5,0.3l1.5,0.3c0.2,0,0.4,0,0.6-0.1s0.3-0.3,0.3-0.5s0-0.4-0.1-0.6C120,28.2,119.8,28.1,119.6,28z
28
+ M137.1,21.1l-1.5-0.3c-0.2,0-0.4-0.2-0.5-0.3c-0.1-0.2-0.1-0.4-0.1-0.6s0.2-0.4,0.3-0.5c0.2-0.1,0.4-0.2,0.6-0.1l1.5,0.3
29
+ c0.2,0,0.4,0.2,0.5,0.3c0.1,0.2,0.1,0.4,0.1,0.6s-0.2,0.4-0.3,0.5C137.5,21.1,137.3,21.2,137.1,21.1z M136.5,40.9
30
+ c-0.2,0.3-0.5,0.5-0.9,0.7c-0.3,0.1-0.7,0.2-1.1,0.2l-1.5-0.2c-0.2,0-0.4,0-0.5,0.1c-0.2,0.1-0.3,0.2-0.4,0.4
31
+ c0,0.1-0.1,0.2-0.1,0.4c0,0.1,0,0.2,0.1,0.3s0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.1l8.6,1.8c0.9-1.1,1.7-2.2,2.4-3.5l-5.5-1.2
32
+ c-0.3,0-0.6,0-0.9,0.1C136.9,40.5,136.7,40.7,136.5,40.9z M125.2,38.2c-7.3,1.7-14.1,2.5-19.6,2.5c-1,0-2-0.1-3-0.1
33
+ c-0.2,0-0.3,0-0.5,0l0,0l0,0c0.1,0.3,0.3,0.6,0.5,0.9l0,0c0.2,0.3,0.3,0.6,0.5,0.9c0.5,0,0.9,0,1.4,0c0.3,0,0.6,0,0.9,0
34
+ c2.2,0,4.4-0.2,6.6-0.4l0,0c4.2-0.4,8.7-1.2,13.4-2.3c8.4-2,15.9-4.7,21.5-7.6c0.1-0.7,0.2-1.4,0.2-2l0,0c0-0.6,0.1-1.3,0-1.9
35
+ l-12.8-2.7c-0.3-0.1-0.5,0-0.7,0.2s-0.4,0.4-0.4,0.6c0,0.1-0.1,0.3-0.2,0.4c-0.1,0.1-0.2,0.2-0.3,0.3c-0.1,0.1-0.2,0.1-0.4,0.2
36
+ c-0.1,0-0.3,0-0.4,0l-7.9-1.7c-0.9-0.2-1.6-0.7-2.1-1.5s-0.6-1.7-0.4-2.7l0.2-0.9c0-0.1,0-0.3,0-0.4s-0.1-0.3-0.1-0.4
37
+ c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.2-0.1-0.3-0.2L106.1,16l0,0l-2.5-0.5l-0.1,0.1c-0.1,0.2-0.2,0.3-0.3,0.5l0,0l-0.1,0.1
38
+ c-0.1,0.1-0.1,0.2-0.2,0.3l0,0c-0.1,0.1-0.1,0.2-0.2,0.3v0.1l0,0c-0.1,0.2-0.2,0.4-0.3,0.6l-0.1,0.2c-0.1,0.2-0.2,0.5-0.3,0.7l0,0
39
+ c-0.1,0.2-0.2,0.5-0.3,0.7l-0.1,0.1c-0.2,0.5-0.4,1-0.6,1.5v0.1c-0.1,0.3-0.2,0.5-0.3,0.8l0,0l0,0l18.6,3.9l20.8,4.4l5,1
40
+ C140,33.8,133,36.3,125.2,38.2z M100.1,24L100.1,24L100.1,24c-0.1,0.6-0.2,1.1-0.3,1.6l14.4,3c0.2,0,0.4,0,0.6-0.1s0.3-0.3,0.3-0.5
41
+ s0-0.4-0.1-0.6s-0.3-0.3-0.5-0.3l-9.8-2.1l0,0L100.1,24L100.1,24z"/>
42
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color20)" d="M146.6,33.8C143.7,47.3,131,56,118.2,53.3
43
+ c-3.4-0.7-6.5-2.2-9.1-4.2c-0.2-0.1-0.3-0.2-0.5-0.4c-6.2-5-9.8-13.2-9-21.8c1.7,8.1,7.8,14.8,16.1,16.6
44
+ c11.4,2.4,22.6-5.4,25.1-17.3c1.4-6.6-0.2-13.1-3.7-18c0.2,0.1,0.3,0.2,0.5,0.4c0.1,0,0.1,0.1,0.2,0.1
45
+ C144.9,14.4,148.6,24,146.6,33.8z"/>
46
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color19)" d="M141.4,22l5.2,1.1c-0.1-0.6-0.3-1.2-0.4-1.7l-4.8-1
47
+ C141.4,20.9,141.4,21.5,141.4,22z M147.1,29.9L147.1,29.9c0-0.6,0-1.3,0-1.9l-6.3-1.3c-0.3,1.1-0.6,2.1-1,3.2l0.4,0.1l5,1
48
+ c-2.3,1.2-4.9,2.4-7.8,3.5c-0.5,0.7-1,1.4-1.6,2.1c4.1-1.4,7.9-3,11.1-4.6c0.1-0.6,0.1-1.2,0.2-1.8C147.1,30.1,147.1,30,147.1,29.9
49
+ z M143,42.5c0.2-0.3,0.4-0.6,0.6-1l-5.5-1.2c-0.3,0-0.6,0-0.9,0.1c-0.3,0.1-0.5,0.3-0.7,0.5c-0.2,0.3-0.5,0.5-0.9,0.7
50
+ c-0.3,0.1-0.7,0.2-1.1,0.2l-1.5-0.2c-0.2,0-0.4,0-0.5,0.1c-0.2,0.1-0.3,0.2-0.4,0.4c0,0.1-0.1,0.2-0.1,0.4c0,0.1,0,0.2,0.1,0.3
51
+ s0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.1l8.5,1.8C141.9,44.2,142.5,43.3,143,42.5z M103.1,42.3c0.5,0,0.9,0,1.4,0
52
+ c0.3,0,0.6,0,0.9,0c1.9,0,3.7-0.1,5.6-0.3c-0.8-0.4-1.6-0.9-2.4-1.4c-1.1,0-2.1,0.1-3,0.1c-1,0-2-0.1-3-0.1c-0.2,0-0.3,0-0.5,0l0,0
53
+ l0,0C102.4,41.1,102.7,41.7,103.1,42.3z"/>
54
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color19)" d="M6.4,111.3c3.2-6.2,6.6-11.7,9.1-15.7c0.4-0.7,1.6-0.4,1.6,0.4
55
+ c0.3,2.7-2.8,7.9-5.4,12.2c-1.3,2.1-2.4,4-2.9,5.3c-0.2,0.5-0.4,1-0.7,1.6C7.5,114,6.9,112.7,6.4,111.3z M54,155.7
56
+ c18.5-8.8,34.2-23.6,47.1-39.8c1.3-1.6,2.7-3.6,4.3-5.7l0,0c8.1-11.2,20-27.6,33.2-23c3.8,1.3-0.2,9.3-1.8,12.5l0,0
57
+ c-0.2,0.4-0.3,0.7-0.4,0.9c-0.5,1.2-1.2,2.5-2,4l0,0c-5.7,11.2-15.1,29.9,2.3,31.9c1.3-1.3,2.5-2.6,3.7-3.9
58
+ c-15,0.4-8.9-11.4-2.4-23.8c6.8-13,14.1-26.8-2.5-28c-15.4-1.1-27,14.1-36.3,26.3c-2.1,2.7-4,5.2-5.9,7.5
59
+ c-12.4,14.7-29.1,29.9-48,37.6C48.1,153.5,51,154.6,54,155.7z"/>
60
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color20)" d="M6.4,111.3c3.2-6.2,6.6-11.7,9.1-15.7c0.4-0.7,1.6-0.4,1.6,0.4
61
+ c0.1,0.9-0.2,2.1-0.7,3.4c-0.3-0.1-0.7,0-1,0.4c-2.3,3.5-5.2,8.3-8.1,13.7C7,112.9,6.7,112.1,6.4,111.3z M45.3,152.1
62
+ c18.9-7.7,35.7-22.9,48-37.6c1.9-2.2,3.8-4.8,5.9-7.5c9.3-12.2,20.9-27.4,36.3-26.3c8.7,0.6,10.9,4.7,9.9,10.3
63
+ c-0.7-3.4-3.6-5.7-9.9-6.1c-15.4-1.1-27,14.1-36.3,26.3l0,0c-2.1,2.7-4,5.2-5.9,7.5C82,132.2,67,146,50,154.2
64
+ C48.4,153.5,46.8,152.8,45.3,152.1z M140.3,132.5c-1.2,1.4-2.4,2.7-3.7,3.9c-0.2,0-0.4-0.1-0.7-0.1c-4.5-1-5.5-3.9-4.7-8
65
+ C132,131.1,134.7,132.7,140.3,132.5z M134.3,108.7c-2.9,5.7-6.8,13.4-7.6,19.8c-1.1-7,4-17,7.6-24l0,0l0,0c0.7-1.5,1.4-2.8,2-4
66
+ c0.1-0.2,0.3-0.5,0.4-0.9l0,0l0,0c0.8-1.7,2.3-4.6,3-7.3c1.4,2.6-1.6,8.8-3,11.4l0,0c-0.2,0.4-0.3,0.7-0.4,0.9
67
+ C135.8,105.9,135.1,107.2,134.3,108.7L134.3,108.7z"/>
68
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M24.7,75.3L12.4,87.5h16.2l10.9-10.7L24.7,75.3z"/>
69
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M14.2,86.1c6.2-2.4,16.2-2.1,19.6-2.4L55,120.9c-1.6,2.7-9.6,4.9-15.3,6.4c-1.9,0.5-3.8,0.2-5.2-1.2
70
+ c-5.9-6-16.8-22.7-22.2-33.5C11.1,90.1,11.6,87.1,14.2,86.1z"/>
71
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M104.9,74.6C97,83,79.6,73,70.4,67.2l-8.3,8.2C66.6,82,79.5,93.2,98,90.6C121.2,87.3,113.7,65.3,104.9,74.6
72
+ z"/>
73
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M65.8,71.8c5.5,6.8,15.9,14.8,30.8,14.3
74
+ c10.9-0.4,15.6-5.5,16.6-10.1c1.2,4.8-2,12.7-15.1,14.6c-18.5,2.6-31.4-8.5-35.9-15.2L65.8,71.8z"/>
75
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color8)" d="M35.6,95.1c3.6,18.2,14.4,37,37.9,30.5c2.4-0.7,4.9,0.5,6.1,2.6
76
+ c4.2,7.9,12.1,16.3,22.3,10c8.2-5.1,4.6-14.9-5-15.8c0.9-1.8,1.6-6.6-2.7-11.2c3.2,2.7,10.8,8.1,16.3,8.1
77
+ c6.8,0,15.7-13.5,10.3-20.9c-3-4.1-8.1-2.1-11.1,1.3c-2-3.3-9.8-10.1-21.7-5.9c-0.9-1.8-1.8-3.6-2.6-5.2c-3.8-7.9-6.8-14-12.2-19
78
+ c-8.6-7.9-36.1,1-38.8,9.4c-9,5.5-21,16.5-18.2,30.2c4,20.1,19.1,13.4,15.2,0C29.5,103.2,32.3,98.5,35.6,95.1z"/>
79
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color6)" d="M22.1,120.6c5.5,3.8,11.9-2.2,9.2-11.5
80
+ c-1.9-6.6,1.7-11.8,5.5-15.1c1.2-1,2.2-2.1,2.8-3.4C34,93.3,24.2,99.3,26.7,108C28.7,114.7,25.9,119.8,22.1,120.6z M40,81.4
81
+ c-0.3-1.4-0.8-3-1.4-4.8c-0.1,0-0.1,0.1-0.2,0.1L40,81.4z"/>
82
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M76.5,121.9c-23.5,6.6-34.3-12.3-37.9-30.5c-1.1,1.1-2.1,2.3-3,3.7c3.6,18.2,14.4,37,37.9,30.5
83
+ c2.4-0.7,4.9,0.5,6.1,2.6c4.2,7.9,12.1,16.3,22.3,10c2-1.2,3.3-2.8,4-4.4c-0.3,0.2-0.7,0.5-1,0.7c-10.2,6.3-18.1-2.2-22.3-10
84
+ C81.4,122.3,78.9,121.2,76.5,121.9z"/>
85
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M35,77.6c-0.3,0.4-0.5,0.9-0.7,1.3c-2.5,1.5-5.1,3.4-7.6,5.6
86
+ c10.8,4.5,31.9,7.1,45.4-12.9c0.5-0.7,0.9-1.3,1.2-1.9c0-0.1-0.1-0.1-0.1-0.2c-2-3.8-7.6-4.7-13.9-3.8C52,68.7,43.1,73.2,35,77.6z"
87
+ />
88
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color6)" d="M119.8,112.1c-7.3-1.8-12.6-4.3-17-6.3
89
+ c-9.9-4.6-15.8-7.4-30.3,3.4c0.2-0.1,0.5-0.2,0.8-0.3c5.2-2.3,15.4-6.8,22.3,3.5c3.7,2.9,10.1,6.9,14.8,6.9
90
+ C113.7,119.4,117.4,116.2,119.8,112.1z"/>
91
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M80.9,105.6c8.7-1.8,13.8,3.7,15.3,6.8c0.2,0.4,0,0.8-0.3,1
92
+ c-0.4,0.2-0.8,0-1-0.3c-1.3-2.6-5.8-7.6-13.7-6c-3.5,0.7-5.9,1.8-7.6,3c-0.3,0.2-0.8,0.1-1-0.2c-0.2-0.3-0.1-0.8,0.2-1
93
+ C74.7,107.5,77.3,106.3,80.9,105.6z"/>
94
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M110.5,98.8c0.3,0.3,0.3,0.7,0.1,1c-0.3,0.4-0.8,1-1.3,1.8
95
+ c-0.4,0.8-0.8,1.6-0.9,2.3c0,0.4-0.4,0.7-0.8,0.6c-0.4,0-0.7-0.4-0.6-0.8c0.1-1,0.6-2.1,1.1-2.9c0.5-0.9,1.1-1.6,1.4-2
96
+ C109.8,98.5,110.2,98.5,110.5,98.8z"/>
97
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M119.8,97.5c-3.2,0.2-7.2,4.4-9.6,10.4c-1.7,4.3-2.2,8.4-1.5,11.3
98
+ c0.6,0.1,1.1,0.1,1.6,0.1c6.8,0,15.7-13.5,10.3-20.9C120.4,98.1,120.1,97.8,119.8,97.5z"/>
99
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M97.4,121.9c0.4,0,0.7,0.4,0.7,0.8c-0.1,1.3-1.1,3.9-4.3,5.6
100
+ c-0.4,0.2-0.8,0-1-0.3c-0.2-0.4,0-0.8,0.3-1c2.8-1.4,3.5-3.6,3.5-4.3C96.7,122.2,97,121.9,97.4,121.9z"/>
101
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M76.5,45c9.2,23.4-16.7,34.1-27.8,37.5c-4.7,1.3-15.8,1.7-23.3-6.7C16,65.3,6.2,41.2,33.3,26.1
102
+ C56.8,12.8,72.2,33.9,76.5,45z"/>
103
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color6)" d="M51.7,81.5C63.8,77.3,85,66.5,76.5,45
104
+ c-4.3-11.1-19.7-32.2-43.3-18.9c-0.9,0.5-1.7,1-2.5,1.5C49.4,20.1,61.8,39,65.5,49.2C71.6,65.7,61.6,75.8,51.7,81.5z"/>
105
+ <path fill="var(--sapContent_Illustrative_Color4)" d="M76,40.7c8.5,17.1-4.2,22.5-10.7,27C57,73.3,45,78.8,36.2,68c-11-13.5-10-28.2,2.6-36.7
106
+ C51.3,22.8,65.4,19.3,76,40.7z"/>
107
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M72,41.5c1.7,3.5,2.3,8.1,2.1,12.3c-0.1,1-0.7,1.9-1.6,2.4l-2,1.1c-1.2,0.7-2.7-0.4-2.5-1.8
108
+ c0.6-3.6,1.1-8.9,0.1-12.7c-0.3-1,0.2-2.2,1.2-2.5C70.4,40.1,71.6,40.5,72,41.5z"/>
109
+ <path fill="var(--sapContent_Illustrative_Color5)" d="M51.3,39.7c0.8-0.6,0.9-1.8,0.3-2.5c-0.6-0.8-1.8-0.9-2.5-0.3s-0.9,1.8-0.3,2.5
110
+ C49.4,40.2,50.6,40.3,51.3,39.7z"/>
111
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M60.9,40.2c0.6-0.5,0.7-1.4,0.2-2s-1.4-0.7-2-0.2s-0.7,1.4-0.2,2C59.4,40.5,60.3,40.6,60.9,40.2z"/>
112
+ <ellipse transform="matrix(0.9119 -0.4105 0.4105 0.9119 -24.1995 15.9244)" fill="var(--sapContent_Illustrative_Color5)" cx="25" cy="64.3" rx="6.8" ry="8.4"/>
113
+
114
+ <ellipse transform="matrix(0.9119 -0.4105 0.4105 0.9119 -24.9761 15.0308)" fill="var(--sapContent_Illustrative_Color6)" cx="22.5" cy="65.7" rx="6.8" ry="8.4"/>
115
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M29.3,55c3-4.6,8.2-7.5,14.1-7.5c9.4,0,17,7.6,17,17
116
+ c0,2.5-0.5,4.8-1.5,6.9c-7.4,3.6-16,4.9-22.8-3.4C32.7,63.7,30.4,59.3,29.3,55z"/>
117
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M65.2,106.3c5-4,11.2-7.4,15.2-9.3c0.9-0.4,1.3-1.5,1-2.4c-1.5-3.7-4-8.2-6.5-10.7c-1-1-2.4-1.5-3.8-1.2
118
+ c-4.3,0.9-11.4,5.4-16,9.2c-1.4,1.2-1.6,3.3-0.5,4.8l6.2,9C61.7,107.2,63.8,107.4,65.2,106.3z"/>
119
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M65.8,104c5-4,11.2-7.4,15.2-9.3c0.9-0.4,1.3-1.5,1-2.4c-1.5-3.7-4-8.2-6.5-10.7c-1-1-2.4-1.5-3.8-1.2
120
+ c-4.3,0.9-11.4,5.4-16,9.2c-1.4,1.2-1.6,3.3-0.5,4.8l6.2,9C62.3,104.9,64.4,105.1,65.8,104z"/>
121
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M53.4,139.3c0.6-0.6,0.6-1.7,0-2.3s-1.6-0.6-2.3,0c-0.6,0.6-0.6,1.6,0,2.3
122
+ C51.8,139.9,52.8,139.9,53.4,139.3z"/>
123
+ </g>
124
+ </svg>