@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,12 @@
1
+ <svg id="tnt-Dialog-ChartDoughnut" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m54.034 115.439 75.413-13.466c.469-.084.486-.746.028-.86l-47.288-11.78a4.354 4.354 0 0 0-1.731-.078l-59.543 9.177c-1.053.164-1.256 1.589-.289 2.042l31.695 14.739a2.83 2.83 0 0 0 1.715.22v.006Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M37.929 42.303c.271-.015.538.025.794.11a2.31 2.31 0 0 1 1.228.976c.14.226.241.478.287.744a1.72 1.72 0 0 1-.332 1.398 1.656 1.656 0 0 1-.549.453 1.85 1.85 0 0 1-.74.196 2.131 2.131 0 0 1-.794-.11 2.252 2.252 0 0 1-.7-.383 2.402 2.402 0 0 1-.532-.593 2.056 2.056 0 0 1-.287-.75 1.938 1.938 0 0 1 .02-.764c.055-.236.166-.457.312-.639a1.714 1.714 0 0 1 1.293-.644v.006Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m33.326 48.97 85.604-5.149 11 47.837c.076.322.086.638.05.93-.035.291-.13.568-.271.804a1.85 1.85 0 0 1-.543.589 1.72 1.72 0 0 1-.765.286L45.634 104.64a2.61 2.61 0 0 1-1.026-.08 2.658 2.658 0 0 1-.91-.463 2.913 2.913 0 0 1-.694-.769 2.75 2.75 0 0 1-.378-.996l-9.3-53.362Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M115.082 36.003c.282-.015.564.035.83.13.267.096.523.247.755.438a2.823 2.823 0 0 1 .95 1.518l1.318 5.727-85.609 5.154-1.106-6.366a2.247 2.247 0 0 1 .03-.955 2.058 2.058 0 0 1 1.097-1.358c.276-.135.588-.22.93-.24l80.805-4.048ZM38.618 46.184a1.85 1.85 0 0 0 .74-.196 1.65 1.65 0 0 0 .548-.452 1.72 1.72 0 0 0 .331-1.398 2.067 2.067 0 0 0-.286-.744 2.31 2.31 0 0 0-1.227-.975 2.115 2.115 0 0 0-.795-.111c-.272.015-.518.08-.74.19a1.674 1.674 0 0 0-.865 1.092 1.85 1.85 0 0 0-.02.764 2.187 2.187 0 0 0 .82 1.343c.211.166.448.296.7.382.25.085.522.126.794.11"/>
7
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M45.633 104.635c-.352.046-.699.01-1.026-.08a2.75 2.75 0 0 1-.91-.463 2.898 2.898 0 0 1-.694-.769 2.714 2.714 0 0 1-.377-.996l-9.3-53.357-1.107-6.365a2.223 2.223 0 0 1-.035-.478c0-.156.025-.306.06-.452a2.28 2.28 0 0 1 .146-.418c.06-.13.14-.256.226-.372l-1.403 1.825a2.48 2.48 0 0 0-.227.367 2.217 2.217 0 0 0-.206.86c0 .156.005.312.035.473l1.092 6.295 9.14 52.774c.06.357.19.689.372.985a2.765 2.765 0 0 0 1.584 1.217c.327.096.669.126 1.016.081l82.022-10.363 2.359-1.136-82.767 10.372Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M98.329 73.607c.366-.014.704.31.74.705l.022.317c-.029-.396-.36-.72-.726-.72l-6.307.036c-.395.03-.633.346-.618.734a11.408 11.408 0 0 1-.619 4.264c-.546 1.56-1.438 2.92-2.603 3.977a8.999 8.999 0 0 1-5.336 2.33 9.927 9.927 0 0 1-2.869-.18c-.072-.015-.136-.022-.208-.015a.648.648 0 0 0-.583.554l-1.035 6.716c-.058.382.172.77.525.87-3.258-.776-6.364-2.466-8.975-4.91a22.745 22.745 0 0 1-6.212-10.018c-1.158-3.825-1.252-7.824-.274-11.47a18.3 18.3 0 0 1 1.705-4.199c-.159.324-.022.762.301.985l5.796 3.826c.144.093.302.13.446.115a.65.65 0 0 0 .504-.317 9.198 9.198 0 0 1 3.07-3.127c.173-.108.353-.21.532-.302-.51.273-1 .59-1.452.956-1.582 1.273-2.711 3.07-3.265 5.148-.554 2.079-.503 4.358.165 6.551a12.941 12.941 0 0 0 3.538 5.724c1.647 1.547 3.632 2.568 5.703 2.949a10.05 10.05 0 0 0 2.617.13 9.105 9.105 0 0 0 3.308-.936c1.79-.906 3.229-2.394 4.15-4.264.812-1.668 1.186-3.58 1.07-5.544-.02-.388.216-.712.569-.74l6.35-.145h-.03Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M84.125 49.992h.079a18.15 18.15 0 0 1 6.378 1.51c2.273.986 4.401 2.431 6.242 4.25a22.572 22.572 0 0 1 4.509 6.321 22.407 22.407 0 0 1 2.035 6.717c.05.38-.187.697-.525.726l-7.608.021c-.367 0-.705-.33-.763-.726a11.71 11.71 0 0 0-.97-3.027 11.563 11.563 0 0 0-2.28-3.186 10.415 10.415 0 0 0-3.15-2.128 9.161 9.161 0 0 0-2.869-.727c-.374-.028-.704-.352-.755-.755l-.834-8.29c-.036-.367.187-.684.518-.713l-.007.008Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M77.495 54.415c.28-.021.568-.043.849-.05.373-.015.704.316.747.719l.705 6.932c.043.403-.23.726-.59.755a.896.896 0 0 0-.15.014c-.36.029-.691.08-1.022.144-.065.014-.115.022-.165.036-.05.014-.1.022-.144.036-.021 0-.043.014-.072.014-.029 0-.043.015-.072.015l-.093.021c-.403.108-.77.23-1.122.374l-.13.05a2.527 2.527 0 0 0-.237.108c-.021.015-.043.022-.064.03l-.094.042c-.28.137-.532.274-.777.425a9.263 9.263 0 0 0-3.07 3.128.65.65 0 0 1-.504.316.695.695 0 0 1-.445-.115l-5.796-3.826c-.324-.222-.46-.654-.302-.985.165-.302.323-.56.489-.82.072-.107.122-.194.18-.28.071-.108.129-.194.194-.287.064-.094.122-.173.172-.245a141.111 141.111 0 0 1 .173-.245c.029-.035.05-.071.079-.1.036-.043.072-.094.108-.137l.172-.215c.022-.03.05-.058.072-.087.043-.05.08-.1.123-.144a.504.504 0 0 0 .057-.072l.13-.15c.014-.022.035-.037.05-.058.158-.18.316-.352.482-.525.064-.065.115-.122.172-.18.252-.252.482-.474.72-.69.02-.022.043-.036.064-.058.05-.043.094-.086.144-.122.029-.029.057-.05.086-.072.05-.043.108-.086.158-.136.058-.05.123-.101.18-.151.029-.03.065-.05.1-.08.044-.035.087-.064.13-.1.022-.022.05-.036.072-.058.05-.043.108-.079.165-.122.015-.014.037-.022.05-.036.066-.05.138-.1.202-.151.317-.223.626-.431.942-.626a15.838 15.838 0 0 1 6.89-2.258l-.008.022Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m92 73.952 6.357-.043c.367 0 .705.331.733.726.015.166.022.324.03.49 0 .136.006.208.014.28 0 .18.007.302.007.431v.849c0 .093 0 .187-.007.28v.123c0 .057 0 .122-.008.18 0 .043 0 .086-.007.129 0 .057-.007.122-.014.18 0 .035 0 .079-.007.115l-.022.28c0 .043-.007.08-.014.122 0 .058-.015.108-.015.166 0 .05-.014.108-.014.158 0 .043-.007.079-.014.122 0 .058-.015.115-.022.173 0 .021 0 .05-.007.072a18.88 18.88 0 0 1-.913 3.81 17.216 17.216 0 0 1-3.028 5.387 1.832 1.832 0 0 1-.108.122c-.021.029-.043.05-.065.08a2.39 2.39 0 0 1-.18.2 15.575 15.575 0 0 1-4.782 3.66 15.733 15.733 0 0 1-3.495 1.237 16 16 0 0 1-2.192.346 17.092 17.092 0 0 1-5.45-.41.804.804 0 0 1-.569-.885l1.035-6.716a.648.648 0 0 1 .583-.554c.065 0 .137 0 .209.015a9.927 9.927 0 0 0 2.869.18 8.998 8.998 0 0 0 5.336-2.33 9.735 9.735 0 0 0 2.602-3.977c.475-1.338.684-2.79.619-4.264-.014-.389.223-.698.568-.727L92 73.953Z"/>
12
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg id="tnt-Dialog-ChartFlow" 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="m53.994 114.979 75.325-13.45c.469-.085.486-.746.028-.859L82.114 88.904a4.35 4.35 0 0 0-1.729-.08l-59.473 9.167c-1.051.164-1.255 1.588-.288 2.04l31.658 14.722c.53.248 1.13.327 1.712.22v.006Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m33.44 48.955 85.503-5.142 10.987 47.78c.076.321.086.638.051.929a2.053 2.053 0 0 1-.272.804c-.14.236-.321.437-.542.587a1.72 1.72 0 0 1-.764.286l-82.67 10.361c-.351.045-.698.01-1.025-.08a2.65 2.65 0 0 1-.909-.462 2.897 2.897 0 0 1-.693-.769 2.743 2.743 0 0 1-.377-.994l-9.29-53.3Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M115.1 36.003a2.13 2.13 0 0 1 .828.13c.267.096.523.246.754.437a2.823 2.823 0 0 1 .95 1.517l1.316 5.72-85.509 5.148-1.105-6.358a2.245 2.245 0 0 1 .03-.955 2.055 2.055 0 0 1 1.095-1.356 2.42 2.42 0 0 1 .93-.24l80.711-4.043Zm-76.375 10.17c.27-.016.522-.086.738-.196.216-.11.402-.267.548-.452a1.717 1.717 0 0 0 .331-1.397 2.063 2.063 0 0 0-.286-.743 2.306 2.306 0 0 0-1.226-.974 2.112 2.112 0 0 0-.794-.11c-.271.014-.517.08-.738.19a1.67 1.67 0 0 0-.864 1.09c-.056.236-.07.497-.02.763a2.184 2.184 0 0 0 .819 1.341c.21.166.447.297.698.382a2.1 2.1 0 0 0 .794.11"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M45.732 104.555c-.351.045-.698.01-1.024-.081a2.724 2.724 0 0 1-.91-.462 2.892 2.892 0 0 1-.693-.768 2.707 2.707 0 0 1-.377-.994l-9.29-53.295-1.105-6.358c-.03-.16-.04-.322-.035-.477 0-.156.025-.306.06-.452a2.147 2.147 0 0 1 .372-.789l-1.401 1.823a2.48 2.48 0 0 0-.227.367 2.215 2.215 0 0 0-.206.859c0 .156.005.311.036.472l1.09 6.288L41.15 103.4a2.807 2.807 0 0 0 1.055 1.742c.27.206.572.362.899.457.326.096.668.126 1.015.081l81.926-10.35 2.356-1.136-82.67 10.361Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M38.036 42.295a2.13 2.13 0 0 1 .794.111 2.308 2.308 0 0 1 1.226.974c.14.226.241.478.286.744a1.718 1.718 0 0 1-.332 1.396 1.653 1.653 0 0 1-.547.452c-.216.11-.467.181-.739.196a2.126 2.126 0 0 1-.793-.11 2.25 2.25 0 0 1-.699-.382 2.398 2.398 0 0 1-.532-.593 2.055 2.055 0 0 1-.287-.748 1.937 1.937 0 0 1 .02-.764 1.62 1.62 0 0 1 .312-.638 1.713 1.713 0 0 1 1.291-.643v.005Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M109.718 64.534c.681-.057 1.326.473 1.462 1.204l1.069 5.579c.143.738-.28 1.398-.94 1.47l-11.12 1.275c-.695.065-1.34-.473-1.477-1.204l-.243-1.262-.387-2.015-.452-2.337c-.144-.745.294-1.405.96-1.477l11.121-1.233h.007Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m90.666 70.414 7.413-.832.388 2.015-7.887.889.244-.373c.323-.51.244-1.219-.158-1.7Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M83.29 64.814c.308-.029.638.072.918.301l6.252 5.09c.079.065.143.13.208.208.408.488.487 1.198.157 1.7l-.243.372-3.57 5.478-.259.394a1.091 1.091 0 0 1-.824.502 1.212 1.212 0 0 1-.66-.129 1.736 1.736 0 0 1-.258-.165l-5.9-4.775-.38-.308c-.51-.409-.703-1.111-.495-1.67a1.11 1.11 0 0 1 .121-.244l4.102-6.245a1.07 1.07 0 0 1 .824-.495l.007-.014Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m87.018 77.963 1.843 9.571c.035.187.193.323.358.308l6.008-.724.387 2.022-5.993.724s-.05 0-.072.007c-1.169.1-2.295-.831-2.545-2.115l-1.735-9.033c.215.107.444.15.66.129.329-.029.63-.201.824-.502l.258-.394.007.007Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M68.383 69.1c.703-.064 1.37.481 1.513 1.227l.451 2.366.395 2.043.244 1.276c.15.76-.294 1.427-.99 1.506L57.55 78.945c-.724.064-1.391-.488-1.535-1.233l-1.104-5.729c-.143-.76.309-1.434 1.011-1.505l5.377-.596 1.893-.208 5.184-.573h.007Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m61.61 61.416 1.591 8.26-1.893.207-1.591-8.266 1.893-.201Zm16.632 10.388c-.208.56-.014 1.262.495 1.67l.38.309-8.367.946-.394-2.043 7.893-.882h-.007Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M112.893 81.448c.688-.058 1.319.466 1.456 1.19l1.075 5.578c.143.738-.28 1.398-.946 1.484l-17.1 2.093c-.703.065-1.34-.466-1.484-1.197l-.28-1.463-.387-2.021-.408-2.144c-.144-.746.286-1.413.96-1.491l17.114-2.037v.008Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M69.71 51.73c.702-.065 1.369.487 1.512 1.233l1.14 5.922c.144.753-.3 1.413-.99 1.491l-9.764 1.033-1.893.2-6.216.66c-.717.065-1.39-.487-1.534-1.233l-1.147-5.987c-.144-.76.308-1.426 1.01-1.498l17.882-1.828v.007Z"/>
16
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg id="tnt-Dialog-ChartGantt" 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.584" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m54.034 115.317 75.413-13.466c.47-.085.487-.747.029-.86l-47.289-11.78a4.356 4.356 0 0 0-1.731-.079L20.913 98.31c-1.053.164-1.256 1.59-.289 2.043L52.32 115.09a2.837 2.837 0 0 0 1.714.221v.006Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M37.929 42.303a2.13 2.13 0 0 1 .795.11 2.31 2.31 0 0 1 1.227.976c.14.226.241.478.287.744a1.72 1.72 0 0 1-.332 1.398 1.654 1.654 0 0 1-.549.453 1.85 1.85 0 0 1-.74.196 2.13 2.13 0 0 1-.794-.11 2.25 2.25 0 0 1-.7-.383 2.4 2.4 0 0 1-.532-.593 2.055 2.055 0 0 1-.287-.75 1.938 1.938 0 0 1 .02-.764c.055-.236.166-.457.312-.639a1.714 1.714 0 0 1 1.293-.644v.006Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m33.326 48.97 85.604-5.149 11.001 47.837c.075.322.085.638.05.93a2.057 2.057 0 0 1-.272.805c-.14.236-.322.437-.543.588-.221.15-.478.251-.764.287L45.634 104.64c-.352.046-.699.01-1.026-.08a2.658 2.658 0 0 1-.91-.463 2.896 2.896 0 0 1-.694-.769 2.748 2.748 0 0 1-.377-.996l-9.3-53.362Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M115.082 36.003c.281-.015.563.035.83.13.266.096.523.247.754.438a2.827 2.827 0 0 1 .951 1.518l1.318 5.727-85.61 5.154-1.106-6.366a2.245 2.245 0 0 1 .03-.955 2.059 2.059 0 0 1 1.096-1.358c.277-.135.59-.22.931-.24l80.806-4.048ZM38.617 46.184a1.85 1.85 0 0 0 .74-.196 1.65 1.65 0 0 0 .548-.452 1.72 1.72 0 0 0 .332-1.398 2.066 2.066 0 0 0-.287-.744 2.31 2.31 0 0 0-1.227-.975 2.115 2.115 0 0 0-.795-.111c-.272.015-.518.08-.74.19a1.672 1.672 0 0 0-.865 1.092 1.85 1.85 0 0 0-.02.764 2.186 2.186 0 0 0 .82 1.343c.211.166.448.296.7.382.25.085.522.126.794.11"/>
7
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M45.632 104.635a2.612 2.612 0 0 1-1.937-.543 2.913 2.913 0 0 1-.694-.769 2.714 2.714 0 0 1-.377-.996l-9.3-53.357-1.107-6.366a2.21 2.21 0 0 1-.035-.477c0-.156.025-.307.06-.453a2.11 2.11 0 0 1 .372-.789l-1.403 1.825a2.487 2.487 0 0 0-.226.367 2.185 2.185 0 0 0-.171 1.332l1.091 6.296 9.14 52.774a2.795 2.795 0 0 0 1.956 2.202c.327.095.669.126 1.016.08l82.023-10.362 2.359-1.137-82.767 10.373Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M64.454 56.775c.398-.033.78.288.864.715l.553 2.869-1.462.15-.554-2.875c-.083-.438.178-.826.582-.864h.017v.005Zm5.734 33.812L65.64 66.938l1.462-.16 4.541 23.626c.083.438-.177.831-.576.88-.415.04-.797-.27-.88-.703v.006Zm13.368-15.169 1.39-.161h.039l2.542 13.203c.083.432-.166.82-.56.87-.415.039-.78-.271-.864-.698l-2.542-13.209-.005-.005Zm-3.166-20.26c.399-.034.786.277.87.709l2.508 13.037-1.429.155-2.509-13.043c-.083-.432.167-.82.565-.858h-.005Zm21.312 31.552-.543-2.82 1.402-.171.542 2.82c.083.426-.166.813-.554.863h-.022c-.376.033-.747-.271-.825-.698v.006ZM96.03 53.562c.393-.033.77.277.852.703l4.464 23.162-1.401.166-4.464-23.184c-.083-.426.16-.808.554-.847h-.006Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M74.374 59.483c.537-.05 1.052.37 1.163.947l.82 4.28c.11.582-.227 1.092-.759 1.147l-8.496.92-1.462.16-5.24.565c-.553.05-1.074-.376-1.184-.953l-.831-4.325c-.111-.587.238-1.108.78-1.163l5.24-.543 1.462-.15 8.502-.886h.005Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M105.87 76.902c.532-.044 1.019.366 1.124.925l.814 4.21c.111.564-.216 1.08-.725 1.14l-4.525.548-1.401.172-10.418 1.257c-.543.05-1.041-.36-1.152-.93l-.82-4.26c-.11-.575.222-1.09.748-1.151l10.423-1.219 1.402-.166 4.524-.531.006.005Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M83.553 68.945c.548-.04 1.041.376 1.152.936l.825 4.264c.105.56-.21 1.07-.72 1.147h-.039l-1.39.16-12.572 1.44c-.554.05-1.063-.37-1.174-.947l-.825-4.303c-.117-.587.227-1.102.764-1.163l12.578-1.39 1.395-.155.006.01Zm12.183-1.365c.532-.045 1.03.365 1.136.935l.814 4.232c.11.57-.222 1.08-.737 1.14l-8.202.942c-.537.05-1.041-.365-1.152-.936l-.82-4.259c-.11-.576.222-1.085.748-1.146l8.208-.909h.005Z"/>
12
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg id="tnt-Dialog-ChartOrg" 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="m53.513 115.143 74.259-13.259c.462-.084.479-.736.028-.847l-46.564-11.6a4.287 4.287 0 0 0-1.705-.078l-58.632 9.037c-1.036.162-1.237 1.565-.284 2.011l31.21 14.513a2.79 2.79 0 0 0 1.688.217v.006Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m33.077 49.003 85.825-5.162 11.028 47.96c.076.323.086.64.051.933-.036.292-.131.57-.273.806a1.846 1.846 0 0 1-.544.59 1.722 1.722 0 0 1-.767.287l-82.98 10.4a2.652 2.652 0 0 1-1.942-.545 2.894 2.894 0 0 1-.695-.771 2.747 2.747 0 0 1-.379-.998l-9.324-53.5Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M115.044 36.003c.282-.016.565.035.832.13.267.096.525.248.757.44a2.835 2.835 0 0 1 .953 1.522l1.321 5.741-85.83 5.167-1.109-6.382c-.06-.337-.045-.66.03-.957a2.065 2.065 0 0 1 1.1-1.361 2.43 2.43 0 0 1 .933-.242l81.013-4.058ZM38.383 46.21c.272-.015.524-.086.74-.197a1.66 1.66 0 0 0 .55-.454 1.725 1.725 0 0 0 .333-1.401 2.07 2.07 0 0 0-.287-.746 2.317 2.317 0 0 0-1.23-.978 2.121 2.121 0 0 0-.797-.111c-.273.015-.52.08-.742.192a1.679 1.679 0 0 0-.867 1.093c-.055.237-.07.5-.02.767a2.19 2.19 0 0 0 .822 1.346c.212.166.449.297.7.383.253.085.525.126.797.11"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M45.416 104.811c-.353.046-.701.01-1.029-.08a2.742 2.742 0 0 1-.913-.464 2.923 2.923 0 0 1-.695-.771 2.722 2.722 0 0 1-.379-.998l-9.324-53.495-1.11-6.382a2.206 2.206 0 0 1-.035-.479c0-.156.026-.307.06-.454a2.159 2.159 0 0 1 .373-.791l-1.406 1.83a2.49 2.49 0 0 0-.227.368 2.19 2.19 0 0 0-.172 1.336l1.095 6.311 9.163 52.91c.06.358.191.691.373.988a2.778 2.778 0 0 0 1.588 1.22 2.48 2.48 0 0 0 1.02.081l82.233-10.39 2.365-1.14-82.98 10.4Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M37.69 42.319c.272-.016.54.025.796.11a2.317 2.317 0 0 1 1.23.978c.142.227.243.48.288.746a1.727 1.727 0 0 1-.333 1.401 1.658 1.658 0 0 1-.55.454 1.842 1.842 0 0 1-.74.197 2.135 2.135 0 0 1-.797-.11 2.26 2.26 0 0 1-.701-.384 2.407 2.407 0 0 1-.535-.595 2.06 2.06 0 0 1-.287-.75 1.94 1.94 0 0 1 .02-.767c.055-.237.166-.459.313-.64a1.719 1.719 0 0 1 1.296-.645v.005Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M106.12 81.933c-1.2.108-2.373-.863-2.63-2.199-.263-1.368.52-2.582 1.754-2.724h.06c1.207-.108 2.374.87 2.637 2.205.256 1.356-.519 2.576-1.747 2.718-.02 0-.047 0-.067.006l-.007-.006Zm1.801 1.47c1.106-.095 2.205.357 3.035 1.166-.594 1.625-1.936 2.812-3.682 3.028-.054 0-.101.013-.155.013-1.693.149-3.358-.66-4.512-2.023.506-1.018 1.437-1.726 2.59-1.868l2.616-.31a.584.584 0 0 0 .108-.013v.007Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="M105.466 74.764c3.385-.013 6.555 2.779 7.283 6.535.775 4.012-1.525 7.62-5.146 8.058l-.209.02h-.067c-.033 0-.067 0-.101.007h-.756c-.033 0-.074 0-.108-.007h-.054a.744.744 0 0 1-.121-.013h-.04c-.047 0-.088-.014-.135-.02-.081-.014-.135-.02-.182-.027-2.96-.506-5.556-3.089-6.204-6.447-.445-2.306.128-4.478 1.376-5.989.384-.465.836-.87 1.335-1.193a5.67 5.67 0 0 1 2.468-.876c.054 0 .108-.014.162-.014.168-.014.337-.02.499-.02v-.014Z" clip-rule="evenodd"/>
10
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M105.291 76.996c1.207-.108 2.374.87 2.637 2.206.248 1.313-.472 2.5-1.633 2.701l-.12.01a.229.229 0 0 1-.067.007c-1.201.108-2.367-.864-2.63-2.2-.257-1.368.519-2.582 1.753-2.724h.06Zm2.616 6.407c1.106-.101 2.206.35 3.035 1.167l.013.006c-.587 1.625-1.936 2.812-3.682 3.028a1.172 1.172 0 0 1-.156.013c-1.699.149-3.364-.66-4.511-2.023l-.008-.01c.507-1.013 1.436-1.716 2.585-1.857l2.616-.31a.607.607 0 0 1 .108-.014Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M79.651 51.715c3.554-.115 6.932 2.779 7.68 6.67.783 4.053-1.577 7.66-5.28 8.065a.88.88 0 0 0-.134.013h-.088c-3.641.27-7.175-2.67-7.937-6.662-.789-4.073 1.612-7.688 5.328-8.066.027 0 .06 0 .088-.006.114-.007.229-.02.343-.02v.006Z" clip-rule="evenodd"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M80.576 58.945c-1.24.108-2.448-.897-2.717-2.253-.263-1.369.539-2.596 1.793-2.724h.027c1.248-.108 2.462.89 2.725 2.252.263 1.37-.54 2.59-1.794 2.725h-.04.006Zm1.759 1.503c1.147-.102 2.286.37 3.15 1.213-.607 1.626-1.983 2.813-3.777 3.001-.034 0-.067 0-.094.007-1.754.155-3.487-.681-4.667-2.084.52-1.018 1.477-1.726 2.65-1.847l2.678-.29h.067-.007Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color14)" fill-rule="evenodd" d="M85.127 77.151c3.331.156 6.38 2.914 7.088 6.596l-.008-.007c.358 1.841.062 3.601-.714 5.017-.93 1.686-2.542 2.88-4.552 3.13-.074.006-.142.02-.216.02h-.06c-.048.006-.082.006-.108.006h-.783c-.04-.006-.074-.006-.107-.006h-.068c-.04-.007-.074-.014-.115-.014h-.053c-.04 0-.081-.013-.122-.013h-.047l-.135-.02c-.087-.014-.135-.028-.188-.034-2.954-.587-5.51-3.15-6.15-6.481-.702-3.655 1.139-6.966 4.2-7.924a6.598 6.598 0 0 1 1.12-.235c.06 0 .114-.014.168-.014a4.95 4.95 0 0 1 .445-.02c.135-.007.27 0 .405 0Z" clip-rule="evenodd"/>
14
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M86.605 90.12c-.054 0-.101.013-.155.013-1.733.148-3.433-.661-4.6-2.037.52-1.032 1.47-1.746 2.65-1.888l2.671-.324c.04 0 .074-.007.115-.013 1.126-.101 2.252.357 3.102 1.18-.607 1.639-1.983 2.846-3.77 3.061l-.013.007Zm-1.167-5.726c-1.227.108-2.42-.877-2.677-2.226-.263-1.375.54-2.61 1.794-2.75.02 0 .047 0 .067-.008 1.227-.108 2.42.877 2.677 2.226.27 1.369-.54 2.603-1.787 2.751-.02 0-.047 0-.067.007h-.007Zm-21.113 2.515c-1.254.108-2.475-.884-2.731-2.246-.263-1.396.56-2.637 1.84-2.792h.062c1.26-.108 2.474.884 2.737 2.253.263 1.382-.553 2.63-1.834 2.785-.02 0-.047 0-.067.006l-.007-.006Zm1.86 1.491c1.153-.102 2.3.357 3.162 1.186-.62 1.66-2.03 2.88-3.857 3.096l-.168.02c-1.767.155-3.494-.66-4.687-2.05.532-1.045 1.51-1.774 2.71-1.915l2.725-.324c.04 0 .074-.007.115-.013Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="M63.685 79.579c3.526-.02 6.824 2.825 7.56 6.662.788 4.093-1.626 7.789-5.402 8.254-.074.007-.149.02-.23.027-.06 0-.115.007-.175.013-3.648.223-7.141-2.676-7.91-6.655-.789-4.12 1.652-7.816 5.449-8.254l.175-.02c.175-.014.351-.02.52-.027h.013Z" clip-rule="evenodd"/>
16
+ <path fill="var(--sapContent_Illustrative_Color20)" d="m86.341 63.833 15.996 11.848a5.78 5.78 0 0 0-1.336 1.194l-15.84-11.727a5.993 5.993 0 0 0 1.187-1.322l-.007.007Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M63.481 81.865c1.261-.107 2.475.884 2.738 2.253.263 1.382-.553 2.63-1.834 2.785-.02.006-.046.006-.066.006h-.001c-1.255.108-2.469-.883-2.732-2.245-.255-1.353.51-2.56 1.723-2.774l.112-.025h.06Zm1.849 10.851c-1.767.155-3.5-.661-4.687-2.05v-.014c.533-1.038 1.51-1.773 2.71-1.915v-.007l2.725-.324c.04-.006.074-.013.115-.013 1.153-.1 2.3.358 3.163 1.187v.02c-.621 1.66-2.03 2.873-3.858 3.096-.054.006-.115.02-.169.02Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M80.886 66.463c.31.02.627.02.937 0h.088a.833.833 0 0 0 .135-.013c.202-.02.404-.054.6-.094l2.077 10.789a4.91 4.91 0 0 0-.445.02c-.054 0-.108.014-.169.014a6.587 6.587 0 0 0-1.12.236l-2.11-10.952h.007Zm-4.147-1.76a7.95 7.95 0 0 0 1.618 1.065L67.373 80.631a7.195 7.195 0 0 0-1.827-.796L76.74 64.703Z"/>
19
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg id="tnt-Dialog-ChartPie" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m54.034 114.947 75.413-13.466c.469-.085.486-.747.028-.86l-47.288-11.78a4.356 4.356 0 0 0-1.731-.078l-59.543 9.176c-1.053.165-1.256 1.59-.289 2.043L52.32 114.72a2.836 2.836 0 0 0 1.715.22v.006Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m33.326 48.97 85.604-5.149 11 47.837c.076.321.086.638.05.93-.035.291-.13.568-.271.804a1.852 1.852 0 0 1-.543.589c-.222.15-.478.251-.765.286L45.634 104.64a2.639 2.639 0 0 1-1.936-.543 2.913 2.913 0 0 1-.694-.769 2.75 2.75 0 0 1-.378-.996l-9.3-53.362Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M115.082 36.003a2.13 2.13 0 0 1 .83.13c.267.096.523.247.755.438a2.823 2.823 0 0 1 .95 1.518l1.318 5.727-85.609 5.154-1.106-6.366a2.247 2.247 0 0 1 .03-.955 2.058 2.058 0 0 1 1.097-1.358c.276-.135.588-.22.93-.24l80.805-4.048ZM38.618 46.184a1.85 1.85 0 0 0 .74-.196 1.65 1.65 0 0 0 .548-.452 1.72 1.72 0 0 0 .331-1.398 2.067 2.067 0 0 0-.286-.744 2.31 2.31 0 0 0-1.227-.975 2.117 2.117 0 0 0-.795-.111 1.87 1.87 0 0 0-.74.19 1.674 1.674 0 0 0-.865 1.092 1.85 1.85 0 0 0-.02.764 2.187 2.187 0 0 0 .82 1.343c.211.165.448.296.7.382.25.085.522.125.794.11"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M45.633 104.635a2.61 2.61 0 0 1-1.026-.08 2.75 2.75 0 0 1-.91-.463 2.898 2.898 0 0 1-.694-.769 2.716 2.716 0 0 1-.377-.996l-9.3-53.357-1.107-6.365a2.223 2.223 0 0 1-.035-.478c0-.156.025-.306.06-.452a2.28 2.28 0 0 1 .146-.418c.06-.13.14-.256.226-.372l-1.403 1.825a2.48 2.48 0 0 0-.227.367 2.217 2.217 0 0 0-.206.86c0 .156.005.312.035.473l1.092 6.295 9.14 52.774a2.82 2.82 0 0 0 1.056 1.744c.271.207.573.362.9.458.327.096.669.126 1.016.08l82.022-10.362 2.359-1.137-82.767 10.373Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M37.929 42.303c.271-.015.538.025.794.11a2.31 2.31 0 0 1 1.228.976c.14.226.241.478.287.744a1.722 1.722 0 0 1-.332 1.398 1.656 1.656 0 0 1-.549.453 1.85 1.85 0 0 1-.74.196 2.131 2.131 0 0 1-.794-.11 2.252 2.252 0 0 1-.7-.383 2.402 2.402 0 0 1-.532-.593 2.056 2.056 0 0 1-.287-.75 1.938 1.938 0 0 1 .02-.764c.055-.236.166-.457.312-.639a1.714 1.714 0 0 1 1.293-.644v.006Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M81.81 72.59c.04.377.357.68.708.68l15.62-.074-15.775.074c-.31.027-.52.23-.56.506L79.235 90.44c-.054.358.168.728.505.83-3.155-.755-6.148-2.42-8.642-4.82a21.278 21.278 0 0 1-5.676-9.472c-1.032-3.6-1.065-7.335-.095-10.732.971-3.391 2.886-6.283 5.508-8.306-.243.216-.256.634-.027.93l10.409 13.544a.34.34 0 0 0 .296.142c.149-.014.277-.142.263-.33l.04.37-.006-.007Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m82.315 73.27 15.822-.074c.31 0 .6.25.667.58a.528.528 0 0 1 .014.108c0 .088.013.182.013.27 0 .047 0 .094.007.141v.297c.007.276.013.492.007.708v.256c0 .256-.014.472-.027.687 0 .129-.014.19-.014.25v.087c0 .061-.007.115-.013.176 0 .047-.007.087-.014.135 0 .074-.013.155-.02.229 0 .054-.013.108-.013.155 0 .04-.007.08-.014.121 0 .054-.013.115-.02.169a.492.492 0 0 1-.014.1c-.013.088-.02.176-.033.264a3.74 3.74 0 0 1-.047.29c-.02.134-.034.209-.048.29-.027.148-.04.229-.06.316-.02.115-.04.21-.061.304-.027.121-.04.195-.06.27 0 .026-.014.053-.02.087-.014.06-.028.121-.048.189-.007.033-.014.06-.02.094l-.04.162c-.028.094-.048.189-.075.283a19.241 19.241 0 0 1-.357 1.14c-.89 2.54-2.333 4.765-4.227 6.498a14.689 14.689 0 0 1-2.07 1.59l-.06.041a14.583 14.583 0 0 1-4.24 1.807c-.061.013-.095.02-.135.034l-.182.04c-.075.014-.149.034-.216.047l-.108.02c-.02 0-.04.007-.067.014a15.392 15.392 0 0 1-3.89.27c-.101 0-.162-.007-.23-.014-.047 0-.1-.006-.148-.013-.04 0-.074 0-.114-.007-.715-.06-1.43-.168-2.144-.324l-.256-.06a.764.764 0 0 1-.533-.836l2.569-16.665a.566.566 0 0 1 .512-.505l.027-.02Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M91.691 51.88a.545.545 0 0 1 .358.088c3.067 1.813 5.73 4.402 7.752 7.51a24.457 24.457 0 0 1 3.755 10.233c.047.357-.182.647-.499.674l-17.81-.06c-.472 0-.836-.553-.654-1.005l6.64-17.082a.527.527 0 0 1 .458-.351v-.007Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M78.58 54.921c.27-.02.532-.04.802-.047.323-.014.627.256.694.607 0 .02.007.047.014.067l1.685 16.658c.013.202-.115.33-.263.344a.348.348 0 0 1-.296-.142l-10.41-13.543c-.228-.297-.222-.715.028-.93a14.768 14.768 0 0 1 7.746-3.014Z"/>
12
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg id="tnt-Dialog-CodePlaceholder" 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_Color21)" d="M131 37a4 4 0 0 1 4 4v90a4 4 0 0 1-4 4H41a4 4 0 0 1-4-4v-1h89a4 4 0 0 0 4-4V37h1Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M30 34a4 4 0 0 1 4-4h92a4 4 0 0 1 4 4v92a4 4 0 0 1-4 4H34a4 4 0 0 1-4-4V34Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M36 122v-2.917a1 1 0 0 1 2 0V122h2.917a1 1 0 0 1 0 2H38a2 2 0 0 1-2-2Zm18.917 0a1 1 0 0 1 0 2h-5.834a1 1 0 0 1 0-2h5.834Zm14 0a1 1 0 0 1 0 2h-5.834a1 1 0 0 1 0-2h5.834Zm14 0a1 1 0 0 1 0 2h-5.834a1 1 0 0 1 0-2h5.834Zm14 0 .102.005a1 1 0 0 1 0 1.99l-.102.005h-5.834a1 1 0 0 1 0-2h5.834Zm14 0a1 1 0 0 1 0 2h-5.834a1 1 0 0 1 0-2h5.834ZM122 122v-2.917a1 1 0 0 1 2 0V122a2 2 0 0 1-2 2h-2.917a1 1 0 0 1 0-2H122Zm-86-11.083v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm86 0v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm-86-14v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm86 0v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm-86-14v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm86 0v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm-86-14v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm86 0v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm-86-14v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm86 0v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm-86-14V38a2 2 0 0 1 2-2h2.917l.102.005a1 1 0 0 1 0 1.99l-.102.005H38v2.917a1 1 0 0 1-2 0Zm86 0V38h-2.917a1 1 0 0 1 0-2H122a2 2 0 0 1 2 2v2.917a1 1 0 0 1-2 0ZM54.917 36a1 1 0 0 1 0 2h-5.834a1 1 0 0 1 0-2h5.834Zm14 0a1 1 0 0 1 0 2h-5.834a1 1 0 0 1 0-2h5.834Zm14 0a1 1 0 0 1 0 2h-5.834a1 1 0 0 1 0-2h5.834Zm14 0 .102.005a1 1 0 0 1 0 1.99l-.102.005h-5.834a1 1 0 0 1 0-2h5.834Zm14 0a1 1 0 0 1 0 2h-5.834a1 1 0 0 1 0-2h5.834Z"/>
6
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg id="tnt-Dialog-Company" 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="m54.85 100.827 18.813-.876V34L54.438 45.152l.412 55.675Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color27)" d="m70.681 61.059-13.721 5.61.03 2.749 13.695 2.754-.004-11.113Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m94.56 108.094-20.898 3.274V34l20.897 8.202v65.892Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M92.445 76.507 76.47 74.835V37.078l15.975 6.038v33.391Zm0 35.068-15.975 2.916V76.728l15.975 1.456v33.391Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m81.348 38.35-.019 36.914h-1.516l.019-36.914h1.516Zm4.557 1.088-.045 37.093-1.516-.002.045-37.092 1.516.001Zm3.905 2.056v34.66h-1.515v-34.66h1.516Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M64.537 65.558v18.178l19.894-6.963-19.894-11.215Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m66.814 68.93 16.953 8.576-5.699 1.775-11.22-3.865-.034-6.485Zm-.03 7.52.035 6.568 10.345-3.294-10.38-3.275Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m119.11 126.499-21.3.226v-55.03l21.221 10.94.079 43.864Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M40.144 126.725V77.383l24.393-11.825.083 18.045 33.26-11.894-.025 55.016h-57.71Zm77.58-35.521-17.765-7.587v-8.678l17.706 9.302.059 6.963Zm-.113 7.897-17.652-5.36v-8.673l17.593 7.076.059 6.957Zm-.005 8.265-17.721-3.309v-8.673l17.662 5.035.059 6.947Zm.152 8.393-17.883-1.632v-8.679l17.824 3.363.059 6.948Zm-.074 8.33-17.878.433v-8.673l17.819 1.303.059 6.937Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color27)" d="M65.274 85.982 95.917 75.75l.015 5.817-30.643 8.57-.015-4.155Zm.016 8.453 30.637-7.489.005 5.827-30.643 6.077v-4.415Zm0 8.57 30.642-5.502v5.846l-30.643 4.067v-4.411Zm0 8.63 30.642-3.634v5.856l-30.643 2.183v-4.405Zm.024 8.393 30.617-1.303v5.571H65.314v-4.268ZM41.977 79.6l20.042-8.584.025 4.066-20.027 8.113-.04-3.594Zm.04 7.134 20.066-7.454.024 4.106-20.09 6.977v-3.629Zm-.04 6.876 20.096-6.167.02 4.136-20.116 5.689v-3.659Zm.04 6.618 20.041-5.044.025 4.17-20.066 4.552v-3.678Zm-.04 6.902 20.072-3.702.024 4.204-20.056 3.201-.04-3.703Zm.054 6.875 20.008-2.503.02 4.238-20.042 1.997.014-3.732Zm-.014 6.923 20.007-1.175.03 4.538-20.037.384v-3.747Zm28.058-79.701-13.13 6.963.007 14.38 13.168-5.524-.045-15.82Z"/>
13
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg id="tnt-Dialog-Compass" 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="M96.593 62.699c-.94-8.95-12.543-12.501-21.699-12.687H56.743c-.292 1.113 1.525 3.124 2.327 3.6a4.21 4.21 0 0 0 1.623.563L62.6 56.33c-.194.374-.374.755-.541 1.143H60.61l-.007.002c-1.875-.022-3.422.363-4.353 1.527-1.674 2.092-3.453 6.12-3.174 9.328l-.013-.003v-.023s-.406-.291-1.45.331a7.859 7.859 0 0 0-1.531 1.172c-1.32 1.19-2.47 2.813-2.394 3.811.111 1.45.552 3.265.506 4.474l-.064.105c-1.057.789-1.428 3.178-1.563 6.209a22.93 22.93 0 0 0-.047.937 174.06 174.06 0 0 0-.044 5.429 120.902 120.902 0 0 1-.074 3.98c-.273 6.949.326 11.362 1.371 12.725 1.045 1.362 1.579 2.132.534 4.539-.427.983-.797 3.096-1.12 6.995h28.507c-.068-3.433.042-6.382.508-8.077 1.534-5.578 2.816-5.788 6.303-9.135 3.487-3.347 12.97-15.061 14.923-17.432 1.953-2.37 5.298-6.564 5.911-7.694 1.17-2.156-1.113-7.339-.332-8.343l.026-.038c.766-.964 1.469-5.48 1.916-7.362a.822.822 0 0 0-.236-.05l.004-.02c-.605-.744-2.221-1.697-3.943-1.177-.898.272-1.875.821-2.844 1.7v-.003c-.374.29-.84.737-1.338 1.32Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M90.425 103.064c-1.227 4.447-.124 18.382.899 23.801H60.9c0-3.335.398-10.151.566-12.479.19-2.625.498-8.442 2.122-12.754-.372-1.714-2.01-1.612-2.516-6.327-.285-2.654-.469-12.877-.329-17.74.112-3.892 1.162-6.44 1.674-7.227.046-1.204-.395-3.012-.506-4.457-.14-1.807 3.773-5.67 5.387-5.27-.279-3.197 1.501-7.21 3.175-9.295 1.673-2.084 5.336-1.663 9.32-.884 2.057.402 25.772 18.458 27.585 11.927 1.813-6.531 5.043-9.588 7.619-10.364 1.722-.519 3.338.431 3.942 1.173-.371 2.084-.928 6.442-1.709 7.443-.781 1 1.502 6.165.332 8.313-.614 1.126-3.958 5.305-5.911 7.667-1.952 2.363-11.437 14.036-14.924 17.37-3.487 3.336-4.768 3.545-6.302 9.103ZM82.757 35.56c-.66 1.611.32 4.416 1.378 6.147 3.913 1.134 11.094 2.399 9.704-1.373-1.737-4.715-4.672-6.207-6.29-6.863-1.617-.656-3.888-.122-4.792 2.089Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M74.832 49.792h4.536c.067 5.051-.201 14.802-1.806 13.395-2.007-1.76-3.706-6.243-3.532-10.436.04-.96.522-2.959.802-2.959ZM92.826 76.7c-1.91 0-5.005 0-6.381-.231l-.716-5.472c7.522-2.856 21.82-8.805 22.297-7.853.597 1.19-.627 5.028-2.595 7.853-2.892 4.152-10.217 5.703-12.605 5.703Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M72.096 72.12c.912-.329 2.591-1.27 3.2-3.028.608-1.758.659-4.42.608-5.53l23.724 10c-2.839.378-8.927 1.409-10.57 2.5-1.99 1.322-11.92 6.777-13.073 9.524-.202.829-.281 1.12-.081.248.018-.08.046-.163.082-.248.412-1.693 1.337-5.63 1.439-6.494.152-1.288-.913-3.03-2.13-3.03-.973 0-2.128.504-2.585.757l-.614-4.7Zm2.214-26.296 2.756 3.103 4.074-3.103h-6.83Zm-7.682 24.404c-.487-.909-2.445-6.33-2.395-8.071 0 0 .56-.622 1.603-1.243 1.044-.62 1.45-.33 1.45-.33 0 1.572-.254 2.974-.254 6.186 0 4.016 1.629 5.07 4.006 5.428-2.281 1.212-3.802-.833-4.41-1.97Zm-1.052 9.062c-.654-.725-2.302-6.276-3.044-8.962-2.362 1.267-1.635 9.686-1.908 16.61-.272 6.925.327 11.323 1.372 12.68 1.045 1.359 1.579 2.125.534 4.524-.836 1.919-1.56 9.365-1.826 22.721H67.5c.257-6.397.838-23.966 1.71-25.305 1.09-1.675 4.18-2.444 3.589-2.806-.591-.362-6.996-1.63-8.632-3.486-1.635-1.855-1.635-8.101-.772-12.22.863-4.118 2.998-2.851 2.18-3.756Zm22.868 20.246c-4.535.579-9.253-2.076-11.046-3.475.194 1.158.698 3.851 1.163 5.357.581 1.882 9.011 1.159 9.883-1.882Zm23.355-34.168c-.501-.125-3.393.312-4.777.546-.376-6.116 3.383-10.876 5.132-12.229 0 1.639-.449 5.322-.825 6.695-.47 1.716 1.096 5.144.47 4.988Z"/>
7
+ <ellipse cx="92.866" cy="56.901" fill="var(--sapContent_Illustrative_Color2)" rx="18.051" ry="17.985"/>
8
+ <ellipse cx="92.652" cy="56.883" fill="var(--sapContent_Illustrative_Color8)" rx="16.559" ry="16.498"/>
9
+ <path fill="var(--sapContent_Illustrative_Color22)" d="M92.205 69.773h.775c.07-.561-.21-1.123-1.339-1.123-1.198 0-1.339.492-1.339.913 0 .42.353.701.846.912.493.21.775.351.775.491s-.07.281-.353.281c-.225 0-.375-.28-.422-.421h-.846c-.07.632.705.912 1.268.912.564 0 1.198-.28 1.198-.772 0-.631-.514-.818-.986-.912-.564-.112-.564-.35-.564-.491 0-.14.07-.351.493-.351s.47.374.494.561ZM79.17 54.26v-.772l2.89.983-.142.982-1.761.14 1.62.843v.912l-2.959.14v-.841h1.691l-1.48-.773v-.912l1.692-.14-1.55-.562Zm28.656 3.814-3.01-.374-.282 2.316.705.07.141-1.403.563.07-.141 1.474.634.07.141-1.404.494.07-.141 1.474.634.07.262-2.433ZM93.473 45.837l.316-2.968.952.09.954 1.746.103-1.605.916.07-.353 2.947-.814-.06-1.038-1.69-.17 1.52-.866-.05Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color23)" d="m96.15 50.468-1.409-3.86-2.466 3.44 3.875.42Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color2)" d="m95.737 53.023-1.177-5.247-2.425 4.487-4.157-2.554 1.316 4.832-5.404 1.243 4.919 2.554-2.98 4.418 5.128-1.657 1.178 5.315 2.725-5.117 4.688 3.392-1.593-5.451 4.85-.9-4.85-2.554 2.771-4.418-4.989 1.657Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m84.553 45.414 6.83 12.654s7.94 7.613 8.436 7.172c.495-.442-4.604-9.91-4.604-9.91l-10.662-9.916Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color23)" d="m84.553 45.414 6.83 12.654s2.29-.182 2.786-.624c.495-.44 1.046-2.113 1.046-2.113l-10.662-9.917Z"/>
14
+ <ellipse cx="93.415" cy="56.624" fill="var(--sapContent_Illustrative_Color2)" rx="1.139" ry="1.135"/>
15
+ <path fill="var(--sapContent_Illustrative_Color28)" d="M67.995 66.512c0-1.44 1.506-2.814 2.26-3.32 2.258-.675 3.049.563 3.614 1.07.451.404.451 2.494.395 3.488-.395.431-1.468 1.384-2.598 1.744-1.13.36-2.579.15-3.163 0-.169-.394-.508-1.542-.508-2.982Zm-2.09 8.496.34 3.433c.083.852 1.298 1.52 2.654 1.632 1.084.09 2.296-1.05 2.767-1.632-.132-1.144-.407-3.5-.452-3.77-.056-.338-1.694-1.182-2.767-1.238-.859-.045-2.052 1.032-2.542 1.575Zm49.803-16.464c-.321-.825.134-2.455.402-3.167 1.081-1.856 2.453-2.374 3.061-2.141-.45 1.89-1.159 6.443-1.931 7.358-.913.073-1.13-1.02-1.532-2.05Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M77.575 46.39c1.582-.191 2.197-.718 2.839-1.661.642-.944.426-1.411.426-1.411l2.636-1.85c-.959-1.492-2.787-2.056-3.684-2.268-1.969-.465-3.804-.239-5.721 0-1.917.239-2.876 2.208-3.175 3.342-.293 1.109 1.594 2.928 2.396 3.402 1.395.824 2.702.636 4.283.445Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color28)" d="M75.867 38.876c.772-.029 2.038.558 2.574.855h-2.18c-.858 0-3.396.427-4.362.64.787-1.495 3.003-1.46 3.968-1.495Z"/>
18
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg id="tnt-Dialog-Components" 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="M70.91 97.955h-.01l-1.692.819a.545.545 0 0 0-.241.192c-.038.07-.048.14-.038.21a.528.528 0 0 0 .086.203.902.902 0 0 0 .144.17c.134.14.332.236.579.322.246.086.519.155.824.246.3.086.61.188.91.332.3.139.584.327.83.573.15.155.251.31.294.466a.696.696 0 0 1-.021.455 1.096 1.096 0 0 1-.22.326l-.278.048a8.8 8.8 0 0 1-2.987-.107 6.438 6.438 0 0 1-1.264-.396c-.369-.166-.674-.364-.888-.583-.252-.257-.348-.471-.37-.653-.02-.182.049-.343.124-.482.075-.14.176-.268.208-.396.033-.129.022-.252-.112-.391a1.648 1.648 0 0 0-.273-.225 1.675 1.675 0 0 0-.45-.22 2.85 2.85 0 0 0-.647-.139 4.158 4.158 0 0 0-.878.027l-10.284 1.408-.026-.027-1.537.809 11.825 12.371-.026.01h.032l.016.011.07-.027 22.354-3.442 4.646-.712h.006l20.732-3.19 4.743-.728h.027l2.189-.728h-.043v.005h-.026l-12.147-11.59h.011L95.347 81.709 69.85 84.802l-.01-.01-1.639.942 4.186 4.186c-.064 0-.128-.011-.192-.016-.29-.032-.594-.086-.921-.134a9.163 9.163 0 0 0-1.114-.107c-.417-.011-.899 0-1.46.075-.483.058-.895.16-1.243.289-.342.133-.605.289-.792.47-.027.028-.043.049-.064.076.016-.016.021-.038.037-.054a1.81 1.81 0 0 1 .44-.326l-1.628.894a1.574 1.574 0 0 0-.434.32.865.865 0 0 0-.203.338 1.524 1.524 0 0 0-.3-.118 4.479 4.479 0 0 0-.605-.123 8.923 8.923 0 0 0-.562-.053c-.064 0-.118-.006-.182-.006h-.171c-.054 0-.107.006-.16.011-.054 0-.103.01-.156.016-.075.01-.14.021-.209.032-.07.016-.134.027-.203.043l-.21.048c-.069.016-.138.032-.213.054-.075.021-.15.037-.22.053a3.01 3.01 0 0 1-.235.054c-.08.016-.166.032-.257.048a3.955 3.955 0 0 1-.284.043c-.112.01-.225.027-.353.037-.129.01-.257.016-.396.022-.14.005-.29.005-.45 0-.16 0-.332-.011-.508-.016a9.079 9.079 0 0 1-1.505-.215 5.81 5.81 0 0 1-1.21-.412c-.342-.166-.62-.353-.803-.556-.181-.204-.278-.418-.262-.637a.673.673 0 0 1 .086-.279c.075-.016.144-.037.225-.048a6.712 6.712 0 0 1 .899-.123c.128-.01.257-.016.39-.022h.408c.139 0 .273.006.417.017a9.714 9.714 0 0 1 1.483.192c.396.086.696.188.969.284.273.096.508.193.76.273.252.08.52.14.851.155.07 0 .14.01.225.01h.257c.086 0 .182 0 .268-.01.085-.01.176-.016.262-.027.059-.005.112-.016.171-.026.054-.011.113-.022.16-.038.049-.016.097-.027.145-.048.048-.016.086-.037.129-.059l1.558-.878s.02-.005.026-.01a.495.495 0 0 0 .188-.156.412.412 0 0 0 .075-.214l.192-4.4-29.484-1.847v-.027l-1.296.99-1.44 12.195-.032.021h.032v.016l.021-.01 11.263.6c.364.015.643.064.857.128.22.064.375.144.482.23a.618.618 0 0 1 .203.273c.032.09.032.171.032.24a.25.25 0 0 1-.032.108l-.032.048-1.108.648a1.879 1.879 0 0 0-.241.16 1.387 1.387 0 0 0-.203.193.957.957 0 0 0-.22.525c-.016.225.07.45.252.658.182.209.46.402.808.568.348.171.765.31 1.237.422a8.811 8.811 0 0 0 1.964.22c.145 0 .278 0 .423-.011.14-.005.273-.016.407-.027a7.031 7.031 0 0 0 .872-.128 5.69 5.69 0 0 0 .45-.112 3.74 3.74 0 0 0 .396-.14c.123-.048.241-.101.348-.16.471-.257.953-.509 1.424-.766.043-.021.091-.037.129-.059.219-.117.39-.257.513-.401a.848.848 0 0 0 .21-.477.919.919 0 0 0-.22-.658 2.292 2.292 0 0 0-.552-.455c-.198-.128-.407-.246-.556-.364a.57.57 0 0 1-.214-.262c.053 0 .112 0 .176.005l10.995.584 1.606-.825h.011v-.005l.016-.01h-.016l.182-4.128c.204.187.471.353.792.498.359.16.771.289 1.226.385a8.682 8.682 0 0 0 2.896.123c.204-.026.386-.059.546-.09.16-.033.31-.07.434-.108a2.93 2.93 0 0 0 .348-.117c.102-.043.192-.08.273-.124l1.322-.674c.048-.01.091-.016.144-.027.14-.016.322-.037.52-.048.192-.01.412-.005.626.016.214.021.428.064.626.134.049.016.097.037.145.059.134.064.262.144.364.246l3.817 3.811-7.618 1.044c-.326.043-.551.113-.701.188m-4.497-7.061v.01-.01Zm.097-.204s-.022.032-.027.049c.01-.016.016-.032.027-.049Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color16)" d="m84.152 46.34 2.136 10.374 2.056-1.664-2.174-10.482-2.018 1.772Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M88.344 55.038c.038.171.049.327.049.466s-.022.262-.06.37a.973.973 0 0 1-.343.503l-2.044 1.648c.075-.059.145-.134.204-.214a.935.935 0 0 0 .139-.284c.032-.107.053-.23.059-.37a1.818 1.818 0 0 0-.048-.46l2.05-1.659m1.527 7.393a1.993 1.993 0 0 0-.354-.802 1.549 1.549 0 0 0-.546-.44 1.87 1.87 0 0 0-.6-.165 2.186 2.186 0 0 0-.53 0 1.112 1.112 0 0 0-.401.096c-.059.027-.117.053-.171.086-.054.032-.107.07-.155.107l-1.8 1.407a3.512 3.512 0 0 1-.418.129c-.176.037-.364.07-.572.086a3.627 3.627 0 0 1-1.456-.182 4.307 4.307 0 0 1-1.312-.718 4.613 4.613 0 0 1-1.017-1.14 4.295 4.295 0 0 1-.578-1.45 3.876 3.876 0 0 1-.075-.986c.016-.315.075-.615.166-.904a3.162 3.162 0 0 1 .958-1.424l-1.986 1.665a2.89 2.89 0 0 0-.567.631 3.2 3.2 0 0 0-.38.782c-.091.284-.15.578-.166.894-.016.316 0 .637.075.974.101.52.305.996.567 1.435a4.4 4.4 0 0 0 1.007 1.124c.39.316.83.551 1.295.706a3.672 3.672 0 0 0 2.013.097c.171-.038.332-.086.47-.145.145-.053.274-.117.392-.187.117-.07.224-.145.32-.22.53-.417 1.06-.824 1.585-1.241.048-.011.097-.022.15-.027.145-.01.327-.016.52 0 .192.021.4.07.594.166.198.09.385.23.54.433.038.048.075.107.113.166.101.172.187.386.24.632l2.185 10.6 2.12-1.484-2.222-10.711h-.01l.005.01Zm-10.461-8.447-1.965 1.687a.957.957 0 0 1-.31.182.9.9 0 0 1-.172.048.994.994 0 0 1-.176.021h-.268c-.085 0-.176-.021-.262-.037a3.295 3.295 0 0 1-.246-.059c-.08-.022-.15-.048-.214-.07-.316-.112-.541-.3-.75-.524-.209-.23-.39-.498-.605-.771a5.312 5.312 0 0 0-.803-.846 4.495 4.495 0 0 0-1.343-.739 3.734 3.734 0 0 0-.397-.123 5.194 5.194 0 0 0-.396-.08 3.334 3.334 0 0 0-.39-.038h-.38c-.188.011-.37.043-.541.08a2.877 2.877 0 0 0-.514.167 3.02 3.02 0 0 0-.471.246c-.15.096-.29.203-.423.321l1.884-1.724a3.07 3.07 0 0 1 .423-.326 3.35 3.35 0 0 1 1.541-.492c.13-.011.258-.011.386 0 .129.01.263.016.391.037.129.021.262.048.396.08s.268.075.402.123a4.819 4.819 0 0 1 1.354.744c.343.279.589.568.808.852.22.283.407.55.61.781a1.904 1.904 0 0 0 .975.605 2.794 2.794 0 0 0 .508.096c.086 0 .182.011.273 0 .06 0 .118-.01.177-.021a.995.995 0 0 0 .171-.048.736.736 0 0 0 .161-.075c.048-.032.102-.064.15-.107"/>
6
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M70.707 51.73a3.07 3.07 0 0 1 .423-.326 3.27 3.27 0 0 1 1.542-.492 2.25 2.25 0 0 1 .385 0c.129.01.262.015.39.037.13.021.263.048.397.08s.268.075.401.123a4.821 4.821 0 0 1 1.355.744c.342.279.589.568.808.852.22.283.407.55.61.781.209.23.445.417.76.535.065.027.14.048.215.07a2.796 2.796 0 0 0 .508.096c.086.006.182.011.273 0 .059 0 .118-.01.177-.021a.995.995 0 0 0 .171-.048.739.739 0 0 0 .16-.075c.049-.032.102-.064.15-.107-.653.562-1.311 1.124-1.964 1.686a.957.957 0 0 1-.31.182.9.9 0 0 1-.172.048.994.994 0 0 1-.177.021h-.267c-.086 0-.177-.02-.263-.037a3.345 3.345 0 0 1-.246-.059c-.08-.021-.15-.048-.214-.07-.316-.112-.54-.3-.75-.53-.208-.23-.39-.497-.604-.77a5.312 5.312 0 0 0-.803-.846 4.495 4.495 0 0 0-1.344-.739 3.734 3.734 0 0 0-.396-.123 5.194 5.194 0 0 0-.396-.08 3.334 3.334 0 0 0-.39-.038c-.13 0-.258 0-.38.006-.188.01-.37.042-.541.08a2.877 2.877 0 0 0-.514.166 3.05 3.05 0 0 0-.471.246c-.15.096-.29.204-.423.321l1.884-1.723m25.26 52.135 26.45-3.453 2.451-1.172-26.674 3.452-2.227 1.173ZM81.73 83.828l-2.035 1.386a3.209 3.209 0 0 0 1.21-1.547c.117-.316.198-.659.23-1.023a3.937 3.937 0 0 0-.07-1.113 4.79 4.79 0 0 0-.535-1.467 5.205 5.205 0 0 0-.723-.931c-.251-.262-.481-.477-.68-.723-.197-.246-.347-.503-.412-.84a2.925 2.925 0 0 1-.059-.418c-.01-.155-.01-.316.011-.476.022-.16.064-.321.134-.466a.987.987 0 0 1 .321-.38l2.013-1.488c-.145.107-.246.24-.321.385a1.413 1.413 0 0 0-.14.471 2.375 2.375 0 0 0-.01.477c.01.155.032.3.059.423.07.342.22.6.417.845.198.247.445.472.686.728.246.263.508.552.728.943.224.39.422.861.54 1.482.08.386.102.766.07 1.13a3.785 3.785 0 0 1-.23 1.028c-.124.32-.29.615-.498.883a3.129 3.129 0 0 1-.728.68"/>
7
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M81.129 74.353c-.145.107-.246.24-.321.385a1.413 1.413 0 0 0-.14.472 2.435 2.435 0 0 0-.01.481c.01.156.032.3.059.423.07.343.22.6.417.846.198.246.445.471.686.728.246.262.508.551.728.942.224.39.422.862.54 1.483a3.87 3.87 0 0 1-.16 2.157 3.56 3.56 0 0 1-.493.883 3.126 3.126 0 0 1-.728.68l-2.034 1.387a3.19 3.19 0 0 0 1.21-1.547c.123-.322.198-.659.23-1.023a4.13 4.13 0 0 0-.07-1.113 4.652 4.652 0 0 0-.54-1.467 5.197 5.197 0 0 0-.723-.931c-.252-.263-.487-.477-.68-.723-.192-.246-.348-.503-.412-.84a2.898 2.898 0 0 1-.059-.418c-.01-.155-.01-.316.01-.476a1.55 1.55 0 0 1 .135-.466.988.988 0 0 1 .32-.38l2.014-1.488"/>
8
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M65.103 66.676a1.831 1.831 0 0 1 .39.096l.005-.005 10.465 3.682-1.964 1.542-10.364-3.629v-.002a2.185 2.185 0 0 0-.38-.094c-.058-.006-.123-.016-.182-.016h-.166a1.123 1.123 0 0 0-.363.09c-.053.028-.102.049-.15.08a1.265 1.265 0 0 0-.134.103l1.842-1.584v-.005c.042-.038.085-.07.133-.103a.85.85 0 0 1 .156-.08 1.032 1.032 0 0 1 .363-.09h.166c.053.004.118.004.183.015Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color16)" d="m52.704 34.949-7.039 27.156 1.676-1.686L54.412 33l-1.708 1.949Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M62.613 74.674a3.606 3.606 0 0 1-.942.385c-.166.043-.343.07-.52.086-.133.01-.267.016-.401.016a3.619 3.619 0 0 1-.83-.102 4.481 4.481 0 0 1-1.82-.92 4.673 4.673 0 0 1-1.012-1.215 4.148 4.148 0 0 1-.519-1.467 3.864 3.864 0 0 1 .054-1.547 4.62 4.62 0 0 1 .203-.632 4.09 4.09 0 0 1 .257-.508c.038-.06.075-.102.113-.156l1.52-1.349c.059-.053.112-.101.16-.16.049-.054.097-.118.14-.177.042-.064.08-.134.112-.203.032-.075.059-.155.08-.241.038-.155.075-.348.08-.557.011-.209 0-.434-.069-.653a1.466 1.466 0 0 0-.364-.632 1.949 1.949 0 0 0-.776-.481l-10.76-3.785-1.675 1.686 10.652 3.726c.343.118.589.284.766.476.182.193.294.407.358.621.065.22.08.445.07.648-.01.209-.048.396-.08.546a1.342 1.342 0 0 1-.08.236c-.017.037-.038.07-.054.101l-1.37 1.22a2.9 2.9 0 0 0-.311.317 2.911 2.911 0 0 0-.29.396c-.09.15-.176.316-.25.498a4.766 4.766 0 0 0-.204.626 3.909 3.909 0 0 0-.059 1.536c.08.503.262.996.52 1.45a4.406 4.406 0 0 0 2.387 1.992 4.057 4.057 0 0 0 1.236.214c.134 0 .268 0 .396-.016.177-.016.348-.048.514-.085a3.62 3.62 0 0 0 .482-.155 3.525 3.525 0 0 0 .862-.514c.61-.504 1.231-1.007 1.841-1.51a2.893 2.893 0 0 1-.417.29Zm35.555 28.008-2.222 1.172-28.088 3.661 1.96-1.161 28.344-3.667.005-.005Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color15)" d="m69.823 106.353-1.959 1.161-5.712-30.234 1.852-1.499 5.82 30.566v.006Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color3)" d="m112.236 43.004 6.178 27.654-9.561.905a1.518 1.518 0 0 1-.803-.123 1.427 1.427 0 0 1-.535-.434 2.333 2.333 0 0 1-.321-.567 3.466 3.466 0 0 1-.161-.54 1.598 1.598 0 0 1 .048-.863c.086-.267.214-.514.337-.797.124-.284.241-.6.295-1.001.053-.402.043-.867-.086-1.462a4.46 4.46 0 0 0-1.563-2.521 4.092 4.092 0 0 0-1.258-.696 3.534 3.534 0 0 0-1.397-.182 2.905 2.905 0 0 0-2.205 1.29 3.248 3.248 0 0 0-.493 1.242c-.08.46-.075.958.038 1.472a4.97 4.97 0 0 0 .535 1.435c.219.375.471.658.706.915.241.257.477.471.664.712.193.241.343.493.412.825.033.155.065.347.075.546.011.203 0 .417-.069.605-.064.192-.166.38-.337.519-.172.139-.407.24-.728.267l-9.941.937-2.216-10.685c-.075-.353-.198-.615-.359-.819a1.548 1.548 0 0 0-.546-.438 1.906 1.906 0 0 0-.6-.167 2.187 2.187 0 0 0-.53 0c-.31.027-.54.145-.749.316-.209.172-.396.391-.605.605-.214.22-.47.45-.803.621a3.51 3.51 0 0 1-1.343.37 3.63 3.63 0 0 1-1.456-.182 4.31 4.31 0 0 1-1.312-.718 4.602 4.602 0 0 1-1.017-1.14 4.188 4.188 0 0 1-.578-1.45 3.696 3.696 0 0 1-.01-1.494c.096-.471.272-.889.53-1.253.261-.364.588-.664.979-.888.396-.225.84-.364 1.333-.397a3.987 3.987 0 0 1 1.445.145c.401.118.728.3 1.028.476.3.177.562.364.83.493.267.128.54.214.85.187.15-.01.327-.037.51-.085.181-.049.363-.129.513-.252.155-.123.284-.284.353-.503.07-.22.086-.498.011-.84l-2.168-10.455 26.075-1.6v.01l.005.005Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M103.398 62.384c.471-.038.947.026 1.397.182.45.155.873.396 1.258.696.385.305.717.68.985 1.108.268.428.471.904.578 1.413.129.589.139 1.065.086 1.461a3.77 3.77 0 0 1-.295 1.001c-.123.29-.257.536-.337.798-.08.262-.118.535-.048.862.032.155.086.342.161.54.074.199.182.397.321.568.139.177.316.332.535.433.22.102.482.15.803.124l9.561-.905 6.386 28.596-26.6 3.442-2.29-11.06c-.076-.358-.065-.642 0-.877a1.06 1.06 0 0 1 .342-.535c.15-.134.332-.225.503-.29.177-.064.359-.096.509-.112.315-.037.594.038.867.16.273.124.54.306.84.482.3.177.627.348 1.028.46.401.113.856.167 1.424.102a3.086 3.086 0 0 0 1.322-.465c.386-.246.701-.573.948-.953.246-.385.417-.825.497-1.306a4.06 4.06 0 0 0-.042-1.52 4.631 4.631 0 0 0-.595-1.462 4.45 4.45 0 0 0-1.006-1.135 3.977 3.977 0 0 0-1.29-.696 3.421 3.421 0 0 0-1.435-.155c-.562.064-.99.214-1.322.407a3.3 3.3 0 0 0-.792.658c-.214.236-.396.46-.6.632-.208.177-.439.31-.744.343a2.596 2.596 0 0 1-.54 0 1.814 1.814 0 0 1-.605-.161 1.404 1.404 0 0 1-.541-.439 2.028 2.028 0 0 1-.359-.824l-2.243-10.819 9.941-.937c.327-.032.557-.128.728-.267.171-.14.278-.322.337-.514.059-.198.075-.412.07-.605 0-.198-.038-.396-.075-.552a1.906 1.906 0 0 0-.412-.824c-.193-.24-.428-.455-.664-.712a4.825 4.825 0 0 1-.707-.915 4.635 4.635 0 0 1-.535-1.435 3.803 3.803 0 0 1-.037-1.472c.08-.46.246-.878.487-1.242a2.91 2.91 0 0 1 2.205-1.29v.01h-.005Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color3)" d="m92.055 73.16 2.242 10.823c.075.359.204.626.365.835.16.209.353.348.556.44.204.09.412.138.605.154.198.016.38.011.53-.005a1.38 1.38 0 0 0 .77-.348c.215-.182.402-.407.611-.637.214-.236.466-.466.792-.653.327-.187.75-.343 1.312-.407.482-.048.963.01 1.424.16.46.15.894.391 1.279.697a4.505 4.505 0 0 1 1.585 2.585 4.05 4.05 0 0 1 .043 1.515 3.492 3.492 0 0 1-.493 1.3 3.12 3.12 0 0 1-.937.954c-.38.246-.813.412-1.3.47a3.623 3.623 0 0 1-1.424-.1c-.402-.113-.723-.285-1.023-.456-.3-.176-.567-.353-.835-.482-.273-.128-.54-.198-.851-.166-.16.016-.348.054-.535.113a1.49 1.49 0 0 0-.53.284c-.16.133-.29.31-.359.54-.07.236-.08.52 0 .883l2.291 11.06-28.344 3.667-5.82-30.566 10.59-1.001c.347-.032.626.016.861.123a1.5 1.5 0 0 1 .562.45c.15.181.252.39.332.588.08.204.128.402.16.557.07.343.022.62-.069.9-.091.278-.246.54-.385.84-.14.3-.279.637-.343 1.054-.064.418-.07.916.053 1.547a4.492 4.492 0 0 0 1.628 2.656c.407.32.856.561 1.343.711.482.15.985.21 1.494.156a3.254 3.254 0 0 0 1.37-.46c.402-.247.734-.573.996-.959.262-.39.444-.83.53-1.317a4.046 4.046 0 0 0-.016-1.541 4.846 4.846 0 0 0-.54-1.483 5.128 5.128 0 0 0-.729-.942c-.251-.263-.492-.487-.685-.728a1.966 1.966 0 0 1-.418-.846 3.387 3.387 0 0 1-.064-.568 1.898 1.898 0 0 1 .08-.626 1.07 1.07 0 0 1 .365-.53c.182-.144.433-.246.765-.278l10.176-.964h-.01Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color26)" d="m54.385 33.055 27.643 10.352-2.216 9.84a1.881 1.881 0 0 1-.171.465.961.961 0 0 1-.252.305 1.191 1.191 0 0 1-.31.177 1.263 1.263 0 0 1-.337.07h-.273c-.091 0-.177-.022-.263-.038a3.237 3.237 0 0 1-.246-.059c-.08-.021-.15-.048-.214-.07-.316-.117-.546-.305-.76-.535-.214-.23-.396-.503-.61-.781a5.152 5.152 0 0 0-.809-.851 4.495 4.495 0 0 0-1.354-.744 3.822 3.822 0 0 0-.402-.123 5.713 5.713 0 0 0-.396-.08 3.189 3.189 0 0 0-.39-.038c-.13-.006-.258 0-.386 0a3.21 3.21 0 0 0-1.841.722 3.122 3.122 0 0 0-.654.75 3.225 3.225 0 0 0-.401.974 3.793 3.793 0 0 0-.043 1.494c.08.497.262.974.52 1.418.256.444.583.846.979 1.183.396.337.851.61 1.354.792.172.06.332.113.487.15.156.038.3.07.44.086.139.016.267.032.395.037.129.006.241 0 .36 0 .1 0 .197-.021.294-.037.096-.016.187-.038.273-.054a1.92 1.92 0 0 0 .251-.07c.08-.026.16-.047.241-.074.08-.027.155-.054.23-.075.075-.022.15-.048.225-.07a3.32 3.32 0 0 1 .22-.053c.075-.016.144-.027.22-.032h.154c.054.005.107 0 .16.01.054.011.108.017.167.033.059.016.112.032.171.053.15.054.332.134.52.236.187.101.369.24.53.406.16.166.288.375.358.61.07.242.086.53.01.863l-2.301 10.197-10.444-3.677a1.91 1.91 0 0 0-.214-.065c-.07-.016-.134-.032-.198-.037-.064 0-.123-.016-.182-.016h-.166c-.204.016-.375.08-.52.171a1.368 1.368 0 0 0-.358.343 1.693 1.693 0 0 0-.225.423 4.31 4.31 0 0 0-.128.406c-.075.327-.038.616.053.916.091.3.236.6.37.937.133.337.262.706.32 1.14.06.433.049.931-.09 1.53a3.55 3.55 0 0 1-.423 1.023 3.376 3.376 0 0 1-.68.798 3.264 3.264 0 0 1-.883.54c-.321.134-.67.225-1.033.257a4.91 4.91 0 0 1-.402.016 3.618 3.618 0 0 1-.83-.101 4.481 4.481 0 0 1-1.82-.92 4.675 4.675 0 0 1-1.011-1.216 4.147 4.147 0 0 1-.52-1.467 3.964 3.964 0 0 1 .054-1.547c.15-.6.364-1.028.605-1.36.246-.331.524-.562.787-.76.267-.198.519-.364.733-.556.214-.193.375-.423.455-.745.038-.155.075-.347.08-.556.006-.209 0-.434-.07-.653a1.522 1.522 0 0 0-.363-.632 1.98 1.98 0 0 0-.787-.487l-10.733-3.774 7.05-27.37Z"/>
16
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg id="tnt-Dialog-Dialog" 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="M101.427 99.983c.495.52.701.999.619 1.417-.088.417-.479.772-1.149 1.045-.67.274-1.628.459-2.885.531l6.908 3.632c.124.062.216.123.289.18a.726.726 0 0 1 .149.165.147.147 0 0 1 .015.144.295.295 0 0 1-.123.119c-.026.01-.057.02-.078.031 0 0-.01.005-.02.005 0 0-.01 0-.01.005l-1.623.51a.558.558 0 0 1-.088.02l-.098.016c-.03 0-.067.01-.103.015a.85.85 0 0 0-.118.011h-.35c-.047 0-.083 0-.129-.011-.016 0-.031-.005-.041-.005-.078-.01-.165-.015-.242-.026-.098-.015-.191-.025-.289-.046h-.005l-19.622-3.626-4.646.185.108.057c1.072.577 1.834 1.133 2.292 1.653.454.521.608 1 .464 1.412-.144.417-.592.767-1.324 1.035-.02.005-.036.016-.062.021l-1.313.494a5.02 5.02 0 0 1-.603.186.751.751 0 0 1-.103.02c-.026.005-.057.016-.088.021-.098.021-.2.046-.303.062l-.083.015c-.046.01-.087.021-.134.026a9.642 9.642 0 0 1-.834.108c-.294.031-.619.046-.943.067l-10.746.5-4.09 4.188a.514.514 0 0 1-.103.067c-.016.01-.046.015-.072.026h-.005c-.005.005-.01.01-.031.015-.031.015-.067.026-.108.041-.031.016-.067.026-.103.041-.036.011-.067.026-.109.042-.03.015-.066.025-.108.041-.03.015-.067.026-.108.041-.03.015-.067.026-.108.041-.031.016-.072.026-.103.041a.957.957 0 0 0-.108.042c-.031.015-.072.025-.108.041-.031.015-.073.026-.109.041a.157.157 0 0 1-.051.021c-.016.005-.031.015-.052.02-.051.016-.077.026-.123.036h-.01c-.021.006-.047.011-.073.016H58.4a.867.867 0 0 1-.13.02 1.095 1.095 0 0 1-.144.011h-.366c-.061 0-.133-.005-.195-.011-.072-.005-.145-.015-.217-.02a6.014 6.014 0 0 1-.51-.083 8.714 8.714 0 0 1-.49-.118 5.473 5.473 0 0 1-.437-.149 2.45 2.45 0 0 1-.366-.176l-6.48-3.585c-.783.026-1.618 0-2.473-.046h-.067c-.087 0-.175-.011-.267-.016a42.521 42.521 0 0 1-1.129-.093c-.098-.01-.19-.015-.283-.025-.088-.011-.17-.016-.258-.026-.139-.015-.283-.036-.432-.052-.078-.01-.155-.015-.227-.025a45.57 45.57 0 0 1-4.121-.711l-.592-.139c-.104-.026-.212-.047-.315-.072a25.813 25.813 0 0 1-.592-.15c-.134-.036-.263-.067-.397-.103-.283-.077-.566-.154-.845-.232-.17-.051-.345-.097-.515-.149-.01 0-.02-.005-.03-.01l-.444-.139c-.19-.062-.38-.124-.561-.186a13.133 13.133 0 0 1-.366-.123 22.34 22.34 0 0 1-.845-.31c-.077-.03-.16-.061-.231-.092-.16-.062-.315-.124-.464-.186-.036-.015-.062-.025-.098-.046a19.907 19.907 0 0 1-1.921-.922L20.103 100.4c-.587-.329-1.066-.649-1.432-.958-.01-.005-.02-.015-.02-.02l-.021-.016s-.036-.03-.047-.046a3.057 3.057 0 0 1-.262-.247c-.026-.026-.052-.057-.083-.083-.077-.082-.139-.16-.206-.237-.015-.015-.036-.036-.041-.056-.026-.037-.041-.067-.062-.098-.02-.031-.046-.062-.062-.093-.01-.016-.015-.031-.025-.047-.021-.046-.047-.092-.067-.138-.016-.047-.036-.088-.047-.135-.01-.035-.03-.077-.036-.113-.015-.051-.01-.098-.015-.144v-.052c0-.123 0-.252.051-.365.016-.052.052-.103.083-.155 0-.01.005-.015.01-.02.067-.114.15-.222.263-.32.015-.02.051-.046.067-.067.01-.01.025-.02.04-.03a.46.46 0 0 1 .073-.068c.026-.015.052-.046.077-.067.01-.01.031-.025.036-.036.02-.02.057-.046.078-.067l.025-.025.124-.109s.03-.025.041-.036c.02-.02.057-.046.078-.072a.11.11 0 0 1 .025-.02l.041-.036c.304-.294.794-.547 1.458-.737.85-.247 1.984-.402 3.4-.438l17.386-.484-1.581-.86c-.65-.35-1.185-.701-1.592-1.036-.407-.335-.7-.654-.87-.958-.181-.304-.238-.587-.186-.85.051-.263.216-.5.484-.71l.618-.485c.283-.33.783-.613 1.504-.824.86-.242 2.02-.392 3.457-.423l4.878-.098 2.236-.046 19.276-.397h.016c1.35-.03 2.853.057 4.42.242 1.57.186 3.188.464 4.78.825 1.592.355 3.148.788 4.585 1.267 1.432.484 2.75 1.02 3.848 1.597l12.152 6.341c1.097.572 1.89 1.128 2.39 1.643l-.021-.01Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M115.877 76.72a7.19 7.19 0 0 1-.757.422 9.217 9.217 0 0 1-.804.345c-.278.103-.566.19-.855.268-.298.072-.592.134-.901.18l-.062.01.165.743a7.458 7.458 0 0 0 .87-.474l2.344-1.49v-.004Zm-1.906 12.214a.846.846 0 0 1-.118.057c-.042.015-.088.03-.124.04-.036.011-.082.021-.124.032a.553.553 0 0 1-.128.02c-.078.006-.155.006-.237.006-.083 0-.16-.016-.243-.031a1.122 1.122 0 0 1-.242-.078 1.498 1.498 0 0 1-.237-.118h-.01l-14.97-9.427.041-.026h-.066v.005l-7.285.706.258 1.231 4.899-.479 14.784 9.345h.011c.072.04.154.077.226.108.067.026.139.051.206.067.011 0 .021.01.031.015a.72.72 0 0 0 .119.02.785.785 0 0 0 .118.011h.119c.036 0 .077-.005.113-.005.041-.005.088-.01.129-.02l.124-.031c.036-.01.077-.026.118-.042a.846.846 0 0 0 .118-.056l2.355-1.34c-.031.016-.062.036-.098.047l.098-.057h.015ZM68.104 47.583c.232-.788.551-1.53.953-2.21A8.984 8.984 0 0 1 70.5 43.53h-.005l-1.896 1.865a9.021 9.021 0 0 0-1.432 1.829 9.447 9.447 0 0 0-.948 2.19 10.09 10.09 0 0 0-.402 2.467c-.036.865.03 1.761.211 2.673h.005l.454 2.323 2.189-.257-.762-3.853a11.224 11.224 0 0 1-.212-2.69c.037-.87.17-1.704.402-2.493Zm12.544 47.131L69.18 96.007l1.18-1.262 12.342-1.38h.02l.031-.006c.16-.02.294-.036.449-.061.597-.16 1.2-.268 1.782-.48.186-.072.366-.149.54-.226.088-.041.166-.083.253-.124a9.01 9.01 0 0 0 .618-.345l-1.972 1.267a7.65 7.65 0 0 1-.85.48c-.047.02-.088.035-.134.056a2.085 2.085 0 0 0-.119.057c-.129.056-.257.113-.391.164a.81.81 0 0 1-.103.037c-.057.02-.114.051-.17.072-.32.113-.644.206-.98.283-.334.082-.68.124-1.03.17v.005Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M55.272 72.908a3.64 3.64 0 0 0-1.355-.154h-.01c-.464.03-.886.165-1.257.376a3.008 3.008 0 0 0-1.453 1.988 3.398 3.398 0 0 0-.016 1.37 3.9 3.9 0 0 0 .516 1.324 3.959 3.959 0 0 0 2.137 1.68c.438.139.897.195 1.365.15a3.09 3.09 0 0 0 1.263-.392c.37-.212.685-.5.927-.835.242-.34.417-.737.51-1.159.093-.422.103-.886.01-1.365a3.91 3.91 0 0 0-.515-1.314 3.96 3.96 0 0 0-2.117-1.669h-.005Zm11.606-.943a3.538 3.538 0 0 0-1.355-.154h-.01c-.464.03-.886.164-1.257.375a3.007 3.007 0 0 0-1.453 1.989 3.399 3.399 0 0 0-.015 1.37c.093.48.268.927.515 1.324a3.96 3.96 0 0 0 2.138 1.68c.438.138.896.195 1.365.149a3.06 3.06 0 0 0 1.262-.392c.37-.21.685-.5.927-.834.242-.34.417-.737.51-1.16.093-.422.103-.885.01-1.364A3.91 3.91 0 0 0 69 73.634a3.96 3.96 0 0 0-2.117-1.669h-.005Zm11.477-1.101a3.55 3.55 0 0 0-1.36-.155h-.01c-.464.03-.886.165-1.257.376a3.007 3.007 0 0 0-1.453 1.988 3.396 3.396 0 0 0-.015 1.37c.092.48.267.928.515 1.325a3.963 3.963 0 0 0 2.137 1.679c.438.139.897.196 1.366.15a3.1 3.1 0 0 0 1.262-.392c.37-.211.685-.5.927-.835.242-.34.417-.736.51-1.159.093-.422.103-.886.01-1.365a3.91 3.91 0 0 0-.515-1.314 3.96 3.96 0 0 0-2.117-1.668Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M56.555 105.964h.005l.005-.005-.01.005Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m38.015 71.296 2.931 16.53c.144.83.386 1.623.696 2.38l.04.114c.068.16.14.314.212.469.036.082.072.164.113.247.134.268.278.53.433.788.026.041.046.082.067.124.041.067.087.128.129.195.103.16.206.32.32.474.081.119.164.242.257.36l.015.027c.103.134.211.257.314.386.17.206.346.407.531.603l.258.273c.128.129.257.257.391.381.072.067.144.129.216.19.14.119.268.248.412.361a12.025 12.025 0 0 0 3.169 1.829c.067.026.128.051.195.072.119.046.237.098.36.14.073.025.15.04.222.06.083.027.165.047.248.073.33.093.664.175 1.004.237.083.015.16.036.242.046.02 0 .041 0 .062.005.794.13 1.602.176 2.416.119l1.695 9.236a1.678 1.678 0 0 0 .376.83 1.698 1.698 0 0 0 .917.577c.057.015.123.02.18.031.062.01.119.01.18.01.068 0 .124-.005.186-.01.051-.006.108-.011.16-.026a1.39 1.39 0 0 0 .154-.052c.01 0 .016-.005.026-.005.005-.005.01-.005.02-.01.032-.016.062-.026.093-.041.005 0 .01-.006.016-.011.062-.031.093-.046.17-.092.026-.016.051-.036.077-.052.026-.015.051-.036.082-.051a2.68 2.68 0 0 1 .16-.103c.052-.031.108-.073.16-.103.051-.031.108-.067.16-.103.051-.037.108-.067.16-.104.05-.036.107-.066.159-.103.051-.036.108-.067.16-.103.051-.036.108-.067.16-.103.05-.036.107-.067.159-.103.051-.036.108-.072.16-.103.051-.031.108-.072.16-.103.025-.015.03-.025.061-.041-.01.005 0 0-.01 0a1.883 1.883 0 0 1-.175.088 1.896 1.896 0 0 1-.35.098c-.042.005-.078.01-.12.01h-.185c-.03 0-.061 0-.092-.01-.026 0-.057-.011-.083-.016a2.985 2.985 0 0 0-.087-.015h-.016c-.061-.011-.123-.036-.185-.057a3.791 3.791 0 0 1-.289-.139 1.556 1.556 0 0 1-.273-.196c-.082-.067-.144-.154-.216-.237a1.831 1.831 0 0 1-.211-.335 2.285 2.285 0 0 1-.15-.448s-1.725-9.344-1.725-9.35c-.36.026-.721.031-1.082.021-.443-.051-.886-.072-1.33-.134-.138-.02-.277-.051-.416-.077a13.336 13.336 0 0 1-1.232-.31 12.273 12.273 0 0 1-.432-.149c-.165-.056-.325-.123-.485-.185-.123-.051-.252-.103-.376-.16a12.91 12.91 0 0 1-.757-.376c-.123-.067-.242-.139-.365-.211a7.303 7.303 0 0 1-.428-.263c-.134-.087-.273-.175-.402-.268-.139-.092-.268-.195-.402-.293a9.42 9.42 0 0 1-.293-.222c-.088-.067-.17-.144-.253-.216-.144-.124-.283-.242-.422-.371a8.453 8.453 0 0 1-.335-.325 9.801 9.801 0 0 1-.32-.334c-.144-.155-.283-.31-.417-.47-.144-.17-.288-.344-.422-.524-.093-.119-.175-.243-.263-.366-.113-.165-.226-.33-.33-.5-.056-.093-.118-.185-.175-.278a12.32 12.32 0 0 1-1.53-4.075s-2.982-16.7-2.977-16.7a10.86 10.86 0 0 1-.16-2.494c.01-.16.02-.32.036-.479a10.059 10.059 0 0 1 .36-1.875c.16-.53.361-1.04.604-1.53l.03-.062c.073-.144.15-.288.227-.427.052-.098.114-.19.17-.284.103-.17.217-.34.33-.504l.185-.263c.083-.113.17-.222.258-.33.062-.077.129-.15.196-.221.072-.083.144-.165.216-.242l-.062.067s.041-.042.057-.067a.952.952 0 0 0-.062.072l-.129.139-.056.056c-.047.052-.119.124-.165.175a1.764 1.764 0 0 1-.098.104l-.258.273s-.04.04-.056.061c-.047.047-.119.119-.165.17-.02.026-.052.057-.083.088-.051.046-.113.124-.165.17a2.519 2.519 0 0 0-.164.17 1.22 1.22 0 0 1-.083.087c-.046.052-.113.119-.16.17-.247.263-.473.541-.69.825l-.04.056c-.099.134-.202.263-.29.402a9.078 9.078 0 0 0-.607 1.087c-.057.124-.124.242-.175.366-.042.098-.072.196-.114.293a7.461 7.461 0 0 0-.247.7.81.81 0 0 1-.041.12l-.062.237c-.02.087-.052.17-.072.257-.01.046-.016.098-.026.144a8.274 8.274 0 0 0-.113.613l-.031.217c-.031.21-.052.422-.067.633 0 .036-.01.078-.01.114v.092c-.042.799 0 1.628.154 2.468h-.005Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M75.248 56.17c1.376-.097 2.74.109 4.034.547a11.937 11.937 0 0 1 3.59 1.988 12.744 12.744 0 0 1 2.787 3.127 12.133 12.133 0 0 1 1.607 3.966l2.617 12.652.16.773.19.896.29 1.39a11.43 11.43 0 0 1 .087 4.256 9.845 9.845 0 0 1-1.422 3.642 8.894 8.894 0 0 1-2.704 2.663 8.883 8.883 0 0 1-3.745 1.288l-12.374 1.38-10.802 12.055a2.019 2.019 0 0 1-.186.165 1.48 1.48 0 0 1-.211.128c-.067.036-.15.062-.227.093a.9.9 0 0 1-.242.046c-.056 0-.123.011-.18.011-.057 0-.124 0-.18-.011l-.191-.03a.877.877 0 0 1-.185-.057 1.74 1.74 0 0 1-.742-.526 1.883 1.883 0 0 1-.248-.386 1.886 1.886 0 0 1-.144-.438l-1.725-9.35a11.025 11.025 0 0 1-4.24-.55 12.146 12.146 0 0 1-3.766-2.072 12.622 12.622 0 0 1-2.874-3.28 12.234 12.234 0 0 1-1.582-4.179l-2.977-16.71a10.65 10.65 0 0 1 .098-4.323 9.655 9.655 0 0 1 1.7-3.621 9.245 9.245 0 0 1 2.993-2.555 9.848 9.848 0 0 1 3.987-1.133l19.905-1.37.334-.021 1.86-.129 4.719-.32-.01-.005Zm2.9 21.337c.439-.04.84-.17 1.19-.38a2.86 2.86 0 0 0 .871-.815c.232-.335.386-.716.469-1.128a3.28 3.28 0 0 0-.016-1.324 3.91 3.91 0 0 0-1.406-2.282 3.713 3.713 0 0 0-1.154-.628 3.227 3.227 0 0 0-1.293-.155 2.763 2.763 0 0 0-1.19.371c-.35.206-.644.48-.875.804a3.03 3.03 0 0 0-.48 1.128 3.3 3.3 0 0 0 .006 1.329c.092.463.267.901.515 1.293.247.391.551.731.901 1.01.35.278.747.494 1.164.628.418.134.86.185 1.299.15ZM55.195 79.64a3.156 3.156 0 0 0 1.262-.391c.371-.212.68-.5.927-.835a3.07 3.07 0 0 0 .51-1.16 3.47 3.47 0 0 0 .01-1.364 3.787 3.787 0 0 0-.514-1.314 3.89 3.89 0 0 0-.917-1.025 3.977 3.977 0 0 0-1.2-.644 3.443 3.443 0 0 0-1.36-.154c-.47.04-.886.17-1.257.38a3.014 3.014 0 0 0-.933.83c-.247.34-.422.732-.52 1.16a3.308 3.308 0 0 0-.016 1.37 3.9 3.9 0 0 0 .516 1.323 3.959 3.959 0 0 0 2.137 1.68c.438.139.897.196 1.366.15m11.61-1.088a2.933 2.933 0 0 0 1.227-.386c.36-.211.659-.49.896-.824.237-.34.402-.727.49-1.144a3.373 3.373 0 0 0 0-1.344 3.701 3.701 0 0 0-.516-1.293 4.07 4.07 0 0 0-.906-1.015 3.77 3.77 0 0 0-1.175-.634 3.38 3.38 0 0 0-1.324-.154c-.453.036-.865.17-1.226.376a2.85 2.85 0 0 0-.901.814 3.135 3.135 0 0 0-.5 1.143 3.22 3.22 0 0 0 0 1.35 3.972 3.972 0 0 0 1.427 2.333c.355.284.762.5 1.185.64.422.138.876.195 1.329.148"/>
9
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M103.617 39.538c1.391-.072 2.771.16 4.095.64 1.319.478 2.566 1.2 3.683 2.116a13.801 13.801 0 0 1 2.89 3.266 12.992 12.992 0 0 1 1.716 4.111l3.704 16.34a11.65 11.65 0 0 1 .195 4.235 9.753 9.753 0 0 1-1.272 3.642 8.57 8.57 0 0 1-2.54 2.694 8.429 8.429 0 0 1-3.59 1.36l2.066 9.36c.03.16.051.319.046.463a1.73 1.73 0 0 1-.072.428 1.31 1.31 0 0 1-.181.376 1.3 1.3 0 0 1-.283.299c-.046.036-.098.067-.144.098-.046.025-.103.051-.155.077-.051.02-.108.036-.164.051-.057.016-.114.02-.17.026a.913.913 0 0 1-.237 0c-.083 0-.16-.015-.243-.03a1.117 1.117 0 0 1-.242-.078 1.304 1.304 0 0 1-.237-.119l-14.964-9.478-7.351.716-.186-.896-.16-.773-2.616-12.652a12.166 12.166 0 0 0-1.602-3.966 12.549 12.549 0 0 0-2.787-3.127 12 12 0 0 0-3.59-1.989 10.28 10.28 0 0 0-4.034-.546l-4.714.32-1.864.128-.763-3.853c-.304-1.56-.288-3.07 0-4.456a9.531 9.531 0 0 1 1.643-3.709 8.889 8.889 0 0 1 2.983-2.58c1.185-.634 2.54-1.015 4.018-1.087l5.012-.258 2.298-.118 19.812-1.026.015-.01-.015.005Z"/>
10
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg id="tnt-Dialog-ExternalLink" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M160 61v45c0 6.623-5.377 12-12 12H12c-6.623 0-12-5.377-12-12V61c0-6.623 5.377-12 12-12h136c6.623 0 12 5.377 12 12Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m40.41 112.484 66.869-11.94c.416-.075.431-.662.025-.762l-41.93-10.445a3.86 3.86 0 0 0-1.535-.07l-52.796 8.137c-.933.145-1.114 1.41-.256 1.811l28.104 13.069c.471.22 1.003.291 1.52.195v.005Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M109.583 38.499a2.01 2.01 0 0 1 .785.123c.252.09.494.233.713.414.219.18.409.395.561.637.153.243.272.514.338.8l1.247 5.416-80.968 4.874-1.046-6.02a2.124 2.124 0 0 1 .028-.904 1.946 1.946 0 0 1 1.037-1.284 2.29 2.29 0 0 1 .88-.228l76.425-3.828Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m32.26 50.764 80.962-4.87 10.404 45.243c.071.305.081.604.048.88a1.965 1.965 0 0 1-.257.76 1.76 1.76 0 0 1-.514.557 1.624 1.624 0 0 1-.723.271l-78.28 9.811a2.483 2.483 0 0 1-1.83-.514 2.738 2.738 0 0 1-.657-.727c-.176-.286-.3-.6-.357-.942L32.26 50.764Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M101.263 51.277c2.872-.19 5.734 1.97 6.386 4.812l6.054 26.368c.69 3.002-1.127 5.772-4.063 6.137l-52.428 6.559c-3.475.435-6.807-1.947-7.368-5.276l-4.915-29.16c-.528-3.135 1.832-5.867 5.21-6.089l51.124-3.35Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M91.405 61.458c.37.602.626 1.233.767 1.896a5.76 5.76 0 0 1 .068 2.02 4.146 4.146 0 0 1-.773 1.804l-5.694 7.66c-.852 1.158-2.021 1.813-3.51 1.965-.703.07-1.415.02-2.13-.159a6.78 6.78 0 0 1-2.062-1.039l-.825-.603a2.942 2.942 0 0 1-.387-.338 63.558 63.558 0 0 0-.324-.342l1.069-1.409 1.644 1.208c.795.583 1.67.827 2.625.733.951-.095 1.669-.494 2.278-1.211l5.654-7.699c.539-.726.716-1.519.534-2.377-.183-.858-.692-1.652-1.509-2.257l-.807-.649a3.743 3.743 0 0 0-2.6-.748c-.964.074-1.649.446-2.168 1.123l-3.683 4.884-2.794.24 4.811-6.31a4.182 4.182 0 0 1 1.537-1.248 4.676 4.676 0 0 1 1.91-.557c1.48-.11 2.843.3 4.092 1.23l.79.588c.622.465 1.12.998 1.487 1.598h-.001l.001-.003Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m77.707 83.27 2.799-3.782 2.809-.297-3.933 5.351c-.851 1.162-2.066 1.834-3.643 2.018a6.32 6.32 0 0 1-2.195-.134 5.83 5.83 0 0 1-2.102-.984l-.857-.676c-1.332-.967-2.14-2.207-2.422-3.716-.28-1.503.04-2.852.958-4.046l5.192-6.82a4.462 4.462 0 0 1 1.6-1.315 5.696 5.696 0 0 1 1.992-.546c1.532-.135 2.934.248 4.206 1.153l.824.659.148.108-1.09 1.452-1.876-1.178c-.513-.24-1.12-.327-1.827-.263-1 .09-1.751.49-2.252 1.195l-5.236 6.776c-.546.818-.733 1.685-.56 2.6.174.917.677 1.717 1.507 2.394l.907.604c.816.592 1.713.831 2.697.721.938-.105 1.724-.533 2.356-1.281v.005l-.002.001Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M36.612 44.458c.257-.014.51.024.752.105a2.184 2.184 0 0 1 1.16.922c.134.214.23.452.272.704.043.252.038.494-.02.718a1.626 1.626 0 0 1-.294.604 1.563 1.563 0 0 1-.519.428 1.75 1.75 0 0 1-.699.185 2.016 2.016 0 0 1-.752-.104 2.131 2.131 0 0 1-.66-.362 2.273 2.273 0 0 1-.505-.56 1.94 1.94 0 0 1-.271-.71 1.812 1.812 0 0 1 .019-.722c.052-.224.157-.433.295-.604a1.622 1.622 0 0 1 1.223-.609v.005Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M43.9 103.411a2.464 2.464 0 0 1-.97-.076 2.595 2.595 0 0 1-.861-.438c-.257-.2-.48-.442-.657-.727-.175-.281-.3-.6-.356-.942L32.26 50.764l-1.047-6.02a2.08 2.08 0 0 1-.033-.452 2.148 2.148 0 0 1 .195-.823c.057-.124.133-.242.214-.352l-1.327 1.726c-.081.11-.153.224-.214.347a2.104 2.104 0 0 0-.195.814c0 .147.004.294.033.447l1.032 5.953 8.644 49.913a2.668 2.668 0 0 0 .999 1.65c.257.195.542.342.852.433.309.09.632.119.96.076l77.576-9.8 2.231-1.076-78.28 9.811Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color17)" d="m126.907 101.147-1.943 1.252s-.043.029-.062.039c-.02.009-.044.029-.063.039-.019.009-.044.029-.063.038-.019.01-.043.029-.063.039a12.968 12.968 0 0 1-2.627 1.228 13.355 13.355 0 0 1-2.869.629c-.245.029-.496.048-.742.063-.246.014-.501.019-.752.024-.251.005-.506 0-.762-.019-.255-.02-.511-.029-.766-.058a15.703 15.703 0 0 1-2.3-.407 16.591 16.591 0 0 1-2.251-.749 17.218 17.218 0 0 1-2.165-1.083 18.547 18.547 0 0 1-3.886-3.076 19.108 19.108 0 0 1-2.965-4.004 18.558 18.558 0 0 1-1.061-2.258 17.594 17.594 0 0 1-.737-2.356 17.687 17.687 0 0 1-.4-2.384 16.22 16.22 0 0 1-.058-2.37 15.26 15.26 0 0 1 .289-2.31 14.336 14.336 0 0 1 1.519-4.136 13.116 13.116 0 0 1 2.647-3.331l1.716-1.553a12.845 12.845 0 0 0-1.466 1.567 13.467 13.467 0 0 0-1.2 1.8 14.147 14.147 0 0 0-.916 2.001 14.64 14.64 0 0 0-.608 2.176c-.154.764-.25 1.548-.289 2.336a16.55 16.55 0 0 0 .058 2.394c.077.803.212 1.61.405 2.408.193.798.443 1.596.747 2.38a19.74 19.74 0 0 0 1.07 2.282 18.82 18.82 0 0 0 1.365 2.123 20.01 20.01 0 0 0 1.629 1.93 18.817 18.817 0 0 0 3.929 3.115 18.34 18.34 0 0 0 2.184 1.096c.743.315 1.505.566 2.276.764.771.199 1.543.334 2.319.416.26.024.516.044.776.058.26.015.511.02.767.02.255 0 .506-.01.761-.02.256-.009.502-.034.752-.063.497-.053.989-.135 1.476-.237.487-.101.959-.237 1.422-.391a13.85 13.85 0 0 0 1.36-.542c.443-.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-.03.062-.044"/>
12
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M126.054 74.917a19.397 19.397 0 0 1 4.242 4.822 18.83 18.83 0 0 1 2.397 5.905 17.055 17.055 0 0 1 .342 4.642 15.734 15.734 0 0 1-.314 2.248 14.924 14.924 0 0 1-.636 2.152 13.71 13.71 0 0 1-2.184 3.787 12.885 12.885 0 0 1-3.259 2.838 12.708 12.708 0 0 1-2.647 1.234c-.463.154-.94.285-1.422.391-.482.107-.974.184-1.475.237a12.773 12.773 0 0 1-1.514.082c-.256 0-.511-.004-.767-.019a15.353 15.353 0 0 1-3.095-.474 16.569 16.569 0 0 1-2.275-.764 17.993 17.993 0 0 1-4.243-2.515 18.9 18.9 0 0 1-1.87-1.697 18.79 18.79 0 0 1-1.63-1.93 18.943 18.943 0 0 1-2.435-4.406 18.194 18.194 0 0 1-.747-2.378 17.277 17.277 0 0 1-.405-2.409c-.077-.802-.096-1.6-.058-2.393a15.578 15.578 0 0 1 .912-4.55c.26-.712.578-1.389.94-2.037.361-.648.776-1.252 1.239-1.823a12.884 12.884 0 0 1 3.254-2.872 13.117 13.117 0 0 1 3.997-1.64c.713-.164 1.441-.27 2.188-.319a14.882 14.882 0 0 1 3.004.116c.998.14 1.991.377 2.965.706.974.33 1.923.75 2.844 1.262a18.643 18.643 0 0 1 2.652 1.79v.014Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M121.847 76.612c.937-.082 1.793.186 2.57.807a4.01 4.01 0 0 1 1.466 2.411l2.624 12.944c.2.987.048 1.847-.455 2.58-.504.73-1.222 1.137-2.159 1.22l-10.493.918a5.162 5.162 0 0 1-2.082-.254 6.6 6.6 0 0 1-1.855-.989 7.125 7.125 0 0 1-1.42-1.622 6.228 6.228 0 0 1-.833-2.069c-.153-.754-.157-1.454-.012-2.102.14-.674.38-1.277.724-1.81a4.071 4.071 0 0 1 1.396-1.271 4.473 4.473 0 0 1 1.909-.603l4.692-.411-1.48-1.18a1.15 1.15 0 0 1-.438-.675c-.058-.286-.019-.528.116-.724a.83.83 0 0 1 .639-.374.978.978 0 0 1 .72.215l3.454 2.752c.22.22.354.446.401.68.057.286.02.527-.116.724l-2.237 3.251c-.155.224-.355.349-.601.37a1.108 1.108 0 0 1-.758-.212 1.284 1.284 0 0 1-.408-.719.917.917 0 0 1 .153-.726l.958-1.394-4.692.41a2.75 2.75 0 0 0-1.202.384 2.86 2.86 0 0 0-.884.831c-.213.31-.363.68-.452 1.111-.094.405-.093.843.003 1.31.189.936.66 1.714 1.413 2.336.772.593 1.602.852 2.488.774l10.493-.917c.419-.037.734-.211.947-.52.213-.309.275-.685.185-1.127l-2.624-12.944a1.743 1.743 0 0 0-.629-1.056 1.525 1.525 0 0 0-1.121-.339l-12.266 1.073c-.419.037-.734.21-.947.52-.212.309-.274.685-.184 1.127l.6 2.964c.058.286.021.54-.109.762-.136.197-.338.308-.61.331a1.111 1.111 0 0 1-.757-.211 1.28 1.28 0 0 1-.409-.718l-.6-2.964c-.2-.986-.048-1.847.455-2.579.503-.731 1.222-1.137 2.158-1.22l12.266-1.073.003-.002Z"/>
14
+ </svg>
@@ -0,0 +1,22 @@
1
+ <svg id="tnt-Dialog-FaceID" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M160 61v45c0 6.623-5.377 12-12 12H12c-6.623 0-12-5.377-12-12V61c0-6.623 5.377-12 12-12h136c6.623 0 12 5.377 12 12Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" d="M93.592 49.004c.085.258.09.346.09.35 2.46-.532 2.66 1.667 2.66 1.667 2.206-.13 2.09 1.801 2.088 1.822 2.384-.02 1.911 2.027 1.907 2.043 2.109.2 1.436 2.365 1.433 2.374 2.228.549 1.216 2.551 1.207 2.569 1.977.466.876 2.724.876 2.724 2.392 1.144.45 3 .441 3.01 2.042 1.121.22 2.879.22 2.879 1.652 1.48-.055 2.876-.138 2.941 1.703 1.317-.258 2.722-.258 2.722.851 1.135-.683 2.097-.701 2.108.506 1.648-.992 2.069-.992 2.069.658 1.79-1.081 2.105-1.096 2.108.476 1.567-.841 2.128-1.527 2.308a1.554 1.554 0 0 1-1.542 1.733c-.13 0-.261-.02-.381-.05a1.553 1.553 0 0 1-1.723 1.487 1.551 1.551 0 0 1-2.058.69c-.02.231-.085.462-.21.682a1.57 1.57 0 0 1-1.306.76c-.437 1.084-.949 1.807-1.523 2.42.014 1.073.14 2.971.365 4.792 0 .25.286.55.29.551.022.029 2.888 3.911 3.681 5.398.082.152.161.312.243.478 6.057 1.106 9.923 1.597 15.731 3.658 5.475 1.944 6.926 4.546 8.631 12.699H49.097c.148-.484.308-.895.48-1.217 2.183-4.081 9.494-7.406 12.434-8.638 1.23-.515 4.189-1.845 7.6-3.267 1.078-2.768 2.442-6.83 3.268-7.501-.097-3.233-.082-6.756-.082-6.783l.557-.022-.002-.003 1.125-.045c.172-.467.372-1.038.573-1.663a1.759 1.759 0 0 1-2.429-1.587 1.754 1.754 0 0 1-2.834-.56 1.755 1.755 0 0 1-.922-.166 1.765 1.765 0 0 1-.986-1.517c-2.84.355-3.259-2.45-3.26-2.459-2.848.045-1.872-2.557-1.868-2.569-2.234.065-1.584-2.385-1.582-2.393-1.534-.2-1.014-2.346-1.012-2.354-1.155-.439-.487-1.809-.48-1.823-1.62-.697-.388-2.466-.376-2.483-1.95-1.095-.375-2.914-.37-2.92-1.91-1.36.08-3.224.085-3.23-1.466-1.99.578-2.916.595-2.924-.895-2.094.918-2.755.942-2.764-.829-2.126 1.482-2.72 1.497-2.724-.44-2.703 1.978-2.77 1.978-2.77-.155-2.678 2.128-2.243 2.128-2.243.461-2.348 2.79-1.797 2.79-1.797.043-.278.134-.502.256-.681l24.39.11Z"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M74.87 100.452s6.168.095 12.363 1.232c6.194 1.137 10.085 1.613 15.968 3.701 5.884 2.088 7.122 4.937 9.019 14.616.196.996.372 1.991.535 2.975H40c.339-2.683.795-4.961 1.41-6.109 2.183-4.081 9.494-7.406 12.433-8.638 2.94-1.232 15.758-7.121 21.026-7.782v.005Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M74.128 95.576c7.527 0 9.745 1.202 9.745 1.202l3.36 4.903v.004l1.703.306 4.992 12.203-5.889-1.628s-3.263 6.971-7.975 10.411h-9.438c-2.017-1.617-4.312-4.325-6.653-8.262-.009.004-2.121 1.129-6.144 2.283 0 0 1.532-9.554 3.62-12.033 2.088-2.478 5.153-9.389 12.68-9.389Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" d="M73.642 95.045c2.485 0 4.961.201 6.817.402.465.05.89.1 1.266.148l.976.128h.002a69.169 69.169 0 0 0 .699.102l.045.009.099.014.062.077c.025.032.055.076.073.1.078.108.195.266.335.461l.49.68.588.824.547.784c.457.66.901 1.323 1.232 1.858l.185.305.002.003.17.301.004.006c.512.964 1.013 2.174 1.727 3.902l.55 1.318c.59 1.413 1.318 3.12 2.267 5.22l.2.443-4.816-.951c-.046.112-.114.265-.19.441-.17.391-.413.938-.705 1.557v.001c-.576 1.238-1.327 2.771-2.04 3.936-.717 1.165-2.183 3.32-4.055 5.059v.001c-.303.28-.618.55-.941.803h-9.005a21.567 21.567 0 0 1-.193-.148c-1.204-.94-2.373-2.12-3.398-3.336a27.253 27.253 0 0 1-2.562-3.559 13.267 13.267 0 0 1-.775-1.485v-.001c-.188-.435-.305-.802-.334-1.081l-3.655 1.563.028-.408.04-.542v-.003a54.3 54.3 0 0 1 .246-2.294c.23-1.787.614-3.9 1.207-5.204.593-1.305 1.376-3.547 2.129-5.481.376-.968.745-1.853 1.076-2.51.167-.33.324-.6.466-.79.076-.106.152-.184.22-.237a.688.688 0 0 1 .083-.057l-.019.013a.253.253 0 0 0-.043.044l-.01.014.082.106a.373.373 0 0 1-.015-.087.448.448 0 0 1 .04-.073l-.003-.005.031-.025.069-.068h.032l.107-.06a17.727 17.727 0 0 1 2.33-1.056c1.566-.582 3.748-1.16 6.232-1.162h.005Zm-8.912 2.433a.25.25 0 0 0 .023.302.828.828 0 0 1 .107-.11.23.23 0 0 1-.045-.086l-.085-.106Z" clip-rule="evenodd"/>
7
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M72.646 46.057c1.578-1.623 2.673.1 2.679.11 1.602-1.187 2.198.286 2.198.286 1.933-1.207 2.634.59 2.634.59 2.168-1.139 2.632.848 2.634.857 2.679-.551 2.724 1.537 2.724 1.537 2.459-.525 2.659 1.668 2.659 1.668 2.214-.13 2.088 1.816 2.088 1.822 2.39-.02 1.914 2.038 1.913 2.043 2.108.196 1.427 2.374 1.427 2.374 2.238.55 1.207 2.569 1.207 2.569 1.968.458.887 2.701.876 2.724 2.394 1.141.44 3.01.44 3.01 2.042 1.12.224 2.876.221 2.879 1.692 1.517-.14 2.944-.14 2.944 1.698 1.31-.234 2.709-.255 2.724.853 1.138-.691 2.102-.701 2.108.502 1.639-.971 2.059-.987 2.063.661 1.803-1.097 2.108-1.097 2.108.481 1.568-.84 2.129-1.527 2.309a1.554 1.554 0 0 1-1.928 1.683 1.552 1.552 0 0 1-1.547 1.497c-.06 0-.115 0-.17-.01a1.549 1.549 0 0 1-2.058.69 1.565 1.565 0 0 1-.21.682 1.568 1.568 0 0 1-1.939.646c-.23-.095-.42-.24-.57-.41a1.55 1.55 0 0 1-2.599.55 1.81 1.81 0 0 1-.2.6 1.783 1.783 0 0 1-2.304.747 1.75 1.75 0 0 1-.671-.56c-.105.385-.346.75-.956 1-.381.15-.807.166-1.177 0a1.53 1.53 0 0 1-.831-.936 1.77 1.77 0 0 1-.406.987 1.763 1.763 0 0 1-1.843.556 1.763 1.763 0 0 1-1.252-1.498l-.03.065a1.759 1.759 0 0 1-3.34-.67c-.5.635-1.397.866-2.153.495a1.762 1.762 0 0 1-.986-1.542c-.516.5-1.308.65-1.994.315-.39-.19-.68-.506-.84-.876a1.77 1.77 0 0 1-.922-.17 1.769 1.769 0 0 1-.992-1.512c-2.832.354-3.256-2.435-3.26-2.46-2.843.046-1.874-2.548-1.867-2.568-2.233.065-1.585-2.383-1.583-2.394C51.474 77.494 52 75.341 52 75.341c-1.164-.44-.489-1.817-.486-1.823-1.624-.7-.38-2.477-.376-2.484-1.952-1.096-.375-2.919-.375-2.919-1.91-1.36.082-3.222.09-3.23v-.005c-1.472-1.998.591-2.92.591-2.92-.901-2.107.946-2.768.946-2.768-.83-2.121 1.466-2.717 1.492-2.724-.438-2.694 1.96-2.769 1.979-2.77-.155-2.664 2.108-2.242 2.133-2.238.458-2.34 2.771-1.807 2.789-1.803.284-1.812 2.588-1.322 2.614-1.317.96-2.689 3.249-1.223 3.275-1.207.966-2.198 2.789-.615 2.789-.615 1.537-2.133 3.185-.46 3.185-.46Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M74.443 110.644s-3.415-1.297-4.396-2.153c-.982-.856-4.873-4.206-5.158-7.591-.285-3.386-.255-10.22-.255-10.22l18.257-.727s0 4.242.41 6.615c0 0 .03 2.564-.6 4.271-.631 1.708-2.88 5.599-3.861 6.52-.981.917-3.736 3.225-4.397 3.29v-.005Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m65.185 90.653 17.701-.706s0 4.242.41 6.615c0 0 .03 2.564-.6 4.272-.436 1.181-1.648 3.405-2.674 4.972-12.734-5.794-14.837-15.153-14.837-15.153Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M72.165 56.327c.996-.09.906.605 2.428.41 1.523-.195 2.074-.195 2.675.07.6.266.941 1.012 1.988 1.267 1.046.256 1.337.396 2.023.977.685.58.615 1.407 1.301 1.988.686.58 1.082.686 1.518 1.372.435.686.04 1.282.295 1.968.255.685.666.245 1.052.876l.027.047c.092.26.173.514.246.759.006.314-.102.666-.328 1.177-.42.951.66 1.242.84 1.927.181.686-.73 1.618-.24 2.474.182.316.29.864.356 1.43-.073 2.399-.319 5.309-.701 9.096-.696 6.895-2.213 7.912-4.176 9.68-1.963 1.773-4.427 3.73-8.092 3.736-3.666 0-6.135-1.963-8.093-3.736-1.796-1.622-3.219-2.608-3.98-8.05a1.764 1.764 0 0 1-.972.328c-1.091.05-1.567-1.472-2.138-3.986-.571-2.513-.996-4.697 0-4.887.86-.165 2.076.843 2.39 1.12a92.624 92.624 0 0 1-.143-2.338v-.31c0-.174-.064-.545.387-1.302.416-1.121.2-1.552 0-2.458-.005-.013-.39-.906.325-1.553.466-.42.471-1.191.396-2.563-.075-1.372 1.252-2.374 1.582-2.559.33-.185 1.162-1.177 1.487-2.329.326-1.151.942-1.682 1.593-1.868.651-.185 1.192-.195 1.913-.84.72-.647.436-1.007 1.137-1.242.7-.236.565.065 1.176.235.611.17.731-.826 1.728-.916Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M76.356 56.603c.362.016.632.081.912.205.601.265.942 1.012 1.988 1.267 1.047.255 1.337.396 2.023.976.686.581.616 1.407 1.302 1.988s1.082.686 1.517 1.372c.436.686.04 1.282.296 1.968.255.686.666.246 1.051.877l.02.033c.094.268.179.528.254.78.004.312-.105.663-.329 1.17-.42.951.661 1.242.841 1.928.18.686-.73 1.617-.24 2.473.181.316.29.862.356 1.428-.028.926-.082 1.93-.16 3.03.508-.395 1.393-.975 2.063-.847.996.19.57 2.373 0 4.887-.571 2.513-1.047 4.036-2.139 3.986a1.843 1.843 0 0 1-.684-.16c-.768 5.296-2.18 6.28-3.958 7.882-1.962 1.772-4.426 3.73-8.092 3.735-1.903 0-3.48-.53-4.832-1.287 3.766.32 5.528-.586 6.004-2.163h-.01c.502-1.667-1.642-2.651-1.642-2.429 2.593-1.201 1.507-4.026 1.507-4.026.56-1.201 0-2.784 0-2.784 2.499.551 3.08-1.487 3.08-1.487l2.208 2.508c.736-1.637 1.162-2.493 2.73-4.366 1.56-1.865 1.05-3.144 1.046-3.155-1.117.782-2.885.451-3.596.331-.711-.12-1.828-.59-1.948-.981-.12-.385.603-.511.606-.511 2.228.383 2.511-2.14 2.514-2.163 0 0-1.282-1.422-3.085-.666-1.802.756-1.898 3.986-1.898 3.986l-1.612.33s-.095-.806 0-2.609c.095-1.802.57-3.846 1.612-4.506 1.042-.661 2.61-.331 2.61-.331 2.192-6.37-.646-10.774-2.315-12.669Zm-5.808 22.786c-.074.095-.892 1.19-.801 2.461a1.244 1.244 0 0 0-1.067.31c.005-.016.594-2.343 1.868-2.771Zm.005-.002-.005.002.005-.007v.005Zm-4.356-9.735c.007 0 1.333-.105 1.832-.06.501.045 2.645 0 3.25 2.048l.01.005s.356 1.422.235 1.993c-.12.571-1.567 1.197-1.567 1.197a2.223 2.223 0 0 0-1.647-1.317c-1.257-.235-3.446-.496-4.277.621 0 0 .721-2.734 4.091-2.64l-1.927-1.847Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M62.671 70.853s1.392-1.217 2.419-1.217c1.026 0 2.403.52 3.51.821 1.107.3 2.308.556 2.564.396.255-.16.16-1.092.14-1.217-.02-.125-.49-.44-1.487-.556-.997-.115-2.043-.16-3.53-.095-1.488.065-3.145.586-3.621 1.868h.005Zm21.969 0s-1.393-1.217-2.42-1.217c-1.026 0-2.403.52-3.51.821-1.106.3-2.308.556-2.563.396-.256-.16-.16-1.092-.14-1.217.02-.125.49-.44 1.487-.556.996-.115 2.043-.16 3.53-.095 1.487.065 3.145.586 3.62 1.868h-.005ZM72.546 81.825c-.01-.27-.476-.666-.951-.65-.476.014-.857.38-.857.71 0 .33.476.426.817.38.34-.044.996-.18.986-.44h.005Zm1.978.235c.055.23.57.27.901.216.33-.055.546-.216.546-.551 0-.336-.18-.456-.556-.43-.375.024-.971.425-.891.77v-.005Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M73.623 89.853c.886 0 1.692-.045 2.578-.696.887-.651 2.249-1.928 2.264-2.118.015-.19-1.157-.556-1.898-.997-.741-.44-1.122-.71-1.883-.696-.761.015-1.061.33-1.061.33s-.366-.33-1.077-.33-1.678.476-2.183.902c-.506.425-.887.696-1.583.856 0 0 1.507 1.627 2.74 2.183 1.231.556 1.392.571 2.103.571v-.005Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color11)" d="M73.623 89.853c-.711 0-.872-.015-2.103-.57-.776-.346-1.658-1.123-2.204-1.648.1-.1.196-.17.256-.19 0 0 .205-.19 1.647-.206 1.437-.015 3.18 0 3.926 0 1.678 0 2.454.536 2.454.536l.13.08c-.466.44-1.057.956-1.522 1.297-.887.65-1.693.696-2.58.696h-.004v.005Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color29)" d="M69.957 74.835c-.186-.01-1.132-.615-1.242-.51-.1.82-1.007 1.522-1.803 1.051-.436-.255-.576-.656-.776-1.086-.596.215-1.352.6-1.928.14-.12-.097-.177-.192-.17-.286.275-.475.906-.73 1.417-.866 1.257-.335 2.774-.265 3.805.52.31.236.697.627.697 1.037Zm10.841-.547c-.22.941-1.132 1.678-2.028.946a1.408 1.408 0 0 1-.531-.951l-1.242.546c.02-.48.591-.997.977-1.237 1.181-.731 3.765-.716 4.782.285.255.256.245.396-.065.591-.646.406-1.257-.01-1.888-.19l-.005.01Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M45.836 96.04v-8.058h1.502v8.057c0 1.85 1.422 3.295 3.07 3.295h9.72v1.503h-9.72c-2.559 0-4.572-2.201-4.572-4.798Zm0-39.092c0-2.602 2.014-4.798 4.572-4.798h10.09v1.503h-10.09c-1.649 0-3.07 1.44-3.07 3.295v8.938h-1.502v-8.938Zm55.107 0c0-1.85-1.422-3.295-3.07-3.295h-9.389V52.15h9.39c2.558 0 4.571 2.201 4.571 4.798v9.048h-1.502v-9.048Zm.001 39.089v-7.781h1.502v7.781c0 2.603-2.014 4.798-4.572 4.798H88.65v-1.502h9.224c1.649 0 3.07-1.441 3.07-3.296Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color28)" d="M75.94 78.84c.874.343 1.984 2.231 1.794 3.13-.188.895-1.31.714-1.327.711.014-.007.996-.495.856-1.187-.349-1.507-1.266-2.587-1.324-2.655Zm-17.513-2.111c.145-.3.31-.405.58-.16v.005c-.006.005-.353.3-.145 3.004-.001-.005-.675-2.349-.435-2.849Zm29.407-.516c.27-.246.436-.14.58.16.24.5-.431 2.837-.434 2.849.207-2.695-.137-2.997-.146-3.004v-.005Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m75.94 78.84-.009-.004h.006s0 .002.002.003Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M105.795 76.186v1.502H41.344v-1.502h64.451Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M74.47 110.704c.026.017.409.266.395.726l-.41 11.547h-1.176c.242-3.471.79-11.369.814-11.738.028-.442.34-.526.377-.535Zm-4.633-1.048a18.907 18.907 0 0 0 3.19 1.566l-8.553 5.365c-1.517-2.178-1.517-3.23-1.517-3.23l6.88-3.701Zm9.354-1.417c.039.016 7.816 3.109 7.952 2.95.135-.16-.981 2.327-1.157 2.563-.175.235-9.996-2.915-10.025-2.924l3.23-2.594v.005Zm-6.159 2.985-.005-.002.005-.003v.005Zm1.438-.52-.001-.001h.005l-.004.001Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M102.54 118.49s.525 1.846 1.248 4.487h-.431a42.34 42.34 0 0 0-.817-4.487Z"/>
22
+ </svg>
@@ -0,0 +1,31 @@
1
+ <svg id="tnt-Dialog-Fingerprint" 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="M45.825 112.268c.07.373.201.715.393 1.023.186.302.428.564.7.77.272.206.579.363.906.448a2.44 2.44 0 0 0 1.012.056l13.99-2.302c.1.146.216.297.357.459.423.473 1.888 1.465 2.97 2.296.998.77 3.823 3.132 4.744 3.928h36.438l-4.341-3.682a3.32 3.32 0 0 0-2.095-.825l-1.384-.036-1.496-1.807a6.953 6.953 0 0 0-2.593-2.417c-.076-.041-.156-.076-.237-.116-.242-.856-.317-1.692-.408-2.463-.13-1.057-.498-3.263-.654-3.943-.162-.679-.76-2.794-.967-3.489-.207-.7-.6-3.727-.821-4.814-.191-.917-.836-1.939-1.304-2.589 0 .01.015.03.035.07l-.04-.054v-.01c-.015-.02-.02-.03-.036-.046-.07-.1-.14-.191-.196-.267-.448-.589-1.974-1.898-2.347-2.246-.372-.347-1.339-.921-1.752-1.254-.413-.332-1.279-.619-2.095-.428-.297.07-.559.232-.78.408.005-.005.01-.015.02-.025-.393.312-.645.68-.645.68s-.115-.166-.206-.363c-.09-.196-.604-1.45-.917-2.135-.317-.684-.815-1.692-1.334-2.276-.514-.584-1.355-.72-2.004-.654-.645.065-1.365.584-1.743.981a1.535 1.535 0 0 0-.317.554h-.005a3.646 3.646 0 0 0-.106.403l-.015.086c-.01.05-.015.096-.02.14l-.015.122c0 .04-.01.08-.01.116 0 .035 0 .065-.005.1 0 .035-.005.07-.005.101-.015.383-.126 1.188-.171 1.526l-.025.146v.015s-.393-.942-.6-1.47a60.11 60.11 0 0 1-.967-2.67c-.221-.674-.9-1.243-1.52-1.52l-6.904-31.05a2.802 2.802 0 0 0-.363-.86 3.132 3.132 0 0 0-.614-.7 2.788 2.788 0 0 0-.79-.464 2.363 2.363 0 0 0-.872-.161l-24.856.398c-.332 0-.64.08-.906.201a1.94 1.94 0 0 0-.68.524c-.09.106-.16.221-.226.347.01-.02.02-.045.035-.065.03-.056.07-.111.106-.166l-1.516 2.13a1.684 1.684 0 0 0-.186.337c-.05.12-.091.242-.121.378-.026.13-.04.267-.046.408 0 .14.01.287.036.433l10.54 57.763-.026.02Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M72.972 37.112c.322 0 .644.06.951.177.302.115.6.292.861.503.262.217.489.474.67.76.181.288.317.605.393.937L89.11 99.131c.085.378.1.76.05 1.108a2.78 2.78 0 0 1-.327.972 2.405 2.405 0 0 1-.64.725 2.02 2.02 0 0 1-.901.372l-28.33 4.628a2.72 2.72 0 0 1-1.123-.06 2.807 2.807 0 0 1-1.003-.504 3.377 3.377 0 0 1-.78-.861 3.173 3.173 0 0 1-.433-1.133l-11.87-64.199a2.34 2.34 0 0 1 .026-1.007c.08-.312.222-.594.418-.836.201-.242.448-.433.74-.57.292-.135.625-.216.987-.22l27.047-.434Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color17)" d="m87.293 102.323-28.33 4.627c-.378.066-.76.041-1.113-.06a2.935 2.935 0 0 1-1.002-.504 3.178 3.178 0 0 1-.78-.861 3.173 3.173 0 0 1-.434-1.133L43.755 40.178a2.272 2.272 0 0 1 .005-.932c.03-.146.076-.287.136-.412.03-.066.06-.131.096-.192.035-.06.076-.12.116-.181l-1.652 2.321c-.08.116-.151.237-.206.363a2.182 2.182 0 0 0-.181.851c0 .156.01.312.04.468l11.47 62.855c.076.403.222.78.424 1.108.206.332.463.614.76.841.297.226.63.392.987.488.353.096.725.121 1.098.06l27.822-4.577 2.623-.921v.005Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M72.534 38.064c.256-.01.513.035.755.126a2.419 2.419 0 0 1 1.209.987c.146.231.251.478.307.745l12.79 59.667c.06.292.07.574.025.846a2.04 2.04 0 0 1-.267.73 1.73 1.73 0 0 1-.508.539 1.62 1.62 0 0 1-.71.272l-26.916 3.696a1.98 1.98 0 0 1-.84-.065 2.356 2.356 0 0 1-.756-.388 2.5 2.5 0 0 1-.584-.65 2.35 2.35 0 0 1-.327-.841l-11.91-62.502a1.893 1.893 0 0 1 .01-.79 1.7 1.7 0 0 1 .313-.66 1.61 1.61 0 0 1 .559-.458 1.76 1.76 0 0 1 .75-.192l26.105-1.062h-.005Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color9)" d="m54.027 38.562 12.685-.408.161.987c.03.197.005.383-.065.56-.07.175-.192.337-.343.473a1.803 1.803 0 0 1-.574.347c-.226.09-.473.151-.75.176h-.161l-8.37.307c-.307.01-.599-.02-.876-.09a2.856 2.856 0 0 1-.75-.302 1.918 1.918 0 0 1-.544-.469 1.275 1.275 0 0 1-.262-.584l-.15-1.007v.015-.005Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color28)" d="m58.65 53.04.197.947-3.259.246a1.1 1.1 0 0 0-.438.116 1.06 1.06 0 0 0-.332.247.959.959 0 0 0-.196.337.742.742 0 0 0-.016.393l.766 3.782-.917.076-.76-3.782a1.822 1.822 0 0 1 .01-.776c.056-.241.171-.463.327-.654.157-.192.348-.348.585-.469a2.09 2.09 0 0 1 .785-.216l3.258-.242-.01-.005Zm11.119-.816c.282-.02.554.015.816.096.262.08.508.206.73.362.221.162.408.353.559.575.15.221.262.468.312.735l.816 3.832-.876.07-.816-3.837a1.006 1.006 0 0 0-.171-.372 1.173 1.173 0 0 0-.313-.297 1.573 1.573 0 0 0-.407-.187 1.28 1.28 0 0 0-.459-.045l-3.515.262-.196-.937 3.515-.257h.005ZM57.613 70.302l.735 3.656c.03.14.09.272.177.382.085.116.2.222.327.302.126.081.277.147.423.187.15.04.317.055.478.035l3.168-.317.201.967-3.172.327c-.293.03-.58 0-.857-.076a2.569 2.569 0 0 1-.76-.357 2.339 2.339 0 0 1-.584-.594 2.077 2.077 0 0 1-.327-.766l-.735-3.656.916-.085h.01v-.005Zm17.686-1.738.775 3.636c.055.272.055.534 0 .78a1.74 1.74 0 0 1-.856 1.149 2.04 2.04 0 0 1-.76.236l-3.586.363-.201-.962 3.585-.357c.156-.015.302-.06.428-.126a1.001 1.001 0 0 0 .499-.6.862.862 0 0 0 .01-.392l-.776-3.64.877-.087h.005Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M62.613 38.774h.02a.53.53 0 0 1 .156.025c.05.015.096.045.136.085.04.04.076.08.106.126.03.045.045.1.055.16.01.056 0 .107-.005.157a.31.31 0 0 1-.06.13.313.313 0 0 1-.236.14h-.02a.3.3 0 0 1-.157-.024.388.388 0 0 1-.136-.085.67.67 0 0 1-.105-.131.436.436 0 0 1-.055-.16.536.536 0 0 1 0-.157c0-.05.03-.09.06-.13.03-.04.06-.071.105-.096a.356.356 0 0 1 .141-.045h-.005v.005Zm-4.441.146 3.49-.115a.4.4 0 0 1 .272.1.437.437 0 0 1 .146.262v.03a.333.333 0 0 1-.055.267.31.31 0 0 1-.227.126l-3.49.121a.4.4 0 0 1-.272-.1.535.535 0 0 1-.095-.116.459.459 0 0 1-.05-.146v-.03a.333.333 0 0 1 .055-.267.278.278 0 0 1 .1-.086.365.365 0 0 1 .131-.04l-.005-.006Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M68.51 61.917h.04c.428.554.736 1.219.942 1.939.206.72.307 1.505.337 2.29.03.787-.02 1.577-.125 2.317-.106.74-.267 1.425-.459 2.01-.02.055-.055.176-.11.317-.056.146-.126.332-.202.498a3.037 3.037 0 0 1-.247.463c-.085.126-.17.212-.246.222h-.036s-.01 0-.015-.005c0-.005-.01-.005-.015-.01-.015-.05-.035-.09-.05-.13-.015-.041-.035-.077-.05-.112a.4.4 0 0 1-.03-.11v-.141c.014-.142.065-.323.135-.514s.156-.413.247-.64c.09-.226.181-.453.262-.685a5.15 5.15 0 0 0 .186-.639c.066-.337.12-.715.156-1.113.035-.398.06-.826.066-1.249.005-.423-.005-.85-.036-1.259a9.025 9.025 0 0 0-.156-1.138 3.114 3.114 0 0 0-.171-.518 12.976 12.976 0 0 0-.252-.554c-.085-.181-.17-.353-.236-.504a1.882 1.882 0 0 1-.131-.377.323.323 0 0 1 0-.121c.01-.04.015-.076.035-.111a.27.27 0 0 1 .065-.08.206.206 0 0 1 .096-.041v-.005Zm-3.892 2.227.468.09c.08.116.146.388.191.74a8.8 8.8 0 0 1 .066 1.184c-.005.408-.03.81-.096 1.108-.066.302-.166.498-.307.513h-.04a.587.587 0 0 1-.202-.342 1.501 1.501 0 0 1-.01-.453c.015-.166.045-.333.07-.494.026-.166.046-.322.046-.463 0-.156 0-.312-.01-.468-.01-.162-.015-.318-.03-.469a7.576 7.576 0 0 0-.06-.473 4.537 4.537 0 0 0-.097-.468h.005l.006-.005Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M64.22 61.007a3.257 3.257 0 0 1 1.455.216c.236.09.473.211.7.357.227.151.438.328.64.534.528.55.88 1.274 1.082 2.09.206.816.272 1.723.226 2.629a12.913 12.913 0 0 1-.412 2.628c-.222.816-.509 1.541-.831 2.075l-.126.206a3.06 3.06 0 0 1-.212.302 2.22 2.22 0 0 1-.246.287c-.086.08-.162.132-.237.137h-.05s-.015 0-.026-.011l-.025-.015a1.063 1.063 0 0 1 .016-.473 1.39 1.39 0 0 1 .185-.413c.08-.131.167-.262.252-.383.086-.126.167-.256.222-.382a12.227 12.227 0 0 0 .917-3.43c.07-.619.09-1.244.045-1.858a7.305 7.305 0 0 0-.353-1.787 3.218 3.218 0 0 0-.518-.952 3.226 3.226 0 0 0-.77-.69 2.927 2.927 0 0 0-.923-.398 2.897 2.897 0 0 0-.971-.085 2.29 2.29 0 0 0-.372.06c-.126.03-.242.065-.358.116-.12.05-.232.105-.343.17a1.74 1.74 0 0 0-.312.233c-.04.035-.1.115-.171.216-.07.1-.15.222-.236.333a3.675 3.675 0 0 1-.252.317c-.08.086-.152.14-.207.146h-.05a.636.636 0 0 1-.111-.323c0-.105.015-.211.055-.312.04-.1.096-.197.157-.287a2 2 0 0 1 .196-.246c.126-.146.267-.282.413-.393a2.753 2.753 0 0 1 .992-.494c.181-.05.358-.08.549-.096v-.014l.01-.01Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M66.713 66.258c.06.317.08.64.065.972-.015.332-.06.66-.126.987-.065.327-.16.645-.266.957-.106.312-.222.6-.343.87-.03.072-.126.253-.257.48a24.5 24.5 0 0 1-.469.785 6.28 6.28 0 0 1-.538.74c-.176.201-.338.337-.459.347h-.03c-.003 0-.021 0-.03-.004-.01-.005-.02-.006-.025-.011a.11.11 0 0 0-.025-.015.9.9 0 0 1 .035-.504c.055-.16.156-.317.267-.468.11-.15.241-.302.357-.448a3.53 3.53 0 0 0 .322-.443 8.316 8.316 0 0 0 .8-1.929c.097-.337.167-.69.223-1.042a7.54 7.54 0 0 0 .09-1.073l.409-.176v-.025Zm-2.382 2.791h.121c.115.096.1.281.01.508-.09.231-.262.509-.453.78a9.016 9.016 0 0 1-.605.756c-.196.216-.358.372-.443.427-.04.026-.081.052-.121.072-.04.02-.076.04-.11.055-.036.015-.071.025-.101.035a.286.286 0 0 1-.091.015.23.23 0 0 1-.136-.02.117.117 0 0 1-.06-.096.33.33 0 0 1 .03-.17 1.4 1.4 0 0 1 .136-.248c.065-.1.156-.206.252-.311.095-.106.206-.217.317-.318.11-.106.221-.216.327-.327.106-.11.202-.216.282-.322.05-.066.086-.147.126-.238.04-.09.07-.18.116-.271a.794.794 0 0 1 .16-.232.436.436 0 0 1 .257-.115l-.014.02Zm.216-6.518c.1-.01.202-.005.303 0 .1 0 .206.03.301.06a1.941 1.941 0 0 1 .61.308 2.446 2.446 0 0 1 .695.866c.075.172.115.332.085.473-.03.141-.12.248-.302.298a2.023 2.023 0 0 0-.231-.574 2.373 2.373 0 0 0-.373-.484 1.679 1.679 0 0 0-.468-.327 1.036 1.036 0 0 0-.519-.095.496.496 0 0 0-.146.024c-.05.015-.096.03-.147.05a.751.751 0 0 0-.14.076c-.046.03-.09.066-.14.106a1.067 1.067 0 0 0-.353.609 2.545 2.545 0 0 0-.036.765c.02.277.066.554.096.841.03.287.06.565.045.831a5.263 5.263 0 0 1-.252 1.24 7.542 7.542 0 0 1-.559 1.303c-.231.418-.498.81-.795 1.133-.292.328-.62.575-.957.716-.02.01-.04.015-.06.024a.288.288 0 0 1-.06.02.869.869 0 0 0-.056.017c-.015.005-.036.004-.051.004a.32.32 0 0 1-.176-.025.162.162 0 0 1-.086-.105.334.334 0 0 1 .026-.177.862.862 0 0 1 .156-.236c.307-.343.594-.63.866-.907s.513-.524.725-.811a3.47 3.47 0 0 0 .513-.982c.131-.382.217-.846.243-1.42a5.36 5.36 0 0 0-.051-.851c-.035-.282-.08-.564-.1-.836a2.663 2.663 0 0 1 .04-.78c.055-.247.171-.474.367-.68a1.713 1.713 0 0 1 .463-.337c.08-.04.172-.076.262-.096.09-.02.182-.04.273-.05h.004l-.015.01Zm6.426 2.655c.026 0 .054.003.08.03.03.025.06.055.086.105.025.05.056.106.076.177.02.07.04.15.054.246.056.347.077.72.072 1.098-.005.377-.031.766-.072 1.153-.04.388-.095.771-.15 1.144-.055.372-.117.735-.167 1.067l-.538-.262c.14-.327.226-.674.272-1.032a8.05 8.05 0 0 0 .05-1.108c-.005-.373-.02-.75-.025-1.108-.005-.357 0-.71.035-1.037.01-.075.02-.142.035-.202a.557.557 0 0 1 .05-.14.296.296 0 0 1 .066-.086.17.17 0 0 1 .076-.036v-.01Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M61.889 63.7a.23.23 0 0 1 .14.076c.035.04.06.09.075.146.016.055.03.115.036.17 0 .056.015.112.02.157a10 10 0 0 1 .121 1.234c.01.388-.005.765-.07 1.118-.066.352-.166.7-.317 1.027a4.255 4.255 0 0 1-.64.972 4.705 4.705 0 0 1-.71.675c-.136.1-.283.186-.429.251a1.58 1.58 0 0 1-.468.126h-.12c-.016-.055-.03-.1-.04-.14-.01-.04-.021-.081-.021-.117a.2.2 0 0 1 .02-.105c.02-.035.04-.076.075-.116.05-.056.127-.116.217-.176.09-.06.202-.132.318-.202.115-.07.236-.146.341-.232.111-.085.222-.17.308-.266a4.33 4.33 0 0 0 .463-.6c.136-.211.242-.427.328-.659a3.84 3.84 0 0 0 .191-.725c.04-.252.06-.52.055-.801 0-.071-.024-.212-.055-.388a8.592 8.592 0 0 1-.085-.599 2.257 2.257 0 0 1 0-.553c.025-.151.09-.253.206-.263l.006-.01h.035Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M63.953 59.455c.206-.015.408-.02.62-.01.21.01.417.04.634.08a5.01 5.01 0 0 1 1.28.438c.11.055.236.116.357.186.12.07.247.152.347.238.106.085.201.19.267.301a.68.68 0 0 1 .1.373 1.29 1.29 0 0 1-.438-.12 3.694 3.694 0 0 1-.412-.227c-.14-.086-.277-.176-.418-.262a2.393 2.393 0 0 0-.459-.217 5.257 5.257 0 0 0-.458-.135 3.752 3.752 0 0 0-.453-.086 4.597 4.597 0 0 0-.448-.036c-.151 0-.297 0-.438.015a3.85 3.85 0 0 0-1.179.287 3.606 3.606 0 0 0-1.002.625 3.52 3.52 0 0 0-.745.942 3.541 3.541 0 0 0-.403 1.223 4.789 4.789 0 0 0-.035 1.033c.02.327.066.654.09.976.026.322.03.645-.02.978-.05.327-.156.67-.357 1.027-.04.07-.127.18-.247.307a5.742 5.742 0 0 1-.423.403 3.127 3.127 0 0 1-.493.357c-.166.096-.323.166-.449.176h-.1a.176.176 0 0 1-.086-.03.264.264 0 0 1-.07-.06.394.394 0 0 1-.056-.09c-.03-.071.016-.157.106-.248.091-.09.222-.19.358-.292.14-.1.297-.201.427-.292.136-.09.252-.181.318-.251a2.37 2.37 0 0 0 .474-.761c.09-.247.12-.488.12-.735 0-.246-.03-.503-.07-.775a8.71 8.71 0 0 1-.092-.877 4.423 4.423 0 0 1 .243-1.737c.186-.524.468-.992.826-1.38.357-.388.786-.71 1.259-.942.471-.23.998-.372 1.545-.417l-.02.015Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M62.286 58.176c.059 0 .117 0 .166.01a.314.314 0 0 1 .237.216c.02.06.04.142.045.233-.478.13-.937.332-1.344.593-.408.262-.78.59-1.098.967a5.03 5.03 0 0 0-1.163 2.76c-.03.297-.01.62.02.957.03.337.065.68.08 1.007.016.332 0 .645-.08.927a1.324 1.324 0 0 1-.61.81 1.732 1.732 0 0 1-.176.096 1.46 1.46 0 0 1-.186.075.845.845 0 0 1-.181.04c-.055 0-.11 0-.161-.01a.263.263 0 0 1-.136-.075.413.413 0 0 1-.096-.151.771.771 0 0 1-.04-.237c.387-.09.645-.211.816-.352a.795.795 0 0 0 .276-.509c.03-.196.005-.413-.025-.66-.03-.247-.07-.514-.08-.806a7.642 7.642 0 0 1 .13-1.681 6.583 6.583 0 0 1 .489-1.516c.227-.468.509-.901.856-1.28a5.123 5.123 0 0 1 1.224-.98c.06-.036.13-.077.21-.122a3.481 3.481 0 0 1 .555-.262.951.951 0 0 1 .272-.06v.01Zm-4.466 2.069h.02c.14.02.211.101.231.222.02.12 0 .272-.04.423-.04.156-.1.317-.156.453a2.753 2.753 0 0 0-.11.307c-.026.126-.05.267-.07.408-.02.146-.047.303-.072.454-.025.156-.04.312-.055.453a6.903 6.903 0 0 0-.03.412c0 .04.015.182.035.363.02.186.046.423.06.66a3.25 3.25 0 0 1-.01.64c-.025.175-.075.29-.17.3h-.05c-.01 0-.021.001-.031-.009l-.03-.015c-.09-.055-.157-.231-.207-.473a5.371 5.371 0 0 1-.085-.871 19.38 19.38 0 0 1-.011-.917c0-.277.015-.493.025-.609a10.887 10.887 0 0 1 .262-1.219c.07-.251.151-.493.231-.674.081-.181.172-.302.257-.313l.006.005Zm7.014-2.295c.126-.01.297.01.483.055.192.045.394.101.595.172.201.07.392.14.563.21a6.217 6.217 0 0 1 1.546.893 8.683 8.683 0 0 1 1.995 2.145c.261.403.468.82.609 1.238.015.045.05.166.09.322.041.156.08.333.111.519.03.186.045.352.035.488-.01.136-.05.223-.13.233h-.066c-.015 0-.025-.011-.035-.016-.01 0-.025-.016-.04-.02a9.355 9.355 0 0 0-.66-1.803 8.185 8.185 0 0 0-.992-1.546 6.739 6.739 0 0 0-1.335-1.229 6.993 6.993 0 0 0-1.671-.861c-.096-.035-.242-.055-.398-.085-.161-.03-.332-.055-.488-.096-.156-.04-.293-.1-.368-.186-.08-.086-.1-.196-.035-.337.01-.01.02-.016.035-.026a.183.183 0 0 1 .046-.02c.014 0 .034-.01.05-.015.014 0 .04 0 .06-.01v-.025Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color15)" d="m63.208 56.348.01.02a7.85 7.85 0 0 1 3.04.383 9.266 9.266 0 0 1 4.95 3.928 8.6 8.6 0 0 1 1.17 3.187.543.543 0 0 1-.116.086c-.02.01-.036.015-.051.02-.015 0-.03.01-.045.01-.076 0-.136-.035-.182-.11a1.148 1.148 0 0 1-.11-.293 4.969 4.969 0 0 1-.075-.352 1.746 1.746 0 0 0-.076-.302 10.723 10.723 0 0 0-1.415-2.639 8.694 8.694 0 0 0-1.954-1.938 7.664 7.664 0 0 0-2.381-1.149 7.792 7.792 0 0 0-2.907-.242 2.56 2.56 0 0 1-.196.02c-.065 0-.13.016-.196.026l-.201.03a3.66 3.66 0 0 0-.892.272 8.31 8.31 0 0 0-.775.403c-.247.146-.494.302-.75.433-.257.136-.52.262-.812.352-.09-.07-.095-.166-.05-.271.046-.106.142-.217.252-.328a3.847 3.847 0 0 1 .614-.479 6.49 6.49 0 0 1 .75-.428 6.55 6.55 0 0 1 2.408-.654l-.01.015ZM61.854 63.7h-.016l.02-.005-.004.005Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color15)" d="m74.685 61.643.052.497-20.076 2.15-.107-.994 20.077-2.15.054.497Z"/>
18
+ <path fill="var(--sapContent_Illustrative_Color28)" d="M81.079 112.777c.675.594 1.717 1.475 2.498 1.596.785.121 3.061 1.148 4.043 1.707.544.313 2.049 1.468 3.464 2.873l27.424.003c-2.467-2.75-4.602-5.157-5.277-5.998-1.888-2.351-2.654-3.782-3.328-4.784-.67-1.002-1.667-2.895-2.246-4.189s-.68-2.573-.821-3.722c-.141-1.148-.539-3.55-.715-4.29-.176-.74-.831-3.036-1.048-3.797-.221-.76-.644-4.053-.891-5.237-.252-1.183-1.193-2.518-1.677-3.157-.483-.64-2.15-2.065-2.553-2.442-.403-.378-1.46-1.002-1.908-1.365-.448-.358-1.39-.675-2.281-.463-.892.216-1.531 1.163-1.531 1.163s-.126-.181-.227-.393c-.1-.216-.654-1.581-.997-2.321-.342-.745-.891-1.838-1.45-2.478-.56-.634-1.476-.785-2.18-.715-.7.07-1.486.635-1.894 1.068-.408.433-.529 1.254-.549 1.787-.02.53-.211 1.818-.211 1.818s-.423-1.022-.655-1.601a61.15 61.15 0 0 1-1.052-2.906c-.323-.966-1.501-1.737-2.266-1.838-.766-.1-1.622.091-2.418.6-.805.503-1.178 1.626-1.228 2.15-.046.518.458 1.863.458 1.863s-.06.211-.06.378c0 .166.015 1.188.14 1.833.126.644.555 1.41.555 1.41l.08.951c-.282 0-1.692-.438-2.105-.74-.408-.292-1.269-1.677-1.808-2.946-.538-1.269-1.52-3.817-1.963-4.723-.444-.907-2.105-3.983-2.367-4.653a150.23 150.23 0 0 1-1.566-4.336c-.257-.785-1.204-3.555-1.506-4.345-.302-.791-1.556-2.503-3.59-1.803-2.035.7-1.974 2.87-1.723 4.32.257 1.456.796 3.727 1.34 5.127.539 1.4 1.773 5.448 2.226 6.747.448 1.3 1.898 3.898 2.699 5.524.8 1.617 1.938 3.757 2.286 4.663.342.907 1.33 4.135 1.45 4.417.121.282.574 1.253.811 1.742.237.488.337 1.46.373 2.05.04.588.05 3.902.05 3.902s-.196-.03-.403-.08a5.749 5.749 0 0 0-.654-.081c.01-.202-.111-.549-.262-.766-.151-.216-.957-.89-1.546-1.404-.584-.514-1.31-.892-1.31-.892s-.055-.64-.09-.972c-.04-.327-.428-1.087-.7-1.56-.272-.469-.851-1.26-1.284-1.773-.428-.509-1.4-1.34-2.463-1.949-1.062-.61-1.797-.59-2.376-.524-.58.066-1.189.499-1.38.756-.192.256-.171.604-.171.604-.06.09.01.554.292 1.108.287.554 1.198 2.25 1.334 2.482.141.232.151.438.166.72.015.277.076.746.156 1.123.081.383.212 2.266.192 2.548-.015.287.06.554.156.66.096.1.116.423.201.58.086.155.705.92.987 1.177.287.262.594.388.695.418.1.03.363.383.685.59.322.211 2.342 1.953 3.465 3.177 1.117 1.224 1.143 1.793 1.903 2.644.458.513 2.055 1.596 3.233 2.497 1.178.907 4.703 3.863 5.378 4.457l-.01.01Z"/>
19
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M74.683 92.06c-.055-.302-.13-.59-.232-.796a67.52 67.52 0 0 1-.81-1.747c-.121-.287-1.103-3.51-1.45-4.416-.343-.907-1.486-3.042-2.287-4.663-.483-.987-1.208-2.322-1.802-3.52.473.816.946 1.631 1.168 2.024.534.947 2.659 4.769 3.313 6.567.655 1.792 1.395 4.104 1.733 4.94.327.815.352 1.586.352 1.616l.015-.005Z"/>
20
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M64.234 87.604c-1.787.161-1.994 1.178-2.004 1.224-.02-.126-.015-.212.01-.247 0 0 .09-.357.459-.604.574-.383 1.425-.403 1.535-.378v.005Z"/>
21
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M64.94 90.777v.035c-.016.333-.328.685-.479.826-.15.141-.559.594-.559.594a.38.38 0 0 0-.035-.06 153.163 153.163 0 0 1-1.334-2.483 2.92 2.92 0 0 1-.303-.866c.01-.04.217-1.062 2.005-1.223.11.03.272.79.382 1.233.111.433.313 1.561.318 1.939l.005.005Z"/>
22
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M91.088 118.951c-1.43-1.425-2.919-2.567-3.473-2.879-.982-.553-3.258-1.585-4.043-1.701-.78-.121-1.823-1.002-2.498-1.596-.675-.599-4.2-3.554-5.378-4.46-1.178-.906-2.775-1.983-3.233-2.497-.76-.85-.786-1.419-1.909-2.642-1.123-1.224-3.142-2.97-3.464-3.177-.322-.211-.584-.559-.685-.589a2.09 2.09 0 0 1-.695-.418c-.282-.261-.906-1.022-.987-1.178-.085-.156-.106-.478-.201-.578-.096-.106-.172-.378-.156-.66.02-.287-.111-2.17-.192-2.547a8.377 8.377 0 0 1-.156-1.123 2.556 2.556 0 0 0-.05-.428c.025.06.221.59.337 1.385.126.846.232 2.487.282 2.693.05.206.418-.096.418-.096-.247.484-.186 1.178.025 1.46.207.277.866.987 1.274 1.042.403.055.76-.14.76-.14-.186.331-.115.699.016.8.13.1 2.06 1.817 2.986 2.627.927.811 1.616 2.044 2.1 2.769.478.73 1.586 1.445 3.42 2.889.714.564 4.169 3.252 5.9 4.637 1.733 1.379 2.015 1.203 3.123 1.49 1.108.287 3.55 1.459 5.454 3.176.569.513 1.243.982 1.817 1.747"/>
23
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M95.34 118.951c-1.567-1.773-2.846-3.203-3.415-3.797l.02-.02c-2.13-2.211-5.045-3.989-7.196-5.248-2.15-1.258-5.483-2.764-6.486-3.696-1.002-.936-2.386-4.335-2.608-5.967-.216-1.636-.216-5.131-.227-6.768-.005-1.636-.931-3.62-1.269-4.622-.342-1.002-1.415-4.05-1.888-4.95-.468-.907-1.626-2.81-2.135-3.923-.508-1.113-.196-1.425-.196-1.425-.363-.07-.816-.403-1.28-1.028-1.022-1.38-1.691-3.348-1.671-3.283.09.277.171.514.231.695.086.247.207.534.348.856l.035.08c.05.112.1.222.156.338 0 .01.01.02.015.03.036.076.076.156.111.237.05.106.106.217.161.322.005.01.01.026.02.036a1.156 1.156 0 0 0 .066.126c.468.81.941 1.616 1.158 2.009.534.946 2.659 4.768 3.313 6.566.655 1.793 1.395 4.104 1.733 4.94.312.78.347 1.52.352 1.611v.01c.03.167.056.328.076.494.005.055.015.11.02.166 0 .03 0 .06.01.096 0 .04.01.085.01.126 0 .025 0 .05.005.075.01.111.015.212.02.302v.393c.025 1.063.036 3.505.036 3.505s-.197-.035-.403-.086c-.212-.045-.655-.08-.655-.08.01-.197-.11-.55-.262-.766-.15-.216-.962-.886-1.546-1.4-.584-.513-1.309-.896-1.309-.896s-.055-.64-.09-.972a.4.4 0 0 0-.026-.12c-.01-.046-.03-.096-.045-.152-.02-.055-.04-.11-.066-.17l-.03-.076s-.005-.01-.005-.016l-.04-.09a.627.627 0 0 0-.05-.1c-.03-.066-.06-.132-.096-.197-.015-.035-.035-.066-.05-.1-.101-.197-.207-.384-.298-.545a.9.9 0 0 0-.055-.09c-.287-.474-.826-1.199-1.229-1.677-.015-.02-.03-.035-.045-.056-.035-.04-.07-.075-.106-.115l-.06-.06c1.088 1.6 1.48 2.396 1.762 3.161.292.766-.262 1.657-.262 1.657.267 0 .59 0 .917.181.327.182 1.994 1.708 2.326 2.1.333.383-.357 1.174-.357 1.174.453-.096 1.042-.056 1.269.236.226.292.226 1.128.242 1.45.015.323-.242 1.793-.645 1.788-.408 0-3.178-2.633-4.21-3.701-1.027-1.073-1.178-1.742-1.178-1.742-.267.156-1.118-.162-1.35-.393-.231-.242-.226-.72-.226-.72-.308.045-.65-.131-.715-.323-.066-.19-.227-.745-.358-1.727-.086-.66-.453-1.405-.695-1.823v.036c-.015.337-.332.684-.478.826-.146.135-.534.563-.56.594a.7.7 0 0 1 .066.166l.015.05v.01c.026.06.222.59.343 1.385.126.846.231 2.488.282 2.694.05.207.418-.096.418-.096-.247.484-.186 1.184.025 1.46.211.278.866.993 1.274 1.043.403.056.76-.14.76-.14-.186.331-.115.7.015.8.131.1 2.06 1.818 2.982 2.628.921.811 1.621 2.045 2.1 2.77.478.73 1.586 1.445 3.419 2.89.715.564 4.169 3.253 5.901 4.638 1.733 1.38 2.02 1.204 3.122 1.491 1.108.287 3.55 1.46 5.454 3.177.655.549 1.304 1.053 1.828 1.743M74.869 97.454c0-.172.01-.242.01-.242s-.004.065-.01.242c0 .085-.004.2-.01.342 0-.146 0-.257.01-.343Zm-2.678-2.196s-.04-.035-.06-.05c.02.015.04.035.06.05Zm-1.597-2.03c-.01.303-.055.73-.191.857.136-.131.181-.554.191-.856Zm.333 1.018c.01.005.025.02.035.025a.156.156 0 0 0-.035-.025Zm1.566 1.274c.423.373.886.75.992.901-.106-.146-.56-.529-.992-.901Zm1.133 1.47a.57.57 0 0 1-.131.383.628.628 0 0 0 .13-.383Zm.478.247Zm.564.514c0-.046-.02-.081-.035-.121.015.04.03.075.035.12 0 .02 0 .046.005.086 0-.035 0-.065-.005-.085Zm.01.211c0 .106.01.242.015.393.015.458.04 1.108.086 1.727-.045-.62-.066-1.264-.086-1.727 0-.156-.01-.292-.015-.393Zm.181 2.996c-.03-.257-.055-.533-.08-.831.02.292.045.574.08.831Zm.126.695s-.045-.795-.08-1.636c.035.846.08 1.636.08 1.636Z"/>
24
+ <path fill="var(--sapContent_Illustrative_Color30)" d="M68.138 62.466c-.101.07-.942.287-1.254.352-.6.136-.972.131-1.395.151-.418.02-.574-.221-.69-.377-.116-.166-.786-1.828-.806-1.954 0 0 .468-1.229 1.677-1.606 1.194-.368 2.271.66 2.301.69.086.306.302 1.455.343 1.827.045.408-.076.846-.176.917Z"/>
25
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M67.977 59.716c-.03-.025-1.103-1.057-2.302-.69-1.208.373-1.677 1.607-1.677 1.607-.045-.262.59-1.627 1.833-1.783 1.244-.16 2.06.645 2.125.811 0 .01.01.03.02.06v-.005Zm12.226 21.608c-.025-.046-.433-.786-.554-1.41-.126-.645-.141-1.667-.141-1.833 0-.166.06-.378.06-.378s.222.786.348 1.586c.126.78.282 1.984.287 2.045v-.01Zm7.472-1.067c-.01-.377-.06-1.49-.06-1.49s-.035-.932-.045-1.28c-.01-.347-.05-1.475-.433-1.052a4.246 4.246 0 0 0-.202 1.159c-.015.413-.136 1.294-.186 1.656l-.025.161s.433.972.528 1.159c.096.18.55.85.585.901-.01-.05-.162-.851-.172-1.219h.005l.005.005Zm8.007 2.538a68.36 68.36 0 0 0-.685-.916c-.332-.448-.766-1.219-.766-1.219s.272-.398.7-.74c-.412.413-.292 1.022-.015 1.526.262.473.715 1.274.76 1.35h.006Zm-15.302.302s-1.733-.533-2.252-.84c-.518-.303-1.017-1.25-1.48-1.955-.458-.704-.539-1.268-1.022-2.361-.484-1.093-1.184-1.581-1.184-1.581s.126-1.143-.256-1.884c-.383-.74-1.043-1.546-1.043-1.546.181-.599-1.516-3.7-2.024-5.398-.398-1.33-.776-1.203-.776-1.203.111-.257.197-.237-.14-1.37-.338-1.133-1.647-5.151-1.647-5.151.196.261.332.518.403.72.302.795 1.248 3.565 1.505 4.345.257.786 1.3 3.666 1.566 4.336.267.67 1.924 3.747 2.367 4.653.443.906 1.425 3.454 1.964 4.723.539 1.27 1.4 2.654 1.808 2.951.407.302 1.823.745 2.105.74l.095.826.01-.005Zm22.05 1.601s-.267 1.239-1.466 1.239c-1.198 0-2.563-.942-2.563-.942s1.546.272 2.478.202a3.52 3.52 0 0 0 1.556-.499h-.005Zm-6.708.348s-.146 2.422-1.505 2.392c-1.36-.03-3.208-1.99-3.208-1.99 3.983 1.537 4.713-.402 4.713-.402Zm-8.298 3.948c-1.375.328-3.999-1.656-4.044-1.702.065.025 2.593.947 4.018.494 1.446-.453 1.566-1.793 1.566-1.793s-.16 2.674-1.54 3.001Zm-6.798 3.535c-1.556.211-3.022-.932-3.077-.972.055.02 1.964.7 2.815.126.866-.584 1.012-2.035 1.012-2.035s.82 2.674-.755 2.89l.005-.01Zm9.698 7.276c-.806-.604-1.606-1.209-2.357-1.878-1.234-1.108-2.341-2.418-3.842-3.117.83 1.062 2.085 1.686 3.258 2.356 1.4.796 2.74 1.702 4.003 2.694.836.66 3.102 2.1 3.253 3.178-1.505-.952-2.9-2.161-4.32-3.233h.005Zm4.25-2.421c-.307-.962-.61-1.913-.83-2.9-.358-1.622-.504-3.329-1.325-4.77.06 1.35.72 2.59 1.29 3.813a31.256 31.256 0 0 1 1.696 4.517c.302 1.017 1.314 3.51.81 4.471-.674-1.646-1.107-3.439-1.65-5.136h.004l.005.005Z"/>
26
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M117.94 118.95c-2.74-3.051-5.041-5.645-5.368-6.083-.856-1.163-2.221-3.102-3.233-4.743-1.012-1.632-1.954-3.183-2.377-4.774-.423-1.591-.755-4.23-.846-5.177l-.624-3.223c-.197-.549-.625-2.215-.811-3.182-.186-.972-.398-2.734-.554-3.757-.156-1.022-.383-1.923-.589-2.356a77.824 77.824 0 0 0-.781-1.531 12.385 12.385 0 0 0-.256-.343 7.86 7.86 0 0 0-.534-.584c1.173 1.632 1.485 2.795 1.853 4.482.367 1.682.624 5.584 1.339 7.523s.731 7.468 1.728 9.759c.997 2.296 3.474 6.29 5.926 9.059.746.846 2.423 2.73 4.381 4.935h.741l.005-.005Z"/>
27
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M118.66 118.951c-2.553-2.755-4.754-5.167-5.423-6.003-1.884-2.357-2.654-3.782-3.324-4.784-.67-.997-1.667-2.895-2.246-4.189s-.68-2.573-.821-3.722c-.141-1.148-.538-3.55-.715-4.29-.176-.74-.831-3.036-1.047-3.797-.227-.76-.65-4.053-.896-5.237-.212-.997-.912-2.11-1.42-2.815.03.066.579 1.108.78 1.531.207.433.433 1.335.589 2.357.156 1.022.368 2.794.554 3.756.186.972.609 2.634.811 3.183.201.549.534 2.276.624 3.223.091.951.418 3.59.846 5.176.423 1.591 1.365 3.132 2.377 4.774 1.017 1.642 2.382 3.58 3.233 4.744.317.433 2.608 3.021 5.353 6.088h.72l.005.005Z"/>
28
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m121.339 118.951-10.962-13.264c-.73-1.133-1.687-2.029-2.825-2.628a7.655 7.655 0 0 0-3.777-.871c-1.36.03-2.76.377-4.12 1.032-1.359.655-2.648 1.596-3.786 2.764a17.607 17.607 0 0 0-4.049 6.698c-.694 2.11-.941 4.265-.735 6.274h30.254v-.005Z"/>
29
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m121.339 118.951-10.962-13.264c-.73-1.133-1.687-2.029-2.825-2.628a7.655 7.655 0 0 0-3.777-.871c-1.36.03-2.76.377-4.12 1.032-1.359.655-2.648 1.596-3.786 2.764a17.607 17.607 0 0 0-4.049 6.698c-.694 2.11-.941 4.265-.735 6.274h30.254v-.005Z"/>
30
+ <path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="m128.011 118.978-12.224-10.39a3.635 3.635 0 0 0-2.282-.902l-1.823-.046c-6.472-.171-13.798 4.531-17.258 11.318l33.587.02Z" clip-rule="evenodd"/>
31
+ </svg>
@@ -0,0 +1,38 @@
1
+ <svg id="tnt-Dialog-Handshake" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M160 61v45c0 6.623-5.377 12-12 12H12c-6.623 0-12-5.377-12-12V61c0-6.623 5.377-12 12-12h136c6.623 0 12 5.377 12 12Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M84.675 99.997a1.205 1.205 0 0 0-.368-.24c-.03.09.03.18.09.255.09.114.184.224.298.314.09.069.548.408.523.144-.015-.119-.13-.144-.214-.199-.124-.08-.22-.174-.329-.28v.006Z" opacity=".9"/>
4
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M86.877 101.789c.588-.094 1.041 0 1.53-.453.154-.144.418-.568.024-.508-.23.035-.418.389-.573.523a1.951 1.951 0 0 1-.986.438h.005Z" opacity=".9"/>
5
+ <path fill="var(--sapContent_Illustrative_Color13)" d="m97.167 89.02 3.292 3.581 2.232-1.723-3.098-7.083-2.426 5.225Z" opacity=".9"/>
6
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M102.691 90.882c3.362 0 6.087-3.102 6.087-6.928 0-3.827-2.725-6.929-6.087-6.929-3.362 0-6.087 3.102-6.087 6.929 0 3.826 2.725 6.928 6.087 6.928Z" opacity=".9"/>
7
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M98.587 87.163a65.393 65.393 0 0 0-2.227-2.745c-.752-.876-1.554-1.713-2.31-2.59a32.637 32.637 0 0 0-1.037-1.165 10.443 10.443 0 0 0-1.165-1.086c-.409-.324-.927-.533-1.39-.777-1.215-.643-2.475-1.215-3.73-1.773-.32-.14-.638-.28-.957-.414-.135-.06-.633-.293-.752-.104 0 0-4.413-4.777-4.438-4.802-.065-.07-.21-.1-.294-.14-.19-.084-.373-.183-.563-.258-.448-.184-.926-.304-1.4-.17-1.812.509-3.64.962-5.468 1.4-.618.15-1.704.653-2.331.513-.882-.194-1.788-1.504-2.416-2.102-.906-.866-1.818-1.728-2.724-2.595a1069.45 1069.45 0 0 0-5.474-5.16 1332.939 1332.939 0 0 0-11.028-10.23c-.802-.738-1.599-1.485-2.4-2.222-.608-.558-1.305-1.11-1.993-1.688H19.123l.762 2.022 1.38 4.418 40.753 30.687 14.24 8.347 5.35 6.077c.318.214.637.423.95.637.195.13.389.269.588.394.254.159.399.433.638.603.388.274.98.403 1.444.493.538.099 1.09.114 1.624.005.986-.2 2.072-.907 2.34-1.933 0-.005.897.159.992.164.413.02.837-.034 1.23-.169 1.236-.418 2.286-1.659 2.122-3.013.01.075 1.106-.21 1.2-.24.613-.169 1.18-.408 1.58-.926.497-.652.567-1.494.343-2.261-.025-.09.25-.279.304-.324.274-.229.548-.418.797-.677a6.809 6.809 0 0 0 1.549-2.585c.164-.508.319-1.071.279-1.604-.06-.787-.538-1.39-1.001-1.992v-.015Z" opacity=".9"/>
8
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M77.692 74.29c-.184.797.384 1.998-.194 2.91-.194.303-.638 1.225-.857 2.111a2.62 2.62 0 0 0-.025 1.196c.24 1.006 1.514 1.563 2.456 1.569 1.623.01 3.158-.777 4.348-1.828 1.19-1.051 2.42-2.536 2.212-4.204-.205-1.6-1.63-2.765-3.084-3.472-.846-.408-2.246-1.05-3.212-.687-.872.328-1.455 1.564-1.644 2.4v.005Z" opacity=".9"/>
9
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M120.876 49.043 94.627 73.04l-.254.05-4.592-1.579-2.162-.772s-2.44-1.793-4.114-.787c-1.679 1.002-2.954 1.35-3.088 1.43l-1.19.752s-1.012.682-.932 2.241l-.02 2.102-.633 1.21-.338.807s-.707 1.37.563 2.152c0 0 2.988 1.464 5.598-2.067 0 0 .603-.976.707-2.167l.957.085 4.333 2.077 1.375.742 2.395 2.466 4.687 5.005.493.917s1.689-.668 1.694-.668c6.066-2.4 11.61-7.635 17.184-11.012 7.72-4.682 16.137-8.652 22.249-15.505 3.008-3.372 5.269-7.297 6.923-11.471h-25.586v-.005Z" opacity=".9"/>
10
+ <path fill="var(--sapContent_Illustrative_Color3)" d="m93.924 72.961.692-.363s5.733 2.615 6.685 6.833v6.948l-.429.693-1.733.343c-.712-.772-1.3-1.593-2.012-2.37.558.468 1.145.886 1.853 1.09.239.07.498.115.742.055.363-.09.647-.398.792-.747.353-.832.323-1.972.288-2.864a11.151 11.151 0 0 0-.463-2.809 10.116 10.116 0 0 0-3.043-4.707 11.954 11.954 0 0 0-2.032-1.414l-1.35-.698.01.01Z" opacity=".9"/>
11
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M92.122 100.337c-.484.268-1.011.293-1.564.318-.31.01-.628-.159-.922-.314-.652-.338-1.564-.697-1.474-1.41v-.014c.025-.164.104-.349.249-.558.045-.289.593-.936.294-2.336a.674.674 0 0 0-.11-.234 1.33 1.33 0 0 0-.538-.648 2.047 2.047 0 0 0-.299-.139 6.936 6.936 0 0 0-.597-.428l-.145-.09c0-.02.005-.04.01-.055a3.225 3.225 0 0 0-.876-2.38 3.219 3.219 0 0 0-2.336-.987c-.105 0-.224 0-.29-.084-.044-.055-.044-.135-.044-.205-.03-.831-.702-1.598-1.524-1.738h-.025c-.697-.279-1.564-.224-2.271-.06-.319.075-.613.17-.857.284-.329.155-.632.354-.966.503-.2.095-.553.12-.777.204h-.02c-.394.105-.996.484-1.395.588-.269.07-.558-.03-.787-.189-.229-.16-.413-.374-.612-.573a4.533 4.533 0 0 0-2.112-1.185c-.573-.135-1.17-.145-1.754-.234-.861-.135-1.454-.548-2.121-1.071-.419-.329-.852-.668-1.121-1.126-.23-.398-.329-.857-.538-1.265-.563-1.09-1.808-1.614-2.953-2.047-2.441-.931-4.224-4.09-6.67-5.016-.737-.284-1.638-2.266-2.4-1.868.209 1.285-1.056 2.795-.723 4.055.02.075.364.204.434.249.189.114.358.259.528.393.358.274.712.548 1.065.822.728.563 1.455 1.12 2.192 1.669 1.843 1.38 3.666 2.804 5.578 4.099.713.478 1.44.941 2.197 1.34.394.209.802.398 1.215.563.384.149.812.209 1.176.393.468.23.846.648 1.23.986 1.963 1.743 3.93 3.487 5.892 5.225.284-.837.603-1.668.947-2.485.891.343 1.922.035 2.883.144.693.08 1.33.379 1.928.747.15.155.319.3.488.434.404.323.837.632 1.3.856 1.494 1.18 2.88 2.49 4.324 3.736.034.03.07.06.11.09-.384.458-.798.906-1.246 1.265-.817.647-1.873.717-2.864.881-.02.498.633.907 1.046 1.026.01 0 .02.005.03.01-.294-.104-.812-.324-.334-.448.518-.135 1.036-.219 1.54-.423.477-.195.926-.464 1.28-.832.343-.359.592-.797.916-1.17.483.393.986.761 1.549 1.02.747.349 1.623.493 2.41.239.787-.259 1.62-.996 1.644-1.823-.18.529-.697 1.027-1.185 1.296h-.005Zm-7.815 2.145c.18.06.265.08 0 0Z" opacity=".9"/>
12
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M93.472 72.782s11.68 4.532 6.276 15.241c0 0 .209.837 1.882.613l8.692-5.33-1.584-9.274-2.605-1.823-5.514-3.93-4.383 2.62-2.764 1.883Z" opacity=".9"/>
13
+ <path fill="var(--sapContent_Illustrative_Color15)" d="M84.75 76.523h.777l3.79 1.848 2.331 1.071 3.985 4.324s5.2 4.517 3.452 7.192l-1.504 2.43-2.526-3.885-1.36-5.733-2.43-.443-4.567-4.318-1.943-2.48-.005-.006Z" opacity=".9"/>
14
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M80.795 100.232c.064.155.209.349.239.389.652.881 1.823 1.2 2.879 1.165.667-.025 1.335-.219 1.882-.597.563-.394.982-.957 1.355-1.534.294-.454.573-.932.827-1.415.413-.772.672-1.619.144-2.41a1.878 1.878 0 0 0-.712-.628c-.21-.105-.717-.339-.931-.17-.24.185-.439.518-.633.752L84.58 97.29c-.513.612-1.096 1.195-1.753 1.668-.618.449-1.33.772-2.022 1.081-.055.025-.045.105-.005.194h-.005Z" opacity=".9"/>
15
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M86.499 95.58c-.065.05-.11.12-.155.184-.14.194-.313.364-.433.573-.334.582.13 1.2.628 1.49.154.089.323.158.498.168.229.01.413-.12.567-.279.165-.169.35-.348.493-.537.125-.165.125-.344.01-.519-.104-.159-.263-.298-.398-.433-.18-.17-.354-.348-.558-.493-.16-.11-.458-.299-.647-.16l-.005.006Z" opacity=".9"/>
16
+ <path fill="var(--sapContent_Illustrative_Color14)" d="m95.36 71.452-.085-.289c-.01-.04 1.205-.104 1.27-.104 1.135.025 2.256.318 3.292.777 3.133 1.384 5.454 4.089 7.112 7.008a8.48 8.48 0 0 1 .817 6.265 9.259 9.259 0 0 1-.348 1.031c-.105.26-.175.638-.429.797-.304.19-.124-.428-.104-.577.159-1.32.274-2.65.094-3.975-.149-1.106-.468-2.162-.826-3.213-.533-1.514-1.276-3.008-2.366-4.198a10.816 10.816 0 0 0-4.1-2.765c-1.384-.528-2.853-.722-4.328-.747v-.01Z" opacity=".9"/>
17
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M120.412 49.043 95.274 71.168s9.892-.797 12.029 11.525c0 0 .568 9.125-5.583 8.099 0 0-1.445.438 2.794.105a.771.771 0 0 0 .363-.125L119.69 81l27.624-22.703 1.962-9.254h-28.869.005Z" opacity=".9"/>
18
+ <path fill="var(--sapContent_Illustrative_Color16)" fill-rule="evenodd" d="M69.563 72.475s-2.8 6.848-6.231 10.649l-.394-.503 6.625-10.146Z" clip-rule="evenodd" opacity=".9"/>
19
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M76.502 97.353c-.15.044.164 1.15.2 1.26a2.78 2.78 0 0 0 1.105 1.419c1.405.907 3.118.18 4.353-.672a16.82 16.82 0 0 0 2.939-2.575c.543-.598 1.15-1.236 1.454-1.993.573-1.414-.533-2.67-1.863-3.038-.313-.085-.697-.174-1.016-.065-.503.17-.886.842-1.225 1.226l-1.35 1.514c-.518.583-1.04 1.17-1.648 1.658-.902.728-1.873.937-2.949 1.27v-.004Z" opacity=".9"/>
20
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M83.903 92.462h-.005a.397.397 0 0 0-.1.104c-.178.26-.363.518-.547.777-.17.24-.354.463-.453.742-.085.24-.1.508 0 .743.12.293.398.493.667.657.264.16.548.304.857.289.21-.01.403-.1.583-.204a4.345 4.345 0 0 0 1.37-1.29c.303-.459-.315-1.141-.663-1.42a2.108 2.108 0 0 0-1.584-.438.356.356 0 0 0-.125.035v.005Zm-6.47-13.857c.035.269.956.154 1.126.144.353-.02.702-.064 1.05-.13.284-.049.653-.089.882-.283.18-.15.244-.379.299-.598.055-.219.16-.423.22-.637.139-.513-.08-1.051-.643-1.106-.618-.06-1.719-.025-2.062.613 0 0-.947 1.424-.872 1.997Z" opacity=".9"/>
21
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M82.633 99.052c.075.015-.194.15-.214.17-.07.069-.154.124-.23.189a4.528 4.528 0 0 1-.472.353 4.61 4.61 0 0 1-2.067.757c-.708.075-1.465.005-2.023-.473-.373-.324-.607-.777-.801-1.225a5.82 5.82 0 0 1-.419-1.484l6.61-5.146c-.214.762-.439 1.101-.882 1.6-.373.413-.832.736-1.245 1.11-.403.358-.692.817-.902 1.315-.04.104-.074.204-.1.309-.049.03-.099.054-.154.084-.149.07-.343.085-.478.185-.01.01-.279.283-.194.288-.324-.02-.657-.03-.976.06-.314.09-.608.304-.718.613-.104.304-.014.642.135.931.07.13.15.254.244.374-.045-.154-.07-.354.045-.25.045.04.09.085.134.125.314.294.623.588.917.907.02.015.05.055.084.095.15.064.304.109.459.144.792.159 1.638-.025 2.316-.463.269-.18.627-.254.817-.518.054.015.064-.06.114-.05Z" opacity=".9"/>
22
+ <path fill="var(--sapContent_Illustrative_Color31)" d="M71.939 93.717c-.05.025-.06.359-.065.419-.015.14-.025.284-.03.428-.015.304 0 .613.055.912.2 1.09 1.225 2.072 2.336 2.186.144.015.289.015.438 0 .449-.03.897-.154 1.34-.239 1.206-.229 2.401-.603 3.412-1.315.528-.373.931-.827 1.35-1.32.503-.597 1.06-1.155 1.569-1.753.393-.468.757-.971.842-1.599.209-1.564-1.664-2.515-3.009-2.31-.916.139-1.579.801-2.271 1.349-.598.478-1.18.971-1.748 1.48-.22.198-.379.438-.668.452-.17.01-.353-.03-.528-.044l-.568-.02-2.44 1.37-.015.004Z" opacity=".9"/>
23
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M82.633 90.957c.1.194.15.404.09.588-.115.344-.459.548-.707.782-.304.279-.578.687-1.007.777-.279.06-.587-.045-.826-.184a2.136 2.136 0 0 1-.633-.583c-.388-.513-.453-1.061-.05-1.594.22-.294.473-.583.707-.862.22-.259.454-.368.787-.259.185.06.354.165.518.27.274.169.553.343.777.577.12.125.254.294.35.478l-.006.01Z" opacity=".9"/>
24
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M75.64 92.595c-.035-.09-.13-.16-.234-.209-.284-.135-.648-.144-.972-.08-.323.065-.617.19-.911.314-.409.18-.932.334-1.29.563-.184.114-.214.204-.165.274-.403.483-.353 1.375-.214 1.927.22.872.837 1.63 1.649 2.008.284.13.757.294 1.05.124-.597-.279-1.115-.438-1.563-.976-.404-.488-.653-1.1-.752-1.728-.035-.23-.05-.478.06-.683.1-.179.278-.299.458-.398.064-.035.13-.06.194-.09a5.047 5.047 0 0 0 2.301-.553c.23-.12.463-.303.389-.498v.005Z" opacity=".9"/>
25
+ <path fill="var(--sapContent_Illustrative_Color31)" d="m66.889 89.155.01 1.11c0 .364.164.772.299 1.096a4.174 4.174 0 0 0 1.08 1.54c.165.149.344.278.534.393a3.38 3.38 0 0 0 1.41.488c.557.055 1.11-.07 1.658-.18.463-.094.926-.174 1.38-.308.582-.17 1.25-.423 1.603-.947.29-.428.27-1.016.105-1.489a2.301 2.301 0 0 0-1.17-1.33c-.553-.259-1.186-.254-1.769-.134-.478.1-.941.274-1.414.398-.678.18-1.355.224-2.003-.094-.224-.11-.483-.185-.717-.28-.329-.129-.692-.208-1.021-.338l.035.07-.02.005Z" opacity=".9"/>
26
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M72.073 90.544s1.774 1.873 1.774 1.877c-.015-.015-.683.294-.752.32-.663.223-1.594.248-2.157-.23-.458-.393-.692-1.15-.12-1.559.185-.13.394-.19.598-.274.1-.04.558-.239.657-.134Z" opacity=".9"/>
27
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M69.19 92.935c-.474-.353-.812-.837-1.031-1.38-.14-.343-.419-1.02.06-1.24a.58.58 0 0 1 .184-.04c.677-.044 1.559.185 2.077-.254.199-.169.194-.02.254-.05 0-.01.12-.054.114-.064-.044-.339-1.01.065-1.195.05-.757-.065-.942-.15-1.574-.463-.374-.185-1.146-.35-1.185-.414.074.702-.15 1.086.259 2.102.537 1.345 1.673 2.595 3.182 2.605.055 0 .917.239 3.183-.583-3.168.842-3.905.04-4.323-.279l-.005.01Z" opacity=".9"/>
28
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M90.14 92.49c.303.509.747 1.042 1.09 1.53.752 1.08 1.5 2.181 1.918 3.432.04.12.14.249.259.284-.055 0 .05.014 0 0 .528.01 1.096.02 1.554-.3.184-.129.473-.333.518-.552-.339.219-.553.249-.792.363-.578.27-.931-.064-1.315-.577-.827-1.091-1.564-2.297-2.226-3.497a11.22 11.22 0 0 1-.772-1.688 7.875 7.875 0 0 1-.25-.892c-.054-.264-.014-.618-.129-.857-.184.24-.194.708-.22.996-.044.568.056 1.21.34 1.709.01.015.015.03.025.045v.005Zm1.658-8.537s.697 4.09 3.168 6.037l.97.921-.124.125s-.523-.25-.772-.498l1.619 3.342s.25.543 1.38-1.011l.747-.927-.458.827c-.429.792-.917 1.176-1.375 1.435-.204.114-.364.184-.334.104l-3.058-5.035s-2.147-3.367-1.768-5.31l.005-.01Z" opacity=".9"/>
29
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M84.202 76.856c-.04-.374.04-.652.105-.981.05-.264 1.733.548 1.977.657 1.235.533 2.44 1.13 3.646 1.729.802.398 1.614.797 2.306 1.36 1.39 1.125 2.296 2.734 3.517 4.029 1.434 1.519 5.095 4.667 3.81 6.41-.145.2-.18.513-.284.732.144-.418.14-.986.18-1.43.094-1.01-.34-1.344-.962-2.056a8543.072 8543.072 0 0 1-5.305-6.072c-1.788-2.047-4.791-3.262-7.276-4.323-.454.742-.907 1.489-1.36 2.231 0-.622 0-1.245-.005-1.868 0-.074-.324-.274-.339-.423l-.01.005Z" opacity=".9"/>
30
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M77.573 94.395c-.06-.07-.125-.124-.185-.134-.189-.03-.134.184-.064.294.214.323.483.607.791.841.185.14.384.27.593.364.075.035.234.124.319.08.194-.1-.124-.28-.214-.34a6.062 6.062 0 0 1-1.016-.836c-.055-.055-.135-.174-.224-.274v.005Zm.373 1.195c-.269-.215-.538-.574-.846-.713 0 .03.005.075.02.105.034.07.094.124.144.179.17.19.339.383.508.578.105.12.21.239.344.318a.51.51 0 0 0 .448.055c.184-.075-.085-.174-.15-.209a3.181 3.181 0 0 1-.468-.309v-.005Zm3.661 2.281c-.2-.164-.394-.329-.593-.498-.03.08.025.17.08.24.15.183.369.462.593.557.309.135.03-.204-.08-.299Zm-.404.094c-.14-.17-.214-.409-.423-.479a.204.204 0 0 0-.04.17.42.42 0 0 0 .08.164c.094.15.194.294.328.399.065.05.339.239.354.05.01-.12-.23-.225-.304-.31l.005.005Zm5.236 2.038c-.334.498-.762.912-1.4 1.19a3.471 3.471 0 0 1-2.117.2c-.06-.035-.13-.065-.184-.105-.244-.169-.583-.722-.942-.657.04.239.354.458.638.622-.324-.124-.931-.403-.867-.827.03-.214.23-.348.424-.473.074-.05.15-.094.209-.14.299-.228.593-.467.876-.716.344-.304.653-.698 1.022-.977.234-.343.523-.642.831-.931.538-.508 1.126-.981 1.534-1.594.13-.194.215-.498.01-.613-.996.997-1.907 2.072-2.903 3.074-.399.398-.802.797-1.295 1.075-.444.25-1.196.384-1.45.867-.344.658.658 1.215 1.17 1.385 1.23.398 2.64.607 3.666-.1.22-.149.628-.473.793-.682.08-.105.513-.668.607-.807-.1.144-.413.16-.627.219l.005-.01Zm-13.095-3.742c.104.15.239.274.333.428.03.05.06.105.1.15.045.045.1.07.154.094.095.04.19.08.28.125.468.204-.15-.399-.245-.488-.084-.08-.647-.877-.772-.742-.084.09.095.368.145.438l.005-.005Zm-3.95-3.661c.07.07.14.144.204.219.16.18.538.468.543.722-.384-.12-.747-.503-.966-.832-.075-.114-.18-.279-.145-.418.085.035.17.11.234.18.04.044.085.084.125.129h.005Z" opacity=".9"/>
31
+ <path fill="var(--sapContent_Illustrative_Color16)" d="M90.985 99.794c.389.225.877-.094 1.186-.333.214-.17 1.325-1.041.807-1.35-.24-.14-.698.717-.842.867-.344.353-.757.547-1.146.822l-.005-.005Zm3.472-3.199c.055-.03.15-.045.214-.065.075-.025.155-.05.23-.08.149-.06.288-.13.428-.209.269-.164.503-.379.667-.652.065-.11.115-.23.165-.344.024-.06-.01-.135-.075-.14h-.01c-.035 0-.06.055-.085.085-.055.065-.11.135-.164.2-.11.129-.22.258-.334.383a4.264 4.264 0 0 1-.807.687c-.075.045-.144.09-.219.135h-.01Zm3.526-6.177c.513-.597 1.086-1.38.588-2.102.2.742-.06 1.485-.588 2.102Zm.763.012c.094-.105.174-.214.239-.339.094-.17.159-.353.234-.533.02-.04.055-.09.06-.134-.025.289-.08.588-.185.861-.02.05-.035.1-.07.14a.469.469 0 0 1-.169.124c-.15.08-.314.17-.478.205a.116.116 0 0 0 .035-.035c.045-.05.11-.085.16-.13a1.8 1.8 0 0 0 .174-.164v.005Z" opacity=".9"/>
32
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M83.987 77.306c.563-1.51.185-3.183-1.046-4.249 0 0 .389-.164 1.126.877l.284.772.633.174s.388-.423 0-1.32c0 0 .552 1.071.174 1.759l.339-.459h.473s.403-.353.229-1.145c0 0 .299.124.045 1.07l.1-.567.751.463s1.37-.702 1.848-2.904c-.015.075.045.22.05.3 0 .174-.03.353-.075.517a2.987 2.987 0 0 1-.493.991c-.363.499-.837.932-1.33 1.3l2.87 2.008 2.355 1.688c.329.264.653.528.982.792.283.23 1.006 1.036 1.394.897.164-.06.289-.2.389-.344.234-.349.378-.747.503-1.15.378-1.22.602-2.57.134-3.761.339.553.488 1.205.493 1.848 0 1.275-.488 2.71-1.484 3.546.608-.02 1.165-.398 1.514-.902.448-.642.692-1.583.598-2.36-.055-.434-.224-.842-.384-1.25-.144-.374-.284-.758-.478-1.111-.06-.11-.15-.234-.274-.23.319.529.673 1.047.942 1.604.164.35.308.713.403 1.086.105.414.09.802.12 1.22 0 0 .234 3.168-2.411 3.98l-2.59-2.376c-.468-.428-1.046-.777-1.574-1.12a23.934 23.934 0 0 0-1.758-1.041 38.603 38.603 0 0 0-2.037-1.006c-.389-.18-.768-.379-1.166-.543-.23-.095-.887-.459-1.1-.244-.055.054-.085.13-.12.199-.14.324-.26.667-.419.981l-.01.01Z" opacity=".9"/>
33
+ <path fill="var(--sapContent_Illustrative_Color3)" d="M84.097 75.98c.418 1.559-.593 3.078-1.933 3.94-1.265.816-3.65 1.753-4.761.288a1.492 1.492 0 0 1-.27-.513c-.054-.179.03-.543-.044-.682.224.408.697.657 1.185.727 2.162.319 4.478-1.145 5.504-2.844.174-.294.289-.598.319-.921v.005Zm-3.222-3.024c.084.01.169.015.224-.01.194-.08.07-.189-.04-.224a3.32 3.32 0 0 0-1.066-.12c-.23.01-.468.03-.707.08-.085.02-.27.045-.339.12-.154.164.22.114.329.104a6.93 6.93 0 0 1 1.285-.005c.07.005.194.04.314.055Zm-.787-.566h.005c.339 0 .727.079 1.076 0-.015-.02-.03-.046-.055-.055-.054-.025-.14-.025-.204-.035-.234-.035-.463-.065-.697-.1-.145-.02-.289-.04-.448-.02a.837.837 0 0 0-.459.204c-.154.145.145.065.22.055.194-.035.378-.05.562-.05Z" opacity=".9"/>
34
+ <path fill="var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" d="M11.612 49.045c1.226 4.443 2.177 7.75 2.346 7.85 1.43.806-.388 1.598 1.041 2.405 2.072 1.17 1.26 3.651 3.332 4.822 2.47 1.39 1.2.573 7.865 4.796 2.61 1.47 5.22 2.944 7.835 4.413l7.506 4.229c2.142 1.21 4.288 2.416 6.43 3.621 1.534.867 3.068 1.728 4.602 2.595 1.39.782 2.745 1.614 4.15 2.366l4.024-.757c1.365-1.206 2.515-2.655 3.596-4.11 2.122-2.873 3.975-5.961 5.573-9.16l-22.04-23.07h-36.26Z" clip-rule="evenodd"/>
35
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M104.31 86.275c-.15.458-.548.777-.927.752-.408-.03-.697-.448-.612-.986.094-.608.602-1.051 1.085-.932.439.115.618.658.454 1.166Z" opacity=".9"/>
36
+ <path fill="var(--sapContent_Illustrative_Color17)" d="M49.945 79.725c-1.017-.084-1.843-.931-1.848-1.902 0-.966.822-1.684 1.843-1.604 1.016.085 1.843.931 1.847 1.903 0 .966-.821 1.683-1.842 1.603Zm6.32 4.105c-1.016-.084-1.843-.93-1.848-1.902 0-.966.822-1.683 1.843-1.604 1.016.085 1.843.932 1.848 1.903 0 .966-.822 1.684-1.843 1.604Z" opacity=".9"/>
37
+ <path fill="var(--sapContent_Illustrative_Color3)" fill-rule="evenodd" d="M100.136 87.202s-.245.657-.444.722c-.274.08-.538-.503-.538-.503l.902-.24.084.026-.004-.005Z" clip-rule="evenodd" opacity=".9"/>
38
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg id="tnt-Dialog-Help" xmlns="http://www.w3.org/2000/svg" width="161" height="160" fill="none" viewBox="0 0 161 160">
2
+ <path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M160.5 61v45c0 6.623-5.377 12-12 12h-136c-6.623 0-12-5.377-12-12V61c0-6.623 5.377-12 12-12h136c6.623 0 12 5.377 12 12Z" clip-rule="evenodd"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m45.944 115.395 66.589-11.89c.414-.075.429-.657.025-.762l-41.754-10.4a3.856 3.856 0 0 0-1.529-.07l-52.573 8.1c-.932.145-1.11 1.404-.254 1.803l27.987 13.015c.468.219 1 .289 1.514.194l-.005.01Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M114.823 41.721c.264-.015.533.035.782.125s.493.234.712.413a2.678 2.678 0 0 1 .896 1.429l1.24 5.392-80.626 4.855-1.04-5.995a2.096 2.096 0 0 1 .03-.901 1.95 1.95 0 0 1 1.03-1.28c.26-.13.553-.209.877-.229l76.099-3.809Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m37.822 53.934 80.621-4.85 10.362 45.055c.069.304.079.603.049.877a2.026 2.026 0 0 1-.254.757 1.704 1.704 0 0 1-.512.552 1.67 1.67 0 0 1-.722.27l-77.953 9.768c-.333.045-.657.01-.965-.075a2.365 2.365 0 0 1-.857-.438 2.74 2.74 0 0 1-.652-.722 2.57 2.57 0 0 1-.354-.936l-8.758-50.258h-.005Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M42.16 47.655c.253-.015.507.025.746.105a2.173 2.173 0 0 1 1.155.916c.135.214.23.448.27.702a1.65 1.65 0 0 1-.314 1.32 1.62 1.62 0 0 1-.518.428 1.74 1.74 0 0 1-.697.184 2.104 2.104 0 0 1-1.404-.463 2.243 2.243 0 0 1-.503-.558 1.847 1.847 0 0 1-.27-.707 1.75 1.75 0 0 1 .02-.722 1.45 1.45 0 0 1 .295-.602 1.605 1.605 0 0 1 1.22-.607v.004Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M49.419 106.363c-.334.04-.657.01-.966-.075a2.551 2.551 0 0 1-.857-.438 2.685 2.685 0 0 1-.652-.727 2.54 2.54 0 0 1-.353-.936l-8.759-50.254-1.04-5.995a1.953 1.953 0 0 1-.035-.448 2.053 2.053 0 0 1 .194-.822c.055-.124.135-.243.214-.348l-1.32 1.718c-.079.11-.149.224-.213.344a2.383 2.383 0 0 0-.14.388c-.035.14-.05.274-.054.423 0 .145 0 .294.034.443l1.026 5.93 8.609 49.701c.055.339.18.648.348.926.17.279.394.523.643.717.254.195.537.339.846.434a2.3 2.3 0 0 0 .956.074l77.25-9.759 2.221-1.07-77.952 9.769v.005Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color9)" d="M95.68 60.189a24.217 24.217 0 0 1 2.867 2.758 23.77 23.77 0 0 1 4.143 6.692 23.08 23.08 0 0 1 1.165 3.754c.204.961.343 1.917.408 2.878.065.961.08 1.907.01 2.838a19.06 19.06 0 0 1-.388 2.769 18.475 18.475 0 0 1-.782 2.649 17.192 17.192 0 0 1-1.17 2.46 17.026 17.026 0 0 1-1.519 2.2c-.558.692-1.18 1.33-1.852 1.912a15.844 15.844 0 0 1-2.16 1.583 15.76 15.76 0 0 1-3.257 1.519 16.84 16.84 0 0 1-3.57.777c-.309.035-.618.06-.926.074a14.6 14.6 0 0 1-.936.025c-.314 0-.628-.005-.946-.025-.314-.02-.638-.04-.956-.07a18.753 18.753 0 0 1-2.853-.512 20.152 20.152 0 0 1-2.804-.941 21.872 21.872 0 0 1-2.688-1.35 22.858 22.858 0 0 1-4.835-3.834 23.423 23.423 0 0 1-2.007-2.374 23.55 23.55 0 0 1-2.997-5.423 22.865 22.865 0 0 1-.921-2.927 21.026 21.026 0 0 1-.498-2.963 20.132 20.132 0 0 1 .284-5.825 18.3 18.3 0 0 1 .767-2.729c.318-.876.712-1.708 1.155-2.504a15.75 15.75 0 0 1 1.523-2.246 15.93 15.93 0 0 1 1.858-1.942 15.214 15.214 0 0 1 2.15-1.593 16.602 16.602 0 0 1 2.37-1.21 16.577 16.577 0 0 1 5.248-1.205c1.23-.08 2.47-.03 3.7.145a20.688 20.688 0 0 1 7.15 2.424 23.313 23.313 0 0 1 3.266 2.201v.02-.005Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color8)" d="M91.686 66.207a7.735 7.735 0 0 1 1.105 1.703c.15.314.28.633.389.971.11.339.204.687.283 1.05.055.255.095.499.12.733.025.234.045.468.05.692a5.52 5.52 0 0 1-.254 1.822 5.492 5.492 0 0 1-.184.528c-.07.17-.145.328-.224.488-.08.16-.17.304-.264.443-.095.14-.2.289-.31.438-.109.15-.228.304-.358.458-.129.155-.264.319-.403.483a157.932 157.932 0 0 0-.812.911c-.114.13-.219.254-.318.379-.1.124-.194.239-.279.348-.085.11-.164.22-.239.324-.075.105-.14.209-.204.324a4.478 4.478 0 0 0-.18.343c-.054.12-.104.244-.154.369-.05.124-.09.258-.124.393a3.754 3.754 0 0 0-.12.871 5.193 5.193 0 0 0 .08.981l-4.566.428a9.23 9.23 0 0 1-.12-1.528 7.59 7.59 0 0 1 .046-.687c.024-.22.064-.433.119-.638a7.443 7.443 0 0 1 .359-1.12c.07-.17.144-.329.219-.478a3.67 3.67 0 0 1 .249-.423c.09-.135.184-.269.288-.418.105-.15.22-.3.349-.463a56.5 56.5 0 0 1 .403-.508c.145-.18.299-.359.463-.553a15.586 15.586 0 0 0 .628-.752c.094-.12.174-.229.254-.333.08-.105.149-.21.214-.304.064-.1.13-.2.184-.299.055-.1.11-.209.154-.319.045-.11.09-.224.13-.338a3.76 3.76 0 0 0 .104-.359 3.15 3.15 0 0 0 .085-.776c0-.14-.01-.274-.025-.419a5.115 5.115 0 0 0-.279-1.175 3.87 3.87 0 0 0-.309-.647 3.466 3.466 0 0 0-.916-1.016 3.414 3.414 0 0 0-.592-.358c-.21-.1-.428-.18-.657-.24a4.218 4.218 0 0 0-.722-.119 5.163 5.163 0 0 0-.787 0 5.26 5.26 0 0 0-.822.125 4.264 4.264 0 0 0-1.394.602c-.204.14-.398.299-.572.478a4.53 4.53 0 0 0-.503.598 7.029 7.029 0 0 0-.822 1.548 10.63 10.63 0 0 0-.319.951l-4.326-1.613a10.306 10.306 0 0 1 .99-2.614c.215-.393.464-.757.732-1.1.27-.344.568-.667.892-.966a6.699 6.699 0 0 1 1.055-.802 7.476 7.476 0 0 1 1.235-.602 9.17 9.17 0 0 1 1.414-.409c.503-.104 1.03-.174 1.589-.214a13.157 13.157 0 0 1 2.45.045 9.924 9.924 0 0 1 2.175.503c.339.12.662.259.97.418.31.16.603.329.887.518.284.19.543.398.797.617.254.22.488.463.707.722l-.01-.015Zm-1.987 18.105c.154.115.294.244.423.388a3.132 3.132 0 0 1 .592 1c.07.195.13.394.175.614.045.219.07.408.075.602.005.194-.005.378-.035.553-.03.174-.08.343-.145.508a2.37 2.37 0 0 1-.603.846 2.132 2.132 0 0 1-.427.294 2.92 2.92 0 0 1-1.096.313 3.564 3.564 0 0 1-1.215-.07 2.866 2.866 0 0 1-1.792-1.329 3.118 3.118 0 0 1-.254-.537 4.603 4.603 0 0 1-.174-.613 3.53 3.53 0 0 1-.075-.627 2.632 2.632 0 0 1 .18-1.08 1.92 1.92 0 0 1 .253-.454 2.157 2.157 0 0 1 .792-.672c.16-.08.334-.15.523-.2a3.767 3.767 0 0 1 1.22-.119 3.105 3.105 0 0 1 1.1.289c.17.08.329.184.483.299v-.005Z"/>
10
+ </svg>