@ui5/webcomponents-fiori 0.0.0-037d08c67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3113) hide show
  1. package/.env.production +1 -0
  2. package/.env.testing +4 -0
  3. package/.npsrc.json +3 -0
  4. package/CHANGELOG.md +4053 -0
  5. package/LICENSE.txt +201 -0
  6. package/README.md +77 -0
  7. package/cypress.config.js +3 -0
  8. package/dist/.tsbuildinfo +1 -0
  9. package/dist/Assets-fetch.d.ts +3 -0
  10. package/dist/Assets-fetch.js +6 -0
  11. package/dist/Assets-fetch.js.map +1 -0
  12. package/dist/Assets-node.d.ts +14 -0
  13. package/dist/Assets-node.js +17 -0
  14. package/dist/Assets-node.js.map +1 -0
  15. package/dist/Assets.d.ts +3 -0
  16. package/dist/Assets.js +6 -0
  17. package/dist/Assets.js.map +1 -0
  18. package/dist/BarcodeScannerDialog.d.ts +137 -0
  19. package/dist/BarcodeScannerDialog.js +366 -0
  20. package/dist/BarcodeScannerDialog.js.map +1 -0
  21. package/dist/BarcodeScannerDialogTemplate.d.ts +2 -0
  22. package/dist/BarcodeScannerDialogTemplate.js +8 -0
  23. package/dist/BarcodeScannerDialogTemplate.js.map +1 -0
  24. package/dist/DynamicPage.d.ts +165 -0
  25. package/dist/DynamicPage.js +398 -0
  26. package/dist/DynamicPage.js.map +1 -0
  27. package/dist/DynamicPageHeader.d.ts +57 -0
  28. package/dist/DynamicPageHeader.js +93 -0
  29. package/dist/DynamicPageHeader.js.map +1 -0
  30. package/dist/DynamicPageHeaderActions.d.ts +77 -0
  31. package/dist/DynamicPageHeaderActions.js +181 -0
  32. package/dist/DynamicPageHeaderActions.js.map +1 -0
  33. package/dist/DynamicPageHeaderActionsTemplate.d.ts +2 -0
  34. package/dist/DynamicPageHeaderActionsTemplate.js +8 -0
  35. package/dist/DynamicPageHeaderActionsTemplate.js.map +1 -0
  36. package/dist/DynamicPageHeaderTemplate.d.ts +2 -0
  37. package/dist/DynamicPageHeaderTemplate.js +5 -0
  38. package/dist/DynamicPageHeaderTemplate.js.map +1 -0
  39. package/dist/DynamicPageTemplate.d.ts +2 -0
  40. package/dist/DynamicPageTemplate.js +14 -0
  41. package/dist/DynamicPageTemplate.js.map +1 -0
  42. package/dist/DynamicPageTitle.d.ts +172 -0
  43. package/dist/DynamicPageTitle.js +246 -0
  44. package/dist/DynamicPageTitle.js.map +1 -0
  45. package/dist/DynamicPageTitleTemplate.d.ts +2 -0
  46. package/dist/DynamicPageTitleTemplate.js +16 -0
  47. package/dist/DynamicPageTitleTemplate.js.map +1 -0
  48. package/dist/DynamicSideContent.d.ts +234 -0
  49. package/dist/DynamicSideContent.js +413 -0
  50. package/dist/DynamicSideContent.js.map +1 -0
  51. package/dist/DynamicSideContentTemplate.d.ts +2 -0
  52. package/dist/DynamicSideContentTemplate.js +14 -0
  53. package/dist/DynamicSideContentTemplate.js.map +1 -0
  54. package/dist/FilterItem.d.ts +45 -0
  55. package/dist/FilterItem.js +48 -0
  56. package/dist/FilterItem.js.map +1 -0
  57. package/dist/FilterItemOption.d.ts +38 -0
  58. package/dist/FilterItemOption.js +54 -0
  59. package/dist/FilterItemOption.js.map +1 -0
  60. package/dist/FlexibleColumnLayout.d.ts +432 -0
  61. package/dist/FlexibleColumnLayout.js +1177 -0
  62. package/dist/FlexibleColumnLayout.js.map +1 -0
  63. package/dist/FlexibleColumnLayoutTemplate.d.ts +2 -0
  64. package/dist/FlexibleColumnLayoutTemplate.js +40 -0
  65. package/dist/FlexibleColumnLayoutTemplate.js.map +1 -0
  66. package/dist/GroupItem.d.ts +38 -0
  67. package/dist/GroupItem.js +54 -0
  68. package/dist/GroupItem.js.map +1 -0
  69. package/dist/IllustratedMessage.d.ts +252 -0
  70. package/dist/IllustratedMessage.js +426 -0
  71. package/dist/IllustratedMessage.js.map +1 -0
  72. package/dist/IllustratedMessageTemplate.d.ts +2 -0
  73. package/dist/IllustratedMessageTemplate.js +27 -0
  74. package/dist/IllustratedMessageTemplate.js.map +1 -0
  75. package/dist/MediaGallery.d.ts +178 -0
  76. package/dist/MediaGallery.js +441 -0
  77. package/dist/MediaGallery.js.map +1 -0
  78. package/dist/MediaGalleryItem.d.ts +117 -0
  79. package/dist/MediaGalleryItem.js +238 -0
  80. package/dist/MediaGalleryItem.js.map +1 -0
  81. package/dist/MediaGalleryItemTemplate.d.ts +2 -0
  82. package/dist/MediaGalleryItemTemplate.js +7 -0
  83. package/dist/MediaGalleryItemTemplate.js.map +1 -0
  84. package/dist/MediaGalleryTemplate.d.ts +2 -0
  85. package/dist/MediaGalleryTemplate.js +10 -0
  86. package/dist/MediaGalleryTemplate.js.map +1 -0
  87. package/dist/NavigationLayout.d.ts +74 -0
  88. package/dist/NavigationLayout.js +127 -0
  89. package/dist/NavigationLayout.js.map +1 -0
  90. package/dist/NavigationLayoutTemplate.d.ts +2 -0
  91. package/dist/NavigationLayoutTemplate.js +5 -0
  92. package/dist/NavigationLayoutTemplate.js.map +1 -0
  93. package/dist/NavigationMenu.d.ts +37 -0
  94. package/dist/NavigationMenu.js +68 -0
  95. package/dist/NavigationMenu.js.map +1 -0
  96. package/dist/NavigationMenuItem.d.ts +86 -0
  97. package/dist/NavigationMenuItem.js +159 -0
  98. package/dist/NavigationMenuItem.js.map +1 -0
  99. package/dist/NavigationMenuItemTemplate.d.ts +3 -0
  100. package/dist/NavigationMenuItemTemplate.js +34 -0
  101. package/dist/NavigationMenuItemTemplate.js.map +1 -0
  102. package/dist/NavigationMenuTemplate.d.ts +2 -0
  103. package/dist/NavigationMenuTemplate.js +12 -0
  104. package/dist/NavigationMenuTemplate.js.map +1 -0
  105. package/dist/NotificationList.d.ts +73 -0
  106. package/dist/NotificationList.js +135 -0
  107. package/dist/NotificationList.js.map +1 -0
  108. package/dist/NotificationListGroupItem.d.ts +93 -0
  109. package/dist/NotificationListGroupItem.js +224 -0
  110. package/dist/NotificationListGroupItem.js.map +1 -0
  111. package/dist/NotificationListGroupItemTemplate.d.ts +2 -0
  112. package/dist/NotificationListGroupItemTemplate.js +10 -0
  113. package/dist/NotificationListGroupItemTemplate.js.map +1 -0
  114. package/dist/NotificationListGroupList.d.ts +23 -0
  115. package/dist/NotificationListGroupList.js +52 -0
  116. package/dist/NotificationListGroupList.js.map +1 -0
  117. package/dist/NotificationListInternal.d.ts +21 -0
  118. package/dist/NotificationListInternal.js +161 -0
  119. package/dist/NotificationListInternal.js.map +1 -0
  120. package/dist/NotificationListItem.d.ts +200 -0
  121. package/dist/NotificationListItem.js +454 -0
  122. package/dist/NotificationListItem.js.map +1 -0
  123. package/dist/NotificationListItemBase.d.ts +52 -0
  124. package/dist/NotificationListItemBase.js +103 -0
  125. package/dist/NotificationListItemBase.js.map +1 -0
  126. package/dist/NotificationListItemTemplate.d.ts +2 -0
  127. package/dist/NotificationListItemTemplate.js +19 -0
  128. package/dist/NotificationListItemTemplate.js.map +1 -0
  129. package/dist/NotificationListTemplate.d.ts +2 -0
  130. package/dist/NotificationListTemplate.js +6 -0
  131. package/dist/NotificationListTemplate.js.map +1 -0
  132. package/dist/Page.d.ts +84 -0
  133. package/dist/Page.js +127 -0
  134. package/dist/Page.js.map +1 -0
  135. package/dist/PageTemplate.d.ts +2 -0
  136. package/dist/PageTemplate.js +11 -0
  137. package/dist/PageTemplate.js.map +1 -0
  138. package/dist/ProductSwitch.d.ts +79 -0
  139. package/dist/ProductSwitch.js +142 -0
  140. package/dist/ProductSwitch.js.map +1 -0
  141. package/dist/ProductSwitchItem.d.ts +117 -0
  142. package/dist/ProductSwitchItem.js +156 -0
  143. package/dist/ProductSwitchItem.js.map +1 -0
  144. package/dist/ProductSwitchItemTemplate.d.ts +2 -0
  145. package/dist/ProductSwitchItemTemplate.js +15 -0
  146. package/dist/ProductSwitchItemTemplate.js.map +1 -0
  147. package/dist/ProductSwitchTemplate.d.ts +2 -0
  148. package/dist/ProductSwitchTemplate.js +5 -0
  149. package/dist/ProductSwitchTemplate.js.map +1 -0
  150. package/dist/Search.d.ts +186 -0
  151. package/dist/Search.js +446 -0
  152. package/dist/Search.js.map +1 -0
  153. package/dist/SearchField.d.ts +155 -0
  154. package/dist/SearchField.js +233 -0
  155. package/dist/SearchField.js.map +1 -0
  156. package/dist/SearchFieldTemplate.d.ts +8 -0
  157. package/dist/SearchFieldTemplate.js +17 -0
  158. package/dist/SearchFieldTemplate.js.map +1 -0
  159. package/dist/SearchItem.d.ts +99 -0
  160. package/dist/SearchItem.js +216 -0
  161. package/dist/SearchItem.js.map +1 -0
  162. package/dist/SearchItemGroup.d.ts +17 -0
  163. package/dist/SearchItemGroup.js +42 -0
  164. package/dist/SearchItemGroup.js.map +1 -0
  165. package/dist/SearchItemShowMore.d.ts +49 -0
  166. package/dist/SearchItemShowMore.js +112 -0
  167. package/dist/SearchItemShowMore.js.map +1 -0
  168. package/dist/SearchItemShowMoreTemplate.d.ts +2 -0
  169. package/dist/SearchItemShowMoreTemplate.js +5 -0
  170. package/dist/SearchItemShowMoreTemplate.js.map +1 -0
  171. package/dist/SearchItemTemplate.d.ts +2 -0
  172. package/dist/SearchItemTemplate.js +16 -0
  173. package/dist/SearchItemTemplate.js.map +1 -0
  174. package/dist/SearchMessageArea.d.ts +27 -0
  175. package/dist/SearchMessageArea.js +41 -0
  176. package/dist/SearchMessageArea.js.map +1 -0
  177. package/dist/SearchMessageAreaTemplate.d.ts +2 -0
  178. package/dist/SearchMessageAreaTemplate.js +8 -0
  179. package/dist/SearchMessageAreaTemplate.js.map +1 -0
  180. package/dist/SearchPopoverTemplate.d.ts +3 -0
  181. package/dist/SearchPopoverTemplate.js +25 -0
  182. package/dist/SearchPopoverTemplate.js.map +1 -0
  183. package/dist/SearchScope.d.ts +30 -0
  184. package/dist/SearchScope.js +37 -0
  185. package/dist/SearchScope.js.map +1 -0
  186. package/dist/SearchTemplate.d.ts +2 -0
  187. package/dist/SearchTemplate.js +7 -0
  188. package/dist/SearchTemplate.js.map +1 -0
  189. package/dist/ShellBar.d.ts +556 -0
  190. package/dist/ShellBar.js +1390 -0
  191. package/dist/ShellBar.js.map +1 -0
  192. package/dist/ShellBarBranding.d.ts +79 -0
  193. package/dist/ShellBarBranding.js +116 -0
  194. package/dist/ShellBarBranding.js.map +1 -0
  195. package/dist/ShellBarBrandingTemplate.d.ts +2 -0
  196. package/dist/ShellBarBrandingTemplate.js +5 -0
  197. package/dist/ShellBarBrandingTemplate.js.map +1 -0
  198. package/dist/ShellBarItem.d.ts +75 -0
  199. package/dist/ShellBarItem.js +88 -0
  200. package/dist/ShellBarItem.js.map +1 -0
  201. package/dist/ShellBarPopoverTemplate.d.ts +2 -0
  202. package/dist/ShellBarPopoverTemplate.js +9 -0
  203. package/dist/ShellBarPopoverTemplate.js.map +1 -0
  204. package/dist/ShellBarSearch.d.ts +26 -0
  205. package/dist/ShellBarSearch.js +97 -0
  206. package/dist/ShellBarSearch.js.map +1 -0
  207. package/dist/ShellBarSearchPopoverTemplate.d.ts +2 -0
  208. package/dist/ShellBarSearchPopoverTemplate.js +12 -0
  209. package/dist/ShellBarSearchPopoverTemplate.js.map +1 -0
  210. package/dist/ShellBarSearchTemplate.d.ts +2 -0
  211. package/dist/ShellBarSearchTemplate.js +7 -0
  212. package/dist/ShellBarSearchTemplate.js.map +1 -0
  213. package/dist/ShellBarSpacer.d.ts +17 -0
  214. package/dist/ShellBarSpacer.js +38 -0
  215. package/dist/ShellBarSpacer.js.map +1 -0
  216. package/dist/ShellBarTemplate.d.ts +2 -0
  217. package/dist/ShellBarTemplate.js +62 -0
  218. package/dist/ShellBarTemplate.js.map +1 -0
  219. package/dist/SideNavigation.d.ts +178 -0
  220. package/dist/SideNavigation.js +543 -0
  221. package/dist/SideNavigation.js.map +1 -0
  222. package/dist/SideNavigationGroup.d.ts +56 -0
  223. package/dist/SideNavigationGroup.js +166 -0
  224. package/dist/SideNavigationGroup.js.map +1 -0
  225. package/dist/SideNavigationGroupTemplate.d.ts +2 -0
  226. package/dist/SideNavigationGroupTemplate.js +16 -0
  227. package/dist/SideNavigationGroupTemplate.js.map +1 -0
  228. package/dist/SideNavigationItem.d.ts +77 -0
  229. package/dist/SideNavigationItem.js +278 -0
  230. package/dist/SideNavigationItem.js.map +1 -0
  231. package/dist/SideNavigationItemBase.d.ts +81 -0
  232. package/dist/SideNavigationItemBase.js +122 -0
  233. package/dist/SideNavigationItemBase.js.map +1 -0
  234. package/dist/SideNavigationItemTemplate.d.ts +2 -0
  235. package/dist/SideNavigationItemTemplate.js +26 -0
  236. package/dist/SideNavigationItemTemplate.js.map +1 -0
  237. package/dist/SideNavigationPopoverTemplate.d.ts +2 -0
  238. package/dist/SideNavigationPopoverTemplate.js +13 -0
  239. package/dist/SideNavigationPopoverTemplate.js.map +1 -0
  240. package/dist/SideNavigationSelectableItemBase.d.ts +150 -0
  241. package/dist/SideNavigationSelectableItemBase.js +256 -0
  242. package/dist/SideNavigationSelectableItemBase.js.map +1 -0
  243. package/dist/SideNavigationSubItem.d.ts +26 -0
  244. package/dist/SideNavigationSubItem.js +64 -0
  245. package/dist/SideNavigationSubItem.js.map +1 -0
  246. package/dist/SideNavigationSubItemTemplate.d.ts +2 -0
  247. package/dist/SideNavigationSubItemTemplate.js +10 -0
  248. package/dist/SideNavigationSubItemTemplate.js.map +1 -0
  249. package/dist/SideNavigationTemplate.d.ts +2 -0
  250. package/dist/SideNavigationTemplate.js +20 -0
  251. package/dist/SideNavigationTemplate.js.map +1 -0
  252. package/dist/SortItem.d.ts +38 -0
  253. package/dist/SortItem.js +54 -0
  254. package/dist/SortItem.js.map +1 -0
  255. package/dist/Timeline.d.ts +146 -0
  256. package/dist/Timeline.js +380 -0
  257. package/dist/Timeline.js.map +1 -0
  258. package/dist/TimelineGroupItem.d.ts +71 -0
  259. package/dist/TimelineGroupItem.js +164 -0
  260. package/dist/TimelineGroupItem.js.map +1 -0
  261. package/dist/TimelineGroupItemTemplate.d.ts +2 -0
  262. package/dist/TimelineGroupItemTemplate.js +17 -0
  263. package/dist/TimelineGroupItemTemplate.js.map +1 -0
  264. package/dist/TimelineItem.d.ts +123 -0
  265. package/dist/TimelineItem.js +194 -0
  266. package/dist/TimelineItem.js.map +1 -0
  267. package/dist/TimelineItemTemplate.d.ts +2 -0
  268. package/dist/TimelineItemTemplate.js +29 -0
  269. package/dist/TimelineItemTemplate.js.map +1 -0
  270. package/dist/TimelineTemplate.d.ts +2 -0
  271. package/dist/TimelineTemplate.js +18 -0
  272. package/dist/TimelineTemplate.js.map +1 -0
  273. package/dist/UploadCollection.d.ts +124 -0
  274. package/dist/UploadCollection.js +221 -0
  275. package/dist/UploadCollection.js.map +1 -0
  276. package/dist/UploadCollectionItem.d.ts +169 -0
  277. package/dist/UploadCollectionItem.js +400 -0
  278. package/dist/UploadCollectionItem.js.map +1 -0
  279. package/dist/UploadCollectionItemTemplate.d.ts +3 -0
  280. package/dist/UploadCollectionItemTemplate.js +22 -0
  281. package/dist/UploadCollectionItemTemplate.js.map +1 -0
  282. package/dist/UploadCollectionTemplate.d.ts +2 -0
  283. package/dist/UploadCollectionTemplate.js +24 -0
  284. package/dist/UploadCollectionTemplate.js.map +1 -0
  285. package/dist/UserMenu.d.ts +169 -0
  286. package/dist/UserMenu.js +366 -0
  287. package/dist/UserMenu.js.map +1 -0
  288. package/dist/UserMenuAccount.d.ts +61 -0
  289. package/dist/UserMenuAccount.js +121 -0
  290. package/dist/UserMenuAccount.js.map +1 -0
  291. package/dist/UserMenuItem.d.ts +36 -0
  292. package/dist/UserMenuItem.js +52 -0
  293. package/dist/UserMenuItem.js.map +1 -0
  294. package/dist/UserMenuItemGroup.d.ts +35 -0
  295. package/dist/UserMenuItemGroup.js +52 -0
  296. package/dist/UserMenuItemGroup.js.map +1 -0
  297. package/dist/UserMenuItemGroupTemplate.d.ts +2 -0
  298. package/dist/UserMenuItemGroupTemplate.js +5 -0
  299. package/dist/UserMenuItemGroupTemplate.js.map +1 -0
  300. package/dist/UserMenuItemTemplate.d.ts +2 -0
  301. package/dist/UserMenuItemTemplate.js +5 -0
  302. package/dist/UserMenuItemTemplate.js.map +1 -0
  303. package/dist/UserMenuTemplate.d.ts +2 -0
  304. package/dist/UserMenuTemplate.js +57 -0
  305. package/dist/UserMenuTemplate.js.map +1 -0
  306. package/dist/UserSettingsAccountView.d.ts +30 -0
  307. package/dist/UserSettingsAccountView.js +108 -0
  308. package/dist/UserSettingsAccountView.js.map +1 -0
  309. package/dist/UserSettingsAccountViewTemplate.d.ts +2 -0
  310. package/dist/UserSettingsAccountViewTemplate.js +18 -0
  311. package/dist/UserSettingsAccountViewTemplate.js.map +1 -0
  312. package/dist/UserSettingsAppearanceView.d.ts +29 -0
  313. package/dist/UserSettingsAppearanceView.js +108 -0
  314. package/dist/UserSettingsAppearanceView.js.map +1 -0
  315. package/dist/UserSettingsAppearanceViewGroup.d.ts +30 -0
  316. package/dist/UserSettingsAppearanceViewGroup.js +48 -0
  317. package/dist/UserSettingsAppearanceViewGroup.js.map +1 -0
  318. package/dist/UserSettingsAppearanceViewItem.d.ts +31 -0
  319. package/dist/UserSettingsAppearanceViewItem.js +108 -0
  320. package/dist/UserSettingsAppearanceViewItem.js.map +1 -0
  321. package/dist/UserSettingsAppearanceViewItemTemplate.d.ts +2 -0
  322. package/dist/UserSettingsAppearanceViewItemTemplate.js +13 -0
  323. package/dist/UserSettingsAppearanceViewItemTemplate.js.map +1 -0
  324. package/dist/UserSettingsAppearanceViewTemplate.d.ts +2 -0
  325. package/dist/UserSettingsAppearanceViewTemplate.js +6 -0
  326. package/dist/UserSettingsAppearanceViewTemplate.js.map +1 -0
  327. package/dist/UserSettingsDialog.d.ts +119 -0
  328. package/dist/UserSettingsDialog.js +262 -0
  329. package/dist/UserSettingsDialog.js.map +1 -0
  330. package/dist/UserSettingsDialogTemplate.d.ts +2 -0
  331. package/dist/UserSettingsDialogTemplate.js +23 -0
  332. package/dist/UserSettingsDialogTemplate.js.map +1 -0
  333. package/dist/UserSettingsItem.d.ts +137 -0
  334. package/dist/UserSettingsItem.js +215 -0
  335. package/dist/UserSettingsItem.js.map +1 -0
  336. package/dist/UserSettingsItemTemplate.d.ts +4 -0
  337. package/dist/UserSettingsItemTemplate.js +20 -0
  338. package/dist/UserSettingsItemTemplate.js.map +1 -0
  339. package/dist/UserSettingsView.d.ts +44 -0
  340. package/dist/UserSettingsView.js +68 -0
  341. package/dist/UserSettingsView.js.map +1 -0
  342. package/dist/UserSettingsViewTemplate.d.ts +2 -0
  343. package/dist/UserSettingsViewTemplate.js +5 -0
  344. package/dist/UserSettingsViewTemplate.js.map +1 -0
  345. package/dist/ViewSettingsDialog.d.ts +315 -0
  346. package/dist/ViewSettingsDialog.js +743 -0
  347. package/dist/ViewSettingsDialog.js.map +1 -0
  348. package/dist/ViewSettingsDialogTemplate.d.ts +2 -0
  349. package/dist/ViewSettingsDialogTemplate.js +53 -0
  350. package/dist/ViewSettingsDialogTemplate.js.map +1 -0
  351. package/dist/Wizard.d.ts +361 -0
  352. package/dist/Wizard.js +827 -0
  353. package/dist/Wizard.js.map +1 -0
  354. package/dist/WizardPopoverTemplate.d.ts +2 -0
  355. package/dist/WizardPopoverTemplate.js +12 -0
  356. package/dist/WizardPopoverTemplate.js.map +1 -0
  357. package/dist/WizardStep.d.ts +89 -0
  358. package/dist/WizardStep.js +92 -0
  359. package/dist/WizardStep.js.map +1 -0
  360. package/dist/WizardTab.d.ts +99 -0
  361. package/dist/WizardTab.js +162 -0
  362. package/dist/WizardTab.js.map +1 -0
  363. package/dist/WizardTabTemplate.d.ts +2 -0
  364. package/dist/WizardTabTemplate.js +7 -0
  365. package/dist/WizardTabTemplate.js.map +1 -0
  366. package/dist/WizardTemplate.d.ts +2 -0
  367. package/dist/WizardTemplate.js +11 -0
  368. package/dist/WizardTemplate.js.map +1 -0
  369. package/dist/bundle.esm.d.ts +4 -0
  370. package/dist/bundle.esm.js +67 -0
  371. package/dist/bundle.esm.js.map +1 -0
  372. package/dist/bundle.scoped.esm.d.ts +3 -0
  373. package/dist/bundle.scoped.esm.js +5 -0
  374. package/dist/bundle.scoped.esm.js.map +1 -0
  375. package/dist/css/themes/BarcodeScannerDialog.css +1 -0
  376. package/dist/css/themes/DynamicPage.css +1 -0
  377. package/dist/css/themes/DynamicPageHeader.css +1 -0
  378. package/dist/css/themes/DynamicPageHeaderActions.css +1 -0
  379. package/dist/css/themes/DynamicPageTitle.css +1 -0
  380. package/dist/css/themes/DynamicSideContent.css +1 -0
  381. package/dist/css/themes/FlexibleColumnLayout.css +1 -0
  382. package/dist/css/themes/IllustratedMessage.css +1 -0
  383. package/dist/css/themes/InvisibleTextStyles.css +1 -0
  384. package/dist/css/themes/MediaGallery.css +1 -0
  385. package/dist/css/themes/MediaGalleryItem.css +1 -0
  386. package/dist/css/themes/NavigationLayout.css +1 -0
  387. package/dist/css/themes/NavigationMenu.css +1 -0
  388. package/dist/css/themes/NavigationMenuItem.css +1 -0
  389. package/dist/css/themes/NotificationList.css +1 -0
  390. package/dist/css/themes/NotificationListGroupItem.css +1 -0
  391. package/dist/css/themes/NotificationListItem.css +1 -0
  392. package/dist/css/themes/NotificationListItemBase.css +1 -0
  393. package/dist/css/themes/NotificationStateIcon.css +1 -0
  394. package/dist/css/themes/Page.css +1 -0
  395. package/dist/css/themes/ProductSwitch.css +1 -0
  396. package/dist/css/themes/ProductSwitchItem.css +1 -0
  397. package/dist/css/themes/Search.css +1 -0
  398. package/dist/css/themes/SearchField.css +1 -0
  399. package/dist/css/themes/SearchItem.css +1 -0
  400. package/dist/css/themes/SearchItemGroup.css +1 -0
  401. package/dist/css/themes/SearchItemShowMore.css +1 -0
  402. package/dist/css/themes/SearchMessageArea.css +1 -0
  403. package/dist/css/themes/ShellBar.css +1 -0
  404. package/dist/css/themes/ShellBarBranding.css +1 -0
  405. package/dist/css/themes/ShellBarPopover.css +1 -0
  406. package/dist/css/themes/ShellBarSearch.css +1 -0
  407. package/dist/css/themes/SideNavigation.css +1 -0
  408. package/dist/css/themes/SideNavigationGroup.css +1 -0
  409. package/dist/css/themes/SideNavigationItem.css +1 -0
  410. package/dist/css/themes/SideNavigationItemBase.css +1 -0
  411. package/dist/css/themes/SideNavigationPopover.css +1 -0
  412. package/dist/css/themes/SideNavigationSubItem.css +1 -0
  413. package/dist/css/themes/Timeline.css +1 -0
  414. package/dist/css/themes/TimelineGroupItem.css +1 -0
  415. package/dist/css/themes/TimelineItem.css +1 -0
  416. package/dist/css/themes/UploadCollection.css +1 -0
  417. package/dist/css/themes/UploadCollectionItem.css +1 -0
  418. package/dist/css/themes/UserMenu.css +1 -0
  419. package/dist/css/themes/UserMenuItem.css +1 -0
  420. package/dist/css/themes/UserSettingsAccountView.css +1 -0
  421. package/dist/css/themes/UserSettingsAppearanceViewItem.css +1 -0
  422. package/dist/css/themes/UserSettingsDialog.css +1 -0
  423. package/dist/css/themes/UserSettingsItem.css +1 -0
  424. package/dist/css/themes/UserSettingsView.css +1 -0
  425. package/dist/css/themes/ViewSettingsDialog.css +1 -0
  426. package/dist/css/themes/Wizard.css +1 -0
  427. package/dist/css/themes/WizardPopover.css +1 -0
  428. package/dist/css/themes/WizardTab.css +1 -0
  429. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +2 -0
  430. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -0
  431. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -0
  432. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -0
  433. package/dist/css/themes/sap_horizon/parameters-bundle.css +2 -0
  434. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +278 -0
  435. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +210 -0
  436. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +216 -0
  437. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +279 -0
  438. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +216 -0
  439. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +279 -0
  440. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +218 -0
  441. package/dist/custom-elements-internal.json +13552 -0
  442. package/dist/custom-elements.json +9456 -0
  443. package/dist/fcl-utils/FCLLayout.d.ts +24 -0
  444. package/dist/fcl-utils/FCLLayout.js +271 -0
  445. package/dist/fcl-utils/FCLLayout.js.map +1 -0
  446. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -0
  447. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -0
  448. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -0
  449. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
  450. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -0
  451. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
  452. package/dist/generated/assets/i18n/messagebundle_da.json +1 -0
  453. package/dist/generated/assets/i18n/messagebundle_de.json +1 -0
  454. package/dist/generated/assets/i18n/messagebundle_el.json +1 -0
  455. package/dist/generated/assets/i18n/messagebundle_en.json +1 -0
  456. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -0
  457. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
  458. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
  459. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
  460. package/dist/generated/assets/i18n/messagebundle_es.json +1 -0
  461. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
  462. package/dist/generated/assets/i18n/messagebundle_et.json +1 -0
  463. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -0
  464. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -0
  465. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
  466. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -0
  467. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -0
  468. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -0
  469. package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
  470. package/dist/generated/assets/i18n/messagebundle_it.json +1 -0
  471. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -0
  472. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -0
  473. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -0
  474. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -0
  475. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -0
  476. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -0
  477. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
  478. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -0
  479. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -0
  480. package/dist/generated/assets/i18n/messagebundle_no.json +1 -0
  481. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -0
  482. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -0
  483. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
  484. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -0
  485. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -0
  486. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -0
  487. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -0
  488. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -0
  489. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
  490. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -0
  491. package/dist/generated/assets/i18n/messagebundle_th.json +1 -0
  492. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -0
  493. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -0
  494. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -0
  495. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -0
  496. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -0
  497. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -0
  498. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -0
  499. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -0
  500. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -0
  501. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -0
  502. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
  503. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -0
  504. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
  505. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
  506. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -0
  507. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
  508. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -0
  509. package/dist/generated/i18n/i18n-defaults.d.ts +209 -0
  510. package/dist/generated/i18n/i18n-defaults.js +209 -0
  511. package/dist/generated/i18n/i18n-defaults.js.map +1 -0
  512. package/dist/generated/js-imports/Illustrations.d.ts +1 -0
  513. package/dist/generated/js-imports/Illustrations.js +88 -0
  514. package/dist/generated/js-imports/Illustrations.js.map +1 -0
  515. package/dist/generated/js-imports/IllustrationsTNT.d.ts +1 -0
  516. package/dist/generated/js-imports/IllustrationsTNT.js +62 -0
  517. package/dist/generated/js-imports/IllustrationsTNT.js.map +1 -0
  518. package/dist/generated/js-imports/IllustrationsV5TNT.d.ts +1 -0
  519. package/dist/generated/js-imports/IllustrationsV5TNT.js +59 -0
  520. package/dist/generated/js-imports/IllustrationsV5TNT.js.map +1 -0
  521. package/dist/generated/js-imports/IllustrationsV5TNTHC.d.ts +1 -0
  522. package/dist/generated/js-imports/IllustrationsV5TNTHC.js +60 -0
  523. package/dist/generated/js-imports/IllustrationsV5TNTHC.js.map +1 -0
  524. package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
  525. package/dist/generated/json-imports/Themes-fetch.js +25 -0
  526. package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
  527. package/dist/generated/json-imports/Themes-node.d.ts +1 -0
  528. package/dist/generated/json-imports/Themes-node.js +25 -0
  529. package/dist/generated/json-imports/Themes-node.js.map +1 -0
  530. package/dist/generated/json-imports/Themes.d.ts +1 -0
  531. package/dist/generated/json-imports/Themes.js +25 -0
  532. package/dist/generated/json-imports/Themes.js.map +1 -0
  533. package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
  534. package/dist/generated/json-imports/i18n-fetch.js +120 -0
  535. package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
  536. package/dist/generated/json-imports/i18n-node.d.ts +1 -0
  537. package/dist/generated/json-imports/i18n-node.js +120 -0
  538. package/dist/generated/json-imports/i18n-node.js.map +1 -0
  539. package/dist/generated/json-imports/i18n.d.ts +1 -0
  540. package/dist/generated/json-imports/i18n.js +120 -0
  541. package/dist/generated/json-imports/i18n.js.map +1 -0
  542. package/dist/generated/themes/BarcodeScannerDialog.css.d.ts +2 -0
  543. package/dist/generated/themes/BarcodeScannerDialog.css.js +8 -0
  544. package/dist/generated/themes/BarcodeScannerDialog.css.js.map +1 -0
  545. package/dist/generated/themes/DynamicPage.css.d.ts +2 -0
  546. package/dist/generated/themes/DynamicPage.css.js +8 -0
  547. package/dist/generated/themes/DynamicPage.css.js.map +1 -0
  548. package/dist/generated/themes/DynamicPageHeader.css.d.ts +2 -0
  549. package/dist/generated/themes/DynamicPageHeader.css.js +8 -0
  550. package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -0
  551. package/dist/generated/themes/DynamicPageHeaderActions.css.d.ts +2 -0
  552. package/dist/generated/themes/DynamicPageHeaderActions.css.js +8 -0
  553. package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -0
  554. package/dist/generated/themes/DynamicPageTitle.css.d.ts +2 -0
  555. package/dist/generated/themes/DynamicPageTitle.css.js +8 -0
  556. package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -0
  557. package/dist/generated/themes/DynamicSideContent.css.d.ts +2 -0
  558. package/dist/generated/themes/DynamicSideContent.css.js +8 -0
  559. package/dist/generated/themes/DynamicSideContent.css.js.map +1 -0
  560. package/dist/generated/themes/FlexibleColumnLayout.css.d.ts +2 -0
  561. package/dist/generated/themes/FlexibleColumnLayout.css.js +8 -0
  562. package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -0
  563. package/dist/generated/themes/IllustratedMessage.css.d.ts +2 -0
  564. package/dist/generated/themes/IllustratedMessage.css.js +8 -0
  565. package/dist/generated/themes/IllustratedMessage.css.js.map +1 -0
  566. package/dist/generated/themes/InvisibleTextStyles.css.d.ts +2 -0
  567. package/dist/generated/themes/InvisibleTextStyles.css.js +8 -0
  568. package/dist/generated/themes/InvisibleTextStyles.css.js.map +1 -0
  569. package/dist/generated/themes/MediaGallery.css.d.ts +2 -0
  570. package/dist/generated/themes/MediaGallery.css.js +8 -0
  571. package/dist/generated/themes/MediaGallery.css.js.map +1 -0
  572. package/dist/generated/themes/MediaGalleryItem.css.d.ts +2 -0
  573. package/dist/generated/themes/MediaGalleryItem.css.js +8 -0
  574. package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -0
  575. package/dist/generated/themes/NavigationLayout.css.d.ts +2 -0
  576. package/dist/generated/themes/NavigationLayout.css.js +8 -0
  577. package/dist/generated/themes/NavigationLayout.css.js.map +1 -0
  578. package/dist/generated/themes/NavigationMenu.css.d.ts +2 -0
  579. package/dist/generated/themes/NavigationMenu.css.js +8 -0
  580. package/dist/generated/themes/NavigationMenu.css.js.map +1 -0
  581. package/dist/generated/themes/NavigationMenuItem.css.d.ts +2 -0
  582. package/dist/generated/themes/NavigationMenuItem.css.js +8 -0
  583. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -0
  584. package/dist/generated/themes/NotificationList.css.d.ts +2 -0
  585. package/dist/generated/themes/NotificationList.css.js +8 -0
  586. package/dist/generated/themes/NotificationList.css.js.map +1 -0
  587. package/dist/generated/themes/NotificationListGroupItem.css.d.ts +2 -0
  588. package/dist/generated/themes/NotificationListGroupItem.css.js +8 -0
  589. package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -0
  590. package/dist/generated/themes/NotificationListItem.css.d.ts +2 -0
  591. package/dist/generated/themes/NotificationListItem.css.js +8 -0
  592. package/dist/generated/themes/NotificationListItem.css.js.map +1 -0
  593. package/dist/generated/themes/NotificationListItemBase.css.d.ts +2 -0
  594. package/dist/generated/themes/NotificationListItemBase.css.js +8 -0
  595. package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -0
  596. package/dist/generated/themes/NotificationStateIcon.css.d.ts +2 -0
  597. package/dist/generated/themes/NotificationStateIcon.css.js +8 -0
  598. package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -0
  599. package/dist/generated/themes/Page.css.d.ts +2 -0
  600. package/dist/generated/themes/Page.css.js +8 -0
  601. package/dist/generated/themes/Page.css.js.map +1 -0
  602. package/dist/generated/themes/ProductSwitch.css.d.ts +2 -0
  603. package/dist/generated/themes/ProductSwitch.css.js +8 -0
  604. package/dist/generated/themes/ProductSwitch.css.js.map +1 -0
  605. package/dist/generated/themes/ProductSwitchItem.css.d.ts +2 -0
  606. package/dist/generated/themes/ProductSwitchItem.css.js +8 -0
  607. package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -0
  608. package/dist/generated/themes/Search.css.d.ts +2 -0
  609. package/dist/generated/themes/Search.css.js +8 -0
  610. package/dist/generated/themes/Search.css.js.map +1 -0
  611. package/dist/generated/themes/SearchField.css.d.ts +2 -0
  612. package/dist/generated/themes/SearchField.css.js +8 -0
  613. package/dist/generated/themes/SearchField.css.js.map +1 -0
  614. package/dist/generated/themes/SearchItem.css.d.ts +2 -0
  615. package/dist/generated/themes/SearchItem.css.js +8 -0
  616. package/dist/generated/themes/SearchItem.css.js.map +1 -0
  617. package/dist/generated/themes/SearchItemGroup.css.d.ts +2 -0
  618. package/dist/generated/themes/SearchItemGroup.css.js +8 -0
  619. package/dist/generated/themes/SearchItemGroup.css.js.map +1 -0
  620. package/dist/generated/themes/SearchItemShowMore.css.d.ts +2 -0
  621. package/dist/generated/themes/SearchItemShowMore.css.js +8 -0
  622. package/dist/generated/themes/SearchItemShowMore.css.js.map +1 -0
  623. package/dist/generated/themes/SearchMessageArea.css.d.ts +2 -0
  624. package/dist/generated/themes/SearchMessageArea.css.js +8 -0
  625. package/dist/generated/themes/SearchMessageArea.css.js.map +1 -0
  626. package/dist/generated/themes/ShellBar.css.d.ts +2 -0
  627. package/dist/generated/themes/ShellBar.css.js +8 -0
  628. package/dist/generated/themes/ShellBar.css.js.map +1 -0
  629. package/dist/generated/themes/ShellBarBranding.css.d.ts +2 -0
  630. package/dist/generated/themes/ShellBarBranding.css.js +8 -0
  631. package/dist/generated/themes/ShellBarBranding.css.js.map +1 -0
  632. package/dist/generated/themes/ShellBarPopover.css.d.ts +2 -0
  633. package/dist/generated/themes/ShellBarPopover.css.js +8 -0
  634. package/dist/generated/themes/ShellBarPopover.css.js.map +1 -0
  635. package/dist/generated/themes/ShellBarSearch.css.d.ts +2 -0
  636. package/dist/generated/themes/ShellBarSearch.css.js +8 -0
  637. package/dist/generated/themes/ShellBarSearch.css.js.map +1 -0
  638. package/dist/generated/themes/SideNavigation.css.d.ts +2 -0
  639. package/dist/generated/themes/SideNavigation.css.js +8 -0
  640. package/dist/generated/themes/SideNavigation.css.js.map +1 -0
  641. package/dist/generated/themes/SideNavigationGroup.css.d.ts +2 -0
  642. package/dist/generated/themes/SideNavigationGroup.css.js +8 -0
  643. package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -0
  644. package/dist/generated/themes/SideNavigationItem.css.d.ts +2 -0
  645. package/dist/generated/themes/SideNavigationItem.css.js +8 -0
  646. package/dist/generated/themes/SideNavigationItem.css.js.map +1 -0
  647. package/dist/generated/themes/SideNavigationItemBase.css.d.ts +2 -0
  648. package/dist/generated/themes/SideNavigationItemBase.css.js +8 -0
  649. package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -0
  650. package/dist/generated/themes/SideNavigationPopover.css.d.ts +2 -0
  651. package/dist/generated/themes/SideNavigationPopover.css.js +8 -0
  652. package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -0
  653. package/dist/generated/themes/SideNavigationSubItem.css.d.ts +2 -0
  654. package/dist/generated/themes/SideNavigationSubItem.css.js +8 -0
  655. package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -0
  656. package/dist/generated/themes/Timeline.css.d.ts +2 -0
  657. package/dist/generated/themes/Timeline.css.js +8 -0
  658. package/dist/generated/themes/Timeline.css.js.map +1 -0
  659. package/dist/generated/themes/TimelineGroupItem.css.d.ts +2 -0
  660. package/dist/generated/themes/TimelineGroupItem.css.js +8 -0
  661. package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -0
  662. package/dist/generated/themes/TimelineItem.css.d.ts +2 -0
  663. package/dist/generated/themes/TimelineItem.css.js +8 -0
  664. package/dist/generated/themes/TimelineItem.css.js.map +1 -0
  665. package/dist/generated/themes/UploadCollection.css.d.ts +2 -0
  666. package/dist/generated/themes/UploadCollection.css.js +8 -0
  667. package/dist/generated/themes/UploadCollection.css.js.map +1 -0
  668. package/dist/generated/themes/UploadCollectionItem.css.d.ts +2 -0
  669. package/dist/generated/themes/UploadCollectionItem.css.js +8 -0
  670. package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -0
  671. package/dist/generated/themes/UserMenu.css.d.ts +2 -0
  672. package/dist/generated/themes/UserMenu.css.js +8 -0
  673. package/dist/generated/themes/UserMenu.css.js.map +1 -0
  674. package/dist/generated/themes/UserMenuItem.css.d.ts +2 -0
  675. package/dist/generated/themes/UserMenuItem.css.js +8 -0
  676. package/dist/generated/themes/UserMenuItem.css.js.map +1 -0
  677. package/dist/generated/themes/UserSettingsAccountView.css.d.ts +2 -0
  678. package/dist/generated/themes/UserSettingsAccountView.css.js +8 -0
  679. package/dist/generated/themes/UserSettingsAccountView.css.js.map +1 -0
  680. package/dist/generated/themes/UserSettingsAppearanceViewItem.css.d.ts +2 -0
  681. package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js +8 -0
  682. package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js.map +1 -0
  683. package/dist/generated/themes/UserSettingsDialog.css.d.ts +2 -0
  684. package/dist/generated/themes/UserSettingsDialog.css.js +8 -0
  685. package/dist/generated/themes/UserSettingsDialog.css.js.map +1 -0
  686. package/dist/generated/themes/UserSettingsItem.css.d.ts +2 -0
  687. package/dist/generated/themes/UserSettingsItem.css.js +8 -0
  688. package/dist/generated/themes/UserSettingsItem.css.js.map +1 -0
  689. package/dist/generated/themes/UserSettingsView.css.d.ts +2 -0
  690. package/dist/generated/themes/UserSettingsView.css.js +8 -0
  691. package/dist/generated/themes/UserSettingsView.css.js.map +1 -0
  692. package/dist/generated/themes/ViewSettingsDialog.css.d.ts +2 -0
  693. package/dist/generated/themes/ViewSettingsDialog.css.js +8 -0
  694. package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -0
  695. package/dist/generated/themes/Wizard.css.d.ts +2 -0
  696. package/dist/generated/themes/Wizard.css.js +8 -0
  697. package/dist/generated/themes/Wizard.css.js.map +1 -0
  698. package/dist/generated/themes/WizardPopover.css.d.ts +2 -0
  699. package/dist/generated/themes/WizardPopover.css.js +8 -0
  700. package/dist/generated/themes/WizardPopover.css.js.map +1 -0
  701. package/dist/generated/themes/WizardTab.css.d.ts +2 -0
  702. package/dist/generated/themes/WizardTab.css.js +8 -0
  703. package/dist/generated/themes/WizardTab.css.js.map +1 -0
  704. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
  705. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +4 -0
  706. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
  707. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
  708. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +4 -0
  709. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
  710. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
  711. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +4 -0
  712. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
  713. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
  714. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +4 -0
  715. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
  716. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
  717. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +4 -0
  718. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
  719. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
  720. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +280 -0
  721. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
  722. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +2 -0
  723. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +212 -0
  724. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -0
  725. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +2 -0
  726. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +218 -0
  727. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
  728. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
  729. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +281 -0
  730. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
  731. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +2 -0
  732. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +218 -0
  733. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -0
  734. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
  735. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +281 -0
  736. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
  737. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +2 -0
  738. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +220 -0
  739. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -0
  740. package/dist/illustrations/Achievement.d.ts +8 -0
  741. package/dist/illustrations/Achievement.js +33 -0
  742. package/dist/illustrations/AddColumn.d.ts +8 -0
  743. package/dist/illustrations/AddColumn.js +33 -0
  744. package/dist/illustrations/AddDimensions.d.ts +8 -0
  745. package/dist/illustrations/AddDimensions.js +33 -0
  746. package/dist/illustrations/AddPeople.d.ts +8 -0
  747. package/dist/illustrations/AddPeople.js +33 -0
  748. package/dist/illustrations/AddPeopleToCalendar.d.ts +8 -0
  749. package/dist/illustrations/AddPeopleToCalendar.js +33 -0
  750. package/dist/illustrations/AddingColumns.d.ts +8 -0
  751. package/dist/illustrations/AddingColumns.js +33 -0
  752. package/dist/illustrations/AllIllustrations.d.ts +4 -0
  753. package/dist/illustrations/AllIllustrations.js +5 -0
  754. package/dist/illustrations/AllIllustrations.js.map +1 -0
  755. package/dist/illustrations/BalloonSky.d.ts +8 -0
  756. package/dist/illustrations/BalloonSky.js +33 -0
  757. package/dist/illustrations/BeforeSearch.d.ts +8 -0
  758. package/dist/illustrations/BeforeSearch.js +33 -0
  759. package/dist/illustrations/Connection.d.ts +8 -0
  760. package/dist/illustrations/Connection.js +33 -0
  761. package/dist/illustrations/DragFilesToUpload.d.ts +8 -0
  762. package/dist/illustrations/DragFilesToUpload.js +33 -0
  763. package/dist/illustrations/EmptyCalendar.d.ts +8 -0
  764. package/dist/illustrations/EmptyCalendar.js +33 -0
  765. package/dist/illustrations/EmptyList.d.ts +8 -0
  766. package/dist/illustrations/EmptyList.js +33 -0
  767. package/dist/illustrations/EmptyPlanningCalendar.d.ts +8 -0
  768. package/dist/illustrations/EmptyPlanningCalendar.js +33 -0
  769. package/dist/illustrations/ErrorScreen.d.ts +8 -0
  770. package/dist/illustrations/ErrorScreen.js +33 -0
  771. package/dist/illustrations/FilterTable.d.ts +8 -0
  772. package/dist/illustrations/FilterTable.js +33 -0
  773. package/dist/illustrations/FilteringColumns.d.ts +8 -0
  774. package/dist/illustrations/FilteringColumns.js +33 -0
  775. package/dist/illustrations/GroupTable.d.ts +8 -0
  776. package/dist/illustrations/GroupTable.js +33 -0
  777. package/dist/illustrations/GroupingColumns.d.ts +8 -0
  778. package/dist/illustrations/GroupingColumns.js +33 -0
  779. package/dist/illustrations/KeyTask.d.ts +8 -0
  780. package/dist/illustrations/KeyTask.js +33 -0
  781. package/dist/illustrations/NewMail.d.ts +8 -0
  782. package/dist/illustrations/NewMail.js +33 -0
  783. package/dist/illustrations/NoActivities.d.ts +8 -0
  784. package/dist/illustrations/NoActivities.js +33 -0
  785. package/dist/illustrations/NoChartData.d.ts +8 -0
  786. package/dist/illustrations/NoChartData.js +33 -0
  787. package/dist/illustrations/NoColumnsSet.d.ts +8 -0
  788. package/dist/illustrations/NoColumnsSet.js +33 -0
  789. package/dist/illustrations/NoData.d.ts +8 -0
  790. package/dist/illustrations/NoData.js +33 -0
  791. package/dist/illustrations/NoDimensionsSet.d.ts +8 -0
  792. package/dist/illustrations/NoDimensionsSet.js +33 -0
  793. package/dist/illustrations/NoEntries.d.ts +8 -0
  794. package/dist/illustrations/NoEntries.js +33 -0
  795. package/dist/illustrations/NoFilterResults.d.ts +8 -0
  796. package/dist/illustrations/NoFilterResults.js +33 -0
  797. package/dist/illustrations/NoMail.d.ts +8 -0
  798. package/dist/illustrations/NoMail.js +33 -0
  799. package/dist/illustrations/NoMail_v1.d.ts +8 -0
  800. package/dist/illustrations/NoMail_v1.js +33 -0
  801. package/dist/illustrations/NoNotifications.d.ts +8 -0
  802. package/dist/illustrations/NoNotifications.js +33 -0
  803. package/dist/illustrations/NoSavedItems.d.ts +8 -0
  804. package/dist/illustrations/NoSavedItems.js +33 -0
  805. package/dist/illustrations/NoSavedItems_v1.d.ts +8 -0
  806. package/dist/illustrations/NoSavedItems_v1.js +33 -0
  807. package/dist/illustrations/NoSearchResults.d.ts +8 -0
  808. package/dist/illustrations/NoSearchResults.js +33 -0
  809. package/dist/illustrations/NoTasks.d.ts +8 -0
  810. package/dist/illustrations/NoTasks.js +33 -0
  811. package/dist/illustrations/NoTasks_v1.d.ts +8 -0
  812. package/dist/illustrations/NoTasks_v1.js +33 -0
  813. package/dist/illustrations/PageNotFound.d.ts +8 -0
  814. package/dist/illustrations/PageNotFound.js +33 -0
  815. package/dist/illustrations/ReceiveAppreciation.d.ts +8 -0
  816. package/dist/illustrations/ReceiveAppreciation.js +33 -0
  817. package/dist/illustrations/ReloadScreen.d.ts +8 -0
  818. package/dist/illustrations/ReloadScreen.js +33 -0
  819. package/dist/illustrations/ResizeColumn.d.ts +8 -0
  820. package/dist/illustrations/ResizeColumn.js +33 -0
  821. package/dist/illustrations/ResizingColumns.d.ts +8 -0
  822. package/dist/illustrations/ResizingColumns.js +33 -0
  823. package/dist/illustrations/SearchEarth.d.ts +8 -0
  824. package/dist/illustrations/SearchEarth.js +33 -0
  825. package/dist/illustrations/SearchFolder.d.ts +8 -0
  826. package/dist/illustrations/SearchFolder.js +33 -0
  827. package/dist/illustrations/SignOut.d.ts +8 -0
  828. package/dist/illustrations/SignOut.js +33 -0
  829. package/dist/illustrations/SimpleBalloon.d.ts +8 -0
  830. package/dist/illustrations/SimpleBalloon.js +33 -0
  831. package/dist/illustrations/SimpleBell.d.ts +8 -0
  832. package/dist/illustrations/SimpleBell.js +33 -0
  833. package/dist/illustrations/SimpleCalendar.d.ts +8 -0
  834. package/dist/illustrations/SimpleCalendar.js +33 -0
  835. package/dist/illustrations/SimpleCheckMark.d.ts +8 -0
  836. package/dist/illustrations/SimpleCheckMark.js +33 -0
  837. package/dist/illustrations/SimpleConnection.d.ts +8 -0
  838. package/dist/illustrations/SimpleConnection.js +33 -0
  839. package/dist/illustrations/SimpleEmptyDoc.d.ts +8 -0
  840. package/dist/illustrations/SimpleEmptyDoc.js +33 -0
  841. package/dist/illustrations/SimpleEmptyList.d.ts +8 -0
  842. package/dist/illustrations/SimpleEmptyList.js +33 -0
  843. package/dist/illustrations/SimpleError.d.ts +8 -0
  844. package/dist/illustrations/SimpleError.js +33 -0
  845. package/dist/illustrations/SimpleMagnifier.d.ts +8 -0
  846. package/dist/illustrations/SimpleMagnifier.js +33 -0
  847. package/dist/illustrations/SimpleMail.d.ts +8 -0
  848. package/dist/illustrations/SimpleMail.js +33 -0
  849. package/dist/illustrations/SimpleNoSavedItems.d.ts +8 -0
  850. package/dist/illustrations/SimpleNoSavedItems.js +33 -0
  851. package/dist/illustrations/SimpleNotFoundMagnifier.d.ts +8 -0
  852. package/dist/illustrations/SimpleNotFoundMagnifier.js +33 -0
  853. package/dist/illustrations/SimpleReload.d.ts +8 -0
  854. package/dist/illustrations/SimpleReload.js +33 -0
  855. package/dist/illustrations/SimpleTask.d.ts +8 -0
  856. package/dist/illustrations/SimpleTask.js +33 -0
  857. package/dist/illustrations/SleepingBell.d.ts +8 -0
  858. package/dist/illustrations/SleepingBell.js +33 -0
  859. package/dist/illustrations/SortColumn.d.ts +8 -0
  860. package/dist/illustrations/SortColumn.js +33 -0
  861. package/dist/illustrations/SortingColumns.d.ts +8 -0
  862. package/dist/illustrations/SortingColumns.js +33 -0
  863. package/dist/illustrations/SuccessBalloon.d.ts +8 -0
  864. package/dist/illustrations/SuccessBalloon.js +33 -0
  865. package/dist/illustrations/SuccessCheckMark.d.ts +8 -0
  866. package/dist/illustrations/SuccessCheckMark.js +33 -0
  867. package/dist/illustrations/SuccessHighFive.d.ts +8 -0
  868. package/dist/illustrations/SuccessHighFive.js +33 -0
  869. package/dist/illustrations/SuccessScreen.d.ts +8 -0
  870. package/dist/illustrations/SuccessScreen.js +33 -0
  871. package/dist/illustrations/Survey.d.ts +8 -0
  872. package/dist/illustrations/Survey.js +33 -0
  873. package/dist/illustrations/Tent.d.ts +8 -0
  874. package/dist/illustrations/Tent.js +33 -0
  875. package/dist/illustrations/UnableToLoad.d.ts +8 -0
  876. package/dist/illustrations/UnableToLoad.js +33 -0
  877. package/dist/illustrations/UnableToLoadImage.d.ts +8 -0
  878. package/dist/illustrations/UnableToLoadImage.js +33 -0
  879. package/dist/illustrations/UnableToUpload.d.ts +8 -0
  880. package/dist/illustrations/UnableToUpload.js +33 -0
  881. package/dist/illustrations/UploadCollection.d.ts +8 -0
  882. package/dist/illustrations/UploadCollection.js +33 -0
  883. package/dist/illustrations/UploadToCloud.d.ts +8 -0
  884. package/dist/illustrations/UploadToCloud.js +33 -0
  885. package/dist/illustrations/UserHasSignedUp.d.ts +8 -0
  886. package/dist/illustrations/UserHasSignedUp.js +33 -0
  887. package/dist/illustrations/sapIllus-Dialog-Achievement.js +29 -0
  888. package/dist/illustrations/sapIllus-Dialog-AddColumn.js +38 -0
  889. package/dist/illustrations/sapIllus-Dialog-AddDimensions.js +18 -0
  890. package/dist/illustrations/sapIllus-Dialog-AddPeople.js +32 -0
  891. package/dist/illustrations/sapIllus-Dialog-AddPeopleToCalendar.js +52 -0
  892. package/dist/illustrations/sapIllus-Dialog-AddingColumns.js +38 -0
  893. package/dist/illustrations/sapIllus-Dialog-BalloonSky.js +46 -0
  894. package/dist/illustrations/sapIllus-Dialog-BeforeSearch.js +42 -0
  895. package/dist/illustrations/sapIllus-Dialog-Connection.js +19 -0
  896. package/dist/illustrations/sapIllus-Dialog-DragFilesToUpload.js +20 -0
  897. package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +78 -0
  898. package/dist/illustrations/sapIllus-Dialog-EmptyList.js +37 -0
  899. package/dist/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +19 -0
  900. package/dist/illustrations/sapIllus-Dialog-ErrorScreen.js +35 -0
  901. package/dist/illustrations/sapIllus-Dialog-FilterTable.js +66 -0
  902. package/dist/illustrations/sapIllus-Dialog-FilteringColumns.js +39 -0
  903. package/dist/illustrations/sapIllus-Dialog-GroupTable.js +68 -0
  904. package/dist/illustrations/sapIllus-Dialog-GroupingColumns.js +35 -0
  905. package/dist/illustrations/sapIllus-Dialog-KeyTask.js +120 -0
  906. package/dist/illustrations/sapIllus-Dialog-NewMail.js +38 -0
  907. package/dist/illustrations/sapIllus-Dialog-NoActivities.js +34 -0
  908. package/dist/illustrations/sapIllus-Dialog-NoChartData.js +45 -0
  909. package/dist/illustrations/sapIllus-Dialog-NoColumnsSet.js +29 -0
  910. package/dist/illustrations/sapIllus-Dialog-NoData.js +12 -0
  911. package/dist/illustrations/sapIllus-Dialog-NoDimensionsSet.js +40 -0
  912. package/dist/illustrations/sapIllus-Dialog-NoEntries.js +42 -0
  913. package/dist/illustrations/sapIllus-Dialog-NoFilterResults.js +20 -0
  914. package/dist/illustrations/sapIllus-Dialog-NoMail.js +16 -0
  915. package/dist/illustrations/sapIllus-Dialog-NoMail_v1.js +23 -0
  916. package/dist/illustrations/sapIllus-Dialog-NoNotifications.js +28 -0
  917. package/dist/illustrations/sapIllus-Dialog-NoSavedItems.js +54 -0
  918. package/dist/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +37 -0
  919. package/dist/illustrations/sapIllus-Dialog-NoSearchResults.js +73 -0
  920. package/dist/illustrations/sapIllus-Dialog-NoTasks.js +60 -0
  921. package/dist/illustrations/sapIllus-Dialog-NoTasks_v1.js +63 -0
  922. package/dist/illustrations/sapIllus-Dialog-PageNotFound.js +13 -0
  923. package/dist/illustrations/sapIllus-Dialog-ReceiveAppreciation.js +25 -0
  924. package/dist/illustrations/sapIllus-Dialog-ReloadScreen.js +49 -0
  925. package/dist/illustrations/sapIllus-Dialog-ResizeColumn.js +42 -0
  926. package/dist/illustrations/sapIllus-Dialog-ResizingColumns.js +55 -0
  927. package/dist/illustrations/sapIllus-Dialog-SearchEarth.js +19 -0
  928. package/dist/illustrations/sapIllus-Dialog-SearchFolder.js +38 -0
  929. package/dist/illustrations/sapIllus-Dialog-SignOut.js +21 -0
  930. package/dist/illustrations/sapIllus-Dialog-SimpleBalloon.js +18 -0
  931. package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +14 -0
  932. package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +49 -0
  933. package/dist/illustrations/sapIllus-Dialog-SimpleCheckMark.js +7 -0
  934. package/dist/illustrations/sapIllus-Dialog-SimpleConnection.js +19 -0
  935. package/dist/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +18 -0
  936. package/dist/illustrations/sapIllus-Dialog-SimpleEmptyList.js +11 -0
  937. package/dist/illustrations/sapIllus-Dialog-SimpleError.js +11 -0
  938. package/dist/illustrations/sapIllus-Dialog-SimpleMagnifier.js +11 -0
  939. package/dist/illustrations/sapIllus-Dialog-SimpleMail.js +14 -0
  940. package/dist/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +18 -0
  941. package/dist/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +22 -0
  942. package/dist/illustrations/sapIllus-Dialog-SimpleReload.js +12 -0
  943. package/dist/illustrations/sapIllus-Dialog-SimpleTask.js +24 -0
  944. package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +31 -0
  945. package/dist/illustrations/sapIllus-Dialog-SortColumn.js +40 -0
  946. package/dist/illustrations/sapIllus-Dialog-SortingColumns.js +50 -0
  947. package/dist/illustrations/sapIllus-Dialog-SuccessBalloon.js +16 -0
  948. package/dist/illustrations/sapIllus-Dialog-SuccessCheckMark.js +9 -0
  949. package/dist/illustrations/sapIllus-Dialog-SuccessHighFive.js +25 -0
  950. package/dist/illustrations/sapIllus-Dialog-SuccessScreen.js +48 -0
  951. package/dist/illustrations/sapIllus-Dialog-Survey.js +23 -0
  952. package/dist/illustrations/sapIllus-Dialog-Tent.js +32 -0
  953. package/dist/illustrations/sapIllus-Dialog-UnableToLoad.js +119 -0
  954. package/dist/illustrations/sapIllus-Dialog-UnableToLoadImage.js +28 -0
  955. package/dist/illustrations/sapIllus-Dialog-UnableToUpload.js +26 -0
  956. package/dist/illustrations/sapIllus-Dialog-UploadCollection.js +31 -0
  957. package/dist/illustrations/sapIllus-Dialog-UploadToCloud.js +21 -0
  958. package/dist/illustrations/sapIllus-Dialog-UserHasSignedUp.js +34 -0
  959. package/dist/illustrations/sapIllus-Dot-Achievement.js +19 -0
  960. package/dist/illustrations/sapIllus-Dot-AddColumn.js +27 -0
  961. package/dist/illustrations/sapIllus-Dot-AddDimensions.js +10 -0
  962. package/dist/illustrations/sapIllus-Dot-AddPeople.js +9 -0
  963. package/dist/illustrations/sapIllus-Dot-AddPeopleToCalendar.js +15 -0
  964. package/dist/illustrations/sapIllus-Dot-AddingColumns.js +14 -0
  965. package/dist/illustrations/sapIllus-Dot-BalloonSky.js +7 -0
  966. package/dist/illustrations/sapIllus-Dot-BeforeSearch.js +41 -0
  967. package/dist/illustrations/sapIllus-Dot-Connection.js +10 -0
  968. package/dist/illustrations/sapIllus-Dot-DragFilesToUpload.js +8 -0
  969. package/dist/illustrations/sapIllus-Dot-EmptyCalendar.js +37 -0
  970. package/dist/illustrations/sapIllus-Dot-EmptyList.js +7 -0
  971. package/dist/illustrations/sapIllus-Dot-EmptyPlanningCalendar.js +18 -0
  972. package/dist/illustrations/sapIllus-Dot-ErrorScreen.js +9 -0
  973. package/dist/illustrations/sapIllus-Dot-FilterTable.js +8 -0
  974. package/dist/illustrations/sapIllus-Dot-FilteringColumns.js +22 -0
  975. package/dist/illustrations/sapIllus-Dot-GroupTable.js +36 -0
  976. package/dist/illustrations/sapIllus-Dot-GroupingColumns.js +23 -0
  977. package/dist/illustrations/sapIllus-Dot-KeyTask.js +119 -0
  978. package/dist/illustrations/sapIllus-Dot-NewMail.js +11 -0
  979. package/dist/illustrations/sapIllus-Dot-NoActivities.js +11 -0
  980. package/dist/illustrations/sapIllus-Dot-NoChartData.js +35 -0
  981. package/dist/illustrations/sapIllus-Dot-NoColumnsSet.js +26 -0
  982. package/dist/illustrations/sapIllus-Dot-NoData.js +11 -0
  983. package/dist/illustrations/sapIllus-Dot-NoDimensionsSet.js +7 -0
  984. package/dist/illustrations/sapIllus-Dot-NoEntries.js +25 -0
  985. package/dist/illustrations/sapIllus-Dot-NoFilterResults.js +14 -0
  986. package/dist/illustrations/sapIllus-Dot-NoMail.js +14 -0
  987. package/dist/illustrations/sapIllus-Dot-NoMail_v1.js +10 -0
  988. package/dist/illustrations/sapIllus-Dot-NoNotifications.js +23 -0
  989. package/dist/illustrations/sapIllus-Dot-NoSavedItems.js +55 -0
  990. package/dist/illustrations/sapIllus-Dot-NoSavedItems_v1.js +13 -0
  991. package/dist/illustrations/sapIllus-Dot-NoSearchResults.js +35 -0
  992. package/dist/illustrations/sapIllus-Dot-NoTasks.js +22 -0
  993. package/dist/illustrations/sapIllus-Dot-NoTasks_v1.js +13 -0
  994. package/dist/illustrations/sapIllus-Dot-PageNotFound.js +14 -0
  995. package/dist/illustrations/sapIllus-Dot-ReceiveAppreciation.js +19 -0
  996. package/dist/illustrations/sapIllus-Dot-ReloadScreen.js +9 -0
  997. package/dist/illustrations/sapIllus-Dot-ResizeColumn.js +27 -0
  998. package/dist/illustrations/sapIllus-Dot-ResizingColumns.js +19 -0
  999. package/dist/illustrations/sapIllus-Dot-SearchEarth.js +7 -0
  1000. package/dist/illustrations/sapIllus-Dot-SearchFolder.js +11 -0
  1001. package/dist/illustrations/sapIllus-Dot-SignOut.js +11 -0
  1002. package/dist/illustrations/sapIllus-Dot-SimpleBalloon.js +7 -0
  1003. package/dist/illustrations/sapIllus-Dot-SimpleBell.js +8 -0
  1004. package/dist/illustrations/sapIllus-Dot-SimpleCalendar.js +37 -0
  1005. package/dist/illustrations/sapIllus-Dot-SimpleCheckMark.js +5 -0
  1006. package/dist/illustrations/sapIllus-Dot-SimpleConnection.js +10 -0
  1007. package/dist/illustrations/sapIllus-Dot-SimpleEmptyDoc.js +8 -0
  1008. package/dist/illustrations/sapIllus-Dot-SimpleEmptyList.js +7 -0
  1009. package/dist/illustrations/sapIllus-Dot-SimpleError.js +9 -0
  1010. package/dist/illustrations/sapIllus-Dot-SimpleMagnifier.js +7 -0
  1011. package/dist/illustrations/sapIllus-Dot-SimpleMail.js +10 -0
  1012. package/dist/illustrations/sapIllus-Dot-SimpleNoSavedItems.js +13 -0
  1013. package/dist/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.js +11 -0
  1014. package/dist/illustrations/sapIllus-Dot-SimpleReload.js +9 -0
  1015. package/dist/illustrations/sapIllus-Dot-SimpleTask.js +13 -0
  1016. package/dist/illustrations/sapIllus-Dot-SleepingBell.js +8 -0
  1017. package/dist/illustrations/sapIllus-Dot-SortColumn.js +29 -0
  1018. package/dist/illustrations/sapIllus-Dot-SortingColumns.js +15 -0
  1019. package/dist/illustrations/sapIllus-Dot-SuccessHighFive.js +7 -0
  1020. package/dist/illustrations/sapIllus-Dot-SuccessScreen.js +5 -0
  1021. package/dist/illustrations/sapIllus-Dot-Survey.js +8 -0
  1022. package/dist/illustrations/sapIllus-Dot-Tent.js +8 -0
  1023. package/dist/illustrations/sapIllus-Dot-UnableToLoad.js +118 -0
  1024. package/dist/illustrations/sapIllus-Dot-UnableToLoadImage.js +24 -0
  1025. package/dist/illustrations/sapIllus-Dot-UnableToUpload.js +10 -0
  1026. package/dist/illustrations/sapIllus-Dot-UploadCollection.js +7 -0
  1027. package/dist/illustrations/sapIllus-Dot-UploadToCloud.js +9 -0
  1028. package/dist/illustrations/sapIllus-Dot-UserHasSignedUp.js +8 -0
  1029. package/dist/illustrations/sapIllus-Scene-Achievement.js +29 -0
  1030. package/dist/illustrations/sapIllus-Scene-AddColumn.js +49 -0
  1031. package/dist/illustrations/sapIllus-Scene-AddDimensions.js +18 -0
  1032. package/dist/illustrations/sapIllus-Scene-AddPeople.js +31 -0
  1033. package/dist/illustrations/sapIllus-Scene-AddPeopleToCalendar.js +47 -0
  1034. package/dist/illustrations/sapIllus-Scene-AddingColumns.js +38 -0
  1035. package/dist/illustrations/sapIllus-Scene-BalloonSky.js +54 -0
  1036. package/dist/illustrations/sapIllus-Scene-BeforeSearch.js +42 -0
  1037. package/dist/illustrations/sapIllus-Scene-Connection.js +32 -0
  1038. package/dist/illustrations/sapIllus-Scene-DragFilesToUpload.js +20 -0
  1039. package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +91 -0
  1040. package/dist/illustrations/sapIllus-Scene-EmptyList.js +44 -0
  1041. package/dist/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +19 -0
  1042. package/dist/illustrations/sapIllus-Scene-ErrorScreen.js +79 -0
  1043. package/dist/illustrations/sapIllus-Scene-FilterTable.js +63 -0
  1044. package/dist/illustrations/sapIllus-Scene-FilteringColumns.js +39 -0
  1045. package/dist/illustrations/sapIllus-Scene-GroupTable.js +77 -0
  1046. package/dist/illustrations/sapIllus-Scene-GroupingColumns.js +40 -0
  1047. package/dist/illustrations/sapIllus-Scene-KeyTask.js +120 -0
  1048. package/dist/illustrations/sapIllus-Scene-NewMail.js +38 -0
  1049. package/dist/illustrations/sapIllus-Scene-NoActivities.js +34 -0
  1050. package/dist/illustrations/sapIllus-Scene-NoChartData.js +45 -0
  1051. package/dist/illustrations/sapIllus-Scene-NoColumnsSet.js +26 -0
  1052. package/dist/illustrations/sapIllus-Scene-NoData.js +12 -0
  1053. package/dist/illustrations/sapIllus-Scene-NoDimensionsSet.js +39 -0
  1054. package/dist/illustrations/sapIllus-Scene-NoEntries.js +42 -0
  1055. package/dist/illustrations/sapIllus-Scene-NoFilterResults.js +16 -0
  1056. package/dist/illustrations/sapIllus-Scene-NoMail.js +16 -0
  1057. package/dist/illustrations/sapIllus-Scene-NoMail_v1.js +56 -0
  1058. package/dist/illustrations/sapIllus-Scene-NoNotifications.js +28 -0
  1059. package/dist/illustrations/sapIllus-Scene-NoSavedItems.js +54 -0
  1060. package/dist/illustrations/sapIllus-Scene-NoSavedItems_v1.js +40 -0
  1061. package/dist/illustrations/sapIllus-Scene-NoSearchResults.js +73 -0
  1062. package/dist/illustrations/sapIllus-Scene-NoTasks.js +60 -0
  1063. package/dist/illustrations/sapIllus-Scene-NoTasks_v1.js +87 -0
  1064. package/dist/illustrations/sapIllus-Scene-PageNotFound.js +13 -0
  1065. package/dist/illustrations/sapIllus-Scene-ReceiveAppreciation.js +25 -0
  1066. package/dist/illustrations/sapIllus-Scene-ReloadScreen.js +63 -0
  1067. package/dist/illustrations/sapIllus-Scene-ResizeColumn.js +53 -0
  1068. package/dist/illustrations/sapIllus-Scene-ResizingColumns.js +57 -0
  1069. package/dist/illustrations/sapIllus-Scene-SearchEarth.js +31 -0
  1070. package/dist/illustrations/sapIllus-Scene-SearchFolder.js +45 -0
  1071. package/dist/illustrations/sapIllus-Scene-SignOut.js +21 -0
  1072. package/dist/illustrations/sapIllus-Scene-SimpleBalloon.js +21 -0
  1073. package/dist/illustrations/sapIllus-Scene-SimpleBell.js +17 -0
  1074. package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +45 -0
  1075. package/dist/illustrations/sapIllus-Scene-SimpleCheckMark.js +10 -0
  1076. package/dist/illustrations/sapIllus-Scene-SimpleConnection.js +23 -0
  1077. package/dist/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +21 -0
  1078. package/dist/illustrations/sapIllus-Scene-SimpleEmptyList.js +14 -0
  1079. package/dist/illustrations/sapIllus-Scene-SimpleError.js +14 -0
  1080. package/dist/illustrations/sapIllus-Scene-SimpleMagnifier.js +14 -0
  1081. package/dist/illustrations/sapIllus-Scene-SimpleMail.js +17 -0
  1082. package/dist/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +28 -0
  1083. package/dist/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +25 -0
  1084. package/dist/illustrations/sapIllus-Scene-SimpleReload.js +15 -0
  1085. package/dist/illustrations/sapIllus-Scene-SimpleTask.js +20 -0
  1086. package/dist/illustrations/sapIllus-Scene-SleepingBell.js +51 -0
  1087. package/dist/illustrations/sapIllus-Scene-SortColumn.js +51 -0
  1088. package/dist/illustrations/sapIllus-Scene-SortingColumns.js +50 -0
  1089. package/dist/illustrations/sapIllus-Scene-SuccessBalloon.js +34 -0
  1090. package/dist/illustrations/sapIllus-Scene-SuccessCheckMark.js +44 -0
  1091. package/dist/illustrations/sapIllus-Scene-SuccessHighFive.js +26 -0
  1092. package/dist/illustrations/sapIllus-Scene-SuccessScreen.js +62 -0
  1093. package/dist/illustrations/sapIllus-Scene-Survey.js +22 -0
  1094. package/dist/illustrations/sapIllus-Scene-Tent.js +60 -0
  1095. package/dist/illustrations/sapIllus-Scene-UnableToLoad.js +119 -0
  1096. package/dist/illustrations/sapIllus-Scene-UnableToLoadImage.js +28 -0
  1097. package/dist/illustrations/sapIllus-Scene-UnableToUpload.js +26 -0
  1098. package/dist/illustrations/sapIllus-Scene-UploadCollection.js +30 -0
  1099. package/dist/illustrations/sapIllus-Scene-UploadToCloud.js +22 -0
  1100. package/dist/illustrations/sapIllus-Scene-UserHasSignedUp.js +29 -0
  1101. package/dist/illustrations/sapIllus-Spot-Achievement.js +28 -0
  1102. package/dist/illustrations/sapIllus-Spot-AddColumn.js +38 -0
  1103. package/dist/illustrations/sapIllus-Spot-AddDimensions.js +17 -0
  1104. package/dist/illustrations/sapIllus-Spot-AddPeople.js +32 -0
  1105. package/dist/illustrations/sapIllus-Spot-AddPeopleToCalendar.js +43 -0
  1106. package/dist/illustrations/sapIllus-Spot-AddingColumns.js +38 -0
  1107. package/dist/illustrations/sapIllus-Spot-BalloonSky.js +44 -0
  1108. package/dist/illustrations/sapIllus-Spot-BeforeSearch.js +42 -0
  1109. package/dist/illustrations/sapIllus-Spot-Connection.js +23 -0
  1110. package/dist/illustrations/sapIllus-Spot-DragFilesToUpload.js +18 -0
  1111. package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +47 -0
  1112. package/dist/illustrations/sapIllus-Spot-EmptyList.js +30 -0
  1113. package/dist/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +19 -0
  1114. package/dist/illustrations/sapIllus-Spot-ErrorScreen.js +33 -0
  1115. package/dist/illustrations/sapIllus-Spot-FilterTable.js +61 -0
  1116. package/dist/illustrations/sapIllus-Spot-FilteringColumns.js +33 -0
  1117. package/dist/illustrations/sapIllus-Spot-GroupTable.js +87 -0
  1118. package/dist/illustrations/sapIllus-Spot-GroupingColumns.js +35 -0
  1119. package/dist/illustrations/sapIllus-Spot-KeyTask.js +120 -0
  1120. package/dist/illustrations/sapIllus-Spot-NewMail.js +34 -0
  1121. package/dist/illustrations/sapIllus-Spot-NoActivities.js +34 -0
  1122. package/dist/illustrations/sapIllus-Spot-NoChartData.js +42 -0
  1123. package/dist/illustrations/sapIllus-Spot-NoColumnsSet.js +29 -0
  1124. package/dist/illustrations/sapIllus-Spot-NoData.js +12 -0
  1125. package/dist/illustrations/sapIllus-Spot-NoDimensionsSet.js +43 -0
  1126. package/dist/illustrations/sapIllus-Spot-NoEntries.js +42 -0
  1127. package/dist/illustrations/sapIllus-Spot-NoFilterResults.js +16 -0
  1128. package/dist/illustrations/sapIllus-Spot-NoMail.js +15 -0
  1129. package/dist/illustrations/sapIllus-Spot-NoMail_v1.js +17 -0
  1130. package/dist/illustrations/sapIllus-Spot-NoNotifications.js +25 -0
  1131. package/dist/illustrations/sapIllus-Spot-NoSavedItems.js +51 -0
  1132. package/dist/illustrations/sapIllus-Spot-NoSavedItems_v1.js +34 -0
  1133. package/dist/illustrations/sapIllus-Spot-NoSearchResults.js +73 -0
  1134. package/dist/illustrations/sapIllus-Spot-NoTasks.js +32 -0
  1135. package/dist/illustrations/sapIllus-Spot-NoTasks_v1.js +23 -0
  1136. package/dist/illustrations/sapIllus-Spot-PageNotFound.js +10 -0
  1137. package/dist/illustrations/sapIllus-Spot-ReceiveAppreciation.js +20 -0
  1138. package/dist/illustrations/sapIllus-Spot-ReloadScreen.js +37 -0
  1139. package/dist/illustrations/sapIllus-Spot-ResizeColumn.js +50 -0
  1140. package/dist/illustrations/sapIllus-Spot-ResizingColumns.js +37 -0
  1141. package/dist/illustrations/sapIllus-Spot-SearchEarth.js +56 -0
  1142. package/dist/illustrations/sapIllus-Spot-SearchFolder.js +38 -0
  1143. package/dist/illustrations/sapIllus-Spot-SignOut.js +21 -0
  1144. package/dist/illustrations/sapIllus-Spot-SimpleBalloon.js +8 -0
  1145. package/dist/illustrations/sapIllus-Spot-SimpleBell.js +13 -0
  1146. package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +45 -0
  1147. package/dist/illustrations/sapIllus-Spot-SimpleCheckMark.js +6 -0
  1148. package/dist/illustrations/sapIllus-Spot-SimpleConnection.js +11 -0
  1149. package/dist/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +7 -0
  1150. package/dist/illustrations/sapIllus-Spot-SimpleEmptyList.js +7 -0
  1151. package/dist/illustrations/sapIllus-Spot-SimpleError.js +10 -0
  1152. package/dist/illustrations/sapIllus-Spot-SimpleMagnifier.js +9 -0
  1153. package/dist/illustrations/sapIllus-Spot-SimpleMail.js +13 -0
  1154. package/dist/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +24 -0
  1155. package/dist/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +11 -0
  1156. package/dist/illustrations/sapIllus-Spot-SimpleReload.js +8 -0
  1157. package/dist/illustrations/sapIllus-Spot-SimpleTask.js +23 -0
  1158. package/dist/illustrations/sapIllus-Spot-SleepingBell.js +39 -0
  1159. package/dist/illustrations/sapIllus-Spot-SortColumn.js +40 -0
  1160. package/dist/illustrations/sapIllus-Spot-SortingColumns.js +49 -0
  1161. package/dist/illustrations/sapIllus-Spot-SuccessBalloon.js +20 -0
  1162. package/dist/illustrations/sapIllus-Spot-SuccessCheckMark.js +8 -0
  1163. package/dist/illustrations/sapIllus-Spot-SuccessHighFive.js +25 -0
  1164. package/dist/illustrations/sapIllus-Spot-SuccessScreen.js +36 -0
  1165. package/dist/illustrations/sapIllus-Spot-Survey.js +33 -0
  1166. package/dist/illustrations/sapIllus-Spot-Tent.js +30 -0
  1167. package/dist/illustrations/sapIllus-Spot-UnableToLoad.js +119 -0
  1168. package/dist/illustrations/sapIllus-Spot-UnableToLoadImage.js +28 -0
  1169. package/dist/illustrations/sapIllus-Spot-UnableToUpload.js +28 -0
  1170. package/dist/illustrations/sapIllus-Spot-UploadCollection.js +34 -0
  1171. package/dist/illustrations/sapIllus-Spot-UploadToCloud.js +21 -0
  1172. package/dist/illustrations/sapIllus-Spot-UserHasSignedUp.js +34 -0
  1173. package/dist/illustrations/tnt/Avatar.d.ts +8 -0
  1174. package/dist/illustrations/tnt/Avatar.js +26 -0
  1175. package/dist/illustrations/tnt/Calculator.d.ts +8 -0
  1176. package/dist/illustrations/tnt/Calculator.js +26 -0
  1177. package/dist/illustrations/tnt/ChartArea.d.ts +8 -0
  1178. package/dist/illustrations/tnt/ChartArea.js +26 -0
  1179. package/dist/illustrations/tnt/ChartArea2.d.ts +8 -0
  1180. package/dist/illustrations/tnt/ChartArea2.js +26 -0
  1181. package/dist/illustrations/tnt/ChartBPMNFlow.d.ts +8 -0
  1182. package/dist/illustrations/tnt/ChartBPMNFlow.js +26 -0
  1183. package/dist/illustrations/tnt/ChartBar.d.ts +8 -0
  1184. package/dist/illustrations/tnt/ChartBar.js +26 -0
  1185. package/dist/illustrations/tnt/ChartBullet.d.ts +8 -0
  1186. package/dist/illustrations/tnt/ChartBullet.js +26 -0
  1187. package/dist/illustrations/tnt/ChartDoughnut.d.ts +8 -0
  1188. package/dist/illustrations/tnt/ChartDoughnut.js +26 -0
  1189. package/dist/illustrations/tnt/ChartFlow.d.ts +8 -0
  1190. package/dist/illustrations/tnt/ChartFlow.js +26 -0
  1191. package/dist/illustrations/tnt/ChartGantt.d.ts +8 -0
  1192. package/dist/illustrations/tnt/ChartGantt.js +26 -0
  1193. package/dist/illustrations/tnt/ChartOrg.d.ts +8 -0
  1194. package/dist/illustrations/tnt/ChartOrg.js +26 -0
  1195. package/dist/illustrations/tnt/ChartPie.d.ts +8 -0
  1196. package/dist/illustrations/tnt/ChartPie.js +26 -0
  1197. package/dist/illustrations/tnt/CodePlaceholder.d.ts +8 -0
  1198. package/dist/illustrations/tnt/CodePlaceholder.js +26 -0
  1199. package/dist/illustrations/tnt/Company.d.ts +8 -0
  1200. package/dist/illustrations/tnt/Company.js +26 -0
  1201. package/dist/illustrations/tnt/Compass.d.ts +8 -0
  1202. package/dist/illustrations/tnt/Compass.js +26 -0
  1203. package/dist/illustrations/tnt/Components.d.ts +8 -0
  1204. package/dist/illustrations/tnt/Components.js +26 -0
  1205. package/dist/illustrations/tnt/Dialog.d.ts +8 -0
  1206. package/dist/illustrations/tnt/Dialog.js +26 -0
  1207. package/dist/illustrations/tnt/EmptyContentPane.d.ts +8 -0
  1208. package/dist/illustrations/tnt/EmptyContentPane.js +26 -0
  1209. package/dist/illustrations/tnt/ExternalLink.d.ts +8 -0
  1210. package/dist/illustrations/tnt/ExternalLink.js +26 -0
  1211. package/dist/illustrations/tnt/FaceID.d.ts +8 -0
  1212. package/dist/illustrations/tnt/FaceID.js +26 -0
  1213. package/dist/illustrations/tnt/Fingerprint.d.ts +8 -0
  1214. package/dist/illustrations/tnt/Fingerprint.js +26 -0
  1215. package/dist/illustrations/tnt/Handshake.d.ts +8 -0
  1216. package/dist/illustrations/tnt/Handshake.js +26 -0
  1217. package/dist/illustrations/tnt/Help.d.ts +8 -0
  1218. package/dist/illustrations/tnt/Help.js +26 -0
  1219. package/dist/illustrations/tnt/Lock.d.ts +8 -0
  1220. package/dist/illustrations/tnt/Lock.js +26 -0
  1221. package/dist/illustrations/tnt/Mission.d.ts +8 -0
  1222. package/dist/illustrations/tnt/Mission.js +26 -0
  1223. package/dist/illustrations/tnt/MissionFailed.d.ts +8 -0
  1224. package/dist/illustrations/tnt/MissionFailed.js +26 -0
  1225. package/dist/illustrations/tnt/NoApplications.d.ts +8 -0
  1226. package/dist/illustrations/tnt/NoApplications.js +26 -0
  1227. package/dist/illustrations/tnt/NoFlows.d.ts +8 -0
  1228. package/dist/illustrations/tnt/NoFlows.js +26 -0
  1229. package/dist/illustrations/tnt/NoUsers.d.ts +8 -0
  1230. package/dist/illustrations/tnt/NoUsers.js +26 -0
  1231. package/dist/illustrations/tnt/Radar.d.ts +8 -0
  1232. package/dist/illustrations/tnt/Radar.js +26 -0
  1233. package/dist/illustrations/tnt/RoadMap.d.ts +8 -0
  1234. package/dist/illustrations/tnt/RoadMap.js +26 -0
  1235. package/dist/illustrations/tnt/Secrets.d.ts +8 -0
  1236. package/dist/illustrations/tnt/Secrets.js +26 -0
  1237. package/dist/illustrations/tnt/Services.d.ts +8 -0
  1238. package/dist/illustrations/tnt/Services.js +26 -0
  1239. package/dist/illustrations/tnt/SessionExpired.d.ts +8 -0
  1240. package/dist/illustrations/tnt/SessionExpired.js +26 -0
  1241. package/dist/illustrations/tnt/SessionExpiring.d.ts +8 -0
  1242. package/dist/illustrations/tnt/SessionExpiring.js +26 -0
  1243. package/dist/illustrations/tnt/Settings.d.ts +8 -0
  1244. package/dist/illustrations/tnt/Settings.js +26 -0
  1245. package/dist/illustrations/tnt/Success.d.ts +8 -0
  1246. package/dist/illustrations/tnt/Success.js +26 -0
  1247. package/dist/illustrations/tnt/SuccessfulAuth.d.ts +8 -0
  1248. package/dist/illustrations/tnt/SuccessfulAuth.js +26 -0
  1249. package/dist/illustrations/tnt/Systems.d.ts +8 -0
  1250. package/dist/illustrations/tnt/Systems.js +26 -0
  1251. package/dist/illustrations/tnt/Teams.d.ts +8 -0
  1252. package/dist/illustrations/tnt/Teams.js +26 -0
  1253. package/dist/illustrations/tnt/Tools.d.ts +8 -0
  1254. package/dist/illustrations/tnt/Tools.js +26 -0
  1255. package/dist/illustrations/tnt/Tutorials.d.ts +8 -0
  1256. package/dist/illustrations/tnt/Tutorials.js +26 -0
  1257. package/dist/illustrations/tnt/UnableToLoad.d.ts +8 -0
  1258. package/dist/illustrations/tnt/UnableToLoad.js +26 -0
  1259. package/dist/illustrations/tnt/Unlock.d.ts +8 -0
  1260. package/dist/illustrations/tnt/Unlock.js +26 -0
  1261. package/dist/illustrations/tnt/UnsuccessfulAuth.d.ts +8 -0
  1262. package/dist/illustrations/tnt/UnsuccessfulAuth.js +26 -0
  1263. package/dist/illustrations/tnt/User2.d.ts +8 -0
  1264. package/dist/illustrations/tnt/User2.js +26 -0
  1265. package/dist/illustrations/tnt/tnt-Dialog-Avatar.js +125 -0
  1266. package/dist/illustrations/tnt/tnt-Dialog-Calculator.js +81 -0
  1267. package/dist/illustrations/tnt/tnt-Dialog-ChartArea.js +14 -0
  1268. package/dist/illustrations/tnt/tnt-Dialog-ChartArea2.js +12 -0
  1269. package/dist/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.js +13 -0
  1270. package/dist/illustrations/tnt/tnt-Dialog-ChartBar.js +12 -0
  1271. package/dist/illustrations/tnt/tnt-Dialog-ChartBullet.js +14 -0
  1272. package/dist/illustrations/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
  1273. package/dist/illustrations/tnt/tnt-Dialog-ChartFlow.js +13 -0
  1274. package/dist/illustrations/tnt/tnt-Dialog-ChartGantt.js +17 -0
  1275. package/dist/illustrations/tnt/tnt-Dialog-ChartOrg.js +15 -0
  1276. package/dist/illustrations/tnt/tnt-Dialog-ChartPie.js +12 -0
  1277. package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +6 -0
  1278. package/dist/illustrations/tnt/tnt-Dialog-Company.js +13 -0
  1279. package/dist/illustrations/tnt/tnt-Dialog-Compass.js +35 -0
  1280. package/dist/illustrations/tnt/tnt-Dialog-Components.js +9 -0
  1281. package/dist/illustrations/tnt/tnt-Dialog-Dialog.js +33 -0
  1282. package/dist/illustrations/tnt/tnt-Dialog-EmptyContentPane.js +19 -0
  1283. package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +11 -0
  1284. package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +17 -0
  1285. package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +16 -0
  1286. package/dist/illustrations/tnt/tnt-Dialog-Handshake.js +33 -0
  1287. package/dist/illustrations/tnt/tnt-Dialog-Help.js +28 -0
  1288. package/dist/illustrations/tnt/tnt-Dialog-Lock.js +12 -0
  1289. package/dist/illustrations/tnt/tnt-Dialog-Mission.js +18 -0
  1290. package/dist/illustrations/tnt/tnt-Dialog-MissionFailed.js +42 -0
  1291. package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +15 -0
  1292. package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +11 -0
  1293. package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +15 -0
  1294. package/dist/illustrations/tnt/tnt-Dialog-Radar.js +15 -0
  1295. package/dist/illustrations/tnt/tnt-Dialog-RoadMap.js +42 -0
  1296. package/dist/illustrations/tnt/tnt-Dialog-Secrets.js +12 -0
  1297. package/dist/illustrations/tnt/tnt-Dialog-Services.js +16 -0
  1298. package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +11 -0
  1299. package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +10 -0
  1300. package/dist/illustrations/tnt/tnt-Dialog-Settings.js +38 -0
  1301. package/dist/illustrations/tnt/tnt-Dialog-Success.js +10 -0
  1302. package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +10 -0
  1303. package/dist/illustrations/tnt/tnt-Dialog-Systems.js +12 -0
  1304. package/dist/illustrations/tnt/tnt-Dialog-Teams.js +17 -0
  1305. package/dist/illustrations/tnt/tnt-Dialog-Tools.js +12 -0
  1306. package/dist/illustrations/tnt/tnt-Dialog-Tutorials.js +79 -0
  1307. package/dist/illustrations/tnt/tnt-Dialog-UnableToLoad.js +10 -0
  1308. package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +12 -0
  1309. package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +11 -0
  1310. package/dist/illustrations/tnt/tnt-Dialog-User2.js +13 -0
  1311. package/dist/illustrations/tnt/tnt-Dot-Avatar.js +13 -0
  1312. package/dist/illustrations/tnt/tnt-Dot-Calculator.js +12 -0
  1313. package/dist/illustrations/tnt/tnt-Dot-Compass.js +10 -0
  1314. package/dist/illustrations/tnt/tnt-Dot-Dialog.js +20 -0
  1315. package/dist/illustrations/tnt/tnt-Dot-EmptyContentPane.js +16 -0
  1316. package/dist/illustrations/tnt/tnt-Dot-Handshake.js +19 -0
  1317. package/dist/illustrations/tnt/tnt-Dot-Help.js +9 -0
  1318. package/dist/illustrations/tnt/tnt-Dot-MissionFailed.js +10 -0
  1319. package/dist/illustrations/tnt/tnt-Dot-RoadMap.js +6 -0
  1320. package/dist/illustrations/tnt/tnt-Dot-Settings.js +7 -0
  1321. package/dist/illustrations/tnt/tnt-Dot-Tutorials.js +8 -0
  1322. package/dist/illustrations/tnt/tnt-Scene-Avatar.js +131 -0
  1323. package/dist/illustrations/tnt/tnt-Scene-Calculator.js +84 -0
  1324. package/dist/illustrations/tnt/tnt-Scene-ChartArea.js +22 -0
  1325. package/dist/illustrations/tnt/tnt-Scene-ChartArea2.js +19 -0
  1326. package/dist/illustrations/tnt/tnt-Scene-ChartBPMNFlow.js +21 -0
  1327. package/dist/illustrations/tnt/tnt-Scene-ChartBar.js +19 -0
  1328. package/dist/illustrations/tnt/tnt-Scene-ChartBullet.js +20 -0
  1329. package/dist/illustrations/tnt/tnt-Scene-ChartDoughnut.js +19 -0
  1330. package/dist/illustrations/tnt/tnt-Scene-ChartFlow.js +20 -0
  1331. package/dist/illustrations/tnt/tnt-Scene-ChartGantt.js +26 -0
  1332. package/dist/illustrations/tnt/tnt-Scene-ChartOrg.js +27 -0
  1333. package/dist/illustrations/tnt/tnt-Scene-ChartPie.js +18 -0
  1334. package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +9 -0
  1335. package/dist/illustrations/tnt/tnt-Scene-Company.js +30 -0
  1336. package/dist/illustrations/tnt/tnt-Scene-Compass.js +35 -0
  1337. package/dist/illustrations/tnt/tnt-Scene-Components.js +16 -0
  1338. package/dist/illustrations/tnt/tnt-Scene-Dialog.js +36 -0
  1339. package/dist/illustrations/tnt/tnt-Scene-EmptyContentPane.js +16 -0
  1340. package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +14 -0
  1341. package/dist/illustrations/tnt/tnt-Scene-FaceID.js +21 -0
  1342. package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +35 -0
  1343. package/dist/illustrations/tnt/tnt-Scene-Handshake.js +33 -0
  1344. package/dist/illustrations/tnt/tnt-Scene-Help.js +30 -0
  1345. package/dist/illustrations/tnt/tnt-Scene-Lock.js +22 -0
  1346. package/dist/illustrations/tnt/tnt-Scene-Mission.js +19 -0
  1347. package/dist/illustrations/tnt/tnt-Scene-MissionFailed.js +50 -0
  1348. package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +18 -0
  1349. package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +20 -0
  1350. package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +16 -0
  1351. package/dist/illustrations/tnt/tnt-Scene-Radar.js +20 -0
  1352. package/dist/illustrations/tnt/tnt-Scene-RoadMap.js +46 -0
  1353. package/dist/illustrations/tnt/tnt-Scene-Secrets.js +15 -0
  1354. package/dist/illustrations/tnt/tnt-Scene-Services.js +17 -0
  1355. package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +18 -0
  1356. package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +17 -0
  1357. package/dist/illustrations/tnt/tnt-Scene-Settings.js +39 -0
  1358. package/dist/illustrations/tnt/tnt-Scene-Success.js +18 -0
  1359. package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +20 -0
  1360. package/dist/illustrations/tnt/tnt-Scene-Systems.js +13 -0
  1361. package/dist/illustrations/tnt/tnt-Scene-Teams.js +20 -0
  1362. package/dist/illustrations/tnt/tnt-Scene-Tools.js +19 -0
  1363. package/dist/illustrations/tnt/tnt-Scene-Tutorials.js +85 -0
  1364. package/dist/illustrations/tnt/tnt-Scene-UnableToLoad.js +21 -0
  1365. package/dist/illustrations/tnt/tnt-Scene-Unlock.js +15 -0
  1366. package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +22 -0
  1367. package/dist/illustrations/tnt/tnt-Scene-User2.js +22 -0
  1368. package/dist/illustrations/tnt/tnt-Spot-Avatar.js +106 -0
  1369. package/dist/illustrations/tnt/tnt-Spot-Calculator.js +131 -0
  1370. package/dist/illustrations/tnt/tnt-Spot-ChartArea.js +13 -0
  1371. package/dist/illustrations/tnt/tnt-Spot-ChartArea2.js +7 -0
  1372. package/dist/illustrations/tnt/tnt-Spot-ChartBPMNFlow.js +9 -0
  1373. package/dist/illustrations/tnt/tnt-Spot-ChartBar.js +8 -0
  1374. package/dist/illustrations/tnt/tnt-Spot-ChartBullet.js +10 -0
  1375. package/dist/illustrations/tnt/tnt-Spot-ChartDoughnut.js +9 -0
  1376. package/dist/illustrations/tnt/tnt-Spot-ChartFlow.js +8 -0
  1377. package/dist/illustrations/tnt/tnt-Spot-ChartGantt.js +12 -0
  1378. package/dist/illustrations/tnt/tnt-Spot-ChartOrg.js +6 -0
  1379. package/dist/illustrations/tnt/tnt-Spot-ChartPie.js +8 -0
  1380. package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +6 -0
  1381. package/dist/illustrations/tnt/tnt-Spot-Company.js +13 -0
  1382. package/dist/illustrations/tnt/tnt-Spot-Compass.js +35 -0
  1383. package/dist/illustrations/tnt/tnt-Spot-Components.js +5 -0
  1384. package/dist/illustrations/tnt/tnt-Spot-Dialog.js +33 -0
  1385. package/dist/illustrations/tnt/tnt-Spot-EmptyContentPane.js +17 -0
  1386. package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +9 -0
  1387. package/dist/illustrations/tnt/tnt-Spot-FaceID.js +16 -0
  1388. package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +10 -0
  1389. package/dist/illustrations/tnt/tnt-Spot-Handshake.js +65 -0
  1390. package/dist/illustrations/tnt/tnt-Spot-Help.js +24 -0
  1391. package/dist/illustrations/tnt/tnt-Spot-Lock.js +13 -0
  1392. package/dist/illustrations/tnt/tnt-Spot-Mission.js +17 -0
  1393. package/dist/illustrations/tnt/tnt-Spot-MissionFailed.js +114 -0
  1394. package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +11 -0
  1395. package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +8 -0
  1396. package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +11 -0
  1397. package/dist/illustrations/tnt/tnt-Spot-Radar.js +14 -0
  1398. package/dist/illustrations/tnt/tnt-Spot-RoadMap.js +166 -0
  1399. package/dist/illustrations/tnt/tnt-Spot-Secrets.js +9 -0
  1400. package/dist/illustrations/tnt/tnt-Spot-Services.js +14 -0
  1401. package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +9 -0
  1402. package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +9 -0
  1403. package/dist/illustrations/tnt/tnt-Spot-Settings.js +37 -0
  1404. package/dist/illustrations/tnt/tnt-Spot-Success.js +9 -0
  1405. package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +9 -0
  1406. package/dist/illustrations/tnt/tnt-Spot-Systems.js +10 -0
  1407. package/dist/illustrations/tnt/tnt-Spot-Teams.js +13 -0
  1408. package/dist/illustrations/tnt/tnt-Spot-Tools.js +7 -0
  1409. package/dist/illustrations/tnt/tnt-Spot-Tutorials.js +92 -0
  1410. package/dist/illustrations/tnt/tnt-Spot-UnableToLoad.js +9 -0
  1411. package/dist/illustrations/tnt/tnt-Spot-Unlock.js +11 -0
  1412. package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +10 -0
  1413. package/dist/illustrations/tnt/tnt-Spot-User2.js +10 -0
  1414. package/dist/illustrations-v5/tnt/Avatar.d.ts +8 -0
  1415. package/dist/illustrations-v5/tnt/Avatar.js +26 -0
  1416. package/dist/illustrations-v5/tnt/Calculator.d.ts +8 -0
  1417. package/dist/illustrations-v5/tnt/Calculator.js +26 -0
  1418. package/dist/illustrations-v5/tnt/ChartArea.d.ts +8 -0
  1419. package/dist/illustrations-v5/tnt/ChartArea.js +26 -0
  1420. package/dist/illustrations-v5/tnt/ChartArea2.d.ts +8 -0
  1421. package/dist/illustrations-v5/tnt/ChartArea2.js +26 -0
  1422. package/dist/illustrations-v5/tnt/ChartBPMNFlow.d.ts +8 -0
  1423. package/dist/illustrations-v5/tnt/ChartBPMNFlow.js +26 -0
  1424. package/dist/illustrations-v5/tnt/ChartBar.d.ts +8 -0
  1425. package/dist/illustrations-v5/tnt/ChartBar.js +26 -0
  1426. package/dist/illustrations-v5/tnt/ChartBullet.d.ts +8 -0
  1427. package/dist/illustrations-v5/tnt/ChartBullet.js +26 -0
  1428. package/dist/illustrations-v5/tnt/ChartDoughnut.d.ts +8 -0
  1429. package/dist/illustrations-v5/tnt/ChartDoughnut.js +26 -0
  1430. package/dist/illustrations-v5/tnt/ChartFlow.d.ts +8 -0
  1431. package/dist/illustrations-v5/tnt/ChartFlow.js +26 -0
  1432. package/dist/illustrations-v5/tnt/ChartGantt.d.ts +8 -0
  1433. package/dist/illustrations-v5/tnt/ChartGantt.js +26 -0
  1434. package/dist/illustrations-v5/tnt/ChartOrg.d.ts +8 -0
  1435. package/dist/illustrations-v5/tnt/ChartOrg.js +26 -0
  1436. package/dist/illustrations-v5/tnt/ChartPie.d.ts +8 -0
  1437. package/dist/illustrations-v5/tnt/ChartPie.js +26 -0
  1438. package/dist/illustrations-v5/tnt/CodePlaceholder.d.ts +8 -0
  1439. package/dist/illustrations-v5/tnt/CodePlaceholder.js +26 -0
  1440. package/dist/illustrations-v5/tnt/Company.d.ts +8 -0
  1441. package/dist/illustrations-v5/tnt/Company.js +26 -0
  1442. package/dist/illustrations-v5/tnt/Compass.d.ts +8 -0
  1443. package/dist/illustrations-v5/tnt/Compass.js +26 -0
  1444. package/dist/illustrations-v5/tnt/Components.d.ts +8 -0
  1445. package/dist/illustrations-v5/tnt/Components.js +26 -0
  1446. package/dist/illustrations-v5/tnt/Dialog.d.ts +8 -0
  1447. package/dist/illustrations-v5/tnt/Dialog.js +26 -0
  1448. package/dist/illustrations-v5/tnt/ExternalLink.d.ts +8 -0
  1449. package/dist/illustrations-v5/tnt/ExternalLink.js +26 -0
  1450. package/dist/illustrations-v5/tnt/FaceID.d.ts +8 -0
  1451. package/dist/illustrations-v5/tnt/FaceID.js +26 -0
  1452. package/dist/illustrations-v5/tnt/Fingerprint.d.ts +8 -0
  1453. package/dist/illustrations-v5/tnt/Fingerprint.js +26 -0
  1454. package/dist/illustrations-v5/tnt/Handshake.d.ts +8 -0
  1455. package/dist/illustrations-v5/tnt/Handshake.js +26 -0
  1456. package/dist/illustrations-v5/tnt/Help.d.ts +8 -0
  1457. package/dist/illustrations-v5/tnt/Help.js +26 -0
  1458. package/dist/illustrations-v5/tnt/Lock.d.ts +8 -0
  1459. package/dist/illustrations-v5/tnt/Lock.js +26 -0
  1460. package/dist/illustrations-v5/tnt/Mission.d.ts +8 -0
  1461. package/dist/illustrations-v5/tnt/Mission.js +26 -0
  1462. package/dist/illustrations-v5/tnt/MissionFailed.d.ts +8 -0
  1463. package/dist/illustrations-v5/tnt/MissionFailed.js +26 -0
  1464. package/dist/illustrations-v5/tnt/NoApplications.d.ts +8 -0
  1465. package/dist/illustrations-v5/tnt/NoApplications.js +26 -0
  1466. package/dist/illustrations-v5/tnt/NoFlows.d.ts +8 -0
  1467. package/dist/illustrations-v5/tnt/NoFlows.js +26 -0
  1468. package/dist/illustrations-v5/tnt/NoUsers.d.ts +8 -0
  1469. package/dist/illustrations-v5/tnt/NoUsers.js +26 -0
  1470. package/dist/illustrations-v5/tnt/Radar.d.ts +8 -0
  1471. package/dist/illustrations-v5/tnt/Radar.js +26 -0
  1472. package/dist/illustrations-v5/tnt/RoadMap.d.ts +8 -0
  1473. package/dist/illustrations-v5/tnt/RoadMap.js +26 -0
  1474. package/dist/illustrations-v5/tnt/Secrets.d.ts +8 -0
  1475. package/dist/illustrations-v5/tnt/Secrets.js +26 -0
  1476. package/dist/illustrations-v5/tnt/Services.d.ts +8 -0
  1477. package/dist/illustrations-v5/tnt/Services.js +26 -0
  1478. package/dist/illustrations-v5/tnt/SessionExpired.d.ts +8 -0
  1479. package/dist/illustrations-v5/tnt/SessionExpired.js +26 -0
  1480. package/dist/illustrations-v5/tnt/SessionExpiring.d.ts +8 -0
  1481. package/dist/illustrations-v5/tnt/SessionExpiring.js +26 -0
  1482. package/dist/illustrations-v5/tnt/Settings.d.ts +8 -0
  1483. package/dist/illustrations-v5/tnt/Settings.js +26 -0
  1484. package/dist/illustrations-v5/tnt/Success.d.ts +8 -0
  1485. package/dist/illustrations-v5/tnt/Success.js +26 -0
  1486. package/dist/illustrations-v5/tnt/SuccessfulAuth.d.ts +8 -0
  1487. package/dist/illustrations-v5/tnt/SuccessfulAuth.js +26 -0
  1488. package/dist/illustrations-v5/tnt/Systems.d.ts +8 -0
  1489. package/dist/illustrations-v5/tnt/Systems.js +26 -0
  1490. package/dist/illustrations-v5/tnt/Teams.d.ts +8 -0
  1491. package/dist/illustrations-v5/tnt/Teams.js +26 -0
  1492. package/dist/illustrations-v5/tnt/Tools.d.ts +8 -0
  1493. package/dist/illustrations-v5/tnt/Tools.js +26 -0
  1494. package/dist/illustrations-v5/tnt/Tutorials.d.ts +8 -0
  1495. package/dist/illustrations-v5/tnt/Tutorials.js +26 -0
  1496. package/dist/illustrations-v5/tnt/Unlock.d.ts +8 -0
  1497. package/dist/illustrations-v5/tnt/Unlock.js +26 -0
  1498. package/dist/illustrations-v5/tnt/UnsuccessfulAuth.d.ts +8 -0
  1499. package/dist/illustrations-v5/tnt/UnsuccessfulAuth.js +26 -0
  1500. package/dist/illustrations-v5/tnt/hc/Avatar.d.ts +8 -0
  1501. package/dist/illustrations-v5/tnt/hc/Avatar.js +26 -0
  1502. package/dist/illustrations-v5/tnt/hc/Calculator.d.ts +8 -0
  1503. package/dist/illustrations-v5/tnt/hc/Calculator.js +26 -0
  1504. package/dist/illustrations-v5/tnt/hc/ChartArea.d.ts +8 -0
  1505. package/dist/illustrations-v5/tnt/hc/ChartArea.js +26 -0
  1506. package/dist/illustrations-v5/tnt/hc/ChartArea2.d.ts +8 -0
  1507. package/dist/illustrations-v5/tnt/hc/ChartArea2.js +26 -0
  1508. package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.d.ts +8 -0
  1509. package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.js +26 -0
  1510. package/dist/illustrations-v5/tnt/hc/ChartBar.d.ts +8 -0
  1511. package/dist/illustrations-v5/tnt/hc/ChartBar.js +26 -0
  1512. package/dist/illustrations-v5/tnt/hc/ChartBullet.d.ts +8 -0
  1513. package/dist/illustrations-v5/tnt/hc/ChartBullet.js +26 -0
  1514. package/dist/illustrations-v5/tnt/hc/ChartDoughnut.d.ts +8 -0
  1515. package/dist/illustrations-v5/tnt/hc/ChartDoughnut.js +26 -0
  1516. package/dist/illustrations-v5/tnt/hc/ChartFlow.d.ts +8 -0
  1517. package/dist/illustrations-v5/tnt/hc/ChartFlow.js +26 -0
  1518. package/dist/illustrations-v5/tnt/hc/ChartGantt.d.ts +8 -0
  1519. package/dist/illustrations-v5/tnt/hc/ChartGantt.js +26 -0
  1520. package/dist/illustrations-v5/tnt/hc/ChartOrg.d.ts +8 -0
  1521. package/dist/illustrations-v5/tnt/hc/ChartOrg.js +26 -0
  1522. package/dist/illustrations-v5/tnt/hc/ChartPie.d.ts +8 -0
  1523. package/dist/illustrations-v5/tnt/hc/ChartPie.js +26 -0
  1524. package/dist/illustrations-v5/tnt/hc/CodePlaceholder.d.ts +8 -0
  1525. package/dist/illustrations-v5/tnt/hc/CodePlaceholder.js +26 -0
  1526. package/dist/illustrations-v5/tnt/hc/Company.d.ts +8 -0
  1527. package/dist/illustrations-v5/tnt/hc/Company.js +26 -0
  1528. package/dist/illustrations-v5/tnt/hc/Compass.d.ts +8 -0
  1529. package/dist/illustrations-v5/tnt/hc/Compass.js +26 -0
  1530. package/dist/illustrations-v5/tnt/hc/Components.d.ts +8 -0
  1531. package/dist/illustrations-v5/tnt/hc/Components.js +26 -0
  1532. package/dist/illustrations-v5/tnt/hc/Dialog.d.ts +8 -0
  1533. package/dist/illustrations-v5/tnt/hc/Dialog.js +26 -0
  1534. package/dist/illustrations-v5/tnt/hc/EmptyContentPane.d.ts +8 -0
  1535. package/dist/illustrations-v5/tnt/hc/EmptyContentPane.js +26 -0
  1536. package/dist/illustrations-v5/tnt/hc/ExternalLink.d.ts +8 -0
  1537. package/dist/illustrations-v5/tnt/hc/ExternalLink.js +26 -0
  1538. package/dist/illustrations-v5/tnt/hc/FaceID.d.ts +8 -0
  1539. package/dist/illustrations-v5/tnt/hc/FaceID.js +26 -0
  1540. package/dist/illustrations-v5/tnt/hc/Fingerprint.d.ts +8 -0
  1541. package/dist/illustrations-v5/tnt/hc/Fingerprint.js +26 -0
  1542. package/dist/illustrations-v5/tnt/hc/Handshake.d.ts +8 -0
  1543. package/dist/illustrations-v5/tnt/hc/Handshake.js +26 -0
  1544. package/dist/illustrations-v5/tnt/hc/Help.d.ts +8 -0
  1545. package/dist/illustrations-v5/tnt/hc/Help.js +26 -0
  1546. package/dist/illustrations-v5/tnt/hc/Lock.d.ts +8 -0
  1547. package/dist/illustrations-v5/tnt/hc/Lock.js +26 -0
  1548. package/dist/illustrations-v5/tnt/hc/Mission.d.ts +8 -0
  1549. package/dist/illustrations-v5/tnt/hc/Mission.js +26 -0
  1550. package/dist/illustrations-v5/tnt/hc/MissionFailed.d.ts +8 -0
  1551. package/dist/illustrations-v5/tnt/hc/MissionFailed.js +26 -0
  1552. package/dist/illustrations-v5/tnt/hc/NoApplications.d.ts +8 -0
  1553. package/dist/illustrations-v5/tnt/hc/NoApplications.js +26 -0
  1554. package/dist/illustrations-v5/tnt/hc/NoFlows.d.ts +8 -0
  1555. package/dist/illustrations-v5/tnt/hc/NoFlows.js +26 -0
  1556. package/dist/illustrations-v5/tnt/hc/NoUsers.d.ts +8 -0
  1557. package/dist/illustrations-v5/tnt/hc/NoUsers.js +26 -0
  1558. package/dist/illustrations-v5/tnt/hc/Radar.d.ts +8 -0
  1559. package/dist/illustrations-v5/tnt/hc/Radar.js +26 -0
  1560. package/dist/illustrations-v5/tnt/hc/RoadMap.d.ts +8 -0
  1561. package/dist/illustrations-v5/tnt/hc/RoadMap.js +26 -0
  1562. package/dist/illustrations-v5/tnt/hc/Secrets.d.ts +8 -0
  1563. package/dist/illustrations-v5/tnt/hc/Secrets.js +26 -0
  1564. package/dist/illustrations-v5/tnt/hc/Services.d.ts +8 -0
  1565. package/dist/illustrations-v5/tnt/hc/Services.js +26 -0
  1566. package/dist/illustrations-v5/tnt/hc/SessionExpired.d.ts +8 -0
  1567. package/dist/illustrations-v5/tnt/hc/SessionExpired.js +26 -0
  1568. package/dist/illustrations-v5/tnt/hc/SessionExpiring.d.ts +8 -0
  1569. package/dist/illustrations-v5/tnt/hc/SessionExpiring.js +26 -0
  1570. package/dist/illustrations-v5/tnt/hc/Settings.d.ts +8 -0
  1571. package/dist/illustrations-v5/tnt/hc/Settings.js +26 -0
  1572. package/dist/illustrations-v5/tnt/hc/Success.d.ts +8 -0
  1573. package/dist/illustrations-v5/tnt/hc/Success.js +26 -0
  1574. package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.d.ts +8 -0
  1575. package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.js +26 -0
  1576. package/dist/illustrations-v5/tnt/hc/Systems.d.ts +8 -0
  1577. package/dist/illustrations-v5/tnt/hc/Systems.js +26 -0
  1578. package/dist/illustrations-v5/tnt/hc/Teams.d.ts +8 -0
  1579. package/dist/illustrations-v5/tnt/hc/Teams.js +26 -0
  1580. package/dist/illustrations-v5/tnt/hc/Tools.d.ts +8 -0
  1581. package/dist/illustrations-v5/tnt/hc/Tools.js +26 -0
  1582. package/dist/illustrations-v5/tnt/hc/Tutorials.d.ts +8 -0
  1583. package/dist/illustrations-v5/tnt/hc/Tutorials.js +26 -0
  1584. package/dist/illustrations-v5/tnt/hc/Unlock.d.ts +8 -0
  1585. package/dist/illustrations-v5/tnt/hc/Unlock.js +26 -0
  1586. package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.d.ts +8 -0
  1587. package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.js +26 -0
  1588. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.js +16 -0
  1589. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.js +24 -0
  1590. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +15 -0
  1591. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +14 -0
  1592. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +22 -0
  1593. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +14 -0
  1594. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +19 -0
  1595. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +18 -0
  1596. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +19 -0
  1597. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +19 -0
  1598. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +30 -0
  1599. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +20 -0
  1600. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +10 -0
  1601. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +23 -0
  1602. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Compass.js +17 -0
  1603. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +22 -0
  1604. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.js +23 -0
  1605. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +23 -0
  1606. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +18 -0
  1607. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +17 -0
  1608. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +13 -0
  1609. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.js +22 -0
  1610. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Help.js +12 -0
  1611. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +22 -0
  1612. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +15 -0
  1613. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.js +12 -0
  1614. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +19 -0
  1615. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +22 -0
  1616. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +19 -0
  1617. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +14 -0
  1618. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.js +92 -0
  1619. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +13 -0
  1620. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +16 -0
  1621. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +14 -0
  1622. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +12 -0
  1623. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Settings.js +9 -0
  1624. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +20 -0
  1625. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +27 -0
  1626. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +25 -0
  1627. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +27 -0
  1628. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +22 -0
  1629. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.js +18 -0
  1630. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +18 -0
  1631. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.js +27 -0
  1632. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Avatar.js +13 -0
  1633. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Calculator.js +13 -0
  1634. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +8 -0
  1635. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +7 -0
  1636. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +14 -0
  1637. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +7 -0
  1638. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +10 -0
  1639. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +8 -0
  1640. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +12 -0
  1641. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +11 -0
  1642. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +14 -0
  1643. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +9 -0
  1644. package/dist/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +6 -0
  1645. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Company.js +11 -0
  1646. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Compass.js +10 -0
  1647. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Components.js +11 -0
  1648. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Dialog.js +23 -0
  1649. package/dist/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +11 -0
  1650. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +10 -0
  1651. package/dist/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +19 -0
  1652. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +8 -0
  1653. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Handshake.js +19 -0
  1654. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Help.js +9 -0
  1655. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +13 -0
  1656. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +10 -0
  1657. package/dist/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.js +10 -0
  1658. package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +15 -0
  1659. package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +41 -0
  1660. package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +12 -0
  1661. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +12 -0
  1662. package/dist/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.js +8 -0
  1663. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +6 -0
  1664. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Services.js +11 -0
  1665. package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +8 -0
  1666. package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +9 -0
  1667. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Settings.js +7 -0
  1668. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Success.js +8 -0
  1669. package/dist/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +12 -0
  1670. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +15 -0
  1671. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +16 -0
  1672. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +18 -0
  1673. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.js +8 -0
  1674. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +20 -0
  1675. package/dist/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.js +12 -0
  1676. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Avatar.js +23 -0
  1677. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Calculator.js +32 -0
  1678. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +21 -0
  1679. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +20 -0
  1680. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +28 -0
  1681. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +20 -0
  1682. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +25 -0
  1683. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +24 -0
  1684. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +25 -0
  1685. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +25 -0
  1686. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +36 -0
  1687. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +25 -0
  1688. package/dist/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +14 -0
  1689. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Company.js +30 -0
  1690. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Compass.js +24 -0
  1691. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Components.js +26 -0
  1692. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Dialog.js +17 -0
  1693. package/dist/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +27 -0
  1694. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +22 -0
  1695. package/dist/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +28 -0
  1696. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +17 -0
  1697. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Handshake.js +26 -0
  1698. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Help.js +21 -0
  1699. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +26 -0
  1700. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +21 -0
  1701. package/dist/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.js +18 -0
  1702. package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +23 -0
  1703. package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +26 -0
  1704. package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +23 -0
  1705. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +19 -0
  1706. package/dist/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.js +30 -0
  1707. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +21 -0
  1708. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Services.js +20 -0
  1709. package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +18 -0
  1710. package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +16 -0
  1711. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Settings.js +13 -0
  1712. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Success.js +27 -0
  1713. package/dist/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +34 -0
  1714. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +31 -0
  1715. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +31 -0
  1716. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +26 -0
  1717. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.js +27 -0
  1718. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +22 -0
  1719. package/dist/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.js +34 -0
  1720. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Avatar.js +17 -0
  1721. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Calculator.js +24 -0
  1722. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +15 -0
  1723. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +14 -0
  1724. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +21 -0
  1725. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +14 -0
  1726. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +19 -0
  1727. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +18 -0
  1728. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +19 -0
  1729. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +19 -0
  1730. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +30 -0
  1731. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +19 -0
  1732. package/dist/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +10 -0
  1733. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Company.js +23 -0
  1734. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Compass.js +17 -0
  1735. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Components.js +20 -0
  1736. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Dialog.js +23 -0
  1737. package/dist/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +23 -0
  1738. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +18 -0
  1739. package/dist/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +17 -0
  1740. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +9 -0
  1741. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Handshake.js +27 -0
  1742. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Help.js +12 -0
  1743. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +22 -0
  1744. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +11 -0
  1745. package/dist/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.js +11 -0
  1746. package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +19 -0
  1747. package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +22 -0
  1748. package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +19 -0
  1749. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +12 -0
  1750. package/dist/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.js +78 -0
  1751. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +13 -0
  1752. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Services.js +16 -0
  1753. package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +14 -0
  1754. package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +12 -0
  1755. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Settings.js +9 -0
  1756. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Success.js +13 -0
  1757. package/dist/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +27 -0
  1758. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +25 -0
  1759. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +27 -0
  1760. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +22 -0
  1761. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.js +18 -0
  1762. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +18 -0
  1763. package/dist/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.js +27 -0
  1764. package/dist/illustrations-v5/tnt/tnt-Dialog-Avatar.js +49 -0
  1765. package/dist/illustrations-v5/tnt/tnt-Dialog-Calculator.js +27 -0
  1766. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +11 -0
  1767. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +12 -0
  1768. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +18 -0
  1769. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +13 -0
  1770. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +14 -0
  1771. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
  1772. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +17 -0
  1773. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +13 -0
  1774. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +20 -0
  1775. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +13 -0
  1776. package/dist/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +7 -0
  1777. package/dist/illustrations-v5/tnt/tnt-Dialog-Company.js +14 -0
  1778. package/dist/illustrations-v5/tnt/tnt-Dialog-Compass.js +19 -0
  1779. package/dist/illustrations-v5/tnt/tnt-Dialog-Components.js +17 -0
  1780. package/dist/illustrations-v5/tnt/tnt-Dialog-Dialog.js +11 -0
  1781. package/dist/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +15 -0
  1782. package/dist/illustrations-v5/tnt/tnt-Dialog-FaceID.js +23 -0
  1783. package/dist/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +32 -0
  1784. package/dist/illustrations-v5/tnt/tnt-Dialog-Handshake.js +39 -0
  1785. package/dist/illustrations-v5/tnt/tnt-Dialog-Help.js +11 -0
  1786. package/dist/illustrations-v5/tnt/tnt-Dialog-Lock.js +44 -0
  1787. package/dist/illustrations-v5/tnt/tnt-Dialog-Mission.js +26 -0
  1788. package/dist/illustrations-v5/tnt/tnt-Dialog-MissionFailed.js +24 -0
  1789. package/dist/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +13 -0
  1790. package/dist/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +13 -0
  1791. package/dist/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +13 -0
  1792. package/dist/illustrations-v5/tnt/tnt-Dialog-Radar.js +28 -0
  1793. package/dist/illustrations-v5/tnt/tnt-Dialog-RoadMap.js +32 -0
  1794. package/dist/illustrations-v5/tnt/tnt-Dialog-Secrets.js +18 -0
  1795. package/dist/illustrations-v5/tnt/tnt-Dialog-Services.js +30 -0
  1796. package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +23 -0
  1797. package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +22 -0
  1798. package/dist/illustrations-v5/tnt/tnt-Dialog-Settings.js +19 -0
  1799. package/dist/illustrations-v5/tnt/tnt-Dialog-Success.js +21 -0
  1800. package/dist/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +14 -0
  1801. package/dist/illustrations-v5/tnt/tnt-Dialog-Systems.js +19 -0
  1802. package/dist/illustrations-v5/tnt/tnt-Dialog-Teams.js +79 -0
  1803. package/dist/illustrations-v5/tnt/tnt-Dialog-Tools.js +26 -0
  1804. package/dist/illustrations-v5/tnt/tnt-Dialog-Tutorials.js +18 -0
  1805. package/dist/illustrations-v5/tnt/tnt-Dialog-Unlock.js +45 -0
  1806. package/dist/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.js +14 -0
  1807. package/dist/illustrations-v5/tnt/tnt-Dot-Avatar.js +21 -0
  1808. package/dist/illustrations-v5/tnt/tnt-Dot-Calculator.js +8 -0
  1809. package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea.js +9 -0
  1810. package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +17 -0
  1811. package/dist/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +17 -0
  1812. package/dist/illustrations-v5/tnt/tnt-Dot-ChartBar.js +18 -0
  1813. package/dist/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +21 -0
  1814. package/dist/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +11 -0
  1815. package/dist/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +15 -0
  1816. package/dist/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +12 -0
  1817. package/dist/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +25 -0
  1818. package/dist/illustrations-v5/tnt/tnt-Dot-ChartPie.js +11 -0
  1819. package/dist/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +5 -0
  1820. package/dist/illustrations-v5/tnt/tnt-Dot-Company.js +15 -0
  1821. package/dist/illustrations-v5/tnt/tnt-Dot-Compass.js +18 -0
  1822. package/dist/illustrations-v5/tnt/tnt-Dot-Components.js +22 -0
  1823. package/dist/illustrations-v5/tnt/tnt-Dot-Dialog.js +9 -0
  1824. package/dist/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +10 -0
  1825. package/dist/illustrations-v5/tnt/tnt-Dot-FaceID.js +21 -0
  1826. package/dist/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +13 -0
  1827. package/dist/illustrations-v5/tnt/tnt-Dot-Handshake.js +36 -0
  1828. package/dist/illustrations-v5/tnt/tnt-Dot-Help.js +16 -0
  1829. package/dist/illustrations-v5/tnt/tnt-Dot-Lock.js +26 -0
  1830. package/dist/illustrations-v5/tnt/tnt-Dot-Mission.js +21 -0
  1831. package/dist/illustrations-v5/tnt/tnt-Dot-MissionFailed.js +20 -0
  1832. package/dist/illustrations-v5/tnt/tnt-Dot-NoApplications.js +11 -0
  1833. package/dist/illustrations-v5/tnt/tnt-Dot-NoFlows.js +11 -0
  1834. package/dist/illustrations-v5/tnt/tnt-Dot-NoUsers.js +18 -0
  1835. package/dist/illustrations-v5/tnt/tnt-Dot-Radar.js +28 -0
  1836. package/dist/illustrations-v5/tnt/tnt-Dot-RoadMap.js +11 -0
  1837. package/dist/illustrations-v5/tnt/tnt-Dot-Secrets.js +16 -0
  1838. package/dist/illustrations-v5/tnt/tnt-Dot-Services.js +14 -0
  1839. package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +13 -0
  1840. package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +20 -0
  1841. package/dist/illustrations-v5/tnt/tnt-Dot-Settings.js +8 -0
  1842. package/dist/illustrations-v5/tnt/tnt-Dot-Success.js +15 -0
  1843. package/dist/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +10 -0
  1844. package/dist/illustrations-v5/tnt/tnt-Dot-Systems.js +15 -0
  1845. package/dist/illustrations-v5/tnt/tnt-Dot-Teams.js +32 -0
  1846. package/dist/illustrations-v5/tnt/tnt-Dot-Tools.js +26 -0
  1847. package/dist/illustrations-v5/tnt/tnt-Dot-Tutorials.js +16 -0
  1848. package/dist/illustrations-v5/tnt/tnt-Dot-Unlock.js +28 -0
  1849. package/dist/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.js +10 -0
  1850. package/dist/illustrations-v5/tnt/tnt-Scene-Avatar.js +49 -0
  1851. package/dist/illustrations-v5/tnt/tnt-Scene-Calculator.js +22 -0
  1852. package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea.js +11 -0
  1853. package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +12 -0
  1854. package/dist/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +18 -0
  1855. package/dist/illustrations-v5/tnt/tnt-Scene-ChartBar.js +13 -0
  1856. package/dist/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +18 -0
  1857. package/dist/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +13 -0
  1858. package/dist/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +17 -0
  1859. package/dist/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +13 -0
  1860. package/dist/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +19 -0
  1861. package/dist/illustrations-v5/tnt/tnt-Scene-ChartPie.js +13 -0
  1862. package/dist/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +7 -0
  1863. package/dist/illustrations-v5/tnt/tnt-Scene-Company.js +14 -0
  1864. package/dist/illustrations-v5/tnt/tnt-Scene-Compass.js +19 -0
  1865. package/dist/illustrations-v5/tnt/tnt-Scene-Components.js +19 -0
  1866. package/dist/illustrations-v5/tnt/tnt-Scene-Dialog.js +11 -0
  1867. package/dist/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +15 -0
  1868. package/dist/illustrations-v5/tnt/tnt-Scene-FaceID.js +22 -0
  1869. package/dist/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +32 -0
  1870. package/dist/illustrations-v5/tnt/tnt-Scene-Handshake.js +39 -0
  1871. package/dist/illustrations-v5/tnt/tnt-Scene-Help.js +18 -0
  1872. package/dist/illustrations-v5/tnt/tnt-Scene-Lock.js +44 -0
  1873. package/dist/illustrations-v5/tnt/tnt-Scene-Mission.js +33 -0
  1874. package/dist/illustrations-v5/tnt/tnt-Scene-MissionFailed.js +24 -0
  1875. package/dist/illustrations-v5/tnt/tnt-Scene-NoApplications.js +13 -0
  1876. package/dist/illustrations-v5/tnt/tnt-Scene-NoFlows.js +13 -0
  1877. package/dist/illustrations-v5/tnt/tnt-Scene-NoUsers.js +20 -0
  1878. package/dist/illustrations-v5/tnt/tnt-Scene-Radar.js +30 -0
  1879. package/dist/illustrations-v5/tnt/tnt-Scene-RoadMap.js +32 -0
  1880. package/dist/illustrations-v5/tnt/tnt-Scene-Secrets.js +18 -0
  1881. package/dist/illustrations-v5/tnt/tnt-Scene-Services.js +30 -0
  1882. package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +24 -0
  1883. package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +22 -0
  1884. package/dist/illustrations-v5/tnt/tnt-Scene-Settings.js +19 -0
  1885. package/dist/illustrations-v5/tnt/tnt-Scene-Success.js +21 -0
  1886. package/dist/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +19 -0
  1887. package/dist/illustrations-v5/tnt/tnt-Scene-Systems.js +28 -0
  1888. package/dist/illustrations-v5/tnt/tnt-Scene-Teams.js +85 -0
  1889. package/dist/illustrations-v5/tnt/tnt-Scene-Tools.js +47 -0
  1890. package/dist/illustrations-v5/tnt/tnt-Scene-Tutorials.js +18 -0
  1891. package/dist/illustrations-v5/tnt/tnt-Scene-Unlock.js +45 -0
  1892. package/dist/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.js +19 -0
  1893. package/dist/illustrations-v5/tnt/tnt-Spot-Avatar.js +49 -0
  1894. package/dist/illustrations-v5/tnt/tnt-Spot-Calculator.js +26 -0
  1895. package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea.js +10 -0
  1896. package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +11 -0
  1897. package/dist/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +18 -0
  1898. package/dist/illustrations-v5/tnt/tnt-Spot-ChartBar.js +12 -0
  1899. package/dist/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +13 -0
  1900. package/dist/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +12 -0
  1901. package/dist/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +14 -0
  1902. package/dist/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +12 -0
  1903. package/dist/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +19 -0
  1904. package/dist/illustrations-v5/tnt/tnt-Spot-ChartPie.js +12 -0
  1905. package/dist/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +7 -0
  1906. package/dist/illustrations-v5/tnt/tnt-Spot-Company.js +14 -0
  1907. package/dist/illustrations-v5/tnt/tnt-Spot-Compass.js +19 -0
  1908. package/dist/illustrations-v5/tnt/tnt-Spot-Components.js +19 -0
  1909. package/dist/illustrations-v5/tnt/tnt-Spot-Dialog.js +11 -0
  1910. package/dist/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +14 -0
  1911. package/dist/illustrations-v5/tnt/tnt-Spot-FaceID.js +22 -0
  1912. package/dist/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +32 -0
  1913. package/dist/illustrations-v5/tnt/tnt-Spot-Handshake.js +39 -0
  1914. package/dist/illustrations-v5/tnt/tnt-Spot-Help.js +10 -0
  1915. package/dist/illustrations-v5/tnt/tnt-Spot-Lock.js +44 -0
  1916. package/dist/illustrations-v5/tnt/tnt-Spot-Mission.js +26 -0
  1917. package/dist/illustrations-v5/tnt/tnt-Spot-MissionFailed.js +24 -0
  1918. package/dist/illustrations-v5/tnt/tnt-Spot-NoApplications.js +12 -0
  1919. package/dist/illustrations-v5/tnt/tnt-Spot-NoFlows.js +12 -0
  1920. package/dist/illustrations-v5/tnt/tnt-Spot-NoUsers.js +13 -0
  1921. package/dist/illustrations-v5/tnt/tnt-Spot-Radar.js +28 -0
  1922. package/dist/illustrations-v5/tnt/tnt-Spot-RoadMap.js +32 -0
  1923. package/dist/illustrations-v5/tnt/tnt-Spot-Secrets.js +18 -0
  1924. package/dist/illustrations-v5/tnt/tnt-Spot-Services.js +30 -0
  1925. package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +23 -0
  1926. package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +20 -0
  1927. package/dist/illustrations-v5/tnt/tnt-Spot-Settings.js +15 -0
  1928. package/dist/illustrations-v5/tnt/tnt-Spot-Success.js +21 -0
  1929. package/dist/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +15 -0
  1930. package/dist/illustrations-v5/tnt/tnt-Spot-Systems.js +19 -0
  1931. package/dist/illustrations-v5/tnt/tnt-Spot-Teams.js +79 -0
  1932. package/dist/illustrations-v5/tnt/tnt-Spot-Tools.js +26 -0
  1933. package/dist/illustrations-v5/tnt/tnt-Spot-Tutorials.js +17 -0
  1934. package/dist/illustrations-v5/tnt/tnt-Spot-Unlock.js +45 -0
  1935. package/dist/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.js +15 -0
  1936. package/dist/ssr-zxing-shim.d.ts +2 -0
  1937. package/dist/ssr-zxing-shim.js +3 -0
  1938. package/dist/ssr-zxing-shim.js.map +1 -0
  1939. package/dist/ssr-zxing.d.ts +2 -0
  1940. package/dist/ssr-zxing.js +3 -0
  1941. package/dist/ssr-zxing.js.map +1 -0
  1942. package/dist/types/FCLLayout.d.ts +105 -0
  1943. package/dist/types/FCLLayout.js +107 -0
  1944. package/dist/types/FCLLayout.js.map +1 -0
  1945. package/dist/types/IllustrationMessageDesign.d.ts +69 -0
  1946. package/dist/types/IllustrationMessageDesign.js +71 -0
  1947. package/dist/types/IllustrationMessageDesign.js.map +1 -0
  1948. package/dist/types/IllustrationMessageType.d.ts +636 -0
  1949. package/dist/types/IllustrationMessageType.js +638 -0
  1950. package/dist/types/IllustrationMessageType.js.map +1 -0
  1951. package/dist/types/MediaGalleryItemLayout.d.ts +22 -0
  1952. package/dist/types/MediaGalleryItemLayout.js +24 -0
  1953. package/dist/types/MediaGalleryItemLayout.js.map +1 -0
  1954. package/dist/types/MediaGalleryLayout.d.ts +22 -0
  1955. package/dist/types/MediaGalleryLayout.js +24 -0
  1956. package/dist/types/MediaGalleryLayout.js.map +1 -0
  1957. package/dist/types/MediaGalleryMenuHorizontalAlign.d.ts +17 -0
  1958. package/dist/types/MediaGalleryMenuHorizontalAlign.js +19 -0
  1959. package/dist/types/MediaGalleryMenuHorizontalAlign.js.map +1 -0
  1960. package/dist/types/MediaGalleryMenuVerticalAlign.d.ts +17 -0
  1961. package/dist/types/MediaGalleryMenuVerticalAlign.js +19 -0
  1962. package/dist/types/MediaGalleryMenuVerticalAlign.js.map +1 -0
  1963. package/dist/types/NavigationLayoutMode.d.ts +23 -0
  1964. package/dist/types/NavigationLayoutMode.js +25 -0
  1965. package/dist/types/NavigationLayoutMode.js.map +1 -0
  1966. package/dist/types/NotificationListItemImportance.d.ts +16 -0
  1967. package/dist/types/NotificationListItemImportance.js +18 -0
  1968. package/dist/types/NotificationListItemImportance.js.map +1 -0
  1969. package/dist/types/PageBackgroundDesign.d.ts +22 -0
  1970. package/dist/types/PageBackgroundDesign.js +24 -0
  1971. package/dist/types/PageBackgroundDesign.js.map +1 -0
  1972. package/dist/types/SearchMode.d.ts +17 -0
  1973. package/dist/types/SearchMode.js +19 -0
  1974. package/dist/types/SearchMode.js.map +1 -0
  1975. package/dist/types/SideContentFallDown.d.ts +27 -0
  1976. package/dist/types/SideContentFallDown.js +29 -0
  1977. package/dist/types/SideContentFallDown.js.map +1 -0
  1978. package/dist/types/SideContentPosition.d.ts +19 -0
  1979. package/dist/types/SideContentPosition.js +21 -0
  1980. package/dist/types/SideContentPosition.js.map +1 -0
  1981. package/dist/types/SideContentVisibility.d.ts +32 -0
  1982. package/dist/types/SideContentVisibility.js +34 -0
  1983. package/dist/types/SideContentVisibility.js.map +1 -0
  1984. package/dist/types/SideNavigationItemDesign.d.ts +24 -0
  1985. package/dist/types/SideNavigationItemDesign.js +26 -0
  1986. package/dist/types/SideNavigationItemDesign.js.map +1 -0
  1987. package/dist/types/TimelineGrowingMode.d.ts +24 -0
  1988. package/dist/types/TimelineGrowingMode.js +26 -0
  1989. package/dist/types/TimelineGrowingMode.js.map +1 -0
  1990. package/dist/types/TimelineLayout.d.ts +18 -0
  1991. package/dist/types/TimelineLayout.js +20 -0
  1992. package/dist/types/TimelineLayout.js.map +1 -0
  1993. package/dist/types/UploadCollectionDnDMode.d.ts +22 -0
  1994. package/dist/types/UploadCollectionDnDMode.js +24 -0
  1995. package/dist/types/UploadCollectionDnDMode.js.map +1 -0
  1996. package/dist/types/UploadCollectionSelectionMode.d.ts +39 -0
  1997. package/dist/types/UploadCollectionSelectionMode.js +41 -0
  1998. package/dist/types/UploadCollectionSelectionMode.js.map +1 -0
  1999. package/dist/types/UploadState.d.ts +27 -0
  2000. package/dist/types/UploadState.js +29 -0
  2001. package/dist/types/UploadState.js.map +1 -0
  2002. package/dist/types/ViewSettingsDialogMode.d.ts +25 -0
  2003. package/dist/types/ViewSettingsDialogMode.js +27 -0
  2004. package/dist/types/ViewSettingsDialogMode.js.map +1 -0
  2005. package/dist/types/WizardContentLayout.d.ts +17 -0
  2006. package/dist/types/WizardContentLayout.js +19 -0
  2007. package/dist/types/WizardContentLayout.js.map +1 -0
  2008. package/dist/upload-utils/UploadCollectionBodyDnD.d.ts +15 -0
  2009. package/dist/upload-utils/UploadCollectionBodyDnD.js +60 -0
  2010. package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
  2011. package/dist/vscode.html-custom-data.json +1626 -0
  2012. package/dist/web-types.json +4122 -0
  2013. package/global.d.ts +12 -0
  2014. package/jsconfig.json +12 -0
  2015. package/package-scripts.cjs +84 -0
  2016. package/package.json +71 -0
  2017. package/src/BarcodeScannerDialogTemplate.tsx +38 -0
  2018. package/src/DynamicPageHeaderActionsTemplate.tsx +33 -0
  2019. package/src/DynamicPageHeaderTemplate.tsx +9 -0
  2020. package/src/DynamicPageTemplate.tsx +72 -0
  2021. package/src/DynamicPageTitleTemplate.tsx +77 -0
  2022. package/src/DynamicSideContentTemplate.tsx +48 -0
  2023. package/src/FlexibleColumnLayoutTemplate.tsx +134 -0
  2024. package/src/IllustratedMessageTemplate.tsx +92 -0
  2025. package/src/MediaGalleryItemTemplate.tsx +22 -0
  2026. package/src/MediaGalleryTemplate.tsx +50 -0
  2027. package/src/NavigationLayoutTemplate.tsx +19 -0
  2028. package/src/NavigationMenuItemTemplate.tsx +64 -0
  2029. package/src/NavigationMenuTemplate.tsx +51 -0
  2030. package/src/NotificationListGroupItemTemplate.tsx +66 -0
  2031. package/src/NotificationListItemTemplate.tsx +154 -0
  2032. package/src/NotificationListTemplate.tsx +17 -0
  2033. package/src/PageTemplate.tsx +30 -0
  2034. package/src/ProductSwitchItemTemplate.tsx +66 -0
  2035. package/src/ProductSwitchTemplate.tsx +16 -0
  2036. package/src/SearchFieldTemplate.tsx +106 -0
  2037. package/src/SearchItemShowMoreTemplate.tsx +19 -0
  2038. package/src/SearchItemTemplate.tsx +67 -0
  2039. package/src/SearchMessageAreaTemplate.tsx +15 -0
  2040. package/src/SearchPopoverTemplate.tsx +80 -0
  2041. package/src/SearchTemplate.tsx +12 -0
  2042. package/src/ShellBarBrandingTemplate.tsx +27 -0
  2043. package/src/ShellBarPopoverTemplate.tsx +50 -0
  2044. package/src/ShellBarSearchPopoverTemplate.tsx +24 -0
  2045. package/src/ShellBarSearchTemplate.tsx +12 -0
  2046. package/src/ShellBarTemplate.tsx +337 -0
  2047. package/src/SideNavigationGroupTemplate.tsx +58 -0
  2048. package/src/SideNavigationItemTemplate.tsx +86 -0
  2049. package/src/SideNavigationPopoverTemplate.tsx +103 -0
  2050. package/src/SideNavigationSubItemTemplate.tsx +39 -0
  2051. package/src/SideNavigationTemplate.tsx +75 -0
  2052. package/src/TimelineGroupItemTemplate.tsx +48 -0
  2053. package/src/TimelineItemTemplate.tsx +77 -0
  2054. package/src/TimelineTemplate.tsx +79 -0
  2055. package/src/UploadCollectionItemTemplate.tsx +146 -0
  2056. package/src/UploadCollectionTemplate.tsx +63 -0
  2057. package/src/UserMenuItemGroupTemplate.tsx +6 -0
  2058. package/src/UserMenuItemTemplate.tsx +6 -0
  2059. package/src/UserMenuTemplate.tsx +193 -0
  2060. package/src/UserSettingsAccountViewTemplate.tsx +46 -0
  2061. package/src/UserSettingsAppearanceViewItemTemplate.tsx +25 -0
  2062. package/src/UserSettingsAppearanceViewTemplate.tsx +15 -0
  2063. package/src/UserSettingsDialogTemplate.tsx +80 -0
  2064. package/src/UserSettingsItemTemplate.tsx +52 -0
  2065. package/src/UserSettingsViewTemplate.tsx +11 -0
  2066. package/src/ViewSettingsDialogTemplate.tsx +230 -0
  2067. package/src/WizardPopoverTemplate.tsx +42 -0
  2068. package/src/WizardTabTemplate.tsx +39 -0
  2069. package/src/WizardTemplate.tsx +75 -0
  2070. package/src/i18n/messagebundle.properties +612 -0
  2071. package/src/i18n/messagebundle_ar.properties +407 -0
  2072. package/src/i18n/messagebundle_bg.properties +407 -0
  2073. package/src/i18n/messagebundle_ca.properties +407 -0
  2074. package/src/i18n/messagebundle_cnr.properties +407 -0
  2075. package/src/i18n/messagebundle_cs.properties +407 -0
  2076. package/src/i18n/messagebundle_cy.properties +407 -0
  2077. package/src/i18n/messagebundle_da.properties +407 -0
  2078. package/src/i18n/messagebundle_de.properties +407 -0
  2079. package/src/i18n/messagebundle_el.properties +407 -0
  2080. package/src/i18n/messagebundle_en.properties +407 -0
  2081. package/src/i18n/messagebundle_en_GB.properties +407 -0
  2082. package/src/i18n/messagebundle_en_US_sappsd.properties +407 -0
  2083. package/src/i18n/messagebundle_en_US_saprigi.properties +407 -0
  2084. package/src/i18n/messagebundle_en_US_saptrc.properties +407 -0
  2085. package/src/i18n/messagebundle_es.properties +407 -0
  2086. package/src/i18n/messagebundle_es_MX.properties +407 -0
  2087. package/src/i18n/messagebundle_et.properties +407 -0
  2088. package/src/i18n/messagebundle_fi.properties +407 -0
  2089. package/src/i18n/messagebundle_fr.properties +407 -0
  2090. package/src/i18n/messagebundle_fr_CA.properties +407 -0
  2091. package/src/i18n/messagebundle_hi.properties +407 -0
  2092. package/src/i18n/messagebundle_hr.properties +407 -0
  2093. package/src/i18n/messagebundle_hu.properties +407 -0
  2094. package/src/i18n/messagebundle_id.properties +407 -0
  2095. package/src/i18n/messagebundle_it.properties +407 -0
  2096. package/src/i18n/messagebundle_iw.properties +407 -0
  2097. package/src/i18n/messagebundle_ja.properties +407 -0
  2098. package/src/i18n/messagebundle_kk.properties +407 -0
  2099. package/src/i18n/messagebundle_ko.properties +407 -0
  2100. package/src/i18n/messagebundle_lt.properties +407 -0
  2101. package/src/i18n/messagebundle_lv.properties +407 -0
  2102. package/src/i18n/messagebundle_mk.properties +407 -0
  2103. package/src/i18n/messagebundle_ms.properties +407 -0
  2104. package/src/i18n/messagebundle_nl.properties +407 -0
  2105. package/src/i18n/messagebundle_no.properties +407 -0
  2106. package/src/i18n/messagebundle_pl.properties +407 -0
  2107. package/src/i18n/messagebundle_pt.properties +407 -0
  2108. package/src/i18n/messagebundle_pt_PT.properties +407 -0
  2109. package/src/i18n/messagebundle_ro.properties +407 -0
  2110. package/src/i18n/messagebundle_ru.properties +407 -0
  2111. package/src/i18n/messagebundle_sh.properties +407 -0
  2112. package/src/i18n/messagebundle_sk.properties +407 -0
  2113. package/src/i18n/messagebundle_sl.properties +407 -0
  2114. package/src/i18n/messagebundle_sr.properties +407 -0
  2115. package/src/i18n/messagebundle_sv.properties +407 -0
  2116. package/src/i18n/messagebundle_th.properties +407 -0
  2117. package/src/i18n/messagebundle_tr.properties +407 -0
  2118. package/src/i18n/messagebundle_uk.properties +407 -0
  2119. package/src/i18n/messagebundle_vi.properties +407 -0
  2120. package/src/i18n/messagebundle_zh_CN.properties +407 -0
  2121. package/src/i18n/messagebundle_zh_TW.properties +407 -0
  2122. package/src/illustrations/sapIllus-Dialog-Achievement.svg +28 -0
  2123. package/src/illustrations/sapIllus-Dialog-AddColumn.svg +37 -0
  2124. package/src/illustrations/sapIllus-Dialog-AddDimensions.svg +17 -0
  2125. package/src/illustrations/sapIllus-Dialog-AddPeople.svg +31 -0
  2126. package/src/illustrations/sapIllus-Dialog-AddPeopleToCalendar.svg +51 -0
  2127. package/src/illustrations/sapIllus-Dialog-AddingColumns.svg +37 -0
  2128. package/src/illustrations/sapIllus-Dialog-BalloonSky.svg +45 -0
  2129. package/src/illustrations/sapIllus-Dialog-BeforeSearch.svg +41 -0
  2130. package/src/illustrations/sapIllus-Dialog-Connection.svg +18 -0
  2131. package/src/illustrations/sapIllus-Dialog-DragFilesToUpload.svg +20 -0
  2132. package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +77 -0
  2133. package/src/illustrations/sapIllus-Dialog-EmptyList.svg +36 -0
  2134. package/src/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.svg +19 -0
  2135. package/src/illustrations/sapIllus-Dialog-ErrorScreen.svg +34 -0
  2136. package/src/illustrations/sapIllus-Dialog-FilterTable.svg +65 -0
  2137. package/src/illustrations/sapIllus-Dialog-FilteringColumns.svg +39 -0
  2138. package/src/illustrations/sapIllus-Dialog-GroupTable.svg +67 -0
  2139. package/src/illustrations/sapIllus-Dialog-GroupingColumns.svg +35 -0
  2140. package/src/illustrations/sapIllus-Dialog-KeyTask.svg +119 -0
  2141. package/src/illustrations/sapIllus-Dialog-NewMail.svg +38 -0
  2142. package/src/illustrations/sapIllus-Dialog-NoActivities.svg +34 -0
  2143. package/src/illustrations/sapIllus-Dialog-NoChartData.svg +45 -0
  2144. package/src/illustrations/sapIllus-Dialog-NoColumnsSet.svg +29 -0
  2145. package/src/illustrations/sapIllus-Dialog-NoData.svg +12 -0
  2146. package/src/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
  2147. package/src/illustrations/sapIllus-Dialog-NoEntries.svg +42 -0
  2148. package/src/illustrations/sapIllus-Dialog-NoFilterResults.svg +20 -0
  2149. package/src/illustrations/sapIllus-Dialog-NoMail.svg +16 -0
  2150. package/src/illustrations/sapIllus-Dialog-NoMail_v1.svg +22 -0
  2151. package/src/illustrations/sapIllus-Dialog-NoNotifications.svg +28 -0
  2152. package/src/illustrations/sapIllus-Dialog-NoSavedItems.svg +54 -0
  2153. package/src/illustrations/sapIllus-Dialog-NoSavedItems_v1.svg +36 -0
  2154. package/src/illustrations/sapIllus-Dialog-NoSearchResults.svg +73 -0
  2155. package/src/illustrations/sapIllus-Dialog-NoTasks.svg +60 -0
  2156. package/src/illustrations/sapIllus-Dialog-NoTasks_v1.svg +62 -0
  2157. package/src/illustrations/sapIllus-Dialog-PageNotFound.svg +13 -0
  2158. package/src/illustrations/sapIllus-Dialog-ReceiveAppreciation.svg +25 -0
  2159. package/src/illustrations/sapIllus-Dialog-ReloadScreen.svg +48 -0
  2160. package/src/illustrations/sapIllus-Dialog-ResizeColumn.svg +41 -0
  2161. package/src/illustrations/sapIllus-Dialog-ResizingColumns.svg +55 -0
  2162. package/src/illustrations/sapIllus-Dialog-SearchEarth.svg +18 -0
  2163. package/src/illustrations/sapIllus-Dialog-SearchFolder.svg +37 -0
  2164. package/src/illustrations/sapIllus-Dialog-SignOut.svg +21 -0
  2165. package/src/illustrations/sapIllus-Dialog-SimpleBalloon.svg +17 -0
  2166. package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +13 -0
  2167. package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +48 -0
  2168. package/src/illustrations/sapIllus-Dialog-SimpleCheckMark.svg +6 -0
  2169. package/src/illustrations/sapIllus-Dialog-SimpleConnection.svg +18 -0
  2170. package/src/illustrations/sapIllus-Dialog-SimpleEmptyDoc.svg +17 -0
  2171. package/src/illustrations/sapIllus-Dialog-SimpleEmptyList.svg +10 -0
  2172. package/src/illustrations/sapIllus-Dialog-SimpleError.svg +10 -0
  2173. package/src/illustrations/sapIllus-Dialog-SimpleMagnifier.svg +10 -0
  2174. package/src/illustrations/sapIllus-Dialog-SimpleMail.svg +13 -0
  2175. package/src/illustrations/sapIllus-Dialog-SimpleNoSavedItems.svg +17 -0
  2176. package/src/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.svg +21 -0
  2177. package/src/illustrations/sapIllus-Dialog-SimpleReload.svg +11 -0
  2178. package/src/illustrations/sapIllus-Dialog-SimpleTask.svg +23 -0
  2179. package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +30 -0
  2180. package/src/illustrations/sapIllus-Dialog-SortColumn.svg +39 -0
  2181. package/src/illustrations/sapIllus-Dialog-SortingColumns.svg +50 -0
  2182. package/src/illustrations/sapIllus-Dialog-SuccessBalloon.svg +16 -0
  2183. package/src/illustrations/sapIllus-Dialog-SuccessCheckMark.svg +8 -0
  2184. package/src/illustrations/sapIllus-Dialog-SuccessHighFive.svg +24 -0
  2185. package/src/illustrations/sapIllus-Dialog-SuccessScreen.svg +47 -0
  2186. package/src/illustrations/sapIllus-Dialog-Survey.svg +22 -0
  2187. package/src/illustrations/sapIllus-Dialog-Tent.svg +31 -0
  2188. package/src/illustrations/sapIllus-Dialog-UnableToLoad.svg +119 -0
  2189. package/src/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +28 -0
  2190. package/src/illustrations/sapIllus-Dialog-UnableToUpload.svg +26 -0
  2191. package/src/illustrations/sapIllus-Dialog-UploadCollection.svg +30 -0
  2192. package/src/illustrations/sapIllus-Dialog-UploadToCloud.svg +21 -0
  2193. package/src/illustrations/sapIllus-Dialog-UserHasSignedUp.svg +34 -0
  2194. package/src/illustrations/sapIllus-Dot-Achievement.svg +18 -0
  2195. package/src/illustrations/sapIllus-Dot-AddColumn.svg +26 -0
  2196. package/src/illustrations/sapIllus-Dot-AddDimensions.svg +9 -0
  2197. package/src/illustrations/sapIllus-Dot-AddPeople.svg +8 -0
  2198. package/src/illustrations/sapIllus-Dot-AddPeopleToCalendar.svg +14 -0
  2199. package/src/illustrations/sapIllus-Dot-AddingColumns.svg +13 -0
  2200. package/src/illustrations/sapIllus-Dot-BalloonSky.svg +6 -0
  2201. package/src/illustrations/sapIllus-Dot-BeforeSearch.svg +40 -0
  2202. package/src/illustrations/sapIllus-Dot-Connection.svg +9 -0
  2203. package/src/illustrations/sapIllus-Dot-DragFilesToUpload.svg +8 -0
  2204. package/src/illustrations/sapIllus-Dot-EmptyCalendar.svg +36 -0
  2205. package/src/illustrations/sapIllus-Dot-EmptyList.svg +6 -0
  2206. package/src/illustrations/sapIllus-Dot-EmptyPlanningCalendar.svg +18 -0
  2207. package/src/illustrations/sapIllus-Dot-ErrorScreen.svg +8 -0
  2208. package/src/illustrations/sapIllus-Dot-FilterTable.svg +7 -0
  2209. package/src/illustrations/sapIllus-Dot-FilteringColumns.svg +22 -0
  2210. package/src/illustrations/sapIllus-Dot-GroupTable.svg +35 -0
  2211. package/src/illustrations/sapIllus-Dot-GroupingColumns.svg +23 -0
  2212. package/src/illustrations/sapIllus-Dot-KeyTask.svg +118 -0
  2213. package/src/illustrations/sapIllus-Dot-NewMail.svg +11 -0
  2214. package/src/illustrations/sapIllus-Dot-NoActivities.svg +11 -0
  2215. package/src/illustrations/sapIllus-Dot-NoChartData.svg +35 -0
  2216. package/src/illustrations/sapIllus-Dot-NoColumnsSet.svg +26 -0
  2217. package/src/illustrations/sapIllus-Dot-NoData.svg +11 -0
  2218. package/src/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
  2219. package/src/illustrations/sapIllus-Dot-NoEntries.svg +25 -0
  2220. package/src/illustrations/sapIllus-Dot-NoFilterResults.svg +14 -0
  2221. package/src/illustrations/sapIllus-Dot-NoMail.svg +14 -0
  2222. package/src/illustrations/sapIllus-Dot-NoMail_v1.svg +9 -0
  2223. package/src/illustrations/sapIllus-Dot-NoNotifications.svg +23 -0
  2224. package/src/illustrations/sapIllus-Dot-NoSavedItems.svg +55 -0
  2225. package/src/illustrations/sapIllus-Dot-NoSavedItems_v1.svg +12 -0
  2226. package/src/illustrations/sapIllus-Dot-NoSearchResults.svg +35 -0
  2227. package/src/illustrations/sapIllus-Dot-NoTasks.svg +22 -0
  2228. package/src/illustrations/sapIllus-Dot-NoTasks_v1.svg +12 -0
  2229. package/src/illustrations/sapIllus-Dot-PageNotFound.svg +14 -0
  2230. package/src/illustrations/sapIllus-Dot-ReceiveAppreciation.svg +19 -0
  2231. package/src/illustrations/sapIllus-Dot-ReloadScreen.svg +8 -0
  2232. package/src/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -0
  2233. package/src/illustrations/sapIllus-Dot-ResizingColumns.svg +19 -0
  2234. package/src/illustrations/sapIllus-Dot-SearchEarth.svg +6 -0
  2235. package/src/illustrations/sapIllus-Dot-SearchFolder.svg +10 -0
  2236. package/src/illustrations/sapIllus-Dot-SignOut.svg +11 -0
  2237. package/src/illustrations/sapIllus-Dot-SimpleBalloon.svg +6 -0
  2238. package/src/illustrations/sapIllus-Dot-SimpleBell.svg +7 -0
  2239. package/src/illustrations/sapIllus-Dot-SimpleCalendar.svg +36 -0
  2240. package/src/illustrations/sapIllus-Dot-SimpleCheckMark.svg +4 -0
  2241. package/src/illustrations/sapIllus-Dot-SimpleConnection.svg +9 -0
  2242. package/src/illustrations/sapIllus-Dot-SimpleEmptyDoc.svg +7 -0
  2243. package/src/illustrations/sapIllus-Dot-SimpleEmptyList.svg +6 -0
  2244. package/src/illustrations/sapIllus-Dot-SimpleError.svg +8 -0
  2245. package/src/illustrations/sapIllus-Dot-SimpleMagnifier.svg +6 -0
  2246. package/src/illustrations/sapIllus-Dot-SimpleMail.svg +9 -0
  2247. package/src/illustrations/sapIllus-Dot-SimpleNoSavedItems.svg +12 -0
  2248. package/src/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.svg +10 -0
  2249. package/src/illustrations/sapIllus-Dot-SimpleReload.svg +8 -0
  2250. package/src/illustrations/sapIllus-Dot-SimpleTask.svg +12 -0
  2251. package/src/illustrations/sapIllus-Dot-SleepingBell.svg +7 -0
  2252. package/src/illustrations/sapIllus-Dot-SortColumn.svg +28 -0
  2253. package/src/illustrations/sapIllus-Dot-SortingColumns.svg +15 -0
  2254. package/src/illustrations/sapIllus-Dot-SuccessHighFive.svg +6 -0
  2255. package/src/illustrations/sapIllus-Dot-SuccessScreen.svg +4 -0
  2256. package/src/illustrations/sapIllus-Dot-Survey.svg +7 -0
  2257. package/src/illustrations/sapIllus-Dot-Tent.svg +7 -0
  2258. package/src/illustrations/sapIllus-Dot-UnableToLoad.svg +118 -0
  2259. package/src/illustrations/sapIllus-Dot-UnableToLoadImage.svg +24 -0
  2260. package/src/illustrations/sapIllus-Dot-UnableToUpload.svg +10 -0
  2261. package/src/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
  2262. package/src/illustrations/sapIllus-Dot-UploadToCloud.svg +9 -0
  2263. package/src/illustrations/sapIllus-Dot-UserHasSignedUp.svg +8 -0
  2264. package/src/illustrations/sapIllus-Patterns.svg +20 -0
  2265. package/src/illustrations/sapIllus-Scene-Achievement.svg +28 -0
  2266. package/src/illustrations/sapIllus-Scene-AddColumn.svg +48 -0
  2267. package/src/illustrations/sapIllus-Scene-AddDimensions.svg +17 -0
  2268. package/src/illustrations/sapIllus-Scene-AddPeople.svg +30 -0
  2269. package/src/illustrations/sapIllus-Scene-AddPeopleToCalendar.svg +46 -0
  2270. package/src/illustrations/sapIllus-Scene-AddingColumns.svg +37 -0
  2271. package/src/illustrations/sapIllus-Scene-BalloonSky.svg +53 -0
  2272. package/src/illustrations/sapIllus-Scene-BeforeSearch.svg +41 -0
  2273. package/src/illustrations/sapIllus-Scene-Connection.svg +31 -0
  2274. package/src/illustrations/sapIllus-Scene-DragFilesToUpload.svg +20 -0
  2275. package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +90 -0
  2276. package/src/illustrations/sapIllus-Scene-EmptyList.svg +43 -0
  2277. package/src/illustrations/sapIllus-Scene-EmptyPlanningCalendar.svg +19 -0
  2278. package/src/illustrations/sapIllus-Scene-ErrorScreen.svg +78 -0
  2279. package/src/illustrations/sapIllus-Scene-FilterTable.svg +62 -0
  2280. package/src/illustrations/sapIllus-Scene-FilteringColumns.svg +39 -0
  2281. package/src/illustrations/sapIllus-Scene-GroupTable.svg +76 -0
  2282. package/src/illustrations/sapIllus-Scene-GroupingColumns.svg +40 -0
  2283. package/src/illustrations/sapIllus-Scene-KeyTask.svg +119 -0
  2284. package/src/illustrations/sapIllus-Scene-NewMail.svg +38 -0
  2285. package/src/illustrations/sapIllus-Scene-NoActivities.svg +34 -0
  2286. package/src/illustrations/sapIllus-Scene-NoChartData.svg +45 -0
  2287. package/src/illustrations/sapIllus-Scene-NoColumnsSet.svg +26 -0
  2288. package/src/illustrations/sapIllus-Scene-NoData.svg +12 -0
  2289. package/src/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
  2290. package/src/illustrations/sapIllus-Scene-NoEntries.svg +42 -0
  2291. package/src/illustrations/sapIllus-Scene-NoFilterResults.svg +16 -0
  2292. package/src/illustrations/sapIllus-Scene-NoMail.svg +16 -0
  2293. package/src/illustrations/sapIllus-Scene-NoMail_v1.svg +55 -0
  2294. package/src/illustrations/sapIllus-Scene-NoNotifications.svg +28 -0
  2295. package/src/illustrations/sapIllus-Scene-NoSavedItems.svg +54 -0
  2296. package/src/illustrations/sapIllus-Scene-NoSavedItems_v1.svg +39 -0
  2297. package/src/illustrations/sapIllus-Scene-NoSearchResults.svg +73 -0
  2298. package/src/illustrations/sapIllus-Scene-NoTasks.svg +60 -0
  2299. package/src/illustrations/sapIllus-Scene-NoTasks_v1.svg +86 -0
  2300. package/src/illustrations/sapIllus-Scene-PageNotFound.svg +13 -0
  2301. package/src/illustrations/sapIllus-Scene-ReceiveAppreciation.svg +25 -0
  2302. package/src/illustrations/sapIllus-Scene-ReloadScreen.svg +62 -0
  2303. package/src/illustrations/sapIllus-Scene-ResizeColumn.svg +52 -0
  2304. package/src/illustrations/sapIllus-Scene-ResizingColumns.svg +57 -0
  2305. package/src/illustrations/sapIllus-Scene-SearchEarth.svg +30 -0
  2306. package/src/illustrations/sapIllus-Scene-SearchFolder.svg +44 -0
  2307. package/src/illustrations/sapIllus-Scene-SignOut.svg +21 -0
  2308. package/src/illustrations/sapIllus-Scene-SimpleBalloon.svg +20 -0
  2309. package/src/illustrations/sapIllus-Scene-SimpleBell.svg +16 -0
  2310. package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +44 -0
  2311. package/src/illustrations/sapIllus-Scene-SimpleCheckMark.svg +9 -0
  2312. package/src/illustrations/sapIllus-Scene-SimpleConnection.svg +22 -0
  2313. package/src/illustrations/sapIllus-Scene-SimpleEmptyDoc.svg +20 -0
  2314. package/src/illustrations/sapIllus-Scene-SimpleEmptyList.svg +13 -0
  2315. package/src/illustrations/sapIllus-Scene-SimpleError.svg +13 -0
  2316. package/src/illustrations/sapIllus-Scene-SimpleMagnifier.svg +13 -0
  2317. package/src/illustrations/sapIllus-Scene-SimpleMail.svg +16 -0
  2318. package/src/illustrations/sapIllus-Scene-SimpleNoSavedItems.svg +27 -0
  2319. package/src/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.svg +24 -0
  2320. package/src/illustrations/sapIllus-Scene-SimpleReload.svg +14 -0
  2321. package/src/illustrations/sapIllus-Scene-SimpleTask.svg +19 -0
  2322. package/src/illustrations/sapIllus-Scene-SleepingBell.svg +50 -0
  2323. package/src/illustrations/sapIllus-Scene-SortColumn.svg +50 -0
  2324. package/src/illustrations/sapIllus-Scene-SortingColumns.svg +50 -0
  2325. package/src/illustrations/sapIllus-Scene-SuccessBalloon.svg +33 -0
  2326. package/src/illustrations/sapIllus-Scene-SuccessCheckMark.svg +43 -0
  2327. package/src/illustrations/sapIllus-Scene-SuccessHighFive.svg +25 -0
  2328. package/src/illustrations/sapIllus-Scene-SuccessScreen.svg +61 -0
  2329. package/src/illustrations/sapIllus-Scene-Survey.svg +21 -0
  2330. package/src/illustrations/sapIllus-Scene-Tent.svg +59 -0
  2331. package/src/illustrations/sapIllus-Scene-UnableToLoad.svg +119 -0
  2332. package/src/illustrations/sapIllus-Scene-UnableToLoadImage.svg +28 -0
  2333. package/src/illustrations/sapIllus-Scene-UnableToUpload.svg +26 -0
  2334. package/src/illustrations/sapIllus-Scene-UploadCollection.svg +29 -0
  2335. package/src/illustrations/sapIllus-Scene-UploadToCloud.svg +22 -0
  2336. package/src/illustrations/sapIllus-Scene-UserHasSignedUp.svg +29 -0
  2337. package/src/illustrations/sapIllus-Spot-Achievement.svg +27 -0
  2338. package/src/illustrations/sapIllus-Spot-AddColumn.svg +37 -0
  2339. package/src/illustrations/sapIllus-Spot-AddDimensions.svg +16 -0
  2340. package/src/illustrations/sapIllus-Spot-AddPeople.svg +31 -0
  2341. package/src/illustrations/sapIllus-Spot-AddPeopleToCalendar.svg +42 -0
  2342. package/src/illustrations/sapIllus-Spot-AddingColumns.svg +37 -0
  2343. package/src/illustrations/sapIllus-Spot-BalloonSky.svg +43 -0
  2344. package/src/illustrations/sapIllus-Spot-BeforeSearch.svg +41 -0
  2345. package/src/illustrations/sapIllus-Spot-Connection.svg +22 -0
  2346. package/src/illustrations/sapIllus-Spot-DragFilesToUpload.svg +18 -0
  2347. package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +46 -0
  2348. package/src/illustrations/sapIllus-Spot-EmptyList.svg +29 -0
  2349. package/src/illustrations/sapIllus-Spot-EmptyPlanningCalendar.svg +19 -0
  2350. package/src/illustrations/sapIllus-Spot-ErrorScreen.svg +32 -0
  2351. package/src/illustrations/sapIllus-Spot-FilterTable.svg +60 -0
  2352. package/src/illustrations/sapIllus-Spot-FilteringColumns.svg +33 -0
  2353. package/src/illustrations/sapIllus-Spot-GroupTable.svg +86 -0
  2354. package/src/illustrations/sapIllus-Spot-GroupingColumns.svg +35 -0
  2355. package/src/illustrations/sapIllus-Spot-KeyTask.svg +119 -0
  2356. package/src/illustrations/sapIllus-Spot-NewMail.svg +34 -0
  2357. package/src/illustrations/sapIllus-Spot-NoActivities.svg +34 -0
  2358. package/src/illustrations/sapIllus-Spot-NoChartData.svg +42 -0
  2359. package/src/illustrations/sapIllus-Spot-NoColumnsSet.svg +29 -0
  2360. package/src/illustrations/sapIllus-Spot-NoData.svg +12 -0
  2361. package/src/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
  2362. package/src/illustrations/sapIllus-Spot-NoEntries.svg +42 -0
  2363. package/src/illustrations/sapIllus-Spot-NoFilterResults.svg +16 -0
  2364. package/src/illustrations/sapIllus-Spot-NoMail.svg +15 -0
  2365. package/src/illustrations/sapIllus-Spot-NoMail_v1.svg +16 -0
  2366. package/src/illustrations/sapIllus-Spot-NoNotifications.svg +25 -0
  2367. package/src/illustrations/sapIllus-Spot-NoSavedItems.svg +51 -0
  2368. package/src/illustrations/sapIllus-Spot-NoSavedItems_v1.svg +33 -0
  2369. package/src/illustrations/sapIllus-Spot-NoSearchResults.svg +73 -0
  2370. package/src/illustrations/sapIllus-Spot-NoTasks.svg +32 -0
  2371. package/src/illustrations/sapIllus-Spot-NoTasks_v1.svg +22 -0
  2372. package/src/illustrations/sapIllus-Spot-PageNotFound.svg +10 -0
  2373. package/src/illustrations/sapIllus-Spot-ReceiveAppreciation.svg +20 -0
  2374. package/src/illustrations/sapIllus-Spot-ReloadScreen.svg +36 -0
  2375. package/src/illustrations/sapIllus-Spot-ResizeColumn.svg +49 -0
  2376. package/src/illustrations/sapIllus-Spot-ResizingColumns.svg +37 -0
  2377. package/src/illustrations/sapIllus-Spot-SearchEarth.svg +55 -0
  2378. package/src/illustrations/sapIllus-Spot-SearchFolder.svg +37 -0
  2379. package/src/illustrations/sapIllus-Spot-SignOut.svg +21 -0
  2380. package/src/illustrations/sapIllus-Spot-SimpleBalloon.svg +7 -0
  2381. package/src/illustrations/sapIllus-Spot-SimpleBell.svg +12 -0
  2382. package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +44 -0
  2383. package/src/illustrations/sapIllus-Spot-SimpleCheckMark.svg +5 -0
  2384. package/src/illustrations/sapIllus-Spot-SimpleConnection.svg +10 -0
  2385. package/src/illustrations/sapIllus-Spot-SimpleEmptyDoc.svg +6 -0
  2386. package/src/illustrations/sapIllus-Spot-SimpleEmptyList.svg +6 -0
  2387. package/src/illustrations/sapIllus-Spot-SimpleError.svg +9 -0
  2388. package/src/illustrations/sapIllus-Spot-SimpleMagnifier.svg +9 -0
  2389. package/src/illustrations/sapIllus-Spot-SimpleMail.svg +12 -0
  2390. package/src/illustrations/sapIllus-Spot-SimpleNoSavedItems.svg +23 -0
  2391. package/src/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.svg +10 -0
  2392. package/src/illustrations/sapIllus-Spot-SimpleReload.svg +7 -0
  2393. package/src/illustrations/sapIllus-Spot-SimpleTask.svg +22 -0
  2394. package/src/illustrations/sapIllus-Spot-SleepingBell.svg +38 -0
  2395. package/src/illustrations/sapIllus-Spot-SortColumn.svg +39 -0
  2396. package/src/illustrations/sapIllus-Spot-SortingColumns.svg +49 -0
  2397. package/src/illustrations/sapIllus-Spot-SuccessBalloon.svg +19 -0
  2398. package/src/illustrations/sapIllus-Spot-SuccessCheckMark.svg +7 -0
  2399. package/src/illustrations/sapIllus-Spot-SuccessHighFive.svg +24 -0
  2400. package/src/illustrations/sapIllus-Spot-SuccessScreen.svg +35 -0
  2401. package/src/illustrations/sapIllus-Spot-Survey.svg +32 -0
  2402. package/src/illustrations/sapIllus-Spot-Tent.svg +29 -0
  2403. package/src/illustrations/sapIllus-Spot-UnableToLoad.svg +119 -0
  2404. package/src/illustrations/sapIllus-Spot-UnableToLoadImage.svg +28 -0
  2405. package/src/illustrations/sapIllus-Spot-UnableToUpload.svg +28 -0
  2406. package/src/illustrations/sapIllus-Spot-UploadCollection.svg +33 -0
  2407. package/src/illustrations/sapIllus-Spot-UploadToCloud.svg +21 -0
  2408. package/src/illustrations/sapIllus-Spot-UserHasSignedUp.svg +34 -0
  2409. package/src/illustrations/tnt/tnt-Dialog-Avatar.svg +124 -0
  2410. package/src/illustrations/tnt/tnt-Dialog-Calculator.svg +80 -0
  2411. package/src/illustrations/tnt/tnt-Dialog-ChartArea.svg +14 -0
  2412. package/src/illustrations/tnt/tnt-Dialog-ChartArea2.svg +12 -0
  2413. package/src/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.svg +13 -0
  2414. package/src/illustrations/tnt/tnt-Dialog-ChartBar.svg +12 -0
  2415. package/src/illustrations/tnt/tnt-Dialog-ChartBullet.svg +14 -0
  2416. package/src/illustrations/tnt/tnt-Dialog-ChartDoughnut.svg +13 -0
  2417. package/src/illustrations/tnt/tnt-Dialog-ChartFlow.svg +13 -0
  2418. package/src/illustrations/tnt/tnt-Dialog-ChartGantt.svg +17 -0
  2419. package/src/illustrations/tnt/tnt-Dialog-ChartOrg.svg +15 -0
  2420. package/src/illustrations/tnt/tnt-Dialog-ChartPie.svg +12 -0
  2421. package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
  2422. package/src/illustrations/tnt/tnt-Dialog-Company.svg +13 -0
  2423. package/src/illustrations/tnt/tnt-Dialog-Compass.svg +34 -0
  2424. package/src/illustrations/tnt/tnt-Dialog-Components.svg +9 -0
  2425. package/src/illustrations/tnt/tnt-Dialog-Dialog.svg +32 -0
  2426. package/src/illustrations/tnt/tnt-Dialog-EmptyContentPane.svg +18 -0
  2427. package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +11 -0
  2428. package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +17 -0
  2429. package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +16 -0
  2430. package/src/illustrations/tnt/tnt-Dialog-Handshake.svg +32 -0
  2431. package/src/illustrations/tnt/tnt-Dialog-Help.svg +27 -0
  2432. package/src/illustrations/tnt/tnt-Dialog-Lock.svg +12 -0
  2433. package/src/illustrations/tnt/tnt-Dialog-Mission.svg +18 -0
  2434. package/src/illustrations/tnt/tnt-Dialog-MissionFailed.svg +41 -0
  2435. package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +15 -0
  2436. package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +11 -0
  2437. package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +15 -0
  2438. package/src/illustrations/tnt/tnt-Dialog-Radar.svg +15 -0
  2439. package/src/illustrations/tnt/tnt-Dialog-RoadMap.svg +41 -0
  2440. package/src/illustrations/tnt/tnt-Dialog-Secrets.svg +11 -0
  2441. package/src/illustrations/tnt/tnt-Dialog-Services.svg +16 -0
  2442. package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +11 -0
  2443. package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +10 -0
  2444. package/src/illustrations/tnt/tnt-Dialog-Settings.svg +37 -0
  2445. package/src/illustrations/tnt/tnt-Dialog-Success.svg +10 -0
  2446. package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +10 -0
  2447. package/src/illustrations/tnt/tnt-Dialog-Systems.svg +11 -0
  2448. package/src/illustrations/tnt/tnt-Dialog-Teams.svg +17 -0
  2449. package/src/illustrations/tnt/tnt-Dialog-Tools.svg +12 -0
  2450. package/src/illustrations/tnt/tnt-Dialog-Tutorials.svg +78 -0
  2451. package/src/illustrations/tnt/tnt-Dialog-UnableToLoad.svg +9 -0
  2452. package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +12 -0
  2453. package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +11 -0
  2454. package/src/illustrations/tnt/tnt-Dialog-User2.svg +13 -0
  2455. package/src/illustrations/tnt/tnt-Dot-Avatar.svg +12 -0
  2456. package/src/illustrations/tnt/tnt-Dot-Calculator.svg +11 -0
  2457. package/src/illustrations/tnt/tnt-Dot-Compass.svg +9 -0
  2458. package/src/illustrations/tnt/tnt-Dot-Dialog.svg +19 -0
  2459. package/src/illustrations/tnt/tnt-Dot-EmptyContentPane.svg +15 -0
  2460. package/src/illustrations/tnt/tnt-Dot-Handshake.svg +18 -0
  2461. package/src/illustrations/tnt/tnt-Dot-Help.svg +8 -0
  2462. package/src/illustrations/tnt/tnt-Dot-MissionFailed.svg +9 -0
  2463. package/src/illustrations/tnt/tnt-Dot-RoadMap.svg +5 -0
  2464. package/src/illustrations/tnt/tnt-Dot-Settings.svg +6 -0
  2465. package/src/illustrations/tnt/tnt-Dot-Tutorials.svg +7 -0
  2466. package/src/illustrations/tnt/tnt-Scene-Avatar.svg +130 -0
  2467. package/src/illustrations/tnt/tnt-Scene-Calculator.svg +83 -0
  2468. package/src/illustrations/tnt/tnt-Scene-ChartArea.svg +22 -0
  2469. package/src/illustrations/tnt/tnt-Scene-ChartArea2.svg +19 -0
  2470. package/src/illustrations/tnt/tnt-Scene-ChartBPMNFlow.svg +21 -0
  2471. package/src/illustrations/tnt/tnt-Scene-ChartBar.svg +19 -0
  2472. package/src/illustrations/tnt/tnt-Scene-ChartBullet.svg +20 -0
  2473. package/src/illustrations/tnt/tnt-Scene-ChartDoughnut.svg +19 -0
  2474. package/src/illustrations/tnt/tnt-Scene-ChartFlow.svg +20 -0
  2475. package/src/illustrations/tnt/tnt-Scene-ChartGantt.svg +26 -0
  2476. package/src/illustrations/tnt/tnt-Scene-ChartOrg.svg +26 -0
  2477. package/src/illustrations/tnt/tnt-Scene-ChartPie.svg +18 -0
  2478. package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +9 -0
  2479. package/src/illustrations/tnt/tnt-Scene-Company.svg +30 -0
  2480. package/src/illustrations/tnt/tnt-Scene-Compass.svg +34 -0
  2481. package/src/illustrations/tnt/tnt-Scene-Components.svg +16 -0
  2482. package/src/illustrations/tnt/tnt-Scene-Dialog.svg +35 -0
  2483. package/src/illustrations/tnt/tnt-Scene-EmptyContentPane.svg +15 -0
  2484. package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +14 -0
  2485. package/src/illustrations/tnt/tnt-Scene-FaceID.svg +21 -0
  2486. package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +35 -0
  2487. package/src/illustrations/tnt/tnt-Scene-Handshake.svg +32 -0
  2488. package/src/illustrations/tnt/tnt-Scene-Help.svg +29 -0
  2489. package/src/illustrations/tnt/tnt-Scene-Lock.svg +22 -0
  2490. package/src/illustrations/tnt/tnt-Scene-Mission.svg +19 -0
  2491. package/src/illustrations/tnt/tnt-Scene-MissionFailed.svg +49 -0
  2492. package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +17 -0
  2493. package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +20 -0
  2494. package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +16 -0
  2495. package/src/illustrations/tnt/tnt-Scene-Radar.svg +20 -0
  2496. package/src/illustrations/tnt/tnt-Scene-RoadMap.svg +45 -0
  2497. package/src/illustrations/tnt/tnt-Scene-Secrets.svg +14 -0
  2498. package/src/illustrations/tnt/tnt-Scene-Services.svg +17 -0
  2499. package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +18 -0
  2500. package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +17 -0
  2501. package/src/illustrations/tnt/tnt-Scene-Settings.svg +38 -0
  2502. package/src/illustrations/tnt/tnt-Scene-Success.svg +18 -0
  2503. package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +20 -0
  2504. package/src/illustrations/tnt/tnt-Scene-Systems.svg +12 -0
  2505. package/src/illustrations/tnt/tnt-Scene-Teams.svg +20 -0
  2506. package/src/illustrations/tnt/tnt-Scene-Tools.svg +18 -0
  2507. package/src/illustrations/tnt/tnt-Scene-Tutorials.svg +84 -0
  2508. package/src/illustrations/tnt/tnt-Scene-UnableToLoad.svg +20 -0
  2509. package/src/illustrations/tnt/tnt-Scene-Unlock.svg +15 -0
  2510. package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +22 -0
  2511. package/src/illustrations/tnt/tnt-Scene-User2.svg +22 -0
  2512. package/src/illustrations/tnt/tnt-Spot-Avatar.svg +105 -0
  2513. package/src/illustrations/tnt/tnt-Spot-Calculator.svg +130 -0
  2514. package/src/illustrations/tnt/tnt-Spot-ChartArea.svg +13 -0
  2515. package/src/illustrations/tnt/tnt-Spot-ChartArea2.svg +7 -0
  2516. package/src/illustrations/tnt/tnt-Spot-ChartBPMNFlow.svg +9 -0
  2517. package/src/illustrations/tnt/tnt-Spot-ChartBar.svg +8 -0
  2518. package/src/illustrations/tnt/tnt-Spot-ChartBullet.svg +10 -0
  2519. package/src/illustrations/tnt/tnt-Spot-ChartDoughnut.svg +9 -0
  2520. package/src/illustrations/tnt/tnt-Spot-ChartFlow.svg +8 -0
  2521. package/src/illustrations/tnt/tnt-Spot-ChartGantt.svg +12 -0
  2522. package/src/illustrations/tnt/tnt-Spot-ChartOrg.svg +6 -0
  2523. package/src/illustrations/tnt/tnt-Spot-ChartPie.svg +8 -0
  2524. package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
  2525. package/src/illustrations/tnt/tnt-Spot-Company.svg +13 -0
  2526. package/src/illustrations/tnt/tnt-Spot-Compass.svg +34 -0
  2527. package/src/illustrations/tnt/tnt-Spot-Components.svg +5 -0
  2528. package/src/illustrations/tnt/tnt-Spot-Dialog.svg +32 -0
  2529. package/src/illustrations/tnt/tnt-Spot-EmptyContentPane.svg +16 -0
  2530. package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +9 -0
  2531. package/src/illustrations/tnt/tnt-Spot-FaceID.svg +16 -0
  2532. package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +10 -0
  2533. package/src/illustrations/tnt/tnt-Spot-Handshake.svg +64 -0
  2534. package/src/illustrations/tnt/tnt-Spot-Help.svg +23 -0
  2535. package/src/illustrations/tnt/tnt-Spot-Lock.svg +13 -0
  2536. package/src/illustrations/tnt/tnt-Spot-Mission.svg +17 -0
  2537. package/src/illustrations/tnt/tnt-Spot-MissionFailed.svg +113 -0
  2538. package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +11 -0
  2539. package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +8 -0
  2540. package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +11 -0
  2541. package/src/illustrations/tnt/tnt-Spot-Radar.svg +14 -0
  2542. package/src/illustrations/tnt/tnt-Spot-RoadMap.svg +165 -0
  2543. package/src/illustrations/tnt/tnt-Spot-Secrets.svg +9 -0
  2544. package/src/illustrations/tnt/tnt-Spot-Services.svg +14 -0
  2545. package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +9 -0
  2546. package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +9 -0
  2547. package/src/illustrations/tnt/tnt-Spot-Settings.svg +37 -0
  2548. package/src/illustrations/tnt/tnt-Spot-Success.svg +9 -0
  2549. package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +9 -0
  2550. package/src/illustrations/tnt/tnt-Spot-Systems.svg +10 -0
  2551. package/src/illustrations/tnt/tnt-Spot-Teams.svg +13 -0
  2552. package/src/illustrations/tnt/tnt-Spot-Tools.svg +7 -0
  2553. package/src/illustrations/tnt/tnt-Spot-Tutorials.svg +91 -0
  2554. package/src/illustrations/tnt/tnt-Spot-UnableToLoad.svg +8 -0
  2555. package/src/illustrations/tnt/tnt-Spot-Unlock.svg +11 -0
  2556. package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +10 -0
  2557. package/src/illustrations/tnt/tnt-Spot-User2.svg +10 -0
  2558. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.svg +15 -0
  2559. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.svg +23 -0
  2560. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.svg +14 -0
  2561. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.svg +13 -0
  2562. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.svg +21 -0
  2563. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.svg +13 -0
  2564. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.svg +18 -0
  2565. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.svg +17 -0
  2566. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.svg +18 -0
  2567. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.svg +18 -0
  2568. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.svg +29 -0
  2569. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.svg +19 -0
  2570. package/src/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.svg +9 -0
  2571. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Company.svg +22 -0
  2572. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Compass.svg +16 -0
  2573. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Components.svg +21 -0
  2574. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.svg +22 -0
  2575. package/src/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.svg +22 -0
  2576. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.svg +17 -0
  2577. package/src/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.svg +17 -0
  2578. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.svg +12 -0
  2579. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.svg +21 -0
  2580. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Help.svg +11 -0
  2581. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Lock.svg +21 -0
  2582. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Mission.svg +14 -0
  2583. package/src/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.svg +11 -0
  2584. package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.svg +18 -0
  2585. package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.svg +21 -0
  2586. package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.svg +18 -0
  2587. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Radar.svg +13 -0
  2588. package/src/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.svg +91 -0
  2589. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.svg +12 -0
  2590. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Services.svg +15 -0
  2591. package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.svg +13 -0
  2592. package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.svg +11 -0
  2593. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Settings.svg +8 -0
  2594. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Success.svg +19 -0
  2595. package/src/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.svg +26 -0
  2596. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Systems.svg +24 -0
  2597. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Teams.svg +26 -0
  2598. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tools.svg +21 -0
  2599. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.svg +17 -0
  2600. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.svg +17 -0
  2601. package/src/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.svg +26 -0
  2602. package/src/illustrations-v5/tnt/hc/tnt-Dot-Avatar.svg +12 -0
  2603. package/src/illustrations-v5/tnt/hc/tnt-Dot-Calculator.svg +12 -0
  2604. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.svg +7 -0
  2605. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.svg +6 -0
  2606. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.svg +13 -0
  2607. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.svg +6 -0
  2608. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.svg +9 -0
  2609. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.svg +7 -0
  2610. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.svg +11 -0
  2611. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.svg +10 -0
  2612. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.svg +13 -0
  2613. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.svg +8 -0
  2614. package/src/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.svg +6 -0
  2615. package/src/illustrations-v5/tnt/hc/tnt-Dot-Company.svg +11 -0
  2616. package/src/illustrations-v5/tnt/hc/tnt-Dot-Compass.svg +9 -0
  2617. package/src/illustrations-v5/tnt/hc/tnt-Dot-Components.svg +10 -0
  2618. package/src/illustrations-v5/tnt/hc/tnt-Dot-Dialog.svg +22 -0
  2619. package/src/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.svg +10 -0
  2620. package/src/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.svg +10 -0
  2621. package/src/illustrations-v5/tnt/hc/tnt-Dot-FaceID.svg +18 -0
  2622. package/src/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.svg +8 -0
  2623. package/src/illustrations-v5/tnt/hc/tnt-Dot-Handshake.svg +18 -0
  2624. package/src/illustrations-v5/tnt/hc/tnt-Dot-Help.svg +8 -0
  2625. package/src/illustrations-v5/tnt/hc/tnt-Dot-Lock.svg +13 -0
  2626. package/src/illustrations-v5/tnt/hc/tnt-Dot-Mission.svg +9 -0
  2627. package/src/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.svg +9 -0
  2628. package/src/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.svg +15 -0
  2629. package/src/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.svg +41 -0
  2630. package/src/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.svg +12 -0
  2631. package/src/illustrations-v5/tnt/hc/tnt-Dot-Radar.svg +11 -0
  2632. package/src/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.svg +7 -0
  2633. package/src/illustrations-v5/tnt/hc/tnt-Dot-Secrets.svg +6 -0
  2634. package/src/illustrations-v5/tnt/hc/tnt-Dot-Services.svg +11 -0
  2635. package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.svg +7 -0
  2636. package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.svg +8 -0
  2637. package/src/illustrations-v5/tnt/hc/tnt-Dot-Settings.svg +6 -0
  2638. package/src/illustrations-v5/tnt/hc/tnt-Dot-Success.svg +8 -0
  2639. package/src/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.svg +11 -0
  2640. package/src/illustrations-v5/tnt/hc/tnt-Dot-Systems.svg +14 -0
  2641. package/src/illustrations-v5/tnt/hc/tnt-Dot-Teams.svg +15 -0
  2642. package/src/illustrations-v5/tnt/hc/tnt-Dot-Tools.svg +17 -0
  2643. package/src/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.svg +7 -0
  2644. package/src/illustrations-v5/tnt/hc/tnt-Dot-Unlock.svg +19 -0
  2645. package/src/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.svg +11 -0
  2646. package/src/illustrations-v5/tnt/hc/tnt-Scene-Avatar.svg +22 -0
  2647. package/src/illustrations-v5/tnt/hc/tnt-Scene-Calculator.svg +31 -0
  2648. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.svg +20 -0
  2649. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.svg +19 -0
  2650. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.svg +27 -0
  2651. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.svg +19 -0
  2652. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.svg +24 -0
  2653. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.svg +23 -0
  2654. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.svg +24 -0
  2655. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.svg +24 -0
  2656. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.svg +35 -0
  2657. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.svg +24 -0
  2658. package/src/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.svg +13 -0
  2659. package/src/illustrations-v5/tnt/hc/tnt-Scene-Company.svg +29 -0
  2660. package/src/illustrations-v5/tnt/hc/tnt-Scene-Compass.svg +23 -0
  2661. package/src/illustrations-v5/tnt/hc/tnt-Scene-Components.svg +25 -0
  2662. package/src/illustrations-v5/tnt/hc/tnt-Scene-Dialog.svg +16 -0
  2663. package/src/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.svg +26 -0
  2664. package/src/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.svg +21 -0
  2665. package/src/illustrations-v5/tnt/hc/tnt-Scene-FaceID.svg +27 -0
  2666. package/src/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.svg +16 -0
  2667. package/src/illustrations-v5/tnt/hc/tnt-Scene-Handshake.svg +25 -0
  2668. package/src/illustrations-v5/tnt/hc/tnt-Scene-Help.svg +20 -0
  2669. package/src/illustrations-v5/tnt/hc/tnt-Scene-Lock.svg +25 -0
  2670. package/src/illustrations-v5/tnt/hc/tnt-Scene-Mission.svg +20 -0
  2671. package/src/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.svg +17 -0
  2672. package/src/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.svg +22 -0
  2673. package/src/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.svg +25 -0
  2674. package/src/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.svg +22 -0
  2675. package/src/illustrations-v5/tnt/hc/tnt-Scene-Radar.svg +18 -0
  2676. package/src/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.svg +29 -0
  2677. package/src/illustrations-v5/tnt/hc/tnt-Scene-Secrets.svg +20 -0
  2678. package/src/illustrations-v5/tnt/hc/tnt-Scene-Services.svg +19 -0
  2679. package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.svg +17 -0
  2680. package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.svg +15 -0
  2681. package/src/illustrations-v5/tnt/hc/tnt-Scene-Settings.svg +12 -0
  2682. package/src/illustrations-v5/tnt/hc/tnt-Scene-Success.svg +26 -0
  2683. package/src/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.svg +33 -0
  2684. package/src/illustrations-v5/tnt/hc/tnt-Scene-Systems.svg +30 -0
  2685. package/src/illustrations-v5/tnt/hc/tnt-Scene-Teams.svg +30 -0
  2686. package/src/illustrations-v5/tnt/hc/tnt-Scene-Tools.svg +25 -0
  2687. package/src/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.svg +26 -0
  2688. package/src/illustrations-v5/tnt/hc/tnt-Scene-Unlock.svg +21 -0
  2689. package/src/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.svg +33 -0
  2690. package/src/illustrations-v5/tnt/hc/tnt-Spot-Avatar.svg +16 -0
  2691. package/src/illustrations-v5/tnt/hc/tnt-Spot-Calculator.svg +23 -0
  2692. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.svg +14 -0
  2693. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.svg +13 -0
  2694. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.svg +20 -0
  2695. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.svg +13 -0
  2696. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.svg +18 -0
  2697. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.svg +17 -0
  2698. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.svg +18 -0
  2699. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.svg +18 -0
  2700. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.svg +29 -0
  2701. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.svg +18 -0
  2702. package/src/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.svg +9 -0
  2703. package/src/illustrations-v5/tnt/hc/tnt-Spot-Company.svg +22 -0
  2704. package/src/illustrations-v5/tnt/hc/tnt-Spot-Compass.svg +16 -0
  2705. package/src/illustrations-v5/tnt/hc/tnt-Spot-Components.svg +19 -0
  2706. package/src/illustrations-v5/tnt/hc/tnt-Spot-Dialog.svg +22 -0
  2707. package/src/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.svg +22 -0
  2708. package/src/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.svg +17 -0
  2709. package/src/illustrations-v5/tnt/hc/tnt-Spot-FaceID.svg +17 -0
  2710. package/src/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.svg +8 -0
  2711. package/src/illustrations-v5/tnt/hc/tnt-Spot-Handshake.svg +26 -0
  2712. package/src/illustrations-v5/tnt/hc/tnt-Spot-Help.svg +11 -0
  2713. package/src/illustrations-v5/tnt/hc/tnt-Spot-Lock.svg +21 -0
  2714. package/src/illustrations-v5/tnt/hc/tnt-Spot-Mission.svg +10 -0
  2715. package/src/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.svg +10 -0
  2716. package/src/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.svg +18 -0
  2717. package/src/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.svg +21 -0
  2718. package/src/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.svg +18 -0
  2719. package/src/illustrations-v5/tnt/hc/tnt-Spot-Radar.svg +11 -0
  2720. package/src/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.svg +77 -0
  2721. package/src/illustrations-v5/tnt/hc/tnt-Spot-Secrets.svg +12 -0
  2722. package/src/illustrations-v5/tnt/hc/tnt-Spot-Services.svg +15 -0
  2723. package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.svg +13 -0
  2724. package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.svg +11 -0
  2725. package/src/illustrations-v5/tnt/hc/tnt-Spot-Settings.svg +8 -0
  2726. package/src/illustrations-v5/tnt/hc/tnt-Spot-Success.svg +12 -0
  2727. package/src/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.svg +26 -0
  2728. package/src/illustrations-v5/tnt/hc/tnt-Spot-Systems.svg +24 -0
  2729. package/src/illustrations-v5/tnt/hc/tnt-Spot-Teams.svg +26 -0
  2730. package/src/illustrations-v5/tnt/hc/tnt-Spot-Tools.svg +21 -0
  2731. package/src/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.svg +17 -0
  2732. package/src/illustrations-v5/tnt/hc/tnt-Spot-Unlock.svg +17 -0
  2733. package/src/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.svg +26 -0
  2734. package/src/illustrations-v5/tnt/tnt-Dialog-Avatar.svg +48 -0
  2735. package/src/illustrations-v5/tnt/tnt-Dialog-Calculator.svg +26 -0
  2736. package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea.svg +10 -0
  2737. package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea2.svg +11 -0
  2738. package/src/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.svg +17 -0
  2739. package/src/illustrations-v5/tnt/tnt-Dialog-ChartBar.svg +12 -0
  2740. package/src/illustrations-v5/tnt/tnt-Dialog-ChartBullet.svg +13 -0
  2741. package/src/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.svg +12 -0
  2742. package/src/illustrations-v5/tnt/tnt-Dialog-ChartFlow.svg +16 -0
  2743. package/src/illustrations-v5/tnt/tnt-Dialog-ChartGantt.svg +12 -0
  2744. package/src/illustrations-v5/tnt/tnt-Dialog-ChartOrg.svg +19 -0
  2745. package/src/illustrations-v5/tnt/tnt-Dialog-ChartPie.svg +12 -0
  2746. package/src/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
  2747. package/src/illustrations-v5/tnt/tnt-Dialog-Company.svg +13 -0
  2748. package/src/illustrations-v5/tnt/tnt-Dialog-Compass.svg +18 -0
  2749. package/src/illustrations-v5/tnt/tnt-Dialog-Components.svg +16 -0
  2750. package/src/illustrations-v5/tnt/tnt-Dialog-Dialog.svg +10 -0
  2751. package/src/illustrations-v5/tnt/tnt-Dialog-ExternalLink.svg +14 -0
  2752. package/src/illustrations-v5/tnt/tnt-Dialog-FaceID.svg +22 -0
  2753. package/src/illustrations-v5/tnt/tnt-Dialog-Fingerprint.svg +31 -0
  2754. package/src/illustrations-v5/tnt/tnt-Dialog-Handshake.svg +38 -0
  2755. package/src/illustrations-v5/tnt/tnt-Dialog-Help.svg +10 -0
  2756. package/src/illustrations-v5/tnt/tnt-Dialog-Lock.svg +43 -0
  2757. package/src/illustrations-v5/tnt/tnt-Dialog-Mission.svg +25 -0
  2758. package/src/illustrations-v5/tnt/tnt-Dialog-MissionFailed.svg +23 -0
  2759. package/src/illustrations-v5/tnt/tnt-Dialog-NoApplications.svg +12 -0
  2760. package/src/illustrations-v5/tnt/tnt-Dialog-NoFlows.svg +12 -0
  2761. package/src/illustrations-v5/tnt/tnt-Dialog-NoUsers.svg +12 -0
  2762. package/src/illustrations-v5/tnt/tnt-Dialog-Radar.svg +27 -0
  2763. package/src/illustrations-v5/tnt/tnt-Dialog-RoadMap.svg +31 -0
  2764. package/src/illustrations-v5/tnt/tnt-Dialog-Secrets.svg +17 -0
  2765. package/src/illustrations-v5/tnt/tnt-Dialog-Services.svg +29 -0
  2766. package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpired.svg +22 -0
  2767. package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.svg +21 -0
  2768. package/src/illustrations-v5/tnt/tnt-Dialog-Settings.svg +18 -0
  2769. package/src/illustrations-v5/tnt/tnt-Dialog-Success.svg +20 -0
  2770. package/src/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.svg +13 -0
  2771. package/src/illustrations-v5/tnt/tnt-Dialog-Systems.svg +18 -0
  2772. package/src/illustrations-v5/tnt/tnt-Dialog-Teams.svg +78 -0
  2773. package/src/illustrations-v5/tnt/tnt-Dialog-Tools.svg +25 -0
  2774. package/src/illustrations-v5/tnt/tnt-Dialog-Tutorials.svg +17 -0
  2775. package/src/illustrations-v5/tnt/tnt-Dialog-Unlock.svg +44 -0
  2776. package/src/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.svg +13 -0
  2777. package/src/illustrations-v5/tnt/tnt-Dot-Avatar.svg +20 -0
  2778. package/src/illustrations-v5/tnt/tnt-Dot-Calculator.svg +7 -0
  2779. package/src/illustrations-v5/tnt/tnt-Dot-ChartArea.svg +8 -0
  2780. package/src/illustrations-v5/tnt/tnt-Dot-ChartArea2.svg +16 -0
  2781. package/src/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.svg +16 -0
  2782. package/src/illustrations-v5/tnt/tnt-Dot-ChartBar.svg +17 -0
  2783. package/src/illustrations-v5/tnt/tnt-Dot-ChartBullet.svg +20 -0
  2784. package/src/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.svg +10 -0
  2785. package/src/illustrations-v5/tnt/tnt-Dot-ChartFlow.svg +14 -0
  2786. package/src/illustrations-v5/tnt/tnt-Dot-ChartGantt.svg +11 -0
  2787. package/src/illustrations-v5/tnt/tnt-Dot-ChartOrg.svg +24 -0
  2788. package/src/illustrations-v5/tnt/tnt-Dot-ChartPie.svg +10 -0
  2789. package/src/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.svg +4 -0
  2790. package/src/illustrations-v5/tnt/tnt-Dot-Company.svg +14 -0
  2791. package/src/illustrations-v5/tnt/tnt-Dot-Compass.svg +17 -0
  2792. package/src/illustrations-v5/tnt/tnt-Dot-Components.svg +21 -0
  2793. package/src/illustrations-v5/tnt/tnt-Dot-Dialog.svg +8 -0
  2794. package/src/illustrations-v5/tnt/tnt-Dot-ExternalLink.svg +9 -0
  2795. package/src/illustrations-v5/tnt/tnt-Dot-FaceID.svg +20 -0
  2796. package/src/illustrations-v5/tnt/tnt-Dot-Fingerprint.svg +12 -0
  2797. package/src/illustrations-v5/tnt/tnt-Dot-Handshake.svg +35 -0
  2798. package/src/illustrations-v5/tnt/tnt-Dot-Help.svg +15 -0
  2799. package/src/illustrations-v5/tnt/tnt-Dot-Lock.svg +25 -0
  2800. package/src/illustrations-v5/tnt/tnt-Dot-Mission.svg +20 -0
  2801. package/src/illustrations-v5/tnt/tnt-Dot-MissionFailed.svg +19 -0
  2802. package/src/illustrations-v5/tnt/tnt-Dot-NoApplications.svg +10 -0
  2803. package/src/illustrations-v5/tnt/tnt-Dot-NoFlows.svg +10 -0
  2804. package/src/illustrations-v5/tnt/tnt-Dot-NoUsers.svg +17 -0
  2805. package/src/illustrations-v5/tnt/tnt-Dot-Radar.svg +27 -0
  2806. package/src/illustrations-v5/tnt/tnt-Dot-RoadMap.svg +10 -0
  2807. package/src/illustrations-v5/tnt/tnt-Dot-Secrets.svg +15 -0
  2808. package/src/illustrations-v5/tnt/tnt-Dot-Services.svg +13 -0
  2809. package/src/illustrations-v5/tnt/tnt-Dot-SessionExpired.svg +12 -0
  2810. package/src/illustrations-v5/tnt/tnt-Dot-SessionExpiring.svg +19 -0
  2811. package/src/illustrations-v5/tnt/tnt-Dot-Settings.svg +7 -0
  2812. package/src/illustrations-v5/tnt/tnt-Dot-Success.svg +14 -0
  2813. package/src/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.svg +9 -0
  2814. package/src/illustrations-v5/tnt/tnt-Dot-Systems.svg +14 -0
  2815. package/src/illustrations-v5/tnt/tnt-Dot-Teams.svg +31 -0
  2816. package/src/illustrations-v5/tnt/tnt-Dot-Tools.svg +25 -0
  2817. package/src/illustrations-v5/tnt/tnt-Dot-Tutorials.svg +15 -0
  2818. package/src/illustrations-v5/tnt/tnt-Dot-Unlock.svg +27 -0
  2819. package/src/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.svg +9 -0
  2820. package/src/illustrations-v5/tnt/tnt-Scene-Avatar.svg +48 -0
  2821. package/src/illustrations-v5/tnt/tnt-Scene-Calculator.svg +21 -0
  2822. package/src/illustrations-v5/tnt/tnt-Scene-ChartArea.svg +10 -0
  2823. package/src/illustrations-v5/tnt/tnt-Scene-ChartArea2.svg +11 -0
  2824. package/src/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.svg +17 -0
  2825. package/src/illustrations-v5/tnt/tnt-Scene-ChartBar.svg +12 -0
  2826. package/src/illustrations-v5/tnt/tnt-Scene-ChartBullet.svg +17 -0
  2827. package/src/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.svg +12 -0
  2828. package/src/illustrations-v5/tnt/tnt-Scene-ChartFlow.svg +16 -0
  2829. package/src/illustrations-v5/tnt/tnt-Scene-ChartGantt.svg +12 -0
  2830. package/src/illustrations-v5/tnt/tnt-Scene-ChartOrg.svg +18 -0
  2831. package/src/illustrations-v5/tnt/tnt-Scene-ChartPie.svg +12 -0
  2832. package/src/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.svg +6 -0
  2833. package/src/illustrations-v5/tnt/tnt-Scene-Company.svg +13 -0
  2834. package/src/illustrations-v5/tnt/tnt-Scene-Compass.svg +18 -0
  2835. package/src/illustrations-v5/tnt/tnt-Scene-Components.svg +18 -0
  2836. package/src/illustrations-v5/tnt/tnt-Scene-Dialog.svg +10 -0
  2837. package/src/illustrations-v5/tnt/tnt-Scene-ExternalLink.svg +14 -0
  2838. package/src/illustrations-v5/tnt/tnt-Scene-FaceID.svg +21 -0
  2839. package/src/illustrations-v5/tnt/tnt-Scene-Fingerprint.svg +31 -0
  2840. package/src/illustrations-v5/tnt/tnt-Scene-Handshake.svg +38 -0
  2841. package/src/illustrations-v5/tnt/tnt-Scene-Help.svg +17 -0
  2842. package/src/illustrations-v5/tnt/tnt-Scene-Lock.svg +43 -0
  2843. package/src/illustrations-v5/tnt/tnt-Scene-Mission.svg +32 -0
  2844. package/src/illustrations-v5/tnt/tnt-Scene-MissionFailed.svg +23 -0
  2845. package/src/illustrations-v5/tnt/tnt-Scene-NoApplications.svg +12 -0
  2846. package/src/illustrations-v5/tnt/tnt-Scene-NoFlows.svg +12 -0
  2847. package/src/illustrations-v5/tnt/tnt-Scene-NoUsers.svg +19 -0
  2848. package/src/illustrations-v5/tnt/tnt-Scene-Radar.svg +29 -0
  2849. package/src/illustrations-v5/tnt/tnt-Scene-RoadMap.svg +31 -0
  2850. package/src/illustrations-v5/tnt/tnt-Scene-Secrets.svg +17 -0
  2851. package/src/illustrations-v5/tnt/tnt-Scene-Services.svg +29 -0
  2852. package/src/illustrations-v5/tnt/tnt-Scene-SessionExpired.svg +23 -0
  2853. package/src/illustrations-v5/tnt/tnt-Scene-SessionExpiring.svg +21 -0
  2854. package/src/illustrations-v5/tnt/tnt-Scene-Settings.svg +18 -0
  2855. package/src/illustrations-v5/tnt/tnt-Scene-Success.svg +20 -0
  2856. package/src/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.svg +18 -0
  2857. package/src/illustrations-v5/tnt/tnt-Scene-Systems.svg +27 -0
  2858. package/src/illustrations-v5/tnt/tnt-Scene-Teams.svg +84 -0
  2859. package/src/illustrations-v5/tnt/tnt-Scene-Tools.svg +46 -0
  2860. package/src/illustrations-v5/tnt/tnt-Scene-Tutorials.svg +17 -0
  2861. package/src/illustrations-v5/tnt/tnt-Scene-Unlock.svg +44 -0
  2862. package/src/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.svg +18 -0
  2863. package/src/illustrations-v5/tnt/tnt-Spot-Avatar.svg +48 -0
  2864. package/src/illustrations-v5/tnt/tnt-Spot-Calculator.svg +25 -0
  2865. package/src/illustrations-v5/tnt/tnt-Spot-ChartArea.svg +9 -0
  2866. package/src/illustrations-v5/tnt/tnt-Spot-ChartArea2.svg +10 -0
  2867. package/src/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.svg +17 -0
  2868. package/src/illustrations-v5/tnt/tnt-Spot-ChartBar.svg +11 -0
  2869. package/src/illustrations-v5/tnt/tnt-Spot-ChartBullet.svg +12 -0
  2870. package/src/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.svg +11 -0
  2871. package/src/illustrations-v5/tnt/tnt-Spot-ChartFlow.svg +13 -0
  2872. package/src/illustrations-v5/tnt/tnt-Spot-ChartGantt.svg +11 -0
  2873. package/src/illustrations-v5/tnt/tnt-Spot-ChartOrg.svg +18 -0
  2874. package/src/illustrations-v5/tnt/tnt-Spot-ChartPie.svg +11 -0
  2875. package/src/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
  2876. package/src/illustrations-v5/tnt/tnt-Spot-Company.svg +13 -0
  2877. package/src/illustrations-v5/tnt/tnt-Spot-Compass.svg +18 -0
  2878. package/src/illustrations-v5/tnt/tnt-Spot-Components.svg +18 -0
  2879. package/src/illustrations-v5/tnt/tnt-Spot-Dialog.svg +10 -0
  2880. package/src/illustrations-v5/tnt/tnt-Spot-ExternalLink.svg +13 -0
  2881. package/src/illustrations-v5/tnt/tnt-Spot-FaceID.svg +21 -0
  2882. package/src/illustrations-v5/tnt/tnt-Spot-Fingerprint.svg +31 -0
  2883. package/src/illustrations-v5/tnt/tnt-Spot-Handshake.svg +38 -0
  2884. package/src/illustrations-v5/tnt/tnt-Spot-Help.svg +9 -0
  2885. package/src/illustrations-v5/tnt/tnt-Spot-Lock.svg +43 -0
  2886. package/src/illustrations-v5/tnt/tnt-Spot-Mission.svg +25 -0
  2887. package/src/illustrations-v5/tnt/tnt-Spot-MissionFailed.svg +23 -0
  2888. package/src/illustrations-v5/tnt/tnt-Spot-NoApplications.svg +11 -0
  2889. package/src/illustrations-v5/tnt/tnt-Spot-NoFlows.svg +11 -0
  2890. package/src/illustrations-v5/tnt/tnt-Spot-NoUsers.svg +12 -0
  2891. package/src/illustrations-v5/tnt/tnt-Spot-Radar.svg +27 -0
  2892. package/src/illustrations-v5/tnt/tnt-Spot-RoadMap.svg +31 -0
  2893. package/src/illustrations-v5/tnt/tnt-Spot-Secrets.svg +17 -0
  2894. package/src/illustrations-v5/tnt/tnt-Spot-Services.svg +29 -0
  2895. package/src/illustrations-v5/tnt/tnt-Spot-SessionExpired.svg +22 -0
  2896. package/src/illustrations-v5/tnt/tnt-Spot-SessionExpiring.svg +19 -0
  2897. package/src/illustrations-v5/tnt/tnt-Spot-Settings.svg +14 -0
  2898. package/src/illustrations-v5/tnt/tnt-Spot-Success.svg +20 -0
  2899. package/src/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.svg +14 -0
  2900. package/src/illustrations-v5/tnt/tnt-Spot-Systems.svg +18 -0
  2901. package/src/illustrations-v5/tnt/tnt-Spot-Teams.svg +78 -0
  2902. package/src/illustrations-v5/tnt/tnt-Spot-Tools.svg +25 -0
  2903. package/src/illustrations-v5/tnt/tnt-Spot-Tutorials.svg +16 -0
  2904. package/src/illustrations-v5/tnt/tnt-Spot-Unlock.svg +44 -0
  2905. package/src/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.svg +14 -0
  2906. package/src/themes/BarcodeScannerDialog.css +49 -0
  2907. package/src/themes/DynamicPage.css +135 -0
  2908. package/src/themes/DynamicPageHeader.css +9 -0
  2909. package/src/themes/DynamicPageHeaderActions.css +51 -0
  2910. package/src/themes/DynamicPageTitle.css +173 -0
  2911. package/src/themes/DynamicSideContent.css +268 -0
  2912. package/src/themes/FlexibleColumnLayout.css +125 -0
  2913. package/src/themes/IllustratedMessage.css +238 -0
  2914. package/src/themes/InvisibleTextStyles.css +9 -0
  2915. package/src/themes/MediaGallery.css +153 -0
  2916. package/src/themes/MediaGalleryItem.css +130 -0
  2917. package/src/themes/NavigationLayout.css +91 -0
  2918. package/src/themes/NavigationMenu.css +15 -0
  2919. package/src/themes/NavigationMenuItem.css +93 -0
  2920. package/src/themes/NotificationList.css +7 -0
  2921. package/src/themes/NotificationListGroupItem.css +122 -0
  2922. package/src/themes/NotificationListItem.css +207 -0
  2923. package/src/themes/NotificationListItemBase.css +25 -0
  2924. package/src/themes/NotificationStateIcon.css +5 -0
  2925. package/src/themes/Page.css +176 -0
  2926. package/src/themes/ProductSwitch.css +32 -0
  2927. package/src/themes/ProductSwitchItem.css +164 -0
  2928. package/src/themes/Search.css +110 -0
  2929. package/src/themes/SearchField.css +301 -0
  2930. package/src/themes/SearchItem.css +109 -0
  2931. package/src/themes/SearchItemGroup.css +24 -0
  2932. package/src/themes/SearchItemShowMore.css +7 -0
  2933. package/src/themes/SearchMessageArea.css +17 -0
  2934. package/src/themes/ShellBar.css +538 -0
  2935. package/src/themes/ShellBarBranding.css +76 -0
  2936. package/src/themes/ShellBarPopover.css +38 -0
  2937. package/src/themes/ShellBarSearch.css +3 -0
  2938. package/src/themes/SideNavigation.css +78 -0
  2939. package/src/themes/SideNavigationGroup.css +37 -0
  2940. package/src/themes/SideNavigationItem.css +29 -0
  2941. package/src/themes/SideNavigationItemBase.css +376 -0
  2942. package/src/themes/SideNavigationPopover.css +19 -0
  2943. package/src/themes/SideNavigationSubItem.css +25 -0
  2944. package/src/themes/Timeline.css +88 -0
  2945. package/src/themes/TimelineGroupItem.css +184 -0
  2946. package/src/themes/TimelineItem.css +445 -0
  2947. package/src/themes/UploadCollection.css +97 -0
  2948. package/src/themes/UploadCollectionItem.css +181 -0
  2949. package/src/themes/UserMenu.css +174 -0
  2950. package/src/themes/UserMenuItem.css +11 -0
  2951. package/src/themes/UserSettingsAccountView.css +57 -0
  2952. package/src/themes/UserSettingsAppearanceViewItem.css +46 -0
  2953. package/src/themes/UserSettingsDialog.css +114 -0
  2954. package/src/themes/UserSettingsItem.css +77 -0
  2955. package/src/themes/UserSettingsView.css +13 -0
  2956. package/src/themes/ViewSettingsDialog.css +84 -0
  2957. package/src/themes/Wizard.css +139 -0
  2958. package/src/themes/WizardPopover.css +25 -0
  2959. package/src/themes/WizardTab.css +189 -0
  2960. package/src/themes/base/DynamicPage-parameters.css +18 -0
  2961. package/src/themes/base/DynamicPageHeader-parameters.css +5 -0
  2962. package/src/themes/base/DynamicPageHeaderActions-parameters.css +7 -0
  2963. package/src/themes/base/DynamicPageTitle-parameters.css +19 -0
  2964. package/src/themes/base/FlexibleColumnLayout-parameters.css +6 -0
  2965. package/src/themes/base/IllustratedMessage-parameters.css +13 -0
  2966. package/src/themes/base/MediaGallery-parameters.css +5 -0
  2967. package/src/themes/base/MediaGalleryItem-parameters.css +6 -0
  2968. package/src/themes/base/NotificationListItem-parameters.css +33 -0
  2969. package/src/themes/base/Page-parameters.css +4 -0
  2970. package/src/themes/base/ProductSwitchItem-parameters.css +6 -0
  2971. package/src/themes/base/Search-parameters.css +10 -0
  2972. package/src/themes/base/SearchField-parameters.css +32 -0
  2973. package/src/themes/base/ShellBar-parameters.css +26 -0
  2974. package/src/themes/base/SideNavigation-parameters.css +77 -0
  2975. package/src/themes/base/TimelineGroupItem-parameters.css +14 -0
  2976. package/src/themes/base/TimelineItem-parameters.css +70 -0
  2977. package/src/themes/base/UploadCollection-parameters.css +13 -0
  2978. package/src/themes/base/UserSettingsAppearanceViewItem-parameters.css +13 -0
  2979. package/src/themes/base/ViewSettingsDialog-parameters.css +15 -0
  2980. package/src/themes/base/Wizard-parameters.css +4 -0
  2981. package/src/themes/base/WizardTab-parameters.css +11 -0
  2982. package/src/themes/base/rtl-parameters.css +13 -0
  2983. package/src/themes/sap_belize/DynamicPage-parameters.css +16 -0
  2984. package/src/themes/sap_belize_hcb/DynamicPageTitle-parameters.css +6 -0
  2985. package/src/themes/sap_belize_hcw/DynamicPageTitle-parameters.css +6 -0
  2986. package/src/themes/sap_fiori_3/DynamicPageHeaderActions-parameters.css +5 -0
  2987. package/src/themes/sap_fiori_3/DynamicPageTitle-parameters.css +4 -0
  2988. package/src/themes/sap_fiori_3/SearchField-parameters.css +29 -0
  2989. package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
  2990. package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +12 -0
  2991. package/src/themes/sap_fiori_3/TimelineItem-parameters.css +11 -0
  2992. package/src/themes/sap_fiori_3/parameters-bundle.css +23 -0
  2993. package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +28 -0
  2994. package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
  2995. package/src/themes/sap_fiori_3_dark/TimelineItem-parameters.css +9 -0
  2996. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +23 -0
  2997. package/src/themes/sap_fiori_3_hcb/DynamicPageTitle-parameters.css +6 -0
  2998. package/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css +6 -0
  2999. package/src/themes/sap_fiori_3_hcb/MediaGallery-parameters.css +5 -0
  3000. package/src/themes/sap_fiori_3_hcb/Page-parameters.css +4 -0
  3001. package/src/themes/sap_fiori_3_hcb/ProductSwitchItem-parameters.css +6 -0
  3002. package/src/themes/sap_fiori_3_hcb/SearchField-parameters.css +30 -0
  3003. package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
  3004. package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +14 -0
  3005. package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +7 -0
  3006. package/src/themes/sap_fiori_3_hcb/WizardTab-parameters.css +9 -0
  3007. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +24 -0
  3008. package/src/themes/sap_fiori_3_hcw/DynamicPageTitle-parameters.css +6 -0
  3009. package/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css +6 -0
  3010. package/src/themes/sap_fiori_3_hcw/MediaGallery-parameters.css +5 -0
  3011. package/src/themes/sap_fiori_3_hcw/Page-parameters.css +4 -0
  3012. package/src/themes/sap_fiori_3_hcw/ProductSwitchItem-parameters.css +6 -0
  3013. package/src/themes/sap_fiori_3_hcw/SearchField-parameters.css +29 -0
  3014. package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
  3015. package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +14 -0
  3016. package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +6 -0
  3017. package/src/themes/sap_fiori_3_hcw/WizardTab-parameters.css +8 -0
  3018. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +24 -0
  3019. package/src/themes/sap_horizon/DynamicPageHeaderActions-parameters.css +6 -0
  3020. package/src/themes/sap_horizon/DynamicPageTitle-parameters.css +5 -0
  3021. package/src/themes/sap_horizon/FlexibleColumnLayout-parameters.css +3 -0
  3022. package/src/themes/sap_horizon/MediaGallery-parameters.css +5 -0
  3023. package/src/themes/sap_horizon/NotificationListItem-parameters.css +20 -0
  3024. package/src/themes/sap_horizon/ProductSwitchItem-parameters.css +5 -0
  3025. package/src/themes/sap_horizon/ShellBar-parameters.css +30 -0
  3026. package/src/themes/sap_horizon/SideNavigation-parameters.css +55 -0
  3027. package/src/themes/sap_horizon/TimelineItem-parameters.css +21 -0
  3028. package/src/themes/sap_horizon/UploadCollection-parameters.css +11 -0
  3029. package/src/themes/sap_horizon/Wizard-parameters.css +6 -0
  3030. package/src/themes/sap_horizon/WizardTab-parameters.css +11 -0
  3031. package/src/themes/sap_horizon/parameters-bundle.css +27 -0
  3032. package/src/themes/sap_horizon_dark/FlexibleColumnLayout-parameters.css +3 -0
  3033. package/src/themes/sap_horizon_dark/MediaGallery-parameters.css +5 -0
  3034. package/src/themes/sap_horizon_dark/NotificationListItem-parameters.css +20 -0
  3035. package/src/themes/sap_horizon_dark/ProductSwitchItem-parameters.css +5 -0
  3036. package/src/themes/sap_horizon_dark/ShellBar-parameters.css +30 -0
  3037. package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +55 -0
  3038. package/src/themes/sap_horizon_dark/TimelineItem-parameters.css +21 -0
  3039. package/src/themes/sap_horizon_dark/UploadCollection-parameters.css +11 -0
  3040. package/src/themes/sap_horizon_dark/Wizard-parameters.css +6 -0
  3041. package/src/themes/sap_horizon_dark/WizardTab-parameters.css +10 -0
  3042. package/src/themes/sap_horizon_dark/parameters-bundle.css +26 -0
  3043. package/src/themes/sap_horizon_dark_exp/FlexibleColumnLayout-parameters.css +3 -0
  3044. package/src/themes/sap_horizon_dark_exp/NotificationListItem-parameters.css +3 -0
  3045. package/src/themes/sap_horizon_dark_exp/ProductSwitchItem-parameters.css +5 -0
  3046. package/src/themes/sap_horizon_dark_exp/ShellBar-parameters.css +22 -0
  3047. package/src/themes/sap_horizon_dark_exp/SideNavigation-parameters.css +17 -0
  3048. package/src/themes/sap_horizon_dark_exp/TimelineItem-parameters.css +21 -0
  3049. package/src/themes/sap_horizon_dark_exp/UploadCollection-parameters.css +5 -0
  3050. package/src/themes/sap_horizon_dark_exp/Wizard-parameters.css +6 -0
  3051. package/src/themes/sap_horizon_dark_exp/WizardTab-parameters.css +10 -0
  3052. package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +20 -0
  3053. package/src/themes/sap_horizon_exp/FlexibleColumnLayout-parameters.css +3 -0
  3054. package/src/themes/sap_horizon_exp/NotificationListItem-parameters.css +3 -0
  3055. package/src/themes/sap_horizon_exp/ProductSwitchItem-parameters.css +5 -0
  3056. package/src/themes/sap_horizon_exp/ShellBar-parameters.css +28 -0
  3057. package/src/themes/sap_horizon_exp/SideNavigation-parameters.css +17 -0
  3058. package/src/themes/sap_horizon_exp/TimelineItem-parameters.css +21 -0
  3059. package/src/themes/sap_horizon_exp/UploadCollection-parameters.css +5 -0
  3060. package/src/themes/sap_horizon_exp/Wizard-parameters.css +6 -0
  3061. package/src/themes/sap_horizon_exp/WizardTab-parameters.css +11 -0
  3062. package/src/themes/sap_horizon_exp/parameters-bundle.css +21 -0
  3063. package/src/themes/sap_horizon_hcb/DynamicPageTitle-parameters.css +11 -0
  3064. package/src/themes/sap_horizon_hcb/FlexibleColumnLayout-parameters.css +6 -0
  3065. package/src/themes/sap_horizon_hcb/MediaGallery-parameters.css +5 -0
  3066. package/src/themes/sap_horizon_hcb/NotificationListItem-parameters.css +22 -0
  3067. package/src/themes/sap_horizon_hcb/Page-parameters.css +4 -0
  3068. package/src/themes/sap_horizon_hcb/ProductSwitchItem-parameters.css +6 -0
  3069. package/src/themes/sap_horizon_hcb/SearchField-parameters.css +29 -0
  3070. package/src/themes/sap_horizon_hcb/ShellBar-parameters.css +14 -0
  3071. package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +53 -0
  3072. package/src/themes/sap_horizon_hcb/TimelineItem-parameters.css +6 -0
  3073. package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +11 -0
  3074. package/src/themes/sap_horizon_hcb/Wizard-parameters.css +6 -0
  3075. package/src/themes/sap_horizon_hcb/WizardTab-parameters.css +11 -0
  3076. package/src/themes/sap_horizon_hcb/parameters-bundle.css +24 -0
  3077. package/src/themes/sap_horizon_hcb_exp/FlexibleColumnLayout-parameters.css +6 -0
  3078. package/src/themes/sap_horizon_hcb_exp/MediaGallery-parameters.css +5 -0
  3079. package/src/themes/sap_horizon_hcb_exp/Page-parameters.css +4 -0
  3080. package/src/themes/sap_horizon_hcb_exp/ProductSwitchItem-parameters.css +6 -0
  3081. package/src/themes/sap_horizon_hcb_exp/ShellBar-parameters.css +11 -0
  3082. package/src/themes/sap_horizon_hcb_exp/SideNavigation-parameters.css +16 -0
  3083. package/src/themes/sap_horizon_hcb_exp/TimelineItem-parameters.css +6 -0
  3084. package/src/themes/sap_horizon_hcb_exp/UploadCollection-parameters.css +8 -0
  3085. package/src/themes/sap_horizon_hcb_exp/Wizard-parameters.css +6 -0
  3086. package/src/themes/sap_horizon_hcb_exp/WizardTab-parameters.css +11 -0
  3087. package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +18 -0
  3088. package/src/themes/sap_horizon_hcw/DynamicPageTitle-parameters.css +11 -0
  3089. package/src/themes/sap_horizon_hcw/FlexibleColumnLayout-parameters.css +6 -0
  3090. package/src/themes/sap_horizon_hcw/MediaGallery-parameters.css +5 -0
  3091. package/src/themes/sap_horizon_hcw/NotificationListItem-parameters.css +22 -0
  3092. package/src/themes/sap_horizon_hcw/Page-parameters.css +4 -0
  3093. package/src/themes/sap_horizon_hcw/ProductSwitchItem-parameters.css +6 -0
  3094. package/src/themes/sap_horizon_hcw/SearchField-parameters.css +29 -0
  3095. package/src/themes/sap_horizon_hcw/ShellBar-parameters.css +14 -0
  3096. package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +53 -0
  3097. package/src/themes/sap_horizon_hcw/TimelineItem-parameters.css +6 -0
  3098. package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +11 -0
  3099. package/src/themes/sap_horizon_hcw/Wizard-parameters.css +6 -0
  3100. package/src/themes/sap_horizon_hcw/WizardTab-parameters.css +11 -0
  3101. package/src/themes/sap_horizon_hcw/parameters-bundle.css +25 -0
  3102. package/src/themes/sap_horizon_hcw_exp/FlexibleColumnLayout-parameters.css +6 -0
  3103. package/src/themes/sap_horizon_hcw_exp/MediaGallery-parameters.css +5 -0
  3104. package/src/themes/sap_horizon_hcw_exp/Page-parameters.css +4 -0
  3105. package/src/themes/sap_horizon_hcw_exp/ProductSwitchItem-parameters.css +6 -0
  3106. package/src/themes/sap_horizon_hcw_exp/ShellBar-parameters.css +5 -0
  3107. package/src/themes/sap_horizon_hcw_exp/SideNavigation-parameters.css +16 -0
  3108. package/src/themes/sap_horizon_hcw_exp/TimelineItem-parameters.css +6 -0
  3109. package/src/themes/sap_horizon_hcw_exp/UploadCollection-parameters.css +7 -0
  3110. package/src/themes/sap_horizon_hcw_exp/Wizard-parameters.css +6 -0
  3111. package/src/themes/sap_horizon_hcw_exp/WizardTab-parameters.css +11 -0
  3112. package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +19 -0
  3113. package/tsconfig.json +43 -0
@@ -0,0 +1,18 @@
1
+ export default `<svg id="tnt-Dialog-Secrets" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M62.756 51.497s.048.03.07.048a.681.681 0 0 1-.11-.087c.014.013.023.026.04.035v.004Zm.386.257-.113-.066c.035.022.074.044.113.066Zm.331.164s.013 0 .018.009c-.01 0-.018-.005-.027-.009h.009Zm.495.17-.07-.022c.022.01.048.013.07.022Z"/>
3
+ <rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
4
+ <path fill="var(--sapContent_Illustrative_Color21)" d="m59.076 113.957 34.324-3.548 5.231-.809.139-.015.44-.043c.281-.029.492-.072.625-.125.144-.053.211-.12.206-.193 0-.072-.077-.154-.215-.236a3.424 3.424 0 0 0-.63-.245l-22.285-6.524a8.335 8.335 0 0 0-.903-.202c-.33-.058-.688-.106-1.046-.144a16.42 16.42 0 0 0-1.07-.068c-.344-.009-.674 0-.96.02l-2.418.183-.21.014-1.381.106-1.094.082-11.176-3.366c-1.557-.471-3.43-.89-5.475-1.242a88.39 88.39 0 0 0-6.546-.866 97.049 97.049 0 0 0-6.865-.414c-2.26-.053-4.453-.024-6.427.115l-1.385.097c-1.997.134-3.588.36-4.778.66-1.19.298-1.954.659-2.274 1.073-.32.414-.196.871.41 1.348.607.481 1.687.977 3.273 1.473l11.013 3.437-2.073.159a5.423 5.423 0 0 0-.97.145c-.22.058-.363.135-.43.216-.014.01-.029.015-.038.024l-.134.078-.31.178-.063.033c-.014.005-.029.015-.043.024l-.038.02s-.02.009-.024.014c-.038.024-.09.053-.134.077l-.205.121-.043.024c-.02.014-.053.028-.077.043l-.477.274s-.01.01-.015.01c-.057.034-.129.077-.186.106-.077.048-.13.096-.148.149-.02.053 0 .106.047.164a.738.738 0 0 0 .249.173c.115.058.268.121.45.178l21.017 6.755a8.31 8.31 0 0 0 1.132.27 17.137 17.137 0 0 0 2.723.25c.45 0 .875-.01 1.257-.053m-15.107-9.918-11.047-3.423c-.879-.269-1.476-.549-1.806-.814-.33-.264-.392-.52-.2-.75.186-.232.63-.439 1.309-.607.678-.169 1.59-.299 2.733-.38l1.38-.097a41.429 41.429 0 0 1 3.684-.077c1.29.03 2.623.106 3.928.227 1.304.12 2.565.279 3.73.48 1.167.198 2.218.434 3.087.699l11.138 3.38-17.936 1.372v-.01Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M74.832 35.039a16.74 16.74 0 0 1 6.312.857 18.467 18.467 0 0 1 5.58 3.028 19.468 19.468 0 0 1 4.315 4.723 17.92 17.92 0 0 1 2.484 5.994l3.326 15.512-6.809.602-3.034-15.58a9.74 9.74 0 0 0-1.41-3.365 10.59 10.59 0 0 0-2.484-2.643 10.813 10.813 0 0 0-3.225-1.68 9.844 9.844 0 0 0-3.64-.448l-1.515.106a8.638 8.638 0 0 0-3.406.948 7.774 7.774 0 0 0-3.98 5.123 8.415 8.415 0 0 0-.053 3.562l3 15.73-7.09.625-2.886-15.782c-.43-2.262-.372-4.443.091-6.451a13.952 13.952 0 0 1 2.523-5.383 13.52 13.52 0 0 1 4.462-3.755c1.763-.924 3.75-1.487 5.934-1.622l1.51-.092-.005-.01Zm35.705 65.273-6.789 2.148-.497.086 6.77-2.137.516-.092v-.005Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m110.021 100.404-6.77 2.138-40.038 6.966 4.94-1.916 41.868-7.188Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color28)" d="M112.391 98.257a2.664 2.664 0 0 1-.301.963 2.132 2.132 0 0 1-.611.722c-.249.188-.54.323-.865.371l-.516.092-41.978 7.188a3.127 3.127 0 0 1-1.367-.063 3.571 3.571 0 0 1-1.218-.597 3.902 3.902 0 0 1-.937-1.04 4.008 4.008 0 0 1-.52-1.377l-5.767-32.56a3.33 3.33 0 0 1 .024-1.343c.1-.419.277-.804.52-1.136.244-.333.555-.612.918-.814A2.984 2.984 0 0 1 61 68.287l2.565-.226.277-.024 3.302-.294.272-.024L80.89 66.53l15.556-1.372.134-.01 1.448-.125 1.529-.13.234-.019 2.68-.236c.32-.029.641.02.946.12.311.107.598.275.86.487.263.212.492.476.679.775.186.298.334.626.411.987l6.956 30.162c.086.38.101.756.062 1.103v-.01l.005-.005Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M66.791 107.53a3.613 3.613 0 0 1-1.218-.597 3.956 3.956 0 0 1-.936-1.035 4.008 4.008 0 0 1-.521-1.377l-5.753-32.56a3.32 3.32 0 0 1 .1-1.613 3.11 3.11 0 0 1 .325-.693c.134-.212.297-.404.478-.578l-.339.318c-.038.038-.081.077-.115.11l-.296.28-.673.63c-.048.044-.096.092-.134.126-.029.024-.058.053-.091.082l-.081.072-.053.048c-.09.087-.196.183-.296.28l-.454.428c-.033.033-.072.067-.1.096a2.496 2.496 0 0 1-.163.15l-1.041.981-.038.039c-.12.11-.287.27-.407.38-.172.164-.33.347-.458.549a2.917 2.917 0 0 0-.459 1.401c-.02.255 0 .525.038.794l5.275 30.794a3.62 3.62 0 0 0 1.362 2.272c.349.265.735.452 1.151.563.416.106.85.13 1.295.053l4.94-1.921a3.163 3.163 0 0 1-1.362-.062h.01l.014-.01Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M58.779 71.956a3.33 3.33 0 0 1 .023-1.343c.1-.419.278-.804.521-1.136.244-.333.554-.612.918-.814a2.984 2.984 0 0 1 1.227-.376l2.557-.226.277-.024 3.292-.294.272-.024 13.435-1.189 15.519-1.372.129-.01 1.443-.125 1.524-.13.234-.019 2.671-.236c.32-.029.635.02.941.12.306.107.592.275.855.487.263.212.492.476.679.775.186.298.329.626.41.987l6.938 30.162c.086.38.105.756.062 1.103a2.695 2.695 0 0 1-.301.963 2.167 2.167 0 0 1-.607.722c-.248.188-.54.322-.865.371l-.516.091"/>
10
+ <path fill="var(--sapContent_Illustrative_Color27)" d="m80.088 68.032 23.889-2.239 8.476 32.276-32.37-30.037h.005Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M99.237 73.197a4.827 4.827 0 0 1 1.916.246c.621.207 1.209.53 1.739.944a6.29 6.29 0 0 1 1.39 1.502c.383.582.679 1.232.856 1.925l.726 2.846c.181.717.224 1.425.138 2.084a4.87 4.87 0 0 1-.602 1.81c-.315.54-.735.997-1.237 1.344a4.18 4.18 0 0 1-1.763.684l-31.687 4.491s-.038.005-.057.01c-.02.005-.038 0-.057.005h-.058c-.019.005-.038 0-.057.005a5.244 5.244 0 0 1-2.083-.222 6.195 6.195 0 0 1-1.887-.977 6.498 6.498 0 0 1-1.481-1.589 6.227 6.227 0 0 1-.875-2.05l-.683-3.03a5.586 5.586 0 0 1-.067-2.19c.12-.688.373-1.333.74-1.892a4.536 4.536 0 0 1 1.41-1.382 4.726 4.726 0 0 1 1.935-.683l31.553-3.88s.033 0 .048-.005c.014-.005.033 0 .047-.005h.096v.01Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M98.501 74.012a4.788 4.788 0 0 1 1.911.245c.622.207 1.209.53 1.74.949a6.36 6.36 0 0 1 2.245 3.428l.54 2.161a5.68 5.68 0 0 1 .139 2.085 4.816 4.816 0 0 1-.602 1.81c-.316.54-.736.997-1.243 1.344a4.166 4.166 0 0 1-1.767.678l-30.35 4.29s-.033.005-.052.005h-.052c-.02.005-.034 0-.053.005h-.052a5.255 5.255 0 0 1-2.084-.222 6.14 6.14 0 0 1-1.887-.977 6.59 6.59 0 0 1-1.48-1.589 6.128 6.128 0 0 1-.875-2.05l-.516-2.283a5.68 5.68 0 0 1-.072-2.19c.12-.694.373-1.334.74-1.893a4.65 4.65 0 0 1 1.405-1.381 4.698 4.698 0 0 1 1.93-.68l30.225-3.73h.105c.02-.005.034 0 .053-.005.019-.005.033 0 .052 0Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color30)" d="m73.772 84.468-1.644.458c-.043.01-.052.062-.024.1l1.343 1.508c.134.149.124.37-.029.476l-.52.347c-.144.096-.354.048-.469-.106l-1.108-1.521c-.029-.044-.09-.044-.105 0l-.717 1.535c-.072.155-.267.208-.435.116l-.611-.332c-.177-.101-.254-.323-.158-.477l.936-1.521c.024-.039 0-.092-.047-.101l-1.74-.414c-.19-.048-.324-.236-.286-.414l.124-.64c.038-.179.22-.275.406-.203l1.677.616c.048.02.086-.014.082-.062l-.311-1.791a.282.282 0 0 1 .282-.342l.635-.01c.187 0 .354.15.373.337l.177 1.777c0 .048.057.077.095.063l1.486-.631c.163-.072.368.02.459.192l.306.621c.086.179.01.376-.168.424h-.01v-.005Zm8.586-1.299-1.644.457c-.043.01-.052.063-.024.101l1.343 1.507c.134.15.124.37-.029.477l-.52.346c-.144.096-.354.048-.469-.11l-1.108-1.522c-.029-.043-.091-.043-.11 0l-.717 1.536c-.072.154-.267.207-.435.115l-.611-.332c-.177-.1-.254-.322-.158-.476l.936-1.522c.024-.038 0-.091-.047-.1l-1.74-.415c-.19-.048-.324-.236-.286-.414l.124-.64c.038-.178.22-.275.406-.202l1.677.616c.048.02.086-.015.082-.063l-.311-1.79a.279.279 0 0 1 .282-.338l.635-.01c.187 0 .354.15.373.333l.177 1.776c0 .049.057.077.09.063l1.486-.63c.163-.073.368.019.46.192l.305.62c.086.179.01.376-.167.425Zm8.226-1.334-1.643.457c-.043.01-.053.063-.024.101L90.26 83.9c.133.15.124.37-.03.477l-.52.346c-.143.097-.353.048-.468-.106l-1.109-1.521c-.028-.043-.09-.043-.105 0l-.717 1.536c-.071.154-.267.207-.434.12l-.612-.332c-.177-.101-.253-.323-.157-.477l.936-1.521c.024-.038 0-.091-.048-.101l-1.739-.414c-.191-.048-.325-.236-.287-.414l.125-.64c.038-.179.22-.275.406-.203l1.677.616c.047.02.086-.014.081-.062l-.31-1.791a.282.282 0 0 1 .281-.342l.636-.01c.186 0 .353.15.372.333l.177 1.776c0 .048.058.077.096.063l1.486-.63c.162-.073.368.018.458.192l.306.62c.086.179.01.376-.167.424h-.01v-.004Zm8.452-1.535-1.643.457c-.043.01-.053.062-.024.1l1.343 1.508c.133.149.124.37-.03.476l-.52.347c-.143.096-.354.048-.468-.106l-1.109-1.521c-.028-.044-.09-.044-.11 0l-.716 1.536c-.072.154-.268.207-.435.115l-.611-.332c-.177-.101-.254-.323-.158-.477l.936-1.521c.024-.039 0-.092-.047-.101l-1.74-.414c-.19-.048-.325-.236-.286-.414l.124-.64c.038-.179.22-.275.406-.203l1.677.617c.048.019.086-.015.081-.063l-.31-1.791a.282.282 0 0 1 .282-.342l.635-.01c.186 0 .354.15.373.338l.176 1.776c0 .048.058.077.091.063l1.486-.631c.163-.072.368.02.459.193l.306.62c.086.179.01.376-.168.424h-.01l.01-.005Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M86.084 38.968c-1.658-.578-3.22-1.594-4.945-2.133-1.725-.54-3.545-.871-5.366-.881-3.588-.02-7.343 1.314-9.775 4.106-1.577 1.81-2.518 4.15-2.92 6.548-.707 4.213.168 8.469 1.023 12.59.612 2.941 1.185 5.753 1.796 8.695-.726.072-1.419.12-2.145.188-.54-2.793-1.075-5.436-1.62-8.228-.558-2.884-1.204-5.782-1.342-8.729-.13-2.788.2-5.642 1.376-8.165 1.897-4.083 5.858-6.822 10.129-7.65 4.71-.915 10.148.313 13.789 3.668v-.01Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color29)" d="m90.04 65.755 2.264-.202c-.735-3.51-1.476-6.962-2.212-10.471-.774-3.693-1.27-7.627-3.788-10.607-2.518-2.98-5.772-3.129-8.81-2.498 0 0 6.832.578 8.604 6.389l3.942 17.39Zm-21.362 1.743c-.11.197-.334.14-.74.202-1.023-5.623-2.04-11.251-3.063-16.875-.124-.683-.248-1.372-.287-2.065-.2-3.823 1.353-9.017 5.237-9.947-1.926 1.965-3.278 4.232-3.727 7.102-.564 3.596.22 7.13.822 10.645 0 .938.344 2.007.506 2.936l.526 3.057.526 3.058c.08.467.315 1.121.272 1.593a.917.917 0 0 1-.067.299v-.01l-.005.005Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m93.332 65.461-1.73-8.199c-.64-2.816-.908-5.676-1.6-8.41-.688-2.716-1.935-5.407-4.33-7.26-2.321-1.844-5.498-2.937-8.661-2.624 4.773-.67 9.746 1.863 12.035 5.652 2.332 3.813 2.637 8.305 3.803 12.402l2.203 8.285-1.72.15v.004Zm-24.644 2.181-2.03-8.652c-.569-2.855-1.53-5.594-2.012-8.4-.487-2.784-.415-5.778 1.114-8.494 1.471-2.681 4.223-4.588 7.424-5.647-4.916 1.416-8.79 5.402-9.407 9.855-.645 4.487.965 8.739 1.572 12.994l1.333 8.522 1.62-.144.343-.034h.043Z"/>
17
+ </svg>
18
+ `;
@@ -0,0 +1,30 @@
1
+ export default `<svg id="tnt-Dialog-Services" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
3
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M138.003 103.671c0-.269-.782-.485-1.827-.534-.06-1.044-.29-1.82-.56-1.82-.269.001-.493.783-.551 1.833-1.048.071-1.827.306-1.824.576.004.27.783.485 1.828.534.063 1.044.29 1.82.559 1.82.269-.001.494-.783.551-1.833 1.049-.071 1.827-.306 1.824-.576Zm1.466-33.993c0-.216-.63-.39-1.471-.43-.048-.84-.233-1.464-.45-1.464s-.397.63-.443 1.475c-.844.057-1.471.246-1.468.463.003.218.629.391 1.471.43.05.84.233 1.465.449 1.465.217-.001.398-.63.444-1.475.844-.058 1.47-.246 1.468-.463Zm-115.449 0c0-.216-.63-.39-1.471-.43-.048-.84-.233-1.464-.45-1.464s-.397.63-.444 1.475c-.843.057-1.47.246-1.468.463.003.218.63.391 1.471.43.05.84.234 1.465.45 1.465.216-.001.398-.63.444-1.475.843-.058 1.47-.246 1.468-.463Z"/>
4
+ <circle cx="129.46" cy="75.02" r=".529" fill="var(--sapContent_Illustrative_Color2)"/>
5
+ <circle cx="24.549" cy="80.769" r=".529" fill="var(--sapContent_Illustrative_Color2)"/>
6
+ <circle cx="125.413" cy="110.255" r=".794" fill="var(--sapContent_Illustrative_Color2)"/>
7
+ <circle cx="82.299" cy="106.902" r=".794" fill="var(--sapContent_Illustrative_Color2)"/>
8
+ <path fill="var(--sapContent_Illustrative_Color22)" fill-rule="evenodd" d="M70.694 57.863a.79.79 0 0 1 1.097-.214l53.513 36.062a.79.79 0 1 1-.883 1.311L70.907 58.96a.79.79 0 0 1-.213-1.097Z" clip-rule="evenodd"/>
9
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M68.09 38.878c0-.622.687-1 1.213-.668l5.935 3.744a.79.79 0 0 1 .369.669v41.285a.79.79 0 0 1-1.266.632l-5.935-4.467a.79.79 0 0 1-.315-.632V38.878Zm9.773 48.313a.79.79 0 0 1-.315-.631V44.845c0-.622.686-1 1.213-.668l7.557 4.768a.79.79 0 0 1 .368.669v42.634a.79.79 0 0 1-1.266.631l-7.557-5.688Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M122.439 72.506c2.28-1.346 2.066-6.481-.517-11.62-2.635-5.242-6.736-8.502-9.161-7.283a2.349 2.349 0 0 0-.452.298L74.297 73.009l9.54 18.979 38.633-19.42-.031-.062Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M112.761 53.604c2.425-1.22 6.526 2.041 9.161 7.282 2.583 5.139 2.797 10.274.517 11.62l-.001-.001v.002h.001l.031.06-38.633 19.42-9.54-18.978L112.309 53.9a2.26 2.26 0 0 1 .333-.233l.119-.064Zm3.763 2.146c-1.58-1.257-2.679-1.364-3.23-1.087a1.19 1.19 0 0 0-.224.148l-.105.087-.123.062-36.953 18.575 8.474 16.86L121 71.979l.837-.494c.54-.318 1.07-1.317.983-3.315-.082-1.894-.724-4.299-1.957-6.752-1.258-2.502-2.843-4.48-4.338-5.668Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M123.106 63.731c1.439 4.2 1.198 7.914-.794 8.915a2.088 2.088 0 0 1-.144.067l.002.005-38.334 19.27-3.417-6.799 42.687-21.458Z"/>
13
+ <ellipse cx="79.209" cy="82.427" fill="var(--sapContent_Illustrative_Color25)" rx="4.914" ry="10.621" transform="rotate(-26.688 79.209 82.427)"/>
14
+ <ellipse cx="78.925" cy="82.569" fill="var(--sapContent_Illustrative_Color22)" rx="2.695" ry="5.548" transform="rotate(-26.688 78.925 82.569)"/>
15
+ <path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M37.892 104.181a.593.593 0 0 1 .711-.445l24.477 5.639a.593.593 0 1 1-.266 1.155l-24.477-5.638a.593.593 0 0 1-.445-.711Z" clip-rule="evenodd"/>
16
+ <path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M47.76 79.152a.593.593 0 0 1 .34.767l-9.077 23.446a.593.593 0 0 1-1.106-.428l9.077-23.446a.593.593 0 0 1 .767-.339Z" clip-rule="evenodd"/>
17
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M71.1 110.277c9.518-5.37 13.105-17.413 7.978-27.448-5.128-10.034-17.092-14.386-27.151-10.075L71.1 110.277Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M79.308 83.307c1.12 6.92-2.435 12.936-8.712 17.816L55.442 79.634 71.1 110.277c9.307-5.258 12.902-16.974 8.208-26.97Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M71.052 86.705c5.27 10.482 4.63 21.447-1.43 24.493-6.058 3.046-15.24-2.983-20.51-13.464-5.268-10.482-4.628-21.447 1.43-24.493 6.058-3.046 15.241 2.983 20.51 13.464Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M69.64 87.415c-2.533-5.038-5.974-8.935-9.414-11.193-3.48-2.285-6.663-2.73-8.974-1.568-2.312 1.162-3.852 3.981-4.094 8.137-.24 4.109.835 9.195 3.367 14.233 2.533 5.037 5.974 8.935 9.414 11.193 3.48 2.285 6.662 2.731 8.973 1.569l.71 1.412-.285.136c-6.058 2.72-15.038-3.283-20.225-13.6-5.268-10.482-4.628-21.447 1.43-24.493 6.058-3.045 15.241 2.982 20.51 13.464l.243.492c5.005 10.33 4.291 21.004-1.672 24.001l-.71-1.412c2.311-1.162 3.852-3.982 4.094-8.138.24-4.108-.835-9.195-3.368-14.233Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color22)" fill-rule="evenodd" d="M100.013 77.621a.79.79 0 0 1 1.097-.214l24.194 16.304a.79.79 0 0 1-.884 1.31l-24.193-16.303a.79.79 0 0 1-.214-1.097Z" clip-rule="evenodd"/>
22
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M103.984 106.852a1.187 1.187 0 0 1-.472-.947v-43.96a1.185 1.185 0 0 1 1.818-1.004l8.18 5.16c.344.218.553.597.553 1.004v44.956c0 .978-1.118 1.536-1.899.948l-8.18-6.157Zm12.716 8.98c0 .372.175.723.473.947l10.206 7.682a1.186 1.186 0 0 0 1.899-.948V76.705c0-.407-.209-.786-.554-1.003l-10.205-6.44a1.186 1.186 0 0 0-1.819 1.004v45.566Z"/>
23
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M103.512 105.904c0 .373.175.724.472.948l8.18 6.156c.781.589 1.899.031 1.899-.947v-6.874c-4.008 1.073-7.784.545-10.551-.566v1.283Zm13.188-1.654v11.581c0 .373.175.724.473.948l10.206 7.681c.781.589 1.899.031 1.899-.947V90.398c-3.589 7.69-8.121 11.863-12.578 13.852Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M64.862 86.113c.753-.378 1.876.332 2.507 1.588.63 1.256.532 2.58-.222 2.96-.605.303-1.448-.096-2.083-.915l-3.218 1.619a.791.791 0 1 1-.71-1.413l3.218-1.618c-.28-1-.098-1.917.508-2.221Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M60.216 74.029a.79.79 0 0 1 .152 1.107l-21.6 28.492a.791.791 0 0 1-1.26-.955l21.6-28.492a.79.79 0 0 1 1.108-.152Z" clip-rule="evenodd"/>
26
+ <path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M37.018 104.045a.79.79 0 0 1 .725-.851l36.097-2.9a.79.79 0 0 1 .127 1.576l-36.098 2.9a.79.79 0 0 1-.851-.725Z" clip-rule="evenodd"/>
27
+ <ellipse cx="37.139" cy="104.043" fill="var(--sapContent_Illustrative_Color11)" rx="3.154" ry="3.265" transform="rotate(-26.688 37.139 104.043)"/>
28
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M38.131 100.992c.791 1.606.184 3.53-1.364 4.308a3.09 3.09 0 0 1-2.458.135l.012.025c.81 1.611 2.728 2.283 4.285 1.5 1.556-.782 2.161-2.722 1.351-4.333a3.313 3.313 0 0 0-1.826-1.635Z"/>
29
+ </svg>
30
+ `;
@@ -0,0 +1,23 @@
1
+ export default `<svg id="tnt-Dialog-SessionExpired" 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="M53.767 64.284c.407.128.991.284 1.414.396.67 6.235 3.29 12.39 8.276 16.61h-.005c23.82 17.206-5.26 12.503-8.1 36.029l-.031.241c-.06.407-.097.819-.14 1.226h39.526c-2.614-26.102-32.878-19.508-7.73-38.052 0 0 .852-.804 1.254-1.243v-.005c3.776-4.023 6-9.385 6.123-14.73a30.847 30.847 0 0 0 1.81-.494v54.535h2.705v-55.6c1.179-.617 1.87-1.286 1.95-1.993h.011v-3.98c0-2.925-11.608-5.298-25.904-5.298C58.685 51.916 49 53.442 49 57.958v1.783-.005c0 1.586.016 2.523 2.062 3.514v55.542h2.705V64.284Zm45.08-1.098v.043-.043Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M125.706 114.489v5.313c0 4.523-12.93 8.198-28.856 8.198-15.926 0-28.857-3.675-28.857-8.198 0-.203.028-.406.077-.608l-.077-.022v-4.688c0 4.162 12.93 7.541 28.857 7.541 15.926 0 28.856-3.379 28.856-7.541v.005Zm-.049-.454h.049v.454c0-.153-.016-.301-.049-.454Zm-57.664.454v-.443h.05c-.033.142-.05.295-.05.443Z" clip-rule="evenodd"/>
5
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M71.69 123.816v-5.635c2.673 1.237 6.654 2.262 11.447 2.941v5.892c-4.793-.739-8.774-1.851-11.447-3.198Zm50.435 0v-5.635c-2.673 1.237-6.654 2.262-11.446 2.941v5.892c4.792-.739 8.773-1.851 11.446-3.198Z" clip-rule="evenodd"/>
6
+ <path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M96.85 106.942c15.926 0 28.856 3.379 28.856 7.542 0 4.162-12.93 7.541-28.856 7.541-15.926 0-28.857-3.379-28.857-7.541 0-4.163 12.93-7.542 28.857-7.542Z" clip-rule="evenodd"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" fill-rule="evenodd" d="M118.214 49.865c-.75 3.423-2.043 6.703-4.141 9.885-2.026 3.067-5.208 5.718-8.182 8.078-3.976 3.155-6.922 5.882-6.906 8.33v.23c0 4.294 10.313 9.091 15.083 16.31 4.299 6.5 5.192 13.423 5.066 21.139a.883.883 0 0 1 .011.17c0 2.717-9.99 4.918-22.301 4.918-12.311 0-22.3-2.201-22.3-4.918 0-.055 0-.115.01-.17-.131-7.716.767-14.633 5.066-21.14 4.77-7.218 15.083-12.015 15.083-16.309v-.23c.016-2.448-2.93-5.17-6.907-8.33-2.973-2.36-6.15-5.006-8.182-8.078-2.103-3.182-3.39-6.457-4.14-9.885 5.28 1.358 12.903 2.212 21.364 2.212 8.462 0 16.085-.854 21.365-2.212h.011Z" clip-rule="evenodd"/>
8
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M125.707 37.822v.076-.077Zm-57.713.082v-.12h.005c0 .038-.005.081-.005.12Zm57.713 0v4.43h-.011c-.384 3.368-13.166 6.074-28.851 6.074-15.685 0-28.857-2.793-28.857-6.233v-4.277c0 3.259 12.93 5.904 28.857 5.904 15.926 0 28.856-2.645 28.856-5.904l.006.006Z" clip-rule="evenodd"/>
9
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="M118.822 46.217a36.546 36.546 0 0 1-.602 3.648c-5.28 1.358-12.903 2.212-21.364 2.212-8.462 0-16.085-.854-21.365-2.212-.263-1.2-.46-2.41-.602-3.648 5.296 1.342 13.177 2.19 21.972 2.19 8.795 0 16.676-.848 21.972-2.19h-.011Z" clip-rule="evenodd"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M67.993 40.714v-.132H68c0 .044-.006.088-.006.132Zm2.301 73.217v-71.75h3.012v71.75c0 .542-.674.985-1.506.985s-1.506-.438-1.506-.985Z" clip-rule="evenodd"/>
11
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M71.69 45.232V40.79c2.673.97 6.654 1.769 11.447 2.3v4.568c-4.793-.559-8.774-1.408-11.447-2.432v.006Z" clip-rule="evenodd"/>
12
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M120.515 113.931v-71.75h3.012v71.75c0 .542-.674.985-1.506.985-.833 0-1.506-.438-1.506-.985Z" clip-rule="evenodd"/>
13
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M121.993 45.232V40.79c-2.673.97-6.654 1.769-11.446 2.3v4.568c4.792-.559 8.773-1.408 11.446-2.432v.006Zm-48.687.553v.619s-1.205 1.27-3.012.438v-2.224c.816.41 1.824.8 3.012 1.161v.006Z" clip-rule="evenodd"/>
14
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M120.515 45.725v1.45s1.506.291 3.012-1.144v-1.473c-.816.41-1.824.8-3.012 1.161v.006Z" clip-rule="evenodd"/>
15
+ <path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M96.85 32c15.926 0 28.856 2.645 28.856 5.904 0 3.258-12.93 5.904-28.856 5.904-15.926 0-28.857-2.646-28.857-5.904 0-3.259 12.93-5.904 28.857-5.904Z" clip-rule="evenodd"/>
16
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M97.485 86.925c2.969.996 17.935 13.081 19.606 18.333.704.284 1.292.474 1.66.376.29 2.218.405 4.496.405 6.845 0 .455 0 .91-.01 1.37.01.054.01.115.01.17 0 .054 0 .109-.01.164l-31.486 2.299c-.531-.054-1.254-.115-1.763-.18l-10.592-1.019c-.394-.323-.64-.662-.717-1.012l.3-8.068c.044-.361.087-.718.142-1.079.295-.269 1.19-1.001 2.626-1.518 3.707-5.263 16.067-15.36 19.83-16.681Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color11)" fill-rule="evenodd" d="M118.707 105.338c.383 2.733.482 5.564.432 8.511a.873.873 0 0 1 .011.169c0 2.717-9.989 4.902-22.3 4.902-12.312 0-22.301-2.185-22.301-4.902 0-.054 0-.115.01-.169-.054-3.122.06-6.107.504-8.993 1.512 1.983 6.32 7.372 13.906 7.372 9.288 0 11.287-4.869 19.496-6.074 6.299-.926 9.223-.887 10.242-.822v.006Z" clip-rule="evenodd"/>
18
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M119.135 113.848c.049-2.946-.05-5.777-.433-8.51-.63-.044-1.993-.071-4.431.131.072.504.137 1.019.192 1.539-.619.712-2.891 1.523-4.951 1.364-.098-.783-.186-1.55-.279-2.322-.252.038-.504.071-.772.109-8.21 1.205-10.209 6.074-19.497 6.074-7.58 0-12.394-5.389-13.905-7.372-.438 2.887-.553 5.871-.504 8.993-.011.055-.011.115-.011.17 0 2.716 9.99 4.901 22.3 4.901 12.312 0 22.302-2.185 22.302-4.901 0-.055 0-.115-.011-.17v-.006Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M114.025 103.859a34.354 34.354 0 0 0-.296-1.534c-.58-2.754-1.446-5.328-2.766-7.831a27.437 27.437 0 0 0-.953-1.66l-3.888.318c1.857 3.67 2.459 7.574 2.957 11.627.05.422.105.849.154 1.271a95.724 95.724 0 0 1 5.038-.581 66.529 66.529 0 0 0-.246-1.61ZM103.307 88.82a24.65 24.65 0 0 1 1.445 1.999l3.664-.301a16.987 16.987 0 0 0-.301-.389c-1.123-1.424-2.24-2.503-3.68-3.702-1.309.038-1.747.06-3.073.284a21.629 21.629 0 0 1 1.95 2.11h-.005Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M114.276 105.469a66.529 66.529 0 0 0-.246-1.61 34.354 34.354 0 0 0-.296-1.534 35.405 35.405 0 0 0-.712-2.793c-1.983-2.125-4.431-4.376-6.813-6.385h-.082c1.857 3.674 2.459 7.579 2.957 11.632.05.422.104.849.154 1.27.093.773.18 1.539.279 2.323 2.059.158 4.332-.652 4.951-1.364-.06-.52-.121-1.03-.192-1.539Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M87.419 112.145c-5.318-.525-9.097-3.653-11.129-5.843-.394 2.842-.525 6.725-.432 9.37 1.993 1.227 6.134 2.218 11.424 2.771a96.481 96.481 0 0 1 .142-6.303l-.005.005Z" clip-rule="evenodd"/>
22
+ </svg>
23
+ `;
@@ -0,0 +1,22 @@
1
+ export default `<svg id="tnt-Dialog-SessionExpiring" 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="M67.77 65.718c.4.126.974.279 1.39.39.657 6.124 3.23 12.17 8.129 16.316h-.005c23.398 16.9-5.168 12.28-7.956 35.39l-.032.237c-.058.4-.095.805-.137 1.205h38.827c-2.568-25.64-32.297-19.163-7.593-37.38 0 0 .837-.789 1.231-1.22v-.005c3.71-3.952 5.893-9.219 6.014-14.47a30.14 30.14 0 0 0 1.779-.484v53.569h2.657V64.65c1.158-.605 1.836-1.263 1.915-1.958H114v-3.91c0-2.872-11.402-5.203-25.446-5.203-15.932 0-25.446 1.494-25.446 5.93v1.752-.005c0 1.557.016 2.478 2.026 3.452v54.558h2.657V65.718h-.02Zm44.283-1.079v.042-.042Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M95.084 114.481v5.315c0 4.524-12.931 8.2-28.86 8.2-15.928 0-28.86-3.676-28.86-8.2 0-.207.027-.409.08-.61l-.08-.021v-4.689c0 4.164 12.932 7.542 28.86 7.542 15.929 0 28.86-3.378 28.86-7.542v.005Zm-.053-.456.053.011v.445c0-.154-.016-.302-.053-.451v-.005Zm-57.661.456v-.445l.053-.011a2.174 2.174 0 0 0-.053.451v.005Z" clip-rule="evenodd"/>
5
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M41.072 123.811v-5.639c2.674 1.242 6.652 2.265 11.447 2.944v5.893c-4.795-.737-8.773-1.851-11.447-3.198Zm50.432 0v-5.639c-2.673 1.242-6.651 2.265-11.446 2.944v5.893c4.795-.737 8.773-1.851 11.446-3.198Z" clip-rule="evenodd"/>
6
+ <path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M66.224 106.938c15.929 0 28.86 3.379 28.86 7.543s-12.931 7.543-28.86 7.543c-15.928 0-28.86-3.379-28.86-7.543s12.932-7.543 28.86-7.543Z" clip-rule="evenodd"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" fill-rule="evenodd" d="M87.595 49.86c-.753 3.427-2.042 6.705-4.142 9.882-2.032 3.071-5.21 5.718-8.18 8.078-3.972 3.156-6.921 5.883-6.905 8.328v.228c0 4.29 10.31 9.091 15.085 16.31 4.296 6.503 5.192 13.42 5.065 21.137.01.059.01.112.01.17 0 2.716-9.992 4.917-22.298 4.917-12.306 0-22.299-2.207-22.299-4.917 0-.058 0-.117.01-.17-.132-7.717.77-14.634 5.066-21.137 4.774-7.219 15.085-12.014 15.085-16.31v-.228c.016-2.445-2.928-5.172-6.906-8.328-2.97-2.36-6.153-5.007-8.179-8.078-2.1-3.177-3.389-6.46-4.142-9.882 5.283 1.358 12.9 2.212 21.365 2.212 8.465 0 16.087-.854 21.365-2.212Z" clip-rule="evenodd"/>
8
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M81.055 62.712c-.44.488-1.39 1.385-1.395 1.385-2.292 1.49-6.137 2.132-10.21 2.323-6.175.292-12.88-.525-15.701-1.443-.096-.085-.186-.17-.281-.254.254-.053.573-.101.95-.154 4.19-.589 7.287-2.111 10.008-3.5 2.562-1.311 4.763-2.515 7.299-2.542 6.646-.069 8.815 3.178 9.33 4.19v-.005ZM95.079 37.82v.08-.08Zm-57.71.08v-.123h.006c0 .043-.005.08-.005.122Zm57.715 0v4.434h-.01c-.388 3.368-13.165 6.073-28.85 6.073-15.684 0-28.86-2.79-28.86-6.232v-4.276c0 3.257 12.932 5.904 28.855 5.904s28.86-2.647 28.86-5.904h.005Z" clip-rule="evenodd"/>
9
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="M88.2 46.216a35.752 35.752 0 0 1-.605 3.644c-5.283 1.358-12.9 2.212-21.365 2.212-8.466 0-16.088-.854-21.366-2.212a36.246 36.246 0 0 1-.604-3.644c5.293 1.342 13.175 2.19 21.97 2.19 8.794 0 16.676-.848 21.97-2.19Z" clip-rule="evenodd"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M37.37 40.71v-.127h.005c0 .042-.005.085-.005.127Zm2.302 73.214v-71.75h3.013v71.745c0 .541-.674.981-1.507.981-.832 0-1.506-.44-1.506-.981v.005Z" clip-rule="evenodd"/>
11
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M41.072 45.23v-4.44c2.674.97 6.652 1.772 11.447 2.302v4.567c-4.795-.562-8.773-1.406-11.447-2.43Z" clip-rule="evenodd"/>
12
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M89.892 113.924v-71.75h3.012v71.745c0 .541-.673.981-1.506.981s-1.506-.44-1.506-.981v.005Z" clip-rule="evenodd"/>
13
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M91.371 45.23v-4.44c-2.673.97-6.651 1.772-11.446 2.302v4.567c4.795-.562 8.773-1.406 11.446-2.43Zm-48.693.546v.62s-1.204 1.273-3.012.44v-2.222c.811.414 1.824.801 3.012 1.162Z" clip-rule="evenodd"/>
14
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M89.892 45.722v1.453s1.505.292 3.011-1.145v-1.469c-.81.414-1.824.8-3.011 1.161Z" clip-rule="evenodd"/>
15
+ <path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M66.224 31.996c15.929 0 28.86 2.647 28.86 5.904 0 3.256-12.931 5.903-28.86 5.903-15.928 0-28.86-2.647-28.86-5.903 0-3.257 12.937-5.904 28.86-5.904Z" clip-rule="evenodd"/>
16
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M53.049 62.558c1.65-.217 3.877-.207 6.141.26 3.263.674 5.968 1.677 8.488 2.366 2.646.722 5.097 1.092 7.749.461 1.384-.329 3.06-1.023 4.238-1.553-1.41 1.33-3.32 2.922-4.8 4.094-2.265 1.798-3.756 3.05-5.108 4.78-.393.503-.86 1.198-1.4 2.445-.483 1.114-.992 2.196-1.061 5.203v12.813c4.416.663 8.607 5.502 11.684 8.668 1.581 1.629 7.633 6.381-4.996 5.941a85.175 85.175 0 0 0-1.92-.031c3.915.954 7.103 1.081 8.779.201 2.238-1.172 6.036-2.244 7.277-2.578.292 2.217.402 4.498.402 6.847 0 .456-.004.913-.01 1.369.011.053.01.117.01.17 0 .053.001.111-.01.164l-31.486 2.297c-.53-.058-1.251-.117-1.76-.18l-10.593-1.019c-.392-.329-.641-.663-.72-1.013l.3-8.067c.043-.361.091-.722.145-1.077.397-.361 1.914-1.607 4.417-1.968a23.77 23.77 0 0 1 3.163-.228c2.166-4.216 8.89-8.942 13.207-9.517V80.704c-.011-3.324-1.023-5.201-1.157-5.505-1.214-2.732-3.246-4.472-6.44-7.007-2.052-1.628-4.2-3.39-5.992-5.342a10.27 10.27 0 0 1 1.453-.292Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M88.082 105.331c.382 2.737.483 5.564.43 8.508.01.059.01.112.01.17 0 2.716-9.993 4.901-22.298 4.901-12.306 0-22.299-2.185-22.299-4.901 0-.058 0-.117.01-.17-.052-3.119.064-6.105.505-8.99 1.511 1.983 6.322 7.372 13.902 7.372 9.287 0 11.282-4.869 19.493-6.073 6.301-.923 9.224-.886 10.242-.817h.005Z" clip-rule="evenodd"/>
18
+ <path fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" d="M52.773 92.893c-2.588 4.45-3.872 9.022-4.312 14.31.642.695 1.936 1.231 5.256 1.21.059-5.485.207-9.94 2.955-15.308l-3.893-.207-.006-.005Zm5.198-2.164c1.135-1.544 1.676-2.35 3.183-4.047-.997-.207-1.411-.35-2.721-.35a36.528 36.528 0 0 0-4.031 4.206l3.57.19Z" clip-rule="evenodd"/>
19
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M53.712 108.408c.032-3.098.095-5.867.637-8.657-1.003 1.045-1.836 2.127-2.371 3.178-1.21.016-2.218.1-2.976.201a40.898 40.898 0 0 0-.541 4.069c.642.694 1.936 1.23 5.256 1.209h-.005Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M74.547 106.906c.52 5.538.79 10.174.87 11.574 4.211-.419 7.728-1.114 10.051-1.989-.106-2.806-.302-8.004-.69-11.112-1.633.101-3.887.323-6.937.769-1.22.18-2.302.44-3.294.753v.005Z" clip-rule="evenodd"/>
21
+ </svg>
22
+ `;
@@ -0,0 +1,19 @@
1
+ export default `<svg id="tnt-Dialog-Settings" 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="M87.298 101.165h-.048l-.031-.01-3.65-1.121-.058-2.03-7.138-1.105-2.904 1.413-4.077-.115-3.85-1.65-6.695.692 1.09 1.9-2.85.937-6.145-.502-3.237 2.361 5.045 1.617-.38 1.722-5.484 1.246 2.94 3.33c.423.052 1.031.057 1.719.036.687-.015 1.464-.057 2.22-.094a47.147 47.147 0 0 1 2.127-.068c.629 0 1.152.032 1.459.121.222.068.444.167.693.287.243.121.486.262.75.404.265.141.545.277.836.397.291.121.608.22.93.273.06.131 0 .377-.11.67-.111.298-.275.654-.428 1.01-.16.361-.297.712-.36.989-.058.283-.042.498.132.566l9.106 1.989 4.083-2.539 4.88.173c.366.063.857.272 1.413.555.566.282 1.179.633 1.787.984.614.351 1.211.701 1.724.958.513.262.936.434 1.174.44l8.292-1.304-2.597-3.183a4.59 4.59 0 0 0 .487-.24c.18-.1.375-.21.576-.325.196-.115.418-.23.63-.34.216-.105.438-.21.65-.288.09-.037.18-.063.27-.089a3.87 3.87 0 0 1 .259-.068c.09-.016.169-.032.254-.037h.248c.243.016.788.073 1.46.152.677.078 1.502.178 2.31.267.81.089 1.603.178 2.211.235.614.053 1.037.079 1.121.048l1.248-3.304-6.61-1.732-1.095-1.691v-.016c0-.005.016-.01.01-.016 0-.005 0-.015.011-.015 0 0 0-.011.016-.016.016-.011.037-.026.058-.037.022-.01.043-.031.08-.036.026-.011.053-.027.095-.037.032-.011.069-.026.111-.042.111-.037.233-.078.38-.115l.46-.126c.17-.042.34-.083.524-.125l.545-.126c.185-.042.365-.084.529-.12.17-.037.333-.079.486-.116.154-.036.296-.073.413-.104.116-.032.227-.063.312-.094l.037-.011.037-.01.032-.011.031-.01s.027-.016.048-.021c.016 0 .021-.016.042-.021.016-.005.021-.016.043-.021.015 0 .015-.021.031-.021.01-.011.016-.016.021-.032v-.031s-.01-.026-.02-.037a.114.114 0 0 0-.054-.041l-4.727-2.655-5.95.116.022.01Zm-2.216 3.617c.529.581.767 1.178.714 1.754-.053.586-.407 1.147-1.058 1.649-.116.1-.254.194-.396.283a5.617 5.617 0 0 1-.47.262 9.656 9.656 0 0 1-1.137.476c-.392.136-.831.262-1.307.372a20.832 20.832 0 0 1-3.305.476 33.433 33.433 0 0 1-8.82-.586c-2.074-.43-3.888-1.021-5.289-1.712-1.38-.675-2.348-1.445-2.797-2.225-.434-.764-.365-1.544.317-2.272.069-.079.148-.157.233-.23.084-.074.185-.152.275-.22.09-.068.195-.136.296-.21.1-.068.216-.136.328-.199.153-.083.306-.162.47-.24a8.86 8.86 0 0 1 .513-.215c.185-.068.365-.136.555-.199.19-.063.387-.12.593-.178.91-.246 1.93-.434 3.025-.555a29.47 29.47 0 0 1 3.469-.167 34.38 34.38 0 0 1 3.707.246 30.9 30.9 0 0 1 3.754.686c1.597.392 2.909.858 3.961 1.361 1.068.513 1.856 1.073 2.37 1.643Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M41.619 99.84c.28.152.582.341.873.529.29.189.576.377.83.513.254.142.481.23.634.23l5.865-.722-.63-1.738c.117-.031.25-.078.403-.136.153-.052.317-.115.497-.178.174-.063.354-.13.539-.188a8.75 8.75 0 0 1 .74-.215c.07-.016.138-.026.196-.037.063-.01.122-.02.185-.02h.164c.159 0 .497.036.925.078.429.042.952.094 1.45.146.502.053.999.1 1.385.126.38.032.656.042.73.026l2.094-1.869-3.829-.989-.11-.99v-.01l.015-.01.01-.01s0-.011.016-.011.032-.016.053-.021c.021-.005.043-.016.074-.021.027-.005.053-.016.085-.021.026 0 .053-.016.095-.026.085-.021.196-.047.307-.068l.365-.074c.127-.026.264-.047.407-.073.137-.026.28-.052.418-.073.137-.021.28-.053.412-.073.132-.022.26-.048.376-.069.121-.02.222-.041.328-.062a2.69 2.69 0 0 0 .253-.058l.059-.01h.026s.016-.01.021-.01c.016 0 .026-.011.042-.011.016 0 .022-.01.037-.01.011 0 .022-.011.037-.017.011 0 .016-.01.032-.01.01 0 .016-.01.027-.016.01-.005.016-.01.016-.015 0-.006.01-.016 0-.021l-.022-.027-2.247-1.596-4.199.084h-.01l-2.142-.686.698-1.267-4.68-.686-2.55.895-2.855-.068-2.215-1.036-4.998.45.217 1.194-2.284.586-4.204-.299-2.888 1.456 3.11.968-.714 1.026-4.088.744 1.211 1.916c.275.031.687.031 1.158.015.47-.015 1.01-.036 1.534-.063.518-.02 1.03-.041 1.454-.047.434 0 .772.016.957.063.137.037.26.094.391.163.133.067.26.146.402.225.143.078.291.157.455.225.164.068.35.12.55.152 0 .073-.1.209-.254.376-.159.168-.354.367-.55.566-.195.199-.391.392-.497.55-.11.156-.153.272-.058.314l5.484 1.057 3.426-1.387 3.195.089c.227.036.486.151.766.298v-.016h-.005Zm-5.14-2.858c-1.28-.235-2.343-.576-3.104-.974-.751-.387-1.195-.837-1.285-1.293-.09-.45.174-.91.856-1.35.075-.047.154-.094.233-.141.08-.048.164-.09.249-.131.084-.042.18-.084.27-.126.095-.042.195-.079.29-.12.127-.053.26-.1.402-.147.143-.047.286-.089.428-.13.149-.043.291-.085.45-.121.159-.037.307-.074.47-.11a18.402 18.402 0 0 1 2.29-.346 25.585 25.585 0 0 1 5.003.037c.83.089 1.64.225 2.395.408.974.236 1.73.513 2.285.817.56.303.915.633 1.058.974.148.345.1.696-.133 1.03-.243.341-.682.67-1.29.959h.027a3.404 3.404 0 0 1-.37.162c-.133.053-.27.1-.408.152-.148.047-.296.094-.45.141-.158.047-.317.094-.486.136-.317.079-.65.152-1.01.215a19.935 19.935 0 0 1-2.385.278 28.27 28.27 0 0 1-1.359.047c-1.623.01-3.125-.12-4.42-.362h-.006v-.005Zm46.514-8.151-3.225.325-2.306-.372-.592-.994-4.416-.226-1.237.843-2.401.131-2.83-.649-3.722.665 1.354.895-1.328.597-3.828.052-.979 1.304 3.57.518.418.817-2.67.837 2.886 1.33c.26 0 .598-.026.974-.068.375-.042.787-.1 1.195-.152.407-.052.809-.105 1.152-.136.35-.032.646-.042.847-.021.148.016.301.052.475.089.175.042.36.089.545.136.185.047.386.089.582.13.19.037.397.064.587.074.074.052.116.162.148.293.032.131.063.294.085.445.026.157.063.31.11.43.048.12.122.209.244.225l5.34.36 1.45-1.224 2.58-.162c.207.01.508.068.862.157.355.089.757.204 1.148.314.391.11.777.22 1.095.303.312.079.565.131.687.12l3.881-.91-1.972-1.183c.053-.032.122-.073.19-.12.07-.048.148-.105.228-.163l.248-.173a1.69 1.69 0 0 1 .27-.151c.042-.021.074-.037.116-.053.037-.016.08-.031.117-.042l.121-.026a.866.866 0 0 1 .122-.01c.127 0 .418-.01.777 0h2.391c.322 0 .539-.016.576-.032l.032-1.466-3.781-.46-.942-.712v-.021l.022-.021c0-.01.026-.016.031-.02 0-.011.021-.017.043-.027l.058-.026c.053-.026.116-.047.18-.074.063-.026.142-.052.216-.078.08-.026.159-.052.249-.079l.259-.078c.08-.026.17-.052.254-.079.08-.026.159-.052.233-.073l.195-.068c.058-.021.106-.042.148-.058h.048l.01-.01c.011 0 .016-.01.022-.01.005 0 0 0 .015-.011.011 0 .011-.01.016-.01 0 0 0-.011.01-.011 0 0 .017-.01 0-.016v-.015c0-.006-.02-.016-.02-.016l-.037-.016-3.13-1.031v-.026l.004-.01Zm-2.728 2.874c.11.267.058.529-.164.78-.043.047-.09.094-.143.142a1.222 1.222 0 0 1-.18.136 8.08 8.08 0 0 1-.222.13c-.08.043-.17.084-.264.126a6.212 6.212 0 0 1-.598.225 8.194 8.194 0 0 1-.74.2c-.27.062-.566.114-.889.162-.322.047-.666.094-1.03.125-1.286.12-2.597.126-3.85.042-1.249-.084-2.417-.256-3.4-.497-.974-.236-1.767-.534-2.27-.864-.502-.33-.719-.691-.581-1.063a.625.625 0 0 1 .058-.12.56.56 0 0 1 .08-.115c.031-.037.063-.074.1-.115.037-.037.08-.074.121-.11.053-.047.122-.09.185-.136.064-.048.143-.09.223-.126.074-.042.158-.084.248-.12.09-.037.185-.079.28-.116a9.66 9.66 0 0 1 1.55-.408c.587-.11 1.232-.194 1.925-.24a24.352 24.352 0 0 1 4.479.093c1 .116 1.85.267 2.565.456.724.188 1.29.408 1.713.649.428.24.698.497.809.759h-.005v.005Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m107.71 98.993-4.341 2.769h-.148a3.71 3.71 0 0 1-.355.015c-.132 0-.285 0-.444-.01-.159-.01-.333-.016-.508-.026l-.544-.032-.556-.031c-.179-.01-.364-.016-.539-.021h-.497c-.153 0-.301.011-.423.021-.048 0-.095.01-.132.016-.037 0-.085.015-.117.021-.037 0-.074.015-.105.026a.745.745 0 0 0-.085.031l4.262-2.785s.058-.026.09-.031c.032 0 .069-.021.106-.026.037 0 .079-.016.116-.021.043 0 .09-.01.132-.016.127-.01.275-.02.434-.02h.502c.175 0 .36.015.55.025.191.01.376.021.566.037l.556.031c.179.01.349.021.512.027.159 0 .318.01.45.01s.259 0 .36-.016h.158v.006Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m107.71 98.993-4.341 2.769h-.148a3.71 3.71 0 0 1-.355.015c-.132 0-.285 0-.444-.01-.159-.01-.333-.016-.508-.026l-.544-.032-.556-.031c-.179-.01-.364-.016-.539-.021h-.497c-.153 0-.301.011-.423.021-.048 0-.095.01-.132.016-.037 0-.085.015-.117.021-.037 0-.074.015-.105.026a.745.745 0 0 0-.085.031l4.262-2.785s.058-.026.09-.031c.032 0 .069-.021.106-.026.037 0 .079-.016.116-.021.043 0 .09-.01.132-.016.127-.01.275-.02.434-.02h.502c.175 0 .36.015.55.025.191.01.376.021.566.037l.556.031c.179.01.349.021.512.027.159 0 .318.01.45.01s.259 0 .36-.016h.158v.006Zm-12.126 14.469c-.09.01-.349-.173-.693-.466a39.78 39.78 0 0 1-1.227-1.094c-.444-.409-.893-.833-1.269-1.183-.375-.351-.677-.618-.83-.728a.56.56 0 0 0-.17-.084 1.368 1.368 0 0 0-.206-.047c-.073-.01-.153-.01-.248-.01s-.175 0-.27.015a9.079 9.079 0 0 0-.73.126c-.253.058-.512.126-.76.199-.244.073-.487.136-.699.199a3.824 3.824 0 0 1-.555.126l4.093-2.639c.148-.021.344-.068.566-.126.216-.062.46-.125.713-.198.26-.074.519-.142.778-.199a5.83 5.83 0 0 1 .746-.131c.095-.011.185-.016.275-.016.09 0 .169 0 .243.011.074.01.148.026.211.047a.57.57 0 0 1 .17.089c.148.11.46.387.846.748.386.356.846.791 1.295 1.209.45.425.9.822 1.254 1.121"/>
7
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m99.82 110.901-4.236 2.555c-.09.011-.349-.173-.693-.466a39.78 39.78 0 0 1-1.227-1.094c-.444-.408-.893-.832-1.269-1.183-.375-.351-.677-.618-.83-.728a.583.583 0 0 0-.17-.083 1.369 1.369 0 0 0-.206-.048c-.073-.01-.153-.01-.248-.01s-.175 0-.27.016a8.635 8.635 0 0 0-1.49.324c-.244.074-.487.136-.699.199a3.824 3.824 0 0 1-.555.126l4.087-2.665c.149-.021.365-.078.588-.136.216-.063.454-.125.713-.199.26-.073.519-.141.778-.199.259-.057.507-.11.74-.131.095-.01.185-.01.275-.01.09 0 .159 0 .233.016.074.01.153.047.217.068a.57.57 0 0 1 .169.089c.148.11.46.387.846.748.386.356.846.791 1.296 1.21.449.424.898.821 1.253 1.12M83.633 73.834l-3.062.586.445-1.707 3.839-3.418-1.222 4.539Zm13.501 17.159c-.222-1.203-.672-2.46-1.38-3.721a13.695 13.695 0 0 0-2.142-2.885 12.865 12.865 0 0 0-2.665-2.094 11.19 11.19 0 0 0-2.951-1.225 9.357 9.357 0 0 0-2.998-.288 8.875 8.875 0 0 0-.65.073 9.193 9.193 0 0 0-.64.126 7.242 7.242 0 0 0-1.232.413c-.149.069-.308.137-.456.22a4.56 4.56 0 0 0-.438.257 5.54 5.54 0 0 0-.429.288c-.137.105-.28.204-.407.325l-3.807 3.177c.126-.11.264-.21.401-.32.133-.099.28-.188.418-.287.138-.09.291-.168.434-.246.143-.079.301-.147.444-.215a6.39 6.39 0 0 1 .598-.23c.2-.068.407-.126.613-.178.206-.053.418-.094.63-.126.21-.031.428-.057.64-.078a9.293 9.293 0 0 1 2.945.267c.989.246 1.962.649 2.892 1.193.93.545 1.814 1.225 2.607 2.042a13.13 13.13 0 0 1 2.1 2.822c.687 1.235 1.126 2.465 1.343 3.648a9.368 9.368 0 0 1 .026 3.366 8.01 8.01 0 0 1-1.1 2.859 7.345 7.345 0 0 1-2.04 2.12l4.103-2.801a7.353 7.353 0 0 0 2.073-2.152 7.942 7.942 0 0 0 1.11-2.915 9.758 9.758 0 0 0-.037-3.434h-.005ZM73.702 79.31l-3.675 3.26-2.507-5.192 3.554-3.424 2.623 5.35.005.005Zm-1.745 2.967-1.935.304 3.675-3.262-1.74 2.968v-.01Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m84.178 111.294-.01.011c-.149-.089-.28-.44-.387-.932-.11-.492-.206-1.12-.312-1.764a28.16 28.16 0 0 0-.338-1.864c-.122-.555-.28-1-.466-1.214l-3.114-2.016-4.675 1.78-4.58-5.879c-.068-.157.07-.455.307-.816.238-.367.587-.807.957-1.252.37-.445.746-.895 1.042-1.277.307-.393.529-.728.587-.937a2.51 2.51 0 0 1-.439-.764 8.07 8.07 0 0 1-.285-.916c-.08-.314-.143-.618-.222-.9-.08-.284-.16-.524-.27-.713-.148-.261-.497-.513-.947-.759-.45-.246-1-.487-1.565-.727-.566-.236-1.147-.477-1.65-.718-.508-.24-.936-.487-1.195-.733l.212-6.753-3.522 3.267-.254 6.585c.254.241.677.482 1.174.712.497.23 1.063.466 1.618.697.555.23 1.095.466 1.534.701.438.241.782.482.925.738.106.183.185.424.259.697.074.277.138.57.222.879.08.309.159.612.27.895.11.288.248.545.428.743-.058.205-.285.54-.576.922-.302.382-.672.827-1.026 1.256-.36.435-.703.869-.941 1.225-.244.361-.37.649-.313.812l4.474 5.742 4.59-1.753 3.052 1.968c.18.215.333.649.454 1.188.122.545.223 1.189.328 1.822.1.628.185 1.246.302 1.728.08.361.164.644.275.795a.31.31 0 0 0 .11.11l6.394 1.361 4.04-2.565-6.472-1.387.005.005Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M99.82 110.901c-.095.011-.37-.198-.73-.497a40.303 40.303 0 0 1-1.252-1.12c-.455-.419-.915-.853-1.296-1.209-.38-.356-.693-.634-.846-.749a1 1 0 0 0-.17-.089.824.824 0 0 0-.21-.047 1.222 1.222 0 0 0-.244-.011c-.085 0-.175 0-.28.016a7.004 7.004 0 0 0-.74.131c-.26.058-.524.126-.778.199-.249.073-.497.141-.714.199a5.205 5.205 0 0 1-.566.126l-1.338 4.821-6.515-1.408c-.148-.089-.28-.44-.386-.932-.11-.492-.206-1.12-.312-1.77-.1-.643-.2-1.308-.338-1.863-.127-.555-.28-1-.466-1.215l-3.083-1.984-4.674 1.78-4.617-5.915c-.069-.157.069-.461.312-.827.243-.367.587-.807.957-1.246.365-.445.746-.895 1.042-1.278.302-.387.529-.727.587-.937a2.506 2.506 0 0 1-.439-.764 9.743 9.743 0 0 1-.285-.916c-.08-.314-.143-.618-.223-.9-.079-.283-.158-.524-.27-.712-.147-.262-.496-.514-.946-.76-.45-.24-1-.486-1.565-.722-.566-.236-1.148-.476-1.65-.717-.502-.24-.936-.487-1.195-.733l.243-6.716 5.087.083 1.74-2.968-2.575-5.303 4.727-3.371 4.527 3.837 3.305-.618 1.216-4.507 6.457 1.612 1.222 5.309 3.236 2.12 4.284-1.54 4.431 5.56-2.723 3.885 1.417 3.627.016.026.031.027 4.839 2.402.027 6.366c0 .037-.011.063-.022.09a.259.259 0 0 1-.037.067.376.376 0 0 1-.042.047.196.196 0 0 1-.053.037c-.016 0-.032.016-.053.02-.021 0-.037.011-.058.017-.021 0-.037.01-.058.015-.021 0-.042.01-.064.016h-.158c-.101.01-.222.016-.36.016-.137 0-.285 0-.449-.01-.159-.011-.339-.016-.513-.027l-.555-.031c-.186-.01-.376-.026-.566-.037-.191-.01-.37-.02-.55-.026h-.503c-.158 0-.306.01-.433.02-.048 0-.095.011-.132.016-.043 0-.085.016-.117.021-.037 0-.074.016-.106.027-.031.01-.063.02-.089.031-.011 0-.022.01-.032.016-.011 0-.021.01-.027.02 0 .011-.015.016-.026.022-.011 0-.016.015-.021.02l-1.264 2.964 2.66 5.036m-11.465-7.01a7.245 7.245 0 0 0 2.56-2.026 7.827 7.827 0 0 0 1.475-3.015c.286-1.131.349-2.377.143-3.686-.201-1.303-.661-2.675-1.439-4.062a13.694 13.694 0 0 0-2.141-2.884 13.117 13.117 0 0 0-2.66-2.094 11.121 11.121 0 0 0-2.951-1.225 9.324 9.324 0 0 0-2.998-.283 8.508 8.508 0 0 0-.65.073 7.757 7.757 0 0 0-1.264.304 5.849 5.849 0 0 0-.609.24c-.148.069-.307.137-.455.22-.148.084-.301.163-.439.257-.137.09-.29.183-.428.288-.137.1-.28.204-.407.325-1.216 1.02-1.988 2.366-2.359 3.868-.365 1.497-.327 3.157.09 4.806.413 1.644 1.195 3.272 2.295 4.727a12.941 12.941 0 0 0 4.226 3.617c.491.262.978.482 1.46.66.48.178.951.324 1.416.419.466.094.92.162 1.365.188.444.026.878.021 1.295-.021.222-.021.445-.052.656-.094.212-.042.428-.089.635-.141.206-.058.412-.121.608-.194a4.7 4.7 0 0 0 .576-.251"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m88.154 60.494-3.574 2.283h-.122c-.085.01-.18.01-.296.01h-.365c-.127 0-.275-.01-.418-.02-.143-.011-.301-.017-.45-.027-.147-.01-.306-.02-.454-.026-.148 0-.301-.016-.444-.016h-.407c-.122 0-.244.01-.35.021-.037 0-.079.01-.11.016-.032 0-.07.01-.101.016-.032 0-.058.015-.085.02-.026 0-.053.016-.074.027l3.506-2.299s.048-.02.074-.026c.027-.005.059-.015.09-.02l.1-.016c.038 0 .075-.01.112-.016.106-.01.227-.016.354-.016h.413c.142 0 .301.01.45.021.147.01.311.016.464.026.154.01.312.021.455.027.143 0 .296.015.423.02.127 0 .26.011.37.011.111 0 .212 0 .302-.01h.127l.01-.011v.005ZM68.356 39.78l-3.163 2.743.957-3.685 3.163-2.843-.963 3.78.006.005Zm11.079 14.13c-.18-.995-.556-2.027-1.137-3.068a11.05 11.05 0 0 0-1.772-2.377 10.742 10.742 0 0 0-2.194-1.722 9.325 9.325 0 0 0-2.428-1.01c-.83-.21-1.665-.3-2.47-.231-.18.016-.359.037-.539.063a6.292 6.292 0 0 0-.528.105c-.17.041-.344.094-.519.146-.174.052-.338.12-.502.194-.122.057-.249.115-.376.178-.121.068-.243.13-.364.204a5.07 5.07 0 0 0-.35.235c-.11.084-.222.168-.338.267l-3.136 2.618c.111-.094.217-.173.333-.262.111-.084.228-.157.344-.23.111-.073.233-.136.354-.204.117-.063.244-.12.365-.178.159-.074.328-.131.492-.189.164-.057.338-.104.508-.146a5.44 5.44 0 0 1 .523-.105c.17-.026.35-.047.53-.063a7.548 7.548 0 0 1 2.426.22c.81.204 1.618.54 2.385.984.772.45 1.492 1.01 2.147 1.68a10.81 10.81 0 0 1 1.73 2.33c.565 1.021.93 2.031 1.105 3.005a7.9 7.9 0 0 1 .02 2.775 6.454 6.454 0 0 1-.909 2.355 5.88 5.88 0 0 1-1.687 1.743l3.38-2.313a6.06 6.06 0 0 0 1.708-1.78 6.644 6.644 0 0 0 .92-2.403 7.957 7.957 0 0 0-.032-2.827h.016l-.005.005Zm-19.307-9.633-3.025 2.69-2.068-4.276 2.972-2.806 2.12 4.387v.005ZM78.17 72.368c-.074.01-.29-.142-.57-.382-.286-.236-.64-.56-1.01-.906-.366-.34-.741-.686-1.043-.974-.311-.288-.56-.513-.682-.597a.48.48 0 0 0-.137-.068.886.886 0 0 0-.17-.036c-.063 0-.126-.01-.195-.01s-.143 0-.227.015c-.185.02-.392.063-.598.11-.206.047-.423.11-.624.162-.2.052-.402.11-.576.162a3.177 3.177 0 0 1-.455.105l3.374-2.172c.121-.021.285-.058.465-.105.18-.047.38-.11.587-.162.212-.058.423-.116.635-.163.211-.047.417-.089.608-.11a1.714 1.714 0 0 1 .428-.005c.063.01.116.021.175.037.058.015.1.042.137.073.122.09.38.325.698.607.323.294.693.65 1.068 1 .376.346.74.675 1.026.927.291.246.513.403.582.392"/>
11
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m58.694 46.721-3.009 2.644 1.418-2.398 3.025-2.69-1.434 2.444Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M68.762 70.603h-.005c-.122-.068-.227-.355-.322-.759-.09-.403-.17-.926-.254-1.455-.085-.534-.17-1.073-.275-1.528-.106-.456-.217-.833-.37-1.016l-2.586-1.68-3.855 1.46-3.76-4.821c-.032-.136.074-.367.259-.655.195-.309.486-.66.793-1.026.301-.366.608-.733.862-1.057.249-.325.434-.592.487-.775a2.056 2.056 0 0 1-.36-.623 5.67 5.67 0 0 1-.227-.754c-.064-.261-.117-.513-.18-.738-.064-.225-.127-.434-.222-.586-.122-.21-.407-.419-.783-.618a15.06 15.06 0 0 0-1.29-.591c-.466-.194-.947-.393-1.365-.587-.417-.194-.772-.398-.988-.602l.185-5.544-2.92 2.665-.211 5.429c.217.199.56.398.968.586.407.188.878.382 1.332.57.455.189.905.383 1.264.576.36.194.635.398.767.602.09.147.153.351.211.571.064.22.112.476.175.722.064.257.127.508.222.739.09.23.206.445.35.612-.048.168-.239.44-.482.764-.243.32-.555.68-.852 1.037-.3.356-.576.712-.777 1.01-.185.283-.29.508-.254.639l-.01.01.01.016 3.68 4.717 3.787-1.45 2.517 1.623c.148.172.275.533.376.984.1.445.18.984.27 1.497.079.523.153 1.026.248 1.429.069.298.132.534.217.654a.31.31 0 0 0 .09.094l5.272 1.12 3.369-2.098-5.368-1.157.005-.005Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color2)" d="m84.453 53.03 3.982 1.978.02 5.25-.015.074c0 .02-.016.037-.027.052a.122.122 0 0 1-.037.037c-.016.01-.026.02-.042.026-.016 0-.026.01-.042.016-.016 0-.032.01-.048.015-.016 0-.031.011-.047.011s-.032.01-.053.01h-.127c-.085.01-.18.01-.302.01-.121 0-.232 0-.37-.01-.132-.01-.275-.01-.423-.02-.143-.011-.306-.016-.455-.027-.153-.01-.312-.02-.465-.026-.153-.005-.307-.016-.45-.02h-.412c-.122 0-.254 0-.354.015-.043 0-.08.01-.111.016-.037 0-.069.01-.1.015-.032 0-.064.016-.09.021-.027 0-.054.016-.075.026-.01 0-.016.01-.026.016a.071.071 0 0 0-.021.016s-.016.01-.022.016l-.015.015-1.037 2.44 2.19 4.146-3.834 3.13c-.08.01-.296-.146-.582-.392a19.82 19.82 0 0 1-1.026-.927c-.37-.345-.756-.701-1.068-1-.317-.298-.571-.523-.698-.607a.608.608 0 0 0-.312-.11c-.064 0-.127-.01-.201-.01-.074 0-.143 0-.222.015-.19.021-.397.063-.608.11-.212.047-.429.11-.635.162-.206.058-.407.116-.587.163s-.338.089-.465.105l-1.1 3.978-5.368-1.157c-.121-.073-.227-.361-.322-.77-.09-.402-.17-.926-.254-1.455-.08-.534-.17-1.073-.275-1.528-.106-.456-.227-.822-.386-1.005l-2.57-1.665-3.855 1.46-3.776-4.842c-.053-.13.058-.377.26-.68.195-.31.486-.66.792-1.026.307-.367.608-.733.862-1.058.254-.33.434-.592.487-.775a2.056 2.056 0 0 1-.36-.623c-.095-.235-.164-.497-.232-.753-.064-.262-.117-.514-.18-.739-.064-.225-.127-.434-.222-.586-.122-.21-.408-.419-.783-.618-.37-.199-.825-.398-1.29-.591-.466-.194-.947-.393-1.365-.587-.418-.193-.772-.397-.989-.602l.196-5.533 4.194.068 1.433-2.445-2.12-4.37 3.896-2.775 3.734 3.157 2.723-.514.963-3.753 5.362 1.372 1.005 4.376 2.665 1.748 3.522-1.261 3.649 4.58-2.243 3.199 1.164 2.989v.031l-.005-.005Zm-8.424 8.344a6.052 6.052 0 0 0 2.11-1.67 6.622 6.622 0 0 0 1.226-2.487c.244-.937.291-1.958.117-3.036-.164-1.078-.55-2.204-1.185-3.345a11.054 11.054 0 0 0-1.771-2.377 10.748 10.748 0 0 0-2.195-1.722 9.254 9.254 0 0 0-2.427-1.01c-.825-.21-1.66-.299-2.47-.23-.18.015-.36.036-.54.062a5.867 5.867 0 0 0-.528.105c-.17.042-.344.094-.518.146-.17.058-.339.12-.503.194-.121.058-.248.115-.375.178a5.068 5.068 0 0 0-.714.44 6.844 6.844 0 0 0-.338.267c-1.005.842-1.64 1.952-1.936 3.182-.296 1.23-.27 2.602.074 3.958a10.95 10.95 0 0 0 5.373 6.884 9.408 9.408 0 0 0 2.374.89c.386.084.762.13 1.121.157a6.58 6.58 0 0 0 1.069-.016c.18-.015.365-.042.544-.078.175-.037.35-.074.524-.115.17-.047.338-.105.502-.157.164-.053.328-.126.481-.2"/>
14
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m119.794 65.824-2.539 2.57s-.016 0-.021.01c0 .01-.016 0-.026.01-.011 0-.016 0-.027.011-.01 0-.016 0-.026.01-.069.022-.143.048-.243.069-.101.02-.191.042-.307.063-.111.02-.227.042-.349.063l-.376.062-.386.063c-.127.021-.248.047-.37.068a4.65 4.65 0 0 0-.719.189l-.079.031a.273.273 0 0 0-.069.037.963.963 0 0 1-.053.036l2.48-2.57.053-.037a.392.392 0 0 1 .069-.036.468.468 0 0 0 .079-.037c.027-.016.058-.02.095-.031a5.715 5.715 0 0 1 .64-.157c.117-.021.254-.047.376-.068.121-.021.259-.042.391-.063.127-.021.264-.042.381-.063.116-.021.243-.042.354-.063.111-.02.212-.042.312-.063a1.62 1.62 0 0 0 .243-.068c.011 0 .021 0 .027-.01 0 0 .016 0 .026-.01.011 0 .016 0 .027-.011.01 0 .016 0 .021-.01h.01l.006.005ZM99.323 52.302l-2.104 2.885.09-3.246L99.403 49l-.08 3.308v-.005Zm11.941 9.678c-.344-.79-.852-1.58-1.539-2.344a9.623 9.623 0 0 0-1.93-1.644 9.106 9.106 0 0 0-2.158-1.02 7.851 7.851 0 0 0-2.221-.383 6.519 6.519 0 0 0-2.105.272c-.142.047-.296.1-.438.152-.138.058-.286.115-.418.183-.132.068-.275.136-.402.22-.127.079-.26.162-.38.262-.096.073-.186.141-.281.22a5.57 5.57 0 0 0-.26.24 3.002 3.002 0 0 0-.243.267 8.074 8.074 0 0 0-.232.288l-2.11 2.77c.074-.1.143-.184.222-.283.08-.089.159-.173.243-.262.085-.084.164-.157.26-.235a2.77 2.77 0 0 1 .274-.215 5.22 5.22 0 0 1 .376-.257c.127-.078.264-.146.391-.214.132-.068.27-.126.413-.183.137-.058.285-.11.428-.147a6.542 6.542 0 0 1 2.062-.277 7.475 7.475 0 0 1 2.168.371 8.38 8.38 0 0 1 2.116 1 9.539 9.539 0 0 1 1.893 1.607c.666.744 1.163 1.518 1.496 2.298.334.78.513 1.555.55 2.309a5.573 5.573 0 0 1-.306 2.13 5.101 5.101 0 0 1-1.063 1.77l2.374-2.56a5.11 5.11 0 0 0 1.079-1.806 5.88 5.88 0 0 0 .307-2.167 6.713 6.713 0 0 0-.566-2.35l.016-.011h-.016Zm-17.911-4.37-1.999 2.812-2.543-3.173 1.935-2.879 2.602 3.24h.005Zm22.919 17.6-2.507 2.414c-.064.02-.27-.069-.555-.21a17.477 17.477 0 0 1-1.016-.56l-1.057-.612c-.318-.178-.566-.325-.682-.367a.575.575 0 0 0-.127-.031h-.148a.636.636 0 0 0-.164.031c-.053.016-.117.031-.18.052-.148.053-.317.12-.481.2a14.15 14.15 0 0 0-.492.25 6.98 6.98 0 0 0-.45.252c-.132.078-.264.13-.359.173l2.39-2.445c.1-.042.227-.105.365-.173.137-.073.301-.157.46-.246.159-.089.333-.173.497-.262.164-.083.338-.151.487-.204.063-.02.121-.042.185-.057a1 1 0 0 1 .169-.032c.058-.005.106 0 .148 0 .042 0 .095.016.127.032.116.052.375.188.698.376.328.184.708.414 1.079.629.375.214.751.424 1.031.57.28.147.502.241.566.22h.016Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m92.613 59.903-1.994 2.77.714-2.262 1.999-2.811-.724 2.308.005-.005Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m105.642 77.943-.01.01c-.117-.042-.265-.267-.413-.581-.148-.32-.322-.738-.492-1.162-.169-.43-.349-.864-.523-1.225-.175-.361-.349-.639-.513-.76l-2.459-.9-2.924 1.943-4.072-3.325c-.074-.1-.037-.335.074-.617h-.01c.11-.299.28-.65.46-1.01.174-.362.37-.728.512-1.042.143-.32.254-.576.26-.733a1.751 1.751 0 0 1-.418-.456 6.216 6.216 0 0 1-.339-.58c-.106-.2-.196-.404-.301-.582a1.877 1.877 0 0 0-.302-.445c-.142-.152-.423-.277-.772-.372-.344-.099-.767-.172-1.195-.25-.428-.08-.862-.147-1.243-.231-.386-.09-.713-.183-.94-.32l-.9-4.643-1.925 2.77.867 4.559c.212.126.545.225.92.314.376.09.805.152 1.222.225.423.073.825.147 1.164.241.338.094.608.21.756.361.1.11.19.267.296.44.095.173.185.372.29.565.101.194.207.398.334.57.116.174.254.336.412.446 0 .146-.11.413-.248.717-.143.314-.333.67-.508 1.02-.174.357-.343.702-.45.99-.105.288-.147.508-.084.602l3.993 3.246 2.871-1.916 2.406.874c.159.115.333.393.503.744.169.356.343.785.513 1.198.164.42.333.828.476 1.142.111.235.211.413.317.507a.198.198 0 0 0 .09.058l4.6-.063 2.401-2.382-4.696.047v.006Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color2)" d="m115.277 60.296 3.702.895 1.026 4.366v.063s0 .037-.011.052a.205.205 0 0 0-.021.042c0 .016-.021.021-.031.032-.011 0-.022.015-.032.02-.011 0-.021.016-.037.021-.016.006-.027.016-.037.021-.011.006-.027.016-.042.021 0 0-.016 0-.022.01 0 0-.016 0-.026.011-.011.01-.016 0-.027.01-.01 0-.015 0-.026.011-.069.021-.148.047-.243.068a16.096 16.096 0 0 1-.667.126l-.38.063-.392.063c-.127.02-.259.047-.375.068a4.96 4.96 0 0 0-.344.073c-.1.026-.201.052-.296.084l-.095.031a.271.271 0 0 0-.079.037c-.022.015-.048.02-.069.036-.021.016-.037.026-.053.037l-.016.016-.016.015-.016.016s0 .01-.01.016l-.397 2.225 2.623 3.041-2.591 3.33c-.064.02-.275-.069-.566-.215-.296-.147-.656-.356-1.031-.57-.376-.215-.767-.446-1.079-.629-.317-.183-.576-.33-.698-.377a.561.561 0 0 0-.127-.031h-.148a.724.724 0 0 0-.169.031 3.705 3.705 0 0 0-.672.262c-.164.084-.338.167-.497.262-.158.089-.322.172-.46.246-.137.073-.27.13-.365.173l-.148 3.517-4.696.047c-.116-.036-.259-.261-.412-.575a30.436 30.436 0 0 1-.492-1.162 19.545 19.545 0 0 0-.524-1.225c-.174-.367-.349-.64-.512-.765l-2.459-.9-2.925 1.942-4.072-3.324c-.074-.1-.026-.33.085-.613.111-.293.28-.644.46-1.005.18-.356.37-.728.513-1.042.143-.314.248-.575.26-.733a1.747 1.747 0 0 1-.419-.455 7.663 7.663 0 0 1-.338-.581c-.1-.199-.196-.403-.302-.581-.1-.178-.19-.335-.301-.445-.143-.152-.423-.278-.772-.372-.344-.1-.762-.172-1.19-.256-.428-.079-.862-.147-1.248-.23-.386-.084-.714-.184-.941-.32l-.9-4.643 3.502-.733.724-2.309-2.602-3.24 2.708-3.042 3.717 1.927 2.169-.943.079-3.308 4.727.126 1.682 3.46 2.554.958 2.697-1.717 3.924 3.125-1.248 3.084 1.544 2.266h-.021v-.016l-.011.011Zm-5.415 8.543a5.184 5.184 0 0 0 1.439-1.79 5.476 5.476 0 0 0 .539-2.303 6.399 6.399 0 0 0-.486-2.555c-.349-.869-.884-1.727-1.629-2.565a9.623 9.623 0 0 0-1.93-1.644 9.203 9.203 0 0 0-2.158-1.02 7.885 7.885 0 0 0-2.221-.383 6.662 6.662 0 0 0-2.105.272c-.142.047-.296.1-.438.152a3.715 3.715 0 0 0-.418.183c-.132.069-.275.137-.402.22-.127.084-.26.163-.38.262-.096.073-.186.141-.281.22a5.68 5.68 0 0 0-.26.24 6.92 6.92 0 0 0-.476.555c-.67.896-.988 1.932-1.004 3.016-.016 1.084.28 2.214.82 3.277a9.327 9.327 0 0 0 2.326 2.89 9.356 9.356 0 0 0 3.475 1.832 7.88 7.88 0 0 0 1.105.225c.36.047.703.073 1.036.068.339 0 .656-.031.968-.084.312-.052.603-.12.889-.214.148-.053.301-.105.439-.163.137-.062.28-.125.412-.193a4.2 4.2 0 0 0 .386-.23c.122-.084.249-.168.36-.262"/>
18
+ </svg>
19
+ `;
@@ -0,0 +1,21 @@
1
+ export default `<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>
21
+ `;
@@ -0,0 +1,14 @@
1
+ export default `<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>
14
+ `;
@@ -0,0 +1,19 @@
1
+ export default `<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>
19
+ `;
@@ -0,0 +1,79 @@
1
+ export default `<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>
79
+ `;
@@ -0,0 +1,26 @@
1
+ export default `<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>
26
+ `;