@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,17 @@
1
+ <svg width="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Tutorials-alternate">
2
+ <rect x="-1.24561" y="56.2503" width="140.85" height="94.0698" rx="8.43877" transform="rotate(-16.24 -1.24561 56.2503)" fill="var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M6.41259 59.5194C5.32643 55.7905 7.46877 51.8872 11.1976 50.801L126.741 17.145C130.47 16.0589 134.373 18.2012 135.459 21.9301L156.703 94.86C157.789 98.5889 155.647 102.492 151.918 103.578L36.3743 137.234C32.6454 138.321 28.7421 136.178 27.6559 132.449L6.41259 59.5194Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.4985 48.4008L126.042 14.7448C131.096 13.2725 136.387 16.1765 137.86 21.2309L159.103 94.1609C160.575 99.2153 157.671 104.506 152.617 105.979L37.0735 139.635C32.019 141.107 26.728 138.203 25.2557 133.148L4.01238 60.2185C2.54009 55.1641 5.44403 49.873 10.4985 48.4008ZM11.1977 50.801C7.4688 51.8872 5.32647 55.7905 6.41263 59.5194L27.6559 132.449C28.7421 136.178 32.6454 138.321 36.3743 137.234L151.918 103.578C155.647 102.492 157.789 98.5889 156.703 94.86L135.459 21.9301C134.373 18.2012 130.47 16.0589 126.741 17.145L11.1977 50.801Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <rect x="20.0773" y="73.8645" width="116.195" height="40.7724" rx="3.51616" transform="rotate(-16.24 20.0773 73.8645)" fill="var(--sapContent_Illustrative_Color18)"/>
6
+ <path d="M6.41259 59.5194C5.32643 55.7905 7.46877 51.8872 11.1976 50.801L126.741 17.145C130.47 16.0589 134.373 18.2012 135.459 21.9301L138.233 31.4534L9.18657 69.0427L6.41259 59.5194Z" fill="var(--sapContent_Illustrative_Color5)"/>
7
+ <circle cx="17.9402" cy="57.9429" r="3.16454" transform="rotate(-16.24 17.9402 57.9429)" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <circle cx="29.4181" cy="54.5995" r="3.16454" transform="rotate(-16.24 29.4181 54.5995)" fill="var(--sapContent_Illustrative_Color8)"/>
9
+ <circle cx="40.896" cy="51.2562" r="3.16454" transform="rotate(-16.24 40.896 51.2562)" fill="var(--sapContent_Illustrative_Color8)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M49.134 121.028C48.7479 119.702 49.5096 118.314 50.8352 117.928L144.179 90.7417C145.504 90.3556 146.892 91.1172 147.278 92.4428C147.664 93.7685 146.903 95.1561 145.577 95.5422L52.2334 122.729C50.9077 123.115 49.5201 122.353 49.134 121.028Z" fill="var(--sapContent_Illustrative_Color6)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M49.1321 121.028C48.746 119.703 49.5076 118.315 50.8332 117.929L81.6153 108.963C82.941 108.577 84.3286 109.339 84.7147 110.665C85.1008 111.99 84.3391 113.378 83.0135 113.764L52.2314 122.729C50.9058 123.115 49.5182 122.354 49.1321 121.028Z" fill="var(--sapContent_Illustrative_Color3)"/>
12
+ <path d="M92.3338 108.445C93.6259 112.881 91.0771 117.525 86.6408 118.817C82.2046 120.109 77.5609 117.56 76.2688 113.124C74.9768 108.688 77.5256 104.044 81.9618 102.752C86.398 101.46 91.0418 104.009 92.3338 108.445Z" fill="var(--sapContent_Illustrative_Color15)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M85.9417 116.417C89.0523 115.511 90.8395 112.255 89.9336 109.144C89.0276 106.034 85.7715 104.246 82.6609 105.152C79.5503 106.058 77.7631 109.314 78.6691 112.425C79.5751 115.536 82.8311 117.323 85.9417 116.417ZM86.6408 118.817C91.0771 117.525 93.6259 112.881 92.3338 108.445C91.0418 104.009 86.398 101.46 81.9618 102.752C77.5256 104.044 74.9768 108.688 76.2688 113.124C77.5609 117.56 82.2046 120.109 86.6408 118.817Z" fill="var(--sapContent_Illustrative_Color8)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M35.1876 119.416C35.8504 119.223 36.5442 119.604 36.7372 120.267L38.6966 126.994C38.8896 127.657 38.5088 128.351 37.846 128.544C37.1831 128.737 36.4893 128.356 36.2963 127.693L34.337 120.966C34.1439 120.303 34.5247 119.609 35.1876 119.416Z" fill="var(--sapContent_Illustrative_Color4)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M39.3402 118.207C40.003 118.014 40.6968 118.395 40.8898 119.058L42.8491 125.785C43.0422 126.448 42.6614 127.141 41.9985 127.334C41.3357 127.527 40.6419 127.147 40.4489 126.484L38.4896 119.757C38.2965 119.094 38.6773 118.4 39.3402 118.207Z" fill="var(--sapContent_Illustrative_Color4)"/>
16
+ <path d="M76.0832 89.7848C74.7383 91.0303 72.5527 90.425 72.0401 88.6651L69.7037 80.6431L67.3669 72.6198C66.8543 70.8597 68.3731 69.1756 70.1765 69.5042L88.5586 72.8541C90.5578 73.2185 91.283 75.7087 89.7921 77.0894L76.0832 89.7848Z" fill="var(--sapContent_Illustrative_Color4)"/>
17
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Unlock-alternate">
2
+ <path d="M72.249 134.699H89.5154V138.372C89.5154 140.338 87.9218 141.931 85.956 141.931H75.8084C73.8426 141.931 72.249 140.338 72.249 138.372V134.699Z" fill="var(--sapContent_Illustrative_Color4)"/>
3
+ <path d="M128.075 134.699H145.342V138.372C145.342 140.338 143.748 141.931 141.782 141.931H131.635C129.669 141.931 128.075 140.338 128.075 138.372V134.699Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path d="M59.8008 53.1401C59.8008 48.881 63.2535 45.4282 67.5127 45.4282H150.077C154.336 45.4282 157.789 48.881 157.789 53.1402V127.008C157.789 131.267 154.336 134.72 150.077 134.72H67.5127C63.2535 134.72 59.8008 131.267 59.8008 127.008V53.1401Z" fill="var(--sapContent_Illustrative_Color8)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M67.5127 42.9282H150.077C155.717 42.9282 160.289 47.5003 160.289 53.1402V127.008C160.289 132.648 155.717 137.22 150.077 137.22H67.5127C61.8728 137.22 57.3008 132.648 57.3008 127.008V53.1401C57.3008 47.5002 61.8728 42.9282 67.5127 42.9282ZM67.5127 45.4282C63.2535 45.4282 59.8008 48.881 59.8008 53.1401V127.008C59.8008 131.267 63.2535 134.72 67.5127 134.72H150.077C154.336 134.72 157.789 131.267 157.789 127.008V53.1402C157.789 48.881 154.336 45.4282 150.077 45.4282H67.5127Z" fill="var(--sapContent_Illustrative_Color4)"/>
6
+ <rect x="72.9473" y="59.8811" width="71.694" height="60.3849" rx="4.15258" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <rect x="0.134766" y="59.8811" width="71.694" height="60.3849" rx="4.15258" fill="var(--sapContent_Illustrative_Color6)"/>
8
+ <circle cx="15.388" cy="80.1698" r="2.5013" fill="var(--sapContent_Illustrative_Color3)"/>
9
+ <circle cx="15.388" cy="99.9781" r="2.5013" fill="var(--sapContent_Illustrative_Color3)"/>
10
+ <path d="M52.5316 90.0737C52.5316 96.0853 47.6583 100.959 41.6467 100.959C35.6351 100.959 30.7617 96.0853 30.7617 90.0737C30.7617 84.0621 35.6351 79.1887 41.6467 79.1887C47.6583 79.1887 52.5316 84.0621 52.5316 90.0737Z" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M41.6467 98.4586C46.2776 98.4586 50.0316 94.7046 50.0316 90.0737C50.0316 85.4428 46.2776 81.6887 41.6467 81.6887C37.0158 81.6887 33.2617 85.4428 33.2617 90.0737C33.2617 94.7046 37.0158 98.4586 41.6467 98.4586ZM41.6467 100.959C47.6583 100.959 52.5316 96.0853 52.5316 90.0737C52.5316 84.0621 47.6583 79.1887 41.6467 79.1887C35.6351 79.1887 30.7617 84.0621 30.7617 90.0737C30.7617 96.0853 35.6351 100.959 41.6467 100.959Z" fill="var(--sapContent_Illustrative_Color4)"/>
12
+ <rect x="69.8711" y="68.3367" width="4.75454" height="16.789" rx="2.37727" fill="var(--sapContent_Illustrative_Color5)"/>
13
+ <rect x="69.8711" y="95.022" width="4.75454" height="16.789" rx="2.37727" fill="var(--sapContent_Illustrative_Color5)"/>
14
+ <path d="M47.0946 21.5694C46.9116 21.7836 46.7898 22.0432 46.7419 22.3208C46.694 22.5984 46.7218 22.8837 46.8224 23.1469L49.0517 29.468C49.4199 30.5137 50.482 30.7716 51.3015 30.4828C51.6412 30.3769 51.9373 30.1635 52.1453 29.8748C52.3534 29.5861 52.4621 29.2377 52.4551 28.8819C52.4466 28.7101 52.4122 28.5406 52.353 28.3791L50.1237 22.0579C50.0316 21.7786 49.8657 21.5293 49.6435 21.3366C49.4214 21.1438 49.1512 21.0147 48.8617 20.9629C48.5399 20.9051 48.2087 20.9305 47.8994 21.0367C47.5902 21.1428 47.3131 21.3262 47.0946 21.5694Z" fill="var(--sapContent_Illustrative_Color5)"/>
15
+ <path d="M25.2766 50.7266C25.2444 50.9257 25.254 51.1292 25.3049 51.3243C25.3558 51.5194 25.4468 51.7017 25.5721 51.8596C25.6975 52.0176 25.8543 52.1476 26.0327 52.2415C26.2111 52.3354 26.4071 52.3911 26.6083 52.405L33.0943 53.1522C33.3276 53.1783 33.5638 53.1576 33.789 53.0914C34.0142 53.0252 34.224 52.9148 34.4061 52.7666C34.5882 52.6185 34.7389 52.4355 34.8495 52.2284C34.9601 52.0213 35.0283 51.7943 35.0502 51.5605C35.0619 51.4644 35.0657 51.3675 35.0616 51.2707C35.0515 50.913 34.9077 50.5721 34.6587 50.3151C34.4096 50.0582 34.0734 49.9039 33.7162 49.8826L27.2328 49.1373C26.9996 49.1108 26.7635 49.1311 26.5382 49.197C26.313 49.2629 26.1031 49.3731 25.9209 49.5211C25.7388 49.6691 25.588 49.852 25.4773 50.0589C25.3667 50.2659 25.2984 50.4929 25.2766 50.7266Z" fill="var(--sapContent_Illustrative_Color5)"/>
16
+ <path d="M30.9379 33.3079C30.9606 33.5269 31.0277 33.7391 31.1351 33.9314C31.2425 34.1237 31.3881 34.292 31.5628 34.4261L39.3393 40.5214C39.6896 40.7928 40.1313 40.9182 40.5719 40.8716C41.0126 40.8249 41.4181 40.6096 41.7038 40.2709C41.9674 39.9555 42.1029 39.5527 42.0835 39.1421C42.0719 38.9055 42.0094 38.6741 41.9003 38.4638C41.7912 38.2535 41.6381 38.0692 41.4513 37.9235L33.6748 31.8282C33.3227 31.555 32.8785 31.429 32.4355 31.4765C31.9924 31.524 31.585 31.7414 31.299 32.0831C31.1594 32.2524 31.0555 32.4481 30.9935 32.6586C30.9314 32.8691 30.9125 33.0899 30.9379 33.3079Z" fill="var(--sapContent_Illustrative_Color5)"/>
17
+ </svg>
@@ -0,0 +1,26 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-UnsuccessfulAuth-alternate">
2
+ <rect x="-1.94922" y="57.1826" width="137.79" height="92.0261" rx="8.18258" transform="rotate(-16.24 -1.94922 57.1826)" fill="var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M5.52806 60.3229C4.47487 56.7072 6.55217 52.9223 10.1678 51.8692L123.318 18.9105C126.933 17.8573 130.718 19.9346 131.771 23.5502L152.587 95.0123C153.64 98.6279 151.563 102.413 147.947 103.466L34.7975 136.425C31.1819 137.478 27.397 135.401 26.3438 131.785L5.52806 60.3229Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.46847 49.4688L122.618 16.5101C127.559 15.0708 132.732 17.9097 134.171 22.851L154.987 94.313C156.426 99.2543 153.587 104.427 148.646 105.866L35.4965 138.825C30.5552 140.264 25.3827 137.425 23.9434 132.484L3.1276 61.0219C1.68828 56.0807 4.52718 50.9082 9.46847 49.4688ZM10.1676 51.8691C6.55196 52.9223 4.47466 56.7071 5.52785 60.3228L26.3436 131.785C27.3968 135.401 31.1816 137.478 34.7973 136.425L147.947 103.466C151.563 102.413 153.64 98.6279 152.587 95.0122L131.771 23.5502C130.718 19.9345 126.933 17.8572 123.317 18.9104L10.1676 51.8691Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M84.1952 65.7973C85.8639 71.526 82.5724 77.5228 76.8436 79.1916C71.1147 80.8603 65.1178 77.569 63.4492 71.8403C61.7805 66.1116 65.0719 60.1148 70.8007 58.446C76.5296 56.7773 82.5265 60.0686 84.1952 65.7973Z" fill="var(--sapContent_Illustrative_Color2)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M68.0342 77.9415C67.7666 75.0464 69.5884 72.3549 72.3942 71.5376L76.5195 70.336C79.3152 69.5216 82.286 70.8015 83.6219 73.3688C82.3538 76.0968 79.9593 78.2841 76.844 79.1915C73.743 80.0948 70.5634 79.5447 68.0342 77.9415ZM76.2618 64.07C76.826 66.0069 75.7132 68.0345 73.7762 68.5987C71.8392 69.1629 69.8117 68.0501 69.2475 66.1132C68.6833 64.1763 69.7961 62.1487 71.7331 61.5845C73.67 61.0203 75.6976 62.1331 76.2618 64.07Z" fill="var(--sapContent_Illustrative_Color8)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M76.342 77.4696C81.1198 76.0779 83.8648 71.0766 82.4731 66.2989C81.0815 61.5212 76.0801 58.7763 71.3023 60.168C66.5245 61.5597 63.7795 66.561 65.1712 71.3387C66.5629 76.1164 71.5642 78.8613 76.342 77.4696ZM76.8436 79.1916C82.5724 77.5228 85.8639 71.526 84.1952 65.7973C82.5265 60.0686 76.5296 56.7773 70.8007 58.446C65.0719 60.1148 61.7805 66.1116 63.4492 71.8403C65.1178 77.569 71.1147 80.8603 76.8436 79.1916Z" fill="var(--sapContent_Illustrative_Color2)"/>
8
+ <rect x="37.6738" y="97.2041" width="84.0872" height="10.1804" rx="2.04565" transform="rotate(-16.24 37.6738 97.2041)" fill="var(--sapContent_Illustrative_Color18)"/>
9
+ <rect x="41.7539" y="111.209" width="84.0872" height="10.1804" rx="2.04565" transform="rotate(-16.24 41.7539 111.209)" fill="var(--sapContent_Illustrative_Color18)"/>
10
+ <circle cx="45.335" cy="100.274" r="1.65343" transform="rotate(-16.24 45.335 100.274)" fill="var(--sapContent_Illustrative_Color14)"/>
11
+ <circle cx="52.4385" cy="98.2054" r="1.65343" transform="rotate(-16.24 52.4385 98.2054)" fill="var(--sapContent_Illustrative_Color14)"/>
12
+ <circle cx="59.5401" cy="96.1365" r="1.65343" transform="rotate(-16.24 59.5401 96.1365)" fill="var(--sapContent_Illustrative_Color14)"/>
13
+ <circle cx="66.6436" cy="94.0674" r="1.65343" transform="rotate(-16.24 66.6436 94.0674)" fill="var(--sapContent_Illustrative_Color14)"/>
14
+ <circle cx="49.4151" cy="114.28" r="1.65343" transform="rotate(-16.24 49.4151 114.28)" fill="var(--sapContent_Illustrative_Color14)"/>
15
+ <circle cx="56.5186" cy="112.211" r="1.65343" transform="rotate(-16.24 56.5186 112.211)" fill="var(--sapContent_Illustrative_Color14)"/>
16
+ <circle cx="63.6202" cy="110.142" r="1.65343" transform="rotate(-16.24 63.6202 110.142)" fill="var(--sapContent_Illustrative_Color14)"/>
17
+ <circle cx="70.7237" cy="108.073" r="1.65343" transform="rotate(-16.24 70.7237 108.073)" fill="var(--sapContent_Illustrative_Color14)"/>
18
+ <circle cx="77.8272" cy="106.004" r="1.65343" transform="rotate(-16.24 77.8272 106.004)" fill="var(--sapContent_Illustrative_Color14)"/>
19
+ <circle cx="84.9307" cy="103.935" r="1.65343" transform="rotate(-16.24 84.9307 103.935)" fill="var(--sapContent_Illustrative_Color14)"/>
20
+ <path d="M5.52805 60.3229C4.47487 56.7072 6.55217 52.9223 10.1678 51.8692L123.318 18.9105C126.933 17.8573 130.718 19.9346 131.771 23.5502L134.502 32.9249L8.25875 69.6975L5.52805 60.3229Z" fill="var(--sapContent_Illustrative_Color5)"/>
21
+ <circle cx="16.7866" cy="58.8203" r="3.06847" transform="rotate(-16.24 16.7866 58.8203)" fill="var(--sapContent_Illustrative_Color8)"/>
22
+ <circle cx="27.9155" cy="55.5784" r="3.06847" transform="rotate(-16.24 27.9155 55.5784)" fill="var(--sapContent_Illustrative_Color8)"/>
23
+ <circle cx="39.0464" cy="52.3367" r="3.06847" transform="rotate(-16.24 39.0464 52.3367)" fill="var(--sapContent_Illustrative_Color8)"/>
24
+ <rect x="118.482" y="98.1311" width="28.7451" height="29.5217" fill="var(--sapContent_Illustrative_Color8)"/>
25
+ <path d="M132.2 84.8479C126.88 84.8479 121.679 86.4255 117.255 89.3812C112.831 92.3369 109.383 96.538 107.347 101.453C105.31 106.368 104.778 111.777 105.816 116.995C106.854 122.213 109.416 127.005 113.178 130.767C116.94 134.529 121.734 137.091 126.952 138.129C132.171 139.167 137.58 138.634 142.495 136.598C147.411 134.562 151.612 131.115 154.568 126.691C157.524 122.268 159.102 117.067 159.102 111.747C159.081 104.619 156.24 97.7897 151.199 92.7497C146.159 87.7097 139.329 84.869 132.2 84.8479ZM142.154 117.934C142.402 118.182 142.599 118.477 142.734 118.801C142.868 119.126 142.937 119.474 142.937 119.825C142.937 120.176 142.868 120.524 142.734 120.849C142.599 121.173 142.402 121.468 142.154 121.716C141.906 121.965 141.611 122.162 141.286 122.296C140.962 122.431 140.614 122.5 140.262 122.5C139.911 122.5 139.563 122.431 139.239 122.296C138.914 122.162 138.619 121.965 138.371 121.716L132.184 115.53L126.013 121.7C125.765 121.948 125.47 122.145 125.145 122.279C124.821 122.414 124.473 122.483 124.122 122.483C123.77 122.483 123.422 122.414 123.098 122.279C122.773 122.145 122.478 121.948 122.23 121.7C121.982 121.451 121.785 121.156 121.65 120.832C121.516 120.507 121.447 120.159 121.447 119.808C121.447 119.457 121.516 119.109 121.65 118.785C121.785 118.46 121.982 118.165 122.23 117.917L128.417 111.73L122.247 105.56C121.745 105.059 121.463 104.378 121.463 103.669C121.463 102.959 121.745 102.279 122.247 101.777C122.748 101.276 123.429 100.994 124.138 100.994C124.848 100.994 125.528 101.276 126.03 101.777L132.217 107.964L138.405 101.777C138.906 101.276 139.587 100.994 140.296 100.994C141.006 100.994 141.686 101.276 142.188 101.777C142.689 102.279 142.971 102.959 142.971 103.669C142.971 104.378 142.689 105.059 142.188 105.56L135.958 111.747L142.154 117.934Z" fill="var(--sapContent_Illustrative_Color11)"/>
26
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Avatar-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.11758 41.9913V39.7357C2.11758 33.7302 6.98599 28.8618 12.9915 28.8618H32.0089C38.0144 28.8618 42.8828 33.7302 42.8828 39.7357V41.9913H2.11758Z" fill="var(--sapContent_Illustrative_Color8)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.11757 42.9913H43.8828V39.7357C43.8828 33.1779 38.5667 27.8618 32.0089 27.8618H12.9915C6.4337 27.8618 1.11757 33.1779 1.11757 39.7357V42.9913ZM2.11757 39.7357C2.11757 33.7302 6.98599 28.8618 12.9915 28.8618H32.0089C38.0144 28.8618 42.8828 33.7302 42.8828 39.7357V41.9913H2.11757V39.7357Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path d="M30.3506 37.8453C30.3506 37.1387 29.7778 36.566 29.0713 36.566H15.9287C15.2222 36.566 14.6494 37.1387 14.6494 37.8453V41.9913H30.3506V37.8453Z" fill="var(--sapContent_Illustrative_Color3)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.26367 13.2355V17.8046V22.3737C9.26367 22.3737 6.05313 21.9024 6.17787 18.4688V17.8046V17.1409C6.05313 13.7068 9.26367 13.2355 9.26367 13.2355Z" fill="var(--sapContent_Illustrative_Color4)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M35.9536 13.2355V17.8046V22.3737C35.9536 22.3737 39.1642 21.9024 39.0394 18.4688V17.8046V17.1409C39.1642 13.7068 35.9536 13.2355 35.9536 13.2355Z" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <path d="M9.21809 17.2721C9.26146 21.1449 10.3544 23.0883 13.2448 25.5985C18.4483 29.3295 27.6065 28.6331 31.918 25.5866C34.5281 23.809 36.0443 20.9855 36 16.969C35.912 9.40485 30.4725 2.54058 22.6014 2.62349C14.7338 2.70554 9.13094 9.7063 9.21809 17.2721Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.6255 26.383L12.6633 26.4101C15.4992 28.4435 19.3286 29.2244 22.9417 29.1325C26.5462 29.0407 30.1222 28.0755 32.4876 26.4072C35.4012 24.4197 37.0464 21.2652 36.999 16.958L36.999 16.9574C36.9062 8.9789 31.1408 1.53487 22.5913 1.62492C14.072 1.71378 8.12761 9.27126 8.21992 17.2836C8.24267 19.3133 8.54162 20.9298 9.27049 22.3918C9.99487 23.8449 11.1019 25.0598 12.5904 26.3525L12.6255 26.383ZM9.21849 17.2721C9.26186 21.1449 10.3548 23.0883 13.2452 25.5985C18.4487 29.3295 27.6069 28.6331 31.9184 25.5866C34.5285 23.809 36.0446 20.9855 36.0004 16.969C35.9124 9.40487 30.4729 2.5406 22.6018 2.6235C14.7341 2.70556 9.13133 9.70632 9.21849 17.2721Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.8523 17.524C11.9173 23.288 16.3021 25.7864 22.7942 25.7178C29.2859 25.6468 33.5208 23.0326 33.4573 17.2722C33.3903 11.511 29.0444 7.77299 22.5523 7.8416C16.0626 7.9098 11.7857 11.7616 11.8523 17.524Z" fill="var(--sapContent_Illustrative_Color4)"/>
10
+ <circle cx="3.3467" cy="3.3467" r="3.3467" transform="matrix(-0.983212 -0.182469 -0.182469 0.983212 31.3242 11.4203)" fill="var(--sapContent_Illustrative_Color5)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22.5077 28.3888H22.8019C22.8019 28.3888 29.1229 28.6038 32.9444 25.2541C32.9555 25.2443 32.9725 25.2485 32.9716 25.2634C32.9414 25.7628 32.3854 31.4423 22.8019 31.4423H22.5077C12.9237 31.4423 12.3681 25.7628 12.3379 25.2634C12.3371 25.2485 12.3541 25.2443 12.3652 25.2541C16.1866 28.6038 22.5077 28.3888 22.5077 28.3888Z" fill="var(--sapContent_Illustrative_Color4)"/>
12
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Calculator-alternate">
2
+ <path d="M5.2168 6.99573C5.2168 4.78659 7.00766 2.99573 9.2168 2.99573L34.4346 2.99573C36.6437 2.99573 38.4346 4.78659 38.4346 6.99573V39.8243C38.4346 42.0335 36.6437 43.8243 34.4346 43.8243H9.2168C7.00766 43.8243 5.2168 42.0335 5.2168 39.8243L5.2168 6.99573Z" fill="var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M8.2168 4.95901C8.2168 3.2805 9.5775 1.9198 11.256 1.9198L36.744 1.9198C38.4225 1.9198 39.7832 3.2805 39.7832 4.95901V38.0893C39.7832 39.7678 38.4225 41.1285 36.744 41.1285H11.256C9.5775 41.1285 8.2168 39.7678 8.2168 38.0893L8.2168 4.95901Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.256 0.9198L36.744 0.9198C38.9748 0.9198 40.7832 2.72822 40.7832 4.95901V38.0893C40.7832 40.3201 38.9748 42.1285 36.744 42.1285H11.256C9.02521 42.1285 7.2168 40.3201 7.2168 38.0893L7.2168 4.95901C7.2168 2.72822 9.02521 0.9198 11.256 0.9198ZM11.256 1.9198C9.5775 1.9198 8.2168 3.2805 8.2168 4.95901L8.2168 38.0893C8.2168 39.7678 9.5775 41.1285 11.256 41.1285H36.744C38.4225 41.1285 39.7832 39.7678 39.7832 38.0893V4.95901C39.7832 3.2805 38.4225 1.9198 36.744 1.9198L11.256 1.9198Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M11.6846 7.09851C11.6846 5.99394 12.58 5.09851 13.6846 5.09851L34.3154 5.09851C35.42 5.09851 36.3154 5.99394 36.3154 7.09851V13.7919C36.3154 14.8964 35.42 15.7919 34.3154 15.7919L13.6846 15.7919C12.58 15.7919 11.6846 14.8964 11.6846 13.7919V7.09851Z" fill="var(--sapContent_Illustrative_Color8)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.6846 4.09851L34.3154 4.09851C35.9723 4.09851 37.3154 5.44166 37.3154 7.09851V13.7919C37.3154 15.4487 35.9723 16.7919 34.3154 16.7919H13.6846C12.0277 16.7919 10.6846 15.4487 10.6846 13.7919V7.09851C10.6846 5.44166 12.0277 4.09851 13.6846 4.09851ZM13.6846 5.09851C12.58 5.09851 11.6846 5.99394 11.6846 7.09851V13.7919C11.6846 14.8964 12.58 15.7919 13.6846 15.7919L34.3154 15.7919C35.42 15.7919 36.3154 14.8964 36.3154 13.7919V7.09851C36.3154 5.99394 35.42 5.09851 34.3154 5.09851L13.6846 5.09851Z" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <path d="M11.6846 22.2841C11.6846 21.1795 12.58 20.2841 13.6846 20.2841H16.0518C17.1564 20.2841 18.0518 21.1795 18.0518 22.2841V25.8054C18.0518 26.91 17.1564 27.8054 16.0518 27.8054H13.6846C12.58 27.8054 11.6846 26.91 11.6846 25.8054V22.2841Z" fill="var(--sapContent_Illustrative_Color5)"/>
8
+ <path d="M11.6846 32.0949C11.6846 30.9904 12.58 30.0949 13.6846 30.0949H16.0518C17.1564 30.0949 18.0518 30.9904 18.0518 32.0949V35.6163C18.0518 36.7209 17.1564 37.6163 16.0518 37.6163H13.6846C12.58 37.6163 11.6846 36.7209 11.6846 35.6163V32.0949Z" fill="var(--sapContent_Illustrative_Color5)"/>
9
+ <path d="M20.8164 22.2841C20.8164 21.1795 21.7118 20.2841 22.8164 20.2841H25.1836C26.2882 20.2841 27.1836 21.1795 27.1836 22.2841V25.8054C27.1836 26.91 26.2882 27.8054 25.1836 27.8054H22.8164C21.7118 27.8054 20.8164 26.91 20.8164 25.8054V22.2841Z" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ <path d="M20.8164 32.0949C20.8164 30.9904 21.7118 30.0949 22.8164 30.0949H25.1836C26.2882 30.0949 27.1836 30.9904 27.1836 32.0949V35.6163C27.1836 36.7209 26.2882 37.6163 25.1836 37.6163H22.8164C21.7118 37.6163 20.8164 36.7209 20.8164 35.6163V32.0949Z" fill="var(--sapContent_Illustrative_Color5)"/>
11
+ <path d="M29.9482 22.2841C29.9482 21.1795 30.8437 20.2841 31.9482 20.2841H34.3154C35.42 20.2841 36.3154 21.1795 36.3154 22.2841V35.6163C36.3154 36.7209 35.42 37.6163 34.3154 37.6163H31.9482C30.8437 37.6163 29.9482 36.7209 29.9482 35.6163V22.2841Z" fill="var(--sapContent_Illustrative_Color3)"/>
12
+ </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-ChartArea-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M42.582 7.13086C42.582 7.407 42.3582 7.63086 42.082 7.63086L2.8845 7.63086C2.60836 7.63086 2.3845 7.407 2.3845 7.13086C2.3845 6.85471 2.60836 6.63086 2.8845 6.63086L42.082 6.63086C42.3582 6.63086 42.582 6.85472 42.582 7.13086Z" fill="var(--sapContent_Illustrative_Color5)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M42.582 23.0303C42.582 23.3064 42.3582 23.5303 42.082 23.5303L2.8845 23.5303C2.60836 23.5303 2.3845 23.3064 2.3845 23.0303C2.3845 22.7541 2.60836 22.5303 2.8845 22.5303L42.082 22.5303C42.3582 22.5303 42.582 22.7541 42.582 23.0303Z" fill="var(--sapContent_Illustrative_Color5)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M42.582 38.9292C42.582 39.2053 42.3582 39.4292 42.082 39.4292L2.8845 39.4292C2.60836 39.4292 2.3845 39.2053 2.3845 38.9292C2.3845 38.6531 2.60836 38.4292 2.8845 38.4292L42.082 38.4292C42.3582 38.4292 42.582 38.6531 42.582 38.9292Z" fill="var(--sapContent_Illustrative_Color5)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M43.8674 3.97801C44.2326 4.39236 44.1927 5.02427 43.7784 5.38942L35.0544 13.0775C34.6496 13.4342 34.1703 13.696 33.6513 13.8438L16.7095 18.667C16.5013 18.7263 16.307 18.8267 16.1381 18.9622L2.17198 30.1749C1.74132 30.5206 1.1119 30.4518 0.766148 30.0211C0.420392 29.5905 0.489224 28.961 0.919888 28.6153L14.886 17.4026C15.2631 17.1 15.6969 16.8758 16.1619 16.7434L33.1037 11.9202C33.3361 11.854 33.5508 11.7368 33.7321 11.577L42.456 3.88893C42.8704 3.52378 43.5023 3.56366 43.8674 3.97801Z" fill="var(--sapContent_Illustrative_Color3)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M44.2673 11.2376C44.7319 11.5363 44.8663 12.155 44.5676 12.6196L34.4133 28.4117C33.7467 29.4483 32.5989 30.0749 31.3666 30.0749H16.0776C15.7097 30.0749 15.3526 30.2 15.0651 30.4297L2.93717 40.118C2.50567 40.4628 1.87642 40.3924 1.53172 39.9609C1.18701 39.5294 1.25738 38.9001 1.68888 38.5554L13.8169 28.867C14.4588 28.3542 15.256 28.0749 16.0776 28.0749H31.3666C31.9185 28.0749 32.4325 27.7943 32.731 27.3301L42.8854 11.5379C43.1841 11.0734 43.8028 10.9389 44.2673 11.2376Z" fill="var(--sapContent_Illustrative_Color14)"/>
7
+ </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-ChartArea2-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M44.8428 6.97432C44.8428 6.45565 44.7102 5.93581 44.4075 5.51459C41.5151 1.48914 38.0296 4.51753 33.6639 8.31078L33.6638 8.31082C32.3995 9.40936 31.0613 10.572 29.6423 11.6461C24.7002 15.387 18.651 17.8485 11.3096 15.5219C7.02901 14.1653 3.47933 16.519 0.836468 19.582C0.413808 20.0718 0.201172 20.7045 0.201172 21.3515V24.8765L0.578426 24.978C4.1676 25.9476 9.76123 26.3772 15.7126 23.8358C18.5792 22.6117 21.447 20.6052 24.5129 18.4521L24.5783 18.4062C27.5989 16.2849 30.8049 14.0334 34.1633 12.5717C37.4736 11.1309 41.0356 10.4089 44.8428 11.3357V6.97432ZM44.8428 12.8221C37.7664 10.9039 31.4733 15.3233 25.3403 19.6303L25.3403 19.6303C22.3055 21.7615 19.3099 23.8651 16.278 25.1598C10.7096 27.5376 5.43476 27.4651 1.641 26.705C1.13427 26.6034 0.653957 26.4896 0.202902 26.3678L0.201359 26.3673V40.4729C0.201359 41.2679 0.684682 41.9501 1.37353 42.2415C1.48838 42.2901 1.60895 42.3278 1.73393 42.3534C1.85886 42.3789 1.98821 42.3924 2.12069 42.3924H42.9233C43.9834 42.3924 44.8428 41.533 44.8428 40.4728V12.8221Z" fill="var(--sapContent_Illustrative_Color2)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M44.8428 12.8223V40.473C44.8428 41.5331 43.9834 42.3925 42.9233 42.3925H2.12069C1.06057 42.3925 0.201172 41.5331 0.201172 40.473V26.3674C0.201686 26.3676 0.202201 26.3677 0.202715 26.3678C4.03067 27.4021 9.96567 27.8553 16.2778 25.1599C19.3097 23.8652 22.3053 21.7615 25.3401 19.6303C31.4732 15.3233 37.7664 10.9039 44.8428 12.8223Z" fill="var(--sapContent_Illustrative_Color3)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M43.2507 27.5057C43.9375 27.0872 44.8428 27.569 44.8428 28.3733V40.4727C44.8428 41.5329 43.9834 42.3923 42.9233 42.3923H2.12069C1.06057 42.3923 0.201172 41.5329 0.201172 40.4727V37.7497C0.201172 37.4986 0.2942 37.257 0.467237 37.0749C4.73294 32.5875 11.9017 28.3376 21.1735 31.1241C29.6347 33.6671 37.6244 30.9336 43.2507 27.5057Z" fill="var(--sapContent_Illustrative_Color8)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M43.8428 40.4727V28.3733C43.8428 28.3722 43.8427 28.3714 43.8427 28.3706C43.8405 28.3684 43.8362 28.3646 43.8289 28.3607C43.8164 28.354 43.804 28.3515 43.7954 28.3516C43.7915 28.3516 43.7884 28.3521 43.7856 28.3529C43.783 28.3536 43.7783 28.3552 43.771 28.3596C38.0116 31.8687 29.7211 34.7372 20.8857 32.0818C12.1083 29.4439 5.31374 33.4327 1.20117 37.7543V40.4727C1.20117 40.9806 1.61286 41.3923 2.12069 41.3923H42.9233C43.4311 41.3923 43.8428 40.9806 43.8428 40.4727ZM44.8428 28.3733C44.8428 27.569 43.9375 27.0872 43.2507 27.5057C37.6244 30.9336 29.6347 33.6671 21.1735 31.1241C11.9017 28.3376 4.73294 32.5875 0.467237 37.0749C0.2942 37.257 0.201172 37.4986 0.201172 37.7497V40.4727C0.201172 41.5329 1.06057 42.3923 2.12069 42.3923H42.9233C43.9834 42.3923 44.8428 41.5329 44.8428 40.4727V28.3733Z" fill="var(--sapContent_Illustrative_Color4)"/>
6
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-ChartBPMNFlow-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.999992 32.3652L36 32.3652V33.3652L0.999992 33.3652V32.3652Z" fill="var(--sapContent_Illustrative_Color4)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M41 14.3653L41 29.3653L40 29.3653L40 14.3653L41 14.3653Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.9995 15.8653L20.9995 29.3653L19.9995 29.3653L19.9995 15.8653L20.9995 15.8653Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.47704 10.8652L36.7271 10.8652V11.8652L3.47704 11.8652V10.8652Z" fill="var(--sapContent_Illustrative_Color4)"/>
6
+ <circle cx="4" cy="32.3653" r="4" fill="var(--sapContent_Illustrative_Color2)"/>
7
+ <circle cx="4" cy="11.3652" r="4" fill="var(--sapContent_Illustrative_Color13)"/>
8
+ <circle cx="40.5" cy="11.3652" r="4" fill="var(--sapContent_Illustrative_Color3)"/>
9
+ <path d="M14 7.36523C14 6.81295 14.4477 6.36523 15 6.36523H28C28.5523 6.36523 29 6.81295 29 7.36523V15.3652C29 15.9175 28.5523 16.3652 28 16.3652H15C14.4477 16.3652 14 15.9175 14 15.3652V7.36523Z" fill="var(--sapContent_Illustrative_Color8)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15 5.36523H28C29.1046 5.36523 30 6.26066 30 7.36523V15.3652C30 16.4698 29.1046 17.3652 28 17.3652H15C13.8954 17.3652 13 16.4698 13 15.3652V7.36523C13 6.26067 13.8954 5.36523 15 5.36523ZM15 6.36523C14.4477 6.36523 14 6.81295 14 7.36523V15.3652C14 15.9175 14.4477 16.3652 15 16.3652H28C28.5523 16.3652 29 15.9175 29 15.3652V7.36523C29 6.81295 28.5523 6.36523 28 6.36523H15Z" fill="var(--sapContent_Illustrative_Color4)"/>
11
+ <rect x="31" y="27.3652" width="14" height="10" rx="1.00009" fill="var(--sapContent_Illustrative_Color2)"/>
12
+ <rect x="20.4463" y="27.3652" width="6.99517" height="6.99517" rx="1.00009" transform="rotate(45 20.4463 27.3652)" fill="var(--sapContent_Illustrative_Color14)"/>
13
+ </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-ChartBar-alternate">
2
+ <rect x="1.89014" y="32.9312" width="18.6907" height="8.09727" rx="1.33104" fill="var(--sapContent_Illustrative_Color2)"/>
3
+ <path d="M1.89014 5.73682C1.89014 5.18453 2.33785 4.73682 2.89014 4.73682H42.1094C42.6617 4.73682 43.1094 5.18453 43.1094 5.73682V11.8341C43.1094 12.3864 42.6617 12.8341 42.1094 12.8341H2.89014C2.33785 12.8341 1.89014 12.3864 1.89014 11.8341V5.73682Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.39014 5.73682C1.39014 4.90839 2.06171 4.23682 2.89014 4.23682H42.1094C42.9378 4.23682 43.6094 4.90839 43.6094 5.73682V11.8341C43.6094 12.6625 42.9378 13.3341 42.1094 13.3341H2.89014C2.06171 13.3341 1.39014 12.6625 1.39014 11.8341V5.73682ZM2.89014 5.23682C2.61399 5.23682 2.39014 5.46067 2.39014 5.73682V11.8341C2.39014 12.1102 2.61399 12.3341 2.89014 12.3341H42.1094C42.3855 12.3341 42.6094 12.1102 42.6094 11.8341V5.73682C42.6094 5.46067 42.3855 5.23682 42.1094 5.23682H2.89014Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <rect x="1.89014" y="18.834" width="32.4419" height="8.09727" rx="1.33104" fill="var(--sapContent_Illustrative_Color3)"/>
6
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-ChartBullet-alternate">
2
+ <rect x="4.36475" y="43.4814" width="18.6907" height="8.09727" rx="1.33104" transform="rotate(-90 4.36475 43.4814)" fill="var(--sapContent_Illustrative_Color2)"/>
3
+ <path d="M19.4512 43.4814C18.8989 43.4814 18.4512 43.0337 18.4512 42.4814L18.4512 3.26221C18.4512 2.70992 18.8989 2.26221 19.4512 2.26221L25.5484 2.26221C26.1007 2.26221 26.5484 2.70992 26.5484 3.26221L26.5484 42.4814C26.5484 43.0337 26.1007 43.4814 25.5484 43.4814L19.4512 43.4814Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.4512 43.9814C18.6227 43.9814 17.9512 43.3099 17.9512 42.4814L17.9512 3.26221C17.9512 2.43378 18.6227 1.76221 19.4512 1.76221L25.5484 1.76221C26.3769 1.76221 27.0484 2.43378 27.0484 3.26221L27.0484 42.4814C27.0484 43.3099 26.3769 43.9814 25.5484 43.9814L19.4512 43.9814ZM18.9512 42.4814C18.9512 42.7576 19.175 42.9814 19.4512 42.9814L25.5484 42.9814C25.8246 42.9814 26.0484 42.7576 26.0484 42.4814L26.0484 3.26221C26.0484 2.98606 25.8246 2.76221 25.5484 2.76221L19.4512 2.76221C19.175 2.76221 18.9512 2.98606 18.9512 3.26221L18.9512 42.4814Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <rect x="32.5376" y="43.4814" width="32.4419" height="8.09727" rx="1.33104" transform="rotate(-90 32.5376 43.4814)" fill="var(--sapContent_Illustrative_Color3)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.85487 14.5084C1.8552 13.9572 2.30237 13.5105 2.85366 13.5108L13.9755 13.5175C14.5268 13.5178 14.9734 13.965 14.9731 14.5163C14.9727 15.0675 14.5256 15.5142 13.9743 15.5139L2.85247 15.5072C2.30118 15.5069 1.85455 15.0597 1.85487 14.5084Z" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.9408 28.8229C15.9411 28.2716 16.3883 27.825 16.9396 27.8253L28.0614 27.8319C28.6127 27.8323 29.0593 28.2794 29.059 28.8307C29.0587 29.382 28.6115 29.8286 28.0602 29.8283L16.9384 29.8217C16.3871 29.8214 15.9405 29.3742 15.9408 28.8229Z" fill="var(--sapContent_Illustrative_Color4)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.0272 21.1466C30.0276 20.5953 30.4747 20.1487 31.026 20.149L42.1478 20.1557C42.6991 20.156 43.1458 20.6032 43.1454 21.1544C43.1451 21.7057 42.6979 22.1524 42.1467 22.152L31.0248 22.1454C30.4735 22.1451 30.0269 21.6979 30.0272 21.1466Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ </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-ChartDoughnut-alternate">
2
+ <path d="M21.5257 5.98242C21.558 5.58939 21.2655 5.2432 20.8715 5.22574C17.3757 5.07091 13.9001 5.88736 10.8331 7.59126C7.55775 9.41091 4.89555 12.1609 3.18314 15.4936C1.47074 18.8263 0.785036 22.5919 1.21275 26.3143C1.64047 30.0367 3.1624 33.5486 5.58607 36.406C8.00975 39.2634 11.2263 41.338 14.829 42.3673C18.4317 43.3966 22.2588 43.3345 25.8262 42.1888C29.3936 41.0431 32.5411 38.8653 34.8708 35.9307C37.0523 33.1829 38.4249 29.887 38.8425 26.4128C38.8896 26.0213 38.5957 25.6762 38.2027 25.644L29.8479 24.9578C29.4549 24.9255 29.1129 25.2187 29.0501 25.608C28.8014 27.1479 28.1616 28.6027 27.1868 29.8306C26.0636 31.2454 24.5461 32.2954 22.8262 32.8477C21.1063 33.4001 19.2612 33.43 17.5243 32.9338C15.7874 32.4375 14.2366 31.4373 13.0681 30.0597C11.8996 28.6821 11.1658 26.9889 10.9596 25.1943C10.7534 23.3997 11.084 21.5842 11.9096 19.9775C12.7352 18.3707 14.0187 17.0449 15.5978 16.1676C16.9683 15.4062 18.508 15.0124 20.0678 15.0183C20.4622 15.0198 20.8072 14.7302 20.8395 14.3372L21.5257 5.98242Z" fill="var(--sapContent_Illustrative_Color8)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.3474 6.71687C13.5763 4.92302 17.2354 4.06347 20.9158 4.22648C21.901 4.27012 22.599 5.1309 22.5223 6.06404L21.8361 14.4188C21.7572 15.3803 20.9305 16.0213 20.064 16.018C18.675 16.0128 17.3038 16.3635 16.0834 17.0415C14.6772 17.8228 13.5342 19.0034 12.799 20.4343C12.0638 21.8651 11.7695 23.4818 11.9531 25.0799C12.1367 26.6781 12.7901 28.1859 13.8307 29.4126C14.8713 30.6394 16.2522 31.5301 17.799 31.972C19.3458 32.4139 20.9888 32.3873 22.5204 31.8954C24.052 31.4035 25.4034 30.4685 26.4036 29.2086C27.2716 28.1151 27.8414 26.8196 28.0629 25.4483C28.201 24.5929 28.9683 23.8819 29.9298 23.9609L38.2845 24.6471C39.2177 24.7237 39.9531 25.5527 39.8354 26.5319C39.3957 30.1895 37.9506 33.6593 35.654 36.5523C33.2014 39.6417 29.8877 41.9345 26.1319 43.1407C22.3762 44.3469 18.3472 44.4123 14.5543 43.3286C10.7614 42.2449 7.37506 40.0609 4.82345 37.0526C2.27184 34.0444 0.669579 30.3471 0.219284 26.4282C-0.231011 22.5093 0.490885 18.5449 2.29368 15.0364C4.09648 11.5278 6.89921 8.63257 10.3474 6.71687ZM20.8715 5.2255C21.2655 5.24296 21.5579 5.58915 21.5257 5.98218L20.8395 14.337C20.8072 14.73 20.4622 15.0195 20.0678 15.018C18.508 15.0121 16.9682 15.406 15.5978 16.1674C14.0187 17.0447 12.7352 18.3705 11.9096 19.9772C11.084 21.584 10.7534 23.3995 10.9596 25.1941C11.1658 26.9887 11.8996 28.6819 13.0681 30.0595C14.2366 31.4371 15.7873 32.4373 17.5243 32.9335C19.2612 33.4298 21.1063 33.3999 22.8262 32.8475C24.5461 32.2951 26.0636 31.2452 27.1868 29.8304C28.1616 28.6025 28.8014 27.1476 29.0501 25.6077C29.1129 25.2184 29.4549 24.9253 29.8479 24.9575L38.2027 25.6437C38.5957 25.676 38.8896 26.021 38.8425 26.4126C38.4249 29.8868 37.0523 33.1826 34.8708 35.9305C32.5411 38.8651 29.3936 41.0429 25.8262 42.1886C22.2588 43.3343 18.4317 43.3964 14.829 42.3671C11.2263 41.3377 8.00974 39.2632 5.58607 36.4058C3.16239 33.5484 1.64046 30.0364 1.21275 26.314C0.78503 22.5917 1.47073 18.826 3.18314 15.4934C4.89554 12.1607 7.55775 9.41067 10.8331 7.59102C13.9001 5.88712 17.3757 5.07067 20.8715 5.2255Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path d="M21.8264 6.00201C21.8647 5.6135 21.5809 5.26605 21.1912 5.24219C18.3033 5.06535 15.4099 5.55224 12.7342 6.66944C10.0585 7.78664 7.67788 9.50184 5.77316 11.6798C5.51616 11.9736 5.56366 12.4198 5.86691 12.6656L12.4285 17.9855C12.7318 18.2314 13.175 18.1827 13.4437 17.8995C14.3123 16.9839 15.3642 16.2574 16.5336 15.7691C17.703 15.2808 18.9591 15.0436 20.221 15.0697C20.6113 15.0778 20.9575 14.7968 20.9959 14.4083L21.8264 6.00201Z" fill="var(--sapContent_Illustrative_Color20)"/>
5
+ <path d="M43.7528 22.2196C44.1413 22.258 44.4888 21.9742 44.5126 21.5845C44.65 19.3405 44.387 17.0879 43.7339 14.9327C43.0124 12.5518 41.8291 10.3363 40.2514 8.41271C38.6737 6.48913 36.7325 4.89513 34.5388 3.72174C32.5531 2.65957 30.3955 1.96087 28.168 1.65654C27.7812 1.60369 27.4348 1.88889 27.3965 2.2774L26.5005 11.3466C26.4622 11.7352 26.7468 12.0782 27.1308 12.149C27.9829 12.3063 28.8071 12.5944 29.5736 13.0044C30.5483 13.5258 31.4108 14.234 32.1118 15.0887C32.8128 15.9434 33.3386 16.9277 33.6592 17.9856C33.9113 18.8176 34.0326 19.6822 34.02 20.5486C34.0143 20.939 34.2951 21.2853 34.6836 21.3237L43.7528 22.2196Z" fill="var(--sapContent_Illustrative_Color3)"/>
6
+ <path d="M38.2387 25.2378C38.6284 25.2611 38.9268 25.5961 38.889 25.9846C38.6299 28.6496 37.8085 31.2322 36.4759 33.5608C35.0262 36.094 33.0108 38.2581 30.5869 39.884C28.1629 41.51 25.3961 42.5539 22.5022 42.9342C19.8422 43.2839 17.141 43.0642 14.577 42.293C14.2031 42.1805 14.0064 41.7773 14.1327 41.4079L16.8659 33.4147C16.9922 33.0453 17.3936 32.8511 17.7717 32.9483C18.8942 33.2369 20.0637 33.3086 21.2171 33.157C22.6046 32.9746 23.9312 32.4741 25.0934 31.6945C26.2556 30.9149 27.2219 29.8774 27.917 28.6628C28.4948 27.6531 28.8721 26.5438 29.0309 25.3957C29.0844 25.009 29.4164 24.7113 29.8061 24.7345L38.2387 25.2378Z" fill="var(--sapContent_Illustrative_Color2)"/>
7
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-ChartFlow-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22.998 34.0126V24.1053H23.998V34.0126C23.998 34.4339 24.3395 34.7753 24.7607 34.7753H34.1907V35.7753H24.7607C23.7872 35.7753 22.998 34.9861 22.998 34.0126Z" fill="var(--sapContent_Illustrative_Color4)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.83008 21.2216L5.83008 12.1902L6.83008 12.1902L6.83008 21.2216L5.83008 21.2216Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.28526 22.4161L40.0215 22.4161V23.4161L7.28526 23.4161V22.4161Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M1.04297 8.45337C1.04297 7.90109 1.49068 7.45337 2.04297 7.45337H15.7535C16.3058 7.45337 16.7535 7.90108 16.7535 8.45337V12.6292C16.7535 13.1815 16.3058 13.6292 15.7535 13.6292H2.04297C1.49068 13.6292 1.04297 13.1815 1.04297 12.6292V8.45337Z" fill="var(--sapContent_Illustrative_Color8)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.04297 6.45337H15.7535C16.8581 6.45337 17.7535 7.3488 17.7535 8.45337V12.6292C17.7535 13.7338 16.8581 14.6292 15.7535 14.6292H2.04297C0.938398 14.6292 0.0429688 13.7338 0.0429688 12.6292V8.45337C0.0429688 7.3488 0.938398 6.45337 2.04297 6.45337ZM2.04297 7.45337C1.49068 7.45337 1.04297 7.90109 1.04297 8.45337V12.6292C1.04297 13.1815 1.49068 13.6292 2.04297 13.6292H15.7535C16.3058 13.6292 16.7535 13.1815 16.7535 12.6292V8.45337C16.7535 7.90108 16.3058 7.45337 15.7535 7.45337H2.04297Z" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <rect x="0.734375" y="19.7612" width="11.5269" height="5.99293" rx="1" fill="var(--sapContent_Illustrative_Color2)"/>
8
+ <rect x="34.0479" y="19.7612" width="10.8555" height="5.99293" rx="1" fill="var(--sapContent_Illustrative_Color2)"/>
9
+ <rect x="29.2041" y="32.0348" width="15.6278" height="5.99293" rx="1" fill="var(--sapContent_Illustrative_Color3)"/>
10
+ <rect x="23.2822" y="17.5046" width="7.68895" height="7.68895" rx="1" transform="rotate(45 23.2822 17.5046)" fill="var(--sapContent_Illustrative_Color14)"/>
11
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-ChartGantt-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.93994 3.05518C7.49223 3.05518 7.93994 3.50289 7.93994 4.05518L7.93994 42.2527C7.93994 42.805 7.49222 43.2527 6.93994 43.2527C6.38765 43.2527 5.93994 42.805 5.93994 42.2527L5.93994 4.05518C5.93994 3.50289 6.38766 3.05518 6.93994 3.05518Z" fill="var(--sapContent_Illustrative_Color5)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22.8391 3.05518C23.3914 3.05518 23.8391 3.50289 23.8391 4.05518L23.8391 42.2527C23.8391 42.805 23.3914 43.2527 22.8391 43.2527C22.2868 43.2527 21.8391 42.805 21.8391 42.2527L21.8391 4.05518C21.8391 3.50289 22.2868 3.05518 22.8391 3.05518Z" fill="var(--sapContent_Illustrative_Color5)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.7383 3.05518C39.2906 3.05518 39.7383 3.50289 39.7383 4.05518L39.7383 42.2527C39.7383 42.805 39.2906 43.2527 38.7383 43.2527C38.186 43.2527 37.7383 42.805 37.7383 42.2527L37.7383 4.05518C37.7383 3.50289 38.186 3.05518 38.7383 3.05518Z" fill="var(--sapContent_Illustrative_Color5)"/>
5
+ <path d="M1.49341 6.84424C1.49341 6.29195 1.94112 5.84424 2.49341 5.84424H17.4628C18.0151 5.84424 18.4628 6.29195 18.4628 6.84424V13.0214C18.4628 13.5737 18.0151 14.0214 17.4628 14.0214H2.49341C1.94112 14.0214 1.49341 13.5737 1.49341 13.0214V6.84424Z" fill="var(--sapContent_Illustrative_Color8)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.49341 4.84424H17.4628C18.5674 4.84424 19.4628 5.73967 19.4628 6.84424V13.0214C19.4628 14.126 18.5674 15.0214 17.4628 15.0214H2.49341C1.38884 15.0214 0.493408 14.126 0.493408 13.0214V6.84424C0.493408 5.73967 1.38884 4.84424 2.49341 4.84424ZM2.49341 5.84424C1.94112 5.84424 1.49341 6.29195 1.49341 6.84424V13.0214C1.49341 13.5737 1.94112 14.0214 2.49341 14.0214H17.4628C18.0151 14.0214 18.4628 13.5737 18.4628 13.0214V6.84424C18.4628 6.29195 18.0151 5.84424 17.4628 5.84424H2.49341Z" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <rect x="27.4539" y="32.2861" width="17.8825" height="8.17715" rx="1" fill="var(--sapContent_Illustrative_Color14)"/>
8
+ <rect x="27.4539" y="18.9653" width="10.2845" height="8.17715" rx="1" fill="var(--sapContent_Illustrative_Color3)"/>
9
+ <rect x="8.82666" y="18.9653" width="15.8992" height="8.17715" rx="1" fill="var(--sapContent_Illustrative_Color2)"/>
10
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-ChartOrg-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.63373 30.8291L21.8151 12.4189L22.5866 13.0552L7.40524 31.4653L6.63373 30.8291Z" fill="var(--sapContent_Illustrative_Color4)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M39.5009 30.8291L24.3195 12.4189L23.5479 13.0552L38.7293 31.4653L39.5009 30.8291Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path d="M31.6915 9.75592C31.6915 14.2791 28.0247 17.9459 23.5015 17.9459C18.9783 17.9459 15.3115 14.2791 15.3115 9.75592C15.3115 5.23271 18.9783 1.56592 23.5015 1.56592C28.0247 1.56592 31.6915 5.23271 31.6915 9.75592Z" fill="var(--sapContent_Illustrative_Color8)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.3403 15.1521C17.7558 12.9837 19.6545 11.4068 21.8728 11.4068H25.1299C27.3483 11.4068 29.247 12.9838 29.6624 15.1522C28.1613 16.8647 25.9577 17.9459 23.5015 17.9459C21.0452 17.9459 18.8415 16.8646 17.3403 15.1521ZM26.2705 7.79157C26.2705 9.3209 25.0307 10.5607 23.5013 10.5607C21.972 10.5607 20.7322 9.3209 20.7322 7.79157C20.7322 6.26223 21.972 5.02246 23.5013 5.02246C25.0307 5.02246 26.2705 6.26223 26.2705 7.79157Z" fill="var(--sapContent_Illustrative_Color3)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M23.5015 16.9459C27.4725 16.9459 30.6915 13.7268 30.6915 9.75592C30.6915 5.78499 27.4725 2.56592 23.5015 2.56592C19.5306 2.56592 16.3115 5.78499 16.3115 9.75592C16.3115 13.7268 19.5306 16.9459 23.5015 16.9459ZM23.5015 17.9459C28.0247 17.9459 31.6915 14.2791 31.6915 9.75592C31.6915 5.23271 28.0247 1.56592 23.5015 1.56592C18.9783 1.56592 15.3115 5.23271 15.3115 9.75592C15.3115 14.2791 18.9783 17.9459 23.5015 17.9459Z" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <path d="M16.9425 34.7667C16.9425 39.2899 13.2757 42.9567 8.7525 42.9567C4.22929 42.9567 0.5625 39.2899 0.5625 34.7667C0.5625 30.2434 4.22929 26.5767 8.7525 26.5767C13.2757 26.5767 16.9425 30.2434 16.9425 34.7667Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.59137 40.1628C3.00687 37.9945 4.9055 36.4175 7.12383 36.4175H10.381C12.5994 36.4175 14.498 37.9946 14.9135 40.163C13.4123 41.8754 11.2087 42.9567 8.75251 42.9567C6.29623 42.9567 4.0925 41.8754 2.59137 40.1628ZM11.5215 32.8023C11.5215 34.3316 10.2817 35.5714 8.75239 35.5714C7.22305 35.5714 5.98328 34.3316 5.98328 32.8023C5.98328 31.273 7.22305 30.0332 8.75239 30.0332C10.2817 30.0332 11.5215 31.273 11.5215 32.8023Z" fill="var(--sapContent_Illustrative_Color2)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.7525 41.9567C12.7234 41.9567 15.9425 38.7376 15.9425 34.7667C15.9425 30.7957 12.7234 27.5767 8.7525 27.5767C4.78157 27.5767 1.5625 30.7957 1.5625 34.7667C1.5625 38.7376 4.78157 41.9567 8.7525 41.9567ZM8.7525 42.9567C13.2757 42.9567 16.9425 39.2899 16.9425 34.7667C16.9425 30.2434 13.2757 26.5767 8.7525 26.5767C4.22929 26.5767 0.5625 30.2434 0.5625 34.7667C0.5625 39.2899 4.22929 42.9567 8.7525 42.9567Z" fill="var(--sapContent_Illustrative_Color4)"/>
10
+ <path d="M44.7742 34.7667C44.7742 39.2899 41.1074 42.9567 36.5842 42.9567C32.061 42.9567 28.3942 39.2899 28.3942 34.7667C28.3942 30.2434 32.061 26.5767 36.5842 26.5767C41.1074 26.5767 44.7742 30.2434 44.7742 34.7667Z" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.423 40.1628C30.8385 37.9945 32.7371 36.4175 34.9554 36.4175H38.2126C40.431 36.4175 42.3297 37.9946 42.7451 40.163C41.2439 41.8754 39.0403 42.9567 36.5841 42.9567C34.1278 42.9567 31.9241 41.8754 30.423 40.1628ZM39.3531 32.8023C39.3531 34.3316 38.1133 35.5714 36.584 35.5714C35.0547 35.5714 33.8149 34.3316 33.8149 32.8023C33.8149 31.273 35.0547 30.0332 36.584 30.0332C38.1133 30.0332 39.3531 31.273 39.3531 32.8023Z" fill="var(--sapContent_Illustrative_Color13)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M36.5842 41.9567C40.5551 41.9567 43.7742 38.7376 43.7742 34.7667C43.7742 30.7957 40.5551 27.5767 36.5842 27.5767C32.6132 27.5767 29.3942 30.7957 29.3942 34.7667C29.3942 38.7376 32.6132 41.9567 36.5842 41.9567ZM36.5842 42.9567C41.1074 42.9567 44.7742 39.2899 44.7742 34.7667C44.7742 30.2434 41.1074 26.5767 36.5842 26.5767C32.061 26.5767 28.3942 30.2434 28.3942 34.7667C28.3942 39.2899 32.061 42.9567 36.5842 42.9567Z" fill="var(--sapContent_Illustrative_Color4)"/>
13
+ </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-ChartPie-alternate">
2
+ <path d="M22.5393 4.17936C22.5788 3.77922 22.2865 3.42137 21.8852 3.39679C18.2854 3.17634 14.6895 3.95789 11.5 5.66155C8.09606 7.4797 5.30773 10.2664 3.48759 13.6692C1.66745 17.0721 0.897239 20.9383 1.27437 24.7788C1.65149 28.6194 3.15902 32.2619 5.6063 35.2457C8.05358 38.2295 11.3307 40.4206 15.0233 41.5419C18.7158 42.6633 22.658 42.6644 26.3512 41.5453C30.0444 40.4261 33.3228 38.237 35.7718 35.2546C38.0666 32.46 39.5367 29.0866 40.0248 25.5133C40.0793 25.1149 39.7855 24.7582 39.3854 24.7187L21.4172 22.9436C21.0171 22.9041 20.7247 22.5477 20.7643 22.1475L22.5393 4.17936Z" fill="var(--sapContent_Illustrative_Color8)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.0289 4.77961C14.382 2.98864 18.1621 2.16704 21.9464 2.39879C22.9381 2.45952 23.6274 3.33825 23.5345 4.2778L21.7862 21.9753L39.4838 23.7236C40.4233 23.8164 41.1502 24.6643 41.0157 25.6487C40.5025 29.4052 38.9572 32.9515 36.5447 35.8893C33.9702 39.0246 30.5238 41.3259 26.6413 42.5024C22.7588 43.6789 18.6146 43.6777 14.7328 42.4989C10.851 41.3202 7.4059 39.0168 4.83319 35.88C2.26048 32.7433 0.675689 28.9141 0.279234 24.8767C-0.117222 20.8393 0.69246 16.775 2.60589 13.1977C4.51932 9.62046 7.45055 6.69095 11.0289 4.77961ZM21.8853 3.39692C22.2866 3.4215 22.5789 3.77935 22.5394 4.17949L20.7644 22.1477C20.7248 22.5478 21.0172 22.9042 21.4173 22.9438L39.3855 24.7188C39.7856 24.7583 40.0793 25.115 40.0249 25.5134C39.5368 29.0867 38.0667 32.4601 35.7719 35.2547C33.3229 38.2371 30.0445 40.4263 26.3513 41.5454C22.658 42.6645 18.7159 42.6634 15.0234 41.5421C11.3308 40.4208 8.05367 38.2297 5.60638 35.2459C3.1591 32.2621 1.65157 28.6196 1.27445 24.779C0.89732 20.9384 1.66753 17.0722 3.48767 13.6694C5.30782 10.2665 8.09615 7.47982 11.5001 5.66167C14.6896 3.95802 18.2855 3.17647 21.8853 3.39692Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path d="M22.5393 4.17962C22.5788 3.77947 22.2864 3.42162 21.8851 3.39705C19.0309 3.22228 16.173 3.67705 13.5141 4.7291C13.1402 4.87704 12.9734 5.30795 13.1351 5.67606L20.1337 21.6005C20.2844 21.9434 20.7924 21.8626 20.8292 21.4898L22.5393 4.17962Z" fill="var(--sapContent_Illustrative_Color20)"/>
5
+ <path d="M39.3854 24.7187C39.7855 24.7582 40.0793 25.1149 40.0248 25.5133C39.6515 28.2456 38.7028 30.8707 37.2382 33.2138C35.6449 35.763 33.4841 37.9095 30.9244 39.4859C28.3648 41.0623 25.4755 42.0259 22.482 42.3016C19.7304 42.555 16.9592 42.2208 14.3513 41.3245C13.971 41.1939 13.7847 40.771 13.9294 40.3959L20.4932 23.3889C20.6111 23.0835 20.9183 22.8943 21.244 22.9265L39.3854 24.7187Z" fill="var(--sapContent_Illustrative_Color2)"/>
6
+ <path d="M40.1099 24.7911C39.8624 27.2961 39.1326 29.7296 37.9606 31.9573L20.6927 22.8729L40.1099 24.7911Z" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <path d="M33.5824 3.50231C33.8051 3.16756 34.2578 3.07588 34.5857 3.30869C37.9633 5.70729 40.6661 8.94237 42.4255 12.702C44.1849 16.4617 44.9371 20.6095 44.6147 24.7397C44.5834 25.1405 44.223 25.4294 43.8233 25.3859L21.884 23.0018C21.3411 22.9428 21.054 22.3293 21.3565 21.8747L33.5824 3.50231Z" fill="var(--sapContent_Illustrative_Color3)"/>
8
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="45" height="45" id="tnt-Dot-CodePlaceholder-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 46">
2
+ <rect x="-.02" y="2.35" width="43.44" height="43.44" rx="3.12" ry="3.12" fill="var(--sapContent_Illustrative_Color6)" />
3
+ <path d="m1.54,5.01C1.54,2.81,3.33,1.01,5.54,1.01h35.44c2.21,0,4,1.79,4,4v35.44c0,2.21-1.79,4-4,4H5.54c-2.21,0-4-1.79-4-4V5.01Z" fill="var(--sapContent_Illustrative_Color8)" />
4
+ <path d="m40.98,2.01H5.54c-1.66,0-3,1.34-3,3v35.44c0,1.66,1.34,3,3,3h35.44c1.66,0,3-1.34,3-3V5.01c0-1.66-1.34-3-3-3ZM5.54,1.01C3.33,1.01,1.54,2.81,1.54,5.01v35.44c0,2.21,1.79,4,4,4h35.44c2.21,0,4-1.79,4-4V5.01c0-2.21-1.79-4-4-4H5.54Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
5
+ <path d="m6.74,41.71c-1.35,0-2.45-1.1-2.45-2.45v-4.75c1.1,0,2,.9,2,2v2.75c0,.25.2.45.45.45h2.75c1.1,0,2,.9,2,2h-4.75Zm15.77,0c0-1.1-.9-2-2-2h-5.51c-1.1,0-2,.9-2,2h9.51Zm11.01,0c0-1.1-.9-2-2-2h-5.51c-1.1,0-2,.9-2,2h9.51Zm8.71-7.2c-1.1,0-2,.9-2,2v2.75c0,.25-.2.45-.45.45h-2.75c-1.1,0-2,.9-2,2h4.75c1.35,0,2.45-1.1,2.45-2.45v-4.75Zm0-11.01c-1.1,0-2,.9-2,2v5.51c0,1.1.9,2,2,2v-9.51Zm0-11.01c-1.1,0-2,.9-2,2v5.51c0,1.1.9,2,2,2v-9.51Zm-7.2-8.71c0,1.1.9,2,2,2h2.75c.25,0,.45.2.45.45v2.75c0,1.1.9,2,2,2v-4.75c0-1.35-1.1-2.45-2.45-2.45h-4.75Zm-11.01,0c0,1.1.9,2,2,2h5.51c1.1,0,2-.9,2-2h-9.51Zm-11.01,0c0,1.1.9,2,2,2h5.51c1.1,0,2-.9,2-2h-9.51Zm-8.71,7.2c1.1,0,2-.9,2-2v-2.75c0-.25.2-.45.45-.45h2.75c1.1,0,2-.9,2-2h-4.75c-1.35,0-2.45,1.1-2.45,2.45v4.75Zm0,11.01c1.1,0,2-.9,2-2v-5.51c0-1.1-.9-2-2-2v9.51Zm0,11.01c1.1,0,2-.9,2-2v-5.51c0-1.1-.9-2-2-2v9.51Z" fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" />
6
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="45" height="45" id="tnt-Dot-Company-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
2
+ <path d="m7.32,2.25h30.36v42.7H7.32V2.25Z" fill="var(--sapContent_Illustrative_Color8)" />
3
+ <path d="m36.68,3.25H8.32v40.7h28.36V3.25ZM7.32,2.25v42.7h30.36V2.25H7.32Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
4
+ <rect x="19.8" y="3.15" width="5.39" height="40.9" fill="var(--sapContent_Illustrative_Color2)" />
5
+ <rect x="19.8" y="3.15" width="5.39" height="5.51" fill="var(--sapContent_Illustrative_Color14)" />
6
+ <rect x="4.79" y=".03" width="35.42" height="4.84" fill="var(--sapContent_Illustrative_Color2)" />
7
+ <rect x="10.41" y="7.36" width="7.37" height="15.69" fill="var(--sapContent_Illustrative_Color5)" />
8
+ <rect x="10.41" y="25.65" width="7.37" height="15.69" fill="var(--sapContent_Illustrative_Color5)" />
9
+ <rect x="27.22" y="7.36" width="7.37" height="15.69" fill="var(--sapContent_Illustrative_Color5)" />
10
+ <rect x="27.22" y="25.65" width="7.37" height="15.69" fill="var(--sapContent_Illustrative_Color5)" />
11
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Compass-alternate">
2
+ <path d="M42.8369 22.8721C42.8369 34.1038 33.7318 43.209 22.5 43.209C11.2682 43.209 2.16309 34.1038 2.16309 22.8721C2.16309 11.6403 11.2682 2.53516 22.5 2.53516C33.7318 2.53516 42.8369 11.6403 42.8369 22.8721Z" fill="var(--sapContent_Illustrative_Color8)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M43.8369 22.8721C43.8369 34.6561 34.2841 44.209 22.5 44.209C10.7159 44.209 1.16309 34.6561 1.16309 22.8721C1.16309 11.088 10.7159 1.53516 22.5 1.53516C34.2841 1.53516 43.8369 11.088 43.8369 22.8721ZM22.5 43.209C33.7318 43.209 42.8369 34.1038 42.8369 22.8721C42.8369 11.6403 33.7318 2.53516 22.5 2.53516C11.2682 2.53516 2.16309 11.6403 2.16309 22.8721C2.16309 34.1038 11.2682 43.209 22.5 43.209Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path d="M38.6452 22.8719C38.6452 31.7889 31.4166 39.0175 22.4996 39.0175C13.5826 39.0175 6.354 31.7889 6.354 22.8719C6.354 13.9549 13.5826 6.72632 22.4996 6.72632C31.4166 6.72632 38.6452 13.9549 38.6452 22.8719Z" fill="var(--sapContent_Illustrative_Color6)"/>
5
+ <path d="M33.1918 13.0113L25.744 26.3898L19.2558 19.3549L33.1918 13.0113Z" fill="var(--sapContent_Illustrative_Color17)"/>
6
+ <path d="M11.808 32.7333L25.7441 26.3897L19.2559 19.3548L11.808 32.7333Z" fill="var(--sapContent_Illustrative_Color3)"/>
7
+ <path d="M25.2082 25.8086C23.587 27.3038 21.0606 27.2017 19.5653 25.5804C18.0701 23.9592 18.1723 21.4328 19.7935 19.9375C21.4147 18.4423 23.9411 18.5444 25.4364 20.1657C26.9316 21.7869 26.8295 24.3133 25.2082 25.8086Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M25.8862 26.5436C23.859 28.4133 20.6999 28.2856 18.8303 26.2584C16.9606 24.2311 17.0883 21.0721 19.1155 19.2024C21.1427 17.3327 24.3018 17.4605 26.1715 19.4877C28.0411 21.5149 27.9134 24.674 25.8862 26.5436ZM19.5653 25.5804C21.0606 27.2016 23.587 27.3038 25.2082 25.8085C26.8295 24.3133 26.9316 21.7869 25.4364 20.1657C23.9411 18.5444 21.4147 18.4423 19.7935 19.9375C18.1722 21.4328 18.0701 23.9592 19.5653 25.5804Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Components-alternate">
2
+ <rect x="2.37207" y="27.1147" width="40.2163" height="17.6409" fill="var(--sapContent_Illustrative_Color2)"/>
3
+ <path d="M9.29297 3.97297C9.29297 3.51827 9.66158 3.14966 10.1163 3.14966H17.8451C18.2998 3.14966 18.6684 3.51827 18.6684 3.97297V10.1952C18.6684 10.6499 18.2998 11.0185 17.8451 11.0185H10.1163C9.66158 11.0185 9.29297 10.6499 9.29297 10.1952V3.97297Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.1163 2.14966H17.8451C18.8521 2.14966 19.6684 2.96598 19.6684 3.97297V10.1952C19.6684 11.2022 18.8521 12.0185 17.8451 12.0185H10.1163C9.10929 12.0185 8.29297 11.2022 8.29297 10.1952V3.97297C8.29297 2.96598 9.10929 2.14966 10.1163 2.14966ZM10.1163 3.14966C9.66158 3.14966 9.29297 3.51827 9.29297 3.97297V10.1952C9.29297 10.6499 9.66158 11.0185 10.1163 11.0185H17.8451C18.2998 11.0185 18.6684 10.6499 18.6684 10.1952V3.97297C18.6684 3.51827 18.2998 3.14966 17.8451 3.14966H10.1163Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M26.4399 3.97297C26.4399 3.51827 26.8086 3.14966 27.2633 3.14966H34.9921C35.4468 3.14966 35.8154 3.51827 35.8154 3.97297V10.1952C35.8154 10.6499 35.4468 11.0185 34.9921 11.0185H27.2633C26.8086 11.0185 26.4399 10.6499 26.4399 10.1952V3.97297Z" fill="var(--sapContent_Illustrative_Color8)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.2633 2.14966H34.9921C35.999 2.14966 36.8154 2.96598 36.8154 3.97297V10.1952C36.8154 11.2022 35.9991 12.0185 34.9921 12.0185H27.2633C26.2563 12.0185 25.4399 11.2022 25.4399 10.1952V3.97297C25.4399 2.96598 26.2563 2.14966 27.2633 2.14966ZM27.2633 3.14966C26.8086 3.14966 26.4399 3.51827 26.4399 3.97297V10.1952C26.4399 10.6499 26.8086 11.0185 27.2633 11.0185H34.9921C35.4468 11.0185 35.8154 10.6499 35.8154 10.1952V3.97297C35.8154 3.51827 35.4468 3.14966 34.9921 3.14966H27.2633Z" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <path d="M3.4082 8.8418H41.6244V25.9186H3.4082V8.8418Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.4082 7.8418H42.6244V26.9186H2.4082V7.8418ZM3.4082 8.8418V25.9186H41.6244V8.8418H3.4082Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M42.5884 28.9021L2.37207 28.9021L2.37207 26.9021L42.5884 26.9021L42.5884 28.9021Z" fill="var(--sapContent_Illustrative_Color14)"/>
10
+ </svg>
@@ -0,0 +1,22 @@
1
+ <svg width="45" height="45" version="1.1" id="tnt-Dot-Dialog-alternate" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2
+ viewBox="0 0 45 45" enable-background="new 0 0 45 45" xml:space="preserve">
3
+ <g>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color2)" d="M31.3,25.8c-7.1,0-12.9-5.8-12.9-12.9S24.2,0,31.3,0
5
+ s12.9,5.8,12.9,12.9c0,2.3-0.6,4.4-1.7,6.3l2.1,4.8c0.3,0.7-0.3,1.4-1,1.3l-5.5-1.4C36.1,25.1,33.8,25.8,31.3,25.8z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M27.7,12.9c0,0.9-0.7,1.7-1.7,1.7c-0.9,0-1.7-0.7-1.7-1.7c0-0.9,0.7-1.7,1.7-1.7C27,11.3,27.7,12,27.7,12.9
7
+ z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M33.3,12.9c0,0.9-0.7,1.7-1.7,1.7c-0.9,0-1.7-0.7-1.7-1.7c0-0.9,0.7-1.7,1.7-1.7
9
+ C32.5,11.3,33.3,12,33.3,12.9z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M38.8,12.9c0,0.9-0.7,1.7-1.7,1.7c-0.9,0-1.7-0.7-1.7-1.7c0-0.9,0.7-1.7,1.7-1.7C38,11.3,38.8,12,38.8,12.9
11
+ z"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color8)" d="M16.9,44.2c8.3,0,15.1-6.8,15.1-15.1S25.2,14,16.9,14
13
+ C8.5,14,1.8,20.8,1.8,29.1c0,2.7,0.7,5.2,1.9,7.4l-2.6,6.1C0.8,43.3,1.4,44,2,43.8L9,42C11.3,43.4,14,44.2,16.9,44.2z"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color4)" d="M32.7,29.1c0,8.7-7.1,15.8-15.8,15.8c-2.9,0-5.7-0.8-8-2.2
15
+ l-6.7,1.7c-1.3,0.3-2.2-1-1.8-2.1l2.5-5.8C1.7,34.3,1,31.7,1,29.1c0-8.7,7.1-15.8,15.8-15.8C25.6,13.3,32.7,20.4,32.7,29.1z
16
+ M3.7,36.5c-1.2-2.2-1.9-4.7-1.9-7.4C1.8,20.8,8.5,14,16.9,14C25.2,14,32,20.8,32,29.1s-6.8,15.1-15.1,15.1c-2.9,0-5.6-0.8-7.9-2.2
17
+ l-7,1.8c-0.6,0.2-1.2-0.5-0.9-1.1L3.7,36.5z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M11.6,29.1c0,1.2-0.9,2.1-2.1,2.1s-2.1-0.9-2.1-2.1S8.3,27,9.5,27S11.6,28,11.6,29.1z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M18.6,29.1c0,1.2-0.9,2.1-2.1,2.1s-2.1-0.9-2.1-2.1s0.9-2.1,2.1-2.1S18.6,28,18.6,29.1z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M25.6,29.1c0,1.2-0.9,2.1-2.1,2.1s-2.1-0.9-2.1-2.1s0.9-2.1,2.1-2.1S25.6,28,25.6,29.1z"/>
21
+ </g>
22
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-EmptyContentPane-alternate">
2
+ <path d="M1 18.1147C1 16.4579 2.34315 15.1147 4 15.1147H16.4742C17.168 15.1147 17.8403 15.3552 18.3767 15.7952L29.8887 25.2374C30.5834 25.8073 30.9861 26.6585 30.9861 27.557V41.3512C30.9861 43.0081 29.643 44.3512 27.9861 44.3512H4C2.34315 44.3512 1 43.0081 1 41.3512V18.1147Z" fill="var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M4.24951 15.6641C4.24951 14.3945 5.27877 13.3652 6.54842 13.3652H19.1695C19.7015 13.3652 20.217 13.5497 20.6281 13.8872L31.9376 23.1706C32.4696 23.6073 32.7779 24.2593 32.7779 24.9475V38.9032C32.7779 40.1729 31.7486 41.2021 30.479 41.2021H6.54842C5.27877 41.2021 4.24951 40.1729 4.24951 38.9032V15.6641Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.479 42.2021H6.54842C4.72649 42.2021 3.24951 40.7251 3.24951 38.9032V15.6641C3.24951 13.8422 4.72648 12.3652 6.54842 12.3652H19.1695C19.9329 12.3652 20.6726 12.63 21.2626 13.1143L32.5721 22.3977C33.3354 23.0243 33.7779 23.9599 33.7779 24.9475V38.9032C33.7779 40.7251 32.3009 42.2021 30.479 42.2021ZM6.54842 13.3652C5.27877 13.3652 4.24951 14.3945 4.24951 15.6641V38.9032C4.24951 40.1729 5.27877 41.2021 6.54842 41.2021H30.479C31.7486 41.2021 32.7779 40.1729 32.7779 38.9032V24.9475C32.7779 24.2593 32.4696 23.6073 31.9376 23.1706L20.6281 13.8872C20.217 13.5497 19.7015 13.3652 19.1695 13.3652H6.54842Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M20.0641 22.8604C20.0641 23.4127 20.5118 23.8604 21.0641 23.8604H32.2216C32.4091 23.8604 32.4935 23.6255 32.3489 23.5062L20.3914 13.6354C20.261 13.5278 20.0641 13.6205 20.0641 13.7897V22.8604Z" fill="var(--sapContent_Illustrative_Color8)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M32.2216 24.8604H21.0641C19.9595 24.8604 19.0641 23.9649 19.0641 22.8604V13.7897C19.0641 12.7749 20.2454 12.2182 21.028 12.8642L32.9855 22.7349C33.8532 23.4512 33.3467 24.8604 32.2216 24.8604ZM20.3914 13.6354C20.261 13.5277 20.0641 13.6205 20.0641 13.7897V22.8604C20.0641 23.4127 20.5118 23.8604 21.0641 23.8604H32.2216C32.4091 23.8604 32.4935 23.6255 32.3489 23.5061L20.3914 13.6354Z" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <path d="M31.1973 1.30627C31.3067 1.39963 31.3888 1.52073 31.4351 1.65685C31.4815 1.79296 31.4902 1.93904 31.4606 2.07972L30.8416 5.44423C30.7395 6.00073 30.2247 6.2156 29.7885 6.13547C29.6088 6.10919 29.4425 6.02528 29.3146 5.89636C29.1867 5.76744 29.104 5.60048 29.0791 5.42057C29.0697 5.33329 29.0735 5.24508 29.0904 5.15894L29.7094 1.79443C29.7335 1.64626 29.7973 1.50737 29.8938 1.39246C29.9904 1.27755 30.1163 1.19088 30.2581 1.14164C30.4157 1.08683 30.5847 1.07318 30.7491 1.10199C30.9135 1.1308 31.0677 1.20112 31.1973 1.30627V1.30627Z" fill="var(--sapContent_Illustrative_Color5)"/>
8
+ <path d="M44.5221 14.2642C44.5543 14.362 44.5656 14.4654 44.5556 14.5678C44.5455 14.6702 44.5142 14.7694 44.4636 14.859C44.4131 14.9486 44.3444 15.0267 44.2619 15.0883C44.1795 15.1499 44.0852 15.1936 43.9849 15.2166L40.7749 16.1113C40.6594 16.1431 40.5387 16.1515 40.4199 16.1361C40.3011 16.1208 40.1865 16.0819 40.0829 16.0217C39.9793 15.9615 39.8887 15.8814 39.8164 15.7858C39.7441 15.6902 39.6916 15.5812 39.6619 15.4652C39.6483 15.4176 39.6386 15.3691 39.633 15.32C39.6095 15.1388 39.6548 14.9555 39.7598 14.8061C39.8648 14.6567 40.022 14.552 40.2004 14.5128L43.4091 13.6193C43.5245 13.5873 43.6452 13.5787 43.764 13.5939C43.8828 13.6092 43.9974 13.6479 44.101 13.708C44.2047 13.768 44.2953 13.8482 44.3676 13.9437C44.4399 14.0392 44.4925 14.1482 44.5221 14.2642V14.2642Z" fill="var(--sapContent_Illustrative_Color5)"/>
9
+ <path d="M40.2767 5.93538C40.2828 6.04763 40.266 6.15995 40.2272 6.26546C40.1884 6.37096 40.1284 6.46744 40.0511 6.549L36.6177 10.2426C36.4628 10.4074 36.2502 10.506 36.0244 10.5176C35.7985 10.5293 35.5769 10.4532 35.4058 10.3052C35.2477 10.1673 35.1473 9.97504 35.1243 9.76653C35.1112 9.64632 35.1242 9.5247 35.1624 9.40998C35.2006 9.29526 35.2631 9.19012 35.3456 9.10173L38.7789 5.40809C38.9346 5.24226 39.1485 5.14322 39.3756 5.1318C39.6027 5.12037 39.8254 5.19744 39.9969 5.34681C40.0808 5.42101 40.1488 5.5114 40.1969 5.61254C40.245 5.71368 40.2721 5.82349 40.2767 5.93538V5.93538Z" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="45" height="45" id="tnt-Dot-ExternalLink-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
2
+ <rect x=".06" y="17.91" width="31.68" height="21.16" rx="2.76" ry="2.76" fill="var(--sapContent_Illustrative_Color6)" />
3
+ <path d="m1.98,19.34c0-1.27,1.03-2.3,2.3-2.3h25.63c1.27,0,2.3,1.03,2.3,2.3v15.65c0,1.27-1.03,2.3-2.3,2.3H4.28c-1.27,0-2.3-1.03-2.3-2.3v-15.65Z" fill="var(--sapContent_Illustrative_Color8)" />
4
+ <path d="m4.28,16.04h25.63c1.82,0,3.3,1.48,3.3,3.3v15.65c0,1.82-1.48,3.3-3.3,3.3H4.28c-1.82,0-3.3-1.48-3.3-3.3v-15.65c0-1.82,1.48-3.3,3.3-3.3Zm0,1c-1.27,0-2.3,1.03-2.3,2.3v15.65c0,1.27,1.03,2.3,2.3,2.3h25.63c1.27,0,2.3-1.03,2.3-2.3v-15.65c0-1.27-1.03-2.3-2.3-2.3H4.28Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
5
+ <path d="m1.98,19.34c0-1.27,1.03-2.3,2.3-2.3h25.63c1.27,0,2.3,1.03,2.3,2.3v1.63H1.98v-1.63Z" fill="var(--sapContent_Illustrative_Color5)" />
6
+ <path d="m22.95,26.55c.23-3.37,2.93-4.24,7.07-5.52.22-.07.44.1.43.32l.81,2.46c-.01.33.58.34.77.08l5.16-7.57c.14-.2.03-.47-.21-.51l-8.77-2.17c-.33-.05-.78.34-.53.56l.92,2.49c.17.15.13.42-.06.53-3.85,2.11-8.43,2.36-8.12,7.58.14,2.28.41,4.01,2.32,5.81.28.27.59-.17.5-.55-.19-.85-.32-2.74-.27-3.51h0Z" fill="var(--sapContent_Illustrative_Color3)" />
7
+ <path d="m40.39,8.57c.04.1.05.21.04.32-.02.11-.06.21-.13.29l-1.6,2.05c-.26.34-.69.3-.95.1-.11-.08-.19-.2-.24-.33-.04-.13-.04-.27,0-.4.02-.06.06-.12.1-.17l1.6-2.05c.07-.09.16-.16.27-.21.11-.04.22-.06.33-.04.13.02.24.07.34.15.1.08.18.18.23.29Z" fill="var(--sapContent_Illustrative_Color5)" />
8
+ <path d="m44.82,21.97c-.01.08-.04.15-.08.22-.04.07-.1.12-.16.16-.07.04-.14.07-.22.08-.08.01-.16,0-.23-.01l-2.48-.52c-.09-.02-.17-.06-.25-.11-.07-.05-.14-.12-.19-.2-.05-.08-.08-.16-.1-.25-.02-.09-.01-.18,0-.27,0-.04.02-.07.03-.11.05-.13.14-.24.27-.3.12-.06.27-.08.4-.04l2.47.52c.09.02.17.06.25.11.07.05.14.12.19.19.05.08.08.16.1.25.02.09.01.18,0,.27Z" fill="var(--sapContent_Illustrative_Color5)" />
9
+ <path d="m44.88,14.87c-.04.08-.09.15-.15.2-.06.06-.14.1-.22.13l-3.61,1.28c-.16.06-.34.05-.5-.02s-.28-.2-.34-.36c-.06-.15-.06-.31,0-.46.03-.09.08-.16.15-.23.07-.06.14-.11.23-.14l3.61-1.28c.16-.06.34-.05.5.02.16.07.28.2.34.36.03.08.04.16.04.25,0,.09-.02.17-.06.25Z" fill="var(--sapContent_Illustrative_Color5)" />
10
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-FaceID-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.4277 8.40796C11.98 8.40796 12.4277 8.85567 12.4277 9.40796L12.4277 18.8026C12.4277 19.3549 11.98 19.8026 11.4277 19.8026C10.8754 19.8026 10.4277 19.3549 10.4277 18.8026L10.4277 9.40796C10.4277 8.85567 10.8754 8.40796 11.4277 8.40796Z" fill="var(--sapContent_Illustrative_Color5)"/>
3
+ <ellipse cx="11.3751" cy="7.42761" rx="2.71593" ry="2.71716" fill="var(--sapContent_Illustrative_Color5)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.771021 38.2532C0.704656 39.3558 1.60646 40.2541 2.71103 40.2541H41.9444C43.049 40.2541 43.9508 39.3558 43.8844 38.2532C43.0547 24.4674 33.7204 13.6006 22.3277 13.6006C10.935 13.6006 1.6008 24.4674 0.771021 38.2532Z" fill="var(--sapContent_Illustrative_Color8)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M42.8862 38.3133C42.0767 24.864 33.0189 14.6006 22.3277 14.6006C11.6365 14.6006 2.57874 24.864 1.76921 38.3133C1.73978 38.8024 2.14296 39.2541 2.71103 39.2541H41.9444C42.5125 39.2541 42.9157 38.8024 42.8862 38.3133ZM2.71103 40.2541C1.60646 40.2541 0.704656 39.3558 0.771021 38.2532C1.6008 24.4674 10.935 13.6006 22.3277 13.6006C33.7204 13.6006 43.0547 24.4674 43.8844 38.2532C43.9508 39.3558 43.049 40.2541 41.9444 40.2541H2.71103Z" fill="var(--sapContent_Illustrative_Color5)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.6656 34.0624C8.59768 34.6607 9.07788 35.1694 9.68 35.1694H34.975C35.5771 35.1694 36.0573 34.6607 35.9894 34.0624C35.0517 25.8023 29.2924 19.4453 22.3275 19.4453C15.3626 19.4453 9.60328 25.8023 8.6656 34.0624Z" fill="var(--sapContent_Illustrative_Color5)"/>
7
+ <ellipse cx="17.2181" cy="27.3783" rx="2.34991" ry="2.34899" fill="var(--sapContent_Illustrative_Color9)"/>
8
+ <ellipse cx="27.4251" cy="27.3783" rx="2.34991" ry="2.34899" fill="var(--sapContent_Illustrative_Color9)"/>
9
+ <rect x="14.9863" y="44.8901" width="36.8393" height="1.66221" rx="0.831106" transform="rotate(-90 14.9863 44.8901)" fill="var(--sapContent_Illustrative_Color3)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M33.2773 8.40796C33.8296 8.40796 34.2773 8.85567 34.2773 9.40796L34.2773 18.8026C34.2773 19.3549 33.8296 19.8026 33.2773 19.8026C32.7251 19.8026 32.2773 19.3549 32.2773 18.8026L32.2773 9.40796C32.2773 8.85567 32.7251 8.40796 33.2773 8.40796Z" fill="var(--sapContent_Illustrative_Color5)"/>
11
+ <ellipse cx="33.2804" cy="7.42761" rx="2.71593" ry="2.71716" fill="var(--sapContent_Illustrative_Color4)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.3887 40.2541V15.0035C17.5667 14.0938 19.9005 13.6006 22.3277 13.6006C33.7204 13.6006 43.0547 24.4674 43.8844 38.2532C43.9508 39.3558 43.049 40.2541 41.9444 40.2541H15.3887Z" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.3887 15.6829V39.2541H41.9444C42.5125 39.2541 42.9157 38.8024 42.8862 38.3133C42.0767 24.864 33.0189 14.6006 22.3277 14.6006C20.2641 14.6006 18.2709 14.9782 16.3887 15.6829ZM15.3887 15.0035V40.2541H41.9444C43.049 40.2541 43.9508 39.3558 43.8844 38.2532C43.0547 24.4674 33.7204 13.6006 22.3277 13.6006C19.9005 13.6006 17.5667 14.0938 15.3887 15.0035Z" fill="var(--sapContent_Illustrative_Color4)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.3887 35.1694V21.7478C17.4271 20.284 19.7978 19.4453 22.3275 19.4453C29.2924 19.4453 35.0517 25.8023 35.9894 34.0624C36.0573 34.6607 35.5771 35.1694 34.975 35.1694H15.3887Z" fill="var(--sapContent_Illustrative_Color4)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.3887 28.8528V25.9038C15.8194 25.3704 16.4789 25.0293 17.2181 25.0293C18.5159 25.0293 19.568 26.081 19.568 27.3783C19.568 28.6756 18.5159 29.7273 17.2181 29.7273C16.4789 29.7273 15.8194 29.3861 15.3887 28.8528ZM29.775 27.3783C29.775 28.6756 28.7229 29.7273 27.4251 29.7273C26.1273 29.7273 25.0752 28.6756 25.0752 27.3783C25.0752 26.081 26.1273 25.0293 27.4251 25.0293C28.7229 25.0293 29.775 26.081 29.775 27.3783Z" fill="var(--sapContent_Illustrative_Color9)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.6885 31.9518C19.7785 31.6907 20.063 31.552 20.3241 31.6419C21.497 32.0459 22.7714 32.0459 23.9443 31.6419C24.2054 31.552 24.4899 31.6907 24.5799 31.9518C24.6698 32.2129 24.5311 32.4974 24.27 32.5874C22.886 33.0641 21.3824 33.0641 19.9984 32.5874C19.7373 32.4974 19.5986 32.2129 19.6885 31.9518Z" fill="var(--sapContent_Illustrative_Color6)"/>
17
+ <rect x="14.9863" y="44.8901" width="36.8393" height="1.66221" rx="0.831106" transform="rotate(-90 14.9863 44.8901)" fill="var(--sapContent_Illustrative_Color3)"/>
18
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="45" height="45" id="tnt-Dot-Fingerprint-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
2
+ <circle cx="21.5" cy="23.21" r="21.5" fill="var(--sapContent_Illustrative_Color6)" />
3
+ <path d="m45,21.71c0,11.87-9.63,21.5-21.5,21.5S2,33.58,2,21.71,11.63.21,23.5.21s21.5,9.63,21.5,21.5Z" fill="var(--sapContent_Illustrative_Color8)" />
4
+ <path d="m23.5,42.21c11.32,0,20.5-9.18,20.5-20.5S34.82,1.21,23.5,1.21,3,10.38,3,21.71s9.18,20.5,20.5,20.5Zm0,1c11.87,0,21.5-9.63,21.5-21.5S35.37.21,23.5.21,2,9.83,2,21.71s9.63,21.5,21.5,21.5Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
5
+ <path d="m23.48,8.64c3.55,0,6.88,1.4,9.36,3.94h0c.23.24.23.61,0,.84-.12.11-.26.17-.42.17s-.31-.06-.43-.18c-2.26-2.31-5.28-3.58-8.51-3.58-1.74,0-3.41.37-4.97,1.09-.3.14-.65,0-.79-.29-.14-.3,0-.65.29-.79,1.72-.79,3.56-1.2,5.47-1.2Zm8.77,9.52c-1.46-3.59-4.9-5.9-8.77-5.9-1.8,0-3.36.42-4.67,1.28-1.31.85-2.37,2.12-3.16,3.79-.14.3-.01.65.28.79h0c.3.14.65.02.79-.28.69-1.47,1.6-2.56,2.73-3.29,1.12-.73,2.46-1.1,4.03-1.1,3.38,0,6.39,2.02,7.66,5.16.09.23.32.37.55.37.07,0,.15-.01.22-.04.3-.12.45-.47.33-.78h0Zm4,.71s0,.02,0,.02h0s0,0,0,0c.2.92.31,1.87.31,2.82,0,1.03-.05,2.06-.15,3.07,0,0,0,.02,0,.03h0s0,.02,0,.02l-.02.17h0c-.03.31-.29.53-.59.53-.02,0-.04,0-.07,0h0c-.33-.04-.56-.33-.53-.66v-.13s.02-.05.02-.05c.1-.98.15-1.98.15-2.97,0-.87-.1-1.74-.28-2.59h0l-.04-.15c-.35-1.49-.98-2.88-1.87-4.14-.19-.27-.13-.64.14-.83h0c.27-.19.64-.13.83.14,0,0,0,0,0,0,1,1.41,1.7,2.97,2.08,4.65,0,.02,0,.05.01.06h0Zm-10.77,5.98c-.07.48-.15.95-.25,1.42h0c-.06.28-.31.47-.58.47-.04,0-.08,0-.12-.01h0c-.32-.07-.53-.39-.46-.71.09-.42.16-.85.23-1.28,0-.01,0-.03,0-.04,0-.01,0-.02,0-.02h0c.14-.98.21-1.98.21-2.97,0-.57-.47-1.03-1.03-1.03s-1,.44-1.03.99h0s0,.03,0,.04h0s0,.33,0,.33h0c0,.3-.26.62-.61.59-.33,0-.59-.28-.58-.61v-.26s0-.03,0-.05c0-1.22,1-2.22,2.22-2.22s2.22,1,2.22,2.22c0,1.03-.07,2.06-.22,3.07h0s0,.01,0,.02c0,0,0,0,0,.01h0s0,.01,0,.02h0Zm-3.6.11c.32.08.51.41.43.73h0c-.47,1.85-.88,3.07-1.47,4.19-.59,1.12-1.35,2.14-2.51,3.58-.12.15-.29.22-.47.22-.13,0-.26-.04-.37-.13h0c-.26-.21-.3-.58-.09-.84,1.13-1.41,1.84-2.36,2.38-3.39.54-1.03.92-2.16,1.37-3.93.08-.32.4-.52.73-.43Zm2.26,3.14h0c-.31-.11-.65.06-.76.37-.84,2.4-1.33,3.34-2.77,5.34-.19.27-.13.64.13.83h0c.11.08.23.11.35.11.18,0,.37-.09.48-.25,1.5-2.08,2.05-3.15,2.93-5.64.11-.31-.05-.65-.36-.76Zm-7.17-16.34c.28-.18.35-.55.17-.83-.18-.28-.55-.35-.83-.17-2.85,1.87-4.83,4.72-5.58,8.03,0,.03-.01.05-.01.07,0,0,0,.01,0,.02h0c-.2.93-.31,1.88-.31,2.83,0,.41-.03.82-.1,1.22-.05.33.17.63.49.68h0s.07,0,.1,0c.29,0,.54-.21.59-.5.07-.46.11-.94.11-1.41,0-.87.1-1.74.28-2.59h0l.04-.15c.7-2.97,2.49-5.52,5.05-7.21h0Zm15.39,9.37c.14,0,.29.04.4.14h0c.12.1.19.25.18.43,0,1.01-.06,2.03-.17,3.03v.04s0,0,0,0h0s0,.02,0,.02h0s0,.02,0,.03h0c-.31,2.75-1.02,5.43-2.12,7.96-.1.23-.32.36-.55.36-.08,0-.16-.02-.24-.05-.3-.13-.44-.48-.31-.79,1.05-2.4,1.73-4.94,2.02-7.55h0s0-.03,0-.03l.02-.17h0c.1-.94.15-1.9.15-2.85h0c0-.19.09-.34.21-.44.12-.1.26-.14.4-.14Zm-17.57,3.78s0-.04.01-.05h0s0-.04.01-.06c.27-1.01.4-2.05.4-3.1,0-.01,0-.03,0-.04h0c0-.67.09-1.34.25-1.99.08-.32-.11-.64-.43-.72h0c-.33-.09-.64.12-.72.43h0c-.19.76-.29,1.54-.29,2.32,0,.02,0,.03,0,.05,0,.95-.13,1.89-.37,2.8h0l-.04.14c-.32,1.13-.81,2.19-1.48,3.16-.18.27-.11.64.16.83.1.07.22.1.34.1.19,0,.38-.09.49-.26.76-1.11,1.32-2.33,1.67-3.62h0Zm13.76-6.13l.02.03h0s.18.31.18.31c.37.67.57,1.41.57,2.59,0,1.02-.07,2.06-.19,3.07,0,0,0,.01,0,.02h0s0,.02,0,.02h0s0,0,0,0h0c-.26,2.08-.78,4.11-1.55,6.05-.09.23-.32.38-.55.38-.08,0-.15-.01-.22-.04h0s0,0,0,0c-.31-.12-.46-.47-.33-.78.73-1.83,1.22-3.75,1.47-5.71,0-.01,0-.02,0-.02,0,0,0,0,0-.01,0,0,0,0,0-.01.12-.98.19-1.98.19-2.97,0-.62-.06-1.06-.18-1.43-.11-.37-.28-.67-.51-1.01-.03-.05-.06-.1-.07-.15-.07-.21,0-.39,0-.39.04-.11.11-.21.22-.29.27-.19.64-.12.83.15.03.05.06.09.09.13h0s.01.03.01.03l.02.03Zm-2.78,13.56c.11-.31.45-.48.76-.37h0c.31.11.48.45.37.76-.22.63-.47,1.19-.76,1.71-.11.2-.31.31-.52.31-.1,0-.2-.03-.29-.07h0s0,0,0,0c-.29-.16-.39-.52-.23-.81.25-.46.47-.96.67-1.53Zm.9-15.53c-.95-.62-2.05-.95-3.19-.95-2.03,0-3.88,1.03-4.95,2.75-.03.04-.05.09-.07.13h0s0,0,0,0c-.01.03-.03.05-.04.07h0s0,.01,0,.02l-.16.28h0c-.4.8-.62,1.68-.62,2.59,0,.02,0,.04,0,.06,0,.97-.1,1.93-.3,2.87v.03s-.01.03-.01.03c0,0,0,.01,0,.02h0s0,.01,0,.01h0s0,0,0,0c-.02.11-.05.22-.07.32-.08.32.12.64.44.72h0s0,0,0,0c.04,0,.09.02.13.02.27,0,.51-.18.58-.46.03-.15.07-.29.1-.44h0s0-.04,0-.05h0s0-.03,0-.03c.21-1.01.31-2.05.31-3.09,0-.02,0-.03,0-.05.01-.85.25-1.68.7-2.41.02-.04.05-.07.08-.12h0s0,0,0,0h0l.06-.08c.87-1.24,2.27-1.98,3.79-1.98.9,0,1.78.26,2.53.75h0c.28.18.65.1.83-.17.18-.28.1-.65-.17-.83h0Zm-9.34,10.28c.28.17.37.54.2.82h0c-.39.64-.62,1.08-.83,1.48h0c-.33.64-.6,1.16-1.31,2.03-.12.15-.29.22-.46.22-.13,0-.26-.04-.37-.13h0c-.26-.21-.29-.58-.09-.84.63-.78.85-1.19,1.18-1.83h0s.01-.03.01-.03c.21-.4.45-.86.85-1.53.17-.28.54-.37.82-.2h0s0,0,0,0Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
6
+ <path d="m31.73,22.52h1.19c-.02.75-.07,1.49-.15,2.22v.04s0,.01,0,.02h0s0,.02,0,.03h0c-.31,2.75-1.02,5.43-2.12,7.96-.1.23-.32.36-.55.36-.08,0-.16-.02-.24-.05-.3-.13-.44-.48-.31-.79,1.05-2.4,1.73-4.94,2.02-7.55h0s0-.03,0-.03l.02-.17h0c.07-.68.12-1.36.14-2.04Zm-17.74,0h1.19c-.05.78-.18,1.55-.38,2.3,0,.02,0,.03-.01.04h0s0,.05-.01.07h0c-.35,1.29-.92,2.51-1.67,3.62-.12.17-.3.26-.49.26-.12,0-.23-.03-.34-.1-.27-.19-.34-.56-.16-.83.66-.97,1.16-2.04,1.48-3.16l.04-.14h0c.18-.67.29-1.35.35-2.05Zm22.56,0c-.02.76-.07,1.52-.14,2.27h0s0,.03,0,.03h0s0,.02,0,.02l-.02.17h0c-.03.31-.29.53-.59.53-.02,0-.04,0-.07,0h0c-.33-.04-.56-.33-.53-.66v-.13s.02-.05.02-.05c.07-.72.12-1.44.14-2.17h1.19Zm-26.19,0h1.2c-.02.2-.04.41-.08.61-.05.29-.3.5-.59.5-.03,0-.06,0-.1,0h0c-.32-.05-.54-.36-.49-.68.02-.14.04-.28.05-.42Zm7.26,0h1.2c-.04.77-.14,1.53-.29,2.28,0,0,0,.01,0,.03h0s0,.04,0,.06h0c-.03.15-.06.3-.1.44-.07.27-.31.46-.58.46-.05,0-.09,0-.13-.02h0c-.32-.08-.52-.4-.44-.72.03-.11.05-.21.07-.32h0s0-.01,0-.01h0s0-.02,0-.02v-.03s.01-.03.01-.03c.14-.7.24-1.41.28-2.12Zm3.88,0h.71c-.1.08-.23.13-.37.11-.13,0-.24-.04-.34-.11Zm2.99,0h1.19c-.03.76-.1,1.52-.2,2.27h0s0,.01,0,.02h0s0,.01,0,.01c0,0,0,.01,0,.02h0c-.07.48-.15.95-.25,1.42h0c-.06.28-.31.47-.58.47-.04,0-.08,0-.12-.01h0c-.32-.07-.53-.39-.46-.71.09-.42.16-.85.23-1.28,0-.01,0-.03,0-.04,0-.01,0-.02,0-.02h0c.1-.72.17-1.44.2-2.17Zm3.62,0h1.19c-.03.76-.09,1.52-.18,2.27,0,0,0,.01,0,.02h0s0,.02,0,.02h0s0,0,0,0h0c-.26,2.08-.78,4.11-1.55,6.05-.09.23-.32.38-.55.38-.08,0-.15-.01-.22-.04h0s0,0,0,0c-.31-.12-.46-.47-.33-.78.73-1.83,1.22-3.75,1.47-5.71,0-.01,0-.02,0-.02,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,.09-.72.15-1.45.17-2.17Zm-5.8,3.17c.08-.32-.11-.64-.43-.73-.33-.08-.65.11-.73.43-.45,1.77-.83,2.9-1.37,3.93-.54,1.03-1.25,1.98-2.38,3.39-.21.26-.16.63.09.84h0c.11.09.24.13.37.13.17,0,.35-.08.47-.22,1.16-1.44,1.92-2.46,2.51-3.58.59-1.12,1-2.34,1.47-4.19h0Zm1.83,2.42h0c.31.11.47.45.36.76-.88,2.5-1.43,3.56-2.93,5.64-.12.16-.3.25-.48.25-.12,0-.24-.04-.35-.11h0c-.27-.19-.33-.57-.13-.83,1.44-2,1.93-2.94,2.77-5.34.11-.31.45-.48.76-.37h0Zm2.39,3.88c-.31-.11-.65.06-.76.37-.2.57-.42,1.07-.67,1.53-.16.29-.06.65.23.81h0s0,0,0,0c.09.05.19.07.29.07.21,0,.41-.11.52-.31.29-.52.54-1.08.76-1.71.11-.31-.06-.65-.37-.76h0Zm-9-4.06c.17-.28.08-.65-.2-.82h0c-.28-.17-.65-.08-.82.2-.4.66-.64,1.12-.85,1.53h0v.02s-.01,0-.01,0c-.33.63-.54,1.05-1.18,1.83-.21.26-.17.63.09.84h0s0,0,0,0c.11.09.24.13.37.13.17,0,.35-.07.46-.22.71-.87.98-1.39,1.31-2.03h0c.21-.4.44-.84.83-1.48h0Z" fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" />
7
+ <path d="m7.9,21.65h31.2c.55,0,1,.45,1,1h0c0,.55-.45,1-1,1H7.9c-.55,0-1-.45-1-1h0c0-.55.45-1,1-1Z" fill="var(--sapContent_Illustrative_Color3)" />
8
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Handshake-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.4468 15.5043L5.62265 12.982L1.422 21.45L20.8916 31.9182L21.0032 31.7574L23.8468 34.4236C24.5371 35.0709 25.6215 35.036 26.2688 34.3457C26.5541 34.0414 26.7069 33.6606 26.7294 33.2744C27.4208 33.8924 28.4829 33.8485 29.1207 33.1683C29.5157 32.747 29.6567 32.179 29.5496 31.6531C30.1913 31.9232 30.9605 31.7831 31.4647 31.2454C31.8838 30.7984 32.0169 30.1863 31.8712 29.6345C32.5615 30.1609 33.552 30.0895 34.1586 29.4426C34.8058 28.7522 34.7709 27.6679 34.0806 27.0206L28.1515 21.4613L28.1594 21.45C28.1441 21.3938 28.1284 21.3335 28.1117 21.2696C27.8109 20.1191 27.1982 17.7759 23.8126 16.5631C21.5977 15.7697 18.9405 15.7879 16.9013 16.0434C15.0673 16.2733 13.1428 16.2388 11.4468 15.5043Z" fill="var(--sapContent_Illustrative_Color5)"/>
3
+ <path d="M33.7591 16.229L39.7316 13.943C39.8552 13.8957 39.9925 13.9657 40.0267 14.0935L42.4867 23.2779C42.5183 23.3957 42.4493 23.5171 42.3319 23.5502L39.2435 24.4214C39.2298 24.4252 39.2165 24.4304 39.2037 24.4369L34.1035 27.0077C34.0205 27.0495 33.9203 27.0355 33.852 26.9725L27.0294 20.6832C26.2114 19.9292 25.0383 19.7378 23.9649 20.0303C20.2664 21.0379 18.3223 19.9319 17.545 18.8506C17.3259 18.5458 17.517 18.1529 17.8734 18.035L24.969 15.6894C25.1828 15.6187 25.4046 15.5804 25.6297 15.5872C26.1867 15.6041 27.3554 15.679 28.5531 15.9994C30.247 16.4524 32.1215 16.8558 33.7591 16.229Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M39.6233 14.5198L33.9379 16.6959C32.1298 17.388 30.1035 16.9316 28.4239 16.4824C27.2791 16.1762 26.1536 16.1033 25.6146 16.087C25.4566 16.0822 25.2934 16.1088 25.1259 16.1642L18.0304 18.5098C17.9872 18.5241 17.9642 18.5498 17.9555 18.5649C18.5814 19.4297 20.2837 20.515 23.8336 19.5479C25.0404 19.2191 26.4008 19.4237 27.3683 20.3156L34.0498 26.4749L38.9787 23.9904L39.2037 24.4369L38.9787 23.9904C39.02 23.9696 39.0633 23.9527 39.1078 23.9402L41.9331 23.1432L39.6233 14.5198ZM42.1962 23.069L42.1957 23.0691L42.1962 23.069ZM34.1909 26.6049L34.1905 26.6045L34.1909 26.6049ZM39.5529 13.476C39.9535 13.3227 40.3987 13.5498 40.5097 13.9642L42.9697 23.1485C43.0721 23.5306 42.8484 23.924 42.4676 24.0314L39.405 24.8954L34.3286 27.4542C34.0595 27.5898 33.7346 27.5444 33.5131 27.3402L26.6905 21.0509C26.0221 20.4347 25.0363 20.2566 24.0964 20.5127C20.2575 21.5586 18.0713 20.4394 17.1391 19.1425C16.9188 18.836 16.9057 18.4739 17.0341 18.1753C17.1581 17.8867 17.4089 17.662 17.7165 17.5603L24.8121 15.2147C25.0723 15.1287 25.3526 15.0786 25.6449 15.0874C26.2199 15.1049 27.4317 15.1819 28.6823 15.5164C30.3906 15.9732 32.1132 16.3236 33.5804 15.762L39.5529 13.476Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M18.38 32.9455C17.4371 33.0259 16.6075 32.3268 16.5271 31.3839L16.2737 28.414C16.1933 27.471 16.8925 26.6415 17.8354 26.561C18.7783 26.4806 19.6079 27.1798 19.6883 28.1227L19.9416 31.0926C20.0221 32.0355 19.3229 32.8651 18.38 32.9455Z" fill="var(--sapContent_Illustrative_Color8)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.4225 33.4437C17.2045 33.5476 16.1328 32.6444 16.0289 31.4264L15.7755 28.4564C15.6716 27.2384 16.5748 26.1667 17.7929 26.0628C19.0109 25.9589 20.0826 26.8621 20.1865 28.0802L20.4398 31.0501C20.5437 32.2681 19.6406 33.3398 18.4225 33.4437ZM17.0253 31.3414C17.0822 32.0091 17.6698 32.5043 18.3375 32.4473C19.0053 32.3903 19.5004 31.8028 19.4435 31.1351L19.1901 28.1652C19.1331 27.4974 18.5456 27.0022 17.8779 27.0592C17.2101 27.1162 16.715 27.7037 16.7719 28.3714L17.0253 31.3414Z" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <path d="M15.1483 31.5259C14.2054 31.6064 13.3758 30.9072 13.2954 29.9643L13.1457 28.2097C13.0482 27.0668 13.8957 26.0613 15.0386 25.9638C15.7815 25.9004 16.4351 26.4513 16.4985 27.1942L16.71 29.673C16.7904 30.6159 16.0912 31.4455 15.1483 31.5259Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.1908 32.0241C13.9728 32.128 12.9011 31.2248 12.7972 30.0068L12.6475 28.2522C12.5266 26.8342 13.5781 25.5866 14.9961 25.4656C16.0142 25.3787 16.9098 26.1336 16.9967 27.1517L17.2082 29.6305C17.3121 30.8485 16.4089 31.9202 15.1908 32.0241ZM13.7936 29.9218C13.8506 30.5895 14.4381 31.0847 15.1058 31.0277C15.7736 30.9708 16.2687 30.3833 16.2118 29.7155L16.0003 27.2367C15.9604 26.7689 15.5489 26.4221 15.0811 26.462C14.2133 26.536 13.5699 27.2995 13.6439 28.1672L13.7936 29.9218Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path d="M11.7004 30.2886C10.7575 30.3691 9.92796 29.6699 9.84752 28.727L9.82954 28.5161C9.73917 27.4568 10.5247 26.5248 11.584 26.4344L12.7701 26.3332C12.9415 26.3186 13.0923 26.4457 13.1069 26.6171L13.2621 28.4357C13.3425 29.3786 12.6433 30.2082 11.7004 30.2886Z" fill="var(--sapContent_Illustrative_Color8)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.7429 30.7868C10.5249 30.8907 9.45324 29.9875 9.34933 28.7695L9.33135 28.5586C9.21751 27.2241 10.207 26.05 11.5415 25.9362L12.7276 25.835C13.1741 25.7969 13.567 26.1281 13.6051 26.5746L13.7603 28.3932C13.8642 29.6112 12.961 30.6829 11.7429 30.7868ZM10.3457 28.6845C10.4027 29.3522 10.9902 29.8474 11.6579 29.7904C12.3257 29.7335 12.8209 29.146 12.7639 28.4782L12.6248 26.8474L11.6265 26.9326C10.8423 26.9995 10.2608 27.6894 10.3277 28.4736L10.3457 28.6845Z" fill="var(--sapContent_Illustrative_Color4)"/>
11
+ <path d="M21.8554 33.9012C20.9124 33.9816 20.0829 33.2825 20.0024 32.3396L19.7904 29.8536C19.7099 28.9107 20.4091 28.0811 21.352 28.0007C22.2949 27.9202 23.1245 28.6194 23.2049 29.5623L23.417 32.0483C23.4974 32.9912 22.7983 33.8208 21.8554 33.9012Z" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.8979 34.3994C20.6798 34.5033 19.6081 33.6001 19.5042 32.3821L19.2922 29.8961C19.1883 28.678 20.0915 27.6064 21.3095 27.5025C22.5275 27.3985 23.5992 28.3017 23.7031 29.5198L23.9152 32.0058C24.0191 33.2238 23.1159 34.2955 21.8979 34.3994ZM20.5006 32.2971C20.5576 32.9648 21.1451 33.46 21.8129 33.403C22.4806 33.346 22.9758 32.7585 22.9188 32.0908L22.7067 29.6048C22.6498 28.937 22.0623 28.4419 21.3945 28.4988C20.7267 28.5558 20.2316 29.1433 20.2886 29.8111L20.5006 32.2971Z" fill="var(--sapContent_Illustrative_Color4)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M25.285 27.0671C25.4866 26.8784 25.803 26.8888 25.9917 27.0904L29.9602 31.3298C30.149 31.5314 30.1385 31.8478 29.9369 32.0366C29.7353 32.2253 29.4189 32.2148 29.2302 32.0132L25.2617 27.7738C25.073 27.5722 25.0834 27.2558 25.285 27.0671Z" fill="var(--sapContent_Illustrative_Color4)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.7793 25.2965C27.9765 25.1032 28.293 25.1064 28.4863 25.3036L32.5041 29.4031C32.6974 29.6003 32.6942 29.9169 32.4969 30.1102C32.2997 30.3035 31.9832 30.3003 31.7899 30.1031L27.7721 26.0036C27.5788 25.8064 27.582 25.4898 27.7793 25.2965Z" fill="var(--sapContent_Illustrative_Color4)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M24.5444 30.5737C24.7529 30.3927 25.0687 30.4149 25.2497 30.6234L27.3787 33.0748C27.5598 33.2833 27.5376 33.5991 27.3291 33.7801C27.1206 33.9612 26.8048 33.939 26.6237 33.7305L24.4947 31.2791C24.3137 31.0706 24.3359 30.7548 24.5444 30.5737Z" fill="var(--sapContent_Illustrative_Color4)"/>
16
+ <rect x="35.2565" y="13.9539" width="5.94559" height="13.0308" rx="0.891992" transform="rotate(-18.7886 35.2565 13.9539)" fill="var(--sapContent_Illustrative_Color2)"/>
17
+ <rect width="5.86326" height="13.0308" rx="0.891992" transform="matrix(-0.892669 -0.450713 -0.450713 0.892669 11.0203 13.5222)" fill="var(--sapContent_Illustrative_Color3)"/>
18
+ </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-Help-alternate">
2
+ <path d="M20.1731 44.763C31.3144 44.763 40.3461 35.7312 40.3461 24.5899C40.3461 13.4486 31.3144 4.41684 20.1731 4.41684C9.0318 4.41684 0 13.4486 0 24.5899C0 35.7312 9.0318 44.763 20.1731 44.763Z" fill="var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M23.2795 42.2779C34.4208 42.2779 43.4526 33.2461 43.4526 22.1049C43.4526 10.9636 34.4208 1.93179 23.2795 1.93179C12.1382 1.93179 3.10645 10.9636 3.10645 22.1049C3.10645 33.2461 12.1382 42.2779 23.2795 42.2779Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M44.4526 22.1049C44.4526 33.7984 34.9731 43.2779 23.2795 43.2779C11.586 43.2779 2.10645 33.7984 2.10645 22.1049C2.10645 10.4113 11.586 0.931793 23.2795 0.931793C34.9731 0.931793 44.4526 10.4113 44.4526 22.1049ZM43.4526 22.1049C43.4526 33.2461 34.4208 42.2779 23.2795 42.2779C12.1382 42.2779 3.10645 33.2461 3.10645 22.1049C3.10645 10.9636 12.1382 1.93179 23.2795 1.93179C34.4208 1.93179 43.4526 10.9636 43.4526 22.1049Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M23.2793 36.4994C31.2292 36.4994 37.6738 30.0548 37.6738 22.1049C37.6738 14.155 31.2292 7.71036 23.2793 7.71036C15.3294 7.71036 8.88477 14.155 8.88477 22.1049C8.88477 30.0548 15.3294 36.4994 23.2793 36.4994Z" fill="var(--sapContent_Illustrative_Color2)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M23.2796 12.3646C20.1347 12.3646 17.1919 14.5284 17.1919 17.6406C17.1919 18.3131 17.737 18.8582 18.4094 18.8582C19.0819 18.8582 19.627 18.3131 19.627 17.6406C19.627 16.2701 21.045 14.7997 23.2796 14.7997C25.5142 14.7997 26.9322 16.2701 26.9322 17.6406C26.9322 18.3859 26.7171 18.8873 26.4221 19.2726C26.1066 19.6847 25.6556 20.0207 25.1009 20.3445C24.8502 20.4908 24.5988 20.6234 24.3349 20.7626L24.2522 20.8062C23.9719 20.9541 23.6623 21.119 23.3853 21.2958C22.9111 21.5986 22.0621 22.2208 22.0621 23.3225V24.5401C22.0621 25.2125 22.6072 25.7576 23.2796 25.7576C23.952 25.7576 24.4972 25.2125 24.4972 24.5401V23.4888C24.5379 23.4556 24.601 23.4088 24.6958 23.3482C24.8754 23.2335 25.0985 23.113 25.389 22.9597L25.4732 22.9152C25.7314 22.7791 26.0296 22.622 26.3285 22.4475C26.9914 22.0606 27.7579 21.5336 28.3556 20.753C28.9737 19.9456 29.3673 18.9246 29.3673 17.6406C29.3673 14.5284 26.4245 12.3646 23.2796 12.3646Z" fill="var(--sapContent_Illustrative_Color8)"/>
7
+ <path d="M25.1059 30.019C25.1059 31.0277 24.2883 31.8453 23.2796 31.8453C22.271 31.8453 21.4533 31.0277 21.4533 30.019C21.4533 29.0104 22.271 28.1927 23.2796 28.1927C24.2883 28.1927 25.1059 29.0104 25.1059 30.019Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="45" height="45" id="tnt-Dot-Lock-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
2
+ <path d="m6.61,41.61h8.37v2.05c0,.67-.54,1.21-1.21,1.21h-5.96c-.67,0-1.21-.54-1.21-1.21v-2.05Z" fill="var(--sapContent_Illustrative_Color4)" />
3
+ <path d="m30.02,41.61h8.37v2.05c0,.67-.54,1.21-1.21,1.21h-5.96c-.67,0-1.21-.54-1.21-1.21v-2.05Z" fill="var(--sapContent_Illustrative_Color4)" />
4
+ <path d="m1.48,9.31c0-3.02,2.45-5.47,5.47-5.47h31.1c3.02,0,5.47,2.45,5.47,5.47v26.03c0,3.02-2.45,5.47-5.47,5.47H6.95c-3.02,0-5.47-2.45-5.47-5.47V9.31Z" fill="var(--sapContent_Illustrative_Color8)" />
5
+ <path d="m6.95,2.85h31.1c3.57,0,6.47,2.9,6.47,6.47v26.03c0,3.57-2.9,6.47-6.47,6.47H6.95c-3.57,0-6.47-2.9-6.47-6.47V9.31C.48,5.74,3.38,2.85,6.95,2.85Zm0,1c-3.02,0-5.47,2.45-5.47,5.47v26.03c0,3.02,2.45,5.47,5.47,5.47h31.1c3.02,0,5.47-2.45,5.47-5.47V9.31c0-3.02-2.45-5.47-5.47-5.47H6.95Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
6
+ <rect x="5.12" y="7.69" width="34.77" height="29.28" rx="2.94" ry="2.94" fill="var(--sapContent_Illustrative_Color6)" />
7
+ <rect x="3.9" y="11.79" width="2.31" height="8.14" rx="1.15" ry="1.15" fill="var(--sapContent_Illustrative_Color4)" />
8
+ <rect x="3.9" y="24.73" width="2.31" height="8.14" rx="1.15" ry="1.15" fill="var(--sapContent_Illustrative_Color4)" />
9
+ <path d="m30.3,22.33c0,4.54-3.68,8.21-8.21,8.21s-8.21-3.68-8.21-8.21,3.68-8.21,8.21-8.21,8.21,3.68,8.21,8.21Z" fill="var(--sapContent_Illustrative_Color8)" />
10
+ <path d="m22.09,29.54c3.98,0,7.21-3.23,7.21-7.21s-3.23-7.21-7.21-7.21-7.21,3.23-7.21,7.21,3.23,7.21,7.21,7.21Zm0,1c4.54,0,8.21-3.68,8.21-8.21s-3.68-8.21-8.21-8.21-8.21,3.68-8.21,8.21,3.68,8.21,8.21,8.21Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
11
+ <path d="m25.17,22.53c0-.28.22-.5.5-.5h9.26c.28,0,.5.22.5.5s-.22.5-.5.5h-9.26c-.28,0-.5-.22-.5-.5Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
12
+ <circle cx="22.09" cy="22.33" r="4.08" fill="var(--sapContent_Illustrative_Color3)" />
13
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Mission-alternate">
2
+ <path d="M7.83213 29.5194L20.4898 16.5666L12.7527 16.9674C10.3441 17.0922 8.09954 18.2261 6.56989 20.0908L1.36691 26.4334C1.13218 26.7195 1.25146 27.1518 1.59971 27.2771L7.83213 29.5194Z" fill="var(--sapContent_Illustrative_Color2)"/>
3
+ <path d="M16.2448 37.9322L29.1977 25.2745L28.7969 33.0116C28.6721 35.4202 27.5382 37.6647 25.6735 39.1944L19.3309 44.3974C19.0447 44.6321 18.6124 44.5128 18.4871 44.1646L16.2448 37.9322Z" fill="var(--sapContent_Illustrative_Color2)"/>
4
+ <path d="M42.2694 2.76084C42.6983 2.71407 43.0501 3.06578 43.0033 3.4947C41.9018 13.595 36.4718 22.8833 28.1293 28.9372L16.2968 37.5239C12.5932 36.0758 9.68833 33.171 8.24019 29.4674L16.8269 17.6348C22.8809 9.29237 32.1691 3.86238 42.2694 2.76084Z" fill="var(--sapContent_Illustrative_Color8)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.4417 38.6545L15.9326 38.4554C11.9691 36.9056 8.85862 33.7952 7.30885 29.8317L7.10979 29.3226L16.0175 17.0476C22.2345 8.48053 31.7755 2.89951 42.161 1.76688C43.2253 1.65081 44.1135 2.53894 43.9974 3.60325C42.8647 13.9888 37.2837 23.5297 28.7166 29.7467L16.4417 38.6545ZM43.0033 3.49484C43.0501 3.06592 42.6983 2.71421 42.2694 2.76098C32.1691 3.86252 22.8808 9.29251 16.8269 17.6349L8.24018 29.4675C9.68832 33.1711 12.5932 36.0759 16.2967 37.5241L28.1293 28.9374C36.4717 22.8834 41.9017 13.5952 43.0033 3.49484Z" fill="var(--sapContent_Illustrative_Color4)"/>
6
+ <circle cx="31.1597" cy="14.7577" r="2.71098" transform="rotate(45 31.1597 14.7577)" fill="var(--sapContent_Illustrative_Color14)"/>
7
+ <path d="M22.9115 25.5567C23.2271 25.2717 23.2396 24.7805 22.939 24.4799L21.4376 22.9785C21.1369 22.6778 20.6458 22.6904 20.3608 23.006L9.88437 34.6093C9.52466 35.0077 9.54022 35.6181 9.91978 35.9977C10.2993 36.3773 10.9097 36.3928 11.3081 36.0331L22.9115 25.5567Z" fill="var(--sapContent_Illustrative_Color2)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M32.7276 5.17189C35.7658 3.94034 38.9744 3.1203 42.2695 2.76094C42.6984 2.71417 43.0502 3.06588 43.0034 3.4948C42.6432 6.79749 41.8202 10.0133 40.5839 13.0577C39.3747 11.5887 38.0122 10.0119 36.8084 8.8082C35.6507 7.65044 34.1478 6.34579 32.7276 5.17189Z" fill="var(--sapContent_Illustrative_Color9)"/>
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-MissionFailed-alternate">
2
+ <path d="M21.9781 12.2852L33.0945 27.1294L33.9146 19.1471C34.1611 16.7479 33.3853 14.3559 31.7776 12.5581L26.105 6.21491C25.8583 5.93902 25.4128 5.99051 25.2355 6.3154L21.9781 12.2852Z" fill="var(--sapContent_Illustrative_Color2)"/>
3
+ <path d="M12.1429 19.4749L22.9143 34.5714L15.0595 32.9309C12.6986 32.4378 10.6548 30.9727 9.42953 28.8953L5.10661 21.5654C4.91859 21.2466 5.10283 20.8378 5.46619 20.7674L12.1429 19.4749Z" fill="var(--sapContent_Illustrative_Color2)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M28.0788 44.0724H43.241C42.0275 36.2839 38.3199 28.9456 32.5895 23.2552L21.9666 12.7063C17.9914 13.5894 14.5954 16.072 12.5479 19.5918L19.3761 32.9147C21.5716 37.1984 24.5429 40.975 28.0788 44.0724Z" fill="var(--sapContent_Illustrative_Color8)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.7033 45.0724L27.4205 44.8246C23.7906 41.6448 20.7404 37.7681 18.4867 33.3708L11.4092 19.5615L11.684 19.089C13.872 15.3279 17.5027 12.6737 21.7503 11.7301L22.2839 11.6116L33.2947 22.5456C39.1765 28.3864 42.9833 35.9194 44.2296 43.9184L44.4094 45.0724H27.7033ZM43.2416 44.0724C43.1895 43.7382 43.1328 43.4048 43.0716 43.0724C41.7062 35.6572 38.0746 28.7015 32.5901 23.2552L21.9672 12.7063C17.992 13.5894 14.596 16.072 12.5484 19.5918L19.3766 32.9147C21.5721 37.1984 24.5435 40.975 28.0794 44.0724H43.2416Z" fill="var(--sapContent_Illustrative_Color4)"/>
6
+ <path d="M31.0065 39.8484C30.1017 38.6107 30.3716 36.8738 31.6093 35.969C32.847 35.0642 34.5838 35.3341 35.4886 36.5718C36.3935 37.8095 36.1236 39.5463 34.8859 40.4511C33.6482 41.356 31.9113 41.0861 31.0065 39.8484Z" fill="var(--sapContent_Illustrative_Color14)"/>
7
+ <path d="M23.6168 28.1664C23.8555 28.5305 24.3506 28.6204 24.7021 28.3634L26.4573 27.0803C26.8088 26.8234 26.8733 26.3244 26.5988 25.9864L16.5049 13.5615C16.1583 13.1349 15.5382 13.0546 15.0945 13.379C14.6508 13.7034 14.5391 14.3186 14.8404 14.7783L23.6168 28.1664Z" fill="var(--sapContent_Illustrative_Color2)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.68652 1.66028C2.68652 1.10799 3.13424 0.660278 3.68652 0.660278H15.6486C17.6168 0.660278 19.2124 2.25585 19.2124 4.22408C19.2124 6.19231 17.6168 7.78788 15.6486 7.78788H8.98831C8.18244 7.78788 7.52915 8.44117 7.52915 9.24704C7.52915 10.0529 8.18244 10.7062 8.98831 10.7062H12.8532C13.4055 10.7062 13.8532 11.1539 13.8532 11.7062C13.8532 12.2585 13.4055 12.7062 12.8532 12.7062H8.98831C7.07787 12.7062 5.52915 11.1575 5.52915 9.24704C5.52915 7.3366 7.07786 5.78788 8.98831 5.78788H15.6486C16.5122 5.78788 17.2124 5.08774 17.2124 4.22408C17.2124 3.36041 16.5123 2.66028 15.6486 2.66028H3.68652C3.13424 2.66028 2.68652 2.21256 2.68652 1.66028Z" fill="var(--sapContent_Illustrative_Color5)"/>
9
+ </svg>