@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,11 @@
1
+ <svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-SessionExpiring-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M87.6371 76.3745C83.7419 73.5355 78.5945 70.6789 71.6665 67.5359C71.5905 67.5014 71.5164 67.4626 71.4426 67.4238C71.0844 67.2354 69.9182 66.6345 68.4343 65.4992C67.3769 64.6894 66.9715 63.1121 67.5046 61.8915C68.2702 60.1392 69.0198 59.0266 69.2431 58.6888C69.2876 58.6215 69.3323 58.5542 69.3806 58.4896C73.9528 52.3723 77.0904 47.3891 79.1255 43.0503C81.0182 39.0018 81.9679 35.5152 82.2803 32.1923C82.782 27.01 81.7013 22.1937 80.1955 16.2763C80.0159 15.5703 79.2967 15.1448 78.5911 15.3258L27.5567 28.4202C26.8567 28.5998 26.4311 29.3097 26.6056 30.011C28.0718 35.9051 29.4755 40.6426 32.4211 44.985C34.3316 47.7377 36.8607 50.3316 40.4695 52.9685C44.3645 55.8074 49.5121 58.6636 56.4395 61.8065C56.5163 61.8413 56.5913 61.8806 56.6658 61.9198C57.0161 62.1041 58.1306 62.6788 59.5575 63.7569C60.6839 64.6076 61.1172 66.2935 60.5435 67.5844C59.8014 69.2538 59.0862 70.3173 58.8662 70.6506C58.8203 70.7201 58.7741 70.7899 58.7242 70.8566C54.1526 76.9726 51.0156 81.9541 48.9811 86.2928C47.0883 90.3407 46.1381 93.828 45.8263 97.1508C45.3246 102.333 46.4051 107.149 47.911 113.067C48.0907 113.773 48.8099 114.198 49.5155 114.017L100.551 100.923C101.251 100.743 101.676 100.033 101.502 99.3319C100.035 93.4378 98.6316 88.7004 95.6855 84.358C93.775 81.6054 91.2457 79.0109 87.6371 76.3745Z" fill="var(--sapContent_Illustrative_Color8)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M79.1253 43.0502C77.0903 47.389 73.9527 52.3722 69.3804 58.4895C69.3322 58.5541 69.2875 58.6215 69.243 58.6887C69.2361 58.6992 69.2287 58.7103 69.2208 58.7222C68.9733 59.0959 68.2464 60.1933 67.5045 61.8914C66.9714 63.112 67.3768 64.6893 68.4342 65.4991C69.8727 66.5997 71.0126 67.1981 71.4074 67.4053C71.4199 67.4118 71.4316 67.418 71.4425 67.4237C71.5163 67.4625 71.5904 67.5013 71.6663 67.5358C78.5944 70.6789 83.7418 73.5355 87.637 76.3745C91.2456 79.0108 93.7749 81.6053 95.6854 84.358C98.6315 88.7003 100.035 93.4378 101.502 99.3318C101.676 100.033 101.25 100.743 100.55 100.923L49.5154 114.017C48.8098 114.198 48.0906 113.773 47.911 113.067C46.4051 107.149 45.3245 102.333 45.8262 97.1507C46.138 93.8279 47.0882 90.3406 48.981 86.2927C51.0155 81.9541 54.1525 76.9725 58.7241 70.8565C58.774 70.7898 58.8202 70.72 58.8661 70.6505C58.873 70.64 58.8805 70.6288 58.8884 70.6168C59.1312 70.2497 59.8247 69.2012 60.5434 67.5843C61.1171 66.2934 60.6838 64.6075 59.5574 63.7568C58.1748 62.7122 57.0855 62.1402 56.7005 61.938C56.6882 61.9316 56.6766 61.9255 56.6657 61.9197C56.5912 61.8805 56.5162 61.8412 56.4395 61.8064C49.512 58.6636 44.3644 55.8073 40.4694 52.9685C36.8607 50.3315 34.3315 47.7376 32.421 44.985C29.4754 40.6425 28.0717 35.905 26.6055 30.0109C26.431 29.3096 26.8566 28.5997 27.5566 28.4201L78.591 15.3258C79.2965 15.1448 80.0158 15.5703 80.1954 16.2762C81.7012 22.1937 82.7818 27.01 82.2802 32.1922C81.9678 35.5152 81.018 39.0017 79.1253 43.0502ZM84.2792 32.3829C83.9417 35.9689 82.9185 39.678 80.9444 43.9006L80.9434 43.9029C78.8276 48.4139 75.6023 53.5193 70.9889 59.6917C70.9803 59.7033 70.9657 59.7242 70.918 59.7962C70.9112 59.8066 70.9038 59.8177 70.8959 59.8296C70.6703 60.1701 70.0175 61.1553 69.3447 62.6951M84.2792 32.3829C84.818 26.8115 83.643 21.6819 82.1415 15.781C81.6874 13.9965 79.871 12.9243 78.0919 13.3807L27.0575 26.475C25.2935 26.9276 24.2148 28.7191 24.6568 30.4957C26.1262 36.4024 27.5962 41.4493 30.7592 46.1122L30.7652 46.1211L30.7713 46.1299C32.8274 49.0923 35.5231 51.8412 39.2846 54.5898L39.2866 54.5912C43.335 57.5418 48.6181 60.4631 55.6098 63.6351C55.6252 63.6421 55.6504 63.6546 55.7308 63.6969C55.7416 63.7026 55.7532 63.7087 55.7656 63.7152C56.1177 63.9 57.0945 64.4127 58.3468 65.359L58.3472 65.3592C58.726 65.6453 58.9042 66.3282 58.7084 66.7688C58.057 68.2341 57.4347 69.1748 57.2125 69.5105C57.2046 69.5225 57.1972 69.5337 57.1903 69.5441C57.1409 69.619 57.1253 69.6414 57.1157 69.6543C52.503 75.8253 49.2782 80.9292 47.1629 85.4402L47.162 85.4421C45.1878 89.664 44.1641 93.374 43.8272 96.96C43.2884 102.532 44.4632 107.661 45.9649 113.562C46.419 115.346 48.2354 116.419 50.0145 115.962L101.049 102.868C102.813 102.415 103.892 100.624 103.45 98.8471C101.981 92.9403 100.511 87.8934 97.3471 83.2305L97.3411 83.2217L97.335 83.213C95.2791 80.2507 92.5832 77.5011 88.8216 74.753L87.637 76.3745L88.8198 74.7517C84.7713 71.801 79.4884 68.8794 72.496 65.7071C72.4811 65.7004 72.4566 65.6882 72.3772 65.6464C72.3663 65.6407 72.3546 65.6346 72.3421 65.628C71.9816 65.4389 70.9584 64.902 69.6544 63.9043C69.3329 63.6573 69.1806 63.0712 69.3447 62.6953" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M44.0805 47.0765C43.5021 48.0175 42.2703 48.3114 41.3293 47.7329C37.6296 45.4585 33.1066 40.2084 31.4595 33.7891C31.185 32.7192 31.8298 31.6293 32.8997 31.3548C33.9696 31.0803 35.0595 31.7251 35.334 32.795C36.7119 38.1654 40.5686 42.5698 43.4242 44.3253C44.3651 44.9038 44.659 46.1355 44.0805 47.0765Z" fill="var(--sapContent_Illustrative_Color6)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.7283 22.4033C19.7982 22.1288 20.8881 22.7736 21.1626 23.8435L45.2672 117.79C45.5417 118.86 44.8969 119.95 43.827 120.224C42.7571 120.499 41.6672 119.854 41.3927 118.784L17.2881 24.8376C17.0136 23.7677 17.6584 22.6778 18.7283 22.4033Z" fill="var(--sapContent_Illustrative_Color4)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M83.8455 5.6953C84.9154 5.42078 86.0053 6.06558 86.2798 7.13549L110.384 101.082C110.659 102.152 110.014 103.242 108.944 103.516C107.874 103.791 106.784 103.146 106.51 102.076L82.4053 8.1296C82.1308 7.05969 82.7756 5.96981 83.8455 5.6953Z" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M94.4417 99.9678C95.7005 99.6449 95.8023 97.8137 94.6138 97.2882C89.6002 95.0711 84.6738 92.1034 80.3677 89.1638C73.4364 84.432 63.1093 87.1864 59.6308 94.824C57.5989 99.2854 55.1715 104.034 52.4579 108.249C51.7909 109.285 52.7438 110.667 53.9375 110.36L94.4417 99.9678ZM101.337 99.7404C101.319 99.7352 101.3 99.7463 101.295 99.7647C101.156 100.269 100.757 100.686 100.215 100.825L49.7636 113.77C49.3609 113.873 48.9541 113.804 48.6221 113.608C48.6044 113.598 48.5817 113.601 48.5686 113.617C48.5529 113.636 48.5573 113.665 48.5785 113.677C48.8677 113.848 49.2221 113.909 49.5732 113.819L100.403 100.777C100.902 100.649 101.26 100.251 101.361 99.7793C101.365 99.762 101.354 99.7451 101.337 99.7404Z" fill="var(--sapContent_Illustrative_Color3)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M63.0373 65.7036C63.0739 66.0211 63.1348 66.3369 63.2572 66.6322L64.76 70.2573C65.048 70.952 66.0881 70.6961 66.0209 69.9472L65.6809 66.1535C65.6495 65.8039 65.5408 65.4673 65.4071 65.1428C64.8678 63.8342 64.8368 62.3181 65.4144 60.9955L65.4145 60.9953C66.2318 59.1247 67.0393 57.9053 67.3123 57.4931L67.3229 57.4771C67.3733 57.401 67.4568 57.2748 67.555 57.1435C70.0993 53.7386 72.1713 50.7181 73.8413 47.9905C75.0137 46.0757 73.2559 43.8599 71.0811 44.418L48.1773 50.2948C46.0027 50.8528 45.5283 53.6416 47.4773 54.756C50.2585 56.3462 53.527 57.9944 57.3886 59.7469C57.5425 59.8167 57.6813 59.8896 57.7651 59.9336L57.7652 59.9337L57.7658 59.934L57.781 59.942C58.2045 60.1644 59.416 60.8007 60.9404 61.9524C62.1349 62.8544 62.869 64.2464 63.0373 65.7036ZM67.4235 62.0709C67.4233 62.0712 67.4237 62.0716 67.4241 62.0714C67.4241 62.0713 67.4242 62.0712 67.4242 62.0711C67.4446 62.0142 67.4669 61.9579 67.4912 61.9024C68.2301 60.2111 68.9541 59.1181 69.2006 58.746L69.2227 58.7126C69.2669 58.6456 69.3115 58.5785 69.3596 58.5142C73.9134 52.4214 77.0385 47.4583 79.0653 43.1369C79.202 42.8445 79.3337 42.5551 79.4606 42.2685C79.4608 42.2682 79.4605 42.2679 79.4601 42.268C79.46 42.268 79.4599 42.2681 79.4599 42.2682C79.333 42.5549 79.2012 42.8443 79.0645 43.1367C77.0393 47.4547 73.9176 52.4133 69.3696 58.4995C69.3144 58.5734 69.2627 58.6507 69.2118 58.7276L69.1997 58.7458C68.9532 59.118 68.2293 60.2109 67.4904 61.9022C67.4661 61.9577 67.4438 62.014 67.4235 62.0709Z" fill="var(--sapContent_Illustrative_Color3)"/>
9
+ <rect x="11.1562" y="23.3279" width="81.9252" height="9.35552" rx="3.28407" transform="rotate(-14.3904 11.1562 23.3279)" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ <rect x="35.1631" y="116.896" width="81.9252" height="9.35552" rx="3.28407" transform="rotate(-14.3904 35.1631 116.896)" fill="var(--sapContent_Illustrative_Color5)"/>
11
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Settings-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.2242 57.7386C10.1034 53.9705 10.9346 49.2297 14.2106 46.4077L18.8921 42.3752C22.1708 39.551 26.9872 39.4336 30.3996 42.0947L35.0286 45.7047L43.9321 44.2616L46.5197 39.1365C48.6659 34.8853 53.7324 33.0153 58.126 34.8526L64.7799 37.6352C68.8261 39.3272 71.0841 43.67 70.1451 47.954L69.0134 53.1174L74.9399 59.9977L80.214 59.6433C84.5899 59.3492 88.5503 62.2256 89.6244 66.4777L91.4027 73.5182C92.559 78.0958 90.0134 82.7956 85.5475 84.3281L80.0674 86.2086L77.2505 94.7284L80.1292 99.8279C82.2569 103.597 81.4278 108.344 78.1485 111.169L73.4684 115.2C70.1917 118.023 65.3789 118.142 61.9666 115.485L57.3378 111.881L48.5016 113.4L45.8308 118.539C43.6537 122.729 38.6287 124.55 34.2728 122.729L27.5751 119.928C23.5274 118.235 21.2695 113.89 22.2108 109.605L23.3457 104.438L17.421 97.56L12.1431 97.9172C7.76577 98.2134 3.80298 95.3367 2.72852 91.083L0.962661 84.0921C-0.203614 79.4748 2.39625 74.7412 6.91842 73.2483L12.3689 71.4489L15.1085 62.8633L12.2242 57.7386ZM56.6392 90.9279C63.3449 85.1517 64.0984 75.0331 58.3223 68.3274C52.5461 61.6217 42.4275 60.8682 35.7217 66.6444C29.016 72.4206 28.2625 82.5392 34.0387 89.2449C39.8148 95.9506 49.9334 96.7041 56.6392 90.9279Z" fill="var(--sapContent_Illustrative_Color8)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M34.487 47.8186L29.1697 43.6719C26.509 41.597 22.7538 41.6885 20.1974 43.8905L15.5159 47.9231C12.9616 50.1233 12.3135 53.8197 13.9671 56.7576L17.2786 62.6415L13.9643 73.0284L7.54541 75.1475C4.01951 76.3115 1.99242 80.0023 2.90176 83.6023L4.66761 90.5932C5.50536 93.9098 8.59511 96.1527 12.0081 95.9217L18.2837 95.4971L25.5137 103.891L24.1642 110.034C23.4303 113.375 25.1908 116.763 28.3467 118.083L35.0444 120.884C38.4407 122.304 42.3587 120.884 44.0561 117.617L47.1846 111.596L57.8696 109.76L63.1952 113.907C65.8558 115.978 69.6083 115.885 72.1631 113.685L76.8432 109.653C79.4001 107.451 80.0465 103.75 78.3876 100.811L75.0738 94.9409L78.48 84.6389L84.8984 82.4364C88.3804 81.2415 90.3652 77.5771 89.4636 74.008L87.6853 66.9675C86.8479 63.6522 83.76 61.4095 80.3481 61.6388L74.0769 62.0602L66.8459 53.6655L68.1915 47.5258C68.9236 44.1856 67.1631 40.7996 64.0083 39.4803L57.3544 36.6978C53.9288 35.2652 49.9785 36.7233 48.305 40.0379L45.2582 46.0728L34.487 47.8186ZM15.1085 62.8633L12.3689 71.4489L6.91842 73.2483C2.39625 74.7412 -0.203614 79.4748 0.962661 84.0921L2.72852 91.083C3.80298 95.3367 7.76577 98.2134 12.1431 97.9172L17.421 97.56L23.3457 104.438L22.2108 109.605C21.2695 113.89 23.5274 118.235 27.5751 119.928L34.2728 122.729C38.6287 124.55 43.6537 122.729 45.8308 118.539L48.5016 113.4L57.3378 111.881L61.9666 115.485C65.3789 118.142 70.1917 118.023 73.4684 115.2L78.1485 111.169C81.4278 108.344 82.2569 103.597 80.1292 99.8279L77.2505 94.7284L80.0674 86.2086L85.5475 84.3281C90.0134 82.7956 92.559 78.0958 91.4027 73.5182L89.6244 66.4777C88.5503 62.2256 84.5899 59.3492 80.214 59.6433L74.9399 59.9977L69.0134 53.1174L70.1451 47.954C71.0841 43.67 68.8261 39.3272 64.7799 37.6352L58.126 34.8526C53.7324 33.0153 48.6659 34.8853 46.5197 39.1365L43.9321 44.2616L35.0286 45.7047L30.3996 42.0947C26.9872 39.4336 22.1708 39.551 18.8921 42.3752L14.2106 46.4077C10.9346 49.2297 10.1034 53.9705 12.2242 57.7386L15.1085 62.8633ZM59.8376 67.0221C66.3347 74.5648 65.4871 85.9462 57.9445 92.4433C50.4018 98.9404 39.0204 98.0928 32.5233 90.5502C26.0262 83.0075 26.8738 71.6261 34.4164 65.129C41.9591 58.6319 53.3405 59.4795 59.8376 67.0221ZM58.3223 68.3274C64.0984 75.0331 63.3449 85.1517 56.6392 90.9279C49.9334 96.7041 39.8148 95.9506 34.0387 89.2449C28.2625 82.5392 29.016 72.4206 35.7217 66.6444C42.4275 60.8682 52.5461 61.6217 58.3223 68.3274Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path d="M64.6237 62.9035C73.3956 73.087 72.2512 88.4533 62.0678 97.2251C51.8843 105.997 36.518 104.853 27.7461 94.6692C18.9743 84.4857 20.1186 69.1194 30.3021 60.3476C40.4855 51.5757 55.8519 52.72 64.6237 62.9035ZM32.5156 90.5608C39.0185 98.1102 50.4101 98.9585 57.9594 92.4556C65.5087 85.9528 66.3571 74.5612 59.8542 67.0119C53.3513 59.4625 41.9598 58.6142 34.4104 65.1171C26.8611 71.6199 26.0128 83.0115 32.5156 90.5608Z" fill="var(--sapContent_Illustrative_Color6)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M102.947 73.4527C104.043 73.3114 105.045 74.0848 105.187 75.1803C107.183 90.65 101.576 101.979 95.9946 109.428C95.3322 110.312 94.0787 110.491 93.1947 109.829C92.3108 109.167 92.1313 107.913 92.7937 107.029C97.9593 100.136 103.044 89.8293 101.219 75.6923C101.078 74.5968 101.852 73.5941 102.947 73.4527Z" fill="var(--sapContent_Illustrative_Color5)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M114.255 68.9189C115.32 68.6273 116.42 69.2546 116.712 70.3199C119.246 79.5781 118.054 88.886 115.417 95.0807C114.984 96.097 113.809 96.5702 112.793 96.1375C111.777 95.7049 111.304 94.5303 111.736 93.514C114.032 88.1211 115.142 79.7364 112.854 71.376C112.562 70.3106 113.189 69.2106 114.255 68.9189Z" fill="var(--sapContent_Illustrative_Color5)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M87.4139 10.7015C87.475 7.95898 89.462 5.64017 92.1628 5.1595L96.0223 4.47261C98.7253 3.99155 101.392 5.48524 102.394 8.04141L103.753 11.509L109.079 13.6009L112.149 11.6405C114.696 10.0143 118.066 10.6323 119.87 13.0561L122.601 16.7269C124.263 18.9591 124.091 22.0598 122.192 24.0944L119.905 26.5466L120.914 32.2187L123.908 33.7311C126.391 34.9859 127.622 37.8367 126.833 40.505L125.527 44.9229C124.677 47.7955 121.768 49.5373 118.835 48.9294L115.235 48.1834L110.942 51.9225L110.864 55.6369C110.807 58.3823 108.819 60.7051 106.115 61.1863L102.257 61.873C99.5556 62.3537 96.8902 60.8622 95.8869 58.3084L94.5261 54.8443L89.2121 52.8152L86.0919 54.7568C83.5487 56.3394 80.2168 55.7083 78.4285 53.3052L75.6787 49.6103C74.0169 47.3772 74.1898 44.2753 76.0895 42.2408L78.3801 39.7878L77.3709 34.1174L74.3746 32.6053C71.8896 31.3512 70.6571 28.4994 71.4464 25.8302L72.7437 21.4433C73.6005 18.5459 76.5505 16.8032 79.5016 17.4509L83.0586 18.2316L87.3307 14.4316L87.4139 10.7015ZM100.858 42.8261C106.189 41.8772 109.742 36.7859 108.793 31.4542C107.844 26.1226 102.753 22.5697 97.4213 23.5186C92.0897 24.4675 88.5368 29.5589 89.4856 34.8905C90.4345 40.2221 95.5259 43.775 100.858 42.8261Z" fill="var(--sapContent_Illustrative_Color2)"/>
8
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="129" height="129" viewBox="0 0 129 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Success-alternate">
2
+ <path d="M105.377 85.7742C105.377 108.347 87.0777 126.647 64.5044 126.647C41.9311 126.647 23.6318 108.347 23.6318 85.7742C23.6318 63.2009 41.9311 44.9016 64.5044 44.9016C87.0777 44.9016 105.377 63.2009 105.377 85.7742Z" fill="var(--sapContent_Illustrative_Color8)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M107.377 85.7742C107.377 109.452 88.1823 128.647 64.5044 128.647C40.8265 128.647 21.6318 109.452 21.6318 85.7742C21.6318 62.0963 40.8265 42.9016 64.5044 42.9016C88.1823 42.9016 107.377 62.0963 107.377 85.7742ZM64.5044 126.647C87.0777 126.647 105.377 108.347 105.377 85.7742C105.377 63.2009 87.0777 44.9016 64.5044 44.9016C41.9311 44.9016 23.6318 63.2009 23.6318 85.7742C23.6318 108.347 41.9311 126.647 64.5044 126.647Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M103.632 97.6265C104.767 93.8752 105.377 89.8959 105.377 85.7742C105.377 85.5592 105.375 85.3446 105.372 85.1304H41.4248C37.9741 85.1304 35.1768 87.9277 35.1768 91.3785C35.1768 94.8292 37.9741 97.6265 41.4248 97.6265H103.632ZM100.423 105.294H28.5853C29.458 106.896 30.4349 108.434 31.5068 109.898H97.502C98.5739 108.434 99.5508 106.896 100.423 105.294ZM93.0211 115.055H35.9877C43.3518 122.228 53.4121 126.647 64.5044 126.647C75.5967 126.647 85.657 122.228 93.0211 115.055ZM102.709 71.2173C103.592 73.5351 104.271 75.954 104.723 78.4519H24.2859C24.7377 75.954 25.4165 73.5351 26.3001 71.2173H102.709ZM86.3748 51.239C91.6346 54.5769 96.0797 59.0832 99.3451 64.3929L29.6637 64.3929C32.9291 59.0832 37.3742 54.5769 42.634 51.239L86.3748 51.239Z" fill="var(--sapContent_Illustrative_Color6)"/>
5
+ <circle cx="54.1402" cy="77.5999" r="3.61065" fill="var(--sapContent_Illustrative_Color8)"/>
6
+ <circle cx="80.3165" cy="110.369" r="3.61065" fill="var(--sapContent_Illustrative_Color8)"/>
7
+ <ellipse cx="76.7055" cy="64.7218" rx="9.45305" ry="5.16536" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M55.9441 120.799C78.5174 120.799 96.8167 102.5 96.8167 79.9265C96.8167 67.7617 91.5023 56.8381 83.0685 49.3508C96.3103 56.1134 105.377 69.8849 105.377 85.774C105.377 108.347 87.0776 126.647 64.5043 126.647C54.0958 126.647 44.596 122.756 37.3799 116.35C42.9504 119.195 49.2599 120.799 55.9441 120.799Z" fill="var(--sapContent_Illustrative_Color5)"/>
9
+ <ellipse cx="64.5045" cy="56.9453" rx="5.00567" ry="3.21853" fill="var(--sapContent_Illustrative_Color5)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M64.9082 2.27783C66.0128 2.27783 66.9082 3.17326 66.9082 4.27783L66.9082 54.9455C66.9082 56.0501 66.0128 56.9455 64.9082 56.9455C63.8036 56.9455 62.9082 56.0501 62.9082 54.9455L62.9082 4.27783C62.9082 3.17326 63.8036 2.27783 64.9082 2.27783Z" fill="var(--sapContent_Illustrative_Color4)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M66.7254 4.68161L99.852 21.6721C99.9887 21.7432 99.9822 21.9401 99.841 22.0014L66.7134 36.2525C66.5941 36.3039 66.4607 36.2164 66.4607 36.0862V4.84351C66.4607 4.70677 66.6051 4.61925 66.7254 4.68161Z" fill="var(--sapContent_Illustrative_Color3)"/>
12
+ </svg>
@@ -0,0 +1,26 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-SuccessfulAuth-alternate">
2
+ <rect x="-1.41797" y="45.2314" width="110.653" height="73.9022" rx="6.57108" transform="rotate(-16.24 -1.41797 45.2314)" fill="var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M4.58609 47.753C3.74032 44.8494 5.40851 41.81 8.31209 40.9642L99.1778 14.4965C102.081 13.6507 105.121 15.3189 105.967 18.2225L122.683 75.6106C123.529 78.5142 121.86 81.5536 118.957 82.3994L28.0911 108.867C25.1875 109.713 22.1481 108.045 21.3023 105.141L4.58609 47.753Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.75377 39.044L98.6194 12.5763C102.584 11.4217 106.733 13.6991 107.888 17.6632L124.604 75.0513C125.759 79.0154 123.481 83.165 119.517 84.3196L28.6515 110.787C24.6874 111.942 20.5378 109.665 19.3831 105.7L2.66689 48.3124C1.51222 44.3483 3.78969 40.1987 7.75377 39.044ZM8.3131 40.9642C5.40951 41.81 3.74132 44.8495 4.58709 47.753L21.3033 105.141C22.1491 108.045 25.1886 109.713 28.0921 108.867L118.958 82.3994C121.861 81.5537 123.53 78.5142 122.684 75.6106L105.968 18.2225C105.122 15.3189 102.082 13.6508 99.1788 14.4965L8.3131 40.9642Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M67.3087 52.3984C68.6484 56.9978 66.0059 61.8124 61.4063 63.1522C56.8068 64.492 51.9921 61.8495 50.6524 57.2501C49.3126 52.6507 51.9552 47.836 56.5547 46.4963C61.1542 45.1565 65.969 47.799 67.3087 52.3984Z" fill="var(--sapContent_Illustrative_Color2)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.3327 62.1481C54.1182 59.8241 55.5808 57.6635 57.8333 57.0074L61.1453 56.0427C63.3901 55.3888 65.7756 56.4167 66.848 58.4783C65.8297 60.6681 63.9074 62.4238 61.4066 63.1523C58.9165 63.8776 56.3634 63.4358 54.3327 62.1481ZM60.9385 51.0119C61.3914 52.567 60.498 54.1949 58.9428 54.6479C57.3877 55.1009 55.7598 54.2074 55.3068 52.6523C54.8539 51.0972 55.7473 49.4694 57.3025 49.0164C58.8576 48.5634 60.4855 49.4568 60.9385 51.0119Z" fill="var(--sapContent_Illustrative_Color8)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M61.0036 61.7697C64.8396 60.6523 67.0435 56.6369 65.9261 52.8011C64.8088 48.9652 60.7934 46.7614 56.9574 47.8788C53.1215 48.9961 50.9176 53.0115 52.0349 56.8474C53.1523 60.6832 57.1677 62.887 61.0036 61.7697ZM61.4063 63.1522C66.0059 61.8124 68.6484 56.9978 67.3087 52.3984C65.969 47.799 61.1542 45.1565 56.5547 46.4963C51.9552 47.836 49.3126 52.6507 50.6524 57.2501C51.9921 61.8495 56.8068 64.492 61.4063 63.1522Z" fill="var(--sapContent_Illustrative_Color2)"/>
8
+ <rect x="30.4023" y="77.3706" width="67.5268" height="8.17545" rx="1.64277" transform="rotate(-16.24 30.4023 77.3706)" fill="var(--sapContent_Illustrative_Color18)"/>
9
+ <rect x="33.6797" y="88.6177" width="67.5268" height="8.17545" rx="1.64277" transform="rotate(-16.24 33.6797 88.6177)" fill="var(--sapContent_Illustrative_Color18)"/>
10
+ <circle cx="36.5544" cy="79.8361" r="1.3278" transform="rotate(-16.24 36.5544 79.8361)" fill="var(--sapContent_Illustrative_Color14)"/>
11
+ <circle cx="42.2575" cy="78.1745" r="1.3278" transform="rotate(-16.24 42.2575 78.1745)" fill="var(--sapContent_Illustrative_Color14)"/>
12
+ <circle cx="47.9626" cy="76.5131" r="1.3278" transform="rotate(-16.24 47.9626 76.5131)" fill="var(--sapContent_Illustrative_Color14)"/>
13
+ <circle cx="53.6657" cy="74.8515" r="1.3278" transform="rotate(-16.24 53.6657 74.8515)" fill="var(--sapContent_Illustrative_Color14)"/>
14
+ <circle cx="39.8297" cy="91.0834" r="1.3278" transform="rotate(-16.24 39.8297 91.0834)" fill="var(--sapContent_Illustrative_Color14)"/>
15
+ <circle cx="45.5348" cy="89.4218" r="1.3278" transform="rotate(-16.24 45.5348 89.4218)" fill="var(--sapContent_Illustrative_Color14)"/>
16
+ <circle cx="51.2379" cy="87.7604" r="1.3278" transform="rotate(-16.24 51.2379 87.7604)" fill="var(--sapContent_Illustrative_Color14)"/>
17
+ <circle cx="56.9411" cy="86.0988" r="1.3278" transform="rotate(-16.24 56.9411 86.0988)" fill="var(--sapContent_Illustrative_Color14)"/>
18
+ <circle cx="62.6462" cy="84.4374" r="1.3278" transform="rotate(-16.24 62.6462 84.4374)" fill="var(--sapContent_Illustrative_Color14)"/>
19
+ <circle cx="68.3493" cy="82.7758" r="1.3278" transform="rotate(-16.24 68.3493 82.7758)" fill="var(--sapContent_Illustrative_Color14)"/>
20
+ <path d="M4.58609 47.753C3.74032 44.8494 5.40851 41.81 8.31209 40.9642L99.1778 14.4965C102.081 13.6507 105.121 15.3189 105.967 18.2225L108.159 25.7509L6.77899 55.2814L4.58609 47.753Z" fill="var(--sapContent_Illustrative_Color5)"/>
21
+ <circle cx="13.6292" cy="46.5463" r="2.46415" transform="rotate(-16.24 13.6292 46.5463)" fill="var(--sapContent_Illustrative_Color8)"/>
22
+ <circle cx="22.5667" cy="43.9431" r="2.46415" transform="rotate(-16.24 22.5667 43.9431)" fill="var(--sapContent_Illustrative_Color8)"/>
23
+ <circle cx="31.5042" cy="41.3395" r="2.46415" transform="rotate(-16.24 31.5042 41.3395)" fill="var(--sapContent_Illustrative_Color8)"/>
24
+ <rect x="94.2598" y="77.082" width="24.1113" height="23.3432" fill="var(--sapContent_Illustrative_Color8)"/>
25
+ <path d="M106.269 67.4841C102.062 67.4841 97.9497 68.7316 94.4516 71.0687C90.9536 73.4058 88.2272 76.7276 86.6172 80.6141C85.0073 84.5006 84.586 88.7772 85.4068 92.903C86.2275 97.0289 88.2534 100.819 91.2283 103.793C94.2031 106.768 97.9933 108.794 102.119 109.614C106.246 110.435 110.523 110.014 114.409 108.404C118.296 106.794 121.618 104.068 123.956 100.57C126.293 97.0725 127.541 92.9603 127.541 88.7536C127.524 83.1177 125.277 77.7174 121.292 73.7322C117.306 69.747 111.906 67.5008 106.269 67.4841ZM116.26 83.8616L103.497 96.6233C103.305 96.8268 103.073 96.989 102.816 97.0999C102.559 97.2107 102.282 97.2679 102.002 97.2679C101.722 97.2679 101.445 97.2107 101.187 97.0999C100.93 96.989 100.698 96.8268 100.506 96.6233L96.2519 92.3694C95.8552 91.9728 95.6324 91.4348 95.6324 90.8739C95.6324 90.313 95.8552 89.775 96.2519 89.3784C96.6485 88.9817 97.1865 88.7589 97.7475 88.7589C98.3085 88.7589 98.8465 88.9817 99.2431 89.3784L102.008 92.1434L113.282 80.8706C113.679 80.474 114.217 80.2511 114.778 80.2511C115.056 80.2511 115.331 80.3058 115.587 80.4121C115.844 80.5184 116.077 80.6742 116.273 80.8706C116.47 81.067 116.626 81.3001 116.732 81.5567C116.838 81.8133 116.893 82.0884 116.893 82.3661C116.893 82.6438 116.838 82.9189 116.732 83.1755C116.626 83.4321 116.47 83.6652 116.273 83.8616H116.26Z" fill="var(--sapContent_Illustrative_Color12)"/>
26
+ </svg>
@@ -0,0 +1,24 @@
1
+ <svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Systems-alternate">
2
+ <path d="M118.04 26.0884L81.455 16.8732C79.9039 16.4825 78.3777 17.245 78.0461 18.5763L66.6668 64.2627C66.3352 65.594 67.3238 66.99 68.8749 67.3807L105.46 76.5959C107.011 76.9866 108.537 76.2241 108.869 74.8928L120.248 29.2064C120.58 27.8751 119.591 26.4791 118.04 26.0884Z" fill="var(--sapContent_Illustrative_Color8)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M117.557 28.0291L80.9716 18.8139C80.6413 18.7307 80.3629 18.7832 80.189 18.8701C80.02 18.9545 79.9915 19.0407 79.9855 19.0648L68.6063 64.7512C68.6002 64.7754 68.585 64.8649 68.6944 65.0194C68.8071 65.1785 69.028 65.3568 69.3583 65.44L105.943 74.6552C106.274 74.7384 106.552 74.6859 106.726 74.599C106.895 74.5146 106.923 74.4284 106.929 74.4042L118.309 28.7179C118.315 28.6937 118.33 28.6042 118.22 28.4497C118.108 28.2906 117.887 28.1123 117.557 28.0291ZM81.455 16.8732L118.04 26.0884C119.591 26.4791 120.58 27.8751 120.248 29.2064L108.869 74.8928C108.537 76.2241 107.011 76.9866 105.46 76.5959L68.8749 67.3807C67.3238 66.99 66.3352 65.594 66.6668 64.2627L78.0461 18.5763C78.3777 17.245 79.9039 16.4825 81.455 16.8732Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path d="M96.791 28.7871C95.5775 28.4162 94.282 28.4149 93.0683 28.7834C91.8546 29.1518 90.7772 29.8735 89.9723 30.8571C89.1674 31.8408 88.6712 33.0422 88.5464 34.3096C88.4216 35.5769 88.6738 36.8532 89.2711 37.9772C89.8685 39.1011 90.7841 40.0222 91.9022 40.6239C93.0204 41.2257 94.2909 41.4811 95.553 41.3579C96.8152 41.2347 98.0124 40.7384 98.9932 39.9317C99.974 39.125 100.694 38.0443 101.063 36.826L94.9239 34.9519L96.791 28.7871Z" fill="var(--sapContent_Illustrative_Color2)"/>
5
+ <path d="M98.6156 27.7455L96.7534 33.9043L102.887 35.7789C103.132 34.9701 103.216 34.1207 103.134 33.2791C103.052 32.4376 102.806 31.6204 102.409 30.8743C102.012 30.1282 101.473 29.4679 100.822 28.931C100.171 28.3941 99.4213 27.9913 98.6156 27.7455Z" fill="var(--sapContent_Illustrative_Color3)"/>
6
+ <path d="M105.348 48.6398L79.8537 42.2183C79.0079 42.0052 78.1508 42.521 77.9393 43.3702C77.7277 44.2194 78.2419 45.0806 79.0877 45.2936L104.582 51.7152C105.427 51.9282 106.285 51.4125 106.496 50.5632C106.708 49.714 106.193 48.8528 105.348 48.6398Z" fill="var(--sapContent_Illustrative_Color5)"/>
7
+ <path d="M103.635 53.8762L78.1408 47.4546C77.295 47.2416 76.4379 47.7573 76.2264 48.6065C76.0149 49.4558 76.529 50.3169 77.3748 50.53L102.869 56.9515C103.714 57.1646 104.572 56.6488 104.783 55.7996C104.995 54.9504 104.48 54.0892 103.635 53.8762Z" fill="var(--sapContent_Illustrative_Color5)"/>
8
+ <path d="M90.113 56.0123L76.5314 52.5913C75.6856 52.3783 74.8285 52.894 74.617 53.7433C74.4055 54.5925 74.9197 55.4536 75.7654 55.6666L89.347 59.0876C90.1928 59.3007 91.0499 58.785 91.2614 57.9357C91.473 57.0865 90.9588 56.2253 90.113 56.0123Z" fill="var(--sapContent_Illustrative_Color5)"/>
9
+ <path d="M23.398 66.5986C23.2152 65.2633 23.1119 63.8963 23.1119 62.5134C23.1119 46.2603 36.2893 33.075 52.5504 33.075C64.313 33.075 74.4623 39.9736 79.1753 49.956C82.0286 48.6287 85.2077 47.8896 88.5616 47.8896C99.6408 47.8896 108.836 55.9724 110.569 66.5668C118.986 67.0277 125.678 74.0059 125.678 82.5417C125.678 91.3796 118.517 98.5406 109.679 98.5406H24.8445C16.0066 98.5406 8.8457 91.3796 8.8457 82.5417C8.8457 74.1966 15.2357 67.3456 23.3901 66.6144L23.398 66.5986Z" fill="var(--sapContent_Illustrative_Color8)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.2064 64.9166C21.1449 64.1247 21.1119 63.3226 21.1119 62.5134C21.1119 45.156 35.1844 31.075 52.5504 31.075C64.4343 31.075 74.7726 37.6686 80.115 47.3984C82.748 46.4216 85.594 45.8896 88.5616 45.8896C100.101 45.8896 109.762 53.934 112.244 64.724C120.966 65.9695 127.678 73.4735 127.678 82.5417C127.678 92.4842 119.621 100.541 109.679 100.541H24.8445C14.9021 100.541 6.8457 92.4842 6.8457 82.5417C6.8457 73.8478 13.0091 66.5966 21.2064 64.9166ZM23.1901 64.6244C23.2333 65.2162 23.2938 65.8036 23.3695 66.3851C23.3788 66.4563 23.3883 66.5275 23.398 66.5986L23.3901 66.6144C23.2404 66.6279 23.0913 66.6434 22.9428 66.6609C22.745 66.6842 22.5483 66.7112 22.3528 66.7416C14.7003 67.935 8.8457 74.5539 8.8457 82.5417C8.8457 91.3796 16.0066 98.5406 24.8445 98.5406H109.679C118.517 98.5406 125.678 91.3796 125.678 82.5417C125.678 74.0059 118.986 67.0277 110.569 66.5668C108.836 55.9724 99.6408 47.8896 88.5616 47.8896C85.2078 47.8896 82.0288 48.6287 79.1756 49.9558C79.1755 49.9559 79.1754 49.9559 79.1753 49.956C74.4623 39.9736 64.313 33.075 52.5504 33.075C36.2893 33.075 23.1119 46.2603 23.1119 62.5134C23.1119 63.2219 23.139 63.9263 23.1901 64.6244Z" fill="var(--sapContent_Illustrative_Color4)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M115.384 67.5879C121.403 69.8853 125.682 75.7152 125.682 82.5412C125.682 91.3791 118.521 98.54 109.684 98.54H24.8493C20.9261 98.54 17.3334 97.1289 14.5508 94.7865C58.7605 96.119 108.165 88.4048 112.813 79.5057C115.263 74.8159 115.757 70.7528 115.384 67.5879Z" fill="var(--sapContent_Illustrative_Color6)"/>
12
+ <path d="M80.526 74.6423C80.7436 73.6153 81.7525 72.9591 82.7795 73.1766L115.104 80.0243C116.131 80.2419 116.787 81.2508 116.57 82.2778L109.722 114.603C109.505 115.63 108.496 116.286 107.469 116.068L75.144 109.221C74.117 109.003 73.4608 107.994 73.6783 106.967L80.526 74.6423Z" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M82.462 75.1538L75.6555 107.285L107.786 114.091L114.593 81.9603L82.462 75.1538ZM82.7795 73.1766C81.7525 72.9591 80.7436 73.6153 80.526 74.6423L73.6783 106.967C73.4608 107.994 74.117 109.003 75.144 109.221L107.469 116.068C108.496 116.286 109.505 115.63 109.722 114.603L116.57 82.2778C116.787 81.2508 116.131 80.2419 115.104 80.0243L82.7795 73.1766Z" fill="var(--sapContent_Illustrative_Color4)"/>
14
+ <path d="M83.4579 81.3047C83.7843 79.7642 85.2976 78.7799 86.8381 79.1063L108.292 83.6511C109.833 83.9775 110.817 85.4908 110.491 87.0313L106.533 105.713C106.207 107.254 104.694 108.238 103.153 107.911L81.6989 103.367C80.1584 103.04 79.1741 101.527 79.5004 99.9864L83.4579 81.3047Z" fill="var(--sapContent_Illustrative_Color18)"/>
15
+ <path d="M101.409 93.6566C103.706 94.1432 105.962 92.6756 106.449 90.3787C106.935 88.0818 105.468 85.8254 103.171 85.3388C100.874 84.8522 98.6173 86.3198 98.1307 88.6167C97.6441 90.9136 99.1117 93.17 101.409 93.6566Z" fill="var(--sapContent_Illustrative_Color3)"/>
16
+ <path d="M92.7182 101.423C93.8242 100.957 94.9579 100.549 96.1144 100.2L95.4886 99.193C91.243 92.3162 90.1257 89.6164 86.2803 86.9493C85.1586 86.1302 83.9708 85.396 82.7285 84.7537L79.3131 100.876C79.2602 101.126 79.2605 101.384 79.3138 101.636C79.3671 101.888 79.4725 102.129 79.6239 102.345C79.7752 102.562 79.9696 102.749 80.196 102.897C80.4223 103.044 80.6762 103.15 80.9431 103.206L87.3777 104.569C88.9662 103.262 90.7678 102.201 92.7182 101.423Z" fill="var(--sapContent_Illustrative_Color9)"/>
17
+ <path d="M99.3518 99.9766C98.2102 99.4144 96.9477 99.5377 95.5198 99.9817C94.4257 100.353 93.352 100.784 92.3035 101.272C90.4554 102.09 88.7428 103.191 87.2269 104.538L103.863 108.062C101.194 104.219 101.771 101.169 99.3518 99.9766Z" fill="var(--sapContent_Illustrative_Color17)"/>
18
+ <path d="M2.03699 27.793L34.5745 20.7071C35.954 20.4066 37.3147 21.2837 37.6138 22.666L47.8771 70.1036C48.1762 71.4859 47.3003 72.8501 45.9208 73.1505L13.3833 80.2365C12.0038 80.5369 10.6431 79.6598 10.344 78.2775L0.0807097 30.8399C-0.218362 29.4576 0.657487 28.0934 2.03699 27.793Z" fill="var(--sapContent_Illustrative_Color8)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.45991 29.7478L34.9974 22.6618C35.2944 22.5972 35.5934 22.7856 35.6596 23.0916L45.9229 70.5292C45.9891 70.8352 45.7949 71.1311 45.4979 71.1957L12.9604 78.2817C12.6634 78.3464 12.3644 78.1579 12.2982 77.8519L2.03491 30.4144C1.9687 30.1084 2.16294 29.8125 2.45991 29.7478ZM34.5745 20.7071L2.03699 27.793C0.657487 28.0934 -0.218362 29.4576 0.0807097 30.8399L10.344 78.2775C10.6431 79.6598 12.0038 80.5369 13.3833 80.2365L45.9208 73.1505C47.3003 72.8501 48.1762 71.4859 47.8771 70.1036L37.6138 22.666C37.3147 21.2837 35.954 20.4066 34.5745 20.7071Z" fill="var(--sapContent_Illustrative_Color4)"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M29.748 37.0915C30.337 37.2347 30.6984 37.8283 30.5552 38.4174L26.8138 53.8069C26.7255 54.17 26.4585 54.4633 26.1052 54.5852C25.7519 54.7071 25.3608 54.6408 25.0674 54.4093L19.756 50.219L16.3401 62.6124C16.1791 63.1968 15.5747 63.54 14.9903 63.3789C14.4059 63.2178 14.0627 62.6135 14.2238 62.0291L18.0791 48.0412C18.1769 47.6866 18.4457 47.4046 18.7952 47.2899C19.1447 47.1753 19.5284 47.2433 19.8171 47.4711L25.0847 51.6268L28.4221 37.8988C28.5653 37.3097 29.1589 36.9483 29.748 37.0915Z" fill="var(--sapContent_Illustrative_Color1)"/>
21
+ <path d="M7.52639 37.5691C7.4622 37.2729 7.65029 36.9807 7.94652 36.9165L9.56907 36.5649C9.8653 36.5007 10.1575 36.6888 10.2217 36.985L15.7884 62.6729C15.8526 62.9692 15.6645 63.2613 15.3683 63.3255L13.7457 63.6772C13.4495 63.7414 13.1573 63.5533 13.0931 63.257L7.52639 37.5691Z" fill="var(--sapContent_Illustrative_Color6)"/>
22
+ <path d="M13.9655 64.4914C13.6696 64.557 13.3765 64.3702 13.311 64.0743L12.9519 62.4534C12.8863 62.1575 13.0731 61.8644 13.369 61.7988L39.031 56.1135C39.3269 56.048 39.6199 56.2347 39.6855 56.5307L40.0446 58.1516C40.1101 58.4475 39.9234 58.7405 39.6275 58.8061L13.9655 64.4914Z" fill="var(--sapContent_Illustrative_Color6)"/>
23
+ <path d="M15.0637 69.7643C14.9278 69.1735 15.2953 68.579 15.8861 68.4431L28.2599 65.5962C28.8506 65.4603 29.441 65.8344 29.5769 66.4251C29.7128 67.0159 29.3453 67.6104 28.7546 67.7463L16.3808 70.5932C15.79 70.7291 15.1997 70.355 15.0637 69.7643Z" fill="var(--sapContent_Illustrative_Color5)"/>
24
+ </svg>
@@ -0,0 +1,26 @@
1
+ <svg width="129" height="129" viewBox="0 0 129 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Teams-alternate">
2
+ <rect width="50.1793" height="42.0898" rx="9.46877" transform="matrix(-1 0 0 1 122.198 44.5254)" fill="var(--sapContent_Illustrative_Color2)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M67.7031 113.206V71.2097C67.7031 58.5096 77.9986 48.2141 90.6987 48.2141H101.817C114.517 48.2141 124.813 58.5096 124.813 71.2097V87.7085C114.252 96.3345 101.2 103.585 86.3821 108.508C80.1228 110.587 73.8676 112.145 67.7031 113.206Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M65.7031 113.534V71.2097C65.7031 57.405 76.894 46.2141 90.6987 46.2141H101.817C115.622 46.2141 126.813 57.405 126.813 71.2097V86.0331C126.156 86.597 125.49 87.1556 124.813 87.7085V71.2097C124.813 58.5096 114.517 48.2141 101.817 48.2141H90.6987C77.9986 48.2141 67.7031 58.5096 67.7031 71.2097V113.206C67.0353 113.321 66.3686 113.431 65.7031 113.534Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <rect width="16.3351" height="13.075" rx="2.70536" transform="matrix(-1 0 0 1 104.426 67.2637)" fill="var(--sapContent_Illustrative_Color9)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M80.3979 31.6841V36.9258V42.1676C80.3979 42.1676 76.7148 41.6269 76.8579 37.6878V36.9258V36.1644C76.7148 32.2248 80.3979 31.6841 80.3979 31.6841Z" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M111.371 31.6841V36.9258V42.1676C111.371 42.1676 115.054 41.6269 114.911 37.6878V36.9258V36.1644C115.054 32.2248 111.371 31.6841 111.371 31.6841Z" fill="var(--sapContent_Illustrative_Color4)"/>
8
+ <path d="M80.69 36.7897C80.74 41.2549 82.0002 43.4954 85.3326 46.3896C91.3319 50.6912 101.891 49.8883 106.862 46.3759C109.871 44.3264 111.619 41.071 111.568 36.4402C111.467 27.7193 105.195 19.8052 96.1202 19.9008C87.0493 19.9954 80.5895 28.0668 80.69 36.7897Z" fill="var(--sapContent_Illustrative_Color8)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M84.0869 47.9663L84.1628 48.0208C87.6331 50.509 92.2531 51.4285 96.5337 51.3195C100.797 51.211 105.099 50.0727 108.006 48.0251C111.625 45.5537 113.632 41.6334 113.575 36.4181L113.575 36.4168C113.464 26.8631 106.538 17.7837 96.0991 17.8936M106.862 46.3758C101.891 49.8882 91.3318 50.6911 85.3325 46.3895C82 43.4954 80.7399 41.2548 80.6899 36.7897C80.5894 28.0667 87.0491 19.9953 96.1201 19.9007C105.195 19.8051 111.466 27.7192 111.568 36.4402C111.619 41.071 109.871 44.3263 106.862 46.3758ZM96.0989 17.8936C85.7182 18.002 78.5719 27.1924 78.6828 36.8128C78.7099 39.2328 79.0673 41.2358 79.9839 43.0742C80.8914 44.8947 82.2631 46.3824 84.0163 47.905L84.0869 47.9663" fill="var(--sapContent_Illustrative_Color4)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M83.7213 36.6036C83.7959 43.2161 88.8262 46.0823 96.2741 46.0036C103.721 45.9221 108.58 42.9232 108.507 36.3147C108.43 29.7053 103.444 25.417 95.9966 25.4957C88.5514 25.5739 83.6449 29.9928 83.7213 36.6036Z" fill="var(--sapContent_Illustrative_Color4)"/>
11
+ <circle cx="3.8394" cy="3.8394" r="3.8394" transform="matrix(-0.983212 -0.182469 -0.182469 0.983212 106.06 29.6011)" fill="var(--sapContent_Illustrative_Color5)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M95.9455 49.3706H96.283C96.283 49.3706 103.535 49.6173 107.919 45.7744C107.931 45.7631 107.951 45.768 107.95 45.7851C107.915 46.358 107.277 52.8736 96.283 52.8736H95.9455C84.9506 52.8736 84.3132 46.358 84.2785 45.7851C84.2775 45.768 84.2971 45.7631 84.3098 45.7744C88.6938 49.6173 95.9455 49.3706 95.9455 49.3706Z" fill="var(--sapContent_Illustrative_Color4)"/>
13
+ <rect width="70.0643" height="50.1772" rx="11.9465" transform="matrix(-1 0 0 1 79.707 52.2029)" fill="var(--sapContent_Illustrative_Color2)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.61609 103.696V86.3662C3.61609 70.3428 16.6056 57.3533 32.629 57.3533H54.3442C70.3675 57.3533 83.3571 70.3428 83.3571 86.3662V109.472C53.0805 118.726 23.2258 115.859 3.61609 103.696Z" fill="var(--sapContent_Illustrative_Color8)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.61609 102.399V86.3662C1.61609 69.2382 15.501 55.3533 32.629 55.3533H54.3442C71.4721 55.3533 85.3571 69.2382 85.3571 86.3662V108.843C84.6903 109.059 84.0236 109.269 83.3571 109.472V86.3662C83.3571 70.3428 70.3675 57.3533 54.3442 57.3533H32.629C16.6056 57.3533 3.61609 70.3428 3.61609 86.3662V103.696C2.937 103.275 2.2702 102.842 1.61609 102.399Z" fill="var(--sapContent_Illustrative_Color4)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.8066 111.245C20.134 111.047 19.4673 110.842 18.8066 110.628V82.4133C18.8066 81.861 19.2544 81.4133 19.8066 81.4133C20.3589 81.4133 20.8066 81.861 20.8066 82.4133V111.245ZM68.1661 113.126C67.4984 113.243 66.8317 113.355 66.1661 113.461V82.4133C66.1661 81.861 66.6139 81.4133 67.1661 81.4133C67.7184 81.4133 68.1661 81.861 68.1661 82.4133V113.126ZM114.217 95.355C113.557 95.7754 112.89 96.1909 112.217 96.6011V66.1621C112.217 65.6098 112.665 65.1621 113.217 65.1621C113.769 65.1621 114.217 65.6098 114.217 66.1621V95.355Z" fill="var(--sapContent_Illustrative_Color4)"/>
17
+ <rect width="22.8084" height="18.2564" rx="3.41328" transform="matrix(-1 0 0 1 54.8907 83.9514)" fill="var(--sapContent_Illustrative_Color3)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.3412 34.2722V41.5912V48.9101C21.3412 48.9101 16.1984 48.1552 16.3982 42.655V41.5912V40.528C16.1984 35.0272 21.3412 34.2722 21.3412 34.2722Z" fill="var(--sapContent_Illustrative_Color4)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M64.5884 34.2722V41.5912V48.9101C64.5884 48.9101 69.7311 48.1552 69.5313 42.655V41.5912V40.528C69.7311 35.0272 64.5884 34.2722 64.5884 34.2722Z" fill="var(--sapContent_Illustrative_Color4)"/>
20
+ <path d="M21.818 41.3917C21.8875 47.6063 23.6414 50.7247 28.2795 54.7528C36.6294 60.7398 51.3253 59.6223 58.2439 54.7337C62.4322 51.8812 64.8651 47.3504 64.7941 40.9052C64.6529 28.7673 55.9242 17.7524 43.2938 17.8855C30.6688 18.0171 21.6781 29.251 21.818 41.3917Z" fill="var(--sapContent_Illustrative_Color8)"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.0379 56.3246L27.1136 56.3789C31.7577 59.7088 37.998 60.9708 43.8493 60.8219C49.6835 60.6734 55.505 59.1127 59.3842 56.3778C64.1805 53.1047 66.8721 47.911 66.7948 40.8833L66.7947 40.882C66.6439 27.914 57.2626 15.7376 43.2729 15.8849M58.2438 54.7338C51.3252 59.6224 36.6294 60.7399 28.2795 54.7529C23.6414 50.7248 21.8875 47.6063 21.8179 41.3917C21.678 29.2511 30.6687 18.0172 43.2937 17.8856C55.9242 17.7525 64.6529 28.7674 64.7941 40.9053C64.865 47.3505 62.4321 51.8813 58.2438 54.7338ZM43.2726 15.8849C29.342 16.0303 19.6671 28.3795 19.8172 41.4148C19.8542 44.7089 20.3398 47.3677 21.5449 49.7849C22.7409 52.1842 24.5618 54.1742 26.9675 56.2635L27.0379 56.3246" fill="var(--sapContent_Illustrative_Color4)"/>
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M25.9818 41.1415C26.086 50.3745 33.1097 54.3765 43.509 54.2666C53.9076 54.1529 60.6912 49.9655 60.5896 40.7382C60.4822 31.5096 53.5208 25.522 43.1215 25.6319C32.726 25.7411 25.8751 31.9111 25.9818 41.1415Z" fill="var(--sapContent_Illustrative_Color4)"/>
23
+ <circle cx="5.36087" cy="5.36087" r="5.36087" transform="matrix(-0.983212 -0.182469 -0.182469 0.983212 57.1729 31.3645)" fill="var(--sapContent_Illustrative_Color5)"/>
24
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M43.0503 58.5455H43.5215C43.5215 58.5455 53.6468 58.8898 59.7682 53.5241C59.7859 53.5084 59.8132 53.5152 59.8118 53.5391C59.7634 54.339 58.8728 63.4366 43.5215 63.4366H43.0503C27.6983 63.4366 26.8084 54.339 26.7599 53.5391C26.7586 53.5152 26.7859 53.5084 26.8036 53.5241C32.925 58.8898 43.0503 58.5455 43.0503 58.5455Z" fill="var(--sapContent_Illustrative_Color4)"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M126.377 85.2127C126.743 85.6267 126.703 86.2587 126.289 86.6242C113.803 97.6473 92.4159 112.548 61.3489 116.416C30.2869 120.285 8.83979 109.646 1.88288 103.69C1.46334 103.331 1.41441 102.699 1.77358 102.28C2.13276 101.86 2.76403 101.811 3.18357 102.17C9.68906 107.74 30.5662 118.234 61.1018 114.432C91.6325 110.63 112.658 95.9902 124.966 85.1249C125.38 84.7593 126.012 84.7987 126.377 85.2127Z" fill="var(--sapContent_Illustrative_Color4)"/>
26
+ </svg>
@@ -0,0 +1,21 @@
1
+ <svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Tools-alternate">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M94.5012 6.32207C94.2506 5.14472 92.6686 4.91827 92.0978 5.97805L31.406 118.661C30.8835 119.631 31.7361 120.768 32.8138 120.539L113.819 103.298C114.517 103.149 114.963 102.462 114.814 101.764L94.5012 6.32207ZM85.1358 54.6152C85.7066 53.5554 87.2886 53.7818 87.5392 54.9592L94.7259 88.7258C94.8746 89.4244 94.4288 90.1112 93.7303 90.2599L65.0713 96.3595C63.9935 96.5889 63.141 95.4515 63.6635 94.4814L85.1358 54.6152Z" fill="var(--sapContent_Illustrative_Color8)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M92.6227 88.4508L66.1485 94.0854L85.9838 57.2584L92.6227 88.4508ZM90.337 5.02962L29.6453 117.712C28.3146 120.183 30.4856 123.079 33.2302 122.495L114.235 105.254C116.014 104.875 117.149 103.126 116.771 101.348L96.4574 5.9057C95.8193 2.90749 91.7906 2.33084 90.337 5.02962ZM92.0978 5.97802C92.6686 4.91825 94.2507 5.1447 94.5012 6.32205L114.815 101.764C114.963 102.462 114.517 103.149 113.819 103.298L32.8138 120.539C31.7361 120.768 30.8836 119.631 31.4061 118.66L92.0978 5.97802ZM87.5393 54.9592C87.2887 53.7818 85.7067 53.5554 85.1359 54.6151L63.6636 94.4814C63.1411 95.4515 63.9936 96.5888 65.0713 96.3595L93.7303 90.2598C94.4289 90.1112 94.8747 89.4243 94.726 88.7258L87.5393 54.9592Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M99.7225 23.8845C99.8375 24.4246 99.4928 24.9558 98.9526 25.0707L88.2295 27.353C87.6893 27.4679 87.1582 27.1232 87.0432 26.583C86.9283 26.0429 87.273 25.5117 87.8132 25.3968L98.5362 23.1145C99.0764 22.9996 99.6075 23.3443 99.7225 23.8845Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M101.234 30.985C101.349 31.5252 101.004 32.0563 100.464 32.1713L94.9471 33.3456C94.4069 33.4605 93.8758 33.1158 93.7608 32.5756C93.6459 32.0354 93.9906 31.5043 94.5308 31.3894L100.048 30.2151C100.588 30.1002 101.119 30.4449 101.234 30.985Z" fill="var(--sapContent_Illustrative_Color4)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M102.745 38.0856C102.86 38.6258 102.515 39.1569 101.975 39.2719L96.4578 40.4461C95.9177 40.5611 95.3866 40.2164 95.2716 39.6762C95.1566 39.136 95.5013 38.6049 96.0415 38.49L101.559 37.3157C102.099 37.2007 102.63 37.5454 102.745 38.0856Z" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M104.256 45.1862C104.371 45.7264 104.026 46.2575 103.486 46.3725L97.9686 47.5467C97.4284 47.6617 96.8973 47.317 96.7823 46.7768C96.6674 46.2366 97.0121 45.7055 97.5522 45.5905L103.069 44.4163C103.61 44.3013 104.141 44.646 104.256 45.1862Z" fill="var(--sapContent_Illustrative_Color4)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M105.767 52.287C105.882 52.8272 105.538 53.3583 104.997 53.4733L99.4803 54.6476C98.9401 54.7625 98.409 54.4178 98.294 53.8776C98.1791 53.3374 98.5238 52.8063 99.064 52.6914L104.581 51.5171C105.121 51.4022 105.652 51.7469 105.767 52.287Z" fill="var(--sapContent_Illustrative_Color4)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M107.279 59.3876C107.394 59.9278 107.049 60.4589 106.509 60.5739L95.7861 62.8561C95.246 62.9711 94.7148 62.6264 94.5999 62.0862C94.4849 61.546 94.8296 61.0149 95.3698 60.8999L106.093 58.6177C106.633 58.5027 107.164 58.8474 107.279 59.3876Z" fill="var(--sapContent_Illustrative_Color4)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M108.79 66.4885C108.905 67.0286 108.56 67.5598 108.02 67.6747L102.503 68.849C101.963 68.9639 101.431 68.6192 101.317 68.079C101.202 67.5389 101.546 67.0078 102.086 66.8928L107.604 65.7185C108.144 65.6036 108.675 65.9483 108.79 66.4885Z" fill="var(--sapContent_Illustrative_Color4)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M110.301 73.589C110.416 74.1292 110.071 74.6603 109.531 74.7753L104.014 75.9496C103.473 76.0645 102.942 75.7198 102.827 75.1796C102.712 74.6394 103.057 74.1083 103.597 73.9934L109.114 72.8191C109.655 72.7042 110.186 73.0489 110.301 73.589Z" fill="var(--sapContent_Illustrative_Color4)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M111.812 80.6896C111.927 81.2298 111.583 81.7609 111.042 81.8759L105.525 83.0501C104.985 83.1651 104.454 82.8204 104.339 82.2802C104.224 81.74 104.569 81.2089 105.109 81.094L110.626 79.9197C111.166 79.8047 111.697 80.1494 111.812 80.6896Z" fill="var(--sapContent_Illustrative_Color4)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M113.323 87.7902C113.438 88.3304 113.093 88.8615 112.553 88.9765L107.036 90.1507C106.496 90.2657 105.965 89.921 105.85 89.3808C105.735 88.8406 106.079 88.3095 106.62 88.1945L112.137 87.0203C112.677 86.9053 113.208 87.25 113.323 87.7902Z" fill="var(--sapContent_Illustrative_Color4)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M114.835 94.8908C114.95 95.431 114.605 95.9621 114.065 96.0771L103.342 98.3593C102.802 98.4743 102.271 98.1296 102.156 97.5894C102.041 97.0492 102.385 96.5181 102.925 96.4031L113.649 94.1209C114.189 94.0059 114.72 94.3506 114.835 94.8908Z" fill="var(--sapContent_Illustrative_Color4)"/>
15
+ <path d="M110.623 123.87C111.13 124.989 109.938 126.118 108.848 125.552L85.5876 113.455C85.46 113.388 85.3444 113.301 85.2455 113.197L77.6843 105.216C77.1931 104.698 77.2151 103.88 77.7335 103.388L90.167 91.607C90.6854 91.1158 91.5039 91.1378 91.9952 91.6563L99.5567 99.6364C99.6556 99.7408 99.7364 99.8609 99.7958 99.9919L110.623 123.87Z" fill="var(--sapContent_Illustrative_Color8)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M107.957 122.834L98.0233 100.926L91.0296 93.545L79.6222 104.354L86.6157 111.735L107.957 122.834ZM108.848 125.552C109.938 126.118 111.13 124.989 110.623 123.87L99.7958 99.9919C99.7364 99.8609 99.6556 99.7408 99.5567 99.6364L91.9952 91.6563C91.5039 91.1378 90.6854 91.1158 90.167 91.607L77.7335 103.388C77.2151 103.88 77.1931 104.698 77.6843 105.216L85.2455 113.197C85.3444 113.301 85.46 113.388 85.5876 113.455L108.848 125.552Z" fill="var(--sapContent_Illustrative_Color4)"/>
17
+ <rect x="8.70312" y="32.3662" width="19.6474" height="19.191" rx="1.93978" transform="rotate(-43.4571 8.70312 32.3662)" fill="var(--sapContent_Illustrative_Color5)"/>
18
+ <path d="M21.1914 45.5496L35.4533 32.0358L99.6433 99.7795L94.4191 99.2824C93.2487 99.1711 92.2491 100.118 92.2973 101.293L92.4212 104.315C92.4694 105.49 91.4698 106.437 90.2994 106.326L87.2882 106.039C86.1178 105.928 85.1181 106.875 85.1663 108.05L85.3814 113.293L21.1914 45.5496Z" fill="var(--sapContent_Illustrative_Color3)"/>
19
+ <rect x="17.1104" y="41.2388" width="19.6474" height="5.93717" transform="rotate(-43.4571 17.1104 41.2388)" fill="var(--sapContent_Illustrative_Color4)"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M97.5088 119.655L107.189 124.689C108.823 125.539 110.611 123.845 109.85 122.167L105.345 112.23L97.5088 119.655Z" fill="var(--sapContent_Illustrative_Color4)"/>
21
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Tutorials-alternate">
2
+ <rect x="-1.00098" y="49.1857" width="112.518" height="75.1476" rx="6.70751" transform="rotate(-16.24 -1.00098 49.1857)" fill="var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M5.10738 51.77C4.24406 48.8061 5.94688 45.7035 8.91075 44.8402L101.267 17.9384C104.23 17.0751 107.333 18.7779 108.196 21.7418L125.182 80.0559C126.046 83.0198 124.343 86.1223 121.379 86.9857L29.0231 113.887C26.0592 114.751 22.9567 113.048 22.0934 110.084L5.10738 51.77Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.35145 42.92L100.707 16.0182C104.732 14.846 108.944 17.1581 110.117 21.1825L127.103 79.4966C128.275 83.5209 125.963 87.7336 121.938 88.9059L29.5825 115.808C25.5581 116.98 21.3454 114.668 20.1732 110.643L3.18721 52.3293C2.01498 48.3049 4.32709 44.0923 8.35145 42.92ZM8.91078 44.8402C5.94691 45.7036 4.24408 48.8061 5.10741 51.77L22.0934 110.084C22.9567 113.048 26.0593 114.751 29.0231 113.887L121.379 86.9857C124.343 86.1223 126.046 83.0198 125.182 80.0559L108.196 21.7418C107.333 18.7779 104.23 17.0751 101.267 17.9384L8.91078 44.8402Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <rect x="16.0317" y="63.2565" width="92.8219" height="32.571" rx="2.7948" transform="rotate(-16.24 16.0317 63.2565)" fill="var(--sapContent_Illustrative_Color18)"/>
6
+ <path d="M5.10738 51.77C4.24406 48.8061 5.94688 45.7035 8.91075 44.8402L101.267 17.9384C104.23 17.0751 107.333 18.7779 108.196 21.7418L110.42 29.3765L7.33125 59.4047L5.10738 51.77Z" fill="var(--sapContent_Illustrative_Color5)"/>
7
+ <circle cx="14.3083" cy="50.5289" r="2.51532" transform="rotate(-16.24 14.3083 50.5289)" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <circle cx="23.4316" cy="47.8716" r="2.51532" transform="rotate(-16.24 23.4316 47.8716)" fill="var(--sapContent_Illustrative_Color8)"/>
9
+ <circle cx="32.5547" cy="45.214" r="2.51532" transform="rotate(-16.24 32.5547 45.214)" fill="var(--sapContent_Illustrative_Color8)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M39.2426 100.934C38.9337 99.8732 39.5431 98.7631 40.6036 98.4542L115.171 76.7361C116.231 76.4272 117.342 77.0365 117.65 78.097C117.959 79.1575 117.35 80.2676 116.29 80.5765L41.7221 102.295C40.6616 102.603 39.5515 101.994 39.2426 100.934Z" fill="var(--sapContent_Illustrative_Color6)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M39.2407 100.934C38.9318 99.8737 39.5411 98.7636 40.6016 98.4547L65.1919 91.2927C66.2524 90.9838 67.3625 91.5931 67.6713 92.6536C67.9802 93.7141 67.3709 94.8242 66.3104 95.1331L41.7201 102.295C40.6596 102.604 39.5495 101.995 39.2407 100.934Z" fill="var(--sapContent_Illustrative_Color3)"/>
12
+ <path d="M73.7544 90.881C74.7866 94.4249 72.7505 98.1345 69.2066 99.1667C65.6627 100.199 61.9531 98.1627 60.9209 94.6188C59.8887 91.0749 61.9249 87.3653 65.4688 86.3331C69.0126 85.301 72.7223 87.3371 73.7544 90.881Z" fill="var(--sapContent_Illustrative_Color15)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M68.6473 97.2465C71.1307 96.5232 72.5575 93.9236 71.8342 91.4403C71.1109 88.9569 68.5114 87.5301 66.028 88.2534C63.5447 88.9767 62.1178 91.5762 62.8411 94.0595C63.5644 96.5429 66.1639 97.9697 68.6473 97.2465ZM69.2066 99.1667C72.7505 98.1345 74.7866 94.4249 73.7544 90.881C72.7223 87.3371 69.0126 85.301 65.4688 86.3331C61.9249 87.3653 59.8887 91.0749 60.9209 94.6188C61.9531 98.1627 65.6627 100.199 69.2066 99.1667Z" fill="var(--sapContent_Illustrative_Color8)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M28.1012 99.6443C28.6314 99.4899 29.1865 99.7945 29.3409 100.325L30.9061 105.699C31.0605 106.229 30.7559 106.784 30.2256 106.939C29.6954 107.093 29.1403 106.788 28.9859 106.258L27.4207 100.884C27.2663 100.354 27.5709 99.7988 28.1012 99.6443Z" fill="var(--sapContent_Illustrative_Color4)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M31.4173 98.6779C31.9476 98.5234 32.5026 98.8281 32.6571 99.3583L34.2223 104.732C34.3767 105.263 34.0721 105.818 33.5418 105.972C33.0115 106.126 32.4565 105.822 32.3021 105.292L30.7369 99.9176C30.5824 99.3873 30.8871 98.8323 31.4173 98.6779Z" fill="var(--sapContent_Illustrative_Color4)"/>
16
+ <path d="M60.7604 75.9852C59.6914 76.9752 57.9542 76.4941 57.5468 75.0952L55.6758 68.6715L53.8046 62.2467C53.3971 60.8478 54.6044 59.5091 56.0378 59.7703L70.7575 62.4528C72.3465 62.7424 72.9229 64.7217 71.7379 65.8192L60.7604 75.9852Z" fill="var(--sapContent_Illustrative_Color4)"/>
17
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg width="129" height="129" viewBox="0 0 129 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Unlock-alternate">
2
+ <path d="M58.0547 110.014H71.8519V112.949C71.8519 114.52 70.5785 115.793 69.0077 115.793H60.8989C59.3281 115.793 58.0547 114.52 58.0547 112.949V110.014Z" fill="var(--sapContent_Illustrative_Color4)"/>
3
+ <path d="M102.664 110.014H116.461V112.949C116.461 114.52 115.188 115.793 113.617 115.793H105.508C103.937 115.793 102.664 114.52 102.664 112.949V110.014Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path d="M48.1084 44.8419C48.1084 41.4385 50.8674 38.6794 54.2709 38.6794H120.246C123.65 38.6794 126.409 41.4385 126.409 44.8419V103.868C126.409 107.272 123.65 110.031 120.246 110.031H54.2709C50.8674 110.031 48.1084 107.272 48.1084 103.868V44.8419Z" fill="var(--sapContent_Illustrative_Color8)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.2709 36.6794H120.246C124.754 36.6794 128.409 40.3339 128.409 44.8419V103.868C128.409 108.376 124.754 112.031 120.246 112.031H54.2709C49.7629 112.031 46.1084 108.376 46.1084 103.868V44.8419C46.1084 40.3339 49.7629 36.6794 54.2709 36.6794ZM54.2709 38.6794C50.8674 38.6794 48.1084 41.4385 48.1084 44.8419V103.868C48.1084 107.272 50.8674 110.031 54.2709 110.031H120.246C123.65 110.031 126.409 107.272 126.409 103.868V44.8419C126.409 41.4385 123.65 38.6794 120.246 38.6794H54.2709Z" fill="var(--sapContent_Illustrative_Color4)"/>
6
+ <rect x="58.6133" y="50.2285" width="57.2895" height="48.2526" rx="3.31825" fill="var(--sapContent_Illustrative_Color4)"/>
7
+ <rect x="0.429688" y="50.2285" width="57.2895" height="48.2526" rx="3.31825" fill="var(--sapContent_Illustrative_Color6)"/>
8
+ <circle cx="12.6179" cy="66.4409" r="1.99875" fill="var(--sapContent_Illustrative_Color3)"/>
9
+ <circle cx="12.6179" cy="82.2693" r="1.99875" fill="var(--sapContent_Illustrative_Color3)"/>
10
+ <path d="M42.2983 74.355C42.2983 79.1587 38.4041 83.053 33.6003 83.053C28.7966 83.053 24.9023 79.1587 24.9023 74.355C24.9023 69.5512 28.7966 65.657 33.6003 65.657C38.4041 65.657 42.2983 69.5512 42.2983 74.355Z" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M33.6003 81.053C37.2995 81.053 40.2983 78.0542 40.2983 74.355C40.2983 70.6558 37.2995 67.657 33.6003 67.657C29.9011 67.657 26.9023 70.6558 26.9023 74.355C26.9023 78.0542 29.9011 81.053 33.6003 81.053ZM33.6003 83.053C38.4041 83.053 42.2983 79.1587 42.2983 74.355C42.2983 69.5512 38.4041 65.657 33.6003 65.657C28.7966 65.657 24.9023 69.5512 24.9023 74.355C24.9023 79.1587 28.7966 83.053 33.6003 83.053Z" fill="var(--sapContent_Illustrative_Color4)"/>
12
+ <rect x="56.1543" y="56.9854" width="3.79927" height="13.4158" rx="1.89964" fill="var(--sapContent_Illustrative_Color5)"/>
13
+ <rect x="56.1543" y="78.3091" width="3.79927" height="13.4158" rx="1.89964" fill="var(--sapContent_Illustrative_Color5)"/>
14
+ <path d="M37.9549 19.6141C37.8087 19.7852 37.7114 19.9926 37.6731 20.2145C37.6348 20.4363 37.657 20.6643 37.7374 20.8746L39.5188 25.9257C39.8131 26.7613 40.6618 26.9674 41.3166 26.7366C41.5881 26.652 41.8247 26.4815 41.9909 26.2508C42.1571 26.0201 42.244 25.7417 42.2385 25.4574C42.2317 25.3201 42.2042 25.1846 42.1569 25.0555L40.3754 20.0044C40.3018 19.7812 40.1693 19.5821 39.9917 19.428C39.8142 19.274 39.5984 19.1708 39.367 19.1294C39.1099 19.0833 38.8452 19.1035 38.5981 19.1884C38.3509 19.2732 38.1296 19.4197 37.9549 19.6141Z" fill="var(--sapContent_Illustrative_Color5)"/>
15
+ <path d="M20.5204 42.9134C20.4947 43.0724 20.5024 43.2351 20.5431 43.391C20.5837 43.5468 20.6564 43.6926 20.7566 43.8188C20.8567 43.945 20.9821 44.0489 21.1246 44.1239C21.2672 44.1989 21.4238 44.2434 21.5845 44.2545L26.7674 44.8516C26.9539 44.8725 27.1426 44.856 27.3225 44.8031C27.5025 44.7502 27.6701 44.6619 27.8156 44.5435C27.9611 44.4251 28.0816 44.2789 28.17 44.1134C28.2583 43.948 28.3129 43.7665 28.3303 43.5797C28.3397 43.5029 28.3427 43.4255 28.3394 43.3482C28.3313 43.0623 28.2165 42.7899 28.0175 42.5846C27.8185 42.3792 27.5498 42.2559 27.2643 42.2389L22.0836 41.6434C21.8973 41.6222 21.7086 41.6385 21.5286 41.6911C21.3486 41.7438 21.1809 41.8318 21.0353 41.9501C20.8897 42.0683 20.7692 42.2144 20.6808 42.3798C20.5924 42.5453 20.5379 42.7266 20.5204 42.9134Z" fill="var(--sapContent_Illustrative_Color5)"/>
16
+ <path d="M25.0443 28.994C25.0624 29.1691 25.116 29.3387 25.2019 29.4923C25.2877 29.6459 25.404 29.7805 25.5436 29.8876L31.7577 34.7582C32.0376 34.9751 32.3905 35.0754 32.7427 35.0381C33.0948 35.0008 33.4188 34.8288 33.6471 34.558C33.8578 34.3061 33.9661 33.9842 33.9505 33.6561C33.9412 33.467 33.8913 33.2821 33.8041 33.1141C33.717 32.946 33.5946 32.7988 33.4454 32.6823L27.2313 27.8117C26.95 27.5934 26.595 27.4926 26.241 27.5306C25.8869 27.5686 25.5614 27.7423 25.3328 28.0153C25.2213 28.1506 25.1382 28.3071 25.0887 28.4752C25.0391 28.6434 25.024 28.8199 25.0443 28.994Z" fill="var(--sapContent_Illustrative_Color5)"/>
17
+ </svg>
@@ -0,0 +1,26 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-UnsuccessfulAuth-alternate">
2
+ <rect x="-1.41797" y="45.2314" width="110.653" height="73.9022" rx="6.57108" transform="rotate(-16.24 -1.41797 45.2314)" fill="var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M4.58609 47.753C3.74032 44.8494 5.40851 41.81 8.31209 40.9642L99.1778 14.4965C102.081 13.6507 105.121 15.3189 105.967 18.2225L122.683 75.6106C123.529 78.5142 121.86 81.5536 118.957 82.3994L28.0911 108.867C25.1875 109.713 22.1481 108.045 21.3023 105.141L4.58609 47.753Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.75377 39.044L98.6194 12.5763C102.584 11.4217 106.733 13.6991 107.888 17.6632L124.604 75.0513C125.759 79.0154 123.481 83.165 119.517 84.3196L28.6515 110.787C24.6874 111.942 20.5378 109.665 19.3831 105.7L2.66689 48.3124C1.51222 44.3483 3.78969 40.1987 7.75377 39.044ZM8.3131 40.9642C5.40951 41.81 3.74132 44.8495 4.58709 47.753L21.3033 105.141C22.1491 108.045 25.1886 109.713 28.0921 108.867L118.958 82.3994C121.861 81.5537 123.53 78.5142 122.684 75.6106L105.968 18.2225C105.122 15.3189 102.082 13.6508 99.1788 14.4965L8.3131 40.9642Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M67.3087 52.3984C68.6484 56.9978 66.0059 61.8124 61.4063 63.1522C56.8068 64.492 51.9921 61.8495 50.6524 57.2501C49.3126 52.6507 51.9552 47.836 56.5547 46.4963C61.1542 45.1565 65.969 47.799 67.3087 52.3984Z" fill="var(--sapContent_Illustrative_Color2)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M54.3327 62.1481C54.1182 59.8241 55.5808 57.6635 57.8333 57.0074L61.1453 56.0427C63.3901 55.3888 65.7756 56.4167 66.848 58.4783C65.8297 60.6681 63.9074 62.4238 61.4066 63.1523C58.9165 63.8776 56.3634 63.4358 54.3327 62.1481ZM60.9385 51.0119C61.3914 52.567 60.498 54.1949 58.9428 54.6479C57.3877 55.1009 55.7598 54.2074 55.3068 52.6523C54.8539 51.0972 55.7473 49.4694 57.3025 49.0164C58.8576 48.5634 60.4855 49.4568 60.9385 51.0119Z" fill="var(--sapContent_Illustrative_Color8)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M61.0036 61.7697C64.8396 60.6523 67.0435 56.6369 65.9261 52.8011C64.8088 48.9652 60.7934 46.7614 56.9574 47.8788C53.1215 48.9961 50.9176 53.0115 52.0349 56.8474C53.1523 60.6832 57.1677 62.887 61.0036 61.7697ZM61.4063 63.1522C66.0059 61.8124 68.6484 56.9978 67.3087 52.3984C65.969 47.799 61.1542 45.1565 56.5547 46.4963C51.9552 47.836 49.3126 52.6507 50.6524 57.2501C51.9921 61.8495 56.8068 64.492 61.4063 63.1522Z" fill="var(--sapContent_Illustrative_Color2)"/>
8
+ <rect x="30.4023" y="77.3706" width="67.5268" height="8.17545" rx="1.64277" transform="rotate(-16.24 30.4023 77.3706)" fill="var(--sapContent_Illustrative_Color18)"/>
9
+ <rect x="33.6797" y="88.6177" width="67.5268" height="8.17545" rx="1.64277" transform="rotate(-16.24 33.6797 88.6177)" fill="var(--sapContent_Illustrative_Color18)"/>
10
+ <circle cx="36.5544" cy="79.8361" r="1.3278" transform="rotate(-16.24 36.5544 79.8361)" fill="var(--sapContent_Illustrative_Color14)"/>
11
+ <circle cx="42.2575" cy="78.1745" r="1.3278" transform="rotate(-16.24 42.2575 78.1745)" fill="var(--sapContent_Illustrative_Color14)"/>
12
+ <circle cx="47.9626" cy="76.5131" r="1.3278" transform="rotate(-16.24 47.9626 76.5131)" fill="var(--sapContent_Illustrative_Color14)"/>
13
+ <circle cx="53.6657" cy="74.8515" r="1.3278" transform="rotate(-16.24 53.6657 74.8515)" fill="var(--sapContent_Illustrative_Color14)"/>
14
+ <circle cx="39.8297" cy="91.0834" r="1.3278" transform="rotate(-16.24 39.8297 91.0834)" fill="var(--sapContent_Illustrative_Color14)"/>
15
+ <circle cx="45.5348" cy="89.4218" r="1.3278" transform="rotate(-16.24 45.5348 89.4218)" fill="var(--sapContent_Illustrative_Color14)"/>
16
+ <circle cx="51.2379" cy="87.7604" r="1.3278" transform="rotate(-16.24 51.2379 87.7604)" fill="var(--sapContent_Illustrative_Color14)"/>
17
+ <circle cx="56.9411" cy="86.0988" r="1.3278" transform="rotate(-16.24 56.9411 86.0988)" fill="var(--sapContent_Illustrative_Color14)"/>
18
+ <circle cx="62.6462" cy="84.4374" r="1.3278" transform="rotate(-16.24 62.6462 84.4374)" fill="var(--sapContent_Illustrative_Color14)"/>
19
+ <circle cx="68.3493" cy="82.7758" r="1.3278" transform="rotate(-16.24 68.3493 82.7758)" fill="var(--sapContent_Illustrative_Color14)"/>
20
+ <path d="M4.58609 47.753C3.74032 44.8494 5.40851 41.81 8.31209 40.9642L99.1778 14.4965C102.081 13.6507 105.121 15.3189 105.967 18.2225L108.159 25.7509L6.77899 55.2814L4.58609 47.753Z" fill="var(--sapContent_Illustrative_Color5)"/>
21
+ <circle cx="13.6292" cy="46.5463" r="2.46415" transform="rotate(-16.24 13.6292 46.5463)" fill="var(--sapContent_Illustrative_Color8)"/>
22
+ <circle cx="22.5667" cy="43.9431" r="2.46415" transform="rotate(-16.24 22.5667 43.9431)" fill="var(--sapContent_Illustrative_Color8)"/>
23
+ <circle cx="31.5042" cy="41.3395" r="2.46415" transform="rotate(-16.24 31.5042 41.3395)" fill="var(--sapContent_Illustrative_Color8)"/>
24
+ <rect x="95.4238" y="77.9875" width="22.729" height="23.343" fill="var(--sapContent_Illustrative_Color8)"/>
25
+ <path d="M106.269 67.4844C102.062 67.4844 97.9497 68.7318 94.4516 71.0689C90.9536 73.406 88.2272 76.7278 86.6172 80.6142C85.0073 84.5007 84.586 88.7772 85.4068 92.903C86.2275 97.0288 88.2534 100.819 91.2283 103.793C94.2031 106.768 97.9933 108.793 102.119 109.614C106.246 110.435 110.523 110.014 114.409 108.404C118.296 106.794 121.618 104.068 123.956 100.57C126.293 97.0724 127.541 92.9602 127.541 88.7536C127.524 83.1178 125.277 77.7175 121.292 73.7324C117.306 69.7472 111.906 67.501 106.269 67.4844ZM114.14 93.6455C114.336 93.8419 114.492 94.0751 114.598 94.3317C114.704 94.5883 114.759 94.8633 114.759 95.141C114.759 95.4187 114.704 95.6938 114.598 95.9504C114.492 96.207 114.336 96.4401 114.14 96.6365C113.943 96.8329 113.71 96.9887 113.453 97.095C113.197 97.2013 112.922 97.256 112.644 97.256C112.366 97.256 112.091 97.2013 111.835 97.095C111.578 96.9887 111.345 96.8329 111.148 96.6365L106.256 91.7446L101.377 96.6232C101.18 96.8196 100.947 96.9754 100.691 97.0817C100.434 97.188 100.159 97.2427 99.8813 97.2427C99.6035 97.2427 99.3285 97.188 99.0718 97.0817C98.8152 96.9754 98.582 96.8196 98.3856 96.6232C98.1892 96.4268 98.0334 96.1937 97.9271 95.9371C97.8208 95.6805 97.7661 95.4055 97.7661 95.1277C97.7661 94.85 97.8208 94.575 97.9271 94.3184C98.0334 94.0618 98.1892 93.8286 98.3856 93.6322L103.278 88.7403L98.3989 83.8617C98.0023 83.465 97.7794 82.9271 97.7794 82.3662C97.7794 81.8053 98.0023 81.2673 98.3989 80.8707C98.7956 80.4741 99.3336 80.2512 99.8946 80.2512C100.456 80.2512 100.994 80.4741 101.39 80.8707L106.283 85.7626L111.175 80.8707C111.572 80.4741 112.11 80.2512 112.671 80.2512C113.232 80.2512 113.77 80.4741 114.166 80.8707C114.563 81.2673 114.786 81.8053 114.786 82.3662C114.786 82.9271 114.563 83.465 114.166 83.8617L109.241 88.7536L114.14 93.6455Z" fill="var(--sapContent_Illustrative_Color11)"/>
26
+ </svg>
@@ -0,0 +1,48 @@
1
+ <svg id="tnt-Dialog-Avatar" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
3
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M22.881 68.863c0-.437-1.27-.788-2.967-.867-.097-1.695-.47-2.956-.908-2.954-.438 0-.802 1.27-.895 2.974-1.702.117-2.967.497-2.962.936.006.438 1.27.788 2.968.867.102 1.695.47 2.955.907 2.954.437 0 .802-1.27.896-2.974 1.702-.117 2.966-.497 2.961-.936Z"/>
4
+ <circle cx="138.334" cy="78.018" r="1" fill="var(--sapContent_Illustrative_Color20)"/>
5
+ <circle cx="13.334" cy="108.018" r="1" fill="var(--sapContent_Illustrative_Color20)"/>
6
+ <circle cx="48.334" cy="88.018" r="1" fill="var(--sapContent_Illustrative_Color20)"/>
7
+ <circle cx="51.334" cy="94.018" r="1.5" fill="var(--sapContent_Illustrative_Color20)"/>
8
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M27.15 75.513c0-.283-.822-.51-1.92-.561-.062-1.096-.304-1.911-.587-1.91-.283 0-.518.821-.578 1.923-1.101.075-1.92.322-1.916.605.004.284.822.51 1.92.561.065 1.096.304 1.911.586 1.91.282 0 .519-.821.58-1.923 1.1-.075 1.918-.321 1.914-.605Zm105.999 15c0-.283-.821-.51-1.919-.561-.062-1.096-.304-1.911-.587-1.91-.283 0-.518.821-.578 1.923-1.101.075-1.919.322-1.916.605.004.284.822.51 1.919.561.066 1.096.305 1.911.587 1.91.282 0 .519-.821.579-1.923 1.101-.075 1.919-.321 1.915-.605Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M112.085 45.582c-3.434-1.283-4.372-.265-5.83 0-1.281 18.373-3.176 55.523 1.08 56.045 5.496.675 6.442 1.296 10.142-.449.966-.456 1.224-5.67 1.773-9.817.499-3.762 3.17-30.409 3.435-33.589.265-3.18.544-7.198-2.679-8.603-1.992-.868-6.365-3.006-7.921-3.587Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M116.941 52.441c-.53-.742-8.119-5.018-12.448-5.416-2.208 16.784-6.532 52.697-5.79 53.015.927.397 13.515 2.517 15.105 2.252 1.59-.265.927-4.372 1.987-9.142s3.711-28.753 4.108-30.343c.398-1.59-2.299-9.438-2.962-10.366Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M55.504 95.61c-.066-.492 1.037-2.361 1.596-3.234l6.674 3.234c.013.382-.164 1.31-.983 1.965.573.778 0 3.07 0 3.439 0 .368-.205 1.351 0 2.62.205 1.269-.368 2.661-.573 2.784-.205.122-.983-.246-1.228-.696-.246-.451-.45-2.17-.86-2.498-.41-.327-.778.451-1.187.655-.41.205-.9 1.597-1.105 2.825-.205 1.228-.041 1.228-.738 2.497-.392 0-.873-.573-1.064-.859-.054.177-.237.597-.532.859-.45-.081-.819-.45-1.105-1.269-.246-.163-.574-.696-.82-1.228-.245-.532-.04-3.07 0-3.725.042-.655.492-1.433.574-2.948.082-1.515.9-2.006 1.35-2.456.451-.45.083-1.351 0-1.965Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M68.482 73.462c.294-.753 1.078-2.088 1.432-2.661l2.211 2.456 9.867 6.305c-1.556.109-4.741.434-5.036.86-.368.532-2.497 1.8-2.948 2.66-.45.86-3.52 4.545-4.298 5.937-.778 1.392-2.661 2.988-3.644 3.52.491.41-.327 2.498-.491 3.07-.164.574-1.351.738-1.801 1.393.032-.884-4.818-3.343-7.247-4.462 1.106-2.088 3.357-6.444 3.521-7.165.205-.9 2.129-3.03 2.538-3.971.41-.942 1.76-.328 2.661-2.825.901-2.497 2.866-4.176 3.235-5.117Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M78.627 60.638c1.671-1.226 5.71-1.81 7.52-1.95 26.738-4.596 20.401.557 22.003.835 1.601.279.557 3.134 1.88 4.248 1.323 1.114 1.81.975 4.317 2.298 2.005 1.058-2.925 12.045-5.64 17.407-.882 4.827-2.437 14.775-1.602 15.945 1.045 1.462-.766 2.228 0 3.899.766 1.671-.487 1.532 0 2.437.488.905.209 1.601-.487 2.506 1.058.836.441 2.902 0 3.83-.627-.766-2.423-2.353-4.595-2.576-2.716-.279-8.217.557-10.793 1.532-2.06.779-3.551 2.692-4.038 3.551-.534-.557-2.061-1.978-3.9-3.203-2.297-1.532-7.868-7.242-8.425-9.748-.557-2.507 1.671-5.083 2.855-7.52-1.323-.488-.348-1.67 0-3.132-1.95-2.801-.617-3.519-.686-5.19-.07-1.67 2.079-6.648 2.01-7.136-.07-.487-2.716-.835-4.179-1.532-1.462-.696-3.62-3.76-5.291-6.057-1.671-2.298-.21-2.646.417-3.969s6.546-4.944 8.634-6.475Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M80.206 59.376c.74-.822 2.542-.775 3.536-.432l.462-.875c.583.274 1.449.547 2.682 2.027 1.542 1.85 5.55 3.083 3.186 3.083s2.672 2.364.925 2.364c-6.793 0-8.64.825-8.838 3.134-.1 1.167 12.024 2.519 14.697 3.752 2.137.987.89 2.398 0 4.42-.583.822-1.768 2.59-1.85 3.083-.103.617 4.37 4.996-4.934 2.775-11.635-2.778-5.96 1.028-7.913 2.467-1.563 1.15-5.163 2.03-4.077 6.194-1.797-2.203-.92-5.042-.755-6.768.164-1.727 1.068-3.126 1.582-4.668-1.116-.23-2.455.819-3.03 1.394-.576.576-5.16 5.735-6.951 8.944.993-1.952 2.758-6.896 4.531-8.244 1.322-1.005 1.916-1.991 1.916-2.71 0-.72.862-1.258 0-1.954-2-1.614 1.916-4.507 1.338-6.05-1.318-3.514 4.436-4.272 4.436-5.402s-2.793-2.32-3.615-2.73c-.658-.33-.826-.527-1.214-.953.839-.963 3.146-2.028 3.886-2.85Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M80.27 59.281c-.418.302-.574.518-1.135.935.605 1.477 3.736 2.713 5.566 3.721 1.143.63 5.237 2.178 6.967 1.462l-6.625-6.185c-.59-.164-1.93-.523-2.557-.639-.784-.145-1.693.328-2.216.706Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M108.209 83.512c-.646-.387-2.198-.691-2.863-1.287-1.524-2.364-1.403-5.049 0-8.616 1.208-3.073 3.625-3.783 8.064-4.728 4.44-.946 9.715 6.33 10.193 6.882.841.971 2.101 2.706 2.128 4.492.026 1.786-.394 3.047-2.312 4.965-2.121 2.121-5.674 1.655-7.723 1.313-2.049-.341-3.336-.63-4.098-1.024s-2.207-1.287-3.389-1.997ZM81.11 79.176l.45-9.617 16.152 3.609-.985 9.663-15.617-3.655Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color24)" d="m81.564 69.56 3.11-1.54 15.277 3.099-2.231 2.045-16.156-3.604Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m98.355 80.796-1.627 2.036.985-9.667 2.232-2.048-1.59 9.68Zm-15.969-9.682 13.956 3.028-.346 3.283-13.782-3.502.172-2.81Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M83.656 57.432c0-.784 1.034-3.248 1.41-4.246 2.932-2.722 7.725-1.198 14.605.38 5.171 1.188 7.725 2.669 8.797 4.356 1.071 1.688-.911 3.29-2.087 4.192-2.199 1.688-7.894 3.376-12.35 3.43-4.454.055-7.234-2.026-8.965-3.43-1.559-1.264-1.41-3.702-1.41-4.682Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M83.832 58.422c-.614-.964.42-3.223.823-3.99 1.808-5.37 19.96.236 21.549.565 1.589.329 2.905 1.753 0 4.493-2.904 2.74-10.849 3.288-14.52 2.959-3.671-.329-7.085-2.821-7.852-4.027Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M113.227 70.613c.63-1.156 1.523-1.182 2.968-1.55 4.807-.499 7.661.695 9.01 1.55 1.866 1.183.657 2.417.894 3.652.189.987-.289 2.198-.552 2.68.079.796.031 2.847-.788 4.675-1.025 2.285-3.704 3.021-5.674 2.969-1.971-.053-4.256-2.417-5.044-3.205-.63-.63-.595-1.77-.499-2.26.026-.744.063-2.253 0-2.337-.079-.106-1.182-1.734-1.261-2.522-.106-1.059.315-2.496.946-3.652Zm-40.846 34.176c.429-1.284 1.704-1.897 2.287-2.043.13.34.633 1.44 1.606 3.114.973 1.674 6.764 6.212 9.537 8.272l3.114 4.525c-.956 1.233-2.919 3.883-3.114 4.623-.243.924-.876.924-.73 1.411.117.389-.275 1.784-.486 2.336H69.024c.146-.957.35-3.28 0-4.136-.35-.857.6-2.855 1.12-3.747-.228-.698-.682-2.209-.682-2.676 0-.468.454-2.369.681-3.261-.065-.584-.156-1.946 0-2.725.195-.973 1.363-.486 1.46-.729.097-.244.243-3.358.778-4.964Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M114.68 57.468c1.383 0 2.21 2.183 2.841 3.469.281 0 1.024-.491 1.361-1.108.421-.772 1.08-1.711 1.781-3.395.701-1.683 1.825-3.338 2.861-3.158 2.034.353-.147 3-.428 4.753.632-1.473 1.614-3.227 2.595-3.577.982-.351 1.578.355 1.578 1.126 0 .617-.929 2.866-1.908 4.765.398-.771 1.389-2.24 2.006-2.689.772-.561 1.599-.617 2.16.294.447.727-1.643 3.761-2.631 5.241.382-.568.789-.826 1.593-1.16 1.247-.515 1.809.043 1.908.969.082.775-2.227 3.4-3.513 4.5-.117.373-.386 1.081-1.06 1.867a4.954 4.954 0 0 1-3.99 4.725c-1.613.28-5.925-1.906-6.907-3.098-.982-1.192-.247-1.952-.247-3.495-1.473-3.366-.104-3.994-.104-4.485 0-.491-.317-2.248-.738-3.51-.421-1.263-.162-2.034.842-2.034Zm-7.945 56.81c-.038-.389-.567-1.946-.827-2.676-.827-.535-3.892-1.314-8.272-1.557-4.38-.243-9.245 3.552-9.683 4.233-.438.682-.779 2.482-.779 2.725 0 .243.39 1.898 0 2.238-.389.341 0 1.412 0 1.85 0 .437-.389 1.216-.778 1.751-.39.536-.097 1.363 0 1.655.078.233.487 1.818.715 2.531h16.69c.292-1.378.988-4.332 1.183-4.721.243-.487.584-1.946.924-2.53.341-.584 0-2.287.827-3.017.828-.73.049-1.995 0-2.482Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m104.285 127.039 1.612-6.968c.801-4.377-.183-2.096-.312-1.665-.316 1.056-.335 2.294-4.294 2.184-2.073-.058.633.978 2.073 1.094 1.439.115 1.512 1.5 1.109 2.422-.403.921-2.003-1.05-3.739-.245-1.388.643 1.018.718.557 1.754-.369.83-2.783 1.27-3.57 1.424h6.564Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M104.156 111.371c1.996.295 2.468 1.65 2.454 2.291.368-.491.368-1.391.327-2.004-.041-.614-1.045-1.207-2.045-1.677-1.39-.655-6.07-.857-8.67-.532-3.6.45-5.767 2.004-7.199 2.904-1.431.9-2.045 1.84-2.127 2.249-.065.328.219.641.368 1.146.982-1.159 3.632-2.978 6.38-4.09 3.485-1.411 8.017-.655 10.512-.287Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M104.563 90.825c.165 3.618 1.795 5.098 2.411 5.303l1.7-11.983c3.659 2.409 4.338 1.685 6.475 2.672 2.673 1.233 6.74-.275 8.384-1.405 1.316-.905 2.767-4.248 2.1-5.995-.069-.993.353-3.026-.387-2.614-.925.514-7.424 1.072-4.958 1.072 2.467 0 3.948 2.673 2.059 4.067-.762.562-3.909.147-5.861-.778-1.953-.925-2.089-4.728-4.153-7.042-1.071-1.2 2.02 2.828.791 5.295-.514 1.03.79 3.27.79 3.886-1.816-.034-6.391-2.344-7.295-2.755-1.131-.514-1.797-1.13-1.797-4.11 0-2.98 5.695-6.787 4.349-6.268-.998.385-4.608 1.641-5.533 6.266-.925 4.625 1.542 5.756 2.262 6.578.719.823-1.542 3.29-1.337 7.811Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M109.697 79.275c-1.215-1.562-.203-6.474 1.898-6.802-2.894 0-3.183 4.99-3.183 6.22 0 1.23.362 3.472-1.953 1.592s.868-8.714 0-7.484c-4.861 6.886-2.17 7.99-1.664 9.364.405 1.1 2.58 1.857 3.617 2.098.386.169 4.137 2.16 7.112 2.754 4.457.892 2.52-.674-.338-2.754-.571-.415-2.649-3.523-2.07-4.76-.603-.555-2.204 1.335-3.419-.228Z"/>
27
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M108.581 59.965c-.329.822-3.661 4.125-13.27 5.27 3.894 1.246 10.142-1.622 11.581-1.999-.103.343.343 1.28 1.988.869 2.055-.514-1.895 4.672-2.294 5.196-.639.838 4.33-3.826 6.043-4.066l-2.824-1.644c-.172-1.576-.896-4.448-1.224-3.626ZM63.312 93.214c-1.148.177-5.025-.596-5.486-.736-.46-.14-1.292.07-1.292.07 2.254 1.003 8.761 3.563 9.026 3.121.332-.552.912-2.857.55-3.191-.352-.326-1.362.515-2.798.736Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M61.163 96.938c2.095-1.715-1.21-2.291-2.298-3.416 1.516.257 3.745.533 4.896 1.026 1.438.617 1.58-.307 2.374-.789-.231 2.591-1.62 2.799-2.374 3.244l-.959.583c.703.841-.101 3.286.136 5.369.222 1.94-.235 3.847-.852 3.539-.617-.309.189-3.541 0-4.656-.385-2.273-1.727-2.217-2.436-4.04-.264-.678.872-.335 1.514-.86Z"/>
29
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M92.26 98.413c-2.569 0-7.436-.334-12.78-1.361-.761-.147-1.546-2.904-2.255-1.908-1.171 1.644-1.679 2.364-2.261 4.008-.623 3.038-.33 6.763 0 8.736.41 2.467 4.214 2.878 7.297 4.831 3.083 1.953-1.028 0-3.597-.719-2.57-.72-1.542 0-.925.719s3.63 1.604 3.63 3.351c0 1.747-3.116.863-3.63 1.685-.514.822 3.022.712 5.386 2.048 2.364 1.336 2.04 2.577 4.301-2.048 1.233-4.275-2.39-5.139-4.034-5.755-3.495-1.311-3.639-4.934-4.214-8.223-.72-4.11 7.81 3.906 8.839 1.645 1.027-2.261-2.364-3.597-4.625-5.139-2.261-1.542 1.907-1.13 6.166-1.13 4.24 0 5.272-.74 2.703-.74ZM78.566 122.68c.725.123 3.32.613 4.52.919 1.312.318.987 2.488.644 3.428H68.806c.346-2.209-.1-3.964-.176-4.347-.077-.383.434-2.493 1.356-3.256.18-.149-.394-3.557 0-2.899 1.736 2.899 1.564 3.796 1.182 4.203-.78.83-1.489 1.952-1.183 2.871.246.736 8.985 1.382 7.815.767l-3.294-1.686c-1.249-.568 2.379-.284 4.06 0Z"/>
30
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M90.68 121.053c-2.303.658.535 4.603 1.186 5.973h-4.349c.206-1.439-.323-2.537-.323-3.03 0-.617 3.29-4.489 1.542-5.517-1.398-.822-1.49-2.079-1.216-3.21 0 0 4.564-3.646 7.177-3.984 2.613-.338-4.399 3.453-5.139 4.933-.925 1.85 8.12.617 8.84.822 1.257.36-3.187.411-6.99 2.467-3.802 2.056 2.18-1.674 6.27 0 2.489 1.019-4.12.724-6.998 1.546Z"/>
31
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M71.058 75.925c-.332-.743-.822-2.891-.89-3.953 1.405 2.064 4.59 4.947 6.543 6.111l-1.85 2.364c-1.028-1.267-3.156-3.072-3.803-4.522Z"/>
32
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M117.34 64.988c.083-.657.132-3.777.44-3.03 1.098 3.25 1.402.275 5.534 4.407 2.723 2.724-4.014 1.916-4.875 3.906-1.099 2.535 4.854 3.808 2.877 3.808-2.35 0-6.878-2.558-7.138-4.171-.098-.61 1.318-.484 0-4.349-.273-.802 3.06.252 3.162-.57Z"/>
33
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M85.184 58.25c-1.49-1.663-1.44-1.925-1.042-2.913.474-1.178 14.4 2.112 18.518 3.282-4.82 3.165-7.596 2.621-10.274 2.621-2.628 0-5.94-1.583-7.202-2.99Zm-2.25-16.18c.426-1.124 1.177-.469 1.5 0 .161 2.725.087 8.158-1.5 8.08-1.984-.096-2.226-1.403-2.226-4.113 0-2.71 1.694-2.565 2.226-3.968Z"/>
34
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M87.151 37.662c3.256-3.077 7.135-3.985 12.007-3.493 3.838.387 7.32 2.797 9.349 5.56 2.312 3.15 2.313 8.906 2.116 11.17-.197 2.263-2.313 7.43-7.627 9.152-2.994.97-14.707 3.075-18.748-4.674-1.312-2.517-2.165-4.626-1.624-8.218.541-3.592.935-6.101 4.527-9.497Z"/>
35
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M104.84 35.847c2.795 1.55 4.471 4.514 4.824 5.318.848 1.938.872 3.685.872 5.09-1.285-5.878-6.458-10.408-14.273-10.408-5.261 0-5.364-.873-2.515-1.481 2.849-.608 7.597-.456 11.092 1.481Z"/>
36
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M91.96 34.614c-2.416.554-4.858 2.712-6.011 4.02-2.83 3.589-2.822 5.093-3.518 9.531-.697 4.439 2.485 8.346 2.485 8.346-1.765-5.025-1.032-12.423 2.775-16.814 6.144-7.086 15.585-4.75 12.973-5.279-3.048-.617-5.71-.49-8.703.196Z"/>
37
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M93.677 60.403c6.044.158 10.123-2.337 11.407-3.605.231-.527.751-1.728.988-2.32-1.235-.643-.988-1.877-.988-3.359 0-1.185.889-1.91 1.334-2.123.098-.099.108-.82-.642-2.914-.939-2.617-3.556-5.382-8.494-6.962s-8.05.395-10.913 2.32c-2.865 1.926-2.815 8.988-2.519 10.864.296 1.877 2.272 7.902 9.827 8.1Z"/>
38
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M85.261 52.434c-1.704-5.755 1.13-9.718 2.781-10.699.837-.497-1.613 2.313-2.275 4.577-1.041 3.562.453 7.821-.506 6.122Z"/>
39
+ <circle cx="91.875" cy="42.192" r=".515" fill="var(--sapContent_Illustrative_Color8)"/>
40
+ <circle cx="88.826" cy="43.849" r=".515" fill="var(--sapContent_Illustrative_Color8)"/>
41
+ <circle cx="91.36" cy="48.283" r="1.03" fill="var(--sapContent_Illustrative_Color8)"/>
42
+ <path fill="var(--sapContent_Illustrative_Color24)" d="m105.109 82.203 3.688 2.098-1.78 11.254c-.127 1.124.068 2.258.373 3.224.382 1.209-.119 2.372-.373 2.944-.204.458.416 1.517.373 2.196-.508-.806-2.153-2.298-1.645-3.467.636-1.463.445-2.035-.636-5.85-1.081-3.815-.635-6.563 0-8.852.509-1.831.424-3.293 0-3.547Z"/>
43
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M103.429 86.288c.316-.737.394-2.588.394-3.42l2.237 1.183c0 .548-.118 1.947-.592 3.158-.474 1.21.197 8.134.592 11.445-.439-1.184-1.5-3.683-2.237-4.21-.92-.657-4.801-.329-4.275-.526.526-.197 2.565-.197 3.881-.526 1.315-.329.394-1.25 0-1.974-.395-.723-1.382-1.578-2.105-1.907-.724-.329-.526-.395 0-.79.526-.394 1.71-1.512 2.105-2.433Z"/>
44
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M74.398 80.84v-4.43c.6.4 1.883 1.209 2.216 1.246.415.046 1.154-1.016 2.077-2.216.923-1.2.326-.163 1.178 1.235 1.553 2.544-.733 5-.933 4.985.216 1.062.013 2.163-.245 3.53-.323 1.707-2.077 3.064-1.132 5.133.83 1.816-.945-.492-.945-2.08 0-.94.37-3.086.9-4.98.114-.41.648-1.78 1.177-3.253-.277-.046-1.016.185-1.662.462-.646.277-2.03 3.58-4.25 4.717-.857.44-2.247 4.2-4.574 5.67.754-1.446 2.14-2.514 2.327-5.215.122-1.754 3.866-4.526 3.866-4.803Z"/>
45
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M105.347 50.062c.427-.601 1.653-.966 2.12-.977-.587.49-1.207.88-1.304 2.576-.098 1.696 1.203 2.41.526 2.41-.628 0-1.134.096-1.493-.62-.358-.718-.512-2.455.151-3.39Z"/>
46
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M75.104 104.569c-.546-1.077-.733-2.676-.2-3.21.294.347.775 2.258 2.391 4.118 1.176 1.353 5.003 4.936 10.205 8.455l.132 1.816c-1.2-.72-4.04-2.713-6.087-4.184-2.559-1.84-5.622-5.379-6.441-6.995Zm27.179-31.779c.956-3.468 4.649-8.782 5.945-8.832l1.43-.42c.668-.21 3.281 1.395 1.812 1.222-1.39-.162-6.84 6.91-7.322 8.58-.483 1.67-.808 3.837-.38 6.647.343 2.247 3.476 3.93 5.027 4.46l1.23.661c-1.397 1.944-3.868.947-6.257-2.043-2.769-3.467-2.681-5.94-1.485-10.275Zm-23.098-3.332c.37-2.223 1.436-10.23 3.112-10.913h1.38s-.005.312.1 1.129c-.791.59-.877 2.237-1.155 2.747-.347.636-2.456 14.367-2.167 15.583.232.972-1.742 2.989-2.379 3.741l.508-1.847c.155-2.701.23-8.218.6-10.44Z"/>
47
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M109.369 53.583c-1.289 1.464-2.532.908-3.317.894 0 .228-.639 1.499-1.393 2.424-.754.925-2.389 1.911-5.5 2.891 0 0 2.769-.084 4.159-.653 1.39-.569 2.753-2.834 3.512-2.632.975.26 2.98-3.424 2.539-2.924Z"/>
48
+ </svg>
@@ -0,0 +1,26 @@
1
+ <svg id="tnt-Dialog-Calculator" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" d="m68.58 115.89 44.977-7.399c.549-.089.603-.896.076-1.069L68.909 94.429a8.356 8.356 0 0 0-4.165-.289l-37.31 4.476c-.519.098-.595.847-.106 1.056L63.9 115.318a8.436 8.436 0 0 0 4.68.572Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M102.149 34c.552-.022 1.1.078 1.626.273a5.124 5.124 0 0 1 1.46.852 5.44 5.44 0 0 1 1.143 1.294 5.2 5.2 0 0 1 .673 1.615l4.38 19.696-49.83 3.495-3.91-21.142a4.259 4.259 0 0 1 .034-1.758 3.671 3.671 0 0 1 1.964-2.462 4.12 4.12 0 0 1 1.682-.413L102.149 34Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m106.703 49.718-2.377-10.798a2.359 2.359 0 0 0-.304-.739 2.533 2.533 0 0 0-.522-.59 2.35 2.35 0 0 0-.669-.386 1.977 1.977 0 0 0-.743-.122l-11.611.465-2.416.095-2.673.109-6.749.269-15.852.634a1.871 1.871 0 0 0-.76.19 1.63 1.63 0 0 0-.565.461 1.652 1.652 0 0 0-.318.664 1.97 1.97 0 0 0-.013.8l2.151 11.484c.044.23.122.447.23.652.11.203.274.351.43.516.157.165.37.27.566.382.195.113.634.26.852.313l39.948-2.336c.252-.017.482-.087.682-.195.196-.113.365-.265.491-.452a1.69 1.69 0 0 0 .257-.643 2.087 2.087 0 0 0-.022-.764l-.013-.009Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color22)" d="m101.071 49.254-4.798.273.965-1.372 2.326-.13 1.507 1.229Zm-7.205-3.282.717 3.395-1.524-1.238-.37-1.767.608-.855.57.465Zm2.704.186.377 1.758-.965 1.373-.716-3.392.36-.507.943.768Zm7.187 2.944-1.221.069-.278-1.294 1.217-.07.282 1.295Zm-4.085-4.173-.474.677-2.629.135-.76-.616.482-.678 2.629-.13.752.612Zm-6.118-.43-.36.521-.953-.786-.369-1.758.974-1.35.708 3.373Zm6.644-.33-.352.513-.943-.778-.374-1.74.948-1.338.721 3.343ZM91.59 42.25l-2.364.108-1.53-1.255 4.867-.216-.973 1.363Zm6.666-.312-2.321.108-1.512-1.242 4.78-.213-.947 1.346Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m90.477 37.543-2.325.096 2.325-.096ZM64.03 53.487s.048.03.07.048a.682.682 0 0 1-.109-.087c.013.013.022.026.04.035v.004Zm.387.257c-.04-.022-.074-.044-.113-.066.034.022.074.044.113.066Zm.33.164s.014 0 .018.01a.062.062 0 0 1-.027-.01h.009Zm.495.17-.07-.022c.023.009.049.013.07.022Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M65.355 54.108h.022c-.044-.013-.096-.021-.135-.034.04.013.083.026.117.034h-.004Zm-.182-.052Zm-.665-.261c.06.035.143.074.235.11a2.762 2.762 0 0 1-.322-.162l.087.052Zm-.204-.117a2.424 2.424 0 0 1-.204-.139c.065.048.13.1.204.14Zm-.361-.265.052.04a1.735 1.735 0 0 1-.156-.153c.035.035.07.074.104.11v.003Zm-.634-1.072c.043.195.113.382.204.556a1.5 1.5 0 0 0 .235.313 1.988 1.988 0 0 1-.187-.252 2.1 2.1 0 0 1-.252-.617Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M88.152 37.639h-.096l-16.904 16.13 2.569-.147 16.756-16.079-2.325.096Zm-9.512.378L63.309 52.34a1.952 1.952 0 0 0 .439.869l.086.09c.048.053.1.105.157.153.035.03.07.056.109.086.065.048.13.096.204.14.039.021.074.043.113.065.1.056.204.112.321.16.009 0 .018.005.026.009.126.052.261.1.409.143l.07.022c.043.013.09.022.134.03l2.942-.173 17.07-16.188-6.75.27Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color9)" d="m70.057 106.934-8.456-45.71 49.83-3.494 9.438 42.439a5.17 5.17 0 0 1 .079 1.832 4.377 4.377 0 0 1-.548 1.585 3.684 3.684 0 0 1-1.082 1.173 3.485 3.485 0 0 1-1.521.586l-42.152 5.905a4.528 4.528 0 0 1-1.886-.134 5.017 5.017 0 0 1-1.681-.856 5.363 5.363 0 0 1-1.295-1.441 5.547 5.547 0 0 1-.726-1.881v-.004Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color17)" d="m118.527 105.163-.234.078a4.145 4.145 0 0 1-.496.104l-42.151 5.905a4.527 4.527 0 0 1-1.886-.134 5.015 5.015 0 0 1-1.682-.856 5.29 5.29 0 0 1-1.295-1.441 5.427 5.427 0 0 1-.726-1.881l-8.456-45.713-3.911-21.142a4.339 4.339 0 0 1-.06-.46c0-.052 0-.104-.005-.156-.005-.1-.013-.196-.009-.291 0-.057.009-.113.013-.174.005-.087.009-.174.018-.26.008-.061.021-.122.034-.178.013-.079.026-.161.044-.24.013-.06.035-.116.052-.177.022-.074.039-.148.065-.217.022-.057.048-.113.07-.17.03-.07.056-.139.087-.208.026-.057.06-.109.09-.16.035-.066.07-.131.105-.192.035-.052.074-.1.109-.152.043-.06.082-.121.126-.178l-2.62 3.274s-.005.009-.01.009c-.043.052-.078.113-.117.17-.034.047-.074.095-.104.147-.04.06-.07.126-.109.19-.026.053-.06.1-.082.153v.008a4.1 4.1 0 0 0-.083.196c-.021.056-.052.113-.07.17-.025.069-.043.142-.064.212-.018.056-.04.113-.053.174-.017.078-.03.156-.043.234-.009.056-.026.113-.03.174-.013.087-.013.178-.022.265 0 .052-.009.104-.013.156 0 .096 0 .191.008.286v.152c.014.148.03.3.061.452l3.78 20.712 8.166 44.732a5.277 5.277 0 0 0 1.973 3.244 4.84 4.84 0 0 0 1.647.833c.591.17 1.217.217 1.847.131l41.4-5.871c.082-.013.165-.026.247-.043a3.967 3.967 0 0 0 .47-.135 2.19 2.19 0 0 0 .221-.091c1.308-.582 2.616-1.164 3.929-1.746a2.012 2.012 0 0 1-.226.091l-.005.014Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color15)" d="m110.223 74.729-.921.595a4.092 4.092 0 0 1-.378.213c-.131.065-.27.121-.409.169a3.584 3.584 0 0 1-.434.121c-.148.03-.305.057-.461.074a4.348 4.348 0 0 1-1.812-.212 5.422 5.422 0 0 1-1.643-.908 5.858 5.858 0 0 1-2.042-3.322 5.179 5.179 0 0 1-.109-1.376 4.68 4.68 0 0 1 .244-1.255 3.942 3.942 0 0 1 1.39-1.898l.891-.642c-.322.23-.6.512-.834.83a3.999 3.999 0 0 0-.561 1.072c-.135.39-.222.816-.243 1.259-.022.443.008.907.113 1.385a5.92 5.92 0 0 0 2.055 3.343c.5.404 1.06.717 1.651.917a4.34 4.34 0 0 0 1.821.217 3.998 3.998 0 0 0 1.313-.365c.13-.065.26-.135.382-.213"/>
13
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m99.52 75.688-.878.6a4.489 4.489 0 0 1-.422.251 3.55 3.55 0 0 1-.456.2 4.097 4.097 0 0 1-1.013.226 4.672 4.672 0 0 1-1.881-.213 5.492 5.492 0 0 1-1.7-.92 5.827 5.827 0 0 1-2.08-3.374 5.17 5.17 0 0 1-.1-1.355c.026-.438.108-.851.243-1.237.135-.387.321-.747.547-1.069a3.88 3.88 0 0 1 .817-.846l.843-.647a3.896 3.896 0 0 0-.817.85c-.23.326-.417.687-.552 1.073a4.631 4.631 0 0 0-.243 1.242c-.026.434.004.895.1 1.36.14.685.404 1.328.765 1.901.36.573.813 1.081 1.33 1.49a5.49 5.49 0 0 0 1.703.924 4.726 4.726 0 0 0 1.89.217 4.145 4.145 0 0 0 1.017-.226 3.92 3.92 0 0 0 .882-.451"/>
14
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M95.574 66.496a4.742 4.742 0 0 1 1.878.235c.604.2 1.173.517 1.681.925.509.408.952.903 1.308 1.467.357.565.617 1.199.761 1.872a5.08 5.08 0 0 1 .043 1.945 4.396 4.396 0 0 1-.656 1.659 3.938 3.938 0 0 1-1.243 1.198c-.5.304-1.082.504-1.725.565a4.642 4.642 0 0 1-1.89-.218 5.516 5.516 0 0 1-1.704-.925 5.989 5.989 0 0 1-1.33-1.489 5.699 5.699 0 0 1-.764-1.902 5.072 5.072 0 0 1-.026-1.962 4.425 4.425 0 0 1 .682-1.659 3.91 3.91 0 0 1 1.264-1.181 4.044 4.044 0 0 1 1.726-.534l-.005.004Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M114.69 99.114a3.444 3.444 0 0 1-.604.182 7.09 7.09 0 0 1-.322.057c-.63.082-1.26.022-1.86-.165a5.17 5.17 0 0 1-1.69-.899 5.9 5.9 0 0 1-1.33-1.485 6.071 6.071 0 0 1-.782-1.928l-2.573-12.127a5.287 5.287 0 0 1-.108-1.485 4.81 4.81 0 0 1 .291-1.346c.156-.417.374-.8.643-1.134.265-.334.587-.625.947-.855l-.912.582c-.361.23-.678.517-.943.85a4.232 4.232 0 0 0-.639 1.13 4.848 4.848 0 0 0-.291 1.341c-.035.474 0 .973.109 1.477l2.55 12.067c.148.694.418 1.341.774 1.914a5.824 5.824 0 0 0 1.321 1.477 5.1 5.1 0 0 0 1.682.89 4.373 4.373 0 0 0 1.851.16c.108-.013.217-.034.321-.056a3.507 3.507 0 0 0 .604-.182c.096-.04.192-.078.283-.126l.965-.47a5.758 5.758 0 0 1-.283.127l-.004.004Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m101.775 87.937-.899.534c-.122.07-.244.14-.374.196-.13.056-.261.113-.395.156a4.337 4.337 0 0 1-.865.191c-.643.074-1.282 0-1.895-.186a5.241 5.241 0 0 1-1.708-.912 5.869 5.869 0 0 1-2.103-3.413c-.1-.504-.13-.995-.095-1.463.034-.47.134-.921.29-1.334a4.36 4.36 0 0 1 .635-1.137c.265-.339.574-.634.93-.873l.865-.586a3.98 3.98 0 0 0-.934.877 4.374 4.374 0 0 0-.635 1.142 4.828 4.828 0 0 0-.291 1.342c-.035.473-.004.968.1 1.472a5.933 5.933 0 0 0 2.112 3.434 5.294 5.294 0 0 0 1.716.916c.613.191 1.26.265 1.904.191.152-.017.3-.043.443-.073.143-.03.287-.07.421-.118a4.45 4.45 0 0 0 .774-.356M88.408 76.678l-.826.604a4.07 4.07 0 0 1-.965.521 4.363 4.363 0 0 1-1.12.26 4.787 4.787 0 0 1-1.939-.212 5.53 5.53 0 0 1-1.738-.934 5.965 5.965 0 0 1-1.347-1.507 5.623 5.623 0 0 1-.76-1.923 5.332 5.332 0 0 1-.092-1.324c.026-.426.109-.838.24-1.22a4.23 4.23 0 0 1 1.317-1.923l.79-.652c-.304.247-.57.538-.791.864a4.47 4.47 0 0 0-.535 1.068 4.71 4.71 0 0 0-.239 1.224c-.026.426 0 .877.092 1.333.134.7.404 1.35.765 1.937a5.94 5.94 0 0 0 1.351 1.515 5.452 5.452 0 0 0 1.747.938c.626.2 1.286.282 1.947.217a4.37 4.37 0 0 0 1.126-.26 4.068 4.068 0 0 0 .964-.521"/>
17
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M109.015 77.343a4.522 4.522 0 0 1 1.834.208 5.24 5.24 0 0 1 1.651.903c.5.4.943.895 1.295 1.455s.622 1.194.77 1.871l2.62 11.963c.152.69.169 1.363.074 1.989a4.696 4.696 0 0 1-.617 1.719 4.038 4.038 0 0 1-1.2 1.268 3.915 3.915 0 0 1-1.677.63 4.348 4.348 0 0 1-1.86-.166 5.202 5.202 0 0 1-1.69-.898 5.975 5.975 0 0 1-1.33-1.485 5.98 5.98 0 0 1-.782-1.928l-2.573-12.128a5.224 5.224 0 0 1-.052-1.971c.104-.62.326-1.185.643-1.672.317-.486.73-.898 1.217-1.203a3.848 3.848 0 0 1 1.677-.56v.005Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M100.572 90.595a4.605 4.605 0 0 1 1.899.186 5.31 5.31 0 0 1 1.703.912 5.946 5.946 0 0 1 2.108 3.422c.147.703.16 1.385.052 2.023a4.847 4.847 0 0 1-.652 1.75c-.322.517-.747.96-1.252 1.29-.504.33-1.09.56-1.738.642a4.596 4.596 0 0 1-1.916-.165 5.243 5.243 0 0 1-1.73-.911 5.859 5.859 0 0 1-1.351-1.511 5.917 5.917 0 0 1-.782-1.959 5.441 5.441 0 0 1-.035-2.05 4.726 4.726 0 0 1 .682-1.75c.335-.511.76-.946 1.273-1.271a4.081 4.081 0 0 1 1.743-.612l-.004.004Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m104.039 100.404-.921.469a3.725 3.725 0 0 1-.643.26 4.231 4.231 0 0 1-.7.152 4.484 4.484 0 0 1-1.908-.161 5.27 5.27 0 0 1-1.72-.903 5.901 5.901 0 0 1-2.12-3.452 5.668 5.668 0 0 1-.097-1.589c.044-.508.165-.994.348-1.437.182-.443.43-.851.73-1.203a4.14 4.14 0 0 1 1.056-.89l.886-.521a4.18 4.18 0 0 0-1.06.894 4.435 4.435 0 0 0-.73 1.212 5.07 5.07 0 0 0-.348 1.446 5.422 5.422 0 0 0 .096 1.598c.143.712.417 1.372.782 1.958a5.86 5.86 0 0 0 1.352 1.511 5.397 5.397 0 0 0 1.729.912 4.539 4.539 0 0 0 1.917.165 4.21 4.21 0 0 0 1.034-.274c.108-.043.213-.091.313-.143M90.586 89.149l-.848.538c-.13.083-.27.161-.408.23a4.365 4.365 0 0 1-1.395.4 4.764 4.764 0 0 1-1.951-.187 5.483 5.483 0 0 1-1.752-.925 5.807 5.807 0 0 1-1.355-1.515 5.725 5.725 0 0 1-.77-1.954 5.471 5.471 0 0 1-.086-1.446c.034-.465.134-.907.29-1.324.157-.417.366-.795.622-1.138a4.1 4.1 0 0 1 .908-.89l.813-.586a4.343 4.343 0 0 0-1.534 2.036 5.096 5.096 0 0 0-.291 1.329c-.04.465-.009.955.087 1.454a5.871 5.871 0 0 0 2.138 3.487c.53.417 1.13.738 1.76.934.63.195 1.295.265 1.96.19.169-.016.334-.047.495-.086.16-.04.317-.082.47-.135a3.951 3.951 0 0 0 .855-.412"/>
20
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M86.735 79.57a4.807 4.807 0 0 1 1.943.213 5.749 5.749 0 0 1 3.076 2.432c.361.581.63 1.233.774 1.932a5.29 5.29 0 0 1 .026 2.019 4.695 4.695 0 0 1-.695 1.737 4.206 4.206 0 0 1-1.3 1.268 4.31 4.31 0 0 1-1.79.616 4.815 4.815 0 0 1-1.96-.19 5.418 5.418 0 0 1-1.76-.934c-.53-.421-1-.934-1.364-1.524a5.905 5.905 0 0 1-.774-1.963 5.267 5.267 0 0 1-.008-2.037 4.657 4.657 0 0 1 .721-1.732 4.21 4.21 0 0 1 1.321-1.246 4.317 4.317 0 0 1 1.795-.586l-.005-.005Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m76.971 77.677-.773.608a3.965 3.965 0 0 1-.504.339c-.178.1-.36.19-.556.269a4.068 4.068 0 0 1-.605.19 5.175 5.175 0 0 1-.647.11 5.009 5.009 0 0 1-1.999-.218 5.634 5.634 0 0 1-1.782-.946 5.913 5.913 0 0 1-1.368-1.529 5.681 5.681 0 0 1-.76-1.958c-.084-.443-.11-.873-.084-1.29a4.692 4.692 0 0 1 .735-2.249c.209-.325.46-.616.747-.873l.735-.655a4.409 4.409 0 0 0-.752.877 4.581 4.581 0 0 0-.508 1.06 4.723 4.723 0 0 0-.23 1.202c-.027.421 0 .856.082 1.298.135.713.4 1.377.769 1.967.37.591.839 1.116 1.377 1.537a5.749 5.749 0 0 0 1.79.956 5.051 5.051 0 0 0 2.008.217 4.439 4.439 0 0 0 1.26-.304c.196-.078.383-.17.561-.27.178-.1.348-.216.504-.342"/>
22
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M72.704 68.39a5.037 5.037 0 0 1 1.99.238 5.793 5.793 0 0 1 1.764.951c.53.417.991.934 1.356 1.516.365.581.63 1.237.765 1.936.135.7.13 1.38 0 2.01a4.649 4.649 0 0 1-.734 1.72c-.352.504-.813.93-1.352 1.246a4.535 4.535 0 0 1-1.847.59 4.976 4.976 0 0 1-2.007-.216 5.66 5.66 0 0 1-1.79-.956 6.05 6.05 0 0 1-1.378-1.537 5.739 5.739 0 0 1-.77-1.967 5.065 5.065 0 0 1 .022-2.032c.14-.638.4-1.216.765-1.715a4.37 4.37 0 0 1 3.22-1.785h-.004Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m92.767 101.849-.87.469a4.193 4.193 0 0 1-1.494.482 4.766 4.766 0 0 1-1.965-.16 5.33 5.33 0 0 1-1.764-.916c-.534-.417-1-.934-1.369-1.524a5.812 5.812 0 0 1-.86-3.557c.048-.508.165-.99.348-1.433.182-.442.425-.855.72-1.211a4.38 4.38 0 0 1 1.044-.916l.834-.521c-.395.247-.747.56-1.047.92-.3.36-.543.773-.726 1.22-.182.448-.3.934-.347 1.442a5.624 5.624 0 0 0 .082 1.585 6.01 6.01 0 0 0 .782 1.993c.37.599.839 1.116 1.378 1.533a5.423 5.423 0 0 0 1.773.92 4.718 4.718 0 0 0 2.373.091c.13-.026.26-.065.382-.104a3.71 3.71 0 0 0 .365-.139 5.07 5.07 0 0 0 .348-.169M79.061 90.382l-.795.538a4.29 4.29 0 0 1-.943.487 4.268 4.268 0 0 1-1.078.256 4.986 4.986 0 0 1-2.012-.187 5.506 5.506 0 0 1-1.794-.938 5.876 5.876 0 0 1-2.156-3.525 5.418 5.418 0 0 1-.078-1.416c.035-.456.135-.894.283-1.303a4.6 4.6 0 0 1 1.477-2.045l.756-.59c-.334.26-.63.569-.878.911a4.832 4.832 0 0 0-.886 2.453c-.035.461-.013.939.078 1.425.135.725.404 1.398.778 1.997a6 6 0 0 0 1.39 1.55 5.614 5.614 0 0 0 1.804.947 4.95 4.95 0 0 0 2.577.096 4.562 4.562 0 0 0 1.473-.647m2.09 12.935-.813.469a4.06 4.06 0 0 1-.387.199 4.716 4.716 0 0 1-.838.283 4.899 4.899 0 0 1-2.477-.079 5.464 5.464 0 0 1-1.808-.929 5.883 5.883 0 0 1-2.177-3.565 5.416 5.416 0 0 1-.07-1.558c.052-.504.165-.982.348-1.425.182-.443.417-.855.708-1.215.291-.36.635-.682 1.021-.938l.778-.521c-.39.26-.734.577-1.025.942a4.833 4.833 0 0 0-.713 1.224c-.178.448-.3.93-.348 1.433a5.647 5.647 0 0 0 .074 1.568 5.914 5.914 0 0 0 2.19 3.586 5.444 5.444 0 0 0 1.821.934 4.923 4.923 0 0 0 2.486.078c.148-.035.291-.074.434-.122a4.036 4.036 0 0 0 .8-.36"/>
24
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M106.438 65.597a4.385 4.385 0 0 1 1.804.235c.577.2 1.129.512 1.625.912.495.4.925.89 1.273 1.446a5.86 5.86 0 0 1 .756 1.845c.148.669.161 1.316.065 1.915a4.242 4.242 0 0 1-.608 1.628 3.8 3.8 0 0 1-1.178 1.177 3.817 3.817 0 0 1-1.647.551 4.398 4.398 0 0 1-1.82-.217 5.255 5.255 0 0 1-1.652-.916 6.019 6.019 0 0 1-1.295-1.468 5.828 5.828 0 0 1-.76-1.875 5.08 5.08 0 0 1-.048-1.928c.104-.6.322-1.155.634-1.629a3.77 3.77 0 0 1 1.2-1.159 3.79 3.79 0 0 1 1.651-.525v.008Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M98.05 78.441a4.608 4.608 0 0 1 1.887.209 5.388 5.388 0 0 1 1.69.916 5.9 5.9 0 0 1 2.09 3.382c.144.69.157 1.36.048 1.985a4.554 4.554 0 0 1-.656 1.706 4.11 4.11 0 0 1-1.247 1.246c-.5.317-1.087.53-1.73.604-.643.074-1.29 0-1.903-.191a5.38 5.38 0 0 1-1.716-.916 5.933 5.933 0 0 1-2.112-3.435 5.191 5.191 0 0 1-.03-2.002 4.555 4.555 0 0 1 .681-1.702c.335-.5.76-.916 1.27-1.224a4.118 4.118 0 0 1 1.733-.573l-.004-.005ZM84.32 67.43a4.832 4.832 0 0 1 1.929.239 5.619 5.619 0 0 1 1.72.938c.522.412.974.916 1.33 1.493.356.578.626 1.216.765 1.902.139.686.139 1.36.022 1.976a4.472 4.472 0 0 1-.696 1.689 4.136 4.136 0 0 1-1.295 1.22 4.293 4.293 0 0 1-1.781.577 4.837 4.837 0 0 1-1.947-.217 5.535 5.535 0 0 1-1.747-.938 5.87 5.87 0 0 1-2.116-3.452 5.062 5.062 0 0 1 0-1.997 4.47 4.47 0 0 1 .721-1.685 4.18 4.18 0 0 1 1.317-1.203 4.264 4.264 0 0 1 1.781-.547l-.004.005Zm4.875 24.498a4.718 4.718 0 0 1 1.956.186c.63.196 1.216.508 1.742.92a5.93 5.93 0 0 1 2.138 3.479c.143.712.148 1.411.03 2.058a4.898 4.898 0 0 1-.695 1.78 4.427 4.427 0 0 1-1.303 1.316 4.366 4.366 0 0 1-1.8.66 4.719 4.719 0 0 1-1.972-.161 5.344 5.344 0 0 1-1.773-.92 5.98 5.98 0 0 1-1.378-1.533 5.794 5.794 0 0 1-.782-1.993 5.52 5.52 0 0 1-.013-2.084 4.91 4.91 0 0 1 .721-1.785 4.328 4.328 0 0 1 3.129-1.923ZM75.05 80.738a4.95 4.95 0 0 1 2.004.213 5.688 5.688 0 0 1 1.777.942c.535.417 1 .938 1.369 1.524.37.586.634 1.25.773 1.963a5.26 5.26 0 0 1 .005 2.054 4.87 4.87 0 0 1-.735 1.767 4.382 4.382 0 0 1-1.355 1.294 4.55 4.55 0 0 1-1.856.63 4.95 4.95 0 0 1-2.02-.192 5.611 5.611 0 0 1-1.804-.946 6.014 6.014 0 0 1-1.39-1.55 5.754 5.754 0 0 1-.778-1.998 5.282 5.282 0 0 1 .017-2.075c.139-.651.4-1.246.765-1.763a4.43 4.43 0 0 1 1.377-1.272 4.561 4.561 0 0 1 1.856-.6l-.005.01Zm2.395 12.57a4.927 4.927 0 0 1 2.016.183 5.484 5.484 0 0 1 1.79.938 6.005 6.005 0 0 1 1.382 1.537c.374.595.643 1.272.782 1.997.14.725.135 1.433.01 2.097a4.942 4.942 0 0 1-.735 1.815 4.54 4.54 0 0 1-3.224 2.015 4.934 4.934 0 0 1-2.034-.16 5.624 5.624 0 0 1-1.821-.934 5.814 5.814 0 0 1-1.404-1.559 5.891 5.891 0 0 1-.786-2.028 5.533 5.533 0 0 1 .008-2.123c.135-.668.4-1.28.765-1.815a4.552 4.552 0 0 1 1.382-1.32 4.625 4.625 0 0 1 1.864-.642h.005Z"/>
26
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg id="tnt-Dialog-ChartArea" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m54.034 114.579 75.414-13.466c.47-.085.487-.747.029-.86l-47.29-11.78a4.354 4.354 0 0 0-1.73-.08l-59.544 9.178c-1.053.164-1.256 1.59-.289 2.043l31.696 14.738a2.837 2.837 0 0 0 1.714.221v.006Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M115.083 36.003c.282-.015.564.035.83.13.267.096.524.247.755.438a2.823 2.823 0 0 1 .951 1.518l1.317 5.727-85.61 5.154-1.106-6.365a2.247 2.247 0 0 1 .03-.956 2.057 2.057 0 0 1 1.097-1.358c.276-.135.588-.22.93-.24l80.806-4.048ZM38.618 46.184a1.85 1.85 0 0 0 .74-.196 1.65 1.65 0 0 0 .548-.452 1.722 1.722 0 0 0 .332-1.398 2.063 2.063 0 0 0-.287-.744 2.31 2.31 0 0 0-1.227-.975 2.117 2.117 0 0 0-.795-.111 1.87 1.87 0 0 0-.74.19 1.673 1.673 0 0 0-.865 1.092 1.85 1.85 0 0 0-.02.764 2.188 2.188 0 0 0 .82 1.343c.211.166.448.296.7.382.25.085.522.126.794.11"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M45.633 104.635c-.352.045-.7.01-1.026-.081a2.729 2.729 0 0 1-.91-.462 2.902 2.902 0 0 1-.695-.77 2.702 2.702 0 0 1-.377-.995l-9.3-53.358-1.107-6.366a2.21 2.21 0 0 1-.035-.477c0-.156.025-.307.06-.453a2.27 2.27 0 0 1 .146-.417c.06-.13.14-.257.226-.372l-1.403 1.825a2.48 2.48 0 0 0-.227.367 2.173 2.173 0 0 0-.171 1.332l1.092 6.296 9.14 52.774a2.786 2.786 0 0 0 1.056 1.745c.271.206.573.362.9.458a2.48 2.48 0 0 0 1.016.08l82.024-10.363 2.359-1.136-82.768 10.373Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M37.928 42.303a2.13 2.13 0 0 1 .795.11 2.324 2.324 0 0 1 1.227.976c.14.226.241.478.287.744a1.721 1.721 0 0 1-.332 1.398 1.655 1.655 0 0 1-.549.453 1.87 1.87 0 0 1-.739.196 2.13 2.13 0 0 1-.795-.11 2.251 2.251 0 0 1-.7-.383 2.397 2.397 0 0 1-.532-.593 2.055 2.055 0 0 1-.287-.75 1.94 1.94 0 0 1 .02-.764c.055-.236.166-.457.312-.639a1.714 1.714 0 0 1 1.293-.644v.006Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m33.325 48.97 85.605-5.149 11.001 47.837c.075.322.085.639.05.93a2.057 2.057 0 0 1-.272.805 1.852 1.852 0 0 1-.543.588 1.713 1.713 0 0 1-.764.287l-82.768 10.373a2.639 2.639 0 0 1-1.936-.543 2.915 2.915 0 0 1-.695-.769 2.75 2.75 0 0 1-.377-.996l-9.3-53.363Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M110.484 58.732c.365-.033.758.094 1.085.382.637.57.792 1.545.349 2.182l-2.448 3.495-8.911 12.738a3.314 3.314 0 0 1-.61.665 3.26 3.26 0 0 1-1.727.742l-23.107 2.725a.833.833 0 0 0-.393.15L60.344 92.007l-.122.088-1.584 1.125c-.2.138-.426.216-.653.238-.543.05-1.114-.222-1.468-.748-.504-.753-.371-1.744.293-2.215l2.736-1.933.122-.089 9.416-6.651 3.843-2.714a3.404 3.404 0 0 1 1.584-.604l23.118-2.68a.828.828 0 0 0 .581-.35l9.156-13.054 1.296-1.85.936-1.334a1.2 1.2 0 0 1 .88-.515l.006.01Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color23)" d="M108.369 52.136c.493-.044 1.025.205 1.363.698.504.714.421 1.672-.177 2.138l-1.723 1.34-8.64 6.718-.415.321c-.31.244-.66.427-1.036.543l-23.516 7.233a.984.984 0 0 0-.244.117l-15.53 10.95-.122.088-2.58 1.822c-.2.138-.422.216-.654.233-.543.05-1.119-.222-1.473-.754-.51-.753-.383-1.744.288-2.215l3.738-2.625.122-.089 14.41-10.113c.294-.205.615-.366.953-.465l11.298-3.45 12.24-3.74a.747.747 0 0 0 .255-.132l10.224-7.92.576-.449c.188-.144.404-.227.626-.244l.016-.005Z"/>
10
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg id="tnt-Dialog-ChartArea2" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m54.034 115.07 75.413-13.465c.469-.085.486-.747.028-.86l-47.288-11.78a4.356 4.356 0 0 0-1.731-.079l-59.543 9.177c-1.053.164-1.256 1.59-.289 2.042l31.695 14.739a2.837 2.837 0 0 0 1.715.221v.005Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m33.326 48.97 85.604-5.149 11 47.837c.076.321.086.638.05.93-.035.291-.13.568-.271.804a1.852 1.852 0 0 1-.543.589c-.222.15-.478.251-.765.286L45.634 104.64a2.639 2.639 0 0 1-1.936-.543 2.913 2.913 0 0 1-.694-.769 2.75 2.75 0 0 1-.378-.996l-9.3-53.362Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M115.082 36.003a2.13 2.13 0 0 1 .83.13c.267.096.523.247.755.438a2.823 2.823 0 0 1 .95 1.518l1.318 5.727-85.609 5.154-1.106-6.366a2.247 2.247 0 0 1 .03-.955 2.058 2.058 0 0 1 1.097-1.358c.276-.135.588-.22.93-.24l80.805-4.048ZM38.618 46.184a1.85 1.85 0 0 0 .74-.196 1.65 1.65 0 0 0 .548-.452 1.72 1.72 0 0 0 .331-1.398 2.067 2.067 0 0 0-.286-.744 2.31 2.31 0 0 0-1.227-.975 2.117 2.117 0 0 0-.795-.111 1.87 1.87 0 0 0-.74.19 1.674 1.674 0 0 0-.865 1.092 1.85 1.85 0 0 0-.02.764 2.187 2.187 0 0 0 .82 1.343c.211.165.448.296.7.382.25.085.522.125.794.11"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M45.633 104.635c-.352.045-.699.01-1.026-.081a2.728 2.728 0 0 1-.91-.462 2.902 2.902 0 0 1-.694-.77 2.704 2.704 0 0 1-.377-.995l-9.3-53.357-1.107-6.366c-.03-.16-.04-.322-.035-.477 0-.156.025-.307.06-.453a2.11 2.11 0 0 1 .372-.789l-1.403 1.825a2.48 2.48 0 0 0-.227.367 2.179 2.179 0 0 0-.171 1.332l1.092 6.295 9.14 52.774c.06.357.19.689.372.986a2.785 2.785 0 0 0 1.584 1.217 2.48 2.48 0 0 0 1.016.08l82.022-10.363 2.359-1.136-82.767 10.373Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M37.929 42.303c.271-.015.538.025.794.11a2.31 2.31 0 0 1 1.228.976c.14.226.241.478.287.744a1.722 1.722 0 0 1-.332 1.398 1.656 1.656 0 0 1-.549.453 1.85 1.85 0 0 1-.74.196 2.131 2.131 0 0 1-.794-.11 2.252 2.252 0 0 1-.7-.383 2.402 2.402 0 0 1-.532-.593 2.056 2.056 0 0 1-.287-.75 1.938 1.938 0 0 1 .02-.764c.055-.236.166-.457.312-.639a1.714 1.714 0 0 1 1.293-.644v.006Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M104.716 52.326c.584.501.938 1.253 1.092 2.017l.706 3.668a18.037 18.037 0 0 0-3.623-.045c-7.06.617-12.668 5.281-17.769 9.527-.064.065-.141.116-.212.174-3.11 2.589-6.045 5.017-9.148 6.662-3.893 2.055-7.87 2.993-11.403 3.302a31.944 31.944 0 0 1-6.334-.077l-.379-.045-.546-2.833c-.186-.964-.026-1.934.507-2.66 2.043-2.743 4.844-5.05 8.583-5.377.867-.077 1.78-.045 2.75.11 2.248.359 4.336.43 6.282.256 5.872-.514 10.459-3.186 14.172-6.507 4.67-4.176 8.12-9.206 11.731-9.521 1.162-.103 2.344.283 3.584 1.349h.007Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m109.516 73.59 2.634 13.638c.25 1.317-.508 2.512-1.69 2.66L63.468 95.7c-1.285.116-2.448-.816-2.73-2.113l-.547-2.814c3.309-4.323 8.93-8.82 17.063-9.533 1.934-.168 4.009-.123 6.231.186 2.46.347 4.825.392 7.073.193 8.011-.7 14.577-4.414 18.958-8.037v.006Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M103.215 59.765a16.628 16.628 0 0 1 3.649.084l5.28 27.386c.251 1.317-.507 2.512-1.689 2.66l-46.993 5.813c-1.285.116-2.448-.816-2.73-2.113.276 1.297 1.445 2.229 2.653 2.12l47.063-5.82c1.189-.148 1.947-1.343 1.69-2.66l-2.634-13.639c-4.375 3.624-10.947 7.337-18.958 8.037a30.98 30.98 0 0 1-7.073-.193c-2.222-.314-4.297-.36-6.231-.186-8.133.713-13.754 5.21-17.063 9.527l-2.184-11.377c.276.032.559.058.848.083.38.032.649.052.925.071 1.478.083 3.11.077 4.85-.07 3.72-.328 7.902-1.318 12.007-3.489 3.264-1.728 6.315-4.266 9.392-6.829 5.249-4.368 10.58-8.814 17.191-9.392l.007-.013Z"/>
11
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg id="tnt-Dialog-ChartBPMNFlow" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m54.034 115.564 75.414-13.466c.47-.085.487-.747.029-.86l-47.289-11.78a4.356 4.356 0 0 0-1.731-.079l-59.544 9.177c-1.053.164-1.256 1.59-.289 2.043l31.696 14.739a2.83 2.83 0 0 0 1.714.22v.006Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m33.323 48.97 85.606-5.149L129.93 91.66c.075.322.085.638.05.93a2.057 2.057 0 0 1-.272.805c-.14.236-.321.437-.543.588-.221.15-.478.251-.764.287l-82.77 10.373a2.639 2.639 0 0 1-1.937-.543 2.917 2.917 0 0 1-.693-.77 2.736 2.736 0 0 1-.377-.995l-9.3-53.364Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M115.082 36.003c.281-.015.563.035.829.13a2.772 2.772 0 0 1 1.348 1.112c.161.256.287.543.358.844l1.317 5.727-85.61 5.154-1.107-6.365a2.249 2.249 0 0 1 .03-.956 2.059 2.059 0 0 1 1.097-1.358c.276-.135.588-.22.93-.24l80.808-4.048ZM38.615 46.185a1.85 1.85 0 0 0 .74-.197 1.65 1.65 0 0 0 .548-.452 1.722 1.722 0 0 0 .332-1.398 2.066 2.066 0 0 0-.287-.744 2.31 2.31 0 0 0-1.227-.975 2.117 2.117 0 0 0-.795-.111 1.87 1.87 0 0 0-.74.191 1.674 1.674 0 0 0-.865 1.091 1.85 1.85 0 0 0-.02.764 2.188 2.188 0 0 0 .82 1.343c.212.166.448.296.7.382a2.1 2.1 0 0 0 .794.11"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M45.632 104.636c-.352.046-.7.011-1.026-.08a2.73 2.73 0 0 1-.91-.463 2.898 2.898 0 0 1-.695-.769 2.711 2.711 0 0 1-.377-.995l-9.3-53.359-1.107-6.366a2.21 2.21 0 0 1-.035-.477c0-.156.025-.307.06-.453a2.28 2.28 0 0 1 .146-.417c.06-.13.14-.257.226-.372l-1.403 1.825a2.472 2.472 0 0 0-.226.367 2.187 2.187 0 0 0-.171 1.333l1.091 6.295 9.14 52.775a2.786 2.786 0 0 0 1.056 1.745c.272.206.573.362.9.457.327.096.67.126 1.016.081L126.042 95.4l2.359-1.137-82.769 10.373Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M37.927 42.302c.271-.015.538.026.794.111a2.312 2.312 0 0 1 1.228.976c.14.226.241.477.286.744a1.722 1.722 0 0 1-.332 1.398 1.654 1.654 0 0 1-.548.452 1.85 1.85 0 0 1-.74.196 2.131 2.131 0 0 1-.794-.11 2.252 2.252 0 0 1-.7-.383 2.399 2.399 0 0 1-.532-.593 2.054 2.054 0 0 1-.287-.75 1.937 1.937 0 0 1 .02-.764c.055-.236.166-.457.312-.638a1.714 1.714 0 0 1 1.293-.644v.005Zm67.177 10.518c-.296-1.526-1.642-2.662-3.053-2.537v.005l-44.12 3.145c-1.471.14-2.422 1.55-2.122 3.142l3.12 16.1c.3 1.557 1.686 2.678 3.217 2.543l43.908-4.644c1.386-.175 2.262-1.566 1.967-3.107l-2.917-14.646Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M99.094 55.783c2.049-.177 4.043 1.49 4.48 3.745.405 2.104-.681 3.998-2.481 4.452a3.13 3.13 0 0 1-.465.084c-.022 0-.05 0-.072.005a3.637 3.637 0 0 1-.886-.033c-1.474-.244-2.803-1.39-3.379-2.941a4.79 4.79 0 0 1-.3-1.55c-.038-1.95 1.214-3.562 3.042-3.75h.055l.006-.012Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M99.668 64.036c.293.05.587.061.886.034.022 0 .05 0 .072-.006a3.12 3.12 0 0 0 .465-.083l1.202 6.236 1.197 6.204-1.402.16-1.196-6.209-1.224-6.341v.005ZM68.813 63.2a4.512 4.512 0 0 0-.221-.781l5.887-.62.305 1.578-5.888.626c0-.26-.033-.532-.083-.803Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M87.042 55.96c.537-.044 1.036.377 1.147.942l.653 3.384.3 1.562.653 3.384c.105.576-.222 1.086-.748 1.147l-6.68.725-1.44.155-4.33.471c-.538.05-1.058-.371-1.164-.947l-.653-3.412-.305-1.578-.759-3.744c-.11-.582.227-1.091.76-1.147l12.555-.947.011.006Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m82.37 67.11 1.009 5.234 1.323 6.885a.94.94 0 0 0-.537-.117.844.844 0 0 0-.642.388l-.183.277-1.401-7.272-1.008-5.24 1.44-.155Zm13.626-7.57c0 .254.033.514.083.78a4.4 4.4 0 0 0 .216.77l-7.15.759-.3-1.562 7.15-.753v.005Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M64.16 59.383c1.89-.166 3.723 1.136 4.437 3.035.094.25.166.516.222.782.05.27.077.537.083.802.033 1.989-1.269 3.634-3.174 3.839-.028 0-.055.005-.083.005-2.132.189-4.21-1.506-4.647-3.816-.448-2.337.942-4.42 3.107-4.641h.056v-.006Zm20.006 19.729a.94.94 0 0 1 .537.116c.061.034.117.072.172.117l3.805 3.074.277.221c.393.316.543.864.377 1.302a1.056 1.056 0 0 1-.09.177l-2.658 4.099a.836.836 0 0 1-.648.393.986.986 0 0 1-.703-.227l-4.104-3.296a1.233 1.233 0 0 1-.15-.144c-.326-.376-.393-.936-.132-1.335l.182-.276 2.315-3.55.183-.278a.844.844 0 0 1 .643-.387l-.006-.006Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m88.68 82.419 6.69-.798.3 1.556-6.337.76c.166-.438.017-.987-.376-1.302l-.277-.222v.006Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M107.217 75.983c.527-.044 1.019.365 1.125.925l1.589 8.252c.111.57-.216 1.08-.731 1.147l-11.697 1.44c-.537.05-1.036-.366-1.141-.925l-.704-3.645-.299-1.556-.603-3.118c-.111-.576.221-1.091.742-1.152l6.58-.764 1.401-.161 3.727-.432.011-.011Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M73.073 85.354a4.959 4.959 0 0 0-.327-1.041l8.286-.986-.183.277c-.26.399-.194.958.133 1.335l-7.837.941a4.452 4.452 0 0 0-.072-.526Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M68.482 81.577c1.778-.155 3.5.997 4.265 2.736a4.969 4.969 0 0 1 .399 1.567c.166 2.11-1.164 3.922-3.152 4.165-.044 0-.089.011-.127.011-2.11.183-4.154-1.478-4.597-3.777-.449-2.337.941-4.442 3.096-4.691.038 0 .077-.011.116-.011Z"/>
17
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg id="tnt-Dialog-ChartBar" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m54.034 115.193 75.413-13.465c.469-.085.486-.747.028-.86l-47.288-11.78a4.354 4.354 0 0 0-1.731-.079l-59.543 9.177c-1.053.164-1.256 1.59-.289 2.043l31.695 14.738a2.837 2.837 0 0 0 1.715.221v.005Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m33.326 48.97 85.604-5.149 11 47.837c.076.321.086.638.05.93-.035.291-.13.568-.271.804a1.852 1.852 0 0 1-.543.589c-.222.15-.478.251-.765.286L45.634 104.64a2.639 2.639 0 0 1-1.936-.543 2.913 2.913 0 0 1-.694-.769 2.75 2.75 0 0 1-.378-.996l-9.3-53.362Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M115.082 36.003a2.13 2.13 0 0 1 .83.13c.267.096.523.247.755.438a2.823 2.823 0 0 1 .95 1.518l1.318 5.727-85.609 5.154-1.106-6.366a2.247 2.247 0 0 1 .03-.955 2.058 2.058 0 0 1 1.097-1.358c.276-.135.588-.22.93-.24l80.805-4.048ZM38.618 46.184a1.85 1.85 0 0 0 .74-.196 1.65 1.65 0 0 0 .548-.452 1.72 1.72 0 0 0 .331-1.398 2.067 2.067 0 0 0-.286-.744 2.31 2.31 0 0 0-1.227-.975 2.117 2.117 0 0 0-.795-.111 1.87 1.87 0 0 0-.74.19 1.674 1.674 0 0 0-.865 1.092 1.85 1.85 0 0 0-.02.764 2.187 2.187 0 0 0 .82 1.343c.211.165.448.296.7.382.25.085.522.125.794.11"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M45.633 104.635c-.352.045-.699.01-1.026-.081a2.728 2.728 0 0 1-.91-.462 2.902 2.902 0 0 1-.694-.77 2.704 2.704 0 0 1-.377-.995l-9.3-53.357-1.107-6.366c-.03-.16-.04-.322-.035-.477 0-.156.025-.307.06-.453a2.11 2.11 0 0 1 .372-.789l-1.403 1.825a2.48 2.48 0 0 0-.227.367 2.179 2.179 0 0 0-.171 1.332l1.092 6.295 9.14 52.774c.06.357.19.689.372.986a2.785 2.785 0 0 0 1.584 1.217 2.48 2.48 0 0 0 1.016.08l82.022-10.363 2.359-1.136-82.767 10.373Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M37.929 42.303c.271-.015.538.025.794.11a2.31 2.31 0 0 1 1.228.976c.14.226.241.478.287.744a1.722 1.722 0 0 1-.332 1.398 1.656 1.656 0 0 1-.549.453 1.85 1.85 0 0 1-.74.196 2.131 2.131 0 0 1-.794-.11 2.252 2.252 0 0 1-.7-.383 2.402 2.402 0 0 1-.532-.593 2.056 2.056 0 0 1-.287-.75 1.938 1.938 0 0 1 .02-.764c.055-.236.166-.457.312-.639a1.714 1.714 0 0 1 1.293-.644v.006Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M86.165 73.065c.556-.051 1.071.374 1.185.952l.838 4.363c.114.59-.226 1.117-.77 1.179L65.34 82.154c-.573.051-1.094-.374-1.207-.963l-.85-4.426c-.114-.6.243-1.133.793-1.196l22.09-2.504Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M100.301 52.204c.539-.045 1.049.38 1.156.958l.833 4.306c.114.584-.221 1.105-.748 1.156l-39.904 3.607c-.566.051-1.099-.385-1.212-.974l-.85-4.42c-.12-.601.238-1.128.793-1.185l39.926-3.454.006.006Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M90.772 62.825c.544-.046 1.06.38 1.167.963l.84 4.335c.112.59-.227 1.11-.76 1.173l-28.46 2.972c-.572.051-1.093-.38-1.207-.969l-.85-4.426c-.119-.6.238-1.127.794-1.184l28.476-2.864Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M81.637 83.895c.56-.05 1.07.374 1.184.952l.839 4.375c.113.595-.233 1.128-.777 1.196l-15.47 1.91c-.572.05-1.1-.374-1.207-.964l-.85-4.42c-.12-.6.238-1.139.793-1.207l15.482-1.847.006.005Z"/>
12
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg id="tnt-Dialog-ChartBullet" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m54.034 114.747 75.413-13.474c.469-.085.486-.747.028-.86L82.187 88.626a4.352 4.352 0 0 0-1.731-.079L20.913 97.73c-1.053.164-1.256 1.59-.289 2.043L52.32 114.52a2.83 2.83 0 0 0 1.715.221v.006Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M37.929 42.307c.271-.015.538.025.794.11a2.318 2.318 0 0 1 1.228.977c.14.226.241.478.287.744a1.723 1.723 0 0 1-.332 1.399 1.655 1.655 0 0 1-.549.453c-.216.11-.468.181-.74.196a2.13 2.13 0 0 1-.794-.11 2.253 2.253 0 0 1-.7-.383 2.402 2.402 0 0 1-.532-.594 2.057 2.057 0 0 1-.287-.75 1.94 1.94 0 0 1 .02-.764c.055-.237.166-.458.312-.64a1.711 1.711 0 0 1 1.293-.644v.006Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m33.326 48.978 85.604-5.152 11 47.864c.076.322.086.64.05.931-.035.292-.13.569-.271.805a1.853 1.853 0 0 1-.543.589 1.72 1.72 0 0 1-.765.286L45.634 104.68a2.61 2.61 0 0 1-1.026-.08 2.658 2.658 0 0 1-.91-.463 2.917 2.917 0 0 1-.694-.77 2.75 2.75 0 0 1-.378-.996l-9.3-53.393Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M115.082 36.003c.282-.015.564.035.83.13.267.096.523.247.755.438a2.824 2.824 0 0 1 .95 1.52l1.318 5.73-85.609 5.156-1.106-6.369a2.249 2.249 0 0 1 .03-.956 2.058 2.058 0 0 1 1.097-1.358 2.41 2.41 0 0 1 .93-.241l80.805-4.05ZM38.618 46.19a1.85 1.85 0 0 0 .74-.196c.216-.11.402-.267.548-.453a1.723 1.723 0 0 0 .331-1.398 2.068 2.068 0 0 0-.286-.745 2.31 2.31 0 0 0-1.227-.976 2.115 2.115 0 0 0-.795-.11c-.272.015-.518.08-.74.19a1.673 1.673 0 0 0-.865 1.092c-.055.237-.07.498-.02.765a2.19 2.19 0 0 0 .82 1.343c.211.166.448.297.7.383.25.085.522.125.794.11"/>
7
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M45.633 104.675c-.352.045-.699.01-1.026-.081a2.712 2.712 0 0 1-.91-.463 2.913 2.913 0 0 1-.694-.769 2.712 2.712 0 0 1-.377-.997l-9.3-53.388-1.107-6.369a2.21 2.21 0 0 1-.035-.478c0-.156.025-.307.06-.453a2.11 2.11 0 0 1 .372-.789l-1.403 1.826a2.498 2.498 0 0 0-.227.367 2.181 2.181 0 0 0-.171 1.333l1.092 6.3 9.14 52.804a2.81 2.81 0 0 0 1.056 1.745c.271.207.573.363.9.458.327.096.669.126 1.016.081l82.022-10.37 2.359-1.136-82.767 10.379Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M70.286 75.472c.554-.05 1.064.371 1.169.942l2.442 12.696c.111.582-.227 1.108-.764 1.174l-3.965.488c-.56.05-1.07-.366-1.18-.942L65.54 77.09c-.11-.588.238-1.108.775-1.17l3.971-.448Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M99.806 68.313c.531-.044 1.024.366 1.135.93l3.118 16.177c.105.576-.221 1.086-.731 1.152l-3.821.471c-.538.05-1.03-.36-1.141-.925l-3.124-16.231c-.11-.577.221-1.08.737-1.142l3.827-.427v-.005Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M77.083 56.575c.537-.05 1.046.377 1.157.948l3.534 18.365-5.843.67-3.545-18.426c-.11-.581.233-1.091.764-1.152l3.933-.405Zm1.157 32.002-2.005-10.44 5.843-.676 2 10.401c.11.582-.227 1.103-.754 1.17l-3.92.476h-.034c-.52.045-1.019-.365-1.13-.936v.005Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m88.37 87.337-3.346-17.379 5.771-.643 3.334 17.318c.111.576-.221 1.092-.742 1.158l-3.871.477c-.543.05-1.041-.36-1.152-.931h.006Zm.13-24.931c.532-.045 1.036.37 1.147.936l.847 4.411-5.776.638-.853-4.423c-.11-.576.222-1.086.753-1.141l3.877-.416.006-.005Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M82.372 75.821c.388-.033.764.283.848.704.083.432-.172.82-.565.864l-.576.067-5.843.676-.582.066c-.41.034-.792-.277-.875-.709-.083-.438.177-.826.576-.87l.576-.067 5.843-.67.576-.067h.022v.006Zm8.696-8.13c.399-.033.775.277.858.698.084.433-.166.815-.559.86l-.565.06-5.77.643-.571.061c-.41.033-.787-.283-.87-.71-.083-.431.166-.82.565-.858l.576-.061 5.777-.638.57-.06-.011.005Zm-20.942-1.323c.416-.04.798.277.88.709.084.432-.176.826-.575.87l-7.095.776c-.415.038-.803-.283-.886-.715-.083-.438.177-.826.581-.87l7.095-.765v-.005Zm29.774-5.51c.394-.033.771.277.854.704.083.426-.167.809-.554.848l-6.835.737c-.398.033-.775-.277-.858-.704-.083-.427.172-.815.56-.854l6.828-.731h.006Z"/>
13
+ </svg>