@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,38 @@
1
+ <svg id="tnt-Scene-Handshake" 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_Color3)" d="M169.358 161.253c-.21-.2-.47-.37-.74-.48-.06.18.06.36.18.51.18.23.37.45.6.63.18.14 1.1.82 1.05.29-.03-.24-.26-.29-.43-.4-.25-.16-.44-.35-.66-.56v.01Z" opacity=".9"/>
4
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M173.778 164.854c1.18-.19 2.09 0 3.07-.91.31-.29.84-1.14.05-1.02-.46.07-.84.78-1.15 1.05-.55.48-1.24.76-1.98.88h.01Z" opacity=".9"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m194.438 139.213 6.61 7.19 4.48-3.46-6.22-14.22-4.87 10.49Z" opacity=".9"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M205.528 142.953c6.749 0 12.22-6.228 12.22-13.91s-5.471-13.91-12.22-13.91c-6.749 0-12.22 6.228-12.22 13.91s5.471 13.91 12.22 13.91Z" opacity=".9"/>
7
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M197.287 135.483a131.06 131.06 0 0 0-4.47-5.51c-1.51-1.76-3.12-3.44-4.64-5.2-.68-.79-1.36-1.58-2.08-2.34-.73-.78-1.5-1.52-2.34-2.18-.82-.65-1.86-1.07-2.79-1.56-2.44-1.29-4.97-2.44-7.49-3.56-.64-.28-1.28-.56-1.92-.83-.27-.12-1.27-.59-1.51-.21 0 0-8.86-9.59-8.91-9.64-.13-.14-.42-.2-.59-.28-.38-.17-.75-.37-1.13-.52-.9-.37-1.86-.61-2.81-.34-3.64 1.02-7.31 1.93-10.98 2.81-1.24.3-3.42 1.31-4.68 1.03-1.77-.39-3.59-3.02-4.85-4.22-1.82-1.74-3.65-3.47-5.47-5.21-3.65-3.46-7.31-6.92-10.99-10.36-7.34-6.89-14.73-13.74-22.14-20.54-1.61-1.48-3.21-2.98-4.82-4.46-1.22-1.12-2.62-2.23-4-3.39h-50.93l1.53 4.06 2.77 8.87 81.82 61.61 28.59 16.76 10.74 12.2c.64.43 1.28.85 1.91 1.28.39.26.78.54 1.18.79.51.32.8.87 1.28 1.21.78.55 1.97.81 2.9.99 1.08.2 2.19.23 3.26.01 1.98-.4 4.16-1.82 4.7-3.88 0-.01 1.8.32 1.99.33.83.04 1.68-.07 2.47-.34 2.48-.84 4.59-3.33 4.26-6.05.02.15 2.22-.42 2.41-.48 1.23-.34 2.37-.82 3.17-1.86 1-1.31 1.14-3 .69-4.54-.05-.18.5-.56.61-.65.55-.46 1.1-.84 1.6-1.36.47-.49.9-1.01 1.29-1.57.78-1.11 1.4-2.33 1.82-3.62.33-1.02.64-2.15.56-3.22-.12-1.58-1.08-2.79-2.01-4v-.03Z" opacity=".9"/>
8
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M155.337 109.643c-.37 1.6.77 4.01-.39 5.84-.39.61-1.28 2.46-1.72 4.24-.19.75-.23 1.65-.05 2.4.48 2.02 3.04 3.14 4.93 3.15 3.26.02 6.34-1.56 8.73-3.67 2.39-2.11 4.86-5.09 4.44-8.44-.41-3.21-3.27-5.55-6.19-6.97-1.7-.82-4.51-2.11-6.45-1.38-1.75.66-2.92 3.14-3.3 4.82v.01Z" opacity=".9"/>
9
+ <path fill="var(--sapContent_Illustrative_Color31)" d="m242.037 58.953-52.7 48.18-.51.1-9.22-3.17-4.34-1.55s-4.9-3.6-8.26-1.58c-3.37 2.01-5.93 2.71-6.2 2.87l-2.39 1.51s-2.03 1.37-1.87 4.5l-.04 4.22-1.27 2.43-.68 1.62s-1.42 2.75 1.13 4.32c0 0 6 2.94 11.24-4.15 0 0 1.21-1.96 1.42-4.35l1.92.17 8.7 4.17 2.76 1.49 4.81 4.95 9.41 10.05.99 1.84s3.39-1.34 3.4-1.34c12.18-4.82 23.31-15.33 34.5-22.11 15.5-9.4 32.4-17.37 44.67-31.13 6.04-6.77 10.58-14.65 13.9-23.03h-51.37v-.01Z" opacity=".9"/>
10
+ <path fill="var(--sapContent_Illustrative_Color3)" d="m187.927 106.972 1.39-.73s11.51 5.25 13.42 13.72v13.95l-.86 1.39-3.48.69c-1.43-1.55-2.61-3.2-4.04-4.76 1.12.94 2.3 1.78 3.72 2.19.48.14 1 .23 1.49.11.73-.18 1.3-.8 1.59-1.5.71-1.67.65-3.96.58-5.75-.07-1.91-.38-3.81-.93-5.64-1.11-3.65-3.22-6.95-6.11-9.45a24.006 24.006 0 0 0-4.08-2.84l-2.71-1.4.02.02Z" opacity=".9"/>
11
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M184.307 161.934c-.97.54-2.03.59-3.14.64-.62.02-1.26-.32-1.85-.63-1.31-.68-3.14-1.4-2.96-2.83v-.03c.05-.33.21-.7.5-1.12.09-.58 1.19-1.88.59-4.69-.04-.17-.12-.33-.22-.47-.22-.54-.6-1.02-1.08-1.3-.19-.11-.39-.2-.6-.28-.39-.31-.79-.6-1.2-.86-.1-.06-.19-.12-.29-.18 0-.04.01-.08.02-.11.1-1.74-.55-3.51-1.76-4.78-1.2-1.26-2.94-2-4.69-1.98-.21 0-.45 0-.58-.17-.09-.11-.09-.27-.09-.41-.06-1.67-1.41-3.21-3.06-3.49h-.05c-1.4-.56-3.14-.45-4.56-.12-.64.15-1.23.34-1.72.57-.66.31-1.27.71-1.94 1.01-.4.19-1.11.24-1.56.41h-.04c-.79.21-2 .97-2.8 1.18-.54.14-1.12-.06-1.58-.38-.46-.32-.83-.75-1.23-1.15-1.17-1.15-2.64-2-4.24-2.38-1.15-.27-2.35-.29-3.52-.47-1.73-.27-2.92-1.1-4.26-2.15-.84-.66-1.71-1.34-2.25-2.26-.46-.8-.66-1.72-1.08-2.54-1.13-2.19-3.63-3.24-5.93-4.11-4.9-1.87-8.48-8.21-13.39-10.07-1.48-.57-3.29-4.55-4.82-3.75.42 2.58-2.12 5.61-1.45 8.14.04.15.73.41.87.5.38.23.72.52 1.06.79.72.55 1.43 1.1 2.14 1.65a283.3 283.3 0 0 0 4.4 3.35c3.7 2.77 7.36 5.63 11.2 8.23 1.43.96 2.89 1.89 4.41 2.69.79.42 1.61.8 2.44 1.13.77.3 1.63.42 2.36.79.94.46 1.7 1.3 2.47 1.98 3.94 3.5 7.89 7 11.83 10.49a75.22 75.22 0 0 1 1.9-4.99c1.79.69 3.86.07 5.79.29 1.39.16 2.67.76 3.87 1.5.3.31.64.6.98.87.81.65 1.68 1.27 2.61 1.72 3 2.37 5.78 5 8.68 7.5.07.06.14.12.22.18-.77.92-1.6 1.82-2.5 2.54-1.64 1.3-3.76 1.44-5.75 1.77-.04 1 1.27 1.82 2.1 2.06.02 0 .04.01.06.02-.59-.21-1.63-.65-.67-.9 1.04-.27 2.08-.44 3.09-.85.96-.39 1.86-.93 2.57-1.67.69-.72 1.19-1.6 1.84-2.35.97.79 1.98 1.53 3.11 2.05 1.5.7 3.26.99 4.84.48 1.58-.52 3.25-2 3.3-3.66-.36 1.06-1.4 2.06-2.38 2.6h-.01Zm-15.69 4.31c.36.12.53.16 0 0Z" opacity=".9"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M187.018 106.612s23.45 9.1 12.6 30.6c0 0 .42 1.68 3.78 1.23l17.45-10.7-3.18-18.62-5.23-3.66-11.07-7.89-8.8 5.26-5.55 3.78Z" opacity=".9"/>
13
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M169.508 114.123h1.56l7.61 3.71 4.68 2.15 8 8.68s10.44 9.07 6.93 14.44l-3.02 4.88-5.07-7.8-2.73-11.51-4.88-.89-9.17-8.67-3.9-4.98-.01-.01Z" opacity=".9"/>
14
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M161.568 161.724c.13.31.42.7.48.78 1.31 1.77 3.66 2.41 5.78 2.34 1.34-.05 2.68-.44 3.78-1.2 1.13-.79 1.97-1.92 2.72-3.08.59-.91 1.15-1.87 1.66-2.84.83-1.55 1.35-3.25.29-4.84a3.77 3.77 0 0 0-1.43-1.26c-.42-.21-1.44-.68-1.87-.34-.48.37-.88 1.04-1.27 1.51l-2.54 3.02c-1.03 1.23-2.2 2.4-3.52 3.35-1.24.9-2.67 1.55-4.06 2.17-.11.05-.09.21-.01.39h-.01Z" opacity=".9"/>
15
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M173.017 152.384c-.13.1-.22.24-.31.37-.28.39-.63.73-.87 1.15-.67 1.17.26 2.41 1.26 2.99.31.18.65.32 1 .34.46.02.83-.24 1.14-.56.33-.34.7-.7.99-1.08.25-.33.25-.69.02-1.04-.21-.32-.53-.6-.8-.87-.36-.34-.71-.7-1.12-.99-.32-.22-.92-.6-1.3-.32l-.01.01Z" opacity=".9"/>
16
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m190.808 103.942-.17-.58c-.02-.08 2.42-.21 2.55-.21 2.28.05 4.53.64 6.61 1.56 6.29 2.78 10.95 8.21 14.28 14.07 1.42 2.5 2.16 5.38 2.18 8.26 0 1.45-.17 2.91-.54 4.32-.19.71-.43 1.39-.7 2.07-.21.52-.35 1.28-.86 1.6-.61.38-.25-.86-.21-1.16.32-2.65.55-5.32.19-7.98-.3-2.22-.94-4.34-1.66-6.45-1.07-3.04-2.56-6.04-4.75-8.43-2.26-2.46-5.11-4.36-8.23-5.55-2.78-1.06-5.73-1.45-8.69-1.5v-.02Z" opacity=".9"/>
17
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m241.108 58.953-50.47 44.42s19.86-1.6 24.15 23.14c0 0 1.14 18.32-11.21 16.26 0 0-2.9.88 5.61.21.26-.02.52-.11.73-.25l29.74-19.62 55.46-45.58 3.94-18.58h-57.96.01Z" opacity=".9"/>
18
+ <path fill="var(--sapContent_Illustrative_Color16)" fill-rule="evenodd" d="M139.018 105.992s-5.62 13.75-12.51 21.38l-.79-1.01 13.3-20.37Z" clip-rule="evenodd" opacity=".9"/>
19
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M152.948 155.943c-.3.09.33 2.31.4 2.53a5.6 5.6 0 0 0 2.22 2.85c2.82 1.82 6.26.36 8.74-1.35 2.18-1.5 4.12-3.21 5.9-5.17 1.09-1.2 2.31-2.48 2.92-4 1.15-2.84-1.07-5.36-3.74-6.1-.63-.17-1.4-.35-2.04-.13-1.01.34-1.78 1.69-2.46 2.46l-2.71 3.04c-1.04 1.17-2.09 2.35-3.31 3.33-1.81 1.46-3.76 1.88-5.92 2.55v-.01Z" opacity=".9"/>
20
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M167.807 146.123h-.01c-.08.05-.14.13-.2.21-.36.52-.73 1.04-1.1 1.56-.34.48-.71.93-.91 1.49-.17.48-.2 1.02 0 1.49.24.59.8.99 1.34 1.32.53.32 1.1.61 1.72.58.42-.02.81-.2 1.17-.41a8.725 8.725 0 0 0 2.75-2.59c.61-.92-.63-2.29-1.33-2.85-.89-.7-2.05-1.04-3.18-.88-.09.01-.17.03-.25.07v.01Zm-12.989-27.82c.07.54 1.92.31 2.26.29.71-.04 1.41-.13 2.11-.26.57-.1 1.31-.18 1.77-.57.36-.3.49-.76.6-1.2.11-.44.32-.85.44-1.28.28-1.03-.16-2.11-1.29-2.22-1.24-.12-3.45-.05-4.14 1.23 0 0-1.9 2.86-1.75 4.01Z" opacity=".9"/>
21
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M165.258 159.354c.15.03-.39.3-.43.34-.14.14-.31.25-.46.38-.3.26-.62.49-.95.71-1.24.82-2.67 1.37-4.15 1.52-1.42.15-2.94.01-4.06-.95-.75-.65-1.22-1.56-1.61-2.46-.41-.94-.69-1.95-.84-2.98l13.27-10.33c-.43 1.53-.88 2.21-1.77 3.21-.75.83-1.67 1.48-2.5 2.23-.81.72-1.39 1.64-1.81 2.64-.08.21-.15.41-.2.62-.1.06-.2.11-.31.17-.3.14-.69.17-.96.37-.02.02-.56.57-.39.58-.65-.04-1.32-.06-1.96.12-.63.18-1.22.61-1.44 1.23-.21.61-.03 1.29.27 1.87.14.26.3.51.49.75-.09-.31-.14-.71.09-.5.09.08.18.17.27.25.63.59 1.25 1.18 1.84 1.82.04.03.1.11.17.19.3.13.61.22.92.29 1.59.32 3.29-.05 4.65-.93.54-.36 1.26-.51 1.64-1.04.11.03.13-.12.23-.1Z" opacity=".9"/>
22
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M143.788 148.642c-.1.05-.12.72-.13.84-.03.28-.05.57-.06.86-.03.61 0 1.23.11 1.83.4 2.19 2.46 4.16 4.69 4.39.29.03.58.03.88 0 .9-.06 1.8-.31 2.69-.48 2.42-.46 4.82-1.21 6.85-2.64 1.06-.75 1.87-1.66 2.71-2.65 1.01-1.2 2.13-2.32 3.15-3.52.79-.94 1.52-1.95 1.69-3.21.42-3.14-3.34-5.05-6.04-4.64-1.84.28-3.17 1.61-4.56 2.71-1.2.96-2.37 1.95-3.51 2.97-.44.4-.76.88-1.34.91-.34.02-.71-.06-1.06-.09l-1.14-.04-4.9 2.75-.03.01Z" opacity=".9"/>
23
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M165.257 143.103c.2.39.3.81.18 1.18-.23.69-.92 1.1-1.42 1.57-.61.56-1.16 1.38-2.02 1.56-.56.12-1.18-.09-1.66-.37-.5-.29-.92-.7-1.27-1.17-.78-1.03-.91-2.13-.1-3.2.44-.59.95-1.17 1.42-1.73.44-.52.91-.74 1.58-.52.37.12.71.33 1.04.54.55.34 1.11.69 1.56 1.16.24.25.51.59.7.96l-.01.02Z" opacity=".9"/>
24
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M151.218 146.394c-.07-.18-.26-.32-.47-.42-.57-.27-1.3-.29-1.95-.16-.65.13-1.24.38-1.83.63-.82.36-1.87.67-2.59 1.13-.37.23-.43.41-.33.55-.81.97-.71 2.76-.43 3.87.44 1.75 1.68 3.27 3.31 4.03.57.26 1.52.59 2.11.25-1.2-.56-2.24-.88-3.14-1.96-.81-.98-1.31-2.21-1.51-3.47-.07-.46-.1-.96.12-1.37.2-.36.56-.6.92-.8.13-.07.26-.12.39-.18 1.64.01 3.29-.42 4.62-1.11.46-.24.93-.61.78-1v.01Z" opacity=".9"/>
25
+ <path fill="var(--sapContent_Illustrative_Color31)" d="m133.647 139.484.02 2.23c0 .73.33 1.55.6 2.2a8.383 8.383 0 0 0 2.17 3.09c.33.3.69.56 1.07.79.85.52 1.83.88 2.83.98 1.12.11 2.23-.14 3.33-.36.93-.19 1.86-.35 2.77-.62 1.17-.34 2.51-.85 3.22-1.9.58-.86.54-2.04.21-2.99-.39-1.15-1.25-2.15-2.35-2.67-1.11-.52-2.38-.51-3.55-.27-.96.2-1.89.55-2.84.8-1.36.36-2.72.45-4.02-.19-.45-.22-.97-.37-1.44-.56-.66-.26-1.39-.42-2.05-.68l.07.14-.04.01Z" opacity=".9"/>
26
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M144.058 142.273s3.56 3.76 3.56 3.77c-.03-.03-1.37.59-1.51.64-1.33.45-3.2.5-4.33-.46-.92-.79-1.39-2.31-.24-3.13.37-.26.79-.38 1.2-.55.2-.08 1.12-.48 1.32-.27Z" opacity=".9"/>
27
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M138.267 147.074c-.95-.71-1.63-1.68-2.07-2.77-.28-.69-.84-2.05.12-2.49.12-.05.24-.07.37-.08 1.36-.09 3.13.37 4.17-.51.4-.34.39-.04.51-.1 0-.02.24-.11.23-.13-.09-.68-2.03.13-2.4.1-1.52-.13-1.89-.3-3.16-.93-.75-.37-2.3-.7-2.38-.83.15 1.41-.3 2.18.52 4.22 1.08 2.7 3.36 5.21 6.39 5.23.11 0 1.84.48 6.39-1.17-6.36 1.69-7.84.08-8.68-.56l-.01.02Z" opacity=".9"/>
28
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M180.328 146.182c.61 1.02 1.5 2.09 2.19 3.07 1.51 2.17 3.01 4.38 3.85 6.89.08.24.28.5.52.57-.11 0 .1.03 0 0 1.06.02 2.2.04 3.12-.6.37-.26.95-.67 1.04-1.11-.68.44-1.11.5-1.59.73-1.16.54-1.87-.13-2.64-1.16-1.66-2.19-3.14-4.61-4.47-7.02-.6-1.09-1.14-2.22-1.55-3.39-.2-.59-.37-1.18-.5-1.79-.11-.53-.03-1.24-.26-1.72-.37.48-.39 1.42-.44 2-.09 1.14.11 2.43.68 3.43.02.03.03.06.05.09v.01Zm3.329-17.139s1.4 8.21 6.36 12.12l1.95 1.85-.25.25s-1.05-.5-1.55-1l3.25 6.71s.5 1.09 2.77-2.03l1.5-1.86-.92 1.66c-.86 1.59-1.84 2.36-2.76 2.88-.41.23-.73.37-.67.21l-6.14-10.11s-4.31-6.76-3.55-10.66l.01-.02Z" opacity=".9"/>
29
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M168.407 114.792c-.08-.75.08-1.31.21-1.97.1-.53 3.48 1.1 3.97 1.32 2.48 1.07 4.9 2.27 7.32 3.47 1.61.8 3.24 1.6 4.63 2.73 2.79 2.26 4.61 5.49 7.06 8.09 2.88 3.05 10.23 9.37 7.65 12.87-.29.4-.36 1.03-.57 1.47.29-.84.28-1.98.36-2.87.19-2.03-.68-2.7-1.93-4.13-3.55-4.06-7.1-8.12-10.65-12.19-3.59-4.11-9.62-6.55-14.61-8.68-.91 1.49-1.82 2.99-2.73 4.48 0-1.25 0-2.5-.01-3.75 0-.15-.65-.55-.68-.85l-.02.01Z" opacity=".9"/>
30
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M155.098 150.002c-.12-.14-.25-.25-.37-.27-.38-.06-.27.37-.13.59.43.65.97 1.22 1.59 1.69.37.28.77.54 1.19.73.15.07.47.25.64.16.39-.2-.25-.56-.43-.68-.74-.48-1.42-1.05-2.04-1.68-.11-.11-.27-.35-.45-.55v.01Zm.749 2.401c-.54-.43-1.08-1.15-1.7-1.43 0 .06.01.15.04.21.07.14.19.25.29.36.34.38.68.77 1.02 1.16.21.24.42.48.69.64.27.16.61.23.9.11.37-.15-.17-.35-.3-.42-.33-.18-.64-.38-.94-.62v-.01Zm7.35 4.579c-.4-.33-.79-.66-1.19-1-.06.16.05.34.16.48.3.37.74.93 1.19 1.12.62.27.06-.41-.16-.6Zm-.81.191c-.28-.34-.43-.82-.85-.96a.41.41 0 0 0-.08.34c.02.12.09.23.16.33.19.3.39.59.66.8.13.1.68.48.71.1.02-.24-.46-.45-.61-.62l.01.01Zm10.51 4.091c-.67 1-1.53 1.83-2.81 2.39-1.33.58-2.84.71-4.25.4-.12-.07-.26-.13-.37-.21-.49-.34-1.17-1.45-1.89-1.32.08.48.71.92 1.28 1.25-.65-.25-1.87-.81-1.74-1.66.06-.43.46-.7.85-.95.15-.1.3-.19.42-.28.6-.46 1.19-.94 1.76-1.44.69-.61 1.31-1.4 2.05-1.96.47-.69 1.05-1.29 1.67-1.87 1.08-1.02 2.26-1.97 3.08-3.2.26-.39.43-1 .02-1.23-2 2-3.83 4.16-5.83 6.17-.8.8-1.61 1.6-2.6 2.16-.89.5-2.4.77-2.91 1.74-.69 1.32 1.32 2.44 2.35 2.78 2.47.8 5.3 1.22 7.36-.2.44-.3 1.26-.95 1.59-1.37.16-.21 1.03-1.34 1.22-1.62-.2.29-.83.32-1.26.44l.01-.02Zm-26.289-7.512c.21.3.48.55.67.86.06.1.12.21.2.3.09.09.2.14.31.19.19.08.38.16.56.25.94.41-.3-.8-.49-.98-.17-.16-1.3-1.76-1.55-1.49-.17.18.19.74.29.88l.01-.01Zm-7.931-7.349c.14.14.28.29.41.44.32.36 1.08.94 1.09 1.45-.77-.24-1.5-1.01-1.94-1.67-.15-.23-.36-.56-.29-.84.17.07.34.22.47.36.08.09.17.17.25.26h.01Z" opacity=".9"/>
31
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M182.027 160.842c.78.45 1.76-.19 2.38-.67.43-.34 2.66-2.09 1.62-2.71-.48-.28-1.4 1.44-1.69 1.74-.69.71-1.52 1.1-2.3 1.65l-.01-.01Zm6.97-6.418c.11-.06.3-.09.43-.13.15-.05.31-.1.46-.16.3-.12.58-.26.86-.42.54-.33 1.01-.76 1.34-1.31.13-.22.23-.46.33-.69.05-.12-.02-.27-.15-.28h-.02c-.07 0-.12.11-.17.17-.11.13-.22.27-.33.4-.22.26-.44.52-.67.77-.48.52-1.02.99-1.62 1.38-.15.09-.29.18-.44.27h-.02Zm7.08-12.401c1.03-1.2 2.18-2.77 1.18-4.22.4 1.49-.12 2.98-1.18 4.22Zm1.53.02c.19-.21.35-.43.48-.68.19-.34.32-.71.47-1.07.04-.08.11-.18.12-.27-.05.58-.16 1.18-.37 1.73-.04.1-.07.2-.14.28a.94.94 0 0 1-.34.25c-.3.16-.63.34-.96.41.03-.02.05-.04.07-.07.09-.1.22-.17.32-.26.12-.1.24-.21.35-.33v.01Z" opacity=".9"/>
32
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M167.978 115.694c1.13-3.03.37-6.39-2.1-8.53 0 0 .78-.33 2.26 1.76l.57 1.55 1.27.35s.78-.85 0-2.65c0 0 1.11 2.15.35 3.53l.68-.92h.95s.81-.71.46-2.3c0 0 .6.25.09 2.15l.2-1.14 1.51.93s2.75-1.41 3.71-5.83c-.03.15.09.44.1.6 0 .35-.06.71-.15 1.04-.19.72-.55 1.39-.99 1.99-.73 1-1.68 1.87-2.67 2.61l5.76 4.03 4.73 3.39c.66.53 1.31 1.06 1.97 1.59.57.46 2.02 2.08 2.8 1.8.33-.12.58-.4.78-.69.47-.7.76-1.5 1.01-2.31.76-2.45 1.21-5.16.27-7.55.68 1.11.98 2.42.99 3.71 0 2.56-.98 5.44-2.98 7.12 1.22-.04 2.34-.8 3.04-1.81.9-1.29 1.39-3.18 1.2-4.74-.11-.87-.45-1.69-.77-2.51-.29-.75-.57-1.52-.96-2.23-.12-.22-.3-.47-.55-.46.64 1.06 1.35 2.1 1.89 3.22.33.7.62 1.43.81 2.18.21.83.18 1.61.24 2.45 0 0 .47 6.36-4.84 7.99l-5.2-4.77c-.94-.86-2.1-1.56-3.16-2.25-1.14-.75-2.33-1.44-3.53-2.09-1.34-.72-2.71-1.38-4.09-2.02-.78-.36-1.54-.76-2.34-1.09-.46-.19-1.78-.92-2.21-.49-.11.11-.17.26-.24.4-.28.65-.52 1.34-.84 1.97l-.02.02Z" opacity=".9"/>
33
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M168.198 113.033c.84 3.13-1.19 6.18-3.88 7.91-2.54 1.64-7.33 3.52-9.56.58-.25-.32-.43-.65-.54-1.03-.11-.36.06-1.09-.09-1.37.45.82 1.4 1.32 2.38 1.46 4.34.64 8.99-2.3 11.05-5.71.35-.59.58-1.2.64-1.85v.01Zm-6.471-6.071c.17.02.34.03.45-.02.39-.16.14-.38-.08-.45-.64-.19-1.37-.27-2.14-.24-.46.02-.94.06-1.42.16-.17.04-.54.09-.68.24-.31.33.44.23.66.21.89-.08 1.76-.09 2.58-.01.14.01.39.08.63.11Zm-1.579-1.139h.01c.68 0 1.46.16 2.16 0-.03-.04-.06-.09-.11-.11-.11-.05-.28-.05-.41-.07-.47-.07-.93-.13-1.4-.2-.29-.04-.58-.08-.9-.04-.32.04-.68.18-.92.41-.31.29.29.13.44.11.39-.07.76-.1 1.13-.1Z" opacity=".9"/>
34
+ <path fill="var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" d="M22.668 58.953c2.46 8.92 4.37 15.56 4.71 15.76 2.87 1.62-.78 3.21 2.09 4.83 4.16 2.35 2.53 7.33 6.69 9.68 4.96 2.79 2.41 1.15 15.79 9.63 5.24 2.95 10.48 5.91 15.73 8.86 5.24 2.95 10.05 5.66 15.07 8.49 4.3 2.43 8.61 4.85 12.91 7.27 3.08 1.74 6.16 3.47 9.24 5.21 2.79 1.57 5.51 3.24 8.33 4.75l8.08-1.52c2.74-2.42 5.05-5.33 7.22-8.25 4.26-5.77 7.98-11.97 11.19-18.39l-44.25-46.32h-72.8Z" clip-rule="evenodd"/>
35
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M208.778 133.703c-.3.92-1.1 1.56-1.86 1.51-.82-.06-1.4-.9-1.23-1.98.19-1.22 1.21-2.11 2.18-1.87.88.23 1.24 1.32.91 2.34Z" opacity=".9"/>
36
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M99.628 120.554c-2.04-.17-3.7-1.87-3.71-3.82 0-1.94 1.65-3.38 3.7-3.22 2.04.17 3.7 1.87 3.71 3.82 0 1.94-1.65 3.38-3.7 3.22Zm12.689 8.238c-2.04-.17-3.7-1.87-3.71-3.82 0-1.94 1.65-3.38 3.7-3.22 2.04.17 3.7 1.87 3.71 3.82 0 1.94-1.65 3.38-3.7 3.22Z" opacity=".9"/>
37
+ <path fill="var(--sapContent_Illustrative_Color3)" fill-rule="evenodd" d="M200.398 135.563s-.49 1.32-.89 1.45c-.55.16-1.08-1.01-1.08-1.01l1.81-.48.17.05-.01-.01Z" clip-rule="evenodd" opacity=".9"/>
38
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg id="tnt-Scene-Help" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <g clip-path="url(#a)">
3
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320.5 83v90c0 13.246-10.754 24-24 24h-272c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m93.448 192.993 133.74-23.88c.83-.15.86-1.32.05-1.53l-83.86-20.89c-1-.25-2.05-.3-3.07-.14l-105.59 16.27c-1.87.29-2.23 2.82-.51 3.62l56.21 26.14c.94.44 2.01.58 3.04.39l-.01.02Z" clip-rule="evenodd"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M231.788 45.023c.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"/>
6
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m77.138 69.552 161.92-9.74 20.81 90.49c.14.61.16 1.21.1 1.76-.07.551-.25 1.07-.51 1.52-.27.45-.61.83-1.03 1.11-.42.28-.9.47-1.45.54l-156.56 19.621c-.67.089-1.32.019-1.94-.151a4.764 4.764 0 0 1-1.72-.879c-.51-.4-.96-.881-1.31-1.451-.35-.57-.6-1.199-.71-1.879l-17.59-100.94h-.01Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M85.848 56.942c.51-.03 1.02.05 1.5.21.49.16.92.41 1.32.72s.73.69 1 1.12c.27.43.46.9.54 1.41.09.5.08.99-.04 1.44-.11.45-.31.86-.59 1.21-.28.35-.63.65-1.04.86-.41.21-.88.34-1.4.37-.51.03-1.02-.05-1.5-.21a4.23 4.23 0 0 1-1.32-.72c-.39-.31-.74-.69-1.01-1.12-.27-.43-.46-.9-.54-1.42-.09-.51-.07-1 .04-1.45.1-.45.31-.87.59-1.21.28-.34.63-.64 1.05-.86.42-.22.88-.34 1.4-.36v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M100.428 174.854c-.67.08-1.32.02-1.94-.15-.62-.18-1.21-.48-1.72-.88s-.96-.88-1.31-1.46c-.35-.56-.6-1.2-.71-1.88l-17.59-100.93-2.09-12.04c-.06-.3-.08-.61-.07-.9 0-.29.05-.58.11-.86.07-.28.16-.54.28-.79.11-.25.27-.49.43-.7l-2.65 3.45c-.16.22-.3.45-.43.69-.11.25-.21.5-.28.78-.07.28-.1.55-.11.85 0 .29 0 .59.07.89l2.06 11.91 17.29 99.82c.11.68.36 1.3.7 1.86a5.4 5.4 0 0 0 1.29 1.44c.51.39 1.08.68 1.7.87.62.18 1.27.24 1.92.15l155.15-19.6 4.46-2.15-156.56 19.62v.01Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M193.338 82.112c2.07 1.69 4 3.54 5.76 5.54a47.698 47.698 0 0 1 8.32 13.44c.99 2.44 1.78 4.97 2.34 7.54.41 1.93.69 3.85.82 5.78.13 1.93.16 3.83.02 5.7a38.16 38.16 0 0 1-.78 5.56c-.39 1.82-.92 3.6-1.57 5.32-.66 1.72-1.44 3.37-2.35 4.94-.91 1.57-1.93 3.04-3.05 4.42a29.997 29.997 0 0 1-3.72 3.84 31.825 31.825 0 0 1-4.34 3.18c-1.02.63-2.09 1.2-3.18 1.71-1.1.51-2.22.96-3.36 1.34-1.14.38-2.32.71-3.52.97-1.19.26-2.41.45-3.65.59-.62.07-1.24.12-1.86.15-.62.04-1.25.05-1.88.05-.63 0-1.26-.01-1.9-.05-.63-.04-1.28-.08-1.92-.14-1.92-.19-3.84-.54-5.73-1.03-1.9-.49-3.78-1.11-5.63-1.89-1.85-.78-3.65-1.67-5.4-2.71-1.75-1.04-3.46-2.2-5.09-3.5a45.94 45.94 0 0 1-4.62-4.2c-1.44-1.49-2.8-3.1-4.03-4.77a47.457 47.457 0 0 1-6.02-10.89c-.76-1.94-1.37-3.91-1.85-5.88-.48-1.97-.81-3.97-1-5.95-.19-1.98-.24-3.96-.14-5.92.1-1.96.33-3.89.71-5.78.38-1.89.89-3.72 1.54-5.48.64-1.76 1.43-3.43 2.32-5.03.89-1.6 1.92-3.1 3.06-4.51 1.14-1.41 2.38-2.71 3.73-3.9a30.54 30.54 0 0 1 4.32-3.2c1.53-.94 3.11-1.75 4.76-2.43 1.65-.68 3.36-1.22 5.13-1.63 1.76-.41 3.56-.67 5.41-.79 2.47-.16 4.96-.06 7.43.29 2.47.35 4.92.93 7.33 1.75 2.41.81 4.76 1.85 7.03 3.12 2.28 1.27 4.47 2.74 6.56 4.42v.04-.01Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M185.318 94.203c.44.52.85 1.06 1.22 1.63.37.57.7 1.16 1 1.79.3.63.56 1.27.78 1.95.22.679.41 1.379.57 2.109.11.51.19 1 .24 1.47.05.47.09.94.1 1.39a11.085 11.085 0 0 1-.22 2.52 13.57 13.57 0 0 1-.66 2.2c-.14.34-.29.66-.45.98-.16.32-.34.61-.53.89s-.4.58-.62.88c-.22.3-.46.611-.72.921-.26.31-.53.639-.81.969-.28.33-.59.67-.91 1.02l-.72.81c-.23.26-.44.51-.64.76s-.39.48-.56.7c-.17.22-.33.44-.48.65-.15.21-.28.42-.41.65-.13.23-.25.451-.36.691-.11.24-.21.489-.31.739s-.18.521-.25.791a7.5 7.5 0 0 0-.24 1.75c0 .31 0 .629.03.96.03.33.07.66.13 1.01l-9.17.859c-.09-.55-.15-1.07-.19-1.59-.04-.52-.06-1.01-.05-1.48.01-.47.04-.94.09-1.38.05-.44.13-.87.24-1.28.1-.41.21-.81.33-1.18.12-.37.25-.73.39-1.07.14-.34.29-.66.44-.96.15-.3.32-.579.5-.849s.37-.541.58-.841c.21-.3.44-.6.7-.93.26-.33.52-.659.81-1.02.29-.36.6-.72.93-1.11.24-.27.46-.529.67-.779.21-.25.4-.491.59-.731.19-.24.35-.46.51-.67.16-.21.3-.42.43-.61.13-.2.26-.4.37-.6.11-.2.22-.42.31-.64.09-.22.18-.45.26-.68.08-.23.15-.47.21-.72s.1-.5.13-.76.04-.52.04-.8-.02-.55-.05-.84a10.277 10.277 0 0 0-.56-2.36c-.17-.46-.38-.9-.62-1.3s-.52-.77-.82-1.11c-.3-.34-.65-.65-1.02-.93s-.77-.52-1.19-.72c-.42-.2-.86-.36-1.32-.48-.46-.12-.94-.2-1.45-.24-.51-.04-1.03-.04-1.58 0-.58.04-1.13.13-1.65.25a8.561 8.561 0 0 0-2.8 1.21c-.41.28-.8.6-1.15.96-.36.36-.7.76-1.01 1.2-.31.44-.61.92-.89 1.44-.28.52-.53 1.08-.76 1.67-.23.59-.45 1.24-.64 1.91l-8.69-3.24c.23-.97.5-1.89.84-2.76.34-.87.72-1.7 1.15-2.49.43-.79.93-1.52 1.47-2.21.54-.69 1.14-1.34 1.79-1.94.65-.6 1.35-1.14 2.12-1.61.77-.47 1.59-.87 2.48-1.21.89-.34 1.83-.61 2.84-.82 1.01-.21 2.07-.35 3.19-.43.87-.06 1.71-.09 2.53-.07.82.02 1.61.07 2.39.16a19.91 19.91 0 0 1 4.37 1.01c.68.24 1.33.52 1.95.84.62.32 1.21.66 1.78 1.04.57.38 1.09.8 1.6 1.24.51.44.98.93 1.42 1.45l-.02-.03Zm-3.99 36.359c.31.23.59.49.85.78.26.29.48.59.68.93.2.34.37.69.51 1.08.14.39.26.79.35 1.23.09.44.14.82.15 1.21.01.39-.01.76-.07 1.11-.06.35-.16.69-.29 1.02-.13.33-.3.63-.51.92-.21.29-.44.55-.7.78-.26.23-.55.43-.86.59-.31.16-.65.3-1.02.41-.37.11-.76.18-1.18.22-.42.04-.86.06-1.27.03-.41-.03-.8-.08-1.17-.17a5.764 5.764 0 0 1-2.07-.97 5.684 5.684 0 0 1-1.53-1.7c-.2-.34-.37-.69-.51-1.08-.14-.39-.26-.8-.35-1.23-.09-.43-.14-.86-.15-1.26-.01-.4 0-.78.07-1.14.07-.36.16-.7.29-1.03.13-.33.3-.63.51-.91a4.329 4.329 0 0 1 1.59-1.35c.32-.16.67-.3 1.05-.4.38-.1.79-.18 1.22-.22.43-.04.84-.05 1.23-.02.39.03.78.09 1.15.19.37.1.72.23 1.06.39.34.16.66.37.97.6v-.01Z"/>
11
+ </g>
12
+ <defs>
13
+ <clipPath id="a">
14
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h320v240H0z"/>
15
+ </clipPath>
16
+ </defs>
17
+ </svg>
@@ -0,0 +1,43 @@
1
+ <svg id="tnt-Scene-Lock" 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.437 152.979 41.9 25.14c.36.21.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-.21-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_Color8)" d="m241.768 147.169-2.29.07v1l2.29-.07v-1Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m227.357 171.739 16.72-.87v10.96l-16.72.39v-10.48Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m227.357 171.779-7.46.39.05 7.57 7.42 2.47v-10.43h-.01Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m73.617 165.848 13.78-.16 2.24 10.82-16.02.03v-10.7.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M66.497 160.099v10.31l7.13 6.13v-10.59l-7.13-5.85Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m95.907 177.749 19.05-.99v11.24l-19.05.45v-10.7Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m95.897 177.719-7.46-4.8.05 10.31 7.42 5.2v-10.72l-.01.01Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color16)" d="m92.897 30.339 163 8v134l-163 6v-148Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m105.897 42.339 137 6.7v112.27l-137 5.03v-124Zm-41.999 7.5 29-19.5v148l-29-14.5v-114Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m107.947 45.37 132.95 6.41v107.309l-132.95 4.8V45.369Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m115.997 54.929 117.56 5.48v91.8l-117.56 4.11V54.929Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M127.678 82.87h-7v48.999h7v-49Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M130.157 84.919h-7v49h7v-49Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M129.298 86.689h-1v43.589h1v-43.59Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M239.238 71.9c1.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-.57V72.48c0-.27.15-.52.36-.58Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M240.718 90.97c-.5-.05-.99-.13-1.48-.25-.21-.05-.36-.29-.36-.56V72.5c0-.27.15-.52.36-.58.49-.15.98-.26 1.48-.34"/>
20
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M239.587 70.43c1.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-.57V71c0-.27.12-.52.3-.57Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M240.757 70.118c-.49.07-.98.17-1.46.31h-.01v18.79h.01c.48.13.97.22 1.46.29v-19.4.01Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m244.917 80.519-5.63.06v1.07l5.63-.06v-1.07Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m243.977 80.53-2.41.02v1.07l2.41-.02v-1.07Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M244.478 89.21V70.35c-.71-.2-1.17-.27-1.25-.27l.02 19.42s.51-.06 1.23-.29Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M239.378 122.079c1.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"/>
26
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M240.858 141.139c-.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"/>
27
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M239.728 120.608c1.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"/>
28
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M240.898 120.269c-.49.08-.98.19-1.46.34h-.01v18.79h.01c.48.12.97.21 1.46.26v-19.4.01Z"/>
29
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m245.068 130.599-5.64.16v1.07l5.64-.16v-1.07Z"/>
30
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m244.128 130.629-2.42.07v1.07l2.42-.07v-1.07Z"/>
31
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M244.617 139.298v-18.86c-.71-.19-1.17-.25-1.25-.25l.02 19.42s.51-.07 1.23-.31Z"/>
32
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M251.877 167.219c-.28 0-.5-.22-.5-.5V43.189l-151.2-7.72a.487.487 0 0 1-.47-.52c.01-.28.25-.5.52-.47l151.68 7.75c.27.01.47.23.47.5v124c0 .28-.22.5-.5.5v-.01Z"/>
33
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M145.464 106.959c-.77 18.75 13.66 33.77 31.23 33.53 16.56-.23 29.8-14.08 30.42-30.92.61-16.8-11.52-31.64-27.94-33.25-17.41-1.72-32.94 11.94-33.71 30.64Z"/>
34
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M149.064 107.109c-.76 18.63 13.5 33.57 30.87 33.34 16.37-.22 29.47-14 30.09-30.75.61-16.71-11.39-31.47-27.63-33.06-17.22-1.7-32.57 11.88-33.33 30.47Z"/>
35
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m157.115 95.28 5.18 3.27c.41-.83.86-1.64 1.37-2.4l-5.08-3.2c-.95-.6-2.06-.57-2.46.08-.41.64.04 1.65.99 2.26v-.01Zm2.969 12.129c0-.16.02-.33.03-.49h-6.36c-1.13 0-2.04.62-2.04 1.38 0 .76.91 1.38 2.04 1.38h6.35c-.04-.75-.05-1.5-.02-2.27Zm8.43-16.42c.74-.56 1.51-1.06 2.32-1.51l-2.83-4.78c-.57-.97-1.57-1.44-2.23-1.05-.66.39-.72 1.49-.15 2.46l2.89 4.88Zm13.23-3.939v-5.36c0-1.13-.62-2.04-1.38-2.04-.76 0-1.38.91-1.38 2.04v5.36c.91-.06 1.83-.06 2.76 0Zm17.19 12.719 5.46-2.97c.99-.54 1.5-1.52 1.13-2.19-.36-.67-1.46-.78-2.45-.24l-5.36 2.91c.46.79.86 1.63 1.21 2.48l.01.01Zm-7.21-9.09 2.76-4.97c.55-.99.45-2.08-.22-2.45-.67-.37-1.65.13-2.2 1.11l-2.7 4.85c.82.43 1.6.92 2.35 1.46h.01Zm-29.96 26.16-5.44 2.96c-.99.54-1.5 1.52-1.13 2.19.36.67 1.46.78 2.45.24l5.34-2.9c-.46-.79-.86-1.62-1.22-2.48v-.01Zm45.21-9.92h-6.35c.05.73.06 1.47.03 2.21 0 .19-.04.37-.05.55h6.37c1.13 0 2.04-.62 2.04-1.38 0-.76-.91-1.38-2.04-1.38Zm-3.36 14.4-5.22-3.29c-.41.83-.86 1.64-1.36 2.4l5.11 3.22c.95.6 2.06.57 2.46-.08.41-.64-.04-1.65-.99-2.26v.01Zm-23.35 8.28c-.43 0-.85-.05-1.28-.08v5.38c0 1.13.62 2.04 1.38 2.04.76 0 1.38-.91 1.38-2.04v-5.38c-.49.03-.98.07-1.48.07v.01Zm11.931-4.03c-.74.56-1.5 1.08-2.3 1.53l2.84 4.8c.57.97 1.57 1.44 2.23 1.05.66-.39.72-1.49.15-2.46l-2.91-4.92h-.01Zm-23.211.369-2.75 4.95c-.55.99-.45 2.08.22 2.45.67.37 1.65-.13 2.2-1.11l2.7-4.86c-.82-.43-1.61-.9-2.36-1.43h-.01Z"/>
36
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M160.084 107.579c-.49 12.19 8.74 22.14 20.18 22.19 11.01.06 19.96-9.12 20.39-20.47.42-11.34-7.8-21.2-18.75-22.07-11.38-.91-21.34 8.18-21.82 20.35Z"/>
37
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M161.255 107.448c-.46 11.6 8.32 21.07 19.22 21.13 10.48.05 19.01-8.68 19.41-19.49.4-10.79-7.43-20.18-17.85-21.01-10.83-.86-20.31 7.79-20.78 19.37Z"/>
38
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M166.464 111.849c-.29 7.24 5.16 13.18 12.02 13.27 6.7.09 12.23-5.47 12.49-12.4.26-6.93-4.82-12.84-11.5-13.23-6.83-.4-12.73 5.13-13.01 12.36Z"/>
39
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M168.744 107.939c-.28 7.21 5.12 13.16 11.93 13.3 6.65.13 12.13-5.36 12.4-12.27.26-6.9-4.79-12.83-11.41-13.26-6.78-.44-12.63 5.03-12.91 12.23h-.01Z"/>
40
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m181.295 90.339-5.96 4.59c-.33.24-.58.54-.73.89l-1.63 3.66 7.29-1.92 1.04-7.21-.01-.01Z"/>
41
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M181.574 97.84c-6.43-.39-11.96 4.539-12.77 11.189-.02-.37-.08-.72-.06-1.09.28-7.2 6.13-12.66 12.91-12.23 6.62.43 11.67 6.36 11.41 13.26-.01.36-.1.69-.14 1.04-.26-6.43-5.07-11.79-11.36-12.17h.01Z"/>
42
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m184.004 92.439.44 1.99c.4 1.82-.78 3.56-2.35 3.46l-1.04-.07c-1.58-.1-2.65-2.01-2.09-3.78l.6-1.93c.79-2.54 3.86-2.3 4.44.33Z"/>
43
+ </svg>
@@ -0,0 +1,32 @@
1
+ <svg id="tnt-Scene-Mission" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <g clip-path="url(#a)">
3
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M319.582 83.195v90c0 13.246-10.754 24-24 24h-272c-13.246 0-24-10.754-24-24v-90c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color11)" d="m185.551 157.877 2.397-32.237-32.998 26.773 11.226 26.279c1.052 2.464 4.368 2.88 5.997.754l10.269-13.409a15.287 15.287 0 0 0 3.109-8.16Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M186.781 141.323c-2.364 2.714-4.977 5.193-7.124 6.96-5.526 4.548-2.746 16.84-7.589 22.108l-4.599 5.003a4.272 4.272 0 0 1-2.159 1.275l-10.361-24.256 32.999-26.773-1.167 15.683Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M165.808 71.64c-38.739 29.996-62.832 61.681-65.642 78.802-.497 16.945 14.581 26.097 23.331 26.85 14.16-1.585 35.034-21.01 60.789-42.115 32.787-26.869 71.379-87.538 61.826-97.577-9.027-9.486-37.099.585-80.304 34.04Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M176.471 141.333c2.137-25.682-15.659-36.449-29.356-41.416-1.087-.394-1.752 1.037-.798 1.689 10.053 6.878 22.133 17.174 23.395 29.487 1.521 14.846 5.511 10.24 6.759 10.24Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M245.492 37.008c.214.188.421.385.618.592 9.553 10.038-29.039 70.708-61.826 97.576-25.755 21.106-46.629 40.531-60.789 42.116-8.749-.754-23.828-9.905-23.331-26.851 2.051-12.494 15.439-32.746 37.581-54.438-3.309 18.79-2.471 36.623 14.828 46.294l33.936-23.749.74-.504a21.753 21.753 0 0 0 8.643-24.031l33.121-23.195c8.943-8.6 14.691-23.916 16.479-33.81Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M209.17 42.966c18.82-9.66 31.431-11.157 36.942-5.366 3.877 4.075-.177 16.487-8.553 31.595-.368-4.236-1.884-8.932-5.42-13.565-5.304-6.95-14.603-10.748-22.969-12.664Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M236.922 70.535c9.351-16.47 13.247-28.67 9.19-32.934a8.74 8.74 0 0 0-.616-.586c.498 6.875-4.584 16.92-9.633 25.1 1.614 4.018 1.341 5.036 1.059 8.42Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M106.969 133.707c7.524-1.292 17.001 2.167 24.42 9.666 8.166 8.254 11.41 18.949 8.843 26.726-6.309 4.042-11.912 6.653-16.736 7.193-8.749-.754-23.827-9.905-23.33-26.85.759-4.624 3.071-10.308 6.803-16.735Z"/>
12
+ <ellipse cx="113.001" cy="162.073" fill="var(--sapContent_Illustrative_Color1)" rx="15.131" ry="7.185" transform="rotate(49.245 113.001 162.073)"/>
13
+ <path fill="var(--sapContent_Illustrative_Color11)" d="m95.58 97.266 8.623-6.617a26.072 26.072 0 0 1 14.772-5.365l31.074-1.315c-1.27 13.29-24.245 29.091-28.944 30.69l-24.438-9.644c-3.25-1.283-3.859-5.621-1.087-7.749Z"/>
14
+ <ellipse cx="168.416" cy="132.024" fill="var(--sapContent_Illustrative_Color11)" rx="6.574" ry="22.754" transform="rotate(50.927 168.416 132.024)"/>
15
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M224.948 96.215c-6.46 10.164-17.643 13.669-25.788 8.493-8.146-5.177-9.46-16.836-3-27 6-8.5 16.5-13 25.5-8.5 8.145 5.176 9.748 16.843 3.288 27.007Z"/>
16
+ <ellipse cx="213.834" cy="89.123" fill="var(--sapContent_Illustrative_Color2)" rx="12.845" ry="15.897" transform="rotate(32.437 213.834 89.123)"/>
17
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M204.547 80.097a19.327 19.327 0 0 1 3.704-3.45l18.144 6.667c.181 1.512.13 3.118-.161 4.752l-21.687-7.969Zm21.073 10.411a20.417 20.417 0 0 1-2.212 4.7 20.605 20.605 0 0 1-2.732 3.438l-20.725-7.615c.233-2.897 1.235-5.958 3.04-8.798l.021-.033 22.608 8.308Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M223.527 76.543c5.084 4.19 5.759 12.643 1.342 19.593-4.709 7.409-13.424 10.305-19.464 6.466a10.517 10.517 0 0 1-.786-.552c6.457.561 13.172-2.618 17.072-8.755 3.361-5.288 3.845-11.537 1.836-16.752Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M83.16 188.195c18.318-7.895 53.462-26.44 43.988-36.862-13.521-14.873-36.785 27.655-43.988 36.862Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M131.332 143.331c9.016 9.114 11.147 20.232 9.079 26.629-6.268 4.395-12.556 6.796-16.971 7.291-2.222-.192-4.853-.925-7.534-2.19l1.082-1.243c2.399.867 4.498.827 5.835-.325 3.006-2.591 1.021-9.823-4.435-16.153-5.455-6.33-12.315-9.362-15.321-6.771-1.429 1.232-1.73 3.513-1.066 6.249l-1.055 1c-.607-2.278-.915-4.752-.836-7.418.706-4.304 2.626-9.649 6.762-16.757 7.772-2.286 16.41 1.551 24.46 9.688Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M149.966 84.643c-1.956 13.144-24.24 28.444-28.86 30.016L95.032 104.37c-2.53-.999-3.004-4.377-.846-6.033l1.404-1.078c11.175 7.205 32.613 11.66 54.376-12.616Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M74.101 157.121c0-.563-1.633-1.013-3.815-1.115-.125-2.18-.605-3.8-1.168-3.799-.563.001-1.03 1.634-1.15 3.825-2.188.149-3.815.638-3.808 1.202.008.564 1.633 1.014 3.815 1.115.131 2.18.605 3.8 1.167 3.799.561-.001 1.032-1.634 1.151-3.825 2.189-.149 3.814-.638 3.808-1.202Zm185 3c0-.563-1.633-1.013-3.815-1.115-.125-2.18-.605-3.8-1.168-3.799-.563.001-1.03 1.634-1.15 3.825-2.188.149-3.815.638-3.808 1.202.008.564 1.633 1.014 3.815 1.115.131 2.18.605 3.8 1.167 3.799.561-.001 1.032-1.634 1.151-3.825 2.189-.149 3.814-.638 3.808-1.202Zm24.059-60.96c0-.452-1.314-.815-3.07-.897-.101-1.754-.487-3.058-.94-3.057-.453.001-.829 1.315-.926 3.078-1.761.12-3.07.514-3.064.968.006.454 1.314.816 3.07.897.106 1.754.487 3.058.939 3.057.452-.001.831-1.315.927-3.078 1.761-.12 3.069-.514 3.064-.968Z"/>
23
+ <circle cx="54.265" cy="144.312" r="1.105" fill="var(--sapContent_Illustrative_Color2)"/>
24
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M50.624 91.85c0-.875-2.54-1.575-5.935-1.734-.194-3.39-.941-5.91-1.816-5.909-.876.002-1.603 2.542-1.79 5.95-3.404.232-5.934.993-5.923 1.87.012.877 2.54 1.578 5.935 1.735.204 3.39.941 5.91 1.815 5.909.873-.002 1.604-2.542 1.79-5.95 3.405-.233 5.933-.993 5.924-1.87Z"/>
25
+ <circle cx="231.265" cy="169.312" r="1.105" fill="var(--sapContent_Illustrative_Color2)"/>
26
+ </g>
27
+ <defs>
28
+ <clipPath id="a">
29
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h320v240H0z"/>
30
+ </clipPath>
31
+ </defs>
32
+ </svg>
@@ -0,0 +1,23 @@
1
+ <svg id="tnt-Scene-MissionFailed" 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="m87.547 174.04 5.563 9.703 13.948-6.352-13.948-4.659-5.563 1.308Zm79.805 6.876 13.515 7.376 1.374-1.598 1.297-1.963-16.186-3.815Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color11)" d="m148.992 65.025 6.742 31.615 24.163-34.955-18.148-22.075c-1.701-2.069-5.001-1.538-5.968.96l-6.096 15.75a15.284 15.284 0 0 0-.693 8.705Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M150.941 74.147c-1.137-5.207-.943-11.731 0-13.914 1.741-4.03 3.065-6.28 6.235-12.696l3.011-6.092c.402-.812.912-1.374 1.618-1.778l18.092 22.018-24.162 34.955-4.794-22.493Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M116.174 107.128c7.149 3.515 18.918 11.06 22.219 14.545 0 2.181 2.738 7.928 1.208 8.029 9.259 6.313 27.339 21.705 31.589 38.916-9.191-.78-7.434 5.8-13.369 4.428-4.588-1.06-5.197 9.035-16.741.772-4.545-3.253-7.581-6.836-18.412-2.846-20.529-7.878-38.134-18.392-42.24-22.332-2.898-.454-17.147 1.819-21.253 0-4.107-1.818-17.873-14.695-17.873-18.938 0-2.645 1.69-2.272 13.766-1.06-8.782-7.049-16.514-15.574-17.721-22.544 0-2.37 1.705-8.363 7.985-9.575 5.787-1.117 10.55-.466 13.843 0 5.796.606 30.672 6.363 45.889 12.423 3.784-.505 3.961-5.333 11.11-1.818Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M203.104 28.98c8.61-1.732 25.651 2.822 29.927 19.227 2.106 17.221-12.13 54.392-40.898 94.052-7.418 10.227-14.412 19.024-20.918 26.429l-5.633-2.344-7.58 10.591h-8.078l-3.498-8.555-6.997 2.329-8.645-8.704-8.116 8.967c4.626-25.111 18.448-61.919 33.904-84.514 18.8-27.484 33.386-51.985 46.532-57.479Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M162.348 78.205c4.358 22.478 21.357 27.233 33.652 28.057.976.065 1.176-1.323.247-1.643-9.791-3.366-22.038-9.146-25.984-19.353-4.756-12.305-6.902-7.373-7.915-7.061Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M203.107 28.98c8.61-1.732 25.651 2.822 29.927 19.226 1.537 12.568-4.903 17.342-5.626 10.794-2.095-18.964-10.208-7.538-29.525-11.967l-22.91 31.252-15.076 20.687c-5.976 7.266-4.874 18.973-3.322 25.065 0 0 1.887 33.766-11.738 37.968-3.508 1.856-3.019 7.912-3.019 7.912l-2.397.789c-3.194-3.223-5.614-5.636-8.636-8.701l-8.113 8.964c4.626-25.111 18.448-61.917 33.903-84.511 18.8-27.484 33.386-51.985 46.532-57.479Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M231.197 66.178c-6.859 3.35-16.926 2.69-26.151-2.427-10.153-5.632-16.268-14.988-15.986-23.173 4.922-5.649 9.567-9.727 14.046-11.599 8.61-1.731 25.649 2.823 29.926 19.227.568 4.65-.056 10.756-1.835 17.972Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M196.135 48.244c-.926 1.56-1.505 2.663-2.835 5.11-2.619-3.843-4.366-7.785-4.24-12.774 5.072-6.101 11.753-11.774 14.99-11.746 3.237.029-7.915 2.822-5.792 11.073.424 3.281-1.198 6.777-2.123 8.337Zm8.618-15.832c2.158-3.33 9.593-2.344 16.605 2.201 7.012 4.546 10.947 10.93 8.789 14.26-2.159 3.33-9.594 2.345-16.606-2.2-7.012-4.546-10.947-10.93-8.788-14.26Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color11)" d="m252.523 98.413-6.583 8.648a26.08 26.08 0 0 1-12.847 9.054l-29.64 9.423c-2.262-13.158 15.761-34.434 19.876-37.21l26.112 2.894c3.473.384 5.199 4.41 3.082 7.191Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M238.338 111.82a.327.327 0 0 0 .066-.03c1.524-.957 2.561.318 1.054 1.303a26.086 26.086 0 0 1-6.365 3.022l-29.64 9.423c-.628-4.835.641-8.939 2.327-12.866l11.573 2.52c5.014.926 14.266-1.301 20.985-3.372Z"/>
14
+ <ellipse cx="172.691" cy="85.032" fill="var(--sapContent_Illustrative_Color11)" rx="6.574" ry="22.754" transform="rotate(-145.366 172.691 85.032)"/>
15
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M167.281 81.295c7.142-10.34 15.354-17.049 18.342-14.985-5.794 3.67-8.531 6.173-15.673 16.513-7.987 11.562-7.929 14.042-8.384 15.56-.946 3.158-.466 6.16-1.807 5.371-2.988-2.064.38-12.119 7.522-22.459Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M128.475 135.264c3.349-11.569 13.1-18.07 22.371-15.387 9.27 2.684 13.803 13.506 10.454 25.074-3.375 9.842-12.19 17.107-22.092 15.313-9.27-2.684-14.081-13.432-10.733-25Z"/>
17
+ <ellipse cx="141.132" cy="138.951" fill="var(--sapContent_Illustrative_Color2)" rx="12.845" ry="15.897" transform="rotate(-163.856 141.132 138.951)"/>
18
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m141.123 147.452-7.085 4.1 3.3-4.548-4.438-4.587 4.438-1.666v-7.416l11.249-8.296-1.77 12.776 4.083 6.564-6.254 9.101-2.12.808 6.061-11.128-3.791-5.345 3.791-12.776-9.828 9.625v7.753l-3.674.383 6.038 4.652Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M135.358 153.746c-6.056-2.596-9.075-10.52-6.786-18.429 2.442-8.434 9.994-13.658 16.869-11.668.31.09.613.194.909.31-6.355 1.273-11.908 6.208-13.93 13.193-1.742 6.018-.455 12.152 2.938 16.594Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m100.139 171.361-6.944 12.624h31.479l-17.128-12.624h-7.407Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color24)" d="m180.876 188.319-6.915-11.257 20.632 9.009-13.717 2.248Zm-63.868-4.338 2.219-4.002 5.512 4.002h-7.731Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m122.295 177.924-4.078 12.123 12.914-7.88-8.836-4.243Z"/>
23
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg id="tnt-Scene-NoApplications" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m96.085 187.07 133.74-23.88c.83-.15.86-1.32.05-1.53l-83.86-20.89c-1-.25-2.05-.3-3.07-.14L37.355 156.9c-1.87.29-2.23 2.82-.51 3.62l56.21 26.14c.94.44 2.01.58 3.04.39l-.01.02Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M234.425 39.1c.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="m79.775 63.63 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.88L79.785 63.63h-.01Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m95.125 73.19 43.77-2.41c.38-.02.76.03 1.12.14.36.11.69.29.99.51.3.22.55.49.76.79.21.3.34.64.41.99l7.57 38.85a2.51 2.51 0 0 1-.45 1.98c-.2.27-.47.5-.77.68-.3.18-.66.3-1.04.34l-43.82 5.29a3.685 3.685 0 0 1-2.41-.58c-.34-.22-.62-.5-.83-.82-.21-.32-.37-.68-.44-1.07l-7.46-41.74c-.07-.38-.05-.75.05-1.08.1-.33.27-.65.51-.92s.53-.49.88-.65c.35-.16.74-.27 1.16-.3Zm104.68-5.76 32.44-1.79c.28-.02.57.03.84.13s.53.25.76.44c.23.19.44.43.6.69.16.26.29.55.36.86l7.53 33.48c.07.32.08.62.04.91-.04.29-.14.55-.28.78-.14.23-.32.42-.54.57-.22.15-.48.24-.76.28l-32.34 3.91a2.504 2.504 0 0 1-1.8-.53c-.26-.2-.48-.44-.66-.71-.18-.27-.31-.58-.38-.92l-7.58-35.6c-.07-.32-.07-.64-.02-.93.05-.29.17-.55.33-.78.16-.23.37-.41.61-.55.24-.14.53-.22.84-.25l.01.01Zm-48.05 2.64 37.44-2.05c.33-.02.65.03.97.14.32.11.6.27.87.47.27.2.49.45.67.73.18.28.31.59.38.92l7.58 35.95c.07.34.07.67.01.98-.06.31-.18.6-.35.84-.17.24-.39.46-.65.62-.26.16-.56.27-.88.31l-37.4 4.52c-.38.04-.75 0-1.1-.09-.35-.09-.68-.26-.97-.46-.29-.2-.54-.47-.74-.76-.2-.29-.34-.63-.41-.98l-7.58-38.41c-.07-.35-.06-.69.01-1 .07-.31.21-.6.41-.84.2-.24.44-.45.73-.6.29-.15.62-.25.98-.27l.03-.02Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M88.485 51.02c.51-.03 1.02.05 1.5.21.49.16.92.41 1.32.72s.73.69 1 1.12c.27.43.46.9.54 1.41.09.5.08.99-.04 1.44-.11.45-.31.86-.59 1.21-.28.35-.63.65-1.04.86-.41.21-.88.34-1.4.37-.51.03-1.02-.05-1.5-.21a4.23 4.23 0 0 1-1.32-.72c-.39-.31-.74-.69-1.01-1.12-.27-.43-.46-.9-.54-1.42-.09-.51-.07-1 .04-1.45.1-.45.31-.87.59-1.21.28-.34.63-.64 1.05-.86.42-.22.88-.34 1.4-.36v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M103.065 168.93c-.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.88L79.795 63.63l-2.09-12.04c-.06-.3-.08-.61-.07-.9 0-.29.05-.58.11-.86.07-.28.16-.54.28-.79.11-.25.27-.49.43-.7l-2.65 3.45c-.16.22-.3.45-.43.69-.11.25-.21.5-.28.78-.07.28-.1.55-.11.85 0 .29 0 .59.07.89l2.06 11.91 17.29 99.82c.11.68.36 1.3.7 1.86a5.4 5.4 0 0 0 1.29 1.44c.51.39 1.08.68 1.7.87.62.18 1.27.24 1.92.15l155.15-19.6 4.46-2.15-156.56 19.62v.01Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color17)" d="m269.075 164.4-3.89 2.51s-.09.06-.13.08c-.04.02-.09.06-.12.08-.04.02-.09.06-.12.08-.04.02-.09.06-.13.08-.83.5-1.68.96-2.55 1.37-.87.41-1.77.76-2.7 1.08-.92.32-1.86.57-2.81.78-.96.21-1.94.37-2.92.47-.49.06-.99.1-1.48.13s-1 .04-1.5.05c-.5 0-1.01 0-1.52-.04s-1.02-.06-1.53-.12c-1.54-.15-3.07-.43-4.6-.81-1.52-.39-3.03-.89-4.5-1.5-1.47-.61-2.92-1.34-4.33-2.17-1.41-.83-2.77-1.76-4.07-2.79a36.883 36.883 0 0 1-3.7-3.36c-1.15-1.2-2.24-2.48-3.23-3.81-.99-1.33-1.89-2.75-2.7-4.2a37.21 37.21 0 0 1-2.12-4.52c-.61-1.55-1.1-3.12-1.48-4.71a34.17 34.17 0 0 1-.8-4.77c-.15-1.6-.19-3.17-.12-4.74.07-1.57.27-3.11.58-4.62.3-1.49.7-2.92 1.21-4.3s1.12-2.71 1.82-3.97c.7-1.26 1.49-2.45 2.38-3.56.89-1.11 1.85-2.15 2.91-3.1l3.43-3.1a26.29 26.29 0 0 0-5.33 6.73 28.19 28.19 0 0 0-3.04 8.35 32.074 32.074 0 0 0-.46 9.46c.15 1.61.42 3.22.81 4.82.39 1.6.89 3.19 1.49 4.76.62 1.57 1.33 3.09 2.14 4.56a38.822 38.822 0 0 0 5.99 8.11c1.17 1.22 2.42 2.35 3.74 3.39a36.466 36.466 0 0 0 8.49 5.03c1.49.63 3.01 1.13 4.55 1.53a31.16 31.16 0 0 0 6.19.95c.52.03 1.02.04 1.53.04s1.01-.02 1.52-.04 1-.07 1.5-.13c.99-.11 1.98-.27 2.95-.47.97-.2 1.92-.47 2.84-.78.93-.31 1.83-.68 2.72-1.08.89-.41 1.74-.87 2.57-1.38.05-.03.09-.06.13-.08.05-.02.09-.06.12-.08.04-.02.09-.06.12-.08.04-.02.09-.06.13-.09"/>
10
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M267.365 111.939c1.68 1.36 3.24 2.86 4.66 4.48 1.42 1.62 2.7 3.35 3.83 5.16 1.13 1.82 2.1 3.73 2.9 5.71.8 1.97 1.44 4.02 1.89 6.1.33 1.56.56 3.11.67 4.67.11 1.56.13 3.1.02 4.61-.11 1.52-.31 3.03-.63 4.5-.32 1.47-.74 2.91-1.27 4.3a27.574 27.574 0 0 1-4.37 7.57c-.91 1.12-1.92 2.16-3.01 3.1-1.09.95-2.26 1.81-3.51 2.57a25.402 25.402 0 0 1-5.29 2.46c-.93.31-1.88.57-2.84.78-.96.21-1.95.37-2.95.47-.5.06-1 .1-1.5.12-.5.03-1.01.04-1.52.04s-1.02 0-1.53-.04c-.51-.03-1.03-.07-1.55-.12-1.55-.15-3.1-.43-4.64-.83-1.53-.4-3.06-.9-4.55-1.53a36.39 36.39 0 0 1-4.37-2.19c-1.42-.84-2.8-1.78-4.12-2.83a38.772 38.772 0 0 1-3.74-3.39 37.388 37.388 0 0 1-3.26-3.86c-.99-1.35-1.92-2.78-2.73-4.25-.81-1.47-1.53-3-2.14-4.57-.62-1.57-1.11-3.16-1.49-4.76-.38-1.6-.65-3.21-.81-4.82-.15-1.61-.19-3.2-.12-4.79.08-1.59.27-3.14.58-4.67.31-1.53.72-3.01 1.24-4.43s1.16-2.78 1.88-4.07c.72-1.3 1.55-2.51 2.48-3.65.93-1.14 1.93-2.2 3.02-3.15 1.09-.97 2.26-1.83 3.49-2.59a26.8 26.8 0 0 1 3.85-1.96c1.33-.55 2.72-.99 4.15-1.32 1.43-.33 2.88-.54 4.38-.64 2-.13 4.01-.05 6.01.23s3.98.75 5.93 1.41c1.95.66 3.85 1.5 5.69 2.52 1.84 1.03 3.61 2.21 5.3 3.58v.03l-.03.05Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M248.495 118.529c.32-.02.64.02.95.12.31.1.6.27.85.47.25.2.48.46.66.74.18.28.31.6.38.94l2.62 12.86 12.14-1.04c.32-.03.64.02.94.12.3.1.59.26.84.46a2.943 2.943 0 0 1 1.04 1.68c.07.34.07.67.02.97-.05.3-.17.59-.33.83s-.37.45-.62.6c-.25.15-.54.25-.86.28l-12.15 1.08 2.65 13c.07.35.07.68.01.99-.06.31-.18.6-.35.85a2.066 2.066 0 0 1-1.52.9c-.33.03-.65 0-.96-.11-.31-.11-.6-.26-.86-.47-.26-.21-.49-.46-.67-.75a2.88 2.88 0 0 1-.38-.96l-2.63-13.04-12.41 1.1c-.33.03-.66-.01-.97-.12-.31-.11-.61-.26-.87-.47-.26-.21-.49-.46-.68-.75-.19-.29-.31-.61-.38-.96s-.07-.68 0-.99c.07-.31.19-.6.36-.84.17-.24.4-.45.66-.6.26-.15.56-.25.89-.28l12.4-1.07-2.61-12.9a2.315 2.315 0 0 1 .35-1.79 1.965 1.965 0 0 1 1.51-.85h-.02Z"/>
12
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg id="tnt-Scene-NoFlows" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m97.696 193.857 133.74-23.88c.83-.15.86-1.32.05-1.53l-83.86-20.89c-1-.25-2.05-.3-3.07-.14l-105.59 16.27c-1.87.29-2.23 2.82-.51 3.62l56.21 26.14c.94.44 2.01.58 3.04.39l-.01.02Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M236.036 45.887c.53-.03 1.07.07 1.57.25s.99.47 1.43.83c.44.36.82.79 1.12 1.27.31.49.54 1.03.68 1.6l2.49 10.83-161.93 9.75-2.09-12.04a4.21 4.21 0 0 1 .06-1.81 3.917 3.917 0 0 1 2.07-2.57c.52-.26 1.11-.42 1.76-.46l152.84-7.65Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m81.386 70.417 161.92-9.74 20.81 90.49c.14.61.16 1.21.1 1.76-.07.55-.25 1.07-.51 1.52-.27.45-.61.83-1.03 1.11-.42.28-.9.47-1.45.54l-156.56 19.62c-.67.09-1.32.02-1.94-.15-.62-.17-1.21-.47-1.72-.88-.51-.4-.96-.88-1.31-1.45-.35-.57-.6-1.2-.71-1.88l-17.59-100.94h-.01Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M222.506 81.657c-1.18-6.09-6.57-10.6-12.11-10.12v.03h-.16c-4.94.51-8.32 4.87-8.22 10.14v.05l-19.84 1.7-1.14-5.9c-.25-1.29-1.39-2.24-2.61-2.14h-.03l-28.57 2.14c-1.21.13-1.98 1.29-1.73 2.61l1.35 6.65-19.42 1.44v-.02c-1.93-5.14-6.89-8.65-11.99-8.21 0 0-.1.01-.15.01-5.85.6-9.61 6.23-8.4 12.55 1.18 6.24 6.8 10.83 12.56 10.32.07 0 .15-.01.22-.01 5.15-.55 8.67-5 8.58-10.38v-.05l19.43-1.46.24 1.27 1.49 7.76c.24 1.31 1.42 2.27 2.65 2.16l9.86-1.07 3.22-.35 2.25 13.09 2.31 13.42-.3.46-6.26 9.6-.49.75s-.04.09-.07.13l-21.13 2.51c-2.07-4.7-6.72-7.82-11.53-7.4-.1 0-.21.03-.31.03-5.82.67-9.58 6.36-8.37 12.68 1.2 6.21 6.72 10.71 12.43 10.21.1 0 .22-.03.34-.03 5.38-.66 8.97-5.55 8.52-11.26-.04-.46-.1-.94-.19-1.42.09.48.16.96.19 1.42l21.19-2.55c-.06-.07-.11-.15-.17-.23l10.96 8.8c.58.46 1.26.67 1.9.61.7-.06 1.35-.42 1.75-1.06l7.19-11.08c.09-.15.18-.31.24-.48.45-1.18.04-2.67-1.02-3.52l-.75-.6-10.26-8.29-2.26-13.2-2.24-13.03 11.36-1.23c1.2-.14 1.94-1.3 1.7-2.61l-1.49-7.7-.21-1.12 19.86-1.71c1.57 4.15 5.14 7.22 9.1 7.87.78.12 1.59.16 2.4.09.06-.02.13-.02.19-.02.43-.04.85-.12 1.26-.22 4.87-1.23 7.8-6.35 6.71-12.04l-.03.01Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M90.096 57.807c.51-.03 1.02.05 1.5.21.49.16.92.41 1.32.72s.73.69 1 1.12c.27.43.46.9.54 1.41.09.5.08.99-.04 1.44-.11.45-.31.86-.59 1.21-.28.35-.63.65-1.04.86-.41.21-.88.34-1.4.37-.51.03-1.02-.05-1.5-.21a4.23 4.23 0 0 1-1.32-.72c-.39-.31-.74-.69-1.01-1.12-.27-.43-.46-.9-.54-1.42-.09-.51-.07-1 .04-1.45.1-.45.31-.87.59-1.21.28-.34.63-.64 1.05-.86.42-.22.88-.34 1.4-.36v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M104.676 175.717c-.67.08-1.32.02-1.94-.15-.62-.18-1.21-.48-1.72-.88s-.96-.88-1.31-1.46c-.35-.56-.6-1.2-.71-1.88l-17.59-100.93-2.09-12.04c-.06-.3-.08-.61-.07-.9 0-.29.05-.58.11-.86.07-.28.16-.54.28-.79.11-.25.27-.49.43-.7l-2.65 3.45c-.16.22-.3.45-.43.69-.11.25-.21.5-.28.78-.07.28-.1.55-.11.85 0 .29 0 .59.07.89l2.06 11.91 17.29 99.82c.11.68.36 1.3.7 1.86a5.4 5.4 0 0 0 1.29 1.44c.51.39 1.08.68 1.7.87.62.18 1.27.24 1.92.15l155.15-19.6 4.46-2.15-156.56 19.62v.01Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color17)" d="m270.686 171.187-3.89 2.51s-.09.06-.13.08c-.04.02-.09.06-.12.08-.04.02-.09.06-.12.08-.04.02-.09.06-.13.08-.83.5-1.68.96-2.55 1.37-.87.41-1.77.76-2.7 1.08-.92.32-1.86.57-2.81.78-.96.21-1.94.37-2.92.47-.49.06-.99.1-1.48.13s-1 .04-1.5.05c-.5 0-1.01 0-1.52-.04s-1.02-.06-1.53-.12c-1.54-.15-3.07-.43-4.6-.81-1.52-.39-3.03-.89-4.5-1.5-1.47-.61-2.92-1.34-4.33-2.17-1.41-.83-2.77-1.76-4.07-2.79a36.883 36.883 0 0 1-3.7-3.36c-1.15-1.2-2.24-2.48-3.23-3.81-.99-1.33-1.89-2.75-2.7-4.2a37.21 37.21 0 0 1-2.12-4.52c-.61-1.55-1.1-3.12-1.48-4.71a34.17 34.17 0 0 1-.8-4.77c-.15-1.6-.19-3.17-.12-4.74.07-1.57.27-3.11.58-4.62.3-1.49.7-2.92 1.21-4.3s1.12-2.71 1.82-3.97c.7-1.26 1.49-2.45 2.38-3.56.89-1.11 1.85-2.15 2.91-3.1l3.43-3.1a26.29 26.29 0 0 0-5.33 6.73 28.19 28.19 0 0 0-3.04 8.35 32.074 32.074 0 0 0-.46 9.46c.15 1.61.42 3.22.81 4.82.39 1.6.89 3.19 1.49 4.76.62 1.57 1.33 3.09 2.14 4.56a38.822 38.822 0 0 0 5.99 8.11c1.17 1.22 2.42 2.35 3.74 3.39a36.466 36.466 0 0 0 8.49 5.03c1.49.63 3.01 1.13 4.55 1.53a31.16 31.16 0 0 0 6.19.95c.52.03 1.02.04 1.53.04s1.01-.02 1.52-.04 1-.07 1.5-.13c.99-.11 1.98-.27 2.95-.47.97-.2 1.92-.47 2.84-.78.93-.31 1.83-.68 2.72-1.08.89-.41 1.74-.87 2.57-1.38.05-.03.09-.06.13-.08.05-.02.09-.06.12-.08.04-.02.09-.06.12-.08.04-.02.09-.06.13-.09"/>
10
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M268.976 118.726c1.68 1.36 3.24 2.86 4.66 4.48 1.42 1.62 2.7 3.35 3.83 5.16 1.13 1.82 2.1 3.73 2.9 5.71.8 1.97 1.44 4.02 1.89 6.1.33 1.56.56 3.11.67 4.67.11 1.56.13 3.1.02 4.61-.11 1.52-.31 3.03-.63 4.5-.32 1.47-.74 2.91-1.27 4.3a27.574 27.574 0 0 1-4.37 7.57c-.91 1.12-1.92 2.16-3.01 3.1-1.09.95-2.26 1.81-3.51 2.57a25.402 25.402 0 0 1-5.29 2.46c-.93.31-1.88.57-2.84.78-.96.21-1.95.37-2.95.47-.5.06-1 .1-1.5.12-.5.03-1.01.04-1.52.04s-1.02 0-1.53-.04c-.51-.03-1.03-.07-1.55-.12-1.55-.15-3.1-.43-4.64-.83-1.53-.4-3.06-.9-4.55-1.53a36.39 36.39 0 0 1-4.37-2.19c-1.42-.84-2.8-1.78-4.12-2.83a38.772 38.772 0 0 1-3.74-3.39 37.388 37.388 0 0 1-3.26-3.86c-.99-1.35-1.92-2.78-2.73-4.25-.81-1.47-1.53-3-2.14-4.57-.62-1.57-1.11-3.16-1.49-4.76-.38-1.6-.65-3.21-.81-4.82-.15-1.61-.19-3.2-.12-4.79.08-1.59.27-3.14.58-4.67.31-1.53.72-3.01 1.24-4.43s1.16-2.78 1.88-4.07c.72-1.3 1.55-2.51 2.48-3.65.93-1.14 1.93-2.2 3.02-3.15 1.09-.97 2.26-1.83 3.49-2.59a26.8 26.8 0 0 1 3.85-1.96c1.33-.55 2.72-.99 4.15-1.32 1.43-.33 2.88-.54 4.38-.64 2-.13 4.01-.05 6.01.23s3.98.75 5.93 1.41c1.95.66 3.85 1.5 5.69 2.52 1.84 1.03 3.61 2.21 5.3 3.58v.03l-.03.05Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M250.106 125.326c.32-.02.65.02.95.12.3.1.6.26.85.47.25.21.48.46.66.74.18.28.31.6.38.94l2.62 12.85 12.15-1.04c.32-.03.64.02.94.12.3.1.59.26.84.47.25.21.48.46.66.74.18.28.31.6.38.94.07.34.07.67.02.97-.05.3-.17.59-.33.83s-.37.44-.63.59c-.26.15-.54.25-.86.27l-12.16 1.08 2.65 13.01a2.448 2.448 0 0 1-.33 1.84c-.16.25-.38.46-.64.61-.26.15-.55.26-.88.29-.33.03-.65 0-.96-.11-.31-.11-.6-.26-.86-.47-.26-.21-.49-.46-.67-.75a2.88 2.88 0 0 1-.38-.96l-2.64-13.05-12.4 1.1c-.33.03-.66-.01-.97-.11-.31-.1-.61-.26-.87-.47-.26-.21-.49-.46-.67-.75a2.88 2.88 0 0 1-.38-.96c-.07-.35-.07-.68 0-.99.07-.31.19-.6.36-.84.17-.24.39-.45.66-.61.27-.16.56-.25.89-.28l12.39-1.07-2.6-12.89a2.315 2.315 0 0 1 .35-1.79c.17-.24.39-.44.64-.59.25-.15.55-.24.87-.26l-.03.01Z"/>
12
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg id="tnt-Scene-NoUsers" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <g clip-path="url(#a)">
3
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320.5 83v90c0 13.246-10.754 24-24 24h-272c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M229.634 181.262c.635-8.609-39.267-18.57-89.125-22.249-49.857-3.679-90.79.318-91.424 8.927-.636 8.609 39.267 18.57 89.124 22.248 49.857 3.679 90.79-.317 91.425-8.926Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M243.5 36.32c-5.27-5.78-30.57-10.07-60.94-10.07-30.37 0-53.43 3.97-60.14 9.34h-.01s-.13.11-.34.3l-.29.26c-6.87 6.31-67.3 65.56.7 138.64 6.81 8.8 31.12 15.31 60.08 15.31 28.96 0 52.14-6.21 59.57-14.71 0 0 70.73-62.9 1.36-139.07h.01Z" clip-rule="evenodd"/>
6
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M134.23 35.14c0-2.5 21.4-5.5 47.79-5.45 26.39.05 47.78 3.1 47.77 5.61-.01 2.51-21.4 5.5-47.79 5.45-26.39-.05-47.78-3.1-47.77-5.61Zm109.8 46.361c-.99-7.94-5.12-16.25-10.43-22.75-1.05-1.28-2.72-1.86-4.36-1.62l-5.33.78c-3.01.44-4.17 4.13-2.05 6.31 4.79 4.92 11.22 12.36 13.7 19.37.76 2.14 3.11 3.62 5.25 2.84 2.07-.76 3.49-2.74 3.22-4.93Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M168.59 150.929c34.49-.77 66.18 8.34 79.01 6.72l1.19.28a85.12 85.12 0 0 1-11.42 11.67c-7.33 6.18-16.97 8.53-26.55 8.75l-52.98 1.19c-9.59.21-19.32-1.7-26.92-7.55a86.394 86.394 0 0 1-9.76-8.77c3.65-6.38 26.23-11.81 47.44-12.29h-.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M203.92 88.83c-2.17 3.63-3.07 7.91-1.94 1.24.32-1.92.36-3.87.11-5.79-.72-5.47-2.24-15.52-5.33-12.05-.25.28-.37.65-.35 1.02.61 8.47 3.4 16.55-.18 24.82-.65 1.51-1.12 3.1-1.47 4.71-.72 3.33-2.13 7.75-4.14 5.46.72-4.64 3.29-9.44 2.02-14.21-.83-4.55 3.64-11.82 1.17-15.55-.39-.58-1.21-.75-1.77-.33-4.96 3.68-1.02 14.18-3.09 19.6-.29.75-1.18 1.05-1.86.62-3.92-2.48-2.99-9.04-1.94-13.46.06-.27.03-.55-.1-.79-4.84-9.18-6.13 13.25.82 19.31.08.07.14.14.2.22 2.6 3.96-3.91 17.3-7.14 12.57a1.18 1.18 0 0 1-.21-.73c.04-5 3.73-11.65 1.15-15.96-.53-.89-1.86-.83-2.25.13-.93 2.31 1.17 6.86-.99 8.25-1.57-2.07-.14-6.19-.46-8.93-.03-.22 0-.44.06-.64 3.55-10.62-4.77-12.98-2.99-.37.02.17.02.34-.02.5-1.91 8.96 3.33 17.83-.33 26.13-.25.56-.59 1.07-.97 1.55-1.66 2.11-3.1 5.1-4.86 2.04-.29-.51-.14-1.12.3-1.51 3.57-3.11 3.2-22.11-.93-19.13-.81.59-1.23 1.58-1.2 2.59.1 4.19 2.49 13.64-1.56 11.75a1.37 1.37 0 0 1-.74-.84c-2-6.48 1.56-12.67 2.15-19.13.3-2.35-2.06-17.33-4.19-12.84-.33.69-.42 1.45-.36 2.21.41 5.27 2.7 18.18-1.37 5.73-.38-1.33-.69-2.23-.93-2.8-.02-.06-.05-.13-.09-.2-.11-.23-.2-.39-.29-.47-.31-.4-.76-.72-1.39-.4-1.29.64-1.22 1.74-.39 3.22.83 1.48 1.54 3.92 1.74 7.59.16 2.97.57 6.15.72 7.25.09 1.11.15 1.99.16 2.5 0 .16-.04.32-.11.47-2.97 6.02 6.13 17.45 2.85 21.43-.57.69-1.66.55-2.07-.24-1.56-2.94-4.24-5.25-6.02-8.03-3.58-4.19-1.62-12.52-4.94-15.9-.61-.62-1.66-.47-2.03.31-.73 1.52-.25 3.66.52 5.81.54 1.51-1.71 2.42-2.32.94-1.06-2.58-1.33-5.73-1.5-8.48-.07-1.2-.51-2.37-1.34-3.24-4.58-4.78-.74 18.78 8.28 23.49.79.41 1.52.95 2.13 1.6 10.29 10.95 1.25 30.56 11.47 40.11.22.2.5.32.8.32 2.81.06 8.47.6 5.54-3.41-21.19-34.49 31.54-50.77 36.27-79.16.23-1.38-1.6-2.08-2.31-.88v-.02h.01Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M162.19 145.24c-1.05-2.72 3.14-4.82 2.72-9.01-.21-2.13-1.4-3.12-2.79-3.78.13 1.26-.03 2.34-.68 3.12-.57.69-1.66.55-2.07-.24-1.56-2.94-4.24-5.25-6.02-8.03-3.58-4.19-1.62-12.52-4.94-15.9-.61-.62-1.66-.47-2.03.31 4.08 2.71 4.51 9.02.32 10.07-1.23.31-1.96 1.18-2.33 2.29 1.54 2.72 3.44 5.01 5.65 6.16.54.28 1.04.64 1.5 1.03 1.36-.37 2.58-.63 3.35.15 1.29 1.29 1.83 3.57.58 5.5 4.83 11.18-.6 26.82 8.18 35.02.22.2.5.32.8.32 2.81.06 8.47.6 5.54-3.41-5.13-8.35-5.92-15.62-4.12-22.26-1.55-.77-2.96.44-3.65-1.35h-.01v.01Zm41.89-53.4c0-.84-.8-.86-1.33-.78-1.12 2.36-1.55 3.88-1.04.68-.57.53-1.4 1.18-1.64.71-.19-.38-1.22-.66-2.2-.67-.23 2.09-.72 4.18-1.63 6.28l-.67 1.79c-.32.96-.58 1.93-.8 2.92-.72 3.33-2.13 7.75-4.14 5.46.2-1.29.54-2.59.91-3.9-.34-.33-.66-.72-.87-1.19-.74-1.66-1.11-3.69.18-3.87 1.29-.18 2.21-2.03.92-2.77-1.29-.74-1.66-2.77-.37-3.5 1.18-.67.2-3.94-1.93-4.23.15 3.3.38 6.62-.52 8.97-.29.75-1.18 1.05-1.86.62-2.09-1.32-2.8-3.81-2.84-6.52-.7 1.03-1.07 2.22-.78 3.37.45 1.79-.46 1.61-1.29 1.48.78 2.75 1.99 5.23 3.7 6.72.08.07.14.14.2.22.68 1.03.73 2.71.39 4.53.56.77 1.07 1.83 1.07 3.15 0 2.51-.91 3.8.93 5.43 7.18-7.23 13.92-14.58 16.72-22.93-.59-.67-1.11-1.42-1.11-1.98v.01ZM177.48 122c2.09-1.88.63-4.4-1.05-6.07-1.68-1.67-.63-2.72-.42-4.82.13-1.3-1.42-1.63-2.63-1.69.65 4.58 1.45 9.08.14 13.43 1.16.21 2.75.22 3.95-.85h.01Zm-3.05-25.859c.26.69 1.23.85 2.2.83 1.15-4.45.09-7.16-1.18-7.53-.59.92-1.24 2.36-.29 3.19 1.48 1.29-1.29 2.03-.74 3.5l.01.01Zm-18.34.209c.84 1.48 1.54 3.92 1.74 7.59.04.67.08 1.35.14 2.02.81-.07 1.84 1.24 2.79 1.05 1.34-.27 1.43-2.6-.36-2.69-1.79-.09-1.97-2.33-1.52-2.96.45-.63.27-2.87-.81-4.03-.56-.61-.19-1.82.28-2.85-.04-.09-.07-.19-.11-.27-.02-.06-.05-.13-.09-.2-.11-.23-.2-.39-.29-.47-.31-.4-.76-.72-1.39-.4-1.29.64-1.22 1.74-.39 3.22l.01-.01Zm7.02 30.22c.669 0 1.21-.515 1.21-1.15 0-.636-.541-1.15-1.21-1.15-.668 0-1.21.514-1.21 1.15 0 .635.542 1.15 1.21 1.15Zm1.7 1.43c.293 0 .53-.26.53-.58 0-.32-.237-.58-.53-.58-.292 0-.53.26-.53.58 0 .32.238.58.53.58Zm-2.17 1.781c.21 0 .38-.188.38-.42 0-.232-.17-.42-.38-.42s-.38.188-.38.42c0 .232.17.42.38.42Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M122.83 163.649c46.73 11.39 95.53-13.09 127.93-8.27a85.526 85.526 0 0 1-13.4 14.22c-7.33 6.18-15.67 10.84-28.83 12.85-18.59 2.84-23.59-1.95-46.14-.23-21.86 1.67-35.12-9.22-41.18-18.94.28.45 1.06.24 1.61.37h.01Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M120.72 145.59c-.87-1.78-1.68-3.57-2.38-5.42-1.43-3.76-3.65-9.83-4.96-14.55-1.16-4.19-7.05-20.1-1-39.43.56-1.79.3-3.72-.71-5.3-4-6.22 9-14.98 5.12-19.81a.7.7 0 0 1-.08-.1 6.283 6.283 0 0 1-1.43-4.92c.09-.66.12-1.2-.24-1.54-1-.93-3.79 2.47-5.73 5.43-.13.21-.27.41-.43.59-.74.85-2.02 3.04-2.02 3.04h.02c-.87 1.33-1.71 2.93-2.48 4.82-5.98 14.74-12.36 45.48 7.07 77.42l.27.42c1.16 1.63 8.84 12.02 10.5 4.7.28-1.25-.65-3.58-1.52-5.34v-.01Zm7.24-97.869c-.67.79-1.26 1.65-1.77 2.55-1.51 2.66-3.08 8.29-5.43 7.4-1.2-.46-2.6-5.27-2-7.28.6-2.01 5.45-7.81 11.05-8.41 2.1-.23 2.43.68-1.85 5.74Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m118.29 122.461-4.17 2.28c-1.29.71-2.94.22-3.47-1.16-1.8-4.66-1.53-8.49-1.12-10.62.23-1.17 1.21-1.97 2.39-2.18l4.37-.79c2.38-.43 4.48 1.61 4.26 4.02-.15 1.55-.26 3.26-.25 4.77 0 1.49-.71 2.96-2.01 3.68Zm-6.07 11.059c2.19 13.31 11.44 24.15 16.38 27.89.81.61 1.87.67 2.81.28 1.43-.59 1.77-2.69.83-3.92-3.99-5.2-8.94-16.15-10.53-27.19-.29-2.04-2.61-3.23-4.36-2.13l-3.92 2.47c-.88.56-1.37 1.57-1.2 2.6h-.01Z"/>
13
+ </g>
14
+ <defs>
15
+ <clipPath id="a">
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h320v240H0z"/>
17
+ </clipPath>
18
+ </defs>
19
+ </svg>
@@ -0,0 +1,29 @@
1
+ <svg id="tnt-Scene-Radar" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320 83v90c0 13.246-10.754 24-24 24H24c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M160.963 203.369h42.05l-.4-1.33-.4-1.33-9.35-31.04-.8-2.66-10.09-33.57-10.7 35.57-.86 2.92-8.67 28.79-.4 1.33-.4 1.33.02-.01Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M171.504 170.31c7.59 1.41 14.34-1.96 19.59-6.51l-9.23-29.95-10.35 36.47-.01-.01Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M158.623 159.979c1.73 1.72 3.58 3.17 5.52 4.39 9.27 5.78 20.45 5.67 27.13-1 4.86-4.85 6.24-12.1 4.37-19.25-1.21-4.71-3.83-9.35-7.76-13.28-9.95-9.93-24.55-11.45-32.64-3.38-8.09 8.04-6.56 22.64 3.39 32.54v-.02h-.01Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M159.833 158.04c1.73 1.72 3.58 3.17 5.52 4.39 9.27 5.78 20.44 5.67 27.13-1 4.86-4.85 6.24-12.1 4.37-19.25-1.21-4.71-3.83-9.35-7.76-13.28-9.95-9.93-24.55-11.45-32.64-3.38-8.09 8.04-6.56 22.64 3.39 32.54v-.02h-.01Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M165.653 163.85c2.26.94 4.52 1.57 6.77 1.96 6.19-5.8 11.78-12.78 16.4-20.79 1.88-3.28 3.55-6.58 4.98-9.91-2.92-3.89-7.12-7.18-12.25-9.33-12.99-5.39-27.07-1.24-31.47 9.29-4.4 10.51 2.58 23.42 15.57 28.79v-.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M147.504 212.999h66.82v-9.62h-66.82v9.62Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M160.963 203.369h42.05l-.4-1.33h-41.26l-.4 1.33h.01Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m178.353 170.24-7.07 31.81-7.57 1.38V213h-16.22v-9.62l13.67-.67 10.12-33.7 7.07 1.22v.01Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color22)" d="m174.453 168.529-11.53 34.18-12.88 1.24v9.05h-2.55v-9.62l13.87-1.34 10.33-34.37h3.43l-.66.86h-.01Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M195.114 142.759s3.24 13.69-5.1 18.61c0 0 5.91-8.33 4.57-18.44-1.35-10.11.54-.17.54-.17h-.01Zm5.45 59.22-10.78-37.12-.2.22 7.71 36.76.02.21"/>
13
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M188.074 145.819c50.26-34.42 79.15-79.62 64.55-100.94-14.6-21.32-67.18-10.7-117.44 23.72-50.25 34.43-79.15 79.62-64.55 100.94 14.6 21.32 67.18 10.7 117.44-23.72Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M185.164 143.209c50.26-34.42 79.15-79.62 64.55-100.94-14.6-21.32-67.17-10.69-117.43 23.74-50.26 34.41-79.16 79.6-64.55 100.92 14.6 21.32 67.18 10.7 117.44-23.72h-.01Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M218.353 110.769s-6.43 4.63-18.88 7.23c1.1-1.41 2.07-2.99 2.73-4.71 0 0 1.02-2 .6-3.3 18.47-34.45 8.66-71.92 8.66-71.92l-1.81 3.85c6.54 39.11-5.31 64.32-7.02 67.69-.48-.76-1.69-1.1-4.36-.25 0 0-4.51 1.1-16.08 10.35h-1.7v-.93h-2.07l-.88.72-.65-.72v-1.46l-3.16-.55-6.43 6.07 1.7.66h3.54l1.74-2.15s.99 3.16 5.02.11l3.11-.11s-8.23 8.28-3.87 9.71c0 0 .42 0 1.15-.1-29.32 21.85-61.32 28.88-80.81 31.11-1.6-1.29-2.99-2.76-4.14-4.44-9.65-14.08-.29-38.59 21.66-63.53 4.49 2.99 25.49 16.6 47.99 24.67l-46.62-26.21c11.07-12.29 25.17-24.64 41.53-35.85 14.51-9.94 29.21-17.88 43.14-23.66-19.82 5.14-42.77 15.78-65.27 31.19-50.28 34.42-79.19 79.6-64.58 100.92 10.38 15.16 39.99 14.17 74.3-.07-19.3 5.01-35.6 4.8-45.59-1.31 52.46-9.32 75.52-28.88 80-33.12 2.47-.56 6.18-1.89 9.54-5.18 0 0 4.57-2.61 8.13-6.9 6.61-1.13 14.18-3.03 21.02-6.23 0 0 3.76-.02 3.76-3.68 0 0-3.01-3.05-5.41 2.07l.01.03Zm-36.87 9.51h-.02.03-.01Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m114.454 60.509-.27 5.3.92 27.12-3.25-3.67-1.02-25.12-1.87-1.09 5.38-4.38.1 1.85.01-.01Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m129.103 51.709-4.6-.56c.94-.87 1.76-1.68 2.4-2.4l3.96-3.11 78.79-3.73 1.81-3.85-79.43 3.77s-.48-.03-2.83 2.26l-.18.21c-.04-.07-.09-.14-.15-.21l-9.51-11.42c.01.23.02.44-.05.66-1.09 3.86-11.83 11.72-15.57 13.77-1.49.82-3.28 1.8-4.99 1.87l8.72 10.72-4.95 3.99-26.87 101.84h4.21l27.04-100.82 7.54-5.66-.19-.18c2.02-1.18 4.21-2.73 6.26-4.34h.49l4.51-.72 95.69 58.14 2.91-3.06-95.01-57.17Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M168.054 124.139c6.24-4.27 9.64-10.14 7.62-13.11-2.03-2.96-8.74-1.91-14.98 2.36-6.23 4.27-9.64 10.14-7.62 13.11 2.03 2.97 8.74 1.91 14.98-2.36Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M167.954 123.459c5.17-3.54 8.37-7.83 7.16-9.59-1.2-1.76-6.37-.32-11.54 3.21-5.17 3.54-8.37 7.83-7.16 9.59 1.21 1.76 6.37.33 11.54-3.21Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M168.113 116.26c-3.66-5.86-7.35-11.68-10.94-17.57-.22-.36-.43-.72-.74-1.01-.67-.64-1.9-.65-2.79-.68a6.84 6.84 0 0 0-1.96.24c-.61-1.45-1.21-2.9-1.83-4.35l-1.44-3.43c-.23-.53-.5-1.85-.94-2.24-.96-.82-2.58-.16-3.53.34-.52.27-1.04.59-1.42 1.04-.21.24-1.21 1.93-.92 2.23 2.45 2.48 4.81 5.07 7.22 7.61.15.15.28.3.43.45-.76 1.04-1.3 2.58-.91 3.71.14.41.4.77.66 1.13 1.54 2.1 3.09 4.19 4.61 6.31 3.11 4.31 6.21 8.62 9.31 12.94 1.46-.07 2.93-.41 4.13-1.21 1.08-.72 2.08-1.71 2.31-3 .19-1.05-.74-1.69-1.26-2.52l.01.01Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color22)" d="m129.103 53.13 28.62 17.28-29.2-17.13-.05-.03-.06-.02-2.53-.79 3.22.69Zm-.26-8.77.21.27-.07.19c-.27.69-1.28 2.42-4.85 6.02l-.46.46-.43.43-9.46-11.62c.16-.15.37-.34.61-.57.58-.55 1.36-1.32 2.15-2.18.79-.86 1.6-1.82 2.24-2.75.39-.57.73-1.16.96-1.72l9.1 11.47Zm80.91-4.54-77.93 3.58h-.1l-.09.04-1.95.89 2.81-2.01 77.24-2.6v.1h.02Zm-95.44 18.95-5.57 4.18 2.09 1.19 2.55 1.36 1.03 26.53.55.47-.64-33.72-.01-.01Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m111.983 64.739.37 24.5-1.33-25.03.96.53Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M144.344 87.5s1.29-.7 2.98-.35l4.89 10.14s2.79-1.36 4.55 1.36c1.77 2.72 13.07 19.84 13.07 19.84s-.29 1.25-1.63 2.36c-.47.39-14.43-22.92-16.61-22.89l-5.38-9.19-1.87-1.27Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m144.344 87.5.11-.05 2.18.5 5.01 10.04 3.73 1.16 13.9 20.659-1.01 1.47-14.1-20.54-3.35-2.03-5.32-9.41-1.15-1.79v-.01Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M168.124 123.229h-.62l-3.12-.4s4.41-1.09 5.46-4.34l-.73-1.09-.24-.37 5.59.21s-2.56 3.85-6.34 6v-.01Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m100.684 49.85 8.14 11.1-4.46 3.17-27.06 100.87 28.07-100.68 4.42-3.41 1.71-.58-1.78.29-9.06-12.14-.89.24.9 1.15.01-.01Zm12.84-10.45 9.89 12.32 5.44 1.25 95.84 57.519-96.13-56.91-6.12-.89-9.65-12.62"/>
27
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M99.413 49.08c-2.2-.07.3-3.93 5.63-8.64 5.36-4.77 11.58-8.63 13.87-8.61h.06c2.2.07-.31 3.93-5.63 8.65-5.38 4.77-11.59 8.61-13.88 8.61h-.06l.01-.01Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m209.153 204.199.06 8.2 2.83.05v-8.24h-2.89v-.01Z"/>
29
+ </svg>
@@ -0,0 +1,31 @@
1
+ <svg id="tnt-Scene-RoadMap" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M244.72 98.772c-.524-1.133-1.445-2.737-2.407-3.947l3.51-35.763H53.015l1.673 35.503a458.47 458.47 0 0 0-6.097 3.727l-.001.017-.004-.016c-5.2 3.241-10.188 6.544-10.54 7.498-.75 2.036-8.735 40.501-9.356 43.295 0 0-6.618 47.136-6.584 47.831 1.048.126 4.426.083 4.426.083l23.79-.083-1.46-42.007s.213-.959 7.28-10.22c.295-.388.58-.768.853-1.136l.747 15.819a7.605 7.605 0 0 0 .164 1.237 7.784 7.784 0 0 0 .353 1.148l3.028 7.499c.14.38.306.743.501 1.088a7.498 7.498 0 0 0 2.27 2.459 8.635 8.635 0 0 0 3.23 1.35c1.195.237 2.493.258 3.84.021l146.247-25.76c1.9 2.613 3.628 4.704 4.29 5.416 1.417 1.526 4.577 3.488 4.904 4.904.328 1.418 5.667 9.045 8.282 15.911 1.455 3.818 4.136 9.733 8.401 22.358l33.813-.072c-3.578-7.079-6.443-12.678-7.231-14.004-2.398-4.032-7.847-16.129-8.173-19.507-1.09-7.411-2.711-7.771-3.582-8.533-.872-.763-1.888-3.377-2.632-5.661-.666-2.044.456-5.25.347-7.648-.109-2.397.505-7.153.744-10.742.109-1.635-.327-13.949-1.852-16.129-1.526-2.18-3.315-11.264-4.405-13.552-1.089-2.289-3.491-2.82-5.561-2.384Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M69.414 113.044c.16 1.193-1.45 3.136-2.431 4.194-1.19-.78-2.276-1.718-3.272-2.73-2.545-2.58-4.825-5.627-6.198-8.985-.137-.336-.239-.7-.21-1.095 5.998-3.738 12.276-7.395 12.276-7.395l7.392 1.555s.782 1.517.308 4.013c-.475 2.496-8.094 8.734-7.865 10.441v.002Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M66.773 117.462c-1.512-.566-2.352-1.767-3.063-2.954-.008-.013-.023-.023-.034-.035.47-.149.825-.56 1.045-1.005.236-.476.355-1 .559-1.491.204-.492.518-.97 1.001-1.191.16-.072.348-.125.433-.279.196-.348-.304-.965-.48-1.242-.274-.431-.573-.851-.8-1.311-.147-.296.245-.563.475-.326.297.308.598.629.688.757.474.668 1.19 1.168 1.915.502.267-.244.454-.562.683-.843.14-.172.3-.331.417-.52.093-.152.159-.321.236-.483.38-.806 1.048-1.463 1.35-2.302.385-1.063-.065-1.869-.314-2.876a7.327 7.327 0 0 1-.229-1.837c.003-.266.044-.567.26-.72.198-.136.486-.086.661.078.378.35.243 1.028.532 1.454.222.33.655.472 1.042.433.36-.036.657-.254.89-.518.544-.613.807-1.478 1.108-2.224.04-.1.08-.2.122-.3l1.705.359s.782 1.516.308 4.013c-.475 2.496-8.094 8.734-7.865 10.441.16 1.194-1.66 3.36-2.642 4.419l-.003.001Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M61.056 113.519c.095.002.184.05.266.1.354.216.684.477 1.053.666.105.053.216.102.33.14.326.351.662.692 1.008 1.025.866.831 1.795 1.61 2.797 2.279l-.256.254s.033.115.102.274c-.844.811-1.628 1.684-2.408 2.453-.468.463-.948.92-1.474 1.319a3.91 3.91 0 0 1-.214.152c-.077.052-.082.059-.127.082a2.6 2.6 0 0 1 .05-.22c.088-.3.194-.606.368-.857.339-.489.817-.851 1.24-1.265.447-.438.848-.941.937-1.582a2.05 2.05 0 0 0-.823-1.968c-.53-.384-1.164-.57-1.667-.991a6.485 6.485 0 0 1-1.332-1.527c-.036-.055-.07-.115-.062-.18.01-.095.115-.159.21-.157l.002.003Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M254.031 35.94c.939 0 1.808.25 2.576.694.768.443 1.431 1.075 1.966 1.856a7.993 7.993 0 0 1 1.172 2.726c.237 1.023.316 2.137.202 3.31l-9.818 100.047a9.579 9.579 0 0 1-.773 2.914 10.69 10.69 0 0 1-1.571 2.546 9.283 9.283 0 0 1-2.15 1.909c-.791.501-1.642.852-2.515 1.005L80.234 181.639c-1.37.241-2.69.219-3.906-.022a8.806 8.806 0 0 1-3.288-1.374 7.636 7.636 0 0 1-2.308-2.502 7.533 7.533 0 0 1-.966-3.401l-5.74-127.932a10.548 10.548 0 0 1 .706-4.336 10.603 10.603 0 0 1 2.295-3.564 10.85 10.85 0 0 1 3.507-2.401 10.866 10.866 0 0 1 4.336-.865l179.165.703-.004-.005Zm-4.205 108.686 9.801-100.096a10.75 10.75 0 0 0 .03-1.629 8.905 8.905 0 0 0-.223-1.523 8.522 8.522 0 0 0-.452-1.382 6.917 6.917 0 0 0-.663-1.212 6.33 6.33 0 0 0-.852-1.005 5.218 5.218 0 0 0-2.185-1.25 4.789 4.789 0 0 0-1.286-.172l-179.112-.584a10.459 10.459 0 0 0-4.126.825 9.978 9.978 0 0 0-1.79.984c-.558.386-1.08.82-1.55 1.303s-.891 1.014-1.26 1.58a10.073 10.073 0 0 0-.926 1.813 9.786 9.786 0 0 0-.544 1.997 10.383 10.383 0 0 0-.127 2.129l5.688 127.852c.026.597.123 1.172.276 1.712a6.83 6.83 0 0 0 .641 1.527 7.278 7.278 0 0 0 2.199 2.384 8.13 8.13 0 0 0 1.47.803 8.68 8.68 0 0 0 1.66.504c.579.115 1.184.18 1.808.185a10.61 10.61 0 0 0 1.913-.163l162.934-28.607a6.208 6.208 0 0 0 1.229-.356c.404-.162.79-.364 1.168-.601a8.375 8.375 0 0 0 1.079-.816c.343-.303.668-.641.97-1.001.303-.36.58-.746.83-1.154.25-.409.474-.83.667-1.273.193-.444.351-.896.474-1.361.123-.465.211-.939.259-1.418"/>
8
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M73.37 179.879a7.236 7.236 0 0 1-2.199-2.383 7.214 7.214 0 0 1-.917-3.239L64.57 46.404a10.16 10.16 0 0 1 .672-4.13 10.055 10.055 0 0 1 2.18-3.393c.47-.482.989-.921 1.55-1.303a10.729 10.729 0 0 1 1.791-.983 10.054 10.054 0 0 1 1.988-.615c.694-.14 1.405-.21 2.138-.21l179.107.583a4.84 4.84 0 0 1 2.449.658c.365.211.707.466 1.019.764.311.299.597.632.851 1.005.255.373.479.777.663 1.212.184.434.338.895.452 1.382a9.69 9.69 0 0 1 .193 3.151l-9.801 100.097a9.135 9.135 0 0 1-.259 1.418 9.64 9.64 0 0 1-.474 1.36 9.947 9.947 0 0 1-.667 1.273 9.582 9.582 0 0 1-1.799 2.155 8.646 8.646 0 0 1-1.08.816 7.013 7.013 0 0 1-1.167.602c-.4.158-.812.281-1.229.355L80.221 181.209c-.65.114-1.29.167-1.913.162a9.69 9.69 0 0 1-1.809-.184 8.515 8.515 0 0 1-1.659-.505"/>
9
+ <path fill="var(--sapContent_Illustrative_Color17)" d="m243.861 34.84-172.704-.957c-.21 0-.426 0-.632.013-.21.013-.417.026-.623.053a9.893 9.893 0 0 0-1.216.21 9.586 9.586 0 0 0-1.005.29 22.29 22.29 0 0 0-.487.18c-.158.066-.316.132-.474.202a9.227 9.227 0 0 0-.36.175c-.119.062-.237.123-.351.19a8.837 8.837 0 0 0-.676.417c-.101.065-.198.135-.299.205a12.279 12.279 0 0 0-.57.44c-.093.078-.185.153-.272.236-.088.08-.176.158-.26.242-.083.083-.17.167-.25.25a10.059 10.059 0 0 0-.473.527l-.238.29a4.795 4.795 0 0 0-.223.298c-.07.1-.145.202-.215.307a11.996 11.996 0 0 0-.426.693 11.106 11.106 0 0 0-.395.79 9.308 9.308 0 0 0-.5 1.396c-.093.338-.172.68-.229 1.027a10.103 10.103 0 0 0-.123 2.155l5.754 122.107c.01.215.031.431.057.641.027.211.062.417.11.619.044.202.097.404.158.597.062.193.127.386.202.571l3.173 7.86a6.317 6.317 0 0 1-.21-.597 7.087 7.087 0 0 1-.272-1.264 8.366 8.366 0 0 1-.058-.667l-5.75-127.927c-.017-.386-.012-.772.01-1.15a10.364 10.364 0 0 1 .368-2.203 10.314 10.314 0 0 1 .531-1.47c.062-.14.132-.281.198-.422a11.936 11.936 0 0 1 .448-.808 8.753 8.753 0 0 1 .443-.658l.237-.316c.079-.105.162-.206.25-.307.079-.097.162-.189.246-.28.083-.093.167-.185.254-.273l.264-.263a7.26 7.26 0 0 1 .272-.255c.092-.083.189-.167.285-.25.097-.08.198-.162.294-.237.097-.075.202-.154.303-.228.101-.075.206-.145.312-.215a5.91 5.91 0 0 1 .35-.224 5.96 5.96 0 0 1 .36-.21c.124-.071.246-.137.37-.198.122-.062.25-.128.377-.185.162-.074.329-.149.496-.215a10.412 10.412 0 0 1 1.031-.36c.176-.052.356-.096.531-.14.206-.048.417-.092.632-.127.21-.035.426-.07.641-.093a10.615 10.615 0 0 1 1.317-.074l179.164.702-10.173-1.102.026-.008Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M254.031 35.94c.939 0 1.808.25 2.576.694.768.443 1.431 1.075 1.966 1.856a7.993 7.993 0 0 1 1.172 2.726c.237 1.023.316 2.137.202 3.31l-9.818 100.047a9.579 9.579 0 0 1-.773 2.914 10.69 10.69 0 0 1-1.571 2.546 9.283 9.283 0 0 1-2.15 1.909c-.791.501-1.642.852-2.515 1.005L80.234 181.639c-1.37.241-2.69.219-3.906-.022a8.806 8.806 0 0 1-3.288-1.374 7.636 7.636 0 0 1-2.308-2.502 7.533 7.533 0 0 1-.966-3.401l-5.74-127.932a10.548 10.548 0 0 1 .706-4.336 10.603 10.603 0 0 1 2.295-3.564 10.85 10.85 0 0 1 3.507-2.401 10.866 10.866 0 0 1 4.336-.865l179.165.703-.004-.005Zm-4.205 108.686 9.801-100.096a10.75 10.75 0 0 0 .03-1.629 8.905 8.905 0 0 0-.223-1.523 8.522 8.522 0 0 0-.452-1.382 6.917 6.917 0 0 0-.663-1.212 6.33 6.33 0 0 0-.852-1.005 5.218 5.218 0 0 0-2.185-1.25 4.789 4.789 0 0 0-1.286-.172l-179.112-.584a10.459 10.459 0 0 0-4.126.825 9.978 9.978 0 0 0-1.79.984c-.558.386-1.08.82-1.55 1.303s-.891 1.014-1.26 1.58a10.073 10.073 0 0 0-.926 1.813 9.786 9.786 0 0 0-.544 1.997 10.383 10.383 0 0 0-.127 2.129l5.688 127.852c.026.597.123 1.172.276 1.712a6.83 6.83 0 0 0 .641 1.527 7.278 7.278 0 0 0 2.199 2.384 8.13 8.13 0 0 0 1.47.803 8.68 8.68 0 0 0 1.66.504c.579.115 1.184.18 1.808.185a10.61 10.61 0 0 0 1.913-.163l162.934-28.607a6.208 6.208 0 0 0 1.229-.356c.404-.162.79-.364 1.168-.601a8.375 8.375 0 0 0 1.079-.816c.343-.303.668-.641.97-1.001.303-.36.58-.746.83-1.154.25-.409.474-.83.667-1.273.193-.444.351-.896.474-1.361.123-.465.211-.939.259-1.418"/>
11
+ <g opacity=".5">
12
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M95.454 35.836c-20.445 50.548-9.886 105.62 24.427 138.409l-4.271.749C81.9 141.229 71.841 86.268 91.682 35.824l3.772.012Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M108.504 35.879C86.246 85.69 96.591 141.22 131.989 172.118l-1.663.292c-35.13-31.341-45.234-86.793-23.26-136.536l1.438.005Zm39.567.129a104.163 104.163 0 0 0-4.499 7.655c-23.366 43.955-10.711 95.48 26.988 115.522a68.563 68.563 0 0 0 10.135 4.381l-6.691 1.175a72.483 72.483 0 0 1-5.093-2.456l-.927-.501c-38.738-21.315-51.197-74.006-28.069-118.706l.557-1.063a106.535 106.535 0 0 1 3.455-6.02l4.144.013Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M175.642 36.098c-4.944 5.097-9.318 11.044-12.889 17.761-18.052 33.958-8.319 73.874 20.94 89.429 21.311 11.329 47.54 6.841 67.194-9.552l-.299 3.056c-20.046 15.759-46.291 19.933-67.924 8.434l-.713-.386c-29.76-16.376-39.332-56.855-21.564-91.195l.428-.816a80.56 80.56 0 0 1 11.826-16.741l3.001.01Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M214.434 36.224c-12.978 3.06-25.215 12.223-32.573 26.063-12.588 23.682-5.84 51.549 14.588 62.409 19.025 10.114 43.636 2.139 57.098-18.131l-.263 2.683c-14.024 19.278-38.338 26.773-57.453 16.611l-.495-.267c-20.491-11.276-27.177-39.043-15.225-62.786l.588-1.137c6.684-12.573 17.362-21.434 29.053-25.46l4.682.015Zm23.514.076a38.627 38.627 0 0 1 4.426 2.009l.494.266c6.862 3.776 12.175 9.401 15.759 16.105l-.241 2.465c-3.536-7.472-9.169-13.708-16.63-17.674a37.134 37.134 0 0 0-8.221-3.185l4.413.015Z"/>
16
+ </g>
17
+ <path fill="var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" d="M253.996 36.353a4.836 4.836 0 0 1 2.449.658c.364.211.707.466 1.019.764.311.299.597.632.851 1.005.255.373.478.778.662 1.212.185.434.338.895.452 1.382a9.681 9.681 0 0 1 .194 3.151l-9.801 100.097a9.114 9.114 0 0 1-.259 1.418 9.85 9.85 0 0 1-.473 1.36c-.189.439-.418.865-.668 1.273a9.582 9.582 0 0 1-1.799 2.155c-.343.303-.707.58-1.08.817a7.084 7.084 0 0 1-1.167.601c-.4.158-.813.281-1.23.356L80.222 181.209a10.69 10.69 0 0 1-1.915.162 9.693 9.693 0 0 1-1.808-.184 8.63 8.63 0 0 1-1.47-.431l.004-.008a9.445 9.445 0 0 1-.355-.16l-1.64-.953a7.424 7.424 0 0 1-.905-.826 7.036 7.036 0 0 1-1.602-2.84 7.231 7.231 0 0 1-.277-1.712L64.57 46.404a10.162 10.162 0 0 1 .67-4.13 10 10 0 0 1 2.183-3.393c.47-.482.988-.921 1.55-1.303a10.732 10.732 0 0 1 1.79-.983 10.052 10.052 0 0 1 1.988-.614 10.682 10.682 0 0 1 2.137-.212l179.108.584Zm-178.49.142c-.725 0-1.427.07-2.113.208l-.508.116c-.503.128-.989.29-1.458.491-.624.27-1.215.595-1.77.972a9.922 9.922 0 0 0-1.531 1.29l-.34.365a9.943 9.943 0 0 0-1.816 2.987l-.17.48c-.16.484-.284.98-.369 1.494a10.296 10.296 0 0 0-.125 2.109l5.619 126.378a7.15 7.15 0 0 0 .273 1.692 6.931 6.931 0 0 0 1.583 2.807 7.3 7.3 0 0 0 .895.816l.354.205 1.428.831a8.399 8.399 0 0 0 1.64.499c.429.085.874.143 1.329.168l.458.014a10.52 10.52 0 0 0 1.892-.16l161.046-28.278c.309-.055.616-.137.916-.241l.299-.11a6.922 6.922 0 0 0 1.153-.595c.277-.175.549-.373.81-.587l.258-.219c.253-.225.498-.469.73-.727l.229-.263c.221-.27.432-.549.628-.842l.192-.298c.185-.303.358-.616.512-.936l.147-.323c.14-.325.265-.661.37-1.002l.099-.343c.091-.345.162-.695.213-1.048l.043-.353 9.687-98.942c.042-.413.058-.819.048-1.215l-.018-.394a9.517 9.517 0 0 0-.143-1.14l-.077-.366a8.412 8.412 0 0 0-.317-1.039l-.131-.327a6.795 6.795 0 0 0-.472-.915l-.183-.282a6.225 6.225 0 0 0-.842-.995 5.218 5.218 0 0 0-.74-.59l-.265-.164a4.796 4.796 0 0 0-2.093-.64l-.328-.01-177.042-.578Z" clip-rule="evenodd"/>
18
+ <ellipse cx="219.739" cy="84.268" fill="var(--sapContent_Illustrative_Color27)" rx="26.887" ry="30.568" transform="rotate(28.383 219.739 84.268)"/>
19
+ <ellipse cx="220.089" cy="84.42" fill="var(--sapContent_Illustrative_Color26)" rx="21.47" ry="24.601" transform="rotate(28.383 220.089 84.42)"/>
20
+ <ellipse cx="182" cy="61.521" fill="var(--sapContent_Illustrative_Color17)" rx="7.763" ry="8.242" transform="rotate(28.383 182 61.521)"/>
21
+ <ellipse cx="162.117" cy="123.556" fill="var(--sapContent_Illustrative_Color9)" rx="10.541" ry="11.707" transform="rotate(46.132 162.117 123.556)"/>
22
+ <ellipse cx="112.573" cy="148.163" fill="var(--sapContent_Illustrative_Color1)" rx="8.849" ry="10.283" transform="rotate(58.77 112.573 148.163)"/>
23
+ <ellipse cx="89.867" cy="128.894" fill="var(--sapContent_Illustrative_Color11)" rx="12.804" ry="14.835" transform="rotate(65.41 89.867 128.894)"/>
24
+ <ellipse cx="129.935" cy="79.171" fill="var(--sapContent_Illustrative_Color16)" rx="17.105" ry="18.137" transform="rotate(59.093 129.935 79.171)"/>
25
+ <ellipse cx="114.112" cy="68.474" fill="var(--sapContent_Illustrative_Color15)" rx="8.001" ry="8.471" transform="rotate(67.093 114.112 68.474)"/>
26
+ <path fill="var(--sapContent_Illustrative_Color31)" d="m29.238 212.897 7.816-56.786c.632-2.84 8.756-41.98 9.52-44.052.358-.971 5.432-4.332 10.724-7.629.225.903.595 1.772 1.018 2.597.59 1.148 1.302 2.233 2.066 3.275.686.936 1.435 1.814 2.166 2.713 1.295 1.594 1.392 1.466 1.643 2.108-.057.739 1.703 2.197 1.884 2.527.18.329.619 1.899 1.726 1.518s4.743-7.525 5.445-8.61c.702-1.085 13.346-15.349 16.79-7.818 3.444 7.53-6.449 14.072-8.367 16.184-1.917 2.112-4.333 5.68-6.632 12.708-2.299 7.029-2.864 10.58-10.055 20.003-7.19 9.423-7.407 10.398-7.407 10.398l1.767 50.862H29.236l.002.002Z"/>
27
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M61.055 113.521a.54.54 0 0 1 .266.1c.355.216.684.476 1.053.665.37.191.798.31 1.202.216.039-.008.074-.022.11-.035.494-.189.494.212.494.588 0 .865 1.794 2.365 1.896 2.572.102.208.209.471.278.63-.845.811-1.629 1.684-2.408 2.453-.468.463-.948.92-1.475 1.319a3.91 3.91 0 0 1-.214.152c-.077.052-.082.059-.127.082a2.6 2.6 0 0 1 .05-.22c.089-.3.194-.606.368-.857.34-.489.818-.851 1.24-1.265.447-.438.848-.941.937-1.582a2.05 2.05 0 0 0-.822-1.968c-.53-.384-1.164-.57-1.667-.991a6.49 6.49 0 0 1-1.333-1.527c-.035-.055-.069-.115-.062-.18.01-.095.115-.159.21-.157l.004.005Zm-18.297 99.375c-.15-2.908-1.31-8.077-.907-10.965.786-5.636 2.393-11.111 3.486-16.689.55-2.807.855-5.654 1.406-8.463.56-2.859 1.207-5.728 2.077-8.51 1.37-4.381 3.46-8.47 6.303-12.075 1.45-1.838 3.053-3.55 4.722-5.19 1.643-1.615 3.068-3.255 4.174-5.293 2.24-4.121 3.206-8.774 4.81-13.147 1.634-4.45 3.985-8.5 7.123-12.057 1.542-1.748 3.204-3.383 4.865-5.015 1.577-1.548 4.444-3.461 5.641-5.341.943-1.481 1.065-2.859.62-4.835a19.057 19.057 0 0 0-1.536-4.421c1.916-.55 3.567-.186 4.498 1.847 3.444 7.531-6.449 14.073-8.367 16.185-1.917 2.111-4.333 5.679-6.632 12.708-2.3 7.029-2.864 10.58-10.055 20.003-7.19 9.423-7.407 10.398-7.407 10.398l1.767 50.861H42.76l-.002-.001Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M238.394 165.928c.333 1.442 5.766 9.204 8.427 16.19 1.761 4.621 5.258 12.156 11.172 30.749h35.85c-5.387-10.708-10.342-20.496-11.427-22.322-2.44-4.103-7.984-16.411-8.317-19.849-1.109-7.54-2.757-7.906-3.644-8.682-.887-.776-1.921-3.436-2.678-5.76-.677-2.08.465-5.342.354-7.782-.111-2.439.513-7.279.757-10.93.111-1.664-.333-14.194-1.885-16.411-1.553-2.218-3.372-11.46-4.481-13.789-1.109-2.328-3.552-2.869-5.659-2.425-.666-1.442-1.964-3.631-3.184-4.851-1.219-1.22-2.216-1.345-3.435-1.566-.976-.178-2.501.426-2.982.808-.517-.974-1.471-2.377-2.374-3.385-1.314-1.466-5.104-1.213-6.494-.629-1.216.492-3.335 3.226-4.063 4.42l3.746 9.995.317-.776c.444.592.77.857 1.036 1.744.333 1.109.252 3.69-.303 2.913l-.012-.017a10.417 10.417 0 0 1-1.42-2.785l-3.393-11.122c-.246-.866-.557-1.394-.676-1.71-.468-1.25-1.774-2.883-2.994-7.097-1.22-4.214-4.066-15.182-4.945-15.703-1.617-.96-3.047-.389-4.591 1.111-2.029 1.97 0 11.598 0 14.592 0 3.598 1.635 9.758 3.631 15.746 1.996 5.987 2.071 6.598 2.071 8.923-.556-1.938-1.705-4.083-4.699-8.186-2.994-4.103-5.935-3.029-7.377-1.92-1.442 1.109 1.162 6.727 1.162 8.168 0 1.442.555 5.877 1.775 9.758 1.219 3.881 2.217 8.982 2.217 11.643 0 2.662.777 4.658 3.216 10.535 2.44 5.876 8.871 13.86 10.312 15.413 1.442 1.552 4.658 3.548 4.99 4.989Z"/>
29
+ <path fill="var(--sapContent_Illustrative_Color9)" d="m85.305 110.119-1.14-.593a5.997 5.997 0 0 1-2.478-2.416l-.617-1.115s3.905-8.222 8.209-4.707c4.756 3.885-3.974 8.831-3.974 8.831ZM222.529 79.62c.361 1.03 1.288.773 2.216.773 1.401-.289 2.336-.842 2.628-1.082-.361-1.134-1.34-3.886-1.752-4.587-.516-.876-2.062-.412-2.783 0-.721.413-1.082 1.34-1.082 1.598s.412 2.267.773 3.298Zm-2.421 30.249-3.659 2.834h-.876c-.361-1.305-1.134-4.246-1.34-5.565-.258-1.649.618-2.061 1.598-2.371.979-.309 3.143.876 3.658 1.443.412.454.584 2.628.619 3.659Z"/>
30
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M263.953 166.233c-.411-1.751 3.916.206 5.153 0 3.741.679 4.74 9.785 4.225 9.687-.515-.103-8.965-7.935-9.378-9.687Zm-12.15-45.18c1.776-1.066 2.486 2.841 4.617 4.972 2.131 2.131 5.684-1.243 7.282 0 1.599 1.243 2.309 20.068 1.421 21.135-.71.852-3.019 3.553-4.085 4.796-.769-.711-2.415-2.665-2.841-4.796-.533-2.664-3.908-6.216-5.329-6.038-1.136.143.474 7.282 1.421 10.834-.592-.829-2.273-3.552-4.262-7.815 0-3.019-11.722-16.873-11.544-18.116.177-1.243 3.907 0 5.15 0 1.243 0 6.394-3.907 8.17-4.972Zm-30.127-12.377c.999-1.129 1.39.39 3.257 2.996 1.867 2.605 2.432 5.601 2.433 7.642 0 2.041.043 4.994 0 5.82-.044.825-.088 6.079-.609 6.687-.521.608 0 4.559 0 4.82 0 .261-1.52-3.343-.999-4.082.521-.738-.167-2.287-.298-2.851-.129-.566.761-4.583.563-6.379-.159-1.443-.568-2.148-.785-4.015-.218-1.867-2.563-3.951-3.301-4.689s-.67-5.484-.261-5.949Zm36.393-3.866c.246.406.79 1.39.999 2.084.26.869 1.086 5.689 1.433 7.078.348 1.39 2.605 4.951 2.258 4.734-.348-.218-2.041-2.215-2.605-3.083-.565-.869-1.477-3.995-1.868-5.515 0-1.598-.955-4.053-1.433-5.081l1.216-.217Zm-9.641-5.993c.869 1.94 2.65 5.985 2.823 6.645.217.825.13 3.865.304 4.646.174.782 2.128 4.168.999 3.083s-3.431-7.469-4.343-11.291c-.174-.688-.709-2.024-.955-2.605l1.172-.478Zm-14.114.913c.999-.797 3.056-2.345 3.3-2.172.304.217.607.39.303 1.172.131 1.65 1.824 4.778 2.476 6.689.521 1.529-.782 8.033-.738 6.643.043-1.389-1.205-3.064-1.205-3.064l-.836 1.545c-.71-2.316-2.181-7.096-2.389-7.687-.209-.59-.694-2.331-.911-3.127Z"/>
31
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg id="tnt-Scene-Secrets" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M127.725 63.295s.093.06.136.094a1.315 1.315 0 0 1-.213-.17c.026.025.043.05.077.068v.008Zm.756.503c-.077-.043-.145-.086-.221-.128.068.042.144.085.221.128Zm.645.323s.026 0 .034.017a.114.114 0 0 1-.051-.017h.017Zm.969.333-.136-.043c.042.017.093.026.136.043Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320 83v90c0 13.246-10.754 24-24 24H24c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color21)" d="m122.155 189.041 71.84-7.37 10.95-1.68.29-.03.92-.09c.59-.06 1.03-.15 1.31-.26.3-.11.44-.25.43-.4 0-.15-.16-.32-.45-.49-.3-.16-.74-.34-1.32-.51l-46.64-13.55c-.55-.16-1.19-.3-1.89-.42-.69-.12-1.44-.22-2.19-.3-.75-.07-1.51-.12-2.24-.14-.72-.02-1.41 0-2.01.04l-5.06.38-.44.03-2.89.22-2.29.17-23.39-6.99c-3.26-.98-7.18-1.85-11.46-2.58-4.28-.74-8.93-1.34-13.7-1.8-4.77-.45-9.63-.75-14.37-.86-4.73-.11-9.32-.05-13.45.24l-2.9.2c-4.18.28-7.51.75-10 1.37-2.49.62-4.09 1.37-4.76 2.23-.67.86-.41 1.81.86 2.8 1.27 1 3.53 2.03 6.85 3.06l23.05 7.14-4.34.33c-.85.06-1.53.17-2.03.3-.46.12-.76.28-.9.45-.03.02-.06.03-.08.05l-.28.16-.65.37s-.09.05-.13.07c-.03.01-.06.03-.09.05l-.08.04s-.04.02-.05.03c-.08.05-.19.11-.28.16l-.43.25-.09.05c-.04.03-.11.06-.16.09l-1 .57s-.02.02-.03.02c-.12.07-.27.16-.39.22-.16.1-.27.2-.31.31-.04.11 0 .22.1.34.1.12.27.24.52.36.24.12.56.25.94.37l43.99 14.03c.68.22 1.49.41 2.37.56.88.16 1.84.28 2.81.37.97.09 1.95.14 2.89.15.94 0 1.83-.02 2.63-.11m-31.62-20.6-23.12-7.11c-1.84-.56-3.09-1.14-3.78-1.69s-.82-1.08-.42-1.56c.39-.48 1.32-.91 2.74-1.26 1.42-.35 3.33-.62 5.72-.79l2.89-.2c2.38-.17 5-.21 7.71-.16 2.7.06 5.49.22 8.22.47 2.73.25 5.37.58 7.81 1 2.44.41 4.64.9 6.46 1.45l23.31 7.02-37.54 2.85v-.02Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M155.135 25.12c4.51-.27 8.99.38 13.21 1.78 4.22 1.4 8.17 3.54 11.68 6.29 3.51 2.74 6.59 6.06 9.03 9.81 2.44 3.75 4.24 7.96 5.2 12.45l6.96 32.22-14.25 1.25-6.35-32.36c-.53-2.52-1.55-4.88-2.95-6.99-1.4-2.11-3.16-3.97-5.2-5.49a22.692 22.692 0 0 0-6.75-3.49c-2.43-.76-5.01-1.11-7.62-.93l-3.17.22c-2.62.19-5.02.87-7.13 1.97-2.11 1.1-3.92 2.6-5.33 4.41a16.325 16.325 0 0 0-3 6.23c-.55 2.3-.62 4.82-.11 7.4l6.28 32.67-14.84 1.3-6.04-32.78c-.9-4.7-.78-9.23.19-13.4s2.78-7.95 5.28-11.18c2.5-3.23 5.65-5.88 9.34-7.8 3.69-1.92 7.85-3.09 12.42-3.37l3.16-.19-.01-.02Zm74.73 135.58-14.21 4.46-1.04.18 14.17-4.44 1.08-.19v-.01Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m228.785 160.891-14.17 4.44-83.8 14.47 10.34-3.98 87.63-14.93Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color28)" d="M233.745 156.43c-.09.73-.3 1.4-.63 2-.32.6-.75 1.11-1.28 1.5-.52.39-1.13.67-1.81.77l-1.08.19-87.86 14.93c-.97.17-1.94.12-2.86-.13-.92-.24-1.78-.67-2.55-1.24a8.126 8.126 0 0 1-1.96-2.16c-.52-.85-.9-1.81-1.09-2.86l-12.07-67.63c-.18-.97-.15-1.92.05-2.79.21-.87.58-1.67 1.09-2.36.51-.69 1.16-1.27 1.92-1.69.76-.43 1.63-.7 2.57-.78l5.37-.47.58-.05 6.91-.61.57-.05 28.2-2.47 32.56-2.85.28-.02 3.03-.26 3.2-.27.49-.04 5.61-.49c.67-.06 1.34.04 1.98.25.65.22 1.25.57 1.8 1.01.55.44 1.03.99 1.42 1.61.39.62.7 1.3.86 2.05l14.56 62.65c.18.79.21 1.57.13 2.29v-.02l.01-.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M138.305 175.69c-.91-.24-1.78-.67-2.55-1.24a8.239 8.239 0 0 1-1.96-2.15c-.52-.85-.9-1.81-1.09-2.86l-12.04-67.63a6.839 6.839 0 0 1 .21-3.35c.17-.51.39-.99.68-1.44.28-.44.62-.84 1-1.2l-.71.66c-.08.08-.17.16-.24.23l-.62.58-1.41 1.31c-.1.09-.2.19-.28.26-.06.05-.12.11-.19.17l-.17.15s-.08.07-.11.1c-.19.18-.41.38-.62.58l-.95.89c-.07.07-.15.14-.21.2-.1.1-.22.21-.34.31l-2.18 2.04-.08.08c-.25.23-.6.56-.85.79-.36.34-.69.72-.96 1.14a6.007 6.007 0 0 0-.96 2.91c-.04.53 0 1.09.08 1.65l11.04 63.96c.17.99.52 1.9 1.01 2.69.49.8 1.12 1.49 1.84 2.03.73.55 1.54.94 2.41 1.17.87.22 1.78.27 2.71.11l10.34-3.99c-.97.17-1.94.11-2.85-.13h.02l.03-.02Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M121.535 101.8c-.18-.97-.15-1.92.05-2.79.21-.87.58-1.67 1.09-2.36.51-.69 1.16-1.27 1.92-1.69.76-.43 1.63-.7 2.57-.78l5.35-.47.58-.05 6.89-.61.57-.05 28.12-2.47 32.48-2.85.27-.02 3.02-.26 3.19-.27.49-.04 5.59-.49c.67-.06 1.33.04 1.97.25.64.22 1.24.57 1.79 1.01.55.44 1.03.99 1.42 1.61.39.62.69 1.3.86 2.05l14.52 62.65c.18.79.22 1.57.13 2.29s-.3 1.4-.63 2c-.32.6-.75 1.11-1.27 1.5-.52.39-1.13.67-1.81.77l-1.08.19"/>
10
+ <path fill="var(--sapContent_Illustrative_Color27)" d="m166.135 93.651 50-4.65 17.74 67.04-67.75-62.39h.01Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M206.215 104.38c1.35-.11 2.7.08 4.01.51 1.3.43 2.53 1.1 3.64 1.96 1.12.86 2.11 1.92 2.91 3.12.8 1.21 1.42 2.56 1.79 4l1.52 5.91c.38 1.49.47 2.96.29 4.33s-.61 2.64-1.26 3.76a8.762 8.762 0 0 1-2.59 2.79 8.79 8.79 0 0 1-3.69 1.42l-66.32 9.33s-.08.01-.12.02c-.04.01-.08 0-.12.01h-.12c-.04.01-.08 0-.12.01-1.48.15-2.96-.03-4.36-.46a13 13 0 0 1-3.95-2.03c-1.19-.9-2.26-2.03-3.1-3.3-.84-1.27-1.48-2.71-1.83-4.26l-1.43-6.29a11.52 11.52 0 0 1-.14-4.55c.25-1.43.78-2.77 1.55-3.93a9.4 9.4 0 0 1 2.95-2.87c1.18-.74 2.55-1.23 4.05-1.42l66.04-8.06s.07 0 .1-.01.07 0 .1-.01h.2v.02Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M204.675 106.071c1.35-.11 2.7.08 4 .51 1.3.43 2.53 1.1 3.64 1.97 1.12.87 2.11 1.92 2.91 3.12.8 1.2 1.42 2.56 1.79 4l1.13 4.49c.38 1.5.46 2.96.29 4.33a9.903 9.903 0 0 1-1.26 3.76 8.681 8.681 0 0 1-2.6 2.79 8.77 8.77 0 0 1-3.7 1.41l-63.52 8.91s-.07.01-.11.01h-.11c-.04.01-.07 0-.11.01h-.11c-1.48.15-2.95-.03-4.36-.46-1.41-.43-2.75-1.13-3.95-2.03a13.73 13.73 0 0 1-3.1-3.3c-.85-1.27-1.48-2.71-1.83-4.26l-1.08-4.74c-.36-1.58-.39-3.11-.15-4.55.25-1.44.78-2.77 1.55-3.93a9.7 9.7 0 0 1 2.94-2.87 9.882 9.882 0 0 1 4.04-1.41l63.26-7.75h.22c.04-.01.07 0 .11-.01.04-.01.07 0 .11 0Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m152.915 127.791-3.44.95c-.09.02-.11.13-.05.21l2.81 3.13c.28.31.26.77-.06.99l-1.09.72c-.3.2-.74.1-.98-.22l-2.32-3.16c-.06-.09-.19-.09-.22 0l-1.5 3.19c-.15.32-.56.43-.91.24l-1.28-.69c-.37-.21-.53-.67-.33-.99l1.96-3.16c.05-.08 0-.19-.1-.21l-3.64-.86c-.4-.1-.68-.49-.6-.86l.26-1.33c.08-.37.46-.57.85-.42l3.51 1.28c.1.04.18-.03.17-.13l-.65-3.72c-.07-.38.2-.71.59-.71l1.33-.02c.39 0 .74.31.78.7l.37 3.69c0 .1.12.16.2.13l3.11-1.31c.34-.15.77.04.96.4l.64 1.29c.18.37.02.78-.35.88h-.02v-.01Zm17.97-2.701-3.44.95c-.09.02-.11.13-.05.21l2.81 3.13c.28.31.26.77-.06.99l-1.09.72c-.3.2-.74.1-.98-.23l-2.32-3.16c-.06-.09-.19-.09-.23 0l-1.5 3.19c-.15.32-.56.43-.91.24l-1.28-.69c-.37-.21-.53-.67-.33-.99l1.96-3.16c.05-.08 0-.19-.1-.21l-3.64-.86c-.4-.1-.68-.49-.6-.86l.26-1.33c.08-.37.46-.57.85-.42l3.51 1.28c.1.04.18-.03.17-.13l-.65-3.72c-.07-.38.2-.7.59-.7l1.33-.02c.39 0 .74.31.78.69l.37 3.69c0 .1.12.16.19.13l3.11-1.31c.34-.15.77.04.96.4l.64 1.29c.18.37.02.78-.35.88Zm17.22-2.769-3.44.95c-.09.02-.111.13-.051.21l2.811 3.13c.28.31.259.77-.061.99l-1.089.72c-.3.2-.74.1-.98-.22l-2.321-3.16c-.06-.09-.19-.09-.22 0l-1.5 3.19c-.15.32-.559.43-.909.25l-1.28-.69c-.37-.21-.53-.67-.33-.99l1.959-3.16c.05-.08.001-.19-.099-.21l-3.64-.86c-.4-.1-.68-.49-.6-.86l.259-1.33c.08-.37.461-.57.851-.42l3.509 1.28c.1.04.181-.03.171-.13l-.65-3.72a.587.587 0 0 1 .589-.71l1.33-.02c.39 0 .74.31.78.69l.371 3.69c0 .1.12.16.2.13l3.11-1.31c.34-.15.769.04.959.4l.64 1.29c.18.37.021.78-.349.88h-.02v-.01Zm17.69-3.191-3.44.95c-.09.02-.11.13-.05.21l2.81 3.13c.28.31.26.77-.06.99l-1.09.72c-.3.2-.74.1-.98-.22l-2.32-3.16c-.06-.09-.19-.09-.23 0l-1.5 3.19c-.15.32-.56.43-.91.24l-1.28-.69c-.37-.21-.53-.67-.33-.99l1.96-3.16c.05-.08 0-.19-.1-.21l-3.64-.86c-.4-.1-.68-.49-.6-.86l.26-1.33c.08-.37.46-.57.85-.42l3.51 1.28c.1.04.18-.03.17-.13l-.65-3.72c-.07-.38.2-.71.59-.71l1.33-.02c.39 0 .74.31.78.7l.37 3.69c0 .1.12.16.19.13l3.11-1.31c.34-.15.77.04.96.4l.64 1.29c.18.37.02.78-.35.88h-.02l.02-.01Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M178.685 33.281c-3.47-1.2-6.74-3.31-10.35-4.43-3.61-1.12-7.42-1.81-11.23-1.83-7.51-.04-15.37 2.73-20.46 8.53-3.3 3.76-5.27 8.62-6.11 13.6-1.48 8.75.35 17.59 2.14 26.15 1.28 6.11 2.48 11.95 3.76 18.06-1.52.15-2.97.25-4.49.39-1.13-5.8-2.25-11.29-3.39-17.09-1.17-5.99-2.52-12.01-2.81-18.13-.27-5.79.42-11.72 2.88-16.96 3.97-8.48 12.26-14.17 21.2-15.89 9.86-1.9 21.24.65 28.86 7.62v-.02Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m186.965 88.92 4.74-.42c-1.54-7.29-3.09-14.46-4.63-21.75-1.62-7.67-2.66-15.84-7.93-22.03-5.27-6.19-12.08-6.5-18.44-5.19 0 0 14.3 1.2 18.01 13.27l8.25 36.12Zm-44.71 3.62c-.23.41-.7.29-1.55.42-2.14-11.68-4.27-23.37-6.41-35.05-.26-1.42-.52-2.85-.6-4.29-.42-7.94 2.83-18.73 10.96-20.66-4.03 4.08-6.86 8.79-7.8 14.75-1.18 7.47.46 14.81 1.72 22.11 0 1.95.72 4.17 1.06 6.1l1.1 6.35 1.1 6.35c.17.97.66 2.33.57 3.31-.03.28-.07.48-.14.62v-.02l-.01.01Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m193.855 88.31-3.62-17.03c-1.34-5.85-1.9-11.79-3.35-17.47-1.44-5.64-4.05-11.23-9.06-15.08-4.86-3.83-11.51-6.1-18.13-5.45 9.99-1.39 20.4 3.87 25.19 11.74 4.88 7.92 5.52 17.25 7.96 25.76l4.61 17.21-3.6.31v.01Zm-51.58 4.53-4.25-17.97c-1.19-5.93-3.2-11.62-4.21-17.45-1.02-5.78-.87-12 2.33-17.64 3.08-5.57 8.84-9.53 15.54-11.73-10.29 2.94-18.4 11.22-19.69 20.47-1.35 9.32 2.02 18.15 3.29 26.99l2.79 17.7 3.39-.3.72-.07h.09Z"/>
17
+ </svg>
@@ -0,0 +1,29 @@
1
+ <svg id="tnt-Scene-Services" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M281.843 142.757c0-.563-1.633-1.013-3.815-1.115-.125-2.18-.605-3.8-1.168-3.799-.562.002-1.03 1.634-1.15 3.825-2.188.15-3.815.639-3.808 1.202.008.564 1.633 1.015 3.816 1.116.131 2.179.605 3.799 1.166 3.798.561-.001 1.032-1.634 1.152-3.825 2.188-.149 3.813-.638 3.807-1.202Zm3.059-70.959c0-.453-1.314-.816-3.07-.898-.1-1.754-.487-3.058-.94-3.057-.452.001-.829 1.315-.925 3.078-1.761.12-3.071.514-3.065.968.006.454 1.315.816 3.071.897.105 1.754.487 3.058.938 3.057.452 0 .831-1.315.927-3.078 1.761-.12 3.069-.514 3.064-.967Zm-241 0c0-.453-1.314-.816-3.07-.898-.1-1.754-.487-3.058-.94-3.057-.453.001-.829 1.315-.925 3.078-1.761.12-3.07.514-3.065.968.006.454 1.315.816 3.07.897.106 1.754.488 3.058.94 3.057.451 0 .83-1.315.926-3.078 1.761-.12 3.07-.514 3.064-.967Z"/>
4
+ <circle cx="264.007" cy="82.948" r="1.105" fill="var(--sapContent_Illustrative_Color2)"/>
5
+ <circle cx="45.007" cy="94.948" r="1.105" fill="var(--sapContent_Illustrative_Color2)"/>
6
+ <circle cx="158.559" cy="170.5" r="1.657" fill="var(--sapContent_Illustrative_Color2)"/>
7
+ <circle cx="68.559" cy="163.5" r="1.657" fill="var(--sapContent_Illustrative_Color2)"/>
8
+ <path fill="var(--sapContent_Illustrative_Color22)" fill-rule="evenodd" d="M141.978 74.945a1.593 1.593 0 0 1 2.211-.43l107.805 72.648a1.592 1.592 0 1 1-1.78 2.642L142.409 77.156a1.593 1.593 0 0 1-.431-2.21Z" clip-rule="evenodd"/>
9
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M136.736 36.7c0-1.253 1.382-2.015 2.443-1.346l11.956 7.543c.462.292.742.8.742 1.347v83.172c0 1.313-1.5 2.062-2.55 1.272l-11.956-8.999a1.592 1.592 0 0 1-.635-1.272V36.701Zm19.688 97.33a1.594 1.594 0 0 1-.635-1.273V48.722c0-1.254 1.382-2.016 2.442-1.347l15.224 9.606c.463.291.743.8.743 1.347v85.888c0 1.314-1.501 2.063-2.55 1.273l-15.224-11.459Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M246.223 104.446c4.592-2.713 4.162-13.058-1.043-23.412-5.307-10.557-13.57-17.125-18.455-14.67a4.74 4.74 0 0 0-.911.6l-76.577 38.495 19.22 38.233 77.828-39.123-.062-.123Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M226.726 66.364c4.885-2.455 13.147 4.112 18.455 14.67 5.204 10.353 5.634 20.7 1.042 23.412l.061.122-77.827 39.124-19.22-38.233 76.577-38.495c.211-.176.434-.333.67-.47l.242-.13Zm7.582 4.325c-3.185-2.531-5.398-2.748-6.509-2.19-.159.08-.309.178-.451.297l-.213.178-.247.125-74.444 37.421 17.075 33.964 73.817-37.108 1.672-.987c1.087-.643 2.156-2.655 1.98-6.68-.166-3.814-1.458-8.66-3.942-13.602-2.534-5.04-5.727-9.023-8.738-11.418Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M247.568 86.767c2.898 8.461 2.414 15.943-1.6 17.961a4.716 4.716 0 0 1-.29.133l.005.01-77.226 38.821-6.885-13.695 85.996-43.23Z"/>
13
+ <ellipse cx="159.133" cy="124.432" fill="var(--sapContent_Illustrative_Color25)" rx="9.9" ry="21.396" transform="rotate(-26.688 159.133 124.432)"/>
14
+ <ellipse cx="158.562" cy="124.719" fill="var(--sapContent_Illustrative_Color22)" rx="5.429" ry="11.177" transform="rotate(-26.688 158.562 124.719)"/>
15
+ <path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M75.9 168.257a1.195 1.195 0 0 1 1.432-.896l49.31 11.36a1.194 1.194 0 1 1-.536 2.328l-49.31-11.36a1.194 1.194 0 0 1-.896-1.432Z" clip-rule="evenodd"/>
16
+ <path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M95.78 117.835c.614.238.92.93.682 1.545l-18.285 47.233a1.195 1.195 0 1 1-2.227-.863l18.284-47.232c.238-.615.93-.921 1.545-.683Z" clip-rule="evenodd"/>
17
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M142.799 180.538c19.174-10.819 26.4-35.079 16.07-55.294-10.329-20.215-34.432-28.982-54.696-20.297l38.626 75.591Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M159.334 126.206c2.256 13.938-4.906 26.06-17.55 35.892l-30.528-43.291 31.543 61.73c18.749-10.592 25.992-34.195 16.535-54.331Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M142.701 133.05c10.615 21.115 9.326 43.207-2.879 49.342-12.206 6.135-30.705-6.009-41.32-27.124-10.614-21.116-9.325-43.207 2.88-49.342 12.205-6.136 30.704 6.008 41.319 27.124Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M139.855 134.48c-5.102-10.149-12.034-17.998-18.965-22.548-7.012-4.603-13.42-5.501-18.077-3.16-4.657 2.341-7.76 8.02-8.248 16.393-.483 8.277 1.682 18.523 6.784 28.672 5.102 10.149 12.034 18 18.965 22.55 7.011 4.602 13.42 5.5 18.077 3.159l1.43 2.846-.576.274c-12.205 5.48-30.294-6.613-40.742-27.398-10.615-21.116-9.326-43.207 2.879-49.342l.577-.275c12.205-5.479 30.293 6.613 40.742 27.398l.489.991c10.083 20.811 8.646 42.312-3.369 48.352l-1.43-2.846c4.657-2.341 7.759-8.02 8.247-16.393.484-8.277-1.681-18.524-6.783-28.673Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M130.231 131.856c1.518-.762 3.779.67 5.05 3.199 1.272 2.53 1.072 5.199-.446 5.962-1.218.612-2.915-.192-4.195-1.842l-6.484 3.261a1.592 1.592 0 0 1-1.431-2.846l6.482-3.26c-.564-2.015-.197-3.86 1.024-4.474Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M120.871 107.513c.701.532.838 1.531.307 2.232l-43.515 57.398a1.592 1.592 0 1 1-2.538-1.924l43.515-57.399a1.592 1.592 0 0 1 2.231-.307Z" clip-rule="evenodd"/>
23
+ <path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M74.137 167.982a1.593 1.593 0 0 1 1.46-1.715l72.721-5.841a1.593 1.593 0 0 1 .255 3.175l-72.72 5.841a1.592 1.592 0 0 1-1.716-1.46Z" clip-rule="evenodd"/>
24
+ <ellipse cx="74.383" cy="167.978" fill="var(--sapContent_Illustrative_Color11)" rx="6.354" ry="6.578" transform="rotate(-26.688 74.383 167.978)"/>
25
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M76.38 161.831c1.594 3.236.371 7.112-2.748 8.68-1.592.8-3.372.845-4.952.271l.025.05c1.632 3.246 5.496 4.6 8.631 3.023 3.136-1.576 4.355-5.485 2.723-8.73a6.676 6.676 0 0 0-3.678-3.294Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color22)" fill-rule="evenodd" d="M201.046 114.75a1.593 1.593 0 0 1 2.211-.43l48.738 32.844a1.592 1.592 0 1 1-1.78 2.641l-48.738-32.844a1.592 1.592 0 0 1-.431-2.211Z" clip-rule="evenodd"/>
27
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M209.046 173.638a2.387 2.387 0 0 1-.952-1.909v-88.56c0-1.882 2.073-3.025 3.664-2.021l16.477 10.396a2.39 2.39 0 0 1 1.114 2.02v90.568c0 1.97-2.251 3.094-3.826 1.908l-16.477-12.402Zm25.617 18.09c0 .75.353 1.457.952 1.909l20.56 15.474c1.574 1.186 3.825.062 3.825-1.908v-94.299c0-.82-.42-1.583-1.114-2.02l-20.559-12.972c-1.591-1.004-3.664.14-3.664 2.02v91.796Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M208.094 171.729c0 .751.352 1.458.952 1.909l16.477 12.402c1.575 1.185 3.826.062 3.826-1.908v-13.849c-8.074 2.163-15.681 1.099-21.255-1.139v2.585Zm26.569-3.333v23.332c0 .75.353 1.457.952 1.908l20.56 15.475c1.574 1.185 3.825.062 3.825-1.908v-66.711c-7.229 15.492-16.359 23.896-25.337 27.904Z"/>
29
+ </svg>
@@ -0,0 +1,23 @@
1
+ <svg id="tnt-Scene-SessionExpired" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320 83v90c0 13.246-10.754 24-24 24H24c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M110.9 95.236c.76.24 1.85.53 2.64.74 1.25 11.64 6.14 23.13 15.45 31.01h-.01c44.47 32.12-9.82 23.34-15.12 67.26l-.06.45c-.11.76-.18 1.53-.26 2.29h73.79c-4.88-48.73-61.38-36.42-14.43-71.04 0 0 1.59-1.5 2.34-2.32v-.01c7.05-7.51 11.2-17.52 11.43-27.5 1.2-.29 2.34-.6 3.38-.92v101.81h5.05v-103.8c2.2-1.15 3.49-2.4 3.64-3.72h.02v-7.43c0-5.46-21.67-9.89-48.36-9.89-30.32-.02-48.4 2.83-48.4 11.26v3.33-.01c0 2.96.03 4.71 3.85 6.56v103.69h5.05V95.236Zm84.16-2.05v.08-.08Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M248.711 188.26v10.514c0 8.953-25.592 16.226-57.112 16.226-31.52 0-57.112-7.273-57.112-16.226 0-.401.054-.802.152-1.203l-.152-.043v-9.279c0 8.238 25.592 14.926 57.112 14.926 31.52 0 57.112-6.688 57.112-14.926v.011Zm-.098-.9h.098v.9c0-.303-.033-.596-.098-.9Zm-114.126.9v-.878h.098a3.965 3.965 0 0 0-.098.878Z" clip-rule="evenodd"/>
5
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M141.804 206.719v-11.154c5.289 2.45 13.169 4.477 22.654 5.821v11.663c-9.485-1.463-17.365-3.664-22.654-6.33Zm99.818 0v-11.154c-5.29 2.45-13.17 4.477-22.654 5.821v11.663c9.484-1.463 17.364-3.664 22.654-6.33Z" clip-rule="evenodd"/>
6
+ <path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M191.599 173.323c31.52 0 57.112 6.688 57.112 14.926s-25.592 14.925-57.112 14.925c-31.52 0-57.112-6.687-57.112-14.925s25.592-14.926 57.112-14.926Z" clip-rule="evenodd"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" fill-rule="evenodd" d="M233.882 60.357c-1.485 6.775-4.043 13.268-8.194 19.565-4.011 6.07-10.308 11.316-16.194 15.988-7.869 6.243-13.701 11.641-13.668 16.486v.456c0 8.497 20.41 17.993 29.851 32.279 8.509 12.866 10.275 26.566 10.026 41.839.022.108.022.228.022.336 0 5.376-19.771 9.734-44.137 9.734-24.367 0-44.138-4.358-44.138-9.734 0-.108 0-.228.022-.336-.26-15.273 1.518-28.962 10.026-41.839 9.441-14.286 29.851-23.782 29.851-32.279v-.456c.033-4.845-5.799-10.232-13.668-16.486-5.885-4.672-12.172-9.907-16.194-15.988-4.162-6.297-6.709-12.78-8.194-19.565 10.449 2.688 25.537 4.38 42.284 4.38 16.746 0 31.834-1.691 42.283-4.38h.022Z" clip-rule="evenodd"/>
8
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M248.711 36.522v.152-.152Zm-114.224.163v-.239h.011c0 .076-.011.163-.011.239Zm114.224 0v8.769h-.022c-.759 6.666-26.057 12.02-57.101 12.02-31.043 0-57.111-5.528-57.111-12.335v-8.465c0 6.45 25.591 11.684 57.111 11.684 31.521 0 57.112-5.235 57.112-11.684l.011.01Z" clip-rule="evenodd"/>
9
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="M235.086 53.139a72.47 72.47 0 0 1-1.193 7.219c-10.449 2.688-25.537 4.379-42.283 4.379-16.747 0-31.835-1.691-42.284-4.38a72.24 72.24 0 0 1-1.192-7.218c10.481 2.655 26.079 4.335 43.487 4.335 17.407 0 33.005-1.68 43.486-4.335h-.021Z" clip-rule="evenodd"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M134.487 42.245v-.26h.011c0 .087-.011.173-.011.26Zm4.552 144.909V45.15h5.962v142.004c0 1.073-1.334 1.951-2.981 1.951-1.648 0-2.981-.867-2.981-1.951Z" clip-rule="evenodd"/>
11
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M141.804 51.188v-8.791c5.289 1.919 13.169 3.501 22.654 4.552v9.04c-9.485-1.105-17.365-2.785-22.654-4.812v.01Z" clip-rule="evenodd"/>
12
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M238.435 187.154V45.15h5.961v142.004c0 1.073-1.333 1.951-2.981 1.951-1.647 0-2.98-.867-2.98-1.951Z" clip-rule="evenodd"/>
13
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M241.361 51.188v-8.791c-5.29 1.919-13.17 3.501-22.654 4.552v9.04c9.484-1.105 17.364-2.785 22.654-4.812v.01Zm-96.36 1.094v1.225s-2.385 2.515-5.962.867v-4.4c1.615.813 3.61 1.582 5.962 2.298v.01Z" clip-rule="evenodd"/>
14
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M238.435 52.163v2.872s2.98.575 5.961-2.265v-2.916c-1.615.813-3.609 1.583-5.961 2.298v.01Z" clip-rule="evenodd"/>
15
+ <path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M191.599 25c31.52 0 57.112 5.235 57.112 11.685 0 6.449-25.592 11.684-57.112 11.684-31.52 0-57.112-5.235-57.112-11.684 0-6.45 25.592-11.685 57.112-11.685Z" clip-rule="evenodd"/>
16
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M192.856 133.706c5.876 1.973 35.499 25.89 38.803 36.284 1.394.563 2.558.939 3.286.743.575 4.39.802 8.899.802 13.549 0 .9 0 1.8-.021 2.71.021.108.021.228.021.336 0 .108 0 .217-.021.325l-62.315 4.552c-1.051-.108-2.482-.227-3.49-.357l-20.963-2.016c-.78-.639-1.268-1.312-1.42-2.006l.596-15.966c.086-.715.173-1.419.281-2.134.583-.533 2.351-1.982 5.189-3.005 7.335-10.417 31.805-30.399 39.252-33.015Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color11)" fill-rule="evenodd" d="M234.858 170.148c.758 5.408.954 11.012.856 16.844.022.108.022.227.022.336 0 5.376-19.771 9.701-44.137 9.701-24.367 0-44.138-4.325-44.138-9.701 0-.109 0-.228.022-.336-.108-6.179.119-12.086.997-17.798 2.992 3.924 12.509 14.589 27.521 14.589 18.383 0 22.339-9.636 38.587-12.02 12.465-1.832 18.254-1.756 20.27-1.626v.011Z" clip-rule="evenodd"/>
18
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M235.704 186.992c.097-5.832-.098-11.436-.857-16.844-1.246-.087-3.945-.141-8.768.26.14.997.271 2.016.379 3.046-1.225 1.409-5.723 3.013-9.799 2.699-.195-1.55-.368-3.068-.552-4.596-.499.076-.998.141-1.529.216-16.248 2.385-20.204 12.021-38.587 12.021-15.002 0-24.529-10.666-27.521-14.589-.867 5.712-1.095 11.619-.997 17.798-.022.108-.022.227-.022.336 0 5.376 19.771 9.701 44.137 9.701 24.367 0 44.137-4.325 44.137-9.701 0-.109 0-.228-.021-.336v-.011Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M225.59 167.221a67.236 67.236 0 0 0-.585-3.035c-1.149-5.452-2.862-10.547-5.474-15.5a55.369 55.369 0 0 0-1.886-3.285l-7.696.629c3.675 7.262 4.867 14.991 5.853 23.012.098.834.206 1.68.304 2.514 4.032-.563 7.327-.921 9.972-1.149a129.489 129.489 0 0 0-.488-3.186Zm-21.212-29.765a48.592 48.592 0 0 1 2.862 3.957l7.251-.596c-.195-.261-.39-.51-.596-.77-2.222-2.818-4.433-4.953-7.284-7.327-2.591.076-3.458.119-6.081.563a42.806 42.806 0 0 1 3.859 4.173h-.011Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M226.089 170.408a135.344 135.344 0 0 0-.488-3.187 70.143 70.143 0 0 0-.585-3.035 69.836 69.836 0 0 0-1.41-5.528c-3.923-4.206-8.768-8.66-13.483-12.638h-.163c3.674 7.273 4.867 15.001 5.853 23.022.098.835.206 1.68.304 2.515.184 1.528.357 3.045.552 4.595 4.076.315 8.574-1.289 9.799-2.698-.119-1.03-.238-2.038-.379-3.046Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" d="M214.437 77.82c3.533.043 4.704.205 7.435 0 2.797-4.564 4.39-8.563 5.712-13.224-3.566.51-5.17.737-8.638 1.084-1.16 4.357-2.537 7.901-4.509 12.14Z" clip-rule="evenodd"/>
22
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M172.933 183.621c-10.525-1.041-18.004-7.23-22.025-11.566-.78 5.626-1.041 13.311-.856 18.546 3.945 2.428 12.14 4.39 22.61 5.485-.043-4.184.054-8.336.282-12.476l-.011.011Z" clip-rule="evenodd"/>
23
+ </svg>
@@ -0,0 +1,21 @@
1
+ <svg id="tnt-Scene-SessionExpiring" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320 83v90c0 13.246-10.754 24-24 24H24c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M120.54 95.28c.76.24 1.85.53 2.64.74 1.25 11.64 6.14 23.13 15.45 31.01h-.01c44.47 32.12-9.82 23.34-15.12 67.26l-.06.45c-.11.76-.18 1.53-.26 2.29h73.79c-4.88-48.73-61.38-36.42-14.43-71.04 0 0 1.59-1.5 2.34-2.32v-.01c7.05-7.51 11.2-17.52 11.43-27.5 1.2-.29 2.34-.6 3.38-.92v101.81h5.05V93.25c2.2-1.15 3.49-2.4 3.64-3.72h.02V82.1c0-5.46-21.67-9.89-48.36-9.89-30.28 0-48.36 2.84-48.36 11.27v3.33-.01c0 2.96.03 4.71 3.85 6.56v103.69h5.05V95.28h-.04Zm84.16-2.05v.08-.08Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M175.896 188.877v10.519c0 8.954-25.593 16.229-57.118 16.229-31.525 0-57.119-7.275-57.119-16.229 0-.41.053-.809.158-1.207l-.158-.042v-9.281c0 8.241 25.594 14.928 57.119 14.928s57.118-6.687 57.118-14.928v.011Zm-.105-.903.105.021v.882a3.61 3.61 0 0 0-.105-.892v-.011Zm-114.121.903v-.882l.105-.021a4.317 4.317 0 0 0-.105.892v.011Z" clip-rule="evenodd"/>
5
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M68.997 207.342v-11.159c5.291 2.457 13.164 4.483 22.654 5.826v11.663c-9.49-1.459-17.363-3.663-22.654-6.33Zm99.814 0v-11.159c-5.291 2.457-13.165 4.483-22.655 5.826v11.663c9.49-1.459 17.364-3.663 22.655-6.33Z" clip-rule="evenodd"/>
6
+ <path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M118.778 173.949c31.525 0 57.118 6.687 57.118 14.928 0 8.24-25.593 14.928-57.118 14.928-31.525 0-57.119-6.688-57.119-14.928 0-8.241 25.594-14.928 57.119-14.928Z" clip-rule="evenodd"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" fill-rule="evenodd" d="M161.074 60.982c-1.491 6.781-4.042 13.27-8.199 19.557-4.021 6.079-10.309 11.317-16.188 15.989-7.863 6.246-13.7 11.642-13.668 16.481v.452c0 8.492 20.408 17.993 29.856 32.28 8.503 12.871 10.277 26.56 10.025 41.834.021.116.021.221.021.336 0 5.375-19.778 9.732-44.133 9.732-24.355 0-44.132-4.368-44.132-9.732 0-.115 0-.231.02-.336-.262-15.274 1.523-28.963 10.026-41.834 9.448-14.287 29.856-23.777 29.856-32.28v-.452c.031-4.839-5.795-10.235-13.668-16.481-5.88-4.672-12.178-9.91-16.188-15.989-4.157-6.288-6.708-12.786-8.199-19.557 10.456 2.687 25.531 4.377 42.285 4.377 16.755 0 31.84-1.69 42.286-4.377Z" clip-rule="evenodd"/>
8
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M148.129 86.418c-.871.966-2.75 2.74-2.76 2.74-4.536 2.95-12.146 4.22-20.209 4.598-12.219.578-25.489-1.04-31.073-2.855-.19-.168-.368-.336-.557-.504a30.93 30.93 0 0 1 1.88-.305c8.293-1.165 14.423-4.178 19.809-6.928 5.07-2.593 9.427-4.976 14.445-5.029 13.154-.136 17.447 6.289 18.465 8.294v-.01Zm27.757-49.266v.157-.157Zm-114.216.157v-.241h.01c0 .084-.01.157-.01.241Zm114.226 0v8.777h-.021c-.766 6.666-26.055 12.02-57.097 12.02S61.659 52.584 61.659 45.77v-8.461c0 6.446 25.594 11.684 57.108 11.684 31.515 0 57.119-5.238 57.119-11.684h.01Z" clip-rule="evenodd"/>
9
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="M162.271 53.77a70.881 70.881 0 0 1-1.197 7.212c-10.456 2.688-25.531 4.378-42.285 4.378-16.755 0-31.84-1.69-42.286-4.378a71.75 71.75 0 0 1-1.196-7.212c10.477 2.656 26.076 4.336 43.482 4.336 17.405 0 33.005-1.68 43.482-4.336Z" clip-rule="evenodd"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M61.67 42.873v-.252h.01c0 .084-.01.168-.01.252Zm4.556 144.901V45.77h5.962v141.994c0 1.071-1.333 1.942-2.981 1.942s-2.981-.871-2.981-1.942v.01Z" clip-rule="evenodd"/>
11
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M68.997 51.817v-8.786c5.291 1.92 13.164 3.506 22.654 4.556v9.038c-9.49-1.112-17.363-2.782-22.654-4.808Z" clip-rule="evenodd"/>
12
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M165.619 187.774V45.77h5.963v141.994c0 1.071-1.333 1.942-2.981 1.942-1.649 0-2.982-.871-2.982-1.942v.01Z" clip-rule="evenodd"/>
13
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M168.548 51.817v-8.786c-5.291 1.92-13.164 3.506-22.654 4.556v9.038c9.49-1.112 17.363-2.782 22.654-4.808Zm-96.369 1.082v1.228s-2.383 2.52-5.963.871V50.6c1.606.818 3.611 1.585 5.963 2.299Z" clip-rule="evenodd"/>
14
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M165.619 52.794v2.876s2.982.578 5.963-2.267v-2.908c-1.606.819-3.611 1.585-5.963 2.299Z" clip-rule="evenodd"/>
15
+ <path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M118.778 25.625c31.525 0 57.118 5.238 57.118 11.684 0 6.446-25.593 11.684-57.118 11.684-31.525 0-57.119-5.238-57.119-11.684 0-6.446 25.604-11.684 57.119-11.684Z" clip-rule="evenodd"/>
16
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M92.701 86.115c3.265-.43 7.674-.41 12.156.514 6.457 1.334 11.811 3.317 16.797 4.682 5.239 1.427 10.088 2.162 15.337.913 2.74-.65 6.057-2.026 8.388-3.076-2.792 2.635-6.571 5.784-9.5 8.104-4.483 3.559-7.433 6.037-10.109 9.459-.777.997-1.701 2.372-2.772 4.839-.955 2.205-1.963 4.347-2.1 10.299v25.355c8.742 1.312 17.036 10.894 23.127 17.161 3.129 3.222 15.106 12.629-9.889 11.757-1.05-.031-2.341-.052-3.8-.062 7.747 1.889 14.057 2.141 17.374.398 4.43-2.32 11.947-4.44 14.403-5.101.578 4.388.797 8.902.797 13.553 0 .902-.01 1.805-.02 2.708.021.104.02.231.02.335 0 .105.001.221-.02.326l-62.316 4.546c-1.05-.116-2.477-.231-3.485-.357l-20.964-2.016c-.777-.65-1.27-1.313-1.428-2.005l.599-15.967c.084-.714.178-1.428.283-2.131.787-.714 3.79-3.181 8.745-3.895 1.543-.231 3.685-.42 6.257-.452 4.288-8.343 17.598-17.704 26.14-18.842v-25.132c-.021-6.582-2.027-10.299-2.289-10.898-2.404-5.406-6.425-8.849-12.744-13.867-4.063-3.223-8.315-6.708-11.863-10.571.777-.231 1.753-.42 2.876-.577Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M162.039 170.768c.756 5.417.956 11.012.851 16.838.021.116.021.221.021.336 0 5.375-19.778 9.7-44.133 9.7-24.355 0-44.133-4.325-44.133-9.7 0-.115 0-.231.021-.336-.105-6.172.126-12.083.997-17.794 2.992 3.927 12.514 14.592 27.515 14.592 18.382 0 22.329-9.637 38.58-12.02 12.471-1.826 18.255-1.753 20.271-1.616h.01Z" clip-rule="evenodd"/>
18
+ <path fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" d="M92.156 146.15c-5.123 8.808-7.664 17.857-8.535 28.323 1.27 1.376 3.832 2.436 10.403 2.394.116-10.855.41-19.673 5.848-30.297l-7.706-.409-.01-.011Zm10.288-4.283c2.246-3.055 3.317-4.65 6.298-8.01-1.973-.409-2.792-.692-5.385-.692-2.792 2.456-5.795 5.616-7.978 8.324l7.065.378Z" clip-rule="evenodd"/>
19
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M94.014 176.857c.063-6.131.189-11.611 1.26-17.133-1.984 2.068-3.633 4.21-4.693 6.288-2.393.032-4.388.2-5.89.399a80.953 80.953 0 0 0-1.07 8.052c1.27 1.375 3.832 2.436 10.403 2.394h-.01Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M135.249 173.886a640.48 640.48 0 0 1 1.722 22.906c8.335-.829 15.295-2.205 19.893-3.937-.21-5.553-.598-15.841-1.365-21.993-3.233.2-7.695.641-13.731 1.522a41.868 41.868 0 0 0-6.519 1.491v.011Z" clip-rule="evenodd"/>
21
+ </svg>