@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,18 @@
1
+ export default `<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-MissionFailed-alternate">
2
+ <path d="M130.353 145.328H33.9438C26.3845 145.328 19.1348 148.331 13.7895 153.676C8.44429 159.022 5.44141 166.271 5.44141 173.831C5.44141 181.39 8.44429 188.64 13.7895 193.985C19.1348 199.33 26.3845 202.333 33.9438 202.333H130.393C137.952 202.333 145.202 199.33 150.547 193.985C155.892 188.64 158.895 181.39 158.895 173.831C158.895 166.271 155.892 159.022 150.547 153.676C145.202 148.331 137.952 145.328 130.393 145.328H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.474 173.621H69.0149C61.5493 173.761 54.4366 176.825 49.2063 182.154C43.9761 187.483 41.0459 194.652 41.0459 202.118C41.0459 209.585 43.9761 216.754 49.2063 222.083C54.4366 227.412 61.5493 230.476 69.0149 230.616H165.474C172.939 230.476 180.052 227.412 185.282 222.083C190.513 216.754 193.443 209.585 193.443 202.118C193.443 194.652 190.513 187.483 185.282 182.154C180.052 176.825 172.939 173.761 165.474 173.621Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.964 94.8026H194.515C190.728 94.7317 186.965 95.4165 183.445 96.8167C179.926 98.217 176.721 100.305 174.017 102.958C171.314 105.611 169.166 108.777 167.7 112.27C166.235 115.762 165.479 119.512 165.479 123.3C165.479 127.088 166.235 130.838 167.7 134.331C169.166 137.823 171.314 140.989 174.017 143.642C176.721 146.295 179.926 148.383 183.445 149.783C186.965 151.184 190.728 151.868 194.515 151.797H290.964C294.752 151.868 298.515 151.184 302.034 149.783C305.554 148.383 308.759 146.295 311.463 143.642C314.166 140.989 316.313 137.823 317.779 134.331C319.245 130.838 320 127.088 320 123.3C320 119.512 319.245 115.762 317.779 112.27C316.313 108.777 314.166 105.611 311.463 102.958C308.759 100.305 305.554 98.217 302.034 96.8167C298.515 95.4165 294.752 94.7317 290.964 94.8026Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 42.7695H37.767C27.7505 42.7695 18.1444 46.7485 11.0617 53.8312C3.979 60.9139 0 70.52 0 80.5364C0 90.5529 3.979 100.159 11.0617 107.242C18.1444 114.324 27.7505 118.303 37.767 118.303H219.084C229.101 118.303 238.707 114.324 245.789 107.242C252.872 100.159 256.851 90.5529 256.851 80.5364C256.851 70.52 252.872 60.9139 245.789 53.8312C238.707 46.7485 229.101 42.7695 219.084 42.7695Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M232.281 152.695C238.057 152.695 242.739 148.013 242.739 142.237C242.739 136.46 238.057 131.778 232.281 131.778C226.504 131.778 221.822 136.46 221.822 142.237C221.822 148.013 226.504 152.695 232.281 152.695ZM244.692 193.257H174.415C167.735 188.14 163.427 180.08 163.427 171.015C163.427 155.55 175.963 143.014 191.428 143.014C204.993 143.014 216.305 152.66 218.879 165.468C218.956 165.467 219.033 165.467 219.11 165.467C233.286 165.467 244.778 176.959 244.778 191.135C244.778 191.849 244.749 192.557 244.692 193.257ZM128.014 193.257H34.7994C34.4171 191.297 34.2168 189.273 34.2168 187.201C34.2168 169.834 48.2958 155.755 65.663 155.755C76.1096 155.755 85.3665 160.849 91.0851 168.688C95.0426 165.623 100.01 163.799 105.403 163.799C118.328 163.799 128.805 174.276 128.805 187.201C128.805 189.296 128.53 191.326 128.014 193.257Z" fill="var(--sapContent_Illustrative_Color20)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.3623 193.306C19.3623 192.478 20.0339 191.806 20.8623 191.806L249.146 191.806C249.975 191.806 250.646 192.478 250.646 193.306C250.646 194.135 249.975 194.806 249.146 194.806L20.8623 194.806C20.0339 194.806 19.3623 194.135 19.3623 193.306Z" fill="var(--sapContent_Illustrative_Color4)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M281.486 193.368C281.486 194.197 280.815 194.868 279.986 194.868H263.583C262.755 194.868 262.083 194.197 262.083 193.368C262.083 192.54 262.755 191.868 263.583 191.868H279.986C280.815 191.868 281.486 192.54 281.486 193.368Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M103.795 66.5075L142.823 121.728L146.57 93.0449C147.737 84.1156 145.087 75.1079 139.271 68.2327L119.489 44.847C118.596 43.792 116.928 43.9384 116.233 45.1327L103.795 66.5075Z" fill="var(--sapContent_Illustrative_Color2)"/>
10
+ <path d="M67.2251 91.7263L104.97 147.832L76.8276 141.141C68.0666 139.058 60.5887 133.38 56.2293 125.5L41.401 98.6979C40.732 97.4887 41.4617 95.9816 42.8251 95.7564L67.2251 91.7263Z" fill="var(--sapContent_Illustrative_Color2)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M184.217 191.868H122.485C122.08 191.61 121.727 191.367 121.429 191.142C119.01 189.314 119.684 187.556 120.389 185.717C121.078 183.92 121.796 182.047 119.681 179.96C108.508 168.933 99.1684 155.926 92.2394 141.438L68.6885 92.1923C76.5049 79.5685 89.1319 70.8606 103.71 68.041L141.37 107.556C160.138 127.249 172.473 150.634 177.114 176.38C177.498 178.51 179.053 180.428 180.612 182.35C182.324 184.461 184.04 186.577 184.216 188.987C184.291 190.023 184.286 190.976 184.217 191.868Z" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M121.609 194.868L120.87 194.397C120.419 194.108 119.997 193.821 119.62 193.536L121.429 191.142C121.727 191.367 122.08 191.61 122.485 191.868H184.217C184.285 190.982 184.291 190.036 184.217 189.008C184.217 189.001 184.216 188.994 184.216 188.987C184.213 188.947 184.209 188.908 184.206 188.868C183.983 186.507 182.295 184.426 180.612 182.35C179.053 180.428 177.498 178.51 177.114 176.38C172.473 150.634 160.138 127.249 141.37 107.556L103.709 68.041C89.1318 70.8606 76.5048 79.5685 68.6883 92.1923L92.2392 141.438C99.1682 155.926 108.508 168.933 119.681 179.96C121.796 182.047 121.078 183.92 120.389 185.717C119.684 187.556 119.01 189.314 121.429 191.142L119.62 193.536C117.872 192.215 116.842 190.562 116.741 188.586C116.662 187.034 117.218 185.599 117.531 184.789C117.551 184.738 117.57 184.69 117.588 184.644C117.768 184.172 117.892 183.843 117.981 183.532C118.065 183.237 118.086 183.056 118.086 182.943C118.086 182.852 118.073 182.783 118.036 182.698C117.993 182.602 117.88 182.398 117.573 182.095C106.156 170.827 96.613 157.537 89.5328 142.732L65.2744 92.0073L66.1377 90.613C74.3949 77.2774 87.7401 68.0742 103.14 65.0956L104.75 64.7842L143.542 105.486C162.683 125.571 175.313 149.48 180.066 175.848C180.286 177.068 181.24 178.362 182.942 180.46L182.999 180.531C183.816 181.538 184.782 182.729 185.553 183.998C186.355 185.317 187.073 186.915 187.208 188.769C187.294 189.949 187.289 191.052 187.208 192.099L186.994 194.868H121.609Z" fill="var(--sapContent_Illustrative_Color4)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M156.886 191.868C118.265 168.806 89.767 125.804 74.985 83.9389C72.6435 86.4549 70.5322 89.2147 68.6885 92.1923L92.2394 141.438C99.1684 155.926 108.508 168.933 119.681 179.96C121.796 182.047 121.078 183.92 120.389 185.717C119.684 187.556 119.01 189.314 121.429 191.142C121.727 191.367 122.08 191.61 122.485 191.868H156.886Z" fill="var(--sapContent_Illustrative_Color6)"/>
14
+ <path d="M133.934 167.878C130.76 163.276 131.918 156.972 136.52 153.798C141.122 150.625 147.425 151.783 150.599 156.385C153.773 160.987 152.615 167.29 148.013 170.464C143.411 173.638 137.107 172.48 133.934 167.878Z" fill="var(--sapContent_Illustrative_Color14)"/>
15
+ <path d="M108.174 124.557C109.008 125.908 110.803 126.285 112.11 125.384L118.636 120.883C119.943 119.982 120.228 118.17 119.262 116.911L83.7178 70.6103C82.4974 69.0205 80.2453 68.6659 78.5954 69.8037C76.9455 70.9415 76.4766 73.1726 77.5288 74.8783L108.174 124.557Z" fill="var(--sapContent_Illustrative_Color2)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.2734 29.7517C16.2734 28.0949 17.6166 26.7517 19.2734 26.7517H25.7132C27.3701 26.7517 28.7132 28.0949 28.7132 29.7517C28.7132 31.4086 27.3701 32.7517 25.7132 32.7517H19.2734C17.6166 32.7517 16.2734 31.4086 16.2734 29.7517ZM34.4219 29.7517C34.4219 28.0949 35.765 26.7517 37.4219 26.7517H67.5129C74.0427 26.7517 79.3362 32.0452 79.3362 38.575C79.3362 45.1048 74.0427 50.3982 67.5129 50.3982H51.2279C48.2107 50.3982 45.7648 52.8442 45.7648 55.8614C45.7648 58.8786 48.2107 61.3245 51.2279 61.3245H67.7788C69.4356 61.3245 70.7788 62.6677 70.7788 64.3245C70.7788 65.9814 69.4356 67.3245 67.7788 67.3245H51.2279C44.897 67.3245 39.7648 62.1923 39.7648 55.8614C39.7648 49.5305 44.897 44.3982 51.2279 44.3982H67.5129C70.729 44.3982 73.3362 41.7911 73.3362 38.575C73.3362 35.3589 70.729 32.7517 67.5129 32.7517H37.4219C35.765 32.7517 34.4219 31.4086 34.4219 29.7517Z" fill="var(--sapContent_Illustrative_Color5)"/>
17
+ </svg>
18
+ `;
@@ -0,0 +1,23 @@
1
+ export default `<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-NoApplications-alternate">
2
+ <path d="M130.353 145.031H33.9438C26.3845 145.031 19.1348 148.034 13.7895 153.379C8.44429 158.725 5.44141 165.974 5.44141 173.534C5.44141 181.093 8.44429 188.343 13.7895 193.688C19.1348 199.033 26.3845 202.036 33.9438 202.036H130.393C137.952 202.036 145.202 199.033 150.547 193.688C155.892 188.343 158.895 181.093 158.895 173.534C158.895 165.974 155.892 158.725 150.547 153.379C145.202 148.034 137.952 145.031 130.393 145.031H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.473 173.324H69.0139C61.5483 173.464 54.4356 176.528 49.2054 181.857C43.9751 187.186 41.0449 194.354 41.0449 201.821C41.0449 209.288 43.9751 216.457 49.2054 221.786C54.4356 227.115 61.5483 230.179 69.0139 230.319H165.473C172.938 230.179 180.051 227.115 185.281 221.786C190.512 216.457 193.442 209.288 193.442 201.821C193.442 194.354 190.512 187.186 185.281 181.857C180.051 176.528 172.938 173.464 165.473 173.324Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.963 94.5055H194.514C190.727 94.4346 186.964 95.1193 183.444 96.5196C179.925 97.9199 176.72 100.008 174.016 102.661C171.313 105.314 169.165 108.48 167.699 111.972C166.234 115.465 165.479 119.215 165.479 123.003C165.479 126.791 166.234 130.541 167.699 134.033C169.165 137.526 171.313 140.692 174.016 143.345C176.72 145.998 179.925 148.086 183.444 149.486C186.964 150.886 190.727 151.571 194.514 151.5H290.963C294.751 151.571 298.514 150.886 302.033 149.486C305.553 148.086 308.758 145.998 311.462 143.345C314.165 140.692 316.312 137.526 317.778 134.033C319.244 130.541 319.999 126.791 319.999 123.003C319.999 119.215 319.244 115.465 317.778 111.972C316.312 108.48 314.165 105.314 311.462 102.661C308.758 100.008 305.553 97.9199 302.033 96.5196C298.514 95.1193 294.751 94.4346 290.963 94.5055Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 42.4724H37.767C27.7505 42.4724 18.1444 46.4514 11.0617 53.5341C3.979 60.6168 0 70.2229 0 80.2394C0 90.2558 3.979 99.8619 11.0617 106.945C18.1444 114.027 27.7505 118.006 37.767 118.006H219.084C229.101 118.006 238.707 114.027 245.789 106.945C252.872 99.8619 256.851 90.2558 256.851 80.2394C256.851 70.2229 252.872 60.6168 245.789 53.5341C238.707 46.4514 229.101 42.4724 219.084 42.4724Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <rect x="36.1855" y="77.0867" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1855 77.0867)" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <path d="M46.4067 83.1636C45.6104 77.6984 49.3952 72.6225 54.8604 71.8262L225.888 46.9065C231.353 46.1102 236.429 49.895 237.225 55.3601L252.964 163.376C253.76 168.841 249.976 173.917 244.51 174.714L73.4826 199.633C68.0175 200.43 62.9416 196.645 62.1453 191.18L46.4067 83.1636Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.4267 68.8575L225.454 43.9378C232.559 42.9026 239.158 47.8229 240.193 54.9276L255.932 162.944C256.967 170.048 252.046 176.647 244.942 177.682L73.914 202.602C66.8094 203.637 60.2107 198.717 59.1755 191.612L43.4369 83.5961C42.4017 76.4914 47.322 69.8927 54.4267 68.8575ZM54.8592 71.8262C49.3941 72.6225 45.6092 77.6984 46.4055 83.1636L62.1441 191.18C62.9404 196.645 68.0163 200.43 73.4815 199.633L244.509 174.714C249.974 173.917 253.759 168.841 252.963 163.376L237.224 55.3601C236.428 49.895 231.352 46.1101 225.887 46.9064L54.8592 71.8262Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M46.4067 83.1636C45.6104 77.6984 49.3952 72.6225 54.8604 71.8262L225.888 46.9065C231.353 46.1102 236.429 49.895 237.225 55.3601L239.29 69.5301L48.4713 97.3336L46.4067 83.1636Z" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ <circle cx="63.0647" cy="83.2653" r="4.5" transform="rotate(-8.29 63.0647 83.2653)" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <circle cx="79.887" cy="80.8142" r="4.5" transform="rotate(-8.29 79.887 80.8142)" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <circle cx="96.7092" cy="78.363" r="4.5" transform="rotate(-8.29 96.7092 78.363)" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <rect x="68.2461" y="111.885" width="60" height="29" rx="3" transform="rotate(-8.29 68.2461 111.885)" fill="var(--sapContent_Illustrative_Color18)"/>
14
+ <rect x="137.516" y="101.793" width="60" height="29" rx="3" transform="rotate(-8.29 137.516 101.793)" fill="var(--sapContent_Illustrative_Color18)"/>
15
+ <rect x="73.8691" y="150.478" width="60" height="29" rx="3" transform="rotate(-8.29 73.8691 150.478)" fill="var(--sapContent_Illustrative_Color18)"/>
16
+ <path d="M255.789 7.0734C256.083 7.4466 256.27 7.89205 256.332 8.36288C256.394 8.83371 256.327 9.3125 256.14 9.74887L251.955 20.2441C251.264 21.9803 249.457 22.3425 248.097 21.8004C247.532 21.5988 247.048 21.2193 246.717 20.7189C246.386 20.2185 246.227 19.6242 246.263 19.0254C246.289 18.7366 246.358 18.4534 246.469 18.1854L250.654 7.69015C250.828 7.22592 251.124 6.81741 251.512 6.50784C251.899 6.19827 252.363 5.99916 252.854 5.93157C253.4 5.85619 253.956 5.9215 254.47 6.12133C254.983 6.32115 255.437 6.64886 255.789 7.0734Z" fill="var(--sapContent_Illustrative_Color5)"/>
17
+ <path d="M290.555 57.6684C290.596 58.0058 290.566 58.348 290.467 58.6731C290.368 58.9982 290.202 59.2991 289.98 59.5566C289.758 59.8141 289.485 60.0225 289.178 60.1685C288.872 60.3145 288.538 60.395 288.198 60.4047L277.222 61.2221C276.828 61.2502 276.431 61.1993 276.057 61.0724C275.682 60.9456 275.336 60.7454 275.039 60.4834C274.743 60.2215 274.501 59.903 274.329 59.5467C274.157 59.1904 274.057 58.8033 274.036 58.4082C274.023 58.2454 274.023 58.0819 274.037 57.9192C274.078 57.3174 274.344 56.753 274.781 56.3371C275.218 55.9213 275.794 55.6842 276.398 55.6727L287.368 54.8584C287.763 54.8296 288.159 54.8799 288.534 55.0062C288.909 55.1325 289.255 55.3324 289.552 55.594C289.849 55.8557 290.09 56.1739 290.262 56.5301C290.435 56.8863 290.534 57.2733 290.555 57.6684Z" fill="var(--sapContent_Illustrative_Color5)"/>
18
+ <path d="M282.205 27.9441C282.152 28.3116 282.024 28.6644 281.83 28.981C281.636 29.2975 281.379 29.5711 281.076 29.7852L267.563 39.5226C266.955 39.9559 266.202 40.1372 265.463 40.0286C264.724 39.92 264.056 39.5299 263.598 38.9398C263.175 38.3908 262.974 37.703 263.035 37.0128C263.071 36.615 263.192 36.2296 263.39 35.8828C263.588 35.536 263.858 35.236 264.183 35.0032L277.695 25.2658C278.307 24.8296 279.064 24.6474 279.807 24.7576C280.55 24.8678 281.221 25.2617 281.68 25.8566C281.903 26.1513 282.065 26.4881 282.155 26.8468C282.245 27.2055 282.262 27.5787 282.205 27.9441Z" fill="var(--sapContent_Illustrative_Color5)"/>
19
+ <path d="M235.918 210.575C255.203 210.575 270.836 194.942 270.836 175.657C270.836 156.372 255.203 140.739 235.918 140.739C216.633 140.739 201 156.372 201 175.657C201 194.942 216.633 210.575 235.918 210.575Z" fill="var(--sapContent_Illustrative_Color3)"/>
20
+ <path d="M235.93 156.643H235.918C233.312 156.643 231.199 158.756 231.199 161.361V189.954C231.199 192.56 233.312 194.672 235.918 194.672H235.93C238.536 194.672 240.649 192.56 240.649 189.954V161.361C240.649 158.756 238.536 156.643 235.93 156.643Z" fill="var(--sapContent_Illustrative_Color8)"/>
21
+ <path d="M217.711 175.118V176.185C217.711 178.5 219.587 180.376 221.902 180.376H249.968C252.282 180.376 254.159 178.5 254.159 176.185V175.118C254.159 172.803 252.282 170.927 249.968 170.927H221.902C219.587 170.927 217.711 172.803 217.711 175.118Z" fill="var(--sapContent_Illustrative_Color8)"/>
22
+ </svg>
23
+ `;
@@ -0,0 +1,26 @@
1
+ export default `<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-NoFlows-alternate">
2
+ <path d="M130.353 145.031H33.9438C26.3845 145.031 19.1348 148.034 13.7895 153.379C8.44429 158.725 5.44141 165.974 5.44141 173.534C5.44141 181.093 8.44429 188.343 13.7895 193.688C19.1348 199.033 26.3845 202.036 33.9438 202.036H130.393C137.952 202.036 145.202 199.033 150.547 193.688C155.892 188.343 158.895 181.093 158.895 173.534C158.895 165.974 155.892 158.725 150.547 153.379C145.202 148.034 137.952 145.031 130.393 145.031H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.473 173.324H69.0139C61.5483 173.464 54.4356 176.528 49.2054 181.857C43.9751 187.186 41.0449 194.354 41.0449 201.821C41.0449 209.288 43.9751 216.457 49.2054 221.786C54.4356 227.115 61.5483 230.179 69.0139 230.319H165.473C172.938 230.179 180.051 227.115 185.281 221.786C190.512 216.457 193.442 209.288 193.442 201.821C193.442 194.354 190.512 187.186 185.281 181.857C180.051 176.528 172.938 173.464 165.473 173.324Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.963 94.5055H194.514C190.727 94.4346 186.964 95.1193 183.444 96.5196C179.925 97.9199 176.72 100.008 174.016 102.661C171.313 105.314 169.165 108.48 167.699 111.972C166.234 115.465 165.479 119.215 165.479 123.003C165.479 126.791 166.234 130.541 167.699 134.033C169.165 137.526 171.313 140.692 174.016 143.345C176.72 145.998 179.925 148.086 183.444 149.486C186.964 150.886 190.727 151.571 194.514 151.5H290.963C294.751 151.571 298.514 150.886 302.033 149.486C305.553 148.086 308.758 145.998 311.462 143.345C314.165 140.692 316.312 137.526 317.778 134.033C319.244 130.541 319.999 126.791 319.999 123.003C319.999 119.215 319.244 115.465 317.778 111.972C316.312 108.48 314.165 105.314 311.462 102.661C308.758 100.008 305.553 97.9199 302.033 96.5196C298.514 95.1193 294.751 94.4346 290.963 94.5055Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 42.4724H37.767C27.7505 42.4724 18.1444 46.4514 11.0617 53.5341C3.979 60.6168 0 70.2229 0 80.2394C0 90.2558 3.979 99.8619 11.0617 106.945C18.1444 114.027 27.7505 118.006 37.767 118.006H219.084C229.101 118.006 238.707 114.027 245.789 106.945C252.872 99.8619 256.851 90.2558 256.851 80.2394C256.851 70.2229 252.872 60.6168 245.789 53.5341C238.707 46.4514 229.101 42.4724 219.084 42.4724Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <rect x="36.1855" y="77.0867" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1855 77.0867)" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <path d="M46.4067 83.1636C45.6104 77.6984 49.3952 72.6225 54.8604 71.8262L225.888 46.9065C231.353 46.1102 236.429 49.895 237.225 55.3601L252.964 163.376C253.76 168.841 249.976 173.917 244.51 174.714L73.4826 199.633C68.0175 200.43 62.9416 196.645 62.1453 191.18L46.4067 83.1636Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.4267 68.8575L225.454 43.9378C232.559 42.9026 239.158 47.8229 240.193 54.9276L255.932 162.944C256.967 170.048 252.046 176.647 244.942 177.682L73.914 202.602C66.8094 203.637 60.2107 198.717 59.1755 191.612L43.4369 83.5961C42.4017 76.4914 47.322 69.8927 54.4267 68.8575ZM54.8592 71.8262C49.3941 72.6225 45.6092 77.6984 46.4055 83.1636L62.1441 191.18C62.9404 196.645 68.0163 200.43 73.4815 199.633L244.509 174.714C249.974 173.917 253.759 168.841 252.963 163.376L237.224 55.3601C236.428 49.895 231.352 46.1101 225.887 46.9064L54.8592 71.8262Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M46.4067 83.1636C45.6104 77.6984 49.3952 72.6225 54.8604 71.8262L225.888 46.9065C231.353 46.1102 236.429 49.895 237.225 55.3601L239.29 69.5301L48.4713 97.3336L46.4067 83.1636Z" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ <circle cx="63.0647" cy="83.2653" r="4.5" transform="rotate(-8.29 63.0647 83.2653)" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <circle cx="79.887" cy="80.8142" r="4.5" transform="rotate(-8.29 79.887 80.8142)" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <circle cx="96.7092" cy="78.363" r="4.5" transform="rotate(-8.29 96.7092 78.363)" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M201.329 110.189L103.649 124.421L103.072 120.463L200.752 106.231L201.329 110.189Z" fill="var(--sapContent_Illustrative_Color20)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M97.4055 167.593L91.3758 126.21L95.334 125.633L101.364 167.016L97.4055 167.593Z" fill="var(--sapContent_Illustrative_Color20)"/>
15
+ <rect x="67.7617" y="115.503" width="49.2519" height="23.8051" rx="3" transform="rotate(-8.29 67.7617 115.503)" fill="var(--sapContent_Illustrative_Color18)"/>
16
+ <rect x="73.1367" y="152.382" width="49.2519" height="23.8051" rx="3" transform="rotate(-8.29 73.1367 152.382)" fill="var(--sapContent_Illustrative_Color18)"/>
17
+ <rect x="151.896" y="95.1211" width="28.2012" height="28.2012" rx="3" transform="rotate(36.71 151.896 95.1211)" fill="var(--sapContent_Illustrative_Color18)"/>
18
+ <circle cx="209.428" cy="106.89" r="18.292" transform="rotate(-8.29 209.428 106.89)" fill="var(--sapContent_Illustrative_Color18)"/>
19
+ <path d="M255.789 7.0734C256.083 7.4466 256.27 7.89205 256.332 8.36288C256.394 8.83371 256.327 9.3125 256.14 9.74887L251.955 20.2441C251.264 21.9803 249.457 22.3425 248.097 21.8004C247.532 21.5988 247.048 21.2193 246.717 20.7189C246.386 20.2185 246.227 19.6242 246.263 19.0254C246.289 18.7366 246.358 18.4534 246.469 18.1854L250.654 7.69015C250.828 7.22592 251.124 6.81741 251.512 6.50784C251.899 6.19827 252.363 5.99916 252.854 5.93157C253.4 5.85619 253.956 5.9215 254.47 6.12133C254.983 6.32115 255.437 6.64886 255.789 7.0734Z" fill="var(--sapContent_Illustrative_Color5)"/>
20
+ <path d="M290.555 57.6684C290.596 58.0058 290.566 58.348 290.467 58.6731C290.368 58.9982 290.202 59.2991 289.98 59.5566C289.758 59.8141 289.485 60.0225 289.178 60.1685C288.872 60.3145 288.538 60.395 288.198 60.4047L277.222 61.2221C276.828 61.2502 276.431 61.1993 276.057 61.0724C275.682 60.9456 275.336 60.7454 275.039 60.4834C274.743 60.2215 274.501 59.903 274.329 59.5467C274.157 59.1904 274.057 58.8033 274.036 58.4082C274.023 58.2454 274.023 58.0819 274.037 57.9192C274.078 57.3174 274.344 56.753 274.781 56.3371C275.218 55.9213 275.794 55.6842 276.398 55.6727L287.368 54.8584C287.763 54.8296 288.159 54.8799 288.534 55.0062C288.909 55.1325 289.255 55.3324 289.552 55.594C289.849 55.8557 290.09 56.1739 290.262 56.5301C290.435 56.8863 290.534 57.2733 290.555 57.6684Z" fill="var(--sapContent_Illustrative_Color5)"/>
21
+ <path d="M282.205 27.9441C282.152 28.3116 282.024 28.6644 281.83 28.981C281.636 29.2975 281.379 29.5711 281.076 29.7852L267.563 39.5226C266.955 39.9559 266.202 40.1372 265.463 40.0286C264.724 39.92 264.056 39.5299 263.598 38.9398C263.175 38.3908 262.974 37.703 263.035 37.0128C263.071 36.615 263.192 36.2296 263.39 35.8828C263.588 35.536 263.858 35.236 264.183 35.0032L277.695 25.2658C278.307 24.8296 279.064 24.6474 279.807 24.7576C280.55 24.8678 281.221 25.2617 281.68 25.8566C281.903 26.1513 282.065 26.4881 282.155 26.8468C282.245 27.2055 282.262 27.5787 282.205 27.9441Z" fill="var(--sapContent_Illustrative_Color5)"/>
22
+ <path d="M235.918 210.575C255.203 210.575 270.836 194.942 270.836 175.657C270.836 156.372 255.203 140.739 235.918 140.739C216.633 140.739 201 156.372 201 175.657C201 194.942 216.633 210.575 235.918 210.575Z" fill="var(--sapContent_Illustrative_Color3)"/>
23
+ <path d="M235.93 156.643H235.918C233.312 156.643 231.199 158.756 231.199 161.361V189.954C231.199 192.56 233.312 194.672 235.918 194.672H235.93C238.536 194.672 240.649 192.56 240.649 189.954V161.361C240.649 158.756 238.536 156.643 235.93 156.643Z" fill="var(--sapContent_Illustrative_Color8)"/>
24
+ <path d="M217.711 175.118V176.185C217.711 178.5 219.587 180.376 221.902 180.376H249.968C252.282 180.376 254.159 178.5 254.159 176.185V175.118C254.159 172.803 252.282 170.927 249.968 170.927H221.902C219.587 170.927 217.711 172.803 217.711 175.118Z" fill="var(--sapContent_Illustrative_Color8)"/>
25
+ </svg>
26
+ `;
@@ -0,0 +1,23 @@
1
+ export default `<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-NoUsers-alternate">
2
+ <path d="M130.353 145.031H33.9438C26.3845 145.031 19.1348 148.034 13.7895 153.379C8.44429 158.725 5.44141 165.974 5.44141 173.534C5.44141 181.093 8.44429 188.343 13.7895 193.688C19.1348 199.033 26.3845 202.036 33.9438 202.036H130.393C137.952 202.036 145.202 199.033 150.547 193.688C155.892 188.343 158.895 181.093 158.895 173.534C158.895 165.974 155.892 158.725 150.547 153.379C145.202 148.034 137.952 145.031 130.393 145.031H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.474 173.324H69.0149C61.5493 173.464 54.4366 176.528 49.2063 181.857C43.9761 187.186 41.0459 194.354 41.0459 201.821C41.0459 209.288 43.9761 216.457 49.2063 221.786C54.4366 227.115 61.5493 230.179 69.0149 230.319H165.474C172.939 230.179 180.052 227.115 185.282 221.786C190.513 216.457 193.443 209.288 193.443 201.821C193.443 194.354 190.513 187.186 185.282 181.857C180.052 176.528 172.939 173.464 165.474 173.324Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.964 94.5055H194.515C190.728 94.4346 186.965 95.1193 183.445 96.5196C179.926 97.9199 176.721 100.008 174.017 102.661C171.314 105.314 169.166 108.48 167.7 111.972C166.235 115.465 165.479 119.215 165.479 123.003C165.479 126.791 166.235 130.541 167.7 134.033C169.166 137.526 171.314 140.692 174.017 143.345C176.721 145.998 179.926 148.086 183.445 149.486C186.965 150.886 190.728 151.571 194.515 151.5H290.964C294.752 151.571 298.515 150.886 302.034 149.486C305.554 148.086 308.759 145.998 311.463 143.345C314.166 140.692 316.313 137.526 317.779 134.033C319.245 130.541 320 126.791 320 123.003C320 119.215 319.245 115.465 317.779 111.972C316.313 108.48 314.166 105.314 311.463 102.661C308.759 100.008 305.554 97.9199 302.034 96.5196C298.515 95.1193 294.752 94.4346 290.964 94.5055Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 42.4724H37.767C27.7505 42.4724 18.1444 46.4514 11.0617 53.5341C3.979 60.6168 0 70.2229 0 80.2394C0 90.2558 3.979 99.8619 11.0617 106.945C18.1444 114.027 27.7505 118.006 37.767 118.006H219.084C229.101 118.006 238.707 114.027 245.789 106.945C252.872 99.8619 256.851 90.2558 256.851 80.2394C256.851 70.2229 252.872 60.6168 245.789 53.5341C238.707 46.4514 229.101 42.4724 219.084 42.4724Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <path d="M78.3555 137.586C78.3555 114.304 88.234 93.3292 104.028 78.6248L99.3757 67.8554C97.6643 63.8943 100.569 59.4758 104.884 59.4758H212.908C217.223 59.4758 220.128 63.8942 218.416 67.8554L213.764 78.6248C229.558 93.3292 239.437 114.304 239.437 137.586C239.437 167.925 222.66 194.347 197.878 208.08C196.767 208.505 195.65 208.912 194.528 209.299H123.264C122.142 208.912 121.025 208.505 119.914 208.08C95.1316 194.347 78.3555 167.925 78.3555 137.586Z" fill="var(--sapContent_Illustrative_Color8)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M199.147 210.807L198.949 210.883C197.807 211.319 196.66 211.737 195.507 212.135L195.031 212.299H122.761L122.285 212.135C121.132 211.737 119.985 211.319 118.843 210.883L118.645 210.807L118.46 210.704C92.7621 196.464 75.3555 169.06 75.3555 137.586C75.3555 114.202 84.9666 93.0582 100.446 77.8977L96.6217 69.0452C94.0547 63.1035 98.4111 56.4758 104.884 56.4758H212.908C219.381 56.4758 223.737 63.1035 221.17 69.0452L217.346 77.8977C232.825 93.0582 242.437 114.202 242.437 137.586C242.437 169.06 225.03 196.464 199.332 210.704L199.147 210.807ZM213.764 78.6248L218.416 67.8554C220.128 63.8942 217.223 59.4758 212.908 59.4758H104.884C100.569 59.4758 97.6643 63.8943 99.3757 67.8554L104.028 78.6248C88.234 93.3292 78.3555 114.304 78.3555 137.586C78.3555 167.925 95.1316 194.347 119.914 208.08C121.025 208.505 122.142 208.912 123.264 209.299H194.528C195.65 208.912 196.767 208.505 197.878 208.08C222.66 194.347 239.437 167.925 239.437 137.586C239.437 114.304 229.558 93.3292 213.764 78.6248Z" fill="var(--sapContent_Illustrative_Color4)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M126.376 78.0982C127.321 79.4591 126.984 81.3284 125.623 82.2735C110.236 92.9587 104.233 106.949 103.174 112.163C102.844 113.787 101.261 114.836 99.637 114.506C98.0133 114.177 96.9643 112.593 97.294 110.969C98.6486 104.298 105.496 88.9455 122.201 77.3452C123.561 76.4002 125.431 76.7373 126.376 78.0982Z" fill="var(--sapContent_Illustrative_Color6)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M88.4617 123.345C109.425 131.022 134.096 128.957 165.472 116.815C187.79 108.178 208.738 108.743 226.232 112.767C229.235 120.692 230.878 129.285 230.878 138.263C230.878 165.379 215.885 188.993 193.736 201.267C192.826 201.614 191.912 201.948 190.995 202.268C190.827 202.326 190.651 202.355 190.474 202.355H127.318C127.141 202.355 126.965 202.326 126.797 202.268C125.88 201.948 124.966 201.614 124.056 201.267C101.907 188.993 86.9141 165.379 86.9141 138.263C86.9141 133.148 87.4475 128.158 88.4617 123.345Z" fill="var(--sapContent_Illustrative_Color19)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M192.003 201.91C191.667 202.031 191.331 202.15 190.995 202.268C190.842 202.321 190.683 202.35 190.522 202.355H158.022V164.868H192.003V201.91Z" fill="var(--sapContent_Illustrative_Color2)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M198.37 145.886V164.864H151.654V145.886H158.768V150.611H165.179V145.886H171.8V150.611H178.223V145.886H184.847V150.611H191.256V145.886H198.37Z" fill="var(--sapContent_Illustrative_Color2)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M175.051 180.84C170.444 180.84 166.707 184.574 166.707 189.183V202.355H183.394V189.183C183.394 184.574 179.659 180.84 175.051 180.84Z" fill="var(--sapContent_Illustrative_Color4)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M158.022 164.864H192.003V167.187H160.956L158.022 164.864Z" fill="var(--sapContent_Illustrative_Color4)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M126.937 202.309C126.89 202.298 126.843 202.284 126.797 202.268C125.88 201.948 124.966 201.614 124.056 201.267C123.182 200.782 122.32 200.28 121.469 199.761C122.026 197.451 122.244 190.168 116.558 180.505C109.978 169.326 108.159 158.613 108.103 154.336C108.081 152.679 109.406 151.319 111.063 151.297C112.72 151.275 114.08 152.6 114.102 154.257C114.145 157.499 115.682 167.188 121.728 177.462C128.366 188.74 128.345 198.063 127.084 201.942C127.043 202.069 126.993 202.192 126.937 202.309ZM140.658 202.355H134.943C134.793 201.887 134.756 201.374 134.858 200.857C136.065 194.775 134.586 189.669 132.401 184.53C131.853 183.241 131.27 181.972 130.674 180.673L130.674 180.673L130.668 180.661C130.077 179.371 129.469 178.047 128.908 176.719C127.788 174.068 126.785 171.247 126.355 168.246C126.12 166.606 127.26 165.086 128.9 164.852C130.54 164.617 132.06 165.756 132.295 167.396C132.617 169.649 133.394 171.92 134.435 174.384C134.955 175.614 135.523 176.855 136.122 178.158L136.143 178.205C136.514 179.012 136.895 179.842 137.272 180.69C141.539 176.818 142.409 172.568 142.398 171.337C142.383 169.68 143.713 168.325 145.37 168.309C147.027 168.294 148.382 169.625 148.398 171.282C148.426 174.414 146.627 180.887 140.176 186.098C139.984 186.254 139.778 186.381 139.564 186.482C141.064 191.023 141.912 196.134 140.744 202.024C140.721 202.137 140.693 202.248 140.658 202.355Z" fill="var(--sapContent_Illustrative_Color4)"/>
15
+ <circle cx="122.682" cy="140.813" r="3.15681" fill="var(--sapContent_Illustrative_Color8)"/>
16
+ <circle cx="218.167" cy="140.303" r="3.66634" fill="var(--sapContent_Illustrative_Color8)"/>
17
+ <circle cx="190.619" cy="126.948" r="2.30555" fill="var(--sapContent_Illustrative_Color8)"/>
18
+ <circle cx="97.8749" cy="151.317" r="2.30555" fill="var(--sapContent_Illustrative_Color8)"/>
19
+ <path d="M77.0038 18.7138C76.6954 19.0749 76.49 19.5124 76.4093 19.9804C76.3285 20.4483 76.3754 20.9294 76.5449 21.373L80.303 32.0285C80.9236 33.7911 82.714 34.226 84.0954 33.7392C84.6681 33.5606 85.1672 33.2009 85.5179 32.7143C85.8686 32.2276 86.0518 31.6402 86.0401 31.0405C86.0258 30.7509 85.9678 30.4651 85.868 30.1929L82.11 19.5373C81.9547 19.0664 81.675 18.6463 81.3005 18.3213C80.9261 17.9964 80.4707 17.7787 79.9827 17.6914C79.4402 17.594 78.8818 17.6368 78.3605 17.8158C77.8392 17.9947 77.3722 18.3038 77.0038 18.7138Z" fill="var(--sapContent_Illustrative_Color5)"/>
20
+ <path d="M40.2248 67.8644C40.1706 68.1999 40.1869 68.543 40.2727 68.8719C40.3584 69.2007 40.5119 69.5081 40.7231 69.7743C40.9343 70.0406 41.1988 70.2598 41.4995 70.4181C41.8002 70.5764 42.1306 70.6702 42.4697 70.6936L53.4033 71.9533C53.7965 71.9972 54.1946 71.9624 54.5743 71.8508C54.9539 71.7392 55.3075 71.553 55.6145 71.3033C55.9214 71.0535 56.1755 70.7451 56.3619 70.396C56.5484 70.0469 56.6634 69.6642 56.7003 69.2702C56.72 69.1081 56.7264 68.9447 56.7195 68.7816C56.7024 68.1786 56.4601 67.6039 56.0402 67.1708C55.6204 66.7376 55.0536 66.4775 54.4515 66.4416L43.5225 65.1853C43.1294 65.1407 42.7313 65.1749 42.3516 65.286C41.9719 65.3971 41.6182 65.5828 41.3111 65.8323C41.004 66.0818 40.7498 66.39 40.5632 66.7389C40.3767 67.0878 40.2617 67.4705 40.2248 67.8644Z" fill="var(--sapContent_Illustrative_Color5)"/>
21
+ <path d="M49.7679 38.5014C49.806 38.8707 49.9191 39.2284 50.1002 39.5525C50.2813 39.8766 50.5266 40.1604 50.8211 40.3865L63.93 50.6612C64.5205 51.1187 65.265 51.3302 66.0079 51.2515C66.7507 51.1728 67.4343 50.81 67.9158 50.2389C68.3602 49.7074 68.5887 49.0283 68.5559 48.3362C68.5363 47.9373 68.431 47.5473 68.2471 47.1928C68.0632 46.8383 67.8051 46.5276 67.4902 46.2819L54.3814 36.0072C53.7879 35.5467 53.0391 35.3342 52.2922 35.4143C51.5454 35.4944 50.8587 35.8609 50.3764 36.4368C50.1412 36.7222 49.966 37.0522 49.8614 37.407C49.7569 37.7618 49.725 38.134 49.7679 38.5014Z" fill="var(--sapContent_Illustrative_Color5)"/>
22
+ </svg>
23
+ `;
@@ -0,0 +1,19 @@
1
+ export default `<svg width="321" height="241" viewBox="0 0 321 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Radar-alternate">
2
+ <path d="M130.521 144.918H34.1116C26.5523 144.918 19.3026 147.921 13.9574 153.267C8.61212 158.612 5.60924 165.862 5.60924 173.421C5.60924 180.98 8.61212 188.23 13.9574 193.575C19.3026 198.92 26.5523 201.923 34.1116 201.923H130.561C138.12 201.923 145.37 198.92 150.715 193.575C156.06 188.23 159.063 180.98 159.063 173.421C159.063 165.862 156.06 158.612 150.715 153.267C145.37 147.921 138.12 144.918 130.561 144.918H130.521Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.642 173.211H69.183C61.7173 173.351 54.6047 176.415 49.3744 181.744C44.1441 187.073 41.214 194.242 41.214 201.709C41.214 209.176 44.1441 216.344 49.3744 221.673C54.6047 227.002 61.7173 230.066 69.183 230.206H165.642C173.108 230.066 180.22 227.002 185.45 221.673C190.681 216.344 193.611 209.176 193.611 201.709C193.611 194.242 190.681 187.073 185.45 181.744C180.22 176.415 173.108 173.351 165.642 173.211Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M291.132 94.3927H194.683C190.896 94.3218 187.133 95.0065 183.613 96.4068C180.094 97.8071 176.889 99.8949 174.185 102.548C171.482 105.201 169.334 108.367 167.869 111.86C166.403 115.352 165.648 119.102 165.648 122.89C165.648 126.678 166.403 130.428 167.869 133.921C169.334 137.413 171.482 140.579 174.185 143.232C176.889 145.885 180.094 147.973 183.613 149.373C187.133 150.774 190.896 151.458 194.683 151.388H291.132C294.92 151.458 298.683 150.774 302.203 149.373C305.722 147.973 308.927 145.885 311.631 143.232C314.334 140.579 316.481 137.413 317.947 133.921C319.413 130.428 320.168 126.678 320.168 122.89C320.168 119.102 319.413 115.352 317.947 111.86C316.481 108.367 314.334 105.201 311.631 102.548C308.927 99.8949 305.722 97.8071 302.203 96.4068C298.683 95.0065 294.92 94.3218 291.132 94.3927Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.253 42.3596H37.9353C27.9189 42.3596 18.3127 46.3386 11.23 53.4213C4.14732 60.504 0.16832 70.1102 0.16832 80.1266C0.16832 90.143 4.14732 99.7492 11.23 106.832C18.3127 113.915 27.9189 117.894 37.9353 117.894H219.253C229.269 117.894 238.875 113.915 245.958 106.832C253.04 99.7492 257.02 90.143 257.02 80.1266C257.02 70.1102 253.04 60.504 245.958 53.4213C238.875 46.3386 229.269 42.3596 219.253 42.3596Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M219.233 207.604C219.706 208.908 218.74 210.286 217.353 210.286H163.152C161.725 210.286 160.757 208.836 161.305 207.519L190.911 136.25C191.247 135.441 192.268 135.183 192.948 135.735C193.133 135.885 193.273 136.082 193.354 136.306L219.233 207.604Z" fill="var(--sapContent_Illustrative_Color8)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M192.11 137.273L162.69 208.094C162.553 208.424 162.795 208.786 163.152 208.786H217.353C217.7 208.786 217.941 208.442 217.823 208.116L192.11 137.273ZM189.525 135.674C190.246 133.939 192.435 133.386 193.894 134.57C194.29 134.892 194.591 135.315 194.764 135.794L220.643 207.092C221.471 209.374 219.781 211.786 217.353 211.786H163.152C160.656 211.786 158.962 209.249 159.919 206.944L189.525 135.674Z" fill="var(--sapContent_Illustrative_Color4)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M205.463 148.876C205.463 156.747 199.084 163.126 191.214 163.126C183.345 163.126 176.965 156.747 176.965 148.876C176.965 141.007 183.345 134.628 191.214 134.628C199.084 134.628 205.463 141.007 205.463 148.876Z" fill="var(--sapContent_Illustrative_Color2)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M106.062 76.1225C105.61 76.8171 105.807 77.7461 106.502 78.1977L168.612 118.572C169.306 119.024 170.235 118.827 170.687 118.132C171.138 117.438 170.941 116.509 170.247 116.057L108.137 75.6824C107.442 75.2309 106.513 75.4279 106.062 76.1225Z" fill="var(--sapContent_Illustrative_Color4)"/>
10
+ <circle cx="7.54766" cy="7.54766" r="7.54766" transform="matrix(-0.930304 -0.366789 -0.366789 0.930304 117.11 72.6863)" fill="var(--sapContent_Illustrative_Color9)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M141.743 129.443C142.481 129.068 142.776 128.165 142.401 127.426L120.557 84.4078C120.182 83.6691 119.279 83.3744 118.54 83.7495C117.802 84.1245 117.507 85.0274 117.882 85.7661L139.726 128.784C140.101 129.523 141.004 129.818 141.743 129.443Z" fill="var(--sapContent_Illustrative_Color4)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M169.045 87.299C168.997 88.126 168.287 88.7575 167.46 88.7094L119.564 85.9244C118.737 85.8763 118.105 85.1669 118.153 84.3399C118.202 83.5129 118.911 82.8814 119.738 82.9295L167.634 85.7144C168.461 85.7625 169.093 86.4719 169.045 87.299Z" fill="var(--sapContent_Illustrative_Color4)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M182.258 53.4244C182.887 52.4699 184.191 52.2353 185.089 52.9419C209.802 72.376 215.672 108.211 197.768 135.383C179.863 162.555 144.62 171.298 117.012 156.257C116.008 155.711 115.709 154.419 116.338 153.465L182.258 53.4244Z" fill="var(--sapContent_Illustrative_Color8)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M115.086 152.64C113.992 154.301 114.492 156.593 116.295 157.575C144.599 172.995 180.695 164.019 199.02 136.208C217.346 108.397 211.353 71.6879 186.017 51.7629C184.403 50.494 182.099 50.9383 181.005 52.5992L115.086 152.64ZM117.73 154.94C117.525 154.829 117.427 154.538 117.591 154.29L183.51 54.2498C183.674 54.0017 183.979 53.9768 184.162 54.1211C208.25 73.0642 213.999 108.024 196.515 134.557C179.032 161.091 144.64 169.601 117.73 154.94Z" fill="var(--sapContent_Illustrative_Color4)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M175.726 142.116C176.7 143.457 176.403 145.333 175.062 146.307C164.181 154.213 151.836 157.844 135.498 154.247C133.879 153.891 132.857 152.29 133.213 150.672C133.569 149.054 135.17 148.031 136.788 148.387C151.337 151.591 161.945 148.421 171.536 141.453C172.876 140.479 174.752 140.776 175.726 142.116Z" fill="var(--sapContent_Illustrative_Color6)"/>
16
+ <path d="M98.284 24.2546L103.427 47.0255C103.438 47.0689 103.46 47.1084 103.492 47.14C103.523 47.1716 103.562 47.1941 103.605 47.2051C103.649 47.216 103.694 47.2151 103.737 47.2024C103.78 47.1897 103.818 47.1657 103.849 47.1328L110.066 40.2868C110.091 40.2595 110.121 40.2379 110.155 40.2238C110.189 40.2097 110.226 40.2033 110.262 40.2051C110.299 40.2069 110.334 40.2169 110.367 40.2343C110.399 40.2518 110.426 40.2762 110.448 40.3059L118.669 51.6127C118.702 51.6597 118.75 51.6935 118.806 51.7083C118.861 51.7232 118.92 51.7182 118.972 51.6941C119.024 51.6701 119.067 51.6285 119.092 51.5766C119.117 51.5247 119.124 51.4657 119.111 51.4097L114.09 28.4948C114.08 28.451 114.058 28.4109 114.027 28.3788C113.996 28.3466 113.957 28.3237 113.913 28.3125C113.87 28.3013 113.824 28.3021 113.781 28.315C113.738 28.3279 113.7 28.3523 113.669 28.3855L107.405 35.3687C107.38 35.3959 107.349 35.4173 107.315 35.4314C107.281 35.4455 107.244 35.4519 107.208 35.4502C107.171 35.4484 107.135 35.4386 107.103 35.4214C107.07 35.4042 107.042 35.38 107.02 35.3506L98.7248 24.0487C98.6917 24.0017 98.6432 23.9679 98.5877 23.9533C98.5322 23.9386 98.4732 23.944 98.4209 23.9684C98.3686 23.9928 98.3263 24.0348 98.3013 24.0871C98.2763 24.1394 98.2702 24.1986 98.284 24.2546Z" fill="var(--sapContent_Illustrative_Color3)"/>
17
+ <path d="M35.1228 44.0427L47.3039 63.957C47.3281 63.9946 47.3619 64.025 47.4018 64.0448C47.4416 64.0647 47.4861 64.0733 47.5305 64.0699C47.5748 64.0664 47.6175 64.051 47.654 64.0252C47.6905 63.9994 47.7195 63.9642 47.7379 63.9232L51.4283 55.4437C51.4429 55.4098 51.4648 55.3797 51.4924 55.3554C51.5199 55.3311 51.5525 55.3133 51.5877 55.3033C51.6229 55.2933 51.6598 55.2913 51.6958 55.2975C51.7318 55.3037 51.766 55.318 51.7958 55.3392L63.2119 63.4081C63.2581 63.442 63.3146 63.4586 63.3718 63.4549C63.4289 63.4512 63.483 63.4276 63.5248 63.388C63.5666 63.3485 63.5935 63.2955 63.6008 63.2382C63.6081 63.1809 63.5954 63.1228 63.5649 63.0741L51.4533 42.984C51.4297 42.9458 51.3962 42.9148 51.3564 42.8944C51.3166 42.8739 51.272 42.8649 51.2274 42.8681C51.1829 42.8714 51.14 42.8868 51.1033 42.9128C51.0667 42.9388 51.0378 42.9744 51.0197 43.0157L47.3288 51.6402C47.3138 51.6741 47.2916 51.7042 47.2639 51.7285C47.2361 51.7528 47.2035 51.7706 47.1682 51.7807C47.1329 51.7909 47.0958 51.7931 47.0597 51.7872C47.0235 51.7813 46.9891 51.7674 46.9588 51.7465L35.4741 43.7061C35.4276 43.6722 35.3709 43.6558 35.3136 43.6598C35.2563 43.6637 35.2022 43.6877 35.1605 43.7276C35.1188 43.7676 35.0922 43.8209 35.0854 43.8784C35.0785 43.936 35.0917 43.9941 35.1228 44.0427Z" fill="var(--sapContent_Illustrative_Color3)"/>
18
+ </svg>
19
+ `;
@@ -0,0 +1,30 @@
1
+ export default `<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-RoadMap-alternate">
2
+ <path d="M130.352 145.328H33.9433C26.384 145.328 19.1343 148.331 13.789 153.676C8.4438 159.022 5.44092 166.271 5.44092 173.831C5.44092 181.39 8.4438 188.64 13.789 193.985C19.1343 199.33 26.384 202.333 33.9433 202.333H130.392C137.952 202.333 145.201 199.33 150.547 193.985C155.892 188.64 158.895 181.39 158.895 173.831C158.895 166.271 155.892 159.022 150.547 153.676C145.201 148.331 137.952 145.328 130.392 145.328H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.474 173.621H69.0146C61.549 173.761 54.4364 176.825 49.2061 182.154C43.9758 187.483 41.0457 194.652 41.0457 202.118C41.0457 209.585 43.9758 216.754 49.2061 222.083C54.4364 227.412 61.549 230.476 69.0146 230.616H165.474C172.939 230.476 180.052 227.412 185.282 222.083C190.512 216.754 193.443 209.585 193.443 202.118C193.443 194.652 190.512 187.483 185.282 182.154C180.052 176.825 172.939 173.761 165.474 173.621Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.964 94.8026H194.515C190.728 94.7317 186.965 95.4165 183.445 96.8167C179.925 98.217 176.72 100.305 174.017 102.958C171.314 105.611 169.166 108.777 167.7 112.27C166.234 115.762 165.479 119.512 165.479 123.3C165.479 127.088 166.234 130.838 167.7 134.331C169.166 137.823 171.314 140.989 174.017 143.642C176.72 146.295 179.925 148.383 183.445 149.783C186.965 151.184 190.728 151.868 194.515 151.797H290.964C294.751 151.868 298.515 151.184 302.034 149.783C305.554 148.383 308.759 146.295 311.462 143.642C314.166 140.989 316.313 137.823 317.779 134.331C319.245 130.838 320 127.088 320 123.3C320 119.512 319.245 115.762 317.779 112.27C316.313 108.777 314.166 105.611 311.462 102.958C308.759 100.305 305.554 98.217 302.034 96.8167C298.515 95.4165 294.751 94.7317 290.964 94.8026Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 42.7695H37.767C27.7505 42.7695 18.1444 46.7485 11.0617 53.8312C3.979 60.9139 0 70.52 0 80.5364C0 90.5529 3.979 100.159 11.0617 107.242C18.1444 114.324 27.7505 118.303 37.767 118.303H219.084C229.101 118.303 238.707 114.324 245.789 107.242C252.872 100.159 256.851 90.5529 256.851 80.5364C256.851 70.52 252.872 60.9139 245.789 53.8312C238.707 46.7485 229.101 42.7695 219.084 42.7695Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <path d="M290.657 123.234C290.333 117.862 289.162 113.869 287.778 113.875C286.394 113.882 285.237 117.897 284.941 123.295C279.55 123.667 275.542 124.872 275.556 126.263C275.569 127.654 279.584 128.763 284.962 129.018C285.286 134.389 286.449 138.383 287.833 138.376C289.217 138.369 290.374 134.354 290.67 128.956C296.062 128.584 300.07 127.379 300.056 125.988C300.042 124.597 296.028 123.481 290.657 123.234Z" fill="var(--sapContent_Illustrative_Color3)"/>
7
+ <path d="M266.995 150.61C266.781 147.002 265.996 144.316 265.067 144.316C264.137 144.316 263.359 147.023 263.159 150.651C259.53 150.899 256.838 151.712 256.852 152.642C256.865 153.571 259.558 154.322 263.166 154.487C263.386 158.102 264.171 160.788 265.101 160.781C266.031 160.774 266.809 158.075 267.008 154.446C270.63 154.198 273.323 153.392 273.316 152.456C273.309 151.519 270.61 150.775 266.995 150.61Z" fill="var(--sapContent_Illustrative_Color3)"/>
8
+ <path d="M98.8403 35.7078C98.6269 32.0996 97.8419 29.4141 96.9123 29.4141C95.9827 29.4141 95.2045 32.1202 95.0049 35.7491C91.376 35.997 88.6835 36.8096 88.6973 37.7392C88.7111 38.6688 91.4035 39.4193 95.0117 39.5846C95.2321 43.1997 96.0171 45.8853 96.9467 45.8784C97.8763 45.8715 98.6544 43.1722 98.8541 39.5433C102.476 39.2954 105.169 38.4897 105.162 37.5532C105.155 36.6168 102.455 35.8731 98.8403 35.7078Z" fill="var(--sapContent_Illustrative_Color3)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M206.795 37.1931C206.795 49.6927 216.926 59.8234 229.423 59.8234C241.921 59.8234 252.054 49.6927 252.054 37.1931C252.054 24.6953 241.921 14.5646 229.423 14.5646C216.926 14.5646 206.795 24.6953 206.795 37.1931Z" fill="var(--sapContent_Illustrative_Color20)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M237.847 50.3341C246.839 45.6104 254.759 40.128 260.15 34.8962C266.204 29.0231 268.227 24.4186 266.34 20.8232C263.395 15.22 252.295 17.3646 244.032 19.9121L246.736 22.6227C259.838 18.5823 263.631 20.9038 264.183 21.9569C264.199 21.9849 265.576 24.8548 258.123 32.0893C252.851 37.2072 245.071 42.5862 236.22 47.2363C227.37 51.8864 218.525 55.24 211.319 56.6785C201.132 58.7109 199.551 55.9478 199.536 55.9198C198.977 54.858 196.818 52.1352 207.706 43.5797L206.951 39.8792C200.091 45.2705 194.42 51.4169 197.381 57.0534C199.269 60.6488 204.209 61.5931 212.48 59.9409C219.846 58.4709 228.854 55.0578 237.847 50.3341Z" fill="var(--sapContent_Illustrative_Color2)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M256.583 49.6541C256.583 48.8256 257.255 48.1541 258.083 48.1541H258.282C258.349 48.1541 258.415 48.1585 258.48 48.167C258.545 48.1585 258.611 48.1541 258.678 48.1541H258.877C259.967 48.1541 261.035 48.261 262.068 48.4655C262.881 48.6262 263.409 49.4154 263.248 50.228C263.088 51.0407 262.299 51.5692 261.486 51.4084C260.643 51.2417 259.771 51.1541 258.877 51.1541H258.678C258.611 51.1541 258.545 51.1496 258.48 51.1411C258.415 51.1496 258.349 51.1541 258.282 51.1541H258.083C257.255 51.1541 256.583 50.4825 256.583 49.6541ZM265.887 51.3228C266.348 50.6344 267.28 50.45 267.968 50.9108C269.752 52.1049 271.287 53.6403 272.482 55.4239C272.942 56.1123 272.758 57.044 272.07 57.5048C271.381 57.9657 270.449 57.7813 269.989 57.0929C269.013 55.6351 267.757 54.3797 266.299 53.4037C265.611 52.9429 265.427 52.0112 265.887 51.3228ZM273.164 60.1439C273.977 59.9831 274.766 60.5116 274.927 61.3242C275.131 62.3577 275.238 63.425 275.238 64.5158C275.238 65.6066 275.131 66.6739 274.927 67.7074C274.766 68.52 273.977 69.0485 273.164 68.8877C272.352 68.727 271.823 67.9378 271.984 67.1251C272.151 66.2824 272.238 65.4101 272.238 64.5158C272.238 63.6215 272.151 62.7492 271.984 61.9065C271.823 61.0938 272.352 60.3046 273.164 60.1439ZM272.07 71.5268C272.758 71.9876 272.942 72.9193 272.481 73.6077C271.287 75.3913 269.752 76.9267 267.968 78.1208C267.28 78.5816 266.348 78.3972 265.887 77.7088C265.427 77.0204 265.611 76.0887 266.299 75.6279C267.757 74.6519 269.013 73.3965 269.989 71.9387C270.449 71.2503 271.381 71.0659 272.07 71.5268ZM263.248 78.8036C263.409 79.6162 262.881 80.4054 262.068 80.5661C261.035 80.7706 259.967 80.8775 258.877 80.8775H255.959C255.131 80.8775 254.459 80.206 254.459 79.3775C254.459 78.5491 255.131 77.8775 255.959 77.8775H258.877C259.771 77.8775 260.643 77.7899 261.486 77.6232C262.299 77.4624 263.088 77.9909 263.248 78.8036ZM59.0029 79.3775C59.0029 78.5491 59.6745 77.8775 60.5029 77.8775H63.4202C64.2486 77.8775 64.9202 78.5491 64.9202 79.3775C64.9202 80.206 64.2486 80.8775 63.4202 80.8775H60.5029C59.6745 80.8775 59.0029 80.206 59.0029 79.3775ZM67.7547 79.3775C67.7547 78.5491 68.4263 77.8775 69.2547 77.8775H75.0892C75.9176 77.8775 76.5892 78.5491 76.5892 79.3775C76.5892 80.206 75.9176 80.8775 75.0892 80.8775H69.2547C68.4263 80.8775 67.7547 80.206 67.7547 79.3775ZM79.4237 79.3775C79.4237 78.5491 80.0953 77.8775 80.9237 77.8775H86.7583C87.5867 77.8775 88.2583 78.5491 88.2583 79.3775C88.2583 80.206 87.5867 80.8775 86.7583 80.8775H80.9237C80.0953 80.8775 79.4237 80.206 79.4237 79.3775ZM91.0928 79.3775C91.0928 78.5491 91.7644 77.8775 92.5928 77.8775H98.4273C99.2557 77.8775 99.9273 78.5491 99.9273 79.3775C99.9273 80.206 99.2557 80.8775 98.4273 80.8775H92.5928C91.7644 80.8775 91.0928 80.206 91.0928 79.3775ZM102.762 79.3775C102.762 78.5491 103.433 77.8775 104.262 77.8775H110.096C110.925 77.8775 111.596 78.5491 111.596 79.3775C111.596 80.206 110.925 80.8775 110.096 80.8775H104.262C103.433 80.8775 102.762 80.206 102.762 79.3775ZM114.431 79.3775C114.431 78.5491 115.102 77.8775 115.931 77.8775H121.765C122.594 77.8775 123.265 78.5491 123.265 79.3775C123.265 80.206 122.594 80.8775 121.765 80.8775H115.931C115.102 80.8775 114.431 80.206 114.431 79.3775ZM126.1 79.3775C126.1 78.5491 126.771 77.8775 127.6 77.8775H133.434C134.263 77.8775 134.934 78.5491 134.934 79.3775C134.934 80.206 134.263 80.8775 133.434 80.8775H127.6C126.771 80.8775 126.1 80.206 126.1 79.3775ZM137.769 79.3775C137.769 78.5491 138.44 77.8775 139.269 77.8775H145.103C145.932 77.8775 146.603 78.5491 146.603 79.3775C146.603 80.206 145.932 80.8775 145.103 80.8775H139.269C138.44 80.8775 137.769 80.206 137.769 79.3775ZM149.438 79.3775C149.438 78.5491 150.11 77.8775 150.938 77.8775H156.772C157.601 77.8775 158.272 78.5491 158.272 79.3775C158.272 80.206 157.601 80.8775 156.772 80.8775H150.938C150.11 80.8775 149.438 80.206 149.438 79.3775ZM161.107 79.3775C161.107 78.5491 161.779 77.8775 162.607 77.8775H168.442C169.27 77.8775 169.942 78.5491 169.942 79.3775C169.942 80.206 169.27 80.8775 168.442 80.8775H162.607C161.779 80.8775 161.107 80.206 161.107 79.3775ZM172.776 79.3775C172.776 78.5491 173.448 77.8775 174.276 77.8775H180.111C180.939 77.8775 181.611 78.5491 181.611 79.3775C181.611 80.206 180.939 80.8775 180.111 80.8775H174.276C173.448 80.8775 172.776 80.206 172.776 79.3775ZM184.445 79.3775C184.445 78.5491 185.117 77.8775 185.945 77.8775H191.78C192.608 77.8775 193.28 78.5491 193.28 79.3775C193.28 80.206 192.608 80.8775 191.78 80.8775H185.945C185.117 80.8775 184.445 80.206 184.445 79.3775ZM196.114 79.3775C196.114 78.5491 196.786 77.8775 197.614 77.8775H203.449C204.277 77.8775 204.949 78.5491 204.949 79.3775C204.949 80.206 204.277 80.8775 203.449 80.8775H197.614C196.786 80.8775 196.114 80.206 196.114 79.3775ZM207.783 79.3775C207.783 78.5491 208.455 77.8775 209.283 77.8775H215.118C215.946 77.8775 216.618 78.5491 216.618 79.3775C216.618 80.206 215.946 80.8775 215.118 80.8775H209.283C208.455 80.8775 207.783 80.206 207.783 79.3775ZM219.452 79.3775C219.452 78.5491 220.124 77.8775 220.952 77.8775H226.787C227.615 77.8775 228.287 78.5491 228.287 79.3775C228.287 80.206 227.615 80.8775 226.787 80.8775H220.952C220.124 80.8775 219.452 80.206 219.452 79.3775ZM231.121 79.3775C231.121 78.5491 231.793 77.8775 232.621 77.8775H238.456C239.284 77.8775 239.956 78.5491 239.956 79.3775C239.956 80.206 239.284 80.8775 238.456 80.8775H232.621C231.793 80.8775 231.121 80.206 231.121 79.3775ZM242.79 79.3775C242.79 78.5491 243.462 77.8775 244.29 77.8775H250.125C250.953 77.8775 251.625 78.5491 251.625 79.3775C251.625 80.206 250.953 80.8775 250.125 80.8775H244.29C243.462 80.8775 242.79 80.206 242.79 79.3775Z" fill="var(--sapContent_Illustrative_Color4)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M98.75 98.7321C98.75 117.681 83.3921 133.039 64.4457 133.039C45.4993 133.039 30.1387 117.681 30.1387 98.7321C30.1387 79.7857 45.4993 64.4277 64.4457 64.4277C83.3921 64.4277 98.75 79.7857 98.75 98.7321Z" fill="var(--sapContent_Illustrative_Color2)"/>
13
+ <circle cx="58.227" cy="82.8972" r="3.5197" fill="var(--sapContent_Illustrative_Color20)"/>
14
+ <circle cx="60.6306" cy="118.864" r="2.40412" fill="var(--sapContent_Illustrative_Color20)"/>
15
+ <circle cx="75.2534" cy="96.1241" r="4.60779" fill="var(--sapContent_Illustrative_Color20)"/>
16
+ <circle cx="48.8093" cy="102.23" r="5.89795" fill="var(--sapContent_Illustrative_Color20)"/>
17
+ <path d="M236.673 165.831C236.673 202.397 207.031 232.039 170.465 232.039C133.899 232.039 104.257 202.397 104.257 165.831C104.257 129.265 133.899 99.6228 170.465 99.6228C207.031 99.6228 236.673 129.265 236.673 165.831Z" fill="var(--sapContent_Illustrative_Color8)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M239.673 165.831C239.673 204.054 208.688 235.039 170.465 235.039C132.242 235.039 101.257 204.054 101.257 165.831C101.257 127.608 132.242 96.6228 170.465 96.6228C208.688 96.6228 239.673 127.608 239.673 165.831ZM170.465 232.039C207.031 232.039 236.673 202.397 236.673 165.831C236.673 129.265 207.031 99.6228 170.465 99.6228C133.899 99.6228 104.257 129.265 104.257 165.831C104.257 202.397 133.899 232.039 170.465 232.039Z" fill="var(--sapContent_Illustrative_Color4)"/>
19
+ <path d="M233.578 178.742C233.355 178.33 232.317 176.498 230.643 176.35C229.325 176.233 228.225 177.085 226.763 178.932C222.861 183.852 222.71 185.086 223.786 188.303C223.95 188.83 224.287 189.286 224.742 189.597C225.205 189.892 225.746 190.041 226.295 190.025C228.289 190.078 230.382 188.655 230.877 188.307C231.212 188.076 231.525 187.813 231.81 187.523C234.583 184.688 233.824 180.022 233.578 178.742Z" fill="var(--sapContent_Illustrative_Color6)"/>
20
+ <path d="M165.755 157.067C164.211 157.096 162.671 157.223 161.143 157.445C160.426 157.563 159.703 157.638 158.978 157.669C158.049 157.577 157.137 157.355 156.269 157.01C155.158 156.57 153.986 156.306 152.794 156.227C151.555 156.227 149.972 156.734 149.462 159.311C149.314 159.817 149.285 160.351 149.379 160.87C149.472 161.39 149.684 161.881 149.998 162.305C150.701 163.156 151.944 163.569 153.682 163.569C154.664 163.547 155.644 163.466 156.617 163.327C157.073 163.259 157.53 163.213 157.988 163.191C158.555 163.191 158.831 163.429 159.424 164.004C160.269 164.924 161.335 165.611 162.522 165.999L162.899 166.128C164.865 166.877 166.932 167.33 169.031 167.471H169.057C169.683 167.519 170.313 167.43 170.901 167.21C171.489 166.993 172.022 166.648 172.461 166.199C172.879 165.638 173.17 164.992 173.315 164.307C173.455 163.619 173.442 162.908 173.277 162.225C172.778 158.781 170.255 157.067 165.755 157.067Z" fill="var(--sapContent_Illustrative_Color6)"/>
21
+ <path d="M204.376 185.225C201.98 185.237 199.602 185.637 197.334 186.41C196.555 186.701 195.738 186.882 194.909 186.948C194.366 186.944 193.838 186.77 193.398 186.452C192.525 185.725 191.871 184.77 191.509 183.693C190.693 181.876 189.681 179.609 186.22 179.609H185.465C184.013 179.613 182.575 179.328 181.233 178.772C179.896 178.216 178.682 177.397 177.663 176.365C177.166 175.837 176.564 175.418 175.895 175.135C175.226 174.854 174.506 174.716 173.78 174.73C172.65 174.777 171.531 174.972 170.452 175.309C169.652 175.56 168.825 175.713 167.989 175.767C166.801 175.711 165.646 175.361 164.626 174.749C163.609 174.14 162.755 173.29 162.141 172.274C161.895 171.771 161.23 170.457 159.987 170.457C159.001 170.457 158.098 171.233 156.806 173.137C156.61 173.466 156.429 173.75 156.262 174.004C156.001 174.46 155.693 174.889 155.344 175.283C154.603 174.664 153.957 173.939 153.429 173.129C153.002 172.558 152.594 172.013 152.216 171.483C149.882 168.379 148.234 166.086 146.417 165.219C145.837 164.939 145.237 164.7 144.623 164.504C143.418 164.125 142.534 163.804 142.02 162.774C141.85 162.332 141.759 161.863 141.752 161.389C141.589 159.345 141.06 157.513 136.463 157.513C134.922 157.513 133.905 157.192 133.614 156.647C133.237 155.89 133.769 154.376 135.269 152.139C136.429 150.296 137.74 149.433 139.047 149.433C140.131 149.433 141.314 150.061 142.575 151.325C144.491 153.237 146.391 154.205 148.219 154.205C149.016 154.187 149.8 154.005 150.524 153.672C151.242 153.34 151.884 152.864 152.413 152.275C154.449 150.277 155.473 148.218 156.47 144.221C157.509 140.058 159.356 135.206 164.403 134.339C165.537 134.15 166.67 134.002 167.724 133.855C172.178 133.242 175.707 132.746 177.441 130.15C179.919 126.437 181.131 120.415 176.375 115.665C173.845 112.987 170.37 111.407 166.693 111.26C164.977 111.29 163.289 111.707 161.755 112.478C160.224 113.249 158.886 114.357 157.841 115.718C155.295 118.773 153.308 120.805 151.827 120.805C150.921 120.683 150.099 120.21 149.538 119.488C149.119 118.985 148.817 118.396 148.654 117.762C148.492 117.127 148.475 116.463 148.605 115.82C148.715 115.062 149.01 114.342 149.462 113.724C149.916 113.103 150.513 112.603 151.204 112.266C152.494 111.763 153.879 111.548 155.261 111.634C157.955 111.574 161.015 111.513 163.059 108.111C164.109 106.366 164.358 104.799 163.814 103.448C163.492 102.793 163.035 102.213 162.473 101.749C161.912 101.28 161.175 100.651 160.471 100.456H160.127C149.258 101.971 139.032 106.509 130.248 113.099C121.474 119.673 114.515 128.376 110.026 138.389C109.898 138.65 106.785 144.948 107.808 149.032C108.392 151.108 109.627 152.942 111.329 154.262C113.034 155.586 115.116 156.33 117.272 156.386C120.887 156.386 123.339 157.252 125.073 161.578C127 166.389 131.665 169.424 135.133 170.575C135.609 170.73 136.085 170.862 136.554 170.991C138.847 171.631 140.822 172.176 142.266 175.794C142.71 177.16 143.599 178.338 144.789 179.14C145.988 179.935 147.416 180.309 148.85 180.203H150.981C151.823 180.245 152.976 180.317 153.304 180.911C153.493 181.267 153.727 182.425 151.906 185.593C147.887 192.617 148.884 195.777 150.913 199.789C152.077 202.151 153.78 204.205 155.885 205.784C158.002 207.363 160.461 208.419 163.062 208.865C163.618 208.911 164.154 209.093 164.622 209.395C165.095 209.694 165.485 210.108 165.756 210.599C166.821 212.699 165.756 216.378 164.362 219.126C163.702 220.416 162.917 221.64 162.02 222.778C161.128 223.981 160.425 224.909 160.425 226.241C160.515 227.851 160.859 229.436 161.445 230.938L161.638 231.411L162.148 231.475C164.588 231.758 167.176 232.044 169.632 232.039C170.765 232.039 171.857 232.013 172.949 232.005L176.009 231.846L173.172 230.223C173.111 230.192 171.77 229.424 171.77 226.283C171.77 225.306 173.746 224.262 179.284 224.262H181.502C182.485 224.187 183.4 223.731 184.052 222.99L184.501 222.433C186.511 219.917 191.35 214.016 193.447 212.623C194.375 212.03 195.397 211.597 196.469 211.344C198.281 210.943 199.938 210.023 201.237 208.695C201.879 208.078 202.393 207.34 202.748 206.522C203.103 205.703 203.291 204.82 203.299 203.926C203.302 202.861 203.603 201.819 204.168 200.917C204.92 199.921 205.877 199.1 206.975 198.51C208.415 197.647 210.149 196.546 211.014 194.184C212.211 190.993 212.351 188.984 211.282 187.462C210.213 185.941 208.067 185.225 204.376 185.225Z" fill="var(--sapContent_Illustrative_Color6)"/>
22
+ <path d="M173.03 107.861C174.29 108.249 175.606 108.426 176.925 108.383C177.756 108.383 178.269 108.383 178.481 108.602C178.779 109.015 178.998 109.48 179.127 109.973C179.565 111.187 180.105 112.686 181.609 113.409C182.836 113.911 184.153 114.149 185.478 114.109C186.671 114.109 189.633 113.939 191.31 112.323C194.737 109.023 189.835 102.787 189.62 102.538L189.461 102.352L189.215 102.276C183.015 100.334 176.269 99.5762 169.773 99.625H168.383L168.549 100.601C168.663 101.234 169.728 106.801 173.03 107.861Z" fill="var(--sapContent_Illustrative_Color6)"/>
23
+ <path d="M228.313 151.534C230.296 147.749 230.047 143.639 227.618 139.68C223.043 132.254 212.099 127.27 204.739 127.27C200.149 127.27 197.048 129.113 195.998 132.432C195.095 135.126 194.872 138.002 195.348 140.804C195.824 143.61 196.984 146.254 198.725 148.502C202.881 154.089 210.187 157.843 216.923 157.843C222.163 157.843 226.197 155.602 228.313 151.534Z" fill="var(--sapContent_Illustrative_Color6)"/>
24
+ <path d="M165.755 157.067C164.211 157.096 162.671 157.223 161.143 157.446C160.426 157.563 159.703 157.638 158.978 157.669C158.049 157.577 157.137 157.355 156.269 157.01C155.158 156.571 153.986 156.306 152.794 156.227C151.555 156.227 149.972 156.734 149.462 159.311C149.314 159.818 149.285 160.352 149.379 160.871C149.472 161.39 149.684 161.881 149.998 162.305C150.701 163.157 151.944 163.569 153.682 163.569C154.664 163.547 155.644 163.466 156.617 163.327C157.073 163.259 157.53 163.214 157.988 163.191C158.555 163.191 158.831 163.429 159.424 164.005C160.269 164.925 161.335 165.612 162.522 165.999L162.899 166.128C164.865 166.877 166.932 167.33 169.031 167.471H169.057C169.683 167.52 170.313 167.431 170.901 167.21C171.489 166.993 172.022 166.648 172.461 166.2C172.879 165.638 173.17 164.992 173.315 164.307C173.455 163.619 173.442 162.908 173.277 162.226C172.778 158.782 170.255 157.067 165.755 157.067Z" fill="var(--sapContent_Illustrative_Color6)"/>
25
+ <path d="M173.03 107.861C174.29 108.249 175.606 108.426 176.925 108.383C177.756 108.383 178.269 108.383 178.481 108.602C178.779 109.015 178.998 109.48 179.127 109.973C179.565 111.187 180.105 112.686 181.609 113.409C182.836 113.911 184.153 114.149 185.478 114.109C186.671 114.109 189.633 113.939 191.31 112.323C194.737 109.023 189.835 102.787 189.62 102.538L189.461 102.352L189.215 102.276C183.015 100.334 176.269 99.5762 169.773 99.625H168.383L168.549 100.601C168.663 101.234 169.728 106.801 173.03 107.861Z" fill="var(--sapContent_Illustrative_Color6)"/>
26
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M156.622 222.57C193.177 222.57 222.81 192.937 222.81 156.382C222.81 136.682 214.204 118.992 200.545 106.868C221.99 117.818 236.673 140.12 236.673 165.851C236.673 202.406 207.04 232.039 170.485 232.039C153.631 232.039 138.247 225.74 126.562 215.366C135.582 219.972 145.799 222.57 156.622 222.57Z" fill="var(--sapContent_Illustrative_Color5)"/>
27
+ <path d="M142.593 65.9634C128.579 65.9634 117.244 77.2978 117.244 91.312C117.244 110.323 142.593 138.388 142.593 138.388C142.593 138.388 167.941 110.323 167.941 91.312C167.941 77.2978 156.607 65.9634 142.593 65.9634ZM142.593 100.365C137.595 100.365 133.54 96.3093 133.54 91.312C133.54 86.3147 137.595 82.2589 142.593 82.2589C147.59 82.2589 151.646 86.3147 151.646 91.312C151.646 96.3093 147.59 100.365 142.593 100.365Z" fill="var(--sapContent_Illustrative_Color1)"/>
28
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.5259 85.4103C39.485 85.3358 40.4542 85.2979 41.4319 85.2979H42.2474C42.5481 85.2979 42.8282 85.3863 43.063 85.5387C43.2977 85.3863 43.5778 85.2979 43.8785 85.2979H44.694C45.5224 85.2979 46.194 85.9694 46.194 86.7979C46.194 87.6263 45.5224 88.2979 44.694 88.2979H43.8785C43.5778 88.2979 43.2977 88.2094 43.063 88.057C42.8282 88.2094 42.5481 88.2979 42.2474 88.2979H41.4319C40.5318 88.2979 39.6402 88.3328 38.7582 88.4013C37.9323 88.4655 37.2107 87.8479 37.1466 87.022C37.0824 86.196 37.6999 85.4745 38.5259 85.4103ZM34.5945 87.4228C34.7873 88.2285 34.2904 89.0379 33.4847 89.2307C31.7364 89.649 30.0406 90.2022 28.4088 90.8789C27.6436 91.1963 26.766 90.8332 26.4486 90.0679C26.1313 89.3027 26.4944 88.4251 27.2596 88.1077C29.0364 87.371 30.883 86.7685 32.7867 86.313C33.5924 86.1203 34.4018 86.6171 34.5945 87.4228ZM24.1474 91.2429C24.5809 91.9489 24.36 92.8726 23.6541 93.3061C22.1316 94.2411 20.6881 95.2926 19.3362 96.4484C18.7065 96.9867 17.7596 96.9126 17.2213 96.2829C16.683 95.6532 16.7571 94.7064 17.3868 94.1681C18.8572 92.911 20.4275 91.767 22.0842 90.7497C22.7902 90.3162 23.7139 90.537 24.1474 91.2429ZM15.3943 98.11C16.0239 98.6483 16.098 99.5952 15.5597 100.225C14.4039 101.577 13.3524 103.02 12.4174 104.543C11.9839 105.249 11.0602 105.47 10.3543 105.036C9.64833 104.603 9.42748 103.679 9.86099 102.973C10.8784 101.316 12.0223 99.7459 13.2794 98.2754C13.8177 97.6458 14.7646 97.5717 15.3943 98.11ZM9.17924 107.337C9.94448 107.655 10.3076 108.532 9.99025 109.297C9.31357 110.929 8.76029 112.625 8.342 114.373C8.14924 115.179 7.33983 115.676 6.53414 115.483C5.72845 115.29 5.23158 114.481 5.42434 113.675C5.87981 111.772 6.48229 109.925 7.21907 108.148C7.5364 107.383 8.414 107.02 9.17924 107.337ZM6.1333 118.035C6.95924 118.099 7.57678 118.821 7.51261 119.647C7.4441 120.529 7.40918 121.42 7.40918 122.321C7.40918 123.221 7.4441 124.112 7.51261 124.994C7.57678 125.82 6.95924 126.542 6.1333 126.606C5.30736 126.67 4.58579 126.053 4.52163 125.227C4.44711 124.267 4.40918 123.298 4.40918 122.321C4.40918 121.343 4.44711 120.374 4.52163 119.415C4.58579 118.589 5.30736 117.971 6.1333 118.035ZM6.53415 129.158C7.33983 128.965 8.14924 129.462 8.342 130.268C8.76029 132.016 9.31357 133.712 9.99025 135.344C10.3076 136.109 9.94448 136.986 9.17924 137.304C8.414 137.621 7.53641 137.258 7.21907 136.493C6.48229 134.716 5.87981 132.869 5.42435 130.966C5.23158 130.16 5.72846 129.351 6.53415 129.158ZM10.3543 139.605C11.0602 139.172 11.9839 139.392 12.4174 140.098C13.3524 141.621 14.4039 143.064 15.5597 144.416C16.098 145.046 16.0239 145.993 15.3943 146.531C14.7646 147.069 13.8177 146.995 13.2794 146.366C12.0223 144.895 10.8784 143.325 9.861 141.668C9.42748 140.962 9.64833 140.039 10.3543 139.605ZM17.2213 148.358C17.7596 147.729 18.7065 147.654 19.3362 148.193C20.6881 149.349 22.1316 150.4 23.6541 151.335C24.36 151.769 24.5809 152.692 24.1474 153.398C23.7139 154.104 22.7902 154.325 22.0842 153.891C20.4275 152.874 18.8572 151.73 17.3868 150.473C16.7571 149.935 16.683 148.988 17.2213 148.358ZM26.4486 154.573C26.766 153.808 27.6436 153.445 28.4088 153.762C30.0406 154.439 31.7364 154.992 33.4847 155.41C34.2904 155.603 34.7873 156.413 34.5945 157.218C34.4018 158.024 33.5924 158.521 32.7867 158.328C30.883 157.873 29.0364 157.27 27.2597 156.533C26.4944 156.216 26.1313 155.338 26.4486 154.573ZM37.1466 157.619C37.2107 156.793 37.9323 156.176 38.7582 156.24C39.6402 156.308 40.5318 156.343 41.4319 156.343H44.5191C45.3476 156.343 46.0191 157.015 46.0191 157.843C46.0191 158.672 45.3476 159.343 44.5191 159.343H41.4319C40.4542 159.343 39.485 159.305 38.5259 159.231C37.6999 159.167 37.0824 158.445 37.1466 157.619ZM49.1936 157.843C49.1936 157.015 49.8652 156.343 50.6936 156.343H56.8681C57.6965 156.343 58.3681 157.015 58.3681 157.843C58.3681 158.672 57.6965 159.343 56.8681 159.343H50.6936C49.8652 159.343 49.1936 158.672 49.1936 157.843ZM61.5426 157.843C61.5426 157.015 62.2141 156.343 63.0426 156.343H69.217C70.0454 156.343 70.717 157.015 70.717 157.843C70.717 158.672 70.0454 159.343 69.217 159.343H63.0426C62.2141 159.343 61.5426 158.672 61.5426 157.843ZM73.8915 157.843C73.8915 157.015 74.5631 156.343 75.3915 156.343H81.566C82.3944 156.343 83.066 157.015 83.066 157.843C83.066 158.672 82.3944 159.343 81.566 159.343H75.3915C74.5631 159.343 73.8915 158.672 73.8915 157.843ZM86.2404 157.843C86.2404 157.015 86.912 156.343 87.7404 156.343H93.9149C94.7433 156.343 95.4149 157.015 95.4149 157.843C95.4149 158.672 94.7433 159.343 93.9149 159.343H87.7404C86.912 159.343 86.2404 158.672 86.2404 157.843ZM98.5894 157.843C98.5894 157.015 99.261 156.343 100.089 156.343H106.264C107.092 156.343 107.764 157.015 107.764 157.843C107.764 158.672 107.092 159.343 106.264 159.343H100.089C99.261 159.343 98.5894 158.672 98.5894 157.843ZM110.938 157.843C110.938 157.015 111.61 156.343 112.438 156.343H118.613C119.441 156.343 120.113 157.015 120.113 157.843C120.113 158.672 119.441 159.343 118.613 159.343H112.438C111.61 159.343 110.938 158.672 110.938 157.843ZM123.287 157.843C123.287 157.015 123.959 156.343 124.787 156.343H127.875C128.703 156.343 129.375 157.015 129.375 157.843C129.375 158.672 128.703 159.343 127.875 159.343H124.787C123.959 159.343 123.287 158.672 123.287 157.843Z" fill="var(--sapContent_Illustrative_Color4)"/>
29
+ </svg>
30
+ `;
@@ -0,0 +1,21 @@
1
+ export default `<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Secrets-alternate">
2
+ <path d="M130.353 145.031H33.9438C26.3845 145.031 19.1348 148.034 13.7895 153.379C8.44429 158.725 5.44141 165.974 5.44141 173.534C5.44141 181.093 8.44429 188.343 13.7895 193.688C19.1348 199.033 26.3845 202.036 33.9438 202.036H130.393C137.952 202.036 145.202 199.033 150.547 193.688C155.892 188.343 158.895 181.093 158.895 173.534C158.895 165.974 155.892 158.725 150.547 153.379C145.202 148.034 137.952 145.031 130.393 145.031H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.474 173.324H69.0149C61.5493 173.464 54.4366 176.528 49.2063 181.857C43.9761 187.186 41.0459 194.354 41.0459 201.821C41.0459 209.288 43.9761 216.457 49.2063 221.786C54.4366 227.115 61.5493 230.179 69.0149 230.319H165.474C172.939 230.179 180.052 227.115 185.282 221.786C190.513 216.457 193.443 209.288 193.443 201.821C193.443 194.354 190.513 187.186 185.282 181.857C180.052 176.528 172.939 173.464 165.474 173.324Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.964 94.5055H194.515C190.728 94.4346 186.965 95.1193 183.445 96.5196C179.926 97.9199 176.721 100.008 174.017 102.661C171.314 105.314 169.166 108.48 167.7 111.972C166.235 115.465 165.479 119.215 165.479 123.003C165.479 126.791 166.235 130.541 167.7 134.033C169.166 137.526 171.314 140.692 174.017 143.345C176.721 145.998 179.926 148.086 183.445 149.486C186.965 150.886 190.728 151.571 194.515 151.5H290.964C294.752 151.571 298.515 150.886 302.034 149.486C305.554 148.086 308.759 145.998 311.463 143.345C314.166 140.692 316.313 137.526 317.779 134.033C319.245 130.541 320 126.791 320 123.003C320 119.215 319.245 115.465 317.779 111.972C316.313 108.48 314.166 105.314 311.463 102.661C308.759 100.008 305.554 97.9199 302.034 96.5196C298.515 95.1193 294.752 94.4346 290.964 94.5055Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 42.4724H37.767C27.7505 42.4724 18.1444 46.4514 11.0617 53.5341C3.979 60.6168 0 70.2229 0 80.2394C0 90.2558 3.979 99.8619 11.0617 106.945C18.1444 114.027 27.7505 118.006 37.767 118.006H219.084C229.101 118.006 238.707 114.027 245.789 106.945C252.872 99.8619 256.851 90.2558 256.851 80.2394C256.851 70.2229 252.872 60.6168 245.789 53.5341C238.707 46.4514 229.101 42.4724 219.084 42.4724Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <circle cx="149.7" cy="157.757" r="20.3549" fill="var(--sapContent_Illustrative_Color5)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M140.593 114.158L130.557 63.1356C127.52 47.6914 112.537 37.634 97.0927 40.6718C81.6486 43.7096 71.5912 58.6922 74.6289 74.1364L84.6647 125.159C87.7025 140.603 102.685 150.66 118.129 147.623C133.573 144.585 143.631 129.602 140.593 114.158ZM94.1978 25.9538C70.6251 30.5904 55.2743 53.4586 59.9109 77.0313L69.9467 128.054C74.5833 151.626 97.4515 166.977 121.024 162.341C144.597 157.704 159.948 134.836 155.311 111.263L145.275 60.2407C140.639 36.6679 117.771 21.3172 94.1978 25.9538Z" fill="var(--sapContent_Illustrative_Color5)"/>
8
+ <path d="M179.728 142.131C186.283 175.458 164.58 207.789 131.253 214.344C97.9262 220.899 65.5953 199.197 59.0401 165.87C52.4849 132.543 74.1877 100.212 107.515 93.6566C140.842 87.1014 173.172 108.804 179.728 142.131Z" fill="var(--sapContent_Illustrative_Color8)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M182.67 141.552C189.545 176.505 166.784 210.413 131.831 217.288C96.8786 224.163 62.9707 201.401 56.0957 166.449C49.2207 131.496 71.9822 97.5881 106.935 90.7131C141.887 83.8382 175.795 106.6 182.67 141.552ZM131.252 214.344C164.579 207.789 186.282 175.458 179.727 142.131C173.172 108.804 140.841 87.1015 107.514 93.6567C74.1869 100.212 52.4841 132.543 59.0393 165.87C65.5945 199.197 97.9254 220.899 131.252 214.344Z" fill="var(--sapContent_Illustrative_Color4)"/>
10
+ <circle cx="119.383" cy="154" r="43.5" transform="rotate(-11.1277 119.383 154)" fill="var(--sapContent_Illustrative_Color6)"/>
11
+ <path d="M99.3583 159.748C97.0661 148.097 104.653 136.794 116.304 134.502L224.235 113.268C235.885 110.976 247.188 118.562 249.481 130.213C251.773 141.864 244.186 153.167 232.535 155.459L124.604 176.693C112.953 178.985 101.65 171.399 99.3583 159.748Z" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M115.725 131.558L223.656 110.324C236.932 107.712 249.812 116.358 252.424 129.634C255.036 142.911 246.391 155.791 233.115 158.403L125.183 179.637C111.907 182.249 99.0269 173.603 96.4149 160.327C93.803 147.05 102.448 134.17 115.725 131.558ZM116.304 134.502C104.653 136.794 97.0664 148.097 99.3585 159.748C101.651 171.398 112.954 178.985 124.604 176.693L232.535 155.459C244.186 153.167 251.773 141.864 249.481 130.213C247.189 118.562 235.886 110.976 224.235 113.268L116.304 134.502Z" fill="var(--sapContent_Illustrative_Color4)"/>
13
+ <path d="M141.748 149.265L140.47 147.044C140.11 146.42 139.305 146.223 138.698 146.607L138.697 146.607L138.697 146.607L133.195 150.101C133.045 150.196 132.848 150.106 132.821 149.932L131.774 143.137C131.664 142.427 130.985 141.953 130.282 142.091L127.865 142.565L127.865 142.565C127.164 142.702 126.715 143.391 126.877 144.088L126.877 144.089L128.438 150.841C128.478 151.014 128.326 151.171 128.153 151.137L121.67 149.898C121.67 149.898 121.67 149.898 121.669 149.898C120.954 149.761 120.274 150.255 120.179 150.974L120.178 150.974L119.839 153.566C119.744 154.292 120.284 154.946 121.015 154.991L127.701 155.401L127.701 155.401C127.876 155.413 127.983 155.598 127.906 155.754L127.906 155.754L124.688 162.331L124.688 162.331C124.357 163.006 124.685 163.817 125.389 164.074L125.389 164.073L127.794 164.954L127.794 164.954L127.794 164.954C128.448 165.193 129.174 164.857 129.414 164.202L129.414 164.201L131.79 157.714C131.853 157.539 132.081 157.497 132.204 157.636L136.735 162.799L136.735 162.799L136.735 162.8C137.201 163.329 138.01 163.375 138.532 162.901L138.533 162.901L140.425 161.183C140.425 161.183 140.425 161.182 140.426 161.182C140.977 160.682 140.977 159.816 140.428 159.315L140.428 159.315L135.01 154.366C134.882 154.248 134.913 154.038 135.07 153.963L135.07 153.963L141.196 151.035L141.197 151.035C141.861 150.718 142.115 149.903 141.748 149.265L141.748 149.265Z" fill="var(--sapContent_Illustrative_Color3)"/>
14
+ <path d="M170.351 143.638L169.073 141.416C168.714 140.792 167.908 140.596 167.301 140.979L167.301 140.979L167.3 140.98L161.798 144.473C161.649 144.568 161.452 144.479 161.425 144.304L160.377 137.51C160.267 136.799 159.589 136.325 158.886 136.463L156.468 136.937L156.468 136.937C155.768 137.074 155.318 137.764 155.48 138.461L155.48 138.462L157.041 145.214C157.081 145.386 156.93 145.543 156.757 145.51L150.274 144.271C150.274 144.271 150.273 144.271 150.273 144.271C149.558 144.133 148.877 144.627 148.782 145.347L148.782 145.347L148.442 147.939C148.348 148.665 148.888 149.319 149.619 149.364L156.304 149.774L156.305 149.774C156.48 149.785 156.587 149.97 156.51 150.126L156.51 150.127L153.291 156.704L153.291 156.704C152.961 157.379 153.288 158.189 153.992 158.446L153.992 158.446L156.397 159.327L156.398 159.327L156.398 159.327C157.052 159.565 157.778 159.23 158.017 158.574L158.017 158.574L160.393 152.086C160.457 151.912 160.685 151.869 160.808 152.008L165.338 157.172L165.338 157.172L165.339 157.172C165.804 157.702 166.613 157.748 167.136 157.274L167.136 157.274L169.029 155.555C169.029 155.555 169.029 155.555 169.029 155.555C169.581 155.055 169.58 154.189 169.031 153.688L169.031 153.687L163.613 148.738C163.485 148.621 163.516 148.411 163.673 148.335L163.673 148.335L169.8 145.407L169.8 145.407C170.465 145.09 170.718 144.276 170.351 143.638L170.351 143.638Z" fill="var(--sapContent_Illustrative_Color3)"/>
15
+ <path d="M198.974 138.007L197.696 135.785C197.337 135.161 196.531 134.965 195.924 135.348L195.924 135.348L195.923 135.349L190.421 138.842C190.272 138.937 190.075 138.848 190.048 138.673L189 131.879C188.891 131.168 188.212 130.694 187.509 130.832L185.091 131.306L185.091 131.306C184.391 131.443 183.941 132.133 184.103 132.83L184.103 132.831L185.664 139.583C185.704 139.755 185.553 139.912 185.38 139.879L178.897 138.64C178.897 138.64 178.896 138.64 178.896 138.64C178.181 138.502 177.5 138.996 177.405 139.716L177.405 139.716L177.066 142.308C176.971 143.033 177.511 143.688 178.242 143.733L184.927 144.143L184.928 144.143C185.103 144.154 185.21 144.339 185.133 144.495L185.133 144.495L181.914 151.073L181.914 151.073C181.584 151.747 181.911 152.558 182.615 152.815L182.615 152.815L185.02 153.696L185.021 153.695L185.021 153.696C185.675 153.934 186.401 153.599 186.64 152.943L186.64 152.943L189.016 146.455C189.08 146.281 189.308 146.238 189.431 146.377L193.961 151.541L193.961 151.54L193.962 151.541C194.427 152.071 195.236 152.117 195.759 151.643L195.759 151.643L197.652 149.924C197.652 149.924 197.652 149.924 197.652 149.924C198.204 149.424 198.203 148.557 197.654 148.057L197.654 148.056L192.236 143.107C192.108 142.99 192.139 142.78 192.296 142.704L192.297 142.704L198.423 139.776L198.423 139.776C199.088 139.459 199.341 138.645 198.975 138.006L198.974 138.007Z" fill="var(--sapContent_Illustrative_Color3)"/>
16
+ <path d="M227.597 132.376L226.319 130.154C225.96 129.53 225.154 129.334 224.547 129.717L224.547 129.717L224.546 129.718L219.044 133.211C218.895 133.306 218.698 133.217 218.671 133.042L217.623 126.248C217.514 125.537 216.835 125.063 216.132 125.201L213.715 125.675L213.714 125.675C213.014 125.812 212.564 126.501 212.726 127.199L212.727 127.2L214.287 133.952C214.327 134.124 214.176 134.281 214.003 134.248L207.52 133.009C207.52 133.009 207.519 133.008 207.519 133.009C206.804 132.871 206.123 133.365 206.028 134.084L206.028 134.085L205.689 136.676C205.594 137.402 206.134 138.057 206.865 138.101L213.551 138.512L213.551 138.512C213.726 138.523 213.833 138.708 213.756 138.864L213.756 138.864L210.537 145.442L210.537 145.442C210.207 146.116 210.534 146.927 211.238 147.184L211.238 147.184L213.643 148.064L213.644 148.064L213.644 148.065C214.298 148.303 215.024 147.968 215.264 147.312L215.263 147.312L217.639 140.824C217.703 140.65 217.931 140.607 218.054 140.746L222.584 145.909L222.584 145.909L222.585 145.91C223.05 146.44 223.859 146.486 224.382 146.012L224.382 146.011L226.275 144.293C226.275 144.293 226.275 144.293 226.275 144.293C226.827 143.793 226.826 142.926 226.278 142.426L226.277 142.425L220.859 137.476C220.732 137.359 220.762 137.149 220.919 137.073L220.92 137.073L227.046 134.145L227.047 134.145C227.711 133.828 227.964 133.014 227.598 132.375L227.597 132.376Z" fill="var(--sapContent_Illustrative_Color3)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M227.917 56.2098C229.536 52.3884 227.75 47.9785 223.929 46.3601C220.107 44.7417 215.697 46.5276 214.079 50.349C212.461 54.1704 214.246 58.5803 218.068 60.1987C221.889 61.8171 226.299 60.0312 227.917 56.2098ZM237.394 60.223C241.229 51.1681 236.997 40.7188 227.942 36.884C218.887 33.0491 208.438 37.2808 204.603 46.3358C200.768 55.3907 205 65.84 214.055 69.6748C223.11 73.5097 233.559 69.278 237.394 60.223Z" fill="var(--sapContent_Illustrative_Color2)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M232.584 58.2361C233.692 55.6194 236.712 54.3964 239.329 55.5047L269.17 68.1427C271.787 69.2509 273.01 72.2706 271.901 74.8874C270.793 77.5042 267.774 78.7271 265.157 77.6188L235.316 64.9808C232.699 63.8726 231.476 60.8529 232.584 58.2361Z" fill="var(--sapContent_Illustrative_Color2)"/>
19
+ <rect x="249.637" y="65.4077" width="14.6003" height="16.7369" transform="rotate(-67.0469 249.637 65.4077)" fill="var(--sapContent_Illustrative_Color2)"/>
20
+ </svg>
21
+ `;
@@ -0,0 +1,20 @@
1
+ export default `<svg width="320" height="241" viewBox="0 0 320 241" id="tnt-Scene-Services-alternate">
2
+ <path fill="var(--sapContent_Illustrative_Color7)" d="M130.352 144.682H33.943a28.504 28.504 0 0 0 0 57.005h96.449a28.505 28.505 0 0 0 28.503-28.502 28.505 28.505 0 0 0-28.503-28.503h-.04Z" />
3
+ <path fill="var(--sapContent_Illustrative_Color7)" d="M165.474 172.975h-96.46a28.504 28.504 0 0 0-19.808 48.462 28.504 28.504 0 0 0 19.809 8.533h96.459a28.504 28.504 0 0 0 0-56.995Zm125.49-78.818h-96.449a28.504 28.504 0 0 0-20.498 48.839 28.492 28.492 0 0 0 20.498 8.155h96.449a28.492 28.492 0 0 0 26.815-17.466 28.504 28.504 0 0 0-26.815-39.528Z" />
4
+ <path fill="var(--sapContent_Illustrative_Color7)" d="M219.084 42.123H37.767A37.767 37.767 0 0 0 0 79.892a37.768 37.768 0 0 0 37.767 37.766h181.317a37.766 37.766 0 0 0 37.767-37.766 37.766 37.766 0 0 0-37.767-37.768Z" />
5
+ <path fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M154.36 47.484a3 3 0 0 1 4.155.856l81.344 123.563a3 3 0 0 1-5.011 3.3L153.504 51.64a3 3 0 0 1 .856-4.156Z" clip-rule="evenodd"/>
6
+ <rect width="82.566" height="30.529" x="104.415" y="50.701" fill="var(--sapContent_Illustrative_Color2)" rx="2" transform="rotate(-33.358 104.415 50.701)"/>
7
+ <rect width="82.566" height="30.529" x="123.974" y="80.412" fill="var(--sapContent_Illustrative_Color2)" rx="2" transform="rotate(-33.358 123.974 80.412)"/>
8
+ <rect width="82.566" height="30.529" x="179.209" y="164.315" fill="var(--sapContent_Illustrative_Color2)" rx="2" transform="rotate(-33.358 179.209 164.315)"/>
9
+ <rect width="82.566" height="30.529" x="198.769" y="194.027" fill="var(--sapContent_Illustrative_Color2)" rx="2" transform="rotate(-33.358 198.769 194.027)"/>
10
+ <path fill="var(--sapContent_Illustrative_Color5)" d="m131.393 141.235 14.162-9.323 11.65 17.698-14.16 9.323z" class="sapContent_Illustrative_Color5"/>
11
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M136.75 123.031a5.001 5.001 0 0 1 1.427-6.926l81.933-53.938a5 5 0 0 1 6.925 1.427l25.133 38.178a5 5 0 0 1-1.427 6.925l-81.932 53.938a5 5 0 0 1-6.926-1.427l-25.133-38.177Z" class="sapContent_Illustrative_Color8"/>
12
+ <path fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="m221.759 64.673-81.932 53.938a2 2 0 0 0-.571 2.77l25.133 38.177a1.999 1.999 0 0 0 2.77.571l81.932-53.937a2 2 0 0 0 .571-2.771l-25.133-38.177a2 2 0 0 0-2.77-.57Zm-83.582 51.432a5.001 5.001 0 0 0-1.427 6.926l25.133 38.177a5 5 0 0 0 6.926 1.427l81.932-53.938a5 5 0 0 0 1.427-6.925l-25.133-38.178a5 5 0 0 0-6.925-1.427l-81.933 53.938Zm-63.523 75.186a1.5 1.5 0 0 1 .428-2.078l52.367-34.474a1.5 1.5 0 1 1 1.65 2.506l-52.367 34.474a1.5 1.5 0 0 1-2.078-.428Z" clip-rule="evenodd"/>
13
+ <path fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M99.437 142.115a1.5 1.5 0 0 1 .85 1.944l-16.06 41.045a1.5 1.5 0 0 1-2.794-1.093l16.06-41.046a1.5 1.5 0 0 1 1.944-.85Z" clip-rule="evenodd"/>
14
+ <path fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M129.692 188.073a1.499 1.499 0 0 0-1.449-1.549l-44.05-1.473a1.5 1.5 0 1 0-.1 2.998l44.05 1.473a1.5 1.5 0 0 0 1.549-1.449Z" clip-rule="evenodd"/>
15
+ <path fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" d="M132.461 201.1c.95 1.443 2.931 1.795 4.211.635 13.917-12.601 15.996-35.433 4.072-53.546s-33.718-25.228-50.794-17.426c-1.572.718-2.032 2.676-1.082 4.119l43.593 66.218Z" clip-rule="evenodd"/>
16
+ <path fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M134.876 199.313c12.453-11.495 14.545-32.487 3.362-49.474-11.183-16.987-31.292-23.363-46.773-16.469l43.411 65.943Zm1.796 2.422c-1.28 1.16-3.261.808-4.211-.635l-43.593-66.218c-.95-1.443-.49-3.401 1.082-4.119 17.076-7.802 38.87-.687 50.794 17.426s9.845 40.945-4.072 53.546Z" clip-rule="evenodd"/>
17
+ <circle cx="77.409" cy="189.883" r="6.036" fill="var(--sapContent_Illustrative_Color9)" transform="rotate(-33.358 77.41 189.883)"/>
18
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M42.102 74.855c.323-5.371 1.494-9.365 2.878-9.358 1.384.007 2.541 4.022 2.837 9.42 5.392.372 9.4 1.577 9.386 2.968-.014 1.39-4.029 2.5-9.407 2.754-.323 5.371-1.487 9.365-2.871 9.358-1.384-.007-2.541-4.021-2.837-9.42-5.392-.371-9.4-1.577-9.386-2.968.014-1.39 4.029-2.506 9.4-2.754Zm23.662 27.376c.213-3.608.998-6.293 1.928-6.293.93 0 1.708 2.706 1.907 6.335 3.63.247 6.322 1.06 6.308 1.99-.014.929-2.706 1.68-6.314 1.845-.22 3.615-1.006 6.301-1.935 6.294-.93-.007-1.708-2.706-1.908-6.335-3.622-.248-6.314-1.054-6.307-1.99.007-.937 2.706-1.68 6.32-1.846ZM278.198 57.48c-.214-3.608-.999-6.293-1.928-6.293-.93 0-1.708 2.706-1.908 6.335-3.628.248-6.321 1.06-6.307 1.99.014.93 2.706 1.68 6.314 1.845.221 3.615 1.006 6.301 1.935 6.294.93-.007 1.708-2.706 1.908-6.335 3.622-.248 6.314-1.054 6.307-1.99-.007-.937-2.706-1.68-6.321-1.846Z" class="sapContent_Illustrative_Color3"/>
19
+ </svg>
20
+ `;
@@ -0,0 +1,18 @@
1
+ export default `<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-SessionExpired-alternate">
2
+ <path d="M130.352 144.918H33.9433C26.384 144.918 19.1343 147.921 13.789 153.267C8.4438 158.612 5.44092 165.862 5.44092 173.421C5.44092 180.98 8.4438 188.23 13.789 193.575C19.1343 198.92 26.384 201.923 33.9433 201.923H130.392C137.952 201.923 145.201 198.92 150.547 193.575C155.892 188.23 158.895 180.98 158.895 173.421C158.895 165.862 155.892 158.612 150.547 153.267C145.201 147.921 137.952 144.918 130.392 144.918H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.474 173.211H69.0149C61.5493 173.351 54.4366 176.415 49.2063 181.744C43.9761 187.073 41.0459 194.242 41.0459 201.709C41.0459 209.176 43.9761 216.344 49.2063 221.673C54.4366 227.002 61.5493 230.066 69.0149 230.206H165.474C172.939 230.066 180.052 227.002 185.282 221.673C190.513 216.344 193.443 209.176 193.443 201.709C193.443 194.242 190.513 187.073 185.282 181.744C180.052 176.415 172.939 173.351 165.474 173.211Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.964 94.3927H194.515C190.728 94.3218 186.965 95.0065 183.445 96.4068C179.926 97.8071 176.721 99.8949 174.017 102.548C171.314 105.201 169.166 108.367 167.7 111.86C166.235 115.352 165.479 119.102 165.479 122.89C165.479 126.678 166.235 130.428 167.7 133.921C169.166 137.413 171.314 140.579 174.017 143.232C176.721 145.885 179.926 147.973 183.445 149.373C186.965 150.774 190.728 151.458 194.515 151.388H290.964C294.752 151.458 298.515 150.774 302.034 149.373C305.554 147.973 308.759 145.885 311.463 143.232C314.166 140.579 316.313 137.413 317.779 133.921C319.245 130.428 320 126.678 320 122.89C320 119.102 319.245 115.352 317.779 111.86C316.313 108.367 314.166 105.201 311.463 102.548C308.759 99.8949 305.554 97.8071 302.034 96.4068C298.515 95.0065 294.752 94.3218 290.964 94.3927Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 42.3596H37.767C27.7505 42.3596 18.1444 46.3386 11.0617 53.4213C3.979 60.504 0 70.1102 0 80.1266C0 90.143 3.979 99.7492 11.0617 106.832C18.1444 113.915 27.7505 117.894 37.767 117.894H219.084C229.101 117.894 238.707 113.915 245.789 106.832C252.872 99.7492 256.851 90.143 256.851 80.1266C256.851 70.1102 252.872 60.504 245.789 53.4213C238.707 46.3386 229.101 42.3596 219.084 42.3596Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M198.259 144.744C191.952 140.148 183.617 135.523 172.398 130.433C172.283 130.381 172.17 130.322 172.059 130.263C171.492 129.965 169.596 128.992 167.178 127.142C165.467 125.831 164.811 123.278 165.673 121.303C166.92 118.449 168.141 116.644 168.494 116.109C168.561 116.007 168.629 115.904 168.702 115.807C176.107 105.901 181.187 97.8322 184.482 90.8072C187.546 84.2545 189.083 78.6113 189.589 73.2329C190.404 64.8069 188.636 56.9786 186.181 47.3408C185.908 46.2704 184.818 45.6257 183.748 45.9002L100.886 67.1607C99.8249 67.433 99.1795 68.5091 99.4437 69.5726C101.829 79.1728 104.1 86.8783 108.889 93.9387C111.981 98.394 116.075 102.592 121.915 106.86C128.222 111.457 136.557 116.082 147.776 121.171C147.892 121.223 148.006 121.283 148.119 121.343C148.672 121.634 150.485 122.565 152.811 124.322C154.634 125.699 155.335 128.428 154.406 130.517C153.197 133.237 152.032 134.963 151.685 135.49C151.615 135.596 151.545 135.702 151.469 135.803C144.066 145.707 138.986 153.773 135.692 160.798C132.628 167.349 131.09 172.994 130.586 178.372C129.77 186.798 131.539 194.625 133.994 204.264C134.266 205.334 135.357 205.979 136.426 205.705L219.289 184.444C220.351 184.172 220.996 183.095 220.732 182.032C218.347 172.432 216.076 164.726 211.286 157.666C208.193 153.211 204.1 149.011 198.259 144.744Z" fill="var(--sapContent_Illustrative_Color8)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M184.483 90.8072C181.188 97.8323 176.107 105.901 168.703 115.807C168.629 115.905 168.561 116.007 168.494 116.109C168.481 116.129 168.467 116.15 168.452 116.173C168.051 116.778 166.875 118.554 165.674 121.303C164.811 123.278 165.467 125.831 167.178 127.142C169.507 128.924 171.352 129.892 171.991 130.227C172.015 130.24 172.038 130.252 172.059 130.263C172.171 130.322 172.283 130.381 172.398 130.433C183.617 135.523 191.952 140.148 198.259 144.744C204.1 149.011 208.194 153.211 211.286 157.666C216.076 164.726 218.347 172.432 220.732 182.032C220.996 183.095 220.351 184.172 219.289 184.444L136.427 205.705C135.357 205.979 134.266 205.334 133.994 204.264C131.539 194.625 129.77 186.798 130.586 178.372C131.091 172.994 132.629 167.349 135.692 160.798C138.986 153.773 144.066 145.707 151.47 135.803C151.545 135.702 151.615 135.596 151.685 135.491C151.698 135.471 151.712 135.449 151.728 135.425C152.121 134.831 153.243 133.134 154.407 130.517C155.335 128.428 154.634 125.699 152.811 124.322C150.573 122.631 148.81 121.705 148.187 121.378C148.162 121.365 148.14 121.354 148.119 121.343C148.006 121.283 147.892 121.223 147.776 121.171C136.558 116.082 128.222 111.457 121.916 106.861C116.075 102.592 111.981 98.3941 108.889 93.9388C104.1 86.8784 101.829 79.1728 99.444 69.5727C99.1798 68.5092 99.8252 67.4331 100.887 67.1607L183.748 45.9003C184.818 45.6258 185.909 46.2705 186.181 47.3409C188.636 56.9787 190.405 64.807 189.589 73.233C189.083 78.6114 187.546 84.2545 184.483 90.8072ZM192.575 73.5172C192.032 79.2887 190.385 85.2647 187.2 92.0778L187.199 92.0812C183.783 99.3635 178.571 107.615 171.105 117.603C171.093 117.62 171.071 117.651 170.997 117.763C170.984 117.782 170.97 117.803 170.955 117.826C170.586 118.383 169.521 119.991 168.423 122.504C168.111 123.217 168.389 124.29 169.001 124.76C171.129 126.387 172.799 127.264 173.389 127.573C173.413 127.586 173.436 127.598 173.456 127.608C173.579 127.673 173.615 127.691 173.637 127.701C184.953 132.834 193.49 137.556 200.026 142.32L198.261 144.742L200.029 142.322C206.098 146.756 210.441 151.187 213.751 155.956L213.76 155.969L213.769 155.982C218.885 163.523 221.255 171.693 223.643 181.309C224.307 183.979 222.686 186.67 220.035 187.35L137.172 208.611C134.499 209.296 131.77 207.686 131.087 205.004C128.639 195.395 126.728 187.097 127.6 178.087C128.142 172.316 129.79 166.339 132.975 159.527L132.976 159.524C136.391 152.242 141.602 143.993 149.067 134.007C149.081 133.988 149.104 133.955 149.181 133.839C149.194 133.819 149.208 133.798 149.223 133.775C149.586 133.225 150.602 131.69 151.665 129.299C152.029 128.48 151.709 127.249 151.003 126.716L151.002 126.716C148.959 125.172 147.364 124.335 146.788 124.032C146.764 124.02 146.742 124.008 146.721 123.997C146.596 123.931 146.56 123.913 146.537 123.903C135.222 118.77 126.684 114.048 120.149 109.285L120.146 109.283C114.077 104.848 109.734 100.418 106.424 95.6493L106.415 95.6361L106.406 95.6228C101.291 88.082 98.9214 79.9118 96.5325 70.296C95.8693 67.6262 97.4905 64.9349 100.141 64.2549L183.003 42.9944C185.676 42.3086 188.405 43.9186 189.088 46.6005C191.536 56.2095 193.447 64.5081 192.575 73.5172Z" fill="var(--sapContent_Illustrative_Color4)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M127.416 97.0781C126.548 98.4896 124.701 98.9304 123.289 98.0627C117.33 94.399 110.021 85.9201 107.361 75.5538C106.95 73.9489 107.917 72.3141 109.522 71.9024C111.126 71.4906 112.761 72.4578 113.173 74.0626C115.429 82.8555 121.738 90.0661 126.432 92.9513C127.843 93.819 128.284 95.6667 127.416 97.0781Z" fill="var(--sapContent_Illustrative_Color6)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M86.1874 57.1743C87.7923 56.7625 89.4271 57.7297 89.8388 59.3346L129.135 212.491C129.547 214.096 128.58 215.73 126.975 216.142C125.37 216.554 123.735 215.587 123.324 213.982L84.0271 60.8258C83.6153 59.2209 84.5825 57.5861 86.1874 57.1743Z" fill="var(--sapContent_Illustrative_Color4)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M192.009 30.0232C193.614 29.6114 195.249 30.5786 195.661 32.1835L234.957 185.34C235.369 186.945 234.402 188.579 232.797 188.991C231.192 189.403 229.557 188.436 229.145 186.831L189.849 33.6746C189.437 32.0698 190.404 30.4349 192.009 30.0232Z" fill="var(--sapContent_Illustrative_Color4)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M209.901 183.052C211.817 182.56 211.97 179.779 210.157 178.986C201.271 175.104 192.536 169.747 185.075 164.555C174.588 157.256 158.87 161.446 153.661 173.114C150.162 180.953 145.877 189.474 141.039 196.936C140.019 198.51 141.467 200.61 143.284 200.144L209.901 183.052ZM220.7 182.799C220.658 182.788 220.614 182.813 220.602 182.855C220.37 183.664 219.727 184.331 218.854 184.555L136.866 205.591C136.22 205.757 135.568 205.649 135.032 205.341C134.991 205.317 134.938 205.325 134.908 205.362C134.871 205.406 134.881 205.472 134.931 205.5C135.367 205.752 135.899 205.84 136.426 205.704L219.289 184.444C220.061 184.245 220.613 183.622 220.755 182.887C220.762 182.848 220.738 182.81 220.7 182.799Z" fill="var(--sapContent_Illustrative_Color6)"/>
12
+ <rect x="74.1245" y="58.6152" width="133.136" height="15.2035" rx="5" transform="rotate(-14.3904 74.1245 58.6152)" fill="var(--sapContent_Illustrative_Color5)"/>
13
+ <rect x="113.139" y="210.67" width="133.136" height="15.2035" rx="5" transform="rotate(-14.3904 113.139 210.67)" fill="var(--sapContent_Illustrative_Color5)"/>
14
+ <path d="M68.3076 16.2644C67.9991 16.6254 67.7937 17.063 67.713 17.5309C67.6322 17.9989 67.6791 18.4799 67.8486 18.9235L71.6067 29.5791C72.2274 31.3417 74.0177 31.7766 75.3992 31.2897C75.9718 31.1111 76.4709 30.7515 76.8216 30.2648C77.1723 29.7781 77.3555 29.1908 77.3438 28.591C77.3295 28.3014 77.2715 28.0156 77.1717 27.7434L73.4137 17.0878C73.2584 16.617 72.9787 16.1968 72.6043 15.8719C72.2298 15.5469 71.7745 15.3293 71.2864 15.2419C70.7439 15.1446 70.1855 15.1874 69.6642 15.3663C69.1429 15.5453 68.6759 15.8544 68.3076 16.2644Z" fill="var(--sapContent_Illustrative_Color5)"/>
15
+ <path d="M31.529 65.415C31.4748 65.7505 31.4911 66.0936 31.5769 66.4224C31.6626 66.7513 31.8161 67.0586 32.0273 67.3249C32.2385 67.5911 32.503 67.8103 32.8037 67.9686C33.1044 68.1269 33.4348 68.2208 33.7739 68.2442L44.7075 69.5038C45.1007 69.5478 45.4988 69.5129 45.8785 69.4013C46.2581 69.2897 46.6117 69.1036 46.9187 68.8538C47.2256 68.604 47.4797 68.2956 47.6661 67.9465C47.8526 67.5974 47.9676 67.2147 48.0045 66.8207C48.0242 66.6586 48.0306 66.4953 48.0237 66.3322C48.0066 65.7292 47.7643 65.1544 47.3444 64.7213C46.9246 64.2882 46.3578 64.028 45.7557 63.9922L34.8267 62.7359C34.4336 62.6912 34.0355 62.7254 33.6558 62.8365C33.2761 62.9476 32.9223 63.1333 32.6153 63.3828C32.3082 63.6323 32.054 63.9405 31.8674 64.2894C31.6809 64.6384 31.5659 65.021 31.529 65.415Z" fill="var(--sapContent_Illustrative_Color5)"/>
16
+ <path d="M41.0726 36.0519C41.1107 36.4213 41.2238 36.7789 41.4049 37.103C41.586 37.4272 41.8313 37.7109 42.1258 37.937L55.2347 48.2117C55.8252 48.6692 56.5697 48.8808 57.3125 48.8021C58.0554 48.7234 58.739 48.3606 59.2205 47.7895C59.6649 47.258 59.8934 46.5788 59.8606 45.8867C59.841 45.4878 59.7357 45.0979 59.5518 44.7434C59.3679 44.3889 59.1097 44.0782 58.7949 43.8325L45.686 33.5578C45.0926 33.0972 44.3438 32.8847 43.5969 32.9648C42.8501 33.0449 42.1634 33.4114 41.6811 33.9873C41.4459 34.2727 41.2707 34.6027 41.1661 34.9575C41.0616 35.3123 41.0297 35.6845 41.0726 36.0519Z" fill="var(--sapContent_Illustrative_Color5)"/>
17
+ </svg>
18
+ `;
@@ -0,0 +1,16 @@
1
+ export default `<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-SessionExpiring-alternate">
2
+ <path d="M130.352 144.918H33.9433C26.384 144.918 19.1343 147.921 13.789 153.267C8.4438 158.612 5.44092 165.862 5.44092 173.421C5.44092 180.98 8.4438 188.23 13.789 193.575C19.1343 198.92 26.384 201.923 33.9433 201.923H130.392C137.952 201.923 145.201 198.92 150.547 193.575C155.892 188.23 158.895 180.98 158.895 173.421C158.895 165.862 155.892 158.612 150.547 153.267C145.201 147.921 137.952 144.918 130.392 144.918H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.474 173.211H69.0146C61.549 173.351 54.4364 176.415 49.2061 181.744C43.9758 187.073 41.0457 194.242 41.0457 201.709C41.0457 209.176 43.9758 216.344 49.2061 221.673C54.4364 227.002 61.549 230.066 69.0146 230.206H165.474C172.939 230.066 180.052 227.002 185.282 221.673C190.512 216.344 193.443 209.176 193.443 201.709C193.443 194.242 190.512 187.073 185.282 181.744C180.052 176.415 172.939 173.351 165.474 173.211Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.964 94.3927H194.515C190.728 94.3218 186.965 95.0065 183.445 96.4068C179.925 97.8071 176.72 99.8949 174.017 102.548C171.314 105.201 169.166 108.367 167.7 111.86C166.234 115.352 165.479 119.102 165.479 122.89C165.479 126.678 166.234 130.428 167.7 133.921C169.166 137.413 171.314 140.579 174.017 143.232C176.72 145.885 179.925 147.973 183.445 149.373C186.965 150.774 190.728 151.458 194.515 151.388H290.964C294.751 151.458 298.515 150.774 302.034 149.373C305.554 147.973 308.759 145.885 311.462 143.232C314.166 140.579 316.313 137.413 317.779 133.921C319.245 130.428 320 126.678 320 122.89C320 119.102 319.245 115.352 317.779 111.86C316.313 108.367 314.166 105.201 311.462 102.548C308.759 99.8949 305.554 97.8071 302.034 96.4068C298.515 95.0065 294.751 94.3218 290.964 94.3927Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 42.3596H37.767C27.7505 42.3596 18.1444 46.3386 11.0617 53.4213C3.979 60.504 0 70.1102 0 80.1266C0 90.143 3.979 99.7492 11.0617 106.832C18.1444 113.915 27.7505 117.894 37.767 117.894H219.084C229.101 117.894 238.707 113.915 245.789 106.832C252.872 99.7492 256.851 90.143 256.851 80.1266C256.851 70.1102 252.872 60.504 245.789 53.4213C238.707 46.3386 229.101 42.3596 219.084 42.3596Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M198.259 139.744C191.953 135.148 183.618 130.523 172.398 125.433C172.283 125.381 172.171 125.322 172.059 125.263C171.493 124.965 169.596 123.992 167.179 122.142C165.467 120.831 164.811 118.278 165.674 116.303C166.921 113.449 168.141 111.644 168.494 111.109C168.562 111.007 168.63 110.904 168.703 110.807C176.107 100.901 181.188 92.8322 184.483 85.8072C187.546 79.2545 189.084 73.6113 189.589 68.2329C190.405 59.8069 188.636 51.9786 186.181 42.3408C185.909 41.2704 184.818 40.6257 183.748 40.9002L100.887 62.1607C99.8253 62.433 99.18 63.5091 99.4442 64.5726C101.829 74.1728 104.1 81.8783 108.889 88.9387C111.982 93.394 116.075 97.5924 121.916 101.86C128.222 106.457 136.558 111.082 147.776 116.171C147.893 116.223 148.006 116.283 148.119 116.343C148.673 116.634 150.486 117.565 152.811 119.322C154.634 120.699 155.335 123.428 154.407 125.517C153.198 128.237 152.033 129.963 151.685 130.49C151.616 130.596 151.546 130.702 151.47 130.803C144.066 140.707 138.987 148.773 135.693 155.798C132.629 162.349 131.091 167.994 130.586 173.372C129.771 181.798 131.539 189.625 133.994 199.264C134.267 200.334 135.357 200.979 136.427 200.705L219.29 179.444C220.351 179.172 220.996 178.095 220.732 177.032C218.347 167.432 216.076 159.726 211.286 152.666C208.194 148.211 204.1 144.011 198.259 139.744Z" fill="var(--sapContent_Illustrative_Color8)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M184.483 85.8072C181.188 92.8323 176.107 100.901 168.703 110.807C168.63 110.905 168.562 111.007 168.494 111.109C168.481 111.129 168.467 111.15 168.452 111.173C168.051 111.778 166.875 113.554 165.674 116.303C164.811 118.278 165.467 120.831 167.179 122.142C169.507 123.924 171.352 124.892 171.991 125.227C172.015 125.24 172.038 125.252 172.059 125.263C172.171 125.322 172.283 125.381 172.398 125.433C183.618 130.523 191.953 135.148 198.259 139.744C204.1 144.011 208.194 148.211 211.286 152.666C216.076 159.726 218.347 167.432 220.732 177.032C220.996 178.095 220.351 179.172 219.29 179.444L136.427 200.705C135.357 200.979 134.267 200.334 133.994 199.264C131.539 189.625 129.771 181.798 130.586 173.372C131.091 167.994 132.629 162.349 135.693 155.798C138.987 148.773 144.067 140.707 151.47 130.803C151.546 130.702 151.616 130.596 151.685 130.491C151.698 130.471 151.713 130.449 151.728 130.425C152.121 129.831 153.244 128.134 154.407 125.517C155.335 123.428 154.634 120.699 152.811 119.322C150.573 117.631 148.81 116.705 148.187 116.378C148.163 116.365 148.14 116.354 148.119 116.343C148.006 116.283 147.893 116.223 147.776 116.171C136.558 111.082 128.223 106.457 121.916 101.861C116.075 97.5925 111.982 93.3941 108.889 88.9388C104.1 81.8784 101.829 74.1728 99.4443 64.5727C99.1801 63.5092 99.8254 62.4331 100.887 62.1607L183.748 40.9003C184.818 40.6258 185.909 41.2705 186.181 42.3409C188.636 51.9787 190.405 59.807 189.589 68.233C189.084 73.6114 187.546 79.2545 184.483 85.8072ZM192.576 68.5172C192.033 74.2887 190.386 80.2647 187.201 87.0778L187.199 87.0812C183.783 94.3635 178.572 102.615 171.106 112.603C171.093 112.62 171.071 112.651 170.997 112.763C170.985 112.782 170.971 112.803 170.956 112.826C170.586 113.383 169.521 114.991 168.423 117.504C168.111 118.217 168.389 119.29 169.002 119.76C171.129 121.387 172.8 122.264 173.389 122.573C173.414 122.586 173.436 122.598 173.456 122.608C173.58 122.673 173.616 122.691 173.638 122.701C184.953 127.834 193.491 132.556 200.026 137.32L198.261 139.742L200.029 137.322C206.098 141.756 210.441 146.187 213.751 150.956L213.76 150.969L213.769 150.982C218.885 158.523 221.255 166.693 223.644 176.309C224.307 178.979 222.686 181.67 220.035 182.35L137.173 203.611C134.5 204.296 131.77 202.686 131.087 200.004C128.639 190.395 126.729 182.097 127.6 173.087C128.142 167.316 129.79 161.339 132.975 154.527L132.976 154.524C136.391 147.242 141.602 138.993 149.067 129.007C149.082 128.988 149.104 128.955 149.181 128.839C149.194 128.819 149.208 128.798 149.223 128.775C149.587 128.225 150.603 126.69 151.665 124.299C152.029 123.48 151.709 122.249 151.003 121.716L151.002 121.716C148.959 120.172 147.364 119.335 146.788 119.032C146.764 119.02 146.742 119.008 146.721 118.997C146.597 118.931 146.56 118.913 146.537 118.903C135.223 113.77 126.685 109.048 120.149 104.285L120.146 104.283C114.077 99.8479 109.734 95.4179 106.425 90.6493L106.416 90.6361L106.407 90.6228C101.292 83.082 98.9216 74.9118 96.5328 65.296C95.8695 62.6262 97.4907 59.9349 100.141 59.2549L183.003 37.9944C185.676 37.3086 188.406 38.9186 189.089 41.6005C191.536 51.2095 193.447 59.5081 192.576 68.5172Z" fill="var(--sapContent_Illustrative_Color4)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M127.416 92.0781C126.549 93.4896 124.701 93.9304 123.29 93.0627C117.33 89.399 110.021 80.9201 107.362 70.5538C106.95 68.9489 107.917 67.3141 109.522 66.9024C111.127 66.4906 112.762 67.4578 113.173 69.0626C115.429 77.8555 121.738 85.0661 126.432 87.9513C127.843 88.819 128.284 90.6667 127.416 92.0781Z" fill="var(--sapContent_Illustrative_Color6)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M86.1879 52.1743C87.7927 51.7625 89.4276 52.7297 89.8393 54.3346L129.136 207.491C129.548 209.096 128.58 210.73 126.976 211.142C125.371 211.554 123.736 210.587 123.324 208.982L84.0276 55.8258C83.6158 54.2209 84.583 52.5861 86.1879 52.1743Z" fill="var(--sapContent_Illustrative_Color4)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M192.009 25.0232C193.614 24.6114 195.249 25.5786 195.661 27.1835L234.957 180.34C235.369 181.945 234.402 183.579 232.797 183.991C231.192 184.403 229.557 183.436 229.146 181.831L189.849 28.6746C189.437 27.0698 190.405 25.4349 192.009 25.0232Z" fill="var(--sapContent_Illustrative_Color4)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M209.901 178.052C211.818 177.56 211.97 174.779 210.157 173.987C201.271 170.104 192.537 164.747 185.076 159.555C174.588 152.256 158.871 156.446 153.662 168.114C150.162 175.953 145.877 184.474 141.04 191.936C140.019 193.51 141.467 195.611 143.284 195.144L209.901 178.052ZM220.7 177.8C220.658 177.788 220.614 177.813 220.602 177.856C220.371 178.664 219.727 179.331 218.854 179.555L136.867 200.592C136.221 200.757 135.568 200.65 135.032 200.341C134.991 200.317 134.939 200.326 134.908 200.362C134.872 200.406 134.882 200.472 134.931 200.5C135.368 200.752 135.9 200.84 136.427 200.705L219.289 179.444C220.062 179.246 220.614 178.622 220.755 177.887C220.763 177.848 220.739 177.81 220.7 177.8Z" fill="var(--sapContent_Illustrative_Color3)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M158.443 122.531C158.496 123.015 158.589 123.496 158.776 123.946L161.404 130.287C161.843 131.345 163.426 130.955 163.324 129.815L162.727 123.154C162.679 122.622 162.515 122.11 162.308 121.618C161.413 119.48 161.354 116.995 162.3 114.829L162.3 114.829C163.628 111.789 164.941 109.807 165.384 109.137L165.402 109.111C165.483 108.988 165.619 108.783 165.779 108.569C170.07 102.827 173.534 97.7573 176.3 93.1944C178.071 90.271 175.388 86.8933 172.077 87.7429L133.72 97.585C130.409 98.4346 129.683 102.687 132.642 104.397C137.271 107.072 142.745 109.845 149.258 112.8C149.508 112.914 149.733 113.032 149.869 113.104L149.869 113.104L149.87 113.104L149.895 113.117C150.583 113.479 152.552 114.513 155.029 116.384C156.985 117.861 158.181 120.145 158.443 122.531ZM165.565 116.577C165.565 116.577 165.565 116.577 165.565 116.577C165.565 116.577 165.565 116.577 165.566 116.577C165.599 116.484 165.635 116.393 165.674 116.303C166.875 113.554 168.052 111.778 168.452 111.173L168.452 111.173L168.495 111.109C168.516 111.077 168.538 111.044 168.559 111.012C168.53 111.056 168.5 111.1 168.471 111.144L168.452 111.173C168.051 111.778 166.875 113.554 165.674 116.303C165.634 116.393 165.598 116.484 165.565 116.577ZM168.687 110.829C168.692 110.821 168.698 110.814 168.703 110.806C176.108 100.901 181.188 92.8321 184.483 85.8071C184.705 85.3317 184.92 84.8612 185.126 84.3952C185.126 84.395 185.126 84.3948 185.126 84.3949C185.126 84.3949 185.126 84.3949 185.126 84.395C184.919 84.8611 184.705 85.3317 184.483 85.8071C181.192 92.8242 176.119 100.882 168.728 110.773C168.714 110.791 168.7 110.81 168.687 110.829Z" fill="var(--sapContent_Illustrative_Color3)"/>
13
+ <rect x="74.1245" y="53.6152" width="133.136" height="15.2035" rx="5" transform="rotate(-14.3904 74.1245 53.6152)" fill="var(--sapContent_Illustrative_Color5)"/>
14
+ <rect x="113.138" y="205.67" width="133.136" height="15.2035" rx="5" transform="rotate(-14.3904 113.138 205.67)" fill="var(--sapContent_Illustrative_Color5)"/>
15
+ </svg>
16
+ `;
@@ -0,0 +1,13 @@
1
+ export default `<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Settings-alternate">
2
+ <path d="M130.352 145.328H33.9433C26.384 145.328 19.1343 148.331 13.789 153.676C8.4438 159.022 5.44092 166.271 5.44092 173.831C5.44092 181.39 8.4438 188.64 13.789 193.985C19.1343 199.33 26.384 202.333 33.9433 202.333H130.392C137.952 202.333 145.201 199.33 150.547 193.985C155.892 188.64 158.895 181.39 158.895 173.831C158.895 166.271 155.892 159.022 150.547 153.676C145.201 148.331 137.952 145.328 130.392 145.328H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.474 173.621H69.0149C61.5493 173.761 54.4366 176.825 49.2063 182.154C43.9761 187.483 41.0459 194.652 41.0459 202.118C41.0459 209.585 43.9761 216.754 49.2063 222.083C54.4366 227.412 61.5493 230.476 69.0149 230.616H165.474C172.939 230.476 180.052 227.412 185.282 222.083C190.513 216.754 193.443 209.585 193.443 202.118C193.443 194.652 190.513 187.483 185.282 182.154C180.052 176.825 172.939 173.761 165.474 173.621Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.964 94.8027H194.515C190.728 94.7318 186.965 95.4165 183.445 96.8168C179.926 98.2171 176.721 100.305 174.017 102.958C171.314 105.611 169.166 108.777 167.7 112.27C166.235 115.762 165.479 119.512 165.479 123.3C165.479 127.088 166.235 130.838 167.7 134.331C169.166 137.823 171.314 140.989 174.017 143.642C176.721 146.295 179.926 148.383 183.445 149.783C186.965 151.184 190.728 151.868 194.515 151.798H290.964C294.752 151.868 298.515 151.184 302.034 149.783C305.554 148.383 308.759 146.295 311.463 143.642C314.166 140.989 316.313 137.823 317.779 134.331C319.245 130.838 320 127.088 320 123.3C320 119.512 319.245 115.762 317.779 112.27C316.313 108.777 314.166 105.611 311.463 102.958C308.759 100.305 305.554 98.2171 302.034 96.8168C298.515 95.4165 294.752 94.7318 290.964 94.8027Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 42.7695H37.767C27.7505 42.7695 18.1444 46.7485 11.0617 53.8312C3.979 60.9139 0 70.5201 0 80.5365C0 90.5529 3.979 100.159 11.0617 107.242C18.1444 114.324 27.7505 118.303 37.767 118.303H219.084C229.101 118.303 238.707 114.324 245.789 107.242C252.872 100.159 256.851 90.5529 256.851 80.5365C256.851 70.5201 252.872 60.9139 245.789 53.8312C238.707 46.7485 229.101 42.7695 219.084 42.7695Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M74.354 84.9953C72.2777 77.9963 75.4258 70.5043 81.8781 67.0889L91.0985 62.2084C97.5561 58.7903 105.529 60.4054 110.147 66.0672L116.411 73.7477L131.61 74.7149L137.793 67.2497C142.923 61.0575 151.965 59.8813 158.507 64.5554L168.416 71.634C174.441 75.9385 176.528 83.9351 173.374 90.6347L169.572 98.7095L176.745 112.26L185.56 113.657C192.874 114.816 198.313 121.038 198.485 128.441L198.769 140.698C198.954 148.668 192.999 155.448 185.072 156.294L175.345 157.332L167.509 170.3L170.333 179.775C172.421 186.778 169.274 194.281 162.815 197.7L153.597 202.579C147.143 205.995 139.176 204.384 134.556 198.73L128.29 191.059L113.174 190.241L106.848 197.7C101.691 203.779 92.7354 204.891 86.2489 200.257L76.2751 193.131C70.2476 188.825 68.162 180.825 71.3204 174.124L75.1285 166.045L67.9579 152.498L59.1357 151.105C51.8188 149.949 46.3755 143.726 46.2038 136.32L45.9217 124.149C45.7353 116.11 51.7923 109.294 59.7969 108.534L69.4449 107.619L77.178 94.5143L74.354 84.9953ZM135.008 156.306C148.216 149.315 153.255 132.941 146.264 119.734C139.273 106.527 122.9 101.487 109.692 108.478C96.4851 115.469 91.4457 131.842 98.4365 145.05C105.427 158.257 121.801 163.296 135.008 156.306Z" fill="var(--sapContent_Illustrative_Color8)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M114.914 76.6585L107.822 67.9634C104.108 63.4097 97.6956 62.1108 92.502 64.8599L83.2815 69.7404C78.0921 72.4873 75.5601 78.513 77.2301 84.1421L80.4257 94.9137L71.2511 110.461L60.0804 111.521C53.6425 112.132 48.771 117.614 48.9209 124.079L49.203 136.25C49.3411 142.207 53.719 147.212 59.6038 148.141L69.9076 149.769L78.4817 165.967L74.034 175.403C71.4938 180.793 73.1712 187.227 78.019 190.69L87.9928 197.816C93.2098 201.543 100.413 200.648 104.56 195.759L111.85 187.165L129.775 188.135L136.88 196.832C140.595 201.38 147.003 202.675 152.194 199.928L161.411 195.049C166.606 192.299 169.137 186.264 167.458 180.632L164.255 169.884L173.547 154.507L184.753 153.311C191.129 152.631 195.918 147.177 195.77 140.768L195.486 128.51C195.348 122.556 190.973 117.552 185.09 116.62L174.795 114.989L166.219 98.788L170.659 89.3569C173.196 83.9685 171.518 77.5371 166.672 74.0751L156.763 66.9964C151.501 63.2372 144.229 64.1832 140.104 69.1634L132.945 77.8059L114.914 76.6585ZM116.411 73.7477L110.147 66.0672C105.529 60.4054 97.5561 58.7903 91.0985 62.2084L81.8781 67.0889C75.4258 70.5043 72.2777 77.9963 74.354 84.9953L77.178 94.5143L69.4449 107.619L59.7969 108.534C51.7923 109.294 45.7353 116.11 45.9217 124.149L46.2038 136.32C46.3755 143.726 51.8188 149.949 59.1357 151.105L67.9579 152.498L75.1285 166.045L71.3204 174.124C68.162 180.825 70.2476 188.825 76.2751 193.131L86.2489 200.257C92.7354 204.891 101.691 203.779 106.848 197.7L113.174 190.241L128.29 191.059L134.556 198.73C139.176 204.384 147.143 205.995 153.597 202.579L162.815 197.7C169.274 194.281 172.421 186.778 170.333 179.775L167.509 170.3L175.345 157.332L185.072 156.294C192.999 155.448 198.954 148.668 198.769 140.698L198.485 128.441C198.313 121.038 192.874 114.816 185.56 113.657L176.745 112.26L169.572 98.7095L173.374 90.6347C176.528 83.9351 174.441 75.9385 168.416 71.634L158.507 64.5554C151.965 59.8813 142.923 61.0575 137.793 67.2497L131.61 74.7149L116.411 73.7477ZM148.916 118.33C156.682 133.002 151.083 151.191 136.412 158.957C121.74 166.723 103.551 161.125 95.785 146.453C88.0191 131.782 93.6173 113.592 108.289 105.826C122.96 98.0606 141.15 103.659 148.916 118.33ZM146.264 119.734C153.255 132.941 148.216 149.315 135.008 156.306C121.801 163.296 105.427 158.257 98.4365 145.05C91.4457 131.842 96.4851 115.469 109.692 108.478C122.9 101.487 139.273 106.527 146.264 119.734Z" fill="var(--sapContent_Illustrative_Color4)"/>
8
+ <path d="M158.668 113.169C169.285 133.226 161.632 158.091 141.575 168.708C121.518 179.324 96.6525 171.671 86.0361 151.614C75.4198 131.558 83.0727 106.692 103.129 96.0758C123.186 85.4594 148.052 93.1123 158.668 113.169ZM96.0336 146.323C103.727 160.858 121.748 166.404 136.283 158.71C150.818 151.017 156.365 132.996 148.671 118.461C140.977 103.926 122.957 98.3794 108.421 106.073C93.8859 113.767 88.3397 131.787 96.0336 146.323Z" fill="var(--sapContent_Illustrative_Color6)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M217.756 145.298C219.405 145.457 220.613 146.922 220.455 148.572C217.945 174.661 204.532 191.122 192.597 201.246C191.333 202.317 189.44 202.162 188.368 200.898C187.297 199.635 187.452 197.742 188.716 196.67C199.857 187.22 212.166 172.08 214.482 147.997C214.641 146.348 216.107 145.14 217.756 145.298Z" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M238.124 142.082C239.779 142.011 241.179 143.295 241.25 144.95C241.942 161.054 236.511 175.846 229.892 184.987C228.921 186.329 227.045 186.629 225.703 185.657C224.361 184.685 224.061 182.81 225.033 181.468C230.884 173.386 235.887 159.917 235.255 145.208C235.184 143.553 236.468 142.153 238.124 142.082Z" fill="var(--sapContent_Illustrative_Color5)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M215.78 35.7935C216.91 31.3018 221.051 28.2307 225.678 28.4535L232.289 28.7718C236.919 28.9947 240.748 32.4548 241.438 37.0387L242.373 43.257L250.355 48.7005L256.145 46.6259C260.947 44.9051 266.263 47.1876 268.322 51.8548L271.441 58.9232C273.338 63.2214 271.89 68.2609 268.002 70.8975L263.315 74.0753L262.847 83.7914L267.207 87.4048C270.824 90.4028 271.781 95.558 269.48 99.6541L265.671 106.436C263.194 110.846 257.751 112.621 253.151 110.519L247.506 107.939L239.035 112.483L237.512 118.568C236.386 123.066 232.241 126.143 227.61 125.92L221.001 125.602C216.374 125.379 212.546 121.923 211.854 117.342L210.914 111.129L202.928 105.794L197.063 107.818C192.282 109.469 187.035 107.179 184.993 102.552L181.854 95.4369C179.957 91.1371 181.406 86.0958 185.297 83.46L189.988 80.282L190.456 70.5687L186.092 66.9547C182.472 63.9573 181.513 58.8001 183.815 54.7025L187.597 47.9681C190.096 43.5203 195.606 41.759 200.221 43.9333L205.783 46.5539L214.242 41.9024L215.78 35.7935ZM225.851 93.7233C234.984 94.163 242.744 87.1158 243.184 77.983C243.623 68.8501 236.576 61.09 227.443 60.6503C218.31 60.2105 210.55 67.2577 210.111 76.3906C209.671 85.5234 216.718 93.2836 225.851 93.7233Z" fill="var(--sapContent_Illustrative_Color2)"/>
12
+ </svg>
13
+ `;
@@ -0,0 +1,27 @@
1
+ export default `<svg width="321" height="241" viewBox="0 0 321 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Success-alternate">
2
+ <path d="M130.857 144.918H34.4477C26.8884 144.918 19.6387 147.921 14.2934 153.267C8.9482 158.612 5.94531 165.862 5.94531 173.421C5.94531 180.98 8.9482 188.23 14.2934 193.575C19.6387 198.92 26.8884 201.923 34.4477 201.923H130.897C138.456 201.923 145.706 198.92 151.051 193.575C156.396 188.23 159.399 180.98 159.399 173.421C159.399 165.862 156.396 158.612 151.051 153.267C145.706 147.921 138.456 144.918 130.897 144.918H130.857Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.978 173.211H69.519C62.0534 173.351 54.9408 176.415 49.7105 181.744C44.4802 187.073 41.55 194.242 41.55 201.709C41.55 209.176 44.4802 216.344 49.7105 221.673C54.9408 227.002 62.0534 230.066 69.519 230.206H165.978C173.444 230.066 180.556 227.002 185.787 221.673C191.017 216.344 193.947 209.176 193.947 201.709C193.947 194.242 191.017 187.073 185.787 181.744C180.556 176.415 173.444 173.351 165.978 173.211Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M291.468 94.3927H195.02C191.232 94.3218 187.469 95.0065 183.949 96.4068C180.43 97.8071 177.225 99.8949 174.521 102.548C171.818 105.201 169.671 108.367 168.205 111.86C166.739 115.352 165.984 119.102 165.984 122.89C165.984 126.678 166.739 130.428 168.205 133.921C169.671 137.413 171.818 140.579 174.521 143.232C177.225 145.885 180.43 147.973 183.949 149.373C187.469 150.774 191.232 151.458 195.02 151.388H291.468C295.256 151.458 299.019 150.774 302.539 149.373C306.058 147.973 309.263 145.885 311.967 143.232C314.67 140.579 316.817 137.413 318.283 133.921C319.749 130.428 320.504 126.678 320.504 122.89C320.504 119.102 319.749 115.352 318.283 111.86C316.817 108.367 314.67 105.201 311.967 102.548C309.263 99.8949 306.058 97.8071 302.539 96.4068C299.019 95.0065 295.256 94.3218 291.468 94.3927Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.589 42.3596H38.2714C28.2549 42.3596 18.6487 46.3386 11.5661 53.4213C4.48339 60.504 0.504395 70.1102 0.504395 80.1266C0.504395 90.143 4.48339 99.7492 11.5661 106.832C18.6487 113.915 28.2549 117.894 38.2714 117.894H219.589C229.605 117.894 239.211 113.915 246.294 106.832C253.377 99.7492 257.356 90.143 257.356 80.1266C257.356 70.1102 253.377 60.504 246.294 53.4213C239.211 46.3386 229.605 42.3596 219.589 42.3596Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <path d="M276.735 135.874C276.412 130.503 275.241 126.509 273.857 126.516C272.473 126.523 271.316 130.537 271.02 135.936C265.628 136.307 261.621 137.513 261.634 138.903C261.648 140.294 265.663 141.403 271.041 141.658C271.364 147.029 272.528 151.023 273.912 151.016C275.296 151.009 276.453 146.994 276.749 141.596C282.141 141.224 286.148 140.019 286.135 138.628C286.121 137.237 282.106 136.122 276.735 135.874Z" fill="var(--sapContent_Illustrative_Color3)"/>
7
+ <path d="M253.073 163.25C252.859 159.642 252.074 156.957 251.145 156.957C250.215 156.957 249.437 159.663 249.237 163.292C245.608 163.54 242.916 164.352 242.93 165.282C242.944 166.211 245.636 166.962 249.244 167.127C249.465 170.742 250.25 173.428 251.179 173.421C252.109 173.414 252.887 170.715 253.087 167.086C256.709 166.838 259.401 166.032 259.394 165.096C259.387 164.159 256.688 163.416 253.073 163.25Z" fill="var(--sapContent_Illustrative_Color3)"/>
8
+ <path d="M99.3447 43.2979C99.1313 39.6897 98.3463 37.0042 97.4167 37.0042C96.4871 37.0042 95.7089 39.7103 95.5092 43.3392C91.8804 43.5871 89.1879 44.3997 89.2017 45.3293C89.2155 46.2589 91.9079 47.0094 95.5161 47.1747C95.7365 50.7898 96.5215 53.4754 97.4511 53.4685C98.3807 53.4616 99.1588 50.7623 99.3585 47.1334C102.981 46.8855 105.673 46.0798 105.666 45.1433C105.659 44.2068 102.96 43.4632 99.3447 43.2979Z" fill="var(--sapContent_Illustrative_Color3)"/>
9
+ <path d="M217.366 155.4C217.366 189.722 189.543 217.545 155.221 217.545C120.899 217.545 93.0752 189.722 93.0752 155.4C93.0752 121.078 120.899 93.2544 155.221 93.2544C189.543 93.2544 217.366 121.078 217.366 155.4Z" fill="var(--sapContent_Illustrative_Color8)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M220.366 155.4C220.366 191.379 191.199 220.545 155.221 220.545C119.242 220.545 90.0752 191.379 90.0752 155.4C90.0752 119.421 119.242 90.2544 155.221 90.2544C191.199 90.2544 220.366 119.421 220.366 155.4ZM155.221 217.545C189.543 217.545 217.366 189.722 217.366 155.4C217.366 121.078 189.543 93.2544 155.221 93.2544C120.899 93.2544 93.0752 121.078 93.0752 155.4C93.0752 189.722 120.899 217.545 155.221 217.545Z" fill="var(--sapContent_Illustrative_Color4)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M214.713 173.421C216.438 167.717 217.366 161.667 217.366 155.4C217.366 155.073 217.363 154.747 217.358 154.421H120.129C114.882 154.421 110.629 158.674 110.629 163.921C110.629 169.168 114.882 173.421 120.129 173.421H214.713ZM209.834 185.079H100.607C101.934 187.515 103.419 189.853 105.049 192.079H205.393C207.022 189.853 208.508 187.515 209.834 185.079ZM198.579 199.921H111.862C123.059 210.827 138.355 217.545 155.221 217.545C172.086 217.545 187.382 210.827 198.579 199.921ZM213.309 133.266C214.652 136.79 215.684 140.468 216.371 144.266H94.0698C94.7568 140.468 95.7889 136.79 97.1325 133.266H213.309ZM188.474 102.89C196.471 107.965 203.23 114.817 208.195 122.89L102.246 122.89C107.211 114.817 113.97 107.965 121.967 102.89L188.474 102.89Z" fill="var(--sapContent_Illustrative_Color6)"/>
12
+ <circle cx="139.463" cy="142.971" r="5.48987" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <circle cx="179.262" cy="192.796" r="5.48987" fill="var(--sapContent_Illustrative_Color8)"/>
14
+ <ellipse cx="173.772" cy="123.39" rx="14.373" ry="7.85376" fill="var(--sapContent_Illustrative_Color8)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M142.205 208.655C176.527 208.655 204.35 180.831 204.35 146.509C204.35 128.013 196.269 111.403 183.445 100.019C203.58 110.301 217.366 131.241 217.366 155.4C217.366 189.722 189.542 217.545 155.22 217.545C139.395 217.545 124.951 211.63 113.98 201.89C122.449 206.215 132.042 208.655 142.205 208.655Z" fill="var(--sapContent_Illustrative_Color5)"/>
16
+ <ellipse cx="155.221" cy="111.567" rx="7.61096" ry="4.89368" fill="var(--sapContent_Illustrative_Color5)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M155.794 28.4465C157.451 28.4465 158.794 29.7897 158.794 31.4465L158.794 108.567C158.794 110.224 157.451 111.567 155.794 111.567C154.137 111.567 152.794 110.224 152.794 108.567L152.794 31.4465C152.794 29.7897 154.137 28.4465 155.794 28.4465Z" fill="var(--sapContent_Illustrative_Color4)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M158.598 32.1012L208.965 57.9346C209.173 58.0428 209.163 58.3422 208.949 58.4353L158.579 80.1037C158.398 80.1819 158.195 80.0489 158.195 79.8509V32.3474C158.195 32.1395 158.415 32.0064 158.598 32.1012Z" fill="var(--sapContent_Illustrative_Color3)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M231.892 84.9328C231.892 92.0668 237.674 97.8488 244.807 97.8488C251.94 97.8488 257.723 92.0668 257.723 84.9328C257.723 77.7998 251.94 72.0178 244.807 72.0178C237.674 72.0178 231.892 77.7998 231.892 84.9328Z" fill="var(--sapContent_Illustrative_Color20)"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M249.615 92.433C254.747 89.737 259.267 86.608 262.344 83.622C265.799 80.27 266.954 77.642 265.877 75.59C264.196 72.392 257.861 73.616 253.145 75.07L254.688 76.617C262.166 74.311 264.331 75.636 264.646 76.237C264.655 76.253 265.441 77.891 261.187 82.02C258.178 84.941 253.738 88.011 248.686 90.665C243.635 93.319 238.587 95.233 234.474 96.054C228.66 97.214 227.758 95.637 227.749 95.621C227.43 95.015 226.198 93.461 232.412 88.578L231.981 86.466C228.066 89.543 224.829 93.051 226.519 96.268C227.597 98.32 230.416 98.859 235.137 97.916C239.341 97.077 244.482 95.129 249.615 92.433Z" fill="var(--sapContent_Illustrative_Color2)"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M82.6724 100.347C82.6724 115.995 69.9896 128.678 54.3434 128.678C38.6972 128.678 26.0122 115.995 26.0122 100.347C26.0122 84.7006 38.6972 72.0178 54.3434 72.0178C69.9896 72.0178 82.6724 84.7006 82.6724 100.347Z" fill="var(--sapContent_Illustrative_Color2)"/>
22
+ <circle cx="49.2076" cy="87.2704" r="2.90662" fill="var(--sapContent_Illustrative_Color20)"/>
23
+ <circle cx="51.1929" cy="116.972" r="1.98535" fill="var(--sapContent_Illustrative_Color20)"/>
24
+ <circle cx="63.2688" cy="98.1929" r="3.80518" fill="var(--sapContent_Illustrative_Color20)"/>
25
+ <circle cx="41.4304" cy="103.236" r="4.87061" fill="var(--sapContent_Illustrative_Color20)"/>
26
+ </svg>
27
+ `;
@@ -0,0 +1,34 @@
1
+ export default `<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-SuccessfulAuth-alternate">
2
+ <path d="M130.353 145.031H33.9438C26.3845 145.031 19.1348 148.034 13.7895 153.379C8.44429 158.725 5.44141 165.974 5.44141 173.534C5.44141 181.093 8.44429 188.343 13.7895 193.688C19.1348 199.033 26.3845 202.036 33.9438 202.036H130.393C137.952 202.036 145.202 199.033 150.547 193.688C155.892 188.343 158.895 181.093 158.895 173.534C158.895 165.974 155.892 158.725 150.547 153.379C145.202 148.034 137.952 145.031 130.393 145.031H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.473 173.324H69.0139C61.5483 173.464 54.4356 176.528 49.2054 181.857C43.9751 187.186 41.0449 194.354 41.0449 201.821C41.0449 209.288 43.9751 216.457 49.2054 221.786C54.4356 227.115 61.5483 230.179 69.0139 230.319H165.473C172.938 230.179 180.051 227.115 185.281 221.786C190.512 216.457 193.442 209.288 193.442 201.821C193.442 194.354 190.512 187.186 185.281 181.857C180.051 176.528 172.938 173.464 165.473 173.324Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.963 94.5055H194.514C190.727 94.4346 186.964 95.1193 183.444 96.5196C179.925 97.9199 176.72 100.008 174.016 102.661C171.313 105.314 169.165 108.48 167.699 111.972C166.234 115.465 165.479 119.215 165.479 123.003C165.479 126.791 166.234 130.541 167.699 134.033C169.165 137.526 171.313 140.692 174.016 143.345C176.72 145.998 179.925 148.086 183.444 149.486C186.964 150.886 190.727 151.571 194.514 151.5H290.963C294.751 151.571 298.514 150.886 302.033 149.486C305.553 148.086 308.758 145.998 311.462 143.345C314.165 140.692 316.312 137.526 317.778 134.033C319.244 130.541 319.999 126.791 319.999 123.003C319.999 119.215 319.244 115.465 317.778 111.972C316.312 108.48 314.165 105.314 311.462 102.661C308.758 100.008 305.553 97.9199 302.033 96.5196C298.514 95.1193 294.751 94.4346 290.963 94.5055Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 42.4724H37.767C27.7505 42.4724 18.1444 46.4514 11.0617 53.5341C3.979 60.6168 0 70.2229 0 80.2394C0 90.2558 3.979 99.8619 11.0617 106.945C18.1444 114.027 27.7505 118.006 37.767 118.006H219.084C229.101 118.006 238.707 114.027 245.789 106.945C252.872 99.8619 256.851 90.2558 256.851 80.2394C256.851 70.2229 252.872 60.6168 245.789 53.5341C238.707 46.4514 229.101 42.4724 219.084 42.4724Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <rect x="30.8379" y="69.6116" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 30.8379 69.6116)" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <path d="M41.059 75.6885C40.2627 70.2233 44.0476 65.1474 49.5127 64.3511L220.54 39.4314C226.006 38.6351 231.082 42.4199 231.878 47.885L247.616 155.901C248.413 161.366 244.628 166.442 239.163 167.239L68.135 192.158C62.6698 192.955 57.5939 189.17 56.7976 183.705L41.059 75.6885Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M49.079 61.3825L220.107 36.4627C227.211 35.4275 233.81 40.3478 234.845 47.4525L250.584 155.469C251.619 162.573 246.699 169.172 239.594 170.207L68.5664 195.127C61.4617 196.162 54.863 191.242 53.8278 184.137L38.0892 76.121C37.054 69.0163 41.9743 62.4176 49.079 61.3825ZM49.5116 64.3511C44.0464 65.1474 40.2616 70.2233 41.0579 75.6885L56.7965 183.705C57.5928 189.17 62.6687 192.955 68.1338 192.158L239.162 167.238C244.627 166.442 248.412 161.366 247.615 155.901L231.877 47.885C231.08 42.4199 226.004 38.635 220.539 39.4313L49.5116 64.3511Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M154.495 100.517C155.757 109.177 149.76 117.22 141.1 118.481C132.441 119.743 124.398 113.746 123.136 105.086C121.874 96.4269 127.871 88.3841 136.531 87.1224C145.191 85.8607 153.233 91.8577 154.495 100.517Z" fill="var(--sapContent_Illustrative_Color2)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M128.557 114.878C128.756 110.619 131.948 107.079 136.189 106.461L142.424 105.553C146.65 104.937 150.706 107.399 152.126 111.399C149.73 115.104 145.809 117.795 141.1 118.481C136.413 119.164 131.905 117.72 128.557 114.878ZM143.32 96.3992C143.747 99.327 141.719 102.046 138.791 102.473C135.864 102.9 133.144 100.872 132.718 97.944C132.291 95.0162 134.319 92.2969 137.247 91.8703C140.174 91.4437 142.894 93.4713 143.32 96.3992Z" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M140.721 115.878C147.943 114.826 152.944 108.118 151.892 100.897C150.84 93.6746 144.132 88.6731 136.91 89.7253C129.688 90.7776 124.687 97.4852 125.739 104.707C126.791 111.929 133.499 116.931 140.721 115.878ZM141.1 118.481C149.76 117.22 155.757 109.177 154.495 100.517C153.233 91.8577 145.191 85.8607 136.531 87.1224C127.871 88.3841 121.874 96.4269 123.136 105.086C124.398 113.746 132.441 119.743 141.1 118.481Z" fill="var(--sapContent_Illustrative_Color2)"/>
12
+ <rect x="80.2715" y="135.777" width="123.316" height="14.9299" rx="3" transform="rotate(-8.29 80.2715 135.777)" fill="var(--sapContent_Illustrative_Color18)"/>
13
+ <rect x="83.3555" y="156.946" width="123.316" height="14.9299" rx="3" transform="rotate(-8.29 83.3555 156.946)" fill="var(--sapContent_Illustrative_Color18)"/>
14
+ <circle cx="90.7745" cy="141.79" r="2.4248" transform="rotate(-8.29 90.7745 141.79)" fill="var(--sapContent_Illustrative_Color14)"/>
15
+ <circle cx="101.511" cy="140.225" r="2.4248" transform="rotate(-8.29 101.511 140.225)" fill="var(--sapContent_Illustrative_Color14)"/>
16
+ <circle cx="112.247" cy="138.661" r="2.4248" transform="rotate(-8.29 112.247 138.661)" fill="var(--sapContent_Illustrative_Color14)"/>
17
+ <circle cx="122.983" cy="137.097" r="2.4248" transform="rotate(-8.29 122.983 137.097)" fill="var(--sapContent_Illustrative_Color14)"/>
18
+ <circle cx="93.8585" cy="162.96" r="2.4248" transform="rotate(-8.29 93.8585 162.96)" fill="var(--sapContent_Illustrative_Color14)"/>
19
+ <circle cx="104.595" cy="161.395" r="2.4248" transform="rotate(-8.29 104.595 161.395)" fill="var(--sapContent_Illustrative_Color14)"/>
20
+ <circle cx="115.331" cy="159.831" r="2.4248" transform="rotate(-8.29 115.331 159.831)" fill="var(--sapContent_Illustrative_Color14)"/>
21
+ <circle cx="126.067" cy="158.266" r="2.4248" transform="rotate(-8.29 126.067 158.266)" fill="var(--sapContent_Illustrative_Color14)"/>
22
+ <circle cx="136.804" cy="156.702" r="2.4248" transform="rotate(-8.29 136.804 156.702)" fill="var(--sapContent_Illustrative_Color14)"/>
23
+ <circle cx="147.54" cy="155.138" r="2.4248" transform="rotate(-8.29 147.54 155.138)" fill="var(--sapContent_Illustrative_Color14)"/>
24
+ <path d="M41.059 75.6885C40.2627 70.2233 44.0476 65.1474 49.5127 64.3511L220.54 39.4314C226.006 38.6351 231.082 42.4199 231.878 47.885L233.942 62.055L43.1237 89.8585L41.059 75.6885Z" fill="var(--sapContent_Illustrative_Color5)"/>
25
+ <circle cx="57.717" cy="75.7902" r="4.5" transform="rotate(-8.29 57.717 75.7902)" fill="var(--sapContent_Illustrative_Color8)"/>
26
+ <circle cx="74.5393" cy="73.3391" r="4.5" transform="rotate(-8.29 74.5393 73.3391)" fill="var(--sapContent_Illustrative_Color8)"/>
27
+ <circle cx="91.3616" cy="70.8879" r="4.5" transform="rotate(-8.29 91.3616 70.8879)" fill="var(--sapContent_Illustrative_Color8)"/>
28
+ <rect x="230.793" y="150.425" width="44.7595" height="43.3337" fill="var(--sapContent_Illustrative_Color8)"/>
29
+ <path d="M253.085 132.608C245.275 132.608 237.641 134.924 231.147 139.262C224.653 143.601 219.592 149.767 216.603 156.982C213.615 164.197 212.833 172.136 214.356 179.795C215.88 187.454 219.641 194.489 225.163 200.011C230.686 205.533 237.722 209.294 245.381 210.817C253.041 212.341 260.981 211.559 268.196 208.57C275.411 205.582 281.579 200.521 285.917 194.028C290.256 187.535 292.572 179.901 292.572 172.092C292.541 161.63 288.371 151.605 280.973 144.207C273.574 136.809 263.548 132.639 253.085 132.608ZM271.632 163.011L247.939 186.701C247.582 187.079 247.152 187.38 246.675 187.586C246.197 187.791 245.683 187.898 245.163 187.898C244.643 187.898 244.129 187.791 243.651 187.586C243.174 187.38 242.743 187.079 242.386 186.701L234.489 178.804C233.753 178.068 233.339 177.069 233.339 176.028C233.339 174.987 233.753 173.988 234.489 173.252C235.225 172.515 236.224 172.102 237.265 172.102C238.307 172.102 239.305 172.515 240.042 173.252L245.175 178.385L266.103 157.458C266.84 156.722 267.838 156.308 268.88 156.308C269.396 156.308 269.906 156.41 270.382 156.607C270.859 156.804 271.292 157.094 271.656 157.458C272.021 157.823 272.31 158.256 272.507 158.732C272.705 159.208 272.806 159.719 272.806 160.234C272.806 160.75 272.705 161.26 272.507 161.737C272.31 162.213 272.021 162.646 271.656 163.011H271.632Z" fill="var(--sapContent_Illustrative_Color12)"/>
30
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M274.352 45.4326C276.443 43.7993 276.814 40.7801 275.181 38.6892C273.548 36.5982 270.528 36.2273 268.437 37.8606C266.346 39.494 265.976 42.5131 267.609 44.6041C269.242 46.695 272.261 47.066 274.352 45.4326ZM278.403 50.6177C283.357 46.7474 284.236 39.5934 280.366 34.6388C276.496 29.6842 269.342 28.8053 264.387 32.6756C259.432 36.5459 258.554 43.6998 262.424 48.6544C266.294 53.609 273.448 54.488 278.403 50.6177Z" fill="var(--sapContent_Illustrative_Color3)"/>
31
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M276.331 48.0139C277.763 46.8955 279.831 47.1495 280.949 48.5813L293.704 64.9094C294.822 66.3412 294.568 68.4087 293.136 69.5271C291.705 70.6456 289.637 70.3916 288.519 68.9598L275.764 52.6316C274.645 51.1998 274.899 49.1324 276.331 48.0139Z" fill="var(--sapContent_Illustrative_Color3)"/>
32
+ <rect x="283.635" y="57.3162" width="9.3347" height="10.7007" transform="rotate(-37.9954 283.635 57.3162)" fill="var(--sapContent_Illustrative_Color3)"/>
33
+ </svg>
34
+ `;