@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,10 @@
1
+ <svg id="tnt-Scene-ChartArea" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m108.418 192.85 147.17-26.278c.916-.166.95-1.457.055-1.678l-92.283-22.988a8.495 8.495 0 0 0-3.379-.155l-116.2 17.909c-2.053.32-2.45 3.103-.563 3.986l61.854 28.763a5.527 5.527 0 0 0 3.346.43v.011Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.913 61.771 170.091-10.23 21.858 95.049c.149.639.169 1.269.099 1.848a4.08 4.08 0 0 1-.539 1.599 3.68 3.68 0 0 1-1.08 1.169 3.416 3.416 0 0 1-1.519.569l-164.454 20.61c-.7.09-1.39.02-2.039-.159-.65-.18-1.27-.5-1.809-.92a5.77 5.77 0 0 1-1.38-1.528 5.46 5.46 0 0 1-.749-1.978L67.913 61.771Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M230.357 36.005a4.23 4.23 0 0 1 1.649.26c.53.19 1.039.49 1.499.87.46.379.86.828 1.179 1.338.32.51.57 1.079.71 1.678l2.619 11.38L67.911 61.77l-2.198-12.648a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.369-.46.839-.84 1.388-1.109.55-.27 1.17-.44 1.85-.48l160.556-8.042ZM78.425 56.235c.54-.03 1.04-.169 1.47-.389.43-.22.799-.53 1.089-.899.29-.37.5-.8.62-1.269.12-.47.13-.979.04-1.508a4.101 4.101 0 0 0-.57-1.479 4.73 4.73 0 0 0-1.05-1.179c-.41-.33-.89-.59-1.389-.759-.5-.17-1.04-.25-1.579-.22-.54.03-1.03.16-1.47.38-.439.22-.799.53-1.098.899-.3.37-.51.8-.62 1.269-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.489a4.71 4.71 0 0 0 2.449 1.938c.499.17 1.039.25 1.578.22"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M92.368 172.376c-.7.09-1.389.02-2.038-.16a5.45 5.45 0 0 1-1.81-.919 5.773 5.773 0 0 1-1.379-1.529 5.376 5.376 0 0 1-.75-1.978L67.913 61.772l-2.198-12.648a4.39 4.39 0 0 1-.07-.95c0-.309.05-.609.12-.898.07-.29.17-.57.29-.83.12-.26.28-.51.45-.739l-2.789 3.627c-.17.23-.32.47-.45.729a4.33 4.33 0 0 0-.41 1.708c0 .31.01.62.07.94l2.17 12.507 18.159 104.86c.12.709.38 1.369.74 1.958a5.523 5.523 0 0 0 3.148 2.418c.649.19 1.329.25 2.018.16l162.975-20.591 4.688-2.257-164.455 20.61Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M77.06 48.524c.539-.03 1.069.05 1.578.22.51.17.97.429 1.39.759.42.33.769.729 1.049 1.179.28.45.48.949.57 1.478.09.53.08 1.04-.04 1.509-.12.47-.33.899-.62 1.269-.29.37-.66.679-1.09.899-.43.22-.929.36-1.469.39-.54.03-1.069-.05-1.579-.22a4.46 4.46 0 0 1-1.389-.76c-.41-.33-.78-.73-1.06-1.179a4.082 4.082 0 0 1-.569-1.488c-.09-.54-.07-1.05.04-1.519.11-.47.33-.909.62-1.269.29-.36.66-.669 1.099-.899.44-.23.93-.36 1.47-.38v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M221.225 81.17c.726-.067 1.508.187 2.157.759 1.265 1.133 1.573 3.07.693 4.336l-4.864 6.944-17.706 25.31c-.352.506-.76.946-1.211 1.32a6.484 6.484 0 0 1-3.433 1.475l-45.911 5.414c-.286.033-.55.132-.781.297l-28.568 20.26-.242.176-3.148 2.234a2.74 2.74 0 0 1-1.298.473c-1.079.099-2.212-.44-2.916-1.486-1.002-1.496-.738-3.466.583-4.401l5.436-3.841.242-.176 18.708-13.217 7.637-5.392a6.764 6.764 0 0 1 3.147-1.199l45.933-5.326a1.648 1.648 0 0 0 1.156-.694l18.19-25.938 2.575-3.675 1.86-2.652a2.385 2.385 0 0 1 1.75-1.024l.011.022Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color23)" d="M217.019 68.062c.98-.088 2.036.407 2.707 1.386 1.002 1.42.837 3.324-.352 4.248l-3.422 2.663-17.167 13.349-.826.638a6.347 6.347 0 0 1-2.058 1.078l-46.725 14.372c-.176.055-.33.132-.484.231l-30.857 21.756-.242.177-5.128 3.62a2.577 2.577 0 0 1-1.299.462c-1.078.099-2.223-.44-2.927-1.496-1.012-1.497-.759-3.467.572-4.402l7.428-5.216.243-.176 28.633-20.095a6.588 6.588 0 0 1 1.893-.924l22.449-6.856 24.321-7.428c.176-.055.363-.143.506-.264l20.314-15.737 1.145-.891a2.331 2.331 0 0 1 1.243-.484l.033-.011Z"/>
10
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg id="tnt-Scene-ChartArea2" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m108.418 192.85 147.17-26.278c.917-.166.95-1.457.055-1.678l-92.283-22.988a8.495 8.495 0 0 0-3.379-.155l-116.2 17.909c-2.053.32-2.45 3.103-.563 3.986l61.854 28.763a5.527 5.527 0 0 0 3.346.43v.011Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.913 61.771 170.091-10.23 21.858 95.049c.15.639.17 1.269.1 1.848-.07.58-.26 1.129-.54 1.599a3.68 3.68 0 0 1-1.08 1.169 3.416 3.416 0 0 1-1.519.569l-164.454 20.61c-.7.09-1.39.02-2.039-.159-.65-.18-1.27-.5-1.809-.92a5.77 5.77 0 0 1-1.38-1.528 5.474 5.474 0 0 1-.749-1.978L67.913 61.771Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M230.358 36.005a4.23 4.23 0 0 1 1.649.26c.53.19 1.039.49 1.499.87a5.596 5.596 0 0 1 1.889 3.016l2.619 11.38L67.912 61.77l-2.198-12.648a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.369-.46.839-.84 1.388-1.109.55-.27 1.17-.44 1.85-.48l160.556-8.042ZM78.426 56.235c.54-.03 1.04-.169 1.47-.389.43-.22.799-.53 1.089-.899.29-.37.5-.8.62-1.269.12-.47.13-.979.04-1.508a4.103 4.103 0 0 0-.57-1.479 4.73 4.73 0 0 0-1.05-1.179c-.41-.33-.89-.59-1.389-.759-.5-.17-1.04-.25-1.579-.22-.54.03-1.03.16-1.47.38-.439.22-.799.53-1.098.899-.3.37-.51.8-.62 1.269-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.489a4.71 4.71 0 0 0 2.449 1.938c.499.17 1.039.25 1.578.22"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M92.368 172.376c-.7.09-1.389.02-2.038-.16a5.432 5.432 0 0 1-1.81-.919 5.773 5.773 0 0 1-1.379-1.529 5.376 5.376 0 0 1-.75-1.978L67.913 61.772l-2.198-12.648a4.39 4.39 0 0 1-.07-.95c0-.309.05-.609.12-.898.07-.29.17-.57.29-.83.12-.26.28-.51.45-.739l-2.789 3.627c-.17.23-.32.47-.45.729a4.33 4.33 0 0 0-.41 1.708c0 .31.01.62.07.94l2.17 12.507 18.159 104.86c.12.709.38 1.369.74 1.958a5.523 5.523 0 0 0 3.148 2.418c.649.19 1.329.25 2.018.16l162.976-20.591 4.687-2.257-164.455 20.61Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M77.058 48.524c.54-.03 1.07.05 1.58.22.509.17.969.429 1.388.759.42.33.77.729 1.05 1.179.28.45.48.949.57 1.478.09.53.08 1.04-.04 1.509-.12.47-.33.899-.62 1.269-.29.37-.66.679-1.09.899-.43.22-.929.36-1.469.39-.54.03-1.069-.05-1.579-.22a4.46 4.46 0 0 1-1.389-.76c-.41-.33-.78-.73-1.06-1.179a4.08 4.08 0 0 1-.569-1.488c-.09-.54-.07-1.05.04-1.519.11-.47.33-.909.62-1.269.29-.36.66-.669 1.1-.899.439-.23.928-.36 1.468-.38v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M213.318 64.724c1.265 1.084 2.03 2.71 2.363 4.365l1.53 7.937a39.05 39.05 0 0 0-7.84-.098c-15.276 1.335-27.411 11.426-38.448 20.614-.139.14-.306.25-.458.376-6.728 5.601-13.08 10.855-19.794 14.414-8.424 4.448-17.028 6.477-24.673 7.145a69.167 69.167 0 0 1-13.705-.167l-.82-.098-1.182-6.129c-.403-2.086-.055-4.184 1.098-5.755 4.421-5.935 10.481-10.926 18.571-11.635 1.876-.166 3.85-.097 5.949.237 4.865.778 9.383.931 13.594.556 12.705-1.112 22.63-6.895 30.664-14.08 10.105-9.036 17.57-19.92 25.381-20.6 2.516-.223 5.074.61 7.757 2.918h.013Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m223.701 110.736 5.699 29.509c.542 2.85-1.098 5.435-3.655 5.755l-101.679 12.58c-2.78.25-5.296-1.766-5.908-4.574l-1.181-6.088c7.158-9.354 19.321-19.085 36.918-20.627 4.184-.362 8.674-.265 13.483.403 5.324.75 10.439.848 15.304.417 17.334-1.515 31.539-9.55 41.019-17.389v.014Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M210.065 80.822a35.967 35.967 0 0 1 7.895.18l11.426 59.257c.542 2.849-1.098 5.435-3.655 5.754l-101.679 12.58c-2.78.25-5.296-1.765-5.908-4.573.598 2.808 3.128 4.823 5.741 4.587l101.832-12.594c2.571-.319 4.211-2.905 3.655-5.754l-5.699-29.51c-9.466 7.84-23.685 15.874-41.019 17.389-4.865.431-9.98.334-15.304-.417-4.809-.681-9.299-.778-13.483-.403-17.597 1.543-29.76 11.273-36.918 20.614l-4.726-24.617c.597.069 1.209.125 1.834.18.821.07 1.404.112 2.002.153a74.51 74.51 0 0 0 10.495-.153c8.048-.709 17.097-2.849 25.979-7.547 7.061-3.74 13.664-9.23 20.322-14.776 11.356-9.452 22.893-19.071 37.196-20.322l.014-.028Z"/>
11
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg id="tnt-Scene-ChartBPMNFlow" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m108.418 192.851 147.17-26.279c.917-.166.95-1.457.056-1.678l-92.284-22.988a8.494 8.494 0 0 0-3.379-.155l-116.2 17.909c-2.053.32-2.45 3.103-.563 3.986l61.854 28.763a5.528 5.528 0 0 0 3.346.43v.012Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.912 61.771 170.092-10.23 21.857 95.049c.15.64.17 1.269.1 1.848-.07.58-.26 1.129-.54 1.599s-.639.869-1.079 1.169c-.44.3-.95.499-1.519.569L92.368 172.386c-.7.09-1.39.02-2.039-.16a5.27 5.27 0 0 1-1.809-.919 5.774 5.774 0 0 1-1.379-1.529 5.451 5.451 0 0 1-.75-1.978L67.912 61.771Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M230.357 36.005c.56-.03 1.12.07 1.649.26.53.19 1.04.49 1.499.87.46.379.86.828 1.18 1.338.32.51.569 1.079.709 1.678l2.619 11.38L67.911 61.77l-2.198-12.648a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.369-.46.839-.84 1.388-1.109.55-.27 1.17-.44 1.85-.48l160.556-8.042ZM78.425 56.235a3.66 3.66 0 0 0 1.47-.389c.43-.22.799-.53 1.089-.899.29-.37.5-.8.62-1.269.12-.47.13-.979.04-1.508a4.103 4.103 0 0 0-.57-1.479 4.73 4.73 0 0 0-1.05-1.179 4.59 4.59 0 0 0-1.389-.759c-.5-.17-1.04-.25-1.579-.22-.54.03-1.03.16-1.469.38-.44.22-.8.53-1.1.9-.3.369-.51.798-.619 1.268-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.489a4.713 4.713 0 0 0 2.449 1.938c.499.17 1.039.25 1.578.22"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M92.368 172.376c-.7.09-1.389.02-2.038-.16a5.45 5.45 0 0 1-1.81-.919 5.774 5.774 0 0 1-1.379-1.529 5.385 5.385 0 0 1-.75-1.978L67.913 61.771l-2.198-12.648c-.06-.32-.08-.64-.07-.949 0-.31.05-.61.12-.899.07-.29.17-.57.29-.83.12-.259.28-.509.45-.739l-2.789 3.627c-.17.23-.32.47-.45.73a4.33 4.33 0 0 0-.41 1.708c0 .31.01.62.07.939l2.17 12.508 18.159 104.86c.12.709.38 1.368.74 1.958a5.51 5.51 0 0 0 3.148 2.418 4.908 4.908 0 0 0 2.018.159l162.976-20.59 4.687-2.258-164.455 20.611Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M77.058 48.524c.54-.03 1.07.05 1.58.22.509.17.969.429 1.388.759.42.33.77.729 1.05 1.179.28.45.48.949.57 1.478.09.53.08 1.04-.04 1.509-.12.47-.33.899-.62 1.269-.29.37-.66.679-1.09.899-.43.22-.929.36-1.469.39a4.23 4.23 0 0 1-1.579-.22 4.46 4.46 0 0 1-1.389-.76 4.77 4.77 0 0 1-1.06-1.179 4.08 4.08 0 0 1-.569-1.488c-.09-.54-.07-1.05.04-1.519.11-.47.33-.909.62-1.269.29-.36.66-.669 1.1-.899.439-.23.928-.36 1.468-.38v.01Zm132.683 19.433c-.587-3.033-3.261-5.29-6.065-5.041v.01l-87.663 6.247c-2.923.278-4.812 3.082-4.215 6.244l6.197 31.991c.596 3.092 3.35 5.319 6.393 5.051l87.242-9.227c2.754-.348 4.494-3.112 3.908-6.174l-5.797-29.101Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M197.794 73.845c4.072-.352 8.034 2.96 8.903 7.44.803 4.18-1.354 7.944-4.93 8.847a6.222 6.222 0 0 1-.925.165c-.044 0-.099 0-.143.01a7.216 7.216 0 0 1-1.76-.065c-2.928-.484-5.569-2.762-6.713-5.844a9 9 0 0 1-.429-1.53 9.541 9.541 0 0 1-.165-1.55c-.077-3.874 2.41-7.077 6.041-7.451h.11l.011-.022Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M198.94 90.242a6.74 6.74 0 0 0 1.761.066c.044 0 .099 0 .143-.011.319-.033.627-.088.925-.165l2.388 12.391 2.377 12.325-2.785.319-2.377-12.336-2.432-12.6v.01Zm-61.308-1.662a8.987 8.987 0 0 0-.441-1.552l11.698-1.232.606 3.136-11.698 1.244c0-.517-.066-1.057-.165-1.596Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M173.849 74.197c1.067-.088 2.058.748 2.278 1.87l1.298 6.724.595 3.103 1.298 6.724c.209 1.145-.44 2.157-1.485 2.278l-13.272 1.442-2.861.308-8.606.935c-1.067.1-2.102-.737-2.311-1.882l-1.298-6.778-.606-3.137-1.507-7.439c-.22-1.155.451-2.168 1.507-2.278l24.948-1.881.022.01Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m164.573 96.35 2.003 10.398 2.63 13.679a1.868 1.868 0 0 0-1.067-.231c-.507.044-.98.308-1.277.77l-.363.551-2.784-14.449-2.003-10.41 2.861-.309Zm27.069-15.044c0 .506.066 1.023.166 1.552.099.528.242 1.045.429 1.53l-14.207 1.507-.594-3.103 14.206-1.497v.01Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M128.389 80.998c3.753-.33 7.395 2.256 8.815 6.03.187.496.33 1.024.44 1.552a9.96 9.96 0 0 1 .165 1.596c.066 3.95-2.52 7.219-6.305 7.626-.055 0-.111.011-.166.011-4.236.374-8.363-2.993-9.232-7.582-.892-4.644 1.87-8.782 6.173-9.222h.11V81Zm39.748 39.198c.352-.033.726.044 1.068.231.121.066.231.143.341.231l7.56 6.108.55.44c.781.627 1.079 1.717.748 2.586-.044.121-.11.242-.176.352l-5.282 8.143a1.66 1.66 0 0 1-1.287.782c-.474.044-.969-.11-1.398-.451l-8.154-6.548a2.448 2.448 0 0 1-.297-.286c-.65-.749-.782-1.86-.265-2.652l.364-.551 4.6-7.054.363-.55c.297-.462.77-.726 1.276-.77l-.011-.011Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m177.107 126.766 13.294-1.585.594 3.092-12.589 1.508c.33-.869.033-1.959-.748-2.586l-.551-.44v.011Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M213.939 113.979c1.046-.088 2.025.726 2.234 1.837l3.159 16.397c.22 1.134-.43 2.146-1.453 2.278l-23.242 2.861c-1.067.099-2.058-.726-2.267-1.837l-1.397-7.241-.594-3.093-1.2-6.195c-.22-1.145.44-2.168 1.475-2.289l13.073-1.519 2.784-.319 7.406-.858.022-.022Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M146.095 132.598a9.858 9.858 0 0 0-.65-2.069l16.463-1.959-.363.551c-.517.792-.385 1.903.264 2.652l-15.571 1.87a8.814 8.814 0 0 0-.143-1.045Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M136.974 125.093c3.532-.308 6.955 1.981 8.473 5.436.286.65.506 1.343.649 2.069.066.352.111.705.144 1.046.33 4.192-2.311 7.791-6.262 8.275-.088 0-.176.022-.253.022-4.193.363-8.254-2.938-9.134-7.505-.891-4.644 1.871-8.826 6.152-9.321.077 0 .154-.022.231-.022Z"/>
17
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg id="tnt-Scene-ChartBar" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m108.418 192.85 147.17-26.278c.917-.166.95-1.457.056-1.678l-92.284-22.988a8.494 8.494 0 0 0-3.379-.155l-116.2 17.909c-2.053.32-2.45 3.103-.563 3.986l61.854 28.763a5.528 5.528 0 0 0 3.346.43v.011Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.912 61.771 170.092-10.23 21.857 95.049c.15.64.17 1.269.1 1.848-.07.58-.26 1.129-.54 1.599-.28.469-.64.869-1.079 1.169-.44.3-.95.499-1.519.569L92.368 172.386c-.7.089-1.39.02-2.039-.16a5.27 5.27 0 0 1-1.809-.919 5.77 5.77 0 0 1-1.379-1.529 5.451 5.451 0 0 1-.75-1.978L67.912 61.771Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M230.358 36.005c.56-.03 1.12.07 1.649.26.53.19 1.04.49 1.499.87.46.379.86.828 1.18 1.338.32.51.569 1.079.709 1.678l2.619 11.38L67.912 61.77l-2.198-12.648a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.369-.46.839-.84 1.388-1.109.55-.27 1.17-.44 1.85-.48l160.556-8.042ZM78.426 56.235a3.66 3.66 0 0 0 1.47-.389c.43-.22.799-.53 1.089-.899.29-.37.5-.8.62-1.269.12-.47.13-.979.04-1.508a4.101 4.101 0 0 0-.57-1.479 4.73 4.73 0 0 0-1.05-1.179c-.41-.33-.89-.59-1.389-.759-.5-.17-1.04-.25-1.579-.22-.54.03-1.03.16-1.47.38a3.32 3.32 0 0 0-1.098.9c-.3.369-.51.798-.62 1.268-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.489a4.713 4.713 0 0 0 2.449 1.938c.499.17 1.039.25 1.578.22"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M92.368 172.376c-.7.09-1.389.02-2.038-.16a5.433 5.433 0 0 1-1.81-.919 5.786 5.786 0 0 1-1.379-1.528 5.39 5.39 0 0 1-.75-1.979L67.913 61.772l-2.198-12.648c-.06-.32-.08-.64-.07-.95 0-.309.05-.609.12-.898.07-.29.17-.57.29-.83.12-.26.28-.51.45-.739l-2.789 3.627c-.17.23-.32.47-.45.729a4.33 4.33 0 0 0-.41 1.708c0 .31.01.62.07.94l2.17 12.507 18.159 104.86c.12.71.38 1.369.74 1.958a5.504 5.504 0 0 0 3.148 2.418c.649.19 1.329.25 2.018.16l162.976-20.59 4.687-2.258-164.455 20.61Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M77.058 48.524c.54-.03 1.07.05 1.58.22.509.17.969.429 1.388.759.42.33.77.729 1.05 1.179.28.45.48.949.57 1.478.09.53.08 1.04-.04 1.509-.12.47-.33.899-.62 1.269-.29.37-.66.679-1.09.899-.43.22-.929.36-1.469.39a4.23 4.23 0 0 1-1.579-.22 4.46 4.46 0 0 1-1.389-.76 4.77 4.77 0 0 1-1.06-1.179 4.08 4.08 0 0 1-.569-1.488c-.09-.54-.07-1.05.04-1.519.11-.47.33-.909.62-1.269.29-.36.66-.669 1.1-.899.439-.23.928-.36 1.468-.38v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M171.837 110.224c1.078-.099 2.079.726 2.3 1.849l1.628 8.473c.22 1.145-.44 2.168-1.496 2.289l-42.874 5.04c-1.112.099-2.124-.726-2.344-1.871l-1.651-8.594c-.22-1.167.473-2.201 1.541-2.322l42.896-4.864Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M199.286 69.714c1.046-.088 2.036.738 2.245 1.86l1.618 8.364c.22 1.133-.429 2.145-1.453 2.245l-77.491 7.004c-1.1.1-2.135-.748-2.355-1.893l-1.65-8.583c-.231-1.167.462-2.19 1.54-2.3l77.535-6.708.011.011Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M180.782 90.337c1.056-.088 2.058.737 2.267 1.87l1.629 8.419c.22 1.144-.441 2.157-1.475 2.278l-55.266 5.771c-1.112.099-2.124-.737-2.344-1.881l-1.651-8.595c-.231-1.166.462-2.19 1.541-2.3l55.299-5.563Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M163.041 131.257c1.09-.099 2.08.726 2.3 1.849l1.629 8.495c.22 1.156-.451 2.19-1.508 2.322l-30.042 3.709c-1.111.099-2.135-.726-2.344-1.871l-1.651-8.583c-.231-1.167.462-2.212 1.541-2.344l30.064-3.588.011.011Z"/>
12
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg id="tnt-Scene-ChartBullet" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m108.418 192.85 147.17-26.278c.917-.166.95-1.457.056-1.678l-92.284-22.988a8.494 8.494 0 0 0-3.379-.155l-116.2 17.909c-2.053.32-2.45 3.103-.563 3.986l61.854 28.763a5.528 5.528 0 0 0 3.346.43v.011Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M77.057 48.524c.54-.03 1.07.05 1.58.22.509.17.969.429 1.388.759.42.33.77.729 1.05 1.179.28.45.48.949.57 1.478.09.53.08 1.04-.04 1.509-.12.47-.33.899-.62 1.269-.29.37-.66.679-1.09.899-.43.22-.929.36-1.469.39a4.23 4.23 0 0 1-1.579-.22 4.46 4.46 0 0 1-1.389-.76c-.41-.33-.78-.73-1.06-1.179a4.082 4.082 0 0 1-.569-1.488c-.09-.54-.07-1.05.04-1.519.11-.47.33-.909.62-1.269.29-.36.66-.669 1.1-.899.439-.23.928-.36 1.468-.38v.01Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.912 61.771 170.092-10.23 21.857 95.049c.15.64.17 1.269.1 1.848-.07.58-.26 1.129-.54 1.599-.28.469-.64.869-1.079 1.169-.44.3-.95.499-1.519.569L92.368 172.386c-.7.089-1.39.02-2.039-.16a5.27 5.27 0 0 1-1.809-.919 5.77 5.77 0 0 1-1.379-1.529 5.451 5.451 0 0 1-.75-1.978L67.912 61.771Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M230.358 36.005c.56-.03 1.12.07 1.649.26.53.19 1.04.49 1.499.87.46.379.86.828 1.18 1.338.32.51.569 1.079.709 1.678l2.619 11.38L67.912 61.77l-2.198-12.648a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.369-.46.839-.84 1.388-1.109.55-.27 1.17-.44 1.85-.48l160.556-8.042ZM78.426 56.235a3.66 3.66 0 0 0 1.47-.389c.43-.22.799-.53 1.089-.899.29-.37.5-.8.62-1.269.12-.47.13-.979.04-1.508a4.101 4.101 0 0 0-.57-1.479 4.73 4.73 0 0 0-1.05-1.179c-.41-.33-.89-.59-1.389-.759-.5-.17-1.04-.25-1.579-.22-.54.03-1.03.16-1.47.38a3.32 3.32 0 0 0-1.098.9c-.3.369-.51.798-.62 1.268-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.489a4.713 4.713 0 0 0 2.449 1.938c.499.17 1.039.25 1.578.22"/>
7
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M92.368 172.376c-.7.09-1.389.02-2.038-.16a5.433 5.433 0 0 1-1.81-.919 5.786 5.786 0 0 1-1.379-1.528 5.39 5.39 0 0 1-.75-1.979L67.913 61.772l-2.198-12.648c-.06-.32-.08-.64-.07-.95 0-.309.05-.609.12-.898.07-.29.17-.57.29-.83.12-.26.28-.51.45-.739l-2.789 3.627c-.17.23-.32.47-.45.729a4.33 4.33 0 0 0-.41 1.708c0 .31.01.62.07.94l2.17 12.507 18.159 104.86c.12.71.38 1.369.74 1.958a5.504 5.504 0 0 0 3.148 2.418c.649.19 1.329.25 2.018.16l162.976-20.59 4.687-2.258-164.455 20.61Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m180.425 146.336-8.702-45.182 15.013-1.672 8.673 45.025c.288 1.498-.576 2.838-1.931 3.011l-10.071 1.239c-1.412.13-2.708-.937-2.996-2.421h.014Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M210.177 96.874c1.384-.115 2.666.95 2.954 2.42l8.112 42.056c.273 1.499-.577 2.824-1.902 2.997l-9.942 1.225c-1.397.13-2.679-.937-2.968-2.406l-8.126-42.2c-.288-1.499.577-2.81 1.917-2.968l9.955-1.11v-.014Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M187.442 95.26c1.037-.087 2.017.72 2.233 1.815.216 1.124-.432 2.118-1.455 2.233l-1.469.159-15.013 1.671-1.484.158c-1.066.087-2.046-.734-2.262-1.844-.216-1.124.432-2.132 1.469-2.233l1.499-.158 15.027-1.657 1.484-.159-.029.014Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M151.062 66.359c1.397-.13 2.723.98 3.011 2.464l9.192 47.747-15.2 1.743-9.221-47.906c-.288-1.512.605-2.838 1.988-2.996l10.23-1.052Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M133.384 115.489c1.441-.13 2.767.965 3.04 2.449l6.354 33.008c.288 1.513-.591 2.882-1.988 3.055l-10.316 1.268c-1.455.129-2.781-.951-3.069-2.45l-6.368-33.123c-.288-1.527.619-2.882 2.017-3.04l10.33-1.167Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M164.822 116.396c1.008-.086 1.988.735 2.204 1.83.216 1.124-.447 2.132-1.47 2.248l-1.498.173-15.2 1.757-1.513.173c-1.066.087-2.06-.72-2.276-1.844-.217-1.138.461-2.147 1.498-2.262l1.498-.173 15.201-1.743 1.498-.173h.058v.014Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color15)" d="m154.073 149.563-5.216-27.144 15.201-1.758 5.201 27.043c.288 1.513-.591 2.868-1.96 3.04l-10.2 1.24h-.087c-1.354.115-2.651-.951-2.939-2.435v.014Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M180.771 81.514c1.383-.115 2.694.966 2.982 2.435l2.205 11.469-15.028 1.657-2.218-11.498c-.289-1.498.576-2.824 1.959-2.968l10.085-1.08.015-.015Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M132.965 91.817c1.081-.1 2.075.72 2.291 1.844.216 1.124-.461 2.147-1.498 2.262l-18.457 2.017c-1.08.101-2.089-.734-2.305-1.858-.216-1.139.461-2.147 1.513-2.262l18.456-1.989v-.014Zm77.457-14.322c1.023-.087 2.002.72 2.219 1.83.216 1.109-.433 2.103-1.441 2.204l-17.779 1.916c-1.038.087-2.017-.72-2.234-1.83-.216-1.11.447-2.118 1.456-2.219l17.764-1.901h.015Z"/>
17
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg id="tnt-Scene-ChartDoughnut" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m108.418 192.85 147.17-26.279c.917-.166.95-1.457.056-1.678l-92.284-22.988a8.494 8.494 0 0 0-3.379-.155l-116.2 17.909c-2.053.32-2.45 3.103-.563 3.986l61.854 28.763a5.528 5.528 0 0 0 3.346.43v.012Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.912 61.77 170.092-10.23 21.857 95.049c.15.64.17 1.269.1 1.848-.07.58-.26 1.129-.54 1.599s-.64.869-1.079 1.169c-.44.3-.95.499-1.519.569L92.368 172.385c-.7.09-1.39.02-2.039-.16a5.27 5.27 0 0 1-1.809-.919 5.773 5.773 0 0 1-1.379-1.529 5.451 5.451 0 0 1-.75-1.978L67.912 61.77Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M230.358 36.005c.56-.03 1.12.07 1.649.26.53.19 1.04.49 1.499.87.46.379.86.828 1.18 1.338.32.51.569 1.079.709 1.678l2.619 11.38L67.912 61.77l-2.198-12.648a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.369-.46.839-.84 1.388-1.109.55-.27 1.17-.44 1.85-.48l160.556-8.042ZM78.426 56.235a3.66 3.66 0 0 0 1.47-.389c.43-.22.799-.53 1.089-.899.29-.37.5-.8.62-1.269.12-.47.13-.979.04-1.508a4.101 4.101 0 0 0-.57-1.479 4.73 4.73 0 0 0-1.05-1.179c-.41-.33-.89-.59-1.389-.759-.5-.17-1.04-.25-1.579-.22-.54.03-1.03.16-1.47.38a3.32 3.32 0 0 0-1.098.9c-.3.369-.51.798-.62 1.268-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.489a4.713 4.713 0 0 0 2.449 1.938c.499.17 1.039.25 1.578.22"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M92.368 172.375c-.7.089-1.389.02-2.038-.16-.65-.19-1.27-.5-1.81-.919a5.79 5.79 0 0 1-1.379-1.529 5.385 5.385 0 0 1-.75-1.978L67.913 61.77l-2.198-12.648c-.06-.32-.08-.64-.07-.949 0-.31.05-.61.12-.899.07-.29.17-.57.29-.83.12-.259.28-.509.45-.738l-2.789 3.626c-.17.23-.32.47-.45.73a4.33 4.33 0 0 0-.41 1.708c0 .31.01.62.07.939l2.17 12.508 18.159 104.86c.12.709.38 1.368.74 1.958a5.51 5.51 0 0 0 3.148 2.418 4.908 4.908 0 0 0 2.018.159l162.976-20.59 4.687-2.258-164.455 20.611Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M77.058 48.523c.54-.03 1.07.05 1.58.22.509.17.969.43 1.388.76.42.329.77.728 1.05 1.178.28.45.48.95.57 1.479.09.53.08 1.039-.04 1.508-.12.47-.33.9-.62 1.269-.29.37-.66.68-1.09.9-.43.219-.929.359-1.469.389a4.23 4.23 0 0 1-1.579-.22 4.46 4.46 0 0 1-1.389-.76 4.765 4.765 0 0 1-1.06-1.178 4.08 4.08 0 0 1-.569-1.489c-.09-.54-.07-1.049.04-1.518.11-.47.33-.91.62-1.269a3.407 3.407 0 0 1 2.568-1.279v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M196.788 110.691c.722-.028 1.387.609 1.458 1.388l.043.623c-.057-.779-.708-1.416-1.43-1.416l-12.415.071c-.779.056-1.246.679-1.218 1.444.128 2.902-.297 5.776-1.217 8.394-1.076 3.072-2.831 5.748-5.125 7.829a17.72 17.72 0 0 1-10.504 4.587 19.578 19.578 0 0 1-5.648-.354 1.277 1.277 0 0 0-1.557 1.061l-2.039 13.223c-.113.75.34 1.514 1.034 1.712-6.413-1.528-12.529-4.855-17.668-9.668-5.69-5.309-9.951-12.175-12.231-19.72-2.279-7.531-2.463-15.402-.538-22.58a36.07 36.07 0 0 1 3.355-8.267c-.311.637-.042 1.5.595 1.94l11.41 7.53c.283.185.595.255.878.227a1.28 1.28 0 0 0 .991-.623c1.529-2.548 3.581-4.643 6.044-6.158.34-.212.694-.41 1.048-.594a18.149 18.149 0 0 0-2.86 1.882c-3.114 2.506-5.337 6.045-6.427 10.136-1.09 4.092-.991 8.579.326 12.897a25.472 25.472 0 0 0 6.965 11.268c3.242 3.044 7.149 5.054 11.226 5.805 1.727.311 3.468.396 5.153.254a17.928 17.928 0 0 0 6.512-1.84c3.525-1.784 6.356-4.714 8.168-8.395 1.6-3.284 2.336-7.05 2.109-10.914-.042-.765.425-1.402 1.119-1.458l12.5-.284h-.057Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M168.83 64.202h.156c4.232.198 8.494 1.203 12.556 2.972 4.474 1.94 8.664 4.785 12.288 8.367a44.423 44.423 0 0 1 8.876 12.443 44.01 44.01 0 0 1 4.006 13.222c.1.751-.368 1.374-1.033 1.43l-14.977.043c-.722 0-1.388-.652-1.501-1.43a23.058 23.058 0 0 0-1.911-5.96 22.777 22.777 0 0 0-4.488-6.271c-1.84-1.798-3.935-3.214-6.2-4.19a18.042 18.042 0 0 0-5.649-1.43c-.736-.057-1.387-.694-1.486-1.487l-1.642-16.322c-.071-.722.368-1.345 1.019-1.401l-.014.014Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M155.777 72.908a33.028 33.028 0 0 1 1.67-.099c.737-.028 1.388.623 1.473 1.416l1.387 13.646c.085.793-.453 1.43-1.161 1.487-.113 0-.212.014-.297.028-.708.057-1.359.156-2.01.283-.128.029-.227.043-.326.071-.099.028-.198.043-.283.07-.042 0-.085.03-.142.03-.056 0-.085.027-.141.027-.057.015-.128.029-.184.043-.793.212-1.515.453-2.209.736-.113.043-.184.07-.254.1-.184.07-.326.14-.468.212a.487.487 0 0 1-.127.056c-.057.028-.127.057-.184.085a17.19 17.19 0 0 0-1.529.835c-2.463 1.515-4.516 3.624-6.045 6.158a1.277 1.277 0 0 1-.991.623 1.366 1.366 0 0 1-.877-.226l-11.41-7.532c-.637-.438-.906-1.288-.595-1.939.326-.594.637-1.104.963-1.614.141-.212.24-.382.354-.552.141-.212.254-.382.382-.566.127-.184.241-.34.34-.481.042-.057.085-.114.127-.184l.212-.298c.057-.07.099-.141.156-.198.071-.085.142-.184.212-.269l.34-.425c.043-.056.099-.113.142-.17.085-.099.155-.198.24-.283.043-.042.085-.099.114-.141l.254-.297c.029-.043.071-.071.1-.114.311-.354.622-.693.948-1.033.127-.127.227-.24.34-.354.495-.496.948-.934 1.415-1.36.043-.041.085-.07.128-.112.099-.085.184-.17.283-.241.057-.057.113-.1.17-.141.099-.085.212-.17.311-.27.114-.099.241-.198.354-.297.057-.056.128-.099.198-.155.085-.071.17-.128.255-.199.043-.042.099-.07.142-.113.099-.085.212-.156.325-.24.029-.029.071-.043.099-.071.128-.1.269-.199.397-.298.623-.439 1.231-.85 1.854-1.231a31.185 31.185 0 0 1 13.562-4.445l-.014.042Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m184.33 111.371 12.515-.085c.721 0 1.387.651 1.443 1.43.029.326.043.637.057.963 0 .269.014.41.028.552 0 .354.015.594.015.849v1.67c0 .185 0 .369-.015.553v.24c0 .114 0 .241-.014.354 0 .085 0 .17-.014.255 0 .113-.014.241-.028.354 0 .071 0 .156-.014.226l-.043.552c0 .085-.014.156-.028.241 0 .113-.028.212-.028.326 0 .099-.029.212-.029.311 0 .085-.014.156-.028.241 0 .113-.028.226-.043.34 0 .042 0 .099-.014.141a37.082 37.082 0 0 1-1.798 7.503c-1.373 3.95-3.397 7.531-5.959 10.603-.071.085-.142.17-.213.241-.042.056-.085.099-.127.156a4.761 4.761 0 0 1-.354.396 33.577 33.577 0 0 1-2.223 2.265 30.68 30.68 0 0 1-7.191 4.941c-.17.084-.255.127-.326.155a30.945 30.945 0 0 1-6.554 2.279c-1.416.326-2.86.553-4.318.68-3.539.311-7.149.042-10.73-.807a1.584 1.584 0 0 1-1.119-1.741l2.039-13.222a1.275 1.275 0 0 1 1.147-1.09c.127 0 .269 0 .41.028 1.883.396 3.794.51 5.648.354a19.787 19.787 0 0 0 2.407-.368 17.724 17.724 0 0 0 8.098-4.219c2.293-2.095 4.048-4.77 5.124-7.828.934-2.633 1.345-5.493 1.218-8.395-.029-.764.438-1.373 1.118-1.43l-.057-.014Z"/>
12
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg id="tnt-Scene-ChartFlow" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m107.776 192.851 147.171-26.278c.917-.166.95-1.458.056-1.679l-92.285-22.988a8.512 8.512 0 0 0-3.379-.155l-116.2 17.91c-2.054.32-2.451 3.102-.563 3.986l61.854 28.763a5.527 5.527 0 0 0 3.346.43v.011Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.269 61.771 170.092-10.23 21.858 95.05c.15.639.17 1.269.1 1.848-.07.58-.26 1.129-.54 1.599-.28.469-.64.869-1.079 1.169-.44.299-.95.499-1.52.569l-164.455 20.61c-.7.09-1.39.02-2.04-.159a5.27 5.27 0 0 1-1.808-.919c-.54-.42-1.01-.93-1.38-1.529a5.451 5.451 0 0 1-.749-1.978l-18.48-106.03Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M229.716 36.005a4.23 4.23 0 0 1 1.649.26c.53.19 1.039.49 1.499.87.46.379.86.828 1.179 1.338.32.51.57 1.079.71 1.678l2.619 11.38L67.269 61.77 65.07 49.123a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.37-.46.84-.84 1.389-1.109.55-.27 1.17-.44 1.849-.48l160.558-8.042ZM77.783 56.236c.54-.03 1.04-.17 1.469-.39.43-.22.8-.53 1.09-.899.29-.37.5-.799.619-1.269.12-.47.13-.979.04-1.508a4.105 4.105 0 0 0-.57-1.479c-.28-.45-.64-.849-1.05-1.178a4.59 4.59 0 0 0-1.388-.76c-.5-.17-1.04-.25-1.58-.22s-1.029.16-1.469.38c-.44.22-.8.53-1.099.9-.3.369-.51.798-.62 1.268-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.49a4.713 4.713 0 0 0 2.449 1.938c.5.17 1.04.249 1.579.22"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M91.725 172.376c-.7.09-1.39.02-2.039-.16a5.433 5.433 0 0 1-1.809-.919 5.774 5.774 0 0 1-1.379-1.529 5.378 5.378 0 0 1-.75-1.978L67.27 61.77l-2.2-12.646c-.06-.32-.08-.64-.07-.95 0-.309.05-.609.12-.898.07-.29.17-.57.29-.83.12-.26.28-.51.45-.739l-2.789 3.627c-.17.23-.32.47-.45.729a4.336 4.336 0 0 0-.41 1.708c0 .31.01.62.07.94l2.17 12.508 18.16 104.86c.12.71.379 1.369.739 1.958a5.513 5.513 0 0 0 3.148 2.418c.65.19 1.33.25 2.019.16l162.977-20.591 4.687-2.257-164.456 20.61Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M76.414 48.524c.54-.03 1.07.05 1.579.22.51.17.97.429 1.389.759.42.33.77.729 1.05 1.179.28.45.48.949.57 1.478.089.53.079 1.04-.04 1.509-.12.47-.33.899-.62 1.269-.29.37-.66.679-1.09.899-.43.22-.93.36-1.47.39a4.222 4.222 0 0 1-1.578-.22c-.51-.17-.98-.43-1.39-.76a4.766 4.766 0 0 1-1.059-1.179c-.28-.45-.48-.949-.57-1.488-.09-.54-.07-1.05.04-1.519.11-.47.33-.909.62-1.269.29-.36.66-.669 1.1-.899.44-.23.929-.36 1.469-.38v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M218.792 92.823c1.35-.114 2.628.937 2.898 2.386l2.116 11.051c.284 1.463-.554 2.769-1.86 2.911l-22.03 2.529c-1.378.127-2.656-.938-2.926-2.387l-.483-2.5-.767-3.991-.895-4.63c-.284-1.477.582-2.784 1.903-2.926l22.03-2.443h.014Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m181.053 104.469 14.687-1.647.767 3.991-15.624 1.761.483-.738c.639-1.009.483-2.415-.313-3.367Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M166.437 93.377c.611-.057 1.265.142 1.818.596l12.386 10.085c.156.128.284.255.412.412.81.966.966 2.372.312 3.366l-.482.739-7.074 10.851-.511.781a2.163 2.163 0 0 1-1.634.995 2.405 2.405 0 0 1-1.306-.256 3.399 3.399 0 0 1-.512-.327l-11.689-9.459-.753-.611c-1.009-.81-1.392-2.202-.98-3.31.057-.17.142-.326.241-.482l8.125-12.372c.383-.596.98-.923 1.633-.98l.014-.028Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m173.823 119.426 3.65 18.962c.071.369.384.639.711.61l11.902-1.434.767 4.005-11.874 1.435s-.099 0-.142.014c-2.315.199-4.545-1.648-5.042-4.19l-3.438-17.897a2.4 2.4 0 0 0 1.307.256 2.141 2.141 0 0 0 1.634-.994l.511-.781.014.014Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M136.908 101.87c1.392-.128 2.713.952 2.997 2.429l.895 4.687.781 4.048.483 2.528c.298 1.506-.582 2.827-1.96 2.983l-24.657 2.827c-1.435.128-2.756-.966-3.04-2.443l-2.187-11.349c-.284-1.506.61-2.841 2.002-2.983l10.653-1.179 3.75-.412 10.269-1.136h.014Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m123.485 86.644 3.153 16.363-3.749.412-3.154-16.377 3.75-.398Zm32.953 20.581c-.411 1.108-.028 2.5.981 3.31l.752.61-16.575 1.875-.782-4.048 15.639-1.747h-.015Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M225.085 126.33c1.363-.114 2.613.923 2.883 2.357l2.131 11.051c.284 1.463-.554 2.77-1.875 2.94l-33.876 4.148c-1.392.127-2.656-.924-2.94-2.372l-.554-2.898-.767-4.005-.81-4.247c-.284-1.478.568-2.798 1.904-2.955l33.904-4.034v.015Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M139.536 67.455c1.392-.128 2.713.966 2.997 2.443l2.258 11.732c.284 1.491-.596 2.798-1.96 2.954l-19.345 2.046-3.75.397-12.315 1.307c-1.42.128-2.755-.966-3.039-2.443l-2.273-11.86c-.284-1.506.611-2.827 2.003-2.969l35.424-3.622v.015Z"/>
16
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg id="tnt-Scene-ChartGantt" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m108.418 192.851 147.171-26.279c.916-.166.949-1.457.055-1.678l-92.284-22.988a8.494 8.494 0 0 0-3.379-.155l-116.2 17.909c-2.053.32-2.45 3.103-.563 3.986l61.854 28.763a5.536 5.536 0 0 0 3.346.431v.011Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.912 61.771 170.092-10.23 21.857 95.049c.15.64.17 1.269.1 1.849a4.093 4.093 0 0 1-.54 1.598c-.28.47-.639.869-1.079 1.169-.44.3-.949.499-1.519.569L92.368 172.386c-.7.09-1.39.02-2.039-.16a5.27 5.27 0 0 1-1.809-.919 5.774 5.774 0 0 1-1.379-1.529 5.453 5.453 0 0 1-.75-1.978L67.912 61.771Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M230.357 36.005c.56-.03 1.12.07 1.65.26.529.19 1.039.49 1.499.87.459.379.859.828 1.179 1.338.32.51.57 1.079.71 1.678l2.618 11.38L67.911 61.77l-2.198-12.648a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.369-.46.839-.84 1.388-1.109.55-.27 1.17-.44 1.85-.48l160.556-8.042ZM78.425 56.236c.54-.03 1.04-.17 1.47-.39.43-.22.799-.53 1.089-.899.29-.37.5-.8.62-1.269.12-.47.13-.979.04-1.508a4.105 4.105 0 0 0-.57-1.479 4.73 4.73 0 0 0-1.05-1.179 4.59 4.59 0 0 0-1.389-.759c-.5-.17-1.04-.25-1.579-.22-.54.03-1.03.16-1.469.38-.44.22-.8.53-1.1.9-.3.369-.51.798-.619 1.268-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.489a4.713 4.713 0 0 0 2.448 1.938c.5.17 1.04.25 1.58.22"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M92.368 172.376c-.7.09-1.389.02-2.038-.16a5.414 5.414 0 0 1-1.81-.919 5.77 5.77 0 0 1-1.379-1.528 5.39 5.39 0 0 1-.75-1.978L67.913 61.771l-2.198-12.647c-.06-.32-.08-.64-.07-.95 0-.309.05-.609.12-.898.07-.29.17-.57.29-.83.12-.26.28-.51.45-.739l-2.789 3.627c-.17.23-.32.47-.45.729a4.33 4.33 0 0 0-.41 1.708c0 .31.01.62.07.94l2.17 12.507 18.159 104.86c.12.71.38 1.369.74 1.959a5.63 5.63 0 0 0 1.359 1.508c.54.41 1.139.719 1.788.909.65.19 1.33.25 2.02.16l162.975-20.59 4.687-2.258-164.455 20.61Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M77.058 48.524c.54-.03 1.07.05 1.58.22.509.17.969.429 1.388.759.42.33.77.729 1.05 1.179.28.45.48.949.57 1.478.09.53.08 1.04-.04 1.509-.12.47-.33.899-.62 1.269-.29.37-.66.679-1.09.899-.43.22-.929.36-1.469.39a4.23 4.23 0 0 1-1.579-.22 4.46 4.46 0 0 1-1.389-.76 4.77 4.77 0 0 1-1.06-1.179 4.08 4.08 0 0 1-.569-1.488c-.09-.54-.07-1.05.04-1.519.11-.47.33-.909.62-1.269.29-.36.66-.669 1.1-.899.439-.23.928-.36 1.468-.38v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M134.911 153.244 123.678 94.82l3.612-.397 11.22 58.369c.205 1.081-.438 2.053-1.423 2.176-1.027.096-1.971-.67-2.176-1.738v.014Zm33.032-37.475 3.435-.397h.095l6.281 32.619c.205 1.067-.411 2.025-1.382 2.148-1.026.096-1.929-.67-2.135-1.724l-6.28-32.632-.014-.014Zm-7.827-50.052c.985-.082 1.943.684 2.148 1.751l6.198 32.209-3.53.383-6.198-32.222c-.205-1.067.41-2.025 1.395-2.121h-.013Zm38.639-3.941c.971-.082 1.902.685 2.107 1.738l11.028 57.221-3.461.41L197.4 63.87c-.205-1.054.397-1.998 1.369-2.093h-.014Zm-78.003 7.937c.985-.082 1.929.711 2.135 1.765l1.368 7.088-3.612.369-1.369-7.101c-.205-1.081.438-2.039 1.437-2.135h.041v.014Zm92.014 73.952-1.341-6.964 3.461-.425 1.341 6.965c.206 1.053-.41 2.011-1.368 2.134h-.055c-.93.082-1.847-.67-2.038-1.724v.014Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M145.256 76.403c1.327-.123 2.6.917 2.874 2.34l2.025 10.577c.273 1.436-.561 2.695-1.875 2.832l-20.989 2.271-3.612.397-12.944 1.396c-1.368.123-2.654-.93-2.928-2.354l-2.052-10.686c-.274-1.45.588-2.736 1.929-2.873l12.944-1.34 3.612-.37 21.003-2.19h.013Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M223.07 119.435c1.313-.11 2.517.903 2.777 2.285l2.012 10.398c.273 1.396-.534 2.668-1.793 2.819l-11.178 1.354-3.462.425-25.737 3.106c-1.341.123-2.572-.89-2.846-2.299l-2.025-10.522c-.273-1.423.548-2.695 1.847-2.846l25.751-3.01 3.462-.411 11.178-1.313.014.014Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M167.934 99.775c1.354-.095 2.572.931 2.846 2.313l2.039 10.535c.26 1.382-.52 2.641-1.779 2.833h-.096l-3.434.396-31.06 3.558c-1.368.123-2.627-.917-2.9-2.34l-2.039-10.631c-.287-1.451.561-2.723 1.888-2.874l31.073-3.434 3.448-.383.014.027Zm30.097-3.369c1.313-.109 2.545.904 2.805 2.313l2.011 10.453c.274 1.41-.547 2.668-1.82 2.819l-20.264 2.326c-1.327.123-2.572-.903-2.846-2.312l-2.025-10.522c-.273-1.423.548-2.682 1.848-2.833l20.277-2.244h.014Z"/>
12
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg id="tnt-Scene-ChartOrg" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m107.816 192.85 147.171-26.279c.916-.165.949-1.457.055-1.678l-92.284-22.988a8.512 8.512 0 0 0-3.379-.155L43.18 159.66c-2.054.32-2.451 3.102-.563 3.986l61.854 28.762a5.525 5.525 0 0 0 3.345.431v.011Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.31 61.77 170.092-10.23 21.857 95.05c.15.639.17 1.268.1 1.848a4.093 4.093 0 0 1-.54 1.598c-.28.47-.639.869-1.079 1.169-.44.3-.95.5-1.519.57l-164.455 20.61c-.7.09-1.389.02-2.038-.16a5.252 5.252 0 0 1-1.81-.919 5.774 5.774 0 0 1-1.379-1.529 5.444 5.444 0 0 1-.75-1.978L67.312 61.771Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M229.757 36.005c.56-.03 1.12.07 1.649.26.53.19 1.04.49 1.5.87a5.613 5.613 0 0 1 1.888 3.016l2.619 11.38L67.312 61.77l-2.199-12.648a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.37-.46.84-.84 1.389-1.109.55-.27 1.17-.44 1.849-.48l160.556-8.042ZM77.826 56.235c.54-.03 1.04-.169 1.469-.389.43-.22.8-.53 1.09-.899.289-.37.499-.8.619-1.269.12-.47.13-.979.04-1.508a4.101 4.101 0 0 0-.57-1.479 4.73 4.73 0 0 0-1.05-1.179 4.558 4.558 0 0 0-1.388-.759c-.5-.17-1.04-.25-1.58-.22s-1.029.16-1.469.38c-.44.22-.8.53-1.099.899-.3.37-.51.8-.62 1.269-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.489a4.71 4.71 0 0 0 2.449 1.938 4.2 4.2 0 0 0 1.579.22"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M91.767 172.374c-.7.09-1.39.02-2.04-.159a5.44 5.44 0 0 1-1.808-.92 5.77 5.77 0 0 1-1.38-1.528 5.392 5.392 0 0 1-.749-1.978L67.311 61.77l-2.199-12.648c-.06-.32-.08-.64-.07-.949 0-.31.05-.61.12-.899.07-.29.17-.57.29-.83.12-.259.28-.509.45-.738l-2.789 3.626c-.17.23-.32.47-.45.73a4.337 4.337 0 0 0-.41 1.708c0 .31.01.62.07.939l2.17 12.508 18.16 104.86c.119.709.379 1.368.739 1.958.36.589.83 1.099 1.359 1.508.54.41 1.14.72 1.789.909.65.19 1.329.25 2.019.16l162.975-20.59 4.687-2.258-164.454 20.61Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M76.457 48.523c.54-.03 1.069.05 1.579.22.51.17.97.43 1.389.76.42.329.77.728 1.05 1.178.28.45.479.95.569 1.479.09.53.08 1.039-.04 1.508-.12.47-.33.9-.62 1.269-.29.37-.66.68-1.089.9-.43.219-.93.359-1.47.389a4.23 4.23 0 0 1-1.578-.22c-.51-.17-.98-.43-1.39-.76a4.761 4.761 0 0 1-1.059-1.178c-.28-.45-.48-.95-.57-1.489a3.85 3.85 0 0 1 .04-1.518c.11-.47.33-.91.62-1.269a3.415 3.415 0 0 1 2.569-1.279v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="M212.185 112.939c6.943-.028 13.445 5.699 14.939 13.404 1.59 8.229-3.127 15.629-10.555 16.528-.152.013-.29.028-.428.041h-.138c-.069 0-.139 0-.208.014h-1.549c-.069 0-.153 0-.222-.014h-.11c-.083 0-.166-.013-.249-.027h-.082c-.097 0-.18-.028-.277-.041-.166-.028-.278-.042-.374-.056-6.072-1.037-11.396-6.335-12.725-13.222-.912-4.731.263-9.186 2.822-12.284a12.13 12.13 0 0 1 2.738-2.448 11.647 11.647 0 0 1 5.063-1.798c.11 0 .222-.028.332-.028.346-.028.691-.041 1.023-.041v-.028Z" clip-rule="evenodd"/>
9
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M211.828 117.516c2.476-.221 4.869 1.785 5.408 4.524.51 2.693-.967 5.127-3.348 5.541l-.247.019a.502.502 0 0 1-.138.014c-2.462.222-4.856-1.771-5.395-4.51-.525-2.807 1.065-5.297 3.596-5.588h.124Zm5.366 13.141c2.268-.208 4.523.72 6.224 2.393l.026.014c-1.203 3.333-3.97 5.768-7.552 6.21-.111.014-.208.028-.319.028-3.486.304-6.901-1.356-9.253-4.15l-.017-.02c1.039-2.078 2.945-3.521 5.303-3.811l5.366-.636c.07-.014.153-.028.222-.028Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M159.238 65.661c7.29-.235 14.219 5.7 15.754 13.68 1.605 8.313-3.236 15.713-10.83 16.543-.096 0-.179.013-.276.027h-.181c-7.469.553-14.716-5.477-16.279-13.665-1.618-8.355 3.306-15.769 10.928-16.543.055 0 .124 0 .179-.014.235-.013.47-.041.705-.041v.013Z" clip-rule="evenodd"/>
11
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M161.134 80.49c-2.545.22-5.021-1.84-5.575-4.62-.539-2.808 1.107-5.326 3.68-5.589h.055c2.559-.22 5.049 1.826 5.588 4.62.539 2.808-1.107 5.312-3.679 5.588h-.083.014Zm3.608 3.084c2.351-.207 4.689.76 6.46 2.49-1.245 3.333-4.067 5.768-7.746 6.155-.069 0-.139 0-.194.014-3.596.318-7.151-1.397-9.572-4.274 1.065-2.089 3.03-3.541 5.436-3.79l5.492-.595h.138-.014Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color14)" fill-rule="evenodd" d="M170.468 117.835c6.833.318 13.086 5.976 14.539 13.528l-.015-.014c.733 3.776.125 7.387-1.466 10.292-1.909 3.457-5.215 5.905-9.336 6.417-.152.014-.291.042-.443.042h-.125c-.096.014-.166.013-.221.013h-1.605c-.082-.013-.151-.013-.22-.013h-.139c-.083-.014-.152-.028-.235-.028h-.111c-.083 0-.166-.027-.248-.027h-.098l-.277-.042c-.179-.028-.276-.055-.386-.069-6.058-1.204-11.301-6.46-12.615-13.293-1.438-7.497 2.337-14.288 8.617-16.252a13.464 13.464 0 0 1 2.296-.484c.124 0 .235-.028.346-.028a9.96 9.96 0 0 1 .913-.042c.276-.014.553 0 .829 0Z" clip-rule="evenodd"/>
13
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M173.498 144.433c-.111 0-.208.028-.319.028-3.554.304-7.04-1.355-9.433-4.177 1.065-2.116 3.015-3.583 5.436-3.873l5.477-.664c.083 0 .153-.014.236-.028 2.309-.207 4.619.733 6.362 2.421-1.245 3.361-4.066 5.837-7.732 6.28l-.027.013Zm-2.392-11.743c-2.517.221-4.965-1.798-5.491-4.565-.539-2.821 1.107-5.352 3.679-5.643.042 0 .097 0 .139-.014 2.517-.221 4.965 1.798 5.491 4.565.553 2.808-1.107 5.339-3.666 5.643-.041 0-.096 0-.138.014h-.014Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="M126.484 122.815c7.234-.042 13.997 5.795 15.505 13.665 1.619 8.396-3.333 15.976-11.079 16.931-.152.014-.304.041-.47.055-.124 0-.236.013-.36.027-7.483.456-14.647-5.49-16.224-13.651-1.619-8.451 3.389-16.031 11.176-16.93.124-.014.249-.028.359-.042.36-.028.72-.041 1.066-.055h.027Z" clip-rule="evenodd"/>
15
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m172.958 90.517 32.809 24.303a11.822 11.822 0 0 0-2.739 2.448l-32.491-24.054a12.291 12.291 0 0 0 2.435-2.71l-.014.013Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M126.071 127.505c2.586-.222 5.076 1.812 5.615 4.619.539 2.836-1.134 5.395-3.762 5.713-.041.013-.095.013-.136.013h-.002c-2.572.222-5.063-1.812-5.603-4.606-.522-2.774 1.046-5.248 3.534-5.689l.23-.05h.124Zm3.788 22.255c-3.623.318-7.179-1.356-9.613-4.205l.001-.029c1.093-2.13 3.098-3.637 5.56-3.928v-.013l5.588-.665c.083-.014.153-.027.235-.027 2.366-.207 4.718.733 6.488 2.434l-.001.042c-1.273 3.402-4.164 5.892-7.912 6.349-.11.014-.235.041-.346.042Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M161.769 95.911c.636.042 1.286.042 1.922 0h.18c.097 0 .194-.014.277-.027.415-.042.83-.111 1.231-.194l4.26 22.131c-.304 0-.609.014-.913.041-.111 0-.221.028-.346.028-.802.097-1.563.263-2.296.484l-4.329-22.463h.014Zm-8.507-3.609a16.197 16.197 0 0 0 3.319 2.186l-22.532 30.485a14.73 14.73 0 0 0-3.748-1.632l22.961-31.039Z"/>
18
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg id="tnt-Scene-ChartPie" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m108.418 192.85 147.17-26.279c.916-.165.949-1.457.055-1.678l-92.284-22.988a8.508 8.508 0 0 0-3.378-.155l-116.2 17.91c-2.053.32-2.45 3.102-.563 3.986l61.854 28.762a5.528 5.528 0 0 0 3.346.431v.011Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m67.913 61.77 170.091-10.23 21.857 95.05c.15.639.17 1.268.1 1.848a4.108 4.108 0 0 1-.539 1.598c-.28.47-.64.869-1.08 1.169-.439.3-.949.5-1.519.57l-164.454 20.61c-.7.09-1.39.02-2.039-.16a5.27 5.27 0 0 1-1.809-.919 5.774 5.774 0 0 1-1.38-1.529 5.453 5.453 0 0 1-.749-1.978L67.913 61.771Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M230.359 36.005c.559-.03 1.119.07 1.649.26s1.039.49 1.499.87c.46.379.859.828 1.179 1.338.32.51.57 1.079.71 1.678l2.618 11.38-170.1 10.24-2.2-12.648a4.46 4.46 0 0 1 .06-1.898c.15-.59.42-1.13.79-1.589.37-.46.84-.84 1.39-1.109a4.804 4.804 0 0 1 1.848-.48l160.557-8.042ZM78.427 56.235c.54-.03 1.04-.169 1.47-.389.43-.22.799-.53 1.089-.899.29-.37.5-.8.62-1.269.12-.47.13-.979.04-1.508a4.105 4.105 0 0 0-.57-1.479 4.73 4.73 0 0 0-1.05-1.179c-.41-.33-.89-.59-1.389-.759-.5-.17-1.04-.25-1.579-.22-.54.03-1.03.16-1.47.38-.439.22-.799.53-1.098.899-.3.37-.51.8-.62 1.269-.11.47-.14.989-.04 1.518.1.53.29 1.04.57 1.489a4.711 4.711 0 0 0 2.448 1.938c.5.17 1.04.25 1.58.22"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M92.37 172.375c-.7.09-1.39.02-2.04-.16a5.413 5.413 0 0 1-1.808-.919 5.77 5.77 0 0 1-1.38-1.528 5.392 5.392 0 0 1-.75-1.978L67.915 61.771l-2.2-12.648c-.06-.32-.08-.64-.07-.949 0-.31.05-.61.12-.899.07-.29.17-.57.29-.83.12-.259.28-.509.45-.739l-2.788 3.627c-.17.23-.32.47-.45.73a4.33 4.33 0 0 0-.41 1.708c0 .31.01.62.07.939l2.17 12.508 18.159 104.859c.12.71.38 1.369.74 1.959a5.504 5.504 0 0 0 3.148 2.417c.649.19 1.329.25 2.018.16l162.975-20.59 4.688-2.258-164.455 20.61Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M77.058 48.523c.54-.03 1.07.05 1.58.22.509.17.969.43 1.388.76.42.329.77.728 1.05 1.178.28.45.48.95.57 1.479.09.53.08 1.039-.04 1.508-.12.47-.33.9-.62 1.269-.29.37-.66.68-1.09.9-.43.219-.929.359-1.469.389-.54.03-1.069-.05-1.579-.22a4.46 4.46 0 0 1-1.389-.76 4.77 4.77 0 0 1-1.06-1.178 4.08 4.08 0 0 1-.569-1.489c-.09-.54-.07-1.049.04-1.518.11-.47.33-.91.62-1.269a3.407 3.407 0 0 1 2.568-1.279v.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M163.871 108.832c.087.812.769 1.465 1.524 1.465l33.623-.159-33.957.159c-.668.058-1.118.494-1.205 1.089l-5.529 35.873c-.116.769.363 1.567 1.089 1.785-6.792-1.625-13.235-5.21-18.604-10.376-5.762-5.544-10.014-12.64-12.219-20.389-2.221-7.75-2.293-15.789-.204-23.103 2.09-7.3 6.211-13.525 11.857-17.879-.523.465-.552 1.365-.059 2.003l22.407 29.154c.174.232.421.32.638.305.32-.029.595-.305.566-.711l.087.798-.014-.014Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m164.959 110.297 34.059-.159c.668 0 1.292.537 1.437 1.248.015.072.029.145.029.232 0 .189.029.392.029.58 0 .102 0 .204.015.305v.639c.014.595.029 1.059.014 1.523v.552c0 .551-.029 1.016-.058 1.48 0 .276-.029.406-.029.537v.189c0 .13-.014.246-.029.377 0 .102-.014.189-.029.29 0 .16-.029.334-.043.494 0 .116-.029.232-.029.333 0 .087-.015.175-.03.262 0 .116-.029.246-.043.362 0 .073-.015.145-.029.218-.029.189-.044.377-.073.566a8.214 8.214 0 0 1-.101.624c-.044.29-.073.45-.102.624-.058.319-.087.493-.13.682-.044.247-.087.45-.131.653-.058.261-.087.421-.131.581 0 .058-.029.116-.043.188a5.378 5.378 0 0 1-.102.407c-.014.072-.029.13-.043.203l-.087.348c-.058.203-.102.406-.16.61-.073.232-.116.391-.16.551a40.45 40.45 0 0 1-.609 1.901c-1.916 5.471-5.021 10.26-9.099 13.989a31.577 31.577 0 0 1-4.455 3.425l-.131.087c-.058.044-.13.087-.188.116a31.378 31.378 0 0 1-8.94 3.773c-.13.029-.203.044-.29.073l-.392.087c-.159.029-.319.073-.464.102l-.232.043c-.044 0-.087.015-.145.029a32.458 32.458 0 0 1-3.57.508 33.15 33.15 0 0 1-4.804.073c-.217 0-.348-.015-.493-.029a2.44 2.44 0 0 1-.319-.029c-.088 0-.16 0-.247-.015a36.21 36.21 0 0 1-4.615-.696l-.551-.131a1.645 1.645 0 0 1-1.147-1.799l5.529-35.874c.087-.609.537-1.045 1.103-1.088l.058-.044Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M185.145 64.251c.246-.029.522.03.769.189 6.603 3.904 12.335 9.476 16.688 16.166 4.339 6.69 7.111 14.265 8.083 22.029.102.769-.391 1.393-1.074 1.451l-38.34-.13c-1.016 0-1.799-1.19-1.407-2.163l14.294-36.773c.174-.45.551-.725.987-.754v-.015Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M156.919 70.796c.581-.044 1.147-.087 1.727-.102.697-.029 1.35.552 1.495 1.306a.5.5 0 0 0 .029.146l3.628 35.858c.029.436-.247.711-.566.74-.218.015-.45-.072-.639-.304l-22.406-29.155c-.493-.638-.479-1.538.058-2.002a31.791 31.791 0 0 1 16.674-6.487Z"/>
12
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg id="tnt-Scene-CodePlaceholder" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="240" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M255 43a8 8 0 0 1 8 8v164a8 8 0 0 1-8 8H91a8 8 0 0 1-8-8v-2h162a8 8 0 0 0 8-8V43h2Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M67 35a8 8 0 0 1 8-8h170a8 8 0 0 1 8 8v170a8 8 0 0 1-8 8H75a8 8 0 0 1-8-8V35Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M78 198v-4.643a2 2 0 0 1 4 0V198h4.643a2 2 0 1 1 0 4H82a4 4 0 0 1-4-4Zm30.929 0a2 2 0 0 1 0 4h-9.286a2 2 0 0 1 0-4h9.286Zm22.285 0a2 2 0 0 1 0 4h-9.285a2 2 0 1 1 0-4h9.285Zm22.286 0a2 2 0 1 1 0 4h-9.286a2 2 0 0 1 0-4h9.286Zm22.286 0a2 2 0 0 1 0 4H166.5a2 2 0 1 1 0-4h9.286Zm22.285 0 .205.011a1.999 1.999 0 0 1 0 3.978l-.205.011h-9.285a2 2 0 0 1 0-4h9.285Zm22.286 0 .205.011a1.999 1.999 0 0 1 0 3.978l-.205.011h-9.286a2 2 0 0 1 0-4h9.286ZM238 198v-4.643a2 2 0 0 1 4 0V198a4 4 0 0 1-4 4h-4.643a2 2 0 0 1 0-4H238ZM78 180.357v-9.286a2 2 0 0 1 4 0v9.286a2 2 0 1 1-4 0Zm160 0v-9.286a2 2 0 0 1 4 0v9.286a2 2 0 0 1-4 0ZM78 158.071v-9.285a2 2 0 0 1 4 0v9.285a2 2 0 1 1-4 0Zm160 0v-9.285a2 2 0 0 1 4 0v9.285a2 2 0 1 1-4 0ZM78 135.786V126.5a2 2 0 1 1 4 0v9.286a2 2 0 1 1-4 0Zm160 0V126.5a2 2 0 1 1 4 0v9.286a2 2 0 0 1-4 0ZM78 113.5v-9.286a2 2 0 1 1 4 0v9.286a2 2 0 1 1-4 0Zm160 0v-9.286a2 2 0 0 1 4 0v9.286a2 2 0 1 1-4 0ZM78 91.214v-9.285a2 2 0 1 1 4 0v9.285a2 2 0 0 1-4 0Zm160 0v-9.285a2 2 0 1 1 4 0v9.285a2 2 0 1 1-4 0ZM78 68.929v-9.286a2 2 0 0 1 4 0v9.286a2 2 0 0 1-4 0Zm160 0v-9.286a2 2 0 0 1 4 0v9.286a2 2 0 1 1-4 0ZM78 46.643V42a4 4 0 0 1 4-4h4.643a2 2 0 0 1 0 4H82v4.643a2 2 0 0 1-4 0Zm160 0V42h-4.643a2 2 0 0 1 0-4H238a4 4 0 0 1 4 4v4.643a2 2 0 1 1-4 0ZM108.929 38l.204.01a2 2 0 0 1 0 3.98l-.204.01h-9.286a2 2 0 0 1 0-4h9.286Zm22.285 0a2 2 0 0 1 0 4h-9.285a2 2 0 1 1 0-4h9.285Zm22.286 0 .204.01a2 2 0 0 1 0 3.98l-.204.01h-9.286a2 2 0 1 1 0-4h9.286Zm22.286 0 .204.01a2 2 0 0 1 0 3.98l-.204.01H166.5a2 2 0 1 1 0-4h9.286Zm22.285 0a2 2 0 1 1 0 4h-9.285a2 2 0 0 1 0-4h9.285Zm22.286 0a2 2 0 1 1 0 4h-9.286a2 2 0 0 1 0-4h9.286Z"/>
6
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg id="tnt-Scene-Company" 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="m111.161 158.747 37.227-1.731V26.506l-38.044 22.069.817 110.172Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color27)" d="m142.487 80.05-27.152 11.103.059 5.44 27.1 5.449-.007-21.991Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m189.74 173.129-41.352 6.481V26.508l41.352 16.23v130.391Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m185.557 110.624-31.613-3.309V32.599l31.613 11.948v66.077Zm0 69.394-31.613 5.77v-74.726l31.613 2.88v66.076Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m163.597 35.116-.038 73.048-3-.002.038-73.048 3 .002Zm9.017 2.152-.088 73.402-3-.004.088-73.401 3 .003Zm7.73 4.068-.001 68.587h-3l.001-68.587h3Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M130.329 88.955v35.972l39.368-13.778-39.368-22.194Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m134.834 95.63 33.549 16.969-11.277 3.513-22.204-7.648-.068-12.834Zm-.059 14.877.068 12.999 20.472-6.519-20.54-6.48Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m238.322 209.548-42.15.448V101.098l41.995 21.649.155 86.801Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M82.059 209.996v-97.64l48.27-23.4.166 35.708 65.813-23.537-.048 108.869H82.059Zm153.52-70.291-35.154-15.013v-17.173l35.038 18.409.116 13.777Zm-.223 15.627-34.931-10.606v-17.164l34.814 14.002.117 13.768Zm-.011 16.358-35.067-6.549v-17.163l34.951 9.963.116 13.749Zm.302 16.607-35.388-3.23v-17.173l35.271 6.655.117 13.748Zm-.147 16.484-35.378.856v-17.163l35.262 2.578.116 13.729Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color27)" d="m131.789 129.373 60.638-20.248.029 11.511-60.638 16.959-.029-8.222Zm.028 16.726 60.628-14.819.01 11.53-60.638 12.027v-8.738Zm0 16.96 60.638-10.888v11.569l-60.638 8.047v-8.728Zm0 17.076 60.638-7.191v11.589l-60.638 4.32v-8.718Zm.05 16.609 60.589-2.578v11.024h-60.589v-8.446Zm-46.179-80.001 39.659-16.988.049 8.047-39.63 16.054-.079-7.113Zm.078 14.118 39.708-14.751.048 8.125-39.756 13.807v-7.181Zm-.078 13.603 39.766-12.201.039 8.183-39.805 11.257v-7.239Zm.078 13.097 39.659-9.983.049 8.251-39.708 9.01v-7.278Zm-.078 13.66 39.717-7.326.049 8.319-39.689 6.334-.078-7.327Zm.107 13.604 39.591-4.953.039 8.387-39.66 3.951.03-7.385Zm-.029 13.699 39.591-2.326.058 8.981-39.65.759v-7.414Zm55.522-157.718-25.983 13.779.014 28.455 26.058-10.93-.089-31.304Z"/>
13
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg id="tnt-Scene-Compass" 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="M190.483 86.424c-1.851-17.622-18.049-26.659-36.074-27.024-10.051 0-27.591.008-41.408.008-.582.735-.868 1.387-1.104 2.401-.577 2.19 3.14 5.787 4.718 6.723a8.28 8.28 0 0 0 3.196 1.11l3.751 4.24a35.395 35.395 0 0 0-1.065 2.251h-2.85l-.013.002c-3.692-.042-6.737.717-8.57 3.008-3.295 4.119-6.798 12.05-6.249 18.364l-.025-.005.001-.044s-.8-.575-2.855.651c-1.629.972-2.658 1.944-3.015 2.307-2.597 2.344-4.864 5.539-4.713 7.504.22 2.855 1.088 6.428.996 8.807-.04.063-.081.134-.126.208-2.08 1.553-2.81 6.256-3.077 12.224a44.988 44.988 0 0 0-.092 1.846c-.081 2.852-.106 6.637-.087 10.687-.015 2.641-.046 5.29-.146 7.836-.537 13.682.643 22.371 2.7 25.054 2.057 2.682 3.108 4.197 1.051 8.936-.84 1.936-1.618 6.301-2.253 13.977h56.118c-.134-6.758.132-12.769 1.05-16.106 3.02-10.982 5.543-11.395 12.407-17.985 6.865-6.59 25.535-29.654 29.379-34.321 3.844-4.668 10.429-12.924 11.636-15.149 2.303-4.245-2.191-14.45-.653-16.427.018-.023.033-.049.05-.074 1.508-1.898 2.892-10.788 3.772-14.495a1.613 1.613 0 0 0-.464-.097l.007-.04c-1.19-1.464-4.372-3.342-7.762-2.317-1.767.534-3.691 1.617-5.598 3.346v-.005c-.736.571-1.653 1.45-2.633 2.599Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M178.342 166.389c-2.416 8.786-.245 36.318 1.769 47.027h-59.892c0-6.59.782-20.058 1.113-24.658.374-5.186.982-16.68 4.178-25.2-.732-3.386-3.957-3.184-4.953-12.5-.561-5.244-.922-25.444-.648-35.054.22-7.688 2.288-12.722 3.295-14.277.092-2.38-.777-5.952-.996-8.808-.275-3.57 7.429-11.203 10.606-10.412-.549-6.315 2.955-14.246 6.249-18.365 3.295-4.118 10.506-3.286 18.347-1.747 4.05.795 50.736 36.471 54.306 23.566 3.569-12.904 9.927-18.945 14.998-20.478 3.39-1.025 6.572.853 7.762 2.317-.732 4.12-1.828 12.73-3.365 14.707-1.538 1.977 2.956 12.181.652 16.427-1.207 2.225-7.791 10.481-11.635 15.148-3.844 4.668-22.515 27.732-29.379 34.322-6.865 6.589-9.387 7.002-12.407 17.985ZM163.247 33.012c-1.297 3.184.629 8.727 2.713 12.147 7.704 2.24 21.84 4.74 19.104-2.712-3.42-9.317-9.198-12.265-12.383-13.562-3.184-1.297-7.654-.241-9.434 4.127Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M147.647 61.133h8.928c.132 9.98-.395 29.248-3.555 26.467-3.951-3.476-7.296-12.335-6.953-20.62.079-1.895 1.027-5.847 1.58-5.847Zm35.422 53.165c-3.761 0-9.853 0-12.562-.456l-1.41-10.813c14.809-5.641 42.955-17.396 43.896-15.516 1.175 2.35-1.236 9.934-5.109 15.516-5.693 8.204-20.114 11.269-24.815 11.269Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M142.259 105.25c1.796-.648 5.102-2.509 6.299-5.982 1.198-3.473 1.298-8.732 1.198-10.927l46.703 19.759c-5.588.748-17.574 2.784-20.807 4.94-3.92 2.613-23.467 13.392-25.736 18.819-.398 1.638-.554 2.213-.16.491.036-.159.09-.322.16-.491.813-3.345 2.633-11.124 2.834-12.832.299-2.545-1.797-5.987-4.192-5.987-1.916 0-4.191.998-5.089 1.496l-1.21-9.286Zm4.36-51.955 5.425 6.132 8.019-6.132h-13.444Zm-15.126 48.218c-.958-1.797-4.813-12.507-4.713-15.95 0 0 1.101-1.228 3.156-2.454 2.055-1.226 2.855-.651 2.855-.651 0 3.106-.501 5.876-.501 12.222 0 7.934 3.206 10.019 7.885 10.725-4.49 2.395-7.484-1.647-8.682-3.892Zm-2.069 17.902c-1.288-1.431-4.531-12.401-5.992-17.707-4.65 2.504-3.219 19.137-3.756 32.82-.536 13.682.643 22.371 2.7 25.054 2.057 2.682 3.109 4.197 1.052 8.937-1.646 3.792-3.069 18.503-3.595 44.894h13.378c.507-12.639 1.65-47.353 3.367-50 2.146-3.309 8.227-4.829 7.065-5.545-1.163-.715-13.772-3.219-16.992-6.886-3.219-3.666-3.219-16.007-1.52-24.145 1.699-8.138 5.902-5.634 4.293-7.422Zm45.019 40.004c-8.927 1.144-18.216-4.101-21.745-6.867.382 2.289 1.374 7.61 2.289 10.586 1.145 3.719 17.739 2.289 19.456-3.719Zm45.976-67.512c-.987-.246-6.68.617-9.403 1.08-.74-12.086 6.658-21.49 10.101-24.163 0 3.237-.883 10.515-1.623 13.228-.925 3.391 2.158 10.164.925 9.855Z"/>
7
+ <circle cx="183.147" cy="75.178" r="35.535" fill="var(--sapContent_Illustrative_Color2)"/>
8
+ <circle cx="182.726" cy="75.144" r="32.598" fill="var(--sapContent_Illustrative_Color8)"/>
9
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M181.846 100.615h1.526c.139-1.11-.412-2.22-2.635-2.22-2.358 0-2.635.971-2.635 1.804 0 .832.693 1.387 1.664 1.803.971.416 1.526.693 1.526.971 0 .277-.139.554-.694.554-.444 0-.74-.554-.832-.832h-1.664c-.139 1.248 1.387 1.803 2.496 1.803 1.11 0 2.358-.555 2.358-1.525 0-1.249-1.012-1.618-1.942-1.804-1.109-.221-1.109-.693-1.109-.97 0-.278.138-.694.971-.694.832 0 .924.74.97 1.11Zm-25.659-30.653v-1.526l5.686 1.942-.277 1.942-3.468.278 3.191 1.664v1.803l-5.826.277v-1.664h3.329l-2.913-1.526V71.35l3.329-.277-3.051-1.11Zm56.412 7.536-5.926-.74-.555 4.578 1.387.139.278-2.774 1.109.138-.277 2.913 1.248.139.277-2.774.971.138-.277 2.913 1.248.139.517-4.81Zm-28.256-24.179.622-5.865 1.874.178 1.88 3.451.201-3.174 1.803.139-.694 5.825-1.602-.12-2.044-3.337-.334 3.003-1.706-.1Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color23)" d="m189.614 62.472-2.774-7.628-4.855 6.796 7.629.832Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color2)" d="m188.799 67.517-2.318-10.366-4.774 8.866-8.184-5.046 2.591 9.547-10.638 2.455 9.684 5.047-5.865 8.73 10.093-3.274 2.319 10.502 5.365-10.11 9.229 6.7-3.137-10.77 9.548-1.778-9.548-5.047 5.456-8.729-9.821 3.273Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m166.782 52.483 13.445 25.005s15.634 15.041 16.608 14.17c.975-.873-9.063-19.58-9.063-19.58l-20.99-19.595Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color23)" d="m166.782 52.483 13.445 25.005s4.511-.362 5.485-1.234c.975-.871 2.06-4.176 2.06-4.176l-20.99-19.595Z"/>
14
+ <circle cx="184.227" cy="74.632" r="2.243" fill="var(--sapContent_Illustrative_Color2)"/>
15
+ <path fill="var(--sapContent_Illustrative_Color28)" d="M134.187 94.168c0-2.846 2.964-5.559 4.447-6.56 4.447-1.334 6.004 1.112 7.115 2.113.89.8.89 4.93.779 6.893-.779.853-2.891 2.736-5.115 3.447-2.223.712-5.077.297-6.226 0-.333-.778-1-3.046-1-5.893Zm-4.114 16.789.667 6.782c.166 1.684 2.558 3.002 5.226 3.224 2.135.178 4.521-2.075 5.448-3.224-.26-2.261-.801-6.916-.89-7.449-.111-.668-3.335-2.335-5.448-2.446-1.69-.089-4.039 2.038-5.003 3.113Zm98.042-32.531c-.633-1.63.264-4.85.791-6.257 2.128-3.667 4.829-4.692 6.027-4.23-.887 3.734-2.282 12.73-3.803 14.537-1.797.146-2.224-2.013-3.015-4.05Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M153.046 54.412c3.113-.377 4.324-1.417 5.588-3.281 1.264-1.865.839-2.788.839-2.788l5.189-3.656c-1.887-2.948-5.487-4.062-7.252-4.48-3.876-.92-7.489-.473-11.263-.001-3.773.472-5.66 4.363-6.25 6.604-.576 2.19 3.139 5.786 4.717 6.722 2.746 1.629 5.319 1.257 8.432.88Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color28)" d="M149.683 39.565c1.52-.057 4.012 1.102 5.067 1.688h-4.292c-1.689 0-6.686.845-8.586 1.267 1.548-2.956 5.911-2.885 7.811-2.956Z"/>
18
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg id="tnt-Scene-Components" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320 83v90c0 13.246-10.754 24-24 24H24c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M143.371 67.847s.094.06.136.094a1.348 1.348 0 0 1-.212-.17c.025.025.042.05.076.068v.008Zm.756.503c-.076-.043-.144-.086-.221-.128.068.042.145.085.221.128Zm.646.323s.025 0 .034.017c-.017 0-.034-.009-.051-.017h.017Zm.968.332c-.051-.016-.085-.025-.136-.042.043.017.094.026.136.043Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M139.219 155.644h-.02l-3.16 1.53c-.23.11-.37.23-.45.36-.07.13-.09.26-.07.39.02.13.08.26.16.38s.17.23.27.32c.25.26.62.44 1.08.6.46.16.97.29 1.54.46.56.16 1.14.35 1.7.62.56.26 1.09.61 1.55 1.07.28.29.47.58.55.87.08.29.07.58-.04.85-.08.21-.23.41-.41.61-.17.03-.34.06-.52.09-.92.13-1.87.17-2.82.14-.95-.03-1.88-.15-2.76-.34-.87-.18-1.67-.44-2.36-.74-.69-.31-1.26-.68-1.66-1.09-.47-.48-.65-.88-.69-1.22-.04-.34.09-.64.23-.9s.33-.5.39-.74.04-.47-.21-.73c-.12-.12-.28-.27-.51-.42-.22-.15-.49-.3-.84-.41-.34-.12-.74-.21-1.21-.26-.47-.04-1.01-.03-1.64.05l-19.21 2.63-.05-.05-2.87 1.51 22.09 23.11-.05.02h.06l.03.02.13-.05 41.76-6.43 8.68-1.33h.01l38.73-5.96 8.86-1.36h.05l4.09-1.36h-.08v.01h-.05l-22.69-21.65h.02l-21.96-20.95-47.63 5.78-.02-.02-3.06 1.76 7.82 7.82c-.12 0-.24-.02-.36-.03-.54-.06-1.11-.16-1.72-.25-.62-.09-1.3-.18-2.08-.2-.78-.02-1.68 0-2.73.14-.9.11-1.67.3-2.32.54-.64.25-1.13.54-1.48.88-.05.05-.08.09-.12.14.03-.03.04-.07.07-.1.21-.22.48-.42.82-.61l-3.04 1.67c-.34.18-.61.38-.81.6-.19.2-.31.41-.38.63a2.84 2.84 0 0 0-.56-.22c-.36-.1-.75-.18-1.13-.23-.38-.05-.75-.08-1.05-.1-.12 0-.22-.01-.34-.01h-.32c-.1 0-.2.01-.3.02-.1 0-.19.02-.29.03-.14.02-.26.04-.39.06-.13.03-.25.05-.38.08l-.39.09c-.13.03-.26.06-.4.1-.14.04-.28.07-.41.1-.14.04-.29.07-.44.1-.15.03-.31.06-.48.09-.17.03-.34.06-.53.08-.21.02-.42.05-.66.07-.24.02-.48.03-.74.04-.26.01-.54.01-.84 0-.3 0-.62-.02-.95-.03-1-.06-1.95-.2-2.81-.4-.86-.2-1.62-.46-2.26-.77-.64-.31-1.16-.66-1.5-1.04-.34-.38-.52-.78-.49-1.19.01-.18.07-.35.16-.52.14-.03.27-.07.42-.09a13.812 13.812 0 0 1 1.68-.23c.24-.02.48-.03.73-.04h.76c.26 0 .51.01.78.03 1.15.07 2.03.2 2.77.36.74.16 1.3.35 1.81.53.51.18.95.36 1.42.51.47.15.97.26 1.59.29.13 0 .26.02.42.02h.48c.16 0 .34 0 .5-.02.16-.02.33-.03.49-.05.11-.01.21-.03.32-.05.1-.02.21-.04.3-.07.09-.03.18-.05.27-.09.09-.03.16-.07.24-.11l2.91-1.64s.04-.01.05-.02c.15-.08.27-.17.35-.29a.77.77 0 0 0 .14-.4l.36-8.22-55.08-3.45v-.05l-2.42 1.85-2.69 22.78-.06.04h.06v.03l.04-.02 21.04 1.12c.68.03 1.2.12 1.6.24.41.12.7.27.9.43.2.16.32.34.38.51.06.17.06.32.06.45 0 .07-.03.14-.06.2l-.06.09-2.07 1.21c-.16.09-.31.19-.45.3-.14.11-.27.23-.38.36-.11.13-.21.28-.27.44-.07.16-.12.34-.14.54-.03.42.13.84.47 1.23.34.39.86.75 1.51 1.06.65.32 1.43.58 2.31.79a16.592 16.592 0 0 0 3.67.41c.27 0 .52 0 .79-.02.26-.01.51-.03.76-.05.25-.02.49-.05.72-.08.32-.04.62-.1.91-.16.29-.06.57-.13.84-.21.26-.08.51-.16.74-.26.23-.09.45-.19.65-.3.88-.48 1.78-.95 2.66-1.43.08-.04.17-.07.24-.11.41-.22.73-.48.96-.75.23-.27.36-.57.39-.89.03-.5-.14-.9-.41-1.23-.27-.33-.65-.61-1.03-.85-.37-.24-.76-.46-1.04-.68-.2-.15-.34-.31-.4-.49.1 0 .21 0 .33.01l20.54 1.09 3-1.54h.02v-.01l.03-.02h-.03l.34-7.71c.38.35.88.66 1.48.93.67.3 1.44.54 2.29.72a16.232 16.232 0 0 0 5.41.23c.38-.05.72-.11 1.02-.17.3-.06.58-.13.81-.2.25-.07.46-.14.65-.22.19-.08.36-.15.51-.23.82-.42 1.65-.84 2.47-1.26.09-.02.17-.03.27-.05.26-.03.6-.07.97-.09.36-.02.77-.01 1.17.03.4.04.8.12 1.17.25.09.03.18.07.27.11.25.12.49.27.68.46l7.13 7.12-14.23 1.95c-.61.08-1.03.21-1.31.35m-8.4-13.19v.02-.02Zm.18-.38s-.04.06-.05.09c.02-.03.03-.06.05-.09Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color16)" d="m163.958 59.224 3.99 19.38 3.84-3.11-4.06-19.58-3.77 3.31Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M171.788 75.474c.07.32.09.61.09.87s-.04.49-.11.69c-.07.2-.15.38-.26.54-.11.16-.24.29-.38.4l-3.82 3.08c.14-.11.27-.25.38-.4.11-.15.2-.33.26-.53s.1-.43.11-.69c.01-.26-.02-.54-.09-.86l3.83-3.1m2.851 13.81c-.14-.64-.37-1.12-.66-1.5-.3-.38-.65-.64-1.02-.82-.37-.18-.77-.27-1.12-.31a4.08 4.08 0 0 0-.99 0c-.14 0-.27.03-.4.06-.12.03-.24.07-.35.12-.11.05-.22.1-.32.16s-.2.13-.29.2l-3.36 2.63c-.24.09-.49.17-.78.24-.33.07-.68.13-1.07.16-.93.08-1.84-.05-2.72-.34-.88-.29-1.7-.75-2.45-1.34a8.618 8.618 0 0 1-1.9-2.13c-.51-.82-.89-1.73-1.08-2.71-.13-.63-.17-1.24-.14-1.84.03-.59.14-1.15.31-1.69.17-.53.42-1.02.72-1.47.3-.45.66-.85 1.07-1.19l-3.71 3.11c-.41.34-.77.74-1.06 1.18-.3.45-.54.94-.71 1.46-.17.53-.28 1.08-.31 1.67-.03.59 0 1.19.14 1.82.19.97.57 1.86 1.06 2.68.51.81 1.14 1.52 1.88 2.1.73.59 1.55 1.03 2.42 1.32.87.29 1.78.41 2.7.34.39-.03.75-.09 1.06-.16.32-.07.62-.16.88-.27.27-.1.51-.22.73-.35.22-.13.42-.27.6-.41.99-.78 1.98-1.54 2.96-2.32.09-.02.18-.04.28-.05.27-.02.61-.03.97 0 .36.04.75.13 1.11.31.37.17.72.43 1.01.81.07.09.14.2.21.31.19.32.35.72.45 1.18l4.08 19.8 3.96-2.77-4.15-20.01h-.02l.01.02Zm-19.54-15.78-3.67 3.15a1.79 1.79 0 0 1-.58.34c-.1.04-.21.07-.32.09-.11.02-.22.04-.33.04h-.5c-.16 0-.33-.04-.49-.07-.16-.03-.31-.07-.46-.11-.15-.04-.28-.09-.4-.13-.59-.21-1.01-.56-1.4-.98-.39-.43-.73-.93-1.13-1.44-.41-.52-.87-1.06-1.5-1.58-.64-.52-1.43-.99-2.51-1.38-.25-.09-.49-.17-.74-.23s-.49-.11-.74-.15c-.25-.04-.49-.06-.73-.07h-.71c-.35.02-.69.08-1.01.15-.33.07-.65.18-.96.31-.31.13-.6.28-.88.46s-.54.38-.79.6l3.52-3.22c.25-.23.51-.43.79-.61s.58-.33.89-.46c.31-.13.63-.23.96-.31.34-.08.68-.13 1.03-.15.24-.02.48-.02.72 0s.49.03.73.07c.24.04.49.09.74.15s.5.14.75.23c1.08.4 1.89.88 2.53 1.39.64.52 1.1 1.06 1.51 1.59.41.53.76 1.03 1.14 1.46.39.43.83.78 1.42 1 .12.05.26.09.4.13a5.185 5.185 0 0 0 .95.18c.16 0 .34.02.51 0 .11 0 .22-.02.33-.04.11-.02.21-.05.32-.09.11-.04.21-.08.3-.14.09-.06.19-.12.28-.2"/>
7
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M138.839 69.294c.25-.23.51-.43.79-.61s.58-.33.89-.46c.31-.13.63-.23.97-.31.34-.08.68-.13 1.02-.15.24-.02.48-.02.72 0s.49.03.73.07c.24.04.49.09.74.15s.5.14.75.23c1.08.4 1.89.88 2.53 1.39.64.52 1.1 1.06 1.51 1.59.41.53.76 1.03 1.14 1.46.39.43.83.78 1.42 1 .12.05.26.09.4.13a5.185 5.185 0 0 0 .95.18c.16.01.34.02.51 0 .11 0 .22-.02.33-.04.11-.02.21-.05.32-.09.11-.04.21-.08.3-.14.09-.06.19-.12.28-.2-1.22 1.05-2.45 2.1-3.67 3.15a1.79 1.79 0 0 1-.58.34c-.1.04-.21.07-.32.09-.11.02-.22.04-.33.04h-.5c-.16 0-.33-.04-.49-.07-.16-.03-.31-.07-.46-.11-.15-.04-.28-.09-.4-.13-.59-.21-1.01-.56-1.4-.99-.39-.43-.73-.93-1.13-1.44-.41-.52-.87-1.06-1.5-1.58-.64-.52-1.43-.99-2.51-1.38-.25-.09-.49-.17-.74-.23s-.49-.11-.74-.15c-.25-.04-.49-.06-.73-.07-.24 0-.48 0-.71.01-.35.02-.69.08-1.01.15-.33.07-.65.18-.96.31-.31.13-.6.28-.88.46s-.54.38-.79.6l3.52-3.22m47.19 97.39 49.41-6.45 4.58-2.19-49.83 6.45-4.16 2.19Zm-26.57-37.41-3.8 2.59a6 6 0 0 0 2.26-2.89c.22-.59.37-1.23.43-1.91.06-.68.01-1.37-.13-2.08-.23-1.14-.59-2.03-1-2.74-.42-.71-.89-1.25-1.35-1.74-.47-.49-.9-.89-1.27-1.35-.37-.46-.65-.94-.77-1.57-.05-.23-.09-.49-.11-.78-.02-.29-.02-.59.02-.89.04-.3.12-.6.25-.87s.33-.52.6-.71l3.76-2.78c-.27.2-.46.45-.6.72-.14.27-.22.57-.26.88-.04.31-.04.61-.02.89.02.29.06.56.11.79.13.64.41 1.12.78 1.58.37.46.83.88 1.28 1.36.46.49.95 1.03 1.36 1.76.42.73.79 1.61 1.01 2.77.15.72.19 1.43.13 2.11-.06.68-.2 1.32-.43 1.92-.23.6-.54 1.15-.93 1.65s-.85.93-1.36 1.27"/>
8
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M158.309 111.554c-.27.2-.46.45-.6.72-.14.27-.22.57-.26.88-.04.31-.04.61-.02.9.02.29.06.56.11.79.13.64.41 1.12.78 1.58.37.46.83.88 1.28 1.36.46.49.95 1.03 1.36 1.76.42.73.79 1.61 1.01 2.77.15.72.19 1.43.13 2.11-.06.68-.2 1.32-.43 1.92-.23.6-.54 1.15-.92 1.65-.39.5-.85.93-1.36 1.27l-3.8 2.59c.52-.35.96-.78 1.35-1.26.39-.49.69-1.04.91-1.63.23-.6.37-1.23.43-1.91.06-.68 0-1.37-.13-2.08-.23-1.14-.59-2.03-1.01-2.74-.42-.71-.89-1.25-1.35-1.74-.47-.49-.91-.89-1.27-1.35-.36-.46-.65-.94-.77-1.57-.05-.23-.09-.49-.11-.78-.02-.29-.02-.59.02-.89.04-.3.12-.6.25-.87s.33-.52.6-.71l3.76-2.78"/>
9
+ <path fill="var(--sapContent_Illustrative_Color15)" d="m125.629 100.364 19.36 6.78 3.67-2.88-19.55-6.88-3.48 2.97v.01Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M126.499 97.694c.08-.07.16-.13.25-.19s.19-.11.29-.15c.1-.04.21-.08.32-.11.11-.03.23-.05.36-.06h.31c.1.01.22.01.34.03.12.02.24.04.37.07.13.03.26.07.4.12l-3.47 2.97c-.14-.05-.27-.09-.39-.12a2.53 2.53 0 0 0-.36-.07c-.11-.01-.23-.03-.34-.03h-.31c-.13.01-.24.03-.36.06s-.22.06-.32.11-.19.09-.28.15c-.09.06-.17.12-.25.19l3.44-2.96v-.01Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color16)" d="m105.209 37.944-13.15 50.73 3.13-3.15 13.21-51.22-3.19 3.64Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M123.719 112.154a6.708 6.708 0 0 1-1.76.72c-.31.08-.64.13-.97.16-.25.02-.5.03-.75.03a6.78 6.78 0 0 1-1.55-.19 8.373 8.373 0 0 1-3.4-1.72c-.76-.65-1.4-1.42-1.89-2.27a7.75 7.75 0 0 1-.97-2.74c-.16-.96-.13-1.94.1-2.89.11-.44.24-.84.38-1.18.15-.35.31-.67.48-.95.07-.11.14-.19.21-.29l2.84-2.52c.11-.1.21-.19.3-.3.09-.1.18-.22.26-.33.08-.12.15-.25.21-.38.06-.14.11-.29.15-.45.07-.29.14-.65.15-1.04.02-.39 0-.81-.13-1.22-.12-.42-.33-.82-.68-1.18-.34-.36-.81-.67-1.45-.9l-20.1-7.07-3.13 3.15 19.9 6.96c.64.22 1.1.53 1.43.89.34.36.55.76.67 1.16.12.41.15.83.13 1.21-.02.39-.09.74-.15 1.02-.04.16-.09.31-.15.44-.03.07-.07.13-.1.19l-2.56 2.28c-.2.17-.39.37-.58.59-.19.22-.37.46-.54.74-.17.28-.33.59-.47.93-.14.34-.27.74-.38 1.17-.23.94-.26 1.92-.11 2.87.15.94.49 1.86.97 2.71.48.85 1.11 1.61 1.87 2.25a7.99 7.99 0 0 0 2.59 1.47 7.587 7.587 0 0 0 1.55.35c.26.03.51.05.76.05s.5 0 .74-.03c.33-.03.65-.09.96-.16.31-.08.61-.17.9-.29.29-.12.57-.26.84-.42.27-.16.53-.34.77-.54 1.14-.94 2.3-1.88 3.44-2.82-.24.2-.5.38-.78.54Zm66.42 52.32-4.15 2.19-52.47 6.84 3.66-2.17 52.95-6.85.01-.01Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color15)" d="m137.189 171.334-3.66 2.17-10.67-56.48 3.46-2.8 10.87 57.1v.01Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color3)" d="m216.419 52.994 11.54 51.66-17.86 1.69c-.6.06-1.08-.04-1.5-.23-.42-.19-.74-.48-1-.81-.26-.33-.46-.71-.6-1.06-.14-.36-.24-.72-.3-1.01-.13-.61-.07-1.11.09-1.61s.4-.96.63-1.49c.23-.53.45-1.12.55-1.87.1-.75.08-1.62-.16-2.73-.21-.96-.59-1.84-1.08-2.64-.5-.8-1.13-1.5-1.84-2.07a7.65 7.65 0 0 0-2.35-1.3c-.84-.28-1.72-.41-2.61-.34a5.431 5.431 0 0 0-4.12 2.41c-.45.68-.77 1.46-.92 2.32-.15.86-.14 1.79.07 2.75.24 1.11.6 1.98 1 2.68.41.7.88 1.23 1.32 1.71.45.48.89.88 1.24 1.33.36.45.64.92.77 1.54.06.29.12.65.14 1.02.02.38 0 .78-.13 1.13-.12.36-.31.71-.63.97s-.76.45-1.36.5l-18.57 1.75-4.14-19.96c-.14-.66-.37-1.15-.67-1.53-.3-.38-.65-.64-1.02-.82-.38-.18-.77-.27-1.12-.31-.36-.04-.71-.04-.99 0-.58.05-1.01.27-1.4.59-.39.32-.74.73-1.13 1.13-.4.41-.88.84-1.5 1.16-.62.32-1.43.6-2.51.69-.93.08-1.84-.05-2.72-.34-.88-.29-1.7-.75-2.45-1.34-.75-.6-1.38-1.31-1.9-2.13-.52-.82-.89-1.73-1.08-2.71-.2-.98-.2-1.91-.02-2.79.18-.88.51-1.66.99-2.34.49-.68 1.1-1.24 1.83-1.66.74-.42 1.57-.68 2.49-.74 1.07-.08 1.95.05 2.7.27.75.22 1.36.56 1.92.89.56.33 1.05.68 1.55.92s1.01.4 1.59.35c.28-.02.61-.07.95-.16.34-.09.68-.24.96-.47.29-.23.53-.53.66-.94.13-.41.16-.93.02-1.57l-4.05-19.53 48.71-2.99v.02l.01.01Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M199.909 89.194c.88-.07 1.77.05 2.61.34.84.29 1.63.74 2.35 1.3.72.57 1.34 1.27 1.84 2.07.5.8.88 1.69 1.08 2.64.24 1.1.26 1.99.16 2.73s-.32 1.33-.55 1.87c-.23.54-.48 1-.63 1.49-.15.49-.22 1-.09 1.61.06.29.16.64.3 1.01.14.37.34.74.6 1.06.26.33.59.62 1 .81.41.19.9.28 1.5.23l17.86-1.69 11.93 53.42-49.69 6.43-4.28-20.66c-.14-.67-.12-1.2 0-1.64.12-.44.36-.76.64-1 .28-.25.62-.42.94-.54.33-.12.67-.18.95-.21.59-.07 1.11.07 1.62.3.51.23 1.01.57 1.57.9.56.33 1.17.65 1.92.86.75.21 1.6.31 2.66.19.93-.11 1.75-.41 2.47-.87.72-.46 1.31-1.07 1.77-1.78.46-.72.78-1.54.93-2.44.15-.89.13-1.85-.08-2.84-.21-.99-.6-1.9-1.11-2.73a8.324 8.324 0 0 0-1.88-2.12 7.43 7.43 0 0 0-2.41-1.3c-.87-.28-1.76-.39-2.68-.29-1.05.12-1.85.4-2.47.76-.62.36-1.09.8-1.48 1.23-.4.44-.74.86-1.12 1.18-.39.33-.82.58-1.39.64-.29.03-.64.04-1.01 0a3.39 3.39 0 0 1-1.13-.3c-.38-.18-.73-.44-1.01-.82-.29-.38-.53-.88-.67-1.54l-4.19-20.21 18.57-1.75c.61-.06 1.04-.24 1.36-.5.32-.26.52-.6.63-.96.11-.37.14-.77.13-1.13 0-.37-.07-.74-.14-1.03-.13-.62-.41-1.09-.77-1.54-.36-.45-.8-.85-1.24-1.33-.45-.48-.92-1.01-1.32-1.71-.41-.7-.77-1.56-1-2.68-.21-.95-.22-1.89-.07-2.75.15-.86.46-1.64.91-2.32.46-.68 1.04-1.24 1.73-1.65.7-.41 1.49-.68 2.39-.76v.02h-.01Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color3)" d="m178.719 109.324 4.19 20.22c.14.67.38 1.17.68 1.56.3.39.66.65 1.04.82.38.17.77.26 1.13.29.37.03.71.02.99-.01.6-.07 1.04-.31 1.44-.65.4-.34.75-.76 1.14-1.19.4-.44.87-.87 1.48-1.22s1.4-.64 2.45-.76c.9-.09 1.8.02 2.66.3.86.28 1.67.73 2.39 1.3.72.58 1.36 1.29 1.87 2.11.51.82.88 1.73 1.09 2.72.21.98.23 1.94.08 2.83-.15.89-.46 1.71-.92 2.43-.46.72-1.04 1.32-1.75 1.78-.71.46-1.52.77-2.43.88-1.06.12-1.91.02-2.66-.19-.75-.21-1.35-.53-1.91-.85-.56-.33-1.06-.66-1.56-.9-.51-.24-1.01-.37-1.59-.31-.3.03-.65.1-1 .21-.35.11-.7.28-.99.53-.3.25-.54.58-.67 1.01-.13.44-.15.97 0 1.65l4.28 20.66-52.95 6.85-10.87-57.1 19.78-1.87c.65-.06 1.17.03 1.61.23.44.2.78.5 1.05.84.28.34.47.73.62 1.1.15.38.24.75.3 1.04.13.64.04 1.16-.13 1.68s-.46 1.01-.72 1.57c-.26.56-.52 1.19-.64 1.97s-.13 1.71.1 2.89c.2 1.01.58 1.95 1.1 2.79.53.84 1.18 1.57 1.94 2.17.76.6 1.6 1.05 2.51 1.33.9.28 1.84.39 2.79.29.95-.1 1.81-.4 2.56-.86.75-.46 1.37-1.07 1.86-1.79.49-.73.83-1.55.99-2.46.17-.91.17-1.87-.03-2.88-.23-1.16-.6-2.05-1.01-2.77-.42-.72-.9-1.27-1.36-1.76-.47-.49-.92-.91-1.28-1.36-.37-.46-.65-.96-.78-1.58-.06-.3-.11-.67-.12-1.06-.01-.39.03-.8.15-1.17.12-.38.34-.73.68-.99.34-.27.81-.46 1.43-.52l19.01-1.8h-.02Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color26)" d="m108.349 34.404 51.64 19.34-4.14 18.38c-.08.34-.19.63-.32.87s-.29.43-.47.57c-.18.14-.37.25-.58.33-.21.08-.42.11-.63.13h-.51c-.17 0-.33-.04-.49-.07-.16-.03-.31-.07-.46-.11-.15-.04-.28-.09-.4-.13-.59-.22-1.02-.57-1.42-1-.4-.43-.74-.94-1.14-1.46a9.64 9.64 0 0 0-1.51-1.59c-.64-.52-1.44-1-2.53-1.39-.25-.09-.5-.17-.75-.23s-.5-.11-.74-.15c-.24-.04-.49-.06-.73-.07-.24-.01-.48 0-.72 0-.65.04-1.27.18-1.85.41a5.803 5.803 0 0 0-2.81 2.34 6.02 6.02 0 0 0-.75 1.82c-.22.92-.23 1.86-.08 2.79.15.93.49 1.82.97 2.65.48.83 1.09 1.58 1.83 2.21.74.63 1.59 1.14 2.53 1.48.32.11.62.21.91.28.29.07.56.13.82.16.26.03.5.06.74.07.24.01.45 0 .67 0 .19 0 .37-.04.55-.07.18-.03.35-.07.51-.1.16-.03.32-.08.47-.13.15-.05.3-.09.45-.14.15-.05.29-.1.43-.14.14-.04.28-.09.42-.13.14-.04.27-.07.41-.1.14-.03.27-.05.41-.06h.29c.1.01.2 0 .3.02.1.02.2.03.31.06.11.03.21.06.32.1.28.1.62.25.97.44s.69.45.99.76c.3.31.54.7.67 1.14.13.45.16.99.02 1.61l-4.3 19.05-19.51-6.87a3.57 3.57 0 0 0-.4-.12c-.13-.03-.25-.06-.37-.07-.12 0-.23-.03-.34-.03h-.31c-.38.03-.7.15-.97.32s-.49.4-.67.64c-.18.24-.32.52-.42.79-.1.27-.18.53-.24.76-.14.61-.07 1.15.1 1.71s.44 1.12.69 1.75c.25.63.49 1.32.6 2.13.11.81.09 1.74-.17 2.86-.17.7-.44 1.34-.79 1.91-.35.57-.78 1.07-1.27 1.49-.5.42-1.05.77-1.65 1.01-.6.25-1.25.42-1.93.48-.25.02-.5.03-.75.03a6.78 6.78 0 0 1-1.55-.19 8.373 8.373 0 0 1-3.4-1.72c-.76-.65-1.4-1.42-1.89-2.27a7.75 7.75 0 0 1-.97-2.74c-.15-.96-.13-1.94.1-2.89.28-1.12.68-1.92 1.13-2.54.46-.62.98-1.05 1.47-1.42.5-.37.97-.68 1.37-1.04.4-.36.7-.79.85-1.39.07-.29.14-.65.15-1.04.01-.39 0-.81-.13-1.22-.13-.42-.33-.82-.68-1.18-.35-.37-.83-.68-1.47-.91l-20.05-7.05 13.17-51.13Z"/>
18
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg id="tnt-Scene-Dialog" 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="M208.58 160.712c.96 1.01 1.36 1.94 1.2 2.75-.17.81-.93 1.5-2.23 2.03-1.3.53-3.16.89-5.6 1.03l13.41 7.05c.24.12.42.24.56.35.13.11.23.22.29.32.07.11.06.2.03.28-.05.09-.12.16-.24.23-.05.02-.11.04-.15.06 0 0-.02.01-.04.01 0 0-.02 0-.02.01l-3.15.99c-.06.02-.11.03-.17.04-.07.01-.13.02-.19.03-.06 0-.13.02-.2.03-.07 0-.15.01-.23.02h-.68c-.09 0-.16 0-.25-.02-.03 0-.06-.01-.08-.01-.15-.02-.32-.03-.47-.05-.19-.03-.37-.05-.56-.09h-.01l-38.09-7.04-9.02.36.21.11c2.08 1.12 3.56 2.2 4.45 3.21.88 1.01 1.18 1.94.9 2.74-.28.81-1.15 1.49-2.57 2.01-.04.01-.07.03-.12.04l-2.55.96c-.35.14-.74.25-1.17.36-.07.02-.13.03-.2.04-.05.01-.11.03-.17.04-.19.04-.39.09-.59.12-.05.01-.1.02-.16.03-.09.02-.17.04-.26.05-.51.09-1.04.16-1.62.21-.57.06-1.2.09-1.83.13l-20.86.97-7.94 8.13c-.06.05-.12.09-.2.13-.03.02-.09.03-.14.05h-.01c-.01.01-.02.02-.06.03-.06.03-.13.05-.21.08-.06.03-.13.05-.2.08-.07.02-.13.05-.21.08-.06.03-.13.05-.21.08-.06.03-.13.05-.21.08-.06.03-.13.05-.21.08-.06.03-.14.05-.2.08-.07.02-.14.05-.21.08-.06.03-.14.05-.21.08-.06.03-.14.05-.21.08a.3.3 0 0 1-.1.04c-.03.01-.06.03-.1.04-.1.03-.15.05-.24.07h-.02c-.04.01-.09.02-.14.03h-.07c-.08.02-.15.03-.25.04-.08.01-.19.02-.28.02h-.71c-.12 0-.26-.01-.38-.02-.14-.01-.28-.03-.42-.04-.33-.04-.66-.09-.99-.16-.33-.07-.66-.15-.95-.23-.3-.09-.6-.19-.85-.29a4.7 4.7 0 0 1-.71-.34l-12.58-6.96c-1.52.05-3.14 0-4.8-.09H102c-.17 0-.34-.02-.52-.03-.72-.05-1.45-.11-2.19-.18-.19-.02-.37-.03-.55-.05-.17-.02-.33-.03-.5-.05-.27-.03-.55-.07-.84-.1-.15-.02-.3-.03-.44-.05-2.66-.33-5.35-.8-8-1.38l-1.15-.27c-.2-.05-.41-.09-.61-.14-.38-.09-.77-.19-1.15-.29-.26-.07-.51-.13-.77-.2-.55-.15-1.1-.3-1.64-.45-.33-.1-.67-.19-1-.29-.02 0-.04-.01-.06-.02-.29-.09-.58-.18-.86-.27-.37-.12-.74-.24-1.09-.36-.16-.05-.31-.1-.46-.15-.08-.03-.16-.06-.25-.09-.55-.19-1.1-.39-1.64-.6-.15-.06-.31-.12-.45-.18-.31-.12-.61-.24-.9-.36-.07-.03-.12-.05-.19-.09-1.35-.57-2.62-1.17-3.73-1.79l-22.3-12.45c-1.14-.64-2.07-1.26-2.78-1.86-.02-.01-.04-.03-.04-.04l-.04-.03s-.07-.06-.09-.09c-.19-.16-.36-.32-.51-.48-.05-.05-.1-.11-.16-.16-.15-.16-.27-.31-.4-.46-.03-.03-.07-.07-.08-.11-.05-.07-.08-.13-.12-.19-.04-.06-.09-.12-.12-.18-.02-.03-.03-.06-.05-.09-.04-.09-.09-.18-.13-.27-.03-.09-.07-.17-.09-.26-.02-.07-.06-.15-.07-.22-.03-.1-.02-.19-.03-.28v-.1c0-.24 0-.49.1-.71.03-.1.1-.2.16-.3 0-.02.01-.03.02-.04.13-.22.29-.43.51-.62.03-.04.1-.09.13-.13.02-.02.05-.04.08-.06.03-.04.09-.09.14-.13.05-.03.1-.09.15-.13.02-.02.06-.05.07-.07.04-.04.11-.09.15-.13l.05-.05.24-.21s.06-.05.08-.07c.04-.04.11-.09.15-.14.01-.01.03-.03.05-.04l.08-.07c.59-.57 1.54-1.06 2.83-1.43 1.65-.48 3.85-.78 6.6-.85l33.75-.94-3.07-1.67c-1.26-.68-2.3-1.36-3.09-2.01-.79-.65-1.36-1.27-1.69-1.86-.35-.59-.46-1.14-.36-1.65.1-.51.42-.97.94-1.38l1.2-.94c.55-.64 1.52-1.19 2.92-1.6 1.67-.47 3.92-.76 6.71-.82l9.47-.19 4.34-.09 37.42-.77h.03c2.62-.06 5.54.11 8.58.47 3.05.36 6.19.9 9.28 1.6 3.09.69 6.11 1.53 8.9 2.46 2.78.94 5.34 1.98 7.47 3.1l23.59 12.31c2.13 1.11 3.67 2.19 4.64 3.19l-.04-.02Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M236.63 115.552c-.47.3-.97.58-1.47.82s-1.02.47-1.56.67c-.54.2-1.1.37-1.66.52-.58.14-1.15.26-1.75.35l-.12.02.32 1.44c.1-.04.14-.06.24-.11.5-.24.99-.52 1.45-.81l4.55-2.89v-.01Zm-3.699 23.709c-.07.04-.15.08-.23.11-.08.03-.17.06-.24.08-.07.02-.16.04-.24.06-.08.02-.17.04-.25.04-.15.01-.3.01-.46.01-.16 0-.31-.03-.47-.06-.16-.03-.31-.08-.47-.15-.16-.06-.31-.14-.46-.23h-.02l-29.06-18.3.08-.05h-.13v.01l-14.14 1.37.5 2.39 9.51-.93 28.7 18.14h.02c.14.08.3.15.44.21.13.05.27.1.4.13.02 0 .04.02.06.03.07.02.15.03.23.04.08.01.15.02.23.02h.23c.07 0 .15-.01.22-.01.08-.01.17-.02.25-.04.08-.02.17-.04.24-.06.07-.02.15-.05.23-.08.08-.03.16-.07.23-.11l4.57-2.6c-.06.03-.12.07-.19.09l.19-.11h.03ZM143.89 58.992a18.91 18.91 0 0 1 1.85-4.29 17.44 17.44 0 0 1 2.8-3.58h-.01l-3.68 3.62c-1.07 1.05-2 2.24-2.78 3.55-.78 1.31-1.4 2.74-1.84 4.25-.45 1.51-.71 3.11-.78 4.79-.07 1.68.06 3.42.41 5.19h.01l.88 4.51 4.25-.5-1.48-7.48c-.35-1.78-.49-3.54-.41-5.22.07-1.69.33-3.31.78-4.84Zm24.35 91.49-22.26 2.51 2.29-2.45 23.96-2.68h.04l.06-.01c.31-.04.57-.07.87-.12 1.16-.31 2.33-.52 3.46-.93.36-.14.71-.29 1.05-.44.17-.08.32-.16.49-.24.41-.21.81-.43 1.2-.67l-3.83 2.46c-.53.35-1.08.65-1.65.93-.09.04-.17.07-.26.11-.07.03-.15.07-.23.11-.25.11-.5.22-.76.32-.07.03-.13.05-.2.07-.11.04-.22.1-.33.14-.62.22-1.25.4-1.9.55-.65.16-1.32.24-2 .33v.01Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M118.981 108.152c-.84-.26-1.74-.37-2.63-.3h-.02c-.9.06-1.72.32-2.44.73s-1.33.96-1.81 1.61a5.97 5.97 0 0 0-1.01 2.25c-.18.83-.21 1.73-.03 2.66.18.93.52 1.8 1 2.57.48.77 1.09 1.46 1.8 2.01.71.55 1.5.98 2.35 1.25.85.27 1.74.38 2.65.29a5.97 5.97 0 0 0 2.45-.76 5.72 5.72 0 0 0 1.8-1.62c.47-.66.81-1.43.99-2.25.18-.82.2-1.72.02-2.65-.18-.93-.53-1.79-1-2.55a7.688 7.688 0 0 0-1.78-1.99c-.7-.55-1.49-.99-2.33-1.25h-.01Zm22.529-1.83c-.84-.26-1.74-.38-2.63-.3h-.02c-.9.06-1.72.32-2.44.73s-1.33.96-1.81 1.61a5.97 5.97 0 0 0-1.01 2.25c-.18.83-.21 1.73-.03 2.66.18.93.52 1.8 1 2.57.48.77 1.09 1.46 1.8 2.01.71.55 1.5.98 2.35 1.25.85.27 1.74.38 2.65.29a5.97 5.97 0 0 0 2.45-.76 5.72 5.72 0 0 0 1.8-1.62c.47-.66.81-1.43.99-2.25.18-.82.2-1.72.02-2.65-.18-.93-.53-1.79-1-2.55a7.688 7.688 0 0 0-1.78-1.99c-.7-.55-1.49-.99-2.33-1.25h-.01Zm22.281-2.14c-.84-.26-1.74-.38-2.64-.3h-.02c-.9.06-1.72.32-2.44.73s-1.33.96-1.81 1.61a5.97 5.97 0 0 0-1.01 2.25c-.18.83-.21 1.73-.03 2.66.18.93.52 1.8 1 2.57.48.77 1.09 1.46 1.8 2.01.71.55 1.5.98 2.35 1.25.85.27 1.74.38 2.65.29a5.97 5.97 0 0 0 2.45-.76 5.72 5.72 0 0 0 1.8-1.62c.47-.66.81-1.43.99-2.25.18-.82.2-1.72.02-2.65-.18-.93-.53-1.79-1-2.55a7.688 7.688 0 0 0-1.78-1.99c-.7-.55-1.49-.99-2.33-1.25Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M121.471 172.322h.01l.01-.01-.02.01Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m85.48 105.022 5.69 32.09c.28 1.61.75 3.15 1.35 4.62l.08.22c.13.31.27.61.41.91.07.16.14.32.22.48.26.52.54 1.03.84 1.53.05.08.09.16.13.24.08.13.17.25.25.38.2.31.4.62.62.92.16.23.32.47.5.7.01.02.02.03.03.05.2.26.41.5.61.75.33.4.67.79 1.03 1.17l.5.53c.25.25.5.5.76.74.14.13.28.25.42.37.27.23.52.48.8.7 1.86 1.5 3.95 2.69 6.15 3.55.13.05.25.1.38.14.23.09.46.19.7.27.14.05.29.08.43.12.16.05.32.09.48.14.64.18 1.29.34 1.95.46.16.03.31.07.47.09.04 0 .08 0 .12.01 1.54.25 3.11.34 4.69.23l3.29 17.93c.05.3.13.61.26.87.12.26.28.52.47.74.18.22.4.42.64.6.24.17.5.31.78.41.12.04.24.08.36.11.11.03.24.04.35.06.12.02.23.02.35.02.13 0 .24-.01.36-.02.1-.01.21-.02.31-.05.11-.03.2-.06.3-.1.02 0 .03-.01.05-.01.01-.01.02-.01.04-.02.06-.03.12-.05.18-.08.01 0 .02-.01.03-.02.12-.06.18-.09.33-.18.05-.03.1-.07.15-.1.05-.03.1-.07.16-.1.1-.07.21-.14.31-.2s.21-.14.31-.2.21-.13.31-.2.21-.13.31-.2.21-.13.31-.2.21-.13.31-.2.21-.13.31-.2.21-.13.31-.2.21-.14.31-.2.21-.14.31-.2c.05-.03.06-.05.12-.08-.02.01 0 0-.02 0-.11.06-.22.12-.34.17-.11.05-.22.08-.33.11-.11.03-.23.06-.35.08-.08.01-.15.02-.23.02h-.36c-.06 0-.12 0-.18-.02-.05 0-.11-.02-.16-.03-.05-.01-.11-.02-.17-.03h-.03c-.12-.02-.24-.07-.36-.11-.2-.09-.38-.17-.56-.27a2.98 2.98 0 0 1-.53-.38c-.16-.13-.28-.3-.42-.46-.16-.21-.29-.4-.41-.65-.12-.26-.22-.56-.29-.87 0 0-3.35-18.14-3.35-18.15-.7.05-1.4.06-2.1.04-.86-.1-1.72-.14-2.58-.26-.27-.04-.54-.1-.81-.15a25.967 25.967 0 0 1-2.39-.6c-.28-.09-.56-.19-.84-.29-.32-.11-.63-.24-.94-.36-.24-.1-.49-.2-.73-.31-.5-.23-.99-.47-1.47-.73-.24-.13-.47-.27-.71-.41-.28-.16-.56-.33-.83-.51-.26-.17-.53-.34-.78-.52-.27-.18-.52-.38-.78-.57-.19-.14-.38-.28-.57-.43-.17-.13-.33-.28-.49-.42-.28-.24-.55-.47-.82-.72-.22-.2-.43-.41-.65-.63-.21-.21-.42-.43-.62-.65-.28-.3-.55-.6-.81-.91-.28-.33-.56-.67-.82-1.02-.18-.23-.34-.47-.51-.71-.22-.32-.44-.64-.64-.97-.11-.18-.23-.36-.34-.54-1.42-2.41-2.46-5.07-2.97-7.91 0 0-5.79-32.42-5.78-32.42-.29-1.66-.4-3.28-.31-4.84.02-.31.04-.62.07-.93.01-.12.02-.24.04-.35.12-1.07.33-2.1.61-3.1.02-.06.04-.13.05-.19.31-1.03.7-2.02 1.17-2.97l.06-.12c.14-.28.29-.56.44-.83.1-.19.22-.37.33-.55.2-.33.42-.66.64-.98l.36-.51c.16-.22.33-.43.5-.64.12-.15.25-.29.38-.43.14-.16.28-.32.42-.47l-.12.13s.08-.08.11-.13c-.04.04-.08.09-.12.14l-.25.27-.11.11c-.09.1-.23.24-.32.34-.05.06-.12.13-.19.2l-.5.53s-.08.08-.11.12c-.09.09-.23.23-.32.33-.04.05-.1.11-.16.17-.1.09-.22.24-.32.33-.1.09-.23.23-.32.33-.04.05-.1.11-.16.17-.09.1-.22.23-.31.33-.48.51-.92 1.05-1.34 1.6l-.08.11c-.19.26-.39.51-.56.78-.39.59-.73 1.21-1.05 1.85-.04.09-.08.17-.13.26-.11.24-.24.47-.34.71-.08.19-.14.38-.22.57-.09.22-.17.43-.25.66-.08.23-.16.46-.23.7-.02.08-.05.16-.08.23l-.12.46c-.04.17-.1.33-.14.5-.02.09-.03.19-.05.28-.09.39-.16.79-.22 1.19l-.06.42c-.06.41-.1.82-.13 1.23 0 .07-.02.15-.02.22v.18c-.08 1.55 0 3.16.3 4.79h-.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M157.761 75.662c2.67-.19 5.32.21 7.83 1.06 2.51.85 4.86 2.18 6.97 3.86 2.1 1.69 3.95 3.75 5.41 6.07 1.46 2.32 2.54 4.93 3.12 7.7l5.08 24.56.31 1.5.37 1.74.56 2.7c.59 2.88.62 5.68.17 8.26-.46 2.58-1.41 5-2.76 7.07a17.263 17.263 0 0 1-5.25 5.17c-2.11 1.32-4.57 2.2-7.27 2.5l-24.02 2.68-20.97 23.4c-.11.11-.24.23-.36.32s-.27.18-.41.25c-.13.07-.29.12-.44.18-.15.05-.3.08-.47.09-.11 0-.24.02-.35.02-.11 0-.24 0-.35-.02-.12-.02-.24-.04-.37-.06-.12-.02-.24-.06-.36-.11-.28-.1-.54-.25-.79-.42-.25-.17-.46-.38-.65-.6a3.68 3.68 0 0 1-.48-.75c-.13-.27-.22-.56-.28-.85l-3.35-18.15c-2.81.2-5.59-.2-8.23-1.07-2.64-.88-5.11-2.25-7.31-4.02a24.5 24.5 0 0 1-5.58-6.37 23.75 23.75 0 0 1-3.07-8.11l-5.78-32.44c-.52-2.93-.43-5.77.19-8.39.62-2.61 1.75-4.99 3.3-7.03 1.55-2.04 3.52-3.73 5.81-4.96 2.29-1.23 4.9-2 7.74-2.2l38.64-2.66.65-.04 3.61-.25 9.16-.62-.02-.01Zm5.63 41.42c.85-.08 1.63-.33 2.31-.74a5.55 5.55 0 0 0 1.69-1.58c.45-.65.75-1.39.91-2.19.16-.8.16-1.68-.03-2.57-.19-.9-.52-1.73-.99-2.48a7.734 7.734 0 0 0-1.74-1.95c-.68-.54-1.44-.96-2.24-1.22-.8-.26-1.66-.38-2.51-.3-.85.07-1.64.32-2.31.72-.68.4-1.25.93-1.7 1.56a5.88 5.88 0 0 0-.93 2.19c-.17.81-.17 1.69.01 2.58.18.9.52 1.75 1 2.51.48.76 1.07 1.42 1.75 1.96.68.54 1.45.96 2.26 1.22.81.26 1.67.36 2.52.29Zm-44.56 4.14c.91-.08 1.73-.36 2.45-.76a5.83 5.83 0 0 0 1.8-1.62c.48-.66.81-1.43.99-2.25.18-.82.19-1.73.02-2.65-.17-.92-.52-1.78-1-2.55a7.548 7.548 0 0 0-1.78-1.99 7.72 7.72 0 0 0-2.33-1.25c-.84-.27-1.73-.38-2.64-.3-.91.08-1.72.33-2.44.74s-1.33.96-1.81 1.61c-.48.66-.82 1.42-1.01 2.25-.19.83-.21 1.73-.03 2.66.18.93.52 1.8 1 2.57.48.77 1.09 1.46 1.8 2.01.71.55 1.5.98 2.35 1.25.85.27 1.74.38 2.65.29m22.54-2.11c.88-.08 1.68-.34 2.38-.75s1.28-.95 1.74-1.6c.46-.66.78-1.41.95-2.22.17-.81.18-1.7 0-2.61-.18-.92-.52-1.76-1-2.51a7.9 7.9 0 0 0-1.76-1.97c-.69-.54-1.46-.97-2.28-1.23-.82-.26-1.7-.38-2.57-.3-.88.07-1.68.33-2.38.73-.7.4-1.29.94-1.75 1.58-.46.65-.79 1.4-.97 2.22a6.25 6.25 0 0 0 0 2.62c.19.92.52 1.77 1 2.54s1.08 1.44 1.77 1.99 1.48.97 2.3 1.24c.82.27 1.7.38 2.58.29"/>
9
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M212.83 43.372c2.7-.14 5.38.31 7.95 1.24 2.56.93 4.98 2.33 7.15 4.11 2.17 1.78 4.08 3.93 5.61 6.34 1.53 2.42 2.69 5.11 3.33 7.98l7.19 31.72c.65 2.85.75 5.64.38 8.22-.37 2.58-1.22 4.99-2.47 7.07a16.65 16.65 0 0 1-4.93 5.23c-2 1.35-4.35 2.28-6.97 2.64l4.01 18.17c.06.31.1.62.09.9-.01.28-.06.56-.14.83a2.594 2.594 0 0 1-.9 1.31c-.09.07-.19.13-.28.19-.09.05-.2.1-.3.15-.1.04-.21.07-.32.1-.11.03-.22.04-.33.05-.15.02-.3.02-.46 0-.16 0-.31-.03-.47-.06-.16-.03-.31-.08-.47-.15-.16-.06-.3-.13-.46-.23l-29.05-18.4-14.27 1.39-.36-1.74-.31-1.5-5.08-24.56c-.57-2.77-1.66-5.37-3.11-7.7a24.36 24.36 0 0 0-5.41-6.07c-2.11-1.68-4.47-3.01-6.97-3.86-2.5-.85-5.16-1.25-7.83-1.06l-9.15.62-3.62.25-1.48-7.48c-.59-3.03-.56-5.96 0-8.65.56-2.69 1.66-5.11 3.19-7.2 1.53-2.08 3.49-3.78 5.79-5.01s4.93-1.97 7.8-2.11l9.73-.5 4.46-.23 38.46-1.99.03-.02-.03.01Z"/>
10
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg id="tnt-Scene-ExternalLink" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320 83v90c0 13.246-10.754 24-24 24H24c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m80.822 185.969 133.735-23.88c.833-.151.863-1.325.051-1.525l-83.86-20.89a7.71 7.71 0 0 0-3.07-.14L22.086 155.808c-1.866.291-2.228 2.819-.512 3.622l56.207 26.137a5.018 5.018 0 0 0 3.04.391v.011Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M219.165 38.001a4.027 4.027 0 0 1 1.57.247c.504.181.99.466 1.427.828a5.331 5.331 0 0 1 1.798 2.872l2.493 10.833-161.934 9.748-2.093-12.04a4.25 4.25 0 0 1 .057-1.807 3.901 3.901 0 0 1 2.074-2.568 4.581 4.581 0 0 1 1.76-.457l152.848-7.656Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m64.52 62.528 161.924-9.739 20.808 90.486a5.04 5.04 0 0 1 .095 1.759 3.88 3.88 0 0 1-.514 1.522 3.502 3.502 0 0 1-1.027 1.113 3.26 3.26 0 0 1-1.446.542l-156.559 19.62a4.992 4.992 0 0 1-3.663-1.027 5.486 5.486 0 0 1-1.313-1.455 5.19 5.19 0 0 1-.713-1.883L64.519 62.528Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M202.526 63.552c5.742-.378 11.467 3.94 12.771 9.624l12.108 52.737c1.379 6.003-2.254 11.543-8.127 12.272l-104.855 13.119c-6.95.87-13.614-3.895-14.736-10.552l-9.83-58.321c-1.055-6.269 3.665-11.733 10.419-12.176l102.25-6.703Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M182.811 83.916a11.98 11.98 0 0 1 1.534 3.791c.282 1.325.327 2.67.134 4.04-.21 1.293-.729 2.497-1.545 3.609l-11.388 15.32c-1.703 2.316-4.043 3.627-7.019 3.929a12.345 12.345 0 0 1-4.262-.316c-1.449-.434-2.822-1.129-4.122-2.078l-1.652-1.208a5.911 5.911 0 0 1-.774-.674c-.213-.227-.43-.458-.647-.685l2.137-2.818 3.289 2.416c1.59 1.166 3.341 1.655 5.25 1.465 1.903-.189 3.338-.987 4.556-2.422l11.309-15.396c1.077-1.452 1.431-3.038 1.066-4.755-.364-1.717-1.383-3.303-3.017-4.514l-1.614-1.297c-1.541-1.146-3.275-1.645-5.198-1.497-1.93.148-3.3.891-4.339 2.247l-7.366 9.768-5.588.478 9.624-12.62c.85-1.098 1.875-1.93 3.072-2.495a9.352 9.352 0 0 1 3.819-1.114c2.962-.22 5.687.602 8.185 2.46l1.579 1.176c1.246.93 2.24 1.996 2.977 3.197h-.004l.004-.007Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m155.414 127.537 5.597-7.563 5.619-.595-7.865 10.704c-1.703 2.322-4.132 3.667-7.287 4.036a12.646 12.646 0 0 1-4.391-.269c-1.472-.347-2.876-1.001-4.204-1.968l-1.713-1.352c-2.663-1.934-4.28-4.414-4.845-7.432-.56-3.007.08-5.704 1.917-8.092l10.383-13.638c.888-1.153 1.955-2.027 3.2-2.632a11.392 11.392 0 0 1 3.984-1.09c3.066-.273 5.87.495 8.412 2.304l1.649 1.318s.096.072.295.217l-2.177 2.904-3.754-2.357c-1.025-.482-2.24-.654-3.654-.527-1.999.183-3.502.981-4.504 2.392l-10.473 13.552c-1.09 1.634-1.465 3.368-1.118 5.199.348 1.834 1.352 3.433 3.014 4.789l1.813 1.208c1.631 1.183 3.427 1.661 5.395 1.441 1.875-.21 3.447-1.066 4.71-2.563v.01l-.003.004Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M73.225 49.916a4.027 4.027 0 0 1 1.503.209 4.384 4.384 0 0 1 2.321 1.845c.267.428.457.904.543 1.408.085.504.076.989-.038 1.436a3.254 3.254 0 0 1-.59 1.208 3.13 3.13 0 0 1-1.037.856c-.41.209-.885.342-1.399.37a4.029 4.029 0 0 1-1.503-.209 4.26 4.26 0 0 1-1.323-.723 4.54 4.54 0 0 1-1.008-1.122 3.884 3.884 0 0 1-.542-1.417 3.665 3.665 0 0 1 .038-1.446c.104-.447.314-.865.59-1.207a3.308 3.308 0 0 1 1.046-.856 3.242 3.242 0 0 1 1.399-.362v.01Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M87.8 167.821a4.909 4.909 0 0 1-1.94-.152 5.153 5.153 0 0 1-1.722-.875 5.486 5.486 0 0 1-1.313-1.455 5.123 5.123 0 0 1-.714-1.883L64.52 62.528l-2.093-12.04a4.175 4.175 0 0 1-.066-.904c0-.295.047-.58.114-.856a4.3 4.3 0 0 1 .276-.79c.114-.247.266-.485.428-.704l-2.655 3.453a4.692 4.692 0 0 0-.428.694 4.116 4.116 0 0 0-.39 1.626c0 .295.01.59.067.894l2.064 11.908 17.288 99.825c.114.675.361 1.303.704 1.864a5.249 5.249 0 0 0 2.997 2.302c.618.18 1.265.237 1.922.152l155.15-19.602 4.462-2.149-156.558 19.62Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color17)" d="m253.814 163.293-3.886 2.505s-.086.058-.125.078c-.039.019-.087.058-.125.077-.039.019-.087.058-.126.077-.038.02-.086.058-.125.078-.829.503-1.678.957-2.555 1.373-.878.416-1.774.764-2.7 1.083a26.732 26.732 0 0 1-5.737 1.258c-.492.058-.993.096-1.485.125-.492.029-1.003.039-1.504.049-.502.009-1.013 0-1.524-.039-.511-.039-1.022-.058-1.533-.116a31.544 31.544 0 0 1-4.599-.812 33.113 33.113 0 0 1-4.503-1.5 34.022 34.022 0 0 1-4.329-2.166 35.683 35.683 0 0 1-4.069-2.795 36.943 36.943 0 0 1-3.703-3.356 39.088 39.088 0 0 1-3.23-3.811 38.452 38.452 0 0 1-2.7-4.197 37.007 37.007 0 0 1-2.121-4.517 34.929 34.929 0 0 1-1.475-4.71 35.549 35.549 0 0 1-.801-4.768 32.59 32.59 0 0 1-.115-4.74c.077-1.566.27-3.114.578-4.623a28.71 28.71 0 0 1 1.215-4.304 27.993 27.993 0 0 1 1.822-3.965 26.05 26.05 0 0 1 5.294-6.664l3.433-3.104a25.64 25.64 0 0 0-2.932 3.133 26.743 26.743 0 0 0-2.4 3.598 28.396 28.396 0 0 0-3.047 8.357 31.299 31.299 0 0 0-.579 4.671 33.096 33.096 0 0 0 .116 4.787c.154 1.606.424 3.221.81 4.817a37.588 37.588 0 0 0 1.494 4.758 39.379 39.379 0 0 0 2.141 4.566 37.76 37.76 0 0 0 2.729 4.245 39.815 39.815 0 0 0 3.259 3.859 36.437 36.437 0 0 0 3.741 3.395 37.47 37.47 0 0 0 4.117 2.834 36.263 36.263 0 0 0 4.368 2.196 32.397 32.397 0 0 0 9.189 2.359c.521.049 1.032.087 1.552.116.521.029 1.022.039 1.533.039.511 0 1.013-.019 1.524-.039a19.134 19.134 0 0 0 1.504-.125 30.466 30.466 0 0 0 2.951-.474 25.107 25.107 0 0 0 2.844-.784 27.33 27.33 0 0 0 2.719-1.083c.887-.406 1.745-.87 2.574-1.383.049-.029.087-.058.135-.077.049-.02.087-.058.126-.078.038-.019.087-.058.125-.077.039-.019.087-.058.126-.087"/>
12
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M252.108 110.834a38.594 38.594 0 0 1 8.485 9.643 37.6 37.6 0 0 1 4.792 11.809c.328 1.558.559 3.115.665 4.672.106 1.557.126 3.095.02 4.613a31.782 31.782 0 0 1-.627 4.498 29.818 29.818 0 0 1-1.273 4.303 27.618 27.618 0 0 1-1.899 3.995 27.899 27.899 0 0 1-2.469 3.578 24.719 24.719 0 0 1-3.008 3.105 25.777 25.777 0 0 1-3.51 2.573c-.829.512-1.687.967-2.574 1.383-.887.416-1.794.774-2.719 1.083-.926.31-1.881.571-2.845.783-.964.213-1.948.368-2.95.474a26.314 26.314 0 0 1-3.028.165c-.511 0-1.022-.01-1.533-.039a44.415 44.415 0 0 1-1.553-.116 30.672 30.672 0 0 1-4.637-.832 32.984 32.984 0 0 1-4.552-1.528 35.59 35.59 0 0 1-4.367-2.195 36.317 36.317 0 0 1-4.118-2.834 37.862 37.862 0 0 1-3.741-3.395 37.59 37.59 0 0 1-3.259-3.859 39.235 39.235 0 0 1-2.729-4.246 37.703 37.703 0 0 1-2.14-4.565 36.284 36.284 0 0 1-1.495-4.758 34.852 34.852 0 0 1-.81-4.817 33.204 33.204 0 0 1-.115-4.787 31.28 31.28 0 0 1 .578-4.672 30.362 30.362 0 0 1 1.244-4.43 28.468 28.468 0 0 1 1.88-4.071 25.598 25.598 0 0 1 2.478-3.647 26.039 26.039 0 0 1 3.018-3.153 25.373 25.373 0 0 1 3.491-2.592 26.636 26.636 0 0 1 3.847-1.963 26.251 26.251 0 0 1 4.146-1.315 27.301 27.301 0 0 1 4.378-.639 29.841 29.841 0 0 1 6.007.232c1.996.281 3.982.755 5.93 1.413a34.141 34.141 0 0 1 5.689 2.524 37.362 37.362 0 0 1 5.303 3.578v.029Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M243.695 114.222c1.873-.163 3.584.373 5.139 1.613 1.555 1.241 2.531 2.848 2.931 4.823l5.249 25.888c.4 1.974.096 3.694-.91 5.159-1.007 1.462-2.445 2.275-4.318 2.441l-20.985 1.835c-1.381.122-2.768-.048-4.165-.507a13.21 13.21 0 0 1-3.711-1.978 14.284 14.284 0 0 1-2.839-3.243 12.432 12.432 0 0 1-1.666-4.138c-.305-1.509-.314-2.908-.025-4.205.281-1.347.761-2.554 1.448-3.619a8.162 8.162 0 0 1 2.793-2.543 8.964 8.964 0 0 1 3.817-1.207l9.385-.821-2.961-2.359c-.478-.382-.769-.832-.876-1.352-.115-.572-.037-1.056.233-1.448.31-.45.735-.699 1.278-.748a1.952 1.952 0 0 1 1.439.43l6.908 5.506c.44.438.708.891.803 1.358.115.574.04 1.056-.233 1.45l-4.473 6.501c-.31.448-.71.698-1.203.74-.542.048-1.045-.093-1.515-.424a2.572 2.572 0 0 1-.817-1.437 1.84 1.84 0 0 1 .306-1.454l1.917-2.787-9.384.822a5.477 5.477 0 0 0-2.403.767 5.7 5.7 0 0 0-1.769 1.661c-.427.62-.727 1.36-.905 2.223-.186.809-.184 1.685.007 2.619.379 1.871 1.32 3.428 2.826 4.672 1.544 1.186 3.204 1.704 4.976 1.549l20.985-1.836c.839-.073 1.469-.421 1.895-1.039.427-.618.551-1.37.37-2.254l-5.248-25.888c-.18-.885-.597-1.589-1.257-2.112a3.047 3.047 0 0 0-2.242-.677l-24.533 2.145c-.838.074-1.468.421-1.894 1.04-.425.618-.549 1.37-.368 2.254l1.2 5.927c.115.572.042 1.081-.218 1.525-.272.394-.676.616-1.219.663a2.223 2.223 0 0 1-1.515-.424 2.556 2.556 0 0 1-.817-1.435l-1.201-5.927c-.4-1.974-.096-3.694.91-5.158 1.005-1.463 2.445-2.276 4.316-2.441l24.532-2.146.007-.004Z"/>
14
+ </svg>
@@ -0,0 +1,21 @@
1
+ <svg id="tnt-Scene-FaceID" 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="M193.949 59.05c.17.516.181.914.181.92 4.91-1.06 5.31 3.33 5.31 3.33 4.406-.259 4.173 3.597 4.17 3.64 4.761-.04 3.818 4.047 3.81 4.08 4.211.399 2.866 4.72 2.86 4.74 4.45 1.095 2.428 5.094 2.41 5.13 3.95.93 1.75 5.44 1.75 5.44 4.778 2.284.9 5.99.88 6.01 4.08 2.24.44 5.75.44 5.75 3.299 2.958-.11 5.743-.275 5.874 3.401 2.629-.515 5.435-.515 5.435 1.7 2.267-1.363 4.188-1.4 4.21 1.01 3.29-1.98 4.131-1.98 4.131 1.314 3.574-2.16 4.205-2.19 4.21.95 3.129-1.679 4.249-3.049 4.61a3.103 3.103 0 0 1-3.08 3.46c-.26 0-.521-.04-.761-.1a3.1 3.1 0 0 1-3.1 2.99c-.12 0-.23 0-.34-.02a3.097 3.097 0 0 1-4.11 1.38c-.04.46-.17.92-.42 1.36-.554.938-1.564 1.488-2.607 1.518-.874 2.165-1.896 3.608-3.042 4.832.027 2.142.279 5.934.729 9.57 0 .5.571 1.099.58 1.1.042.058 5.767 7.811 7.351 10.78.162.305.321.623.483.955 12.096 2.208 19.817 3.189 31.416 7.305 10.935 3.881 13.832 9.078 17.237 25.36H105.092c.296-.966.615-1.787.959-2.43 4.36-8.15 18.96-14.79 24.83-17.25 2.456-1.029 8.366-3.685 15.179-6.524 2.151-5.529 4.877-13.641 6.525-14.981-.194-6.456-.164-13.492-.164-13.545l1.112-.045-.003-.004 2.247-.09c.342-.933.742-2.075 1.144-3.322a3.51 3.51 0 0 1-2.881-.089 3.501 3.501 0 0 1-1.97-3.081 3.52 3.52 0 0 1-3.98.641 3.505 3.505 0 0 1-1.68-1.761c-.61.06-1.25-.049-1.84-.329a3.523 3.523 0 0 1-1.969-3.03c-5.671.709-6.508-4.891-6.511-4.91-5.687.089-3.739-5.106-3.73-5.13-4.462.13-3.164-4.763-3.16-4.78-3.064-.4-2.024-4.684-2.02-4.701-2.308-.875-.974-3.612-.96-3.639-3.234-1.393-.774-4.926-.75-4.96-3.894-2.187-.75-5.819-.74-5.83-3.814-2.716.159-6.44.17-6.45-2.927-3.974 1.155-5.825 1.19-5.84-1.788-4.182 1.831-5.502 1.88-5.52-1.655-4.246 2.96-5.433 2.99-5.44-.88-5.399 3.947-5.53 3.95-5.53-.31-5.35 4.25-4.48 4.25-4.48.92-4.69 5.57-3.59 5.57-3.59a3.292 3.292 0 0 1 .513-1.36h48.706Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M156.56 162.02s12.32.19 24.69 2.459c12.37 2.27 20.14 3.221 31.89 7.391s14.22 9.86 18.01 29.19c.39 1.987.743 3.975 1.068 5.94H86.926c.677-5.358 1.588-9.908 2.814-12.2 4.36-8.15 18.96-14.79 24.83-17.25 5.871-2.46 31.469-14.22 41.99-15.54v.01Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M155.08 152.28c15.03 0 19.46 2.401 19.46 2.401l6.71 9.79v.009l3.4.61 9.97 24.37-11.76-3.25s-6.517 13.92-15.925 20.79h-18.849c-4.029-3.23-8.612-8.637-13.286-16.5-.018.009-4.237 2.255-12.27 4.561 0 0 3.06-19.081 7.23-24.031 4.17-4.95 10.29-18.75 25.32-18.75Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" d="M154.11 151.22c4.961 0 9.906.402 13.614.802.928.101 1.776.201 2.527.295l1.948.257.004.001a126.493 126.493 0 0 0 1.397.203l.09.017.197.028.124.155c.051.063.11.15.146.201.156.214.39.53.669.919l.978 1.357 1.175 1.647 1.093 1.564c.912 1.32 1.799 2.643 2.46 3.712l.368.608.005.007.34.6.007.011c1.024 1.926 2.024 4.343 3.45 7.793l1.097 2.633a394.572 394.572 0 0 0 4.527 10.424l.4.884-9.617-1.898c-.093.224-.227.528-.38.879-.341.781-.824 1.875-1.407 3.111l.001.001c-1.151 2.472-2.651 5.534-4.077 7.86-1.43 2.327-4.358 6.63-8.096 10.105h-.001a29.669 29.669 0 0 1-1.878 1.604h-17.983a33.13 33.13 0 0 1-.386-.296c-2.403-1.876-4.738-4.233-6.785-6.662-2.056-2.43-3.823-4.932-5.117-7.106a26.584 26.584 0 0 1-1.549-2.966v-.002c-.374-.869-.607-1.603-.667-2.158l-7.299 3.121.056-.816c.02-.285.051-.673.08-1.081l.001-.007c.101-1.175.261-2.793.492-4.582.46-3.568 1.226-7.786 2.41-10.392 1.183-2.605 2.748-7.083 4.25-10.945.752-1.933 1.489-3.701 2.15-5.013.334-.658.647-1.196.93-1.578.153-.211.305-.368.439-.472.066-.052.119-.087.16-.111l.03-.018-.023.015a.298.298 0 0 0-.037.026c-.012.01-.05.04-.087.088l-.021.028.164.211a.77.77 0 0 1-.03-.174.888.888 0 0 1 .082-.145l-.008-.01.063-.05.137-.135h.065c.058-.034.133-.076.213-.12.221-.12.557-.303.985-.517a35.493 35.493 0 0 1 3.669-1.592c3.126-1.163 7.483-2.319 12.445-2.32l.01-.001Zm-17.798 4.858a.495.495 0 0 0 .046.604c.079-.096.153-.168.214-.219a.48.48 0 0 1-.091-.172l-.169-.213Z" clip-rule="evenodd"/>
7
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M152.12 53.39c3.152-3.242 5.338.2 5.35.22 3.2-2.37 4.389.57 4.389.57 3.86-2.41 5.261 1.18 5.261 1.18 4.33-2.275 5.256 1.692 5.26 1.71 5.35-1.1 5.44 3.07 5.44 3.07 4.91-1.05 5.31 3.33 5.31 3.33 4.422-.26 4.171 3.626 4.17 3.64 4.774-.04 3.823 4.069 3.82 4.08 4.21.39 2.85 4.74 2.85 4.74 4.47 1.1 2.41 5.13 2.41 5.13 3.93.915 1.771 5.394 1.75 5.439 4.78 2.28.88 6.01.88 6.01 4.077 2.239.446 5.745.44 5.75 3.38 3.031-.28 5.881-.28 5.881 3.391 2.615-.467 5.408-.51 5.439 1.705 2.272-1.38 4.197-1.4 4.21 1.004 3.273-1.939 4.111-1.97 4.12 1.32 3.6-2.19 4.21-2.19 4.21.96 3.13-1.68 4.25-3.05 4.61a3.102 3.102 0 0 1-3.08 3.46c-.26 0-.52-.039-.77-.099a3.099 3.099 0 0 1-3.091 2.989c-.119 0-.23 0-.339-.02a3.093 3.093 0 0 1-4.11 1.38c-.03.46-.17.931-.42 1.361-.77 1.32-2.46 1.879-3.87 1.29-.46-.19-.84-.481-1.14-.821-.04.12-.09.23-.14.34a3.094 3.094 0 0 1-4.14 1.43c-.35-.17-.66-.4-.91-.67-.06.41-.19.81-.4 1.2-.88 1.61-2.94 2.28-4.6 1.49-.55-.259-1-.65-1.34-1.12-.21.77-.69 1.5-1.91 2-.76.3-1.61.33-2.35 0a3.057 3.057 0 0 1-1.66-1.87c-.06.68-.31 1.37-.81 1.97-.89 1.06-2.36 1.51-3.68 1.11a3.52 3.52 0 0 1-2.5-2.99c-.02.04-.04.09-.06.13a3.513 3.513 0 0 1-4.7 1.62 3.502 3.502 0 0 1-1.97-2.96c-1 1.27-2.79 1.73-4.3.99a3.523 3.523 0 0 1-1.97-3.08c-1.03 1-2.61 1.3-3.98.63a3.483 3.483 0 0 1-1.68-1.75c-.61.05-1.24-.05-1.84-.34a3.53 3.53 0 0 1-1.98-3.019c-5.656.706-6.503-4.862-6.51-4.91-5.678.089-3.744-5.091-3.73-5.13-4.46.129-3.166-4.759-3.16-4.781-3.07-.39-2.02-4.69-2.02-4.69-2.325-.878-.975-3.629-.97-3.64-3.244-1.397-.76-4.946-.75-4.96-3.9-2.19-.75-5.83-.75-5.83-3.812-2.714.164-6.435.18-6.45v-.01c-2.94-3.99 1.18-5.83 1.18-5.83-1.8-4.21 1.89-5.53 1.89-5.53-1.66-4.235 2.926-5.426 2.979-5.44-.876-5.378 3.912-5.529 3.951-5.53-.309-5.32 4.211-4.479 4.259-4.47.917-4.671 5.535-3.608 5.571-3.6.567-3.62 5.168-2.641 5.219-2.63 1.92-5.37 6.489-2.443 6.541-2.41 1.93-4.39 5.57-1.23 5.57-1.23 3.07-4.26 6.36-.92 6.36-.92Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M155.71 182.37s-6.82-2.59-8.78-4.3c-1.96-1.71-9.73-8.4-10.3-15.16-.57-6.76-.51-20.41-.51-20.41l36.46-1.45s0 8.47.82 13.21c0 0 .06 5.12-1.2 8.53-1.26 3.41-5.75 11.18-7.71 13.02-1.96 1.83-7.46 6.44-8.78 6.57v-.01Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m137.22 142.45 35.35-1.41s0 8.47.82 13.21c0 0 .06 5.12-1.2 8.53-.87 2.36-3.29 6.8-5.34 9.93-25.43-11.57-29.63-30.26-29.63-30.26Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M151.16 73.9c1.99-.18 1.81 1.21 4.85.82 3.04-.39 4.141-.39 5.341.14 1.199.53 1.88 2.02 3.969 2.53 2.09.51 2.67.79 4.04 1.95s1.23 2.81 2.6 3.97c1.37 1.16 2.16 1.37 3.03 2.74.87 1.37.08 2.56.59 3.93s1.33.49 2.1 1.75c.019.031.036.063.054.094.184.52.346 1.027.493 1.515.011.628-.206 1.33-.657 2.351-.84 1.9 1.32 2.48 1.68 3.85.36 1.37-1.459 3.23-.479 4.94.361.631.578 1.725.709 2.856-.145 4.789-.637 10.6-1.4 18.165-1.39 13.769-4.42 15.8-8.34 19.33-3.92 3.54-8.84 7.45-16.16 7.46-7.32 0-12.25-3.92-16.16-7.46-3.588-3.24-6.429-5.208-7.95-16.075-.458.33-1.09.615-1.94.654-2.18.1-3.13-2.94-4.27-7.96-1.14-5.02-1.99-9.379 0-9.76 1.719-.328 4.146 1.683 4.774 2.235a174.984 174.984 0 0 1-.286-4.667v-.619c0-.347-.128-1.089.773-2.599.829-2.24.4-3.101 0-4.911-.011-.024-.781-1.808.649-3.1.93-.84.94-2.38.79-5.12-.15-2.739 2.5-4.738 3.16-5.109.66-.37 2.32-2.35 2.97-4.65.65-2.3 1.881-3.36 3.181-3.73 1.299-.37 2.379-.39 3.819-1.68s.87-2.01 2.27-2.48c1.4-.47 1.13.13 2.35.47 1.22.34 1.46-1.65 3.45-1.83Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M159.528 74.451c.724.03 1.263.161 1.823.408 1.199.53 1.879 2.02 3.969 2.53 2.09.51 2.67.79 4.04 1.95s1.23 2.81 2.6 3.97c1.37 1.16 2.16 1.37 3.03 2.74.87 1.37.08 2.56.59 3.93s1.33.491 2.1 1.75l.039.067c.189.535.357 1.056.508 1.557.008.624-.209 1.324-.657 2.337-.84 1.9 1.32 2.48 1.68 3.85.36 1.37-1.459 3.23-.479 4.939.36.63.577 1.723.709 2.851a149.837 149.837 0 0 1-.32 6.051c1.015-.787 2.782-1.947 4.12-1.692 1.99.381 1.14 4.74 0 9.76s-2.09 8.06-4.27 7.96a3.692 3.692 0 0 1-1.366-.318c-1.533 10.575-4.353 12.542-7.904 15.739-3.92 3.54-8.84 7.45-16.16 7.46-3.8 0-6.95-1.06-9.65-2.57 7.52.64 11.04-1.171 11.99-4.321h-.02c1.003-3.327-3.28-5.294-3.28-4.849 5.18-2.4 3.01-8.04 3.01-8.04 1.12-2.4 0-5.561 0-5.561 4.99 1.101 6.15-2.97 6.15-2.97l4.41 5.01c1.47-3.269 2.321-4.98 5.451-8.719 3.116-3.725 2.098-6.279 2.089-6.3-2.23 1.56-5.76.9-7.18.66s-3.65-1.18-3.89-1.96c-.239-.769 1.205-1.02 1.21-1.021 4.449.767 5.015-4.272 5.021-4.319 0 0-2.561-2.84-6.161-1.33-3.6 1.51-3.79 7.96-3.79 7.96l-3.22.66s-.19-1.61 0-5.21c.19-3.6 1.14-7.68 3.22-9 2.08-1.32 5.21-.66 5.21-.66 4.38-12.72-1.289-21.514-4.622-25.299Zm-11.598 45.502c-.148.192-1.781 2.376-1.6 4.916-.017-.004-1.147-.273-2.13.62.009-.034 1.186-4.68 3.73-5.536Zm.01-.004-.01.004.01-.014v.01Zm-8.7-19.439c.015-.001 2.663-.21 3.66-.12 1.001.09 5.281 0 6.491 4.089l.019.01s.71 2.841.47 3.981c-.24 1.14-3.13 2.389-3.13 2.389-.01-.027-.796-2.163-3.29-2.63-2.51-.469-6.88-.989-8.54 1.241 0 0 1.44-5.461 8.17-5.271l-3.85-3.689Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M132.199 102.91s2.78-2.43 4.83-2.43c2.05 0 4.8 1.04 7.01 1.64 2.21.6 4.61 1.11 5.12.79.51-.32.32-2.18.28-2.43-.04-.25-.98-.88-2.97-1.11-1.99-.23-4.08-.32-7.05-.19-2.97.13-6.28 1.17-7.23 3.73h.01Zm43.87 0s-2.78-2.43-4.83-2.43c-2.05 0-4.8 1.04-7.01 1.64-2.21.6-4.61 1.11-5.12.79-.51-.32-.32-2.18-.28-2.43.04-.25.98-.88 2.97-1.11 1.99-.23 4.08-.32 7.05-.19 2.97.13 6.28 1.17 7.23 3.73h-.01Zm-24.148 21.909c-.02-.54-.95-1.33-1.9-1.3-.95.03-1.71.76-1.71 1.42 0 .66.95.85 1.63.76.68-.09 1.99-.36 1.97-.88h.01Zm3.949.471c.11.46 1.14.54 1.8.43.66-.11 1.09-.43 1.09-1.1 0-.67-.36-.91-1.11-.86-.75.05-1.94.85-1.78 1.54v-.01Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M154.07 140.85c1.77 0 3.38-.09 5.15-1.39 1.77-1.3 4.49-3.85 4.52-4.23.03-.38-2.31-1.11-3.79-1.99-1.48-.88-2.24-1.42-3.76-1.39-1.52.03-2.12.66-2.12.66s-.73-.66-2.15-.66-3.35.95-4.36 1.8c-1.01.85-1.77 1.39-3.16 1.71 0 0 3.01 3.25 5.47 4.36 2.46 1.11 2.78 1.14 4.2 1.14v-.01Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M154.07 140.85c-1.42 0-1.74-.03-4.2-1.14-1.55-.69-3.31-2.24-4.4-3.29.2-.2.39-.34.51-.38 0 0 .41-.38 3.29-.41 2.87-.03 6.35 0 7.84 0 3.35 0 4.9 1.07 4.9 1.07l.26.16c-.93.88-2.11 1.91-3.04 2.59-1.77 1.3-3.38 1.39-5.15 1.39h-.01v.01Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M146.75 110.86c-.37-.02-2.26-1.23-2.48-1.02-.2 1.64-2.01 3.04-3.6 2.1-.87-.51-1.15-1.31-1.55-2.17-1.19.43-2.7 1.2-3.85.28-.24-.193-.354-.383-.34-.57.55-.95 1.81-1.46 2.83-1.73 2.51-.67 5.54-.53 7.6 1.04.62.47 1.39 1.25 1.39 2.07Zm21.651-1.09c-.44 1.88-2.26 3.35-4.05 1.89-.59-.48-.98-1.14-1.06-1.9l-2.48 1.09c.04-.96 1.18-1.99 1.95-2.47 2.36-1.46 7.52-1.43 9.55.57.51.51.49.79-.13 1.18-1.29.81-2.51-.02-3.77-.38l-.01.02Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M98.58 153.189V137.1h3v16.089c0 3.695 2.839 6.58 6.13 6.581h19.41v3h-19.41c-5.109-.001-9.13-4.395-9.13-9.581Zm0-81.059c0-5.197 4.022-9.58 9.13-9.58h20.15v3h-20.15c-3.292 0-6.13 2.877-6.13 6.58v17.85h-3V72.13Zm110.05 0c0-3.695-2.839-6.58-6.13-6.58h-18.75v-3h18.75c5.109 0 9.13 4.395 9.13 9.58V90.2h-3V72.13Zm0 81.059v-15.54h3v15.54c0 5.197-4.022 9.581-9.13 9.581h-18.42v-3h18.42c3.292 0 6.13-2.877 6.13-6.581Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color28)" d="M158.695 118.856c1.747.687 3.964 4.459 3.585 6.253-.377 1.786-2.615 1.426-2.65 1.42.027-.013 1.987-.989 1.709-2.37-.697-3.01-2.528-5.168-2.644-5.303Zm-34.973-4.213c.29-.6.62-.81 1.16-.32v.01c-.012.01-.706.6-.29 6-.003-.011-1.349-4.691-.87-5.69Zm58.728-1.032c.54-.49.869-.28 1.159.32.479.997-.862 5.667-.869 5.69.415-5.383-.273-5.986-.29-6v-.01Zm-23.755 5.245-.016-.006h.011l.005.006Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M218.319 113.55v3H89.609v-3h128.71Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M155.763 182.492c.051.033.816.53.787 1.448-.023.728-.563 15.9-.819 23.06h-2.347c.482-6.932 1.579-22.702 1.626-23.439.056-.883.677-1.052.753-1.069Zm-9.253-2.093c3.303 2.019 6.177 3.058 6.37 3.126l-17.08 10.714c-3.03-4.35-3.029-6.45-3.029-6.45l13.739-7.39Zm18.68-2.83c.077.031 15.609 6.209 15.88 5.891.27-.32-1.96 4.648-2.31 5.119-.35.469-19.962-5.821-20.02-5.84l6.45-5.179v.009Zm-12.3 5.96-.01-.004.01-.005v.009Zm2.873-1.037-.003-.002h.011l-.008.002Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M211.818 198.04s1.05 3.686 2.494 8.96h-.863c-.37-2.906-.9-5.907-1.631-8.96Z"/>
21
+ </svg>
@@ -0,0 +1,31 @@
1
+ <svg id="tnt-Scene-Fingerprint" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320 83v90c0 13.246-10.754 24-24 24H24c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="M87.87 183.675c.14.74.4 1.42.78 2.03.37.6.85 1.12 1.39 1.53.54.41 1.15.72 1.8.89.65.17 1.32.22 2.01.11l27.781-4.57c.2.29.43.59.71.91.84.94 3.75 2.91 5.9 4.56 1.98 1.53 7.59 6.22 9.42 7.8h72.36l-8.62-7.31c-1.19-1.03-2.64-1.6-4.16-1.64l-2.75-.07-2.97-3.59c-1.33-2.07-3.08-3.7-5.15-4.8-.15-.08-.31-.15-.47-.23-.48-1.7-.63-3.36-.81-4.89-.26-2.1-.99-6.48-1.3-7.83-.32-1.35-1.51-5.55-1.92-6.93-.41-1.39-1.19-7.4-1.63-9.56-.38-1.82-1.66-3.85-2.59-5.14 0 .02.03.06.07.14l-.08-.11v-.02c-.03-.04-.04-.06-.07-.09-.14-.2-.28-.38-.39-.53-.89-1.17-3.92-3.77-4.66-4.46-.74-.69-2.66-1.83-3.48-2.49-.82-.66-2.54-1.23-4.16-.85-.59.14-1.11.46-1.55.81.01-.01.02-.03.04-.05-.78.62-1.28 1.35-1.28 1.35s-.23-.33-.41-.72c-.18-.39-1.2-2.88-1.82-4.24-.63-1.36-1.62-3.36-2.65-4.52-1.02-1.16-2.69-1.43-3.98-1.3-1.28.13-2.71 1.16-3.46 1.95-.28.29-.48.68-.63 1.1h-.01c-.09.26-.15.53-.21.8l-.03.17c-.02.1-.03.19-.04.28l-.03.24c0 .08-.02.16-.02.23s0 .13-.01.2c0 .07-.01.14-.01.2-.03.76-.25 2.36-.34 3.03-.03.18-.05.29-.05.29v.03s-.78-1.87-1.19-2.92c-.42-1.06-1.34-3.54-1.92-5.3-.44-1.34-1.79-2.47-3.02-3.02l-13.71-61.66c-.14-.6-.39-1.19-.72-1.71-.33-.52-.75-.99-1.22-1.39-.47-.39-1.01-.71-1.57-.92-.56-.21-1.14-.33-1.73-.32l-49.36.79c-.66 0-1.27.16-1.8.4-.53.25-.99.6-1.35 1.04-.18.21-.32.44-.45.69.02-.04.04-.09.07-.13.06-.11.14-.22.21-.33l-3.01 4.23c-.15.21-.27.43-.37.67-.1.24-.18.48-.24.75-.05.26-.08.53-.09.81 0 .28.02.57.07.86l20.93 114.71-.05.04Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M141.78 34.425c.64 0 1.28.12 1.89.35.6.23 1.19.58 1.71 1 .52.43.97.94 1.33 1.51.36.57.63 1.2.78 1.86l26.34 118.44c.17.75.2 1.51.1 2.2-.1.69-.32 1.35-.65 1.93-.33.57-.76 1.06-1.27 1.44-.52.38-1.12.64-1.79.74l-56.26 9.19a5.4 5.4 0 0 1-2.23-.12c-.72-.19-1.4-.54-1.99-1-.6-.47-1.13-1.04-1.55-1.71-.42-.66-.71-1.43-.86-2.25L83.76 40.515c-.13-.7-.11-1.39.05-2 .16-.62.44-1.18.83-1.66.4-.48.89-.86 1.47-1.13a4.78 4.78 0 0 1 1.96-.44l53.71-.86Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color17)" d="m170.22 163.924-56.26 9.191c-.75.13-1.51.08-2.21-.12-.71-.2-1.4-.54-1.99-1a6.368 6.368 0 0 1-1.55-1.71 6.316 6.316 0 0 1-.86-2.25L83.76 40.515a5.34 5.34 0 0 1-.09-.95c0-.3.04-.61.1-.9.06-.29.15-.57.27-.82.06-.13.12-.26.19-.38s.15-.24.23-.36l-3.28 4.61c-.16.23-.3.47-.41.72-.11.26-.2.53-.26.81-.06.29-.09.58-.1.88 0 .31.02.62.08.93l22.78 124.819c.15.8.44 1.55.84 2.2.41.66.92 1.221 1.51 1.671.59.45 1.25.779 1.96.969.7.19 1.44.24 2.18.121l55.25-9.09 5.21-1.831v.01Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M140.911 36.315c.51-.02 1.02.07 1.5.25s.94.45 1.35.77c.41.33.76.73 1.05 1.19.29.46.5.95.61 1.48l25.4 118.49c.12.58.14 1.14.05 1.68a4.06 4.06 0 0 1-.53 1.45c-.26.43-.6.79-1.01 1.07-.41.28-.88.47-1.41.54l-53.45 7.34c-.57.08-1.13.03-1.67-.13s-1.04-.42-1.5-.77c-.46-.36-.84-.78-1.16-1.29-.32-.51-.54-1.06-.65-1.67l-23.65-124.12c-.11-.56-.09-1.08.02-1.57s.33-.93.62-1.31.66-.68 1.11-.91c.45-.23.94-.36 1.49-.38l51.84-2.11h-.01Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color9)" d="m104.16 37.305 25.19-.81.32 1.96c.06.39.01.76-.13 1.11-.14.35-.38.67-.68.94-.31.28-.69.52-1.14.69-.45.18-.94.3-1.49.35h-.32l-16.62.61c-.61.02-1.19-.04-1.74-.18-.55-.14-1.05-.34-1.49-.6-.44-.26-.81-.58-1.08-.93-.27-.36-.46-.74-.52-1.16l-.3-2v.03-.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m113.341 66.055.39 1.88-6.47.49c-.32.02-.62.1-.87.23-.26.13-.49.29-.66.49-.18.2-.31.43-.39.67-.08.25-.09.52-.03.78l1.52 7.51-1.82.15-1.51-7.51a3.62 3.62 0 0 1 .02-1.54c.11-.48.34-.92.65-1.3s.69-.69 1.16-.93c.47-.24.98-.38 1.56-.43l6.47-.48-.02-.01Zm22.08-1.62a4.4 4.4 0 0 1 1.62.19c.52.16 1.01.41 1.45.72.44.32.81.7 1.11 1.14.3.44.52.93.62 1.46l1.62 7.61-1.74.14-1.62-7.62a2 2 0 0 0-.34-.74c-.16-.23-.38-.43-.62-.59-.25-.16-.53-.29-.81-.37-.29-.08-.61-.12-.91-.09l-6.98.52-.39-1.86 6.98-.51h.01Zm-24.141 35.9 1.46 7.26c.06.28.18.54.35.76.17.23.4.44.65.6.25.16.55.29.84.37.3.08.63.11.95.07l6.29-.63.4 1.92-6.3.65c-.58.06-1.15 0-1.7-.15s-1.05-.4-1.51-.71c-.46-.32-.85-.73-1.16-1.18-.31-.46-.54-.96-.65-1.52l-1.46-7.26 1.82-.17h.02v-.01Zm35.121-3.45 1.54 7.22c.11.54.11 1.06 0 1.55s-.31.93-.6 1.32-.66.73-1.1.96c-.44.24-.95.41-1.51.47l-7.12.72-.4-1.91 7.12-.71c.31-.03.6-.12.85-.25s.47-.31.63-.51c.17-.2.3-.44.36-.68.06-.25.08-.52.02-.78l-1.54-7.23 1.74-.17h.01Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M121.21 37.725h.04c.11 0 .21.02.31.05.1.03.19.09.27.17.08.08.15.16.21.25s.09.2.11.32c.02.11 0 .21-.01.31a.62.62 0 0 1-.12.26.72.72 0 0 1-.2.19c-.08.05-.17.08-.27.09h-.04c-.11 0-.21 0-.31-.05a.77.77 0 0 1-.27-.17c-.08-.08-.15-.16-.21-.26a.87.87 0 0 1-.11-.32c-.02-.11-.01-.21 0-.31 0-.1.06-.18.12-.26.06-.08.12-.14.21-.19.09-.05.18-.08.28-.09h-.01v.01Zm-8.82.29 6.93-.23a.793.793 0 0 1 .54.2c.07.06.14.14.19.23.05.09.08.19.1.29v.06a.659.659 0 0 1-.11.53.614.614 0 0 1-.45.25l-6.93.24a.793.793 0 0 1-.54-.2c-.07-.06-.14-.15-.19-.23a.905.905 0 0 1-.1-.29v-.06a.659.659 0 0 1 .11-.53c.05-.07.12-.13.2-.17a.72.72 0 0 1 .26-.08l-.01-.01Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M132.921 83.685h.08c.85 1.1 1.46 2.42 1.87 3.85.41 1.43.61 2.99.67 4.55.06 1.56-.04 3.13-.25 4.6-.21 1.47-.53 2.83-.91 3.99-.04.11-.11.35-.22.63-.11.29-.25.66-.4.99-.15.34-.32.67-.49.92-.17.25-.34.42-.49.44h-.07s-.02 0-.03-.01c0-.01-.02-.01-.03-.02-.03-.1-.07-.18-.1-.26-.03-.08-.07-.15-.1-.22a.794.794 0 0 1-.06-.22v-.28c.03-.28.13-.64.27-1.02s.31-.82.49-1.27c.18-.45.36-.9.52-1.36.16-.46.29-.88.37-1.27.13-.67.24-1.42.31-2.21s.12-1.64.13-2.48c.01-.84-.01-1.69-.07-2.5-.06-.81-.17-1.58-.31-2.26-.07-.32-.19-.67-.34-1.03-.15-.36-.33-.74-.5-1.1-.17-.36-.34-.7-.47-1-.13-.3-.23-.57-.26-.75a.646.646 0 0 1 0-.24c.02-.08.03-.15.07-.22.04-.07.08-.12.13-.16.05-.04.12-.07.19-.08v-.01Zm-7.73 4.42.93.18c.16.23.29.77.38 1.47.09.69.14 1.54.13 2.35-.01.81-.06 1.61-.19 2.2-.13.6-.33.99-.61 1.02h-.08c-.22-.18-.34-.41-.4-.68-.06-.28-.05-.58-.02-.9.03-.33.09-.66.14-.98.05-.33.09-.64.09-.92 0-.31 0-.62-.02-.93-.02-.32-.03-.63-.06-.93-.03-.31-.07-.63-.12-.94-.05-.32-.11-.63-.19-.93h.01l.01-.01Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M124.4 81.875c.48-.04.961-.02 1.451.05.49.07.97.2 1.44.38s.94.42 1.39.71c.45.3.869.65 1.269 1.06 1.05 1.09 1.751 2.53 2.151 4.15.41 1.62.54 3.42.45 5.22-.09 1.8-.391 3.6-.821 5.22-.44 1.62-1.009 3.06-1.649 4.12-.05.08-.14.23-.25.41-.11.18-.261.4-.421.6-.16.21-.319.41-.489.57-.17.16-.321.26-.471.27h-.099s-.031 0-.05-.02c-.02-.01-.03-.02-.05-.03-.07-.34-.041-.65.029-.94.07-.29.21-.57.37-.82.16-.26.33-.521.5-.761a4.91 4.91 0 0 0 .441-.759c.43-.98.81-2.07 1.13-3.23.32-1.15.559-2.35.689-3.58.14-1.23.181-2.47.091-3.69a14.51 14.51 0 0 0-.7-3.55 6.39 6.39 0 0 0-1.031-1.89c-.44-.55-.96-1-1.53-1.37a5.81 5.81 0 0 0-1.83-.79 5.75 5.75 0 0 0-1.93-.17c-.25.02-.5.06-.74.12-.25.06-.48.13-.71.23-.24.1-.46.21-.679.34-.22.13-.431.28-.621.46-.08.07-.199.23-.339.43-.14.2-.3.44-.47.66-.17.23-.34.46-.5.63-.16.17-.3.28-.41.29h-.101c-.14-.21-.21-.43-.22-.64 0-.21.031-.42.111-.62s.189-.39.309-.57a4 4 0 0 1 .391-.49c.25-.29.529-.56.819-.78.3-.23.611-.43.941-.59.34-.16.68-.29 1.03-.39.36-.1.71-.16 1.09-.19v-.03l.019-.02Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M129.351 92.305c.119.63.159 1.27.129 1.93-.03.66-.12 1.31-.25 1.96-.13.65-.32 1.28-.53 1.9-.21.62-.44 1.19-.68 1.73-.06.14-.249.5-.509.949-.26.46-.59 1.011-.93 1.561-.35.55-.72 1.07-1.07 1.47-.35.4-.67.67-.91.69h-.06s-.041-.001-.061-.011c-.019-.009-.039-.009-.049-.019a.219.219 0 0 0-.05-.03c-.08-.35-.041-.68.069-1 .11-.32.31-.63.53-.93.22-.3.48-.601.71-.891.24-.29.471-.59.641-.88.34-.589.649-1.21.909-1.85.27-.64.491-1.3.681-1.98.19-.67.329-1.37.439-2.069.11-.7.171-1.42.181-2.13l.81-.35v-.05Zm-4.731 5.54h.24c.23.19.201.56.021 1.01-.18.46-.521 1.01-.901 1.549-.39.54-.81 1.07-1.2 1.5-.39.43-.71.741-.88.851-.08.05-.16.1-.24.14-.08.039-.15.08-.22.11s-.14.049-.2.069c-.06.02-.12.03-.18.03a.454.454 0 0 1-.269-.04.229.229 0 0 1-.12-.189c-.01-.09 0-.2.059-.34.06-.14.141-.3.271-.49.13-.2.31-.41.5-.62.19-.21.41-.43.63-.63.22-.21.439-.431.649-.65.21-.22.401-.43.561-.64.1-.13.17-.29.25-.47.08-.18.139-.36.229-.54.09-.18.191-.34.321-.46a.86.86 0 0 1 .507-.228l-.028.038Zm.431-12.941c.2-.02.399-.01.599 0 .2 0 .411.06.601.12a3.855 3.855 0 0 1 1.21.61c.24.17.51.431.75.731.25.31.48.66.63.99.15.34.23.66.17.94-.06.28-.241.49-.601.59-.09-.4-.25-.78-.46-1.14a4.71 4.71 0 0 0-.739-.96 3.34 3.34 0 0 0-.931-.65c-.33-.15-.679-.22-1.029-.19-.1 0-.19.02-.29.05-.1.03-.19.06-.29.1-.1.04-.19.09-.28.15-.09.06-.181.13-.281.21-.39.34-.6.74-.7 1.21-.11.47-.109.97-.069 1.52.04.55.129 1.1.189 1.67.06.57.12 1.12.09 1.65-.05.74-.22 1.6-.5 2.46-.28.86-.649 1.76-1.109 2.59-.46.83-.99 1.61-1.58 2.25-.58.65-1.231 1.14-1.901 1.42-.04.02-.08.029-.12.049a.506.506 0 0 1-.119.04 1.6 1.6 0 0 0-.11.031c-.03.01-.07.009-.1.009-.14.01-.261.001-.351-.049a.32.32 0 0 1-.17-.21.67.67 0 0 1 .05-.35c.05-.13.161-.301.311-.471.61-.68 1.18-1.25 1.72-1.8.539-.55 1.02-1.039 1.44-1.609.42-.57.76-1.18 1.02-1.95.26-.76.43-1.68.48-2.82.02-.56-.031-1.13-.101-1.69s-.16-1.12-.2-1.66c-.04-.54-.03-1.06.08-1.55s.341-.94.731-1.35c.14-.14.289-.27.439-.38.15-.11.321-.21.481-.29a2.3 2.3 0 0 1 .519-.19c.18-.04.36-.08.54-.1h.011l-.03.02Zm12.759 5.272c.054 0 .107.005.161.058.06.05.12.11.17.21.05.1.109.21.149.35.04.14.08.301.11.491.11.69.15 1.43.14 2.18-.01.75-.06 1.52-.14 2.29-.08.77-.19 1.53-.299 2.27-.11.74-.231 1.46-.331 2.12l-1.07-.52c.28-.65.45-1.34.54-2.05.09-.71.111-1.46.101-2.2-.01-.74-.041-1.49-.051-2.2-.01-.71 0-1.41.07-2.06.02-.15.041-.28.071-.4.03-.12.059-.21.099-.28.04-.07.08-.13.13-.17.05-.04.1-.06.15-.07v-.02Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M119.77 87.225c.12.02.211.07.281.15.07.08.119.18.149.29.03.11.06.23.07.34 0 .11.03.22.04.31.13.86.221 1.68.241 2.45.02.77-.011 1.52-.141 2.22-.13.7-.33 1.39-.63 2.04a8.44 8.44 0 0 1-1.269 1.93 9.31 9.31 0 0 1-1.41 1.34c-.27.2-.56.37-.85.5-.3.13-.621.22-.931.25h-.239c-.03-.11-.06-.2-.08-.28-.02-.08-.04-.16-.04-.23s0-.14.04-.21c.04-.07.079-.15.149-.23.1-.11.251-.23.431-.35.18-.12.4-.26.63-.4.23-.14.47-.29.68-.46.22-.17.44-.34.61-.53.35-.38.65-.77.92-1.19.27-.42.479-.85.649-1.31.17-.46.3-.94.38-1.44.08-.5.12-1.03.11-1.59 0-.14-.05-.42-.11-.77-.06-.35-.13-.78-.17-1.19-.04-.41-.05-.8 0-1.1.05-.3.181-.5.41-.52l.014-.02h.066Zm4.878 10.582.002-.002h.01l-.012.002Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M125.101 78.775c.419.02.829.08 1.259.16a9.965 9.965 0 0 1 2.54.87c.22.11.47.23.71.37.24.14.491.3.691.47.21.17.4.38.53.6.13.22.209.47.199.74-.31-.03-.6-.11-.87-.24a7.31 7.31 0 0 1-.819-.45c-.28-.17-.55-.35-.83-.52-.29-.17-.58-.32-.91-.43-.31-.11-.601-.19-.911-.27a7.44 7.44 0 0 0-.899-.17c-.3-.04-.601-.06-.891-.07-.3 0-.59 0-.87.03-.82.07-1.61.26-2.34.57-.74.31-1.4.72-1.99 1.24a6.99 6.99 0 0 0-1.479 1.87c-.4.71-.67 1.54-.8 2.43-.11.71-.11 1.4-.07 2.05.04.65.129 1.3.179 1.94.05.64.06 1.28-.04 1.94-.1.65-.31 1.33-.71 2.04-.08.14-.249.36-.489.61s-.531.54-.841.8c-.32.27-.65.53-.979.71-.33.19-.64.33-.89.35h-.2c-.06 0-.12-.03-.17-.06a.532.532 0 0 1-.141-.12.788.788 0 0 1-.109-.18c-.06-.14.03-.31.21-.49s.44-.38.71-.58c.28-.2.589-.4.849-.58.27-.18.5-.36.63-.5.47-.53.761-1.02.941-1.51.18-.49.24-.97.24-1.46s-.061-1-.141-1.54a17.29 17.29 0 0 1-.179-1.74 8.78 8.78 0 0 1 .479-3.45 7.98 7.98 0 0 1 1.641-2.74 8.49 8.49 0 0 1 2.5-1.87 8.63 8.63 0 0 1 3.067-.83l-.038.03c.41-.03.811-.04 1.231-.02Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M120.56 76.254c.117 0 .233.001.331.02.1.02.2.07.28.14.08.07.149.17.189.29.04.12.081.28.091.46-.95.26-1.86.66-2.67 1.18-.81.52-1.55 1.17-2.18 1.92-.63.74-1.15 1.6-1.55 2.51-.4.91-.65 1.92-.76 2.97-.06.59-.02 1.23.04 1.9.06.67.13 1.35.16 2 .03.66 0 1.28-.16 1.84s-.44 1.03-.91 1.4c-.09.07-.19.14-.3.21-.11.07-.231.13-.351.19-.12.06-.25.11-.37.15a1.66 1.66 0 0 1-.359.08c-.11 0-.22 0-.32-.02a.523.523 0 0 1-.27-.15.818.818 0 0 1-.19-.3 1.53 1.53 0 0 1-.08-.47c.77-.18 1.28-.42 1.62-.7.34-.29.49-.63.55-1.01.059-.39.01-.82-.05-1.31-.06-.49-.14-1.02-.16-1.6-.03-1.16.049-2.28.259-3.34.21-1.06.531-2.07.971-3.01.45-.93 1.01-1.79 1.7-2.54.68-.75 1.5-1.41 2.43-1.95.12-.07.26-.15.42-.24a7.052 7.052 0 0 1 1.099-.52c.19-.07.371-.11.54-.12v.02Zm-8.87 4.11h.04c.28.04.42.2.46.44.04.24 0 .54-.08.84-.08.31-.199.631-.309.9-.11.27-.19.49-.22.61-.05.25-.101.53-.141.81-.04.29-.089.6-.139.9-.05.31-.081.62-.111.9-.03.29-.049.581-.059.821 0 .08.03.36.07.72.04.37.09.84.12 1.31.03.47.03.92-.02 1.27s-.15.58-.34.6h-.101c-.02 0-.039 0-.059-.02l-.06-.03c-.18-.11-.31-.46-.41-.94-.1-.49-.15-1.09-.17-1.73-.02-.64-.03-1.27-.02-1.82 0-.55.029-.98.049-1.21.02-.17.08-.53.17-.96.09-.44.211-.96.351-1.46.14-.5.3-.98.46-1.34.16-.36.34-.6.51-.62l.009.01Zm13.931-4.559c.25-.02.59.02.96.11.38.09.78.2 1.18.34.4.14.78.28 1.12.42.34.14.62.26.78.34.76.37 1.54.85 2.29 1.43a17.232 17.232 0 0 1 3.96 4.26c.52.8.93 1.63 1.21 2.46.03.09.1.33.18.64.08.31.159.66.219 1.03s.091.7.071.97c-.02.27-.1.44-.26.46h-.13c-.03 0-.05-.02-.07-.03-.02 0-.05-.03-.08-.04-.33-1.27-.76-2.47-1.31-3.58a16.247 16.247 0 0 0-1.971-3.07 13.37 13.37 0 0 0-2.649-2.44c-.99-.69-2.1-1.28-3.32-1.71-.19-.07-.48-.11-.79-.17-.32-.06-.66-.11-.97-.19-.31-.08-.581-.2-.731-.37-.159-.17-.199-.39-.069-.67.02-.02.04-.03.069-.05.03-.02.061-.03.09-.04.03 0 .071-.02.101-.03.03 0 .08 0 .12-.02v-.05Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color15)" d="m122.391 72.625.02.04c2.01-.16 4.07.12 6.04.76 1.97.65 3.85 1.66 5.529 2.98a18.407 18.407 0 0 1 4.301 4.82c1.15 1.88 1.96 4.01 2.32 6.33-.04.04-.081.07-.121.1a.628.628 0 0 1-.109.07c-.04.02-.071.03-.101.04-.029 0-.06.02-.089.02-.15 0-.27-.07-.36-.22a2.27 2.27 0 0 1-.22-.58c-.06-.23-.11-.48-.15-.7a3.5 3.5 0 0 0-.15-.6 21.3 21.3 0 0 0-2.81-5.24c-1.13-1.53-2.43-2.82-3.88-3.85a15.214 15.214 0 0 0-4.73-2.28c-1.7-.48-3.5-.66-5.38-.52-.13 0-.26.02-.39.04s-.26.03-.39.04c-.13 0-.26.03-.39.05l-.4.06c-.65.11-1.23.3-1.77.54-.54.24-1.05.52-1.54.8-.49.29-.98.6-1.49.86-.51.27-1.031.52-1.611.7-.179-.14-.189-.33-.099-.54.09-.21.28-.43.5-.65.22-.22.48-.42.7-.59.23-.17.419-.3.52-.36.49-.32.98-.61 1.49-.85a12.986 12.986 0 0 1 3.15-1.07c.54-.11 1.08-.18 1.63-.23l-.02.03Zm-2.687 14.6h-.033l.04-.01-.007.01Zm4.217-8.46h-.013.013Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color15)" d="m144.628 80.905-39.87 4.27-.213-1.989 39.87-4.269.213 1.988Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color28)" d="M157.881 184.685c1.34 1.18 3.41 2.93 4.96 3.17 1.56.24 6.08 2.28 8.03 3.39 1.08.62 4.069 2.914 6.879 5.704l54.461.006c-4.9-5.46-9.14-10.24-10.48-11.91-3.75-4.67-5.27-7.51-6.61-9.5-1.33-1.99-3.31-5.75-4.46-8.32-1.15-2.57-1.35-5.11-1.63-7.39-.28-2.28-1.07-7.05-1.42-8.52-.35-1.47-1.65-6.03-2.08-7.54-.44-1.51-1.28-8.05-1.77-10.4-.5-2.35-2.37-5-3.33-6.27-.96-1.27-4.27-4.1-5.07-4.85-.8-.75-2.9-1.99-3.79-2.71-.89-.71-2.76-1.34-4.53-.92-1.77.43-3.04 2.31-3.04 2.31s-.25-.36-.45-.78c-.2-.43-1.3-3.14-1.98-4.61-.68-1.48-1.77-3.65-2.88-4.92-1.11-1.26-2.93-1.56-4.33-1.42-1.39.14-2.95 1.26-3.76 2.12-.81.86-1.05 2.49-1.09 3.55-.04 1.05-.42 3.61-.42 3.61s-.84-2.03-1.3-3.18c-.46-1.15-1.46-3.85-2.09-5.77-.64-1.92-2.98-3.45-4.5-3.65-1.52-.2-3.22.18-4.8 1.19-1.6 1-2.34 3.23-2.44 4.27-.09 1.03.91 3.7.91 3.7s-.12.42-.12.75.03 2.36.28 3.64c.25 1.28 1.1 2.8 1.1 2.8l.16 1.89c-.56 0-3.36-.87-4.18-1.47-.81-.58-2.52-3.33-3.59-5.85-1.07-2.52-3.02-7.58-3.9-9.38-.88-1.8-4.18-7.91-4.7-9.24-.53-1.33-2.6-7.06-3.11-8.61-.51-1.56-2.39-7.06-2.99-8.63-.6-1.57-3.09-4.97-7.13-3.58-4.04 1.39-3.92 5.7-3.42 8.58.51 2.89 1.58 7.4 2.66 10.18 1.07 2.78 3.52 10.82 4.42 13.4.89 2.58 3.77 7.74 5.36 10.97 1.59 3.21 3.85 7.46 4.54 9.26.68 1.8 2.64 8.21 2.88 8.77.24.56 1.14 2.49 1.61 3.46.47.97.67 2.9.74 4.07.08 1.17.1 7.75.1 7.75s-.39-.06-.8-.16c-.42-.1-1.3-.16-1.3-.16.02-.4-.22-1.09-.52-1.52-.3-.43-1.9-1.77-3.07-2.79-1.16-1.02-2.6-1.77-2.6-1.77s-.11-1.27-.18-1.93c-.08-.65-.85-2.16-1.39-3.1-.54-.93-1.69-2.5-2.55-3.52-.85-1.01-2.78-2.66-4.89-3.87s-3.57-1.17-4.72-1.04c-1.15.13-2.36.99-2.74 1.5-.38.51-.34 1.2-.34 1.2-.12.18.02 1.1.58 2.2.57 1.1 2.38 4.47 2.65 4.93.28.46.3.87.33 1.43.03.55.15 1.48.31 2.23.16.76.42 4.5.38 5.06-.03.57.12 1.1.31 1.31.19.2.23.84.4 1.15.17.31 1.4 1.83 1.96 2.34.57.52 1.18.77 1.38.83.2.06.72.76 1.36 1.17.64.42 4.65 3.88 6.88 6.31 2.22 2.43 2.27 3.56 3.78 5.25.91 1.02 4.08 3.17 6.42 4.96 2.34 1.8 9.34 7.67 10.68 8.85l-.02.02Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M145.18 143.545c-.11-.6-.26-1.17-.46-1.58-.47-.97-1.37-2.91-1.61-3.47-.24-.57-2.19-6.97-2.88-8.77-.68-1.8-2.95-6.04-4.54-9.26-.96-1.96-2.4-4.61-3.58-6.99.94 1.62 1.88 3.24 2.32 4.02 1.06 1.88 5.28 9.47 6.58 13.04 1.3 3.56 2.77 8.15 3.44 9.81.65 1.62.7 3.15.7 3.21l.03-.01Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M124.43 134.695c-3.55.32-3.96 2.34-3.98 2.43-.04-.25-.03-.42.02-.49 0 0 .18-.71.91-1.2 1.14-.76 2.83-.8 3.05-.75v.01Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M125.831 140.995v.07c-.03.66-.65 1.36-.95 1.64-.3.28-1.11 1.18-1.11 1.18a.746.746 0 0 0-.07-.12c-.27-.47-2.08-3.83-2.65-4.93-.35-.68-.54-1.3-.6-1.72.02-.08.43-2.11 3.98-2.43.22.06.54 1.57.76 2.45.22.86.62 3.1.63 3.85l.01.01Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M177.757 196.945c-2.84-2.829-5.796-5.096-6.896-5.716-1.95-1.1-6.47-3.149-8.03-3.379-1.55-.24-3.62-1.989-4.96-3.169-1.34-1.189-8.34-7.057-10.68-8.857-2.34-1.799-5.51-3.938-6.42-4.958-1.51-1.689-1.56-2.819-3.79-5.248-2.23-2.429-6.241-5.898-6.881-6.308-.64-.42-1.16-1.11-1.36-1.17-.2-.06-.81-.32-1.38-.829-.56-.52-1.8-2.03-1.96-2.34-.17-.31-.21-.949-.4-1.149-.19-.21-.34-.75-.31-1.31.04-.57-.22-4.308-.38-5.058s-.28-1.679-.31-2.229c-.02-.32-.04-.6-.1-.85.05.12.44 1.17.67 2.749.25 1.679.46 4.938.56 5.348.1.41.83-.19.83-.19-.49.96-.37 2.34.05 2.899.41.55 1.72 1.96 2.53 2.07.8.11 1.51-.28 1.51-.28-.37.659-.23 1.389.03 1.589.26.2 4.091 3.609 5.931 5.218 1.84 1.61 3.21 4.059 4.17 5.498.95 1.45 3.15 2.87 6.79 5.739 1.42 1.119 8.28 6.457 11.72 9.206 3.44 2.739 4 2.39 6.2 2.959 2.2.57 7.05 2.899 10.83 6.308 1.13 1.02 2.47 1.95 3.61 3.469"/>
23
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M186.2 196.944c-3.11-3.52-5.65-6.36-6.78-7.54l.04-.04c-4.23-4.39-10.02-7.92-14.29-10.42s-10.89-5.49-12.88-7.34c-1.99-1.86-4.74-8.61-5.18-11.85-.43-3.25-.43-10.19-.45-13.44-.01-3.25-1.85-7.19-2.52-9.18-.68-1.99-2.81-8.04-3.75-9.83-.93-1.8-3.23-5.58-4.24-7.79-1.01-2.21-.39-2.83-.39-2.83-.72-.14-1.62-.8-2.54-2.04-2.03-2.74-3.36-6.65-3.32-6.52.18.55.34 1.02.46 1.38.17.49.41 1.06.69 1.7.02.05.05.11.07.16.1.22.2.44.31.67 0 .02.02.04.03.06.07.15.15.31.22.47.1.21.21.43.32.64.01.02.02.05.04.07a2.256 2.256 0 0 0 .13.25c.93 1.61 1.87 3.21 2.3 3.99 1.06 1.88 5.28 9.47 6.58 13.04 1.3 3.56 2.77 8.15 3.44 9.81.62 1.55.69 3.02.7 3.2v.02c.06.33.11.65.15.98.01.11.03.22.04.33 0 .06 0 .12.02.19 0 .08.02.17.02.25 0 .05 0 .1.01.15.02.22.03.42.04.6v.78c.05 2.11.07 6.96.07 6.96s-.39-.07-.8-.17c-.42-.09-1.3-.16-1.3-.16.02-.39-.22-1.09-.52-1.52-.3-.43-1.91-1.76-3.07-2.78-1.16-1.02-2.6-1.78-2.6-1.78s-.11-1.27-.18-1.93c0-.07-.02-.15-.05-.24-.02-.09-.06-.19-.09-.3-.04-.11-.08-.22-.13-.34l-.06-.15s-.01-.02-.01-.03l-.08-.18c-.03-.07-.06-.14-.1-.2a6.98 6.98 0 0 0-.19-.39c-.03-.07-.07-.13-.1-.2-.2-.39-.41-.76-.59-1.08-.03-.06-.07-.12-.11-.18-.57-.94-1.64-2.38-2.44-3.33-.03-.04-.06-.07-.09-.11-.07-.08-.14-.15-.21-.23l-.12-.12c2.16 3.18 2.94 4.76 3.5 6.28.58 1.52-.52 3.29-.52 3.29.53 0 1.17 0 1.82.36.65.36 3.96 3.39 4.62 4.17.66.76-.71 2.33-.71 2.33.9-.19 2.07-.11 2.52.47.45.58.45 2.24.48 2.88.03.64-.48 3.56-1.28 3.55-.81 0-6.31-5.23-8.36-7.35-2.04-2.13-2.34-3.46-2.34-3.46-.53.31-2.22-.32-2.68-.78-.46-.48-.45-1.43-.45-1.43-.61.09-1.29-.26-1.42-.64-.13-.38-.45-1.48-.71-3.43-.17-1.31-.9-2.79-1.38-3.62v.07c-.03.67-.66 1.36-.95 1.64-.29.27-1.06 1.12-1.11 1.18.06.11.1.22.13.33l.03.1v.02c.05.12.44 1.17.68 2.75.25 1.68.46 4.94.56 5.35.1.41.83-.19.83-.19-.49.96-.37 2.35.05 2.9.42.55 1.72 1.97 2.53 2.07.8.11 1.51-.28 1.51-.28-.37.66-.23 1.39.03 1.59.26.2 4.09 3.61 5.92 5.22 1.83 1.61 3.22 4.06 4.17 5.5.95 1.45 3.15 2.87 6.79 5.74 1.42 1.12 8.28 6.46 11.72 9.21 3.44 2.74 4.01 2.39 6.2 2.96 2.2.57 7.05 2.9 10.83 6.31 1.3 1.09 2.59 2.09 3.63 3.46m-33.79-42.7c0-.34.02-.48.02-.48s-.01.13-.02.48c0 .17-.01.4-.02.68 0-.29 0-.51.02-.68Zm-5.32-4.36s-.08-.07-.12-.1c.04.03.08.07.12.1Zm-3.17-4.03c-.02.6-.11 1.45-.38 1.7.27-.26.36-1.1.38-1.7Zm.66 2.02c.02.01.05.04.07.05a.304.304 0 0 0-.07-.05Zm3.11 2.53c.84.74 1.76 1.49 1.97 1.79.09.12.18.34.24.6-.06-.26-.15-.47-.24-.6-.21-.29-1.11-1.05-1.97-1.79Zm2.25 2.92c0 .28-.08.56-.26.76.18-.22.25-.49.26-.76Zm.95.49c-.27 0-.52.07-.73.13.21-.06.47-.12.73-.13.21 0 .39.06.55.15-.16-.09-.34-.16-.55-.15Zm1.12 1.02c0-.09-.04-.16-.07-.24.03.08.06.15.07.24 0 .04 0 .09.01.17 0-.07 0-.13-.01-.17Zm.02.42c0 .21.02.48.03.78.03.91.08 2.2.17 3.43-.09-1.23-.13-2.51-.17-3.43 0-.31-.02-.58-.03-.78Zm.36 5.95c-.06-.51-.11-1.06-.16-1.65.04.58.09 1.14.16 1.65Zm.25 1.38s-.09-1.58-.16-3.25c.07 1.68.16 3.25.16 3.25Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M132.181 84.774c-.2.14-1.87.57-2.49.7-1.19.27-1.93.26-2.77.3-.83.04-1.14-.44-1.37-.75-.23-.33-1.56-3.63-1.6-3.88 0 0 .93-2.44 3.33-3.19 2.37-.73 4.51 1.31 4.57 1.37.17.61.6 2.89.68 3.63.09.81-.15 1.68-.35 1.82Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M131.861 79.315c-.06-.05-2.19-2.1-4.57-1.37-2.4.74-3.33 3.19-3.33 3.19-.09-.52 1.17-3.23 3.64-3.54 2.47-.32 4.09 1.28 4.22 1.61 0 .02.02.06.04.12v-.01Zm24.28 42.91c-.05-.09-.86-1.56-1.1-2.8-.25-1.28-.28-3.31-.28-3.64 0-.33.12-.75.12-.75s.44 1.56.69 3.15c.25 1.55.56 3.94.57 4.06v-.02Zm14.84-2.12c-.02-.75-.12-2.96-.12-2.96s-.07-1.85-.09-2.54c-.02-.69-.1-2.93-.86-2.09-.27.77-.37 1.65-.4 2.3-.03.82-.27 2.57-.37 3.29-.03.2-.05.32-.05.32s.86 1.93 1.05 2.3c.19.36 1.09 1.69 1.16 1.79-.02-.1-.32-1.69-.34-2.42h.01l.01.01Zm15.9 5.04c-.08-.11-.72-.98-1.36-1.82-.66-.89-1.52-2.42-1.52-2.42s.54-.79 1.39-1.47c-.82.82-.58 2.03-.03 3.03.52.94 1.42 2.53 1.51 2.68h.01Zm-30.39.6s-3.44-1.06-4.47-1.67c-1.03-.6-2.02-2.48-2.94-3.88-.91-1.4-1.07-2.52-2.03-4.69-.96-2.17-2.35-3.14-2.35-3.14s.25-2.27-.51-3.74c-.76-1.47-2.07-3.07-2.07-3.07.36-1.19-3.01-7.35-4.02-10.72-.79-2.64-1.54-2.39-1.54-2.39.22-.51.39-.47-.28-2.72s-3.27-10.23-3.27-10.23c.39.52.66 1.03.8 1.43.6 1.58 2.48 7.08 2.99 8.63.51 1.56 2.58 7.28 3.11 8.61.53 1.33 3.82 7.44 4.7 9.24.88 1.8 2.83 6.86 3.9 9.38 1.07 2.52 2.78 5.27 3.59 5.86.81.6 3.62 1.48 4.18 1.47l.19 1.64.02-.01Zm43.789 3.18s-.53 2.46-2.91 2.46-5.09-1.87-5.09-1.87 3.07.54 4.92.4c1.85-.15 3.09-.99 3.09-.99h-.01Zm-13.319.689s-.29 4.81-2.99 4.75c-2.7-.06-6.37-3.95-6.37-3.95 7.91 3.05 9.36-.8 9.36-.8Zm-16.48 7.841c-2.73.65-7.94-3.29-8.03-3.38.13.05 5.15 1.88 7.98.98 2.87-.9 3.11-3.56 3.11-3.56s-.32 5.31-3.06 5.96Zm-13.5 7.02c-3.09.42-6-1.85-6.11-1.93.11.04 3.9 1.39 5.59.25 1.72-1.16 2.01-4.04 2.01-4.04s1.63 5.31-1.5 5.74l.01-.02Zm19.26 14.45c-1.6-1.2-3.19-2.4-4.68-3.73-2.45-2.2-4.65-4.8-7.63-6.19 1.65 2.11 4.14 3.35 6.47 4.68 2.78 1.58 5.44 3.38 7.95 5.35 1.66 1.31 6.16 4.17 6.46 6.31-2.99-1.89-5.76-4.29-8.58-6.42h.01Zm8.439-4.81c-.61-1.91-1.21-3.8-1.65-5.76-.71-3.22-1-6.61-2.63-9.47.12 2.68 1.43 5.14 2.56 7.57 1.35 2.9 2.48 5.89 3.37 8.97.6 2.02 2.61 6.97 1.61 8.88-1.34-3.27-2.2-6.83-3.28-10.2h.01l.01.01Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M231.08 196.944c-5.44-6.06-10.01-11.21-10.66-12.08-1.7-2.31-4.41-6.16-6.42-9.42-2.01-3.24-3.88-6.32-4.72-9.48-.84-3.16-1.5-8.4-1.68-10.28l-1.24-6.4c-.39-1.09-1.24-4.4-1.61-6.32-.37-1.93-.79-5.43-1.1-7.46-.31-2.03-.76-3.82-1.17-4.68-.4-.83-1.48-2.91-1.55-3.04-.19-.26-.36-.49-.51-.68-.24-.31-.62-.71-1.06-1.16 2.33 3.24 2.95 5.55 3.68 8.9.73 3.34 1.24 11.09 2.66 14.94 1.42 3.85 1.45 14.83 3.43 19.38 1.98 4.56 6.9 12.49 11.77 17.99 1.48 1.68 4.81 5.42 8.7 9.8h1.47l.01-.01Z"/>
27
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M232.511 196.945c-5.07-5.47-9.44-10.26-10.77-11.92-3.74-4.68-5.27-7.51-6.6-9.5-1.33-1.98-3.31-5.75-4.46-8.32-1.15-2.57-1.35-5.11-1.63-7.39-.28-2.28-1.07-7.05-1.42-8.52-.35-1.47-1.65-6.03-2.08-7.54-.45-1.51-1.29-8.05-1.78-10.4-.42-1.98-1.81-4.19-2.82-5.59.06.13 1.15 2.2 1.55 3.04.41.86.86 2.65 1.17 4.68.31 2.03.73 5.55 1.1 7.46.37 1.93 1.21 5.23 1.61 6.32.4 1.09 1.06 4.52 1.24 6.4.18 1.89.83 7.13 1.68 10.28.84 3.16 2.71 6.22 4.72 9.48 2.02 3.26 4.73 7.11 6.42 9.42.63.86 5.18 6 10.63 12.09h1.43l.01.01Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m237.831 196.944-21.77-26.34c-1.45-2.25-3.35-4.03-5.61-5.22-2.25-1.19-4.8-1.79-7.5-1.73-2.7.06-5.48.75-8.18 2.05-2.7 1.3-5.26 3.17-7.52 5.49-3.61 3.71-6.4 8.34-8.04 13.3-1.38 4.19-1.87 8.47-1.46 12.46h60.08v-.01Z"/>
29
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m237.831 196.944-21.77-26.34c-1.45-2.25-3.35-4.03-5.61-5.22-2.25-1.19-4.8-1.79-7.5-1.73-2.7.06-5.48.75-8.18 2.05-2.7 1.3-5.26 3.17-7.52 5.49-3.61 3.71-6.4 8.34-8.04 13.3-1.38 4.19-1.87 8.47-1.46 12.46h60.08v-.01Z"/>
30
+ <path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="m251.081 197-24.275-20.634c-1.301-1.121-2.871-1.741-4.531-1.791l-3.621-.09c-12.852-.341-27.401 8.996-34.272 22.476l66.699.039Z" clip-rule="evenodd"/>
31
+ </svg>