@ui5/webcomponents-fiori 0.0.0-037d08c67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3113) hide show
  1. package/.env.production +1 -0
  2. package/.env.testing +4 -0
  3. package/.npsrc.json +3 -0
  4. package/CHANGELOG.md +4053 -0
  5. package/LICENSE.txt +201 -0
  6. package/README.md +77 -0
  7. package/cypress.config.js +3 -0
  8. package/dist/.tsbuildinfo +1 -0
  9. package/dist/Assets-fetch.d.ts +3 -0
  10. package/dist/Assets-fetch.js +6 -0
  11. package/dist/Assets-fetch.js.map +1 -0
  12. package/dist/Assets-node.d.ts +14 -0
  13. package/dist/Assets-node.js +17 -0
  14. package/dist/Assets-node.js.map +1 -0
  15. package/dist/Assets.d.ts +3 -0
  16. package/dist/Assets.js +6 -0
  17. package/dist/Assets.js.map +1 -0
  18. package/dist/BarcodeScannerDialog.d.ts +137 -0
  19. package/dist/BarcodeScannerDialog.js +366 -0
  20. package/dist/BarcodeScannerDialog.js.map +1 -0
  21. package/dist/BarcodeScannerDialogTemplate.d.ts +2 -0
  22. package/dist/BarcodeScannerDialogTemplate.js +8 -0
  23. package/dist/BarcodeScannerDialogTemplate.js.map +1 -0
  24. package/dist/DynamicPage.d.ts +165 -0
  25. package/dist/DynamicPage.js +398 -0
  26. package/dist/DynamicPage.js.map +1 -0
  27. package/dist/DynamicPageHeader.d.ts +57 -0
  28. package/dist/DynamicPageHeader.js +93 -0
  29. package/dist/DynamicPageHeader.js.map +1 -0
  30. package/dist/DynamicPageHeaderActions.d.ts +77 -0
  31. package/dist/DynamicPageHeaderActions.js +181 -0
  32. package/dist/DynamicPageHeaderActions.js.map +1 -0
  33. package/dist/DynamicPageHeaderActionsTemplate.d.ts +2 -0
  34. package/dist/DynamicPageHeaderActionsTemplate.js +8 -0
  35. package/dist/DynamicPageHeaderActionsTemplate.js.map +1 -0
  36. package/dist/DynamicPageHeaderTemplate.d.ts +2 -0
  37. package/dist/DynamicPageHeaderTemplate.js +5 -0
  38. package/dist/DynamicPageHeaderTemplate.js.map +1 -0
  39. package/dist/DynamicPageTemplate.d.ts +2 -0
  40. package/dist/DynamicPageTemplate.js +14 -0
  41. package/dist/DynamicPageTemplate.js.map +1 -0
  42. package/dist/DynamicPageTitle.d.ts +172 -0
  43. package/dist/DynamicPageTitle.js +246 -0
  44. package/dist/DynamicPageTitle.js.map +1 -0
  45. package/dist/DynamicPageTitleTemplate.d.ts +2 -0
  46. package/dist/DynamicPageTitleTemplate.js +16 -0
  47. package/dist/DynamicPageTitleTemplate.js.map +1 -0
  48. package/dist/DynamicSideContent.d.ts +234 -0
  49. package/dist/DynamicSideContent.js +413 -0
  50. package/dist/DynamicSideContent.js.map +1 -0
  51. package/dist/DynamicSideContentTemplate.d.ts +2 -0
  52. package/dist/DynamicSideContentTemplate.js +14 -0
  53. package/dist/DynamicSideContentTemplate.js.map +1 -0
  54. package/dist/FilterItem.d.ts +45 -0
  55. package/dist/FilterItem.js +48 -0
  56. package/dist/FilterItem.js.map +1 -0
  57. package/dist/FilterItemOption.d.ts +38 -0
  58. package/dist/FilterItemOption.js +54 -0
  59. package/dist/FilterItemOption.js.map +1 -0
  60. package/dist/FlexibleColumnLayout.d.ts +432 -0
  61. package/dist/FlexibleColumnLayout.js +1177 -0
  62. package/dist/FlexibleColumnLayout.js.map +1 -0
  63. package/dist/FlexibleColumnLayoutTemplate.d.ts +2 -0
  64. package/dist/FlexibleColumnLayoutTemplate.js +40 -0
  65. package/dist/FlexibleColumnLayoutTemplate.js.map +1 -0
  66. package/dist/GroupItem.d.ts +38 -0
  67. package/dist/GroupItem.js +54 -0
  68. package/dist/GroupItem.js.map +1 -0
  69. package/dist/IllustratedMessage.d.ts +252 -0
  70. package/dist/IllustratedMessage.js +426 -0
  71. package/dist/IllustratedMessage.js.map +1 -0
  72. package/dist/IllustratedMessageTemplate.d.ts +2 -0
  73. package/dist/IllustratedMessageTemplate.js +27 -0
  74. package/dist/IllustratedMessageTemplate.js.map +1 -0
  75. package/dist/MediaGallery.d.ts +178 -0
  76. package/dist/MediaGallery.js +441 -0
  77. package/dist/MediaGallery.js.map +1 -0
  78. package/dist/MediaGalleryItem.d.ts +117 -0
  79. package/dist/MediaGalleryItem.js +238 -0
  80. package/dist/MediaGalleryItem.js.map +1 -0
  81. package/dist/MediaGalleryItemTemplate.d.ts +2 -0
  82. package/dist/MediaGalleryItemTemplate.js +7 -0
  83. package/dist/MediaGalleryItemTemplate.js.map +1 -0
  84. package/dist/MediaGalleryTemplate.d.ts +2 -0
  85. package/dist/MediaGalleryTemplate.js +10 -0
  86. package/dist/MediaGalleryTemplate.js.map +1 -0
  87. package/dist/NavigationLayout.d.ts +74 -0
  88. package/dist/NavigationLayout.js +127 -0
  89. package/dist/NavigationLayout.js.map +1 -0
  90. package/dist/NavigationLayoutTemplate.d.ts +2 -0
  91. package/dist/NavigationLayoutTemplate.js +5 -0
  92. package/dist/NavigationLayoutTemplate.js.map +1 -0
  93. package/dist/NavigationMenu.d.ts +37 -0
  94. package/dist/NavigationMenu.js +68 -0
  95. package/dist/NavigationMenu.js.map +1 -0
  96. package/dist/NavigationMenuItem.d.ts +86 -0
  97. package/dist/NavigationMenuItem.js +159 -0
  98. package/dist/NavigationMenuItem.js.map +1 -0
  99. package/dist/NavigationMenuItemTemplate.d.ts +3 -0
  100. package/dist/NavigationMenuItemTemplate.js +34 -0
  101. package/dist/NavigationMenuItemTemplate.js.map +1 -0
  102. package/dist/NavigationMenuTemplate.d.ts +2 -0
  103. package/dist/NavigationMenuTemplate.js +12 -0
  104. package/dist/NavigationMenuTemplate.js.map +1 -0
  105. package/dist/NotificationList.d.ts +73 -0
  106. package/dist/NotificationList.js +135 -0
  107. package/dist/NotificationList.js.map +1 -0
  108. package/dist/NotificationListGroupItem.d.ts +93 -0
  109. package/dist/NotificationListGroupItem.js +224 -0
  110. package/dist/NotificationListGroupItem.js.map +1 -0
  111. package/dist/NotificationListGroupItemTemplate.d.ts +2 -0
  112. package/dist/NotificationListGroupItemTemplate.js +10 -0
  113. package/dist/NotificationListGroupItemTemplate.js.map +1 -0
  114. package/dist/NotificationListGroupList.d.ts +23 -0
  115. package/dist/NotificationListGroupList.js +52 -0
  116. package/dist/NotificationListGroupList.js.map +1 -0
  117. package/dist/NotificationListInternal.d.ts +21 -0
  118. package/dist/NotificationListInternal.js +161 -0
  119. package/dist/NotificationListInternal.js.map +1 -0
  120. package/dist/NotificationListItem.d.ts +200 -0
  121. package/dist/NotificationListItem.js +454 -0
  122. package/dist/NotificationListItem.js.map +1 -0
  123. package/dist/NotificationListItemBase.d.ts +52 -0
  124. package/dist/NotificationListItemBase.js +103 -0
  125. package/dist/NotificationListItemBase.js.map +1 -0
  126. package/dist/NotificationListItemTemplate.d.ts +2 -0
  127. package/dist/NotificationListItemTemplate.js +19 -0
  128. package/dist/NotificationListItemTemplate.js.map +1 -0
  129. package/dist/NotificationListTemplate.d.ts +2 -0
  130. package/dist/NotificationListTemplate.js +6 -0
  131. package/dist/NotificationListTemplate.js.map +1 -0
  132. package/dist/Page.d.ts +84 -0
  133. package/dist/Page.js +127 -0
  134. package/dist/Page.js.map +1 -0
  135. package/dist/PageTemplate.d.ts +2 -0
  136. package/dist/PageTemplate.js +11 -0
  137. package/dist/PageTemplate.js.map +1 -0
  138. package/dist/ProductSwitch.d.ts +79 -0
  139. package/dist/ProductSwitch.js +142 -0
  140. package/dist/ProductSwitch.js.map +1 -0
  141. package/dist/ProductSwitchItem.d.ts +117 -0
  142. package/dist/ProductSwitchItem.js +156 -0
  143. package/dist/ProductSwitchItem.js.map +1 -0
  144. package/dist/ProductSwitchItemTemplate.d.ts +2 -0
  145. package/dist/ProductSwitchItemTemplate.js +15 -0
  146. package/dist/ProductSwitchItemTemplate.js.map +1 -0
  147. package/dist/ProductSwitchTemplate.d.ts +2 -0
  148. package/dist/ProductSwitchTemplate.js +5 -0
  149. package/dist/ProductSwitchTemplate.js.map +1 -0
  150. package/dist/Search.d.ts +186 -0
  151. package/dist/Search.js +446 -0
  152. package/dist/Search.js.map +1 -0
  153. package/dist/SearchField.d.ts +155 -0
  154. package/dist/SearchField.js +233 -0
  155. package/dist/SearchField.js.map +1 -0
  156. package/dist/SearchFieldTemplate.d.ts +8 -0
  157. package/dist/SearchFieldTemplate.js +17 -0
  158. package/dist/SearchFieldTemplate.js.map +1 -0
  159. package/dist/SearchItem.d.ts +99 -0
  160. package/dist/SearchItem.js +216 -0
  161. package/dist/SearchItem.js.map +1 -0
  162. package/dist/SearchItemGroup.d.ts +17 -0
  163. package/dist/SearchItemGroup.js +42 -0
  164. package/dist/SearchItemGroup.js.map +1 -0
  165. package/dist/SearchItemShowMore.d.ts +49 -0
  166. package/dist/SearchItemShowMore.js +112 -0
  167. package/dist/SearchItemShowMore.js.map +1 -0
  168. package/dist/SearchItemShowMoreTemplate.d.ts +2 -0
  169. package/dist/SearchItemShowMoreTemplate.js +5 -0
  170. package/dist/SearchItemShowMoreTemplate.js.map +1 -0
  171. package/dist/SearchItemTemplate.d.ts +2 -0
  172. package/dist/SearchItemTemplate.js +16 -0
  173. package/dist/SearchItemTemplate.js.map +1 -0
  174. package/dist/SearchMessageArea.d.ts +27 -0
  175. package/dist/SearchMessageArea.js +41 -0
  176. package/dist/SearchMessageArea.js.map +1 -0
  177. package/dist/SearchMessageAreaTemplate.d.ts +2 -0
  178. package/dist/SearchMessageAreaTemplate.js +8 -0
  179. package/dist/SearchMessageAreaTemplate.js.map +1 -0
  180. package/dist/SearchPopoverTemplate.d.ts +3 -0
  181. package/dist/SearchPopoverTemplate.js +25 -0
  182. package/dist/SearchPopoverTemplate.js.map +1 -0
  183. package/dist/SearchScope.d.ts +30 -0
  184. package/dist/SearchScope.js +37 -0
  185. package/dist/SearchScope.js.map +1 -0
  186. package/dist/SearchTemplate.d.ts +2 -0
  187. package/dist/SearchTemplate.js +7 -0
  188. package/dist/SearchTemplate.js.map +1 -0
  189. package/dist/ShellBar.d.ts +556 -0
  190. package/dist/ShellBar.js +1390 -0
  191. package/dist/ShellBar.js.map +1 -0
  192. package/dist/ShellBarBranding.d.ts +79 -0
  193. package/dist/ShellBarBranding.js +116 -0
  194. package/dist/ShellBarBranding.js.map +1 -0
  195. package/dist/ShellBarBrandingTemplate.d.ts +2 -0
  196. package/dist/ShellBarBrandingTemplate.js +5 -0
  197. package/dist/ShellBarBrandingTemplate.js.map +1 -0
  198. package/dist/ShellBarItem.d.ts +75 -0
  199. package/dist/ShellBarItem.js +88 -0
  200. package/dist/ShellBarItem.js.map +1 -0
  201. package/dist/ShellBarPopoverTemplate.d.ts +2 -0
  202. package/dist/ShellBarPopoverTemplate.js +9 -0
  203. package/dist/ShellBarPopoverTemplate.js.map +1 -0
  204. package/dist/ShellBarSearch.d.ts +26 -0
  205. package/dist/ShellBarSearch.js +97 -0
  206. package/dist/ShellBarSearch.js.map +1 -0
  207. package/dist/ShellBarSearchPopoverTemplate.d.ts +2 -0
  208. package/dist/ShellBarSearchPopoverTemplate.js +12 -0
  209. package/dist/ShellBarSearchPopoverTemplate.js.map +1 -0
  210. package/dist/ShellBarSearchTemplate.d.ts +2 -0
  211. package/dist/ShellBarSearchTemplate.js +7 -0
  212. package/dist/ShellBarSearchTemplate.js.map +1 -0
  213. package/dist/ShellBarSpacer.d.ts +17 -0
  214. package/dist/ShellBarSpacer.js +38 -0
  215. package/dist/ShellBarSpacer.js.map +1 -0
  216. package/dist/ShellBarTemplate.d.ts +2 -0
  217. package/dist/ShellBarTemplate.js +62 -0
  218. package/dist/ShellBarTemplate.js.map +1 -0
  219. package/dist/SideNavigation.d.ts +178 -0
  220. package/dist/SideNavigation.js +543 -0
  221. package/dist/SideNavigation.js.map +1 -0
  222. package/dist/SideNavigationGroup.d.ts +56 -0
  223. package/dist/SideNavigationGroup.js +166 -0
  224. package/dist/SideNavigationGroup.js.map +1 -0
  225. package/dist/SideNavigationGroupTemplate.d.ts +2 -0
  226. package/dist/SideNavigationGroupTemplate.js +16 -0
  227. package/dist/SideNavigationGroupTemplate.js.map +1 -0
  228. package/dist/SideNavigationItem.d.ts +77 -0
  229. package/dist/SideNavigationItem.js +278 -0
  230. package/dist/SideNavigationItem.js.map +1 -0
  231. package/dist/SideNavigationItemBase.d.ts +81 -0
  232. package/dist/SideNavigationItemBase.js +122 -0
  233. package/dist/SideNavigationItemBase.js.map +1 -0
  234. package/dist/SideNavigationItemTemplate.d.ts +2 -0
  235. package/dist/SideNavigationItemTemplate.js +26 -0
  236. package/dist/SideNavigationItemTemplate.js.map +1 -0
  237. package/dist/SideNavigationPopoverTemplate.d.ts +2 -0
  238. package/dist/SideNavigationPopoverTemplate.js +13 -0
  239. package/dist/SideNavigationPopoverTemplate.js.map +1 -0
  240. package/dist/SideNavigationSelectableItemBase.d.ts +150 -0
  241. package/dist/SideNavigationSelectableItemBase.js +256 -0
  242. package/dist/SideNavigationSelectableItemBase.js.map +1 -0
  243. package/dist/SideNavigationSubItem.d.ts +26 -0
  244. package/dist/SideNavigationSubItem.js +64 -0
  245. package/dist/SideNavigationSubItem.js.map +1 -0
  246. package/dist/SideNavigationSubItemTemplate.d.ts +2 -0
  247. package/dist/SideNavigationSubItemTemplate.js +10 -0
  248. package/dist/SideNavigationSubItemTemplate.js.map +1 -0
  249. package/dist/SideNavigationTemplate.d.ts +2 -0
  250. package/dist/SideNavigationTemplate.js +20 -0
  251. package/dist/SideNavigationTemplate.js.map +1 -0
  252. package/dist/SortItem.d.ts +38 -0
  253. package/dist/SortItem.js +54 -0
  254. package/dist/SortItem.js.map +1 -0
  255. package/dist/Timeline.d.ts +146 -0
  256. package/dist/Timeline.js +380 -0
  257. package/dist/Timeline.js.map +1 -0
  258. package/dist/TimelineGroupItem.d.ts +71 -0
  259. package/dist/TimelineGroupItem.js +164 -0
  260. package/dist/TimelineGroupItem.js.map +1 -0
  261. package/dist/TimelineGroupItemTemplate.d.ts +2 -0
  262. package/dist/TimelineGroupItemTemplate.js +17 -0
  263. package/dist/TimelineGroupItemTemplate.js.map +1 -0
  264. package/dist/TimelineItem.d.ts +123 -0
  265. package/dist/TimelineItem.js +194 -0
  266. package/dist/TimelineItem.js.map +1 -0
  267. package/dist/TimelineItemTemplate.d.ts +2 -0
  268. package/dist/TimelineItemTemplate.js +29 -0
  269. package/dist/TimelineItemTemplate.js.map +1 -0
  270. package/dist/TimelineTemplate.d.ts +2 -0
  271. package/dist/TimelineTemplate.js +18 -0
  272. package/dist/TimelineTemplate.js.map +1 -0
  273. package/dist/UploadCollection.d.ts +124 -0
  274. package/dist/UploadCollection.js +221 -0
  275. package/dist/UploadCollection.js.map +1 -0
  276. package/dist/UploadCollectionItem.d.ts +169 -0
  277. package/dist/UploadCollectionItem.js +400 -0
  278. package/dist/UploadCollectionItem.js.map +1 -0
  279. package/dist/UploadCollectionItemTemplate.d.ts +3 -0
  280. package/dist/UploadCollectionItemTemplate.js +22 -0
  281. package/dist/UploadCollectionItemTemplate.js.map +1 -0
  282. package/dist/UploadCollectionTemplate.d.ts +2 -0
  283. package/dist/UploadCollectionTemplate.js +24 -0
  284. package/dist/UploadCollectionTemplate.js.map +1 -0
  285. package/dist/UserMenu.d.ts +169 -0
  286. package/dist/UserMenu.js +366 -0
  287. package/dist/UserMenu.js.map +1 -0
  288. package/dist/UserMenuAccount.d.ts +61 -0
  289. package/dist/UserMenuAccount.js +121 -0
  290. package/dist/UserMenuAccount.js.map +1 -0
  291. package/dist/UserMenuItem.d.ts +36 -0
  292. package/dist/UserMenuItem.js +52 -0
  293. package/dist/UserMenuItem.js.map +1 -0
  294. package/dist/UserMenuItemGroup.d.ts +35 -0
  295. package/dist/UserMenuItemGroup.js +52 -0
  296. package/dist/UserMenuItemGroup.js.map +1 -0
  297. package/dist/UserMenuItemGroupTemplate.d.ts +2 -0
  298. package/dist/UserMenuItemGroupTemplate.js +5 -0
  299. package/dist/UserMenuItemGroupTemplate.js.map +1 -0
  300. package/dist/UserMenuItemTemplate.d.ts +2 -0
  301. package/dist/UserMenuItemTemplate.js +5 -0
  302. package/dist/UserMenuItemTemplate.js.map +1 -0
  303. package/dist/UserMenuTemplate.d.ts +2 -0
  304. package/dist/UserMenuTemplate.js +57 -0
  305. package/dist/UserMenuTemplate.js.map +1 -0
  306. package/dist/UserSettingsAccountView.d.ts +30 -0
  307. package/dist/UserSettingsAccountView.js +108 -0
  308. package/dist/UserSettingsAccountView.js.map +1 -0
  309. package/dist/UserSettingsAccountViewTemplate.d.ts +2 -0
  310. package/dist/UserSettingsAccountViewTemplate.js +18 -0
  311. package/dist/UserSettingsAccountViewTemplate.js.map +1 -0
  312. package/dist/UserSettingsAppearanceView.d.ts +29 -0
  313. package/dist/UserSettingsAppearanceView.js +108 -0
  314. package/dist/UserSettingsAppearanceView.js.map +1 -0
  315. package/dist/UserSettingsAppearanceViewGroup.d.ts +30 -0
  316. package/dist/UserSettingsAppearanceViewGroup.js +48 -0
  317. package/dist/UserSettingsAppearanceViewGroup.js.map +1 -0
  318. package/dist/UserSettingsAppearanceViewItem.d.ts +31 -0
  319. package/dist/UserSettingsAppearanceViewItem.js +108 -0
  320. package/dist/UserSettingsAppearanceViewItem.js.map +1 -0
  321. package/dist/UserSettingsAppearanceViewItemTemplate.d.ts +2 -0
  322. package/dist/UserSettingsAppearanceViewItemTemplate.js +13 -0
  323. package/dist/UserSettingsAppearanceViewItemTemplate.js.map +1 -0
  324. package/dist/UserSettingsAppearanceViewTemplate.d.ts +2 -0
  325. package/dist/UserSettingsAppearanceViewTemplate.js +6 -0
  326. package/dist/UserSettingsAppearanceViewTemplate.js.map +1 -0
  327. package/dist/UserSettingsDialog.d.ts +119 -0
  328. package/dist/UserSettingsDialog.js +262 -0
  329. package/dist/UserSettingsDialog.js.map +1 -0
  330. package/dist/UserSettingsDialogTemplate.d.ts +2 -0
  331. package/dist/UserSettingsDialogTemplate.js +23 -0
  332. package/dist/UserSettingsDialogTemplate.js.map +1 -0
  333. package/dist/UserSettingsItem.d.ts +137 -0
  334. package/dist/UserSettingsItem.js +215 -0
  335. package/dist/UserSettingsItem.js.map +1 -0
  336. package/dist/UserSettingsItemTemplate.d.ts +4 -0
  337. package/dist/UserSettingsItemTemplate.js +20 -0
  338. package/dist/UserSettingsItemTemplate.js.map +1 -0
  339. package/dist/UserSettingsView.d.ts +44 -0
  340. package/dist/UserSettingsView.js +68 -0
  341. package/dist/UserSettingsView.js.map +1 -0
  342. package/dist/UserSettingsViewTemplate.d.ts +2 -0
  343. package/dist/UserSettingsViewTemplate.js +5 -0
  344. package/dist/UserSettingsViewTemplate.js.map +1 -0
  345. package/dist/ViewSettingsDialog.d.ts +315 -0
  346. package/dist/ViewSettingsDialog.js +743 -0
  347. package/dist/ViewSettingsDialog.js.map +1 -0
  348. package/dist/ViewSettingsDialogTemplate.d.ts +2 -0
  349. package/dist/ViewSettingsDialogTemplate.js +53 -0
  350. package/dist/ViewSettingsDialogTemplate.js.map +1 -0
  351. package/dist/Wizard.d.ts +361 -0
  352. package/dist/Wizard.js +827 -0
  353. package/dist/Wizard.js.map +1 -0
  354. package/dist/WizardPopoverTemplate.d.ts +2 -0
  355. package/dist/WizardPopoverTemplate.js +12 -0
  356. package/dist/WizardPopoverTemplate.js.map +1 -0
  357. package/dist/WizardStep.d.ts +89 -0
  358. package/dist/WizardStep.js +92 -0
  359. package/dist/WizardStep.js.map +1 -0
  360. package/dist/WizardTab.d.ts +99 -0
  361. package/dist/WizardTab.js +162 -0
  362. package/dist/WizardTab.js.map +1 -0
  363. package/dist/WizardTabTemplate.d.ts +2 -0
  364. package/dist/WizardTabTemplate.js +7 -0
  365. package/dist/WizardTabTemplate.js.map +1 -0
  366. package/dist/WizardTemplate.d.ts +2 -0
  367. package/dist/WizardTemplate.js +11 -0
  368. package/dist/WizardTemplate.js.map +1 -0
  369. package/dist/bundle.esm.d.ts +4 -0
  370. package/dist/bundle.esm.js +67 -0
  371. package/dist/bundle.esm.js.map +1 -0
  372. package/dist/bundle.scoped.esm.d.ts +3 -0
  373. package/dist/bundle.scoped.esm.js +5 -0
  374. package/dist/bundle.scoped.esm.js.map +1 -0
  375. package/dist/css/themes/BarcodeScannerDialog.css +1 -0
  376. package/dist/css/themes/DynamicPage.css +1 -0
  377. package/dist/css/themes/DynamicPageHeader.css +1 -0
  378. package/dist/css/themes/DynamicPageHeaderActions.css +1 -0
  379. package/dist/css/themes/DynamicPageTitle.css +1 -0
  380. package/dist/css/themes/DynamicSideContent.css +1 -0
  381. package/dist/css/themes/FlexibleColumnLayout.css +1 -0
  382. package/dist/css/themes/IllustratedMessage.css +1 -0
  383. package/dist/css/themes/InvisibleTextStyles.css +1 -0
  384. package/dist/css/themes/MediaGallery.css +1 -0
  385. package/dist/css/themes/MediaGalleryItem.css +1 -0
  386. package/dist/css/themes/NavigationLayout.css +1 -0
  387. package/dist/css/themes/NavigationMenu.css +1 -0
  388. package/dist/css/themes/NavigationMenuItem.css +1 -0
  389. package/dist/css/themes/NotificationList.css +1 -0
  390. package/dist/css/themes/NotificationListGroupItem.css +1 -0
  391. package/dist/css/themes/NotificationListItem.css +1 -0
  392. package/dist/css/themes/NotificationListItemBase.css +1 -0
  393. package/dist/css/themes/NotificationStateIcon.css +1 -0
  394. package/dist/css/themes/Page.css +1 -0
  395. package/dist/css/themes/ProductSwitch.css +1 -0
  396. package/dist/css/themes/ProductSwitchItem.css +1 -0
  397. package/dist/css/themes/Search.css +1 -0
  398. package/dist/css/themes/SearchField.css +1 -0
  399. package/dist/css/themes/SearchItem.css +1 -0
  400. package/dist/css/themes/SearchItemGroup.css +1 -0
  401. package/dist/css/themes/SearchItemShowMore.css +1 -0
  402. package/dist/css/themes/SearchMessageArea.css +1 -0
  403. package/dist/css/themes/ShellBar.css +1 -0
  404. package/dist/css/themes/ShellBarBranding.css +1 -0
  405. package/dist/css/themes/ShellBarPopover.css +1 -0
  406. package/dist/css/themes/ShellBarSearch.css +1 -0
  407. package/dist/css/themes/SideNavigation.css +1 -0
  408. package/dist/css/themes/SideNavigationGroup.css +1 -0
  409. package/dist/css/themes/SideNavigationItem.css +1 -0
  410. package/dist/css/themes/SideNavigationItemBase.css +1 -0
  411. package/dist/css/themes/SideNavigationPopover.css +1 -0
  412. package/dist/css/themes/SideNavigationSubItem.css +1 -0
  413. package/dist/css/themes/Timeline.css +1 -0
  414. package/dist/css/themes/TimelineGroupItem.css +1 -0
  415. package/dist/css/themes/TimelineItem.css +1 -0
  416. package/dist/css/themes/UploadCollection.css +1 -0
  417. package/dist/css/themes/UploadCollectionItem.css +1 -0
  418. package/dist/css/themes/UserMenu.css +1 -0
  419. package/dist/css/themes/UserMenuItem.css +1 -0
  420. package/dist/css/themes/UserSettingsAccountView.css +1 -0
  421. package/dist/css/themes/UserSettingsAppearanceViewItem.css +1 -0
  422. package/dist/css/themes/UserSettingsDialog.css +1 -0
  423. package/dist/css/themes/UserSettingsItem.css +1 -0
  424. package/dist/css/themes/UserSettingsView.css +1 -0
  425. package/dist/css/themes/ViewSettingsDialog.css +1 -0
  426. package/dist/css/themes/Wizard.css +1 -0
  427. package/dist/css/themes/WizardPopover.css +1 -0
  428. package/dist/css/themes/WizardTab.css +1 -0
  429. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +2 -0
  430. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -0
  431. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -0
  432. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -0
  433. package/dist/css/themes/sap_horizon/parameters-bundle.css +2 -0
  434. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +278 -0
  435. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +210 -0
  436. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +216 -0
  437. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +279 -0
  438. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +216 -0
  439. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +279 -0
  440. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +218 -0
  441. package/dist/custom-elements-internal.json +13552 -0
  442. package/dist/custom-elements.json +9456 -0
  443. package/dist/fcl-utils/FCLLayout.d.ts +24 -0
  444. package/dist/fcl-utils/FCLLayout.js +271 -0
  445. package/dist/fcl-utils/FCLLayout.js.map +1 -0
  446. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -0
  447. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -0
  448. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -0
  449. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
  450. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -0
  451. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
  452. package/dist/generated/assets/i18n/messagebundle_da.json +1 -0
  453. package/dist/generated/assets/i18n/messagebundle_de.json +1 -0
  454. package/dist/generated/assets/i18n/messagebundle_el.json +1 -0
  455. package/dist/generated/assets/i18n/messagebundle_en.json +1 -0
  456. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -0
  457. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
  458. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
  459. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
  460. package/dist/generated/assets/i18n/messagebundle_es.json +1 -0
  461. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
  462. package/dist/generated/assets/i18n/messagebundle_et.json +1 -0
  463. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -0
  464. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -0
  465. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
  466. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -0
  467. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -0
  468. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -0
  469. package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
  470. package/dist/generated/assets/i18n/messagebundle_it.json +1 -0
  471. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -0
  472. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -0
  473. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -0
  474. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -0
  475. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -0
  476. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -0
  477. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
  478. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -0
  479. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -0
  480. package/dist/generated/assets/i18n/messagebundle_no.json +1 -0
  481. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -0
  482. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -0
  483. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
  484. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -0
  485. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -0
  486. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -0
  487. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -0
  488. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -0
  489. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
  490. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -0
  491. package/dist/generated/assets/i18n/messagebundle_th.json +1 -0
  492. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -0
  493. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -0
  494. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -0
  495. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -0
  496. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -0
  497. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -0
  498. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -0
  499. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -0
  500. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -0
  501. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -0
  502. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
  503. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -0
  504. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
  505. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
  506. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -0
  507. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
  508. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -0
  509. package/dist/generated/i18n/i18n-defaults.d.ts +209 -0
  510. package/dist/generated/i18n/i18n-defaults.js +209 -0
  511. package/dist/generated/i18n/i18n-defaults.js.map +1 -0
  512. package/dist/generated/js-imports/Illustrations.d.ts +1 -0
  513. package/dist/generated/js-imports/Illustrations.js +88 -0
  514. package/dist/generated/js-imports/Illustrations.js.map +1 -0
  515. package/dist/generated/js-imports/IllustrationsTNT.d.ts +1 -0
  516. package/dist/generated/js-imports/IllustrationsTNT.js +62 -0
  517. package/dist/generated/js-imports/IllustrationsTNT.js.map +1 -0
  518. package/dist/generated/js-imports/IllustrationsV5TNT.d.ts +1 -0
  519. package/dist/generated/js-imports/IllustrationsV5TNT.js +59 -0
  520. package/dist/generated/js-imports/IllustrationsV5TNT.js.map +1 -0
  521. package/dist/generated/js-imports/IllustrationsV5TNTHC.d.ts +1 -0
  522. package/dist/generated/js-imports/IllustrationsV5TNTHC.js +60 -0
  523. package/dist/generated/js-imports/IllustrationsV5TNTHC.js.map +1 -0
  524. package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
  525. package/dist/generated/json-imports/Themes-fetch.js +25 -0
  526. package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
  527. package/dist/generated/json-imports/Themes-node.d.ts +1 -0
  528. package/dist/generated/json-imports/Themes-node.js +25 -0
  529. package/dist/generated/json-imports/Themes-node.js.map +1 -0
  530. package/dist/generated/json-imports/Themes.d.ts +1 -0
  531. package/dist/generated/json-imports/Themes.js +25 -0
  532. package/dist/generated/json-imports/Themes.js.map +1 -0
  533. package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
  534. package/dist/generated/json-imports/i18n-fetch.js +120 -0
  535. package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
  536. package/dist/generated/json-imports/i18n-node.d.ts +1 -0
  537. package/dist/generated/json-imports/i18n-node.js +120 -0
  538. package/dist/generated/json-imports/i18n-node.js.map +1 -0
  539. package/dist/generated/json-imports/i18n.d.ts +1 -0
  540. package/dist/generated/json-imports/i18n.js +120 -0
  541. package/dist/generated/json-imports/i18n.js.map +1 -0
  542. package/dist/generated/themes/BarcodeScannerDialog.css.d.ts +2 -0
  543. package/dist/generated/themes/BarcodeScannerDialog.css.js +8 -0
  544. package/dist/generated/themes/BarcodeScannerDialog.css.js.map +1 -0
  545. package/dist/generated/themes/DynamicPage.css.d.ts +2 -0
  546. package/dist/generated/themes/DynamicPage.css.js +8 -0
  547. package/dist/generated/themes/DynamicPage.css.js.map +1 -0
  548. package/dist/generated/themes/DynamicPageHeader.css.d.ts +2 -0
  549. package/dist/generated/themes/DynamicPageHeader.css.js +8 -0
  550. package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -0
  551. package/dist/generated/themes/DynamicPageHeaderActions.css.d.ts +2 -0
  552. package/dist/generated/themes/DynamicPageHeaderActions.css.js +8 -0
  553. package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -0
  554. package/dist/generated/themes/DynamicPageTitle.css.d.ts +2 -0
  555. package/dist/generated/themes/DynamicPageTitle.css.js +8 -0
  556. package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -0
  557. package/dist/generated/themes/DynamicSideContent.css.d.ts +2 -0
  558. package/dist/generated/themes/DynamicSideContent.css.js +8 -0
  559. package/dist/generated/themes/DynamicSideContent.css.js.map +1 -0
  560. package/dist/generated/themes/FlexibleColumnLayout.css.d.ts +2 -0
  561. package/dist/generated/themes/FlexibleColumnLayout.css.js +8 -0
  562. package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -0
  563. package/dist/generated/themes/IllustratedMessage.css.d.ts +2 -0
  564. package/dist/generated/themes/IllustratedMessage.css.js +8 -0
  565. package/dist/generated/themes/IllustratedMessage.css.js.map +1 -0
  566. package/dist/generated/themes/InvisibleTextStyles.css.d.ts +2 -0
  567. package/dist/generated/themes/InvisibleTextStyles.css.js +8 -0
  568. package/dist/generated/themes/InvisibleTextStyles.css.js.map +1 -0
  569. package/dist/generated/themes/MediaGallery.css.d.ts +2 -0
  570. package/dist/generated/themes/MediaGallery.css.js +8 -0
  571. package/dist/generated/themes/MediaGallery.css.js.map +1 -0
  572. package/dist/generated/themes/MediaGalleryItem.css.d.ts +2 -0
  573. package/dist/generated/themes/MediaGalleryItem.css.js +8 -0
  574. package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -0
  575. package/dist/generated/themes/NavigationLayout.css.d.ts +2 -0
  576. package/dist/generated/themes/NavigationLayout.css.js +8 -0
  577. package/dist/generated/themes/NavigationLayout.css.js.map +1 -0
  578. package/dist/generated/themes/NavigationMenu.css.d.ts +2 -0
  579. package/dist/generated/themes/NavigationMenu.css.js +8 -0
  580. package/dist/generated/themes/NavigationMenu.css.js.map +1 -0
  581. package/dist/generated/themes/NavigationMenuItem.css.d.ts +2 -0
  582. package/dist/generated/themes/NavigationMenuItem.css.js +8 -0
  583. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -0
  584. package/dist/generated/themes/NotificationList.css.d.ts +2 -0
  585. package/dist/generated/themes/NotificationList.css.js +8 -0
  586. package/dist/generated/themes/NotificationList.css.js.map +1 -0
  587. package/dist/generated/themes/NotificationListGroupItem.css.d.ts +2 -0
  588. package/dist/generated/themes/NotificationListGroupItem.css.js +8 -0
  589. package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -0
  590. package/dist/generated/themes/NotificationListItem.css.d.ts +2 -0
  591. package/dist/generated/themes/NotificationListItem.css.js +8 -0
  592. package/dist/generated/themes/NotificationListItem.css.js.map +1 -0
  593. package/dist/generated/themes/NotificationListItemBase.css.d.ts +2 -0
  594. package/dist/generated/themes/NotificationListItemBase.css.js +8 -0
  595. package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -0
  596. package/dist/generated/themes/NotificationStateIcon.css.d.ts +2 -0
  597. package/dist/generated/themes/NotificationStateIcon.css.js +8 -0
  598. package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -0
  599. package/dist/generated/themes/Page.css.d.ts +2 -0
  600. package/dist/generated/themes/Page.css.js +8 -0
  601. package/dist/generated/themes/Page.css.js.map +1 -0
  602. package/dist/generated/themes/ProductSwitch.css.d.ts +2 -0
  603. package/dist/generated/themes/ProductSwitch.css.js +8 -0
  604. package/dist/generated/themes/ProductSwitch.css.js.map +1 -0
  605. package/dist/generated/themes/ProductSwitchItem.css.d.ts +2 -0
  606. package/dist/generated/themes/ProductSwitchItem.css.js +8 -0
  607. package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -0
  608. package/dist/generated/themes/Search.css.d.ts +2 -0
  609. package/dist/generated/themes/Search.css.js +8 -0
  610. package/dist/generated/themes/Search.css.js.map +1 -0
  611. package/dist/generated/themes/SearchField.css.d.ts +2 -0
  612. package/dist/generated/themes/SearchField.css.js +8 -0
  613. package/dist/generated/themes/SearchField.css.js.map +1 -0
  614. package/dist/generated/themes/SearchItem.css.d.ts +2 -0
  615. package/dist/generated/themes/SearchItem.css.js +8 -0
  616. package/dist/generated/themes/SearchItem.css.js.map +1 -0
  617. package/dist/generated/themes/SearchItemGroup.css.d.ts +2 -0
  618. package/dist/generated/themes/SearchItemGroup.css.js +8 -0
  619. package/dist/generated/themes/SearchItemGroup.css.js.map +1 -0
  620. package/dist/generated/themes/SearchItemShowMore.css.d.ts +2 -0
  621. package/dist/generated/themes/SearchItemShowMore.css.js +8 -0
  622. package/dist/generated/themes/SearchItemShowMore.css.js.map +1 -0
  623. package/dist/generated/themes/SearchMessageArea.css.d.ts +2 -0
  624. package/dist/generated/themes/SearchMessageArea.css.js +8 -0
  625. package/dist/generated/themes/SearchMessageArea.css.js.map +1 -0
  626. package/dist/generated/themes/ShellBar.css.d.ts +2 -0
  627. package/dist/generated/themes/ShellBar.css.js +8 -0
  628. package/dist/generated/themes/ShellBar.css.js.map +1 -0
  629. package/dist/generated/themes/ShellBarBranding.css.d.ts +2 -0
  630. package/dist/generated/themes/ShellBarBranding.css.js +8 -0
  631. package/dist/generated/themes/ShellBarBranding.css.js.map +1 -0
  632. package/dist/generated/themes/ShellBarPopover.css.d.ts +2 -0
  633. package/dist/generated/themes/ShellBarPopover.css.js +8 -0
  634. package/dist/generated/themes/ShellBarPopover.css.js.map +1 -0
  635. package/dist/generated/themes/ShellBarSearch.css.d.ts +2 -0
  636. package/dist/generated/themes/ShellBarSearch.css.js +8 -0
  637. package/dist/generated/themes/ShellBarSearch.css.js.map +1 -0
  638. package/dist/generated/themes/SideNavigation.css.d.ts +2 -0
  639. package/dist/generated/themes/SideNavigation.css.js +8 -0
  640. package/dist/generated/themes/SideNavigation.css.js.map +1 -0
  641. package/dist/generated/themes/SideNavigationGroup.css.d.ts +2 -0
  642. package/dist/generated/themes/SideNavigationGroup.css.js +8 -0
  643. package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -0
  644. package/dist/generated/themes/SideNavigationItem.css.d.ts +2 -0
  645. package/dist/generated/themes/SideNavigationItem.css.js +8 -0
  646. package/dist/generated/themes/SideNavigationItem.css.js.map +1 -0
  647. package/dist/generated/themes/SideNavigationItemBase.css.d.ts +2 -0
  648. package/dist/generated/themes/SideNavigationItemBase.css.js +8 -0
  649. package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -0
  650. package/dist/generated/themes/SideNavigationPopover.css.d.ts +2 -0
  651. package/dist/generated/themes/SideNavigationPopover.css.js +8 -0
  652. package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -0
  653. package/dist/generated/themes/SideNavigationSubItem.css.d.ts +2 -0
  654. package/dist/generated/themes/SideNavigationSubItem.css.js +8 -0
  655. package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -0
  656. package/dist/generated/themes/Timeline.css.d.ts +2 -0
  657. package/dist/generated/themes/Timeline.css.js +8 -0
  658. package/dist/generated/themes/Timeline.css.js.map +1 -0
  659. package/dist/generated/themes/TimelineGroupItem.css.d.ts +2 -0
  660. package/dist/generated/themes/TimelineGroupItem.css.js +8 -0
  661. package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -0
  662. package/dist/generated/themes/TimelineItem.css.d.ts +2 -0
  663. package/dist/generated/themes/TimelineItem.css.js +8 -0
  664. package/dist/generated/themes/TimelineItem.css.js.map +1 -0
  665. package/dist/generated/themes/UploadCollection.css.d.ts +2 -0
  666. package/dist/generated/themes/UploadCollection.css.js +8 -0
  667. package/dist/generated/themes/UploadCollection.css.js.map +1 -0
  668. package/dist/generated/themes/UploadCollectionItem.css.d.ts +2 -0
  669. package/dist/generated/themes/UploadCollectionItem.css.js +8 -0
  670. package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -0
  671. package/dist/generated/themes/UserMenu.css.d.ts +2 -0
  672. package/dist/generated/themes/UserMenu.css.js +8 -0
  673. package/dist/generated/themes/UserMenu.css.js.map +1 -0
  674. package/dist/generated/themes/UserMenuItem.css.d.ts +2 -0
  675. package/dist/generated/themes/UserMenuItem.css.js +8 -0
  676. package/dist/generated/themes/UserMenuItem.css.js.map +1 -0
  677. package/dist/generated/themes/UserSettingsAccountView.css.d.ts +2 -0
  678. package/dist/generated/themes/UserSettingsAccountView.css.js +8 -0
  679. package/dist/generated/themes/UserSettingsAccountView.css.js.map +1 -0
  680. package/dist/generated/themes/UserSettingsAppearanceViewItem.css.d.ts +2 -0
  681. package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js +8 -0
  682. package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js.map +1 -0
  683. package/dist/generated/themes/UserSettingsDialog.css.d.ts +2 -0
  684. package/dist/generated/themes/UserSettingsDialog.css.js +8 -0
  685. package/dist/generated/themes/UserSettingsDialog.css.js.map +1 -0
  686. package/dist/generated/themes/UserSettingsItem.css.d.ts +2 -0
  687. package/dist/generated/themes/UserSettingsItem.css.js +8 -0
  688. package/dist/generated/themes/UserSettingsItem.css.js.map +1 -0
  689. package/dist/generated/themes/UserSettingsView.css.d.ts +2 -0
  690. package/dist/generated/themes/UserSettingsView.css.js +8 -0
  691. package/dist/generated/themes/UserSettingsView.css.js.map +1 -0
  692. package/dist/generated/themes/ViewSettingsDialog.css.d.ts +2 -0
  693. package/dist/generated/themes/ViewSettingsDialog.css.js +8 -0
  694. package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -0
  695. package/dist/generated/themes/Wizard.css.d.ts +2 -0
  696. package/dist/generated/themes/Wizard.css.js +8 -0
  697. package/dist/generated/themes/Wizard.css.js.map +1 -0
  698. package/dist/generated/themes/WizardPopover.css.d.ts +2 -0
  699. package/dist/generated/themes/WizardPopover.css.js +8 -0
  700. package/dist/generated/themes/WizardPopover.css.js.map +1 -0
  701. package/dist/generated/themes/WizardTab.css.d.ts +2 -0
  702. package/dist/generated/themes/WizardTab.css.js +8 -0
  703. package/dist/generated/themes/WizardTab.css.js.map +1 -0
  704. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
  705. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +4 -0
  706. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
  707. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
  708. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +4 -0
  709. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
  710. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
  711. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +4 -0
  712. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
  713. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
  714. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +4 -0
  715. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
  716. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
  717. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +4 -0
  718. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
  719. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
  720. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +280 -0
  721. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
  722. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +2 -0
  723. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +212 -0
  724. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -0
  725. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +2 -0
  726. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +218 -0
  727. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
  728. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
  729. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +281 -0
  730. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
  731. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +2 -0
  732. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +218 -0
  733. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -0
  734. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
  735. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +281 -0
  736. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
  737. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +2 -0
  738. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +220 -0
  739. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -0
  740. package/dist/illustrations/Achievement.d.ts +8 -0
  741. package/dist/illustrations/Achievement.js +33 -0
  742. package/dist/illustrations/AddColumn.d.ts +8 -0
  743. package/dist/illustrations/AddColumn.js +33 -0
  744. package/dist/illustrations/AddDimensions.d.ts +8 -0
  745. package/dist/illustrations/AddDimensions.js +33 -0
  746. package/dist/illustrations/AddPeople.d.ts +8 -0
  747. package/dist/illustrations/AddPeople.js +33 -0
  748. package/dist/illustrations/AddPeopleToCalendar.d.ts +8 -0
  749. package/dist/illustrations/AddPeopleToCalendar.js +33 -0
  750. package/dist/illustrations/AddingColumns.d.ts +8 -0
  751. package/dist/illustrations/AddingColumns.js +33 -0
  752. package/dist/illustrations/AllIllustrations.d.ts +4 -0
  753. package/dist/illustrations/AllIllustrations.js +5 -0
  754. package/dist/illustrations/AllIllustrations.js.map +1 -0
  755. package/dist/illustrations/BalloonSky.d.ts +8 -0
  756. package/dist/illustrations/BalloonSky.js +33 -0
  757. package/dist/illustrations/BeforeSearch.d.ts +8 -0
  758. package/dist/illustrations/BeforeSearch.js +33 -0
  759. package/dist/illustrations/Connection.d.ts +8 -0
  760. package/dist/illustrations/Connection.js +33 -0
  761. package/dist/illustrations/DragFilesToUpload.d.ts +8 -0
  762. package/dist/illustrations/DragFilesToUpload.js +33 -0
  763. package/dist/illustrations/EmptyCalendar.d.ts +8 -0
  764. package/dist/illustrations/EmptyCalendar.js +33 -0
  765. package/dist/illustrations/EmptyList.d.ts +8 -0
  766. package/dist/illustrations/EmptyList.js +33 -0
  767. package/dist/illustrations/EmptyPlanningCalendar.d.ts +8 -0
  768. package/dist/illustrations/EmptyPlanningCalendar.js +33 -0
  769. package/dist/illustrations/ErrorScreen.d.ts +8 -0
  770. package/dist/illustrations/ErrorScreen.js +33 -0
  771. package/dist/illustrations/FilterTable.d.ts +8 -0
  772. package/dist/illustrations/FilterTable.js +33 -0
  773. package/dist/illustrations/FilteringColumns.d.ts +8 -0
  774. package/dist/illustrations/FilteringColumns.js +33 -0
  775. package/dist/illustrations/GroupTable.d.ts +8 -0
  776. package/dist/illustrations/GroupTable.js +33 -0
  777. package/dist/illustrations/GroupingColumns.d.ts +8 -0
  778. package/dist/illustrations/GroupingColumns.js +33 -0
  779. package/dist/illustrations/KeyTask.d.ts +8 -0
  780. package/dist/illustrations/KeyTask.js +33 -0
  781. package/dist/illustrations/NewMail.d.ts +8 -0
  782. package/dist/illustrations/NewMail.js +33 -0
  783. package/dist/illustrations/NoActivities.d.ts +8 -0
  784. package/dist/illustrations/NoActivities.js +33 -0
  785. package/dist/illustrations/NoChartData.d.ts +8 -0
  786. package/dist/illustrations/NoChartData.js +33 -0
  787. package/dist/illustrations/NoColumnsSet.d.ts +8 -0
  788. package/dist/illustrations/NoColumnsSet.js +33 -0
  789. package/dist/illustrations/NoData.d.ts +8 -0
  790. package/dist/illustrations/NoData.js +33 -0
  791. package/dist/illustrations/NoDimensionsSet.d.ts +8 -0
  792. package/dist/illustrations/NoDimensionsSet.js +33 -0
  793. package/dist/illustrations/NoEntries.d.ts +8 -0
  794. package/dist/illustrations/NoEntries.js +33 -0
  795. package/dist/illustrations/NoFilterResults.d.ts +8 -0
  796. package/dist/illustrations/NoFilterResults.js +33 -0
  797. package/dist/illustrations/NoMail.d.ts +8 -0
  798. package/dist/illustrations/NoMail.js +33 -0
  799. package/dist/illustrations/NoMail_v1.d.ts +8 -0
  800. package/dist/illustrations/NoMail_v1.js +33 -0
  801. package/dist/illustrations/NoNotifications.d.ts +8 -0
  802. package/dist/illustrations/NoNotifications.js +33 -0
  803. package/dist/illustrations/NoSavedItems.d.ts +8 -0
  804. package/dist/illustrations/NoSavedItems.js +33 -0
  805. package/dist/illustrations/NoSavedItems_v1.d.ts +8 -0
  806. package/dist/illustrations/NoSavedItems_v1.js +33 -0
  807. package/dist/illustrations/NoSearchResults.d.ts +8 -0
  808. package/dist/illustrations/NoSearchResults.js +33 -0
  809. package/dist/illustrations/NoTasks.d.ts +8 -0
  810. package/dist/illustrations/NoTasks.js +33 -0
  811. package/dist/illustrations/NoTasks_v1.d.ts +8 -0
  812. package/dist/illustrations/NoTasks_v1.js +33 -0
  813. package/dist/illustrations/PageNotFound.d.ts +8 -0
  814. package/dist/illustrations/PageNotFound.js +33 -0
  815. package/dist/illustrations/ReceiveAppreciation.d.ts +8 -0
  816. package/dist/illustrations/ReceiveAppreciation.js +33 -0
  817. package/dist/illustrations/ReloadScreen.d.ts +8 -0
  818. package/dist/illustrations/ReloadScreen.js +33 -0
  819. package/dist/illustrations/ResizeColumn.d.ts +8 -0
  820. package/dist/illustrations/ResizeColumn.js +33 -0
  821. package/dist/illustrations/ResizingColumns.d.ts +8 -0
  822. package/dist/illustrations/ResizingColumns.js +33 -0
  823. package/dist/illustrations/SearchEarth.d.ts +8 -0
  824. package/dist/illustrations/SearchEarth.js +33 -0
  825. package/dist/illustrations/SearchFolder.d.ts +8 -0
  826. package/dist/illustrations/SearchFolder.js +33 -0
  827. package/dist/illustrations/SignOut.d.ts +8 -0
  828. package/dist/illustrations/SignOut.js +33 -0
  829. package/dist/illustrations/SimpleBalloon.d.ts +8 -0
  830. package/dist/illustrations/SimpleBalloon.js +33 -0
  831. package/dist/illustrations/SimpleBell.d.ts +8 -0
  832. package/dist/illustrations/SimpleBell.js +33 -0
  833. package/dist/illustrations/SimpleCalendar.d.ts +8 -0
  834. package/dist/illustrations/SimpleCalendar.js +33 -0
  835. package/dist/illustrations/SimpleCheckMark.d.ts +8 -0
  836. package/dist/illustrations/SimpleCheckMark.js +33 -0
  837. package/dist/illustrations/SimpleConnection.d.ts +8 -0
  838. package/dist/illustrations/SimpleConnection.js +33 -0
  839. package/dist/illustrations/SimpleEmptyDoc.d.ts +8 -0
  840. package/dist/illustrations/SimpleEmptyDoc.js +33 -0
  841. package/dist/illustrations/SimpleEmptyList.d.ts +8 -0
  842. package/dist/illustrations/SimpleEmptyList.js +33 -0
  843. package/dist/illustrations/SimpleError.d.ts +8 -0
  844. package/dist/illustrations/SimpleError.js +33 -0
  845. package/dist/illustrations/SimpleMagnifier.d.ts +8 -0
  846. package/dist/illustrations/SimpleMagnifier.js +33 -0
  847. package/dist/illustrations/SimpleMail.d.ts +8 -0
  848. package/dist/illustrations/SimpleMail.js +33 -0
  849. package/dist/illustrations/SimpleNoSavedItems.d.ts +8 -0
  850. package/dist/illustrations/SimpleNoSavedItems.js +33 -0
  851. package/dist/illustrations/SimpleNotFoundMagnifier.d.ts +8 -0
  852. package/dist/illustrations/SimpleNotFoundMagnifier.js +33 -0
  853. package/dist/illustrations/SimpleReload.d.ts +8 -0
  854. package/dist/illustrations/SimpleReload.js +33 -0
  855. package/dist/illustrations/SimpleTask.d.ts +8 -0
  856. package/dist/illustrations/SimpleTask.js +33 -0
  857. package/dist/illustrations/SleepingBell.d.ts +8 -0
  858. package/dist/illustrations/SleepingBell.js +33 -0
  859. package/dist/illustrations/SortColumn.d.ts +8 -0
  860. package/dist/illustrations/SortColumn.js +33 -0
  861. package/dist/illustrations/SortingColumns.d.ts +8 -0
  862. package/dist/illustrations/SortingColumns.js +33 -0
  863. package/dist/illustrations/SuccessBalloon.d.ts +8 -0
  864. package/dist/illustrations/SuccessBalloon.js +33 -0
  865. package/dist/illustrations/SuccessCheckMark.d.ts +8 -0
  866. package/dist/illustrations/SuccessCheckMark.js +33 -0
  867. package/dist/illustrations/SuccessHighFive.d.ts +8 -0
  868. package/dist/illustrations/SuccessHighFive.js +33 -0
  869. package/dist/illustrations/SuccessScreen.d.ts +8 -0
  870. package/dist/illustrations/SuccessScreen.js +33 -0
  871. package/dist/illustrations/Survey.d.ts +8 -0
  872. package/dist/illustrations/Survey.js +33 -0
  873. package/dist/illustrations/Tent.d.ts +8 -0
  874. package/dist/illustrations/Tent.js +33 -0
  875. package/dist/illustrations/UnableToLoad.d.ts +8 -0
  876. package/dist/illustrations/UnableToLoad.js +33 -0
  877. package/dist/illustrations/UnableToLoadImage.d.ts +8 -0
  878. package/dist/illustrations/UnableToLoadImage.js +33 -0
  879. package/dist/illustrations/UnableToUpload.d.ts +8 -0
  880. package/dist/illustrations/UnableToUpload.js +33 -0
  881. package/dist/illustrations/UploadCollection.d.ts +8 -0
  882. package/dist/illustrations/UploadCollection.js +33 -0
  883. package/dist/illustrations/UploadToCloud.d.ts +8 -0
  884. package/dist/illustrations/UploadToCloud.js +33 -0
  885. package/dist/illustrations/UserHasSignedUp.d.ts +8 -0
  886. package/dist/illustrations/UserHasSignedUp.js +33 -0
  887. package/dist/illustrations/sapIllus-Dialog-Achievement.js +29 -0
  888. package/dist/illustrations/sapIllus-Dialog-AddColumn.js +38 -0
  889. package/dist/illustrations/sapIllus-Dialog-AddDimensions.js +18 -0
  890. package/dist/illustrations/sapIllus-Dialog-AddPeople.js +32 -0
  891. package/dist/illustrations/sapIllus-Dialog-AddPeopleToCalendar.js +52 -0
  892. package/dist/illustrations/sapIllus-Dialog-AddingColumns.js +38 -0
  893. package/dist/illustrations/sapIllus-Dialog-BalloonSky.js +46 -0
  894. package/dist/illustrations/sapIllus-Dialog-BeforeSearch.js +42 -0
  895. package/dist/illustrations/sapIllus-Dialog-Connection.js +19 -0
  896. package/dist/illustrations/sapIllus-Dialog-DragFilesToUpload.js +20 -0
  897. package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +78 -0
  898. package/dist/illustrations/sapIllus-Dialog-EmptyList.js +37 -0
  899. package/dist/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +19 -0
  900. package/dist/illustrations/sapIllus-Dialog-ErrorScreen.js +35 -0
  901. package/dist/illustrations/sapIllus-Dialog-FilterTable.js +66 -0
  902. package/dist/illustrations/sapIllus-Dialog-FilteringColumns.js +39 -0
  903. package/dist/illustrations/sapIllus-Dialog-GroupTable.js +68 -0
  904. package/dist/illustrations/sapIllus-Dialog-GroupingColumns.js +35 -0
  905. package/dist/illustrations/sapIllus-Dialog-KeyTask.js +120 -0
  906. package/dist/illustrations/sapIllus-Dialog-NewMail.js +38 -0
  907. package/dist/illustrations/sapIllus-Dialog-NoActivities.js +34 -0
  908. package/dist/illustrations/sapIllus-Dialog-NoChartData.js +45 -0
  909. package/dist/illustrations/sapIllus-Dialog-NoColumnsSet.js +29 -0
  910. package/dist/illustrations/sapIllus-Dialog-NoData.js +12 -0
  911. package/dist/illustrations/sapIllus-Dialog-NoDimensionsSet.js +40 -0
  912. package/dist/illustrations/sapIllus-Dialog-NoEntries.js +42 -0
  913. package/dist/illustrations/sapIllus-Dialog-NoFilterResults.js +20 -0
  914. package/dist/illustrations/sapIllus-Dialog-NoMail.js +16 -0
  915. package/dist/illustrations/sapIllus-Dialog-NoMail_v1.js +23 -0
  916. package/dist/illustrations/sapIllus-Dialog-NoNotifications.js +28 -0
  917. package/dist/illustrations/sapIllus-Dialog-NoSavedItems.js +54 -0
  918. package/dist/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +37 -0
  919. package/dist/illustrations/sapIllus-Dialog-NoSearchResults.js +73 -0
  920. package/dist/illustrations/sapIllus-Dialog-NoTasks.js +60 -0
  921. package/dist/illustrations/sapIllus-Dialog-NoTasks_v1.js +63 -0
  922. package/dist/illustrations/sapIllus-Dialog-PageNotFound.js +13 -0
  923. package/dist/illustrations/sapIllus-Dialog-ReceiveAppreciation.js +25 -0
  924. package/dist/illustrations/sapIllus-Dialog-ReloadScreen.js +49 -0
  925. package/dist/illustrations/sapIllus-Dialog-ResizeColumn.js +42 -0
  926. package/dist/illustrations/sapIllus-Dialog-ResizingColumns.js +55 -0
  927. package/dist/illustrations/sapIllus-Dialog-SearchEarth.js +19 -0
  928. package/dist/illustrations/sapIllus-Dialog-SearchFolder.js +38 -0
  929. package/dist/illustrations/sapIllus-Dialog-SignOut.js +21 -0
  930. package/dist/illustrations/sapIllus-Dialog-SimpleBalloon.js +18 -0
  931. package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +14 -0
  932. package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +49 -0
  933. package/dist/illustrations/sapIllus-Dialog-SimpleCheckMark.js +7 -0
  934. package/dist/illustrations/sapIllus-Dialog-SimpleConnection.js +19 -0
  935. package/dist/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +18 -0
  936. package/dist/illustrations/sapIllus-Dialog-SimpleEmptyList.js +11 -0
  937. package/dist/illustrations/sapIllus-Dialog-SimpleError.js +11 -0
  938. package/dist/illustrations/sapIllus-Dialog-SimpleMagnifier.js +11 -0
  939. package/dist/illustrations/sapIllus-Dialog-SimpleMail.js +14 -0
  940. package/dist/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +18 -0
  941. package/dist/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +22 -0
  942. package/dist/illustrations/sapIllus-Dialog-SimpleReload.js +12 -0
  943. package/dist/illustrations/sapIllus-Dialog-SimpleTask.js +24 -0
  944. package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +31 -0
  945. package/dist/illustrations/sapIllus-Dialog-SortColumn.js +40 -0
  946. package/dist/illustrations/sapIllus-Dialog-SortingColumns.js +50 -0
  947. package/dist/illustrations/sapIllus-Dialog-SuccessBalloon.js +16 -0
  948. package/dist/illustrations/sapIllus-Dialog-SuccessCheckMark.js +9 -0
  949. package/dist/illustrations/sapIllus-Dialog-SuccessHighFive.js +25 -0
  950. package/dist/illustrations/sapIllus-Dialog-SuccessScreen.js +48 -0
  951. package/dist/illustrations/sapIllus-Dialog-Survey.js +23 -0
  952. package/dist/illustrations/sapIllus-Dialog-Tent.js +32 -0
  953. package/dist/illustrations/sapIllus-Dialog-UnableToLoad.js +119 -0
  954. package/dist/illustrations/sapIllus-Dialog-UnableToLoadImage.js +28 -0
  955. package/dist/illustrations/sapIllus-Dialog-UnableToUpload.js +26 -0
  956. package/dist/illustrations/sapIllus-Dialog-UploadCollection.js +31 -0
  957. package/dist/illustrations/sapIllus-Dialog-UploadToCloud.js +21 -0
  958. package/dist/illustrations/sapIllus-Dialog-UserHasSignedUp.js +34 -0
  959. package/dist/illustrations/sapIllus-Dot-Achievement.js +19 -0
  960. package/dist/illustrations/sapIllus-Dot-AddColumn.js +27 -0
  961. package/dist/illustrations/sapIllus-Dot-AddDimensions.js +10 -0
  962. package/dist/illustrations/sapIllus-Dot-AddPeople.js +9 -0
  963. package/dist/illustrations/sapIllus-Dot-AddPeopleToCalendar.js +15 -0
  964. package/dist/illustrations/sapIllus-Dot-AddingColumns.js +14 -0
  965. package/dist/illustrations/sapIllus-Dot-BalloonSky.js +7 -0
  966. package/dist/illustrations/sapIllus-Dot-BeforeSearch.js +41 -0
  967. package/dist/illustrations/sapIllus-Dot-Connection.js +10 -0
  968. package/dist/illustrations/sapIllus-Dot-DragFilesToUpload.js +8 -0
  969. package/dist/illustrations/sapIllus-Dot-EmptyCalendar.js +37 -0
  970. package/dist/illustrations/sapIllus-Dot-EmptyList.js +7 -0
  971. package/dist/illustrations/sapIllus-Dot-EmptyPlanningCalendar.js +18 -0
  972. package/dist/illustrations/sapIllus-Dot-ErrorScreen.js +9 -0
  973. package/dist/illustrations/sapIllus-Dot-FilterTable.js +8 -0
  974. package/dist/illustrations/sapIllus-Dot-FilteringColumns.js +22 -0
  975. package/dist/illustrations/sapIllus-Dot-GroupTable.js +36 -0
  976. package/dist/illustrations/sapIllus-Dot-GroupingColumns.js +23 -0
  977. package/dist/illustrations/sapIllus-Dot-KeyTask.js +119 -0
  978. package/dist/illustrations/sapIllus-Dot-NewMail.js +11 -0
  979. package/dist/illustrations/sapIllus-Dot-NoActivities.js +11 -0
  980. package/dist/illustrations/sapIllus-Dot-NoChartData.js +35 -0
  981. package/dist/illustrations/sapIllus-Dot-NoColumnsSet.js +26 -0
  982. package/dist/illustrations/sapIllus-Dot-NoData.js +11 -0
  983. package/dist/illustrations/sapIllus-Dot-NoDimensionsSet.js +7 -0
  984. package/dist/illustrations/sapIllus-Dot-NoEntries.js +25 -0
  985. package/dist/illustrations/sapIllus-Dot-NoFilterResults.js +14 -0
  986. package/dist/illustrations/sapIllus-Dot-NoMail.js +14 -0
  987. package/dist/illustrations/sapIllus-Dot-NoMail_v1.js +10 -0
  988. package/dist/illustrations/sapIllus-Dot-NoNotifications.js +23 -0
  989. package/dist/illustrations/sapIllus-Dot-NoSavedItems.js +55 -0
  990. package/dist/illustrations/sapIllus-Dot-NoSavedItems_v1.js +13 -0
  991. package/dist/illustrations/sapIllus-Dot-NoSearchResults.js +35 -0
  992. package/dist/illustrations/sapIllus-Dot-NoTasks.js +22 -0
  993. package/dist/illustrations/sapIllus-Dot-NoTasks_v1.js +13 -0
  994. package/dist/illustrations/sapIllus-Dot-PageNotFound.js +14 -0
  995. package/dist/illustrations/sapIllus-Dot-ReceiveAppreciation.js +19 -0
  996. package/dist/illustrations/sapIllus-Dot-ReloadScreen.js +9 -0
  997. package/dist/illustrations/sapIllus-Dot-ResizeColumn.js +27 -0
  998. package/dist/illustrations/sapIllus-Dot-ResizingColumns.js +19 -0
  999. package/dist/illustrations/sapIllus-Dot-SearchEarth.js +7 -0
  1000. package/dist/illustrations/sapIllus-Dot-SearchFolder.js +11 -0
  1001. package/dist/illustrations/sapIllus-Dot-SignOut.js +11 -0
  1002. package/dist/illustrations/sapIllus-Dot-SimpleBalloon.js +7 -0
  1003. package/dist/illustrations/sapIllus-Dot-SimpleBell.js +8 -0
  1004. package/dist/illustrations/sapIllus-Dot-SimpleCalendar.js +37 -0
  1005. package/dist/illustrations/sapIllus-Dot-SimpleCheckMark.js +5 -0
  1006. package/dist/illustrations/sapIllus-Dot-SimpleConnection.js +10 -0
  1007. package/dist/illustrations/sapIllus-Dot-SimpleEmptyDoc.js +8 -0
  1008. package/dist/illustrations/sapIllus-Dot-SimpleEmptyList.js +7 -0
  1009. package/dist/illustrations/sapIllus-Dot-SimpleError.js +9 -0
  1010. package/dist/illustrations/sapIllus-Dot-SimpleMagnifier.js +7 -0
  1011. package/dist/illustrations/sapIllus-Dot-SimpleMail.js +10 -0
  1012. package/dist/illustrations/sapIllus-Dot-SimpleNoSavedItems.js +13 -0
  1013. package/dist/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.js +11 -0
  1014. package/dist/illustrations/sapIllus-Dot-SimpleReload.js +9 -0
  1015. package/dist/illustrations/sapIllus-Dot-SimpleTask.js +13 -0
  1016. package/dist/illustrations/sapIllus-Dot-SleepingBell.js +8 -0
  1017. package/dist/illustrations/sapIllus-Dot-SortColumn.js +29 -0
  1018. package/dist/illustrations/sapIllus-Dot-SortingColumns.js +15 -0
  1019. package/dist/illustrations/sapIllus-Dot-SuccessHighFive.js +7 -0
  1020. package/dist/illustrations/sapIllus-Dot-SuccessScreen.js +5 -0
  1021. package/dist/illustrations/sapIllus-Dot-Survey.js +8 -0
  1022. package/dist/illustrations/sapIllus-Dot-Tent.js +8 -0
  1023. package/dist/illustrations/sapIllus-Dot-UnableToLoad.js +118 -0
  1024. package/dist/illustrations/sapIllus-Dot-UnableToLoadImage.js +24 -0
  1025. package/dist/illustrations/sapIllus-Dot-UnableToUpload.js +10 -0
  1026. package/dist/illustrations/sapIllus-Dot-UploadCollection.js +7 -0
  1027. package/dist/illustrations/sapIllus-Dot-UploadToCloud.js +9 -0
  1028. package/dist/illustrations/sapIllus-Dot-UserHasSignedUp.js +8 -0
  1029. package/dist/illustrations/sapIllus-Scene-Achievement.js +29 -0
  1030. package/dist/illustrations/sapIllus-Scene-AddColumn.js +49 -0
  1031. package/dist/illustrations/sapIllus-Scene-AddDimensions.js +18 -0
  1032. package/dist/illustrations/sapIllus-Scene-AddPeople.js +31 -0
  1033. package/dist/illustrations/sapIllus-Scene-AddPeopleToCalendar.js +47 -0
  1034. package/dist/illustrations/sapIllus-Scene-AddingColumns.js +38 -0
  1035. package/dist/illustrations/sapIllus-Scene-BalloonSky.js +54 -0
  1036. package/dist/illustrations/sapIllus-Scene-BeforeSearch.js +42 -0
  1037. package/dist/illustrations/sapIllus-Scene-Connection.js +32 -0
  1038. package/dist/illustrations/sapIllus-Scene-DragFilesToUpload.js +20 -0
  1039. package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +91 -0
  1040. package/dist/illustrations/sapIllus-Scene-EmptyList.js +44 -0
  1041. package/dist/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +19 -0
  1042. package/dist/illustrations/sapIllus-Scene-ErrorScreen.js +79 -0
  1043. package/dist/illustrations/sapIllus-Scene-FilterTable.js +63 -0
  1044. package/dist/illustrations/sapIllus-Scene-FilteringColumns.js +39 -0
  1045. package/dist/illustrations/sapIllus-Scene-GroupTable.js +77 -0
  1046. package/dist/illustrations/sapIllus-Scene-GroupingColumns.js +40 -0
  1047. package/dist/illustrations/sapIllus-Scene-KeyTask.js +120 -0
  1048. package/dist/illustrations/sapIllus-Scene-NewMail.js +38 -0
  1049. package/dist/illustrations/sapIllus-Scene-NoActivities.js +34 -0
  1050. package/dist/illustrations/sapIllus-Scene-NoChartData.js +45 -0
  1051. package/dist/illustrations/sapIllus-Scene-NoColumnsSet.js +26 -0
  1052. package/dist/illustrations/sapIllus-Scene-NoData.js +12 -0
  1053. package/dist/illustrations/sapIllus-Scene-NoDimensionsSet.js +39 -0
  1054. package/dist/illustrations/sapIllus-Scene-NoEntries.js +42 -0
  1055. package/dist/illustrations/sapIllus-Scene-NoFilterResults.js +16 -0
  1056. package/dist/illustrations/sapIllus-Scene-NoMail.js +16 -0
  1057. package/dist/illustrations/sapIllus-Scene-NoMail_v1.js +56 -0
  1058. package/dist/illustrations/sapIllus-Scene-NoNotifications.js +28 -0
  1059. package/dist/illustrations/sapIllus-Scene-NoSavedItems.js +54 -0
  1060. package/dist/illustrations/sapIllus-Scene-NoSavedItems_v1.js +40 -0
  1061. package/dist/illustrations/sapIllus-Scene-NoSearchResults.js +73 -0
  1062. package/dist/illustrations/sapIllus-Scene-NoTasks.js +60 -0
  1063. package/dist/illustrations/sapIllus-Scene-NoTasks_v1.js +87 -0
  1064. package/dist/illustrations/sapIllus-Scene-PageNotFound.js +13 -0
  1065. package/dist/illustrations/sapIllus-Scene-ReceiveAppreciation.js +25 -0
  1066. package/dist/illustrations/sapIllus-Scene-ReloadScreen.js +63 -0
  1067. package/dist/illustrations/sapIllus-Scene-ResizeColumn.js +53 -0
  1068. package/dist/illustrations/sapIllus-Scene-ResizingColumns.js +57 -0
  1069. package/dist/illustrations/sapIllus-Scene-SearchEarth.js +31 -0
  1070. package/dist/illustrations/sapIllus-Scene-SearchFolder.js +45 -0
  1071. package/dist/illustrations/sapIllus-Scene-SignOut.js +21 -0
  1072. package/dist/illustrations/sapIllus-Scene-SimpleBalloon.js +21 -0
  1073. package/dist/illustrations/sapIllus-Scene-SimpleBell.js +17 -0
  1074. package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +45 -0
  1075. package/dist/illustrations/sapIllus-Scene-SimpleCheckMark.js +10 -0
  1076. package/dist/illustrations/sapIllus-Scene-SimpleConnection.js +23 -0
  1077. package/dist/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +21 -0
  1078. package/dist/illustrations/sapIllus-Scene-SimpleEmptyList.js +14 -0
  1079. package/dist/illustrations/sapIllus-Scene-SimpleError.js +14 -0
  1080. package/dist/illustrations/sapIllus-Scene-SimpleMagnifier.js +14 -0
  1081. package/dist/illustrations/sapIllus-Scene-SimpleMail.js +17 -0
  1082. package/dist/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +28 -0
  1083. package/dist/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +25 -0
  1084. package/dist/illustrations/sapIllus-Scene-SimpleReload.js +15 -0
  1085. package/dist/illustrations/sapIllus-Scene-SimpleTask.js +20 -0
  1086. package/dist/illustrations/sapIllus-Scene-SleepingBell.js +51 -0
  1087. package/dist/illustrations/sapIllus-Scene-SortColumn.js +51 -0
  1088. package/dist/illustrations/sapIllus-Scene-SortingColumns.js +50 -0
  1089. package/dist/illustrations/sapIllus-Scene-SuccessBalloon.js +34 -0
  1090. package/dist/illustrations/sapIllus-Scene-SuccessCheckMark.js +44 -0
  1091. package/dist/illustrations/sapIllus-Scene-SuccessHighFive.js +26 -0
  1092. package/dist/illustrations/sapIllus-Scene-SuccessScreen.js +62 -0
  1093. package/dist/illustrations/sapIllus-Scene-Survey.js +22 -0
  1094. package/dist/illustrations/sapIllus-Scene-Tent.js +60 -0
  1095. package/dist/illustrations/sapIllus-Scene-UnableToLoad.js +119 -0
  1096. package/dist/illustrations/sapIllus-Scene-UnableToLoadImage.js +28 -0
  1097. package/dist/illustrations/sapIllus-Scene-UnableToUpload.js +26 -0
  1098. package/dist/illustrations/sapIllus-Scene-UploadCollection.js +30 -0
  1099. package/dist/illustrations/sapIllus-Scene-UploadToCloud.js +22 -0
  1100. package/dist/illustrations/sapIllus-Scene-UserHasSignedUp.js +29 -0
  1101. package/dist/illustrations/sapIllus-Spot-Achievement.js +28 -0
  1102. package/dist/illustrations/sapIllus-Spot-AddColumn.js +38 -0
  1103. package/dist/illustrations/sapIllus-Spot-AddDimensions.js +17 -0
  1104. package/dist/illustrations/sapIllus-Spot-AddPeople.js +32 -0
  1105. package/dist/illustrations/sapIllus-Spot-AddPeopleToCalendar.js +43 -0
  1106. package/dist/illustrations/sapIllus-Spot-AddingColumns.js +38 -0
  1107. package/dist/illustrations/sapIllus-Spot-BalloonSky.js +44 -0
  1108. package/dist/illustrations/sapIllus-Spot-BeforeSearch.js +42 -0
  1109. package/dist/illustrations/sapIllus-Spot-Connection.js +23 -0
  1110. package/dist/illustrations/sapIllus-Spot-DragFilesToUpload.js +18 -0
  1111. package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +47 -0
  1112. package/dist/illustrations/sapIllus-Spot-EmptyList.js +30 -0
  1113. package/dist/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +19 -0
  1114. package/dist/illustrations/sapIllus-Spot-ErrorScreen.js +33 -0
  1115. package/dist/illustrations/sapIllus-Spot-FilterTable.js +61 -0
  1116. package/dist/illustrations/sapIllus-Spot-FilteringColumns.js +33 -0
  1117. package/dist/illustrations/sapIllus-Spot-GroupTable.js +87 -0
  1118. package/dist/illustrations/sapIllus-Spot-GroupingColumns.js +35 -0
  1119. package/dist/illustrations/sapIllus-Spot-KeyTask.js +120 -0
  1120. package/dist/illustrations/sapIllus-Spot-NewMail.js +34 -0
  1121. package/dist/illustrations/sapIllus-Spot-NoActivities.js +34 -0
  1122. package/dist/illustrations/sapIllus-Spot-NoChartData.js +42 -0
  1123. package/dist/illustrations/sapIllus-Spot-NoColumnsSet.js +29 -0
  1124. package/dist/illustrations/sapIllus-Spot-NoData.js +12 -0
  1125. package/dist/illustrations/sapIllus-Spot-NoDimensionsSet.js +43 -0
  1126. package/dist/illustrations/sapIllus-Spot-NoEntries.js +42 -0
  1127. package/dist/illustrations/sapIllus-Spot-NoFilterResults.js +16 -0
  1128. package/dist/illustrations/sapIllus-Spot-NoMail.js +15 -0
  1129. package/dist/illustrations/sapIllus-Spot-NoMail_v1.js +17 -0
  1130. package/dist/illustrations/sapIllus-Spot-NoNotifications.js +25 -0
  1131. package/dist/illustrations/sapIllus-Spot-NoSavedItems.js +51 -0
  1132. package/dist/illustrations/sapIllus-Spot-NoSavedItems_v1.js +34 -0
  1133. package/dist/illustrations/sapIllus-Spot-NoSearchResults.js +73 -0
  1134. package/dist/illustrations/sapIllus-Spot-NoTasks.js +32 -0
  1135. package/dist/illustrations/sapIllus-Spot-NoTasks_v1.js +23 -0
  1136. package/dist/illustrations/sapIllus-Spot-PageNotFound.js +10 -0
  1137. package/dist/illustrations/sapIllus-Spot-ReceiveAppreciation.js +20 -0
  1138. package/dist/illustrations/sapIllus-Spot-ReloadScreen.js +37 -0
  1139. package/dist/illustrations/sapIllus-Spot-ResizeColumn.js +50 -0
  1140. package/dist/illustrations/sapIllus-Spot-ResizingColumns.js +37 -0
  1141. package/dist/illustrations/sapIllus-Spot-SearchEarth.js +56 -0
  1142. package/dist/illustrations/sapIllus-Spot-SearchFolder.js +38 -0
  1143. package/dist/illustrations/sapIllus-Spot-SignOut.js +21 -0
  1144. package/dist/illustrations/sapIllus-Spot-SimpleBalloon.js +8 -0
  1145. package/dist/illustrations/sapIllus-Spot-SimpleBell.js +13 -0
  1146. package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +45 -0
  1147. package/dist/illustrations/sapIllus-Spot-SimpleCheckMark.js +6 -0
  1148. package/dist/illustrations/sapIllus-Spot-SimpleConnection.js +11 -0
  1149. package/dist/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +7 -0
  1150. package/dist/illustrations/sapIllus-Spot-SimpleEmptyList.js +7 -0
  1151. package/dist/illustrations/sapIllus-Spot-SimpleError.js +10 -0
  1152. package/dist/illustrations/sapIllus-Spot-SimpleMagnifier.js +9 -0
  1153. package/dist/illustrations/sapIllus-Spot-SimpleMail.js +13 -0
  1154. package/dist/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +24 -0
  1155. package/dist/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +11 -0
  1156. package/dist/illustrations/sapIllus-Spot-SimpleReload.js +8 -0
  1157. package/dist/illustrations/sapIllus-Spot-SimpleTask.js +23 -0
  1158. package/dist/illustrations/sapIllus-Spot-SleepingBell.js +39 -0
  1159. package/dist/illustrations/sapIllus-Spot-SortColumn.js +40 -0
  1160. package/dist/illustrations/sapIllus-Spot-SortingColumns.js +49 -0
  1161. package/dist/illustrations/sapIllus-Spot-SuccessBalloon.js +20 -0
  1162. package/dist/illustrations/sapIllus-Spot-SuccessCheckMark.js +8 -0
  1163. package/dist/illustrations/sapIllus-Spot-SuccessHighFive.js +25 -0
  1164. package/dist/illustrations/sapIllus-Spot-SuccessScreen.js +36 -0
  1165. package/dist/illustrations/sapIllus-Spot-Survey.js +33 -0
  1166. package/dist/illustrations/sapIllus-Spot-Tent.js +30 -0
  1167. package/dist/illustrations/sapIllus-Spot-UnableToLoad.js +119 -0
  1168. package/dist/illustrations/sapIllus-Spot-UnableToLoadImage.js +28 -0
  1169. package/dist/illustrations/sapIllus-Spot-UnableToUpload.js +28 -0
  1170. package/dist/illustrations/sapIllus-Spot-UploadCollection.js +34 -0
  1171. package/dist/illustrations/sapIllus-Spot-UploadToCloud.js +21 -0
  1172. package/dist/illustrations/sapIllus-Spot-UserHasSignedUp.js +34 -0
  1173. package/dist/illustrations/tnt/Avatar.d.ts +8 -0
  1174. package/dist/illustrations/tnt/Avatar.js +26 -0
  1175. package/dist/illustrations/tnt/Calculator.d.ts +8 -0
  1176. package/dist/illustrations/tnt/Calculator.js +26 -0
  1177. package/dist/illustrations/tnt/ChartArea.d.ts +8 -0
  1178. package/dist/illustrations/tnt/ChartArea.js +26 -0
  1179. package/dist/illustrations/tnt/ChartArea2.d.ts +8 -0
  1180. package/dist/illustrations/tnt/ChartArea2.js +26 -0
  1181. package/dist/illustrations/tnt/ChartBPMNFlow.d.ts +8 -0
  1182. package/dist/illustrations/tnt/ChartBPMNFlow.js +26 -0
  1183. package/dist/illustrations/tnt/ChartBar.d.ts +8 -0
  1184. package/dist/illustrations/tnt/ChartBar.js +26 -0
  1185. package/dist/illustrations/tnt/ChartBullet.d.ts +8 -0
  1186. package/dist/illustrations/tnt/ChartBullet.js +26 -0
  1187. package/dist/illustrations/tnt/ChartDoughnut.d.ts +8 -0
  1188. package/dist/illustrations/tnt/ChartDoughnut.js +26 -0
  1189. package/dist/illustrations/tnt/ChartFlow.d.ts +8 -0
  1190. package/dist/illustrations/tnt/ChartFlow.js +26 -0
  1191. package/dist/illustrations/tnt/ChartGantt.d.ts +8 -0
  1192. package/dist/illustrations/tnt/ChartGantt.js +26 -0
  1193. package/dist/illustrations/tnt/ChartOrg.d.ts +8 -0
  1194. package/dist/illustrations/tnt/ChartOrg.js +26 -0
  1195. package/dist/illustrations/tnt/ChartPie.d.ts +8 -0
  1196. package/dist/illustrations/tnt/ChartPie.js +26 -0
  1197. package/dist/illustrations/tnt/CodePlaceholder.d.ts +8 -0
  1198. package/dist/illustrations/tnt/CodePlaceholder.js +26 -0
  1199. package/dist/illustrations/tnt/Company.d.ts +8 -0
  1200. package/dist/illustrations/tnt/Company.js +26 -0
  1201. package/dist/illustrations/tnt/Compass.d.ts +8 -0
  1202. package/dist/illustrations/tnt/Compass.js +26 -0
  1203. package/dist/illustrations/tnt/Components.d.ts +8 -0
  1204. package/dist/illustrations/tnt/Components.js +26 -0
  1205. package/dist/illustrations/tnt/Dialog.d.ts +8 -0
  1206. package/dist/illustrations/tnt/Dialog.js +26 -0
  1207. package/dist/illustrations/tnt/EmptyContentPane.d.ts +8 -0
  1208. package/dist/illustrations/tnt/EmptyContentPane.js +26 -0
  1209. package/dist/illustrations/tnt/ExternalLink.d.ts +8 -0
  1210. package/dist/illustrations/tnt/ExternalLink.js +26 -0
  1211. package/dist/illustrations/tnt/FaceID.d.ts +8 -0
  1212. package/dist/illustrations/tnt/FaceID.js +26 -0
  1213. package/dist/illustrations/tnt/Fingerprint.d.ts +8 -0
  1214. package/dist/illustrations/tnt/Fingerprint.js +26 -0
  1215. package/dist/illustrations/tnt/Handshake.d.ts +8 -0
  1216. package/dist/illustrations/tnt/Handshake.js +26 -0
  1217. package/dist/illustrations/tnt/Help.d.ts +8 -0
  1218. package/dist/illustrations/tnt/Help.js +26 -0
  1219. package/dist/illustrations/tnt/Lock.d.ts +8 -0
  1220. package/dist/illustrations/tnt/Lock.js +26 -0
  1221. package/dist/illustrations/tnt/Mission.d.ts +8 -0
  1222. package/dist/illustrations/tnt/Mission.js +26 -0
  1223. package/dist/illustrations/tnt/MissionFailed.d.ts +8 -0
  1224. package/dist/illustrations/tnt/MissionFailed.js +26 -0
  1225. package/dist/illustrations/tnt/NoApplications.d.ts +8 -0
  1226. package/dist/illustrations/tnt/NoApplications.js +26 -0
  1227. package/dist/illustrations/tnt/NoFlows.d.ts +8 -0
  1228. package/dist/illustrations/tnt/NoFlows.js +26 -0
  1229. package/dist/illustrations/tnt/NoUsers.d.ts +8 -0
  1230. package/dist/illustrations/tnt/NoUsers.js +26 -0
  1231. package/dist/illustrations/tnt/Radar.d.ts +8 -0
  1232. package/dist/illustrations/tnt/Radar.js +26 -0
  1233. package/dist/illustrations/tnt/RoadMap.d.ts +8 -0
  1234. package/dist/illustrations/tnt/RoadMap.js +26 -0
  1235. package/dist/illustrations/tnt/Secrets.d.ts +8 -0
  1236. package/dist/illustrations/tnt/Secrets.js +26 -0
  1237. package/dist/illustrations/tnt/Services.d.ts +8 -0
  1238. package/dist/illustrations/tnt/Services.js +26 -0
  1239. package/dist/illustrations/tnt/SessionExpired.d.ts +8 -0
  1240. package/dist/illustrations/tnt/SessionExpired.js +26 -0
  1241. package/dist/illustrations/tnt/SessionExpiring.d.ts +8 -0
  1242. package/dist/illustrations/tnt/SessionExpiring.js +26 -0
  1243. package/dist/illustrations/tnt/Settings.d.ts +8 -0
  1244. package/dist/illustrations/tnt/Settings.js +26 -0
  1245. package/dist/illustrations/tnt/Success.d.ts +8 -0
  1246. package/dist/illustrations/tnt/Success.js +26 -0
  1247. package/dist/illustrations/tnt/SuccessfulAuth.d.ts +8 -0
  1248. package/dist/illustrations/tnt/SuccessfulAuth.js +26 -0
  1249. package/dist/illustrations/tnt/Systems.d.ts +8 -0
  1250. package/dist/illustrations/tnt/Systems.js +26 -0
  1251. package/dist/illustrations/tnt/Teams.d.ts +8 -0
  1252. package/dist/illustrations/tnt/Teams.js +26 -0
  1253. package/dist/illustrations/tnt/Tools.d.ts +8 -0
  1254. package/dist/illustrations/tnt/Tools.js +26 -0
  1255. package/dist/illustrations/tnt/Tutorials.d.ts +8 -0
  1256. package/dist/illustrations/tnt/Tutorials.js +26 -0
  1257. package/dist/illustrations/tnt/UnableToLoad.d.ts +8 -0
  1258. package/dist/illustrations/tnt/UnableToLoad.js +26 -0
  1259. package/dist/illustrations/tnt/Unlock.d.ts +8 -0
  1260. package/dist/illustrations/tnt/Unlock.js +26 -0
  1261. package/dist/illustrations/tnt/UnsuccessfulAuth.d.ts +8 -0
  1262. package/dist/illustrations/tnt/UnsuccessfulAuth.js +26 -0
  1263. package/dist/illustrations/tnt/User2.d.ts +8 -0
  1264. package/dist/illustrations/tnt/User2.js +26 -0
  1265. package/dist/illustrations/tnt/tnt-Dialog-Avatar.js +125 -0
  1266. package/dist/illustrations/tnt/tnt-Dialog-Calculator.js +81 -0
  1267. package/dist/illustrations/tnt/tnt-Dialog-ChartArea.js +14 -0
  1268. package/dist/illustrations/tnt/tnt-Dialog-ChartArea2.js +12 -0
  1269. package/dist/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.js +13 -0
  1270. package/dist/illustrations/tnt/tnt-Dialog-ChartBar.js +12 -0
  1271. package/dist/illustrations/tnt/tnt-Dialog-ChartBullet.js +14 -0
  1272. package/dist/illustrations/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
  1273. package/dist/illustrations/tnt/tnt-Dialog-ChartFlow.js +13 -0
  1274. package/dist/illustrations/tnt/tnt-Dialog-ChartGantt.js +17 -0
  1275. package/dist/illustrations/tnt/tnt-Dialog-ChartOrg.js +15 -0
  1276. package/dist/illustrations/tnt/tnt-Dialog-ChartPie.js +12 -0
  1277. package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +6 -0
  1278. package/dist/illustrations/tnt/tnt-Dialog-Company.js +13 -0
  1279. package/dist/illustrations/tnt/tnt-Dialog-Compass.js +35 -0
  1280. package/dist/illustrations/tnt/tnt-Dialog-Components.js +9 -0
  1281. package/dist/illustrations/tnt/tnt-Dialog-Dialog.js +33 -0
  1282. package/dist/illustrations/tnt/tnt-Dialog-EmptyContentPane.js +19 -0
  1283. package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +11 -0
  1284. package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +17 -0
  1285. package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +16 -0
  1286. package/dist/illustrations/tnt/tnt-Dialog-Handshake.js +33 -0
  1287. package/dist/illustrations/tnt/tnt-Dialog-Help.js +28 -0
  1288. package/dist/illustrations/tnt/tnt-Dialog-Lock.js +12 -0
  1289. package/dist/illustrations/tnt/tnt-Dialog-Mission.js +18 -0
  1290. package/dist/illustrations/tnt/tnt-Dialog-MissionFailed.js +42 -0
  1291. package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +15 -0
  1292. package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +11 -0
  1293. package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +15 -0
  1294. package/dist/illustrations/tnt/tnt-Dialog-Radar.js +15 -0
  1295. package/dist/illustrations/tnt/tnt-Dialog-RoadMap.js +42 -0
  1296. package/dist/illustrations/tnt/tnt-Dialog-Secrets.js +12 -0
  1297. package/dist/illustrations/tnt/tnt-Dialog-Services.js +16 -0
  1298. package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +11 -0
  1299. package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +10 -0
  1300. package/dist/illustrations/tnt/tnt-Dialog-Settings.js +38 -0
  1301. package/dist/illustrations/tnt/tnt-Dialog-Success.js +10 -0
  1302. package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +10 -0
  1303. package/dist/illustrations/tnt/tnt-Dialog-Systems.js +12 -0
  1304. package/dist/illustrations/tnt/tnt-Dialog-Teams.js +17 -0
  1305. package/dist/illustrations/tnt/tnt-Dialog-Tools.js +12 -0
  1306. package/dist/illustrations/tnt/tnt-Dialog-Tutorials.js +79 -0
  1307. package/dist/illustrations/tnt/tnt-Dialog-UnableToLoad.js +10 -0
  1308. package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +12 -0
  1309. package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +11 -0
  1310. package/dist/illustrations/tnt/tnt-Dialog-User2.js +13 -0
  1311. package/dist/illustrations/tnt/tnt-Dot-Avatar.js +13 -0
  1312. package/dist/illustrations/tnt/tnt-Dot-Calculator.js +12 -0
  1313. package/dist/illustrations/tnt/tnt-Dot-Compass.js +10 -0
  1314. package/dist/illustrations/tnt/tnt-Dot-Dialog.js +20 -0
  1315. package/dist/illustrations/tnt/tnt-Dot-EmptyContentPane.js +16 -0
  1316. package/dist/illustrations/tnt/tnt-Dot-Handshake.js +19 -0
  1317. package/dist/illustrations/tnt/tnt-Dot-Help.js +9 -0
  1318. package/dist/illustrations/tnt/tnt-Dot-MissionFailed.js +10 -0
  1319. package/dist/illustrations/tnt/tnt-Dot-RoadMap.js +6 -0
  1320. package/dist/illustrations/tnt/tnt-Dot-Settings.js +7 -0
  1321. package/dist/illustrations/tnt/tnt-Dot-Tutorials.js +8 -0
  1322. package/dist/illustrations/tnt/tnt-Scene-Avatar.js +131 -0
  1323. package/dist/illustrations/tnt/tnt-Scene-Calculator.js +84 -0
  1324. package/dist/illustrations/tnt/tnt-Scene-ChartArea.js +22 -0
  1325. package/dist/illustrations/tnt/tnt-Scene-ChartArea2.js +19 -0
  1326. package/dist/illustrations/tnt/tnt-Scene-ChartBPMNFlow.js +21 -0
  1327. package/dist/illustrations/tnt/tnt-Scene-ChartBar.js +19 -0
  1328. package/dist/illustrations/tnt/tnt-Scene-ChartBullet.js +20 -0
  1329. package/dist/illustrations/tnt/tnt-Scene-ChartDoughnut.js +19 -0
  1330. package/dist/illustrations/tnt/tnt-Scene-ChartFlow.js +20 -0
  1331. package/dist/illustrations/tnt/tnt-Scene-ChartGantt.js +26 -0
  1332. package/dist/illustrations/tnt/tnt-Scene-ChartOrg.js +27 -0
  1333. package/dist/illustrations/tnt/tnt-Scene-ChartPie.js +18 -0
  1334. package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +9 -0
  1335. package/dist/illustrations/tnt/tnt-Scene-Company.js +30 -0
  1336. package/dist/illustrations/tnt/tnt-Scene-Compass.js +35 -0
  1337. package/dist/illustrations/tnt/tnt-Scene-Components.js +16 -0
  1338. package/dist/illustrations/tnt/tnt-Scene-Dialog.js +36 -0
  1339. package/dist/illustrations/tnt/tnt-Scene-EmptyContentPane.js +16 -0
  1340. package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +14 -0
  1341. package/dist/illustrations/tnt/tnt-Scene-FaceID.js +21 -0
  1342. package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +35 -0
  1343. package/dist/illustrations/tnt/tnt-Scene-Handshake.js +33 -0
  1344. package/dist/illustrations/tnt/tnt-Scene-Help.js +30 -0
  1345. package/dist/illustrations/tnt/tnt-Scene-Lock.js +22 -0
  1346. package/dist/illustrations/tnt/tnt-Scene-Mission.js +19 -0
  1347. package/dist/illustrations/tnt/tnt-Scene-MissionFailed.js +50 -0
  1348. package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +18 -0
  1349. package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +20 -0
  1350. package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +16 -0
  1351. package/dist/illustrations/tnt/tnt-Scene-Radar.js +20 -0
  1352. package/dist/illustrations/tnt/tnt-Scene-RoadMap.js +46 -0
  1353. package/dist/illustrations/tnt/tnt-Scene-Secrets.js +15 -0
  1354. package/dist/illustrations/tnt/tnt-Scene-Services.js +17 -0
  1355. package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +18 -0
  1356. package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +17 -0
  1357. package/dist/illustrations/tnt/tnt-Scene-Settings.js +39 -0
  1358. package/dist/illustrations/tnt/tnt-Scene-Success.js +18 -0
  1359. package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +20 -0
  1360. package/dist/illustrations/tnt/tnt-Scene-Systems.js +13 -0
  1361. package/dist/illustrations/tnt/tnt-Scene-Teams.js +20 -0
  1362. package/dist/illustrations/tnt/tnt-Scene-Tools.js +19 -0
  1363. package/dist/illustrations/tnt/tnt-Scene-Tutorials.js +85 -0
  1364. package/dist/illustrations/tnt/tnt-Scene-UnableToLoad.js +21 -0
  1365. package/dist/illustrations/tnt/tnt-Scene-Unlock.js +15 -0
  1366. package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +22 -0
  1367. package/dist/illustrations/tnt/tnt-Scene-User2.js +22 -0
  1368. package/dist/illustrations/tnt/tnt-Spot-Avatar.js +106 -0
  1369. package/dist/illustrations/tnt/tnt-Spot-Calculator.js +131 -0
  1370. package/dist/illustrations/tnt/tnt-Spot-ChartArea.js +13 -0
  1371. package/dist/illustrations/tnt/tnt-Spot-ChartArea2.js +7 -0
  1372. package/dist/illustrations/tnt/tnt-Spot-ChartBPMNFlow.js +9 -0
  1373. package/dist/illustrations/tnt/tnt-Spot-ChartBar.js +8 -0
  1374. package/dist/illustrations/tnt/tnt-Spot-ChartBullet.js +10 -0
  1375. package/dist/illustrations/tnt/tnt-Spot-ChartDoughnut.js +9 -0
  1376. package/dist/illustrations/tnt/tnt-Spot-ChartFlow.js +8 -0
  1377. package/dist/illustrations/tnt/tnt-Spot-ChartGantt.js +12 -0
  1378. package/dist/illustrations/tnt/tnt-Spot-ChartOrg.js +6 -0
  1379. package/dist/illustrations/tnt/tnt-Spot-ChartPie.js +8 -0
  1380. package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +6 -0
  1381. package/dist/illustrations/tnt/tnt-Spot-Company.js +13 -0
  1382. package/dist/illustrations/tnt/tnt-Spot-Compass.js +35 -0
  1383. package/dist/illustrations/tnt/tnt-Spot-Components.js +5 -0
  1384. package/dist/illustrations/tnt/tnt-Spot-Dialog.js +33 -0
  1385. package/dist/illustrations/tnt/tnt-Spot-EmptyContentPane.js +17 -0
  1386. package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +9 -0
  1387. package/dist/illustrations/tnt/tnt-Spot-FaceID.js +16 -0
  1388. package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +10 -0
  1389. package/dist/illustrations/tnt/tnt-Spot-Handshake.js +65 -0
  1390. package/dist/illustrations/tnt/tnt-Spot-Help.js +24 -0
  1391. package/dist/illustrations/tnt/tnt-Spot-Lock.js +13 -0
  1392. package/dist/illustrations/tnt/tnt-Spot-Mission.js +17 -0
  1393. package/dist/illustrations/tnt/tnt-Spot-MissionFailed.js +114 -0
  1394. package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +11 -0
  1395. package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +8 -0
  1396. package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +11 -0
  1397. package/dist/illustrations/tnt/tnt-Spot-Radar.js +14 -0
  1398. package/dist/illustrations/tnt/tnt-Spot-RoadMap.js +166 -0
  1399. package/dist/illustrations/tnt/tnt-Spot-Secrets.js +9 -0
  1400. package/dist/illustrations/tnt/tnt-Spot-Services.js +14 -0
  1401. package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +9 -0
  1402. package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +9 -0
  1403. package/dist/illustrations/tnt/tnt-Spot-Settings.js +37 -0
  1404. package/dist/illustrations/tnt/tnt-Spot-Success.js +9 -0
  1405. package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +9 -0
  1406. package/dist/illustrations/tnt/tnt-Spot-Systems.js +10 -0
  1407. package/dist/illustrations/tnt/tnt-Spot-Teams.js +13 -0
  1408. package/dist/illustrations/tnt/tnt-Spot-Tools.js +7 -0
  1409. package/dist/illustrations/tnt/tnt-Spot-Tutorials.js +92 -0
  1410. package/dist/illustrations/tnt/tnt-Spot-UnableToLoad.js +9 -0
  1411. package/dist/illustrations/tnt/tnt-Spot-Unlock.js +11 -0
  1412. package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +10 -0
  1413. package/dist/illustrations/tnt/tnt-Spot-User2.js +10 -0
  1414. package/dist/illustrations-v5/tnt/Avatar.d.ts +8 -0
  1415. package/dist/illustrations-v5/tnt/Avatar.js +26 -0
  1416. package/dist/illustrations-v5/tnt/Calculator.d.ts +8 -0
  1417. package/dist/illustrations-v5/tnt/Calculator.js +26 -0
  1418. package/dist/illustrations-v5/tnt/ChartArea.d.ts +8 -0
  1419. package/dist/illustrations-v5/tnt/ChartArea.js +26 -0
  1420. package/dist/illustrations-v5/tnt/ChartArea2.d.ts +8 -0
  1421. package/dist/illustrations-v5/tnt/ChartArea2.js +26 -0
  1422. package/dist/illustrations-v5/tnt/ChartBPMNFlow.d.ts +8 -0
  1423. package/dist/illustrations-v5/tnt/ChartBPMNFlow.js +26 -0
  1424. package/dist/illustrations-v5/tnt/ChartBar.d.ts +8 -0
  1425. package/dist/illustrations-v5/tnt/ChartBar.js +26 -0
  1426. package/dist/illustrations-v5/tnt/ChartBullet.d.ts +8 -0
  1427. package/dist/illustrations-v5/tnt/ChartBullet.js +26 -0
  1428. package/dist/illustrations-v5/tnt/ChartDoughnut.d.ts +8 -0
  1429. package/dist/illustrations-v5/tnt/ChartDoughnut.js +26 -0
  1430. package/dist/illustrations-v5/tnt/ChartFlow.d.ts +8 -0
  1431. package/dist/illustrations-v5/tnt/ChartFlow.js +26 -0
  1432. package/dist/illustrations-v5/tnt/ChartGantt.d.ts +8 -0
  1433. package/dist/illustrations-v5/tnt/ChartGantt.js +26 -0
  1434. package/dist/illustrations-v5/tnt/ChartOrg.d.ts +8 -0
  1435. package/dist/illustrations-v5/tnt/ChartOrg.js +26 -0
  1436. package/dist/illustrations-v5/tnt/ChartPie.d.ts +8 -0
  1437. package/dist/illustrations-v5/tnt/ChartPie.js +26 -0
  1438. package/dist/illustrations-v5/tnt/CodePlaceholder.d.ts +8 -0
  1439. package/dist/illustrations-v5/tnt/CodePlaceholder.js +26 -0
  1440. package/dist/illustrations-v5/tnt/Company.d.ts +8 -0
  1441. package/dist/illustrations-v5/tnt/Company.js +26 -0
  1442. package/dist/illustrations-v5/tnt/Compass.d.ts +8 -0
  1443. package/dist/illustrations-v5/tnt/Compass.js +26 -0
  1444. package/dist/illustrations-v5/tnt/Components.d.ts +8 -0
  1445. package/dist/illustrations-v5/tnt/Components.js +26 -0
  1446. package/dist/illustrations-v5/tnt/Dialog.d.ts +8 -0
  1447. package/dist/illustrations-v5/tnt/Dialog.js +26 -0
  1448. package/dist/illustrations-v5/tnt/ExternalLink.d.ts +8 -0
  1449. package/dist/illustrations-v5/tnt/ExternalLink.js +26 -0
  1450. package/dist/illustrations-v5/tnt/FaceID.d.ts +8 -0
  1451. package/dist/illustrations-v5/tnt/FaceID.js +26 -0
  1452. package/dist/illustrations-v5/tnt/Fingerprint.d.ts +8 -0
  1453. package/dist/illustrations-v5/tnt/Fingerprint.js +26 -0
  1454. package/dist/illustrations-v5/tnt/Handshake.d.ts +8 -0
  1455. package/dist/illustrations-v5/tnt/Handshake.js +26 -0
  1456. package/dist/illustrations-v5/tnt/Help.d.ts +8 -0
  1457. package/dist/illustrations-v5/tnt/Help.js +26 -0
  1458. package/dist/illustrations-v5/tnt/Lock.d.ts +8 -0
  1459. package/dist/illustrations-v5/tnt/Lock.js +26 -0
  1460. package/dist/illustrations-v5/tnt/Mission.d.ts +8 -0
  1461. package/dist/illustrations-v5/tnt/Mission.js +26 -0
  1462. package/dist/illustrations-v5/tnt/MissionFailed.d.ts +8 -0
  1463. package/dist/illustrations-v5/tnt/MissionFailed.js +26 -0
  1464. package/dist/illustrations-v5/tnt/NoApplications.d.ts +8 -0
  1465. package/dist/illustrations-v5/tnt/NoApplications.js +26 -0
  1466. package/dist/illustrations-v5/tnt/NoFlows.d.ts +8 -0
  1467. package/dist/illustrations-v5/tnt/NoFlows.js +26 -0
  1468. package/dist/illustrations-v5/tnt/NoUsers.d.ts +8 -0
  1469. package/dist/illustrations-v5/tnt/NoUsers.js +26 -0
  1470. package/dist/illustrations-v5/tnt/Radar.d.ts +8 -0
  1471. package/dist/illustrations-v5/tnt/Radar.js +26 -0
  1472. package/dist/illustrations-v5/tnt/RoadMap.d.ts +8 -0
  1473. package/dist/illustrations-v5/tnt/RoadMap.js +26 -0
  1474. package/dist/illustrations-v5/tnt/Secrets.d.ts +8 -0
  1475. package/dist/illustrations-v5/tnt/Secrets.js +26 -0
  1476. package/dist/illustrations-v5/tnt/Services.d.ts +8 -0
  1477. package/dist/illustrations-v5/tnt/Services.js +26 -0
  1478. package/dist/illustrations-v5/tnt/SessionExpired.d.ts +8 -0
  1479. package/dist/illustrations-v5/tnt/SessionExpired.js +26 -0
  1480. package/dist/illustrations-v5/tnt/SessionExpiring.d.ts +8 -0
  1481. package/dist/illustrations-v5/tnt/SessionExpiring.js +26 -0
  1482. package/dist/illustrations-v5/tnt/Settings.d.ts +8 -0
  1483. package/dist/illustrations-v5/tnt/Settings.js +26 -0
  1484. package/dist/illustrations-v5/tnt/Success.d.ts +8 -0
  1485. package/dist/illustrations-v5/tnt/Success.js +26 -0
  1486. package/dist/illustrations-v5/tnt/SuccessfulAuth.d.ts +8 -0
  1487. package/dist/illustrations-v5/tnt/SuccessfulAuth.js +26 -0
  1488. package/dist/illustrations-v5/tnt/Systems.d.ts +8 -0
  1489. package/dist/illustrations-v5/tnt/Systems.js +26 -0
  1490. package/dist/illustrations-v5/tnt/Teams.d.ts +8 -0
  1491. package/dist/illustrations-v5/tnt/Teams.js +26 -0
  1492. package/dist/illustrations-v5/tnt/Tools.d.ts +8 -0
  1493. package/dist/illustrations-v5/tnt/Tools.js +26 -0
  1494. package/dist/illustrations-v5/tnt/Tutorials.d.ts +8 -0
  1495. package/dist/illustrations-v5/tnt/Tutorials.js +26 -0
  1496. package/dist/illustrations-v5/tnt/Unlock.d.ts +8 -0
  1497. package/dist/illustrations-v5/tnt/Unlock.js +26 -0
  1498. package/dist/illustrations-v5/tnt/UnsuccessfulAuth.d.ts +8 -0
  1499. package/dist/illustrations-v5/tnt/UnsuccessfulAuth.js +26 -0
  1500. package/dist/illustrations-v5/tnt/hc/Avatar.d.ts +8 -0
  1501. package/dist/illustrations-v5/tnt/hc/Avatar.js +26 -0
  1502. package/dist/illustrations-v5/tnt/hc/Calculator.d.ts +8 -0
  1503. package/dist/illustrations-v5/tnt/hc/Calculator.js +26 -0
  1504. package/dist/illustrations-v5/tnt/hc/ChartArea.d.ts +8 -0
  1505. package/dist/illustrations-v5/tnt/hc/ChartArea.js +26 -0
  1506. package/dist/illustrations-v5/tnt/hc/ChartArea2.d.ts +8 -0
  1507. package/dist/illustrations-v5/tnt/hc/ChartArea2.js +26 -0
  1508. package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.d.ts +8 -0
  1509. package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.js +26 -0
  1510. package/dist/illustrations-v5/tnt/hc/ChartBar.d.ts +8 -0
  1511. package/dist/illustrations-v5/tnt/hc/ChartBar.js +26 -0
  1512. package/dist/illustrations-v5/tnt/hc/ChartBullet.d.ts +8 -0
  1513. package/dist/illustrations-v5/tnt/hc/ChartBullet.js +26 -0
  1514. package/dist/illustrations-v5/tnt/hc/ChartDoughnut.d.ts +8 -0
  1515. package/dist/illustrations-v5/tnt/hc/ChartDoughnut.js +26 -0
  1516. package/dist/illustrations-v5/tnt/hc/ChartFlow.d.ts +8 -0
  1517. package/dist/illustrations-v5/tnt/hc/ChartFlow.js +26 -0
  1518. package/dist/illustrations-v5/tnt/hc/ChartGantt.d.ts +8 -0
  1519. package/dist/illustrations-v5/tnt/hc/ChartGantt.js +26 -0
  1520. package/dist/illustrations-v5/tnt/hc/ChartOrg.d.ts +8 -0
  1521. package/dist/illustrations-v5/tnt/hc/ChartOrg.js +26 -0
  1522. package/dist/illustrations-v5/tnt/hc/ChartPie.d.ts +8 -0
  1523. package/dist/illustrations-v5/tnt/hc/ChartPie.js +26 -0
  1524. package/dist/illustrations-v5/tnt/hc/CodePlaceholder.d.ts +8 -0
  1525. package/dist/illustrations-v5/tnt/hc/CodePlaceholder.js +26 -0
  1526. package/dist/illustrations-v5/tnt/hc/Company.d.ts +8 -0
  1527. package/dist/illustrations-v5/tnt/hc/Company.js +26 -0
  1528. package/dist/illustrations-v5/tnt/hc/Compass.d.ts +8 -0
  1529. package/dist/illustrations-v5/tnt/hc/Compass.js +26 -0
  1530. package/dist/illustrations-v5/tnt/hc/Components.d.ts +8 -0
  1531. package/dist/illustrations-v5/tnt/hc/Components.js +26 -0
  1532. package/dist/illustrations-v5/tnt/hc/Dialog.d.ts +8 -0
  1533. package/dist/illustrations-v5/tnt/hc/Dialog.js +26 -0
  1534. package/dist/illustrations-v5/tnt/hc/EmptyContentPane.d.ts +8 -0
  1535. package/dist/illustrations-v5/tnt/hc/EmptyContentPane.js +26 -0
  1536. package/dist/illustrations-v5/tnt/hc/ExternalLink.d.ts +8 -0
  1537. package/dist/illustrations-v5/tnt/hc/ExternalLink.js +26 -0
  1538. package/dist/illustrations-v5/tnt/hc/FaceID.d.ts +8 -0
  1539. package/dist/illustrations-v5/tnt/hc/FaceID.js +26 -0
  1540. package/dist/illustrations-v5/tnt/hc/Fingerprint.d.ts +8 -0
  1541. package/dist/illustrations-v5/tnt/hc/Fingerprint.js +26 -0
  1542. package/dist/illustrations-v5/tnt/hc/Handshake.d.ts +8 -0
  1543. package/dist/illustrations-v5/tnt/hc/Handshake.js +26 -0
  1544. package/dist/illustrations-v5/tnt/hc/Help.d.ts +8 -0
  1545. package/dist/illustrations-v5/tnt/hc/Help.js +26 -0
  1546. package/dist/illustrations-v5/tnt/hc/Lock.d.ts +8 -0
  1547. package/dist/illustrations-v5/tnt/hc/Lock.js +26 -0
  1548. package/dist/illustrations-v5/tnt/hc/Mission.d.ts +8 -0
  1549. package/dist/illustrations-v5/tnt/hc/Mission.js +26 -0
  1550. package/dist/illustrations-v5/tnt/hc/MissionFailed.d.ts +8 -0
  1551. package/dist/illustrations-v5/tnt/hc/MissionFailed.js +26 -0
  1552. package/dist/illustrations-v5/tnt/hc/NoApplications.d.ts +8 -0
  1553. package/dist/illustrations-v5/tnt/hc/NoApplications.js +26 -0
  1554. package/dist/illustrations-v5/tnt/hc/NoFlows.d.ts +8 -0
  1555. package/dist/illustrations-v5/tnt/hc/NoFlows.js +26 -0
  1556. package/dist/illustrations-v5/tnt/hc/NoUsers.d.ts +8 -0
  1557. package/dist/illustrations-v5/tnt/hc/NoUsers.js +26 -0
  1558. package/dist/illustrations-v5/tnt/hc/Radar.d.ts +8 -0
  1559. package/dist/illustrations-v5/tnt/hc/Radar.js +26 -0
  1560. package/dist/illustrations-v5/tnt/hc/RoadMap.d.ts +8 -0
  1561. package/dist/illustrations-v5/tnt/hc/RoadMap.js +26 -0
  1562. package/dist/illustrations-v5/tnt/hc/Secrets.d.ts +8 -0
  1563. package/dist/illustrations-v5/tnt/hc/Secrets.js +26 -0
  1564. package/dist/illustrations-v5/tnt/hc/Services.d.ts +8 -0
  1565. package/dist/illustrations-v5/tnt/hc/Services.js +26 -0
  1566. package/dist/illustrations-v5/tnt/hc/SessionExpired.d.ts +8 -0
  1567. package/dist/illustrations-v5/tnt/hc/SessionExpired.js +26 -0
  1568. package/dist/illustrations-v5/tnt/hc/SessionExpiring.d.ts +8 -0
  1569. package/dist/illustrations-v5/tnt/hc/SessionExpiring.js +26 -0
  1570. package/dist/illustrations-v5/tnt/hc/Settings.d.ts +8 -0
  1571. package/dist/illustrations-v5/tnt/hc/Settings.js +26 -0
  1572. package/dist/illustrations-v5/tnt/hc/Success.d.ts +8 -0
  1573. package/dist/illustrations-v5/tnt/hc/Success.js +26 -0
  1574. package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.d.ts +8 -0
  1575. package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.js +26 -0
  1576. package/dist/illustrations-v5/tnt/hc/Systems.d.ts +8 -0
  1577. package/dist/illustrations-v5/tnt/hc/Systems.js +26 -0
  1578. package/dist/illustrations-v5/tnt/hc/Teams.d.ts +8 -0
  1579. package/dist/illustrations-v5/tnt/hc/Teams.js +26 -0
  1580. package/dist/illustrations-v5/tnt/hc/Tools.d.ts +8 -0
  1581. package/dist/illustrations-v5/tnt/hc/Tools.js +26 -0
  1582. package/dist/illustrations-v5/tnt/hc/Tutorials.d.ts +8 -0
  1583. package/dist/illustrations-v5/tnt/hc/Tutorials.js +26 -0
  1584. package/dist/illustrations-v5/tnt/hc/Unlock.d.ts +8 -0
  1585. package/dist/illustrations-v5/tnt/hc/Unlock.js +26 -0
  1586. package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.d.ts +8 -0
  1587. package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.js +26 -0
  1588. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.js +16 -0
  1589. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.js +24 -0
  1590. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +15 -0
  1591. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +14 -0
  1592. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +22 -0
  1593. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +14 -0
  1594. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +19 -0
  1595. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +18 -0
  1596. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +19 -0
  1597. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +19 -0
  1598. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +30 -0
  1599. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +20 -0
  1600. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +10 -0
  1601. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +23 -0
  1602. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Compass.js +17 -0
  1603. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +22 -0
  1604. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.js +23 -0
  1605. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +23 -0
  1606. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +18 -0
  1607. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +17 -0
  1608. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +13 -0
  1609. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.js +22 -0
  1610. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Help.js +12 -0
  1611. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +22 -0
  1612. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +15 -0
  1613. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.js +12 -0
  1614. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +19 -0
  1615. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +22 -0
  1616. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +19 -0
  1617. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +14 -0
  1618. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.js +92 -0
  1619. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +13 -0
  1620. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +16 -0
  1621. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +14 -0
  1622. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +12 -0
  1623. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Settings.js +9 -0
  1624. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +20 -0
  1625. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +27 -0
  1626. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +25 -0
  1627. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +27 -0
  1628. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +22 -0
  1629. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.js +18 -0
  1630. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +18 -0
  1631. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.js +27 -0
  1632. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Avatar.js +13 -0
  1633. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Calculator.js +13 -0
  1634. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +8 -0
  1635. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +7 -0
  1636. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +14 -0
  1637. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +7 -0
  1638. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +10 -0
  1639. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +8 -0
  1640. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +12 -0
  1641. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +11 -0
  1642. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +14 -0
  1643. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +9 -0
  1644. package/dist/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +6 -0
  1645. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Company.js +11 -0
  1646. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Compass.js +10 -0
  1647. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Components.js +11 -0
  1648. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Dialog.js +23 -0
  1649. package/dist/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +11 -0
  1650. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +10 -0
  1651. package/dist/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +19 -0
  1652. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +8 -0
  1653. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Handshake.js +19 -0
  1654. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Help.js +9 -0
  1655. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +13 -0
  1656. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +10 -0
  1657. package/dist/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.js +10 -0
  1658. package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +15 -0
  1659. package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +41 -0
  1660. package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +12 -0
  1661. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +12 -0
  1662. package/dist/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.js +8 -0
  1663. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +6 -0
  1664. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Services.js +11 -0
  1665. package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +8 -0
  1666. package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +9 -0
  1667. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Settings.js +7 -0
  1668. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Success.js +8 -0
  1669. package/dist/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +12 -0
  1670. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +15 -0
  1671. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +16 -0
  1672. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +18 -0
  1673. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.js +8 -0
  1674. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +20 -0
  1675. package/dist/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.js +12 -0
  1676. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Avatar.js +23 -0
  1677. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Calculator.js +32 -0
  1678. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +21 -0
  1679. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +20 -0
  1680. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +28 -0
  1681. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +20 -0
  1682. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +25 -0
  1683. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +24 -0
  1684. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +25 -0
  1685. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +25 -0
  1686. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +36 -0
  1687. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +25 -0
  1688. package/dist/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +14 -0
  1689. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Company.js +30 -0
  1690. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Compass.js +24 -0
  1691. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Components.js +26 -0
  1692. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Dialog.js +17 -0
  1693. package/dist/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +27 -0
  1694. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +22 -0
  1695. package/dist/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +28 -0
  1696. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +17 -0
  1697. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Handshake.js +26 -0
  1698. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Help.js +21 -0
  1699. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +26 -0
  1700. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +21 -0
  1701. package/dist/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.js +18 -0
  1702. package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +23 -0
  1703. package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +26 -0
  1704. package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +23 -0
  1705. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +19 -0
  1706. package/dist/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.js +30 -0
  1707. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +21 -0
  1708. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Services.js +20 -0
  1709. package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +18 -0
  1710. package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +16 -0
  1711. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Settings.js +13 -0
  1712. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Success.js +27 -0
  1713. package/dist/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +34 -0
  1714. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +31 -0
  1715. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +31 -0
  1716. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +26 -0
  1717. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.js +27 -0
  1718. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +22 -0
  1719. package/dist/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.js +34 -0
  1720. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Avatar.js +17 -0
  1721. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Calculator.js +24 -0
  1722. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +15 -0
  1723. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +14 -0
  1724. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +21 -0
  1725. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +14 -0
  1726. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +19 -0
  1727. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +18 -0
  1728. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +19 -0
  1729. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +19 -0
  1730. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +30 -0
  1731. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +19 -0
  1732. package/dist/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +10 -0
  1733. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Company.js +23 -0
  1734. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Compass.js +17 -0
  1735. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Components.js +20 -0
  1736. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Dialog.js +23 -0
  1737. package/dist/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +23 -0
  1738. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +18 -0
  1739. package/dist/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +17 -0
  1740. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +9 -0
  1741. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Handshake.js +27 -0
  1742. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Help.js +12 -0
  1743. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +22 -0
  1744. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +11 -0
  1745. package/dist/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.js +11 -0
  1746. package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +19 -0
  1747. package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +22 -0
  1748. package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +19 -0
  1749. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +12 -0
  1750. package/dist/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.js +78 -0
  1751. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +13 -0
  1752. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Services.js +16 -0
  1753. package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +14 -0
  1754. package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +12 -0
  1755. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Settings.js +9 -0
  1756. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Success.js +13 -0
  1757. package/dist/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +27 -0
  1758. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +25 -0
  1759. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +27 -0
  1760. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +22 -0
  1761. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.js +18 -0
  1762. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +18 -0
  1763. package/dist/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.js +27 -0
  1764. package/dist/illustrations-v5/tnt/tnt-Dialog-Avatar.js +49 -0
  1765. package/dist/illustrations-v5/tnt/tnt-Dialog-Calculator.js +27 -0
  1766. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +11 -0
  1767. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +12 -0
  1768. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +18 -0
  1769. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +13 -0
  1770. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +14 -0
  1771. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
  1772. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +17 -0
  1773. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +13 -0
  1774. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +20 -0
  1775. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +13 -0
  1776. package/dist/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +7 -0
  1777. package/dist/illustrations-v5/tnt/tnt-Dialog-Company.js +14 -0
  1778. package/dist/illustrations-v5/tnt/tnt-Dialog-Compass.js +19 -0
  1779. package/dist/illustrations-v5/tnt/tnt-Dialog-Components.js +17 -0
  1780. package/dist/illustrations-v5/tnt/tnt-Dialog-Dialog.js +11 -0
  1781. package/dist/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +15 -0
  1782. package/dist/illustrations-v5/tnt/tnt-Dialog-FaceID.js +23 -0
  1783. package/dist/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +32 -0
  1784. package/dist/illustrations-v5/tnt/tnt-Dialog-Handshake.js +39 -0
  1785. package/dist/illustrations-v5/tnt/tnt-Dialog-Help.js +11 -0
  1786. package/dist/illustrations-v5/tnt/tnt-Dialog-Lock.js +44 -0
  1787. package/dist/illustrations-v5/tnt/tnt-Dialog-Mission.js +26 -0
  1788. package/dist/illustrations-v5/tnt/tnt-Dialog-MissionFailed.js +24 -0
  1789. package/dist/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +13 -0
  1790. package/dist/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +13 -0
  1791. package/dist/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +13 -0
  1792. package/dist/illustrations-v5/tnt/tnt-Dialog-Radar.js +28 -0
  1793. package/dist/illustrations-v5/tnt/tnt-Dialog-RoadMap.js +32 -0
  1794. package/dist/illustrations-v5/tnt/tnt-Dialog-Secrets.js +18 -0
  1795. package/dist/illustrations-v5/tnt/tnt-Dialog-Services.js +30 -0
  1796. package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +23 -0
  1797. package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +22 -0
  1798. package/dist/illustrations-v5/tnt/tnt-Dialog-Settings.js +19 -0
  1799. package/dist/illustrations-v5/tnt/tnt-Dialog-Success.js +21 -0
  1800. package/dist/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +14 -0
  1801. package/dist/illustrations-v5/tnt/tnt-Dialog-Systems.js +19 -0
  1802. package/dist/illustrations-v5/tnt/tnt-Dialog-Teams.js +79 -0
  1803. package/dist/illustrations-v5/tnt/tnt-Dialog-Tools.js +26 -0
  1804. package/dist/illustrations-v5/tnt/tnt-Dialog-Tutorials.js +18 -0
  1805. package/dist/illustrations-v5/tnt/tnt-Dialog-Unlock.js +45 -0
  1806. package/dist/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.js +14 -0
  1807. package/dist/illustrations-v5/tnt/tnt-Dot-Avatar.js +21 -0
  1808. package/dist/illustrations-v5/tnt/tnt-Dot-Calculator.js +8 -0
  1809. package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea.js +9 -0
  1810. package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +17 -0
  1811. package/dist/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +17 -0
  1812. package/dist/illustrations-v5/tnt/tnt-Dot-ChartBar.js +18 -0
  1813. package/dist/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +21 -0
  1814. package/dist/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +11 -0
  1815. package/dist/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +15 -0
  1816. package/dist/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +12 -0
  1817. package/dist/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +25 -0
  1818. package/dist/illustrations-v5/tnt/tnt-Dot-ChartPie.js +11 -0
  1819. package/dist/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +5 -0
  1820. package/dist/illustrations-v5/tnt/tnt-Dot-Company.js +15 -0
  1821. package/dist/illustrations-v5/tnt/tnt-Dot-Compass.js +18 -0
  1822. package/dist/illustrations-v5/tnt/tnt-Dot-Components.js +22 -0
  1823. package/dist/illustrations-v5/tnt/tnt-Dot-Dialog.js +9 -0
  1824. package/dist/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +10 -0
  1825. package/dist/illustrations-v5/tnt/tnt-Dot-FaceID.js +21 -0
  1826. package/dist/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +13 -0
  1827. package/dist/illustrations-v5/tnt/tnt-Dot-Handshake.js +36 -0
  1828. package/dist/illustrations-v5/tnt/tnt-Dot-Help.js +16 -0
  1829. package/dist/illustrations-v5/tnt/tnt-Dot-Lock.js +26 -0
  1830. package/dist/illustrations-v5/tnt/tnt-Dot-Mission.js +21 -0
  1831. package/dist/illustrations-v5/tnt/tnt-Dot-MissionFailed.js +20 -0
  1832. package/dist/illustrations-v5/tnt/tnt-Dot-NoApplications.js +11 -0
  1833. package/dist/illustrations-v5/tnt/tnt-Dot-NoFlows.js +11 -0
  1834. package/dist/illustrations-v5/tnt/tnt-Dot-NoUsers.js +18 -0
  1835. package/dist/illustrations-v5/tnt/tnt-Dot-Radar.js +28 -0
  1836. package/dist/illustrations-v5/tnt/tnt-Dot-RoadMap.js +11 -0
  1837. package/dist/illustrations-v5/tnt/tnt-Dot-Secrets.js +16 -0
  1838. package/dist/illustrations-v5/tnt/tnt-Dot-Services.js +14 -0
  1839. package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +13 -0
  1840. package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +20 -0
  1841. package/dist/illustrations-v5/tnt/tnt-Dot-Settings.js +8 -0
  1842. package/dist/illustrations-v5/tnt/tnt-Dot-Success.js +15 -0
  1843. package/dist/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +10 -0
  1844. package/dist/illustrations-v5/tnt/tnt-Dot-Systems.js +15 -0
  1845. package/dist/illustrations-v5/tnt/tnt-Dot-Teams.js +32 -0
  1846. package/dist/illustrations-v5/tnt/tnt-Dot-Tools.js +26 -0
  1847. package/dist/illustrations-v5/tnt/tnt-Dot-Tutorials.js +16 -0
  1848. package/dist/illustrations-v5/tnt/tnt-Dot-Unlock.js +28 -0
  1849. package/dist/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.js +10 -0
  1850. package/dist/illustrations-v5/tnt/tnt-Scene-Avatar.js +49 -0
  1851. package/dist/illustrations-v5/tnt/tnt-Scene-Calculator.js +22 -0
  1852. package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea.js +11 -0
  1853. package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +12 -0
  1854. package/dist/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +18 -0
  1855. package/dist/illustrations-v5/tnt/tnt-Scene-ChartBar.js +13 -0
  1856. package/dist/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +18 -0
  1857. package/dist/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +13 -0
  1858. package/dist/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +17 -0
  1859. package/dist/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +13 -0
  1860. package/dist/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +19 -0
  1861. package/dist/illustrations-v5/tnt/tnt-Scene-ChartPie.js +13 -0
  1862. package/dist/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +7 -0
  1863. package/dist/illustrations-v5/tnt/tnt-Scene-Company.js +14 -0
  1864. package/dist/illustrations-v5/tnt/tnt-Scene-Compass.js +19 -0
  1865. package/dist/illustrations-v5/tnt/tnt-Scene-Components.js +19 -0
  1866. package/dist/illustrations-v5/tnt/tnt-Scene-Dialog.js +11 -0
  1867. package/dist/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +15 -0
  1868. package/dist/illustrations-v5/tnt/tnt-Scene-FaceID.js +22 -0
  1869. package/dist/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +32 -0
  1870. package/dist/illustrations-v5/tnt/tnt-Scene-Handshake.js +39 -0
  1871. package/dist/illustrations-v5/tnt/tnt-Scene-Help.js +18 -0
  1872. package/dist/illustrations-v5/tnt/tnt-Scene-Lock.js +44 -0
  1873. package/dist/illustrations-v5/tnt/tnt-Scene-Mission.js +33 -0
  1874. package/dist/illustrations-v5/tnt/tnt-Scene-MissionFailed.js +24 -0
  1875. package/dist/illustrations-v5/tnt/tnt-Scene-NoApplications.js +13 -0
  1876. package/dist/illustrations-v5/tnt/tnt-Scene-NoFlows.js +13 -0
  1877. package/dist/illustrations-v5/tnt/tnt-Scene-NoUsers.js +20 -0
  1878. package/dist/illustrations-v5/tnt/tnt-Scene-Radar.js +30 -0
  1879. package/dist/illustrations-v5/tnt/tnt-Scene-RoadMap.js +32 -0
  1880. package/dist/illustrations-v5/tnt/tnt-Scene-Secrets.js +18 -0
  1881. package/dist/illustrations-v5/tnt/tnt-Scene-Services.js +30 -0
  1882. package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +24 -0
  1883. package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +22 -0
  1884. package/dist/illustrations-v5/tnt/tnt-Scene-Settings.js +19 -0
  1885. package/dist/illustrations-v5/tnt/tnt-Scene-Success.js +21 -0
  1886. package/dist/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +19 -0
  1887. package/dist/illustrations-v5/tnt/tnt-Scene-Systems.js +28 -0
  1888. package/dist/illustrations-v5/tnt/tnt-Scene-Teams.js +85 -0
  1889. package/dist/illustrations-v5/tnt/tnt-Scene-Tools.js +47 -0
  1890. package/dist/illustrations-v5/tnt/tnt-Scene-Tutorials.js +18 -0
  1891. package/dist/illustrations-v5/tnt/tnt-Scene-Unlock.js +45 -0
  1892. package/dist/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.js +19 -0
  1893. package/dist/illustrations-v5/tnt/tnt-Spot-Avatar.js +49 -0
  1894. package/dist/illustrations-v5/tnt/tnt-Spot-Calculator.js +26 -0
  1895. package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea.js +10 -0
  1896. package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +11 -0
  1897. package/dist/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +18 -0
  1898. package/dist/illustrations-v5/tnt/tnt-Spot-ChartBar.js +12 -0
  1899. package/dist/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +13 -0
  1900. package/dist/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +12 -0
  1901. package/dist/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +14 -0
  1902. package/dist/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +12 -0
  1903. package/dist/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +19 -0
  1904. package/dist/illustrations-v5/tnt/tnt-Spot-ChartPie.js +12 -0
  1905. package/dist/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +7 -0
  1906. package/dist/illustrations-v5/tnt/tnt-Spot-Company.js +14 -0
  1907. package/dist/illustrations-v5/tnt/tnt-Spot-Compass.js +19 -0
  1908. package/dist/illustrations-v5/tnt/tnt-Spot-Components.js +19 -0
  1909. package/dist/illustrations-v5/tnt/tnt-Spot-Dialog.js +11 -0
  1910. package/dist/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +14 -0
  1911. package/dist/illustrations-v5/tnt/tnt-Spot-FaceID.js +22 -0
  1912. package/dist/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +32 -0
  1913. package/dist/illustrations-v5/tnt/tnt-Spot-Handshake.js +39 -0
  1914. package/dist/illustrations-v5/tnt/tnt-Spot-Help.js +10 -0
  1915. package/dist/illustrations-v5/tnt/tnt-Spot-Lock.js +44 -0
  1916. package/dist/illustrations-v5/tnt/tnt-Spot-Mission.js +26 -0
  1917. package/dist/illustrations-v5/tnt/tnt-Spot-MissionFailed.js +24 -0
  1918. package/dist/illustrations-v5/tnt/tnt-Spot-NoApplications.js +12 -0
  1919. package/dist/illustrations-v5/tnt/tnt-Spot-NoFlows.js +12 -0
  1920. package/dist/illustrations-v5/tnt/tnt-Spot-NoUsers.js +13 -0
  1921. package/dist/illustrations-v5/tnt/tnt-Spot-Radar.js +28 -0
  1922. package/dist/illustrations-v5/tnt/tnt-Spot-RoadMap.js +32 -0
  1923. package/dist/illustrations-v5/tnt/tnt-Spot-Secrets.js +18 -0
  1924. package/dist/illustrations-v5/tnt/tnt-Spot-Services.js +30 -0
  1925. package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +23 -0
  1926. package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +20 -0
  1927. package/dist/illustrations-v5/tnt/tnt-Spot-Settings.js +15 -0
  1928. package/dist/illustrations-v5/tnt/tnt-Spot-Success.js +21 -0
  1929. package/dist/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +15 -0
  1930. package/dist/illustrations-v5/tnt/tnt-Spot-Systems.js +19 -0
  1931. package/dist/illustrations-v5/tnt/tnt-Spot-Teams.js +79 -0
  1932. package/dist/illustrations-v5/tnt/tnt-Spot-Tools.js +26 -0
  1933. package/dist/illustrations-v5/tnt/tnt-Spot-Tutorials.js +17 -0
  1934. package/dist/illustrations-v5/tnt/tnt-Spot-Unlock.js +45 -0
  1935. package/dist/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.js +15 -0
  1936. package/dist/ssr-zxing-shim.d.ts +2 -0
  1937. package/dist/ssr-zxing-shim.js +3 -0
  1938. package/dist/ssr-zxing-shim.js.map +1 -0
  1939. package/dist/ssr-zxing.d.ts +2 -0
  1940. package/dist/ssr-zxing.js +3 -0
  1941. package/dist/ssr-zxing.js.map +1 -0
  1942. package/dist/types/FCLLayout.d.ts +105 -0
  1943. package/dist/types/FCLLayout.js +107 -0
  1944. package/dist/types/FCLLayout.js.map +1 -0
  1945. package/dist/types/IllustrationMessageDesign.d.ts +69 -0
  1946. package/dist/types/IllustrationMessageDesign.js +71 -0
  1947. package/dist/types/IllustrationMessageDesign.js.map +1 -0
  1948. package/dist/types/IllustrationMessageType.d.ts +636 -0
  1949. package/dist/types/IllustrationMessageType.js +638 -0
  1950. package/dist/types/IllustrationMessageType.js.map +1 -0
  1951. package/dist/types/MediaGalleryItemLayout.d.ts +22 -0
  1952. package/dist/types/MediaGalleryItemLayout.js +24 -0
  1953. package/dist/types/MediaGalleryItemLayout.js.map +1 -0
  1954. package/dist/types/MediaGalleryLayout.d.ts +22 -0
  1955. package/dist/types/MediaGalleryLayout.js +24 -0
  1956. package/dist/types/MediaGalleryLayout.js.map +1 -0
  1957. package/dist/types/MediaGalleryMenuHorizontalAlign.d.ts +17 -0
  1958. package/dist/types/MediaGalleryMenuHorizontalAlign.js +19 -0
  1959. package/dist/types/MediaGalleryMenuHorizontalAlign.js.map +1 -0
  1960. package/dist/types/MediaGalleryMenuVerticalAlign.d.ts +17 -0
  1961. package/dist/types/MediaGalleryMenuVerticalAlign.js +19 -0
  1962. package/dist/types/MediaGalleryMenuVerticalAlign.js.map +1 -0
  1963. package/dist/types/NavigationLayoutMode.d.ts +23 -0
  1964. package/dist/types/NavigationLayoutMode.js +25 -0
  1965. package/dist/types/NavigationLayoutMode.js.map +1 -0
  1966. package/dist/types/NotificationListItemImportance.d.ts +16 -0
  1967. package/dist/types/NotificationListItemImportance.js +18 -0
  1968. package/dist/types/NotificationListItemImportance.js.map +1 -0
  1969. package/dist/types/PageBackgroundDesign.d.ts +22 -0
  1970. package/dist/types/PageBackgroundDesign.js +24 -0
  1971. package/dist/types/PageBackgroundDesign.js.map +1 -0
  1972. package/dist/types/SearchMode.d.ts +17 -0
  1973. package/dist/types/SearchMode.js +19 -0
  1974. package/dist/types/SearchMode.js.map +1 -0
  1975. package/dist/types/SideContentFallDown.d.ts +27 -0
  1976. package/dist/types/SideContentFallDown.js +29 -0
  1977. package/dist/types/SideContentFallDown.js.map +1 -0
  1978. package/dist/types/SideContentPosition.d.ts +19 -0
  1979. package/dist/types/SideContentPosition.js +21 -0
  1980. package/dist/types/SideContentPosition.js.map +1 -0
  1981. package/dist/types/SideContentVisibility.d.ts +32 -0
  1982. package/dist/types/SideContentVisibility.js +34 -0
  1983. package/dist/types/SideContentVisibility.js.map +1 -0
  1984. package/dist/types/SideNavigationItemDesign.d.ts +24 -0
  1985. package/dist/types/SideNavigationItemDesign.js +26 -0
  1986. package/dist/types/SideNavigationItemDesign.js.map +1 -0
  1987. package/dist/types/TimelineGrowingMode.d.ts +24 -0
  1988. package/dist/types/TimelineGrowingMode.js +26 -0
  1989. package/dist/types/TimelineGrowingMode.js.map +1 -0
  1990. package/dist/types/TimelineLayout.d.ts +18 -0
  1991. package/dist/types/TimelineLayout.js +20 -0
  1992. package/dist/types/TimelineLayout.js.map +1 -0
  1993. package/dist/types/UploadCollectionDnDMode.d.ts +22 -0
  1994. package/dist/types/UploadCollectionDnDMode.js +24 -0
  1995. package/dist/types/UploadCollectionDnDMode.js.map +1 -0
  1996. package/dist/types/UploadCollectionSelectionMode.d.ts +39 -0
  1997. package/dist/types/UploadCollectionSelectionMode.js +41 -0
  1998. package/dist/types/UploadCollectionSelectionMode.js.map +1 -0
  1999. package/dist/types/UploadState.d.ts +27 -0
  2000. package/dist/types/UploadState.js +29 -0
  2001. package/dist/types/UploadState.js.map +1 -0
  2002. package/dist/types/ViewSettingsDialogMode.d.ts +25 -0
  2003. package/dist/types/ViewSettingsDialogMode.js +27 -0
  2004. package/dist/types/ViewSettingsDialogMode.js.map +1 -0
  2005. package/dist/types/WizardContentLayout.d.ts +17 -0
  2006. package/dist/types/WizardContentLayout.js +19 -0
  2007. package/dist/types/WizardContentLayout.js.map +1 -0
  2008. package/dist/upload-utils/UploadCollectionBodyDnD.d.ts +15 -0
  2009. package/dist/upload-utils/UploadCollectionBodyDnD.js +60 -0
  2010. package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
  2011. package/dist/vscode.html-custom-data.json +1626 -0
  2012. package/dist/web-types.json +4122 -0
  2013. package/global.d.ts +12 -0
  2014. package/jsconfig.json +12 -0
  2015. package/package-scripts.cjs +84 -0
  2016. package/package.json +71 -0
  2017. package/src/BarcodeScannerDialogTemplate.tsx +38 -0
  2018. package/src/DynamicPageHeaderActionsTemplate.tsx +33 -0
  2019. package/src/DynamicPageHeaderTemplate.tsx +9 -0
  2020. package/src/DynamicPageTemplate.tsx +72 -0
  2021. package/src/DynamicPageTitleTemplate.tsx +77 -0
  2022. package/src/DynamicSideContentTemplate.tsx +48 -0
  2023. package/src/FlexibleColumnLayoutTemplate.tsx +134 -0
  2024. package/src/IllustratedMessageTemplate.tsx +92 -0
  2025. package/src/MediaGalleryItemTemplate.tsx +22 -0
  2026. package/src/MediaGalleryTemplate.tsx +50 -0
  2027. package/src/NavigationLayoutTemplate.tsx +19 -0
  2028. package/src/NavigationMenuItemTemplate.tsx +64 -0
  2029. package/src/NavigationMenuTemplate.tsx +51 -0
  2030. package/src/NotificationListGroupItemTemplate.tsx +66 -0
  2031. package/src/NotificationListItemTemplate.tsx +154 -0
  2032. package/src/NotificationListTemplate.tsx +17 -0
  2033. package/src/PageTemplate.tsx +30 -0
  2034. package/src/ProductSwitchItemTemplate.tsx +66 -0
  2035. package/src/ProductSwitchTemplate.tsx +16 -0
  2036. package/src/SearchFieldTemplate.tsx +106 -0
  2037. package/src/SearchItemShowMoreTemplate.tsx +19 -0
  2038. package/src/SearchItemTemplate.tsx +67 -0
  2039. package/src/SearchMessageAreaTemplate.tsx +15 -0
  2040. package/src/SearchPopoverTemplate.tsx +80 -0
  2041. package/src/SearchTemplate.tsx +12 -0
  2042. package/src/ShellBarBrandingTemplate.tsx +27 -0
  2043. package/src/ShellBarPopoverTemplate.tsx +50 -0
  2044. package/src/ShellBarSearchPopoverTemplate.tsx +24 -0
  2045. package/src/ShellBarSearchTemplate.tsx +12 -0
  2046. package/src/ShellBarTemplate.tsx +337 -0
  2047. package/src/SideNavigationGroupTemplate.tsx +58 -0
  2048. package/src/SideNavigationItemTemplate.tsx +86 -0
  2049. package/src/SideNavigationPopoverTemplate.tsx +103 -0
  2050. package/src/SideNavigationSubItemTemplate.tsx +39 -0
  2051. package/src/SideNavigationTemplate.tsx +75 -0
  2052. package/src/TimelineGroupItemTemplate.tsx +48 -0
  2053. package/src/TimelineItemTemplate.tsx +77 -0
  2054. package/src/TimelineTemplate.tsx +79 -0
  2055. package/src/UploadCollectionItemTemplate.tsx +146 -0
  2056. package/src/UploadCollectionTemplate.tsx +63 -0
  2057. package/src/UserMenuItemGroupTemplate.tsx +6 -0
  2058. package/src/UserMenuItemTemplate.tsx +6 -0
  2059. package/src/UserMenuTemplate.tsx +193 -0
  2060. package/src/UserSettingsAccountViewTemplate.tsx +46 -0
  2061. package/src/UserSettingsAppearanceViewItemTemplate.tsx +25 -0
  2062. package/src/UserSettingsAppearanceViewTemplate.tsx +15 -0
  2063. package/src/UserSettingsDialogTemplate.tsx +80 -0
  2064. package/src/UserSettingsItemTemplate.tsx +52 -0
  2065. package/src/UserSettingsViewTemplate.tsx +11 -0
  2066. package/src/ViewSettingsDialogTemplate.tsx +230 -0
  2067. package/src/WizardPopoverTemplate.tsx +42 -0
  2068. package/src/WizardTabTemplate.tsx +39 -0
  2069. package/src/WizardTemplate.tsx +75 -0
  2070. package/src/i18n/messagebundle.properties +612 -0
  2071. package/src/i18n/messagebundle_ar.properties +407 -0
  2072. package/src/i18n/messagebundle_bg.properties +407 -0
  2073. package/src/i18n/messagebundle_ca.properties +407 -0
  2074. package/src/i18n/messagebundle_cnr.properties +407 -0
  2075. package/src/i18n/messagebundle_cs.properties +407 -0
  2076. package/src/i18n/messagebundle_cy.properties +407 -0
  2077. package/src/i18n/messagebundle_da.properties +407 -0
  2078. package/src/i18n/messagebundle_de.properties +407 -0
  2079. package/src/i18n/messagebundle_el.properties +407 -0
  2080. package/src/i18n/messagebundle_en.properties +407 -0
  2081. package/src/i18n/messagebundle_en_GB.properties +407 -0
  2082. package/src/i18n/messagebundle_en_US_sappsd.properties +407 -0
  2083. package/src/i18n/messagebundle_en_US_saprigi.properties +407 -0
  2084. package/src/i18n/messagebundle_en_US_saptrc.properties +407 -0
  2085. package/src/i18n/messagebundle_es.properties +407 -0
  2086. package/src/i18n/messagebundle_es_MX.properties +407 -0
  2087. package/src/i18n/messagebundle_et.properties +407 -0
  2088. package/src/i18n/messagebundle_fi.properties +407 -0
  2089. package/src/i18n/messagebundle_fr.properties +407 -0
  2090. package/src/i18n/messagebundle_fr_CA.properties +407 -0
  2091. package/src/i18n/messagebundle_hi.properties +407 -0
  2092. package/src/i18n/messagebundle_hr.properties +407 -0
  2093. package/src/i18n/messagebundle_hu.properties +407 -0
  2094. package/src/i18n/messagebundle_id.properties +407 -0
  2095. package/src/i18n/messagebundle_it.properties +407 -0
  2096. package/src/i18n/messagebundle_iw.properties +407 -0
  2097. package/src/i18n/messagebundle_ja.properties +407 -0
  2098. package/src/i18n/messagebundle_kk.properties +407 -0
  2099. package/src/i18n/messagebundle_ko.properties +407 -0
  2100. package/src/i18n/messagebundle_lt.properties +407 -0
  2101. package/src/i18n/messagebundle_lv.properties +407 -0
  2102. package/src/i18n/messagebundle_mk.properties +407 -0
  2103. package/src/i18n/messagebundle_ms.properties +407 -0
  2104. package/src/i18n/messagebundle_nl.properties +407 -0
  2105. package/src/i18n/messagebundle_no.properties +407 -0
  2106. package/src/i18n/messagebundle_pl.properties +407 -0
  2107. package/src/i18n/messagebundle_pt.properties +407 -0
  2108. package/src/i18n/messagebundle_pt_PT.properties +407 -0
  2109. package/src/i18n/messagebundle_ro.properties +407 -0
  2110. package/src/i18n/messagebundle_ru.properties +407 -0
  2111. package/src/i18n/messagebundle_sh.properties +407 -0
  2112. package/src/i18n/messagebundle_sk.properties +407 -0
  2113. package/src/i18n/messagebundle_sl.properties +407 -0
  2114. package/src/i18n/messagebundle_sr.properties +407 -0
  2115. package/src/i18n/messagebundle_sv.properties +407 -0
  2116. package/src/i18n/messagebundle_th.properties +407 -0
  2117. package/src/i18n/messagebundle_tr.properties +407 -0
  2118. package/src/i18n/messagebundle_uk.properties +407 -0
  2119. package/src/i18n/messagebundle_vi.properties +407 -0
  2120. package/src/i18n/messagebundle_zh_CN.properties +407 -0
  2121. package/src/i18n/messagebundle_zh_TW.properties +407 -0
  2122. package/src/illustrations/sapIllus-Dialog-Achievement.svg +28 -0
  2123. package/src/illustrations/sapIllus-Dialog-AddColumn.svg +37 -0
  2124. package/src/illustrations/sapIllus-Dialog-AddDimensions.svg +17 -0
  2125. package/src/illustrations/sapIllus-Dialog-AddPeople.svg +31 -0
  2126. package/src/illustrations/sapIllus-Dialog-AddPeopleToCalendar.svg +51 -0
  2127. package/src/illustrations/sapIllus-Dialog-AddingColumns.svg +37 -0
  2128. package/src/illustrations/sapIllus-Dialog-BalloonSky.svg +45 -0
  2129. package/src/illustrations/sapIllus-Dialog-BeforeSearch.svg +41 -0
  2130. package/src/illustrations/sapIllus-Dialog-Connection.svg +18 -0
  2131. package/src/illustrations/sapIllus-Dialog-DragFilesToUpload.svg +20 -0
  2132. package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +77 -0
  2133. package/src/illustrations/sapIllus-Dialog-EmptyList.svg +36 -0
  2134. package/src/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.svg +19 -0
  2135. package/src/illustrations/sapIllus-Dialog-ErrorScreen.svg +34 -0
  2136. package/src/illustrations/sapIllus-Dialog-FilterTable.svg +65 -0
  2137. package/src/illustrations/sapIllus-Dialog-FilteringColumns.svg +39 -0
  2138. package/src/illustrations/sapIllus-Dialog-GroupTable.svg +67 -0
  2139. package/src/illustrations/sapIllus-Dialog-GroupingColumns.svg +35 -0
  2140. package/src/illustrations/sapIllus-Dialog-KeyTask.svg +119 -0
  2141. package/src/illustrations/sapIllus-Dialog-NewMail.svg +38 -0
  2142. package/src/illustrations/sapIllus-Dialog-NoActivities.svg +34 -0
  2143. package/src/illustrations/sapIllus-Dialog-NoChartData.svg +45 -0
  2144. package/src/illustrations/sapIllus-Dialog-NoColumnsSet.svg +29 -0
  2145. package/src/illustrations/sapIllus-Dialog-NoData.svg +12 -0
  2146. package/src/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
  2147. package/src/illustrations/sapIllus-Dialog-NoEntries.svg +42 -0
  2148. package/src/illustrations/sapIllus-Dialog-NoFilterResults.svg +20 -0
  2149. package/src/illustrations/sapIllus-Dialog-NoMail.svg +16 -0
  2150. package/src/illustrations/sapIllus-Dialog-NoMail_v1.svg +22 -0
  2151. package/src/illustrations/sapIllus-Dialog-NoNotifications.svg +28 -0
  2152. package/src/illustrations/sapIllus-Dialog-NoSavedItems.svg +54 -0
  2153. package/src/illustrations/sapIllus-Dialog-NoSavedItems_v1.svg +36 -0
  2154. package/src/illustrations/sapIllus-Dialog-NoSearchResults.svg +73 -0
  2155. package/src/illustrations/sapIllus-Dialog-NoTasks.svg +60 -0
  2156. package/src/illustrations/sapIllus-Dialog-NoTasks_v1.svg +62 -0
  2157. package/src/illustrations/sapIllus-Dialog-PageNotFound.svg +13 -0
  2158. package/src/illustrations/sapIllus-Dialog-ReceiveAppreciation.svg +25 -0
  2159. package/src/illustrations/sapIllus-Dialog-ReloadScreen.svg +48 -0
  2160. package/src/illustrations/sapIllus-Dialog-ResizeColumn.svg +41 -0
  2161. package/src/illustrations/sapIllus-Dialog-ResizingColumns.svg +55 -0
  2162. package/src/illustrations/sapIllus-Dialog-SearchEarth.svg +18 -0
  2163. package/src/illustrations/sapIllus-Dialog-SearchFolder.svg +37 -0
  2164. package/src/illustrations/sapIllus-Dialog-SignOut.svg +21 -0
  2165. package/src/illustrations/sapIllus-Dialog-SimpleBalloon.svg +17 -0
  2166. package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +13 -0
  2167. package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +48 -0
  2168. package/src/illustrations/sapIllus-Dialog-SimpleCheckMark.svg +6 -0
  2169. package/src/illustrations/sapIllus-Dialog-SimpleConnection.svg +18 -0
  2170. package/src/illustrations/sapIllus-Dialog-SimpleEmptyDoc.svg +17 -0
  2171. package/src/illustrations/sapIllus-Dialog-SimpleEmptyList.svg +10 -0
  2172. package/src/illustrations/sapIllus-Dialog-SimpleError.svg +10 -0
  2173. package/src/illustrations/sapIllus-Dialog-SimpleMagnifier.svg +10 -0
  2174. package/src/illustrations/sapIllus-Dialog-SimpleMail.svg +13 -0
  2175. package/src/illustrations/sapIllus-Dialog-SimpleNoSavedItems.svg +17 -0
  2176. package/src/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.svg +21 -0
  2177. package/src/illustrations/sapIllus-Dialog-SimpleReload.svg +11 -0
  2178. package/src/illustrations/sapIllus-Dialog-SimpleTask.svg +23 -0
  2179. package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +30 -0
  2180. package/src/illustrations/sapIllus-Dialog-SortColumn.svg +39 -0
  2181. package/src/illustrations/sapIllus-Dialog-SortingColumns.svg +50 -0
  2182. package/src/illustrations/sapIllus-Dialog-SuccessBalloon.svg +16 -0
  2183. package/src/illustrations/sapIllus-Dialog-SuccessCheckMark.svg +8 -0
  2184. package/src/illustrations/sapIllus-Dialog-SuccessHighFive.svg +24 -0
  2185. package/src/illustrations/sapIllus-Dialog-SuccessScreen.svg +47 -0
  2186. package/src/illustrations/sapIllus-Dialog-Survey.svg +22 -0
  2187. package/src/illustrations/sapIllus-Dialog-Tent.svg +31 -0
  2188. package/src/illustrations/sapIllus-Dialog-UnableToLoad.svg +119 -0
  2189. package/src/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +28 -0
  2190. package/src/illustrations/sapIllus-Dialog-UnableToUpload.svg +26 -0
  2191. package/src/illustrations/sapIllus-Dialog-UploadCollection.svg +30 -0
  2192. package/src/illustrations/sapIllus-Dialog-UploadToCloud.svg +21 -0
  2193. package/src/illustrations/sapIllus-Dialog-UserHasSignedUp.svg +34 -0
  2194. package/src/illustrations/sapIllus-Dot-Achievement.svg +18 -0
  2195. package/src/illustrations/sapIllus-Dot-AddColumn.svg +26 -0
  2196. package/src/illustrations/sapIllus-Dot-AddDimensions.svg +9 -0
  2197. package/src/illustrations/sapIllus-Dot-AddPeople.svg +8 -0
  2198. package/src/illustrations/sapIllus-Dot-AddPeopleToCalendar.svg +14 -0
  2199. package/src/illustrations/sapIllus-Dot-AddingColumns.svg +13 -0
  2200. package/src/illustrations/sapIllus-Dot-BalloonSky.svg +6 -0
  2201. package/src/illustrations/sapIllus-Dot-BeforeSearch.svg +40 -0
  2202. package/src/illustrations/sapIllus-Dot-Connection.svg +9 -0
  2203. package/src/illustrations/sapIllus-Dot-DragFilesToUpload.svg +8 -0
  2204. package/src/illustrations/sapIllus-Dot-EmptyCalendar.svg +36 -0
  2205. package/src/illustrations/sapIllus-Dot-EmptyList.svg +6 -0
  2206. package/src/illustrations/sapIllus-Dot-EmptyPlanningCalendar.svg +18 -0
  2207. package/src/illustrations/sapIllus-Dot-ErrorScreen.svg +8 -0
  2208. package/src/illustrations/sapIllus-Dot-FilterTable.svg +7 -0
  2209. package/src/illustrations/sapIllus-Dot-FilteringColumns.svg +22 -0
  2210. package/src/illustrations/sapIllus-Dot-GroupTable.svg +35 -0
  2211. package/src/illustrations/sapIllus-Dot-GroupingColumns.svg +23 -0
  2212. package/src/illustrations/sapIllus-Dot-KeyTask.svg +118 -0
  2213. package/src/illustrations/sapIllus-Dot-NewMail.svg +11 -0
  2214. package/src/illustrations/sapIllus-Dot-NoActivities.svg +11 -0
  2215. package/src/illustrations/sapIllus-Dot-NoChartData.svg +35 -0
  2216. package/src/illustrations/sapIllus-Dot-NoColumnsSet.svg +26 -0
  2217. package/src/illustrations/sapIllus-Dot-NoData.svg +11 -0
  2218. package/src/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
  2219. package/src/illustrations/sapIllus-Dot-NoEntries.svg +25 -0
  2220. package/src/illustrations/sapIllus-Dot-NoFilterResults.svg +14 -0
  2221. package/src/illustrations/sapIllus-Dot-NoMail.svg +14 -0
  2222. package/src/illustrations/sapIllus-Dot-NoMail_v1.svg +9 -0
  2223. package/src/illustrations/sapIllus-Dot-NoNotifications.svg +23 -0
  2224. package/src/illustrations/sapIllus-Dot-NoSavedItems.svg +55 -0
  2225. package/src/illustrations/sapIllus-Dot-NoSavedItems_v1.svg +12 -0
  2226. package/src/illustrations/sapIllus-Dot-NoSearchResults.svg +35 -0
  2227. package/src/illustrations/sapIllus-Dot-NoTasks.svg +22 -0
  2228. package/src/illustrations/sapIllus-Dot-NoTasks_v1.svg +12 -0
  2229. package/src/illustrations/sapIllus-Dot-PageNotFound.svg +14 -0
  2230. package/src/illustrations/sapIllus-Dot-ReceiveAppreciation.svg +19 -0
  2231. package/src/illustrations/sapIllus-Dot-ReloadScreen.svg +8 -0
  2232. package/src/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -0
  2233. package/src/illustrations/sapIllus-Dot-ResizingColumns.svg +19 -0
  2234. package/src/illustrations/sapIllus-Dot-SearchEarth.svg +6 -0
  2235. package/src/illustrations/sapIllus-Dot-SearchFolder.svg +10 -0
  2236. package/src/illustrations/sapIllus-Dot-SignOut.svg +11 -0
  2237. package/src/illustrations/sapIllus-Dot-SimpleBalloon.svg +6 -0
  2238. package/src/illustrations/sapIllus-Dot-SimpleBell.svg +7 -0
  2239. package/src/illustrations/sapIllus-Dot-SimpleCalendar.svg +36 -0
  2240. package/src/illustrations/sapIllus-Dot-SimpleCheckMark.svg +4 -0
  2241. package/src/illustrations/sapIllus-Dot-SimpleConnection.svg +9 -0
  2242. package/src/illustrations/sapIllus-Dot-SimpleEmptyDoc.svg +7 -0
  2243. package/src/illustrations/sapIllus-Dot-SimpleEmptyList.svg +6 -0
  2244. package/src/illustrations/sapIllus-Dot-SimpleError.svg +8 -0
  2245. package/src/illustrations/sapIllus-Dot-SimpleMagnifier.svg +6 -0
  2246. package/src/illustrations/sapIllus-Dot-SimpleMail.svg +9 -0
  2247. package/src/illustrations/sapIllus-Dot-SimpleNoSavedItems.svg +12 -0
  2248. package/src/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.svg +10 -0
  2249. package/src/illustrations/sapIllus-Dot-SimpleReload.svg +8 -0
  2250. package/src/illustrations/sapIllus-Dot-SimpleTask.svg +12 -0
  2251. package/src/illustrations/sapIllus-Dot-SleepingBell.svg +7 -0
  2252. package/src/illustrations/sapIllus-Dot-SortColumn.svg +28 -0
  2253. package/src/illustrations/sapIllus-Dot-SortingColumns.svg +15 -0
  2254. package/src/illustrations/sapIllus-Dot-SuccessHighFive.svg +6 -0
  2255. package/src/illustrations/sapIllus-Dot-SuccessScreen.svg +4 -0
  2256. package/src/illustrations/sapIllus-Dot-Survey.svg +7 -0
  2257. package/src/illustrations/sapIllus-Dot-Tent.svg +7 -0
  2258. package/src/illustrations/sapIllus-Dot-UnableToLoad.svg +118 -0
  2259. package/src/illustrations/sapIllus-Dot-UnableToLoadImage.svg +24 -0
  2260. package/src/illustrations/sapIllus-Dot-UnableToUpload.svg +10 -0
  2261. package/src/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
  2262. package/src/illustrations/sapIllus-Dot-UploadToCloud.svg +9 -0
  2263. package/src/illustrations/sapIllus-Dot-UserHasSignedUp.svg +8 -0
  2264. package/src/illustrations/sapIllus-Patterns.svg +20 -0
  2265. package/src/illustrations/sapIllus-Scene-Achievement.svg +28 -0
  2266. package/src/illustrations/sapIllus-Scene-AddColumn.svg +48 -0
  2267. package/src/illustrations/sapIllus-Scene-AddDimensions.svg +17 -0
  2268. package/src/illustrations/sapIllus-Scene-AddPeople.svg +30 -0
  2269. package/src/illustrations/sapIllus-Scene-AddPeopleToCalendar.svg +46 -0
  2270. package/src/illustrations/sapIllus-Scene-AddingColumns.svg +37 -0
  2271. package/src/illustrations/sapIllus-Scene-BalloonSky.svg +53 -0
  2272. package/src/illustrations/sapIllus-Scene-BeforeSearch.svg +41 -0
  2273. package/src/illustrations/sapIllus-Scene-Connection.svg +31 -0
  2274. package/src/illustrations/sapIllus-Scene-DragFilesToUpload.svg +20 -0
  2275. package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +90 -0
  2276. package/src/illustrations/sapIllus-Scene-EmptyList.svg +43 -0
  2277. package/src/illustrations/sapIllus-Scene-EmptyPlanningCalendar.svg +19 -0
  2278. package/src/illustrations/sapIllus-Scene-ErrorScreen.svg +78 -0
  2279. package/src/illustrations/sapIllus-Scene-FilterTable.svg +62 -0
  2280. package/src/illustrations/sapIllus-Scene-FilteringColumns.svg +39 -0
  2281. package/src/illustrations/sapIllus-Scene-GroupTable.svg +76 -0
  2282. package/src/illustrations/sapIllus-Scene-GroupingColumns.svg +40 -0
  2283. package/src/illustrations/sapIllus-Scene-KeyTask.svg +119 -0
  2284. package/src/illustrations/sapIllus-Scene-NewMail.svg +38 -0
  2285. package/src/illustrations/sapIllus-Scene-NoActivities.svg +34 -0
  2286. package/src/illustrations/sapIllus-Scene-NoChartData.svg +45 -0
  2287. package/src/illustrations/sapIllus-Scene-NoColumnsSet.svg +26 -0
  2288. package/src/illustrations/sapIllus-Scene-NoData.svg +12 -0
  2289. package/src/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
  2290. package/src/illustrations/sapIllus-Scene-NoEntries.svg +42 -0
  2291. package/src/illustrations/sapIllus-Scene-NoFilterResults.svg +16 -0
  2292. package/src/illustrations/sapIllus-Scene-NoMail.svg +16 -0
  2293. package/src/illustrations/sapIllus-Scene-NoMail_v1.svg +55 -0
  2294. package/src/illustrations/sapIllus-Scene-NoNotifications.svg +28 -0
  2295. package/src/illustrations/sapIllus-Scene-NoSavedItems.svg +54 -0
  2296. package/src/illustrations/sapIllus-Scene-NoSavedItems_v1.svg +39 -0
  2297. package/src/illustrations/sapIllus-Scene-NoSearchResults.svg +73 -0
  2298. package/src/illustrations/sapIllus-Scene-NoTasks.svg +60 -0
  2299. package/src/illustrations/sapIllus-Scene-NoTasks_v1.svg +86 -0
  2300. package/src/illustrations/sapIllus-Scene-PageNotFound.svg +13 -0
  2301. package/src/illustrations/sapIllus-Scene-ReceiveAppreciation.svg +25 -0
  2302. package/src/illustrations/sapIllus-Scene-ReloadScreen.svg +62 -0
  2303. package/src/illustrations/sapIllus-Scene-ResizeColumn.svg +52 -0
  2304. package/src/illustrations/sapIllus-Scene-ResizingColumns.svg +57 -0
  2305. package/src/illustrations/sapIllus-Scene-SearchEarth.svg +30 -0
  2306. package/src/illustrations/sapIllus-Scene-SearchFolder.svg +44 -0
  2307. package/src/illustrations/sapIllus-Scene-SignOut.svg +21 -0
  2308. package/src/illustrations/sapIllus-Scene-SimpleBalloon.svg +20 -0
  2309. package/src/illustrations/sapIllus-Scene-SimpleBell.svg +16 -0
  2310. package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +44 -0
  2311. package/src/illustrations/sapIllus-Scene-SimpleCheckMark.svg +9 -0
  2312. package/src/illustrations/sapIllus-Scene-SimpleConnection.svg +22 -0
  2313. package/src/illustrations/sapIllus-Scene-SimpleEmptyDoc.svg +20 -0
  2314. package/src/illustrations/sapIllus-Scene-SimpleEmptyList.svg +13 -0
  2315. package/src/illustrations/sapIllus-Scene-SimpleError.svg +13 -0
  2316. package/src/illustrations/sapIllus-Scene-SimpleMagnifier.svg +13 -0
  2317. package/src/illustrations/sapIllus-Scene-SimpleMail.svg +16 -0
  2318. package/src/illustrations/sapIllus-Scene-SimpleNoSavedItems.svg +27 -0
  2319. package/src/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.svg +24 -0
  2320. package/src/illustrations/sapIllus-Scene-SimpleReload.svg +14 -0
  2321. package/src/illustrations/sapIllus-Scene-SimpleTask.svg +19 -0
  2322. package/src/illustrations/sapIllus-Scene-SleepingBell.svg +50 -0
  2323. package/src/illustrations/sapIllus-Scene-SortColumn.svg +50 -0
  2324. package/src/illustrations/sapIllus-Scene-SortingColumns.svg +50 -0
  2325. package/src/illustrations/sapIllus-Scene-SuccessBalloon.svg +33 -0
  2326. package/src/illustrations/sapIllus-Scene-SuccessCheckMark.svg +43 -0
  2327. package/src/illustrations/sapIllus-Scene-SuccessHighFive.svg +25 -0
  2328. package/src/illustrations/sapIllus-Scene-SuccessScreen.svg +61 -0
  2329. package/src/illustrations/sapIllus-Scene-Survey.svg +21 -0
  2330. package/src/illustrations/sapIllus-Scene-Tent.svg +59 -0
  2331. package/src/illustrations/sapIllus-Scene-UnableToLoad.svg +119 -0
  2332. package/src/illustrations/sapIllus-Scene-UnableToLoadImage.svg +28 -0
  2333. package/src/illustrations/sapIllus-Scene-UnableToUpload.svg +26 -0
  2334. package/src/illustrations/sapIllus-Scene-UploadCollection.svg +29 -0
  2335. package/src/illustrations/sapIllus-Scene-UploadToCloud.svg +22 -0
  2336. package/src/illustrations/sapIllus-Scene-UserHasSignedUp.svg +29 -0
  2337. package/src/illustrations/sapIllus-Spot-Achievement.svg +27 -0
  2338. package/src/illustrations/sapIllus-Spot-AddColumn.svg +37 -0
  2339. package/src/illustrations/sapIllus-Spot-AddDimensions.svg +16 -0
  2340. package/src/illustrations/sapIllus-Spot-AddPeople.svg +31 -0
  2341. package/src/illustrations/sapIllus-Spot-AddPeopleToCalendar.svg +42 -0
  2342. package/src/illustrations/sapIllus-Spot-AddingColumns.svg +37 -0
  2343. package/src/illustrations/sapIllus-Spot-BalloonSky.svg +43 -0
  2344. package/src/illustrations/sapIllus-Spot-BeforeSearch.svg +41 -0
  2345. package/src/illustrations/sapIllus-Spot-Connection.svg +22 -0
  2346. package/src/illustrations/sapIllus-Spot-DragFilesToUpload.svg +18 -0
  2347. package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +46 -0
  2348. package/src/illustrations/sapIllus-Spot-EmptyList.svg +29 -0
  2349. package/src/illustrations/sapIllus-Spot-EmptyPlanningCalendar.svg +19 -0
  2350. package/src/illustrations/sapIllus-Spot-ErrorScreen.svg +32 -0
  2351. package/src/illustrations/sapIllus-Spot-FilterTable.svg +60 -0
  2352. package/src/illustrations/sapIllus-Spot-FilteringColumns.svg +33 -0
  2353. package/src/illustrations/sapIllus-Spot-GroupTable.svg +86 -0
  2354. package/src/illustrations/sapIllus-Spot-GroupingColumns.svg +35 -0
  2355. package/src/illustrations/sapIllus-Spot-KeyTask.svg +119 -0
  2356. package/src/illustrations/sapIllus-Spot-NewMail.svg +34 -0
  2357. package/src/illustrations/sapIllus-Spot-NoActivities.svg +34 -0
  2358. package/src/illustrations/sapIllus-Spot-NoChartData.svg +42 -0
  2359. package/src/illustrations/sapIllus-Spot-NoColumnsSet.svg +29 -0
  2360. package/src/illustrations/sapIllus-Spot-NoData.svg +12 -0
  2361. package/src/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
  2362. package/src/illustrations/sapIllus-Spot-NoEntries.svg +42 -0
  2363. package/src/illustrations/sapIllus-Spot-NoFilterResults.svg +16 -0
  2364. package/src/illustrations/sapIllus-Spot-NoMail.svg +15 -0
  2365. package/src/illustrations/sapIllus-Spot-NoMail_v1.svg +16 -0
  2366. package/src/illustrations/sapIllus-Spot-NoNotifications.svg +25 -0
  2367. package/src/illustrations/sapIllus-Spot-NoSavedItems.svg +51 -0
  2368. package/src/illustrations/sapIllus-Spot-NoSavedItems_v1.svg +33 -0
  2369. package/src/illustrations/sapIllus-Spot-NoSearchResults.svg +73 -0
  2370. package/src/illustrations/sapIllus-Spot-NoTasks.svg +32 -0
  2371. package/src/illustrations/sapIllus-Spot-NoTasks_v1.svg +22 -0
  2372. package/src/illustrations/sapIllus-Spot-PageNotFound.svg +10 -0
  2373. package/src/illustrations/sapIllus-Spot-ReceiveAppreciation.svg +20 -0
  2374. package/src/illustrations/sapIllus-Spot-ReloadScreen.svg +36 -0
  2375. package/src/illustrations/sapIllus-Spot-ResizeColumn.svg +49 -0
  2376. package/src/illustrations/sapIllus-Spot-ResizingColumns.svg +37 -0
  2377. package/src/illustrations/sapIllus-Spot-SearchEarth.svg +55 -0
  2378. package/src/illustrations/sapIllus-Spot-SearchFolder.svg +37 -0
  2379. package/src/illustrations/sapIllus-Spot-SignOut.svg +21 -0
  2380. package/src/illustrations/sapIllus-Spot-SimpleBalloon.svg +7 -0
  2381. package/src/illustrations/sapIllus-Spot-SimpleBell.svg +12 -0
  2382. package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +44 -0
  2383. package/src/illustrations/sapIllus-Spot-SimpleCheckMark.svg +5 -0
  2384. package/src/illustrations/sapIllus-Spot-SimpleConnection.svg +10 -0
  2385. package/src/illustrations/sapIllus-Spot-SimpleEmptyDoc.svg +6 -0
  2386. package/src/illustrations/sapIllus-Spot-SimpleEmptyList.svg +6 -0
  2387. package/src/illustrations/sapIllus-Spot-SimpleError.svg +9 -0
  2388. package/src/illustrations/sapIllus-Spot-SimpleMagnifier.svg +9 -0
  2389. package/src/illustrations/sapIllus-Spot-SimpleMail.svg +12 -0
  2390. package/src/illustrations/sapIllus-Spot-SimpleNoSavedItems.svg +23 -0
  2391. package/src/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.svg +10 -0
  2392. package/src/illustrations/sapIllus-Spot-SimpleReload.svg +7 -0
  2393. package/src/illustrations/sapIllus-Spot-SimpleTask.svg +22 -0
  2394. package/src/illustrations/sapIllus-Spot-SleepingBell.svg +38 -0
  2395. package/src/illustrations/sapIllus-Spot-SortColumn.svg +39 -0
  2396. package/src/illustrations/sapIllus-Spot-SortingColumns.svg +49 -0
  2397. package/src/illustrations/sapIllus-Spot-SuccessBalloon.svg +19 -0
  2398. package/src/illustrations/sapIllus-Spot-SuccessCheckMark.svg +7 -0
  2399. package/src/illustrations/sapIllus-Spot-SuccessHighFive.svg +24 -0
  2400. package/src/illustrations/sapIllus-Spot-SuccessScreen.svg +35 -0
  2401. package/src/illustrations/sapIllus-Spot-Survey.svg +32 -0
  2402. package/src/illustrations/sapIllus-Spot-Tent.svg +29 -0
  2403. package/src/illustrations/sapIllus-Spot-UnableToLoad.svg +119 -0
  2404. package/src/illustrations/sapIllus-Spot-UnableToLoadImage.svg +28 -0
  2405. package/src/illustrations/sapIllus-Spot-UnableToUpload.svg +28 -0
  2406. package/src/illustrations/sapIllus-Spot-UploadCollection.svg +33 -0
  2407. package/src/illustrations/sapIllus-Spot-UploadToCloud.svg +21 -0
  2408. package/src/illustrations/sapIllus-Spot-UserHasSignedUp.svg +34 -0
  2409. package/src/illustrations/tnt/tnt-Dialog-Avatar.svg +124 -0
  2410. package/src/illustrations/tnt/tnt-Dialog-Calculator.svg +80 -0
  2411. package/src/illustrations/tnt/tnt-Dialog-ChartArea.svg +14 -0
  2412. package/src/illustrations/tnt/tnt-Dialog-ChartArea2.svg +12 -0
  2413. package/src/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.svg +13 -0
  2414. package/src/illustrations/tnt/tnt-Dialog-ChartBar.svg +12 -0
  2415. package/src/illustrations/tnt/tnt-Dialog-ChartBullet.svg +14 -0
  2416. package/src/illustrations/tnt/tnt-Dialog-ChartDoughnut.svg +13 -0
  2417. package/src/illustrations/tnt/tnt-Dialog-ChartFlow.svg +13 -0
  2418. package/src/illustrations/tnt/tnt-Dialog-ChartGantt.svg +17 -0
  2419. package/src/illustrations/tnt/tnt-Dialog-ChartOrg.svg +15 -0
  2420. package/src/illustrations/tnt/tnt-Dialog-ChartPie.svg +12 -0
  2421. package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
  2422. package/src/illustrations/tnt/tnt-Dialog-Company.svg +13 -0
  2423. package/src/illustrations/tnt/tnt-Dialog-Compass.svg +34 -0
  2424. package/src/illustrations/tnt/tnt-Dialog-Components.svg +9 -0
  2425. package/src/illustrations/tnt/tnt-Dialog-Dialog.svg +32 -0
  2426. package/src/illustrations/tnt/tnt-Dialog-EmptyContentPane.svg +18 -0
  2427. package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +11 -0
  2428. package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +17 -0
  2429. package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +16 -0
  2430. package/src/illustrations/tnt/tnt-Dialog-Handshake.svg +32 -0
  2431. package/src/illustrations/tnt/tnt-Dialog-Help.svg +27 -0
  2432. package/src/illustrations/tnt/tnt-Dialog-Lock.svg +12 -0
  2433. package/src/illustrations/tnt/tnt-Dialog-Mission.svg +18 -0
  2434. package/src/illustrations/tnt/tnt-Dialog-MissionFailed.svg +41 -0
  2435. package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +15 -0
  2436. package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +11 -0
  2437. package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +15 -0
  2438. package/src/illustrations/tnt/tnt-Dialog-Radar.svg +15 -0
  2439. package/src/illustrations/tnt/tnt-Dialog-RoadMap.svg +41 -0
  2440. package/src/illustrations/tnt/tnt-Dialog-Secrets.svg +11 -0
  2441. package/src/illustrations/tnt/tnt-Dialog-Services.svg +16 -0
  2442. package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +11 -0
  2443. package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +10 -0
  2444. package/src/illustrations/tnt/tnt-Dialog-Settings.svg +37 -0
  2445. package/src/illustrations/tnt/tnt-Dialog-Success.svg +10 -0
  2446. package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +10 -0
  2447. package/src/illustrations/tnt/tnt-Dialog-Systems.svg +11 -0
  2448. package/src/illustrations/tnt/tnt-Dialog-Teams.svg +17 -0
  2449. package/src/illustrations/tnt/tnt-Dialog-Tools.svg +12 -0
  2450. package/src/illustrations/tnt/tnt-Dialog-Tutorials.svg +78 -0
  2451. package/src/illustrations/tnt/tnt-Dialog-UnableToLoad.svg +9 -0
  2452. package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +12 -0
  2453. package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +11 -0
  2454. package/src/illustrations/tnt/tnt-Dialog-User2.svg +13 -0
  2455. package/src/illustrations/tnt/tnt-Dot-Avatar.svg +12 -0
  2456. package/src/illustrations/tnt/tnt-Dot-Calculator.svg +11 -0
  2457. package/src/illustrations/tnt/tnt-Dot-Compass.svg +9 -0
  2458. package/src/illustrations/tnt/tnt-Dot-Dialog.svg +19 -0
  2459. package/src/illustrations/tnt/tnt-Dot-EmptyContentPane.svg +15 -0
  2460. package/src/illustrations/tnt/tnt-Dot-Handshake.svg +18 -0
  2461. package/src/illustrations/tnt/tnt-Dot-Help.svg +8 -0
  2462. package/src/illustrations/tnt/tnt-Dot-MissionFailed.svg +9 -0
  2463. package/src/illustrations/tnt/tnt-Dot-RoadMap.svg +5 -0
  2464. package/src/illustrations/tnt/tnt-Dot-Settings.svg +6 -0
  2465. package/src/illustrations/tnt/tnt-Dot-Tutorials.svg +7 -0
  2466. package/src/illustrations/tnt/tnt-Scene-Avatar.svg +130 -0
  2467. package/src/illustrations/tnt/tnt-Scene-Calculator.svg +83 -0
  2468. package/src/illustrations/tnt/tnt-Scene-ChartArea.svg +22 -0
  2469. package/src/illustrations/tnt/tnt-Scene-ChartArea2.svg +19 -0
  2470. package/src/illustrations/tnt/tnt-Scene-ChartBPMNFlow.svg +21 -0
  2471. package/src/illustrations/tnt/tnt-Scene-ChartBar.svg +19 -0
  2472. package/src/illustrations/tnt/tnt-Scene-ChartBullet.svg +20 -0
  2473. package/src/illustrations/tnt/tnt-Scene-ChartDoughnut.svg +19 -0
  2474. package/src/illustrations/tnt/tnt-Scene-ChartFlow.svg +20 -0
  2475. package/src/illustrations/tnt/tnt-Scene-ChartGantt.svg +26 -0
  2476. package/src/illustrations/tnt/tnt-Scene-ChartOrg.svg +26 -0
  2477. package/src/illustrations/tnt/tnt-Scene-ChartPie.svg +18 -0
  2478. package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +9 -0
  2479. package/src/illustrations/tnt/tnt-Scene-Company.svg +30 -0
  2480. package/src/illustrations/tnt/tnt-Scene-Compass.svg +34 -0
  2481. package/src/illustrations/tnt/tnt-Scene-Components.svg +16 -0
  2482. package/src/illustrations/tnt/tnt-Scene-Dialog.svg +35 -0
  2483. package/src/illustrations/tnt/tnt-Scene-EmptyContentPane.svg +15 -0
  2484. package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +14 -0
  2485. package/src/illustrations/tnt/tnt-Scene-FaceID.svg +21 -0
  2486. package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +35 -0
  2487. package/src/illustrations/tnt/tnt-Scene-Handshake.svg +32 -0
  2488. package/src/illustrations/tnt/tnt-Scene-Help.svg +29 -0
  2489. package/src/illustrations/tnt/tnt-Scene-Lock.svg +22 -0
  2490. package/src/illustrations/tnt/tnt-Scene-Mission.svg +19 -0
  2491. package/src/illustrations/tnt/tnt-Scene-MissionFailed.svg +49 -0
  2492. package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +17 -0
  2493. package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +20 -0
  2494. package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +16 -0
  2495. package/src/illustrations/tnt/tnt-Scene-Radar.svg +20 -0
  2496. package/src/illustrations/tnt/tnt-Scene-RoadMap.svg +45 -0
  2497. package/src/illustrations/tnt/tnt-Scene-Secrets.svg +14 -0
  2498. package/src/illustrations/tnt/tnt-Scene-Services.svg +17 -0
  2499. package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +18 -0
  2500. package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +17 -0
  2501. package/src/illustrations/tnt/tnt-Scene-Settings.svg +38 -0
  2502. package/src/illustrations/tnt/tnt-Scene-Success.svg +18 -0
  2503. package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +20 -0
  2504. package/src/illustrations/tnt/tnt-Scene-Systems.svg +12 -0
  2505. package/src/illustrations/tnt/tnt-Scene-Teams.svg +20 -0
  2506. package/src/illustrations/tnt/tnt-Scene-Tools.svg +18 -0
  2507. package/src/illustrations/tnt/tnt-Scene-Tutorials.svg +84 -0
  2508. package/src/illustrations/tnt/tnt-Scene-UnableToLoad.svg +20 -0
  2509. package/src/illustrations/tnt/tnt-Scene-Unlock.svg +15 -0
  2510. package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +22 -0
  2511. package/src/illustrations/tnt/tnt-Scene-User2.svg +22 -0
  2512. package/src/illustrations/tnt/tnt-Spot-Avatar.svg +105 -0
  2513. package/src/illustrations/tnt/tnt-Spot-Calculator.svg +130 -0
  2514. package/src/illustrations/tnt/tnt-Spot-ChartArea.svg +13 -0
  2515. package/src/illustrations/tnt/tnt-Spot-ChartArea2.svg +7 -0
  2516. package/src/illustrations/tnt/tnt-Spot-ChartBPMNFlow.svg +9 -0
  2517. package/src/illustrations/tnt/tnt-Spot-ChartBar.svg +8 -0
  2518. package/src/illustrations/tnt/tnt-Spot-ChartBullet.svg +10 -0
  2519. package/src/illustrations/tnt/tnt-Spot-ChartDoughnut.svg +9 -0
  2520. package/src/illustrations/tnt/tnt-Spot-ChartFlow.svg +8 -0
  2521. package/src/illustrations/tnt/tnt-Spot-ChartGantt.svg +12 -0
  2522. package/src/illustrations/tnt/tnt-Spot-ChartOrg.svg +6 -0
  2523. package/src/illustrations/tnt/tnt-Spot-ChartPie.svg +8 -0
  2524. package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
  2525. package/src/illustrations/tnt/tnt-Spot-Company.svg +13 -0
  2526. package/src/illustrations/tnt/tnt-Spot-Compass.svg +34 -0
  2527. package/src/illustrations/tnt/tnt-Spot-Components.svg +5 -0
  2528. package/src/illustrations/tnt/tnt-Spot-Dialog.svg +32 -0
  2529. package/src/illustrations/tnt/tnt-Spot-EmptyContentPane.svg +16 -0
  2530. package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +9 -0
  2531. package/src/illustrations/tnt/tnt-Spot-FaceID.svg +16 -0
  2532. package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +10 -0
  2533. package/src/illustrations/tnt/tnt-Spot-Handshake.svg +64 -0
  2534. package/src/illustrations/tnt/tnt-Spot-Help.svg +23 -0
  2535. package/src/illustrations/tnt/tnt-Spot-Lock.svg +13 -0
  2536. package/src/illustrations/tnt/tnt-Spot-Mission.svg +17 -0
  2537. package/src/illustrations/tnt/tnt-Spot-MissionFailed.svg +113 -0
  2538. package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +11 -0
  2539. package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +8 -0
  2540. package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +11 -0
  2541. package/src/illustrations/tnt/tnt-Spot-Radar.svg +14 -0
  2542. package/src/illustrations/tnt/tnt-Spot-RoadMap.svg +165 -0
  2543. package/src/illustrations/tnt/tnt-Spot-Secrets.svg +9 -0
  2544. package/src/illustrations/tnt/tnt-Spot-Services.svg +14 -0
  2545. package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +9 -0
  2546. package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +9 -0
  2547. package/src/illustrations/tnt/tnt-Spot-Settings.svg +37 -0
  2548. package/src/illustrations/tnt/tnt-Spot-Success.svg +9 -0
  2549. package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +9 -0
  2550. package/src/illustrations/tnt/tnt-Spot-Systems.svg +10 -0
  2551. package/src/illustrations/tnt/tnt-Spot-Teams.svg +13 -0
  2552. package/src/illustrations/tnt/tnt-Spot-Tools.svg +7 -0
  2553. package/src/illustrations/tnt/tnt-Spot-Tutorials.svg +91 -0
  2554. package/src/illustrations/tnt/tnt-Spot-UnableToLoad.svg +8 -0
  2555. package/src/illustrations/tnt/tnt-Spot-Unlock.svg +11 -0
  2556. package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +10 -0
  2557. package/src/illustrations/tnt/tnt-Spot-User2.svg +10 -0
  2558. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.svg +15 -0
  2559. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.svg +23 -0
  2560. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.svg +14 -0
  2561. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.svg +13 -0
  2562. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.svg +21 -0
  2563. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.svg +13 -0
  2564. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.svg +18 -0
  2565. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.svg +17 -0
  2566. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.svg +18 -0
  2567. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.svg +18 -0
  2568. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.svg +29 -0
  2569. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.svg +19 -0
  2570. package/src/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.svg +9 -0
  2571. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Company.svg +22 -0
  2572. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Compass.svg +16 -0
  2573. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Components.svg +21 -0
  2574. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.svg +22 -0
  2575. package/src/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.svg +22 -0
  2576. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.svg +17 -0
  2577. package/src/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.svg +17 -0
  2578. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.svg +12 -0
  2579. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.svg +21 -0
  2580. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Help.svg +11 -0
  2581. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Lock.svg +21 -0
  2582. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Mission.svg +14 -0
  2583. package/src/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.svg +11 -0
  2584. package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.svg +18 -0
  2585. package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.svg +21 -0
  2586. package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.svg +18 -0
  2587. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Radar.svg +13 -0
  2588. package/src/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.svg +91 -0
  2589. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.svg +12 -0
  2590. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Services.svg +15 -0
  2591. package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.svg +13 -0
  2592. package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.svg +11 -0
  2593. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Settings.svg +8 -0
  2594. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Success.svg +19 -0
  2595. package/src/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.svg +26 -0
  2596. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Systems.svg +24 -0
  2597. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Teams.svg +26 -0
  2598. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tools.svg +21 -0
  2599. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.svg +17 -0
  2600. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.svg +17 -0
  2601. package/src/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.svg +26 -0
  2602. package/src/illustrations-v5/tnt/hc/tnt-Dot-Avatar.svg +12 -0
  2603. package/src/illustrations-v5/tnt/hc/tnt-Dot-Calculator.svg +12 -0
  2604. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.svg +7 -0
  2605. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.svg +6 -0
  2606. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.svg +13 -0
  2607. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.svg +6 -0
  2608. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.svg +9 -0
  2609. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.svg +7 -0
  2610. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.svg +11 -0
  2611. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.svg +10 -0
  2612. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.svg +13 -0
  2613. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.svg +8 -0
  2614. package/src/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.svg +6 -0
  2615. package/src/illustrations-v5/tnt/hc/tnt-Dot-Company.svg +11 -0
  2616. package/src/illustrations-v5/tnt/hc/tnt-Dot-Compass.svg +9 -0
  2617. package/src/illustrations-v5/tnt/hc/tnt-Dot-Components.svg +10 -0
  2618. package/src/illustrations-v5/tnt/hc/tnt-Dot-Dialog.svg +22 -0
  2619. package/src/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.svg +10 -0
  2620. package/src/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.svg +10 -0
  2621. package/src/illustrations-v5/tnt/hc/tnt-Dot-FaceID.svg +18 -0
  2622. package/src/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.svg +8 -0
  2623. package/src/illustrations-v5/tnt/hc/tnt-Dot-Handshake.svg +18 -0
  2624. package/src/illustrations-v5/tnt/hc/tnt-Dot-Help.svg +8 -0
  2625. package/src/illustrations-v5/tnt/hc/tnt-Dot-Lock.svg +13 -0
  2626. package/src/illustrations-v5/tnt/hc/tnt-Dot-Mission.svg +9 -0
  2627. package/src/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.svg +9 -0
  2628. package/src/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.svg +15 -0
  2629. package/src/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.svg +41 -0
  2630. package/src/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.svg +12 -0
  2631. package/src/illustrations-v5/tnt/hc/tnt-Dot-Radar.svg +11 -0
  2632. package/src/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.svg +7 -0
  2633. package/src/illustrations-v5/tnt/hc/tnt-Dot-Secrets.svg +6 -0
  2634. package/src/illustrations-v5/tnt/hc/tnt-Dot-Services.svg +11 -0
  2635. package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.svg +7 -0
  2636. package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.svg +8 -0
  2637. package/src/illustrations-v5/tnt/hc/tnt-Dot-Settings.svg +6 -0
  2638. package/src/illustrations-v5/tnt/hc/tnt-Dot-Success.svg +8 -0
  2639. package/src/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.svg +11 -0
  2640. package/src/illustrations-v5/tnt/hc/tnt-Dot-Systems.svg +14 -0
  2641. package/src/illustrations-v5/tnt/hc/tnt-Dot-Teams.svg +15 -0
  2642. package/src/illustrations-v5/tnt/hc/tnt-Dot-Tools.svg +17 -0
  2643. package/src/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.svg +7 -0
  2644. package/src/illustrations-v5/tnt/hc/tnt-Dot-Unlock.svg +19 -0
  2645. package/src/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.svg +11 -0
  2646. package/src/illustrations-v5/tnt/hc/tnt-Scene-Avatar.svg +22 -0
  2647. package/src/illustrations-v5/tnt/hc/tnt-Scene-Calculator.svg +31 -0
  2648. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.svg +20 -0
  2649. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.svg +19 -0
  2650. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.svg +27 -0
  2651. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.svg +19 -0
  2652. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.svg +24 -0
  2653. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.svg +23 -0
  2654. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.svg +24 -0
  2655. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.svg +24 -0
  2656. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.svg +35 -0
  2657. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.svg +24 -0
  2658. package/src/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.svg +13 -0
  2659. package/src/illustrations-v5/tnt/hc/tnt-Scene-Company.svg +29 -0
  2660. package/src/illustrations-v5/tnt/hc/tnt-Scene-Compass.svg +23 -0
  2661. package/src/illustrations-v5/tnt/hc/tnt-Scene-Components.svg +25 -0
  2662. package/src/illustrations-v5/tnt/hc/tnt-Scene-Dialog.svg +16 -0
  2663. package/src/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.svg +26 -0
  2664. package/src/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.svg +21 -0
  2665. package/src/illustrations-v5/tnt/hc/tnt-Scene-FaceID.svg +27 -0
  2666. package/src/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.svg +16 -0
  2667. package/src/illustrations-v5/tnt/hc/tnt-Scene-Handshake.svg +25 -0
  2668. package/src/illustrations-v5/tnt/hc/tnt-Scene-Help.svg +20 -0
  2669. package/src/illustrations-v5/tnt/hc/tnt-Scene-Lock.svg +25 -0
  2670. package/src/illustrations-v5/tnt/hc/tnt-Scene-Mission.svg +20 -0
  2671. package/src/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.svg +17 -0
  2672. package/src/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.svg +22 -0
  2673. package/src/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.svg +25 -0
  2674. package/src/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.svg +22 -0
  2675. package/src/illustrations-v5/tnt/hc/tnt-Scene-Radar.svg +18 -0
  2676. package/src/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.svg +29 -0
  2677. package/src/illustrations-v5/tnt/hc/tnt-Scene-Secrets.svg +20 -0
  2678. package/src/illustrations-v5/tnt/hc/tnt-Scene-Services.svg +19 -0
  2679. package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.svg +17 -0
  2680. package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.svg +15 -0
  2681. package/src/illustrations-v5/tnt/hc/tnt-Scene-Settings.svg +12 -0
  2682. package/src/illustrations-v5/tnt/hc/tnt-Scene-Success.svg +26 -0
  2683. package/src/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.svg +33 -0
  2684. package/src/illustrations-v5/tnt/hc/tnt-Scene-Systems.svg +30 -0
  2685. package/src/illustrations-v5/tnt/hc/tnt-Scene-Teams.svg +30 -0
  2686. package/src/illustrations-v5/tnt/hc/tnt-Scene-Tools.svg +25 -0
  2687. package/src/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.svg +26 -0
  2688. package/src/illustrations-v5/tnt/hc/tnt-Scene-Unlock.svg +21 -0
  2689. package/src/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.svg +33 -0
  2690. package/src/illustrations-v5/tnt/hc/tnt-Spot-Avatar.svg +16 -0
  2691. package/src/illustrations-v5/tnt/hc/tnt-Spot-Calculator.svg +23 -0
  2692. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.svg +14 -0
  2693. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.svg +13 -0
  2694. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.svg +20 -0
  2695. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.svg +13 -0
  2696. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.svg +18 -0
  2697. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.svg +17 -0
  2698. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.svg +18 -0
  2699. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.svg +18 -0
  2700. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.svg +29 -0
  2701. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.svg +18 -0
  2702. package/src/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.svg +9 -0
  2703. package/src/illustrations-v5/tnt/hc/tnt-Spot-Company.svg +22 -0
  2704. package/src/illustrations-v5/tnt/hc/tnt-Spot-Compass.svg +16 -0
  2705. package/src/illustrations-v5/tnt/hc/tnt-Spot-Components.svg +19 -0
  2706. package/src/illustrations-v5/tnt/hc/tnt-Spot-Dialog.svg +22 -0
  2707. package/src/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.svg +22 -0
  2708. package/src/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.svg +17 -0
  2709. package/src/illustrations-v5/tnt/hc/tnt-Spot-FaceID.svg +17 -0
  2710. package/src/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.svg +8 -0
  2711. package/src/illustrations-v5/tnt/hc/tnt-Spot-Handshake.svg +26 -0
  2712. package/src/illustrations-v5/tnt/hc/tnt-Spot-Help.svg +11 -0
  2713. package/src/illustrations-v5/tnt/hc/tnt-Spot-Lock.svg +21 -0
  2714. package/src/illustrations-v5/tnt/hc/tnt-Spot-Mission.svg +10 -0
  2715. package/src/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.svg +10 -0
  2716. package/src/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.svg +18 -0
  2717. package/src/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.svg +21 -0
  2718. package/src/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.svg +18 -0
  2719. package/src/illustrations-v5/tnt/hc/tnt-Spot-Radar.svg +11 -0
  2720. package/src/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.svg +77 -0
  2721. package/src/illustrations-v5/tnt/hc/tnt-Spot-Secrets.svg +12 -0
  2722. package/src/illustrations-v5/tnt/hc/tnt-Spot-Services.svg +15 -0
  2723. package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.svg +13 -0
  2724. package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.svg +11 -0
  2725. package/src/illustrations-v5/tnt/hc/tnt-Spot-Settings.svg +8 -0
  2726. package/src/illustrations-v5/tnt/hc/tnt-Spot-Success.svg +12 -0
  2727. package/src/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.svg +26 -0
  2728. package/src/illustrations-v5/tnt/hc/tnt-Spot-Systems.svg +24 -0
  2729. package/src/illustrations-v5/tnt/hc/tnt-Spot-Teams.svg +26 -0
  2730. package/src/illustrations-v5/tnt/hc/tnt-Spot-Tools.svg +21 -0
  2731. package/src/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.svg +17 -0
  2732. package/src/illustrations-v5/tnt/hc/tnt-Spot-Unlock.svg +17 -0
  2733. package/src/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.svg +26 -0
  2734. package/src/illustrations-v5/tnt/tnt-Dialog-Avatar.svg +48 -0
  2735. package/src/illustrations-v5/tnt/tnt-Dialog-Calculator.svg +26 -0
  2736. package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea.svg +10 -0
  2737. package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea2.svg +11 -0
  2738. package/src/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.svg +17 -0
  2739. package/src/illustrations-v5/tnt/tnt-Dialog-ChartBar.svg +12 -0
  2740. package/src/illustrations-v5/tnt/tnt-Dialog-ChartBullet.svg +13 -0
  2741. package/src/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.svg +12 -0
  2742. package/src/illustrations-v5/tnt/tnt-Dialog-ChartFlow.svg +16 -0
  2743. package/src/illustrations-v5/tnt/tnt-Dialog-ChartGantt.svg +12 -0
  2744. package/src/illustrations-v5/tnt/tnt-Dialog-ChartOrg.svg +19 -0
  2745. package/src/illustrations-v5/tnt/tnt-Dialog-ChartPie.svg +12 -0
  2746. package/src/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
  2747. package/src/illustrations-v5/tnt/tnt-Dialog-Company.svg +13 -0
  2748. package/src/illustrations-v5/tnt/tnt-Dialog-Compass.svg +18 -0
  2749. package/src/illustrations-v5/tnt/tnt-Dialog-Components.svg +16 -0
  2750. package/src/illustrations-v5/tnt/tnt-Dialog-Dialog.svg +10 -0
  2751. package/src/illustrations-v5/tnt/tnt-Dialog-ExternalLink.svg +14 -0
  2752. package/src/illustrations-v5/tnt/tnt-Dialog-FaceID.svg +22 -0
  2753. package/src/illustrations-v5/tnt/tnt-Dialog-Fingerprint.svg +31 -0
  2754. package/src/illustrations-v5/tnt/tnt-Dialog-Handshake.svg +38 -0
  2755. package/src/illustrations-v5/tnt/tnt-Dialog-Help.svg +10 -0
  2756. package/src/illustrations-v5/tnt/tnt-Dialog-Lock.svg +43 -0
  2757. package/src/illustrations-v5/tnt/tnt-Dialog-Mission.svg +25 -0
  2758. package/src/illustrations-v5/tnt/tnt-Dialog-MissionFailed.svg +23 -0
  2759. package/src/illustrations-v5/tnt/tnt-Dialog-NoApplications.svg +12 -0
  2760. package/src/illustrations-v5/tnt/tnt-Dialog-NoFlows.svg +12 -0
  2761. package/src/illustrations-v5/tnt/tnt-Dialog-NoUsers.svg +12 -0
  2762. package/src/illustrations-v5/tnt/tnt-Dialog-Radar.svg +27 -0
  2763. package/src/illustrations-v5/tnt/tnt-Dialog-RoadMap.svg +31 -0
  2764. package/src/illustrations-v5/tnt/tnt-Dialog-Secrets.svg +17 -0
  2765. package/src/illustrations-v5/tnt/tnt-Dialog-Services.svg +29 -0
  2766. package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpired.svg +22 -0
  2767. package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.svg +21 -0
  2768. package/src/illustrations-v5/tnt/tnt-Dialog-Settings.svg +18 -0
  2769. package/src/illustrations-v5/tnt/tnt-Dialog-Success.svg +20 -0
  2770. package/src/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.svg +13 -0
  2771. package/src/illustrations-v5/tnt/tnt-Dialog-Systems.svg +18 -0
  2772. package/src/illustrations-v5/tnt/tnt-Dialog-Teams.svg +78 -0
  2773. package/src/illustrations-v5/tnt/tnt-Dialog-Tools.svg +25 -0
  2774. package/src/illustrations-v5/tnt/tnt-Dialog-Tutorials.svg +17 -0
  2775. package/src/illustrations-v5/tnt/tnt-Dialog-Unlock.svg +44 -0
  2776. package/src/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.svg +13 -0
  2777. package/src/illustrations-v5/tnt/tnt-Dot-Avatar.svg +20 -0
  2778. package/src/illustrations-v5/tnt/tnt-Dot-Calculator.svg +7 -0
  2779. package/src/illustrations-v5/tnt/tnt-Dot-ChartArea.svg +8 -0
  2780. package/src/illustrations-v5/tnt/tnt-Dot-ChartArea2.svg +16 -0
  2781. package/src/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.svg +16 -0
  2782. package/src/illustrations-v5/tnt/tnt-Dot-ChartBar.svg +17 -0
  2783. package/src/illustrations-v5/tnt/tnt-Dot-ChartBullet.svg +20 -0
  2784. package/src/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.svg +10 -0
  2785. package/src/illustrations-v5/tnt/tnt-Dot-ChartFlow.svg +14 -0
  2786. package/src/illustrations-v5/tnt/tnt-Dot-ChartGantt.svg +11 -0
  2787. package/src/illustrations-v5/tnt/tnt-Dot-ChartOrg.svg +24 -0
  2788. package/src/illustrations-v5/tnt/tnt-Dot-ChartPie.svg +10 -0
  2789. package/src/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.svg +4 -0
  2790. package/src/illustrations-v5/tnt/tnt-Dot-Company.svg +14 -0
  2791. package/src/illustrations-v5/tnt/tnt-Dot-Compass.svg +17 -0
  2792. package/src/illustrations-v5/tnt/tnt-Dot-Components.svg +21 -0
  2793. package/src/illustrations-v5/tnt/tnt-Dot-Dialog.svg +8 -0
  2794. package/src/illustrations-v5/tnt/tnt-Dot-ExternalLink.svg +9 -0
  2795. package/src/illustrations-v5/tnt/tnt-Dot-FaceID.svg +20 -0
  2796. package/src/illustrations-v5/tnt/tnt-Dot-Fingerprint.svg +12 -0
  2797. package/src/illustrations-v5/tnt/tnt-Dot-Handshake.svg +35 -0
  2798. package/src/illustrations-v5/tnt/tnt-Dot-Help.svg +15 -0
  2799. package/src/illustrations-v5/tnt/tnt-Dot-Lock.svg +25 -0
  2800. package/src/illustrations-v5/tnt/tnt-Dot-Mission.svg +20 -0
  2801. package/src/illustrations-v5/tnt/tnt-Dot-MissionFailed.svg +19 -0
  2802. package/src/illustrations-v5/tnt/tnt-Dot-NoApplications.svg +10 -0
  2803. package/src/illustrations-v5/tnt/tnt-Dot-NoFlows.svg +10 -0
  2804. package/src/illustrations-v5/tnt/tnt-Dot-NoUsers.svg +17 -0
  2805. package/src/illustrations-v5/tnt/tnt-Dot-Radar.svg +27 -0
  2806. package/src/illustrations-v5/tnt/tnt-Dot-RoadMap.svg +10 -0
  2807. package/src/illustrations-v5/tnt/tnt-Dot-Secrets.svg +15 -0
  2808. package/src/illustrations-v5/tnt/tnt-Dot-Services.svg +13 -0
  2809. package/src/illustrations-v5/tnt/tnt-Dot-SessionExpired.svg +12 -0
  2810. package/src/illustrations-v5/tnt/tnt-Dot-SessionExpiring.svg +19 -0
  2811. package/src/illustrations-v5/tnt/tnt-Dot-Settings.svg +7 -0
  2812. package/src/illustrations-v5/tnt/tnt-Dot-Success.svg +14 -0
  2813. package/src/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.svg +9 -0
  2814. package/src/illustrations-v5/tnt/tnt-Dot-Systems.svg +14 -0
  2815. package/src/illustrations-v5/tnt/tnt-Dot-Teams.svg +31 -0
  2816. package/src/illustrations-v5/tnt/tnt-Dot-Tools.svg +25 -0
  2817. package/src/illustrations-v5/tnt/tnt-Dot-Tutorials.svg +15 -0
  2818. package/src/illustrations-v5/tnt/tnt-Dot-Unlock.svg +27 -0
  2819. package/src/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.svg +9 -0
  2820. package/src/illustrations-v5/tnt/tnt-Scene-Avatar.svg +48 -0
  2821. package/src/illustrations-v5/tnt/tnt-Scene-Calculator.svg +21 -0
  2822. package/src/illustrations-v5/tnt/tnt-Scene-ChartArea.svg +10 -0
  2823. package/src/illustrations-v5/tnt/tnt-Scene-ChartArea2.svg +11 -0
  2824. package/src/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.svg +17 -0
  2825. package/src/illustrations-v5/tnt/tnt-Scene-ChartBar.svg +12 -0
  2826. package/src/illustrations-v5/tnt/tnt-Scene-ChartBullet.svg +17 -0
  2827. package/src/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.svg +12 -0
  2828. package/src/illustrations-v5/tnt/tnt-Scene-ChartFlow.svg +16 -0
  2829. package/src/illustrations-v5/tnt/tnt-Scene-ChartGantt.svg +12 -0
  2830. package/src/illustrations-v5/tnt/tnt-Scene-ChartOrg.svg +18 -0
  2831. package/src/illustrations-v5/tnt/tnt-Scene-ChartPie.svg +12 -0
  2832. package/src/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.svg +6 -0
  2833. package/src/illustrations-v5/tnt/tnt-Scene-Company.svg +13 -0
  2834. package/src/illustrations-v5/tnt/tnt-Scene-Compass.svg +18 -0
  2835. package/src/illustrations-v5/tnt/tnt-Scene-Components.svg +18 -0
  2836. package/src/illustrations-v5/tnt/tnt-Scene-Dialog.svg +10 -0
  2837. package/src/illustrations-v5/tnt/tnt-Scene-ExternalLink.svg +14 -0
  2838. package/src/illustrations-v5/tnt/tnt-Scene-FaceID.svg +21 -0
  2839. package/src/illustrations-v5/tnt/tnt-Scene-Fingerprint.svg +31 -0
  2840. package/src/illustrations-v5/tnt/tnt-Scene-Handshake.svg +38 -0
  2841. package/src/illustrations-v5/tnt/tnt-Scene-Help.svg +17 -0
  2842. package/src/illustrations-v5/tnt/tnt-Scene-Lock.svg +43 -0
  2843. package/src/illustrations-v5/tnt/tnt-Scene-Mission.svg +32 -0
  2844. package/src/illustrations-v5/tnt/tnt-Scene-MissionFailed.svg +23 -0
  2845. package/src/illustrations-v5/tnt/tnt-Scene-NoApplications.svg +12 -0
  2846. package/src/illustrations-v5/tnt/tnt-Scene-NoFlows.svg +12 -0
  2847. package/src/illustrations-v5/tnt/tnt-Scene-NoUsers.svg +19 -0
  2848. package/src/illustrations-v5/tnt/tnt-Scene-Radar.svg +29 -0
  2849. package/src/illustrations-v5/tnt/tnt-Scene-RoadMap.svg +31 -0
  2850. package/src/illustrations-v5/tnt/tnt-Scene-Secrets.svg +17 -0
  2851. package/src/illustrations-v5/tnt/tnt-Scene-Services.svg +29 -0
  2852. package/src/illustrations-v5/tnt/tnt-Scene-SessionExpired.svg +23 -0
  2853. package/src/illustrations-v5/tnt/tnt-Scene-SessionExpiring.svg +21 -0
  2854. package/src/illustrations-v5/tnt/tnt-Scene-Settings.svg +18 -0
  2855. package/src/illustrations-v5/tnt/tnt-Scene-Success.svg +20 -0
  2856. package/src/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.svg +18 -0
  2857. package/src/illustrations-v5/tnt/tnt-Scene-Systems.svg +27 -0
  2858. package/src/illustrations-v5/tnt/tnt-Scene-Teams.svg +84 -0
  2859. package/src/illustrations-v5/tnt/tnt-Scene-Tools.svg +46 -0
  2860. package/src/illustrations-v5/tnt/tnt-Scene-Tutorials.svg +17 -0
  2861. package/src/illustrations-v5/tnt/tnt-Scene-Unlock.svg +44 -0
  2862. package/src/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.svg +18 -0
  2863. package/src/illustrations-v5/tnt/tnt-Spot-Avatar.svg +48 -0
  2864. package/src/illustrations-v5/tnt/tnt-Spot-Calculator.svg +25 -0
  2865. package/src/illustrations-v5/tnt/tnt-Spot-ChartArea.svg +9 -0
  2866. package/src/illustrations-v5/tnt/tnt-Spot-ChartArea2.svg +10 -0
  2867. package/src/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.svg +17 -0
  2868. package/src/illustrations-v5/tnt/tnt-Spot-ChartBar.svg +11 -0
  2869. package/src/illustrations-v5/tnt/tnt-Spot-ChartBullet.svg +12 -0
  2870. package/src/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.svg +11 -0
  2871. package/src/illustrations-v5/tnt/tnt-Spot-ChartFlow.svg +13 -0
  2872. package/src/illustrations-v5/tnt/tnt-Spot-ChartGantt.svg +11 -0
  2873. package/src/illustrations-v5/tnt/tnt-Spot-ChartOrg.svg +18 -0
  2874. package/src/illustrations-v5/tnt/tnt-Spot-ChartPie.svg +11 -0
  2875. package/src/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
  2876. package/src/illustrations-v5/tnt/tnt-Spot-Company.svg +13 -0
  2877. package/src/illustrations-v5/tnt/tnt-Spot-Compass.svg +18 -0
  2878. package/src/illustrations-v5/tnt/tnt-Spot-Components.svg +18 -0
  2879. package/src/illustrations-v5/tnt/tnt-Spot-Dialog.svg +10 -0
  2880. package/src/illustrations-v5/tnt/tnt-Spot-ExternalLink.svg +13 -0
  2881. package/src/illustrations-v5/tnt/tnt-Spot-FaceID.svg +21 -0
  2882. package/src/illustrations-v5/tnt/tnt-Spot-Fingerprint.svg +31 -0
  2883. package/src/illustrations-v5/tnt/tnt-Spot-Handshake.svg +38 -0
  2884. package/src/illustrations-v5/tnt/tnt-Spot-Help.svg +9 -0
  2885. package/src/illustrations-v5/tnt/tnt-Spot-Lock.svg +43 -0
  2886. package/src/illustrations-v5/tnt/tnt-Spot-Mission.svg +25 -0
  2887. package/src/illustrations-v5/tnt/tnt-Spot-MissionFailed.svg +23 -0
  2888. package/src/illustrations-v5/tnt/tnt-Spot-NoApplications.svg +11 -0
  2889. package/src/illustrations-v5/tnt/tnt-Spot-NoFlows.svg +11 -0
  2890. package/src/illustrations-v5/tnt/tnt-Spot-NoUsers.svg +12 -0
  2891. package/src/illustrations-v5/tnt/tnt-Spot-Radar.svg +27 -0
  2892. package/src/illustrations-v5/tnt/tnt-Spot-RoadMap.svg +31 -0
  2893. package/src/illustrations-v5/tnt/tnt-Spot-Secrets.svg +17 -0
  2894. package/src/illustrations-v5/tnt/tnt-Spot-Services.svg +29 -0
  2895. package/src/illustrations-v5/tnt/tnt-Spot-SessionExpired.svg +22 -0
  2896. package/src/illustrations-v5/tnt/tnt-Spot-SessionExpiring.svg +19 -0
  2897. package/src/illustrations-v5/tnt/tnt-Spot-Settings.svg +14 -0
  2898. package/src/illustrations-v5/tnt/tnt-Spot-Success.svg +20 -0
  2899. package/src/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.svg +14 -0
  2900. package/src/illustrations-v5/tnt/tnt-Spot-Systems.svg +18 -0
  2901. package/src/illustrations-v5/tnt/tnt-Spot-Teams.svg +78 -0
  2902. package/src/illustrations-v5/tnt/tnt-Spot-Tools.svg +25 -0
  2903. package/src/illustrations-v5/tnt/tnt-Spot-Tutorials.svg +16 -0
  2904. package/src/illustrations-v5/tnt/tnt-Spot-Unlock.svg +44 -0
  2905. package/src/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.svg +14 -0
  2906. package/src/themes/BarcodeScannerDialog.css +49 -0
  2907. package/src/themes/DynamicPage.css +135 -0
  2908. package/src/themes/DynamicPageHeader.css +9 -0
  2909. package/src/themes/DynamicPageHeaderActions.css +51 -0
  2910. package/src/themes/DynamicPageTitle.css +173 -0
  2911. package/src/themes/DynamicSideContent.css +268 -0
  2912. package/src/themes/FlexibleColumnLayout.css +125 -0
  2913. package/src/themes/IllustratedMessage.css +238 -0
  2914. package/src/themes/InvisibleTextStyles.css +9 -0
  2915. package/src/themes/MediaGallery.css +153 -0
  2916. package/src/themes/MediaGalleryItem.css +130 -0
  2917. package/src/themes/NavigationLayout.css +91 -0
  2918. package/src/themes/NavigationMenu.css +15 -0
  2919. package/src/themes/NavigationMenuItem.css +93 -0
  2920. package/src/themes/NotificationList.css +7 -0
  2921. package/src/themes/NotificationListGroupItem.css +122 -0
  2922. package/src/themes/NotificationListItem.css +207 -0
  2923. package/src/themes/NotificationListItemBase.css +25 -0
  2924. package/src/themes/NotificationStateIcon.css +5 -0
  2925. package/src/themes/Page.css +176 -0
  2926. package/src/themes/ProductSwitch.css +32 -0
  2927. package/src/themes/ProductSwitchItem.css +164 -0
  2928. package/src/themes/Search.css +110 -0
  2929. package/src/themes/SearchField.css +301 -0
  2930. package/src/themes/SearchItem.css +109 -0
  2931. package/src/themes/SearchItemGroup.css +24 -0
  2932. package/src/themes/SearchItemShowMore.css +7 -0
  2933. package/src/themes/SearchMessageArea.css +17 -0
  2934. package/src/themes/ShellBar.css +538 -0
  2935. package/src/themes/ShellBarBranding.css +76 -0
  2936. package/src/themes/ShellBarPopover.css +38 -0
  2937. package/src/themes/ShellBarSearch.css +3 -0
  2938. package/src/themes/SideNavigation.css +78 -0
  2939. package/src/themes/SideNavigationGroup.css +37 -0
  2940. package/src/themes/SideNavigationItem.css +29 -0
  2941. package/src/themes/SideNavigationItemBase.css +376 -0
  2942. package/src/themes/SideNavigationPopover.css +19 -0
  2943. package/src/themes/SideNavigationSubItem.css +25 -0
  2944. package/src/themes/Timeline.css +88 -0
  2945. package/src/themes/TimelineGroupItem.css +184 -0
  2946. package/src/themes/TimelineItem.css +445 -0
  2947. package/src/themes/UploadCollection.css +97 -0
  2948. package/src/themes/UploadCollectionItem.css +181 -0
  2949. package/src/themes/UserMenu.css +174 -0
  2950. package/src/themes/UserMenuItem.css +11 -0
  2951. package/src/themes/UserSettingsAccountView.css +57 -0
  2952. package/src/themes/UserSettingsAppearanceViewItem.css +46 -0
  2953. package/src/themes/UserSettingsDialog.css +114 -0
  2954. package/src/themes/UserSettingsItem.css +77 -0
  2955. package/src/themes/UserSettingsView.css +13 -0
  2956. package/src/themes/ViewSettingsDialog.css +84 -0
  2957. package/src/themes/Wizard.css +139 -0
  2958. package/src/themes/WizardPopover.css +25 -0
  2959. package/src/themes/WizardTab.css +189 -0
  2960. package/src/themes/base/DynamicPage-parameters.css +18 -0
  2961. package/src/themes/base/DynamicPageHeader-parameters.css +5 -0
  2962. package/src/themes/base/DynamicPageHeaderActions-parameters.css +7 -0
  2963. package/src/themes/base/DynamicPageTitle-parameters.css +19 -0
  2964. package/src/themes/base/FlexibleColumnLayout-parameters.css +6 -0
  2965. package/src/themes/base/IllustratedMessage-parameters.css +13 -0
  2966. package/src/themes/base/MediaGallery-parameters.css +5 -0
  2967. package/src/themes/base/MediaGalleryItem-parameters.css +6 -0
  2968. package/src/themes/base/NotificationListItem-parameters.css +33 -0
  2969. package/src/themes/base/Page-parameters.css +4 -0
  2970. package/src/themes/base/ProductSwitchItem-parameters.css +6 -0
  2971. package/src/themes/base/Search-parameters.css +10 -0
  2972. package/src/themes/base/SearchField-parameters.css +32 -0
  2973. package/src/themes/base/ShellBar-parameters.css +26 -0
  2974. package/src/themes/base/SideNavigation-parameters.css +77 -0
  2975. package/src/themes/base/TimelineGroupItem-parameters.css +14 -0
  2976. package/src/themes/base/TimelineItem-parameters.css +70 -0
  2977. package/src/themes/base/UploadCollection-parameters.css +13 -0
  2978. package/src/themes/base/UserSettingsAppearanceViewItem-parameters.css +13 -0
  2979. package/src/themes/base/ViewSettingsDialog-parameters.css +15 -0
  2980. package/src/themes/base/Wizard-parameters.css +4 -0
  2981. package/src/themes/base/WizardTab-parameters.css +11 -0
  2982. package/src/themes/base/rtl-parameters.css +13 -0
  2983. package/src/themes/sap_belize/DynamicPage-parameters.css +16 -0
  2984. package/src/themes/sap_belize_hcb/DynamicPageTitle-parameters.css +6 -0
  2985. package/src/themes/sap_belize_hcw/DynamicPageTitle-parameters.css +6 -0
  2986. package/src/themes/sap_fiori_3/DynamicPageHeaderActions-parameters.css +5 -0
  2987. package/src/themes/sap_fiori_3/DynamicPageTitle-parameters.css +4 -0
  2988. package/src/themes/sap_fiori_3/SearchField-parameters.css +29 -0
  2989. package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
  2990. package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +12 -0
  2991. package/src/themes/sap_fiori_3/TimelineItem-parameters.css +11 -0
  2992. package/src/themes/sap_fiori_3/parameters-bundle.css +23 -0
  2993. package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +28 -0
  2994. package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
  2995. package/src/themes/sap_fiori_3_dark/TimelineItem-parameters.css +9 -0
  2996. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +23 -0
  2997. package/src/themes/sap_fiori_3_hcb/DynamicPageTitle-parameters.css +6 -0
  2998. package/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css +6 -0
  2999. package/src/themes/sap_fiori_3_hcb/MediaGallery-parameters.css +5 -0
  3000. package/src/themes/sap_fiori_3_hcb/Page-parameters.css +4 -0
  3001. package/src/themes/sap_fiori_3_hcb/ProductSwitchItem-parameters.css +6 -0
  3002. package/src/themes/sap_fiori_3_hcb/SearchField-parameters.css +30 -0
  3003. package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
  3004. package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +14 -0
  3005. package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +7 -0
  3006. package/src/themes/sap_fiori_3_hcb/WizardTab-parameters.css +9 -0
  3007. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +24 -0
  3008. package/src/themes/sap_fiori_3_hcw/DynamicPageTitle-parameters.css +6 -0
  3009. package/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css +6 -0
  3010. package/src/themes/sap_fiori_3_hcw/MediaGallery-parameters.css +5 -0
  3011. package/src/themes/sap_fiori_3_hcw/Page-parameters.css +4 -0
  3012. package/src/themes/sap_fiori_3_hcw/ProductSwitchItem-parameters.css +6 -0
  3013. package/src/themes/sap_fiori_3_hcw/SearchField-parameters.css +29 -0
  3014. package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
  3015. package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +14 -0
  3016. package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +6 -0
  3017. package/src/themes/sap_fiori_3_hcw/WizardTab-parameters.css +8 -0
  3018. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +24 -0
  3019. package/src/themes/sap_horizon/DynamicPageHeaderActions-parameters.css +6 -0
  3020. package/src/themes/sap_horizon/DynamicPageTitle-parameters.css +5 -0
  3021. package/src/themes/sap_horizon/FlexibleColumnLayout-parameters.css +3 -0
  3022. package/src/themes/sap_horizon/MediaGallery-parameters.css +5 -0
  3023. package/src/themes/sap_horizon/NotificationListItem-parameters.css +20 -0
  3024. package/src/themes/sap_horizon/ProductSwitchItem-parameters.css +5 -0
  3025. package/src/themes/sap_horizon/ShellBar-parameters.css +30 -0
  3026. package/src/themes/sap_horizon/SideNavigation-parameters.css +55 -0
  3027. package/src/themes/sap_horizon/TimelineItem-parameters.css +21 -0
  3028. package/src/themes/sap_horizon/UploadCollection-parameters.css +11 -0
  3029. package/src/themes/sap_horizon/Wizard-parameters.css +6 -0
  3030. package/src/themes/sap_horizon/WizardTab-parameters.css +11 -0
  3031. package/src/themes/sap_horizon/parameters-bundle.css +27 -0
  3032. package/src/themes/sap_horizon_dark/FlexibleColumnLayout-parameters.css +3 -0
  3033. package/src/themes/sap_horizon_dark/MediaGallery-parameters.css +5 -0
  3034. package/src/themes/sap_horizon_dark/NotificationListItem-parameters.css +20 -0
  3035. package/src/themes/sap_horizon_dark/ProductSwitchItem-parameters.css +5 -0
  3036. package/src/themes/sap_horizon_dark/ShellBar-parameters.css +30 -0
  3037. package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +55 -0
  3038. package/src/themes/sap_horizon_dark/TimelineItem-parameters.css +21 -0
  3039. package/src/themes/sap_horizon_dark/UploadCollection-parameters.css +11 -0
  3040. package/src/themes/sap_horizon_dark/Wizard-parameters.css +6 -0
  3041. package/src/themes/sap_horizon_dark/WizardTab-parameters.css +10 -0
  3042. package/src/themes/sap_horizon_dark/parameters-bundle.css +26 -0
  3043. package/src/themes/sap_horizon_dark_exp/FlexibleColumnLayout-parameters.css +3 -0
  3044. package/src/themes/sap_horizon_dark_exp/NotificationListItem-parameters.css +3 -0
  3045. package/src/themes/sap_horizon_dark_exp/ProductSwitchItem-parameters.css +5 -0
  3046. package/src/themes/sap_horizon_dark_exp/ShellBar-parameters.css +22 -0
  3047. package/src/themes/sap_horizon_dark_exp/SideNavigation-parameters.css +17 -0
  3048. package/src/themes/sap_horizon_dark_exp/TimelineItem-parameters.css +21 -0
  3049. package/src/themes/sap_horizon_dark_exp/UploadCollection-parameters.css +5 -0
  3050. package/src/themes/sap_horizon_dark_exp/Wizard-parameters.css +6 -0
  3051. package/src/themes/sap_horizon_dark_exp/WizardTab-parameters.css +10 -0
  3052. package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +20 -0
  3053. package/src/themes/sap_horizon_exp/FlexibleColumnLayout-parameters.css +3 -0
  3054. package/src/themes/sap_horizon_exp/NotificationListItem-parameters.css +3 -0
  3055. package/src/themes/sap_horizon_exp/ProductSwitchItem-parameters.css +5 -0
  3056. package/src/themes/sap_horizon_exp/ShellBar-parameters.css +28 -0
  3057. package/src/themes/sap_horizon_exp/SideNavigation-parameters.css +17 -0
  3058. package/src/themes/sap_horizon_exp/TimelineItem-parameters.css +21 -0
  3059. package/src/themes/sap_horizon_exp/UploadCollection-parameters.css +5 -0
  3060. package/src/themes/sap_horizon_exp/Wizard-parameters.css +6 -0
  3061. package/src/themes/sap_horizon_exp/WizardTab-parameters.css +11 -0
  3062. package/src/themes/sap_horizon_exp/parameters-bundle.css +21 -0
  3063. package/src/themes/sap_horizon_hcb/DynamicPageTitle-parameters.css +11 -0
  3064. package/src/themes/sap_horizon_hcb/FlexibleColumnLayout-parameters.css +6 -0
  3065. package/src/themes/sap_horizon_hcb/MediaGallery-parameters.css +5 -0
  3066. package/src/themes/sap_horizon_hcb/NotificationListItem-parameters.css +22 -0
  3067. package/src/themes/sap_horizon_hcb/Page-parameters.css +4 -0
  3068. package/src/themes/sap_horizon_hcb/ProductSwitchItem-parameters.css +6 -0
  3069. package/src/themes/sap_horizon_hcb/SearchField-parameters.css +29 -0
  3070. package/src/themes/sap_horizon_hcb/ShellBar-parameters.css +14 -0
  3071. package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +53 -0
  3072. package/src/themes/sap_horizon_hcb/TimelineItem-parameters.css +6 -0
  3073. package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +11 -0
  3074. package/src/themes/sap_horizon_hcb/Wizard-parameters.css +6 -0
  3075. package/src/themes/sap_horizon_hcb/WizardTab-parameters.css +11 -0
  3076. package/src/themes/sap_horizon_hcb/parameters-bundle.css +24 -0
  3077. package/src/themes/sap_horizon_hcb_exp/FlexibleColumnLayout-parameters.css +6 -0
  3078. package/src/themes/sap_horizon_hcb_exp/MediaGallery-parameters.css +5 -0
  3079. package/src/themes/sap_horizon_hcb_exp/Page-parameters.css +4 -0
  3080. package/src/themes/sap_horizon_hcb_exp/ProductSwitchItem-parameters.css +6 -0
  3081. package/src/themes/sap_horizon_hcb_exp/ShellBar-parameters.css +11 -0
  3082. package/src/themes/sap_horizon_hcb_exp/SideNavigation-parameters.css +16 -0
  3083. package/src/themes/sap_horizon_hcb_exp/TimelineItem-parameters.css +6 -0
  3084. package/src/themes/sap_horizon_hcb_exp/UploadCollection-parameters.css +8 -0
  3085. package/src/themes/sap_horizon_hcb_exp/Wizard-parameters.css +6 -0
  3086. package/src/themes/sap_horizon_hcb_exp/WizardTab-parameters.css +11 -0
  3087. package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +18 -0
  3088. package/src/themes/sap_horizon_hcw/DynamicPageTitle-parameters.css +11 -0
  3089. package/src/themes/sap_horizon_hcw/FlexibleColumnLayout-parameters.css +6 -0
  3090. package/src/themes/sap_horizon_hcw/MediaGallery-parameters.css +5 -0
  3091. package/src/themes/sap_horizon_hcw/NotificationListItem-parameters.css +22 -0
  3092. package/src/themes/sap_horizon_hcw/Page-parameters.css +4 -0
  3093. package/src/themes/sap_horizon_hcw/ProductSwitchItem-parameters.css +6 -0
  3094. package/src/themes/sap_horizon_hcw/SearchField-parameters.css +29 -0
  3095. package/src/themes/sap_horizon_hcw/ShellBar-parameters.css +14 -0
  3096. package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +53 -0
  3097. package/src/themes/sap_horizon_hcw/TimelineItem-parameters.css +6 -0
  3098. package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +11 -0
  3099. package/src/themes/sap_horizon_hcw/Wizard-parameters.css +6 -0
  3100. package/src/themes/sap_horizon_hcw/WizardTab-parameters.css +11 -0
  3101. package/src/themes/sap_horizon_hcw/parameters-bundle.css +25 -0
  3102. package/src/themes/sap_horizon_hcw_exp/FlexibleColumnLayout-parameters.css +6 -0
  3103. package/src/themes/sap_horizon_hcw_exp/MediaGallery-parameters.css +5 -0
  3104. package/src/themes/sap_horizon_hcw_exp/Page-parameters.css +4 -0
  3105. package/src/themes/sap_horizon_hcw_exp/ProductSwitchItem-parameters.css +6 -0
  3106. package/src/themes/sap_horizon_hcw_exp/ShellBar-parameters.css +5 -0
  3107. package/src/themes/sap_horizon_hcw_exp/SideNavigation-parameters.css +16 -0
  3108. package/src/themes/sap_horizon_hcw_exp/TimelineItem-parameters.css +6 -0
  3109. package/src/themes/sap_horizon_hcw_exp/UploadCollection-parameters.css +7 -0
  3110. package/src/themes/sap_horizon_hcw_exp/Wizard-parameters.css +6 -0
  3111. package/src/themes/sap_horizon_hcw_exp/WizardTab-parameters.css +11 -0
  3112. package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +19 -0
  3113. package/tsconfig.json +43 -0
@@ -0,0 +1,18 @@
1
+ <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>
@@ -0,0 +1,20 @@
1
+ <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>
@@ -0,0 +1,18 @@
1
+ <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>
@@ -0,0 +1,27 @@
1
+ <svg id="tnt-Scene-Systems" 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
+ <rect width="320" height="240" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
4
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M244.444 106.64c.511-3.016.784-6.111.784-9.271C245.236 66.79 220.444 42 189.865 42c-22.329 0-41.556 13.223-50.317 32.263a42.367 42.367 0 0 0-17.262-3.664c-21.437 0-39.16 15.872-42.082 36.502-16.16.18-29.204 13.324-29.204 29.52 0 36.581 42.435 33.99 49.892 33.867 5.752-.093 7.184-.482 12.447-1C119.32 180.501 133.113 185 147.517 185c13.324 0 25.281-5.816 33.494-15.037 5.147 2.217 26.606 6.19 59.294 1.778 17.888-2.412 32.688-14.634 32.688-32.687 0-16.65-12.454-30.384-28.556-32.421l.007.007Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M152.441 84.24c-.879-3.91-3.513-25.691 19.147-38.986-14.224 4.974-25.799 15.591-32.047 29.167 0 0 9.38 4.074 12.892 9.818h.008Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M244.444 106.64c.511-3.016.784-6.111.784-9.271C245.236 66.79 220.444 42 189.865 42c-22.329 0-41.556 13.223-50.317 32.263a42.367 42.367 0 0 0-17.262-3.664c-21.437 0-39.16 15.872-42.082 36.502-16.16.18-29.204 13.324-29.204 29.52 0 36.581 42.435 33.99 49.892 33.867 5.752-.093 7.184-.482 12.447-1C119.32 180.501 133.113 185 147.517 185c13.324 0 25.281-5.816 33.494-15.037 5.147 2.217 26.606 6.19 59.294 1.778 17.888-2.412 32.688-14.634 32.688-32.687 0-16.65-12.454-30.384-28.556-32.421l.007.007Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M147.524 185c3.829 0 15.851 0 29.096-10.725-28.801 13.36-57.768-6.112-57.768-29.729 0-10.531 5.32-13.252 8.617-16.52-2.8 1.713-21.711 7.933-24.583-1.173-.929-2.937-.281-6.212 1.908-8.379 2.188-2.167 5.47-3.052 8.551-2.771-4.902-2.225-9.998-4.722-13.029-9.164-1.699-2.483-2.627-5.405-3.282-8.335-1.08-4.845-1.462-9.984.021-14.72.965-3.081 2.83-5.953 5.334-7.947-11.762 6.248-20.242 17.844-22.178 31.557-16.16.18-29.204 13.324-29.204 29.52 0 36.581 42.435 33.99 49.892 33.867 5.752-.093 7.184-.482 12.446-1 5.982 11.013 19.774 15.512 34.179 15.512V185Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M80.204 107.101s-17.132.108-24.1 12.935c7.932-8.876 26.605-8.991 30.19-1.814-2.347-9.034-6.162-19.63.605-28.663-6.45 8.544-6.695 17.542-6.695 17.542Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M152.441 84.24c-.879-3.91-3.513-25.691 19.147-38.986-14.224 4.974-25.799 15.591-32.047 29.167 0 0 9.38 4.074 12.892 9.818h.008Zm92.003 22.4c.511-3.016.785-6.111.785-9.271 0-1.015-.029-2.03-.087-3.03-1.54 6.003-5.183 11.034-12.597 12.704 0 0 7.94-1.353 15.354.231a32.433 32.433 0 0 0-3.462-.641l.007.007Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M162.964 147.337c.156-.017.313 0 .461.049.148.05.288.124.411.223s.23.222.321.354c.09.132.148.288.181.453l3.06 15.186a1.215 1.215 0 0 1-.164.89.957.957 0 0 1-.305.296 1.005 1.005 0 0 1-.419.14l-11.403 1.253a1.23 1.23 0 0 1-.88-.272 1.363 1.363 0 0 1-.321-.363 1.504 1.504 0 0 1-.181-.461l-3.011-15.35a1.166 1.166 0 0 1 0-.478 1.07 1.07 0 0 1 .486-.701c.123-.074.271-.123.427-.14l11.353-1.096-.016.017Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M122.957 134.763c.165-.016.321 0 .477.058.157.057.296.132.42.231.123.098.238.222.321.362.082.14.148.297.181.461l5.931 31.781c.033.173.033.337 0 .494-.033.157-.09.297-.181.42a1.04 1.04 0 0 1-.329.305c-.131.074-.28.132-.444.148l-12.036 1.319c-.165.016-.337 0-.494-.05a1.45 1.45 0 0 1-.436-.222 1.35 1.35 0 0 1-.337-.371 1.263 1.263 0 0 1-.181-.478l-5.816-32.118a1.2 1.2 0 0 1 .008-.486 1.076 1.076 0 0 1 .526-.709c.132-.074.288-.123.453-.14l11.929-1.013.008.008Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M96.558 107.927a1.71 1.71 0 0 1 .65.082c.205.066.403.173.575.313.173.14.321.305.436.487.116.181.198.395.239.617l12.365 69.254 81.273-9.368c.197-.025.403 0 .592.058.19.057.371.156.535.288.165.132.304.288.42.47.115.181.197.387.246.601.05.214.05.437.017.635a1.488 1.488 0 0 1-.206.543c-.098.157-.23.297-.386.396a1.292 1.292 0 0 1-.535.189l-82.976 9.764a1.068 1.068 0 0 1-.329 0c-.107-.016-.222-.033-.329-.066a2.12 2.12 0 0 1-.313-.123 2.177 2.177 0 0 1-.288-.182 1.63 1.63 0 0 1-.247-.23c-.074-.083-.14-.182-.205-.272-.066-.091-.107-.198-.149-.305a1.477 1.477 0 0 1-.09-.33l-12.612-71.124a1.488 1.488 0 0 1 .272-1.17c.115-.156.271-.288.452-.379.181-.09.387-.156.609-.165l-.016.017Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m86.076 102.192 139.906-8.388 18.009 78.359a4.43 4.43 0 0 1 .082 1.533 3.348 3.348 0 0 1-.444 1.318 3.033 3.033 0 0 1-.889.964 2.81 2.81 0 0 1-1.25.47l-135.266 16.94a4.094 4.094 0 0 1-1.679-.14 4.425 4.425 0 0 1-1.48-.758 4.877 4.877 0 0 1-1.136-1.261 4.496 4.496 0 0 1-.617-1.639l-15.236-87.398Zm106.686 70.325c.198-.024.379-.09.535-.189.156-.099.288-.239.386-.396.099-.156.173-.346.206-.544a1.662 1.662 0 0 0-.016-.634 1.889 1.889 0 0 0-.667-1.071 1.61 1.61 0 0 0-.534-.289 1.451 1.451 0 0 0-.593-.057l-81.273 9.368-12.365-69.254a1.83 1.83 0 0 0-.675-1.104 1.956 1.956 0 0 0-.575-.313 1.71 1.71 0 0 0-.65-.082 1.61 1.61 0 0 0-.61.165 1.396 1.396 0 0 0-.707.914 1.5 1.5 0 0 0-.016.635l12.612 71.124c.016.115.049.222.09.329a1.69 1.69 0 0 0 .354.577c.074.083.156.165.247.231.09.074.189.132.288.181.098.05.205.091.312.124.107.033.214.049.329.066.116.016.223.008.33 0l82.976-9.764m-67.058-54.983 9.354 49.586c.033.173.099.329.181.469a1.392 1.392 0 0 0 .757.585c.157.05.313.066.477.05l11.707-1.285c.157-.017.305-.066.436-.149a1.02 1.02 0 0 0 .321-.305c.082-.123.14-.263.173-.412a1.204 1.204 0 0 0 0-.486l-9.527-49.067a1.276 1.276 0 0 0-.181-.453 1.453 1.453 0 0 0-.321-.354 1.312 1.312 0 0 0-.411-.222 1.077 1.077 0 0 0-.461-.058l-11.558.832a1.064 1.064 0 0 0-.436.124.87.87 0 0 0-.321.28 1.074 1.074 0 0 0-.181.395 1.127 1.127 0 0 0 0 .47m-15.656 19.552 5.816 32.118c.033.173.099.338.181.478.083.14.206.272.338.371.131.099.279.181.436.223.156.041.321.065.493.049l12.036-1.318a1.01 1.01 0 0 0 .444-.149 1.082 1.082 0 0 0 .511-.725 1.282 1.282 0 0 0 0-.494l-5.932-31.78a1.331 1.331 0 0 0-.181-.462 1.398 1.398 0 0 0-.74-.593 1.175 1.175 0 0 0-.478-.058l-11.929 1.014c-.164.016-.32.066-.452.14a1.091 1.091 0 0 0-.527.709 1.215 1.215 0 0 0-.008.486m57.234 3.403 4.476 22.049c.049.239.123.469.23.675.107.206.222.388.354.536.132.148.28.264.436.338a.863.863 0 0 0 .461.091l11.098-1.22a.746.746 0 0 0 .403-.181.996.996 0 0 0 .271-.412c.066-.173.107-.363.124-.577.016-.214 0-.445-.058-.684l-4.541-21.827a2.809 2.809 0 0 0-.222-.659 2.238 2.238 0 0 0-.346-.527 1.452 1.452 0 0 0-.427-.338.911.911 0 0 0-.453-.099l-11.032.997a.718.718 0 0 0-.403.173 1.047 1.047 0 0 0-.28.404 2.003 2.003 0 0 0-.132.569c-.016.206 0 .445.05.675m-16.586 9.253 3.011 15.351c.033.164.099.321.181.461a1.35 1.35 0 0 0 .733.585c.148.049.304.066.469.05l11.402-1.253c.156-.016.296-.066.42-.14a.873.873 0 0 0 .304-.297 1.12 1.12 0 0 0 .164-.412 1.526 1.526 0 0 0 0-.477l-3.06-15.186a1.384 1.384 0 0 0-.913-1.03 1.09 1.09 0 0 0-.461-.049l-11.353 1.095a.993.993 0 0 0-.74.437c-.083.124-.14.256-.173.404a1.166 1.166 0 0 0 0 .478"/>
14
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M179.089 137.688a.828.828 0 0 1 .452.099c.148.074.296.19.428.338.132.148.247.321.345.527.099.206.173.42.223.659l4.541 21.827c.049.239.066.47.057.684a1.742 1.742 0 0 1-.123.577 1.115 1.115 0 0 1-.272.412.674.674 0 0 1-.403.181l-11.098 1.219a.823.823 0 0 1-.46-.09 1.593 1.593 0 0 1-.436-.338 2.089 2.089 0 0 1-.354-.536 2.855 2.855 0 0 1-.231-.675l-4.475-22.049c-.049-.239-.066-.47-.049-.676a1.74 1.74 0 0 1 .131-.569c.074-.164.165-.304.28-.403a.681.681 0 0 1 .403-.173l11.032-.997.009-.017Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M219.681 81a3.48 3.48 0 0 1 1.357.214 4.17 4.17 0 0 1 1.234.717 4.639 4.639 0 0 1 1.555 2.488l2.155 9.377-139.906 8.396-1.818-10.415a3.732 3.732 0 0 1 .05-1.573 3.416 3.416 0 0 1 1.785-2.225 3.773 3.773 0 0 1 1.522-.387L219.68 81Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M93.596 91.283c.444-.025.88.041 1.291.181.412.14.798.355 1.135.626.338.272.634.602.864.973.23.37.395.782.47 1.22.073.436.065.864-.034 1.252a2.808 2.808 0 0 1-.502 1.046c-.238.305-.542.56-.896.742a3.02 3.02 0 0 1-1.201.32 3.477 3.477 0 0 1-1.3-.18 3.775 3.775 0 0 1-1.144-.627 3.932 3.932 0 0 1-.872-.972 3.603 3.603 0 0 1-.477-1.228 3.037 3.037 0 0 1 .033-1.252 2.682 2.682 0 0 1 1.415-1.78 3.015 3.015 0 0 1 1.21-.313l.008-.008Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M138.194 115.45a1.255 1.255 0 0 1 .872.28c.123.099.23.222.32.354.091.132.149.289.181.453l9.527 49.067c.033.173.033.33 0 .486a1.078 1.078 0 0 1-.494.717.964.964 0 0 1-.436.148l-11.706 1.286a1.17 1.17 0 0 1-.478-.05 1.392 1.392 0 0 1-.756-.585 1.289 1.289 0 0 1-.181-.469l-9.354-49.586a1.28 1.28 0 0 1 0-.47.857.857 0 0 1 .181-.395 1.006 1.006 0 0 1 .757-.404l11.558-.832h.009Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m242.172 176.266-.222.074a1.932 1.932 0 0 1-.23.058 2.084 2.084 0 0 1-.239.041L106.215 193.38a4.106 4.106 0 0 1-1.678-.14 4.439 4.439 0 0 1-1.481-.758 4.89 4.89 0 0 1-1.135-1.261 4.44 4.44 0 0 1-.617-1.64l-15.228-87.389-1.818-10.415a3.744 3.744 0 0 1-.058-.79c0-.256.041-.503.099-.742.058-.24.14-.47.238-.684.1-.214.23-.42.37-.61l-3.2 4.178a4.08 4.08 0 0 0-.37.601A3.576 3.576 0 0 0 81 95.14c0 .255.008.511.058.775l1.768 10.266 14.866 86.063c.099.585.313 1.129.61 1.606a4.68 4.68 0 0 0 1.11 1.236c.436.338.938.594 1.464.742a3.99 3.99 0 0 0 1.654.132l133.563-16.924c.082-.009.156-.025.23-.042.074-.016.148-.033.222-.057.074-.025.148-.05.214-.074.074-.025.14-.058.206-.091 1.801-.865 3.603-1.739 5.397-2.604-.066.033-.14.066-.206.091l.016.008Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M194.531 150.716a38.395 38.395 0 0 0-.239 2.562 34.401 34.401 0 0 0 .099 5.215c.082.882.189 1.755.337 2.637l8.005 2.101a27.506 27.506 0 0 0 .88 2.802c.172.462.353.923.543 1.376.189.453.395.906.609 1.351l-5.109 5.85a42.48 42.48 0 0 0 1.481 2.332c.518.758 1.069 1.5 1.637 2.225.567.725 1.16 1.426 1.777 2.109a43.819 43.819 0 0 0 1.917 1.986l6.828-3.651c.387.313.773.61 1.168.907a29.753 29.753 0 0 0 2.436 1.631c.419.248.839.487 1.266.717l.198 8.314a32.635 32.635 0 0 0 2.467.939c.831.28 1.662.528 2.501.742v-.016a33.92 33.92 0 0 0 2.518.543c.839.156 1.686.272 2.525.354l-2.566 1.64a33.154 33.154 0 0 1-5.002-.89 33.966 33.966 0 0 1-2.484-.733 33.781 33.781 0 0 1-2.452-.923l-.181-8.248a27.605 27.605 0 0 1-2.485-1.483 38.309 38.309 0 0 1-1.192-.84 24.439 24.439 0 0 1-1.16-.899l-6.78 3.634a35.524 35.524 0 0 1-1.9-1.961 43.182 43.182 0 0 1-1.761-2.093 41.942 41.942 0 0 1-1.62-2.208 42.377 42.377 0 0 1-1.465-2.315l5.077-5.809a28.186 28.186 0 0 1-1.144-2.703 37.09 37.09 0 0 1-.469-1.376 37.65 37.65 0 0 1-.395-1.392l-7.939-2.077a35.877 35.877 0 0 1-.337-2.612 34.171 34.171 0 0 1-.14-2.595 32.917 32.917 0 0 1 .297-5.108l2.254-2.035Zm46.711 41.593c.486-.165.955-.346 1.423-.536.469-.189.931-.395 1.383-.609v.008c.452-.214.905-.437 1.341-.676.444-.239.872-.486 1.3-.75a432.67 432.67 0 0 0-2.691 1.649c-.427.255-.855.502-1.291.741a25.6 25.6 0 0 1-2.707 1.277c-.469.19-.938.37-1.415.535l-5.166-6.657c-.214.049-.428.099-.642.141-.214.041-.428.082-.642.115l-.649.099c-.222.032-.437.057-.659.082-.213.024-.436.049-.658.066-.222.016-.444.033-.666.041-.222.008-.445.024-.667.024h-.675l2.576-1.697h.674l.675-.024c.222-.009.444-.025.666-.041.222-.025.445-.042.667-.067.222-.024.436-.049.657-.082.222-.033.445-.065.659-.098.214-.033.436-.075.65-.117.214-.049.428-.09.642-.139l5.215 6.715Zm15.985-14.295-2.756 1.729-7.461-2.059 2.689-1.763 7.528 2.093Zm-31.69-30.825a11.452 11.452 0 0 1 4.567.585 13.298 13.298 0 0 1 4.072 2.249 14.368 14.368 0 0 1 3.158 3.56 13.838 13.838 0 0 1 1.827 4.532 12.26 12.26 0 0 1 .246 3.386 11.275 11.275 0 0 1-.641 3.099 10.307 10.307 0 0 1-1.44 2.669 9.528 9.528 0 0 1-2.138 2.085c-.864.609-1.72 1.219-2.583 1.829a9.611 9.611 0 0 0 2.13-2.069c.6-.791 1.078-1.68 1.431-2.644.346-.956.568-1.994.642-3.074.074-1.079 0-2.2-.238-3.353a13.721 13.721 0 0 0-1.81-4.49 14.133 14.133 0 0 0-3.135-3.528 13.125 13.125 0 0 0-4.039-2.224 11.348 11.348 0 0 0-4.525-.576 10.12 10.12 0 0 0-2.987.691v-.017c-.46.182-.896.405-1.316.652a9.932 9.932 0 0 0-1.185.832l2.444-2.011a8.65 8.65 0 0 1 1.193-.84c.42-.247.864-.462 1.324-.651a10.226 10.226 0 0 1 3.003-.692Zm31.048 10.25-6.26 3.23 2.699-1.896 6.293-3.237-2.732 1.903Zm-53.17-24.529a22.67 22.67 0 0 0-1.259 1.26c-.403.437-.798.882-1.176 1.344-.379.461-.74.939-1.094 1.424-.354.487-.691.99-1.012 1.5l5.307 6.658c-.189.395-.37.8-.543 1.212-.173.412-.33.831-.478 1.252-.148.42-.287.848-.411 1.285-.123.436-.239.873-.338 1.318l-2.311 2.027c.099-.445.213-.882.337-1.31.123-.428.255-.856.403-1.276.148-.421.305-.841.478-1.245.172-.403.353-.807.543-1.203l-5.251-6.594c.319-.507.654-.998.998-1.481.345-.486.707-.956 1.086-1.417.37-.461.764-.906 1.168-1.335.403-.428.822-.848 1.25-1.252l2.303-2.167Zm-6.805 7.652-.006.01v-.016l.006.006Zm37.418-5.947-2.526 2.102 4.558-5.398 2.55-2.133-4.582 5.429Zm-17.351-.7-2.402 2.134-.288-7.795 2.394-2.192.296 7.853Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M253.024 158.774c.065.461.123.914.172 1.376.05.461.083.914.099 1.376.016.461.033.914.033 1.367 0 .454-.017.907-.033 1.368l6.713 4.515a28.942 28.942 0 0 1-.436 2.415 35.882 35.882 0 0 1-.609 2.348 30.77 30.77 0 0 1-1.736 4.474l-7.519-2.093c-.23.363-.469.725-.716 1.071-.246.346-.51.692-.773 1.022-.263.33-.543.659-.831.972-.288.313-.584.626-.888.923l3.019 7.828c-.617.494-1.251.956-1.9 1.392-.65.437-1.325.849-2.016 1.228a28.513 28.513 0 0 1-4.344 1.936l-5.216-6.715c-.214.049-.427.091-.641.14-.214.049-.436.082-.65.115l-.658.099c-.223.033-.436.058-.659.083-.222.024-.444.041-.666.066a9.296 9.296 0 0 1-.666.041l-.675.024c-.222.009-.452 0-.675 0l-2.361 7.597a29.19 29.19 0 0 1-2.525-.354 37.277 37.277 0 0 1-2.518-.544 34.52 34.52 0 0 1-4.969-1.681l-.197-8.313c-.428-.231-.848-.47-1.267-.717-.42-.247-.831-.511-1.234-.783a28.81 28.81 0 0 1-1.201-.849 38.441 38.441 0 0 1-1.168-.906l-6.829 3.65a43.819 43.819 0 0 1-1.917-1.986 39.297 39.297 0 0 1-1.777-2.109 43.698 43.698 0 0 1-1.637-2.225 43.06 43.06 0 0 1-1.481-2.331l5.109-5.851a28.624 28.624 0 0 1-.609-1.351 40.11 40.11 0 0 1-.543-1.376 28.535 28.535 0 0 1-.88-2.801l-8.005-2.101a35.996 35.996 0 0 1-.337-2.637 34.42 34.42 0 0 1 .14-7.778l7.898-.569c.099-.445.214-.881.337-1.318.124-.437.263-.865.411-1.285a23.394 23.394 0 0 1 1.021-2.464l-5.307-6.658c.428-.684.881-1.343 1.358-1.977.477-.635.979-1.253 1.513-1.838a32.296 32.296 0 0 1 1.654-1.697 26.233 26.233 0 0 1 1.785-1.541l6.878 4.763a18.53 18.53 0 0 1 1.102-.659 30.63 30.63 0 0 1 1.136-.594c.386-.189.773-.362 1.168-.519.395-.156.798-.313 1.201-.453l-.296-7.852a25.67 25.67 0 0 1 1.168-.239c.395-.074.782-.14 1.176-.19.395-.049.79-.107 1.193-.148a30.36 30.36 0 0 1 2.403-.148c.403-.009.806-.009 1.209 0 .403.008.806.024 1.218.041.411.016.814.049 1.217.09l2.83 7.63c.444.083.889.173 1.325.28a27.389 27.389 0 0 1 2.624.758c.436.149.864.314 1.292.487l4.582-5.43a37.187 37.187 0 0 1 4.41 2.628 41.047 41.047 0 0 1 4.072 3.222l-2.287 6.987c.329.346.65.7.962 1.063.313.362.617.733.914 1.104a29.534 29.534 0 0 1 1.67 2.332l7.272-.635c.42.767.806 1.549 1.168 2.332.362.783.7 1.582 1.012 2.39a38.505 38.505 0 0 1 1.53 4.919l-6.301 3.238-.041.025ZM230.4 171.116a9.98 9.98 0 0 0 4.204-1.367 9.584 9.584 0 0 0 3.035-2.909 10.652 10.652 0 0 0 1.613-4.013c.271-1.474.255-3.065-.082-4.704a13.78 13.78 0 0 0-1.827-4.532 14.371 14.371 0 0 0-3.159-3.56 13.277 13.277 0 0 0-4.072-2.249 11.43 11.43 0 0 0-4.566-.585c-1.555.124-2.978.568-4.212 1.277a9.79 9.79 0 0 0-3.11 2.843c-.823 1.162-1.399 2.529-1.695 4.012-.296 1.484-.304 3.099.025 4.755.329 1.656.971 3.23 1.834 4.622a14.466 14.466 0 0 0 3.225 3.625 12.992 12.992 0 0 0 4.155 2.25c1.489.478 3.052.676 4.615.527"/>
21
+ </g>
22
+ <defs>
23
+ <clipPath id="a">
24
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h320v240H0z"/>
25
+ </clipPath>
26
+ </defs>
27
+ </svg>
@@ -0,0 +1,84 @@
1
+ <svg id="tnt-Scene-Teams" 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
+ <rect width="320" height="240" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
4
+ <circle cx="284.92" cy="104.425" r="2" fill="var(--sapContent_Illustrative_Color2)"/>
5
+ <circle cx="23.92" cy="151.425" r="2" fill="var(--sapContent_Illustrative_Color2)"/>
6
+ <circle cx="242.92" cy="150.425" r="2" fill="var(--sapContent_Illustrative_Color2)"/>
7
+ <circle cx="248.92" cy="162.425" r="3" fill="var(--sapContent_Illustrative_Color2)"/>
8
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M56.014 42.115c0-.875-2.54-1.576-5.934-1.735-.194-3.39-.941-5.91-1.817-5.908-.875.002-1.603 2.542-1.79 5.95-3.403.232-5.934.993-5.922 1.87.011.877 2.54 1.577 5.934 1.735.204 3.39.942 5.91 1.815 5.908.873-.002 1.605-2.542 1.791-5.95 3.404-.232 5.933-.993 5.923-1.87Zm-11.464 14.3c0-.566-1.642-1.02-3.837-1.122-.126-2.193-.609-3.823-1.175-3.821-.566 0-1.036 1.644-1.157 3.847-2.201.15-3.838.643-3.83 1.21.007.567 1.643 1.02 3.838 1.122.131 2.192.608 3.822 1.173 3.82.565 0 1.038-1.643 1.159-3.847 2.2-.15 3.836-.642 3.83-1.21Zm252.803 34.734c0-.566-1.642-1.019-3.837-1.122-.126-2.192-.609-3.822-1.175-3.82-.566 0-1.037 1.643-1.157 3.847-2.201.15-3.838.642-3.83 1.21.007.566 1.642 1.02 3.837 1.121.132 2.192.609 3.822 1.174 3.821.565-.001 1.038-1.644 1.158-3.847 2.201-.15 3.837-.643 3.83-1.21Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M259.89 107.807c.425 1.194 1.336 3.96 1.579 5.462.304 1.877 3.25 5.743 3.915 10.692.664 4.949 3.392 4.356 3.771 6.25.379 1.894 3.072 6.571 3.091 8.309.015 1.389 2.425 10.292 3.629 14.57-.234.052-.48.108-.736.167.701 1.974 1.679 5.106 1.4 5.884-.394 1.096-1.43 2.606-.78 3.613.649 1.007 1.959 2.235 1.508 5.053-.45 2.817.069 4.426-.116 5.646-.184 1.221-.816 5.968-1.478 6.85-.663.881-1.477 1.73-1.993 1.933-.852 1.392-1.676 1.923-2.537 1.895-.438-.599-.607-1.444-.637-1.792-.465.451-1.576 1.314-2.298 1.158-.776-2.609-.476-2.545-.364-4.884.111-2.339-.239-5.093-.911-5.633-.671-.538-1.04-2.114-1.922-1.675-.883.439-1.942 3.52-2.573 4.251-.63.73-2.206 1.098-2.534.792-.327-.307-.829-3.095.051-5.347.88-2.252.894-4.14 1.04-4.817.146-.679.003-5.12 1.365-6.323a4.964 4.964 0 0 1-1.01-2.126c-.33.241-.531.47-.569.683-.568-1.383-2.686-2.156-2.76-3.274-.073-1.119-.75-5.283.316-5.841-1.595-1.369-4.423-5.052-5.301-7.919-.878-2.868-5.061-10.862-5.548-12.621-.487-1.76-3.897-4.938-4.363-6.063-.374-.9-2.192-3.162-5.009-3.98l16.735-7.275 5.039-3.638Zm-21.421 56.855c1.015.5 3.116 2.133 3.393 4.665.347 3.165-.62 8.949-.538 9.435.083.486 1.341 1.245 1.313 3.111-.023 1.493-.962 4-1.313 5.048s1.456 4.178 1.271 5.037c-.568 2.63-1.62 3.458-2.315 4.649.6 1.847 2.183 4.286 1.199 5.721-.89 1.298-.689 8.886-.641 11.42.336 1.662 1.223 6.295 1.056 8.304-.206 2.471-1.566 5.642-2.686 6.713-1.12 1.07-4.9 4.497-5.818 5.819-.914 1.316-.023 5.77-.014 5.814h-32.449c1.044-1.715 3.147-4.739 3.147-5.814 0-1.074 5.831-8.21 6.713-9.176.882-.965 1.566-3.67 1.567-4.699 0-1.029-.51-.864-.51-2.694s-.944-4.692-.944-4.692l.288-.002c-.955-7.113-1.663-7.071.139-11.307.789-1.855-.897-2.638-.977-4.434-.065-1.438-3.14-6.676-4.411-9.322l7.523-7.084c5.917-2.687 18.365-8.733 20.818-11.424 2.453-2.691 3.815-4.513 4.189-5.088Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M194.248 44.705c6.823-.994 8.145 1.249 10.719 2.315-4.938 34.29-16.2 103.346-24.232 102.617-10.372-.942-12.357-.176-18.468-4.853-1.596-1.221 0-10.911.636-18.753.576-7.114 6.242-57.168 7.017-63.12.775-5.952 1.857-13.451 8.341-14.754 4.008-.805 12.897-3.001 15.987-3.452Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M182.596 55.387c1.269-1.154 7.262-3.909 15.378-2.922-2.602 31.735-14.37 96.73-15.861 97.021-1.863.362-10.727-.08-13.545-1.199-2.818-1.118.03-8.407-.025-17.598-.056-9.191 4.592-54.338 4.492-57.42-.099-3.08 7.974-16.44 9.561-17.882Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M247.906 85.661c-2.586-2.916-9.779-5.595-13.052-6.57-47.336-19.062-37.731-7.073-40.786-7.197-3.055-.124-2.268 5.54-5.143 7.063-2.874 1.523-3.715 1.074-8.849 2.51-4.107 1.15.595 23.309 3.46 34.244-.295 9.227-1.384 28.134-3.385 29.953-2.5 2.273.524 4.4-1.548 7.169-2.071 2.768.289 3.01-.967 4.48-1.255 1.471-1.02 2.862-.099 4.803-2.277 1.116-1.962 5.159-1.52 7.041 1.456-1.16 5.389-3.366 9.472-2.913 5.103.566 14.885 4.286 19.235 7.1 3.48 2.252 5.46 6.36 6.016 8.132 1.202-.812 4.574-2.817 8.44-4.341 4.833-1.904 17.341-10.191 19.36-14.578 2.019-4.388-1.055-10.009-2.264-14.959 2.671-2.31 1.45-4.29 1.243-5.758 2.129-8.235 1.135-13.172 1.927-16.217.791-3.045-.687-6.269-.366-7.137.322-.869 6.224-.292 9.189-.992 2.964-.7 8.149-5.476 12.134-9.037 3.984-3.561 1.434-4.782.807-7.463-.627-2.681-10.072-11.687-13.304-15.333Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M245.506 82.716c-1.034-1.805-4.367-2.434-6.33-2.198l-.503-1.793c-1.179.273-2.88.43-5.735 2.663-3.569 2.789-11.429 3.465-7.082 4.404 4.346.938-5.852 3.285-2.639 3.979 12.489 2.696 15.558 4.946 15.007 9.27-.279 2.187-21.297-.338-26.7.87-4.322.965-3.058 6.344-2.222 10.414.744 1.742.878 3.371.833 4.31-.055 1.175-13.369 8.502 4.619 8.111 22.495-.488 17.042 1.412 20.061 4.833 2.416 2.737 3.37 7.606 2.981 11.295 1.935-7.741.821-8.596 1.204-11.836s.333-4.732 0-7.77c2.143.019 4.92 4.237 5.75 5.524.83 1.286 7.208 12.59 9.229 19.203-1.052-3.985-2.334-13.775-5.06-16.957-2.032-2.372-2.732-4.422-2.446-5.744.285-1.323-1.085-2.655.775-3.591 4.319-2.174-1.734-9.048-.058-11.655 3.818-5.937-6.46-9.615-6.011-11.694.448-2.078 6.056-3.156 7.731-3.585 1.34-.344 2.891-1.19 2.046-2.164-.417-.815-4.416-4.083-5.45-5.889Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M235.354 85.269c-.958 1.367-8.091 3.59-11.539 4.529 6.411 1.453 9.744-1.624 13.846-1.966 4.103-.342-2.953 3.036-1.126 3.63 2.637.859 3.986 3.057 3.986 6.133 0 3.077.264 8.012.92 6.44 2.024-4.845-1.138 5.236 1.18 4.194 2.904-1.304 2.399-13.281 2.399-14.478 0-1.197.248-3.013.932-3.953s1.081-4.656.825-5.511c-.256-.856-1.533-2.393-2.791-3.036-.475-.243-3.533-.94-5.043-1.196a716.601 716.601 0 0 1-3.589 5.214Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M184.435 115.978c1.342-.456 4.316-.4 5.776-1.23 3.739-3.743 4.582-8.727 3.42-15.842-1.002-6.13-5.164-8.394-12.951-11.895-7.787-3.501-20.375 7.783-21.472 8.608-1.931 1.452-4.938 4.14-5.695 7.415-.758 3.273-.485 5.759 2.279 10.046 3.059 4.742 9.776 5.295 13.679 5.48 3.903.186 6.384.165 7.941-.257 1.557-.422 4.568-1.49 7.023-2.325Zm47.929 4.863c4.219-.09 5.15-17.721 5.15-17.721l-32.25-.795-.905 19.177s23.787-.571 28.005-.661Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M237.504 103.119c.14-1.462-3.421-3.818-6.301-3.817-2.88 0-26.869-.618-26.869-.618l2.19 4.176s24.755.038 30.98.259Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M202.28 117.655c.106 1.164 3.587 3.868 3.587 3.868s-1.166-1.07-1.257-2.3c-.068-.911.704-10.842.906-13.648.203-2.805 1.195-2.716 1.195-2.716s-2-3.816-2.255-4.167c-.265-.004-2.049-.382-2.176 2.74-.127 3.123-.208 12.935-.208 12.935s.102 2.123.208 3.288Zm31.716-11.976c-2.067.028-23.618 0-25.494 0-1.876-.001-.696 5.942 1.238 5.943 1.933 0 20.97.126 22.774 0 1.804-.127 3.549-5.972 1.482-5.943Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M239.851 78.15c.322-1.493-.566-6.597-.846-8.647-4.272-6.347-13.712-5.347-27.01-5.072-9.995.208-15.3 2.014-17.964 4.803-2.664 2.789.322 6.627 2.112 8.811 3.35 4.087 13.128 9.562 21.296 11.434 8.168 1.872 14.135-.986 17.895-2.973 3.062-1.618 4.114-6.49 4.517-8.356Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M239.117 79.553c1.511-1.53.605-6.122.17-7.692-1.193-10.59-36.793-7.49-39.845-7.516-3.052-.026-6.036 2.071-1.784 8.261 4.253 6.19 18.643 10.352 25.524 11.205 6.88.852 14.046-2.347 15.935-4.258Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M180.33 90.269c-.7-2.376-2.332-2.779-4.843-4.028-8.64-2.826-14.36-1.765-17.181-.727-3.899 1.434-2.167 4.183-3.092 6.359-.74 1.74-.341 4.155-.049 5.145-.461 1.434-1.188 5.223-.407 8.91.976 4.609 5.611 7.025 9.254 7.711 3.643.685 8.784-2.755 10.546-3.891 1.409-.909 1.796-3.016 1.814-3.956.247-1.379.779-4.169.928-4.298.187-.162 2.862-2.719 3.319-4.136.615-1.905.411-4.714-.289-7.09Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M235.221 213.453c5.646 1.464 1.882-.732 0-2.509-1.343-1.267-4.069-.407-7.23.342-1.27.301-3.166 0-3.957.703-2.823 2.51 5.541 0 11.187 1.464ZM182.878 65.524c-2.543-.55-4.931 3.136-6.602 5.25-.516-.112-1.687-1.31-2.061-2.578-.468-1.585-1.307-3.574-1.928-6.947-.621-3.374-2.03-6.862-4.007-6.943-3.879-.159-.92 5.573-1.1 8.908-.576-2.959-1.685-6.572-3.351-7.607-1.667-1.034-3.042.027-3.348 1.446-.245 1.134.571 5.638 1.616 9.517-.425-1.576-1.664-4.67-2.62-5.74-1.196-1.338-2.695-1.77-4.088-.316-1.11 1.158 1.527 7.564 2.755 10.678-.475-1.195-1.121-1.831-2.467-2.762-2.087-1.443-3.343-.64-3.891 1.022-.459 1.393 2.744 7.137 4.672 9.668.066.734.28 2.143 1.207 3.854-.912 5.472 2.606 9.116 5.461 10.272 2.854 1.156 11.651-1.152 13.929-2.955 2.279-1.802 1.229-3.49 1.841-6.327 4.045-5.605 1.777-7.303 1.972-8.206.195-.903 1.475-4.007 2.75-6.16 1.275-2.155 1.106-3.676-.74-4.074Zm5.359 65.346c-1.738 6.586-5.323 8.66-6.538 8.793l1.631-22.708c-7.682 2.976-8.643 1.377-12.965 2.343-5.403 1.207-12.282-3.181-14.857-5.912-2.06-2.185-3.401-8.908-1.481-11.855.521-1.8.552-5.703 1.749-4.653 1.497 1.312 13.225 4.919 8.69 3.94-4.536-.98-8.319 3.346-5.4 6.659 1.178 1.337 7.128 1.823 11.086.897 3.957-.925 5.047-8.594 10.107-11.496 2.603-1.494-4.514 4.595-3.232 9.618.535 2.098-2.752 5.698-2.996 6.832 3.352.657 12.68-1.774 14.506-2.171 2.283-.496 3.752-1.363 4.935-6.843 1.183-5.48-7.776-14.738-5.507-13.25 1.681 1.104 7.82 4.847 7.684 13.717-.135 8.871-5.119 9.971-6.768 11.197-1.649 1.226 1.529 6.659-.644 14.892Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M183.384 107.598c2.854-2.391 2.942-11.824-.789-13.261 5.32 1.148 3.87 10.44 3.382 12.701-.488 2.261-2.043 6.24 2.96 3.701 5.002-2.539 2.684-10.152 2.684-13.468 6.959 13.046 1.262 15.922-.804 17.535-1.737 1.356-4.873 2.204-7.083 2.652-.777.157-8.432 2.148-14.137 2.062-8.548-.131-4.365-2.242 1.714-4.931 1.214-.537 6.27-5.426 5.696-7.931 1.328-.781 3.522 3.33 6.377.94Zm9.716-35.062c.278 1.643 1.867 9.128 19.077 15.048-6.451.14-15.358-6.542-17.854-7.806.053.67-.241 2.92-3.101 1.512-3.575-1.76 1.944 9.63 2.47 10.75.842 1.796-7.073-10.3-10.128-11.42l5.846-1.903c.941-2.83 3.412-7.823 3.69-6.18Zm72.505 86.781c-3.171-3.984 1.934-3.084 4.381-4.72-1.556-.732-5.895-1.155-8.207-.705-2.891.563-3.886-4.572-4.068-1.313-.225 4.019 1.884 4.709 3.093 5.827l1.531 1.452c-1.626 1.268-1.118 6.081-2.382 9.818-1.177 3.479-1.093 7.166.163 6.844 1.256-.322 1.058-6.585 1.848-8.56 1.61-4.027 4.056-3.39 6.084-6.462.753-1.141-1.472-.962-2.443-2.181Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M207.845 149.701c4.724 1.02 13.806 2.339 24.041 2.57 1.456.033 4.448-4.507 5.089-2.444 1.128 3.626 1.961 4.845 2.379 8.1-.06 5.833-2.079 12.564-3.467 16.062-1.735 4.372-7.505 4.118-13.949 6.485-6.444 2.366.327.915 5.819 0 4.95-.825 2.529.217 1.11 1.295-1.419 1.078-7.31 1.508-8.003 4.72-.694 3.212 5.385 2.824 6.004 4.539.618 1.716-5.84.11-10.716 1.628-4.877 1.518-4.774 3.928-7.095-5.473-.571-8.351 6.434-8.5 9.702-8.981 6.945-1.022 8.648-7.626 11.012-13.445 2.954-7.273-15.912 4.081-16.904-.485-.992-4.565 5.774-5.675 10.543-7.612 4.769-1.937-3.059-2.836-10.889-4.527-7.796-1.683-9.4-3.452-4.676-2.432Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M209.804 210.116c-.307-2.093.002-3.272.26-4.466.259-1.194 2.875 2.707 4.159 4.466 1.284 1.758 1.312 6.196.363 7.424-.949 1.228.53.167 1.228 2.205.698 2.037.67 6.614 1.563 9.796.893 3.182 3.726 4.491 8.571 4.159 5.581-.383 4.876-.32 1.817 1.304-3.212 1.705-15.468-1.974-17.31-1.304-1.842.669-2.497 4.137 1.996 4.081 4.494-.056 8.553-.307 10.954 1.116 1.92 1.139 2.855 1.501 1.563 1.501h-20.625c.418-2.744 1.373-8.624 1.842-10.187.586-1.954 1.665-2.984 3.619-4.24 1.953-1.256.707-1.762 1.823-3.66 1.117-1.898.419-2.401 0-3.434-.418-1.032.028-1.058-.223-3.124-.251-2.065-1.293-3.545-1.6-5.637Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M230.699 199.302c4.979 2.037-8.242 1.447-13.999 3.092-2.368.507-4.673 6.65-4.221 9.181.452 2.53-.803 4.809-1.398 2.727-1.337-3.055-2.174-4.519-.746-9.813.497-1.841 6.233-3.29 2.738-5.345-2.796-1.645-2.981-4.159-2.433-6.421 0 0 10.834-9.398 16.595-6.135 5.762 3.263-11.298 3.174-12.778 6.135-1.85 3.7 16.242 1.233 17.681 1.644 2.515.719-6.373.823-13.98 4.935-7.607 4.111 4.359-3.349 12.541 0Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M175.001 78.294c.11-1.242 1.258-6.997.396-5.747-3.309 5.54-2.688-.049-11.925 5.908-6.088 3.926 6.619 5.116 7.413 9.116 1.013 5.098-10.437 5.075-6.802 5.86 4.322.933 13.662-1.974 14.78-4.837.422-1.08-1.201-1.604 1.868-7.783.709-1.428-5.867-.964-5.73-2.517Zm61.797.374c3.399-2.465 3.41-2.967 3.071-4.942-.404-2.354-25.734-1.605-33.77-1.088 1.494 1.884 8.191 8.436 16.003 9.028 5.844.444 11.817-.911 14.696-2.998Zm10.628-26.003c-.122-2.218-1.938-1.59-2.831-.998-1.96 4.59-5.119 14-2.076 14.923 3.805 1.153 5.055-.938 6.7-5.607 1.645-4.67 1.12-8.1-1.793-8.318Z"/>
27
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M241.353 40.034c-4.765-6.95-11.536-10.16-20.688-11.189-7.211-.81-14.57 2.238-19.397 6.512-5.502 4.872-7.787 15.457-8.324 19.697-.536 4.24 1.303 14.58 10.39 19.855 5.119 2.972 25.82 11.492 36.325-1.153 3.413-4.106 5.817-7.645 6.248-14.464.43-6.82.703-11.59-4.554-19.258Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m217.731 78.16-3.565.963c1.601.557 5.221 1.175 7.274 1.46 3.019.42 8.545 0 13.3-2.712 3.374-1.925 7.169-5.87 8.561-8.954l-3.903 2.472c-1.425 1.473-5.117 4.89-8.481 6.77-3.364 1.882-10.192.785-13.186 0Zm9.198-48.145c-9.088-3.083-17.207-.222-20.131 1.594 12.276-1.435 19.16 0 25.327 9.147l12.009 9.521c-1.948-5.47-8.118-17.18-17.205-20.262Z"/>
29
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M233.722 32.523c5.233 2.45 7.857 6.915 9.459 9.776 3.778 7.723 8.626 27.64-11.256 37.408l2.202-2.855c11.72-9.016 10.143-26.415 4.253-35.623-8.765-13.701-23.403-11.409-25.261-11.98 7.149-1.93 15.372.824 20.603 3.274Z"/>
30
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M204.768 53.658c-.322-1.91-1.472-3.64-2.466-4.05.778 1.751 1.098 2.717-.368 7.203-1.466 4.485-6.297 5.286-4.841 5.84 1.348.513 2.979.76 4.489-.613 1.597-1.453 3.688-5.409 3.186-8.38Z"/>
31
+ <path fill="var(--sapContent_Illustrative_Color24)" d="m190.655 114.799-7.613 2.394-1.318 21.535c-.212 2.115-.898 3.988-1.842 5.644-1.181 2.07-.779 4.572-.538 5.725.192.922-1.311 2.46-1.502 3.723 1.255-1.278 4.871-3.368 4.401-5.721-.589-2.941-.011-3.918 3.491-10.503 3.502-6.586 3.774-11.814 3.513-16.275-.208-3.569.528-6.223 1.408-6.522Z"/>
32
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M192.125 122.979c-.288-1.48.301-4.914.632-6.446l-4.582 1.29c-.218 1.007-1.015 3.747-.165 6.04.446 1.204-.517 4.668-2.161 5.878-1.15.846.564 3.535-1.423 5.599-1.988 2.063-2.056 7.618-2.412 10.488 1.276-2.003 4.431-6.604 5.994-7.279 1.955-.844 11.263 4.104 9.932 1.814-.531-.914-6.463-1.814-8.635-4.322-1.67-1.928-.23-2.455.783-3.629 1.013-1.173 3.167-2.354 4.628-2.671 1.461-.318 1.124-.517.313-1.452-.811-.934-2.544-3.46-2.904-5.31Z"/>
33
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M258.96 109.859c-.548 1.926-2.301 5.681-3.206 6.915-1.53 2.089-5.213 4.226-7.725 6.01l-.367 1.701c-.11.509 5.674 7.093 5.201 10.366-.728 5.041 1.396 7.555 2.208 10.513-3.694-3.629-4.757-11.094-6.159-12.241-3.63-2.972-4.862-9.595-5.94-10.361-1.079-.766-3.025-3.105-3.553-3.13.388 2.917.69 5.353.738 6.152.222 3.692-.528 9.295-.901 11.022-.631 2.92-.7 3.919-1.807 5.1.595-4.441.993-7.607 1.076-10.876.068-2.614-.35-4.973.467-6.84-1.543-.393-3.6-5.475.264-9.537 2.122-2.231 1.436-4.374 2.657-1.801 1.221 2.572 2.157 4.818 2.94 4.898.589.06 2.997-.806 4.331-1.322 3.556-1.846 7.483-4.387 9.776-6.569Z"/>
34
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M236.946 167.814c1.431-1.763 2.409-4.63 1.641-5.822-.677.521-2.321 3.844-6.03 6.621-2.699 2.021-11.157 7.09-22.118 11.496l-.965 3.285c2.491-.847 8.504-3.383 12.853-5.276 5.435-2.366 12.472-7.658 14.619-10.304Zm-37.357-69.197c-.383-6.756-3.857-16.506-7.425-18.6-1.602-.928-2.464-1.339-2.464-1.339-1.421-.362-6.585 1.262-3.817 1.528 2.622.253 10.143 15.868 10.367 19.13.225 3.263-.347 6.927-2.25 11.922-1.522 3.996-7.95 5.846-11.013 6.206l-2.524.727c1.845 3.097 6.652 2.873 12.315-1.272 6.734-4.93 7.289-9.857 6.811-18.302Zm43.792 3.04c.201-4.233 1.419-19.377-1.391-21.3l-2.514-.543s-.08.37-.718 2.013c1.22 1.398 1.096 4.436 1.096 5.527 0 1.67-.372 4.943-.017 6.99.976 1.908-.351 4.277-.443 5.704.46 8.185-1.191 15.667-1.741 16.817-.812 1.696.87 1.339 1.741 2.975 0 0 .546-.286 1.122-1.642.576-1.355 2.663-12.308 2.865-16.541Z"/>
35
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M194.184 60.489c1.789 3.202 4.232 2.929 5.72 2.954.086.6.604 3.015 1.623 5.015 1.019 2 3.434 5.224 15.512 10.032 0 0 .614 1.823-2.378.822-2.814-.941-9.181-4.647-11.043-6.509-5.926-5.93-2.886-5.387-5.926-5.93-1.868-.335-4.12-7.478-3.508-6.384Z"/>
36
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M219.131 179.523c-1.249.498-9.234 3.72-9.234 3.72v-.684s-3.176-3.642-3.681-4.05c-.504-.409 1.432 3.859.763 5.769-.668 1.91-2.865 2.579-2.197 6.4.669 3.82 1.727 6.143 2.014 11.109.287 4.967 1.292 2.442 1.157.149-.203-3.438.545-4.009.21-5.157-.305-1.045-.396-1.306-.31-2.217.097-1.022.303-1.663.943.258.275.826 1.747 2.011 1.413 3.452-.142.615.966 1.252.758 3.913-.033.422-.658 2.115-.758 2.834.844-1.033 4.224-3.596 4.224-4.513 0-1.146-1.914-1.302-1.914-2.544s-.86-4.419-1.242-6.52c-.382-2.102.191-4.585 1.242-6.686.841-1.681 7.861-5.731 6.612-5.233Z"/>
37
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M177.513 168.516c1.734-.656 7.679-.871 15.828.42 8.148 1.291 15.588 10.202 16.123 11.628.534 1.427.446 4.87.349 5.318-.096.448-1.468 3.334-.888 4.116.58.781-.56 2.595-.734 3.4-.174.805-.36 2.245.143 3.384.503 1.138.152 1.603-.143 2.101-.221.374-1.394 12.541-2.118 15.084l.023.001s.133 1.371.437 2.239c.304.868.716 3.804 0 5.593-.895 2.238.282 9.756.282 11.323v7.275h-28.497c-.017-.046-1.978-5.246-1.814-6.806.164-1.566.416-2.866.322-4.153-.094-1.286-.37-2.669-1.623-3.386-1.253-.716-1.188-2.413-.695-4.253.492-1.84-.51-6.756.695-7.832a.332.332 0 0 1 .072-.045c.105-3.745 1.177-20.394-1.007-23.615-.937-1.383 2.078-3.314 0-6.762-.655-1.09.908-4.205-.323-5.875-1.231-1.671.703-3.688.985-4.563.227-.701 1.817-3.353 2.583-4.592Z"/>
38
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M177.34 207.486c.491 1.471 7.608 5.637 4.577 5.268-4.999-.61-.285 2.14-2.919 3.475-2.808 1.422 7.784 2.363 9.591 2.224 1.807-.139 9.73 4.448 1.529 3.058-8.201-1.39-11.16-1.548-12.778-2.085-1.471-.489-3.716-.589-2.798-3.845 1.143-4.05.239-9.167.086-9.934-.396-1.979 1.587-4.4 2.712-6.513.772-1.449-.787-7.115 0-5.8 3.473 5.801 3.13 7.595 2.366 8.408-1.561 1.661-2.979 3.905-2.366 5.744Z"/>
39
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M205.97 183.544c-.774-3.015-12.16-12.768-7.491-11.111 4.66 1.655 11.584 10.137 11.616 10.175.055 2.188-.615 4.462-3.511 5.419-1.66.549.666 3.228 0 4.241-2.776 4.22 1.669 6.16 1.669 6.788 0 4.17-.344 6.835-1.924 15.155.837 1.465 1.552 5.271 1.113 6.973-.569 2.21-.49 5.428.368 7.235.859 1.806.81 3.063 0 4.453-.648 1.112.122 1.933.392 2.766.27.834-1.234 1.571-.76 2.916.333.944.476 1.844-.549 1.844h-29.085c-.417-1.019-1.39-2.993-2.613-5.218-1.529-2.78.972-4.308 1.528-6.949.556-2.64.765-.982 2.396.933 1.172 1.375-.311 2.404-.311 6.016 0 3.614 3.986 3.458 6.395 2.782 6.812-1.911 17.559 2.233 19.484.891 3.327-2.317-9.123-5.815-3.626-5.308 5.268.486 2.35-.588 3.045-2.673.695-2.085-.695-6.671-2.843-8.2-2.149-1.529-2.784-1.252-1.605-2.642 1.179-1.39.278-2.64-1.179-4.03-1.165-1.112-5.859 1.417-3.639-1.466 8.137-6.157 11.12-20.421 7.149-22.546-4.965-2.654-17.234-4.735-12.253-5.62 6.179-.608 17.702 7.777 11.527 2.488-6.176-5.288-14.325-7.148-11.871-7.309 1.406-.092 17.544 5.765 16.578 1.997Z"/>
40
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M180.83 168.789c-3.787-.251-5.192 2.053-5.421 3.237-.482-1.049-.125-2.703.194-3.815.318-1.111 2.4-1.803 4.425-2.271 2.817-.651 11.502.834 16.154 2.464 6.439 2.256 9.807 5.974 12.082 8.197 2.275 2.222 3.029 4.195 3.017 4.98-.009.628-.655 1.091-1.131 1.959-1.345-2.52-5.496-6.916-10.108-10.052-5.846-3.976-14.479-4.386-19.212-4.699Zm39.5-89.532c-11.176-2.109-17.685-8.316-19.543-11.156-.214-1.06-.693-3.476-.894-4.66 2.408-.972 3.23-1.593 4.838-5.627 1.608-4.035-.329-7.396-1.991-8.505.33-1.507.971-2.914 2.625-4.57 4.084-4.089 8.525-6.506 16.589-6.505 9.752 0 14.121 2.017 19.34 9.06 5.22 7.042 1.608 17.641.318 20.974-1.289 3.332-7.312 13.625-21.282 10.989Z"/>
41
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M238.966 67.943c5.417-9.905 1.781-18.316-.866-20.775-1.342-1.246 2.047 4.894 2.365 9.318.501 6.963-3.937 14.2-1.499 11.457Z"/>
42
+ <circle cx=".969" cy=".969" r=".969" fill="var(--sapContent_Illustrative_Color8)" transform="scale(-1 1) rotate(-12.183 98.322 1109.961)"/>
43
+ <circle cx=".969" cy=".969" r=".969" fill="var(--sapContent_Illustrative_Color8)" transform="scale(-1 1) rotate(-12.183 115.797 1135.273)"/>
44
+ <circle cx="1.937" cy="1.937" r="1.937" fill="var(--sapContent_Illustrative_Color8)" transform="scale(-1 1) rotate(-12.183 148.437 1113.793)"/>
45
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M216.064 144.649c3.74.855 13.356 2.226 17.697 2.804-3.245.535-5.213 0-10.951.547-5.61.534-7.28-1.348-11.087-2.75-3.806-1.403-.334-1.67 4.341-.601Zm-13.786 21.869c-11.227-4.994-18.349-5.596-21.381-4.994.368-3.178 3.749-2.719 5.078-2.55 4.498.57 14.955 4.883 16.303 7.544Z"/>
46
+ <circle cx="104.987" cy="104.954" r="23.987" fill="var(--sapContent_Illustrative_Color22)"/>
47
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M128.758 156.541c2.083.347 4.574 1.613 5.876 2.77h-18.655l5.404-4.072c1.591.289 5.293.955 7.375 1.302Z"/>
48
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M134.634 159.311c-1.302-1.904-11.163 0-11.163 0l-4.7 23.514c3.264-.106 10.106-.889 11.359-3.177 1.253-2.288 5.806-18.433 4.504-20.337Z"/>
49
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M68.858 83.05c8.61-12.204 26.445-10.583 31.707-9.252 5.776 1.46 18.9 6.804 16.956 10.044-.549.915-8.123-.478-10.799.755-2.142.987-9.396 4.428-8.094 15.282-2.22 2.589 3 1.104 5.504 3.176 2.503 2.073-1.081 6.115 1.164 7.065 3.907 1.653 3.561 6.874 15.833 12.558 0 .437-2.882 2.455-7.057 4.896 4.028 2.279 7.22 5.266 8.052 8.961 1.952 8.676 5.64 20.173 6.508 23.86.867 3.689-.001 18.871-1.519 25.161-1.215 5.033-2.82 15.111-3.471 19.522-9.616-3.688-29.803-10.932-33.62-10.411-3.818.52-9.255 1.084-11.497 1.301l-3.314-66.681c-5.867-4.379-11.232-9.795-12.76-14.731-3.367-10.878-1.417-20.416 6.407-31.506Z"/>
50
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M123.908 114.048c5.418-9.905 1.781-18.317-.866-20.775-1.342-1.246 2.047 4.893 2.366 9.318.5 6.962-3.938 14.2-1.5 11.457Z"/>
51
+ <circle cx="1.937" cy="1.937" r="1.937" fill="var(--sapContent_Illustrative_Color8)" transform="scale(-1 1) rotate(-12.183 441.468 582.024)"/>
52
+ <circle cx=".94" cy=".94" r=".94" fill="var(--sapContent_Illustrative_Color8)" transform="scale(-1 1) rotate(-12.183 420.848 566.456)"/>
53
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M74.002 77.842c-8.094 5.112-11.601 15.55-12.79 21.7l3.67 26.628h53.231c-.701-1.297-7.097-2.534-10.343-5.537-6.416-5.938-18.627-1.93-9.944-7.038 3.46-2.035 4.973-5.919 4.344-7.596-.629-1.677-22.162-6.521-24.11-7.633-4.856-2.769 1.245-6.526-2.272-10.436-8.275-9.202 9.499-11.473 10.792-14.687-5.798.9-8.395 1.958-12.578 4.6Z"/>
54
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M64.654 240.416c-2.602-2.169-2.615-2.965-4.35-7.087-1.367-3.245-.604-16.561-.028-23.116 2.575-13.355 16.947-11.155 18.682-11.372 1.735-.217 34.115 6.787 39.754 12.21 4.512 4.338 4.17 23.798 3.086 29.365H64.654Z"/>
55
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M104.929 211.793c2.494.95 6.958 5.819 8.591 7.649-6.581-1.336-20.8-5.688-25.044-6.205-9.364-1.141-5.937 5.835-13.648 5.835-3.385 0-3.023 3.704-3.86 7.273-1.25 5.338 6.55 1.392 7.44 5.993.713 3.682 1.729 3.23 3.955 8.079H62.608c-3.22-1.158-4.838-10.642-4.838-14.911 0-1.99.487-7.492 2.033-11.042l25.235-9.5c5.591 1.88 17.397 5.878 19.891 6.829Z"/>
56
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M79.022 213.859c-4.933 2.63-15.916 3.432-20.163 3.523 0 0-.12-.371.6-2.135.719-1.765 25.625-23.296 25.515-16.062-.137 9.042.213 11.386-5.952 14.674Z"/>
57
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M85.894 129.228c.851-2.215 15.635-5.805 18.454-.923.544-1.183 1.164-3.733-.71-4.471-2.342-.923-12.28-.71-18.951 0-6.672.709-5.607 4.116-6.814 4.471-.965.285.402 15.166 1.207 22.571 1.514 17.673 5.047 48.14 5.047 51.604 0 4.33.63 6.243 3.754 6.953 3.123.709 20.796 5.323 20.796 4.968 0-.355-.567-.852-1.348-2.91-.781-2.058-6.459-3.833-10.789-5.465-4.33-1.633-5.323-2.769-2.768-2.769 2.555 0 6.104.426 10.86 1.704 4.755 1.278 5.394 2.697 1.987-1.704-3.407-4.4-17.035-3.123-15.97-3.619 1.065-.497 2.84.071 2.626-.994-.213-1.065-1.206-1.278-2.626-1.633-1.42-.354-3.762-2.2-1.42-2.413 1.874-.17 23.314 6.297 31.027 7.882-.473-1.017-5.833-6.759-9.524-8.519-4.613-2.2-20.083-2.628-21.503-3.338-1.42-.71-3.974-34.424-1.561-46.632 2.413-12.208-2.84-11.995-1.775-14.763Z"/>
58
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M89.805 119.616c-4.685-.52-9.761 1.23-11.713 2.17v7.158l11.713-3.905c3.644-1.214 19.351-.372 28.967.64-8.533-1.91-9.052-2.584-13.048-3.994-3.843-1.356-10.063-1.418-15.92-2.069Z"/>
59
+ <path fill="var(--sapContent_Illustrative_Color24)" d="m79.856 105.423 5.972 16.789-5.974 1.211c-1.936-24.86-4.6-22.681-11.864-24.86 7.814-1.356 11.032 3.336 11.866 6.86Z"/>
60
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M148.455 89.675c1.147 1.912 8.21 6.12 7.65 8.032 5.227 0 15.987-.382 17.211-1.912 1.53-1.911-.571-6.12.308-11.75.619-3.968-2.813-4.83-2.43-6.934.382-2.104-2.994-9.03-4.55-12.04-1.706-3.3-3.258-2.383-2.482 4.027-1.499-7.703-2.114-8.416-3.85-8.109-1.992.353-1.475 4.016-.648 9.506-.73-2.43-1.975-7.735-2.345-9.506-.371-1.771-1.969-1.95-2.567-1.818-1.486.364-1.913 2.792-.879 9.927-.574-2.295-2.29-7.12-4.239-5.895-1.81 1.138-.537 10.112 1.757 19.291-2.641-2.704-4.352-5.145-6.1-4.188-1.384.757 2.016 9.457 3.164 11.369Z"/>
61
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M148.251 84.14c-3.969-2.214-.824 3.414-.044 5.128.781 1.713 3.622 3.847 5.615 5.324 2.492 1.846 19.256 1.085 20.087-1.406.664-1.994.03-5.15-.524-6.474-2 .215-6.129.658-8.902 0-2.309-.548-3.332-.525-6.124 0-2.63.495-2.506 1.49-4.537 1.49-2.03 0-1.602-1.847-5.571-4.061Z"/>
62
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M91.612 132.865c.694-5.032 6.696-7.804 9.733-8.454 5.205 0 17.943 1.372 20.372 1.372.217-2.603 9.517-2.481 12.77-2.481.217-1.519 5.206-.433 7.809 0 .173-2.256 4.266-3.687 6.29-4.121l5.423-14.533-1.735-7.375c.361-1.084 1.475-3.73 3.036-5.64 1.953-2.385 6.508-3.036 12.364-1.517 5.857 1.518 7.158 6.507 7.158 9.11 0 2.603-1.301 18.871-2.603 29.5-1.301 10.628-19.305 16.051-22.341 18.437-3.037 2.386-11.496 7.158-18.654 8.893-5.727 1.388-8.026 3.615-8.46 4.555-3.109.94-10.542 2.733-15.401 2.386-6.073-.434-8.459-4.772-14.532-9.761-6.074-4.989-2.097-14.08-1.23-20.371Z"/>
63
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M88.774 130.149c1.166-2.31 4.18-6.449 6.404-7.137.687-.242 8.869-1.567 15.166 1.983-10.664-1.179-14.44.256-17.706 7.093-1.31 2.744-1.543 10.951 1.607 19.412 1.84 4.944 4.541 12.005 9.707 13.92 2.876.081 3.447-1.732 4.986-.584 1.539 1.148 13.172-2.382 14.652-5.994l3.363-1.516c0 1.091-2.106 4.096-4.143 5.938-2.546 2.304-14.017 8.501-24.807 1.572-5.754-3.694-10.236-15.798-10.793-20.127-.955-7.416-.381-10.704 1.564-14.56Z"/>
64
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M110.936 196.713c-3.332-1.927-27.517-2.89-39.193-3.131-.49 2.408-1.176 7.273 0 7.466 1.47.241 25.23 7.225 31.599 9.875 5.095 2.119 15.187 12.604 19.597 17.581 2.574-.736 2.57-20.612 2.178-22.153-.49-1.927-10.017-7.23-14.181-9.638Z"/>
65
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M100.216 196.44c-10.455-.892-14.6-.881-17.807-.881-1.082 0-2.208.385-2.632 2.167-.34 1.425 0 5.172 0 7.322.453-.764 1.613-2.461 2.632-3.14 1.274-.849 11.712 4.517 18.33 6.469-2.181-2.809-5.12-5.416-10.61-7.318-5.896-2.042-2.674-1.838-1.608-1.719 3.688.409 5.809.599 11.695-2.9Zm7.981 27.182c-2.137-1.006-4.682-2.873-4.263-3.292 6.916 0 15.075 3.69 18.533 7.305 2.766 2.892 3.081 9.639 2.347 12.782h-6.129c-.629-3.824-.274-10.393-2.16-12.782-2.357-2.986-5.656-2.756-8.328-4.013Z"/>
66
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M81.774 229.053c4.956-10.584 9.822-13.341 16.18-13.806 4.254-.31 14.83 3.102 17.167 4.765 2.337 1.663 2.724 1.322 7.326 7.556-12.618-8.164-25.545-9.827-31.767-4.008-6.221 5.82-8.147 9.714-8.147 16.857h-3.256c0-2.759.71-7.549 2.497-11.364Z"/>
67
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M39.381 107.028c1.013-2.025 16.331-6.117 24.453-8.016 5.817-1.423 9.685-.33 11.918 1.942 2.596 2.642 3.272 6.286 4.221 14.197.95 7.911 4.015 65.472 4.648 81.294.576 14.394-2.061 15.773-7.024 16.749-4.036.794-18.193 2.269-26.737 3.218-8.544.95-10.521-.37-11.491-2.848-.914-2.333-.85-52.846-1.166-78.161-.422-8.544.165-26.35 1.178-28.375Z"/>
68
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M43.455 107.101c.837-2.511 3.291-3.248 5.748-4.208-10.64 3.005-10.643 4.499-11.404 7.066-.609 2.054-.254 18.061 0 25.796 9.224 6.402 29.128 17.238 29.128 8.145 0-12.884.435-13.252-2.983-15.089-6.186-3.326-20.915 3.773-20.915-2.185 0-3.19-.62-16.387.426-19.525Z"/>
69
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M40.642 216.892c1.584.513 14.484-.872 21.431-1.66 1.523-.171 2.863-.278 4.438-1.551 1.575-1.273 1.151-3.151 1.151-5.513v-38.592c0-6.907.727-31.141 0-34.23-.572-2.433-2.242-3.938-5.15-5.029-2.908-1.09-4.968-.668-7.815 0-2.248.528-10.239 2.545-13.45 3.211-3.21.667-4.544 2.848-5.15 4.18-.605 1.333-.544 8.359-.544 13.146 0 4.786.545 55.376.545 60.343 0 4.968 3.792 5.452 4.544 5.695Z"/>
70
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M51.607 131.11c.157-.059.332-.109.522-.142 1.842-.51 3.777-1.102 6.212-1.323 2.666-.243 5.652.868 7.498 2.167 1.845 1.299 1.097 5.664 1.097 9.273v60.278c0 8.596.369 11.133-2.176 11.981-1.488.496-2.793.667-4.67 0-1.879-.666-3.34-2.626-3.575-5.627-.149-1.902.484-34.206.484-46.928 0-12.723.485-25.385-1.817-28.529-.916-1.25-2.143-1.454-3.053-1.292l-.522.142Z"/>
71
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M66.757 103.307c-3.115-3.893-12.288-1.54-18.275-.236 16.446-4.641 19.122-5.869 24.122-4.037 6.005 2.2 7 5.432 9.1 32.452.905 11.64 5.29 70.245 2.595 76.636-2.696 6.39-8.929 5.483-17.919 6.58 2.436-.962 2.115-3.514 2.13-5.301.205-24.75.43-66.002.43-70.569 0-4.91 1.71-30.658-2.183-35.525Z"/>
72
+ <circle cx="91.409" cy="101.634" r="11.051" fill="var(--sapContent_Illustrative_Color8)"/>
73
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M80.945 97.71c1.175-3.858 4.22-5.78 6.561-6.339l3.059-.581c-1.258.245-4.114 2.119-5.755 3.835-3.508 3.67-2.475 10.647 0 13.43 3.176 3.572 13.688 2.627 15.845-.339-.734 2.202-4.53 4.742-8.188 5.206-2.905.369-5.628.153-8.518-2.725-3.195-3.181-4.471-7.665-3.004-12.487Z"/>
74
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M80.945 97.71c1.175-3.858 4.22-5.78 6.561-6.339l3.059-.581c-1.258.245-4.114 2.119-5.755 3.835-3.508 3.67-2.475 10.647 0 13.43 3.176 3.572 13.688 2.627 15.845-.339-.734 2.202-4.53 4.742-8.188 5.206-2.905.369-5.628.153-8.518-2.725-3.195-3.181-4.471-7.665-3.004-12.487Z"/>
75
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M92.467 112.922c-2.905.369-5.628.153-8.518-2.725-2.51-2.499-3.836-5.803-3.577-9.444.14-1.982 1.135 2.117 2.275 1.852.27 2.202 1.078 4.23 2.162 5.45 3.177 3.572 13.689 2.627 15.846-.339-.734 2.202-4.53 4.742-8.188 5.206Z"/>
76
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M142.916 126.309c-4.491 0-5.555-2.501-8.426-3.027.206-1.934 7.964.205 9.128.205 1.164 0 .972-1.464 2.551-2.212 1.58-.748 3.392.369 7.05 1.699 2.926 1.064 3.181 8.242 1.752 10.235-.194-1.746-1.098-5.57-3.16-6.9-2.577-1.663-5.653-2.578-6.235-2.162-.582.416 5.401 3.201 4.823 5.768-3.362-2.676-5.206-3.606-7.483-3.606Zm-4.715 23.261c3.144 1.093 22.268-10.545 27.359-11.023-17.863 12.097-27.981 15.637-36.572 18.641-5.211 1.823-4.832 1.78-6.541 4.001-1.709 2.222-12.661 4.644-13.515 3.618-.854-1.025-.271-3.918 0-5.839.167-1.184 3.318-2.808.529-2.156-5.219 1.221-.352 7.44-4.282 8.465-3.93 1.026-8.685-3.233-9.71-6.309-1.026-3.076-1.608-3.636-3.231-5.345-1.296-1.363-3.255-7.978-2.128-10.589 1.23-2.849.428-2.878.598-7.321.171-4.443 2.19-.575 6.217-6.276 2.68-3.795 1.201 1.989-.85 3.698-2.05 1.709-3.41 13.175-1.684 11.417 2.016-2.052 8.918-10.361 12.336-10.019 3.417.342 2.563 7.689 2.734 12.132.17 4.443 2.353 5.798 4.745 1.014 2.393-4.785 3.286-1.014 2.261 5.309-1.026 6.322 1.196 3.588 2.904 1.196 1.709-2.393 5.643-13.894 4.785-23.977 2.8 1.368 3.841 14.886 0 22.781-2.886 5.931 2.122 3.758 5.54 1.195 3.417-2.562 2.221-2.221 2.734-4.613.513-2.393 1.841-1.368 5.771 0Z"/>
77
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M35.637 203.682c0 7.97 0 12.394 5.115 13.204-4.207-1.484-3.84-3.025-3.304-19.147.672-20.23 4.395-47.151 1.86-50.729-5.367-7.579-.522-11.343-2.646-10.36-3.151 1.458-1.025 58.554-1.025 67.031v.001Z"/>
78
+ </g>
79
+ <defs>
80
+ <clipPath id="a">
81
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h320v240H0z"/>
82
+ </clipPath>
83
+ </defs>
84
+ </svg>
@@ -0,0 +1,46 @@
1
+ <svg id="tnt-Scene-Tools" 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="M197.656 135.606h-.01v.01l.01-.01Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color21)" d="m164.665 155.747 30.02-18.28 1.69-1.03c.38-.16 1.22-.78 1.27-.81l-.1.03c.11-.08.24-.16.35-.24l.08-.06c.18-.1.36-.19.53-.3l9.64-6c-.08.03-.18.06-.26.09.3-.13.58-.27.8-.43 2.35-1.75-1.28-4.77-8.12-6.74-6.83-1.97-14.29-2.15-16.65-.4-.03.02-.05.05-.08.07l-9.8 6.22c-.11.07-.19.13-.28.2l-34.12 20.77-67.16-18.59-1.44.66 39.02 35.93-5.4 3.29-8.35 12.45s-.03.04-.09.13l-2.58 3.86-1.23 1.85 3.8-1.14 1.36-.41 5.94-1.8 19.81-6.02 17.02 15.67 1.94-.28 82.77-21.98-60.37-16.7-.01-.01Zm-52.78-5.85 17.95 4.9h-.02l-17.9-4.88-.02-.02h-.01Zm1.54 1.42 15.28 4.16-6.47 3.94-8.81-8.1Zm23.01 21.17 12.82-7.35 4.6-2.8 36.8 10.03-42.44 10.96-11.77-10.83-.01-.01Zm11.9 10.94 44.35-11.45h.04-.02l-37.75-10.31h.02l37.78 10.3-44.41 11.47-.01-.01Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M152.826 152.416h-.01s0-.02-.02-.02h.03v.02Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M152.826 152.416h-.01s0-.01-.02-.01c0 0 .02.01.03.01Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M132.025 134.686s15.01 17.97 20.79 17.76l-26.79 16.47-4.96-5.32 9.5-27.9 1.46-1.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M138.995 147.216c-1.52-1.21-3.23-1.48-4.69-1.42h.55c.28.02.57.03.84.09h.02c.2.03.39.07.59.11.42.1.84.24 1.27.43.18.08.34.15.52.25.29.17.59.37.86.59 1.49 1.19 2.18 2.75 2.47 4.17-.27-1.44-.92-3.03-2.43-4.22Zm-15.11 18.92c-1.55-1.24-2.35-2.99-2.18-4.44l-2.8 8.21-1.46 4.31 3.88-2.4 7.26-4.5c-1.39.42-3.19.03-4.7-1.16v-.02Zm26.15-14.59c-.71-.03-1.53.03-2.46.27-.03 0-.04 0-.08.02-.65.15-1.33.4-2.08.75 1.77-.74 3.38-.95 4.55-.94l.02-.02c1.42.09 2.37.53 2.75.75l.12-.08c-.34-.2-1.33-.66-2.82-.75Zm-18.77-5.94c-.08.14-.12.28-.16.42.1-.21.18-.41.25-.62-.02.07-.06.13-.09.2Zm-.38.94.04-.03v-.04s-.03.05-.04.07Zm1-2.54c-.17.43-.3.92-.53 1.4 1.15-2.97 1.19-5.53.94-7.3-.03-.19-.07-.35-.09-.47-.04-.11-.05-.2-.07-.25v-.04c-.08-.28-.17-.54-.27-.76 0-.02 0-.06-.03-.09-.33-.66-.66-1.11-.88-1.37.23.26.6.68.93 1.29.8 1.43 1.45 3.9 0 7.59Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m172.976 161.646-1.88.72 44.22-24.15 2.06-.83-44.41 24.26h.01Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color26)" d="m142.955 154.046-.34.22c-.12.09-.24.17-.38.27-.12.09-.74.46-.88.54l76.14-94.64.22.07c.21.06.41.11.63.16.42.1.87.19 1.31.25.22.03.45.06.66.09h.13c.17.02.33.03.5.03.67.06 1.31.06 1.89.03l-72.98 90.73-.05.08-.02.02c-1.16 0-2.76.2-4.55.94-.74.31-1.52.72-2.31 1.22h.03v-.01Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M206.515 51.496c-.06-.11-.11-.23-.15-.34l-.02-.03-.02-.03s-.02-.04-.02-.06c-.03-.01-.03-.04-.03-.04l-.02-.06s-.03-.07-.05-.1c-.02-.03-.02-.06-.02-.06l-.03-.06-.02-.06v-.03l-.02-.02v-.02h-.02l-.03-.07-.04-.09v-.02l-.02-.04-.03-.06v-.02l-.03-.04v-.03h-.02v-.02l-.03-.07v-.03l-.02-.03-.03-.06v-.09s0-.05-.03-.08c-.02-.1-.06-.18-.09-.28v-.02c-.02-.12-.07-.23-.1-.34v-.07c-.03-.08-.06-.16-.09-.25a.68.68 0 0 0-.03-.12v-.04l-.02-.06v-.04s-.03-.08-.03-.11c0-.06-.03-.17-.03-.17v-.03c-.13-.48-.23-.96-.27-1.44-.06-.47-.09-.93-.09-1.4.02-1.38.28-2.7.86-3.91l-.19.23-74.94 93.14-9.09 26.73s-.03.08-.1.28l-2.81 8.28-1.34 3.97 3.89-2.39 7.44-4.57v-.04c-.07.04-.13.05-.2.07-1.37.43-3.19.04-4.7-1.16-1.02-.82-1.7-1.86-2.01-2.89l9.48-27.06c.17.24.13.2.31.57 0 .03 0 .07.03.1.05.11.1.24.14.37.59 1.5.96 3.83-.12 7.05-.19.6-.47 1.3-.72 1.97l-.18.48 2.83-3.3 73-91.55.03-.04c-.05-.1-.12-.21-.16-.32v.02Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M141.366 155.076c.09-.59.18-1.79-.07-3.16 0-.08-.03-.15-.03-.23-.3-1.42-.99-2.97-2.48-4.17-.28-.22-.58-.4-.87-.59a8.4 8.4 0 0 0-.52-.26c-.4-.19-.84-.34-1.26-.43-.2-.04-.39-.08-.59-.11h-.02c-.28-.04-.57-.08-.84-.08h-.02c-.18 0-.36-.02-.53 0h-.06c-.13 0-.24 0-.35.02-1.29.09-2.37.42-2.92.63l76.1-94.61.03-.04c.38.65.8 1.29 1.28 1.91.44.59.93 1.16 1.49 1.71.23.24.49.5.76.73.12.11.26.23.39.34.19.18.4.33.59.49 1.9 1.52 3.99 2.58 6.07 3.2l-.04.06-76.08 94.6h-.03v-.01Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M220.596 46.005c-5.81-3.99-8.1-10.11-7.42-14.07l-10.29 13.33c-3.53 4.41.21 10.03 6.1 15.08 5.89 5.05 13.78 6.92 18.07 1.16l10.02-12.74c-2.7 2.39-10.28 1.51-16.48-2.76Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M237.636 48.046c2.46-3.73-1.02-10.37-7.77-14.83-6.75-4.45-14.23-5.04-16.7-1.31-2.47 3.73 1.02 10.37 7.77 14.83 6.75 4.45 14.23 5.04 16.7 1.31Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M234.956 48.506c1.19-1.39.12-4.24-2.38-6.39-2.51-2.15-5.5-2.77-6.69-1.39-1.19 1.39-.12 4.24 2.38 6.39 2.51 2.15 5.5 2.77 6.69 1.39Zm-137.811.599 69.791 135.77 82.77-46.5-152.56-89.27Zm39.411 41.57 80.86 46.7-44.41 24.26-36.45-70.95v-.01Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m97.145 49.105-1.44 1.39 69.29 134.97 1.94-.59-69.79-135.77Zm50.411 78.341-6.83 3.67.49.91 6.82-3.67-.49-.91h.01Zm-26.811-45.87-4.25 2.28.49.91 4.25-2.28-.49-.91Zm14.01 27.22-4.27 2.3.49.91 4.27-2.29-.49-.91v-.01Zm-7.239-14.06-4.26 2.29.49.91 4.26-2.29-.49-.91Zm14.099 27.369-4.21 2.26.49.91 4.21-2.26-.49-.91Zm7.111 13.701-4.25 2.28.49.91 4.25-2.28-.49-.91Zm6.84 13.33-4.22 2.27.49.91 4.22-2.27-.49-.91Zm6.95 13.51-4.21 2.26.49.91 4.21-2.26-.49-.91Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color26)" d="m226.175 62.706-2.27 1.63c-1.79 1.41-2.52-.14-5.76.68-.18-.05-.32-.09-.4-.09-.17 0-.57-.15-.74-.17-.05 0-.12-.04-.16-.04-.21-.04-.13-.07-.35-.1-.44-.07-.34-.13-.76-.23-.23-.04-.3-.11-.51-.17l-.66-.25-47.65 59.26 4.79 1.13-10.97 14.12c.25.37 1.79 3.45 1.79 3.45l13.34-16.59 47.2-58.69 1.76-2.19c.41-.35 1.33-1.75 1.33-1.75h.02Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m148.266 113.336 54.03-67.17.04-.11c-.58 1.21-.81 1.73-.84 3.12 0 .47 1.07.57 1.12 1.04.04.48.14.96.27 1.44v.03l.03.17c0 .03.02.08.03.11v.04s0 .03.02.06v.04s.03.09.03.12c.03.09.06.17.09.25v.07c.03.11.08.22.1.34v.02c.03.1.07.18.09.28.02.03.03.04.03.08 0 0-.69-.45-.69-.44l.7.46v.02l.02.02v.02s.02.03.03.06c0 0 0 .02.02.03v.03s.02.04.03.07v.02h.02v.03s.03.03.03.04v.02s.02.03.03.06l.02.04v.02l.04.09s.02.04.03.07h.02v.02l.02.02v.03s0 .03.02.06l.03.06s0 .03.02.06.03.07.06.1l.02.06s0 .03.03.04c0 .02.02.04.02.06 0 0 0 .01.02.03l.02.03c.04.11.09.23.15.34.76-.41-.2.51-.15.61l-.42 1-51.57 63.98"/>
19
+ <path fill="var(--sapContent_Illustrative_Color15)" d="m151.806 120.436 52.22-64.92.03-.04c.38.65.8 1.29 1.28 1.91.44.59.93 1.16 1.49 1.71.23.24.49.5.76.73.12.11.26.23.39.34.19.18.4.33.59.49 1.9 1.52 3.99 2.58 6.07 3.2l-.04.06-47.67 59.25"/>
20
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M228.616 50.116c-2.81-.8-6.11-2.38-8.64-4.38-3.83-3.04-6.59-5.97-7.44-9.83l-10.73 13.34c-.52 2.78 1.79 7.17 7.02 11.31 2.97 2.36 5.99 3.47 8.36 3.87l12.56-14.31h-1.13Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M202.306 52.066c.44 2.25 2.08 4.75 4.67 7.32l11.7-14.18c-2.13-2.24-4.27-4.19-5.33-6.81l-11.03 13.69v-.02h-.01Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M221.076 65.236c-3.38 0-7.53-1.32-11.42-3.88-7.08-4.67-9.96-11.31-7.31-15.31l-.03.06c-1.84 3.72 1.2 10.1 7.85 14.48 6.64 4.38 14.09 4.98 16.45 1.4l-.19.29c-1.2 1.81-2.59 2.98-5.35 2.98v-.02Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m168.295 167.446-6.85 3.68.85 1.56 6.85-3.68-.85-1.56Zm-6.95-13.48-6.85 3.68.85 1.56 6.85-3.68-.85-1.56Zm-7-13.49-6.85 3.68.85 1.56 6.85-3.68-.85-1.56Zm-7.159-13.5-6.85 3.68.85 1.56 6.85-3.68-.85-1.56Zm-6.9-13.54-6.85 3.68.85 1.56 6.85-3.68-.85-1.56Zm-6.991-13.42-6.85 3.68.85 1.56 6.85-3.68-.85-1.56Zm-6.759-13.24-6.85 3.68.85 1.56 6.85-3.68-.85-1.56Zm-7.26-13.43-6.85 3.68.85 1.56 6.85-3.68-.85-1.56Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M197.656 135.606h-.01v.01l.01-.01Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color21)" d="m164.665 155.747 30.02-18.28 1.69-1.03c.38-.16 1.22-.78 1.27-.81l-.1.03c.11-.08.24-.16.35-.24l.08-.06c.18-.1.36-.19.53-.3l9.64-6c-.08.03-.18.06-.26.09.3-.13.58-.27.8-.43 2.35-1.75-1.28-4.77-8.12-6.74-6.83-1.97-14.29-2.15-16.65-.4-.03.02-.05.05-.08.07l-9.8 6.22c-.11.07-.19.13-.28.2l-34.12 20.77-67.16-18.59-1.44.66 39.02 35.93-5.4 3.29-8.35 12.45s-.03.04-.09.13l-2.58 3.86-1.23 1.85 3.8-1.14 1.36-.41 5.94-1.8 19.81-6.02 17.02 15.67 1.94-.28 82.77-21.98-60.37-16.7-.01-.01Zm-52.78-5.85 17.95 4.9h-.02l-17.9-4.88-.02-.02h-.01Zm1.54 1.42 15.28 4.16-6.47 3.94-8.81-8.1Zm23.01 21.17 12.82-7.35 4.6-2.8 36.8 10.03-42.44 10.96-11.77-10.83-.01-.01Zm11.9 10.94 44.35-11.45h.04-.02l-37.75-10.31h.02l37.78 10.3-44.41 11.47-.01-.01Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M152.826 152.416h-.01s0-.02-.02-.02h.03v.02Z"/>
27
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M152.826 152.416h-.01s0-.01-.02-.01c0 0 .02.01.03.01Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M132.025 134.686s15.01 17.97 20.79 17.76l-26.79 16.47-4.96-5.32 9.5-27.9 1.46-1.01Z"/>
29
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M138.995 147.216c-1.52-1.21-3.23-1.48-4.69-1.42h.55c.28.02.57.03.84.09h.02c.2.03.39.07.59.11.42.1.84.24 1.27.43.18.08.34.15.52.25.29.17.59.37.86.59 1.49 1.19 2.18 2.75 2.47 4.17-.27-1.44-.92-3.03-2.43-4.22Zm-15.11 18.92c-1.55-1.24-2.35-2.99-2.18-4.44l-2.8 8.21-1.46 4.31 3.88-2.4 7.26-4.5c-1.39.42-3.19.03-4.7-1.16v-.02Zm26.15-14.59c-.71-.03-1.53.03-2.46.27-.03 0-.04 0-.08.02-.65.15-1.33.4-2.08.75 1.77-.74 3.38-.95 4.55-.94l.02-.02c1.42.09 2.37.53 2.75.75l.12-.08c-.34-.2-1.33-.66-2.82-.75Zm-18.77-5.94c-.08.14-.12.28-.16.42.1-.21.18-.41.25-.62-.02.07-.06.13-.09.2Zm-.38.94.04-.03v-.04s-.03.05-.04.07Zm1-2.54c-.17.43-.3.92-.53 1.4 1.15-2.97 1.19-5.53.94-7.3-.03-.19-.07-.35-.09-.47-.04-.11-.05-.2-.07-.25v-.04c-.08-.28-.17-.54-.27-.76 0-.02 0-.06-.03-.09-.33-.66-.66-1.11-.88-1.37.23.26.6.68.93 1.29.8 1.43 1.45 3.9 0 7.59Z"/>
30
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m217.386 137.386-2.06.83-77.253-44.565-1.567-2.965 80.86 46.7h.02Z"/>
31
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m172.976 161.646-1.88.72 44.22-24.15 2.06-.83-44.41 24.26h.01Z"/>
32
+ <path fill="var(--sapContent_Illustrative_Color26)" d="m142.955 154.046-.34.22c-.12.09-.24.17-.38.27-.12.09-.74.46-.88.54l76.14-94.64.22.07c.21.06.41.11.63.16.42.1.87.19 1.31.25.22.03.45.06.66.09h.13c.17.02.33.03.5.03.67.06 1.31.06 1.89.03l-72.98 90.73-.05.08-.02.02c-1.16 0-2.76.2-4.55.94-.74.31-1.52.72-2.31 1.22h.03v-.01Z"/>
33
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M206.515 51.496c-.06-.11-.11-.23-.15-.34l-.02-.03-.02-.03s-.02-.04-.02-.06c-.03-.01-.03-.04-.03-.04l-.02-.06s-.03-.07-.05-.1c-.02-.03-.02-.06-.02-.06l-.03-.06-.02-.06v-.03l-.02-.02v-.02h-.02l-.03-.07-.04-.09v-.02l-.02-.04-.03-.06v-.02l-.03-.04v-.03h-.02v-.02l-.03-.07v-.03l-.02-.03-.03-.06v-.09s0-.05-.03-.08c-.02-.1-.06-.18-.09-.28v-.02c-.02-.12-.07-.23-.1-.34v-.07c-.03-.08-.06-.16-.09-.25a.68.68 0 0 0-.03-.12v-.04l-.02-.06v-.04s-.03-.08-.03-.11c0-.06-.03-.17-.03-.17v-.03c-.13-.48-.23-.96-.27-1.44-.06-.47-.09-.93-.09-1.4.02-1.38.28-2.7.86-3.91l-.19.23-74.94 93.14-9.09 26.73s-.03.08-.1.28l-2.81 8.28-1.34 3.97 3.89-2.39 7.44-4.57v-.04c-.07.04-.13.05-.2.07-1.37.43-3.19.04-4.7-1.16-1.02-.82-1.7-1.86-2.01-2.89l9.48-27.06c.17.24.13.2.31.57 0 .03 0 .07.03.1.05.11.1.24.14.37.59 1.5.96 3.83-.12 7.05-.19.6-.47 1.3-.72 1.97l-.18.48 2.83-3.3 73-91.55.03-.04c-.05-.1-.12-.21-.16-.32v.02Z"/>
34
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M141.366 155.076c.09-.59.18-1.79-.07-3.16 0-.08-.03-.15-.03-.23-.3-1.42-.99-2.97-2.48-4.17-.28-.22-.58-.4-.87-.59a8.4 8.4 0 0 0-.52-.26c-.4-.19-.84-.34-1.26-.43-.2-.04-.39-.08-.59-.11h-.02c-.28-.04-.57-.08-.84-.08h-.02c-.18 0-.36-.02-.53 0h-.06c-.13 0-.24 0-.35.02-1.29.09-2.37.42-2.92.63l76.1-94.61.03-.04c.38.65.8 1.29 1.28 1.91.44.59.93 1.16 1.49 1.71.23.24.49.5.76.73.12.11.26.23.39.34.19.18.4.33.59.49 1.9 1.52 3.99 2.58 6.07 3.2l-.04.06-76.08 94.6h-.03v-.01Z"/>
35
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M220.596 46.005c-5.81-3.99-8.1-10.11-7.42-14.07l-10.29 13.33c-3.53 4.41.21 10.03 6.1 15.08 5.89 5.05 13.78 6.92 18.07 1.16l10.02-12.74c-2.7 2.39-10.28 1.51-16.48-2.76Z"/>
36
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M237.636 48.046c2.46-3.73-1.02-10.37-7.77-14.83-6.75-4.45-14.23-5.04-16.7-1.31-2.47 3.73 1.02 10.37 7.77 14.83 6.75 4.45 14.23 5.04 16.7 1.31Z"/>
37
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M234.956 48.506c1.19-1.39.12-4.24-2.38-6.39-2.51-2.15-5.5-2.77-6.69-1.39-1.19 1.39-.12 4.24 2.38 6.39 2.51 2.15 5.5 2.77 6.69 1.39Zm-137.811.599 69.791 135.77 82.77-46.5-152.56-89.27Zm39.411 41.57 80.86 46.7-44.41 24.26-36.45-70.95v-.01Z"/>
38
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m97.145 49.105-1.44 1.39 69.29 134.97 1.94-.59-69.79-135.77Zm50.411 78.341-6.83 3.67.49.91 6.82-3.67-.49-.91h.01Zm-26.811-45.87-4.25 2.28.49.91 4.25-2.28-.49-.91Zm14.01 27.22-4.27 2.3.49.91 4.27-2.29-.49-.91v-.01Zm-7.239-14.06-4.26 2.29.49.91 4.26-2.29-.49-.91Zm14.099 27.369-4.21 2.26.49.91 4.21-2.26-.49-.91Zm7.111 13.701-4.25 2.28.49.91 4.25-2.28-.49-.91Zm6.84 13.33-4.22 2.27.49.91 4.22-2.27-.49-.91Zm6.95 13.51-4.21 2.26.49.91 4.21-2.26-.49-.91Z"/>
39
+ <path fill="var(--sapContent_Illustrative_Color26)" d="m226.175 62.706-2.27 1.63c-1.79 1.41-2.52-.14-5.76.68-.18-.05-.32-.09-.4-.09-.17 0-.57-.15-.74-.17-.05 0-.12-.04-.16-.04-.21-.04-.13-.07-.35-.1-.44-.07-.34-.13-.76-.23-.23-.04-.3-.11-.51-.17l-.66-.25-47.65 59.26 4.79 1.13-10.97 14.12c.25.37 1.79 3.45 1.79 3.45l13.34-16.59 47.2-58.69 1.76-2.19c.41-.35 1.33-1.75 1.33-1.75h.02Z"/>
40
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m148.266 113.336 54.03-67.17.04-.11c-.58 1.21-.81 1.73-.84 3.12 0 .47 1.07.57 1.12 1.04.04.48.14.96.27 1.44v.03l.03.17c0 .03.02.08.03.11v.04s0 .03.02.06v.04s.03.09.03.12c.03.09.06.17.09.25v.07c.03.11.08.22.1.34v.02c.03.1.07.18.09.28.02.03.03.04.03.08 0 0-.69-.45-.69-.44l.7.46v.02l.02.02v.02s.02.03.03.06c0 0 0 .02.02.03v.03s.02.04.03.07v.02h.02v.03s.03.03.03.04v.02s.02.03.03.06l.02.04v.02l.04.09s.02.04.03.07h.02v.02l.02.02v.03s0 .03.02.06l.03.06s0 .03.02.06.03.07.06.1l.02.06s0 .03.03.04c0 .02.02.04.02.06 0 0 0 .01.02.03l.02.03c.04.11.09.23.15.34.76-.41-.2.51-.15.61l-.42 1-51.57 63.98"/>
41
+ <path fill="var(--sapContent_Illustrative_Color15)" d="m151.806 120.436 52.22-64.92.03-.04c.38.65.8 1.29 1.28 1.91.44.59.93 1.16 1.49 1.71.23.24.49.5.76.73.12.11.26.23.39.34.19.18.4.33.59.49 1.9 1.52 3.99 2.58 6.07 3.2l-.04.06-47.67 59.25"/>
42
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M228.616 50.116c-2.81-.8-6.11-2.38-8.64-4.38-3.83-3.04-6.59-5.97-7.44-9.83l-10.73 13.34c-.52 2.78 1.79 7.17 7.02 11.31 2.97 2.36 5.99 3.47 8.36 3.87l12.56-14.31h-1.13Z"/>
43
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M202.306 52.066c.44 2.25 2.08 4.75 4.67 7.32l11.7-14.18c-2.13-2.24-4.27-4.19-5.33-6.81l-11.03 13.69v-.02h-.01Z"/>
44
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M221.076 65.236c-3.38 0-7.53-1.32-11.42-3.88-7.08-4.67-9.96-11.31-7.31-15.31l-.03.06c-1.84 3.72 1.2 10.1 7.85 14.48 6.64 4.38 14.09 4.98 16.45 1.4l-.19.29c-1.2 1.81-2.59 2.98-5.35 2.98v-.02Z"/>
45
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m168.295 167.446-6.85 3.68.85 1.56 6.85-3.68-.85-1.56Zm-6.95-13.48-6.85 3.68.85 1.56 6.85-3.68-.85-1.56Zm-7-13.49-6.85 3.68.85 1.56 6.85-3.68-.85-1.56Zm-7.159-13.5-6.85 3.68.85 1.56 6.85-3.68-.85-1.56Zm-6.9-13.54-6.85 3.68.85 1.56 6.85-3.68-.85-1.56Zm-6.991-13.42-6.85 3.68.85 1.56 6.85-3.68-.85-1.56Zm-6.759-13.24-6.85 3.68.85 1.56 6.85-3.68-.85-1.56Zm-7.26-13.43-6.85 3.68.85 1.56 6.85-3.68-.85-1.56Z"/>
46
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg id="tnt-Scene-Tutorials" 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="m221.378 169.025-133.74 23.88a5.13 5.13 0 0 1-3.04-.4l-7.57-3.52-9.49 1.48c-.37.06-.79.08-1.22.08-.43 0-.89-.04-1.34-.1-.44-.06-.88-.15-1.29-.25-.41-.11-.78-.25-1.09-.39l-15.85-7.54c-.32-.15-.53-.29-.66-.44-.13-.15-.18-.29-.14-.43.04-.13.16-.25.37-.35.21-.1.49-.18.87-.23l9.32-1.37-28.11-13.08c-1.72-.8-1.36-3.33.51-3.62l105.59-16.27c1.02-.16 2.07-.11 3.07.14l83.86 20.89c.81.2.78 1.37-.05 1.52Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M225.994 45.123c.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="m71.344 69.652 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="M80.054 57.041c.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"/>
7
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M94.634 174.953c-.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"/>
8
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M254.813 136.351c-.05.37-.16.71-.34 1.01-.17.29-.4.55-.68.74-.29.19-.61.31-.98.36l-170.74 20.19c-.45.05-.91.01-1.33-.11-.43-.12-.84-.32-1.19-.59-.36-.26-.66-.6-.91-.97-.25-.38-.42-.81-.51-1.27l-4.56-23.17c-.09-.46-.08-.89.01-1.3.09-.41.26-.79.5-1.11.24-.33.55-.6.9-.8.37-.21.77-.35 1.23-.39l169.86-17.11c.36-.04.73 0 1.09.13.35.11.7.29 1 .54.31.24.58.54.81.87.22.34.4.71.5 1.12l5.27 20.7c.1.41.13.81.09 1.18l-.02-.02Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M253.534 138.252c-.07.04-.15.07-.23.09-.08.03-.16.05-.24.07-.08.02-.17.03-.25.04l-170.73 20.19c-.45.05-.91.01-1.33-.11-.43-.12-.84-.32-1.19-.59-.36-.26-.66-.6-.91-.97-.25-.38-.42-.81-.51-1.27l-4.56-23.17c-.05-.25-.07-.5-.06-.74 0-.24.04-.47.09-.69.07-.22.15-.43.26-.64.11-.2.23-.39.38-.55-.08.09-.19.22-.28.33l-.07.07-.48.54c-.06.07-.12.13-.17.18-.04.05-.1.11-.14.16-.05.05-.11.11-.16.17l-.37.42s-.03.03-.04.05l-.15.15a.5.5 0 0 1-.07.08l-.92 1.03c-.15.17-.27.36-.38.55-.11.19-.19.4-.25.63-.05.22-.09.45-.1.69 0 .23.01.48.07.73l4.48 22.92c.09.45.27.87.51 1.25s.55.7.9.96.75.46 1.17.58c.43.12.87.16 1.32.1l1.99-1.94-1.99 1.95 169.2-20.26c.09-.01.17-.03.25-.04.08-.01.16-.04.24-.07.08-.03.15-.06.22-.09s.14-.07.21-.12l4.49-2.82-.21.12.01.02Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M163.043 132.342c.14.2.28.41.4.63.12.22.24.44.34.67.1.23.19.46.27.7.08.24.15.49.2.74.07.29.11.58.14.87.03.29.04.57.03.85-.01.28-.03.55-.07.82-.04.27-.1.53-.17.78-.16.54-.39 1.05-.68 1.52-.29.47-.65.88-1.06 1.24-.41.36-.88.66-1.4.88a6.118 6.118 0 0 1-3.48.4 6.99 6.99 0 0 1-1.72-.53c-.55-.25-1.07-.57-1.56-.94s-.93-.81-1.32-1.3c-.18-.23-.35-.46-.51-.71-.16-.25-.3-.5-.43-.77s-.24-.54-.34-.82c-.1-.28-.18-.57-.24-.86-.06-.29-.11-.59-.14-.88-.03-.29-.04-.57-.03-.85.01-.28.04-.55.08-.82.04-.27.1-.53.18-.78.16-.54.4-1.05.69-1.51.29-.46.66-.87 1.08-1.23.42-.36.89-.65 1.4-.87.51-.22 1.08-.37 1.68-.43.64-.07 1.28-.04 1.91.09.63.13 1.23.33 1.81.62a7.91 7.91 0 0 1 2.93 2.52l.01-.03Zm-3.89 9.17c.76-.09 1.44-.33 2.03-.69.59-.36 1.09-.85 1.47-1.43.38-.58.64-1.23.77-1.95s.11-1.48-.07-2.27a6.77 6.77 0 0 0-.92-2.17c-.42-.65-.96-1.22-1.57-1.69-.61-.47-1.29-.82-2.01-1.04-.72-.22-1.47-.3-2.23-.22-.76.08-1.44.32-2.03.68-.59.36-1.09.84-1.48 1.41-.39.57-.65 1.23-.78 1.95s-.12 1.49.06 2.28c.18.79.49 1.53.92 2.18.43.65.97 1.23 1.58 1.69.61.46 1.3.82 2.02 1.04.72.22 1.48.3 2.23.21"/>
11
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M156.614 130.071c.76-.08 1.51 0 2.23.22s1.4.57 2.01 1.04c.61.47 1.15 1.03 1.57 1.69.42.66.75 1.39.92 2.17.17.78.19 1.55.07 2.27a5.05 5.05 0 0 1-.77 1.95 4.759 4.759 0 0 1-3.5 2.12c-.75.08-1.51 0-2.23-.21s-1.41-.57-2.02-1.04a7.06 7.06 0 0 1-1.58-1.69c-.43-.65-.75-1.39-.92-2.18a5.87 5.87 0 0 1-.06-2.28c.13-.72.4-1.38.78-1.95.38-.57.88-1.05 1.48-1.41.6-.36 1.28-.6 2.03-.68l-.01-.02Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M247.724 123.162c.36-.04.72 0 1.06.11.34.11.68.29.97.52.29.23.56.52.78.84.22.32.38.69.48 1.08.1.39.12.78.08 1.14-.04.36-.16.69-.32.97s-.39.52-.67.7c-.28.18-.59.3-.95.34l-84.97 9.54a6.333 6.333 0 0 0 .24-1.6c0-.28 0-.56-.03-.85-.03-.29-.07-.58-.14-.87a7.26 7.26 0 0 0-.81-2.11 6.73 6.73 0 0 0-.4-.63l84.68-9.19v.01Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M92.004 136.941c.23-.02.45 0 .67.06.22.06.42.17.6.3.18.13.34.3.46.49s.21.4.26.63l1.73 8.62c.05.23.04.45 0 .66-.04.21-.13.4-.25.57a1.505 1.505 0 0 1-1.07.63c-.23.03-.46 0-.67-.06-.21-.06-.42-.17-.6-.3-.18-.13-.34-.3-.46-.49s-.22-.4-.26-.63l-1.73-8.64a1.63 1.63 0 0 1 0-.66 1.462 1.462 0 0 1 .71-.98c.18-.1.39-.18.62-.2h-.01Zm-6.14.661c.23-.02.46 0 .68.06.22.06.42.17.6.3.18.13.34.3.46.49s.21.4.26.63l1.72 8.65c.05.23.04.46 0 .67a1.4 1.4 0 0 1-.25.57c-.12.16-.28.31-.46.42a1.65 1.65 0 0 1-1.3.15 1.987 1.987 0 0 1-1.07-.79c-.13-.19-.22-.41-.26-.64l-1.72-8.67a1.63 1.63 0 0 1 0-.66c.04-.21.13-.4.25-.57.12-.17.28-.31.46-.42.18-.11.39-.18.62-.2l.01.01Zm65.69-4.439c-.08.25-.14.52-.18.78-.04.26-.07.54-.08.82-.01.28 0 .56.03.85.03.29.07.58.14.88.07.3.15.58.24.86s.21.55.34.82c.13.27.27.52.43.77.16.25.33.48.51.71l-40.12 4.5c-.45.05-.9 0-1.33-.12a3.61 3.61 0 0 1-1.19-.6c-.36-.27-.67-.6-.92-.98s-.43-.81-.53-1.27c-.1-.46-.09-.91 0-1.33.09-.42.25-.8.49-1.14.24-.34.54-.62.9-.83.36-.21.77-.35 1.22-.4l40.07-4.34-.02.02Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m258.123 165.113-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.16-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"/>
15
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M256.414 112.652c1.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"/>
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M235.823 151.912c-1.78 1-4.34-.37-4.74-2.52l-2.35-12.77-2.35-12.77c-.4-2.15 1.65-3.59 3.78-2.66l28.33 12.33c2.37 1.03 2.93 4.08.95 5.18l-23.62 13.21Z"/>
17
+ </svg>
@@ -0,0 +1,44 @@
1
+ <svg id="tnt-Scene-Unlock" 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="m199.224 154.64 41.9 25.13c.36.22.13.41-.5.43l-9.36.31 4.27 2.56-16.04.46-8.25-.48-2.98-1.76-99.91 3.33 4.72 2.83-18.26.52-9.45-1.2-2.95-1.75-14.34.33-9.58-1.44-2.14-1.29-2.17-.2-37.95-22.75 23.73-1.93.04.02c.09-.02.22-.03.35-.03l157.1-3.44c.65-.02 1.45.15 1.81.36l-.04-.01Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m227.145 173.4 16.72-.87v10.96l-16.72.39V173.4Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m227.145 173.44-7.46.39.05 7.57 7.42 2.47v-10.43h-.01Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m73.404 167.51 13.78-.16 2.24 10.83-16.02.03v-10.7Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M66.285 161.77v10.31l7.13 6.13v-10.59l-7.13-5.85Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m95.694 179.41 19.05-.99v11.23l-19.05.45v-10.7.01Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m95.685 179.38-7.46-4.8.05 10.31 7.42 5.2v-10.72l-.01.01Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m63.685 51.5 29-19.5v148l-29-14.5v-114Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m92.685 32 163 8v134l-163 6V32Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M251.525 168.95c-.28 0-.5-.22-.5-.5V44.93l-114.21-7.72a.487.487 0 0 1-.47-.52c.01-.28.25-.5.52-.47l114.68 7.75c.27.01.47.23.47.5v124c0 .28-.22.5-.5.5l.01-.02Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M105.685 48.2a4 4 0 0 1 4.19-4l129 6.31c2.13.1 3.8 1.86 3.8 3.99v104.61c0 2.15-1.7 3.92-3.85 4l-129 4.73a4.008 4.008 0 0 1-4.15-4V48.2h.01Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m127.685 30.02 6-3.02v161l-6-2.01V30.02Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m133.685 27 109 23.7v112.27l-109 25.03V27Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m141.075 37.3 95.38 20.74v98.24l-95.38 21.9V37.3Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M158.685 79.03h-7v53.72h7V79.03Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M161.235 81.88h-7v53.72h7V81.88Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M159.685 84.85h-1v47.781h1v-47.78Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M241.134 74.55c1.99-.55 4.04-.57 6.03-.05.21.06.36.3.36.57v17.62c0 .27-.15.52-.36.58-1.98.57-4.04.6-6.03.09-.21-.05-.36-.29-.36-.57V75.13c0-.27.15-.52.36-.58Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M242.614 93.62c-.5-.05-.99-.13-1.48-.25-.21-.05-.36-.29-.36-.56V75.15c0-.27.15-.52.36-.58.49-.15.98-.26 1.48-.34"/>
22
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M241.485 73.08c1.66-.55 3.38-.56 5.03-.04.18.06.3.3.3.57v17.62c0 .27-.12.52-.3.58-1.66.56-3.37.59-5.03.07-.18-.05-.3-.29-.3-.57V73.65c0-.27.12-.52.3-.57Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M242.665 72.77c-.49.07-.98.17-1.46.31h-.01v18.79h.01c.48.13.97.22 1.46.29v-19.4.01Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m246.825 83.17-5.64.06v1.08l5.64-.07v-1.07Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m245.885 83.18-2.42.03v1.07l2.42-.03v-1.07Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M246.375 91.86V73c-.71-.2-1.17-.27-1.25-.27l.02 19.42s.51-.06 1.23-.29Z"/>
27
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M241.285 124.74c1.99-.59 4.04-.64 6.03-.16.21.05.36.29.36.56v17.62c0 .27-.15.52-.36.58-1.98.6-4.04.67-6.03.2-.21-.05-.36-.29-.36-.56v-17.66c0-.27.15-.52.36-.58Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M242.765 143.789c-.5-.05-.99-.13-1.48-.25-.21-.05-.36-.29-.36-.56v-17.66c0-.27.15-.52.36-.58.49-.15.98-.26 1.48-.34"/>
29
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M241.635 123.26c1.66-.58 3.38-.62 5.03-.13.18.05.3.29.3.56v17.62c0 .27-.12.52-.3.58-1.66.59-3.37.65-5.03.16-.18-.05-.3-.29-.3-.56v-17.66c0-.27.12-.52.3-.58v.01Z"/>
30
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M242.805 122.93c-.49.08-.98.19-1.46.34h-.01v18.79h.01c.48.12.97.21 1.46.26v-19.4.01Z"/>
31
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m246.965 133.25-5.63.17v1.07l5.63-.17v-1.07Z"/>
32
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m246.025 133.28-2.41.07v1.07l2.41-.07v-1.07Z"/>
33
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M246.524 141.95v-18.86c-.71-.19-1.17-.25-1.25-.25l.02 19.42s.51-.07 1.23-.31Z"/>
34
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M176.312 100.122c-2.49 21.085 10.386 38.795 25.947 37.366 12.945-1.197 21.659-15.707 21.338-31.278-.292-14.286-8.208-27.455-19.004-30.868-12.594-3.978-26.074 6.03-28.281 24.78Z"/>
35
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M179.627 100.55c-2.237 20.696 10.28 38.075 25.277 36.694 12.516-1.157 20.89-15.444 20.501-30.801-.37-14.102-8.13-27.095-18.624-30.411-12.215-3.861-25.16 6.069-27.154 24.518Z"/>
36
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m187.398 89.404 4.124 3.657c.36-.758.759-1.478 1.196-2.149l-3.987-3.56c-.759-.67-1.673-.768-2.043-.204-.369.564-.058 1.586.71 2.266v-.01Zm1.907 12.216c.009-.165.029-.33.048-.496l-5.495-.437c-1.001-.078-1.857.496-1.916 1.293-.058.798.73 1.508 1.741 1.576l5.534.379c0-.768.029-1.546.088-2.324v.009Zm7.352-14.978a12.665 12.665 0 0 1 1.789-1.1l-2.023-4.58c-.408-.924-1.147-1.468-1.663-1.216-.515.253-.593 1.226-.184 2.16l2.081 4.726v.01Zm9.687-2.002v-4.523c0-.934-.428-1.77-.954-1.868-.525-.097-.962.584-.962 1.527l-.02 4.562c.642.048 1.284.146 1.936.31v-.009Zm11.709 12.506 3.365-2.14c.593-.379.866-1.157.623-1.74-.244-.584-.924-.769-1.527-.4l-3.307 2.043c.321.72.593 1.469.856 2.237h-.01Zm-4.911-8.392 1.702-3.87c.331-.75.243-1.654-.185-2.034-.438-.379-1.06-.077-1.4.672l-1.702 3.763c.554.448 1.079.944 1.575 1.469h.01Zm-22.826 22.747-4.95 3.054c-.934.574-1.459 1.653-1.167 2.412.292.758 1.284.885 2.217.301l4.844-3.083a26.32 26.32 0 0 1-.944-2.684Zm33.086-7.634-4.046-.321c.049.652.088 1.313.088 1.984 0 .165-.01.331-.01.496l4.075.282c.71.049 1.245-.457 1.216-1.128-.029-.671-.623-1.255-1.323-1.313Zm-1.585 13.022-3.589-3.209a24.358 24.358 0 0 1-.856 2.275l3.56 3.161c.661.584 1.39.555 1.633-.068.244-.613-.087-1.575-.739-2.159h-.009Zm-16.611 8.373c-.341 0-.671-.039-1.012-.058l-.029 5.864c0 1.255.486 2.247 1.099 2.208.613-.039 1.099-1.07 1.099-2.315v-5.806a9.057 9.057 0 0 1-1.157.098v.009Zm8.899-4.279c-.516.564-1.06 1.09-1.634 1.556l2.159 4.902c.437.992 1.167 1.459 1.634 1.041.457-.418.476-1.556.039-2.539l-2.198-4.96Zm-17.993.439-2.509 5.534c-.515 1.138-.467 2.392.097 2.791.564.399 1.44-.204 1.936-1.342l2.402-5.447a15.054 15.054 0 0 1-1.935-1.546l.009.01Z"/>
37
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M189.295 101.794c-1.012 12.799 6.574 23.779 15.911 23.653 8.315-.117 14.335-9.23 14.238-19.762-.088-9.93-5.622-18.975-12.993-20.871-8.18-2.1-16.213 5.077-17.166 16.99l.01-.01Z"/>
38
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M190.296 101.747c-.924 12.108 6.244 22.505 15.084 22.427 7.898-.068 13.636-8.685 13.567-18.712-.068-9.482-5.349-18.119-12.39-19.908-7.78-1.974-15.386 4.892-16.251 16.193h-.01Z"/>
39
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M194.449 106.511c-.477 7.508 3.88 13.927 9.385 14.024 5.135.098 9.103-5.426 9.161-12.098.068-6.419-3.53-12.128-8.286-13.003-5.077-.934-9.803 3.88-10.26 11.077Z"/>
40
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M196.404 102.71c-.428 7.255 3.812 13.576 9.132 13.82 4.97.223 8.792-5.038 8.831-11.506.039-6.234-3.472-11.865-8.092-12.818-4.921-1.021-9.472 3.54-9.881 10.504h.01Z"/>
41
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m206.032 87.422-4.328 3.482a1.697 1.697 0 0 0-.554.739l-1.284 3.229 5.408-1.148.748-6.302h.01Z"/>
42
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M206.227 94.103c-4.688-.915-8.996 3.258-9.794 9.696 0-.36-.049-.72-.019-1.089.408-6.964 4.96-11.525 9.881-10.504 4.619.953 8.13 6.584 8.091 12.818 0 .331-.048.632-.077.953-.302-5.884-3.667-11.019-8.073-11.874h-.009Z"/>
43
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m207.928 89.522.321 1.79c.292 1.643-.525 3.102-1.643 2.878l-.749-.146c-1.138-.224-1.906-2.052-1.498-3.588l.438-1.654c.573-2.14 2.713-1.614 3.131.72Z"/>
44
+ </svg>