@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,16 @@
1
+ export default `<svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Teams-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M29.5708 41.5552H22.8482V27.8708C22.8482 22.9885 26.8061 19.0305 31.6885 19.0305H36.2529C41.0555 19.0305 44.9636 22.8601 45.0901 27.6322C42.2641 34.2943 36.5772 39.449 29.5708 41.5552Z" fill="var(--sapContent_Illustrative_Color5)"/>
3
+ <rect width="7.21717" height="5.7768" rx="1.04004" transform="matrix(-1 0 0 1 37.5793 27.4468)" fill="var(--sapContent_Illustrative_Color17)"/>
4
+ <path d="M26.3655 13.2585C26.39 15.4417 27.0061 16.5372 28.6355 17.9522C31.5687 20.0554 36.7313 19.6629 39.1618 17.9455C40.6331 16.9434 41.4878 15.3518 41.4628 13.0876C41.4132 8.82365 38.3469 4.95417 33.9099 5.00091C29.4748 5.04716 26.3164 8.99357 26.3655 13.2585Z" fill="var(--sapContent_Illustrative_Color5)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M28.1027 13.6511C28.1376 16.7482 30.4937 18.0906 33.982 18.0537C37.4701 18.0156 39.7456 16.611 39.7115 13.5158C39.6755 10.4201 37.3404 8.41163 33.852 8.4485C30.365 8.48515 28.0669 10.5548 28.1027 13.6511Z" fill="var(--sapContent_Illustrative_Color4)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M33.8324 19.408H33.9815C33.9815 19.408 37.1854 19.517 39.1224 17.8191C39.128 17.8141 39.1366 17.8163 39.1362 17.8238C39.1209 18.077 38.8391 20.9557 33.9815 20.9557H33.8324C28.9747 20.9557 28.693 18.077 28.6777 17.8238C28.6773 17.8163 28.6859 17.8141 28.6915 17.8191C30.6285 19.517 33.8324 19.408 33.8324 19.408Z" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.78626 31.2071V30.2562C1.78626 24.2507 6.65468 19.3823 12.6602 19.3823H20.7989C26.8044 19.3823 31.6729 24.2507 31.6729 30.2562V40.8169C28.8389 41.9605 25.7424 42.5901 22.4988 42.5901C13.7884 42.5901 6.13846 38.05 1.78626 31.2071Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.808361 29.5258C1.18568 23.3082 6.34767 18.3823 12.6602 18.3823H20.7989C27.3567 18.3823 32.6729 23.6984 32.6729 30.2562V40.3872C32.3434 40.5376 32.01 40.6809 31.6729 40.8169V30.2562C31.6729 24.2507 26.8044 19.3823 20.7989 19.3823H12.6602C6.65468 19.3823 1.78626 24.2507 1.78626 30.2562V31.2071C1.43891 30.661 1.11256 30.1002 0.808361 29.5258Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.35449 37.3579V28.7749C7.35449 28.4988 7.57835 28.2749 7.85449 28.2749C8.13063 28.2749 8.35449 28.4988 8.35449 28.7749V38.1036C8.01468 37.8634 7.68124 37.6147 7.35449 37.3579ZM25.1045 42.4534V28.7749C25.1045 28.4988 25.3284 28.2749 25.6045 28.2749C25.8806 28.2749 26.1045 28.4988 26.1045 28.7749V42.327C25.7733 42.3758 25.4399 42.418 25.1045 42.4534Z" fill="var(--sapContent_Illustrative_Color4)"/>
10
+ <rect width="8.54849" height="6.84242" rx="1.27928" transform="matrix(-1 0 0 1 21.0037 29.3513)" fill="var(--sapContent_Illustrative_Color3)"/>
11
+ <path d="M8.07081 12.4961C8.09843 14.9631 8.79465 16.201 10.6358 17.8C13.9504 20.1766 19.7841 19.733 22.5305 17.7924C24.1931 16.6601 25.1589 14.8615 25.1307 12.303C25.0747 7.48471 21.6097 3.11221 16.5959 3.16502C11.5843 3.21729 8.01529 7.67673 8.07081 12.4961Z" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.0158 18.5849L10.0536 18.612C11.9452 19.9683 14.4714 20.4738 16.8217 20.414C19.1635 20.3544 21.5173 19.7288 23.1001 18.6134C25.0663 17.271 26.1613 15.1414 26.13 12.292L26.13 12.2913C26.0691 7.05845 22.2781 2.10586 16.5855 2.16582C10.9218 2.22489 7.01105 7.24138 7.07172 12.5076C7.08661 13.8344 7.28243 14.9231 7.77904 15.9193C8.27116 16.9064 9.01679 17.7172 9.98068 18.5544L10.0158 18.5849ZM22.5306 17.7924C19.7842 19.733 13.9505 20.1766 10.6359 17.7999C8.79471 16.2009 8.09849 14.963 8.07087 12.4961C8.01535 7.67669 11.5843 3.21725 16.596 3.16498C21.6098 3.11217 25.0747 7.48467 25.1308 12.303C25.159 14.8615 24.1932 16.66 22.5306 17.7924Z" fill="var(--sapContent_Illustrative_Color4)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.77906 13.0105C9.82045 16.679 12.6111 18.269 16.7429 18.2253C20.8745 18.1802 23.5697 16.5164 23.5293 12.8503C23.4867 9.18358 20.7208 6.80458 16.589 6.84825C12.4587 6.89166 9.73666 9.34309 9.77906 13.0105Z" fill="var(--sapContent_Illustrative_Color4)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.566 19.8292H16.7426C16.7426 19.8292 20.5375 19.9583 22.8318 17.9473C22.8384 17.9414 22.8486 17.9439 22.8481 17.9529C22.83 18.2527 22.4962 21.6624 16.7426 21.6624H16.566C10.8121 21.6624 10.4786 18.2527 10.4604 17.9529C10.4599 17.9439 10.4701 17.9414 10.4768 17.9473C12.771 19.9583 16.566 19.8292 16.566 19.8292Z" fill="var(--sapContent_Illustrative_Color4)"/>
15
+ </svg>
16
+ `;
@@ -0,0 +1,18 @@
1
+ export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Tools-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M37.9473 4.17496C37.9473 3.69333 37.347 3.47293 37.0353 3.84014L3.89764 42.8837C3.61235 43.2198 3.85125 43.7359 4.29213 43.7359L37.4298 43.7359C37.7156 43.7359 37.9473 43.5043 37.9473 43.2185L37.9473 4.17496ZM30.2596 22.2946C30.5712 21.9274 31.1715 22.1478 31.1715 22.6294L31.1715 36.4427C31.1715 36.7285 30.9398 36.9602 30.6541 36.9602L18.9302 36.9602C18.4893 36.9602 18.2504 36.444 18.5357 36.1079L30.2596 22.2946Z" fill="var(--sapContent_Illustrative_Color8)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.1715 35.9602L19.9727 35.9602L30.1715 23.9438L30.1715 35.9602ZM36.2729 3.19309L3.13522 42.2366C2.29857 43.2224 2.99918 44.736 4.29213 44.736L37.4298 44.736C38.2679 44.736 38.9473 44.0566 38.9473 43.2185L38.9473 4.17501C38.9473 2.76257 37.1869 2.11621 36.2729 3.19309ZM37.0353 3.84018C37.347 3.47298 37.9473 3.69338 37.9473 4.17501L37.9473 43.2185C37.9473 43.5043 37.7156 43.736 37.4298 43.736L4.29213 43.736C3.85125 43.736 3.61235 43.2198 3.89764 42.8837L37.0353 3.84018ZM31.1715 22.6295C31.1715 22.1478 30.5712 21.9274 30.2596 22.2946L18.5357 36.108C18.2504 36.4441 18.4893 36.9602 18.9302 36.9602L30.6541 36.9602C30.9398 36.9602 31.1715 36.7285 31.1715 36.4428L31.1715 22.6295Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 11.8489C38.5273 12.125 38.3035 12.3489 38.0273 12.3489L34.9622 12.3489C34.686 12.3489 34.4622 12.125 34.4622 11.8489C34.4622 11.5727 34.686 11.3489 34.9622 11.3489L38.0273 11.3489C38.3035 11.3489 38.5273 11.5727 38.5273 11.8489Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 15.8489C38.5273 16.125 38.3035 16.3489 38.0273 16.3489L34.9622 16.3489C34.686 16.3489 34.4622 16.125 34.4622 15.8489C34.4622 15.5727 34.686 15.3489 34.9622 15.3489L38.0273 15.3489C38.3035 15.3489 38.5273 15.5727 38.5273 15.8489Z" fill="var(--sapContent_Illustrative_Color4)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 19.8489C38.5273 20.125 38.3035 20.3489 38.0273 20.3489L32.1304 20.3489C31.8543 20.3489 31.6304 20.125 31.6304 19.8489C31.6304 19.5727 31.8543 19.3489 32.1304 19.3489L38.0273 19.3489C38.3035 19.3489 38.5273 19.5727 38.5273 19.8489Z" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 23.8489C38.5273 24.125 38.3035 24.3489 38.0273 24.3489L34.9622 24.3489C34.686 24.3489 34.4622 24.125 34.4622 23.8489C34.4622 23.5727 34.686 23.3489 34.9622 23.3489L38.0273 23.3489C38.3035 23.3489 38.5273 23.5727 38.5273 23.8489Z" fill="var(--sapContent_Illustrative_Color4)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 27.8489C38.5273 28.125 38.3035 28.3489 38.0273 28.3489L34.9622 28.3489C34.686 28.3489 34.4622 28.125 34.4622 27.8489C34.4622 27.5727 34.686 27.3489 34.9622 27.3489L38.0273 27.3489C38.3035 27.3489 38.5273 27.5727 38.5273 27.8489Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 31.8489C38.5273 32.125 38.3035 32.3489 38.0273 32.3489L34.9622 32.3489C34.686 32.3489 34.4622 32.125 34.4622 31.8489C34.4622 31.5727 34.686 31.3489 34.9622 31.3489L38.0273 31.3489C38.3035 31.3489 38.5273 31.5727 38.5273 31.8489Z" fill="var(--sapContent_Illustrative_Color4)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 35.8489C38.5273 36.125 38.3035 36.3489 38.0273 36.3489L34.9622 36.3489C34.686 36.3489 34.4622 36.125 34.4622 35.8489C34.4622 35.5727 34.686 35.3489 34.9622 35.3489L38.0273 35.3489C38.3035 35.3489 38.5273 35.5727 38.5273 35.8489Z" fill="var(--sapContent_Illustrative_Color4)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 39.8489C38.5273 40.125 38.3035 40.3489 38.0273 40.3489L32.1304 40.3489C31.8543 40.3489 31.6304 40.125 31.6304 39.8489C31.6304 39.5727 31.8543 39.3489 32.1304 39.3489L38.0273 39.3489C38.3035 39.3489 38.5273 39.5727 38.5273 39.8489Z" fill="var(--sapContent_Illustrative_Color4)"/>
12
+ <path d="M42.9134 43.4137C43.1164 43.8613 42.6395 44.3132 42.2034 44.0864L32.8962 39.2462C32.8452 39.2197 32.7989 39.1848 32.7594 39.1431L29.734 35.9499C29.5374 35.7425 29.5463 35.415 29.7537 35.2184L34.7286 30.5045C34.936 30.308 35.2635 30.3168 35.4601 30.5242L38.4856 33.7172C38.5251 33.759 38.5575 33.8071 38.5812 33.8595L42.9134 43.4137Z" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M41.426 42.555L37.7039 34.3462L35.0661 31.5623L30.7918 35.6124L33.4295 38.3964L41.426 42.555ZM42.2034 44.0864C42.6395 44.3132 43.1164 43.8613 42.9134 43.4137L38.5812 33.8595C38.5575 33.8071 38.5251 33.759 38.4856 33.7172L35.4601 30.5242C35.2635 30.3168 34.936 30.308 34.7286 30.5045L29.7537 35.2184C29.5463 35.415 29.5374 35.7425 29.734 35.9499L32.7594 39.1431C32.7989 39.1848 32.8452 39.2197 32.8962 39.2462L42.2034 44.0864Z" fill="var(--sapContent_Illustrative_Color4)"/>
14
+ <rect x="2.87305" y="7.58081" width="7.86132" height="8.6922" rx="2" transform="rotate(-43.4571 2.87305 7.58081)" fill="var(--sapContent_Illustrative_Color4)"/>
15
+ <path d="M12.8363 6.66906L7.12988 12.0762L32.8136 39.1818L38.52 33.7746L12.8363 6.66906Z" fill="var(--sapContent_Illustrative_Color3)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M37.666 41.7268L41.5392 43.741C42.1933 44.0812 42.9086 43.4034 42.6042 42.7319L40.8013 38.7559L37.666 41.7268Z" fill="var(--sapContent_Illustrative_Color4)"/>
17
+ </svg>
18
+ `;
@@ -0,0 +1,8 @@
1
+ export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Tutorials-alternate">
2
+ <path d="M0.532227 15.0394C0.532227 13.0251 2.16507 11.3923 4.17928 11.3923L38.7654 11.3923C40.7796 11.3923 42.4124 13.0251 42.4124 15.0394V35.716C42.4124 37.7302 40.7796 39.363 38.7654 39.363H4.17928C2.16506 39.363 0.532227 37.7302 0.532227 35.716L0.532227 15.0394Z" fill="var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M3.51318 12.2132C3.51318 10.5347 4.87388 9.17398 6.55239 9.17398L40.4394 9.17398C42.1179 9.17398 43.4786 10.5347 43.4786 12.2132V32.9029C43.4786 34.5814 42.1179 35.9421 40.4394 35.9421H6.55239C4.87388 35.9421 3.51318 34.5814 3.51318 32.9029L3.51318 12.2132Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.55239 8.17398L40.4394 8.17398C42.6702 8.17398 44.4786 9.9824 44.4786 12.2132V32.9029C44.4786 35.1337 42.6702 36.9421 40.4394 36.9421H6.55239C4.3216 36.9421 2.51318 35.1337 2.51318 32.9029L2.51318 12.2132C2.51318 9.98239 4.3216 8.17398 6.55239 8.17398ZM6.55239 9.17398C4.87388 9.17398 3.51318 10.5347 3.51318 12.2132L3.51318 32.9029C3.51318 34.5814 4.87388 35.9421 6.55239 35.9421H40.4394C42.1179 35.9421 43.4786 34.5814 43.4786 32.9029V12.2132C43.4786 10.5347 42.1179 9.17398 40.4394 9.17398L6.55239 9.17398Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M3.51318 12.2132C3.51318 10.5347 4.87388 9.17398 6.55239 9.17398L40.4394 9.17398C42.1179 9.17398 43.4786 10.5347 43.4786 12.2132V14.3705L3.51318 14.3705L3.51318 12.2132Z" fill="var(--sapContent_Illustrative_Color5)"/>
6
+ <path d="M19.154 30.0599C18.5374 30.3682 17.812 29.9198 17.812 29.2305V24.2728V19.3143C17.812 18.625 18.5375 18.1766 19.154 18.4849L29.0702 23.4434C29.7537 23.7851 29.7537 24.7605 29.0702 25.1022L19.154 30.0599Z" fill="var(--sapContent_Illustrative_Color3)"/>
7
+ </svg>
8
+ `;
@@ -0,0 +1,20 @@
1
+ export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Unlock-alternate">
2
+ <path d="M18.1416 43.1594H23.9096V44.5747C23.9096 45.0341 23.5372 45.4065 23.0778 45.4065H18.9734C18.514 45.4065 18.1416 45.0341 18.1416 44.5747V43.1594Z" fill="var(--sapContent_Illustrative_Color4)"/>
3
+ <path d="M34.2656 43.1594H40.0336V44.5747C40.0336 45.0341 39.6612 45.4065 39.2018 45.4065H35.0974C34.638 45.4065 34.2656 45.0341 34.2656 44.5747V43.1594Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path d="M14.6094 20.9124C14.6094 18.8321 16.2957 17.1458 18.376 17.1458H39.799C41.8793 17.1458 43.5656 18.8321 43.5656 20.9124V38.8453C43.5656 40.9255 41.8793 42.6119 39.799 42.6119H18.376C16.2957 42.6119 14.6094 40.9255 14.6094 38.8453V20.9124Z" fill="var(--sapContent_Illustrative_Color8)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.376 16.1458H39.799C42.4316 16.1458 44.5656 18.2798 44.5656 20.9124V38.8453C44.5656 41.4778 42.4316 43.6119 39.799 43.6119H18.376C15.7435 43.6119 13.6094 41.4778 13.6094 38.8453V20.9124C13.6094 18.2798 15.7435 16.1458 18.376 16.1458ZM18.376 17.1458C16.2957 17.1458 14.6094 18.8321 14.6094 20.9124V38.8453C14.6094 40.9255 16.2957 42.6119 18.376 42.6119H39.799C41.8793 42.6119 43.5656 40.9255 43.5656 38.8453V20.9124C43.5656 18.8321 41.8793 17.1458 39.799 17.1458H18.376Z" fill="var(--sapContent_Illustrative_Color4)"/>
6
+ <rect x="17.1123" y="19.793" width="23.95" height="20.1721" rx="2.02817" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <rect x="17.1123" y="19.7927" width="23.95" height="20.1721" rx="2.02817" fill="var(--sapContent_Illustrative_Color4)"/>
8
+ <rect x="0.53125" y="19.7927" width="14.5389" height="20.1721" rx="2.02817" fill="var(--sapContent_Illustrative_Color5)"/>
9
+ <rect x="2.53125" y="19.7927" width="14.5389" height="20.1721" rx="2.02817" fill="var(--sapContent_Illustrative_Color6)"/>
10
+ <ellipse cx="5.48254" cy="26.3718" rx="0.542115" ry="0.893026" fill="var(--sapContent_Illustrative_Color3)"/>
11
+ <ellipse cx="5.48254" cy="33.4438" rx="0.542115" ry="0.893026" fill="var(--sapContent_Illustrative_Color3)"/>
12
+ <path d="M13.8617 29.9078C13.8617 32.3539 12.658 34.3369 11.173 34.3369C9.68814 34.3369 8.48438 32.3539 8.48438 29.9078C8.48438 27.4617 9.68814 25.4788 11.173 25.4788C12.658 25.4788 13.8617 27.4617 13.8617 29.9078Z" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.2194 32.5207C12.5962 31.9001 12.8617 30.9787 12.8617 29.9078C12.8617 28.8369 12.5962 27.9156 12.2194 27.2949C11.8316 26.6561 11.432 26.4788 11.173 26.4788C10.9141 26.4788 10.5145 26.6561 10.1267 27.2949C9.74993 27.9156 9.48438 28.8369 9.48438 29.9078C9.48438 30.9787 9.74993 31.9001 10.1267 32.5207C10.5145 33.1595 10.9141 33.3369 11.173 33.3369C11.432 33.3369 11.8316 33.1595 12.2194 32.5207ZM11.173 34.3369C12.658 34.3369 13.8617 32.3539 13.8617 29.9078C13.8617 27.4617 12.658 25.4788 11.173 25.4788C9.68814 25.4788 8.48438 27.4617 8.48438 29.9078C8.48438 32.3539 9.68814 34.3369 11.173 34.3369Z" fill="var(--sapContent_Illustrative_Color4)"/>
14
+ <rect x="16.2715" y="22.6179" width="1.5883" height="5.60852" rx="0.794148" fill="var(--sapContent_Illustrative_Color5)"/>
15
+ <rect x="16.2715" y="31.5325" width="1.5883" height="5.60852" rx="0.794148" fill="var(--sapContent_Illustrative_Color5)"/>
16
+ <path d="M14.0138 5.2169C13.9459 5.29661 13.9008 5.39313 13.8832 5.49632C13.8655 5.59951 13.876 5.70554 13.9136 5.80326L14.7459 8.15087C14.8834 8.5392 15.2782 8.63442 15.5825 8.5266C15.7087 8.48702 15.8186 8.40755 15.8957 8.30014C15.9729 8.19273 16.0131 8.06319 16.0103 7.93098C16.007 7.86714 15.9941 7.80416 15.972 7.74418L15.1397 5.39658C15.1053 5.29283 15.0435 5.20032 14.9608 5.12882C14.8782 5.05732 14.7777 5.00951 14.6701 4.99043C14.5505 4.96916 14.4274 4.9788 14.3125 5.01844C14.1977 5.05807 14.0948 5.12639 14.0138 5.2169Z" fill="var(--sapContent_Illustrative_Color5)"/>
17
+ <path d="M5.92326 16.0654C5.91142 16.1394 5.91513 16.215 5.93416 16.2875C5.9532 16.3599 5.98713 16.4276 6.03379 16.4862C6.08045 16.5448 6.13882 16.5931 6.20517 16.6279C6.27153 16.6626 6.3444 16.6832 6.41914 16.6883L8.82986 16.962C8.91657 16.9715 9.00431 16.9637 9.08796 16.9389C9.17162 16.9142 9.2495 16.8731 9.31707 16.8179C9.38464 16.7627 9.44055 16.6946 9.48152 16.6176C9.52249 16.5406 9.54771 16.4562 9.5557 16.3693C9.55999 16.3336 9.56134 16.2975 9.55975 16.2616C9.55577 16.1287 9.50214 16.0021 9.40943 15.9067C9.31673 15.8114 9.19168 15.7543 9.05893 15.7466L6.64924 15.4736C6.56257 15.4639 6.47483 15.4716 6.39116 15.4962C6.30749 15.5208 6.22958 15.5619 6.16198 15.617C6.09437 15.6721 6.03844 15.7402 5.99745 15.8171C5.95646 15.8941 5.93124 15.9785 5.92326 16.0654Z" fill="var(--sapContent_Illustrative_Color5)"/>
18
+ <path d="M8.01888 9.58884C8.02742 9.67024 8.05248 9.74905 8.09252 9.82043C8.13256 9.89182 8.18674 9.95429 8.25175 10.004L11.1453 12.2643C11.2756 12.3649 11.4398 12.4113 11.6035 12.3937C11.7672 12.376 11.9178 12.2958 12.0238 12.1697C12.1215 12.0524 12.1716 11.9026 12.1642 11.7501C12.1597 11.6621 12.1363 11.5762 12.0957 11.4981C12.055 11.42 11.998 11.3516 11.9285 11.2976L9.03499 9.03734C8.904 8.93603 8.73885 8.88945 8.57424 8.90738C8.40963 8.92531 8.25838 9.00636 8.15228 9.13349C8.10053 9.19649 8.06203 9.2693 8.03911 9.34755C8.01618 9.4258 8.0093 9.50787 8.01888 9.58884Z" fill="var(--sapContent_Illustrative_Color5)"/>
19
+ </svg>
20
+ `;
@@ -0,0 +1,12 @@
1
+ export default `<svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-UnsuccessfulAuth-alternate">
2
+ <rect x="0.808594" y="8.30908" width="40.7859" height="29.5334" rx="3.16006" fill="var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M3.27539 9.7369C3.27539 8.28252 4.4544 7.10352 5.90878 7.10352L39.5631 7.10352C41.0175 7.10352 42.1965 8.28252 42.1965 9.7369V32.7338C42.1965 34.1882 41.0175 35.3672 39.5631 35.3672H5.90877C4.4544 35.3672 3.27539 34.1882 3.27539 32.7338L3.27539 9.7369Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.90878 6.10352L39.5631 6.10352C41.5698 6.10352 43.1965 7.73024 43.1965 9.7369V32.7338C43.1965 34.7405 41.5698 36.3672 39.5631 36.3672H5.90877C3.90211 36.3672 2.27539 34.7405 2.27539 32.7338L2.27539 9.7369C2.27539 7.73024 3.90211 6.10352 5.90878 6.10352ZM5.90878 7.10352C4.4544 7.10352 3.27539 8.28252 3.27539 9.7369L3.27539 32.7338C3.27539 34.1882 4.4544 35.3672 5.90877 35.3672H39.5631C41.0175 35.3672 42.1965 34.1882 42.1965 32.7338V9.7369C42.1965 8.28252 41.0175 7.10352 39.5631 7.10352L5.90878 7.10352Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M3.27539 9.7369C3.27539 8.28252 4.4544 7.10352 5.90878 7.10352L39.5631 7.10352C41.0175 7.10352 42.1965 8.28252 42.1965 9.7369V12.1642L3.27539 12.1642L3.27539 9.7369Z" fill="var(--sapContent_Illustrative_Color5)"/>
6
+ <rect x="10.9805" y="22.4062" width="23.5117" height="3.84558" rx="1" fill="var(--sapContent_Illustrative_Color20)"/>
7
+ <rect x="10.9805" y="28.0417" width="23.5117" height="3.84558" rx="1" fill="var(--sapContent_Illustrative_Color20)"/>
8
+ <circle cx="22.501" cy="17.4316" r="3.19238" fill="var(--sapContent_Illustrative_Color18)"/>
9
+ <rect x="32.9512" y="33.1479" width="8.61286" height="8.84553" fill="var(--sapContent_Illustrative_Color8)"/>
10
+ <path d="M37.0605 29.168C35.4663 29.168 33.9079 29.6407 32.5823 30.5263C31.2568 31.4119 30.2236 32.6706 29.6136 34.1434C29.0035 35.6161 28.8439 37.2366 29.1549 38.8C29.4659 40.3635 30.2336 41.7996 31.3609 42.9267C32.4881 44.0539 33.9244 44.8215 35.488 45.1325C37.0515 45.4435 38.6722 45.2839 40.1451 44.6739C41.6179 44.0638 42.8768 43.0308 43.7625 41.7054C44.6482 40.38 45.1209 38.8217 45.1209 37.2277C45.1146 35.092 44.2634 33.0457 42.7531 31.5356C41.2428 30.0255 39.1963 29.1743 37.0605 29.168ZM40.0428 39.0814C40.1173 39.1558 40.1763 39.2442 40.2166 39.3414C40.2569 39.4386 40.2776 39.5429 40.2776 39.6481C40.2776 39.7533 40.2569 39.8576 40.2166 39.9548C40.1763 40.052 40.1173 40.1404 40.0428 40.2148C39.9684 40.2892 39.8801 40.3483 39.7828 40.3885C39.6856 40.4288 39.5813 40.4495 39.4761 40.4495C39.3708 40.4495 39.2666 40.4288 39.1694 40.3885C39.0721 40.3483 38.9838 40.2892 38.9093 40.2148L37.0554 38.3611L35.2066 40.2098C35.1321 40.2842 35.0438 40.3432 34.9465 40.3835C34.8493 40.4238 34.7451 40.4445 34.6398 40.4445C34.5346 40.4445 34.4303 40.4238 34.3331 40.3835C34.2358 40.3432 34.1475 40.2842 34.0731 40.2098C33.9986 40.1353 33.9396 40.047 33.8993 39.9498C33.859 39.8525 33.8383 39.7483 33.8383 39.6431C33.8383 39.5378 33.859 39.4336 33.8993 39.3364C33.9396 39.2391 33.9986 39.1508 34.0731 39.0764L35.927 37.2226L34.0781 35.3739C33.9278 35.2236 33.8433 35.0198 33.8433 34.8072C33.8433 34.5947 33.9278 34.3908 34.0781 34.2405C34.2284 34.0902 34.4323 34.0058 34.6448 34.0058C34.8574 34.0058 35.0613 34.0902 35.2116 34.2405L37.0655 36.0943L38.9194 34.2405C39.0697 34.0902 39.2736 34.0058 39.4862 34.0058C39.6987 34.0058 39.9026 34.0902 40.0529 34.2405C40.2032 34.3908 40.2877 34.5947 40.2877 34.8072C40.2877 35.0198 40.2032 35.2236 40.0529 35.3739L38.1864 37.2277L40.0428 39.0814Z" fill="var(--sapContent_Illustrative_Color11)"/>
11
+ </svg>
12
+ `;
@@ -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-Avatar-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="M91.6174 204.026C109.882 212.557 133.808 217.728 160 217.728C188.554 217.728 214.416 211.582 233.185 201.637V107.341C233.185 99.6091 226.917 93.341 219.185 93.341H105.617C97.8854 93.341 91.6174 99.6091 91.6174 107.341V204.026Z" fill="var(--sapContent_Illustrative_Color2)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M79.4403 197.294C98.4753 209.763 127.493 217.728 160 217.728C192.507 217.728 221.525 209.763 240.56 197.294V137.747C240.56 118.969 225.337 103.747 206.56 103.747H113.44C94.6627 103.747 79.4403 118.969 79.4403 137.747V197.294Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M76.4403 198.915L77.7964 199.804C97.4391 212.671 127.07 220.728 160 220.728C192.93 220.728 222.561 212.671 242.203 199.804L243.56 198.915V137.747C243.56 117.312 226.994 100.747 206.56 100.747H113.44C93.0058 100.747 76.4403 117.312 76.4403 137.747V198.915ZM160 217.728C127.493 217.728 98.4753 209.763 79.4403 197.294V137.747C79.4403 118.969 94.6627 103.747 113.44 103.747H206.56C225.337 103.747 240.56 118.969 240.56 137.747V197.294C221.525 209.763 192.507 217.728 160 217.728Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M207.846 152.882C208.674 152.882 209.346 153.553 209.346 154.382V212.553C209.346 213.381 208.674 214.053 207.846 214.053C207.017 214.053 206.346 213.381 206.346 212.553V154.382C206.346 153.553 207.017 152.882 207.846 152.882Z" fill="var(--sapContent_Illustrative_Color4)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M112.154 152.882C112.983 152.882 113.654 153.554 113.654 154.382V212.553C113.654 213.381 112.983 214.053 112.154 214.053C111.326 214.053 110.654 213.381 110.654 212.553V154.382C110.654 153.554 111.326 152.882 112.154 152.882Z" fill="var(--sapContent_Illustrative_Color4)"/>
11
+ <path d="M183.043 161.49C183.043 159.281 181.252 157.49 179.043 157.49H140.958C138.749 157.49 136.958 159.281 136.958 161.49V190.378C136.958 192.587 138.749 194.378 140.958 194.378H179.043C181.252 194.378 183.043 192.587 183.043 190.378V161.49Z" fill="var(--sapContent_Illustrative_Color3)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M116.255 57.1113V71.8995V86.6877C116.255 86.6877 105.864 85.1623 106.267 74.0491V71.8995V69.7513C105.864 58.6367 116.255 57.1113 116.255 57.1113Z" fill="var(--sapContent_Illustrative_Color4)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M202.637 57.1112V71.8994V86.6876C202.637 86.6876 213.028 85.1622 212.624 74.049V71.8994V69.7512C213.028 58.6366 202.637 57.1112 202.637 57.1112Z" fill="var(--sapContent_Illustrative_Color4)"/>
14
+ <path d="M116.235 71.4945C116.376 84.0463 119.918 90.3447 129.286 98.4803C146.15 110.572 175.832 108.315 189.805 98.4417C198.265 92.6805 203.178 83.5295 203.035 70.512C202.75 45.9968 185.12 23.7498 159.61 24.0185C134.111 24.2845 115.953 46.9738 116.235 71.4945Z" fill="var(--sapContent_Illustrative_Color8)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M127.424 100.837L127.538 100.918C136.673 107.469 149.028 109.994 160.706 109.697C172.358 109.401 183.899 106.279 191.515 100.907C200.886 94.5148 206.188 84.3698 206.035 70.479L206.035 70.4771C205.735 44.7172 187.127 20.7285 159.579 21.0187C132.122 21.305 112.937 45.6669 113.235 71.529C113.309 78.0851 114.274 83.2857 116.615 87.9819C118.943 92.6512 122.505 96.5646 127.319 100.745L127.424 100.837ZM116.235 71.4945C116.376 84.0463 119.918 90.3447 129.286 98.4803C146.15 110.572 175.832 108.315 189.805 98.4417C198.265 92.6805 203.178 83.5295 203.035 70.512C202.75 45.9969 185.12 23.7498 159.61 24.0185C134.111 24.2845 115.953 46.9738 116.235 71.4945Z" fill="var(--sapContent_Illustrative_Color4)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M124.631 70.9909C124.842 89.6465 139.033 97.7325 160.045 97.5105C181.056 97.2807 194.763 88.8199 194.557 70.1759C194.34 51.5293 180.275 39.4311 159.262 39.6531C138.258 39.8739 124.416 52.3405 124.631 70.9909Z" fill="var(--sapContent_Illustrative_Color4)"/>
17
+ <path d="M164.378 57.9332C163.286 63.815 167.17 69.4681 173.051 70.5597C178.933 71.6512 184.586 67.768 185.678 61.8862C186.769 56.0043 182.886 50.3513 177.004 49.2597C171.123 48.1681 165.469 52.0514 164.378 57.9332Z" fill="var(--sapContent_Illustrative_Color5)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M159.118 106.156H160.07C160.07 106.156 180.529 106.852 192.897 96.01C192.933 95.9783 192.988 95.992 192.985 96.0403C192.887 97.6566 191.088 116.038 160.07 116.038H159.118C128.099 116.038 126.301 97.6566 126.203 96.0403C126.2 95.992 126.255 95.9783 126.291 96.01C138.659 106.852 159.118 106.156 159.118 106.156Z" fill="var(--sapContent_Illustrative_Color4)"/>
19
+ <path d="M25.945 96.0458C26.2686 90.6747 27.4392 86.6809 28.8233 86.6878C30.2074 86.6946 31.3642 90.7091 31.6603 96.1077C37.052 96.4796 41.0596 97.6846 41.0459 99.0756C41.0321 100.467 37.0176 101.575 31.6397 101.83C31.316 107.201 30.1523 111.195 28.7682 111.188C27.3841 111.181 26.2273 107.167 25.9312 101.768C20.5395 101.396 16.5319 100.191 16.5456 98.8001C16.5594 97.4092 20.5739 96.2937 25.945 96.0458Z" fill="var(--sapContent_Illustrative_Color3)"/>
20
+ <path d="M58.688 70.3931C58.9015 66.7849 59.6865 64.0994 60.6161 64.0994C61.5457 64.0994 62.3238 66.8055 62.5235 70.4344C66.1524 70.6823 68.8448 71.4949 68.831 72.4245C68.8172 73.3541 66.1248 74.1046 62.5166 74.2699C62.2962 77.885 61.5112 80.5706 60.5816 80.5637C59.652 80.5568 58.8739 77.8575 58.6742 74.2286C55.0522 73.9807 52.3598 73.175 52.3667 72.2385C52.3736 71.3021 55.0729 70.5584 58.688 70.3931Z" fill="var(--sapContent_Illustrative_Color3)"/>
21
+ <path d="M287.064 57.8683C286.756 52.6645 285.624 48.7915 284.283 48.7915C282.942 48.7915 281.82 52.6943 281.532 57.9279C276.299 58.2854 272.416 59.4572 272.436 60.7979C272.455 62.1386 276.338 63.221 281.542 63.4593C281.86 68.673 282.992 72.546 284.333 72.5361C285.673 72.5262 286.796 68.6333 287.084 63.3998C292.307 63.0422 296.19 61.8803 296.18 60.5297C296.17 59.1792 292.277 58.1066 287.064 57.8683Z" fill="var(--sapContent_Illustrative_Color3)"/>
22
+ </svg>
23
+ `;
@@ -0,0 +1,32 @@
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-Calculator-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="M52.3651 73.0853C50.5495 63.8737 56.5451 54.9344 65.7567 53.1188L157.946 34.9485C167.157 33.1329 176.097 39.1286 177.912 48.3402L205.7 189.323C207.515 198.535 201.52 207.474 192.308 209.289L100.119 227.46C90.9075 229.275 81.9682 223.28 80.1526 214.068L52.3651 73.0853Z" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <path d="M59.5298 57.3252C58.1414 50.281 62.7263 43.4451 69.7705 42.0567L169.808 22.3394C176.852 20.951 183.688 25.5359 185.077 32.5801L214.411 181.412C215.8 188.456 211.215 195.292 204.171 196.68L104.133 216.398C97.0887 217.786 90.2527 213.201 88.8643 206.157L59.5298 57.3252Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M69.1904 39.1133L169.228 19.396C177.898 17.6872 186.311 23.3302 188.02 31.9999L217.355 180.832C219.064 189.501 213.421 197.915 204.751 199.624L104.713 219.341C96.0433 221.05 87.6298 215.407 85.921 206.737L56.5865 57.9053C54.8777 49.2356 60.5207 40.8221 69.1904 39.1133ZM69.7706 42.0567C62.7264 43.4451 58.1415 50.281 59.5299 57.3252L88.8644 206.157C90.2528 213.201 97.0888 217.786 104.133 216.398L204.171 196.68C211.215 195.292 215.8 188.456 214.411 181.412L185.077 32.5801C183.689 25.5359 176.853 20.951 169.808 22.3394L69.7706 42.0567Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M59.5298 57.3252C58.1414 50.281 62.7263 43.4451 69.7705 42.0567L169.808 22.3394C176.852 20.951 183.688 25.5359 185.077 32.5801L194.547 80.6298L69.0003 105.375L59.5298 57.3252Z" fill="var(--sapContent_Illustrative_Color6)"/>
10
+ <path d="M71.88 59.3044C71.2392 56.0532 73.3553 52.8982 76.6065 52.2574L167.353 34.3713C170.604 33.7305 173.76 35.8466 174.4 39.0978L179.104 62.96C179.744 66.2111 177.628 69.3662 174.377 70.007L83.6302 87.8931C80.3791 88.5339 77.224 86.4177 76.5832 83.1666L71.88 59.3044Z" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M76.0264 49.314L166.773 31.4279C171.65 30.4667 176.383 33.6409 177.344 38.5176L182.047 62.3798C183.008 67.2566 179.834 71.9891 174.957 72.9503L84.2104 90.8364C79.3337 91.7976 74.6011 88.6234 73.6399 83.7467L68.9367 59.8845C67.9755 55.0078 71.1497 50.2752 76.0264 49.314ZM76.6065 52.2574C73.3554 52.8982 71.2393 56.0532 71.8801 59.3044L76.5833 83.1666C77.2241 86.4177 80.3791 88.5338 83.6303 87.893L174.377 70.007C177.628 69.3662 179.744 66.2111 179.104 62.9599L174.4 39.0977C173.76 35.8466 170.605 33.7305 167.353 34.3713L76.6065 52.2574Z" fill="var(--sapContent_Illustrative_Color4)"/>
12
+ <path d="M83.536 118.443C82.8952 115.192 85.0113 112.037 88.2625 111.396L105.26 108.046C108.511 107.405 111.666 109.521 112.307 112.772L113.59 119.281C114.231 122.532 112.114 125.687 108.863 126.328L91.8658 129.678C88.6147 130.319 85.4596 128.203 84.8188 124.952L83.536 118.443Z" fill="var(--sapContent_Illustrative_Color5)"/>
13
+ <path d="M88.463 143.44C87.8222 140.189 89.9383 137.034 93.1895 136.393L110.187 133.043C113.438 132.402 116.593 134.518 117.234 137.77L118.517 144.278C119.158 147.529 117.041 150.684 113.79 151.325L96.7928 154.675C93.5417 155.316 90.3866 153.2 89.7458 149.949L88.463 143.44Z" fill="var(--sapContent_Illustrative_Color5)"/>
14
+ <path d="M93.39 168.438C92.7492 165.187 94.8653 162.032 98.1165 161.391L115.114 158.041C118.365 157.4 121.52 159.517 122.161 162.768L123.444 169.276C124.085 172.527 121.968 175.682 118.717 176.323L101.72 179.673C98.4687 180.314 95.3136 178.198 94.6728 174.947L93.39 168.438Z" fill="var(--sapContent_Illustrative_Color5)"/>
15
+ <path d="M120.41 111.175C119.769 107.924 121.885 104.769 125.136 104.128L142.134 100.778C145.385 100.137 148.54 102.253 149.181 105.505L150.463 112.013C151.104 115.264 148.988 118.419 145.737 119.06L128.739 122.41C125.488 123.051 122.333 120.935 121.692 117.684L120.41 111.175Z" fill="var(--sapContent_Illustrative_Color5)"/>
16
+ <path d="M125.337 136.173C124.696 132.921 126.812 129.766 130.063 129.126L147.061 125.775C150.312 125.135 153.467 127.251 154.108 130.502L155.39 137.01C156.031 140.262 153.915 143.417 150.664 144.057L133.666 147.408C130.415 148.048 127.26 145.932 126.619 142.681L125.337 136.173Z" fill="var(--sapContent_Illustrative_Color5)"/>
17
+ <path d="M130.264 161.171C129.623 157.92 131.739 154.765 134.99 154.124L151.988 150.774C155.239 150.133 158.394 152.249 159.035 155.5L160.317 162.009C160.958 165.26 158.842 168.415 155.591 169.056L138.593 172.406C135.342 173.047 132.187 170.93 131.546 167.679L130.264 161.171Z" fill="var(--sapContent_Illustrative_Color5)"/>
18
+ <path d="M135.191 186.169C134.55 182.918 136.666 179.762 139.917 179.122L156.915 175.772C160.166 175.131 163.321 177.247 163.962 180.498L165.245 187.006C165.885 190.258 163.769 193.413 160.518 194.054L143.521 197.404C140.269 198.044 137.114 195.928 136.474 192.677L135.191 186.169Z" fill="var(--sapContent_Illustrative_Color5)"/>
19
+ <path d="M157.286 103.907C156.645 100.656 158.761 97.5008 162.012 96.86L179.01 93.5098C182.261 92.869 185.416 94.9851 186.057 98.2363L187.34 104.745C187.981 107.996 185.864 111.151 182.613 111.792L165.616 115.142C162.365 115.783 159.21 113.667 158.569 110.415L157.286 103.907Z" fill="var(--sapContent_Illustrative_Color5)"/>
20
+ <path d="M162.213 128.904C161.572 125.653 163.688 122.498 166.939 121.857L183.937 118.507C187.188 117.866 190.343 119.982 190.984 123.234L192.267 129.742C192.908 132.993 190.791 136.148 187.54 136.789L170.543 140.139C167.292 140.78 164.137 138.664 163.496 135.413L162.213 128.904Z" fill="var(--sapContent_Illustrative_Color5)"/>
21
+ <path d="M167.14 153.902C166.499 150.651 168.615 147.496 171.866 146.855L188.864 143.505C192.115 142.864 195.27 144.981 195.911 148.232L197.194 154.74C197.835 157.991 195.718 161.146 192.467 161.787L175.47 165.137C172.219 165.778 169.064 163.662 168.423 160.411L167.14 153.902Z" fill="var(--sapContent_Illustrative_Color5)"/>
22
+ <path d="M98.316 193.437C97.6752 190.186 99.7913 187.03 103.043 186.39L120.04 183.04C123.291 182.399 126.446 184.515 127.087 187.766L128.37 194.274C129.011 197.526 126.894 200.681 123.643 201.321L106.646 204.672C103.395 205.312 100.24 203.196 99.5988 199.945L98.316 193.437Z" fill="var(--sapContent_Illustrative_Color9)"/>
23
+ <path d="M172.066 178.901C171.425 175.65 173.542 172.494 176.793 171.854L193.79 168.503C197.041 167.863 200.196 169.979 200.837 173.23L202.12 179.738C202.761 182.99 200.645 186.145 197.394 186.785L180.396 190.136C177.145 190.776 173.99 188.66 173.349 185.409L172.066 178.901Z" fill="var(--sapContent_Illustrative_Color9)"/>
24
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M114.973 50.85C115.785 50.6898 116.574 51.2188 116.734 52.0316L118.633 61.6658L126.711 60.0736L124.813 50.4394C124.652 49.6266 125.181 48.8378 125.994 48.6776C126.807 48.5174 127.596 49.0465 127.756 49.8592L131.85 70.6297C132.01 71.4425 131.481 72.2313 130.668 72.3915C129.855 72.5517 129.067 72.0227 128.906 71.2099L127.292 63.017L117.742 64.8993C116.929 65.0595 116.14 64.5304 115.98 63.7176L113.791 52.6117C113.631 51.7989 114.16 51.0102 114.973 50.85Z" fill="var(--sapContent_Illustrative_Color4)"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M132.661 48.8924C132.501 48.0796 133.03 47.2908 133.843 47.1306L144.418 45.0463C145.231 44.8861 146.02 45.4151 146.18 46.2279L150.274 66.9984C150.434 67.8112 149.905 68.5999 149.092 68.7601C148.28 68.9203 147.491 68.3913 147.331 67.5785L143.527 48.2797L134.423 50.074C133.61 50.2342 132.822 49.7052 132.661 48.8924Z" fill="var(--sapContent_Illustrative_Color4)"/>
26
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M151.085 45.261C150.925 44.4482 151.454 43.6595 152.267 43.4993L162.842 41.4149C163.655 41.2547 164.444 41.7837 164.604 42.5965L166.651 52.9818C166.811 53.7946 166.282 54.5833 165.469 54.7435L156.366 56.5379L157.847 64.0529L166.951 62.2585C167.763 62.0983 168.552 62.6273 168.712 63.4401C168.873 64.2529 168.344 65.0417 167.531 65.2019L156.955 67.2863C156.565 67.3632 156.16 67.282 155.83 67.0604C155.499 66.8388 155.27 66.495 155.193 66.1047L153.132 55.6463C152.972 54.8335 153.501 54.0448 154.314 53.8846L163.418 52.0902L161.951 44.6483L152.847 46.4427C152.034 46.6029 151.246 46.0738 151.085 45.261Z" fill="var(--sapContent_Illustrative_Color4)"/>
27
+ <path d="M289.862 64.2548C289.862 82.2068 275.309 96.7597 257.357 96.7597C239.405 96.7597 224.853 82.2068 224.853 64.2548C224.853 46.3028 239.405 31.7499 257.357 31.7499C275.309 31.7499 289.862 46.3028 289.862 64.2548Z" fill="var(--sapContent_Illustrative_Color15)"/>
28
+ <path d="M294.239 61.4091C294.239 79.2852 279.748 93.7765 261.872 93.7765C243.996 93.7765 229.505 79.2852 229.505 61.4091C229.505 43.5331 243.996 29.0417 261.872 29.0417C279.748 29.0417 294.239 43.5331 294.239 61.4091Z" fill="var(--sapContent_Illustrative_Color3)"/>
29
+ <path d="M283.194 61.4092C283.194 73.1852 273.648 82.7316 261.872 82.7316C250.096 82.7316 240.55 73.1852 240.55 61.4092C240.55 49.6332 250.096 40.0869 261.872 40.0869C273.648 40.0869 283.194 49.6332 283.194 61.4092Z" fill="var(--sapContent_Illustrative_Color15)"/>
30
+ <path d="M254.158 43.0867C254.158 41.8979 250.707 40.9463 246.096 40.7301C245.832 36.1249 244.817 32.7007 243.628 32.7034C242.439 32.706 241.451 36.1566 241.198 40.7855C236.573 41.1018 233.136 42.1351 233.151 43.3266C233.167 44.5181 236.602 45.4697 241.213 45.6832C241.49 50.2884 242.492 53.7126 243.678 53.7099C244.865 53.7073 245.859 50.2567 246.112 45.6279C250.736 45.3115 254.171 44.2782 254.158 43.0867Z" fill="var(--sapContent_Illustrative_Color8)"/>
31
+ </svg>
32
+ `;
@@ -0,0 +1,21 @@
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-ChartArea-alternate">
2
+ <path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.149 5.44092 165.399 5.44092 172.958C5.44092 180.518 8.4438 187.767 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.767 158.895 180.518 158.895 172.958C158.895 165.399 155.892 158.149 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.474 172.749H69.0149C61.5493 172.889 54.4366 175.953 49.2063 181.282C43.9761 186.611 41.0459 193.78 41.0459 201.246C41.0459 208.713 43.9761 215.882 49.2063 221.211C54.4366 226.54 61.5493 229.604 69.0149 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.513 215.882 193.443 208.713 193.443 201.246C193.443 193.78 190.513 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.964 93.9308H194.515C190.728 93.8599 186.965 94.5446 183.445 95.9449C179.926 97.3452 176.721 99.433 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.398C166.235 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.235 129.966 167.7 133.459C169.166 136.951 171.314 140.117 174.017 142.77C176.721 145.423 179.926 147.511 183.445 148.911C186.965 150.312 190.728 150.997 194.515 150.926H290.964C294.752 150.997 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.463 142.77C314.166 140.117 316.313 136.951 317.779 133.459C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.398C316.313 107.905 314.166 104.739 311.463 102.086C308.759 99.433 305.554 97.3452 302.034 95.9449C298.515 94.5446 294.752 93.8599 290.964 93.9308Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 41.8975H37.767C27.7505 41.8975 18.1444 45.8765 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8765 229.101 41.8975 219.084 41.8975Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <rect x="36.1851" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1851 76.2544)" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <path d="M46.4057 82.3311C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.224 54.5276L252.963 162.544C253.759 168.009 249.975 173.085 244.509 173.881L73.4817 198.801C68.0165 199.597 62.9406 195.812 62.1443 190.347L46.4057 82.3311Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.4267 68.025L225.454 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.046 175.815 244.942 176.85L73.914 201.769C66.8094 202.805 60.2107 197.884 59.1755 190.78L43.4369 82.7636C42.4017 75.6589 47.322 69.0602 54.4267 68.025ZM54.8592 70.9937C49.3941 71.79 45.6092 76.8659 46.4055 82.331L62.1441 190.347C62.9404 195.812 68.0163 199.597 73.4815 198.801L244.509 173.881C249.974 173.085 253.759 168.009 252.963 162.544L237.224 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8592 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M46.4057 82.3311C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.224 54.5276L239.289 68.6976L48.4704 96.5011L46.4057 82.3311Z" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ <circle cx="63.0647" cy="82.4326" r="4.5" transform="rotate(-8.29 63.0647 82.4326)" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <circle cx="79.887" cy="79.9814" r="4.5" transform="rotate(-8.29 79.887 79.9814)" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <circle cx="96.7092" cy="77.5302" r="4.5" transform="rotate(-8.29 96.7092 77.5302)" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.653 24.0821C241.029 24.3984 237.591 25.4317 237.606 26.6232C237.622 27.8147 241.058 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.314 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
14
+ <path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
15
+ <rect x="77.104" y="107.33" width="140.112" height="72.8223" rx="4.63274" transform="rotate(-8.29 77.104 107.33)" fill="var(--sapContent_Illustrative_Color7)"/>
16
+ <rect x="80.7207" y="132.15" width="140.112" height="47.7394" rx="4.63274" transform="rotate(-8.29 80.7207 132.15)" fill="var(--sapContent_Illustrative_Color18)"/>
17
+ <rect x="84.2422" y="156.32" width="140.112" height="23.3146" rx="4.63274" transform="rotate(-8.29 84.2422 156.32)" fill="var(--sapContent_Illustrative_Color19)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M223.208 88.543C224.106 89.9353 223.706 91.792 222.313 92.6903L192.1 112.182C191.468 112.59 190.781 112.907 190.06 113.123L127.857 131.76C127.699 131.807 127.547 131.874 127.405 131.959L79.3159 160.708C77.8938 161.559 76.0517 161.095 75.2015 159.673C74.3514 158.251 74.815 156.409 76.2371 155.559L124.326 126.809C124.894 126.47 125.502 126.202 126.135 126.012L188.338 107.375C188.518 107.321 188.69 107.242 188.848 107.14L219.061 87.6484C220.453 86.7502 222.31 87.1507 223.208 88.543Z" fill="var(--sapContent_Illustrative_Color3)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M226.941 101.521C228.155 102.648 228.226 104.546 227.099 105.761L193.579 141.892C192.337 143.231 190.675 144.104 188.868 144.367L128.104 153.221C127.844 153.259 127.595 153.347 127.369 153.482L84.7723 178.845C83.3487 179.693 81.5074 179.226 80.6598 177.802C79.8121 176.379 80.279 174.538 81.7026 173.69L124.299 148.326C125.201 147.789 126.2 147.435 127.239 147.284L188.003 138.43C188.454 138.364 188.87 138.146 189.181 137.811L222.701 101.68C223.828 100.466 225.726 100.395 226.941 101.521Z" fill="var(--sapContent_Illustrative_Color14)"/>
20
+ </svg>
21
+ `;
@@ -0,0 +1,20 @@
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-ChartArea2-alternate">
2
+ <path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.149 5.44092 165.399 5.44092 172.958C5.44092 180.518 8.4438 187.767 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.767 158.895 180.518 158.895 172.958C158.895 165.399 155.892 158.149 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.474 172.749H69.0149C61.5493 172.889 54.4366 175.953 49.2063 181.282C43.9761 186.611 41.0459 193.78 41.0459 201.246C41.0459 208.713 43.9761 215.882 49.2063 221.211C54.4366 226.54 61.5493 229.604 69.0149 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.513 215.882 193.443 208.713 193.443 201.246C193.443 193.78 190.513 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.964 93.9308H194.515C190.728 93.8599 186.965 94.5446 183.445 95.9449C179.926 97.3452 176.721 99.433 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.398C166.235 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.235 129.966 167.7 133.459C169.166 136.951 171.314 140.117 174.017 142.77C176.721 145.423 179.926 147.511 183.445 148.911C186.965 150.312 190.728 150.997 194.515 150.926H290.964C294.752 150.997 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.463 142.77C314.166 140.117 316.313 136.951 317.779 133.459C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.398C316.313 107.905 314.166 104.739 311.463 102.086C308.759 99.433 305.554 97.3452 302.034 95.9449C298.515 94.5446 294.752 93.8599 290.964 93.9308Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 41.8975H37.767C27.7505 41.8975 18.1444 45.8765 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8765 229.101 41.8975 219.084 41.8975Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <rect x="36.1851" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1851 76.2544)" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <path d="M46.4057 82.3311C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.224 54.5276L252.963 162.544C253.759 168.009 249.975 173.085 244.509 173.881L73.4817 198.801C68.0165 199.597 62.9406 195.812 62.1443 190.347L46.4057 82.3311Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.4267 68.025L225.454 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.046 175.815 244.942 176.85L73.914 201.769C66.8094 202.805 60.2107 197.884 59.1755 190.78L43.4369 82.7636C42.4017 75.6589 47.322 69.0602 54.4267 68.025ZM54.8592 70.9937C49.3941 71.79 45.6092 76.8659 46.4055 82.331L62.1441 190.347C62.9404 195.812 68.0163 199.597 73.4815 198.801L244.509 173.881C249.974 173.085 253.759 168.009 252.963 162.544L237.224 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8592 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M46.4057 82.3311C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.224 54.5276L239.289 68.6976L48.4704 96.5011L46.4057 82.3311Z" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ <circle cx="63.0647" cy="82.4326" r="4.5" transform="rotate(-8.29 63.0647 82.4326)" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <circle cx="79.887" cy="79.9814" r="4.5" transform="rotate(-8.29 79.887 79.9814)" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <circle cx="96.7092" cy="77.5302" r="4.5" transform="rotate(-8.29 96.7092 77.5302)" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.653 24.0821C241.029 24.3984 237.591 25.4317 237.606 26.6232C237.622 27.8147 241.058 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.314 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
14
+ <path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M219.943 96.0615C221.566 96.7732 222.565 98.3796 222.821 100.134L230.632 153.746C230.951 155.932 229.437 157.962 227.251 158.281L86.3867 178.806C84.2007 179.124 82.1703 177.61 81.8518 175.424L77.5531 145.922C77.2568 143.888 78.0079 141.827 79.6354 140.572C87.6525 134.39 98.705 129.036 112.925 129.213C137.957 129.525 157.52 122.486 173.083 113.852C177.551 111.373 181.729 108.786 185.676 106.341C198.937 98.1284 209.596 91.5267 219.943 96.0615Z" fill="var(--sapContent_Illustrative_Color13)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M224.03 108.43L230.632 153.746C230.951 155.932 229.437 157.962 227.251 158.281L86.3869 178.805C84.2008 179.124 82.1704 177.61 81.8519 175.424L78.5378 152.679C91.5466 152.544 111.439 150.417 131.824 142.86C141.614 139.23 151.087 134.27 160.684 129.245C180.078 119.09 199.979 108.669 224.03 108.43Z" fill="var(--sapContent_Illustrative_Color3)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M227.484 104.396L234.591 153.169C235.228 157.541 232.2 161.602 227.828 162.239L86.9636 182.764C82.5915 183.401 78.5308 180.373 77.8937 176.001L73.9198 148.727L78.4964 148.679C91.1644 148.548 110.58 146.47 130.433 139.11C139.943 135.584 149.188 130.749 158.828 125.702L159.152 125.532C178.341 115.484 198.975 104.679 223.99 104.43L227.484 104.396ZM82.5654 152.579C95.4602 152.074 113.442 149.675 131.824 142.86C141.614 139.231 151.087 134.27 160.684 129.245C180.078 119.09 199.979 108.67 224.03 108.43L230.632 153.746C230.951 155.932 229.437 157.962 227.251 158.281L86.3869 178.806C84.2008 179.124 82.1705 177.61 81.8519 175.424L78.5379 152.679C79.816 152.666 81.1605 152.634 82.5654 152.579Z" fill="var(--sapContent_Illustrative_Color8)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M227.345 131.183L230.633 153.746C230.951 155.932 229.437 157.962 227.251 158.281L86.387 178.805C84.2009 179.124 82.1705 177.61 81.852 175.424L81.2066 170.994C94.1912 161.293 117.345 150.278 149.587 150.422C181.243 150.563 209.457 140.37 227.345 131.183Z" fill="var(--sapContent_Illustrative_Color2)"/>
19
+ </svg>
20
+ `;
@@ -0,0 +1,28 @@
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-ChartBPMNFlow-alternate">
2
+ <path d="M130.353 144.456H33.9438C26.3845 144.456 19.1348 147.459 13.7895 152.804C8.44429 158.15 5.44141 165.399 5.44141 172.959C5.44141 180.518 8.44429 187.768 13.7895 193.113C19.1348 198.458 26.3845 201.461 33.9438 201.461H130.393C137.952 201.461 145.202 198.458 150.547 193.113C155.892 187.768 158.895 180.518 158.895 172.959C158.895 165.399 155.892 158.15 150.547 152.804C145.202 147.459 137.952 144.456 130.393 144.456H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.474 172.749H69.0149C61.5493 172.889 54.4366 175.953 49.2063 181.282C43.9761 186.611 41.0459 193.779 41.0459 201.246C41.0459 208.713 43.9761 215.882 49.2063 221.211C54.4366 226.54 61.5493 229.604 69.0149 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.513 215.882 193.443 208.713 193.443 201.246C193.443 193.779 190.513 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749V172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.964 93.9306H194.515C190.728 93.8597 186.965 94.5444 183.445 95.9447C179.926 97.345 176.721 99.4328 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.397C166.235 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.235 129.966 167.7 133.458C169.166 136.951 171.314 140.117 174.017 142.77C176.721 145.423 179.926 147.511 183.445 148.911C186.965 150.312 190.728 150.996 194.515 150.925H290.964C294.752 150.996 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.463 142.77C314.166 140.117 316.313 136.951 317.779 133.458C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.397C316.313 107.905 314.166 104.739 311.463 102.086C308.759 99.4328 305.554 97.345 302.034 95.9447C298.515 94.5444 294.752 93.8597 290.964 93.9306V93.9306Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 41.8974H37.767C27.7505 41.8974 18.1443 45.8764 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644V79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1443 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644V79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8764 229.101 41.8974 219.084 41.8974V41.8974Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <rect x="36.1851" y="76.2542" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1851 76.2542)" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <path d="M46.4057 82.331C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0624 237.224 54.5276L252.963 162.544C253.759 168.009 249.975 173.085 244.509 173.881L73.4817 198.801C68.0165 199.597 62.9406 195.812 62.1443 190.347L46.4057 82.331Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.4267 68.025L225.454 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.046 175.815 244.942 176.85L73.914 201.769C66.8094 202.805 60.2107 197.884 59.1755 190.78L43.4369 82.7636C42.4017 75.6589 47.322 69.0602 54.4267 68.025ZM54.8592 70.9937C49.3941 71.79 45.6092 76.8659 46.4055 82.331L62.1441 190.347C62.9404 195.812 68.0163 199.597 73.4815 198.801L244.509 173.881C249.974 173.085 253.759 168.009 252.963 162.544L237.224 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8592 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M46.4057 82.331C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0624 237.224 54.5276L239.289 68.6976L48.4704 96.501L46.4057 82.331Z" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ <circle cx="63.0647" cy="82.4327" r="4.5" transform="rotate(-8.29 63.0647 82.4327)" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <circle cx="79.887" cy="79.9816" r="4.5" transform="rotate(-8.29 79.887 79.9816)" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <circle cx="96.7092" cy="77.5305" r="4.5" transform="rotate(-8.29 96.7092 77.5305)" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.653 24.0821C241.029 24.3984 237.591 25.4317 237.606 26.6232C237.622 27.8147 241.058 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.314 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
14
+ <path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
15
+ <rect x="64.0674" y="106.313" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.0674 106.313)" fill="var(--sapContent_Illustrative_Color7)"/>
16
+ <rect x="72.8774" y="112.704" width="150" height="32" rx="4.63274" transform="rotate(-8.29 72.8774 112.704)" fill="var(--sapContent_Illustrative_Color18)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M89.2013 161.864L195.363 146.396L195.795 149.365L89.6338 164.833L89.2013 161.864Z" fill="var(--sapContent_Illustrative_Color4)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M204.547 114.741L208.872 144.428L205.904 144.86L201.578 115.174L204.547 114.741Z" fill="var(--sapContent_Illustrative_Color4)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M145.972 126.307L149.865 153.025L146.896 153.458L143.004 126.74L145.972 126.307Z" fill="var(--sapContent_Illustrative_Color4)"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M91.7904 124.602L199.651 108.886L200.084 111.854L92.2229 127.57L91.7904 124.602Z" fill="var(--sapContent_Illustrative_Color4)"/>
21
+ <circle cx="95.3623" cy="162.988" r="9" transform="rotate(-8.29 95.3623 162.988)" fill="var(--sapContent_Illustrative_Color2)"/>
22
+ <circle cx="90.0273" cy="126.374" r="9" transform="rotate(-8.29 90.0273 126.374)" fill="var(--sapContent_Illustrative_Color13)"/>
23
+ <circle cx="201.847" cy="110.082" r="9" transform="rotate(-8.29 201.847 110.082)" fill="var(--sapContent_Illustrative_Color3)"/>
24
+ <rect x="119.111" y="112.031" width="45.9783" height="20" rx="2.00019" transform="rotate(-8.29 119.111 112.031)" fill="var(--sapContent_Illustrative_Color2)"/>
25
+ <rect x="180.56" y="140.468" width="44.4457" height="20" rx="2.00019" transform="rotate(-8.29 180.56 140.468)" fill="var(--sapContent_Illustrative_Color13)"/>
26
+ <rect x="147.418" y="142.266" width="17.6776" height="17.6776" rx="2.00019" transform="rotate(36.71 147.418 142.266)" fill="var(--sapContent_Illustrative_Color14)"/>
27
+ </svg>
28
+ `;
@@ -0,0 +1,20 @@
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-ChartBar-alternate">
2
+ <path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.149 5.44092 165.399 5.44092 172.958C5.44092 180.518 8.4438 187.767 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.767 158.895 180.518 158.895 172.958C158.895 165.399 155.892 158.149 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.474 172.749H69.0149C61.5493 172.889 54.4366 175.953 49.2063 181.282C43.9761 186.611 41.0459 193.78 41.0459 201.246C41.0459 208.713 43.9761 215.882 49.2063 221.211C54.4366 226.54 61.5493 229.604 69.0149 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.513 215.882 193.443 208.713 193.443 201.246C193.443 193.78 190.513 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.964 93.9308H194.515C190.728 93.8599 186.965 94.5446 183.445 95.9449C179.926 97.3452 176.721 99.433 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.398C166.235 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.235 129.966 167.7 133.459C169.166 136.951 171.314 140.117 174.017 142.77C176.721 145.423 179.926 147.511 183.445 148.911C186.965 150.312 190.728 150.997 194.515 150.926H290.964C294.752 150.997 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.463 142.77C314.166 140.117 316.313 136.951 317.779 133.459C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.398C316.313 107.905 314.166 104.739 311.463 102.086C308.759 99.433 305.554 97.3452 302.034 95.9449C298.515 94.5446 294.752 93.8599 290.964 93.9308Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 41.8975H37.767C27.7505 41.8975 18.1444 45.8765 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8765 229.101 41.8975 219.084 41.8975Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <rect x="36.1851" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1851 76.2544)" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <path d="M46.4057 82.3311C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.224 54.5276L252.963 162.544C253.759 168.009 249.975 173.085 244.509 173.881L73.4817 198.801C68.0165 199.597 62.9406 195.812 62.1443 190.347L46.4057 82.3311Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.4267 68.025L225.454 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.046 175.815 244.942 176.85L73.914 201.769C66.8094 202.805 60.2107 197.884 59.1755 190.78L43.4369 82.7636C42.4017 75.6589 47.322 69.0602 54.4267 68.025ZM54.8592 70.9937C49.3941 71.79 45.6092 76.8659 46.4055 82.331L62.1441 190.347C62.9404 195.812 68.0163 199.597 73.4815 198.801L244.509 173.881C249.974 173.085 253.759 168.009 252.963 162.544L237.224 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8592 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M46.4057 82.3311C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.224 54.5276L239.289 68.6976L48.4704 96.5011L46.4057 82.3311Z" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ <circle cx="63.0647" cy="82.4326" r="4.5" transform="rotate(-8.29 63.0647 82.4326)" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <circle cx="79.887" cy="79.9814" r="4.5" transform="rotate(-8.29 79.887 79.9814)" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <circle cx="96.7092" cy="77.5302" r="4.5" transform="rotate(-8.29 96.7092 77.5302)" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.653 24.0821C241.029 24.3984 237.591 25.4317 237.606 26.6232C237.622 27.8147 241.058 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.314 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
14
+ <path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
15
+ <rect x="64.0674" y="106.312" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.0674 106.312)" fill="var(--sapContent_Illustrative_Color7)"/>
16
+ <rect x="85.0654" y="118.086" width="127.458" height="12.1679" rx="2.00019" transform="rotate(-8.29 85.0654 118.086)" fill="var(--sapContent_Illustrative_Color3)"/>
17
+ <rect x="87.7378" y="136.428" width="92.1792" height="12.1679" rx="2" transform="rotate(-8.29 87.7378 136.428)" fill="var(--sapContent_Illustrative_Color14)"/>
18
+ <rect x="90.4102" y="154.77" width="72.5502" height="12.1679" rx="2.00019" transform="rotate(-8.29 90.4102 154.77)" fill="var(--sapContent_Illustrative_Color2)"/>
19
+ </svg>
20
+ `;
@@ -0,0 +1,25 @@
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-ChartBullet-alternate">
2
+ <path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.149 5.44092 165.399 5.44092 172.958C5.44092 180.518 8.4438 187.767 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.767 158.895 180.518 158.895 172.958C158.895 165.399 155.892 158.149 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.474 172.749H69.0146C61.549 172.889 54.4364 175.953 49.2061 181.282C43.9758 186.611 41.0457 193.78 41.0457 201.246C41.0457 208.713 43.9758 215.882 49.2061 221.211C54.4364 226.54 61.549 229.604 69.0146 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.512 215.882 193.443 208.713 193.443 201.246C193.443 193.78 190.512 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.964 93.9308H194.515C190.728 93.8599 186.965 94.5446 183.445 95.9449C179.925 97.3452 176.72 99.433 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.398C166.234 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.234 129.966 167.7 133.459C169.166 136.951 171.314 140.117 174.017 142.77C176.72 145.423 179.925 147.511 183.445 148.911C186.965 150.312 190.728 150.997 194.515 150.926H290.964C294.751 150.997 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.462 142.77C314.166 140.117 316.313 136.951 317.779 133.459C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.398C316.313 107.905 314.166 104.739 311.462 102.086C308.759 99.433 305.554 97.3452 302.034 95.9449C298.515 94.5446 294.751 93.8599 290.964 93.9308Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 41.8975H37.767C27.7505 41.8975 18.1444 45.8765 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8765 229.101 41.8975 219.084 41.8975Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <rect x="36.1853" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1853 76.2544)" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <path d="M46.4059 82.3311C45.6096 76.8659 49.3945 71.79 54.8596 70.9937L225.887 46.0739C231.353 45.2776 236.428 49.0625 237.225 54.5276L252.963 162.544C253.76 168.009 249.975 173.085 244.51 173.881L73.4819 198.801C68.0168 199.597 62.9408 195.812 62.1445 190.347L46.4059 82.3311Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.4269 68.025L225.455 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.047 175.815 244.942 176.85L73.9143 201.769C66.8096 202.805 60.2109 197.884 59.1757 190.78L43.4371 82.7636C42.4019 75.6589 47.3222 69.0602 54.4269 68.025ZM54.8595 70.9937C49.3943 71.79 45.6095 76.8659 46.4058 82.331L62.1444 190.347C62.9407 195.812 68.0166 199.597 73.4817 198.801L244.51 173.881C249.975 173.085 253.759 168.009 252.963 162.544L237.225 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8595 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M46.4059 82.3311C45.6096 76.8659 49.3945 71.79 54.8596 70.9937L225.887 46.0739C231.353 45.2776 236.428 49.0625 237.225 54.5276L239.289 68.6976L48.4706 96.5011L46.4059 82.3311Z" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ <circle cx="63.0649" cy="82.4326" r="4.5" transform="rotate(-8.29 63.0649 82.4326)" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <circle cx="79.8872" cy="79.9814" r="4.5" transform="rotate(-8.29 79.8872 79.9814)" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <circle cx="96.7097" cy="77.5302" r="4.5" transform="rotate(-8.29 96.7097 77.5302)" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.652 24.0821C241.028 24.3984 237.59 25.4317 237.606 26.6232C237.622 27.8147 241.057 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.313 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
14
+ <path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
15
+ <rect x="64.0671" y="106.312" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.0671 106.312)" fill="var(--sapContent_Illustrative_Color7)"/>
16
+ <rect x="104.29" y="171.462" width="28.0869" height="16.852" rx="2.00019" transform="rotate(-98.29 104.29 171.462)" fill="var(--sapContent_Illustrative_Color14)"/>
17
+ <rect x="133.3" y="167.235" width="61.9409" height="16.852" rx="2" transform="rotate(-98.29 133.3 167.235)" fill="var(--sapContent_Illustrative_Color3)"/>
18
+ <rect x="162.31" y="163.008" width="48.751" height="16.852" rx="2.00019" transform="rotate(-98.29 162.31 163.008)" fill="var(--sapContent_Illustrative_Color2)"/>
19
+ <rect x="191.321" y="158.781" width="35.2744" height="16.852" rx="2" transform="rotate(-98.29 191.321 158.781)" fill="var(--sapContent_Illustrative_Color13)"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M94.3086 128.924C94.1891 128.104 94.7568 127.343 95.5766 127.223L116.694 124.146C117.514 124.027 118.275 124.595 118.394 125.414C118.514 126.234 117.946 126.995 117.126 127.115L96.0092 130.192C95.1894 130.311 94.428 129.744 94.3086 128.924Z" fill="var(--sapContent_Illustrative_Color4)"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M126.226 144.652C126.107 143.832 126.675 143.071 127.494 142.951L148.611 139.874C149.431 139.755 150.193 140.323 150.312 141.142C150.432 141.962 149.864 142.724 149.044 142.843L127.927 145.92C127.107 146.039 126.346 145.472 126.226 144.652Z" fill="var(--sapContent_Illustrative_Color4)"/>
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M153.303 127.158C153.184 126.338 153.752 125.577 154.571 125.457L175.689 122.38C176.508 122.261 177.27 122.828 177.389 123.648C177.509 124.468 176.941 125.229 176.121 125.349L155.004 128.426C154.184 128.545 153.423 127.977 153.303 127.158Z" fill="var(--sapContent_Illustrative_Color4)"/>
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M180.715 111.956C180.595 111.136 181.163 110.374 181.983 110.255L203.1 107.178C203.92 107.059 204.681 107.626 204.801 108.446C204.92 109.266 204.352 110.027 203.533 110.147L182.415 113.224C181.596 113.343 180.834 112.775 180.715 111.956Z" fill="var(--sapContent_Illustrative_Color4)"/>
24
+ </svg>
25
+ `;
@@ -0,0 +1,24 @@
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-ChartDoughnut-alternate">
2
+ <path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.149 5.44092 165.399 5.44092 172.958C5.44092 180.518 8.4438 187.767 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.767 158.895 180.518 158.895 172.958C158.895 165.399 155.892 158.149 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.474 172.749H69.0146C61.549 172.889 54.4364 175.953 49.2061 181.282C43.9758 186.611 41.0457 193.78 41.0457 201.246C41.0457 208.713 43.9758 215.882 49.2061 221.211C54.4364 226.54 61.549 229.604 69.0146 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.512 215.882 193.443 208.713 193.443 201.246C193.443 193.78 190.512 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.964 93.9308H194.515C190.728 93.8599 186.965 94.5446 183.445 95.9449C179.925 97.3452 176.72 99.433 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.398C166.234 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.234 129.966 167.7 133.459C169.166 136.951 171.314 140.117 174.017 142.77C176.72 145.423 179.925 147.511 183.445 148.911C186.965 150.312 190.728 150.997 194.515 150.926H290.964C294.751 150.997 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.462 142.77C314.166 140.117 316.313 136.951 317.779 133.459C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.398C316.313 107.905 314.166 104.739 311.462 102.086C308.759 99.433 305.554 97.3452 302.034 95.9449C298.515 94.5446 294.751 93.8599 290.964 93.9308Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 41.8975H37.767C27.7505 41.8975 18.1444 45.8765 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8765 229.101 41.8975 219.084 41.8975Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <rect x="36.1852" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1852 76.2544)" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <path d="M46.4058 82.3311C45.6095 76.8659 49.3944 71.79 54.8595 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.225 54.5276L252.963 162.544C253.76 168.009 249.975 173.085 244.51 173.881L73.4818 198.801C68.0166 199.597 62.9407 195.812 62.1444 190.347L46.4058 82.3311Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.427 68.025L225.455 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.047 175.815 244.942 176.85L73.9143 201.769C66.8097 202.805 60.211 197.884 59.1758 190.78L43.4372 82.7636C42.402 75.6589 47.3223 69.0602 54.427 68.025ZM54.8595 70.9937C49.3944 71.79 45.6095 76.8659 46.4058 82.331L62.1444 190.347C62.9407 195.812 68.0167 199.597 73.4818 198.801L244.51 173.881C249.975 173.085 253.76 168.009 252.963 162.544L237.225 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8595 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M46.4058 82.3311C45.6095 76.8659 49.3944 71.79 54.8595 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.225 54.5276L239.289 68.6976L48.4705 96.5011L46.4058 82.3311Z" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ <circle cx="63.065" cy="82.4326" r="4.5" transform="rotate(-8.29 63.065 82.4326)" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <circle cx="79.8874" cy="79.9814" r="4.5" transform="rotate(-8.29 79.8874 79.9814)" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <circle cx="96.7097" cy="77.5302" r="4.5" transform="rotate(-8.29 96.7097 77.5302)" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.652 24.0821C241.028 24.3984 237.59 25.4317 237.606 26.6232C237.622 27.8147 241.057 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.313 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
14
+ <path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
15
+ <rect x="64.0671" y="106.312" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.0671 106.312)" fill="var(--sapContent_Illustrative_Color7)"/>
16
+ <path d="M113.169 113.809C113.131 113.216 112.621 112.764 112.03 112.824C106.762 113.353 101.734 115.325 97.5039 118.533C92.9884 121.957 89.5837 126.638 87.7164 131.989C85.849 137.34 85.6019 143.123 87.006 148.614C88.4102 154.104 91.4031 159.059 95.6101 162.856C99.817 166.654 105.051 169.125 110.656 169.962C116.261 170.798 121.989 169.963 127.121 167.559C132.254 165.155 136.563 161.291 139.509 156.449C142.268 151.914 143.717 146.711 143.706 141.416C143.704 140.823 143.203 140.361 142.61 140.384L132.464 140.785C131.87 140.808 131.412 141.309 131.397 141.902C131.323 144.776 130.499 147.587 128.999 150.054C127.311 152.827 124.843 155.04 121.903 156.417C118.963 157.794 115.683 158.273 112.472 157.793C109.261 157.314 106.264 155.898 103.854 153.723C101.444 151.548 99.7299 148.71 98.9256 145.565C98.1213 142.42 98.2629 139.108 99.3325 136.043C100.402 132.978 102.352 130.297 104.939 128.335C107.239 126.591 109.952 125.484 112.803 125.118C113.392 125.042 113.843 124.535 113.805 123.943L113.169 113.809Z" fill="var(--sapContent_Illustrative_Color2)"/>
17
+ <path d="M113.626 113.784C113.599 113.191 113.096 112.731 112.504 112.78C108.121 113.147 103.875 114.514 100.095 116.781C96.315 119.048 93.1098 122.15 90.722 125.843C90.3998 126.342 90.569 127.002 91.0791 127.306L99.8061 132.497C100.316 132.8 100.973 132.63 101.309 132.141C102.646 130.193 104.389 128.551 106.423 127.332C108.457 126.112 110.725 125.348 113.074 125.085C113.664 125.019 114.123 124.52 114.095 123.927L113.626 113.784Z" fill="var(--sapContent_Illustrative_Color14)"/>
18
+ <path d="M150.164 133.373C150.757 133.346 151.218 132.843 151.168 132.251C150.883 128.846 149.993 125.515 148.539 122.416C146.931 118.992 144.666 115.919 141.871 113.371C139.076 110.823 135.807 108.851 132.249 107.567C129.029 106.404 125.631 105.826 122.213 105.857C121.62 105.862 121.161 106.367 121.189 106.96L121.752 119.133C121.779 119.726 122.282 120.18 122.876 120.196C124.411 120.239 125.932 120.527 127.381 121.05C129.168 121.695 130.81 122.686 132.213 123.965C133.617 125.245 134.755 126.788 135.562 128.508C136.217 129.902 136.644 131.39 136.828 132.915C136.9 133.505 137.398 133.964 137.991 133.936L150.164 133.373Z" fill="var(--sapContent_Illustrative_Color3)"/>
19
+ <path d="M142.602 140.198C143.195 140.17 143.699 140.629 143.705 141.222C143.741 145.292 142.914 149.328 141.274 153.062C139.489 157.124 136.79 160.719 133.387 163.566C129.984 166.414 125.969 168.436 121.655 169.476C117.69 170.431 113.572 170.533 109.572 169.779C108.989 169.669 108.627 169.091 108.758 168.512L111.005 158.633C111.137 158.054 111.712 157.696 112.298 157.789C114.45 158.134 116.652 158.049 118.778 157.537C121.252 156.941 123.555 155.781 125.506 154.148C127.458 152.514 129.007 150.453 130.03 148.123C130.91 146.121 131.381 143.968 131.422 141.79C131.434 141.196 131.888 140.693 132.481 140.666L142.602 140.198Z" fill="var(--sapContent_Illustrative_Color4)"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M144.992 129.53C145.504 128.879 146.447 128.766 147.099 129.278L165.998 144.131L189.549 140.699C190.369 140.58 191.13 141.148 191.25 141.967C191.369 142.787 190.801 143.549 189.981 143.668L165.794 147.192C165.387 147.252 164.974 147.141 164.651 146.887L145.245 131.636C144.593 131.124 144.48 130.181 144.992 129.53Z" fill="var(--sapContent_Illustrative_Color5)"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M169.766 113.623C169.527 111.983 170.662 110.461 172.302 110.222L217.363 103.656C219.003 103.417 220.526 104.553 220.765 106.192C221.004 107.832 219.868 109.354 218.229 109.593L173.167 116.159C171.527 116.398 170.005 115.262 169.766 113.623Z" fill="var(--sapContent_Illustrative_Color4)"/>
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M172.047 129.282C171.808 127.643 172.944 126.12 174.583 125.881L205.989 121.305C207.629 121.066 209.152 122.201 209.391 123.841C209.63 125.481 208.494 127.003 206.855 127.242L175.448 131.818C173.809 132.057 172.286 130.922 172.047 129.282Z" fill="var(--sapContent_Illustrative_Color4)"/>
23
+ </svg>
24
+ `;
@@ -0,0 +1,25 @@
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-ChartFlow-alternate">
2
+ <path d="M130.353 144.456H33.9438C26.3845 144.456 19.1348 147.459 13.7895 152.804C8.44429 158.15 5.44141 165.399 5.44141 172.959C5.44141 180.518 8.44429 187.768 13.7895 193.113C19.1348 198.458 26.3845 201.461 33.9438 201.461H130.393C137.952 201.461 145.202 198.458 150.547 193.113C155.892 187.768 158.895 180.518 158.895 172.959C158.895 165.399 155.892 158.15 150.547 152.804C145.202 147.459 137.952 144.456 130.393 144.456H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.474 172.749H69.0149C61.5493 172.889 54.4366 175.953 49.2063 181.282C43.9761 186.611 41.0459 193.779 41.0459 201.246C41.0459 208.713 43.9761 215.882 49.2063 221.211C54.4366 226.54 61.5493 229.604 69.0149 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.513 215.882 193.443 208.713 193.443 201.246C193.443 193.779 190.513 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.964 93.9306H194.515C190.728 93.8597 186.965 94.5444 183.445 95.9447C179.926 97.345 176.721 99.4328 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.397C166.235 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.235 129.966 167.7 133.458C169.166 136.951 171.314 140.117 174.017 142.77C176.721 145.423 179.926 147.511 183.445 148.911C186.965 150.312 190.728 150.996 194.515 150.925H290.964C294.752 150.996 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.463 142.77C314.166 140.117 316.313 136.951 317.779 133.458C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.397C316.313 107.905 314.166 104.739 311.463 102.086C308.759 99.4328 305.554 97.345 302.034 95.9447C298.515 94.5444 294.752 93.8597 290.964 93.9306Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 41.8974H37.767C27.7505 41.8974 18.1444 45.8764 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8764 229.101 41.8974 219.084 41.8974Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <rect x="36.1855" y="76.2542" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1855 76.2542)" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <path d="M46.4057 82.331C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0624 237.224 54.5276L252.963 162.544C253.759 168.009 249.975 173.085 244.509 173.881L73.4817 198.801C68.0165 199.597 62.9406 195.812 62.1443 190.347L46.4057 82.331Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.4276 68.025L225.455 43.1053C232.56 42.0701 239.159 46.9904 240.194 54.095L255.933 162.111C256.968 169.216 252.047 175.815 244.943 176.85L73.915 201.769C66.8103 202.805 60.2117 197.884 59.1765 190.78L43.4379 82.7636C42.4027 75.6589 47.323 69.0602 54.4276 68.025ZM54.8602 70.9937C49.3951 71.79 45.6102 76.8659 46.4065 82.331L62.1451 190.347C62.9414 195.812 68.0173 199.597 73.4825 198.801L244.51 173.881C249.975 173.085 253.76 168.009 252.964 162.544L237.225 54.5276C236.429 49.0624 231.353 45.2776 225.888 46.0739L54.8602 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M46.4057 82.331C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0624 237.224 54.5276L239.289 68.6976L48.4704 96.501L46.4057 82.331Z" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ <circle cx="63.0657" cy="82.4327" r="4.5" transform="rotate(-8.29 63.0657 82.4327)" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <circle cx="79.8879" cy="79.9816" r="4.5" transform="rotate(-8.29 79.8879 79.9816)" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <circle cx="96.7102" cy="77.5305" r="4.5" transform="rotate(-8.29 96.7102 77.5305)" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.653 24.0821C241.029 24.3984 237.591 25.4317 237.606 26.6232C237.622 27.8147 241.058 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.314 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
14
+ <path d="M275.618 47.8971C275.618 47.1309 273.394 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.832 41.2056C268.066 41.2073 267.429 43.431 267.265 46.414C264.285 46.6179 262.07 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.276 49.5703C267.454 52.5381 268.1 54.7448 268.864 54.7431C269.629 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.618 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
15
+ <rect x="64.0674" y="106.313" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.0674 106.313)" fill="var(--sapContent_Illustrative_Color7)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M105.268 139.426L102.365 119.507L105.334 119.075L108.236 138.993L105.268 139.426Z" fill="var(--sapContent_Illustrative_Color4)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M105.184 138.851L177.383 128.331L177.815 131.3L105.617 141.82L105.184 138.851Z" fill="var(--sapContent_Illustrative_Color4)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M150.239 154.72L147.207 133.911L150.176 133.478L153.208 154.287C153.248 154.561 153.501 154.75 153.775 154.71L173.61 151.82L174.042 154.789L154.207 157.679C152.294 157.957 150.518 156.633 150.239 154.72Z" fill="var(--sapContent_Illustrative_Color4)"/>
19
+ <rect x="79.6758" y="112.736" width="47.7423" height="13.7645" rx="1.58769" transform="rotate(-8.29 79.6758 112.736)" fill="var(--sapContent_Illustrative_Color3)"/>
20
+ <rect x="92.0801" y="134.781" width="27.87" height="13.3568" rx="1.58769" transform="rotate(-8.29 92.0801 134.781)" fill="var(--sapContent_Illustrative_Color2)"/>
21
+ <rect x="173.798" y="122.874" width="36.1162" height="13.3568" rx="1.58769" transform="rotate(-8.29 173.798 122.874)" fill="var(--sapContent_Illustrative_Color2)"/>
22
+ <rect x="169.263" y="146.808" width="51.9937" height="13.3568" rx="1.58769" transform="rotate(-8.29 169.263 146.808)" fill="var(--sapContent_Illustrative_Color13)"/>
23
+ <rect x="146.944" y="121.704" width="17.1368" height="17.1368" rx="1.58769" transform="rotate(36.71 146.944 121.704)" fill="var(--sapContent_Illustrative_Color14)"/>
24
+ </svg>
25
+ `;
@@ -0,0 +1,25 @@
1
+ export default `<svg width="321" height="240" viewBox="0 0 321 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartGantt-alternate">
2
+ <path d="M130.689 144.456H34.2796C26.7203 144.456 19.4706 147.459 14.1253 152.804C8.78011 158.149 5.77722 165.399 5.77722 172.958C5.77722 180.518 8.78011 187.767 14.1253 193.113C19.4706 198.458 26.7203 201.461 34.2796 201.461H130.729C138.288 201.461 145.538 198.458 150.883 193.113C156.228 187.767 159.231 180.518 159.231 172.958C159.231 165.399 156.228 158.149 150.883 152.804C145.538 147.459 138.288 144.456 130.729 144.456H130.689Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.81 172.749H69.351C61.8853 172.889 54.7727 175.953 49.5424 181.282C44.3121 186.611 41.382 193.78 41.382 201.246C41.382 208.713 44.3121 215.882 49.5424 221.211C54.7727 226.54 61.8853 229.604 69.351 229.744H165.81C173.276 229.604 180.388 226.54 185.618 221.211C190.849 215.882 193.779 208.713 193.779 201.246C193.779 193.78 190.849 186.611 185.618 181.282C180.388 175.953 173.276 172.889 165.81 172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M291.3 93.9308H194.851C191.064 93.8599 187.301 94.5446 183.781 95.9449C180.262 97.3452 177.057 99.433 174.353 102.086C171.65 104.739 169.502 107.905 168.037 111.398C166.571 114.89 165.816 118.64 165.816 122.428C165.816 126.216 166.571 129.966 168.037 133.459C169.502 136.951 171.65 140.117 174.353 142.77C177.057 145.423 180.262 147.511 183.781 148.911C187.301 150.312 191.064 150.997 194.851 150.926H291.3C295.088 150.997 298.851 150.312 302.37 148.911C305.89 147.511 309.095 145.423 311.799 142.77C314.502 140.117 316.649 136.951 318.115 133.459C319.581 129.966 320.336 126.216 320.336 122.428C320.336 118.64 319.581 114.89 318.115 111.398C316.649 107.905 314.502 104.739 311.799 102.086C309.095 99.433 305.89 97.3452 302.37 95.9449C298.851 94.5446 295.088 93.8599 291.3 93.9308Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.421 41.8975H38.1033C28.0869 41.8975 18.4807 45.8765 11.398 52.9591C4.3153 60.0418 0.336304 69.648 0.336304 79.6644C0.336304 89.6808 4.3153 99.287 11.398 106.37C18.4807 113.452 28.0869 117.431 38.1033 117.431H219.421C229.437 117.431 239.043 113.452 246.126 106.37C253.208 99.287 257.188 89.6808 257.188 79.6644C257.188 69.648 253.208 60.0418 246.126 52.9591C239.043 45.8765 229.437 41.8975 219.421 41.8975Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <rect x="36.5215" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.5215 76.2544)" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <path d="M46.742 82.3311C45.9457 76.8659 49.7305 71.79 55.1957 70.9937L226.223 46.0739C231.689 45.2776 236.764 49.0625 237.561 54.5276L253.299 162.544C254.096 168.009 250.311 173.085 244.846 173.881L73.818 198.801C68.3528 199.597 63.2769 195.812 62.4806 190.347L46.742 82.3311Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.7632 68.025L225.791 43.1053C232.896 42.0701 239.494 46.9904 240.53 54.095L256.268 162.111C257.303 169.216 252.383 175.815 245.278 176.85L74.2506 201.769C67.1459 202.805 60.5472 197.884 59.512 190.78L43.7734 82.7636C42.7382 75.6589 47.6585 69.0602 54.7632 68.025ZM55.1958 70.9937C49.7306 71.79 45.9458 76.8659 46.7421 82.331L62.4807 190.347C63.277 195.812 68.3529 199.597 73.818 198.801L244.846 173.881C250.311 173.085 254.096 168.009 253.299 162.544L237.561 54.5276C236.765 49.0624 231.689 45.2776 226.224 46.0739L55.1958 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M46.742 82.3311C45.9457 76.8659 49.7305 71.79 55.1957 70.9937L226.223 46.0739C231.689 45.2776 236.764 49.0625 237.561 54.5276L239.625 68.6976L48.8067 96.5011L46.742 82.3311Z" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ <circle cx="63.4012" cy="82.4326" r="4.5" transform="rotate(-8.29 63.4012 82.4326)" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <circle cx="80.2236" cy="79.9814" r="4.5" transform="rotate(-8.29 80.2236 79.9814)" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <circle cx="97.046" cy="77.5302" r="4.5" transform="rotate(-8.29 97.046 77.5302)" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path d="M258.949 26.3833C258.949 25.1945 255.498 24.2429 250.887 24.0267C250.623 19.4216 249.608 15.9974 248.419 16C247.23 16.0026 246.242 19.4532 245.989 24.0821C241.365 24.3984 237.927 25.4317 237.943 26.6232C237.958 27.8147 241.394 28.7663 246.005 28.9798C246.281 33.585 247.283 37.0092 248.47 37.0066C249.656 37.0039 250.65 33.5534 250.903 28.9245C255.527 28.6082 258.962 27.5748 258.949 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
14
+ <path d="M275.953 47.8971C275.953 47.1309 273.729 46.5176 270.758 46.3783C270.588 43.4106 269.934 41.2039 269.168 41.2056C268.401 41.2073 267.764 43.431 267.601 46.414C264.621 46.6179 262.406 47.2838 262.416 48.0516C262.426 48.8195 264.64 49.4327 267.611 49.5703C267.79 52.5381 268.435 54.7448 269.2 54.7431C269.965 54.7414 270.605 52.5177 270.768 49.5347C273.748 49.3308 275.962 48.6649 275.953 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
15
+ <rect x="64.4034" y="106.312" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.4034 106.312)" fill="var(--sapContent_Illustrative_Color7)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M77.0411 111.136C77.8608 111.016 78.6222 111.584 78.7417 112.404L87.7394 174.156C87.8588 174.976 87.2911 175.738 86.4714 175.857C85.6516 175.977 84.8902 175.409 84.7707 174.589L75.773 112.836C75.6536 112.017 76.2213 111.255 77.0411 111.136Z" fill="var(--sapContent_Illustrative_Color6)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M122.56 104.503C123.38 104.384 124.142 104.952 124.261 105.771L133.259 167.524C133.378 168.344 132.811 169.105 131.991 169.225C131.171 169.344 130.41 168.776 130.29 167.957L121.292 106.204C121.173 105.384 121.741 104.623 122.56 104.503Z" fill="var(--sapContent_Illustrative_Color6)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M168.08 97.8711C168.9 97.7516 169.661 98.3193 169.78 99.1391L178.778 160.892C178.898 161.712 178.33 162.473 177.51 162.592C176.69 162.712 175.929 162.144 175.809 161.324L166.812 99.5717C166.692 98.7519 167.26 97.9905 168.08 97.8711Z" fill="var(--sapContent_Illustrative_Color6)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M213.599 91.2382C214.419 91.1188 215.18 91.6865 215.3 92.5063L224.298 154.259C224.417 155.079 223.849 155.84 223.029 155.96C222.21 156.079 221.448 155.511 221.329 154.692L212.331 92.9388C212.212 92.1191 212.779 91.3577 213.599 91.2382Z" fill="var(--sapContent_Illustrative_Color6)"/>
20
+ <rect x="78.6844" y="117.916" width="59.7356" height="12.1679" rx="2" transform="rotate(-8.29 78.6844 117.916)" fill="var(--sapContent_Illustrative_Color3)"/>
21
+ <rect x="164.615" y="145.156" width="62.2009" height="12.1679" rx="2" transform="rotate(-8.29 164.615 145.156)" fill="var(--sapContent_Illustrative_Color14)"/>
22
+ <rect x="161.757" y="125.542" width="32.0969" height="12.1679" rx="2" transform="rotate(-8.29 161.757 125.542)" fill="var(--sapContent_Illustrative_Color2)"/>
23
+ <rect x="107.703" y="133.417" width="49.6197" height="12.1679" rx="2" transform="rotate(-8.29 107.703 133.417)" fill="var(--sapContent_Illustrative_Color2)"/>
24
+ </svg>
25
+ `;
@@ -0,0 +1,36 @@
1
+ export default `<svg width="321" height="240" viewBox="0 0 321 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartOrg-alternate">
2
+ <path d="M130.521 144.456H34.1116C26.5523 144.456 19.3026 147.459 13.9574 152.804C8.61212 158.149 5.60924 165.399 5.60924 172.958C5.60924 180.518 8.61212 187.767 13.9574 193.113C19.3026 198.458 26.5523 201.461 34.1116 201.461H130.561C138.12 201.461 145.37 198.458 150.715 193.113C156.06 187.767 159.063 180.518 159.063 172.958C159.063 165.399 156.06 158.149 150.715 152.804C145.37 147.459 138.12 144.456 130.561 144.456H130.521Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.642 172.749H69.183C61.7173 172.889 54.6047 175.953 49.3744 181.282C44.1441 186.611 41.214 193.78 41.214 201.246C41.214 208.713 44.1441 215.882 49.3744 221.211C54.6047 226.54 61.7173 229.604 69.183 229.744H165.642C173.108 229.604 180.22 226.54 185.45 221.211C190.681 215.882 193.611 208.713 193.611 201.246C193.611 193.78 190.681 186.611 185.45 181.282C180.22 175.953 173.108 172.889 165.642 172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M291.132 93.9308H194.683C190.896 93.8599 187.133 94.5446 183.613 95.9449C180.094 97.3452 176.889 99.433 174.185 102.086C171.482 104.739 169.334 107.905 167.869 111.398C166.403 114.89 165.648 118.64 165.648 122.428C165.648 126.216 166.403 129.966 167.869 133.459C169.334 136.951 171.482 140.117 174.185 142.77C176.889 145.423 180.094 147.511 183.613 148.911C187.133 150.312 190.896 150.997 194.683 150.926H291.132C294.92 150.997 298.683 150.312 302.203 148.911C305.722 147.511 308.927 145.423 311.631 142.77C314.334 140.117 316.481 136.951 317.947 133.459C319.413 129.966 320.168 126.216 320.168 122.428C320.168 118.64 319.413 114.89 317.947 111.398C316.481 107.905 314.334 104.739 311.631 102.086C308.927 99.433 305.722 97.3452 302.203 95.9449C298.683 94.5446 294.92 93.8599 291.132 93.9308Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.253 41.8975H37.9353C27.9189 41.8975 18.3127 45.8765 11.23 52.9591C4.14732 60.0418 0.16832 69.648 0.16832 79.6644C0.16832 89.6808 4.14732 99.287 11.23 106.37C18.3127 113.452 27.9189 117.431 37.9353 117.431H219.253C229.269 117.431 238.875 113.452 245.958 106.37C253.04 99.287 257.02 89.6808 257.02 79.6644C257.02 69.648 253.04 60.0418 245.958 52.9591C238.875 45.8765 229.269 41.8975 219.253 41.8975Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <rect x="36.3535" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.3535 76.2544)" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <path d="M46.5741 82.3311C45.7778 76.8659 49.5627 71.79 55.0278 70.9937L226.056 46.0739C231.521 45.2776 236.597 49.0625 237.393 54.5276L253.132 162.544C253.928 168.009 250.143 173.085 244.678 173.881L73.6501 198.801C68.1849 199.597 63.109 195.812 62.3127 190.347L46.5741 82.3311Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.5953 68.025L225.623 43.1053C232.728 42.0701 239.326 46.9904 240.362 54.095L256.1 162.111C257.135 169.216 252.215 175.815 245.11 176.85L74.0826 201.769C66.978 202.805 60.3793 197.884 59.3441 190.78L43.6055 82.7636C42.5703 75.6589 47.4906 69.0602 54.5953 68.025ZM55.0278 70.9937C49.5627 71.79 45.7778 76.8659 46.5741 82.331L62.3127 190.347C63.109 195.812 68.1849 199.597 73.6501 198.801L244.678 173.881C250.143 173.085 253.928 168.009 253.132 162.544L237.393 54.5276C236.597 49.0624 231.521 45.2776 226.056 46.0739L55.0278 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M46.5741 82.3311C45.7778 76.8659 49.5627 71.79 55.0278 70.9937L226.056 46.0739C231.521 45.2776 236.597 49.0625 237.393 54.5276L239.458 68.6976L48.6388 96.5011L46.5741 82.3311Z" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ <circle cx="63.2333" cy="82.4326" r="4.5" transform="rotate(-8.29 63.2333 82.4326)" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <circle cx="80.0557" cy="79.9814" r="4.5" transform="rotate(-8.29 80.0557 79.9814)" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <circle cx="96.878" cy="77.5302" r="4.5" transform="rotate(-8.29 96.878 77.5302)" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path d="M258.781 26.3833C258.781 25.1945 255.33 24.2429 250.719 24.0267C250.455 19.4216 249.44 15.9974 248.251 16C247.062 16.0026 246.074 19.4532 245.821 24.0821C241.197 24.3984 237.759 25.4317 237.775 26.6232C237.79 27.8147 241.226 28.7663 245.837 28.9798C246.113 33.585 247.115 37.0092 248.302 37.0066C249.488 37.0039 250.482 33.5534 250.735 28.9245C255.359 28.6082 258.794 27.5748 258.781 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
14
+ <path d="M275.785 47.8971C275.785 47.1309 273.561 46.5176 270.59 46.3783C270.42 43.4106 269.766 41.2039 269 41.2056C268.233 41.2073 267.596 43.431 267.433 46.414C264.453 46.6179 262.238 47.2838 262.248 48.0516C262.258 48.8195 264.472 49.4327 267.443 49.5703C267.622 52.5381 268.267 54.7448 269.032 54.7431C269.797 54.7414 270.437 52.5177 270.6 49.5347C273.58 49.3308 275.794 48.6649 275.785 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
15
+ <rect x="64.2355" y="106.312" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.2355 106.312)" fill="var(--sapContent_Illustrative_Color7)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M102.699 149.493L149.157 117.137L150.871 119.599L104.413 151.955L102.699 149.493Z" fill="var(--sapContent_Illustrative_Color4)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M203.613 134.789L149.853 117.036L148.912 119.884L202.672 137.638L203.613 134.789Z" fill="var(--sapContent_Illustrative_Color4)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M151.891 145.709L147.86 118.045L150.829 117.612L154.859 145.277L151.891 145.709Z" fill="var(--sapContent_Illustrative_Color4)"/>
19
+ <rect x="136.716" y="106.49" width="22.2281" height="22.2281" rx="11.1141" transform="rotate(-8.29 136.716 106.49)" fill="var(--sapContent_Illustrative_Color3)"/>
20
+ <path d="M161.285 114.104C162.25 120.727 157.663 126.878 151.04 127.843C144.417 128.808 138.265 124.222 137.3 117.598C136.335 110.975 140.922 104.824 147.545 103.859C154.168 102.894 160.32 107.48 161.285 114.104Z" fill="var(--sapContent_Illustrative_Color3)"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M141.446 125.087C141.598 121.83 144.04 119.122 147.283 118.65L152.053 117.955C155.285 117.484 158.387 119.367 159.473 122.427C157.641 125.261 154.641 127.319 151.04 127.843C147.455 128.366 144.007 127.261 141.446 125.087ZM152.738 110.954C153.064 113.193 151.513 115.273 149.274 115.599C147.035 115.925 144.955 114.374 144.629 112.135C144.302 109.896 145.853 107.816 148.092 107.49C150.332 107.163 152.412 108.714 152.738 110.954Z" fill="var(--sapContent_Illustrative_Color8)"/>
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M150.617 124.938C155.635 124.207 159.111 119.546 158.38 114.527C157.649 109.508 152.987 106.032 147.968 106.764C142.95 107.495 139.474 112.156 140.205 117.175C140.936 122.194 145.598 125.67 150.617 124.938ZM151.04 127.843C157.663 126.878 162.25 120.727 161.285 114.104C160.32 107.48 154.168 102.894 147.545 103.859C140.922 104.824 136.335 110.975 137.3 117.598C138.265 124.222 144.417 128.808 151.04 127.843Z" fill="var(--sapContent_Illustrative_Color3)"/>
23
+ <rect x="92.4293" y="149.323" width="22.2281" height="22.2281" rx="11.1141" transform="rotate(-8.29 92.4293 149.323)" fill="var(--sapContent_Illustrative_Color2)"/>
24
+ <path d="M116.998 156.937C117.963 163.56 113.376 169.711 106.753 170.676C100.13 171.641 93.9783 167.055 93.0133 160.431C92.0482 153.808 96.6351 147.657 103.258 146.692C109.881 145.727 116.033 150.313 116.998 156.937Z" fill="var(--sapContent_Illustrative_Color2)"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M97.1593 167.92C97.3113 164.663 99.7527 161.955 102.996 161.483L107.766 160.788C110.998 160.317 114.1 162.2 115.186 165.26C113.354 168.094 110.354 170.152 106.753 170.676C103.168 171.199 99.7204 170.094 97.1593 167.92ZM108.451 153.787C108.777 156.026 107.226 158.106 104.987 158.432C102.748 158.758 100.668 157.207 100.342 154.968C100.015 152.729 101.566 150.649 103.806 150.323C106.045 149.996 108.125 151.547 108.451 153.787Z" fill="var(--sapContent_Illustrative_Color8)"/>
26
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M106.33 167.771C111.349 167.04 114.824 162.379 114.093 157.36C113.362 152.341 108.7 148.865 103.682 149.597C98.6627 150.328 95.187 154.989 95.9182 160.008C96.6495 165.027 101.311 168.503 106.33 167.771ZM106.753 170.676C113.376 169.711 117.963 163.56 116.998 156.937C116.033 150.313 109.881 145.727 103.258 146.692C96.6351 147.657 92.0482 153.808 93.0133 160.431C93.9783 167.055 100.13 171.641 106.753 170.676Z" fill="var(--sapContent_Illustrative_Color2)"/>
27
+ <rect x="141.907" y="142.113" width="22.2281" height="22.2281" rx="11.1141" transform="rotate(-8.29 141.907 142.113)" fill="var(--sapContent_Illustrative_Color13)"/>
28
+ <path d="M166.476 149.727C167.441 156.35 162.854 162.502 156.231 163.467C149.607 164.432 143.456 159.845 142.491 153.222C141.526 146.599 146.113 140.447 152.736 139.482C159.359 138.517 165.511 143.104 166.476 149.727Z" fill="var(--sapContent_Illustrative_Color13)"/>
29
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M146.637 160.711C146.789 157.453 149.23 154.746 152.474 154.273L157.243 153.578C160.476 153.107 163.578 154.991 164.663 158.051C162.831 160.884 159.832 162.942 156.231 163.467C152.645 163.989 149.198 162.885 146.637 160.711ZM157.929 146.577C158.255 148.816 156.704 150.896 154.465 151.223C152.225 151.549 150.145 149.998 149.819 147.759C149.493 145.519 151.044 143.439 153.283 143.113C155.522 142.787 157.602 144.338 157.929 146.577Z" fill="var(--sapContent_Illustrative_Color8)"/>
30
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M155.807 160.562C160.826 159.831 164.302 155.169 163.571 150.15C162.839 145.132 158.178 141.656 153.159 142.387C148.14 143.118 144.665 147.78 145.396 152.799C146.127 157.817 150.788 161.293 155.807 160.562ZM156.231 163.467C162.854 162.502 167.441 156.35 166.476 149.727C165.511 143.104 159.359 138.517 152.736 139.482C146.113 140.447 141.526 146.599 142.491 153.222C143.456 159.845 149.607 164.432 156.231 163.467Z" fill="var(--sapContent_Illustrative_Color13)"/>
31
+ <rect x="191.384" y="134.904" width="22.2281" height="22.2281" rx="11.1141" transform="rotate(-8.29 191.384 134.904)" fill="var(--sapContent_Illustrative_Color2)"/>
32
+ <path d="M215.953 142.518C216.918 149.141 212.331 155.293 205.708 156.258C199.085 157.223 192.933 152.636 191.968 146.013C191.003 139.39 195.59 133.238 202.213 132.273C208.837 131.308 214.988 135.895 215.953 142.518Z" fill="var(--sapContent_Illustrative_Color2)"/>
33
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M196.114 153.502C196.266 150.244 198.708 147.537 201.951 147.064L206.721 146.369C209.953 145.898 213.055 147.782 214.141 150.842C212.309 153.675 209.31 155.733 205.708 156.258C202.123 156.78 198.675 155.676 196.114 153.502ZM207.406 139.368C207.732 141.607 206.182 143.687 203.942 144.014C201.703 144.34 199.623 142.789 199.297 140.55C198.97 138.31 200.521 136.23 202.761 135.904C205 135.578 207.08 137.129 207.406 139.368Z" fill="var(--sapContent_Illustrative_Color8)"/>
34
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M205.285 153.353C210.304 152.622 213.779 147.96 213.048 142.941C212.317 137.923 207.655 134.447 202.637 135.178C197.618 135.909 194.142 140.571 194.873 145.59C195.605 150.608 200.266 154.084 205.285 153.353ZM205.708 156.258C212.331 155.293 216.918 149.141 215.953 142.518C214.988 135.895 208.837 131.308 202.213 132.273C195.59 133.238 191.003 139.39 191.968 146.013C192.933 152.636 199.085 157.223 205.708 156.258Z" fill="var(--sapContent_Illustrative_Color2)"/>
35
+ </svg>
36
+ `;