@ui5/webcomponents-fiori 0.0.0-037d08c67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3113) hide show
  1. package/.env.production +1 -0
  2. package/.env.testing +4 -0
  3. package/.npsrc.json +3 -0
  4. package/CHANGELOG.md +4053 -0
  5. package/LICENSE.txt +201 -0
  6. package/README.md +77 -0
  7. package/cypress.config.js +3 -0
  8. package/dist/.tsbuildinfo +1 -0
  9. package/dist/Assets-fetch.d.ts +3 -0
  10. package/dist/Assets-fetch.js +6 -0
  11. package/dist/Assets-fetch.js.map +1 -0
  12. package/dist/Assets-node.d.ts +14 -0
  13. package/dist/Assets-node.js +17 -0
  14. package/dist/Assets-node.js.map +1 -0
  15. package/dist/Assets.d.ts +3 -0
  16. package/dist/Assets.js +6 -0
  17. package/dist/Assets.js.map +1 -0
  18. package/dist/BarcodeScannerDialog.d.ts +137 -0
  19. package/dist/BarcodeScannerDialog.js +366 -0
  20. package/dist/BarcodeScannerDialog.js.map +1 -0
  21. package/dist/BarcodeScannerDialogTemplate.d.ts +2 -0
  22. package/dist/BarcodeScannerDialogTemplate.js +8 -0
  23. package/dist/BarcodeScannerDialogTemplate.js.map +1 -0
  24. package/dist/DynamicPage.d.ts +165 -0
  25. package/dist/DynamicPage.js +398 -0
  26. package/dist/DynamicPage.js.map +1 -0
  27. package/dist/DynamicPageHeader.d.ts +57 -0
  28. package/dist/DynamicPageHeader.js +93 -0
  29. package/dist/DynamicPageHeader.js.map +1 -0
  30. package/dist/DynamicPageHeaderActions.d.ts +77 -0
  31. package/dist/DynamicPageHeaderActions.js +181 -0
  32. package/dist/DynamicPageHeaderActions.js.map +1 -0
  33. package/dist/DynamicPageHeaderActionsTemplate.d.ts +2 -0
  34. package/dist/DynamicPageHeaderActionsTemplate.js +8 -0
  35. package/dist/DynamicPageHeaderActionsTemplate.js.map +1 -0
  36. package/dist/DynamicPageHeaderTemplate.d.ts +2 -0
  37. package/dist/DynamicPageHeaderTemplate.js +5 -0
  38. package/dist/DynamicPageHeaderTemplate.js.map +1 -0
  39. package/dist/DynamicPageTemplate.d.ts +2 -0
  40. package/dist/DynamicPageTemplate.js +14 -0
  41. package/dist/DynamicPageTemplate.js.map +1 -0
  42. package/dist/DynamicPageTitle.d.ts +172 -0
  43. package/dist/DynamicPageTitle.js +246 -0
  44. package/dist/DynamicPageTitle.js.map +1 -0
  45. package/dist/DynamicPageTitleTemplate.d.ts +2 -0
  46. package/dist/DynamicPageTitleTemplate.js +16 -0
  47. package/dist/DynamicPageTitleTemplate.js.map +1 -0
  48. package/dist/DynamicSideContent.d.ts +234 -0
  49. package/dist/DynamicSideContent.js +413 -0
  50. package/dist/DynamicSideContent.js.map +1 -0
  51. package/dist/DynamicSideContentTemplate.d.ts +2 -0
  52. package/dist/DynamicSideContentTemplate.js +14 -0
  53. package/dist/DynamicSideContentTemplate.js.map +1 -0
  54. package/dist/FilterItem.d.ts +45 -0
  55. package/dist/FilterItem.js +48 -0
  56. package/dist/FilterItem.js.map +1 -0
  57. package/dist/FilterItemOption.d.ts +38 -0
  58. package/dist/FilterItemOption.js +54 -0
  59. package/dist/FilterItemOption.js.map +1 -0
  60. package/dist/FlexibleColumnLayout.d.ts +432 -0
  61. package/dist/FlexibleColumnLayout.js +1177 -0
  62. package/dist/FlexibleColumnLayout.js.map +1 -0
  63. package/dist/FlexibleColumnLayoutTemplate.d.ts +2 -0
  64. package/dist/FlexibleColumnLayoutTemplate.js +40 -0
  65. package/dist/FlexibleColumnLayoutTemplate.js.map +1 -0
  66. package/dist/GroupItem.d.ts +38 -0
  67. package/dist/GroupItem.js +54 -0
  68. package/dist/GroupItem.js.map +1 -0
  69. package/dist/IllustratedMessage.d.ts +252 -0
  70. package/dist/IllustratedMessage.js +426 -0
  71. package/dist/IllustratedMessage.js.map +1 -0
  72. package/dist/IllustratedMessageTemplate.d.ts +2 -0
  73. package/dist/IllustratedMessageTemplate.js +27 -0
  74. package/dist/IllustratedMessageTemplate.js.map +1 -0
  75. package/dist/MediaGallery.d.ts +178 -0
  76. package/dist/MediaGallery.js +441 -0
  77. package/dist/MediaGallery.js.map +1 -0
  78. package/dist/MediaGalleryItem.d.ts +117 -0
  79. package/dist/MediaGalleryItem.js +238 -0
  80. package/dist/MediaGalleryItem.js.map +1 -0
  81. package/dist/MediaGalleryItemTemplate.d.ts +2 -0
  82. package/dist/MediaGalleryItemTemplate.js +7 -0
  83. package/dist/MediaGalleryItemTemplate.js.map +1 -0
  84. package/dist/MediaGalleryTemplate.d.ts +2 -0
  85. package/dist/MediaGalleryTemplate.js +10 -0
  86. package/dist/MediaGalleryTemplate.js.map +1 -0
  87. package/dist/NavigationLayout.d.ts +74 -0
  88. package/dist/NavigationLayout.js +127 -0
  89. package/dist/NavigationLayout.js.map +1 -0
  90. package/dist/NavigationLayoutTemplate.d.ts +2 -0
  91. package/dist/NavigationLayoutTemplate.js +5 -0
  92. package/dist/NavigationLayoutTemplate.js.map +1 -0
  93. package/dist/NavigationMenu.d.ts +37 -0
  94. package/dist/NavigationMenu.js +68 -0
  95. package/dist/NavigationMenu.js.map +1 -0
  96. package/dist/NavigationMenuItem.d.ts +86 -0
  97. package/dist/NavigationMenuItem.js +159 -0
  98. package/dist/NavigationMenuItem.js.map +1 -0
  99. package/dist/NavigationMenuItemTemplate.d.ts +3 -0
  100. package/dist/NavigationMenuItemTemplate.js +34 -0
  101. package/dist/NavigationMenuItemTemplate.js.map +1 -0
  102. package/dist/NavigationMenuTemplate.d.ts +2 -0
  103. package/dist/NavigationMenuTemplate.js +12 -0
  104. package/dist/NavigationMenuTemplate.js.map +1 -0
  105. package/dist/NotificationList.d.ts +73 -0
  106. package/dist/NotificationList.js +135 -0
  107. package/dist/NotificationList.js.map +1 -0
  108. package/dist/NotificationListGroupItem.d.ts +93 -0
  109. package/dist/NotificationListGroupItem.js +224 -0
  110. package/dist/NotificationListGroupItem.js.map +1 -0
  111. package/dist/NotificationListGroupItemTemplate.d.ts +2 -0
  112. package/dist/NotificationListGroupItemTemplate.js +10 -0
  113. package/dist/NotificationListGroupItemTemplate.js.map +1 -0
  114. package/dist/NotificationListGroupList.d.ts +23 -0
  115. package/dist/NotificationListGroupList.js +52 -0
  116. package/dist/NotificationListGroupList.js.map +1 -0
  117. package/dist/NotificationListInternal.d.ts +21 -0
  118. package/dist/NotificationListInternal.js +161 -0
  119. package/dist/NotificationListInternal.js.map +1 -0
  120. package/dist/NotificationListItem.d.ts +200 -0
  121. package/dist/NotificationListItem.js +454 -0
  122. package/dist/NotificationListItem.js.map +1 -0
  123. package/dist/NotificationListItemBase.d.ts +52 -0
  124. package/dist/NotificationListItemBase.js +103 -0
  125. package/dist/NotificationListItemBase.js.map +1 -0
  126. package/dist/NotificationListItemTemplate.d.ts +2 -0
  127. package/dist/NotificationListItemTemplate.js +19 -0
  128. package/dist/NotificationListItemTemplate.js.map +1 -0
  129. package/dist/NotificationListTemplate.d.ts +2 -0
  130. package/dist/NotificationListTemplate.js +6 -0
  131. package/dist/NotificationListTemplate.js.map +1 -0
  132. package/dist/Page.d.ts +84 -0
  133. package/dist/Page.js +127 -0
  134. package/dist/Page.js.map +1 -0
  135. package/dist/PageTemplate.d.ts +2 -0
  136. package/dist/PageTemplate.js +11 -0
  137. package/dist/PageTemplate.js.map +1 -0
  138. package/dist/ProductSwitch.d.ts +79 -0
  139. package/dist/ProductSwitch.js +142 -0
  140. package/dist/ProductSwitch.js.map +1 -0
  141. package/dist/ProductSwitchItem.d.ts +117 -0
  142. package/dist/ProductSwitchItem.js +156 -0
  143. package/dist/ProductSwitchItem.js.map +1 -0
  144. package/dist/ProductSwitchItemTemplate.d.ts +2 -0
  145. package/dist/ProductSwitchItemTemplate.js +15 -0
  146. package/dist/ProductSwitchItemTemplate.js.map +1 -0
  147. package/dist/ProductSwitchTemplate.d.ts +2 -0
  148. package/dist/ProductSwitchTemplate.js +5 -0
  149. package/dist/ProductSwitchTemplate.js.map +1 -0
  150. package/dist/Search.d.ts +186 -0
  151. package/dist/Search.js +446 -0
  152. package/dist/Search.js.map +1 -0
  153. package/dist/SearchField.d.ts +155 -0
  154. package/dist/SearchField.js +233 -0
  155. package/dist/SearchField.js.map +1 -0
  156. package/dist/SearchFieldTemplate.d.ts +8 -0
  157. package/dist/SearchFieldTemplate.js +17 -0
  158. package/dist/SearchFieldTemplate.js.map +1 -0
  159. package/dist/SearchItem.d.ts +99 -0
  160. package/dist/SearchItem.js +216 -0
  161. package/dist/SearchItem.js.map +1 -0
  162. package/dist/SearchItemGroup.d.ts +17 -0
  163. package/dist/SearchItemGroup.js +42 -0
  164. package/dist/SearchItemGroup.js.map +1 -0
  165. package/dist/SearchItemShowMore.d.ts +49 -0
  166. package/dist/SearchItemShowMore.js +112 -0
  167. package/dist/SearchItemShowMore.js.map +1 -0
  168. package/dist/SearchItemShowMoreTemplate.d.ts +2 -0
  169. package/dist/SearchItemShowMoreTemplate.js +5 -0
  170. package/dist/SearchItemShowMoreTemplate.js.map +1 -0
  171. package/dist/SearchItemTemplate.d.ts +2 -0
  172. package/dist/SearchItemTemplate.js +16 -0
  173. package/dist/SearchItemTemplate.js.map +1 -0
  174. package/dist/SearchMessageArea.d.ts +27 -0
  175. package/dist/SearchMessageArea.js +41 -0
  176. package/dist/SearchMessageArea.js.map +1 -0
  177. package/dist/SearchMessageAreaTemplate.d.ts +2 -0
  178. package/dist/SearchMessageAreaTemplate.js +8 -0
  179. package/dist/SearchMessageAreaTemplate.js.map +1 -0
  180. package/dist/SearchPopoverTemplate.d.ts +3 -0
  181. package/dist/SearchPopoverTemplate.js +25 -0
  182. package/dist/SearchPopoverTemplate.js.map +1 -0
  183. package/dist/SearchScope.d.ts +30 -0
  184. package/dist/SearchScope.js +37 -0
  185. package/dist/SearchScope.js.map +1 -0
  186. package/dist/SearchTemplate.d.ts +2 -0
  187. package/dist/SearchTemplate.js +7 -0
  188. package/dist/SearchTemplate.js.map +1 -0
  189. package/dist/ShellBar.d.ts +556 -0
  190. package/dist/ShellBar.js +1390 -0
  191. package/dist/ShellBar.js.map +1 -0
  192. package/dist/ShellBarBranding.d.ts +79 -0
  193. package/dist/ShellBarBranding.js +116 -0
  194. package/dist/ShellBarBranding.js.map +1 -0
  195. package/dist/ShellBarBrandingTemplate.d.ts +2 -0
  196. package/dist/ShellBarBrandingTemplate.js +5 -0
  197. package/dist/ShellBarBrandingTemplate.js.map +1 -0
  198. package/dist/ShellBarItem.d.ts +75 -0
  199. package/dist/ShellBarItem.js +88 -0
  200. package/dist/ShellBarItem.js.map +1 -0
  201. package/dist/ShellBarPopoverTemplate.d.ts +2 -0
  202. package/dist/ShellBarPopoverTemplate.js +9 -0
  203. package/dist/ShellBarPopoverTemplate.js.map +1 -0
  204. package/dist/ShellBarSearch.d.ts +26 -0
  205. package/dist/ShellBarSearch.js +97 -0
  206. package/dist/ShellBarSearch.js.map +1 -0
  207. package/dist/ShellBarSearchPopoverTemplate.d.ts +2 -0
  208. package/dist/ShellBarSearchPopoverTemplate.js +12 -0
  209. package/dist/ShellBarSearchPopoverTemplate.js.map +1 -0
  210. package/dist/ShellBarSearchTemplate.d.ts +2 -0
  211. package/dist/ShellBarSearchTemplate.js +7 -0
  212. package/dist/ShellBarSearchTemplate.js.map +1 -0
  213. package/dist/ShellBarSpacer.d.ts +17 -0
  214. package/dist/ShellBarSpacer.js +38 -0
  215. package/dist/ShellBarSpacer.js.map +1 -0
  216. package/dist/ShellBarTemplate.d.ts +2 -0
  217. package/dist/ShellBarTemplate.js +62 -0
  218. package/dist/ShellBarTemplate.js.map +1 -0
  219. package/dist/SideNavigation.d.ts +178 -0
  220. package/dist/SideNavigation.js +543 -0
  221. package/dist/SideNavigation.js.map +1 -0
  222. package/dist/SideNavigationGroup.d.ts +56 -0
  223. package/dist/SideNavigationGroup.js +166 -0
  224. package/dist/SideNavigationGroup.js.map +1 -0
  225. package/dist/SideNavigationGroupTemplate.d.ts +2 -0
  226. package/dist/SideNavigationGroupTemplate.js +16 -0
  227. package/dist/SideNavigationGroupTemplate.js.map +1 -0
  228. package/dist/SideNavigationItem.d.ts +77 -0
  229. package/dist/SideNavigationItem.js +278 -0
  230. package/dist/SideNavigationItem.js.map +1 -0
  231. package/dist/SideNavigationItemBase.d.ts +81 -0
  232. package/dist/SideNavigationItemBase.js +122 -0
  233. package/dist/SideNavigationItemBase.js.map +1 -0
  234. package/dist/SideNavigationItemTemplate.d.ts +2 -0
  235. package/dist/SideNavigationItemTemplate.js +26 -0
  236. package/dist/SideNavigationItemTemplate.js.map +1 -0
  237. package/dist/SideNavigationPopoverTemplate.d.ts +2 -0
  238. package/dist/SideNavigationPopoverTemplate.js +13 -0
  239. package/dist/SideNavigationPopoverTemplate.js.map +1 -0
  240. package/dist/SideNavigationSelectableItemBase.d.ts +150 -0
  241. package/dist/SideNavigationSelectableItemBase.js +256 -0
  242. package/dist/SideNavigationSelectableItemBase.js.map +1 -0
  243. package/dist/SideNavigationSubItem.d.ts +26 -0
  244. package/dist/SideNavigationSubItem.js +64 -0
  245. package/dist/SideNavigationSubItem.js.map +1 -0
  246. package/dist/SideNavigationSubItemTemplate.d.ts +2 -0
  247. package/dist/SideNavigationSubItemTemplate.js +10 -0
  248. package/dist/SideNavigationSubItemTemplate.js.map +1 -0
  249. package/dist/SideNavigationTemplate.d.ts +2 -0
  250. package/dist/SideNavigationTemplate.js +20 -0
  251. package/dist/SideNavigationTemplate.js.map +1 -0
  252. package/dist/SortItem.d.ts +38 -0
  253. package/dist/SortItem.js +54 -0
  254. package/dist/SortItem.js.map +1 -0
  255. package/dist/Timeline.d.ts +146 -0
  256. package/dist/Timeline.js +380 -0
  257. package/dist/Timeline.js.map +1 -0
  258. package/dist/TimelineGroupItem.d.ts +71 -0
  259. package/dist/TimelineGroupItem.js +164 -0
  260. package/dist/TimelineGroupItem.js.map +1 -0
  261. package/dist/TimelineGroupItemTemplate.d.ts +2 -0
  262. package/dist/TimelineGroupItemTemplate.js +17 -0
  263. package/dist/TimelineGroupItemTemplate.js.map +1 -0
  264. package/dist/TimelineItem.d.ts +123 -0
  265. package/dist/TimelineItem.js +194 -0
  266. package/dist/TimelineItem.js.map +1 -0
  267. package/dist/TimelineItemTemplate.d.ts +2 -0
  268. package/dist/TimelineItemTemplate.js +29 -0
  269. package/dist/TimelineItemTemplate.js.map +1 -0
  270. package/dist/TimelineTemplate.d.ts +2 -0
  271. package/dist/TimelineTemplate.js +18 -0
  272. package/dist/TimelineTemplate.js.map +1 -0
  273. package/dist/UploadCollection.d.ts +124 -0
  274. package/dist/UploadCollection.js +221 -0
  275. package/dist/UploadCollection.js.map +1 -0
  276. package/dist/UploadCollectionItem.d.ts +169 -0
  277. package/dist/UploadCollectionItem.js +400 -0
  278. package/dist/UploadCollectionItem.js.map +1 -0
  279. package/dist/UploadCollectionItemTemplate.d.ts +3 -0
  280. package/dist/UploadCollectionItemTemplate.js +22 -0
  281. package/dist/UploadCollectionItemTemplate.js.map +1 -0
  282. package/dist/UploadCollectionTemplate.d.ts +2 -0
  283. package/dist/UploadCollectionTemplate.js +24 -0
  284. package/dist/UploadCollectionTemplate.js.map +1 -0
  285. package/dist/UserMenu.d.ts +169 -0
  286. package/dist/UserMenu.js +366 -0
  287. package/dist/UserMenu.js.map +1 -0
  288. package/dist/UserMenuAccount.d.ts +61 -0
  289. package/dist/UserMenuAccount.js +121 -0
  290. package/dist/UserMenuAccount.js.map +1 -0
  291. package/dist/UserMenuItem.d.ts +36 -0
  292. package/dist/UserMenuItem.js +52 -0
  293. package/dist/UserMenuItem.js.map +1 -0
  294. package/dist/UserMenuItemGroup.d.ts +35 -0
  295. package/dist/UserMenuItemGroup.js +52 -0
  296. package/dist/UserMenuItemGroup.js.map +1 -0
  297. package/dist/UserMenuItemGroupTemplate.d.ts +2 -0
  298. package/dist/UserMenuItemGroupTemplate.js +5 -0
  299. package/dist/UserMenuItemGroupTemplate.js.map +1 -0
  300. package/dist/UserMenuItemTemplate.d.ts +2 -0
  301. package/dist/UserMenuItemTemplate.js +5 -0
  302. package/dist/UserMenuItemTemplate.js.map +1 -0
  303. package/dist/UserMenuTemplate.d.ts +2 -0
  304. package/dist/UserMenuTemplate.js +57 -0
  305. package/dist/UserMenuTemplate.js.map +1 -0
  306. package/dist/UserSettingsAccountView.d.ts +30 -0
  307. package/dist/UserSettingsAccountView.js +108 -0
  308. package/dist/UserSettingsAccountView.js.map +1 -0
  309. package/dist/UserSettingsAccountViewTemplate.d.ts +2 -0
  310. package/dist/UserSettingsAccountViewTemplate.js +18 -0
  311. package/dist/UserSettingsAccountViewTemplate.js.map +1 -0
  312. package/dist/UserSettingsAppearanceView.d.ts +29 -0
  313. package/dist/UserSettingsAppearanceView.js +108 -0
  314. package/dist/UserSettingsAppearanceView.js.map +1 -0
  315. package/dist/UserSettingsAppearanceViewGroup.d.ts +30 -0
  316. package/dist/UserSettingsAppearanceViewGroup.js +48 -0
  317. package/dist/UserSettingsAppearanceViewGroup.js.map +1 -0
  318. package/dist/UserSettingsAppearanceViewItem.d.ts +31 -0
  319. package/dist/UserSettingsAppearanceViewItem.js +108 -0
  320. package/dist/UserSettingsAppearanceViewItem.js.map +1 -0
  321. package/dist/UserSettingsAppearanceViewItemTemplate.d.ts +2 -0
  322. package/dist/UserSettingsAppearanceViewItemTemplate.js +13 -0
  323. package/dist/UserSettingsAppearanceViewItemTemplate.js.map +1 -0
  324. package/dist/UserSettingsAppearanceViewTemplate.d.ts +2 -0
  325. package/dist/UserSettingsAppearanceViewTemplate.js +6 -0
  326. package/dist/UserSettingsAppearanceViewTemplate.js.map +1 -0
  327. package/dist/UserSettingsDialog.d.ts +119 -0
  328. package/dist/UserSettingsDialog.js +262 -0
  329. package/dist/UserSettingsDialog.js.map +1 -0
  330. package/dist/UserSettingsDialogTemplate.d.ts +2 -0
  331. package/dist/UserSettingsDialogTemplate.js +23 -0
  332. package/dist/UserSettingsDialogTemplate.js.map +1 -0
  333. package/dist/UserSettingsItem.d.ts +137 -0
  334. package/dist/UserSettingsItem.js +215 -0
  335. package/dist/UserSettingsItem.js.map +1 -0
  336. package/dist/UserSettingsItemTemplate.d.ts +4 -0
  337. package/dist/UserSettingsItemTemplate.js +20 -0
  338. package/dist/UserSettingsItemTemplate.js.map +1 -0
  339. package/dist/UserSettingsView.d.ts +44 -0
  340. package/dist/UserSettingsView.js +68 -0
  341. package/dist/UserSettingsView.js.map +1 -0
  342. package/dist/UserSettingsViewTemplate.d.ts +2 -0
  343. package/dist/UserSettingsViewTemplate.js +5 -0
  344. package/dist/UserSettingsViewTemplate.js.map +1 -0
  345. package/dist/ViewSettingsDialog.d.ts +315 -0
  346. package/dist/ViewSettingsDialog.js +743 -0
  347. package/dist/ViewSettingsDialog.js.map +1 -0
  348. package/dist/ViewSettingsDialogTemplate.d.ts +2 -0
  349. package/dist/ViewSettingsDialogTemplate.js +53 -0
  350. package/dist/ViewSettingsDialogTemplate.js.map +1 -0
  351. package/dist/Wizard.d.ts +361 -0
  352. package/dist/Wizard.js +827 -0
  353. package/dist/Wizard.js.map +1 -0
  354. package/dist/WizardPopoverTemplate.d.ts +2 -0
  355. package/dist/WizardPopoverTemplate.js +12 -0
  356. package/dist/WizardPopoverTemplate.js.map +1 -0
  357. package/dist/WizardStep.d.ts +89 -0
  358. package/dist/WizardStep.js +92 -0
  359. package/dist/WizardStep.js.map +1 -0
  360. package/dist/WizardTab.d.ts +99 -0
  361. package/dist/WizardTab.js +162 -0
  362. package/dist/WizardTab.js.map +1 -0
  363. package/dist/WizardTabTemplate.d.ts +2 -0
  364. package/dist/WizardTabTemplate.js +7 -0
  365. package/dist/WizardTabTemplate.js.map +1 -0
  366. package/dist/WizardTemplate.d.ts +2 -0
  367. package/dist/WizardTemplate.js +11 -0
  368. package/dist/WizardTemplate.js.map +1 -0
  369. package/dist/bundle.esm.d.ts +4 -0
  370. package/dist/bundle.esm.js +67 -0
  371. package/dist/bundle.esm.js.map +1 -0
  372. package/dist/bundle.scoped.esm.d.ts +3 -0
  373. package/dist/bundle.scoped.esm.js +5 -0
  374. package/dist/bundle.scoped.esm.js.map +1 -0
  375. package/dist/css/themes/BarcodeScannerDialog.css +1 -0
  376. package/dist/css/themes/DynamicPage.css +1 -0
  377. package/dist/css/themes/DynamicPageHeader.css +1 -0
  378. package/dist/css/themes/DynamicPageHeaderActions.css +1 -0
  379. package/dist/css/themes/DynamicPageTitle.css +1 -0
  380. package/dist/css/themes/DynamicSideContent.css +1 -0
  381. package/dist/css/themes/FlexibleColumnLayout.css +1 -0
  382. package/dist/css/themes/IllustratedMessage.css +1 -0
  383. package/dist/css/themes/InvisibleTextStyles.css +1 -0
  384. package/dist/css/themes/MediaGallery.css +1 -0
  385. package/dist/css/themes/MediaGalleryItem.css +1 -0
  386. package/dist/css/themes/NavigationLayout.css +1 -0
  387. package/dist/css/themes/NavigationMenu.css +1 -0
  388. package/dist/css/themes/NavigationMenuItem.css +1 -0
  389. package/dist/css/themes/NotificationList.css +1 -0
  390. package/dist/css/themes/NotificationListGroupItem.css +1 -0
  391. package/dist/css/themes/NotificationListItem.css +1 -0
  392. package/dist/css/themes/NotificationListItemBase.css +1 -0
  393. package/dist/css/themes/NotificationStateIcon.css +1 -0
  394. package/dist/css/themes/Page.css +1 -0
  395. package/dist/css/themes/ProductSwitch.css +1 -0
  396. package/dist/css/themes/ProductSwitchItem.css +1 -0
  397. package/dist/css/themes/Search.css +1 -0
  398. package/dist/css/themes/SearchField.css +1 -0
  399. package/dist/css/themes/SearchItem.css +1 -0
  400. package/dist/css/themes/SearchItemGroup.css +1 -0
  401. package/dist/css/themes/SearchItemShowMore.css +1 -0
  402. package/dist/css/themes/SearchMessageArea.css +1 -0
  403. package/dist/css/themes/ShellBar.css +1 -0
  404. package/dist/css/themes/ShellBarBranding.css +1 -0
  405. package/dist/css/themes/ShellBarPopover.css +1 -0
  406. package/dist/css/themes/ShellBarSearch.css +1 -0
  407. package/dist/css/themes/SideNavigation.css +1 -0
  408. package/dist/css/themes/SideNavigationGroup.css +1 -0
  409. package/dist/css/themes/SideNavigationItem.css +1 -0
  410. package/dist/css/themes/SideNavigationItemBase.css +1 -0
  411. package/dist/css/themes/SideNavigationPopover.css +1 -0
  412. package/dist/css/themes/SideNavigationSubItem.css +1 -0
  413. package/dist/css/themes/Timeline.css +1 -0
  414. package/dist/css/themes/TimelineGroupItem.css +1 -0
  415. package/dist/css/themes/TimelineItem.css +1 -0
  416. package/dist/css/themes/UploadCollection.css +1 -0
  417. package/dist/css/themes/UploadCollectionItem.css +1 -0
  418. package/dist/css/themes/UserMenu.css +1 -0
  419. package/dist/css/themes/UserMenuItem.css +1 -0
  420. package/dist/css/themes/UserSettingsAccountView.css +1 -0
  421. package/dist/css/themes/UserSettingsAppearanceViewItem.css +1 -0
  422. package/dist/css/themes/UserSettingsDialog.css +1 -0
  423. package/dist/css/themes/UserSettingsItem.css +1 -0
  424. package/dist/css/themes/UserSettingsView.css +1 -0
  425. package/dist/css/themes/ViewSettingsDialog.css +1 -0
  426. package/dist/css/themes/Wizard.css +1 -0
  427. package/dist/css/themes/WizardPopover.css +1 -0
  428. package/dist/css/themes/WizardTab.css +1 -0
  429. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +2 -0
  430. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -0
  431. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -0
  432. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -0
  433. package/dist/css/themes/sap_horizon/parameters-bundle.css +2 -0
  434. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +278 -0
  435. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +210 -0
  436. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +216 -0
  437. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +279 -0
  438. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +216 -0
  439. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +279 -0
  440. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +218 -0
  441. package/dist/custom-elements-internal.json +13552 -0
  442. package/dist/custom-elements.json +9456 -0
  443. package/dist/fcl-utils/FCLLayout.d.ts +24 -0
  444. package/dist/fcl-utils/FCLLayout.js +271 -0
  445. package/dist/fcl-utils/FCLLayout.js.map +1 -0
  446. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -0
  447. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -0
  448. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -0
  449. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
  450. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -0
  451. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
  452. package/dist/generated/assets/i18n/messagebundle_da.json +1 -0
  453. package/dist/generated/assets/i18n/messagebundle_de.json +1 -0
  454. package/dist/generated/assets/i18n/messagebundle_el.json +1 -0
  455. package/dist/generated/assets/i18n/messagebundle_en.json +1 -0
  456. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -0
  457. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
  458. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
  459. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
  460. package/dist/generated/assets/i18n/messagebundle_es.json +1 -0
  461. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
  462. package/dist/generated/assets/i18n/messagebundle_et.json +1 -0
  463. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -0
  464. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -0
  465. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
  466. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -0
  467. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -0
  468. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -0
  469. package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
  470. package/dist/generated/assets/i18n/messagebundle_it.json +1 -0
  471. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -0
  472. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -0
  473. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -0
  474. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -0
  475. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -0
  476. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -0
  477. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
  478. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -0
  479. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -0
  480. package/dist/generated/assets/i18n/messagebundle_no.json +1 -0
  481. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -0
  482. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -0
  483. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
  484. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -0
  485. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -0
  486. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -0
  487. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -0
  488. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -0
  489. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
  490. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -0
  491. package/dist/generated/assets/i18n/messagebundle_th.json +1 -0
  492. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -0
  493. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -0
  494. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -0
  495. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -0
  496. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -0
  497. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -0
  498. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -0
  499. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -0
  500. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -0
  501. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -0
  502. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
  503. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -0
  504. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
  505. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
  506. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -0
  507. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
  508. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -0
  509. package/dist/generated/i18n/i18n-defaults.d.ts +209 -0
  510. package/dist/generated/i18n/i18n-defaults.js +209 -0
  511. package/dist/generated/i18n/i18n-defaults.js.map +1 -0
  512. package/dist/generated/js-imports/Illustrations.d.ts +1 -0
  513. package/dist/generated/js-imports/Illustrations.js +88 -0
  514. package/dist/generated/js-imports/Illustrations.js.map +1 -0
  515. package/dist/generated/js-imports/IllustrationsTNT.d.ts +1 -0
  516. package/dist/generated/js-imports/IllustrationsTNT.js +62 -0
  517. package/dist/generated/js-imports/IllustrationsTNT.js.map +1 -0
  518. package/dist/generated/js-imports/IllustrationsV5TNT.d.ts +1 -0
  519. package/dist/generated/js-imports/IllustrationsV5TNT.js +59 -0
  520. package/dist/generated/js-imports/IllustrationsV5TNT.js.map +1 -0
  521. package/dist/generated/js-imports/IllustrationsV5TNTHC.d.ts +1 -0
  522. package/dist/generated/js-imports/IllustrationsV5TNTHC.js +60 -0
  523. package/dist/generated/js-imports/IllustrationsV5TNTHC.js.map +1 -0
  524. package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
  525. package/dist/generated/json-imports/Themes-fetch.js +25 -0
  526. package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
  527. package/dist/generated/json-imports/Themes-node.d.ts +1 -0
  528. package/dist/generated/json-imports/Themes-node.js +25 -0
  529. package/dist/generated/json-imports/Themes-node.js.map +1 -0
  530. package/dist/generated/json-imports/Themes.d.ts +1 -0
  531. package/dist/generated/json-imports/Themes.js +25 -0
  532. package/dist/generated/json-imports/Themes.js.map +1 -0
  533. package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
  534. package/dist/generated/json-imports/i18n-fetch.js +120 -0
  535. package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
  536. package/dist/generated/json-imports/i18n-node.d.ts +1 -0
  537. package/dist/generated/json-imports/i18n-node.js +120 -0
  538. package/dist/generated/json-imports/i18n-node.js.map +1 -0
  539. package/dist/generated/json-imports/i18n.d.ts +1 -0
  540. package/dist/generated/json-imports/i18n.js +120 -0
  541. package/dist/generated/json-imports/i18n.js.map +1 -0
  542. package/dist/generated/themes/BarcodeScannerDialog.css.d.ts +2 -0
  543. package/dist/generated/themes/BarcodeScannerDialog.css.js +8 -0
  544. package/dist/generated/themes/BarcodeScannerDialog.css.js.map +1 -0
  545. package/dist/generated/themes/DynamicPage.css.d.ts +2 -0
  546. package/dist/generated/themes/DynamicPage.css.js +8 -0
  547. package/dist/generated/themes/DynamicPage.css.js.map +1 -0
  548. package/dist/generated/themes/DynamicPageHeader.css.d.ts +2 -0
  549. package/dist/generated/themes/DynamicPageHeader.css.js +8 -0
  550. package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -0
  551. package/dist/generated/themes/DynamicPageHeaderActions.css.d.ts +2 -0
  552. package/dist/generated/themes/DynamicPageHeaderActions.css.js +8 -0
  553. package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -0
  554. package/dist/generated/themes/DynamicPageTitle.css.d.ts +2 -0
  555. package/dist/generated/themes/DynamicPageTitle.css.js +8 -0
  556. package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -0
  557. package/dist/generated/themes/DynamicSideContent.css.d.ts +2 -0
  558. package/dist/generated/themes/DynamicSideContent.css.js +8 -0
  559. package/dist/generated/themes/DynamicSideContent.css.js.map +1 -0
  560. package/dist/generated/themes/FlexibleColumnLayout.css.d.ts +2 -0
  561. package/dist/generated/themes/FlexibleColumnLayout.css.js +8 -0
  562. package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -0
  563. package/dist/generated/themes/IllustratedMessage.css.d.ts +2 -0
  564. package/dist/generated/themes/IllustratedMessage.css.js +8 -0
  565. package/dist/generated/themes/IllustratedMessage.css.js.map +1 -0
  566. package/dist/generated/themes/InvisibleTextStyles.css.d.ts +2 -0
  567. package/dist/generated/themes/InvisibleTextStyles.css.js +8 -0
  568. package/dist/generated/themes/InvisibleTextStyles.css.js.map +1 -0
  569. package/dist/generated/themes/MediaGallery.css.d.ts +2 -0
  570. package/dist/generated/themes/MediaGallery.css.js +8 -0
  571. package/dist/generated/themes/MediaGallery.css.js.map +1 -0
  572. package/dist/generated/themes/MediaGalleryItem.css.d.ts +2 -0
  573. package/dist/generated/themes/MediaGalleryItem.css.js +8 -0
  574. package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -0
  575. package/dist/generated/themes/NavigationLayout.css.d.ts +2 -0
  576. package/dist/generated/themes/NavigationLayout.css.js +8 -0
  577. package/dist/generated/themes/NavigationLayout.css.js.map +1 -0
  578. package/dist/generated/themes/NavigationMenu.css.d.ts +2 -0
  579. package/dist/generated/themes/NavigationMenu.css.js +8 -0
  580. package/dist/generated/themes/NavigationMenu.css.js.map +1 -0
  581. package/dist/generated/themes/NavigationMenuItem.css.d.ts +2 -0
  582. package/dist/generated/themes/NavigationMenuItem.css.js +8 -0
  583. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -0
  584. package/dist/generated/themes/NotificationList.css.d.ts +2 -0
  585. package/dist/generated/themes/NotificationList.css.js +8 -0
  586. package/dist/generated/themes/NotificationList.css.js.map +1 -0
  587. package/dist/generated/themes/NotificationListGroupItem.css.d.ts +2 -0
  588. package/dist/generated/themes/NotificationListGroupItem.css.js +8 -0
  589. package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -0
  590. package/dist/generated/themes/NotificationListItem.css.d.ts +2 -0
  591. package/dist/generated/themes/NotificationListItem.css.js +8 -0
  592. package/dist/generated/themes/NotificationListItem.css.js.map +1 -0
  593. package/dist/generated/themes/NotificationListItemBase.css.d.ts +2 -0
  594. package/dist/generated/themes/NotificationListItemBase.css.js +8 -0
  595. package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -0
  596. package/dist/generated/themes/NotificationStateIcon.css.d.ts +2 -0
  597. package/dist/generated/themes/NotificationStateIcon.css.js +8 -0
  598. package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -0
  599. package/dist/generated/themes/Page.css.d.ts +2 -0
  600. package/dist/generated/themes/Page.css.js +8 -0
  601. package/dist/generated/themes/Page.css.js.map +1 -0
  602. package/dist/generated/themes/ProductSwitch.css.d.ts +2 -0
  603. package/dist/generated/themes/ProductSwitch.css.js +8 -0
  604. package/dist/generated/themes/ProductSwitch.css.js.map +1 -0
  605. package/dist/generated/themes/ProductSwitchItem.css.d.ts +2 -0
  606. package/dist/generated/themes/ProductSwitchItem.css.js +8 -0
  607. package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -0
  608. package/dist/generated/themes/Search.css.d.ts +2 -0
  609. package/dist/generated/themes/Search.css.js +8 -0
  610. package/dist/generated/themes/Search.css.js.map +1 -0
  611. package/dist/generated/themes/SearchField.css.d.ts +2 -0
  612. package/dist/generated/themes/SearchField.css.js +8 -0
  613. package/dist/generated/themes/SearchField.css.js.map +1 -0
  614. package/dist/generated/themes/SearchItem.css.d.ts +2 -0
  615. package/dist/generated/themes/SearchItem.css.js +8 -0
  616. package/dist/generated/themes/SearchItem.css.js.map +1 -0
  617. package/dist/generated/themes/SearchItemGroup.css.d.ts +2 -0
  618. package/dist/generated/themes/SearchItemGroup.css.js +8 -0
  619. package/dist/generated/themes/SearchItemGroup.css.js.map +1 -0
  620. package/dist/generated/themes/SearchItemShowMore.css.d.ts +2 -0
  621. package/dist/generated/themes/SearchItemShowMore.css.js +8 -0
  622. package/dist/generated/themes/SearchItemShowMore.css.js.map +1 -0
  623. package/dist/generated/themes/SearchMessageArea.css.d.ts +2 -0
  624. package/dist/generated/themes/SearchMessageArea.css.js +8 -0
  625. package/dist/generated/themes/SearchMessageArea.css.js.map +1 -0
  626. package/dist/generated/themes/ShellBar.css.d.ts +2 -0
  627. package/dist/generated/themes/ShellBar.css.js +8 -0
  628. package/dist/generated/themes/ShellBar.css.js.map +1 -0
  629. package/dist/generated/themes/ShellBarBranding.css.d.ts +2 -0
  630. package/dist/generated/themes/ShellBarBranding.css.js +8 -0
  631. package/dist/generated/themes/ShellBarBranding.css.js.map +1 -0
  632. package/dist/generated/themes/ShellBarPopover.css.d.ts +2 -0
  633. package/dist/generated/themes/ShellBarPopover.css.js +8 -0
  634. package/dist/generated/themes/ShellBarPopover.css.js.map +1 -0
  635. package/dist/generated/themes/ShellBarSearch.css.d.ts +2 -0
  636. package/dist/generated/themes/ShellBarSearch.css.js +8 -0
  637. package/dist/generated/themes/ShellBarSearch.css.js.map +1 -0
  638. package/dist/generated/themes/SideNavigation.css.d.ts +2 -0
  639. package/dist/generated/themes/SideNavigation.css.js +8 -0
  640. package/dist/generated/themes/SideNavigation.css.js.map +1 -0
  641. package/dist/generated/themes/SideNavigationGroup.css.d.ts +2 -0
  642. package/dist/generated/themes/SideNavigationGroup.css.js +8 -0
  643. package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -0
  644. package/dist/generated/themes/SideNavigationItem.css.d.ts +2 -0
  645. package/dist/generated/themes/SideNavigationItem.css.js +8 -0
  646. package/dist/generated/themes/SideNavigationItem.css.js.map +1 -0
  647. package/dist/generated/themes/SideNavigationItemBase.css.d.ts +2 -0
  648. package/dist/generated/themes/SideNavigationItemBase.css.js +8 -0
  649. package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -0
  650. package/dist/generated/themes/SideNavigationPopover.css.d.ts +2 -0
  651. package/dist/generated/themes/SideNavigationPopover.css.js +8 -0
  652. package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -0
  653. package/dist/generated/themes/SideNavigationSubItem.css.d.ts +2 -0
  654. package/dist/generated/themes/SideNavigationSubItem.css.js +8 -0
  655. package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -0
  656. package/dist/generated/themes/Timeline.css.d.ts +2 -0
  657. package/dist/generated/themes/Timeline.css.js +8 -0
  658. package/dist/generated/themes/Timeline.css.js.map +1 -0
  659. package/dist/generated/themes/TimelineGroupItem.css.d.ts +2 -0
  660. package/dist/generated/themes/TimelineGroupItem.css.js +8 -0
  661. package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -0
  662. package/dist/generated/themes/TimelineItem.css.d.ts +2 -0
  663. package/dist/generated/themes/TimelineItem.css.js +8 -0
  664. package/dist/generated/themes/TimelineItem.css.js.map +1 -0
  665. package/dist/generated/themes/UploadCollection.css.d.ts +2 -0
  666. package/dist/generated/themes/UploadCollection.css.js +8 -0
  667. package/dist/generated/themes/UploadCollection.css.js.map +1 -0
  668. package/dist/generated/themes/UploadCollectionItem.css.d.ts +2 -0
  669. package/dist/generated/themes/UploadCollectionItem.css.js +8 -0
  670. package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -0
  671. package/dist/generated/themes/UserMenu.css.d.ts +2 -0
  672. package/dist/generated/themes/UserMenu.css.js +8 -0
  673. package/dist/generated/themes/UserMenu.css.js.map +1 -0
  674. package/dist/generated/themes/UserMenuItem.css.d.ts +2 -0
  675. package/dist/generated/themes/UserMenuItem.css.js +8 -0
  676. package/dist/generated/themes/UserMenuItem.css.js.map +1 -0
  677. package/dist/generated/themes/UserSettingsAccountView.css.d.ts +2 -0
  678. package/dist/generated/themes/UserSettingsAccountView.css.js +8 -0
  679. package/dist/generated/themes/UserSettingsAccountView.css.js.map +1 -0
  680. package/dist/generated/themes/UserSettingsAppearanceViewItem.css.d.ts +2 -0
  681. package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js +8 -0
  682. package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js.map +1 -0
  683. package/dist/generated/themes/UserSettingsDialog.css.d.ts +2 -0
  684. package/dist/generated/themes/UserSettingsDialog.css.js +8 -0
  685. package/dist/generated/themes/UserSettingsDialog.css.js.map +1 -0
  686. package/dist/generated/themes/UserSettingsItem.css.d.ts +2 -0
  687. package/dist/generated/themes/UserSettingsItem.css.js +8 -0
  688. package/dist/generated/themes/UserSettingsItem.css.js.map +1 -0
  689. package/dist/generated/themes/UserSettingsView.css.d.ts +2 -0
  690. package/dist/generated/themes/UserSettingsView.css.js +8 -0
  691. package/dist/generated/themes/UserSettingsView.css.js.map +1 -0
  692. package/dist/generated/themes/ViewSettingsDialog.css.d.ts +2 -0
  693. package/dist/generated/themes/ViewSettingsDialog.css.js +8 -0
  694. package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -0
  695. package/dist/generated/themes/Wizard.css.d.ts +2 -0
  696. package/dist/generated/themes/Wizard.css.js +8 -0
  697. package/dist/generated/themes/Wizard.css.js.map +1 -0
  698. package/dist/generated/themes/WizardPopover.css.d.ts +2 -0
  699. package/dist/generated/themes/WizardPopover.css.js +8 -0
  700. package/dist/generated/themes/WizardPopover.css.js.map +1 -0
  701. package/dist/generated/themes/WizardTab.css.d.ts +2 -0
  702. package/dist/generated/themes/WizardTab.css.js +8 -0
  703. package/dist/generated/themes/WizardTab.css.js.map +1 -0
  704. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
  705. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +4 -0
  706. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
  707. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
  708. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +4 -0
  709. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
  710. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
  711. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +4 -0
  712. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
  713. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
  714. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +4 -0
  715. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
  716. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
  717. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +4 -0
  718. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
  719. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
  720. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +280 -0
  721. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
  722. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +2 -0
  723. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +212 -0
  724. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -0
  725. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +2 -0
  726. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +218 -0
  727. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
  728. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
  729. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +281 -0
  730. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
  731. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +2 -0
  732. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +218 -0
  733. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -0
  734. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
  735. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +281 -0
  736. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
  737. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +2 -0
  738. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +220 -0
  739. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -0
  740. package/dist/illustrations/Achievement.d.ts +8 -0
  741. package/dist/illustrations/Achievement.js +33 -0
  742. package/dist/illustrations/AddColumn.d.ts +8 -0
  743. package/dist/illustrations/AddColumn.js +33 -0
  744. package/dist/illustrations/AddDimensions.d.ts +8 -0
  745. package/dist/illustrations/AddDimensions.js +33 -0
  746. package/dist/illustrations/AddPeople.d.ts +8 -0
  747. package/dist/illustrations/AddPeople.js +33 -0
  748. package/dist/illustrations/AddPeopleToCalendar.d.ts +8 -0
  749. package/dist/illustrations/AddPeopleToCalendar.js +33 -0
  750. package/dist/illustrations/AddingColumns.d.ts +8 -0
  751. package/dist/illustrations/AddingColumns.js +33 -0
  752. package/dist/illustrations/AllIllustrations.d.ts +4 -0
  753. package/dist/illustrations/AllIllustrations.js +5 -0
  754. package/dist/illustrations/AllIllustrations.js.map +1 -0
  755. package/dist/illustrations/BalloonSky.d.ts +8 -0
  756. package/dist/illustrations/BalloonSky.js +33 -0
  757. package/dist/illustrations/BeforeSearch.d.ts +8 -0
  758. package/dist/illustrations/BeforeSearch.js +33 -0
  759. package/dist/illustrations/Connection.d.ts +8 -0
  760. package/dist/illustrations/Connection.js +33 -0
  761. package/dist/illustrations/DragFilesToUpload.d.ts +8 -0
  762. package/dist/illustrations/DragFilesToUpload.js +33 -0
  763. package/dist/illustrations/EmptyCalendar.d.ts +8 -0
  764. package/dist/illustrations/EmptyCalendar.js +33 -0
  765. package/dist/illustrations/EmptyList.d.ts +8 -0
  766. package/dist/illustrations/EmptyList.js +33 -0
  767. package/dist/illustrations/EmptyPlanningCalendar.d.ts +8 -0
  768. package/dist/illustrations/EmptyPlanningCalendar.js +33 -0
  769. package/dist/illustrations/ErrorScreen.d.ts +8 -0
  770. package/dist/illustrations/ErrorScreen.js +33 -0
  771. package/dist/illustrations/FilterTable.d.ts +8 -0
  772. package/dist/illustrations/FilterTable.js +33 -0
  773. package/dist/illustrations/FilteringColumns.d.ts +8 -0
  774. package/dist/illustrations/FilteringColumns.js +33 -0
  775. package/dist/illustrations/GroupTable.d.ts +8 -0
  776. package/dist/illustrations/GroupTable.js +33 -0
  777. package/dist/illustrations/GroupingColumns.d.ts +8 -0
  778. package/dist/illustrations/GroupingColumns.js +33 -0
  779. package/dist/illustrations/KeyTask.d.ts +8 -0
  780. package/dist/illustrations/KeyTask.js +33 -0
  781. package/dist/illustrations/NewMail.d.ts +8 -0
  782. package/dist/illustrations/NewMail.js +33 -0
  783. package/dist/illustrations/NoActivities.d.ts +8 -0
  784. package/dist/illustrations/NoActivities.js +33 -0
  785. package/dist/illustrations/NoChartData.d.ts +8 -0
  786. package/dist/illustrations/NoChartData.js +33 -0
  787. package/dist/illustrations/NoColumnsSet.d.ts +8 -0
  788. package/dist/illustrations/NoColumnsSet.js +33 -0
  789. package/dist/illustrations/NoData.d.ts +8 -0
  790. package/dist/illustrations/NoData.js +33 -0
  791. package/dist/illustrations/NoDimensionsSet.d.ts +8 -0
  792. package/dist/illustrations/NoDimensionsSet.js +33 -0
  793. package/dist/illustrations/NoEntries.d.ts +8 -0
  794. package/dist/illustrations/NoEntries.js +33 -0
  795. package/dist/illustrations/NoFilterResults.d.ts +8 -0
  796. package/dist/illustrations/NoFilterResults.js +33 -0
  797. package/dist/illustrations/NoMail.d.ts +8 -0
  798. package/dist/illustrations/NoMail.js +33 -0
  799. package/dist/illustrations/NoMail_v1.d.ts +8 -0
  800. package/dist/illustrations/NoMail_v1.js +33 -0
  801. package/dist/illustrations/NoNotifications.d.ts +8 -0
  802. package/dist/illustrations/NoNotifications.js +33 -0
  803. package/dist/illustrations/NoSavedItems.d.ts +8 -0
  804. package/dist/illustrations/NoSavedItems.js +33 -0
  805. package/dist/illustrations/NoSavedItems_v1.d.ts +8 -0
  806. package/dist/illustrations/NoSavedItems_v1.js +33 -0
  807. package/dist/illustrations/NoSearchResults.d.ts +8 -0
  808. package/dist/illustrations/NoSearchResults.js +33 -0
  809. package/dist/illustrations/NoTasks.d.ts +8 -0
  810. package/dist/illustrations/NoTasks.js +33 -0
  811. package/dist/illustrations/NoTasks_v1.d.ts +8 -0
  812. package/dist/illustrations/NoTasks_v1.js +33 -0
  813. package/dist/illustrations/PageNotFound.d.ts +8 -0
  814. package/dist/illustrations/PageNotFound.js +33 -0
  815. package/dist/illustrations/ReceiveAppreciation.d.ts +8 -0
  816. package/dist/illustrations/ReceiveAppreciation.js +33 -0
  817. package/dist/illustrations/ReloadScreen.d.ts +8 -0
  818. package/dist/illustrations/ReloadScreen.js +33 -0
  819. package/dist/illustrations/ResizeColumn.d.ts +8 -0
  820. package/dist/illustrations/ResizeColumn.js +33 -0
  821. package/dist/illustrations/ResizingColumns.d.ts +8 -0
  822. package/dist/illustrations/ResizingColumns.js +33 -0
  823. package/dist/illustrations/SearchEarth.d.ts +8 -0
  824. package/dist/illustrations/SearchEarth.js +33 -0
  825. package/dist/illustrations/SearchFolder.d.ts +8 -0
  826. package/dist/illustrations/SearchFolder.js +33 -0
  827. package/dist/illustrations/SignOut.d.ts +8 -0
  828. package/dist/illustrations/SignOut.js +33 -0
  829. package/dist/illustrations/SimpleBalloon.d.ts +8 -0
  830. package/dist/illustrations/SimpleBalloon.js +33 -0
  831. package/dist/illustrations/SimpleBell.d.ts +8 -0
  832. package/dist/illustrations/SimpleBell.js +33 -0
  833. package/dist/illustrations/SimpleCalendar.d.ts +8 -0
  834. package/dist/illustrations/SimpleCalendar.js +33 -0
  835. package/dist/illustrations/SimpleCheckMark.d.ts +8 -0
  836. package/dist/illustrations/SimpleCheckMark.js +33 -0
  837. package/dist/illustrations/SimpleConnection.d.ts +8 -0
  838. package/dist/illustrations/SimpleConnection.js +33 -0
  839. package/dist/illustrations/SimpleEmptyDoc.d.ts +8 -0
  840. package/dist/illustrations/SimpleEmptyDoc.js +33 -0
  841. package/dist/illustrations/SimpleEmptyList.d.ts +8 -0
  842. package/dist/illustrations/SimpleEmptyList.js +33 -0
  843. package/dist/illustrations/SimpleError.d.ts +8 -0
  844. package/dist/illustrations/SimpleError.js +33 -0
  845. package/dist/illustrations/SimpleMagnifier.d.ts +8 -0
  846. package/dist/illustrations/SimpleMagnifier.js +33 -0
  847. package/dist/illustrations/SimpleMail.d.ts +8 -0
  848. package/dist/illustrations/SimpleMail.js +33 -0
  849. package/dist/illustrations/SimpleNoSavedItems.d.ts +8 -0
  850. package/dist/illustrations/SimpleNoSavedItems.js +33 -0
  851. package/dist/illustrations/SimpleNotFoundMagnifier.d.ts +8 -0
  852. package/dist/illustrations/SimpleNotFoundMagnifier.js +33 -0
  853. package/dist/illustrations/SimpleReload.d.ts +8 -0
  854. package/dist/illustrations/SimpleReload.js +33 -0
  855. package/dist/illustrations/SimpleTask.d.ts +8 -0
  856. package/dist/illustrations/SimpleTask.js +33 -0
  857. package/dist/illustrations/SleepingBell.d.ts +8 -0
  858. package/dist/illustrations/SleepingBell.js +33 -0
  859. package/dist/illustrations/SortColumn.d.ts +8 -0
  860. package/dist/illustrations/SortColumn.js +33 -0
  861. package/dist/illustrations/SortingColumns.d.ts +8 -0
  862. package/dist/illustrations/SortingColumns.js +33 -0
  863. package/dist/illustrations/SuccessBalloon.d.ts +8 -0
  864. package/dist/illustrations/SuccessBalloon.js +33 -0
  865. package/dist/illustrations/SuccessCheckMark.d.ts +8 -0
  866. package/dist/illustrations/SuccessCheckMark.js +33 -0
  867. package/dist/illustrations/SuccessHighFive.d.ts +8 -0
  868. package/dist/illustrations/SuccessHighFive.js +33 -0
  869. package/dist/illustrations/SuccessScreen.d.ts +8 -0
  870. package/dist/illustrations/SuccessScreen.js +33 -0
  871. package/dist/illustrations/Survey.d.ts +8 -0
  872. package/dist/illustrations/Survey.js +33 -0
  873. package/dist/illustrations/Tent.d.ts +8 -0
  874. package/dist/illustrations/Tent.js +33 -0
  875. package/dist/illustrations/UnableToLoad.d.ts +8 -0
  876. package/dist/illustrations/UnableToLoad.js +33 -0
  877. package/dist/illustrations/UnableToLoadImage.d.ts +8 -0
  878. package/dist/illustrations/UnableToLoadImage.js +33 -0
  879. package/dist/illustrations/UnableToUpload.d.ts +8 -0
  880. package/dist/illustrations/UnableToUpload.js +33 -0
  881. package/dist/illustrations/UploadCollection.d.ts +8 -0
  882. package/dist/illustrations/UploadCollection.js +33 -0
  883. package/dist/illustrations/UploadToCloud.d.ts +8 -0
  884. package/dist/illustrations/UploadToCloud.js +33 -0
  885. package/dist/illustrations/UserHasSignedUp.d.ts +8 -0
  886. package/dist/illustrations/UserHasSignedUp.js +33 -0
  887. package/dist/illustrations/sapIllus-Dialog-Achievement.js +29 -0
  888. package/dist/illustrations/sapIllus-Dialog-AddColumn.js +38 -0
  889. package/dist/illustrations/sapIllus-Dialog-AddDimensions.js +18 -0
  890. package/dist/illustrations/sapIllus-Dialog-AddPeople.js +32 -0
  891. package/dist/illustrations/sapIllus-Dialog-AddPeopleToCalendar.js +52 -0
  892. package/dist/illustrations/sapIllus-Dialog-AddingColumns.js +38 -0
  893. package/dist/illustrations/sapIllus-Dialog-BalloonSky.js +46 -0
  894. package/dist/illustrations/sapIllus-Dialog-BeforeSearch.js +42 -0
  895. package/dist/illustrations/sapIllus-Dialog-Connection.js +19 -0
  896. package/dist/illustrations/sapIllus-Dialog-DragFilesToUpload.js +20 -0
  897. package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +78 -0
  898. package/dist/illustrations/sapIllus-Dialog-EmptyList.js +37 -0
  899. package/dist/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +19 -0
  900. package/dist/illustrations/sapIllus-Dialog-ErrorScreen.js +35 -0
  901. package/dist/illustrations/sapIllus-Dialog-FilterTable.js +66 -0
  902. package/dist/illustrations/sapIllus-Dialog-FilteringColumns.js +39 -0
  903. package/dist/illustrations/sapIllus-Dialog-GroupTable.js +68 -0
  904. package/dist/illustrations/sapIllus-Dialog-GroupingColumns.js +35 -0
  905. package/dist/illustrations/sapIllus-Dialog-KeyTask.js +120 -0
  906. package/dist/illustrations/sapIllus-Dialog-NewMail.js +38 -0
  907. package/dist/illustrations/sapIllus-Dialog-NoActivities.js +34 -0
  908. package/dist/illustrations/sapIllus-Dialog-NoChartData.js +45 -0
  909. package/dist/illustrations/sapIllus-Dialog-NoColumnsSet.js +29 -0
  910. package/dist/illustrations/sapIllus-Dialog-NoData.js +12 -0
  911. package/dist/illustrations/sapIllus-Dialog-NoDimensionsSet.js +40 -0
  912. package/dist/illustrations/sapIllus-Dialog-NoEntries.js +42 -0
  913. package/dist/illustrations/sapIllus-Dialog-NoFilterResults.js +20 -0
  914. package/dist/illustrations/sapIllus-Dialog-NoMail.js +16 -0
  915. package/dist/illustrations/sapIllus-Dialog-NoMail_v1.js +23 -0
  916. package/dist/illustrations/sapIllus-Dialog-NoNotifications.js +28 -0
  917. package/dist/illustrations/sapIllus-Dialog-NoSavedItems.js +54 -0
  918. package/dist/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +37 -0
  919. package/dist/illustrations/sapIllus-Dialog-NoSearchResults.js +73 -0
  920. package/dist/illustrations/sapIllus-Dialog-NoTasks.js +60 -0
  921. package/dist/illustrations/sapIllus-Dialog-NoTasks_v1.js +63 -0
  922. package/dist/illustrations/sapIllus-Dialog-PageNotFound.js +13 -0
  923. package/dist/illustrations/sapIllus-Dialog-ReceiveAppreciation.js +25 -0
  924. package/dist/illustrations/sapIllus-Dialog-ReloadScreen.js +49 -0
  925. package/dist/illustrations/sapIllus-Dialog-ResizeColumn.js +42 -0
  926. package/dist/illustrations/sapIllus-Dialog-ResizingColumns.js +55 -0
  927. package/dist/illustrations/sapIllus-Dialog-SearchEarth.js +19 -0
  928. package/dist/illustrations/sapIllus-Dialog-SearchFolder.js +38 -0
  929. package/dist/illustrations/sapIllus-Dialog-SignOut.js +21 -0
  930. package/dist/illustrations/sapIllus-Dialog-SimpleBalloon.js +18 -0
  931. package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +14 -0
  932. package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +49 -0
  933. package/dist/illustrations/sapIllus-Dialog-SimpleCheckMark.js +7 -0
  934. package/dist/illustrations/sapIllus-Dialog-SimpleConnection.js +19 -0
  935. package/dist/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +18 -0
  936. package/dist/illustrations/sapIllus-Dialog-SimpleEmptyList.js +11 -0
  937. package/dist/illustrations/sapIllus-Dialog-SimpleError.js +11 -0
  938. package/dist/illustrations/sapIllus-Dialog-SimpleMagnifier.js +11 -0
  939. package/dist/illustrations/sapIllus-Dialog-SimpleMail.js +14 -0
  940. package/dist/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +18 -0
  941. package/dist/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +22 -0
  942. package/dist/illustrations/sapIllus-Dialog-SimpleReload.js +12 -0
  943. package/dist/illustrations/sapIllus-Dialog-SimpleTask.js +24 -0
  944. package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +31 -0
  945. package/dist/illustrations/sapIllus-Dialog-SortColumn.js +40 -0
  946. package/dist/illustrations/sapIllus-Dialog-SortingColumns.js +50 -0
  947. package/dist/illustrations/sapIllus-Dialog-SuccessBalloon.js +16 -0
  948. package/dist/illustrations/sapIllus-Dialog-SuccessCheckMark.js +9 -0
  949. package/dist/illustrations/sapIllus-Dialog-SuccessHighFive.js +25 -0
  950. package/dist/illustrations/sapIllus-Dialog-SuccessScreen.js +48 -0
  951. package/dist/illustrations/sapIllus-Dialog-Survey.js +23 -0
  952. package/dist/illustrations/sapIllus-Dialog-Tent.js +32 -0
  953. package/dist/illustrations/sapIllus-Dialog-UnableToLoad.js +119 -0
  954. package/dist/illustrations/sapIllus-Dialog-UnableToLoadImage.js +28 -0
  955. package/dist/illustrations/sapIllus-Dialog-UnableToUpload.js +26 -0
  956. package/dist/illustrations/sapIllus-Dialog-UploadCollection.js +31 -0
  957. package/dist/illustrations/sapIllus-Dialog-UploadToCloud.js +21 -0
  958. package/dist/illustrations/sapIllus-Dialog-UserHasSignedUp.js +34 -0
  959. package/dist/illustrations/sapIllus-Dot-Achievement.js +19 -0
  960. package/dist/illustrations/sapIllus-Dot-AddColumn.js +27 -0
  961. package/dist/illustrations/sapIllus-Dot-AddDimensions.js +10 -0
  962. package/dist/illustrations/sapIllus-Dot-AddPeople.js +9 -0
  963. package/dist/illustrations/sapIllus-Dot-AddPeopleToCalendar.js +15 -0
  964. package/dist/illustrations/sapIllus-Dot-AddingColumns.js +14 -0
  965. package/dist/illustrations/sapIllus-Dot-BalloonSky.js +7 -0
  966. package/dist/illustrations/sapIllus-Dot-BeforeSearch.js +41 -0
  967. package/dist/illustrations/sapIllus-Dot-Connection.js +10 -0
  968. package/dist/illustrations/sapIllus-Dot-DragFilesToUpload.js +8 -0
  969. package/dist/illustrations/sapIllus-Dot-EmptyCalendar.js +37 -0
  970. package/dist/illustrations/sapIllus-Dot-EmptyList.js +7 -0
  971. package/dist/illustrations/sapIllus-Dot-EmptyPlanningCalendar.js +18 -0
  972. package/dist/illustrations/sapIllus-Dot-ErrorScreen.js +9 -0
  973. package/dist/illustrations/sapIllus-Dot-FilterTable.js +8 -0
  974. package/dist/illustrations/sapIllus-Dot-FilteringColumns.js +22 -0
  975. package/dist/illustrations/sapIllus-Dot-GroupTable.js +36 -0
  976. package/dist/illustrations/sapIllus-Dot-GroupingColumns.js +23 -0
  977. package/dist/illustrations/sapIllus-Dot-KeyTask.js +119 -0
  978. package/dist/illustrations/sapIllus-Dot-NewMail.js +11 -0
  979. package/dist/illustrations/sapIllus-Dot-NoActivities.js +11 -0
  980. package/dist/illustrations/sapIllus-Dot-NoChartData.js +35 -0
  981. package/dist/illustrations/sapIllus-Dot-NoColumnsSet.js +26 -0
  982. package/dist/illustrations/sapIllus-Dot-NoData.js +11 -0
  983. package/dist/illustrations/sapIllus-Dot-NoDimensionsSet.js +7 -0
  984. package/dist/illustrations/sapIllus-Dot-NoEntries.js +25 -0
  985. package/dist/illustrations/sapIllus-Dot-NoFilterResults.js +14 -0
  986. package/dist/illustrations/sapIllus-Dot-NoMail.js +14 -0
  987. package/dist/illustrations/sapIllus-Dot-NoMail_v1.js +10 -0
  988. package/dist/illustrations/sapIllus-Dot-NoNotifications.js +23 -0
  989. package/dist/illustrations/sapIllus-Dot-NoSavedItems.js +55 -0
  990. package/dist/illustrations/sapIllus-Dot-NoSavedItems_v1.js +13 -0
  991. package/dist/illustrations/sapIllus-Dot-NoSearchResults.js +35 -0
  992. package/dist/illustrations/sapIllus-Dot-NoTasks.js +22 -0
  993. package/dist/illustrations/sapIllus-Dot-NoTasks_v1.js +13 -0
  994. package/dist/illustrations/sapIllus-Dot-PageNotFound.js +14 -0
  995. package/dist/illustrations/sapIllus-Dot-ReceiveAppreciation.js +19 -0
  996. package/dist/illustrations/sapIllus-Dot-ReloadScreen.js +9 -0
  997. package/dist/illustrations/sapIllus-Dot-ResizeColumn.js +27 -0
  998. package/dist/illustrations/sapIllus-Dot-ResizingColumns.js +19 -0
  999. package/dist/illustrations/sapIllus-Dot-SearchEarth.js +7 -0
  1000. package/dist/illustrations/sapIllus-Dot-SearchFolder.js +11 -0
  1001. package/dist/illustrations/sapIllus-Dot-SignOut.js +11 -0
  1002. package/dist/illustrations/sapIllus-Dot-SimpleBalloon.js +7 -0
  1003. package/dist/illustrations/sapIllus-Dot-SimpleBell.js +8 -0
  1004. package/dist/illustrations/sapIllus-Dot-SimpleCalendar.js +37 -0
  1005. package/dist/illustrations/sapIllus-Dot-SimpleCheckMark.js +5 -0
  1006. package/dist/illustrations/sapIllus-Dot-SimpleConnection.js +10 -0
  1007. package/dist/illustrations/sapIllus-Dot-SimpleEmptyDoc.js +8 -0
  1008. package/dist/illustrations/sapIllus-Dot-SimpleEmptyList.js +7 -0
  1009. package/dist/illustrations/sapIllus-Dot-SimpleError.js +9 -0
  1010. package/dist/illustrations/sapIllus-Dot-SimpleMagnifier.js +7 -0
  1011. package/dist/illustrations/sapIllus-Dot-SimpleMail.js +10 -0
  1012. package/dist/illustrations/sapIllus-Dot-SimpleNoSavedItems.js +13 -0
  1013. package/dist/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.js +11 -0
  1014. package/dist/illustrations/sapIllus-Dot-SimpleReload.js +9 -0
  1015. package/dist/illustrations/sapIllus-Dot-SimpleTask.js +13 -0
  1016. package/dist/illustrations/sapIllus-Dot-SleepingBell.js +8 -0
  1017. package/dist/illustrations/sapIllus-Dot-SortColumn.js +29 -0
  1018. package/dist/illustrations/sapIllus-Dot-SortingColumns.js +15 -0
  1019. package/dist/illustrations/sapIllus-Dot-SuccessHighFive.js +7 -0
  1020. package/dist/illustrations/sapIllus-Dot-SuccessScreen.js +5 -0
  1021. package/dist/illustrations/sapIllus-Dot-Survey.js +8 -0
  1022. package/dist/illustrations/sapIllus-Dot-Tent.js +8 -0
  1023. package/dist/illustrations/sapIllus-Dot-UnableToLoad.js +118 -0
  1024. package/dist/illustrations/sapIllus-Dot-UnableToLoadImage.js +24 -0
  1025. package/dist/illustrations/sapIllus-Dot-UnableToUpload.js +10 -0
  1026. package/dist/illustrations/sapIllus-Dot-UploadCollection.js +7 -0
  1027. package/dist/illustrations/sapIllus-Dot-UploadToCloud.js +9 -0
  1028. package/dist/illustrations/sapIllus-Dot-UserHasSignedUp.js +8 -0
  1029. package/dist/illustrations/sapIllus-Scene-Achievement.js +29 -0
  1030. package/dist/illustrations/sapIllus-Scene-AddColumn.js +49 -0
  1031. package/dist/illustrations/sapIllus-Scene-AddDimensions.js +18 -0
  1032. package/dist/illustrations/sapIllus-Scene-AddPeople.js +31 -0
  1033. package/dist/illustrations/sapIllus-Scene-AddPeopleToCalendar.js +47 -0
  1034. package/dist/illustrations/sapIllus-Scene-AddingColumns.js +38 -0
  1035. package/dist/illustrations/sapIllus-Scene-BalloonSky.js +54 -0
  1036. package/dist/illustrations/sapIllus-Scene-BeforeSearch.js +42 -0
  1037. package/dist/illustrations/sapIllus-Scene-Connection.js +32 -0
  1038. package/dist/illustrations/sapIllus-Scene-DragFilesToUpload.js +20 -0
  1039. package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +91 -0
  1040. package/dist/illustrations/sapIllus-Scene-EmptyList.js +44 -0
  1041. package/dist/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +19 -0
  1042. package/dist/illustrations/sapIllus-Scene-ErrorScreen.js +79 -0
  1043. package/dist/illustrations/sapIllus-Scene-FilterTable.js +63 -0
  1044. package/dist/illustrations/sapIllus-Scene-FilteringColumns.js +39 -0
  1045. package/dist/illustrations/sapIllus-Scene-GroupTable.js +77 -0
  1046. package/dist/illustrations/sapIllus-Scene-GroupingColumns.js +40 -0
  1047. package/dist/illustrations/sapIllus-Scene-KeyTask.js +120 -0
  1048. package/dist/illustrations/sapIllus-Scene-NewMail.js +38 -0
  1049. package/dist/illustrations/sapIllus-Scene-NoActivities.js +34 -0
  1050. package/dist/illustrations/sapIllus-Scene-NoChartData.js +45 -0
  1051. package/dist/illustrations/sapIllus-Scene-NoColumnsSet.js +26 -0
  1052. package/dist/illustrations/sapIllus-Scene-NoData.js +12 -0
  1053. package/dist/illustrations/sapIllus-Scene-NoDimensionsSet.js +39 -0
  1054. package/dist/illustrations/sapIllus-Scene-NoEntries.js +42 -0
  1055. package/dist/illustrations/sapIllus-Scene-NoFilterResults.js +16 -0
  1056. package/dist/illustrations/sapIllus-Scene-NoMail.js +16 -0
  1057. package/dist/illustrations/sapIllus-Scene-NoMail_v1.js +56 -0
  1058. package/dist/illustrations/sapIllus-Scene-NoNotifications.js +28 -0
  1059. package/dist/illustrations/sapIllus-Scene-NoSavedItems.js +54 -0
  1060. package/dist/illustrations/sapIllus-Scene-NoSavedItems_v1.js +40 -0
  1061. package/dist/illustrations/sapIllus-Scene-NoSearchResults.js +73 -0
  1062. package/dist/illustrations/sapIllus-Scene-NoTasks.js +60 -0
  1063. package/dist/illustrations/sapIllus-Scene-NoTasks_v1.js +87 -0
  1064. package/dist/illustrations/sapIllus-Scene-PageNotFound.js +13 -0
  1065. package/dist/illustrations/sapIllus-Scene-ReceiveAppreciation.js +25 -0
  1066. package/dist/illustrations/sapIllus-Scene-ReloadScreen.js +63 -0
  1067. package/dist/illustrations/sapIllus-Scene-ResizeColumn.js +53 -0
  1068. package/dist/illustrations/sapIllus-Scene-ResizingColumns.js +57 -0
  1069. package/dist/illustrations/sapIllus-Scene-SearchEarth.js +31 -0
  1070. package/dist/illustrations/sapIllus-Scene-SearchFolder.js +45 -0
  1071. package/dist/illustrations/sapIllus-Scene-SignOut.js +21 -0
  1072. package/dist/illustrations/sapIllus-Scene-SimpleBalloon.js +21 -0
  1073. package/dist/illustrations/sapIllus-Scene-SimpleBell.js +17 -0
  1074. package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +45 -0
  1075. package/dist/illustrations/sapIllus-Scene-SimpleCheckMark.js +10 -0
  1076. package/dist/illustrations/sapIllus-Scene-SimpleConnection.js +23 -0
  1077. package/dist/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +21 -0
  1078. package/dist/illustrations/sapIllus-Scene-SimpleEmptyList.js +14 -0
  1079. package/dist/illustrations/sapIllus-Scene-SimpleError.js +14 -0
  1080. package/dist/illustrations/sapIllus-Scene-SimpleMagnifier.js +14 -0
  1081. package/dist/illustrations/sapIllus-Scene-SimpleMail.js +17 -0
  1082. package/dist/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +28 -0
  1083. package/dist/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +25 -0
  1084. package/dist/illustrations/sapIllus-Scene-SimpleReload.js +15 -0
  1085. package/dist/illustrations/sapIllus-Scene-SimpleTask.js +20 -0
  1086. package/dist/illustrations/sapIllus-Scene-SleepingBell.js +51 -0
  1087. package/dist/illustrations/sapIllus-Scene-SortColumn.js +51 -0
  1088. package/dist/illustrations/sapIllus-Scene-SortingColumns.js +50 -0
  1089. package/dist/illustrations/sapIllus-Scene-SuccessBalloon.js +34 -0
  1090. package/dist/illustrations/sapIllus-Scene-SuccessCheckMark.js +44 -0
  1091. package/dist/illustrations/sapIllus-Scene-SuccessHighFive.js +26 -0
  1092. package/dist/illustrations/sapIllus-Scene-SuccessScreen.js +62 -0
  1093. package/dist/illustrations/sapIllus-Scene-Survey.js +22 -0
  1094. package/dist/illustrations/sapIllus-Scene-Tent.js +60 -0
  1095. package/dist/illustrations/sapIllus-Scene-UnableToLoad.js +119 -0
  1096. package/dist/illustrations/sapIllus-Scene-UnableToLoadImage.js +28 -0
  1097. package/dist/illustrations/sapIllus-Scene-UnableToUpload.js +26 -0
  1098. package/dist/illustrations/sapIllus-Scene-UploadCollection.js +30 -0
  1099. package/dist/illustrations/sapIllus-Scene-UploadToCloud.js +22 -0
  1100. package/dist/illustrations/sapIllus-Scene-UserHasSignedUp.js +29 -0
  1101. package/dist/illustrations/sapIllus-Spot-Achievement.js +28 -0
  1102. package/dist/illustrations/sapIllus-Spot-AddColumn.js +38 -0
  1103. package/dist/illustrations/sapIllus-Spot-AddDimensions.js +17 -0
  1104. package/dist/illustrations/sapIllus-Spot-AddPeople.js +32 -0
  1105. package/dist/illustrations/sapIllus-Spot-AddPeopleToCalendar.js +43 -0
  1106. package/dist/illustrations/sapIllus-Spot-AddingColumns.js +38 -0
  1107. package/dist/illustrations/sapIllus-Spot-BalloonSky.js +44 -0
  1108. package/dist/illustrations/sapIllus-Spot-BeforeSearch.js +42 -0
  1109. package/dist/illustrations/sapIllus-Spot-Connection.js +23 -0
  1110. package/dist/illustrations/sapIllus-Spot-DragFilesToUpload.js +18 -0
  1111. package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +47 -0
  1112. package/dist/illustrations/sapIllus-Spot-EmptyList.js +30 -0
  1113. package/dist/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +19 -0
  1114. package/dist/illustrations/sapIllus-Spot-ErrorScreen.js +33 -0
  1115. package/dist/illustrations/sapIllus-Spot-FilterTable.js +61 -0
  1116. package/dist/illustrations/sapIllus-Spot-FilteringColumns.js +33 -0
  1117. package/dist/illustrations/sapIllus-Spot-GroupTable.js +87 -0
  1118. package/dist/illustrations/sapIllus-Spot-GroupingColumns.js +35 -0
  1119. package/dist/illustrations/sapIllus-Spot-KeyTask.js +120 -0
  1120. package/dist/illustrations/sapIllus-Spot-NewMail.js +34 -0
  1121. package/dist/illustrations/sapIllus-Spot-NoActivities.js +34 -0
  1122. package/dist/illustrations/sapIllus-Spot-NoChartData.js +42 -0
  1123. package/dist/illustrations/sapIllus-Spot-NoColumnsSet.js +29 -0
  1124. package/dist/illustrations/sapIllus-Spot-NoData.js +12 -0
  1125. package/dist/illustrations/sapIllus-Spot-NoDimensionsSet.js +43 -0
  1126. package/dist/illustrations/sapIllus-Spot-NoEntries.js +42 -0
  1127. package/dist/illustrations/sapIllus-Spot-NoFilterResults.js +16 -0
  1128. package/dist/illustrations/sapIllus-Spot-NoMail.js +15 -0
  1129. package/dist/illustrations/sapIllus-Spot-NoMail_v1.js +17 -0
  1130. package/dist/illustrations/sapIllus-Spot-NoNotifications.js +25 -0
  1131. package/dist/illustrations/sapIllus-Spot-NoSavedItems.js +51 -0
  1132. package/dist/illustrations/sapIllus-Spot-NoSavedItems_v1.js +34 -0
  1133. package/dist/illustrations/sapIllus-Spot-NoSearchResults.js +73 -0
  1134. package/dist/illustrations/sapIllus-Spot-NoTasks.js +32 -0
  1135. package/dist/illustrations/sapIllus-Spot-NoTasks_v1.js +23 -0
  1136. package/dist/illustrations/sapIllus-Spot-PageNotFound.js +10 -0
  1137. package/dist/illustrations/sapIllus-Spot-ReceiveAppreciation.js +20 -0
  1138. package/dist/illustrations/sapIllus-Spot-ReloadScreen.js +37 -0
  1139. package/dist/illustrations/sapIllus-Spot-ResizeColumn.js +50 -0
  1140. package/dist/illustrations/sapIllus-Spot-ResizingColumns.js +37 -0
  1141. package/dist/illustrations/sapIllus-Spot-SearchEarth.js +56 -0
  1142. package/dist/illustrations/sapIllus-Spot-SearchFolder.js +38 -0
  1143. package/dist/illustrations/sapIllus-Spot-SignOut.js +21 -0
  1144. package/dist/illustrations/sapIllus-Spot-SimpleBalloon.js +8 -0
  1145. package/dist/illustrations/sapIllus-Spot-SimpleBell.js +13 -0
  1146. package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +45 -0
  1147. package/dist/illustrations/sapIllus-Spot-SimpleCheckMark.js +6 -0
  1148. package/dist/illustrations/sapIllus-Spot-SimpleConnection.js +11 -0
  1149. package/dist/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +7 -0
  1150. package/dist/illustrations/sapIllus-Spot-SimpleEmptyList.js +7 -0
  1151. package/dist/illustrations/sapIllus-Spot-SimpleError.js +10 -0
  1152. package/dist/illustrations/sapIllus-Spot-SimpleMagnifier.js +9 -0
  1153. package/dist/illustrations/sapIllus-Spot-SimpleMail.js +13 -0
  1154. package/dist/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +24 -0
  1155. package/dist/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +11 -0
  1156. package/dist/illustrations/sapIllus-Spot-SimpleReload.js +8 -0
  1157. package/dist/illustrations/sapIllus-Spot-SimpleTask.js +23 -0
  1158. package/dist/illustrations/sapIllus-Spot-SleepingBell.js +39 -0
  1159. package/dist/illustrations/sapIllus-Spot-SortColumn.js +40 -0
  1160. package/dist/illustrations/sapIllus-Spot-SortingColumns.js +49 -0
  1161. package/dist/illustrations/sapIllus-Spot-SuccessBalloon.js +20 -0
  1162. package/dist/illustrations/sapIllus-Spot-SuccessCheckMark.js +8 -0
  1163. package/dist/illustrations/sapIllus-Spot-SuccessHighFive.js +25 -0
  1164. package/dist/illustrations/sapIllus-Spot-SuccessScreen.js +36 -0
  1165. package/dist/illustrations/sapIllus-Spot-Survey.js +33 -0
  1166. package/dist/illustrations/sapIllus-Spot-Tent.js +30 -0
  1167. package/dist/illustrations/sapIllus-Spot-UnableToLoad.js +119 -0
  1168. package/dist/illustrations/sapIllus-Spot-UnableToLoadImage.js +28 -0
  1169. package/dist/illustrations/sapIllus-Spot-UnableToUpload.js +28 -0
  1170. package/dist/illustrations/sapIllus-Spot-UploadCollection.js +34 -0
  1171. package/dist/illustrations/sapIllus-Spot-UploadToCloud.js +21 -0
  1172. package/dist/illustrations/sapIllus-Spot-UserHasSignedUp.js +34 -0
  1173. package/dist/illustrations/tnt/Avatar.d.ts +8 -0
  1174. package/dist/illustrations/tnt/Avatar.js +26 -0
  1175. package/dist/illustrations/tnt/Calculator.d.ts +8 -0
  1176. package/dist/illustrations/tnt/Calculator.js +26 -0
  1177. package/dist/illustrations/tnt/ChartArea.d.ts +8 -0
  1178. package/dist/illustrations/tnt/ChartArea.js +26 -0
  1179. package/dist/illustrations/tnt/ChartArea2.d.ts +8 -0
  1180. package/dist/illustrations/tnt/ChartArea2.js +26 -0
  1181. package/dist/illustrations/tnt/ChartBPMNFlow.d.ts +8 -0
  1182. package/dist/illustrations/tnt/ChartBPMNFlow.js +26 -0
  1183. package/dist/illustrations/tnt/ChartBar.d.ts +8 -0
  1184. package/dist/illustrations/tnt/ChartBar.js +26 -0
  1185. package/dist/illustrations/tnt/ChartBullet.d.ts +8 -0
  1186. package/dist/illustrations/tnt/ChartBullet.js +26 -0
  1187. package/dist/illustrations/tnt/ChartDoughnut.d.ts +8 -0
  1188. package/dist/illustrations/tnt/ChartDoughnut.js +26 -0
  1189. package/dist/illustrations/tnt/ChartFlow.d.ts +8 -0
  1190. package/dist/illustrations/tnt/ChartFlow.js +26 -0
  1191. package/dist/illustrations/tnt/ChartGantt.d.ts +8 -0
  1192. package/dist/illustrations/tnt/ChartGantt.js +26 -0
  1193. package/dist/illustrations/tnt/ChartOrg.d.ts +8 -0
  1194. package/dist/illustrations/tnt/ChartOrg.js +26 -0
  1195. package/dist/illustrations/tnt/ChartPie.d.ts +8 -0
  1196. package/dist/illustrations/tnt/ChartPie.js +26 -0
  1197. package/dist/illustrations/tnt/CodePlaceholder.d.ts +8 -0
  1198. package/dist/illustrations/tnt/CodePlaceholder.js +26 -0
  1199. package/dist/illustrations/tnt/Company.d.ts +8 -0
  1200. package/dist/illustrations/tnt/Company.js +26 -0
  1201. package/dist/illustrations/tnt/Compass.d.ts +8 -0
  1202. package/dist/illustrations/tnt/Compass.js +26 -0
  1203. package/dist/illustrations/tnt/Components.d.ts +8 -0
  1204. package/dist/illustrations/tnt/Components.js +26 -0
  1205. package/dist/illustrations/tnt/Dialog.d.ts +8 -0
  1206. package/dist/illustrations/tnt/Dialog.js +26 -0
  1207. package/dist/illustrations/tnt/EmptyContentPane.d.ts +8 -0
  1208. package/dist/illustrations/tnt/EmptyContentPane.js +26 -0
  1209. package/dist/illustrations/tnt/ExternalLink.d.ts +8 -0
  1210. package/dist/illustrations/tnt/ExternalLink.js +26 -0
  1211. package/dist/illustrations/tnt/FaceID.d.ts +8 -0
  1212. package/dist/illustrations/tnt/FaceID.js +26 -0
  1213. package/dist/illustrations/tnt/Fingerprint.d.ts +8 -0
  1214. package/dist/illustrations/tnt/Fingerprint.js +26 -0
  1215. package/dist/illustrations/tnt/Handshake.d.ts +8 -0
  1216. package/dist/illustrations/tnt/Handshake.js +26 -0
  1217. package/dist/illustrations/tnt/Help.d.ts +8 -0
  1218. package/dist/illustrations/tnt/Help.js +26 -0
  1219. package/dist/illustrations/tnt/Lock.d.ts +8 -0
  1220. package/dist/illustrations/tnt/Lock.js +26 -0
  1221. package/dist/illustrations/tnt/Mission.d.ts +8 -0
  1222. package/dist/illustrations/tnt/Mission.js +26 -0
  1223. package/dist/illustrations/tnt/MissionFailed.d.ts +8 -0
  1224. package/dist/illustrations/tnt/MissionFailed.js +26 -0
  1225. package/dist/illustrations/tnt/NoApplications.d.ts +8 -0
  1226. package/dist/illustrations/tnt/NoApplications.js +26 -0
  1227. package/dist/illustrations/tnt/NoFlows.d.ts +8 -0
  1228. package/dist/illustrations/tnt/NoFlows.js +26 -0
  1229. package/dist/illustrations/tnt/NoUsers.d.ts +8 -0
  1230. package/dist/illustrations/tnt/NoUsers.js +26 -0
  1231. package/dist/illustrations/tnt/Radar.d.ts +8 -0
  1232. package/dist/illustrations/tnt/Radar.js +26 -0
  1233. package/dist/illustrations/tnt/RoadMap.d.ts +8 -0
  1234. package/dist/illustrations/tnt/RoadMap.js +26 -0
  1235. package/dist/illustrations/tnt/Secrets.d.ts +8 -0
  1236. package/dist/illustrations/tnt/Secrets.js +26 -0
  1237. package/dist/illustrations/tnt/Services.d.ts +8 -0
  1238. package/dist/illustrations/tnt/Services.js +26 -0
  1239. package/dist/illustrations/tnt/SessionExpired.d.ts +8 -0
  1240. package/dist/illustrations/tnt/SessionExpired.js +26 -0
  1241. package/dist/illustrations/tnt/SessionExpiring.d.ts +8 -0
  1242. package/dist/illustrations/tnt/SessionExpiring.js +26 -0
  1243. package/dist/illustrations/tnt/Settings.d.ts +8 -0
  1244. package/dist/illustrations/tnt/Settings.js +26 -0
  1245. package/dist/illustrations/tnt/Success.d.ts +8 -0
  1246. package/dist/illustrations/tnt/Success.js +26 -0
  1247. package/dist/illustrations/tnt/SuccessfulAuth.d.ts +8 -0
  1248. package/dist/illustrations/tnt/SuccessfulAuth.js +26 -0
  1249. package/dist/illustrations/tnt/Systems.d.ts +8 -0
  1250. package/dist/illustrations/tnt/Systems.js +26 -0
  1251. package/dist/illustrations/tnt/Teams.d.ts +8 -0
  1252. package/dist/illustrations/tnt/Teams.js +26 -0
  1253. package/dist/illustrations/tnt/Tools.d.ts +8 -0
  1254. package/dist/illustrations/tnt/Tools.js +26 -0
  1255. package/dist/illustrations/tnt/Tutorials.d.ts +8 -0
  1256. package/dist/illustrations/tnt/Tutorials.js +26 -0
  1257. package/dist/illustrations/tnt/UnableToLoad.d.ts +8 -0
  1258. package/dist/illustrations/tnt/UnableToLoad.js +26 -0
  1259. package/dist/illustrations/tnt/Unlock.d.ts +8 -0
  1260. package/dist/illustrations/tnt/Unlock.js +26 -0
  1261. package/dist/illustrations/tnt/UnsuccessfulAuth.d.ts +8 -0
  1262. package/dist/illustrations/tnt/UnsuccessfulAuth.js +26 -0
  1263. package/dist/illustrations/tnt/User2.d.ts +8 -0
  1264. package/dist/illustrations/tnt/User2.js +26 -0
  1265. package/dist/illustrations/tnt/tnt-Dialog-Avatar.js +125 -0
  1266. package/dist/illustrations/tnt/tnt-Dialog-Calculator.js +81 -0
  1267. package/dist/illustrations/tnt/tnt-Dialog-ChartArea.js +14 -0
  1268. package/dist/illustrations/tnt/tnt-Dialog-ChartArea2.js +12 -0
  1269. package/dist/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.js +13 -0
  1270. package/dist/illustrations/tnt/tnt-Dialog-ChartBar.js +12 -0
  1271. package/dist/illustrations/tnt/tnt-Dialog-ChartBullet.js +14 -0
  1272. package/dist/illustrations/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
  1273. package/dist/illustrations/tnt/tnt-Dialog-ChartFlow.js +13 -0
  1274. package/dist/illustrations/tnt/tnt-Dialog-ChartGantt.js +17 -0
  1275. package/dist/illustrations/tnt/tnt-Dialog-ChartOrg.js +15 -0
  1276. package/dist/illustrations/tnt/tnt-Dialog-ChartPie.js +12 -0
  1277. package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +6 -0
  1278. package/dist/illustrations/tnt/tnt-Dialog-Company.js +13 -0
  1279. package/dist/illustrations/tnt/tnt-Dialog-Compass.js +35 -0
  1280. package/dist/illustrations/tnt/tnt-Dialog-Components.js +9 -0
  1281. package/dist/illustrations/tnt/tnt-Dialog-Dialog.js +33 -0
  1282. package/dist/illustrations/tnt/tnt-Dialog-EmptyContentPane.js +19 -0
  1283. package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +11 -0
  1284. package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +17 -0
  1285. package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +16 -0
  1286. package/dist/illustrations/tnt/tnt-Dialog-Handshake.js +33 -0
  1287. package/dist/illustrations/tnt/tnt-Dialog-Help.js +28 -0
  1288. package/dist/illustrations/tnt/tnt-Dialog-Lock.js +12 -0
  1289. package/dist/illustrations/tnt/tnt-Dialog-Mission.js +18 -0
  1290. package/dist/illustrations/tnt/tnt-Dialog-MissionFailed.js +42 -0
  1291. package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +15 -0
  1292. package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +11 -0
  1293. package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +15 -0
  1294. package/dist/illustrations/tnt/tnt-Dialog-Radar.js +15 -0
  1295. package/dist/illustrations/tnt/tnt-Dialog-RoadMap.js +42 -0
  1296. package/dist/illustrations/tnt/tnt-Dialog-Secrets.js +12 -0
  1297. package/dist/illustrations/tnt/tnt-Dialog-Services.js +16 -0
  1298. package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +11 -0
  1299. package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +10 -0
  1300. package/dist/illustrations/tnt/tnt-Dialog-Settings.js +38 -0
  1301. package/dist/illustrations/tnt/tnt-Dialog-Success.js +10 -0
  1302. package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +10 -0
  1303. package/dist/illustrations/tnt/tnt-Dialog-Systems.js +12 -0
  1304. package/dist/illustrations/tnt/tnt-Dialog-Teams.js +17 -0
  1305. package/dist/illustrations/tnt/tnt-Dialog-Tools.js +12 -0
  1306. package/dist/illustrations/tnt/tnt-Dialog-Tutorials.js +79 -0
  1307. package/dist/illustrations/tnt/tnt-Dialog-UnableToLoad.js +10 -0
  1308. package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +12 -0
  1309. package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +11 -0
  1310. package/dist/illustrations/tnt/tnt-Dialog-User2.js +13 -0
  1311. package/dist/illustrations/tnt/tnt-Dot-Avatar.js +13 -0
  1312. package/dist/illustrations/tnt/tnt-Dot-Calculator.js +12 -0
  1313. package/dist/illustrations/tnt/tnt-Dot-Compass.js +10 -0
  1314. package/dist/illustrations/tnt/tnt-Dot-Dialog.js +20 -0
  1315. package/dist/illustrations/tnt/tnt-Dot-EmptyContentPane.js +16 -0
  1316. package/dist/illustrations/tnt/tnt-Dot-Handshake.js +19 -0
  1317. package/dist/illustrations/tnt/tnt-Dot-Help.js +9 -0
  1318. package/dist/illustrations/tnt/tnt-Dot-MissionFailed.js +10 -0
  1319. package/dist/illustrations/tnt/tnt-Dot-RoadMap.js +6 -0
  1320. package/dist/illustrations/tnt/tnt-Dot-Settings.js +7 -0
  1321. package/dist/illustrations/tnt/tnt-Dot-Tutorials.js +8 -0
  1322. package/dist/illustrations/tnt/tnt-Scene-Avatar.js +131 -0
  1323. package/dist/illustrations/tnt/tnt-Scene-Calculator.js +84 -0
  1324. package/dist/illustrations/tnt/tnt-Scene-ChartArea.js +22 -0
  1325. package/dist/illustrations/tnt/tnt-Scene-ChartArea2.js +19 -0
  1326. package/dist/illustrations/tnt/tnt-Scene-ChartBPMNFlow.js +21 -0
  1327. package/dist/illustrations/tnt/tnt-Scene-ChartBar.js +19 -0
  1328. package/dist/illustrations/tnt/tnt-Scene-ChartBullet.js +20 -0
  1329. package/dist/illustrations/tnt/tnt-Scene-ChartDoughnut.js +19 -0
  1330. package/dist/illustrations/tnt/tnt-Scene-ChartFlow.js +20 -0
  1331. package/dist/illustrations/tnt/tnt-Scene-ChartGantt.js +26 -0
  1332. package/dist/illustrations/tnt/tnt-Scene-ChartOrg.js +27 -0
  1333. package/dist/illustrations/tnt/tnt-Scene-ChartPie.js +18 -0
  1334. package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +9 -0
  1335. package/dist/illustrations/tnt/tnt-Scene-Company.js +30 -0
  1336. package/dist/illustrations/tnt/tnt-Scene-Compass.js +35 -0
  1337. package/dist/illustrations/tnt/tnt-Scene-Components.js +16 -0
  1338. package/dist/illustrations/tnt/tnt-Scene-Dialog.js +36 -0
  1339. package/dist/illustrations/tnt/tnt-Scene-EmptyContentPane.js +16 -0
  1340. package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +14 -0
  1341. package/dist/illustrations/tnt/tnt-Scene-FaceID.js +21 -0
  1342. package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +35 -0
  1343. package/dist/illustrations/tnt/tnt-Scene-Handshake.js +33 -0
  1344. package/dist/illustrations/tnt/tnt-Scene-Help.js +30 -0
  1345. package/dist/illustrations/tnt/tnt-Scene-Lock.js +22 -0
  1346. package/dist/illustrations/tnt/tnt-Scene-Mission.js +19 -0
  1347. package/dist/illustrations/tnt/tnt-Scene-MissionFailed.js +50 -0
  1348. package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +18 -0
  1349. package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +20 -0
  1350. package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +16 -0
  1351. package/dist/illustrations/tnt/tnt-Scene-Radar.js +20 -0
  1352. package/dist/illustrations/tnt/tnt-Scene-RoadMap.js +46 -0
  1353. package/dist/illustrations/tnt/tnt-Scene-Secrets.js +15 -0
  1354. package/dist/illustrations/tnt/tnt-Scene-Services.js +17 -0
  1355. package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +18 -0
  1356. package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +17 -0
  1357. package/dist/illustrations/tnt/tnt-Scene-Settings.js +39 -0
  1358. package/dist/illustrations/tnt/tnt-Scene-Success.js +18 -0
  1359. package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +20 -0
  1360. package/dist/illustrations/tnt/tnt-Scene-Systems.js +13 -0
  1361. package/dist/illustrations/tnt/tnt-Scene-Teams.js +20 -0
  1362. package/dist/illustrations/tnt/tnt-Scene-Tools.js +19 -0
  1363. package/dist/illustrations/tnt/tnt-Scene-Tutorials.js +85 -0
  1364. package/dist/illustrations/tnt/tnt-Scene-UnableToLoad.js +21 -0
  1365. package/dist/illustrations/tnt/tnt-Scene-Unlock.js +15 -0
  1366. package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +22 -0
  1367. package/dist/illustrations/tnt/tnt-Scene-User2.js +22 -0
  1368. package/dist/illustrations/tnt/tnt-Spot-Avatar.js +106 -0
  1369. package/dist/illustrations/tnt/tnt-Spot-Calculator.js +131 -0
  1370. package/dist/illustrations/tnt/tnt-Spot-ChartArea.js +13 -0
  1371. package/dist/illustrations/tnt/tnt-Spot-ChartArea2.js +7 -0
  1372. package/dist/illustrations/tnt/tnt-Spot-ChartBPMNFlow.js +9 -0
  1373. package/dist/illustrations/tnt/tnt-Spot-ChartBar.js +8 -0
  1374. package/dist/illustrations/tnt/tnt-Spot-ChartBullet.js +10 -0
  1375. package/dist/illustrations/tnt/tnt-Spot-ChartDoughnut.js +9 -0
  1376. package/dist/illustrations/tnt/tnt-Spot-ChartFlow.js +8 -0
  1377. package/dist/illustrations/tnt/tnt-Spot-ChartGantt.js +12 -0
  1378. package/dist/illustrations/tnt/tnt-Spot-ChartOrg.js +6 -0
  1379. package/dist/illustrations/tnt/tnt-Spot-ChartPie.js +8 -0
  1380. package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +6 -0
  1381. package/dist/illustrations/tnt/tnt-Spot-Company.js +13 -0
  1382. package/dist/illustrations/tnt/tnt-Spot-Compass.js +35 -0
  1383. package/dist/illustrations/tnt/tnt-Spot-Components.js +5 -0
  1384. package/dist/illustrations/tnt/tnt-Spot-Dialog.js +33 -0
  1385. package/dist/illustrations/tnt/tnt-Spot-EmptyContentPane.js +17 -0
  1386. package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +9 -0
  1387. package/dist/illustrations/tnt/tnt-Spot-FaceID.js +16 -0
  1388. package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +10 -0
  1389. package/dist/illustrations/tnt/tnt-Spot-Handshake.js +65 -0
  1390. package/dist/illustrations/tnt/tnt-Spot-Help.js +24 -0
  1391. package/dist/illustrations/tnt/tnt-Spot-Lock.js +13 -0
  1392. package/dist/illustrations/tnt/tnt-Spot-Mission.js +17 -0
  1393. package/dist/illustrations/tnt/tnt-Spot-MissionFailed.js +114 -0
  1394. package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +11 -0
  1395. package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +8 -0
  1396. package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +11 -0
  1397. package/dist/illustrations/tnt/tnt-Spot-Radar.js +14 -0
  1398. package/dist/illustrations/tnt/tnt-Spot-RoadMap.js +166 -0
  1399. package/dist/illustrations/tnt/tnt-Spot-Secrets.js +9 -0
  1400. package/dist/illustrations/tnt/tnt-Spot-Services.js +14 -0
  1401. package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +9 -0
  1402. package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +9 -0
  1403. package/dist/illustrations/tnt/tnt-Spot-Settings.js +37 -0
  1404. package/dist/illustrations/tnt/tnt-Spot-Success.js +9 -0
  1405. package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +9 -0
  1406. package/dist/illustrations/tnt/tnt-Spot-Systems.js +10 -0
  1407. package/dist/illustrations/tnt/tnt-Spot-Teams.js +13 -0
  1408. package/dist/illustrations/tnt/tnt-Spot-Tools.js +7 -0
  1409. package/dist/illustrations/tnt/tnt-Spot-Tutorials.js +92 -0
  1410. package/dist/illustrations/tnt/tnt-Spot-UnableToLoad.js +9 -0
  1411. package/dist/illustrations/tnt/tnt-Spot-Unlock.js +11 -0
  1412. package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +10 -0
  1413. package/dist/illustrations/tnt/tnt-Spot-User2.js +10 -0
  1414. package/dist/illustrations-v5/tnt/Avatar.d.ts +8 -0
  1415. package/dist/illustrations-v5/tnt/Avatar.js +26 -0
  1416. package/dist/illustrations-v5/tnt/Calculator.d.ts +8 -0
  1417. package/dist/illustrations-v5/tnt/Calculator.js +26 -0
  1418. package/dist/illustrations-v5/tnt/ChartArea.d.ts +8 -0
  1419. package/dist/illustrations-v5/tnt/ChartArea.js +26 -0
  1420. package/dist/illustrations-v5/tnt/ChartArea2.d.ts +8 -0
  1421. package/dist/illustrations-v5/tnt/ChartArea2.js +26 -0
  1422. package/dist/illustrations-v5/tnt/ChartBPMNFlow.d.ts +8 -0
  1423. package/dist/illustrations-v5/tnt/ChartBPMNFlow.js +26 -0
  1424. package/dist/illustrations-v5/tnt/ChartBar.d.ts +8 -0
  1425. package/dist/illustrations-v5/tnt/ChartBar.js +26 -0
  1426. package/dist/illustrations-v5/tnt/ChartBullet.d.ts +8 -0
  1427. package/dist/illustrations-v5/tnt/ChartBullet.js +26 -0
  1428. package/dist/illustrations-v5/tnt/ChartDoughnut.d.ts +8 -0
  1429. package/dist/illustrations-v5/tnt/ChartDoughnut.js +26 -0
  1430. package/dist/illustrations-v5/tnt/ChartFlow.d.ts +8 -0
  1431. package/dist/illustrations-v5/tnt/ChartFlow.js +26 -0
  1432. package/dist/illustrations-v5/tnt/ChartGantt.d.ts +8 -0
  1433. package/dist/illustrations-v5/tnt/ChartGantt.js +26 -0
  1434. package/dist/illustrations-v5/tnt/ChartOrg.d.ts +8 -0
  1435. package/dist/illustrations-v5/tnt/ChartOrg.js +26 -0
  1436. package/dist/illustrations-v5/tnt/ChartPie.d.ts +8 -0
  1437. package/dist/illustrations-v5/tnt/ChartPie.js +26 -0
  1438. package/dist/illustrations-v5/tnt/CodePlaceholder.d.ts +8 -0
  1439. package/dist/illustrations-v5/tnt/CodePlaceholder.js +26 -0
  1440. package/dist/illustrations-v5/tnt/Company.d.ts +8 -0
  1441. package/dist/illustrations-v5/tnt/Company.js +26 -0
  1442. package/dist/illustrations-v5/tnt/Compass.d.ts +8 -0
  1443. package/dist/illustrations-v5/tnt/Compass.js +26 -0
  1444. package/dist/illustrations-v5/tnt/Components.d.ts +8 -0
  1445. package/dist/illustrations-v5/tnt/Components.js +26 -0
  1446. package/dist/illustrations-v5/tnt/Dialog.d.ts +8 -0
  1447. package/dist/illustrations-v5/tnt/Dialog.js +26 -0
  1448. package/dist/illustrations-v5/tnt/ExternalLink.d.ts +8 -0
  1449. package/dist/illustrations-v5/tnt/ExternalLink.js +26 -0
  1450. package/dist/illustrations-v5/tnt/FaceID.d.ts +8 -0
  1451. package/dist/illustrations-v5/tnt/FaceID.js +26 -0
  1452. package/dist/illustrations-v5/tnt/Fingerprint.d.ts +8 -0
  1453. package/dist/illustrations-v5/tnt/Fingerprint.js +26 -0
  1454. package/dist/illustrations-v5/tnt/Handshake.d.ts +8 -0
  1455. package/dist/illustrations-v5/tnt/Handshake.js +26 -0
  1456. package/dist/illustrations-v5/tnt/Help.d.ts +8 -0
  1457. package/dist/illustrations-v5/tnt/Help.js +26 -0
  1458. package/dist/illustrations-v5/tnt/Lock.d.ts +8 -0
  1459. package/dist/illustrations-v5/tnt/Lock.js +26 -0
  1460. package/dist/illustrations-v5/tnt/Mission.d.ts +8 -0
  1461. package/dist/illustrations-v5/tnt/Mission.js +26 -0
  1462. package/dist/illustrations-v5/tnt/MissionFailed.d.ts +8 -0
  1463. package/dist/illustrations-v5/tnt/MissionFailed.js +26 -0
  1464. package/dist/illustrations-v5/tnt/NoApplications.d.ts +8 -0
  1465. package/dist/illustrations-v5/tnt/NoApplications.js +26 -0
  1466. package/dist/illustrations-v5/tnt/NoFlows.d.ts +8 -0
  1467. package/dist/illustrations-v5/tnt/NoFlows.js +26 -0
  1468. package/dist/illustrations-v5/tnt/NoUsers.d.ts +8 -0
  1469. package/dist/illustrations-v5/tnt/NoUsers.js +26 -0
  1470. package/dist/illustrations-v5/tnt/Radar.d.ts +8 -0
  1471. package/dist/illustrations-v5/tnt/Radar.js +26 -0
  1472. package/dist/illustrations-v5/tnt/RoadMap.d.ts +8 -0
  1473. package/dist/illustrations-v5/tnt/RoadMap.js +26 -0
  1474. package/dist/illustrations-v5/tnt/Secrets.d.ts +8 -0
  1475. package/dist/illustrations-v5/tnt/Secrets.js +26 -0
  1476. package/dist/illustrations-v5/tnt/Services.d.ts +8 -0
  1477. package/dist/illustrations-v5/tnt/Services.js +26 -0
  1478. package/dist/illustrations-v5/tnt/SessionExpired.d.ts +8 -0
  1479. package/dist/illustrations-v5/tnt/SessionExpired.js +26 -0
  1480. package/dist/illustrations-v5/tnt/SessionExpiring.d.ts +8 -0
  1481. package/dist/illustrations-v5/tnt/SessionExpiring.js +26 -0
  1482. package/dist/illustrations-v5/tnt/Settings.d.ts +8 -0
  1483. package/dist/illustrations-v5/tnt/Settings.js +26 -0
  1484. package/dist/illustrations-v5/tnt/Success.d.ts +8 -0
  1485. package/dist/illustrations-v5/tnt/Success.js +26 -0
  1486. package/dist/illustrations-v5/tnt/SuccessfulAuth.d.ts +8 -0
  1487. package/dist/illustrations-v5/tnt/SuccessfulAuth.js +26 -0
  1488. package/dist/illustrations-v5/tnt/Systems.d.ts +8 -0
  1489. package/dist/illustrations-v5/tnt/Systems.js +26 -0
  1490. package/dist/illustrations-v5/tnt/Teams.d.ts +8 -0
  1491. package/dist/illustrations-v5/tnt/Teams.js +26 -0
  1492. package/dist/illustrations-v5/tnt/Tools.d.ts +8 -0
  1493. package/dist/illustrations-v5/tnt/Tools.js +26 -0
  1494. package/dist/illustrations-v5/tnt/Tutorials.d.ts +8 -0
  1495. package/dist/illustrations-v5/tnt/Tutorials.js +26 -0
  1496. package/dist/illustrations-v5/tnt/Unlock.d.ts +8 -0
  1497. package/dist/illustrations-v5/tnt/Unlock.js +26 -0
  1498. package/dist/illustrations-v5/tnt/UnsuccessfulAuth.d.ts +8 -0
  1499. package/dist/illustrations-v5/tnt/UnsuccessfulAuth.js +26 -0
  1500. package/dist/illustrations-v5/tnt/hc/Avatar.d.ts +8 -0
  1501. package/dist/illustrations-v5/tnt/hc/Avatar.js +26 -0
  1502. package/dist/illustrations-v5/tnt/hc/Calculator.d.ts +8 -0
  1503. package/dist/illustrations-v5/tnt/hc/Calculator.js +26 -0
  1504. package/dist/illustrations-v5/tnt/hc/ChartArea.d.ts +8 -0
  1505. package/dist/illustrations-v5/tnt/hc/ChartArea.js +26 -0
  1506. package/dist/illustrations-v5/tnt/hc/ChartArea2.d.ts +8 -0
  1507. package/dist/illustrations-v5/tnt/hc/ChartArea2.js +26 -0
  1508. package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.d.ts +8 -0
  1509. package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.js +26 -0
  1510. package/dist/illustrations-v5/tnt/hc/ChartBar.d.ts +8 -0
  1511. package/dist/illustrations-v5/tnt/hc/ChartBar.js +26 -0
  1512. package/dist/illustrations-v5/tnt/hc/ChartBullet.d.ts +8 -0
  1513. package/dist/illustrations-v5/tnt/hc/ChartBullet.js +26 -0
  1514. package/dist/illustrations-v5/tnt/hc/ChartDoughnut.d.ts +8 -0
  1515. package/dist/illustrations-v5/tnt/hc/ChartDoughnut.js +26 -0
  1516. package/dist/illustrations-v5/tnt/hc/ChartFlow.d.ts +8 -0
  1517. package/dist/illustrations-v5/tnt/hc/ChartFlow.js +26 -0
  1518. package/dist/illustrations-v5/tnt/hc/ChartGantt.d.ts +8 -0
  1519. package/dist/illustrations-v5/tnt/hc/ChartGantt.js +26 -0
  1520. package/dist/illustrations-v5/tnt/hc/ChartOrg.d.ts +8 -0
  1521. package/dist/illustrations-v5/tnt/hc/ChartOrg.js +26 -0
  1522. package/dist/illustrations-v5/tnt/hc/ChartPie.d.ts +8 -0
  1523. package/dist/illustrations-v5/tnt/hc/ChartPie.js +26 -0
  1524. package/dist/illustrations-v5/tnt/hc/CodePlaceholder.d.ts +8 -0
  1525. package/dist/illustrations-v5/tnt/hc/CodePlaceholder.js +26 -0
  1526. package/dist/illustrations-v5/tnt/hc/Company.d.ts +8 -0
  1527. package/dist/illustrations-v5/tnt/hc/Company.js +26 -0
  1528. package/dist/illustrations-v5/tnt/hc/Compass.d.ts +8 -0
  1529. package/dist/illustrations-v5/tnt/hc/Compass.js +26 -0
  1530. package/dist/illustrations-v5/tnt/hc/Components.d.ts +8 -0
  1531. package/dist/illustrations-v5/tnt/hc/Components.js +26 -0
  1532. package/dist/illustrations-v5/tnt/hc/Dialog.d.ts +8 -0
  1533. package/dist/illustrations-v5/tnt/hc/Dialog.js +26 -0
  1534. package/dist/illustrations-v5/tnt/hc/EmptyContentPane.d.ts +8 -0
  1535. package/dist/illustrations-v5/tnt/hc/EmptyContentPane.js +26 -0
  1536. package/dist/illustrations-v5/tnt/hc/ExternalLink.d.ts +8 -0
  1537. package/dist/illustrations-v5/tnt/hc/ExternalLink.js +26 -0
  1538. package/dist/illustrations-v5/tnt/hc/FaceID.d.ts +8 -0
  1539. package/dist/illustrations-v5/tnt/hc/FaceID.js +26 -0
  1540. package/dist/illustrations-v5/tnt/hc/Fingerprint.d.ts +8 -0
  1541. package/dist/illustrations-v5/tnt/hc/Fingerprint.js +26 -0
  1542. package/dist/illustrations-v5/tnt/hc/Handshake.d.ts +8 -0
  1543. package/dist/illustrations-v5/tnt/hc/Handshake.js +26 -0
  1544. package/dist/illustrations-v5/tnt/hc/Help.d.ts +8 -0
  1545. package/dist/illustrations-v5/tnt/hc/Help.js +26 -0
  1546. package/dist/illustrations-v5/tnt/hc/Lock.d.ts +8 -0
  1547. package/dist/illustrations-v5/tnt/hc/Lock.js +26 -0
  1548. package/dist/illustrations-v5/tnt/hc/Mission.d.ts +8 -0
  1549. package/dist/illustrations-v5/tnt/hc/Mission.js +26 -0
  1550. package/dist/illustrations-v5/tnt/hc/MissionFailed.d.ts +8 -0
  1551. package/dist/illustrations-v5/tnt/hc/MissionFailed.js +26 -0
  1552. package/dist/illustrations-v5/tnt/hc/NoApplications.d.ts +8 -0
  1553. package/dist/illustrations-v5/tnt/hc/NoApplications.js +26 -0
  1554. package/dist/illustrations-v5/tnt/hc/NoFlows.d.ts +8 -0
  1555. package/dist/illustrations-v5/tnt/hc/NoFlows.js +26 -0
  1556. package/dist/illustrations-v5/tnt/hc/NoUsers.d.ts +8 -0
  1557. package/dist/illustrations-v5/tnt/hc/NoUsers.js +26 -0
  1558. package/dist/illustrations-v5/tnt/hc/Radar.d.ts +8 -0
  1559. package/dist/illustrations-v5/tnt/hc/Radar.js +26 -0
  1560. package/dist/illustrations-v5/tnt/hc/RoadMap.d.ts +8 -0
  1561. package/dist/illustrations-v5/tnt/hc/RoadMap.js +26 -0
  1562. package/dist/illustrations-v5/tnt/hc/Secrets.d.ts +8 -0
  1563. package/dist/illustrations-v5/tnt/hc/Secrets.js +26 -0
  1564. package/dist/illustrations-v5/tnt/hc/Services.d.ts +8 -0
  1565. package/dist/illustrations-v5/tnt/hc/Services.js +26 -0
  1566. package/dist/illustrations-v5/tnt/hc/SessionExpired.d.ts +8 -0
  1567. package/dist/illustrations-v5/tnt/hc/SessionExpired.js +26 -0
  1568. package/dist/illustrations-v5/tnt/hc/SessionExpiring.d.ts +8 -0
  1569. package/dist/illustrations-v5/tnt/hc/SessionExpiring.js +26 -0
  1570. package/dist/illustrations-v5/tnt/hc/Settings.d.ts +8 -0
  1571. package/dist/illustrations-v5/tnt/hc/Settings.js +26 -0
  1572. package/dist/illustrations-v5/tnt/hc/Success.d.ts +8 -0
  1573. package/dist/illustrations-v5/tnt/hc/Success.js +26 -0
  1574. package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.d.ts +8 -0
  1575. package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.js +26 -0
  1576. package/dist/illustrations-v5/tnt/hc/Systems.d.ts +8 -0
  1577. package/dist/illustrations-v5/tnt/hc/Systems.js +26 -0
  1578. package/dist/illustrations-v5/tnt/hc/Teams.d.ts +8 -0
  1579. package/dist/illustrations-v5/tnt/hc/Teams.js +26 -0
  1580. package/dist/illustrations-v5/tnt/hc/Tools.d.ts +8 -0
  1581. package/dist/illustrations-v5/tnt/hc/Tools.js +26 -0
  1582. package/dist/illustrations-v5/tnt/hc/Tutorials.d.ts +8 -0
  1583. package/dist/illustrations-v5/tnt/hc/Tutorials.js +26 -0
  1584. package/dist/illustrations-v5/tnt/hc/Unlock.d.ts +8 -0
  1585. package/dist/illustrations-v5/tnt/hc/Unlock.js +26 -0
  1586. package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.d.ts +8 -0
  1587. package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.js +26 -0
  1588. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.js +16 -0
  1589. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.js +24 -0
  1590. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +15 -0
  1591. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +14 -0
  1592. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +22 -0
  1593. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +14 -0
  1594. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +19 -0
  1595. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +18 -0
  1596. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +19 -0
  1597. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +19 -0
  1598. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +30 -0
  1599. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +20 -0
  1600. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +10 -0
  1601. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +23 -0
  1602. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Compass.js +17 -0
  1603. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +22 -0
  1604. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.js +23 -0
  1605. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +23 -0
  1606. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +18 -0
  1607. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +17 -0
  1608. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +13 -0
  1609. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.js +22 -0
  1610. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Help.js +12 -0
  1611. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +22 -0
  1612. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +15 -0
  1613. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.js +12 -0
  1614. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +19 -0
  1615. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +22 -0
  1616. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +19 -0
  1617. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +14 -0
  1618. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.js +92 -0
  1619. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +13 -0
  1620. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +16 -0
  1621. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +14 -0
  1622. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +12 -0
  1623. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Settings.js +9 -0
  1624. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +20 -0
  1625. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +27 -0
  1626. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +25 -0
  1627. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +27 -0
  1628. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +22 -0
  1629. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.js +18 -0
  1630. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +18 -0
  1631. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.js +27 -0
  1632. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Avatar.js +13 -0
  1633. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Calculator.js +13 -0
  1634. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +8 -0
  1635. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +7 -0
  1636. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +14 -0
  1637. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +7 -0
  1638. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +10 -0
  1639. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +8 -0
  1640. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +12 -0
  1641. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +11 -0
  1642. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +14 -0
  1643. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +9 -0
  1644. package/dist/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +6 -0
  1645. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Company.js +11 -0
  1646. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Compass.js +10 -0
  1647. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Components.js +11 -0
  1648. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Dialog.js +23 -0
  1649. package/dist/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +11 -0
  1650. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +10 -0
  1651. package/dist/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +19 -0
  1652. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +8 -0
  1653. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Handshake.js +19 -0
  1654. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Help.js +9 -0
  1655. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +13 -0
  1656. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +10 -0
  1657. package/dist/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.js +10 -0
  1658. package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +15 -0
  1659. package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +41 -0
  1660. package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +12 -0
  1661. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +12 -0
  1662. package/dist/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.js +8 -0
  1663. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +6 -0
  1664. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Services.js +11 -0
  1665. package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +8 -0
  1666. package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +9 -0
  1667. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Settings.js +7 -0
  1668. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Success.js +8 -0
  1669. package/dist/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +12 -0
  1670. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +15 -0
  1671. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +16 -0
  1672. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +18 -0
  1673. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.js +8 -0
  1674. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +20 -0
  1675. package/dist/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.js +12 -0
  1676. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Avatar.js +23 -0
  1677. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Calculator.js +32 -0
  1678. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +21 -0
  1679. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +20 -0
  1680. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +28 -0
  1681. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +20 -0
  1682. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +25 -0
  1683. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +24 -0
  1684. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +25 -0
  1685. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +25 -0
  1686. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +36 -0
  1687. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +25 -0
  1688. package/dist/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +14 -0
  1689. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Company.js +30 -0
  1690. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Compass.js +24 -0
  1691. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Components.js +26 -0
  1692. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Dialog.js +17 -0
  1693. package/dist/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +27 -0
  1694. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +22 -0
  1695. package/dist/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +28 -0
  1696. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +17 -0
  1697. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Handshake.js +26 -0
  1698. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Help.js +21 -0
  1699. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +26 -0
  1700. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +21 -0
  1701. package/dist/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.js +18 -0
  1702. package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +23 -0
  1703. package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +26 -0
  1704. package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +23 -0
  1705. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +19 -0
  1706. package/dist/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.js +30 -0
  1707. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +21 -0
  1708. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Services.js +20 -0
  1709. package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +18 -0
  1710. package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +16 -0
  1711. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Settings.js +13 -0
  1712. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Success.js +27 -0
  1713. package/dist/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +34 -0
  1714. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +31 -0
  1715. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +31 -0
  1716. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +26 -0
  1717. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.js +27 -0
  1718. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +22 -0
  1719. package/dist/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.js +34 -0
  1720. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Avatar.js +17 -0
  1721. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Calculator.js +24 -0
  1722. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +15 -0
  1723. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +14 -0
  1724. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +21 -0
  1725. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +14 -0
  1726. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +19 -0
  1727. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +18 -0
  1728. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +19 -0
  1729. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +19 -0
  1730. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +30 -0
  1731. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +19 -0
  1732. package/dist/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +10 -0
  1733. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Company.js +23 -0
  1734. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Compass.js +17 -0
  1735. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Components.js +20 -0
  1736. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Dialog.js +23 -0
  1737. package/dist/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +23 -0
  1738. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +18 -0
  1739. package/dist/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +17 -0
  1740. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +9 -0
  1741. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Handshake.js +27 -0
  1742. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Help.js +12 -0
  1743. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +22 -0
  1744. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +11 -0
  1745. package/dist/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.js +11 -0
  1746. package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +19 -0
  1747. package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +22 -0
  1748. package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +19 -0
  1749. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +12 -0
  1750. package/dist/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.js +78 -0
  1751. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +13 -0
  1752. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Services.js +16 -0
  1753. package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +14 -0
  1754. package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +12 -0
  1755. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Settings.js +9 -0
  1756. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Success.js +13 -0
  1757. package/dist/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +27 -0
  1758. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +25 -0
  1759. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +27 -0
  1760. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +22 -0
  1761. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.js +18 -0
  1762. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +18 -0
  1763. package/dist/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.js +27 -0
  1764. package/dist/illustrations-v5/tnt/tnt-Dialog-Avatar.js +49 -0
  1765. package/dist/illustrations-v5/tnt/tnt-Dialog-Calculator.js +27 -0
  1766. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +11 -0
  1767. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +12 -0
  1768. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +18 -0
  1769. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +13 -0
  1770. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +14 -0
  1771. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
  1772. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +17 -0
  1773. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +13 -0
  1774. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +20 -0
  1775. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +13 -0
  1776. package/dist/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +7 -0
  1777. package/dist/illustrations-v5/tnt/tnt-Dialog-Company.js +14 -0
  1778. package/dist/illustrations-v5/tnt/tnt-Dialog-Compass.js +19 -0
  1779. package/dist/illustrations-v5/tnt/tnt-Dialog-Components.js +17 -0
  1780. package/dist/illustrations-v5/tnt/tnt-Dialog-Dialog.js +11 -0
  1781. package/dist/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +15 -0
  1782. package/dist/illustrations-v5/tnt/tnt-Dialog-FaceID.js +23 -0
  1783. package/dist/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +32 -0
  1784. package/dist/illustrations-v5/tnt/tnt-Dialog-Handshake.js +39 -0
  1785. package/dist/illustrations-v5/tnt/tnt-Dialog-Help.js +11 -0
  1786. package/dist/illustrations-v5/tnt/tnt-Dialog-Lock.js +44 -0
  1787. package/dist/illustrations-v5/tnt/tnt-Dialog-Mission.js +26 -0
  1788. package/dist/illustrations-v5/tnt/tnt-Dialog-MissionFailed.js +24 -0
  1789. package/dist/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +13 -0
  1790. package/dist/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +13 -0
  1791. package/dist/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +13 -0
  1792. package/dist/illustrations-v5/tnt/tnt-Dialog-Radar.js +28 -0
  1793. package/dist/illustrations-v5/tnt/tnt-Dialog-RoadMap.js +32 -0
  1794. package/dist/illustrations-v5/tnt/tnt-Dialog-Secrets.js +18 -0
  1795. package/dist/illustrations-v5/tnt/tnt-Dialog-Services.js +30 -0
  1796. package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +23 -0
  1797. package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +22 -0
  1798. package/dist/illustrations-v5/tnt/tnt-Dialog-Settings.js +19 -0
  1799. package/dist/illustrations-v5/tnt/tnt-Dialog-Success.js +21 -0
  1800. package/dist/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +14 -0
  1801. package/dist/illustrations-v5/tnt/tnt-Dialog-Systems.js +19 -0
  1802. package/dist/illustrations-v5/tnt/tnt-Dialog-Teams.js +79 -0
  1803. package/dist/illustrations-v5/tnt/tnt-Dialog-Tools.js +26 -0
  1804. package/dist/illustrations-v5/tnt/tnt-Dialog-Tutorials.js +18 -0
  1805. package/dist/illustrations-v5/tnt/tnt-Dialog-Unlock.js +45 -0
  1806. package/dist/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.js +14 -0
  1807. package/dist/illustrations-v5/tnt/tnt-Dot-Avatar.js +21 -0
  1808. package/dist/illustrations-v5/tnt/tnt-Dot-Calculator.js +8 -0
  1809. package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea.js +9 -0
  1810. package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +17 -0
  1811. package/dist/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +17 -0
  1812. package/dist/illustrations-v5/tnt/tnt-Dot-ChartBar.js +18 -0
  1813. package/dist/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +21 -0
  1814. package/dist/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +11 -0
  1815. package/dist/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +15 -0
  1816. package/dist/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +12 -0
  1817. package/dist/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +25 -0
  1818. package/dist/illustrations-v5/tnt/tnt-Dot-ChartPie.js +11 -0
  1819. package/dist/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +5 -0
  1820. package/dist/illustrations-v5/tnt/tnt-Dot-Company.js +15 -0
  1821. package/dist/illustrations-v5/tnt/tnt-Dot-Compass.js +18 -0
  1822. package/dist/illustrations-v5/tnt/tnt-Dot-Components.js +22 -0
  1823. package/dist/illustrations-v5/tnt/tnt-Dot-Dialog.js +9 -0
  1824. package/dist/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +10 -0
  1825. package/dist/illustrations-v5/tnt/tnt-Dot-FaceID.js +21 -0
  1826. package/dist/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +13 -0
  1827. package/dist/illustrations-v5/tnt/tnt-Dot-Handshake.js +36 -0
  1828. package/dist/illustrations-v5/tnt/tnt-Dot-Help.js +16 -0
  1829. package/dist/illustrations-v5/tnt/tnt-Dot-Lock.js +26 -0
  1830. package/dist/illustrations-v5/tnt/tnt-Dot-Mission.js +21 -0
  1831. package/dist/illustrations-v5/tnt/tnt-Dot-MissionFailed.js +20 -0
  1832. package/dist/illustrations-v5/tnt/tnt-Dot-NoApplications.js +11 -0
  1833. package/dist/illustrations-v5/tnt/tnt-Dot-NoFlows.js +11 -0
  1834. package/dist/illustrations-v5/tnt/tnt-Dot-NoUsers.js +18 -0
  1835. package/dist/illustrations-v5/tnt/tnt-Dot-Radar.js +28 -0
  1836. package/dist/illustrations-v5/tnt/tnt-Dot-RoadMap.js +11 -0
  1837. package/dist/illustrations-v5/tnt/tnt-Dot-Secrets.js +16 -0
  1838. package/dist/illustrations-v5/tnt/tnt-Dot-Services.js +14 -0
  1839. package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +13 -0
  1840. package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +20 -0
  1841. package/dist/illustrations-v5/tnt/tnt-Dot-Settings.js +8 -0
  1842. package/dist/illustrations-v5/tnt/tnt-Dot-Success.js +15 -0
  1843. package/dist/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +10 -0
  1844. package/dist/illustrations-v5/tnt/tnt-Dot-Systems.js +15 -0
  1845. package/dist/illustrations-v5/tnt/tnt-Dot-Teams.js +32 -0
  1846. package/dist/illustrations-v5/tnt/tnt-Dot-Tools.js +26 -0
  1847. package/dist/illustrations-v5/tnt/tnt-Dot-Tutorials.js +16 -0
  1848. package/dist/illustrations-v5/tnt/tnt-Dot-Unlock.js +28 -0
  1849. package/dist/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.js +10 -0
  1850. package/dist/illustrations-v5/tnt/tnt-Scene-Avatar.js +49 -0
  1851. package/dist/illustrations-v5/tnt/tnt-Scene-Calculator.js +22 -0
  1852. package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea.js +11 -0
  1853. package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +12 -0
  1854. package/dist/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +18 -0
  1855. package/dist/illustrations-v5/tnt/tnt-Scene-ChartBar.js +13 -0
  1856. package/dist/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +18 -0
  1857. package/dist/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +13 -0
  1858. package/dist/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +17 -0
  1859. package/dist/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +13 -0
  1860. package/dist/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +19 -0
  1861. package/dist/illustrations-v5/tnt/tnt-Scene-ChartPie.js +13 -0
  1862. package/dist/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +7 -0
  1863. package/dist/illustrations-v5/tnt/tnt-Scene-Company.js +14 -0
  1864. package/dist/illustrations-v5/tnt/tnt-Scene-Compass.js +19 -0
  1865. package/dist/illustrations-v5/tnt/tnt-Scene-Components.js +19 -0
  1866. package/dist/illustrations-v5/tnt/tnt-Scene-Dialog.js +11 -0
  1867. package/dist/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +15 -0
  1868. package/dist/illustrations-v5/tnt/tnt-Scene-FaceID.js +22 -0
  1869. package/dist/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +32 -0
  1870. package/dist/illustrations-v5/tnt/tnt-Scene-Handshake.js +39 -0
  1871. package/dist/illustrations-v5/tnt/tnt-Scene-Help.js +18 -0
  1872. package/dist/illustrations-v5/tnt/tnt-Scene-Lock.js +44 -0
  1873. package/dist/illustrations-v5/tnt/tnt-Scene-Mission.js +33 -0
  1874. package/dist/illustrations-v5/tnt/tnt-Scene-MissionFailed.js +24 -0
  1875. package/dist/illustrations-v5/tnt/tnt-Scene-NoApplications.js +13 -0
  1876. package/dist/illustrations-v5/tnt/tnt-Scene-NoFlows.js +13 -0
  1877. package/dist/illustrations-v5/tnt/tnt-Scene-NoUsers.js +20 -0
  1878. package/dist/illustrations-v5/tnt/tnt-Scene-Radar.js +30 -0
  1879. package/dist/illustrations-v5/tnt/tnt-Scene-RoadMap.js +32 -0
  1880. package/dist/illustrations-v5/tnt/tnt-Scene-Secrets.js +18 -0
  1881. package/dist/illustrations-v5/tnt/tnt-Scene-Services.js +30 -0
  1882. package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +24 -0
  1883. package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +22 -0
  1884. package/dist/illustrations-v5/tnt/tnt-Scene-Settings.js +19 -0
  1885. package/dist/illustrations-v5/tnt/tnt-Scene-Success.js +21 -0
  1886. package/dist/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +19 -0
  1887. package/dist/illustrations-v5/tnt/tnt-Scene-Systems.js +28 -0
  1888. package/dist/illustrations-v5/tnt/tnt-Scene-Teams.js +85 -0
  1889. package/dist/illustrations-v5/tnt/tnt-Scene-Tools.js +47 -0
  1890. package/dist/illustrations-v5/tnt/tnt-Scene-Tutorials.js +18 -0
  1891. package/dist/illustrations-v5/tnt/tnt-Scene-Unlock.js +45 -0
  1892. package/dist/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.js +19 -0
  1893. package/dist/illustrations-v5/tnt/tnt-Spot-Avatar.js +49 -0
  1894. package/dist/illustrations-v5/tnt/tnt-Spot-Calculator.js +26 -0
  1895. package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea.js +10 -0
  1896. package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +11 -0
  1897. package/dist/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +18 -0
  1898. package/dist/illustrations-v5/tnt/tnt-Spot-ChartBar.js +12 -0
  1899. package/dist/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +13 -0
  1900. package/dist/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +12 -0
  1901. package/dist/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +14 -0
  1902. package/dist/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +12 -0
  1903. package/dist/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +19 -0
  1904. package/dist/illustrations-v5/tnt/tnt-Spot-ChartPie.js +12 -0
  1905. package/dist/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +7 -0
  1906. package/dist/illustrations-v5/tnt/tnt-Spot-Company.js +14 -0
  1907. package/dist/illustrations-v5/tnt/tnt-Spot-Compass.js +19 -0
  1908. package/dist/illustrations-v5/tnt/tnt-Spot-Components.js +19 -0
  1909. package/dist/illustrations-v5/tnt/tnt-Spot-Dialog.js +11 -0
  1910. package/dist/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +14 -0
  1911. package/dist/illustrations-v5/tnt/tnt-Spot-FaceID.js +22 -0
  1912. package/dist/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +32 -0
  1913. package/dist/illustrations-v5/tnt/tnt-Spot-Handshake.js +39 -0
  1914. package/dist/illustrations-v5/tnt/tnt-Spot-Help.js +10 -0
  1915. package/dist/illustrations-v5/tnt/tnt-Spot-Lock.js +44 -0
  1916. package/dist/illustrations-v5/tnt/tnt-Spot-Mission.js +26 -0
  1917. package/dist/illustrations-v5/tnt/tnt-Spot-MissionFailed.js +24 -0
  1918. package/dist/illustrations-v5/tnt/tnt-Spot-NoApplications.js +12 -0
  1919. package/dist/illustrations-v5/tnt/tnt-Spot-NoFlows.js +12 -0
  1920. package/dist/illustrations-v5/tnt/tnt-Spot-NoUsers.js +13 -0
  1921. package/dist/illustrations-v5/tnt/tnt-Spot-Radar.js +28 -0
  1922. package/dist/illustrations-v5/tnt/tnt-Spot-RoadMap.js +32 -0
  1923. package/dist/illustrations-v5/tnt/tnt-Spot-Secrets.js +18 -0
  1924. package/dist/illustrations-v5/tnt/tnt-Spot-Services.js +30 -0
  1925. package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +23 -0
  1926. package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +20 -0
  1927. package/dist/illustrations-v5/tnt/tnt-Spot-Settings.js +15 -0
  1928. package/dist/illustrations-v5/tnt/tnt-Spot-Success.js +21 -0
  1929. package/dist/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +15 -0
  1930. package/dist/illustrations-v5/tnt/tnt-Spot-Systems.js +19 -0
  1931. package/dist/illustrations-v5/tnt/tnt-Spot-Teams.js +79 -0
  1932. package/dist/illustrations-v5/tnt/tnt-Spot-Tools.js +26 -0
  1933. package/dist/illustrations-v5/tnt/tnt-Spot-Tutorials.js +17 -0
  1934. package/dist/illustrations-v5/tnt/tnt-Spot-Unlock.js +45 -0
  1935. package/dist/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.js +15 -0
  1936. package/dist/ssr-zxing-shim.d.ts +2 -0
  1937. package/dist/ssr-zxing-shim.js +3 -0
  1938. package/dist/ssr-zxing-shim.js.map +1 -0
  1939. package/dist/ssr-zxing.d.ts +2 -0
  1940. package/dist/ssr-zxing.js +3 -0
  1941. package/dist/ssr-zxing.js.map +1 -0
  1942. package/dist/types/FCLLayout.d.ts +105 -0
  1943. package/dist/types/FCLLayout.js +107 -0
  1944. package/dist/types/FCLLayout.js.map +1 -0
  1945. package/dist/types/IllustrationMessageDesign.d.ts +69 -0
  1946. package/dist/types/IllustrationMessageDesign.js +71 -0
  1947. package/dist/types/IllustrationMessageDesign.js.map +1 -0
  1948. package/dist/types/IllustrationMessageType.d.ts +636 -0
  1949. package/dist/types/IllustrationMessageType.js +638 -0
  1950. package/dist/types/IllustrationMessageType.js.map +1 -0
  1951. package/dist/types/MediaGalleryItemLayout.d.ts +22 -0
  1952. package/dist/types/MediaGalleryItemLayout.js +24 -0
  1953. package/dist/types/MediaGalleryItemLayout.js.map +1 -0
  1954. package/dist/types/MediaGalleryLayout.d.ts +22 -0
  1955. package/dist/types/MediaGalleryLayout.js +24 -0
  1956. package/dist/types/MediaGalleryLayout.js.map +1 -0
  1957. package/dist/types/MediaGalleryMenuHorizontalAlign.d.ts +17 -0
  1958. package/dist/types/MediaGalleryMenuHorizontalAlign.js +19 -0
  1959. package/dist/types/MediaGalleryMenuHorizontalAlign.js.map +1 -0
  1960. package/dist/types/MediaGalleryMenuVerticalAlign.d.ts +17 -0
  1961. package/dist/types/MediaGalleryMenuVerticalAlign.js +19 -0
  1962. package/dist/types/MediaGalleryMenuVerticalAlign.js.map +1 -0
  1963. package/dist/types/NavigationLayoutMode.d.ts +23 -0
  1964. package/dist/types/NavigationLayoutMode.js +25 -0
  1965. package/dist/types/NavigationLayoutMode.js.map +1 -0
  1966. package/dist/types/NotificationListItemImportance.d.ts +16 -0
  1967. package/dist/types/NotificationListItemImportance.js +18 -0
  1968. package/dist/types/NotificationListItemImportance.js.map +1 -0
  1969. package/dist/types/PageBackgroundDesign.d.ts +22 -0
  1970. package/dist/types/PageBackgroundDesign.js +24 -0
  1971. package/dist/types/PageBackgroundDesign.js.map +1 -0
  1972. package/dist/types/SearchMode.d.ts +17 -0
  1973. package/dist/types/SearchMode.js +19 -0
  1974. package/dist/types/SearchMode.js.map +1 -0
  1975. package/dist/types/SideContentFallDown.d.ts +27 -0
  1976. package/dist/types/SideContentFallDown.js +29 -0
  1977. package/dist/types/SideContentFallDown.js.map +1 -0
  1978. package/dist/types/SideContentPosition.d.ts +19 -0
  1979. package/dist/types/SideContentPosition.js +21 -0
  1980. package/dist/types/SideContentPosition.js.map +1 -0
  1981. package/dist/types/SideContentVisibility.d.ts +32 -0
  1982. package/dist/types/SideContentVisibility.js +34 -0
  1983. package/dist/types/SideContentVisibility.js.map +1 -0
  1984. package/dist/types/SideNavigationItemDesign.d.ts +24 -0
  1985. package/dist/types/SideNavigationItemDesign.js +26 -0
  1986. package/dist/types/SideNavigationItemDesign.js.map +1 -0
  1987. package/dist/types/TimelineGrowingMode.d.ts +24 -0
  1988. package/dist/types/TimelineGrowingMode.js +26 -0
  1989. package/dist/types/TimelineGrowingMode.js.map +1 -0
  1990. package/dist/types/TimelineLayout.d.ts +18 -0
  1991. package/dist/types/TimelineLayout.js +20 -0
  1992. package/dist/types/TimelineLayout.js.map +1 -0
  1993. package/dist/types/UploadCollectionDnDMode.d.ts +22 -0
  1994. package/dist/types/UploadCollectionDnDMode.js +24 -0
  1995. package/dist/types/UploadCollectionDnDMode.js.map +1 -0
  1996. package/dist/types/UploadCollectionSelectionMode.d.ts +39 -0
  1997. package/dist/types/UploadCollectionSelectionMode.js +41 -0
  1998. package/dist/types/UploadCollectionSelectionMode.js.map +1 -0
  1999. package/dist/types/UploadState.d.ts +27 -0
  2000. package/dist/types/UploadState.js +29 -0
  2001. package/dist/types/UploadState.js.map +1 -0
  2002. package/dist/types/ViewSettingsDialogMode.d.ts +25 -0
  2003. package/dist/types/ViewSettingsDialogMode.js +27 -0
  2004. package/dist/types/ViewSettingsDialogMode.js.map +1 -0
  2005. package/dist/types/WizardContentLayout.d.ts +17 -0
  2006. package/dist/types/WizardContentLayout.js +19 -0
  2007. package/dist/types/WizardContentLayout.js.map +1 -0
  2008. package/dist/upload-utils/UploadCollectionBodyDnD.d.ts +15 -0
  2009. package/dist/upload-utils/UploadCollectionBodyDnD.js +60 -0
  2010. package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
  2011. package/dist/vscode.html-custom-data.json +1626 -0
  2012. package/dist/web-types.json +4122 -0
  2013. package/global.d.ts +12 -0
  2014. package/jsconfig.json +12 -0
  2015. package/package-scripts.cjs +84 -0
  2016. package/package.json +71 -0
  2017. package/src/BarcodeScannerDialogTemplate.tsx +38 -0
  2018. package/src/DynamicPageHeaderActionsTemplate.tsx +33 -0
  2019. package/src/DynamicPageHeaderTemplate.tsx +9 -0
  2020. package/src/DynamicPageTemplate.tsx +72 -0
  2021. package/src/DynamicPageTitleTemplate.tsx +77 -0
  2022. package/src/DynamicSideContentTemplate.tsx +48 -0
  2023. package/src/FlexibleColumnLayoutTemplate.tsx +134 -0
  2024. package/src/IllustratedMessageTemplate.tsx +92 -0
  2025. package/src/MediaGalleryItemTemplate.tsx +22 -0
  2026. package/src/MediaGalleryTemplate.tsx +50 -0
  2027. package/src/NavigationLayoutTemplate.tsx +19 -0
  2028. package/src/NavigationMenuItemTemplate.tsx +64 -0
  2029. package/src/NavigationMenuTemplate.tsx +51 -0
  2030. package/src/NotificationListGroupItemTemplate.tsx +66 -0
  2031. package/src/NotificationListItemTemplate.tsx +154 -0
  2032. package/src/NotificationListTemplate.tsx +17 -0
  2033. package/src/PageTemplate.tsx +30 -0
  2034. package/src/ProductSwitchItemTemplate.tsx +66 -0
  2035. package/src/ProductSwitchTemplate.tsx +16 -0
  2036. package/src/SearchFieldTemplate.tsx +106 -0
  2037. package/src/SearchItemShowMoreTemplate.tsx +19 -0
  2038. package/src/SearchItemTemplate.tsx +67 -0
  2039. package/src/SearchMessageAreaTemplate.tsx +15 -0
  2040. package/src/SearchPopoverTemplate.tsx +80 -0
  2041. package/src/SearchTemplate.tsx +12 -0
  2042. package/src/ShellBarBrandingTemplate.tsx +27 -0
  2043. package/src/ShellBarPopoverTemplate.tsx +50 -0
  2044. package/src/ShellBarSearchPopoverTemplate.tsx +24 -0
  2045. package/src/ShellBarSearchTemplate.tsx +12 -0
  2046. package/src/ShellBarTemplate.tsx +337 -0
  2047. package/src/SideNavigationGroupTemplate.tsx +58 -0
  2048. package/src/SideNavigationItemTemplate.tsx +86 -0
  2049. package/src/SideNavigationPopoverTemplate.tsx +103 -0
  2050. package/src/SideNavigationSubItemTemplate.tsx +39 -0
  2051. package/src/SideNavigationTemplate.tsx +75 -0
  2052. package/src/TimelineGroupItemTemplate.tsx +48 -0
  2053. package/src/TimelineItemTemplate.tsx +77 -0
  2054. package/src/TimelineTemplate.tsx +79 -0
  2055. package/src/UploadCollectionItemTemplate.tsx +146 -0
  2056. package/src/UploadCollectionTemplate.tsx +63 -0
  2057. package/src/UserMenuItemGroupTemplate.tsx +6 -0
  2058. package/src/UserMenuItemTemplate.tsx +6 -0
  2059. package/src/UserMenuTemplate.tsx +193 -0
  2060. package/src/UserSettingsAccountViewTemplate.tsx +46 -0
  2061. package/src/UserSettingsAppearanceViewItemTemplate.tsx +25 -0
  2062. package/src/UserSettingsAppearanceViewTemplate.tsx +15 -0
  2063. package/src/UserSettingsDialogTemplate.tsx +80 -0
  2064. package/src/UserSettingsItemTemplate.tsx +52 -0
  2065. package/src/UserSettingsViewTemplate.tsx +11 -0
  2066. package/src/ViewSettingsDialogTemplate.tsx +230 -0
  2067. package/src/WizardPopoverTemplate.tsx +42 -0
  2068. package/src/WizardTabTemplate.tsx +39 -0
  2069. package/src/WizardTemplate.tsx +75 -0
  2070. package/src/i18n/messagebundle.properties +612 -0
  2071. package/src/i18n/messagebundle_ar.properties +407 -0
  2072. package/src/i18n/messagebundle_bg.properties +407 -0
  2073. package/src/i18n/messagebundle_ca.properties +407 -0
  2074. package/src/i18n/messagebundle_cnr.properties +407 -0
  2075. package/src/i18n/messagebundle_cs.properties +407 -0
  2076. package/src/i18n/messagebundle_cy.properties +407 -0
  2077. package/src/i18n/messagebundle_da.properties +407 -0
  2078. package/src/i18n/messagebundle_de.properties +407 -0
  2079. package/src/i18n/messagebundle_el.properties +407 -0
  2080. package/src/i18n/messagebundle_en.properties +407 -0
  2081. package/src/i18n/messagebundle_en_GB.properties +407 -0
  2082. package/src/i18n/messagebundle_en_US_sappsd.properties +407 -0
  2083. package/src/i18n/messagebundle_en_US_saprigi.properties +407 -0
  2084. package/src/i18n/messagebundle_en_US_saptrc.properties +407 -0
  2085. package/src/i18n/messagebundle_es.properties +407 -0
  2086. package/src/i18n/messagebundle_es_MX.properties +407 -0
  2087. package/src/i18n/messagebundle_et.properties +407 -0
  2088. package/src/i18n/messagebundle_fi.properties +407 -0
  2089. package/src/i18n/messagebundle_fr.properties +407 -0
  2090. package/src/i18n/messagebundle_fr_CA.properties +407 -0
  2091. package/src/i18n/messagebundle_hi.properties +407 -0
  2092. package/src/i18n/messagebundle_hr.properties +407 -0
  2093. package/src/i18n/messagebundle_hu.properties +407 -0
  2094. package/src/i18n/messagebundle_id.properties +407 -0
  2095. package/src/i18n/messagebundle_it.properties +407 -0
  2096. package/src/i18n/messagebundle_iw.properties +407 -0
  2097. package/src/i18n/messagebundle_ja.properties +407 -0
  2098. package/src/i18n/messagebundle_kk.properties +407 -0
  2099. package/src/i18n/messagebundle_ko.properties +407 -0
  2100. package/src/i18n/messagebundle_lt.properties +407 -0
  2101. package/src/i18n/messagebundle_lv.properties +407 -0
  2102. package/src/i18n/messagebundle_mk.properties +407 -0
  2103. package/src/i18n/messagebundle_ms.properties +407 -0
  2104. package/src/i18n/messagebundle_nl.properties +407 -0
  2105. package/src/i18n/messagebundle_no.properties +407 -0
  2106. package/src/i18n/messagebundle_pl.properties +407 -0
  2107. package/src/i18n/messagebundle_pt.properties +407 -0
  2108. package/src/i18n/messagebundle_pt_PT.properties +407 -0
  2109. package/src/i18n/messagebundle_ro.properties +407 -0
  2110. package/src/i18n/messagebundle_ru.properties +407 -0
  2111. package/src/i18n/messagebundle_sh.properties +407 -0
  2112. package/src/i18n/messagebundle_sk.properties +407 -0
  2113. package/src/i18n/messagebundle_sl.properties +407 -0
  2114. package/src/i18n/messagebundle_sr.properties +407 -0
  2115. package/src/i18n/messagebundle_sv.properties +407 -0
  2116. package/src/i18n/messagebundle_th.properties +407 -0
  2117. package/src/i18n/messagebundle_tr.properties +407 -0
  2118. package/src/i18n/messagebundle_uk.properties +407 -0
  2119. package/src/i18n/messagebundle_vi.properties +407 -0
  2120. package/src/i18n/messagebundle_zh_CN.properties +407 -0
  2121. package/src/i18n/messagebundle_zh_TW.properties +407 -0
  2122. package/src/illustrations/sapIllus-Dialog-Achievement.svg +28 -0
  2123. package/src/illustrations/sapIllus-Dialog-AddColumn.svg +37 -0
  2124. package/src/illustrations/sapIllus-Dialog-AddDimensions.svg +17 -0
  2125. package/src/illustrations/sapIllus-Dialog-AddPeople.svg +31 -0
  2126. package/src/illustrations/sapIllus-Dialog-AddPeopleToCalendar.svg +51 -0
  2127. package/src/illustrations/sapIllus-Dialog-AddingColumns.svg +37 -0
  2128. package/src/illustrations/sapIllus-Dialog-BalloonSky.svg +45 -0
  2129. package/src/illustrations/sapIllus-Dialog-BeforeSearch.svg +41 -0
  2130. package/src/illustrations/sapIllus-Dialog-Connection.svg +18 -0
  2131. package/src/illustrations/sapIllus-Dialog-DragFilesToUpload.svg +20 -0
  2132. package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +77 -0
  2133. package/src/illustrations/sapIllus-Dialog-EmptyList.svg +36 -0
  2134. package/src/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.svg +19 -0
  2135. package/src/illustrations/sapIllus-Dialog-ErrorScreen.svg +34 -0
  2136. package/src/illustrations/sapIllus-Dialog-FilterTable.svg +65 -0
  2137. package/src/illustrations/sapIllus-Dialog-FilteringColumns.svg +39 -0
  2138. package/src/illustrations/sapIllus-Dialog-GroupTable.svg +67 -0
  2139. package/src/illustrations/sapIllus-Dialog-GroupingColumns.svg +35 -0
  2140. package/src/illustrations/sapIllus-Dialog-KeyTask.svg +119 -0
  2141. package/src/illustrations/sapIllus-Dialog-NewMail.svg +38 -0
  2142. package/src/illustrations/sapIllus-Dialog-NoActivities.svg +34 -0
  2143. package/src/illustrations/sapIllus-Dialog-NoChartData.svg +45 -0
  2144. package/src/illustrations/sapIllus-Dialog-NoColumnsSet.svg +29 -0
  2145. package/src/illustrations/sapIllus-Dialog-NoData.svg +12 -0
  2146. package/src/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
  2147. package/src/illustrations/sapIllus-Dialog-NoEntries.svg +42 -0
  2148. package/src/illustrations/sapIllus-Dialog-NoFilterResults.svg +20 -0
  2149. package/src/illustrations/sapIllus-Dialog-NoMail.svg +16 -0
  2150. package/src/illustrations/sapIllus-Dialog-NoMail_v1.svg +22 -0
  2151. package/src/illustrations/sapIllus-Dialog-NoNotifications.svg +28 -0
  2152. package/src/illustrations/sapIllus-Dialog-NoSavedItems.svg +54 -0
  2153. package/src/illustrations/sapIllus-Dialog-NoSavedItems_v1.svg +36 -0
  2154. package/src/illustrations/sapIllus-Dialog-NoSearchResults.svg +73 -0
  2155. package/src/illustrations/sapIllus-Dialog-NoTasks.svg +60 -0
  2156. package/src/illustrations/sapIllus-Dialog-NoTasks_v1.svg +62 -0
  2157. package/src/illustrations/sapIllus-Dialog-PageNotFound.svg +13 -0
  2158. package/src/illustrations/sapIllus-Dialog-ReceiveAppreciation.svg +25 -0
  2159. package/src/illustrations/sapIllus-Dialog-ReloadScreen.svg +48 -0
  2160. package/src/illustrations/sapIllus-Dialog-ResizeColumn.svg +41 -0
  2161. package/src/illustrations/sapIllus-Dialog-ResizingColumns.svg +55 -0
  2162. package/src/illustrations/sapIllus-Dialog-SearchEarth.svg +18 -0
  2163. package/src/illustrations/sapIllus-Dialog-SearchFolder.svg +37 -0
  2164. package/src/illustrations/sapIllus-Dialog-SignOut.svg +21 -0
  2165. package/src/illustrations/sapIllus-Dialog-SimpleBalloon.svg +17 -0
  2166. package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +13 -0
  2167. package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +48 -0
  2168. package/src/illustrations/sapIllus-Dialog-SimpleCheckMark.svg +6 -0
  2169. package/src/illustrations/sapIllus-Dialog-SimpleConnection.svg +18 -0
  2170. package/src/illustrations/sapIllus-Dialog-SimpleEmptyDoc.svg +17 -0
  2171. package/src/illustrations/sapIllus-Dialog-SimpleEmptyList.svg +10 -0
  2172. package/src/illustrations/sapIllus-Dialog-SimpleError.svg +10 -0
  2173. package/src/illustrations/sapIllus-Dialog-SimpleMagnifier.svg +10 -0
  2174. package/src/illustrations/sapIllus-Dialog-SimpleMail.svg +13 -0
  2175. package/src/illustrations/sapIllus-Dialog-SimpleNoSavedItems.svg +17 -0
  2176. package/src/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.svg +21 -0
  2177. package/src/illustrations/sapIllus-Dialog-SimpleReload.svg +11 -0
  2178. package/src/illustrations/sapIllus-Dialog-SimpleTask.svg +23 -0
  2179. package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +30 -0
  2180. package/src/illustrations/sapIllus-Dialog-SortColumn.svg +39 -0
  2181. package/src/illustrations/sapIllus-Dialog-SortingColumns.svg +50 -0
  2182. package/src/illustrations/sapIllus-Dialog-SuccessBalloon.svg +16 -0
  2183. package/src/illustrations/sapIllus-Dialog-SuccessCheckMark.svg +8 -0
  2184. package/src/illustrations/sapIllus-Dialog-SuccessHighFive.svg +24 -0
  2185. package/src/illustrations/sapIllus-Dialog-SuccessScreen.svg +47 -0
  2186. package/src/illustrations/sapIllus-Dialog-Survey.svg +22 -0
  2187. package/src/illustrations/sapIllus-Dialog-Tent.svg +31 -0
  2188. package/src/illustrations/sapIllus-Dialog-UnableToLoad.svg +119 -0
  2189. package/src/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +28 -0
  2190. package/src/illustrations/sapIllus-Dialog-UnableToUpload.svg +26 -0
  2191. package/src/illustrations/sapIllus-Dialog-UploadCollection.svg +30 -0
  2192. package/src/illustrations/sapIllus-Dialog-UploadToCloud.svg +21 -0
  2193. package/src/illustrations/sapIllus-Dialog-UserHasSignedUp.svg +34 -0
  2194. package/src/illustrations/sapIllus-Dot-Achievement.svg +18 -0
  2195. package/src/illustrations/sapIllus-Dot-AddColumn.svg +26 -0
  2196. package/src/illustrations/sapIllus-Dot-AddDimensions.svg +9 -0
  2197. package/src/illustrations/sapIllus-Dot-AddPeople.svg +8 -0
  2198. package/src/illustrations/sapIllus-Dot-AddPeopleToCalendar.svg +14 -0
  2199. package/src/illustrations/sapIllus-Dot-AddingColumns.svg +13 -0
  2200. package/src/illustrations/sapIllus-Dot-BalloonSky.svg +6 -0
  2201. package/src/illustrations/sapIllus-Dot-BeforeSearch.svg +40 -0
  2202. package/src/illustrations/sapIllus-Dot-Connection.svg +9 -0
  2203. package/src/illustrations/sapIllus-Dot-DragFilesToUpload.svg +8 -0
  2204. package/src/illustrations/sapIllus-Dot-EmptyCalendar.svg +36 -0
  2205. package/src/illustrations/sapIllus-Dot-EmptyList.svg +6 -0
  2206. package/src/illustrations/sapIllus-Dot-EmptyPlanningCalendar.svg +18 -0
  2207. package/src/illustrations/sapIllus-Dot-ErrorScreen.svg +8 -0
  2208. package/src/illustrations/sapIllus-Dot-FilterTable.svg +7 -0
  2209. package/src/illustrations/sapIllus-Dot-FilteringColumns.svg +22 -0
  2210. package/src/illustrations/sapIllus-Dot-GroupTable.svg +35 -0
  2211. package/src/illustrations/sapIllus-Dot-GroupingColumns.svg +23 -0
  2212. package/src/illustrations/sapIllus-Dot-KeyTask.svg +118 -0
  2213. package/src/illustrations/sapIllus-Dot-NewMail.svg +11 -0
  2214. package/src/illustrations/sapIllus-Dot-NoActivities.svg +11 -0
  2215. package/src/illustrations/sapIllus-Dot-NoChartData.svg +35 -0
  2216. package/src/illustrations/sapIllus-Dot-NoColumnsSet.svg +26 -0
  2217. package/src/illustrations/sapIllus-Dot-NoData.svg +11 -0
  2218. package/src/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
  2219. package/src/illustrations/sapIllus-Dot-NoEntries.svg +25 -0
  2220. package/src/illustrations/sapIllus-Dot-NoFilterResults.svg +14 -0
  2221. package/src/illustrations/sapIllus-Dot-NoMail.svg +14 -0
  2222. package/src/illustrations/sapIllus-Dot-NoMail_v1.svg +9 -0
  2223. package/src/illustrations/sapIllus-Dot-NoNotifications.svg +23 -0
  2224. package/src/illustrations/sapIllus-Dot-NoSavedItems.svg +55 -0
  2225. package/src/illustrations/sapIllus-Dot-NoSavedItems_v1.svg +12 -0
  2226. package/src/illustrations/sapIllus-Dot-NoSearchResults.svg +35 -0
  2227. package/src/illustrations/sapIllus-Dot-NoTasks.svg +22 -0
  2228. package/src/illustrations/sapIllus-Dot-NoTasks_v1.svg +12 -0
  2229. package/src/illustrations/sapIllus-Dot-PageNotFound.svg +14 -0
  2230. package/src/illustrations/sapIllus-Dot-ReceiveAppreciation.svg +19 -0
  2231. package/src/illustrations/sapIllus-Dot-ReloadScreen.svg +8 -0
  2232. package/src/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -0
  2233. package/src/illustrations/sapIllus-Dot-ResizingColumns.svg +19 -0
  2234. package/src/illustrations/sapIllus-Dot-SearchEarth.svg +6 -0
  2235. package/src/illustrations/sapIllus-Dot-SearchFolder.svg +10 -0
  2236. package/src/illustrations/sapIllus-Dot-SignOut.svg +11 -0
  2237. package/src/illustrations/sapIllus-Dot-SimpleBalloon.svg +6 -0
  2238. package/src/illustrations/sapIllus-Dot-SimpleBell.svg +7 -0
  2239. package/src/illustrations/sapIllus-Dot-SimpleCalendar.svg +36 -0
  2240. package/src/illustrations/sapIllus-Dot-SimpleCheckMark.svg +4 -0
  2241. package/src/illustrations/sapIllus-Dot-SimpleConnection.svg +9 -0
  2242. package/src/illustrations/sapIllus-Dot-SimpleEmptyDoc.svg +7 -0
  2243. package/src/illustrations/sapIllus-Dot-SimpleEmptyList.svg +6 -0
  2244. package/src/illustrations/sapIllus-Dot-SimpleError.svg +8 -0
  2245. package/src/illustrations/sapIllus-Dot-SimpleMagnifier.svg +6 -0
  2246. package/src/illustrations/sapIllus-Dot-SimpleMail.svg +9 -0
  2247. package/src/illustrations/sapIllus-Dot-SimpleNoSavedItems.svg +12 -0
  2248. package/src/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.svg +10 -0
  2249. package/src/illustrations/sapIllus-Dot-SimpleReload.svg +8 -0
  2250. package/src/illustrations/sapIllus-Dot-SimpleTask.svg +12 -0
  2251. package/src/illustrations/sapIllus-Dot-SleepingBell.svg +7 -0
  2252. package/src/illustrations/sapIllus-Dot-SortColumn.svg +28 -0
  2253. package/src/illustrations/sapIllus-Dot-SortingColumns.svg +15 -0
  2254. package/src/illustrations/sapIllus-Dot-SuccessHighFive.svg +6 -0
  2255. package/src/illustrations/sapIllus-Dot-SuccessScreen.svg +4 -0
  2256. package/src/illustrations/sapIllus-Dot-Survey.svg +7 -0
  2257. package/src/illustrations/sapIllus-Dot-Tent.svg +7 -0
  2258. package/src/illustrations/sapIllus-Dot-UnableToLoad.svg +118 -0
  2259. package/src/illustrations/sapIllus-Dot-UnableToLoadImage.svg +24 -0
  2260. package/src/illustrations/sapIllus-Dot-UnableToUpload.svg +10 -0
  2261. package/src/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
  2262. package/src/illustrations/sapIllus-Dot-UploadToCloud.svg +9 -0
  2263. package/src/illustrations/sapIllus-Dot-UserHasSignedUp.svg +8 -0
  2264. package/src/illustrations/sapIllus-Patterns.svg +20 -0
  2265. package/src/illustrations/sapIllus-Scene-Achievement.svg +28 -0
  2266. package/src/illustrations/sapIllus-Scene-AddColumn.svg +48 -0
  2267. package/src/illustrations/sapIllus-Scene-AddDimensions.svg +17 -0
  2268. package/src/illustrations/sapIllus-Scene-AddPeople.svg +30 -0
  2269. package/src/illustrations/sapIllus-Scene-AddPeopleToCalendar.svg +46 -0
  2270. package/src/illustrations/sapIllus-Scene-AddingColumns.svg +37 -0
  2271. package/src/illustrations/sapIllus-Scene-BalloonSky.svg +53 -0
  2272. package/src/illustrations/sapIllus-Scene-BeforeSearch.svg +41 -0
  2273. package/src/illustrations/sapIllus-Scene-Connection.svg +31 -0
  2274. package/src/illustrations/sapIllus-Scene-DragFilesToUpload.svg +20 -0
  2275. package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +90 -0
  2276. package/src/illustrations/sapIllus-Scene-EmptyList.svg +43 -0
  2277. package/src/illustrations/sapIllus-Scene-EmptyPlanningCalendar.svg +19 -0
  2278. package/src/illustrations/sapIllus-Scene-ErrorScreen.svg +78 -0
  2279. package/src/illustrations/sapIllus-Scene-FilterTable.svg +62 -0
  2280. package/src/illustrations/sapIllus-Scene-FilteringColumns.svg +39 -0
  2281. package/src/illustrations/sapIllus-Scene-GroupTable.svg +76 -0
  2282. package/src/illustrations/sapIllus-Scene-GroupingColumns.svg +40 -0
  2283. package/src/illustrations/sapIllus-Scene-KeyTask.svg +119 -0
  2284. package/src/illustrations/sapIllus-Scene-NewMail.svg +38 -0
  2285. package/src/illustrations/sapIllus-Scene-NoActivities.svg +34 -0
  2286. package/src/illustrations/sapIllus-Scene-NoChartData.svg +45 -0
  2287. package/src/illustrations/sapIllus-Scene-NoColumnsSet.svg +26 -0
  2288. package/src/illustrations/sapIllus-Scene-NoData.svg +12 -0
  2289. package/src/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
  2290. package/src/illustrations/sapIllus-Scene-NoEntries.svg +42 -0
  2291. package/src/illustrations/sapIllus-Scene-NoFilterResults.svg +16 -0
  2292. package/src/illustrations/sapIllus-Scene-NoMail.svg +16 -0
  2293. package/src/illustrations/sapIllus-Scene-NoMail_v1.svg +55 -0
  2294. package/src/illustrations/sapIllus-Scene-NoNotifications.svg +28 -0
  2295. package/src/illustrations/sapIllus-Scene-NoSavedItems.svg +54 -0
  2296. package/src/illustrations/sapIllus-Scene-NoSavedItems_v1.svg +39 -0
  2297. package/src/illustrations/sapIllus-Scene-NoSearchResults.svg +73 -0
  2298. package/src/illustrations/sapIllus-Scene-NoTasks.svg +60 -0
  2299. package/src/illustrations/sapIllus-Scene-NoTasks_v1.svg +86 -0
  2300. package/src/illustrations/sapIllus-Scene-PageNotFound.svg +13 -0
  2301. package/src/illustrations/sapIllus-Scene-ReceiveAppreciation.svg +25 -0
  2302. package/src/illustrations/sapIllus-Scene-ReloadScreen.svg +62 -0
  2303. package/src/illustrations/sapIllus-Scene-ResizeColumn.svg +52 -0
  2304. package/src/illustrations/sapIllus-Scene-ResizingColumns.svg +57 -0
  2305. package/src/illustrations/sapIllus-Scene-SearchEarth.svg +30 -0
  2306. package/src/illustrations/sapIllus-Scene-SearchFolder.svg +44 -0
  2307. package/src/illustrations/sapIllus-Scene-SignOut.svg +21 -0
  2308. package/src/illustrations/sapIllus-Scene-SimpleBalloon.svg +20 -0
  2309. package/src/illustrations/sapIllus-Scene-SimpleBell.svg +16 -0
  2310. package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +44 -0
  2311. package/src/illustrations/sapIllus-Scene-SimpleCheckMark.svg +9 -0
  2312. package/src/illustrations/sapIllus-Scene-SimpleConnection.svg +22 -0
  2313. package/src/illustrations/sapIllus-Scene-SimpleEmptyDoc.svg +20 -0
  2314. package/src/illustrations/sapIllus-Scene-SimpleEmptyList.svg +13 -0
  2315. package/src/illustrations/sapIllus-Scene-SimpleError.svg +13 -0
  2316. package/src/illustrations/sapIllus-Scene-SimpleMagnifier.svg +13 -0
  2317. package/src/illustrations/sapIllus-Scene-SimpleMail.svg +16 -0
  2318. package/src/illustrations/sapIllus-Scene-SimpleNoSavedItems.svg +27 -0
  2319. package/src/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.svg +24 -0
  2320. package/src/illustrations/sapIllus-Scene-SimpleReload.svg +14 -0
  2321. package/src/illustrations/sapIllus-Scene-SimpleTask.svg +19 -0
  2322. package/src/illustrations/sapIllus-Scene-SleepingBell.svg +50 -0
  2323. package/src/illustrations/sapIllus-Scene-SortColumn.svg +50 -0
  2324. package/src/illustrations/sapIllus-Scene-SortingColumns.svg +50 -0
  2325. package/src/illustrations/sapIllus-Scene-SuccessBalloon.svg +33 -0
  2326. package/src/illustrations/sapIllus-Scene-SuccessCheckMark.svg +43 -0
  2327. package/src/illustrations/sapIllus-Scene-SuccessHighFive.svg +25 -0
  2328. package/src/illustrations/sapIllus-Scene-SuccessScreen.svg +61 -0
  2329. package/src/illustrations/sapIllus-Scene-Survey.svg +21 -0
  2330. package/src/illustrations/sapIllus-Scene-Tent.svg +59 -0
  2331. package/src/illustrations/sapIllus-Scene-UnableToLoad.svg +119 -0
  2332. package/src/illustrations/sapIllus-Scene-UnableToLoadImage.svg +28 -0
  2333. package/src/illustrations/sapIllus-Scene-UnableToUpload.svg +26 -0
  2334. package/src/illustrations/sapIllus-Scene-UploadCollection.svg +29 -0
  2335. package/src/illustrations/sapIllus-Scene-UploadToCloud.svg +22 -0
  2336. package/src/illustrations/sapIllus-Scene-UserHasSignedUp.svg +29 -0
  2337. package/src/illustrations/sapIllus-Spot-Achievement.svg +27 -0
  2338. package/src/illustrations/sapIllus-Spot-AddColumn.svg +37 -0
  2339. package/src/illustrations/sapIllus-Spot-AddDimensions.svg +16 -0
  2340. package/src/illustrations/sapIllus-Spot-AddPeople.svg +31 -0
  2341. package/src/illustrations/sapIllus-Spot-AddPeopleToCalendar.svg +42 -0
  2342. package/src/illustrations/sapIllus-Spot-AddingColumns.svg +37 -0
  2343. package/src/illustrations/sapIllus-Spot-BalloonSky.svg +43 -0
  2344. package/src/illustrations/sapIllus-Spot-BeforeSearch.svg +41 -0
  2345. package/src/illustrations/sapIllus-Spot-Connection.svg +22 -0
  2346. package/src/illustrations/sapIllus-Spot-DragFilesToUpload.svg +18 -0
  2347. package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +46 -0
  2348. package/src/illustrations/sapIllus-Spot-EmptyList.svg +29 -0
  2349. package/src/illustrations/sapIllus-Spot-EmptyPlanningCalendar.svg +19 -0
  2350. package/src/illustrations/sapIllus-Spot-ErrorScreen.svg +32 -0
  2351. package/src/illustrations/sapIllus-Spot-FilterTable.svg +60 -0
  2352. package/src/illustrations/sapIllus-Spot-FilteringColumns.svg +33 -0
  2353. package/src/illustrations/sapIllus-Spot-GroupTable.svg +86 -0
  2354. package/src/illustrations/sapIllus-Spot-GroupingColumns.svg +35 -0
  2355. package/src/illustrations/sapIllus-Spot-KeyTask.svg +119 -0
  2356. package/src/illustrations/sapIllus-Spot-NewMail.svg +34 -0
  2357. package/src/illustrations/sapIllus-Spot-NoActivities.svg +34 -0
  2358. package/src/illustrations/sapIllus-Spot-NoChartData.svg +42 -0
  2359. package/src/illustrations/sapIllus-Spot-NoColumnsSet.svg +29 -0
  2360. package/src/illustrations/sapIllus-Spot-NoData.svg +12 -0
  2361. package/src/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
  2362. package/src/illustrations/sapIllus-Spot-NoEntries.svg +42 -0
  2363. package/src/illustrations/sapIllus-Spot-NoFilterResults.svg +16 -0
  2364. package/src/illustrations/sapIllus-Spot-NoMail.svg +15 -0
  2365. package/src/illustrations/sapIllus-Spot-NoMail_v1.svg +16 -0
  2366. package/src/illustrations/sapIllus-Spot-NoNotifications.svg +25 -0
  2367. package/src/illustrations/sapIllus-Spot-NoSavedItems.svg +51 -0
  2368. package/src/illustrations/sapIllus-Spot-NoSavedItems_v1.svg +33 -0
  2369. package/src/illustrations/sapIllus-Spot-NoSearchResults.svg +73 -0
  2370. package/src/illustrations/sapIllus-Spot-NoTasks.svg +32 -0
  2371. package/src/illustrations/sapIllus-Spot-NoTasks_v1.svg +22 -0
  2372. package/src/illustrations/sapIllus-Spot-PageNotFound.svg +10 -0
  2373. package/src/illustrations/sapIllus-Spot-ReceiveAppreciation.svg +20 -0
  2374. package/src/illustrations/sapIllus-Spot-ReloadScreen.svg +36 -0
  2375. package/src/illustrations/sapIllus-Spot-ResizeColumn.svg +49 -0
  2376. package/src/illustrations/sapIllus-Spot-ResizingColumns.svg +37 -0
  2377. package/src/illustrations/sapIllus-Spot-SearchEarth.svg +55 -0
  2378. package/src/illustrations/sapIllus-Spot-SearchFolder.svg +37 -0
  2379. package/src/illustrations/sapIllus-Spot-SignOut.svg +21 -0
  2380. package/src/illustrations/sapIllus-Spot-SimpleBalloon.svg +7 -0
  2381. package/src/illustrations/sapIllus-Spot-SimpleBell.svg +12 -0
  2382. package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +44 -0
  2383. package/src/illustrations/sapIllus-Spot-SimpleCheckMark.svg +5 -0
  2384. package/src/illustrations/sapIllus-Spot-SimpleConnection.svg +10 -0
  2385. package/src/illustrations/sapIllus-Spot-SimpleEmptyDoc.svg +6 -0
  2386. package/src/illustrations/sapIllus-Spot-SimpleEmptyList.svg +6 -0
  2387. package/src/illustrations/sapIllus-Spot-SimpleError.svg +9 -0
  2388. package/src/illustrations/sapIllus-Spot-SimpleMagnifier.svg +9 -0
  2389. package/src/illustrations/sapIllus-Spot-SimpleMail.svg +12 -0
  2390. package/src/illustrations/sapIllus-Spot-SimpleNoSavedItems.svg +23 -0
  2391. package/src/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.svg +10 -0
  2392. package/src/illustrations/sapIllus-Spot-SimpleReload.svg +7 -0
  2393. package/src/illustrations/sapIllus-Spot-SimpleTask.svg +22 -0
  2394. package/src/illustrations/sapIllus-Spot-SleepingBell.svg +38 -0
  2395. package/src/illustrations/sapIllus-Spot-SortColumn.svg +39 -0
  2396. package/src/illustrations/sapIllus-Spot-SortingColumns.svg +49 -0
  2397. package/src/illustrations/sapIllus-Spot-SuccessBalloon.svg +19 -0
  2398. package/src/illustrations/sapIllus-Spot-SuccessCheckMark.svg +7 -0
  2399. package/src/illustrations/sapIllus-Spot-SuccessHighFive.svg +24 -0
  2400. package/src/illustrations/sapIllus-Spot-SuccessScreen.svg +35 -0
  2401. package/src/illustrations/sapIllus-Spot-Survey.svg +32 -0
  2402. package/src/illustrations/sapIllus-Spot-Tent.svg +29 -0
  2403. package/src/illustrations/sapIllus-Spot-UnableToLoad.svg +119 -0
  2404. package/src/illustrations/sapIllus-Spot-UnableToLoadImage.svg +28 -0
  2405. package/src/illustrations/sapIllus-Spot-UnableToUpload.svg +28 -0
  2406. package/src/illustrations/sapIllus-Spot-UploadCollection.svg +33 -0
  2407. package/src/illustrations/sapIllus-Spot-UploadToCloud.svg +21 -0
  2408. package/src/illustrations/sapIllus-Spot-UserHasSignedUp.svg +34 -0
  2409. package/src/illustrations/tnt/tnt-Dialog-Avatar.svg +124 -0
  2410. package/src/illustrations/tnt/tnt-Dialog-Calculator.svg +80 -0
  2411. package/src/illustrations/tnt/tnt-Dialog-ChartArea.svg +14 -0
  2412. package/src/illustrations/tnt/tnt-Dialog-ChartArea2.svg +12 -0
  2413. package/src/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.svg +13 -0
  2414. package/src/illustrations/tnt/tnt-Dialog-ChartBar.svg +12 -0
  2415. package/src/illustrations/tnt/tnt-Dialog-ChartBullet.svg +14 -0
  2416. package/src/illustrations/tnt/tnt-Dialog-ChartDoughnut.svg +13 -0
  2417. package/src/illustrations/tnt/tnt-Dialog-ChartFlow.svg +13 -0
  2418. package/src/illustrations/tnt/tnt-Dialog-ChartGantt.svg +17 -0
  2419. package/src/illustrations/tnt/tnt-Dialog-ChartOrg.svg +15 -0
  2420. package/src/illustrations/tnt/tnt-Dialog-ChartPie.svg +12 -0
  2421. package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
  2422. package/src/illustrations/tnt/tnt-Dialog-Company.svg +13 -0
  2423. package/src/illustrations/tnt/tnt-Dialog-Compass.svg +34 -0
  2424. package/src/illustrations/tnt/tnt-Dialog-Components.svg +9 -0
  2425. package/src/illustrations/tnt/tnt-Dialog-Dialog.svg +32 -0
  2426. package/src/illustrations/tnt/tnt-Dialog-EmptyContentPane.svg +18 -0
  2427. package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +11 -0
  2428. package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +17 -0
  2429. package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +16 -0
  2430. package/src/illustrations/tnt/tnt-Dialog-Handshake.svg +32 -0
  2431. package/src/illustrations/tnt/tnt-Dialog-Help.svg +27 -0
  2432. package/src/illustrations/tnt/tnt-Dialog-Lock.svg +12 -0
  2433. package/src/illustrations/tnt/tnt-Dialog-Mission.svg +18 -0
  2434. package/src/illustrations/tnt/tnt-Dialog-MissionFailed.svg +41 -0
  2435. package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +15 -0
  2436. package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +11 -0
  2437. package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +15 -0
  2438. package/src/illustrations/tnt/tnt-Dialog-Radar.svg +15 -0
  2439. package/src/illustrations/tnt/tnt-Dialog-RoadMap.svg +41 -0
  2440. package/src/illustrations/tnt/tnt-Dialog-Secrets.svg +11 -0
  2441. package/src/illustrations/tnt/tnt-Dialog-Services.svg +16 -0
  2442. package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +11 -0
  2443. package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +10 -0
  2444. package/src/illustrations/tnt/tnt-Dialog-Settings.svg +37 -0
  2445. package/src/illustrations/tnt/tnt-Dialog-Success.svg +10 -0
  2446. package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +10 -0
  2447. package/src/illustrations/tnt/tnt-Dialog-Systems.svg +11 -0
  2448. package/src/illustrations/tnt/tnt-Dialog-Teams.svg +17 -0
  2449. package/src/illustrations/tnt/tnt-Dialog-Tools.svg +12 -0
  2450. package/src/illustrations/tnt/tnt-Dialog-Tutorials.svg +78 -0
  2451. package/src/illustrations/tnt/tnt-Dialog-UnableToLoad.svg +9 -0
  2452. package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +12 -0
  2453. package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +11 -0
  2454. package/src/illustrations/tnt/tnt-Dialog-User2.svg +13 -0
  2455. package/src/illustrations/tnt/tnt-Dot-Avatar.svg +12 -0
  2456. package/src/illustrations/tnt/tnt-Dot-Calculator.svg +11 -0
  2457. package/src/illustrations/tnt/tnt-Dot-Compass.svg +9 -0
  2458. package/src/illustrations/tnt/tnt-Dot-Dialog.svg +19 -0
  2459. package/src/illustrations/tnt/tnt-Dot-EmptyContentPane.svg +15 -0
  2460. package/src/illustrations/tnt/tnt-Dot-Handshake.svg +18 -0
  2461. package/src/illustrations/tnt/tnt-Dot-Help.svg +8 -0
  2462. package/src/illustrations/tnt/tnt-Dot-MissionFailed.svg +9 -0
  2463. package/src/illustrations/tnt/tnt-Dot-RoadMap.svg +5 -0
  2464. package/src/illustrations/tnt/tnt-Dot-Settings.svg +6 -0
  2465. package/src/illustrations/tnt/tnt-Dot-Tutorials.svg +7 -0
  2466. package/src/illustrations/tnt/tnt-Scene-Avatar.svg +130 -0
  2467. package/src/illustrations/tnt/tnt-Scene-Calculator.svg +83 -0
  2468. package/src/illustrations/tnt/tnt-Scene-ChartArea.svg +22 -0
  2469. package/src/illustrations/tnt/tnt-Scene-ChartArea2.svg +19 -0
  2470. package/src/illustrations/tnt/tnt-Scene-ChartBPMNFlow.svg +21 -0
  2471. package/src/illustrations/tnt/tnt-Scene-ChartBar.svg +19 -0
  2472. package/src/illustrations/tnt/tnt-Scene-ChartBullet.svg +20 -0
  2473. package/src/illustrations/tnt/tnt-Scene-ChartDoughnut.svg +19 -0
  2474. package/src/illustrations/tnt/tnt-Scene-ChartFlow.svg +20 -0
  2475. package/src/illustrations/tnt/tnt-Scene-ChartGantt.svg +26 -0
  2476. package/src/illustrations/tnt/tnt-Scene-ChartOrg.svg +26 -0
  2477. package/src/illustrations/tnt/tnt-Scene-ChartPie.svg +18 -0
  2478. package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +9 -0
  2479. package/src/illustrations/tnt/tnt-Scene-Company.svg +30 -0
  2480. package/src/illustrations/tnt/tnt-Scene-Compass.svg +34 -0
  2481. package/src/illustrations/tnt/tnt-Scene-Components.svg +16 -0
  2482. package/src/illustrations/tnt/tnt-Scene-Dialog.svg +35 -0
  2483. package/src/illustrations/tnt/tnt-Scene-EmptyContentPane.svg +15 -0
  2484. package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +14 -0
  2485. package/src/illustrations/tnt/tnt-Scene-FaceID.svg +21 -0
  2486. package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +35 -0
  2487. package/src/illustrations/tnt/tnt-Scene-Handshake.svg +32 -0
  2488. package/src/illustrations/tnt/tnt-Scene-Help.svg +29 -0
  2489. package/src/illustrations/tnt/tnt-Scene-Lock.svg +22 -0
  2490. package/src/illustrations/tnt/tnt-Scene-Mission.svg +19 -0
  2491. package/src/illustrations/tnt/tnt-Scene-MissionFailed.svg +49 -0
  2492. package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +17 -0
  2493. package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +20 -0
  2494. package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +16 -0
  2495. package/src/illustrations/tnt/tnt-Scene-Radar.svg +20 -0
  2496. package/src/illustrations/tnt/tnt-Scene-RoadMap.svg +45 -0
  2497. package/src/illustrations/tnt/tnt-Scene-Secrets.svg +14 -0
  2498. package/src/illustrations/tnt/tnt-Scene-Services.svg +17 -0
  2499. package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +18 -0
  2500. package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +17 -0
  2501. package/src/illustrations/tnt/tnt-Scene-Settings.svg +38 -0
  2502. package/src/illustrations/tnt/tnt-Scene-Success.svg +18 -0
  2503. package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +20 -0
  2504. package/src/illustrations/tnt/tnt-Scene-Systems.svg +12 -0
  2505. package/src/illustrations/tnt/tnt-Scene-Teams.svg +20 -0
  2506. package/src/illustrations/tnt/tnt-Scene-Tools.svg +18 -0
  2507. package/src/illustrations/tnt/tnt-Scene-Tutorials.svg +84 -0
  2508. package/src/illustrations/tnt/tnt-Scene-UnableToLoad.svg +20 -0
  2509. package/src/illustrations/tnt/tnt-Scene-Unlock.svg +15 -0
  2510. package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +22 -0
  2511. package/src/illustrations/tnt/tnt-Scene-User2.svg +22 -0
  2512. package/src/illustrations/tnt/tnt-Spot-Avatar.svg +105 -0
  2513. package/src/illustrations/tnt/tnt-Spot-Calculator.svg +130 -0
  2514. package/src/illustrations/tnt/tnt-Spot-ChartArea.svg +13 -0
  2515. package/src/illustrations/tnt/tnt-Spot-ChartArea2.svg +7 -0
  2516. package/src/illustrations/tnt/tnt-Spot-ChartBPMNFlow.svg +9 -0
  2517. package/src/illustrations/tnt/tnt-Spot-ChartBar.svg +8 -0
  2518. package/src/illustrations/tnt/tnt-Spot-ChartBullet.svg +10 -0
  2519. package/src/illustrations/tnt/tnt-Spot-ChartDoughnut.svg +9 -0
  2520. package/src/illustrations/tnt/tnt-Spot-ChartFlow.svg +8 -0
  2521. package/src/illustrations/tnt/tnt-Spot-ChartGantt.svg +12 -0
  2522. package/src/illustrations/tnt/tnt-Spot-ChartOrg.svg +6 -0
  2523. package/src/illustrations/tnt/tnt-Spot-ChartPie.svg +8 -0
  2524. package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
  2525. package/src/illustrations/tnt/tnt-Spot-Company.svg +13 -0
  2526. package/src/illustrations/tnt/tnt-Spot-Compass.svg +34 -0
  2527. package/src/illustrations/tnt/tnt-Spot-Components.svg +5 -0
  2528. package/src/illustrations/tnt/tnt-Spot-Dialog.svg +32 -0
  2529. package/src/illustrations/tnt/tnt-Spot-EmptyContentPane.svg +16 -0
  2530. package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +9 -0
  2531. package/src/illustrations/tnt/tnt-Spot-FaceID.svg +16 -0
  2532. package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +10 -0
  2533. package/src/illustrations/tnt/tnt-Spot-Handshake.svg +64 -0
  2534. package/src/illustrations/tnt/tnt-Spot-Help.svg +23 -0
  2535. package/src/illustrations/tnt/tnt-Spot-Lock.svg +13 -0
  2536. package/src/illustrations/tnt/tnt-Spot-Mission.svg +17 -0
  2537. package/src/illustrations/tnt/tnt-Spot-MissionFailed.svg +113 -0
  2538. package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +11 -0
  2539. package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +8 -0
  2540. package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +11 -0
  2541. package/src/illustrations/tnt/tnt-Spot-Radar.svg +14 -0
  2542. package/src/illustrations/tnt/tnt-Spot-RoadMap.svg +165 -0
  2543. package/src/illustrations/tnt/tnt-Spot-Secrets.svg +9 -0
  2544. package/src/illustrations/tnt/tnt-Spot-Services.svg +14 -0
  2545. package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +9 -0
  2546. package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +9 -0
  2547. package/src/illustrations/tnt/tnt-Spot-Settings.svg +37 -0
  2548. package/src/illustrations/tnt/tnt-Spot-Success.svg +9 -0
  2549. package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +9 -0
  2550. package/src/illustrations/tnt/tnt-Spot-Systems.svg +10 -0
  2551. package/src/illustrations/tnt/tnt-Spot-Teams.svg +13 -0
  2552. package/src/illustrations/tnt/tnt-Spot-Tools.svg +7 -0
  2553. package/src/illustrations/tnt/tnt-Spot-Tutorials.svg +91 -0
  2554. package/src/illustrations/tnt/tnt-Spot-UnableToLoad.svg +8 -0
  2555. package/src/illustrations/tnt/tnt-Spot-Unlock.svg +11 -0
  2556. package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +10 -0
  2557. package/src/illustrations/tnt/tnt-Spot-User2.svg +10 -0
  2558. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.svg +15 -0
  2559. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.svg +23 -0
  2560. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.svg +14 -0
  2561. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.svg +13 -0
  2562. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.svg +21 -0
  2563. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.svg +13 -0
  2564. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.svg +18 -0
  2565. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.svg +17 -0
  2566. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.svg +18 -0
  2567. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.svg +18 -0
  2568. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.svg +29 -0
  2569. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.svg +19 -0
  2570. package/src/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.svg +9 -0
  2571. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Company.svg +22 -0
  2572. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Compass.svg +16 -0
  2573. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Components.svg +21 -0
  2574. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.svg +22 -0
  2575. package/src/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.svg +22 -0
  2576. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.svg +17 -0
  2577. package/src/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.svg +17 -0
  2578. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.svg +12 -0
  2579. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.svg +21 -0
  2580. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Help.svg +11 -0
  2581. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Lock.svg +21 -0
  2582. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Mission.svg +14 -0
  2583. package/src/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.svg +11 -0
  2584. package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.svg +18 -0
  2585. package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.svg +21 -0
  2586. package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.svg +18 -0
  2587. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Radar.svg +13 -0
  2588. package/src/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.svg +91 -0
  2589. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.svg +12 -0
  2590. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Services.svg +15 -0
  2591. package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.svg +13 -0
  2592. package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.svg +11 -0
  2593. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Settings.svg +8 -0
  2594. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Success.svg +19 -0
  2595. package/src/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.svg +26 -0
  2596. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Systems.svg +24 -0
  2597. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Teams.svg +26 -0
  2598. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tools.svg +21 -0
  2599. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.svg +17 -0
  2600. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.svg +17 -0
  2601. package/src/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.svg +26 -0
  2602. package/src/illustrations-v5/tnt/hc/tnt-Dot-Avatar.svg +12 -0
  2603. package/src/illustrations-v5/tnt/hc/tnt-Dot-Calculator.svg +12 -0
  2604. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.svg +7 -0
  2605. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.svg +6 -0
  2606. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.svg +13 -0
  2607. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.svg +6 -0
  2608. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.svg +9 -0
  2609. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.svg +7 -0
  2610. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.svg +11 -0
  2611. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.svg +10 -0
  2612. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.svg +13 -0
  2613. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.svg +8 -0
  2614. package/src/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.svg +6 -0
  2615. package/src/illustrations-v5/tnt/hc/tnt-Dot-Company.svg +11 -0
  2616. package/src/illustrations-v5/tnt/hc/tnt-Dot-Compass.svg +9 -0
  2617. package/src/illustrations-v5/tnt/hc/tnt-Dot-Components.svg +10 -0
  2618. package/src/illustrations-v5/tnt/hc/tnt-Dot-Dialog.svg +22 -0
  2619. package/src/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.svg +10 -0
  2620. package/src/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.svg +10 -0
  2621. package/src/illustrations-v5/tnt/hc/tnt-Dot-FaceID.svg +18 -0
  2622. package/src/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.svg +8 -0
  2623. package/src/illustrations-v5/tnt/hc/tnt-Dot-Handshake.svg +18 -0
  2624. package/src/illustrations-v5/tnt/hc/tnt-Dot-Help.svg +8 -0
  2625. package/src/illustrations-v5/tnt/hc/tnt-Dot-Lock.svg +13 -0
  2626. package/src/illustrations-v5/tnt/hc/tnt-Dot-Mission.svg +9 -0
  2627. package/src/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.svg +9 -0
  2628. package/src/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.svg +15 -0
  2629. package/src/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.svg +41 -0
  2630. package/src/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.svg +12 -0
  2631. package/src/illustrations-v5/tnt/hc/tnt-Dot-Radar.svg +11 -0
  2632. package/src/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.svg +7 -0
  2633. package/src/illustrations-v5/tnt/hc/tnt-Dot-Secrets.svg +6 -0
  2634. package/src/illustrations-v5/tnt/hc/tnt-Dot-Services.svg +11 -0
  2635. package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.svg +7 -0
  2636. package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.svg +8 -0
  2637. package/src/illustrations-v5/tnt/hc/tnt-Dot-Settings.svg +6 -0
  2638. package/src/illustrations-v5/tnt/hc/tnt-Dot-Success.svg +8 -0
  2639. package/src/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.svg +11 -0
  2640. package/src/illustrations-v5/tnt/hc/tnt-Dot-Systems.svg +14 -0
  2641. package/src/illustrations-v5/tnt/hc/tnt-Dot-Teams.svg +15 -0
  2642. package/src/illustrations-v5/tnt/hc/tnt-Dot-Tools.svg +17 -0
  2643. package/src/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.svg +7 -0
  2644. package/src/illustrations-v5/tnt/hc/tnt-Dot-Unlock.svg +19 -0
  2645. package/src/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.svg +11 -0
  2646. package/src/illustrations-v5/tnt/hc/tnt-Scene-Avatar.svg +22 -0
  2647. package/src/illustrations-v5/tnt/hc/tnt-Scene-Calculator.svg +31 -0
  2648. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.svg +20 -0
  2649. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.svg +19 -0
  2650. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.svg +27 -0
  2651. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.svg +19 -0
  2652. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.svg +24 -0
  2653. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.svg +23 -0
  2654. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.svg +24 -0
  2655. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.svg +24 -0
  2656. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.svg +35 -0
  2657. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.svg +24 -0
  2658. package/src/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.svg +13 -0
  2659. package/src/illustrations-v5/tnt/hc/tnt-Scene-Company.svg +29 -0
  2660. package/src/illustrations-v5/tnt/hc/tnt-Scene-Compass.svg +23 -0
  2661. package/src/illustrations-v5/tnt/hc/tnt-Scene-Components.svg +25 -0
  2662. package/src/illustrations-v5/tnt/hc/tnt-Scene-Dialog.svg +16 -0
  2663. package/src/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.svg +26 -0
  2664. package/src/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.svg +21 -0
  2665. package/src/illustrations-v5/tnt/hc/tnt-Scene-FaceID.svg +27 -0
  2666. package/src/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.svg +16 -0
  2667. package/src/illustrations-v5/tnt/hc/tnt-Scene-Handshake.svg +25 -0
  2668. package/src/illustrations-v5/tnt/hc/tnt-Scene-Help.svg +20 -0
  2669. package/src/illustrations-v5/tnt/hc/tnt-Scene-Lock.svg +25 -0
  2670. package/src/illustrations-v5/tnt/hc/tnt-Scene-Mission.svg +20 -0
  2671. package/src/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.svg +17 -0
  2672. package/src/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.svg +22 -0
  2673. package/src/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.svg +25 -0
  2674. package/src/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.svg +22 -0
  2675. package/src/illustrations-v5/tnt/hc/tnt-Scene-Radar.svg +18 -0
  2676. package/src/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.svg +29 -0
  2677. package/src/illustrations-v5/tnt/hc/tnt-Scene-Secrets.svg +20 -0
  2678. package/src/illustrations-v5/tnt/hc/tnt-Scene-Services.svg +19 -0
  2679. package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.svg +17 -0
  2680. package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.svg +15 -0
  2681. package/src/illustrations-v5/tnt/hc/tnt-Scene-Settings.svg +12 -0
  2682. package/src/illustrations-v5/tnt/hc/tnt-Scene-Success.svg +26 -0
  2683. package/src/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.svg +33 -0
  2684. package/src/illustrations-v5/tnt/hc/tnt-Scene-Systems.svg +30 -0
  2685. package/src/illustrations-v5/tnt/hc/tnt-Scene-Teams.svg +30 -0
  2686. package/src/illustrations-v5/tnt/hc/tnt-Scene-Tools.svg +25 -0
  2687. package/src/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.svg +26 -0
  2688. package/src/illustrations-v5/tnt/hc/tnt-Scene-Unlock.svg +21 -0
  2689. package/src/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.svg +33 -0
  2690. package/src/illustrations-v5/tnt/hc/tnt-Spot-Avatar.svg +16 -0
  2691. package/src/illustrations-v5/tnt/hc/tnt-Spot-Calculator.svg +23 -0
  2692. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.svg +14 -0
  2693. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.svg +13 -0
  2694. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.svg +20 -0
  2695. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.svg +13 -0
  2696. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.svg +18 -0
  2697. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.svg +17 -0
  2698. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.svg +18 -0
  2699. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.svg +18 -0
  2700. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.svg +29 -0
  2701. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.svg +18 -0
  2702. package/src/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.svg +9 -0
  2703. package/src/illustrations-v5/tnt/hc/tnt-Spot-Company.svg +22 -0
  2704. package/src/illustrations-v5/tnt/hc/tnt-Spot-Compass.svg +16 -0
  2705. package/src/illustrations-v5/tnt/hc/tnt-Spot-Components.svg +19 -0
  2706. package/src/illustrations-v5/tnt/hc/tnt-Spot-Dialog.svg +22 -0
  2707. package/src/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.svg +22 -0
  2708. package/src/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.svg +17 -0
  2709. package/src/illustrations-v5/tnt/hc/tnt-Spot-FaceID.svg +17 -0
  2710. package/src/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.svg +8 -0
  2711. package/src/illustrations-v5/tnt/hc/tnt-Spot-Handshake.svg +26 -0
  2712. package/src/illustrations-v5/tnt/hc/tnt-Spot-Help.svg +11 -0
  2713. package/src/illustrations-v5/tnt/hc/tnt-Spot-Lock.svg +21 -0
  2714. package/src/illustrations-v5/tnt/hc/tnt-Spot-Mission.svg +10 -0
  2715. package/src/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.svg +10 -0
  2716. package/src/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.svg +18 -0
  2717. package/src/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.svg +21 -0
  2718. package/src/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.svg +18 -0
  2719. package/src/illustrations-v5/tnt/hc/tnt-Spot-Radar.svg +11 -0
  2720. package/src/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.svg +77 -0
  2721. package/src/illustrations-v5/tnt/hc/tnt-Spot-Secrets.svg +12 -0
  2722. package/src/illustrations-v5/tnt/hc/tnt-Spot-Services.svg +15 -0
  2723. package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.svg +13 -0
  2724. package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.svg +11 -0
  2725. package/src/illustrations-v5/tnt/hc/tnt-Spot-Settings.svg +8 -0
  2726. package/src/illustrations-v5/tnt/hc/tnt-Spot-Success.svg +12 -0
  2727. package/src/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.svg +26 -0
  2728. package/src/illustrations-v5/tnt/hc/tnt-Spot-Systems.svg +24 -0
  2729. package/src/illustrations-v5/tnt/hc/tnt-Spot-Teams.svg +26 -0
  2730. package/src/illustrations-v5/tnt/hc/tnt-Spot-Tools.svg +21 -0
  2731. package/src/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.svg +17 -0
  2732. package/src/illustrations-v5/tnt/hc/tnt-Spot-Unlock.svg +17 -0
  2733. package/src/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.svg +26 -0
  2734. package/src/illustrations-v5/tnt/tnt-Dialog-Avatar.svg +48 -0
  2735. package/src/illustrations-v5/tnt/tnt-Dialog-Calculator.svg +26 -0
  2736. package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea.svg +10 -0
  2737. package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea2.svg +11 -0
  2738. package/src/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.svg +17 -0
  2739. package/src/illustrations-v5/tnt/tnt-Dialog-ChartBar.svg +12 -0
  2740. package/src/illustrations-v5/tnt/tnt-Dialog-ChartBullet.svg +13 -0
  2741. package/src/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.svg +12 -0
  2742. package/src/illustrations-v5/tnt/tnt-Dialog-ChartFlow.svg +16 -0
  2743. package/src/illustrations-v5/tnt/tnt-Dialog-ChartGantt.svg +12 -0
  2744. package/src/illustrations-v5/tnt/tnt-Dialog-ChartOrg.svg +19 -0
  2745. package/src/illustrations-v5/tnt/tnt-Dialog-ChartPie.svg +12 -0
  2746. package/src/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
  2747. package/src/illustrations-v5/tnt/tnt-Dialog-Company.svg +13 -0
  2748. package/src/illustrations-v5/tnt/tnt-Dialog-Compass.svg +18 -0
  2749. package/src/illustrations-v5/tnt/tnt-Dialog-Components.svg +16 -0
  2750. package/src/illustrations-v5/tnt/tnt-Dialog-Dialog.svg +10 -0
  2751. package/src/illustrations-v5/tnt/tnt-Dialog-ExternalLink.svg +14 -0
  2752. package/src/illustrations-v5/tnt/tnt-Dialog-FaceID.svg +22 -0
  2753. package/src/illustrations-v5/tnt/tnt-Dialog-Fingerprint.svg +31 -0
  2754. package/src/illustrations-v5/tnt/tnt-Dialog-Handshake.svg +38 -0
  2755. package/src/illustrations-v5/tnt/tnt-Dialog-Help.svg +10 -0
  2756. package/src/illustrations-v5/tnt/tnt-Dialog-Lock.svg +43 -0
  2757. package/src/illustrations-v5/tnt/tnt-Dialog-Mission.svg +25 -0
  2758. package/src/illustrations-v5/tnt/tnt-Dialog-MissionFailed.svg +23 -0
  2759. package/src/illustrations-v5/tnt/tnt-Dialog-NoApplications.svg +12 -0
  2760. package/src/illustrations-v5/tnt/tnt-Dialog-NoFlows.svg +12 -0
  2761. package/src/illustrations-v5/tnt/tnt-Dialog-NoUsers.svg +12 -0
  2762. package/src/illustrations-v5/tnt/tnt-Dialog-Radar.svg +27 -0
  2763. package/src/illustrations-v5/tnt/tnt-Dialog-RoadMap.svg +31 -0
  2764. package/src/illustrations-v5/tnt/tnt-Dialog-Secrets.svg +17 -0
  2765. package/src/illustrations-v5/tnt/tnt-Dialog-Services.svg +29 -0
  2766. package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpired.svg +22 -0
  2767. package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.svg +21 -0
  2768. package/src/illustrations-v5/tnt/tnt-Dialog-Settings.svg +18 -0
  2769. package/src/illustrations-v5/tnt/tnt-Dialog-Success.svg +20 -0
  2770. package/src/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.svg +13 -0
  2771. package/src/illustrations-v5/tnt/tnt-Dialog-Systems.svg +18 -0
  2772. package/src/illustrations-v5/tnt/tnt-Dialog-Teams.svg +78 -0
  2773. package/src/illustrations-v5/tnt/tnt-Dialog-Tools.svg +25 -0
  2774. package/src/illustrations-v5/tnt/tnt-Dialog-Tutorials.svg +17 -0
  2775. package/src/illustrations-v5/tnt/tnt-Dialog-Unlock.svg +44 -0
  2776. package/src/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.svg +13 -0
  2777. package/src/illustrations-v5/tnt/tnt-Dot-Avatar.svg +20 -0
  2778. package/src/illustrations-v5/tnt/tnt-Dot-Calculator.svg +7 -0
  2779. package/src/illustrations-v5/tnt/tnt-Dot-ChartArea.svg +8 -0
  2780. package/src/illustrations-v5/tnt/tnt-Dot-ChartArea2.svg +16 -0
  2781. package/src/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.svg +16 -0
  2782. package/src/illustrations-v5/tnt/tnt-Dot-ChartBar.svg +17 -0
  2783. package/src/illustrations-v5/tnt/tnt-Dot-ChartBullet.svg +20 -0
  2784. package/src/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.svg +10 -0
  2785. package/src/illustrations-v5/tnt/tnt-Dot-ChartFlow.svg +14 -0
  2786. package/src/illustrations-v5/tnt/tnt-Dot-ChartGantt.svg +11 -0
  2787. package/src/illustrations-v5/tnt/tnt-Dot-ChartOrg.svg +24 -0
  2788. package/src/illustrations-v5/tnt/tnt-Dot-ChartPie.svg +10 -0
  2789. package/src/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.svg +4 -0
  2790. package/src/illustrations-v5/tnt/tnt-Dot-Company.svg +14 -0
  2791. package/src/illustrations-v5/tnt/tnt-Dot-Compass.svg +17 -0
  2792. package/src/illustrations-v5/tnt/tnt-Dot-Components.svg +21 -0
  2793. package/src/illustrations-v5/tnt/tnt-Dot-Dialog.svg +8 -0
  2794. package/src/illustrations-v5/tnt/tnt-Dot-ExternalLink.svg +9 -0
  2795. package/src/illustrations-v5/tnt/tnt-Dot-FaceID.svg +20 -0
  2796. package/src/illustrations-v5/tnt/tnt-Dot-Fingerprint.svg +12 -0
  2797. package/src/illustrations-v5/tnt/tnt-Dot-Handshake.svg +35 -0
  2798. package/src/illustrations-v5/tnt/tnt-Dot-Help.svg +15 -0
  2799. package/src/illustrations-v5/tnt/tnt-Dot-Lock.svg +25 -0
  2800. package/src/illustrations-v5/tnt/tnt-Dot-Mission.svg +20 -0
  2801. package/src/illustrations-v5/tnt/tnt-Dot-MissionFailed.svg +19 -0
  2802. package/src/illustrations-v5/tnt/tnt-Dot-NoApplications.svg +10 -0
  2803. package/src/illustrations-v5/tnt/tnt-Dot-NoFlows.svg +10 -0
  2804. package/src/illustrations-v5/tnt/tnt-Dot-NoUsers.svg +17 -0
  2805. package/src/illustrations-v5/tnt/tnt-Dot-Radar.svg +27 -0
  2806. package/src/illustrations-v5/tnt/tnt-Dot-RoadMap.svg +10 -0
  2807. package/src/illustrations-v5/tnt/tnt-Dot-Secrets.svg +15 -0
  2808. package/src/illustrations-v5/tnt/tnt-Dot-Services.svg +13 -0
  2809. package/src/illustrations-v5/tnt/tnt-Dot-SessionExpired.svg +12 -0
  2810. package/src/illustrations-v5/tnt/tnt-Dot-SessionExpiring.svg +19 -0
  2811. package/src/illustrations-v5/tnt/tnt-Dot-Settings.svg +7 -0
  2812. package/src/illustrations-v5/tnt/tnt-Dot-Success.svg +14 -0
  2813. package/src/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.svg +9 -0
  2814. package/src/illustrations-v5/tnt/tnt-Dot-Systems.svg +14 -0
  2815. package/src/illustrations-v5/tnt/tnt-Dot-Teams.svg +31 -0
  2816. package/src/illustrations-v5/tnt/tnt-Dot-Tools.svg +25 -0
  2817. package/src/illustrations-v5/tnt/tnt-Dot-Tutorials.svg +15 -0
  2818. package/src/illustrations-v5/tnt/tnt-Dot-Unlock.svg +27 -0
  2819. package/src/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.svg +9 -0
  2820. package/src/illustrations-v5/tnt/tnt-Scene-Avatar.svg +48 -0
  2821. package/src/illustrations-v5/tnt/tnt-Scene-Calculator.svg +21 -0
  2822. package/src/illustrations-v5/tnt/tnt-Scene-ChartArea.svg +10 -0
  2823. package/src/illustrations-v5/tnt/tnt-Scene-ChartArea2.svg +11 -0
  2824. package/src/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.svg +17 -0
  2825. package/src/illustrations-v5/tnt/tnt-Scene-ChartBar.svg +12 -0
  2826. package/src/illustrations-v5/tnt/tnt-Scene-ChartBullet.svg +17 -0
  2827. package/src/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.svg +12 -0
  2828. package/src/illustrations-v5/tnt/tnt-Scene-ChartFlow.svg +16 -0
  2829. package/src/illustrations-v5/tnt/tnt-Scene-ChartGantt.svg +12 -0
  2830. package/src/illustrations-v5/tnt/tnt-Scene-ChartOrg.svg +18 -0
  2831. package/src/illustrations-v5/tnt/tnt-Scene-ChartPie.svg +12 -0
  2832. package/src/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.svg +6 -0
  2833. package/src/illustrations-v5/tnt/tnt-Scene-Company.svg +13 -0
  2834. package/src/illustrations-v5/tnt/tnt-Scene-Compass.svg +18 -0
  2835. package/src/illustrations-v5/tnt/tnt-Scene-Components.svg +18 -0
  2836. package/src/illustrations-v5/tnt/tnt-Scene-Dialog.svg +10 -0
  2837. package/src/illustrations-v5/tnt/tnt-Scene-ExternalLink.svg +14 -0
  2838. package/src/illustrations-v5/tnt/tnt-Scene-FaceID.svg +21 -0
  2839. package/src/illustrations-v5/tnt/tnt-Scene-Fingerprint.svg +31 -0
  2840. package/src/illustrations-v5/tnt/tnt-Scene-Handshake.svg +38 -0
  2841. package/src/illustrations-v5/tnt/tnt-Scene-Help.svg +17 -0
  2842. package/src/illustrations-v5/tnt/tnt-Scene-Lock.svg +43 -0
  2843. package/src/illustrations-v5/tnt/tnt-Scene-Mission.svg +32 -0
  2844. package/src/illustrations-v5/tnt/tnt-Scene-MissionFailed.svg +23 -0
  2845. package/src/illustrations-v5/tnt/tnt-Scene-NoApplications.svg +12 -0
  2846. package/src/illustrations-v5/tnt/tnt-Scene-NoFlows.svg +12 -0
  2847. package/src/illustrations-v5/tnt/tnt-Scene-NoUsers.svg +19 -0
  2848. package/src/illustrations-v5/tnt/tnt-Scene-Radar.svg +29 -0
  2849. package/src/illustrations-v5/tnt/tnt-Scene-RoadMap.svg +31 -0
  2850. package/src/illustrations-v5/tnt/tnt-Scene-Secrets.svg +17 -0
  2851. package/src/illustrations-v5/tnt/tnt-Scene-Services.svg +29 -0
  2852. package/src/illustrations-v5/tnt/tnt-Scene-SessionExpired.svg +23 -0
  2853. package/src/illustrations-v5/tnt/tnt-Scene-SessionExpiring.svg +21 -0
  2854. package/src/illustrations-v5/tnt/tnt-Scene-Settings.svg +18 -0
  2855. package/src/illustrations-v5/tnt/tnt-Scene-Success.svg +20 -0
  2856. package/src/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.svg +18 -0
  2857. package/src/illustrations-v5/tnt/tnt-Scene-Systems.svg +27 -0
  2858. package/src/illustrations-v5/tnt/tnt-Scene-Teams.svg +84 -0
  2859. package/src/illustrations-v5/tnt/tnt-Scene-Tools.svg +46 -0
  2860. package/src/illustrations-v5/tnt/tnt-Scene-Tutorials.svg +17 -0
  2861. package/src/illustrations-v5/tnt/tnt-Scene-Unlock.svg +44 -0
  2862. package/src/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.svg +18 -0
  2863. package/src/illustrations-v5/tnt/tnt-Spot-Avatar.svg +48 -0
  2864. package/src/illustrations-v5/tnt/tnt-Spot-Calculator.svg +25 -0
  2865. package/src/illustrations-v5/tnt/tnt-Spot-ChartArea.svg +9 -0
  2866. package/src/illustrations-v5/tnt/tnt-Spot-ChartArea2.svg +10 -0
  2867. package/src/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.svg +17 -0
  2868. package/src/illustrations-v5/tnt/tnt-Spot-ChartBar.svg +11 -0
  2869. package/src/illustrations-v5/tnt/tnt-Spot-ChartBullet.svg +12 -0
  2870. package/src/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.svg +11 -0
  2871. package/src/illustrations-v5/tnt/tnt-Spot-ChartFlow.svg +13 -0
  2872. package/src/illustrations-v5/tnt/tnt-Spot-ChartGantt.svg +11 -0
  2873. package/src/illustrations-v5/tnt/tnt-Spot-ChartOrg.svg +18 -0
  2874. package/src/illustrations-v5/tnt/tnt-Spot-ChartPie.svg +11 -0
  2875. package/src/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
  2876. package/src/illustrations-v5/tnt/tnt-Spot-Company.svg +13 -0
  2877. package/src/illustrations-v5/tnt/tnt-Spot-Compass.svg +18 -0
  2878. package/src/illustrations-v5/tnt/tnt-Spot-Components.svg +18 -0
  2879. package/src/illustrations-v5/tnt/tnt-Spot-Dialog.svg +10 -0
  2880. package/src/illustrations-v5/tnt/tnt-Spot-ExternalLink.svg +13 -0
  2881. package/src/illustrations-v5/tnt/tnt-Spot-FaceID.svg +21 -0
  2882. package/src/illustrations-v5/tnt/tnt-Spot-Fingerprint.svg +31 -0
  2883. package/src/illustrations-v5/tnt/tnt-Spot-Handshake.svg +38 -0
  2884. package/src/illustrations-v5/tnt/tnt-Spot-Help.svg +9 -0
  2885. package/src/illustrations-v5/tnt/tnt-Spot-Lock.svg +43 -0
  2886. package/src/illustrations-v5/tnt/tnt-Spot-Mission.svg +25 -0
  2887. package/src/illustrations-v5/tnt/tnt-Spot-MissionFailed.svg +23 -0
  2888. package/src/illustrations-v5/tnt/tnt-Spot-NoApplications.svg +11 -0
  2889. package/src/illustrations-v5/tnt/tnt-Spot-NoFlows.svg +11 -0
  2890. package/src/illustrations-v5/tnt/tnt-Spot-NoUsers.svg +12 -0
  2891. package/src/illustrations-v5/tnt/tnt-Spot-Radar.svg +27 -0
  2892. package/src/illustrations-v5/tnt/tnt-Spot-RoadMap.svg +31 -0
  2893. package/src/illustrations-v5/tnt/tnt-Spot-Secrets.svg +17 -0
  2894. package/src/illustrations-v5/tnt/tnt-Spot-Services.svg +29 -0
  2895. package/src/illustrations-v5/tnt/tnt-Spot-SessionExpired.svg +22 -0
  2896. package/src/illustrations-v5/tnt/tnt-Spot-SessionExpiring.svg +19 -0
  2897. package/src/illustrations-v5/tnt/tnt-Spot-Settings.svg +14 -0
  2898. package/src/illustrations-v5/tnt/tnt-Spot-Success.svg +20 -0
  2899. package/src/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.svg +14 -0
  2900. package/src/illustrations-v5/tnt/tnt-Spot-Systems.svg +18 -0
  2901. package/src/illustrations-v5/tnt/tnt-Spot-Teams.svg +78 -0
  2902. package/src/illustrations-v5/tnt/tnt-Spot-Tools.svg +25 -0
  2903. package/src/illustrations-v5/tnt/tnt-Spot-Tutorials.svg +16 -0
  2904. package/src/illustrations-v5/tnt/tnt-Spot-Unlock.svg +44 -0
  2905. package/src/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.svg +14 -0
  2906. package/src/themes/BarcodeScannerDialog.css +49 -0
  2907. package/src/themes/DynamicPage.css +135 -0
  2908. package/src/themes/DynamicPageHeader.css +9 -0
  2909. package/src/themes/DynamicPageHeaderActions.css +51 -0
  2910. package/src/themes/DynamicPageTitle.css +173 -0
  2911. package/src/themes/DynamicSideContent.css +268 -0
  2912. package/src/themes/FlexibleColumnLayout.css +125 -0
  2913. package/src/themes/IllustratedMessage.css +238 -0
  2914. package/src/themes/InvisibleTextStyles.css +9 -0
  2915. package/src/themes/MediaGallery.css +153 -0
  2916. package/src/themes/MediaGalleryItem.css +130 -0
  2917. package/src/themes/NavigationLayout.css +91 -0
  2918. package/src/themes/NavigationMenu.css +15 -0
  2919. package/src/themes/NavigationMenuItem.css +93 -0
  2920. package/src/themes/NotificationList.css +7 -0
  2921. package/src/themes/NotificationListGroupItem.css +122 -0
  2922. package/src/themes/NotificationListItem.css +207 -0
  2923. package/src/themes/NotificationListItemBase.css +25 -0
  2924. package/src/themes/NotificationStateIcon.css +5 -0
  2925. package/src/themes/Page.css +176 -0
  2926. package/src/themes/ProductSwitch.css +32 -0
  2927. package/src/themes/ProductSwitchItem.css +164 -0
  2928. package/src/themes/Search.css +110 -0
  2929. package/src/themes/SearchField.css +301 -0
  2930. package/src/themes/SearchItem.css +109 -0
  2931. package/src/themes/SearchItemGroup.css +24 -0
  2932. package/src/themes/SearchItemShowMore.css +7 -0
  2933. package/src/themes/SearchMessageArea.css +17 -0
  2934. package/src/themes/ShellBar.css +538 -0
  2935. package/src/themes/ShellBarBranding.css +76 -0
  2936. package/src/themes/ShellBarPopover.css +38 -0
  2937. package/src/themes/ShellBarSearch.css +3 -0
  2938. package/src/themes/SideNavigation.css +78 -0
  2939. package/src/themes/SideNavigationGroup.css +37 -0
  2940. package/src/themes/SideNavigationItem.css +29 -0
  2941. package/src/themes/SideNavigationItemBase.css +376 -0
  2942. package/src/themes/SideNavigationPopover.css +19 -0
  2943. package/src/themes/SideNavigationSubItem.css +25 -0
  2944. package/src/themes/Timeline.css +88 -0
  2945. package/src/themes/TimelineGroupItem.css +184 -0
  2946. package/src/themes/TimelineItem.css +445 -0
  2947. package/src/themes/UploadCollection.css +97 -0
  2948. package/src/themes/UploadCollectionItem.css +181 -0
  2949. package/src/themes/UserMenu.css +174 -0
  2950. package/src/themes/UserMenuItem.css +11 -0
  2951. package/src/themes/UserSettingsAccountView.css +57 -0
  2952. package/src/themes/UserSettingsAppearanceViewItem.css +46 -0
  2953. package/src/themes/UserSettingsDialog.css +114 -0
  2954. package/src/themes/UserSettingsItem.css +77 -0
  2955. package/src/themes/UserSettingsView.css +13 -0
  2956. package/src/themes/ViewSettingsDialog.css +84 -0
  2957. package/src/themes/Wizard.css +139 -0
  2958. package/src/themes/WizardPopover.css +25 -0
  2959. package/src/themes/WizardTab.css +189 -0
  2960. package/src/themes/base/DynamicPage-parameters.css +18 -0
  2961. package/src/themes/base/DynamicPageHeader-parameters.css +5 -0
  2962. package/src/themes/base/DynamicPageHeaderActions-parameters.css +7 -0
  2963. package/src/themes/base/DynamicPageTitle-parameters.css +19 -0
  2964. package/src/themes/base/FlexibleColumnLayout-parameters.css +6 -0
  2965. package/src/themes/base/IllustratedMessage-parameters.css +13 -0
  2966. package/src/themes/base/MediaGallery-parameters.css +5 -0
  2967. package/src/themes/base/MediaGalleryItem-parameters.css +6 -0
  2968. package/src/themes/base/NotificationListItem-parameters.css +33 -0
  2969. package/src/themes/base/Page-parameters.css +4 -0
  2970. package/src/themes/base/ProductSwitchItem-parameters.css +6 -0
  2971. package/src/themes/base/Search-parameters.css +10 -0
  2972. package/src/themes/base/SearchField-parameters.css +32 -0
  2973. package/src/themes/base/ShellBar-parameters.css +26 -0
  2974. package/src/themes/base/SideNavigation-parameters.css +77 -0
  2975. package/src/themes/base/TimelineGroupItem-parameters.css +14 -0
  2976. package/src/themes/base/TimelineItem-parameters.css +70 -0
  2977. package/src/themes/base/UploadCollection-parameters.css +13 -0
  2978. package/src/themes/base/UserSettingsAppearanceViewItem-parameters.css +13 -0
  2979. package/src/themes/base/ViewSettingsDialog-parameters.css +15 -0
  2980. package/src/themes/base/Wizard-parameters.css +4 -0
  2981. package/src/themes/base/WizardTab-parameters.css +11 -0
  2982. package/src/themes/base/rtl-parameters.css +13 -0
  2983. package/src/themes/sap_belize/DynamicPage-parameters.css +16 -0
  2984. package/src/themes/sap_belize_hcb/DynamicPageTitle-parameters.css +6 -0
  2985. package/src/themes/sap_belize_hcw/DynamicPageTitle-parameters.css +6 -0
  2986. package/src/themes/sap_fiori_3/DynamicPageHeaderActions-parameters.css +5 -0
  2987. package/src/themes/sap_fiori_3/DynamicPageTitle-parameters.css +4 -0
  2988. package/src/themes/sap_fiori_3/SearchField-parameters.css +29 -0
  2989. package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
  2990. package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +12 -0
  2991. package/src/themes/sap_fiori_3/TimelineItem-parameters.css +11 -0
  2992. package/src/themes/sap_fiori_3/parameters-bundle.css +23 -0
  2993. package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +28 -0
  2994. package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
  2995. package/src/themes/sap_fiori_3_dark/TimelineItem-parameters.css +9 -0
  2996. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +23 -0
  2997. package/src/themes/sap_fiori_3_hcb/DynamicPageTitle-parameters.css +6 -0
  2998. package/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css +6 -0
  2999. package/src/themes/sap_fiori_3_hcb/MediaGallery-parameters.css +5 -0
  3000. package/src/themes/sap_fiori_3_hcb/Page-parameters.css +4 -0
  3001. package/src/themes/sap_fiori_3_hcb/ProductSwitchItem-parameters.css +6 -0
  3002. package/src/themes/sap_fiori_3_hcb/SearchField-parameters.css +30 -0
  3003. package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
  3004. package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +14 -0
  3005. package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +7 -0
  3006. package/src/themes/sap_fiori_3_hcb/WizardTab-parameters.css +9 -0
  3007. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +24 -0
  3008. package/src/themes/sap_fiori_3_hcw/DynamicPageTitle-parameters.css +6 -0
  3009. package/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css +6 -0
  3010. package/src/themes/sap_fiori_3_hcw/MediaGallery-parameters.css +5 -0
  3011. package/src/themes/sap_fiori_3_hcw/Page-parameters.css +4 -0
  3012. package/src/themes/sap_fiori_3_hcw/ProductSwitchItem-parameters.css +6 -0
  3013. package/src/themes/sap_fiori_3_hcw/SearchField-parameters.css +29 -0
  3014. package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
  3015. package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +14 -0
  3016. package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +6 -0
  3017. package/src/themes/sap_fiori_3_hcw/WizardTab-parameters.css +8 -0
  3018. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +24 -0
  3019. package/src/themes/sap_horizon/DynamicPageHeaderActions-parameters.css +6 -0
  3020. package/src/themes/sap_horizon/DynamicPageTitle-parameters.css +5 -0
  3021. package/src/themes/sap_horizon/FlexibleColumnLayout-parameters.css +3 -0
  3022. package/src/themes/sap_horizon/MediaGallery-parameters.css +5 -0
  3023. package/src/themes/sap_horizon/NotificationListItem-parameters.css +20 -0
  3024. package/src/themes/sap_horizon/ProductSwitchItem-parameters.css +5 -0
  3025. package/src/themes/sap_horizon/ShellBar-parameters.css +30 -0
  3026. package/src/themes/sap_horizon/SideNavigation-parameters.css +55 -0
  3027. package/src/themes/sap_horizon/TimelineItem-parameters.css +21 -0
  3028. package/src/themes/sap_horizon/UploadCollection-parameters.css +11 -0
  3029. package/src/themes/sap_horizon/Wizard-parameters.css +6 -0
  3030. package/src/themes/sap_horizon/WizardTab-parameters.css +11 -0
  3031. package/src/themes/sap_horizon/parameters-bundle.css +27 -0
  3032. package/src/themes/sap_horizon_dark/FlexibleColumnLayout-parameters.css +3 -0
  3033. package/src/themes/sap_horizon_dark/MediaGallery-parameters.css +5 -0
  3034. package/src/themes/sap_horizon_dark/NotificationListItem-parameters.css +20 -0
  3035. package/src/themes/sap_horizon_dark/ProductSwitchItem-parameters.css +5 -0
  3036. package/src/themes/sap_horizon_dark/ShellBar-parameters.css +30 -0
  3037. package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +55 -0
  3038. package/src/themes/sap_horizon_dark/TimelineItem-parameters.css +21 -0
  3039. package/src/themes/sap_horizon_dark/UploadCollection-parameters.css +11 -0
  3040. package/src/themes/sap_horizon_dark/Wizard-parameters.css +6 -0
  3041. package/src/themes/sap_horizon_dark/WizardTab-parameters.css +10 -0
  3042. package/src/themes/sap_horizon_dark/parameters-bundle.css +26 -0
  3043. package/src/themes/sap_horizon_dark_exp/FlexibleColumnLayout-parameters.css +3 -0
  3044. package/src/themes/sap_horizon_dark_exp/NotificationListItem-parameters.css +3 -0
  3045. package/src/themes/sap_horizon_dark_exp/ProductSwitchItem-parameters.css +5 -0
  3046. package/src/themes/sap_horizon_dark_exp/ShellBar-parameters.css +22 -0
  3047. package/src/themes/sap_horizon_dark_exp/SideNavigation-parameters.css +17 -0
  3048. package/src/themes/sap_horizon_dark_exp/TimelineItem-parameters.css +21 -0
  3049. package/src/themes/sap_horizon_dark_exp/UploadCollection-parameters.css +5 -0
  3050. package/src/themes/sap_horizon_dark_exp/Wizard-parameters.css +6 -0
  3051. package/src/themes/sap_horizon_dark_exp/WizardTab-parameters.css +10 -0
  3052. package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +20 -0
  3053. package/src/themes/sap_horizon_exp/FlexibleColumnLayout-parameters.css +3 -0
  3054. package/src/themes/sap_horizon_exp/NotificationListItem-parameters.css +3 -0
  3055. package/src/themes/sap_horizon_exp/ProductSwitchItem-parameters.css +5 -0
  3056. package/src/themes/sap_horizon_exp/ShellBar-parameters.css +28 -0
  3057. package/src/themes/sap_horizon_exp/SideNavigation-parameters.css +17 -0
  3058. package/src/themes/sap_horizon_exp/TimelineItem-parameters.css +21 -0
  3059. package/src/themes/sap_horizon_exp/UploadCollection-parameters.css +5 -0
  3060. package/src/themes/sap_horizon_exp/Wizard-parameters.css +6 -0
  3061. package/src/themes/sap_horizon_exp/WizardTab-parameters.css +11 -0
  3062. package/src/themes/sap_horizon_exp/parameters-bundle.css +21 -0
  3063. package/src/themes/sap_horizon_hcb/DynamicPageTitle-parameters.css +11 -0
  3064. package/src/themes/sap_horizon_hcb/FlexibleColumnLayout-parameters.css +6 -0
  3065. package/src/themes/sap_horizon_hcb/MediaGallery-parameters.css +5 -0
  3066. package/src/themes/sap_horizon_hcb/NotificationListItem-parameters.css +22 -0
  3067. package/src/themes/sap_horizon_hcb/Page-parameters.css +4 -0
  3068. package/src/themes/sap_horizon_hcb/ProductSwitchItem-parameters.css +6 -0
  3069. package/src/themes/sap_horizon_hcb/SearchField-parameters.css +29 -0
  3070. package/src/themes/sap_horizon_hcb/ShellBar-parameters.css +14 -0
  3071. package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +53 -0
  3072. package/src/themes/sap_horizon_hcb/TimelineItem-parameters.css +6 -0
  3073. package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +11 -0
  3074. package/src/themes/sap_horizon_hcb/Wizard-parameters.css +6 -0
  3075. package/src/themes/sap_horizon_hcb/WizardTab-parameters.css +11 -0
  3076. package/src/themes/sap_horizon_hcb/parameters-bundle.css +24 -0
  3077. package/src/themes/sap_horizon_hcb_exp/FlexibleColumnLayout-parameters.css +6 -0
  3078. package/src/themes/sap_horizon_hcb_exp/MediaGallery-parameters.css +5 -0
  3079. package/src/themes/sap_horizon_hcb_exp/Page-parameters.css +4 -0
  3080. package/src/themes/sap_horizon_hcb_exp/ProductSwitchItem-parameters.css +6 -0
  3081. package/src/themes/sap_horizon_hcb_exp/ShellBar-parameters.css +11 -0
  3082. package/src/themes/sap_horizon_hcb_exp/SideNavigation-parameters.css +16 -0
  3083. package/src/themes/sap_horizon_hcb_exp/TimelineItem-parameters.css +6 -0
  3084. package/src/themes/sap_horizon_hcb_exp/UploadCollection-parameters.css +8 -0
  3085. package/src/themes/sap_horizon_hcb_exp/Wizard-parameters.css +6 -0
  3086. package/src/themes/sap_horizon_hcb_exp/WizardTab-parameters.css +11 -0
  3087. package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +18 -0
  3088. package/src/themes/sap_horizon_hcw/DynamicPageTitle-parameters.css +11 -0
  3089. package/src/themes/sap_horizon_hcw/FlexibleColumnLayout-parameters.css +6 -0
  3090. package/src/themes/sap_horizon_hcw/MediaGallery-parameters.css +5 -0
  3091. package/src/themes/sap_horizon_hcw/NotificationListItem-parameters.css +22 -0
  3092. package/src/themes/sap_horizon_hcw/Page-parameters.css +4 -0
  3093. package/src/themes/sap_horizon_hcw/ProductSwitchItem-parameters.css +6 -0
  3094. package/src/themes/sap_horizon_hcw/SearchField-parameters.css +29 -0
  3095. package/src/themes/sap_horizon_hcw/ShellBar-parameters.css +14 -0
  3096. package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +53 -0
  3097. package/src/themes/sap_horizon_hcw/TimelineItem-parameters.css +6 -0
  3098. package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +11 -0
  3099. package/src/themes/sap_horizon_hcw/Wizard-parameters.css +6 -0
  3100. package/src/themes/sap_horizon_hcw/WizardTab-parameters.css +11 -0
  3101. package/src/themes/sap_horizon_hcw/parameters-bundle.css +25 -0
  3102. package/src/themes/sap_horizon_hcw_exp/FlexibleColumnLayout-parameters.css +6 -0
  3103. package/src/themes/sap_horizon_hcw_exp/MediaGallery-parameters.css +5 -0
  3104. package/src/themes/sap_horizon_hcw_exp/Page-parameters.css +4 -0
  3105. package/src/themes/sap_horizon_hcw_exp/ProductSwitchItem-parameters.css +6 -0
  3106. package/src/themes/sap_horizon_hcw_exp/ShellBar-parameters.css +5 -0
  3107. package/src/themes/sap_horizon_hcw_exp/SideNavigation-parameters.css +16 -0
  3108. package/src/themes/sap_horizon_hcw_exp/TimelineItem-parameters.css +6 -0
  3109. package/src/themes/sap_horizon_hcw_exp/UploadCollection-parameters.css +7 -0
  3110. package/src/themes/sap_horizon_hcw_exp/Wizard-parameters.css +6 -0
  3111. package/src/themes/sap_horizon_hcw_exp/WizardTab-parameters.css +11 -0
  3112. package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +19 -0
  3113. package/tsconfig.json +43 -0
@@ -0,0 +1,32 @@
1
+ export default `<svg id="tnt-Dot-Teams" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color27)" d="m22.833 27.943-4.547 10.066h22.672l-4.547-10.663-13.578.597Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M22.107 28.142c.045-.858.794-1.247.794-1.247h13.09c.223.041.674.17 1.166.608.171.153.456.61.396.917-.16.833-1.087 1.66-2.85 2.129-1.765.469-6.2.667-8.183.493-.75-.066-2.727-.725-3.372-1.16-.235-.16-1.086-.883-1.04-1.74Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M23.645 29.012c-.877-.66-1.336-1.902-.691-2.332 1.097-.734 12.347-.257 12.754-.294.407-.037 1.222.623 1.128 1.32-.094.696-1.575 1.743-5.233 2.2-2.35.293-7.523-.567-7.958-.894Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color27)" d="M38.511 28.412c-.188.079-.429.486-.97.486l-1.138 9.112h7.473c0-1.839.167-5.288-.863-6.844-.455-.688-.87-1.03-1.245-1.03-.66 0-.312-.448-1.509-1.238-.204-.134-.958-.822-1.748-.486Zm-15.747-1.543c0-.14.252-.41.459-.41 1.81 3.567 14.486-.34 12.049 1.337-3.572 2.458-11.16 1.41-12.05.31-.255-.315-.458-1.063-.458-1.237Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M23.085 12.456c1.331-1.698 4.598-2.86 6.615-2.834 2.95-.167 5.647 1.136 6.554 2.252.717.881 2.642 3.514 2.642 8.17 0 4.656-.887 5.343-1.714 6.2-1.835 1.9-3.152 2.04-4.578 2.251-3.758.558-7.15.168-8.141-.528-.733-.514-3.092-3.189-3.274-7.338-.181-4.15.759-6.722 1.896-8.173Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M28.405 27.88c3.937.115 6.715-.508 8.374-2.886 1.66-2.378 1.656-5.425.738-8.277-.611-1.9-2.932-4.457-7.015-4.457-4.73 0-5.737 1.198-7.133 2.897-1.697 2.064-1.625 5.949-1.431 7.31.192 1.363 1.546 5.27 6.467 5.414Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M39.692 18.81c-.125-2.635-1.342-2.167-2.459-1.58-.22.115-.231 5.87-.048 6.699.058.267.08.794 1.674.582.701-.093.958-3.066.833-5.701Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color27)" d="M30.34 13.304c-4.47-.427-6.569 3.39-6.856 5.31-.372 2.488 1.603-.905 3.036-2.103 2.254-1.886 6.673-2.934 3.82-3.207Zm7.2 4.028.68-.36c-.452 1.366-.228 5.605-.128 7.438a.856.856 0 0 1-.716-.446c-.19-.356-.31-6.45.164-6.632Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color27)" d="M25.026 12.098c-2.08 1.354-3.044 4.034-3.006 5.118-.178 0 .203.051-.674-.406.598-4.307 2.668-5.796 4.965-6.758 1.867-.782 6.385-1.016 8.481.962-5.8-1.056-7.132-.63-9.767 1.084Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M33.662 29.716c-.499.441-6.7-1.378-3.732 8.294h13.963c0-6.127-.368-6.79-1.335-5.384-.38.552-1.41 3.715-1.41 2.679 0-.452-.342-.876-.673-.308-1.709 2.934-.968.098 0-1.836.838-1.675-1.601-.878-1.368-1.515.29-.797.32-2.165.278-2.84-.033-.539-.791-.328-1.027-.103l-2.037 4.966c-.444.92-2.16-4.394-2.659-3.953Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M39.108 28.44c-.127-.409-1.026-.34-1.46-.255-.762.808-.445 1.573-.889 3.998-.355 1.94-.486 4.693-.508 5.827h2.158v-4.721c0-.409.466-2.723.699-3.828.053-.17.127-.613 0-1.021Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M6.542 27.166c1.154-.586 3.455-.433 4.269-.24l1.177 11.083H1.108c0-.782.056-4.256.127-4.72.088-.582.23-1.002.494-1.583.265-.58 1.384-.818 1.648-.973.265-.154.248-.564.248-1.183 0-.62 1.931-1.883 2.917-2.384Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M9.336 26.712 4.046 38.01H30.42l-5.29-11.967-15.793.67Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color2)" d="m6.925 26.988 1.662-.22c.163.551.694 1.46.99 1.644 4.538 2.808 8.736 1.549 8.21 1.83-.763.408-3.263.384-4.95.384-1.406 0-2.96-.781-3.627-.8-.535-.014-.63 1.924-.706 2.702l-1.58-5.54Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M8.491 26.935c.053-.962.923-1.4.923-1.4h15.227c.259.047.783.192 1.355.684.2.17.53.684.462 1.028-.187.935-1.265 1.863-3.317 2.39-2.052.526-7.21.748-9.516.552-.873-.073-3.173-.813-3.923-1.302-.274-.178-1.263-.99-1.21-1.952Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M8.738 26.144c.034-.174.272-.405.386-.446.215.574-.356.942.997 2.026 1.045.837 5.313.996 7.889 1.327-1.753.049-5.192-.198-5.917-.27-1.888-.191-2.82-.89-3.034-1.18-.215-.291-.364-1.239-.321-1.457Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M10.279 27.911c-1.02-.74-1.554-2.134-.804-2.618 1.276-.822 14.361-.288 14.835-.329.474-.041 1.422.7 1.313 1.481-.11.782-1.833 1.956-6.088 2.469-2.734.329-8.75-.636-9.256-1.003Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M28.357 27.223c-.881-.24-1.367.307-1.996.307l-1.24 10.48h9.943c-.403-1.787-1.17-5.542-1.518-6.201-.435-.825-.853-.901-1.289-.901-.767 0-.21-1.39-1.603-2.277-.897-.57-1.2-1.11-2.297-1.408ZM9.255 25.506c0-.157.293-.46.534-.46 2.105 4.003 16.85-.382 14.015 1.5-4.154 2.759-12.98 1.584-14.015.35-.297-.355-.534-1.195-.534-1.39Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M9.628 9.331c1.548-1.905 5.348-3.208 7.694-3.18 3.43-.187 6.568 1.275 7.624 2.527.833.99 3.073 3.944 3.073 9.17 0 5.224-1.033 5.996-1.994 6.957-2.135 2.132-3.666 2.29-5.325 2.527-4.371.626-8.316.188-9.47-.593-.852-.577-3.596-3.578-3.807-8.236-.211-4.657.881-7.543 2.205-9.172Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M15.815 26.642c4.58.129 7.81-.57 9.741-3.24 1.93-2.668 1.925-6.088.858-9.289-.71-2.132-3.41-5.002-8.16-5.002-5.501 0-6.673 1.345-8.297 3.252-1.974 2.317-1.89 6.676-1.665 8.204.225 1.529 1.8 5.914 7.523 6.075Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M5.873 16.462c.146-2.957 1.561-2.432 2.86-1.774.257.13.27 6.59.057 7.519-.068.3-.094.891-1.947.654-.816-.105-1.115-3.442-.97-6.399Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M28.946 16.462c-.145-2.957-1.56-2.432-2.86-1.774-.257.13-.27 6.59-.057 7.519.069.3.095.891 1.948.654.816-.105 1.114-3.442.969-6.399Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color27)" d="M10.3 17.16c.798-5.204 4.644-6.635 6.377-6.478 2.246.203-1.2 1.6-2.61 2.931-2.218 2.095-4.278 6.869-3.768 3.547Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m8.303 14.85-.792-.38c.527 1.44.266 5.908.15 7.838.185 0 .61-.093.832-.47.222-.375.361-6.796-.19-6.987Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color2)" d="m26.441 14.804.792-.405c-.527 1.534-.265 6.292-.15 8.348-.185 0-.61-.1-.832-.5-.222-.4-.361-7.239.19-7.443ZM11.885 8.929c-2.42 1.519-3.54 4.528-3.496 5.744-.207 0 .236.057-.785-.456.696-4.834 3.104-6.505 5.776-7.584 2.171-.878 7.427-1.14 9.865 1.08-6.747-1.185-8.296-.708-11.36 1.216Z"/>
27
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M24.033 35.427c-.58.495-6.062 2.33-7.48 2.583h18.655c-.161-1.078-.561-2.917-.87-4.458-.388-1.927-.422-2.498-1.86-2.232-1.065.198 1.412.71 1.249 4.107-.044.916-3.355.445-4.278 1.666-.461.611-.234-1.018.153-2.119.387-1.1-.167-1.124-.387-.413-.704 2.278-1.423 2.757-1.183.413.07-.697-.1-3.405.48-4.934.338-.894-.432-1.962-.48-2.72-.04-.605-1.401-.007-1.675.245l-.685 1.995c-.4 2.76-1.059 5.372-1.64 5.867Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M28.265 27.269c-.148-.458-1.194-.382-1.698-.286-.886.907-.517 1.766-1.034 4.487-.413 2.176-.566 5.266-.59 6.54h2.51v-5.3c0-.458.541-3.054.812-4.295.062-.191.148-.688 0-1.146Z"/>
29
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M9.276 31.76c0-1.038.187-2.915-.41-4.3-.32.2-1.757 2.54-2.269 3.18-.64.8.96 6.518-.28 6.518s-1.453.52-1.8.84h7.798c-.4-.626-1.839-.416-2.159-1.12-.4-.88-.88-4.333-.88-5.118Z"/>
30
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M6.412 26.832c.147-.477 1.193-.397 1.698-.298 1.033.204.581 2.123.863 5 .29 2.946.436 5.15.461 6.475h-2.21c0-1.64-.325-5.017-.325-5.493 0-.477-.217-3.2-.487-4.491-.062-.2-.148-.716 0-1.193Z"/>
31
+ </svg>
32
+ `;
@@ -0,0 +1,26 @@
1
+ export default `<svg id="tnt-Dot-Tools" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M17.07 33.926h-.003s0-.005-.006-.005h.008v.005Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M17.07 33.926h-.003s0-.002-.006-.002l.008.002Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M11.365 29.313s4.117 4.676 5.702 4.621L9.72 38.22l-1.36-1.384 2.605-7.26.4-.264Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M13.277 32.574c-.417-.315-.886-.386-1.286-.37h.15c.078.005.157.008.231.023h.006c.055.008.107.019.162.03a2.03 2.03 0 0 1 .49.176 1.805 1.805 0 0 1 .913 1.239c-.073-.375-.252-.789-.666-1.098Zm-4.144 4.923c-.425-.323-.644-.778-.598-1.155l-.767 2.136-.4 1.122 1.063-.625 1.991-1.17c-.38.108-.875.007-1.289-.303v-.005Zm7.172-3.797a2.407 2.407 0 0 0-.675.07c-.008 0-.01 0-.022.006a2.997 2.997 0 0 0-.57.195 3.355 3.355 0 0 1 1.248-.245l.005-.005c.39.024.65.138.754.195l.033-.02a1.886 1.886 0 0 0-.773-.196Zm-5.148-1.545a.457.457 0 0 0-.044.109 1.36 1.36 0 0 0 .069-.162c-.005.019-.017.034-.025.053Zm-.104.244.011-.008v-.01l-.01.018Zm.274-.661c-.046.111-.082.239-.145.364.315-.773.326-1.44.258-1.9-.008-.05-.02-.09-.025-.122-.01-.029-.014-.052-.02-.065v-.01a1.394 1.394 0 0 0-.073-.198c0-.005 0-.016-.008-.024a1.796 1.796 0 0 0-.242-.356c.063.067.165.177.255.335.22.373.398 1.015 0 1.976Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m34.775 30.015-.565.216-22.068-12.075.452-.294L34.77 30.015h.005Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m22.596 36.328-.516.187 12.127-6.284.565-.216-12.18 6.313h.004Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color26)" d="m14.363 34.35-.094.057a2.076 2.076 0 0 1-.104.07c-.033.024-.203.12-.241.141L34.805 9.99l.06.018a3.965 3.965 0 0 0 .532.107l.181.024h.036c.047.005.09.007.137.007.184.016.36.016.519.008l-20.015 23.61-.014.021-.005.006a3.44 3.44 0 0 0-1.248.244c-.203.08-.417.188-.634.318h.009v-.003Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M31.794 7.664a.648.648 0 0 1-.041-.089l-.006-.007-.005-.008s-.006-.01-.006-.016c-.008-.002-.008-.01-.008-.01l-.006-.016-.013-.026c-.006-.008-.006-.016-.006-.016l-.008-.015-.006-.016v-.008l-.005-.005v-.005h-.006l-.008-.018-.01-.024V7.38l-.006-.01-.008-.016V7.35l-.009-.01v-.01h-.005v-.005l-.008-.019V7.3l-.006-.007-.008-.016v-.023s0-.013-.008-.021c-.006-.026-.017-.047-.025-.073v-.005c-.005-.031-.02-.06-.027-.089v-.018a1.753 1.753 0 0 1-.025-.065.166.166 0 0 0-.008-.031v-.01l-.006-.016v-.01s-.008-.021-.008-.03c0-.015-.008-.044-.008-.044v-.007a2.011 2.011 0 0 1-.074-.375 2.72 2.72 0 0 1-.025-.364c.005-.36.077-.703.236-1.018l-.052.06-20.552 24.238-2.493 6.956s-.009.02-.028.072l-.77 2.155-.368 1.033 1.067-.622 2.04-1.19v-.01a.224.224 0 0 1-.055.019c-.375.112-.874.01-1.288-.302a1.561 1.561 0 0 1-.552-.752l2.6-7.042c.047.063.036.052.085.148 0 .008 0 .019.008.026a.782.782 0 0 1 .039.097c.162.39.263.996-.033 1.834-.052.156-.129.339-.197.513l-.05.125.776-.859L31.83 7.752l.009-.01c-.014-.026-.033-.055-.044-.083v.005Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M13.926 34.619c.025-.154.05-.466-.019-.822 0-.021-.008-.04-.008-.06a1.83 1.83 0 0 0-.68-1.086c-.077-.057-.16-.104-.239-.153a2.432 2.432 0 0 0-.142-.068c-.11-.05-.23-.088-.346-.111a4.601 4.601 0 0 0-.162-.03h-.005a1.765 1.765 0 0 0-.23-.02h-.006c-.05 0-.099-.005-.146 0h-.016c-.036 0-.066 0-.096.005-.354.024-.65.11-.8.164L31.9 7.818l.008-.01c.104.169.22.335.35.497.121.153.256.302.41.445.063.062.134.13.208.19.033.028.071.06.107.088.052.047.11.086.162.128a5.028 5.028 0 0 0 1.664.832l-.01.016L13.934 34.62h-.009v-.002Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M35.656 6.236c-1.594-1.039-2.222-2.631-2.035-3.662l-2.822 3.469c-.968 1.148.057 2.61 1.672 3.924 1.616 1.314 3.78 1.801 4.956.302l2.748-3.315c-.74.622-2.82.393-4.52-.718Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M40.329 6.766c.675-.97-.28-2.698-2.131-3.859-1.851-1.158-3.903-1.311-4.58-.34-.677.97.28 2.698 2.131 3.858 1.851 1.158 3.902 1.312 4.58.341Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M39.593 6.886c.327-.362.033-1.104-.652-1.663-.689-.56-1.509-.721-1.835-.362-.326.362-.033 1.103.653 1.663.688.56 1.508.72 1.834.362Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color24)" d="m1.8 7.042 19.14 35.331 22.7-12.1L1.8 7.041ZM12.608 17.86l22.176 12.152-12.18 6.313-9.996-18.463v-.002Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m1.8 7.042-.396.362 19.003 35.123.532-.154L1.799 7.042Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m15.624 27.429-1.873.955.134.237 1.87-.955-.134-.237h.003Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m8.272 15.492-1.166.593.135.237 1.165-.593-.134-.237Zm3.842 7.083-1.17.599.134.236 1.17-.595-.134-.237v-.003Zm-1.986-3.659-1.168.596.134.237 1.169-.596-.135-.237Zm3.867 7.124-1.154.587.134.237 1.155-.588-.135-.237Zm1.95 3.564-1.166.593.135.237 1.165-.594-.134-.236Zm1.876 3.468-1.157.591.134.237 1.158-.59-.135-.238Zm1.906 3.517-1.155.588.135.237 1.154-.588-.134-.237Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color26)" d="m37.186 10.581-.623.424c-.49.367-.69-.036-1.58.177a.544.544 0 0 0-.109-.023c-.046 0-.156-.04-.203-.045-.014 0-.033-.01-.044-.01-.057-.01-.035-.018-.096-.026-.12-.018-.093-.034-.208-.06-.063-.01-.082-.028-.14-.044l-.18-.065-13.07 15.421 1.314.294-3.009 3.675c.069.096.491.897.491.897l3.659-4.317 12.944-15.273.483-.57c.112-.09.365-.455.365-.455h.005Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m15.82 23.756 14.817-17.48.011-.028c-.16.315-.222.45-.23.812 0 .122.293.148.307.27.01.125.038.25.074.375v.008l.008.044c0 .008.006.021.008.029v.01s0 .008.006.016v.01s.008.024.008.032l.025.065v.018c.008.029.022.057.027.088v.006c.008.026.02.046.025.072.005.008.008.01.008.021 0 0-.19-.117-.19-.114l.193.12v.005l.005.005v.005s.006.008.008.016c0 0 0 .005.006.008v.007l.008.019V8.2h.006v.008s.008.007.008.01v.005l.008.016.006.01v.005l.01.024.009.018h.005v.005l.006.005v.008s0 .008.005.016l.008.015s0 .008.006.016c.005.008.008.018.016.026l.006.016s0 .008.008.01c0 .005.006.01.006.016 0 0 0 .002.005.008l.006.007a.58.58 0 0 0 .04.089c.21-.107-.054.133-.04.159l-.116.26-14.143 16.65"/>
20
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M16.79 25.605 31.111 8.71l.008-.01c.105.168.22.335.352.496.12.154.255.302.408.445.063.063.135.13.209.19.032.029.07.06.107.089.052.046.11.086.161.127a5.028 5.028 0 0 0 1.665.833l-.01.015-13.074 15.419"/>
21
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M37.855 7.305c-.771-.208-1.676-.62-2.37-1.14-1.05-.79-1.807-1.553-2.04-2.558L30.502 7.08c-.143.723.491 1.866 1.925 2.943.815.614 1.643.903 2.293 1.007l3.445-3.724h-.31Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M30.64 7.812c.12.586.57 1.236 1.28 1.905l3.21-3.69c-.585-.583-1.172-1.09-1.463-1.772l-3.025 3.562v-.005h-.002Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M35.787 11.24c-.927 0-2.065-.344-3.132-1.01-1.942-1.215-2.732-2.943-2.005-3.984l-.008.016c-.505.968.33 2.628 2.153 3.768 1.82 1.14 3.864 1.296 4.511.364l-.052.076c-.329.47-.71.775-1.467.775v-.005Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m21.312 37.838-1.878.957.233.407 1.878-.958-.233-.406Zm-1.906-3.508-1.879.958.233.406 1.88-.958-.234-.406Zm-1.92-3.51-1.879.957.234.406 1.878-.958-.233-.406Zm-1.963-3.514-1.878.957.233.406 1.878-.957-.233-.406Zm-1.893-3.524-1.878.958.233.406 1.879-.958-.233-.406Zm-1.916-3.492-1.879.958.233.406 1.879-.958-.233-.406ZM9.86 16.845l-1.88.957.234.406 1.878-.957-.233-.406ZM7.869 13.35l-1.879.957.233.406 1.879-.957-.233-.406Z"/>
25
+ </svg>
26
+ `;
@@ -0,0 +1,16 @@
1
+ export default `<svg id="tnt-Dot-Tutorials" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <g clip-path="url(#a)">
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m12.063 40.397 26.502-4.733c.164-.03.17-.261.01-.303l-16.618-4.14a1.534 1.534 0 0 0-.608-.027L.425 34.418a.378.378 0 0 0-.101.717l11.138 5.18a.998.998 0 0 0 .603.078l-.002.004Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M39.476 11.075a.793.793 0 0 1 .311.05 1.035 1.035 0 0 1 .505.416c.062.097.107.204.135.317l.493 2.146-32.088 1.932-.414-2.386a.835.835 0 0 1 .012-.358.787.787 0 0 1 .41-.51.898.898 0 0 1 .349-.09l30.287-1.517Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m8.831 15.936 32.086-1.93 4.124 17.931c.028.121.032.24.02.35a.81.81 0 0 1-.101.3.662.662 0 0 1-.492.327l-31.024 3.888a.96.96 0 0 1-.384-.03.944.944 0 0 1-.341-.174 1.092 1.092 0 0 1-.26-.287 1.022 1.022 0 0 1-.14-.373L8.833 15.936h-.002Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M13.446 36.8a.996.996 0 0 1-.384-.03 1.07 1.07 0 0 1-.741-.836l-3.486-20-.414-2.386a.818.818 0 0 1 .063-.505.704.704 0 0 1 .085-.139l-.525.684a1.2 1.2 0 0 0-.085.137.784.784 0 0 0-.077.323c0 .057 0 .117.014.176l.408 2.36 3.426 19.78a1.071 1.071 0 0 0 .394.654c.101.078.214.135.337.173a.911.911 0 0 0 .38.03l30.745-3.884.884-.426-31.024 3.888v.002Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M31.857 18.423c.41.335.792.701 1.141 1.098a9.544 9.544 0 0 1 1.649 2.663c.196.483.353.985.464 1.494.08.383.136.763.162 1.145a7.965 7.965 0 0 1-.15 2.232c-.078.36-.183.713-.312 1.054a6.818 6.818 0 0 1-1.07 1.855 6.315 6.315 0 0 1-2.227 1.73 6.396 6.396 0 0 1-1.363.457 7.117 7.117 0 0 1-1.465.157 6.03 6.03 0 0 1-.376-.01c-.125-.008-.254-.016-.38-.028a8.016 8.016 0 0 1-2.251-.579 8.712 8.712 0 0 1-2.08-1.23 9.32 9.32 0 0 1-2.382-2.818 9.095 9.095 0 0 1-.892-2.283 8.364 8.364 0 0 1-.225-2.352c.02-.388.065-.77.14-1.145.076-.375.177-.737.306-1.086.127-.349.283-.68.46-.997.176-.317.38-.614.606-.893a6.343 6.343 0 0 1 2.538-1.889 6.542 6.542 0 0 1 2.089-.48c.49-.031.983-.011 1.472.058a8.208 8.208 0 0 1 2.846.965 9.28 9.28 0 0 1 1.3.876v.008-.002Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M26.644 27.698c-.372.215-.906-.079-.99-.54l-.49-2.742-.49-2.742c-.084-.462.344-.77.788-.571l5.913 2.647c.495.221.612.876.198 1.112l-4.93 2.837Z"/>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="a">
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
16
+ `;
@@ -0,0 +1,28 @@
1
+ export default `<svg id="tnt-Dot-Unlock" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m37.025 36.678 3.593-.183v2.31l-3.593.083v-2.21Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m37.025 36.687-1.603.082.01 1.596 1.595.52v-2.198h-.002Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m3.988 35.437 2.961-.034.482 2.283-3.443.007v-2.256Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M2.458 34.227V36.4l1.532 1.292V35.46l-1.532-1.233Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m8.777 37.945 4.094-.209v2.368l-4.094.094v-2.255.002Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m8.776 37.939-1.603-1.012.01 2.173 1.595 1.096v-2.26l-.002.003Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m8.13 6.871 35.028 1.686v28.247L8.131 38.07V6.871Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M10.924 10.287c0-.483.41-.867.9-.844l27.721 1.33a.849.849 0 0 1 .817.842v22.051a.851.851 0 0 1-.827.843l-27.721.997a.854.854 0 0 1-.892-.843V10.287h.002Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m15.652 6.454 1.29-.637v33.939l-1.29-.424V6.454Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m16.941 5.817 23.424 4.996V34.48L16.94 39.755V5.817Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m18.53 7.988 20.496 4.372v20.71l-20.497 4.616V7.988Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M33.91 22.469c-.063 3.55-1.483 6.406-3.17 6.376-1.687-.03-3.004-2.93-2.94-6.482.062-3.55 1.483-6.406 3.17-6.376 1.687.03 3.004 2.93 2.94 6.482Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M26.612 22.302c-.116 4.102 2.026 7.21 4.493 6.954 2.188-.227 3.851-3.086 3.928-6.391.076-3.293-1.44-6.324-3.59-6.836-2.422-.576-4.713 2.194-4.831 6.273Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M27.452 22.242c-.114 4.05 1.979 7.123 4.386 6.872 2.14-.223 3.769-3.05 3.844-6.322.075-3.259-1.41-6.256-3.516-6.758-2.365-.563-4.603 2.18-4.716 6.208h.002Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M29.085 22.353c-.071 2.595 1.24 4.641 2.808 4.568 1.45-.068 2.592-1.95 2.644-4.204.053-2.245-.991-4.258-2.424-4.517-1.55-.28-2.96 1.566-3.028 4.153Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M29.983 23.255c-.04 1.522.722 2.742 1.659 2.721.894-.02 1.618-1.17 1.652-2.57.035-1.395-.63-2.603-1.517-2.704-.93-.105-1.753 1.033-1.794 2.553Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M30.305 22.432c-.039 1.51.709 2.736 1.633 2.734.881 0 1.595-1.13 1.627-2.517.032-1.387-.621-2.597-1.496-2.715-.917-.124-1.725.991-1.766 2.498h.002Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m32.031 18.311-.808 1.11a.648.648 0 0 0-.1.23l-.304 1.26 1.062-.728.15-1.872Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M32.059 20.369c-.87-.108-1.634.9-1.745 2.29 0-.075-.011-.149-.009-.227.039-1.507.849-2.622 1.766-2.498.875.118 1.53 1.33 1.496 2.715 0 .072-.013.14-.017.209-.035-1.292-.658-2.386-1.49-2.49h-.002Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M32.17 16.035a2.777 2.777 0 0 0-.433-.065l-.038 1.547a1.99 1.99 0 0 1 .431.032c.084.017.164.042.245.067l.04-1.505c-.082-.027-.162-.06-.246-.078v.002Zm1.99 3.286.56-.997a6.52 6.52 0 0 0-.445-.733l-.582 1.01c.17.217.326.455.466.72Zm-1.047-2.869-.344 1.333c.212.116.412.27.6.45l.332-1.315a3.68 3.68 0 0 0-.588-.468Zm1.566 4.284.716-.611a8.614 8.614 0 0 0-.275-.898l-.729.598c.114.285.21.59.288.909v.002Zm.209 1.591.79-.179a9.985 9.985 0 0 0-.086-.978l-.795.158c.05.323.08.658.09 1.002v-.003Zm-6.114-1.397-1.124-.41a9.865 9.865 0 0 0-.165 1.19l1.136.381c.022-.402.073-.79.153-1.16v-.001Zm.57-1.623-.944-.972c-.159.305-.3.639-.423.988l.962.962a5.89 5.89 0 0 1 .404-.978Zm1.265-1.453c.217-.135.445-.227.677-.284l-.303-1.54a2.87 2.87 0 0 0-.688.26l.314 1.564Zm-1.996 4.937-1.152.234c.02.413.064.812.129 1.202l1.143-.266a7.89 7.89 0 0 1-.12-1.17Zm1.031-3.978a3.88 3.88 0 0 1 .583-.67l-.647-1.358a4.835 4.835 0 0 0-.608.65l.67 1.376.002.002Zm2.235 8.763c-.1.006-.2.004-.296-.004l-.04 1.55c.1 0 .199.004.3-.007.13-.013.257-.038.384-.072l.039-1.532a1.955 1.955 0 0 1-.385.065h-.002Zm-2.327-1.435-.74 1.288c.183.263.379.5.587.708l.722-1.29a3.907 3.907 0 0 1-.57-.706Zm.945 1.016-.395 1.534c.221.135.45.236.683.31l.383-1.511a2.339 2.339 0 0 1-.67-.333Zm-1.61-2.543-1.01.837c.113.363.244.707.394 1.027l.995-.856a6.012 6.012 0 0 1-.378-1.005v-.003Zm5.442.806.698.702c.114-.28.21-.576.297-.881l-.686-.71c-.084.313-.189.61-.31.889Zm.438-1.478.785.268c.051-.316.088-.639.11-.972l-.783-.289a7.694 7.694 0 0 1-.112.995v-.002Zm-.681 1.969a4.372 4.372 0 0 1-.48.698l.527 1.085c.168-.213.327-.444.47-.695l-.515-1.09-.002.002Zm-.816 1.041a2.632 2.632 0 0 1-.613.411l.277 1.39c.21-.119.413-.264.604-.43l-.268-1.37Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m32.38 19.412.06.36c.053.33-.101.637-.31.61l-.14-.017c-.212-.026-.356-.38-.283-.696l.08-.346c.105-.453.513-.387.592.089Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M22.314 16.785H20.81V28.11h1.504V16.785Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M22.862 17.386h-1.505V28.71h1.505V17.386Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M22.528 18.012h-.214v10.072h.214V18.012Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m1.9 10.982 6.231-4.11v31.197L1.9 35.013V10.982Z"/>
27
+ </svg>
28
+ `;
@@ -0,0 +1,10 @@
1
+ export default `<svg id="tnt-Dot-UnsuccessfulAuth" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M10.974 37.52c.45.258.973.357 1.486.281l30.03-4.454-16.145-5.804L0 31.231l10.974 6.29Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color27)" d="m8.322 14.565 31.102-2.382 3.978 18.657c.04.192.044.38.014.558a1.25 1.25 0 0 1-.182.474 1.085 1.085 0 0 1-.346.341 1.173 1.173 0 0 1-.48.163l-28.67 2.93c-.193.02-.386 0-.564-.06a1.707 1.707 0 0 1-.504-.266 1.734 1.734 0 0 1-.39-.435 1.567 1.567 0 0 1-.218-.558l-3.74-19.422Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M42.785 32.267c-.04.02-.08.035-.119.05-.04.014-.084.024-.128.034-.045.01-.09.015-.134.02l-28.67 2.93c-.194.02-.386 0-.564-.06a1.708 1.708 0 0 1-.504-.266 1.733 1.733 0 0 1-.39-.435 1.568 1.568 0 0 1-.218-.558L8.323 14.565l-.366-1.893c-.024-.118-.03-.237-.024-.35.005-.114.024-.223.059-.327.035-.103.079-.202.133-.291.055-.09.124-.168.198-.242l-.687.632c-.074.07-.143.153-.197.242a1.511 1.511 0 0 0-.134.287 1.19 1.19 0 0 0-.06.326c-.004.114 0 .232.026.35l.36 1.888 3.716 19.338c.04.203.113.39.217.553.104.168.237.312.386.43a1.6 1.6 0 0 0 .498.267c.178.06.371.08.564.06L41.579 32.9a1.248 1.248 0 0 0 .262-.054.86.86 0 0 0 .119-.05c.04-.02.074-.04.108-.06l.826-.523c-.035.025-.075.044-.11.064v-.01Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M37.464 9.085c.178-.014.355.015.523.07.169.054.327.148.47.261.143.114.267.257.365.415.1.159.173.336.213.524l.39 1.823-31.102 2.387-.365-1.893a1.44 1.44 0 0 1 0-.563 1.21 1.21 0 0 1 .207-.474c.099-.139.227-.252.38-.336.154-.084.327-.138.514-.153l28.405-2.06Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m41.521 34.104-1.096.705s-.024.016-.035.021c-.011.006-.025.017-.036.022l-.035.022c-.011.005-.025.016-.035.022a8.173 8.173 0 0 1-.721.386c-.248.117-.5.215-.762.302a7.547 7.547 0 0 1-1.619.353c-.138.016-.28.027-.418.035-.14.009-.283.011-.425.014a7.663 7.663 0 0 1-.862-.04 8.815 8.815 0 0 1-1.298-.23 9.528 9.528 0 0 1-2.492-1.03 10.367 10.367 0 0 1-2.195-1.73 10.773 10.773 0 0 1-1.673-2.252 9.987 9.987 0 0 1-.595-1.269 9.92 9.92 0 0 1-.642-2.665 8.914 8.914 0 0 1 .128-2.632 8.027 8.027 0 0 1 .856-2.325 7.403 7.403 0 0 1 1.494-1.873l.968-.873a7.396 7.396 0 0 0-1.504 1.892 7.982 7.982 0 0 0-.517 1.126 8.555 8.555 0 0 0-.345 1.224 8.78 8.78 0 0 0-.16 1.313 9.776 9.776 0 0 0 .264 2.7 10.459 10.459 0 0 0 1.025 2.625 11.047 11.047 0 0 0 1.689 2.278c.329.343.683.661 1.055.955a10.217 10.217 0 0 0 2.397 1.411 9.242 9.242 0 0 0 2.595.663c.147.014.29.025.438.033a7.68 7.68 0 0 0 1.286-.038c.28-.03.558-.076.833-.133a7.555 7.555 0 0 0 1.569-.525 6.64 6.64 0 0 0 .727-.389c.013-.008.024-.016.038-.022.014-.005.024-.016.035-.021.011-.006.025-.017.036-.022a.23.23 0 0 0 .035-.025"/>
7
+ <path fill="var(--sapContent_Illustrative_Color23)" d="M41.038 19.356a10.868 10.868 0 0 1 2.396 2.71 10.604 10.604 0 0 1 1.352 3.321c.093.438.155.876.188 1.313a8.99 8.99 0 0 1-.172 2.562 8.37 8.37 0 0 1-.359 1.21 7.732 7.732 0 0 1-1.232 2.13 7.27 7.27 0 0 1-2.565 1.985c-.25.116-.506.217-.767.304s-.53.16-.803.22a7.59 7.59 0 0 1-.832.133 7.396 7.396 0 0 1-.425.035c-.141.009-.285.011-.43.014a5.726 5.726 0 0 1-.432-.01 8.662 8.662 0 0 1-1.75-.267 9.737 9.737 0 0 1-2.518-1.047 10.334 10.334 0 0 1-2.217-1.749 10.94 10.94 0 0 1-1.69-2.278 10.463 10.463 0 0 1-1.025-2.624 9.69 9.69 0 0 1-.264-2.7 8.402 8.402 0 0 1 .515-2.56c.15-.4.326-.78.53-1.144a7.378 7.378 0 0 1 1.548-1.912 7.15 7.15 0 0 1 .985-.729 7.435 7.435 0 0 1 2.257-.919 8.05 8.05 0 0 1 2.93-.114 9.293 9.293 0 0 1 1.673.397c.55.185 1.085.422 1.605.71s1.02.623 1.496 1.006l.006.003Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M38.213 22.32a.87.87 0 0 1 .495.114 1.1 1.1 0 0 1 .392.372.998.998 0 0 1 .153.509.846.846 0 0 1-.06.326 1.036 1.036 0 0 1-.076.144l-1.535 2.23 2.38 1.898a1.395 1.395 0 0 1 .13.125c.02.022.042.046.058.07.017.025.036.05.052.077.016.027.033.054.046.082a.788.788 0 0 1 .038.084c.011.03.022.057.03.087.008.03.017.057.022.087l.014.087c.002.03.005.06.005.087v.087a.45.45 0 0 1-.01.084c-.006.027-.012.057-.02.084a.626.626 0 0 1-.027.08c-.011.024-.022.05-.035.075l-.041.071-.05.065a.397.397 0 0 1-.056.06.592.592 0 0 1-.201.13.424.424 0 0 1-.077.03.582.582 0 0 1-.16.033l-.085.003c-.027 0-.057 0-.084-.006l-.084-.013a.967.967 0 0 1-.245-.09 1.147 1.147 0 0 1-.076-.046.929.929 0 0 1-.074-.054l-2.388-1.904-1.553 2.27c-.017.022-.033.047-.052.066-.02.019-.038.04-.057.06-.02.019-.041.035-.063.052a1.009 1.009 0 0 1-.068.046.7.7 0 0 1-.152.068c-.027.008-.054.016-.082.021a.76.76 0 0 1-.084.014c-.03.003-.057.003-.087.003-.03 0-.057 0-.087-.006l-.087-.013c-.03-.006-.057-.014-.087-.022a.447.447 0 0 1-.085-.033c-.027-.013-.054-.024-.081-.038-.027-.013-.052-.03-.08-.046a.747.747 0 0 1-.075-.054l-.071-.06a.846.846 0 0 1-.065-.068.774.774 0 0 1-.06-.074c-.02-.027-.035-.051-.054-.079-.017-.027-.03-.054-.047-.081-.016-.027-.027-.057-.038-.084a.823.823 0 0 1-.03-.087c-.008-.03-.016-.06-.022-.09a.992.992 0 0 1-.013-.09.96.96 0 0 1 .008-.266.769.769 0 0 1 .022-.085c.008-.027.016-.054.027-.081a.655.655 0 0 1 .035-.076.611.611 0 0 1 .044-.071l1.567-2.27-2.4-1.912a.989.989 0 0 1-.242-.278c-.03-.054-.06-.106-.081-.163a1.008 1.008 0 0 1-.071-.353.89.89 0 0 1 .065-.332.82.82 0 0 1 .08-.144.674.674 0 0 1 .108-.122.728.728 0 0 1 .443-.188c.055-.003.115-.003.172.003a.877.877 0 0 1 .335.109 1.1 1.1 0 0 1 .152.103l2.39 1.909 1.538-2.22a.643.643 0 0 1 .231-.214.795.795 0 0 1 .307-.092h.02Z"/>
9
+ </svg>
10
+ `;
@@ -0,0 +1,49 @@
1
+ export default `<svg id="tnt-Scene-Avatar" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M232.411 50.113c-6.869-2.566-8.746-.53-11.662 0-2.562 36.753-6.352 111.065 2.16 112.11 10.993 1.349 12.885 2.59 20.287-.9 1.933-.911 2.449-11.342 3.548-19.637.997-7.524 6.341-60.828 6.871-67.189.53-6.361 1.088-14.4-5.36-17.208-3.985-1.736-12.732-6.014-15.844-7.176Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M242.125 63.835c-1.061-1.485-16.242-10.039-24.9-10.834-4.417 33.573-13.067 105.411-11.583 106.047 1.855.795 27.035 5.036 30.215 4.506 3.181-.53 1.856-8.747 3.976-18.289 2.121-9.541 7.421-57.515 8.217-60.696.795-3.18-4.6-18.879-5.925-20.734Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M119.229 150.187c-.131-.983 2.075-4.723 3.194-6.47l13.348 6.47c.028.764-.327 2.62-1.965 3.931 1.147 1.556 0 6.142 0 6.879 0 .737-.409 2.702 0 5.241.41 2.538-.737 5.323-1.146 5.568-.41.246-1.966-.491-2.457-1.392-.492-.901-.901-4.34-1.72-4.995-.819-.655-1.556.901-2.375 1.31-.819.409-1.801 3.194-2.211 5.651-.409 2.456-.082 2.456-1.474 4.995-.786 0-1.747-1.147-2.129-1.72-.109.355-.475 1.196-1.065 1.72-.901-.164-1.638-.901-2.211-2.539-.491-.327-1.146-1.392-1.638-2.456-.491-1.065-.082-6.142 0-7.453.082-1.31.983-2.866 1.147-5.896.164-3.03 1.801-4.013 2.702-4.913.901-.901.164-2.703 0-3.931Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M145.189 105.883c.59-1.507 2.156-4.176 2.866-5.323l4.422 4.914 19.736 12.611c-3.112.218-9.483.868-10.072 1.72-.737 1.064-4.996 3.603-5.897 5.323-.9 1.719-7.042 9.09-8.598 11.874-1.556 2.784-5.323 5.978-7.289 7.043.983.819-.655 4.995-.982 6.142-.328 1.146-2.703 1.474-3.604 2.784.066-1.769-9.636-6.688-14.495-8.926 2.211-4.177 6.716-12.89 7.043-14.331.41-1.802 4.258-6.06 5.077-7.944.819-1.883 3.522-.655 5.323-5.65 1.802-4.996 5.733-8.353 6.47-10.237Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M165.485 80.23c3.342-2.452 11.421-3.622 15.042-3.9 53.484-9.194 40.809 1.114 44.013 1.67 3.203.558 1.114 6.268 3.76 8.497 2.646 2.228 3.621 1.95 8.636 4.596 4.011 2.117-5.85 24.096-11.282 34.82-1.764 9.657-4.875 29.555-3.204 31.895 2.09 2.925-1.532 4.457 0 7.8s-.975 3.064 0 4.875.418 3.203-.975 5.014c2.117 1.671.882 5.803 0 7.66-1.253-1.532-4.847-4.707-9.192-5.153-5.432-.557-16.435 1.114-21.589 3.064-4.122 1.56-7.103 5.386-8.078 7.104-1.068-1.115-4.123-3.956-7.8-6.407-4.596-3.065-15.738-14.486-16.853-19.5-1.114-5.014 3.343-10.167 5.711-15.042-2.646-.975-.696-3.339 0-6.264-3.902-5.604-1.234-7.039-1.373-10.382-.14-3.343 4.159-13.299 4.019-14.274-.139-.975-5.432-1.672-8.357-3.064-2.924-1.393-7.242-7.522-10.585-12.118-3.343-4.596-.418-5.292.836-7.939 1.253-2.646 13.092-9.889 17.271-12.953Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M168.641 77.708c1.48-1.645 5.086-1.55 7.073-.865l.925-1.75c1.165.547 2.898 1.093 5.365 4.054 3.084 3.7 11.102 6.168 6.373 6.168-4.728 0 5.346 4.728 1.851 4.728-13.589 0-17.284 1.65-17.681 6.269-.201 2.335 24.054 5.039 29.399 7.506 4.277 1.973 1.782 4.797 0 8.84-1.165 1.645-3.536 5.181-3.7 6.168-.206 1.233 8.743 9.994-9.869 5.551-23.273-5.556-11.924 2.056-15.83 4.934-3.125 2.303-10.326 4.061-8.153 12.39-3.596-4.406-1.841-10.084-1.512-13.538.329-3.454 2.137-6.253 3.165-9.337-2.233-.461-4.911 1.638-6.063 2.789-1.151 1.152-10.318 11.47-13.903 17.891 1.987-3.906 5.517-13.795 9.065-16.491 2.644-2.01 3.832-3.984 3.832-5.423s1.723-2.515 0-3.906c-4.002-3.229 3.833-9.017 2.676-12.103-2.636-7.028 8.873-8.545 8.873-10.806 0-2.262-5.587-4.64-7.232-5.462-1.315-.658-1.65-1.052-2.426-1.906 1.677-1.925 6.292-4.056 7.772-5.701Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M168.77 77.516c-.837.605-1.148 1.037-2.271 1.87 1.212 2.955 7.473 5.427 11.135 7.444 2.286 1.26 10.475 4.356 13.937 2.925l-13.254-12.372c-1.181-.33-3.858-1.046-5.114-1.278-1.569-.291-3.387.656-4.433 1.411Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M224.659 125.987c-1.292-.775-4.397-1.383-5.728-2.574-3.048-4.73-2.805-10.1 0-17.236 2.417-6.148 7.252-7.567 16.132-9.458 8.881-1.892 19.433 12.663 20.389 13.767 1.681 1.943 4.203 5.412 4.256 8.985.052 3.574-.788 6.096-4.624 9.932-4.244 4.243-11.35 3.31-15.449 2.627-4.099-.683-6.674-1.261-8.198-2.049-1.523-.788-4.414-2.575-6.778-3.994Zm-54.209-8.674.899-19.236 32.31 7.218-1.97 19.33-31.239-7.312Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color24)" d="m171.36 98.077 6.219-3.08 30.56 6.199-4.463 4.091-32.316-7.21Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m204.945 120.555-3.253 4.072 1.97-19.337 4.465-4.098-3.182 19.363Zm-31.94-19.368 27.916 6.058-.691 6.567-27.57-7.006.345-5.619Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M175.545 73.817c0-1.568 2.068-6.497 2.82-8.494 5.865-5.445 15.453-2.396 29.215.762 10.344 2.374 15.453 5.336 17.596 8.712 2.143 3.376-1.822 6.582-4.173 8.386-4.4 3.376-15.792 6.752-24.703 6.86-8.911.11-14.472-4.052-17.935-6.86-3.118-2.529-2.82-7.405-2.82-9.366Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M175.895 75.798c-1.228-1.929.842-6.447 1.646-7.981 3.617-10.742 39.928.471 43.107 1.13 3.178.657 5.809 3.507 0 8.987s-21.703 6.577-29.046 5.919c-7.344-.658-14.173-5.643-15.707-8.055Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M234.696 100.184c1.261-2.312 3.048-2.364 5.938-3.1 9.616-.998 15.324 1.389 18.023 3.1 3.731 2.366 1.314 4.835 1.787 7.305.378 1.975-.578 4.396-1.104 5.359.158 1.594.064 5.697-1.576 9.354-2.049 4.571-7.409 6.043-11.35 5.938-3.941-.105-8.513-4.835-10.089-6.411-1.261-1.261-1.191-3.538-.999-4.519.053-1.489.126-4.509 0-4.677-.157-.21-2.364-3.468-2.522-5.044-.212-2.118.631-4.992 1.892-7.305Zm-81.704 68.365c.856-2.57 3.406-3.796 4.574-4.089.26.682 1.266 2.882 3.212 6.23 1.947 3.348 13.53 12.426 19.078 16.547l6.229 9.052c-1.914 2.466-5.84 7.767-6.229 9.247-.487 1.849-1.752 1.849-1.46 2.823.234.778-.552 3.569-.973 4.672h-31.148c.292-1.915.701-6.561 0-8.274-.7-1.713 1.201-5.71 2.239-7.495-.454-1.395-1.363-4.419-1.363-5.353 0-.934.909-4.737 1.363-6.521-.13-1.168-.311-3.894 0-5.451.389-1.947 2.726-.974 2.92-1.46.195-.487.487-6.716 1.558-9.928Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M237.602 73.89c2.767 0 4.422 4.366 5.684 6.938.561 0 2.048-.981 2.722-2.216.841-1.543 2.16-3.422 3.563-6.79 1.403-3.367 3.649-6.677 5.723-6.317 4.068.705-.295 6-.856 9.507 1.263-2.947 3.227-6.454 5.191-7.156 1.964-.701 3.156.71 3.156 2.254 0 1.235-1.859 5.733-3.816 9.532.795-1.544 2.777-4.482 4.012-5.38 1.543-1.122 3.198-1.235 4.321.59.893 1.452-3.286 7.519-5.261 10.48.762-1.135 1.576-1.651 3.184-2.317 2.494-1.031 3.62.085 3.816 1.936.164 1.55-4.454 6.803-7.027 9.001-.233.749-.772 2.165-2.119 3.736-.281 5.893-4.755 8.891-7.982 9.452-3.227.562-11.853-3.812-13.817-6.197-1.964-2.385-.494-3.904-.494-6.99-2.946-6.735-.207-7.992-.207-8.974 0-.982-.635-4.496-1.476-7.021-.842-2.525-.326-4.069 1.683-4.069ZM221.71 187.529c-.078-.779-1.135-3.894-1.654-5.354-1.655-1.071-7.787-2.628-16.547-3.115-8.76-.486-18.494 7.106-19.37 8.469-.876 1.363-1.557 4.964-1.557 5.45 0 .487.778 3.796 0 4.478-.779.681 0 2.822 0 3.699 0 .876-.779 2.433-1.558 3.504-.778 1.07-.194 2.725 0 3.309.156.467.975 3.637 1.43 5.064h33.386c.584-2.758 1.977-8.665 2.366-9.444.487-.973 1.168-3.894 1.85-5.062.681-1.168 0-4.574 1.654-6.034 1.655-1.46.098-3.991 0-4.964Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m216.81 213.054 3.225-13.937c1.601-8.756-.366-4.194-.624-3.332-.633 2.113-.671 4.589-8.591 4.369-4.146-.115 1.267 1.958 4.147 2.188 2.88.231 3.024 3.002 2.218 4.845s-4.006-2.099-7.478-.49c-2.777 1.287 2.035 1.437 1.113 3.51-.737 1.659-5.567 2.54-7.141 2.847h13.131Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M216.551 181.715c3.992.589 4.936 3.3 4.909 4.581.736-.981.736-2.781.654-4.008-.082-1.228-2.091-2.414-4.091-3.355-2.781-1.309-12.143-1.714-17.344-1.063-7.2.9-11.536 4.008-14.4 5.808-2.863 1.8-4.09 3.682-4.254 4.5-.131.655.436 1.282.736 2.291 1.964-2.318 7.266-5.956 12.763-8.181 6.97-2.821 16.036-1.309 21.027-.573Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M217.365 140.616c.329 7.237 3.59 10.197 4.823 10.608l3.401-23.972c7.318 4.819 8.676 3.372 12.952 5.346 5.346 2.467 13.481-.55 16.77-2.812 2.632-1.809 5.536-8.496 4.2-11.991-.137-1.987.707-6.052-.773-5.229-1.85 1.028-14.851 2.145-9.917 2.145 4.934 0 7.896 5.346 4.118 8.134-1.525 1.126-7.819.296-11.725-1.555-3.906-1.85-4.177-9.457-8.307-14.086-2.142-2.402 4.042 5.657 1.582 10.591-1.028 2.061 1.581 6.54 1.581 7.774-3.632-.069-12.784-4.69-14.593-5.512-2.261-1.028-3.594-2.259-3.594-8.221s11.391-13.575 8.698-12.537c-1.994.769-9.216 3.283-11.066 12.534-1.85 9.252 3.084 11.513 4.523 13.158 1.439 1.645-3.084 6.579-2.673 15.625Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M227.634 117.511c-2.431-3.125-.405-12.951 3.796-13.607-5.788 0-6.366 9.984-6.366 12.443 0 2.46.723 6.946-3.907 3.184-4.63-3.762 1.736-17.43 0-14.971-9.724 13.776-4.341 15.984-3.328 18.733.81 2.199 5.161 3.714 7.235 4.196.771.337 8.276 4.319 14.226 5.509 8.915 1.783 5.041-1.35-.675-5.509-1.142-.831-5.3-7.048-4.141-9.524-1.206-1.109-4.409 2.672-6.84-.454Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M225.402 78.884c-.658 1.645-7.323 8.25-26.543 10.542 7.788 2.492 20.286-3.245 23.165-3.999-.206.686.687 2.56 3.976 1.738 4.112-1.028-3.789 9.347-4.587 10.394-1.279 1.678 8.661-7.653 12.087-8.133l-5.65-3.29c-.342-3.151-1.79-8.897-2.448-7.252Zm-90.552 66.51c-2.297.354-10.051-1.193-10.973-1.473-.922-.279-2.585.139-2.585.139 4.508 2.008 17.525 7.129 18.056 6.245.662-1.105 1.822-5.715 1.099-6.384-.705-.652-2.725 1.031-5.597 1.473Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M130.551 152.843c4.191-3.429-2.42-4.583-4.597-6.833 3.032.515 7.49 1.066 9.793 2.053 2.878 1.234 3.159-.614 4.75-1.578-.463 5.183-3.243 5.598-4.75 6.488l-1.918 1.167c1.406 1.682-.202 6.572.273 10.74.442 3.881-.472 7.695-1.705 7.078-1.234-.616.377-7.083 0-9.313-.771-4.547-3.455-4.434-4.874-8.083-.527-1.355 1.746-.669 3.028-1.719Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M192.756 155.792c-5.139 0-14.876-.667-25.567-2.723-1.522-.293-3.091-5.807-4.51-3.816-2.343 3.289-3.358 4.729-4.523 8.018-1.246 6.077-.658 13.528 0 17.475.823 4.934 8.429 5.757 14.597 9.663 6.168 3.906-2.056 0-7.196-1.439-5.139-1.439-3.083 0-1.85 1.439 1.234 1.439 7.26 3.208 7.26 6.703s-6.232 1.726-7.26 3.371c-1.028 1.644 6.046 1.424 10.775 4.097 4.728 2.672 4.08 5.154 8.603-4.097 2.467-8.553-4.781-10.28-8.07-11.513-6.99-2.622-7.278-9.869-8.43-16.447-1.439-8.224 15.625 7.812 17.681 3.289 2.056-4.523-4.728-7.196-9.251-10.279-4.523-3.084 3.816-2.262 12.335-2.262 8.481 0 10.546-1.479 5.406-1.479Zm-27.396 48.544c1.45.245 6.64 1.226 9.041 1.839 2.626.636 1.975 4.975 1.29 6.856h-29.855c.692-4.418-.199-7.929-.352-8.695-.153-.766.868-4.986 2.712-6.513.36-.298-.787-7.115 0-5.8 3.473 5.8 3.13 7.594 2.366 8.407-1.561 1.662-2.979 3.906-2.366 5.745.491 1.471 17.973 2.764 15.631 1.532l-6.589-3.371c-2.498-1.137 4.759-.569 8.122 0Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M189.593 201.082c-4.605 1.315 1.07 9.207 2.372 11.948h-8.698c.411-2.878-.646-5.075-.646-6.062 0-1.234 6.579-8.979 3.084-11.034-2.796-1.645-2.981-4.159-2.433-6.421 0 0 9.131-7.295 14.357-7.971 5.227-.675-8.799 6.908-10.279 9.869-1.851 3.7 16.241 1.233 17.68 1.644 2.516.719-6.373.823-13.98 4.934-7.607 4.112 4.36-3.348 12.541 0 4.98 2.038-8.241 1.448-13.998 3.093Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M150.343 110.809c-.663-1.486-1.643-5.783-1.78-7.908 2.811 4.13 9.182 9.896 13.088 12.226l-3.701 4.728c-2.056-2.535-6.312-6.146-7.607-9.046Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M242.923 88.932c.165-1.316.264-7.556.879-6.063 2.196 6.502 2.805.552 11.07 8.817 5.447 5.448-8.028 3.833-9.752 7.813-2.197 5.072 9.711 7.618 5.757 7.618-4.703 0-13.76-5.118-14.28-8.345-.196-1.218 2.636-.967 0-8.698-.547-1.605 6.121.502 6.326-1.142Z"/>
27
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M178.6 75.453c-2.98-3.325-2.878-3.849-2.083-5.825.948-2.357 28.804 4.224 37.041 6.565-9.641 6.33-15.195 5.242-20.551 5.242-5.256 0-11.883-3.166-14.407-5.982Zm-4.501-32.366c.852-2.246 2.355-.936 3.001 0 .322 5.453.174 16.32-3.001 16.165-3.969-.193-4.453-2.807-4.453-8.227 0-5.421 3.388-5.13 4.453-7.938Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M182.535 34.27c6.513-6.156 14.273-7.972 24.017-6.988 7.678.775 14.644 5.596 18.702 11.122 4.626 6.3 4.626 17.816 4.232 22.344-.393 4.528-4.626 14.863-15.256 18.308-5.988 1.94-29.419 6.15-37.502-9.351-2.625-5.035-4.331-9.252-3.248-16.438 1.083-7.185 1.87-12.205 9.055-18.997Z"/>
29
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M217.919 30.64c5.592 3.1 8.945 9.03 9.65 10.638 1.697 3.876 1.745 7.37 1.745 10.182-2.57-11.76-12.919-20.82-28.55-20.82-10.525 0-10.731-1.747-5.032-2.963 5.699-1.215 15.196-.912 22.187 2.964Z"/>
30
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M192.154 28.174c-4.834 1.109-9.719 5.426-12.026 8.04-5.661 7.18-5.644 10.19-7.037 19.068-1.393 8.878 4.97 16.694 4.97 16.694-3.53-10.052-2.062-24.851 5.553-33.634 12.29-14.175 31.174-9.502 25.95-10.56-6.097-1.235-11.423-.981-17.41.392Z"/>
31
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M195.588 79.761c12.091.317 20.25-4.675 22.818-7.21.461-1.054 1.502-3.458 1.976-4.644-2.47-1.284-1.976-3.753-1.976-6.717 0-2.37 1.778-3.82 2.667-4.247.198-.198.218-1.64-1.284-5.828-1.877-5.236-7.112-10.767-16.99-13.928-9.878-3.161-16.101.79-21.83 4.643-5.73 3.852-5.631 17.978-5.038 21.731.592 3.754 4.544 15.805 19.657 16.2Z"/>
32
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M178.754 63.819c-3.409-11.513 2.259-19.44 5.563-21.402 1.674-.994-3.227 4.628-4.55 9.156-2.084 7.125.906 15.645-1.013 12.246Z"/>
33
+ <circle cx="191.983" cy="43.332" r="1.03" fill="var(--sapContent_Illustrative_Color8)"/>
34
+ <circle cx="185.885" cy="46.647" r="1.03" fill="var(--sapContent_Illustrative_Color8)"/>
35
+ <circle cx="190.953" cy="55.516" r="2.06" fill="var(--sapContent_Illustrative_Color8)"/>
36
+ <path fill="var(--sapContent_Illustrative_Color24)" d="m218.457 123.367 7.377 4.197-3.561 22.513c-.254 2.247.136 4.516.747 6.449.763 2.417-.238 4.744-.747 5.888-.407.916.832 3.035.747 4.392-1.018-1.611-4.308-4.595-3.291-6.935 1.272-2.926.89-4.071-1.272-11.702s-1.272-13.128 0-17.707c1.018-3.663.848-6.587 0-7.095Z"/>
37
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M215.095 131.539c.632-1.474.79-5.175.79-6.842l4.474 2.368c0 1.097-.237 3.895-1.185 6.316-.947 2.421.395 16.272 1.185 22.895-.878-2.368-3.001-7.368-4.474-8.421-1.842-1.316-9.606-.658-8.553-1.053 1.053-.394 5.132-.394 7.763-1.052 2.632-.658.79-2.5 0-3.948-.789-1.447-2.763-3.158-4.21-3.816-1.448-.657-1.053-.789 0-1.578 1.052-.79 3.421-3.027 4.21-4.869Z"/>
38
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M157.024 120.642v-8.865c1.201.8 3.768 2.419 4.433 2.493.831.093 2.308-2.031 4.155-4.432 1.846-2.401.652-.327 2.357 2.469 3.105 5.09-1.466 10.004-1.866 9.973.431 2.124.026 4.326-.491 7.059-.647 3.417-4.155 6.131-2.265 10.269 1.66 3.634-1.89-.984-1.89-4.161 0-1.879.741-6.173 1.8-9.961.229-.82 1.296-3.561 2.355-6.507-.554-.092-2.032.37-3.324.924-1.293.554-4.061 7.162-8.502 9.436-1.714.878-4.494 8.401-9.149 11.344 1.508-2.894 4.28-5.03 4.655-10.434.243-3.508 7.732-9.053 7.732-9.607Z"/>
39
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M218.933 59.075c.853-1.202 3.305-1.931 4.24-1.953-1.174.978-2.413 1.761-2.609 5.153-.196 3.392 2.406 4.819 1.052 4.819-1.255 0-2.267.194-2.985-1.241-.717-1.435-1.025-4.909.302-6.778Z"/>
40
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M158.436 168.108c-1.091-2.154-1.465-5.354-.398-6.42.586.693 1.55 4.516 4.782 8.236 2.352 2.706 10.007 9.874 20.412 16.914l.266 3.631c-2.4-1.44-8.081-5.425-12.177-8.369-5.119-3.679-11.246-10.759-12.885-13.992Zm54.367-63.568c1.914-6.938 9.3-17.568 11.892-17.668l2.862-.84c1.335-.42 6.562 2.79 3.624 2.446-2.781-.326-13.682 13.819-14.647 17.161-.966 3.341-1.616 7.676-.759 13.296.686 4.495 6.952 7.86 10.055 8.923l2.461 1.322c-2.795 3.889-7.738 1.895-12.516-4.087-5.539-6.935-5.364-11.882-2.972-20.553ZM166.6 97.874c.74-4.446 2.872-20.462 6.225-21.83h2.761s-.01.624.2 2.258c-1.583 1.18-1.755 4.477-2.311 5.496-.695 1.273-4.913 28.739-4.334 31.17.463 1.945-3.486 5.98-4.759 7.485l1.016-3.696c.309-5.403.461-16.437 1.202-20.883Z"/>
41
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M226.979 66.118c-2.579 2.928-5.066 1.817-6.636 1.788 0 .457-1.278 2.998-2.786 4.849-1.507 1.85-4.779 3.823-11.003 5.783 0 0 5.541-.169 8.321-1.307 2.781-1.137 5.507-5.669 7.025-5.264 1.95.519 5.96-6.849 5.079-5.849Z"/>
42
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M54.008 96.758c0-.875-2.54-1.576-5.934-1.735-.194-3.39-.941-5.91-1.817-5.909-.875.002-1.603 2.542-1.789 5.95-3.404.233-5.935.993-5.923 1.87.012.877 2.54 1.578 5.935 1.735.203 3.39.94 5.911 1.814 5.909.873-.002 1.605-2.542 1.792-5.95 3.404-.233 5.932-.993 5.922-1.87Z"/>
43
+ <circle cx="284.914" cy="115.066" r="2" fill="var(--sapContent_Illustrative_Color20)"/>
44
+ <circle cx="34.914" cy="175.066" r="2" fill="var(--sapContent_Illustrative_Color20)"/>
45
+ <circle cx="104.914" cy="135.066" r="2" fill="var(--sapContent_Illustrative_Color20)"/>
46
+ <circle cx="110.914" cy="147.066" r="3" fill="var(--sapContent_Illustrative_Color20)"/>
47
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M62.545 110.057c0-.566-1.643-1.019-3.838-1.122-.125-2.192-.609-3.822-1.175-3.821-.566.002-1.036 1.644-1.157 3.848-2.201.15-3.838.642-3.83 1.209.008.568 1.643 1.021 3.838 1.122.132 2.192.608 3.823 1.173 3.821.565-.001 1.038-1.644 1.159-3.847 2.2-.151 3.836-.643 3.83-1.21Zm212 30c0-.566-1.643-1.019-3.838-1.122-.125-2.192-.609-3.822-1.175-3.821-.566.002-1.036 1.644-1.157 3.848-2.201.15-3.838.642-3.83 1.209.007.568 1.643 1.021 3.838 1.122.132 2.192.608 3.823 1.173 3.821.565-.001 1.038-1.644 1.159-3.847 2.201-.151 3.836-.643 3.83-1.21Z"/>
48
+ </svg>
49
+ `;
@@ -0,0 +1,22 @@
1
+ export default `<svg id="tnt-Scene-Calculator" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320 83v90c0 13.246-10.754 24-24 24H24c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" d="m131.203 190.78 88.921-14.799c1.085-.177 1.193-1.792.15-2.138l-88.42-25.986a16.348 16.348 0 0 0-8.235-.577l-73.76 8.952c-1.027.195-1.177 1.695-.21 2.112l72.302 31.291a16.484 16.484 0 0 0 9.252 1.145Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M197.155 29c1.079-.043 2.149.153 3.177.537a9.971 9.971 0 0 1 2.854 1.67c.866.715 1.63 1.575 2.233 2.538a10.2 10.2 0 0 1 1.317 3.17l8.561 38.643-97.395 6.858-7.644-41.48a8.378 8.378 0 0 1 .068-3.45 7.215 7.215 0 0 1 3.839-4.831 8.025 8.025 0 0 1 3.287-.81L197.155 29Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m206.057 59.84-4.646-21.188a4.623 4.623 0 0 0-.595-1.448 4.948 4.948 0 0 0-1.019-1.159 4.6 4.6 0 0 0-1.308-.758 3.854 3.854 0 0 0-1.453-.238l-22.694.911-4.723.188-5.223.213-13.191.528-30.984 1.244a3.651 3.651 0 0 0-1.487.375 3.195 3.195 0 0 0-1.104.903 3.263 3.263 0 0 0-.62 1.303 3.882 3.882 0 0 0-.025 1.568l4.204 22.533a4.5 4.5 0 0 0 .45 1.278c.212.4.535.69.841 1.014.306.324.722.528 1.104.75.382.221 1.24.51 1.665.613l78.081-4.583c.493-.035.943-.17 1.334-.384.382-.221.713-.52.959-.886.247-.366.417-.792.501-1.26a4.078 4.078 0 0 0-.042-1.5l-.025-.017Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color22)" d="m195.049 58.929-9.377.536 1.886-2.693 4.544-.254 2.947 2.41Zm-14.083-6.442 1.402 6.662-2.981-2.427-.722-3.467 1.189-1.679 1.112.911Zm5.283.368.739 3.45-1.885 2.691-1.402-6.653.705-.996 1.843 1.508Zm14.049 5.775-2.387.137-.544-2.54 2.378-.135.553 2.538Zm-7.985-8.187-.925 1.33-5.139.263-1.486-1.21.943-1.329 5.139-.255 1.468 1.201Zm-11.959-.843-.705 1.022-1.859-1.542-.723-3.45 1.904-2.65 1.383 6.62Zm12.988-.648-.689 1.005-1.842-1.524-.731-3.416 1.852-2.624 1.41 6.56Zm-16.826-3.765-4.62.212-2.991-2.462 9.513-.425-1.902 2.675Zm13.029-.614-4.536.213-2.955-2.436 9.342-.417-1.851 2.64Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m174.341 35.952-4.544.187 4.544-.187ZM122.65 67.235s.093.06.136.093a1.315 1.315 0 0 1-.213-.17c.026.025.043.051.077.068v.009Zm.755.502c-.076-.042-.144-.085-.22-.128.068.043.144.086.22.128Zm.646.324s.026 0 .034.017a.12.12 0 0 1-.051-.017h.017Zm.969.332c-.051-.017-.085-.025-.136-.042.042.017.093.025.136.042Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M125.24 68.453h.043c-.085-.026-.187-.043-.263-.068.076.025.161.05.229.068h-.009Zm-.357-.103Zm-1.299-.51c.119.068.28.144.459.212a5.33 5.33 0 0 1-.629-.315c.06.034.119.069.17.103Zm-.4-.23c-.144-.086-.271-.18-.399-.273.128.094.255.196.399.272Zm-.705-.52.102.076a3.529 3.529 0 0 1-.306-.298c.068.068.136.145.204.213v.009Zm-1.24-2.104c.085.383.221.75.399 1.09.119.23.289.426.459.614a3.888 3.888 0 0 1-.365-.495 4.18 4.18 0 0 1-.493-1.21Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M169.797 36.14h-.187l-33.04 31.648 5.02-.29 32.751-31.546-4.544.187Zm-18.593.74-29.965 28.105c.102.426.264.835.493 1.21.102.17.229.332.365.494.06.06.111.12.17.18.093.101.195.204.306.297.068.06.136.111.212.17.127.094.255.188.399.273.077.043.145.086.221.128.195.11.399.222.629.315.017 0 .034.009.051.017.246.103.509.196.798.281.051.018.085.026.136.043.085.026.178.043.263.06l5.75-.341 33.363-31.76-13.191.528Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color9)" d="m134.43 172.098-16.529-89.682 97.396-6.858 18.448 83.267c.272 1.244.314 2.462.153 3.596a8.615 8.615 0 0 1-1.07 3.109 7.228 7.228 0 0 1-2.115 2.3 6.785 6.785 0 0 1-2.973 1.15l-82.387 11.587a8.803 8.803 0 0 1-3.687-.264 9.799 9.799 0 0 1-3.287-1.679 10.492 10.492 0 0 1-2.531-2.828 10.888 10.888 0 0 1-1.418-3.689v-.009Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color17)" d="m229.167 168.623-.459.153a7.354 7.354 0 0 1-.476.119c-.161.034-.322.06-.492.086l-82.388 11.586a8.8 8.8 0 0 1-3.686-.264 9.799 9.799 0 0 1-3.287-1.679 10.346 10.346 0 0 1-2.531-2.828 10.656 10.656 0 0 1-1.418-3.689l-16.529-89.69-7.644-41.481a8.754 8.754 0 0 1-.119-.903c0-.103 0-.205-.008-.307-.009-.196-.026-.383-.017-.57 0-.112.017-.222.025-.342.009-.17.017-.34.034-.51.017-.12.043-.24.068-.35.026-.154.051-.315.085-.469.026-.119.068-.23.102-.349.042-.145.076-.29.127-.426.043-.11.094-.221.136-.332.06-.136.111-.273.17-.41.051-.11.119-.212.179-.314.067-.128.135-.256.203-.375.068-.102.145-.196.213-.298.085-.12.161-.239.246-.35l-5.122 6.424s-.008.017-.017.017c-.085.102-.152.221-.229.332-.068.094-.144.188-.204.29-.076.12-.136.247-.212.375-.051.102-.119.196-.161.298v.017c-.06.128-.111.255-.162.383-.042.111-.102.222-.136.332-.051.137-.085.282-.127.418-.034.11-.077.221-.102.34-.034.154-.06.307-.085.46-.017.111-.051.222-.059.342-.026.17-.026.349-.043.52 0 .102-.017.204-.025.306 0 .187 0 .375.017.562v.298c.025.29.059.588.118.886l7.39 40.637 15.959 87.766c.238 1.312.714 2.53 1.376 3.604a10.312 10.312 0 0 0 2.48 2.76 9.453 9.453 0 0 0 3.219 1.636 8.705 8.705 0 0 0 3.61.255l80.918-11.518c.162-.025.323-.051.484-.085.162-.034.315-.077.467-.119.153-.043.306-.094.451-.145.144-.051.288-.111.433-.179 2.556-1.142 5.113-2.283 7.678-3.425a3.965 3.965 0 0 1-.442.179l-.008.026Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M184.304 92.758a9.237 9.237 0 0 1 3.67.46 10.576 10.576 0 0 1 3.287 1.815c.993.8 1.86 1.772 2.556 2.88a11.302 11.302 0 0 1 1.486 3.671 9.98 9.98 0 0 1 .085 3.817 8.677 8.677 0 0 1-1.282 3.254 7.737 7.737 0 0 1-2.429 2.352 7.864 7.864 0 0 1-3.372 1.107 9.044 9.044 0 0 1-3.695-.426 10.784 10.784 0 0 1-3.329-1.814 11.724 11.724 0 0 1-2.599-2.923 11.205 11.205 0 0 1-1.495-3.731c-.272-1.346-.281-2.649-.051-3.85a8.701 8.701 0 0 1 1.333-3.255 7.667 7.667 0 0 1 2.472-2.317 7.881 7.881 0 0 1 3.372-1.048l-.009.008Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M210.575 114.04a8.795 8.795 0 0 1 3.584.409c1.155.374 2.251.988 3.227 1.772a11.472 11.472 0 0 1 2.532 2.854 11.576 11.576 0 0 1 1.503 3.671l5.122 23.471c.297 1.355.331 2.675.144 3.902a9.208 9.208 0 0 1-1.206 3.374 7.91 7.91 0 0 1-2.344 2.487 7.638 7.638 0 0 1-3.279 1.235 8.468 8.468 0 0 1-3.635-.323 10.187 10.187 0 0 1-3.304-1.764 11.714 11.714 0 0 1-2.599-2.913 11.742 11.742 0 0 1-1.529-3.783l-5.028-23.794a10.28 10.28 0 0 1-.102-3.868 8.603 8.603 0 0 1 1.257-3.28 7.78 7.78 0 0 1 2.378-2.36 7.497 7.497 0 0 1 3.279-1.099v.009Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M194.071 140.04a8.978 8.978 0 0 1 3.712.367c1.198.375 2.319.988 3.329 1.789a11.433 11.433 0 0 1 2.6 2.922 11.742 11.742 0 0 1 1.52 3.791c.289 1.38.314 2.718.102 3.97a9.558 9.558 0 0 1-1.274 3.433 8.173 8.173 0 0 1-2.446 2.53 8.018 8.018 0 0 1-3.398 1.261 8.979 8.979 0 0 1-3.745-.323 10.29 10.29 0 0 1-3.381-1.789 11.477 11.477 0 0 1-2.641-2.965 11.615 11.615 0 0 1-1.529-3.842c-.281-1.398-.298-2.752-.068-4.022.229-1.269.679-2.428 1.333-3.433a8.298 8.298 0 0 1 2.489-2.496 7.954 7.954 0 0 1 3.406-1.201l-.009.008Zm-27.042-21.63a9.37 9.37 0 0 1 3.796.417 10.896 10.896 0 0 1 3.389 1.824 11.323 11.323 0 0 1 2.625 2.947 11.689 11.689 0 0 1 1.512 3.791c.28 1.372.28 2.718.051 3.962a9.258 9.258 0 0 1-1.359 3.408 8.244 8.244 0 0 1-2.54 2.487 8.394 8.394 0 0 1-3.499 1.21 9.382 9.382 0 0 1-3.831-.375 10.561 10.561 0 0 1-3.44-1.832 11.67 11.67 0 0 1-2.667-2.99 11.62 11.62 0 0 1-1.512-3.851 10.392 10.392 0 0 1-.017-3.995 9.171 9.171 0 0 1 1.41-3.399 8.243 8.243 0 0 1 2.582-2.445 8.401 8.401 0 0 1 3.508-1.15l-.008-.009Zm-27.426-21.937a9.82 9.82 0 0 1 3.89.468 11.303 11.303 0 0 1 3.448 1.866 11.677 11.677 0 0 1 2.65 2.973 11.145 11.145 0 0 1 1.495 3.8c.263 1.371.255 2.709 0 3.944a9.136 9.136 0 0 1-1.436 3.374 8.445 8.445 0 0 1-2.641 2.445c-1.053.622-2.276 1.022-3.61 1.159a9.7 9.7 0 0 1-3.924-.426 11.058 11.058 0 0 1-3.499-1.875 11.86 11.86 0 0 1-2.693-3.015 11.284 11.284 0 0 1-1.503-3.86 9.974 9.974 0 0 1 .043-3.987 8.877 8.877 0 0 1 1.494-3.365 8.565 8.565 0 0 1 2.684-2.402 8.704 8.704 0 0 1 3.61-1.1h-.008Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M205.538 90.995a8.542 8.542 0 0 1 3.525.46 10.61 10.61 0 0 1 3.176 1.789 11.397 11.397 0 0 1 2.489 2.837 11.545 11.545 0 0 1 1.478 3.62 10.08 10.08 0 0 1 .127 3.758c-.187 1.175-.594 2.266-1.189 3.194a7.439 7.439 0 0 1-2.302 2.309 7.444 7.444 0 0 1-3.219 1.082c-1.197.119-2.412-.043-3.559-.426a10.266 10.266 0 0 1-3.227-1.797 11.752 11.752 0 0 1-2.531-2.88 11.472 11.472 0 0 1-1.486-3.68 10.002 10.002 0 0 1-.094-3.783 8.435 8.435 0 0 1 1.24-3.195 7.4 7.4 0 0 1 2.344-2.274 7.4 7.4 0 0 1 3.228-1.031v.017Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M189.145 116.195a8.982 8.982 0 0 1 3.687.409c1.18.383 2.301.997 3.304 1.798a11.58 11.58 0 0 1 2.582 2.905 11.32 11.32 0 0 1 1.503 3.731c.28 1.355.306 2.667.093 3.893a8.97 8.97 0 0 1-1.282 3.348 8.046 8.046 0 0 1-2.438 2.446 7.989 7.989 0 0 1-3.38 1.184 9 9 0 0 1-3.72-.375 10.489 10.489 0 0 1-3.355-1.798 11.471 11.471 0 0 1-2.616-2.947 11.666 11.666 0 0 1-1.512-3.791c-.281-1.372-.289-2.701-.06-3.928a8.96 8.96 0 0 1 1.334-3.339 7.952 7.952 0 0 1 2.48-2.403 8.018 8.018 0 0 1 3.389-1.124l-.009-.009ZM162.306 94.59a9.415 9.415 0 0 1 3.771.469 11 11 0 0 1 3.364 1.84 11.309 11.309 0 0 1 2.599 2.93 11.46 11.46 0 0 1 1.494 3.732c.272 1.346.272 2.666.043 3.876a8.795 8.795 0 0 1-1.359 3.314 8.106 8.106 0 0 1-2.531 2.394 8.374 8.374 0 0 1-3.483 1.133 9.418 9.418 0 0 1-3.805-.426 10.811 10.811 0 0 1-3.414-1.84 11.5 11.5 0 0 1-2.642-2.973 11.395 11.395 0 0 1-1.494-3.8c-.264-1.371-.255-2.692 0-3.919a8.783 8.783 0 0 1 1.41-3.305 8.127 8.127 0 0 1 2.573-2.36c1.028-.596 2.2-.963 3.482-1.073l-.008.008Zm9.53 48.066a9.202 9.202 0 0 1 3.822.366c1.232.384 2.378.997 3.406 1.806a11.567 11.567 0 0 1 2.65 2.974 11.577 11.577 0 0 1 1.529 3.85 10.81 10.81 0 0 1 .059 4.038 9.618 9.618 0 0 1-1.359 3.493 8.677 8.677 0 0 1-2.548 2.582 8.533 8.533 0 0 1-3.516 1.295 9.18 9.18 0 0 1-3.856-.316 10.462 10.462 0 0 1-3.466-1.806 11.72 11.72 0 0 1-2.692-3.007 11.387 11.387 0 0 1-1.529-3.91c-.272-1.423-.272-2.803-.025-4.09a9.645 9.645 0 0 1 1.409-3.501 8.463 8.463 0 0 1 6.116-3.774Zm-27.647-21.954a9.634 9.634 0 0 1 3.915.417 11.114 11.114 0 0 1 3.474 1.849 11.7 11.7 0 0 1 2.676 2.99 11.3 11.3 0 0 1 1.512 3.851 10.39 10.39 0 0 1 .008 4.03 9.581 9.581 0 0 1-1.435 3.467 8.6 8.6 0 0 1-2.65 2.539 8.872 8.872 0 0 1-3.627 1.235 9.649 9.649 0 0 1-3.95-.375 10.951 10.951 0 0 1-3.524-1.857 11.772 11.772 0 0 1-2.718-3.042 11.318 11.318 0 0 1-1.521-3.918 10.427 10.427 0 0 1 .034-4.073 9.371 9.371 0 0 1 1.495-3.458 8.685 8.685 0 0 1 2.693-2.497 8.889 8.889 0 0 1 3.626-1.175l-.008.017Zm4.68 24.663a9.583 9.583 0 0 1 3.941.358 10.697 10.697 0 0 1 3.499 1.84 11.741 11.741 0 0 1 2.701 3.016 11.425 11.425 0 0 1 1.529 3.919c.272 1.422.263 2.811.017 4.115a9.74 9.74 0 0 1-1.435 3.561 8.864 8.864 0 0 1-6.302 3.953 9.614 9.614 0 0 1-3.975-.316 10.954 10.954 0 0 1-3.559-1.831 11.407 11.407 0 0 1-2.744-3.059 11.581 11.581 0 0 1-1.537-3.978 10.897 10.897 0 0 1 .017-4.166 9.693 9.693 0 0 1 1.495-3.561 8.906 8.906 0 0 1 2.701-2.59 9.019 9.019 0 0 1 3.644-1.261h.008Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color15)" d="m212.936 108.911-1.801 1.167c-.238.153-.484.29-.739.417a6.646 6.646 0 0 1-.798.333 6.965 6.965 0 0 1-.85.238c-.288.06-.594.111-.9.145a8.481 8.481 0 0 1-3.542-.417 10.566 10.566 0 0 1-3.21-1.781 11.493 11.493 0 0 1-2.523-2.862 11.108 11.108 0 0 1-1.469-3.655 10.171 10.171 0 0 1-.213-2.7 9.253 9.253 0 0 1 .476-2.463 7.787 7.787 0 0 1 1.096-2.096 7.53 7.53 0 0 1 1.622-1.627l1.741-1.26a7.417 7.417 0 0 0-1.631 1.627 7.867 7.867 0 0 0-1.095 2.104 8.932 8.932 0 0 0-.476 2.47c-.042.87.017 1.781.221 2.718.28 1.329.79 2.564 1.486 3.68a11.65 11.65 0 0 0 2.531 2.88 10.494 10.494 0 0 0 3.228 1.797 8.437 8.437 0 0 0 3.559.426 7.78 7.78 0 0 0 1.766-.383c.281-.094.544-.204.799-.332.254-.128.509-.264.747-.418"/>
18
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m192.016 110.794-1.715 1.175a8.985 8.985 0 0 1-.824.495 6.851 6.851 0 0 1-.892.391 8.36 8.36 0 0 1-.96.282 8.045 8.045 0 0 1-1.019.161 9.097 9.097 0 0 1-3.678-.417 10.717 10.717 0 0 1-3.321-1.806 11.444 11.444 0 0 1-2.582-2.905 11.297 11.297 0 0 1-1.486-3.715 10.171 10.171 0 0 1-.195-2.658 9.01 9.01 0 0 1 .475-2.428 8.594 8.594 0 0 1 1.07-2.095 7.607 7.607 0 0 1 1.597-1.662l1.648-1.269a7.623 7.623 0 0 0-1.597 1.67 8.516 8.516 0 0 0-1.079 2.104 9.128 9.128 0 0 0-.475 2.437c-.051.852.008 1.755.195 2.666.272 1.346.79 2.607 1.495 3.732a11.582 11.582 0 0 0 2.599 2.922c1.011.801 2.14 1.431 3.33 1.814a9.178 9.178 0 0 0 3.694.426 7.981 7.981 0 0 0 1.988-.443 8.27 8.27 0 0 0 .9-.392 7.1 7.1 0 0 0 .824-.494"/>
19
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M221.668 156.755a6.71 6.71 0 0 1-1.181.358c-.204.043-.416.077-.629.111a8.458 8.458 0 0 1-3.635-.324 10.104 10.104 0 0 1-3.304-1.763 11.599 11.599 0 0 1-2.599-2.914 11.972 11.972 0 0 1-1.529-3.783l-5.028-23.794a10.39 10.39 0 0 1-.212-2.913 9.47 9.47 0 0 1 .569-2.641 8.045 8.045 0 0 1 1.257-2.224 7.555 7.555 0 0 1 1.852-1.678l-1.784 1.141a7.503 7.503 0 0 0-1.843 1.67 8.344 8.344 0 0 0-1.249 2.215 9.491 9.491 0 0 0-.569 2.633c-.068.928 0 1.908.212 2.896l4.986 23.675a11.797 11.797 0 0 0 1.512 3.757 11.423 11.423 0 0 0 2.582 2.897 9.98 9.98 0 0 0 3.287 1.746 8.513 8.513 0 0 0 3.618.315c.213-.025.425-.068.629-.11a6.908 6.908 0 0 0 1.18-.358c.187-.077.374-.153.553-.247l1.885-.92c-.178.085-.365.17-.552.247l-.008.008Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m196.425 134.827-1.758 1.047a7.355 7.355 0 0 1-.731.384 8.368 8.368 0 0 1-.772.306 8.321 8.321 0 0 1-.824.231c-.281.059-.569.11-.867.144-1.257.145-2.505 0-3.703-.366-1.197-.366-2.327-.988-3.338-1.789a11.5 11.5 0 0 1-2.607-2.931 11.526 11.526 0 0 1-1.504-3.765 10.737 10.737 0 0 1-.187-2.871 9.38 9.38 0 0 1 .57-2.616 8.504 8.504 0 0 1 1.24-2.232 7.897 7.897 0 0 1 1.817-1.712l1.69-1.15a7.787 7.787 0 0 0-1.826 1.721 8.593 8.593 0 0 0-1.24 2.24 9.491 9.491 0 0 0-.569 2.633c-.068.928-.008 1.9.196 2.888a11.646 11.646 0 0 0 4.127 6.739 10.352 10.352 0 0 0 3.355 1.797 9.006 9.006 0 0 0 3.721.375c.297-.034.586-.085.866-.145.28-.059.56-.136.824-.23.263-.094.526-.196.781-.315s.493-.247.731-.383m-26.119-22.091-1.614 1.184a8.825 8.825 0 0 1-.9.571 8.065 8.065 0 0 1-2.047.775 9.649 9.649 0 0 1-1.13.188 9.316 9.316 0 0 1-3.788-.418 10.802 10.802 0 0 1-3.397-1.831 11.678 11.678 0 0 1-2.633-2.957 11.053 11.053 0 0 1-1.487-3.774 10.527 10.527 0 0 1-.178-2.598 9.199 9.199 0 0 1 .467-2.394 8.546 8.546 0 0 1 1.036-2.087 8.315 8.315 0 0 1 1.538-1.687l1.546-1.278a7.91 7.91 0 0 0-1.546 1.695 8.802 8.802 0 0 0-1.045 2.096 9.267 9.267 0 0 0-.467 2.403c-.051.835 0 1.721.178 2.615.264 1.372.79 2.65 1.495 3.8a11.632 11.632 0 0 0 2.642 2.973 10.643 10.643 0 0 0 3.414 1.84 9.418 9.418 0 0 0 3.805.426 8.613 8.613 0 0 0 2.2-.511 8.085 8.085 0 0 0 1.886-1.022m30.577 46.541-1.801.92a6.69 6.69 0 0 1-.611.281 8.238 8.238 0 0 1-1.317.409 6.358 6.358 0 0 1-.696.119 8.76 8.76 0 0 1-3.729-.315 10.311 10.311 0 0 1-3.363-1.772 11.379 11.379 0 0 1-2.625-2.948 11.6 11.6 0 0 1-1.52-3.825 11.173 11.173 0 0 1-.187-3.118 9.58 9.58 0 0 1 .68-2.82c.356-.869.84-1.67 1.427-2.36a8.131 8.131 0 0 1 2.063-1.746l1.733-1.023a8.182 8.182 0 0 0-2.072 1.755 8.72 8.72 0 0 0-1.427 2.377 9.993 9.993 0 0 0-.68 2.837 10.68 10.68 0 0 0 .187 3.135c.28 1.397.816 2.692 1.529 3.842a11.448 11.448 0 0 0 2.642 2.965 10.519 10.519 0 0 0 3.38 1.789 8.814 8.814 0 0 0 3.746.324 8.699 8.699 0 0 0 2.021-.537c.212-.085.416-.179.612-.281m-26.288-22.091-1.657 1.057a8.9 8.9 0 0 1-.798.451 8.5 8.5 0 0 1-2.726.784 9.282 9.282 0 0 1-3.814-.366c-1.223-.375-2.387-1.005-3.423-1.815a11.402 11.402 0 0 1-2.65-2.973 11.261 11.261 0 0 1-1.503-3.834 10.77 10.77 0 0 1-.17-2.837c.068-.911.263-1.78.569-2.598a8.96 8.96 0 0 1 1.215-2.232 8.036 8.036 0 0 1 1.775-1.747l1.588-1.15a8.528 8.528 0 0 0-2.998 3.996 10.02 10.02 0 0 0-.569 2.607c-.077.911-.017 1.874.17 2.854a11.543 11.543 0 0 0 4.178 6.841 10.742 10.742 0 0 0 3.44 1.831 9.365 9.365 0 0 0 3.831.375c.331-.034.654-.093.968-.17.314-.077.62-.162.917-.264a7.665 7.665 0 0 0 1.674-.81m-26.627-22.508-1.512 1.193a7.693 7.693 0 0 1-.985.665 9.117 9.117 0 0 1-1.088.528 8.021 8.021 0 0 1-1.18.375c-.408.093-.833.17-1.266.213a9.757 9.757 0 0 1-3.907-.426 11.023 11.023 0 0 1-3.482-1.857 11.61 11.61 0 0 1-2.676-2.999 11.19 11.19 0 0 1-1.486-3.842 10.326 10.326 0 0 1-.161-2.531 9.196 9.196 0 0 1 1.435-4.413c.408-.639.9-1.209 1.461-1.712l1.435-1.286a8.667 8.667 0 0 0-1.469 1.72 9.046 9.046 0 0 0-.994 2.079 9.31 9.31 0 0 0-.45 2.36c-.051.826 0 1.678.161 2.547a11.23 11.23 0 0 0 1.504 3.859 11.711 11.711 0 0 0 2.692 3.016 11.226 11.226 0 0 0 3.5 1.875c1.257.4 2.59.553 3.924.426a8.75 8.75 0 0 0 3.558-1.125 7.17 7.17 0 0 0 .986-.673m30.873 47.435-1.699.921a8.378 8.378 0 0 1-1.393.604 7.29 7.29 0 0 1-.747.205 9.264 9.264 0 0 1-4.621-.179 10.359 10.359 0 0 1-3.448-1.798 11.533 11.533 0 0 1-4.196-6.875 10.901 10.901 0 0 1-.161-3.092 9.815 9.815 0 0 1 .679-2.812 9.255 9.255 0 0 1 1.41-2.376 8.586 8.586 0 0 1 2.039-1.798l1.631-1.022a8.614 8.614 0 0 0-2.047 1.806 9.137 9.137 0 0 0-1.419 2.394 9.954 9.954 0 0 0-.679 2.828c-.094.997-.043 2.045.161 3.11.28 1.422.807 2.734 1.529 3.91a11.276 11.276 0 0 0 2.692 3.007c1.054.818 2.226 1.44 3.466 1.806a9.196 9.196 0 0 0 4.637.179c.255-.051.51-.128.748-.204.237-.077.484-.171.713-.273.229-.102.459-.213.68-.332m-26.763-22.508-1.554 1.056a8.428 8.428 0 0 1-1.843.955 8.423 8.423 0 0 1-2.107.502 9.695 9.695 0 0 1-3.932-.366 10.74 10.74 0 0 1-3.508-1.84 11.526 11.526 0 0 1-2.701-3.025 11.461 11.461 0 0 1-1.512-3.893 10.681 10.681 0 0 1-.153-2.777 9.706 9.706 0 0 1 .552-2.556 9.134 9.134 0 0 1 1.172-2.224 8.793 8.793 0 0 1 1.716-1.789l1.478-1.158a8.767 8.767 0 0 0-1.716 1.789 9.452 9.452 0 0 0-1.732 4.813c-.068.903-.026 1.84.152 2.795.264 1.422.79 2.743 1.521 3.918a11.772 11.772 0 0 0 2.718 3.042 10.946 10.946 0 0 0 3.525 1.857 9.642 9.642 0 0 0 3.949.375c.374-.043.739-.111 1.087-.188a7.055 7.055 0 0 0 1.028-.315c.331-.128.654-.264.96-.426.305-.162.603-.34.891-.528m4.086 25.379-1.589.92a7.712 7.712 0 0 1-.756.392 8.597 8.597 0 0 1-1.639.554c-.289.068-.586.119-.883.162a9.545 9.545 0 0 1-3.958-.316 10.658 10.658 0 0 1-3.534-1.823 11.56 11.56 0 0 1-4.255-6.994 10.68 10.68 0 0 1-.136-3.059 10.04 10.04 0 0 1 .68-2.794 9.625 9.625 0 0 1 1.384-2.385 8.905 8.905 0 0 1 1.996-1.84l1.521-1.023a8.797 8.797 0 0 0-2.005 1.849 9.5 9.5 0 0 0-1.393 2.402 10.233 10.233 0 0 0-.679 2.812c-.094.988-.051 2.019.144 3.075.272 1.44.798 2.786 1.537 3.979a11.697 11.697 0 0 0 2.744 3.058 10.64 10.64 0 0 0 3.559 1.832 9.607 9.607 0 0 0 3.975.315 9.781 9.781 0 0 0 1.732-.4 8.141 8.141 0 0 0 1.563-.708"/>
21
+ </svg>
22
+ `;
@@ -0,0 +1,11 @@
1
+ export default `<svg id="tnt-Scene-ChartArea" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m108.418 192.85 147.17-26.278c.916-.166.95-1.457.055-1.678l-92.283-22.988a8.495 8.495 0 0 0-3.379-.155l-116.2 17.909c-2.053.32-2.45 3.103-.563 3.986l61.854 28.763a5.527 5.527 0 0 0 3.346.43v.011Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.913 61.771 170.091-10.23 21.858 95.049c.149.639.169 1.269.099 1.848a4.08 4.08 0 0 1-.539 1.599 3.68 3.68 0 0 1-1.08 1.169 3.416 3.416 0 0 1-1.519.569l-164.454 20.61c-.7.09-1.39.02-2.039-.159-.65-.18-1.27-.5-1.809-.92a5.77 5.77 0 0 1-1.38-1.528 5.46 5.46 0 0 1-.749-1.978L67.913 61.771Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M230.357 36.005a4.23 4.23 0 0 1 1.649.26c.53.19 1.039.49 1.499.87.46.379.86.828 1.179 1.338.32.51.57 1.079.71 1.678l2.619 11.38L67.911 61.77l-2.198-12.648a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.369-.46.839-.84 1.388-1.109.55-.27 1.17-.44 1.85-.48l160.556-8.042ZM78.425 56.235c.54-.03 1.04-.169 1.47-.389.43-.22.799-.53 1.089-.899.29-.37.5-.8.62-1.269.12-.47.13-.979.04-1.508a4.101 4.101 0 0 0-.57-1.479 4.73 4.73 0 0 0-1.05-1.179c-.41-.33-.89-.59-1.389-.759-.5-.17-1.04-.25-1.579-.22-.54.03-1.03.16-1.47.38-.439.22-.799.53-1.098.899-.3.37-.51.8-.62 1.269-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.489a4.71 4.71 0 0 0 2.449 1.938c.499.17 1.039.25 1.578.22"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M92.368 172.376c-.7.09-1.389.02-2.038-.16a5.45 5.45 0 0 1-1.81-.919 5.773 5.773 0 0 1-1.379-1.529 5.376 5.376 0 0 1-.75-1.978L67.913 61.772l-2.198-12.648a4.39 4.39 0 0 1-.07-.95c0-.309.05-.609.12-.898.07-.29.17-.57.29-.83.12-.26.28-.51.45-.739l-2.789 3.627c-.17.23-.32.47-.45.729a4.33 4.33 0 0 0-.41 1.708c0 .31.01.62.07.94l2.17 12.507 18.159 104.86c.12.709.38 1.369.74 1.958a5.523 5.523 0 0 0 3.148 2.418c.649.19 1.329.25 2.018.16l162.975-20.591 4.688-2.257-164.455 20.61Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M77.06 48.524c.539-.03 1.069.05 1.578.22.51.17.97.429 1.39.759.42.33.769.729 1.049 1.179.28.45.48.949.57 1.478.09.53.08 1.04-.04 1.509-.12.47-.33.899-.62 1.269-.29.37-.66.679-1.09.899-.43.22-.929.36-1.469.39-.54.03-1.069-.05-1.579-.22a4.46 4.46 0 0 1-1.389-.76c-.41-.33-.78-.73-1.06-1.179a4.082 4.082 0 0 1-.569-1.488c-.09-.54-.07-1.05.04-1.519.11-.47.33-.909.62-1.269.29-.36.66-.669 1.099-.899.44-.23.93-.36 1.47-.38v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M221.225 81.17c.726-.067 1.508.187 2.157.759 1.265 1.133 1.573 3.07.693 4.336l-4.864 6.944-17.706 25.31c-.352.506-.76.946-1.211 1.32a6.484 6.484 0 0 1-3.433 1.475l-45.911 5.414c-.286.033-.55.132-.781.297l-28.568 20.26-.242.176-3.148 2.234a2.74 2.74 0 0 1-1.298.473c-1.079.099-2.212-.44-2.916-1.486-1.002-1.496-.738-3.466.583-4.401l5.436-3.841.242-.176 18.708-13.217 7.637-5.392a6.764 6.764 0 0 1 3.147-1.199l45.933-5.326a1.648 1.648 0 0 0 1.156-.694l18.19-25.938 2.575-3.675 1.86-2.652a2.385 2.385 0 0 1 1.75-1.024l.011.022Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color23)" d="M217.019 68.062c.98-.088 2.036.407 2.707 1.386 1.002 1.42.837 3.324-.352 4.248l-3.422 2.663-17.167 13.349-.826.638a6.347 6.347 0 0 1-2.058 1.078l-46.725 14.372c-.176.055-.33.132-.484.231l-30.857 21.756-.242.177-5.128 3.62a2.577 2.577 0 0 1-1.299.462c-1.078.099-2.223-.44-2.927-1.496-1.012-1.497-.759-3.467.572-4.402l7.428-5.216.243-.176 28.633-20.095a6.588 6.588 0 0 1 1.893-.924l22.449-6.856 24.321-7.428c.176-.055.363-.143.506-.264l20.314-15.737 1.145-.891a2.331 2.331 0 0 1 1.243-.484l.033-.011Z"/>
10
+ </svg>
11
+ `;
@@ -0,0 +1,12 @@
1
+ export default `<svg id="tnt-Scene-ChartArea2" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m108.418 192.85 147.17-26.278c.917-.166.95-1.457.055-1.678l-92.283-22.988a8.495 8.495 0 0 0-3.379-.155l-116.2 17.909c-2.053.32-2.45 3.103-.563 3.986l61.854 28.763a5.527 5.527 0 0 0 3.346.43v.011Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.913 61.771 170.091-10.23 21.858 95.049c.15.639.17 1.269.1 1.848-.07.58-.26 1.129-.54 1.599a3.68 3.68 0 0 1-1.08 1.169 3.416 3.416 0 0 1-1.519.569l-164.454 20.61c-.7.09-1.39.02-2.039-.159-.65-.18-1.27-.5-1.809-.92a5.77 5.77 0 0 1-1.38-1.528 5.474 5.474 0 0 1-.749-1.978L67.913 61.771Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M230.358 36.005a4.23 4.23 0 0 1 1.649.26c.53.19 1.039.49 1.499.87a5.596 5.596 0 0 1 1.889 3.016l2.619 11.38L67.912 61.77l-2.198-12.648a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.369-.46.839-.84 1.388-1.109.55-.27 1.17-.44 1.85-.48l160.556-8.042ZM78.426 56.235c.54-.03 1.04-.169 1.47-.389.43-.22.799-.53 1.089-.899.29-.37.5-.8.62-1.269.12-.47.13-.979.04-1.508a4.103 4.103 0 0 0-.57-1.479 4.73 4.73 0 0 0-1.05-1.179c-.41-.33-.89-.59-1.389-.759-.5-.17-1.04-.25-1.579-.22-.54.03-1.03.16-1.47.38-.439.22-.799.53-1.098.899-.3.37-.51.8-.62 1.269-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.489a4.71 4.71 0 0 0 2.449 1.938c.499.17 1.039.25 1.578.22"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M92.368 172.376c-.7.09-1.389.02-2.038-.16a5.432 5.432 0 0 1-1.81-.919 5.773 5.773 0 0 1-1.379-1.529 5.376 5.376 0 0 1-.75-1.978L67.913 61.772l-2.198-12.648a4.39 4.39 0 0 1-.07-.95c0-.309.05-.609.12-.898.07-.29.17-.57.29-.83.12-.26.28-.51.45-.739l-2.789 3.627c-.17.23-.32.47-.45.729a4.33 4.33 0 0 0-.41 1.708c0 .31.01.62.07.94l2.17 12.507 18.159 104.86c.12.709.38 1.369.74 1.958a5.523 5.523 0 0 0 3.148 2.418c.649.19 1.329.25 2.018.16l162.976-20.591 4.687-2.257-164.455 20.61Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M77.058 48.524c.54-.03 1.07.05 1.58.22.509.17.969.429 1.388.759.42.33.77.729 1.05 1.179.28.45.48.949.57 1.478.09.53.08 1.04-.04 1.509-.12.47-.33.899-.62 1.269-.29.37-.66.679-1.09.899-.43.22-.929.36-1.469.39-.54.03-1.069-.05-1.579-.22a4.46 4.46 0 0 1-1.389-.76c-.41-.33-.78-.73-1.06-1.179a4.08 4.08 0 0 1-.569-1.488c-.09-.54-.07-1.05.04-1.519.11-.47.33-.909.62-1.269.29-.36.66-.669 1.1-.899.439-.23.928-.36 1.468-.38v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M213.318 64.724c1.265 1.084 2.03 2.71 2.363 4.365l1.53 7.937a39.05 39.05 0 0 0-7.84-.098c-15.276 1.335-27.411 11.426-38.448 20.614-.139.14-.306.25-.458.376-6.728 5.601-13.08 10.855-19.794 14.414-8.424 4.448-17.028 6.477-24.673 7.145a69.167 69.167 0 0 1-13.705-.167l-.82-.098-1.182-6.129c-.403-2.086-.055-4.184 1.098-5.755 4.421-5.935 10.481-10.926 18.571-11.635 1.876-.166 3.85-.097 5.949.237 4.865.778 9.383.931 13.594.556 12.705-1.112 22.63-6.895 30.664-14.08 10.105-9.036 17.57-19.92 25.381-20.6 2.516-.223 5.074.61 7.757 2.918h.013Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m223.701 110.736 5.699 29.509c.542 2.85-1.098 5.435-3.655 5.755l-101.679 12.58c-2.78.25-5.296-1.766-5.908-4.574l-1.181-6.088c7.158-9.354 19.321-19.085 36.918-20.627 4.184-.362 8.674-.265 13.483.403 5.324.75 10.439.848 15.304.417 17.334-1.515 31.539-9.55 41.019-17.389v.014Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M210.065 80.822a35.967 35.967 0 0 1 7.895.18l11.426 59.257c.542 2.849-1.098 5.435-3.655 5.754l-101.679 12.58c-2.78.25-5.296-1.765-5.908-4.573.598 2.808 3.128 4.823 5.741 4.587l101.832-12.594c2.571-.319 4.211-2.905 3.655-5.754l-5.699-29.51c-9.466 7.84-23.685 15.874-41.019 17.389-4.865.431-9.98.334-15.304-.417-4.809-.681-9.299-.778-13.483-.403-17.597 1.543-29.76 11.273-36.918 20.614l-4.726-24.617c.597.069 1.209.125 1.834.18.821.07 1.404.112 2.002.153a74.51 74.51 0 0 0 10.495-.153c8.048-.709 17.097-2.849 25.979-7.547 7.061-3.74 13.664-9.23 20.322-14.776 11.356-9.452 22.893-19.071 37.196-20.322l.014-.028Z"/>
11
+ </svg>
12
+ `;
@@ -0,0 +1,18 @@
1
+ export default `<svg id="tnt-Scene-ChartBPMNFlow" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m108.418 192.851 147.17-26.279c.917-.166.95-1.457.056-1.678l-92.284-22.988a8.494 8.494 0 0 0-3.379-.155l-116.2 17.909c-2.053.32-2.45 3.103-.563 3.986l61.854 28.763a5.528 5.528 0 0 0 3.346.43v.012Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.912 61.771 170.092-10.23 21.857 95.049c.15.64.17 1.269.1 1.848-.07.58-.26 1.129-.54 1.599s-.639.869-1.079 1.169c-.44.3-.95.499-1.519.569L92.368 172.386c-.7.09-1.39.02-2.039-.16a5.27 5.27 0 0 1-1.809-.919 5.774 5.774 0 0 1-1.379-1.529 5.451 5.451 0 0 1-.75-1.978L67.912 61.771Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M230.357 36.005c.56-.03 1.12.07 1.649.26.53.19 1.04.49 1.499.87.46.379.86.828 1.18 1.338.32.51.569 1.079.709 1.678l2.619 11.38L67.911 61.77l-2.198-12.648a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.369-.46.839-.84 1.388-1.109.55-.27 1.17-.44 1.85-.48l160.556-8.042ZM78.425 56.235a3.66 3.66 0 0 0 1.47-.389c.43-.22.799-.53 1.089-.899.29-.37.5-.8.62-1.269.12-.47.13-.979.04-1.508a4.103 4.103 0 0 0-.57-1.479 4.73 4.73 0 0 0-1.05-1.179 4.59 4.59 0 0 0-1.389-.759c-.5-.17-1.04-.25-1.579-.22-.54.03-1.03.16-1.469.38-.44.22-.8.53-1.1.9-.3.369-.51.798-.619 1.268-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.489a4.713 4.713 0 0 0 2.449 1.938c.499.17 1.039.25 1.578.22"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M92.368 172.376c-.7.09-1.389.02-2.038-.16a5.45 5.45 0 0 1-1.81-.919 5.774 5.774 0 0 1-1.379-1.529 5.385 5.385 0 0 1-.75-1.978L67.913 61.771l-2.198-12.648c-.06-.32-.08-.64-.07-.949 0-.31.05-.61.12-.899.07-.29.17-.57.29-.83.12-.259.28-.509.45-.739l-2.789 3.627c-.17.23-.32.47-.45.73a4.33 4.33 0 0 0-.41 1.708c0 .31.01.62.07.939l2.17 12.508 18.159 104.86c.12.709.38 1.368.74 1.958a5.51 5.51 0 0 0 3.148 2.418 4.908 4.908 0 0 0 2.018.159l162.976-20.59 4.687-2.258-164.455 20.611Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M77.058 48.524c.54-.03 1.07.05 1.58.22.509.17.969.429 1.388.759.42.33.77.729 1.05 1.179.28.45.48.949.57 1.478.09.53.08 1.04-.04 1.509-.12.47-.33.899-.62 1.269-.29.37-.66.679-1.09.899-.43.22-.929.36-1.469.39a4.23 4.23 0 0 1-1.579-.22 4.46 4.46 0 0 1-1.389-.76 4.77 4.77 0 0 1-1.06-1.179 4.08 4.08 0 0 1-.569-1.488c-.09-.54-.07-1.05.04-1.519.11-.47.33-.909.62-1.269.29-.36.66-.669 1.1-.899.439-.23.928-.36 1.468-.38v.01Zm132.683 19.433c-.587-3.033-3.261-5.29-6.065-5.041v.01l-87.663 6.247c-2.923.278-4.812 3.082-4.215 6.244l6.197 31.991c.596 3.092 3.35 5.319 6.393 5.051l87.242-9.227c2.754-.348 4.494-3.112 3.908-6.174l-5.797-29.101Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M197.794 73.845c4.072-.352 8.034 2.96 8.903 7.44.803 4.18-1.354 7.944-4.93 8.847a6.222 6.222 0 0 1-.925.165c-.044 0-.099 0-.143.01a7.216 7.216 0 0 1-1.76-.065c-2.928-.484-5.569-2.762-6.713-5.844a9 9 0 0 1-.429-1.53 9.541 9.541 0 0 1-.165-1.55c-.077-3.874 2.41-7.077 6.041-7.451h.11l.011-.022Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M198.94 90.242a6.74 6.74 0 0 0 1.761.066c.044 0 .099 0 .143-.011.319-.033.627-.088.925-.165l2.388 12.391 2.377 12.325-2.785.319-2.377-12.336-2.432-12.6v.01Zm-61.308-1.662a8.987 8.987 0 0 0-.441-1.552l11.698-1.232.606 3.136-11.698 1.244c0-.517-.066-1.057-.165-1.596Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M173.849 74.197c1.067-.088 2.058.748 2.278 1.87l1.298 6.724.595 3.103 1.298 6.724c.209 1.145-.44 2.157-1.485 2.278l-13.272 1.442-2.861.308-8.606.935c-1.067.1-2.102-.737-2.311-1.882l-1.298-6.778-.606-3.137-1.507-7.439c-.22-1.155.451-2.168 1.507-2.278l24.948-1.881.022.01Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m164.573 96.35 2.003 10.398 2.63 13.679a1.868 1.868 0 0 0-1.067-.231c-.507.044-.98.308-1.277.77l-.363.551-2.784-14.449-2.003-10.41 2.861-.309Zm27.069-15.044c0 .506.066 1.023.166 1.552.099.528.242 1.045.429 1.53l-14.207 1.507-.594-3.103 14.206-1.497v.01Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M128.389 80.998c3.753-.33 7.395 2.256 8.815 6.03.187.496.33 1.024.44 1.552a9.96 9.96 0 0 1 .165 1.596c.066 3.95-2.52 7.219-6.305 7.626-.055 0-.111.011-.166.011-4.236.374-8.363-2.993-9.232-7.582-.892-4.644 1.87-8.782 6.173-9.222h.11V81Zm39.748 39.198c.352-.033.726.044 1.068.231.121.066.231.143.341.231l7.56 6.108.55.44c.781.627 1.079 1.717.748 2.586-.044.121-.11.242-.176.352l-5.282 8.143a1.66 1.66 0 0 1-1.287.782c-.474.044-.969-.11-1.398-.451l-8.154-6.548a2.448 2.448 0 0 1-.297-.286c-.65-.749-.782-1.86-.265-2.652l.364-.551 4.6-7.054.363-.55c.297-.462.77-.726 1.276-.77l-.011-.011Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m177.107 126.766 13.294-1.585.594 3.092-12.589 1.508c.33-.869.033-1.959-.748-2.586l-.551-.44v.011Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M213.939 113.979c1.046-.088 2.025.726 2.234 1.837l3.159 16.397c.22 1.134-.43 2.146-1.453 2.278l-23.242 2.861c-1.067.099-2.058-.726-2.267-1.837l-1.397-7.241-.594-3.093-1.2-6.195c-.22-1.145.44-2.168 1.475-2.289l13.073-1.519 2.784-.319 7.406-.858.022-.022Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M146.095 132.598a9.858 9.858 0 0 0-.65-2.069l16.463-1.959-.363.551c-.517.792-.385 1.903.264 2.652l-15.571 1.87a8.814 8.814 0 0 0-.143-1.045Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M136.974 125.093c3.532-.308 6.955 1.981 8.473 5.436.286.65.506 1.343.649 2.069.066.352.111.705.144 1.046.33 4.192-2.311 7.791-6.262 8.275-.088 0-.176.022-.253.022-4.193.363-8.254-2.938-9.134-7.505-.891-4.644 1.871-8.826 6.152-9.321.077 0 .154-.022.231-.022Z"/>
17
+ </svg>
18
+ `;
@@ -0,0 +1,13 @@
1
+ export default `<svg id="tnt-Scene-ChartBar" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m108.418 192.85 147.17-26.278c.917-.166.95-1.457.056-1.678l-92.284-22.988a8.494 8.494 0 0 0-3.379-.155l-116.2 17.909c-2.053.32-2.45 3.103-.563 3.986l61.854 28.763a5.528 5.528 0 0 0 3.346.43v.011Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.912 61.771 170.092-10.23 21.857 95.049c.15.64.17 1.269.1 1.848-.07.58-.26 1.129-.54 1.599-.28.469-.64.869-1.079 1.169-.44.3-.95.499-1.519.569L92.368 172.386c-.7.089-1.39.02-2.039-.16a5.27 5.27 0 0 1-1.809-.919 5.77 5.77 0 0 1-1.379-1.529 5.451 5.451 0 0 1-.75-1.978L67.912 61.771Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M230.358 36.005c.56-.03 1.12.07 1.649.26.53.19 1.04.49 1.499.87.46.379.86.828 1.18 1.338.32.51.569 1.079.709 1.678l2.619 11.38L67.912 61.77l-2.198-12.648a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.369-.46.839-.84 1.388-1.109.55-.27 1.17-.44 1.85-.48l160.556-8.042ZM78.426 56.235a3.66 3.66 0 0 0 1.47-.389c.43-.22.799-.53 1.089-.899.29-.37.5-.8.62-1.269.12-.47.13-.979.04-1.508a4.101 4.101 0 0 0-.57-1.479 4.73 4.73 0 0 0-1.05-1.179c-.41-.33-.89-.59-1.389-.759-.5-.17-1.04-.25-1.579-.22-.54.03-1.03.16-1.47.38a3.32 3.32 0 0 0-1.098.9c-.3.369-.51.798-.62 1.268-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.489a4.713 4.713 0 0 0 2.449 1.938c.499.17 1.039.25 1.578.22"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M92.368 172.376c-.7.09-1.389.02-2.038-.16a5.433 5.433 0 0 1-1.81-.919 5.786 5.786 0 0 1-1.379-1.528 5.39 5.39 0 0 1-.75-1.979L67.913 61.772l-2.198-12.648c-.06-.32-.08-.64-.07-.95 0-.309.05-.609.12-.898.07-.29.17-.57.29-.83.12-.26.28-.51.45-.739l-2.789 3.627c-.17.23-.32.47-.45.729a4.33 4.33 0 0 0-.41 1.708c0 .31.01.62.07.94l2.17 12.507 18.159 104.86c.12.71.38 1.369.74 1.958a5.504 5.504 0 0 0 3.148 2.418c.649.19 1.329.25 2.018.16l162.976-20.59 4.687-2.258-164.455 20.61Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M77.058 48.524c.54-.03 1.07.05 1.58.22.509.17.969.429 1.388.759.42.33.77.729 1.05 1.179.28.45.48.949.57 1.478.09.53.08 1.04-.04 1.509-.12.47-.33.899-.62 1.269-.29.37-.66.679-1.09.899-.43.22-.929.36-1.469.39a4.23 4.23 0 0 1-1.579-.22 4.46 4.46 0 0 1-1.389-.76 4.77 4.77 0 0 1-1.06-1.179 4.08 4.08 0 0 1-.569-1.488c-.09-.54-.07-1.05.04-1.519.11-.47.33-.909.62-1.269.29-.36.66-.669 1.1-.899.439-.23.928-.36 1.468-.38v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M171.837 110.224c1.078-.099 2.079.726 2.3 1.849l1.628 8.473c.22 1.145-.44 2.168-1.496 2.289l-42.874 5.04c-1.112.099-2.124-.726-2.344-1.871l-1.651-8.594c-.22-1.167.473-2.201 1.541-2.322l42.896-4.864Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M199.286 69.714c1.046-.088 2.036.738 2.245 1.86l1.618 8.364c.22 1.133-.429 2.145-1.453 2.245l-77.491 7.004c-1.1.1-2.135-.748-2.355-1.893l-1.65-8.583c-.231-1.167.462-2.19 1.54-2.3l77.535-6.708.011.011Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M180.782 90.337c1.056-.088 2.058.737 2.267 1.87l1.629 8.419c.22 1.144-.441 2.157-1.475 2.278l-55.266 5.771c-1.112.099-2.124-.737-2.344-1.881l-1.651-8.595c-.231-1.166.462-2.19 1.541-2.3l55.299-5.563Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M163.041 131.257c1.09-.099 2.08.726 2.3 1.849l1.629 8.495c.22 1.156-.451 2.19-1.508 2.322l-30.042 3.709c-1.111.099-2.135-.726-2.344-1.871l-1.651-8.583c-.231-1.167.462-2.212 1.541-2.344l30.064-3.588.011.011Z"/>
12
+ </svg>
13
+ `;
@@ -0,0 +1,18 @@
1
+ export default `<svg id="tnt-Scene-ChartBullet" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m108.418 192.85 147.17-26.278c.917-.166.95-1.457.056-1.678l-92.284-22.988a8.494 8.494 0 0 0-3.379-.155l-116.2 17.909c-2.053.32-2.45 3.103-.563 3.986l61.854 28.763a5.528 5.528 0 0 0 3.346.43v.011Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M77.057 48.524c.54-.03 1.07.05 1.58.22.509.17.969.429 1.388.759.42.33.77.729 1.05 1.179.28.45.48.949.57 1.478.09.53.08 1.04-.04 1.509-.12.47-.33.899-.62 1.269-.29.37-.66.679-1.09.899-.43.22-.929.36-1.469.39a4.23 4.23 0 0 1-1.579-.22 4.46 4.46 0 0 1-1.389-.76c-.41-.33-.78-.73-1.06-1.179a4.082 4.082 0 0 1-.569-1.488c-.09-.54-.07-1.05.04-1.519.11-.47.33-.909.62-1.269.29-.36.66-.669 1.1-.899.439-.23.928-.36 1.468-.38v.01Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.912 61.771 170.092-10.23 21.857 95.049c.15.64.17 1.269.1 1.848-.07.58-.26 1.129-.54 1.599-.28.469-.64.869-1.079 1.169-.44.3-.95.499-1.519.569L92.368 172.386c-.7.089-1.39.02-2.039-.16a5.27 5.27 0 0 1-1.809-.919 5.77 5.77 0 0 1-1.379-1.529 5.451 5.451 0 0 1-.75-1.978L67.912 61.771Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M230.358 36.005c.56-.03 1.12.07 1.649.26.53.19 1.04.49 1.499.87.46.379.86.828 1.18 1.338.32.51.569 1.079.709 1.678l2.619 11.38L67.912 61.77l-2.198-12.648a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.369-.46.839-.84 1.388-1.109.55-.27 1.17-.44 1.85-.48l160.556-8.042ZM78.426 56.235a3.66 3.66 0 0 0 1.47-.389c.43-.22.799-.53 1.089-.899.29-.37.5-.8.62-1.269.12-.47.13-.979.04-1.508a4.101 4.101 0 0 0-.57-1.479 4.73 4.73 0 0 0-1.05-1.179c-.41-.33-.89-.59-1.389-.759-.5-.17-1.04-.25-1.579-.22-.54.03-1.03.16-1.47.38a3.32 3.32 0 0 0-1.098.9c-.3.369-.51.798-.62 1.268-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.489a4.713 4.713 0 0 0 2.449 1.938c.499.17 1.039.25 1.578.22"/>
7
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M92.368 172.376c-.7.09-1.389.02-2.038-.16a5.433 5.433 0 0 1-1.81-.919 5.786 5.786 0 0 1-1.379-1.528 5.39 5.39 0 0 1-.75-1.979L67.913 61.772l-2.198-12.648c-.06-.32-.08-.64-.07-.95 0-.309.05-.609.12-.898.07-.29.17-.57.29-.83.12-.26.28-.51.45-.739l-2.789 3.627c-.17.23-.32.47-.45.729a4.33 4.33 0 0 0-.41 1.708c0 .31.01.62.07.94l2.17 12.507 18.159 104.86c.12.71.38 1.369.74 1.958a5.504 5.504 0 0 0 3.148 2.418c.649.19 1.329.25 2.018.16l162.976-20.59 4.687-2.258-164.455 20.61Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m180.425 146.336-8.702-45.182 15.013-1.672 8.673 45.025c.288 1.498-.576 2.838-1.931 3.011l-10.071 1.239c-1.412.13-2.708-.937-2.996-2.421h.014Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M210.177 96.874c1.384-.115 2.666.95 2.954 2.42l8.112 42.056c.273 1.499-.577 2.824-1.902 2.997l-9.942 1.225c-1.397.13-2.679-.937-2.968-2.406l-8.126-42.2c-.288-1.499.577-2.81 1.917-2.968l9.955-1.11v-.014Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M187.442 95.26c1.037-.087 2.017.72 2.233 1.815.216 1.124-.432 2.118-1.455 2.233l-1.469.159-15.013 1.671-1.484.158c-1.066.087-2.046-.734-2.262-1.844-.216-1.124.432-2.132 1.469-2.233l1.499-.158 15.027-1.657 1.484-.159-.029.014Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M151.062 66.359c1.397-.13 2.723.98 3.011 2.464l9.192 47.747-15.2 1.743-9.221-47.906c-.288-1.512.605-2.838 1.988-2.996l10.23-1.052Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M133.384 115.489c1.441-.13 2.767.965 3.04 2.449l6.354 33.008c.288 1.513-.591 2.882-1.988 3.055l-10.316 1.268c-1.455.129-2.781-.951-3.069-2.45l-6.368-33.123c-.288-1.527.619-2.882 2.017-3.04l10.33-1.167Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M164.822 116.396c1.008-.086 1.988.735 2.204 1.83.216 1.124-.447 2.132-1.47 2.248l-1.498.173-15.2 1.757-1.513.173c-1.066.087-2.06-.72-2.276-1.844-.217-1.138.461-2.147 1.498-2.262l1.498-.173 15.201-1.743 1.498-.173h.058v.014Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color15)" d="m154.073 149.563-5.216-27.144 15.201-1.758 5.201 27.043c.288 1.513-.591 2.868-1.96 3.04l-10.2 1.24h-.087c-1.354.115-2.651-.951-2.939-2.435v.014Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M180.771 81.514c1.383-.115 2.694.966 2.982 2.435l2.205 11.469-15.028 1.657-2.218-11.498c-.289-1.498.576-2.824 1.959-2.968l10.085-1.08.015-.015Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M132.965 91.817c1.081-.1 2.075.72 2.291 1.844.216 1.124-.461 2.147-1.498 2.262l-18.457 2.017c-1.08.101-2.089-.734-2.305-1.858-.216-1.139.461-2.147 1.513-2.262l18.456-1.989v-.014Zm77.457-14.322c1.023-.087 2.002.72 2.219 1.83.216 1.109-.433 2.103-1.441 2.204l-17.779 1.916c-1.038.087-2.017-.72-2.234-1.83-.216-1.11.447-2.118 1.456-2.219l17.764-1.901h.015Z"/>
17
+ </svg>
18
+ `;
@@ -0,0 +1,13 @@
1
+ export default `<svg id="tnt-Scene-ChartDoughnut" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m108.418 192.85 147.17-26.279c.917-.166.95-1.457.056-1.678l-92.284-22.988a8.494 8.494 0 0 0-3.379-.155l-116.2 17.909c-2.053.32-2.45 3.103-.563 3.986l61.854 28.763a5.528 5.528 0 0 0 3.346.43v.012Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.912 61.77 170.092-10.23 21.857 95.049c.15.64.17 1.269.1 1.848-.07.58-.26 1.129-.54 1.599s-.64.869-1.079 1.169c-.44.3-.95.499-1.519.569L92.368 172.385c-.7.09-1.39.02-2.039-.16a5.27 5.27 0 0 1-1.809-.919 5.773 5.773 0 0 1-1.379-1.529 5.451 5.451 0 0 1-.75-1.978L67.912 61.77Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M230.358 36.005c.56-.03 1.12.07 1.649.26.53.19 1.04.49 1.499.87.46.379.86.828 1.18 1.338.32.51.569 1.079.709 1.678l2.619 11.38L67.912 61.77l-2.198-12.648a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.369-.46.839-.84 1.388-1.109.55-.27 1.17-.44 1.85-.48l160.556-8.042ZM78.426 56.235a3.66 3.66 0 0 0 1.47-.389c.43-.22.799-.53 1.089-.899.29-.37.5-.8.62-1.269.12-.47.13-.979.04-1.508a4.101 4.101 0 0 0-.57-1.479 4.73 4.73 0 0 0-1.05-1.179c-.41-.33-.89-.59-1.389-.759-.5-.17-1.04-.25-1.579-.22-.54.03-1.03.16-1.47.38a3.32 3.32 0 0 0-1.098.9c-.3.369-.51.798-.62 1.268-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.489a4.713 4.713 0 0 0 2.449 1.938c.499.17 1.039.25 1.578.22"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M92.368 172.375c-.7.089-1.389.02-2.038-.16-.65-.19-1.27-.5-1.81-.919a5.79 5.79 0 0 1-1.379-1.529 5.385 5.385 0 0 1-.75-1.978L67.913 61.77l-2.198-12.648c-.06-.32-.08-.64-.07-.949 0-.31.05-.61.12-.899.07-.29.17-.57.29-.83.12-.259.28-.509.45-.738l-2.789 3.626c-.17.23-.32.47-.45.73a4.33 4.33 0 0 0-.41 1.708c0 .31.01.62.07.939l2.17 12.508 18.159 104.86c.12.709.38 1.368.74 1.958a5.51 5.51 0 0 0 3.148 2.418 4.908 4.908 0 0 0 2.018.159l162.976-20.59 4.687-2.258-164.455 20.611Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M77.058 48.523c.54-.03 1.07.05 1.58.22.509.17.969.43 1.388.76.42.329.77.728 1.05 1.178.28.45.48.95.57 1.479.09.53.08 1.039-.04 1.508-.12.47-.33.9-.62 1.269-.29.37-.66.68-1.09.9-.43.219-.929.359-1.469.389a4.23 4.23 0 0 1-1.579-.22 4.46 4.46 0 0 1-1.389-.76 4.765 4.765 0 0 1-1.06-1.178 4.08 4.08 0 0 1-.569-1.489c-.09-.54-.07-1.049.04-1.518.11-.47.33-.91.62-1.269a3.407 3.407 0 0 1 2.568-1.279v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M196.788 110.691c.722-.028 1.387.609 1.458 1.388l.043.623c-.057-.779-.708-1.416-1.43-1.416l-12.415.071c-.779.056-1.246.679-1.218 1.444.128 2.902-.297 5.776-1.217 8.394-1.076 3.072-2.831 5.748-5.125 7.829a17.72 17.72 0 0 1-10.504 4.587 19.578 19.578 0 0 1-5.648-.354 1.277 1.277 0 0 0-1.557 1.061l-2.039 13.223c-.113.75.34 1.514 1.034 1.712-6.413-1.528-12.529-4.855-17.668-9.668-5.69-5.309-9.951-12.175-12.231-19.72-2.279-7.531-2.463-15.402-.538-22.58a36.07 36.07 0 0 1 3.355-8.267c-.311.637-.042 1.5.595 1.94l11.41 7.53c.283.185.595.255.878.227a1.28 1.28 0 0 0 .991-.623c1.529-2.548 3.581-4.643 6.044-6.158.34-.212.694-.41 1.048-.594a18.149 18.149 0 0 0-2.86 1.882c-3.114 2.506-5.337 6.045-6.427 10.136-1.09 4.092-.991 8.579.326 12.897a25.472 25.472 0 0 0 6.965 11.268c3.242 3.044 7.149 5.054 11.226 5.805 1.727.311 3.468.396 5.153.254a17.928 17.928 0 0 0 6.512-1.84c3.525-1.784 6.356-4.714 8.168-8.395 1.6-3.284 2.336-7.05 2.109-10.914-.042-.765.425-1.402 1.119-1.458l12.5-.284h-.057Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M168.83 64.202h.156c4.232.198 8.494 1.203 12.556 2.972 4.474 1.94 8.664 4.785 12.288 8.367a44.423 44.423 0 0 1 8.876 12.443 44.01 44.01 0 0 1 4.006 13.222c.1.751-.368 1.374-1.033 1.43l-14.977.043c-.722 0-1.388-.652-1.501-1.43a23.058 23.058 0 0 0-1.911-5.96 22.777 22.777 0 0 0-4.488-6.271c-1.84-1.798-3.935-3.214-6.2-4.19a18.042 18.042 0 0 0-5.649-1.43c-.736-.057-1.387-.694-1.486-1.487l-1.642-16.322c-.071-.722.368-1.345 1.019-1.401l-.014.014Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M155.777 72.908a33.028 33.028 0 0 1 1.67-.099c.737-.028 1.388.623 1.473 1.416l1.387 13.646c.085.793-.453 1.43-1.161 1.487-.113 0-.212.014-.297.028-.708.057-1.359.156-2.01.283-.128.029-.227.043-.326.071-.099.028-.198.043-.283.07-.042 0-.085.03-.142.03-.056 0-.085.027-.141.027-.057.015-.128.029-.184.043-.793.212-1.515.453-2.209.736-.113.043-.184.07-.254.1-.184.07-.326.14-.468.212a.487.487 0 0 1-.127.056c-.057.028-.127.057-.184.085a17.19 17.19 0 0 0-1.529.835c-2.463 1.515-4.516 3.624-6.045 6.158a1.277 1.277 0 0 1-.991.623 1.366 1.366 0 0 1-.877-.226l-11.41-7.532c-.637-.438-.906-1.288-.595-1.939.326-.594.637-1.104.963-1.614.141-.212.24-.382.354-.552.141-.212.254-.382.382-.566.127-.184.241-.34.34-.481.042-.057.085-.114.127-.184l.212-.298c.057-.07.099-.141.156-.198.071-.085.142-.184.212-.269l.34-.425c.043-.056.099-.113.142-.17.085-.099.155-.198.24-.283.043-.042.085-.099.114-.141l.254-.297c.029-.043.071-.071.1-.114.311-.354.622-.693.948-1.033.127-.127.227-.24.34-.354.495-.496.948-.934 1.415-1.36.043-.041.085-.07.128-.112.099-.085.184-.17.283-.241.057-.057.113-.1.17-.141.099-.085.212-.17.311-.27.114-.099.241-.198.354-.297.057-.056.128-.099.198-.155.085-.071.17-.128.255-.199.043-.042.099-.07.142-.113.099-.085.212-.156.325-.24.029-.029.071-.043.099-.071.128-.1.269-.199.397-.298.623-.439 1.231-.85 1.854-1.231a31.185 31.185 0 0 1 13.562-4.445l-.014.042Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m184.33 111.371 12.515-.085c.721 0 1.387.651 1.443 1.43.029.326.043.637.057.963 0 .269.014.41.028.552 0 .354.015.594.015.849v1.67c0 .185 0 .369-.015.553v.24c0 .114 0 .241-.014.354 0 .085 0 .17-.014.255 0 .113-.014.241-.028.354 0 .071 0 .156-.014.226l-.043.552c0 .085-.014.156-.028.241 0 .113-.028.212-.028.326 0 .099-.029.212-.029.311 0 .085-.014.156-.028.241 0 .113-.028.226-.043.34 0 .042 0 .099-.014.141a37.082 37.082 0 0 1-1.798 7.503c-1.373 3.95-3.397 7.531-5.959 10.603-.071.085-.142.17-.213.241-.042.056-.085.099-.127.156a4.761 4.761 0 0 1-.354.396 33.577 33.577 0 0 1-2.223 2.265 30.68 30.68 0 0 1-7.191 4.941c-.17.084-.255.127-.326.155a30.945 30.945 0 0 1-6.554 2.279c-1.416.326-2.86.553-4.318.68-3.539.311-7.149.042-10.73-.807a1.584 1.584 0 0 1-1.119-1.741l2.039-13.222a1.275 1.275 0 0 1 1.147-1.09c.127 0 .269 0 .41.028 1.883.396 3.794.51 5.648.354a19.787 19.787 0 0 0 2.407-.368 17.724 17.724 0 0 0 8.098-4.219c2.293-2.095 4.048-4.77 5.124-7.828.934-2.633 1.345-5.493 1.218-8.395-.029-.764.438-1.373 1.118-1.43l-.057-.014Z"/>
12
+ </svg>
13
+ `;
@@ -0,0 +1,17 @@
1
+ export default `<svg id="tnt-Scene-ChartFlow" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m107.776 192.851 147.171-26.278c.917-.166.95-1.458.056-1.679l-92.285-22.988a8.512 8.512 0 0 0-3.379-.155l-116.2 17.91c-2.054.32-2.451 3.102-.563 3.986l61.854 28.763a5.527 5.527 0 0 0 3.346.43v.011Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.269 61.771 170.092-10.23 21.858 95.05c.15.639.17 1.269.1 1.848-.07.58-.26 1.129-.54 1.599-.28.469-.64.869-1.079 1.169-.44.299-.95.499-1.52.569l-164.455 20.61c-.7.09-1.39.02-2.04-.159a5.27 5.27 0 0 1-1.808-.919c-.54-.42-1.01-.93-1.38-1.529a5.451 5.451 0 0 1-.749-1.978l-18.48-106.03Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M229.716 36.005a4.23 4.23 0 0 1 1.649.26c.53.19 1.039.49 1.499.87.46.379.86.828 1.179 1.338.32.51.57 1.079.71 1.678l2.619 11.38L67.269 61.77 65.07 49.123a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.37-.46.84-.84 1.389-1.109.55-.27 1.17-.44 1.849-.48l160.558-8.042ZM77.783 56.236c.54-.03 1.04-.17 1.469-.39.43-.22.8-.53 1.09-.899.29-.37.5-.799.619-1.269.12-.47.13-.979.04-1.508a4.105 4.105 0 0 0-.57-1.479c-.28-.45-.64-.849-1.05-1.178a4.59 4.59 0 0 0-1.388-.76c-.5-.17-1.04-.25-1.58-.22s-1.029.16-1.469.38c-.44.22-.8.53-1.099.9-.3.369-.51.798-.62 1.268-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.49a4.713 4.713 0 0 0 2.449 1.938c.5.17 1.04.249 1.579.22"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M91.725 172.376c-.7.09-1.39.02-2.039-.16a5.433 5.433 0 0 1-1.809-.919 5.774 5.774 0 0 1-1.379-1.529 5.378 5.378 0 0 1-.75-1.978L67.27 61.77l-2.2-12.646c-.06-.32-.08-.64-.07-.95 0-.309.05-.609.12-.898.07-.29.17-.57.29-.83.12-.26.28-.51.45-.739l-2.789 3.627c-.17.23-.32.47-.45.729a4.336 4.336 0 0 0-.41 1.708c0 .31.01.62.07.94l2.17 12.508 18.16 104.86c.12.71.379 1.369.739 1.958a5.513 5.513 0 0 0 3.148 2.418c.65.19 1.33.25 2.019.16l162.977-20.591 4.687-2.257-164.456 20.61Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M76.414 48.524c.54-.03 1.07.05 1.579.22.51.17.97.429 1.389.759.42.33.77.729 1.05 1.179.28.45.48.949.57 1.478.089.53.079 1.04-.04 1.509-.12.47-.33.899-.62 1.269-.29.37-.66.679-1.09.899-.43.22-.93.36-1.47.39a4.222 4.222 0 0 1-1.578-.22c-.51-.17-.98-.43-1.39-.76a4.766 4.766 0 0 1-1.059-1.179c-.28-.45-.48-.949-.57-1.488-.09-.54-.07-1.05.04-1.519.11-.47.33-.909.62-1.269.29-.36.66-.669 1.1-.899.44-.23.929-.36 1.469-.38v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M218.792 92.823c1.35-.114 2.628.937 2.898 2.386l2.116 11.051c.284 1.463-.554 2.769-1.86 2.911l-22.03 2.529c-1.378.127-2.656-.938-2.926-2.387l-.483-2.5-.767-3.991-.895-4.63c-.284-1.477.582-2.784 1.903-2.926l22.03-2.443h.014Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m181.053 104.469 14.687-1.647.767 3.991-15.624 1.761.483-.738c.639-1.009.483-2.415-.313-3.367Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M166.437 93.377c.611-.057 1.265.142 1.818.596l12.386 10.085c.156.128.284.255.412.412.81.966.966 2.372.312 3.366l-.482.739-7.074 10.851-.511.781a2.163 2.163 0 0 1-1.634.995 2.405 2.405 0 0 1-1.306-.256 3.399 3.399 0 0 1-.512-.327l-11.689-9.459-.753-.611c-1.009-.81-1.392-2.202-.98-3.31.057-.17.142-.326.241-.482l8.125-12.372c.383-.596.98-.923 1.633-.98l.014-.028Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m173.823 119.426 3.65 18.962c.071.369.384.639.711.61l11.902-1.434.767 4.005-11.874 1.435s-.099 0-.142.014c-2.315.199-4.545-1.648-5.042-4.19l-3.438-17.897a2.4 2.4 0 0 0 1.307.256 2.141 2.141 0 0 0 1.634-.994l.511-.781.014.014Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M136.908 101.87c1.392-.128 2.713.952 2.997 2.429l.895 4.687.781 4.048.483 2.528c.298 1.506-.582 2.827-1.96 2.983l-24.657 2.827c-1.435.128-2.756-.966-3.04-2.443l-2.187-11.349c-.284-1.506.61-2.841 2.002-2.983l10.653-1.179 3.75-.412 10.269-1.136h.014Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m123.485 86.644 3.153 16.363-3.749.412-3.154-16.377 3.75-.398Zm32.953 20.581c-.411 1.108-.028 2.5.981 3.31l.752.61-16.575 1.875-.782-4.048 15.639-1.747h-.015Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M225.085 126.33c1.363-.114 2.613.923 2.883 2.357l2.131 11.051c.284 1.463-.554 2.77-1.875 2.94l-33.876 4.148c-1.392.127-2.656-.924-2.94-2.372l-.554-2.898-.767-4.005-.81-4.247c-.284-1.478.568-2.798 1.904-2.955l33.904-4.034v.015Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M139.536 67.455c1.392-.128 2.713.966 2.997 2.443l2.258 11.732c.284 1.491-.596 2.798-1.96 2.954l-19.345 2.046-3.75.397-12.315 1.307c-1.42.128-2.755-.966-3.039-2.443l-2.273-11.86c-.284-1.506.611-2.827 2.003-2.969l35.424-3.622v.015Z"/>
16
+ </svg>
17
+ `;
@@ -0,0 +1,13 @@
1
+ export default `<svg id="tnt-Scene-ChartGantt" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m108.418 192.851 147.171-26.279c.916-.166.949-1.457.055-1.678l-92.284-22.988a8.494 8.494 0 0 0-3.379-.155l-116.2 17.909c-2.053.32-2.45 3.103-.563 3.986l61.854 28.763a5.536 5.536 0 0 0 3.346.431v.011Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.912 61.771 170.092-10.23 21.857 95.049c.15.64.17 1.269.1 1.849a4.093 4.093 0 0 1-.54 1.598c-.28.47-.639.869-1.079 1.169-.44.3-.949.499-1.519.569L92.368 172.386c-.7.09-1.39.02-2.039-.16a5.27 5.27 0 0 1-1.809-.919 5.774 5.774 0 0 1-1.379-1.529 5.453 5.453 0 0 1-.75-1.978L67.912 61.771Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M230.357 36.005c.56-.03 1.12.07 1.65.26.529.19 1.039.49 1.499.87.459.379.859.828 1.179 1.338.32.51.57 1.079.71 1.678l2.618 11.38L67.911 61.77l-2.198-12.648a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.369-.46.839-.84 1.388-1.109.55-.27 1.17-.44 1.85-.48l160.556-8.042ZM78.425 56.236c.54-.03 1.04-.17 1.47-.39.43-.22.799-.53 1.089-.899.29-.37.5-.8.62-1.269.12-.47.13-.979.04-1.508a4.105 4.105 0 0 0-.57-1.479 4.73 4.73 0 0 0-1.05-1.179 4.59 4.59 0 0 0-1.389-.759c-.5-.17-1.04-.25-1.579-.22-.54.03-1.03.16-1.469.38-.44.22-.8.53-1.1.9-.3.369-.51.798-.619 1.268-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.489a4.713 4.713 0 0 0 2.448 1.938c.5.17 1.04.25 1.58.22"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M92.368 172.376c-.7.09-1.389.02-2.038-.16a5.414 5.414 0 0 1-1.81-.919 5.77 5.77 0 0 1-1.379-1.528 5.39 5.39 0 0 1-.75-1.978L67.913 61.771l-2.198-12.647c-.06-.32-.08-.64-.07-.95 0-.309.05-.609.12-.898.07-.29.17-.57.29-.83.12-.26.28-.51.45-.739l-2.789 3.627c-.17.23-.32.47-.45.729a4.33 4.33 0 0 0-.41 1.708c0 .31.01.62.07.94l2.17 12.507 18.159 104.86c.12.71.38 1.369.74 1.959a5.63 5.63 0 0 0 1.359 1.508c.54.41 1.139.719 1.788.909.65.19 1.33.25 2.02.16l162.975-20.59 4.687-2.258-164.455 20.61Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M77.058 48.524c.54-.03 1.07.05 1.58.22.509.17.969.429 1.388.759.42.33.77.729 1.05 1.179.28.45.48.949.57 1.478.09.53.08 1.04-.04 1.509-.12.47-.33.899-.62 1.269-.29.37-.66.679-1.09.899-.43.22-.929.36-1.469.39a4.23 4.23 0 0 1-1.579-.22 4.46 4.46 0 0 1-1.389-.76 4.77 4.77 0 0 1-1.06-1.179 4.08 4.08 0 0 1-.569-1.488c-.09-.54-.07-1.05.04-1.519.11-.47.33-.909.62-1.269.29-.36.66-.669 1.1-.899.439-.23.928-.36 1.468-.38v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M134.911 153.244 123.678 94.82l3.612-.397 11.22 58.369c.205 1.081-.438 2.053-1.423 2.176-1.027.096-1.971-.67-2.176-1.738v.014Zm33.032-37.475 3.435-.397h.095l6.281 32.619c.205 1.067-.411 2.025-1.382 2.148-1.026.096-1.929-.67-2.135-1.724l-6.28-32.632-.014-.014Zm-7.827-50.052c.985-.082 1.943.684 2.148 1.751l6.198 32.209-3.53.383-6.198-32.222c-.205-1.067.41-2.025 1.395-2.121h-.013Zm38.639-3.941c.971-.082 1.902.685 2.107 1.738l11.028 57.221-3.461.41L197.4 63.87c-.205-1.054.397-1.998 1.369-2.093h-.014Zm-78.003 7.937c.985-.082 1.929.711 2.135 1.765l1.368 7.088-3.612.369-1.369-7.101c-.205-1.081.438-2.039 1.437-2.135h.041v.014Zm92.014 73.952-1.341-6.964 3.461-.425 1.341 6.965c.206 1.053-.41 2.011-1.368 2.134h-.055c-.93.082-1.847-.67-2.038-1.724v.014Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M145.256 76.403c1.327-.123 2.6.917 2.874 2.34l2.025 10.577c.273 1.436-.561 2.695-1.875 2.832l-20.989 2.271-3.612.397-12.944 1.396c-1.368.123-2.654-.93-2.928-2.354l-2.052-10.686c-.274-1.45.588-2.736 1.929-2.873l12.944-1.34 3.612-.37 21.003-2.19h.013Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M223.07 119.435c1.313-.11 2.517.903 2.777 2.285l2.012 10.398c.273 1.396-.534 2.668-1.793 2.819l-11.178 1.354-3.462.425-25.737 3.106c-1.341.123-2.572-.89-2.846-2.299l-2.025-10.522c-.273-1.423.548-2.695 1.847-2.846l25.751-3.01 3.462-.411 11.178-1.313.014.014Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M167.934 99.775c1.354-.095 2.572.931 2.846 2.313l2.039 10.535c.26 1.382-.52 2.641-1.779 2.833h-.096l-3.434.396-31.06 3.558c-1.368.123-2.627-.917-2.9-2.34l-2.039-10.631c-.287-1.451.561-2.723 1.888-2.874l31.073-3.434 3.448-.383.014.027Zm30.097-3.369c1.313-.109 2.545.904 2.805 2.313l2.011 10.453c.274 1.41-.547 2.668-1.82 2.819l-20.264 2.326c-1.327.123-2.572-.903-2.846-2.312l-2.025-10.522c-.273-1.423.548-2.682 1.848-2.833l20.277-2.244h.014Z"/>
12
+ </svg>
13
+ `;
@@ -0,0 +1,19 @@
1
+ export default `<svg id="tnt-Scene-ChartOrg" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m107.816 192.85 147.171-26.279c.916-.165.949-1.457.055-1.678l-92.284-22.988a8.512 8.512 0 0 0-3.379-.155L43.18 159.66c-2.054.32-2.451 3.102-.563 3.986l61.854 28.762a5.525 5.525 0 0 0 3.345.431v.011Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.31 61.77 170.092-10.23 21.857 95.05c.15.639.17 1.268.1 1.848a4.093 4.093 0 0 1-.54 1.598c-.28.47-.639.869-1.079 1.169-.44.3-.95.5-1.519.57l-164.455 20.61c-.7.09-1.389.02-2.038-.16a5.252 5.252 0 0 1-1.81-.919 5.774 5.774 0 0 1-1.379-1.529 5.444 5.444 0 0 1-.75-1.978L67.312 61.771Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M229.757 36.005c.56-.03 1.12.07 1.649.26.53.19 1.04.49 1.5.87a5.613 5.613 0 0 1 1.888 3.016l2.619 11.38L67.312 61.77l-2.199-12.648a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.37-.46.84-.84 1.389-1.109.55-.27 1.17-.44 1.849-.48l160.556-8.042ZM77.826 56.235c.54-.03 1.04-.169 1.469-.389.43-.22.8-.53 1.09-.899.289-.37.499-.8.619-1.269.12-.47.13-.979.04-1.508a4.101 4.101 0 0 0-.57-1.479 4.73 4.73 0 0 0-1.05-1.179 4.558 4.558 0 0 0-1.388-.759c-.5-.17-1.04-.25-1.58-.22s-1.029.16-1.469.38c-.44.22-.8.53-1.099.899-.3.37-.51.8-.62 1.269-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.489a4.71 4.71 0 0 0 2.449 1.938 4.2 4.2 0 0 0 1.579.22"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M91.767 172.374c-.7.09-1.39.02-2.04-.159a5.44 5.44 0 0 1-1.808-.92 5.77 5.77 0 0 1-1.38-1.528 5.392 5.392 0 0 1-.749-1.978L67.311 61.77l-2.199-12.648c-.06-.32-.08-.64-.07-.949 0-.31.05-.61.12-.899.07-.29.17-.57.29-.83.12-.259.28-.509.45-.738l-2.789 3.626c-.17.23-.32.47-.45.73a4.337 4.337 0 0 0-.41 1.708c0 .31.01.62.07.939l2.17 12.508 18.16 104.86c.119.709.379 1.368.739 1.958.36.589.83 1.099 1.359 1.508.54.41 1.14.72 1.789.909.65.19 1.329.25 2.019.16l162.975-20.59 4.687-2.258-164.454 20.61Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M76.457 48.523c.54-.03 1.069.05 1.579.22.51.17.97.43 1.389.76.42.329.77.728 1.05 1.178.28.45.479.95.569 1.479.09.53.08 1.039-.04 1.508-.12.47-.33.9-.62 1.269-.29.37-.66.68-1.089.9-.43.219-.93.359-1.47.389a4.23 4.23 0 0 1-1.578-.22c-.51-.17-.98-.43-1.39-.76a4.761 4.761 0 0 1-1.059-1.178c-.28-.45-.48-.95-.57-1.489a3.85 3.85 0 0 1 .04-1.518c.11-.47.33-.91.62-1.269a3.415 3.415 0 0 1 2.569-1.279v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="M212.185 112.939c6.943-.028 13.445 5.699 14.939 13.404 1.59 8.229-3.127 15.629-10.555 16.528-.152.013-.29.028-.428.041h-.138c-.069 0-.139 0-.208.014h-1.549c-.069 0-.153 0-.222-.014h-.11c-.083 0-.166-.013-.249-.027h-.082c-.097 0-.18-.028-.277-.041-.166-.028-.278-.042-.374-.056-6.072-1.037-11.396-6.335-12.725-13.222-.912-4.731.263-9.186 2.822-12.284a12.13 12.13 0 0 1 2.738-2.448 11.647 11.647 0 0 1 5.063-1.798c.11 0 .222-.028.332-.028.346-.028.691-.041 1.023-.041v-.028Z" clip-rule="evenodd"/>
9
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M211.828 117.516c2.476-.221 4.869 1.785 5.408 4.524.51 2.693-.967 5.127-3.348 5.541l-.247.019a.502.502 0 0 1-.138.014c-2.462.222-4.856-1.771-5.395-4.51-.525-2.807 1.065-5.297 3.596-5.588h.124Zm5.366 13.141c2.268-.208 4.523.72 6.224 2.393l.026.014c-1.203 3.333-3.97 5.768-7.552 6.21-.111.014-.208.028-.319.028-3.486.304-6.901-1.356-9.253-4.15l-.017-.02c1.039-2.078 2.945-3.521 5.303-3.811l5.366-.636c.07-.014.153-.028.222-.028Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M159.238 65.661c7.29-.235 14.219 5.7 15.754 13.68 1.605 8.313-3.236 15.713-10.83 16.543-.096 0-.179.013-.276.027h-.181c-7.469.553-14.716-5.477-16.279-13.665-1.618-8.355 3.306-15.769 10.928-16.543.055 0 .124 0 .179-.014.235-.013.47-.041.705-.041v.013Z" clip-rule="evenodd"/>
11
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M161.134 80.49c-2.545.22-5.021-1.84-5.575-4.62-.539-2.808 1.107-5.326 3.68-5.589h.055c2.559-.22 5.049 1.826 5.588 4.62.539 2.808-1.107 5.312-3.679 5.588h-.083.014Zm3.608 3.084c2.351-.207 4.689.76 6.46 2.49-1.245 3.333-4.067 5.768-7.746 6.155-.069 0-.139 0-.194.014-3.596.318-7.151-1.397-9.572-4.274 1.065-2.089 3.03-3.541 5.436-3.79l5.492-.595h.138-.014Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color14)" fill-rule="evenodd" d="M170.468 117.835c6.833.318 13.086 5.976 14.539 13.528l-.015-.014c.733 3.776.125 7.387-1.466 10.292-1.909 3.457-5.215 5.905-9.336 6.417-.152.014-.291.042-.443.042h-.125c-.096.014-.166.013-.221.013h-1.605c-.082-.013-.151-.013-.22-.013h-.139c-.083-.014-.152-.028-.235-.028h-.111c-.083 0-.166-.027-.248-.027h-.098l-.277-.042c-.179-.028-.276-.055-.386-.069-6.058-1.204-11.301-6.46-12.615-13.293-1.438-7.497 2.337-14.288 8.617-16.252a13.464 13.464 0 0 1 2.296-.484c.124 0 .235-.028.346-.028a9.96 9.96 0 0 1 .913-.042c.276-.014.553 0 .829 0Z" clip-rule="evenodd"/>
13
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M173.498 144.433c-.111 0-.208.028-.319.028-3.554.304-7.04-1.355-9.433-4.177 1.065-2.116 3.015-3.583 5.436-3.873l5.477-.664c.083 0 .153-.014.236-.028 2.309-.207 4.619.733 6.362 2.421-1.245 3.361-4.066 5.837-7.732 6.28l-.027.013Zm-2.392-11.743c-2.517.221-4.965-1.798-5.491-4.565-.539-2.821 1.107-5.352 3.679-5.643.042 0 .097 0 .139-.014 2.517-.221 4.965 1.798 5.491 4.565.553 2.808-1.107 5.339-3.666 5.643-.041 0-.096 0-.138.014h-.014Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="M126.484 122.815c7.234-.042 13.997 5.795 15.505 13.665 1.619 8.396-3.333 15.976-11.079 16.931-.152.014-.304.041-.47.055-.124 0-.236.013-.36.027-7.483.456-14.647-5.49-16.224-13.651-1.619-8.451 3.389-16.031 11.176-16.93.124-.014.249-.028.359-.042.36-.028.72-.041 1.066-.055h.027Z" clip-rule="evenodd"/>
15
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m172.958 90.517 32.809 24.303a11.822 11.822 0 0 0-2.739 2.448l-32.491-24.054a12.291 12.291 0 0 0 2.435-2.71l-.014.013Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M126.071 127.505c2.586-.222 5.076 1.812 5.615 4.619.539 2.836-1.134 5.395-3.762 5.713-.041.013-.095.013-.136.013h-.002c-2.572.222-5.063-1.812-5.603-4.606-.522-2.774 1.046-5.248 3.534-5.689l.23-.05h.124Zm3.788 22.255c-3.623.318-7.179-1.356-9.613-4.205l.001-.029c1.093-2.13 3.098-3.637 5.56-3.928v-.013l5.588-.665c.083-.014.153-.027.235-.027 2.366-.207 4.718.733 6.488 2.434l-.001.042c-1.273 3.402-4.164 5.892-7.912 6.349-.11.014-.235.041-.346.042Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M161.769 95.911c.636.042 1.286.042 1.922 0h.18c.097 0 .194-.014.277-.027.415-.042.83-.111 1.231-.194l4.26 22.131c-.304 0-.609.014-.913.041-.111 0-.221.028-.346.028-.802.097-1.563.263-2.296.484l-4.329-22.463h.014Zm-8.507-3.609a16.197 16.197 0 0 0 3.319 2.186l-22.532 30.485a14.73 14.73 0 0 0-3.748-1.632l22.961-31.039Z"/>
18
+ </svg>
19
+ `;
@@ -0,0 +1,13 @@
1
+ export default `<svg id="tnt-Scene-ChartPie" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m108.418 192.85 147.17-26.279c.916-.165.949-1.457.055-1.678l-92.284-22.988a8.508 8.508 0 0 0-3.378-.155l-116.2 17.91c-2.053.32-2.45 3.102-.563 3.986l61.854 28.762a5.528 5.528 0 0 0 3.346.431v.011Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.913 61.77 170.091-10.23 21.857 95.05c.15.639.17 1.268.1 1.848a4.108 4.108 0 0 1-.539 1.598c-.28.47-.64.869-1.08 1.169-.439.3-.949.5-1.519.57l-164.454 20.61c-.7.09-1.39.02-2.039-.16a5.27 5.27 0 0 1-1.809-.919 5.774 5.774 0 0 1-1.38-1.529 5.453 5.453 0 0 1-.749-1.978L67.913 61.771Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M230.359 36.005c.559-.03 1.119.07 1.649.26s1.039.49 1.499.87c.46.379.859.828 1.179 1.338.32.51.57 1.079.71 1.678l2.618 11.38-170.1 10.24-2.2-12.648a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.37-.46.84-.84 1.39-1.109a4.804 4.804 0 0 1 1.848-.48l160.557-8.042ZM78.427 56.235c.54-.03 1.04-.169 1.47-.389.43-.22.799-.53 1.089-.899.29-.37.5-.8.62-1.269.12-.47.13-.979.04-1.508a4.105 4.105 0 0 0-.57-1.479 4.73 4.73 0 0 0-1.05-1.179c-.41-.33-.89-.59-1.389-.759-.5-.17-1.04-.25-1.579-.22-.54.03-1.03.16-1.47.38-.439.22-.799.53-1.098.899-.3.37-.51.8-.62 1.269-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.489a4.711 4.711 0 0 0 2.448 1.938c.5.17 1.04.25 1.58.22"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M92.37 172.375c-.7.09-1.39.02-2.04-.16a5.413 5.413 0 0 1-1.808-.919 5.77 5.77 0 0 1-1.38-1.528 5.392 5.392 0 0 1-.75-1.978L67.915 61.771l-2.2-12.648c-.06-.32-.08-.64-.07-.949 0-.31.05-.61.12-.899.07-.29.17-.57.29-.83.12-.259.28-.509.45-.739l-2.788 3.627c-.17.23-.32.47-.45.73a4.33 4.33 0 0 0-.41 1.708c0 .31.01.62.07.939l2.17 12.508 18.159 104.859c.12.71.38 1.369.74 1.959a5.504 5.504 0 0 0 3.148 2.417c.649.19 1.329.25 2.018.16l162.975-20.59 4.688-2.258-164.455 20.61Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M77.058 48.523c.54-.03 1.07.05 1.58.22.509.17.969.43 1.388.76.42.329.77.728 1.05 1.178.28.45.48.95.57 1.479.09.53.08 1.039-.04 1.508-.12.47-.33.9-.62 1.269-.29.37-.66.68-1.09.9-.43.219-.929.359-1.469.389-.54.03-1.069-.05-1.579-.22a4.46 4.46 0 0 1-1.389-.76 4.77 4.77 0 0 1-1.06-1.178 4.08 4.08 0 0 1-.569-1.489c-.09-.54-.07-1.049.04-1.518.11-.47.33-.91.62-1.269a3.407 3.407 0 0 1 2.568-1.279v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M163.871 108.832c.087.812.769 1.465 1.524 1.465l33.623-.159-33.957.159c-.668.058-1.118.494-1.205 1.089l-5.529 35.873c-.116.769.363 1.567 1.089 1.785-6.792-1.625-13.235-5.21-18.604-10.376-5.762-5.544-10.014-12.64-12.219-20.389-2.221-7.75-2.293-15.789-.204-23.103 2.09-7.3 6.211-13.525 11.857-17.879-.523.465-.552 1.365-.059 2.003l22.407 29.154c.174.232.421.32.638.305.32-.029.595-.305.566-.711l.087.798-.014-.014Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m164.959 110.297 34.059-.159c.668 0 1.292.537 1.437 1.248.015.072.029.145.029.232 0 .189.029.392.029.58 0 .102 0 .204.015.305v.639c.014.595.029 1.059.014 1.523v.552c0 .551-.029 1.016-.058 1.48 0 .276-.029.406-.029.537v.189c0 .13-.014.246-.029.377 0 .102-.014.189-.029.29 0 .16-.029.334-.043.494 0 .116-.029.232-.029.333 0 .087-.015.175-.03.262 0 .116-.029.246-.043.362 0 .073-.015.145-.029.218-.029.189-.044.377-.073.566a8.214 8.214 0 0 1-.101.624c-.044.29-.073.45-.102.624-.058.319-.087.493-.13.682-.044.247-.087.45-.131.653-.058.261-.087.421-.131.581 0 .058-.029.116-.043.188a5.378 5.378 0 0 1-.102.407c-.014.072-.029.13-.043.203l-.087.348c-.058.203-.102.406-.16.61-.073.232-.116.391-.16.551a40.45 40.45 0 0 1-.609 1.901c-1.916 5.471-5.021 10.26-9.099 13.989a31.577 31.577 0 0 1-4.455 3.425l-.131.087c-.058.044-.13.087-.188.116a31.378 31.378 0 0 1-8.94 3.773c-.13.029-.203.044-.29.073l-.392.087c-.159.029-.319.073-.464.102l-.232.043c-.044 0-.087.015-.145.029a32.458 32.458 0 0 1-3.57.508 33.15 33.15 0 0 1-4.804.073c-.217 0-.348-.015-.493-.029a2.44 2.44 0 0 1-.319-.029c-.088 0-.16 0-.247-.015a36.21 36.21 0 0 1-4.615-.696l-.551-.131a1.645 1.645 0 0 1-1.147-1.799l5.529-35.874c.087-.609.537-1.045 1.103-1.088l.058-.044Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M185.145 64.251c.246-.029.522.03.769.189 6.603 3.904 12.335 9.476 16.688 16.166 4.339 6.69 7.111 14.265 8.083 22.029.102.769-.391 1.393-1.074 1.451l-38.34-.13c-1.016 0-1.799-1.19-1.407-2.163l14.294-36.773c.174-.45.551-.725.987-.754v-.015Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M156.919 70.796c.581-.044 1.147-.087 1.727-.102.697-.029 1.35.552 1.495 1.306a.5.5 0 0 0 .029.146l3.628 35.858c.029.436-.247.711-.566.74-.218.015-.45-.072-.639-.304l-22.406-29.155c-.493-.638-.479-1.538.058-2.002a31.791 31.791 0 0 1 16.674-6.487Z"/>
12
+ </svg>
13
+ `;
@@ -0,0 +1,7 @@
1
+ export default `<svg id="tnt-Scene-CodePlaceholder" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="240" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M255 43a8 8 0 0 1 8 8v164a8 8 0 0 1-8 8H91a8 8 0 0 1-8-8v-2h162a8 8 0 0 0 8-8V43h2Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M67 35a8 8 0 0 1 8-8h170a8 8 0 0 1 8 8v170a8 8 0 0 1-8 8H75a8 8 0 0 1-8-8V35Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M78 198v-4.643a2 2 0 0 1 4 0V198h4.643a2 2 0 1 1 0 4H82a4 4 0 0 1-4-4Zm30.929 0a2 2 0 0 1 0 4h-9.286a2 2 0 0 1 0-4h9.286Zm22.285 0a2 2 0 0 1 0 4h-9.285a2 2 0 1 1 0-4h9.285Zm22.286 0a2 2 0 1 1 0 4h-9.286a2 2 0 0 1 0-4h9.286Zm22.286 0a2 2 0 0 1 0 4H166.5a2 2 0 1 1 0-4h9.286Zm22.285 0 .205.011a1.999 1.999 0 0 1 0 3.978l-.205.011h-9.285a2 2 0 0 1 0-4h9.285Zm22.286 0 .205.011a1.999 1.999 0 0 1 0 3.978l-.205.011h-9.286a2 2 0 0 1 0-4h9.286ZM238 198v-4.643a2 2 0 0 1 4 0V198a4 4 0 0 1-4 4h-4.643a2 2 0 0 1 0-4H238ZM78 180.357v-9.286a2 2 0 0 1 4 0v9.286a2 2 0 1 1-4 0Zm160 0v-9.286a2 2 0 0 1 4 0v9.286a2 2 0 0 1-4 0ZM78 158.071v-9.285a2 2 0 0 1 4 0v9.285a2 2 0 1 1-4 0Zm160 0v-9.285a2 2 0 0 1 4 0v9.285a2 2 0 1 1-4 0ZM78 135.786V126.5a2 2 0 1 1 4 0v9.286a2 2 0 1 1-4 0Zm160 0V126.5a2 2 0 1 1 4 0v9.286a2 2 0 0 1-4 0ZM78 113.5v-9.286a2 2 0 1 1 4 0v9.286a2 2 0 1 1-4 0Zm160 0v-9.286a2 2 0 0 1 4 0v9.286a2 2 0 1 1-4 0ZM78 91.214v-9.285a2 2 0 1 1 4 0v9.285a2 2 0 0 1-4 0Zm160 0v-9.285a2 2 0 1 1 4 0v9.285a2 2 0 1 1-4 0ZM78 68.929v-9.286a2 2 0 0 1 4 0v9.286a2 2 0 0 1-4 0Zm160 0v-9.286a2 2 0 0 1 4 0v9.286a2 2 0 1 1-4 0ZM78 46.643V42a4 4 0 0 1 4-4h4.643a2 2 0 0 1 0 4H82v4.643a2 2 0 0 1-4 0Zm160 0V42h-4.643a2 2 0 0 1 0-4H238a4 4 0 0 1 4 4v4.643a2 2 0 1 1-4 0ZM108.929 38l.204.01a2 2 0 0 1 0 3.98l-.204.01h-9.286a2 2 0 0 1 0-4h9.286Zm22.285 0a2 2 0 0 1 0 4h-9.285a2 2 0 1 1 0-4h9.285Zm22.286 0 .204.01a2 2 0 0 1 0 3.98l-.204.01h-9.286a2 2 0 1 1 0-4h9.286Zm22.286 0 .204.01a2 2 0 0 1 0 3.98l-.204.01H166.5a2 2 0 1 1 0-4h9.286Zm22.285 0a2 2 0 1 1 0 4h-9.285a2 2 0 0 1 0-4h9.285Zm22.286 0a2 2 0 1 1 0 4h-9.286a2 2 0 0 1 0-4h9.286Z"/>
6
+ </svg>
7
+ `;