@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,18 @@
1
+ export default `<svg id="tnt-Dialog-Tutorials" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M160 61v45c0 6.623-5.377 12-12 12H12c-6.623 0-12-5.377-12-12V61c0-6.623 5.377-12 12-12h136c6.623 0 12 5.377 12 12Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" d="m111.823 104.653-67.19 11.997c-.518.09-1.05.02-1.528-.201l-3.803-1.769-4.768.744a3.93 3.93 0 0 1-.613.04c-.216 0-.447-.02-.673-.05a6.193 6.193 0 0 1-.648-.126 3.525 3.525 0 0 1-.547-.196l-7.963-3.788c-.161-.075-.267-.145-.332-.221-.065-.075-.09-.145-.07-.216.02-.065.08-.125.186-.176.105-.05.246-.09.437-.115l4.682-.688-14.122-6.572c-.864-.402-.684-1.673.256-1.818l53.048-8.174a3.892 3.892 0 0 1 1.542.07l42.131 10.495c.407.1.392.688-.025.764Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M114.053 42.301c.266-.015.537.036.788.126s.497.236.718.417a2.722 2.722 0 0 1 .904 1.441l1.25 5.437-81.302 4.896-1.05-6.046a2.115 2.115 0 0 1 .03-.908 1.966 1.966 0 0 1 1.04-1.29c.26-.131.557-.211.883-.232l76.739-3.84Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m36.405 54.617 81.297-4.89 10.449 45.433c.07.306.08.608.05.884a2.056 2.056 0 0 1-.256.763 1.724 1.724 0 0 1-.517.557c-.211.14-.452.236-.728.271l-78.606 9.851c-.337.045-.663.01-.974-.075a2.402 2.402 0 0 1-.864-.442 2.774 2.774 0 0 1-.658-.728 2.595 2.595 0 0 1-.356-.944l-8.832-50.68h-.005Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M40.778 48.286c.256-.015.512.025.753.106a2.19 2.19 0 0 1 1.165.924c.136.215.23.451.271.707a1.663 1.663 0 0 1-.316 1.331c-.14.176-.317.326-.522.432-.206.105-.442.17-.703.186a2.121 2.121 0 0 1-1.416-.467 2.262 2.262 0 0 1-.507-.563 1.861 1.861 0 0 1-.271-.713 1.763 1.763 0 0 1 .02-.728c.05-.226.155-.436.296-.607a1.62 1.62 0 0 1 1.23-.613v.005Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M48.099 107.488c-.337.04-.663.01-.975-.076a2.69 2.69 0 0 1-1.521-1.175 2.554 2.554 0 0 1-.356-.944l-8.832-50.675-1.05-6.045a1.98 1.98 0 0 1-.035-.452 2.068 2.068 0 0 1 .196-.828c.056-.126.136-.246.216-.352l-1.33 1.733c-.08.11-.15.226-.216.346a2.417 2.417 0 0 0-.14.392c-.036.14-.051.276-.056.426 0 .146 0 .297.035.447l1.034 5.98 8.681 50.118c.056.341.181.653.352.934.17.281.397.527.648.723.256.196.542.341.853.437.311.09.638.12.964.075l77.898-9.84 2.239-1.08-78.605 9.851v.005Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M128.522 88.108c-.025.185-.08.356-.171.507-.085.145-.2.276-.341.371a1.162 1.162 0 0 1-.492.181L41.792 99.304a1.75 1.75 0 0 1-.667-.055 1.755 1.755 0 0 1-.598-.296 1.918 1.918 0 0 1-.457-.487 1.776 1.776 0 0 1-.256-.638l-2.29-11.633a1.591 1.591 0 0 1 .006-.653 1.445 1.445 0 0 1 .703-.959 1.49 1.49 0 0 1 .617-.196l85.284-8.59c.181-.02.366 0 .547.065.176.055.352.145.502.27a1.842 1.842 0 0 1 .658 1l2.646 10.393c.05.206.065.407.045.593l-.01-.01Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M127.879 89.062a.463.463 0 0 1-.115.046c-.04.015-.081.025-.121.035-.04.01-.085.015-.125.02L41.798 99.3a1.749 1.749 0 0 1-.669-.055 1.754 1.754 0 0 1-.597-.297 1.92 1.92 0 0 1-.457-.487 1.776 1.776 0 0 1-.256-.637l-2.29-11.633a1.571 1.571 0 0 1-.03-.372c0-.12.02-.236.045-.347a1.96 1.96 0 0 1 .131-.32 1.37 1.37 0 0 1 .19-.277 4.8 4.8 0 0 0-.14.166l-.035.035-.24.271c-.031.035-.061.065-.086.09-.02.025-.05.056-.07.08-.026.026-.056.056-.08.086l-.187.21s-.015.016-.02.026l-.075.075a.247.247 0 0 1-.035.04l-.462.518c-.075.085-.136.18-.19.276a1.26 1.26 0 0 0-.126.316c-.026.11-.046.226-.05.347 0 .115.004.24.034.366l2.25 11.508c.045.226.135.437.256.627a1.845 1.845 0 0 0 1.04.774c.215.06.436.08.662.05l1-.974-1 .979 84.952-10.172c.045-.005.086-.015.126-.02.04-.006.08-.02.12-.036.04-.015.076-.03.111-.045a.56.56 0 0 0 .105-.06l2.255-1.416-.106.06.005.01Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M82.447 86.094c.07.1.14.206.2.316.06.11.12.221.171.337.05.115.096.23.136.351.04.12.075.246.1.372.035.145.055.29.07.436.015.146.02.287.015.427a3.174 3.174 0 0 1-.12.803 3.13 3.13 0 0 1-.342.764 2.752 2.752 0 0 1-1.235 1.064 3.073 3.073 0 0 1-1.747.2 3.509 3.509 0 0 1-.863-.265 4.159 4.159 0 0 1-.784-.472 3.7 3.7 0 0 1-.662-.653 4.54 4.54 0 0 1-.257-.356 3.63 3.63 0 0 1-.215-.387 4.167 4.167 0 0 1-.171-.412c-.05-.14-.09-.286-.12-.431a4.506 4.506 0 0 1-.07-.442 2.93 2.93 0 0 1-.016-.427c.005-.14.02-.276.04-.412a3.057 3.057 0 0 1 .437-1.15 2.789 2.789 0 0 1 2.089-1.27c.321-.035.642-.02.959.045.316.066.617.166.908.312a3.97 3.97 0 0 1 1.472 1.265l.005-.015Zm-1.954 4.604a2.507 2.507 0 0 0 1.02-.346c.296-.181.547-.427.738-.719.19-.29.321-.617.386-.978a2.831 2.831 0 0 0-.035-1.14 3.401 3.401 0 0 0-1.25-1.938 3.169 3.169 0 0 0-1.01-.522 2.793 2.793 0 0 0-1.119-.11 2.431 2.431 0 0 0-1.762 1.048 2.513 2.513 0 0 0-.392.98c-.065.361-.06.748.03 1.144.09.397.246.768.462 1.095.216.326.487.617.794.848a3.3 3.3 0 0 0 1.014.522c.361.11.743.151 1.12.106"/>
11
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M79.218 84.955c.381-.04.758 0 1.12.11.36.11.702.286 1.009.522a3.381 3.381 0 0 1 1.25 1.938c.085.392.095.779.035 1.14-.06.362-.196.688-.387.98a2.4 2.4 0 0 1-1.757 1.064c-.377.04-.758 0-1.12-.106a3.094 3.094 0 0 1-1.014-.522 3.544 3.544 0 0 1-.793-.849 3.215 3.215 0 0 1-.462-1.094 2.948 2.948 0 0 1-.03-1.145c.065-.361.2-.693.391-.979a2.33 2.33 0 0 1 .744-.708 2.48 2.48 0 0 1 1.019-.341l-.005-.01Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M124.963 81.486c.18-.02.361 0 .532.055.171.056.341.146.487.261.145.116.281.261.391.422a1.69 1.69 0 0 1 .282 1.115 1.28 1.28 0 0 1-.161.487c-.08.14-.196.26-.336.351a1.11 1.11 0 0 1-.477.171l-42.662 4.79a3.194 3.194 0 0 0 .12-.803c0-.141 0-.282-.015-.427a3.296 3.296 0 0 0-.07-.437 3.661 3.661 0 0 0-.407-1.06c-.06-.11-.13-.215-.2-.316l42.516-4.614v.005Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M46.778 88.404c.116-.01.226 0 .337.03a.943.943 0 0 1 .532.397c.06.095.105.2.13.316l.87 4.328a.818.818 0 0 1 0 .332.756.756 0 0 1-.663.602.837.837 0 0 1-.337-.03.996.996 0 0 1-.301-.15.9.9 0 0 1-.231-.247.88.88 0 0 1-.13-.316l-.87-4.338a.818.818 0 0 1 0-.331.734.734 0 0 1 .357-.492c.09-.05.196-.09.311-.1h-.005Zm-3.082.332a.98.98 0 0 1 .341.03.945.945 0 0 1 .532.396c.06.096.106.201.13.317l.864 4.343c.026.115.02.23 0 .336a.705.705 0 0 1-.125.286.786.786 0 0 1-.547.316.83.83 0 0 1-.337-.03.998.998 0 0 1-.537-.396.82.82 0 0 1-.13-.322l-.864-4.353a.818.818 0 0 1 0-.331c.02-.106.065-.2.125-.286a.773.773 0 0 1 .231-.211.712.712 0 0 1 .312-.1l.005.005Zm32.981-2.23a2.62 2.62 0 0 0-.09.392 3.055 3.055 0 0 0-.025.838c.015.146.035.291.07.442.035.15.075.291.12.432a3.929 3.929 0 0 0 .643 1.155l-20.143 2.259a1.76 1.76 0 0 1-.668-.06 1.812 1.812 0 0 1-.598-.302 1.957 1.957 0 0 1-.461-.492 1.887 1.887 0 0 1-.267-.637 1.573 1.573 0 0 1 0-.668c.046-.21.126-.402.246-.572a1.44 1.44 0 0 1 .452-.417c.181-.106.387-.176.613-.2l20.118-2.18-.01.01Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m128.038 101.568-2.186 1.411s-.05.033-.073.045c-.022.011-.051.033-.067.045-.023.011-.051.033-.068.045-.022.011-.05.033-.073.045a16.07 16.07 0 0 1-1.433.77 15.098 15.098 0 0 1-3.097 1.045c-.54.118-1.09.208-1.641.264-.276.034-.557.056-.832.073-.275.017-.562.023-.843.028-.281 0-.568 0-.854-.022-.287-.023-.574-.034-.86-.068a17.829 17.829 0 0 1-2.586-.455 18.75 18.75 0 0 1-2.529-.843 20.095 20.095 0 0 1-4.721-2.788 20.776 20.776 0 0 1-2.08-1.888 21.832 21.832 0 0 1-1.815-2.142 21.64 21.64 0 0 1-1.518-2.36 20.959 20.959 0 0 1-2.023-5.188 19.202 19.202 0 0 1-.517-5.345c.04-.882.152-1.748.326-2.596a16.052 16.052 0 0 1 1.703-4.648 14.559 14.559 0 0 1 2.973-3.744l1.928-1.742a14.735 14.735 0 0 0-2.996 3.782 16.276 16.276 0 0 0-1.028 2.248 15.809 15.809 0 0 0-.68 2.445 18.012 18.012 0 0 0-.259 5.317c.084.905.236 1.81.455 2.71.22.899.501 1.792.838 2.675.348.882.747 1.737 1.203 2.563a21.769 21.769 0 0 0 3.366 4.558 21.141 21.141 0 0 0 4.418 3.496 20.52 20.52 0 0 0 2.456 1.236 18.56 18.56 0 0 0 2.557.86 17.517 17.517 0 0 0 4.339.557c.287 0 .568-.012.855-.023.286-.011.562-.039.843-.073a18.393 18.393 0 0 0 1.658-.264 13.599 13.599 0 0 0 1.596-.438 16.707 16.707 0 0 0 1.529-.607c.5-.231.978-.489 1.444-.776.028-.017.051-.034.073-.045.028-.011.051-.034.068-.045.022-.011.05-.034.067-.045.023-.011.051-.034.073-.05"/>
15
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M127.078 72.082a21.345 21.345 0 0 1 2.619 2.518c.798.91 1.517 1.883 2.153 2.9a21.034 21.034 0 0 1 1.63 3.21 20.93 20.93 0 0 1 1.062 3.428 19.112 19.112 0 0 1 .388 5.215 18.174 18.174 0 0 1-.354 2.53 16.84 16.84 0 0 1-.714 2.416 15.544 15.544 0 0 1-2.456 4.255c-.512.63-1.08 1.214-1.692 1.742a14.317 14.317 0 0 1-1.973 1.445c-.466.287-.95.545-1.444.775-.501.237-1.006.433-1.529.607-.523.175-1.057.321-1.596.439-.54.118-1.096.208-1.658.264a10.39 10.39 0 0 1-.844.067c-.281.017-.567.023-.854.023-.286 0-.573 0-.86-.023a22.112 22.112 0 0 1-.871-.067 16.894 16.894 0 0 1-2.608-.466c-.86-.225-1.72-.506-2.557-.86a20.407 20.407 0 0 1-2.456-1.231 20.441 20.441 0 0 1-2.316-1.59 21.818 21.818 0 0 1-2.102-1.906 20.906 20.906 0 0 1-1.832-2.17 21.27 21.27 0 0 1-2.737-4.957 19.598 19.598 0 0 1-.838-2.675c-.213-.9-.365-1.805-.455-2.71a19.729 19.729 0 0 1-.068-2.692c.045-.893.152-1.764.326-2.624.175-.86.405-1.692.697-2.49a16.03 16.03 0 0 1 1.057-2.288c.405-.73.871-1.41 1.394-2.051a14.536 14.536 0 0 1 5.823-4.328c.747-.31 1.528-.556 2.332-.742a15.484 15.484 0 0 1 2.462-.36 16.588 16.588 0 0 1 3.378.13c1.124.157 2.237.421 3.333.792 1.096.371 2.164.843 3.198 1.417a21.012 21.012 0 0 1 2.979 2.012v.016l-.017.029Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M115.505 94.148c-1.001.563-2.439-.207-2.664-1.416l-1.321-7.177-1.321-7.178c-.225-1.208.928-2.017 2.125-1.495l15.923 6.93c1.332.58 1.646 2.294.533 2.912l-13.275 7.424Z"/>
17
+ </svg>
18
+ `;
@@ -0,0 +1,45 @@
1
+ export default `<svg id="tnt-Dialog-Unlock" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" d="m100.572 98.755 20.708 12.419c.178.109.064.203-.247.213l-4.626.153 2.11 1.265-7.927.228-4.077-.238-1.473-.869-49.377 1.645 2.333 1.399-9.024.257-4.67-.593-1.458-.865-7.087.163-4.735-.712-1.057-.637-1.073-.099-18.755-11.243 11.727-.954.02.01a.858.858 0 0 1 .173-.015l77.64-1.7c.322-.01.717.074.895.178l-.02-.005Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m114.371 108.026 8.263-.43v5.416l-8.263.193v-5.179Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m114.37 108.046-3.686.193.024 3.741 3.667 1.221v-5.155h-.005Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m38.39 105.115 6.81-.079 1.108 5.352-7.917.015v-5.288Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M34.872 102.278v5.096l3.524 3.029v-5.234l-3.524-2.891Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m49.406 110.995 9.415-.489v5.55l-9.415.222v-5.288.005Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m49.402 110.982-3.687-2.373.025 5.096 3.667 2.57v-5.298l-.005.005Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m33.587 47.783 14.332-9.638v73.144l-14.332-7.166v-56.34Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m47.919 38.145 80.556 3.954v66.225l-80.556 2.965V38.145Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M126.42 105.827a.245.245 0 0 1-.247-.248V44.535l-56.444-3.816a.24.24 0 0 1-.232-.257.238.238 0 0 1 .257-.232l56.676 3.83a.242.242 0 0 1 .232.247v61.282a.244.244 0 0 1-.247.247l.005-.009Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M54.344 46.151c0-1.132.944-2.031 2.07-1.977l63.754 3.119a1.972 1.972 0 0 1 1.878 1.972v51.699c0 1.063-.84 1.937-1.903 1.977l-63.753 2.338a1.981 1.981 0 0 1-2.051-1.977v-57.15h.005Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m65.217 37.166 2.965-1.492v79.568l-2.965-.993V37.166Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m68.182 35.674 53.869 11.713v55.485l-53.87 12.37V35.674Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m71.834 40.764 47.138 10.25v48.551l-47.138 10.823V40.764Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M80.537 61.388h-3.46v26.549h3.46v-26.55Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M81.797 62.796h-3.46v26.549h3.46v-26.55Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M81.031 64.264h-.494v23.613h.494V64.264Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M121.284 59.173a5.698 5.698 0 0 1 2.98-.025c.104.03.178.148.178.282v8.708c0 .133-.074.257-.178.286a5.646 5.646 0 0 1-2.98.045c-.103-.025-.178-.143-.178-.282V59.46c0-.133.075-.257.178-.286Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M122.016 68.597a5.288 5.288 0 0 1-.732-.123c-.103-.025-.178-.144-.178-.277V59.47c0-.133.075-.257.178-.286.243-.075.485-.129.732-.168"/>
22
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M121.458 58.447a3.995 3.995 0 0 1 2.486-.02c.089.03.148.148.148.282v8.707c0 .134-.059.258-.148.287a3.962 3.962 0 0 1-2.486.035c-.089-.025-.148-.144-.148-.282v-8.728c0-.133.059-.257.148-.281Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M122.041 58.294a5.243 5.243 0 0 0-.722.153h-.005v9.286h.005c.238.065.48.11.722.144v-9.588.005Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m124.097 63.433-2.787.03v.533l2.787-.035v-.528Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m123.633 63.438-1.196.014v.53l1.196-.016v-.529Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M123.875 67.728v-9.321a3.689 3.689 0 0 0-.618-.134l.01 9.598s.252-.03.608-.143Z"/>
27
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M121.359 83.977a5.703 5.703 0 0 1 2.98-.079c.103.025.178.143.178.277v8.708c0 .133-.075.257-.178.286a5.705 5.705 0 0 1-2.98.1c-.104-.026-.178-.144-.178-.278v-8.727c0-.134.074-.257.178-.287Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M122.09 93.392a5.249 5.249 0 0 1-.731-.123c-.104-.025-.178-.144-.178-.277v-8.728c0-.133.074-.257.178-.286.242-.075.484-.129.731-.168"/>
29
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M121.532 83.246a4 4 0 0 1 2.486-.064c.089.025.148.143.148.277v8.708c0 .133-.059.257-.148.287a3.966 3.966 0 0 1-2.486.079c-.089-.025-.148-.144-.148-.277v-8.728c0-.133.059-.257.148-.287v.005Z"/>
30
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M122.11 83.083a5.34 5.34 0 0 0-.721.168h-.005v9.286h.005c.237.06.479.104.721.129v-9.588.005Z"/>
31
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m124.166 88.184-2.782.084v.528l2.782-.084v-.528Z"/>
32
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m123.702 88.198-1.191.035v.529l1.191-.035v-.529Z"/>
33
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M123.949 92.483v-9.321a3.63 3.63 0 0 0-.618-.124l.01 9.598s.252-.035.608-.153Z"/>
34
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M89.248 71.812c-1.23 10.42 5.133 19.172 12.823 18.466 6.398-.591 10.704-7.762 10.546-15.458-.144-7.06-4.057-13.568-9.392-15.255-6.224-1.966-12.886 2.98-13.977 12.247Z"/>
35
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M90.887 72.023c-1.105 10.228 5.08 18.818 12.492 18.135 6.186-.572 10.324-7.633 10.132-15.222-.182-6.97-4.018-13.39-9.204-15.03-6.037-1.908-12.434 3-13.42 12.117Z"/>
36
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m94.727 66.515 2.038 1.807c.178-.375.375-.73.591-1.062l-1.97-1.76c-.375-.331-.827-.38-1.01-.1-.182.278-.028.783.351 1.12v-.005Zm.943 6.037c.004-.082.014-.164.023-.245l-2.715-.217c-.495-.038-.918.245-.947.64-.029.394.36.745.86.778l2.735.188c0-.38.014-.764.043-1.149v.005Zm3.633-7.402a6.29 6.29 0 0 1 .884-.544l-1-2.264c-.201-.456-.566-.725-.821-.6s-.293.605-.091 1.067l1.028 2.335v.005Zm4.787-.99v-2.235c0-.462-.211-.875-.471-.923-.259-.048-.476.288-.476.754l-.009 2.254c.317.024.634.073.956.154v-.005Zm5.787 6.181 1.663-1.057c.293-.188.428-.572.308-.86-.12-.29-.457-.38-.755-.198l-1.634 1.01c.159.355.293.725.423 1.105h-.005Zm-2.427-4.148.842-1.913c.163-.37.12-.817-.092-1.005-.216-.187-.524-.038-.692.332l-.841 1.86c.274.221.534.466.779.726h.004ZM96.17 77.436l-2.447 1.509c-.461.283-.72.817-.577 1.192.144.375.635.437 1.096.149l2.394-1.524c-.178-.428-.332-.87-.466-1.326Zm16.351-3.774-2-.16c.025.323.044.65.044.981 0 .082-.005.164-.005.246l2.014.139c.351.024.615-.226.601-.558-.015-.331-.308-.62-.654-.648Zm-.783 6.436-1.774-1.586c-.125.384-.264.764-.423 1.124L111.3 81.2c.327.288.687.273.808-.034.12-.303-.044-.779-.366-1.067h-.004Zm-8.21 4.138c-.168 0-.332-.02-.5-.03l-.014 2.899c0 .62.24 1.11.543 1.091.303-.02.543-.529.543-1.144v-2.87c-.188.025-.38.049-.572.049v.005Zm4.398-2.115a7.573 7.573 0 0 1-.808.77l1.067 2.422c.216.49.577.72.808.514.226-.207.235-.77.019-1.255l-1.086-2.45Zm-8.892.217-1.24 2.735c-.255.562-.23 1.182.048 1.38.279.196.712-.102.957-.664l1.187-2.692a7.484 7.484 0 0 1-.957-.764l.005.005Z"/>
37
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M95.665 72.637c-.5 6.326 3.25 11.752 7.863 11.69 4.11-.058 7.085-4.562 7.037-9.767-.043-4.908-2.778-9.378-6.421-10.315-4.043-1.038-8.013 2.51-8.484 8.397l.005-.005Z"/>
38
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M96.16 72.614c-.457 5.984 3.086 11.122 7.455 11.083 3.902-.033 6.738-4.292 6.705-9.247-.034-4.687-2.644-8.955-6.124-9.84-3.845-.975-7.604 2.419-8.031 8.004h-.005Z"/>
39
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M98.212 74.97c-.236 3.71 1.918 6.882 4.638 6.93 2.538.048 4.499-2.682 4.528-5.98.034-3.171-1.745-5.993-4.095-6.425-2.509-.462-4.845 1.917-5.071 5.474Z"/>
40
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M99.178 73.09c-.212 3.585 1.884 6.71 4.513 6.83 2.456.11 4.345-2.49 4.364-5.686.02-3.081-1.716-5.864-3.999-6.335-2.432-.505-4.681 1.75-4.883 5.19h.005Z"/>
41
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m103.937 65.535-2.139 1.72a.84.84 0 0 0-.274.366l-.634 1.596 2.672-.567.37-3.115h.005Z"/>
42
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M104.033 68.836c-2.317-.452-4.446 1.61-4.84 4.792 0-.178-.024-.356-.01-.538.202-3.442 2.452-5.696 4.884-5.191 2.283.47 4.018 3.254 3.999 6.335 0 .163-.024.312-.039.47-.149-2.907-1.812-5.445-3.989-5.868h-.005Z"/>
43
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m104.874 66.573.158.884c.144.812-.259 1.533-.812 1.423l-.37-.072c-.563-.11-.942-1.015-.74-1.774l.216-.817c.283-1.057 1.341-.798 1.548.356Z"/>
44
+ </svg>
45
+ `;
@@ -0,0 +1,14 @@
1
+ export default `<svg id="tnt-Dialog-UnsuccessfulAuth" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m42.136 113.57 69.376-10.079c.424-.076.439-.674.025-.776L69.625 91.75a3.933 3.933 0 0 0-1.564-.072L12.223 98.21c-.95.148-1.135 1.436-.26 1.845l28.625 13.311c.48.225 1.022.296 1.548.199v.005Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m125.674 93.982-10.842-49.855-81.835 5.886 9.931 52.798c.073.374.21.729.41 1.039a3.08 3.08 0 0 0 1.676 1.312c.338.109.702.145 1.057.109l77.799-8.437c.328-.036.62-.146.875-.3.255-.165.465-.383.629-.638a2.36 2.36 0 0 0 .328-.875 2.606 2.606 0 0 0-.037-1.02l.009-.019Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M48.35 54.013a6.96 6.96 0 0 1 2.742.346 8.077 8.077 0 0 1 2.442 1.33 8.134 8.134 0 0 1 1.877 2.105c.5.81.874 1.713 1.066 2.678a6.912 6.912 0 0 1 0 2.77 6.332 6.332 0 0 1-1.012 2.35 5.785 5.785 0 0 1-1.858 1.686 6.11 6.11 0 0 1-2.542.775 7.236 7.236 0 0 1-2.76-.328 8.02 8.02 0 0 1-2.47-1.33 8.115 8.115 0 0 1-1.895-2.123 8.158 8.158 0 0 1-1.066-2.706 6.826 6.826 0 0 1 .018-2.788 6.313 6.313 0 0 1 1.039-2.351 5.733 5.733 0 0 1 1.886-1.667 6.17 6.17 0 0 1 2.542-.747h-.01Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color23)" d="M85.569 71.123c.182-.018.355.01.528.073a1.645 1.645 0 0 1 .847.71c.1.164.173.356.219.565l1.002 4.875c.046.2.046.4.018.574a1.339 1.339 0 0 1-.182.492c-.091.145-.21.264-.346.355a1.05 1.05 0 0 1-.483.164l-39.26 3.68c-.19.02-.382 0-.555-.072a1.96 1.96 0 0 1-.501-.282 1.545 1.545 0 0 1-.383-.456 1.825 1.825 0 0 1-.218-.574l-.957-5.02a1.668 1.668 0 0 1 0-.601 1.29 1.29 0 0 1 .574-.866c.146-.091.319-.146.51-.164l39.196-3.471-.01.018Zm2.213 10.806c.182-.019.364 0 .528.063.164.064.337.155.483.274a1.732 1.732 0 0 1 .592 1.002l1.012 4.91c.045.201.045.402.018.584a1.324 1.324 0 0 1-.182.501c-.092.146-.21.264-.347.355a1.05 1.05 0 0 1-.483.164l-39.36 3.99c-.19.02-.382 0-.555-.063a1.721 1.721 0 0 1-.501-.282 1.796 1.796 0 0 1-.601-1.039l-.966-5.056a1.669 1.669 0 0 1 0-.602c.036-.191.1-.355.2-.51.1-.155.228-.273.374-.364.146-.092.319-.155.51-.174l39.287-3.772-.01.019Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M110.706 36a2.39 2.39 0 0 1 .947.137c.301.109.592.273.857.483.264.21.492.464.674.756.182.291.319.61.392.956l1.257 5.804-81.835 5.877-1.157-6.141a2.649 2.649 0 0 1 .009-1.039c.073-.328.21-.62.4-.865a2.26 2.26 0 0 1 .72-.62c.292-.155.61-.246.966-.273L110.706 36Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M32.451 41.74a2.547 2.547 0 0 0-.337.438 2.328 2.328 0 0 0-.218.51 2.365 2.365 0 0 0-.1.573c-.01.192.009.401.045.61l11.088 58.931a3.104 3.104 0 0 0 1.139 1.859c.282.228.61.392.948.501l-.01-.009c.337.109.692.146 1.057.109l-1.931 1.403c-.364.045-.72 0-1.058-.1a2.887 2.887 0 0 1-.938-.492 3.036 3.036 0 0 1-1.12-1.841l-10.97-58.565a2.332 2.332 0 0 1-.046-.61 2.36 2.36 0 0 1 .092-.565c.055-.182.118-.356.218-.51.1-.156.21-.301.338-.428l1.803-1.814Zm89.89 56.215a1.175 1.175 0 0 1-.183.1 1.696 1.696 0 0 1-.2.073l-.21.054a.881.881 0 0 1-.219.037l-77.38 8.456 1.932-1.404 77.799-8.446c.073-.01.146-.018.219-.036.073-.01.146-.037.21-.055.073-.027.136-.055.2-.082l.009.009c.064-.037.119-.063.182-.1l-2.359 1.394Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m74.735 85.427.182 1.276.865-.574.465.884-.975.382.966.911-.647.638-.829-1.111-.374 1.23-.874-.502.583-1.056-1.084-.174.09-.938 1.085.383-.328-1.258.875-.09ZM49.68 60.873a2.294 2.294 0 0 1-.93-.118c-.3-.1-.583-.256-.829-.447a2.807 2.807 0 0 1-.637-.71 2.64 2.64 0 0 1-.356-.912 2.497 2.497 0 0 1 0-.938 2.007 2.007 0 0 1 .975-1.358c.246-.145.538-.227.857-.255.319-.027.628.019.929.119.3.1.583.255.829.455s.465.438.638.71c.173.274.291.584.355.912.064.328.064.647 0 .938a2.214 2.214 0 0 1-.346.793c-.164.237-.383.42-.629.565a2.004 2.004 0 0 1-.856.255v-.009Zm11.625 14.641.173 1.276.875-.574.465.884-.984.373.975.92-.656.63-.839-1.112-.391 1.23-.884-.502.592-1.056-1.084-.183.1-.938 1.084.392-.328-1.267.902-.073Zm-5.685.511.173 1.275.884-.574.455.893-.984.374.966.929-.656.629-.838-1.121-.392 1.23-.893-.501.601-1.057-1.102-.182.11-.948 1.093.401-.32-1.266.903-.082Zm7.845 10.505.173 1.284.883-.583.465.893-.984.383.975.92-.656.638-.847-1.112-.383 1.24-.893-.502.601-1.066-1.093-.182.1-.948 1.094.392-.328-1.275.892-.082ZM49.88 76.535l.183 1.293.893-.583.455.893-.993.383.975.93-.665.628-.838-1.12-.41 1.238-.893-.51.62-1.057-1.112-.182.11-.948 1.102.392-.329-1.275.902-.082Zm2.141 11.106.173 1.294.893-.583.465.893-.993.392.975.929-.665.647-.848-1.13-.4 1.248-.902-.5.62-1.076-1.112-.182.109-.957 1.102.401-.328-1.284.911-.092Zm17.102-1.667.173 1.284.884-.583.455.893-.974.374.965.93-.647.628-.829-1.112-.391 1.24-.875-.502.583-1.066-1.084-.173.1-.947 1.075.391-.319-1.266.884-.091ZM51.338 62.35a3.987 3.987 0 0 1 1.995.364c.31.136.61.328.893.537.283.21.529.465.756.738-.182.401-.41.765-.683 1.102a4.737 4.737 0 0 1-.938.875 4.998 4.998 0 0 1-2.524.902 5.78 5.78 0 0 1-1.43-.064 5.894 5.894 0 0 1-1.367-.4 6.747 6.747 0 0 1-2.342-1.65 3.353 3.353 0 0 1 1.121-1.53 3.408 3.408 0 0 1 1.822-.684l2.706-.218-.009.027Zm6.432 24.735.173 1.285.884-.583.465.893-.993.392.974.92-.656.647-.847-1.13-.392 1.248-.892-.5.6-1.067-1.102-.182.1-.948 1.103.392-.328-1.285.911-.082Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m126.851 103.688-1.937 1.245s-.044.029-.063.039c-.019.009-.043.028-.062.038-.02.01-.044.029-.063.039-.019.009-.043.028-.062.038-.414.25-.837.476-1.275.683a12.15 12.15 0 0 1-1.346.533 13.32 13.32 0 0 1-2.861.625c-.245.029-.495.048-.741.062-.245.015-.5.02-.75.024a13.153 13.153 0 0 1-1.524-.072 15.652 15.652 0 0 1-2.294-.403 17.013 17.013 0 0 1-2.245-.745 17.1 17.1 0 0 1-2.159-1.077 18.462 18.462 0 0 1-2.034-1.389 18.5 18.5 0 0 1-1.847-1.668 19.616 19.616 0 0 1-1.611-1.894 19.088 19.088 0 0 1-1.346-2.086 17.627 17.627 0 0 1-1.053-2.245 17.63 17.63 0 0 1-1.135-4.71 15.87 15.87 0 0 1 .226-4.653 14.171 14.171 0 0 1 1.515-4.11 13.004 13.004 0 0 1 2.64-3.312l1.712-1.543c-.529.476-1.02 1-1.462 1.558a13.276 13.276 0 0 0-1.198 1.788c-.351.63-.658 1.297-.913 1.99a15.116 15.116 0 0 0-.611 2.163 15.6 15.6 0 0 0-.284 2.321 16.51 16.51 0 0 0 .063 2.38c.077.797.212 1.595.404 2.393.192.798.442 1.587.745 2.365a19.18 19.18 0 0 0 1.068 2.274c.404.735.86 1.437 1.36 2.11a20.071 20.071 0 0 0 1.626 1.918 18.39 18.39 0 0 0 3.919 3.09c.707.414 1.437.779 2.183 1.092.745.312 1.5.562 2.269.759a15.332 15.332 0 0 0 3.857.49c.255 0 .505-.009.759-.024a15.164 15.164 0 0 0 2.222-.298 12.57 12.57 0 0 0 1.419-.389c.461-.154.913-.337 1.356-.538.442-.202.87-.433 1.283-.688.024-.014.044-.029.068-.038.024-.01.043-.029.062-.039.019-.009.043-.029.063-.038.019-.01.043-.029.062-.043"/>
11
+ <path fill="var(--sapContent_Illustrative_Color23)" d="M125.996 77.617a19.091 19.091 0 0 1 5.683 7.628c.399.98.717 2 .943 3.033.163.774.274 1.548.331 2.322a15.82 15.82 0 0 1-.303 4.527 14.79 14.79 0 0 1-.634 2.14 13.685 13.685 0 0 1-2.178 3.763 12.875 12.875 0 0 1-4.535 3.509c-.442.207-.894.384-1.356.538a13.639 13.639 0 0 1-2.89.625c-.25.029-.5.048-.75.063-.25.014-.505.019-.76.024a9.742 9.742 0 0 1-.764-.02 15.326 15.326 0 0 1-3.092-.471 17.179 17.179 0 0 1-4.453-1.85 18.314 18.314 0 0 1-2.053-1.404 18.776 18.776 0 0 1-1.866-1.687 19.3 19.3 0 0 1-2.986-4.028 18.48 18.48 0 0 1-1.067-2.273 18.534 18.534 0 0 1-.746-2.365 17.195 17.195 0 0 1-.466-4.773c.034-.789.13-1.563.284-2.322a14.423 14.423 0 0 1 1.562-4.225 13.15 13.15 0 0 1 1.231-1.812c.457-.567.962-1.091 1.506-1.567a12.62 12.62 0 0 1 1.74-1.288 13.142 13.142 0 0 1 3.991-1.625c.712-.159 1.438-.27 2.183-.317a14.887 14.887 0 0 1 2.996.115c.995.14 1.986.375 2.957.702a17.02 17.02 0 0 1 2.837 1.254c.919.51 1.803 1.101 2.645 1.779l.01.005Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M121.005 82.856c.096-.01.197-.005.298.01a1.676 1.676 0 0 1 .577.192 1.994 1.994 0 0 1 .5.399c.072.077.134.168.192.26.058.09.106.187.144.283a1.712 1.712 0 0 1 .125.615 1.442 1.442 0 0 1-.24.832l-2.712 3.941 4.207 3.355c.044.034.082.068.121.106.038.038.077.077.11.115.034.039.072.082.101.125.029.043.063.087.092.135.028.048.057.096.081.144.024.048.048.096.068.15.019.052.038.1.052.153.015.053.029.1.039.154.01.053.019.1.024.153.005.053.01.106.01.154v.154c0 .053-.01.101-.02.15-.009.047-.019.1-.033.148-.015.048-.029.096-.048.14-.02.043-.039.09-.063.134l-.072.125-.087.115a.634.634 0 0 1-.101.106 1.108 1.108 0 0 1-.23.168c-.039.025-.082.044-.125.063-.044.02-.087.038-.135.053-.048.014-.091.029-.139.038-.049.01-.097.02-.145.02-.048 0-.101.004-.149.004-.048 0-.101 0-.149-.01-.048-.009-.101-.014-.149-.023a1.7 1.7 0 0 1-.293-.092 1.31 1.31 0 0 1-.14-.067 1.963 1.963 0 0 1-.134-.082c-.044-.028-.087-.062-.13-.096l-4.222-3.365-2.746 4.014c-.028.039-.057.082-.091.116-.034.033-.067.072-.101.105a1.553 1.553 0 0 1-.231.173 1.512 1.512 0 0 1-.269.12c-.048.015-.096.03-.144.039-.048.01-.096.02-.149.024-.053.005-.101.005-.154.005-.053 0-.101 0-.154-.01-.053-.01-.101-.014-.154-.024-.053-.01-.101-.024-.154-.038a.786.786 0 0 1-.149-.058c-.048-.024-.096-.043-.144-.067-.048-.024-.092-.053-.14-.082-.048-.029-.091-.063-.134-.096a2.307 2.307 0 0 1-.125-.106c-.039-.034-.077-.077-.116-.12a1.325 1.325 0 0 1-.105-.13l-.097-.14c-.029-.047-.053-.095-.081-.144-.029-.048-.048-.1-.068-.148a1.65 1.65 0 0 1-.091-.313 1.738 1.738 0 0 1-.034-.317c0-.053 0-.106.005-.159a1.302 1.302 0 0 1 .058-.303 1.62 1.62 0 0 1 .048-.144 1.112 1.112 0 0 1 .139-.26l2.77-4.013-4.241-3.38a1.716 1.716 0 0 1-.236-.225 1.494 1.494 0 0 1-.192-.264c-.053-.097-.106-.188-.144-.289a1.809 1.809 0 0 1-.125-.625 1.52 1.52 0 0 1 .115-.586 1.47 1.47 0 0 1 .14-.255c.057-.081.12-.154.192-.216.072-.063.149-.12.231-.168a1.27 1.27 0 0 1 .264-.11 1.17 1.17 0 0 1 .289-.054 2.14 2.14 0 0 1 .303.005c.101.01.202.034.303.067.1.034.197.072.288.125.091.053.183.11.269.183l4.227 3.374 2.717-3.922a1.158 1.158 0 0 1 .408-.38 1.58 1.58 0 0 1 .26-.11c.092-.03.188-.044.284-.053h.034Z"/>
13
+ </svg>
14
+ `;
@@ -0,0 +1,21 @@
1
+ export default `<svg id="tnt-Dot-Avatar" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color2)" d="m10.858 30.698-6.98 14.301H38.68L31.7 29.85l-20.841.849Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M7.172 31.272c1.522-.742 1.993-.34 3.067-.096V45H0c0-.99.075-5.388.168-5.976.116-.736.303-1.268.652-2.004.35-.735 1.826-1.035 2.176-1.23.349-.197.326-.715.326-1.5 0-.784 2.549-2.383 3.85-3.017Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m7.676 31.047 2.193-.28c.215.698.916 1.85 1.308 2.082 5.988 3.555 11.527 1.96 10.834 2.316-1.008.517-4.307.487-6.533.487-1.855 0-3.905-.99-4.787-1.012-.705-.019-.83 2.434-.93 3.42l-2.085-7.013Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M9.743 30.979c.069-1.218 1.218-1.772 1.218-1.772h20.093c.342.06 1.034.243 1.79.865.262.217.699.867.608 1.303-.247 1.182-1.669 2.358-4.376 3.024-2.708.666-9.515.948-12.56.7-1.151-.093-4.185-1.03-5.175-1.648-.362-.226-1.667-1.255-1.598-2.472Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M10.067 29.979c.046-.221.36-.514.51-.565.283.726-.47 1.193 1.315 2.565 1.38 1.06 7.012 1.26 10.41 1.68-2.312.061-6.85-.25-7.807-.343-2.491-.241-3.72-1.126-4.004-1.494-.283-.367-.48-1.567-.424-1.843Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M12.102 32.215c-1.346-.938-2.05-2.702-1.06-3.314 1.683-1.042 18.951-.365 19.577-.417.625-.052 1.876.885 1.731 1.875-.144.99-2.417 2.477-8.033 3.125-3.607.417-11.547-.805-12.215-1.27Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M35.958 31.343c-1.162-.302-1.803.389-2.633.389l-1.638 13.267H44.81c-.532-2.262-1.543-7.015-2.002-7.85-.575-1.044-1.127-1.14-1.701-1.14-1.012 0-.279-1.76-2.116-2.882-1.184-.722-1.583-1.406-3.032-1.784ZM10.751 29.17c0-.198.387-.582.705-.582 2.778 5.068 22.236-.483 18.495 1.9-5.483 3.492-17.13 2.004-18.495.441-.393-.449-.705-1.512-.705-1.76Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M11.243 8.693c2.043-2.412 7.058-4.062 10.154-4.026 4.527-.237 8.667 1.614 10.06 3.2 1.1 1.252 4.055 4.993 4.055 11.607 0 6.615-1.362 7.592-2.63 8.808-2.818 2.7-4.838 2.899-7.028 3.2-5.768.792-10.974.238-12.496-.75C12.234 30 8.612 26.2 8.333 20.304c-.278-5.896 1.164-9.55 2.91-11.612Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M19.41 30.608c6.042.163 10.307-.723 12.854-4.101 2.547-3.378 2.54-7.708 1.132-11.76-.938-2.7-4.501-6.333-10.767-6.333-7.26 0-8.808 1.703-10.95 4.117-2.605 2.932-2.493 8.451-2.197 10.386.296 1.935 2.374 7.487 9.927 7.69Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M6.289 17.72c.192-3.743 2.06-3.078 3.774-2.245.34.165.356 8.341.075 9.518-.09.38-.125 1.129-2.57.828-1.077-.132-1.471-4.357-1.28-8.1Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M36.736 17.72c-.191-3.743-2.06-3.078-3.774-2.245-.339.165-.355 8.341-.075 9.518.09.38.125 1.129 2.57.828 1.077-.132 1.471-4.357 1.28-8.1Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color27)" d="M12.13 18.604c1.054-6.59 6.129-8.4 8.416-8.201 2.963.257-1.584 2.025-3.444 3.71-2.928 2.652-5.645 8.695-4.972 4.49Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M9.495 15.68 8.45 15.2c.696 1.823.351 7.477.198 9.922.245 0 .806-.12 1.099-.595.293-.476.476-8.604-.252-8.847Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color2)" d="m33.431 15.621 1.046-.512c-.696 1.942-.351 7.964-.199 10.568-.244 0-.805-.127-1.098-.633-.293-.507-.476-9.165.251-9.423ZM14.222 8.184c-3.194 1.923-4.673 5.732-4.614 7.272-.273 0 .312.072-1.035-.577.918-6.12 4.096-8.235 7.622-9.602 2.865-1.111 9.8-1.444 13.018 1.367-8.904-1.5-10.948-.896-14.992 1.54Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M30.252 41.73c-.765.627-7.998 2.95-9.87 3.27H45c-.213-1.365-.74-3.693-1.15-5.644-.51-2.44-.556-3.162-2.453-2.825-1.405.25 1.864.899 1.648 5.199-.058 1.16-4.427.563-5.645 2.11-.608.773-.309-1.29.202-2.683.51-1.394-.22-1.423-.51-.523-.93 2.883-1.88 3.49-1.563.523.095-.882-.13-4.311.634-6.246.447-1.133-.57-2.485-.633-3.443-.052-.767-1.849-.01-2.21.309l-.904 2.526c-.528 3.493-1.398 6.8-2.164 7.427Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M35.837 31.402c-.195-.58-1.575-.483-2.241-.363-1.17 1.149-.682 2.236-1.364 5.681-.546 2.756-.747 6.668-.78 8.28h3.313v-6.71c0-.58.715-3.867 1.072-5.439.08-.241.195-.87 0-1.45Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M10.78 37.087c0-1.313.247-3.69-.541-5.442-.423.253-2.32 3.215-2.995 4.025-.844 1.012 1.267 8.252-.369 8.252s-1.918.658-2.375 1.063h10.29c-.527-.793-2.427-.527-2.849-1.418-.528-1.113-1.162-5.485-1.162-6.48Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M7 30.85c.195-.604 1.575-.503 2.241-.378 1.364.258.768 2.688 1.14 6.33.381 3.73.575 6.52.608 8.197H8.072c0-2.075-.429-6.35-.429-6.954 0-.604-.286-4.051-.643-5.686-.081-.252-.195-.906 0-1.51Z"/>
20
+ </svg>
21
+ `;
@@ -0,0 +1,8 @@
1
+ export default `<svg id="tnt-Dot-Calculator" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M35.803 1H10.196A2.657 2.657 0 0 0 7.54 3.657v37.686A2.657 2.657 0 0 0 10.196 44h25.607a2.657 2.657 0 0 0 2.657-2.657V3.657A2.657 2.657 0 0 0 35.803 1Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M10.196 1h25.607a2.659 2.659 0 0 1 2.657 2.657v12.32H7.54V3.657A2.659 2.659 0 0 1 10.195 1Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M34.914 3.379H11.086c-.645 0-1.168.56-1.168 1.252v7.01c0 .691.523 1.252 1.168 1.252h23.828c.645 0 1.168-.56 1.168-1.252v-7.01c0-.692-.523-1.252-1.168-1.252Z" opacity=".99"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M15.15 22.645a2.616 2.616 0 1 0-5.232 0 2.616 2.616 0 0 0 5.233 0Zm6.988 0a2.616 2.616 0 1 0-5.233 0 2.616 2.616 0 0 0 5.233 0Zm6.986 0a2.616 2.616 0 1 0-5.232 0 2.616 2.616 0 0 0 5.232 0ZM15.15 29.979a2.616 2.616 0 1 0-5.232 0 2.616 2.616 0 0 0 5.233 0Zm6.988 0a2.616 2.616 0 1 0-5.233 0 2.616 2.616 0 0 0 5.233 0Zm6.986 0a2.616 2.616 0 1 0-5.233 0 2.616 2.616 0 0 0 5.233 0ZM15.15 37.313a2.616 2.616 0 1 0-5.232 0 2.616 2.616 0 0 0 5.233 0Zm6.988 0a2.616 2.616 0 1 0-5.233 0 2.616 2.616 0 0 0 5.233 0Zm6.986 0a2.616 2.616 0 1 0-5.232 0 2.616 2.616 0 0 0 5.232 0Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M36.112 30.217c0-1.576-1.172-2.854-2.617-2.854s-2.616 1.277-2.616 2.854v6.898c0 1.576 1.171 2.854 2.616 2.854s2.617-1.278 2.617-2.854v-6.898Zm0-7.572a2.616 2.616 0 1 0-5.233 0 2.616 2.616 0 0 0 5.233 0Z"/>
7
+ </svg>
8
+ `;
@@ -0,0 +1,9 @@
1
+ export default `<svg id="tnt-Dot-ChartArea" 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="m13.782 38.71 30.54-5.452c.19-.035.197-.303.011-.349l-19.15-4.77a1.764 1.764 0 0 0-.7-.032L.37 31.823a.436.436 0 0 0-.117.828l12.835 5.968c.216.1.458.133.694.09v.002Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m5.342 11.595 35.116-2.113 4.513 19.624c.031.132.035.262.02.382a.847.847 0 0 1-.11.33.758.758 0 0 1-.224.241.705.705 0 0 1-.313.117L10.39 34.433a1.067 1.067 0 0 1-.795-.223 1.191 1.191 0 0 1-.284-.316 1.125 1.125 0 0 1-.155-.408l-3.815-21.89Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M38.881 6.275a.873.873 0 0 1 .34.053 1.154 1.154 0 0 1 .7.802l.54 2.35-35.118 2.114-.454-2.611a.922.922 0 0 1 .013-.392.86.86 0 0 1 .45-.557.994.994 0 0 1 .381-.1l33.148-1.66Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M10.391 34.43a1.065 1.065 0 0 1-.794-.224 1.194 1.194 0 0 1-.285-.315 1.112 1.112 0 0 1-.155-.409L5.342 11.594l-.454-2.611a.906.906 0 0 1 .163-.706l-.576.75a1.017 1.017 0 0 0-.093.15.913.913 0 0 0-.07.546l.448 2.583 3.75 21.649a1.14 1.14 0 0 0 .433.715c.11.085.235.149.369.188a.99.99 0 0 0 .417.033l33.647-4.25.968-.467-33.953 4.255Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M36.996 15.598a.597.597 0 0 1 .445.157c.262.234.325.634.143.895l-1.004 1.434-3.655 5.225a1.367 1.367 0 0 1-.96.578l-9.478 1.117a.342.342 0 0 0-.161.062l-5.898 4.182-.05.037-.65.46a.566.566 0 0 1-.268.099.665.665 0 0 1-.602-.307c-.207-.31-.152-.716.12-.909l1.123-.793.05-.036 3.862-2.729 1.577-1.113c.193-.136.413-.22.65-.248l9.483-1.1a.34.34 0 0 0 .238-.143l3.756-5.355.532-.758.383-.548a.492.492 0 0 1 .362-.211l.002.004Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color23)" d="M36.129 12.893a.625.625 0 0 1 .558.286c.207.293.173.686-.072.877l-.707.55-3.544 2.756-.17.131c-.128.1-.271.175-.426.223l-9.646 2.967a.408.408 0 0 0-.1.048l-6.37 4.492-.05.036-1.06.747a.533.533 0 0 1-.268.096.666.666 0 0 1-.604-.309c-.209-.309-.157-.716.118-.909l1.534-1.077.05-.036 5.911-4.149c.12-.084.253-.15.391-.19l4.635-1.416 5.021-1.534a.307.307 0 0 0 .105-.054l4.194-3.249.236-.184a.482.482 0 0 1 .257-.1l.007-.002Z"/>
8
+ </svg>
9
+ `;
@@ -0,0 +1,17 @@
1
+ export default `<svg id="tnt-Dot-ChartArea2" 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="m13.783 38.694 30.54-5.454c.19-.034.197-.302.012-.348l-19.15-4.77a1.764 1.764 0 0 0-.702-.033L.37 31.806a.436.436 0 0 0-.117.827l12.836 5.969c.215.1.458.133.694.09v.002Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m5.34 11.576 35.12-2.112 4.512 19.624c.031.132.036.262.021.382a.847.847 0 0 1-.111.33.757.757 0 0 1-.223.241.705.705 0 0 1-.314.118L10.39 34.414a1.065 1.065 0 0 1-.794-.223 1.191 1.191 0 0 1-.285-.315 1.125 1.125 0 0 1-.155-.409L5.341 11.576Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M38.882 6.256a.873.873 0 0 1 .34.054c.11.039.215.1.31.18a1.157 1.157 0 0 1 .39.622l.54 2.35-35.12 2.114-.454-2.612a.921.921 0 0 1 .013-.392.86.86 0 0 1 .45-.557.994.994 0 0 1 .381-.099l33.15-1.66Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M10.39 34.411a1.067 1.067 0 0 1-.794-.222 1.191 1.191 0 0 1-.285-.316 1.112 1.112 0 0 1-.155-.408l-3.815-21.89-.454-2.61a.905.905 0 0 1 .163-.706l-.576.749a1.017 1.017 0 0 0-.093.15.912.912 0 0 0-.07.547l.448 2.582 3.75 21.65a1.14 1.14 0 0 0 .433.716c.111.084.235.148.37.188.133.039.273.051.416.032l33.648-4.25.968-.467-33.954 4.255Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M35.362 12.185c.261.224.42.56.488.901l.316 1.64a8.061 8.061 0 0 0-1.619-.02c-3.154.275-5.66 2.358-7.939 4.256-.029.029-.063.051-.095.077-1.389 1.157-2.7 2.242-4.087 2.977-1.74.918-3.516 1.337-5.095 1.475a14.274 14.274 0 0 1-2.83-.034l-.169-.02-.244-1.266c-.083-.43-.011-.864.227-1.189.912-1.225 2.164-2.256 3.834-2.402.388-.034.796-.02 1.229.049 1.005.16 1.937.192 2.807.115 2.623-.23 4.673-1.424 6.332-2.908 2.086-1.866 3.628-4.113 5.24-4.254.52-.046 1.049.127 1.602.603h.003Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m37.508 21.686 1.177 6.093c.112.588-.227 1.122-.755 1.188l-20.995 2.598c-.575.052-1.094-.365-1.22-.944l-.244-1.258c1.478-1.931 3.99-3.94 7.623-4.259a12.423 12.423 0 0 1 2.784.083c1.1.155 2.156.175 3.16.086 3.58-.313 6.513-1.972 8.47-3.59v.003Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M34.692 15.508a7.43 7.43 0 0 1 1.63.037l2.36 12.236c.112.588-.227 1.122-.755 1.188L16.93 31.567c-.574.051-1.094-.365-1.22-.945.123.58.646.996 1.185.948l21.028-2.6c.53-.067.87-.6.755-1.19l-1.177-6.093c-1.955 1.62-4.891 3.278-8.47 3.591a13.839 13.839 0 0 1-3.16-.086 12.1 12.1 0 0 0-2.784-.083c-3.634.318-6.146 2.327-7.624 4.256l-.976-5.083a25.905 25.905 0 0 0 .792.069c.66.037 1.39.034 2.168-.032 1.661-.146 3.53-.588 5.364-1.558 1.458-.772 2.822-1.906 4.196-3.051 2.345-1.952 4.728-3.938 7.681-4.197l.003-.005Z"/>
10
+ </g>
11
+ <defs>
12
+ <clipPath id="a">
13
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
14
+ </clipPath>
15
+ </defs>
16
+ </svg>
17
+ `;
@@ -0,0 +1,17 @@
1
+ export default `<svg id="tnt-Dot-ChartBPMNFlow" 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="m13.947 39.075 30.905-5.518c.192-.035.199-.306.011-.353l-19.379-4.827a1.786 1.786 0 0 0-.71-.032l-24.4 3.76a.442.442 0 0 0-.118.837l12.989 6.04c.218.102.463.135.702.09v.003Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m2.91 11.634 35.536-2.137 4.566 19.858c.031.134.036.265.021.386a.855.855 0 0 1-.113.334.767.767 0 0 1-.225.245.713.713 0 0 1-.318.119L8.02 34.745a1.077 1.077 0 0 1-.804-.226 1.208 1.208 0 0 1-.288-.32 1.14 1.14 0 0 1-.157-.413L2.91 11.634Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M36.848 6.251a.884.884 0 0 1 .345.054 1.17 1.17 0 0 1 .708.812l.547 2.378-35.539 2.14-.459-2.643a.933.933 0 0 1 .013-.397.87.87 0 0 1 .455-.563.987.987 0 0 1 .386-.1l33.544-1.68Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M8.019 34.742a1.077 1.077 0 0 1-.804-.225 1.208 1.208 0 0 1-.289-.32 1.125 1.125 0 0 1-.156-.413l-3.86-22.15-.46-2.642a.916.916 0 0 1 .165-.714l-.583.758a1.028 1.028 0 0 0-.094.152.922.922 0 0 0-.07.553l.452 2.613 3.794 21.908a1.154 1.154 0 0 0 .439.724c.112.086.238.15.373.19.136.04.278.052.422.034l34.05-4.302.98-.472-34.36 4.306Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M32.384 13.762c-.12-.623-.67-1.088-1.247-1.036v.002l-18.029 1.284c-.6.058-.99.634-.867 1.284l1.275 6.58c.123.636.689 1.094 1.315 1.038l17.942-1.897c.566-.072.924-.64.803-1.27l-1.192-5.985Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M29.929 14.973c.837-.072 1.652.61 1.83 1.53.166.86-.278 1.634-1.013 1.82a1.277 1.277 0 0 1-.19.034c-.01 0-.02 0-.03.002a1.487 1.487 0 0 1-.362-.013c-.602-.1-1.145-.568-1.38-1.202a1.848 1.848 0 0 1-.122-.634c-.016-.796.495-1.455 1.242-1.532h.023l.002-.005Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M30.162 18.345c.12.02.24.025.362.014.01 0 .02 0 .03-.002a1.3 1.3 0 0 0 .19-.034l.49 2.548.49 2.535-.573.066-.489-2.538-.5-2.59v.001Zm-12.607-.341a1.85 1.85 0 0 0-.09-.319l2.406-.253.124.645-2.406.255c0-.106-.013-.217-.034-.328Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M25.003 15.046c.22-.018.423.154.468.385l.267 1.383.122.638.267 1.383c.043.235-.09.443-.305.468l-2.73.297-.588.063-1.77.192c-.22.02-.432-.151-.475-.387l-.267-1.394-.125-.645-.31-1.53c-.045-.237.093-.445.31-.468l5.131-.387.005.002Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m23.095 19.602.412 2.138.541 2.813a.384.384 0 0 0-.22-.047.344.344 0 0 0-.262.158l-.075.113-.572-2.971-.412-2.141.588-.063Zm5.568-3.094c0 .104.014.21.034.319.02.108.05.215.088.314l-2.922.31-.122-.638 2.922-.308v.003Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M15.653 16.444c.772-.068 1.52.464 1.813 1.24.038.102.067.211.09.32.02.11.032.22.034.328.014.812-.518 1.484-1.297 1.568l-.034.002c-.871.077-1.72-.615-1.899-1.559-.183-.955.385-1.806 1.27-1.896h.023v-.003Zm8.175 8.062a.386.386 0 0 1 .29.095l1.555 1.256.113.09c.16.13.222.354.154.532a.433.433 0 0 1-.036.073l-1.087 1.675a.342.342 0 0 1-.265.16.404.404 0 0 1-.287-.093l-1.677-1.346a.463.463 0 0 1-.115-.604l.074-.114.946-1.45.075-.113a.345.345 0 0 1 .262-.159l-.002-.002Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m25.673 25.857 2.734-.326.122.636-2.59.31a.481.481 0 0 0-.153-.532l-.113-.09v.002Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M33.248 23.227c.215-.018.417.15.46.378l.65 3.372c.045.233-.089.441-.3.468l-4.78.589c-.219.02-.422-.15-.465-.378l-.288-1.49-.122-.635-.247-1.274c-.045-.236.09-.446.303-.471l2.69-.312.572-.066 1.523-.177.004-.004Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M19.296 27.056a2.021 2.021 0 0 0-.134-.425l3.386-.403-.075.113a.463.463 0 0 0 .055.546l-3.203.384a1.828 1.828 0 0 0-.03-.215Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M17.42 25.513c.726-.063 1.43.407 1.742 1.118a2.028 2.028 0 0 1 .163.64c.068.863-.475 1.603-1.288 1.702-.018 0-.036.005-.052.005-.862.075-1.697-.604-1.878-1.544-.184-.955.384-1.815 1.265-1.916.016 0 .032-.005.047-.005Z"/>
16
+ </svg>
17
+ `;
@@ -0,0 +1,18 @@
1
+ export default `<svg id="tnt-Dot-ChartBar" 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="m13.783 38.694 30.54-5.454c.19-.034.197-.302.012-.348l-19.15-4.77a1.764 1.764 0 0 0-.702-.033L.37 31.806a.436.436 0 0 0-.117.827l12.836 5.969c.215.1.458.133.694.09v.002Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m5.34 11.576 35.12-2.112 4.512 19.624c.031.132.036.262.021.382a.847.847 0 0 1-.111.33.757.757 0 0 1-.223.241.705.705 0 0 1-.314.118L10.39 34.414a1.065 1.065 0 0 1-.794-.223 1.191 1.191 0 0 1-.285-.315 1.125 1.125 0 0 1-.155-.409L5.341 11.576Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M38.882 6.256a.873.873 0 0 1 .34.054c.11.039.215.1.31.18a1.157 1.157 0 0 1 .39.622l.54 2.35-35.12 2.114-.454-2.612a.921.921 0 0 1 .013-.392.86.86 0 0 1 .45-.557.994.994 0 0 1 .381-.099l33.15-1.66Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M10.39 34.411a1.067 1.067 0 0 1-.794-.222 1.191 1.191 0 0 1-.285-.316 1.112 1.112 0 0 1-.155-.408l-3.815-21.89-.454-2.61a.905.905 0 0 1 .163-.706l-.576.749a1.017 1.017 0 0 0-.093.15.912.912 0 0 0-.07.547l.448 2.582 3.75 21.65a1.14 1.14 0 0 0 .433.716c.111.084.235.148.37.188.133.039.273.051.416.032l33.648-4.25.968-.467-33.954 4.255Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M26.78 21.739c.221-.02.428.15.473.38l.335 1.746c.046.236-.09.447-.308.472l-8.832 1.038a.463.463 0 0 1-.482-.385l-.34-1.77c-.046-.241.097-.454.317-.48l8.836-1.001Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M32.434 13.393c.216-.018.42.152.463.383l.333 1.723c.045.233-.088.442-.3.462l-15.962 1.443c-.227.02-.44-.154-.485-.39l-.34-1.768c-.048-.24.095-.451.317-.474l15.972-1.381.002.002Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M28.622 17.642c.218-.018.424.152.467.385l.336 1.735c.045.235-.091.444-.304.469L17.736 21.42c-.229.02-.437-.152-.483-.388l-.34-1.77c-.047-.24.096-.451.318-.474l11.391-1.146Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M24.968 26.07c.225-.02.429.15.474.381l.335 1.75c.046.238-.093.452-.31.479l-6.189.764a.461.461 0 0 1-.482-.386l-.34-1.768c-.048-.24.095-.455.317-.483l6.193-.739.002.003Z"/>
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,21 @@
1
+ export default `<svg id="tnt-Dot-ChartBullet" 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="m13.783 38.694 30.54-5.454c.19-.034.197-.302.012-.348l-19.15-4.77a1.764 1.764 0 0 0-.702-.033L.37 31.806a.436.436 0 0 0-.117.827l12.836 5.969c.215.1.458.133.694.09v.002Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m5.34 11.576 35.12-2.112 4.512 19.624c.031.132.036.262.021.382a.847.847 0 0 1-.111.33.757.757 0 0 1-.223.241.705.705 0 0 1-.314.118L10.39 34.414a1.065 1.065 0 0 1-.794-.223 1.191 1.191 0 0 1-.285-.315 1.125 1.125 0 0 1-.155-.409L5.341 11.576Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M38.882 6.256a.873.873 0 0 1 .34.054c.11.039.215.1.31.18a1.157 1.157 0 0 1 .39.622l.54 2.35-35.12 2.114-.454-2.612a.921.921 0 0 1 .013-.392.86.86 0 0 1 .45-.557.994.994 0 0 1 .381-.099l33.15-1.66Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M10.39 34.411a1.067 1.067 0 0 1-.794-.222 1.191 1.191 0 0 1-.285-.316 1.112 1.112 0 0 1-.155-.408l-3.815-21.89-.454-2.61a.905.905 0 0 1 .163-.706l-.576.749a1.017 1.017 0 0 0-.093.15.912.912 0 0 0-.07.547l.448 2.582 3.75 21.65a1.14 1.14 0 0 0 .433.716c.111.084.235.148.37.188.133.039.273.051.416.032l33.648-4.25.968-.467-33.954 4.255Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M34.613 18.856c.282-.023.544.194.603.494l1.655 8.584c.056.306-.117.576-.388.611l-2.029.25c-.285.027-.547-.19-.605-.49L32.19 19.69c-.059-.305.118-.573.391-.605l2.032-.227v-.003Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m28.542 28.951-1.776-9.221 3.064-.341 1.77 9.19c.059.305-.118.578-.394.614l-2.055.252c-.289.027-.553-.19-.612-.494h.003Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M22.547 12.63c.285-.027.555.199.614.502l1.876 9.745-3.102.356-1.882-9.778c-.059-.308.123-.579.406-.611l2.088-.215Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M18.941 22.656c.294-.026.565.197.62.5l1.297 6.737c.06.309-.12.588-.405.624l-2.106.258c-.297.027-.567-.194-.626-.5l-1.3-6.76c-.059-.312.127-.588.412-.62l2.108-.239Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M23.163 29.61 22.1 24.07l3.103-.359 1.062 5.521c.059.309-.12.585-.4.62l-2.083.254h-.017c-.277.023-.542-.195-.6-.497v.002Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M28.61 15.722c.282-.023.55.197.609.498l.45 2.34-3.068.339-.453-2.347c-.059-.306.118-.577.4-.606l2.059-.22.003-.004Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M29.972 18.528c.212-.017.412.147.456.37.044.23-.088.433-.297.457l-.3.032-3.065.341-.303.033c-.217.017-.417-.15-.461-.377-.044-.23.088-.435.3-.456l.306-.032 3.067-.338.303-.033-.006.003Zm-4.614 4.312c.206-.018.406.15.45.373.044.23-.091.436-.3.46l-.306.035-3.103.358-.309.036c-.217.017-.42-.147-.464-.377-.044-.232.094-.438.305-.462l.306-.035 3.103-.356.306-.035h.012v.003Zm-6.501-5.016c.22-.02.424.147.468.376.044.23-.094.439-.306.462l-3.768.412c-.22.02-.426-.15-.47-.38-.045-.232.094-.438.308-.461l3.768-.406v-.003ZM34.664 14.9c.21-.017.41.148.453.374.044.227-.088.43-.294.45l-3.63.391c-.211.018-.411-.147-.455-.373-.044-.227.091-.433.297-.453l3.626-.388h.003Z"/>
14
+ </g>
15
+ <defs>
16
+ <clipPath id="a">
17
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
18
+ </clipPath>
19
+ </defs>
20
+ </svg>
21
+ `;
@@ -0,0 +1,11 @@
1
+ export default `<svg id="tnt-Dot-ChartDoughnut" 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="m13.783 38.688 30.54-5.454c.191-.034.198-.302.012-.348l-19.15-4.77a1.762 1.762 0 0 0-.702-.032L.37 31.8a.436.436 0 0 0-.117.827l12.836 5.97c.215.1.458.132.694.088v.003Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m5.34 11.57 35.118-2.112 4.513 19.625c.03.132.035.262.02.381a.845.845 0 0 1-.11.33.758.758 0 0 1-.224.241.705.705 0 0 1-.313.118l-33.955 4.255a1.065 1.065 0 0 1-.794-.222 1.191 1.191 0 0 1-.285-.316 1.125 1.125 0 0 1-.155-.408L5.34 11.57Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M38.883 6.251a.873.873 0 0 1 .34.054 1.155 1.155 0 0 1 .7.802l.54 2.35-35.12 2.114-.454-2.612a.922.922 0 0 1 .013-.392.86.86 0 0 1 .45-.556.994.994 0 0 1 .381-.1l33.15-1.66Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M10.39 34.406a1.067 1.067 0 0 1-.795-.222 1.191 1.191 0 0 1-.285-.316 1.112 1.112 0 0 1-.155-.408L5.34 11.57l-.454-2.61a.905.905 0 0 1 .163-.706l-.576.75a1.018 1.018 0 0 0-.093.15.912.912 0 0 0-.07.546l.448 2.583 3.75 21.65a1.141 1.141 0 0 0 .802.903c.134.04.275.052.417.033l33.649-4.25.968-.467-33.955 4.255Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M32.142 21.693c.153-.006.295.13.31.295l.009.132c-.012-.165-.15-.3-.304-.3l-2.64.014c-.166.012-.266.145-.26.307a4.777 4.777 0 0 1-.259 1.786 4.037 4.037 0 0 1-1.09 1.665 3.768 3.768 0 0 1-2.234.975 4.1 4.1 0 0 1-1.201-.075c-.03-.006-.057-.009-.087-.006a.272.272 0 0 0-.244.232l-.434 2.812c-.024.16.072.322.22.364-1.364-.325-2.665-1.032-3.758-2.056a9.523 9.523 0 0 1-2.601-4.194c-.485-1.602-.524-3.276-.115-4.803.169-.626.41-1.216.714-1.758-.066.136-.009.32.127.413l2.426 1.601a.29.29 0 0 0 .187.048.272.272 0 0 0 .21-.132 3.85 3.85 0 0 1 .901-1.036c-.662.533-1.135 1.286-1.367 2.156a5.01 5.01 0 0 0 .07 2.743c.273.915.788 1.75 1.48 2.397a4.772 4.772 0 0 0 2.388 1.234c.368.066.738.084 1.096.054a3.81 3.81 0 0 0 1.385-.391 3.915 3.915 0 0 0 1.738-1.786c.34-.698.496-1.499.448-2.32-.009-.163.09-.299.238-.311l2.659-.06h-.012Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M26.191 11.806h.033c.9.042 1.807.256 2.67.632a8.608 8.608 0 0 1 2.614 1.78 9.453 9.453 0 0 1 1.888 2.646c.434.894.72 1.846.852 2.812.021.16-.078.292-.22.304l-3.185.01c-.154 0-.295-.14-.32-.305a4.906 4.906 0 0 0-.406-1.267 4.842 4.842 0 0 0-.954-1.334 4.36 4.36 0 0 0-1.319-.891 3.836 3.836 0 0 0-1.201-.304.361.361 0 0 1-.317-.317l-.349-3.471c-.015-.154.078-.286.217-.298l-.003.003Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M23.417 13.657a7.04 7.04 0 0 1 .355-.021c.157-.006.295.132.314.301l.295 2.903c.018.17-.097.305-.247.317a3.74 3.74 0 0 0-.49.066c-.028.006-.05.009-.07.015-.022.006-.043.009-.06.015-.01 0-.019.006-.03.006-.013 0-.019.006-.031.006l-.04.01a3.907 3.907 0 0 0-.65.234l-.039.018a3.663 3.663 0 0 0-.325.178 3.88 3.88 0 0 0-1.286 1.31.272.272 0 0 1-.21.132.29.29 0 0 1-.188-.048l-2.427-1.602c-.136-.093-.193-.274-.127-.413a6.35 6.35 0 0 1 .205-.343c.03-.045.051-.081.076-.117l.08-.12.073-.103a.253.253 0 0 0 .027-.04l.045-.063c.012-.015.021-.03.034-.042l.045-.057.072-.09c.009-.013.021-.025.03-.037.018-.02.033-.042.051-.06a30.475 30.475 0 0 1 .078-.093c.007-.01.016-.015.022-.024.066-.075.132-.148.202-.22l.072-.075c.105-.106.201-.2.3-.29l.028-.024c.021-.018.04-.036.06-.05a.301.301 0 0 1 .036-.03c.021-.019.046-.037.067-.058l.075-.063c.012-.013.027-.022.042-.034l.054-.042c.01-.009.021-.015.03-.024.021-.018.046-.033.07-.051.006-.006.015-.009.02-.015l.085-.063a6.632 6.632 0 0 1 3.28-1.208l-.003.009Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m29.488 21.837 2.661-.018c.154 0 .295.138.307.304.006.07.01.135.012.205 0 .057.003.087.006.117 0 .075.004.127.004.18v.356c0 .04 0 .078-.004.117v.052c0 .024 0 .05-.003.075 0 .018 0 .036-.003.054a.637.637 0 0 1-.006.075c0 .015 0 .034-.003.049l-.009.117c0 .018-.003.033-.006.051 0 .024-.006.045-.006.07 0 .02-.006.045-.006.066 0 .018-.003.033-.006.05 0 .025-.006.05-.009.073 0 .01 0 .021-.003.03a7.9 7.9 0 0 1-.382 1.596 7.206 7.206 0 0 1-1.313 2.306c-.009.012-.018.021-.027.034a7.119 7.119 0 0 1-.548.566 6.521 6.521 0 0 1-2.993 1.568 6.57 6.57 0 0 1-.918.145 7.157 7.157 0 0 1-2.282-.172.337.337 0 0 1-.238-.37l.433-2.812a.271.271 0 0 1 .331-.226c.4.084.807.108 1.202.075a3.768 3.768 0 0 0 2.234-.976 4.077 4.077 0 0 0 1.09-1.665 4.72 4.72 0 0 0 .259-1.785c-.006-.163.093-.292.238-.304l-.012-.003Z"/>
10
+ </svg>
11
+ `;
@@ -0,0 +1,15 @@
1
+ export default `<svg id="tnt-Dot-ChartFlow" 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="m13.783 38.688 30.54-5.454c.191-.034.198-.302.012-.348l-19.15-4.77a1.762 1.762 0 0 0-.702-.032L.37 31.8a.436.436 0 0 0-.117.827l12.836 5.97c.215.1.458.132.694.088v.003Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m5.34 11.57 35.118-2.112 4.513 19.625c.03.132.035.262.02.381a.845.845 0 0 1-.11.33.758.758 0 0 1-.224.241.705.705 0 0 1-.313.118l-33.955 4.255a1.065 1.065 0 0 1-.794-.222 1.191 1.191 0 0 1-.285-.316 1.125 1.125 0 0 1-.155-.408L5.34 11.57Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M38.881 6.251a.874.874 0 0 1 .34.054 1.155 1.155 0 0 1 .7.802l.54 2.35-35.12 2.114-.454-2.612a.922.922 0 0 1 .013-.392.86.86 0 0 1 .45-.556.994.994 0 0 1 .381-.1l33.15-1.66Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M10.39 34.406a1.067 1.067 0 0 1-.795-.222 1.191 1.191 0 0 1-.285-.316 1.112 1.112 0 0 1-.155-.408L5.34 11.57l-.454-2.61a.905.905 0 0 1 .163-.706l-.576.75a1.018 1.018 0 0 0-.093.15.912.912 0 0 0-.07.546l.448 2.583 3.75 21.65a1.141 1.141 0 0 0 .802.903c.134.04.275.052.417.033l33.649-4.25.968-.467-33.955 4.255Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M37.368 17.78c.298-.025.58.207.64.526l.466 2.438c.063.323-.122.61-.41.642l-4.86.558c-.303.028-.585-.207-.645-.526l-.106-.552-.17-.88-.197-1.022c-.063-.325.129-.614.42-.645l4.86-.539h.002Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m29.045 20.35 3.24-.364.169.88-3.446.389.106-.163c.141-.223.107-.533-.069-.743Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M25.823 17.903a.554.554 0 0 1 .4.132l2.733 2.224a.624.624 0 0 1 .09.09c.18.214.214.524.07.743l-.107.163-1.56 2.394-.113.172a.477.477 0 0 1-.36.22.53.53 0 0 1-.288-.057.755.755 0 0 1-.113-.072l-2.579-2.086-.166-.135a.665.665 0 0 1-.216-.73.48.48 0 0 1 .053-.107l1.792-2.729a.468.468 0 0 1 .36-.216l.004-.006Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m27.448 23.646.805 4.182c.016.082.085.141.157.135l2.625-.316.17.883-2.62.317s-.022 0-.031.003c-.51.044-1.003-.364-1.112-.924l-.758-3.948a.53.53 0 0 0 .288.057.472.472 0 0 0 .36-.22l.113-.172.003.003Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M19.314 19.776c.307-.029.598.21.66.535l.198 1.034.172.893.107.558c.066.332-.129.623-.433.658l-5.438.623c-.317.028-.608-.213-.67-.539l-.483-2.503c-.063-.332.134-.626.441-.658l2.35-.26.827-.09 2.265-.251h.004Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m16.352 16.418.696 3.609-.827.09-.696-3.611.827-.088Zm7.265 4.538a.665.665 0 0 0 .216.73l.166.135-3.656.414-.172-.893 3.45-.386h-.004Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M38.75 25.168c.3-.025.576.204.636.52l.47 2.437c.062.323-.123.61-.414.648l-7.47.915c-.307.028-.586-.204-.648-.523l-.123-.64-.169-.882-.178-.937c-.063-.326.125-.617.42-.651l7.476-.89v.003Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M19.89 12.187c.308-.028.599.213.662.539l.498 2.587c.062.329-.132.617-.433.652l-4.266.45-.826.088-2.716.288c-.313.029-.608-.213-.67-.538l-.501-2.616c-.063-.332.134-.623.441-.654l7.812-.799v.003Z"/>
14
+ </svg>
15
+ `;
@@ -0,0 +1,12 @@
1
+ export default `<svg id="tnt-Dot-ChartGantt" 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="m13.782 38.687 30.54-5.453c.19-.034.197-.302.011-.348l-19.15-4.77a1.762 1.762 0 0 0-.7-.032L.37 31.8a.436.436 0 0 0-.117.827l12.835 5.969c.216.1.458.133.694.089v.002Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M5.342 11.571 40.458 9.46l4.513 19.624c.031.132.035.262.02.381a.848.848 0 0 1-.11.33.758.758 0 0 1-.224.241.704.704 0 0 1-.313.118L10.39 34.408a1.085 1.085 0 0 1-.794-.223 1.191 1.191 0 0 1-.285-.315 1.126 1.126 0 0 1-.155-.408l-3.815-21.89Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M38.881 6.251a.874.874 0 0 1 .34.054 1.154 1.154 0 0 1 .7.802l.54 2.35L5.344 11.57 4.89 8.96a.922.922 0 0 1 .013-.393.86.86 0 0 1 .45-.557.994.994 0 0 1 .381-.099l33.148-1.66Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M10.391 34.406a1.067 1.067 0 0 1-.794-.223 1.191 1.191 0 0 1-.285-.316 1.112 1.112 0 0 1-.155-.408L5.342 11.57l-.454-2.612a.906.906 0 0 1 .163-.705l-.576.749a1.017 1.017 0 0 0-.093.15.913.913 0 0 0-.07.547l.448 2.582 3.75 21.65a1.14 1.14 0 0 0 .433.715c.11.085.235.148.369.188.134.039.274.051.417.033l33.647-4.251.968-.466-33.953 4.255Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M15.929 12.938c.21-.017.413.153.457.378l.293 1.517-.773.08-.293-1.52c-.044-.232.093-.437.307-.458h.009v.003Zm3.024 17.832-2.398-12.472.77-.085 2.396 12.461c.044.231-.093.438-.304.465-.219.02-.42-.143-.464-.371v.003Zm7.05-8 .733-.084h.02l1.342 6.965c.044.228-.088.433-.295.459-.22.02-.412-.143-.456-.368l-1.341-6.969-.003-.003Zm-1.67-10.685c.21-.017.415.146.459.374l1.323 6.878-.754.082-1.323-6.88c-.044-.229.087-.433.298-.454h-.003Zm11.241 16.644-.287-1.49.74-.091.288 1.49c.044.225-.088.43-.293.457h-.012c-.199.017-.395-.144-.436-.37v.004ZM32.58 11.245c.207-.018.406.146.45.37l2.354 12.216-.739.088-2.354-12.228c-.044-.225.085-.426.292-.447h-.003Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M21.16 14.366c.283-.026.555.196.613.5l.433 2.258c.058.307-.12.575-.4.605l-4.482.484-.77.085-2.764.298c-.292.026-.567-.198-.625-.502l-.438-2.282c-.059-.31.125-.584.412-.613l2.763-.286.771-.08 4.484-.467h.003Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M26.003 19.356c.289-.02.549.2.607.494l.436 2.25c.055.294-.111.563-.38.604h-.02l-.734.085-6.63.76c-.293.026-.562-.197-.62-.5l-.435-2.27c-.062-.31.12-.581.403-.613l6.634-.734.736-.081.003.005Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M37.772 23.553c.28-.024.537.192.593.488l.43 2.22c.057.297-.115.57-.384.601l-2.386.29-.74.09-5.494.663c-.286.026-.549-.19-.607-.49l-.433-2.247c-.058-.304.117-.575.395-.607l5.497-.643.74-.088 2.386-.28.003.003Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M32.43 18.637c.28-.024.543.192.598.493l.43 2.233c.058.3-.117.57-.389.602l-4.327.496c-.284.027-.55-.193-.608-.494l-.432-2.246c-.059-.304.116-.573.394-.605l4.33-.48h.003Z"/>
11
+ </svg>
12
+ `;
@@ -0,0 +1,25 @@
1
+ export default `<svg id="tnt-Dot-ChartOrg" 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="m13.71 38.628 30.38-5.424c.19-.035.196-.301.011-.347l-19.05-4.745a1.755 1.755 0 0 0-.697-.032L.368 31.777a.434.434 0 0 0-.116.823l12.768 5.937c.214.1.456.132.69.089v.002Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m5.349 11.57 35.11-2.112 4.513 19.62c.03.133.035.262.02.382a.848.848 0 0 1-.111.33.758.758 0 0 1-.223.241.704.704 0 0 1-.313.118l-33.948 4.254a1.065 1.065 0 0 1-.794-.222 1.191 1.191 0 0 1-.285-.316 1.125 1.125 0 0 1-.155-.408L5.35 11.57Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M38.884 6.251a.873.873 0 0 1 .34.054 1.154 1.154 0 0 1 .7.802l.54 2.349L5.351 11.57l-.454-2.611a.921.921 0 0 1 .012-.392.86.86 0 0 1 .45-.557.994.994 0 0 1 .382-.099l33.143-1.66Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M10.396 34.402a1.065 1.065 0 0 1-.794-.223 1.191 1.191 0 0 1-.285-.316 1.111 1.111 0 0 1-.155-.408L5.348 11.57l-.454-2.61a.905.905 0 0 1 .163-.706l-.576.749a1.017 1.017 0 0 0-.093.15.912.912 0 0 0-.07.547l.448 2.582 3.748 21.645a1.14 1.14 0 0 0 .803.904c.134.039.274.051.417.033l33.642-4.25.968-.467-33.948 4.255Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M35.924 25.333c-.53.048-1.05-.382-1.163-.972-.117-.606.23-1.143.775-1.206h.027c.534-.047 1.05.385 1.167.976.113.6-.23 1.14-.773 1.202-.009 0-.02 0-.03.003l-.003-.003Zm.796.65c.488-.042.974.157 1.341.515-.262.719-.856 1.243-1.628 1.339-.024 0-.044.006-.068.006-.749.065-1.485-.292-1.995-.895.224-.45.635-.763 1.145-.825l1.157-.138a.26.26 0 0 0 .047-.005v.003Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="M35.63 22.163c1.497-.006 2.898 1.229 3.22 2.89.343 1.773-.674 3.368-2.275 3.561l-.092.01h-.03c-.015 0-.03 0-.045.003h-.334c-.014 0-.032 0-.047-.003h-.024a.327.327 0 0 1-.054-.006h-.017c-.021 0-.04-.006-.06-.01l-.08-.011c-1.31-.224-2.457-1.366-2.743-2.85-.197-1.02.056-1.98.608-2.648.17-.206.37-.384.59-.527a2.508 2.508 0 0 1 1.091-.388c.024 0 .048-.006.072-.006a2.76 2.76 0 0 1 .22-.009v-.006Z" clip-rule="evenodd"/>
9
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M35.56 23.15c.534-.049 1.05.384 1.167.975.11.58-.209 1.105-.723 1.195l-.053.004a.1.1 0 0 1-.03.003c-.53.048-1.047-.382-1.163-.973-.113-.605.23-1.142.775-1.205h.027Zm1.152 2.832c.489-.045.975.155 1.341.516l.006.003c-.26.718-.856 1.243-1.628 1.338-.024.003-.045.006-.069.006-.75.066-1.487-.292-1.994-.894l-.004-.005a1.469 1.469 0 0 1 1.143-.821l1.157-.137a.26.26 0 0 1 .048-.006Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M24.224 11.973c1.57-.05 3.064 1.229 3.395 2.949.346 1.791-.697 3.386-2.334 3.565-.02 0-.039.003-.06.006h-.039c-1.61.12-3.171-1.18-3.508-2.945-.35-1.8.712-3.399 2.355-3.566.012 0 .027 0 .039-.003.05-.003.101-.009.152-.009v.003Z" clip-rule="evenodd"/>
11
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M24.631 15.17c-.548.048-1.082-.396-1.202-.996-.116-.606.239-1.149.794-1.205h.012c.552-.048 1.088.394 1.205.996.116.606-.239 1.146-.794 1.205h-.018.003Zm.779.664c.507-.045 1.011.164 1.393.536-.269.719-.877 1.243-1.67 1.327-.015 0-.03 0-.042.003-.775.069-1.541-.301-2.063-.921.23-.45.653-.764 1.172-.817l1.184-.128h.03-.004Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color14)" fill-rule="evenodd" d="M26.644 23.218c1.473.069 2.82 1.288 3.134 2.916l-.003-.003c.158.814.027 1.592-.316 2.218-.412.745-1.124 1.273-2.012 1.383-.033.003-.063.01-.096.01h-.027c-.02.002-.036.002-.048.002h-.345c-.018-.003-.033-.003-.048-.003h-.03c-.018-.003-.033-.006-.05-.006h-.024c-.018 0-.036-.005-.054-.005h-.02l-.06-.01c-.04-.005-.06-.011-.084-.014-1.306-.26-2.436-1.393-2.719-2.866-.31-1.615.504-3.08 1.857-3.503.158-.047.322-.083.495-.104.027 0 .051-.006.075-.006.065-.006.131-.009.197-.009.06-.003.119 0 .178 0Z" clip-rule="evenodd"/>
13
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M27.298 28.951c-.024 0-.045.006-.068.006-.767.066-1.518-.292-2.034-.9a1.5 1.5 0 0 1 1.172-.835l1.18-.143c.018 0 .033-.003.051-.006.498-.045.996.158 1.372.522-.269.724-.877 1.258-1.667 1.353l-.006.003Zm-.514-2.53c-.543.048-1.07-.387-1.184-.984-.116-.609.239-1.154.794-1.217.009 0 .02 0 .03-.003.542-.048 1.07.388 1.184.984.12.606-.239 1.152-.79 1.217-.01 0-.022 0-.03.003h-.004Zm-9.336 1.113c-.555.047-1.095-.391-1.209-.994-.116-.617.248-1.166.815-1.235h.027c.557-.047 1.094.391 1.21.997.117.611-.244 1.163-.81 1.232-.01 0-.022 0-.03.003l-.003-.003Zm.82.658c.51-.045 1.017.158 1.398.524-.274.734-.897 1.273-1.705 1.369l-.074.009c-.782.068-1.545-.292-2.072-.907a1.538 1.538 0 0 1 1.198-.846l1.204-.143c.018 0 .033-.003.051-.006Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="M17.165 24.292c1.56-.009 3.017 1.25 3.342 2.945.35 1.81-.718 3.444-2.388 3.65-.032.003-.065.009-.1.012a.684.684 0 0 0-.079.005c-1.613.099-3.157-1.183-3.497-2.942-.348-1.821.73-3.455 2.41-3.649l.077-.009c.077-.006.155-.009.23-.012h.005Z" clip-rule="evenodd"/>
15
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m27.179 17.33 7.072 5.238a2.55 2.55 0 0 0-.59.528l-7.004-5.184c.203-.168.379-.364.525-.585l-.003.003Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M17.073 25.303c.558-.048 1.095.39 1.21.996.117.612-.244 1.163-.81 1.232-.01.003-.02.003-.03.003-.555.048-1.092-.39-1.209-.993-.112-.599.226-1.132.763-1.227l.05-.011h.026Zm.818 4.796c-.78.068-1.547-.292-2.072-.907v-.006a1.544 1.544 0 0 1 1.199-.846v-.003l1.204-.143c.018-.003.033-.006.051-.006.51-.045 1.017.158 1.398.524v.01c-.274.733-.897 1.27-1.705 1.368-.024.003-.05.009-.075.009Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M24.771 18.493c.138.009.278.009.415 0h.039a2.6 2.6 0 0 0 .325-.048l.918 4.77c-.066 0-.131.003-.197.01-.024 0-.048.005-.074.005a2.896 2.896 0 0 0-.495.105l-.933-4.842h.003Zm-1.835-.778c.22.188.462.346.716.47l-4.857 6.572a3.178 3.178 0 0 0-.808-.352l4.95-6.69Z"/>
18
+ </g>
19
+ <defs>
20
+ <clipPath id="a">
21
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
22
+ </clipPath>
23
+ </defs>
24
+ </svg>
25
+ `;
@@ -0,0 +1,11 @@
1
+ export default `<svg id="tnt-Dot-ChartPie" 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="m13.783 38.688 30.54-5.454c.191-.034.198-.302.012-.348l-19.15-4.77a1.762 1.762 0 0 0-.702-.032L.37 31.8a.436.436 0 0 0-.117.827l12.836 5.97c.215.1.458.132.694.088v.003Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m5.34 11.57 35.118-2.112 4.513 19.625c.03.132.035.262.02.381a.845.845 0 0 1-.11.33.758.758 0 0 1-.224.241.705.705 0 0 1-.313.118l-33.955 4.255a1.065 1.065 0 0 1-.794-.222 1.191 1.191 0 0 1-.285-.316 1.125 1.125 0 0 1-.155-.408L5.34 11.57Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M38.883 6.251a.873.873 0 0 1 .34.054 1.155 1.155 0 0 1 .7.802l.54 2.35-35.12 2.114-.454-2.612a.922.922 0 0 1 .013-.392.86.86 0 0 1 .45-.556.994.994 0 0 1 .381-.1l33.15-1.66Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M10.39 34.406a1.067 1.067 0 0 1-.795-.222 1.191 1.191 0 0 1-.285-.316 1.112 1.112 0 0 1-.155-.408L5.34 11.57l-.454-2.61a.905.905 0 0 1 .163-.706l-.576.75a1.018 1.018 0 0 0-.093.15.912.912 0 0 0-.07.546l.448 2.583 3.75 21.65a1.141 1.141 0 0 0 .802.903c.134.04.275.052.417.033l33.649-4.25.968-.467-33.955 4.255Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M25.097 21.308c.02.177.168.32.333.32l7.343-.035-7.416.035c-.146.013-.244.108-.263.238L23.887 29.7a.357.357 0 0 0 .237.39c-1.483-.355-2.89-1.138-4.063-2.266a10.002 10.002 0 0 1-2.668-4.453c-.485-1.692-.5-3.448-.044-5.045.456-1.594 1.356-2.954 2.589-3.905-.114.102-.12.298-.013.438l4.893 6.367a.16.16 0 0 0 .14.066c.07-.006.13-.067.123-.155l.02.174-.004-.003Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m25.33 21.627 7.439-.035c.146 0 .282.117.314.273a.245.245 0 0 1 .006.05c0 .042.006.086.006.127 0 .022 0 .045.004.067v.139c.003.13.006.232.003.333v.12c0 .12-.007.222-.013.324 0 .06-.006.088-.006.117v.041c0 .029-.004.054-.007.083 0 .022-.003.04-.006.063 0 .035-.006.073-.01.108 0 .025-.006.05-.006.073 0 .019-.003.038-.006.057 0 .025-.007.053-.01.079a.242.242 0 0 1-.006.047l-.016.124a1.787 1.787 0 0 1-.022.136l-.022.137-.029.148-.028.143-.029.127c0 .013-.006.025-.01.041a1.197 1.197 0 0 1-.022.089l-.01.044c-.005.026-.012.05-.018.076-.013.045-.022.089-.035.133-.016.051-.025.086-.035.12a9.12 9.12 0 0 1-.133.416 7.452 7.452 0 0 1-1.987 3.055 6.914 6.914 0 0 1-2.995 1.616c-.028.007-.044.01-.063.016l-.086.02c-.035.005-.07.015-.101.021l-.05.01c-.01 0-.02.003-.033.006a7.233 7.233 0 0 1-1.829.127c-.047 0-.075-.003-.107-.006a.514.514 0 0 1-.07-.007c-.019 0-.034 0-.053-.003a7.894 7.894 0 0 1-1.008-.152l-.12-.029a.36.36 0 0 1-.251-.393l1.207-7.834a.267.267 0 0 1 .241-.237l.013-.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M29.741 11.572a.255.255 0 0 1 .168.042c1.442.852 2.694 2.069 3.645 3.53a11.495 11.495 0 0 1 1.765 4.81c.022.169-.086.305-.235.318l-8.372-.029c-.222 0-.393-.26-.308-.472l3.122-8.03a.248.248 0 0 1 .215-.165v-.004Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M23.58 13c.127-.009.25-.018.377-.021.152-.007.295.12.327.285 0 .01.003.022.006.032l.792 7.833c.007.095-.053.155-.123.161a.164.164 0 0 1-.14-.066l-4.894-6.369c-.108-.14-.105-.336.012-.437A6.945 6.945 0 0 1 23.58 13Z"/>
10
+ </svg>
11
+ `;
@@ -0,0 +1,5 @@
1
+ export default `<svg id="tnt-Dot-CodePlaceholder" 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="M0 4a4 4 0 0 1 4-4h37a4 4 0 0 1 4 4v37a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M2.5 41v-1.388a.5.5 0 0 1 1 0V41a.5.5 0 0 0 .5.5h1.388a.5.5 0 0 1 0 1H4A1.5 1.5 0 0 1 2.5 41Zm10.287.5a.5.5 0 1 1 0 1h-2.774a.5.5 0 0 1 0-1h2.774Zm7.4 0a.5.5 0 0 1 0 1h-2.775a.5.5 0 0 1 0-1h2.776Zm7.4 0a.5.5 0 0 1 0 1h-2.774a.5.5 0 0 1 0-1h2.775Zm7.4 0a.5.5 0 0 1 0 1h-2.774a.5.5 0 1 1 0-1h2.774ZM41.5 41v-1.388a.5.5 0 0 1 1 0V41a1.5 1.5 0 0 1-1.5 1.5h-1.388a.5.5 0 0 1 0-1H41a.5.5 0 0 0 .5-.5Zm-39-6.013v-2.774a.5.5 0 1 1 1 0v2.774a.5.5 0 0 1-1 0Zm39 0v-2.774a.5.5 0 1 1 1 0v2.774a.5.5 0 0 1-1 0Zm-39-7.4v-2.774a.5.5 0 0 1 1 0v2.775a.5.5 0 0 1-1 0Zm39 0v-2.774a.5.5 0 0 1 1 0v2.775a.5.5 0 0 1-1 0Zm-39-7.4v-2.775a.5.5 0 0 1 1 0v2.776a.5.5 0 0 1-1 0Zm39 0v-2.775a.5.5 0 0 1 1 0v2.776a.5.5 0 0 1-1 0Zm-39-7.4v-2.774a.5.5 0 1 1 1 0v2.774a.5.5 0 1 1-1 0Zm39 0v-2.774a.5.5 0 0 1 1 0v2.774a.5.5 0 1 1-1 0Zm-39-7.4V4A1.5 1.5 0 0 1 4 2.5h1.388l.1.01a.5.5 0 0 1 0 .98l-.1.01H4a.5.5 0 0 0-.5.5v1.388a.5.5 0 0 1-1 0Zm39 0V4a.5.5 0 0 0-.5-.5h-1.388a.5.5 0 0 1 0-1H41A1.5 1.5 0 0 1 42.5 4v1.388a.5.5 0 0 1-1 0ZM12.787 2.5a.5.5 0 1 1 0 1h-2.774a.5.5 0 1 1 0-1h2.774Zm7.4 0a.5.5 0 0 1 0 1h-2.775a.5.5 0 0 1 0-1h2.776Zm7.4 0a.5.5 0 0 1 0 1h-2.774a.5.5 0 0 1 0-1h2.775Zm7.4 0a.5.5 0 0 1 0 1h-2.774a.5.5 0 1 1 0-1h2.774Z"/>
4
+ </svg>
5
+ `;
@@ -0,0 +1,15 @@
1
+ export default `<svg id="tnt-Dot-Company" 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_Color14)" d="M14.225 9.626v10.653L25.27 16.2 14.225 9.626Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m15.49 11.604 9.412 5.025-3.164 1.04-6.23-2.265-.019-3.8Zm-.017 4.405.019 3.85 5.744-1.931-5.763-1.92Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m44.524 45.34-11.826.133v-32.25l11.783 6.411.043 25.707Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M.682 45.473V16.556l13.543-6.93.046 10.575 18.466-6.97-.014 32.242H.682Zm43.073-20.818-9.863-4.446v-5.086l9.83 5.452.033 4.08Zm-.063 4.63-9.8-3.141V21.06l9.767 4.146.033 4.078Zm-.002 4.843-9.84-1.94v-5.083l9.807 2.951.032 4.072Zm.084 4.92-9.93-.957v-5.086l9.897 1.97.033 4.073Zm-.041 4.88-9.926.254v-5.083l9.893.763.033 4.066Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color27)" d="m14.634 21.597 17.013-5.996.008 3.408-17.013 5.023-.008-2.435Zm.008 4.953 17.01-4.389.003 3.415-17.013 3.561V26.55Zm0 5.022 17.013-3.224v3.426l-17.013 2.383v-2.585Zm0 5.058 17.013-2.13v3.432l-17.013 1.28v-2.583Zm.014 4.919 17-.764v3.265h-17v-2.501ZM1.7 17.857l11.126-5.03.014 2.382-11.119 4.755-.022-2.107Zm.022 4.18 11.14-4.369.014 2.406-11.154 4.09v-2.128ZM1.7 26.066l11.157-3.614.01 2.424L1.7 28.21v-2.144Zm.022 3.88 11.127-2.957.014 2.444L1.722 32.1v-2.155ZM1.7 33.99l11.143-2.17.014 2.463L1.72 36.16l-.022-2.17Zm.03 4.03 11.108-1.467.011 2.484-11.127 1.17.008-2.188Zm-.008 4.056 11.108-.688.016 2.66-11.124.224v-2.196Z"/>
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,18 @@
1
+ export default `<svg id="tnt-Dot-Compass" 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.625" cy="22.5" r="22.5" fill="var(--sapContent_Illustrative_Color2)"/>
4
+ <circle cx="22.358" cy="22.477" r="20.64" fill="var(--sapContent_Illustrative_Color8)"/>
5
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M21.802 38.605h.966c.087-.702-.261-1.405-1.669-1.405-1.493 0-1.669.615-1.669 1.142 0 .527.44.878 1.054 1.142.615.263.966.439.966.614 0 .176-.087.352-.439.352-.28 0-.468-.352-.527-.527H19.43c-.087.79.879 1.141 1.581 1.141.703 0 1.493-.35 1.493-.966 0-.79-.64-1.024-1.23-1.141-.702-.14-.702-.44-.702-.615 0-.176.088-.44.615-.44s.585.47.615.703ZM5.554 19.197v-.966l3.601 1.229-.176 1.23-2.195.175 2.02 1.054v1.142l-3.689.175v-1.053h2.108l-1.844-.967v-1.141l2.107-.176-1.932-.703Zm35.72 4.771L37.52 23.5l-.351 2.898.878.088.176-1.756.702.087-.175 1.845.79.087.176-1.756.614.088-.175 1.844.79.088.328-3.045ZM23.383 8.659l.394-3.714 1.187.113 1.19 2.185.127-2.01 1.142.088-.44 3.689-1.014-.077-1.294-2.112-.212 1.901-1.08-.063Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color23)" d="m26.72 14.454-1.757-4.83-3.073 4.303 4.83.527Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="m26.204 17.649-1.468-6.564-3.023 5.614-5.182-3.196 1.64 6.046-6.736 1.554 6.132 3.196-3.713 5.527 6.39-2.073 1.469 6.65 3.397-6.402 5.844 4.243-1.986-6.82 6.045-1.125-6.045-3.196 3.454-5.527-6.218 2.073Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m12.264 8.13 8.512 15.832s9.9 9.524 10.517 8.972c.617-.552-5.739-12.397-5.739-12.397L12.264 8.13Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color23)" d="m12.264 8.13 8.512 15.832s2.857-.229 3.474-.78c.617-.553 1.304-2.645 1.304-2.645L12.264 8.13Z"/>
10
+ <circle cx="23.309" cy="22.154" r="1.42" fill="var(--sapContent_Illustrative_Color2)"/>
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,22 @@
1
+ export default `<svg id="tnt-Dot-Components" 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="m24.361 16.265.004-.002.018.128c.004.04.005.079.005.115a.584.584 0 0 1-.21.455l-1.067.86a.489.489 0 0 0 .179-.26.768.768 0 0 0 .031-.192.948.948 0 0 0-.025-.237l-.006.006-1.114-5.412 1.053-.925 1.132 5.464Zm.801 3.855a1.039 1.039 0 0 0-.184-.419.808.808 0 0 0-.285-.229 1.146 1.146 0 0 0-.59-.087.581.581 0 0 0-.21.05c-.03.015-.06.029-.088.045a.842.842 0 0 0-.081.056l-.939.735a1.827 1.827 0 0 1-.517.111 1.892 1.892 0 0 1-.76-.094 2.25 2.25 0 0 1-.683-.375 2.408 2.408 0 0 1-.53-.595 2.24 2.24 0 0 1-.303-.756 2.023 2.023 0 0 1-.039-.514 1.88 1.88 0 0 1 .087-.472 1.65 1.65 0 0 1 .5-.743l-1.036.869a1.51 1.51 0 0 0-.296.33 1.633 1.633 0 0 0-.198.407 1.87 1.87 0 0 0-.047.975c.052.27.158.519.295.748a2.295 2.295 0 0 0 1.2.955 1.916 1.916 0 0 0 1.297-.025c.075-.028.142-.061.204-.098a1.6 1.6 0 0 0 .167-.114c.277-.218.553-.43.827-.648a.601.601 0 0 1 .078-.014 1.74 1.74 0 0 1 .27 0c.101.01.21.036.31.086a.74.74 0 0 1 .283.227c.02.025.039.055.059.086.053.09.097.201.125.33l1.14 5.53 1.106-.774-1.16-5.589h-.005l.003.006Zm-5.457-4.407-1.025.88a.495.495 0 0 1-.078.056c-.028.017-.056.028-.084.04a.517.517 0 0 1-.182.036h-.14c-.044 0-.092-.012-.136-.02a1.677 1.677 0 0 1-.129-.03c-.042-.012-.078-.026-.111-.037a.962.962 0 0 1-.391-.274c-.11-.12-.204-.26-.316-.402a2.763 2.763 0 0 0-.419-.441 2.343 2.343 0 0 0-.7-.386 1.955 1.955 0 0 0-.414-.106 1.706 1.706 0 0 0-.204-.02h-.198a1.8 1.8 0 0 0-.55.13 1.575 1.575 0 0 0-.467.295l.983-.899a1.608 1.608 0 0 1 .737-.385 1.667 1.667 0 0 1 .49-.042c.066.005.136.008.203.02a1.993 1.993 0 0 1 .416.106c.302.111.528.245.707.388.178.145.307.296.421.444.115.148.213.287.319.407.109.12.232.218.396.28a1.411 1.411 0 0 0 .377.087c.045 0 .095.005.143 0a.517.517 0 0 0 .181-.037.389.389 0 0 0 .084-.04c.025-.016.053-.033.078-.055"/>
4
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M15.161 14.539a1.609 1.609 0 0 1 .74-.386 1.676 1.676 0 0 1 .486-.041c.067.005.137.008.204.02a1.969 1.969 0 0 1 .416.106c.302.111.528.245.707.388.179.145.307.296.422.444.114.147.212.287.318.407a.994.994 0 0 0 .508.316 1.411 1.411 0 0 0 .265.05.807.807 0 0 0 .235-.011.534.534 0 0 0 .173-.064c.025-.017.053-.034.078-.056-.34.293-.684.586-1.024.88a.495.495 0 0 1-.079.055c-.028.017-.055.028-.083.04a.518.518 0 0 1-.182.036h-.14c-.044 0-.092-.011-.136-.02a1.685 1.685 0 0 1-.129-.03c-.042-.012-.078-.026-.112-.037a.942.942 0 0 1-.39-.276c-.11-.12-.204-.26-.316-.402a2.772 2.772 0 0 0-.42-.442 2.343 2.343 0 0 0-.7-.385 1.947 1.947 0 0 0-.413-.106 1.748 1.748 0 0 0-.204-.02c-.067 0-.134 0-.198.003a1.8 1.8 0 0 0-.55.129 1.576 1.576 0 0 0-.467.296l.983-.9m13.178 27.198L42.13 39.93l1.279-.612-13.916 1.802-1.162.611Zm-7.42-10.448-1.06.723a1.676 1.676 0 0 0 .63-.807 1.991 1.991 0 0 0 .084-1.114 2.501 2.501 0 0 0-.28-.766 2.71 2.71 0 0 0-.376-.485c-.131-.137-.252-.25-.355-.378a.966.966 0 0 1-.215-.438 1.498 1.498 0 0 1-.025-.466.81.81 0 0 1 .07-.243.514.514 0 0 1 .167-.199l1.05-.776a.572.572 0 0 0-.167.201.737.737 0 0 0-.073.246 1.567 1.567 0 0 0 .025.47.994.994 0 0 0 .218.44c.104.129.232.246.358.38.128.137.265.288.38.492.117.203.22.45.282.773a2.016 2.016 0 0 1-.084 1.126 1.78 1.78 0 0 1-.26.46c-.109.14-.237.26-.38.355"/>
5
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M20.598 26.34a.573.573 0 0 0-.168.2.737.737 0 0 0-.072.247c-.011.086-.011.17-.006.25.006.082.017.157.03.222a.996.996 0 0 0 .219.44c.103.13.232.246.357.38.129.137.266.288.38.492.117.204.22.45.282.774a2.016 2.016 0 0 1-.084 1.125 1.86 1.86 0 0 1-.257.46c-.109.14-.237.26-.38.356l-1.06.723c.145-.098.267-.218.376-.352.11-.137.193-.29.254-.455a1.95 1.95 0 0 0 .12-.534 2.427 2.427 0 0 0-.318-1.346 2.71 2.71 0 0 0-.377-.486c-.131-.136-.254-.248-.354-.377a.995.995 0 0 1-.216-.438 1.524 1.524 0 0 1-.025-.466.81.81 0 0 1 .07-.243.515.515 0 0 1 .168-.199l1.05-.776"/>
6
+ <path fill="var(--sapContent_Illustrative_Color15)" d="m11.472 23.214 5.406 1.894 1.025-.805-5.46-1.921-.971.83v.002Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M11.715 22.47a.454.454 0 0 1 .15-.095.537.537 0 0 1 .19-.047h.087c.028.002.061.002.095.008.033.005.067.01.103.02a.74.74 0 0 1 .112.033l-.97.829a1.197 1.197 0 0 0-.209-.053c-.03-.003-.064-.008-.095-.008h-.086a.589.589 0 0 0-.19.047c-.028.014-.053.025-.078.042a.653.653 0 0 0-.07.053l.96-.827v-.002Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M5.768 5.782 2.096 19.95l.874-.88L6.659 4.766l-.89 1.016Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M10.938 26.508a1.896 1.896 0 0 1-.492.201 1.707 1.707 0 0 1-.27.045 1.889 1.889 0 0 1-.642-.045 2.338 2.338 0 0 1-1.477-1.114 2.164 2.164 0 0 1-.272-.765 2.016 2.016 0 0 1 .028-.807 2.136 2.136 0 0 1 .24-.595c.02-.03.04-.053.059-.081l.793-.704c.03-.028.058-.053.084-.084a.784.784 0 0 0 .131-.198.828.828 0 0 0 .042-.126c.02-.08.039-.181.042-.29a.96.96 0 0 0-.037-.34.765.765 0 0 0-.19-.33 1.017 1.017 0 0 0-.405-.252L2.96 19.05l-.874.88 5.557 1.943a.943.943 0 0 1 .4.249c.095.1.153.212.187.324.033.114.042.232.036.338a1.772 1.772 0 0 1-.042.284.703.703 0 0 1-.042.123c-.008.02-.02.037-.027.053l-.715.637a1.518 1.518 0 0 0-.162.165 1.516 1.516 0 0 0-.151.207 1.871 1.871 0 0 0-.131.26 2.04 2.04 0 0 0-.137 1.128c.042.262.137.52.27.756a2.298 2.298 0 0 0 1.246 1.04 2.114 2.114 0 0 0 .645.111c.07 0 .14 0 .207-.008a1.896 1.896 0 0 0 .52-.126 1.835 1.835 0 0 0 .449-.268c.318-.263.642-.525.96-.788a1.398 1.398 0 0 1-.217.151Zm18.549 14.61-1.159.612-14.653 1.91 1.022-.606 14.787-1.913.003-.003Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" d="m14.7 43.034-1.022.606-2.98-15.773.966-.782L14.7 43.031v.003Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color3)" d="m36.827 9.986 3.223 14.427-4.988.472a.746.746 0 0 1-.698-.29 1.216 1.216 0 0 1-.168-.296 1.81 1.81 0 0 1-.084-.282.831.831 0 0 1 .026-.45c.044-.14.111-.268.175-.416a1.87 1.87 0 0 0 .154-.523 2.178 2.178 0 0 0-.045-.762 2.32 2.32 0 0 0-.815-1.315 2.138 2.138 0 0 0-.656-.363 1.844 1.844 0 0 0-.73-.095 1.517 1.517 0 0 0-1.15.673c-.126.19-.215.408-.257.648-.042.24-.039.5.02.768.067.31.167.553.279.748.114.196.246.344.369.478.125.134.248.245.346.371.1.126.179.257.215.43.017.081.034.182.04.285a.797.797 0 0 1-.037.316.571.571 0 0 1-.176.27.675.675 0 0 1-.38.14l-5.186.489-1.156-5.574a1.009 1.009 0 0 0-.187-.428.807.807 0 0 0-.285-.229 1.138 1.138 0 0 0-.59-.087.682.682 0 0 0-.39.166c-.11.089-.207.203-.316.315a1.635 1.635 0 0 1-.419.324c-.173.09-.4.168-.7.193a1.893 1.893 0 0 1-.76-.095 2.245 2.245 0 0 1-.685-.374 2.401 2.401 0 0 1-.53-.595 2.186 2.186 0 0 1-.302-.757 1.931 1.931 0 0 1-.006-.78 1.625 1.625 0 0 1 .788-1.117c.207-.117.438-.19.695-.206a2.08 2.08 0 0 1 .754.075c.21.062.38.157.537.249.156.092.293.19.433.257s.282.112.444.098c.078-.006.17-.02.265-.045a.708.708 0 0 0 .268-.131.535.535 0 0 0 .184-.263.846.846 0 0 0 .006-.438l-1.131-5.454 13.603-.835v.005l.003.003Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M32.216 20.095c.246-.02.494.013.729.094a2.266 2.266 0 0 1 1.17.941c.14.224.246.473.301.738.068.307.073.556.045.762-.028.207-.09.372-.153.523-.065.15-.134.279-.176.416a.857.857 0 0 0-.025.45c.016.08.044.178.083.281.04.104.095.207.168.296a.768.768 0 0 0 .28.227.815.815 0 0 0 .418.064l4.988-.472 3.332 14.918-13.877 1.796-1.196-5.77a.966.966 0 0 1 0-.458.552.552 0 0 1 .179-.279.832.832 0 0 1 .262-.15c.093-.034.188-.05.266-.06.165-.019.31.02.452.084.143.065.282.16.439.252.156.092.326.181.536.24.21.059.447.087.743.053a1.6 1.6 0 0 0 1.184-.74c.128-.201.218-.43.26-.681a2.123 2.123 0 0 0-.023-.794 2.41 2.41 0 0 0-.835-1.354 2.075 2.075 0 0 0-.673-.363 1.786 1.786 0 0 0-.748-.081 1.747 1.747 0 0 0-.69.212c-.173.1-.304.224-.413.344-.112.122-.207.24-.313.33a.696.696 0 0 1-.388.178 1.352 1.352 0 0 1-.282 0 .947.947 0 0 1-.316-.084.733.733 0 0 1-.282-.229 1.06 1.06 0 0 1-.187-.43l-1.17-5.644 5.186-.489a.688.688 0 0 0 .38-.14.544.544 0 0 0 .175-.268 1.01 1.01 0 0 0 .037-.315c0-.103-.02-.207-.04-.288a.995.995 0 0 0-.214-.43c-.1-.125-.224-.237-.347-.371a2.495 2.495 0 0 1-.368-.478 2.413 2.413 0 0 1-.28-.748 1.986 1.986 0 0 1-.02-.768c.043-.24.13-.458.255-.648a1.52 1.52 0 0 1 1.15-.673v.006h-.002Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color3)" d="m26.298 25.717 1.17 5.647c.04.187.106.326.19.435a.744.744 0 0 0 .29.23.975.975 0 0 0 .316.08c.103.009.198.006.277-.003a.723.723 0 0 0 .402-.181c.111-.095.21-.212.318-.332.112-.123.243-.243.413-.341a1.75 1.75 0 0 1 .685-.212c.251-.025.502.005.742.084.24.078.467.203.668.363a2.355 2.355 0 0 1 .827 1.348c.058.274.064.542.022.79a1.813 1.813 0 0 1-.257.68c-.128.2-.29.368-.489.496a1.586 1.586 0 0 1-.678.246 1.892 1.892 0 0 1-.743-.053 2.293 2.293 0 0 1-.534-.237c-.156-.092-.296-.184-.435-.252a.809.809 0 0 0-.444-.086 1.431 1.431 0 0 0-.28.059.781.781 0 0 0-.276.148.578.578 0 0 0-.187.282.91.91 0 0 0 0 .46l1.195 5.77-14.787 1.913-3.036-15.946 5.524-.523a.868.868 0 0 1 .45.065.79.79 0 0 1 .293.234c.078.095.131.204.173.308.042.106.067.209.084.29a.873.873 0 0 1-.037.47c-.047.144-.128.281-.2.438a1.99 1.99 0 0 0-.18.55c-.033.218-.036.477.029.807a2.343 2.343 0 0 0 .849 1.385c.212.168.446.293.7.371.252.079.514.11.78.081a1.681 1.681 0 0 0 1.235-.74c.136-.203.23-.432.276-.687a2.114 2.114 0 0 0-.009-.804 2.527 2.527 0 0 0-.282-.774 2.678 2.678 0 0 0-.38-.491c-.13-.137-.257-.254-.357-.38a1.026 1.026 0 0 1-.218-.441 1.776 1.776 0 0 1-.034-.296.992.992 0 0 1 .042-.327.551.551 0 0 1 .19-.276.744.744 0 0 1 .4-.145l5.309-.503h-.006Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color26)" d="m6.646 4.794 14.421 5.401-1.156 5.133a.985.985 0 0 1-.09.243.501.501 0 0 1-.13.16.623.623 0 0 1-.162.091.661.661 0 0 1-.176.037h-.143c-.047 0-.092-.011-.137-.02a1.725 1.725 0 0 1-.128-.03c-.042-.012-.078-.026-.112-.037a1.013 1.013 0 0 1-.396-.28c-.112-.12-.207-.262-.319-.407a2.689 2.689 0 0 0-.421-.444 2.344 2.344 0 0 0-.707-.388 1.995 1.995 0 0 0-.416-.106 1.696 1.696 0 0 0-.204-.02c-.067-.003-.134 0-.201 0a1.678 1.678 0 0 0-.96.377 1.63 1.63 0 0 0-.55.9c-.062.256-.065.519-.023.779s.137.508.27.74c.135.232.305.44.512.617a2.295 2.295 0 0 0 .96.491c.081.02.157.037.23.045.072.008.139.017.206.02.067.002.126 0 .187 0 .053 0 .104-.012.154-.02s.098-.02.142-.028a.9.9 0 0 0 .131-.036c.042-.014.084-.025.126-.04.042-.013.081-.027.12-.038.04-.012.078-.026.117-.037.04-.01.076-.02.115-.028a.806.806 0 0 1 .114-.016h.082c.027.002.055 0 .083.005.028.006.056.009.087.017a1.998 1.998 0 0 1 .36.15c.098.054.193.127.277.213.083.087.15.196.187.318a.896.896 0 0 1 .005.45l-1.2 5.32-5.45-1.918a.994.994 0 0 0-.11-.034c-.037-.008-.07-.017-.104-.02-.034 0-.064-.008-.095-.008h-.087a.587.587 0 0 0-.27.09.714.714 0 0 0-.188.178.884.884 0 0 0-.117.22c-.028.076-.05.149-.067.213a.89.89 0 0 0 .028.478c.047.156.123.313.193.488.07.176.136.369.167.595.03.226.025.486-.047.799a1.85 1.85 0 0 1-.221.533 1.705 1.705 0 0 1-.815.698 1.817 1.817 0 0 1-.749.143 1.889 1.889 0 0 1-.433-.053 2.34 2.34 0 0 1-1.477-1.114 2.164 2.164 0 0 1-.271-.766 2.068 2.068 0 0 1 .028-.807 1.99 1.99 0 0 1 .316-.709 1.94 1.94 0 0 1 .41-.397c.14-.103.27-.19.383-.29.111-.1.195-.22.237-.388a1.319 1.319 0 0 0 .006-.631.793.793 0 0 0-.19-.33 1.034 1.034 0 0 0-.41-.254l-5.6-1.969 3.678-14.28Z"/>
15
+ </g>
16
+ <defs>
17
+ <clipPath id="a">
18
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
19
+ </clipPath>
20
+ </defs>
21
+ </svg>
22
+ `;
@@ -0,0 +1,9 @@
1
+ export default `<svg id="tnt-Dot-Dialog" 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.52 23.398a3.73 3.73 0 0 1-.387.215 4.805 4.805 0 0 1-.41.176 4.949 4.949 0 0 1-.435.136 5.244 5.244 0 0 1-.46.092l-.031.005.084.378a3.852 3.852 0 0 0 .444-.242l1.194-.758v-.002Zm-.972 6.224a.425.425 0 0 1-.124.05l-.063.016a.282.282 0 0 1-.065.01c-.04.003-.08.003-.121.003-.042 0-.082-.008-.124-.016a.56.56 0 0 1-.123-.04.732.732 0 0 1-.12-.06h-.006l-7.63-4.804.021-.013h-.034v.002l-3.713.36.132.627 2.497-.244 7.535 4.763h.005a.808.808 0 0 0 .22.09c.006 0 .011.005.017.007a.358.358 0 0 0 .06.01c.02.003.04.006.06.006h.06c.02 0 .04-.003.058-.003a.501.501 0 0 0 .066-.01c.021-.005.045-.01.063-.016a.85.85 0 0 0 .12-.05l1.2-.682c-.015.007-.03.018-.05.023l.05-.029h.01ZM17.17 8.547c.118-.402.28-.78.485-1.127a4.64 4.64 0 0 1 .735-.94h-.002l-.966.95a4.6 4.6 0 0 0-.73.933c-.205.344-.368.72-.483 1.116a5.145 5.145 0 0 0-.205 1.258 5.78 5.78 0 0 0 .107 1.362h.003l.231 1.184 1.116-.13-.389-1.965a5.72 5.72 0 0 1-.107-1.37c.018-.444.086-.87.205-1.271Zm6.392 24.022-5.844.659.601-.644 6.291-.703h.01l.016-.003c.082-.01.15-.018.229-.031.304-.082.611-.137.908-.245.095-.036.186-.076.276-.115l.128-.063a4.63 4.63 0 0 0 .316-.176l-1.006.646a4.1 4.1 0 0 1-.433.244l-.069.029-.06.029a4.466 4.466 0 0 1-.252.102c-.029.01-.058.026-.087.037a4.534 4.534 0 0 1-.498.145c-.171.042-.347.063-.526.086v.003Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M10.63 21.454a1.856 1.856 0 0 0-.691-.079h-.006a1.487 1.487 0 0 0-.64.192 1.534 1.534 0 0 0-.74 1.014 1.731 1.731 0 0 0-.009.698 1.988 1.988 0 0 0 .736 1.203c.186.144.393.257.617.328.223.07.457.1.695.076a1.56 1.56 0 0 0 .644-.2c.189-.107.349-.254.472-.425.124-.173.213-.375.26-.59a1.72 1.72 0 0 0 .005-.697 1.994 1.994 0 0 0-.73-1.192 1.92 1.92 0 0 0-.611-.328h-.003Zm5.914-.479c-.22-.068-.457-.1-.69-.079h-.006a1.484 1.484 0 0 0-.64.192 1.532 1.532 0 0 0-.74 1.013 1.73 1.73 0 0 0-.008.699 1.987 1.987 0 0 0 .735 1.202c.186.145.393.258.617.328.223.071.457.1.695.077a1.56 1.56 0 0 0 .644-.2c.189-.108.349-.255.472-.425a1.62 1.62 0 0 0 .26-.591 1.72 1.72 0 0 0 .006-.696 1.995 1.995 0 0 0-.73-1.192 1.916 1.916 0 0 0-.612-.328h-.003Zm5.849-.564c-.22-.068-.456-.1-.693-.078h-.005a1.485 1.485 0 0 0-.64.191 1.532 1.532 0 0 0-.741 1.014 1.732 1.732 0 0 0-.008.698 1.987 1.987 0 0 0 .735 1.203c.187.144.394.257.617.328.223.07.457.1.696.076.24-.021.454-.092.643-.2.19-.107.35-.254.473-.425.123-.173.213-.375.26-.59a1.73 1.73 0 0 0 .005-.696 1.994 1.994 0 0 0-.73-1.192 1.916 1.916 0 0 0-.611-.329Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M11.282 38.301h.003l.003-.002-.006.002Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m1.833 20.633 1.494 8.425c.073.423.197.827.354 1.213l.021.058c.034.081.071.16.108.239.018.042.037.084.058.126.068.136.141.27.22.402a.74.74 0 0 1 .034.063c.021.034.045.065.066.1.052.08.105.162.163.24.042.061.084.124.131.185l.008.013c.052.068.108.131.16.197.087.105.176.207.27.307l.132.14c.065.065.131.13.2.193.036.035.073.066.11.098.07.06.136.126.21.183a6.13 6.13 0 0 0 1.614.932c.035.014.066.027.1.037.06.024.121.05.184.071.037.013.076.021.113.032l.126.036c.168.048.339.09.512.121.042.008.081.019.123.024.01 0 .021 0 .032.002.404.066.816.09 1.231.06l.864 4.709a.838.838 0 0 0 .192.423.847.847 0 0 0 .373.265c.031.01.063.02.094.028.029.008.063.01.092.016.031.005.06.005.092.005a.936.936 0 0 0 .094-.005c.027-.003.056-.005.082-.013a.693.693 0 0 0 .079-.026c.005 0 .007-.003.013-.003.002-.003.005-.003.01-.005.016-.008.032-.013.047-.021.003 0 .006-.003.008-.005.032-.016.047-.024.087-.048l.04-.026c.012-.008.026-.018.041-.026.027-.019.056-.037.082-.053.026-.015.055-.037.081-.052.026-.016.055-.034.082-.053.026-.018.055-.034.08-.052.027-.019.056-.035.082-.053l.082-.052c.026-.019.055-.035.081-.053.026-.018.055-.034.082-.052.026-.019.055-.037.08-.053.027-.016.056-.037.082-.052.013-.008.016-.014.032-.021-.005.002 0 0-.005 0-.03.015-.058.031-.09.044-.029.013-.058.021-.086.03a.923.923 0 0 1-.092.02.416.416 0 0 1-.06.005h-.095c-.016 0-.032 0-.048-.005-.013 0-.028-.005-.042-.008l-.044-.008h-.008c-.031-.005-.063-.018-.095-.029-.052-.023-.1-.044-.147-.07a.785.785 0 0 1-.139-.1c-.042-.034-.073-.079-.11-.121a.939.939 0 0 1-.184-.4l-.88-4.764a5.515 5.515 0 0 1-.55.01c-.227-.026-.452-.037-.678-.068-.071-.01-.142-.026-.213-.04a6.885 6.885 0 0 1-.627-.157c-.074-.024-.147-.05-.22-.076-.085-.03-.166-.063-.248-.095-.063-.026-.128-.052-.191-.081a6.58 6.58 0 0 1-.386-.192 4.488 4.488 0 0 1-.187-.108 3.705 3.705 0 0 1-.218-.134c-.068-.044-.139-.089-.204-.136-.071-.047-.137-.1-.205-.15a5.42 5.42 0 0 1-.15-.113c-.045-.034-.087-.073-.129-.11-.073-.063-.144-.123-.215-.189a4.947 4.947 0 0 1-.333-.336 6.047 6.047 0 0 1-.428-.507c-.048-.06-.09-.123-.134-.186a5.282 5.282 0 0 1-.168-.255l-.09-.142a6.277 6.277 0 0 1-.78-2.076s-1.52-8.513-1.517-8.513a5.538 5.538 0 0 1-.063-1.515c.003-.031.005-.063.01-.091a5.133 5.133 0 0 1 .174-.864 5.018 5.018 0 0 1 .438-1.03c.027-.05.058-.097.087-.144.053-.087.11-.173.168-.257l.095-.134c.042-.058.086-.113.13-.168.032-.04.067-.076.1-.113l.11-.124-.03.035s.02-.021.028-.035l-.031.037-.066.071-.029.03-.084.088a.861.861 0 0 1-.05.053l-.13.139s-.022.021-.03.032l-.084.086a.537.537 0 0 1-.042.045c-.026.023-.058.063-.084.086-.026.024-.06.06-.084.087a.611.611 0 0 1-.042.045c-.024.026-.058.06-.081.086a5.32 5.32 0 0 0-.352.42l-.021.03c-.05.068-.103.133-.147.204a4.626 4.626 0 0 0-.31.554c-.029.063-.063.123-.09.187-.02.05-.036.1-.057.15a3.387 3.387 0 0 0-.126.356.409.409 0 0 1-.021.06l-.032.122c-.01.044-.026.086-.036.13-.006.024-.008.05-.013.074a4.094 4.094 0 0 0-.058.313l-.016.11a4.492 4.492 0 0 0-.034.323c0 .018-.005.04-.005.058v.047c-.021.407 0 .83.078 1.258h-.002Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M20.81 12.924a5.246 5.246 0 0 1 2.056.279 6.086 6.086 0 0 1 1.83 1.013 6.494 6.494 0 0 1 1.42 1.594c.384.609.668 1.294.82 2.021l1.334 6.449.081.394.097.457.148.709c.154.756.162 1.49.044 2.168a5.018 5.018 0 0 1-.725 1.857 4.532 4.532 0 0 1-1.378 1.357 4.53 4.53 0 0 1-1.909.656l-6.306.704-5.506 6.144a.734.734 0 0 1-.202.15c-.035.018-.077.031-.116.047a.466.466 0 0 1-.123.024c-.03 0-.063.005-.092.005-.03 0-.063 0-.092-.005a7.723 7.723 0 0 0-.097-.016.925.925 0 0 1-.473-.297.964.964 0 0 1-.2-.42l-.88-4.765a5.618 5.618 0 0 1-2.16-.281 6.187 6.187 0 0 1-1.92-1.056 6.431 6.431 0 0 1-1.464-1.672 6.235 6.235 0 0 1-.806-2.13l-1.518-8.517a5.428 5.428 0 0 1 .05-2.203c.163-.685.46-1.31.866-1.846.407-.535.925-.98 1.526-1.302a5.02 5.02 0 0 1 2.032-.578l10.145-.698.17-.01.949-.066 2.405-.163-.005-.003ZM22.29 23.8a1.424 1.424 0 0 0 1.05-.609c.118-.17.197-.365.239-.575.042-.21.042-.44-.008-.674a1.992 1.992 0 0 0-1.305-1.484 1.65 1.65 0 0 0-.659-.079 1.408 1.408 0 0 0-1.053.599c-.118.168-.2.362-.244.575a1.68 1.68 0 0 0 .003.677c.047.237.136.46.262.66.126.199.281.372.46.514.178.142.38.252.593.32.213.069.439.095.662.076Zm-11.7 1.088a1.531 1.531 0 0 0 1.376-1.216c.047-.215.05-.454.005-.696a1.926 1.926 0 0 0-.262-.67 2.027 2.027 0 0 0-1.08-.85 1.75 1.75 0 0 0-.693-.079 1.531 1.531 0 0 0-1.381 1.208c-.05.218-.055.454-.008.698a1.988 1.988 0 0 0 .736 1.203c.186.144.393.257.617.328.223.07.457.1.695.076m5.918-.554a1.458 1.458 0 0 0 1.082-.617c.121-.173.205-.37.25-.583a1.717 1.717 0 0 0 0-.685 1.887 1.887 0 0 0-.263-.66 2.076 2.076 0 0 0-.462-.516 1.92 1.92 0 0 0-.599-.323 1.722 1.722 0 0 0-.674-.079 1.49 1.49 0 0 0-.625.192 1.452 1.452 0 0 0-.46.415 1.627 1.627 0 0 0-.254 1.27 2.025 2.025 0 0 0 .727 1.19c.181.144.388.254.604.325.215.071.446.1.677.076"/>
7
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M35.27 4.446a5.312 5.312 0 0 1 2.087.326 6.436 6.436 0 0 1 1.877 1.079 7.037 7.037 0 0 1 1.473 1.664c.402.636.706 1.342.874 2.096l1.888 8.328c.17.748.197 1.48.1 2.158a4.978 4.978 0 0 1-.649 1.856 4.373 4.373 0 0 1-1.294 1.374 4.3 4.3 0 0 1-1.83.693l1.053 4.77c.016.082.026.163.024.237a.88.88 0 0 1-.037.218.685.685 0 0 1-.237.344c-.023.018-.05.034-.073.05-.024.013-.053.026-.079.039a.772.772 0 0 1-.084.026c-.029.008-.058.01-.087.013a.47.47 0 0 1-.12 0c-.042 0-.082-.008-.124-.015a.56.56 0 0 1-.123-.04.646.646 0 0 1-.12-.06L32.16 24.77l-3.747.365-.094-.457-.082-.394-1.334-6.448a6.203 6.203 0 0 0-.816-2.022 6.394 6.394 0 0 0-1.42-1.594 6.117 6.117 0 0 0-1.83-1.013 5.24 5.24 0 0 0-2.056-.279l-2.403.163-.95.066-.389-1.964a5.747 5.747 0 0 1 0-2.271 4.858 4.858 0 0 1 .838-1.89 4.53 4.53 0 0 1 1.52-1.316 4.814 4.814 0 0 1 2.048-.554L24 5.032l1.172-.06 10.098-.523.007-.006-.008.003Z"/>
8
+ </svg>
9
+ `;
@@ -0,0 +1,10 @@
1
+ export default `<svg id="tnt-Dot-ExternalLink" 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 36.528c.45.258.974.357 1.488.28l30.053-4.457-16.159-5.808L0 30.233l10.982 6.295Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color27)" d="m8.33 13.553 31.125-2.383 3.98 18.67c.04.193.044.381.015.559-.03.178-.094.336-.183.475a1.086 1.086 0 0 1-.346.34 1.175 1.175 0 0 1-.48.164L13.748 34.31c-.193.02-.385 0-.563-.06a1.712 1.712 0 0 1-.505-.266 1.738 1.738 0 0 1-.39-.435 1.57 1.57 0 0 1-.218-.56L8.33 13.554Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M42.816 31.27c-.04.02-.079.035-.118.05a.972.972 0 0 1-.129.035c-.044.01-.089.014-.133.02l-28.693 2.931c-.193.02-.386 0-.564-.059a1.707 1.707 0 0 1-.504-.267 1.736 1.736 0 0 1-.39-.435 1.57 1.57 0 0 1-.218-.559L8.329 13.554l-.366-1.893c-.025-.12-.03-.238-.025-.351a1.19 1.19 0 0 1 .06-.327 1.36 1.36 0 0 1 .133-.292 1.27 1.27 0 0 1 .198-.242l-.688.633c-.074.07-.143.153-.197.242a1.513 1.513 0 0 0-.134.287 1.19 1.19 0 0 0-.06.326c-.004.114 0 .233.025.352l.361 1.888 3.719 19.353c.04.203.113.39.217.554.104.168.238.311.386.43.148.119.321.208.5.267.177.06.37.08.563.06l28.589-2.938a1.224 1.224 0 0 0 .262-.054.849.849 0 0 0 .119-.05c.04-.02.074-.04.108-.059l.826-.524c-.034.025-.074.045-.109.064v-.01Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M37.492 8.07a1.33 1.33 0 0 1 .524.07c.168.054.326.148.47.261a1.66 1.66 0 0 1 .578.94l.39 1.825L8.33 13.553l-.366-1.894a1.441 1.441 0 0 1 0-.564 1.21 1.21 0 0 1 .208-.474c.099-.139.228-.253.38-.337.154-.084.327-.138.515-.153L37.492 8.07Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color17)" d="m41.546 32.968-1.09.702s-.024.017-.035.022c-.01.005-.024.016-.035.022-.01.005-.024.016-.035.021-.01.006-.024.017-.035.022a7.317 7.317 0 0 1-2.262.908 7.47 7.47 0 0 1-.819.133 7.115 7.115 0 0 1-.416.035c-.138.008-.28.011-.421.014-.14.002-.284 0-.427-.011-.143-.01-.287-.016-.43-.033a8.78 8.78 0 0 1-1.289-.227 9.308 9.308 0 0 1-2.475-1.028 10.35 10.35 0 0 1-2.178-1.724 10.752 10.752 0 0 1-1.662-2.244 10.385 10.385 0 0 1-1.008-2.586 9.918 9.918 0 0 1-.225-1.336 9.108 9.108 0 0 1-.032-1.329 8.58 8.58 0 0 1 .503-2.501c.143-.388.313-.76.51-1.112a7.376 7.376 0 0 1 1.484-1.867l.962-.87a7.21 7.21 0 0 0-.822.878 7.507 7.507 0 0 0-.672 1.008 7.964 7.964 0 0 0-.854 2.342 8.9 8.9 0 0 0-.163 1.31 9.31 9.31 0 0 0 .033 1.341c.043.45.119.903.227 1.35a10.55 10.55 0 0 0 1.783 3.803c.282.38.587.74.914 1.082a10.507 10.507 0 0 0 2.203 1.746c.396.235.807.438 1.223.614a9.04 9.04 0 0 0 3.01.694c.147.009.287.011.43.011.144 0 .284-.005.428-.01a8.477 8.477 0 0 0 1.248-.168 7.669 7.669 0 0 0 1.56-.523c.248-.115.488-.245.72-.388.014-.009.025-.017.039-.022.013-.005.024-.016.035-.022.01-.005.024-.016.035-.021l.035-.025"/>
7
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M41.067 18.264a10.802 10.802 0 0 1 3.191 4.302c.225.553.403 1.128.53 1.71a9.493 9.493 0 0 1 .192 2.602c-.03.426-.087.849-.176 1.26a8.256 8.256 0 0 1-.357 1.207 7.72 7.72 0 0 1-1.224 2.123 7.233 7.233 0 0 1-3.31 2.282 7.517 7.517 0 0 1-1.624.352 7.39 7.39 0 0 1-.849.046 7.61 7.61 0 0 1-.43-.01 8.601 8.601 0 0 1-1.735-.266A9.274 9.274 0 0 1 34 33.444a10.164 10.164 0 0 1-2.378-1.41 10.602 10.602 0 0 1-1.962-2.033 10.605 10.605 0 0 1-1.784-3.803 9.703 9.703 0 0 1-.226-1.35 9.272 9.272 0 0 1-.033-1.342 8.749 8.749 0 0 1 .511-2.55 7.89 7.89 0 0 1 .527-1.141c.203-.364.435-.703.694-1.022a7.257 7.257 0 0 1 2.903-2.16 7.654 7.654 0 0 1 2.389-.548 8.342 8.342 0 0 1 1.683.065c.56.078 1.116.211 1.662.396.546.184 1.078.42 1.595.707.516.287 1.013.62 1.486 1.003v.008Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M38.71 19.213c.525-.046 1.005.105 1.44.452.436.348.71.798.822 1.352l1.47 7.256c.113.553.028 1.035-.254 1.445-.282.41-.685.638-1.21.684l-5.882.515a2.896 2.896 0 0 1-1.167-.142 3.709 3.709 0 0 1-1.04-.555 4.004 4.004 0 0 1-.796-.909 3.482 3.482 0 0 1-.467-1.16 2.809 2.809 0 0 1-.007-1.178c.08-.378.214-.716.406-1.014.206-.3.467-.537.783-.713a2.51 2.51 0 0 1 1.07-.338l2.63-.23-.83-.662a.646.646 0 0 1-.245-.378.51.51 0 0 1 .065-.406.465.465 0 0 1 .358-.21.547.547 0 0 1 .404.12l1.936 1.544c.123.123.198.25.224.38a.51.51 0 0 1-.065.407l-1.253 1.822a.444.444 0 0 1-.337.207.62.62 0 0 1-.425-.118.72.72 0 0 1-.229-.403.515.515 0 0 1 .086-.408l.537-.78-2.63.23a1.538 1.538 0 0 0-.674.214 1.6 1.6 0 0 0-.495.466c-.12.174-.204.381-.254.623a1.72 1.72 0 0 0 .002.734c.106.524.37.96.792 1.31.433.332.898.477 1.395.433l5.881-.514a.68.68 0 0 0 .53-.291c.12-.174.155-.384.105-.632l-1.471-7.256a.977.977 0 0 0-.352-.591.855.855 0 0 0-.629-.19l-6.875.601a.68.68 0 0 0-.531.291c-.12.174-.154.384-.104.632l.337 1.661a.59.59 0 0 1-.061.428.436.436 0 0 1-.342.185.623.623 0 0 1-.424-.118.716.716 0 0 1-.23-.402l-.336-1.662c-.112-.553-.027-1.035.255-1.445.282-.41.685-.638 1.21-.684l6.875-.602h.002Z"/>
9
+ </svg>
10
+ `;