@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,106 @@
1
+ export default `<svg width="128" height="128" version="1.1" id="tnt-Spot-Avatar" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2
+ viewBox="0 0 128 128" enable-background="new 0 0 128 128" xml:space="preserve">
3
+ <circle fill="var(--sapContent_Illustrative_Color7)" cx="64" cy="64" r="64"/>
4
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M114.1,52.1c-0.1-2.4-0.7-4.2-1.3-4.2c-0.6,0-1.1,1.8-1.3,4.2c-2.4,0.2-4.2,0.7-4.2,1.3s1.8,1.1,4.2,1.2
5
+ c0.1,2.4,0.7,4.2,1.3,4.2c0.6,0,1.1-1.8,1.3-4.2c2.4-0.2,4.2-0.7,4.2-1.3C118.3,52.7,116.5,52.2,114.1,52.1z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M64.5,9.9c-0.1-1.3-0.4-2.4-0.7-2.4s-0.6,1-0.7,2.4c-1.4,0.1-2.4,0.4-2.4,0.7s1,0.6,2.4,0.7
7
+ c0.1,1.3,0.4,2.4,0.7,2.4s0.6-1,0.7-2.4c1.4-0.1,2.4-0.4,2.4-0.7C66.8,10.3,65.8,10,64.5,9.9z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M101.3,59.5c0.5-0.5,0.5-1.3,0-1.8s-1.3-0.5-1.8,0s-0.5,1.3,0,1.8C100,60.1,100.8,60.1,101.3,59.5z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M79.7,45.9c0.5-0.5,0.5-1.3,0-1.8s-1.3-0.5-1.8,0s-0.5,1.3,0,1.8C78.4,46.4,79.2,46.4,79.7,45.9z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M6.4,53.8c0.6-0.6,0.6-1.7,0-2.3s-1.7-0.6-2.3,0s-0.6,1.7,0,2.3C4.7,54.4,5.8,54.4,6.4,53.8z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M58.8,16.5c0.5-0.5,0.5-1.3,0-1.8s-1.3-0.5-1.8,0s-0.5,1.3,0,1.8S58.3,17,58.8,16.5z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color19)" d="M92.4,115.2c0.6-0.6,0.6-1.7,0-2.3c-0.6-0.6-1.7-0.6-2.3,0c-0.6,0.6-0.6,1.7,0,2.3S91.7,115.8,92.4,115.2z"
13
+ />
14
+ <path fill="var(--sapContent_Illustrative_Color19)" d="M72.7,28.4c-0.4-2,1.8-4.3,5.6-6.6c0-0.6,0.1-1.1,0.2-1.7c-6,3-9.6,6.4-9,9.1c0.5,2.7,5,4.1,11.6,4.2
15
+ c-0.3-0.5-0.5-1-0.8-1.5C76,31.6,73.1,30.4,72.7,28.4z"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color19)" d="M116,26.7c-2.3,10.8-12.5,17.7-22.7,15.6
17
+ C83,40.1,76.5,29.6,78.8,18.7c1.3-6.1,5.1-11,10-13.7C99.7,9.6,109.1,17.2,116,26.7z"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color7)" d="M111.3,20.9l-5.1-1.1c-0.2,0-0.4,0-0.6,0.1s-0.3,0.3-0.3,0.5
19
+ c0,0.1-0.1,0.2-0.1,0.3c-0.1,0.1-0.1,0.2-0.2,0.2c-0.1,0.1-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.3,0L98,19.8c-0.7-0.1-1.3-0.6-1.7-1.2
20
+ s-0.5-1.4-0.4-2.1l0.2-0.7c0-0.1,0-0.2,0-0.3S96,15.3,96,15.2c-0.1-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.2-0.1-0.3-0.1l-11.9-2.5l0,0
21
+ l-2-0.4l-0.1,0.1c-0.1,0.1-0.2,0.3-0.2,0.4l0,0c0,0,0,0.1-0.1,0.1c-0.1,0.1-0.1,0.2-0.2,0.3l0,0c0,0.1-0.1,0.2-0.1,0.2s0,0,0,0.1
22
+ l0,0l0,0l0,0c-0.1,0.2-0.2,0.3-0.2,0.5l-0.1,0.1c-0.1,0.2-0.2,0.4-0.3,0.6l0,0c-0.1,0.2-0.2,0.4-0.2,0.5H80
23
+ c-0.2,0.4-0.3,0.8-0.5,1.2v0.1c-0.1,0.2-0.1,0.4-0.2,0.6l0,0l0,0l15,3.1l16.7,3.6l3.2,0.7C113.2,23,112.3,21.9,111.3,20.9z
24
+ M114.4,24.6c0.3,0.3,0.5,0.7,0.8,1c-4.4,2.1-10,4.1-16.2,5.6c-3.8,0.9-7.4,1.5-10.8,1.8l0,0c-1.8,0.2-3.6,0.3-5.4,0.3
25
+ c-0.2,0-0.3,0-0.5,0c-0.4,0-0.8,0-1.3,0c-0.1-0.2-0.3-0.5-0.4-0.7l0,0c-0.1-0.2-0.2-0.5-0.4-0.7l0,0l0,0c0.1,0,0.3,0,0.4,0
26
+ C81.4,32,82.2,32,83,32c4.4,0,9.9-0.6,15.8-2C104.9,28.7,110.4,26.7,114.4,24.6z M93.2,21.7l1.2,0.2c0.2,0,0.3,0.1,0.4,0.3
27
+ c0.1,0.1,0.1,0.3,0.1,0.5s-0.1,0.3-0.3,0.4s-0.3,0.1-0.5,0.1L93,23c-0.2,0-0.3-0.1-0.4-0.3s-0.1-0.3-0.1-0.5s0.1-0.3,0.3-0.4
28
+ C92.9,21.7,93.1,21.7,93.2,21.7z M107.2,32.8c0.3-0.1,0.5-0.3,0.7-0.5s0.4-0.3,0.6-0.4s0.5-0.1,0.7-0.1l4.4,0.9
29
+ c-0.6,1-1.2,1.9-1.9,2.8l-6.9-1.4c-0.1,0-0.2-0.1-0.2-0.1c-0.1-0.1-0.1-0.1-0.2-0.2c0-0.1-0.1-0.2-0.1-0.3s0-0.2,0.1-0.3
30
+ s0.2-0.3,0.3-0.3c0.1-0.1,0.3-0.1,0.4-0.1l1.2,0.1C106.6,33,106.9,33,107.2,32.8z M78.8,18.7L78.8,18.7L78.8,18.7l3.7,0.8l0,0
31
+ l7.9,1.7c0.2,0,0.3,0.1,0.4,0.3c0.1,0.1,0.1,0.3,0.1,0.5s-0.1,0.3-0.3,0.4c-0.1,0.1-0.3,0.1-0.5,0.1L78.5,20
32
+ C78.6,19.5,78.7,19.1,78.8,18.7L78.8,18.7z"/>
33
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color20)" d="M111.4,21c1.6,1.8,3.2,3.7,4.6,5.7c-2.3,10.8-12.5,17.7-22.7,15.6
34
+ c-2.7-0.6-5.2-1.7-7.3-3.3c-0.1-0.1-0.2-0.2-0.4-0.3c-5-4-7.8-10.6-7.2-17.5c1.3,6.5,6.2,11.9,12.9,13.3
35
+ C100.3,36.3,109.2,30.3,111.4,21z"/>
36
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color19)" d="M111.4,21c-0.2,0.9-0.5,1.7-0.8,2.5l0.3,0.1l3.2,0.7
37
+ C113.2,23.1,112.3,22,111.4,21z M114.4,24.6c0.3,0.3,0.5,0.7,0.8,1c-2.3,1.1-5,2.2-7.8,3.2c0.5-0.5,0.9-1.1,1.3-1.7
38
+ C110.8,26.3,112.7,25.5,114.4,24.6z M113.7,32.8c-0.1,0.2-0.2,0.4-0.3,0.5c-0.5,0.8-1,1.5-1.6,2.2l-6.9-1.4c-0.1,0-0.2-0.1-0.2-0.1
39
+ c-0.1-0.1-0.1-0.1-0.2-0.2c0-0.1-0.1-0.2-0.1-0.3s0-0.2,0.1-0.3s0.2-0.3,0.3-0.3c0.1-0.1,0.3-0.1,0.4-0.1l1.2,0.1
40
+ c0.3,0,0.6,0,0.9-0.1s0.5-0.3,0.7-0.5s0.4-0.3,0.6-0.4s0.5-0.1,0.7-0.1L113.7,32.8z M82.4,33.4c-0.4,0-0.8,0-1.3,0
41
+ c-0.3-0.5-0.5-1-0.8-1.4l0,0l0,0c0.1,0,0.3,0,0.4,0c0.8,0.1,1.6,0.1,2.4,0.1s1.6,0,2.5,0c0.6,0.4,1.2,0.8,1.9,1.1
42
+ c-1.5,0.1-3.1,0.2-4.6,0.3C82.7,33.4,82.5,33.4,82.4,33.4z"/>
43
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color19)" d="M5.8,90.6c2.2-4,4.3-7.6,6.1-10.2c0.4-0.6,1.3-0.4,1.3,0.3
44
+ c0.2,2.2-2.3,6.4-4.3,9.8c-0.6,1.1-1.2,2.1-1.7,2.9C6.7,92.5,6.2,91.6,5.8,90.6z M47.7,125.9c12.7-7.2,23.6-17.8,32.8-29.3
45
+ c1-1.3,2.2-2.9,3.4-4.6l0,0c6.5-9,16-22.1,26.7-18.5c3.1,1.1-0.1,7.5-1.4,10l0,0c-0.1,0.3-0.3,0.5-0.4,0.7c-0.4,0.9-1,2-1.6,3.2l0,0
46
+ c-4.1,8.2-10.8,21.4-1.4,24.9c1-0.9,2-1.7,2.9-2.7c-7.7-1.5-3.3-10,1.4-18.9c5.5-10.5,11.3-21.5-2-22.5C95.8,67.5,86.5,79.7,79,89.5
47
+ c-1.7,2.2-3.2,4.2-4.7,6c-8.9,10.6-20.6,21.4-33.8,28C42.8,124.5,45.3,125.3,47.7,125.9z"/>
48
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color20)" d="M5.8,90.6c2.2-4,4.3-7.6,6.1-10.2c0.4-0.6,1.3-0.4,1.3,0.3
49
+ c0.1,0.7-0.1,1.7-0.6,2.7c-0.3-0.1-0.6,0-0.8,0.3C10.3,86,8.5,89,6.6,92.4C6.3,91.8,6.1,91.2,5.8,90.6z M40.5,123.5
50
+ c13.3-6.6,25-17.5,33.8-28c1.5-1.8,3.1-3.8,4.7-6c7.5-9.8,16.8-22,29.1-21.1c7,0.5,8.7,3.8,8,8.3c-0.6-2.7-2.9-4.6-8-4.9
51
+ C95.8,70.9,86.5,83.1,79,92.9c-1.7,2.2-3.2,4.2-4.7,6c-8,9.5-18.4,19.3-30.1,26C42.9,124.5,41.7,124,40.5,123.5z M108.8,109.7
52
+ c-0.8,0.8-1.7,1.6-2.5,2.4c-1.6-1.2-1.9-3.1-1.5-5.4C105.2,108.2,106.4,109.3,108.8,109.7z M107.2,90.8c-2.3,4.6-5.4,10.8-6.1,15.9
53
+ c-0.8-5.6,3.2-13.6,6.1-19.3l0,0l0,0c0.6-1.2,1.1-2.3,1.6-3.2c0.1-0.2,0.2-0.4,0.3-0.7l0,0l0,0l0,0c0.7-1.3,1.9-3.7,2.4-5.8
54
+ c1.1,2.1-1.3,7-2.4,9.2l0,0c-0.1,0.3-0.3,0.5-0.4,0.7C108.4,88.6,107.8,89.6,107.2,90.8L107.2,90.8z"/>
55
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M19.2,64l-9.8,9.8h13l8.7-8.6L19.2,64z"/>
56
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M10.8,72.7c5-2,13-1.7,15.7-1.9l17,29.8c-1.3,2.2-7.7,3.9-12.3,5.1c-1.5,0.4-3.1,0.2-4.2-0.9
57
+ C22.4,100,13.6,86.6,9.3,77.9C8.3,75.9,8.7,73.5,10.8,72.7z"/>
58
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M83.6,63.5c-6.4,6.7-20.3-1.3-27.7-5.9l-6.6,6.6c3.6,5.3,14,14.3,28.8,12.2C96.7,73.7,90.7,56,83.6,63.5z"/>
59
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M52.2,61.2C56.6,66.7,65,73.1,77,72.7c8.8-0.3,12.6-4.4,13.3-8.1
60
+ c1,3.8-1.6,10.2-12.1,11.7C63.3,78.5,53,69.5,49.3,64.1L52.2,61.2z"/>
61
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color8)" d="M28,79.9c2.9,14.6,11.6,29.7,30.4,24.4c1.9-0.5,3.9,0.4,4.9,2.1
62
+ c3.3,6.3,9.7,13.1,17.9,8c6.5-4.1,3.7-11.9-4-12.7c0.7-1.5,1.3-5.3-2.2-9c2.5,2.2,8.7,6.5,13.1,6.5c5.4,0,12.6-10.8,8.2-16.8
63
+ c-2.4-3.3-6.5-1.7-8.9,1c-1.6-2.6-7.9-8.1-17.4-4.8c-0.7-1.5-1.4-2.9-2.1-4.2c-3.1-6.3-5.5-11.3-9.8-15.2c-6.9-6.3-29,0.8-31.2,7.5
64
+ c-7.3,4.4-16.8,13.2-14.6,24.2c3.2,16.1,15.3,10.8,12.2,0C23.1,86.4,25.3,82.6,28,79.9z"/>
65
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color6)" d="M17.2,100.4c4.4,3,9.5-1.8,7.4-9.3C23,85.8,25.9,81.7,29,79
66
+ c1-0.8,1.7-1.7,2.3-2.8c-4.5,2.2-12.4,7-10.4,14.1C22.4,95.7,20.2,99.7,17.2,100.4z M31.5,68.9c-0.3-1.2-0.6-2.4-1.1-3.9
67
+ c-0.1,0-0.1,0.1-0.2,0.1L31.5,68.9z"/>
68
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M60.8,101.4c-18.9,5.3-27.5-9.8-30.4-24.4c-0.9,0.9-1.7,1.9-2.4,3c2.9,14.6,11.6,29.7,30.4,24.4
69
+ c1.9-0.5,3.9,0.4,4.9,2.1c3.3,6.3,9.7,13.1,17.9,8c1.6-1,2.7-2.2,3.2-3.5c-0.3,0.2-0.5,0.4-0.8,0.6c-8.1,5-14.5-1.7-17.9-8
70
+ C64.8,101.8,62.7,100.9,60.8,101.4z"/>
71
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M27.5,65.9c-0.2,0.4-0.4,0.7-0.5,1.1c-2,1.2-4.1,2.7-6.1,4.5
72
+ c8.6,3.6,25.6,5.7,36.4-10.3c0.4-0.5,0.7-1.1,1-1.5l-0.1-0.1c-1.6-3.1-6.1-3.8-11.1-3C41.1,58.7,34,62.3,27.5,65.9z"/>
73
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color6)" d="M95.6,93.6c-5.8-1.4-10.1-3.4-13.7-5.1c-8-3.7-12.7-5.9-24.3,2.8
74
+ c0.2-0.1,0.4-0.2,0.6-0.3c4.1-1.8,12.3-5.4,17.9,2.8c3,2.3,8.1,5.6,11.9,5.6C90.6,99.4,93.7,96.9,95.6,93.6z"/>
75
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M64.4,88.3c7-1.4,11.1,3,12.3,5.4c0.1,0.3,0,0.6-0.3,0.8
76
+ c-0.3,0.1-0.6,0-0.8-0.3c-1-2.1-4.7-6.1-11-4.8c-2.8,0.6-4.7,1.4-6.1,2.4c-0.3,0.2-0.6,0.1-0.8-0.2c-0.2-0.3-0.1-0.6,0.2-0.8
77
+ C59.4,89.9,61.5,88.9,64.4,88.3z"/>
78
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M88.1,82.9c0.2,0.2,0.3,0.6,0,0.8c-0.3,0.3-0.7,0.8-1,1.4
79
+ c-0.4,0.6-0.6,1.3-0.7,1.9c0,0.3-0.3,0.6-0.6,0.5c-0.3,0-0.6-0.3-0.5-0.6c0.1-0.8,0.5-1.6,0.9-2.3c0.4-0.7,0.8-1.3,1.1-1.6
80
+ C87.5,82.7,87.9,82.7,88.1,82.9z"/>
81
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M95.6,81.8c-2.6,0.1-5.8,3.5-7.7,8.3c-1.4,3.4-1.7,6.8-1.2,9.1
82
+ c0.5,0.1,0.9,0.1,1.3,0.1c5.4,0,12.6-10.8,8.2-16.8C96,82.3,95.8,82,95.6,81.8z"/>
83
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M77.6,101.4c0.3,0,0.6,0.3,0.6,0.6c-0.1,1-0.9,3.1-3.4,4.5
84
+ c-0.3,0.1-0.6,0-0.8-0.2c-0.1-0.3,0-0.6,0.2-0.8c2.2-1.2,2.8-2.9,2.8-3.5C77,101.6,77.3,101.4,77.6,101.4z"/>
85
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M60.8,39.7c7.4,18.8-13.4,27.4-22.3,30.1c-3.7,1-12.7,1.4-18.7-5.4C12.3,56,4.4,36.7,26.1,24.5
86
+ C45,13.9,57.4,30.8,60.8,39.7z"/>
87
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color6)" d="M40.9,69c9.7-3.4,26.7-12,19.9-29.3C57.4,30.8,45,13.9,26.1,24.5
88
+ c-0.7,0.4-1.3,0.8-2,1.2c15-6,24.9,9.1,27.9,17.3C56.9,56.3,48.9,64.4,40.9,69z"/>
89
+ <path fill="var(--sapContent_Illustrative_Color4)" d="M60.4,36.3c6.8,13.7-3.3,18.1-8.6,21.6c-6.6,4.5-16.3,8.9-23.3,0.3c-8.8-10.8-8-22.7,2.1-29.5
90
+ C40.6,21.9,51.9,19.1,60.4,36.3z"/>
91
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M57.2,36.9c1.4,2.8,1.9,6.5,1.7,9.8c-0.1,0.8-0.6,1.6-1.3,2L56,49.6c-1,0.6-2.2-0.3-2-1.4
92
+ c0.5-2.9,0.9-7.2,0.1-10.2c-0.2-0.8,0.2-1.7,1-2C55.9,35.7,56.8,36.1,57.2,36.9z"/>
93
+ <path fill="var(--sapContent_Illustrative_Color5)" d="M40.6,35.4c0.6-0.5,0.7-1.4,0.2-2s-1.4-0.7-2-0.2s-0.7,1.4-0.2,2S40,35.9,40.6,35.4z"/>
94
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M48.3,35.8c0.5-0.4,0.6-1.1,0.2-1.6c-0.4-0.5-1.1-0.6-1.6-0.2c-0.5,0.4-0.6,1.1-0.2,1.6S47.8,36.2,48.3,35.8
95
+ z"/>
96
+ <ellipse transform="matrix(0.9119 -0.4105 0.4105 0.9119 -20.9445 12.8653)" fill="var(--sapContent_Illustrative_Color5)" cx="19.49" cy="55.21" rx="5.5" ry="6.7"/>
97
+ <ellipse transform="matrix(0.9119 -0.4105 0.4105 0.9119 -21.583 12.1105)" fill="var(--sapContent_Illustrative_Color6)" cx="17.41" cy="56.32" rx="5.5" ry="6.7"/>
98
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M22.9,47.8c2.4-3.7,6.6-6.1,11.3-6.1c7.5,0,13.6,6.1,13.6,13.6
99
+ c0,2-0.4,3.9-1.2,5.6c-5.9,2.9-12.8,3.9-18.3-2.7C25.6,54.7,23.8,51.2,22.9,47.8z"/>
100
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M51.7,88.9c4-3.2,9-5.9,12.2-7.5c0.7-0.3,1.1-1.2,0.8-1.9c-1.2-2.9-3.2-6.6-5.2-8.6c-0.8-0.8-2-1.2-3.1-1
101
+ c-3.5,0.8-9.2,4.4-12.8,7.4c-1.1,1-1.3,2.6-0.4,3.9l5,7.2C48.9,89.6,50.6,89.8,51.7,88.9z"/>
102
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M52.3,87.1c4-3.2,9-5.9,12.2-7.5c0.7-0.3,1.1-1.2,0.8-1.9c-1.3-3-3.3-6.6-5.3-8.6c-0.8-0.8-2-1.2-3.1-1
103
+ c-3.5,0.8-9.2,4.4-12.8,7.4c-1.1,1-1.3,2.6-0.4,3.9l5,7.2C49.4,87.8,51.1,88,52.3,87.1z"/>
104
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M41.3,111.4c0.5-0.5,0.5-1.3,0-1.8s-1.3-0.5-1.8,0s-0.5,1.3,0,1.8S40.8,111.9,41.3,111.4z"/>
105
+ </svg>
106
+ `;
@@ -0,0 +1,131 @@
1
+ export default `<svg width="128" height="128" version="1.1" id="tnt-Spot-Calculator" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2
+ viewBox="0 0 128 128" enable-background="new 0 0 128 128" xml:space="preserve">
3
+ <circle fill="var(--sapContent_Illustrative_Color7)" cx="64" cy="64" r="64"/>
4
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M39.2,107.5c0-0.8-2.3-1.4-5.3-1.6c-0.2-3-0.8-5.3-1.6-5.3s-1.4,2.3-1.6,5.3c-3,0.2-5.3,0.9-5.3,1.7
5
+ c0,0.8,2.3,1.4,5.3,1.6c0.2,3,0.8,5.3,1.6,5.3s1.4-2.3,1.6-5.3C37,108.9,39.3,108.3,39.2,107.5z"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color13)" d="M18.6,22.2l-3.3,7.2l0,0c-0.8,1.4-0.9,3.1-0.2,4.9l32.5,77.3
7
+ c1.4,3.3,5.4,5.3,8.8,4.5l55.4-12.6c1.9-0.4,3.2-1.6,3.9-3l0,0l3.7-8.2l-4.7,1.4L83.2,18.8c-1.4-3.3-5.4-5.3-8.8-4.5L20.2,26.6
8
+ L18.6,22.2z"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color14)" d="M110.2,82.9L68.3,71.3l-12.4,45c0.2,0,0.4-0.1,0.7-0.1l55.4-12.6
10
+ c1.9-0.4,3.2-1.6,3.9-3l0,0l3.7-8.2l-4.7,1.4L110.2,82.9z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M22.5,19.1L77.9,6.4c3.5-0.8,7.5,1.2,8.8,4.5l32.5,77.3c1.4,3.3-0.3,6.6-3.8,7.4L60,108.2
12
+ c-3.5,0.8-7.5-1.2-8.8-4.5L18.7,26.5C17.3,23.2,19,19.9,22.5,19.1z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M55.4,53.4l-0.5,1.3L54,54.1L55.4,53.4z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M38.8,48.7l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4L43.2,59
15
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C36.4,50.6,37.2,49,38.8,48.7z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M37.5,48.6L37,50.3h1.5L37.5,48.6z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M39.4,47l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2c-1.6,0.4-3.4-0.6-4.1-2.1
18
+ l-2-4.8C37,48.9,37.8,47.4,39.4,47z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M61.1,67.5l-0.5,1.3l-0.9-0.6L61.1,67.5z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M44.6,62.8l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
21
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C42.2,64.7,43,63.1,44.6,62.8z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M43.3,62.7l-0.5,1.7h1.5L43.3,62.7z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M45.1,61.1l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
24
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C42.7,63,43.5,61.4,45.1,61.1z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M67.3,81.6l-0.5,1.3L66,82.3L67.3,81.6z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M50.8,76.8l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
27
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C48.4,78.7,49.1,77.2,50.8,76.8z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M49.5,76.7L49,78.4h1.5L49.5,76.7z"/>
29
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M51.3,75.2L61,73c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2c-1.6,0.4-3.4-0.6-4.1-2.1
30
+ l-2-4.8C48.9,77.1,49.7,75.5,51.3,75.2z"/>
31
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M73.1,95.7L72.7,97l-0.9-0.6L73.1,95.7z"/>
32
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M56.6,91l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2c-1.6,0.4-3.4-0.6-4.1-2.1
33
+ l-2-4.8C54.2,92.9,55,91.4,56.6,91z"/>
34
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M55.3,90.9l-0.5,1.7h1.5L55.3,90.9z"/>
35
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M57.2,89.3l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
36
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C54.8,91.2,55.6,89.7,57.2,89.3z"/>
37
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M93.2,91.2l-0.5,1.3l-0.9-0.6L93.2,91.2z"/>
38
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M76.7,86.5l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4L81,96.8
39
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C74.3,88.4,75.1,86.9,76.7,86.5z"/>
40
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M75.4,86.4l-0.5,1.7h1.5L75.4,86.4z"/>
41
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M77.2,84.8l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
42
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C74.8,86.7,75.6,85.2,77.2,84.8z"/>
43
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M112.8,86.5l-0.5,1.3l-0.9-0.6L112.8,86.5z"/>
44
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M96.2,81.8l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
45
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C93.8,83.7,94.6,82.2,96.2,81.8z"/>
46
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M94.9,81.7l-0.5,1.7h1.5L94.9,81.7z"/>
47
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M96.8,80.1l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
48
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C94.4,82,95.2,80.5,96.8,80.1z"/>
49
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M87.1,77l-0.5,1.3l-0.9-0.6L87.1,77z"/>
50
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M70.5,72.3l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
51
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C68.1,74.2,68.9,72.6,70.5,72.3z"/>
52
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M69.2,72.2l-0.5,1.7h1.5L69.2,72.2z"/>
53
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M71.1,70.6l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
54
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C68.7,72.5,69.5,71,71.1,70.6z"/>
55
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M107.1,72.6l-0.5,1.3l-0.9-0.6L107.1,72.6z"/>
56
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M90.6,67.9l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
57
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C88.2,69.8,89,68.2,90.6,67.9z"/>
58
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M89.3,67.8l-0.5,1.7h1.5L89.3,67.8z"/>
59
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M91.2,66.2l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
60
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C88.8,68.1,89.5,66.5,91.2,66.2z"/>
61
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M81.2,62.9l-0.5,1.3l-0.9-0.6L81.2,62.9z"/>
62
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M64.6,58.2l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4L69,68.5
63
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C62.2,60.1,63,58.6,64.6,58.2z"/>
64
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M63.3,58.1l-0.5,1.7h1.5L63.3,58.1z"/>
65
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M65.2,56.5l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
66
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C62.8,58.4,63.6,56.9,65.2,56.5z"/>
67
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M101.2,58.7l-0.5,1.3l-0.9-0.6L101.2,58.7z"/>
68
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M84.7,54l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4L89,64.3c-1.6,0.4-3.4-0.6-4.1-2.1
69
+ l-2-4.8C82.3,55.9,83.1,54.4,84.7,54z"/>
70
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M83.4,53.9l-0.5,1.7h1.5L83.4,53.9z"/>
71
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M85.2,52.3l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
72
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C82.8,54.2,83.6,52.7,85.2,52.3z"/>
73
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M75.4,48.8l-0.5,1.3L74,49.5L75.4,48.8z"/>
74
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M58.9,44.1l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
75
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C56.5,46,57.3,44.5,58.9,44.1z"/>
76
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M57.6,44l-0.5,1.7h1.5L57.6,44z"/>
77
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M59.5,42.4l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
78
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C57,44.3,57.8,42.8,59.5,42.4z"/>
79
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M95.5,44.3L95,45.6L94.1,45L95.5,44.3z"/>
80
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M78.9,39.6l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
81
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C76.5,41.5,77.3,39.9,78.9,39.6z"/>
82
+ <path fill="var(--sapContent_Illustrative_Color6)" d="M77.7,39.5l-0.5,1.7h1.5L77.7,39.5z"/>
83
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M79.5,37.9l9.7-2.2c1.6-0.4,3.4,0.6,4.1,2.1l2,4.8c0.6,1.5-0.1,3.1-1.8,3.4l-9.7,2.2
84
+ c-1.6,0.4-3.4-0.6-4.1-2.1l-2-4.8C77.1,39.8,77.9,38.2,79.5,37.9z"/>
85
+ <path fill="var(--sapContent_Illustrative_Color4)" d="M29.4,23.2l48.4-11c2.2-0.5,4.6,0.8,5.4,2.8l5,11.9c0.9,2-0.2,4.1-2.3,4.6l-48.4,11
86
+ c-2.2,0.5-4.6-0.8-5.4-2.8l-5-11.9C26.2,25.8,27.2,23.7,29.4,23.2z"/>
87
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M29.4,24.2l47.8-10.9c2.2-0.5,4.6,0.8,5.4,2.8L87.1,27c0.9,2-0.2,4.1-2.3,4.6L37,42.5
88
+ c-2.2,0.5-4.6-0.8-5.4-2.8L27,28.8C26.2,26.8,27.2,24.7,29.4,24.2z"/>
89
+ <path fill="var(--sapContent_Illustrative_Color4)" d="M63.2,32.2l-1.7-0.8l-1.1-2.6l0.8-1.3L63.2,32.2z M57,28.9c-0.3-0.1-0.7-0.3-1-0.4l0.6-0.7l3-0.7l1,0.4
90
+ l-0.5,0.8L57,28.9z M55.4,28.4l-2-4.7l1.6,0.7l1.1,2.6L55.4,28.4z M59.1,22.4l2,4.7l-1.6-0.7l-1.1-2.6L59.1,22.4z"/>
91
+ <path fill="var(--sapContent_Illustrative_Color4)" d="M72.2,30.1l-1.6-0.8l-1.1-2.6l0.8-1.3L72.2,30.1z M62.5,21.1l5-1.1l-0.6,1.4L64.2,22L62.5,21.1z M68.1,20.4
92
+ l2,4.7l-1.6-0.8l-1.1-2.6L68.1,20.4z"/>
93
+ <path fill="var(--sapContent_Illustrative_Color4)" d="M75.9,29.8l0.7-1.4l2.8-0.6l1.6,0.9L75.9,29.8z M73.4,24.7l1.7,0.8l1.1,2.6l-0.8,1.3L73.4,24.7z M74.9,24.8
94
+ c-0.3-0.1-0.7-0.3-1-0.4l0.6-0.7l3-0.7l1,0.4L78,24.2L74.9,24.8z M71.4,19.1l5-1.1l-0.6,1.4L73,20L71.4,19.1z M76.9,18.3l2,4.7
95
+ l-1.6-0.7l-1.1-2.6L76.9,18.3z"/>
96
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color7)" d="M50.4,39.4l6-21.4l6.4-1.5l-6,21.4L50.4,39.4z"/>
97
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color7)" d="M37,42.5l6-21.4l10.5-2.4l-6,21.4L37,42.5L37,42.5z"/>
98
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color9)" d="M60.3,25.4l-1.2-3l-0.7,1.4l1.1,2.6l0.6,0.3L60.3,25.4z M59.8,27.1
99
+ L59.6,27l-3,0.7L56,28.5c0.3,0.1,0.7,0.3,1,0.4l2.5-0.6L59.8,27.1z M54.3,25.8l1.1,2.6l0.8-1.4L55,24.4l-0.4-0.2L54.3,25.8z"/>
100
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color3)" d="M120.3,33.5c0.1,0.1,0.1,0.3,0.2,0.4l-3.2,4.3l0,0
101
+ c-2.9,3.3-11.5,1.6-19.5-4c-8.3-5.8-12.9-13.5-10.3-17.3c0.1-0.1,0.2-0.2,0.3-0.4l0,0l3.5-4.5l1.1,2.8c4,0,9.5,2,14.9,5.7
102
+ c6.1,4.2,10.2,9.5,10.9,13.5L120.3,33.5z"/>
103
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color15)" d="M105.6,19.4L94.9,31.9c-6.5-5.4-9.8-11.8-7.4-15.1
104
+ c0.1-0.1,0.2-0.2,0.3-0.4l0,0l3.5-4.5l1.1,2.8C96,14.8,100.8,16.4,105.6,19.4z"/>
105
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color3)" d="M99.4,10.7c8.8,5.9,16.1,13.9,21.1,23.2
106
+ c-3.2,2.9-11.4,1.1-19.2-4.3C93,23.8,88.4,16.1,91,12.3C92.4,10.3,95.5,9.8,99.4,10.7z"/>
107
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color15)" d="M118,29.7c-0.1,0.3-0.2,0.5-0.3,0.7c-1.6,2.3-8.1,0.6-14.6-3.9
108
+ c-6.4-4.5-10.4-10-8.8-12.3c1.5-2.2,7.4-0.8,13.4,3.1C111.7,21,115.1,25.1,118,29.7z"/>
109
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color3)" d="M111.7,21.3c2.1,2.3,4,4.8,5.7,7.4c0.3,0.9,0.2,1.7-0.2,2.3
110
+ c-1.6,2.3-8,0.5-14.3-3.8c-6.3-4.4-10.2-9.8-8.6-12c1.6-2.3,8-0.5,14.3,3.8C109.7,19.7,110.8,20.5,111.7,21.3z"/>
111
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color8)" d="M111.7,21.4c2.1,2.3,4,4.8,5.7,7.4c0.3,0.9,0.2,1.7-0.2,2.3
112
+ c-1,1.4-3.9,1.3-7.5-0.1l-4.2-14c1,0.6,2.1,1.2,3.1,1.9C109.7,19.7,110.8,20.5,111.7,21.4z"/>
113
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color15)" d="M3.2,84.1c1.8-3.4,5.4-7,10.1-9.9c6.4-4,13.2-5.7,17.6-4.7l0.3-2.9
114
+ l3.7,5.5l0,0c2.3,4.2-2.4,11.7-10.9,17c-5.9,3.7-12.1,5.4-16.4,4.9C5.8,90.9,4.4,87.6,3.2,84.1z"/>
115
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color3)" d="M7.5,94.1c-1.7-3.2-3.1-6.5-4.3-9.9c0.8-1.5,2-3.1,3.5-4.7l8,13.8
116
+ C12.1,94,9.6,94.3,7.5,94.1z"/>
117
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color3)" d="M9.4,77l8.8,15.1c1.9-0.8,3.8-1.8,5.7-2.9c0.1-0.1,0.3-0.2,0.4-0.3
118
+ l-8.9-15.4l-4.2,2.1C10.6,76.1,10,76.6,9.4,77z"/>
119
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color3)" d="M1,75.6c1.9-2.7,4.8-5.4,8.4-7.7c8.8-5.5,18.5-6.3,21.7-1.7
120
+ S29.7,79,21,84.6c-5.5,3.5-11.4,5.1-15.8,4.6C3.3,84.9,1.9,80.3,1,75.6z"/>
121
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color15)" d="M2.1,80.5c0.9-2.9,4.3-6.6,9-9.6c6.8-4.3,13.9-5.5,15.9-2.7
122
+ s-2,8.6-8.8,12.9c-5.9,3.7-12,5.1-14.8,3.6C2.9,83.3,2.5,81.9,2.1,80.5z"/>
123
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color3)" d="M2.6,82.2c0.3-3,3.8-7.2,9.2-10.5c6.7-4.2,13.8-5.3,15.7-2.6
124
+ c1.9,2.7-1.9,8.3-8.7,12.5c-6.5,4-13.3,5.2-15.5,2.9C3.1,83.7,2.8,82.9,2.6,82.2z"/>
125
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color8)" d="M12,71.6c-0.1,0-0.1,0.1-0.2,0.1c-1.3,0.8-2.4,1.6-3.5,2.4
126
+ L6.6,85.6c1,0,2.1-0.1,3.3-0.3L12,71.6z M22.1,79.3c-1,0.8-2.1,1.6-3.3,2.3c-2.5,1.5-5,2.7-7.3,3.3l2.1-14.3c3.8-2,7.5-3.1,10.2-3
127
+ L22.1,79.3z"/>
128
+ <path fill="var(--sapContent_Illustrative_Color18)" d="M122.2,53.3c0-0.5-1.5-0.9-3.5-1c-0.1-2-0.6-3.5-1.1-3.5s-1,1.5-1.1,3.6c-2,0.1-3.5,0.6-3.5,1.1
129
+ s1.5,0.9,3.5,1c0.1,2,0.6,3.5,1.1,3.5s1-1.5,1.1-3.6C120.7,54.2,122.2,53.8,122.2,53.3z"/>
130
+ </svg>
131
+ `;
@@ -0,0 +1,13 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" id="tnt-Spot-ChartArea">
2
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M101.096371 94.9346L22.6863714 94.8806 22.6863714 87.8896 21.6863714 88.2396 21.6863714 95.3796C21.6863714 95.6596 21.9163714 95.8796 22.1863714 95.8796 22.1883714 95.8796 22.1903714 95.8786 22.1933714 95.8786 22.1953714 95.8786 22.1973714 95.8796 22.2003714 95.8796L101.096371 95.9346C101.372371 95.9346 101.596371 95.7106 101.596371 95.4346 101.596371 95.1596 101.372371 94.9346 101.096371 94.9346M22.6860714 36.5C22.6860714 36.23 22.4660714 36 22.1860714 36 21.9060714 36 21.6860714 36.23 21.6860714 36.5L21.6860714 75.18 22.6860714 74.76 22.6860714 36.5z" class="sapIllus_StrokeDetailColor"/>
3
+ <polygon fill="var(--sapIllus_StrokeDetailColor)" points="22.686 80.06 21.686 80.46 21.686 84.08 22.686 83.72" class="sapIllus_StrokeDetailColor"/>
4
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M101.093471 95.9375L21.6864714 95.8835 21.6864714 88.2395 20.6864714 88.5795 20.6864714 96.3695C20.6864714 96.5875 20.8214714 96.7655 21.0124714 96.8355 21.0754714 96.8645 21.1444714 96.8825 21.2184714 96.8825L101.093471 96.9375C101.369471 96.9375 101.593471 96.7135 101.593471 96.4375 101.593471 96.1625 101.369471 95.9375 101.093471 95.9375M21.6860714 36.5C21.6860714 36.23 21.4560714 36 21.1860714 36 20.9060714 36 20.6860714 36.23 20.6860714 36.5L20.6860714 75.59 21.6860714 75.18 21.6860714 36.5zM21.6860714 80.46L20.8860714 80.79C20.8260714 80.82 20.7560714 80.84 20.6860714 80.86L20.6860714 84.45 21.6860714 84.08 21.6860714 80.46z" class="sapIllus_ObjectFillColor"/>
5
+ <path fill="var(--sapIllus_BackgroundColor)" d="M100.389771,38.0457 L100.389771,51.9757 L93.1097714,54.7657 L27.0497714,54.7657 L27.0497714,38.0457 C27.0497714,37.3657 27.5997714,36.8057 28.2797714,36.8057 L99.1597714,36.8057 C99.8397714,36.8057 100.389771,37.3657 100.389771,38.0457" class="sapIllus_BackgroundColor"/>
6
+ <polygon fill="var(--sapIllus_Layering2)" points="56.91 60.336 27.48 72.636 27.29 72.716 27.05 72.716 27.05 54.766 88.17 54.766 83.79 56.446 57.03 60.316" class="sapIllus_Layering2"/>
7
+ <polygon fill="var(--sapIllus_Layering2)" points="100.39 55.686 100.39 64.416 87.7 71.506 58.65 70.476 52.73 72.636 52.51 72.716 40.43 72.716 40.62 72.636 58.36 65.416 85.06 61.546" class="sapIllus_Layering2"/>
8
+ <polygon fill="var(--sapIllus_Layering2)" points="95.17 72.636 100.39 69.716 100.39 72.716 95.03 72.716" class="sapIllus_Layering2"/>
9
+ <polygon fill="var(--sapIllus_Layering1)" points="52.51 72.716 27.05 82.006 27.05 78.166 40.43 72.716 40.62 72.636 52.73 72.636" class="sapIllus_Layering1"/>
10
+ <path fill="var(--sapIllus_Layering1)" d="M100.389771,72.6357 L100.389771,89.3657 C100.389771,90.0457 99.8397714,90.5957 99.1597714,90.5957 L28.2797714,90.5957 C27.5997714,90.5957 27.0497714,90.0457 27.0497714,89.3657 L27.0497714,86.2757 L59.3897714,75.1157 L88.8497714,76.1657 L95.0297714,72.7157 L95.1697714,72.6357 L100.389771,72.6357 Z" class="sapIllus_Layering1"/>
11
+ <path fill="var(--sapIllus_AccentColor)" d="M19.0334714,86.4779 C18.6964714,86.4779 18.3794714,86.2789 18.2534714,85.9559 C18.0904714,85.5389 18.3064714,85.0719 18.7374714,84.9139 L58.1664714,70.2969 L87.4324714,71.4459 L110.478471,58.5059 C110.877471,58.2829 111.387471,58.4159 111.617471,58.8029 C111.847471,59.1899 111.709471,59.6839 111.310471,59.9069 L87.8504714,73.0779 L58.4424714,71.9239 L19.3284714,86.4249 C19.2314714,86.4609 19.1314714,86.4779 19.0334714,86.4779" class="sapIllus_AccentColor"/>
12
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M108.709771,48.7857 L100.389771,51.9757 L93.1097714,54.7657 L83.8297714,58.3257 L57.0197714,62.2157 L20.3297714,77.5557 C20.1097714,77.6457 19.8897714,77.6857 19.6697714,77.6857 C19.0197714,77.6857 18.4097714,77.3157 18.1397714,76.7057 C17.7697714,75.8857 18.1597714,74.9357 19.0097714,74.5857 L56.0897714,59.0757 L82.9597714,55.1857 L84.0597714,54.7657 L100.389771,48.5057 L107.479771,45.7857 C108.339771,45.4557 109.309771,45.8657 109.639771,46.6957 C109.979771,47.5257 109.559771,48.4657 108.709771,48.7857" class="sapIllus_BrandColorSecondary"/>
13
+ </svg>`;
@@ -0,0 +1,7 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" id="tnt-Spot-ChartArea2">
2
+ <path fill="var(--sapIllus_Layering2)" d="M101.9071,40.6323241 L101.9071,52.4843241 C101.9071,52.4843241 99.8721,48.3543241 97.3771,51.7623241 C92.2391,58.7813241 79.3971,67.9723241 60.9671,62.8123241 C43.7071,57.9823241 28.3371,79.5223241 26.9371,81.5423241 C26.9171,76.5023241 26.8971,70.8923241 26.9071,66.9923241 C26.9471,43.5523241 39.0071,54.6623241 45.0071,55.4223241 C51.5871,56.2623241 54.6371,45.3723241 60.4371,42.3623241 C65.6171,39.6723241 75.0771,55.1223241 81.7471,55.1223241 C84.2671,55.1223241 85.9641,51.8793241 86.9871,50.0103241 C88.7071,46.8643241 90.0181,43.5163241 91.5751,40.2913241 C92.6941,37.9743241 94.0981,34.6723241 96.8921,34.0873241 C100.5711,33.3163241 101.8831,37.8283241 101.9071,40.6323241" class="sapIllus_Layering2"/>
3
+ <path fill="var(--sapIllus_AccentColor)" d="M101.9071,53.9123241 L101.9071,90.9423241 C101.9071,92.2423241 100.8471,93.2923241 99.5571,93.2923241 L27.9171,93.2923241 C27.7271,93.2923241 27.5371,93.2323241 27.3871,93.1323241 C27.3271,93.1023241 27.2771,93.0623241 27.2271,93.0023241 C27.0271,92.8323241 26.8181,91.9853241 26.8181,91.6853241 L26.8571,85.8423241 C26.8571,85.7623241 26.8571,85.6923241 26.8671,85.6123241 C26.8771,85.4223241 26.8971,85.2423241 26.9571,85.0623241 C27.0371,84.6723241 27.1971,84.3023241 27.4271,83.9723241 C30.4371,79.5523241 44.8771,59.9723241 61.1171,64.8223241 C79.7371,70.3723241 92.8471,61.7723241 97.6271,53.9123241 C100.3571,49.4223241 101.9071,53.9123241 101.9071,53.9123241" class="sapIllus_AccentColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M28.012,93.2914241 C27.015,93.2914241 26.817,92.9074241 26.8179962,91.6854241 C26.822,87.1504241 37.398,76.8374241 49.825,80.6474241 C61.271,84.1564241 67.408,78.8664241 72.082,76.1954241 C78.761,72.3794241 86.405,60.8274241 99.342,72.2874241 C101.314,74.0334241 101.904,76.5124241 101.904,79.7354241 L101.904,92.2744241 C101.904,92.8364241 101.449,93.2914241 100.887,93.2914241 L28.012,93.2914241 Z" class="sapIllus_BrandColorSecondary"/>
5
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M101.41,97.4752241 L23,97.4212241 L23,90.5702241 L23,90.4302241 L23,86.2602241 L23,82.6002241 L23,39.0902241 C23,38.8202241 22.78,38.5902241 22.5,38.5902241 C22.22,38.5902241 22,38.8202241 22,39.0902241 L22,83.0002241 L22,86.6202241 L22,90.7802241 L22,90.9902241 L22,97.9202241 C22,98.2002241 22.23,98.4202241 22.5,98.4202241 C22.502,98.4202241 22.504,98.4192241 22.507,98.4192241 C22.509,98.4192241 22.511,98.4202241 22.514,98.4202241 L101.41,98.4752241 C101.686,98.4752241 101.91,98.2512241 101.91,97.9752241 C101.91,97.7002241 101.686,97.4752241 101.41,97.4752241" class="sapIllus_StrokeDetailColor"/>
6
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M101.407,98.4781241 L22,98.4241241 L22,90.7801241 L22,86.6201241 L22,83.0001241 L22,39.0901241 C22,38.8201241 21.77,38.5901241 21.5,38.5901241 C21.22,38.5901241 21,38.8201241 21,39.0901241 L21,83.4001241 L21,86.9911241 L21,91.1201241 L21,98.9101241 C21,99.1281241 21.135,99.3061241 21.326,99.3761241 C21.389,99.4051241 21.458,99.4231241 21.532,99.4231241 L101.407,99.4781241 C101.683,99.4781241 101.907,99.2541241 101.907,98.9781241 C101.907,98.7031241 101.683,98.4781241 101.407,98.4781241" class="sapIllus_ObjectFillColor"/>
7
+ </svg>`;
@@ -0,0 +1,9 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" id="tnt-Spot-ChartBPMNFlow">
2
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M101.41,93.8851 L23,93.8311 L23,86.9801 L23,86.8401 L23,82.6701 L23,79.0101 L23,35.5001 C23,35.2301 22.78,35.0001 22.5,35.0001 C22.22,35.0001 22,35.2301 22,35.5001 L22,79.4101 L22,83.0301 L22,87.1901 L22,87.4001 L22,94.3301 C22,94.6101 22.23,94.8301 22.5,94.8301 C22.502,94.8301 22.504,94.8291 22.507,94.8291 C22.509,94.8291 22.511,94.8301 22.514,94.8301 L101.41,94.8851 C101.686,94.8851 101.91,94.6611 101.91,94.3851 C101.91,94.1101 101.686,93.8851 101.41,93.8851" class="sapIllus_StrokeDetailColor"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M101.407,94.888 L22,94.834 L22,87.19 L22,83.03 L22,79.41 L22,35.5 C22,35.23 21.77,35 21.5,35 C21.22,35 21,35.23 21,35.5 L21,79.81 L21,83.401 L21,87.53 L21,95.32 C21,95.538 21.135,95.716 21.326,95.786 C21.389,95.815 21.458,95.833 21.532,95.833 L101.407,95.888 C101.683,95.888 101.907,95.664 101.907,95.388 C101.907,95.113 101.683,94.888 101.407,94.888" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_Layering2)" d="M86.988,64.1689 C86.988,64.4389 86.758,64.6689 86.488,64.6689 L65.248,64.7789 L65.248,83.7489 L81.338,83.6589 C81.628,83.6789 81.838,83.8789 81.838,84.1589 C81.838,84.4389 81.618,84.6589 81.348,84.6589 L65.128,84.7489 L65.118,84.7489 L64.748,84.7489 C64.478,84.7489 64.248,84.5189 64.248,84.2489 L64.248,64.7789 L45.868,64.8789 L45.868,67.7089 C45.868,68.2989 45.388,68.7789 44.798,68.7789 L33.088,68.7789 C32.498,68.7789 32.018,68.2989 32.018,67.7089 L32.018,60.5189 C32.018,59.9289 32.498,59.4489 33.088,59.4489 L38.368,59.4489 L38.368,43.3689 C38.368,43.0989 38.598,42.8689 38.868,42.8689 C39.148,42.8689 39.368,43.0989 39.368,43.3689 L39.368,59.4489 L44.798,59.4489 C45.388,59.4489 45.868,59.9289 45.868,60.5189 L45.868,63.8789 L86.478,63.6689 L86.488,63.6689 C86.758,63.6689 86.988,63.8889 86.988,64.1689" class="sapIllus_Layering2"/>
5
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M63.9613,72.0966 L57.1433,65.2786 C56.6863,64.8216 56.6863,64.0786 57.1433,63.6206 L63.9613,56.8036 C64.4193,56.3456 65.1613,56.3456 65.6193,56.8036 L72.4373,63.6206 C72.8943,64.0786 72.8943,64.8216 72.4373,65.2786 L65.6193,72.0966 C65.1613,72.5546 64.4193,72.5546 63.9613,72.0966" class="sapIllus_BrandColorSecondary"/>
6
+ <path fill="var(--sapIllus_BrandColorPrimary)" d="M100.7164,88.8726 L78.7954,88.8726 C78.2054,88.8726 77.7264,88.3946 77.7264,87.8036 L77.7264,80.6056 C77.7264,80.0156 78.2054,79.5376 78.7954,79.5376 L100.7164,79.5376 C101.3064,79.5376 101.7854,80.0156 101.7854,80.6056 L101.7854,87.8036 C101.7854,88.3946 101.3064,88.8726 100.7164,88.8726" class="sapIllus_BrandColorPrimary"/>
7
+ <path fill="var(--sapIllus_AccentColor)" d="M49.0992,47.7588 L28.6302,47.7588 C28.0402,47.7588 27.5612,47.2808 27.5612,46.6898 L27.5612,39.4918 C27.5612,38.9018 28.0402,38.4238 28.6302,38.4238 L49.0992,38.4238 C49.6892,38.4238 50.1682,38.9018 50.1682,39.4918 L50.1682,46.6898 C50.1682,47.2808 49.6892,47.7588 49.0992,47.7588" class="sapIllus_AccentColor"/>
8
+ <path fill="var(--sapIllus_Layering1)" d="M100.7164,68.9767 L84.0614,68.9767 C83.4704,68.9767 82.9924,68.4987 82.9924,67.9077 L82.9924,60.7097 C82.9924,60.1197 83.4704,59.6417 84.0614,59.6417 L100.7164,59.6417 C101.3064,59.6417 101.7854,60.1197 101.7854,60.7097 L101.7854,67.9077 C101.7854,68.4987 101.3064,68.9767 100.7164,68.9767" class="sapIllus_Layering1"/>
9
+ </svg>`;
@@ -0,0 +1,8 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" id="tnt-Spot-ChartBar">
2
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M104.41,93.8851 L26,93.8311 L26,86.9801 L26,86.8401 L26,82.6701 L26,79.0101 L26,35.5001 C26,35.2301 25.78,35.0001 25.5,35.0001 C25.22,35.0001 25,35.2301 25,35.5001 L25,79.4101 L25,83.0301 L25,87.1901 L25,87.4001 L25,94.3301 C25,94.6101 25.23,94.8301 25.5,94.8301 C25.502,94.8301 25.504,94.8291 25.507,94.8291 C25.509,94.8291 25.511,94.8301 25.514,94.8301 L104.41,94.8851 C104.686,94.8851 104.91,94.6611 104.91,94.3851 C104.91,94.1101 104.686,93.8851 104.41,93.8851" class="sapIllus_StrokeDetailColor"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M104.407,94.888 L25,94.834 L25,87.19 L25,83.03 L25,79.41 L25,35.5 C25,35.23 24.77,35 24.5,35 C24.22,35 24,35.23 24,35.5 L24,79.81 L24,83.401 L24,87.53 L24,95.32 C24,95.538 24.135,95.716 24.326,95.786 C24.389,95.815 24.458,95.833 24.532,95.833 L104.407,95.888 C104.683,95.888 104.907,95.664 104.907,95.388 C104.907,95.113 104.683,94.888 104.407,94.888" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M74.5403,75.8634 L31.0953,75.8634 C30.3903,75.8634 29.8183,75.2914 29.8183,74.5854 L29.8183,69.1414 C29.8183,68.4354 30.3903,67.8634 31.0953,67.8634 L74.5403,67.8634 C75.2463,67.8634 75.8183,68.4354 75.8183,69.1414 L75.8183,74.5854 C75.8183,75.2914 75.2463,75.8634 74.5403,75.8634" class="sapIllus_BrandColorSecondary"/>
5
+ <path fill="var(--sapIllus_BrandColorPrimary)" d="M62.5403,89.8634 L31.0953,89.8634 C30.3903,89.8634 29.8183,89.2914 29.8183,88.5854 L29.8183,83.1414 C29.8183,82.4354 30.3903,81.8634 31.0953,81.8634 L62.5403,81.8634 C63.2463,81.8634 63.8183,82.4354 63.8183,83.1414 L63.8183,88.5854 C63.8183,89.2914 63.2463,89.8634 62.5403,89.8634" class="sapIllus_BrandColorPrimary"/>
6
+ <path fill="var(--sapIllus_AccentColor)" d="M100.5403,46.8634 L31.0953,46.8634 C30.3903,46.8634 29.8183,46.2914 29.8183,45.5854 L29.8183,40.1414 C29.8183,39.4354 30.3903,38.8634 31.0953,38.8634 L100.5403,38.8634 C101.2463,38.8634 101.8183,39.4354 101.8183,40.1414 L101.8183,45.5854 C101.8183,46.2914 101.2463,46.8634 100.5403,46.8634" class="sapIllus_AccentColor"/>
7
+ <path fill="var(--sapIllus_Layering2)" d="M93.5403,60.8634 L31.0953,60.8634 C30.3903,60.8634 29.8183,60.2914 29.8183,59.5854 L29.8183,54.1414 C29.8183,53.4354 30.3903,52.8634 31.0953,52.8634 L93.5403,52.8634 C94.2463,52.8634 94.8183,53.4354 94.8183,54.1414 L94.8183,59.5854 C94.8183,60.2914 94.2463,60.8634 93.5403,60.8634" class="sapIllus_Layering2"/>
8
+ </svg>`;
@@ -0,0 +1,10 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" id="tnt-Spot-ChartBullet">
2
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M104.39,98.041 L25.98,97.981 L25.98,91.036 L25.98,90.871 L25.98,77.488 L25.98,77.488 L25.97,39.611 C25.97,39.331 25.75,39.111 25.47,39.111 C25.24,39.111 25.04,39.271 24.99,39.491 C24.98,39.531 24.97,39.571 24.97,39.611 L24.98,78.141 L24.999,78.132 L24.98,83.431 L24.98,87.051 L24.999,91.211 L24.98,91.211 L24.98,98.481 C24.98,98.531 24.99,98.571 25,98.611 C25.04,98.791 25.19,98.931 25.38,98.971 C25.41,98.981 25.44,98.981 25.48,98.981 L25.5,98.981 L104.39,99.041 L104.44,99.041 C104.69,99.011 104.89,98.791 104.89,98.541 C104.89,98.261 104.66,98.041 104.39,98.041" class="sapIllus_StrokeDetailColor"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M104.44,99.041 C104.42,99.031 104.41,99.031 104.39,99.031 L25.38,98.971 C25.047,98.883 25,98.611 25,98.611 L25,92.39 L25,91.211 L25,87.041 L25,83.421 L25,39.794 C25,39.739 24.99,39.685 24.99,39.63 C24.93,39.329 24.73,39.111 24.5,39.111 C24.22,39.111 24,39.411 24,39.794 L24,83.831 L24,87.411 L24,91.551 L24,92.963 L24,99.471 C24,99.751 24.22,99.971 24.5,99.971 L24.52,99.971 L104.39,100.031 C104.66,100.031 104.89,99.801 104.89,99.531 C104.89,99.271 104.69,99.061 104.44,99.041" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M86.5517,56.2774 L86.5517,91.7224 C86.5517,92.4274 87.1237,92.9994 87.8297,92.9994 L97.2737,92.9994 C97.9797,92.9994 98.5517,92.4274 98.5517,91.7224 L98.5517,56.2774 C98.5517,55.5714 97.9797,54.9994 97.2737,54.9994 L87.8297,54.9994 C87.1237,54.9994 86.5517,55.5714 86.5517,56.2774" class="sapIllus_BrandColorSecondary"/>
5
+ <path fill="var(--sapIllus_BackgroundColor)" d="M30.5517,64.2774 L30.5517,91.7224 C30.5517,92.4274 31.1237,92.9994 31.8297,92.9994 L41.2737,92.9994 C41.9797,92.9994 42.5517,92.4274 42.5517,91.7224 L42.5517,64.2774 C42.5517,63.5714 41.9797,62.9994 41.2737,62.9994 L31.8297,62.9994 C31.1237,62.9994 30.5517,63.5714 30.5517,64.2774" class="sapIllus_BackgroundColor"/>
6
+ <path fill="var(--sapIllus_AccentColor)" d="M67.885,54.2774 L67.885,91.7224 C67.885,92.4274 68.457,92.9994 69.163,92.9994 L78.607,92.9994 C79.313,92.9994 79.885,92.4274 79.885,91.7224 L79.885,54.2774 C79.885,53.5714 79.313,52.9994 78.607,52.9994 L69.163,52.9994 C68.457,52.9994 67.885,53.5714 67.885,54.2774" class="sapIllus_AccentColor"/>
7
+ <path fill="var(--sapIllus_Layering2)" d="M49.2184,37.2774 L49.2184,91.7224 C49.2184,92.4274 49.7904,92.9994 50.4964,92.9994 L59.9404,92.9994 C60.6464,92.9994 61.2184,92.4274 61.2184,91.7224 L61.2184,37.2774 C61.2184,36.5714 60.6464,35.9994 59.9404,35.9994 L50.4964,35.9994 C49.7904,35.9994 49.2184,36.5714 49.2184,37.2774" class="sapIllus_Layering2"/>
8
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M43.0518 55.9994L29.0518 55.9994C28.7758 55.9994 28.5518 55.7754 28.5518 55.4994 28.5518 55.2234 28.7758 54.9994 29.0518 54.9994L43.0518 54.9994C43.3278 54.9994 43.5518 55.2234 43.5518 55.4994 43.5518 55.7754 43.3278 55.9994 43.0518 55.9994M62.0518 68.9994L48.0518 68.9994C47.7758 68.9994 47.5518 68.7754 47.5518 68.4994 47.5518 68.2234 47.7758 67.9994 48.0518 67.9994L62.0518 67.9994C62.3278 67.9994 62.5518 68.2234 62.5518 68.4994 62.5518 68.7754 62.3278 68.9994 62.0518 68.9994M81.0518 58.9994L67.0518 58.9994C66.7758 58.9994 66.5518 58.7754 66.5518 58.4994 66.5518 58.2234 66.7758 57.9994 67.0518 57.9994L81.0518 57.9994C81.3278 57.9994 81.5518 58.2234 81.5518 58.4994 81.5518 58.7754 81.3278 58.9994 81.0518 58.9994M100.0518 46.9994L86.0518 46.9994C85.7758 46.9994 85.5518 46.7754 85.5518 46.4994 85.5518 46.2234 85.7758 45.9994 86.0518 45.9994L100.0518 45.9994C100.3278 45.9994 100.5518 46.2234 100.5518 46.4994 100.5518 46.7754 100.3278 46.9994 100.0518 46.9994" class="sapIllus_StrokeDetailColor"/>
9
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M43.0518 54.9994L29.0518 54.9994C28.7758 54.9994 28.5518 54.7754 28.5518 54.4994 28.5518 54.2234 28.7758 53.9994 29.0518 53.9994L43.0518 53.9994C43.3278 53.9994 43.5518 54.2234 43.5518 54.4994 43.5518 54.7754 43.3278 54.9994 43.0518 54.9994M62.0518 67.9994L48.0518 67.9994C47.7758 67.9994 47.5518 67.7754 47.5518 67.4994 47.5518 67.2234 47.7758 66.9994 48.0518 66.9994L62.0518 66.9994C62.3278 66.9994 62.5518 67.2234 62.5518 67.4994 62.5518 67.7754 62.3278 67.9994 62.0518 67.9994M81.0518 57.9994L67.0518 57.9994C66.7758 57.9994 66.5518 57.7754 66.5518 57.4994 66.5518 57.2234 66.7758 56.9994 67.0518 56.9994L81.0518 56.9994C81.3278 56.9994 81.5518 57.2234 81.5518 57.4994 81.5518 57.7754 81.3278 57.9994 81.0518 57.9994M100.0518 45.9994L86.0518 45.9994C85.7758 45.9994 85.5518 45.7754 85.5518 45.4994 85.5518 45.2234 85.7758 44.9994 86.0518 44.9994L100.0518 44.9994C100.3278 44.9994 100.5518 45.2234 100.5518 45.4994 100.5518 45.7754 100.3278 45.9994 100.0518 45.9994" class="sapIllus_ObjectFillColor"/>
10
+ </svg>`;
@@ -0,0 +1,9 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" id="tnt-Spot-ChartDoughnut">
2
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M90.0854,59.7845 C90.1334,60.4525 90.1544,61.1155 90.1514,61.7735 C90.1494,62.0975 90.4004,62.3625 90.7254,62.3715 L100.1844,62.6335 C100.5524,62.6435 100.8624,62.3515 100.8654,61.9835 C100.8744,61.0015 100.8444,60.0115 100.7734,59.0155 C100.5064,55.3125 99.6934,51.7795 98.4244,48.4855 L88.4254,52.3415 C89.3224,54.6695 89.8974,57.1665 90.0854,59.7845" class="sapIllus_StrokeDetailColor"/>
3
+ <path fill="var(--sapIllus_Layering2)" d="M94.6112,73.0552 L86.7812,71.2632 C86.1872,71.1272 85.6072,71.4942 85.4452,72.0822 C83.8152,78.0012 80.0472,83.0312 75.0212,86.2912 L80.6042,94.9172 C87.8252,90.2332 93.2102,82.9692 95.4562,74.4262 C95.6162,73.8172 95.2252,73.1952 94.6112,73.0552" class="sapIllus_Layering2"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M61.5585,100.5481 C68.5645,100.5481 75.0835,98.4851 80.5595,94.9451 L74.9895,86.3111 C71.1195,88.8131 66.5105,90.2711 61.5585,90.2711 C49.3275,90.2711 39.1735,81.4081 37.1515,69.7561 L27.0285,71.5251 C29.8905,88.0091 44.2555,100.5481 61.5585,100.5481" class="sapIllus_BrandColorSecondary"/>
5
+ <path fill="var(--sapIllus_BrandColorPrimary)" d="M36.7778,65.4904 C36.7778,61.4004 37.7748,57.5454 39.5298,54.1444 L30.4378,49.3544 C27.9278,54.1854 26.5008,59.6694 26.5008,65.4904 C26.5008,67.5724 26.6928,69.6084 27.0408,71.5904 L37.1548,69.7764 C36.9118,68.3834 36.7778,66.9534 36.7778,65.4904" class="sapIllus_BrandColorPrimary"/>
6
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M60.2159,30.9591 C60.2049,30.9591 60.1939,30.9591 60.1829,30.9601 C50.7789,31.3281 42.1309,35.3971 35.8299,42.4191 C29.5379,49.4311 26.4329,58.4961 27.0859,67.9471 C28.2479,84.7671 41.7839,98.5131 58.5719,99.9231 C75.2839,101.3291 90.6019,90.6171 94.9329,74.4551 C94.9609,74.3511 94.9239,74.2661 94.8999,74.2241 C94.8549,74.1481 94.7839,74.0961 94.6999,74.0751 L86.4099,72.0571 C86.1779,72.0051 85.9509,72.1391 85.8829,72.3801 C82.6559,83.7911 71.7079,91.5031 59.8339,90.7141 C46.8109,89.8491 36.4639,78.9291 36.2799,65.8541 C36.0879,52.1681 46.6339,40.9171 60.2879,40.2411 C60.6979,40.2211 61.0589,39.8281 61.0589,39.4021 L61.0589,31.8281 C61.0589,31.5901 60.9599,31.3581 60.7879,31.1921 C60.6309,31.0411 60.4289,30.9591 60.2159,30.9591 M61.5159,101.0461 C60.5129,101.0461 59.5039,101.0041 58.4879,100.9191 C41.2139,99.4691 27.2839,85.3231 26.0879,68.0161 C25.4159,58.2931 28.6119,48.9661 35.0859,41.7511 C41.5689,34.5261 50.4679,30.3391 60.1439,29.9601 C60.6389,29.9361 61.1169,30.1221 61.4819,30.4721 C61.8479,30.8241 62.0589,31.3191 62.0589,31.8281 L62.0589,39.4021 C62.0589,40.3681 61.2859,41.1921 60.3369,41.2391 C47.2239,41.8901 37.0959,52.6951 37.2799,65.8401 C37.4569,78.3971 47.3929,88.8851 59.9009,89.7161 C71.2859,90.4711 81.8209,83.0681 84.9199,72.1071 L84.9199,72.1061 C85.1349,71.3511 85.8969,70.8971 86.6469,71.0861 L94.9379,73.1051 C95.2799,73.1881 95.5799,73.4101 95.7599,73.7141 C95.9409,74.0201 95.9899,74.3751 95.8999,74.7141 C91.7059,90.3631 77.5249,101.0451 61.5159,101.0461" class="sapIllus_StrokeDetailColor"/>
7
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M61.0613,31.8246 L61.0613,39.4046 C61.0613,39.8246 60.7013,40.2246 60.2913,40.2446 C50.9313,40.7046 43.0413,46.1246 39.0613,53.8946 L30.8713,49.5846 C32.1913,47.0246 33.8513,44.6146 35.8313,42.4146 C42.1313,35.3946 50.7813,31.3246 60.1813,30.9646 C60.1913,30.9546 60.2013,30.9546 60.2113,30.9546 C60.4313,30.9546 60.6313,31.0446 60.7913,31.1946 C60.9613,31.3546 61.0613,31.5946 61.0613,31.8246" class="sapIllus_ObjectFillColor"/>
8
+ <path fill="var(--sapIllus_AccentColor)" d="M75.0397,27.8735 L72.0947,36.3275 C71.8637,36.9895 72.2097,37.6995 72.8607,37.9605 C82.1717,41.6855 88.9387,50.2825 90.1387,60.4955 L100.2807,59.2905 C100.9987,59.2055 101.5207,58.5445 101.4117,57.8305 C99.2837,43.8015 89.7047,32.1045 76.7097,27.0835 C76.0357,26.8235 75.2777,27.1905 75.0397,27.8735" class="sapIllus_AccentColor"/>
9
+ </svg>`;
@@ -0,0 +1,8 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" id="tnt-Spot-ChartFlow">
2
+ <path fill="var(--sapIllus_Layering2)" d="M40.8215966 65.2109C40.5466 65.2109 40.3236 64.9889 40.3215966 64.7139 40.3206 64.4379 40.5436 64.2129 40.8186 64.2109L57.9196 64.1199 57.9226 64.1199C58.1976 64.1199 58.4206 64.3419 58.4226034 64.6169 58.4236 64.8939 58.2006 65.1179 57.9256 65.1199L40.8246 65.2109 40.8215966 65.2109zM77.8918966 65.0156C77.6169 65.0156 77.3929 64.7936 77.3918966 64.5186 77.3909 64.2426 77.6139 64.0166 77.8889 64.0156L95.3289 63.9236C95.6129 63.9206 95.8299 64.1446 95.8309034 64.4206 95.8319 64.6976 95.6099 64.9226 95.3339 64.9236L77.8949 65.0156 77.8918966 65.0156zM69.5325 42.5488C69.5315 42.2738 69.3075 42.0518 69.0325 42.0518L69.0295 42.0518 62.3175 42.0868C62.0425 42.0878 61.8195 42.3138 61.8204966 42.5898 61.8215 42.8648 62.0455 43.0868 62.3204966 43.0868L62.3235 43.0868 68.5355 43.0548 68.6025 55.8038C68.6045 56.0788 68.8275 56.3008 69.1025 56.3008L69.1055 56.3008C69.3815 56.2988 69.6035 56.0738 69.6025034 55.7978L69.5325 42.5488zM49.9232 85.5869L49.9202 85.5869 34.2022 85.6689 34.1261966 71.2549C34.1252 70.9799 33.9022 70.7579 33.6261966 70.7579L33.6232 70.7579C33.3482 70.7589 33.1252 70.9839 33.1261966 71.2609L33.2042 86.1749C33.2052 86.4499 33.4292 86.6719 33.7042 86.6719L33.7072 86.6719 49.9262 86.5869C50.2012 86.5859 50.4242 86.3599 50.4232034 86.0839 50.4222 85.8089 50.1982 85.5869 49.9232 85.5869" class="sapIllus_Layering2"/>
3
+ <path fill="var(--sapIllus_Layering2)" d="M78.0755 93.968L48.5895 94.1230129C47.9415 94.126 47.4145 93.604 47.4105 92.957L47.3464871 80.795C47.3435 80.147 47.8655 79.62 48.5135 79.616L77.9995 79.4609871C78.6465 79.458 79.1745 79.98 79.1775 80.627L79.2415228 92.79C79.2455 93.437 78.7225 93.965 78.0755 93.968M62.3095 48.507L22.2425 48.7180129C21.5945 48.721 21.0675 48.199 21.0635 47.551L20.9994871 35.389C20.9965 34.742 21.5185 34.214 22.1665 34.211L62.2335 33.9999871C62.8805 33.997 63.4085 34.519 63.4115 35.166L63.4755228 47.329C63.4795 47.976 62.9565 48.504 62.3095 48.507" class="sapIllus_Layering2"/>
4
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M66.9545,74.0508 L59.1445,64.7278 C58.7285,64.2318 58.7935,63.4918 59.2895,63.0758 L68.6135,55.2658 C69.1095,54.8498 69.8485,54.9148 70.2645,55.4118 L78.0755,64.7348 C78.4905,65.2308 78.4255,65.9708 77.9295,66.3858 L68.6065,74.1968 C68.1095,74.6128 67.3705,74.5468 66.9545,74.0508" class="sapIllus_StrokeDetailColor"/>
5
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M65.3521,73.49 L57.5421,64.167 C57.1261,63.67 57.1911,62.931 57.6871,62.515 L67.0111,54.705 C67.5071,54.289 68.2461,54.354 68.6621,54.851 L76.4721,64.174 C76.8881,64.67 76.8231,65.41 76.3271,65.825 L67.0041,73.636 C66.5071,74.052 65.7681,73.986 65.3521,73.49" class="sapIllus_BrandColorSecondary"/>
6
+ <path fill="var(--sapIllus_BackgroundColor)" d="M43.7253,72.3232 L25.4263,72.4192228 C24.7793,72.4232 24.2513,71.9012 24.2483,71.2532 L24.1842772,59.0912 C24.1803,58.4432 24.7023,57.9162 25.3503,57.9122 L43.6493,57.8161871 C44.2963,57.8132 44.8243,58.3352 44.8273,58.9822 L44.8913228,71.1452 C44.8953,71.7922 44.3723,72.3202 43.7253,72.3232" class="sapIllus_BackgroundColor"/>
7
+ <path fill="var(--sapIllus_AccentColor)" d="M106.170009,64.7412 C106.1479,60.6502 102.8149,57.3512 98.7239,57.3721003 C94.6319,57.3942 91.3329,60.7282 91.3547906,64.8192 C91.3759,68.9102 94.7099,72.2092 98.8009,72.1873094 C102.8919,72.1662 106.1919,68.8322 106.170009,64.7412" class="sapIllus_AccentColor"/>
8
+ </svg>`;
@@ -0,0 +1,12 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" id="tnt-Spot-ChartGantt">
2
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M100.4103,95.7251 L22.0003,95.6711 L22.0003,88.8201 L22.0003,88.6801 L22.0003,84.5101 L22.0003,80.8501 L22.0003,35.5001 C22.0003,35.2301 21.7803,35.0001 21.5003,35.0001 C21.2203,35.0001 21.0003,35.2301 21.0003,35.5001 L21.0003,81.2501 L21.0003,84.8701 L21.0003,89.0301 L21.0003,89.2401 L21.0003,96.1701 C21.0003,96.4501 21.2303,96.6701 21.5003,96.6701 C21.5023,96.6701 21.5043,96.6691 21.5073,96.6691 C21.5093,96.6691 21.5113,96.6701 21.5143,96.6701 L100.4103,96.7251 C100.6863,96.7251 100.9103,96.5011 100.9103,96.2251 C100.9103,95.9501 100.6863,95.7251 100.4103,95.7251" class="sapIllus_StrokeDetailColor"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M100.4073,96.728 L21.0003,96.674 L21.0003,89.03 L21.0003,84.87 L21.0003,81.25 L21.0003,35.5 C21.0003,35.23 20.7703,35 20.5003,35 C20.2203,35 20.0003,35.23 20.0003,35.5 L20.0003,81.65 L20.0003,85.241 L20.0003,89.37 L20.0003,97.16 C20.0003,97.378 20.1353,97.556 20.3263,97.626 C20.3893,97.655 20.4583,97.673 20.5323,97.673 L100.4073,97.728 C100.6833,97.728 100.9073,97.504 100.9073,97.228 C100.9073,96.953 100.6833,96.728 100.4073,96.728" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_Layering1)" d="M72.5405,52.9488 L72.5405,58.8188 C72.5405,59.4088 72.0605,59.8888 71.4705,59.8888 L57.6005,59.8888 C57.0105,59.8888 56.5405,59.4088 56.5405,58.8188 L56.5405,52.9488 C56.5405,52.3588 57.0105,51.8888 57.6005,51.8888 L71.4705,51.8888 C72.0605,51.8888 72.5405,52.3588 72.5405,52.9488" class="sapIllus_Layering1"/>
5
+ <path fill="var(--sapIllus_Layering2)" d="M50.5405,35.391 L50.5405,49.86 L49.5405,49.86 L49.5405,35.391 C49.5405,35.172 49.7605,35 50.0405,35 C50.3105,35 50.5405,35.172 50.5405,35.391" class="sapIllus_Layering2"/>
6
+ <polygon fill="var(--sapIllus_Layering2)" points="49.541 64.965 50.541 64.965 50.541 61.918 49.541 61.918" class="sapIllus_Layering2"/>
7
+ <path fill="var(--sapIllus_Layering2)" d="M50.5405 76.9471L50.5405 91.4741C50.5405 91.6981 50.3105 91.8891 50.0405 91.8891 49.7605 91.8891 49.5405 91.6981 49.5405 91.4741L49.5405 76.9471 50.5405 76.9471zM101.0405 35.4588L101.0405 91.4298C101.0405 91.6778 100.8105 91.8888 100.5405 91.8888 100.2605 91.8888 100.0405 91.6778 100.0405 91.4298L100.0405 35.4588C100.0405 35.2018 100.2605 34.9998 100.5405 34.9998 100.8105 34.9998 101.0405 35.2018 101.0405 35.4588M76.5405 35.4391L76.5405 64.8591 75.5405 64.8591 75.5405 35.4391C75.5405 35.1931 75.7605 35.0001 76.0405 35.0001 76.3105 35.0001 76.5405 35.1931 76.5405 35.4391M76.5405 76.9471L76.5405 91.4741C76.5405 91.6981 76.3105 91.8891 76.0405 91.8891 75.7605 91.8891 75.5405 91.6981 75.5405 91.4741L75.5405 76.9471 76.5405 76.9471z" class="sapIllus_Layering2"/>
8
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M81.5405,67.9488 L81.5405,73.8188 C81.5405,74.4088 81.0605,74.8888 80.4705,74.8888 L47.6005,74.8888 C47.0105,74.8888 46.5405,74.4088 46.5405,73.8188 L46.5405,67.9488 C46.5405,67.3588 47.0105,66.8888 47.6005,66.8888 L80.4705,66.8888 C81.0605,66.8888 81.5405,67.3588 81.5405,67.9488" class="sapIllus_BrandColorSecondary"/>
9
+ <path fill="var(--sapIllus_BrandColorPrimary)" d="M98.0002,81.9488 L98.0002,87.8188 C98.0002,88.4088 97.5552,88.8888 97.0082,88.8888 L79.5232,88.8888 C78.9762,88.8888 78.5402,88.4088 78.5402,87.8188 L78.5402,81.9488 C78.5402,81.3588 78.9762,80.8888 79.5232,80.8888 L97.0082,80.8888 C97.5552,80.8888 98.0002,81.3588 98.0002,81.9488" class="sapIllus_BrandColorPrimary"/>
10
+ <path fill="var(--sapIllus_AccentColor)" d="M45.5405,38.9488 L45.5405,44.8188 C45.5405,45.4088 45.0605,45.8888 44.4705,45.8888 L27.6005,45.8888 C27.0105,45.8888 26.5405,45.4088 26.5405,44.8188 L26.5405,38.9488 C26.5405,38.3588 27.0105,37.8888 27.6005,37.8888 L44.4705,37.8888 C45.0605,37.8888 45.5405,38.3588 45.5405,38.9488" class="sapIllus_AccentColor"/>
11
+ <path fill="var(--sapIllus_Layering1)" d="M53.5405,52.9488 L53.5405,58.8188 C53.5405,59.4088 53.0605,59.8888 52.4705,59.8888 L42.6005,59.8888 C42.0105,59.8888 41.5405,59.4088 41.5405,58.8188 L41.5405,52.9488 C41.5405,52.3588 42.0105,51.8888 42.6005,51.8888 L52.4705,51.8888 C53.0605,51.8888 53.5405,52.3588 53.5405,52.9488" class="sapIllus_Layering1"/>
12
+ </svg>`;
@@ -0,0 +1,6 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" id="tnt-Spot-ChartOrg">
2
+ <path fill="var(--sapIllus_Layering2)" d="M92.9478834 74.9209C92.8478834 75.0109 92.7278834 75.0609 92.5978834 75.0609 92.4678834 75.0609 92.3378834 75.0109 92.2378834 74.9209L89.5178834 72.2009 71.6878834 54.3709 65.7678834 48.4509C66.0478834 48.2609 66.2778834 48.0009 66.4378834 47.7009L92.9478834 74.2109C93.1478834 74.4009 93.1478834 74.7209 92.9478834 74.9209M62.7876834 48.4509L60.5676834 50.6809 56.8776834 54.3609 36.3176834 74.9209C36.2176834 75.0109 36.0876834 75.0609 35.9576834 75.0609 35.8376834 75.0609 35.7076834 75.0109 35.6076834 74.9209 35.4076834 74.7209 35.4076834 74.4009 35.6076834 74.2109L38.1976834 71.6209 56.2876834 53.5309 62.1176834 47.7009C62.2776834 48.0009 62.5076834 48.2609 62.7876834 48.4509M68.8476834 86.011C65.9676834 88.061 62.0476834 87.881 59.3676834 85.571 59.1076834 85.341 58.9976834 84.991 59.0676834 84.661 59.5276834 82.241 61.6976834 80.521 64.1676834 80.641L64.5276834 80.651C66.9876834 80.771 68.9976834 82.671 69.2276834 85.131 69.2676834 85.471 69.1276834 85.801 68.8476834 86.011M64.1876834 75.331C65.5576834 75.331 66.6776834 76.451 66.6776834 77.831 66.6776834 79.201 65.5576834 80.321 64.1876834 80.321 62.8076834 80.321 61.6876834 79.201 61.6876834 77.831 61.6876834 76.451 62.8076834 75.331 64.1876834 75.331M71.1776834 73.441C69.4276834 71.511 67.0576834 70.481 64.6376834 70.361L64.6376834 56.071C64.2976834 56.091 63.9676834 56.071 63.6376834 56.031L63.6376834 70.371C61.5476834 70.491 59.4776834 71.301 57.8076834 72.821 53.9376834 76.341 53.6576834 82.331 57.1876834 86.201 58.8776834 88.051 61.2376834 89.161 63.7476834 89.281 63.8976834 89.281 64.0476834 89.291 64.1976834 89.291 69.4276834 89.281 73.6576834 85.041 73.6477011 79.811 73.6477011 77.451 72.7676834 75.181 71.1776834 73.441" class="sapIllus_Layering2"/>
3
+ <path fill="var(--sapIllus_AccentColor)" d="M65.7677834,48.4509 C65.3577834,48.7709 64.8377834,48.9609 64.2777834,48.9609 C63.7177834,48.9609 63.1977834,48.7709 62.7877834,48.4509 C62.5077834,48.2609 62.2777834,48.0009 62.1177834,47.7009 C61.9077834,47.3409 61.7877834,46.9209 61.7877834,46.4709 C61.7877834,45.1009 62.9077834,43.9809 64.2777834,43.9809 C65.6577834,43.9809 66.7677834,45.1009 66.7677834,46.4709 C66.7677834,46.9209 66.6477834,47.3409 66.4377834,47.7009 C66.2777834,48.0009 66.0477834,48.2609 65.7677834,48.4509 M68.9477834,54.6609 C67.6477834,55.5809 66.1477834,56.0509 64.6377834,56.0709 C64.2977834,56.0909 63.9677834,56.0709 63.6377834,56.0309 C62.1277834,55.8709 60.6677834,55.2609 59.4577834,54.2209 C59.2077834,53.9909 59.0977834,53.6409 59.1677834,53.3009 C59.3677834,52.2709 59.8677834,51.3709 60.5677834,50.6809 C61.4177834,49.8509 62.5677834,49.3309 63.8177834,49.2809 C63.9577834,49.2709 64.1077834,49.2709 64.2577834,49.2809 L64.4677834,49.2909 L64.6277834,49.3009 C67.0877834,49.4209 69.0877834,51.3209 69.3277834,53.7709 C69.3677834,54.1209 69.2277834,54.4509 68.9477834,54.6609 M71.2777834,42.0909 C67.7577834,38.2209 61.7677834,37.9509 57.9077834,41.4709 C54.4477834,44.6109 53.8577834,49.7309 56.2877834,53.5309 C56.4577834,53.8209 56.6577834,54.1009 56.8777834,54.3609 C56.9977834,54.5309 57.1377834,54.6809 57.2777834,54.8409 C58.9277834,56.6509 61.2077834,57.7509 63.6377834,57.9109 C63.7077834,57.9109 63.7777834,57.9209 63.8477834,57.9209 C63.9977834,57.9309 64.1377834,57.9309 64.2877834,57.9309 C64.4077834,57.9309 64.5177834,57.9309 64.6377834,57.9209 C67.4877834,57.8209 70.0177834,56.4509 71.6877834,54.3709 C71.8977834,54.1009 72.0977834,53.8209 72.2677834,53.5309 C73.2077834,52.0609 73.7477834,50.3209 73.7477834,48.4509 C73.7477834,46.1009 72.8677834,43.8309 71.2777834,42.0909" class="sapIllus_AccentColor"/>
4
+ <path fill="var(--sapIllus_Layering1)" d="M99.7876834,86.011 C96.8976834,88.061 92.9876834,87.881 90.2976834,85.571 C90.0476834,85.341 89.9376834,84.991 90.0076834,84.661 C90.4676834,82.241 92.6376834,80.521 95.0976834,80.641 L95.4676834,80.651 C97.9276834,80.771 99.9276834,82.671 100.167683,85.131 C100.207683,85.471 100.067683,85.801 99.7876834,86.011 M95.1176834,75.331 C96.4976834,75.331 97.6076834,76.451 97.6076834,77.831 C97.6076834,79.201 96.4976834,80.321 95.1176834,80.321 C93.7476834,80.321 92.6276834,79.201 92.6276834,77.831 C92.6276834,76.451 93.7476834,75.331 95.1176834,75.331 M102.117683,73.441 C99.0576834,70.091 94.1476834,69.441 90.3776834,71.641 C90.0776834,71.801 89.7976834,71.981 89.5176834,72.201 C89.2476834,72.381 88.9976834,72.591 88.7476834,72.821 C84.8776834,76.341 84.5976834,82.331 88.1276834,86.201 C89.8176834,88.051 92.1776834,89.161 94.6876834,89.281 C94.8376834,89.281 94.9776834,89.291 95.1276834,89.291 C100.357683,89.281 104.597683,85.041 104.587701,79.811 C104.587701,77.451 103.707683,75.181 102.117683,73.441" class="sapIllus_Layering1"/>
5
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M38.1377834,86.011 C35.2477834,88.061 31.3377834,87.881 28.6477834,85.571 C28.3977834,85.341 28.2777834,84.991 28.3477834,84.661 C28.8177834,82.241 30.9877834,80.521 33.4477834,80.641 L33.8177834,80.651 C36.2777834,80.771 38.2777834,82.671 38.5177834,85.131 C38.5577834,85.471 38.4077834,85.801 38.1377834,86.011 M33.4677834,75.331 C34.8477834,75.331 35.9577834,76.451 35.9577834,77.831 C35.9577834,79.201 34.8477834,80.321 33.4677834,80.321 C32.0977834,80.321 30.9777834,79.201 30.9777834,77.831 C30.9777834,76.451 32.0977834,75.331 33.4677834,75.331 M40.4677834,73.441 C40.0277834,72.961 39.5577834,72.541 39.0577834,72.181 C38.7777834,71.971 38.4977834,71.781 38.1977834,71.621 C34.7277834,69.611 30.2177834,69.981 27.0877834,72.821 C23.2277834,76.341 22.9477834,82.331 26.4677834,86.201 C28.1577834,88.051 30.5177834,89.161 33.0277834,89.281 C33.1777834,89.281 33.3277834,89.291 33.4777834,89.291 C38.7077834,89.281 42.9377834,85.041 42.9377834,79.811 C42.9377834,77.451 42.0577834,75.181 40.4677834,73.441" class="sapIllus_BrandColorSecondary"/>
6
+ </svg>`;
@@ -0,0 +1,8 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" id="tnt-Spot-ChartPie">
2
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M62.8676,98.7022 C43.6426,98.7022 28.0036,83.0622 28.0036,63.8382 C28.0036,45.2932 42.8946,29.8242 61.3376,29.0172 L61.3376,64.3632 C61.3376,64.6392 61.5606,64.8632 61.8376,64.8632 C61.9546,64.8632 62.0586,64.8172 62.1436,64.7492 C62.2026,64.8672 62.3066,64.9622 62.4426,65.0032 L95.8346,75.1602 C91.1216,88.8422 78.1286,98.7022 62.8676,98.7022 M98.2316,63.3382 C97.9556,63.3382 97.7316,63.5612 97.7316,63.8382 C97.7316,67.4492 97.1796,70.9342 96.1556,74.2122 L62.7336,64.0462 C62.5936,64.0042 62.4526,64.0282 62.3376,64.0952 L62.3376,28.9782 L62.5236,28.9752 C62.8006,28.9732 63.0226,28.7492 63.0206,28.4732 C63.0186,28.1972 62.7956,27.9752 62.5206,27.9752 L62.5176,27.9752 L62.0136,27.9832 C42.7086,28.4352 27.0036,44.5192 27.0036,63.8382 C27.0036,83.6132 43.0926,99.7022 62.8676,99.7022 C82.6426,99.7022 98.7316,83.6132 98.7316,63.8382 C98.7316,63.5612 98.5086,63.3382 98.2316,63.3382" class="sapIllus_ObjectFillColor"/>
3
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M59.724,99.54 C42.324,98.069 28.293,83.812 27.089,66.377 C26.407,56.496 29.676,47.038 36.297,39.745 C42.925,32.443 51.994,28.271 61.833,28 L61.847,28 C61.974,28 62.094,28.049 62.188,28.141 C62.288,28.238 62.344,28.368 62.344,28.508 L62.344,64.221 L67.445,65.474 L97.05,74.545 C92.07,90.565 76.726,100.98 59.724,99.54 L59.724,99.54 Z M98.733,72.135 C99.914,66.898 99.975,61.412 98.805,56.067 L64.205,63.649 L63.344,63.437 L63.344,28.508 C63.344,28.102 63.177,27.707 62.885,27.424 C62.593,27.14 62.216,27.019 61.806,27 C51.692,27.28 42.369,31.567 35.557,39.073 C28.751,46.569 25.39,56.291 26.091,66.445 C27.329,84.369 41.752,99.024 59.64,100.536 C60.717,100.627 61.787,100.672 62.849,100.672 C79.02,100.672 93.199,90.29 98,74.836 L98.026,74.844 C98.276,74.024 98.493,73.196 98.686,72.361 L98.742,72.137 L98.733,72.135 Z" class="sapIllus_StrokeDetailColor"/>
4
+ <path fill="var(--sapIllus_AccentColor)" d="M101.452786,64.1765 C101.4916,51.5795 95.4126,39.2435 84.2616,31.7715 C83.6726,31.3765 82.8686,31.563336 82.4936,32.1645 L62.3446,64.2205 L100.0786,65.4725 C100.8166,65.5005 101.4506,64.9155 101.452786,64.1765" class="sapIllus_AccentColor"/>
5
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M66.9599,93.1816 L62.3439,64.2206 L40.5939,45.3546 C38.4869,47.8486 36.7629,50.7366 35.5519,53.9676 C29.8889,69.0876 37.5559,85.9356 52.6759,91.5986 C57.3999,93.3676 62.2929,93.8356 66.9599,93.1816" class="sapIllus_BrandColorSecondary"/>
6
+ <path fill="var(--sapIllus_Layering2)" d="M85.201,81.1103 L62.344,64.2203 L58.185,93.0763 C68.794,94.8053 78.997,90.6063 85.424,82.9163 C85.882,82.3683 85.769,81.5433 85.201,81.1103" class="sapIllus_Layering2"/>
7
+ <path fill="var(--sapIllus_BrandColorPrimary)" d="M62.3441,64.2206 L53.0551,38.0706 C52.8061,37.4126 52.0581,37.1136 51.4111,37.3916 C47.2311,39.1926 43.4741,41.9566 40.5011,45.5176 L62.3441,64.2206 Z" class="sapIllus_BrandColorPrimary"/>
8
+ </svg>`;
@@ -0,0 +1,6 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" id="tnt-Spot-CodePlaceholder">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M119.0161,19 L116.8001,19 L116.8001,112.719 C116.8001,114.919 115.0161,116.703 112.8161,116.703 L19.0001,116.703 L19.0001,119.016 C19.0001,121.217 20.7841,123 22.9841,123 L119.0161,123 C121.2161,123 123.0001,121.217 123.0001,119.016 L123.0001,22.984 C123.0001,20.783 121.2161,19 119.0161,19" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M112.5159,116.5004 L16.4839,116.5004 C14.2839,116.5004 12.4999,114.7164 12.4999,112.5164 L12.4999,16.4834 C12.4999,14.2834 14.2839,12.5004 16.4839,12.5004 L112.5159,12.5004 C114.7169,12.5004 116.4999,14.2834 116.4999,16.4834 L116.4999,112.5164 C116.4999,114.7164 114.7169,116.5004 112.5159,116.5004" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M16.4837,13.0004 C14.5627,13.0004 12.9997,14.5624 12.9997,16.4834 L12.9997,112.5164 C12.9997,114.4374 14.5627,116.0004 16.4837,116.0004 L112.5157,116.0004 C114.4367,116.0004 115.9997,114.4374 115.9997,112.5164 L115.9997,16.4834 C115.9997,14.5624 114.4367,13.0004 112.5157,13.0004 L16.4837,13.0004 Z M112.5157,117.0004 L16.4837,117.0004 C14.0107,117.0004 11.9997,114.9884 11.9997,112.5164 L11.9997,16.4834 C11.9997,14.0124 14.0107,12.0004 16.4837,12.0004 L112.5157,12.0004 C114.9887,12.0004 116.9997,14.0124 116.9997,16.4834 L116.9997,112.5164 C116.9997,114.9884 114.9887,117.0004 112.5157,117.0004 L112.5157,117.0004 Z" class="sapIllus_StrokeDetailColor"/>
5
+ <path fill="var(--sapIllus_BackgroundColor)" d="M111.5 112L105.5 112C105.224 112 105 111.776 105 111.5 105 111.224 105.224 111 105.5 111L111 111 111 105.5C111 105.224 111.224 105 111.5 105 111.776 105 112 105.224 112 105.5L112 111.5C112 111.776 111.776 112 111.5 112M93.6431 112L81.7861 112C81.5101 112 81.2861 111.776 81.2861 111.5 81.2861 111.224 81.5101 111 81.7861 111L93.6431 111C93.9191 111 94.1431 111.224 94.1431 111.5 94.1431 111.776 93.9191 112 93.6431 112M69.9287 112L58.0717 112C57.7957 112 57.5717 111.776 57.5717 111.5 57.5717 111.224 57.7957 111 58.0717 111L69.9287 111C70.2047 111 70.4287 111.224 70.4287 111.5 70.4287 111.776 70.2047 112 69.9287 112M46.2144 112L34.3574 112C34.0814 112 33.8574 111.776 33.8574 111.5 33.8574 111.224 34.0814 111 34.3574 111L46.2144 111C46.4904 111 46.7144 111.224 46.7144 111.5 46.7144 111.776 46.4904 112 46.2144 112M22.5 112L16.5 112C16.224 112 16 111.776 16 111.5L16 105.5C16 105.224 16.224 105 16.5 105 16.776 105 17 105.224 17 105.5L17 111 22.5 111C22.776 111 23 111.224 23 111.5 23 111.776 22.776 112 22.5 112M16.5 94.1426C16.224 94.1426 16 93.9186 16 93.6426L16 81.7856C16 81.5086 16.224 81.2856 16.5 81.2856 16.776 81.2856 17 81.5086 17 81.7856L17 93.6426C17 93.9186 16.776 94.1426 16.5 94.1426M16.5 70.4287C16.224 70.4287 16 70.2047 16 69.9287L16 58.0717C16 57.7947 16.224 57.5717 16.5 57.5717 16.776 57.5717 17 57.7947 17 58.0717L17 69.9287C17 70.2047 16.776 70.4287 16.5 70.4287M16.5 46.7139C16.224 46.7139 16 46.4899 16 46.2139L16 34.3569C16 34.0799 16.224 33.8569 16.5 33.8569 16.776 33.8569 17 34.0799 17 34.3569L17 46.2139C17 46.4899 16.776 46.7139 16.5 46.7139M16.5 23C16.224 23 16 22.776 16 22.5L16 16.5C16 16.224 16.224 16 16.5 16L22.5 16C22.776 16 23 16.224 23 16.5 23 16.776 22.776 17 22.5 17L17 17 17 22.5C17 22.776 16.776 23 16.5 23M93.6431 17L81.7861 17C81.5101 17 81.2861 16.776 81.2861 16.5 81.2861 16.224 81.5101 16 81.7861 16L93.6431 16C93.9191 16 94.1431 16.224 94.1431 16.5 94.1431 16.776 93.9191 17 93.6431 17M69.9287 17L58.0717 17C57.7957 17 57.5717 16.776 57.5717 16.5 57.5717 16.224 57.7957 16 58.0717 16L69.9287 16C70.2047 16 70.4287 16.224 70.4287 16.5 70.4287 16.776 70.2047 17 69.9287 17M46.2144 17L34.3574 17C34.0814 17 33.8574 16.776 33.8574 16.5 33.8574 16.224 34.0814 16 34.3574 16L46.2144 16C46.4904 16 46.7144 16.224 46.7144 16.5 46.7144 16.776 46.4904 17 46.2144 17M111.5 23C111.224 23 111 22.776 111 22.5L111 17 105.5 17C105.224 17 105 16.776 105 16.5 105 16.224 105.224 16 105.5 16L111.5 16C111.776 16 112 16.224 112 16.5L112 22.5C112 22.776 111.776 23 111.5 23M111.5 94.1426C111.224 94.1426 111 93.9186 111 93.6426L111 81.7856C111 81.5086 111.224 81.2856 111.5 81.2856 111.776 81.2856 112 81.5086 112 81.7856L112 93.6426C112 93.9186 111.776 94.1426 111.5 94.1426M111.5 70.4277C111.224 70.4277 111 70.2037 111 69.9277L111 58.0707C111 57.7937 111.224 57.5707 111.5 57.5707 111.776 57.5707 112 57.7937 112 58.0707L112 69.9277C112 70.2037 111.776 70.4277 111.5 70.4277M111.5 46.7139C111.224 46.7139 111 46.4899 111 46.2139L111 34.3569C111 34.0799 111.224 33.8569 111.5 33.8569 111.776 33.8569 112 34.0799 112 34.3569L112 46.2139C112 46.4899 111.776 46.7139 111.5 46.7139" class="sapIllus_BackgroundColor"/>
6
+ </svg>`;
@@ -0,0 +1,13 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" id="tnt-Spot-Company">
2
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M88.021,25.4961 L88.021,15.8551 C88.021,15.5621 87.696,14.9651 87.071,15.0021 L59,15.0021 C58.394,15.0021 58.223,15.3521 58.223,15.8981 L58.223,113.3011 L88.021,113.3151 L88.021,25.4991 C88.021,25.4981 88.021,25.4971 88.021,25.4961" class="sapIllus_BrandColorSecondary"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M83.3945 25.4561L79.4055 25.4561 79.4055 22.4721C79.4055 21.9201 79.8525 21.4731 80.4055 21.4731L82.3945 21.4731C82.9465 21.4731 83.3945 21.9201 83.3945 22.4721L83.3945 25.4561zM83.3945 34.1993L79.4055 34.1993 79.4055 31.2163C79.4055 30.6643 79.8525 30.2173 80.4055 30.2173L82.3945 30.2173C82.9465 30.2173 83.3945 30.6643 83.3945 31.2163L83.3945 34.1993zM83.3945 42.9434L79.4055 42.9434 79.4055 39.9604C79.4055 39.4084 79.8525 38.9614 80.4055 38.9614L82.3945 38.9614C82.9465 38.9614 83.3945 39.4084 83.3945 39.9604L83.3945 42.9434zM65.021 91.9815L65.021 42.6255 65.021 37.4575C65.021 37.1745 64.835 36.9265 64.564 36.8485L34.111 28.0005C33.705 27.8815 33.299 28.1855 33.3 28.6085 33.307 30.2465 33.321 33.7035 33.321 33.8265L33.321 88.6385C33.321 88.8435 33.222 89.0355 33.056 89.1545L20.109 98.4005C20.045 98.4465 20.007 98.5205 20.007 98.5995L20.007 112.7135C20.007 112.8485 20.116 112.9585 20.252 112.9605L64.773 112.9395C64.91 112.9415 65.021 112.8315 65.021 112.6955L65.021 91.9815z" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_Layering2)" d="M37.1992,112.46 L30.2252,112.46 L30.2252,100.59 C30.2252,100.146 30.5852,99.784 31.0302,99.784 L36.3932,99.784 C36.8382,99.784 37.1992,100.146 37.1992,100.59 L37.1992,112.46 Z" class="sapIllus_Layering2"/>
5
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M31.4834 106.5586C31.4834 106.0336 31.9094 105.6076 32.4344 105.6076 32.9594 105.6076 33.3854 106.0336 33.3854 106.5586 33.3854 107.0836 32.9594 107.5096 32.4344 107.5096 31.9094 107.5096 31.4834 107.0836 31.4834 106.5586M103.3306 112.96L80.4056 112.96 80.4056 77.25C80.4056 77.037 80.5946 76.772 80.7986 76.632L102.5636 65.81C102.7876 65.696 103.3306 65.781 103.3306 66.384L103.3306 112.96z" class="sapIllus_ObjectFillColor"/>
6
+ <path fill="var(--sapIllus_AccentColor)" d="M92.2056,91.6885 L85.4626,91.6885 C85.2766,91.6885 85.1256,91.5375 85.1256,91.3515 L85.1256,84.6085 C85.1256,82.5605 86.7866,80.9005 88.8336,80.9005 C90.8826,80.9005 92.5426,82.5605 92.5426,84.6085 L92.5426,91.3515 C92.5426,91.5375 92.3916,91.6885 92.2056,91.6885" class="sapIllus_AccentColor"/>
7
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M115.6733,113.46 L109.0253,113.46 C108.7483,113.46 108.5253,113.236 108.5253,112.96 C108.5253,112.684 108.7483,112.46 109.0253,112.46 L115.6733,112.46 C115.9493,112.46 116.1733,112.684 116.1733,112.96 C116.1733,113.236 115.9493,113.46 115.6733,113.46" class="sapIllus_StrokeDetailColor"/>
8
+ <path fill="var(--sapIllus_PatternShadow)" d="M65.021,91.9903 L65.021,42.6343 L65.021,37.4663 C65.021,37.1833 64.835,36.9353 64.564,36.8573 L61.817,36.0583 L39.633,112.9603 L64.773,112.9483 C64.91,112.9503 65.021,112.8403 65.021,112.7043 L65.021,91.9903 Z" class="sapIllus_PatternShadow"/>
9
+ <path fill="var(--sapIllus_Layering2)" d="M58.6875,72.9571 L49.9225,72.9571 C49.3665,72.9571 48.9165,72.5061 48.9165,71.9501 L48.9165,48.6061 C48.9165,48.0511 49.3665,47.6011 49.9225,47.6011 L58.6875,47.6011 C59.2435,47.6011 59.6935,48.0511 59.6935,48.6061 L59.6935,71.9501 C59.6935,72.5061 59.2435,72.9571 58.6875,72.9571" class="sapIllus_Layering2"/>
10
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M80.9058,112.46 L80.9048,77.266 C80.9128,77.225 80.9868,77.109 81.0218,77.079 L102.8108,66.277 C102.8148,66.28 102.8308,66.31 102.8308,66.384 L102.8308,112.46 L80.9058,112.46 Z M20.5068,98.731 L33.3468,89.561 C33.6438,89.349 33.8218,89.004 33.8218,88.639 L33.8218,33.826 C33.8218,33.703 33.8068,30.245 33.8008,28.606 C33.8008,28.553 33.8288,28.52 33.8528,28.502 C33.8718,28.486 33.9128,28.458 33.9718,28.481 L64.4258,37.329 C64.4828,37.346 64.5208,37.397 64.5208,37.457 L64.5208,112.439 L20.5068,112.46 L20.5068,98.731 Z M106.6338,112.46 L103.8308,112.46 L103.8308,66.384 C103.8308,65.815 103.5188,65.539 103.3328,65.425 C103.0318,65.241 102.6328,65.214 102.3408,65.362 L80.5168,76.219 C80.2128,76.427 79.9058,76.826 79.9058,77.25 L79.9058,112.46 L65.5208,112.46 L65.5208,37.457 C65.5208,36.955 65.1848,36.507 64.7038,36.368 L34.2508,27.52 C33.9018,27.421 33.5388,27.485 33.2508,27.703 C32.9638,27.92 32.7988,28.25 32.8008,28.61 C32.8068,30.247 32.8218,33.703 32.8218,33.826 L32.8218,88.639 C32.8218,88.683 32.8008,88.722 32.7648,88.747 L19.8198,97.993 C19.6238,98.133 19.5068,98.359 19.5068,98.6 L19.5068,112.46 L11.4998,112.46 C11.2238,112.46 10.9998,112.684 10.9998,112.96 C10.9998,113.236 11.2238,113.46 11.4998,113.46 L79.9058,113.46 L103.8308,113.46 L106.6338,113.46 C106.9098,113.46 107.1338,113.236 107.1338,112.96 C107.1338,112.684 106.9098,112.46 106.6338,112.46 L106.6338,112.46 Z" class="sapIllus_StrokeDetailColor"/>
11
+ <polygon fill="var(--sapIllus_StrokeDetailColor)" points="84.988 92.47 92.542 92.47 92.542 93.341 84.988 92.596" class="sapIllus_StrokeDetailColor"/>
12
+ <polygon fill="var(--sapIllus_StrokeDetailColor)" points="48.916 73.606 59.694 73.606 59.694 74.85 48.916 73.787" class="sapIllus_StrokeDetailColor"/>
13
+ </svg>`;
@@ -0,0 +1,35 @@
1
+ export default `<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Compass">
2
+ <circle cx="64" cy="64.7703" r="64" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.5092 117.355C26.9453 116.963 26.388 116.562 25.8375 116.152C44.0435 108.257 41.3745 94.8565 41.3745 94.8565L104.927 98.3771C104.927 98.3771 103.57 108.766 99.0742 118.312C90.1009 124.202 79.558 127.897 68.2086 128.634L27.5092 117.355Z" fill="var(--sapContent_Illustrative_Color18)"/>
4
+ <path d="M118.62 85.6007L57.5703 85.0533C55.1425 90.661 41.7002 94.8435 41.7002 94.8435L104.889 98.5883C104.889 98.5883 114.844 92.1131 118.62 85.6007Z" fill="var(--sapContent_Illustrative_Color19)"/>
5
+ <path d="M122.412 60.2983L118.62 85.6007L57.4019 84.7805L62.8522 65.4194L122.412 60.2983Z" fill="var(--sapContent_Illustrative_Color18)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M127.482 56.5876L122.616 60.3602L63.541 65.1824L75.4335 58.9753L127.016 53.5305C127.195 54.5416 127.351 55.5608 127.482 56.5876Z" fill="var(--sapContent_Illustrative_Color19)"/>
7
+ <path d="M97.326 80.5415C86.564 99.1118 64.603 107.643 50.557 101.821C44.0783 99.1354 37.8924 96.1103 34.4856 92.8327C25.6222 84.3053 28.0756 73.0912 37.276 54.4174C46.7619 35.164 64.4502 21.4278 78.1403 25.4528C101.061 32.1918 108.547 61.1799 97.326 80.5415Z" fill="var(--sapContent_Illustrative_Color13)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M72.7562 27.0334C76.602 27.8242 81.8399 24.9586 83.8957 19.4952C85.9514 14.0317 83.4674 9.57825 79.6216 8.78743C75.7758 7.99661 70.538 10.8621 68.4822 16.3256C66.4264 21.7891 68.9104 26.2425 72.7562 27.0334ZM71.7377 29.7402C77.5586 30.9371 84.2702 26.6111 86.7285 20.0777C89.1868 13.5443 86.461 7.27756 80.6401 6.08061C74.8193 4.88365 68.1077 9.20971 65.6494 15.7431C63.191 22.2765 65.9169 28.5432 71.7377 29.7402Z" fill="var(--sapContent_Illustrative_Color5)"/>
9
+ <path d="M77.6697 26.3275C76.001 27.0876 74.2683 27.3442 72.7521 27.0324L73.49 28.6088C75.0054 29.1048 76.6296 29.213 78.2565 28.9857C81.9129 27.4585 85.1694 24.2091 86.7243 20.0767C86.8373 19.7765 86.9393 19.4769 87.0306 19.1783C86.9378 19.3868 86.8377 19.5963 86.73 19.8066C84.6927 23.7838 80.9751 26.0373 77.6697 26.3275Z" fill="var(--sapContent_Illustrative_Color4)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M79.4838 23.2582C79.5 23.2109 79.5132 23.1625 79.5234 23.1131C79.7983 21.7761 77.721 20.2193 74.8836 19.6358C72.0462 19.0523 69.5232 19.6632 69.2483 21.0003C69.2381 21.0496 69.2312 21.0993 69.2274 21.1492L69.2186 21.1474L67.9497 27.3182L78.2247 29.4311L79.4937 23.2603L79.4838 23.2582Z" fill="var(--sapContent_Illustrative_Color5)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M74.0895 28.5811L75.877 19.8887C78.1883 20.5933 79.7636 21.9382 79.522 23.1133C79.5118 23.1626 79.4986 23.211 79.4825 23.2583L79.4924 23.2604L78.2235 29.4312L74.0895 28.5811Z" fill="var(--sapContent_Illustrative_Color4)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M83.7945 12.0164C82.9159 10.322 81.4179 9.15551 79.6234 8.7865C75.7776 7.99568 70.5397 10.8612 68.4839 16.3247C67.7807 18.1937 67.6087 19.9445 67.8407 21.4709C66.1551 17.6526 68.3372 11.2961 73.4606 8.45058C79.0333 5.35546 82.8398 8.35937 83.7945 12.0164Z" fill="var(--sapContent_Illustrative_Color4)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M33.2287 63.2254L43.0486 52.8379L86.1706 93.6034C74.9703 102.745 60.6993 106.026 50.556 101.821C44.0773 99.1356 37.8914 96.1105 34.4846 92.8329C27.1112 85.739 27.5695 76.7858 33.2287 63.2254Z" fill="var(--sapContent_Illustrative_Color14)"/>
14
+ <ellipse cx="58.8556" cy="60.3629" rx="32.6054" ry="40.2126" transform="rotate(39.6076 58.8556 60.3629)" fill="var(--sapContent_Illustrative_Color2)"/>
15
+ <ellipse cx="57.9357" cy="59.1148" rx="26.0288" ry="34.6499" transform="rotate(39.6076 57.9357 59.1148)" fill="var(--sapContent_Illustrative_Color14)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M39.203 88.052C50.4479 94.0219 66.9513 89.0505 77.9929 75.7072C90.0624 61.1215 91.0841 41.9968 80.3813 32.7156C69.1364 26.7457 52.633 31.7171 41.5914 45.0604C29.5219 59.6461 28.5001 78.7708 39.203 88.052Z" fill="var(--sapContent_Illustrative_Color6)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M39.1196 88.007C50.3662 94.0465 66.9244 89.0836 77.9935 75.707C88.5544 62.9446 90.6568 46.7068 83.8472 36.6291C72.6006 30.5896 56.0423 35.5525 44.9733 48.9291C34.4124 61.6915 32.31 77.9293 39.1196 88.007Z" fill="var(--sapContent_Illustrative_Color8)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M70.4114 30.2881C70.9285 30.4216 71.2395 30.949 71.106 31.4661L69.7684 36.6485C69.6349 37.1656 69.1075 37.4766 68.5905 37.3431C68.0734 37.2097 67.7624 36.6823 67.8958 36.1652L69.2335 30.9827C69.3669 30.4657 69.8943 30.1547 70.4114 30.2881Z" fill="var(--sapContent_Illustrative_Color4)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M52.1981 81.9534C52.7084 82.1109 52.9944 82.6522 52.837 83.1625L50.7365 89.9701C50.5791 90.4804 50.0377 90.7665 49.5274 90.609C49.0172 90.4516 48.7311 89.9102 48.8886 89.4L50.989 82.5923C51.1465 82.082 51.6878 81.796 52.1981 81.9534Z" fill="var(--sapContent_Illustrative_Color4)"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M41.1208 58.202C41.0406 58.7299 40.5476 59.0929 40.0196 59.0127L34.8739 58.231C34.346 58.1508 33.983 57.6578 34.0632 57.1298C34.1434 56.6018 34.6364 56.2388 35.1644 56.3191L40.3101 57.1008C40.838 57.181 41.201 57.674 41.1208 58.202Z" fill="var(--sapContent_Illustrative_Color4)"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M84.7614 63.8675C84.6812 64.3955 84.1882 64.7585 83.6602 64.6783L78.5146 63.8966C77.9866 63.8163 77.6236 63.3233 77.7038 62.7953C77.784 62.2674 78.2771 61.9044 78.805 61.9846L83.9507 62.7663C84.4787 62.8465 84.8416 63.3395 84.7614 63.8675Z" fill="var(--sapContent_Illustrative_Color4)"/>
22
+ <path d="M81.7145 44.3348L56.6596 55.1133C56.59 55.1433 56.5284 55.1891 56.4798 55.2472L38.0823 77.2342C37.7601 77.6193 38.1658 78.1796 38.6322 77.9936L63.8232 67.9452C63.9006 67.9143 63.9687 67.864 64.0209 67.799L82.2824 45.0818C82.5982 44.689 82.1775 44.1356 81.7145 44.3348Z" fill="var(--sapContent_Illustrative_Color5)"/>
23
+ <path d="M82.0123 41.5923L55.0655 53.1847L35.3649 76.7291L62.453 65.924L82.0123 41.5923Z" fill="var(--sapContent_Illustrative_Color3)"/>
24
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M62.4692 65.9039L82.0124 41.5921L55.0656 53.1846L54.8853 53.4001L62.4692 65.9039Z" fill="var(--sapContent_Illustrative_Color9)"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M35.9092 76.0792L35.3649 76.7298L62.453 65.9246L81.7528 41.9158L35.9092 76.0792Z" fill="var(--sapContent_Illustrative_Color15)"/>
26
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M58.451 59.2804L62.4688 65.9048L81.7529 41.9155L58.451 59.2804Z" fill="var(--sapContent_Illustrative_Color17)"/>
27
+ <ellipse cx="58.3952" cy="59.5493" rx="2.16082" ry="2.73701" transform="rotate(56.0862 58.3952 59.5493)" fill="var(--sapContent_Illustrative_Color4)"/>
28
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M23.8054 14.9639L43.5603 28.637L40.899 42.1616L19.7035 18.5768C21.0183 17.3156 22.3869 16.1101 23.8054 14.9639Z" fill="var(--sapContent_Illustrative_Color19)"/>
29
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.8161 19.4446L38.3573 31.8558L40.899 42.1616L18.0219 20.2504C18.2843 19.9795 18.549 19.7109 18.8161 19.4446Z" fill="var(--sapContent_Illustrative_Color20)"/>
30
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M28.6188 11.4309L58.7343 23.7516L43.3175 28.9687L23.6404 15.0972C25.2378 13.7978 26.8991 12.5738 28.6188 11.4309Z" fill="var(--sapContent_Illustrative_Color18)"/>
31
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.5987 16.8305L38.356 31.8557L15.1917 43.2151L11.3862 28.3213C14.3217 24.092 17.754 20.2336 21.5987 16.8305Z" fill="var(--sapContent_Illustrative_Color18)"/>
32
+ <path d="M112.492 35.0965C112.492 34.4414 110.59 33.9171 108.049 33.798C107.904 31.2605 107.345 29.3738 106.69 29.3752C106.035 29.3767 105.49 31.278 105.35 33.8285C102.803 34.0028 100.908 34.5722 100.917 35.2287C100.926 35.8852 102.819 36.4095 105.359 36.5272C105.512 39.0646 106.064 40.9514 106.717 40.9499C107.371 40.9485 107.919 39.0472 108.058 36.4967C110.606 36.3224 112.499 35.753 112.492 35.0965Z" fill="var(--sapContent_Illustrative_Color18)"/>
33
+ <path d="M21.7173 83.6566C21.7173 83.1084 20.1261 82.6697 17.9999 82.57C17.8784 80.4466 17.4104 78.8677 16.8621 78.8689C16.3139 78.8701 15.858 80.4612 15.7413 82.5955C13.6092 82.7414 12.024 83.2178 12.0313 83.7672C12.0386 84.3166 13.6225 84.7554 15.7486 84.8539C15.8763 86.9773 16.3382 88.5562 16.8852 88.555C17.4323 88.5537 17.8905 86.9627 18.0072 84.8283C20.1394 84.6825 21.7234 84.206 21.7173 83.6566Z" fill="var(--sapContent_Illustrative_Color18)"/>
34
+ </svg>
35
+ `;
@@ -0,0 +1,5 @@
1
+ export default `<svg width="128" height="128" viewBox="0 0 128 128" id="tnt-Spot-Components">
2
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M58.1253,35.5473 L69.5133,35.5563 C70.2723,35.5573 70.8863,36.1723 70.8863,36.9313 L70.8863,36.9313 L70.8803,45.0283 L103.2763,45.0513 L103.2583,69.1903 L52.0903,69.1523 L52.1073,45.0153 L56.7413,45.0183 L56.7483,36.9213 C56.7493,36.1623 57.3653,35.5473 58.1253,35.5473 L58.1253,35.5473 Z M85.7657,35.4998 L97.1547,35.5078 C97.9137,35.5078 98.5287,36.1238 98.5277012,36.8828 L98.5277012,36.8828 L98.5277012,36.8838 L98.5217,45.0168 L84.3847,45.0068 L84.3907,36.8738 C84.3917,36.1148 85.0067,35.4998 85.7657,35.4998 L85.7657,35.4998 Z" class="sapIllus_ObjectFillColor"/>
3
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M43.29,69.2031 L43.296,61.1061 L43.296,61.1061 C43.296,60.3471 42.682,59.7321 41.923,59.7311 L30.535,59.7221 C29.775,59.7221 29.159,60.3371 29.158,61.0961 L29.151,69.1931 L24.516,69.1901 L24.5,93.3271 L75.668,93.3651 L75.686,69.2261 L43.29,69.2031 Z" class="sapIllus_BrandColorSecondary"/>
4
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M102.7588,68.69 L52.5898,68.652 L52.6068,45.515 L56.2408,45.518 L56.2408,45.555 L71.3798,45.566 L71.3798,45.529 L102.7758,45.551 L102.7588,68.69 Z M75.1688,92.865 L24.9998,92.828 L25.0168,69.69 L28.6518,69.693 L28.6518,69.73 L43.7898,69.741 L43.7898,69.704 L75.1858,69.726 L75.1688,92.865 Z M29.6578,61.097 C29.6588,60.615 30.0518,60.222 30.5338,60.222 L41.9218,60.231 C42.4048,60.232 42.7968,60.624 42.7958019,61.106 L42.7898,68.703 L29.6518,68.694 L29.6578,61.097 Z M57.2478,36.922 C57.2478,36.688 57.3398,36.468 57.5048,36.303 C57.6698,36.138 57.8898,36.047 58.1228,36.047 L58.1248,36.047 L69.5128,36.056 C69.9948,36.057 70.3868,36.449 70.3858019,36.931 L70.3798,44.528 L57.2408,44.519 L57.2478,36.922 Z M84.8908,36.875 C84.8918,36.392 85.2838,36 85.7658,36 L97.1548,36.007 C97.6368,36.008 98.0288,36.401 98.0278019,36.883 L98.0218,44.517 L84.8848,44.507 L84.8908,36.875 Z M103.7758,44.551 L99.0218,44.548 L99.0278,36.883 C99.0288,36.382 98.8338,35.912 98.4808,35.557 C98.1268,35.204 97.6558,35.008 97.1548,35.007 L85.7658,35 C84.7338,35 83.8918,35.84 83.8908,36.874 L83.8858,44.538 L71.3808,44.529 L71.3858,36.932 C71.3868,36.431 71.1928,35.961 70.8388,35.606 C70.4858,35.252 70.0148,35.057 69.5138,35.056 L58.1258,35.047 L58.1228,35.047 C57.6228,35.047 57.1528,35.242 56.7988,35.595 C56.4448,35.949 56.2488,36.419 56.2478,36.921 L56.2418,44.518 L51.6068,44.515 L51.5908,68.709 L43.7908,68.704 L43.7958,61.107 C43.7968,60.606 43.6018,60.135 43.2478,59.781 C42.8948,59.427 42.4238,59.232 41.9228,59.231 L30.5338,59.222 C29.5008,59.222 28.6588,60.063 28.6578,61.096 L28.6518,68.693 L24.0168,68.69 L23.9998,93.828 L76.1688,93.865 L76.1848,69.67 L103.7588,69.69 L103.7758,44.551 Z" class="sapIllus_StrokeDetailColor"/>
5
+ </svg>`;