@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,15 @@
1
+ <svg width="45" height="45" id="tnt-Dot-NoApplications-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
2
+ <rect x=".06" y="14.6" width="35.61" height="23.78" rx="2.76" ry="2.76" fill="var(--sapContent_Illustrative_Color6)" />
3
+ <path d="m2.22,15.92c0-1.27,1.03-2.3,2.3-2.3h29.38c1.27,0,2.3,1.03,2.3,2.3v18.16c0,1.27-1.03,2.3-2.3,2.3H4.52c-1.27,0-2.3-1.03-2.3-2.3V15.92Z" fill="var(--sapContent_Illustrative_Color8)" />
4
+ <path d="m4.52,12.63h29.38c1.82,0,3.3,1.48,3.3,3.3v18.16c0,1.82-1.48,3.3-3.3,3.3H4.52c-1.82,0-3.3-1.48-3.3-3.3V15.92c0-1.82,1.48-3.3,3.3-3.3Zm0,1c-1.27,0-2.3,1.03-2.3,2.3v18.16c0,1.27,1.03,2.3,2.3,2.3h29.38c1.27,0,2.3-1.03,2.3-2.3V15.92c0-1.27-1.03-2.3-2.3-2.3H4.52Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
5
+ <rect x="4.47" y="20.14" width="9.98" height="5.19" rx="1" ry="1" fill="var(--sapContent_Illustrative_Color20)" />
6
+ <rect x="16.64" y="20.14" width="9.98" height="5.19" rx="1" ry="1" fill="var(--sapContent_Illustrative_Color20)" />
7
+ <rect x="4.47" y="27.43" width="9.98" height="5.19" rx="1" ry="1" fill="var(--sapContent_Illustrative_Color20)" />
8
+ <path d="m2.22,15.92c0-1.27,1.03-2.3,2.3-2.3h29.38c1.27,0,2.3,1.03,2.3,2.3v2.12H2.22v-2.12Z" fill="var(--sapContent_Illustrative_Color5)" />
9
+ <path d="m34.65,1.35c.08.07.15.16.18.27s.04.21.02.32l-.47,2.55c-.08.42-.47.59-.8.52-.14-.02-.26-.08-.36-.18-.1-.1-.16-.22-.18-.36,0-.07,0-.13,0-.2l.47-2.55c.02-.11.07-.22.14-.31.07-.09.17-.15.28-.19.12-.04.25-.05.37-.03.12.02.24.08.34.16Z" fill="var(--sapContent_Illustrative_Color5)" />
10
+ <path d="m44.77,11.19c.02.07.03.15.03.23,0,.08-.03.15-.07.22-.04.07-.09.13-.15.17-.06.05-.13.08-.21.1l-2.44.68c-.09.02-.18.03-.27.02-.09-.01-.18-.04-.26-.09-.08-.05-.15-.11-.2-.18-.05-.07-.09-.16-.12-.24-.01-.04-.02-.07-.02-.11-.02-.14.02-.28.1-.39.08-.11.2-.19.33-.22l2.44-.68c.09-.02.18-.03.27-.02.09.01.18.04.26.09.08.05.15.11.2.18.06.07.09.16.12.24Z" fill="var(--sapContent_Illustrative_Color5)" />
11
+ <path d="m41.55,4.86c0,.09,0,.17-.04.25-.03.08-.08.15-.13.22l-2.61,2.8c-.12.13-.28.2-.45.21-.17,0-.34-.05-.47-.16-.12-.1-.2-.25-.21-.41,0-.09,0-.18.03-.27.03-.09.08-.17.14-.23l2.61-2.8c.12-.13.28-.2.45-.21.17,0,.34.05.47.16.06.06.12.12.15.2.04.08.06.16.06.25Z" fill="var(--sapContent_Illustrative_Color5)" />
12
+ <path d="m36.06,44.45c4.45,0,8.06-3.61,8.06-8.06s-3.61-8.06-8.06-8.06-8.06,3.61-8.06,8.06,3.61,8.06,8.06,8.06Z" fill="var(--sapContent_Illustrative_Color3)" />
13
+ <path d="m36.06,32h0c-.6,0-1.09.49-1.09,1.09v6.6c0,.6.49,1.09,1.09,1.09h0c.6,0,1.09-.49,1.09-1.09v-6.6c0-.6-.49-1.09-1.09-1.09Z" fill="var(--sapContent_Illustrative_Color8)" />
14
+ <path d="m31.86,36.26v.25c0,.53.43.97.97.97h6.48c.53,0,.97-.43.97-.97v-.25c0-.53-.43-.97-.97-.97h-6.48c-.53,0-.97.43-.97.97Z" fill="var(--sapContent_Illustrative_Color8)" />
15
+ </svg>
@@ -0,0 +1,41 @@
1
+ <svg width="45" height="45" id="tnt-Dot-NoFlows-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
2
+ <rect x=".06" y="14.09" width="35.61" height="23.78" rx="2.76" ry="2.76"
3
+ fill="var(--sapContent_Illustrative_Color6)" />
4
+ <path
5
+ d="m2.22,15.42c0-1.27,1.03-2.3,2.3-2.3h29.38c1.27,0,2.3,1.03,2.3,2.3v18.16c0,1.27-1.03,2.3-2.3,2.3H4.52c-1.27,0-2.3-1.03-2.3-2.3V15.42Z"
6
+ fill="var(--sapContent_Illustrative_Color8)" />
7
+ <path
8
+ d="m4.52,12.12h29.38c1.82,0,3.3,1.48,3.3,3.3v18.16c0,1.82-1.48,3.3-3.3,3.3H4.52c-1.82,0-3.3-1.48-3.3-3.3V15.42c0-1.82,1.48-3.3,3.3-3.3Zm0,1c-1.27,0-2.3,1.03-2.3,2.3v18.16c0,1.27,1.03,2.3,2.3,2.3h29.38c1.27,0,2.3-1.03,2.3-2.3V15.42c0-1.27-1.03-2.3-2.3-2.3H4.52Z"
9
+ fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
10
+ <path d="m25.48,23.29H8.8v-1h16.69v1Z" fill="var(--sapContent_Illustrative_Color18)"
11
+ fill-rule="evenodd" />
12
+ <path d="m9.99,31.63v-9.08h1v9.08h-1Z" fill="var(--sapContent_Illustrative_Color18)"
13
+ fill-rule="evenodd" />
14
+ <rect x="5.46" y="20.2" width="9.98" height="5.19" rx="1" ry="1"
15
+ fill="var(--sapContent_Illustrative_Color20)" />
16
+ <rect x="20.66" y="19.68" width="6.22" height="6.22" rx="1" ry="1"
17
+ transform="translate(-9.16 23.48) rotate(-45)"
18
+ fill="var(--sapContent_Illustrative_Color20)" />
19
+ <rect x="5.46" y="28.49" width="9.98" height="5.19" rx="1" ry="1"
20
+ fill="var(--sapContent_Illustrative_Color20)" />
21
+ <path d="m2.22,15.42c0-1.27,1.03-2.3,2.3-2.3h29.38c1.27,0,2.3,1.03,2.3,2.3v2.12H2.22v-2.12Z"
22
+ fill="var(--sapContent_Illustrative_Color5)" />
23
+ <path
24
+ d="m34.65.85c.08.07.15.16.18.27s.04.21.02.32l-.47,2.55c-.08.42-.47.59-.8.52-.14-.02-.26-.08-.36-.18-.1-.1-.16-.22-.18-.36,0-.07,0-.13,0-.2l.47-2.55c.02-.11.07-.22.14-.31.07-.09.17-.15.28-.19.12-.04.25-.05.37-.03.12.02.24.08.34.16Z"
25
+ fill="var(--sapContent_Illustrative_Color5)" />
26
+ <path
27
+ d="m44.77,10.69c.02.07.03.15.03.23,0,.08-.03.15-.07.22-.04.07-.09.13-.15.17-.06.05-.13.08-.21.1l-2.44.68c-.09.02-.18.03-.27.02-.09-.01-.18-.04-.26-.09-.08-.05-.15-.11-.2-.18-.05-.07-.09-.16-.12-.24-.01-.04-.02-.07-.02-.11-.02-.14.02-.28.1-.39.08-.11.2-.19.33-.22l2.44-.68c.09-.02.18-.03.27-.02.09.01.18.04.26.09.08.05.15.11.2.18.06.07.09.16.12.24Z"
28
+ fill="var(--sapContent_Illustrative_Color5)" />
29
+ <path
30
+ d="m41.55,4.36c0,.09,0,.17-.04.25-.03.08-.08.15-.13.22l-2.61,2.8c-.12.13-.28.2-.45.21-.17,0-.34-.05-.47-.16-.12-.1-.2-.25-.21-.41,0-.09,0-.18.03-.27.03-.09.08-.17.14-.23l2.61-2.8c.12-.13.28-.2.45-.21.17,0,.34.05.47.16.06.06.12.12.15.2.04.08.06.16.06.25Z"
31
+ fill="var(--sapContent_Illustrative_Color5)" />
32
+ <path
33
+ d="m36.06,43.94c4.45,0,8.06-3.61,8.06-8.06s-3.61-8.06-8.06-8.06-8.06,3.61-8.06,8.06,3.61,8.06,8.06,8.06Z"
34
+ fill="var(--sapContent_Illustrative_Color3)" />
35
+ <path
36
+ d="m36.06,31.5h0c-.6,0-1.09.49-1.09,1.09v6.6c0,.6.49,1.09,1.09,1.09h0c.6,0,1.09-.49,1.09-1.09v-6.6c0-.6-.49-1.09-1.09-1.09Z"
37
+ fill="var(--sapContent_Illustrative_Color8)" />
38
+ <path
39
+ d="m31.86,35.76v.25c0,.53.43.97.97.97h6.48c.53,0,.97-.43.97-.97v-.25c0-.53-.43-.97-.97-.97h-6.48c-.53,0-.97.43-.97.97Z"
40
+ fill="var(--sapContent_Illustrative_Color8)" />
41
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="45" height="45" id="tnt-Dot-NoUsers-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
2
+ <path d="m8.17,27.84c0-5.13,2.16-9.76,5.64-13.01l-1.03-2.37c-.38-.87.26-1.85,1.21-1.85l23.81-.04c.95,0,1.59.97,1.22,1.85l-1.02,2.38c3.49,3.24,5.67,7.86,5.68,12.99.01,6.69-3.68,12.52-9.14,15.56-.24.09-.49.18-.74.27l-15.71.03c-.25-.08-.49-.17-.74-.27-5.47-3.02-9.18-8.84-9.19-15.53Z" fill="var(--sapContent_Illustrative_Color8)" />
3
+ <path d="m34.96,44.25l-.07.03c-.26.1-.51.19-.77.28l-.16.06-16.05.03-.16-.05c-.26-.09-.51-.18-.77-.28l-.07-.03-.06-.03c-5.77-3.19-9.69-9.33-9.7-16.4,0-5.17,2.07-9.85,5.45-13.24l-.75-1.74c-.66-1.53.46-3.24,2.13-3.25l23.81-.04c1.67,0,2.8,1.71,2.14,3.24l-.75,1.74c3.38,3.39,5.48,8.06,5.49,13.23.01,7.07-3.89,13.22-9.65,16.43l-.06.03Zm3.03-29.45l1.02-2.38c.38-.87-.27-1.85-1.22-1.85l-23.81.04c-.95,0-1.59.98-1.21,1.85l1.03,2.37c-3.48,3.25-5.65,7.87-5.64,13.01.01,6.69,3.72,12.51,9.19,15.53.25.09.49.18.74.27l15.71-.03c.25-.09.49-.18.74-.27,5.46-3.04,9.15-8.87,9.14-15.56,0-5.13-2.19-9.75-5.68-12.99Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
4
+ <path d="m19.01,14.52c.32.45.2,1.08-.25,1.39-3.31,2.31-4.58,5.32-4.8,6.39-.11.54-.64.89-1.18.78-.54-.11-.89-.64-.78-1.18.31-1.55,1.86-5.02,5.62-7.63.45-.32,1.08-.2,1.39.25Z" fill="var(--sapContent_Illustrative_Color6)" fill-rule="evenodd" />
5
+ <path d="m10.39,24.7c4.62,1.68,10.06,1.22,16.97-1.47,4.92-1.91,9.54-1.8,13.39-.91.66,1.75,1.03,3.64,1.03,5.62,0,5.98-3.29,11.19-8.16,13.9-.2.08-.4.15-.6.22-.04.01-.08.02-.11.02l-13.92.02s-.08,0-.11-.02c-.2-.07-.4-.14-.6-.22-4.89-2.7-8.2-7.9-8.21-13.88,0-1.13.11-2.23.34-3.29Z" fill="var(--sapContent_Illustrative_Color19)" fill-rule="evenodd" />
6
+ <path d="m26,42.09c-.25-1.7.02-3.19.47-4.53-.02-.01-.03-.02-.05-.04-2.05-1.66-2.62-3.72-2.61-4.73,0-.55.46-1,1.01-.99.55,0,1,.46.99,1.01,0,.36.24,1.6,1.45,2.78.1-.21.19-.42.29-.63v-.02c.2-.41.38-.8.54-1.19.33-.78.57-1.49.68-2.2.08-.55.59-.93,1.13-.85.55.08.93.59.85,1.13-.14.96-.46,1.85-.82,2.69-.18.42-.37.84-.56,1.25h0c-.19.41-.37.81-.55,1.22-.69,1.6-1.15,3.19-.79,5.07h-2.03Zm4.29,0c-.27-1.42-.07-4.14,1.82-7.34,1.91-3.24,2.4-6.29,2.42-7.31,0-.55.46-.99,1.01-.98.55,0,.99.46.99,1.01-.02,1.36-.6,4.76-2.69,8.3-1.89,3.2-1.72,5.57-1.53,6.15.02.06.03.12.04.18h-2.05Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
7
+ <circle cx="16.32" cy="33.25" r="1.35" fill="var(--sapContent_Illustrative_Color8)" />
8
+ <circle cx="21.01" cy="28.71" r="1.01" fill="var(--sapContent_Illustrative_Color8)" />
9
+ <path d="m8.8.79c-.07.08-.11.18-.13.28-.02.1,0,.21.03.31l.83,2.35c.14.39.53.48.84.38.13-.04.24-.12.31-.23.08-.11.12-.24.11-.37,0-.06-.02-.13-.04-.19l-.83-2.35c-.03-.1-.1-.2-.18-.27-.08-.07-.18-.12-.29-.14-.12-.02-.24-.01-.36.03-.11.04-.22.11-.3.2Z" fill="var(--sapContent_Illustrative_Color5)" />
10
+ <path d="m.71,11.63c-.01.07,0,.15.01.22.02.07.05.14.1.2.05.06.11.11.17.14.07.03.14.06.21.06l2.41.27c.09,0,.17,0,.26-.02.08-.02.16-.07.23-.12.07-.06.12-.12.16-.2.04-.08.07-.16.07-.25,0-.04,0-.07,0-.11,0-.13-.06-.26-.15-.35-.09-.1-.22-.15-.35-.16l-2.41-.27c-.09,0-.17,0-.26.02-.08.02-.16.07-.23.12-.07.06-.12.12-.16.2s-.07.16-.07.25Z" fill="var(--sapContent_Illustrative_Color5)" />
11
+ <path d="m2.8,5.16c0,.08.03.16.07.23.04.07.09.13.16.18l2.89,2.26c.13.1.29.15.46.13s.31-.1.42-.22c.1-.12.15-.27.14-.42,0-.09-.03-.17-.07-.25-.04-.08-.1-.15-.17-.2l-2.89-2.26c-.13-.1-.3-.15-.46-.13-.16.02-.32.1-.42.23-.05.06-.09.14-.11.21-.02.08-.03.16-.02.24Z" fill="var(--sapContent_Illustrative_Color5)" />
12
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Radar-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M37.8309 43.5926C37.9574 43.9409 37.6994 44.3089 37.3289 44.3089H22.8536C22.4728 44.3089 22.2143 43.9217 22.3604 43.5699L30.2671 24.5365C30.3569 24.3203 30.6295 24.2514 30.8113 24.399C30.8606 24.439 30.8981 24.4917 30.9198 24.5514L37.8309 43.5926Z" fill="var(--sapContent_Illustrative_Color8)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.581 25.0839L22.822 43.7616C22.8186 43.7699 22.8187 43.7747 22.819 43.7779C22.8195 43.7822 22.8213 43.7878 22.8252 43.7937C22.8291 43.7995 22.8336 43.8033 22.8374 43.8054C22.8402 43.807 22.8447 43.8089 22.8536 43.8089H37.3288C37.3372 43.8089 37.3416 43.8071 37.3446 43.8055C37.3484 43.8035 37.3529 43.7998 37.3567 43.7943C37.3606 43.7888 37.3625 43.7834 37.3631 43.7791C37.3636 43.7758 37.3637 43.771 37.3608 43.7631L30.581 25.0839ZM29.8052 24.3447C30.0233 23.8198 30.685 23.6525 31.1263 24.0107C31.246 24.1079 31.3371 24.2358 31.3897 24.3807L38.3008 43.4219C38.5456 44.0962 38.0462 44.8089 37.3288 44.8089H22.8536C22.1161 44.8089 21.6156 44.059 21.8986 43.378L29.8052 24.3447Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M34.1535 27.9085C34.1535 30.0103 32.4498 31.7141 30.3479 31.7141C28.2465 31.7141 26.5427 30.0103 26.5427 27.9085C26.5427 25.807 28.2465 24.1033 30.3479 24.1033C32.4498 24.1033 34.1535 25.807 34.1535 27.9085Z" fill="var(--sapContent_Illustrative_Color2)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.52373 8.42454C7.37323 8.65606 7.43891 8.96576 7.67043 9.11626L24.2576 19.8989C24.4891 20.0494 24.7988 19.9837 24.9493 19.7522C25.0998 19.5206 25.0342 19.2109 24.8026 19.0604L8.21545 8.27784C7.98393 8.12734 7.67423 8.19302 7.52373 8.42454Z" fill="var(--sapContent_Illustrative_Color4)"/>
6
+ <circle cx="2.0157" cy="2.0157" r="2.0157" transform="matrix(-0.930304 -0.366789 -0.366789 0.930304 10.5575 7.56104)" fill="var(--sapContent_Illustrative_Color9)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.1811 22.8072C17.4273 22.6821 17.5255 22.3812 17.4005 22.135L11.5668 10.6464C11.4418 10.4001 11.1408 10.3019 10.8946 10.4269C10.6484 10.5519 10.5501 10.8529 10.6751 11.0991L16.5089 22.5877C16.6339 22.8339 16.9349 22.9322 17.1811 22.8072Z" fill="var(--sapContent_Illustrative_Color4)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M24.5267 11.4693C24.5107 11.745 24.2742 11.9555 23.9985 11.9395L11.2071 11.1957C10.9314 11.1797 10.721 10.9432 10.737 10.6675C10.753 10.3919 10.9895 10.1814 11.2652 10.1974L24.0565 10.9412C24.3322 10.9572 24.5427 11.1937 24.5267 11.4693Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.9562 2.417C28.1241 2.16209 28.4725 2.09943 28.7124 2.28814C35.3122 7.47826 36.88 17.0484 32.0984 24.305C27.3168 31.5617 17.9044 33.8967 10.5315 29.8799C10.2634 29.7339 10.1836 29.3891 10.3515 29.1342L27.9562 2.417Z" fill="var(--sapContent_Illustrative_Color8)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.93401 28.8589C9.6109 29.3493 9.75794 30.0277 10.2923 30.3188C17.8976 34.4623 27.5939 32.0497 32.5159 24.58C37.4378 17.1104 35.8294 7.24875 29.0215 1.89497C28.5432 1.51883 27.8617 1.65139 27.5386 2.14175L9.93401 28.8589ZM10.7644 29.4318C10.7628 29.4252 10.7635 29.4175 10.769 29.4091L28.3736 2.69197C28.3791 2.68362 28.3859 2.67989 28.3927 2.67873C28.396 2.67815 28.3982 2.67846 28.3992 2.67869L28.3992 2.6787C28.3997 2.67881 28.4008 2.67909 28.4033 2.68103C34.795 7.70751 36.3221 16.9861 31.6809 24.0298C27.0396 31.0735 17.9111 33.3309 10.7707 29.4407C10.7679 29.4392 10.7672 29.4383 10.7669 29.4379L10.7669 29.4378C10.7663 29.437 10.7652 29.4351 10.7644 29.4318Z" fill="var(--sapContent_Illustrative_Color4)"/>
11
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-RoadMap-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M23.5417 23.8721C22.0323 23.8721 20.8087 25.0957 20.8087 26.6051C20.8087 28.1145 22.0323 29.3382 23.5417 29.3382L35.7989 29.3382C39.3263 29.3382 42.1858 32.1977 42.1858 35.7251C42.1859 39.2525 39.3263 42.1121 35.7989 42.1121H16.665C16.1128 42.1121 15.665 41.6644 15.665 41.1121C15.665 40.5599 16.1128 40.1121 16.665 40.1121H35.7989C38.2217 40.1121 40.1859 38.148 40.1858 35.7251C40.1858 33.3022 38.2217 31.3382 35.7989 31.3382H23.5417C20.9277 31.3382 18.8087 29.2191 18.8087 26.6051C18.8087 23.9911 20.9277 21.8721 23.5417 21.8721L30.594 21.8721C31.1463 21.8721 31.594 22.3198 31.594 22.8721C31.594 23.4244 31.1463 23.8721 30.594 23.8721L23.5417 23.8721Z" fill="var(--sapContent_Illustrative_Color4)"/>
3
+ <path d="M8.54063 21.7476C4.04888 21.7476 0.416016 25.3804 0.416016 29.8722C0.416016 35.9656 8.54063 44.9608 8.54063 44.9608C8.54063 44.9608 16.6653 35.9656 16.6653 29.8722C16.6653 25.3804 13.0324 21.7476 8.54063 21.7476ZM8.54063 32.7738C6.93892 32.7738 5.63898 31.4739 5.63898 29.8722C5.63898 28.2705 6.93892 26.9705 8.54063 26.9705C10.1423 26.9705 11.4423 28.2705 11.4423 29.8722C11.4423 31.4739 10.1423 32.7738 8.54063 32.7738Z" fill="var(--sapContent_Illustrative_Color3)"/>
4
+ <path d="M36.355 0.944733C31.8632 0.944733 28.2304 4.5776 28.2304 9.06935C28.2304 15.1628 36.355 24.1579 36.355 24.1579C36.355 24.1579 44.4796 15.1628 44.4796 9.06935C44.4796 4.5776 40.8468 0.944733 36.355 0.944733Z" fill="var(--sapContent_Illustrative_Color8)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.7304 9.06935C27.7304 4.30146 31.5871 0.444733 36.355 0.444733C41.1229 0.444733 44.9796 4.30146 44.9796 9.06935C44.9796 10.6939 44.441 12.4732 43.6664 14.202C42.889 15.9374 41.8568 17.6591 40.8318 19.1783C39.8058 20.699 38.7808 22.0259 38.0127 22.9723C37.6284 23.4458 37.3079 23.8248 37.0829 24.0859C36.9704 24.2164 36.8818 24.3176 36.821 24.3864C36.7906 24.4208 36.7671 24.4472 36.7512 24.4651L36.7328 24.4855L36.7266 24.4924C36.7265 24.4925 36.726 24.4931 36.355 24.1579C35.9839 24.4931 35.9839 24.493 35.9837 24.4928L35.9772 24.4855L35.9588 24.4651C35.9428 24.4472 35.9194 24.4208 35.889 24.3864C35.8282 24.3176 35.7396 24.2164 35.6271 24.0859C35.4021 23.8248 35.0816 23.4458 34.6973 22.9723C33.9292 22.0259 32.9042 20.699 31.8782 19.1783C30.8532 17.6591 29.821 15.9374 29.0435 14.202C28.269 12.4732 27.7304 10.6939 27.7304 9.06935ZM36.355 24.1579L35.9837 24.4928L36.355 24.9039L36.7266 24.4924L36.355 24.1579ZM36.355 23.3987C36.5726 23.1455 36.8756 22.7866 37.2362 22.3421C37.9915 21.4116 38.9976 20.1089 40.0028 18.619C41.009 17.1278 42.0079 15.4582 42.7538 13.7932C43.5027 12.1217 43.9796 10.4916 43.9796 9.06935C43.9796 4.85374 40.5706 1.44473 36.355 1.44473C32.1394 1.44473 28.7304 4.85374 28.7304 9.06935C28.7304 10.4916 29.2073 12.1217 29.9562 13.7932C30.7021 15.4582 31.701 17.1278 32.7072 18.619C33.7123 20.1089 34.7185 21.4116 35.4738 22.3421C35.8344 22.7866 36.1374 23.1455 36.355 23.3987Z" fill="var(--sapContent_Illustrative_Color4)"/>
6
+ <circle cx="36.3554" cy="9.01456" r="3.0791" fill="var(--sapContent_Illustrative_Color1)"/>
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="45" height="45" id="tnt-Dot-Secrets-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
2
+ <path d="m28.9,22.13v-11.67c0-3.53-2.86-6.39-6.39-6.39s-6.39,2.86-6.39,6.39v11.67c0,3.53,2.86,6.39,6.39,6.39s6.39-2.86,6.39-6.39ZM22.5.7c-5.39,0-9.76,4.37-9.76,9.76v11.67c0,5.39,4.37,9.76,9.76,9.76s9.76-4.37,9.76-9.76v-11.67c0-5.39-4.37-9.76-9.76-9.76Z" fill="var(--sapContent_Illustrative_Color5)" fill-rule="evenodd" />
3
+ <path d="m36.3,29.98c0,7.62-6.18,13.8-13.8,13.8s-13.8-6.18-13.8-13.8,6.18-13.8,13.8-13.8,13.8,6.18,13.8,13.8Z" fill="var(--sapContent_Illustrative_Color8)" />
4
+ <path d="m22.5,16.68c-7.34,0-13.3,5.95-13.3,13.3s5.95,13.3,13.3,13.3,13.3-5.95,13.3-13.3-5.95-13.3-13.3-13.3Zm-14.3,13.3c0-7.9,6.4-14.3,14.3-14.3s14.3,6.4,14.3,14.3-6.4,14.3-14.3,14.3-14.3-6.4-14.3-14.3Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
5
+ <path d="m24.28,30.68c1.36-.66,2.3-2.06,2.3-3.67,0-2.25-1.83-4.08-4.08-4.08s-4.08,1.83-4.08,4.08c0,1.61.94,3.01,2.3,3.67v4.58c0,.98.8,1.78,1.78,1.78s1.78-.8,1.78-1.78v-4.58Z" fill="var(--sapContent_Illustrative_Color3)" fill-rule="evenodd" />
6
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" id="tnt-Dot-Services-alternate">
2
+ <path fill-rule="evenodd" d="M21.372 14.43c.462-.304.981-.328 1.161-.055l9.64 14.644c.18.273-.048.74-.509 1.044-.461.304-.981.329-1.16.056l-9.641-14.644c-.18-.274.048-.741.51-1.045Z" fill="var(--sapContent_Illustrative_Color4)" clip-rule="evenodd"/>
3
+ <rect width="16.951" height="12.21" x="8.047" y="9.728" fill="var(--sapContent_Illustrative_Color2)" rx="1" transform="rotate(-33.358 8.047 9.728)"/>
4
+ <rect width="16.951" height="12.336" x="23.951" y="33.886" fill="var(--sapContent_Illustrative_Color2)" rx="1" transform="rotate(-33.358 23.95 33.886)"/>
5
+ <path d="m13.562 28.28 2.908-1.914 2.391 3.633-2.907 1.914z" fill="var(--sapContent_Illustrative_Color5)"/>
6
+ <path d="M14.648 24.52a1 1 0 0 1 .285-1.385L31.8 12.032a1 1 0 0 1 1.385.286l5.189 7.882a1 1 0 0 1-.286 1.385L21.222 32.688a1 1 0 0 1-1.385-.285l-5.19-7.883Z" fill="var(--sapContent_Illustrative_Color8)"/>
7
+ <path fill-rule="evenodd" d="M32.348 12.868 15.483 23.97l5.189 7.883L37.537 20.75l-5.189-7.882ZM14.933 23.135a1 1 0 0 0-.285 1.385l5.189 7.883a1 1 0 0 0 1.385.285l16.865-11.103a1 1 0 0 0 .286-1.385l-5.19-7.882a1 1 0 0 0-1.384-.286L14.933 23.135Zm-7.888 5.092a.5.5 0 0 1 .284.648L4.42 36.308l4.92-3.239c.137-.09.372.023.524.254.152.23.163.49.025.582L5.003 37.12l7.92.265a.5.5 0 1 1-.034 1l-9.044-.303a.499.499 0 0 1-.216-.057l-.177.116c-.138.091-.373-.022-.525-.253-.152-.23-.163-.49-.025-.582l.17-.111a.498.498 0 0 1 .028-.259l3.298-8.427a.5.5 0 0 1 .647-.283Z" fill="var(--sapContent_Illustrative_Color4)" clip-rule="evenodd"/>
8
+ <path fill-rule="evenodd" d="M13.782 40.57c.195.297.601.369.864.13 2.857-2.586 3.284-7.274.836-10.992-2.448-3.72-6.922-5.18-10.428-3.578-.323.147-.417.55-.222.846l8.95 13.594Z" fill="var(--sapContent_Illustrative_Color8)" clip-rule="evenodd"/>
9
+ <path fill-rule="evenodd" d="M14.34 39.6c2.11-2.272 2.414-6.143.307-9.343s-5.782-4.45-8.703-3.41l8.396 12.752Zm.306 1.1c-.263.239-.67.167-.864-.13l-8.95-13.594c-.195-.297-.1-.699.222-.846 3.506-1.602 7.98-.141 10.428 3.578 2.448 3.718 2.021 8.406-.836 10.993Z" fill="var(--sapContent_Illustrative_Color4)" clip-rule="evenodd"/>
10
+ <circle cx="2.479" cy="38.268" r="1.239" fill="var(--sapContent_Illustrative_Color9)" transform="rotate(-33.358 2.48 38.268)"/>
11
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-SessionExpired-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.735 30.5277C29.4682 28.9923 27.7025 27.3214 25.2542 25.3532C25.2261 25.3306 25.1991 25.3064 25.1723 25.2822C25.0462 25.1681 24.6429 24.8086 24.1681 24.205C23.8282 23.7724 23.8279 23.0997 24.1665 22.666C24.6504 22.0464 25.063 21.6787 25.1891 21.5646C25.215 21.5412 25.241 21.5178 25.2682 21.496C27.7247 19.5184 29.4911 17.8471 30.7504 16.3204C31.9233 14.8948 32.6613 13.5973 33.1274 12.2998C33.8576 10.2849 33.9217 8.254 33.9271 5.74385C33.9278 5.42852 33.672 5.17261 33.3566 5.17261L11.6448 5.17261C11.332 5.17261 11.0771 5.42462 11.0749 5.73746C11.0572 8.23439 11.1345 10.267 11.8647 12.2998C12.3466 13.5973 13.0922 14.8948 14.2654 16.3204C15.5321 17.8557 17.2979 19.5265 19.746 21.4945C19.7744 21.5173 19.8017 21.5419 19.8288 21.5664C19.9521 21.678 20.3374 22.0217 20.7952 22.5965C21.1586 23.0526 21.1589 23.7716 20.7968 24.2292C20.3309 24.818 19.9372 25.1695 19.8128 25.2821C19.7861 25.3063 19.7591 25.3306 19.731 25.3533C17.275 27.3304 15.5091 29.001 14.2499 30.5277C13.077 31.953 12.3388 33.2508 11.873 34.5483C11.1428 36.5632 11.0786 38.5939 11.0732 41.1042C11.0725 41.4196 11.3284 41.6755 11.6437 41.6755H33.3558C33.6687 41.6755 33.9235 41.4235 33.9257 41.1106C33.9434 38.6137 33.8661 36.5811 33.1356 34.5483C32.6538 33.2508 31.9082 31.953 30.735 30.5277Z" fill="var(--sapContent_Illustrative_Color8)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.7505 16.3204C29.4911 17.8471 27.7247 19.5184 25.2683 21.496C25.2411 21.5178 25.2151 21.5412 25.1892 21.5646L25.1786 21.5742C25.0412 21.6983 24.6377 22.0627 24.1666 22.666C23.8279 23.0997 23.8282 23.7724 24.1682 24.205C24.6308 24.793 25.0254 25.1495 25.1621 25.2729L25.1724 25.2822C25.1992 25.3064 25.2261 25.3306 25.2543 25.3532C27.7026 27.3214 29.4683 28.9923 30.735 30.5277C31.9082 31.953 32.6538 33.2508 33.1357 34.5483C33.8662 36.5811 33.9435 38.6137 33.9258 41.1106C33.9235 41.4235 33.6687 41.6755 33.3559 41.6755H11.6438C11.3284 41.6755 11.0726 41.4196 11.0733 41.1042C11.0787 38.5939 11.1428 36.5632 11.873 34.5483C12.3389 33.2508 13.0771 31.953 14.25 30.5277C15.5091 29.001 17.2751 27.3304 19.7311 25.3533C19.7592 25.3306 19.7861 25.3063 19.8129 25.2821L19.8234 25.2726C19.9582 25.1507 20.3433 24.8023 20.7969 24.2292C21.1589 23.7716 21.1587 23.0525 20.7953 22.5965C20.3494 22.0366 19.9722 21.696 19.8389 21.5755C19.8354 21.5723 19.832 21.5693 19.8288 21.5664C19.8018 21.5419 19.7744 21.5173 19.746 21.4945C17.2979 19.5265 15.5321 17.8557 14.2654 16.3204C13.0923 14.8948 12.3466 13.5973 11.8648 12.2998C11.1345 10.267 11.0573 8.23439 11.075 5.73746C11.0772 5.42462 11.332 5.17261 11.6449 5.17261L33.3567 5.17261C33.672 5.17261 33.9279 5.42852 33.9272 5.74385C33.9218 8.254 33.8576 10.2849 33.1274 12.2998C32.6613 13.5973 31.9234 14.8948 30.7505 16.3204ZM34.0681 12.6393C34.8642 10.4416 34.9218 8.24861 34.9272 5.746C34.929 4.87648 34.2241 4.17261 33.3567 4.17261L11.6449 4.17261C10.7849 4.17261 10.0811 4.86566 10.075 5.73037C10.0572 8.23466 10.1284 10.4241 10.9236 12.6379L10.9236 12.6379L10.9273 12.648C11.4534 14.0646 12.2602 15.4575 13.4933 16.9558L13.4941 16.9568C14.8209 18.565 16.644 20.2839 19.1195 22.2739C19.1194 22.2739 19.1221 22.276 19.1289 22.282C19.1362 22.2883 19.1445 22.2958 19.1581 22.3081L19.1684 22.3174C19.2875 22.425 19.6178 22.7232 20.0131 23.2195L20.0132 23.2197C20.0858 23.3108 20.0872 23.5145 20.0126 23.6087C19.6104 24.1171 19.2728 24.4222 19.1523 24.5312C19.1486 24.5346 19.145 24.5378 19.1417 24.5409C19.1282 24.553 19.1201 24.5604 19.113 24.5665C19.1064 24.5724 19.1038 24.5744 19.104 24.5743C16.6213 26.5729 14.7979 28.2916 13.4785 29.8914L13.4779 29.8923C12.2441 31.3914 11.4429 32.7876 10.9323 34.209C10.1363 36.4066 10.0787 38.5993 10.0733 41.1021C10.0714 41.9716 10.7764 42.6755 11.6438 42.6755H33.3559C34.2159 42.6755 34.9196 41.9824 34.9257 41.1177C34.9435 38.6134 34.8723 36.424 34.0768 34.2101L34.0768 34.2101L34.0731 34.2001C33.5471 32.7835 32.7402 31.3903 31.5071 29.8922L30.735 30.5277L31.5064 29.8913C30.1795 28.2831 28.3565 26.564 25.8808 24.5738C25.8808 24.5739 25.8804 24.5735 25.8794 24.5727C25.878 24.5715 25.8755 24.5694 25.8717 24.566C25.8646 24.5599 25.8564 24.5525 25.843 24.5404C25.8397 24.5374 25.8362 24.5342 25.8325 24.5309C25.7106 24.4208 25.3647 24.1086 24.9544 23.5871M34.0681 12.6393C33.5573 14.0605 32.7564 15.4563 31.5227 16.9557L31.5219 16.9567C30.2023 18.5565 28.3785 20.2758 25.8954 22.2749L25.8954 22.2749C25.8954 22.2749 25.893 22.2768 25.8872 22.2819L25.8599 22.3063C25.8566 22.3094 25.853 22.3126 25.8492 22.316C25.7269 22.4265 25.3729 22.746 24.9547 23.2815C24.8986 23.3534 24.8995 23.517 24.9544 23.587" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.9839 40.7361C31.5488 40.7361 31.7903 39.9749 31.3479 39.6238C29.6859 38.3049 28.123 36.7357 26.7679 35.2142C24.3417 32.4903 19.6964 32.5335 17.3903 35.3598C16.1836 36.8387 14.8204 38.3659 13.404 39.6858C13.0121 40.051 13.2645 40.7361 13.8002 40.7361H30.9839ZM33.8597 41.3532C33.8551 41.3505 33.8492 41.3522 33.8465 41.3568C33.7394 41.5472 33.535 41.6756 33.3012 41.6756H11.6992C11.5251 41.6756 11.3674 41.6044 11.2539 41.4896C11.2499 41.4855 11.2434 41.4849 11.2387 41.4883C11.233 41.4924 11.2322 41.5005 11.2371 41.5055C11.3406 41.6106 11.4846 41.6757 11.6437 41.6757H33.3558C33.5769 41.6757 33.769 41.5498 33.8635 41.3656C33.8657 41.3611 33.8641 41.3557 33.8597 41.3532Z" fill="var(--sapContent_Illustrative_Color6)"/>
5
+ <rect x="6.81152" y="1.36255" width="31.3769" height="3.88012" rx="1.42741" fill="var(--sapContent_Illustrative_Color5)"/>
6
+ <rect x="6.81201" y="41.4258" width="31.3769" height="3.88012" rx="1.42741" fill="var(--sapContent_Illustrative_Color5)"/>
7
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-SessionExpiring-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.735 30.5277C29.4682 28.9923 27.7025 27.3214 25.2542 25.3532C25.2261 25.3306 25.1991 25.3064 25.1723 25.2822C25.0462 25.1681 24.6429 24.8086 24.1681 24.205C23.8282 23.7724 23.8279 23.0997 24.1665 22.666C24.6504 22.0464 25.063 21.6787 25.1891 21.5646C25.215 21.5412 25.241 21.5178 25.2682 21.496C27.7247 19.5184 29.4911 17.8471 30.7504 16.3204C31.9233 14.8948 32.6613 13.5973 33.1274 12.2998C33.8576 10.2849 33.9217 8.254 33.9271 5.74385C33.9278 5.42852 33.672 5.17261 33.3566 5.17261L11.6448 5.17261C11.332 5.17261 11.0771 5.42462 11.0749 5.73746C11.0572 8.23439 11.1345 10.267 11.8647 12.2998C12.3466 13.5973 13.0922 14.8948 14.2654 16.3204C15.5321 17.8557 17.2979 19.5265 19.746 21.4945C19.7744 21.5173 19.8017 21.5419 19.8288 21.5664C19.9521 21.678 20.3374 22.0217 20.7952 22.5965C21.1586 23.0526 21.1589 23.7716 20.7968 24.2292C20.3309 24.818 19.9372 25.1695 19.8128 25.2821C19.7861 25.3063 19.7591 25.3306 19.731 25.3533C17.275 27.3304 15.5091 29.001 14.2499 30.5277C13.077 31.953 12.3388 33.2508 11.873 34.5483C11.1428 36.5632 11.0786 38.5939 11.0732 41.1042C11.0725 41.4196 11.3284 41.6755 11.6437 41.6755H33.3558C33.6687 41.6755 33.9235 41.4235 33.9257 41.1106C33.9434 38.6137 33.8661 36.5811 33.1356 34.5483C32.6538 33.2508 31.9082 31.953 30.735 30.5277Z" fill="var(--sapContent_Illustrative_Color8)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.7505 16.3204C29.4911 17.8471 27.7247 19.5184 25.2683 21.496C25.2411 21.5178 25.2151 21.5412 25.1892 21.5646L25.1786 21.5742C25.0412 21.6983 24.6377 22.0627 24.1666 22.666C23.8279 23.0997 23.8282 23.7724 24.1682 24.205C24.6308 24.793 25.0254 25.1495 25.1621 25.2729L25.1724 25.2822C25.1992 25.3064 25.2261 25.3306 25.2543 25.3532C27.7026 27.3214 29.4683 28.9923 30.735 30.5277C31.9082 31.953 32.6538 33.2508 33.1357 34.5483C33.8662 36.5811 33.9435 38.6137 33.9258 41.1106C33.9235 41.4235 33.6687 41.6755 33.3559 41.6755H11.6438C11.3284 41.6755 11.0726 41.4196 11.0733 41.1042C11.0787 38.5939 11.1428 36.5632 11.873 34.5483C12.3389 33.2508 13.0771 31.953 14.25 30.5277C15.5091 29.001 17.2751 27.3304 19.7311 25.3533C19.7592 25.3306 19.7861 25.3063 19.8129 25.2821L19.8234 25.2726C19.9582 25.1507 20.3433 24.8023 20.7969 24.2292C21.1589 23.7716 21.1587 23.0525 20.7953 22.5965C20.3494 22.0366 19.9722 21.696 19.8389 21.5755C19.8354 21.5723 19.832 21.5693 19.8288 21.5664C19.8018 21.5419 19.7744 21.5173 19.746 21.4945C17.2979 19.5265 15.5321 17.8557 14.2654 16.3204C13.0923 14.8948 12.3466 13.5973 11.8648 12.2998C11.1345 10.267 11.0573 8.23439 11.075 5.73746C11.0772 5.42462 11.332 5.17261 11.6449 5.17261L33.3567 5.17261C33.672 5.17261 33.9279 5.42852 33.9272 5.74385C33.9218 8.254 33.8576 10.2849 33.1274 12.2998C32.6613 13.5973 31.9234 14.8948 30.7505 16.3204ZM34.0681 12.6393C34.8642 10.4416 34.9218 8.24861 34.9272 5.746C34.929 4.87648 34.2241 4.17261 33.3567 4.17261L11.6449 4.17261C10.7849 4.17261 10.0811 4.86566 10.075 5.73037C10.0572 8.23466 10.1284 10.4241 10.9236 12.6379L10.9236 12.6379L10.9273 12.648C11.4534 14.0646 12.2602 15.4575 13.4933 16.9558L13.4941 16.9568C14.8209 18.565 16.644 20.2839 19.1195 22.2739C19.1194 22.2739 19.1221 22.276 19.1289 22.282C19.1362 22.2883 19.1445 22.2958 19.1581 22.3081L19.1684 22.3174C19.2875 22.425 19.6178 22.7232 20.0131 23.2195L20.0132 23.2197C20.0858 23.3108 20.0872 23.5145 20.0126 23.6087C19.6104 24.1171 19.2728 24.4222 19.1523 24.5312C19.1486 24.5346 19.145 24.5378 19.1417 24.5409C19.1282 24.553 19.1201 24.5604 19.113 24.5665C19.1064 24.5724 19.1038 24.5744 19.104 24.5743C16.6213 26.5729 14.7979 28.2916 13.4785 29.8914L13.4779 29.8923C12.2441 31.3914 11.4429 32.7876 10.9323 34.209C10.1363 36.4066 10.0787 38.5993 10.0733 41.1021C10.0714 41.9716 10.7764 42.6755 11.6438 42.6755H33.3559C34.2159 42.6755 34.9196 41.9824 34.9257 41.1177C34.9435 38.6134 34.8723 36.424 34.0768 34.2101L34.0768 34.2101L34.0731 34.2001C33.5471 32.7835 32.7402 31.3903 31.5071 29.8922L30.735 30.5277L31.5064 29.8913C30.1795 28.2831 28.3565 26.564 25.8808 24.5738C25.8808 24.5739 25.8804 24.5735 25.8794 24.5727C25.878 24.5715 25.8755 24.5694 25.8717 24.566C25.8646 24.5599 25.8564 24.5525 25.843 24.5404C25.8397 24.5374 25.8362 24.5342 25.8325 24.5309C25.7106 24.4208 25.3647 24.1086 24.9544 23.5871M34.0681 12.6393C33.5573 14.0605 32.7564 15.4563 31.5227 16.9557L31.5219 16.9567C30.2023 18.5565 28.3785 20.2758 25.8954 22.2749L25.8954 22.2749C25.8954 22.2749 25.893 22.2768 25.8872 22.2819L25.8599 22.3063C25.8566 22.3094 25.853 22.3126 25.8492 22.316C25.7269 22.4265 25.3729 22.746 24.9547 23.2815C24.8986 23.3534 24.8995 23.517 24.9544 23.587" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.9839 40.7359C31.5488 40.7359 31.7903 39.9747 31.3479 39.6236C29.6859 38.3046 28.123 36.7354 26.7679 35.214C24.3417 32.4901 19.6964 32.5332 17.3903 35.3595C16.1836 36.8384 14.8204 38.3656 13.404 39.6856C13.0121 40.0507 13.2645 40.7359 13.8002 40.7359H30.9839ZM33.8597 41.3529C33.8551 41.3502 33.8492 41.3519 33.8465 41.3566C33.7394 41.547 33.535 41.6754 33.3012 41.6754H11.6992C11.5251 41.6754 11.3674 41.6042 11.2539 41.4893C11.2499 41.4852 11.2434 41.4846 11.2387 41.488C11.233 41.4921 11.2322 41.5003 11.2371 41.5053C11.3406 41.6103 11.4846 41.6755 11.6437 41.6755H33.3558C33.5769 41.6755 33.769 41.5496 33.8635 41.3653C33.8657 41.3609 33.8641 41.3554 33.8597 41.3529Z" fill="var(--sapContent_Illustrative_Color3)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.6204 22.132C21.7987 22.3922 22.0185 22.6473 22.3278 22.7095C22.7759 22.7996 23.1454 22.4478 23.4267 22.0875L23.4268 22.0874C23.9479 21.4202 24.398 21.0136 24.5501 20.8761L24.5561 20.8708C24.5841 20.8454 24.6307 20.8033 24.6837 20.7607C26.0176 19.6867 27.135 18.7124 28.0705 17.8109C28.7733 17.1337 28.2739 16.012 27.298 16.012L17.7189 16.0121C16.743 16.0121 16.2434 17.134 16.9459 17.8113C17.8827 18.7146 18.9995 19.688 20.3312 20.7587C20.3858 20.8026 20.4341 20.8462 20.4632 20.8725L20.4632 20.8725L20.4634 20.8727L20.4687 20.8775C20.6159 21.0105 21.0371 21.391 21.5307 22.0108C21.5621 22.0502 21.592 22.0906 21.6204 22.132ZM30.9995 16.012C30.9995 16.012 30.9995 16.012 30.9994 16.012C30.9189 16.1141 30.8361 16.2168 30.7511 16.3201C29.4924 17.846 27.7273 19.5163 25.2729 21.4925C25.2431 21.5165 25.2144 21.5422 25.186 21.5679L25.1792 21.5739C25.0684 21.674 24.7845 21.9305 24.4316 22.3425C24.4315 22.3426 24.4316 22.3428 24.4318 22.3427C24.4318 22.3427 24.4318 22.3427 24.4318 22.3427C24.7848 21.9307 25.0687 21.6742 25.1795 21.5741L25.1795 21.5741L25.19 21.5646C25.2159 21.5412 25.2419 21.5178 25.2691 21.4959C27.7256 19.5183 29.492 17.8471 30.7513 16.3203C30.8364 16.217 30.9191 16.1143 30.9997 16.0122C30.9997 16.0121 30.9997 16.012 30.9995 16.012ZM16.2461 18.4416C17.0603 19.2297 18.0013 20.063 19.0876 20.958C19.0876 20.958 19.0876 20.958 19.0876 20.958C19.0876 20.958 19.0876 20.958 19.0876 20.958C18.0012 20.063 17.0603 19.2297 16.2461 18.4416Z" fill="var(--sapContent_Illustrative_Color3)"/>
6
+ <rect x="6.81152" y="1.36255" width="31.3769" height="3.88012" rx="1.42741" fill="var(--sapContent_Illustrative_Color5)"/>
7
+ <rect x="6.81201" y="41.4258" width="31.3769" height="3.88012" rx="1.42741" fill="var(--sapContent_Illustrative_Color5)"/>
8
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Settings-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.37189 14.6859C5.39593 12.9519 5.77841 10.7702 7.28604 9.47153L9.44046 7.61575C10.9493 6.31605 13.1658 6.26203 14.7362 7.48669L16.8664 9.148L20.9638 8.48387L22.1546 6.12532C23.1423 4.16895 25.4739 3.30836 27.4958 4.15388L30.5579 5.43441C32.4199 6.21309 33.4591 8.21161 33.027 10.1831L32.5062 12.5593L35.2335 15.7256L37.6606 15.5625C39.6744 15.4272 41.497 16.7508 41.9913 18.7077L42.8096 21.9477C43.3418 24.0543 42.1703 26.2171 40.1151 26.9224L37.5932 27.7878L36.2968 31.7086L37.6216 34.0553C38.6008 35.7899 38.2192 37.9744 36.7101 39.2744L34.5563 41.1296C33.0484 42.4285 30.8336 42.4833 29.2632 41.2607L27.1331 39.6022L23.0667 40.3009L21.8375 42.6663C20.8357 44.5944 18.5232 45.4326 16.5186 44.5943L13.4364 43.3053C11.5736 42.5264 10.5345 40.5267 10.9677 38.5547L11.49 36.177L8.76345 33.0117L6.33459 33.176C4.32015 33.3123 2.49649 31.9885 2.00202 30.0309L1.18938 26.8137C0.652663 24.6889 1.84911 22.5105 3.9302 21.8235L6.43852 20.9954L7.69925 17.0443L6.37189 14.6859ZM26.8119 29.9598C29.8978 27.3016 30.2446 22.6451 27.5864 19.5591C24.9282 16.4732 20.2717 16.1264 17.1857 18.7846C14.0997 21.4428 13.753 26.0993 16.4112 29.1853C19.0693 32.2712 23.7259 32.618 26.8119 29.9598Z" fill="var(--sapContent_Illustrative_Color6)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.37189 12.6859C6.39593 10.9519 6.77841 8.77017 8.28604 7.47153L10.4405 5.61575C11.9493 4.31605 14.1658 4.26203 15.7362 5.48669L17.8664 7.148L21.9638 6.48387L23.1546 4.12532C24.1423 2.16895 26.4739 1.30836 28.4958 2.15388L31.5579 3.43441C33.4199 4.21309 34.4591 6.21161 34.027 8.18312L33.5062 10.5593L36.2335 13.7256L38.6606 13.5625C40.6744 13.4272 42.497 14.7508 42.9913 16.7077L43.8096 19.9477C44.3418 22.0543 43.1703 24.2171 41.1151 24.9224L38.5932 25.7878L37.2968 29.7086L38.6216 32.0553C39.6008 33.7899 39.2192 35.9744 37.7101 37.2744L35.5563 39.1296C34.0484 40.4285 31.8336 40.4833 30.2632 39.2607L28.1331 37.6022L24.0667 38.3009L22.8375 40.6663C21.8357 42.5944 19.5232 43.4326 17.5186 42.5943L14.4364 41.3053C12.5736 40.5264 11.5345 38.5267 11.9677 36.5547L12.49 34.177L9.76345 31.0117L7.33459 31.176C5.32015 31.3123 3.49649 29.9885 3.00202 28.0309L2.18938 24.8137C1.65266 22.6889 2.84911 20.5105 4.9302 19.8235L7.43852 18.9954L8.69925 15.0443L7.37189 12.6859ZM27.8119 27.9598C30.8978 25.3016 31.2446 20.6451 28.5864 17.5591C25.9282 14.4732 21.2717 14.1264 18.1857 16.7846C15.0997 19.4428 14.753 24.0993 17.4112 27.1853C20.0693 30.2712 24.7259 30.618 27.8119 27.9598Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.5956 8.20494L15.1212 6.27525C13.9267 5.34373 12.2408 5.38482 11.0931 6.37342L8.93868 8.22919C7.79192 9.21699 7.50099 10.8765 8.24335 12.1955L9.78432 14.9334L8.23619 19.7851L5.2437 20.7731C3.66074 21.2956 2.75068 22.9526 3.15893 24.5688L3.97157 27.786C4.34768 29.275 5.73482 30.282 7.26707 30.1783L10.1948 29.9802L13.574 33.9032L12.9444 36.7693C12.6149 38.2693 13.4053 39.7903 14.8222 40.3828L17.9044 41.6717C19.4292 42.3093 21.1881 41.6718 21.9502 40.2052L23.4082 37.3994L28.399 36.5418L30.8775 38.4716C32.072 39.4016 33.7567 39.3599 34.9037 38.3719L37.0574 36.5167C38.2053 35.5279 38.4956 33.8663 37.7508 32.5469L36.2085 29.8148L37.7994 25.0029L40.7905 23.9765C42.3538 23.4401 43.2448 21.7949 42.8401 20.1926L42.0217 16.9526C41.6457 15.4641 40.2594 14.4573 38.7277 14.5602L35.802 14.7568L32.4224 10.8333L33.0501 7.96903C33.3788 6.46943 32.5884 4.94928 31.1721 4.35699L28.11 3.07646C26.572 2.43332 24.7985 3.08792 24.0473 4.576L22.6268 7.38945L17.5956 8.20494ZM8.69925 15.0443L7.43852 18.9954L4.9302 19.8235C2.84911 20.5105 1.65266 22.6889 2.18938 24.8137L3.00202 28.0309C3.49649 29.9885 5.32015 31.3123 7.33459 31.176L9.76345 31.0117L12.49 34.177L11.9677 36.5547C11.5345 38.5267 12.5736 40.5264 14.4364 41.3053L17.5186 42.5943C19.5232 43.4326 21.8357 42.5944 22.8375 40.6663L24.0667 38.3009L28.1331 37.6022L30.2632 39.2607C31.8336 40.4833 34.0484 40.4285 35.5563 39.1296L37.7101 37.2744C39.2192 35.9744 39.6008 33.7899 38.6216 32.0553L37.2968 29.7086L38.5932 25.7878L41.1151 24.9224C43.1703 24.2171 44.3418 22.0543 43.8096 19.9477L42.9913 16.7077C42.497 14.7508 40.6744 13.4272 38.6606 13.5625L36.2335 13.7256L33.5062 10.5593L34.027 8.18312C34.4591 6.21161 33.4199 4.21309 31.5579 3.43441L28.4958 2.15388C26.4739 1.30836 24.1423 2.16895 23.1546 4.12532L21.9638 6.48387L17.8664 7.148L15.7362 5.48669C14.1658 4.26203 11.9493 4.31605 10.4405 5.61575L8.28604 7.47153C6.77841 8.77017 6.39593 10.9519 7.37189 12.6859L8.69925 15.0443ZM29.3441 16.9065C32.3627 20.4109 31.9689 25.6989 28.4645 28.7175C24.9601 31.7361 19.6721 31.3423 16.6535 27.8379C13.6349 24.3335 14.0287 19.0455 17.5331 16.0269C21.0375 13.0083 26.3254 13.4021 29.3441 16.9065ZM28.5864 17.5591C31.2446 20.6451 30.8978 25.3016 27.8119 27.9598C24.7259 30.618 20.0693 30.2712 17.4112 27.1853C14.753 24.0993 15.0997 19.4428 18.1857 16.7846C21.2717 14.1264 25.9282 14.4732 28.5864 17.5591Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M31.4848 15.0631C35.5216 19.7495 34.9949 26.821 30.3085 30.8578C25.6221 34.8946 18.5506 34.368 14.5138 29.6816C10.477 24.9952 11.0037 17.9236 15.6901 13.8868C20.3765 9.85006 27.448 10.3767 31.4848 15.0631ZM16.6928 27.8047C19.693 31.2877 24.9486 31.6791 28.4317 28.6789C31.9147 25.6787 32.3061 20.423 29.3059 16.94C26.3057 13.4569 21.05 13.0656 17.567 16.0658C14.0839 19.066 13.6925 24.3217 16.6928 27.8047Z" fill="var(--sapContent_Illustrative_Color2)"/>
6
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="45" height="45" id="tnt-Dot-Success-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
2
+ <ellipse cx="21.87" cy="29.88" rx="3.33" ry="1.74" fill="var(--sapContent_Illustrative_Color5)" />
3
+ <path d="m39.51,43.34s0,0,0,0c0-9.74-7.9-17.64-17.64-17.64s-17.64,7.9-17.64,17.64c0,0,0,0,0,0h35.28Z" fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" />
4
+ <path d="m4.26,42.34c.52-9.28,8.21-16.64,17.61-16.64s17.09,7.36,17.61,16.64c0,0,0,0,0,0,.02.3.03.6.03.91,0,.03,0,.06,0,.09h0s-35.28,0-35.28,0h0s0-.06,0-.09c0-.31.01-.61.03-.91,0,0,0,0,0,0Zm17.61-17.64c10.29,0,18.64,8.35,18.64,18.64,0,.55-.45,1-1,1H4.23c-.55,0-1-.45-1-1,0-10.29,8.35-18.64,18.64-18.64Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
5
+ <ellipse cx="21.87" cy="29.88" rx="3.33" ry="1.74" fill="var(--sapContent_Illustrative_Color5)" />
6
+ <path d="m22.08.33c.55,0,1,.45,1,1v27.54c0,.55-.45,1-1,1s-1-.45-1-1V1.33c0-.55.45-1,1-1Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
7
+ <path d="m23.22,1.63l17.9,9.18c.07.04.07.14,0,.18l-17.9,7.7c-.06.03-.14-.02-.14-.09V1.72c0-.07.08-.12.14-.09Z" fill="var(--sapContent_Illustrative_Color3)" fill-rule="evenodd" />
8
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-SuccessfulAuth-alternate">
2
+ <rect x="0.808594" y="8.30908" width="40.7859" height="29.5334" rx="3.16006" fill="var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M3.27539 9.7369C3.27539 8.28252 4.4544 7.10352 5.90878 7.10352L39.5631 7.10352C41.0175 7.10352 42.1965 8.28252 42.1965 9.7369V32.7338C42.1965 34.1882 41.0175 35.3672 39.5631 35.3672H5.90877C4.4544 35.3672 3.27539 34.1882 3.27539 32.7338L3.27539 9.7369Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.90878 6.10352L39.5631 6.10352C41.5698 6.10352 43.1965 7.73024 43.1965 9.7369V32.7338C43.1965 34.7405 41.5698 36.3672 39.5631 36.3672H5.90877C3.90211 36.3672 2.27539 34.7405 2.27539 32.7338L2.27539 9.7369C2.27539 7.73024 3.90211 6.10352 5.90878 6.10352ZM5.90878 7.10352C4.4544 7.10352 3.27539 8.28252 3.27539 9.7369L3.27539 32.7338C3.27539 34.1882 4.4544 35.3672 5.90877 35.3672H39.5631C41.0175 35.3672 42.1965 34.1882 42.1965 32.7338V9.7369C42.1965 8.28252 41.0175 7.10352 39.5631 7.10352L5.90878 7.10352Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M3.27539 9.7369C3.27539 8.28252 4.4544 7.10352 5.90878 7.10352L39.5631 7.10352C41.0175 7.10352 42.1965 8.28252 42.1965 9.7369V12.1642L3.27539 12.1642L3.27539 9.7369Z" fill="var(--sapContent_Illustrative_Color5)"/>
6
+ <rect x="10.9805" y="22.4062" width="23.5117" height="3.84558" rx="1" fill="var(--sapContent_Illustrative_Color20)"/>
7
+ <rect x="10.9805" y="28.0417" width="23.5117" height="3.84558" rx="1" fill="var(--sapContent_Illustrative_Color20)"/>
8
+ <circle cx="22.501" cy="17.4316" r="3.19238" fill="var(--sapContent_Illustrative_Color18)"/>
9
+ <rect x="32.5098" y="32.8049" width="9.13667" height="8.84562" fill="var(--sapContent_Illustrative_Color8)"/>
10
+ <path d="M37.0605 29.168C35.4663 29.168 33.9078 29.6407 32.5823 30.5263C31.2568 31.4119 30.2236 32.6707 29.6136 34.1434C29.0035 35.6161 28.8439 37.2367 29.1549 38.8001C29.4659 40.3636 30.2336 41.7997 31.3609 42.9269C32.4881 44.0541 33.9244 44.8217 35.488 45.1327C37.0515 45.4437 38.6722 45.2841 40.1451 44.674C41.6179 44.064 42.8768 43.031 43.7625 41.7055C44.6482 40.3801 45.1209 38.8218 45.1209 37.2278C45.1146 35.0921 44.2634 33.0457 42.7531 31.5356C41.2428 30.0255 39.1963 29.1743 37.0605 29.168ZM40.8464 35.374L36.0101 40.2099C35.9372 40.287 35.8494 40.3485 35.7519 40.3905C35.6545 40.4325 35.5495 40.4541 35.4433 40.4541C35.3372 40.4541 35.2322 40.4325 35.1348 40.3905C35.0373 40.3485 34.9495 40.287 34.8766 40.2099L33.2645 38.5979C33.1142 38.4476 33.0297 38.2438 33.0297 38.0312C33.0297 37.8187 33.1142 37.6148 33.2645 37.4645C33.4148 37.3142 33.6187 37.2298 33.8312 37.2298C34.0438 37.2298 34.2477 37.3142 34.398 37.4645L35.4459 38.5123L39.7179 34.2406C39.8682 34.0903 40.0721 34.0059 40.2847 34.0059C40.3899 34.0059 40.4941 34.0266 40.5914 34.0669C40.6886 34.1071 40.777 34.1662 40.8514 34.2406C40.9258 34.315 40.9849 34.4034 41.0252 34.5006C41.0654 34.5978 41.0862 34.7021 41.0862 34.8073C41.0862 34.9126 41.0654 35.0168 41.0252 35.114C40.9849 35.2112 40.9258 35.2996 40.8514 35.374H40.8464Z" fill="var(--sapContent_Illustrative_Color12)"/>
11
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Systems-alternate">
2
+ <path d="M43.2885 9.75756L29.8718 6.37808C29.3029 6.2348 28.7432 6.51445 28.6216 7.00267L24.4485 23.7571C24.3269 24.2454 24.6895 24.7573 25.2583 24.9006L38.675 28.2801C39.2438 28.4234 39.8035 28.1437 39.9251 27.6555L44.0982 10.901C44.2198 10.4128 43.8573 9.90084 43.2885 9.75756Z" fill="var(--sapContent_Illustrative_Color8)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M43.0487 10.7202L29.632 7.34069C29.6031 7.33342 29.5794 7.33235 29.5615 7.33364L25.4326 23.9108C25.4478 23.9204 25.4692 23.9307 25.4981 23.938L38.9148 27.3175C38.9436 27.3247 38.9673 27.3258 38.9853 27.3245L43.1142 10.7474C43.099 10.7377 43.0776 10.7274 43.0487 10.7202ZM29.8718 6.37808L43.2885 9.75756C43.8573 9.90084 44.2198 10.4128 44.0982 10.901L39.9251 27.6555C39.8035 28.1437 39.2438 28.4234 38.675 28.2801L25.2583 24.9006C24.6895 24.7573 24.3269 24.2454 24.4485 23.7571L28.6216 7.00267C28.7432 6.51445 29.3029 6.2348 29.8718 6.37808Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path d="M35.2299 12.2077C34.4632 11.9734 33.6446 11.9725 32.8778 12.2053C32.111 12.4381 31.4302 12.8941 30.9217 13.5156C30.4132 14.1371 30.0997 14.8962 30.0208 15.6969C29.942 16.4976 30.1013 17.304 30.4787 18.0141C30.8561 18.7242 31.4346 19.3062 32.1411 19.6864C32.8475 20.0666 33.6502 20.228 34.4477 20.1501C35.2451 20.0723 36.0015 19.7587 36.6212 19.249C37.2409 18.7394 37.6961 18.0565 37.9292 17.2868L34.0502 16.1027L35.2299 12.2077Z" fill="var(--sapContent_Illustrative_Color2)"/>
5
+ <path d="M36.3806 11.5496L35.2041 15.4409L39.0797 16.6253C39.2344 16.1143 39.2874 15.5776 39.2355 15.0459C39.1836 14.5142 39.0279 13.9979 38.7772 13.5265C38.5266 13.0551 38.1859 12.6379 37.7746 12.2987C37.3634 11.9595 36.8897 11.7049 36.3806 11.5496Z" fill="var(--sapContent_Illustrative_Color3)"/>
6
+ <path d="M6.36995 25.3629C6.30291 24.8732 6.26502 24.3719 6.26502 23.8648C6.26502 17.9043 11.0975 13.0688 17.0609 13.0688C21.3746 13.0688 25.0967 15.5988 26.825 19.2596C27.8714 18.7728 29.0373 18.5018 30.2673 18.5018C34.3303 18.5018 37.7026 21.466 38.338 25.3512C41.4246 25.5203 43.8787 28.0794 43.8787 31.2097C43.8787 34.4508 41.2526 37.0769 38.0115 37.0769H6.90042C3.65931 37.0769 1.0332 34.4508 1.0332 31.2097C1.0332 28.1493 3.37659 25.6369 6.36703 25.3687L6.36995 25.3629Z" fill="var(--sapContent_Illustrative_Color8)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.29296 24.542C5.27978 24.3183 5.27283 24.0924 5.27283 23.8648C5.27283 17.3566 10.5493 12.0769 17.0608 12.0769C21.4382 12.0769 25.2559 14.4629 27.2881 18.0048C28.2231 17.6836 29.2254 17.5098 30.2671 17.5098C34.5608 17.5098 38.1648 20.461 39.163 24.4467C42.4018 24.9948 44.8706 27.8145 44.8706 31.2098C44.8706 34.9988 41.8003 38.069 38.0113 38.069H6.90025C3.11127 38.069 0.0410156 34.9988 0.0410156 31.2098C0.0410156 27.9751 2.27972 25.2646 5.29296 24.542ZM6.27769 24.3808C6.29272 24.6854 6.32058 24.9871 6.35932 25.2847C6.36272 25.3108 6.36621 25.3369 6.36978 25.363L6.36686 25.3688C6.31198 25.3737 6.25731 25.3794 6.20286 25.3858C6.13031 25.3944 6.05817 25.4043 5.98645 25.4154C3.18006 25.8531 1.03303 28.2804 1.03303 31.2098C1.03303 34.4509 3.65914 37.077 6.90025 37.077H38.0113C41.2524 37.077 43.8786 34.4509 43.8786 31.2098C43.8786 28.0794 41.4244 25.5204 38.3378 25.3513C37.7024 21.4661 34.3301 18.5018 30.2671 18.5018C29.0371 18.5018 27.8712 18.7729 26.8249 19.2597C25.0965 15.5988 21.3745 13.0689 17.0608 13.0689C11.0974 13.0689 6.26485 17.9043 6.26485 23.8648C6.26485 24.0376 6.26925 24.2096 6.27769 24.3808Z" fill="var(--sapContent_Illustrative_Color4)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M39.4709 25.5251C42.0038 26.1742 43.8783 28.4736 43.8783 31.2094C43.8783 34.4505 41.2522 37.0766 38.0111 37.0766H6.89997C5.45103 37.0766 4.125 36.5518 3.10156 35.6818C14.3786 35.8434 27.246 33.127 34.1499 31.4244C37.0128 30.7184 39.2834 28.3995 39.4709 25.5251Z" fill="var(--sapContent_Illustrative_Color6)"/>
9
+ <path d="M3.04297 11.6021L16.6072 8.64816C17.1822 8.52291 17.7308 8.80207 17.8324 9.27165L21.3189 25.3864C21.4205 25.8559 21.0366 26.3382 20.4616 26.4634L6.89736 29.4174C6.32228 29.5426 5.77372 29.2635 5.67212 28.7939L2.18565 12.6792C2.08405 12.2096 2.46788 11.7274 3.04297 11.6021Z" fill="var(--sapContent_Illustrative_Color8)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.25274 12.5717L16.8169 9.61774C16.8462 9.61137 16.8709 9.60988 16.8908 9.61066L20.3219 25.4695C20.3042 25.4785 20.281 25.4874 20.2518 25.4938L6.68759 28.4478C6.65835 28.4542 6.63359 28.4557 6.61375 28.4549L3.18262 12.596C3.20035 12.587 3.2235 12.5781 3.25274 12.5717ZM16.6072 8.64816L3.04297 11.6021C2.46788 11.7274 2.08405 12.2096 2.18565 12.6792L5.67212 28.7939C5.77372 29.2635 6.32228 29.5426 6.89736 29.4174L20.4616 26.4634C21.0366 26.3382 21.4205 25.8559 21.3189 25.3864L17.8324 9.27165C17.7308 8.80207 17.1822 8.52291 16.6072 8.64816Z" fill="var(--sapContent_Illustrative_Color4)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.8183 14.1463C14.0515 14.203 14.1946 14.4381 14.1379 14.6713L12.6563 20.7657C12.6213 20.9096 12.5156 21.0257 12.3757 21.074C12.2358 21.1222 12.0809 21.096 11.9647 21.0043L9.86133 19.3449L8.50862 24.2528C8.44483 24.4843 8.20551 24.6202 7.97408 24.5564C7.74265 24.4926 7.60674 24.2533 7.67053 24.0218L9.19728 18.4825C9.23598 18.3421 9.34245 18.2304 9.48085 18.185C9.61925 18.1396 9.77119 18.1665 9.88555 18.2567L11.9715 19.9024L13.2932 14.466C13.3499 14.2327 13.585 14.0896 13.8183 14.1463Z" fill="var(--sapContent_Illustrative_Color1)"/>
12
+ <path d="M5.01869 14.3347C4.99326 14.2174 5.06775 14.1017 5.18506 14.0763L5.82761 13.937C5.94492 13.9116 6.06062 13.9861 6.08604 14.1034L8.29053 24.2761C8.31595 24.3934 8.24146 24.5091 8.12415 24.5345L7.4816 24.6738C7.3643 24.6992 7.24859 24.6247 7.22317 24.5074L5.01869 14.3347Z" fill="var(--sapContent_Illustrative_Color6)"/>
13
+ <path d="M7.56766 24.9964C7.45047 25.0224 7.33442 24.9485 7.30846 24.8313L7.16625 24.1894C7.14029 24.0722 7.21424 23.9561 7.33143 23.9302L17.4938 21.6787C17.611 21.6528 17.7271 21.7267 17.753 21.8439L17.8952 22.4858C17.9212 22.603 17.8473 22.719 17.7301 22.745L7.56766 24.9964Z" fill="var(--sapContent_Illustrative_Color6)"/>
14
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Teams-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M29.5708 41.5552H22.8482V27.8708C22.8482 22.9885 26.8061 19.0305 31.6885 19.0305H36.2529C41.0555 19.0305 44.9636 22.8601 45.0901 27.6322C42.2641 34.2943 36.5772 39.449 29.5708 41.5552Z" fill="var(--sapContent_Illustrative_Color5)"/>
3
+ <rect width="7.21717" height="5.7768" rx="1.04004" transform="matrix(-1 0 0 1 37.5793 27.4468)" fill="var(--sapContent_Illustrative_Color17)"/>
4
+ <path d="M26.3655 13.2585C26.39 15.4417 27.0061 16.5372 28.6355 17.9522C31.5687 20.0554 36.7313 19.6629 39.1618 17.9455C40.6331 16.9434 41.4878 15.3518 41.4628 13.0876C41.4132 8.82365 38.3469 4.95417 33.9099 5.00091C29.4748 5.04716 26.3164 8.99357 26.3655 13.2585Z" fill="var(--sapContent_Illustrative_Color5)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M28.1027 13.6511C28.1376 16.7482 30.4937 18.0906 33.982 18.0537C37.4701 18.0156 39.7456 16.611 39.7115 13.5158C39.6755 10.4201 37.3404 8.41163 33.852 8.4485C30.365 8.48515 28.0669 10.5548 28.1027 13.6511Z" fill="var(--sapContent_Illustrative_Color4)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M33.8324 19.408H33.9815C33.9815 19.408 37.1854 19.517 39.1224 17.8191C39.128 17.8141 39.1366 17.8163 39.1362 17.8238C39.1209 18.077 38.8391 20.9557 33.9815 20.9557H33.8324C28.9747 20.9557 28.693 18.077 28.6777 17.8238C28.6773 17.8163 28.6859 17.8141 28.6915 17.8191C30.6285 19.517 33.8324 19.408 33.8324 19.408Z" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.78626 31.2071V30.2562C1.78626 24.2507 6.65468 19.3823 12.6602 19.3823H20.7989C26.8044 19.3823 31.6729 24.2507 31.6729 30.2562V40.8169C28.8389 41.9605 25.7424 42.5901 22.4988 42.5901C13.7884 42.5901 6.13846 38.05 1.78626 31.2071Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.808361 29.5258C1.18568 23.3082 6.34767 18.3823 12.6602 18.3823H20.7989C27.3567 18.3823 32.6729 23.6984 32.6729 30.2562V40.3872C32.3434 40.5376 32.01 40.6809 31.6729 40.8169V30.2562C31.6729 24.2507 26.8044 19.3823 20.7989 19.3823H12.6602C6.65468 19.3823 1.78626 24.2507 1.78626 30.2562V31.2071C1.43891 30.661 1.11256 30.1002 0.808361 29.5258Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.35449 37.3579V28.7749C7.35449 28.4988 7.57835 28.2749 7.85449 28.2749C8.13063 28.2749 8.35449 28.4988 8.35449 28.7749V38.1036C8.01468 37.8634 7.68124 37.6147 7.35449 37.3579ZM25.1045 42.4534V28.7749C25.1045 28.4988 25.3284 28.2749 25.6045 28.2749C25.8806 28.2749 26.1045 28.4988 26.1045 28.7749V42.327C25.7733 42.3758 25.4399 42.418 25.1045 42.4534Z" fill="var(--sapContent_Illustrative_Color4)"/>
10
+ <rect width="8.54849" height="6.84242" rx="1.27928" transform="matrix(-1 0 0 1 21.0037 29.3513)" fill="var(--sapContent_Illustrative_Color3)"/>
11
+ <path d="M8.07081 12.4961C8.09843 14.9631 8.79465 16.201 10.6358 17.8C13.9504 20.1766 19.7841 19.733 22.5305 17.7924C24.1931 16.6601 25.1589 14.8615 25.1307 12.303C25.0747 7.48471 21.6097 3.11221 16.5959 3.16502C11.5843 3.21729 8.01529 7.67673 8.07081 12.4961Z" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.0158 18.5849L10.0536 18.612C11.9452 19.9683 14.4714 20.4738 16.8217 20.414C19.1635 20.3544 21.5173 19.7288 23.1001 18.6134C25.0663 17.271 26.1613 15.1414 26.13 12.292L26.13 12.2913C26.0691 7.05845 22.2781 2.10586 16.5855 2.16582C10.9218 2.22489 7.01105 7.24138 7.07172 12.5076C7.08661 13.8344 7.28243 14.9231 7.77904 15.9193C8.27116 16.9064 9.01679 17.7172 9.98068 18.5544L10.0158 18.5849ZM22.5306 17.7924C19.7842 19.733 13.9505 20.1766 10.6359 17.7999C8.79471 16.2009 8.09849 14.963 8.07087 12.4961C8.01535 7.67669 11.5843 3.21725 16.596 3.16498C21.6098 3.11217 25.0747 7.48467 25.1308 12.303C25.159 14.8615 24.1932 16.66 22.5306 17.7924Z" fill="var(--sapContent_Illustrative_Color4)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.77906 13.0105C9.82045 16.679 12.6111 18.269 16.7429 18.2253C20.8745 18.1802 23.5697 16.5164 23.5293 12.8503C23.4867 9.18358 20.7208 6.80458 16.589 6.84825C12.4587 6.89166 9.73666 9.34309 9.77906 13.0105Z" fill="var(--sapContent_Illustrative_Color4)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.566 19.8292H16.7426C16.7426 19.8292 20.5375 19.9583 22.8318 17.9473C22.8384 17.9414 22.8486 17.9439 22.8481 17.9529C22.83 18.2527 22.4962 21.6624 16.7426 21.6624H16.566C10.8121 21.6624 10.4786 18.2527 10.4604 17.9529C10.4599 17.9439 10.4701 17.9414 10.4768 17.9473C12.771 19.9583 16.566 19.8292 16.566 19.8292Z" fill="var(--sapContent_Illustrative_Color4)"/>
15
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Tools-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M37.9473 4.17496C37.9473 3.69333 37.347 3.47293 37.0353 3.84014L3.89764 42.8837C3.61235 43.2198 3.85125 43.7359 4.29213 43.7359L37.4298 43.7359C37.7156 43.7359 37.9473 43.5043 37.9473 43.2185L37.9473 4.17496ZM30.2596 22.2946C30.5712 21.9274 31.1715 22.1478 31.1715 22.6294L31.1715 36.4427C31.1715 36.7285 30.9398 36.9602 30.6541 36.9602L18.9302 36.9602C18.4893 36.9602 18.2504 36.444 18.5357 36.1079L30.2596 22.2946Z" fill="var(--sapContent_Illustrative_Color8)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.1715 35.9602L19.9727 35.9602L30.1715 23.9438L30.1715 35.9602ZM36.2729 3.19309L3.13522 42.2366C2.29857 43.2224 2.99918 44.736 4.29213 44.736L37.4298 44.736C38.2679 44.736 38.9473 44.0566 38.9473 43.2185L38.9473 4.17501C38.9473 2.76257 37.1869 2.11621 36.2729 3.19309ZM37.0353 3.84018C37.347 3.47298 37.9473 3.69338 37.9473 4.17501L37.9473 43.2185C37.9473 43.5043 37.7156 43.736 37.4298 43.736L4.29213 43.736C3.85125 43.736 3.61235 43.2198 3.89764 42.8837L37.0353 3.84018ZM31.1715 22.6295C31.1715 22.1478 30.5712 21.9274 30.2596 22.2946L18.5357 36.108C18.2504 36.4441 18.4893 36.9602 18.9302 36.9602L30.6541 36.9602C30.9398 36.9602 31.1715 36.7285 31.1715 36.4428L31.1715 22.6295Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 11.8489C38.5273 12.125 38.3035 12.3489 38.0273 12.3489L34.9622 12.3489C34.686 12.3489 34.4622 12.125 34.4622 11.8489C34.4622 11.5727 34.686 11.3489 34.9622 11.3489L38.0273 11.3489C38.3035 11.3489 38.5273 11.5727 38.5273 11.8489Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 15.8489C38.5273 16.125 38.3035 16.3489 38.0273 16.3489L34.9622 16.3489C34.686 16.3489 34.4622 16.125 34.4622 15.8489C34.4622 15.5727 34.686 15.3489 34.9622 15.3489L38.0273 15.3489C38.3035 15.3489 38.5273 15.5727 38.5273 15.8489Z" fill="var(--sapContent_Illustrative_Color4)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 19.8489C38.5273 20.125 38.3035 20.3489 38.0273 20.3489L32.1304 20.3489C31.8543 20.3489 31.6304 20.125 31.6304 19.8489C31.6304 19.5727 31.8543 19.3489 32.1304 19.3489L38.0273 19.3489C38.3035 19.3489 38.5273 19.5727 38.5273 19.8489Z" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 23.8489C38.5273 24.125 38.3035 24.3489 38.0273 24.3489L34.9622 24.3489C34.686 24.3489 34.4622 24.125 34.4622 23.8489C34.4622 23.5727 34.686 23.3489 34.9622 23.3489L38.0273 23.3489C38.3035 23.3489 38.5273 23.5727 38.5273 23.8489Z" fill="var(--sapContent_Illustrative_Color4)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 27.8489C38.5273 28.125 38.3035 28.3489 38.0273 28.3489L34.9622 28.3489C34.686 28.3489 34.4622 28.125 34.4622 27.8489C34.4622 27.5727 34.686 27.3489 34.9622 27.3489L38.0273 27.3489C38.3035 27.3489 38.5273 27.5727 38.5273 27.8489Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 31.8489C38.5273 32.125 38.3035 32.3489 38.0273 32.3489L34.9622 32.3489C34.686 32.3489 34.4622 32.125 34.4622 31.8489C34.4622 31.5727 34.686 31.3489 34.9622 31.3489L38.0273 31.3489C38.3035 31.3489 38.5273 31.5727 38.5273 31.8489Z" fill="var(--sapContent_Illustrative_Color4)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 35.8489C38.5273 36.125 38.3035 36.3489 38.0273 36.3489L34.9622 36.3489C34.686 36.3489 34.4622 36.125 34.4622 35.8489C34.4622 35.5727 34.686 35.3489 34.9622 35.3489L38.0273 35.3489C38.3035 35.3489 38.5273 35.5727 38.5273 35.8489Z" fill="var(--sapContent_Illustrative_Color4)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.5273 39.8489C38.5273 40.125 38.3035 40.3489 38.0273 40.3489L32.1304 40.3489C31.8543 40.3489 31.6304 40.125 31.6304 39.8489C31.6304 39.5727 31.8543 39.3489 32.1304 39.3489L38.0273 39.3489C38.3035 39.3489 38.5273 39.5727 38.5273 39.8489Z" fill="var(--sapContent_Illustrative_Color4)"/>
12
+ <path d="M42.9134 43.4137C43.1164 43.8613 42.6395 44.3132 42.2034 44.0864L32.8962 39.2462C32.8452 39.2197 32.7989 39.1848 32.7594 39.1431L29.734 35.9499C29.5374 35.7425 29.5463 35.415 29.7537 35.2184L34.7286 30.5045C34.936 30.308 35.2635 30.3168 35.4601 30.5242L38.4856 33.7172C38.5251 33.759 38.5575 33.8071 38.5812 33.8595L42.9134 43.4137Z" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M41.426 42.555L37.7039 34.3462L35.0661 31.5623L30.7918 35.6124L33.4295 38.3964L41.426 42.555ZM42.2034 44.0864C42.6395 44.3132 43.1164 43.8613 42.9134 43.4137L38.5812 33.8595C38.5575 33.8071 38.5251 33.759 38.4856 33.7172L35.4601 30.5242C35.2635 30.3168 34.936 30.308 34.7286 30.5045L29.7537 35.2184C29.5463 35.415 29.5374 35.7425 29.734 35.9499L32.7594 39.1431C32.7989 39.1848 32.8452 39.2197 32.8962 39.2462L42.2034 44.0864Z" fill="var(--sapContent_Illustrative_Color4)"/>
14
+ <rect x="2.87305" y="7.58081" width="7.86132" height="8.6922" rx="2" transform="rotate(-43.4571 2.87305 7.58081)" fill="var(--sapContent_Illustrative_Color4)"/>
15
+ <path d="M12.8363 6.66906L7.12988 12.0762L32.8136 39.1818L38.52 33.7746L12.8363 6.66906Z" fill="var(--sapContent_Illustrative_Color3)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M37.666 41.7268L41.5392 43.741C42.1933 44.0812 42.9086 43.4034 42.6042 42.7319L40.8013 38.7559L37.666 41.7268Z" fill="var(--sapContent_Illustrative_Color4)"/>
17
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Tutorials-alternate">
2
+ <path d="M0.532227 15.0394C0.532227 13.0251 2.16507 11.3923 4.17928 11.3923L38.7654 11.3923C40.7796 11.3923 42.4124 13.0251 42.4124 15.0394V35.716C42.4124 37.7302 40.7796 39.363 38.7654 39.363H4.17928C2.16506 39.363 0.532227 37.7302 0.532227 35.716L0.532227 15.0394Z" fill="var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M3.51318 12.2132C3.51318 10.5347 4.87388 9.17398 6.55239 9.17398L40.4394 9.17398C42.1179 9.17398 43.4786 10.5347 43.4786 12.2132V32.9029C43.4786 34.5814 42.1179 35.9421 40.4394 35.9421H6.55239C4.87388 35.9421 3.51318 34.5814 3.51318 32.9029L3.51318 12.2132Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.55239 8.17398L40.4394 8.17398C42.6702 8.17398 44.4786 9.9824 44.4786 12.2132V32.9029C44.4786 35.1337 42.6702 36.9421 40.4394 36.9421H6.55239C4.3216 36.9421 2.51318 35.1337 2.51318 32.9029L2.51318 12.2132C2.51318 9.98239 4.3216 8.17398 6.55239 8.17398ZM6.55239 9.17398C4.87388 9.17398 3.51318 10.5347 3.51318 12.2132L3.51318 32.9029C3.51318 34.5814 4.87388 35.9421 6.55239 35.9421H40.4394C42.1179 35.9421 43.4786 34.5814 43.4786 32.9029V12.2132C43.4786 10.5347 42.1179 9.17398 40.4394 9.17398L6.55239 9.17398Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M3.51318 12.2132C3.51318 10.5347 4.87388 9.17398 6.55239 9.17398L40.4394 9.17398C42.1179 9.17398 43.4786 10.5347 43.4786 12.2132V14.3705L3.51318 14.3705L3.51318 12.2132Z" fill="var(--sapContent_Illustrative_Color5)"/>
6
+ <path d="M19.154 30.0599C18.5374 30.3682 17.812 29.9198 17.812 29.2305V24.2728V19.3143C17.812 18.625 18.5375 18.1766 19.154 18.4849L29.0702 23.4434C29.7537 23.7851 29.7537 24.7605 29.0702 25.1022L19.154 30.0599Z" fill="var(--sapContent_Illustrative_Color3)"/>
7
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Unlock-alternate">
2
+ <path d="M18.1416 43.1594H23.9096V44.5747C23.9096 45.0341 23.5372 45.4065 23.0778 45.4065H18.9734C18.514 45.4065 18.1416 45.0341 18.1416 44.5747V43.1594Z" fill="var(--sapContent_Illustrative_Color4)"/>
3
+ <path d="M34.2656 43.1594H40.0336V44.5747C40.0336 45.0341 39.6612 45.4065 39.2018 45.4065H35.0974C34.638 45.4065 34.2656 45.0341 34.2656 44.5747V43.1594Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path d="M14.6094 20.9124C14.6094 18.8321 16.2957 17.1458 18.376 17.1458H39.799C41.8793 17.1458 43.5656 18.8321 43.5656 20.9124V38.8453C43.5656 40.9255 41.8793 42.6119 39.799 42.6119H18.376C16.2957 42.6119 14.6094 40.9255 14.6094 38.8453V20.9124Z" fill="var(--sapContent_Illustrative_Color8)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.376 16.1458H39.799C42.4316 16.1458 44.5656 18.2798 44.5656 20.9124V38.8453C44.5656 41.4778 42.4316 43.6119 39.799 43.6119H18.376C15.7435 43.6119 13.6094 41.4778 13.6094 38.8453V20.9124C13.6094 18.2798 15.7435 16.1458 18.376 16.1458ZM18.376 17.1458C16.2957 17.1458 14.6094 18.8321 14.6094 20.9124V38.8453C14.6094 40.9255 16.2957 42.6119 18.376 42.6119H39.799C41.8793 42.6119 43.5656 40.9255 43.5656 38.8453V20.9124C43.5656 18.8321 41.8793 17.1458 39.799 17.1458H18.376Z" fill="var(--sapContent_Illustrative_Color4)"/>
6
+ <rect x="17.1123" y="19.793" width="23.95" height="20.1721" rx="2.02817" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <rect x="17.1123" y="19.7927" width="23.95" height="20.1721" rx="2.02817" fill="var(--sapContent_Illustrative_Color4)"/>
8
+ <rect x="0.53125" y="19.7927" width="14.5389" height="20.1721" rx="2.02817" fill="var(--sapContent_Illustrative_Color5)"/>
9
+ <rect x="2.53125" y="19.7927" width="14.5389" height="20.1721" rx="2.02817" fill="var(--sapContent_Illustrative_Color6)"/>
10
+ <ellipse cx="5.48254" cy="26.3718" rx="0.542115" ry="0.893026" fill="var(--sapContent_Illustrative_Color3)"/>
11
+ <ellipse cx="5.48254" cy="33.4438" rx="0.542115" ry="0.893026" fill="var(--sapContent_Illustrative_Color3)"/>
12
+ <path d="M13.8617 29.9078C13.8617 32.3539 12.658 34.3369 11.173 34.3369C9.68814 34.3369 8.48438 32.3539 8.48438 29.9078C8.48438 27.4617 9.68814 25.4788 11.173 25.4788C12.658 25.4788 13.8617 27.4617 13.8617 29.9078Z" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.2194 32.5207C12.5962 31.9001 12.8617 30.9787 12.8617 29.9078C12.8617 28.8369 12.5962 27.9156 12.2194 27.2949C11.8316 26.6561 11.432 26.4788 11.173 26.4788C10.9141 26.4788 10.5145 26.6561 10.1267 27.2949C9.74993 27.9156 9.48438 28.8369 9.48438 29.9078C9.48438 30.9787 9.74993 31.9001 10.1267 32.5207C10.5145 33.1595 10.9141 33.3369 11.173 33.3369C11.432 33.3369 11.8316 33.1595 12.2194 32.5207ZM11.173 34.3369C12.658 34.3369 13.8617 32.3539 13.8617 29.9078C13.8617 27.4617 12.658 25.4788 11.173 25.4788C9.68814 25.4788 8.48438 27.4617 8.48438 29.9078C8.48438 32.3539 9.68814 34.3369 11.173 34.3369Z" fill="var(--sapContent_Illustrative_Color4)"/>
14
+ <rect x="16.2715" y="22.6179" width="1.5883" height="5.60852" rx="0.794148" fill="var(--sapContent_Illustrative_Color5)"/>
15
+ <rect x="16.2715" y="31.5325" width="1.5883" height="5.60852" rx="0.794148" fill="var(--sapContent_Illustrative_Color5)"/>
16
+ <path d="M14.0138 5.2169C13.9459 5.29661 13.9008 5.39313 13.8832 5.49632C13.8655 5.59951 13.876 5.70554 13.9136 5.80326L14.7459 8.15087C14.8834 8.5392 15.2782 8.63442 15.5825 8.5266C15.7087 8.48702 15.8186 8.40755 15.8957 8.30014C15.9729 8.19273 16.0131 8.06319 16.0103 7.93098C16.007 7.86714 15.9941 7.80416 15.972 7.74418L15.1397 5.39658C15.1053 5.29283 15.0435 5.20032 14.9608 5.12882C14.8782 5.05732 14.7777 5.00951 14.6701 4.99043C14.5505 4.96916 14.4274 4.9788 14.3125 5.01844C14.1977 5.05807 14.0948 5.12639 14.0138 5.2169Z" fill="var(--sapContent_Illustrative_Color5)"/>
17
+ <path d="M5.92326 16.0654C5.91142 16.1394 5.91513 16.215 5.93416 16.2875C5.9532 16.3599 5.98713 16.4276 6.03379 16.4862C6.08045 16.5448 6.13882 16.5931 6.20517 16.6279C6.27153 16.6626 6.3444 16.6832 6.41914 16.6883L8.82986 16.962C8.91657 16.9715 9.00431 16.9637 9.08796 16.9389C9.17162 16.9142 9.2495 16.8731 9.31707 16.8179C9.38464 16.7627 9.44055 16.6946 9.48152 16.6176C9.52249 16.5406 9.54771 16.4562 9.5557 16.3693C9.55999 16.3336 9.56134 16.2975 9.55975 16.2616C9.55577 16.1287 9.50214 16.0021 9.40943 15.9067C9.31673 15.8114 9.19168 15.7543 9.05893 15.7466L6.64924 15.4736C6.56257 15.4639 6.47483 15.4716 6.39116 15.4962C6.30749 15.5208 6.22958 15.5619 6.16198 15.617C6.09437 15.6721 6.03844 15.7402 5.99745 15.8171C5.95646 15.8941 5.93124 15.9785 5.92326 16.0654Z" fill="var(--sapContent_Illustrative_Color5)"/>
18
+ <path d="M8.01888 9.58884C8.02742 9.67024 8.05248 9.74905 8.09252 9.82043C8.13256 9.89182 8.18674 9.95429 8.25175 10.004L11.1453 12.2643C11.2756 12.3649 11.4398 12.4113 11.6035 12.3937C11.7672 12.376 11.9178 12.2958 12.0238 12.1697C12.1215 12.0524 12.1716 11.9026 12.1642 11.7501C12.1597 11.6621 12.1363 11.5762 12.0957 11.4981C12.055 11.42 11.998 11.3516 11.9285 11.2976L9.03499 9.03734C8.904 8.93603 8.73885 8.88945 8.57424 8.90738C8.40963 8.92531 8.25838 9.00636 8.15228 9.13349C8.10053 9.19649 8.06203 9.2693 8.03911 9.34755C8.01618 9.4258 8.0093 9.50787 8.01888 9.58884Z" fill="var(--sapContent_Illustrative_Color5)"/>
19
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-UnsuccessfulAuth-alternate">
2
+ <rect x="0.808594" y="8.30908" width="40.7859" height="29.5334" rx="3.16006" fill="var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M3.27539 9.7369C3.27539 8.28252 4.4544 7.10352 5.90878 7.10352L39.5631 7.10352C41.0175 7.10352 42.1965 8.28252 42.1965 9.7369V32.7338C42.1965 34.1882 41.0175 35.3672 39.5631 35.3672H5.90877C4.4544 35.3672 3.27539 34.1882 3.27539 32.7338L3.27539 9.7369Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.90878 6.10352L39.5631 6.10352C41.5698 6.10352 43.1965 7.73024 43.1965 9.7369V32.7338C43.1965 34.7405 41.5698 36.3672 39.5631 36.3672H5.90877C3.90211 36.3672 2.27539 34.7405 2.27539 32.7338L2.27539 9.7369C2.27539 7.73024 3.90211 6.10352 5.90878 6.10352ZM5.90878 7.10352C4.4544 7.10352 3.27539 8.28252 3.27539 9.7369L3.27539 32.7338C3.27539 34.1882 4.4544 35.3672 5.90877 35.3672H39.5631C41.0175 35.3672 42.1965 34.1882 42.1965 32.7338V9.7369C42.1965 8.28252 41.0175 7.10352 39.5631 7.10352L5.90878 7.10352Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M3.27539 9.7369C3.27539 8.28252 4.4544 7.10352 5.90878 7.10352L39.5631 7.10352C41.0175 7.10352 42.1965 8.28252 42.1965 9.7369V12.1642L3.27539 12.1642L3.27539 9.7369Z" fill="var(--sapContent_Illustrative_Color5)"/>
6
+ <rect x="10.9805" y="22.4062" width="23.5117" height="3.84558" rx="1" fill="var(--sapContent_Illustrative_Color20)"/>
7
+ <rect x="10.9805" y="28.0417" width="23.5117" height="3.84558" rx="1" fill="var(--sapContent_Illustrative_Color20)"/>
8
+ <circle cx="22.501" cy="17.4316" r="3.19238" fill="var(--sapContent_Illustrative_Color18)"/>
9
+ <rect x="32.9512" y="33.1479" width="8.61286" height="8.84553" fill="var(--sapContent_Illustrative_Color8)"/>
10
+ <path d="M37.0605 29.168C35.4663 29.168 33.9079 29.6407 32.5823 30.5263C31.2568 31.4119 30.2236 32.6706 29.6136 34.1434C29.0035 35.6161 28.8439 37.2366 29.1549 38.8C29.4659 40.3635 30.2336 41.7996 31.3609 42.9267C32.4881 44.0539 33.9244 44.8215 35.488 45.1325C37.0515 45.4435 38.6722 45.2839 40.1451 44.6739C41.6179 44.0638 42.8768 43.0308 43.7625 41.7054C44.6482 40.38 45.1209 38.8217 45.1209 37.2277C45.1146 35.092 44.2634 33.0457 42.7531 31.5356C41.2428 30.0255 39.1963 29.1743 37.0605 29.168ZM40.0428 39.0814C40.1173 39.1558 40.1763 39.2442 40.2166 39.3414C40.2569 39.4386 40.2776 39.5429 40.2776 39.6481C40.2776 39.7533 40.2569 39.8576 40.2166 39.9548C40.1763 40.052 40.1173 40.1404 40.0428 40.2148C39.9684 40.2892 39.8801 40.3483 39.7828 40.3885C39.6856 40.4288 39.5813 40.4495 39.4761 40.4495C39.3708 40.4495 39.2666 40.4288 39.1694 40.3885C39.0721 40.3483 38.9838 40.2892 38.9093 40.2148L37.0554 38.3611L35.2066 40.2098C35.1321 40.2842 35.0438 40.3432 34.9465 40.3835C34.8493 40.4238 34.7451 40.4445 34.6398 40.4445C34.5346 40.4445 34.4303 40.4238 34.3331 40.3835C34.2358 40.3432 34.1475 40.2842 34.0731 40.2098C33.9986 40.1353 33.9396 40.047 33.8993 39.9498C33.859 39.8525 33.8383 39.7483 33.8383 39.6431C33.8383 39.5378 33.859 39.4336 33.8993 39.3364C33.9396 39.2391 33.9986 39.1508 34.0731 39.0764L35.927 37.2226L34.0781 35.3739C33.9278 35.2236 33.8433 35.0198 33.8433 34.8072C33.8433 34.5947 33.9278 34.3908 34.0781 34.2405C34.2284 34.0902 34.4323 34.0058 34.6448 34.0058C34.8574 34.0058 35.0613 34.0902 35.2116 34.2405L37.0655 36.0943L38.9194 34.2405C39.0697 34.0902 39.2736 34.0058 39.4862 34.0058C39.6987 34.0058 39.9026 34.0902 40.0529 34.2405C40.2032 34.3908 40.2877 34.5947 40.2877 34.8072C40.2877 35.0198 40.2032 35.2236 40.0529 35.3739L38.1864 37.2277L40.0428 39.0814Z" fill="var(--sapContent_Illustrative_Color11)"/>
11
+ </svg>
@@ -0,0 +1,22 @@
1
+ <svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Avatar-alternate">
2
+ <path d="M130.353 145.328H33.9438C26.3845 145.328 19.1348 148.331 13.7895 153.676C8.44429 159.022 5.44141 166.271 5.44141 173.831C5.44141 181.39 8.44429 188.64 13.7895 193.985C19.1348 199.33 26.3845 202.333 33.9438 202.333H130.393C137.952 202.333 145.202 199.33 150.547 193.985C155.892 188.64 158.895 181.39 158.895 173.831C158.895 166.271 155.892 159.022 150.547 153.676C145.202 148.331 137.952 145.328 130.393 145.328H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.474 173.621H69.0149C61.5493 173.761 54.4366 176.825 49.2063 182.154C43.9761 187.483 41.0459 194.652 41.0459 202.118C41.0459 209.585 43.9761 216.754 49.2063 222.083C54.4366 227.412 61.5493 230.476 69.0149 230.616H165.474C172.939 230.476 180.052 227.412 185.282 222.083C190.513 216.754 193.443 209.585 193.443 202.118C193.443 194.652 190.513 187.483 185.282 182.154C180.052 176.825 172.939 173.761 165.474 173.621Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.964 94.8026H194.515C190.728 94.7317 186.965 95.4165 183.445 96.8167C179.926 98.217 176.721 100.305 174.017 102.958C171.314 105.611 169.166 108.777 167.7 112.27C166.235 115.762 165.479 119.512 165.479 123.3C165.479 127.088 166.235 130.838 167.7 134.331C169.166 137.823 171.314 140.989 174.017 143.642C176.721 146.295 179.926 148.383 183.445 149.783C186.965 151.184 190.728 151.868 194.515 151.797H290.964C294.752 151.868 298.515 151.184 302.034 149.783C305.554 148.383 308.759 146.295 311.463 143.642C314.166 140.989 316.313 137.823 317.779 134.331C319.245 130.838 320 127.088 320 123.3C320 119.512 319.245 115.762 317.779 112.27C316.313 108.777 314.166 105.611 311.463 102.958C308.759 100.305 305.554 98.217 302.034 96.8167C298.515 95.4165 294.752 94.7317 290.964 94.8026Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 42.7695H37.767C27.7505 42.7695 18.1444 46.7485 11.0617 53.8312C3.979 60.9139 0 70.52 0 80.5364C0 90.5529 3.979 100.159 11.0617 107.242C18.1444 114.324 27.7505 118.303 37.767 118.303H219.084C229.101 118.303 238.707 114.324 245.789 107.242C252.872 100.159 256.851 90.5529 256.851 80.5364C256.851 70.52 252.872 60.9139 245.789 53.8312C238.707 46.7485 229.101 42.7695 219.084 42.7695Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M91.6174 204.026C109.882 212.557 133.808 217.728 160 217.728C188.554 217.728 214.416 211.582 233.185 201.637V107.341C233.185 99.6091 226.917 93.341 219.185 93.341H105.617C97.8854 93.341 91.6174 99.6091 91.6174 107.341V204.026Z" fill="var(--sapContent_Illustrative_Color2)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M79.4403 197.294C98.4753 209.763 127.493 217.728 160 217.728C192.507 217.728 221.525 209.763 240.56 197.294V137.747C240.56 118.969 225.337 103.747 206.56 103.747H113.44C94.6627 103.747 79.4403 118.969 79.4403 137.747V197.294Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M76.4403 198.915L77.7964 199.804C97.4391 212.671 127.07 220.728 160 220.728C192.93 220.728 222.561 212.671 242.203 199.804L243.56 198.915V137.747C243.56 117.312 226.994 100.747 206.56 100.747H113.44C93.0058 100.747 76.4403 117.312 76.4403 137.747V198.915ZM160 217.728C127.493 217.728 98.4753 209.763 79.4403 197.294V137.747C79.4403 118.969 94.6627 103.747 113.44 103.747H206.56C225.337 103.747 240.56 118.969 240.56 137.747V197.294C221.525 209.763 192.507 217.728 160 217.728Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M207.846 152.882C208.674 152.882 209.346 153.553 209.346 154.382V212.553C209.346 213.381 208.674 214.053 207.846 214.053C207.017 214.053 206.346 213.381 206.346 212.553V154.382C206.346 153.553 207.017 152.882 207.846 152.882Z" fill="var(--sapContent_Illustrative_Color4)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M112.154 152.882C112.983 152.882 113.654 153.554 113.654 154.382V212.553C113.654 213.381 112.983 214.053 112.154 214.053C111.326 214.053 110.654 213.381 110.654 212.553V154.382C110.654 153.554 111.326 152.882 112.154 152.882Z" fill="var(--sapContent_Illustrative_Color4)"/>
11
+ <path d="M183.043 161.49C183.043 159.281 181.252 157.49 179.043 157.49H140.958C138.749 157.49 136.958 159.281 136.958 161.49V190.378C136.958 192.587 138.749 194.378 140.958 194.378H179.043C181.252 194.378 183.043 192.587 183.043 190.378V161.49Z" fill="var(--sapContent_Illustrative_Color3)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M116.255 57.1113V71.8995V86.6877C116.255 86.6877 105.864 85.1623 106.267 74.0491V71.8995V69.7513C105.864 58.6367 116.255 57.1113 116.255 57.1113Z" fill="var(--sapContent_Illustrative_Color4)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M202.637 57.1112V71.8994V86.6876C202.637 86.6876 213.028 85.1622 212.624 74.049V71.8994V69.7512C213.028 58.6366 202.637 57.1112 202.637 57.1112Z" fill="var(--sapContent_Illustrative_Color4)"/>
14
+ <path d="M116.235 71.4945C116.376 84.0463 119.918 90.3447 129.286 98.4803C146.15 110.572 175.832 108.315 189.805 98.4417C198.265 92.6805 203.178 83.5295 203.035 70.512C202.75 45.9968 185.12 23.7498 159.61 24.0185C134.111 24.2845 115.953 46.9738 116.235 71.4945Z" fill="var(--sapContent_Illustrative_Color8)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M127.424 100.837L127.538 100.918C136.673 107.469 149.028 109.994 160.706 109.697C172.358 109.401 183.899 106.279 191.515 100.907C200.886 94.5148 206.188 84.3698 206.035 70.479L206.035 70.4771C205.735 44.7172 187.127 20.7285 159.579 21.0187C132.122 21.305 112.937 45.6669 113.235 71.529C113.309 78.0851 114.274 83.2857 116.615 87.9819C118.943 92.6512 122.505 96.5646 127.319 100.745L127.424 100.837ZM116.235 71.4945C116.376 84.0463 119.918 90.3447 129.286 98.4803C146.15 110.572 175.832 108.315 189.805 98.4417C198.265 92.6805 203.178 83.5295 203.035 70.512C202.75 45.9969 185.12 23.7498 159.61 24.0185C134.111 24.2845 115.953 46.9738 116.235 71.4945Z" fill="var(--sapContent_Illustrative_Color4)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M124.631 70.9909C124.842 89.6465 139.033 97.7325 160.045 97.5105C181.056 97.2807 194.763 88.8199 194.557 70.1759C194.34 51.5293 180.275 39.4311 159.262 39.6531C138.258 39.8739 124.416 52.3405 124.631 70.9909Z" fill="var(--sapContent_Illustrative_Color4)"/>
17
+ <path d="M164.378 57.9332C163.286 63.815 167.17 69.4681 173.051 70.5597C178.933 71.6512 184.586 67.768 185.678 61.8862C186.769 56.0043 182.886 50.3513 177.004 49.2597C171.123 48.1681 165.469 52.0514 164.378 57.9332Z" fill="var(--sapContent_Illustrative_Color5)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M159.118 106.156H160.07C160.07 106.156 180.529 106.852 192.897 96.01C192.933 95.9783 192.988 95.992 192.985 96.0403C192.887 97.6566 191.088 116.038 160.07 116.038H159.118C128.099 116.038 126.301 97.6566 126.203 96.0403C126.2 95.992 126.255 95.9783 126.291 96.01C138.659 106.852 159.118 106.156 159.118 106.156Z" fill="var(--sapContent_Illustrative_Color4)"/>
19
+ <path d="M25.945 96.0458C26.2686 90.6747 27.4392 86.6809 28.8233 86.6878C30.2074 86.6946 31.3642 90.7091 31.6603 96.1077C37.052 96.4796 41.0596 97.6846 41.0459 99.0756C41.0321 100.467 37.0176 101.575 31.6397 101.83C31.316 107.201 30.1523 111.195 28.7682 111.188C27.3841 111.181 26.2273 107.167 25.9312 101.768C20.5395 101.396 16.5319 100.191 16.5456 98.8001C16.5594 97.4092 20.5739 96.2937 25.945 96.0458Z" fill="var(--sapContent_Illustrative_Color3)"/>
20
+ <path d="M58.688 70.3931C58.9015 66.7849 59.6865 64.0994 60.6161 64.0994C61.5457 64.0994 62.3238 66.8055 62.5235 70.4344C66.1524 70.6823 68.8448 71.4949 68.831 72.4245C68.8172 73.3541 66.1248 74.1046 62.5166 74.2699C62.2962 77.885 61.5112 80.5706 60.5816 80.5637C59.652 80.5568 58.8739 77.8575 58.6742 74.2286C55.0522 73.9807 52.3598 73.175 52.3667 72.2385C52.3736 71.3021 55.0729 70.5584 58.688 70.3931Z" fill="var(--sapContent_Illustrative_Color3)"/>
21
+ <path d="M287.064 57.8683C286.756 52.6645 285.624 48.7915 284.283 48.7915C282.942 48.7915 281.82 52.6943 281.532 57.9279C276.299 58.2854 272.416 59.4572 272.436 60.7979C272.455 62.1386 276.338 63.221 281.542 63.4593C281.86 68.673 282.992 72.546 284.333 72.5361C285.673 72.5262 286.796 68.6333 287.084 63.3998C292.307 63.0422 296.19 61.8803 296.18 60.5297C296.17 59.1792 292.277 58.1066 287.064 57.8683Z" fill="var(--sapContent_Illustrative_Color3)"/>
22
+ </svg>
@@ -0,0 +1,31 @@
1
+ <svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Calculator-alternate">
2
+ <path d="M130.352 145.328H33.9433C26.384 145.328 19.1343 148.331 13.789 153.676C8.4438 159.022 5.44092 166.271 5.44092 173.831C5.44092 181.39 8.4438 188.64 13.789 193.985C19.1343 199.33 26.384 202.333 33.9433 202.333H130.392C137.952 202.333 145.201 199.33 150.547 193.985C155.892 188.64 158.895 181.39 158.895 173.831C158.895 166.271 155.892 159.022 150.547 153.676C145.201 148.331 137.952 145.328 130.392 145.328H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.474 173.621H69.0146C61.549 173.761 54.4364 176.825 49.2061 182.154C43.9758 187.483 41.0457 194.652 41.0457 202.118C41.0457 209.585 43.9758 216.754 49.2061 222.083C54.4364 227.412 61.549 230.476 69.0146 230.616H165.474C172.939 230.476 180.052 227.412 185.282 222.083C190.512 216.754 193.443 209.585 193.443 202.118C193.443 194.652 190.512 187.483 185.282 182.154C180.052 176.825 172.939 173.761 165.474 173.621Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.964 94.8026H194.515C190.728 94.7317 186.965 95.4165 183.445 96.8167C179.925 98.217 176.72 100.305 174.017 102.958C171.314 105.611 169.166 108.777 167.7 112.27C166.234 115.762 165.479 119.512 165.479 123.3C165.479 127.088 166.234 130.838 167.7 134.331C169.166 137.823 171.314 140.989 174.017 143.642C176.72 146.295 179.925 148.383 183.445 149.783C186.965 151.184 190.728 151.868 194.515 151.797H290.964C294.751 151.868 298.515 151.184 302.034 149.783C305.554 148.383 308.759 146.295 311.462 143.642C314.166 140.989 316.313 137.823 317.779 134.331C319.245 130.838 320 127.088 320 123.3C320 119.512 319.245 115.762 317.779 112.27C316.313 108.777 314.166 105.611 311.462 102.958C308.759 100.305 305.554 98.217 302.034 96.8167C298.515 95.4165 294.751 94.7317 290.964 94.8026Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 42.7695H37.767C27.7505 42.7695 18.1444 46.7485 11.0617 53.8312C3.979 60.9139 0 70.52 0 80.5364C0 90.5529 3.979 100.159 11.0617 107.242C18.1444 114.324 27.7505 118.303 37.767 118.303H219.084C229.101 118.303 238.707 114.324 245.789 107.242C252.872 100.159 256.851 90.5529 256.851 80.5364C256.851 70.52 252.872 60.9139 245.789 53.8312C238.707 46.7485 229.101 42.7695 219.084 42.7695Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <path d="M52.3651 73.0853C50.5495 63.8737 56.5451 54.9344 65.7567 53.1188L157.946 34.9485C167.157 33.1329 176.097 39.1286 177.912 48.3402L205.7 189.323C207.515 198.535 201.52 207.474 192.308 209.289L100.119 227.46C90.9075 229.275 81.9682 223.28 80.1526 214.068L52.3651 73.0853Z" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <path d="M59.5298 57.3252C58.1414 50.281 62.7263 43.4451 69.7705 42.0567L169.808 22.3394C176.852 20.951 183.688 25.5359 185.077 32.5801L214.411 181.412C215.8 188.456 211.215 195.292 204.171 196.68L104.133 216.398C97.0887 217.786 90.2527 213.201 88.8643 206.157L59.5298 57.3252Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M69.1904 39.1133L169.228 19.396C177.898 17.6872 186.311 23.3302 188.02 31.9999L217.355 180.832C219.064 189.501 213.421 197.915 204.751 199.624L104.713 219.341C96.0433 221.05 87.6298 215.407 85.921 206.737L56.5865 57.9053C54.8777 49.2356 60.5207 40.8221 69.1904 39.1133ZM69.7706 42.0567C62.7264 43.4451 58.1415 50.281 59.5299 57.3252L88.8644 206.157C90.2528 213.201 97.0888 217.786 104.133 216.398L204.171 196.68C211.215 195.292 215.8 188.456 214.411 181.412L185.077 32.5801C183.689 25.5359 176.853 20.951 169.808 22.3394L69.7706 42.0567Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M59.5298 57.3252C58.1414 50.281 62.7263 43.4451 69.7705 42.0567L169.808 22.3394C176.852 20.951 183.688 25.5359 185.077 32.5801L194.547 80.6298L69.0003 105.375L59.5298 57.3252Z" fill="var(--sapContent_Illustrative_Color6)"/>
10
+ <path d="M71.88 59.3044C71.2392 56.0532 73.3553 52.8982 76.6065 52.2574L167.353 34.3713C170.604 33.7305 173.76 35.8466 174.4 39.0978L179.104 62.96C179.744 66.2111 177.628 69.3662 174.377 70.007L83.6302 87.8931C80.3791 88.5339 77.224 86.4177 76.5832 83.1666L71.88 59.3044Z" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M76.0264 49.314L166.773 31.4279C171.65 30.4667 176.383 33.6409 177.344 38.5176L182.047 62.3798C183.008 67.2566 179.834 71.9891 174.957 72.9503L84.2104 90.8364C79.3337 91.7976 74.6011 88.6234 73.6399 83.7467L68.9367 59.8845C67.9755 55.0078 71.1497 50.2752 76.0264 49.314ZM76.6065 52.2574C73.3554 52.8982 71.2393 56.0532 71.8801 59.3044L76.5833 83.1666C77.2241 86.4177 80.3791 88.5338 83.6303 87.893L174.377 70.007C177.628 69.3662 179.744 66.2111 179.104 62.9599L174.4 39.0977C173.76 35.8466 170.605 33.7305 167.353 34.3713L76.6065 52.2574Z" fill="var(--sapContent_Illustrative_Color4)"/>
12
+ <path d="M83.536 118.443C82.8952 115.192 85.0113 112.037 88.2625 111.396L105.26 108.046C108.511 107.405 111.666 109.521 112.307 112.772L113.59 119.281C114.231 122.532 112.114 125.687 108.863 126.328L91.8658 129.678C88.6147 130.319 85.4596 128.203 84.8188 124.952L83.536 118.443Z" fill="var(--sapContent_Illustrative_Color5)"/>
13
+ <path d="M88.463 143.44C87.8222 140.189 89.9383 137.034 93.1895 136.393L110.187 133.043C113.438 132.402 116.593 134.518 117.234 137.77L118.517 144.278C119.158 147.529 117.041 150.684 113.79 151.325L96.7928 154.675C93.5417 155.316 90.3866 153.2 89.7458 149.949L88.463 143.44Z" fill="var(--sapContent_Illustrative_Color5)"/>
14
+ <path d="M93.39 168.438C92.7492 165.187 94.8653 162.032 98.1165 161.391L115.114 158.041C118.365 157.4 121.52 159.517 122.161 162.768L123.444 169.276C124.085 172.527 121.968 175.682 118.717 176.323L101.72 179.673C98.4687 180.314 95.3136 178.198 94.6728 174.947L93.39 168.438Z" fill="var(--sapContent_Illustrative_Color5)"/>
15
+ <path d="M120.41 111.175C119.769 107.924 121.885 104.769 125.136 104.128L142.134 100.778C145.385 100.137 148.54 102.253 149.181 105.505L150.463 112.013C151.104 115.264 148.988 118.419 145.737 119.06L128.739 122.41C125.488 123.051 122.333 120.935 121.692 117.684L120.41 111.175Z" fill="var(--sapContent_Illustrative_Color5)"/>
16
+ <path d="M125.337 136.173C124.696 132.921 126.812 129.766 130.063 129.126L147.061 125.775C150.312 125.135 153.467 127.251 154.108 130.502L155.39 137.01C156.031 140.262 153.915 143.417 150.664 144.057L133.666 147.408C130.415 148.048 127.26 145.932 126.619 142.681L125.337 136.173Z" fill="var(--sapContent_Illustrative_Color5)"/>
17
+ <path d="M130.264 161.171C129.623 157.92 131.739 154.765 134.99 154.124L151.988 150.774C155.239 150.133 158.394 152.249 159.035 155.5L160.317 162.009C160.958 165.26 158.842 168.415 155.591 169.056L138.593 172.406C135.342 173.047 132.187 170.93 131.546 167.679L130.264 161.171Z" fill="var(--sapContent_Illustrative_Color5)"/>
18
+ <path d="M135.191 186.169C134.55 182.918 136.666 179.762 139.917 179.122L156.915 175.772C160.166 175.131 163.321 177.247 163.962 180.498L165.245 187.006C165.885 190.258 163.769 193.413 160.518 194.054L143.521 197.404C140.269 198.044 137.114 195.928 136.474 192.677L135.191 186.169Z" fill="var(--sapContent_Illustrative_Color5)"/>
19
+ <path d="M157.286 103.907C156.645 100.656 158.761 97.5008 162.012 96.86L179.01 93.5098C182.261 92.869 185.416 94.9851 186.057 98.2363L187.34 104.745C187.981 107.996 185.864 111.151 182.613 111.792L165.616 115.142C162.365 115.783 159.21 113.667 158.569 110.415L157.286 103.907Z" fill="var(--sapContent_Illustrative_Color5)"/>
20
+ <path d="M162.213 128.904C161.572 125.653 163.688 122.498 166.939 121.857L183.937 118.507C187.188 117.866 190.343 119.982 190.984 123.234L192.267 129.742C192.908 132.993 190.791 136.148 187.54 136.789L170.543 140.139C167.292 140.78 164.137 138.664 163.496 135.413L162.213 128.904Z" fill="var(--sapContent_Illustrative_Color5)"/>
21
+ <path d="M167.14 153.902C166.499 150.651 168.615 147.496 171.866 146.855L188.864 143.505C192.115 142.864 195.27 144.981 195.911 148.232L197.194 154.74C197.835 157.991 195.718 161.146 192.467 161.787L175.47 165.137C172.219 165.778 169.064 163.662 168.423 160.411L167.14 153.902Z" fill="var(--sapContent_Illustrative_Color5)"/>
22
+ <path d="M98.316 193.437C97.6752 190.186 99.7913 187.03 103.043 186.39L120.04 183.04C123.291 182.399 126.446 184.515 127.087 187.766L128.37 194.274C129.011 197.526 126.894 200.681 123.643 201.321L106.646 204.672C103.395 205.312 100.24 203.196 99.5988 199.945L98.316 193.437Z" fill="var(--sapContent_Illustrative_Color9)"/>
23
+ <path d="M172.066 178.901C171.425 175.65 173.542 172.494 176.793 171.854L193.79 168.503C197.041 167.863 200.196 169.979 200.837 173.23L202.12 179.738C202.761 182.99 200.645 186.145 197.394 186.785L180.396 190.136C177.145 190.776 173.99 188.66 173.349 185.409L172.066 178.901Z" fill="var(--sapContent_Illustrative_Color9)"/>
24
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M114.973 50.85C115.785 50.6898 116.574 51.2188 116.734 52.0316L118.633 61.6658L126.711 60.0736L124.813 50.4394C124.652 49.6266 125.181 48.8378 125.994 48.6776C126.807 48.5174 127.596 49.0465 127.756 49.8592L131.85 70.6297C132.01 71.4425 131.481 72.2313 130.668 72.3915C129.855 72.5517 129.067 72.0227 128.906 71.2099L127.292 63.017L117.742 64.8993C116.929 65.0595 116.14 64.5304 115.98 63.7176L113.791 52.6117C113.631 51.7989 114.16 51.0102 114.973 50.85Z" fill="var(--sapContent_Illustrative_Color4)"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M132.661 48.8924C132.501 48.0796 133.03 47.2908 133.843 47.1306L144.418 45.0463C145.231 44.8861 146.02 45.4151 146.18 46.2279L150.274 66.9984C150.434 67.8112 149.905 68.5999 149.092 68.7601C148.28 68.9203 147.491 68.3913 147.331 67.5785L143.527 48.2797L134.423 50.074C133.61 50.2342 132.822 49.7052 132.661 48.8924Z" fill="var(--sapContent_Illustrative_Color4)"/>
26
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M151.085 45.261C150.925 44.4482 151.454 43.6595 152.267 43.4993L162.842 41.4149C163.655 41.2547 164.444 41.7837 164.604 42.5965L166.651 52.9818C166.811 53.7946 166.282 54.5833 165.469 54.7435L156.366 56.5379L157.847 64.0529L166.951 62.2585C167.763 62.0983 168.552 62.6273 168.712 63.4401C168.873 64.2529 168.344 65.0417 167.531 65.2019L156.955 67.2863C156.565 67.3632 156.16 67.282 155.83 67.0604C155.499 66.8388 155.27 66.495 155.193 66.1047L153.132 55.6463C152.972 54.8335 153.501 54.0448 154.314 53.8846L163.418 52.0902L161.951 44.6483L152.847 46.4427C152.034 46.6029 151.246 46.0738 151.085 45.261Z" fill="var(--sapContent_Illustrative_Color4)"/>
27
+ <path d="M289.862 64.2548C289.862 82.2068 275.309 96.7597 257.357 96.7597C239.405 96.7597 224.853 82.2068 224.853 64.2548C224.853 46.3028 239.405 31.7499 257.357 31.7499C275.309 31.7499 289.862 46.3028 289.862 64.2548Z" fill="var(--sapContent_Illustrative_Color15)"/>
28
+ <path d="M294.239 61.4091C294.239 79.2852 279.748 93.7765 261.872 93.7765C243.996 93.7765 229.505 79.2852 229.505 61.4091C229.505 43.5331 243.996 29.0417 261.872 29.0417C279.748 29.0417 294.239 43.5331 294.239 61.4091Z" fill="var(--sapContent_Illustrative_Color3)"/>
29
+ <path d="M283.194 61.4092C283.194 73.1852 273.648 82.7316 261.872 82.7316C250.096 82.7316 240.55 73.1852 240.55 61.4092C240.55 49.6332 250.096 40.0869 261.872 40.0869C273.648 40.0869 283.194 49.6332 283.194 61.4092Z" fill="var(--sapContent_Illustrative_Color15)"/>
30
+ <path d="M254.158 43.0867C254.158 41.8979 250.707 40.9463 246.096 40.7301C245.832 36.1249 244.817 32.7007 243.628 32.7034C242.439 32.706 241.451 36.1566 241.198 40.7855C236.573 41.1018 233.136 42.1351 233.151 43.3266C233.167 44.5181 236.602 45.4697 241.213 45.6832C241.49 50.2884 242.492 53.7126 243.678 53.7099C244.865 53.7073 245.859 50.2567 246.112 45.6279C250.736 45.3115 254.171 44.2782 254.158 43.0867Z" fill="var(--sapContent_Illustrative_Color8)"/>
31
+ </svg>
@@ -0,0 +1,20 @@
1
+ <svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartArea-alternate">
2
+ <path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.149 5.44092 165.399 5.44092 172.958C5.44092 180.518 8.4438 187.767 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.767 158.895 180.518 158.895 172.958C158.895 165.399 155.892 158.149 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.474 172.749H69.0149C61.5493 172.889 54.4366 175.953 49.2063 181.282C43.9761 186.611 41.0459 193.78 41.0459 201.246C41.0459 208.713 43.9761 215.882 49.2063 221.211C54.4366 226.54 61.5493 229.604 69.0149 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.513 215.882 193.443 208.713 193.443 201.246C193.443 193.78 190.513 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.964 93.9308H194.515C190.728 93.8599 186.965 94.5446 183.445 95.9449C179.926 97.3452 176.721 99.433 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.398C166.235 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.235 129.966 167.7 133.459C169.166 136.951 171.314 140.117 174.017 142.77C176.721 145.423 179.926 147.511 183.445 148.911C186.965 150.312 190.728 150.997 194.515 150.926H290.964C294.752 150.997 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.463 142.77C314.166 140.117 316.313 136.951 317.779 133.459C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.398C316.313 107.905 314.166 104.739 311.463 102.086C308.759 99.433 305.554 97.3452 302.034 95.9449C298.515 94.5446 294.752 93.8599 290.964 93.9308Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 41.8975H37.767C27.7505 41.8975 18.1444 45.8765 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8765 229.101 41.8975 219.084 41.8975Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <rect x="36.1851" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1851 76.2544)" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <path d="M46.4057 82.3311C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.224 54.5276L252.963 162.544C253.759 168.009 249.975 173.085 244.509 173.881L73.4817 198.801C68.0165 199.597 62.9406 195.812 62.1443 190.347L46.4057 82.3311Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.4267 68.025L225.454 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.046 175.815 244.942 176.85L73.914 201.769C66.8094 202.805 60.2107 197.884 59.1755 190.78L43.4369 82.7636C42.4017 75.6589 47.322 69.0602 54.4267 68.025ZM54.8592 70.9937C49.3941 71.79 45.6092 76.8659 46.4055 82.331L62.1441 190.347C62.9404 195.812 68.0163 199.597 73.4815 198.801L244.509 173.881C249.974 173.085 253.759 168.009 252.963 162.544L237.224 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8592 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M46.4057 82.3311C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.224 54.5276L239.289 68.6976L48.4704 96.5011L46.4057 82.3311Z" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ <circle cx="63.0647" cy="82.4326" r="4.5" transform="rotate(-8.29 63.0647 82.4326)" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <circle cx="79.887" cy="79.9814" r="4.5" transform="rotate(-8.29 79.887 79.9814)" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <circle cx="96.7092" cy="77.5302" r="4.5" transform="rotate(-8.29 96.7092 77.5302)" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.653 24.0821C241.029 24.3984 237.591 25.4317 237.606 26.6232C237.622 27.8147 241.058 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.314 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
14
+ <path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
15
+ <rect x="77.104" y="107.33" width="140.112" height="72.8223" rx="4.63274" transform="rotate(-8.29 77.104 107.33)" fill="var(--sapContent_Illustrative_Color7)"/>
16
+ <rect x="80.7207" y="132.15" width="140.112" height="47.7394" rx="4.63274" transform="rotate(-8.29 80.7207 132.15)" fill="var(--sapContent_Illustrative_Color18)"/>
17
+ <rect x="84.2422" y="156.32" width="140.112" height="23.3146" rx="4.63274" transform="rotate(-8.29 84.2422 156.32)" fill="var(--sapContent_Illustrative_Color19)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M223.208 88.543C224.106 89.9353 223.706 91.792 222.313 92.6903L192.1 112.182C191.468 112.59 190.781 112.907 190.06 113.123L127.857 131.76C127.699 131.807 127.547 131.874 127.405 131.959L79.3159 160.708C77.8938 161.559 76.0517 161.095 75.2015 159.673C74.3514 158.251 74.815 156.409 76.2371 155.559L124.326 126.809C124.894 126.47 125.502 126.202 126.135 126.012L188.338 107.375C188.518 107.321 188.69 107.242 188.848 107.14L219.061 87.6484C220.453 86.7502 222.31 87.1507 223.208 88.543Z" fill="var(--sapContent_Illustrative_Color3)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M226.941 101.521C228.155 102.648 228.226 104.546 227.099 105.761L193.579 141.892C192.337 143.231 190.675 144.104 188.868 144.367L128.104 153.221C127.844 153.259 127.595 153.347 127.369 153.482L84.7723 178.845C83.3487 179.693 81.5074 179.226 80.6598 177.802C79.8121 176.379 80.279 174.538 81.7026 173.69L124.299 148.326C125.201 147.789 126.2 147.435 127.239 147.284L188.003 138.43C188.454 138.364 188.87 138.146 189.181 137.811L222.701 101.68C223.828 100.466 225.726 100.395 226.941 101.521Z" fill="var(--sapContent_Illustrative_Color14)"/>
20
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartArea2-alternate">
2
+ <path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.149 5.44092 165.399 5.44092 172.958C5.44092 180.518 8.4438 187.767 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.767 158.895 180.518 158.895 172.958C158.895 165.399 155.892 158.149 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M165.474 172.749H69.0149C61.5493 172.889 54.4366 175.953 49.2063 181.282C43.9761 186.611 41.0459 193.78 41.0459 201.246C41.0459 208.713 43.9761 215.882 49.2063 221.211C54.4366 226.54 61.5493 229.604 69.0149 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.513 215.882 193.443 208.713 193.443 201.246C193.443 193.78 190.513 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M290.964 93.9308H194.515C190.728 93.8599 186.965 94.5446 183.445 95.9449C179.926 97.3452 176.721 99.433 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.398C166.235 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.235 129.966 167.7 133.459C169.166 136.951 171.314 140.117 174.017 142.77C176.721 145.423 179.926 147.511 183.445 148.911C186.965 150.312 190.728 150.997 194.515 150.926H290.964C294.752 150.997 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.463 142.77C314.166 140.117 316.313 136.951 317.779 133.459C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.398C316.313 107.905 314.166 104.739 311.463 102.086C308.759 99.433 305.554 97.3452 302.034 95.9449C298.515 94.5446 294.752 93.8599 290.964 93.9308Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M219.084 41.8975H37.767C27.7505 41.8975 18.1444 45.8765 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8765 229.101 41.8975 219.084 41.8975Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <rect x="36.1851" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1851 76.2544)" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <path d="M46.4057 82.3311C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.224 54.5276L252.963 162.544C253.759 168.009 249.975 173.085 244.509 173.881L73.4817 198.801C68.0165 199.597 62.9406 195.812 62.1443 190.347L46.4057 82.3311Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.4267 68.025L225.454 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.046 175.815 244.942 176.85L73.914 201.769C66.8094 202.805 60.2107 197.884 59.1755 190.78L43.4369 82.7636C42.4017 75.6589 47.322 69.0602 54.4267 68.025ZM54.8592 70.9937C49.3941 71.79 45.6092 76.8659 46.4055 82.331L62.1441 190.347C62.9404 195.812 68.0163 199.597 73.4815 198.801L244.509 173.881C249.974 173.085 253.759 168.009 252.963 162.544L237.224 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8592 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M46.4057 82.3311C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.224 54.5276L239.289 68.6976L48.4704 96.5011L46.4057 82.3311Z" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ <circle cx="63.0647" cy="82.4326" r="4.5" transform="rotate(-8.29 63.0647 82.4326)" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <circle cx="79.887" cy="79.9814" r="4.5" transform="rotate(-8.29 79.887 79.9814)" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <circle cx="96.7092" cy="77.5302" r="4.5" transform="rotate(-8.29 96.7092 77.5302)" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.653 24.0821C241.029 24.3984 237.591 25.4317 237.606 26.6232C237.622 27.8147 241.058 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.314 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
14
+ <path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M219.943 96.0615C221.566 96.7732 222.565 98.3796 222.821 100.134L230.632 153.746C230.951 155.932 229.437 157.962 227.251 158.281L86.3867 178.806C84.2007 179.124 82.1703 177.61 81.8518 175.424L77.5531 145.922C77.2568 143.888 78.0079 141.827 79.6354 140.572C87.6525 134.39 98.705 129.036 112.925 129.213C137.957 129.525 157.52 122.486 173.083 113.852C177.551 111.373 181.729 108.786 185.676 106.341C198.937 98.1284 209.596 91.5267 219.943 96.0615Z" fill="var(--sapContent_Illustrative_Color13)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M224.03 108.43L230.632 153.746C230.951 155.932 229.437 157.962 227.251 158.281L86.3869 178.805C84.2008 179.124 82.1704 177.61 81.8519 175.424L78.5378 152.679C91.5466 152.544 111.439 150.417 131.824 142.86C141.614 139.23 151.087 134.27 160.684 129.245C180.078 119.09 199.979 108.669 224.03 108.43Z" fill="var(--sapContent_Illustrative_Color3)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M227.484 104.396L234.591 153.169C235.228 157.541 232.2 161.602 227.828 162.239L86.9636 182.764C82.5915 183.401 78.5308 180.373 77.8937 176.001L73.9198 148.727L78.4964 148.679C91.1644 148.548 110.58 146.47 130.433 139.11C139.943 135.584 149.188 130.749 158.828 125.702L159.152 125.532C178.341 115.484 198.975 104.679 223.99 104.43L227.484 104.396ZM82.5654 152.579C95.4602 152.074 113.442 149.675 131.824 142.86C141.614 139.231 151.087 134.27 160.684 129.245C180.078 119.09 199.979 108.67 224.03 108.43L230.632 153.746C230.951 155.932 229.437 157.962 227.251 158.281L86.3869 178.806C84.2008 179.124 82.1705 177.61 81.8519 175.424L78.5379 152.679C79.816 152.666 81.1605 152.634 82.5654 152.579Z" fill="var(--sapContent_Illustrative_Color8)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M227.345 131.183L230.633 153.746C230.951 155.932 229.437 157.962 227.251 158.281L86.387 178.805C84.2009 179.124 82.1705 177.61 81.852 175.424L81.2066 170.994C94.1912 161.293 117.345 150.278 149.587 150.422C181.243 150.563 209.457 140.37 227.345 131.183Z" fill="var(--sapContent_Illustrative_Color2)"/>
19
+ </svg>