@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,20 @@
1
+ <svg id="tnt-Dialog-Success" 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="11.988"/>
3
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M147.588 102.719c0-.299-.867-.538-2.025-.592-.067-1.157-.322-2.017-.62-2.017-.299.001-.547.868-.611 2.031-1.162.079-2.025.339-2.021.638.004.299.867.539 2.025.592.069 1.157.321 2.017.619 2.017.298-.001.548-.868.612-2.031 1.161-.079 2.024-.339 2.021-.638Zm-115.98-2.774c0-.3-.867-.538-2.025-.593-.066-1.157-.321-2.017-.62-2.016-.299 0-.547.868-.61 2.03-1.162.08-2.026.34-2.022.639.004.299.867.538 2.025.592.07 1.157.322 2.017.62 2.016.298 0 .547-.867.611-2.03 1.162-.08 2.025-.339 2.021-.638ZM29.61 65.341c0-.437-1.269-.787-2.964-.866-.097-1.693-.47-2.952-.908-2.952-.437.001-.8 1.27-.894 2.972-1.7.117-2.964.497-2.958.935.006.438 1.269.788 2.964.866.102 1.694.47 2.953.907 2.952.436-.001.801-1.27.894-2.972 1.7-.116 2.964-.496 2.96-.934Z"/>
4
+ <circle cx="12.939" cy="92.203" r="2.498" fill="var(--sapContent_Illustrative_Color2)"/>
5
+ <circle cx="30.609" cy="70.247" r=".999" fill="var(--sapContent_Illustrative_Color2)"/>
6
+ <circle cx="102.088" cy="84.736" r="39.832" fill="var(--sapContent_Illustrative_Color15)" transform="rotate(-12 102.088 84.736)"/>
7
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M136.502 104.792c-5.46 9.361-14.696 16.474-26.131 18.905a39.645 39.645 0 0 1-22.574-1.78c1.826.27 4.478.614 7.09.846 2.888.257 5.696.379 7.288.137l.392-.065c2.04-.367 5.224-1.326 8.462-2.408a245.946 245.946 0 0 0 9.125-3.271l.206-.083c1.06-.45 2.591-1.422 4.331-2.668 1.849-1.324 3.914-2.944 5.865-4.539a195.201 195.201 0 0 0 5.173-4.385c.276-.244.534-.475.773-.689Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M101.418 111.278c.416-.143.874-.163 1.37-.111.564.059 1.2.214 1.906.404 1.242.336 2.733.79 4.557 1.09l.803.119.009.001.01.002c1.953.404 3.332.556 4.538.54 1.206-.016 2.252-.198 3.547-.473 1.642-.35 4.533-1.512 6.709-2.302a33.18 33.18 0 0 1 1.453-.497c.411-.128.766-.22 1.014-.244a.763.763 0 0 1 .371.037c.065.03.137.085.178.176a.36.36 0 0 1 .014.242.914.914 0 0 1-.214.347 3.39 3.39 0 0 1-.182.189l-.239.218c-2.414 2.097-4.035 3.159-5.133 3.711a6.881 6.881 0 0 1-1.291.514c-.31.085-.556.117-.668.14-2.141.455-4.852.683-7.643.755l-1.201.022c-1.374.015-2.233.597-2.987 1.253-.368.32-.745.692-1.117.987-.335.265-.697.497-1.118.63l-.184.051c-.545.13-1.087-.06-1.539-.379a3.84 3.84 0 0 1-1.115-1.28c-.266-.488-.427-1.031-.374-1.5.027-.239.111-.467.273-.652.072-.083.157-.154.254-.212a46.589 46.589 0 0 0-2.186-.004l-.713.016c-.939.026-1.867.277-3.185.66-1.21.352-2.732.807-4.849 1.278.313.03.704.051 1.148.049 1.581-.007 3.749-.275 5.34-1.116l.115-.055c.576-.257 1.221-.198 1.775.049.591.262 1.107.749 1.37 1.35.266.61.266 1.333-.172 2.028-.379.6-1.072 1.162-2.156 1.628l-.49.193c-.405.147-1.207.236-2.234.243a25.8 25.8 0 0 1-3.777-.281c-2.682-.388-5.83-1.231-8.532-2.825l-.534-.328a1.995 1.995 0 0 1-.469-.396.755.755 0 0 1-.188-.469c-.003-.35.283-.595.585-.765.63-.355 1.776-.631 3.083-.864 1.32-.236 2.852-.437 4.28-.628 1.434-.191 2.761-.373 3.69-.57 1.85-.393 2.91-.93 3.704-1.451.404-.266.735-.523 1.087-.776a6.413 6.413 0 0 1 1.132-.674l.175-.07Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M102.897 103.272c2.112-1.351 4.921-2.468 8.53-1.94l2.792.395c2.912.4 6.113.8 8.943 1.101 1.887.2 3.608.356 4.969.438.68.041 1.269.063 1.742.063.478 0 .822-.023 1.021-.065.944-.201 1.928-.283 3.362-.714 1.131-.339 2.528-.897 4.346-1.893-.225.514-.46 1.023-.706 1.527-4.025 2.927-8.618 5.077-12.536 6.552a64.09 64.09 0 0 1-6.124 1.968c-.805.212-1.482.368-1.995.472-.501.101-.87.155-1.044.154-.174-.002-.458-.055-.801-.132-.353-.08-.797-.192-1.305-.322-1.018-.262-2.303-.601-3.674-.918-1.371-.317-2.824-.611-4.174-.782-1.184-.149-2.276-.202-3.159-.1l-.366.054c-.935.169-1.896.608-2.945 1.176-1.031.559-2.18 1.26-3.412 1.893-2.418 1.243-5.304 2.305-9.031 1.952l-.364-.039a39.334 39.334 0 0 1-2.203-.308c-.51-.091-.856-.178-1.047-.267a.662.662 0 0 1-.146-.089.342.342 0 0 1-.119-.199.307.307 0 0 1 .073-.253.45.45 0 0 1 .137-.104c.083-.043.192-.077.304-.104.116-.029.255-.055.406-.079.601-.095 1.48-.169 2.273-.235.808-.067 1.51-.125 1.793-.186.119-.025.34-.113.66-.265.311-.149.698-.35 1.135-.588.875-.478 1.948-1.102 3.038-1.746 2.173-1.282 4.433-2.655 5.3-3.096l.151-.085c.159-.098.343-.234.555-.404.282-.226.6-.501.962-.81.721-.614 1.604-1.347 2.659-2.022Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M62.483 80.422a16.605 16.605 0 0 1 8.525 3.735c.537.165 1.06.315 1.564.443 1.53.389 2.803.572 3.71.51l.285-.013c1.446-.045 3.143.285 4.88.756 1.87.506 3.891 1.206 5.845 1.88 1.97.68 3.869 1.333 5.55 1.775 1.713.45 3.055.64 3.955.5 2.187-.34 7.241-1.476 11.979-2.835 2.366-.68 4.628-1.406 6.398-2.108.886-.351 1.629-.689 2.193-1.001.595-.33.876-.573.965-.693.812-1.103 1.145-2.123 1.614-3.199.459-1.054 1.059-2.153 2.461-2.792.469-.214.968-.248 1.412-.227.446.02.927.103 1.395.194.972.19 1.995.433 3.171.514.941.065 1.98.021 3.102-.27a41.746 41.746 0 0 0 2.191-2.793c1.033-1.447 1.932-2.951 2.223-4.07l.107-.441c.416-1.844.56-4.065.59-5.457a39.607 39.607 0 0 1 3.71 8.685 32.485 32.485 0 0 1-1.748 1.898l-.514.505c-3.638 3.514-7.027 4.128-9.798 3.937-1.337-.092-2.535-.374-3.417-.547-.458-.089-.816-.146-1.105-.16-.291-.014-.43.022-.49.05-.709.323-1.053.842-1.458 1.773-.396.91-.851 2.245-1.836 3.584-.361.49-.971.904-1.606 1.256-.668.37-1.498.743-2.424 1.111-1.748.693-3.917 1.395-6.163 2.048-2.118.958-4.871 2.15-7.636 3.24-3.354 1.323-6.749 2.508-9.053 2.945l-.445.078c-1.458.226-2.627.053-3.65-.395-1.018-.445-1.877-1.157-2.727-1.979-1.689-1.633-3.36-3.708-6.252-5.315-1.299-.31-2.432-.478-3.348-.45l-.222.01c-.827.056-1.788-.04-2.816-.233a16.598 16.598 0 0 1 3.37 9.184c.455.087.883.157 1.282.207l1.412.182c3.219.428 5.926.865 8.37 1.145 2.78.318 5.159.425 7.428.074l.842-.138c4.248-.732 9.093-2.118 13.323-3.634 4.522-1.622 8.305-3.38 9.914-4.633l.143-.119c.707-.61 1.27-1.536 1.807-2.564.561-1.077 1.098-2.275 1.726-3.216.63-.946 1.399-1.709 2.466-1.855 1.062-.144 2.336.333 3.949 1.64l.145.104c.173.117.428.266.75.443.423.232.944.501 1.506.792 1.12.58 2.404 1.242 3.374 1.841.483.299.901.59 1.183.854.14.13.261.267.335.405.075.139.121.317.044.495-.074.17-.234.273-.401.335a2.502 2.502 0 0 1-.664.122c-.406.03-.954.02-1.662-.038l-.763-.073c-.854-.094-2.116.127-3.601.55-1.477.42-3.146 1.03-4.801 1.692a154.914 154.914 0 0 0-4.706 1.993c-1.058.465-1.997.881-2.722 1.186l-.651.265c-8.45 3.305-21.15 5.858-27.89 6.05l-.633.012c-1.907.011-6.487.255-11.07-.02a56.097 56.097 0 0 1-.709-.048 16.632 16.632 0 0 1-4.144 8.188c2.098.254 4.323.159 6.6-.202 5.568-.883 11.335-3.342 16.066-5.991 2.843-1.591 5.846-2.784 8.718-3.672l-.001-.075c.081-.002.167-.002.257-.003a57.593 57.593 0 0 1 5.57-1.388c4.325-.853 7.749-1.026 8.81-.932l.357.036c1.783.201 3.573.72 5.37 1.115 1.953.428 4.046.747 6.526.515 4.135-.39 6.312-1.893 10.152-4.306-.159.71-.338 1.414-.534 2.111-3.105 1.949-5.535 3.316-9.478 3.686-2.697.254-4.961-.097-6.988-.542-1.935-.425-3.548-.903-5.204-1.09l-.332-.033c-.857-.075-4.121.069-8.39.91-.179.035-.361.073-.543.11 1.904.161 3.967.436 5.8.89l.945.22c2.275.497 5.01.884 7.606 1.098 2.984.245 5.71.254 7.329-.031l.528-.106c1.324-.299 3.261-.928 5.29-1.675.901-.332 1.81-.685 2.68-1.035a39.46 39.46 0 0 1-.721 1.895c-.479.185-.961.369-1.441.546-2.029.747-4.052 1.41-5.495 1.734l-.582.118c-1.817.319-4.702.294-7.71.047-2.647-.217-5.452-.613-7.809-1.128l-.981-.228c-3.623-.897-8.266-1.068-10.525-1.04-2.802.863-5.72 2.02-8.472 3.56-4.816 2.696-10.757 5.243-16.563 6.165-2.786.441-5.569.51-8.19.028-.046.04-.095.079-.142.118a39.664 39.664 0 0 1-7.927-16.7 39.795 39.795 0 0 1-.645-12.595Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M130.181 90.18c3.601-.765 6.802-.061 7.15 1.571.347 1.633-2.292 3.577-5.893 4.343-3.601.765-6.802.062-7.149-1.57-.346-1.633 2.291-3.578 5.892-4.343Zm2.512-9.542c.379-.008.861.204 1.4.62l.153.108c.379.246.916.454 1.562.623.733.192 1.587.33 2.466.426 1.248.136 2.537.184 3.594.187a39.77 39.77 0 0 1 .028 3.749c-1.675.065-2.797.022-3.752-.2-.955-.22-1.735-.616-2.721-1.227l-1.07-.683c-.799-.519-1.378-1.053-1.761-1.542-.376-.482-.582-.946-.588-1.321a.747.747 0 0 1 .176-.522.695.695 0 0 1 .513-.218Zm.885-20.308a39.5 39.5 0 0 1 1.334 1.826c-.908 1.842-2.037 4.028-2.956 5.522l-.277.44c-.999 1.538-3.173 3.35-5.776 4.856-2.63 1.52-5.842 2.815-9.017 3.218-1.535.195-3.164.312-4.769.429-1.617.118-3.212.236-4.73.432-3.078.399-5.606 1.099-7.191 2.549-1.75 1.602-3.11 3.478-3.774 4.91-.295.637-.407 1.09-.422 1.352 1.134.024 4.326-.055 7.669-.742 1.75-.359 3.508-.878 5.021-1.613 1.517-.737 2.727-1.663 3.468-2.802.396-.607.458-.934.455-1.054 0-.022.022-.025-.068-.077-.151-.088-.461-.181-.98-.211-.501-.029-1.109.005-1.781.094a21.26 21.26 0 0 0-2.805.586l.324.003c.109 0 .196-.002.263-.006.058-.003.086-.007.091-.007l.261-.052c.253-.046.48-.074.679-.082.237-.01.543.004.809.14a.955.955 0 0 1 .417.406.943.943 0 0 1 .091.579c-.046.293-.215.531-.337.68-.267.324-.695.673-1.164 1a16.22 16.22 0 0 1-1.666 1.007c-1.187.629-2.592 1.206-3.675 1.32-.431.046-.969.036-1.411-.222a1.665 1.665 0 0 1-.844-.211 1.366 1.366 0 0 1-.66-.966 1.964 1.964 0 0 1 .092-.924c.087-.267.22-.54.377-.808.316-.539.787-1.153 1.384-1.817l.122-.123c.303-.28.733-.516 1.13-.706a16.571 16.571 0 0 1 1.787-.71c1.341-.454 2.976-.87 4.474-1.068.749-.098 1.49-.146 2.156-.108.646.037 1.323.16 1.871.479.607.353 1.043.95 1.061 1.76.015.713-.299 1.453-.778 2.189-1.009 1.549-2.563 2.679-4.27 3.508-1.713.832-3.644 1.394-5.492 1.774-3.09.634-6.048.777-7.574.785a4.543 4.543 0 0 1-1.412.284c-.678.016-1.403-.171-1.888-.805l-.094-.132c-.257-.397-.514-.779-.722-1.137-.207-.358-.378-.714-.458-1.065a1.616 1.616 0 0 1 .094-1.065c.16-.346.456-.66.893-.957l.347-.25c.907-.675 2.435-1.966 3.896-3.173.44-.365.875-.722 1.282-1.05.135-.13.272-.26.411-.386 2.078-1.902 5.164-2.653 8.285-3.057 1.582-.205 3.233-.327 4.84-.444 1.619-.118 3.192-.231 4.664-.418 2.84-.361 5.797-1.537 8.267-2.966 2.496-1.444 4.355-3.064 5.102-4.214l.261-.415c1.027-1.673 2.367-4.326 3.313-6.285Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color16)" fill-rule="evenodd" d="M93.808 45.775a39.703 39.703 0 0 1 15.917-.142c.381.448.639.944.754 1.486.81 3.81-5.681 8.419-14.499 10.293a37.23 37.23 0 0 1-4.003.628c.096.229.2.526.308.872.086-.01.172-.017.258-.026 3.002-.323 5.749-.825 7.785-1.779l1.588-.745-.169 1.746c-.087.896-.591 1.674-1.234 2.317-.65.648-1.52 1.24-2.516 1.77-1.167.621-2.56 1.186-4.084 1.676.127.29.26.557.396.794.356-.044.71-.086 1.058-.132 5.467-.72 9.907-1.72 12.803-5.053l.454-.533c2.286-2.726 4.746-6.369 6.206-9.578.337-.74.609-1.44.817-2.088.628.228 1.25.47 1.865.73a21.78 21.78 0 0 1-.863 2.186c-1.552 3.41-4.122 7.206-6.498 10.04l-.473.554c-3.445 3.966-8.626 5.01-14.05 5.724l-.17.02c.143.527.213 1.08.436 1.522 2.564-.167 5.927-.672 10.736-2.16l.399-.13c4.09-1.41 7.12-4.674 9.254-8.253 1.741-2.92 2.873-6.031 3.498-8.464a40.06 40.06 0 0 1 7.852 5.12c-1.705 3.946-4.076 6.87-6.368 8.904-2.489 2.208-4.895 3.382-6.255 3.672-1.311.278-5.162.907-9.07 1.55-3.613.593-7.279 1.198-9.071 1.553.063.263.135.551.23.852a31.616 31.616 0 0 1 5.392-.76l.1.484c-1.839.686-3.322 1.375-4.56 2.044.174.208.377.41.613.602 2.83-1.49 5.848-2.307 8.805-2.807 2.625-.444 5.234-.642 7.625-.83 2.415-.19 4.584-.37 6.431-.762l.249-.058c2.55-.642 4.491-2.674 5.899-5.176 1.364-2.424 2.142-5.145 2.458-7.012a40.013 40.013 0 0 1 1.678 1.76c-.446 1.871-1.218 4.14-2.395 6.233-1.532 2.722-3.842 5.301-7.15 6.133l-.324.074c-1.999.425-4.306.612-6.69.8-2.408.189-4.925.382-7.447.809-5.033.85-9.97 2.616-13.794 7.026-4.38 5.05-11.19 5.577-16.842 4.637-2.853-.474-5.494-1.331-7.525-2.244-1.015-.456-1.896-.934-2.583-1.396-.567-.381-1.1-.815-1.428-1.282l-.127-.203c-.593-1.066-1.46-2.063-2.25-2.837.168-.739.356-1.471.566-2.197 1.064.925 2.5 2.392 3.43 4.063l.083.111c.126.144.384.38.84.687.57.383 1.347.809 2.288 1.231 1.881.846 4.357 1.652 7.033 2.097 5.404.898 11.31.285 15.005-3.975.815-.94 1.676-1.77 2.57-2.504h-.002c-.383-.174-.614-.341-.85-.49-.192.145-.378.287-.56.427-1.78 1.373-3.162 2.515-5.626 3.118l-.508.114c-2.745.556-5.44.733-7.577.556-1.067-.088-2.004-.266-2.742-.534-.73-.266-1.305-.636-1.587-1.136a.587.587 0 0 0-.333-.29c-.139-.046-.318-.052-.543-.013-.46.078-1.02.318-1.649.587-.612.26-1.283.543-1.918.663-.6.113-1.21.089-1.725-.266l-.102-.076c-.934-.743-2.203-2.238-3.388-3.56a36.96 36.96 0 0 0-1.343-1.434c-.2.003-.402-.001-.609-.009 4.1-13.39 15.152-24.213 29.821-27.331ZM77.653 74.08c.199.253.407.507.64.75.738.776 1.69 1.445 3.14 1.6l.526.045c2.599.162 4.697-.586 6.528-1.566.17-.09.335-.184.5-.278-.398.043-.83.087-1.286.133-.317.154-.64.299-.97.43l-.372.144c-2.038.747-3.96.466-5.476-.231l-.085-.041c-.035-.002-.071-.001-.106-.003-.738-.265-1.857-.588-3.038-.983Zm-9.225-1.388c.36.313.73.63 1.103.925.618.49 1.231.923 1.79 1.213.567.295 1.036.419 1.381.356l.323-.051c.312-.045.595-.07.836-.088.292-.022.5-.037.638-.062l-.032-.042a4.107 4.107 0 0 0-.313-.312c-.473-.436-1.532-1.348-2.714-2.4-.708.105-1.412.317-2.333.392-.228.019-.455.043-.679.07Z" clip-rule="evenodd"/>
13
+ <circle cx="49.094" cy="95.546" r="18.841" fill="var(--sapContent_Illustrative_Color14)" transform="rotate(-12 49.094 95.546)"/>
14
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M45.176 77.118c6.322-1.344 12.575.654 16.926 4.798 2.13 10.863-4.843 21.463-15.71 23.773a20.24 20.24 0 0 1-14.438-2.312 18.902 18.902 0 0 1-1.29-3.913c-2.163-10.178 4.334-20.183 14.512-22.346Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m63.897 84.8-.653 4.346s-3.856-4.808-6.8-6.443c-2.944-1.635-8.249-3.499-8.249-3.499l1.3-.13s5.244.88 7.938 2.095c2.694 1.215 6.464 3.63 6.464 3.63Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M48.165 42.281h1.499v36.936s-.248.228-.75.228c-.501 0-.749-.228-.749-.228V42.281Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M51.779 49.886c-.569-2.63-1.948-6.608-3.369-7.415 2.961.888 11.1 3.734 13.249 4.002 3.13.391 4.817 1.483 6.239 1.75 1.57-.208 4.305-.323 5.147-.506.694-.151 3.852-.83 5.185-1.244a19.57 19.57 0 0 1 2.932 1.244c1.51.8 3.844 2.008 4.554 2.808.71.8.94 1.63 1.474 2.785.533 1.155 1.312 5.157 2.44 6.24.782.75.437 2.094 1.243 2.67.65.464.184 2.693 2.371 4.051-.977 1.688-3.025 1.853-3.453 1.658-.977-.444-.76-.847-3.154-.847-1.069 0-5.364.709-8.817.525-1.155-.415-3.43-.99-5.065-1.842-2.043-1.066-2.852-.335-4.596-.193-2.08.17-3.95.987-6.615 0-3.988-1.476-14.224 1.802-12.628-1.017 1.257-1.738 1.668-3.869 1.668-5.006 0-3.58 1.905-6.376 1.195-9.663Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M78.741 47.578c-.276-.681-.867-.698-1.128-.621.369-.277.898-.185 1.128 0 .23.184 2.421 2.716 2.694 3.038.218.258.198.63.161.783.575-.215 1.975-.65 2.97-.667.994-.019 2.026 2.125 2.417 3.2-.223-.23-.663-.608-.645-.277.023.415-.874 1.68-1.772 2.302-.719.498-2.034 1.282-2.602 1.612.154-.507.369-1.62 0-2.026-.46-.506-1.634-2.486-1.91-3.177-.277-.69-.967-3.315-1.313-4.167Zm-18.443 1.22c-1.215-.854-5.792-3.167-7.929-4.217.675 0 6.467 1.8 7.929 2.53 1.17.585 5.173 1.744 7.029 2.25-1.178-.157-3.304-.446-3.83-.535.678.235 3.964 1.951 5.742 2.84 1.912.956 4.836 3.487 4.161 2.924-.675-.562-4.724-.9-6.073-1.462-1.35-.562-5.51-3.261-7.03-4.33Zm2.531 7.311c.855 1.304 2.793 2.343 3.655 2.699-1.575-.843-2.812-3.093-3.655-4.555-.675-1.17-3.318-2.999-4.555-3.767l-5.567-4.668c3.018 2.887 9.267 8.986 10.122 10.29Zm14.058 2.081c-.9-.54-1.237-1.575-1.293-2.025.43.431 1.473 1.44 2.193 2.024.226.184.643.329 1.15.453.106.017.212.04.319.073 1.492.325 3.503.522 3.817.993.36.54 3.186 1.05 4.554 1.237-.674.187-2.294.54-3.373.45-1.35-.113-3.43-1.631-4.387-2.362a1.926 1.926 0 0 0-.611-.318c-.11-.023-.217-.048-.32-.073-.638-.105-1.293.001-2.049-.453Zm-5.063 5.904c-1.26-.99-2.661-3.487-3.205-4.612 1.069 0 3.295.068 3.655.338.45.337 4.218 4.274 5.23 4.948.81.54 3.749 1.087 5.117 1.294-1.5.018-4.825.045-6.13 0-1.63-.057-3.092-.731-4.667-1.968Zm2.306-12.989c.72.54 1.687.825 2.08.9h.226c-2.654-1.305-3.73-2.906-3.936-3.543h-3.824c1.518.656 4.734 2.103 5.454 2.643Z"/>
19
+ <circle cx="48.915" cy="41.888" r="1.319" fill="var(--sapContent_Illustrative_Color22)"/>
20
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg id="tnt-Dialog-SuccessfulAuth" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m42.136 113.57 69.376-10.079c.424-.076.439-.674.025-.776L69.625 91.75a3.933 3.933 0 0 0-1.564-.072L12.223 98.21c-.95.148-1.135 1.436-.26 1.845l28.625 13.311c.48.225 1.022.296 1.548.199v.005Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m125.674 93.982-10.842-49.855-81.835 5.886 9.931 52.798c.073.374.21.729.41 1.039a3.08 3.08 0 0 0 1.676 1.312c.338.109.702.145 1.057.109l77.799-8.437c.328-.036.62-.146.875-.3.255-.165.465-.383.629-.638a2.36 2.36 0 0 0 .328-.875 2.606 2.606 0 0 0-.037-1.02l.009-.019Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M48.35 54.013a6.96 6.96 0 0 1 2.742.346 8.077 8.077 0 0 1 2.442 1.33 8.134 8.134 0 0 1 1.877 2.105c.5.81.874 1.713 1.066 2.678a6.912 6.912 0 0 1 0 2.77 6.332 6.332 0 0 1-1.012 2.35 5.785 5.785 0 0 1-1.858 1.686 6.11 6.11 0 0 1-2.542.775 7.236 7.236 0 0 1-2.76-.328 8.02 8.02 0 0 1-2.47-1.33 8.115 8.115 0 0 1-1.895-2.123 8.158 8.158 0 0 1-1.066-2.706 6.826 6.826 0 0 1 .018-2.788 6.313 6.313 0 0 1 1.039-2.351 5.733 5.733 0 0 1 1.886-1.667 6.17 6.17 0 0 1 2.542-.747h-.01Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M85.569 71.123c.182-.018.355.01.528.073a1.645 1.645 0 0 1 .847.71c.1.164.173.356.219.565l1.002 4.875c.046.2.046.4.018.574a1.339 1.339 0 0 1-.182.492c-.091.145-.21.264-.346.355a1.05 1.05 0 0 1-.483.164l-39.26 3.68c-.19.02-.382 0-.555-.072a1.96 1.96 0 0 1-.501-.282 1.545 1.545 0 0 1-.383-.456 1.825 1.825 0 0 1-.218-.574l-.957-5.02a1.668 1.668 0 0 1 0-.601 1.29 1.29 0 0 1 .574-.866c.146-.091.319-.146.51-.164l39.196-3.471-.01.018Zm2.213 10.806c.182-.019.364 0 .528.063.164.064.337.155.483.274a1.732 1.732 0 0 1 .592 1.002l1.012 4.91c.045.201.045.402.018.584a1.324 1.324 0 0 1-.182.501c-.092.146-.21.264-.347.355a1.05 1.05 0 0 1-.483.164l-39.36 3.99c-.19.02-.382 0-.555-.063a1.721 1.721 0 0 1-.501-.282 1.796 1.796 0 0 1-.601-1.039l-.966-5.056a1.669 1.669 0 0 1 0-.602c.036-.191.1-.355.2-.51.1-.155.228-.273.374-.364.146-.092.319-.155.51-.174l39.287-3.772-.01.019Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M110.706 36a2.39 2.39 0 0 1 .947.137c.301.109.592.273.857.483.264.21.492.464.674.756.182.291.319.61.392.956l1.257 5.804-81.835 5.877-1.157-6.141a2.649 2.649 0 0 1 .009-1.039c.073-.328.21-.62.4-.865a2.26 2.26 0 0 1 .72-.62c.292-.155.61-.246.966-.273L110.706 36Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M32.451 41.74a2.547 2.547 0 0 0-.337.438 2.328 2.328 0 0 0-.218.51 2.365 2.365 0 0 0-.1.573c-.01.192.009.401.045.61l11.088 58.931a3.104 3.104 0 0 0 1.139 1.859c.282.228.61.392.948.501l-.01-.009c.337.109.692.146 1.057.109l-1.931 1.403c-.364.045-.72 0-1.058-.1a2.887 2.887 0 0 1-.938-.492 3.036 3.036 0 0 1-1.12-1.841l-10.97-58.565a2.332 2.332 0 0 1-.046-.61 2.36 2.36 0 0 1 .092-.565c.055-.182.118-.356.218-.51.1-.156.21-.301.338-.428l1.803-1.814Zm89.89 56.215a1.175 1.175 0 0 1-.183.1 1.696 1.696 0 0 1-.2.073l-.21.054a.881.881 0 0 1-.219.037l-77.38 8.456 1.932-1.404 77.799-8.446c.073-.01.146-.018.219-.036.073-.01.146-.037.21-.055.073-.027.136-.055.2-.082l.009.009c.064-.037.119-.063.182-.1l-2.359 1.394Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m74.735 85.427.182 1.276.865-.574.465.884-.975.382.966.911-.647.638-.829-1.111-.374 1.23-.874-.502.583-1.056-1.084-.174.09-.938 1.085.383-.328-1.258.875-.09ZM49.68 60.873a2.294 2.294 0 0 1-.93-.118c-.3-.1-.583-.256-.829-.447a2.807 2.807 0 0 1-.637-.71 2.64 2.64 0 0 1-.356-.912 2.497 2.497 0 0 1 0-.938 2.007 2.007 0 0 1 .975-1.358c.246-.145.538-.227.857-.255.319-.027.628.019.929.119.3.1.583.255.829.455s.465.438.638.71c.173.274.291.584.355.912.064.328.064.647 0 .938a2.214 2.214 0 0 1-.346.793c-.164.237-.383.42-.629.565a2.004 2.004 0 0 1-.856.255v-.009Zm11.625 14.641.173 1.276.875-.574.465.884-.984.373.975.92-.656.63-.839-1.112-.391 1.23-.884-.502.592-1.056-1.084-.183.1-.938 1.084.392-.328-1.267.902-.073Zm-5.685.511.173 1.275.884-.574.455.893-.984.374.966.929-.656.629-.838-1.121-.392 1.23-.893-.501.601-1.057-1.102-.182.11-.948 1.093.401-.32-1.266.903-.082Zm7.845 10.505.173 1.284.883-.583.465.893-.984.383.975.92-.656.638-.847-1.112-.383 1.24-.893-.502.601-1.066-1.093-.182.1-.948 1.094.392-.328-1.275.892-.082ZM49.88 76.535l.183 1.293.893-.583.455.893-.993.383.975.93-.665.628-.838-1.12-.41 1.238-.893-.51.62-1.057-1.112-.182.11-.948 1.102.392-.329-1.275.902-.082Zm2.141 11.106.173 1.294.893-.583.465.893-.993.392.975.929-.665.647-.848-1.13-.4 1.248-.902-.5.62-1.076-1.112-.182.109-.957 1.102.401-.328-1.284.911-.092Zm17.102-1.667.173 1.284.884-.583.455.893-.974.374.965.93-.647.628-.829-1.112-.391 1.24-.875-.502.583-1.066-1.084-.173.1-.947 1.075.391-.319-1.266.884-.091ZM51.338 62.35a3.987 3.987 0 0 1 1.995.364c.31.136.61.328.893.537.283.21.529.465.756.738-.182.401-.41.765-.683 1.102a4.737 4.737 0 0 1-.938.875 4.998 4.998 0 0 1-2.524.902 5.78 5.78 0 0 1-1.43-.064 5.894 5.894 0 0 1-1.367-.4 6.747 6.747 0 0 1-2.342-1.65 3.353 3.353 0 0 1 1.121-1.53 3.408 3.408 0 0 1 1.822-.684l2.706-.218-.009.027Zm6.432 24.735.173 1.285.884-.583.465.893-.993.392.974.92-.656.647-.847-1.13-.392 1.248-.892-.5.6-1.067-1.102-.182.1-.948 1.103.392-.328-1.285.911-.082Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color17)" d="m126.841 103.887-1.942 1.252s-.043.029-.062.038c-.02.01-.044.029-.063.039-.019.01-.043.029-.063.039-.019.009-.043.029-.062.039a12.968 12.968 0 0 1-2.627 1.227c-.462.16-.93.285-1.407.392-.477.106-.968.183-1.46.237-.245.029-.496.048-.742.062-.246.015-.501.02-.751.025-.251.004-.506 0-.762-.02-.255-.019-.511-.029-.766-.058a15.578 15.578 0 0 1-2.299-.406 16.486 16.486 0 0 1-2.25-.749 16.927 16.927 0 0 1-2.163-1.083 18.38 18.38 0 0 1-3.884-3.074 19.516 19.516 0 0 1-1.615-1.904 19.226 19.226 0 0 1-1.349-2.098 18.53 18.53 0 0 1-1.06-2.257 17.573 17.573 0 0 1-.737-2.354 17.667 17.667 0 0 1-.4-2.383 16.345 16.345 0 0 1-.058-2.368c.039-.783.135-1.557.289-2.31.15-.745.352-1.46.607-2.151a13.94 13.94 0 0 1 .911-1.982 12.993 12.993 0 0 1 2.646-3.33l1.715-1.552a12.83 12.83 0 0 0-1.465 1.566c-.443.56-.848 1.165-1.2 1.798s-.66 1.305-.915 2.001a15.642 15.642 0 0 0-.897 4.51 16.68 16.68 0 0 0 .058 2.392c.077.803.212 1.61.405 2.407a18.78 18.78 0 0 0 1.817 4.66 18.79 18.79 0 0 0 1.363 2.122 20.1 20.1 0 0 0 1.629 1.928 18.848 18.848 0 0 0 3.927 3.113c.709.42 1.441.783 2.183 1.097a16.239 16.239 0 0 0 4.592 1.18c.261.024.516.043.776.058.26.014.511.019.766.019.256 0 .506-.01.762-.019a15.198 15.198 0 0 0 2.226-.3 13.486 13.486 0 0 0 2.78-.933c.444-.203.872-.435 1.287-.691.024-.015.043-.029.067-.039.024-.01.044-.029.063-.039.019-.009.043-.029.063-.038.019-.01.043-.029.062-.044"/>
11
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M125.988 77.67a19.268 19.268 0 0 1 5.691 7.671c.4.986.718 2.01.945 3.05a17.04 17.04 0 0 1 .342 4.64 15.868 15.868 0 0 1-.314 2.248 14.915 14.915 0 0 1-.636 2.15 13.801 13.801 0 0 1-.949 1.997 13.993 13.993 0 0 1-1.234 1.788 12.869 12.869 0 0 1-3.257 2.837 12.881 12.881 0 0 1-2.645 1.233c-.463.155-.94.285-1.422.391a13.2 13.2 0 0 1-1.474.237 12.773 12.773 0 0 1-1.513.082c-.256 0-.511-.004-.767-.019a15.195 15.195 0 0 1-3.093-.474 16.564 16.564 0 0 1-2.275-.763 17.82 17.82 0 0 1-2.183-1.097 18.91 18.91 0 0 1-5.555-5.042 18.927 18.927 0 0 1-2.434-4.403 18.179 18.179 0 0 1-.747-2.378 17.41 17.41 0 0 1-.405-2.407c-.077-.802-.096-1.6-.057-2.393a15.564 15.564 0 0 1 .91-4.548c.261-.71.579-1.387.94-2.035.361-.648.776-1.252 1.238-1.822a12.952 12.952 0 0 1 5.176-3.852 13.093 13.093 0 0 1 2.072-.658c.713-.164 1.44-.27 2.187-.319a14.866 14.866 0 0 1 3.002.116c.998.14 1.991.377 2.964.706.973.329 1.923.75 2.843 1.262.92.512 1.807 1.106 2.65 1.788v.014Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M122.456 82.823c.049 0 .097-.005.15 0 .053.005.101.005.149.01.048.005.101.014.15.024.048.01.096.024.149.039a.904.904 0 0 1 .144.058c.049.024.097.043.14.067a1.803 1.803 0 0 1 .386.285c.038.04.077.078.111.117.033.038.067.082.101.125a1.925 1.925 0 0 1 .168.276c.024.048.049.096.068.145a1.405 1.405 0 0 1 .091.305c.01.052.02.1.025.154.004.053.009.101.009.154v.15a.768.768 0 0 1-.019.15c-.01.048-.019.097-.034.145a1.559 1.559 0 0 1-.048.14 1.063 1.063 0 0 1-.063.13 2.631 2.631 0 0 1-.072.122l-7.083 10.416a2.58 2.58 0 0 1-.087.12.757.757 0 0 1-.101.112c-.039.034-.073.068-.111.097-.039.028-.077.058-.121.082a1.49 1.49 0 0 1-.265.12 1.391 1.391 0 0 1-.294.063c-.053.005-.101.005-.154.005a.83.83 0 0 1-.154-.01c-.053-.01-.101-.014-.154-.029-.053-.014-.101-.024-.154-.043a.803.803 0 0 1-.15-.058l-.144-.072c-.049-.025-.092-.058-.14-.087a.854.854 0 0 1-.13-.102l-3.73-2.968a1.758 1.758 0 0 1-.241-.227 2.051 2.051 0 0 1-.347-.56 1.467 1.467 0 0 1-.091-.315 1.729 1.729 0 0 1-.034-.319c0-.106.01-.208.029-.31a1.4 1.4 0 0 1 .424-.773 1.356 1.356 0 0 1 .8-.343c.101-.01.202-.004.303 0 .102.005.203.034.304.068a1.724 1.724 0 0 1 .569.31l2.409 1.923 6.283-9.16a1.21 1.21 0 0 1 .415-.381 1.346 1.346 0 0 1 .544-.164v.01Z"/>
13
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg id="tnt-Dialog-Systems" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <rect width="160" height="160" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
3
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M130.477 72.039c.332-1.962.509-3.975.509-6.03C130.991 46.123 114.91 30 95.075 30c-14.484 0-26.956 8.6-32.638 20.982a27.423 27.423 0 0 0-11.197-2.383c-13.905 0-25.401 10.323-27.297 23.74C13.461 72.454 5 81.003 5 91.536c0 23.79 27.525 22.105 32.363 22.025 3.73-.06 4.66-.313 8.073-.65C49.316 120.074 58.262 123 67.606 123c8.642 0 16.398-3.783 21.726-9.779 3.338 1.441 17.257 4.026 38.46 1.156 11.603-1.568 21.203-9.517 21.203-21.258 0-10.828-8.078-19.76-18.523-21.085l.005.005Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M70.799 57.47c-.57-2.542-2.279-16.708 12.42-25.354-9.226 3.235-16.734 10.14-20.787 18.969 0 0 6.084 2.65 8.362 6.385h.005Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M130.477 72.039c.332-1.962.509-3.975.509-6.03C130.991 46.123 114.91 30 95.075 30c-14.484 0-26.956 8.6-32.638 20.982a27.423 27.423 0 0 0-11.197-2.383c-13.905 0-25.401 10.323-27.297 23.74C13.461 72.454 5 81.003 5 91.536c0 23.79 27.525 22.105 32.363 22.025 3.73-.06 4.66-.313 8.073-.65C49.316 120.074 58.262 123 67.606 123c8.642 0 16.398-3.783 21.726-9.779 3.338 1.441 17.257 4.026 38.46 1.156 11.603-1.568 21.203-9.517 21.203-21.258 0-10.828-8.078-19.76-18.523-21.085l.005.005Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M67.61 123c2.484 0 10.282 0 18.874-6.975-18.682 8.688-37.471-3.975-37.471-19.334 0-6.849 3.45-8.619 5.589-10.744-1.817 1.114-14.083 5.159-15.946-.763-.602-1.91-.182-4.04 1.238-5.45 1.42-1.408 3.548-1.984 5.547-1.801-3.18-1.447-6.486-3.071-8.452-5.96-1.102-1.615-1.704-3.516-2.129-5.42-.7-3.151-.948-6.494.014-9.574.626-2.004 1.835-3.872 3.46-5.169-7.63 4.064-13.13 11.606-14.386 20.524-10.482.117-18.943 8.665-18.943 19.198 0 23.791 27.525 22.105 32.362 22.026 3.731-.061 4.66-.314 8.074-.651 3.88 7.163 12.826 10.088 22.17 10.088V123Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M23.943 72.338s-11.113.07-15.632 8.413c5.145-5.773 17.257-5.847 19.582-1.18-1.522-5.875-3.997-12.766.393-18.641-4.184 5.557-4.343 11.408-4.343 11.408Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M70.799 57.47c-.57-2.542-2.279-16.708 12.42-25.354-9.226 3.235-16.734 10.14-20.787 18.969 0 0 6.084 2.65 8.362 6.385h.005Zm59.678 14.568c.332-1.961.509-3.974.509-6.03 0-.66-.019-1.32-.056-1.97-.999 3.904-3.362 7.177-8.171 8.263 0 0 5.15-.88 9.959.15a21.062 21.062 0 0 0-2.246-.417l.005.004Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M88.2 80.3c.1 0 .19.01.29.06.1.05.19.12.27.21a1.58 1.58 0 0 1 .36.75l2.87 13.91c.03.15.04.3.03.44-.01.14-.03.26-.08.37-.05.11-.1.2-.17.26a.41.41 0 0 1-.26.11l-7.12.7c-.1 0-.2-.01-.29-.06a.903.903 0 0 1-.27-.22c-.08-.1-.16-.21-.22-.34a1.97 1.97 0 0 1-.14-.43l-2.84-13.99c-.03-.15-.04-.3-.03-.43.01-.13.04-.26.08-.36.04-.1.1-.19.18-.25.08-.06.16-.1.26-.11l7.09-.63-.01.01Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M77.86 86.42c.1 0 .2 0 .29.03.09.03.18.08.26.14.08.06.15.14.2.22.05.08.09.18.12.29l1.94 9.61c.02.1.02.21 0 .3s-.05.18-.1.26c-.05.08-.12.14-.2.19-.08.05-.17.08-.27.09l-7.21.71c-.1 0-.2 0-.29-.03a.939.939 0 0 1-.26-.14.93.93 0 0 1-.21-.23.813.813 0 0 1-.12-.29l-1.93-9.67a.707.707 0 0 1 .11-.55c.05-.07.12-.14.2-.18.08-.04.17-.08.27-.09l7.19-.66h.01Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M115.24 43c.31-.02.62.03.91.13.29.1.57.26.82.46s.47.45.64.73c.17.28.31.59.38.92l1.36 6.23-89.77 6.51-1.24-6.59c-.07-.35-.06-.68.01-.99.07-.31.2-.59.38-.84s.42-.45.69-.59c.27-.14.59-.24.93-.26L115.24 43ZM62.09 66.14c.1 0 .2 0 .29.04.09.04.18.08.26.14.08.06.15.14.2.23.05.09.09.19.12.29l6.16 31.02c.02.11.02.21 0 .3a.66.66 0 0 1-.11.26.72.72 0 0 1-.2.19c-.08.05-.17.08-.27.09l-7.32.72c-.1 0-.2 0-.3-.03a.816.816 0 0 1-.26-.14.74.74 0 0 1-.2-.23c-.05-.09-.1-.19-.12-.29l-6.11-31.19a.756.756 0 0 1 0-.3c.02-.09.06-.18.11-.25s.12-.14.2-.18c.08-.04.17-.07.27-.08l7.27-.57.01-.02Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M52.65 78.42c.1 0 .2 0 .3.03.1.03.19.08.27.14.08.06.15.14.2.23.05.09.1.19.12.29l3.87 19.88c.02.11.02.21 0 .31a.682.682 0 0 1-.31.45c-.08.05-.17.08-.28.09l-7.41.73c-.1.01-.2 0-.3-.03a.867.867 0 0 1-.48-.37.79.79 0 0 1-.12-.3l-3.84-20a.808.808 0 0 1 0-.31c.02-.1.06-.18.11-.26.05-.08.12-.14.21-.18.09-.04.17-.08.28-.08l7.38-.63v.01Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M36 61.12c.19-.01.39.01.57.07.18.06.35.16.51.28.16.12.28.27.39.44.11.17.18.36.22.55l8.15 42.72 50.56-5.13c.18-.02.37 0 .54.06.17.06.34.15.49.27.15.12.28.26.38.43.1.17.18.35.22.55.04.2.04.39.01.57a1.202 1.202 0 0 1-.55.83c-.14.09-.31.15-.5.17l-52.01 5.37h-.28c-.09 0-.19-.03-.28-.05-.09-.02-.18-.06-.27-.11-.09-.05-.17-.1-.25-.16a1.876 1.876 0 0 1-.54-.72c-.04-.09-.06-.19-.08-.29l-8.42-44.3c-.04-.2-.03-.39 0-.57.03-.18.11-.34.22-.48.11-.14.24-.26.39-.34.15-.08.33-.14.53-.16Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M129.4 105.25c-.06.03-.13.05-.19.08s-.14.04-.21.06a.78.78 0 0 1-.22.03l-85.96 9.18c-.35.04-.69 0-1.02-.1-.33-.1-.64-.26-.91-.48-.27-.21-.51-.48-.7-.78a2.9 2.9 0 0 1-.39-1L29.58 57.98l-1.24-6.59c-.04-.2-.05-.4-.04-.59.01-.19.04-.38.09-.55.05-.17.13-.34.22-.5.09-.15.2-.29.33-.42l-3.3 3.29c-.12.12-.23.26-.32.42-.09.16-.16.32-.21.49-.05.17-.08.36-.09.55 0 .19 0 .39.04.59l1.22 6.52 10.05 53.68c.07.36.2.69.39.99a2.87 2.87 0 0 0 1.59 1.24c.32.1.67.14 1.01.1l85.19-9.21c.07 0 .14-.02.21-.03.07-.01.14-.03.2-.06.07-.02.13-.05.19-.08l.18-.09c1.43-.85 2.87-1.71 4.3-2.56-.06.04-.12.07-.18.1l-.01-.02Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m29.58 57.98 89.78-6.52 11.15 51.23c.07.34.08.67.03.98-.05.31-.16.59-.31.84s-.36.45-.6.61c-.24.16-.53.26-.84.29l-85.96 9.18c-.35.04-.69 0-1.02-.1-.33-.1-.64-.26-.91-.48-.27-.22-.51-.48-.7-.78a2.9 2.9 0 0 1-.39-1L29.58 57.98Zm67.41 44.95c.18-.02.35-.08.5-.17.15-.09.27-.21.36-.35.09-.14.16-.31.19-.48.03-.17.03-.37-.01-.57-.04-.2-.12-.38-.22-.55-.1-.17-.23-.31-.38-.43a1.57 1.57 0 0 0-.49-.27c-.18-.06-.36-.08-.54-.06l-50.56 5.13-8.16-42.72c-.04-.2-.11-.39-.22-.55-.11-.16-.24-.32-.39-.44-.15-.12-.32-.22-.51-.28a1.364 1.364 0 0 0-1.1.09c-.16.09-.29.2-.39.34-.1.14-.18.31-.22.48-.04.17-.04.37 0 .57l8.41 44.29c.02.1.05.2.08.29.03.09.08.18.14.27.06.09.11.17.18.24.07.07.14.15.22.21.08.06.16.12.25.16.09.04.18.08.27.11.09.03.19.05.28.05h.28l52.01-5.37M54.25 67.53l6.11 31.19c.02.11.06.2.12.29.06.09.12.17.2.23.08.06.17.11.26.14.09.03.19.04.3.03l7.32-.72c.1 0 .19-.04.27-.09a.72.72 0 0 0 .2-.19c.06-.08.09-.16.11-.26.02-.1.02-.2 0-.3l-6.16-31.02a.873.873 0 0 0-.31-.52.734.734 0 0 0-.26-.14.925.925 0 0 0-.29-.04l-7.27.57c-.1 0-.19.04-.27.08-.08.04-.15.11-.2.18a.707.707 0 0 0-.11.55m-9.6 12.37 3.84 20c.02.11.06.21.12.3s.13.17.21.23c.08.06.17.11.27.14.1.03.2.04.3.03l7.41-.73c.1-.01.2-.04.28-.09.08-.05.15-.11.2-.19.05-.08.09-.17.11-.26.02-.09.02-.2 0-.31l-3.87-19.88a.686.686 0 0 0-.12-.29c-.06-.08-.12-.17-.2-.23a.867.867 0 0 0-.27-.14c-.1-.03-.2-.04-.3-.03l-7.38.63c-.1 0-.19.04-.28.08-.09.04-.15.11-.21.18-.06.07-.09.16-.11.26-.02.1-.02.2 0 .31m35.95 2.2 2.84 13.99c.03.15.08.3.14.43.06.13.14.25.22.34.08.09.18.17.27.22.09.05.2.07.29.06l7.12-.7c.1 0 .18-.05.26-.11.08-.06.13-.15.17-.26.04-.11.07-.23.08-.37.01-.14 0-.28-.03-.44l-2.87-13.91c-.03-.15-.08-.29-.14-.42-.06-.13-.14-.24-.22-.33a.862.862 0 0 0-.27-.21.583.583 0 0 0-.29-.06l-7.09.63c-.1 0-.18.05-.26.11-.08.06-.13.15-.18.25-.05.1-.07.23-.08.36-.01.13 0 .28.03.43m-10.52 5.8 1.93 9.67c.02.1.06.2.12.29.06.09.13.17.21.23.08.06.17.11.26.14.09.03.19.04.29.03l7.21-.71c.1 0 .19-.04.27-.09a.72.72 0 0 0 .2-.19.49.49 0 0 0 .1-.26c.01-.1.02-.2 0-.3l-1.94-9.61c-.02-.1-.06-.2-.12-.29a.849.849 0 0 0-.2-.22.939.939 0 0 0-.26-.14.702.702 0 0 0-.29-.03l-7.19.66c-.1 0-.19.04-.27.09-.08.05-.15.11-.2.18-.05.07-.09.16-.11.25-.02.09-.02.19 0 .3"/>
16
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M100.5 101.38a23.754 23.754 0 0 0 1.92 3.4 22.245 22.245 0 0 0 2.47 3.031l4.13-1.561c.269.23.55.44.83.65.28.21.57.4.86.59.29.18.59.361.89.531.299.159.61.319.92.469l.84 4.75c.59.2 1.18.38 1.78.52.59.14 1.19.261 1.79.341h.03a18.023 18.023 0 0 0 3.57.139l-3.11 2.18c-.59.04-1.18.04-1.77.02-.59-.03-1.19-.08-1.78-.16-.59-.08-1.19-.19-1.78-.33-.6-.14-1.19-.31-1.77-.51l-.83-4.71c-.31-.15-.61-.3-.91-.47-.3-.17-.6-.34-.89-.53-.289-.189-.58-.389-.86-.589-.28-.2-.55-.421-.82-.641l-4.1 1.55a22.49 22.49 0 0 1-2.45-3c-.36-.53-.7-1.08-1.02-1.64-.32-.56-.61-1.13-.88-1.72l3.01-3.16 2.96-2.33-3.03 3.18Zm28.48 9.82-3.16 2.19-3.96-2.661c-.26.15-.54.291-.82.411-.28.12-.57.239-.86.339-.29.11-.59.201-.89.281-.3.08-.6.15-.91.21l3.11-2.21c.31-.06.62-.13.92-.21a13.146 13.146 0 0 0 1.75-.62v-.01c.28-.13.56-.26.83-.41l3.99 2.69Zm-13.14-22.88c.72-.06 1.45.01 2.16.2.71.19 1.4.5 2.04.91.64.41 1.23.92 1.74 1.52s.94 1.28 1.26 2.04c.31.74.5 1.48.57 2.21.07.73.02 1.45-.13 2.12-.15.68-.41 1.31-.77 1.87-.35.56-.81 1.06-1.35 1.46l-3.09 2.281c.269-.19.52-.421.74-.66.22-.25.42-.511.6-.791.36-.56.62-1.18.77-1.85.15-.67.2-1.38.13-2.1-.06-.72-.25-1.46-.56-2.19-.32-.75-.74-1.43-1.25-2.02-.5-.59-1.09-1.1-1.72-1.5-.63-.41-1.32-.71-2.02-.9-.71-.19-1.43-.26-2.15-.2-.11.01-.23.02-.34.04l-.34.06c-.12.02-.23.05-.34.08-.11.03-.22.06-.33.1-.15.05-.29.11-.44.17-.15.06-.29.13-.42.2h-.01l-.39.24c-.13.08-.25.17-.37.26l3.02-2.39c.12-.1.25-.18.37-.27.12-.09.25-.17.39-.24.14-.07.28-.14.42-.2.14-.06.29-.12.44-.17.11-.04.23-.07.34-.1.11-.03.23-.06.34-.08.11-.02.22-.04.34-.06.12-.02.23-.04.35-.04Zm16.49 11.1-4.03 1.29 3.16-2.29 4.06-1.3-3.19 2.3Zm-31.99-14.68c-.26.52-.49 1.06-.69 1.61-.21.55-.38 1.11-.53 1.69a18.4 18.4 0 0 0-.55 3.58l4.15 2.55c.02.33.06.67.1 1.01.05.34.1.67.17 1.01.07.34.14.68.23 1.01.09.34.18.67.29 1l-2.96 2.33c-.11-.33-.2-.66-.29-.99-.09-.33-.16-.67-.23-1-.06-.33-.12-.66-.16-1h-.01c-.04-.34-.08-.67-.1-1.01L95.65 94c.03-.61.1-1.21.19-1.8.09-.6.21-1.18.36-1.75.15-.57.33-1.13.53-1.68.2-.54.43-1.07.69-1.59l2.92-2.44Zm7.06-1.92-.13.1c-.23.18-.44.37-.65.57a12.063 12.063 0 0 0-1.19 1.32c-.19.23-.36.47-.53.72l-2.95 2.43c.16-.25.34-.48.52-.72s.37-.46.57-.68a12.27 12.27 0 0 1 1.28-1.21l.11-.09-1.01-4.6 2.96-2.48 1.02 4.64Zm11.94-2.08-3.05 2.44 2.74-3.18 3.07-2.46-2.76 3.2Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color11)" d="m135.52 97.12-4.06 1.3c-.03.33-.07.65-.12.97-.05.32-.12.63-.19.95-.07.32-.16.62-.25.92-.09.3-.2.6-.31.9l2.83 3.97c-.28.5-.58.99-.9 1.46-.32.47-.67.91-1.04 1.34-.37.43-.76.83-1.18 1.21-.42.38-.85.74-1.3 1.08l-3.99-2.69c-.27.15-.55.28-.83.41-.28.13-.57.24-.86.34-.29.1-.59.2-.89.28-.3.08-.61.15-.92.21l-.97 4.48a17.584 17.584 0 0 1-3.57-.14c-.59-.08-1.2-.2-1.79-.34-.59-.14-1.19-.32-1.78-.52l-.84-4.75c-.31-.15-.62-.31-.92-.47-.3-.16-.6-.35-.89-.53-.29-.18-.58-.38-.86-.59-.28-.21-.56-.42-.83-.65l-4.13 1.56a22.245 22.245 0 0 1-2.47-3.03 23.754 23.754 0 0 1-1.92-3.4l3.03-3.18a18.345 18.345 0 0 1-.69-3.02c-.05-.34-.08-.68-.1-1.01l-4.15-2.55a18.395 18.395 0 0 1 .55-3.58c.15-.58.32-1.14.53-1.69.21-.55.43-1.09.69-1.61l4.57.79c.17-.26.36-.51.55-.75.19-.24.39-.48.6-.71.21-.23.42-.45.65-.66.23-.21.46-.41.7-.6l-1.02-4.64a15.266 15.266 0 0 1 3.08-1.39c.54-.17 1.09-.32 1.65-.44.56-.12 1.13-.21 1.71-.27l2.67 4.06c.32 0 .64.02.96.05.32.03.64.07.97.12.33.05.64.11.96.19.32.08.64.16.96.25l2.76-3.2c.57.24 1.13.51 1.68.8.55.29 1.08.61 1.61.95.53.34 1.03.71 1.53 1.1.5.39.98.8 1.44 1.24l-1.13 4.25c.23.26.45.53.66.8.21.27.42.55.61.84.19.29.38.58.56.87.18.29.35.6.51.9l4.44.58c.23.59.44 1.18.62 1.78.18.6.33 1.2.46 1.81.13.61.22 1.22.3 1.83.08.61.11 1.22.13 1.83l-.07-.01Zm-15.58 4.27c.81-.28 1.5-.73 2.06-1.3.56-.57.99-1.25 1.27-2.01.28-.76.42-1.6.38-2.46-.04-.86-.22-1.76-.6-2.64-.32-.76-.75-1.44-1.26-2.04-.51-.6-1.1-1.11-1.74-1.52-.64-.41-1.33-.72-2.04-.91-.71-.19-1.44-.26-2.16-.2-.12 0-.23.02-.35.04-.12.02-.23.04-.34.06-.11.02-.23.05-.34.08-.11.03-.23.06-.34.1-.81.27-1.51.71-2.07 1.27-.56.56-1 1.25-1.29 2.01-.29.76-.43 1.6-.4 2.47.03.87.22 1.77.59 2.65.32.76.76 1.46 1.27 2.06.51.6 1.11 1.12 1.76 1.53.65.41 1.34.72 2.06.9.72.18 1.45.26 2.17.19.12-.01.23-.02.35-.04.12-.02.23-.04.34-.06a4.18 4.18 0 0 0 .68-.19"/>
18
+ </svg>
@@ -0,0 +1,78 @@
1
+ <svg id="tnt-Dialog-Teams" xmlns="http://www.w3.org/2000/svg" width="160" height="161" fill="none" viewBox="0 0 160 161">
2
+ <rect width="160" height="160" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
3
+ <circle cx="146.943" cy="64.731" r="1.152" fill="var(--sapContent_Illustrative_Color2)"/>
4
+ <circle cx="6.794" cy="109.202" r="1.152" fill="var(--sapContent_Illustrative_Color2)"/>
5
+ <circle cx="132.975" cy="108.626" r="1.152" fill="var(--sapContent_Illustrative_Color2)"/>
6
+ <circle cx="136.432" cy="115.54" r="1.729" fill="var(--sapContent_Illustrative_Color2)"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M35.515 27.807c0-.504-1.464-.908-3.42-1-.111-1.952-.542-3.405-1.046-3.404-.504.001-.924 1.465-1.03 3.428-1.962.134-3.42.573-3.413 1.078.006.505 1.463.909 3.419 1 .117 1.953.542 3.405 1.045 3.404.504-.001.925-1.465 1.032-3.428 1.962-.134 3.419-.572 3.413-1.078Zm-6.604 8.239c0-.326-.946-.587-2.211-.646-.072-1.263-.35-2.203-.677-2.202-.326.001-.597.947-.667 2.217-1.268.087-2.21.37-2.207.697.005.327.947.588 2.212.646.076 1.264.35 2.203.676 2.202.325 0 .598-.947.667-2.217 1.268-.087 2.21-.37 2.207-.697Zm125.197 21.035c0-.326-.946-.587-2.211-.646-.072-1.263-.351-2.202-.677-2.202-.326.001-.597.948-.666 2.217-1.269.087-2.212.37-2.207.697.004.327.946.588 2.211.647.076 1.263.351 2.202.676 2.201.325 0 .598-.947.667-2.217 1.269-.086 2.211-.37 2.207-.697Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M142.752 84.071c.244.689.769 2.282.909 3.147.175 1.082 1.873 3.31 2.256 6.16.383 2.852 1.954 2.51 2.173 3.602.218 1.091 1.77 3.786 1.781 4.787.008.801 1.397 5.93 2.09 8.395l-.423.096c.403 1.138.967 2.942.806 3.39-.227.632-.824 1.502-.45 2.082.375.58 1.129 1.288.87 2.911-.26 1.624.039 2.551-.067 3.254-.107.703-.47 3.438-.852 3.946s-.851.997-1.148 1.114c-.491.802-.966 1.108-1.462 1.092-.252-.345-.35-.832-.367-1.033-.268.26-.908.758-1.324.668-.447-1.504-.274-1.466-.21-2.814.064-1.348-.138-2.935-.524-3.246-.387-.31-.6-1.218-1.108-.965-.509.253-1.119 2.028-1.482 2.449-.363.421-1.271.633-1.46.457-.189-.177-.478-1.783.029-3.081s.515-2.385.599-2.776c.084-.391.002-2.95.787-3.642a2.853 2.853 0 0 1-.582-1.225c-.191.138-.306.27-.328.393-.327-.797-1.548-1.242-1.59-1.887-.043-.644-.432-3.043.182-3.365-.92-.789-2.549-2.91-3.055-4.563-.505-1.652-2.916-6.258-3.196-7.272-.281-1.013-2.246-2.844-2.514-3.492-.215-.519-1.263-1.822-2.886-2.294l9.642-4.191 2.904-2.097Zm-12.343 32.759c.585.288 1.795 1.229 1.955 2.688.2 1.823-.357 5.156-.31 5.436.048.28.773.717.756 1.792-.013.861-.554 2.305-.756 2.909-.202.604.839 2.407.732 2.902-.327 1.515-.933 1.992-1.333 2.679.345 1.064 1.257 2.469.69 3.296-.512.748-.397 5.12-.369 6.58.194.958.704 3.627.608 4.784-.118 1.424-.902 3.251-1.547 3.868-.645.617-2.823 2.591-3.353 3.353-.526.758-.013 3.325-.007 3.35h-18.697c.602-.988 1.813-2.731 1.814-3.35 0-.619 3.359-4.73 3.868-5.287.508-.556.902-2.115.902-2.707 0-.593-.294-.498-.294-1.553 0-1.054-.543-2.703-.543-2.703l.166-.001c-.551-4.098-.958-4.074.08-6.515.454-1.069-.517-1.52-.564-2.555-.037-.828-1.809-3.846-2.541-5.371l4.335-4.081c3.409-1.548 10.581-5.032 11.995-6.582 1.413-1.551 2.197-2.601 2.413-2.932Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M104.931 47.714c3.931-.573 4.692.72 6.176 1.334-2.846 19.757-9.335 59.545-13.962 59.125-5.976-.543-7.12-.102-10.641-2.796-.92-.704 0-6.287.366-10.805.333-4.1 3.597-32.939 4.043-36.368.447-3.43 1.07-7.75 4.806-8.5 2.31-.465 7.431-1.73 9.212-1.99Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M98.218 53.87c.731-.666 4.184-2.253 8.86-1.684-1.499 18.284-8.28 55.733-9.138 55.9-1.073.209-6.18-.046-7.804-.691-1.624-.644.017-4.844-.015-10.14-.032-5.295 2.646-31.307 2.589-33.083-.058-1.775 4.594-9.472 5.508-10.303Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M135.847 71.312c-1.49-1.68-5.635-3.224-7.521-3.785-27.273-10.984-21.739-4.076-23.499-4.147-1.76-.072-1.307 3.191-2.963 4.069-1.656.878-2.14.619-5.099 1.447-2.366.662.343 13.43 1.994 19.73-.17 5.316-.798 16.209-1.95 17.257-1.441 1.31.301 2.536-.892 4.131-1.194 1.595.166 1.734-.558 2.582-.723.847-.587 1.648-.056 2.766-1.313.644-1.131 2.973-.876 4.057.839-.668 3.105-1.939 5.457-1.678 2.94.326 8.577 2.469 11.083 4.091 2.005 1.298 3.146 3.664 3.466 4.686.693-.468 2.635-1.624 4.863-2.502 2.784-1.097 9.991-5.871 11.154-8.399 1.164-2.528-.607-5.767-1.304-8.619 1.539-1.331.835-2.472.716-3.318 1.227-4.744.654-7.59 1.11-9.344.456-1.754-.396-3.611-.21-4.112.185-.5 3.586-.168 5.294-.571 1.708-.403 4.695-3.155 6.991-5.207 2.296-2.052.826-2.755.465-4.3-.361-1.545-5.803-6.734-7.665-8.834Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M134.464 69.615c-.596-1.04-2.517-1.402-3.648-1.266l-.289-1.033c-.68.157-1.66.248-3.305 1.534-2.056 1.607-6.584 1.997-4.08 2.537 2.504.541-3.372 1.893-1.521 2.293 7.196 1.554 8.965 2.85 8.647 5.341-.161 1.26-12.271-.194-15.384.501-2.49.556-1.761 3.655-1.28 6 .429 1.005.506 1.943.48 2.484-.032.677-7.703 4.898 2.662 4.673 12.96-.281 9.818.814 11.558 2.785 1.392 1.577 1.941 4.382 1.717 6.508 1.115-4.46.473-4.953.694-6.82.221-1.867.192-2.726 0-4.477 1.235.011 2.835 2.442 3.313 3.183.478.741 4.153 7.254 5.317 11.064-.606-2.296-1.344-7.936-2.915-9.77-1.17-1.366-1.574-2.547-1.409-3.31.164-.762-.625-1.529.446-2.068 2.489-1.253-.999-5.214-.033-6.716 2.2-3.42-3.722-5.54-3.464-6.737.259-1.198 3.49-1.819 4.455-2.066.772-.198 1.666-.686 1.179-1.247-.24-.47-2.545-2.352-3.14-3.393Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M128.616 71.085c-.552.788-4.662 2.068-6.648 2.61 3.693.837 5.614-.936 7.977-1.133 2.364-.197-1.701 1.75-.649 2.092 1.52.495 2.297 1.76 2.297 3.534 0 1.772.152 4.615.53 3.71 1.166-2.792-.656 3.016.68 2.416 1.673-.751 1.382-7.652 1.382-8.341 0-.69.143-1.736.537-2.278s.623-2.683.476-3.176c-.148-.492-.884-1.378-1.609-1.749-.273-.14-2.035-.541-2.905-.689-.46.673-1.517 2.216-2.068 3.004Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M99.278 88.779c.773-.263 2.486-.23 3.328-.709 2.154-2.156 2.64-5.028 1.97-9.128-.577-3.532-2.975-4.836-7.462-6.853-4.486-2.017-11.739 4.484-12.371 4.96-1.113.836-2.845 2.385-3.281 4.272-.437 1.886-.28 3.318 1.313 5.788 1.762 2.732 5.632 3.05 7.881 3.158 2.249.107 3.678.095 4.575-.148.898-.244 2.632-.86 4.047-1.34Zm27.614 2.802c2.431-.052 2.967-10.21 2.967-10.21l-18.582-.458-.521 11.049s13.705-.329 16.136-.38Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M129.854 81.37c.08-.842-1.971-2.2-3.63-2.199-1.66 0-15.482-.356-15.482-.356l1.262 2.406s14.263.022 17.85.15Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M109.559 89.746c.061.67 2.066 2.228 2.066 2.228s-.671-.616-.724-1.325c-.039-.525.406-6.247.522-7.863.117-1.617.689-1.565.689-1.565s-1.153-2.2-1.3-2.401c-.152-.002-1.18-.22-1.253 1.578-.074 1.8-.12 7.453-.12 7.453s.058 1.224.12 1.895Zm18.274-6.901c-1.191.016-13.608 0-14.689 0-1.08 0-.4 3.424.714 3.424 1.114 0 12.082.073 13.121 0 1.04-.073 2.045-3.44.854-3.424Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M131.205 66.984c.186-.86-.326-3.8-.488-4.982-2.461-3.657-7.9-3.08-15.561-2.922-5.76.12-8.816 1.16-10.351 2.767-1.535 1.607.186 3.818 1.217 5.077 1.93 2.355 7.564 5.51 12.27 6.588 4.706 1.078 8.144-.569 10.31-1.713 1.765-.932 2.371-3.74 2.603-4.815Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M130.783 67.792c.871-.881.349-3.527.099-4.432-.688-6.102-21.2-4.315-22.958-4.33-1.759-.015-3.478 1.193-1.028 4.76 2.45 3.566 10.742 5.964 14.706 6.455 3.964.492 8.093-1.352 9.181-2.453Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M96.912 73.966c-.404-1.369-1.344-1.6-2.79-2.321-4.979-1.628-8.274-1.017-9.9-.419-2.246.826-1.248 2.41-1.781 3.664-.426 1.003-.197 2.394-.028 2.965-.266.826-.685 3.01-.235 5.133.563 2.656 3.233 4.048 5.332 4.443 2.1.395 5.061-1.587 6.076-2.242.812-.524 1.035-1.737 1.046-2.279.142-.794.448-2.402.534-2.477.108-.093 1.649-1.566 1.913-2.383.354-1.097.237-2.716-.167-4.084Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M128.537 144.942c3.253.843 1.085-.422 0-1.445-.773-.731-2.344-.235-4.165.196-.732.174-1.824 0-2.28.406-1.627 1.445 3.192 0 6.445.843ZM98.38 59.709c-1.465-.316-2.84 1.807-3.803 3.025-.298-.064-.973-.754-1.188-1.485-.27-.914-.753-2.06-1.111-4.003-.358-1.944-1.17-3.953-2.309-4-2.235-.092-.53 3.21-.633 5.132-.332-1.704-.971-3.786-1.931-4.383-.96-.596-1.753.016-1.93.833-.14.654.33 3.249.932 5.484-.245-.908-.959-2.69-1.51-3.307-.689-.771-1.552-1.02-2.355-.182-.64.667.88 4.36 1.588 6.153-.274-.69-.646-1.056-1.422-1.592-1.203-.832-1.927-.37-2.242.589-.265.802 1.581 4.112 2.692 5.57.038.423.162 1.234.695 2.22A5.37 5.37 0 0 0 87 75.683c1.644.666 6.713-.664 8.025-1.703 1.313-1.038.708-2.01 1.061-3.645 2.33-3.23 1.024-4.208 1.136-4.728.112-.52.85-2.309 1.585-3.55.734-1.241.637-2.117-.427-2.347Zm3.088 37.651c-1.002 3.794-3.067 4.989-3.767 5.066l.94-13.084c-4.427 1.715-4.98.794-7.47 1.35-3.114.696-7.077-1.832-8.56-3.406-1.188-1.26-1.96-5.132-.854-6.83.3-1.037.318-3.286 1.008-2.682.862.756 7.62 2.835 5.006 2.27-2.613-.563-4.793 1.929-3.11 3.837.678.77 4.106 1.05 6.386.517 2.28-.533 2.909-4.951 5.824-6.624 1.5-.86-2.601 2.648-1.862 5.543.308 1.208-1.586 3.282-1.727 3.935 1.932.38 7.307-1.022 8.359-1.25 1.315-.286 2.161-.786 2.843-3.943.682-3.157-4.48-8.491-3.173-7.634.968.636 4.505 2.792 4.427 7.903-.077 5.111-2.949 5.745-3.899 6.451-.95.707.881 3.837-.371 8.58Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M98.67 83.951c1.645-1.377 1.696-6.812-.454-7.64 3.065.661 2.23 6.015 1.949 7.318-.281 1.302-1.177 3.595 1.705 2.132s1.547-5.849 1.547-7.76c4.01 7.517.727 9.174-.463 10.103-1.002.781-2.808 1.27-4.082 1.528-.447.091-4.858 1.238-8.145 1.188-4.925-.075-2.515-1.291.988-2.84.7-.31 3.612-3.127 3.281-4.57.766-.45 2.03 1.918 3.675.541Zm5.599-20.201c.16.945 1.075 5.258 10.992 8.67-3.718.08-8.849-3.77-10.287-4.499.03.387-.139 1.683-1.787.872-2.06-1.015 1.12 5.548 1.423 6.194.485 1.034-4.075-5.935-5.835-6.58l3.368-1.097c.542-1.63 1.966-4.507 2.126-3.56Zm41.777 50c-1.827-2.295 1.114-1.777 2.524-2.719-.896-.422-3.396-.666-4.729-.407-1.665.325-2.238-2.634-2.343-.756-.13 2.316 1.085 2.713 1.782 3.357l.882.837c-.937.73-.644 3.504-1.372 5.656-.679 2.005-.63 4.13.093 3.944.724-.185.61-3.794 1.065-4.932.928-2.32 2.337-1.953 3.505-3.723.434-.658-.848-.554-1.407-1.257Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M112.764 108.21c2.722.588 7.955 1.347 13.851 1.481.84.019 2.563-2.598 2.933-1.409.65 2.089 1.13 2.792 1.371 4.667-.035 3.361-1.199 7.239-1.998 9.255-1 2.519-4.324 2.372-8.037 3.736-3.713 1.363.188.527 3.352 0 2.853-.475 1.458.125.64.746s-4.211.869-4.611 2.72c-.4 1.851 3.103 1.627 3.459 2.615.357.989-3.364.063-6.174.938-2.81.875-2.75 2.263-4.088-3.153-.329-4.812 3.707-4.898 5.59-5.175 4.002-.589 4.983-4.394 6.345-7.746 1.702-4.191-9.168 2.351-9.74-.28-.571-2.63 3.327-3.27 6.075-4.386s-1.762-1.634-6.274-2.608c-4.492-.969-5.416-1.989-2.694-1.401Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M113.894 143.019c-.176-1.206.002-1.885.151-2.573s1.656 1.56 2.396 2.573c.739 1.013.756 3.57.209 4.277-.547.708.305.097.707 1.271.402 1.174.386 3.811.901 5.644.514 1.834 2.147 2.588 4.938 2.396 3.216-.22 2.81-.184 1.047.752-1.85.982-8.912-1.138-9.973-.752-1.062.386-1.439 2.384 1.15 2.352 2.589-.032 4.928-.177 6.311.643 1.106.656 1.645.865.901.865h-11.884c.241-1.582.791-4.969 1.061-5.87.338-1.125.96-1.719 2.085-2.443 1.126-.723.408-1.015 1.051-2.108.643-1.094.241-1.384 0-1.979-.241-.595.016-.61-.128-1.8-.145-1.19-.746-2.042-.923-3.248Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M125.933 136.788c2.869 1.174-4.748.834-8.065 1.782-1.365.292-2.693 3.832-2.432 5.29.26 1.458-.463 2.77-.806 1.571-.77-1.76-1.253-2.603-.43-5.654.286-1.06 3.592-1.895 1.578-3.08-1.611-.947-1.718-2.396-1.402-3.699 0 0 6.242-5.415 9.562-3.535 3.319 1.88-6.51 1.829-7.363 3.535-1.066 2.132 9.358.711 10.187.947 1.45.415-3.672.474-8.055 2.843-4.382 2.369 2.512-1.929 7.226 0Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M93.842 67.067c.063-.716.724-4.032.228-3.311-1.907 3.192-1.549-.029-6.871 3.404-3.508 2.262 3.813 2.947 4.271 5.252.584 2.937-6.014 2.924-3.92 3.376 2.491.538 7.873-1.137 8.517-2.787.243-.622-.692-.924 1.076-4.484.409-.823-3.38-.555-3.301-1.45Zm35.607.215c1.958-1.42 1.964-1.709 1.769-2.847-.233-1.356-14.827-.925-19.457-.627.86 1.086 4.719 4.86 9.22 5.202 3.367.256 6.809-.525 8.468-1.728ZM135.57 52.3c-.07-1.278-1.117-.916-1.632-.575-1.129 2.644-2.949 8.066-1.195 8.598 2.192.664 2.912-.54 3.86-3.23.948-2.691.645-4.667-1.033-4.794Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M132.073 45.023c-2.746-4.005-6.647-5.854-11.92-6.447-4.155-.467-8.395 1.29-11.176 3.752-3.17 2.807-4.487 8.906-4.796 11.349-.309 2.443.751 8.4 5.986 11.44 2.95 1.712 14.877 6.62 20.93-.665 1.966-2.366 3.351-4.404 3.599-8.333.248-3.93.405-6.678-2.623-11.096Z"/>
27
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m118.461 66.99-2.054.554c.923.321 3.009.678 4.191.842 1.74.241 4.923 0 7.663-1.563 1.944-1.11 4.131-3.381 4.933-5.159l-2.249 1.425c-.821.848-2.948 2.817-4.886 3.9-1.939 1.085-5.873.452-7.598 0Zm5.299-27.74c-5.236-1.776-9.914-.128-11.599.919 7.073-.827 11.039 0 14.593 5.27l6.919 5.485c-1.123-3.151-4.677-9.898-9.913-11.674Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M127.674 40.695c3.015 1.412 4.527 3.985 5.45 5.633 2.177 4.45 4.97 15.926-6.485 21.553l1.268-1.645c6.754-5.194 5.845-15.219 2.451-20.525-5.05-7.894-13.484-6.573-14.555-6.902 4.119-1.112 8.858.475 11.871 1.886Z"/>
29
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M110.992 52.873c-.186-1.1-.848-2.097-1.421-2.333.449 1.009.633 1.565-.212 4.15-.845 2.584-3.628 3.045-2.789 3.364.777.296 1.716.438 2.586-.353.92-.837 2.125-3.116 1.836-4.828Z"/>
30
+ <path fill="var(--sapContent_Illustrative_Color24)" d="m102.863 88.1-4.387 1.38-.76 12.407a8.153 8.153 0 0 1-1.061 3.252c-.68 1.193-.448 2.634-.31 3.299.11.531-.755 1.417-.865 2.145.723-.736 2.807-1.94 2.535-3.296-.339-1.695-.006-2.257 2.012-6.052 2.017-3.794 2.174-6.807 2.024-9.377-.12-2.056.304-3.585.812-3.758Z"/>
31
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M103.707 92.813c-.166-.852.174-2.83.364-3.713l-2.64.742c-.125.581-.584 2.16-.095 3.48.257.694-.298 2.69-1.245 3.387-.663.488.325 2.037-.82 3.226s-1.184 4.389-1.39 6.043c.736-1.154 2.553-3.805 3.454-4.194 1.126-.486 6.49 2.365 5.723 1.045-.306-.526-3.724-1.045-4.976-2.49-.962-1.11-.132-1.414.452-2.09.583-.677 1.824-1.357 2.666-1.54.841-.183.647-.297.18-.836-.467-.538-1.466-1.994-1.673-3.06Z"/>
32
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M140.371 89.238c.521-.711 1.531-2.875 1.847-3.984-1.961 1.865-5.994 4.19-8.329 4.978l1.419 2.927c1.379-1.108 4.046-2.533 5.063-3.92Z"/>
33
+ <path fill="var(--sapContent_Illustrative_Color24)" d="m135.708 93.68.369-1.71.644-2.984c-.727.287-2.271.85-2.632.814-.45-.046-.99-1.34-1.694-2.822-.703-1.483-.307-.248-1.53 1.038-2.227 2.34-1.042 5.269-.152 5.495-.471 1.075-.231 2.434-.269 3.94-.049 1.884-.278 3.708-.621 6.267.638-.68.678-1.256 1.042-2.939.214-.995.647-4.222.519-6.35-.028-.46-.202-1.864-.426-3.545.304.015 1.426 1.363 2.047 1.804.621.441 1.331 4.257 3.423 5.97.808.66 1.42 4.962 3.549 7.053-.468-1.705-1.692-3.153-1.272-6.058.272-1.886-3.06-5.679-2.997-5.972Z"/>
34
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M129.532 118.646c.824-1.016 1.388-2.668.945-3.354-.39.3-1.337 2.214-3.474 3.814-1.555 1.165-6.429 4.085-12.744 6.624l-.556 1.893c1.435-.488 4.9-1.949 7.405-3.04 3.132-1.363 7.187-4.412 8.424-5.937Zm-21.523-39.87c-.22-3.892-2.222-9.51-4.278-10.716-.923-.535-1.419-.772-1.419-.772-.819-.208-3.795.727-2.2.88 1.511.146 5.844 9.143 5.974 11.023.129 1.88-.2 3.99-1.297 6.869-.877 2.302-4.58 3.368-6.345 3.576l-1.454.419c1.063 1.784 3.832 1.655 7.095-.734 3.88-2.84 4.199-5.679 3.924-10.544Zm25.23 1.752c.116-2.439.818-11.165-.801-12.272l-1.448-.313s-.046.213-.414 1.16c.703.805.632 2.556.632 3.184 0 .962-.215 2.848-.01 4.027.562 1.1-.203 2.465-.255 3.287.265 4.716-.687 9.027-1.004 9.69-.467.977.501.771 1.004 1.714 0 0 .314-.165.646-.947.332-.78 1.535-7.09 1.65-9.53Z"/>
35
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M104.894 56.808c1.032 1.845 2.439 1.688 3.296 1.703.05.345.349 1.737.935 2.889.587 1.152 1.979 3.01 8.938 5.78 0 0 .354 1.05-1.37.474-1.621-.542-5.29-2.678-6.363-3.75-3.414-3.418-1.663-3.105-3.414-3.418-1.077-.192-2.374-4.308-2.022-3.678Z"/>
36
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M119.268 125.392c-.719.287-5.32 2.143-5.32 2.143v-.394s-1.83-2.098-2.121-2.333c-.291-.235.825 2.223.44 3.324-.386 1.101-1.651 1.486-1.266 3.687.385 2.201.995 3.54 1.16 6.401.165 2.862.745 1.407.667.086-.117-1.981.313-2.31.12-2.971-.175-.603-.227-.753-.178-1.278.056-.589.174-.958.543.149.159.475 1.007 1.158.815 1.989-.082.354.556.721.436 2.254-.019.243-.379 1.219-.436 1.633.485-.595 2.433-2.072 2.433-2.6 0-.66-1.103-.751-1.103-1.466s-.495-2.546-.715-3.757c-.22-1.21.11-2.641.715-3.852.485-.969 4.53-3.302 3.81-3.015Z"/>
37
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M95.289 119.051c.999-.378 4.424-.502 9.119.242 4.695.744 8.982 5.878 9.29 6.699.308.822.257 2.806.201 3.065-.056.257-.846 1.921-.512 2.371.335.45-.322 1.495-.422 1.959-.101.464-.208 1.294.082 1.95.29.655.087.924-.082 1.21-.128.216-.804 7.226-1.221 8.691l.013.001s.077.79.252 1.29.413 2.191 0 3.223c-.516 1.289.163 5.621.163 6.523v4.192h-16.42c-.01-.027-1.139-3.023-1.045-3.921.095-.903.24-1.652.186-2.393-.054-.742-.213-1.538-.935-1.951-.722-.413-.685-1.39-.4-2.45.283-1.061-.295-3.893.4-4.513a.176.176 0 0 1 .041-.026c.06-2.158.678-11.75-.58-13.606-.54-.797 1.197-1.91 0-3.897-.377-.627.523-2.422-.186-3.385-.71-.962.405-2.124.568-2.629.13-.403 1.046-1.931 1.488-2.645Z"/>
38
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M95.189 141.504c.282.847 4.383 3.247 2.637 3.035-2.88-.352-.164 1.233-1.682 2.002-1.618.819 4.485 1.361 5.526 1.281 1.041-.08 5.606 2.563.881 1.762-4.725-.801-6.43-.892-7.362-1.201-.848-.282-2.142-.34-1.612-2.215.658-2.334.137-5.282.049-5.724-.228-1.141.914-2.535 1.563-3.753.444-.835-.454-4.099 0-3.342 2 3.343 1.803 4.376 1.363 4.845-.9.957-1.717 2.25-1.363 3.31Z"/>
39
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M111.685 127.709c-.445-1.737-7.005-7.356-4.315-6.401 2.684.953 6.674 5.84 6.692 5.862.032 1.26-.354 2.571-2.023 3.122-.956.316.384 1.86 0 2.444-1.599 2.431.962 3.549.962 3.911 0 2.402-.198 3.938-1.109 8.732.483.844.895 3.037.642 4.017-.328 1.274-.283 3.128.212 4.169.494 1.041.467 1.765 0 2.565-.374.641.07 1.114.226 1.595.155.48-.711.905-.438 1.68.191.543.274 1.062-.316 1.062H95.46c-.24-.587-.801-1.725-1.506-3.006-.88-1.603.56-2.483.88-4.004.321-1.522.441-.566 1.38.537.676.793-.178 1.385-.178 3.467 0 2.081 2.296 1.992 3.684 1.602 3.925-1.101 10.117 1.287 11.227.514 1.917-1.336-5.257-3.351-2.09-3.059 3.035.28 1.354-.339 1.755-1.54.4-1.201-.401-3.844-1.639-4.725-1.238-.88-1.603-.721-.924-1.522.679-.8.16-1.521-.679-2.322-.672-.64-3.376.817-2.097-.844 4.688-3.548 6.407-11.766 4.119-12.991-2.861-1.529-9.93-2.728-7.06-3.238 3.56-.35 10.2 4.481 6.641 1.434-3.558-3.047-8.253-4.119-6.839-4.212.81-.052 10.108 3.322 9.551 1.151Z"/>
40
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M97.2 119.207c-2.18-.144-2.99 1.183-3.123 1.865-.277-.604-.072-1.557.112-2.197.184-.641 1.383-1.039 2.55-1.309 1.623-.375 6.627.481 9.307 1.42 3.71 1.299 5.651 3.442 6.961 4.722 1.311 1.281 1.746 2.418 1.739 2.87-.006.361-.378.628-.652 1.129-.775-1.453-3.166-3.985-5.824-5.792-3.368-2.291-8.342-2.527-11.07-2.708Zm22.759-51.585c-6.439-1.215-10.189-4.792-11.259-6.428-.124-.61-.4-2.003-.516-2.685 1.388-.56 1.861-.918 2.788-3.242.926-2.325-.19-4.261-1.147-4.9.19-.869.559-1.68 1.512-2.633 2.353-2.356 4.912-3.749 9.558-3.749 5.619 0 8.136 1.163 11.143 5.22 3.008 4.058.927 10.165.184 12.085-.743 1.92-4.214 7.85-12.263 6.332Z"/>
41
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M130.697 61.103c3.121-5.707 1.026-10.554-.499-11.97-.773-.718 1.179 2.82 1.363 5.369.288 4.011-2.269 8.181-.864 6.6Z"/>
42
+ <circle cx=".558" cy=".558" r=".558" fill="var(--sapContent_Illustrative_Color8)" transform="scale(-1 1) rotate(-12.183 163.015 617.759)"/>
43
+ <circle cx=".558" cy=".558" r=".558" fill="var(--sapContent_Illustrative_Color8)" transform="scale(-1 1) rotate(-12.183 173.082 632.347)"/>
44
+ <circle cx="1.116" cy="1.116" r="1.116" fill="var(--sapContent_Illustrative_Color8)" transform="scale(-1 1) rotate(-12.183 191.89 619.973)"/>
45
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M117.5 105.299c2.155.493 7.696 1.283 10.197 1.616-1.87.308-3.004 0-6.31.315-3.232.308-4.194-.777-6.387-1.585-2.194-.808-.193-.962 2.5-.346Zm-7.942 12.6c-6.468-2.878-10.572-3.225-12.319-2.878.212-1.831 2.16-1.566 2.926-1.469 2.592.329 8.616 2.814 9.393 4.347Z"/>
46
+ <circle cx="53.503" cy="82.428" r="13.821" fill="var(--sapContent_Illustrative_Color22)"/>
47
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M67.2 112.15c1.2.2 2.636.93 3.386 1.596H59.838l3.113-2.346c.917.167 3.05.55 4.25.75Z"/>
48
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M70.586 113.746c-.75-1.097-6.432 0-6.432 0l-2.708 13.549c1.88-.061 5.823-.513 6.545-1.831.722-1.318 3.345-10.62 2.595-11.718Z"/>
49
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M32.686 69.806c4.961-7.031 15.237-6.097 18.269-5.33 3.327.841 10.89 3.92 9.77 5.787-.318.527-4.681-.276-6.223.435-1.234.569-5.414 2.551-4.664 8.805-1.279 1.492 1.729.636 3.172 1.83 1.442 1.194-.623 3.523.67 4.07 2.252.953 2.052 3.96 9.123 7.236 0 .252-1.66 1.414-4.066 2.82 2.32 1.314 4.16 3.035 4.64 5.164 1.124 4.999 3.249 11.623 3.749 13.748s0 10.872-.875 14.497c-.7 2.899-1.625 8.706-2 11.247-5.54-2.124-17.172-6.298-19.371-5.998-2.2.3-5.333.624-6.624.749l-1.91-38.42c-3.38-2.522-6.471-5.643-7.352-8.486-1.94-6.268-.816-11.764 3.692-18.154Z"/>
50
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M64.406 87.667c3.121-5.707 1.026-10.553-.5-11.97-.773-.718 1.18 2.82 1.364 5.37.288 4.01-2.27 8.18-.864 6.6Z"/>
51
+ <circle cx="1.116" cy="1.116" r="1.116" fill="var(--sapContent_Illustrative_Color8)" transform="scale(-1 1) rotate(-12.183 360.726 313.587)"/>
52
+ <circle cx=".542" cy=".542" r=".542" fill="var(--sapContent_Illustrative_Color8)" transform="scale(-1 1) rotate(-12.183 348.846 304.618)"/>
53
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M35.65 66.806c-4.664 2.945-6.684 8.96-7.369 12.503l2.114 15.342h30.67c-.404-.747-4.089-1.46-5.959-3.19-3.697-3.421-10.732-1.112-5.73-4.055 1.994-1.173 2.866-3.41 2.503-4.377-.362-.966-12.769-3.757-13.892-4.398-2.797-1.595.718-3.76-1.308-6.013-4.768-5.302 5.473-6.61 6.218-8.462-3.34.519-4.837 1.128-7.247 2.65Z"/>
54
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M30.265 160.477c-1.5-1.25-1.507-1.709-2.507-4.084-.787-1.869-.348-9.542-.016-13.318 1.484-7.695 9.764-6.428 10.764-6.553s19.656 3.911 22.905 7.035c2.6 2.5 2.403 13.712 1.778 16.92H30.265Z"/>
55
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M53.47 143.984c1.438.548 4.01 3.353 4.95 4.408-3.791-.77-11.984-3.278-14.43-3.576-5.395-.657-3.42 3.363-7.863 3.363-1.95 0-1.742 2.134-2.223 4.19-.72 3.076 3.773.802 4.286 3.453.41 2.121.996 1.861 2.279 4.655H29.087c-1.856-.667-2.788-6.132-2.788-8.591 0-1.147.28-4.317 1.171-6.363l14.54-5.473c3.222 1.083 10.024 3.387 11.46 3.934Z"/>
56
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M38.544 145.175c-2.841 1.516-9.17 1.978-11.617 2.03 0 0-.07-.213.346-1.23.414-1.017 14.764-13.423 14.7-9.255-.078 5.21.123 6.561-3.429 8.455Z"/>
57
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M42.503 96.413c.49-1.276 9.009-3.344 10.633-.531.313-.682.67-2.151-.41-2.577-1.349-.531-7.074-.409-10.918 0-3.844.41-3.231 2.372-3.926 2.577-.556.164.232 8.738.695 13.004.872 10.183 2.908 27.737 2.908 29.733 0 2.495.364 3.597 2.163 4.006 1.8.409 11.982 3.067 11.982 2.863 0-.205-.327-.491-.777-1.677s-3.721-2.208-6.216-3.149c-2.494-.941-3.067-1.595-1.595-1.595 1.472 0 3.517.245 6.257.982 2.74.736 3.108 1.554 1.145-.982-1.963-2.535-9.815-1.799-9.201-2.086.613-.286 1.636.041 1.513-.572-.123-.614-.695-.736-1.513-.941-.818-.204-2.168-1.267-.818-1.39 1.08-.098 13.432 3.628 17.876 4.541-.272-.586-3.36-3.894-5.487-4.908-2.658-1.268-11.571-1.515-12.39-1.923-.817-.409-2.29-19.835-.899-26.869 1.39-7.034-1.636-6.91-1.022-8.506Z"/>
58
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M44.757 90.876c-2.7-.3-5.624.708-6.75 1.25v4.124l6.75-2.25c2.1-.7 11.149-.214 16.69.37-4.917-1.101-5.216-1.49-7.518-2.302-2.215-.781-5.798-.817-9.172-1.192Z"/>
59
+ <path fill="var(--sapContent_Illustrative_Color24)" d="m39.024 82.698 3.441 9.674-3.442.697c-1.116-14.324-2.65-13.068-6.836-14.324 4.502-.781 6.357 1.923 6.837 3.953Z"/>
60
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M78.548 73.624c.661 1.101 4.73 3.526 4.407 4.627 3.012 0 9.212-.22 9.917-1.101.882-1.101-.329-3.526.177-6.77.357-2.286-1.62-2.783-1.4-3.995.22-1.213-1.724-5.204-2.621-6.938-.983-1.901-1.877-1.373-1.43 2.32-.864-4.437-1.218-4.849-2.218-4.671-1.148.203-.85 2.314-.374 5.477-.42-1.4-1.138-4.457-1.35-5.477a1.272 1.272 0 0 0-1.48-1.048c-.856.21-1.102 1.608-.506 5.72-.33-1.323-1.32-4.103-2.443-3.397-1.042.656-.31 5.826 1.013 11.115-1.522-1.558-2.507-2.964-3.515-2.413-.797.436 1.162 5.449 1.823 6.55Z"/>
61
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M78.43 70.436c-2.286-1.276-.475 1.967-.025 2.954.45.987 2.087 2.217 3.236 3.067 1.435 1.064 11.094.626 11.573-.81.383-1.148.017-2.967-.302-3.73-1.152.124-3.532.38-5.13 0-1.33-.315-1.92-.302-3.528 0-1.515.286-1.444.859-2.614.859s-.923-1.064-3.21-2.34Z"/>
62
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M45.796 98.51c.4-2.9 3.858-4.497 5.608-4.871 3 0 10.338.79 11.738.79.125-1.5 5.483-1.429 7.358-1.429.125-.875 3-.25 4.499 0 .1-1.3 2.458-2.125 3.624-2.375l3.125-8.373-1-4.25c.208-.624.85-2.149 1.75-3.248 1.124-1.375 3.749-1.75 7.123-.875 3.375.875 4.125 3.75 4.125 5.249 0 1.5-.75 10.873-1.5 16.997-.75 6.124-11.123 9.248-12.873 10.623-1.75 1.374-6.624 4.124-10.748 5.124-3.3.8-4.624 2.083-4.874 2.624-1.791.542-6.074 1.575-8.873 1.375-3.5-.25-4.874-2.75-8.374-5.624-3.499-2.874-1.208-8.113-.708-11.737Z"/>
63
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M44.163 96.944c.672-1.331 2.408-3.716 3.69-4.112.395-.14 5.11-.903 8.738 1.142-6.145-.679-8.32.148-10.202 4.087-.755 1.581-.89 6.31.926 11.185 1.06 2.848 2.616 6.916 5.593 8.02 1.657.046 1.986-.998 2.873-.336.886.661 7.589-1.373 8.441-3.454l1.938-.874c0 .629-1.213 2.36-2.387 3.422-1.467 1.327-8.076 4.898-14.293.906-3.315-2.129-5.897-9.103-6.219-11.597-.55-4.273-.22-6.168.902-8.389Z"/>
64
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M56.931 135.297c-1.92-1.11-15.854-1.665-22.581-1.804-.283 1.388-.678 4.191 0 4.302.846.139 14.537 4.163 18.206 5.689 2.936 1.221 8.75 7.262 11.291 10.13 1.483-.424 1.48-11.876 1.255-12.764-.282-1.11-5.771-4.165-8.17-5.553Z"/>
65
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M50.755 135.139c-6.024-.514-8.413-.508-10.26-.508-.623 0-1.272.222-1.517 1.248-.195.822 0 2.981 0 4.219.262-.44.93-1.418 1.517-1.809.734-.489 6.748 2.603 10.561 3.727-1.256-1.618-2.95-3.12-6.112-4.216-3.398-1.177-1.542-1.059-.927-.991 2.125.237 3.347.346 6.738-1.67Zm4.597 15.662c-1.231-.58-2.697-1.655-2.455-1.897 3.984 0 8.685 2.127 10.677 4.209 1.594 1.666 1.775 5.554 1.353 7.365h-3.532c-.362-2.204-.157-5.988-1.244-7.365-1.358-1.72-3.26-1.588-4.799-2.312Z"/>
66
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M40.128 153.93c2.855-6.099 5.66-7.687 9.322-7.955 2.451-.179 8.545 1.788 9.892 2.746 1.346.958 1.57.761 4.22 4.353-7.27-4.704-14.718-5.662-18.302-2.309-3.585 3.353-4.694 5.597-4.694 9.712h-1.877c0-1.59.41-4.349 1.439-6.547Z"/>
67
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M15.703 83.623c.583-1.167 9.41-3.525 14.09-4.619 3.35-.82 5.58-.19 6.866 1.12 1.495 1.522 1.885 3.62 2.432 8.179.547 4.558 2.313 37.723 2.678 46.839.331 8.294-1.188 9.088-4.047 9.651-2.326.457-10.482 1.307-15.405 1.854-4.923.547-6.062-.214-6.621-1.641-.527-1.345-.49-30.448-.672-45.034-.243-4.923.096-15.182.679-16.35Z"/>
68
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M18.051 83.665c.482-1.447 1.897-1.872 3.312-2.425-6.13 1.732-6.132 2.593-6.57 4.072-.351 1.183-.147 10.406 0 14.862 5.314 3.689 16.782 9.932 16.782 4.694 0-7.424.25-7.636-1.718-8.694-3.565-1.917-12.051 2.173-12.051-1.26 0-1.837-.358-9.44.245-11.25Z"/>
69
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M16.43 146.923c.913.296 8.346-.502 12.349-.956.877-.098 1.649-.16 2.556-.894.908-.733.664-1.815.664-3.176v-22.236c0-3.979.418-17.942 0-19.722-.33-1.402-1.292-2.27-2.967-2.897-1.676-.629-2.863-.385-4.503 0-1.296.303-5.9 1.466-7.75 1.85-1.85.384-2.618 1.64-2.967 2.408-.349.768-.314 4.816-.314 7.574s.314 31.906.314 34.768c0 2.863 2.185 3.141 2.618 3.281Z"/>
70
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M22.748 97.497a1.68 1.68 0 0 1 .3-.082c1.062-.293 2.177-.634 3.58-.762 1.536-.14 3.256.5 4.32 1.249 1.063.748.632 3.263.632 5.342v34.731c0 4.952.212 6.414-1.254 6.903-.857.286-1.609.384-2.691 0-1.082-.384-1.924-1.513-2.06-3.242-.085-1.096.28-19.708.28-27.039 0-7.33.279-14.626-1.047-16.437-.528-.72-1.235-.838-1.76-.745l-.3.082Z"/>
71
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M31.478 81.479c-1.795-2.243-7.08-.888-10.53-.136 9.476-2.675 11.018-3.382 13.899-2.326 3.46 1.267 4.032 3.13 5.243 18.698.521 6.706 3.048 40.473 1.495 44.155-1.554 3.681-5.145 3.159-10.325 3.791 1.404-.555 1.219-2.025 1.227-3.055.119-14.26.248-38.028.248-40.659 0-2.829.986-17.665-1.257-20.468Z"/>
72
+ <circle cx="45.68" cy="80.515" r="6.367" fill="var(--sapContent_Illustrative_Color8)"/>
73
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M39.652 78.254c.676-2.223 2.43-3.33 3.78-3.653l1.762-.334c-.725.14-2.37 1.22-3.316 2.21-2.021 2.113-1.425 6.134 0 7.737 1.83 2.058 7.887 1.514 9.13-.195-.423 1.268-2.61 2.732-4.718 3-1.674.212-3.243.088-4.908-1.57-1.84-1.833-2.576-4.417-1.73-7.195Z"/>
74
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M39.652 78.254c.676-2.223 2.43-3.33 3.78-3.653l1.762-.334c-.725.14-2.37 1.22-3.316 2.21-2.021 2.113-1.425 6.134 0 7.737 1.83 2.058 7.887 1.514 9.13-.195-.423 1.268-2.61 2.732-4.718 3-1.674.212-3.243.088-4.908-1.57-1.84-1.833-2.576-4.417-1.73-7.195Z"/>
75
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M46.29 87.019c-1.674.212-3.243.088-4.908-1.57-1.446-1.44-2.21-3.344-2.06-5.442.08-1.142.653 1.22 1.31 1.067.156 1.27.621 2.438 1.246 3.14 1.83 2.058 7.887 1.514 9.13-.195-.423 1.269-2.61 2.732-4.718 3Z"/>
76
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M75.357 94.731c-2.587 0-3.2-1.44-4.854-1.744.118-1.114 4.588.119 5.26.119.67 0 .559-.844 1.47-1.275.91-.431 1.953.212 4.06.979 1.687.613 1.834 4.749 1.01 5.897-.112-1.006-.632-3.21-1.82-3.976-1.485-.958-3.258-1.485-3.593-1.245-.335.24 3.112 1.844 2.78 3.323-1.938-1.541-3-2.078-4.313-2.078Zm-2.717 13.403c1.811.63 12.83-6.075 15.763-6.351-10.292 6.97-16.122 9.009-21.071 10.741-3.003 1.05-2.784 1.025-3.77 2.305-.984 1.28-7.294 2.675-7.786 2.085-.492-.591-.156-2.258 0-3.365.096-.682 1.911-1.618.304-1.242-3.006.703-.202 4.287-2.466 4.877-2.265.591-5.005-1.863-5.595-3.635-.591-1.772-.927-2.095-1.862-3.08-.746-.785-1.875-4.596-1.226-6.1.71-1.642.247-1.659.345-4.219.098-2.56 1.261-.331 3.582-3.616 1.544-2.186.692 1.146-.49 2.13-1.18.985-1.965 7.592-.97 6.579 1.162-1.182 5.138-5.97 7.107-5.773 1.97.197 1.477 4.431 1.575 6.99.099 2.56 1.356 3.341 2.735.584 1.378-2.756 1.893-.584 1.302 3.059-.59 3.643.69 2.068 1.674.689.984-1.378 3.251-8.004 2.757-13.814 1.613.788 2.213 8.577 0 13.125-1.663 3.418 1.222 2.166 3.191.689 1.97-1.476 1.28-1.28 1.576-2.658.295-1.378 1.06-.788 3.325 0Z"/>
77
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M13.546 139.312c0 4.592 0 7.141 2.947 7.608-2.424-.855-2.213-1.743-1.904-11.032.388-11.656 2.532-27.167 1.072-29.229-3.092-4.367-.301-6.535-1.524-5.969-1.816.84-.591 33.737-.591 38.622Z"/>
78
+ </svg>
@@ -0,0 +1,25 @@
1
+ <svg id="tnt-Dialog-Tools" 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="M98.571 87.273h-.006v.006l.006-.006Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color21)" d="m83.017 96.77 14.153-8.618.796-.486c.18-.076.576-.368.6-.382l-.048.014c.052-.038.113-.075.165-.113l.038-.028c.085-.047.17-.09.25-.142l4.544-2.828c-.037.014-.085.028-.122.042a1.99 1.99 0 0 0 .377-.203c1.108-.825-.604-2.248-3.828-3.177-3.22-.929-6.737-1.014-7.85-.189-.014.01-.023.024-.038.033l-4.62 2.933c-.052.033-.09.06-.132.094l-16.086 9.792-31.662-8.764-.679.31 18.396 16.94-2.546 1.551-3.937 5.87s-.014.018-.042.061l-1.216 1.82-.58.872 1.791-.538.642-.193 2.8-.849 9.34-2.838 8.023 7.388.915-.132 39.022-10.363-28.462-7.873-.004-.004Zm-24.883-2.758 8.462 2.31h-.01l-8.438-2.301-.01-.01h-.004Zm.726.669 7.203 1.961-3.05 1.858-4.153-3.819Zm10.848 9.981 6.044-3.466 2.168-1.32 17.35 4.729-20.009 5.167-5.548-5.106-.005-.004Zm5.61 5.157 20.909-5.398h.019-.01l-17.797-4.86h.01l17.81 4.855-20.936 5.408-.005-.005Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M77.436 95.199h-.005s0-.01-.01-.01h.015v.01Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M77.436 95.198h-.005s0-.005-.01-.005c0 0 .01.005.015.005Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M67.629 86.84s7.076 8.472 9.801 8.373l-12.63 7.765-2.338-2.509 4.479-13.153.688-.476Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M70.915 92.748c-.717-.57-1.523-.698-2.212-.67h.26c.132.01.269.014.396.043h.01c.094.014.183.033.277.052.198.047.396.113.6.202.084.038.16.071.244.118.137.08.279.175.406.278.702.561 1.028 1.297 1.164 1.966-.127-.678-.434-1.428-1.145-1.99Zm-7.124 8.92c-.73-.585-1.108-1.41-1.028-2.094l-1.32 3.871-.688 2.032 1.83-1.132 3.422-2.121c-.656.198-1.504.014-2.216-.547v-.009Zm12.328-6.879a3.941 3.941 0 0 0-1.16.127c-.014 0-.018 0-.037.01-.306.07-.627.189-.98.353a5.511 5.511 0 0 1 2.144-.443l.01-.01c.67.043 1.117.25 1.296.355l.057-.038c-.16-.094-.627-.311-1.33-.354Zm-8.849-2.8a.85.85 0 0 0-.075.198c.047-.1.085-.194.118-.293-.01.033-.029.062-.043.095Zm-.179.443.019-.014v-.019l-.019.033Zm.472-1.199c-.08.203-.142.434-.25.66.542-1.4.56-2.607.443-3.441-.014-.09-.033-.165-.043-.222-.018-.052-.023-.094-.033-.118v-.018a2.613 2.613 0 0 0-.127-.359c0-.01 0-.028-.014-.042a3.271 3.271 0 0 0-.415-.646c.109.123.283.32.439.608.377.674.683 1.839 0 3.578Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m107.872 88.112-.972.392-37.937-21.876.778-.532 38.121 22.016h.01Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m86.934 99.55-.886.34 20.847-11.385.971-.392L86.93 99.551h.004Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color26)" d="m72.782 95.966-.16.104c-.057.042-.114.08-.18.127a8.854 8.854 0 0 1-.415.255l35.896-44.618.104.033c.099.028.193.052.297.075.198.048.41.09.618.118l.311.043h.061c.08.01.156.014.236.014.316.028.618.028.891.014L76.035 94.906l-.024.037-.01.01c-.546 0-1.3.094-2.144.443-.35.146-.717.34-1.09.575h.015v-.005Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M102.747 47.62a1.246 1.246 0 0 1-.071-.16l-.009-.015-.01-.014s-.009-.019-.009-.028c-.014-.005-.014-.019-.014-.019l-.01-.028s-.014-.033-.023-.047c-.01-.014-.01-.029-.01-.029l-.014-.028-.009-.028v-.014l-.01-.01v-.01h-.009l-.014-.032-.019-.043v-.01l-.009-.018-.015-.028v-.01l-.014-.018v-.015h-.009v-.01l-.014-.032v-.014l-.01-.014-.014-.029v-.042s0-.024-.014-.038c-.009-.047-.028-.085-.042-.132v-.01c-.01-.056-.033-.108-.048-.16v-.032l-.042-.118c0-.014-.014-.057-.014-.057v-.019l-.01-.028v-.019s-.014-.038-.014-.052c0-.028-.014-.08-.014-.08v-.014a3.86 3.86 0 0 1-.127-.679 5.225 5.225 0 0 1-.043-.66c.01-.65.132-1.273.406-1.843l-.09.108-35.33 43.91-4.286 12.603-.047.132-1.325 3.903-.631 1.872 1.834-1.127 3.507-2.154v-.019c-.033.019-.061.023-.094.033-.646.202-1.504.019-2.216-.547a2.827 2.827 0 0 1-.947-1.363l4.469-12.757c.08.113.061.094.146.269 0 .014 0 .033.014.047.024.052.047.113.066.174.278.707.453 1.806-.056 3.324-.09.283-.222.613-.34.929l-.085.226 1.334-1.556 34.416-43.16.014-.02c-.023-.047-.056-.099-.075-.15v.009Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M72.032 96.453a4.726 4.726 0 0 0-.033-1.49c0-.037-.014-.07-.014-.108-.141-.67-.467-1.4-1.17-1.966-.131-.104-.273-.188-.41-.278a4.028 4.028 0 0 0-.244-.123 2.773 2.773 0 0 0-.594-.202 4.553 4.553 0 0 0-.279-.052h-.01a2.874 2.874 0 0 0-.395-.038h-.01c-.084 0-.17-.01-.25 0h-.028c-.06 0-.113 0-.165.01a4.997 4.997 0 0 0-1.376.296L102.93 47.9l.014-.02c.179.307.377.61.604.901.207.279.438.547.702.806a7.778 7.778 0 0 0 .542.505c.09.085.189.156.278.231a8.479 8.479 0 0 0 2.862 1.509l-.019.028-35.868 44.599h-.014v-.005Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M109.385 45.032c-2.739-1.881-3.819-4.767-3.498-6.634l-4.851 6.285c-1.665 2.079.099 4.728 2.875 7.11 2.777 2.38 6.497 3.262 8.52.546l4.723-6.006c-1.272 1.127-4.846.712-7.769-1.301Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M117.418 45.994c1.16-1.759-.481-4.89-3.663-6.992-3.182-2.098-6.709-2.376-7.873-.618-1.165 1.759.481 4.89 3.663 6.992 3.182 2.098 6.709 2.376 7.873.618Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M116.155 46.21c.561-.655.056-1.998-1.122-3.012-1.184-1.014-2.593-1.306-3.154-.655-.561.655-.057 1.999 1.122 3.012 1.183 1.014 2.593 1.306 3.154.656Zm-64.97.283 32.902 64.009 39.022-21.923-71.924-42.086Zm18.58 19.598 38.121 22.017-20.937 11.437-17.185-33.449v-.005Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m51.185 46.493-.68.655 32.667 63.632.915-.278-32.902-64.009ZM74.95 83.427l-3.22 1.73.231.429 3.216-1.73-.231-.43h.005ZM62.311 61.8l-2.003 1.076.23.429 2.004-1.075-.23-.43Zm6.604 12.834-2.013 1.084.231.43 2.013-1.08-.23-.43v-.004Zm-3.413-6.628-2.008 1.08.231.428 2.009-1.08-.231-.428Zm6.648 12.902-1.985 1.066.231.429 1.985-1.066-.231-.429Zm3.352 6.46-2.004 1.075.231.43 2.004-1.076-.231-.429Zm3.225 6.284-1.99 1.07.231.43 1.99-1.07-.231-.43Zm3.276 6.369-1.984 1.066.23.429 1.985-1.065-.23-.43Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color26)" d="m112.016 52.904-1.071.769c-.843.664-1.188-.066-2.715.32-.085-.023-.151-.042-.189-.042-.08 0-.268-.07-.349-.08-.023 0-.056-.02-.075-.02-.099-.018-.061-.032-.165-.046-.207-.033-.16-.062-.358-.109-.109-.018-.142-.051-.241-.08l-.311-.118-22.464 27.938 2.258.533-5.172 6.657c.118.174.844 1.626.844 1.626l6.29-7.82 22.251-27.67.83-1.033c.194-.165.627-.825.627-.825h.01Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m75.285 76.774 25.473-31.668.018-.051c-.273.57-.381.815-.396 1.47 0 .222.505.27.528.49.019.227.066.453.128.68v.014l.014.08c0 .014.009.038.014.052v.019s0 .014.009.028v.019s.015.042.015.057c.014.042.028.08.042.117v.033c.014.052.038.104.047.16v.01c.014.047.033.085.043.132.009.014.014.019.014.038 0 0-.326-.212-.326-.208l.33.217v.01l.01.01v.009s.009.014.014.028c0 0 0 .01.009.014v.014s.01.019.015.033v.01h.009v.014s.014.014.014.019v.009s.01.014.014.028l.01.02v.009l.019.042.014.033h.009v.01l.01.009v.014s0 .014.009.028l.014.029s0 .014.01.028c.009.014.014.033.028.047l.009.028s0 .014.014.02c0 .009.01.018.01.027 0 0 0 .005.009.015l.01.014c.019.052.042.108.07.16.359-.193-.094.24-.07.288l-.198.471-24.313 30.163"/>
20
+ <path fill="var(--sapContent_Illustrative_Color15)" d="m76.954 80.122 24.619-30.606.014-.019c.179.306.377.608.604.9.207.279.438.547.702.807.109.113.231.235.359.344.056.052.122.108.183.16.09.085.189.156.279.231a8.474 8.474 0 0 0 2.861 1.509l-.019.028L84.082 81.41"/>
21
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M113.166 46.97c-1.324-.377-2.88-1.122-4.073-2.065-1.806-1.433-3.107-2.815-3.507-4.635l-5.059 6.29c-.245 1.31.844 3.38 3.309 5.332 1.401 1.112 2.824 1.636 3.942 1.824l5.921-6.746h-.533Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M100.762 47.889c.207 1.06.98 2.24 2.201 3.451l5.516-6.685c-1.004-1.056-2.013-1.976-2.512-3.21l-5.201 6.453v-.009h-.004Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M109.612 54.097c-1.594 0-3.55-.622-5.384-1.83-3.338-2.201-4.696-5.331-3.447-7.217l-.014.028c-.867 1.754.566 4.762 3.701 6.827 3.13 2.065 6.643 2.347 7.755.66l-.089.136c-.566.854-1.221 1.405-2.522 1.405v-.01Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m84.728 102.284-3.229 1.735.4.736 3.23-1.735-.4-.736Zm-3.276-6.355-3.23 1.735.401.735 3.23-1.735-.4-.735Zm-3.301-6.359-3.23 1.734.402.736 3.229-1.735-.4-.736Zm-3.375-6.365-3.23 1.735.402.736 3.229-1.736-.4-.735Zm-3.253-6.384-3.23 1.735.402.736 3.23-1.735-.402-.736Zm-3.295-6.327-3.23 1.735.4.736 3.23-1.735-.4-.736Zm-3.188-6.241-3.229 1.735.401.735 3.23-1.735-.401-.735Zm-3.422-6.333-3.23 1.736.401.735 3.23-1.735-.4-.735Z"/>
25
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg id="tnt-Dialog-Tutorials" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M160 61v45c0 6.623-5.377 12-12 12H12c-6.623 0-12-5.377-12-12V61c0-6.623 5.377-12 12-12h136c6.623 0 12 5.377 12 12Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" d="m111.823 104.653-67.19 11.997c-.518.09-1.05.02-1.528-.201l-3.803-1.769-4.768.744a3.93 3.93 0 0 1-.613.04c-.216 0-.447-.02-.673-.05a6.193 6.193 0 0 1-.648-.126 3.525 3.525 0 0 1-.547-.196l-7.963-3.788c-.161-.075-.267-.145-.332-.221-.065-.075-.09-.145-.07-.216.02-.065.08-.125.186-.176.105-.05.246-.09.437-.115l4.682-.688-14.122-6.572c-.864-.402-.684-1.673.256-1.818l53.048-8.174a3.892 3.892 0 0 1 1.542.07l42.131 10.495c.407.1.392.688-.025.764Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M114.053 42.301c.266-.015.537.036.788.126s.497.236.718.417a2.722 2.722 0 0 1 .904 1.441l1.25 5.437-81.302 4.896-1.05-6.046a2.115 2.115 0 0 1 .03-.908 1.966 1.966 0 0 1 1.04-1.29c.26-.131.557-.211.883-.232l76.739-3.84Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m36.405 54.617 81.297-4.89 10.449 45.433c.07.306.08.608.05.884a2.056 2.056 0 0 1-.256.763 1.724 1.724 0 0 1-.517.557c-.211.14-.452.236-.728.271l-78.606 9.851c-.337.045-.663.01-.974-.075a2.402 2.402 0 0 1-.864-.442 2.774 2.774 0 0 1-.658-.728 2.595 2.595 0 0 1-.356-.944l-8.832-50.68h-.005Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M40.778 48.286c.256-.015.512.025.753.106a2.19 2.19 0 0 1 1.165.924c.136.215.23.451.271.707a1.663 1.663 0 0 1-.316 1.331c-.14.176-.317.326-.522.432-.206.105-.442.17-.703.186a2.121 2.121 0 0 1-1.416-.467 2.262 2.262 0 0 1-.507-.563 1.861 1.861 0 0 1-.271-.713 1.763 1.763 0 0 1 .02-.728c.05-.226.155-.436.296-.607a1.62 1.62 0 0 1 1.23-.613v.005Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M48.099 107.488c-.337.04-.663.01-.975-.076a2.69 2.69 0 0 1-1.521-1.175 2.554 2.554 0 0 1-.356-.944l-8.832-50.675-1.05-6.045a1.98 1.98 0 0 1-.035-.452 2.068 2.068 0 0 1 .196-.828c.056-.126.136-.246.216-.352l-1.33 1.733c-.08.11-.15.226-.216.346a2.417 2.417 0 0 0-.14.392c-.036.14-.051.276-.056.426 0 .146 0 .297.035.447l1.034 5.98 8.681 50.118c.056.341.181.653.352.934.17.281.397.527.648.723.256.196.542.341.853.437.311.09.638.12.964.075l77.898-9.84 2.239-1.08-78.605 9.851v.005Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M128.522 88.108c-.025.185-.08.356-.171.507-.085.145-.2.276-.341.371a1.162 1.162 0 0 1-.492.181L41.792 99.304a1.75 1.75 0 0 1-.667-.055 1.755 1.755 0 0 1-.598-.296 1.918 1.918 0 0 1-.457-.487 1.776 1.776 0 0 1-.256-.638l-2.29-11.633a1.591 1.591 0 0 1 .006-.653 1.445 1.445 0 0 1 .703-.959 1.49 1.49 0 0 1 .617-.196l85.284-8.59c.181-.02.366 0 .547.065.176.055.352.145.502.27a1.842 1.842 0 0 1 .658 1l2.646 10.393c.05.206.065.407.045.593l-.01-.01Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M127.879 89.062a.463.463 0 0 1-.115.046c-.04.015-.081.025-.121.035-.04.01-.085.015-.125.02L41.798 99.3a1.749 1.749 0 0 1-.669-.055 1.754 1.754 0 0 1-.597-.297 1.92 1.92 0 0 1-.457-.487 1.776 1.776 0 0 1-.256-.637l-2.29-11.633a1.571 1.571 0 0 1-.03-.372c0-.12.02-.236.045-.347a1.96 1.96 0 0 1 .131-.32 1.37 1.37 0 0 1 .19-.277 4.8 4.8 0 0 0-.14.166l-.035.035-.24.271c-.031.035-.061.065-.086.09-.02.025-.05.056-.07.08-.026.026-.056.056-.08.086l-.187.21s-.015.016-.02.026l-.075.075a.247.247 0 0 1-.035.04l-.462.518c-.075.085-.136.18-.19.276a1.26 1.26 0 0 0-.126.316c-.026.11-.046.226-.05.347 0 .115.004.24.034.366l2.25 11.508c.045.226.135.437.256.627a1.845 1.845 0 0 0 1.04.774c.215.06.436.08.662.05l1-.974-1 .979 84.952-10.172c.045-.005.086-.015.126-.02.04-.006.08-.02.12-.036.04-.015.076-.03.111-.045a.56.56 0 0 0 .105-.06l2.255-1.416-.106.06.005.01Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M82.447 86.094c.07.1.14.206.2.316.06.11.12.221.171.337.05.115.096.23.136.351.04.12.075.246.1.372.035.145.055.29.07.436.015.146.02.287.015.427a3.174 3.174 0 0 1-.12.803 3.13 3.13 0 0 1-.342.764 2.752 2.752 0 0 1-1.235 1.064 3.073 3.073 0 0 1-1.747.2 3.509 3.509 0 0 1-.863-.265 4.159 4.159 0 0 1-.784-.472 3.7 3.7 0 0 1-.662-.653 4.54 4.54 0 0 1-.257-.356 3.63 3.63 0 0 1-.215-.387 4.167 4.167 0 0 1-.171-.412c-.05-.14-.09-.286-.12-.431a4.506 4.506 0 0 1-.07-.442 2.93 2.93 0 0 1-.016-.427c.005-.14.02-.276.04-.412a3.057 3.057 0 0 1 .437-1.15 2.789 2.789 0 0 1 2.089-1.27c.321-.035.642-.02.959.045.316.066.617.166.908.312a3.97 3.97 0 0 1 1.472 1.265l.005-.015Zm-1.954 4.604a2.507 2.507 0 0 0 1.02-.346c.296-.181.547-.427.738-.719.19-.29.321-.617.386-.978a2.831 2.831 0 0 0-.035-1.14 3.401 3.401 0 0 0-1.25-1.938 3.169 3.169 0 0 0-1.01-.522 2.793 2.793 0 0 0-1.119-.11 2.431 2.431 0 0 0-1.762 1.048 2.513 2.513 0 0 0-.392.98c-.065.361-.06.748.03 1.144.09.397.246.768.462 1.095.216.326.487.617.794.848a3.3 3.3 0 0 0 1.014.522c.361.11.743.151 1.12.106"/>
11
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M79.218 84.955c.381-.04.758 0 1.12.11.36.11.702.286 1.009.522a3.381 3.381 0 0 1 1.25 1.938c.085.392.095.779.035 1.14-.06.362-.196.688-.387.98a2.4 2.4 0 0 1-1.757 1.064c-.377.04-.758 0-1.12-.106a3.094 3.094 0 0 1-1.014-.522 3.544 3.544 0 0 1-.793-.849 3.215 3.215 0 0 1-.462-1.094 2.948 2.948 0 0 1-.03-1.145c.065-.361.2-.693.391-.979a2.33 2.33 0 0 1 .744-.708 2.48 2.48 0 0 1 1.019-.341l-.005-.01Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M124.963 81.486c.18-.02.361 0 .532.055.171.056.341.146.487.261.145.116.281.261.391.422a1.69 1.69 0 0 1 .282 1.115 1.28 1.28 0 0 1-.161.487c-.08.14-.196.26-.336.351a1.11 1.11 0 0 1-.477.171l-42.662 4.79a3.194 3.194 0 0 0 .12-.803c0-.141 0-.282-.015-.427a3.296 3.296 0 0 0-.07-.437 3.661 3.661 0 0 0-.407-1.06c-.06-.11-.13-.215-.2-.316l42.516-4.614v.005Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M46.778 88.404c.116-.01.226 0 .337.03a.943.943 0 0 1 .532.397c.06.095.105.2.13.316l.87 4.328a.818.818 0 0 1 0 .332.756.756 0 0 1-.663.602.837.837 0 0 1-.337-.03.996.996 0 0 1-.301-.15.9.9 0 0 1-.231-.247.88.88 0 0 1-.13-.316l-.87-4.338a.818.818 0 0 1 0-.331.734.734 0 0 1 .357-.492c.09-.05.196-.09.311-.1h-.005Zm-3.082.332a.98.98 0 0 1 .341.03.945.945 0 0 1 .532.396c.06.096.106.201.13.317l.864 4.343c.026.115.02.23 0 .336a.705.705 0 0 1-.125.286.786.786 0 0 1-.547.316.83.83 0 0 1-.337-.03.998.998 0 0 1-.537-.396.82.82 0 0 1-.13-.322l-.864-4.353a.818.818 0 0 1 0-.331c.02-.106.065-.2.125-.286a.773.773 0 0 1 .231-.211.712.712 0 0 1 .312-.1l.005.005Zm32.981-2.23a2.62 2.62 0 0 0-.09.392 3.055 3.055 0 0 0-.025.838c.015.146.035.291.07.442.035.15.075.291.12.432a3.929 3.929 0 0 0 .643 1.155l-20.143 2.259a1.76 1.76 0 0 1-.668-.06 1.812 1.812 0 0 1-.598-.302 1.957 1.957 0 0 1-.461-.492 1.887 1.887 0 0 1-.267-.637 1.573 1.573 0 0 1 0-.668c.046-.21.126-.402.246-.572a1.44 1.44 0 0 1 .452-.417c.181-.106.387-.176.613-.2l20.118-2.18-.01.01Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m128.038 101.568-2.186 1.411s-.05.033-.073.045c-.022.011-.051.033-.067.045-.023.011-.051.033-.068.045-.022.011-.05.033-.073.045a16.07 16.07 0 0 1-1.433.77 15.098 15.098 0 0 1-3.097 1.045c-.54.118-1.09.208-1.641.264-.276.034-.557.056-.832.073-.275.017-.562.023-.843.028-.281 0-.568 0-.854-.022-.287-.023-.574-.034-.86-.068a17.829 17.829 0 0 1-2.586-.455 18.75 18.75 0 0 1-2.529-.843 20.095 20.095 0 0 1-4.721-2.788 20.776 20.776 0 0 1-2.08-1.888 21.832 21.832 0 0 1-1.815-2.142 21.64 21.64 0 0 1-1.518-2.36 20.959 20.959 0 0 1-2.023-5.188 19.202 19.202 0 0 1-.517-5.345c.04-.882.152-1.748.326-2.596a16.052 16.052 0 0 1 1.703-4.648 14.559 14.559 0 0 1 2.973-3.744l1.928-1.742a14.735 14.735 0 0 0-2.996 3.782 16.276 16.276 0 0 0-1.028 2.248 15.809 15.809 0 0 0-.68 2.445 18.012 18.012 0 0 0-.259 5.317c.084.905.236 1.81.455 2.71.22.899.501 1.792.838 2.675.348.882.747 1.737 1.203 2.563a21.769 21.769 0 0 0 3.366 4.558 21.141 21.141 0 0 0 4.418 3.496 20.52 20.52 0 0 0 2.456 1.236 18.56 18.56 0 0 0 2.557.86 17.517 17.517 0 0 0 4.339.557c.287 0 .568-.012.855-.023.286-.011.562-.039.843-.073a18.393 18.393 0 0 0 1.658-.264 13.599 13.599 0 0 0 1.596-.438 16.707 16.707 0 0 0 1.529-.607c.5-.231.978-.489 1.444-.776.028-.017.051-.034.073-.045.028-.011.051-.034.068-.045.022-.011.05-.034.067-.045.023-.011.051-.034.073-.05"/>
15
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M127.078 72.082a21.345 21.345 0 0 1 2.619 2.518c.798.91 1.517 1.883 2.153 2.9a21.034 21.034 0 0 1 1.63 3.21 20.93 20.93 0 0 1 1.062 3.428 19.112 19.112 0 0 1 .388 5.215 18.174 18.174 0 0 1-.354 2.53 16.84 16.84 0 0 1-.714 2.416 15.544 15.544 0 0 1-2.456 4.255c-.512.63-1.08 1.214-1.692 1.742a14.317 14.317 0 0 1-1.973 1.445c-.466.287-.95.545-1.444.775-.501.237-1.006.433-1.529.607-.523.175-1.057.321-1.596.439-.54.118-1.096.208-1.658.264a10.39 10.39 0 0 1-.844.067c-.281.017-.567.023-.854.023-.286 0-.573 0-.86-.023a22.112 22.112 0 0 1-.871-.067 16.894 16.894 0 0 1-2.608-.466c-.86-.225-1.72-.506-2.557-.86a20.407 20.407 0 0 1-2.456-1.231 20.441 20.441 0 0 1-2.316-1.59 21.818 21.818 0 0 1-2.102-1.906 20.906 20.906 0 0 1-1.832-2.17 21.27 21.27 0 0 1-2.737-4.957 19.598 19.598 0 0 1-.838-2.675c-.213-.9-.365-1.805-.455-2.71a19.729 19.729 0 0 1-.068-2.692c.045-.893.152-1.764.326-2.624.175-.86.405-1.692.697-2.49a16.03 16.03 0 0 1 1.057-2.288c.405-.73.871-1.41 1.394-2.051a14.536 14.536 0 0 1 5.823-4.328c.747-.31 1.528-.556 2.332-.742a15.484 15.484 0 0 1 2.462-.36 16.588 16.588 0 0 1 3.378.13c1.124.157 2.237.421 3.333.792 1.096.371 2.164.843 3.198 1.417a21.012 21.012 0 0 1 2.979 2.012v.016l-.017.029Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M115.505 94.148c-1.001.563-2.439-.207-2.664-1.416l-1.321-7.177-1.321-7.178c-.225-1.208.928-2.017 2.125-1.495l15.923 6.93c1.332.58 1.646 2.294.533 2.912l-13.275 7.424Z"/>
17
+ </svg>
@@ -0,0 +1,44 @@
1
+ <svg id="tnt-Dialog-Unlock" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" d="m100.572 98.755 20.708 12.419c.178.109.064.203-.247.213l-4.626.153 2.11 1.265-7.927.228-4.077-.238-1.473-.869-49.377 1.645 2.333 1.399-9.024.257-4.67-.593-1.458-.865-7.087.163-4.735-.712-1.057-.637-1.073-.099-18.755-11.243 11.727-.954.02.01a.858.858 0 0 1 .173-.015l77.64-1.7c.322-.01.717.074.895.178l-.02-.005Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m114.371 108.026 8.263-.43v5.416l-8.263.193v-5.179Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m114.37 108.046-3.686.193.024 3.741 3.667 1.221v-5.155h-.005Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m38.39 105.115 6.81-.079 1.108 5.352-7.917.015v-5.288Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M34.872 102.278v5.096l3.524 3.029v-5.234l-3.524-2.891Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m49.406 110.995 9.415-.489v5.55l-9.415.222v-5.288.005Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m49.402 110.982-3.687-2.373.025 5.096 3.667 2.57v-5.298l-.005.005Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m33.587 47.783 14.332-9.638v73.144l-14.332-7.166v-56.34Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m47.919 38.145 80.556 3.954v66.225l-80.556 2.965V38.145Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M126.42 105.827a.245.245 0 0 1-.247-.248V44.535l-56.444-3.816a.24.24 0 0 1-.232-.257.238.238 0 0 1 .257-.232l56.676 3.83a.242.242 0 0 1 .232.247v61.282a.244.244 0 0 1-.247.247l.005-.009Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M54.344 46.151c0-1.132.944-2.031 2.07-1.977l63.754 3.119a1.972 1.972 0 0 1 1.878 1.972v51.699c0 1.063-.84 1.937-1.903 1.977l-63.753 2.338a1.981 1.981 0 0 1-2.051-1.977v-57.15h.005Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m65.217 37.166 2.965-1.492v79.568l-2.965-.993V37.166Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m68.182 35.674 53.869 11.713v55.485l-53.87 12.37V35.674Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m71.834 40.764 47.138 10.25v48.551l-47.138 10.823V40.764Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M80.537 61.388h-3.46v26.549h3.46v-26.55Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M81.797 62.796h-3.46v26.549h3.46v-26.55Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M81.031 64.264h-.494v23.613h.494V64.264Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M121.284 59.173a5.698 5.698 0 0 1 2.98-.025c.104.03.178.148.178.282v8.708c0 .133-.074.257-.178.286a5.646 5.646 0 0 1-2.98.045c-.103-.025-.178-.143-.178-.282V59.46c0-.133.075-.257.178-.286Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M122.016 68.597a5.288 5.288 0 0 1-.732-.123c-.103-.025-.178-.144-.178-.277V59.47c0-.133.075-.257.178-.286.243-.075.485-.129.732-.168"/>
22
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M121.458 58.447a3.995 3.995 0 0 1 2.486-.02c.089.03.148.148.148.282v8.707c0 .134-.059.258-.148.287a3.962 3.962 0 0 1-2.486.035c-.089-.025-.148-.144-.148-.282v-8.728c0-.133.059-.257.148-.281Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M122.041 58.294a5.243 5.243 0 0 0-.722.153h-.005v9.286h.005c.238.065.48.11.722.144v-9.588.005Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m124.097 63.433-2.787.03v.533l2.787-.035v-.528Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m123.633 63.438-1.196.014v.53l1.196-.016v-.529Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M123.875 67.728v-9.321a3.689 3.689 0 0 0-.618-.134l.01 9.598s.252-.03.608-.143Z"/>
27
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M121.359 83.977a5.703 5.703 0 0 1 2.98-.079c.103.025.178.143.178.277v8.708c0 .133-.075.257-.178.286a5.705 5.705 0 0 1-2.98.1c-.104-.026-.178-.144-.178-.278v-8.727c0-.134.074-.257.178-.287Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M122.09 93.392a5.249 5.249 0 0 1-.731-.123c-.104-.025-.178-.144-.178-.277v-8.728c0-.133.074-.257.178-.286.242-.075.484-.129.731-.168"/>
29
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M121.532 83.246a4 4 0 0 1 2.486-.064c.089.025.148.143.148.277v8.708c0 .133-.059.257-.148.287a3.966 3.966 0 0 1-2.486.079c-.089-.025-.148-.144-.148-.277v-8.728c0-.133.059-.257.148-.287v.005Z"/>
30
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M122.11 83.083a5.34 5.34 0 0 0-.721.168h-.005v9.286h.005c.237.06.479.104.721.129v-9.588.005Z"/>
31
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m124.166 88.184-2.782.084v.528l2.782-.084v-.528Z"/>
32
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m123.702 88.198-1.191.035v.529l1.191-.035v-.529Z"/>
33
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M123.949 92.483v-9.321a3.63 3.63 0 0 0-.618-.124l.01 9.598s.252-.035.608-.153Z"/>
34
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M89.248 71.812c-1.23 10.42 5.133 19.172 12.823 18.466 6.398-.591 10.704-7.762 10.546-15.458-.144-7.06-4.057-13.568-9.392-15.255-6.224-1.966-12.886 2.98-13.977 12.247Z"/>
35
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M90.887 72.023c-1.105 10.228 5.08 18.818 12.492 18.135 6.186-.572 10.324-7.633 10.132-15.222-.182-6.97-4.018-13.39-9.204-15.03-6.037-1.908-12.434 3-13.42 12.117Z"/>
36
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m94.727 66.515 2.038 1.807c.178-.375.375-.73.591-1.062l-1.97-1.76c-.375-.331-.827-.38-1.01-.1-.182.278-.028.783.351 1.12v-.005Zm.943 6.037c.004-.082.014-.164.023-.245l-2.715-.217c-.495-.038-.918.245-.947.64-.029.394.36.745.86.778l2.735.188c0-.38.014-.764.043-1.149v.005Zm3.633-7.402a6.29 6.29 0 0 1 .884-.544l-1-2.264c-.201-.456-.566-.725-.821-.6s-.293.605-.091 1.067l1.028 2.335v.005Zm4.787-.99v-2.235c0-.462-.211-.875-.471-.923-.259-.048-.476.288-.476.754l-.009 2.254c.317.024.634.073.956.154v-.005Zm5.787 6.181 1.663-1.057c.293-.188.428-.572.308-.86-.12-.29-.457-.38-.755-.198l-1.634 1.01c.159.355.293.725.423 1.105h-.005Zm-2.427-4.148.842-1.913c.163-.37.12-.817-.092-1.005-.216-.187-.524-.038-.692.332l-.841 1.86c.274.221.534.466.779.726h.004ZM96.17 77.436l-2.447 1.509c-.461.283-.72.817-.577 1.192.144.375.635.437 1.096.149l2.394-1.524c-.178-.428-.332-.87-.466-1.326Zm16.351-3.774-2-.16c.025.323.044.65.044.981 0 .082-.005.164-.005.246l2.014.139c.351.024.615-.226.601-.558-.015-.331-.308-.62-.654-.648Zm-.783 6.436-1.774-1.586c-.125.384-.264.764-.423 1.124L111.3 81.2c.327.288.687.273.808-.034.12-.303-.044-.779-.366-1.067h-.004Zm-8.21 4.138c-.168 0-.332-.02-.5-.03l-.014 2.899c0 .62.24 1.11.543 1.091.303-.02.543-.529.543-1.144v-2.87c-.188.025-.38.049-.572.049v.005Zm4.398-2.115a7.573 7.573 0 0 1-.808.77l1.067 2.422c.216.49.577.72.808.514.226-.207.235-.77.019-1.255l-1.086-2.45Zm-8.892.217-1.24 2.735c-.255.562-.23 1.182.048 1.38.279.196.712-.102.957-.664l1.187-2.692a7.484 7.484 0 0 1-.957-.764l.005.005Z"/>
37
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M95.665 72.637c-.5 6.326 3.25 11.752 7.863 11.69 4.11-.058 7.085-4.562 7.037-9.767-.043-4.908-2.778-9.378-6.421-10.315-4.043-1.038-8.013 2.51-8.484 8.397l.005-.005Z"/>
38
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M96.16 72.614c-.457 5.984 3.086 11.122 7.455 11.083 3.902-.033 6.738-4.292 6.705-9.247-.034-4.687-2.644-8.955-6.124-9.84-3.845-.975-7.604 2.419-8.031 8.004h-.005Z"/>
39
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M98.212 74.97c-.236 3.71 1.918 6.882 4.638 6.93 2.538.048 4.499-2.682 4.528-5.98.034-3.171-1.745-5.993-4.095-6.425-2.509-.462-4.845 1.917-5.071 5.474Z"/>
40
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M99.178 73.09c-.212 3.585 1.884 6.71 4.513 6.83 2.456.11 4.345-2.49 4.364-5.686.02-3.081-1.716-5.864-3.999-6.335-2.432-.505-4.681 1.75-4.883 5.19h.005Z"/>
41
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m103.937 65.535-2.139 1.72a.84.84 0 0 0-.274.366l-.634 1.596 2.672-.567.37-3.115h.005Z"/>
42
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M104.033 68.836c-2.317-.452-4.446 1.61-4.84 4.792 0-.178-.024-.356-.01-.538.202-3.442 2.452-5.696 4.884-5.191 2.283.47 4.018 3.254 3.999 6.335 0 .163-.024.312-.039.47-.149-2.907-1.812-5.445-3.989-5.868h-.005Z"/>
43
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m104.874 66.573.158.884c.144.812-.259 1.533-.812 1.423l-.37-.072c-.563-.11-.942-1.015-.74-1.774l.216-.817c.283-1.057 1.341-.798 1.548.356Z"/>
44
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg id="tnt-Dialog-UnsuccessfulAuth" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m42.136 113.57 69.376-10.079c.424-.076.439-.674.025-.776L69.625 91.75a3.933 3.933 0 0 0-1.564-.072L12.223 98.21c-.95.148-1.135 1.436-.26 1.845l28.625 13.311c.48.225 1.022.296 1.548.199v.005Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m125.674 93.982-10.842-49.855-81.835 5.886 9.931 52.798c.073.374.21.729.41 1.039a3.08 3.08 0 0 0 1.676 1.312c.338.109.702.145 1.057.109l77.799-8.437c.328-.036.62-.146.875-.3.255-.165.465-.383.629-.638a2.36 2.36 0 0 0 .328-.875 2.606 2.606 0 0 0-.037-1.02l.009-.019Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M48.35 54.013a6.96 6.96 0 0 1 2.742.346 8.077 8.077 0 0 1 2.442 1.33 8.134 8.134 0 0 1 1.877 2.105c.5.81.874 1.713 1.066 2.678a6.912 6.912 0 0 1 0 2.77 6.332 6.332 0 0 1-1.012 2.35 5.785 5.785 0 0 1-1.858 1.686 6.11 6.11 0 0 1-2.542.775 7.236 7.236 0 0 1-2.76-.328 8.02 8.02 0 0 1-2.47-1.33 8.115 8.115 0 0 1-1.895-2.123 8.158 8.158 0 0 1-1.066-2.706 6.826 6.826 0 0 1 .018-2.788 6.313 6.313 0 0 1 1.039-2.351 5.733 5.733 0 0 1 1.886-1.667 6.17 6.17 0 0 1 2.542-.747h-.01Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color23)" d="M85.569 71.123c.182-.018.355.01.528.073a1.645 1.645 0 0 1 .847.71c.1.164.173.356.219.565l1.002 4.875c.046.2.046.4.018.574a1.339 1.339 0 0 1-.182.492c-.091.145-.21.264-.346.355a1.05 1.05 0 0 1-.483.164l-39.26 3.68c-.19.02-.382 0-.555-.072a1.96 1.96 0 0 1-.501-.282 1.545 1.545 0 0 1-.383-.456 1.825 1.825 0 0 1-.218-.574l-.957-5.02a1.668 1.668 0 0 1 0-.601 1.29 1.29 0 0 1 .574-.866c.146-.091.319-.146.51-.164l39.196-3.471-.01.018Zm2.213 10.806c.182-.019.364 0 .528.063.164.064.337.155.483.274a1.732 1.732 0 0 1 .592 1.002l1.012 4.91c.045.201.045.402.018.584a1.324 1.324 0 0 1-.182.501c-.092.146-.21.264-.347.355a1.05 1.05 0 0 1-.483.164l-39.36 3.99c-.19.02-.382 0-.555-.063a1.721 1.721 0 0 1-.501-.282 1.796 1.796 0 0 1-.601-1.039l-.966-5.056a1.669 1.669 0 0 1 0-.602c.036-.191.1-.355.2-.51.1-.155.228-.273.374-.364.146-.092.319-.155.51-.174l39.287-3.772-.01.019Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M110.706 36a2.39 2.39 0 0 1 .947.137c.301.109.592.273.857.483.264.21.492.464.674.756.182.291.319.61.392.956l1.257 5.804-81.835 5.877-1.157-6.141a2.649 2.649 0 0 1 .009-1.039c.073-.328.21-.62.4-.865a2.26 2.26 0 0 1 .72-.62c.292-.155.61-.246.966-.273L110.706 36Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M32.451 41.74a2.547 2.547 0 0 0-.337.438 2.328 2.328 0 0 0-.218.51 2.365 2.365 0 0 0-.1.573c-.01.192.009.401.045.61l11.088 58.931a3.104 3.104 0 0 0 1.139 1.859c.282.228.61.392.948.501l-.01-.009c.337.109.692.146 1.057.109l-1.931 1.403c-.364.045-.72 0-1.058-.1a2.887 2.887 0 0 1-.938-.492 3.036 3.036 0 0 1-1.12-1.841l-10.97-58.565a2.332 2.332 0 0 1-.046-.61 2.36 2.36 0 0 1 .092-.565c.055-.182.118-.356.218-.51.1-.156.21-.301.338-.428l1.803-1.814Zm89.89 56.215a1.175 1.175 0 0 1-.183.1 1.696 1.696 0 0 1-.2.073l-.21.054a.881.881 0 0 1-.219.037l-77.38 8.456 1.932-1.404 77.799-8.446c.073-.01.146-.018.219-.036.073-.01.146-.037.21-.055.073-.027.136-.055.2-.082l.009.009c.064-.037.119-.063.182-.1l-2.359 1.394Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m74.735 85.427.182 1.276.865-.574.465.884-.975.382.966.911-.647.638-.829-1.111-.374 1.23-.874-.502.583-1.056-1.084-.174.09-.938 1.085.383-.328-1.258.875-.09ZM49.68 60.873a2.294 2.294 0 0 1-.93-.118c-.3-.1-.583-.256-.829-.447a2.807 2.807 0 0 1-.637-.71 2.64 2.64 0 0 1-.356-.912 2.497 2.497 0 0 1 0-.938 2.007 2.007 0 0 1 .975-1.358c.246-.145.538-.227.857-.255.319-.027.628.019.929.119.3.1.583.255.829.455s.465.438.638.71c.173.274.291.584.355.912.064.328.064.647 0 .938a2.214 2.214 0 0 1-.346.793c-.164.237-.383.42-.629.565a2.004 2.004 0 0 1-.856.255v-.009Zm11.625 14.641.173 1.276.875-.574.465.884-.984.373.975.92-.656.63-.839-1.112-.391 1.23-.884-.502.592-1.056-1.084-.183.1-.938 1.084.392-.328-1.267.902-.073Zm-5.685.511.173 1.275.884-.574.455.893-.984.374.966.929-.656.629-.838-1.121-.392 1.23-.893-.501.601-1.057-1.102-.182.11-.948 1.093.401-.32-1.266.903-.082Zm7.845 10.505.173 1.284.883-.583.465.893-.984.383.975.92-.656.638-.847-1.112-.383 1.24-.893-.502.601-1.066-1.093-.182.1-.948 1.094.392-.328-1.275.892-.082ZM49.88 76.535l.183 1.293.893-.583.455.893-.993.383.975.93-.665.628-.838-1.12-.41 1.238-.893-.51.62-1.057-1.112-.182.11-.948 1.102.392-.329-1.275.902-.082Zm2.141 11.106.173 1.294.893-.583.465.893-.993.392.975.929-.665.647-.848-1.13-.4 1.248-.902-.5.62-1.076-1.112-.182.109-.957 1.102.401-.328-1.284.911-.092Zm17.102-1.667.173 1.284.884-.583.455.893-.974.374.965.93-.647.628-.829-1.112-.391 1.24-.875-.502.583-1.066-1.084-.173.1-.947 1.075.391-.319-1.266.884-.091ZM51.338 62.35a3.987 3.987 0 0 1 1.995.364c.31.136.61.328.893.537.283.21.529.465.756.738-.182.401-.41.765-.683 1.102a4.737 4.737 0 0 1-.938.875 4.998 4.998 0 0 1-2.524.902 5.78 5.78 0 0 1-1.43-.064 5.894 5.894 0 0 1-1.367-.4 6.747 6.747 0 0 1-2.342-1.65 3.353 3.353 0 0 1 1.121-1.53 3.408 3.408 0 0 1 1.822-.684l2.706-.218-.009.027Zm6.432 24.735.173 1.285.884-.583.465.893-.993.392.974.92-.656.647-.847-1.13-.392 1.248-.892-.5.6-1.067-1.102-.182.1-.948 1.103.392-.328-1.285.911-.082Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m126.851 103.688-1.937 1.245s-.044.029-.063.039c-.019.009-.043.028-.062.038-.02.01-.044.029-.063.039-.019.009-.043.028-.062.038-.414.25-.837.476-1.275.683a12.15 12.15 0 0 1-1.346.533 13.32 13.32 0 0 1-2.861.625c-.245.029-.495.048-.741.062-.245.015-.5.02-.75.024a13.153 13.153 0 0 1-1.524-.072 15.652 15.652 0 0 1-2.294-.403 17.013 17.013 0 0 1-2.245-.745 17.1 17.1 0 0 1-2.159-1.077 18.462 18.462 0 0 1-2.034-1.389 18.5 18.5 0 0 1-1.847-1.668 19.616 19.616 0 0 1-1.611-1.894 19.088 19.088 0 0 1-1.346-2.086 17.627 17.627 0 0 1-1.053-2.245 17.63 17.63 0 0 1-1.135-4.71 15.87 15.87 0 0 1 .226-4.653 14.171 14.171 0 0 1 1.515-4.11 13.004 13.004 0 0 1 2.64-3.312l1.712-1.543c-.529.476-1.02 1-1.462 1.558a13.276 13.276 0 0 0-1.198 1.788c-.351.63-.658 1.297-.913 1.99a15.116 15.116 0 0 0-.611 2.163 15.6 15.6 0 0 0-.284 2.321 16.51 16.51 0 0 0 .063 2.38c.077.797.212 1.595.404 2.393.192.798.442 1.587.745 2.365a19.18 19.18 0 0 0 1.068 2.274c.404.735.86 1.437 1.36 2.11a20.071 20.071 0 0 0 1.626 1.918 18.39 18.39 0 0 0 3.919 3.09c.707.414 1.437.779 2.183 1.092.745.312 1.5.562 2.269.759a15.332 15.332 0 0 0 3.857.49c.255 0 .505-.009.759-.024a15.164 15.164 0 0 0 2.222-.298 12.57 12.57 0 0 0 1.419-.389c.461-.154.913-.337 1.356-.538.442-.202.87-.433 1.283-.688.024-.014.044-.029.068-.038.024-.01.043-.029.062-.039.019-.009.043-.029.063-.038.019-.01.043-.029.062-.043"/>
11
+ <path fill="var(--sapContent_Illustrative_Color23)" d="M125.996 77.617a19.091 19.091 0 0 1 5.683 7.628c.399.98.717 2 .943 3.033.163.774.274 1.548.331 2.322a15.82 15.82 0 0 1-.303 4.527 14.79 14.79 0 0 1-.634 2.14 13.685 13.685 0 0 1-2.178 3.763 12.875 12.875 0 0 1-4.535 3.509c-.442.207-.894.384-1.356.538a13.639 13.639 0 0 1-2.89.625c-.25.029-.5.048-.75.063-.25.014-.505.019-.76.024a9.742 9.742 0 0 1-.764-.02 15.326 15.326 0 0 1-3.092-.471 17.179 17.179 0 0 1-4.453-1.85 18.314 18.314 0 0 1-2.053-1.404 18.776 18.776 0 0 1-1.866-1.687 19.3 19.3 0 0 1-2.986-4.028 18.48 18.48 0 0 1-1.067-2.273 18.534 18.534 0 0 1-.746-2.365 17.195 17.195 0 0 1-.466-4.773c.034-.789.13-1.563.284-2.322a14.423 14.423 0 0 1 1.562-4.225 13.15 13.15 0 0 1 1.231-1.812c.457-.567.962-1.091 1.506-1.567a12.62 12.62 0 0 1 1.74-1.288 13.142 13.142 0 0 1 3.991-1.625c.712-.159 1.438-.27 2.183-.317a14.887 14.887 0 0 1 2.996.115c.995.14 1.986.375 2.957.702a17.02 17.02 0 0 1 2.837 1.254c.919.51 1.803 1.101 2.645 1.779l.01.005Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M121.005 82.856c.096-.01.197-.005.298.01a1.676 1.676 0 0 1 .577.192 1.994 1.994 0 0 1 .5.399c.072.077.134.168.192.26.058.09.106.187.144.283a1.712 1.712 0 0 1 .125.615 1.442 1.442 0 0 1-.24.832l-2.712 3.941 4.207 3.355c.044.034.082.068.121.106.038.038.077.077.11.115.034.039.072.082.101.125.029.043.063.087.092.135.028.048.057.096.081.144.024.048.048.096.068.15.019.052.038.1.052.153.015.053.029.1.039.154.01.053.019.1.024.153.005.053.01.106.01.154v.154c0 .053-.01.101-.02.15-.009.047-.019.1-.033.148-.015.048-.029.096-.048.14-.02.043-.039.09-.063.134l-.072.125-.087.115a.634.634 0 0 1-.101.106 1.108 1.108 0 0 1-.23.168c-.039.025-.082.044-.125.063-.044.02-.087.038-.135.053-.048.014-.091.029-.139.038-.049.01-.097.02-.145.02-.048 0-.101.004-.149.004-.048 0-.101 0-.149-.01-.048-.009-.101-.014-.149-.023a1.7 1.7 0 0 1-.293-.092 1.31 1.31 0 0 1-.14-.067 1.963 1.963 0 0 1-.134-.082c-.044-.028-.087-.062-.13-.096l-4.222-3.365-2.746 4.014c-.028.039-.057.082-.091.116-.034.033-.067.072-.101.105a1.553 1.553 0 0 1-.231.173 1.512 1.512 0 0 1-.269.12c-.048.015-.096.03-.144.039-.048.01-.096.02-.149.024-.053.005-.101.005-.154.005-.053 0-.101 0-.154-.01-.053-.01-.101-.014-.154-.024-.053-.01-.101-.024-.154-.038a.786.786 0 0 1-.149-.058c-.048-.024-.096-.043-.144-.067-.048-.024-.092-.053-.14-.082-.048-.029-.091-.063-.134-.096a2.307 2.307 0 0 1-.125-.106c-.039-.034-.077-.077-.116-.12a1.325 1.325 0 0 1-.105-.13l-.097-.14c-.029-.047-.053-.095-.081-.144-.029-.048-.048-.1-.068-.148a1.65 1.65 0 0 1-.091-.313 1.738 1.738 0 0 1-.034-.317c0-.053 0-.106.005-.159a1.302 1.302 0 0 1 .058-.303 1.62 1.62 0 0 1 .048-.144 1.112 1.112 0 0 1 .139-.26l2.77-4.013-4.241-3.38a1.716 1.716 0 0 1-.236-.225 1.494 1.494 0 0 1-.192-.264c-.053-.097-.106-.188-.144-.289a1.809 1.809 0 0 1-.125-.625 1.52 1.52 0 0 1 .115-.586 1.47 1.47 0 0 1 .14-.255c.057-.081.12-.154.192-.216.072-.063.149-.12.231-.168a1.27 1.27 0 0 1 .264-.11 1.17 1.17 0 0 1 .289-.054 2.14 2.14 0 0 1 .303.005c.101.01.202.034.303.067.1.034.197.072.288.125.091.053.183.11.269.183l4.227 3.374 2.717-3.922a1.158 1.158 0 0 1 .408-.38 1.58 1.58 0 0 1 .26-.11c.092-.03.188-.044.284-.053h.034Z"/>
13
+ </svg>
@@ -0,0 +1,20 @@
1
+ <svg id="tnt-Dot-Avatar" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color2)" d="m10.858 30.698-6.98 14.301H38.68L31.7 29.85l-20.841.849Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M7.172 31.272c1.522-.742 1.993-.34 3.067-.096V45H0c0-.99.075-5.388.168-5.976.116-.736.303-1.268.652-2.004.35-.735 1.826-1.035 2.176-1.23.349-.197.326-.715.326-1.5 0-.784 2.549-2.383 3.85-3.017Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m7.676 31.047 2.193-.28c.215.698.916 1.85 1.308 2.082 5.988 3.555 11.527 1.96 10.834 2.316-1.008.517-4.307.487-6.533.487-1.855 0-3.905-.99-4.787-1.012-.705-.019-.83 2.434-.93 3.42l-2.085-7.013Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M9.743 30.979c.069-1.218 1.218-1.772 1.218-1.772h20.093c.342.06 1.034.243 1.79.865.262.217.699.867.608 1.303-.247 1.182-1.669 2.358-4.376 3.024-2.708.666-9.515.948-12.56.7-1.151-.093-4.185-1.03-5.175-1.648-.362-.226-1.667-1.255-1.598-2.472Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M10.067 29.979c.046-.221.36-.514.51-.565.283.726-.47 1.193 1.315 2.565 1.38 1.06 7.012 1.26 10.41 1.68-2.312.061-6.85-.25-7.807-.343-2.491-.241-3.72-1.126-4.004-1.494-.283-.367-.48-1.567-.424-1.843Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M12.102 32.215c-1.346-.938-2.05-2.702-1.06-3.314 1.683-1.042 18.951-.365 19.577-.417.625-.052 1.876.885 1.731 1.875-.144.99-2.417 2.477-8.033 3.125-3.607.417-11.547-.805-12.215-1.27Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M35.958 31.343c-1.162-.302-1.803.389-2.633.389l-1.638 13.267H44.81c-.532-2.262-1.543-7.015-2.002-7.85-.575-1.044-1.127-1.14-1.701-1.14-1.012 0-.279-1.76-2.116-2.882-1.184-.722-1.583-1.406-3.032-1.784ZM10.751 29.17c0-.198.387-.582.705-.582 2.778 5.068 22.236-.483 18.495 1.9-5.483 3.492-17.13 2.004-18.495.441-.393-.449-.705-1.512-.705-1.76Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M11.243 8.693c2.043-2.412 7.058-4.062 10.154-4.026 4.527-.237 8.667 1.614 10.06 3.2 1.1 1.252 4.055 4.993 4.055 11.607 0 6.615-1.362 7.592-2.63 8.808-2.818 2.7-4.838 2.899-7.028 3.2-5.768.792-10.974.238-12.496-.75C12.234 30 8.612 26.2 8.333 20.304c-.278-5.896 1.164-9.55 2.91-11.612Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M19.41 30.608c6.042.163 10.307-.723 12.854-4.101 2.547-3.378 2.54-7.708 1.132-11.76-.938-2.7-4.501-6.333-10.767-6.333-7.26 0-8.808 1.703-10.95 4.117-2.605 2.932-2.493 8.451-2.197 10.386.296 1.935 2.374 7.487 9.927 7.69Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M6.289 17.72c.192-3.743 2.06-3.078 3.774-2.245.34.165.356 8.341.075 9.518-.09.38-.125 1.129-2.57.828-1.077-.132-1.471-4.357-1.28-8.1Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M36.736 17.72c-.191-3.743-2.06-3.078-3.774-2.245-.339.165-.355 8.341-.075 9.518.09.38.125 1.129 2.57.828 1.077-.132 1.471-4.357 1.28-8.1Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color27)" d="M12.13 18.604c1.054-6.59 6.129-8.4 8.416-8.201 2.963.257-1.584 2.025-3.444 3.71-2.928 2.652-5.645 8.695-4.972 4.49Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M9.495 15.68 8.45 15.2c.696 1.823.351 7.477.198 9.922.245 0 .806-.12 1.099-.595.293-.476.476-8.604-.252-8.847Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color2)" d="m33.431 15.621 1.046-.512c-.696 1.942-.351 7.964-.199 10.568-.244 0-.805-.127-1.098-.633-.293-.507-.476-9.165.251-9.423ZM14.222 8.184c-3.194 1.923-4.673 5.732-4.614 7.272-.273 0 .312.072-1.035-.577.918-6.12 4.096-8.235 7.622-9.602 2.865-1.111 9.8-1.444 13.018 1.367-8.904-1.5-10.948-.896-14.992 1.54Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M30.252 41.73c-.765.627-7.998 2.95-9.87 3.27H45c-.213-1.365-.74-3.693-1.15-5.644-.51-2.44-.556-3.162-2.453-2.825-1.405.25 1.864.899 1.648 5.199-.058 1.16-4.427.563-5.645 2.11-.608.773-.309-1.29.202-2.683.51-1.394-.22-1.423-.51-.523-.93 2.883-1.88 3.49-1.563.523.095-.882-.13-4.311.634-6.246.447-1.133-.57-2.485-.633-3.443-.052-.767-1.849-.01-2.21.309l-.904 2.526c-.528 3.493-1.398 6.8-2.164 7.427Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M35.837 31.402c-.195-.58-1.575-.483-2.241-.363-1.17 1.149-.682 2.236-1.364 5.681-.546 2.756-.747 6.668-.78 8.28h3.313v-6.71c0-.58.715-3.867 1.072-5.439.08-.241.195-.87 0-1.45Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M10.78 37.087c0-1.313.247-3.69-.541-5.442-.423.253-2.32 3.215-2.995 4.025-.844 1.012 1.267 8.252-.369 8.252s-1.918.658-2.375 1.063h10.29c-.527-.793-2.427-.527-2.849-1.418-.528-1.113-1.162-5.485-1.162-6.48Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M7 30.85c.195-.604 1.575-.503 2.241-.378 1.364.258.768 2.688 1.14 6.33.381 3.73.575 6.52.608 8.197H8.072c0-2.075-.429-6.35-.429-6.954 0-.604-.286-4.051-.643-5.686-.081-.252-.195-.906 0-1.51Z"/>
20
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg id="tnt-Dot-Calculator" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M35.803 1H10.196A2.657 2.657 0 0 0 7.54 3.657v37.686A2.657 2.657 0 0 0 10.196 44h25.607a2.657 2.657 0 0 0 2.657-2.657V3.657A2.657 2.657 0 0 0 35.803 1Z"/>
3
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M10.196 1h25.607a2.659 2.659 0 0 1 2.657 2.657v12.32H7.54V3.657A2.659 2.659 0 0 1 10.195 1Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M34.914 3.379H11.086c-.645 0-1.168.56-1.168 1.252v7.01c0 .691.523 1.252 1.168 1.252h23.828c.645 0 1.168-.56 1.168-1.252v-7.01c0-.692-.523-1.252-1.168-1.252Z" opacity=".99"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M15.15 22.645a2.616 2.616 0 1 0-5.232 0 2.616 2.616 0 0 0 5.233 0Zm6.988 0a2.616 2.616 0 1 0-5.233 0 2.616 2.616 0 0 0 5.233 0Zm6.986 0a2.616 2.616 0 1 0-5.232 0 2.616 2.616 0 0 0 5.232 0ZM15.15 29.979a2.616 2.616 0 1 0-5.232 0 2.616 2.616 0 0 0 5.233 0Zm6.988 0a2.616 2.616 0 1 0-5.233 0 2.616 2.616 0 0 0 5.233 0Zm6.986 0a2.616 2.616 0 1 0-5.233 0 2.616 2.616 0 0 0 5.233 0ZM15.15 37.313a2.616 2.616 0 1 0-5.232 0 2.616 2.616 0 0 0 5.233 0Zm6.988 0a2.616 2.616 0 1 0-5.233 0 2.616 2.616 0 0 0 5.233 0Zm6.986 0a2.616 2.616 0 1 0-5.232 0 2.616 2.616 0 0 0 5.232 0Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color26)" d="M36.112 30.217c0-1.576-1.172-2.854-2.617-2.854s-2.616 1.277-2.616 2.854v6.898c0 1.576 1.171 2.854 2.616 2.854s2.617-1.278 2.617-2.854v-6.898Zm0-7.572a2.616 2.616 0 1 0-5.233 0 2.616 2.616 0 0 0 5.233 0Z"/>
7
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg id="tnt-Dot-ChartArea" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m13.782 38.71 30.54-5.452c.19-.035.197-.303.011-.349l-19.15-4.77a1.764 1.764 0 0 0-.7-.032L.37 31.823a.436.436 0 0 0-.117.828l12.835 5.968c.216.1.458.133.694.09v.002Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m5.342 11.595 35.116-2.113 4.513 19.624c.031.132.035.262.02.382a.847.847 0 0 1-.11.33.758.758 0 0 1-.224.241.705.705 0 0 1-.313.117L10.39 34.433a1.067 1.067 0 0 1-.795-.223 1.191 1.191 0 0 1-.284-.316 1.125 1.125 0 0 1-.155-.408l-3.815-21.89Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M38.881 6.275a.873.873 0 0 1 .34.053 1.154 1.154 0 0 1 .7.802l.54 2.35-35.118 2.114-.454-2.611a.922.922 0 0 1 .013-.392.86.86 0 0 1 .45-.557.994.994 0 0 1 .381-.1l33.148-1.66Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M10.391 34.43a1.065 1.065 0 0 1-.794-.224 1.194 1.194 0 0 1-.285-.315 1.112 1.112 0 0 1-.155-.409L5.342 11.594l-.454-2.611a.906.906 0 0 1 .163-.706l-.576.75a1.017 1.017 0 0 0-.093.15.913.913 0 0 0-.07.546l.448 2.583 3.75 21.649a1.14 1.14 0 0 0 .433.715c.11.085.235.149.369.188a.99.99 0 0 0 .417.033l33.647-4.25.968-.467-33.953 4.255Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M36.996 15.598a.597.597 0 0 1 .445.157c.262.234.325.634.143.895l-1.004 1.434-3.655 5.225a1.367 1.367 0 0 1-.96.578l-9.478 1.117a.342.342 0 0 0-.161.062l-5.898 4.182-.05.037-.65.46a.566.566 0 0 1-.268.099.665.665 0 0 1-.602-.307c-.207-.31-.152-.716.12-.909l1.123-.793.05-.036 3.862-2.729 1.577-1.113c.193-.136.413-.22.65-.248l9.483-1.1a.34.34 0 0 0 .238-.143l3.756-5.355.532-.758.383-.548a.492.492 0 0 1 .362-.211l.002.004Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color23)" d="M36.129 12.893a.625.625 0 0 1 .558.286c.207.293.173.686-.072.877l-.707.55-3.544 2.756-.17.131c-.128.1-.271.175-.426.223l-9.646 2.967a.408.408 0 0 0-.1.048l-6.37 4.492-.05.036-1.06.747a.533.533 0 0 1-.268.096.666.666 0 0 1-.604-.309c-.209-.309-.157-.716.118-.909l1.534-1.077.05-.036 5.911-4.149c.12-.084.253-.15.391-.19l4.635-1.416 5.021-1.534a.307.307 0 0 0 .105-.054l4.194-3.249.236-.184a.482.482 0 0 1 .257-.1l.007-.002Z"/>
8
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg id="tnt-Dot-ChartArea2" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <g clip-path="url(#a)">
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m13.783 38.694 30.54-5.454c.19-.034.197-.302.012-.348l-19.15-4.77a1.764 1.764 0 0 0-.702-.033L.37 31.806a.436.436 0 0 0-.117.827l12.836 5.969c.215.1.458.133.694.09v.002Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m5.34 11.576 35.12-2.112 4.512 19.624c.031.132.036.262.021.382a.847.847 0 0 1-.111.33.757.757 0 0 1-.223.241.705.705 0 0 1-.314.118L10.39 34.414a1.065 1.065 0 0 1-.794-.223 1.191 1.191 0 0 1-.285-.315 1.125 1.125 0 0 1-.155-.409L5.341 11.576Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M38.882 6.256a.873.873 0 0 1 .34.054c.11.039.215.1.31.18a1.157 1.157 0 0 1 .39.622l.54 2.35-35.12 2.114-.454-2.612a.921.921 0 0 1 .013-.392.86.86 0 0 1 .45-.557.994.994 0 0 1 .381-.099l33.15-1.66Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M10.39 34.411a1.067 1.067 0 0 1-.794-.222 1.191 1.191 0 0 1-.285-.316 1.112 1.112 0 0 1-.155-.408l-3.815-21.89-.454-2.61a.905.905 0 0 1 .163-.706l-.576.749a1.017 1.017 0 0 0-.093.15.912.912 0 0 0-.07.547l.448 2.582 3.75 21.65a1.14 1.14 0 0 0 .433.716c.111.084.235.148.37.188.133.039.273.051.416.032l33.648-4.25.968-.467-33.954 4.255Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M35.362 12.185c.261.224.42.56.488.901l.316 1.64a8.061 8.061 0 0 0-1.619-.02c-3.154.275-5.66 2.358-7.939 4.256-.029.029-.063.051-.095.077-1.389 1.157-2.7 2.242-4.087 2.977-1.74.918-3.516 1.337-5.095 1.475a14.274 14.274 0 0 1-2.83-.034l-.169-.02-.244-1.266c-.083-.43-.011-.864.227-1.189.912-1.225 2.164-2.256 3.834-2.402.388-.034.796-.02 1.229.049 1.005.16 1.937.192 2.807.115 2.623-.23 4.673-1.424 6.332-2.908 2.086-1.866 3.628-4.113 5.24-4.254.52-.046 1.049.127 1.602.603h.003Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m37.508 21.686 1.177 6.093c.112.588-.227 1.122-.755 1.188l-20.995 2.598c-.575.052-1.094-.365-1.22-.944l-.244-1.258c1.478-1.931 3.99-3.94 7.623-4.259a12.423 12.423 0 0 1 2.784.083c1.1.155 2.156.175 3.16.086 3.58-.313 6.513-1.972 8.47-3.59v.003Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M34.692 15.508a7.43 7.43 0 0 1 1.63.037l2.36 12.236c.112.588-.227 1.122-.755 1.188L16.93 31.567c-.574.051-1.094-.365-1.22-.945.123.58.646.996 1.185.948l21.028-2.6c.53-.067.87-.6.755-1.19l-1.177-6.093c-1.955 1.62-4.891 3.278-8.47 3.591a13.839 13.839 0 0 1-3.16-.086 12.1 12.1 0 0 0-2.784-.083c-3.634.318-6.146 2.327-7.624 4.256l-.976-5.083a25.905 25.905 0 0 0 .792.069c.66.037 1.39.034 2.168-.032 1.661-.146 3.53-.588 5.364-1.558 1.458-.772 2.822-1.906 4.196-3.051 2.345-1.952 4.728-3.938 7.681-4.197l.003-.005Z"/>
10
+ </g>
11
+ <defs>
12
+ <clipPath id="a">
13
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
14
+ </clipPath>
15
+ </defs>
16
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg id="tnt-Dot-ChartBPMNFlow" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m13.947 39.075 30.905-5.518c.192-.035.199-.306.011-.353l-19.379-4.827a1.786 1.786 0 0 0-.71-.032l-24.4 3.76a.442.442 0 0 0-.118.837l12.989 6.04c.218.102.463.135.702.09v.003Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m2.91 11.634 35.536-2.137 4.566 19.858c.031.134.036.265.021.386a.855.855 0 0 1-.113.334.767.767 0 0 1-.225.245.713.713 0 0 1-.318.119L8.02 34.745a1.077 1.077 0 0 1-.804-.226 1.208 1.208 0 0 1-.288-.32 1.14 1.14 0 0 1-.157-.413L2.91 11.634Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M36.848 6.251a.884.884 0 0 1 .345.054 1.17 1.17 0 0 1 .708.812l.547 2.378-35.539 2.14-.459-2.643a.933.933 0 0 1 .013-.397.87.87 0 0 1 .455-.563.987.987 0 0 1 .386-.1l33.544-1.68Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M8.019 34.742a1.077 1.077 0 0 1-.804-.225 1.208 1.208 0 0 1-.289-.32 1.125 1.125 0 0 1-.156-.413l-3.86-22.15-.46-2.642a.916.916 0 0 1 .165-.714l-.583.758a1.028 1.028 0 0 0-.094.152.922.922 0 0 0-.07.553l.452 2.613 3.794 21.908a1.154 1.154 0 0 0 .439.724c.112.086.238.15.373.19.136.04.278.052.422.034l34.05-4.302.98-.472-34.36 4.306Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M32.384 13.762c-.12-.623-.67-1.088-1.247-1.036v.002l-18.029 1.284c-.6.058-.99.634-.867 1.284l1.275 6.58c.123.636.689 1.094 1.315 1.038l17.942-1.897c.566-.072.924-.64.803-1.27l-1.192-5.985Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M29.929 14.973c.837-.072 1.652.61 1.83 1.53.166.86-.278 1.634-1.013 1.82a1.277 1.277 0 0 1-.19.034c-.01 0-.02 0-.03.002a1.487 1.487 0 0 1-.362-.013c-.602-.1-1.145-.568-1.38-1.202a1.848 1.848 0 0 1-.122-.634c-.016-.796.495-1.455 1.242-1.532h.023l.002-.005Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M30.162 18.345c.12.02.24.025.362.014.01 0 .02 0 .03-.002a1.3 1.3 0 0 0 .19-.034l.49 2.548.49 2.535-.573.066-.489-2.538-.5-2.59v.001Zm-12.607-.341a1.85 1.85 0 0 0-.09-.319l2.406-.253.124.645-2.406.255c0-.106-.013-.217-.034-.328Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M25.003 15.046c.22-.018.423.154.468.385l.267 1.383.122.638.267 1.383c.043.235-.09.443-.305.468l-2.73.297-.588.063-1.77.192c-.22.02-.432-.151-.475-.387l-.267-1.394-.125-.645-.31-1.53c-.045-.237.093-.445.31-.468l5.131-.387.005.002Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m23.095 19.602.412 2.138.541 2.813a.384.384 0 0 0-.22-.047.344.344 0 0 0-.262.158l-.075.113-.572-2.971-.412-2.141.588-.063Zm5.568-3.094c0 .104.014.21.034.319.02.108.05.215.088.314l-2.922.31-.122-.638 2.922-.308v.003Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M15.653 16.444c.772-.068 1.52.464 1.813 1.24.038.102.067.211.09.32.02.11.032.22.034.328.014.812-.518 1.484-1.297 1.568l-.034.002c-.871.077-1.72-.615-1.899-1.559-.183-.955.385-1.806 1.27-1.896h.023v-.003Zm8.175 8.062a.386.386 0 0 1 .29.095l1.555 1.256.113.09c.16.13.222.354.154.532a.433.433 0 0 1-.036.073l-1.087 1.675a.342.342 0 0 1-.265.16.404.404 0 0 1-.287-.093l-1.677-1.346a.463.463 0 0 1-.115-.604l.074-.114.946-1.45.075-.113a.345.345 0 0 1 .262-.159l-.002-.002Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m25.673 25.857 2.734-.326.122.636-2.59.31a.481.481 0 0 0-.153-.532l-.113-.09v.002Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M33.248 23.227c.215-.018.417.15.46.378l.65 3.372c.045.233-.089.441-.3.468l-4.78.589c-.219.02-.422-.15-.465-.378l-.288-1.49-.122-.635-.247-1.274c-.045-.236.09-.446.303-.471l2.69-.312.572-.066 1.523-.177.004-.004Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M19.296 27.056a2.021 2.021 0 0 0-.134-.425l3.386-.403-.075.113a.463.463 0 0 0 .055.546l-3.203.384a1.828 1.828 0 0 0-.03-.215Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M17.42 25.513c.726-.063 1.43.407 1.742 1.118a2.028 2.028 0 0 1 .163.64c.068.863-.475 1.603-1.288 1.702-.018 0-.036.005-.052.005-.862.075-1.697-.604-1.878-1.544-.184-.955.384-1.815 1.265-1.916.016 0 .032-.005.047-.005Z"/>
16
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg id="tnt-Dot-ChartBar" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
2
+ <g clip-path="url(#a)">
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m13.783 38.694 30.54-5.454c.19-.034.197-.302.012-.348l-19.15-4.77a1.764 1.764 0 0 0-.702-.033L.37 31.806a.436.436 0 0 0-.117.827l12.836 5.969c.215.1.458.133.694.09v.002Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color25)" d="m5.34 11.576 35.12-2.112 4.512 19.624c.031.132.036.262.021.382a.847.847 0 0 1-.111.33.757.757 0 0 1-.223.241.705.705 0 0 1-.314.118L10.39 34.414a1.065 1.065 0 0 1-.794-.223 1.191 1.191 0 0 1-.285-.315 1.125 1.125 0 0 1-.155-.409L5.341 11.576Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M38.882 6.256a.873.873 0 0 1 .34.054c.11.039.215.1.31.18a1.157 1.157 0 0 1 .39.622l.54 2.35-35.12 2.114-.454-2.612a.921.921 0 0 1 .013-.392.86.86 0 0 1 .45-.557.994.994 0 0 1 .381-.099l33.15-1.66Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M10.39 34.411a1.067 1.067 0 0 1-.794-.222 1.191 1.191 0 0 1-.285-.316 1.112 1.112 0 0 1-.155-.408l-3.815-21.89-.454-2.61a.905.905 0 0 1 .163-.706l-.576.749a1.017 1.017 0 0 0-.093.15.912.912 0 0 0-.07.547l.448 2.582 3.75 21.65a1.14 1.14 0 0 0 .433.716c.111.084.235.148.37.188.133.039.273.051.416.032l33.648-4.25.968-.467-33.954 4.255Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M26.78 21.739c.221-.02.428.15.473.38l.335 1.746c.046.236-.09.447-.308.472l-8.832 1.038a.463.463 0 0 1-.482-.385l-.34-1.77c-.046-.241.097-.454.317-.48l8.836-1.001Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M32.434 13.393c.216-.018.42.152.463.383l.333 1.723c.045.233-.088.442-.3.462l-15.962 1.443c-.227.02-.44-.154-.485-.39l-.34-1.768c-.048-.24.095-.451.317-.474l15.972-1.381.002.002Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M28.622 17.642c.218-.018.424.152.467.385l.336 1.735c.045.235-.091.444-.304.469L17.736 21.42c-.229.02-.437-.152-.483-.388l-.34-1.77c-.047-.24.096-.451.318-.474l11.391-1.146Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M24.968 26.07c.225-.02.429.15.474.381l.335 1.75c.046.238-.093.452-.31.479l-6.189.764a.461.461 0 0 1-.482-.386l-.34-1.768c-.048-.24.095-.455.317-.483l6.193-.739.002.003Z"/>
11
+ </g>
12
+ <defs>
13
+ <clipPath id="a">
14
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
15
+ </clipPath>
16
+ </defs>
17
+ </svg>