@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 id="tnt-Dot-NoUsers" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <g clip-path="url(#a)">
3
+ <path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M38.027 5.378c-1.292-1.418-7.497-2.47-14.944-2.47-7.448 0-13.103.974-14.749 2.29h-.002l-.083.074-.072.064c-1.684 1.547-16.504 16.077.172 34 1.67 2.157 7.632 3.754 14.734 3.754s12.786-1.523 14.608-3.608c0 0 17.345-15.425.334-34.104h.002Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M11.23 5.089c0-.613 5.248-1.35 11.72-1.337 6.472.012 11.717.76 11.715 1.376-.002.615-5.248 1.349-11.72 1.336-6.471-.012-11.717-.76-11.715-1.375Zm26.927 11.369c-.243-1.947-1.255-3.985-2.558-5.579a1.16 1.16 0 0 0-1.069-.397l-1.307.191c-.738.108-1.023 1.013-.503 1.547 1.175 1.207 2.752 3.031 3.36 4.75.187.525.763.888 1.288.697.507-.186.855-.672.79-1.209Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M19.657 33.484c8.458-.189 16.23 2.045 19.376 1.648l.291.069a20.877 20.877 0 0 1-2.8 2.861c-1.798 1.516-4.162 2.092-6.511 2.146L17.02 40.5c-2.351.052-4.737-.417-6.601-1.851a21.18 21.18 0 0 1-2.394-2.151c.895-1.565 6.433-2.896 11.634-3.014h-.002Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M28.32 18.255c-.532.89-.753 1.94-.475.304.078-.47.088-.949.027-1.42-.177-1.34-.55-3.805-1.308-2.955a.347.347 0 0 0-.085.25c.15 2.078.834 4.06-.044 6.087-.16.37-.275.76-.361 1.155-.177.817-.522 1.9-1.015 1.34.176-1.139.807-2.316.495-3.485-.203-1.116.893-2.9.287-3.814a.308.308 0 0 0-.434-.08c-1.216.902-.25 3.477-.758 4.806a.31.31 0 0 1-.456.152c-.961-.608-.733-2.217-.476-3.301a.279.279 0 0 0-.024-.194c-1.187-2.251-1.503 3.25.2 4.736a.34.34 0 0 1 .05.054c.638.97-.959 4.242-1.751 3.082a.29.29 0 0 1-.052-.179c.01-1.226.915-2.857.282-3.914-.13-.218-.456-.203-.551.032-.228.567.287 1.682-.243 2.023-.385-.507-.034-1.518-.113-2.19a.373.373 0 0 1 .015-.157c.87-2.604-1.17-3.183-.733-.09a.342.342 0 0 1-.005.122c-.469 2.198.816 4.373-.081 6.408a1.797 1.797 0 0 1-.238.38c-.407.518-.76 1.251-1.192.5-.071-.124-.034-.274.074-.37.875-.762.784-5.422-.228-4.691a.753.753 0 0 0-.295.635c.025 1.028.61 3.345-.382 2.882a.336.336 0 0 1-.182-.206c-.49-1.59.383-3.107.527-4.692.074-.576-.505-4.25-1.027-3.148-.08.169-.103.355-.088.542.1 1.292.662 4.458-.336 1.405a6.44 6.44 0 0 0-.25-.736.392.392 0 0 0-.072-.115c-.075-.098-.186-.177-.34-.098-.317.157-.3.426-.096.79.204.362.378.96.427 1.86.039.729.14 1.509.176 1.779.022.272.037.488.04.613 0 .039-.01.078-.027.115-.729 1.476 1.503 4.28.698 5.255a.307.307 0 0 1-.507-.059c-.383-.72-1.04-1.287-1.477-1.969-.877-1.027-.397-3.07-1.211-3.899a.308.308 0 0 0-.498.076c-.179.373-.061.898.128 1.425.132.37-.42.593-.57.23-.26-.632-.325-1.405-.367-2.08a1.251 1.251 0 0 0-.329-.794c-1.123-1.172-.181 4.606 2.03 5.76.195.101.374.234.523.393 2.524 2.685.307 7.494 2.813 9.836a.292.292 0 0 0 .196.079c.69.015 2.077.147 1.359-.836-5.197-8.459 7.735-12.45 8.894-19.413.057-.338-.392-.51-.566-.216v-.005h.002Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M18.087 32.088c-.258-.667.77-1.182.667-2.21-.052-.522-.343-.765-.684-.926.032.309-.008.573-.167.765a.307.307 0 0 1-.508-.06c-.382-.72-1.04-1.287-1.476-1.968-.878-1.028-.397-3.07-1.212-3.9a.308.308 0 0 0-.497.076c1 .665 1.106 2.213.078 2.47-.301.076-.48.29-.571.562.377.667.843 1.228 1.385 1.51a2 2 0 0 1 .368.253c.334-.09.633-.155.822.037.316.316.448.875.142 1.348 1.184 2.742-.147 6.578 2.006 8.588.054.05.123.079.196.079.69.015 2.077.147 1.359-.836-1.258-2.048-1.452-3.83-1.01-5.46-.38-.188-.726.109-.896-.33h-.002v.002ZM28.36 18.993c0-.206-.196-.21-.326-.191-.275.579-.38.951-.255.167-.14.13-.344.289-.402.174-.047-.094-.3-.162-.54-.165a5.274 5.274 0 0 1-.4 1.54l-.164.44a7.215 7.215 0 0 0-.196.716c-.177.816-.523 1.9-1.016 1.338.05-.316.133-.635.224-.956a.957.957 0 0 1-.214-.292c-.181-.407-.272-.905.044-.949.317-.044.542-.498.226-.68-.316-.18-.407-.678-.09-.857.289-.165.048-.967-.474-1.038.037.81.093 1.624-.128 2.2a.31.31 0 0 1-.456.152c-.512-.324-.686-.934-.696-1.599-.172.253-.262.545-.191.827.11.439-.113.394-.317.363.191.674.488 1.282.908 1.647a.34.34 0 0 1 .049.054c.166.253.179.665.095 1.111.138.19.263.45.263.773 0 .615-.223.932.228 1.331 1.76-1.773 3.413-3.575 4.1-5.623-.145-.164-.272-.348-.272-.485v.002Zm-6.523 7.397c.512-.461.154-1.08-.258-1.489-.412-.41-.155-.667-.103-1.182.032-.319-.348-.4-.645-.414.16 1.123.356 2.226.034 3.293.285.052.675.054.97-.208h.002Zm-.748-6.343c.064.17.301.209.54.204.281-1.091.021-1.756-.29-1.847-.145.226-.304.579-.071.783.363.316-.317.497-.182.858l.003.002Zm-4.498.052c.206.363.378.96.427 1.86.01.165.02.332.034.496.199-.017.451.304.684.258.329-.067.351-.638-.088-.66-.439-.022-.483-.571-.373-.726.11-.154.067-.704-.198-.988-.138-.15-.047-.447.068-.7-.01-.021-.017-.046-.027-.065a.276.276 0 0 0-.022-.05.393.393 0 0 0-.07-.115c-.077-.098-.187-.176-.342-.098-.316.157-.299.427-.095.79l.002-.002Zm1.722 7.411a.29.29 0 0 0 .297-.282.29.29 0 0 0-.297-.283.29.29 0 0 0-.297.283.29.29 0 0 0 .297.282Zm.417.351c.072 0 .13-.064.13-.142 0-.08-.058-.143-.13-.143-.072 0-.13.064-.13.143 0 .078.058.142.13.142Zm-.532.437c.051 0 .093-.046.093-.103 0-.057-.042-.103-.093-.103-.052 0-.093.046-.093.103 0 .057.041.103.093.103Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M8.434 36.604c11.46 2.793 23.428-3.21 31.373-2.028a20.975 20.975 0 0 1-3.286 3.487c-1.798 1.516-3.843 2.659-7.07 3.152-4.559.696-5.785-.479-11.315-.057-5.361.41-8.613-2.26-10.099-4.645.069.11.26.06.395.091h.002Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M7.917 32.174a15.6 15.6 0 0 1-.584-1.329c-.35-.922-.895-2.41-1.216-3.568-.285-1.027-1.73-4.93-.245-9.67a1.548 1.548 0 0 0-.175-1.3c-.98-1.524 2.208-3.673 1.256-4.857a1.54 1.54 0 0 1-.37-1.231c.022-.162.03-.295-.06-.378-.244-.228-.929.606-1.404 1.332-.032.051-.066.1-.106.144-.181.209-.495.746-.495.746h.005c-.214.326-.42.718-.608 1.182C2.448 16.86.884 24.398 5.648 32.23l.067.103c.284.4 2.168 2.947 2.575 1.152.068-.306-.16-.877-.373-1.31v-.002ZM9.693 8.173a4.065 4.065 0 0 0-.434.626c-.37.652-.756 2.033-1.332 1.814-.294-.112-.638-1.292-.49-1.785.147-.493 1.336-1.915 2.71-2.062.514-.057.595.166-.454 1.407Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m7.322 26.502-1.023.559c-.316.174-.72.054-.85-.285-.442-1.142-.376-2.081-.275-2.604.056-.287.296-.483.586-.535l1.071-.193c.584-.106 1.099.395 1.045.986-.037.38-.064.8-.061 1.17 0 .365-.174.725-.493.902Zm-1.489 2.713c.537 3.264 2.805 5.923 4.017 6.84a.69.69 0 0 0 .689.068c.35-.144.434-.66.204-.96-.979-1.276-2.193-3.961-2.583-6.669-.071-.5-.64-.792-1.07-.522l-.96.606a.636.636 0 0 0-.295.637h-.002Z"/>
11
+ </g>
12
+ <defs>
13
+ <clipPath id="a">
14
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
15
+ </clipPath>
16
+ </defs>
17
+ </svg>
@@ -0,0 +1,27 @@
1
+ <svg id="tnt-Dot-Radar" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M18.828 10.467s.021.013.03.021a.3.3 0 0 1-.047-.038c.006.006.01.012.017.015v.002Zm.166.111-.049-.028c.015.01.032.019.05.028Zm.139.07s.005 0 .007.004a.022.022 0 0 1-.01-.004h.003Zm.211.072-.029-.01.03.01Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M19.393 10.733h.009l-.057-.014a.7.7 0 0 0 .05.014h-.002Zm-.078-.022Zm-.283-.111a.739.739 0 0 0-.037-.022l.037.022Zm-.089-.052c-.031-.019-.058-.039-.086-.059.028.02.055.042.086.059Zm-.152-.113.022.017a.728.728 0 0 1-.066-.064c.015.014.03.03.044.046v.001Zm-.271-.457a.96.96 0 0 0 .087.237c.026.05.063.092.1.133a.839.839 0 0 1-.187-.37Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M22.665 40.017h9.168l-.087-.29-.087-.29-2.039-6.768-.174-.58-2.2-7.32-2.333 7.756-.188.637-1.89 6.278-.088.29-.087.29.005-.003Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M24.962 32.81c1.655.307 3.127-.428 4.271-1.42l-2.012-6.53-2.257 7.951-.002-.002Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M22.154 30.556c.377.375.78.691 1.204.957 2.02 1.26 4.459 1.237 5.915-.218 1.06-1.057 1.36-2.638.953-4.197-.264-1.027-.835-2.039-1.692-2.896-2.17-2.165-5.353-2.496-7.117-.737-1.764 1.753-1.43 4.937.74 7.096v-.005h-.003Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M22.418 30.133c.377.375.78.692 1.203.958 2.021 1.26 4.457 1.236 5.916-.218 1.06-1.058 1.36-2.639.953-4.198-.264-1.027-.835-2.038-1.692-2.895-2.17-2.166-5.353-2.497-7.117-.737-1.764 1.753-1.43 4.936.739 7.095v-.005h-.002Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M23.687 31.402c.493.205.986.342 1.476.427a19.689 19.689 0 0 0 3.576-4.533c.41-.715.774-1.435 1.086-2.161-.637-.848-1.552-1.566-2.671-2.034-2.832-1.176-5.902-.27-6.862 2.025-.96 2.292.563 5.107 3.395 6.278v-.002Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M19.73 42.118H34.3V40.02H19.73v2.098Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M22.664 40.017h9.169l-.087-.29h-8.997l-.087.29h.002Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m26.455 32.794-1.541 6.936-1.65.3v2.087h-3.537V40.02l2.98-.147 2.207-7.348 1.541.266v.003Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color22)" d="m25.605 32.42-2.514 7.453-2.808.27v1.973h-.556V40.02l3.024-.292 2.252-7.495h.748l-.144.188h-.002Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M30.11 26.803s.707 2.985-1.112 4.058c0 0 1.289-1.817.996-4.021-.294-2.204.118-.037.118-.037h-.002Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M28.575 27.47c10.96-7.505 17.259-17.361 14.075-22.01-3.183-4.648-14.648-2.333-25.607 5.172C6.086 18.14-.215 27.993 2.968 32.642c3.184 4.648 14.648 2.333 25.607-5.172Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M27.94 26.9C38.9 19.395 45.2 9.539 42.015 4.89 38.832.242 27.37 2.56 16.41 10.067 5.451 17.57-.85 27.423 2.336 32.072c3.183 4.648 14.648 2.333 25.607-5.172h-.003Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M35.178 19.826s-1.402 1.01-4.117 1.577a4.05 4.05 0 0 0 .596-1.027s.222-.436.13-.72c4.028-7.511 1.889-15.682 1.889-15.682l-.395.84c1.426 8.528-1.158 14.024-1.53 14.76-.105-.166-.37-.24-.951-.055 0 0-.984.24-3.506 2.257h-.371v-.203h-.452l-.191.157-.142-.157v-.319l-.69-.12-1.401 1.324.37.144h.772l.38-.469s.216.69 1.094.024l.678-.024s-1.794 1.806-.843 2.117c0 0 .091 0 .25-.021-6.393 4.764-13.37 6.297-17.62 6.783a4.526 4.526 0 0 1-.902-.968c-2.105-3.07-.064-8.415 4.722-13.852.98.651 5.558 3.619 10.464 5.379l-10.165-5.715c2.414-2.68 5.488-5.373 9.055-7.817 3.164-2.168 6.37-3.899 9.407-5.16-4.322 1.122-9.326 3.442-14.232 6.802C6.514 17.186.21 27.037 3.396 31.686c2.263 3.305 8.72 3.09 16.2-.016-4.208 1.093-7.762 1.047-9.94-.285 11.438-2.032 16.467-6.297 17.443-7.222a4.332 4.332 0 0 0 2.08-1.13s.997-.568 1.773-1.504c1.442-.246 3.092-.66 4.583-1.358 0 0 .82-.005.82-.803 0 0-.656-.665-1.18.452l.003.006Zm-8.04 2.074h-.004.007-.002Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m12.523 8.867-.059 1.156.201 5.913-.709-.8-.222-5.477-.408-.238 1.173-.955.022.403.002-.002Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m15.717 6.95-1.003-.123a7.78 7.78 0 0 0 .523-.523l.864-.678 17.18-.813.394-.84-17.32.822s-.104-.006-.616.493l-.04.046a.296.296 0 0 0-.032-.046l-2.074-2.49c.002.05.005.096-.01.144-.238.841-2.58 2.555-3.396 3.002-.325.179-.715.393-1.088.408l1.902 2.337-1.08.87-5.858 22.206h.917l5.896-21.983 1.644-1.234-.041-.04c.44-.257.918-.595 1.365-.946h.107l.983-.157L35.8 20.082l.634-.667L15.717 6.949Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M24.21 22.743c1.361-.931 2.102-2.211 1.662-2.859-.443-.645-1.906-.416-3.266.515-1.359.93-2.102 2.21-1.662 2.858.443.648 1.906.417 3.267-.514Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M24.188 22.594c1.128-.772 1.825-1.708 1.561-2.091-.261-.384-1.389-.07-2.516.7-1.127.771-1.825 1.707-1.561 2.09.264.384 1.389.073 2.516-.7Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M24.223 21.024c-.798-1.278-1.602-2.547-2.385-3.831-.048-.079-.094-.157-.161-.22-.146-.14-.415-.142-.609-.149a1.493 1.493 0 0 0-.427.053c-.133-.316-.264-.633-.4-.949l-.313-.748c-.05-.115-.11-.403-.205-.488-.21-.179-.563-.035-.77.074a.995.995 0 0 0-.31.227c-.045.052-.263.42-.2.486.534.54 1.049 1.106 1.574 1.66.033.032.061.065.094.098-.166.226-.283.562-.198.809.03.089.087.167.144.246.335.458.673.913 1.005 1.376.678.94 1.354 1.88 2.03 2.821.318-.015.639-.09.9-.264.236-.157.454-.373.504-.654.041-.229-.161-.368-.275-.55l.002.003Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color22)" d="m15.717 7.26 6.24 3.768-6.366-3.735-.011-.007-.013-.004-.552-.173.702.15Zm-.056-1.912.046.059-.016.04c-.059.151-.279.529-1.057 1.314l-.1.1c-.031.03-.062.06-.094.094L12.377 4.42l.133-.124c.126-.12.296-.288.469-.476.172-.187.349-.397.488-.6a2.1 2.1 0 0 0 .21-.374l1.984 2.5Zm17.642-.99-16.992.78h-.022l-.02.009-.425.194.613-.438 16.841-.567v.022h.005Zm-20.811 4.13-1.215.912.456.26.556.296.225 5.784.12.103-.14-7.353-.002-.002Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m11.985 9.79.08 5.342-.29-5.458.21.115Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M19.04 14.753s.281-.153.65-.076l1.066 2.21s.608-.296.992.297c.386.593 2.85 4.326 2.85 4.326s-.063.273-.355.515c-.103.085-3.147-4.998-3.622-4.991l-1.173-2.004-.408-.277Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m19.04 14.753.024-.01.475.108 1.093 2.19.813.252 3.03 4.505-.22.32-3.074-4.478-.73-.443-1.16-2.051-.251-.39v-.003Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M24.226 22.544h-.136l-.68-.087s.962-.238 1.19-.946l-.159-.238-.052-.08 1.219.045s-.558.84-1.382 1.308v-.002ZM9.243 6.376c-.48-.016.066-.857 1.228-1.884 1.169-1.04 2.525-1.882 3.024-1.878h.013c.48.016-.067.857-1.227 1.886-1.173 1.04-2.527 1.878-3.027 1.878h-.013l.002-.002Z"/>
27
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg id="tnt-Dot-RoadMap" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <rect width="44.109" height="28.767" x=".445" y="8.277" fill="var(--sapContent_Illustrative_Color25)" rx="1.918"/>
3
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M44.555 19.298 13.374 37.043H2.364a1.91 1.91 0 0 1-1.282-.493l43.473-21.542v4.29Zm0 9.07-14.13 8.675H18.228l26.327-13.046v4.371Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" d="M42.832 8.287a1.919 1.919 0 0 1 1.723 1.908v24.931l-.011.196a1.918 1.918 0 0 1-1.712 1.712l-.195.01H2.363l-.196-.01a1.918 1.918 0 0 1-1.722-1.908v-24.93c0-.994.755-1.81 1.722-1.909l.196-.01h40.274l.195.01Zm-40.469.758a1.15 1.15 0 0 0-1.15 1.15v24.931a1.15 1.15 0 0 0 1.15 1.151h40.274c.635 0 1.15-.516 1.15-1.151v-24.93a1.15 1.15 0 0 0-1.15-1.151H2.363Z" clip-rule="evenodd"/>
5
+ <circle cx="22.582" cy="23.623" r="4.832" fill="var(--sapContent_Illustrative_Color1)"/>
6
+ <path fill="var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" d="M22.582 15.191a8.432 8.432 0 1 1 0 16.864 8.432 8.432 0 0 1 0-16.864Zm0 .5a7.932 7.932 0 1 0 0 15.864 7.932 7.932 0 0 0 0-15.864Z" clip-rule="evenodd"/>
7
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M18.759 12.084c2.31-.74 4.789-.777 7.12-.11a.25.25 0 0 1-.137.481A11.768 11.768 0 0 0 12.21 29.472a.25.25 0 0 1-.408.284l-.029-.042-.213-.401a12.266 12.266 0 0 1 7.199-17.229Z"/>
8
+ <circle cx="13.172" cy="16.49" r="2.443" fill="var(--sapContent_Illustrative_Color11)"/>
9
+ <circle cx="20.846" cy="31.555" r="1.788" fill="var(--sapContent_Illustrative_Color9)" transform="rotate(-112.034 20.846 31.555)"/>
10
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg id="tnt-Dot-Secrets" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M9.24 10.077s.028.017.04.027a.388.388 0 0 1-.062-.05c.007.008.012.016.022.02v.003Zm.225.15L9.4 10.19l.065.037Zm.193.097s.007 0 .009.005a.032.032 0 0 1-.014-.005h.005Zm.288.098-.039-.012c.012.005.027.008.04.012Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M17.913.76a9.685 9.685 0 0 1 3.634.49c1.16.387 2.247.977 3.213 1.735a11.173 11.173 0 0 1 2.484 2.706 10.237 10.237 0 0 1 1.43 3.433l1.916 8.886-3.92.345-1.748-8.925a5.564 5.564 0 0 0-.811-1.927 6.08 6.08 0 0 0-1.43-1.514 6.237 6.237 0 0 0-1.858-.963 5.695 5.695 0 0 0-2.096-.256l-.872.06a4.997 4.997 0 0 0-1.962.544 4.471 4.471 0 0 0-2.291 2.934 4.794 4.794 0 0 0-.03 2.04l1.727 9.01-4.082.359-1.662-9.04a8.906 8.906 0 0 1 .052-3.696 7.973 7.973 0 0 1 1.453-3.083 7.774 7.774 0 0 1 2.57-2.151 8.448 8.448 0 0 1 3.416-.93l.87-.052-.003-.005Zm20.559 37.39-3.91 1.23-.286.05 3.899-1.224.297-.053v-.003Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m38.175 38.202-3.898 1.225-23.054 3.99 2.844-1.097 24.108-4.118Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color28)" d="M39.54 36.973a1.524 1.524 0 0 1-.174.551 1.223 1.223 0 0 1-.352.414 1.09 1.09 0 0 1-.498.212l-.297.053-24.171 4.117a1.798 1.798 0 0 1-.787-.036 2.053 2.053 0 0 1-.701-.342 2.24 2.24 0 0 1-.84-1.384L8.4 21.907a1.805 1.805 0 0 1 .314-1.42c.14-.191.319-.35.528-.467a1.73 1.73 0 0 1 .707-.215l1.477-.13.16-.013 1.9-.168.157-.014 7.758-.681 8.958-.786.077-.006.834-.072.88-.074.135-.011 1.543-.135c.184-.017.369.01.545.069.179.06.344.157.495.278.151.121.283.273.39.444.108.171.193.359.237.566l4.006 17.277c.05.218.058.433.036.632v-.006l.002-.002Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M13.283 42.285a2.075 2.075 0 0 1-.702-.342 2.268 2.268 0 0 1-.54-.593 2.29 2.29 0 0 1-.299-.79L8.43 21.91a1.89 1.89 0 0 1 .057-.924 1.746 1.746 0 0 1 .463-.728l-.196.182-.066.063-.17.16-.388.361c-.028.025-.055.053-.077.072-.017.014-.033.03-.052.047l-.047.041-.03.028-.171.16-.261.245c-.02.02-.042.039-.058.056-.028.027-.06.058-.094.085l-.6.563-.021.022c-.07.063-.166.154-.234.218-.1.093-.19.198-.264.314a1.66 1.66 0 0 0-.264.802c-.012.147 0 .301.021.456l3.038 17.639a2.073 2.073 0 0 0 .784 1.301c.2.152.423.26.663.323.24.06.49.074.745.03l2.845-1.1c-.267.047-.534.03-.784-.036h.005l.009-.005Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M8.67 21.907a1.806 1.806 0 0 1 .314-1.42c.14-.191.318-.35.527-.467a1.74 1.74 0 0 1 .707-.215l1.472-.13.16-.013 1.895-.168.157-.014 7.736-.681 8.936-.786.074-.006.83-.072.878-.074.135-.011 1.538-.135c.184-.017.366.01.542.069a1.759 1.759 0 0 1 .883.722c.107.171.19.359.237.566l3.994 17.277c.05.218.06.433.036.632a1.542 1.542 0 0 1-.173.551 1.247 1.247 0 0 1-.35.414c-.143.108-.31.185-.498.212l-.297.053"/>
8
+ <path fill="var(--sapContent_Illustrative_Color27)" d="m20.94 19.66 13.755-1.283 4.88 18.488L20.936 19.66h.003Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M31.965 22.618c.372-.03.743.022 1.103.14.358.12.697.304 1.002.541a3.612 3.612 0 0 1 1.293 1.964l.418 1.63c.105.41.13.816.08 1.194-.05.377-.168.728-.347 1.037-.181.308-.424.57-.712.769a2.416 2.416 0 0 1-1.016.392l-18.245 2.573s-.022.002-.033.005c-.01.003-.022 0-.033.003h-.033c-.01.003-.022 0-.033.003a3.034 3.034 0 0 1-1.2-.127 3.575 3.575 0 0 1-1.086-.56 3.73 3.73 0 0 1-.853-.91 3.556 3.556 0 0 1-.503-1.175l-.393-1.735c-.1-.435-.108-.86-.04-1.254a2.88 2.88 0 0 1 .427-1.084c.21-.32.485-.59.812-.792a2.724 2.724 0 0 1 1.114-.391l18.168-2.223s.02 0 .028-.003.019 0 .027-.003h.055v.006Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M31.542 23.084c.371-.03.742.022 1.1.14.358.119.696.304 1.002.544a3.63 3.63 0 0 1 1.293 1.963l.31 1.238c.105.414.127.817.08 1.194a2.737 2.737 0 0 1-.346 1.038c-.182.308-.424.57-.716.769a2.409 2.409 0 0 1-1.018.389l-17.474 2.457-.03.003h-.031c-.011.002-.02 0-.03.002h-.03a3.04 3.04 0 0 1-1.2-.126 3.54 3.54 0 0 1-1.087-.56 3.782 3.782 0 0 1-.853-.91 3.501 3.501 0 0 1-.503-1.175l-.297-1.307a3.237 3.237 0 0 1-.041-1.255c.068-.397.214-.764.426-1.084a2.67 2.67 0 0 1 .809-.791 2.71 2.71 0 0 1 1.111-.39l17.404-2.137h.06c.011-.002.02 0 .03-.002.011-.003.02 0 .03 0Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m17.303 29.074-.947.262c-.024.005-.03.036-.013.058l.773.863c.077.085.071.212-.017.273l-.3.198c-.082.055-.203.028-.27-.06l-.638-.872c-.016-.025-.052-.025-.06 0l-.413.88c-.041.088-.154.119-.25.066l-.352-.19c-.102-.058-.146-.185-.091-.273l.54-.872c.013-.022 0-.052-.028-.058l-1.002-.237c-.11-.027-.187-.135-.165-.237l.072-.367c.022-.102.126-.157.234-.116l.965.354c.028.01.05-.009.047-.036l-.179-1.026a.162.162 0 0 1 .162-.196l.366-.006a.22.22 0 0 1 .215.194l.102 1.017c0 .028.033.044.055.036l.855-.361c.094-.042.212.01.264.11l.176.356c.05.102.006.215-.096.242h-.005v-.002Zm4.943-.744-.947.262c-.024.005-.03.035-.013.058l.773.863c.077.085.071.212-.017.273l-.3.198c-.082.055-.203.028-.27-.063l-.637-.872c-.017-.024-.053-.024-.064 0l-.412.88c-.042.088-.154.119-.25.066l-.353-.19c-.102-.058-.146-.185-.09-.273l.539-.872a.039.039 0 0 0-.028-.057l-1.001-.238c-.11-.027-.187-.135-.165-.237l.071-.367c.022-.102.127-.157.234-.115l.966.353c.027.01.05-.009.046-.036l-.178-1.026a.16.16 0 0 1 .162-.193l.366-.006a.22.22 0 0 1 .214.19l.102 1.018c0 .028.033.044.052.036l.856-.361c.093-.042.212.01.264.11l.176.356c.05.102.006.215-.096.242Zm4.737-.764-.946.262c-.025.006-.03.036-.014.058l.773.863c.077.086.072.213-.016.273l-.3.199c-.083.055-.204.027-.27-.06l-.638-.872c-.017-.025-.052-.025-.06 0l-.413.88c-.041.088-.154.118-.25.068l-.353-.19c-.101-.058-.145-.185-.09-.273l.539-.872c.014-.022 0-.052-.028-.057l-1.001-.238c-.11-.027-.187-.135-.165-.237l.071-.367c.022-.102.127-.157.234-.115l.966.353c.027.01.05-.009.047-.036l-.18-1.026a.162.162 0 0 1 .163-.196l.366-.006a.22.22 0 0 1 .215.19l.101 1.018c0 .028.033.045.055.036l.856-.361c.093-.041.212.011.264.11l.176.356c.05.102.006.215-.096.243h-.006v-.003Zm4.867-.881-.946.262c-.025.006-.03.036-.014.058l.773.863c.077.086.072.213-.016.273l-.3.199c-.083.055-.204.027-.27-.061l-.638-.871c-.017-.025-.052-.025-.063 0l-.413.88c-.041.088-.154.118-.25.066l-.352-.19c-.102-.059-.146-.186-.091-.274l.54-.871a.04.04 0 0 0-.028-.058l-1.002-.237c-.11-.028-.187-.136-.165-.238l.072-.366c.022-.102.126-.158.233-.116l.966.353c.028.01.05-.008.047-.036l-.179-1.026a.162.162 0 0 1 .162-.196l.366-.005a.22.22 0 0 1 .215.193l.102 1.017c0 .028.033.045.052.036l.855-.361c.094-.041.212.011.265.11l.176.356c.05.102.005.215-.097.243h-.005l.005-.003Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M24.392 3.009c-.955-.331-1.854-.913-2.848-1.222-.993-.309-2.04-.499-3.089-.504-2.066-.011-4.228.752-5.629 2.352-.908 1.037-1.45 2.377-1.68 3.75-.408 2.414.096 4.852.588 7.212.352 1.685.682 3.296 1.034 4.98-.418.042-.817.07-1.235.108-.31-1.6-.619-3.113-.932-4.713-.322-1.652-.694-3.312-.773-5-.075-1.596.115-3.232.792-4.677 1.092-2.338 3.373-3.908 5.832-4.382 2.713-.524 5.843.18 7.94 2.101V3.01Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m26.67 18.355 1.304-.116c-.424-2.01-.85-3.987-1.274-5.998-.446-2.115-.732-4.368-2.182-6.075-1.45-1.707-3.323-1.793-5.073-1.432 0 0 3.934.331 4.955 3.66l2.27 9.961Zm-12.3.998c-.064.113-.193.08-.427.116L12.18 9.803a9.563 9.563 0 0 1-.165-1.183c-.116-2.19.778-5.166 3.015-5.698-1.109 1.125-1.887 2.424-2.146 4.068-.325 2.06.127 4.084.473 6.097 0 .538.198 1.15.292 1.683l.303 1.75.302 1.752c.047.267.182.643.157.913a.522.522 0 0 1-.039.17v-.005l-.002.003Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m28.566 18.186-.996-4.697c-.369-1.613-.523-3.251-.922-4.818-.396-1.555-1.114-3.097-2.492-4.158-1.337-1.057-3.167-1.683-4.988-1.503 2.748-.384 5.612 1.067 6.93 3.237 1.343 2.185 1.518 4.758 2.19 7.104l1.268 4.747-.99.085v.003Zm-14.191 1.25-1.169-4.956c-.327-1.635-.88-3.204-1.158-4.812-.28-1.594-.24-3.31.64-4.865.848-1.536 2.433-2.628 4.276-3.235-2.83.811-5.062 3.095-5.417 5.646-.371 2.57.556 5.005.905 7.443l.768 4.881.932-.082.199-.02h.024Z"/>
15
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg id="tnt-Dot-Services" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M7.997 24.572c.068-.127.232-.123.368.01.135.133.192.344.125.472L3.102 35.309l11.634 1.117c.146.014.297.174.337.357.041.184-.045.322-.19.308L2.764 35.928c-.146-.014-.297-.175-.338-.359-.028-.125.003-.228.072-.277a.343.343 0 0 1 .005-.262l5.493-10.458Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m6.708 27.615-1.75-3.031c7.361-4.25 11.227.446 11.727 1.312-1.866-1.232-7.712-.359-9.977 1.719Z"/>
4
+ <ellipse cx="2.602" cy="35.5" fill="var(--sapContent_Illustrative_Color11)" rx="1.434" ry="1.485" transform="rotate(-26.688 2.602 35.5)"/>
5
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M3.051 34.112c.346.126.65.382.832.743.368.733.092 1.615-.615 1.97-.708.356-1.58.051-1.949-.681l-.006-.012c.357.13.76.12 1.118-.06.704-.355.98-1.23.62-1.96Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color22)" d="m24.796 14.979.866-.5 7.01 12.14-.866.5z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M35.33 11.225a1 1 0 0 1 1.366.367l4 6.927a1 1 0 0 1-.366 1.367l-17.32 10a1 1 0 0 1-1.366-.367l-1.5-2.598-1.77 1.022a9.346 9.346 0 0 1-4.504 12.109L4.387 23.629c.111-.071.224-.142.34-.208 4.322-2.496 9.831-1.232 12.668 2.778l1.748-1.01-1.5-2.597a1 1 0 0 1 .367-1.367l17.32-10Z"/>
8
+ <rect width="16" height="10" x="25.743" y="30.618" fill="var(--sapContent_Illustrative_Color11)" rx="1" transform="rotate(-30 25.743 30.618)"/>
9
+ <rect width="14" height="6" x="25.743" y="30.618" fill="var(--sapContent_Illustrative_Color1)" rx="1" transform="rotate(-30 25.743 30.618)"/>
10
+ <rect width="16" height="10" x="13.743" y="9.833" fill="var(--sapContent_Illustrative_Color11)" rx="1" transform="rotate(-30 13.743 9.833)"/>
11
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m17.645 22.591 19.053-11 1.5 2.598-19.053 11z"/>
12
+ <rect width="14" height="3" x="17.242" y="15.896" fill="var(--sapContent_Illustrative_Color1)" rx="1" transform="rotate(-30 17.242 15.896)"/>
13
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg id="tnt-Dot-SessionExpired" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M36.027 38.667v2.49c0 2.12-6.06 3.843-13.526 3.843-7.465 0-13.526-1.723-13.526-3.843 0-.095.012-.19.036-.285l-.036-.01v-2.198c0 1.951 6.06 3.535 13.526 3.535 7.465 0 13.526-1.584 13.526-3.535v.003Zm-.023-.213h.023v.213a.958.958 0 0 0-.023-.213Zm-27.03.213v-.208h.024a.94.94 0 0 0-.023.208Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M22.501 35.129c7.465 0 13.526 1.584 13.526 3.535 0 1.95-6.06 3.535-13.526 3.535-7.465 0-13.526-1.584-13.526-3.535s6.06-3.535 13.526-3.535Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color2)" fill-rule="evenodd" d="M32.516 8.374a13.549 13.549 0 0 1-1.94 4.634c-.95 1.437-2.442 2.68-3.836 3.786-1.864 1.479-3.245 2.758-3.237 3.905v.108c0 2.013 4.834 4.261 7.07 7.645 2.015 3.047 2.433 6.292 2.374 9.91a.417.417 0 0 1 .005.079c0 1.273-4.682 2.305-10.453 2.305-5.771 0-10.454-1.032-10.454-2.305 0-.026 0-.054.006-.08-.062-3.617.359-6.86 2.374-9.91 2.236-3.383 7.07-5.631 7.07-7.644v-.108c.008-1.148-1.373-2.423-3.237-3.905-1.394-1.106-2.883-2.346-3.835-3.786a13.477 13.477 0 0 1-1.941-4.634c2.475.637 6.048 1.037 10.014 1.037 3.967 0 7.54-.4 10.015-1.037h.005Z" clip-rule="evenodd"/>
5
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M36.028 2.729v.036-.036Zm-27.053.038v-.056h.003l-.003.056Zm27.053 0v2.077h-.005c-.18 1.58-6.172 2.847-13.524 2.847-7.352 0-13.526-1.309-13.526-2.921V2.765c0 1.527 6.06 2.767 13.526 2.767 7.465 0 13.526-1.24 13.526-2.767l.003.002Z" clip-rule="evenodd"/>
6
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="M32.8 6.665a16.837 16.837 0 0 1-.282 1.71c-2.474.636-6.048 1.036-10.014 1.036-3.966 0-7.54-.4-10.015-1.037a17.1 17.1 0 0 1-.282-1.71c2.482.63 6.177 1.027 10.3 1.027 4.122 0 7.816-.397 10.299-1.026h-.005Z" clip-rule="evenodd"/>
7
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M8.975 4.085v-.062h.002l-.002.062Zm1.078 34.32V4.773h1.412v33.632c0 .255-.316.462-.706.462-.39 0-.706-.205-.706-.462Zm23.541 0V4.773h1.412v33.632c0 .255-.316.462-.706.462-.39 0-.706-.205-.706-.462Z" clip-rule="evenodd"/>
8
+ <path fill="var(--sapContent_Illustrative_Color1)" fill-rule="evenodd" d="M11.465 6.461v.29s-.565.596-1.412.206V5.915c.382.192.855.374 1.412.544v.002Zm22.129-.027v.68s.706.136 1.412-.537v-.69a9.016 9.016 0 0 1-1.412.544v.003Z" clip-rule="evenodd"/>
9
+ <path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M22.501 0c7.465 0 13.526 1.24 13.526 2.767 0 1.528-6.06 2.768-13.526 2.768-7.465 0-13.526-1.24-13.526-2.768C8.975 1.24 15.035 0 22.5 0Z" clip-rule="evenodd"/>
10
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M22.799 25.746c1.39.467 8.392 6.124 9.184 8.59.333.134.61.226.784.18.136 1.04.19 2.107.19 3.209 0 .213 0 .426-.005.641a.435.435 0 0 1 .005.08c0 .026 0 .051-.005.077L18.194 39.6c-.25-.025-.589-.053-.827-.084l-4.965-.478c-.185-.151-.3-.31-.337-.474l.142-3.781c.02-.17.04-.337.065-.506a3.77 3.77 0 0 1 1.23-.71c1.735-2.466 7.532-7.2 9.296-7.82Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M32.747 34.377c.18 1.281.226 2.608.203 3.99a.409.409 0 0 1 .005.08c0 1.272-4.683 2.297-10.454 2.297-5.77 0-10.453-1.025-10.453-2.298 0-.025 0-.054.005-.08-.026-1.463.028-2.862.236-4.215.709.93 2.963 3.456 6.518 3.456 4.354 0 5.29-2.282 9.14-2.847 2.951-.434 4.322-.416 4.8-.385v.002Z" clip-rule="evenodd"/>
12
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg id="tnt-Dot-SessionExpiring" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <g clip-path="url(#a)">
3
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M36.028 38.665v2.491C36.028 43.277 29.966 45 22.5 45c-7.467 0-13.528-1.723-13.528-3.844 0-.097.012-.191.037-.286l-.037-.01v-2.197c0 1.951 6.061 3.535 13.528 3.535 7.466 0 13.528-1.584 13.528-3.535v.002Zm-.025-.214.025.005v.209a.862.862 0 0 0-.025-.211v-.003Zm-27.029.214v-.209L9 38.451c-.015.07-.025.142-.025.212v.002Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M22.5 35.129c7.466 0 13.528 1.584 13.528 3.535 0 1.952-6.062 3.536-13.528 3.536-7.467 0-13.528-1.584-13.528-3.536 0-1.951 6.061-3.535 13.528-3.535Z" clip-rule="evenodd"/>
5
+ <path fill="var(--sapContent_Illustrative_Color2)" fill-rule="evenodd" d="M32.517 8.374a13.512 13.512 0 0 1-1.942 4.632c-.952 1.44-2.441 2.68-3.834 3.787-1.862 1.48-3.244 2.757-3.237 3.903v.107c0 2.012 4.833 4.262 7.071 7.646 2.014 3.048 2.434 6.29 2.375 9.908a.426.426 0 0 1 .005.08c0 1.272-4.685 2.304-10.453 2.304S12.05 39.707 12.05 38.436c0-.027 0-.054.005-.08-.063-3.617.36-6.86 2.374-9.907 2.238-3.384 7.071-5.632 7.071-7.646v-.107c.008-1.146-1.372-2.424-3.237-3.903-1.392-1.107-2.884-2.347-3.834-3.787a13.53 13.53 0 0 1-1.942-4.632c2.476.637 6.047 1.037 10.015 1.037 3.968 0 7.541-.4 10.015-1.037Z" clip-rule="evenodd"/>
6
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M29.452 14.398c-.207.229-.652.65-.654.65-1.074.698-2.877.999-4.786 1.088-2.894.137-6.037-.246-7.36-.676l-.132-.12a8.33 8.33 0 0 1 .446-.072c1.964-.276 3.416-.99 4.691-1.64 1.201-.615 2.233-1.179 3.421-1.191 3.116-.033 4.133 1.489 4.374 1.964v-.003ZM36.025 2.73v.037-.037Zm-27.05.037V2.71h.002c0 .02-.003.037-.003.057Zm27.053 0v2.079h-.005C35.84 6.425 29.852 7.693 22.5 7.693c-7.352 0-13.528-1.308-13.528-2.922V2.767c0 1.527 6.061 2.767 13.525 2.767s13.528-1.24 13.528-2.767h.003Z" clip-rule="evenodd"/>
7
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="M32.8 6.666a16.22 16.22 0 0 1-.283 1.708c-2.476.637-6.046 1.037-10.015 1.037-3.968 0-7.54-.4-10.014-1.037a16.986 16.986 0 0 1-.284-1.708c2.481.63 6.176 1.027 10.299 1.027 4.122 0 7.817-.398 10.298-1.027Z" clip-rule="evenodd"/>
8
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M8.975 4.084v-.06h.002l-.002.06Zm1.079 34.32V4.77h1.412V38.4c0 .254-.316.46-.706.46-.39 0-.706-.206-.706-.46v.002Zm23.54 0V4.77h1.412V38.4c0 .254-.316.46-.706.46-.39 0-.706-.206-.706-.46v.002Z" clip-rule="evenodd"/>
9
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M11.463 6.459v.29s-.565.597-1.412.207V5.915c.38.193.855.375 1.412.544Zm22.131-.025v.681s.706.137 1.412-.537V5.89a8.74 8.74 0 0 1-1.412.544Z" clip-rule="evenodd"/>
10
+ <path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M22.5 0c7.466 0 13.528 1.24 13.528 2.767S29.966 5.535 22.5 5.535c-7.467 0-13.528-1.241-13.528-2.768C8.972 1.241 15.036 0 22.5 0Z" clip-rule="evenodd"/>
11
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M16.323 14.327a8.985 8.985 0 0 1 2.88.121c1.53.316 2.797.786 3.978 1.11 1.24.338 2.39.512 3.633.216.649-.154 1.434-.48 1.986-.729a37.546 37.546 0 0 1-2.25 1.92c-1.062.843-1.76 1.43-2.394 2.24-.184.236-.403.562-.657 1.146-.226.522-.465 1.03-.497 2.439v6.007c2.07.31 4.035 2.58 5.478 4.063.742.764 3.576 2.991-2.343 2.785a41.172 41.172 0 0 0-.9-.015c1.835.448 3.33.506 4.115.094 1.05-.55 2.83-1.052 3.412-1.209.136 1.04.188 2.11.188 3.21 0 .214-.002.429-.005.642.005.025.005.055.005.08s0 .052-.005.076L18.19 39.6c-.249-.027-.587-.054-.826-.084l-4.965-.478c-.183-.154-.301-.31-.338-.474l.142-3.782c.02-.169.042-.338.067-.505.187-.17.898-.754 2.071-.923.366-.054.873-.099 1.482-.106 1.015-1.976 4.167-4.192 6.19-4.462v-5.953c-.005-1.558-.479-2.44-.541-2.581-.57-1.28-1.522-2.096-3.018-3.285-.963-.763-1.97-1.589-2.81-2.503.183-.055.415-.1.68-.137Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M32.746 34.376c.18 1.283.226 2.608.201 3.988a.426.426 0 0 1 .005.08c0 1.272-4.684 2.297-10.452 2.297s-10.453-1.025-10.453-2.298c0-.027 0-.054.005-.08-.024-1.461.03-2.861.237-4.214.708.93 2.963 3.456 6.516 3.456 4.354 0 5.289-2.282 9.138-2.846 2.953-.433 4.323-.416 4.8-.383h.003Z" clip-rule="evenodd"/>
13
+ </g>
14
+ <defs>
15
+ <clipPath id="a">
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
17
+ </clipPath>
18
+ </defs>
19
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg id="tnt-Dot-Settings" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m41.661 28.143-3.848 2.48h-.131c-.09.009-.197.014-.315.014-.117 0-.253 0-.393-.01s-.295-.014-.45-.023c-.155-.01-.319-.019-.483-.028l-.492-.029c-.16-.009-.324-.014-.478-.018h-.44c-.137 0-.268.01-.376.018-.042 0-.084.01-.117.014-.033 0-.075.015-.103.02-.033 0-.066.013-.094.023a.65.65 0 0 0-.075.028l3.778-2.494s.052-.023.08-.028c.028 0 .06-.019.094-.023.032 0 .07-.014.103-.019.037 0 .08-.01.117-.014.112-.01.244-.019.384-.019h.445c.155 0 .32.014.488.024.169.009.333.018.501.032.164.01.328.02.493.028.159.01.309.02.454.024.14 0 .282.01.399.01.117 0 .23 0 .318-.015h.141v.005Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m41.661 28.143-3.848 2.48h-.131c-.09.009-.197.014-.315.014-.117 0-.253 0-.393-.01s-.295-.014-.45-.023c-.155-.01-.319-.019-.483-.028l-.492-.029c-.16-.009-.324-.014-.478-.018h-.44c-.137 0-.268.01-.376.018-.042 0-.084.01-.117.014-.033 0-.075.015-.103.02-.033 0-.066.013-.094.023a.65.65 0 0 0-.075.028l3.778-2.494s.052-.023.08-.028c.028 0 .06-.019.094-.023.032 0 .07-.014.103-.019.037 0 .08-.01.117-.014.112-.01.244-.019.384-.019h.445c.155 0 .32.014.488.024.169.009.333.018.501.032.164.01.328.02.493.028.159.01.309.02.454.024.14 0 .282.01.399.01.117 0 .23 0 .318-.015h.141v.005ZM30.913 41.098c-.08.01-.31-.154-.614-.417a35.23 35.23 0 0 1-1.087-.98c-.394-.365-.793-.745-1.125-1.059a9.926 9.926 0 0 0-.736-.651.502.502 0 0 0-.15-.075 1.153 1.153 0 0 0-.183-.042c-.066-.01-.136-.01-.22-.01-.085 0-.155 0-.24.014a7.545 7.545 0 0 0-.646.113c-.225.051-.455.112-.675.178-.216.065-.431.122-.619.178a3.382 3.382 0 0 1-.492.112l3.628-2.362c.131-.019.304-.06.501-.113.193-.056.408-.112.633-.178.23-.065.46-.126.69-.178.229-.051.45-.098.66-.117a2.203 2.203 0 0 1 .46-.005c.065.01.13.024.187.043a.511.511 0 0 1 .15.08c.131.098.408.346.75.67.342.318.75.707 1.148 1.082.399.38.797.736 1.111 1.003"/>
4
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m34.667 38.806-3.754 2.287c-.08.01-.31-.155-.614-.417a35.23 35.23 0 0 1-1.087-.98c-.394-.365-.793-.745-1.125-1.059a9.893 9.893 0 0 0-.736-.651.5.5 0 0 0-.15-.075 1.153 1.153 0 0 0-.183-.043c-.066-.009-.136-.009-.22-.009-.085 0-.155 0-.24.014a7.508 7.508 0 0 0-.646.113c-.225.051-.455.112-.675.178-.216.065-.431.121-.619.178a3.382 3.382 0 0 1-.492.112l3.623-2.386c.131-.018.324-.07.52-.121.193-.057.404-.113.633-.178.23-.066.46-.127.69-.179.229-.051.45-.098.655-.117.085-.01.165-.01.244-.01.08 0 .14 0 .206.015.066.01.136.042.193.06a.509.509 0 0 1 .15.08c.13.099.407.347.75.67.342.32.75.709 1.148 1.084.398.38.797.735 1.11 1.003M20.32 5.616l-2.714.525L18 4.612l3.403-3.06-1.083 4.064ZM32.287 20.98c-.197-1.078-.595-2.203-1.223-3.332a12.261 12.261 0 0 0-1.899-2.583 11.417 11.417 0 0 0-2.362-1.875 9.863 9.863 0 0 0-2.615-1.097 8.216 8.216 0 0 0-2.658-.258 8.34 8.34 0 0 0-.577.066c-.187.028-.38.07-.567.113a6.381 6.381 0 0 0-1.092.37c-.131.06-.272.122-.403.197-.131.07-.267.145-.389.23-.127.08-.258.164-.38.257-.122.094-.248.183-.36.29l-3.375 2.846c.112-.099.234-.188.356-.286.117-.089.248-.169.37-.258.122-.08.258-.15.385-.22.126-.07.267-.131.393-.192.174-.08.352-.146.53-.206a7.09 7.09 0 0 1 .544-.16c.183-.047.37-.084.557-.112.188-.028.38-.052.568-.07a8.159 8.159 0 0 1 2.61.238 9.7 9.7 0 0 1 2.564 1.07 10.896 10.896 0 0 1 2.311 1.827c.708.731 1.336 1.57 1.86 2.526.61 1.107 1 2.208 1.191 3.267a8.474 8.474 0 0 1 .024 3.014 7.21 7.21 0 0 1-.975 2.56 6.537 6.537 0 0 1-1.81 1.898l3.638-2.508a6.556 6.556 0 0 0 1.837-1.926c.483-.769.82-1.65.985-2.611a8.823 8.823 0 0 0-.033-3.075h-.005ZM11.518 10.519l-3.257 2.92-2.222-4.65 3.15-3.065 2.325 4.79.004.005Zm-1.547 2.657-1.715.271 3.257-2.92-1.542 2.658v-.01Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m20.803 39.157-.009.01c-.131-.08-.248-.394-.342-.835-.099-.44-.183-1.003-.277-1.58a25.792 25.792 0 0 0-.3-1.668c-.108-.497-.248-.895-.412-1.088l-2.76-1.804-4.144 1.593-4.06-5.263c-.06-.14.061-.408.272-.731.211-.329.52-.722.849-1.12.328-.4.66-.802.923-1.144.272-.352.469-.652.52-.84a2.252 2.252 0 0 1-.389-.684 7.282 7.282 0 0 1-.253-.82c-.07-.281-.126-.553-.197-.806-.07-.253-.14-.469-.239-.638-.13-.234-.44-.459-.839-.68a16.05 16.05 0 0 0-1.387-.65c-.502-.212-1.017-.427-1.462-.643-.45-.215-.83-.436-1.06-.656l.188-6.046-3.122 2.924-.225 5.897c.225.215.6.431 1.04.637.441.206.943.417 1.435.624.492.206.97.417 1.36.628.388.215.693.43.82.66.093.165.164.38.23.624.065.248.121.51.196.787.07.277.14.549.24.802.098.258.22.487.379.666-.052.182-.253.482-.511.824-.267.343-.595.741-.91 1.125-.318.39-.623.778-.834 1.097-.215.324-.328.581-.276.727l3.965 5.142 4.069-1.57 2.704 1.762c.16.192.295.58.403 1.064.108.487.197 1.064.29 1.63.09.563.165 1.116.268 1.547.07.324.145.577.244.713a.28.28 0 0 0 .098.098l5.667 1.22 3.58-2.298-5.736-1.242.004.005Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M34.668 38.805c-.084.01-.328-.178-.647-.445a36.479 36.479 0 0 1-1.11-1.003c-.404-.375-.812-.764-1.149-1.083a12.157 12.157 0 0 0-.75-.67.921.921 0 0 0-.15-.08.738.738 0 0 0-.187-.042c-.07-.01-.141-.014-.216-.01-.075 0-.155 0-.248.015a6.257 6.257 0 0 0-.657.117c-.23.051-.464.112-.689.178-.22.066-.44.127-.632.178a4.437 4.437 0 0 1-.502.113l-1.186 4.316-5.774-1.26c-.132-.08-.249-.394-.343-.835-.098-.44-.182-1.003-.276-1.584-.09-.577-.178-1.172-.3-1.669-.113-.496-.248-.895-.413-1.087l-2.732-1.776-4.144 1.593-4.092-5.296c-.06-.14.061-.413.277-.74.216-.329.52-.723.848-1.116.324-.399.661-.802.924-1.144.267-.347.469-.652.52-.84a2.252 2.252 0 0 1-.389-.683 8.818 8.818 0 0 1-.253-.82c-.07-.282-.127-.554-.197-.807s-.14-.469-.239-.637c-.131-.235-.44-.46-.839-.68a16.307 16.307 0 0 0-1.387-.647 29.95 29.95 0 0 1-1.463-.642c-.445-.216-.83-.436-1.06-.656l.216-6.014 4.51.075 1.542-2.657-2.283-4.749 4.19-3.018 4.013 3.436 2.929-.553 1.078-4.036 5.723 1.444 1.083 4.752 2.868 1.899 3.797-1.378 3.928 4.977-2.414 3.478 1.256 3.248.014.024.028.023 4.29 2.152.023 5.7c0 .032-.01.056-.02.079a.249.249 0 0 1-.032.061.261.261 0 0 1-.038.042.17.17 0 0 1-.046.033c-.015 0-.029.014-.047.019-.02 0-.033.01-.052.014-.019 0-.033.01-.051.014-.02 0-.038.01-.057.014h-.14c-.09.01-.197.014-.319.014s-.253 0-.398-.01c-.141-.009-.3-.014-.455-.023-.155-.01-.323-.019-.492-.028-.164-.01-.333-.023-.502-.033-.168-.01-.328-.018-.487-.023h-.446c-.14 0-.271.01-.384.018-.042 0-.084.01-.117.015-.038 0-.075.014-.103.018-.033 0-.066.014-.094.024-.028.01-.056.018-.08.028-.009 0-.018.01-.028.014-.01 0-.019.01-.023.019 0 .01-.014.014-.024.018-.009 0-.014.014-.018.02l-1.12 2.652 2.357 4.51m-10.162-6.277a6.434 6.434 0 0 0 2.269-1.814 7.038 7.038 0 0 0 1.308-2.7 8.303 8.303 0 0 0 .126-3.3c-.178-1.166-.586-2.395-1.275-3.637a12.256 12.256 0 0 0-1.898-2.582 11.641 11.641 0 0 0-2.358-1.875 9.802 9.802 0 0 0-2.615-1.097 8.185 8.185 0 0 0-2.658-.253 7.502 7.502 0 0 0-.576.066 6.84 6.84 0 0 0-1.12.272c-.179.06-.361.13-.54.215-.13.06-.271.122-.403.197-.13.075-.267.145-.389.23-.122.08-.258.164-.38.257-.121.09-.248.183-.36.29-1.078.915-1.763 2.12-2.09 3.465-.324 1.34-.291 2.826.079 4.303a11.925 11.925 0 0 0 2.034 4.232 11.503 11.503 0 0 0 3.745 3.239c.436.234.867.431 1.294.59a8.451 8.451 0 0 0 2.465.544c.394.024.778.019 1.149-.018a5.95 5.95 0 0 0 .58-.085c.188-.037.38-.08.563-.126.183-.052.366-.108.54-.174.173-.066.346-.136.51-.225"/>
7
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg id="tnt-Dot-Success" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <g clip-path="url(#a)">
3
+ <circle cx="22.388" cy="33.826" r="11.169" fill="var(--sapContent_Illustrative_Color14)" transform="rotate(-12 22.388 33.826)"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M20.068 22.9a11.168 11.168 0 0 1 11.084 4c.108.876.114 1.745.034 2.595-.608-.38-2.315-1.428-3.606-2.01-1.588-.716-4.669-1.236-4.705-1.242l-.771.077s3.145 1.106 4.89 2.075c1.36.756 3.05 2.656 3.728 3.456a12.036 12.036 0 0 1-9.02 8.283 12.01 12.01 0 0 1-9.655-2.094 11.23 11.23 0 0 1-.583-1.892c-1.282-6.033 2.57-11.965 8.604-13.248Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M22.466 18.453c.656-1.043 1.541-3.437 1.788-4.655.455-2.238.16-8.109-2.004-9.523 3.307 1.141 6.839 2.614 9.653 3.033 2.261.336 4.108.01 5.902-.631.247.088 1.325.351 1.955.735 1.61.98 2.48 1.163 2.97 3.475.155.73-.494 3.148.094 3.797 1.134 1.25.267 4.606 1.708 5.635-.51 1.012-1.578 1.11-1.802.994-.51-.267-.803-1.085-2.05-.994-2.675.194-4.203.627-6.415-.701-1.236-.742-3.72-1.165-6.108-.674-2.214.457-6.523 1.2-5.69-.491Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M32.42 15.31c.88 0 1.844.422 2.032.584.235.202 1.764 1.966 2.292 2.37.422.325 2.266.87 2.98.993-.782.011-2.517.027-3.198 0-.85-.034-1.613-.439-2.434-1.18-.657-.595-1.389-2.093-1.672-2.767Zm-5.515-5.247c.517.602 1.928 1.976 2.103 2.742.218.956.187 2.442.863 3.13-.386-.315-2.095-.687-2.34-1.553-.247-.867-1.662-5.673-2.777-7.73l2.151 3.411ZM24.76 5.889c.356.088 3.592 2.082 4.259 2.698.533.492 3.291 1.783 5.254 2.247-1.85.567-3.233-.342-4.38-.946.068.238 1.882 1.513 2.755 2.318.872.805 2.84 3.5 1.43 2.467-.407-.299-2.234-1.035-2.865-1.537-.632-.503-2.225-2.941-2.873-3.761-.519-.656-2.603-2.597-3.58-3.486Zm13.22 1.193c1.014.462 1.297 1.824 1.47 1.991.32.307.201 1.111.182 1.203.535 0 1.236-.988 1.755-.999.518-.01.78.858.984 1.502-.116-.138-.62-.199-.611 0 .012.25-.293 1.2-.761 1.573-.375.299-1.159.638-1.455.835.08-.303-.8-1.167-.992-1.41-.24-.304-.016-1.397-.309-2.239-.144-.414-.372-.959-.552-1.47-.144-.408-.671-.519-.994-.63.474-.134.888-.269 1.282-.356Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M22.553 3.135a.792.792 0 0 1 .45 1.442v21.744c-.003.003-.153.137-.45.137-.296 0-.444-.132-.45-.137V4.577a.79.79 0 0 1 .45-1.442Z"/>
8
+ </g>
9
+ <defs>
10
+ <clipPath id="a">
11
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
12
+ </clipPath>
13
+ </defs>
14
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg id="tnt-Dot-SuccessfulAuth" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M10.982 37.531c.45.258.974.357 1.488.28l30.053-4.457-16.158-5.808L0 31.236l10.982 6.295Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color27)" d="m8.33 14.558 31.125-2.383 3.98 18.67c.04.193.044.38.015.559-.03.178-.094.336-.183.475a1.086 1.086 0 0 1-.346.34 1.177 1.177 0 0 1-.48.164l-28.693 2.932c-.193.02-.385 0-.563-.06a1.705 1.705 0 0 1-.505-.266 1.736 1.736 0 0 1-.39-.435 1.57 1.57 0 0 1-.218-.56L8.33 14.559Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M42.816 32.274c-.04.02-.079.034-.118.05a1.228 1.228 0 0 1-.262.054L13.743 35.31c-.193.02-.386 0-.564-.06a1.705 1.705 0 0 1-.504-.267 1.735 1.735 0 0 1-.39-.435 1.57 1.57 0 0 1-.218-.559L8.329 14.558l-.366-1.894c-.025-.119-.03-.237-.025-.351a1.19 1.19 0 0 1 .06-.327 1.276 1.276 0 0 1 .331-.534l-.688.633c-.074.07-.143.154-.197.243a1.515 1.515 0 0 0-.134.286 1.191 1.191 0 0 0-.06.327c-.004.113 0 .232.025.35l.361 1.89 3.719 19.352c.04.203.113.39.217.554.104.168.238.312.386.43.148.119.321.208.5.267.177.06.37.08.563.06l28.589-2.937a1.25 1.25 0 0 0 .262-.054.861.861 0 0 0 .119-.05c.04-.02.074-.04.109-.06l.825-.524c-.034.025-.074.045-.108.065v-.01Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M37.492 9.074a1.35 1.35 0 0 1 .524.07c.168.054.326.148.47.262.143.113.267.257.366.415.099.158.173.336.212.524l.39 1.825L8.33 14.558l-.366-1.894a1.441 1.441 0 0 1 0-.564c.035-.178.11-.336.208-.474.099-.139.228-.252.38-.336.154-.085.327-.139.515-.154l28.426-2.062Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color17)" d="m41.529 34.056-1.095.705s-.024.017-.035.022c-.011.005-.025.016-.035.022-.011.005-.025.016-.036.022-.01.005-.024.016-.035.021a7.389 7.389 0 0 1-2.273.913c-.27.06-.546.103-.823.133a7.1 7.1 0 0 1-.418.036c-.139.008-.283.01-.424.014-.141.002-.285 0-.429-.011-.144-.011-.288-.017-.432-.033a8.853 8.853 0 0 1-1.295-.229 9.364 9.364 0 0 1-2.488-1.032 10.419 10.419 0 0 1-2.189-1.732 10.818 10.818 0 0 1-1.67-2.256 10.436 10.436 0 0 1-1.013-2.6 9.968 9.968 0 0 1-.225-1.342 9.143 9.143 0 0 1-.033-1.335 8.613 8.613 0 0 1 .505-2.514c.144-.39.315-.763.514-1.117a7.399 7.399 0 0 1 1.49-1.877l.967-.874a7.25 7.25 0 0 0-.825.882c-.25.316-.478.657-.677 1.014a8.021 8.021 0 0 0-.858 2.353 8.997 8.997 0 0 0-.13 2.664c.043.453.12.907.228 1.357a10.622 10.622 0 0 0 1.792 3.822c.283.381.59.743.918 1.087a10.573 10.573 0 0 0 2.213 1.754c.4.237.813.441 1.23.618a9.084 9.084 0 0 0 3.026.698c.147.008.288.01.432.01.144 0 .285-.005.43-.01a8.495 8.495 0 0 0 1.255-.169 7.08 7.08 0 0 0 .8-.22c.26-.088.516-.192.766-.306a6.63 6.63 0 0 0 .725-.39c.013-.008.024-.016.038-.021.014-.006.024-.017.035-.022.011-.006.025-.017.035-.022.011-.005.025-.016.036-.024"/>
7
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M41.047 19.28a10.842 10.842 0 0 1 3.208 4.324c.225.555.404 1.133.532 1.719a9.541 9.541 0 0 1 .193 2.615c-.03.427-.087.852-.177 1.266a8.4 8.4 0 0 1-.358 1.212 7.775 7.775 0 0 1-1.23 2.133 7.261 7.261 0 0 1-3.327 2.294 7.565 7.565 0 0 1-1.632.354 7.474 7.474 0 0 1-1.285.036 8.649 8.649 0 0 1-1.744-.267 9.32 9.32 0 0 1-1.281-.43 10.212 10.212 0 0 1-2.39-1.417 10.635 10.635 0 0 1-1.972-2.043 10.648 10.648 0 0 1-1.792-3.822 9.75 9.75 0 0 1-.228-1.357 9.32 9.32 0 0 1-.033-1.348 8.794 8.794 0 0 1 .514-2.564 8 8 0 0 1 .53-1.146c.203-.365.436-.706.697-1.027a7.308 7.308 0 0 1 2.917-2.171 7.695 7.695 0 0 1 2.4-.55 8.38 8.38 0 0 1 1.692.065 9.25 9.25 0 0 1 1.67.398 9.608 9.608 0 0 1 1.603.71c.519.29 1.018.624 1.493 1.008v.009Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M39.057 22.185c.027 0 .055-.003.084 0 .03.002.058.002.085.005a.91.91 0 0 1 .084.014c.027.005.054.013.084.021a.78.78 0 0 1 .082.033c.027.014.054.025.078.038a.929.929 0 0 1 .15.101c.024.02.046.038.068.06a1.346 1.346 0 0 1 .12.136 1.168 1.168 0 0 1 .095.155c.013.028.026.055.037.082a1.028 1.028 0 0 1 .052.172c.005.03.01.057.013.087.003.03.006.057.006.087v.085a.892.892 0 0 1-.057.245.602.602 0 0 1-.036.073 1.514 1.514 0 0 1-.04.069l-3.992 5.87-.05.068a.408.408 0 0 1-.056.063c-.022.019-.041.038-.063.054a.588.588 0 0 1-.141.085.855.855 0 0 1-.157.051.763.763 0 0 1-.085.014c-.03.003-.057.003-.087.003-.03 0-.057 0-.087-.006-.03-.005-.057-.008-.086-.016-.03-.008-.058-.014-.087-.025a.45.45 0 0 1-.084-.032l-.082-.041c-.027-.014-.052-.033-.079-.05a.493.493 0 0 1-.073-.056l-2.102-1.673a1.009 1.009 0 0 1-.247-.278 1.199 1.199 0 0 1-.084-.166 1.016 1.016 0 0 1-.07-.357.93.93 0 0 1 .064-.338.775.775 0 0 1 .323-.367.76.76 0 0 1 .318-.099c.057-.005.114-.002.171 0a.974.974 0 0 1 .492.213l1.358 1.084 3.54-5.162a.652.652 0 0 1 .235-.215.752.752 0 0 1 .307-.093v.006Z"/>
9
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg id="tnt-Dot-Systems" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <g clip-path="url(#a)">
3
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M39.25 20.12c.1-.61.16-1.24.16-1.88C39.41 12.03 34.38 7 28.17 7c-4.53 0-8.43 2.68-10.21 6.55a8.544 8.544 0 0 0-3.5-.74c-4.35 0-7.95 3.22-8.54 7.41-3.28.04-5.93 2.7-5.93 5.99 0 7.42 8.61 6.9 10.12 6.87 1.17-.02 1.46-.1 2.53-.2 1.21 2.23 4.01 3.15 6.94 3.15 2.7 0 5.13-1.18 6.8-3.05 1.04.45 5.4 1.26 12.03.36 3.63-.49 6.63-2.97 6.63-6.63 0-3.38-2.53-6.17-5.79-6.58v-.01Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M20.58 15.57c-.18-.79-.71-5.21 3.89-7.91a11.252 11.252 0 0 0-6.5 5.92s1.9.83 2.62 1.99h-.01Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M39.25 20.12c.1-.61.16-1.24.16-1.88C39.41 12.03 34.38 7 28.17 7c-4.53 0-8.43 2.68-10.21 6.55a8.544 8.544 0 0 0-3.5-.74c-4.35 0-7.95 3.22-8.54 7.41-3.28.04-5.93 2.7-5.93 5.99 0 7.42 8.61 6.9 10.12 6.87 1.17-.02 1.46-.1 2.53-.2 1.21 2.23 4.01 3.15 6.94 3.15 2.7 0 5.13-1.18 6.8-3.05 1.04.45 5.4 1.26 12.03.36 3.63-.49 6.63-2.97 6.63-6.63 0-3.38-2.53-6.17-5.79-6.58v-.01Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M10.42 13.81c-.51.4-.88.99-1.08 1.61-.3.96-.22 2.01 0 2.99.14.59.33 1.19.67 1.69.61.9 1.65 1.41 2.64 1.86-.62-.06-1.28.12-1.73.56-.45.44-.58 1.1-.39 1.7.58 1.85 4.418.59 4.99.24-.67.66-1.75 1.21-1.75 3.35 0 4.79 5.88 8.74 11.72 6.03-2.68 2.18-5.12 2.18-5.9 2.18h-.01c-2.93 0-5.73-.92-6.94-3.15-1.07.1-1.36.18-2.53.2-1.51.03-10.12.55-10.12-6.87 0-3.29 2.65-5.95 5.93-5.99a8.615 8.615 0 0 1 4.5-6.4Zm10.17 1.76h-.01l-.004-.02.014.02Zm3.88-7.91c-4.563 2.678-4.078 7.048-3.894 7.89-.73-1.15-2.606-1.97-2.606-1.97 1.27-2.76 3.61-4.91 6.5-5.92Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color1)" fill-rule="evenodd" d="M27.297 23.06a3.97 3.97 0 0 1 4.74 2.99 3.97 3.97 0 0 1-2.99 4.74 3.97 3.97 0 0 1-4.74-2.99 3.97 3.97 0 0 1 2.99-4.74Zm.54-7.46 1.14 2.52c.79.07 1.57.25 2.31.53l2.13-1.77c1.3.68 2.45 1.6 3.39 2.71l-1.26 2.47c.44.66.78 1.38 1.03 2.14l2.71.56c.28 1.44.28 2.91 0 4.34l-2.71.55c-.25.75-.59 1.47-1.03 2.13l1.25 2.47c-.95 1.11-2.1 2.03-3.4 2.7l-2.12-1.78c-.74.28-1.52.45-2.31.52l-1.15 2.52c-1.46-.05-2.9-.38-4.23-.97l.07-2.77c-.68-.41-1.3-.91-1.85-1.48l-2.69.67c-.87-1.17-1.51-2.5-1.88-3.92l2.21-1.68c-.11-.79-.1-1.58 0-2.37l-2.2-1.68a11.26 11.26 0 0 1 1.89-3.91l2.69.68c.55-.57 1.17-1.07 1.86-1.48l-.05-2.77c1.34-.59 2.78-.92 4.24-.96l-.04.03Z" clip-rule="evenodd"/>
8
+ </g>
9
+ <defs>
10
+ <clipPath id="a">
11
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
12
+ </clipPath>
13
+ </defs>
14
+ </svg>
@@ -0,0 +1,31 @@
1
+ <svg id="tnt-Dot-Teams" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color27)" d="m22.833 27.943-4.547 10.066h22.672l-4.547-10.663-13.578.597Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M22.107 28.142c.045-.858.794-1.247.794-1.247h13.09c.223.041.674.17 1.166.608.171.153.456.61.396.917-.16.833-1.087 1.66-2.85 2.129-1.765.469-6.2.667-8.183.493-.75-.066-2.727-.725-3.372-1.16-.235-.16-1.086-.883-1.04-1.74Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M23.645 29.012c-.877-.66-1.336-1.902-.691-2.332 1.097-.734 12.347-.257 12.754-.294.407-.037 1.222.623 1.128 1.32-.094.696-1.575 1.743-5.233 2.2-2.35.293-7.523-.567-7.958-.894Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color27)" d="M38.511 28.412c-.188.079-.429.486-.97.486l-1.138 9.112h7.473c0-1.839.167-5.288-.863-6.844-.455-.688-.87-1.03-1.245-1.03-.66 0-.312-.448-1.509-1.238-.204-.134-.958-.822-1.748-.486Zm-15.747-1.543c0-.14.252-.41.459-.41 1.81 3.567 14.486-.34 12.049 1.337-3.572 2.458-11.16 1.41-12.05.31-.255-.315-.458-1.063-.458-1.237Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M23.085 12.456c1.331-1.698 4.598-2.86 6.615-2.834 2.95-.167 5.647 1.136 6.554 2.252.717.881 2.642 3.514 2.642 8.17 0 4.656-.887 5.343-1.714 6.2-1.835 1.9-3.152 2.04-4.578 2.251-3.758.558-7.15.168-8.141-.528-.733-.514-3.092-3.189-3.274-7.338-.181-4.15.759-6.722 1.896-8.173Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M28.405 27.88c3.937.115 6.715-.508 8.374-2.886 1.66-2.378 1.656-5.425.738-8.277-.611-1.9-2.932-4.457-7.015-4.457-4.73 0-5.737 1.198-7.133 2.897-1.697 2.064-1.625 5.949-1.431 7.31.192 1.363 1.546 5.27 6.467 5.414Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M39.692 18.81c-.125-2.635-1.342-2.167-2.459-1.58-.22.115-.231 5.87-.048 6.699.058.267.08.794 1.674.582.701-.093.958-3.066.833-5.701Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color27)" d="M30.34 13.304c-4.47-.427-6.569 3.39-6.856 5.31-.372 2.488 1.603-.905 3.036-2.103 2.254-1.886 6.673-2.934 3.82-3.207Zm7.2 4.028.68-.36c-.452 1.366-.228 5.605-.128 7.438a.856.856 0 0 1-.716-.446c-.19-.356-.31-6.45.164-6.632Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color27)" d="M25.026 12.098c-2.08 1.354-3.044 4.034-3.006 5.118-.178 0 .203.051-.674-.406.598-4.307 2.668-5.796 4.965-6.758 1.867-.782 6.385-1.016 8.481.962-5.8-1.056-7.132-.63-9.767 1.084Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M33.662 29.716c-.499.441-6.7-1.378-3.732 8.294h13.963c0-6.127-.368-6.79-1.335-5.384-.38.552-1.41 3.715-1.41 2.679 0-.452-.342-.876-.673-.308-1.709 2.934-.968.098 0-1.836.838-1.675-1.601-.878-1.368-1.515.29-.797.32-2.165.278-2.84-.033-.539-.791-.328-1.027-.103l-2.037 4.966c-.444.92-2.16-4.394-2.659-3.953Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M39.108 28.44c-.127-.409-1.026-.34-1.46-.255-.762.808-.445 1.573-.889 3.998-.355 1.94-.486 4.693-.508 5.827h2.158v-4.721c0-.409.466-2.723.699-3.828.053-.17.127-.613 0-1.021Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M6.542 27.166c1.154-.586 3.455-.433 4.269-.24l1.177 11.083H1.108c0-.782.056-4.256.127-4.72.088-.582.23-1.002.494-1.583.265-.58 1.384-.818 1.648-.973.265-.154.248-.564.248-1.183 0-.62 1.931-1.883 2.917-2.384Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M9.336 26.712 4.046 38.01H30.42l-5.29-11.967-15.793.67Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color2)" d="m6.925 26.988 1.662-.22c.163.551.694 1.46.99 1.644 4.538 2.808 8.736 1.549 8.21 1.83-.763.408-3.263.384-4.95.384-1.406 0-2.96-.781-3.627-.8-.535-.014-.63 1.924-.706 2.702l-1.58-5.54Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M8.491 26.935c.053-.962.923-1.4.923-1.4h15.227c.259.047.783.192 1.355.684.2.17.53.684.462 1.028-.187.935-1.265 1.863-3.317 2.39-2.052.526-7.21.748-9.516.552-.873-.073-3.173-.813-3.923-1.302-.274-.178-1.263-.99-1.21-1.952Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M8.738 26.144c.034-.174.272-.405.386-.446.215.574-.356.942.997 2.026 1.045.837 5.313.996 7.889 1.327-1.753.049-5.192-.198-5.917-.27-1.888-.191-2.82-.89-3.034-1.18-.215-.291-.364-1.239-.321-1.457Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M10.279 27.911c-1.02-.74-1.554-2.134-.804-2.618 1.276-.822 14.361-.288 14.835-.329.474-.041 1.422.7 1.313 1.481-.11.782-1.833 1.956-6.088 2.469-2.734.329-8.75-.636-9.256-1.003Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M28.357 27.223c-.881-.24-1.367.307-1.996.307l-1.24 10.48h9.943c-.403-1.787-1.17-5.542-1.518-6.201-.435-.825-.853-.901-1.289-.901-.767 0-.21-1.39-1.603-2.277-.897-.57-1.2-1.11-2.297-1.408ZM9.255 25.506c0-.157.293-.46.534-.46 2.105 4.003 16.85-.382 14.015 1.5-4.154 2.759-12.98 1.584-14.015.35-.297-.355-.534-1.195-.534-1.39Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M9.628 9.331c1.548-1.905 5.348-3.208 7.694-3.18 3.43-.187 6.568 1.275 7.624 2.527.833.99 3.073 3.944 3.073 9.17 0 5.224-1.033 5.996-1.994 6.957-2.135 2.132-3.666 2.29-5.325 2.527-4.371.626-8.316.188-9.47-.593-.852-.577-3.596-3.578-3.807-8.236-.211-4.657.881-7.543 2.205-9.172Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M15.815 26.642c4.58.129 7.81-.57 9.741-3.24 1.93-2.668 1.925-6.088.858-9.289-.71-2.132-3.41-5.002-8.16-5.002-5.501 0-6.673 1.345-8.297 3.252-1.974 2.317-1.89 6.676-1.665 8.204.225 1.529 1.8 5.914 7.523 6.075Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M5.873 16.462c.146-2.957 1.561-2.432 2.86-1.774.257.13.27 6.59.057 7.519-.068.3-.094.891-1.947.654-.816-.105-1.115-3.442-.97-6.399Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M28.946 16.462c-.145-2.957-1.56-2.432-2.86-1.774-.257.13-.27 6.59-.057 7.519.069.3.095.891 1.948.654.816-.105 1.114-3.442.969-6.399Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color27)" d="M10.3 17.16c.798-5.204 4.644-6.635 6.377-6.478 2.246.203-1.2 1.6-2.61 2.931-2.218 2.095-4.278 6.869-3.768 3.547Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m8.303 14.85-.792-.38c.527 1.44.266 5.908.15 7.838.185 0 .61-.093.832-.47.222-.375.361-6.796-.19-6.987Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color2)" d="m26.441 14.804.792-.405c-.527 1.534-.265 6.292-.15 8.348-.185 0-.61-.1-.832-.5-.222-.4-.361-7.239.19-7.443ZM11.885 8.929c-2.42 1.519-3.54 4.528-3.496 5.744-.207 0 .236.057-.785-.456.696-4.834 3.104-6.505 5.776-7.584 2.171-.878 7.427-1.14 9.865 1.08-6.747-1.185-8.296-.708-11.36 1.216Z"/>
27
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M24.033 35.427c-.58.495-6.062 2.33-7.48 2.583h18.655c-.161-1.078-.561-2.917-.87-4.458-.388-1.927-.422-2.498-1.86-2.232-1.065.198 1.412.71 1.249 4.107-.044.916-3.355.445-4.278 1.666-.461.611-.234-1.018.153-2.119.387-1.1-.167-1.124-.387-.413-.704 2.278-1.423 2.757-1.183.413.07-.697-.1-3.405.48-4.934.338-.894-.432-1.962-.48-2.72-.04-.605-1.401-.007-1.675.245l-.685 1.995c-.4 2.76-1.059 5.372-1.64 5.867Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M28.265 27.269c-.148-.458-1.194-.382-1.698-.286-.886.907-.517 1.766-1.034 4.487-.413 2.176-.566 5.266-.59 6.54h2.51v-5.3c0-.458.541-3.054.812-4.295.062-.191.148-.688 0-1.146Z"/>
29
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M9.276 31.76c0-1.038.187-2.915-.41-4.3-.32.2-1.757 2.54-2.269 3.18-.64.8.96 6.518-.28 6.518s-1.453.52-1.8.84h7.798c-.4-.626-1.839-.416-2.159-1.12-.4-.88-.88-4.333-.88-5.118Z"/>
30
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M6.412 26.832c.147-.477 1.193-.397 1.698-.298 1.033.204.581 2.123.863 5 .29 2.946.436 5.15.461 6.475h-2.21c0-1.64-.325-5.017-.325-5.493 0-.477-.217-3.2-.487-4.491-.062-.2-.148-.716 0-1.193Z"/>
31
+ </svg>
@@ -0,0 +1,25 @@
1
+ <svg id="tnt-Dot-Tools" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M17.07 33.926h-.003s0-.005-.006-.005h.008v.005Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M17.07 33.926h-.003s0-.002-.006-.002l.008.002Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M11.365 29.313s4.117 4.676 5.702 4.621L9.72 38.22l-1.36-1.384 2.605-7.26.4-.264Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M13.277 32.574c-.417-.315-.886-.386-1.286-.37h.15c.078.005.157.008.231.023h.006c.055.008.107.019.162.03a2.03 2.03 0 0 1 .49.176 1.805 1.805 0 0 1 .913 1.239c-.073-.375-.252-.789-.666-1.098Zm-4.144 4.923c-.425-.323-.644-.778-.598-1.155l-.767 2.136-.4 1.122 1.063-.625 1.991-1.17c-.38.108-.875.007-1.289-.303v-.005Zm7.172-3.797a2.407 2.407 0 0 0-.675.07c-.008 0-.01 0-.022.006a2.997 2.997 0 0 0-.57.195 3.355 3.355 0 0 1 1.248-.245l.005-.005c.39.024.65.138.754.195l.033-.02a1.886 1.886 0 0 0-.773-.196Zm-5.148-1.545a.457.457 0 0 0-.044.109 1.36 1.36 0 0 0 .069-.162c-.005.019-.017.034-.025.053Zm-.104.244.011-.008v-.01l-.01.018Zm.274-.661c-.046.111-.082.239-.145.364.315-.773.326-1.44.258-1.9-.008-.05-.02-.09-.025-.122-.01-.029-.014-.052-.02-.065v-.01a1.394 1.394 0 0 0-.073-.198c0-.005 0-.016-.008-.024a1.796 1.796 0 0 0-.242-.356c.063.067.165.177.255.335.22.373.398 1.015 0 1.976Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m34.775 30.015-.565.216-22.068-12.075.452-.294L34.77 30.015h.005Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m22.596 36.328-.516.187 12.127-6.284.565-.216-12.18 6.313h.004Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color26)" d="m14.363 34.35-.094.057a2.076 2.076 0 0 1-.104.07c-.033.024-.203.12-.241.141L34.805 9.99l.06.018a3.965 3.965 0 0 0 .532.107l.181.024h.036c.047.005.09.007.137.007.184.016.36.016.519.008l-20.015 23.61-.014.021-.005.006a3.44 3.44 0 0 0-1.248.244c-.203.08-.417.188-.634.318h.009v-.003Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M31.794 7.664a.648.648 0 0 1-.041-.089l-.006-.007-.005-.008s-.006-.01-.006-.016c-.008-.002-.008-.01-.008-.01l-.006-.016-.013-.026c-.006-.008-.006-.016-.006-.016l-.008-.015-.006-.016v-.008l-.005-.005v-.005h-.006l-.008-.018-.01-.024V7.38l-.006-.01-.008-.016V7.35l-.009-.01v-.01h-.005v-.005l-.008-.019V7.3l-.006-.007-.008-.016v-.023s0-.013-.008-.021c-.006-.026-.017-.047-.025-.073v-.005c-.005-.031-.02-.06-.027-.089v-.018a1.753 1.753 0 0 1-.025-.065.166.166 0 0 0-.008-.031v-.01l-.006-.016v-.01s-.008-.021-.008-.03c0-.015-.008-.044-.008-.044v-.007a2.011 2.011 0 0 1-.074-.375 2.72 2.72 0 0 1-.025-.364c.005-.36.077-.703.236-1.018l-.052.06-20.552 24.238-2.493 6.956s-.009.02-.028.072l-.77 2.155-.368 1.033 1.067-.622 2.04-1.19v-.01a.224.224 0 0 1-.055.019c-.375.112-.874.01-1.288-.302a1.561 1.561 0 0 1-.552-.752l2.6-7.042c.047.063.036.052.085.148 0 .008 0 .019.008.026a.782.782 0 0 1 .039.097c.162.39.263.996-.033 1.834-.052.156-.129.339-.197.513l-.05.125.776-.859L31.83 7.752l.009-.01c-.014-.026-.033-.055-.044-.083v.005Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M13.926 34.619c.025-.154.05-.466-.019-.822 0-.021-.008-.04-.008-.06a1.83 1.83 0 0 0-.68-1.086c-.077-.057-.16-.104-.239-.153a2.432 2.432 0 0 0-.142-.068c-.11-.05-.23-.088-.346-.111a4.601 4.601 0 0 0-.162-.03h-.005a1.765 1.765 0 0 0-.23-.02h-.006c-.05 0-.099-.005-.146 0h-.016c-.036 0-.066 0-.096.005-.354.024-.65.11-.8.164L31.9 7.818l.008-.01c.104.169.22.335.35.497.121.153.256.302.41.445.063.062.134.13.208.19.033.028.071.06.107.088.052.047.11.086.162.128a5.028 5.028 0 0 0 1.664.832l-.01.016L13.934 34.62h-.009v-.002Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M35.656 6.236c-1.594-1.039-2.222-2.631-2.035-3.662l-2.822 3.469c-.968 1.148.057 2.61 1.672 3.924 1.616 1.314 3.78 1.801 4.956.302l2.748-3.315c-.74.622-2.82.393-4.52-.718Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M40.329 6.766c.675-.97-.28-2.698-2.131-3.859-1.851-1.158-3.903-1.311-4.58-.34-.677.97.28 2.698 2.131 3.858 1.851 1.158 3.902 1.312 4.58.341Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M39.593 6.886c.327-.362.033-1.104-.652-1.663-.689-.56-1.509-.721-1.835-.362-.326.362-.033 1.103.653 1.663.688.56 1.508.72 1.834.362Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color24)" d="m1.8 7.042 19.14 35.331 22.7-12.1L1.8 7.041ZM12.608 17.86l22.176 12.152-12.18 6.313-9.996-18.463v-.002Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m1.8 7.042-.396.362 19.003 35.123.532-.154L1.799 7.042Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m15.624 27.429-1.873.955.134.237 1.87-.955-.134-.237h.003Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m8.272 15.492-1.166.593.135.237 1.165-.593-.134-.237Zm3.842 7.083-1.17.599.134.236 1.17-.595-.134-.237v-.003Zm-1.986-3.659-1.168.596.134.237 1.169-.596-.135-.237Zm3.867 7.124-1.154.587.134.237 1.155-.588-.135-.237Zm1.95 3.564-1.166.593.135.237 1.165-.594-.134-.236Zm1.876 3.468-1.157.591.134.237 1.158-.59-.135-.238Zm1.906 3.517-1.155.588.135.237 1.154-.588-.134-.237Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color26)" d="m37.186 10.581-.623.424c-.49.367-.69-.036-1.58.177a.544.544 0 0 0-.109-.023c-.046 0-.156-.04-.203-.045-.014 0-.033-.01-.044-.01-.057-.01-.035-.018-.096-.026-.12-.018-.093-.034-.208-.06-.063-.01-.082-.028-.14-.044l-.18-.065-13.07 15.421 1.314.294-3.009 3.675c.069.096.491.897.491.897l3.659-4.317 12.944-15.273.483-.57c.112-.09.365-.455.365-.455h.005Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m15.82 23.756 14.817-17.48.011-.028c-.16.315-.222.45-.23.812 0 .122.293.148.307.27.01.125.038.25.074.375v.008l.008.044c0 .008.006.021.008.029v.01s0 .008.006.016v.01s.008.024.008.032l.025.065v.018c.008.029.022.057.027.088v.006c.008.026.02.046.025.072.005.008.008.01.008.021 0 0-.19-.117-.19-.114l.193.12v.005l.005.005v.005s.006.008.008.016c0 0 0 .005.006.008v.007l.008.019V8.2h.006v.008s.008.007.008.01v.005l.008.016.006.01v.005l.01.024.009.018h.005v.005l.006.005v.008s0 .008.005.016l.008.015s0 .008.006.016c.005.008.008.018.016.026l.006.016s0 .008.008.01c0 .005.006.01.006.016 0 0 0 .002.005.008l.006.007a.58.58 0 0 0 .04.089c.21-.107-.054.133-.04.159l-.116.26-14.143 16.65"/>
20
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M16.79 25.605 31.111 8.71l.008-.01c.105.168.22.335.352.496.12.154.255.302.408.445.063.063.135.13.209.19.032.029.07.06.107.089.052.046.11.086.161.127a5.028 5.028 0 0 0 1.665.833l-.01.015-13.074 15.419"/>
21
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M37.855 7.305c-.771-.208-1.676-.62-2.37-1.14-1.05-.79-1.807-1.553-2.04-2.558L30.502 7.08c-.143.723.491 1.866 1.925 2.943.815.614 1.643.903 2.293 1.007l3.445-3.724h-.31Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M30.64 7.812c.12.586.57 1.236 1.28 1.905l3.21-3.69c-.585-.583-1.172-1.09-1.463-1.772l-3.025 3.562v-.005h-.002Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M35.787 11.24c-.927 0-2.065-.344-3.132-1.01-1.942-1.215-2.732-2.943-2.005-3.984l-.008.016c-.505.968.33 2.628 2.153 3.768 1.82 1.14 3.864 1.296 4.511.364l-.052.076c-.329.47-.71.775-1.467.775v-.005Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m21.312 37.838-1.878.957.233.407 1.878-.958-.233-.406Zm-1.906-3.508-1.879.958.233.406 1.88-.958-.234-.406Zm-1.92-3.51-1.879.957.234.406 1.878-.958-.233-.406Zm-1.963-3.514-1.878.957.233.406 1.878-.957-.233-.406Zm-1.893-3.524-1.878.958.233.406 1.879-.958-.233-.406Zm-1.916-3.492-1.879.958.233.406 1.879-.958-.233-.406ZM9.86 16.845l-1.88.957.234.406 1.878-.957-.233-.406ZM7.869 13.35l-1.879.957.233.406 1.879-.957-.233-.406Z"/>
25
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg id="tnt-Dot-Tutorials" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <g clip-path="url(#a)">
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m12.063 40.397 26.502-4.733c.164-.03.17-.261.01-.303l-16.618-4.14a1.534 1.534 0 0 0-.608-.027L.425 34.418a.378.378 0 0 0-.101.717l11.138 5.18a.998.998 0 0 0 .603.078l-.002.004Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M39.476 11.075a.793.793 0 0 1 .311.05 1.035 1.035 0 0 1 .505.416c.062.097.107.204.135.317l.493 2.146-32.088 1.932-.414-2.386a.835.835 0 0 1 .012-.358.787.787 0 0 1 .41-.51.898.898 0 0 1 .349-.09l30.287-1.517Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m8.831 15.936 32.086-1.93 4.124 17.931c.028.121.032.24.02.35a.81.81 0 0 1-.101.3.662.662 0 0 1-.492.327l-31.024 3.888a.96.96 0 0 1-.384-.03.944.944 0 0 1-.341-.174 1.092 1.092 0 0 1-.26-.287 1.022 1.022 0 0 1-.14-.373L8.833 15.936h-.002Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M13.446 36.8a.996.996 0 0 1-.384-.03 1.07 1.07 0 0 1-.741-.836l-3.486-20-.414-2.386a.818.818 0 0 1 .063-.505.704.704 0 0 1 .085-.139l-.525.684a1.2 1.2 0 0 0-.085.137.784.784 0 0 0-.077.323c0 .057 0 .117.014.176l.408 2.36 3.426 19.78a1.071 1.071 0 0 0 .394.654c.101.078.214.135.337.173a.911.911 0 0 0 .38.03l30.745-3.884.884-.426-31.024 3.888v.002Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M31.857 18.423c.41.335.792.701 1.141 1.098a9.544 9.544 0 0 1 1.649 2.663c.196.483.353.985.464 1.494.08.383.136.763.162 1.145a7.965 7.965 0 0 1-.15 2.232c-.078.36-.183.713-.312 1.054a6.818 6.818 0 0 1-1.07 1.855 6.315 6.315 0 0 1-2.227 1.73 6.396 6.396 0 0 1-1.363.457 7.117 7.117 0 0 1-1.465.157 6.03 6.03 0 0 1-.376-.01c-.125-.008-.254-.016-.38-.028a8.016 8.016 0 0 1-2.251-.579 8.712 8.712 0 0 1-2.08-1.23 9.32 9.32 0 0 1-2.382-2.818 9.095 9.095 0 0 1-.892-2.283 8.364 8.364 0 0 1-.225-2.352c.02-.388.065-.77.14-1.145.076-.375.177-.737.306-1.086.127-.349.283-.68.46-.997.176-.317.38-.614.606-.893a6.343 6.343 0 0 1 2.538-1.889 6.542 6.542 0 0 1 2.089-.48c.49-.031.983-.011 1.472.058a8.208 8.208 0 0 1 2.846.965 9.28 9.28 0 0 1 1.3.876v.008-.002Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M26.644 27.698c-.372.215-.906-.079-.99-.54l-.49-2.742-.49-2.742c-.084-.462.344-.77.788-.571l5.913 2.647c.495.221.612.876.198 1.112l-4.93 2.837Z"/>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="a">
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
@@ -0,0 +1,27 @@
1
+ <svg id="tnt-Dot-Unlock" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m37.025 36.678 3.593-.183v2.31l-3.593.083v-2.21Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m37.025 36.687-1.603.082.01 1.596 1.595.52v-2.198h-.002Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m3.988 35.437 2.961-.034.482 2.283-3.443.007v-2.256Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M2.458 34.227V36.4l1.532 1.292V35.46l-1.532-1.233Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m8.777 37.945 4.094-.209v2.368l-4.094.094v-2.255.002Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m8.776 37.939-1.603-1.012.01 2.173 1.595 1.096v-2.26l-.002.003Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m8.13 6.871 35.028 1.686v28.247L8.131 38.07V6.871Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M10.924 10.287c0-.483.41-.867.9-.844l27.721 1.33a.849.849 0 0 1 .817.842v22.051a.851.851 0 0 1-.827.843l-27.721.997a.854.854 0 0 1-.892-.843V10.287h.002Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m15.652 6.454 1.29-.637v33.939l-1.29-.424V6.454Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m16.941 5.817 23.424 4.996V34.48L16.94 39.755V5.817Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m18.53 7.988 20.496 4.372v20.71l-20.497 4.616V7.988Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M33.91 22.469c-.063 3.55-1.483 6.406-3.17 6.376-1.687-.03-3.004-2.93-2.94-6.482.062-3.55 1.483-6.406 3.17-6.376 1.687.03 3.004 2.93 2.94 6.482Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M26.612 22.302c-.116 4.102 2.026 7.21 4.493 6.954 2.188-.227 3.851-3.086 3.928-6.391.076-3.293-1.44-6.324-3.59-6.836-2.422-.576-4.713 2.194-4.831 6.273Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M27.452 22.242c-.114 4.05 1.979 7.123 4.386 6.872 2.14-.223 3.769-3.05 3.844-6.322.075-3.259-1.41-6.256-3.516-6.758-2.365-.563-4.603 2.18-4.716 6.208h.002Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M29.085 22.353c-.071 2.595 1.24 4.641 2.808 4.568 1.45-.068 2.592-1.95 2.644-4.204.053-2.245-.991-4.258-2.424-4.517-1.55-.28-2.96 1.566-3.028 4.153Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M29.983 23.255c-.04 1.522.722 2.742 1.659 2.721.894-.02 1.618-1.17 1.652-2.57.035-1.395-.63-2.603-1.517-2.704-.93-.105-1.753 1.033-1.794 2.553Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M30.305 22.432c-.039 1.51.709 2.736 1.633 2.734.881 0 1.595-1.13 1.627-2.517.032-1.387-.621-2.597-1.496-2.715-.917-.124-1.725.991-1.766 2.498h.002Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m32.031 18.311-.808 1.11a.648.648 0 0 0-.1.23l-.304 1.26 1.062-.728.15-1.872Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M32.059 20.369c-.87-.108-1.634.9-1.745 2.29 0-.075-.011-.149-.009-.227.039-1.507.849-2.622 1.766-2.498.875.118 1.53 1.33 1.496 2.715 0 .072-.013.14-.017.209-.035-1.292-.658-2.386-1.49-2.49h-.002Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M32.17 16.035a2.777 2.777 0 0 0-.433-.065l-.038 1.547a1.99 1.99 0 0 1 .431.032c.084.017.164.042.245.067l.04-1.505c-.082-.027-.162-.06-.246-.078v.002Zm1.99 3.286.56-.997a6.52 6.52 0 0 0-.445-.733l-.582 1.01c.17.217.326.455.466.72Zm-1.047-2.869-.344 1.333c.212.116.412.27.6.45l.332-1.315a3.68 3.68 0 0 0-.588-.468Zm1.566 4.284.716-.611a8.614 8.614 0 0 0-.275-.898l-.729.598c.114.285.21.59.288.909v.002Zm.209 1.591.79-.179a9.985 9.985 0 0 0-.086-.978l-.795.158c.05.323.08.658.09 1.002v-.003Zm-6.114-1.397-1.124-.41a9.865 9.865 0 0 0-.165 1.19l1.136.381c.022-.402.073-.79.153-1.16v-.001Zm.57-1.623-.944-.972c-.159.305-.3.639-.423.988l.962.962a5.89 5.89 0 0 1 .404-.978Zm1.265-1.453c.217-.135.445-.227.677-.284l-.303-1.54a2.87 2.87 0 0 0-.688.26l.314 1.564Zm-1.996 4.937-1.152.234c.02.413.064.812.129 1.202l1.143-.266a7.89 7.89 0 0 1-.12-1.17Zm1.031-3.978a3.88 3.88 0 0 1 .583-.67l-.647-1.358a4.835 4.835 0 0 0-.608.65l.67 1.376.002.002Zm2.235 8.763c-.1.006-.2.004-.296-.004l-.04 1.55c.1 0 .199.004.3-.007.13-.013.257-.038.384-.072l.039-1.532a1.955 1.955 0 0 1-.385.065h-.002Zm-2.327-1.435-.74 1.288c.183.263.379.5.587.708l.722-1.29a3.907 3.907 0 0 1-.57-.706Zm.945 1.016-.395 1.534c.221.135.45.236.683.31l.383-1.511a2.339 2.339 0 0 1-.67-.333Zm-1.61-2.543-1.01.837c.113.363.244.707.394 1.027l.995-.856a6.012 6.012 0 0 1-.378-1.005v-.003Zm5.442.806.698.702c.114-.28.21-.576.297-.881l-.686-.71c-.084.313-.189.61-.31.889Zm.438-1.478.785.268c.051-.316.088-.639.11-.972l-.783-.289a7.694 7.694 0 0 1-.112.995v-.002Zm-.681 1.969a4.372 4.372 0 0 1-.48.698l.527 1.085c.168-.213.327-.444.47-.695l-.515-1.09-.002.002Zm-.816 1.041a2.632 2.632 0 0 1-.613.411l.277 1.39c.21-.119.413-.264.604-.43l-.268-1.37Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m32.38 19.412.06.36c.053.33-.101.637-.31.61l-.14-.017c-.212-.026-.356-.38-.283-.696l.08-.346c.105-.453.513-.387.592.089Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M22.314 16.785H20.81V28.11h1.504V16.785Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M22.862 17.386h-1.505V28.71h1.505V17.386Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M22.528 18.012h-.214v10.072h.214V18.012Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m1.9 10.982 6.231-4.11v31.197L1.9 35.013V10.982Z"/>
27
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg id="tnt-Dot-UnsuccessfulAuth" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M10.974 37.52c.45.258.973.357 1.486.281l30.03-4.454-16.145-5.804L0 31.231l10.974 6.29Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color27)" d="m8.322 14.565 31.102-2.382 3.978 18.657c.04.192.044.38.014.558a1.25 1.25 0 0 1-.182.474 1.085 1.085 0 0 1-.346.341 1.173 1.173 0 0 1-.48.163l-28.67 2.93c-.193.02-.386 0-.564-.06a1.707 1.707 0 0 1-.504-.266 1.734 1.734 0 0 1-.39-.435 1.567 1.567 0 0 1-.218-.558l-3.74-19.422Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M42.785 32.267c-.04.02-.08.035-.119.05-.04.014-.084.024-.128.034-.045.01-.09.015-.134.02l-28.67 2.93c-.194.02-.386 0-.564-.06a1.708 1.708 0 0 1-.504-.266 1.733 1.733 0 0 1-.39-.435 1.568 1.568 0 0 1-.218-.558L8.323 14.565l-.366-1.893c-.024-.118-.03-.237-.024-.35.005-.114.024-.223.059-.327.035-.103.079-.202.133-.291.055-.09.124-.168.198-.242l-.687.632c-.074.07-.143.153-.197.242a1.511 1.511 0 0 0-.134.287 1.19 1.19 0 0 0-.06.326c-.004.114 0 .232.026.35l.36 1.888 3.716 19.338c.04.203.113.39.217.553.104.168.237.312.386.43a1.6 1.6 0 0 0 .498.267c.178.06.371.08.564.06L41.579 32.9a1.248 1.248 0 0 0 .262-.054.86.86 0 0 0 .119-.05c.04-.02.074-.04.108-.06l.826-.523c-.035.025-.075.044-.11.064v-.01Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M37.464 9.085c.178-.014.355.015.523.07.169.054.327.148.47.261.143.114.267.257.365.415.1.159.173.336.213.524l.39 1.823-31.102 2.387-.365-1.893a1.44 1.44 0 0 1 0-.563 1.21 1.21 0 0 1 .207-.474c.099-.139.227-.252.38-.336.154-.084.327-.138.514-.153l28.405-2.06Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m41.521 34.104-1.096.705s-.024.016-.035.021c-.011.006-.025.017-.036.022l-.035.022c-.011.005-.025.016-.035.022a8.173 8.173 0 0 1-.721.386c-.248.117-.5.215-.762.302a7.547 7.547 0 0 1-1.619.353c-.138.016-.28.027-.418.035-.14.009-.283.011-.425.014a7.663 7.663 0 0 1-.862-.04 8.815 8.815 0 0 1-1.298-.23 9.528 9.528 0 0 1-2.492-1.03 10.367 10.367 0 0 1-2.195-1.73 10.773 10.773 0 0 1-1.673-2.252 9.987 9.987 0 0 1-.595-1.269 9.92 9.92 0 0 1-.642-2.665 8.914 8.914 0 0 1 .128-2.632 8.027 8.027 0 0 1 .856-2.325 7.403 7.403 0 0 1 1.494-1.873l.968-.873a7.396 7.396 0 0 0-1.504 1.892 7.982 7.982 0 0 0-.517 1.126 8.555 8.555 0 0 0-.345 1.224 8.78 8.78 0 0 0-.16 1.313 9.776 9.776 0 0 0 .264 2.7 10.459 10.459 0 0 0 1.025 2.625 11.047 11.047 0 0 0 1.689 2.278c.329.343.683.661 1.055.955a10.217 10.217 0 0 0 2.397 1.411 9.242 9.242 0 0 0 2.595.663c.147.014.29.025.438.033a7.68 7.68 0 0 0 1.286-.038c.28-.03.558-.076.833-.133a7.555 7.555 0 0 0 1.569-.525 6.64 6.64 0 0 0 .727-.389c.013-.008.024-.016.038-.022.014-.005.024-.016.035-.021.011-.006.025-.017.036-.022a.23.23 0 0 0 .035-.025"/>
7
+ <path fill="var(--sapContent_Illustrative_Color23)" d="M41.038 19.356a10.868 10.868 0 0 1 2.396 2.71 10.604 10.604 0 0 1 1.352 3.321c.093.438.155.876.188 1.313a8.99 8.99 0 0 1-.172 2.562 8.37 8.37 0 0 1-.359 1.21 7.732 7.732 0 0 1-1.232 2.13 7.27 7.27 0 0 1-2.565 1.985c-.25.116-.506.217-.767.304s-.53.16-.803.22a7.59 7.59 0 0 1-.832.133 7.396 7.396 0 0 1-.425.035c-.141.009-.285.011-.43.014a5.726 5.726 0 0 1-.432-.01 8.662 8.662 0 0 1-1.75-.267 9.737 9.737 0 0 1-2.518-1.047 10.334 10.334 0 0 1-2.217-1.749 10.94 10.94 0 0 1-1.69-2.278 10.463 10.463 0 0 1-1.025-2.624 9.69 9.69 0 0 1-.264-2.7 8.402 8.402 0 0 1 .515-2.56c.15-.4.326-.78.53-1.144a7.378 7.378 0 0 1 1.548-1.912 7.15 7.15 0 0 1 .985-.729 7.435 7.435 0 0 1 2.257-.919 8.05 8.05 0 0 1 2.93-.114 9.293 9.293 0 0 1 1.673.397c.55.185 1.085.422 1.605.71s1.02.623 1.496 1.006l.006.003Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M38.213 22.32a.87.87 0 0 1 .495.114 1.1 1.1 0 0 1 .392.372.998.998 0 0 1 .153.509.846.846 0 0 1-.06.326 1.036 1.036 0 0 1-.076.144l-1.535 2.23 2.38 1.898a1.395 1.395 0 0 1 .13.125c.02.022.042.046.058.07.017.025.036.05.052.077.016.027.033.054.046.082a.788.788 0 0 1 .038.084c.011.03.022.057.03.087.008.03.017.057.022.087l.014.087c.002.03.005.06.005.087v.087a.45.45 0 0 1-.01.084c-.006.027-.012.057-.02.084a.626.626 0 0 1-.027.08c-.011.024-.022.05-.035.075l-.041.071-.05.065a.397.397 0 0 1-.056.06.592.592 0 0 1-.201.13.424.424 0 0 1-.077.03.582.582 0 0 1-.16.033l-.085.003c-.027 0-.057 0-.084-.006l-.084-.013a.967.967 0 0 1-.245-.09 1.147 1.147 0 0 1-.076-.046.929.929 0 0 1-.074-.054l-2.388-1.904-1.553 2.27c-.017.022-.033.047-.052.066-.02.019-.038.04-.057.06-.02.019-.041.035-.063.052a1.009 1.009 0 0 1-.068.046.7.7 0 0 1-.152.068c-.027.008-.054.016-.082.021a.76.76 0 0 1-.084.014c-.03.003-.057.003-.087.003-.03 0-.057 0-.087-.006l-.087-.013c-.03-.006-.057-.014-.087-.022a.447.447 0 0 1-.085-.033c-.027-.013-.054-.024-.081-.038-.027-.013-.052-.03-.08-.046a.747.747 0 0 1-.075-.054l-.071-.06a.846.846 0 0 1-.065-.068.774.774 0 0 1-.06-.074c-.02-.027-.035-.051-.054-.079-.017-.027-.03-.054-.047-.081-.016-.027-.027-.057-.038-.084a.823.823 0 0 1-.03-.087c-.008-.03-.016-.06-.022-.09a.992.992 0 0 1-.013-.09.96.96 0 0 1 .008-.266.769.769 0 0 1 .022-.085c.008-.027.016-.054.027-.081a.655.655 0 0 1 .035-.076.611.611 0 0 1 .044-.071l1.567-2.27-2.4-1.912a.989.989 0 0 1-.242-.278c-.03-.054-.06-.106-.081-.163a1.008 1.008 0 0 1-.071-.353.89.89 0 0 1 .065-.332.82.82 0 0 1 .08-.144.674.674 0 0 1 .108-.122.728.728 0 0 1 .443-.188c.055-.003.115-.003.172.003a.877.877 0 0 1 .335.109 1.1 1.1 0 0 1 .152.103l2.39 1.909 1.538-2.22a.643.643 0 0 1 .231-.214.795.795 0 0 1 .307-.092h.02Z"/>
9
+ </svg>
@@ -0,0 +1,48 @@
1
+ <svg id="tnt-Scene-Avatar" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <rect width="320" height="138" y="59" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M232.411 50.113c-6.869-2.566-8.746-.53-11.662 0-2.562 36.753-6.352 111.065 2.16 112.11 10.993 1.349 12.885 2.59 20.287-.9 1.933-.911 2.449-11.342 3.548-19.637.997-7.524 6.341-60.828 6.871-67.189.53-6.361 1.088-14.4-5.36-17.208-3.985-1.736-12.732-6.014-15.844-7.176Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M242.125 63.835c-1.061-1.485-16.242-10.039-24.9-10.834-4.417 33.573-13.067 105.411-11.583 106.047 1.855.795 27.035 5.036 30.215 4.506 3.181-.53 1.856-8.747 3.976-18.289 2.121-9.541 7.421-57.515 8.217-60.696.795-3.18-4.6-18.879-5.925-20.734Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M119.229 150.187c-.131-.983 2.075-4.723 3.194-6.47l13.348 6.47c.028.764-.327 2.62-1.965 3.931 1.147 1.556 0 6.142 0 6.879 0 .737-.409 2.702 0 5.241.41 2.538-.737 5.323-1.146 5.568-.41.246-1.966-.491-2.457-1.392-.492-.901-.901-4.34-1.72-4.995-.819-.655-1.556.901-2.375 1.31-.819.409-1.801 3.194-2.211 5.651-.409 2.456-.082 2.456-1.474 4.995-.786 0-1.747-1.147-2.129-1.72-.109.355-.475 1.196-1.065 1.72-.901-.164-1.638-.901-2.211-2.539-.491-.327-1.146-1.392-1.638-2.456-.491-1.065-.082-6.142 0-7.453.082-1.31.983-2.866 1.147-5.896.164-3.03 1.801-4.013 2.702-4.913.901-.901.164-2.703 0-3.931Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M145.189 105.883c.59-1.507 2.156-4.176 2.866-5.323l4.422 4.914 19.736 12.611c-3.112.218-9.483.868-10.072 1.72-.737 1.064-4.996 3.603-5.897 5.323-.9 1.719-7.042 9.09-8.598 11.874-1.556 2.784-5.323 5.978-7.289 7.043.983.819-.655 4.995-.982 6.142-.328 1.146-2.703 1.474-3.604 2.784.066-1.769-9.636-6.688-14.495-8.926 2.211-4.177 6.716-12.89 7.043-14.331.41-1.802 4.258-6.06 5.077-7.944.819-1.883 3.522-.655 5.323-5.65 1.802-4.996 5.733-8.353 6.47-10.237Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M165.485 80.23c3.342-2.452 11.421-3.622 15.042-3.9 53.484-9.194 40.809 1.114 44.013 1.67 3.203.558 1.114 6.268 3.76 8.497 2.646 2.228 3.621 1.95 8.636 4.596 4.011 2.117-5.85 24.096-11.282 34.82-1.764 9.657-4.875 29.555-3.204 31.895 2.09 2.925-1.532 4.457 0 7.8s-.975 3.064 0 4.875.418 3.203-.975 5.014c2.117 1.671.882 5.803 0 7.66-1.253-1.532-4.847-4.707-9.192-5.153-5.432-.557-16.435 1.114-21.589 3.064-4.122 1.56-7.103 5.386-8.078 7.104-1.068-1.115-4.123-3.956-7.8-6.407-4.596-3.065-15.738-14.486-16.853-19.5-1.114-5.014 3.343-10.167 5.711-15.042-2.646-.975-.696-3.339 0-6.264-3.902-5.604-1.234-7.039-1.373-10.382-.14-3.343 4.159-13.299 4.019-14.274-.139-.975-5.432-1.672-8.357-3.064-2.924-1.393-7.242-7.522-10.585-12.118-3.343-4.596-.418-5.292.836-7.939 1.253-2.646 13.092-9.889 17.271-12.953Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M168.641 77.708c1.48-1.645 5.086-1.55 7.073-.865l.925-1.75c1.165.547 2.898 1.093 5.365 4.054 3.084 3.7 11.102 6.168 6.373 6.168-4.728 0 5.346 4.728 1.851 4.728-13.589 0-17.284 1.65-17.681 6.269-.201 2.335 24.054 5.039 29.399 7.506 4.277 1.973 1.782 4.797 0 8.84-1.165 1.645-3.536 5.181-3.7 6.168-.206 1.233 8.743 9.994-9.869 5.551-23.273-5.556-11.924 2.056-15.83 4.934-3.125 2.303-10.326 4.061-8.153 12.39-3.596-4.406-1.841-10.084-1.512-13.538.329-3.454 2.137-6.253 3.165-9.337-2.233-.461-4.911 1.638-6.063 2.789-1.151 1.152-10.318 11.47-13.903 17.891 1.987-3.906 5.517-13.795 9.065-16.491 2.644-2.01 3.832-3.984 3.832-5.423s1.723-2.515 0-3.906c-4.002-3.229 3.833-9.017 2.676-12.103-2.636-7.028 8.873-8.545 8.873-10.806 0-2.262-5.587-4.64-7.232-5.462-1.315-.658-1.65-1.052-2.426-1.906 1.677-1.925 6.292-4.056 7.772-5.701Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M168.77 77.516c-.837.605-1.148 1.037-2.271 1.87 1.212 2.955 7.473 5.427 11.135 7.444 2.286 1.26 10.475 4.356 13.937 2.925l-13.254-12.372c-1.181-.33-3.858-1.046-5.114-1.278-1.569-.291-3.387.656-4.433 1.411Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M224.659 125.987c-1.292-.775-4.397-1.383-5.728-2.574-3.048-4.73-2.805-10.1 0-17.236 2.417-6.148 7.252-7.567 16.132-9.458 8.881-1.892 19.433 12.663 20.389 13.767 1.681 1.943 4.203 5.412 4.256 8.985.052 3.574-.788 6.096-4.624 9.932-4.244 4.243-11.35 3.31-15.449 2.627-4.099-.683-6.674-1.261-8.198-2.049-1.523-.788-4.414-2.575-6.778-3.994Zm-54.209-8.674.899-19.236 32.31 7.218-1.97 19.33-31.239-7.312Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color24)" d="m171.36 98.077 6.219-3.08 30.56 6.199-4.463 4.091-32.316-7.21Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m204.945 120.555-3.253 4.072 1.97-19.337 4.465-4.098-3.182 19.363Zm-31.94-19.368 27.916 6.058-.691 6.567-27.57-7.006.345-5.619Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M175.545 73.817c0-1.568 2.068-6.497 2.82-8.494 5.865-5.445 15.453-2.396 29.215.762 10.344 2.374 15.453 5.336 17.596 8.712 2.143 3.376-1.822 6.582-4.173 8.386-4.4 3.376-15.792 6.752-24.703 6.86-8.911.11-14.472-4.052-17.935-6.86-3.118-2.529-2.82-7.405-2.82-9.366Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M175.895 75.798c-1.228-1.929.842-6.447 1.646-7.981 3.617-10.742 39.928.471 43.107 1.13 3.178.657 5.809 3.507 0 8.987s-21.703 6.577-29.046 5.919c-7.344-.658-14.173-5.643-15.707-8.055Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M234.696 100.184c1.261-2.312 3.048-2.364 5.938-3.1 9.616-.998 15.324 1.389 18.023 3.1 3.731 2.366 1.314 4.835 1.787 7.305.378 1.975-.578 4.396-1.104 5.359.158 1.594.064 5.697-1.576 9.354-2.049 4.571-7.409 6.043-11.35 5.938-3.941-.105-8.513-4.835-10.089-6.411-1.261-1.261-1.191-3.538-.999-4.519.053-1.489.126-4.509 0-4.677-.157-.21-2.364-3.468-2.522-5.044-.212-2.118.631-4.992 1.892-7.305Zm-81.704 68.365c.856-2.57 3.406-3.796 4.574-4.089.26.682 1.266 2.882 3.212 6.23 1.947 3.348 13.53 12.426 19.078 16.547l6.229 9.052c-1.914 2.466-5.84 7.767-6.229 9.247-.487 1.849-1.752 1.849-1.46 2.823.234.778-.552 3.569-.973 4.672h-31.148c.292-1.915.701-6.561 0-8.274-.7-1.713 1.201-5.71 2.239-7.495-.454-1.395-1.363-4.419-1.363-5.353 0-.934.909-4.737 1.363-6.521-.13-1.168-.311-3.894 0-5.451.389-1.947 2.726-.974 2.92-1.46.195-.487.487-6.716 1.558-9.928Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M237.602 73.89c2.767 0 4.422 4.366 5.684 6.938.561 0 2.048-.981 2.722-2.216.841-1.543 2.16-3.422 3.563-6.79 1.403-3.367 3.649-6.677 5.723-6.317 4.068.705-.295 6-.856 9.507 1.263-2.947 3.227-6.454 5.191-7.156 1.964-.701 3.156.71 3.156 2.254 0 1.235-1.859 5.733-3.816 9.532.795-1.544 2.777-4.482 4.012-5.38 1.543-1.122 3.198-1.235 4.321.59.893 1.452-3.286 7.519-5.261 10.48.762-1.135 1.576-1.651 3.184-2.317 2.494-1.031 3.62.085 3.816 1.936.164 1.55-4.454 6.803-7.027 9.001-.233.749-.772 2.165-2.119 3.736-.281 5.893-4.755 8.891-7.982 9.452-3.227.562-11.853-3.812-13.817-6.197-1.964-2.385-.494-3.904-.494-6.99-2.946-6.735-.207-7.992-.207-8.974 0-.982-.635-4.496-1.476-7.021-.842-2.525-.326-4.069 1.683-4.069ZM221.71 187.529c-.078-.779-1.135-3.894-1.654-5.354-1.655-1.071-7.787-2.628-16.547-3.115-8.76-.486-18.494 7.106-19.37 8.469-.876 1.363-1.557 4.964-1.557 5.45 0 .487.778 3.796 0 4.478-.779.681 0 2.822 0 3.699 0 .876-.779 2.433-1.558 3.504-.778 1.07-.194 2.725 0 3.309.156.467.975 3.637 1.43 5.064h33.386c.584-2.758 1.977-8.665 2.366-9.444.487-.973 1.168-3.894 1.85-5.062.681-1.168 0-4.574 1.654-6.034 1.655-1.46.098-3.991 0-4.964Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m216.81 213.054 3.225-13.937c1.601-8.756-.366-4.194-.624-3.332-.633 2.113-.671 4.589-8.591 4.369-4.146-.115 1.267 1.958 4.147 2.188 2.88.231 3.024 3.002 2.218 4.845s-4.006-2.099-7.478-.49c-2.777 1.287 2.035 1.437 1.113 3.51-.737 1.659-5.567 2.54-7.141 2.847h13.131Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M216.551 181.715c3.992.589 4.936 3.3 4.909 4.581.736-.981.736-2.781.654-4.008-.082-1.228-2.091-2.414-4.091-3.355-2.781-1.309-12.143-1.714-17.344-1.063-7.2.9-11.536 4.008-14.4 5.808-2.863 1.8-4.09 3.682-4.254 4.5-.131.655.436 1.282.736 2.291 1.964-2.318 7.266-5.956 12.763-8.181 6.97-2.821 16.036-1.309 21.027-.573Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M217.365 140.616c.329 7.237 3.59 10.197 4.823 10.608l3.401-23.972c7.318 4.819 8.676 3.372 12.952 5.346 5.346 2.467 13.481-.55 16.77-2.812 2.632-1.809 5.536-8.496 4.2-11.991-.137-1.987.707-6.052-.773-5.229-1.85 1.028-14.851 2.145-9.917 2.145 4.934 0 7.896 5.346 4.118 8.134-1.525 1.126-7.819.296-11.725-1.555-3.906-1.85-4.177-9.457-8.307-14.086-2.142-2.402 4.042 5.657 1.582 10.591-1.028 2.061 1.581 6.54 1.581 7.774-3.632-.069-12.784-4.69-14.593-5.512-2.261-1.028-3.594-2.259-3.594-8.221s11.391-13.575 8.698-12.537c-1.994.769-9.216 3.283-11.066 12.534-1.85 9.252 3.084 11.513 4.523 13.158 1.439 1.645-3.084 6.579-2.673 15.625Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M227.634 117.511c-2.431-3.125-.405-12.951 3.796-13.607-5.788 0-6.366 9.984-6.366 12.443 0 2.46.723 6.946-3.907 3.184-4.63-3.762 1.736-17.43 0-14.971-9.724 13.776-4.341 15.984-3.328 18.733.81 2.199 5.161 3.714 7.235 4.196.771.337 8.276 4.319 14.226 5.509 8.915 1.783 5.041-1.35-.675-5.509-1.142-.831-5.3-7.048-4.141-9.524-1.206-1.109-4.409 2.672-6.84-.454Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M225.402 78.884c-.658 1.645-7.323 8.25-26.543 10.542 7.788 2.492 20.286-3.245 23.165-3.999-.206.686.687 2.56 3.976 1.738 4.112-1.028-3.789 9.347-4.587 10.394-1.279 1.678 8.661-7.653 12.087-8.133l-5.65-3.29c-.342-3.151-1.79-8.897-2.448-7.252Zm-90.552 66.51c-2.297.354-10.051-1.193-10.973-1.473-.922-.279-2.585.139-2.585.139 4.508 2.008 17.525 7.129 18.056 6.245.662-1.105 1.822-5.715 1.099-6.384-.705-.652-2.725 1.031-5.597 1.473Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M130.551 152.843c4.191-3.429-2.42-4.583-4.597-6.833 3.032.515 7.49 1.066 9.793 2.053 2.878 1.234 3.159-.614 4.75-1.578-.463 5.183-3.243 5.598-4.75 6.488l-1.918 1.167c1.406 1.682-.202 6.572.273 10.74.442 3.881-.472 7.695-1.705 7.078-1.234-.616.377-7.083 0-9.313-.771-4.547-3.455-4.434-4.874-8.083-.527-1.355 1.746-.669 3.028-1.719Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M192.756 155.792c-5.139 0-14.876-.667-25.567-2.723-1.522-.293-3.091-5.807-4.51-3.816-2.343 3.289-3.358 4.729-4.523 8.018-1.246 6.077-.658 13.528 0 17.475.823 4.934 8.429 5.757 14.597 9.663 6.168 3.906-2.056 0-7.196-1.439-5.139-1.439-3.083 0-1.85 1.439 1.234 1.439 7.26 3.208 7.26 6.703s-6.232 1.726-7.26 3.371c-1.028 1.644 6.046 1.424 10.775 4.097 4.728 2.672 4.08 5.154 8.603-4.097 2.467-8.553-4.781-10.28-8.07-11.513-6.99-2.622-7.278-9.869-8.43-16.447-1.439-8.224 15.625 7.812 17.681 3.289 2.056-4.523-4.728-7.196-9.251-10.279-4.523-3.084 3.816-2.262 12.335-2.262 8.481 0 10.546-1.479 5.406-1.479Zm-27.396 48.544c1.45.245 6.64 1.226 9.041 1.839 2.626.636 1.975 4.975 1.29 6.856h-29.855c.692-4.418-.199-7.929-.352-8.695-.153-.766.868-4.986 2.712-6.513.36-.298-.787-7.115 0-5.8 3.473 5.8 3.13 7.594 2.366 8.407-1.561 1.662-2.979 3.906-2.366 5.745.491 1.471 17.973 2.764 15.631 1.532l-6.589-3.371c-2.498-1.137 4.759-.569 8.122 0Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M189.593 201.082c-4.605 1.315 1.07 9.207 2.372 11.948h-8.698c.411-2.878-.646-5.075-.646-6.062 0-1.234 6.579-8.979 3.084-11.034-2.796-1.645-2.981-4.159-2.433-6.421 0 0 9.131-7.295 14.357-7.971 5.227-.675-8.799 6.908-10.279 9.869-1.851 3.7 16.241 1.233 17.68 1.644 2.516.719-6.373.823-13.98 4.934-7.607 4.112 4.36-3.348 12.541 0 4.98 2.038-8.241 1.448-13.998 3.093Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M150.343 110.809c-.663-1.486-1.643-5.783-1.78-7.908 2.811 4.13 9.182 9.896 13.088 12.226l-3.701 4.728c-2.056-2.535-6.312-6.146-7.607-9.046Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M242.923 88.932c.165-1.316.264-7.556.879-6.063 2.196 6.502 2.805.552 11.07 8.817 5.447 5.448-8.028 3.833-9.752 7.813-2.197 5.072 9.711 7.618 5.757 7.618-4.703 0-13.76-5.118-14.28-8.345-.196-1.218 2.636-.967 0-8.698-.547-1.605 6.121.502 6.326-1.142Z"/>
27
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M178.6 75.453c-2.98-3.325-2.878-3.849-2.083-5.825.948-2.357 28.804 4.224 37.041 6.565-9.641 6.33-15.195 5.242-20.551 5.242-5.256 0-11.883-3.166-14.407-5.982Zm-4.501-32.366c.852-2.246 2.355-.936 3.001 0 .322 5.453.174 16.32-3.001 16.165-3.969-.193-4.453-2.807-4.453-8.227 0-5.421 3.388-5.13 4.453-7.938Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M182.535 34.27c6.513-6.156 14.273-7.972 24.017-6.988 7.678.775 14.644 5.596 18.702 11.122 4.626 6.3 4.626 17.816 4.232 22.344-.393 4.528-4.626 14.863-15.256 18.308-5.988 1.94-29.419 6.15-37.502-9.351-2.625-5.035-4.331-9.252-3.248-16.438 1.083-7.185 1.87-12.205 9.055-18.997Z"/>
29
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M217.919 30.64c5.592 3.1 8.945 9.03 9.65 10.638 1.697 3.876 1.745 7.37 1.745 10.182-2.57-11.76-12.919-20.82-28.55-20.82-10.525 0-10.731-1.747-5.032-2.963 5.699-1.215 15.196-.912 22.187 2.964Z"/>
30
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M192.154 28.174c-4.834 1.109-9.719 5.426-12.026 8.04-5.661 7.18-5.644 10.19-7.037 19.068-1.393 8.878 4.97 16.694 4.97 16.694-3.53-10.052-2.062-24.851 5.553-33.634 12.29-14.175 31.174-9.502 25.95-10.56-6.097-1.235-11.423-.981-17.41.392Z"/>
31
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M195.588 79.761c12.091.317 20.25-4.675 22.818-7.21.461-1.054 1.502-3.458 1.976-4.644-2.47-1.284-1.976-3.753-1.976-6.717 0-2.37 1.778-3.82 2.667-4.247.198-.198.218-1.64-1.284-5.828-1.877-5.236-7.112-10.767-16.99-13.928-9.878-3.161-16.101.79-21.83 4.643-5.73 3.852-5.631 17.978-5.038 21.731.592 3.754 4.544 15.805 19.657 16.2Z"/>
32
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M178.754 63.819c-3.409-11.513 2.259-19.44 5.563-21.402 1.674-.994-3.227 4.628-4.55 9.156-2.084 7.125.906 15.645-1.013 12.246Z"/>
33
+ <circle cx="191.983" cy="43.332" r="1.03" fill="var(--sapContent_Illustrative_Color8)"/>
34
+ <circle cx="185.885" cy="46.647" r="1.03" fill="var(--sapContent_Illustrative_Color8)"/>
35
+ <circle cx="190.953" cy="55.516" r="2.06" fill="var(--sapContent_Illustrative_Color8)"/>
36
+ <path fill="var(--sapContent_Illustrative_Color24)" d="m218.457 123.367 7.377 4.197-3.561 22.513c-.254 2.247.136 4.516.747 6.449.763 2.417-.238 4.744-.747 5.888-.407.916.832 3.035.747 4.392-1.018-1.611-4.308-4.595-3.291-6.935 1.272-2.926.89-4.071-1.272-11.702s-1.272-13.128 0-17.707c1.018-3.663.848-6.587 0-7.095Z"/>
37
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M215.095 131.539c.632-1.474.79-5.175.79-6.842l4.474 2.368c0 1.097-.237 3.895-1.185 6.316-.947 2.421.395 16.272 1.185 22.895-.878-2.368-3.001-7.368-4.474-8.421-1.842-1.316-9.606-.658-8.553-1.053 1.053-.394 5.132-.394 7.763-1.052 2.632-.658.79-2.5 0-3.948-.789-1.447-2.763-3.158-4.21-3.816-1.448-.657-1.053-.789 0-1.578 1.052-.79 3.421-3.027 4.21-4.869Z"/>
38
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M157.024 120.642v-8.865c1.201.8 3.768 2.419 4.433 2.493.831.093 2.308-2.031 4.155-4.432 1.846-2.401.652-.327 2.357 2.469 3.105 5.09-1.466 10.004-1.866 9.973.431 2.124.026 4.326-.491 7.059-.647 3.417-4.155 6.131-2.265 10.269 1.66 3.634-1.89-.984-1.89-4.161 0-1.879.741-6.173 1.8-9.961.229-.82 1.296-3.561 2.355-6.507-.554-.092-2.032.37-3.324.924-1.293.554-4.061 7.162-8.502 9.436-1.714.878-4.494 8.401-9.149 11.344 1.508-2.894 4.28-5.03 4.655-10.434.243-3.508 7.732-9.053 7.732-9.607Z"/>
39
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M218.933 59.075c.853-1.202 3.305-1.931 4.24-1.953-1.174.978-2.413 1.761-2.609 5.153-.196 3.392 2.406 4.819 1.052 4.819-1.255 0-2.267.194-2.985-1.241-.717-1.435-1.025-4.909.302-6.778Z"/>
40
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M158.436 168.108c-1.091-2.154-1.465-5.354-.398-6.42.586.693 1.55 4.516 4.782 8.236 2.352 2.706 10.007 9.874 20.412 16.914l.266 3.631c-2.4-1.44-8.081-5.425-12.177-8.369-5.119-3.679-11.246-10.759-12.885-13.992Zm54.367-63.568c1.914-6.938 9.3-17.568 11.892-17.668l2.862-.84c1.335-.42 6.562 2.79 3.624 2.446-2.781-.326-13.682 13.819-14.647 17.161-.966 3.341-1.616 7.676-.759 13.296.686 4.495 6.952 7.86 10.055 8.923l2.461 1.322c-2.795 3.889-7.738 1.895-12.516-4.087-5.539-6.935-5.364-11.882-2.972-20.553ZM166.6 97.874c.74-4.446 2.872-20.462 6.225-21.83h2.761s-.01.624.2 2.258c-1.583 1.18-1.755 4.477-2.311 5.496-.695 1.273-4.913 28.739-4.334 31.17.463 1.945-3.486 5.98-4.759 7.485l1.016-3.696c.309-5.403.461-16.437 1.202-20.883Z"/>
41
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M226.979 66.118c-2.579 2.928-5.066 1.817-6.636 1.788 0 .457-1.278 2.998-2.786 4.849-1.507 1.85-4.779 3.823-11.003 5.783 0 0 5.541-.169 8.321-1.307 2.781-1.137 5.507-5.669 7.025-5.264 1.95.519 5.96-6.849 5.079-5.849Z"/>
42
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M54.008 96.758c0-.875-2.54-1.576-5.934-1.735-.194-3.39-.941-5.91-1.817-5.909-.875.002-1.603 2.542-1.789 5.95-3.404.233-5.935.993-5.923 1.87.012.877 2.54 1.578 5.935 1.735.203 3.39.94 5.911 1.814 5.909.873-.002 1.605-2.542 1.792-5.95 3.404-.233 5.932-.993 5.922-1.87Z"/>
43
+ <circle cx="284.914" cy="115.066" r="2" fill="var(--sapContent_Illustrative_Color20)"/>
44
+ <circle cx="34.914" cy="175.066" r="2" fill="var(--sapContent_Illustrative_Color20)"/>
45
+ <circle cx="104.914" cy="135.066" r="2" fill="var(--sapContent_Illustrative_Color20)"/>
46
+ <circle cx="110.914" cy="147.066" r="3" fill="var(--sapContent_Illustrative_Color20)"/>
47
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M62.545 110.057c0-.566-1.643-1.019-3.838-1.122-.125-2.192-.609-3.822-1.175-3.821-.566.002-1.036 1.644-1.157 3.848-2.201.15-3.838.642-3.83 1.209.008.568 1.643 1.021 3.838 1.122.132 2.192.608 3.823 1.173 3.821.565-.001 1.038-1.644 1.159-3.847 2.2-.151 3.836-.643 3.83-1.21Zm212 30c0-.566-1.643-1.019-3.838-1.122-.125-2.192-.609-3.822-1.175-3.821-.566.002-1.036 1.644-1.157 3.848-2.201.15-3.838.642-3.83 1.209.007.568 1.643 1.021 3.838 1.122.132 2.192.608 3.823 1.173 3.821.565-.001 1.038-1.644 1.159-3.847 2.201-.151 3.836-.643 3.83-1.21Z"/>
48
+ </svg>
@@ -0,0 +1,21 @@
1
+ <svg id="tnt-Scene-Calculator" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
2
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320 83v90c0 13.246-10.754 24-24 24H24c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" d="m131.203 190.78 88.921-14.799c1.085-.177 1.193-1.792.15-2.138l-88.42-25.986a16.348 16.348 0 0 0-8.235-.577l-73.76 8.952c-1.027.195-1.177 1.695-.21 2.112l72.302 31.291a16.484 16.484 0 0 0 9.252 1.145Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M197.155 29c1.079-.043 2.149.153 3.177.537a9.971 9.971 0 0 1 2.854 1.67c.866.715 1.63 1.575 2.233 2.538a10.2 10.2 0 0 1 1.317 3.17l8.561 38.643-97.395 6.858-7.644-41.48a8.378 8.378 0 0 1 .068-3.45 7.215 7.215 0 0 1 3.839-4.831 8.025 8.025 0 0 1 3.287-.81L197.155 29Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m206.057 59.84-4.646-21.188a4.623 4.623 0 0 0-.595-1.448 4.948 4.948 0 0 0-1.019-1.159 4.6 4.6 0 0 0-1.308-.758 3.854 3.854 0 0 0-1.453-.238l-22.694.911-4.723.188-5.223.213-13.191.528-30.984 1.244a3.651 3.651 0 0 0-1.487.375 3.195 3.195 0 0 0-1.104.903 3.263 3.263 0 0 0-.62 1.303 3.882 3.882 0 0 0-.025 1.568l4.204 22.533a4.5 4.5 0 0 0 .45 1.278c.212.4.535.69.841 1.014.306.324.722.528 1.104.75.382.221 1.24.51 1.665.613l78.081-4.583c.493-.035.943-.17 1.334-.384.382-.221.713-.52.959-.886.247-.366.417-.792.501-1.26a4.078 4.078 0 0 0-.042-1.5l-.025-.017Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color22)" d="m195.049 58.929-9.377.536 1.886-2.693 4.544-.254 2.947 2.41Zm-14.083-6.442 1.402 6.662-2.981-2.427-.722-3.467 1.189-1.679 1.112.911Zm5.283.368.739 3.45-1.885 2.691-1.402-6.653.705-.996 1.843 1.508Zm14.049 5.775-2.387.137-.544-2.54 2.378-.135.553 2.538Zm-7.985-8.187-.925 1.33-5.139.263-1.486-1.21.943-1.329 5.139-.255 1.468 1.201Zm-11.959-.843-.705 1.022-1.859-1.542-.723-3.45 1.904-2.65 1.383 6.62Zm12.988-.648-.689 1.005-1.842-1.524-.731-3.416 1.852-2.624 1.41 6.56Zm-16.826-3.765-4.62.212-2.991-2.462 9.513-.425-1.902 2.675Zm13.029-.614-4.536.213-2.955-2.436 9.342-.417-1.851 2.64Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m174.341 35.952-4.544.187 4.544-.187ZM122.65 67.235s.093.06.136.093a1.315 1.315 0 0 1-.213-.17c.026.025.043.051.077.068v.009Zm.755.502c-.076-.042-.144-.085-.22-.128.068.043.144.086.22.128Zm.646.324s.026 0 .034.017a.12.12 0 0 1-.051-.017h.017Zm.969.332c-.051-.017-.085-.025-.136-.042.042.017.093.025.136.042Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M125.24 68.453h.043c-.085-.026-.187-.043-.263-.068.076.025.161.05.229.068h-.009Zm-.357-.103Zm-1.299-.51c.119.068.28.144.459.212a5.33 5.33 0 0 1-.629-.315c.06.034.119.069.17.103Zm-.4-.23c-.144-.086-.271-.18-.399-.273.128.094.255.196.399.272Zm-.705-.52.102.076a3.529 3.529 0 0 1-.306-.298c.068.068.136.145.204.213v.009Zm-1.24-2.104c.085.383.221.75.399 1.09.119.23.289.426.459.614a3.888 3.888 0 0 1-.365-.495 4.18 4.18 0 0 1-.493-1.21Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M169.797 36.14h-.187l-33.04 31.648 5.02-.29 32.751-31.546-4.544.187Zm-18.593.74-29.965 28.105c.102.426.264.835.493 1.21.102.17.229.332.365.494.06.06.111.12.17.18.093.101.195.204.306.297.068.06.136.111.212.17.127.094.255.188.399.273.077.043.145.086.221.128.195.11.399.222.629.315.017 0 .034.009.051.017.246.103.509.196.798.281.051.018.085.026.136.043.085.026.178.043.263.06l5.75-.341 33.363-31.76-13.191.528Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color9)" d="m134.43 172.098-16.529-89.682 97.396-6.858 18.448 83.267c.272 1.244.314 2.462.153 3.596a8.615 8.615 0 0 1-1.07 3.109 7.228 7.228 0 0 1-2.115 2.3 6.785 6.785 0 0 1-2.973 1.15l-82.387 11.587a8.803 8.803 0 0 1-3.687-.264 9.799 9.799 0 0 1-3.287-1.679 10.492 10.492 0 0 1-2.531-2.828 10.888 10.888 0 0 1-1.418-3.689v-.009Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color17)" d="m229.167 168.623-.459.153a7.354 7.354 0 0 1-.476.119c-.161.034-.322.06-.492.086l-82.388 11.586a8.8 8.8 0 0 1-3.686-.264 9.799 9.799 0 0 1-3.287-1.679 10.346 10.346 0 0 1-2.531-2.828 10.656 10.656 0 0 1-1.418-3.689l-16.529-89.69-7.644-41.481a8.754 8.754 0 0 1-.119-.903c0-.103 0-.205-.008-.307-.009-.196-.026-.383-.017-.57 0-.112.017-.222.025-.342.009-.17.017-.34.034-.51.017-.12.043-.24.068-.35.026-.154.051-.315.085-.469.026-.119.068-.23.102-.349.042-.145.076-.29.127-.426.043-.11.094-.221.136-.332.06-.136.111-.273.17-.41.051-.11.119-.212.179-.314.067-.128.135-.256.203-.375.068-.102.145-.196.213-.298.085-.12.161-.239.246-.35l-5.122 6.424s-.008.017-.017.017c-.085.102-.152.221-.229.332-.068.094-.144.188-.204.29-.076.12-.136.247-.212.375-.051.102-.119.196-.161.298v.017c-.06.128-.111.255-.162.383-.042.111-.102.222-.136.332-.051.137-.085.282-.127.418-.034.11-.077.221-.102.34-.034.154-.06.307-.085.46-.017.111-.051.222-.059.342-.026.17-.026.349-.043.52 0 .102-.017.204-.025.306 0 .187 0 .375.017.562v.298c.025.29.059.588.118.886l7.39 40.637 15.959 87.766c.238 1.312.714 2.53 1.376 3.604a10.312 10.312 0 0 0 2.48 2.76 9.453 9.453 0 0 0 3.219 1.636 8.705 8.705 0 0 0 3.61.255l80.918-11.518c.162-.025.323-.051.484-.085.162-.034.315-.077.467-.119.153-.043.306-.094.451-.145.144-.051.288-.111.433-.179 2.556-1.142 5.113-2.283 7.678-3.425a3.965 3.965 0 0 1-.442.179l-.008.026Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M184.304 92.758a9.237 9.237 0 0 1 3.67.46 10.576 10.576 0 0 1 3.287 1.815c.993.8 1.86 1.772 2.556 2.88a11.302 11.302 0 0 1 1.486 3.671 9.98 9.98 0 0 1 .085 3.817 8.677 8.677 0 0 1-1.282 3.254 7.737 7.737 0 0 1-2.429 2.352 7.864 7.864 0 0 1-3.372 1.107 9.044 9.044 0 0 1-3.695-.426 10.784 10.784 0 0 1-3.329-1.814 11.724 11.724 0 0 1-2.599-2.923 11.205 11.205 0 0 1-1.495-3.731c-.272-1.346-.281-2.649-.051-3.85a8.701 8.701 0 0 1 1.333-3.255 7.667 7.667 0 0 1 2.472-2.317 7.881 7.881 0 0 1 3.372-1.048l-.009.008Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M210.575 114.04a8.795 8.795 0 0 1 3.584.409c1.155.374 2.251.988 3.227 1.772a11.472 11.472 0 0 1 2.532 2.854 11.576 11.576 0 0 1 1.503 3.671l5.122 23.471c.297 1.355.331 2.675.144 3.902a9.208 9.208 0 0 1-1.206 3.374 7.91 7.91 0 0 1-2.344 2.487 7.638 7.638 0 0 1-3.279 1.235 8.468 8.468 0 0 1-3.635-.323 10.187 10.187 0 0 1-3.304-1.764 11.714 11.714 0 0 1-2.599-2.913 11.742 11.742 0 0 1-1.529-3.783l-5.028-23.794a10.28 10.28 0 0 1-.102-3.868 8.603 8.603 0 0 1 1.257-3.28 7.78 7.78 0 0 1 2.378-2.36 7.497 7.497 0 0 1 3.279-1.099v.009Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M194.071 140.04a8.978 8.978 0 0 1 3.712.367c1.198.375 2.319.988 3.329 1.789a11.433 11.433 0 0 1 2.6 2.922 11.742 11.742 0 0 1 1.52 3.791c.289 1.38.314 2.718.102 3.97a9.558 9.558 0 0 1-1.274 3.433 8.173 8.173 0 0 1-2.446 2.53 8.018 8.018 0 0 1-3.398 1.261 8.979 8.979 0 0 1-3.745-.323 10.29 10.29 0 0 1-3.381-1.789 11.477 11.477 0 0 1-2.641-2.965 11.615 11.615 0 0 1-1.529-3.842c-.281-1.398-.298-2.752-.068-4.022.229-1.269.679-2.428 1.333-3.433a8.298 8.298 0 0 1 2.489-2.496 7.954 7.954 0 0 1 3.406-1.201l-.009.008Zm-27.042-21.63a9.37 9.37 0 0 1 3.796.417 10.896 10.896 0 0 1 3.389 1.824 11.323 11.323 0 0 1 2.625 2.947 11.689 11.689 0 0 1 1.512 3.791c.28 1.372.28 2.718.051 3.962a9.258 9.258 0 0 1-1.359 3.408 8.244 8.244 0 0 1-2.54 2.487 8.394 8.394 0 0 1-3.499 1.21 9.382 9.382 0 0 1-3.831-.375 10.561 10.561 0 0 1-3.44-1.832 11.67 11.67 0 0 1-2.667-2.99 11.62 11.62 0 0 1-1.512-3.851 10.392 10.392 0 0 1-.017-3.995 9.171 9.171 0 0 1 1.41-3.399 8.243 8.243 0 0 1 2.582-2.445 8.401 8.401 0 0 1 3.508-1.15l-.008-.009Zm-27.426-21.937a9.82 9.82 0 0 1 3.89.468 11.303 11.303 0 0 1 3.448 1.866 11.677 11.677 0 0 1 2.65 2.973 11.145 11.145 0 0 1 1.495 3.8c.263 1.371.255 2.709 0 3.944a9.136 9.136 0 0 1-1.436 3.374 8.445 8.445 0 0 1-2.641 2.445c-1.053.622-2.276 1.022-3.61 1.159a9.7 9.7 0 0 1-3.924-.426 11.058 11.058 0 0 1-3.499-1.875 11.86 11.86 0 0 1-2.693-3.015 11.284 11.284 0 0 1-1.503-3.86 9.974 9.974 0 0 1 .043-3.987 8.877 8.877 0 0 1 1.494-3.365 8.565 8.565 0 0 1 2.684-2.402 8.704 8.704 0 0 1 3.61-1.1h-.008Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M205.538 90.995a8.542 8.542 0 0 1 3.525.46 10.61 10.61 0 0 1 3.176 1.789 11.397 11.397 0 0 1 2.489 2.837 11.545 11.545 0 0 1 1.478 3.62 10.08 10.08 0 0 1 .127 3.758c-.187 1.175-.594 2.266-1.189 3.194a7.439 7.439 0 0 1-2.302 2.309 7.444 7.444 0 0 1-3.219 1.082c-1.197.119-2.412-.043-3.559-.426a10.266 10.266 0 0 1-3.227-1.797 11.752 11.752 0 0 1-2.531-2.88 11.472 11.472 0 0 1-1.486-3.68 10.002 10.002 0 0 1-.094-3.783 8.435 8.435 0 0 1 1.24-3.195 7.4 7.4 0 0 1 2.344-2.274 7.4 7.4 0 0 1 3.228-1.031v.017Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M189.145 116.195a8.982 8.982 0 0 1 3.687.409c1.18.383 2.301.997 3.304 1.798a11.58 11.58 0 0 1 2.582 2.905 11.32 11.32 0 0 1 1.503 3.731c.28 1.355.306 2.667.093 3.893a8.97 8.97 0 0 1-1.282 3.348 8.046 8.046 0 0 1-2.438 2.446 7.989 7.989 0 0 1-3.38 1.184 9 9 0 0 1-3.72-.375 10.489 10.489 0 0 1-3.355-1.798 11.471 11.471 0 0 1-2.616-2.947 11.666 11.666 0 0 1-1.512-3.791c-.281-1.372-.289-2.701-.06-3.928a8.96 8.96 0 0 1 1.334-3.339 7.952 7.952 0 0 1 2.48-2.403 8.018 8.018 0 0 1 3.389-1.124l-.009-.009ZM162.306 94.59a9.415 9.415 0 0 1 3.771.469 11 11 0 0 1 3.364 1.84 11.309 11.309 0 0 1 2.599 2.93 11.46 11.46 0 0 1 1.494 3.732c.272 1.346.272 2.666.043 3.876a8.795 8.795 0 0 1-1.359 3.314 8.106 8.106 0 0 1-2.531 2.394 8.374 8.374 0 0 1-3.483 1.133 9.418 9.418 0 0 1-3.805-.426 10.811 10.811 0 0 1-3.414-1.84 11.5 11.5 0 0 1-2.642-2.973 11.395 11.395 0 0 1-1.494-3.8c-.264-1.371-.255-2.692 0-3.919a8.783 8.783 0 0 1 1.41-3.305 8.127 8.127 0 0 1 2.573-2.36c1.028-.596 2.2-.963 3.482-1.073l-.008.008Zm9.53 48.066a9.202 9.202 0 0 1 3.822.366c1.232.384 2.378.997 3.406 1.806a11.567 11.567 0 0 1 2.65 2.974 11.577 11.577 0 0 1 1.529 3.85 10.81 10.81 0 0 1 .059 4.038 9.618 9.618 0 0 1-1.359 3.493 8.677 8.677 0 0 1-2.548 2.582 8.533 8.533 0 0 1-3.516 1.295 9.18 9.18 0 0 1-3.856-.316 10.462 10.462 0 0 1-3.466-1.806 11.72 11.72 0 0 1-2.692-3.007 11.387 11.387 0 0 1-1.529-3.91c-.272-1.423-.272-2.803-.025-4.09a9.645 9.645 0 0 1 1.409-3.501 8.463 8.463 0 0 1 6.116-3.774Zm-27.647-21.954a9.634 9.634 0 0 1 3.915.417 11.114 11.114 0 0 1 3.474 1.849 11.7 11.7 0 0 1 2.676 2.99 11.3 11.3 0 0 1 1.512 3.851 10.39 10.39 0 0 1 .008 4.03 9.581 9.581 0 0 1-1.435 3.467 8.6 8.6 0 0 1-2.65 2.539 8.872 8.872 0 0 1-3.627 1.235 9.649 9.649 0 0 1-3.95-.375 10.951 10.951 0 0 1-3.524-1.857 11.772 11.772 0 0 1-2.718-3.042 11.318 11.318 0 0 1-1.521-3.918 10.427 10.427 0 0 1 .034-4.073 9.371 9.371 0 0 1 1.495-3.458 8.685 8.685 0 0 1 2.693-2.497 8.889 8.889 0 0 1 3.626-1.175l-.008.017Zm4.68 24.663a9.583 9.583 0 0 1 3.941.358 10.697 10.697 0 0 1 3.499 1.84 11.741 11.741 0 0 1 2.701 3.016 11.425 11.425 0 0 1 1.529 3.919c.272 1.422.263 2.811.017 4.115a9.74 9.74 0 0 1-1.435 3.561 8.864 8.864 0 0 1-6.302 3.953 9.614 9.614 0 0 1-3.975-.316 10.954 10.954 0 0 1-3.559-1.831 11.407 11.407 0 0 1-2.744-3.059 11.581 11.581 0 0 1-1.537-3.978 10.897 10.897 0 0 1 .017-4.166 9.693 9.693 0 0 1 1.495-3.561 8.906 8.906 0 0 1 2.701-2.59 9.019 9.019 0 0 1 3.644-1.261h.008Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color15)" d="m212.936 108.911-1.801 1.167c-.238.153-.484.29-.739.417a6.646 6.646 0 0 1-.798.333 6.965 6.965 0 0 1-.85.238c-.288.06-.594.111-.9.145a8.481 8.481 0 0 1-3.542-.417 10.566 10.566 0 0 1-3.21-1.781 11.493 11.493 0 0 1-2.523-2.862 11.108 11.108 0 0 1-1.469-3.655 10.171 10.171 0 0 1-.213-2.7 9.253 9.253 0 0 1 .476-2.463 7.787 7.787 0 0 1 1.096-2.096 7.53 7.53 0 0 1 1.622-1.627l1.741-1.26a7.417 7.417 0 0 0-1.631 1.627 7.867 7.867 0 0 0-1.095 2.104 8.932 8.932 0 0 0-.476 2.47c-.042.87.017 1.781.221 2.718.28 1.329.79 2.564 1.486 3.68a11.65 11.65 0 0 0 2.531 2.88 10.494 10.494 0 0 0 3.228 1.797 8.437 8.437 0 0 0 3.559.426 7.78 7.78 0 0 0 1.766-.383c.281-.094.544-.204.799-.332.254-.128.509-.264.747-.418"/>
18
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m192.016 110.794-1.715 1.175a8.985 8.985 0 0 1-.824.495 6.851 6.851 0 0 1-.892.391 8.36 8.36 0 0 1-.96.282 8.045 8.045 0 0 1-1.019.161 9.097 9.097 0 0 1-3.678-.417 10.717 10.717 0 0 1-3.321-1.806 11.444 11.444 0 0 1-2.582-2.905 11.297 11.297 0 0 1-1.486-3.715 10.171 10.171 0 0 1-.195-2.658 9.01 9.01 0 0 1 .475-2.428 8.594 8.594 0 0 1 1.07-2.095 7.607 7.607 0 0 1 1.597-1.662l1.648-1.269a7.623 7.623 0 0 0-1.597 1.67 8.516 8.516 0 0 0-1.079 2.104 9.128 9.128 0 0 0-.475 2.437c-.051.852.008 1.755.195 2.666.272 1.346.79 2.607 1.495 3.732a11.582 11.582 0 0 0 2.599 2.922c1.011.801 2.14 1.431 3.33 1.814a9.178 9.178 0 0 0 3.694.426 7.981 7.981 0 0 0 1.988-.443 8.27 8.27 0 0 0 .9-.392 7.1 7.1 0 0 0 .824-.494"/>
19
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M221.668 156.755a6.71 6.71 0 0 1-1.181.358c-.204.043-.416.077-.629.111a8.458 8.458 0 0 1-3.635-.324 10.104 10.104 0 0 1-3.304-1.763 11.599 11.599 0 0 1-2.599-2.914 11.972 11.972 0 0 1-1.529-3.783l-5.028-23.794a10.39 10.39 0 0 1-.212-2.913 9.47 9.47 0 0 1 .569-2.641 8.045 8.045 0 0 1 1.257-2.224 7.555 7.555 0 0 1 1.852-1.678l-1.784 1.141a7.503 7.503 0 0 0-1.843 1.67 8.344 8.344 0 0 0-1.249 2.215 9.491 9.491 0 0 0-.569 2.633c-.068.928 0 1.908.212 2.896l4.986 23.675a11.797 11.797 0 0 0 1.512 3.757 11.423 11.423 0 0 0 2.582 2.897 9.98 9.98 0 0 0 3.287 1.746 8.513 8.513 0 0 0 3.618.315c.213-.025.425-.068.629-.11a6.908 6.908 0 0 0 1.18-.358c.187-.077.374-.153.553-.247l1.885-.92c-.178.085-.365.17-.552.247l-.008.008Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m196.425 134.827-1.758 1.047a7.355 7.355 0 0 1-.731.384 8.368 8.368 0 0 1-.772.306 8.321 8.321 0 0 1-.824.231c-.281.059-.569.11-.867.144-1.257.145-2.505 0-3.703-.366-1.197-.366-2.327-.988-3.338-1.789a11.5 11.5 0 0 1-2.607-2.931 11.526 11.526 0 0 1-1.504-3.765 10.737 10.737 0 0 1-.187-2.871 9.38 9.38 0 0 1 .57-2.616 8.504 8.504 0 0 1 1.24-2.232 7.897 7.897 0 0 1 1.817-1.712l1.69-1.15a7.787 7.787 0 0 0-1.826 1.721 8.593 8.593 0 0 0-1.24 2.24 9.491 9.491 0 0 0-.569 2.633c-.068.928-.008 1.9.196 2.888a11.646 11.646 0 0 0 4.127 6.739 10.352 10.352 0 0 0 3.355 1.797 9.006 9.006 0 0 0 3.721.375c.297-.034.586-.085.866-.145.28-.059.56-.136.824-.23.263-.094.526-.196.781-.315s.493-.247.731-.383m-26.119-22.091-1.614 1.184a8.825 8.825 0 0 1-.9.571 8.065 8.065 0 0 1-2.047.775 9.649 9.649 0 0 1-1.13.188 9.316 9.316 0 0 1-3.788-.418 10.802 10.802 0 0 1-3.397-1.831 11.678 11.678 0 0 1-2.633-2.957 11.053 11.053 0 0 1-1.487-3.774 10.527 10.527 0 0 1-.178-2.598 9.199 9.199 0 0 1 .467-2.394 8.546 8.546 0 0 1 1.036-2.087 8.315 8.315 0 0 1 1.538-1.687l1.546-1.278a7.91 7.91 0 0 0-1.546 1.695 8.802 8.802 0 0 0-1.045 2.096 9.267 9.267 0 0 0-.467 2.403c-.051.835 0 1.721.178 2.615.264 1.372.79 2.65 1.495 3.8a11.632 11.632 0 0 0 2.642 2.973 10.643 10.643 0 0 0 3.414 1.84 9.418 9.418 0 0 0 3.805.426 8.613 8.613 0 0 0 2.2-.511 8.085 8.085 0 0 0 1.886-1.022m30.577 46.541-1.801.92a6.69 6.69 0 0 1-.611.281 8.238 8.238 0 0 1-1.317.409 6.358 6.358 0 0 1-.696.119 8.76 8.76 0 0 1-3.729-.315 10.311 10.311 0 0 1-3.363-1.772 11.379 11.379 0 0 1-2.625-2.948 11.6 11.6 0 0 1-1.52-3.825 11.173 11.173 0 0 1-.187-3.118 9.58 9.58 0 0 1 .68-2.82c.356-.869.84-1.67 1.427-2.36a8.131 8.131 0 0 1 2.063-1.746l1.733-1.023a8.182 8.182 0 0 0-2.072 1.755 8.72 8.72 0 0 0-1.427 2.377 9.993 9.993 0 0 0-.68 2.837 10.68 10.68 0 0 0 .187 3.135c.28 1.397.816 2.692 1.529 3.842a11.448 11.448 0 0 0 2.642 2.965 10.519 10.519 0 0 0 3.38 1.789 8.814 8.814 0 0 0 3.746.324 8.699 8.699 0 0 0 2.021-.537c.212-.085.416-.179.612-.281m-26.288-22.091-1.657 1.057a8.9 8.9 0 0 1-.798.451 8.5 8.5 0 0 1-2.726.784 9.282 9.282 0 0 1-3.814-.366c-1.223-.375-2.387-1.005-3.423-1.815a11.402 11.402 0 0 1-2.65-2.973 11.261 11.261 0 0 1-1.503-3.834 10.77 10.77 0 0 1-.17-2.837c.068-.911.263-1.78.569-2.598a8.96 8.96 0 0 1 1.215-2.232 8.036 8.036 0 0 1 1.775-1.747l1.588-1.15a8.528 8.528 0 0 0-2.998 3.996 10.02 10.02 0 0 0-.569 2.607c-.077.911-.017 1.874.17 2.854a11.543 11.543 0 0 0 4.178 6.841 10.742 10.742 0 0 0 3.44 1.831 9.365 9.365 0 0 0 3.831.375c.331-.034.654-.093.968-.17.314-.077.62-.162.917-.264a7.665 7.665 0 0 0 1.674-.81m-26.627-22.508-1.512 1.193a7.693 7.693 0 0 1-.985.665 9.117 9.117 0 0 1-1.088.528 8.021 8.021 0 0 1-1.18.375c-.408.093-.833.17-1.266.213a9.757 9.757 0 0 1-3.907-.426 11.023 11.023 0 0 1-3.482-1.857 11.61 11.61 0 0 1-2.676-2.999 11.19 11.19 0 0 1-1.486-3.842 10.326 10.326 0 0 1-.161-2.531 9.196 9.196 0 0 1 1.435-4.413c.408-.639.9-1.209 1.461-1.712l1.435-1.286a8.667 8.667 0 0 0-1.469 1.72 9.046 9.046 0 0 0-.994 2.079 9.31 9.31 0 0 0-.45 2.36c-.051.826 0 1.678.161 2.547a11.23 11.23 0 0 0 1.504 3.859 11.711 11.711 0 0 0 2.692 3.016 11.226 11.226 0 0 0 3.5 1.875c1.257.4 2.59.553 3.924.426a8.75 8.75 0 0 0 3.558-1.125 7.17 7.17 0 0 0 .986-.673m30.873 47.435-1.699.921a8.378 8.378 0 0 1-1.393.604 7.29 7.29 0 0 1-.747.205 9.264 9.264 0 0 1-4.621-.179 10.359 10.359 0 0 1-3.448-1.798 11.533 11.533 0 0 1-4.196-6.875 10.901 10.901 0 0 1-.161-3.092 9.815 9.815 0 0 1 .679-2.812 9.255 9.255 0 0 1 1.41-2.376 8.586 8.586 0 0 1 2.039-1.798l1.631-1.022a8.614 8.614 0 0 0-2.047 1.806 9.137 9.137 0 0 0-1.419 2.394 9.954 9.954 0 0 0-.679 2.828c-.094.997-.043 2.045.161 3.11.28 1.422.807 2.734 1.529 3.91a11.276 11.276 0 0 0 2.692 3.007c1.054.818 2.226 1.44 3.466 1.806a9.196 9.196 0 0 0 4.637.179c.255-.051.51-.128.748-.204.237-.077.484-.171.713-.273.229-.102.459-.213.68-.332m-26.763-22.508-1.554 1.056a8.428 8.428 0 0 1-1.843.955 8.423 8.423 0 0 1-2.107.502 9.695 9.695 0 0 1-3.932-.366 10.74 10.74 0 0 1-3.508-1.84 11.526 11.526 0 0 1-2.701-3.025 11.461 11.461 0 0 1-1.512-3.893 10.681 10.681 0 0 1-.153-2.777 9.706 9.706 0 0 1 .552-2.556 9.134 9.134 0 0 1 1.172-2.224 8.793 8.793 0 0 1 1.716-1.789l1.478-1.158a8.767 8.767 0 0 0-1.716 1.789 9.452 9.452 0 0 0-1.732 4.813c-.068.903-.026 1.84.152 2.795.264 1.422.79 2.743 1.521 3.918a11.772 11.772 0 0 0 2.718 3.042 10.946 10.946 0 0 0 3.525 1.857 9.642 9.642 0 0 0 3.949.375c.374-.043.739-.111 1.087-.188a7.055 7.055 0 0 0 1.028-.315c.331-.128.654-.264.96-.426.305-.162.603-.34.891-.528m4.086 25.379-1.589.92a7.712 7.712 0 0 1-.756.392 8.597 8.597 0 0 1-1.639.554c-.289.068-.586.119-.883.162a9.545 9.545 0 0 1-3.958-.316 10.658 10.658 0 0 1-3.534-1.823 11.56 11.56 0 0 1-4.255-6.994 10.68 10.68 0 0 1-.136-3.059 10.04 10.04 0 0 1 .68-2.794 9.625 9.625 0 0 1 1.384-2.385 8.905 8.905 0 0 1 1.996-1.84l1.521-1.023a8.797 8.797 0 0 0-2.005 1.849 9.5 9.5 0 0 0-1.393 2.402 10.233 10.233 0 0 0-.679 2.812c-.094.988-.051 2.019.144 3.075.272 1.44.798 2.786 1.537 3.979a11.697 11.697 0 0 0 2.744 3.058 10.64 10.64 0 0 0 3.559 1.832 9.607 9.607 0 0 0 3.975.315 9.781 9.781 0 0 0 1.732-.4 8.141 8.141 0 0 0 1.563-.708"/>
21
+ </svg>