@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,21 @@
1
+ export default `<svg id="tnt-Dot-FaceID" xmlns="http://www.w3.org/2000/svg" width="46" height="46" fill="none" viewBox="0 0 46 46">
2
+ <g clip-path="url(#a)">
3
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M22.354 4.348c1.102-1.133 1.867.07 1.87.077 1.12-.829 1.535.2 1.535.2 1.35-.843 1.84.412 1.84.412 1.514-.795 1.837.591 1.839.598 1.87-.385 1.902 1.073 1.902 1.073 1.716-.367 1.856 1.164 1.856 1.164 1.546-.09 1.458 1.268 1.458 1.273 1.67-.014 1.336 1.423 1.336 1.426 1.471.137.996 1.658.996 1.658 1.563.384.843 1.793.843 1.793 1.374.32.619 1.886.611 1.902 1.672.797.308 2.101.308 2.101 1.425.783.156 2.009.154 2.01 1.182 1.06-.098 2.056-.098 2.056 1.186.915-.163 1.892-.178 1.902.596.795-.483 1.468-.49 1.472.351 1.144-.678 1.438-.688 1.44.461 1.26-.766 1.473-.766 1.473.335 1.094-.588 1.486-1.067 1.611a1.085 1.085 0 0 1-1.346 1.175 1.084 1.084 0 0 1-1.08 1.045c-.042 0-.08 0-.119-.006a1.081 1.081 0 0 1-1.437.482c-.01.16-.059.325-.146.476a1.085 1.085 0 0 1-1.752.164 1.082 1.082 0 0 1-1.814.384 1.293 1.293 0 0 1-.14.42 1.245 1.245 0 0 1-1.609.521 1.222 1.222 0 0 1-.468-.392c-.074.27-.242.525-.668.7a1.063 1.063 0 0 1-.822 0 1.069 1.069 0 0 1-.58-.654 1.231 1.231 0 0 1-1.57 1.077 1.23 1.23 0 0 1-.874-1.046l-.021.046a1.228 1.228 0 0 1-2.332-.469 1.23 1.23 0 0 1-1.503.346 1.231 1.231 0 0 1-.689-1.077c-.36.35-.913.455-1.392.22a1.218 1.218 0 0 1-.587-.611 1.235 1.235 0 0 1-1.336-1.175c-1.977.247-2.273-1.7-2.276-1.716-1.985.031-1.309-1.78-1.303-1.794-1.56.046-1.107-1.664-1.105-1.671-1.074-.137-.707-1.64-.707-1.64-.813-.307-.34-1.269-.339-1.273-1.134-.488-.265-1.729-.262-1.734-1.364-.765-.262-2.038-.262-2.038-1.333-.95.057-2.25.063-2.255v-.004c-1.028-1.395.412-2.038.412-2.038-.629-1.472.661-1.933.661-1.933-.58-1.481 1.023-1.897 1.042-1.902-.307-1.88 1.367-1.933 1.38-1.934-.107-1.86 1.473-1.566 1.49-1.562.32-1.634 1.935-1.262 1.948-1.26.198-1.265 1.806-.923 1.825-.919.67-1.877 2.268-.854 2.286-.842.675-1.535 1.948-.43 1.948-.43 1.073-1.49 2.223-.322 2.223-.322Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M22.019 11.52c.696-.064.633.422 1.695.286 1.063-.136 1.448-.136 1.868.049.42.185.657.706 1.388.885.73.178.933.276 1.412.681.479.406.43.983.909 1.388.479.406.755.48 1.06.958.303.48.027.895.206 1.374.178.48.465.172.734.612l.019.033c.064.182.12.359.172.53.004.22-.072.465-.23.822-.293.664.462.867.588 1.345.126.48-.51 1.13-.168 1.728.126.22.202.603.248.998-.05 1.675-.223 3.707-.49 6.351-.485 4.814-1.545 5.524-2.915 6.758-1.37 1.238-3.09 2.605-5.65 2.608-2.56 0-4.283-1.37-5.65-2.608-1.254-1.132-2.248-1.82-2.78-5.62-.16.116-.38.215-.678.229-.762.035-1.094-1.028-1.493-2.783-.398-1.755-.695-3.28 0-3.412.601-.115 1.45.588 1.67.781a60.71 60.71 0 0 1-.1-1.632v-.216c0-.121-.045-.38.27-.909.29-.783.14-1.084 0-1.717-.004-.008-.273-.632.227-1.083.325-.294.328-.832.276-1.79-.053-.958.874-1.657 1.105-1.787.23-.13.81-.822 1.038-1.626.227-.804.657-1.175 1.112-1.304.454-.13.832-.136 1.335-.587.504-.451.305-.703.794-.867.49-.164.395.045.822.164.426.119.51-.577 1.206-.64Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M24.945 11.71c.253.012.44.057.637.144.42.185.657.706 1.387.884.731.179.934.277 1.413.682.479.406.43.982.909 1.388.479.406.755.48 1.06.958.303.479.027.895.206 1.374.178.479.464.171.734.612l.013.023c.066.187.125.37.178.545.003.218-.073.462-.23.816-.293.665.462.868.588 1.347.125.479-.51 1.129-.168 1.726.126.22.202.603.248.997a52.89 52.89 0 0 1-.112 2.116c.355-.276.973-.681 1.44-.592.696.133.4 1.657 0 3.412-.398 1.756-.73 2.819-1.492 2.784a1.286 1.286 0 0 1-.478-.112c-.536 3.697-1.522 4.385-2.763 5.503-1.37 1.238-3.09 2.605-5.65 2.608-1.329 0-2.43-.37-3.374-.898 2.629.223 3.86-.41 4.192-1.51h-.007c.35-1.164-1.147-1.852-1.147-1.696 1.811-.84 1.052-2.811 1.052-2.811.392-.84 0-1.944 0-1.944 1.745.384 2.15-1.039 2.15-1.039l1.543 1.752c.514-1.143.811-1.741 1.905-3.049 1.09-1.302.734-2.195.73-2.203-.779.546-2.013.315-2.51.231-.496-.084-1.276-.412-1.36-.685-.083-.269.422-.356.423-.357 1.556.268 1.754-1.493 1.756-1.51 0 0-.895-.993-2.154-.465s-1.325 2.783-1.325 2.783l-1.126.23s-.066-.562 0-1.82c.066-1.26.399-2.686 1.126-3.147.727-.462 1.822-.231 1.822-.231 1.53-4.447-.451-7.522-1.616-8.845ZM20.89 27.62c-.052.066-.623.83-.56 1.718-.006-.001-.401-.095-.745.217.003-.012.415-1.636 1.304-1.936Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color3)" d="m20.893 27.618-.004.002a.36.36 0 0 1 .004-.005v.003Zm-3.042-6.796c.006 0 .931-.074 1.28-.042.35.031 1.846 0 2.27 1.43l.006.003s.248.993.164 1.392c-.084.398-1.094.835-1.094.835-.004-.01-.278-.756-1.15-.92-.878-.164-2.406-.345-2.986.434 0 0 .503-1.909 2.856-1.843l-1.346-1.29Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M15.39 21.66s.972-.85 1.689-.85c.717 0 1.678.364 2.45.574.773.21 1.613.388 1.79.276.18-.112.113-.762.099-.85-.014-.087-.343-.307-1.039-.388-.695-.08-1.426-.112-2.465-.066-1.038.045-2.195.409-2.527 1.304h.003Zm15.339 0s-.972-.85-1.689-.85c-.716 0-1.678.364-2.45.574-.773.21-1.612.388-1.79.276-.179-.112-.113-.762-.099-.85.014-.087.343-.307 1.039-.388.696-.08 1.426-.112 2.465-.066 1.038.045 2.195.409 2.527 1.304h-.003Zm-8.443 7.662c-.007-.189-.333-.465-.665-.454-.332.01-.598.265-.598.496 0 .23.333.297.57.266.238-.032.696-.126.69-.308h.003Zm1.38.163c.039.161.399.19.63.15.23-.038.38-.15.38-.384s-.125-.318-.387-.3c-.263.017-.679.297-.623.538v-.004Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M23.037 34.926c.619 0 1.182-.031 1.8-.486.62-.454 1.57-1.346 1.581-1.479.01-.132-.808-.388-1.325-.695-.517-.308-.783-.497-1.315-.486-.531.01-.74.23-.74.23s-.256-.23-.753-.23c-.496 0-1.17.332-1.524.629-.353.297-.619.486-1.105.598 0 0 1.053 1.136 1.913 1.524.86.388.972.399 1.468.399v-.004Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M23.037 34.925c-.496 0-.608-.01-1.468-.398-.542-.241-1.158-.783-1.539-1.15a.569.569 0 0 1 .179-.133s.143-.133 1.15-.144c1.003-.01 2.22 0 2.74 0 1.172 0 1.714.374 1.714.374l.09.056c-.324.308-.737.668-1.062.906-.619.454-1.182.486-1.8.486h-.004v.003Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M20.478 24.44c-.13-.006-.79-.43-.867-.356-.07.574-.703 1.063-1.26.734-.303-.178-.401-.458-.541-.758-.416.15-.944.42-1.346.098-.084-.068-.124-.134-.119-.2.192-.332.633-.51.99-.604.877-.235 1.936-.186 2.657.363.216.164.486.437.486.724Zm7.569-.382c-.154.657-.79 1.172-1.416.661a.986.986 0 0 1-.37-.664l-.867.38c.014-.335.412-.695.681-.863.825-.51 2.63-.5 3.34.2.178.178.17.276-.046.412-.451.283-.878-.007-1.318-.133l-.004.007Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M3.636 39.245v-5.626h1.049v5.626c0 1.291.992 2.3 2.143 2.3h6.786v1.049H6.828c-1.787 0-3.192-1.537-3.192-3.35Zm0-27.293c0-1.817 1.406-3.35 3.192-3.35h7.045v1.05H6.828c-1.151 0-2.143 1.005-2.143 2.3v6.24h-1.05v-6.24Zm38.476 0c0-1.292-.993-2.3-2.144-2.3h-6.555v-1.05h6.556c1.786 0 3.191 1.537 3.191 3.35v6.318h-1.048v-6.318Zm0 27.293v-5.433h1.05v5.433c0 1.817-1.407 3.35-3.193 3.35h-6.44v-1.05h6.44c1.151 0 2.143-1.006 2.143-2.3Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color28)" d="M24.654 27.238c.61.24 1.386 1.558 1.253 2.186-.131.624-.914.498-.926.496.01-.005.695-.346.597-.828a4.736 4.736 0 0 0-.924-1.854Zm-12.227-1.474c.101-.21.216-.283.405-.111v.003c-.004.004-.247.21-.101 2.098-.001-.004-.472-1.64-.304-1.99Zm20.533-.36c.188-.171.303-.098.404.111.168.35-.301 1.982-.303 1.99.145-1.882-.096-2.093-.102-2.098v-.003Zm-8.306 1.834-.006-.003h.004l.002.003Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M45.5 25.386v1.049H.5v-1.05h45Z"/>
14
+ </g>
15
+ <defs>
16
+ <clipPath id="a">
17
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M.5.5h45v45H.5z"/>
18
+ </clipPath>
19
+ </defs>
20
+ </svg>
21
+ `;
@@ -0,0 +1,13 @@
1
+ export default `<svg id="tnt-Dot-Fingerprint" 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_Color16)" d="m10.618 1.563.371 1.798-6.21.467c-.305.019-.59.095-.838.218a2.127 2.127 0 0 0-.638.467c-.172.19-.295.409-.372.647a1.433 1.433 0 0 0-.028.752l1.457 7.204-1.743.143L1.17 6.054a3.487 3.487 0 0 1 .02-1.475c.104-.456.323-.885.618-1.246a3.452 3.452 0 0 1 1.115-.895 4 4 0 0 1 1.495-.41l6.21-.456-.009-.01ZM31.811.01a4.246 4.246 0 0 1 1.553.181c.495.153.971.39 1.39.695.42.305.781.676 1.067 1.095.286.418.495.894.6 1.399l1.553 7.299-1.667.133-1.553-7.309a2.017 2.017 0 0 0-.324-.714 2.118 2.118 0 0 0-.6-.561 2.892 2.892 0 0 0-.78-.352 2.457 2.457 0 0 0-.877-.086l-6.696.495-.372-1.78L31.802.02l.009-.01ZM8.644 34.434l1.4 6.966a1.9 1.9 0 0 0 .333.733c.162.219.381.418.62.57.238.153.524.277.81.353.285.076.6.105.914.067l6.038-.61.381 1.847-6.048.618c-.552.057-1.105 0-1.629-.142a4.71 4.71 0 0 1-1.447-.686A4.345 4.345 0 0 1 8.9 43.018a3.966 3.966 0 0 1-.619-1.456l-1.4-6.967 1.743-.161h.019Zm33.702-3.314 1.476 6.919a3.543 3.543 0 0 1 0 1.485 3.327 3.327 0 0 1-.571 1.265 3.296 3.296 0 0 1-1.058.923c-.419.229-.914.39-1.447.448l-6.83.695-.38-1.828 6.828-.685c.296-.029.572-.114.82-.238.247-.124.447-.295.61-.485a1.664 1.664 0 0 0 .362-1.409l-1.477-6.928 1.667-.162Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color23)" d="M21.237 16.732c.457-.038.924-.02 1.39.047a6.43 6.43 0 0 1 1.383.363c.447.17.904.399 1.333.684.428.286.837.62 1.218 1.019 1.01 1.047 1.677 2.427 2.068 3.978.39 1.551.514 3.284.428 5.006a24.106 24.106 0 0 1-.79 5.006c-.42 1.551-.972 2.93-1.581 3.95-.048.075-.134.219-.239.39-.104.17-.247.38-.4.58-.152.2-.304.39-.466.543-.162.152-.305.247-.448.257h-.095c-.019 0-.029-.01-.048-.02s-.029-.019-.048-.028a2.046 2.046 0 0 1 .03-.904c.066-.276.2-.543.352-.79.152-.248.314-.495.476-.733.162-.238.314-.485.419-.732.41-.943.78-1.99 1.086-3.094a22.36 22.36 0 0 0 .667-3.436c.133-1.18.171-2.37.085-3.54a13.6 13.6 0 0 0-.676-3.407 5.833 5.833 0 0 0-.99-1.808 6.18 6.18 0 0 0-1.467-1.313 5.84 5.84 0 0 0-1.753-.762 5.538 5.538 0 0 0-1.848-.162c-.238.02-.477.057-.715.114a4.419 4.419 0 0 0-.685.22c-.229.094-.438.2-.648.323a3.27 3.27 0 0 0-.59.438c-.077.067-.19.219-.324.409-.133.19-.286.419-.448.638-.162.218-.323.438-.476.6-.152.161-.286.266-.39.276h-.076s-.02 0-.02-.01a1.2 1.2 0 0 1-.209-.61c-.01-.2.028-.399.105-.59.076-.19.18-.37.294-.542a3.8 3.8 0 0 1 .373-.466c.238-.276.504-.533.79-.752.285-.219.581-.41.905-.561a6.2 6.2 0 0 1 .99-.372 5.477 5.477 0 0 1 1.048-.18l-.01-.029Zm4.744 10.003c.115.6.152 1.218.123 1.846a12.466 12.466 0 0 1-.237 1.875 14.648 14.648 0 0 1-.505 1.817c-.2.59-.42 1.143-.648 1.657-.057.133-.238.476-.486.914-.247.437-.562.97-.895 1.494a12.03 12.03 0 0 1-1.028 1.408c-.334.38-.64.637-.877.666h-.057c-.019 0-.039 0-.058-.01-.018-.009-.037-.009-.046-.018-.01-.01-.03-.02-.048-.029a1.732 1.732 0 0 1 .066-.961c.105-.305.296-.61.505-.895.21-.285.457-.58.686-.857.228-.275.447-.56.609-.846.324-.562.62-1.162.877-1.77.257-.61.466-1.247.647-1.894a17.12 17.12 0 0 0 .42-1.99c.104-.675.162-1.36.171-2.045l.781-.333v-.029Zm3.503-8.27c.82 1.057 1.4 2.323 1.791 3.693.39 1.37.59 2.865.648 4.36a24.88 24.88 0 0 1-.238 4.406 22.036 22.036 0 0 1-.877 3.825c-.038.105-.105.333-.21.61-.104.275-.237.628-.38.951a5.87 5.87 0 0 1-.467.885c-.162.238-.324.4-.467.42h-.066c-.01 0-.02-.001-.029-.01-.01-.01-.018-.01-.028-.02-.029-.095-.067-.171-.096-.247-.028-.076-.066-.143-.094-.21a.76.76 0 0 1-.058-.21 1.243 1.243 0 0 1 0-.266c.029-.266.124-.608.257-.98.133-.37.295-.79.467-1.218.171-.428.342-.866.495-1.304a9.8 9.8 0 0 0 .352-1.217c.124-.638.23-1.361.296-2.122.067-.762.115-1.571.124-2.38a28.45 28.45 0 0 0-.067-2.399 17.333 17.333 0 0 0-.295-2.17 5.974 5.974 0 0 0-.324-.989 25.833 25.833 0 0 0-.476-1.057c-.162-.342-.324-.675-.448-.96-.124-.286-.219-.543-.247-.724a.616.616 0 0 1 0-.229c.019-.076.028-.142.066-.209a.51.51 0 0 1 .124-.152.388.388 0 0 1 .18-.076h.067Zm-8.037 13.582h.229c.219.18.19.533.02.97-.172.438-.497.972-.868 1.486s-.78 1.027-1.152 1.436c-.371.41-.686.714-.848.819-.076.047-.152.095-.229.134-.076.038-.143.075-.21.104-.066.029-.133.047-.19.066a.542.542 0 0 1-.172.029c-.104.01-.19 0-.257-.038a.22.22 0 0 1-.114-.181c-.01-.086 0-.19.058-.323.057-.133.133-.286.257-.467.123-.19.295-.39.476-.59.181-.2.39-.41.6-.61.21-.199.419-.408.619-.617.2-.21.38-.41.533-.61.095-.123.162-.276.238-.447.077-.171.133-.343.22-.514.085-.171.181-.323.305-.437a.824.824 0 0 1 .495-.219l-.01.009Zm.98-12.411c.19.01.39.057.58.114a3.671 3.671 0 0 1 1.153.581c.229.162.486.41.724.704.238.295.457.628.6.951.143.324.219.638.161.905-.057.266-.228.466-.58.561a3.877 3.877 0 0 0-.438-1.095 4.272 4.272 0 0 0-.715-.922 3.218 3.218 0 0 0-.895-.619 1.998 1.998 0 0 0-.99-.181.936.936 0 0 0-.277.048 3.143 3.143 0 0 0-.276.095 1.433 1.433 0 0 0-.267.143 3.867 3.867 0 0 0-.267.2c-.371.323-.57.713-.675 1.16-.105.447-.106.933-.068 1.456.038.524.125 1.057.182 1.6.057.542.113 1.075.085 1.579a10.066 10.066 0 0 1-.476 2.36 14.526 14.526 0 0 1-1.067 2.485 11.355 11.355 0 0 1-1.514 2.16c-.562.618-1.181 1.095-1.829 1.361-.038.02-.076.028-.114.047a.544.544 0 0 1-.114.038c-.039.01-.077.019-.106.029a.326.326 0 0 1-.095.01c-.133.009-.247-.001-.333-.049a.305.305 0 0 1-.162-.199.629.629 0 0 1 .048-.333c.048-.123.152-.285.295-.447.58-.657 1.133-1.2 1.648-1.723.514-.523.981-1 1.381-1.542a6.66 6.66 0 0 0 .98-1.865c.248-.733.41-1.609.458-2.703a10.253 10.253 0 0 0-.095-1.617c-.067-.533-.152-1.076-.19-1.59-.038-.514-.029-1.018.076-1.485.105-.466.323-.904.704-1.295a3.244 3.244 0 0 1 .877-.637c.152-.075.323-.143.495-.18.171-.039.343-.076.515-.096l.008-.01c.19-.018.382-.009.573 0Zm11.658 5.053c.057 0 .114.01.17.057a.596.596 0 0 1 .163.2c.047.095.105.2.143.333.038.133.076.285.105.466.105.666.142 1.37.133 2.094-.01.723-.057 1.457-.133 2.199a50.355 50.355 0 0 1-.286 2.179c-.105.714-.22 1.4-.315 2.037l-1.028-.495a7.232 7.232 0 0 0 .515-1.97c.085-.685.104-1.4.094-2.113-.01-.714-.037-1.427-.047-2.113-.009-.685 0-1.351.067-1.98.019-.142.038-.266.066-.38.029-.114.058-.2.096-.267a.56.56 0 0 1 .123-.162.325.325 0 0 1 .144-.066l-.01-.019ZM16.79 21.862c.114.02.2.068.267.144a.695.695 0 0 1 .142.275c.029.105.057.22.066.324.01.105.03.21.039.295.123.828.21 1.609.228 2.35.02.743-.009 1.457-.133 2.133a7.935 7.935 0 0 1-.609 1.96 7.938 7.938 0 0 1-1.22 1.846c-.19.22-.4.448-.629.666a7.627 7.627 0 0 1-.733.62c-.257.19-.533.352-.818.475a2.95 2.95 0 0 1-.896.237h-.229c-.028-.104-.057-.19-.076-.265a.965.965 0 0 1-.038-.22c0-.066 0-.133.038-.2.038-.066.076-.142.143-.218.095-.105.238-.219.41-.333.17-.114.38-.248.6-.38a7.17 7.17 0 0 0 .657-.44c.21-.16.42-.322.581-.503a8.35 8.35 0 0 0 .886-1.142c.257-.4.457-.819.619-1.257.162-.437.286-.904.362-1.38.076-.475.114-.99.105-1.522 0-.133-.048-.4-.105-.742a17.334 17.334 0 0 1-.162-1.143c-.038-.39-.047-.77 0-1.056.048-.285.172-.475.39-.494l.02-.03h.095Zm5.113-8.1c.4.02.8.077 1.21.153a9.62 9.62 0 0 1 2.439.828c.21.105.448.218.676.352.229.133.466.286.666.448.2.162.382.361.505.57.124.21.2.448.19.714a2.551 2.551 0 0 1-.837-.228 8.057 8.057 0 0 1-.791-.428c-.267-.162-.524-.333-.8-.495a4.607 4.607 0 0 0-.876-.41c-.295-.104-.582-.18-.877-.256a7.276 7.276 0 0 0-.866-.162 8.65 8.65 0 0 0-.858-.067c-.285-.01-.561 0-.837.028a7.407 7.407 0 0 0-2.248.543 6.904 6.904 0 0 0-1.906 1.19 6.735 6.735 0 0 0-1.419 1.789c-.38.685-.638 1.476-.771 2.332a9.224 9.224 0 0 0-.067 1.97c.039.628.124 1.246.171 1.855.048.61.057 1.228-.038 1.856a5.569 5.569 0 0 1-.685 1.96 3.382 3.382 0 0 1-.467.58c-.229.239-.505.515-.81.772a6.754 6.754 0 0 1-.943.686c-.314.18-.609.314-.857.333h-.19a.333.333 0 0 1-.162-.058.502.502 0 0 1-.134-.114.747.747 0 0 1-.104-.171c-.057-.133.028-.296.2-.467.171-.171.419-.361.685-.552.267-.19.563-.38.82-.551.257-.172.476-.343.6-.476.447-.504.733-.98.905-1.447a3.99 3.99 0 0 0 .228-1.399c0-.466-.057-.961-.134-1.475a16.64 16.64 0 0 1-.17-1.665 8.498 8.498 0 0 1 .456-3.313 7.698 7.698 0 0 1 1.572-2.626 7.921 7.921 0 0 1 2.4-1.79 8.343 8.343 0 0 1 2.953-.799l-.01.01c.391-.028.781-.038 1.181-.02Zm.085 8.949.896.17c.152.22.276.743.362 1.409.086.666.134 1.476.124 2.256-.01.78-.058 1.541-.182 2.112-.123.571-.314.952-.58.98h-.077a1.104 1.104 0 0 1-.38-.656c-.058-.266-.048-.552-.02-.866.03-.314.086-.628.134-.942a6.12 6.12 0 0 0 .085-.885c0-.295.001-.59-.018-.895-.02-.304-.03-.6-.058-.894-.028-.295-.066-.6-.114-.904a9.287 9.287 0 0 0-.18-.895l.008.01Zm-4.447-11.365c.114 0 .228 0 .323.02a.59.59 0 0 1 .267.132.639.639 0 0 1 .181.276c.038.115.076.267.085.438a9.385 9.385 0 0 0-2.561 1.133 9.375 9.375 0 0 0-2.096 1.837 9.6 9.6 0 0 0-2.22 5.252c-.057.562-.019 1.18.039 1.818.057.638.123 1.295.152 1.923.028.628 0 1.228-.152 1.76-.153.533-.42.99-.877 1.342a3.729 3.729 0 0 1-.286.2c-.104.067-.219.124-.333.181a2.74 2.74 0 0 1-.352.143 1.593 1.593 0 0 1-.343.076c-.105.01-.21 0-.305-.02a.498.498 0 0 1-.256-.142.774.774 0 0 1-.182-.285 1.455 1.455 0 0 1-.076-.448c.743-.17 1.229-.4 1.553-.675.323-.276.467-.6.524-.971.057-.371.01-.79-.048-1.257-.057-.466-.133-.98-.152-1.532a14.706 14.706 0 0 1 .247-3.207c.2-1.018.505-1.99.933-2.884a10.08 10.08 0 0 1 1.63-2.435 9.585 9.585 0 0 1 2.333-1.866c.114-.066.247-.143.4-.228a6.607 6.607 0 0 1 1.048-.495c.18-.067.352-.105.524-.115v.029Zm-8.457 3.94c.266.038.4.19.437.419.038.228 0 .514-.076.809-.076.295-.19.6-.295.866a6.135 6.135 0 0 0-.21.58c-.047.238-.094.504-.132.78-.039.276-.087.571-.134.866-.048.295-.076.59-.105.867a12.88 12.88 0 0 0-.057.79c0 .076.029.342.067.694.038.352.086.81.114 1.257.029.447.028.885-.02 1.218-.047.333-.142.552-.322.57h-.048c-.02 0-.03 0-.048-.009-.02-.01-.038-.01-.057-.02l-.057-.028c-.172-.105-.296-.438-.391-.904-.095-.466-.143-1.047-.162-1.655a36.53 36.53 0 0 1-.019-1.742c.01-.524.03-.943.048-1.162.02-.162.076-.504.161-.922.086-.42.2-.923.334-1.399s.285-.943.438-1.285c.152-.343.324-.57.486-.59h.048Zm13.324-4.377c.238-.019.562.019.924.105.362.085.753.19 1.134.323a18.83 18.83 0 0 1 1.828.724c.733.352 1.476.818 2.2 1.37.724.552 1.43 1.18 2.077 1.875a15.695 15.695 0 0 1 1.724 2.208c.495.77.895 1.56 1.162 2.36.029.086.096.314.172.608.076.295.152.639.209.99.057.353.085.676.066.933-.019.257-.095.419-.247.438H33.6c-.02 0-.038 0-.067-.01a.467.467 0 0 1-.066-.028c-.02-.01-.048-.029-.076-.038a17.949 17.949 0 0 0-1.258-3.436 14.933 14.933 0 0 0-1.896-2.94 13.1 13.1 0 0 0-5.733-3.978c-.181-.068-.458-.105-.763-.162-.305-.057-.637-.106-.933-.182-.295-.076-.552-.19-.705-.351-.152-.162-.19-.372-.066-.648.019-.019.038-.029.066-.048a.344.344 0 0 1 .086-.038c.029-.01.067-.018.095-.028.029-.01.076-.01.114-.018l.01-.029ZM19.322 7.9c1.934-.152 3.906.114 5.801.733a17.288 17.288 0 0 1 5.305 2.855 17.639 17.639 0 0 1 4.125 4.625 16.489 16.489 0 0 1 2.228 6.073.944.944 0 0 1-.114.094.632.632 0 0 1-.105.067c-.038.019-.067.028-.095.038-.029.01-.058.02-.086.02-.143.009-.257-.068-.343-.21a2.162 2.162 0 0 1-.209-.553 8.57 8.57 0 0 1-.144-.675 3.333 3.333 0 0 0-.142-.57c-.705-1.875-1.61-3.56-2.695-5.026-1.086-1.466-2.334-2.703-3.725-3.692a14.64 14.64 0 0 0-4.543-2.19 14.963 14.963 0 0 0-5.163-.494 4.91 4.91 0 0 0-.371.038c-.124.02-.248.029-.372.038a5.15 5.15 0 0 0-.371.047c-.124.02-.248.039-.381.058a7.055 7.055 0 0 0-1.695.513c-.515.229-1.01.495-1.477.77-.467.277-.943.572-1.429.829-.486.257-.99.495-1.543.676-.171-.133-.181-.314-.096-.514.086-.2.268-.41.477-.619.21-.21.457-.4.676-.561.219-.162.4-.285.496-.342.467-.305.943-.58 1.429-.819a12.497 12.497 0 0 1 3.02-1.018 14.344 14.344 0 0 1 1.56-.219l-.018.028Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M42.716 21.253 3.88 25.407l-.575.062-.244-2.302 38.836-4.153.575-.062.244 2.301Z"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="a">
9
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
13
+ `;
@@ -0,0 +1,36 @@
1
+ export default `<svg id="tnt-Dot-Handshake" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M24.014 36.88a.979.979 0 0 0-.247-.161c-.022.054.021.118.053.172.065.076.119.151.194.205.065.043.367.27.345.097 0-.076-.086-.097-.14-.13a1.207 1.207 0 0 1-.215-.183h.01Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M25.469 38.068c.388-.065.69 0 1.012-.302.108-.097.28-.377.022-.334-.15.022-.28.259-.377.345-.183.162-.41.248-.657.29Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m32.321 29.576 2.187 2.38 1.487-1.152-2.058-4.708-1.616 3.48Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M35.995 30.814c2.238 0 4.051-2.064 4.051-4.61 0-2.548-1.813-4.612-4.05-4.612-2.238 0-4.052 2.064-4.052 4.611 0 2.547 1.814 4.611 4.051 4.611Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M33.269 28.338a47.743 47.743 0 0 0-1.476-1.832c-.507-.582-1.035-1.142-1.541-1.724-.226-.258-.453-.528-.69-.775a6.999 6.999 0 0 0-.775-.722c-.27-.216-.614-.356-.927-.518-.808-.43-1.648-.808-2.478-1.185-.215-.097-.42-.183-.636-.28-.086-.043-.42-.194-.495-.064 0 0-2.93-3.179-2.952-3.2-.043-.043-.14-.065-.194-.087-.13-.053-.248-.118-.377-.172-.302-.118-.615-.205-.927-.108-1.207.345-2.424.636-3.641.927-.41.097-1.132.43-1.552.345-.582-.13-1.185-1.002-1.605-1.4-.604-.572-1.207-1.154-1.81-1.725a317.788 317.788 0 0 0-2.77-2.607c-1.26 2.564-4.223 6.712-6.216 9.395l6.734 5.074 9.47 5.55 3.556 4.04c.215.14.42.28.635.42.13.086.259.183.388.258.173.108.27.291.42.399.259.183.658.27.96.323a2.79 2.79 0 0 0 1.077 0c.657-.13 1.379-.603 1.562-1.282 0 0 .593.108.657.108.28.01.56-.022.819-.108.819-.28 1.52-1.099 1.411-2.004 0 .043.733-.14.798-.162.41-.107.786-.269 1.056-.614.334-.43.377-.991.226-1.508-.022-.065.161-.183.205-.216.183-.15.366-.28.527-.452.151-.162.302-.334.431-.517.259-.367.464-.776.604-1.196.107-.334.215-.711.183-1.067-.043-.528-.356-.926-.668-1.325l.01.01Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M19.36 19.773c-.119.528.258 1.325-.13 1.94-.129.204-.42.818-.57 1.4a1.81 1.81 0 0 0-.022.797c.162.668 1.013 1.045 1.638 1.045 1.077 0 2.1-.517 2.898-1.217.797-.7 1.616-1.68 1.465-2.79-.14-1.067-1.088-1.843-2.047-2.306-.56-.27-1.497-.7-2.133-.453-.582.216-.97 1.045-1.1 1.595v-.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color31)" d="m35.586 14.418-4.956 4.536-.173.032-3.06-1.045-1.443-.517s-1.627-1.196-2.737-.528c-1.12.668-1.96.894-2.058.948l-.786.506s-.668.453-.614 1.498v1.4l-.431.809-.227.539s-.474.915.378 1.432c0 0 1.993.97 3.727-1.379 0 0 .399-.646.474-1.443l.636.053 2.887 1.38.916.495 1.595 1.638 3.114 3.329.323.614 1.12-.442c3.33-1.314 6.41-3.9 9.47-6.033-.71-5.064-5.86-7.132-8.155-7.811v-.011Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color3)" d="m30.166 18.89.463-.238s3.814 1.746 4.45 4.547v4.622l-.28.463-1.153.227c-.474-.517-.862-1.056-1.336-1.573.366.312.765.592 1.228.722.162.043.334.075.496.032.248-.054.43-.27.528-.496.237-.56.215-1.314.194-1.907a7.258 7.258 0 0 0-.313-1.864 6.744 6.744 0 0 0-2.025-3.135 8.857 8.857 0 0 0-1.347-.937l-.894-.464h-.011Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M23.767 38.531c.119.044.173.054 0 0Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M29.854 18.77s7.768 3.016 4.17 10.138c0 0 .14.56 1.249.41l5.786-3.545-1.056-6.174-1.735-1.217-3.663-2.618-2.92 1.745-1.842 1.25.01.01Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M24.058 21.26h.517l2.52 1.228 1.552.711 2.65 2.877s3.46 3.006 2.296 4.784l-1.002 1.616-1.681-2.586-.905-3.814-1.616-.291-3.038-2.877-1.293-1.648Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M21.428 37.032c.044.107.14.237.162.258.431.593 1.218.797 1.918.776.442-.01.883-.14 1.25-.399.377-.258.657-.635.905-1.023.194-.302.377-.625.55-.938.268-.517.44-1.077.096-1.605a1.278 1.278 0 0 0-.474-.42c-.14-.075-.474-.226-.625-.108-.161.13-.29.345-.42.496l-.84 1.002a6.68 6.68 0 0 1-1.164 1.11c-.41.301-.883.517-1.347.721-.032.022-.032.065 0 .13h-.01Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M25.22 33.94s-.075.075-.107.118c-.097.13-.205.248-.29.377-.227.388.085.797.42.991a.615.615 0 0 0 .333.108.51.51 0 0 0 .377-.183c.108-.108.237-.237.324-.356.086-.107.086-.226 0-.345a1.726 1.726 0 0 0-.27-.29 2.138 2.138 0 0 0-.377-.324c-.108-.075-.302-.194-.43-.107l.02.01Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m31.114 17.887-.053-.194s.808-.076.85-.076c.755.022 1.498.216 2.188.517 2.09.927 3.63 2.726 4.73 4.665.474.83.71 1.778.721 2.737 0 .485-.053.97-.183 1.433a7.32 7.32 0 0 1-.226.69c-.064.172-.118.42-.28.528-.205.129-.086-.28-.075-.388.107-.884.183-1.767.064-2.65-.097-.733-.312-1.445-.55-2.134-.355-1.013-.85-2.004-1.572-2.79a7.24 7.24 0 0 0-2.726-1.843c-.927-.355-1.896-.485-2.877-.495h-.01Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color11)" d="m34.982 14.244-3.921 3.448s6.583-.528 8.005 7.671c0 0 .377 6.077-3.717 5.387 0 0-.96.29 1.864.065a.432.432 0 0 0 .247-.087l5.775-3.803c2.963-9.255-6.012-12.12-8.242-12.68h-.01Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color16)" fill-rule="evenodd" d="M13.951 18.566s-1.863 4.558-4.148 7.09l-.258-.334 4.406-6.756Z" clip-rule="evenodd"/>
18
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M18.574 35.116c-.097.032.107.765.13.84.128.388.398.722.732.948.937.604 2.08.119 2.898-.452a10.95 10.95 0 0 0 1.95-1.713c.356-.399.765-.82.97-1.325.377-.938-.356-1.778-1.24-2.026-.204-.054-.463-.119-.678-.043-.334.118-.593.56-.819.819l-.894 1.012c-.345.388-.69.776-1.1 1.11-.602.485-1.249.625-1.96.84l.01-.01Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M23.497 31.86c-.032.022-.043.044-.065.076-.118.172-.248.345-.366.517-.108.162-.237.302-.302.496a.713.713 0 0 0 0 .495c.076.194.27.323.442.431.172.108.366.205.571.194.14 0 .27-.065.388-.14.345-.205.69-.528.916-.862.204-.302-.205-.765-.442-.948a1.374 1.374 0 0 0-1.056-.29c-.032 0-.054 0-.086.02v.011Zm-4.309-9.209c.021.183.635.097.754.097.237-.01.463-.043.7-.086.194-.032.431-.054.593-.183.118-.097.161-.248.204-.399.043-.15.108-.28.151-.42.097-.345-.054-.7-.43-.733-.41-.043-1.143-.021-1.37.41 0 0-.624.948-.581 1.325l-.021-.01Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M22.646 36.246s-.13.097-.14.108c-.043.043-.108.086-.15.129a3.144 3.144 0 0 1-1.692.743c-.474.054-.97 0-1.347-.312-.248-.215-.41-.517-.539-.819a3.871 3.871 0 0 1-.28-.991l4.396-3.426c-.14.506-.291.732-.582 1.066-.248.28-.55.496-.83.744a2.349 2.349 0 0 0-.603.873c-.021.064-.054.14-.065.204-.032.022-.064.032-.107.054-.097.043-.227.054-.323.119 0 0-.184.194-.13.194-.215-.011-.442-.022-.646.043-.205.064-.41.204-.474.409-.065.205 0 .431.086.625.043.086.097.172.162.248-.033-.108-.044-.237.032-.162a.327.327 0 0 1 .086.086c.205.194.41.388.614.604.01 0 .032.032.054.064.097.043.205.076.302.097.528.108 1.088-.021 1.54-.312.184-.119.42-.173.54-.345.031 0 .042-.043.075-.032l.021-.011Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M15.535 32.702s-.043.237-.043.28c-.01.097-.021.194-.021.28 0 .205 0 .41.032.603.13.722.819 1.38 1.552 1.455h.29c.302-.022.593-.108.895-.162.797-.15 1.594-.398 2.273-.873.355-.247.625-.549.894-.872.334-.399.7-.765 1.045-1.164.259-.312.507-.646.56-1.067.14-1.045-1.11-1.67-2.003-1.54-.614.086-1.056.528-1.509.894a26.06 26.06 0 0 0-1.163.98c-.151.13-.248.291-.442.302-.119 0-.237-.021-.356-.032h-.377l-1.627.905v.01Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M22.646 30.86c.065.13.097.27.054.388-.075.226-.302.366-.474.517-.205.183-.388.453-.668.517-.183.043-.388-.032-.55-.118a1.596 1.596 0 0 1-.42-.388c-.258-.345-.302-.711-.032-1.056.15-.194.312-.388.474-.571.15-.172.302-.248.528-.172.118.043.237.107.345.183.183.118.366.226.517.387.075.087.172.194.226.324v-.011Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M18.003 31.947c-.022-.065-.087-.108-.162-.14a1.098 1.098 0 0 0-.646-.054c-.216.043-.41.13-.604.216-.27.118-.625.226-.862.377-.118.075-.14.14-.107.183-.27.323-.237.916-.14 1.282.14.582.56 1.088 1.099 1.336.183.086.506.194.7.086-.399-.183-.744-.29-1.034-.646a2.361 2.361 0 0 1-.496-1.153c-.022-.15-.032-.313.043-.453a.731.731 0 0 1 .302-.269l.129-.065c.539 0 1.088-.14 1.53-.366.15-.075.312-.205.259-.334h-.011Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M12.174 29.662v.744c0 .237.118.517.205.732.161.388.409.744.721 1.024.108.097.227.183.356.258.28.173.603.291.937.324.367.032.744-.044 1.1-.119.3-.065.613-.118.915-.205.388-.107.83-.28 1.067-.635.194-.28.183-.679.064-.991a1.498 1.498 0 0 0-.775-.884c-.367-.172-.787-.172-1.175-.086-.323.064-.625.183-.937.27-.453.118-.905.15-1.336-.065-.15-.076-.323-.119-.474-.184-.216-.086-.463-.14-.679-.226l.022.043h-.011Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M15.621 30.587s1.175 1.25 1.185 1.25c0-.01-.452.194-.495.216-.442.15-1.056.161-1.433-.151-.302-.259-.463-.765-.075-1.034.118-.087.258-.13.398-.183.065-.022.377-.162.431-.087l-.01-.01Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M13.704 32.173a2.224 2.224 0 0 1-.69-.916c-.086-.227-.28-.679.043-.819.043-.022.086-.022.119-.022.452-.032 1.034.119 1.379-.172.13-.108.13-.01.172-.032 0 0 .076-.033.076-.043-.033-.227-.68.043-.798.032-.506-.043-.625-.097-1.045-.313-.248-.118-.765-.226-.786-.269.054.463-.097.722.172 1.4.356.895 1.11 1.725 2.123 1.735.032 0 .603.162 2.111-.387-2.111.56-2.596.021-2.876-.184v-.01Z"/>
27
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M27.645 31.884c.205.334.496.69.722 1.013.507.722 1.002 1.455 1.272 2.284a.338.338 0 0 0 .172.194c-.032 0 .032 0 0 0 .355 0 .733.01 1.034-.194.119-.086.313-.226.345-.366-.226.15-.366.172-.528.237-.388.183-.614-.043-.873-.388-.55-.722-1.034-1.53-1.476-2.327a7.041 7.041 0 0 1-.517-1.12c-.064-.195-.13-.389-.161-.593-.033-.173 0-.41-.087-.571-.129.161-.129.474-.14.668-.032.377.033.808.227 1.142 0 0 .01.021.021.032l-.01-.01Zm1.099-5.678s.463 2.726 2.112 4.019l.646.614-.086.086s-.345-.162-.517-.334l1.077 2.22s.162.355.916-.68l.495-.613-.301.55c-.291.527-.614.786-.916.947-.14.076-.237.119-.226.065l-2.037-3.35s-1.422-2.242-1.174-3.535l.01.011Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M23.691 21.474c-.021-.247.022-.43.065-.657.032-.172 1.153.366 1.314.431a49.98 49.98 0 0 1 2.425 1.153c.538.258 1.077.528 1.53.905.926.743 1.53 1.82 2.338 2.683.959 1.012 3.393 3.102 2.532 4.266-.098.13-.119.345-.195.485.097-.28.087-.657.12-.948.064-.668-.227-.894-.637-1.368a1182.814 1182.814 0 0 0-3.534-4.04c-1.195-1.358-3.189-2.166-4.837-2.877l-.905 1.486v-1.239c0-.053-.216-.183-.226-.28h.01Z"/>
29
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M19.285 33.153s-.086-.086-.119-.086c-.129-.022-.086.118-.043.194.14.215.323.409.528.56.119.097.259.183.399.248.043.021.15.086.215.053.13-.064-.086-.183-.14-.226a3.755 3.755 0 0 1-.679-.56c-.032-.032-.086-.118-.15-.183h-.011Zm.247.787c-.183-.14-.356-.376-.56-.473 0 .021 0 .054.01.064a.515.515 0 0 0 .097.119c.108.13.227.258.334.388.065.075.14.161.227.215a.373.373 0 0 0 .301.043c.119-.053-.053-.118-.097-.14a1.944 1.944 0 0 1-.312-.204v-.011Zm2.435 1.519-.399-.334c-.021.054.011.108.054.162.097.118.248.301.399.366.205.086.021-.14-.054-.194Zm-.269.064c-.086-.107-.14-.269-.28-.312-.033.032-.033.075-.022.119.01.043.032.075.054.107.065.097.13.194.215.27.044.032.227.161.238.032 0-.076-.151-.151-.205-.205v-.01Zm3.48 1.358a2.09 2.09 0 0 1-.927.786 2.263 2.263 0 0 1-1.411.13.444.444 0 0 1-.119-.076c-.161-.118-.387-.484-.624-.441.021.161.237.301.42.41-.216-.087-.614-.27-.571-.55.021-.14.15-.237.28-.313.054-.032.097-.064.14-.097a8.1 8.1 0 0 0 .582-.474c.226-.205.43-.463.678-.646.151-.227.345-.431.55-.625.356-.334.754-.657 1.024-1.056.086-.13.14-.334 0-.41-.668.669-1.272 1.38-1.93 2.048-.258.269-.538.527-.861.71-.29.162-.797.26-.959.572-.226.442.442.808.776.916.819.269 1.756.398 2.435-.065.15-.097.42-.313.528-.453.054-.064.345-.441.41-.538-.066.097-.281.107-.421.15v.022Zm-8.706-2.488c.076.097.162.183.226.291.022.032.043.075.065.097.032.032.065.043.108.065.064.032.13.054.183.086.312.14-.097-.27-.162-.323-.053-.054-.43-.582-.517-.496-.054.065.065.248.097.29v-.01Zm-2.628-2.435s.097.097.14.15c.108.119.355.313.366.485-.258-.086-.495-.334-.646-.55-.054-.075-.119-.182-.097-.28a.516.516 0 0 1 .15.12l.087.085v-.01Z"/>
30
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M28.205 36.74c.259.152.582-.064.787-.225.14-.108.883-.69.538-.895-.161-.097-.463.474-.56.571-.226.237-.506.367-.765.55Zm2.316-2.134s.098-.032.14-.043c.054-.021.098-.032.151-.053.097-.044.194-.087.28-.14a1.21 1.21 0 0 0 .442-.431c.043-.076.076-.151.108-.227.022-.043 0-.086-.054-.097-.021 0-.043.033-.054.054-.032.043-.075.086-.107.13-.076.086-.14.172-.227.258a2.78 2.78 0 0 1-.538.463.685.685 0 0 1-.151.086h.01Zm2.339-4.102c.344-.399.721-.916.387-1.4.13.495-.043.99-.388 1.4Zm.506.01a.86.86 0 0 0 .162-.227c.064-.118.107-.237.15-.355.011-.032.033-.065.044-.086a2.567 2.567 0 0 1-.119.57.38.38 0 0 1-.043.098.76.76 0 0 1-.108.086c-.097.054-.205.118-.323.14 0 0 .022-.01.022-.022.032-.032.075-.053.107-.086.043-.032.076-.075.119-.108l-.011-.01Z"/>
31
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M23.55 21.777a2.535 2.535 0 0 0-.689-2.822s.259-.108.755.581l.183.518.42.118s.258-.28 0-.873c0 0 .366.712.118 1.175l.227-.302h.312s.27-.237.15-.765c0 0 .206.086.033.711l.065-.377.495.313s.916-.464 1.229-1.929c-.011.054.032.14.032.205 0 .118-.021.237-.054.345a2.08 2.08 0 0 1-.323.657c-.237.334-.56.625-.884.862l1.907 1.336 1.573 1.12.647.528c.194.15.668.69.927.593a.584.584 0 0 0 .258-.227c.162-.226.248-.495.334-.765.248-.808.399-1.713.086-2.5.227.367.323.798.323 1.23 0 .85-.323 1.798-.99 2.359.409-.011.775-.27 1.001-.604.302-.43.464-1.056.399-1.573-.032-.29-.15-.56-.259-.83-.097-.247-.194-.506-.312-.732-.043-.075-.097-.15-.183-.15.215.355.452.7.625 1.066.107.226.204.474.269.722.065.28.065.538.075.808 0 0 .151 2.111-1.605 2.65l-1.724-1.584c-.312-.28-.7-.517-1.045-.743a15.963 15.963 0 0 0-1.174-.69 26.434 26.434 0 0 0-1.358-.668c-.258-.118-.506-.247-.776-.366-.15-.065-.592-.302-.732-.162-.033.033-.054.087-.076.13-.097.215-.172.442-.28.657l.022-.022Z"/>
32
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M23.626 20.892c.28 1.034-.399 2.047-1.282 2.618-.84.55-2.435 1.163-3.168.194a1.064 1.064 0 0 1-.183-.345c-.032-.119.022-.356-.032-.453.15.27.463.442.786.485 1.433.216 2.985-.765 3.664-1.896a1.45 1.45 0 0 0 .215-.614v.01Zm-2.143-2.002h.15c.13-.055.044-.13-.032-.152a2.155 2.155 0 0 0-.71-.075c-.152 0-.313.021-.475.054-.054.01-.183.032-.226.075-.108.108.14.075.215.065.291-.033.582-.033.851 0 .043 0 .13.021.205.032h.022Zm-.529-.378c.226 0 .485.053.711 0 0-.011-.021-.033-.032-.033-.032-.021-.086-.021-.14-.021l-.463-.065c-.098-.01-.194-.032-.302-.01-.108.02-.226.053-.302.14-.097.096.097.042.151.032.13-.022.248-.033.377-.033v-.01Z"/>
33
+ <path fill="var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" d="M8.682 12.586C7.314 15.916 1.744 23.23.483 24.858c.722.409 1.444.818 2.166 1.217.927.517 1.832 1.078 2.758 1.573l2.683-.506c.905-.798 1.67-1.767 2.392-2.737a40.797 40.797 0 0 0 3.706-6.087l-5.506-5.732Z" clip-rule="evenodd"/>
34
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M5.106 26.12c-.679-.054-1.228-.625-1.228-1.272 0-.646.55-1.12 1.228-1.066.679.053 1.228.624 1.228 1.27 0 .647-.55 1.121-1.228 1.067Z"/>
35
+ </svg>
36
+ `;
@@ -0,0 +1,16 @@
1
+ export default `<svg id="tnt-Dot-Help" 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 39.897 26.502-4.733c.164-.03.17-.261.01-.303l-16.618-4.14a1.534 1.534 0 0 0-.608-.027L.425 33.918a.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.477 10.575a.793.793 0 0 1 .311.05 1.032 1.032 0 0 1 .505.416c.062.097.107.204.135.317l.494 2.146-32.089 1.932-.414-2.386a.834.834 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.436 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.436h-.002Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M13.446 36.3a.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_Color9)" d="M31.857 17.923c.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="M30.268 20.322a3.173 3.173 0 0 1 .44.678c.059.125.11.252.154.386.044.135.081.274.113.418a3.307 3.307 0 0 1 .067.567 2.2 2.2 0 0 1-.1.725 2.188 2.188 0 0 1-.268.581c-.038.056-.08.115-.123.174-.044.06-.091.121-.143.183l-.16.192a46.357 46.357 0 0 0-.323.363 3.837 3.837 0 0 0-.127.15l-.111.139a4.208 4.208 0 0 0-.095.129 1.792 1.792 0 0 0-.297.737 1.288 1.288 0 0 0-.014.178 2.09 2.09 0 0 0 .032.39l-1.818.171a3.638 3.638 0 0 1-.047-.608c.002-.093.008-.187.018-.274a1.74 1.74 0 0 1 .047-.253 3.285 3.285 0 0 1 .143-.446c.028-.068.057-.131.087-.19.03-.06.064-.116.1-.169.035-.053.073-.107.114-.166.042-.06.087-.12.139-.185l.16-.202c.058-.071.12-.142.185-.22.047-.053.09-.105.132-.154a5.762 5.762 0 0 0 .218-.278c.032-.041.06-.083.085-.12a1.24 1.24 0 0 0 .135-.246 1.483 1.483 0 0 0 .119-.428 1.382 1.382 0 0 0-.002-.325 2.038 2.038 0 0 0-.111-.468 1.509 1.509 0 0 0-.285-.478 1.381 1.381 0 0 0-.438-.327 1.466 1.466 0 0 0-.262-.095 1.637 1.637 0 0 0-.287-.047 2.07 2.07 0 0 0-.933.146 1.49 1.49 0 0 0-.49.333 1.81 1.81 0 0 0-.2.238 2.804 2.804 0 0 0-.327.616 4.543 4.543 0 0 0-.127.379l-1.722-.642a4.11 4.11 0 0 1 .395-1.04 3.251 3.251 0 0 1 .646-.822c.128-.12.267-.227.42-.32.152-.093.315-.172.491-.24a3.77 3.77 0 0 1 .563-.162 5.403 5.403 0 0 1 1.607-.067 3.936 3.936 0 0 1 .866.2c.135.047.264.103.386.166a3.216 3.216 0 0 1 .67.452c.101.087.194.184.282.287l-.004-.006Zm-.791 7.202a1.129 1.129 0 0 1 .303.34c.04.067.073.136.101.213a1.527 1.527 0 0 1 .1.484 1.02 1.02 0 0 1-.071.422.942.942 0 0 1-.24.337.837.837 0 0 1-.171.117 1.163 1.163 0 0 1-.436.124 1.527 1.527 0 0 1-.484-.027 1.141 1.141 0 0 1-.713-.53 1.245 1.245 0 0 1-.101-.213 1.818 1.818 0 0 1-.07-.244 1.408 1.408 0 0 1-.015-.476 1.15 1.15 0 0 1 .057-.204.857.857 0 0 1 .416-.448c.064-.031.133-.06.208-.079a1.496 1.496 0 0 1 .486-.047 1.25 1.25 0 0 1 .438.114c.067.032.13.074.192.12v-.003Z"/>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="a">
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
16
+ `;
@@ -0,0 +1,26 @@
1
+ export default `<svg id="tnt-Dot-Lock" 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="m2.856 36.3 3.102-.035.504 2.438-3.606.006V36.3v.002Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M1.254 35.005v2.323l1.605 1.381v-2.386l-1.605-1.318Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m7.873 38.983 4.287-.223v2.532l-4.287.102v-2.411Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m7.87 38.975-1.679-1.081.012 2.323 1.67 1.171v-2.415l-.003.002Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m37.977 37.635 3.594-.184v2.31l-3.593.083v-2.21Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m37.977 37.643-1.603.082.01 1.596 1.595.52v-2.198h-.002Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color28)" d="M7.195 5.767 43.88 7.569v30.195L7.195 39.116V5.766Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m10.121 8.47 30.833 1.51v25.298l-30.833 1.134V8.47ZM.669 10.16l6.527-4.393v33.349L.669 35.848V10.161Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m10.582 9.153 29.922 1.445v24.18L10.582 35.86V9.153Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m12.395 11.307 26.457 1.234v20.686l-26.457.926V11.307Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M15.023 17.602h-1.576v11.042h1.576V17.603Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M15.581 18.064h-1.575v11.042h1.575V18.064Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M15.387 18.464h-.225v9.822h.225v-9.822Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M19.506 22.944c-.173 4.205 3.063 7.573 7.003 7.52 3.714-.052 6.683-3.158 6.822-6.935.137-3.767-2.584-7.095-6.266-7.456-3.904-.386-7.387 2.677-7.56 6.871Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M20.312 22.978c-.17 4.177 3.028 7.528 6.923 7.476 3.671-.05 6.609-3.14 6.748-6.896.137-3.747-2.554-7.057-6.196-7.413-3.862-.382-7.304 2.664-7.475 6.833Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m22.117 20.325 1.162.733c.092-.186.193-.367.307-.538l-1.139-.718c-.213-.134-.462-.127-.552.018-.092.144.01.37.222.507v-.002Zm.667 2.72c0-.035.005-.074.007-.11h-1.426c-.254 0-.458.14-.458.31 0 .17.204.31.458.31h1.424a5.527 5.527 0 0 1-.005-.51Zm1.89-3.682c.166-.125.339-.237.52-.338l-.634-1.072c-.128-.218-.352-.323-.5-.236-.148.088-.162.334-.034.552l.648 1.094Zm2.967-.883v-1.202c0-.254-.139-.458-.31-.458-.17 0-.308.204-.308.458v1.202c.204-.014.41-.014.618 0Zm3.855 2.85 1.225-.665c.222-.121.336-.341.253-.491-.08-.15-.327-.175-.55-.054l-1.201.652c.103.178.193.366.271.557l.002.002Zm-1.617-2.037.619-1.115c.123-.222.1-.466-.05-.55-.15-.082-.37.03-.493.25l-.605 1.087c.183.097.358.207.527.328h.002ZM23.16 25.16l-1.22.664c-.221.121-.336.34-.253.491.081.15.328.175.55.054l1.197-.65a4.727 4.727 0 0 1-.273-.557v-.002Zm10.14-2.224h-1.424c.01.163.013.33.006.495 0 .043-.009.083-.01.123H33.3c.253 0 .457-.138.457-.309 0-.17-.204-.31-.457-.31Zm-.754 3.229-1.17-.738a5.053 5.053 0 0 1-.306.538l1.146.722c.213.135.462.128.552-.018.092-.143-.009-.37-.222-.507v.003Zm-5.236 1.857c-.097 0-.191-.011-.287-.018v1.206c0 .254.139.458.309.458.17 0 .31-.204.31-.458v-1.206c-.11.007-.22.016-.332.016v.002Zm2.675-.904a4.58 4.58 0 0 1-.516.343l.637 1.077c.127.217.352.323.5.235.148-.087.161-.334.033-.552l-.652-1.103h-.002Zm-5.205.082-.617 1.11c-.124.221-.101.466.049.549.15.083.37-.03.493-.25l.606-1.09a4.668 4.668 0 0 1-.53-.32h-.002Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M22.784 23.084c-.11 2.733 1.96 4.965 4.525 4.976 2.469.013 4.476-2.045 4.572-4.59.095-2.544-1.749-4.755-4.204-4.95-2.552-.204-4.786 1.834-4.893 4.564Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M23.046 23.054c-.103 2.602 1.866 4.725 4.31 4.739 2.35.011 4.263-1.947 4.353-4.37.09-2.42-1.666-4.526-4.003-4.712-2.429-.193-4.555 1.746-4.66 4.343Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M24.214 24.041c-.065 1.624 1.158 2.956 2.696 2.976 1.502.02 2.743-1.227 2.8-2.78.06-1.555-1.08-2.88-2.578-2.968-1.532-.09-2.855 1.15-2.918 2.772Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M24.726 23.163c-.063 1.617 1.148 2.951 2.675 2.983 1.492.029 2.72-1.202 2.781-2.752.058-1.547-1.074-2.877-2.559-2.973-1.52-.1-2.832 1.128-2.895 2.742h-.002Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m27.54 19.218-1.336 1.03a.483.483 0 0 0-.164.199l-.365.82 1.635-.43.233-1.617-.002-.002Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M27.603 20.899c-1.442-.088-2.682 1.018-2.864 2.51-.005-.084-.018-.162-.014-.245.063-1.615 1.375-2.84 2.896-2.743 1.484.097 2.617 1.427 2.558 2.974-.002.08-.022.155-.031.233-.058-1.442-1.137-2.644-2.547-2.729h.002Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m28.148 19.688.1.446c.089.408-.176.799-.528.776l-.233-.016c-.354-.022-.594-.45-.469-.847l.135-.433c.177-.57.865-.516.995.074Z"/>
25
+ </svg>
26
+ `;
@@ -0,0 +1,21 @@
1
+ export default `<svg id="tnt-Dot-Mission" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color11)" d="m27.46 35.178.642-8.62-8.824 7.16 3.002 7.026a.936.936 0 0 0 1.604.202l2.746-3.585c.483-.631.772-1.39.83-2.182Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M27.791 30.751a16.788 16.788 0 0 1-1.905 1.861c-1.477 1.217-.734 4.503-2.03 5.912l-1.229 1.338c-.164.178-.366.29-.577.34l-2.77-6.485 8.823-7.16-.312 4.194Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M22.183 12.118C11.823 20.138 5.382 28.61 4.63 33.189c-.133 4.532 3.899 6.979 6.239 7.18 3.786-.424 9.368-5.618 16.255-11.262C35.89 21.923 46.21 5.7 43.656 3.016c-2.414-2.537-9.92.156-21.473 9.102Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M25.034 30.754c.57-6.868-4.188-9.747-7.85-11.075-.29-.105-.469.277-.214.452 2.689 1.839 5.919 4.592 6.256 7.884.407 3.97 1.474 2.739 1.808 2.739Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M43.49 2.856c.058.05.113.103.166.159 2.554 2.684-7.765 18.907-16.532 26.092-6.887 5.643-12.469 10.837-16.255 11.261-2.34-.201-6.372-2.648-6.239-7.18.549-3.34 4.128-8.756 10.05-14.556-.886 5.024-.662 9.793 3.964 12.379l9.075-6.35.198-.136a5.816 5.816 0 0 0 2.31-6.425l8.857-6.203c2.392-2.3 3.929-6.395 4.406-9.04Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M33.777 4.45c5.033-2.583 8.405-2.983 9.879-1.434 1.036 1.09-.048 4.408-2.287 8.448-.099-1.133-.504-2.388-1.45-3.627-1.418-1.858-3.904-2.874-6.142-3.387Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M41.197 11.823c2.5-4.404 3.542-7.667 2.457-8.807a2.32 2.32 0 0 0-.164-.157c.133 1.839-1.226 4.525-2.576 6.712.432 1.075.358 1.347.283 2.252Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M6.45 28.713c2.011-.345 4.545.58 6.53 2.585 2.183 2.207 3.05 5.067 2.364 7.147-1.687 1.08-3.185 1.779-4.475 1.923-2.34-.201-6.372-2.649-6.239-7.18.203-1.236.821-2.756 1.82-4.475Z"/>
10
+ <ellipse cx="8.061" cy="36.3" fill="var(--sapContent_Illustrative_Color1)" rx="4.046" ry="1.921" transform="rotate(49.245 8.06 36.3)"/>
11
+ <path fill="var(--sapContent_Illustrative_Color11)" d="m3.403 18.97 2.306-1.769a6.972 6.972 0 0 1 3.95-1.435l8.309-.351c-.34 3.554-6.483 7.779-7.74 8.206l-6.534-2.579a1.202 1.202 0 0 1-.29-2.072Z"/>
12
+ <ellipse cx="22.881" cy="28.264" fill="var(--sapContent_Illustrative_Color11)" rx="1.758" ry="6.084" transform="rotate(50.927 22.88 28.264)"/>
13
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M37.996 18.689c-1.727 2.718-4.717 3.655-6.895 2.27-2.178-1.384-2.53-4.501-.802-7.22 1.604-2.272 4.412-3.475 6.818-2.272 2.178 1.384 2.607 4.504.88 7.222Z"/>
14
+ <ellipse cx="35.025" cy="16.793" fill="var(--sapContent_Illustrative_Color2)" rx="3.435" ry="4.251" transform="rotate(32.437 35.025 16.793)"/>
15
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M32.541 14.38c.3-.363.636-.672.99-.923l4.852 1.783a4.3 4.3 0 0 1-.043 1.27l-5.799-2.13Zm5.635 2.783a5.508 5.508 0 0 1-1.322 2.176l-5.541-2.036c.062-.775.33-1.593.812-2.353l.006-.009 6.045 2.222Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M37.616 13.429c1.36 1.12 1.54 3.38.36 5.239-1.26 1.981-3.59 2.755-5.205 1.729a2.86 2.86 0 0 1-.21-.148c1.726.15 3.522-.7 4.565-2.34.898-1.415 1.028-3.086.49-4.48Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M.082 43.283c4.898-2.11 14.296-7.07 11.762-9.856C8.23 29.45 2.008 40.822.082 43.283Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M12.963 31.289c2.411 2.436 2.981 5.41 2.428 7.12-1.676 1.175-3.357 1.818-4.538 1.95-.594-.052-1.298-.248-2.014-.586l.289-.332c.641.232 1.203.221 1.56-.087.804-.693.273-2.627-1.186-4.32-1.459-1.692-3.293-2.503-4.097-1.81-.382.33-.462.94-.285 1.67l-.282.268a6.879 6.879 0 0 1-.223-1.983c.188-1.151.702-2.58 1.808-4.481 2.078-.611 4.388.415 6.54 2.59Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M17.946 15.595c-.523 3.515-6.482 7.606-7.717 8.027L3.257 20.87a.936.936 0 0 1-.227-1.613l.376-.288c2.988 1.927 8.72 3.118 14.54-3.374Z"/>
20
+ </svg>
21
+ `;
@@ -0,0 +1,20 @@
1
+ export default `<svg id="tnt-Dot-MissionFailed" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color11)" d="m11.191 12.081 1.95 9.142 6.986-10.107-5.247-6.383a1.012 1.012 0 0 0-1.726.277l-1.762 4.554a4.42 4.42 0 0 0-.201 2.517Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M11.754 14.72c-.33-1.506-.273-3.392 0-4.023.503-1.166.886-1.816 1.803-3.671l.87-1.761a1.14 1.14 0 0 1 .468-.515l5.231 6.367-6.986 10.107-1.386-6.504Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M12.572 18.578c-.303-1.005 1.068-2.468 2.297-4.098a78.271 78.271 0 0 0 2.248-3.186c.277-.434.485-.902.575-1.262.09-.36.333-1.102.537-1.219l2.169 2.633-7.155 10.184-.671-3.052Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M26.838 1.66c2.49-.5 7.417.816 8.653 5.56.61 4.979-3.507 15.727-11.825 27.194-2.145 2.957-4.167 5.5-6.048 7.642l-1.629-.678-2.192 3.062h-2.335l-1.012-2.473-2.023.673-2.5-2.517-2.346 2.593c1.337-7.26 5.334-17.903 9.803-24.437C18.82 10.333 23.037 3.25 26.838 1.66Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M15.053 15.893c1.26 6.499 6.175 7.874 9.73 8.112.282.019.34-.383.072-.475-2.832-.973-6.373-2.645-7.514-5.596-1.375-3.558-1.995-2.132-2.288-2.041Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M26.838 1.66c2.49-.5 7.417.816 8.653 5.56.444 3.633-1.418 5.013-1.627 3.12-.605-5.483-2.951-2.18-8.536-3.46l-6.625 9.036-4.359 5.982c-1.727 2.1-1.409 5.486-.96 7.247 0 0 .545 9.763-3.394 10.978-1.014.537-.873 2.288-.873 2.288l-.693.228c-.924-.932-1.623-1.63-2.497-2.516L3.58 42.715c1.338-7.26 5.334-17.903 9.803-24.436C18.82 10.333 23.037 3.25 26.838 1.66Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M34.96 12.416c-1.983.968-4.894.777-7.56-.702-2.936-1.629-4.704-4.334-4.623-6.7C24.2 3.38 25.543 2.2 26.838 1.66c2.49-.5 7.416.816 8.653 5.56.164 1.344-.016 3.11-.53 5.196Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M24.822 7.23c-.268.45-.435.77-.82 1.477-.757-1.111-1.262-2.251-1.226-3.694 1.467-1.764 3.398-3.404 4.334-3.396.937.008-2.288.816-1.674 3.202.122.949-.346 1.96-.614 2.41Zm2.493-4.578c.624-.962 2.773-.677 4.8.637 2.028 1.314 3.166 3.16 2.542 4.123-.624.963-2.774.678-4.801-.636-2.028-1.315-3.166-3.16-2.541-4.124Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M33.364 4.268c1.209 1.141 1.773 2.403 1.293 3.144-.59.911-2.547.704-4.473-.434.698.408.865.183 2.473-.433 1.413-.542 1.738-1.235.707-2.277ZM29.443 6.49c.275.187.489.333.666.442-.084-.051-.17-.102-.254-.157a9.217 9.217 0 0 1-.412-.285Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color11)" d="m41.127 21.736-1.903 2.5a7.54 7.54 0 0 1-3.715 2.619l-8.57 2.724c-.654-3.804 4.557-9.956 5.747-10.758l7.55.836a1.3 1.3 0 0 1 .891 2.08Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M37.026 25.612a.084.084 0 0 0 .02-.008c.44-.277.74.092.304.376a7.536 7.536 0 0 1-1.84.874l-8.57 2.725c-.182-1.398.185-2.585.672-3.72l3.346.728c1.45.268 4.125-.376 6.068-.975Z"/>
13
+ <ellipse cx="18.044" cy="17.866" fill="var(--sapContent_Illustrative_Color11)" rx="1.901" ry="6.579" transform="rotate(-145.366 18.044 17.866)"/>
14
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M16.479 16.787c2.065-2.99 4.44-4.93 5.303-4.333-1.675 1.061-2.294 1.952-4.36 4.942-2.309 3.343-2.464 3.892-2.595 4.331-.274.913-.135 1.781-.523 1.553-.864-.597.11-3.504 2.175-6.494Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M5.258 32.39c.968-3.345 3.787-5.225 6.468-4.449 2.68.776 3.99 3.905 3.023 7.25-.976 2.846-3.525 4.947-6.388 4.428-2.68-.776-4.071-3.884-3.103-7.229Z"/>
16
+ <ellipse cx="8.92" cy="33.456" fill="var(--sapContent_Illustrative_Color2)" rx="3.714" ry="4.596" transform="rotate(-163.856 8.92 33.456)"/>
17
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M8.916 35.914 6.868 37.1l.954-1.315-1.283-1.326 1.283-.481v-2.145l3.253-2.398-.512 3.694 1.18 1.897-1.808 2.632-.613.234 1.753-3.218-1.096-1.545 1.096-3.694-2.842 2.783v2.241l-1.062.111 1.745 1.345Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M7.249 37.735c-1.751-.75-2.624-3.042-1.962-5.329.706-2.438 2.89-3.949 4.877-3.373.09.026.177.056.263.09-1.838.367-3.443 1.794-4.028 3.814-.503 1.74-.131 3.514.85 4.798Z"/>
19
+ </svg>
20
+ `;
@@ -0,0 +1,11 @@
1
+ export default `<svg id="tnt-Dot-NoApplications" 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)" fill-rule="evenodd" d="m11.054 37.032 24.497-4.318c.153-.027.158-.24.01-.277L20.2 28.659a1.437 1.437 0 0 0-.563-.025L.297 31.576a.344.344 0 0 0-.094.655L10.5 36.958c.173.08.369.105.557.07l-.002.004Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M36.394 10.273a.745.745 0 0 1 .287.046.949.949 0 0 1 .592.67l.456 1.957L8.07 14.71l-.383-2.178a.752.752 0 0 1 .01-.327.714.714 0 0 1 .38-.465.836.836 0 0 1 .322-.083l27.996-1.384Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m8.066 14.71 29.66-1.762 3.811 16.365a.95.95 0 0 1 .018.318.732.732 0 0 1-.093.275.617.617 0 0 1-.454.298L12.33 33.752a.9.9 0 0 1-.67-.186 1.001 1.001 0 0 1-.24-.262.925.925 0 0 1-.13-.34L8.067 14.71h-.002Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color21)" d="m17.874 16.256 11.44-.622a.862.862 0 0 1 .75.372.668.668 0 0 1 .107.255l1.979 10.025a.642.642 0 0 1-.32.686.673.673 0 0 1-.271.088l-11.453 1.365a.976.976 0 0 1-.63-.15.74.74 0 0 1-.332-.488l-1.95-10.77a.585.585 0 0 1 .014-.279.632.632 0 0 1 .133-.237.684.684 0 0 1 .23-.168.889.889 0 0 1 .303-.077Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M12.333 33.752a.934.934 0 0 1-.356-.027.98.98 0 0 1-.685-.763L8.07 14.709l-.382-2.177a.738.738 0 0 1 .059-.461.642.642 0 0 1 .078-.127l-.485.624a1.26 1.26 0 0 0-.08.125.707.707 0 0 0-.059.456l.379 2.154 3.167 18.051c.02.123.066.236.128.337a.98.98 0 0 0 .547.417.854.854 0 0 0 .352.028l28.419-3.545.817-.389-28.677 3.549v.001Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color17)" d="m42.74 32.933-.712.454-.023.015c-.008.003-.017.01-.023.014a.113.113 0 0 0-.021.015c-.008.003-.017.01-.024.014a4.935 4.935 0 0 1-2.282.693c-.09.005-.184.007-.275.009-.092 0-.185 0-.279-.008-.093-.007-.187-.01-.28-.021a5.926 5.926 0 0 1-1.667-.418 6.566 6.566 0 0 1-2.216-1.505 6.932 6.932 0 0 1-1.086-1.449 6.694 6.694 0 0 1-.66-1.668 6.113 6.113 0 0 1-.168-1.72c.012-.284.05-.563.106-.836a5.153 5.153 0 0 1 .555-1.495 4.698 4.698 0 0 1 .969-1.205l.628-.56a4.77 4.77 0 0 0-.976 1.217 5.046 5.046 0 0 0-.557 1.51 5.669 5.669 0 0 0-.084 1.71c.027.292.077.583.148.872.072.29.163.577.273.861a6.994 6.994 0 0 0 2.174 2.904 6.696 6.696 0 0 0 1.555.91 6.078 6.078 0 0 0 1.684.427 4.894 4.894 0 0 0 .564.029c.093 0 .185-.004.278-.007a5.982 5.982 0 0 0 .815-.108c.178-.037.352-.086.52-.142.171-.056.336-.123.499-.195a4.47 4.47 0 0 0 .47-.25l.024-.014c.01-.004.017-.011.022-.015a.093.093 0 0 0 .022-.014.13.13 0 0 0 .024-.017"/>
8
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M42.428 23.446c.307.246.593.517.853.81a7.2 7.2 0 0 1 .702.933 6.72 6.72 0 0 1 .877 2.136 6.079 6.079 0 0 1 .126 1.678 5.358 5.358 0 0 1-.348 1.591 4.963 4.963 0 0 1-.8 1.37 4.672 4.672 0 0 1-1.665 1.275 5.125 5.125 0 0 1-2.112.45c-.093 0-.187 0-.28-.008a5.535 5.535 0 0 1-1.134-.172 6.146 6.146 0 0 1-.834-.276 6.698 6.698 0 0 1-2.24-1.521 7.129 7.129 0 0 1-1.097-1.467 6.832 6.832 0 0 1-.665-1.687 6.235 6.235 0 0 1-.17-1.738 5.596 5.596 0 0 1 .333-1.646c.096-.256.213-.502.345-.735.131-.236.283-.454.454-.66a4.687 4.687 0 0 1 1.192-1.039 4.932 4.932 0 0 1 2.268-.708 5.47 5.47 0 0 1 1.1.041c.367.05.73.136 1.087.255.357.12.705.271 1.042.456.337.186.661.4.971.647v.006l-.005.009Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M38.971 24.637a.477.477 0 0 1 .33.106.568.568 0 0 1 .12.134c.034.05.058.109.07.17l.48 2.326 2.224-.188a.428.428 0 0 1 .172.021.509.509 0 0 1 .275.217.476.476 0 0 1 .073.345.39.39 0 0 1-.174.26.376.376 0 0 1-.157.05l-2.226.195.486 2.351a.454.454 0 0 1 .001.18.407.407 0 0 1-.064.153.377.377 0 0 1-.278.163.413.413 0 0 1-.176-.02.532.532 0 0 1-.35-.394l-.482-2.358-2.273.199a.423.423 0 0 1-.177-.022.54.54 0 0 1-.354-.394.418.418 0 0 1 .066-.331.384.384 0 0 1 .284-.16l2.271-.193-.478-2.333a.405.405 0 0 1 .181-.43.363.363 0 0 1 .16-.047h-.004Z"/>
10
+ </svg>
11
+ `;
@@ -0,0 +1,11 @@
1
+ export default `<svg id="tnt-Dot-NoFlows" 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)" fill-rule="evenodd" d="m11.055 37.563 24.497-4.455c.152-.028.157-.246.009-.286L20.2 28.925a1.393 1.393 0 0 0-.563-.026L.297 31.934c-.343.054-.409.526-.094.676L10.5 37.486a.907.907 0 0 0 .557.073l-.001.004Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M36.394 9.958a.722.722 0 0 1 .287.047.968.968 0 0 1 .467.392c.057.09.1.192.125.298l.456 2.02-29.66 1.82-.383-2.247a.8.8 0 0 1 .01-.338.72.72 0 0 1 .38-.48.817.817 0 0 1 .322-.085l27.996-1.427Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m8.066 14.533 29.66-1.817 3.811 16.881c.026.114.03.226.018.329a.77.77 0 0 1-.093.283.605.605 0 0 1-.454.308l-28.677 3.66a.874.874 0 0 1-.356-.028.867.867 0 0 1-.315-.164 1.025 1.025 0 0 1-.24-.27.973.973 0 0 1-.13-.351L8.068 14.533h-.002Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M12.333 34.178a.907.907 0 0 1-.67-.192 1 1 0 0 1-.37-.623L8.07 14.534l-.382-2.246a.784.784 0 0 1 .059-.476.667.667 0 0 1 .078-.13l-.485.643a1.14 1.14 0 0 0-.08.129.75.75 0 0 0-.059.47l.379 2.222 3.167 18.622a1.002 1.002 0 0 0 .364.616.98.98 0 0 0 .311.162.828.828 0 0 0 .352.028l28.419-3.656.817-.402-28.677 3.66v.002Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color17)" d="m42.74 33.334-.712.468-.023.015a.091.091 0 0 0-.023.015.11.11 0 0 0-.021.014c-.008.004-.017.012-.024.015a4.837 4.837 0 0 1-2.282.714c-.09.007-.184.008-.275.01-.092 0-.185 0-.279-.007-.093-.008-.187-.011-.28-.023a5.75 5.75 0 0 1-1.667-.43 6.545 6.545 0 0 1-1.539-.925 6.81 6.81 0 0 1-.677-.628 7.186 7.186 0 0 1-1.475-2.337 6.654 6.654 0 0 1-.44-2.653c.013-.293.05-.58.107-.862a5.44 5.44 0 0 1 .555-1.543 4.755 4.755 0 0 1 .969-1.242l.628-.579a4.862 4.862 0 0 0-.976 1.256 5.335 5.335 0 0 0-.557 1.558 6.021 6.021 0 0 0-.084 1.764c.027.3.077.601.148.9.072.298.163.595.273.888a7.253 7.253 0 0 0 1.49 2.364 6.882 6.882 0 0 0 1.44 1.16c.26.157.526.293.8.41.272.118.55.211.833.286a5.61 5.61 0 0 0 1.414.184c.093 0 .185-.003.278-.007a5.785 5.785 0 0 0 .815-.112c.178-.037.352-.088.52-.146a4.428 4.428 0 0 0 .969-.459l.024-.014c.01-.004.017-.012.022-.015a.14.14 0 0 0 .022-.015.13.13 0 0 0 .024-.017"/>
7
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M42.428 23.546c.307.254.593.534.853.836.26.302.495.625.702.963.207.34.384.696.53 1.065.147.367.265.75.347 1.138a6.473 6.473 0 0 1 .126 1.731 6.08 6.08 0 0 1-.115.84 5.658 5.658 0 0 1-.233.802 5.194 5.194 0 0 1-.8 1.412 4.68 4.68 0 0 1-2.163 1.517 5.012 5.012 0 0 1-1.614.263c-.093 0-.187 0-.28-.008a5.397 5.397 0 0 1-1.134-.177 6.03 6.03 0 0 1-.834-.285 6.617 6.617 0 0 1-1.555-.937 7.142 7.142 0 0 1-1.282-1.352 7.162 7.162 0 0 1-1.165-2.533 6.634 6.634 0 0 1-.17-1.793 5.945 5.945 0 0 1 .333-1.698c.096-.265.213-.519.345-.76.131-.242.283-.468.454-.68a4.762 4.762 0 0 1 2.658-1.683 5.052 5.052 0 0 1 1.902-.077c.367.053.73.14 1.087.263.357.124.705.28 1.042.47.337.193.661.413.971.668v.006l-.005.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M38.971 24.777a.456.456 0 0 1 .33.11c.046.04.088.086.12.138a.522.522 0 0 1 .07.176l.48 2.397 2.226-.194a.414.414 0 0 1 .172.022.471.471 0 0 1 .154.088.62.62 0 0 1 .12.138.526.526 0 0 1 .074.356.407.407 0 0 1-.06.155.347.347 0 0 1-.116.11.349.349 0 0 1-.157.05l-2.228.202.486 2.427a.483.483 0 0 1-.06.343.385.385 0 0 1-.279.168.401.401 0 0 1-.176-.02.524.524 0 0 1-.28-.228.544.544 0 0 1-.07-.179l-.483-2.434-2.272.205a.44.44 0 0 1-.177-.02.5.5 0 0 1-.16-.088.559.559 0 0 1-.192-.32.449.449 0 0 1 .066-.34.374.374 0 0 1 .284-.166l2.27-.2-.477-2.405a.431.431 0 0 1 .064-.334.392.392 0 0 1 .117-.11.348.348 0 0 1 .16-.049l-.006.002Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color21)" d="m25.83 23.284 2.261-.245c.24-.028.386-.26.339-.52l-.297-1.533-.042-.223 3.954-.34c.313.826 1.023 1.437 1.812 1.567.155.023.316.031.477.017.012-.004.026-.004.038-.004.086-.008.17-.023.251-.043.97-.245 1.553-1.265 1.336-2.397-.235-1.213-1.308-2.11-2.411-2.015v.006h-.032c-.983.102-1.656.97-1.636 2.019v.01l-3.95.338-.227-1.175c-.05-.256-.277-.445-.52-.426h-.006l-5.687.426c-.241.026-.394.257-.345.52l.27 1.324-3.867.287v-.004c-.384-1.024-1.372-1.722-2.387-1.635l-.03.002c-1.168.12-1.917 1.24-1.674 2.499.235 1.242 1.354 2.156 2.5 2.054l.044-.002c1.025-.11 1.726-.995 1.708-2.066v-.01l3.868-.29.048.252.297 1.545c.047.26.282.452.527.43l1.963-.213.641-.07"/>
10
+ </svg>
11
+ `;
@@ -0,0 +1,18 @@
1
+ export default `<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>
18
+ `;
@@ -0,0 +1,28 @@
1
+ export default `<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>
28
+ `;
@@ -0,0 +1,11 @@
1
+ export default `<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>
11
+ `;
@@ -0,0 +1,16 @@
1
+ export default `<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>
16
+ `;
@@ -0,0 +1,14 @@
1
+ export default `<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>
14
+ `;
@@ -0,0 +1,13 @@
1
+ export default `<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>
13
+ `;
@@ -0,0 +1,20 @@
1
+ export default `<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>
20
+ `;
@@ -0,0 +1,8 @@
1
+ export default `<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>
8
+ `;
@@ -0,0 +1,15 @@
1
+ export default `<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>
15
+ `;
@@ -0,0 +1,10 @@
1
+ export default `<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>
10
+ `;
@@ -0,0 +1,15 @@
1
+ export default `<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>
15
+ `;