@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,13 @@
1
+ export default `<svg id="tnt-Scene-NoFlows" 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="m97.696 193.857 133.74-23.88c.83-.15.86-1.32.05-1.53l-83.86-20.89c-1-.25-2.05-.3-3.07-.14l-105.59 16.27c-1.87.29-2.23 2.82-.51 3.62l56.21 26.14c.94.44 2.01.58 3.04.39l-.01.02Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M236.036 45.887c.53-.03 1.07.07 1.57.25s.99.47 1.43.83c.44.36.82.79 1.12 1.27.31.49.54 1.03.68 1.6l2.49 10.83-161.93 9.75-2.09-12.04a4.21 4.21 0 0 1 .06-1.81 3.917 3.917 0 0 1 2.07-2.57c.52-.26 1.11-.42 1.76-.46l152.84-7.65Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m81.386 70.417 161.92-9.74 20.81 90.49c.14.61.16 1.21.1 1.76-.07.55-.25 1.07-.51 1.52-.27.45-.61.83-1.03 1.11-.42.28-.9.47-1.45.54l-156.56 19.62c-.67.09-1.32.02-1.94-.15-.62-.17-1.21-.47-1.72-.88-.51-.4-.96-.88-1.31-1.45-.35-.57-.6-1.2-.71-1.88l-17.59-100.94h-.01Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M222.506 81.657c-1.18-6.09-6.57-10.6-12.11-10.12v.03h-.16c-4.94.51-8.32 4.87-8.22 10.14v.05l-19.84 1.7-1.14-5.9c-.25-1.29-1.39-2.24-2.61-2.14h-.03l-28.57 2.14c-1.21.13-1.98 1.29-1.73 2.61l1.35 6.65-19.42 1.44v-.02c-1.93-5.14-6.89-8.65-11.99-8.21 0 0-.1.01-.15.01-5.85.6-9.61 6.23-8.4 12.55 1.18 6.24 6.8 10.83 12.56 10.32.07 0 .15-.01.22-.01 5.15-.55 8.67-5 8.58-10.38v-.05l19.43-1.46.24 1.27 1.49 7.76c.24 1.31 1.42 2.27 2.65 2.16l9.86-1.07 3.22-.35 2.25 13.09 2.31 13.42-.3.46-6.26 9.6-.49.75s-.04.09-.07.13l-21.13 2.51c-2.07-4.7-6.72-7.82-11.53-7.4-.1 0-.21.03-.31.03-5.82.67-9.58 6.36-8.37 12.68 1.2 6.21 6.72 10.71 12.43 10.21.1 0 .22-.03.34-.03 5.38-.66 8.97-5.55 8.52-11.26-.04-.46-.1-.94-.19-1.42.09.48.16.96.19 1.42l21.19-2.55c-.06-.07-.11-.15-.17-.23l10.96 8.8c.58.46 1.26.67 1.9.61.7-.06 1.35-.42 1.75-1.06l7.19-11.08c.09-.15.18-.31.24-.48.45-1.18.04-2.67-1.02-3.52l-.75-.6-10.26-8.29-2.26-13.2-2.24-13.03 11.36-1.23c1.2-.14 1.94-1.3 1.7-2.61l-1.49-7.7-.21-1.12 19.86-1.71c1.57 4.15 5.14 7.22 9.1 7.87.78.12 1.59.16 2.4.09.06-.02.13-.02.19-.02.43-.04.85-.12 1.26-.22 4.87-1.23 7.8-6.35 6.71-12.04l-.03.01Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M90.096 57.807c.51-.03 1.02.05 1.5.21.49.16.92.41 1.32.72s.73.69 1 1.12c.27.43.46.9.54 1.41.09.5.08.99-.04 1.44-.11.45-.31.86-.59 1.21-.28.35-.63.65-1.04.86-.41.21-.88.34-1.4.37-.51.03-1.02-.05-1.5-.21a4.23 4.23 0 0 1-1.32-.72c-.39-.31-.74-.69-1.01-1.12-.27-.43-.46-.9-.54-1.42-.09-.51-.07-1 .04-1.45.1-.45.31-.87.59-1.21.28-.34.63-.64 1.05-.86.42-.22.88-.34 1.4-.36v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M104.676 175.717c-.67.08-1.32.02-1.94-.15-.62-.18-1.21-.48-1.72-.88s-.96-.88-1.31-1.46c-.35-.56-.6-1.2-.71-1.88l-17.59-100.93-2.09-12.04c-.06-.3-.08-.61-.07-.9 0-.29.05-.58.11-.86.07-.28.16-.54.28-.79.11-.25.27-.49.43-.7l-2.65 3.45c-.16.22-.3.45-.43.69-.11.25-.21.5-.28.78-.07.28-.1.55-.11.85 0 .29 0 .59.07.89l2.06 11.91 17.29 99.82c.11.68.36 1.3.7 1.86a5.4 5.4 0 0 0 1.29 1.44c.51.39 1.08.68 1.7.87.62.18 1.27.24 1.92.15l155.15-19.6 4.46-2.15-156.56 19.62v.01Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color17)" d="m270.686 171.187-3.89 2.51s-.09.06-.13.08c-.04.02-.09.06-.12.08-.04.02-.09.06-.12.08-.04.02-.09.06-.13.08-.83.5-1.68.96-2.55 1.37-.87.41-1.77.76-2.7 1.08-.92.32-1.86.57-2.81.78-.96.21-1.94.37-2.92.47-.49.06-.99.1-1.48.13s-1 .04-1.5.05c-.5 0-1.01 0-1.52-.04s-1.02-.06-1.53-.12c-1.54-.15-3.07-.43-4.6-.81-1.52-.39-3.03-.89-4.5-1.5-1.47-.61-2.92-1.34-4.33-2.17-1.41-.83-2.77-1.76-4.07-2.79a36.883 36.883 0 0 1-3.7-3.36c-1.15-1.2-2.24-2.48-3.23-3.81-.99-1.33-1.89-2.75-2.7-4.2a37.21 37.21 0 0 1-2.12-4.52c-.61-1.55-1.1-3.12-1.48-4.71a34.17 34.17 0 0 1-.8-4.77c-.15-1.6-.19-3.17-.12-4.74.07-1.57.27-3.11.58-4.62.3-1.49.7-2.92 1.21-4.3s1.12-2.71 1.82-3.97c.7-1.26 1.49-2.45 2.38-3.56.89-1.11 1.85-2.15 2.91-3.1l3.43-3.1a26.29 26.29 0 0 0-5.33 6.73 28.19 28.19 0 0 0-3.04 8.35 32.074 32.074 0 0 0-.46 9.46c.15 1.61.42 3.22.81 4.82.39 1.6.89 3.19 1.49 4.76.62 1.57 1.33 3.09 2.14 4.56a38.822 38.822 0 0 0 5.99 8.11c1.17 1.22 2.42 2.35 3.74 3.39a36.466 36.466 0 0 0 8.49 5.03c1.49.63 3.01 1.13 4.55 1.53a31.16 31.16 0 0 0 6.19.95c.52.03 1.02.04 1.53.04s1.01-.02 1.52-.04 1-.07 1.5-.13c.99-.11 1.98-.27 2.95-.47.97-.2 1.92-.47 2.84-.78.93-.31 1.83-.68 2.72-1.08.89-.41 1.74-.87 2.57-1.38.05-.03.09-.06.13-.08.05-.02.09-.06.12-.08.04-.02.09-.06.12-.08.04-.02.09-.06.13-.09"/>
10
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M268.976 118.726c1.68 1.36 3.24 2.86 4.66 4.48 1.42 1.62 2.7 3.35 3.83 5.16 1.13 1.82 2.1 3.73 2.9 5.71.8 1.97 1.44 4.02 1.89 6.1.33 1.56.56 3.11.67 4.67.11 1.56.13 3.1.02 4.61-.11 1.52-.31 3.03-.63 4.5-.32 1.47-.74 2.91-1.27 4.3a27.574 27.574 0 0 1-4.37 7.57c-.91 1.12-1.92 2.16-3.01 3.1-1.09.95-2.26 1.81-3.51 2.57a25.402 25.402 0 0 1-5.29 2.46c-.93.31-1.88.57-2.84.78-.96.21-1.95.37-2.95.47-.5.06-1 .1-1.5.12-.5.03-1.01.04-1.52.04s-1.02 0-1.53-.04c-.51-.03-1.03-.07-1.55-.12-1.55-.15-3.1-.43-4.64-.83-1.53-.4-3.06-.9-4.55-1.53a36.39 36.39 0 0 1-4.37-2.19c-1.42-.84-2.8-1.78-4.12-2.83a38.772 38.772 0 0 1-3.74-3.39 37.388 37.388 0 0 1-3.26-3.86c-.99-1.35-1.92-2.78-2.73-4.25-.81-1.47-1.53-3-2.14-4.57-.62-1.57-1.11-3.16-1.49-4.76-.38-1.6-.65-3.21-.81-4.82-.15-1.61-.19-3.2-.12-4.79.08-1.59.27-3.14.58-4.67.31-1.53.72-3.01 1.24-4.43s1.16-2.78 1.88-4.07c.72-1.3 1.55-2.51 2.48-3.65.93-1.14 1.93-2.2 3.02-3.15 1.09-.97 2.26-1.83 3.49-2.59a26.8 26.8 0 0 1 3.85-1.96c1.33-.55 2.72-.99 4.15-1.32 1.43-.33 2.88-.54 4.38-.64 2-.13 4.01-.05 6.01.23s3.98.75 5.93 1.41c1.95.66 3.85 1.5 5.69 2.52 1.84 1.03 3.61 2.21 5.3 3.58v.03l-.03.05Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M250.106 125.326c.32-.02.65.02.95.12.3.1.6.26.85.47.25.21.48.46.66.74.18.28.31.6.38.94l2.62 12.85 12.15-1.04c.32-.03.64.02.94.12.3.1.59.26.84.47.25.21.48.46.66.74.18.28.31.6.38.94.07.34.07.67.02.97-.05.3-.17.59-.33.83s-.37.44-.63.59c-.26.15-.54.25-.86.27l-12.16 1.08 2.65 13.01a2.448 2.448 0 0 1-.33 1.84c-.16.25-.38.46-.64.61-.26.15-.55.26-.88.29-.33.03-.65 0-.96-.11-.31-.11-.6-.26-.86-.47-.26-.21-.49-.46-.67-.75a2.88 2.88 0 0 1-.38-.96l-2.64-13.05-12.4 1.1c-.33.03-.66-.01-.97-.11-.31-.1-.61-.26-.87-.47-.26-.21-.49-.46-.67-.75a2.88 2.88 0 0 1-.38-.96c-.07-.35-.07-.68 0-.99.07-.31.19-.6.36-.84.17-.24.39-.45.66-.61.27-.16.56-.25.89-.28l12.39-1.07-2.6-12.89a2.315 2.315 0 0 1 .35-1.79c.17-.24.39-.44.64-.59.25-.15.55-.24.87-.26l-.03.01Z"/>
12
+ </svg>
13
+ `;
@@ -0,0 +1,20 @@
1
+ export default `<svg id="tnt-Scene-NoUsers" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <g clip-path="url(#a)">
3
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320.5 83v90c0 13.246-10.754 24-24 24h-272c-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"/>
4
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M229.634 181.262c.635-8.609-39.267-18.57-89.125-22.249-49.857-3.679-90.79.318-91.424 8.927-.636 8.609 39.267 18.57 89.124 22.248 49.857 3.679 90.79-.317 91.425-8.926Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M243.5 36.32c-5.27-5.78-30.57-10.07-60.94-10.07-30.37 0-53.43 3.97-60.14 9.34h-.01s-.13.11-.34.3l-.29.26c-6.87 6.31-67.3 65.56.7 138.64 6.81 8.8 31.12 15.31 60.08 15.31 28.96 0 52.14-6.21 59.57-14.71 0 0 70.73-62.9 1.36-139.07h.01Z" clip-rule="evenodd"/>
6
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M134.23 35.14c0-2.5 21.4-5.5 47.79-5.45 26.39.05 47.78 3.1 47.77 5.61-.01 2.51-21.4 5.5-47.79 5.45-26.39-.05-47.78-3.1-47.77-5.61Zm109.8 46.361c-.99-7.94-5.12-16.25-10.43-22.75-1.05-1.28-2.72-1.86-4.36-1.62l-5.33.78c-3.01.44-4.17 4.13-2.05 6.31 4.79 4.92 11.22 12.36 13.7 19.37.76 2.14 3.11 3.62 5.25 2.84 2.07-.76 3.49-2.74 3.22-4.93Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M168.59 150.929c34.49-.77 66.18 8.34 79.01 6.72l1.19.28a85.12 85.12 0 0 1-11.42 11.67c-7.33 6.18-16.97 8.53-26.55 8.75l-52.98 1.19c-9.59.21-19.32-1.7-26.92-7.55a86.394 86.394 0 0 1-9.76-8.77c3.65-6.38 26.23-11.81 47.44-12.29h-.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M203.92 88.83c-2.17 3.63-3.07 7.91-1.94 1.24.32-1.92.36-3.87.11-5.79-.72-5.47-2.24-15.52-5.33-12.05-.25.28-.37.65-.35 1.02.61 8.47 3.4 16.55-.18 24.82-.65 1.51-1.12 3.1-1.47 4.71-.72 3.33-2.13 7.75-4.14 5.46.72-4.64 3.29-9.44 2.02-14.21-.83-4.55 3.64-11.82 1.17-15.55-.39-.58-1.21-.75-1.77-.33-4.96 3.68-1.02 14.18-3.09 19.6-.29.75-1.18 1.05-1.86.62-3.92-2.48-2.99-9.04-1.94-13.46.06-.27.03-.55-.1-.79-4.84-9.18-6.13 13.25.82 19.31.08.07.14.14.2.22 2.6 3.96-3.91 17.3-7.14 12.57a1.18 1.18 0 0 1-.21-.73c.04-5 3.73-11.65 1.15-15.96-.53-.89-1.86-.83-2.25.13-.93 2.31 1.17 6.86-.99 8.25-1.57-2.07-.14-6.19-.46-8.93-.03-.22 0-.44.06-.64 3.55-10.62-4.77-12.98-2.99-.37.02.17.02.34-.02.5-1.91 8.96 3.33 17.83-.33 26.13-.25.56-.59 1.07-.97 1.55-1.66 2.11-3.1 5.1-4.86 2.04-.29-.51-.14-1.12.3-1.51 3.57-3.11 3.2-22.11-.93-19.13-.81.59-1.23 1.58-1.2 2.59.1 4.19 2.49 13.64-1.56 11.75a1.37 1.37 0 0 1-.74-.84c-2-6.48 1.56-12.67 2.15-19.13.3-2.35-2.06-17.33-4.19-12.84-.33.69-.42 1.45-.36 2.21.41 5.27 2.7 18.18-1.37 5.73-.38-1.33-.69-2.23-.93-2.8-.02-.06-.05-.13-.09-.2-.11-.23-.2-.39-.29-.47-.31-.4-.76-.72-1.39-.4-1.29.64-1.22 1.74-.39 3.22.83 1.48 1.54 3.92 1.74 7.59.16 2.97.57 6.15.72 7.25.09 1.11.15 1.99.16 2.5 0 .16-.04.32-.11.47-2.97 6.02 6.13 17.45 2.85 21.43-.57.69-1.66.55-2.07-.24-1.56-2.94-4.24-5.25-6.02-8.03-3.58-4.19-1.62-12.52-4.94-15.9-.61-.62-1.66-.47-2.03.31-.73 1.52-.25 3.66.52 5.81.54 1.51-1.71 2.42-2.32.94-1.06-2.58-1.33-5.73-1.5-8.48-.07-1.2-.51-2.37-1.34-3.24-4.58-4.78-.74 18.78 8.28 23.49.79.41 1.52.95 2.13 1.6 10.29 10.95 1.25 30.56 11.47 40.11.22.2.5.32.8.32 2.81.06 8.47.6 5.54-3.41-21.19-34.49 31.54-50.77 36.27-79.16.23-1.38-1.6-2.08-2.31-.88v-.02h.01Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M162.19 145.24c-1.05-2.72 3.14-4.82 2.72-9.01-.21-2.13-1.4-3.12-2.79-3.78.13 1.26-.03 2.34-.68 3.12-.57.69-1.66.55-2.07-.24-1.56-2.94-4.24-5.25-6.02-8.03-3.58-4.19-1.62-12.52-4.94-15.9-.61-.62-1.66-.47-2.03.31 4.08 2.71 4.51 9.02.32 10.07-1.23.31-1.96 1.18-2.33 2.29 1.54 2.72 3.44 5.01 5.65 6.16.54.28 1.04.64 1.5 1.03 1.36-.37 2.58-.63 3.35.15 1.29 1.29 1.83 3.57.58 5.5 4.83 11.18-.6 26.82 8.18 35.02.22.2.5.32.8.32 2.81.06 8.47.6 5.54-3.41-5.13-8.35-5.92-15.62-4.12-22.26-1.55-.77-2.96.44-3.65-1.35h-.01v.01Zm41.89-53.4c0-.84-.8-.86-1.33-.78-1.12 2.36-1.55 3.88-1.04.68-.57.53-1.4 1.18-1.64.71-.19-.38-1.22-.66-2.2-.67-.23 2.09-.72 4.18-1.63 6.28l-.67 1.79c-.32.96-.58 1.93-.8 2.92-.72 3.33-2.13 7.75-4.14 5.46.2-1.29.54-2.59.91-3.9-.34-.33-.66-.72-.87-1.19-.74-1.66-1.11-3.69.18-3.87 1.29-.18 2.21-2.03.92-2.77-1.29-.74-1.66-2.77-.37-3.5 1.18-.67.2-3.94-1.93-4.23.15 3.3.38 6.62-.52 8.97-.29.75-1.18 1.05-1.86.62-2.09-1.32-2.8-3.81-2.84-6.52-.7 1.03-1.07 2.22-.78 3.37.45 1.79-.46 1.61-1.29 1.48.78 2.75 1.99 5.23 3.7 6.72.08.07.14.14.2.22.68 1.03.73 2.71.39 4.53.56.77 1.07 1.83 1.07 3.15 0 2.51-.91 3.8.93 5.43 7.18-7.23 13.92-14.58 16.72-22.93-.59-.67-1.11-1.42-1.11-1.98v.01ZM177.48 122c2.09-1.88.63-4.4-1.05-6.07-1.68-1.67-.63-2.72-.42-4.82.13-1.3-1.42-1.63-2.63-1.69.65 4.58 1.45 9.08.14 13.43 1.16.21 2.75.22 3.95-.85h.01Zm-3.05-25.859c.26.69 1.23.85 2.2.83 1.15-4.45.09-7.16-1.18-7.53-.59.92-1.24 2.36-.29 3.19 1.48 1.29-1.29 2.03-.74 3.5l.01.01Zm-18.34.209c.84 1.48 1.54 3.92 1.74 7.59.04.67.08 1.35.14 2.02.81-.07 1.84 1.24 2.79 1.05 1.34-.27 1.43-2.6-.36-2.69-1.79-.09-1.97-2.33-1.52-2.96.45-.63.27-2.87-.81-4.03-.56-.61-.19-1.82.28-2.85-.04-.09-.07-.19-.11-.27-.02-.06-.05-.13-.09-.2-.11-.23-.2-.39-.29-.47-.31-.4-.76-.72-1.39-.4-1.29.64-1.22 1.74-.39 3.22l.01-.01Zm7.02 30.22c.669 0 1.21-.515 1.21-1.15 0-.636-.541-1.15-1.21-1.15-.668 0-1.21.514-1.21 1.15 0 .635.542 1.15 1.21 1.15Zm1.7 1.43c.293 0 .53-.26.53-.58 0-.32-.237-.58-.53-.58-.292 0-.53.26-.53.58 0 .32.238.58.53.58Zm-2.17 1.781c.21 0 .38-.188.38-.42 0-.232-.17-.42-.38-.42s-.38.188-.38.42c0 .232.17.42.38.42Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M122.83 163.649c46.73 11.39 95.53-13.09 127.93-8.27a85.526 85.526 0 0 1-13.4 14.22c-7.33 6.18-15.67 10.84-28.83 12.85-18.59 2.84-23.59-1.95-46.14-.23-21.86 1.67-35.12-9.22-41.18-18.94.28.45 1.06.24 1.61.37h.01Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M120.72 145.59c-.87-1.78-1.68-3.57-2.38-5.42-1.43-3.76-3.65-9.83-4.96-14.55-1.16-4.19-7.05-20.1-1-39.43.56-1.79.3-3.72-.71-5.3-4-6.22 9-14.98 5.12-19.81a.7.7 0 0 1-.08-.1 6.283 6.283 0 0 1-1.43-4.92c.09-.66.12-1.2-.24-1.54-1-.93-3.79 2.47-5.73 5.43-.13.21-.27.41-.43.59-.74.85-2.02 3.04-2.02 3.04h.02c-.87 1.33-1.71 2.93-2.48 4.82-5.98 14.74-12.36 45.48 7.07 77.42l.27.42c1.16 1.63 8.84 12.02 10.5 4.7.28-1.25-.65-3.58-1.52-5.34v-.01Zm7.24-97.869c-.67.79-1.26 1.65-1.77 2.55-1.51 2.66-3.08 8.29-5.43 7.4-1.2-.46-2.6-5.27-2-7.28.6-2.01 5.45-7.81 11.05-8.41 2.1-.23 2.43.68-1.85 5.74Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m118.29 122.461-4.17 2.28c-1.29.71-2.94.22-3.47-1.16-1.8-4.66-1.53-8.49-1.12-10.62.23-1.17 1.21-1.97 2.39-2.18l4.37-.79c2.38-.43 4.48 1.61 4.26 4.02-.15 1.55-.26 3.26-.25 4.77 0 1.49-.71 2.96-2.01 3.68Zm-6.07 11.059c2.19 13.31 11.44 24.15 16.38 27.89.81.61 1.87.67 2.81.28 1.43-.59 1.77-2.69.83-3.92-3.99-5.2-8.94-16.15-10.53-27.19-.29-2.04-2.61-3.23-4.36-2.13l-3.92 2.47c-.88.56-1.37 1.57-1.2 2.6h-.01Z"/>
13
+ </g>
14
+ <defs>
15
+ <clipPath id="a">
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h320v240H0z"/>
17
+ </clipPath>
18
+ </defs>
19
+ </svg>
20
+ `;
@@ -0,0 +1,30 @@
1
+ export default `<svg id="tnt-Scene-Radar" 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_Color13)" d="M160.963 203.369h42.05l-.4-1.33-.4-1.33-9.35-31.04-.8-2.66-10.09-33.57-10.7 35.57-.86 2.92-8.67 28.79-.4 1.33-.4 1.33.02-.01Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M171.504 170.31c7.59 1.41 14.34-1.96 19.59-6.51l-9.23-29.95-10.35 36.47-.01-.01Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M158.623 159.979c1.73 1.72 3.58 3.17 5.52 4.39 9.27 5.78 20.45 5.67 27.13-1 4.86-4.85 6.24-12.1 4.37-19.25-1.21-4.71-3.83-9.35-7.76-13.28-9.95-9.93-24.55-11.45-32.64-3.38-8.09 8.04-6.56 22.64 3.39 32.54v-.02h-.01Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M159.833 158.04c1.73 1.72 3.58 3.17 5.52 4.39 9.27 5.78 20.44 5.67 27.13-1 4.86-4.85 6.24-12.1 4.37-19.25-1.21-4.71-3.83-9.35-7.76-13.28-9.95-9.93-24.55-11.45-32.64-3.38-8.09 8.04-6.56 22.64 3.39 32.54v-.02h-.01Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M165.653 163.85c2.26.94 4.52 1.57 6.77 1.96 6.19-5.8 11.78-12.78 16.4-20.79 1.88-3.28 3.55-6.58 4.98-9.91-2.92-3.89-7.12-7.18-12.25-9.33-12.99-5.39-27.07-1.24-31.47 9.29-4.4 10.51 2.58 23.42 15.57 28.79v-.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M147.504 212.999h66.82v-9.62h-66.82v9.62Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M160.963 203.369h42.05l-.4-1.33h-41.26l-.4 1.33h.01Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m178.353 170.24-7.07 31.81-7.57 1.38V213h-16.22v-9.62l13.67-.67 10.12-33.7 7.07 1.22v.01Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color22)" d="m174.453 168.529-11.53 34.18-12.88 1.24v9.05h-2.55v-9.62l13.87-1.34 10.33-34.37h3.43l-.66.86h-.01Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M195.114 142.759s3.24 13.69-5.1 18.61c0 0 5.91-8.33 4.57-18.44-1.35-10.11.54-.17.54-.17h-.01Zm5.45 59.22-10.78-37.12-.2.22 7.71 36.76.02.21"/>
13
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M188.074 145.819c50.26-34.42 79.15-79.62 64.55-100.94-14.6-21.32-67.18-10.7-117.44 23.72-50.25 34.43-79.15 79.62-64.55 100.94 14.6 21.32 67.18 10.7 117.44-23.72Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M185.164 143.209c50.26-34.42 79.15-79.62 64.55-100.94-14.6-21.32-67.17-10.69-117.43 23.74-50.26 34.41-79.16 79.6-64.55 100.92 14.6 21.32 67.18 10.7 117.44-23.72h-.01Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M218.353 110.769s-6.43 4.63-18.88 7.23c1.1-1.41 2.07-2.99 2.73-4.71 0 0 1.02-2 .6-3.3 18.47-34.45 8.66-71.92 8.66-71.92l-1.81 3.85c6.54 39.11-5.31 64.32-7.02 67.69-.48-.76-1.69-1.1-4.36-.25 0 0-4.51 1.1-16.08 10.35h-1.7v-.93h-2.07l-.88.72-.65-.72v-1.46l-3.16-.55-6.43 6.07 1.7.66h3.54l1.74-2.15s.99 3.16 5.02.11l3.11-.11s-8.23 8.28-3.87 9.71c0 0 .42 0 1.15-.1-29.32 21.85-61.32 28.88-80.81 31.11-1.6-1.29-2.99-2.76-4.14-4.44-9.65-14.08-.29-38.59 21.66-63.53 4.49 2.99 25.49 16.6 47.99 24.67l-46.62-26.21c11.07-12.29 25.17-24.64 41.53-35.85 14.51-9.94 29.21-17.88 43.14-23.66-19.82 5.14-42.77 15.78-65.27 31.19-50.28 34.42-79.19 79.6-64.58 100.92 10.38 15.16 39.99 14.17 74.3-.07-19.3 5.01-35.6 4.8-45.59-1.31 52.46-9.32 75.52-28.88 80-33.12 2.47-.56 6.18-1.89 9.54-5.18 0 0 4.57-2.61 8.13-6.9 6.61-1.13 14.18-3.03 21.02-6.23 0 0 3.76-.02 3.76-3.68 0 0-3.01-3.05-5.41 2.07l.01.03Zm-36.87 9.51h-.02.03-.01Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m114.454 60.509-.27 5.3.92 27.12-3.25-3.67-1.02-25.12-1.87-1.09 5.38-4.38.1 1.85.01-.01Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m129.103 51.709-4.6-.56c.94-.87 1.76-1.68 2.4-2.4l3.96-3.11 78.79-3.73 1.81-3.85-79.43 3.77s-.48-.03-2.83 2.26l-.18.21c-.04-.07-.09-.14-.15-.21l-9.51-11.42c.01.23.02.44-.05.66-1.09 3.86-11.83 11.72-15.57 13.77-1.49.82-3.28 1.8-4.99 1.87l8.72 10.72-4.95 3.99-26.87 101.84h4.21l27.04-100.82 7.54-5.66-.19-.18c2.02-1.18 4.21-2.73 6.26-4.34h.49l4.51-.72 95.69 58.14 2.91-3.06-95.01-57.17Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M168.054 124.139c6.24-4.27 9.64-10.14 7.62-13.11-2.03-2.96-8.74-1.91-14.98 2.36-6.23 4.27-9.64 10.14-7.62 13.11 2.03 2.97 8.74 1.91 14.98-2.36Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M167.954 123.459c5.17-3.54 8.37-7.83 7.16-9.59-1.2-1.76-6.37-.32-11.54 3.21-5.17 3.54-8.37 7.83-7.16 9.59 1.21 1.76 6.37.33 11.54-3.21Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M168.113 116.26c-3.66-5.86-7.35-11.68-10.94-17.57-.22-.36-.43-.72-.74-1.01-.67-.64-1.9-.65-2.79-.68a6.84 6.84 0 0 0-1.96.24c-.61-1.45-1.21-2.9-1.83-4.35l-1.44-3.43c-.23-.53-.5-1.85-.94-2.24-.96-.82-2.58-.16-3.53.34-.52.27-1.04.59-1.42 1.04-.21.24-1.21 1.93-.92 2.23 2.45 2.48 4.81 5.07 7.22 7.61.15.15.28.3.43.45-.76 1.04-1.3 2.58-.91 3.71.14.41.4.77.66 1.13 1.54 2.1 3.09 4.19 4.61 6.31 3.11 4.31 6.21 8.62 9.31 12.94 1.46-.07 2.93-.41 4.13-1.21 1.08-.72 2.08-1.71 2.31-3 .19-1.05-.74-1.69-1.26-2.52l.01.01Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color22)" d="m129.103 53.13 28.62 17.28-29.2-17.13-.05-.03-.06-.02-2.53-.79 3.22.69Zm-.26-8.77.21.27-.07.19c-.27.69-1.28 2.42-4.85 6.02l-.46.46-.43.43-9.46-11.62c.16-.15.37-.34.61-.57.58-.55 1.36-1.32 2.15-2.18.79-.86 1.6-1.82 2.24-2.75.39-.57.73-1.16.96-1.72l9.1 11.47Zm80.91-4.54-77.93 3.58h-.1l-.09.04-1.95.89 2.81-2.01 77.24-2.6v.1h.02Zm-95.44 18.95-5.57 4.18 2.09 1.19 2.55 1.36 1.03 26.53.55.47-.64-33.72-.01-.01Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m111.983 64.739.37 24.5-1.33-25.03.96.53Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M144.344 87.5s1.29-.7 2.98-.35l4.89 10.14s2.79-1.36 4.55 1.36c1.77 2.72 13.07 19.84 13.07 19.84s-.29 1.25-1.63 2.36c-.47.39-14.43-22.92-16.61-22.89l-5.38-9.19-1.87-1.27Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m144.344 87.5.11-.05 2.18.5 5.01 10.04 3.73 1.16 13.9 20.659-1.01 1.47-14.1-20.54-3.35-2.03-5.32-9.41-1.15-1.79v-.01Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M168.124 123.229h-.62l-3.12-.4s4.41-1.09 5.46-4.34l-.73-1.09-.24-.37 5.59.21s-2.56 3.85-6.34 6v-.01Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m100.684 49.85 8.14 11.1-4.46 3.17-27.06 100.87 28.07-100.68 4.42-3.41 1.71-.58-1.78.29-9.06-12.14-.89.24.9 1.15.01-.01Zm12.84-10.45 9.89 12.32 5.44 1.25 95.84 57.519-96.13-56.91-6.12-.89-9.65-12.62"/>
27
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M99.413 49.08c-2.2-.07.3-3.93 5.63-8.64 5.36-4.77 11.58-8.63 13.87-8.61h.06c2.2.07-.31 3.93-5.63 8.65-5.38 4.77-11.59 8.61-13.88 8.61h-.06l.01-.01Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m209.153 204.199.06 8.2 2.83.05v-8.24h-2.89v-.01Z"/>
29
+ </svg>
30
+ `;
@@ -0,0 +1,32 @@
1
+ export default `<svg id="tnt-Scene-RoadMap" 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)" d="M244.72 98.772c-.524-1.133-1.445-2.737-2.407-3.947l3.51-35.763H53.015l1.673 35.503a458.47 458.47 0 0 0-6.097 3.727l-.001.017-.004-.016c-5.2 3.241-10.188 6.544-10.54 7.498-.75 2.036-8.735 40.501-9.356 43.295 0 0-6.618 47.136-6.584 47.831 1.048.126 4.426.083 4.426.083l23.79-.083-1.46-42.007s.213-.959 7.28-10.22c.295-.388.58-.768.853-1.136l.747 15.819a7.605 7.605 0 0 0 .164 1.237 7.784 7.784 0 0 0 .353 1.148l3.028 7.499c.14.38.306.743.501 1.088a7.498 7.498 0 0 0 2.27 2.459 8.635 8.635 0 0 0 3.23 1.35c1.195.237 2.493.258 3.84.021l146.247-25.76c1.9 2.613 3.628 4.704 4.29 5.416 1.417 1.526 4.577 3.488 4.904 4.904.328 1.418 5.667 9.045 8.282 15.911 1.455 3.818 4.136 9.733 8.401 22.358l33.813-.072c-3.578-7.079-6.443-12.678-7.231-14.004-2.398-4.032-7.847-16.129-8.173-19.507-1.09-7.411-2.711-7.771-3.582-8.533-.872-.763-1.888-3.377-2.632-5.661-.666-2.044.456-5.25.347-7.648-.109-2.397.505-7.153.744-10.742.109-1.635-.327-13.949-1.852-16.129-1.526-2.18-3.315-11.264-4.405-13.552-1.089-2.289-3.491-2.82-5.561-2.384Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M69.414 113.044c.16 1.193-1.45 3.136-2.431 4.194-1.19-.78-2.276-1.718-3.272-2.73-2.545-2.58-4.825-5.627-6.198-8.985-.137-.336-.239-.7-.21-1.095 5.998-3.738 12.276-7.395 12.276-7.395l7.392 1.555s.782 1.517.308 4.013c-.475 2.496-8.094 8.734-7.865 10.441v.002Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M66.773 117.462c-1.512-.566-2.352-1.767-3.063-2.954-.008-.013-.023-.023-.034-.035.47-.149.825-.56 1.045-1.005.236-.476.355-1 .559-1.491.204-.492.518-.97 1.001-1.191.16-.072.348-.125.433-.279.196-.348-.304-.965-.48-1.242-.274-.431-.573-.851-.8-1.311-.147-.296.245-.563.475-.326.297.308.598.629.688.757.474.668 1.19 1.168 1.915.502.267-.244.454-.562.683-.843.14-.172.3-.331.417-.52.093-.152.159-.321.236-.483.38-.806 1.048-1.463 1.35-2.302.385-1.063-.065-1.869-.314-2.876a7.327 7.327 0 0 1-.229-1.837c.003-.266.044-.567.26-.72.198-.136.486-.086.661.078.378.35.243 1.028.532 1.454.222.33.655.472 1.042.433.36-.036.657-.254.89-.518.544-.613.807-1.478 1.108-2.224.04-.1.08-.2.122-.3l1.705.359s.782 1.516.308 4.013c-.475 2.496-8.094 8.734-7.865 10.441.16 1.194-1.66 3.36-2.642 4.419l-.003.001Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M61.056 113.519c.095.002.184.05.266.1.354.216.684.477 1.053.666.105.053.216.102.33.14.326.351.662.692 1.008 1.025.866.831 1.795 1.61 2.797 2.279l-.256.254s.033.115.102.274c-.844.811-1.628 1.684-2.408 2.453-.468.463-.948.92-1.474 1.319a3.91 3.91 0 0 1-.214.152c-.077.052-.082.059-.127.082a2.6 2.6 0 0 1 .05-.22c.088-.3.194-.606.368-.857.339-.489.817-.851 1.24-1.265.447-.438.848-.941.937-1.582a2.05 2.05 0 0 0-.823-1.968c-.53-.384-1.164-.57-1.667-.991a6.485 6.485 0 0 1-1.332-1.527c-.036-.055-.07-.115-.062-.18.01-.095.115-.159.21-.157l.002.003Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M254.031 35.94c.939 0 1.808.25 2.576.694.768.443 1.431 1.075 1.966 1.856a7.993 7.993 0 0 1 1.172 2.726c.237 1.023.316 2.137.202 3.31l-9.818 100.047a9.579 9.579 0 0 1-.773 2.914 10.69 10.69 0 0 1-1.571 2.546 9.283 9.283 0 0 1-2.15 1.909c-.791.501-1.642.852-2.515 1.005L80.234 181.639c-1.37.241-2.69.219-3.906-.022a8.806 8.806 0 0 1-3.288-1.374 7.636 7.636 0 0 1-2.308-2.502 7.533 7.533 0 0 1-.966-3.401l-5.74-127.932a10.548 10.548 0 0 1 .706-4.336 10.603 10.603 0 0 1 2.295-3.564 10.85 10.85 0 0 1 3.507-2.401 10.866 10.866 0 0 1 4.336-.865l179.165.703-.004-.005Zm-4.205 108.686 9.801-100.096a10.75 10.75 0 0 0 .03-1.629 8.905 8.905 0 0 0-.223-1.523 8.522 8.522 0 0 0-.452-1.382 6.917 6.917 0 0 0-.663-1.212 6.33 6.33 0 0 0-.852-1.005 5.218 5.218 0 0 0-2.185-1.25 4.789 4.789 0 0 0-1.286-.172l-179.112-.584a10.459 10.459 0 0 0-4.126.825 9.978 9.978 0 0 0-1.79.984c-.558.386-1.08.82-1.55 1.303s-.891 1.014-1.26 1.58a10.073 10.073 0 0 0-.926 1.813 9.786 9.786 0 0 0-.544 1.997 10.383 10.383 0 0 0-.127 2.129l5.688 127.852c.026.597.123 1.172.276 1.712a6.83 6.83 0 0 0 .641 1.527 7.278 7.278 0 0 0 2.199 2.384 8.13 8.13 0 0 0 1.47.803 8.68 8.68 0 0 0 1.66.504c.579.115 1.184.18 1.808.185a10.61 10.61 0 0 0 1.913-.163l162.934-28.607a6.208 6.208 0 0 0 1.229-.356c.404-.162.79-.364 1.168-.601a8.375 8.375 0 0 0 1.079-.816c.343-.303.668-.641.97-1.001.303-.36.58-.746.83-1.154.25-.409.474-.83.667-1.273.193-.444.351-.896.474-1.361.123-.465.211-.939.259-1.418"/>
8
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M73.37 179.879a7.236 7.236 0 0 1-2.199-2.383 7.214 7.214 0 0 1-.917-3.239L64.57 46.404a10.16 10.16 0 0 1 .672-4.13 10.055 10.055 0 0 1 2.18-3.393c.47-.482.989-.921 1.55-1.303a10.729 10.729 0 0 1 1.791-.983 10.054 10.054 0 0 1 1.988-.615c.694-.14 1.405-.21 2.138-.21l179.107.583a4.84 4.84 0 0 1 2.449.658c.365.211.707.466 1.019.764.311.299.597.632.851 1.005.255.373.479.777.663 1.212.184.434.338.895.452 1.382a9.69 9.69 0 0 1 .193 3.151l-9.801 100.097a9.135 9.135 0 0 1-.259 1.418 9.64 9.64 0 0 1-.474 1.36 9.947 9.947 0 0 1-.667 1.273 9.582 9.582 0 0 1-1.799 2.155 8.646 8.646 0 0 1-1.08.816 7.013 7.013 0 0 1-1.167.602c-.4.158-.812.281-1.229.355L80.221 181.209c-.65.114-1.29.167-1.913.162a9.69 9.69 0 0 1-1.809-.184 8.515 8.515 0 0 1-1.659-.505"/>
9
+ <path fill="var(--sapContent_Illustrative_Color17)" d="m243.861 34.84-172.704-.957c-.21 0-.426 0-.632.013-.21.013-.417.026-.623.053a9.893 9.893 0 0 0-1.216.21 9.586 9.586 0 0 0-1.005.29 22.29 22.29 0 0 0-.487.18c-.158.066-.316.132-.474.202a9.227 9.227 0 0 0-.36.175c-.119.062-.237.123-.351.19a8.837 8.837 0 0 0-.676.417c-.101.065-.198.135-.299.205a12.279 12.279 0 0 0-.57.44c-.093.078-.185.153-.272.236-.088.08-.176.158-.26.242-.083.083-.17.167-.25.25a10.059 10.059 0 0 0-.473.527l-.238.29a4.795 4.795 0 0 0-.223.298c-.07.1-.145.202-.215.307a11.996 11.996 0 0 0-.426.693 11.106 11.106 0 0 0-.395.79 9.308 9.308 0 0 0-.5 1.396c-.093.338-.172.68-.229 1.027a10.103 10.103 0 0 0-.123 2.155l5.754 122.107c.01.215.031.431.057.641.027.211.062.417.11.619.044.202.097.404.158.597.062.193.127.386.202.571l3.173 7.86a6.317 6.317 0 0 1-.21-.597 7.087 7.087 0 0 1-.272-1.264 8.366 8.366 0 0 1-.058-.667l-5.75-127.927c-.017-.386-.012-.772.01-1.15a10.364 10.364 0 0 1 .368-2.203 10.314 10.314 0 0 1 .531-1.47c.062-.14.132-.281.198-.422a11.936 11.936 0 0 1 .448-.808 8.753 8.753 0 0 1 .443-.658l.237-.316c.079-.105.162-.206.25-.307.079-.097.162-.189.246-.28.083-.093.167-.185.254-.273l.264-.263a7.26 7.26 0 0 1 .272-.255c.092-.083.189-.167.285-.25.097-.08.198-.162.294-.237.097-.075.202-.154.303-.228.101-.075.206-.145.312-.215a5.91 5.91 0 0 1 .35-.224 5.96 5.96 0 0 1 .36-.21c.124-.071.246-.137.37-.198.122-.062.25-.128.377-.185.162-.074.329-.149.496-.215a10.412 10.412 0 0 1 1.031-.36c.176-.052.356-.096.531-.14.206-.048.417-.092.632-.127.21-.035.426-.07.641-.093a10.615 10.615 0 0 1 1.317-.074l179.164.702-10.173-1.102.026-.008Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M254.031 35.94c.939 0 1.808.25 2.576.694.768.443 1.431 1.075 1.966 1.856a7.993 7.993 0 0 1 1.172 2.726c.237 1.023.316 2.137.202 3.31l-9.818 100.047a9.579 9.579 0 0 1-.773 2.914 10.69 10.69 0 0 1-1.571 2.546 9.283 9.283 0 0 1-2.15 1.909c-.791.501-1.642.852-2.515 1.005L80.234 181.639c-1.37.241-2.69.219-3.906-.022a8.806 8.806 0 0 1-3.288-1.374 7.636 7.636 0 0 1-2.308-2.502 7.533 7.533 0 0 1-.966-3.401l-5.74-127.932a10.548 10.548 0 0 1 .706-4.336 10.603 10.603 0 0 1 2.295-3.564 10.85 10.85 0 0 1 3.507-2.401 10.866 10.866 0 0 1 4.336-.865l179.165.703-.004-.005Zm-4.205 108.686 9.801-100.096a10.75 10.75 0 0 0 .03-1.629 8.905 8.905 0 0 0-.223-1.523 8.522 8.522 0 0 0-.452-1.382 6.917 6.917 0 0 0-.663-1.212 6.33 6.33 0 0 0-.852-1.005 5.218 5.218 0 0 0-2.185-1.25 4.789 4.789 0 0 0-1.286-.172l-179.112-.584a10.459 10.459 0 0 0-4.126.825 9.978 9.978 0 0 0-1.79.984c-.558.386-1.08.82-1.55 1.303s-.891 1.014-1.26 1.58a10.073 10.073 0 0 0-.926 1.813 9.786 9.786 0 0 0-.544 1.997 10.383 10.383 0 0 0-.127 2.129l5.688 127.852c.026.597.123 1.172.276 1.712a6.83 6.83 0 0 0 .641 1.527 7.278 7.278 0 0 0 2.199 2.384 8.13 8.13 0 0 0 1.47.803 8.68 8.68 0 0 0 1.66.504c.579.115 1.184.18 1.808.185a10.61 10.61 0 0 0 1.913-.163l162.934-28.607a6.208 6.208 0 0 0 1.229-.356c.404-.162.79-.364 1.168-.601a8.375 8.375 0 0 0 1.079-.816c.343-.303.668-.641.97-1.001.303-.36.58-.746.83-1.154.25-.409.474-.83.667-1.273.193-.444.351-.896.474-1.361.123-.465.211-.939.259-1.418"/>
11
+ <g opacity=".5">
12
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M95.454 35.836c-20.445 50.548-9.886 105.62 24.427 138.409l-4.271.749C81.9 141.229 71.841 86.268 91.682 35.824l3.772.012Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M108.504 35.879C86.246 85.69 96.591 141.22 131.989 172.118l-1.663.292c-35.13-31.341-45.234-86.793-23.26-136.536l1.438.005Zm39.567.129a104.163 104.163 0 0 0-4.499 7.655c-23.366 43.955-10.711 95.48 26.988 115.522a68.563 68.563 0 0 0 10.135 4.381l-6.691 1.175a72.483 72.483 0 0 1-5.093-2.456l-.927-.501c-38.738-21.315-51.197-74.006-28.069-118.706l.557-1.063a106.535 106.535 0 0 1 3.455-6.02l4.144.013Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M175.642 36.098c-4.944 5.097-9.318 11.044-12.889 17.761-18.052 33.958-8.319 73.874 20.94 89.429 21.311 11.329 47.54 6.841 67.194-9.552l-.299 3.056c-20.046 15.759-46.291 19.933-67.924 8.434l-.713-.386c-29.76-16.376-39.332-56.855-21.564-91.195l.428-.816a80.56 80.56 0 0 1 11.826-16.741l3.001.01Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M214.434 36.224c-12.978 3.06-25.215 12.223-32.573 26.063-12.588 23.682-5.84 51.549 14.588 62.409 19.025 10.114 43.636 2.139 57.098-18.131l-.263 2.683c-14.024 19.278-38.338 26.773-57.453 16.611l-.495-.267c-20.491-11.276-27.177-39.043-15.225-62.786l.588-1.137c6.684-12.573 17.362-21.434 29.053-25.46l4.682.015Zm23.514.076a38.627 38.627 0 0 1 4.426 2.009l.494.266c6.862 3.776 12.175 9.401 15.759 16.105l-.241 2.465c-3.536-7.472-9.169-13.708-16.63-17.674a37.134 37.134 0 0 0-8.221-3.185l4.413.015Z"/>
16
+ </g>
17
+ <path fill="var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" d="M253.996 36.353a4.836 4.836 0 0 1 2.449.658c.364.211.707.466 1.019.764.311.299.597.632.851 1.005.255.373.478.778.662 1.212.185.434.338.895.452 1.382a9.681 9.681 0 0 1 .194 3.151l-9.801 100.097a9.114 9.114 0 0 1-.259 1.418 9.85 9.85 0 0 1-.473 1.36c-.189.439-.418.865-.668 1.273a9.582 9.582 0 0 1-1.799 2.155c-.343.303-.707.58-1.08.817a7.084 7.084 0 0 1-1.167.601c-.4.158-.813.281-1.23.356L80.222 181.209a10.69 10.69 0 0 1-1.915.162 9.693 9.693 0 0 1-1.808-.184 8.63 8.63 0 0 1-1.47-.431l.004-.008a9.445 9.445 0 0 1-.355-.16l-1.64-.953a7.424 7.424 0 0 1-.905-.826 7.036 7.036 0 0 1-1.602-2.84 7.231 7.231 0 0 1-.277-1.712L64.57 46.404a10.162 10.162 0 0 1 .67-4.13 10 10 0 0 1 2.183-3.393c.47-.482.988-.921 1.55-1.303a10.732 10.732 0 0 1 1.79-.983 10.052 10.052 0 0 1 1.988-.614 10.682 10.682 0 0 1 2.137-.212l179.108.584Zm-178.49.142c-.725 0-1.427.07-2.113.208l-.508.116c-.503.128-.989.29-1.458.491-.624.27-1.215.595-1.77.972a9.922 9.922 0 0 0-1.531 1.29l-.34.365a9.943 9.943 0 0 0-1.816 2.987l-.17.48c-.16.484-.284.98-.369 1.494a10.296 10.296 0 0 0-.125 2.109l5.619 126.378a7.15 7.15 0 0 0 .273 1.692 6.931 6.931 0 0 0 1.583 2.807 7.3 7.3 0 0 0 .895.816l.354.205 1.428.831a8.399 8.399 0 0 0 1.64.499c.429.085.874.143 1.329.168l.458.014a10.52 10.52 0 0 0 1.892-.16l161.046-28.278c.309-.055.616-.137.916-.241l.299-.11a6.922 6.922 0 0 0 1.153-.595c.277-.175.549-.373.81-.587l.258-.219c.253-.225.498-.469.73-.727l.229-.263c.221-.27.432-.549.628-.842l.192-.298c.185-.303.358-.616.512-.936l.147-.323c.14-.325.265-.661.37-1.002l.099-.343c.091-.345.162-.695.213-1.048l.043-.353 9.687-98.942c.042-.413.058-.819.048-1.215l-.018-.394a9.517 9.517 0 0 0-.143-1.14l-.077-.366a8.412 8.412 0 0 0-.317-1.039l-.131-.327a6.795 6.795 0 0 0-.472-.915l-.183-.282a6.225 6.225 0 0 0-.842-.995 5.218 5.218 0 0 0-.74-.59l-.265-.164a4.796 4.796 0 0 0-2.093-.64l-.328-.01-177.042-.578Z" clip-rule="evenodd"/>
18
+ <ellipse cx="219.739" cy="84.268" fill="var(--sapContent_Illustrative_Color27)" rx="26.887" ry="30.568" transform="rotate(28.383 219.739 84.268)"/>
19
+ <ellipse cx="220.089" cy="84.42" fill="var(--sapContent_Illustrative_Color26)" rx="21.47" ry="24.601" transform="rotate(28.383 220.089 84.42)"/>
20
+ <ellipse cx="182" cy="61.521" fill="var(--sapContent_Illustrative_Color17)" rx="7.763" ry="8.242" transform="rotate(28.383 182 61.521)"/>
21
+ <ellipse cx="162.117" cy="123.556" fill="var(--sapContent_Illustrative_Color9)" rx="10.541" ry="11.707" transform="rotate(46.132 162.117 123.556)"/>
22
+ <ellipse cx="112.573" cy="148.163" fill="var(--sapContent_Illustrative_Color1)" rx="8.849" ry="10.283" transform="rotate(58.77 112.573 148.163)"/>
23
+ <ellipse cx="89.867" cy="128.894" fill="var(--sapContent_Illustrative_Color11)" rx="12.804" ry="14.835" transform="rotate(65.41 89.867 128.894)"/>
24
+ <ellipse cx="129.935" cy="79.171" fill="var(--sapContent_Illustrative_Color16)" rx="17.105" ry="18.137" transform="rotate(59.093 129.935 79.171)"/>
25
+ <ellipse cx="114.112" cy="68.474" fill="var(--sapContent_Illustrative_Color15)" rx="8.001" ry="8.471" transform="rotate(67.093 114.112 68.474)"/>
26
+ <path fill="var(--sapContent_Illustrative_Color31)" d="m29.238 212.897 7.816-56.786c.632-2.84 8.756-41.98 9.52-44.052.358-.971 5.432-4.332 10.724-7.629.225.903.595 1.772 1.018 2.597.59 1.148 1.302 2.233 2.066 3.275.686.936 1.435 1.814 2.166 2.713 1.295 1.594 1.392 1.466 1.643 2.108-.057.739 1.703 2.197 1.884 2.527.18.329.619 1.899 1.726 1.518s4.743-7.525 5.445-8.61c.702-1.085 13.346-15.349 16.79-7.818 3.444 7.53-6.449 14.072-8.367 16.184-1.917 2.112-4.333 5.68-6.632 12.708-2.299 7.029-2.864 10.58-10.055 20.003-7.19 9.423-7.407 10.398-7.407 10.398l1.767 50.862H29.236l.002.002Z"/>
27
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M61.055 113.521a.54.54 0 0 1 .266.1c.355.216.684.476 1.053.665.37.191.798.31 1.202.216.039-.008.074-.022.11-.035.494-.189.494.212.494.588 0 .865 1.794 2.365 1.896 2.572.102.208.209.471.278.63-.845.811-1.629 1.684-2.408 2.453-.468.463-.948.92-1.475 1.319a3.91 3.91 0 0 1-.214.152c-.077.052-.082.059-.127.082a2.6 2.6 0 0 1 .05-.22c.089-.3.194-.606.368-.857.34-.489.818-.851 1.24-1.265.447-.438.848-.941.937-1.582a2.05 2.05 0 0 0-.822-1.968c-.53-.384-1.164-.57-1.667-.991a6.49 6.49 0 0 1-1.333-1.527c-.035-.055-.069-.115-.062-.18.01-.095.115-.159.21-.157l.004.005Zm-18.297 99.375c-.15-2.908-1.31-8.077-.907-10.965.786-5.636 2.393-11.111 3.486-16.689.55-2.807.855-5.654 1.406-8.463.56-2.859 1.207-5.728 2.077-8.51 1.37-4.381 3.46-8.47 6.303-12.075 1.45-1.838 3.053-3.55 4.722-5.19 1.643-1.615 3.068-3.255 4.174-5.293 2.24-4.121 3.206-8.774 4.81-13.147 1.634-4.45 3.985-8.5 7.123-12.057 1.542-1.748 3.204-3.383 4.865-5.015 1.577-1.548 4.444-3.461 5.641-5.341.943-1.481 1.065-2.859.62-4.835a19.057 19.057 0 0 0-1.536-4.421c1.916-.55 3.567-.186 4.498 1.847 3.444 7.531-6.449 14.073-8.367 16.185-1.917 2.111-4.333 5.679-6.632 12.708-2.3 7.029-2.864 10.58-10.055 20.003-7.19 9.423-7.407 10.398-7.407 10.398l1.767 50.861H42.76l-.002-.001Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M238.394 165.928c.333 1.442 5.766 9.204 8.427 16.19 1.761 4.621 5.258 12.156 11.172 30.749h35.85c-5.387-10.708-10.342-20.496-11.427-22.322-2.44-4.103-7.984-16.411-8.317-19.849-1.109-7.54-2.757-7.906-3.644-8.682-.887-.776-1.921-3.436-2.678-5.76-.677-2.08.465-5.342.354-7.782-.111-2.439.513-7.279.757-10.93.111-1.664-.333-14.194-1.885-16.411-1.553-2.218-3.372-11.46-4.481-13.789-1.109-2.328-3.552-2.869-5.659-2.425-.666-1.442-1.964-3.631-3.184-4.851-1.219-1.22-2.216-1.345-3.435-1.566-.976-.178-2.501.426-2.982.808-.517-.974-1.471-2.377-2.374-3.385-1.314-1.466-5.104-1.213-6.494-.629-1.216.492-3.335 3.226-4.063 4.42l3.746 9.995.317-.776c.444.592.77.857 1.036 1.744.333 1.109.252 3.69-.303 2.913l-.012-.017a10.417 10.417 0 0 1-1.42-2.785l-3.393-11.122c-.246-.866-.557-1.394-.676-1.71-.468-1.25-1.774-2.883-2.994-7.097-1.22-4.214-4.066-15.182-4.945-15.703-1.617-.96-3.047-.389-4.591 1.111-2.029 1.97 0 11.598 0 14.592 0 3.598 1.635 9.758 3.631 15.746 1.996 5.987 2.071 6.598 2.071 8.923-.556-1.938-1.705-4.083-4.699-8.186-2.994-4.103-5.935-3.029-7.377-1.92-1.442 1.109 1.162 6.727 1.162 8.168 0 1.442.555 5.877 1.775 9.758 1.219 3.881 2.217 8.982 2.217 11.643 0 2.662.777 4.658 3.216 10.535 2.44 5.876 8.871 13.86 10.312 15.413 1.442 1.552 4.658 3.548 4.99 4.989Z"/>
29
+ <path fill="var(--sapContent_Illustrative_Color9)" d="m85.305 110.119-1.14-.593a5.997 5.997 0 0 1-2.478-2.416l-.617-1.115s3.905-8.222 8.209-4.707c4.756 3.885-3.974 8.831-3.974 8.831ZM222.529 79.62c.361 1.03 1.288.773 2.216.773 1.401-.289 2.336-.842 2.628-1.082-.361-1.134-1.34-3.886-1.752-4.587-.516-.876-2.062-.412-2.783 0-.721.413-1.082 1.34-1.082 1.598s.412 2.267.773 3.298Zm-2.421 30.249-3.659 2.834h-.876c-.361-1.305-1.134-4.246-1.34-5.565-.258-1.649.618-2.061 1.598-2.371.979-.309 3.143.876 3.658 1.443.412.454.584 2.628.619 3.659Z"/>
30
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M263.953 166.233c-.411-1.751 3.916.206 5.153 0 3.741.679 4.74 9.785 4.225 9.687-.515-.103-8.965-7.935-9.378-9.687Zm-12.15-45.18c1.776-1.066 2.486 2.841 4.617 4.972 2.131 2.131 5.684-1.243 7.282 0 1.599 1.243 2.309 20.068 1.421 21.135-.71.852-3.019 3.553-4.085 4.796-.769-.711-2.415-2.665-2.841-4.796-.533-2.664-3.908-6.216-5.329-6.038-1.136.143.474 7.282 1.421 10.834-.592-.829-2.273-3.552-4.262-7.815 0-3.019-11.722-16.873-11.544-18.116.177-1.243 3.907 0 5.15 0 1.243 0 6.394-3.907 8.17-4.972Zm-30.127-12.377c.999-1.129 1.39.39 3.257 2.996 1.867 2.605 2.432 5.601 2.433 7.642 0 2.041.043 4.994 0 5.82-.044.825-.088 6.079-.609 6.687-.521.608 0 4.559 0 4.82 0 .261-1.52-3.343-.999-4.082.521-.738-.167-2.287-.298-2.851-.129-.566.761-4.583.563-6.379-.159-1.443-.568-2.148-.785-4.015-.218-1.867-2.563-3.951-3.301-4.689s-.67-5.484-.261-5.949Zm36.393-3.866c.246.406.79 1.39.999 2.084.26.869 1.086 5.689 1.433 7.078.348 1.39 2.605 4.951 2.258 4.734-.348-.218-2.041-2.215-2.605-3.083-.565-.869-1.477-3.995-1.868-5.515 0-1.598-.955-4.053-1.433-5.081l1.216-.217Zm-9.641-5.993c.869 1.94 2.65 5.985 2.823 6.645.217.825.13 3.865.304 4.646.174.782 2.128 4.168.999 3.083s-3.431-7.469-4.343-11.291c-.174-.688-.709-2.024-.955-2.605l1.172-.478Zm-14.114.913c.999-.797 3.056-2.345 3.3-2.172.304.217.607.39.303 1.172.131 1.65 1.824 4.778 2.476 6.689.521 1.529-.782 8.033-.738 6.643.043-1.389-1.205-3.064-1.205-3.064l-.836 1.545c-.71-2.316-2.181-7.096-2.389-7.687-.209-.59-.694-2.331-.911-3.127Z"/>
31
+ </svg>
32
+ `;
@@ -0,0 +1,18 @@
1
+ export default `<svg id="tnt-Scene-Secrets" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M127.725 63.295s.093.06.136.094a1.315 1.315 0 0 1-.213-.17c.026.025.043.05.077.068v.008Zm.756.503c-.077-.043-.145-.086-.221-.128.068.042.144.085.221.128Zm.645.323s.026 0 .034.017a.114.114 0 0 1-.051-.017h.017Zm.969.333-.136-.043c.042.017.093.026.136.043Z"/>
3
+ <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"/>
4
+ <path fill="var(--sapContent_Illustrative_Color21)" d="m122.155 189.041 71.84-7.37 10.95-1.68.29-.03.92-.09c.59-.06 1.03-.15 1.31-.26.3-.11.44-.25.43-.4 0-.15-.16-.32-.45-.49-.3-.16-.74-.34-1.32-.51l-46.64-13.55c-.55-.16-1.19-.3-1.89-.42-.69-.12-1.44-.22-2.19-.3-.75-.07-1.51-.12-2.24-.14-.72-.02-1.41 0-2.01.04l-5.06.38-.44.03-2.89.22-2.29.17-23.39-6.99c-3.26-.98-7.18-1.85-11.46-2.58-4.28-.74-8.93-1.34-13.7-1.8-4.77-.45-9.63-.75-14.37-.86-4.73-.11-9.32-.05-13.45.24l-2.9.2c-4.18.28-7.51.75-10 1.37-2.49.62-4.09 1.37-4.76 2.23-.67.86-.41 1.81.86 2.8 1.27 1 3.53 2.03 6.85 3.06l23.05 7.14-4.34.33c-.85.06-1.53.17-2.03.3-.46.12-.76.28-.9.45-.03.02-.06.03-.08.05l-.28.16-.65.37s-.09.05-.13.07c-.03.01-.06.03-.09.05l-.08.04s-.04.02-.05.03c-.08.05-.19.11-.28.16l-.43.25-.09.05c-.04.03-.11.06-.16.09l-1 .57s-.02.02-.03.02c-.12.07-.27.16-.39.22-.16.1-.27.2-.31.31-.04.11 0 .22.1.34.1.12.27.24.52.36.24.12.56.25.94.37l43.99 14.03c.68.22 1.49.41 2.37.56.88.16 1.84.28 2.81.37.97.09 1.95.14 2.89.15.94 0 1.83-.02 2.63-.11m-31.62-20.6-23.12-7.11c-1.84-.56-3.09-1.14-3.78-1.69s-.82-1.08-.42-1.56c.39-.48 1.32-.91 2.74-1.26 1.42-.35 3.33-.62 5.72-.79l2.89-.2c2.38-.17 5-.21 7.71-.16 2.7.06 5.49.22 8.22.47 2.73.25 5.37.58 7.81 1 2.44.41 4.64.9 6.46 1.45l23.31 7.02-37.54 2.85v-.02Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M155.135 25.12c4.51-.27 8.99.38 13.21 1.78 4.22 1.4 8.17 3.54 11.68 6.29 3.51 2.74 6.59 6.06 9.03 9.81 2.44 3.75 4.24 7.96 5.2 12.45l6.96 32.22-14.25 1.25-6.35-32.36c-.53-2.52-1.55-4.88-2.95-6.99-1.4-2.11-3.16-3.97-5.2-5.49a22.692 22.692 0 0 0-6.75-3.49c-2.43-.76-5.01-1.11-7.62-.93l-3.17.22c-2.62.19-5.02.87-7.13 1.97-2.11 1.1-3.92 2.6-5.33 4.41a16.325 16.325 0 0 0-3 6.23c-.55 2.3-.62 4.82-.11 7.4l6.28 32.67-14.84 1.3-6.04-32.78c-.9-4.7-.78-9.23.19-13.4s2.78-7.95 5.28-11.18c2.5-3.23 5.65-5.88 9.34-7.8 3.69-1.92 7.85-3.09 12.42-3.37l3.16-.19-.01-.02Zm74.73 135.58-14.21 4.46-1.04.18 14.17-4.44 1.08-.19v-.01Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m228.785 160.891-14.17 4.44-83.8 14.47 10.34-3.98 87.63-14.93Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color28)" d="M233.745 156.43c-.09.73-.3 1.4-.63 2-.32.6-.75 1.11-1.28 1.5-.52.39-1.13.67-1.81.77l-1.08.19-87.86 14.93c-.97.17-1.94.12-2.86-.13-.92-.24-1.78-.67-2.55-1.24a8.126 8.126 0 0 1-1.96-2.16c-.52-.85-.9-1.81-1.09-2.86l-12.07-67.63c-.18-.97-.15-1.92.05-2.79.21-.87.58-1.67 1.09-2.36.51-.69 1.16-1.27 1.92-1.69.76-.43 1.63-.7 2.57-.78l5.37-.47.58-.05 6.91-.61.57-.05 28.2-2.47 32.56-2.85.28-.02 3.03-.26 3.2-.27.49-.04 5.61-.49c.67-.06 1.34.04 1.98.25.65.22 1.25.57 1.8 1.01.55.44 1.03.99 1.42 1.61.39.62.7 1.3.86 2.05l14.56 62.65c.18.79.21 1.57.13 2.29v-.02l.01-.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M138.305 175.69c-.91-.24-1.78-.67-2.55-1.24a8.239 8.239 0 0 1-1.96-2.15c-.52-.85-.9-1.81-1.09-2.86l-12.04-67.63a6.839 6.839 0 0 1 .21-3.35c.17-.51.39-.99.68-1.44.28-.44.62-.84 1-1.2l-.71.66c-.08.08-.17.16-.24.23l-.62.58-1.41 1.31c-.1.09-.2.19-.28.26-.06.05-.12.11-.19.17l-.17.15s-.08.07-.11.1c-.19.18-.41.38-.62.58l-.95.89c-.07.07-.15.14-.21.2-.1.1-.22.21-.34.31l-2.18 2.04-.08.08c-.25.23-.6.56-.85.79-.36.34-.69.72-.96 1.14a6.007 6.007 0 0 0-.96 2.91c-.04.53 0 1.09.08 1.65l11.04 63.96c.17.99.52 1.9 1.01 2.69.49.8 1.12 1.49 1.84 2.03.73.55 1.54.94 2.41 1.17.87.22 1.78.27 2.71.11l10.34-3.99c-.97.17-1.94.11-2.85-.13h.02l.03-.02Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M121.535 101.8c-.18-.97-.15-1.92.05-2.79.21-.87.58-1.67 1.09-2.36.51-.69 1.16-1.27 1.92-1.69.76-.43 1.63-.7 2.57-.78l5.35-.47.58-.05 6.89-.61.57-.05 28.12-2.47 32.48-2.85.27-.02 3.02-.26 3.19-.27.49-.04 5.59-.49c.67-.06 1.33.04 1.97.25.64.22 1.24.57 1.79 1.01.55.44 1.03.99 1.42 1.61.39.62.69 1.3.86 2.05l14.52 62.65c.18.79.22 1.57.13 2.29s-.3 1.4-.63 2c-.32.6-.75 1.11-1.27 1.5-.52.39-1.13.67-1.81.77l-1.08.19"/>
10
+ <path fill="var(--sapContent_Illustrative_Color27)" d="m166.135 93.651 50-4.65 17.74 67.04-67.75-62.39h.01Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M206.215 104.38c1.35-.11 2.7.08 4.01.51 1.3.43 2.53 1.1 3.64 1.96 1.12.86 2.11 1.92 2.91 3.12.8 1.21 1.42 2.56 1.79 4l1.52 5.91c.38 1.49.47 2.96.29 4.33s-.61 2.64-1.26 3.76a8.762 8.762 0 0 1-2.59 2.79 8.79 8.79 0 0 1-3.69 1.42l-66.32 9.33s-.08.01-.12.02c-.04.01-.08 0-.12.01h-.12c-.04.01-.08 0-.12.01-1.48.15-2.96-.03-4.36-.46a13 13 0 0 1-3.95-2.03c-1.19-.9-2.26-2.03-3.1-3.3-.84-1.27-1.48-2.71-1.83-4.26l-1.43-6.29a11.52 11.52 0 0 1-.14-4.55c.25-1.43.78-2.77 1.55-3.93a9.4 9.4 0 0 1 2.95-2.87c1.18-.74 2.55-1.23 4.05-1.42l66.04-8.06s.07 0 .1-.01.07 0 .1-.01h.2v.02Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M204.675 106.071c1.35-.11 2.7.08 4 .51 1.3.43 2.53 1.1 3.64 1.97 1.12.87 2.11 1.92 2.91 3.12.8 1.2 1.42 2.56 1.79 4l1.13 4.49c.38 1.5.46 2.96.29 4.33a9.903 9.903 0 0 1-1.26 3.76 8.681 8.681 0 0 1-2.6 2.79 8.77 8.77 0 0 1-3.7 1.41l-63.52 8.91s-.07.01-.11.01h-.11c-.04.01-.07 0-.11.01h-.11c-1.48.15-2.95-.03-4.36-.46-1.41-.43-2.75-1.13-3.95-2.03a13.73 13.73 0 0 1-3.1-3.3c-.85-1.27-1.48-2.71-1.83-4.26l-1.08-4.74c-.36-1.58-.39-3.11-.15-4.55.25-1.44.78-2.77 1.55-3.93a9.7 9.7 0 0 1 2.94-2.87 9.882 9.882 0 0 1 4.04-1.41l63.26-7.75h.22c.04-.01.07 0 .11-.01.04-.01.07 0 .11 0Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m152.915 127.791-3.44.95c-.09.02-.11.13-.05.21l2.81 3.13c.28.31.26.77-.06.99l-1.09.72c-.3.2-.74.1-.98-.22l-2.32-3.16c-.06-.09-.19-.09-.22 0l-1.5 3.19c-.15.32-.56.43-.91.24l-1.28-.69c-.37-.21-.53-.67-.33-.99l1.96-3.16c.05-.08 0-.19-.1-.21l-3.64-.86c-.4-.1-.68-.49-.6-.86l.26-1.33c.08-.37.46-.57.85-.42l3.51 1.28c.1.04.18-.03.17-.13l-.65-3.72c-.07-.38.2-.71.59-.71l1.33-.02c.39 0 .74.31.78.7l.37 3.69c0 .1.12.16.2.13l3.11-1.31c.34-.15.77.04.96.4l.64 1.29c.18.37.02.78-.35.88h-.02v-.01Zm17.97-2.701-3.44.95c-.09.02-.11.13-.05.21l2.81 3.13c.28.31.26.77-.06.99l-1.09.72c-.3.2-.74.1-.98-.23l-2.32-3.16c-.06-.09-.19-.09-.23 0l-1.5 3.19c-.15.32-.56.43-.91.24l-1.28-.69c-.37-.21-.53-.67-.33-.99l1.96-3.16c.05-.08 0-.19-.1-.21l-3.64-.86c-.4-.1-.68-.49-.6-.86l.26-1.33c.08-.37.46-.57.85-.42l3.51 1.28c.1.04.18-.03.17-.13l-.65-3.72c-.07-.38.2-.7.59-.7l1.33-.02c.39 0 .74.31.78.69l.37 3.69c0 .1.12.16.19.13l3.11-1.31c.34-.15.77.04.96.4l.64 1.29c.18.37.02.78-.35.88Zm17.22-2.769-3.44.95c-.09.02-.111.13-.051.21l2.811 3.13c.28.31.259.77-.061.99l-1.089.72c-.3.2-.74.1-.98-.22l-2.321-3.16c-.06-.09-.19-.09-.22 0l-1.5 3.19c-.15.32-.559.43-.909.25l-1.28-.69c-.37-.21-.53-.67-.33-.99l1.959-3.16c.05-.08.001-.19-.099-.21l-3.64-.86c-.4-.1-.68-.49-.6-.86l.259-1.33c.08-.37.461-.57.851-.42l3.509 1.28c.1.04.181-.03.171-.13l-.65-3.72a.587.587 0 0 1 .589-.71l1.33-.02c.39 0 .74.31.78.69l.371 3.69c0 .1.12.16.2.13l3.11-1.31c.34-.15.769.04.959.4l.64 1.29c.18.37.021.78-.349.88h-.02v-.01Zm17.69-3.191-3.44.95c-.09.02-.11.13-.05.21l2.81 3.13c.28.31.26.77-.06.99l-1.09.72c-.3.2-.74.1-.98-.22l-2.32-3.16c-.06-.09-.19-.09-.23 0l-1.5 3.19c-.15.32-.56.43-.91.24l-1.28-.69c-.37-.21-.53-.67-.33-.99l1.96-3.16c.05-.08 0-.19-.1-.21l-3.64-.86c-.4-.1-.68-.49-.6-.86l.26-1.33c.08-.37.46-.57.85-.42l3.51 1.28c.1.04.18-.03.17-.13l-.65-3.72c-.07-.38.2-.71.59-.71l1.33-.02c.39 0 .74.31.78.7l.37 3.69c0 .1.12.16.19.13l3.11-1.31c.34-.15.77.04.96.4l.64 1.29c.18.37.02.78-.35.88h-.02l.02-.01Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M178.685 33.281c-3.47-1.2-6.74-3.31-10.35-4.43-3.61-1.12-7.42-1.81-11.23-1.83-7.51-.04-15.37 2.73-20.46 8.53-3.3 3.76-5.27 8.62-6.11 13.6-1.48 8.75.35 17.59 2.14 26.15 1.28 6.11 2.48 11.95 3.76 18.06-1.52.15-2.97.25-4.49.39-1.13-5.8-2.25-11.29-3.39-17.09-1.17-5.99-2.52-12.01-2.81-18.13-.27-5.79.42-11.72 2.88-16.96 3.97-8.48 12.26-14.17 21.2-15.89 9.86-1.9 21.24.65 28.86 7.62v-.02Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m186.965 88.92 4.74-.42c-1.54-7.29-3.09-14.46-4.63-21.75-1.62-7.67-2.66-15.84-7.93-22.03-5.27-6.19-12.08-6.5-18.44-5.19 0 0 14.3 1.2 18.01 13.27l8.25 36.12Zm-44.71 3.62c-.23.41-.7.29-1.55.42-2.14-11.68-4.27-23.37-6.41-35.05-.26-1.42-.52-2.85-.6-4.29-.42-7.94 2.83-18.73 10.96-20.66-4.03 4.08-6.86 8.79-7.8 14.75-1.18 7.47.46 14.81 1.72 22.11 0 1.95.72 4.17 1.06 6.1l1.1 6.35 1.1 6.35c.17.97.66 2.33.57 3.31-.03.28-.07.48-.14.62v-.02l-.01.01Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m193.855 88.31-3.62-17.03c-1.34-5.85-1.9-11.79-3.35-17.47-1.44-5.64-4.05-11.23-9.06-15.08-4.86-3.83-11.51-6.1-18.13-5.45 9.99-1.39 20.4 3.87 25.19 11.74 4.88 7.92 5.52 17.25 7.96 25.76l4.61 17.21-3.6.31v.01Zm-51.58 4.53-4.25-17.97c-1.19-5.93-3.2-11.62-4.21-17.45-1.02-5.78-.87-12 2.33-17.64 3.08-5.57 8.84-9.53 15.54-11.73-10.29 2.94-18.4 11.22-19.69 20.47-1.35 9.32 2.02 18.15 3.29 26.99l2.79 17.7 3.39-.3.72-.07h.09Z"/>
17
+ </svg>
18
+ `;
@@ -0,0 +1,30 @@
1
+ export default `<svg id="tnt-Scene-Services" 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_Color2)" d="M281.843 142.757c0-.563-1.633-1.013-3.815-1.115-.125-2.18-.605-3.8-1.168-3.799-.562.002-1.03 1.634-1.15 3.825-2.188.15-3.815.639-3.808 1.202.008.564 1.633 1.015 3.816 1.116.131 2.179.605 3.799 1.166 3.798.561-.001 1.032-1.634 1.152-3.825 2.188-.149 3.813-.638 3.807-1.202Zm3.059-70.959c0-.453-1.314-.816-3.07-.898-.1-1.754-.487-3.058-.94-3.057-.452.001-.829 1.315-.925 3.078-1.761.12-3.071.514-3.065.968.006.454 1.315.816 3.071.897.105 1.754.487 3.058.938 3.057.452 0 .831-1.315.927-3.078 1.761-.12 3.069-.514 3.064-.967Zm-241 0c0-.453-1.314-.816-3.07-.898-.1-1.754-.487-3.058-.94-3.057-.453.001-.829 1.315-.925 3.078-1.761.12-3.07.514-3.065.968.006.454 1.315.816 3.07.897.106 1.754.488 3.058.94 3.057.451 0 .83-1.315.926-3.078 1.761-.12 3.07-.514 3.064-.967Z"/>
4
+ <circle cx="264.007" cy="82.948" r="1.105" fill="var(--sapContent_Illustrative_Color2)"/>
5
+ <circle cx="45.007" cy="94.948" r="1.105" fill="var(--sapContent_Illustrative_Color2)"/>
6
+ <circle cx="158.559" cy="170.5" r="1.657" fill="var(--sapContent_Illustrative_Color2)"/>
7
+ <circle cx="68.559" cy="163.5" r="1.657" fill="var(--sapContent_Illustrative_Color2)"/>
8
+ <path fill="var(--sapContent_Illustrative_Color22)" fill-rule="evenodd" d="M141.978 74.945a1.593 1.593 0 0 1 2.211-.43l107.805 72.648a1.592 1.592 0 1 1-1.78 2.642L142.409 77.156a1.593 1.593 0 0 1-.431-2.21Z" clip-rule="evenodd"/>
9
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M136.736 36.7c0-1.253 1.382-2.015 2.443-1.346l11.956 7.543c.462.292.742.8.742 1.347v83.172c0 1.313-1.5 2.062-2.55 1.272l-11.956-8.999a1.592 1.592 0 0 1-.635-1.272V36.701Zm19.688 97.33a1.594 1.594 0 0 1-.635-1.273V48.722c0-1.254 1.382-2.016 2.442-1.347l15.224 9.606c.463.291.743.8.743 1.347v85.888c0 1.314-1.501 2.063-2.55 1.273l-15.224-11.459Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M246.223 104.446c4.592-2.713 4.162-13.058-1.043-23.412-5.307-10.557-13.57-17.125-18.455-14.67a4.74 4.74 0 0 0-.911.6l-76.577 38.495 19.22 38.233 77.828-39.123-.062-.123Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M226.726 66.364c4.885-2.455 13.147 4.112 18.455 14.67 5.204 10.353 5.634 20.7 1.042 23.412l.061.122-77.827 39.124-19.22-38.233 76.577-38.495c.211-.176.434-.333.67-.47l.242-.13Zm7.582 4.325c-3.185-2.531-5.398-2.748-6.509-2.19-.159.08-.309.178-.451.297l-.213.178-.247.125-74.444 37.421 17.075 33.964 73.817-37.108 1.672-.987c1.087-.643 2.156-2.655 1.98-6.68-.166-3.814-1.458-8.66-3.942-13.602-2.534-5.04-5.727-9.023-8.738-11.418Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M247.568 86.767c2.898 8.461 2.414 15.943-1.6 17.961a4.716 4.716 0 0 1-.29.133l.005.01-77.226 38.821-6.885-13.695 85.996-43.23Z"/>
13
+ <ellipse cx="159.133" cy="124.432" fill="var(--sapContent_Illustrative_Color25)" rx="9.9" ry="21.396" transform="rotate(-26.688 159.133 124.432)"/>
14
+ <ellipse cx="158.562" cy="124.719" fill="var(--sapContent_Illustrative_Color22)" rx="5.429" ry="11.177" transform="rotate(-26.688 158.562 124.719)"/>
15
+ <path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M75.9 168.257a1.195 1.195 0 0 1 1.432-.896l49.31 11.36a1.194 1.194 0 1 1-.536 2.328l-49.31-11.36a1.194 1.194 0 0 1-.896-1.432Z" clip-rule="evenodd"/>
16
+ <path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M95.78 117.835c.614.238.92.93.682 1.545l-18.285 47.233a1.195 1.195 0 1 1-2.227-.863l18.284-47.232c.238-.615.93-.921 1.545-.683Z" clip-rule="evenodd"/>
17
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M142.799 180.538c19.174-10.819 26.4-35.079 16.07-55.294-10.329-20.215-34.432-28.982-54.696-20.297l38.626 75.591Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M159.334 126.206c2.256 13.938-4.906 26.06-17.55 35.892l-30.528-43.291 31.543 61.73c18.749-10.592 25.992-34.195 16.535-54.331Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M142.701 133.05c10.615 21.115 9.326 43.207-2.879 49.342-12.206 6.135-30.705-6.009-41.32-27.124-10.614-21.116-9.325-43.207 2.88-49.342 12.205-6.136 30.704 6.008 41.319 27.124Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M139.855 134.48c-5.102-10.149-12.034-17.998-18.965-22.548-7.012-4.603-13.42-5.501-18.077-3.16-4.657 2.341-7.76 8.02-8.248 16.393-.483 8.277 1.682 18.523 6.784 28.672 5.102 10.149 12.034 18 18.965 22.55 7.011 4.602 13.42 5.5 18.077 3.159l1.43 2.846-.576.274c-12.205 5.48-30.294-6.613-40.742-27.398-10.615-21.116-9.326-43.207 2.879-49.342l.577-.275c12.205-5.479 30.293 6.613 40.742 27.398l.489.991c10.083 20.811 8.646 42.312-3.369 48.352l-1.43-2.846c4.657-2.341 7.759-8.02 8.247-16.393.484-8.277-1.681-18.524-6.783-28.673Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M130.231 131.856c1.518-.762 3.779.67 5.05 3.199 1.272 2.53 1.072 5.199-.446 5.962-1.218.612-2.915-.192-4.195-1.842l-6.484 3.261a1.592 1.592 0 0 1-1.431-2.846l6.482-3.26c-.564-2.015-.197-3.86 1.024-4.474Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M120.871 107.513c.701.532.838 1.531.307 2.232l-43.515 57.398a1.592 1.592 0 1 1-2.538-1.924l43.515-57.399a1.592 1.592 0 0 1 2.231-.307Z" clip-rule="evenodd"/>
23
+ <path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M74.137 167.982a1.593 1.593 0 0 1 1.46-1.715l72.721-5.841a1.593 1.593 0 0 1 .255 3.175l-72.72 5.841a1.592 1.592 0 0 1-1.716-1.46Z" clip-rule="evenodd"/>
24
+ <ellipse cx="74.383" cy="167.978" fill="var(--sapContent_Illustrative_Color11)" rx="6.354" ry="6.578" transform="rotate(-26.688 74.383 167.978)"/>
25
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M76.38 161.831c1.594 3.236.371 7.112-2.748 8.68-1.592.8-3.372.845-4.952.271l.025.05c1.632 3.246 5.496 4.6 8.631 3.023 3.136-1.576 4.355-5.485 2.723-8.73a6.676 6.676 0 0 0-3.678-3.294Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color22)" fill-rule="evenodd" d="M201.046 114.75a1.593 1.593 0 0 1 2.211-.43l48.738 32.844a1.592 1.592 0 1 1-1.78 2.641l-48.738-32.844a1.592 1.592 0 0 1-.431-2.211Z" clip-rule="evenodd"/>
27
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M209.046 173.638a2.387 2.387 0 0 1-.952-1.909v-88.56c0-1.882 2.073-3.025 3.664-2.021l16.477 10.396a2.39 2.39 0 0 1 1.114 2.02v90.568c0 1.97-2.251 3.094-3.826 1.908l-16.477-12.402Zm25.617 18.09c0 .75.353 1.457.952 1.909l20.56 15.474c1.574 1.186 3.825.062 3.825-1.908v-94.299c0-.82-.42-1.583-1.114-2.02l-20.559-12.972c-1.591-1.004-3.664.14-3.664 2.02v91.796Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M208.094 171.729c0 .751.352 1.458.952 1.909l16.477 12.402c1.575 1.185 3.826.062 3.826-1.908v-13.849c-8.074 2.163-15.681 1.099-21.255-1.139v2.585Zm26.569-3.333v23.332c0 .75.353 1.457.952 1.908l20.56 15.475c1.574 1.185 3.825.062 3.825-1.908v-66.711c-7.229 15.492-16.359 23.896-25.337 27.904Z"/>
29
+ </svg>
30
+ `;
@@ -0,0 +1,24 @@
1
+ export default `<svg id="tnt-Scene-SessionExpired" 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="M110.9 95.236c.76.24 1.85.53 2.64.74 1.25 11.64 6.14 23.13 15.45 31.01h-.01c44.47 32.12-9.82 23.34-15.12 67.26l-.06.45c-.11.76-.18 1.53-.26 2.29h73.79c-4.88-48.73-61.38-36.42-14.43-71.04 0 0 1.59-1.5 2.34-2.32v-.01c7.05-7.51 11.2-17.52 11.43-27.5 1.2-.29 2.34-.6 3.38-.92v101.81h5.05v-103.8c2.2-1.15 3.49-2.4 3.64-3.72h.02v-7.43c0-5.46-21.67-9.89-48.36-9.89-30.32-.02-48.4 2.83-48.4 11.26v3.33-.01c0 2.96.03 4.71 3.85 6.56v103.69h5.05V95.236Zm84.16-2.05v.08-.08Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M248.711 188.26v10.514c0 8.953-25.592 16.226-57.112 16.226-31.52 0-57.112-7.273-57.112-16.226 0-.401.054-.802.152-1.203l-.152-.043v-9.279c0 8.238 25.592 14.926 57.112 14.926 31.52 0 57.112-6.688 57.112-14.926v.011Zm-.098-.9h.098v.9c0-.303-.033-.596-.098-.9Zm-114.126.9v-.878h.098a3.965 3.965 0 0 0-.098.878Z" clip-rule="evenodd"/>
5
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M141.804 206.719v-11.154c5.289 2.45 13.169 4.477 22.654 5.821v11.663c-9.485-1.463-17.365-3.664-22.654-6.33Zm99.818 0v-11.154c-5.29 2.45-13.17 4.477-22.654 5.821v11.663c9.484-1.463 17.364-3.664 22.654-6.33Z" clip-rule="evenodd"/>
6
+ <path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M191.599 173.323c31.52 0 57.112 6.688 57.112 14.926s-25.592 14.925-57.112 14.925c-31.52 0-57.112-6.687-57.112-14.925s25.592-14.926 57.112-14.926Z" clip-rule="evenodd"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" fill-rule="evenodd" d="M233.882 60.357c-1.485 6.775-4.043 13.268-8.194 19.565-4.011 6.07-10.308 11.316-16.194 15.988-7.869 6.243-13.701 11.641-13.668 16.486v.456c0 8.497 20.41 17.993 29.851 32.279 8.509 12.866 10.275 26.566 10.026 41.839.022.108.022.228.022.336 0 5.376-19.771 9.734-44.137 9.734-24.367 0-44.138-4.358-44.138-9.734 0-.108 0-.228.022-.336-.26-15.273 1.518-28.962 10.026-41.839 9.441-14.286 29.851-23.782 29.851-32.279v-.456c.033-4.845-5.799-10.232-13.668-16.486-5.885-4.672-12.172-9.907-16.194-15.988-4.162-6.297-6.709-12.78-8.194-19.565 10.449 2.688 25.537 4.38 42.284 4.38 16.746 0 31.834-1.691 42.283-4.38h.022Z" clip-rule="evenodd"/>
8
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M248.711 36.522v.152-.152Zm-114.224.163v-.239h.011c0 .076-.011.163-.011.239Zm114.224 0v8.769h-.022c-.759 6.666-26.057 12.02-57.101 12.02-31.043 0-57.111-5.528-57.111-12.335v-8.465c0 6.45 25.591 11.684 57.111 11.684 31.521 0 57.112-5.235 57.112-11.684l.011.01Z" clip-rule="evenodd"/>
9
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="M235.086 53.139a72.47 72.47 0 0 1-1.193 7.219c-10.449 2.688-25.537 4.379-42.283 4.379-16.747 0-31.835-1.691-42.284-4.38a72.24 72.24 0 0 1-1.192-7.218c10.481 2.655 26.079 4.335 43.487 4.335 17.407 0 33.005-1.68 43.486-4.335h-.021Z" clip-rule="evenodd"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M134.487 42.245v-.26h.011c0 .087-.011.173-.011.26Zm4.552 144.909V45.15h5.962v142.004c0 1.073-1.334 1.951-2.981 1.951-1.648 0-2.981-.867-2.981-1.951Z" clip-rule="evenodd"/>
11
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M141.804 51.188v-8.791c5.289 1.919 13.169 3.501 22.654 4.552v9.04c-9.485-1.105-17.365-2.785-22.654-4.812v.01Z" clip-rule="evenodd"/>
12
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M238.435 187.154V45.15h5.961v142.004c0 1.073-1.333 1.951-2.981 1.951-1.647 0-2.98-.867-2.98-1.951Z" clip-rule="evenodd"/>
13
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M241.361 51.188v-8.791c-5.29 1.919-13.17 3.501-22.654 4.552v9.04c9.484-1.105 17.364-2.785 22.654-4.812v.01Zm-96.36 1.094v1.225s-2.385 2.515-5.962.867v-4.4c1.615.813 3.61 1.582 5.962 2.298v.01Z" clip-rule="evenodd"/>
14
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M238.435 52.163v2.872s2.98.575 5.961-2.265v-2.916c-1.615.813-3.609 1.583-5.961 2.298v.01Z" clip-rule="evenodd"/>
15
+ <path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M191.599 25c31.52 0 57.112 5.235 57.112 11.685 0 6.449-25.592 11.684-57.112 11.684-31.52 0-57.112-5.235-57.112-11.684 0-6.45 25.592-11.685 57.112-11.685Z" clip-rule="evenodd"/>
16
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M192.856 133.706c5.876 1.973 35.499 25.89 38.803 36.284 1.394.563 2.558.939 3.286.743.575 4.39.802 8.899.802 13.549 0 .9 0 1.8-.021 2.71.021.108.021.228.021.336 0 .108 0 .217-.021.325l-62.315 4.552c-1.051-.108-2.482-.227-3.49-.357l-20.963-2.016c-.78-.639-1.268-1.312-1.42-2.006l.596-15.966c.086-.715.173-1.419.281-2.134.583-.533 2.351-1.982 5.189-3.005 7.335-10.417 31.805-30.399 39.252-33.015Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color11)" fill-rule="evenodd" d="M234.858 170.148c.758 5.408.954 11.012.856 16.844.022.108.022.227.022.336 0 5.376-19.771 9.701-44.137 9.701-24.367 0-44.138-4.325-44.138-9.701 0-.109 0-.228.022-.336-.108-6.179.119-12.086.997-17.798 2.992 3.924 12.509 14.589 27.521 14.589 18.383 0 22.339-9.636 38.587-12.02 12.465-1.832 18.254-1.756 20.27-1.626v.011Z" clip-rule="evenodd"/>
18
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M235.704 186.992c.097-5.832-.098-11.436-.857-16.844-1.246-.087-3.945-.141-8.768.26.14.997.271 2.016.379 3.046-1.225 1.409-5.723 3.013-9.799 2.699-.195-1.55-.368-3.068-.552-4.596-.499.076-.998.141-1.529.216-16.248 2.385-20.204 12.021-38.587 12.021-15.002 0-24.529-10.666-27.521-14.589-.867 5.712-1.095 11.619-.997 17.798-.022.108-.022.227-.022.336 0 5.376 19.771 9.701 44.137 9.701 24.367 0 44.137-4.325 44.137-9.701 0-.109 0-.228-.021-.336v-.011Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M225.59 167.221a67.236 67.236 0 0 0-.585-3.035c-1.149-5.452-2.862-10.547-5.474-15.5a55.369 55.369 0 0 0-1.886-3.285l-7.696.629c3.675 7.262 4.867 14.991 5.853 23.012.098.834.206 1.68.304 2.514 4.032-.563 7.327-.921 9.972-1.149a129.489 129.489 0 0 0-.488-3.186Zm-21.212-29.765a48.592 48.592 0 0 1 2.862 3.957l7.251-.596c-.195-.261-.39-.51-.596-.77-2.222-2.818-4.433-4.953-7.284-7.327-2.591.076-3.458.119-6.081.563a42.806 42.806 0 0 1 3.859 4.173h-.011Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M226.089 170.408a135.344 135.344 0 0 0-.488-3.187 70.143 70.143 0 0 0-.585-3.035 69.836 69.836 0 0 0-1.41-5.528c-3.923-4.206-8.768-8.66-13.483-12.638h-.163c3.674 7.273 4.867 15.001 5.853 23.022.098.835.206 1.68.304 2.515.184 1.528.357 3.045.552 4.595 4.076.315 8.574-1.289 9.799-2.698-.119-1.03-.238-2.038-.379-3.046Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" d="M214.437 77.82c3.533.043 4.704.205 7.435 0 2.797-4.564 4.39-8.563 5.712-13.224-3.566.51-5.17.737-8.638 1.084-1.16 4.357-2.537 7.901-4.509 12.14Z" clip-rule="evenodd"/>
22
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M172.933 183.621c-10.525-1.041-18.004-7.23-22.025-11.566-.78 5.626-1.041 13.311-.856 18.546 3.945 2.428 12.14 4.39 22.61 5.485-.043-4.184.054-8.336.282-12.476l-.011.011Z" clip-rule="evenodd"/>
23
+ </svg>
24
+ `;
@@ -0,0 +1,22 @@
1
+ export default `<svg id="tnt-Scene-SessionExpiring" 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="M120.54 95.28c.76.24 1.85.53 2.64.74 1.25 11.64 6.14 23.13 15.45 31.01h-.01c44.47 32.12-9.82 23.34-15.12 67.26l-.06.45c-.11.76-.18 1.53-.26 2.29h73.79c-4.88-48.73-61.38-36.42-14.43-71.04 0 0 1.59-1.5 2.34-2.32v-.01c7.05-7.51 11.2-17.52 11.43-27.5 1.2-.29 2.34-.6 3.38-.92v101.81h5.05V93.25c2.2-1.15 3.49-2.4 3.64-3.72h.02V82.1c0-5.46-21.67-9.89-48.36-9.89-30.28 0-48.36 2.84-48.36 11.27v3.33-.01c0 2.96.03 4.71 3.85 6.56v103.69h5.05V95.28h-.04Zm84.16-2.05v.08-.08Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M175.896 188.877v10.519c0 8.954-25.593 16.229-57.118 16.229-31.525 0-57.119-7.275-57.119-16.229 0-.41.053-.809.158-1.207l-.158-.042v-9.281c0 8.241 25.594 14.928 57.119 14.928s57.118-6.687 57.118-14.928v.011Zm-.105-.903.105.021v.882a3.61 3.61 0 0 0-.105-.892v-.011Zm-114.121.903v-.882l.105-.021a4.317 4.317 0 0 0-.105.892v.011Z" clip-rule="evenodd"/>
5
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M68.997 207.342v-11.159c5.291 2.457 13.164 4.483 22.654 5.826v11.663c-9.49-1.459-17.363-3.663-22.654-6.33Zm99.814 0v-11.159c-5.291 2.457-13.165 4.483-22.655 5.826v11.663c9.49-1.459 17.364-3.663 22.655-6.33Z" clip-rule="evenodd"/>
6
+ <path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M118.778 173.949c31.525 0 57.118 6.687 57.118 14.928 0 8.24-25.593 14.928-57.118 14.928-31.525 0-57.119-6.688-57.119-14.928 0-8.241 25.594-14.928 57.119-14.928Z" clip-rule="evenodd"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" fill-rule="evenodd" d="M161.074 60.982c-1.491 6.781-4.042 13.27-8.199 19.557-4.021 6.079-10.309 11.317-16.188 15.989-7.863 6.246-13.7 11.642-13.668 16.481v.452c0 8.492 20.408 17.993 29.856 32.28 8.503 12.871 10.277 26.56 10.025 41.834.021.116.021.221.021.336 0 5.375-19.778 9.732-44.133 9.732-24.355 0-44.132-4.368-44.132-9.732 0-.115 0-.231.02-.336-.262-15.274 1.523-28.963 10.026-41.834 9.448-14.287 29.856-23.777 29.856-32.28v-.452c.031-4.839-5.795-10.235-13.668-16.481-5.88-4.672-12.178-9.91-16.188-15.989-4.157-6.288-6.708-12.786-8.199-19.557 10.456 2.687 25.531 4.377 42.285 4.377 16.755 0 31.84-1.69 42.286-4.377Z" clip-rule="evenodd"/>
8
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M148.129 86.418c-.871.966-2.75 2.74-2.76 2.74-4.536 2.95-12.146 4.22-20.209 4.598-12.219.578-25.489-1.04-31.073-2.855-.19-.168-.368-.336-.557-.504a30.93 30.93 0 0 1 1.88-.305c8.293-1.165 14.423-4.178 19.809-6.928 5.07-2.593 9.427-4.976 14.445-5.029 13.154-.136 17.447 6.289 18.465 8.294v-.01Zm27.757-49.266v.157-.157Zm-114.216.157v-.241h.01c0 .084-.01.157-.01.241Zm114.226 0v8.777h-.021c-.766 6.666-26.055 12.02-57.097 12.02S61.659 52.584 61.659 45.77v-8.461c0 6.446 25.594 11.684 57.108 11.684 31.515 0 57.119-5.238 57.119-11.684h.01Z" clip-rule="evenodd"/>
9
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="M162.271 53.77a70.881 70.881 0 0 1-1.197 7.212c-10.456 2.688-25.531 4.378-42.285 4.378-16.755 0-31.84-1.69-42.286-4.378a71.75 71.75 0 0 1-1.196-7.212c10.477 2.656 26.076 4.336 43.482 4.336 17.405 0 33.005-1.68 43.482-4.336Z" clip-rule="evenodd"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M61.67 42.873v-.252h.01c0 .084-.01.168-.01.252Zm4.556 144.901V45.77h5.962v141.994c0 1.071-1.333 1.942-2.981 1.942s-2.981-.871-2.981-1.942v.01Z" clip-rule="evenodd"/>
11
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M68.997 51.817v-8.786c5.291 1.92 13.164 3.506 22.654 4.556v9.038c-9.49-1.112-17.363-2.782-22.654-4.808Z" clip-rule="evenodd"/>
12
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M165.619 187.774V45.77h5.963v141.994c0 1.071-1.333 1.942-2.981 1.942-1.649 0-2.982-.871-2.982-1.942v.01Z" clip-rule="evenodd"/>
13
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M168.548 51.817v-8.786c-5.291 1.92-13.164 3.506-22.654 4.556v9.038c9.49-1.112 17.363-2.782 22.654-4.808Zm-96.369 1.082v1.228s-2.383 2.52-5.963.871V50.6c1.606.818 3.611 1.585 5.963 2.299Z" clip-rule="evenodd"/>
14
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M165.619 52.794v2.876s2.982.578 5.963-2.267v-2.908c-1.606.819-3.611 1.585-5.963 2.299Z" clip-rule="evenodd"/>
15
+ <path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M118.778 25.625c31.525 0 57.118 5.238 57.118 11.684 0 6.446-25.593 11.684-57.118 11.684-31.525 0-57.119-5.238-57.119-11.684 0-6.446 25.604-11.684 57.119-11.684Z" clip-rule="evenodd"/>
16
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M92.701 86.115c3.265-.43 7.674-.41 12.156.514 6.457 1.334 11.811 3.317 16.797 4.682 5.239 1.427 10.088 2.162 15.337.913 2.74-.65 6.057-2.026 8.388-3.076-2.792 2.635-6.571 5.784-9.5 8.104-4.483 3.559-7.433 6.037-10.109 9.459-.777.997-1.701 2.372-2.772 4.839-.955 2.205-1.963 4.347-2.1 10.299v25.355c8.742 1.312 17.036 10.894 23.127 17.161 3.129 3.222 15.106 12.629-9.889 11.757-1.05-.031-2.341-.052-3.8-.062 7.747 1.889 14.057 2.141 17.374.398 4.43-2.32 11.947-4.44 14.403-5.101.578 4.388.797 8.902.797 13.553 0 .902-.01 1.805-.02 2.708.021.104.02.231.02.335 0 .105.001.221-.02.326l-62.316 4.546c-1.05-.116-2.477-.231-3.485-.357l-20.964-2.016c-.777-.65-1.27-1.313-1.428-2.005l.599-15.967c.084-.714.178-1.428.283-2.131.787-.714 3.79-3.181 8.745-3.895 1.543-.231 3.685-.42 6.257-.452 4.288-8.343 17.598-17.704 26.14-18.842v-25.132c-.021-6.582-2.027-10.299-2.289-10.898-2.404-5.406-6.425-8.849-12.744-13.867-4.063-3.223-8.315-6.708-11.863-10.571.777-.231 1.753-.42 2.876-.577Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M162.039 170.768c.756 5.417.956 11.012.851 16.838.021.116.021.221.021.336 0 5.375-19.778 9.7-44.133 9.7-24.355 0-44.133-4.325-44.133-9.7 0-.115 0-.231.021-.336-.105-6.172.126-12.083.997-17.794 2.992 3.927 12.514 14.592 27.515 14.592 18.382 0 22.329-9.637 38.58-12.02 12.471-1.826 18.255-1.753 20.271-1.616h.01Z" clip-rule="evenodd"/>
18
+ <path fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" d="M92.156 146.15c-5.123 8.808-7.664 17.857-8.535 28.323 1.27 1.376 3.832 2.436 10.403 2.394.116-10.855.41-19.673 5.848-30.297l-7.706-.409-.01-.011Zm10.288-4.283c2.246-3.055 3.317-4.65 6.298-8.01-1.973-.409-2.792-.692-5.385-.692-2.792 2.456-5.795 5.616-7.978 8.324l7.065.378Z" clip-rule="evenodd"/>
19
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M94.014 176.857c.063-6.131.189-11.611 1.26-17.133-1.984 2.068-3.633 4.21-4.693 6.288-2.393.032-4.388.2-5.89.399a80.953 80.953 0 0 0-1.07 8.052c1.27 1.375 3.832 2.436 10.403 2.394h-.01Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M135.249 173.886a640.48 640.48 0 0 1 1.722 22.906c8.335-.829 15.295-2.205 19.893-3.937-.21-5.553-.598-15.841-1.365-21.993-3.233.2-7.695.641-13.731 1.522a41.868 41.868 0 0 0-6.519 1.491v.011Z" clip-rule="evenodd"/>
21
+ </svg>
22
+ `;
@@ -0,0 +1,19 @@
1
+ export default `<svg id="tnt-Scene-Settings" 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_Color8)" d="M122.65 67.235s.093.06.136.094a1.31 1.31 0 0 1-.213-.17c.026.025.043.05.077.067v.009Zm.755.502c-.076-.042-.144-.085-.22-.128.068.043.144.086.22.128Zm.646.323s.026 0 .034.018a.12.12 0 0 1-.051-.017h.017Zm.969.333c-.051-.017-.085-.025-.136-.042.042.017.093.025.136.042Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M174.598 160.915h-.092l-.062-.021-7.074-2.199-.113-3.987-13.841-2.168-5.628 2.775-7.905-.227-7.464-3.236-12.98 1.356 2.112 3.73-5.526 1.84-11.913-.987-6.275 4.635 9.781 3.175-.738 3.381-10.632 2.445 5.7 6.536c.821.103 2 .113 3.333.072 1.332-.031 2.839-.113 4.306-.185 1.466-.072 2.901-.134 4.121-.134 1.22 0 2.235.062 2.83.237.43.133.861.328 1.343.565.472.236.943.513 1.456.791.512.277 1.056.545 1.62.781a8.119 8.119 0 0 0 1.804.534c.113.257 0 .74-.215 1.316-.216.585-.533 1.284-.831 1.983-.307.709-.574 1.397-.697 1.942-.113.555-.082.976.256 1.11l17.655 3.905 7.915-4.984 9.463.339c.708.123 1.661.534 2.738 1.089 1.097.555 2.286 1.244 3.465 1.932 1.189.689 2.348 1.377 3.343 1.881.994.513 1.814.852 2.276.863l16.076-2.559-5.034-6.248c.276-.113.594-.277.943-.472.348-.196.728-.411 1.117-.638.38-.226.81-.452 1.22-.667.421-.206.851-.412 1.261-.566.175-.072.349-.123.523-.174.164-.052.328-.093.503-.134.174-.031.328-.062.492-.072h.482c.471.031 1.527.144 2.829.298 1.313.154 2.912.35 4.481.524 1.568.175 3.106.35 4.285.463 1.19.102 2.01.154 2.174.092l2.419-6.484-12.815-3.401-2.123-3.32v-.03c0-.011.031-.021.021-.031 0-.01 0-.031.02-.031 0 0 0-.021.031-.031.031-.02.072-.051.113-.072.041-.02.082-.061.154-.072.051-.02.102-.051.184-.072.062-.02.134-.051.216-.082.215-.072.451-.154.738-.226l.892-.247a49.77 49.77 0 0 1 1.015-.246c.359-.082.707-.165 1.056-.247.359-.082.707-.164 1.025-.236.328-.072.646-.154.943-.226.298-.072.574-.144.8-.206a6.96 6.96 0 0 0 .605-.185l.072-.02.071-.021.062-.02.061-.021s.052-.031.093-.041c.031 0 .041-.031.082-.041.031-.01.041-.031.082-.041.031 0 .031-.041.061-.041.021-.021.031-.031.041-.062v-.062s-.02-.051-.041-.072c-.02-.03-.041-.051-.102-.082l-9.166-5.21-11.534.226.041.021Zm-4.296 7.101c1.025 1.14 1.487 2.312 1.384 3.442-.102 1.151-.789 2.251-2.05 3.237-.226.195-.492.38-.769.555-.277.175-.585.349-.913.514-.328.164-.687.329-1.045.483-.359.154-.749.308-1.159.452a24.32 24.32 0 0 1-2.532.729c-.923.216-1.918.401-2.984.566a45.344 45.344 0 0 1-3.424.37 64.077 64.077 0 0 1-17.101-1.151c-4.019-.843-7.536-2.004-10.253-3.361-2.676-1.325-4.552-2.836-5.424-4.367-.84-1.5-.707-3.031.616-4.46.133-.154.287-.308.451-.452.164-.144.359-.298.533-.431.174-.134.379-.268.574-.411.195-.134.42-.268.636-.391.297-.164.594-.318.912-.473a19.1 19.1 0 0 1 .995-.421c.358-.134.707-.267 1.076-.39.369-.124.749-.237 1.148-.35 1.764-.483 3.743-.853 5.865-1.089a56.681 56.681 0 0 1 6.725-.329c2.338.031 4.768.185 7.188.483 2.429.298 4.88.74 7.279 1.346 3.096.771 5.639 1.686 7.679 2.672 2.071 1.007 3.599 2.107 4.593 3.227Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M86.037 158.315c.543.298 1.128.668 1.692 1.038.564.37 1.117.74 1.61 1.007.491.277.932.452 1.23.452l11.37-1.418-1.22-3.412c.225-.062.481-.154.779-.267.297-.103.615-.226.963-.349.339-.124.687-.257 1.046-.37a16.496 16.496 0 0 1 1.436-.422c.133-.031.266-.051.379-.072.123-.02.236-.041.359-.041h.318c.307 0 .963.072 1.794.154.83.083 1.845.185 2.809.288.974.103 1.938.195 2.686.247.738.061 1.271.082 1.415.051l4.06-3.668-7.423-1.943-.215-1.942v-.02l.031-.021.02-.02s0-.021.031-.021.061-.031.102-.041c.041-.01.082-.031.144-.041.051-.01.102-.031.164-.041.051 0 .103-.031.185-.052.164-.041.379-.092.594-.133l.708-.144c.246-.051.512-.093.789-.144.267-.051.543-.103.81-.144.267-.041.543-.103.8-.144.256-.041.502-.092.728-.133.235-.041.43-.082.635-.124.205-.041.359-.071.492-.113l.113-.02h.051s.031-.021.041-.021c.031 0 .052-.02.082-.02.031 0 .041-.021.072-.021.021 0 .041-.02.072-.031.021 0 .031-.02.062-.02.02 0 .03-.021.051-.031.02-.01.031-.021.031-.031 0-.01.02-.031 0-.041l-.041-.051-4.358-3.134-8.14.164h-.021l-4.152-1.346 1.353-2.487-9.073-1.346-4.942 1.757-5.536-.134-4.296-2.034-9.689.884.42 2.342-4.428 1.151-8.151-.585-5.598 2.856 6.028 1.901-1.384 2.015L48 149.488l2.348 3.761c.533.061 1.333.061 2.245.031.913-.031 1.958-.072 2.973-.124 1.005-.041 2-.082 2.82-.092.84 0 1.497.031 1.855.123.267.072.503.185.76.319.256.133.502.287.778.441.277.155.564.309.882.442.318.134.677.237 1.066.298 0 .144-.194.411-.492.74-.307.329-.687.72-1.066 1.11-.38.391-.759.771-.964 1.079-.215.308-.297.534-.112.617l10.631 2.075 6.644-2.723 6.193.175c.44.072.943.298 1.486.586v-.031h-.01Zm-9.966-5.611c-2.48-.462-4.541-1.13-6.018-1.911-1.456-.761-2.317-1.644-2.491-2.538-.174-.884.338-1.788 1.66-2.652.144-.092.298-.185.452-.277.154-.093.318-.175.482-.257.164-.082.348-.164.523-.247.184-.082.379-.154.564-.236.246-.103.502-.195.779-.288.276-.092.553-.174.83-.257.287-.082.564-.164.872-.236.307-.072.594-.144.912-.216a35.397 35.397 0 0 1 4.44-.678 48.783 48.783 0 0 1 9.698.072c1.61.175 3.179.442 4.645.802 1.886.462 3.352 1.007 4.429 1.603 1.087.596 1.773 1.243 2.05 1.911.287.678.195 1.367-.256 2.024-.472.668-1.322 1.316-2.502 1.881h.052a6.496 6.496 0 0 1-.718.318c-.256.103-.523.196-.79.298a101.5 101.5 0 0 1-.87.278c-.308.092-.616.185-.944.267-.615.154-1.261.298-1.958.421-.687.124-1.415.237-2.194.329a41.16 41.16 0 0 1-2.43.216c-.851.051-1.733.082-2.635.092-3.148.021-6.06-.236-8.571-.709h-.01v-.01Zm90.182-15.999-6.254.637-4.47-.73-1.148-1.952-8.561-.442-2.399 1.654-4.655.257-5.485-1.274-7.218 1.305 2.625 1.757-2.574 1.172-7.422.102-1.897 2.559 6.92 1.017.81 1.603-5.177 1.645 5.598 2.61c.502 0 1.158-.052 1.886-.134.728-.082 1.528-.195 2.317-.298.79-.103 1.569-.205 2.235-.267.677-.062 1.251-.082 1.641-.041.287.031.584.103.922.174.339.083.698.175 1.056.268.359.092.749.174 1.128.257.369.072.769.123 1.138.143.144.103.226.319.287.576.062.257.123.575.164.873.052.309.123.607.216.843.092.236.235.411.471.442l10.355.709 2.81-2.405 5.003-.318c.4.02.984.133 1.671.308s1.466.401 2.225.617c.758.215 1.507.431 2.122.596.605.154 1.097.256 1.333.236l7.525-1.788-3.824-2.322c.103-.062.236-.144.369-.237.133-.092.287-.205.441-.318.154-.113.318-.226.482-.339.164-.113.338-.216.523-.298.082-.042.143-.072.225-.103.072-.031.154-.062.226-.082l.236-.052c.071-.01.153-.02.235-.02.246 0 .81-.021 1.508 0h4.634c.625 0 1.045-.031 1.117-.062l.062-2.877-7.331-.905-1.825-1.397v-.041l.041-.041c0-.021.051-.031.062-.041 0-.021.041-.031.082-.052.041-.02.072-.031.113-.051.102-.052.225-.093.348-.144.123-.051.277-.103.42-.154.154-.052.308-.103.482-.154l.503-.154c.154-.052.328-.103.492-.155.154-.051.307-.102.451-.143.143-.052.267-.093.379-.134.113-.041.205-.082.287-.113h.093l.02-.021c.021 0 .031-.02.041-.02.01 0 0 0 .031-.021.02 0 .02-.02.031-.02 0 0 0-.021.02-.021 0 0 .031-.02 0-.031v-.03c0-.011-.041-.031-.041-.031l-.072-.031-6.069-2.025v-.051l.01-.02Zm-5.29 5.641c.215.524.113 1.038-.318 1.531a3.451 3.451 0 0 1-.277.278 2.395 2.395 0 0 1-.348.267c-.134.082-.287.174-.431.257a8.041 8.041 0 0 1-.513.246c-.338.154-.728.298-1.158.442a15.9 15.9 0 0 1-1.436.391c-.522.123-1.097.226-1.722.318-.625.093-1.292.185-1.999.247a46.586 46.586 0 0 1-7.464.082c-2.42-.164-4.685-.503-6.592-.976-1.887-.463-3.425-1.048-4.399-1.696-.974-.647-1.394-1.356-1.128-2.086.031-.082.062-.154.113-.236a1.13 1.13 0 0 1 .154-.226l.195-.226c.072-.072.154-.144.236-.216.102-.092.235-.175.358-.267.124-.093.277-.175.431-.247a4.33 4.33 0 0 1 .482-.236c.174-.072.359-.154.543-.226.851-.319 1.866-.586 3.004-.802a31.695 31.695 0 0 1 3.732-.472 46.45 46.45 0 0 1 8.684.185c1.938.226 3.589.524 4.973.894 1.404.369 2.501.801 3.321 1.274.831.472 1.354.976 1.569 1.49h-.01v.01Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m214.173 156.65-8.417 5.436h-.287a6.62 6.62 0 0 1-.687.031c-.257 0-.554 0-.862-.02-.307-.021-.645-.031-.984-.052l-1.056-.061-1.076-.062c-.349-.021-.708-.031-1.046-.041h-.964c-.297 0-.584.02-.82.041-.092 0-.185.021-.256.031-.072 0-.164.031-.226.041-.072 0-.143.031-.205.051-.061.021-.123.041-.164.062l8.264-5.467s.112-.051.174-.062c.061 0 .133-.041.205-.051.072 0 .154-.031.225-.041.083 0 .175-.021.257-.031.246-.02.533-.041.841-.041h.974c.338 0 .697.031 1.066.051.369.021.728.042 1.097.072l1.076.062c.349.021.677.041.995.051.307 0 .615.021.871.021.257 0 .503 0 .697-.031h.308v.01Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m214.173 156.65-8.417 5.436h-.287a6.62 6.62 0 0 1-.687.031c-.257 0-.554 0-.862-.02-.307-.021-.645-.031-.984-.052l-1.056-.061-1.076-.062c-.349-.021-.708-.031-1.046-.041h-.964c-.297 0-.584.02-.82.041-.092 0-.185.021-.256.031-.072 0-.164.031-.226.041-.072 0-.143.031-.205.051-.061.021-.123.041-.164.062l8.264-5.467s.112-.051.174-.062c.061 0 .133-.041.205-.051.072 0 .154-.031.225-.041.083 0 .175-.021.257-.031.246-.02.533-.041.841-.041h.974c.338 0 .697.031 1.066.051.369.021.728.042 1.097.072l1.076.062c.349.021.677.041.995.051.307 0 .615.021.871.021.257 0 .503 0 .697-.031h.308v.01Zm-23.509 28.403c-.174.021-.677-.339-1.343-.914a77.9 77.9 0 0 1-2.379-2.148c-.861-.802-1.732-1.634-2.46-2.322-.728-.689-1.313-1.213-1.61-1.429a1.085 1.085 0 0 0-.328-.164 2.562 2.562 0 0 0-.4-.093c-.143-.02-.297-.02-.482-.02-.184 0-.338 0-.523.031-.44.051-.922.143-1.414.246-.493.113-.995.247-1.477.391-.471.144-.943.267-1.353.39-.41.124-.779.206-1.077.247l7.936-5.179c.287-.041.666-.134 1.097-.247.42-.123.892-.246 1.384-.39a26.932 26.932 0 0 1 1.507-.391c.502-.113.984-.216 1.446-.257.184-.02.359-.031.533-.031a2.478 2.478 0 0 1 .882.113c.123.042.235.103.328.175.287.216.892.761 1.64 1.47.748.698 1.64 1.551 2.512 2.373a58.978 58.978 0 0 0 2.43 2.199"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m198.876 180.028-8.212 5.015c-.174.02-.677-.339-1.343-.915a76.6 76.6 0 0 1-2.379-2.148c-.861-.801-1.732-1.634-2.46-2.322-.728-.688-1.313-1.213-1.61-1.428a1.087 1.087 0 0 0-.328-.165 2.453 2.453 0 0 0-.4-.092c-.143-.021-.297-.021-.482-.021-.184 0-.338 0-.523.031-.44.051-.922.144-1.414.247-.493.113-.995.246-1.477.39-.471.144-.943.267-1.353.391-.41.123-.779.205-1.077.246l7.926-5.23c.287-.041.707-.154 1.138-.267.42-.124.881-.247 1.384-.391a26.696 26.696 0 0 1 1.507-.39c.502-.113.984-.216 1.435-.257.185-.021.359-.021.533-.021.175 0 .308 0 .451.031.144.021.298.092.421.134.123.041.236.102.328.174.287.216.892.761 1.64 1.47.749.699 1.641 1.551 2.512 2.373a60.484 60.484 0 0 0 2.43 2.2m-30.03-71.819-5.936 1.151.861-3.35 7.443-6.71-2.368 8.909Zm26.175 33.685c-.43-2.364-1.302-4.83-2.676-7.306a26.847 26.847 0 0 0-4.152-5.663 25.04 25.04 0 0 0-5.167-4.11c-1.846-1.099-3.773-1.911-5.721-2.405a17.968 17.968 0 0 0-5.813-.565c-.421.031-.851.083-1.262.144-.41.062-.83.154-1.24.247-.4.103-.82.216-1.21.349-.389.134-.789.288-1.179.463-.287.133-.595.267-.882.431a8.852 8.852 0 0 0-.851.504c-.276.174-.563.359-.83.565-.267.205-.543.401-.79.637l-7.381 6.238c.246-.216.512-.412.779-.627.256-.196.543-.37.81-.565.266-.175.564-.329.841-.483.276-.155.584-.288.861-.422.379-.174.769-.318 1.158-.452a15.3 15.3 0 0 1 1.19-.349c.399-.103.81-.185 1.22-.247.41-.062.83-.113 1.24-.154 1.866-.144 3.794.041 5.711.524 1.917.483 3.804 1.274 5.608 2.343a23.84 23.84 0 0 1 5.054 4.008 25.743 25.743 0 0 1 4.071 5.538c1.333 2.425 2.184 4.84 2.604 7.163.43 2.322.41 4.552.051 6.607-.369 2.055-1.097 3.956-2.132 5.611-1.046 1.654-2.379 3.072-3.958 4.162l7.956-5.498a14.36 14.36 0 0 0 4.019-4.224c1.056-1.685 1.794-3.617 2.153-5.723.359-2.097.359-4.368-.072-6.741h-.01Zm-45.429-22.937-7.125 6.402-4.86-10.194 6.89-6.72 5.085 10.502.01.01Zm-3.383 5.827-3.752.596 7.125-6.402-3.373 5.827v-.021Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m168.549 180.799-.021.021c-.287-.175-.543-.864-.748-1.829-.216-.966-.4-2.2-.605-3.463-.195-1.264-.41-2.569-.656-3.659-.236-1.089-.544-1.962-.902-2.384l-6.039-3.956-9.063 3.494-8.879-11.54c-.133-.308.133-.894.594-1.603.462-.719 1.139-1.583 1.856-2.456.718-.874 1.446-1.757 2.02-2.507.595-.771 1.025-1.429 1.138-1.84-.349-.401-.636-.925-.851-1.5-.215-.565-.4-1.182-.554-1.798-.153-.617-.276-1.213-.43-1.768-.154-.555-.308-1.027-.523-1.397-.287-.514-.964-1.007-1.835-1.49-.872-.483-1.938-.956-3.035-1.429-1.097-.462-2.225-.935-3.199-1.408-.984-.472-1.815-.955-2.317-1.438l.41-13.256-6.828 6.412-.492 12.927c.492.473 1.312.946 2.276 1.398.964.452 2.061.914 3.137 1.366 1.077.453 2.122.915 2.973 1.377.851.473 1.518.946 1.795 1.449.205.36.358.833.502 1.367.144.545.267 1.12.431 1.726.153.607.307 1.203.522 1.758.216.565.482 1.068.831 1.459-.113.4-.554 1.058-1.118 1.808-.584.75-1.302 1.624-1.989 2.467-.697.852-1.363 1.705-1.825 2.404-.471.709-.717 1.274-.604 1.593l8.673 11.273 8.899-3.443 5.916 3.864c.349.421.646 1.274.882 2.333.236 1.068.43 2.332.635 3.576.195 1.233.359 2.445.585 3.391.154.709.318 1.264.533 1.562.072.102.133.174.215.215l12.396 2.672 7.833-5.035-12.55-2.723.011.01Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M198.876 180.028c-.184.021-.718-.39-1.415-.976a80.719 80.719 0 0 1-2.43-2.199c-.881-.822-1.773-1.675-2.511-2.374-.739-.698-1.344-1.243-1.641-1.469-.102-.072-.215-.123-.328-.175a1.593 1.593 0 0 0-.41-.092 2.374 2.374 0 0 0-.472-.021c-.164 0-.338 0-.543.031a13.61 13.61 0 0 0-1.435.257c-.503.113-1.015.247-1.507.39a52 52 0 0 1-1.385.391c-.42.113-.799.205-1.097.246l-2.593 9.465-12.632-2.765c-.287-.174-.543-.863-.748-1.829-.215-.966-.4-2.199-.605-3.473-.195-1.264-.39-2.569-.656-3.658-.246-1.089-.543-1.963-.902-2.384l-5.978-3.895-9.063 3.494-8.95-11.612c-.134-.308.133-.904.605-1.623.471-.72 1.138-1.583 1.855-2.446.708-.874 1.446-1.757 2.02-2.507.584-.761 1.025-1.429 1.138-1.84-.348-.401-.636-.925-.851-1.5a19.504 19.504 0 0 1-.553-1.798c-.154-.617-.277-1.213-.431-1.768-.154-.555-.308-1.028-.523-1.397-.287-.514-.964-1.007-1.835-1.49-.872-.473-1.938-.956-3.035-1.419-1.097-.462-2.225-.935-3.199-1.407-.974-.473-1.814-.956-2.317-1.439l.472-13.184 9.863.164 3.373-5.826-4.993-10.41 9.166-6.617 8.776 7.532 6.408-1.213 2.358-8.847 12.518 3.165 2.368 10.42 6.275 4.161 8.305-3.021 8.591 10.913-5.28 7.625 2.748 7.121.031.052.061.051 9.381 4.717.051 12.495a.43.43 0 0 1-.041.175.59.59 0 0 1-.071.134c-.031.041-.052.061-.082.092a.38.38 0 0 1-.103.072c-.031 0-.061.031-.102.041-.041 0-.072.021-.113.031-.041 0-.072.02-.113.031-.041 0-.082.02-.123.031h-.308c-.194.02-.43.03-.697.03-.266 0-.553 0-.871-.02-.308-.021-.656-.031-.995-.052l-1.076-.061c-.359-.021-.728-.052-1.097-.072-.369-.021-.718-.041-1.067-.052h-.974c-.307 0-.594.021-.84.042-.093 0-.185.02-.257.03-.082 0-.164.031-.225.042-.072 0-.144.03-.205.051-.062.02-.123.041-.174.062-.021 0-.041.02-.062.03-.021 0-.041.021-.051.041 0 .021-.031.031-.052.042-.02 0-.03.03-.041.041l-2.45 5.816 5.157 9.885m-22.227-13.759a14.08 14.08 0 0 0 4.962-3.977c1.333-1.685 2.317-3.699 2.86-5.919.554-2.22.677-4.665.277-7.234-.389-2.559-1.281-5.251-2.789-7.974a26.805 26.805 0 0 0-4.152-5.662 25.496 25.496 0 0 0-5.157-4.111 21.414 21.414 0 0 0-5.721-2.404c-1.948-.504-3.906-.699-5.813-.555-.431.031-.851.082-1.261.144-.41.061-.83.154-1.241.246-.41.103-.82.216-1.209.35-.39.133-.79.287-1.179.472-.287.134-.595.267-.882.432-.287.164-.585.318-.851.503-.267.175-.564.36-.831.566-.266.195-.543.4-.789.637-2.358 2.004-3.855 4.644-4.573 7.594-.707 2.939-.635 6.196.175 9.433.799 3.227 2.317 6.422 4.449 9.279a25.185 25.185 0 0 0 8.192 7.101c.954.514 1.897.945 2.83 1.295.933.349 1.845.637 2.747.822.903.185 1.784.318 2.646.37.861.051 1.701.041 2.511-.041.431-.042.862-.103 1.272-.185.41-.083.83-.175 1.23-.278.4-.113.8-.236 1.179-.38a9.103 9.103 0 0 0 1.118-.493"/>
11
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m176.259 81.08-6.93 4.481h-.236c-.164.02-.349.02-.574.02h-.708c-.246 0-.533-.02-.81-.04s-.584-.031-.871-.052c-.287-.02-.595-.04-.882-.051-.287 0-.584-.03-.861-.03h-.79c-.235 0-.471.02-.676.04-.072 0-.154.02-.216.031-.061 0-.133.02-.194.03-.062 0-.113.032-.164.042-.052 0-.103.03-.144.051l6.798-4.51s.092-.042.143-.052c.051-.01.113-.031.174-.041l.195-.031c.072 0 .144-.02.215-.03.206-.022.441-.032.687-.032h.8c.277 0 .584.02.872.041.287.02.604.031.902.052.297.02.605.04.882.051.276 0 .574.03.82.041.246 0 .502.02.717.02.216 0 .41 0 .585-.02h.246l.02-.02v.01Zm-38.386-40.661-6.131 5.384 1.856-7.234 6.131-5.58-1.866 7.42.01.01Zm21.48 27.735c-.349-1.953-1.077-3.977-2.205-6.022a21.66 21.66 0 0 0-3.434-4.665 20.878 20.878 0 0 0-4.255-3.381 17.958 17.958 0 0 0-4.706-1.983c-1.61-.411-3.23-.586-4.788-.452-.349.03-.697.072-1.046.123a12.03 12.03 0 0 0-1.025.206c-.328.082-.666.184-1.005.287a7.99 7.99 0 0 0-.974.38c-.235.113-.482.227-.728.35-.235.133-.471.257-.707.4a9.897 9.897 0 0 0-.677.463c-.215.164-.43.329-.656.524l-6.08 5.138c.216-.185.421-.34.646-.514.216-.164.441-.308.667-.452.215-.144.451-.267.687-.4.225-.124.471-.237.707-.35.308-.144.636-.257.954-.37.317-.113.656-.206.984-.288.328-.082.666-.154 1.015-.205a15.61 15.61 0 0 1 1.025-.124c1.538-.123 3.127.031 4.706.432 1.569.4 3.137 1.058 4.624 1.932a19.728 19.728 0 0 1 4.162 3.298 21.17 21.17 0 0 1 3.353 4.573c1.097 2.004 1.804 3.987 2.143 5.899.338 1.911.338 3.74.041 5.446a12.777 12.777 0 0 1-1.764 4.624c-.133.206-.266.411-.41.606a11.462 11.462 0 0 1-2.86 2.816l6.551-4.542a11.836 11.836 0 0 0 3.312-3.494 13.154 13.154 0 0 0 1.784-4.716 15.814 15.814 0 0 0-.062-5.55h.031l-.01.01ZM121.92 49.246l-5.864 5.281-4.009-8.395 5.762-5.508 4.111 8.611v.01Zm34.982 55.14c-.143.021-.564-.277-1.107-.75-.554-.462-1.241-1.099-1.958-1.777-.708-.668-1.436-1.347-2.02-1.912-.605-.565-1.087-1.007-1.323-1.171a.926.926 0 0 0-.266-.134 1.709 1.709 0 0 0-.328-.072c-.123 0-.246-.02-.38-.02-.133 0-.276 0-.441.03-.358.042-.758.124-1.158.216-.4.093-.82.216-1.21.319-.389.103-.779.216-1.117.318a6.117 6.117 0 0 1-.882.206l6.541-4.265a11.2 11.2 0 0 0 .902-.205c.349-.093.738-.216 1.138-.319.41-.113.82-.226 1.231-.318.41-.093.81-.175 1.179-.216.153-.02.297-.03.44-.03a2.357 2.357 0 0 1 .728.092c.113.03.195.082.267.144.236.174.738.637 1.353 1.191.626.576 1.343 1.275 2.071 1.963.728.678 1.436 1.326 1.989 1.82.564.482.995.79 1.128.77m-44.537-46.221-5.833 5.19 2.747-4.707 5.865-5.282-2.779 4.799Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M138.663 100.923h-.01c-.236-.133-.441-.699-.625-1.49-.174-.791-.328-1.819-.492-2.857-.164-1.048-.328-2.106-.533-3-.205-.894-.421-1.634-.718-1.994l-5.014-3.298-7.474 2.867-7.289-9.464c-.062-.268.143-.72.502-1.285.379-.606.943-1.295 1.538-2.014.584-.72 1.179-1.439 1.671-2.076.482-.637.841-1.16.943-1.52-.287-.33-.522-.761-.697-1.223-.184-.463-.318-.977-.441-1.48-.123-.514-.225-1.007-.348-1.45-.123-.44-.246-.852-.431-1.15-.236-.411-.789-.822-1.517-1.213-.718-.39-1.6-.78-2.502-1.16-.902-.38-1.835-.771-2.645-1.152-.81-.38-1.497-.78-1.917-1.181l.359-10.883-5.66 5.23-.41 10.657c.42.39 1.087.781 1.876 1.15.79.37 1.702.751 2.584 1.121.882.37 1.753.75 2.45 1.13.698.38 1.231.781 1.487 1.182.174.288.297.689.41 1.12.123.432.215.935.338 1.418.123.504.246.997.431 1.45.174.451.4.873.677 1.201-.093.33-.462.864-.933 1.5-.472.628-1.077 1.337-1.651 2.035a23.723 23.723 0 0 0-1.507 1.984c-.359.555-.564.996-.492 1.253l-.021.02.021.032 7.136 9.258 7.34-2.846 4.881 3.186c.287.339.533 1.048.727 1.931.195.874.349 1.932.523 2.939.154 1.028.298 2.014.482 2.806.134.585.257 1.048.421 1.284a.6.6 0 0 0 .174.185l10.222 2.199 6.531-4.121-10.407-2.271.01-.01Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color2)" d="m169.083 66.428 7.72 3.884.041 10.307s-.021.103-.031.144c0 .04-.031.072-.051.102a.243.243 0 0 1-.072.072c-.031.02-.051.041-.082.052-.031 0-.051.02-.082.03-.031 0-.062.021-.092.031-.031 0-.062.021-.093.021-.03 0-.061.02-.102.02h-.246c-.164.021-.349.021-.585.021-.235 0-.451 0-.717-.02-.257-.021-.533-.021-.821-.042-.276-.02-.594-.03-.881-.051-.298-.02-.605-.041-.902-.051-.298-.01-.595-.031-.872-.041h-.8c-.235 0-.492 0-.687.03-.082 0-.153.02-.215.031-.072 0-.133.02-.195.031-.061 0-.123.03-.174.041-.051 0-.102.031-.144.051-.02 0-.03.021-.051.031a.145.145 0 0 0-.041.031s-.031.02-.041.031l-.031.03-2.009 4.79 4.245 8.138-7.434 6.145c-.153.021-.574-.288-1.127-.77-.574-.473-1.272-1.131-1.989-1.82-.718-.678-1.466-1.377-2.071-1.962-.616-.586-1.108-1.028-1.354-1.192a1.337 1.337 0 0 0-.266-.144 1.17 1.17 0 0 0-.339-.072c-.123 0-.246-.02-.389-.02-.144 0-.277 0-.431.03-.369.041-.769.123-1.179.216-.41.093-.83.216-1.23.319-.4.113-.79.226-1.138.318-.349.093-.656.175-.902.206l-2.133 7.809-10.406-2.271c-.236-.143-.441-.709-.626-1.51-.174-.791-.328-1.819-.492-2.857-.154-1.048-.328-2.106-.533-3-.205-.894-.441-1.614-.748-1.973l-4.983-3.268-7.474 2.867-7.32-9.505c-.103-.257.112-.74.502-1.336.379-.607.943-1.295 1.538-2.014a84.896 84.896 0 0 0 1.671-2.076c.492-.648.841-1.161.943-1.521-.287-.329-.523-.76-.697-1.223-.185-.462-.318-.976-.451-1.48-.123-.513-.226-1.007-.349-1.448-.123-.442-.246-.853-.43-1.151-.236-.411-.79-.822-1.518-1.213-.717-.39-1.599-.781-2.501-1.161-.903-.38-1.836-.77-2.645-1.151-.81-.38-1.497-.781-1.918-1.182l.38-10.861 8.13.133 2.778-4.799-4.111-8.58 7.556-5.447 7.239 6.197 5.28-1.007L139.771 33l10.396 2.692 1.948 8.591 5.167 3.432 6.828-2.476 7.074 8.991-4.347 6.279 2.256 5.867v.062l-.01-.01Zm-16.333 16.38a11.758 11.758 0 0 0 4.091-3.278c1.097-1.388 1.907-3.042 2.379-4.882.471-1.839.563-3.843.225-5.96-.318-2.116-1.066-4.326-2.296-6.566a21.696 21.696 0 0 0-3.435-4.665 20.875 20.875 0 0 0-4.255-3.381 17.807 17.807 0 0 0-4.706-1.983c-1.599-.411-3.219-.586-4.788-.452-.348.03-.697.072-1.045.123-.349.051-.687.123-1.026.205-.328.083-.666.185-1.004.288a11 11 0 0 0-.974.38c-.236.113-.482.226-.728.35a12.66 12.66 0 0 0-.708.4 9.913 9.913 0 0 0-.676.463c-.216.164-.431.329-.657.524-1.948 1.654-3.178 3.833-3.752 6.248-.574 2.415-.523 5.107.143 7.768.667 2.662 1.907 5.303 3.671 7.656a21.173 21.173 0 0 0 6.746 5.857c.779.422 1.558.781 2.338 1.069.769.278 1.527.524 2.265.678.749.165 1.477.257 2.174.308.707.052 1.405.031 2.071-.03a9.32 9.32 0 0 0 1.056-.154c.338-.072.677-.144 1.015-.227.328-.092.656-.205.974-.308a7.43 7.43 0 0 0 .933-.39"/>
14
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m237.6 91.541-4.922 5.046s-.03 0-.041.02c0 .021-.03 0-.051.021-.02 0-.031 0-.051.02-.021 0-.031 0-.051.021-.134.041-.277.093-.472.134-.195.04-.369.082-.595.123-.215.041-.441.082-.676.123-.226.041-.482.083-.728.124l-.749.123c-.246.041-.482.093-.717.134a9.028 9.028 0 0 0-.657.143 6.2 6.2 0 0 0-.738.227l-.154.061a.554.554 0 0 0-.133.072 1.95 1.95 0 0 1-.102.072l4.808-5.045s.072-.052.103-.072a.758.758 0 0 1 .133-.072 1.01 1.01 0 0 0 .154-.072c.051-.031.113-.041.184-.062.175-.061.349-.113.574-.164.216-.052.431-.103.667-.144.225-.041.492-.093.728-.134.236-.04.502-.082.758-.123.247-.041.513-.082.739-.123.225-.041.471-.082.687-.124.215-.04.41-.082.604-.123.185-.041.339-.082.472-.133.021 0 .041 0 .051-.021 0 0 .031 0 .052-.02.02 0 .03 0 .051-.021.02 0 .031 0 .041-.02h.02l.011.01Zm-39.687-26.542-4.081 5.662.174-6.371 4.06-5.775-.153 6.494V65ZM221.062 84c-.666-1.552-1.651-3.104-2.983-4.604a18.687 18.687 0 0 0-3.743-3.227 17.505 17.505 0 0 0-4.183-2.004 15.058 15.058 0 0 0-4.306-.75c-1.415-.041-2.799.134-4.08.534-.277.093-.574.196-.851.298-.267.113-.554.227-.81.36-.256.134-.533.267-.779.432a6.756 6.756 0 0 0-.738.513c-.185.144-.359.278-.544.432a11.1 11.1 0 0 0-.502.473 5.917 5.917 0 0 0-.472.524c-.154.185-.297.36-.451.565l-4.091 5.436c.144-.195.277-.36.431-.555.154-.175.307-.339.472-.514.164-.164.317-.308.502-.462.174-.154.338-.288.533-.421.226-.175.472-.34.728-.504.246-.154.513-.288.759-.421a9.36 9.36 0 0 1 .799-.36 6.13 6.13 0 0 1 .831-.288 12.543 12.543 0 0 1 3.998-.544c1.384.03 2.82.267 4.204.73a16.12 16.12 0 0 1 4.101 1.962 18.52 18.52 0 0 1 3.67 3.155c1.292 1.459 2.256 2.98 2.902 4.51.646 1.532.994 3.053 1.066 4.533a11.036 11.036 0 0 1-.595 4.182 10.014 10.014 0 0 1-2.06 3.473l4.603-5.025a10.04 10.04 0 0 0 2.091-3.545c.452-1.315.657-2.764.595-4.254-.072-1.51-.43-3.052-1.097-4.614l.031-.02h-.031Zm-34.725-8.582-3.875 5.519-4.932-6.228 3.753-5.651 5.044 6.36h.01Zm44.434 34.549-4.859 4.737c-.123.041-.523-.134-1.077-.411-.564-.277-1.251-.678-1.968-1.099l-2.051-1.203c-.615-.349-1.097-.637-1.322-.719a1.118 1.118 0 0 0-.247-.062h-.287c-.092 0-.215.031-.317.062-.103.031-.226.062-.349.103a9.457 9.457 0 0 0-.933.39c-.318.154-.646.329-.953.493-.308.165-.616.329-.872.494-.256.154-.513.257-.697.339l4.634-4.799c.195-.082.441-.206.707-.339.267-.144.585-.309.892-.483.308-.175.646-.339.964-.514a7.95 7.95 0 0 1 .943-.401c.123-.041.236-.082.359-.113s.216-.051.328-.061c.113-.011.205 0 .287 0 .082 0 .185.03.246.061.226.103.728.37 1.354.74.635.36 1.374.812 2.091 1.233.728.421 1.456.833 2 1.12.543.288.974.473 1.097.432h.03Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m184.902 79.92-3.865 5.436 1.384-4.44 3.876-5.518-1.405 4.532.01-.01Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m210.164 115.33-.02.021c-.226-.083-.513-.524-.8-1.141a50.31 50.31 0 0 1-.954-2.281 36.465 36.465 0 0 0-1.015-2.405c-.338-.709-.676-1.253-.994-1.49l-4.767-1.767-5.67 3.812-7.895-6.525c-.143-.195-.071-.658.144-1.213h-.021c.216-.585.544-1.274.892-1.983.339-.709.718-1.428.995-2.045.277-.627.492-1.13.502-1.439-.297-.215-.584-.544-.81-.893a12.44 12.44 0 0 1-.656-1.141c-.205-.39-.379-.791-.584-1.14-.185-.35-.369-.658-.585-.874-.276-.298-.82-.545-1.496-.73-.667-.195-1.487-.339-2.318-.493-.83-.154-1.671-.288-2.409-.452-.748-.175-1.384-.36-1.825-.627l-1.743-9.115-3.732 5.436 1.682 8.95c.41.247 1.056.442 1.784.617s1.558.298 2.368.442c.82.144 1.599.288 2.256.473.656.185 1.179.41 1.466.709.194.215.369.524.574.863.184.339.359.73.564 1.11.195.38.4.781.646 1.12.225.339.492.657.799.873 0 .288-.215.812-.482 1.408-.276.617-.645 1.315-.984 2.004-.338.699-.666 1.377-.871 1.942-.205.565-.287.997-.164 1.182l7.74 6.371 5.567-3.761 4.665 1.716c.308.226.646.771.974 1.459.328.699.667 1.541.995 2.353.318.822.646 1.624.923 2.24.215.463.41.812.615.997a.377.377 0 0 0 .174.113l8.92-.123 4.654-4.676-9.104.093v.01Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color2)" d="m228.845 80.69 7.177 1.757 1.989 8.57v.124s0 .072-.021.103a.316.316 0 0 0-.041.082c0 .03-.041.04-.061.062-.021 0-.041.03-.062.04-.02 0-.041.031-.072.042-.031.01-.051.03-.072.04-.02.011-.051.032-.082.042 0 0-.03 0-.041.02 0 0-.03 0-.051.021-.02.02-.031 0-.051.02-.021 0-.031 0-.051.021-.134.041-.287.093-.472.134-.185.04-.379.082-.605.123-.215.041-.441.082-.687.123-.236.041-.502.083-.738.124l-.759.123c-.246.041-.502.092-.728.133a9.429 9.429 0 0 0-1.24.309l-.185.061a.536.536 0 0 0-.153.072c-.041.031-.093.041-.134.072a1.95 1.95 0 0 1-.102.072l-.031.031-.031.03-.031.032s0 .02-.02.03l-.769 4.368 5.085 5.97-5.023 6.536c-.124.041-.534-.134-1.097-.422-.575-.287-1.272-.698-2-1.12-.728-.421-1.486-.873-2.091-1.233-.615-.359-1.118-.647-1.354-.74a1.054 1.054 0 0 0-.246-.061h-.287c-.092 0-.215.03-.328.061a2.993 2.993 0 0 0-.359.113 7.306 7.306 0 0 0-.943.401c-.318.165-.656.329-.964.514-.307.175-.625.339-.892.483-.266.144-.522.257-.707.339l-.287 6.905-9.104.093c-.226-.072-.503-.514-.8-1.13a63.096 63.096 0 0 1-.954-2.282c-.328-.832-.676-1.695-1.015-2.404-.338-.72-.676-1.254-.994-1.501l-4.767-1.767-5.67 3.812-7.895-6.525c-.143-.195-.051-.647.164-1.202.216-.576.544-1.264.892-1.973.349-.699.718-1.428.995-2.045s.482-1.13.502-1.439c-.297-.216-.584-.544-.81-.894a15.47 15.47 0 0 1-.656-1.14c-.195-.39-.379-.792-.584-1.141-.195-.35-.369-.658-.585-.874-.276-.298-.82-.544-1.496-.729-.667-.195-1.477-.34-2.307-.504-.831-.154-1.671-.287-2.42-.452-.748-.164-1.384-.36-1.825-.627l-1.743-9.114 6.787-1.439 1.405-4.532-5.044-6.36 5.249-5.97 7.208 3.78 4.203-1.849.154-6.494 9.166.246 3.26 6.793 4.952 1.88 5.229-3.37 7.607 6.134-2.419 6.053 2.993 4.45h-.041v-.031l-.02.02Zm-10.499 16.77a10.15 10.15 0 0 0 2.789-3.514c.656-1.367 1.015-2.887 1.046-4.521.03-1.634-.257-3.299-.944-5.015-.676-1.706-1.712-3.391-3.157-5.035a18.687 18.687 0 0 0-3.743-3.227 17.707 17.707 0 0 0-4.183-2.004 15.117 15.117 0 0 0-4.306-.75c-1.414-.03-2.799.134-4.08.535-.277.092-.574.195-.851.298a7.146 7.146 0 0 0-.81.36c-.256.133-.533.266-.779.43-.246.165-.503.32-.738.515-.185.144-.359.277-.544.431a11.1 11.1 0 0 0-.502.473 5.917 5.917 0 0 0-.472.524c-.154.185-.297.36-.451.565-1.302 1.757-1.917 3.792-1.948 5.92-.031 2.126.543 4.346 1.589 6.432a18.261 18.261 0 0 0 4.511 5.672c1.918 1.614 4.183 2.877 6.736 3.597a15.3 15.3 0 0 0 2.143.442c.697.092 1.364.144 2.01.133.656 0 1.271-.061 1.876-.164a11.365 11.365 0 0 0 1.722-.422c.287-.102.585-.205.851-.318.267-.123.544-.247.8-.38a8.06 8.06 0 0 0 .748-.452c.236-.165.482-.33.697-.514"/>
18
+ </svg>
19
+ `;
@@ -0,0 +1,21 @@
1
+ export default `<svg id="tnt-Scene-Success" 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_Color2)" d="M295.418 164.773c0-.598-1.735-1.077-4.054-1.185-.133-2.316-.643-4.039-1.241-4.037-.598.001-1.095 1.737-1.223 4.065-2.325.159-4.054.678-4.046 1.278.007.599 1.735 1.077 4.054 1.185.139 2.316.643 4.038 1.24 4.037.597-.002 1.096-1.737 1.224-4.065 2.325-.159 4.053-.679 4.046-1.278Zm-232.183-5.556c0-.598-1.736-1.076-4.055-1.185-.132-2.316-.643-4.038-1.24-4.037-.599.001-1.096 1.737-1.223 4.065-2.326.159-4.055.679-4.047 1.278.008.599 1.736 1.078 4.055 1.185.139 2.316.643 4.038 1.24 4.037.596-.001 1.096-1.737 1.223-4.065 2.326-.159 4.053-.678 4.047-1.278Zm-4-69.273c0-.875-2.54-1.575-5.935-1.734-.194-3.39-.94-5.911-1.816-5.91-.875.003-1.603 2.543-1.79 5.95-3.403.233-5.934.994-5.922 1.87.011.878 2.54 1.578 5.934 1.736.204 3.39.941 5.91 1.815 5.908.873-.001 1.605-2.542 1.791-5.95 3.404-.232 5.933-.993 5.923-1.87Z"/>
4
+ <circle cx="25.859" cy="143.719" r="5" fill="var(--sapContent_Illustrative_Color2)"/>
5
+ <circle cx="61.234" cy="99.766" r="2" fill="var(--sapContent_Illustrative_Color2)"/>
6
+ <circle cx="204.331" cy="128.772" r="79.74" fill="var(--sapContent_Illustrative_Color15)" transform="rotate(-12 204.331 128.772)"/>
7
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M273.226 168.923c-10.93 18.741-29.422 32.981-52.316 37.847-15.682 3.334-31.267 1.808-45.189-3.558l.391.059c3.637.529 8.756 1.18 13.799 1.629 5.783.515 11.404.758 14.591.274l.786-.131c4.084-.734 10.458-2.655 16.94-4.821 6.901-2.306 13.884-4.876 18.268-6.548l.411-.167c2.122-.901 5.185-2.844 8.669-5.339 3.702-2.651 7.837-5.893 11.743-9.087a387.867 387.867 0 0 0 10.356-8.779c.555-.489 1.072-.952 1.551-1.379Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M202.811 181.975c.877-.347 1.854-.4 2.917-.289 1.13.119 2.402.429 3.816.811 2.666.719 5.901 1.711 9.918 2.305l.814.114.018.002.018.004c3.911.81 6.671 1.112 9.086 1.081 2.415-.031 4.509-.396 7.101-.947 3.287-.699 9.075-3.027 13.431-4.608a66.764 66.764 0 0 1 2.908-.997c.825-.255 1.534-.438 2.031-.486.23-.023.511-.029.741.074a.694.694 0 0 1 .358.351.724.724 0 0 1 .028.485c-.065.241-.237.478-.428.694-.153.174-.35.371-.59.589l-.254.226c-4.833 4.199-8.078 6.324-10.275 7.43-1.101.554-1.94.854-2.585 1.03-.621.169-1.112.232-1.337.28-4.591.976-10.492 1.429-16.5 1.537l-1.204.018c-2.753.029-4.471 1.194-5.981 2.508-.737.641-1.493 1.385-2.237 1.975-.766.607-1.603 1.125-2.606 1.364-1.093.259-2.176-.12-3.082-.758-.908-.641-1.695-1.579-2.232-2.564-.532-.976-.853-2.062-.747-3.002.054-.478.223-.934.546-1.305.146-.166.318-.308.512-.425-1.265-.043-2.935-.034-4.379-.008l-1.428.032c-1.879.052-3.738.555-6.377 1.323-2.426.705-5.473 1.617-9.716 2.559.627.061 1.413.099 2.309.095 3.165-.014 7.502-.55 10.69-2.234l.229-.111c1.153-.513 2.443-.395 3.553.099 1.183.526 2.217 1.5 2.742 2.704.533 1.221.533 2.666-.344 4.058-.812 1.288-2.346 2.488-4.795 3.455l-.501.191c-.811.295-2.414.474-4.472.486-2.082.013-4.694-.145-7.561-.56-5.548-.804-12.095-2.578-17.619-5.979l-.531-.335c-.398-.255-.716-.518-.94-.792-.225-.277-.373-.594-.376-.94-.005-.7.567-1.19 1.171-1.531 1.263-.71 3.555-1.262 6.173-1.73 2.643-.473 5.708-.874 8.568-1.256 2.871-.384 5.528-.746 7.388-1.141 3.702-.787 5.823-1.861 7.414-2.906.81-.532 1.471-1.048 2.177-1.553.695-.498 1.41-.967 2.266-1.35l.174-.073Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M205.95 165.882c4.23-2.705 9.852-4.942 17.078-3.885l2.729.393c6.536.925 14.153 1.899 20.764 2.602 3.778.401 7.224.714 9.949.877 1.362.082 2.54.126 3.486.127.957 0 1.644-.046 2.044-.131 1.89-.402 3.857-.566 6.73-1.429 2.262-.679 5.059-1.79 8.695-3.78a80.981 80.981 0 0 1-1.411 3.051c-8.058 5.859-17.252 10.161-25.093 13.113-4.761 1.792-9.033 3.09-12.259 3.939a71.863 71.863 0 0 1-3.994.944c-.879.177-1.554.284-1.942.306l-.148.003c-.348-.003-.917-.109-1.605-.264a99.866 99.866 0 0 1-2.611-.645c-2.039-.525-4.611-1.204-7.356-1.838-2.745-.635-5.653-1.223-8.355-1.564-2.542-.321-4.869-.42-6.699-.152l-.36.059c-1.872.337-3.794 1.216-5.894 2.354-2.066 1.119-4.363 2.523-6.832 3.791-4.996 2.568-10.99 4.752-18.806 3.83-1.924-.227-3.366-.432-4.41-.618-1.025-.183-1.716-.355-2.098-.534a1.283 1.283 0 0 1-.291-.179.679.679 0 0 1-.238-.397.612.612 0 0 1 .146-.507.903.903 0 0 1 .274-.208c.167-.087.384-.155.608-.21.233-.056.509-.108.812-.156 1.204-.191 2.963-.34 4.55-.472 1.618-.135 3.022-.25 3.589-.371.239-.05.683-.225 1.322-.53a48.7 48.7 0 0 0 2.272-1.18c1.751-.957 3.9-2.204 6.084-3.492 4.35-2.568 8.874-5.317 10.611-6.199l.301-.171c.318-.197.686-.469 1.112-.811.563-.452 1.198-1.001 1.924-1.619 1.443-1.228 3.211-2.697 5.322-4.047Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M125.04 120.129a33.23 33.23 0 0 1 17.069 7.484c1.077.33 2.125.629 3.134.886 3.062.779 5.612 1.146 7.425 1.024l.572-.028c2.895-.089 6.292.571 9.768 1.513 3.744 1.013 7.792 2.415 11.703 3.764 3.945 1.361 7.745 2.669 11.112 3.555 3.428.901 6.113 1.279 7.917.999 4.377-.679 14.494-2.953 23.98-5.675 4.738-1.359 9.266-2.815 12.81-4.22 1.774-.704 3.261-1.379 4.389-2.004 1.193-.662 1.754-1.147 1.933-1.389l.294-.412c1.416-2.05 2.055-3.97 2.935-5.99.92-2.11 2.121-4.309 4.928-5.59.938-.428 1.937-.498 2.826-.456.894.042 1.855.207 2.792.39 1.947.38 3.993.868 6.349 1.031 1.884.13 3.963.047 6.21-.539a83.575 83.575 0 0 0 4.388-5.594c2.067-2.896 3.868-5.908 4.45-8.149l.214-.882c.834-3.694 1.121-8.145 1.183-10.932a79.433 79.433 0 0 1 7.425 17.394 65.79 65.79 0 0 1-3.5 3.799l-1.028 1.013c-7.284 7.035-14.07 8.262-19.617 7.88-2.677-.185-5.074-.75-6.84-1.094-.919-.179-1.634-.294-2.214-.321-.583-.028-.859.045-.978.099-1.42.648-2.109 1.685-2.921 3.549-.743 1.707-1.589 4.165-3.317 6.673l-.358.503c-.722.98-1.944 1.809-3.214 2.514-1.337.742-2.999 1.489-4.855 2.225-3.499 1.388-7.842 2.793-12.338 4.101a349.648 349.648 0 0 1-15.284 6.486c-6.938 2.736-13.965 5.178-18.577 5.977l-.439.072c-2.92.453-5.258.108-7.306-.789-2.037-.892-3.757-2.315-5.46-3.961-3.378-3.268-6.721-7.423-12.506-10.639-2.605-.62-4.875-.958-6.712-.904l-.444.022c-1.656.112-3.58-.078-5.636-.462a33.23 33.23 0 0 1 6.746 18.381c.909.174 1.767.314 2.564.414l2.827.365c6.444.858 11.862 1.731 16.757 2.292 5.564.637 10.327.852 14.871.15l1.685-.277c8.504-1.466 18.202-4.24 26.671-7.276 9.054-3.246 16.628-6.766 19.848-9.277 1.551-1.209 2.757-3.174 3.902-5.369 1.125-2.156 2.199-4.554 3.457-6.44 1.262-1.893 2.8-3.418 4.937-3.71 2.127-.291 4.675.663 7.904 3.278l.131.1c.339.247.908.585 1.661.997.847.465 1.89 1.006 3.015 1.588 2.241 1.16 4.814 2.486 6.754 3.686.967.597 1.804 1.18 2.369 1.708.281.261.521.534.67.812.149.277.244.634.09.99-.149.342-.468.544-.803.669-.343.127-.789.206-1.33.247-.95.07-2.283.028-4.065-.143l-.791-.081c-1.71-.187-4.234.254-7.209 1.1-2.957.841-6.297 2.063-9.611 3.388-3.312 1.325-6.59 2.749-9.422 3.992-2.471 1.085-4.615 2.037-6.137 2.659l-.613.245c-16.918 6.617-42.34 11.728-55.835 12.112l-1.268.022c-3.819.023-12.986.512-22.162-.04-.471-.028-.943-.061-1.415-.095a33.3 33.3 0 0 1-8.298 16.39c4.2.508 8.652.319 13.21-.404 11.147-1.768 22.692-6.692 32.164-11.994 5.693-3.187 11.706-5.576 17.457-7.354l-.004-.144.506-.011a115.216 115.216 0 0 1 11.155-2.777c8.659-1.707 15.512-2.053 17.638-1.866l.714.072c3.571.403 7.153 1.443 10.75 2.232 3.911.858 8.101 1.498 13.065 1.031 8.282-.778 12.64-3.789 20.329-8.621a80.243 80.243 0 0 1-1.064 4.224c-6.22 3.904-11.086 6.641-18.985 7.384-5.399.507-9.93-.197-13.988-1.087-3.874-.85-7.104-1.806-10.42-2.179l-.665-.068c-1.715-.151-8.249.137-16.794 1.822-.36.071-.723.146-1.089.222 3.814.322 7.944.872 11.615 1.781l.931.223c4.733 1.1 10.619 1.957 16.19 2.414 5.974.491 11.43.51 14.671-.059l.51-.097c2.647-.537 6.785-1.868 11.139-3.471a197.547 197.547 0 0 0 5.363-2.07 79.131 79.131 0 0 1-1.443 3.794c-.958.37-1.924.738-2.884 1.091-4.354 1.604-8.691 3.012-11.603 3.601l-.563.106c-3.637.639-9.412.589-15.436.095-5.678-.467-11.716-1.341-16.629-2.483l-.967-.233c-7.252-1.795-16.541-2.143-21.066-2.088-5.611 1.729-11.458 4.049-16.968 7.134-9.642 5.398-21.535 10.495-33.159 12.339-5.576.885-11.146 1.023-16.392.059-.094.081-.19.159-.285.239-7.611-9.439-13.178-20.762-15.871-33.434a79.661 79.661 0 0 1-1.294-25.223Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M260.573 139.673c7.21-1.532 13.618-.125 14.313 3.144.695 3.268-4.587 7.161-11.797 8.693-7.21 1.532-13.617.125-14.312-3.144-.695-3.268 4.586-7.16 11.796-8.693Zm3.999-18.67c.263-.291.632-.425 1.027-.434.759-.018 1.723.408 2.804 1.241l.148.108c.765.54 1.899.992 3.285 1.356 1.468.385 3.176.66 4.935.852 2.498.271 5.08.369 7.196.375.138 2.518.155 5.022.056 7.507-3.352.13-5.598.041-7.509-.401-2.233-.516-3.987-1.509-6.477-3.104l-1.115-.721c-1.6-1.039-2.759-2.109-3.524-3.088-.754-.965-1.166-1.893-1.178-2.644-.006-.384.094-.761.352-1.047Zm2.801-41.087a79.682 79.682 0 0 1 2.671 3.652c-1.818 3.687-4.08 8.065-5.919 11.057l-.556.88c-1.999 3.08-6.352 6.706-11.564 9.721-5.265 3.046-11.694 5.635-18.05 6.442-3.074.391-6.335.624-9.548.858-3.236.236-6.431.472-9.469.865-6.163.799-11.224 2.2-14.397 5.104-3.504 3.207-6.224 6.964-7.553 9.83-.592 1.278-.816 2.185-.846 2.709 2.269.048 8.659-.114 15.353-1.488 3.503-.72 7.021-1.758 10.05-3.23 3.039-1.476 5.46-3.327 6.946-5.608.793-1.218.915-1.874.909-2.113 0-.043.046-.048-.136-.154-.303-.176-.923-.362-1.964-.421-1.001-.058-2.217.011-3.564.188-1.812.239-3.77.665-5.616 1.174.235.002.451.006.65.005.219 0 .393-.004.528-.011.148-.008.194-.017.18-.014l.525-.104c.507-.092.961-.148 1.358-.165.476-.019 1.087.007 1.62.279.3.153.624.409.834.815.212.408.234.823.182 1.157-.091.589-.43 1.065-.674 1.362-.535.651-1.391 1.348-2.33 2.004a32.628 32.628 0 0 1-3.336 2.015c-2.376 1.259-5.188 2.414-7.356 2.643-.861.091-1.933.071-2.815-.442-.518 0-1.13-.091-1.703-.427a2.731 2.731 0 0 1-1.318-1.933c-.115-.683.016-1.334.183-1.848a8.38 8.38 0 0 1 .756-1.62c.633-1.078 1.574-2.308 2.771-3.638l.117-.124c.609-.614 1.537-1.126 2.389-1.534 1-.478 2.232-.965 3.577-1.421 2.685-.91 5.957-1.743 8.956-2.138 1.498-.198 2.981-.293 4.315-.217 1.295.074 2.649.32 3.747.958 1.216.708 2.088 1.902 2.123 3.524.032 1.429-.597 2.909-1.556 4.382-2.02 3.102-5.131 5.363-8.55 7.024-3.428 1.666-7.293 2.79-10.993 3.55-6.193 1.272-12.119 1.561-15.171 1.575-.809.294-1.81.542-2.821.565-1.357.031-2.807-.341-3.778-1.61l-.187-.266c-.516-.793-1.03-1.557-1.445-2.275-.416-.718-.758-1.43-.917-2.133-.162-.714-.136-1.43.188-2.131.32-.692.91-1.323 1.786-1.917l.328-.23c1.746-1.252 5.033-4.032 8.165-6.622.891-.737 1.768-1.456 2.588-2.117.265-.255.533-.509.805-.758 4.16-3.807 10.334-5.31 16.583-6.12 3.168-.41 6.474-.653 9.692-.888 3.24-.236 6.388-.463 9.335-.837 5.686-.722 11.606-3.076 16.551-5.937 4.998-2.891 8.717-6.134 10.212-8.436l.525-.83c2.056-3.35 4.739-8.66 6.634-12.58Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color16)" fill-rule="evenodd" d="M187.752 50.775c10.843-2.305 21.638-2.286 31.87-.283.762.897 1.277 1.89 1.507 2.975 1.622 7.627-11.375 16.852-29.028 20.604a74.06 74.06 0 0 1-8.005 1.255c.193.459.395 1.057.614 1.749.17-.018.34-.034.51-.053 6.011-.645 11.509-1.65 15.586-3.561l3.179-1.49-.339 3.494c-.174 1.796-1.183 3.352-2.47 4.638-1.301 1.299-3.043 2.482-5.036 3.543-2.337 1.244-5.125 2.376-8.175 3.357.256.582.523 1.118.798 1.594.712-.088 1.417-.177 2.115-.268 10.944-1.441 19.832-3.444 25.629-10.118l.91-1.066c4.575-5.457 9.5-12.75 12.424-19.175a39.225 39.225 0 0 0 1.644-4.184c1.256.457 2.5.945 3.73 1.463a43.683 43.683 0 0 1-1.733 4.379c-3.107 6.826-8.252 14.425-13.01 20.099l-.945 1.108c-6.898 7.94-17.268 10.03-28.128 11.46l-.34.043c.287 1.053.425 2.16.869 3.044 5.134-.333 11.864-1.342 21.493-4.321l.8-.262c8.189-2.82 14.252-9.357 18.524-16.522 3.487-5.848 5.755-12.077 7.006-16.948a80.204 80.204 0 0 1 15.721 10.259c-3.412 7.897-8.165 13.747-12.753 17.82-4.982 4.42-9.8 6.772-12.521 7.35-2.626.558-10.334 1.817-18.159 3.102-7.231 1.187-14.564 2.4-18.153 3.11.126.528.267 1.105.456 1.707 4.639-1.099 8.987-1.43 10.797-1.522l.2.968c-3.682 1.374-6.652 2.751-9.131 4.092.349.416.757.819 1.23 1.205 5.666-2.981 11.707-4.618 17.627-5.62 5.257-.889 10.478-1.286 15.265-1.663 4.835-.38 9.177-.738 12.875-1.525l.498-.114c5.106-1.284 8.989-5.352 11.808-10.361 2.733-4.856 4.292-10.305 4.924-14.04a80.105 80.105 0 0 1 3.358 3.525c-.892 3.747-2.438 8.289-4.796 12.477-3.067 5.449-7.689 10.612-14.313 12.277l-.647.149c-4.004.851-8.621 1.224-13.394 1.6-4.821.38-9.86.766-14.911 1.62-10.075 1.704-19.957 5.237-27.613 14.067-8.767 10.112-22.4 11.165-33.718 9.283-5.711-.949-10.996-2.666-15.063-4.493-2.032-.913-3.796-1.87-5.171-2.795-1.217-.817-2.353-1.755-2.991-2.768l-.121-.203c-1.191-2.14-2.928-4.14-4.51-5.691a79.677 79.677 0 0 1 1.131-4.394c2.132 1.85 5.01 4.791 6.874 8.14l.063.094c.193.26.718.785 1.785 1.503 1.142.767 2.695 1.619 4.58 2.466 3.767 1.692 8.722 3.306 14.079 4.196 10.821 1.799 22.644.571 30.039-7.958a42.245 42.245 0 0 1 5.144-5.011l-.003-.001c-.766-.349-1.229-.683-1.702-.98-.384.291-.757.575-1.119.854-3.683 2.841-6.516 5.187-11.767 6.359l-.516.111c-5.494 1.113-10.89 1.468-15.166 1.114-2.137-.177-4.014-.532-5.491-1.07-1.462-.533-2.612-1.274-3.177-2.275-.182-.322-.407-.493-.668-.58-.276-.092-.634-.103-1.087-.027-.92.157-2.04.638-3.299 1.175-1.226.523-2.568 1.089-3.841 1.329-1.2.227-2.42.179-3.453-.533l-.205-.151c-1.87-1.489-4.409-4.481-6.781-7.127a73.667 73.667 0 0 0-2.683-2.87 22.17 22.17 0 0 1-1.233-.012c8.207-26.81 30.334-48.48 59.703-54.722Zm-32.336 56.669a20.46 20.46 0 0 0 1.28 1.498c1.478 1.553 3.384 2.893 6.286 3.204l.531.051c5.444.461 9.801-1.071 13.591-3.098.335-.179.665-.364.991-.55-.798.085-1.666.176-2.583.268a30.83 30.83 0 0 1-1.928.856l-.745.286c-4.08 1.495-7.927.933-10.962-.463-.056-.025-.111-.054-.167-.081-.07-.003-.141-.005-.211-.009-1.477-.53-3.718-1.17-6.083-1.962Zm-18.473-2.78a64.829 64.829 0 0 0 2.212 1.85c1.237.981 2.465 1.847 3.583 2.428 1.136.59 2.074.838 2.765.713l.647-.104c.626-.09 1.192-.139 1.673-.176.589-.046 1.004-.074 1.282-.123a5.221 5.221 0 0 0-.328-.36l-.365-.349c-.947-.874-3.069-2.699-5.437-4.805-1.417.21-2.825.635-4.668.785a35.35 35.35 0 0 0-1.364.141Z" clip-rule="evenodd"/>
13
+ <circle cx="98.239" cy="150.412" r="37.718" fill="var(--sapContent_Illustrative_Color14)" transform="rotate(-12 98.24 150.412)"/>
14
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M90.398 113.519c12.654-2.689 25.173 1.309 33.883 9.606 4.266 21.747-9.695 42.968-31.45 47.593-10.282 2.185-20.482.276-28.903-4.626a37.857 37.857 0 0 1-2.582-7.836c-4.331-20.376 8.676-40.406 29.052-44.737Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m127.874 128.899-1.307 8.701s-7.721-9.624-13.614-12.897c-5.893-3.273-16.513-7.005-16.513-7.005l2.603-.262s10.497 1.762 15.89 4.195c5.394 2.432 12.941 7.268 12.941 7.268Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M96.38 43.78h3v73.944s-.495.456-1.5.456c-1.003 0-1.5-.456-1.5-.456V43.78Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M103.613 59.004c-1.138-5.264-3.899-13.229-6.743-14.845 5.928 1.779 22.223 7.475 26.523 8.013 6.268.783 9.645 2.969 12.49 3.502 3.142-.415 8.618-.645 10.304-1.013 1.39-.302 7.713-1.66 10.381-2.49.948.297 3.45 1.21 5.868 2.49 3.024 1.601 7.696 4.021 9.118 5.622 1.423 1.6 1.883 3.264 2.95 5.576 1.067 2.312 2.627 10.324 4.885 12.49 1.567 1.503.876 4.194 2.489 5.346 1.302.93.369 5.392 4.747 8.112-1.956 3.378-6.055 3.708-6.913 3.318-1.956-.89-1.521-1.695-6.315-1.695-2.139 0-10.737 1.418-17.65 1.05-2.312-.83-6.867-1.98-10.14-3.687-4.09-2.135-5.709-.67-9.201-.386-4.164.34-7.906 1.976-13.243 0-7.985-2.955-28.475 3.607-25.28-2.036 2.516-3.48 3.338-7.746 3.338-10.022 0-7.166 3.815-12.765 2.392-19.345Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M137.33 78.216c2.139 0 6.597.135 7.317.676.902.676 8.442 8.554 10.469 9.906 1.621 1.08 7.505 2.176 10.244 2.589-3.002.037-9.657.09-12.269 0-3.265-.113-6.192-1.463-9.344-3.94-2.522-1.981-5.329-6.98-6.417-9.231Zm13.959-6.642c.863.863 2.95 2.882 4.391 4.053.452.368 1.288.657 2.3.906.214.035.427.082.64.148 2.988.649 7.013 1.044 7.642 1.986.722 1.08 6.379 2.101 9.118 2.477-1.351.375-4.594 1.08-6.755.9-2.702-.225-6.867-3.265-8.78-4.729a3.855 3.855 0 0 0-1.225-.634 4.76 4.76 0 0 0-.64-.148c-1.277-.209-2.588.002-4.102-.906-1.801-1.08-2.476-3.152-2.589-4.053Zm-34.674-11.37c2.477 1.539 7.768 5.202 9.119 7.543 1.689 2.927 4.165 7.43 7.317 9.118-1.726-.713-5.606-2.792-7.317-5.403-1.711-2.612-14.222-14.822-20.263-20.6l11.144 9.342Zm38.719-7.065c.737-.553 1.797-.369 2.258 0 .461.368 4.846 5.438 5.392 6.084.437.516.397 1.259.323 1.566 1.152-.43 3.954-1.299 5.945-1.336 1.991-.037 4.056 4.256 4.84 6.406-.446-.46-1.328-1.216-1.291-.553.046.83-1.752 3.365-3.549 4.609-1.438.995-4.07 2.565-5.207 3.226.307-1.014.737-3.245 0-4.056-.922-1.014-3.273-4.977-3.826-6.36-.553-1.382-1.936-6.636-2.627-8.341-.553-1.364-1.736-1.399-2.258-1.245Zm-50.539-4.755c1.351 0 12.946 3.603 15.873 5.066 2.342 1.171 10.356 3.49 14.071 4.503-2.358-.314-6.614-.892-7.666-1.071 1.357.472 7.935 3.907 11.494 5.686 3.828 1.914 9.681 6.98 8.33 5.854-1.351-1.126-9.456-1.801-12.158-2.927-2.702-1.126-11.032-6.529-14.071-8.668-2.432-1.711-11.595-6.342-15.873-8.443Zm40.302 7.768c.413 1.276 2.567 4.48 7.88 7.092h-.451c-.788-.15-2.724-.72-4.165-1.8-1.441-1.081-7.88-3.978-10.92-5.292h7.656Z"/>
19
+ <circle cx="97.881" cy="42.992" r="2.642" fill="var(--sapContent_Illustrative_Color22)"/>
20
+ </svg>
21
+ `;
@@ -0,0 +1,19 @@
1
+ export default `<svg id="tnt-Scene-SuccessfulAuth" 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)" fill-rule="evenodd" d="m81.117 185.969 133.735-23.88c.833-.15.863-1.324.051-1.525l-83.86-20.889a7.728 7.728 0 0 0-3.07-.141L22.381 155.808c-1.867.291-2.228 2.82-.512 3.623l56.207 26.137a5.026 5.026 0 0 0 3.04.391v.01Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M219.46 38a4.027 4.027 0 0 1 1.57.247c.504.181.989.466 1.427.828a5.331 5.331 0 0 1 1.798 2.872l2.493 10.833-161.934 9.748-2.093-12.04a4.251 4.251 0 0 1 .057-1.807c.143-.561.4-1.075.752-1.512a3.88 3.88 0 0 1 1.322-1.056 4.58 4.58 0 0 1 1.76-.457L219.46 38Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M64.814 62.528 226.74 52.79l20.808 90.486a5.04 5.04 0 0 1 .095 1.759 3.897 3.897 0 0 1-.514 1.522 3.502 3.502 0 0 1-1.027 1.113 3.26 3.26 0 0 1-1.446.542l-156.56 19.62a4.992 4.992 0 0 1-3.663-1.028 5.487 5.487 0 0 1-1.313-1.455 5.184 5.184 0 0 1-.714-1.883L64.814 62.528Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M172.869 121.267c.466-.048.932 0 1.379.152a3.93 3.93 0 0 1 1.237.675c.371.305.704.666.971 1.084.266.419.456.885.561 1.389l1.903 9.159c.104.504.114 1.008.028 1.465a3.513 3.513 0 0 1-.485 1.255 3.104 3.104 0 0 1-.913.913c-.362.238-.799.39-1.266.438l-77.066 8.711a3.9 3.9 0 0 1-1.522-.142 4.176 4.176 0 0 1-1.351-.704 4.105 4.105 0 0 1-1.028-1.151 4.374 4.374 0 0 1-.57-1.484l-1.742-9.691a3.759 3.759 0 0 1 .029-1.531c.114-.485.304-.923.59-1.313.285-.39.628-.704 1.046-.951a3.327 3.327 0 0 1 1.408-.447l76.791-7.846v.019Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m131.881 131.443.085.409c.029.133.048.276.067.428.019.152.038.286.048.438l.028.447c.095-.105.19-.209.285-.305.096-.095.191-.199.295-.285.105-.085.2-.181.295-.266.096-.086.2-.171.295-.247l1.028 1.312c-.105.076-.209.162-.324.238-.114.076-.218.152-.333.228-.114.076-.228.152-.352.228-.123.076-.247.143-.371.219.153.038.295.086.438.124.143.038.285.095.419.142.133.048.276.105.409.153.133.047.266.104.399.161l-.513 1.465c-.124-.057-.257-.114-.381-.181-.124-.066-.257-.123-.381-.2-.123-.076-.256-.142-.38-.218-.124-.076-.257-.152-.39-.238.057.143.104.295.142.437.039.143.086.286.124.428.038.143.067.276.095.419.029.143.057.276.076.409l-1.503.162c-.028-.134-.057-.267-.076-.409-.019-.143-.048-.276-.057-.428-.01-.153-.029-.295-.048-.438-.019-.143-.019-.295-.028-.447a7.66 7.66 0 0 1-.286.304c-.095.096-.19.2-.295.286-.104.085-.199.18-.304.266-.105.086-.2.171-.304.247l-1.028-1.312c.105-.076.209-.162.314-.238.105-.076.219-.152.333-.238.114-.085.228-.152.352-.228l.362-.219c-.143-.038-.286-.076-.429-.123-.142-.048-.285-.086-.418-.143-.133-.057-.276-.105-.409-.152-.134-.048-.267-.114-.39-.171l.532-1.465c.124.057.248.114.371.181.124.066.248.123.381.199.133.076.257.143.381.219.123.076.256.152.38.238-.047-.143-.095-.295-.143-.438a7.407 7.407 0 0 1-.123-.428 6.52 6.52 0 0 1-.181-.827l1.503-.162.01.019Zm-9.543 1.018c.029.133.057.276.086.419.028.142.047.285.066.428.019.142.029.294.048.437.019.143.019.295.019.447.095-.104.19-.209.295-.314.104-.104.2-.199.295-.285.095-.086.199-.181.295-.266a3.65 3.65 0 0 1 .304-.248l1.037 1.322a4.01 4.01 0 0 1-.323.238c-.115.076-.219.162-.343.238-.124.076-.238.152-.352.228-.114.076-.247.143-.371.219.152.038.295.086.438.133l.428.143c.143.047.276.104.409.152.133.047.266.105.4.162l-.524 1.474c-.123-.057-.257-.114-.38-.181-.124-.067-.257-.133-.381-.2a15.334 15.334 0 0 1-.39-.218 10.19 10.19 0 0 1-.39-.238c.057.142.105.295.143.437.038.143.085.286.123.428.038.143.067.286.096.419.028.133.057.276.076.418l-1.523.171c-.028-.133-.057-.266-.076-.409l-.057-.428c-.019-.142-.028-.294-.047-.437-.019-.143-.019-.304-.029-.457l-.285.314c-.096.105-.2.2-.295.295-.095.095-.2.181-.305.276-.104.095-.209.171-.304.257l-1.037-1.322a3.84 3.84 0 0 1 .323-.238c.114-.076.229-.162.343-.238.114-.076.238-.152.361-.228.124-.076.248-.143.371-.219-.142-.038-.285-.076-.437-.123-.153-.048-.286-.086-.429-.143-.142-.057-.275-.105-.418-.162-.143-.057-.267-.114-.4-.171l.543-1.474c.123.057.247.114.371.181.123.066.257.133.38.199.124.067.257.143.39.219.133.076.257.152.39.238-.047-.152-.095-.295-.142-.438-.048-.142-.086-.285-.124-.428-.038-.142-.067-.285-.105-.418a2.955 2.955 0 0 1-.076-.419l1.522-.161-.009-.029Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M96.211 68.368a15.19 15.19 0 0 1 5.814.77 16.833 16.833 0 0 1 5.128 2.797 17.322 17.322 0 0 1 3.92 4.394 16.278 16.278 0 0 1 2.188 5.563c.381 2.007.343 3.957-.047 5.754a12.993 12.993 0 0 1-2.189 4.898 12.477 12.477 0 0 1-3.986 3.529c-1.589.894-3.416 1.465-5.423 1.626a15.254 15.254 0 0 1-5.9-.694 16.977 16.977 0 0 1-5.251-2.806 17.209 17.209 0 0 1-4.015-4.48 16.353 16.353 0 0 1-2.198-5.687c-.371-2.044-.305-4.013.124-5.83a12.88 12.88 0 0 1 2.302-4.888 12.51 12.51 0 0 1 4.072-3.443c1.608-.856 3.435-1.38 5.442-1.512l.02.01Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M98.867 82.663a5.136 5.136 0 0 1-1.98-.248 5.86 5.86 0 0 1-1.76-.95 5.624 5.624 0 0 1-1.341-1.503 5.59 5.59 0 0 1-.742-1.903 5.006 5.006 0 0 1 .028-1.959c.134-.608.4-1.17.761-1.645a4.362 4.362 0 0 1 1.361-1.17 4.29 4.29 0 0 1 1.836-.513 5.276 5.276 0 0 1 1.97.256c.628.21 1.218.533 1.741.951.523.419.98.923 1.332 1.493.352.571.609 1.208.742 1.893a4.591 4.591 0 0 1-.028 1.94c-.143.6-.391 1.17-.752 1.646a4.36 4.36 0 0 1-1.351 1.18 4.447 4.447 0 0 1-1.836.532h.019Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M168.683 101.018a3.5 3.5 0 0 1 1.37.162 4.16 4.16 0 0 1 2.198 1.759c.256.419.456.885.561 1.38l1.884 9.035c.104.504.104.989.028 1.436a3.224 3.224 0 0 1-.485 1.227 2.894 2.894 0 0 1-.913.884c-.362.219-.79.371-1.266.419l-76.723 7.637c-.514.047-1.028 0-1.513-.152a4.21 4.21 0 0 1-1.342-.704 4.543 4.543 0 0 1-1.027-1.141 4.085 4.085 0 0 1-.562-1.465l-1.712-9.549a3.833 3.833 0 0 1 .028-1.512 3.354 3.354 0 0 1 1.618-2.207c.409-.237.885-.38 1.398-.428l76.448-6.8.01.019Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M118.352 111.404c.028.133.057.267.076.409.019.143.047.276.057.419.009.142.028.285.038.428.009.142.019.295.019.447.095-.105.19-.2.295-.305.105-.104.2-.19.295-.285.095-.095.2-.181.295-.266.095-.086.2-.162.304-.248l1.028 1.313c-.105.076-.21.152-.324.228-.114.076-.219.152-.342.228-.124.077-.238.143-.352.219-.114.076-.248.143-.371.209.152.038.295.086.437.134l.428.142c.143.048.276.105.41.152.133.048.266.105.399.162l-.523 1.446c-.124-.057-.257-.114-.381-.181-.123-.067-.257-.133-.38-.2a7.401 7.401 0 0 1-.381-.218c-.123-.077-.257-.153-.39-.238.057.142.105.285.143.428.038.142.085.285.124.418.038.133.066.276.095.419.028.142.057.276.076.409l-1.523.142c-.028-.133-.057-.266-.076-.399l-.057-.419c-.019-.142-.028-.285-.038-.437l-.028-.447c-.095.105-.191.2-.286.304-.095.105-.2.19-.295.286-.095.095-.2.18-.304.266-.105.085-.2.171-.305.247l-1.027-1.312c.104-.076.209-.152.314-.238.104-.086.219-.152.342-.228.124-.076.238-.153.352-.219.115-.067.248-.143.371-.209-.142-.038-.285-.076-.428-.124l-.428-.143a4.968 4.968 0 0 1-.409-.161 13.318 13.318 0 0 1-.39-.172l.542-1.445c.124.057.248.114.371.181.124.066.257.133.381.199.124.067.257.143.38.219.124.076.257.152.381.238a7.238 7.238 0 0 1-.133-.428c-.038-.143-.086-.285-.124-.419-.038-.133-.066-.275-.095-.418-.029-.143-.057-.276-.076-.409l1.513-.143v.019Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M73.52 49.917a4.027 4.027 0 0 1 1.503.21c.485.16.923.408 1.322.722.4.314.733.694 1 1.122.266.428.456.904.542 1.408.085.504.076.989-.038 1.436a3.255 3.255 0 0 1-.59 1.208 3.131 3.131 0 0 1-1.037.856c-.41.21-.885.342-1.399.37a4.03 4.03 0 0 1-1.503-.209 4.257 4.257 0 0 1-1.323-.722 4.543 4.543 0 0 1-1.008-1.122 3.886 3.886 0 0 1-.543-1.418 3.664 3.664 0 0 1 .039-1.445 3.05 3.05 0 0 1 .59-1.208 3.309 3.309 0 0 1 1.046-.856 3.241 3.241 0 0 1 1.399-.361v.009Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M102.358 85.754a8.35 8.35 0 0 1 2.179.123 8.95 8.95 0 0 1 2.074.666 9.62 9.62 0 0 1 3.463 2.682 10.72 10.72 0 0 1-1.474 2.292 10.308 10.308 0 0 1-2.018 1.836 10.62 10.62 0 0 1-2.492 1.284 11.41 11.41 0 0 1-2.902.618 12.057 12.057 0 0 1-3.045-.133 13.418 13.418 0 0 1-2.911-.837 14.539 14.539 0 0 1-2.664-1.465 14.463 14.463 0 0 1-2.312-2.007c.257-.647.59-1.246.999-1.788a7.241 7.241 0 0 1 1.437-1.417 6.887 6.887 0 0 1 1.807-.97c.657-.238 1.36-.4 2.103-.457l5.766-.437-.01.01Zm6.365 26.544c.028.133.057.276.076.409.019.133.048.276.057.419.01.142.029.285.038.427.01.143.019.295.019.448.095-.105.2-.21.295-.305.095-.095.2-.19.295-.285.095-.095.2-.181.305-.266.104-.086.199-.172.304-.248l1.037 1.322c-.105.076-.219.162-.323.238-.105.076-.229.152-.343.228a4.81 4.81 0 0 1-.361.219c-.124.067-.248.143-.381.209.152.038.295.086.447.133.152.048.286.096.428.143.143.048.276.105.419.152.143.048.266.105.4.162l-.533 1.455c-.124-.057-.257-.114-.381-.181-.124-.066-.257-.133-.38-.199-.124-.067-.257-.143-.391-.219a8.682 8.682 0 0 1-.39-.238c.057.143.105.295.143.438.038.142.086.285.114.428.029.142.067.275.095.418.029.143.058.276.077.409l-1.542.152c-.028-.133-.057-.266-.076-.409l-.057-.418a6 6 0 0 1-.038-.438l-.029-.447c-.095.105-.19.21-.285.305-.095.095-.2.19-.304.285-.105.095-.21.181-.305.266a4.027 4.027 0 0 1-.314.248l-1.037-1.322c.105-.077.209-.162.324-.238l.342-.228c.114-.077.238-.153.362-.219.123-.067.247-.143.371-.209-.143-.039-.295-.077-.438-.124l-.428-.143c-.143-.047-.276-.104-.419-.161a5.606 5.606 0 0 1-.399-.181l.561-1.455c.124.057.247.114.381.18.133.067.256.134.38.2.124.067.257.143.39.219.133.076.257.152.39.238a8.112 8.112 0 0 1-.133-.438c-.038-.143-.086-.285-.124-.428a7.161 7.161 0 0 1-.095-.418c-.028-.143-.057-.276-.076-.409l1.532-.143v.019Zm-9.733.894c.028.133.057.276.076.409.019.133.047.276.057.419.01.142.028.285.038.437.01.152.019.295.019.447.095-.105.2-.209.304-.304.105-.095.2-.19.305-.286.104-.095.2-.18.304-.266.105-.085.209-.171.314-.247l1.037 1.322c-.104.076-.219.162-.333.238-.114.076-.228.152-.352.228-.124.076-.238.152-.361.219-.124.066-.257.142-.381.209.152.038.305.085.447.133.143.048.295.095.428.143.134.047.286.104.419.161.133.057.276.114.409.172l-.542 1.464a6.795 6.795 0 0 1-.39-.181c-.133-.066-.257-.133-.39-.199-.134-.067-.257-.143-.39-.219a8.164 8.164 0 0 1-.4-.238c.057.143.105.295.143.438.038.142.085.285.114.428.028.142.066.285.095.418.029.133.048.276.076.419l-1.56.152a4.95 4.95 0 0 1-.076-.409l-.058-.428c-.019-.143-.028-.295-.037-.438l-.03-.447c-.094.105-.19.21-.294.305-.105.095-.2.19-.304.285-.105.095-.21.181-.314.266-.105.086-.21.172-.314.248l-1.047-1.332.324-.238c.104-.076.228-.152.352-.228.123-.076.237-.152.37-.219.134-.066.248-.142.381-.209a5.639 5.639 0 0 1-.438-.124c-.142-.047-.294-.095-.428-.142a8.006 8.006 0 0 1-.418-.162c-.133-.057-.276-.114-.4-.181l.571-1.464c.124.057.257.123.38.18.124.058.257.134.39.2.134.067.258.143.39.219.134.076.258.162.39.238-.047-.152-.094-.295-.132-.438-.038-.142-.086-.285-.115-.428-.028-.142-.066-.285-.095-.418a6.179 6.179 0 0 1-.076-.409l1.551-.143h-.01Zm3.891 21.323c.028.143.057.276.076.419.019.143.048.285.057.428.01.143.029.295.038.447.01.152.019.304.019.456.105-.104.2-.209.305-.313.104-.105.199-.2.304-.295.105-.095.209-.191.305-.276.095-.086.209-.171.313-.257l1.047 1.332c-.105.085-.219.161-.333.247a4.612 4.612 0 0 1-.352.238c-.124.076-.238.152-.371.228-.133.076-.257.152-.39.219.152.038.304.085.447.133l.438.142c.142.048.285.105.418.153.134.047.276.104.409.161l-.542 1.493a7.527 7.527 0 0 1-.39-.18c-.133-.067-.257-.133-.39-.2s-.257-.143-.39-.219c-.133-.076-.267-.152-.4-.237.057.152.105.294.143.447.038.152.086.294.124.437.038.143.066.285.095.428.028.143.057.285.076.419l-1.56.171a6.53 6.53 0 0 1-.077-.409c-.019-.133-.038-.286-.057-.428-.019-.143-.028-.295-.038-.447l-.028-.457a8.49 8.49 0 0 1-.295.314 8.35 8.35 0 0 1-.619.571l-.314.257-1.046-1.342c.105-.085.219-.161.333-.247.114-.085.228-.161.352-.238l.371-.228c.124-.076.247-.152.381-.219a8.291 8.291 0 0 1-.448-.123 22.655 22.655 0 0 1-.437-.143 4.854 4.854 0 0 1-.419-.162c-.133-.057-.276-.114-.409-.171l.571-1.493c.123.057.257.114.38.181.124.066.257.133.39.2.134.066.267.142.391.218.123.076.266.152.39.238l-.143-.447c-.048-.152-.086-.295-.124-.437-.038-.143-.066-.286-.104-.428-.038-.143-.057-.286-.077-.419l1.561-.162h.019Zm47.772-5.059c.028.133.057.266.085.409.029.142.048.275.067.418.019.143.038.285.048.428l.028.437c.095-.104.181-.209.276-.304l.285-.285c.096-.095.191-.181.286-.266.095-.086.19-.172.285-.248l1.018 1.294c-.104.076-.199.161-.314.237-.114.077-.209.153-.323.229a6.135 6.135 0 0 1-.343.218c-.114.067-.238.143-.361.21.143.038.285.085.428.123.143.038.276.095.409.143.133.048.266.095.4.152.133.057.257.105.39.162l-.485 1.446-.372-.172a6.859 6.859 0 0 1-.371-.19c-.123-.066-.247-.143-.38-.209-.133-.067-.257-.152-.381-.228.057.142.105.285.143.428.038.142.086.285.124.418.038.133.066.276.095.409.028.133.057.276.076.409l-1.475.162c-.028-.133-.057-.267-.076-.4-.019-.133-.047-.276-.067-.418a5.934 5.934 0 0 1-.047-.438c-.01-.152-.029-.295-.038-.447a4.44 4.44 0 0 1-.276.305l-.285.285a4.116 4.116 0 0 1-.295.266c-.105.086-.2.171-.295.247l-1.018-1.302c.095-.077.199-.162.304-.238.105-.076.219-.152.324-.229.104-.076.228-.152.342-.218l.352-.21a26.595 26.595 0 0 1-.419-.114 6.703 6.703 0 0 1-.409-.133c-.133-.047-.266-.104-.399-.152s-.257-.114-.39-.171l.504-1.446c.124.057.238.114.361.181.124.066.248.124.372.2.123.076.247.142.371.218.123.076.247.153.38.238l-.143-.428c-.047-.142-.085-.285-.123-.418a5.574 5.574 0 0 1-.105-.419c-.028-.142-.057-.276-.076-.409l1.475-.152.038-.028Zm-9.324.989c.028.133.057.266.085.409.029.142.048.276.067.418.019.143.038.286.048.438l.028.447c.095-.105.19-.21.286-.305l.285-.285a6.93 6.93 0 0 1 .58-.514l1.018 1.303c-.104.077-.209.162-.314.238a8.735 8.735 0 0 1-.333.228 5.936 5.936 0 0 1-.342.219c-.114.067-.238.143-.362.209.143.039.295.086.428.124.134.038.286.095.419.143.133.047.276.095.409.152.133.057.267.105.39.162l-.494 1.455a6.028 6.028 0 0 1-.371-.181c-.124-.067-.248-.124-.372-.2-.123-.076-.247-.142-.38-.218a9.058 9.058 0 0 1-.39-.238c.057.142.104.285.143.428.038.142.085.285.123.418.038.133.067.276.095.419.029.142.057.276.076.409l-1.493.161a5.6 5.6 0 0 1-.076-.399c-.019-.133-.048-.276-.057-.419-.01-.142-.029-.285-.048-.437-.019-.152-.019-.295-.029-.447-.085.105-.18.209-.276.304l-.285.286c-.095.095-.2.18-.295.266-.095.086-.2.171-.295.247l-1.027-1.312c.095-.076.199-.162.314-.238.114-.076.218-.152.333-.228.114-.076.228-.152.352-.229.123-.076.237-.142.361-.209a7.644 7.644 0 0 1-.428-.123c-.143-.048-.276-.086-.419-.134-.142-.047-.276-.104-.409-.152-.133-.047-.266-.114-.39-.171l.523-1.455c.124.057.248.114.372.181.123.066.247.123.371.199.123.076.256.143.38.219.124.076.257.152.381.238-.048-.143-.095-.295-.143-.438a6.699 6.699 0 0 1-.124-.428c-.038-.142-.076-.275-.104-.418-.029-.143-.057-.276-.076-.409l1.484-.162-.019.029Zm-28.667 3.034c.029.133.057.276.076.418.02.143.048.286.067.428.019.143.029.295.038.438.01.142.019.304.019.456.095-.104.2-.209.295-.314.095-.104.2-.199.305-.294.104-.096.199-.181.304-.276.105-.095.2-.172.304-.257l1.038 1.322a4.18 4.18 0 0 1-.333.238c-.115.076-.229.161-.343.237-.114.077-.238.153-.362.229-.123.076-.247.142-.38.218.152.038.304.086.447.134l.428.142c.143.048.276.105.419.152.143.048.276.105.399.162l-.532 1.484a6.494 6.494 0 0 1-.39-.181c-.134-.066-.257-.133-.391-.2-.133-.066-.256-.142-.39-.218a9.31 9.31 0 0 1-.399-.238c.057.152.104.295.143.437.038.143.085.286.123.428.038.143.067.286.095.428.029.143.057.276.076.419l-1.541.171c-.028-.133-.057-.266-.076-.409l-.057-.428a6.255 6.255 0 0 1-.038-.447l-.029-.456c-.095.104-.19.209-.295.313-.104.105-.199.2-.304.295-.105.095-.209.19-.314.276l-.314.257-1.047-1.332c.105-.085.21-.161.324-.247.114-.086.228-.162.342-.238.115-.076.238-.152.362-.228.124-.076.247-.152.371-.219-.143-.038-.295-.076-.438-.123-.142-.048-.285-.086-.428-.143-.143-.057-.285-.105-.418-.162l-.4-.171.561-1.484c.124.057.248.115.381.181.133.067.257.133.39.2.133.066.257.142.39.219.133.076.257.152.39.237a17.353 17.353 0 0 0-.143-.437c-.047-.143-.085-.295-.123-.438-.038-.142-.067-.285-.105-.428a3.192 3.192 0 0 1-.076-.418l1.541-.162.038.029Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M88.096 167.822a4.91 4.91 0 0 1-1.941-.152 5.19 5.19 0 0 1-1.722-.875 5.511 5.511 0 0 1-1.313-1.455 5.128 5.128 0 0 1-.714-1.883L64.814 62.528l-2.093-12.04a4.174 4.174 0 0 1-.066-.904c0-.295.047-.58.114-.856.066-.276.161-.542.276-.79a4.09 4.09 0 0 1 .428-.703l-2.655 3.452a4.692 4.692 0 0 0-.428.695 4.125 4.125 0 0 0-.39 1.626c0 .295.01.59.067.894l2.064 11.907 17.288 99.825c.114.676.361 1.303.704 1.865a5.247 5.247 0 0 0 2.997 2.301 4.653 4.653 0 0 0 1.922.152l155.15-19.601 4.462-2.15-156.558 19.621Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color17)" d="m254.109 163.294-3.886 2.505s-.086.058-.125.077c-.039.02-.087.058-.125.078-.039.019-.087.058-.126.077-.038.019-.087.058-.125.077-.829.503-1.678.958-2.555 1.374-.878.416-1.774.764-2.7 1.083-.926.319-1.861.571-2.816.784a26.73 26.73 0 0 1-2.921.473c-.492.058-.993.097-1.485.126-.492.029-1.003.039-1.504.049-.502.009-1.013 0-1.524-.039-.511-.039-1.022-.058-1.533-.116a31.39 31.39 0 0 1-4.599-.813 33.108 33.108 0 0 1-4.503-1.499 34.022 34.022 0 0 1-4.329-2.166 35.683 35.683 0 0 1-4.069-2.795 36.943 36.943 0 0 1-3.703-3.356 39.207 39.207 0 0 1-3.23-3.811 38.37 38.37 0 0 1-2.7-4.198 36.924 36.924 0 0 1-2.121-4.516 34.929 34.929 0 0 1-1.475-4.71 35.563 35.563 0 0 1-.801-4.769 32.433 32.433 0 0 1-.115-4.739c.077-1.567.27-3.114.578-4.623a28.677 28.677 0 0 1 1.215-4.304 27.993 27.993 0 0 1 1.822-3.965 26.25 26.25 0 0 1 2.382-3.559 25.897 25.897 0 0 1 2.912-3.105l3.433-3.105a25.722 25.722 0 0 0-2.932 3.134 26.845 26.845 0 0 0-2.401 3.598 28.51 28.51 0 0 0-1.832 4.004 29.288 29.288 0 0 0-1.215 4.352 31.443 31.443 0 0 0-.578 4.672 33.096 33.096 0 0 0 .116 4.787c.154 1.606.424 3.221.81 4.817a37.639 37.639 0 0 0 1.494 4.758 39.287 39.287 0 0 0 2.141 4.565 37.905 37.905 0 0 0 2.728 4.246 39.968 39.968 0 0 0 3.26 3.859 37.514 37.514 0 0 0 7.858 6.229 36.109 36.109 0 0 0 4.368 2.195 32.141 32.141 0 0 0 4.551 1.528c1.543.397 3.085.668 4.638.832.52.049 1.031.087 1.552.116.521.029 1.022.039 1.533.039.511 0 1.013-.019 1.524-.039a18.666 18.666 0 0 0 1.504-.126 30.09 30.09 0 0 0 2.95-.473 25.276 25.276 0 0 0 2.845-.784 27.33 27.33 0 0 0 2.719-1.083 23.577 23.577 0 0 0 2.574-1.383c.049-.029.087-.058.135-.078.049-.019.087-.058.126-.077.038-.019.087-.058.125-.077.039-.02.087-.058.125-.087"/>
16
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M252.403 110.834a38.668 38.668 0 0 1 4.657 4.478 39.154 39.154 0 0 1 3.828 5.165 37.6 37.6 0 0 1 4.792 11.809c.328 1.558.559 3.115.665 4.672.106 1.557.126 3.095.02 4.613a31.927 31.927 0 0 1-.627 4.498 29.818 29.818 0 0 1-1.273 4.303 27.618 27.618 0 0 1-1.899 3.995 28 28 0 0 1-2.469 3.578 24.719 24.719 0 0 1-3.008 3.105 25.84 25.84 0 0 1-3.51 2.573c-.829.512-1.687.967-2.574 1.383-.888.416-1.794.774-2.72 1.083-.925.31-1.88.571-2.844.783-.964.213-1.948.368-2.95.474a26.314 26.314 0 0 1-3.028.165c-.511 0-1.022-.01-1.533-.039a44.415 44.415 0 0 1-1.553-.116 30.707 30.707 0 0 1-4.638-.832 33.016 33.016 0 0 1-4.551-1.528 35.674 35.674 0 0 1-4.368-2.195 36.395 36.395 0 0 1-4.117-2.834 37.862 37.862 0 0 1-3.741-3.395 37.59 37.59 0 0 1-3.259-3.859 39.235 39.235 0 0 1-2.729-4.246 37.703 37.703 0 0 1-2.14-4.565 36.284 36.284 0 0 1-1.495-4.758 34.852 34.852 0 0 1-.81-4.817 33.06 33.06 0 0 1-.115-4.787 31.28 31.28 0 0 1 .578-4.672 30.362 30.362 0 0 1 1.244-4.43 28.468 28.468 0 0 1 1.88-4.071 25.598 25.598 0 0 1 2.478-3.647 26.039 26.039 0 0 1 3.018-3.153 25.312 25.312 0 0 1 3.491-2.592 26.636 26.636 0 0 1 3.847-1.963 26.251 26.251 0 0 1 4.146-1.315 27.301 27.301 0 0 1 4.378-.639 29.841 29.841 0 0 1 6.007.232c1.996.281 3.982.755 5.93 1.413a34.095 34.095 0 0 1 5.688 2.524 37.314 37.314 0 0 1 5.304 3.578v.029Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M245.335 121.145c.096 0 .193-.01.299 0 .106.01.202.01.299.019.096.01.202.029.299.049.096.019.193.048.299.077.096.029.193.068.289.116.096.048.193.087.28.135.086.049.183.107.27.165.086.058.173.126.26.193.087.068.164.136.241.213.077.077.154.155.222.232.067.078.135.165.202.252.068.087.126.174.183.27.058.097.106.184.155.281.048.097.096.193.135.29.038.097.077.203.106.3.029.097.058.203.077.309.019.107.038.203.048.31.01.106.019.203.019.309v.3c0 .097-.019.203-.038.3-.02.097-.039.193-.068.29a3.453 3.453 0 0 1-.096.281 2.327 2.327 0 0 1-.125.261c-.049.087-.097.164-.145.242l-14.174 20.842a5.072 5.072 0 0 1-.174.242 1.449 1.449 0 0 1-.202.222c-.077.068-.145.136-.222.194a2.041 2.041 0 0 1-.241.164 3.418 3.418 0 0 1-.26.136 2.455 2.455 0 0 1-.56.183c-.096.02-.192.039-.298.049a3.554 3.554 0 0 1-.309.009c-.106 0-.203 0-.309-.019-.106-.019-.202-.029-.308-.058-.106-.029-.203-.048-.309-.087a1.639 1.639 0 0 1-.299-.116l-.289-.145c-.096-.048-.183-.116-.279-.174a1.728 1.728 0 0 1-.261-.203l-7.463-5.939a3.633 3.633 0 0 1-.482-.454 4.21 4.21 0 0 1-.395-.532 4.239 4.239 0 0 1-.299-.59 2.88 2.88 0 0 1-.183-.629 3.546 3.546 0 0 1-.068-.638c0-.213.019-.416.058-.619a2.778 2.778 0 0 1 .463-1.103c.115-.164.241-.309.385-.445.145-.135.299-.242.473-.338.173-.097.347-.174.54-.232a3 3 0 0 1 .588-.116c.203-.02.405-.01.608 0 .202.009.405.067.607.135a3.548 3.548 0 0 1 1.138.619l4.821 3.849 12.573-18.328a2.35 2.35 0 0 1 .376-.435c.145-.135.29-.242.453-.329.164-.087.338-.164.521-.222.183-.058.367-.087.569-.107v.02Z"/>
18
+ </svg>
19
+ `;