@ui5/webcomponents-fiori 0.0.0-037d08c67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3113) hide show
  1. package/.env.production +1 -0
  2. package/.env.testing +4 -0
  3. package/.npsrc.json +3 -0
  4. package/CHANGELOG.md +4053 -0
  5. package/LICENSE.txt +201 -0
  6. package/README.md +77 -0
  7. package/cypress.config.js +3 -0
  8. package/dist/.tsbuildinfo +1 -0
  9. package/dist/Assets-fetch.d.ts +3 -0
  10. package/dist/Assets-fetch.js +6 -0
  11. package/dist/Assets-fetch.js.map +1 -0
  12. package/dist/Assets-node.d.ts +14 -0
  13. package/dist/Assets-node.js +17 -0
  14. package/dist/Assets-node.js.map +1 -0
  15. package/dist/Assets.d.ts +3 -0
  16. package/dist/Assets.js +6 -0
  17. package/dist/Assets.js.map +1 -0
  18. package/dist/BarcodeScannerDialog.d.ts +137 -0
  19. package/dist/BarcodeScannerDialog.js +366 -0
  20. package/dist/BarcodeScannerDialog.js.map +1 -0
  21. package/dist/BarcodeScannerDialogTemplate.d.ts +2 -0
  22. package/dist/BarcodeScannerDialogTemplate.js +8 -0
  23. package/dist/BarcodeScannerDialogTemplate.js.map +1 -0
  24. package/dist/DynamicPage.d.ts +165 -0
  25. package/dist/DynamicPage.js +398 -0
  26. package/dist/DynamicPage.js.map +1 -0
  27. package/dist/DynamicPageHeader.d.ts +57 -0
  28. package/dist/DynamicPageHeader.js +93 -0
  29. package/dist/DynamicPageHeader.js.map +1 -0
  30. package/dist/DynamicPageHeaderActions.d.ts +77 -0
  31. package/dist/DynamicPageHeaderActions.js +181 -0
  32. package/dist/DynamicPageHeaderActions.js.map +1 -0
  33. package/dist/DynamicPageHeaderActionsTemplate.d.ts +2 -0
  34. package/dist/DynamicPageHeaderActionsTemplate.js +8 -0
  35. package/dist/DynamicPageHeaderActionsTemplate.js.map +1 -0
  36. package/dist/DynamicPageHeaderTemplate.d.ts +2 -0
  37. package/dist/DynamicPageHeaderTemplate.js +5 -0
  38. package/dist/DynamicPageHeaderTemplate.js.map +1 -0
  39. package/dist/DynamicPageTemplate.d.ts +2 -0
  40. package/dist/DynamicPageTemplate.js +14 -0
  41. package/dist/DynamicPageTemplate.js.map +1 -0
  42. package/dist/DynamicPageTitle.d.ts +172 -0
  43. package/dist/DynamicPageTitle.js +246 -0
  44. package/dist/DynamicPageTitle.js.map +1 -0
  45. package/dist/DynamicPageTitleTemplate.d.ts +2 -0
  46. package/dist/DynamicPageTitleTemplate.js +16 -0
  47. package/dist/DynamicPageTitleTemplate.js.map +1 -0
  48. package/dist/DynamicSideContent.d.ts +234 -0
  49. package/dist/DynamicSideContent.js +413 -0
  50. package/dist/DynamicSideContent.js.map +1 -0
  51. package/dist/DynamicSideContentTemplate.d.ts +2 -0
  52. package/dist/DynamicSideContentTemplate.js +14 -0
  53. package/dist/DynamicSideContentTemplate.js.map +1 -0
  54. package/dist/FilterItem.d.ts +45 -0
  55. package/dist/FilterItem.js +48 -0
  56. package/dist/FilterItem.js.map +1 -0
  57. package/dist/FilterItemOption.d.ts +38 -0
  58. package/dist/FilterItemOption.js +54 -0
  59. package/dist/FilterItemOption.js.map +1 -0
  60. package/dist/FlexibleColumnLayout.d.ts +432 -0
  61. package/dist/FlexibleColumnLayout.js +1177 -0
  62. package/dist/FlexibleColumnLayout.js.map +1 -0
  63. package/dist/FlexibleColumnLayoutTemplate.d.ts +2 -0
  64. package/dist/FlexibleColumnLayoutTemplate.js +40 -0
  65. package/dist/FlexibleColumnLayoutTemplate.js.map +1 -0
  66. package/dist/GroupItem.d.ts +38 -0
  67. package/dist/GroupItem.js +54 -0
  68. package/dist/GroupItem.js.map +1 -0
  69. package/dist/IllustratedMessage.d.ts +252 -0
  70. package/dist/IllustratedMessage.js +426 -0
  71. package/dist/IllustratedMessage.js.map +1 -0
  72. package/dist/IllustratedMessageTemplate.d.ts +2 -0
  73. package/dist/IllustratedMessageTemplate.js +27 -0
  74. package/dist/IllustratedMessageTemplate.js.map +1 -0
  75. package/dist/MediaGallery.d.ts +178 -0
  76. package/dist/MediaGallery.js +441 -0
  77. package/dist/MediaGallery.js.map +1 -0
  78. package/dist/MediaGalleryItem.d.ts +117 -0
  79. package/dist/MediaGalleryItem.js +238 -0
  80. package/dist/MediaGalleryItem.js.map +1 -0
  81. package/dist/MediaGalleryItemTemplate.d.ts +2 -0
  82. package/dist/MediaGalleryItemTemplate.js +7 -0
  83. package/dist/MediaGalleryItemTemplate.js.map +1 -0
  84. package/dist/MediaGalleryTemplate.d.ts +2 -0
  85. package/dist/MediaGalleryTemplate.js +10 -0
  86. package/dist/MediaGalleryTemplate.js.map +1 -0
  87. package/dist/NavigationLayout.d.ts +74 -0
  88. package/dist/NavigationLayout.js +127 -0
  89. package/dist/NavigationLayout.js.map +1 -0
  90. package/dist/NavigationLayoutTemplate.d.ts +2 -0
  91. package/dist/NavigationLayoutTemplate.js +5 -0
  92. package/dist/NavigationLayoutTemplate.js.map +1 -0
  93. package/dist/NavigationMenu.d.ts +37 -0
  94. package/dist/NavigationMenu.js +68 -0
  95. package/dist/NavigationMenu.js.map +1 -0
  96. package/dist/NavigationMenuItem.d.ts +86 -0
  97. package/dist/NavigationMenuItem.js +159 -0
  98. package/dist/NavigationMenuItem.js.map +1 -0
  99. package/dist/NavigationMenuItemTemplate.d.ts +3 -0
  100. package/dist/NavigationMenuItemTemplate.js +34 -0
  101. package/dist/NavigationMenuItemTemplate.js.map +1 -0
  102. package/dist/NavigationMenuTemplate.d.ts +2 -0
  103. package/dist/NavigationMenuTemplate.js +12 -0
  104. package/dist/NavigationMenuTemplate.js.map +1 -0
  105. package/dist/NotificationList.d.ts +73 -0
  106. package/dist/NotificationList.js +135 -0
  107. package/dist/NotificationList.js.map +1 -0
  108. package/dist/NotificationListGroupItem.d.ts +93 -0
  109. package/dist/NotificationListGroupItem.js +224 -0
  110. package/dist/NotificationListGroupItem.js.map +1 -0
  111. package/dist/NotificationListGroupItemTemplate.d.ts +2 -0
  112. package/dist/NotificationListGroupItemTemplate.js +10 -0
  113. package/dist/NotificationListGroupItemTemplate.js.map +1 -0
  114. package/dist/NotificationListGroupList.d.ts +23 -0
  115. package/dist/NotificationListGroupList.js +52 -0
  116. package/dist/NotificationListGroupList.js.map +1 -0
  117. package/dist/NotificationListInternal.d.ts +21 -0
  118. package/dist/NotificationListInternal.js +161 -0
  119. package/dist/NotificationListInternal.js.map +1 -0
  120. package/dist/NotificationListItem.d.ts +200 -0
  121. package/dist/NotificationListItem.js +454 -0
  122. package/dist/NotificationListItem.js.map +1 -0
  123. package/dist/NotificationListItemBase.d.ts +52 -0
  124. package/dist/NotificationListItemBase.js +103 -0
  125. package/dist/NotificationListItemBase.js.map +1 -0
  126. package/dist/NotificationListItemTemplate.d.ts +2 -0
  127. package/dist/NotificationListItemTemplate.js +19 -0
  128. package/dist/NotificationListItemTemplate.js.map +1 -0
  129. package/dist/NotificationListTemplate.d.ts +2 -0
  130. package/dist/NotificationListTemplate.js +6 -0
  131. package/dist/NotificationListTemplate.js.map +1 -0
  132. package/dist/Page.d.ts +84 -0
  133. package/dist/Page.js +127 -0
  134. package/dist/Page.js.map +1 -0
  135. package/dist/PageTemplate.d.ts +2 -0
  136. package/dist/PageTemplate.js +11 -0
  137. package/dist/PageTemplate.js.map +1 -0
  138. package/dist/ProductSwitch.d.ts +79 -0
  139. package/dist/ProductSwitch.js +142 -0
  140. package/dist/ProductSwitch.js.map +1 -0
  141. package/dist/ProductSwitchItem.d.ts +117 -0
  142. package/dist/ProductSwitchItem.js +156 -0
  143. package/dist/ProductSwitchItem.js.map +1 -0
  144. package/dist/ProductSwitchItemTemplate.d.ts +2 -0
  145. package/dist/ProductSwitchItemTemplate.js +15 -0
  146. package/dist/ProductSwitchItemTemplate.js.map +1 -0
  147. package/dist/ProductSwitchTemplate.d.ts +2 -0
  148. package/dist/ProductSwitchTemplate.js +5 -0
  149. package/dist/ProductSwitchTemplate.js.map +1 -0
  150. package/dist/Search.d.ts +186 -0
  151. package/dist/Search.js +446 -0
  152. package/dist/Search.js.map +1 -0
  153. package/dist/SearchField.d.ts +155 -0
  154. package/dist/SearchField.js +233 -0
  155. package/dist/SearchField.js.map +1 -0
  156. package/dist/SearchFieldTemplate.d.ts +8 -0
  157. package/dist/SearchFieldTemplate.js +17 -0
  158. package/dist/SearchFieldTemplate.js.map +1 -0
  159. package/dist/SearchItem.d.ts +99 -0
  160. package/dist/SearchItem.js +216 -0
  161. package/dist/SearchItem.js.map +1 -0
  162. package/dist/SearchItemGroup.d.ts +17 -0
  163. package/dist/SearchItemGroup.js +42 -0
  164. package/dist/SearchItemGroup.js.map +1 -0
  165. package/dist/SearchItemShowMore.d.ts +49 -0
  166. package/dist/SearchItemShowMore.js +112 -0
  167. package/dist/SearchItemShowMore.js.map +1 -0
  168. package/dist/SearchItemShowMoreTemplate.d.ts +2 -0
  169. package/dist/SearchItemShowMoreTemplate.js +5 -0
  170. package/dist/SearchItemShowMoreTemplate.js.map +1 -0
  171. package/dist/SearchItemTemplate.d.ts +2 -0
  172. package/dist/SearchItemTemplate.js +16 -0
  173. package/dist/SearchItemTemplate.js.map +1 -0
  174. package/dist/SearchMessageArea.d.ts +27 -0
  175. package/dist/SearchMessageArea.js +41 -0
  176. package/dist/SearchMessageArea.js.map +1 -0
  177. package/dist/SearchMessageAreaTemplate.d.ts +2 -0
  178. package/dist/SearchMessageAreaTemplate.js +8 -0
  179. package/dist/SearchMessageAreaTemplate.js.map +1 -0
  180. package/dist/SearchPopoverTemplate.d.ts +3 -0
  181. package/dist/SearchPopoverTemplate.js +25 -0
  182. package/dist/SearchPopoverTemplate.js.map +1 -0
  183. package/dist/SearchScope.d.ts +30 -0
  184. package/dist/SearchScope.js +37 -0
  185. package/dist/SearchScope.js.map +1 -0
  186. package/dist/SearchTemplate.d.ts +2 -0
  187. package/dist/SearchTemplate.js +7 -0
  188. package/dist/SearchTemplate.js.map +1 -0
  189. package/dist/ShellBar.d.ts +556 -0
  190. package/dist/ShellBar.js +1390 -0
  191. package/dist/ShellBar.js.map +1 -0
  192. package/dist/ShellBarBranding.d.ts +79 -0
  193. package/dist/ShellBarBranding.js +116 -0
  194. package/dist/ShellBarBranding.js.map +1 -0
  195. package/dist/ShellBarBrandingTemplate.d.ts +2 -0
  196. package/dist/ShellBarBrandingTemplate.js +5 -0
  197. package/dist/ShellBarBrandingTemplate.js.map +1 -0
  198. package/dist/ShellBarItem.d.ts +75 -0
  199. package/dist/ShellBarItem.js +88 -0
  200. package/dist/ShellBarItem.js.map +1 -0
  201. package/dist/ShellBarPopoverTemplate.d.ts +2 -0
  202. package/dist/ShellBarPopoverTemplate.js +9 -0
  203. package/dist/ShellBarPopoverTemplate.js.map +1 -0
  204. package/dist/ShellBarSearch.d.ts +26 -0
  205. package/dist/ShellBarSearch.js +97 -0
  206. package/dist/ShellBarSearch.js.map +1 -0
  207. package/dist/ShellBarSearchPopoverTemplate.d.ts +2 -0
  208. package/dist/ShellBarSearchPopoverTemplate.js +12 -0
  209. package/dist/ShellBarSearchPopoverTemplate.js.map +1 -0
  210. package/dist/ShellBarSearchTemplate.d.ts +2 -0
  211. package/dist/ShellBarSearchTemplate.js +7 -0
  212. package/dist/ShellBarSearchTemplate.js.map +1 -0
  213. package/dist/ShellBarSpacer.d.ts +17 -0
  214. package/dist/ShellBarSpacer.js +38 -0
  215. package/dist/ShellBarSpacer.js.map +1 -0
  216. package/dist/ShellBarTemplate.d.ts +2 -0
  217. package/dist/ShellBarTemplate.js +62 -0
  218. package/dist/ShellBarTemplate.js.map +1 -0
  219. package/dist/SideNavigation.d.ts +178 -0
  220. package/dist/SideNavigation.js +543 -0
  221. package/dist/SideNavigation.js.map +1 -0
  222. package/dist/SideNavigationGroup.d.ts +56 -0
  223. package/dist/SideNavigationGroup.js +166 -0
  224. package/dist/SideNavigationGroup.js.map +1 -0
  225. package/dist/SideNavigationGroupTemplate.d.ts +2 -0
  226. package/dist/SideNavigationGroupTemplate.js +16 -0
  227. package/dist/SideNavigationGroupTemplate.js.map +1 -0
  228. package/dist/SideNavigationItem.d.ts +77 -0
  229. package/dist/SideNavigationItem.js +278 -0
  230. package/dist/SideNavigationItem.js.map +1 -0
  231. package/dist/SideNavigationItemBase.d.ts +81 -0
  232. package/dist/SideNavigationItemBase.js +122 -0
  233. package/dist/SideNavigationItemBase.js.map +1 -0
  234. package/dist/SideNavigationItemTemplate.d.ts +2 -0
  235. package/dist/SideNavigationItemTemplate.js +26 -0
  236. package/dist/SideNavigationItemTemplate.js.map +1 -0
  237. package/dist/SideNavigationPopoverTemplate.d.ts +2 -0
  238. package/dist/SideNavigationPopoverTemplate.js +13 -0
  239. package/dist/SideNavigationPopoverTemplate.js.map +1 -0
  240. package/dist/SideNavigationSelectableItemBase.d.ts +150 -0
  241. package/dist/SideNavigationSelectableItemBase.js +256 -0
  242. package/dist/SideNavigationSelectableItemBase.js.map +1 -0
  243. package/dist/SideNavigationSubItem.d.ts +26 -0
  244. package/dist/SideNavigationSubItem.js +64 -0
  245. package/dist/SideNavigationSubItem.js.map +1 -0
  246. package/dist/SideNavigationSubItemTemplate.d.ts +2 -0
  247. package/dist/SideNavigationSubItemTemplate.js +10 -0
  248. package/dist/SideNavigationSubItemTemplate.js.map +1 -0
  249. package/dist/SideNavigationTemplate.d.ts +2 -0
  250. package/dist/SideNavigationTemplate.js +20 -0
  251. package/dist/SideNavigationTemplate.js.map +1 -0
  252. package/dist/SortItem.d.ts +38 -0
  253. package/dist/SortItem.js +54 -0
  254. package/dist/SortItem.js.map +1 -0
  255. package/dist/Timeline.d.ts +146 -0
  256. package/dist/Timeline.js +380 -0
  257. package/dist/Timeline.js.map +1 -0
  258. package/dist/TimelineGroupItem.d.ts +71 -0
  259. package/dist/TimelineGroupItem.js +164 -0
  260. package/dist/TimelineGroupItem.js.map +1 -0
  261. package/dist/TimelineGroupItemTemplate.d.ts +2 -0
  262. package/dist/TimelineGroupItemTemplate.js +17 -0
  263. package/dist/TimelineGroupItemTemplate.js.map +1 -0
  264. package/dist/TimelineItem.d.ts +123 -0
  265. package/dist/TimelineItem.js +194 -0
  266. package/dist/TimelineItem.js.map +1 -0
  267. package/dist/TimelineItemTemplate.d.ts +2 -0
  268. package/dist/TimelineItemTemplate.js +29 -0
  269. package/dist/TimelineItemTemplate.js.map +1 -0
  270. package/dist/TimelineTemplate.d.ts +2 -0
  271. package/dist/TimelineTemplate.js +18 -0
  272. package/dist/TimelineTemplate.js.map +1 -0
  273. package/dist/UploadCollection.d.ts +124 -0
  274. package/dist/UploadCollection.js +221 -0
  275. package/dist/UploadCollection.js.map +1 -0
  276. package/dist/UploadCollectionItem.d.ts +169 -0
  277. package/dist/UploadCollectionItem.js +400 -0
  278. package/dist/UploadCollectionItem.js.map +1 -0
  279. package/dist/UploadCollectionItemTemplate.d.ts +3 -0
  280. package/dist/UploadCollectionItemTemplate.js +22 -0
  281. package/dist/UploadCollectionItemTemplate.js.map +1 -0
  282. package/dist/UploadCollectionTemplate.d.ts +2 -0
  283. package/dist/UploadCollectionTemplate.js +24 -0
  284. package/dist/UploadCollectionTemplate.js.map +1 -0
  285. package/dist/UserMenu.d.ts +169 -0
  286. package/dist/UserMenu.js +366 -0
  287. package/dist/UserMenu.js.map +1 -0
  288. package/dist/UserMenuAccount.d.ts +61 -0
  289. package/dist/UserMenuAccount.js +121 -0
  290. package/dist/UserMenuAccount.js.map +1 -0
  291. package/dist/UserMenuItem.d.ts +36 -0
  292. package/dist/UserMenuItem.js +52 -0
  293. package/dist/UserMenuItem.js.map +1 -0
  294. package/dist/UserMenuItemGroup.d.ts +35 -0
  295. package/dist/UserMenuItemGroup.js +52 -0
  296. package/dist/UserMenuItemGroup.js.map +1 -0
  297. package/dist/UserMenuItemGroupTemplate.d.ts +2 -0
  298. package/dist/UserMenuItemGroupTemplate.js +5 -0
  299. package/dist/UserMenuItemGroupTemplate.js.map +1 -0
  300. package/dist/UserMenuItemTemplate.d.ts +2 -0
  301. package/dist/UserMenuItemTemplate.js +5 -0
  302. package/dist/UserMenuItemTemplate.js.map +1 -0
  303. package/dist/UserMenuTemplate.d.ts +2 -0
  304. package/dist/UserMenuTemplate.js +57 -0
  305. package/dist/UserMenuTemplate.js.map +1 -0
  306. package/dist/UserSettingsAccountView.d.ts +30 -0
  307. package/dist/UserSettingsAccountView.js +108 -0
  308. package/dist/UserSettingsAccountView.js.map +1 -0
  309. package/dist/UserSettingsAccountViewTemplate.d.ts +2 -0
  310. package/dist/UserSettingsAccountViewTemplate.js +18 -0
  311. package/dist/UserSettingsAccountViewTemplate.js.map +1 -0
  312. package/dist/UserSettingsAppearanceView.d.ts +29 -0
  313. package/dist/UserSettingsAppearanceView.js +108 -0
  314. package/dist/UserSettingsAppearanceView.js.map +1 -0
  315. package/dist/UserSettingsAppearanceViewGroup.d.ts +30 -0
  316. package/dist/UserSettingsAppearanceViewGroup.js +48 -0
  317. package/dist/UserSettingsAppearanceViewGroup.js.map +1 -0
  318. package/dist/UserSettingsAppearanceViewItem.d.ts +31 -0
  319. package/dist/UserSettingsAppearanceViewItem.js +108 -0
  320. package/dist/UserSettingsAppearanceViewItem.js.map +1 -0
  321. package/dist/UserSettingsAppearanceViewItemTemplate.d.ts +2 -0
  322. package/dist/UserSettingsAppearanceViewItemTemplate.js +13 -0
  323. package/dist/UserSettingsAppearanceViewItemTemplate.js.map +1 -0
  324. package/dist/UserSettingsAppearanceViewTemplate.d.ts +2 -0
  325. package/dist/UserSettingsAppearanceViewTemplate.js +6 -0
  326. package/dist/UserSettingsAppearanceViewTemplate.js.map +1 -0
  327. package/dist/UserSettingsDialog.d.ts +119 -0
  328. package/dist/UserSettingsDialog.js +262 -0
  329. package/dist/UserSettingsDialog.js.map +1 -0
  330. package/dist/UserSettingsDialogTemplate.d.ts +2 -0
  331. package/dist/UserSettingsDialogTemplate.js +23 -0
  332. package/dist/UserSettingsDialogTemplate.js.map +1 -0
  333. package/dist/UserSettingsItem.d.ts +137 -0
  334. package/dist/UserSettingsItem.js +215 -0
  335. package/dist/UserSettingsItem.js.map +1 -0
  336. package/dist/UserSettingsItemTemplate.d.ts +4 -0
  337. package/dist/UserSettingsItemTemplate.js +20 -0
  338. package/dist/UserSettingsItemTemplate.js.map +1 -0
  339. package/dist/UserSettingsView.d.ts +44 -0
  340. package/dist/UserSettingsView.js +68 -0
  341. package/dist/UserSettingsView.js.map +1 -0
  342. package/dist/UserSettingsViewTemplate.d.ts +2 -0
  343. package/dist/UserSettingsViewTemplate.js +5 -0
  344. package/dist/UserSettingsViewTemplate.js.map +1 -0
  345. package/dist/ViewSettingsDialog.d.ts +315 -0
  346. package/dist/ViewSettingsDialog.js +743 -0
  347. package/dist/ViewSettingsDialog.js.map +1 -0
  348. package/dist/ViewSettingsDialogTemplate.d.ts +2 -0
  349. package/dist/ViewSettingsDialogTemplate.js +53 -0
  350. package/dist/ViewSettingsDialogTemplate.js.map +1 -0
  351. package/dist/Wizard.d.ts +361 -0
  352. package/dist/Wizard.js +827 -0
  353. package/dist/Wizard.js.map +1 -0
  354. package/dist/WizardPopoverTemplate.d.ts +2 -0
  355. package/dist/WizardPopoverTemplate.js +12 -0
  356. package/dist/WizardPopoverTemplate.js.map +1 -0
  357. package/dist/WizardStep.d.ts +89 -0
  358. package/dist/WizardStep.js +92 -0
  359. package/dist/WizardStep.js.map +1 -0
  360. package/dist/WizardTab.d.ts +99 -0
  361. package/dist/WizardTab.js +162 -0
  362. package/dist/WizardTab.js.map +1 -0
  363. package/dist/WizardTabTemplate.d.ts +2 -0
  364. package/dist/WizardTabTemplate.js +7 -0
  365. package/dist/WizardTabTemplate.js.map +1 -0
  366. package/dist/WizardTemplate.d.ts +2 -0
  367. package/dist/WizardTemplate.js +11 -0
  368. package/dist/WizardTemplate.js.map +1 -0
  369. package/dist/bundle.esm.d.ts +4 -0
  370. package/dist/bundle.esm.js +67 -0
  371. package/dist/bundle.esm.js.map +1 -0
  372. package/dist/bundle.scoped.esm.d.ts +3 -0
  373. package/dist/bundle.scoped.esm.js +5 -0
  374. package/dist/bundle.scoped.esm.js.map +1 -0
  375. package/dist/css/themes/BarcodeScannerDialog.css +1 -0
  376. package/dist/css/themes/DynamicPage.css +1 -0
  377. package/dist/css/themes/DynamicPageHeader.css +1 -0
  378. package/dist/css/themes/DynamicPageHeaderActions.css +1 -0
  379. package/dist/css/themes/DynamicPageTitle.css +1 -0
  380. package/dist/css/themes/DynamicSideContent.css +1 -0
  381. package/dist/css/themes/FlexibleColumnLayout.css +1 -0
  382. package/dist/css/themes/IllustratedMessage.css +1 -0
  383. package/dist/css/themes/InvisibleTextStyles.css +1 -0
  384. package/dist/css/themes/MediaGallery.css +1 -0
  385. package/dist/css/themes/MediaGalleryItem.css +1 -0
  386. package/dist/css/themes/NavigationLayout.css +1 -0
  387. package/dist/css/themes/NavigationMenu.css +1 -0
  388. package/dist/css/themes/NavigationMenuItem.css +1 -0
  389. package/dist/css/themes/NotificationList.css +1 -0
  390. package/dist/css/themes/NotificationListGroupItem.css +1 -0
  391. package/dist/css/themes/NotificationListItem.css +1 -0
  392. package/dist/css/themes/NotificationListItemBase.css +1 -0
  393. package/dist/css/themes/NotificationStateIcon.css +1 -0
  394. package/dist/css/themes/Page.css +1 -0
  395. package/dist/css/themes/ProductSwitch.css +1 -0
  396. package/dist/css/themes/ProductSwitchItem.css +1 -0
  397. package/dist/css/themes/Search.css +1 -0
  398. package/dist/css/themes/SearchField.css +1 -0
  399. package/dist/css/themes/SearchItem.css +1 -0
  400. package/dist/css/themes/SearchItemGroup.css +1 -0
  401. package/dist/css/themes/SearchItemShowMore.css +1 -0
  402. package/dist/css/themes/SearchMessageArea.css +1 -0
  403. package/dist/css/themes/ShellBar.css +1 -0
  404. package/dist/css/themes/ShellBarBranding.css +1 -0
  405. package/dist/css/themes/ShellBarPopover.css +1 -0
  406. package/dist/css/themes/ShellBarSearch.css +1 -0
  407. package/dist/css/themes/SideNavigation.css +1 -0
  408. package/dist/css/themes/SideNavigationGroup.css +1 -0
  409. package/dist/css/themes/SideNavigationItem.css +1 -0
  410. package/dist/css/themes/SideNavigationItemBase.css +1 -0
  411. package/dist/css/themes/SideNavigationPopover.css +1 -0
  412. package/dist/css/themes/SideNavigationSubItem.css +1 -0
  413. package/dist/css/themes/Timeline.css +1 -0
  414. package/dist/css/themes/TimelineGroupItem.css +1 -0
  415. package/dist/css/themes/TimelineItem.css +1 -0
  416. package/dist/css/themes/UploadCollection.css +1 -0
  417. package/dist/css/themes/UploadCollectionItem.css +1 -0
  418. package/dist/css/themes/UserMenu.css +1 -0
  419. package/dist/css/themes/UserMenuItem.css +1 -0
  420. package/dist/css/themes/UserSettingsAccountView.css +1 -0
  421. package/dist/css/themes/UserSettingsAppearanceViewItem.css +1 -0
  422. package/dist/css/themes/UserSettingsDialog.css +1 -0
  423. package/dist/css/themes/UserSettingsItem.css +1 -0
  424. package/dist/css/themes/UserSettingsView.css +1 -0
  425. package/dist/css/themes/ViewSettingsDialog.css +1 -0
  426. package/dist/css/themes/Wizard.css +1 -0
  427. package/dist/css/themes/WizardPopover.css +1 -0
  428. package/dist/css/themes/WizardTab.css +1 -0
  429. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +2 -0
  430. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -0
  431. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -0
  432. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -0
  433. package/dist/css/themes/sap_horizon/parameters-bundle.css +2 -0
  434. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +278 -0
  435. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +210 -0
  436. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +216 -0
  437. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +279 -0
  438. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +216 -0
  439. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +279 -0
  440. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +218 -0
  441. package/dist/custom-elements-internal.json +13552 -0
  442. package/dist/custom-elements.json +9456 -0
  443. package/dist/fcl-utils/FCLLayout.d.ts +24 -0
  444. package/dist/fcl-utils/FCLLayout.js +271 -0
  445. package/dist/fcl-utils/FCLLayout.js.map +1 -0
  446. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -0
  447. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -0
  448. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -0
  449. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
  450. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -0
  451. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
  452. package/dist/generated/assets/i18n/messagebundle_da.json +1 -0
  453. package/dist/generated/assets/i18n/messagebundle_de.json +1 -0
  454. package/dist/generated/assets/i18n/messagebundle_el.json +1 -0
  455. package/dist/generated/assets/i18n/messagebundle_en.json +1 -0
  456. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -0
  457. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
  458. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
  459. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
  460. package/dist/generated/assets/i18n/messagebundle_es.json +1 -0
  461. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
  462. package/dist/generated/assets/i18n/messagebundle_et.json +1 -0
  463. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -0
  464. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -0
  465. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
  466. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -0
  467. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -0
  468. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -0
  469. package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
  470. package/dist/generated/assets/i18n/messagebundle_it.json +1 -0
  471. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -0
  472. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -0
  473. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -0
  474. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -0
  475. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -0
  476. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -0
  477. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
  478. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -0
  479. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -0
  480. package/dist/generated/assets/i18n/messagebundle_no.json +1 -0
  481. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -0
  482. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -0
  483. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
  484. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -0
  485. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -0
  486. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -0
  487. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -0
  488. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -0
  489. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
  490. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -0
  491. package/dist/generated/assets/i18n/messagebundle_th.json +1 -0
  492. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -0
  493. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -0
  494. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -0
  495. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -0
  496. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -0
  497. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -0
  498. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -0
  499. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -0
  500. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -0
  501. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -0
  502. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
  503. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -0
  504. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
  505. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
  506. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -0
  507. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
  508. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -0
  509. package/dist/generated/i18n/i18n-defaults.d.ts +209 -0
  510. package/dist/generated/i18n/i18n-defaults.js +209 -0
  511. package/dist/generated/i18n/i18n-defaults.js.map +1 -0
  512. package/dist/generated/js-imports/Illustrations.d.ts +1 -0
  513. package/dist/generated/js-imports/Illustrations.js +88 -0
  514. package/dist/generated/js-imports/Illustrations.js.map +1 -0
  515. package/dist/generated/js-imports/IllustrationsTNT.d.ts +1 -0
  516. package/dist/generated/js-imports/IllustrationsTNT.js +62 -0
  517. package/dist/generated/js-imports/IllustrationsTNT.js.map +1 -0
  518. package/dist/generated/js-imports/IllustrationsV5TNT.d.ts +1 -0
  519. package/dist/generated/js-imports/IllustrationsV5TNT.js +59 -0
  520. package/dist/generated/js-imports/IllustrationsV5TNT.js.map +1 -0
  521. package/dist/generated/js-imports/IllustrationsV5TNTHC.d.ts +1 -0
  522. package/dist/generated/js-imports/IllustrationsV5TNTHC.js +60 -0
  523. package/dist/generated/js-imports/IllustrationsV5TNTHC.js.map +1 -0
  524. package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
  525. package/dist/generated/json-imports/Themes-fetch.js +25 -0
  526. package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
  527. package/dist/generated/json-imports/Themes-node.d.ts +1 -0
  528. package/dist/generated/json-imports/Themes-node.js +25 -0
  529. package/dist/generated/json-imports/Themes-node.js.map +1 -0
  530. package/dist/generated/json-imports/Themes.d.ts +1 -0
  531. package/dist/generated/json-imports/Themes.js +25 -0
  532. package/dist/generated/json-imports/Themes.js.map +1 -0
  533. package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
  534. package/dist/generated/json-imports/i18n-fetch.js +120 -0
  535. package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
  536. package/dist/generated/json-imports/i18n-node.d.ts +1 -0
  537. package/dist/generated/json-imports/i18n-node.js +120 -0
  538. package/dist/generated/json-imports/i18n-node.js.map +1 -0
  539. package/dist/generated/json-imports/i18n.d.ts +1 -0
  540. package/dist/generated/json-imports/i18n.js +120 -0
  541. package/dist/generated/json-imports/i18n.js.map +1 -0
  542. package/dist/generated/themes/BarcodeScannerDialog.css.d.ts +2 -0
  543. package/dist/generated/themes/BarcodeScannerDialog.css.js +8 -0
  544. package/dist/generated/themes/BarcodeScannerDialog.css.js.map +1 -0
  545. package/dist/generated/themes/DynamicPage.css.d.ts +2 -0
  546. package/dist/generated/themes/DynamicPage.css.js +8 -0
  547. package/dist/generated/themes/DynamicPage.css.js.map +1 -0
  548. package/dist/generated/themes/DynamicPageHeader.css.d.ts +2 -0
  549. package/dist/generated/themes/DynamicPageHeader.css.js +8 -0
  550. package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -0
  551. package/dist/generated/themes/DynamicPageHeaderActions.css.d.ts +2 -0
  552. package/dist/generated/themes/DynamicPageHeaderActions.css.js +8 -0
  553. package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -0
  554. package/dist/generated/themes/DynamicPageTitle.css.d.ts +2 -0
  555. package/dist/generated/themes/DynamicPageTitle.css.js +8 -0
  556. package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -0
  557. package/dist/generated/themes/DynamicSideContent.css.d.ts +2 -0
  558. package/dist/generated/themes/DynamicSideContent.css.js +8 -0
  559. package/dist/generated/themes/DynamicSideContent.css.js.map +1 -0
  560. package/dist/generated/themes/FlexibleColumnLayout.css.d.ts +2 -0
  561. package/dist/generated/themes/FlexibleColumnLayout.css.js +8 -0
  562. package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -0
  563. package/dist/generated/themes/IllustratedMessage.css.d.ts +2 -0
  564. package/dist/generated/themes/IllustratedMessage.css.js +8 -0
  565. package/dist/generated/themes/IllustratedMessage.css.js.map +1 -0
  566. package/dist/generated/themes/InvisibleTextStyles.css.d.ts +2 -0
  567. package/dist/generated/themes/InvisibleTextStyles.css.js +8 -0
  568. package/dist/generated/themes/InvisibleTextStyles.css.js.map +1 -0
  569. package/dist/generated/themes/MediaGallery.css.d.ts +2 -0
  570. package/dist/generated/themes/MediaGallery.css.js +8 -0
  571. package/dist/generated/themes/MediaGallery.css.js.map +1 -0
  572. package/dist/generated/themes/MediaGalleryItem.css.d.ts +2 -0
  573. package/dist/generated/themes/MediaGalleryItem.css.js +8 -0
  574. package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -0
  575. package/dist/generated/themes/NavigationLayout.css.d.ts +2 -0
  576. package/dist/generated/themes/NavigationLayout.css.js +8 -0
  577. package/dist/generated/themes/NavigationLayout.css.js.map +1 -0
  578. package/dist/generated/themes/NavigationMenu.css.d.ts +2 -0
  579. package/dist/generated/themes/NavigationMenu.css.js +8 -0
  580. package/dist/generated/themes/NavigationMenu.css.js.map +1 -0
  581. package/dist/generated/themes/NavigationMenuItem.css.d.ts +2 -0
  582. package/dist/generated/themes/NavigationMenuItem.css.js +8 -0
  583. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -0
  584. package/dist/generated/themes/NotificationList.css.d.ts +2 -0
  585. package/dist/generated/themes/NotificationList.css.js +8 -0
  586. package/dist/generated/themes/NotificationList.css.js.map +1 -0
  587. package/dist/generated/themes/NotificationListGroupItem.css.d.ts +2 -0
  588. package/dist/generated/themes/NotificationListGroupItem.css.js +8 -0
  589. package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -0
  590. package/dist/generated/themes/NotificationListItem.css.d.ts +2 -0
  591. package/dist/generated/themes/NotificationListItem.css.js +8 -0
  592. package/dist/generated/themes/NotificationListItem.css.js.map +1 -0
  593. package/dist/generated/themes/NotificationListItemBase.css.d.ts +2 -0
  594. package/dist/generated/themes/NotificationListItemBase.css.js +8 -0
  595. package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -0
  596. package/dist/generated/themes/NotificationStateIcon.css.d.ts +2 -0
  597. package/dist/generated/themes/NotificationStateIcon.css.js +8 -0
  598. package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -0
  599. package/dist/generated/themes/Page.css.d.ts +2 -0
  600. package/dist/generated/themes/Page.css.js +8 -0
  601. package/dist/generated/themes/Page.css.js.map +1 -0
  602. package/dist/generated/themes/ProductSwitch.css.d.ts +2 -0
  603. package/dist/generated/themes/ProductSwitch.css.js +8 -0
  604. package/dist/generated/themes/ProductSwitch.css.js.map +1 -0
  605. package/dist/generated/themes/ProductSwitchItem.css.d.ts +2 -0
  606. package/dist/generated/themes/ProductSwitchItem.css.js +8 -0
  607. package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -0
  608. package/dist/generated/themes/Search.css.d.ts +2 -0
  609. package/dist/generated/themes/Search.css.js +8 -0
  610. package/dist/generated/themes/Search.css.js.map +1 -0
  611. package/dist/generated/themes/SearchField.css.d.ts +2 -0
  612. package/dist/generated/themes/SearchField.css.js +8 -0
  613. package/dist/generated/themes/SearchField.css.js.map +1 -0
  614. package/dist/generated/themes/SearchItem.css.d.ts +2 -0
  615. package/dist/generated/themes/SearchItem.css.js +8 -0
  616. package/dist/generated/themes/SearchItem.css.js.map +1 -0
  617. package/dist/generated/themes/SearchItemGroup.css.d.ts +2 -0
  618. package/dist/generated/themes/SearchItemGroup.css.js +8 -0
  619. package/dist/generated/themes/SearchItemGroup.css.js.map +1 -0
  620. package/dist/generated/themes/SearchItemShowMore.css.d.ts +2 -0
  621. package/dist/generated/themes/SearchItemShowMore.css.js +8 -0
  622. package/dist/generated/themes/SearchItemShowMore.css.js.map +1 -0
  623. package/dist/generated/themes/SearchMessageArea.css.d.ts +2 -0
  624. package/dist/generated/themes/SearchMessageArea.css.js +8 -0
  625. package/dist/generated/themes/SearchMessageArea.css.js.map +1 -0
  626. package/dist/generated/themes/ShellBar.css.d.ts +2 -0
  627. package/dist/generated/themes/ShellBar.css.js +8 -0
  628. package/dist/generated/themes/ShellBar.css.js.map +1 -0
  629. package/dist/generated/themes/ShellBarBranding.css.d.ts +2 -0
  630. package/dist/generated/themes/ShellBarBranding.css.js +8 -0
  631. package/dist/generated/themes/ShellBarBranding.css.js.map +1 -0
  632. package/dist/generated/themes/ShellBarPopover.css.d.ts +2 -0
  633. package/dist/generated/themes/ShellBarPopover.css.js +8 -0
  634. package/dist/generated/themes/ShellBarPopover.css.js.map +1 -0
  635. package/dist/generated/themes/ShellBarSearch.css.d.ts +2 -0
  636. package/dist/generated/themes/ShellBarSearch.css.js +8 -0
  637. package/dist/generated/themes/ShellBarSearch.css.js.map +1 -0
  638. package/dist/generated/themes/SideNavigation.css.d.ts +2 -0
  639. package/dist/generated/themes/SideNavigation.css.js +8 -0
  640. package/dist/generated/themes/SideNavigation.css.js.map +1 -0
  641. package/dist/generated/themes/SideNavigationGroup.css.d.ts +2 -0
  642. package/dist/generated/themes/SideNavigationGroup.css.js +8 -0
  643. package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -0
  644. package/dist/generated/themes/SideNavigationItem.css.d.ts +2 -0
  645. package/dist/generated/themes/SideNavigationItem.css.js +8 -0
  646. package/dist/generated/themes/SideNavigationItem.css.js.map +1 -0
  647. package/dist/generated/themes/SideNavigationItemBase.css.d.ts +2 -0
  648. package/dist/generated/themes/SideNavigationItemBase.css.js +8 -0
  649. package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -0
  650. package/dist/generated/themes/SideNavigationPopover.css.d.ts +2 -0
  651. package/dist/generated/themes/SideNavigationPopover.css.js +8 -0
  652. package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -0
  653. package/dist/generated/themes/SideNavigationSubItem.css.d.ts +2 -0
  654. package/dist/generated/themes/SideNavigationSubItem.css.js +8 -0
  655. package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -0
  656. package/dist/generated/themes/Timeline.css.d.ts +2 -0
  657. package/dist/generated/themes/Timeline.css.js +8 -0
  658. package/dist/generated/themes/Timeline.css.js.map +1 -0
  659. package/dist/generated/themes/TimelineGroupItem.css.d.ts +2 -0
  660. package/dist/generated/themes/TimelineGroupItem.css.js +8 -0
  661. package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -0
  662. package/dist/generated/themes/TimelineItem.css.d.ts +2 -0
  663. package/dist/generated/themes/TimelineItem.css.js +8 -0
  664. package/dist/generated/themes/TimelineItem.css.js.map +1 -0
  665. package/dist/generated/themes/UploadCollection.css.d.ts +2 -0
  666. package/dist/generated/themes/UploadCollection.css.js +8 -0
  667. package/dist/generated/themes/UploadCollection.css.js.map +1 -0
  668. package/dist/generated/themes/UploadCollectionItem.css.d.ts +2 -0
  669. package/dist/generated/themes/UploadCollectionItem.css.js +8 -0
  670. package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -0
  671. package/dist/generated/themes/UserMenu.css.d.ts +2 -0
  672. package/dist/generated/themes/UserMenu.css.js +8 -0
  673. package/dist/generated/themes/UserMenu.css.js.map +1 -0
  674. package/dist/generated/themes/UserMenuItem.css.d.ts +2 -0
  675. package/dist/generated/themes/UserMenuItem.css.js +8 -0
  676. package/dist/generated/themes/UserMenuItem.css.js.map +1 -0
  677. package/dist/generated/themes/UserSettingsAccountView.css.d.ts +2 -0
  678. package/dist/generated/themes/UserSettingsAccountView.css.js +8 -0
  679. package/dist/generated/themes/UserSettingsAccountView.css.js.map +1 -0
  680. package/dist/generated/themes/UserSettingsAppearanceViewItem.css.d.ts +2 -0
  681. package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js +8 -0
  682. package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js.map +1 -0
  683. package/dist/generated/themes/UserSettingsDialog.css.d.ts +2 -0
  684. package/dist/generated/themes/UserSettingsDialog.css.js +8 -0
  685. package/dist/generated/themes/UserSettingsDialog.css.js.map +1 -0
  686. package/dist/generated/themes/UserSettingsItem.css.d.ts +2 -0
  687. package/dist/generated/themes/UserSettingsItem.css.js +8 -0
  688. package/dist/generated/themes/UserSettingsItem.css.js.map +1 -0
  689. package/dist/generated/themes/UserSettingsView.css.d.ts +2 -0
  690. package/dist/generated/themes/UserSettingsView.css.js +8 -0
  691. package/dist/generated/themes/UserSettingsView.css.js.map +1 -0
  692. package/dist/generated/themes/ViewSettingsDialog.css.d.ts +2 -0
  693. package/dist/generated/themes/ViewSettingsDialog.css.js +8 -0
  694. package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -0
  695. package/dist/generated/themes/Wizard.css.d.ts +2 -0
  696. package/dist/generated/themes/Wizard.css.js +8 -0
  697. package/dist/generated/themes/Wizard.css.js.map +1 -0
  698. package/dist/generated/themes/WizardPopover.css.d.ts +2 -0
  699. package/dist/generated/themes/WizardPopover.css.js +8 -0
  700. package/dist/generated/themes/WizardPopover.css.js.map +1 -0
  701. package/dist/generated/themes/WizardTab.css.d.ts +2 -0
  702. package/dist/generated/themes/WizardTab.css.js +8 -0
  703. package/dist/generated/themes/WizardTab.css.js.map +1 -0
  704. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
  705. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +4 -0
  706. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
  707. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
  708. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +4 -0
  709. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
  710. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
  711. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +4 -0
  712. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
  713. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
  714. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +4 -0
  715. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
  716. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
  717. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +4 -0
  718. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
  719. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
  720. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +280 -0
  721. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
  722. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +2 -0
  723. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +212 -0
  724. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -0
  725. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +2 -0
  726. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +218 -0
  727. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
  728. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
  729. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +281 -0
  730. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
  731. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +2 -0
  732. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +218 -0
  733. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -0
  734. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
  735. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +281 -0
  736. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
  737. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +2 -0
  738. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +220 -0
  739. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -0
  740. package/dist/illustrations/Achievement.d.ts +8 -0
  741. package/dist/illustrations/Achievement.js +33 -0
  742. package/dist/illustrations/AddColumn.d.ts +8 -0
  743. package/dist/illustrations/AddColumn.js +33 -0
  744. package/dist/illustrations/AddDimensions.d.ts +8 -0
  745. package/dist/illustrations/AddDimensions.js +33 -0
  746. package/dist/illustrations/AddPeople.d.ts +8 -0
  747. package/dist/illustrations/AddPeople.js +33 -0
  748. package/dist/illustrations/AddPeopleToCalendar.d.ts +8 -0
  749. package/dist/illustrations/AddPeopleToCalendar.js +33 -0
  750. package/dist/illustrations/AddingColumns.d.ts +8 -0
  751. package/dist/illustrations/AddingColumns.js +33 -0
  752. package/dist/illustrations/AllIllustrations.d.ts +4 -0
  753. package/dist/illustrations/AllIllustrations.js +5 -0
  754. package/dist/illustrations/AllIllustrations.js.map +1 -0
  755. package/dist/illustrations/BalloonSky.d.ts +8 -0
  756. package/dist/illustrations/BalloonSky.js +33 -0
  757. package/dist/illustrations/BeforeSearch.d.ts +8 -0
  758. package/dist/illustrations/BeforeSearch.js +33 -0
  759. package/dist/illustrations/Connection.d.ts +8 -0
  760. package/dist/illustrations/Connection.js +33 -0
  761. package/dist/illustrations/DragFilesToUpload.d.ts +8 -0
  762. package/dist/illustrations/DragFilesToUpload.js +33 -0
  763. package/dist/illustrations/EmptyCalendar.d.ts +8 -0
  764. package/dist/illustrations/EmptyCalendar.js +33 -0
  765. package/dist/illustrations/EmptyList.d.ts +8 -0
  766. package/dist/illustrations/EmptyList.js +33 -0
  767. package/dist/illustrations/EmptyPlanningCalendar.d.ts +8 -0
  768. package/dist/illustrations/EmptyPlanningCalendar.js +33 -0
  769. package/dist/illustrations/ErrorScreen.d.ts +8 -0
  770. package/dist/illustrations/ErrorScreen.js +33 -0
  771. package/dist/illustrations/FilterTable.d.ts +8 -0
  772. package/dist/illustrations/FilterTable.js +33 -0
  773. package/dist/illustrations/FilteringColumns.d.ts +8 -0
  774. package/dist/illustrations/FilteringColumns.js +33 -0
  775. package/dist/illustrations/GroupTable.d.ts +8 -0
  776. package/dist/illustrations/GroupTable.js +33 -0
  777. package/dist/illustrations/GroupingColumns.d.ts +8 -0
  778. package/dist/illustrations/GroupingColumns.js +33 -0
  779. package/dist/illustrations/KeyTask.d.ts +8 -0
  780. package/dist/illustrations/KeyTask.js +33 -0
  781. package/dist/illustrations/NewMail.d.ts +8 -0
  782. package/dist/illustrations/NewMail.js +33 -0
  783. package/dist/illustrations/NoActivities.d.ts +8 -0
  784. package/dist/illustrations/NoActivities.js +33 -0
  785. package/dist/illustrations/NoChartData.d.ts +8 -0
  786. package/dist/illustrations/NoChartData.js +33 -0
  787. package/dist/illustrations/NoColumnsSet.d.ts +8 -0
  788. package/dist/illustrations/NoColumnsSet.js +33 -0
  789. package/dist/illustrations/NoData.d.ts +8 -0
  790. package/dist/illustrations/NoData.js +33 -0
  791. package/dist/illustrations/NoDimensionsSet.d.ts +8 -0
  792. package/dist/illustrations/NoDimensionsSet.js +33 -0
  793. package/dist/illustrations/NoEntries.d.ts +8 -0
  794. package/dist/illustrations/NoEntries.js +33 -0
  795. package/dist/illustrations/NoFilterResults.d.ts +8 -0
  796. package/dist/illustrations/NoFilterResults.js +33 -0
  797. package/dist/illustrations/NoMail.d.ts +8 -0
  798. package/dist/illustrations/NoMail.js +33 -0
  799. package/dist/illustrations/NoMail_v1.d.ts +8 -0
  800. package/dist/illustrations/NoMail_v1.js +33 -0
  801. package/dist/illustrations/NoNotifications.d.ts +8 -0
  802. package/dist/illustrations/NoNotifications.js +33 -0
  803. package/dist/illustrations/NoSavedItems.d.ts +8 -0
  804. package/dist/illustrations/NoSavedItems.js +33 -0
  805. package/dist/illustrations/NoSavedItems_v1.d.ts +8 -0
  806. package/dist/illustrations/NoSavedItems_v1.js +33 -0
  807. package/dist/illustrations/NoSearchResults.d.ts +8 -0
  808. package/dist/illustrations/NoSearchResults.js +33 -0
  809. package/dist/illustrations/NoTasks.d.ts +8 -0
  810. package/dist/illustrations/NoTasks.js +33 -0
  811. package/dist/illustrations/NoTasks_v1.d.ts +8 -0
  812. package/dist/illustrations/NoTasks_v1.js +33 -0
  813. package/dist/illustrations/PageNotFound.d.ts +8 -0
  814. package/dist/illustrations/PageNotFound.js +33 -0
  815. package/dist/illustrations/ReceiveAppreciation.d.ts +8 -0
  816. package/dist/illustrations/ReceiveAppreciation.js +33 -0
  817. package/dist/illustrations/ReloadScreen.d.ts +8 -0
  818. package/dist/illustrations/ReloadScreen.js +33 -0
  819. package/dist/illustrations/ResizeColumn.d.ts +8 -0
  820. package/dist/illustrations/ResizeColumn.js +33 -0
  821. package/dist/illustrations/ResizingColumns.d.ts +8 -0
  822. package/dist/illustrations/ResizingColumns.js +33 -0
  823. package/dist/illustrations/SearchEarth.d.ts +8 -0
  824. package/dist/illustrations/SearchEarth.js +33 -0
  825. package/dist/illustrations/SearchFolder.d.ts +8 -0
  826. package/dist/illustrations/SearchFolder.js +33 -0
  827. package/dist/illustrations/SignOut.d.ts +8 -0
  828. package/dist/illustrations/SignOut.js +33 -0
  829. package/dist/illustrations/SimpleBalloon.d.ts +8 -0
  830. package/dist/illustrations/SimpleBalloon.js +33 -0
  831. package/dist/illustrations/SimpleBell.d.ts +8 -0
  832. package/dist/illustrations/SimpleBell.js +33 -0
  833. package/dist/illustrations/SimpleCalendar.d.ts +8 -0
  834. package/dist/illustrations/SimpleCalendar.js +33 -0
  835. package/dist/illustrations/SimpleCheckMark.d.ts +8 -0
  836. package/dist/illustrations/SimpleCheckMark.js +33 -0
  837. package/dist/illustrations/SimpleConnection.d.ts +8 -0
  838. package/dist/illustrations/SimpleConnection.js +33 -0
  839. package/dist/illustrations/SimpleEmptyDoc.d.ts +8 -0
  840. package/dist/illustrations/SimpleEmptyDoc.js +33 -0
  841. package/dist/illustrations/SimpleEmptyList.d.ts +8 -0
  842. package/dist/illustrations/SimpleEmptyList.js +33 -0
  843. package/dist/illustrations/SimpleError.d.ts +8 -0
  844. package/dist/illustrations/SimpleError.js +33 -0
  845. package/dist/illustrations/SimpleMagnifier.d.ts +8 -0
  846. package/dist/illustrations/SimpleMagnifier.js +33 -0
  847. package/dist/illustrations/SimpleMail.d.ts +8 -0
  848. package/dist/illustrations/SimpleMail.js +33 -0
  849. package/dist/illustrations/SimpleNoSavedItems.d.ts +8 -0
  850. package/dist/illustrations/SimpleNoSavedItems.js +33 -0
  851. package/dist/illustrations/SimpleNotFoundMagnifier.d.ts +8 -0
  852. package/dist/illustrations/SimpleNotFoundMagnifier.js +33 -0
  853. package/dist/illustrations/SimpleReload.d.ts +8 -0
  854. package/dist/illustrations/SimpleReload.js +33 -0
  855. package/dist/illustrations/SimpleTask.d.ts +8 -0
  856. package/dist/illustrations/SimpleTask.js +33 -0
  857. package/dist/illustrations/SleepingBell.d.ts +8 -0
  858. package/dist/illustrations/SleepingBell.js +33 -0
  859. package/dist/illustrations/SortColumn.d.ts +8 -0
  860. package/dist/illustrations/SortColumn.js +33 -0
  861. package/dist/illustrations/SortingColumns.d.ts +8 -0
  862. package/dist/illustrations/SortingColumns.js +33 -0
  863. package/dist/illustrations/SuccessBalloon.d.ts +8 -0
  864. package/dist/illustrations/SuccessBalloon.js +33 -0
  865. package/dist/illustrations/SuccessCheckMark.d.ts +8 -0
  866. package/dist/illustrations/SuccessCheckMark.js +33 -0
  867. package/dist/illustrations/SuccessHighFive.d.ts +8 -0
  868. package/dist/illustrations/SuccessHighFive.js +33 -0
  869. package/dist/illustrations/SuccessScreen.d.ts +8 -0
  870. package/dist/illustrations/SuccessScreen.js +33 -0
  871. package/dist/illustrations/Survey.d.ts +8 -0
  872. package/dist/illustrations/Survey.js +33 -0
  873. package/dist/illustrations/Tent.d.ts +8 -0
  874. package/dist/illustrations/Tent.js +33 -0
  875. package/dist/illustrations/UnableToLoad.d.ts +8 -0
  876. package/dist/illustrations/UnableToLoad.js +33 -0
  877. package/dist/illustrations/UnableToLoadImage.d.ts +8 -0
  878. package/dist/illustrations/UnableToLoadImage.js +33 -0
  879. package/dist/illustrations/UnableToUpload.d.ts +8 -0
  880. package/dist/illustrations/UnableToUpload.js +33 -0
  881. package/dist/illustrations/UploadCollection.d.ts +8 -0
  882. package/dist/illustrations/UploadCollection.js +33 -0
  883. package/dist/illustrations/UploadToCloud.d.ts +8 -0
  884. package/dist/illustrations/UploadToCloud.js +33 -0
  885. package/dist/illustrations/UserHasSignedUp.d.ts +8 -0
  886. package/dist/illustrations/UserHasSignedUp.js +33 -0
  887. package/dist/illustrations/sapIllus-Dialog-Achievement.js +29 -0
  888. package/dist/illustrations/sapIllus-Dialog-AddColumn.js +38 -0
  889. package/dist/illustrations/sapIllus-Dialog-AddDimensions.js +18 -0
  890. package/dist/illustrations/sapIllus-Dialog-AddPeople.js +32 -0
  891. package/dist/illustrations/sapIllus-Dialog-AddPeopleToCalendar.js +52 -0
  892. package/dist/illustrations/sapIllus-Dialog-AddingColumns.js +38 -0
  893. package/dist/illustrations/sapIllus-Dialog-BalloonSky.js +46 -0
  894. package/dist/illustrations/sapIllus-Dialog-BeforeSearch.js +42 -0
  895. package/dist/illustrations/sapIllus-Dialog-Connection.js +19 -0
  896. package/dist/illustrations/sapIllus-Dialog-DragFilesToUpload.js +20 -0
  897. package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +78 -0
  898. package/dist/illustrations/sapIllus-Dialog-EmptyList.js +37 -0
  899. package/dist/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +19 -0
  900. package/dist/illustrations/sapIllus-Dialog-ErrorScreen.js +35 -0
  901. package/dist/illustrations/sapIllus-Dialog-FilterTable.js +66 -0
  902. package/dist/illustrations/sapIllus-Dialog-FilteringColumns.js +39 -0
  903. package/dist/illustrations/sapIllus-Dialog-GroupTable.js +68 -0
  904. package/dist/illustrations/sapIllus-Dialog-GroupingColumns.js +35 -0
  905. package/dist/illustrations/sapIllus-Dialog-KeyTask.js +120 -0
  906. package/dist/illustrations/sapIllus-Dialog-NewMail.js +38 -0
  907. package/dist/illustrations/sapIllus-Dialog-NoActivities.js +34 -0
  908. package/dist/illustrations/sapIllus-Dialog-NoChartData.js +45 -0
  909. package/dist/illustrations/sapIllus-Dialog-NoColumnsSet.js +29 -0
  910. package/dist/illustrations/sapIllus-Dialog-NoData.js +12 -0
  911. package/dist/illustrations/sapIllus-Dialog-NoDimensionsSet.js +40 -0
  912. package/dist/illustrations/sapIllus-Dialog-NoEntries.js +42 -0
  913. package/dist/illustrations/sapIllus-Dialog-NoFilterResults.js +20 -0
  914. package/dist/illustrations/sapIllus-Dialog-NoMail.js +16 -0
  915. package/dist/illustrations/sapIllus-Dialog-NoMail_v1.js +23 -0
  916. package/dist/illustrations/sapIllus-Dialog-NoNotifications.js +28 -0
  917. package/dist/illustrations/sapIllus-Dialog-NoSavedItems.js +54 -0
  918. package/dist/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +37 -0
  919. package/dist/illustrations/sapIllus-Dialog-NoSearchResults.js +73 -0
  920. package/dist/illustrations/sapIllus-Dialog-NoTasks.js +60 -0
  921. package/dist/illustrations/sapIllus-Dialog-NoTasks_v1.js +63 -0
  922. package/dist/illustrations/sapIllus-Dialog-PageNotFound.js +13 -0
  923. package/dist/illustrations/sapIllus-Dialog-ReceiveAppreciation.js +25 -0
  924. package/dist/illustrations/sapIllus-Dialog-ReloadScreen.js +49 -0
  925. package/dist/illustrations/sapIllus-Dialog-ResizeColumn.js +42 -0
  926. package/dist/illustrations/sapIllus-Dialog-ResizingColumns.js +55 -0
  927. package/dist/illustrations/sapIllus-Dialog-SearchEarth.js +19 -0
  928. package/dist/illustrations/sapIllus-Dialog-SearchFolder.js +38 -0
  929. package/dist/illustrations/sapIllus-Dialog-SignOut.js +21 -0
  930. package/dist/illustrations/sapIllus-Dialog-SimpleBalloon.js +18 -0
  931. package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +14 -0
  932. package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +49 -0
  933. package/dist/illustrations/sapIllus-Dialog-SimpleCheckMark.js +7 -0
  934. package/dist/illustrations/sapIllus-Dialog-SimpleConnection.js +19 -0
  935. package/dist/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +18 -0
  936. package/dist/illustrations/sapIllus-Dialog-SimpleEmptyList.js +11 -0
  937. package/dist/illustrations/sapIllus-Dialog-SimpleError.js +11 -0
  938. package/dist/illustrations/sapIllus-Dialog-SimpleMagnifier.js +11 -0
  939. package/dist/illustrations/sapIllus-Dialog-SimpleMail.js +14 -0
  940. package/dist/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +18 -0
  941. package/dist/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +22 -0
  942. package/dist/illustrations/sapIllus-Dialog-SimpleReload.js +12 -0
  943. package/dist/illustrations/sapIllus-Dialog-SimpleTask.js +24 -0
  944. package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +31 -0
  945. package/dist/illustrations/sapIllus-Dialog-SortColumn.js +40 -0
  946. package/dist/illustrations/sapIllus-Dialog-SortingColumns.js +50 -0
  947. package/dist/illustrations/sapIllus-Dialog-SuccessBalloon.js +16 -0
  948. package/dist/illustrations/sapIllus-Dialog-SuccessCheckMark.js +9 -0
  949. package/dist/illustrations/sapIllus-Dialog-SuccessHighFive.js +25 -0
  950. package/dist/illustrations/sapIllus-Dialog-SuccessScreen.js +48 -0
  951. package/dist/illustrations/sapIllus-Dialog-Survey.js +23 -0
  952. package/dist/illustrations/sapIllus-Dialog-Tent.js +32 -0
  953. package/dist/illustrations/sapIllus-Dialog-UnableToLoad.js +119 -0
  954. package/dist/illustrations/sapIllus-Dialog-UnableToLoadImage.js +28 -0
  955. package/dist/illustrations/sapIllus-Dialog-UnableToUpload.js +26 -0
  956. package/dist/illustrations/sapIllus-Dialog-UploadCollection.js +31 -0
  957. package/dist/illustrations/sapIllus-Dialog-UploadToCloud.js +21 -0
  958. package/dist/illustrations/sapIllus-Dialog-UserHasSignedUp.js +34 -0
  959. package/dist/illustrations/sapIllus-Dot-Achievement.js +19 -0
  960. package/dist/illustrations/sapIllus-Dot-AddColumn.js +27 -0
  961. package/dist/illustrations/sapIllus-Dot-AddDimensions.js +10 -0
  962. package/dist/illustrations/sapIllus-Dot-AddPeople.js +9 -0
  963. package/dist/illustrations/sapIllus-Dot-AddPeopleToCalendar.js +15 -0
  964. package/dist/illustrations/sapIllus-Dot-AddingColumns.js +14 -0
  965. package/dist/illustrations/sapIllus-Dot-BalloonSky.js +7 -0
  966. package/dist/illustrations/sapIllus-Dot-BeforeSearch.js +41 -0
  967. package/dist/illustrations/sapIllus-Dot-Connection.js +10 -0
  968. package/dist/illustrations/sapIllus-Dot-DragFilesToUpload.js +8 -0
  969. package/dist/illustrations/sapIllus-Dot-EmptyCalendar.js +37 -0
  970. package/dist/illustrations/sapIllus-Dot-EmptyList.js +7 -0
  971. package/dist/illustrations/sapIllus-Dot-EmptyPlanningCalendar.js +18 -0
  972. package/dist/illustrations/sapIllus-Dot-ErrorScreen.js +9 -0
  973. package/dist/illustrations/sapIllus-Dot-FilterTable.js +8 -0
  974. package/dist/illustrations/sapIllus-Dot-FilteringColumns.js +22 -0
  975. package/dist/illustrations/sapIllus-Dot-GroupTable.js +36 -0
  976. package/dist/illustrations/sapIllus-Dot-GroupingColumns.js +23 -0
  977. package/dist/illustrations/sapIllus-Dot-KeyTask.js +119 -0
  978. package/dist/illustrations/sapIllus-Dot-NewMail.js +11 -0
  979. package/dist/illustrations/sapIllus-Dot-NoActivities.js +11 -0
  980. package/dist/illustrations/sapIllus-Dot-NoChartData.js +35 -0
  981. package/dist/illustrations/sapIllus-Dot-NoColumnsSet.js +26 -0
  982. package/dist/illustrations/sapIllus-Dot-NoData.js +11 -0
  983. package/dist/illustrations/sapIllus-Dot-NoDimensionsSet.js +7 -0
  984. package/dist/illustrations/sapIllus-Dot-NoEntries.js +25 -0
  985. package/dist/illustrations/sapIllus-Dot-NoFilterResults.js +14 -0
  986. package/dist/illustrations/sapIllus-Dot-NoMail.js +14 -0
  987. package/dist/illustrations/sapIllus-Dot-NoMail_v1.js +10 -0
  988. package/dist/illustrations/sapIllus-Dot-NoNotifications.js +23 -0
  989. package/dist/illustrations/sapIllus-Dot-NoSavedItems.js +55 -0
  990. package/dist/illustrations/sapIllus-Dot-NoSavedItems_v1.js +13 -0
  991. package/dist/illustrations/sapIllus-Dot-NoSearchResults.js +35 -0
  992. package/dist/illustrations/sapIllus-Dot-NoTasks.js +22 -0
  993. package/dist/illustrations/sapIllus-Dot-NoTasks_v1.js +13 -0
  994. package/dist/illustrations/sapIllus-Dot-PageNotFound.js +14 -0
  995. package/dist/illustrations/sapIllus-Dot-ReceiveAppreciation.js +19 -0
  996. package/dist/illustrations/sapIllus-Dot-ReloadScreen.js +9 -0
  997. package/dist/illustrations/sapIllus-Dot-ResizeColumn.js +27 -0
  998. package/dist/illustrations/sapIllus-Dot-ResizingColumns.js +19 -0
  999. package/dist/illustrations/sapIllus-Dot-SearchEarth.js +7 -0
  1000. package/dist/illustrations/sapIllus-Dot-SearchFolder.js +11 -0
  1001. package/dist/illustrations/sapIllus-Dot-SignOut.js +11 -0
  1002. package/dist/illustrations/sapIllus-Dot-SimpleBalloon.js +7 -0
  1003. package/dist/illustrations/sapIllus-Dot-SimpleBell.js +8 -0
  1004. package/dist/illustrations/sapIllus-Dot-SimpleCalendar.js +37 -0
  1005. package/dist/illustrations/sapIllus-Dot-SimpleCheckMark.js +5 -0
  1006. package/dist/illustrations/sapIllus-Dot-SimpleConnection.js +10 -0
  1007. package/dist/illustrations/sapIllus-Dot-SimpleEmptyDoc.js +8 -0
  1008. package/dist/illustrations/sapIllus-Dot-SimpleEmptyList.js +7 -0
  1009. package/dist/illustrations/sapIllus-Dot-SimpleError.js +9 -0
  1010. package/dist/illustrations/sapIllus-Dot-SimpleMagnifier.js +7 -0
  1011. package/dist/illustrations/sapIllus-Dot-SimpleMail.js +10 -0
  1012. package/dist/illustrations/sapIllus-Dot-SimpleNoSavedItems.js +13 -0
  1013. package/dist/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.js +11 -0
  1014. package/dist/illustrations/sapIllus-Dot-SimpleReload.js +9 -0
  1015. package/dist/illustrations/sapIllus-Dot-SimpleTask.js +13 -0
  1016. package/dist/illustrations/sapIllus-Dot-SleepingBell.js +8 -0
  1017. package/dist/illustrations/sapIllus-Dot-SortColumn.js +29 -0
  1018. package/dist/illustrations/sapIllus-Dot-SortingColumns.js +15 -0
  1019. package/dist/illustrations/sapIllus-Dot-SuccessHighFive.js +7 -0
  1020. package/dist/illustrations/sapIllus-Dot-SuccessScreen.js +5 -0
  1021. package/dist/illustrations/sapIllus-Dot-Survey.js +8 -0
  1022. package/dist/illustrations/sapIllus-Dot-Tent.js +8 -0
  1023. package/dist/illustrations/sapIllus-Dot-UnableToLoad.js +118 -0
  1024. package/dist/illustrations/sapIllus-Dot-UnableToLoadImage.js +24 -0
  1025. package/dist/illustrations/sapIllus-Dot-UnableToUpload.js +10 -0
  1026. package/dist/illustrations/sapIllus-Dot-UploadCollection.js +7 -0
  1027. package/dist/illustrations/sapIllus-Dot-UploadToCloud.js +9 -0
  1028. package/dist/illustrations/sapIllus-Dot-UserHasSignedUp.js +8 -0
  1029. package/dist/illustrations/sapIllus-Scene-Achievement.js +29 -0
  1030. package/dist/illustrations/sapIllus-Scene-AddColumn.js +49 -0
  1031. package/dist/illustrations/sapIllus-Scene-AddDimensions.js +18 -0
  1032. package/dist/illustrations/sapIllus-Scene-AddPeople.js +31 -0
  1033. package/dist/illustrations/sapIllus-Scene-AddPeopleToCalendar.js +47 -0
  1034. package/dist/illustrations/sapIllus-Scene-AddingColumns.js +38 -0
  1035. package/dist/illustrations/sapIllus-Scene-BalloonSky.js +54 -0
  1036. package/dist/illustrations/sapIllus-Scene-BeforeSearch.js +42 -0
  1037. package/dist/illustrations/sapIllus-Scene-Connection.js +32 -0
  1038. package/dist/illustrations/sapIllus-Scene-DragFilesToUpload.js +20 -0
  1039. package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +91 -0
  1040. package/dist/illustrations/sapIllus-Scene-EmptyList.js +44 -0
  1041. package/dist/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +19 -0
  1042. package/dist/illustrations/sapIllus-Scene-ErrorScreen.js +79 -0
  1043. package/dist/illustrations/sapIllus-Scene-FilterTable.js +63 -0
  1044. package/dist/illustrations/sapIllus-Scene-FilteringColumns.js +39 -0
  1045. package/dist/illustrations/sapIllus-Scene-GroupTable.js +77 -0
  1046. package/dist/illustrations/sapIllus-Scene-GroupingColumns.js +40 -0
  1047. package/dist/illustrations/sapIllus-Scene-KeyTask.js +120 -0
  1048. package/dist/illustrations/sapIllus-Scene-NewMail.js +38 -0
  1049. package/dist/illustrations/sapIllus-Scene-NoActivities.js +34 -0
  1050. package/dist/illustrations/sapIllus-Scene-NoChartData.js +45 -0
  1051. package/dist/illustrations/sapIllus-Scene-NoColumnsSet.js +26 -0
  1052. package/dist/illustrations/sapIllus-Scene-NoData.js +12 -0
  1053. package/dist/illustrations/sapIllus-Scene-NoDimensionsSet.js +39 -0
  1054. package/dist/illustrations/sapIllus-Scene-NoEntries.js +42 -0
  1055. package/dist/illustrations/sapIllus-Scene-NoFilterResults.js +16 -0
  1056. package/dist/illustrations/sapIllus-Scene-NoMail.js +16 -0
  1057. package/dist/illustrations/sapIllus-Scene-NoMail_v1.js +56 -0
  1058. package/dist/illustrations/sapIllus-Scene-NoNotifications.js +28 -0
  1059. package/dist/illustrations/sapIllus-Scene-NoSavedItems.js +54 -0
  1060. package/dist/illustrations/sapIllus-Scene-NoSavedItems_v1.js +40 -0
  1061. package/dist/illustrations/sapIllus-Scene-NoSearchResults.js +73 -0
  1062. package/dist/illustrations/sapIllus-Scene-NoTasks.js +60 -0
  1063. package/dist/illustrations/sapIllus-Scene-NoTasks_v1.js +87 -0
  1064. package/dist/illustrations/sapIllus-Scene-PageNotFound.js +13 -0
  1065. package/dist/illustrations/sapIllus-Scene-ReceiveAppreciation.js +25 -0
  1066. package/dist/illustrations/sapIllus-Scene-ReloadScreen.js +63 -0
  1067. package/dist/illustrations/sapIllus-Scene-ResizeColumn.js +53 -0
  1068. package/dist/illustrations/sapIllus-Scene-ResizingColumns.js +57 -0
  1069. package/dist/illustrations/sapIllus-Scene-SearchEarth.js +31 -0
  1070. package/dist/illustrations/sapIllus-Scene-SearchFolder.js +45 -0
  1071. package/dist/illustrations/sapIllus-Scene-SignOut.js +21 -0
  1072. package/dist/illustrations/sapIllus-Scene-SimpleBalloon.js +21 -0
  1073. package/dist/illustrations/sapIllus-Scene-SimpleBell.js +17 -0
  1074. package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +45 -0
  1075. package/dist/illustrations/sapIllus-Scene-SimpleCheckMark.js +10 -0
  1076. package/dist/illustrations/sapIllus-Scene-SimpleConnection.js +23 -0
  1077. package/dist/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +21 -0
  1078. package/dist/illustrations/sapIllus-Scene-SimpleEmptyList.js +14 -0
  1079. package/dist/illustrations/sapIllus-Scene-SimpleError.js +14 -0
  1080. package/dist/illustrations/sapIllus-Scene-SimpleMagnifier.js +14 -0
  1081. package/dist/illustrations/sapIllus-Scene-SimpleMail.js +17 -0
  1082. package/dist/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +28 -0
  1083. package/dist/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +25 -0
  1084. package/dist/illustrations/sapIllus-Scene-SimpleReload.js +15 -0
  1085. package/dist/illustrations/sapIllus-Scene-SimpleTask.js +20 -0
  1086. package/dist/illustrations/sapIllus-Scene-SleepingBell.js +51 -0
  1087. package/dist/illustrations/sapIllus-Scene-SortColumn.js +51 -0
  1088. package/dist/illustrations/sapIllus-Scene-SortingColumns.js +50 -0
  1089. package/dist/illustrations/sapIllus-Scene-SuccessBalloon.js +34 -0
  1090. package/dist/illustrations/sapIllus-Scene-SuccessCheckMark.js +44 -0
  1091. package/dist/illustrations/sapIllus-Scene-SuccessHighFive.js +26 -0
  1092. package/dist/illustrations/sapIllus-Scene-SuccessScreen.js +62 -0
  1093. package/dist/illustrations/sapIllus-Scene-Survey.js +22 -0
  1094. package/dist/illustrations/sapIllus-Scene-Tent.js +60 -0
  1095. package/dist/illustrations/sapIllus-Scene-UnableToLoad.js +119 -0
  1096. package/dist/illustrations/sapIllus-Scene-UnableToLoadImage.js +28 -0
  1097. package/dist/illustrations/sapIllus-Scene-UnableToUpload.js +26 -0
  1098. package/dist/illustrations/sapIllus-Scene-UploadCollection.js +30 -0
  1099. package/dist/illustrations/sapIllus-Scene-UploadToCloud.js +22 -0
  1100. package/dist/illustrations/sapIllus-Scene-UserHasSignedUp.js +29 -0
  1101. package/dist/illustrations/sapIllus-Spot-Achievement.js +28 -0
  1102. package/dist/illustrations/sapIllus-Spot-AddColumn.js +38 -0
  1103. package/dist/illustrations/sapIllus-Spot-AddDimensions.js +17 -0
  1104. package/dist/illustrations/sapIllus-Spot-AddPeople.js +32 -0
  1105. package/dist/illustrations/sapIllus-Spot-AddPeopleToCalendar.js +43 -0
  1106. package/dist/illustrations/sapIllus-Spot-AddingColumns.js +38 -0
  1107. package/dist/illustrations/sapIllus-Spot-BalloonSky.js +44 -0
  1108. package/dist/illustrations/sapIllus-Spot-BeforeSearch.js +42 -0
  1109. package/dist/illustrations/sapIllus-Spot-Connection.js +23 -0
  1110. package/dist/illustrations/sapIllus-Spot-DragFilesToUpload.js +18 -0
  1111. package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +47 -0
  1112. package/dist/illustrations/sapIllus-Spot-EmptyList.js +30 -0
  1113. package/dist/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +19 -0
  1114. package/dist/illustrations/sapIllus-Spot-ErrorScreen.js +33 -0
  1115. package/dist/illustrations/sapIllus-Spot-FilterTable.js +61 -0
  1116. package/dist/illustrations/sapIllus-Spot-FilteringColumns.js +33 -0
  1117. package/dist/illustrations/sapIllus-Spot-GroupTable.js +87 -0
  1118. package/dist/illustrations/sapIllus-Spot-GroupingColumns.js +35 -0
  1119. package/dist/illustrations/sapIllus-Spot-KeyTask.js +120 -0
  1120. package/dist/illustrations/sapIllus-Spot-NewMail.js +34 -0
  1121. package/dist/illustrations/sapIllus-Spot-NoActivities.js +34 -0
  1122. package/dist/illustrations/sapIllus-Spot-NoChartData.js +42 -0
  1123. package/dist/illustrations/sapIllus-Spot-NoColumnsSet.js +29 -0
  1124. package/dist/illustrations/sapIllus-Spot-NoData.js +12 -0
  1125. package/dist/illustrations/sapIllus-Spot-NoDimensionsSet.js +43 -0
  1126. package/dist/illustrations/sapIllus-Spot-NoEntries.js +42 -0
  1127. package/dist/illustrations/sapIllus-Spot-NoFilterResults.js +16 -0
  1128. package/dist/illustrations/sapIllus-Spot-NoMail.js +15 -0
  1129. package/dist/illustrations/sapIllus-Spot-NoMail_v1.js +17 -0
  1130. package/dist/illustrations/sapIllus-Spot-NoNotifications.js +25 -0
  1131. package/dist/illustrations/sapIllus-Spot-NoSavedItems.js +51 -0
  1132. package/dist/illustrations/sapIllus-Spot-NoSavedItems_v1.js +34 -0
  1133. package/dist/illustrations/sapIllus-Spot-NoSearchResults.js +73 -0
  1134. package/dist/illustrations/sapIllus-Spot-NoTasks.js +32 -0
  1135. package/dist/illustrations/sapIllus-Spot-NoTasks_v1.js +23 -0
  1136. package/dist/illustrations/sapIllus-Spot-PageNotFound.js +10 -0
  1137. package/dist/illustrations/sapIllus-Spot-ReceiveAppreciation.js +20 -0
  1138. package/dist/illustrations/sapIllus-Spot-ReloadScreen.js +37 -0
  1139. package/dist/illustrations/sapIllus-Spot-ResizeColumn.js +50 -0
  1140. package/dist/illustrations/sapIllus-Spot-ResizingColumns.js +37 -0
  1141. package/dist/illustrations/sapIllus-Spot-SearchEarth.js +56 -0
  1142. package/dist/illustrations/sapIllus-Spot-SearchFolder.js +38 -0
  1143. package/dist/illustrations/sapIllus-Spot-SignOut.js +21 -0
  1144. package/dist/illustrations/sapIllus-Spot-SimpleBalloon.js +8 -0
  1145. package/dist/illustrations/sapIllus-Spot-SimpleBell.js +13 -0
  1146. package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +45 -0
  1147. package/dist/illustrations/sapIllus-Spot-SimpleCheckMark.js +6 -0
  1148. package/dist/illustrations/sapIllus-Spot-SimpleConnection.js +11 -0
  1149. package/dist/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +7 -0
  1150. package/dist/illustrations/sapIllus-Spot-SimpleEmptyList.js +7 -0
  1151. package/dist/illustrations/sapIllus-Spot-SimpleError.js +10 -0
  1152. package/dist/illustrations/sapIllus-Spot-SimpleMagnifier.js +9 -0
  1153. package/dist/illustrations/sapIllus-Spot-SimpleMail.js +13 -0
  1154. package/dist/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +24 -0
  1155. package/dist/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +11 -0
  1156. package/dist/illustrations/sapIllus-Spot-SimpleReload.js +8 -0
  1157. package/dist/illustrations/sapIllus-Spot-SimpleTask.js +23 -0
  1158. package/dist/illustrations/sapIllus-Spot-SleepingBell.js +39 -0
  1159. package/dist/illustrations/sapIllus-Spot-SortColumn.js +40 -0
  1160. package/dist/illustrations/sapIllus-Spot-SortingColumns.js +49 -0
  1161. package/dist/illustrations/sapIllus-Spot-SuccessBalloon.js +20 -0
  1162. package/dist/illustrations/sapIllus-Spot-SuccessCheckMark.js +8 -0
  1163. package/dist/illustrations/sapIllus-Spot-SuccessHighFive.js +25 -0
  1164. package/dist/illustrations/sapIllus-Spot-SuccessScreen.js +36 -0
  1165. package/dist/illustrations/sapIllus-Spot-Survey.js +33 -0
  1166. package/dist/illustrations/sapIllus-Spot-Tent.js +30 -0
  1167. package/dist/illustrations/sapIllus-Spot-UnableToLoad.js +119 -0
  1168. package/dist/illustrations/sapIllus-Spot-UnableToLoadImage.js +28 -0
  1169. package/dist/illustrations/sapIllus-Spot-UnableToUpload.js +28 -0
  1170. package/dist/illustrations/sapIllus-Spot-UploadCollection.js +34 -0
  1171. package/dist/illustrations/sapIllus-Spot-UploadToCloud.js +21 -0
  1172. package/dist/illustrations/sapIllus-Spot-UserHasSignedUp.js +34 -0
  1173. package/dist/illustrations/tnt/Avatar.d.ts +8 -0
  1174. package/dist/illustrations/tnt/Avatar.js +26 -0
  1175. package/dist/illustrations/tnt/Calculator.d.ts +8 -0
  1176. package/dist/illustrations/tnt/Calculator.js +26 -0
  1177. package/dist/illustrations/tnt/ChartArea.d.ts +8 -0
  1178. package/dist/illustrations/tnt/ChartArea.js +26 -0
  1179. package/dist/illustrations/tnt/ChartArea2.d.ts +8 -0
  1180. package/dist/illustrations/tnt/ChartArea2.js +26 -0
  1181. package/dist/illustrations/tnt/ChartBPMNFlow.d.ts +8 -0
  1182. package/dist/illustrations/tnt/ChartBPMNFlow.js +26 -0
  1183. package/dist/illustrations/tnt/ChartBar.d.ts +8 -0
  1184. package/dist/illustrations/tnt/ChartBar.js +26 -0
  1185. package/dist/illustrations/tnt/ChartBullet.d.ts +8 -0
  1186. package/dist/illustrations/tnt/ChartBullet.js +26 -0
  1187. package/dist/illustrations/tnt/ChartDoughnut.d.ts +8 -0
  1188. package/dist/illustrations/tnt/ChartDoughnut.js +26 -0
  1189. package/dist/illustrations/tnt/ChartFlow.d.ts +8 -0
  1190. package/dist/illustrations/tnt/ChartFlow.js +26 -0
  1191. package/dist/illustrations/tnt/ChartGantt.d.ts +8 -0
  1192. package/dist/illustrations/tnt/ChartGantt.js +26 -0
  1193. package/dist/illustrations/tnt/ChartOrg.d.ts +8 -0
  1194. package/dist/illustrations/tnt/ChartOrg.js +26 -0
  1195. package/dist/illustrations/tnt/ChartPie.d.ts +8 -0
  1196. package/dist/illustrations/tnt/ChartPie.js +26 -0
  1197. package/dist/illustrations/tnt/CodePlaceholder.d.ts +8 -0
  1198. package/dist/illustrations/tnt/CodePlaceholder.js +26 -0
  1199. package/dist/illustrations/tnt/Company.d.ts +8 -0
  1200. package/dist/illustrations/tnt/Company.js +26 -0
  1201. package/dist/illustrations/tnt/Compass.d.ts +8 -0
  1202. package/dist/illustrations/tnt/Compass.js +26 -0
  1203. package/dist/illustrations/tnt/Components.d.ts +8 -0
  1204. package/dist/illustrations/tnt/Components.js +26 -0
  1205. package/dist/illustrations/tnt/Dialog.d.ts +8 -0
  1206. package/dist/illustrations/tnt/Dialog.js +26 -0
  1207. package/dist/illustrations/tnt/EmptyContentPane.d.ts +8 -0
  1208. package/dist/illustrations/tnt/EmptyContentPane.js +26 -0
  1209. package/dist/illustrations/tnt/ExternalLink.d.ts +8 -0
  1210. package/dist/illustrations/tnt/ExternalLink.js +26 -0
  1211. package/dist/illustrations/tnt/FaceID.d.ts +8 -0
  1212. package/dist/illustrations/tnt/FaceID.js +26 -0
  1213. package/dist/illustrations/tnt/Fingerprint.d.ts +8 -0
  1214. package/dist/illustrations/tnt/Fingerprint.js +26 -0
  1215. package/dist/illustrations/tnt/Handshake.d.ts +8 -0
  1216. package/dist/illustrations/tnt/Handshake.js +26 -0
  1217. package/dist/illustrations/tnt/Help.d.ts +8 -0
  1218. package/dist/illustrations/tnt/Help.js +26 -0
  1219. package/dist/illustrations/tnt/Lock.d.ts +8 -0
  1220. package/dist/illustrations/tnt/Lock.js +26 -0
  1221. package/dist/illustrations/tnt/Mission.d.ts +8 -0
  1222. package/dist/illustrations/tnt/Mission.js +26 -0
  1223. package/dist/illustrations/tnt/MissionFailed.d.ts +8 -0
  1224. package/dist/illustrations/tnt/MissionFailed.js +26 -0
  1225. package/dist/illustrations/tnt/NoApplications.d.ts +8 -0
  1226. package/dist/illustrations/tnt/NoApplications.js +26 -0
  1227. package/dist/illustrations/tnt/NoFlows.d.ts +8 -0
  1228. package/dist/illustrations/tnt/NoFlows.js +26 -0
  1229. package/dist/illustrations/tnt/NoUsers.d.ts +8 -0
  1230. package/dist/illustrations/tnt/NoUsers.js +26 -0
  1231. package/dist/illustrations/tnt/Radar.d.ts +8 -0
  1232. package/dist/illustrations/tnt/Radar.js +26 -0
  1233. package/dist/illustrations/tnt/RoadMap.d.ts +8 -0
  1234. package/dist/illustrations/tnt/RoadMap.js +26 -0
  1235. package/dist/illustrations/tnt/Secrets.d.ts +8 -0
  1236. package/dist/illustrations/tnt/Secrets.js +26 -0
  1237. package/dist/illustrations/tnt/Services.d.ts +8 -0
  1238. package/dist/illustrations/tnt/Services.js +26 -0
  1239. package/dist/illustrations/tnt/SessionExpired.d.ts +8 -0
  1240. package/dist/illustrations/tnt/SessionExpired.js +26 -0
  1241. package/dist/illustrations/tnt/SessionExpiring.d.ts +8 -0
  1242. package/dist/illustrations/tnt/SessionExpiring.js +26 -0
  1243. package/dist/illustrations/tnt/Settings.d.ts +8 -0
  1244. package/dist/illustrations/tnt/Settings.js +26 -0
  1245. package/dist/illustrations/tnt/Success.d.ts +8 -0
  1246. package/dist/illustrations/tnt/Success.js +26 -0
  1247. package/dist/illustrations/tnt/SuccessfulAuth.d.ts +8 -0
  1248. package/dist/illustrations/tnt/SuccessfulAuth.js +26 -0
  1249. package/dist/illustrations/tnt/Systems.d.ts +8 -0
  1250. package/dist/illustrations/tnt/Systems.js +26 -0
  1251. package/dist/illustrations/tnt/Teams.d.ts +8 -0
  1252. package/dist/illustrations/tnt/Teams.js +26 -0
  1253. package/dist/illustrations/tnt/Tools.d.ts +8 -0
  1254. package/dist/illustrations/tnt/Tools.js +26 -0
  1255. package/dist/illustrations/tnt/Tutorials.d.ts +8 -0
  1256. package/dist/illustrations/tnt/Tutorials.js +26 -0
  1257. package/dist/illustrations/tnt/UnableToLoad.d.ts +8 -0
  1258. package/dist/illustrations/tnt/UnableToLoad.js +26 -0
  1259. package/dist/illustrations/tnt/Unlock.d.ts +8 -0
  1260. package/dist/illustrations/tnt/Unlock.js +26 -0
  1261. package/dist/illustrations/tnt/UnsuccessfulAuth.d.ts +8 -0
  1262. package/dist/illustrations/tnt/UnsuccessfulAuth.js +26 -0
  1263. package/dist/illustrations/tnt/User2.d.ts +8 -0
  1264. package/dist/illustrations/tnt/User2.js +26 -0
  1265. package/dist/illustrations/tnt/tnt-Dialog-Avatar.js +125 -0
  1266. package/dist/illustrations/tnt/tnt-Dialog-Calculator.js +81 -0
  1267. package/dist/illustrations/tnt/tnt-Dialog-ChartArea.js +14 -0
  1268. package/dist/illustrations/tnt/tnt-Dialog-ChartArea2.js +12 -0
  1269. package/dist/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.js +13 -0
  1270. package/dist/illustrations/tnt/tnt-Dialog-ChartBar.js +12 -0
  1271. package/dist/illustrations/tnt/tnt-Dialog-ChartBullet.js +14 -0
  1272. package/dist/illustrations/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
  1273. package/dist/illustrations/tnt/tnt-Dialog-ChartFlow.js +13 -0
  1274. package/dist/illustrations/tnt/tnt-Dialog-ChartGantt.js +17 -0
  1275. package/dist/illustrations/tnt/tnt-Dialog-ChartOrg.js +15 -0
  1276. package/dist/illustrations/tnt/tnt-Dialog-ChartPie.js +12 -0
  1277. package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +6 -0
  1278. package/dist/illustrations/tnt/tnt-Dialog-Company.js +13 -0
  1279. package/dist/illustrations/tnt/tnt-Dialog-Compass.js +35 -0
  1280. package/dist/illustrations/tnt/tnt-Dialog-Components.js +9 -0
  1281. package/dist/illustrations/tnt/tnt-Dialog-Dialog.js +33 -0
  1282. package/dist/illustrations/tnt/tnt-Dialog-EmptyContentPane.js +19 -0
  1283. package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +11 -0
  1284. package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +17 -0
  1285. package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +16 -0
  1286. package/dist/illustrations/tnt/tnt-Dialog-Handshake.js +33 -0
  1287. package/dist/illustrations/tnt/tnt-Dialog-Help.js +28 -0
  1288. package/dist/illustrations/tnt/tnt-Dialog-Lock.js +12 -0
  1289. package/dist/illustrations/tnt/tnt-Dialog-Mission.js +18 -0
  1290. package/dist/illustrations/tnt/tnt-Dialog-MissionFailed.js +42 -0
  1291. package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +15 -0
  1292. package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +11 -0
  1293. package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +15 -0
  1294. package/dist/illustrations/tnt/tnt-Dialog-Radar.js +15 -0
  1295. package/dist/illustrations/tnt/tnt-Dialog-RoadMap.js +42 -0
  1296. package/dist/illustrations/tnt/tnt-Dialog-Secrets.js +12 -0
  1297. package/dist/illustrations/tnt/tnt-Dialog-Services.js +16 -0
  1298. package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +11 -0
  1299. package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +10 -0
  1300. package/dist/illustrations/tnt/tnt-Dialog-Settings.js +38 -0
  1301. package/dist/illustrations/tnt/tnt-Dialog-Success.js +10 -0
  1302. package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +10 -0
  1303. package/dist/illustrations/tnt/tnt-Dialog-Systems.js +12 -0
  1304. package/dist/illustrations/tnt/tnt-Dialog-Teams.js +17 -0
  1305. package/dist/illustrations/tnt/tnt-Dialog-Tools.js +12 -0
  1306. package/dist/illustrations/tnt/tnt-Dialog-Tutorials.js +79 -0
  1307. package/dist/illustrations/tnt/tnt-Dialog-UnableToLoad.js +10 -0
  1308. package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +12 -0
  1309. package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +11 -0
  1310. package/dist/illustrations/tnt/tnt-Dialog-User2.js +13 -0
  1311. package/dist/illustrations/tnt/tnt-Dot-Avatar.js +13 -0
  1312. package/dist/illustrations/tnt/tnt-Dot-Calculator.js +12 -0
  1313. package/dist/illustrations/tnt/tnt-Dot-Compass.js +10 -0
  1314. package/dist/illustrations/tnt/tnt-Dot-Dialog.js +20 -0
  1315. package/dist/illustrations/tnt/tnt-Dot-EmptyContentPane.js +16 -0
  1316. package/dist/illustrations/tnt/tnt-Dot-Handshake.js +19 -0
  1317. package/dist/illustrations/tnt/tnt-Dot-Help.js +9 -0
  1318. package/dist/illustrations/tnt/tnt-Dot-MissionFailed.js +10 -0
  1319. package/dist/illustrations/tnt/tnt-Dot-RoadMap.js +6 -0
  1320. package/dist/illustrations/tnt/tnt-Dot-Settings.js +7 -0
  1321. package/dist/illustrations/tnt/tnt-Dot-Tutorials.js +8 -0
  1322. package/dist/illustrations/tnt/tnt-Scene-Avatar.js +131 -0
  1323. package/dist/illustrations/tnt/tnt-Scene-Calculator.js +84 -0
  1324. package/dist/illustrations/tnt/tnt-Scene-ChartArea.js +22 -0
  1325. package/dist/illustrations/tnt/tnt-Scene-ChartArea2.js +19 -0
  1326. package/dist/illustrations/tnt/tnt-Scene-ChartBPMNFlow.js +21 -0
  1327. package/dist/illustrations/tnt/tnt-Scene-ChartBar.js +19 -0
  1328. package/dist/illustrations/tnt/tnt-Scene-ChartBullet.js +20 -0
  1329. package/dist/illustrations/tnt/tnt-Scene-ChartDoughnut.js +19 -0
  1330. package/dist/illustrations/tnt/tnt-Scene-ChartFlow.js +20 -0
  1331. package/dist/illustrations/tnt/tnt-Scene-ChartGantt.js +26 -0
  1332. package/dist/illustrations/tnt/tnt-Scene-ChartOrg.js +27 -0
  1333. package/dist/illustrations/tnt/tnt-Scene-ChartPie.js +18 -0
  1334. package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +9 -0
  1335. package/dist/illustrations/tnt/tnt-Scene-Company.js +30 -0
  1336. package/dist/illustrations/tnt/tnt-Scene-Compass.js +35 -0
  1337. package/dist/illustrations/tnt/tnt-Scene-Components.js +16 -0
  1338. package/dist/illustrations/tnt/tnt-Scene-Dialog.js +36 -0
  1339. package/dist/illustrations/tnt/tnt-Scene-EmptyContentPane.js +16 -0
  1340. package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +14 -0
  1341. package/dist/illustrations/tnt/tnt-Scene-FaceID.js +21 -0
  1342. package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +35 -0
  1343. package/dist/illustrations/tnt/tnt-Scene-Handshake.js +33 -0
  1344. package/dist/illustrations/tnt/tnt-Scene-Help.js +30 -0
  1345. package/dist/illustrations/tnt/tnt-Scene-Lock.js +22 -0
  1346. package/dist/illustrations/tnt/tnt-Scene-Mission.js +19 -0
  1347. package/dist/illustrations/tnt/tnt-Scene-MissionFailed.js +50 -0
  1348. package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +18 -0
  1349. package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +20 -0
  1350. package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +16 -0
  1351. package/dist/illustrations/tnt/tnt-Scene-Radar.js +20 -0
  1352. package/dist/illustrations/tnt/tnt-Scene-RoadMap.js +46 -0
  1353. package/dist/illustrations/tnt/tnt-Scene-Secrets.js +15 -0
  1354. package/dist/illustrations/tnt/tnt-Scene-Services.js +17 -0
  1355. package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +18 -0
  1356. package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +17 -0
  1357. package/dist/illustrations/tnt/tnt-Scene-Settings.js +39 -0
  1358. package/dist/illustrations/tnt/tnt-Scene-Success.js +18 -0
  1359. package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +20 -0
  1360. package/dist/illustrations/tnt/tnt-Scene-Systems.js +13 -0
  1361. package/dist/illustrations/tnt/tnt-Scene-Teams.js +20 -0
  1362. package/dist/illustrations/tnt/tnt-Scene-Tools.js +19 -0
  1363. package/dist/illustrations/tnt/tnt-Scene-Tutorials.js +85 -0
  1364. package/dist/illustrations/tnt/tnt-Scene-UnableToLoad.js +21 -0
  1365. package/dist/illustrations/tnt/tnt-Scene-Unlock.js +15 -0
  1366. package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +22 -0
  1367. package/dist/illustrations/tnt/tnt-Scene-User2.js +22 -0
  1368. package/dist/illustrations/tnt/tnt-Spot-Avatar.js +106 -0
  1369. package/dist/illustrations/tnt/tnt-Spot-Calculator.js +131 -0
  1370. package/dist/illustrations/tnt/tnt-Spot-ChartArea.js +13 -0
  1371. package/dist/illustrations/tnt/tnt-Spot-ChartArea2.js +7 -0
  1372. package/dist/illustrations/tnt/tnt-Spot-ChartBPMNFlow.js +9 -0
  1373. package/dist/illustrations/tnt/tnt-Spot-ChartBar.js +8 -0
  1374. package/dist/illustrations/tnt/tnt-Spot-ChartBullet.js +10 -0
  1375. package/dist/illustrations/tnt/tnt-Spot-ChartDoughnut.js +9 -0
  1376. package/dist/illustrations/tnt/tnt-Spot-ChartFlow.js +8 -0
  1377. package/dist/illustrations/tnt/tnt-Spot-ChartGantt.js +12 -0
  1378. package/dist/illustrations/tnt/tnt-Spot-ChartOrg.js +6 -0
  1379. package/dist/illustrations/tnt/tnt-Spot-ChartPie.js +8 -0
  1380. package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +6 -0
  1381. package/dist/illustrations/tnt/tnt-Spot-Company.js +13 -0
  1382. package/dist/illustrations/tnt/tnt-Spot-Compass.js +35 -0
  1383. package/dist/illustrations/tnt/tnt-Spot-Components.js +5 -0
  1384. package/dist/illustrations/tnt/tnt-Spot-Dialog.js +33 -0
  1385. package/dist/illustrations/tnt/tnt-Spot-EmptyContentPane.js +17 -0
  1386. package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +9 -0
  1387. package/dist/illustrations/tnt/tnt-Spot-FaceID.js +16 -0
  1388. package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +10 -0
  1389. package/dist/illustrations/tnt/tnt-Spot-Handshake.js +65 -0
  1390. package/dist/illustrations/tnt/tnt-Spot-Help.js +24 -0
  1391. package/dist/illustrations/tnt/tnt-Spot-Lock.js +13 -0
  1392. package/dist/illustrations/tnt/tnt-Spot-Mission.js +17 -0
  1393. package/dist/illustrations/tnt/tnt-Spot-MissionFailed.js +114 -0
  1394. package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +11 -0
  1395. package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +8 -0
  1396. package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +11 -0
  1397. package/dist/illustrations/tnt/tnt-Spot-Radar.js +14 -0
  1398. package/dist/illustrations/tnt/tnt-Spot-RoadMap.js +166 -0
  1399. package/dist/illustrations/tnt/tnt-Spot-Secrets.js +9 -0
  1400. package/dist/illustrations/tnt/tnt-Spot-Services.js +14 -0
  1401. package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +9 -0
  1402. package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +9 -0
  1403. package/dist/illustrations/tnt/tnt-Spot-Settings.js +37 -0
  1404. package/dist/illustrations/tnt/tnt-Spot-Success.js +9 -0
  1405. package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +9 -0
  1406. package/dist/illustrations/tnt/tnt-Spot-Systems.js +10 -0
  1407. package/dist/illustrations/tnt/tnt-Spot-Teams.js +13 -0
  1408. package/dist/illustrations/tnt/tnt-Spot-Tools.js +7 -0
  1409. package/dist/illustrations/tnt/tnt-Spot-Tutorials.js +92 -0
  1410. package/dist/illustrations/tnt/tnt-Spot-UnableToLoad.js +9 -0
  1411. package/dist/illustrations/tnt/tnt-Spot-Unlock.js +11 -0
  1412. package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +10 -0
  1413. package/dist/illustrations/tnt/tnt-Spot-User2.js +10 -0
  1414. package/dist/illustrations-v5/tnt/Avatar.d.ts +8 -0
  1415. package/dist/illustrations-v5/tnt/Avatar.js +26 -0
  1416. package/dist/illustrations-v5/tnt/Calculator.d.ts +8 -0
  1417. package/dist/illustrations-v5/tnt/Calculator.js +26 -0
  1418. package/dist/illustrations-v5/tnt/ChartArea.d.ts +8 -0
  1419. package/dist/illustrations-v5/tnt/ChartArea.js +26 -0
  1420. package/dist/illustrations-v5/tnt/ChartArea2.d.ts +8 -0
  1421. package/dist/illustrations-v5/tnt/ChartArea2.js +26 -0
  1422. package/dist/illustrations-v5/tnt/ChartBPMNFlow.d.ts +8 -0
  1423. package/dist/illustrations-v5/tnt/ChartBPMNFlow.js +26 -0
  1424. package/dist/illustrations-v5/tnt/ChartBar.d.ts +8 -0
  1425. package/dist/illustrations-v5/tnt/ChartBar.js +26 -0
  1426. package/dist/illustrations-v5/tnt/ChartBullet.d.ts +8 -0
  1427. package/dist/illustrations-v5/tnt/ChartBullet.js +26 -0
  1428. package/dist/illustrations-v5/tnt/ChartDoughnut.d.ts +8 -0
  1429. package/dist/illustrations-v5/tnt/ChartDoughnut.js +26 -0
  1430. package/dist/illustrations-v5/tnt/ChartFlow.d.ts +8 -0
  1431. package/dist/illustrations-v5/tnt/ChartFlow.js +26 -0
  1432. package/dist/illustrations-v5/tnt/ChartGantt.d.ts +8 -0
  1433. package/dist/illustrations-v5/tnt/ChartGantt.js +26 -0
  1434. package/dist/illustrations-v5/tnt/ChartOrg.d.ts +8 -0
  1435. package/dist/illustrations-v5/tnt/ChartOrg.js +26 -0
  1436. package/dist/illustrations-v5/tnt/ChartPie.d.ts +8 -0
  1437. package/dist/illustrations-v5/tnt/ChartPie.js +26 -0
  1438. package/dist/illustrations-v5/tnt/CodePlaceholder.d.ts +8 -0
  1439. package/dist/illustrations-v5/tnt/CodePlaceholder.js +26 -0
  1440. package/dist/illustrations-v5/tnt/Company.d.ts +8 -0
  1441. package/dist/illustrations-v5/tnt/Company.js +26 -0
  1442. package/dist/illustrations-v5/tnt/Compass.d.ts +8 -0
  1443. package/dist/illustrations-v5/tnt/Compass.js +26 -0
  1444. package/dist/illustrations-v5/tnt/Components.d.ts +8 -0
  1445. package/dist/illustrations-v5/tnt/Components.js +26 -0
  1446. package/dist/illustrations-v5/tnt/Dialog.d.ts +8 -0
  1447. package/dist/illustrations-v5/tnt/Dialog.js +26 -0
  1448. package/dist/illustrations-v5/tnt/ExternalLink.d.ts +8 -0
  1449. package/dist/illustrations-v5/tnt/ExternalLink.js +26 -0
  1450. package/dist/illustrations-v5/tnt/FaceID.d.ts +8 -0
  1451. package/dist/illustrations-v5/tnt/FaceID.js +26 -0
  1452. package/dist/illustrations-v5/tnt/Fingerprint.d.ts +8 -0
  1453. package/dist/illustrations-v5/tnt/Fingerprint.js +26 -0
  1454. package/dist/illustrations-v5/tnt/Handshake.d.ts +8 -0
  1455. package/dist/illustrations-v5/tnt/Handshake.js +26 -0
  1456. package/dist/illustrations-v5/tnt/Help.d.ts +8 -0
  1457. package/dist/illustrations-v5/tnt/Help.js +26 -0
  1458. package/dist/illustrations-v5/tnt/Lock.d.ts +8 -0
  1459. package/dist/illustrations-v5/tnt/Lock.js +26 -0
  1460. package/dist/illustrations-v5/tnt/Mission.d.ts +8 -0
  1461. package/dist/illustrations-v5/tnt/Mission.js +26 -0
  1462. package/dist/illustrations-v5/tnt/MissionFailed.d.ts +8 -0
  1463. package/dist/illustrations-v5/tnt/MissionFailed.js +26 -0
  1464. package/dist/illustrations-v5/tnt/NoApplications.d.ts +8 -0
  1465. package/dist/illustrations-v5/tnt/NoApplications.js +26 -0
  1466. package/dist/illustrations-v5/tnt/NoFlows.d.ts +8 -0
  1467. package/dist/illustrations-v5/tnt/NoFlows.js +26 -0
  1468. package/dist/illustrations-v5/tnt/NoUsers.d.ts +8 -0
  1469. package/dist/illustrations-v5/tnt/NoUsers.js +26 -0
  1470. package/dist/illustrations-v5/tnt/Radar.d.ts +8 -0
  1471. package/dist/illustrations-v5/tnt/Radar.js +26 -0
  1472. package/dist/illustrations-v5/tnt/RoadMap.d.ts +8 -0
  1473. package/dist/illustrations-v5/tnt/RoadMap.js +26 -0
  1474. package/dist/illustrations-v5/tnt/Secrets.d.ts +8 -0
  1475. package/dist/illustrations-v5/tnt/Secrets.js +26 -0
  1476. package/dist/illustrations-v5/tnt/Services.d.ts +8 -0
  1477. package/dist/illustrations-v5/tnt/Services.js +26 -0
  1478. package/dist/illustrations-v5/tnt/SessionExpired.d.ts +8 -0
  1479. package/dist/illustrations-v5/tnt/SessionExpired.js +26 -0
  1480. package/dist/illustrations-v5/tnt/SessionExpiring.d.ts +8 -0
  1481. package/dist/illustrations-v5/tnt/SessionExpiring.js +26 -0
  1482. package/dist/illustrations-v5/tnt/Settings.d.ts +8 -0
  1483. package/dist/illustrations-v5/tnt/Settings.js +26 -0
  1484. package/dist/illustrations-v5/tnt/Success.d.ts +8 -0
  1485. package/dist/illustrations-v5/tnt/Success.js +26 -0
  1486. package/dist/illustrations-v5/tnt/SuccessfulAuth.d.ts +8 -0
  1487. package/dist/illustrations-v5/tnt/SuccessfulAuth.js +26 -0
  1488. package/dist/illustrations-v5/tnt/Systems.d.ts +8 -0
  1489. package/dist/illustrations-v5/tnt/Systems.js +26 -0
  1490. package/dist/illustrations-v5/tnt/Teams.d.ts +8 -0
  1491. package/dist/illustrations-v5/tnt/Teams.js +26 -0
  1492. package/dist/illustrations-v5/tnt/Tools.d.ts +8 -0
  1493. package/dist/illustrations-v5/tnt/Tools.js +26 -0
  1494. package/dist/illustrations-v5/tnt/Tutorials.d.ts +8 -0
  1495. package/dist/illustrations-v5/tnt/Tutorials.js +26 -0
  1496. package/dist/illustrations-v5/tnt/Unlock.d.ts +8 -0
  1497. package/dist/illustrations-v5/tnt/Unlock.js +26 -0
  1498. package/dist/illustrations-v5/tnt/UnsuccessfulAuth.d.ts +8 -0
  1499. package/dist/illustrations-v5/tnt/UnsuccessfulAuth.js +26 -0
  1500. package/dist/illustrations-v5/tnt/hc/Avatar.d.ts +8 -0
  1501. package/dist/illustrations-v5/tnt/hc/Avatar.js +26 -0
  1502. package/dist/illustrations-v5/tnt/hc/Calculator.d.ts +8 -0
  1503. package/dist/illustrations-v5/tnt/hc/Calculator.js +26 -0
  1504. package/dist/illustrations-v5/tnt/hc/ChartArea.d.ts +8 -0
  1505. package/dist/illustrations-v5/tnt/hc/ChartArea.js +26 -0
  1506. package/dist/illustrations-v5/tnt/hc/ChartArea2.d.ts +8 -0
  1507. package/dist/illustrations-v5/tnt/hc/ChartArea2.js +26 -0
  1508. package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.d.ts +8 -0
  1509. package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.js +26 -0
  1510. package/dist/illustrations-v5/tnt/hc/ChartBar.d.ts +8 -0
  1511. package/dist/illustrations-v5/tnt/hc/ChartBar.js +26 -0
  1512. package/dist/illustrations-v5/tnt/hc/ChartBullet.d.ts +8 -0
  1513. package/dist/illustrations-v5/tnt/hc/ChartBullet.js +26 -0
  1514. package/dist/illustrations-v5/tnt/hc/ChartDoughnut.d.ts +8 -0
  1515. package/dist/illustrations-v5/tnt/hc/ChartDoughnut.js +26 -0
  1516. package/dist/illustrations-v5/tnt/hc/ChartFlow.d.ts +8 -0
  1517. package/dist/illustrations-v5/tnt/hc/ChartFlow.js +26 -0
  1518. package/dist/illustrations-v5/tnt/hc/ChartGantt.d.ts +8 -0
  1519. package/dist/illustrations-v5/tnt/hc/ChartGantt.js +26 -0
  1520. package/dist/illustrations-v5/tnt/hc/ChartOrg.d.ts +8 -0
  1521. package/dist/illustrations-v5/tnt/hc/ChartOrg.js +26 -0
  1522. package/dist/illustrations-v5/tnt/hc/ChartPie.d.ts +8 -0
  1523. package/dist/illustrations-v5/tnt/hc/ChartPie.js +26 -0
  1524. package/dist/illustrations-v5/tnt/hc/CodePlaceholder.d.ts +8 -0
  1525. package/dist/illustrations-v5/tnt/hc/CodePlaceholder.js +26 -0
  1526. package/dist/illustrations-v5/tnt/hc/Company.d.ts +8 -0
  1527. package/dist/illustrations-v5/tnt/hc/Company.js +26 -0
  1528. package/dist/illustrations-v5/tnt/hc/Compass.d.ts +8 -0
  1529. package/dist/illustrations-v5/tnt/hc/Compass.js +26 -0
  1530. package/dist/illustrations-v5/tnt/hc/Components.d.ts +8 -0
  1531. package/dist/illustrations-v5/tnt/hc/Components.js +26 -0
  1532. package/dist/illustrations-v5/tnt/hc/Dialog.d.ts +8 -0
  1533. package/dist/illustrations-v5/tnt/hc/Dialog.js +26 -0
  1534. package/dist/illustrations-v5/tnt/hc/EmptyContentPane.d.ts +8 -0
  1535. package/dist/illustrations-v5/tnt/hc/EmptyContentPane.js +26 -0
  1536. package/dist/illustrations-v5/tnt/hc/ExternalLink.d.ts +8 -0
  1537. package/dist/illustrations-v5/tnt/hc/ExternalLink.js +26 -0
  1538. package/dist/illustrations-v5/tnt/hc/FaceID.d.ts +8 -0
  1539. package/dist/illustrations-v5/tnt/hc/FaceID.js +26 -0
  1540. package/dist/illustrations-v5/tnt/hc/Fingerprint.d.ts +8 -0
  1541. package/dist/illustrations-v5/tnt/hc/Fingerprint.js +26 -0
  1542. package/dist/illustrations-v5/tnt/hc/Handshake.d.ts +8 -0
  1543. package/dist/illustrations-v5/tnt/hc/Handshake.js +26 -0
  1544. package/dist/illustrations-v5/tnt/hc/Help.d.ts +8 -0
  1545. package/dist/illustrations-v5/tnt/hc/Help.js +26 -0
  1546. package/dist/illustrations-v5/tnt/hc/Lock.d.ts +8 -0
  1547. package/dist/illustrations-v5/tnt/hc/Lock.js +26 -0
  1548. package/dist/illustrations-v5/tnt/hc/Mission.d.ts +8 -0
  1549. package/dist/illustrations-v5/tnt/hc/Mission.js +26 -0
  1550. package/dist/illustrations-v5/tnt/hc/MissionFailed.d.ts +8 -0
  1551. package/dist/illustrations-v5/tnt/hc/MissionFailed.js +26 -0
  1552. package/dist/illustrations-v5/tnt/hc/NoApplications.d.ts +8 -0
  1553. package/dist/illustrations-v5/tnt/hc/NoApplications.js +26 -0
  1554. package/dist/illustrations-v5/tnt/hc/NoFlows.d.ts +8 -0
  1555. package/dist/illustrations-v5/tnt/hc/NoFlows.js +26 -0
  1556. package/dist/illustrations-v5/tnt/hc/NoUsers.d.ts +8 -0
  1557. package/dist/illustrations-v5/tnt/hc/NoUsers.js +26 -0
  1558. package/dist/illustrations-v5/tnt/hc/Radar.d.ts +8 -0
  1559. package/dist/illustrations-v5/tnt/hc/Radar.js +26 -0
  1560. package/dist/illustrations-v5/tnt/hc/RoadMap.d.ts +8 -0
  1561. package/dist/illustrations-v5/tnt/hc/RoadMap.js +26 -0
  1562. package/dist/illustrations-v5/tnt/hc/Secrets.d.ts +8 -0
  1563. package/dist/illustrations-v5/tnt/hc/Secrets.js +26 -0
  1564. package/dist/illustrations-v5/tnt/hc/Services.d.ts +8 -0
  1565. package/dist/illustrations-v5/tnt/hc/Services.js +26 -0
  1566. package/dist/illustrations-v5/tnt/hc/SessionExpired.d.ts +8 -0
  1567. package/dist/illustrations-v5/tnt/hc/SessionExpired.js +26 -0
  1568. package/dist/illustrations-v5/tnt/hc/SessionExpiring.d.ts +8 -0
  1569. package/dist/illustrations-v5/tnt/hc/SessionExpiring.js +26 -0
  1570. package/dist/illustrations-v5/tnt/hc/Settings.d.ts +8 -0
  1571. package/dist/illustrations-v5/tnt/hc/Settings.js +26 -0
  1572. package/dist/illustrations-v5/tnt/hc/Success.d.ts +8 -0
  1573. package/dist/illustrations-v5/tnt/hc/Success.js +26 -0
  1574. package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.d.ts +8 -0
  1575. package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.js +26 -0
  1576. package/dist/illustrations-v5/tnt/hc/Systems.d.ts +8 -0
  1577. package/dist/illustrations-v5/tnt/hc/Systems.js +26 -0
  1578. package/dist/illustrations-v5/tnt/hc/Teams.d.ts +8 -0
  1579. package/dist/illustrations-v5/tnt/hc/Teams.js +26 -0
  1580. package/dist/illustrations-v5/tnt/hc/Tools.d.ts +8 -0
  1581. package/dist/illustrations-v5/tnt/hc/Tools.js +26 -0
  1582. package/dist/illustrations-v5/tnt/hc/Tutorials.d.ts +8 -0
  1583. package/dist/illustrations-v5/tnt/hc/Tutorials.js +26 -0
  1584. package/dist/illustrations-v5/tnt/hc/Unlock.d.ts +8 -0
  1585. package/dist/illustrations-v5/tnt/hc/Unlock.js +26 -0
  1586. package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.d.ts +8 -0
  1587. package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.js +26 -0
  1588. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.js +16 -0
  1589. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.js +24 -0
  1590. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +15 -0
  1591. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +14 -0
  1592. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +22 -0
  1593. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +14 -0
  1594. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +19 -0
  1595. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +18 -0
  1596. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +19 -0
  1597. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +19 -0
  1598. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +30 -0
  1599. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +20 -0
  1600. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +10 -0
  1601. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +23 -0
  1602. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Compass.js +17 -0
  1603. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +22 -0
  1604. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.js +23 -0
  1605. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +23 -0
  1606. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +18 -0
  1607. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +17 -0
  1608. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +13 -0
  1609. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.js +22 -0
  1610. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Help.js +12 -0
  1611. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +22 -0
  1612. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +15 -0
  1613. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.js +12 -0
  1614. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +19 -0
  1615. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +22 -0
  1616. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +19 -0
  1617. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +14 -0
  1618. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.js +92 -0
  1619. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +13 -0
  1620. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +16 -0
  1621. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +14 -0
  1622. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +12 -0
  1623. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Settings.js +9 -0
  1624. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +20 -0
  1625. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +27 -0
  1626. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +25 -0
  1627. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +27 -0
  1628. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +22 -0
  1629. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.js +18 -0
  1630. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +18 -0
  1631. package/dist/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.js +27 -0
  1632. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Avatar.js +13 -0
  1633. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Calculator.js +13 -0
  1634. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +8 -0
  1635. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +7 -0
  1636. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +14 -0
  1637. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +7 -0
  1638. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +10 -0
  1639. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +8 -0
  1640. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +12 -0
  1641. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +11 -0
  1642. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +14 -0
  1643. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +9 -0
  1644. package/dist/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +6 -0
  1645. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Company.js +11 -0
  1646. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Compass.js +10 -0
  1647. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Components.js +11 -0
  1648. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Dialog.js +23 -0
  1649. package/dist/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +11 -0
  1650. package/dist/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +10 -0
  1651. package/dist/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +19 -0
  1652. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +8 -0
  1653. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Handshake.js +19 -0
  1654. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Help.js +9 -0
  1655. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +13 -0
  1656. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +10 -0
  1657. package/dist/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.js +10 -0
  1658. package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +15 -0
  1659. package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +41 -0
  1660. package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +12 -0
  1661. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +12 -0
  1662. package/dist/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.js +8 -0
  1663. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +6 -0
  1664. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Services.js +11 -0
  1665. package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +8 -0
  1666. package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +9 -0
  1667. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Settings.js +7 -0
  1668. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Success.js +8 -0
  1669. package/dist/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +12 -0
  1670. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +15 -0
  1671. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +16 -0
  1672. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +18 -0
  1673. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.js +8 -0
  1674. package/dist/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +20 -0
  1675. package/dist/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.js +12 -0
  1676. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Avatar.js +23 -0
  1677. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Calculator.js +32 -0
  1678. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +21 -0
  1679. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +20 -0
  1680. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +28 -0
  1681. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +20 -0
  1682. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +25 -0
  1683. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +24 -0
  1684. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +25 -0
  1685. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +25 -0
  1686. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +36 -0
  1687. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +25 -0
  1688. package/dist/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +14 -0
  1689. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Company.js +30 -0
  1690. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Compass.js +24 -0
  1691. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Components.js +26 -0
  1692. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Dialog.js +17 -0
  1693. package/dist/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +27 -0
  1694. package/dist/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +22 -0
  1695. package/dist/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +28 -0
  1696. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +17 -0
  1697. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Handshake.js +26 -0
  1698. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Help.js +21 -0
  1699. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +26 -0
  1700. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +21 -0
  1701. package/dist/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.js +18 -0
  1702. package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +23 -0
  1703. package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +26 -0
  1704. package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +23 -0
  1705. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +19 -0
  1706. package/dist/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.js +30 -0
  1707. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +21 -0
  1708. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Services.js +20 -0
  1709. package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +18 -0
  1710. package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +16 -0
  1711. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Settings.js +13 -0
  1712. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Success.js +27 -0
  1713. package/dist/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +34 -0
  1714. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +31 -0
  1715. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +31 -0
  1716. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +26 -0
  1717. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.js +27 -0
  1718. package/dist/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +22 -0
  1719. package/dist/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.js +34 -0
  1720. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Avatar.js +17 -0
  1721. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Calculator.js +24 -0
  1722. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +15 -0
  1723. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +14 -0
  1724. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +21 -0
  1725. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +14 -0
  1726. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +19 -0
  1727. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +18 -0
  1728. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +19 -0
  1729. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +19 -0
  1730. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +30 -0
  1731. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +19 -0
  1732. package/dist/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +10 -0
  1733. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Company.js +23 -0
  1734. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Compass.js +17 -0
  1735. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Components.js +20 -0
  1736. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Dialog.js +23 -0
  1737. package/dist/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +23 -0
  1738. package/dist/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +18 -0
  1739. package/dist/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +17 -0
  1740. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +9 -0
  1741. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Handshake.js +27 -0
  1742. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Help.js +12 -0
  1743. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +22 -0
  1744. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +11 -0
  1745. package/dist/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.js +11 -0
  1746. package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +19 -0
  1747. package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +22 -0
  1748. package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +19 -0
  1749. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +12 -0
  1750. package/dist/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.js +78 -0
  1751. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +13 -0
  1752. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Services.js +16 -0
  1753. package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +14 -0
  1754. package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +12 -0
  1755. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Settings.js +9 -0
  1756. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Success.js +13 -0
  1757. package/dist/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +27 -0
  1758. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +25 -0
  1759. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +27 -0
  1760. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +22 -0
  1761. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.js +18 -0
  1762. package/dist/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +18 -0
  1763. package/dist/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.js +27 -0
  1764. package/dist/illustrations-v5/tnt/tnt-Dialog-Avatar.js +49 -0
  1765. package/dist/illustrations-v5/tnt/tnt-Dialog-Calculator.js +27 -0
  1766. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +11 -0
  1767. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +12 -0
  1768. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +18 -0
  1769. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +13 -0
  1770. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +14 -0
  1771. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
  1772. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +17 -0
  1773. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +13 -0
  1774. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +20 -0
  1775. package/dist/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +13 -0
  1776. package/dist/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +7 -0
  1777. package/dist/illustrations-v5/tnt/tnt-Dialog-Company.js +14 -0
  1778. package/dist/illustrations-v5/tnt/tnt-Dialog-Compass.js +19 -0
  1779. package/dist/illustrations-v5/tnt/tnt-Dialog-Components.js +17 -0
  1780. package/dist/illustrations-v5/tnt/tnt-Dialog-Dialog.js +11 -0
  1781. package/dist/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +15 -0
  1782. package/dist/illustrations-v5/tnt/tnt-Dialog-FaceID.js +23 -0
  1783. package/dist/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +32 -0
  1784. package/dist/illustrations-v5/tnt/tnt-Dialog-Handshake.js +39 -0
  1785. package/dist/illustrations-v5/tnt/tnt-Dialog-Help.js +11 -0
  1786. package/dist/illustrations-v5/tnt/tnt-Dialog-Lock.js +44 -0
  1787. package/dist/illustrations-v5/tnt/tnt-Dialog-Mission.js +26 -0
  1788. package/dist/illustrations-v5/tnt/tnt-Dialog-MissionFailed.js +24 -0
  1789. package/dist/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +13 -0
  1790. package/dist/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +13 -0
  1791. package/dist/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +13 -0
  1792. package/dist/illustrations-v5/tnt/tnt-Dialog-Radar.js +28 -0
  1793. package/dist/illustrations-v5/tnt/tnt-Dialog-RoadMap.js +32 -0
  1794. package/dist/illustrations-v5/tnt/tnt-Dialog-Secrets.js +18 -0
  1795. package/dist/illustrations-v5/tnt/tnt-Dialog-Services.js +30 -0
  1796. package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +23 -0
  1797. package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +22 -0
  1798. package/dist/illustrations-v5/tnt/tnt-Dialog-Settings.js +19 -0
  1799. package/dist/illustrations-v5/tnt/tnt-Dialog-Success.js +21 -0
  1800. package/dist/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +14 -0
  1801. package/dist/illustrations-v5/tnt/tnt-Dialog-Systems.js +19 -0
  1802. package/dist/illustrations-v5/tnt/tnt-Dialog-Teams.js +79 -0
  1803. package/dist/illustrations-v5/tnt/tnt-Dialog-Tools.js +26 -0
  1804. package/dist/illustrations-v5/tnt/tnt-Dialog-Tutorials.js +18 -0
  1805. package/dist/illustrations-v5/tnt/tnt-Dialog-Unlock.js +45 -0
  1806. package/dist/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.js +14 -0
  1807. package/dist/illustrations-v5/tnt/tnt-Dot-Avatar.js +21 -0
  1808. package/dist/illustrations-v5/tnt/tnt-Dot-Calculator.js +8 -0
  1809. package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea.js +9 -0
  1810. package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +17 -0
  1811. package/dist/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +17 -0
  1812. package/dist/illustrations-v5/tnt/tnt-Dot-ChartBar.js +18 -0
  1813. package/dist/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +21 -0
  1814. package/dist/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +11 -0
  1815. package/dist/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +15 -0
  1816. package/dist/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +12 -0
  1817. package/dist/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +25 -0
  1818. package/dist/illustrations-v5/tnt/tnt-Dot-ChartPie.js +11 -0
  1819. package/dist/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +5 -0
  1820. package/dist/illustrations-v5/tnt/tnt-Dot-Company.js +15 -0
  1821. package/dist/illustrations-v5/tnt/tnt-Dot-Compass.js +18 -0
  1822. package/dist/illustrations-v5/tnt/tnt-Dot-Components.js +22 -0
  1823. package/dist/illustrations-v5/tnt/tnt-Dot-Dialog.js +9 -0
  1824. package/dist/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +10 -0
  1825. package/dist/illustrations-v5/tnt/tnt-Dot-FaceID.js +21 -0
  1826. package/dist/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +13 -0
  1827. package/dist/illustrations-v5/tnt/tnt-Dot-Handshake.js +36 -0
  1828. package/dist/illustrations-v5/tnt/tnt-Dot-Help.js +16 -0
  1829. package/dist/illustrations-v5/tnt/tnt-Dot-Lock.js +26 -0
  1830. package/dist/illustrations-v5/tnt/tnt-Dot-Mission.js +21 -0
  1831. package/dist/illustrations-v5/tnt/tnt-Dot-MissionFailed.js +20 -0
  1832. package/dist/illustrations-v5/tnt/tnt-Dot-NoApplications.js +11 -0
  1833. package/dist/illustrations-v5/tnt/tnt-Dot-NoFlows.js +11 -0
  1834. package/dist/illustrations-v5/tnt/tnt-Dot-NoUsers.js +18 -0
  1835. package/dist/illustrations-v5/tnt/tnt-Dot-Radar.js +28 -0
  1836. package/dist/illustrations-v5/tnt/tnt-Dot-RoadMap.js +11 -0
  1837. package/dist/illustrations-v5/tnt/tnt-Dot-Secrets.js +16 -0
  1838. package/dist/illustrations-v5/tnt/tnt-Dot-Services.js +14 -0
  1839. package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +13 -0
  1840. package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +20 -0
  1841. package/dist/illustrations-v5/tnt/tnt-Dot-Settings.js +8 -0
  1842. package/dist/illustrations-v5/tnt/tnt-Dot-Success.js +15 -0
  1843. package/dist/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +10 -0
  1844. package/dist/illustrations-v5/tnt/tnt-Dot-Systems.js +15 -0
  1845. package/dist/illustrations-v5/tnt/tnt-Dot-Teams.js +32 -0
  1846. package/dist/illustrations-v5/tnt/tnt-Dot-Tools.js +26 -0
  1847. package/dist/illustrations-v5/tnt/tnt-Dot-Tutorials.js +16 -0
  1848. package/dist/illustrations-v5/tnt/tnt-Dot-Unlock.js +28 -0
  1849. package/dist/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.js +10 -0
  1850. package/dist/illustrations-v5/tnt/tnt-Scene-Avatar.js +49 -0
  1851. package/dist/illustrations-v5/tnt/tnt-Scene-Calculator.js +22 -0
  1852. package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea.js +11 -0
  1853. package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +12 -0
  1854. package/dist/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +18 -0
  1855. package/dist/illustrations-v5/tnt/tnt-Scene-ChartBar.js +13 -0
  1856. package/dist/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +18 -0
  1857. package/dist/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +13 -0
  1858. package/dist/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +17 -0
  1859. package/dist/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +13 -0
  1860. package/dist/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +19 -0
  1861. package/dist/illustrations-v5/tnt/tnt-Scene-ChartPie.js +13 -0
  1862. package/dist/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +7 -0
  1863. package/dist/illustrations-v5/tnt/tnt-Scene-Company.js +14 -0
  1864. package/dist/illustrations-v5/tnt/tnt-Scene-Compass.js +19 -0
  1865. package/dist/illustrations-v5/tnt/tnt-Scene-Components.js +19 -0
  1866. package/dist/illustrations-v5/tnt/tnt-Scene-Dialog.js +11 -0
  1867. package/dist/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +15 -0
  1868. package/dist/illustrations-v5/tnt/tnt-Scene-FaceID.js +22 -0
  1869. package/dist/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +32 -0
  1870. package/dist/illustrations-v5/tnt/tnt-Scene-Handshake.js +39 -0
  1871. package/dist/illustrations-v5/tnt/tnt-Scene-Help.js +18 -0
  1872. package/dist/illustrations-v5/tnt/tnt-Scene-Lock.js +44 -0
  1873. package/dist/illustrations-v5/tnt/tnt-Scene-Mission.js +33 -0
  1874. package/dist/illustrations-v5/tnt/tnt-Scene-MissionFailed.js +24 -0
  1875. package/dist/illustrations-v5/tnt/tnt-Scene-NoApplications.js +13 -0
  1876. package/dist/illustrations-v5/tnt/tnt-Scene-NoFlows.js +13 -0
  1877. package/dist/illustrations-v5/tnt/tnt-Scene-NoUsers.js +20 -0
  1878. package/dist/illustrations-v5/tnt/tnt-Scene-Radar.js +30 -0
  1879. package/dist/illustrations-v5/tnt/tnt-Scene-RoadMap.js +32 -0
  1880. package/dist/illustrations-v5/tnt/tnt-Scene-Secrets.js +18 -0
  1881. package/dist/illustrations-v5/tnt/tnt-Scene-Services.js +30 -0
  1882. package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +24 -0
  1883. package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +22 -0
  1884. package/dist/illustrations-v5/tnt/tnt-Scene-Settings.js +19 -0
  1885. package/dist/illustrations-v5/tnt/tnt-Scene-Success.js +21 -0
  1886. package/dist/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +19 -0
  1887. package/dist/illustrations-v5/tnt/tnt-Scene-Systems.js +28 -0
  1888. package/dist/illustrations-v5/tnt/tnt-Scene-Teams.js +85 -0
  1889. package/dist/illustrations-v5/tnt/tnt-Scene-Tools.js +47 -0
  1890. package/dist/illustrations-v5/tnt/tnt-Scene-Tutorials.js +18 -0
  1891. package/dist/illustrations-v5/tnt/tnt-Scene-Unlock.js +45 -0
  1892. package/dist/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.js +19 -0
  1893. package/dist/illustrations-v5/tnt/tnt-Spot-Avatar.js +49 -0
  1894. package/dist/illustrations-v5/tnt/tnt-Spot-Calculator.js +26 -0
  1895. package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea.js +10 -0
  1896. package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +11 -0
  1897. package/dist/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +18 -0
  1898. package/dist/illustrations-v5/tnt/tnt-Spot-ChartBar.js +12 -0
  1899. package/dist/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +13 -0
  1900. package/dist/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +12 -0
  1901. package/dist/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +14 -0
  1902. package/dist/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +12 -0
  1903. package/dist/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +19 -0
  1904. package/dist/illustrations-v5/tnt/tnt-Spot-ChartPie.js +12 -0
  1905. package/dist/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +7 -0
  1906. package/dist/illustrations-v5/tnt/tnt-Spot-Company.js +14 -0
  1907. package/dist/illustrations-v5/tnt/tnt-Spot-Compass.js +19 -0
  1908. package/dist/illustrations-v5/tnt/tnt-Spot-Components.js +19 -0
  1909. package/dist/illustrations-v5/tnt/tnt-Spot-Dialog.js +11 -0
  1910. package/dist/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +14 -0
  1911. package/dist/illustrations-v5/tnt/tnt-Spot-FaceID.js +22 -0
  1912. package/dist/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +32 -0
  1913. package/dist/illustrations-v5/tnt/tnt-Spot-Handshake.js +39 -0
  1914. package/dist/illustrations-v5/tnt/tnt-Spot-Help.js +10 -0
  1915. package/dist/illustrations-v5/tnt/tnt-Spot-Lock.js +44 -0
  1916. package/dist/illustrations-v5/tnt/tnt-Spot-Mission.js +26 -0
  1917. package/dist/illustrations-v5/tnt/tnt-Spot-MissionFailed.js +24 -0
  1918. package/dist/illustrations-v5/tnt/tnt-Spot-NoApplications.js +12 -0
  1919. package/dist/illustrations-v5/tnt/tnt-Spot-NoFlows.js +12 -0
  1920. package/dist/illustrations-v5/tnt/tnt-Spot-NoUsers.js +13 -0
  1921. package/dist/illustrations-v5/tnt/tnt-Spot-Radar.js +28 -0
  1922. package/dist/illustrations-v5/tnt/tnt-Spot-RoadMap.js +32 -0
  1923. package/dist/illustrations-v5/tnt/tnt-Spot-Secrets.js +18 -0
  1924. package/dist/illustrations-v5/tnt/tnt-Spot-Services.js +30 -0
  1925. package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +23 -0
  1926. package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +20 -0
  1927. package/dist/illustrations-v5/tnt/tnt-Spot-Settings.js +15 -0
  1928. package/dist/illustrations-v5/tnt/tnt-Spot-Success.js +21 -0
  1929. package/dist/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +15 -0
  1930. package/dist/illustrations-v5/tnt/tnt-Spot-Systems.js +19 -0
  1931. package/dist/illustrations-v5/tnt/tnt-Spot-Teams.js +79 -0
  1932. package/dist/illustrations-v5/tnt/tnt-Spot-Tools.js +26 -0
  1933. package/dist/illustrations-v5/tnt/tnt-Spot-Tutorials.js +17 -0
  1934. package/dist/illustrations-v5/tnt/tnt-Spot-Unlock.js +45 -0
  1935. package/dist/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.js +15 -0
  1936. package/dist/ssr-zxing-shim.d.ts +2 -0
  1937. package/dist/ssr-zxing-shim.js +3 -0
  1938. package/dist/ssr-zxing-shim.js.map +1 -0
  1939. package/dist/ssr-zxing.d.ts +2 -0
  1940. package/dist/ssr-zxing.js +3 -0
  1941. package/dist/ssr-zxing.js.map +1 -0
  1942. package/dist/types/FCLLayout.d.ts +105 -0
  1943. package/dist/types/FCLLayout.js +107 -0
  1944. package/dist/types/FCLLayout.js.map +1 -0
  1945. package/dist/types/IllustrationMessageDesign.d.ts +69 -0
  1946. package/dist/types/IllustrationMessageDesign.js +71 -0
  1947. package/dist/types/IllustrationMessageDesign.js.map +1 -0
  1948. package/dist/types/IllustrationMessageType.d.ts +636 -0
  1949. package/dist/types/IllustrationMessageType.js +638 -0
  1950. package/dist/types/IllustrationMessageType.js.map +1 -0
  1951. package/dist/types/MediaGalleryItemLayout.d.ts +22 -0
  1952. package/dist/types/MediaGalleryItemLayout.js +24 -0
  1953. package/dist/types/MediaGalleryItemLayout.js.map +1 -0
  1954. package/dist/types/MediaGalleryLayout.d.ts +22 -0
  1955. package/dist/types/MediaGalleryLayout.js +24 -0
  1956. package/dist/types/MediaGalleryLayout.js.map +1 -0
  1957. package/dist/types/MediaGalleryMenuHorizontalAlign.d.ts +17 -0
  1958. package/dist/types/MediaGalleryMenuHorizontalAlign.js +19 -0
  1959. package/dist/types/MediaGalleryMenuHorizontalAlign.js.map +1 -0
  1960. package/dist/types/MediaGalleryMenuVerticalAlign.d.ts +17 -0
  1961. package/dist/types/MediaGalleryMenuVerticalAlign.js +19 -0
  1962. package/dist/types/MediaGalleryMenuVerticalAlign.js.map +1 -0
  1963. package/dist/types/NavigationLayoutMode.d.ts +23 -0
  1964. package/dist/types/NavigationLayoutMode.js +25 -0
  1965. package/dist/types/NavigationLayoutMode.js.map +1 -0
  1966. package/dist/types/NotificationListItemImportance.d.ts +16 -0
  1967. package/dist/types/NotificationListItemImportance.js +18 -0
  1968. package/dist/types/NotificationListItemImportance.js.map +1 -0
  1969. package/dist/types/PageBackgroundDesign.d.ts +22 -0
  1970. package/dist/types/PageBackgroundDesign.js +24 -0
  1971. package/dist/types/PageBackgroundDesign.js.map +1 -0
  1972. package/dist/types/SearchMode.d.ts +17 -0
  1973. package/dist/types/SearchMode.js +19 -0
  1974. package/dist/types/SearchMode.js.map +1 -0
  1975. package/dist/types/SideContentFallDown.d.ts +27 -0
  1976. package/dist/types/SideContentFallDown.js +29 -0
  1977. package/dist/types/SideContentFallDown.js.map +1 -0
  1978. package/dist/types/SideContentPosition.d.ts +19 -0
  1979. package/dist/types/SideContentPosition.js +21 -0
  1980. package/dist/types/SideContentPosition.js.map +1 -0
  1981. package/dist/types/SideContentVisibility.d.ts +32 -0
  1982. package/dist/types/SideContentVisibility.js +34 -0
  1983. package/dist/types/SideContentVisibility.js.map +1 -0
  1984. package/dist/types/SideNavigationItemDesign.d.ts +24 -0
  1985. package/dist/types/SideNavigationItemDesign.js +26 -0
  1986. package/dist/types/SideNavigationItemDesign.js.map +1 -0
  1987. package/dist/types/TimelineGrowingMode.d.ts +24 -0
  1988. package/dist/types/TimelineGrowingMode.js +26 -0
  1989. package/dist/types/TimelineGrowingMode.js.map +1 -0
  1990. package/dist/types/TimelineLayout.d.ts +18 -0
  1991. package/dist/types/TimelineLayout.js +20 -0
  1992. package/dist/types/TimelineLayout.js.map +1 -0
  1993. package/dist/types/UploadCollectionDnDMode.d.ts +22 -0
  1994. package/dist/types/UploadCollectionDnDMode.js +24 -0
  1995. package/dist/types/UploadCollectionDnDMode.js.map +1 -0
  1996. package/dist/types/UploadCollectionSelectionMode.d.ts +39 -0
  1997. package/dist/types/UploadCollectionSelectionMode.js +41 -0
  1998. package/dist/types/UploadCollectionSelectionMode.js.map +1 -0
  1999. package/dist/types/UploadState.d.ts +27 -0
  2000. package/dist/types/UploadState.js +29 -0
  2001. package/dist/types/UploadState.js.map +1 -0
  2002. package/dist/types/ViewSettingsDialogMode.d.ts +25 -0
  2003. package/dist/types/ViewSettingsDialogMode.js +27 -0
  2004. package/dist/types/ViewSettingsDialogMode.js.map +1 -0
  2005. package/dist/types/WizardContentLayout.d.ts +17 -0
  2006. package/dist/types/WizardContentLayout.js +19 -0
  2007. package/dist/types/WizardContentLayout.js.map +1 -0
  2008. package/dist/upload-utils/UploadCollectionBodyDnD.d.ts +15 -0
  2009. package/dist/upload-utils/UploadCollectionBodyDnD.js +60 -0
  2010. package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
  2011. package/dist/vscode.html-custom-data.json +1626 -0
  2012. package/dist/web-types.json +4122 -0
  2013. package/global.d.ts +12 -0
  2014. package/jsconfig.json +12 -0
  2015. package/package-scripts.cjs +84 -0
  2016. package/package.json +71 -0
  2017. package/src/BarcodeScannerDialogTemplate.tsx +38 -0
  2018. package/src/DynamicPageHeaderActionsTemplate.tsx +33 -0
  2019. package/src/DynamicPageHeaderTemplate.tsx +9 -0
  2020. package/src/DynamicPageTemplate.tsx +72 -0
  2021. package/src/DynamicPageTitleTemplate.tsx +77 -0
  2022. package/src/DynamicSideContentTemplate.tsx +48 -0
  2023. package/src/FlexibleColumnLayoutTemplate.tsx +134 -0
  2024. package/src/IllustratedMessageTemplate.tsx +92 -0
  2025. package/src/MediaGalleryItemTemplate.tsx +22 -0
  2026. package/src/MediaGalleryTemplate.tsx +50 -0
  2027. package/src/NavigationLayoutTemplate.tsx +19 -0
  2028. package/src/NavigationMenuItemTemplate.tsx +64 -0
  2029. package/src/NavigationMenuTemplate.tsx +51 -0
  2030. package/src/NotificationListGroupItemTemplate.tsx +66 -0
  2031. package/src/NotificationListItemTemplate.tsx +154 -0
  2032. package/src/NotificationListTemplate.tsx +17 -0
  2033. package/src/PageTemplate.tsx +30 -0
  2034. package/src/ProductSwitchItemTemplate.tsx +66 -0
  2035. package/src/ProductSwitchTemplate.tsx +16 -0
  2036. package/src/SearchFieldTemplate.tsx +106 -0
  2037. package/src/SearchItemShowMoreTemplate.tsx +19 -0
  2038. package/src/SearchItemTemplate.tsx +67 -0
  2039. package/src/SearchMessageAreaTemplate.tsx +15 -0
  2040. package/src/SearchPopoverTemplate.tsx +80 -0
  2041. package/src/SearchTemplate.tsx +12 -0
  2042. package/src/ShellBarBrandingTemplate.tsx +27 -0
  2043. package/src/ShellBarPopoverTemplate.tsx +50 -0
  2044. package/src/ShellBarSearchPopoverTemplate.tsx +24 -0
  2045. package/src/ShellBarSearchTemplate.tsx +12 -0
  2046. package/src/ShellBarTemplate.tsx +337 -0
  2047. package/src/SideNavigationGroupTemplate.tsx +58 -0
  2048. package/src/SideNavigationItemTemplate.tsx +86 -0
  2049. package/src/SideNavigationPopoverTemplate.tsx +103 -0
  2050. package/src/SideNavigationSubItemTemplate.tsx +39 -0
  2051. package/src/SideNavigationTemplate.tsx +75 -0
  2052. package/src/TimelineGroupItemTemplate.tsx +48 -0
  2053. package/src/TimelineItemTemplate.tsx +77 -0
  2054. package/src/TimelineTemplate.tsx +79 -0
  2055. package/src/UploadCollectionItemTemplate.tsx +146 -0
  2056. package/src/UploadCollectionTemplate.tsx +63 -0
  2057. package/src/UserMenuItemGroupTemplate.tsx +6 -0
  2058. package/src/UserMenuItemTemplate.tsx +6 -0
  2059. package/src/UserMenuTemplate.tsx +193 -0
  2060. package/src/UserSettingsAccountViewTemplate.tsx +46 -0
  2061. package/src/UserSettingsAppearanceViewItemTemplate.tsx +25 -0
  2062. package/src/UserSettingsAppearanceViewTemplate.tsx +15 -0
  2063. package/src/UserSettingsDialogTemplate.tsx +80 -0
  2064. package/src/UserSettingsItemTemplate.tsx +52 -0
  2065. package/src/UserSettingsViewTemplate.tsx +11 -0
  2066. package/src/ViewSettingsDialogTemplate.tsx +230 -0
  2067. package/src/WizardPopoverTemplate.tsx +42 -0
  2068. package/src/WizardTabTemplate.tsx +39 -0
  2069. package/src/WizardTemplate.tsx +75 -0
  2070. package/src/i18n/messagebundle.properties +612 -0
  2071. package/src/i18n/messagebundle_ar.properties +407 -0
  2072. package/src/i18n/messagebundle_bg.properties +407 -0
  2073. package/src/i18n/messagebundle_ca.properties +407 -0
  2074. package/src/i18n/messagebundle_cnr.properties +407 -0
  2075. package/src/i18n/messagebundle_cs.properties +407 -0
  2076. package/src/i18n/messagebundle_cy.properties +407 -0
  2077. package/src/i18n/messagebundle_da.properties +407 -0
  2078. package/src/i18n/messagebundle_de.properties +407 -0
  2079. package/src/i18n/messagebundle_el.properties +407 -0
  2080. package/src/i18n/messagebundle_en.properties +407 -0
  2081. package/src/i18n/messagebundle_en_GB.properties +407 -0
  2082. package/src/i18n/messagebundle_en_US_sappsd.properties +407 -0
  2083. package/src/i18n/messagebundle_en_US_saprigi.properties +407 -0
  2084. package/src/i18n/messagebundle_en_US_saptrc.properties +407 -0
  2085. package/src/i18n/messagebundle_es.properties +407 -0
  2086. package/src/i18n/messagebundle_es_MX.properties +407 -0
  2087. package/src/i18n/messagebundle_et.properties +407 -0
  2088. package/src/i18n/messagebundle_fi.properties +407 -0
  2089. package/src/i18n/messagebundle_fr.properties +407 -0
  2090. package/src/i18n/messagebundle_fr_CA.properties +407 -0
  2091. package/src/i18n/messagebundle_hi.properties +407 -0
  2092. package/src/i18n/messagebundle_hr.properties +407 -0
  2093. package/src/i18n/messagebundle_hu.properties +407 -0
  2094. package/src/i18n/messagebundle_id.properties +407 -0
  2095. package/src/i18n/messagebundle_it.properties +407 -0
  2096. package/src/i18n/messagebundle_iw.properties +407 -0
  2097. package/src/i18n/messagebundle_ja.properties +407 -0
  2098. package/src/i18n/messagebundle_kk.properties +407 -0
  2099. package/src/i18n/messagebundle_ko.properties +407 -0
  2100. package/src/i18n/messagebundle_lt.properties +407 -0
  2101. package/src/i18n/messagebundle_lv.properties +407 -0
  2102. package/src/i18n/messagebundle_mk.properties +407 -0
  2103. package/src/i18n/messagebundle_ms.properties +407 -0
  2104. package/src/i18n/messagebundle_nl.properties +407 -0
  2105. package/src/i18n/messagebundle_no.properties +407 -0
  2106. package/src/i18n/messagebundle_pl.properties +407 -0
  2107. package/src/i18n/messagebundle_pt.properties +407 -0
  2108. package/src/i18n/messagebundle_pt_PT.properties +407 -0
  2109. package/src/i18n/messagebundle_ro.properties +407 -0
  2110. package/src/i18n/messagebundle_ru.properties +407 -0
  2111. package/src/i18n/messagebundle_sh.properties +407 -0
  2112. package/src/i18n/messagebundle_sk.properties +407 -0
  2113. package/src/i18n/messagebundle_sl.properties +407 -0
  2114. package/src/i18n/messagebundle_sr.properties +407 -0
  2115. package/src/i18n/messagebundle_sv.properties +407 -0
  2116. package/src/i18n/messagebundle_th.properties +407 -0
  2117. package/src/i18n/messagebundle_tr.properties +407 -0
  2118. package/src/i18n/messagebundle_uk.properties +407 -0
  2119. package/src/i18n/messagebundle_vi.properties +407 -0
  2120. package/src/i18n/messagebundle_zh_CN.properties +407 -0
  2121. package/src/i18n/messagebundle_zh_TW.properties +407 -0
  2122. package/src/illustrations/sapIllus-Dialog-Achievement.svg +28 -0
  2123. package/src/illustrations/sapIllus-Dialog-AddColumn.svg +37 -0
  2124. package/src/illustrations/sapIllus-Dialog-AddDimensions.svg +17 -0
  2125. package/src/illustrations/sapIllus-Dialog-AddPeople.svg +31 -0
  2126. package/src/illustrations/sapIllus-Dialog-AddPeopleToCalendar.svg +51 -0
  2127. package/src/illustrations/sapIllus-Dialog-AddingColumns.svg +37 -0
  2128. package/src/illustrations/sapIllus-Dialog-BalloonSky.svg +45 -0
  2129. package/src/illustrations/sapIllus-Dialog-BeforeSearch.svg +41 -0
  2130. package/src/illustrations/sapIllus-Dialog-Connection.svg +18 -0
  2131. package/src/illustrations/sapIllus-Dialog-DragFilesToUpload.svg +20 -0
  2132. package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +77 -0
  2133. package/src/illustrations/sapIllus-Dialog-EmptyList.svg +36 -0
  2134. package/src/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.svg +19 -0
  2135. package/src/illustrations/sapIllus-Dialog-ErrorScreen.svg +34 -0
  2136. package/src/illustrations/sapIllus-Dialog-FilterTable.svg +65 -0
  2137. package/src/illustrations/sapIllus-Dialog-FilteringColumns.svg +39 -0
  2138. package/src/illustrations/sapIllus-Dialog-GroupTable.svg +67 -0
  2139. package/src/illustrations/sapIllus-Dialog-GroupingColumns.svg +35 -0
  2140. package/src/illustrations/sapIllus-Dialog-KeyTask.svg +119 -0
  2141. package/src/illustrations/sapIllus-Dialog-NewMail.svg +38 -0
  2142. package/src/illustrations/sapIllus-Dialog-NoActivities.svg +34 -0
  2143. package/src/illustrations/sapIllus-Dialog-NoChartData.svg +45 -0
  2144. package/src/illustrations/sapIllus-Dialog-NoColumnsSet.svg +29 -0
  2145. package/src/illustrations/sapIllus-Dialog-NoData.svg +12 -0
  2146. package/src/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
  2147. package/src/illustrations/sapIllus-Dialog-NoEntries.svg +42 -0
  2148. package/src/illustrations/sapIllus-Dialog-NoFilterResults.svg +20 -0
  2149. package/src/illustrations/sapIllus-Dialog-NoMail.svg +16 -0
  2150. package/src/illustrations/sapIllus-Dialog-NoMail_v1.svg +22 -0
  2151. package/src/illustrations/sapIllus-Dialog-NoNotifications.svg +28 -0
  2152. package/src/illustrations/sapIllus-Dialog-NoSavedItems.svg +54 -0
  2153. package/src/illustrations/sapIllus-Dialog-NoSavedItems_v1.svg +36 -0
  2154. package/src/illustrations/sapIllus-Dialog-NoSearchResults.svg +73 -0
  2155. package/src/illustrations/sapIllus-Dialog-NoTasks.svg +60 -0
  2156. package/src/illustrations/sapIllus-Dialog-NoTasks_v1.svg +62 -0
  2157. package/src/illustrations/sapIllus-Dialog-PageNotFound.svg +13 -0
  2158. package/src/illustrations/sapIllus-Dialog-ReceiveAppreciation.svg +25 -0
  2159. package/src/illustrations/sapIllus-Dialog-ReloadScreen.svg +48 -0
  2160. package/src/illustrations/sapIllus-Dialog-ResizeColumn.svg +41 -0
  2161. package/src/illustrations/sapIllus-Dialog-ResizingColumns.svg +55 -0
  2162. package/src/illustrations/sapIllus-Dialog-SearchEarth.svg +18 -0
  2163. package/src/illustrations/sapIllus-Dialog-SearchFolder.svg +37 -0
  2164. package/src/illustrations/sapIllus-Dialog-SignOut.svg +21 -0
  2165. package/src/illustrations/sapIllus-Dialog-SimpleBalloon.svg +17 -0
  2166. package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +13 -0
  2167. package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +48 -0
  2168. package/src/illustrations/sapIllus-Dialog-SimpleCheckMark.svg +6 -0
  2169. package/src/illustrations/sapIllus-Dialog-SimpleConnection.svg +18 -0
  2170. package/src/illustrations/sapIllus-Dialog-SimpleEmptyDoc.svg +17 -0
  2171. package/src/illustrations/sapIllus-Dialog-SimpleEmptyList.svg +10 -0
  2172. package/src/illustrations/sapIllus-Dialog-SimpleError.svg +10 -0
  2173. package/src/illustrations/sapIllus-Dialog-SimpleMagnifier.svg +10 -0
  2174. package/src/illustrations/sapIllus-Dialog-SimpleMail.svg +13 -0
  2175. package/src/illustrations/sapIllus-Dialog-SimpleNoSavedItems.svg +17 -0
  2176. package/src/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.svg +21 -0
  2177. package/src/illustrations/sapIllus-Dialog-SimpleReload.svg +11 -0
  2178. package/src/illustrations/sapIllus-Dialog-SimpleTask.svg +23 -0
  2179. package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +30 -0
  2180. package/src/illustrations/sapIllus-Dialog-SortColumn.svg +39 -0
  2181. package/src/illustrations/sapIllus-Dialog-SortingColumns.svg +50 -0
  2182. package/src/illustrations/sapIllus-Dialog-SuccessBalloon.svg +16 -0
  2183. package/src/illustrations/sapIllus-Dialog-SuccessCheckMark.svg +8 -0
  2184. package/src/illustrations/sapIllus-Dialog-SuccessHighFive.svg +24 -0
  2185. package/src/illustrations/sapIllus-Dialog-SuccessScreen.svg +47 -0
  2186. package/src/illustrations/sapIllus-Dialog-Survey.svg +22 -0
  2187. package/src/illustrations/sapIllus-Dialog-Tent.svg +31 -0
  2188. package/src/illustrations/sapIllus-Dialog-UnableToLoad.svg +119 -0
  2189. package/src/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +28 -0
  2190. package/src/illustrations/sapIllus-Dialog-UnableToUpload.svg +26 -0
  2191. package/src/illustrations/sapIllus-Dialog-UploadCollection.svg +30 -0
  2192. package/src/illustrations/sapIllus-Dialog-UploadToCloud.svg +21 -0
  2193. package/src/illustrations/sapIllus-Dialog-UserHasSignedUp.svg +34 -0
  2194. package/src/illustrations/sapIllus-Dot-Achievement.svg +18 -0
  2195. package/src/illustrations/sapIllus-Dot-AddColumn.svg +26 -0
  2196. package/src/illustrations/sapIllus-Dot-AddDimensions.svg +9 -0
  2197. package/src/illustrations/sapIllus-Dot-AddPeople.svg +8 -0
  2198. package/src/illustrations/sapIllus-Dot-AddPeopleToCalendar.svg +14 -0
  2199. package/src/illustrations/sapIllus-Dot-AddingColumns.svg +13 -0
  2200. package/src/illustrations/sapIllus-Dot-BalloonSky.svg +6 -0
  2201. package/src/illustrations/sapIllus-Dot-BeforeSearch.svg +40 -0
  2202. package/src/illustrations/sapIllus-Dot-Connection.svg +9 -0
  2203. package/src/illustrations/sapIllus-Dot-DragFilesToUpload.svg +8 -0
  2204. package/src/illustrations/sapIllus-Dot-EmptyCalendar.svg +36 -0
  2205. package/src/illustrations/sapIllus-Dot-EmptyList.svg +6 -0
  2206. package/src/illustrations/sapIllus-Dot-EmptyPlanningCalendar.svg +18 -0
  2207. package/src/illustrations/sapIllus-Dot-ErrorScreen.svg +8 -0
  2208. package/src/illustrations/sapIllus-Dot-FilterTable.svg +7 -0
  2209. package/src/illustrations/sapIllus-Dot-FilteringColumns.svg +22 -0
  2210. package/src/illustrations/sapIllus-Dot-GroupTable.svg +35 -0
  2211. package/src/illustrations/sapIllus-Dot-GroupingColumns.svg +23 -0
  2212. package/src/illustrations/sapIllus-Dot-KeyTask.svg +118 -0
  2213. package/src/illustrations/sapIllus-Dot-NewMail.svg +11 -0
  2214. package/src/illustrations/sapIllus-Dot-NoActivities.svg +11 -0
  2215. package/src/illustrations/sapIllus-Dot-NoChartData.svg +35 -0
  2216. package/src/illustrations/sapIllus-Dot-NoColumnsSet.svg +26 -0
  2217. package/src/illustrations/sapIllus-Dot-NoData.svg +11 -0
  2218. package/src/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
  2219. package/src/illustrations/sapIllus-Dot-NoEntries.svg +25 -0
  2220. package/src/illustrations/sapIllus-Dot-NoFilterResults.svg +14 -0
  2221. package/src/illustrations/sapIllus-Dot-NoMail.svg +14 -0
  2222. package/src/illustrations/sapIllus-Dot-NoMail_v1.svg +9 -0
  2223. package/src/illustrations/sapIllus-Dot-NoNotifications.svg +23 -0
  2224. package/src/illustrations/sapIllus-Dot-NoSavedItems.svg +55 -0
  2225. package/src/illustrations/sapIllus-Dot-NoSavedItems_v1.svg +12 -0
  2226. package/src/illustrations/sapIllus-Dot-NoSearchResults.svg +35 -0
  2227. package/src/illustrations/sapIllus-Dot-NoTasks.svg +22 -0
  2228. package/src/illustrations/sapIllus-Dot-NoTasks_v1.svg +12 -0
  2229. package/src/illustrations/sapIllus-Dot-PageNotFound.svg +14 -0
  2230. package/src/illustrations/sapIllus-Dot-ReceiveAppreciation.svg +19 -0
  2231. package/src/illustrations/sapIllus-Dot-ReloadScreen.svg +8 -0
  2232. package/src/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -0
  2233. package/src/illustrations/sapIllus-Dot-ResizingColumns.svg +19 -0
  2234. package/src/illustrations/sapIllus-Dot-SearchEarth.svg +6 -0
  2235. package/src/illustrations/sapIllus-Dot-SearchFolder.svg +10 -0
  2236. package/src/illustrations/sapIllus-Dot-SignOut.svg +11 -0
  2237. package/src/illustrations/sapIllus-Dot-SimpleBalloon.svg +6 -0
  2238. package/src/illustrations/sapIllus-Dot-SimpleBell.svg +7 -0
  2239. package/src/illustrations/sapIllus-Dot-SimpleCalendar.svg +36 -0
  2240. package/src/illustrations/sapIllus-Dot-SimpleCheckMark.svg +4 -0
  2241. package/src/illustrations/sapIllus-Dot-SimpleConnection.svg +9 -0
  2242. package/src/illustrations/sapIllus-Dot-SimpleEmptyDoc.svg +7 -0
  2243. package/src/illustrations/sapIllus-Dot-SimpleEmptyList.svg +6 -0
  2244. package/src/illustrations/sapIllus-Dot-SimpleError.svg +8 -0
  2245. package/src/illustrations/sapIllus-Dot-SimpleMagnifier.svg +6 -0
  2246. package/src/illustrations/sapIllus-Dot-SimpleMail.svg +9 -0
  2247. package/src/illustrations/sapIllus-Dot-SimpleNoSavedItems.svg +12 -0
  2248. package/src/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.svg +10 -0
  2249. package/src/illustrations/sapIllus-Dot-SimpleReload.svg +8 -0
  2250. package/src/illustrations/sapIllus-Dot-SimpleTask.svg +12 -0
  2251. package/src/illustrations/sapIllus-Dot-SleepingBell.svg +7 -0
  2252. package/src/illustrations/sapIllus-Dot-SortColumn.svg +28 -0
  2253. package/src/illustrations/sapIllus-Dot-SortingColumns.svg +15 -0
  2254. package/src/illustrations/sapIllus-Dot-SuccessHighFive.svg +6 -0
  2255. package/src/illustrations/sapIllus-Dot-SuccessScreen.svg +4 -0
  2256. package/src/illustrations/sapIllus-Dot-Survey.svg +7 -0
  2257. package/src/illustrations/sapIllus-Dot-Tent.svg +7 -0
  2258. package/src/illustrations/sapIllus-Dot-UnableToLoad.svg +118 -0
  2259. package/src/illustrations/sapIllus-Dot-UnableToLoadImage.svg +24 -0
  2260. package/src/illustrations/sapIllus-Dot-UnableToUpload.svg +10 -0
  2261. package/src/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
  2262. package/src/illustrations/sapIllus-Dot-UploadToCloud.svg +9 -0
  2263. package/src/illustrations/sapIllus-Dot-UserHasSignedUp.svg +8 -0
  2264. package/src/illustrations/sapIllus-Patterns.svg +20 -0
  2265. package/src/illustrations/sapIllus-Scene-Achievement.svg +28 -0
  2266. package/src/illustrations/sapIllus-Scene-AddColumn.svg +48 -0
  2267. package/src/illustrations/sapIllus-Scene-AddDimensions.svg +17 -0
  2268. package/src/illustrations/sapIllus-Scene-AddPeople.svg +30 -0
  2269. package/src/illustrations/sapIllus-Scene-AddPeopleToCalendar.svg +46 -0
  2270. package/src/illustrations/sapIllus-Scene-AddingColumns.svg +37 -0
  2271. package/src/illustrations/sapIllus-Scene-BalloonSky.svg +53 -0
  2272. package/src/illustrations/sapIllus-Scene-BeforeSearch.svg +41 -0
  2273. package/src/illustrations/sapIllus-Scene-Connection.svg +31 -0
  2274. package/src/illustrations/sapIllus-Scene-DragFilesToUpload.svg +20 -0
  2275. package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +90 -0
  2276. package/src/illustrations/sapIllus-Scene-EmptyList.svg +43 -0
  2277. package/src/illustrations/sapIllus-Scene-EmptyPlanningCalendar.svg +19 -0
  2278. package/src/illustrations/sapIllus-Scene-ErrorScreen.svg +78 -0
  2279. package/src/illustrations/sapIllus-Scene-FilterTable.svg +62 -0
  2280. package/src/illustrations/sapIllus-Scene-FilteringColumns.svg +39 -0
  2281. package/src/illustrations/sapIllus-Scene-GroupTable.svg +76 -0
  2282. package/src/illustrations/sapIllus-Scene-GroupingColumns.svg +40 -0
  2283. package/src/illustrations/sapIllus-Scene-KeyTask.svg +119 -0
  2284. package/src/illustrations/sapIllus-Scene-NewMail.svg +38 -0
  2285. package/src/illustrations/sapIllus-Scene-NoActivities.svg +34 -0
  2286. package/src/illustrations/sapIllus-Scene-NoChartData.svg +45 -0
  2287. package/src/illustrations/sapIllus-Scene-NoColumnsSet.svg +26 -0
  2288. package/src/illustrations/sapIllus-Scene-NoData.svg +12 -0
  2289. package/src/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
  2290. package/src/illustrations/sapIllus-Scene-NoEntries.svg +42 -0
  2291. package/src/illustrations/sapIllus-Scene-NoFilterResults.svg +16 -0
  2292. package/src/illustrations/sapIllus-Scene-NoMail.svg +16 -0
  2293. package/src/illustrations/sapIllus-Scene-NoMail_v1.svg +55 -0
  2294. package/src/illustrations/sapIllus-Scene-NoNotifications.svg +28 -0
  2295. package/src/illustrations/sapIllus-Scene-NoSavedItems.svg +54 -0
  2296. package/src/illustrations/sapIllus-Scene-NoSavedItems_v1.svg +39 -0
  2297. package/src/illustrations/sapIllus-Scene-NoSearchResults.svg +73 -0
  2298. package/src/illustrations/sapIllus-Scene-NoTasks.svg +60 -0
  2299. package/src/illustrations/sapIllus-Scene-NoTasks_v1.svg +86 -0
  2300. package/src/illustrations/sapIllus-Scene-PageNotFound.svg +13 -0
  2301. package/src/illustrations/sapIllus-Scene-ReceiveAppreciation.svg +25 -0
  2302. package/src/illustrations/sapIllus-Scene-ReloadScreen.svg +62 -0
  2303. package/src/illustrations/sapIllus-Scene-ResizeColumn.svg +52 -0
  2304. package/src/illustrations/sapIllus-Scene-ResizingColumns.svg +57 -0
  2305. package/src/illustrations/sapIllus-Scene-SearchEarth.svg +30 -0
  2306. package/src/illustrations/sapIllus-Scene-SearchFolder.svg +44 -0
  2307. package/src/illustrations/sapIllus-Scene-SignOut.svg +21 -0
  2308. package/src/illustrations/sapIllus-Scene-SimpleBalloon.svg +20 -0
  2309. package/src/illustrations/sapIllus-Scene-SimpleBell.svg +16 -0
  2310. package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +44 -0
  2311. package/src/illustrations/sapIllus-Scene-SimpleCheckMark.svg +9 -0
  2312. package/src/illustrations/sapIllus-Scene-SimpleConnection.svg +22 -0
  2313. package/src/illustrations/sapIllus-Scene-SimpleEmptyDoc.svg +20 -0
  2314. package/src/illustrations/sapIllus-Scene-SimpleEmptyList.svg +13 -0
  2315. package/src/illustrations/sapIllus-Scene-SimpleError.svg +13 -0
  2316. package/src/illustrations/sapIllus-Scene-SimpleMagnifier.svg +13 -0
  2317. package/src/illustrations/sapIllus-Scene-SimpleMail.svg +16 -0
  2318. package/src/illustrations/sapIllus-Scene-SimpleNoSavedItems.svg +27 -0
  2319. package/src/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.svg +24 -0
  2320. package/src/illustrations/sapIllus-Scene-SimpleReload.svg +14 -0
  2321. package/src/illustrations/sapIllus-Scene-SimpleTask.svg +19 -0
  2322. package/src/illustrations/sapIllus-Scene-SleepingBell.svg +50 -0
  2323. package/src/illustrations/sapIllus-Scene-SortColumn.svg +50 -0
  2324. package/src/illustrations/sapIllus-Scene-SortingColumns.svg +50 -0
  2325. package/src/illustrations/sapIllus-Scene-SuccessBalloon.svg +33 -0
  2326. package/src/illustrations/sapIllus-Scene-SuccessCheckMark.svg +43 -0
  2327. package/src/illustrations/sapIllus-Scene-SuccessHighFive.svg +25 -0
  2328. package/src/illustrations/sapIllus-Scene-SuccessScreen.svg +61 -0
  2329. package/src/illustrations/sapIllus-Scene-Survey.svg +21 -0
  2330. package/src/illustrations/sapIllus-Scene-Tent.svg +59 -0
  2331. package/src/illustrations/sapIllus-Scene-UnableToLoad.svg +119 -0
  2332. package/src/illustrations/sapIllus-Scene-UnableToLoadImage.svg +28 -0
  2333. package/src/illustrations/sapIllus-Scene-UnableToUpload.svg +26 -0
  2334. package/src/illustrations/sapIllus-Scene-UploadCollection.svg +29 -0
  2335. package/src/illustrations/sapIllus-Scene-UploadToCloud.svg +22 -0
  2336. package/src/illustrations/sapIllus-Scene-UserHasSignedUp.svg +29 -0
  2337. package/src/illustrations/sapIllus-Spot-Achievement.svg +27 -0
  2338. package/src/illustrations/sapIllus-Spot-AddColumn.svg +37 -0
  2339. package/src/illustrations/sapIllus-Spot-AddDimensions.svg +16 -0
  2340. package/src/illustrations/sapIllus-Spot-AddPeople.svg +31 -0
  2341. package/src/illustrations/sapIllus-Spot-AddPeopleToCalendar.svg +42 -0
  2342. package/src/illustrations/sapIllus-Spot-AddingColumns.svg +37 -0
  2343. package/src/illustrations/sapIllus-Spot-BalloonSky.svg +43 -0
  2344. package/src/illustrations/sapIllus-Spot-BeforeSearch.svg +41 -0
  2345. package/src/illustrations/sapIllus-Spot-Connection.svg +22 -0
  2346. package/src/illustrations/sapIllus-Spot-DragFilesToUpload.svg +18 -0
  2347. package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +46 -0
  2348. package/src/illustrations/sapIllus-Spot-EmptyList.svg +29 -0
  2349. package/src/illustrations/sapIllus-Spot-EmptyPlanningCalendar.svg +19 -0
  2350. package/src/illustrations/sapIllus-Spot-ErrorScreen.svg +32 -0
  2351. package/src/illustrations/sapIllus-Spot-FilterTable.svg +60 -0
  2352. package/src/illustrations/sapIllus-Spot-FilteringColumns.svg +33 -0
  2353. package/src/illustrations/sapIllus-Spot-GroupTable.svg +86 -0
  2354. package/src/illustrations/sapIllus-Spot-GroupingColumns.svg +35 -0
  2355. package/src/illustrations/sapIllus-Spot-KeyTask.svg +119 -0
  2356. package/src/illustrations/sapIllus-Spot-NewMail.svg +34 -0
  2357. package/src/illustrations/sapIllus-Spot-NoActivities.svg +34 -0
  2358. package/src/illustrations/sapIllus-Spot-NoChartData.svg +42 -0
  2359. package/src/illustrations/sapIllus-Spot-NoColumnsSet.svg +29 -0
  2360. package/src/illustrations/sapIllus-Spot-NoData.svg +12 -0
  2361. package/src/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
  2362. package/src/illustrations/sapIllus-Spot-NoEntries.svg +42 -0
  2363. package/src/illustrations/sapIllus-Spot-NoFilterResults.svg +16 -0
  2364. package/src/illustrations/sapIllus-Spot-NoMail.svg +15 -0
  2365. package/src/illustrations/sapIllus-Spot-NoMail_v1.svg +16 -0
  2366. package/src/illustrations/sapIllus-Spot-NoNotifications.svg +25 -0
  2367. package/src/illustrations/sapIllus-Spot-NoSavedItems.svg +51 -0
  2368. package/src/illustrations/sapIllus-Spot-NoSavedItems_v1.svg +33 -0
  2369. package/src/illustrations/sapIllus-Spot-NoSearchResults.svg +73 -0
  2370. package/src/illustrations/sapIllus-Spot-NoTasks.svg +32 -0
  2371. package/src/illustrations/sapIllus-Spot-NoTasks_v1.svg +22 -0
  2372. package/src/illustrations/sapIllus-Spot-PageNotFound.svg +10 -0
  2373. package/src/illustrations/sapIllus-Spot-ReceiveAppreciation.svg +20 -0
  2374. package/src/illustrations/sapIllus-Spot-ReloadScreen.svg +36 -0
  2375. package/src/illustrations/sapIllus-Spot-ResizeColumn.svg +49 -0
  2376. package/src/illustrations/sapIllus-Spot-ResizingColumns.svg +37 -0
  2377. package/src/illustrations/sapIllus-Spot-SearchEarth.svg +55 -0
  2378. package/src/illustrations/sapIllus-Spot-SearchFolder.svg +37 -0
  2379. package/src/illustrations/sapIllus-Spot-SignOut.svg +21 -0
  2380. package/src/illustrations/sapIllus-Spot-SimpleBalloon.svg +7 -0
  2381. package/src/illustrations/sapIllus-Spot-SimpleBell.svg +12 -0
  2382. package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +44 -0
  2383. package/src/illustrations/sapIllus-Spot-SimpleCheckMark.svg +5 -0
  2384. package/src/illustrations/sapIllus-Spot-SimpleConnection.svg +10 -0
  2385. package/src/illustrations/sapIllus-Spot-SimpleEmptyDoc.svg +6 -0
  2386. package/src/illustrations/sapIllus-Spot-SimpleEmptyList.svg +6 -0
  2387. package/src/illustrations/sapIllus-Spot-SimpleError.svg +9 -0
  2388. package/src/illustrations/sapIllus-Spot-SimpleMagnifier.svg +9 -0
  2389. package/src/illustrations/sapIllus-Spot-SimpleMail.svg +12 -0
  2390. package/src/illustrations/sapIllus-Spot-SimpleNoSavedItems.svg +23 -0
  2391. package/src/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.svg +10 -0
  2392. package/src/illustrations/sapIllus-Spot-SimpleReload.svg +7 -0
  2393. package/src/illustrations/sapIllus-Spot-SimpleTask.svg +22 -0
  2394. package/src/illustrations/sapIllus-Spot-SleepingBell.svg +38 -0
  2395. package/src/illustrations/sapIllus-Spot-SortColumn.svg +39 -0
  2396. package/src/illustrations/sapIllus-Spot-SortingColumns.svg +49 -0
  2397. package/src/illustrations/sapIllus-Spot-SuccessBalloon.svg +19 -0
  2398. package/src/illustrations/sapIllus-Spot-SuccessCheckMark.svg +7 -0
  2399. package/src/illustrations/sapIllus-Spot-SuccessHighFive.svg +24 -0
  2400. package/src/illustrations/sapIllus-Spot-SuccessScreen.svg +35 -0
  2401. package/src/illustrations/sapIllus-Spot-Survey.svg +32 -0
  2402. package/src/illustrations/sapIllus-Spot-Tent.svg +29 -0
  2403. package/src/illustrations/sapIllus-Spot-UnableToLoad.svg +119 -0
  2404. package/src/illustrations/sapIllus-Spot-UnableToLoadImage.svg +28 -0
  2405. package/src/illustrations/sapIllus-Spot-UnableToUpload.svg +28 -0
  2406. package/src/illustrations/sapIllus-Spot-UploadCollection.svg +33 -0
  2407. package/src/illustrations/sapIllus-Spot-UploadToCloud.svg +21 -0
  2408. package/src/illustrations/sapIllus-Spot-UserHasSignedUp.svg +34 -0
  2409. package/src/illustrations/tnt/tnt-Dialog-Avatar.svg +124 -0
  2410. package/src/illustrations/tnt/tnt-Dialog-Calculator.svg +80 -0
  2411. package/src/illustrations/tnt/tnt-Dialog-ChartArea.svg +14 -0
  2412. package/src/illustrations/tnt/tnt-Dialog-ChartArea2.svg +12 -0
  2413. package/src/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.svg +13 -0
  2414. package/src/illustrations/tnt/tnt-Dialog-ChartBar.svg +12 -0
  2415. package/src/illustrations/tnt/tnt-Dialog-ChartBullet.svg +14 -0
  2416. package/src/illustrations/tnt/tnt-Dialog-ChartDoughnut.svg +13 -0
  2417. package/src/illustrations/tnt/tnt-Dialog-ChartFlow.svg +13 -0
  2418. package/src/illustrations/tnt/tnt-Dialog-ChartGantt.svg +17 -0
  2419. package/src/illustrations/tnt/tnt-Dialog-ChartOrg.svg +15 -0
  2420. package/src/illustrations/tnt/tnt-Dialog-ChartPie.svg +12 -0
  2421. package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
  2422. package/src/illustrations/tnt/tnt-Dialog-Company.svg +13 -0
  2423. package/src/illustrations/tnt/tnt-Dialog-Compass.svg +34 -0
  2424. package/src/illustrations/tnt/tnt-Dialog-Components.svg +9 -0
  2425. package/src/illustrations/tnt/tnt-Dialog-Dialog.svg +32 -0
  2426. package/src/illustrations/tnt/tnt-Dialog-EmptyContentPane.svg +18 -0
  2427. package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +11 -0
  2428. package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +17 -0
  2429. package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +16 -0
  2430. package/src/illustrations/tnt/tnt-Dialog-Handshake.svg +32 -0
  2431. package/src/illustrations/tnt/tnt-Dialog-Help.svg +27 -0
  2432. package/src/illustrations/tnt/tnt-Dialog-Lock.svg +12 -0
  2433. package/src/illustrations/tnt/tnt-Dialog-Mission.svg +18 -0
  2434. package/src/illustrations/tnt/tnt-Dialog-MissionFailed.svg +41 -0
  2435. package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +15 -0
  2436. package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +11 -0
  2437. package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +15 -0
  2438. package/src/illustrations/tnt/tnt-Dialog-Radar.svg +15 -0
  2439. package/src/illustrations/tnt/tnt-Dialog-RoadMap.svg +41 -0
  2440. package/src/illustrations/tnt/tnt-Dialog-Secrets.svg +11 -0
  2441. package/src/illustrations/tnt/tnt-Dialog-Services.svg +16 -0
  2442. package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +11 -0
  2443. package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +10 -0
  2444. package/src/illustrations/tnt/tnt-Dialog-Settings.svg +37 -0
  2445. package/src/illustrations/tnt/tnt-Dialog-Success.svg +10 -0
  2446. package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +10 -0
  2447. package/src/illustrations/tnt/tnt-Dialog-Systems.svg +11 -0
  2448. package/src/illustrations/tnt/tnt-Dialog-Teams.svg +17 -0
  2449. package/src/illustrations/tnt/tnt-Dialog-Tools.svg +12 -0
  2450. package/src/illustrations/tnt/tnt-Dialog-Tutorials.svg +78 -0
  2451. package/src/illustrations/tnt/tnt-Dialog-UnableToLoad.svg +9 -0
  2452. package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +12 -0
  2453. package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +11 -0
  2454. package/src/illustrations/tnt/tnt-Dialog-User2.svg +13 -0
  2455. package/src/illustrations/tnt/tnt-Dot-Avatar.svg +12 -0
  2456. package/src/illustrations/tnt/tnt-Dot-Calculator.svg +11 -0
  2457. package/src/illustrations/tnt/tnt-Dot-Compass.svg +9 -0
  2458. package/src/illustrations/tnt/tnt-Dot-Dialog.svg +19 -0
  2459. package/src/illustrations/tnt/tnt-Dot-EmptyContentPane.svg +15 -0
  2460. package/src/illustrations/tnt/tnt-Dot-Handshake.svg +18 -0
  2461. package/src/illustrations/tnt/tnt-Dot-Help.svg +8 -0
  2462. package/src/illustrations/tnt/tnt-Dot-MissionFailed.svg +9 -0
  2463. package/src/illustrations/tnt/tnt-Dot-RoadMap.svg +5 -0
  2464. package/src/illustrations/tnt/tnt-Dot-Settings.svg +6 -0
  2465. package/src/illustrations/tnt/tnt-Dot-Tutorials.svg +7 -0
  2466. package/src/illustrations/tnt/tnt-Scene-Avatar.svg +130 -0
  2467. package/src/illustrations/tnt/tnt-Scene-Calculator.svg +83 -0
  2468. package/src/illustrations/tnt/tnt-Scene-ChartArea.svg +22 -0
  2469. package/src/illustrations/tnt/tnt-Scene-ChartArea2.svg +19 -0
  2470. package/src/illustrations/tnt/tnt-Scene-ChartBPMNFlow.svg +21 -0
  2471. package/src/illustrations/tnt/tnt-Scene-ChartBar.svg +19 -0
  2472. package/src/illustrations/tnt/tnt-Scene-ChartBullet.svg +20 -0
  2473. package/src/illustrations/tnt/tnt-Scene-ChartDoughnut.svg +19 -0
  2474. package/src/illustrations/tnt/tnt-Scene-ChartFlow.svg +20 -0
  2475. package/src/illustrations/tnt/tnt-Scene-ChartGantt.svg +26 -0
  2476. package/src/illustrations/tnt/tnt-Scene-ChartOrg.svg +26 -0
  2477. package/src/illustrations/tnt/tnt-Scene-ChartPie.svg +18 -0
  2478. package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +9 -0
  2479. package/src/illustrations/tnt/tnt-Scene-Company.svg +30 -0
  2480. package/src/illustrations/tnt/tnt-Scene-Compass.svg +34 -0
  2481. package/src/illustrations/tnt/tnt-Scene-Components.svg +16 -0
  2482. package/src/illustrations/tnt/tnt-Scene-Dialog.svg +35 -0
  2483. package/src/illustrations/tnt/tnt-Scene-EmptyContentPane.svg +15 -0
  2484. package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +14 -0
  2485. package/src/illustrations/tnt/tnt-Scene-FaceID.svg +21 -0
  2486. package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +35 -0
  2487. package/src/illustrations/tnt/tnt-Scene-Handshake.svg +32 -0
  2488. package/src/illustrations/tnt/tnt-Scene-Help.svg +29 -0
  2489. package/src/illustrations/tnt/tnt-Scene-Lock.svg +22 -0
  2490. package/src/illustrations/tnt/tnt-Scene-Mission.svg +19 -0
  2491. package/src/illustrations/tnt/tnt-Scene-MissionFailed.svg +49 -0
  2492. package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +17 -0
  2493. package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +20 -0
  2494. package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +16 -0
  2495. package/src/illustrations/tnt/tnt-Scene-Radar.svg +20 -0
  2496. package/src/illustrations/tnt/tnt-Scene-RoadMap.svg +45 -0
  2497. package/src/illustrations/tnt/tnt-Scene-Secrets.svg +14 -0
  2498. package/src/illustrations/tnt/tnt-Scene-Services.svg +17 -0
  2499. package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +18 -0
  2500. package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +17 -0
  2501. package/src/illustrations/tnt/tnt-Scene-Settings.svg +38 -0
  2502. package/src/illustrations/tnt/tnt-Scene-Success.svg +18 -0
  2503. package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +20 -0
  2504. package/src/illustrations/tnt/tnt-Scene-Systems.svg +12 -0
  2505. package/src/illustrations/tnt/tnt-Scene-Teams.svg +20 -0
  2506. package/src/illustrations/tnt/tnt-Scene-Tools.svg +18 -0
  2507. package/src/illustrations/tnt/tnt-Scene-Tutorials.svg +84 -0
  2508. package/src/illustrations/tnt/tnt-Scene-UnableToLoad.svg +20 -0
  2509. package/src/illustrations/tnt/tnt-Scene-Unlock.svg +15 -0
  2510. package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +22 -0
  2511. package/src/illustrations/tnt/tnt-Scene-User2.svg +22 -0
  2512. package/src/illustrations/tnt/tnt-Spot-Avatar.svg +105 -0
  2513. package/src/illustrations/tnt/tnt-Spot-Calculator.svg +130 -0
  2514. package/src/illustrations/tnt/tnt-Spot-ChartArea.svg +13 -0
  2515. package/src/illustrations/tnt/tnt-Spot-ChartArea2.svg +7 -0
  2516. package/src/illustrations/tnt/tnt-Spot-ChartBPMNFlow.svg +9 -0
  2517. package/src/illustrations/tnt/tnt-Spot-ChartBar.svg +8 -0
  2518. package/src/illustrations/tnt/tnt-Spot-ChartBullet.svg +10 -0
  2519. package/src/illustrations/tnt/tnt-Spot-ChartDoughnut.svg +9 -0
  2520. package/src/illustrations/tnt/tnt-Spot-ChartFlow.svg +8 -0
  2521. package/src/illustrations/tnt/tnt-Spot-ChartGantt.svg +12 -0
  2522. package/src/illustrations/tnt/tnt-Spot-ChartOrg.svg +6 -0
  2523. package/src/illustrations/tnt/tnt-Spot-ChartPie.svg +8 -0
  2524. package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
  2525. package/src/illustrations/tnt/tnt-Spot-Company.svg +13 -0
  2526. package/src/illustrations/tnt/tnt-Spot-Compass.svg +34 -0
  2527. package/src/illustrations/tnt/tnt-Spot-Components.svg +5 -0
  2528. package/src/illustrations/tnt/tnt-Spot-Dialog.svg +32 -0
  2529. package/src/illustrations/tnt/tnt-Spot-EmptyContentPane.svg +16 -0
  2530. package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +9 -0
  2531. package/src/illustrations/tnt/tnt-Spot-FaceID.svg +16 -0
  2532. package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +10 -0
  2533. package/src/illustrations/tnt/tnt-Spot-Handshake.svg +64 -0
  2534. package/src/illustrations/tnt/tnt-Spot-Help.svg +23 -0
  2535. package/src/illustrations/tnt/tnt-Spot-Lock.svg +13 -0
  2536. package/src/illustrations/tnt/tnt-Spot-Mission.svg +17 -0
  2537. package/src/illustrations/tnt/tnt-Spot-MissionFailed.svg +113 -0
  2538. package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +11 -0
  2539. package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +8 -0
  2540. package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +11 -0
  2541. package/src/illustrations/tnt/tnt-Spot-Radar.svg +14 -0
  2542. package/src/illustrations/tnt/tnt-Spot-RoadMap.svg +165 -0
  2543. package/src/illustrations/tnt/tnt-Spot-Secrets.svg +9 -0
  2544. package/src/illustrations/tnt/tnt-Spot-Services.svg +14 -0
  2545. package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +9 -0
  2546. package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +9 -0
  2547. package/src/illustrations/tnt/tnt-Spot-Settings.svg +37 -0
  2548. package/src/illustrations/tnt/tnt-Spot-Success.svg +9 -0
  2549. package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +9 -0
  2550. package/src/illustrations/tnt/tnt-Spot-Systems.svg +10 -0
  2551. package/src/illustrations/tnt/tnt-Spot-Teams.svg +13 -0
  2552. package/src/illustrations/tnt/tnt-Spot-Tools.svg +7 -0
  2553. package/src/illustrations/tnt/tnt-Spot-Tutorials.svg +91 -0
  2554. package/src/illustrations/tnt/tnt-Spot-UnableToLoad.svg +8 -0
  2555. package/src/illustrations/tnt/tnt-Spot-Unlock.svg +11 -0
  2556. package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +10 -0
  2557. package/src/illustrations/tnt/tnt-Spot-User2.svg +10 -0
  2558. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.svg +15 -0
  2559. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.svg +23 -0
  2560. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.svg +14 -0
  2561. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.svg +13 -0
  2562. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.svg +21 -0
  2563. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.svg +13 -0
  2564. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.svg +18 -0
  2565. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.svg +17 -0
  2566. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.svg +18 -0
  2567. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.svg +18 -0
  2568. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.svg +29 -0
  2569. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.svg +19 -0
  2570. package/src/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.svg +9 -0
  2571. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Company.svg +22 -0
  2572. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Compass.svg +16 -0
  2573. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Components.svg +21 -0
  2574. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.svg +22 -0
  2575. package/src/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.svg +22 -0
  2576. package/src/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.svg +17 -0
  2577. package/src/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.svg +17 -0
  2578. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.svg +12 -0
  2579. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.svg +21 -0
  2580. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Help.svg +11 -0
  2581. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Lock.svg +21 -0
  2582. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Mission.svg +14 -0
  2583. package/src/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.svg +11 -0
  2584. package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.svg +18 -0
  2585. package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.svg +21 -0
  2586. package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.svg +18 -0
  2587. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Radar.svg +13 -0
  2588. package/src/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.svg +91 -0
  2589. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.svg +12 -0
  2590. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Services.svg +15 -0
  2591. package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.svg +13 -0
  2592. package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.svg +11 -0
  2593. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Settings.svg +8 -0
  2594. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Success.svg +19 -0
  2595. package/src/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.svg +26 -0
  2596. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Systems.svg +24 -0
  2597. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Teams.svg +26 -0
  2598. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tools.svg +21 -0
  2599. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.svg +17 -0
  2600. package/src/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.svg +17 -0
  2601. package/src/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.svg +26 -0
  2602. package/src/illustrations-v5/tnt/hc/tnt-Dot-Avatar.svg +12 -0
  2603. package/src/illustrations-v5/tnt/hc/tnt-Dot-Calculator.svg +12 -0
  2604. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.svg +7 -0
  2605. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.svg +6 -0
  2606. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.svg +13 -0
  2607. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.svg +6 -0
  2608. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.svg +9 -0
  2609. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.svg +7 -0
  2610. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.svg +11 -0
  2611. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.svg +10 -0
  2612. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.svg +13 -0
  2613. package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.svg +8 -0
  2614. package/src/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.svg +6 -0
  2615. package/src/illustrations-v5/tnt/hc/tnt-Dot-Company.svg +11 -0
  2616. package/src/illustrations-v5/tnt/hc/tnt-Dot-Compass.svg +9 -0
  2617. package/src/illustrations-v5/tnt/hc/tnt-Dot-Components.svg +10 -0
  2618. package/src/illustrations-v5/tnt/hc/tnt-Dot-Dialog.svg +22 -0
  2619. package/src/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.svg +10 -0
  2620. package/src/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.svg +10 -0
  2621. package/src/illustrations-v5/tnt/hc/tnt-Dot-FaceID.svg +18 -0
  2622. package/src/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.svg +8 -0
  2623. package/src/illustrations-v5/tnt/hc/tnt-Dot-Handshake.svg +18 -0
  2624. package/src/illustrations-v5/tnt/hc/tnt-Dot-Help.svg +8 -0
  2625. package/src/illustrations-v5/tnt/hc/tnt-Dot-Lock.svg +13 -0
  2626. package/src/illustrations-v5/tnt/hc/tnt-Dot-Mission.svg +9 -0
  2627. package/src/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.svg +9 -0
  2628. package/src/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.svg +15 -0
  2629. package/src/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.svg +41 -0
  2630. package/src/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.svg +12 -0
  2631. package/src/illustrations-v5/tnt/hc/tnt-Dot-Radar.svg +11 -0
  2632. package/src/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.svg +7 -0
  2633. package/src/illustrations-v5/tnt/hc/tnt-Dot-Secrets.svg +6 -0
  2634. package/src/illustrations-v5/tnt/hc/tnt-Dot-Services.svg +11 -0
  2635. package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.svg +7 -0
  2636. package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.svg +8 -0
  2637. package/src/illustrations-v5/tnt/hc/tnt-Dot-Settings.svg +6 -0
  2638. package/src/illustrations-v5/tnt/hc/tnt-Dot-Success.svg +8 -0
  2639. package/src/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.svg +11 -0
  2640. package/src/illustrations-v5/tnt/hc/tnt-Dot-Systems.svg +14 -0
  2641. package/src/illustrations-v5/tnt/hc/tnt-Dot-Teams.svg +15 -0
  2642. package/src/illustrations-v5/tnt/hc/tnt-Dot-Tools.svg +17 -0
  2643. package/src/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.svg +7 -0
  2644. package/src/illustrations-v5/tnt/hc/tnt-Dot-Unlock.svg +19 -0
  2645. package/src/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.svg +11 -0
  2646. package/src/illustrations-v5/tnt/hc/tnt-Scene-Avatar.svg +22 -0
  2647. package/src/illustrations-v5/tnt/hc/tnt-Scene-Calculator.svg +31 -0
  2648. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.svg +20 -0
  2649. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.svg +19 -0
  2650. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.svg +27 -0
  2651. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.svg +19 -0
  2652. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.svg +24 -0
  2653. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.svg +23 -0
  2654. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.svg +24 -0
  2655. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.svg +24 -0
  2656. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.svg +35 -0
  2657. package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.svg +24 -0
  2658. package/src/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.svg +13 -0
  2659. package/src/illustrations-v5/tnt/hc/tnt-Scene-Company.svg +29 -0
  2660. package/src/illustrations-v5/tnt/hc/tnt-Scene-Compass.svg +23 -0
  2661. package/src/illustrations-v5/tnt/hc/tnt-Scene-Components.svg +25 -0
  2662. package/src/illustrations-v5/tnt/hc/tnt-Scene-Dialog.svg +16 -0
  2663. package/src/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.svg +26 -0
  2664. package/src/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.svg +21 -0
  2665. package/src/illustrations-v5/tnt/hc/tnt-Scene-FaceID.svg +27 -0
  2666. package/src/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.svg +16 -0
  2667. package/src/illustrations-v5/tnt/hc/tnt-Scene-Handshake.svg +25 -0
  2668. package/src/illustrations-v5/tnt/hc/tnt-Scene-Help.svg +20 -0
  2669. package/src/illustrations-v5/tnt/hc/tnt-Scene-Lock.svg +25 -0
  2670. package/src/illustrations-v5/tnt/hc/tnt-Scene-Mission.svg +20 -0
  2671. package/src/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.svg +17 -0
  2672. package/src/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.svg +22 -0
  2673. package/src/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.svg +25 -0
  2674. package/src/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.svg +22 -0
  2675. package/src/illustrations-v5/tnt/hc/tnt-Scene-Radar.svg +18 -0
  2676. package/src/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.svg +29 -0
  2677. package/src/illustrations-v5/tnt/hc/tnt-Scene-Secrets.svg +20 -0
  2678. package/src/illustrations-v5/tnt/hc/tnt-Scene-Services.svg +19 -0
  2679. package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.svg +17 -0
  2680. package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.svg +15 -0
  2681. package/src/illustrations-v5/tnt/hc/tnt-Scene-Settings.svg +12 -0
  2682. package/src/illustrations-v5/tnt/hc/tnt-Scene-Success.svg +26 -0
  2683. package/src/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.svg +33 -0
  2684. package/src/illustrations-v5/tnt/hc/tnt-Scene-Systems.svg +30 -0
  2685. package/src/illustrations-v5/tnt/hc/tnt-Scene-Teams.svg +30 -0
  2686. package/src/illustrations-v5/tnt/hc/tnt-Scene-Tools.svg +25 -0
  2687. package/src/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.svg +26 -0
  2688. package/src/illustrations-v5/tnt/hc/tnt-Scene-Unlock.svg +21 -0
  2689. package/src/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.svg +33 -0
  2690. package/src/illustrations-v5/tnt/hc/tnt-Spot-Avatar.svg +16 -0
  2691. package/src/illustrations-v5/tnt/hc/tnt-Spot-Calculator.svg +23 -0
  2692. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.svg +14 -0
  2693. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.svg +13 -0
  2694. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.svg +20 -0
  2695. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.svg +13 -0
  2696. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.svg +18 -0
  2697. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.svg +17 -0
  2698. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.svg +18 -0
  2699. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.svg +18 -0
  2700. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.svg +29 -0
  2701. package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.svg +18 -0
  2702. package/src/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.svg +9 -0
  2703. package/src/illustrations-v5/tnt/hc/tnt-Spot-Company.svg +22 -0
  2704. package/src/illustrations-v5/tnt/hc/tnt-Spot-Compass.svg +16 -0
  2705. package/src/illustrations-v5/tnt/hc/tnt-Spot-Components.svg +19 -0
  2706. package/src/illustrations-v5/tnt/hc/tnt-Spot-Dialog.svg +22 -0
  2707. package/src/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.svg +22 -0
  2708. package/src/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.svg +17 -0
  2709. package/src/illustrations-v5/tnt/hc/tnt-Spot-FaceID.svg +17 -0
  2710. package/src/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.svg +8 -0
  2711. package/src/illustrations-v5/tnt/hc/tnt-Spot-Handshake.svg +26 -0
  2712. package/src/illustrations-v5/tnt/hc/tnt-Spot-Help.svg +11 -0
  2713. package/src/illustrations-v5/tnt/hc/tnt-Spot-Lock.svg +21 -0
  2714. package/src/illustrations-v5/tnt/hc/tnt-Spot-Mission.svg +10 -0
  2715. package/src/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.svg +10 -0
  2716. package/src/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.svg +18 -0
  2717. package/src/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.svg +21 -0
  2718. package/src/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.svg +18 -0
  2719. package/src/illustrations-v5/tnt/hc/tnt-Spot-Radar.svg +11 -0
  2720. package/src/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.svg +77 -0
  2721. package/src/illustrations-v5/tnt/hc/tnt-Spot-Secrets.svg +12 -0
  2722. package/src/illustrations-v5/tnt/hc/tnt-Spot-Services.svg +15 -0
  2723. package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.svg +13 -0
  2724. package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.svg +11 -0
  2725. package/src/illustrations-v5/tnt/hc/tnt-Spot-Settings.svg +8 -0
  2726. package/src/illustrations-v5/tnt/hc/tnt-Spot-Success.svg +12 -0
  2727. package/src/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.svg +26 -0
  2728. package/src/illustrations-v5/tnt/hc/tnt-Spot-Systems.svg +24 -0
  2729. package/src/illustrations-v5/tnt/hc/tnt-Spot-Teams.svg +26 -0
  2730. package/src/illustrations-v5/tnt/hc/tnt-Spot-Tools.svg +21 -0
  2731. package/src/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.svg +17 -0
  2732. package/src/illustrations-v5/tnt/hc/tnt-Spot-Unlock.svg +17 -0
  2733. package/src/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.svg +26 -0
  2734. package/src/illustrations-v5/tnt/tnt-Dialog-Avatar.svg +48 -0
  2735. package/src/illustrations-v5/tnt/tnt-Dialog-Calculator.svg +26 -0
  2736. package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea.svg +10 -0
  2737. package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea2.svg +11 -0
  2738. package/src/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.svg +17 -0
  2739. package/src/illustrations-v5/tnt/tnt-Dialog-ChartBar.svg +12 -0
  2740. package/src/illustrations-v5/tnt/tnt-Dialog-ChartBullet.svg +13 -0
  2741. package/src/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.svg +12 -0
  2742. package/src/illustrations-v5/tnt/tnt-Dialog-ChartFlow.svg +16 -0
  2743. package/src/illustrations-v5/tnt/tnt-Dialog-ChartGantt.svg +12 -0
  2744. package/src/illustrations-v5/tnt/tnt-Dialog-ChartOrg.svg +19 -0
  2745. package/src/illustrations-v5/tnt/tnt-Dialog-ChartPie.svg +12 -0
  2746. package/src/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
  2747. package/src/illustrations-v5/tnt/tnt-Dialog-Company.svg +13 -0
  2748. package/src/illustrations-v5/tnt/tnt-Dialog-Compass.svg +18 -0
  2749. package/src/illustrations-v5/tnt/tnt-Dialog-Components.svg +16 -0
  2750. package/src/illustrations-v5/tnt/tnt-Dialog-Dialog.svg +10 -0
  2751. package/src/illustrations-v5/tnt/tnt-Dialog-ExternalLink.svg +14 -0
  2752. package/src/illustrations-v5/tnt/tnt-Dialog-FaceID.svg +22 -0
  2753. package/src/illustrations-v5/tnt/tnt-Dialog-Fingerprint.svg +31 -0
  2754. package/src/illustrations-v5/tnt/tnt-Dialog-Handshake.svg +38 -0
  2755. package/src/illustrations-v5/tnt/tnt-Dialog-Help.svg +10 -0
  2756. package/src/illustrations-v5/tnt/tnt-Dialog-Lock.svg +43 -0
  2757. package/src/illustrations-v5/tnt/tnt-Dialog-Mission.svg +25 -0
  2758. package/src/illustrations-v5/tnt/tnt-Dialog-MissionFailed.svg +23 -0
  2759. package/src/illustrations-v5/tnt/tnt-Dialog-NoApplications.svg +12 -0
  2760. package/src/illustrations-v5/tnt/tnt-Dialog-NoFlows.svg +12 -0
  2761. package/src/illustrations-v5/tnt/tnt-Dialog-NoUsers.svg +12 -0
  2762. package/src/illustrations-v5/tnt/tnt-Dialog-Radar.svg +27 -0
  2763. package/src/illustrations-v5/tnt/tnt-Dialog-RoadMap.svg +31 -0
  2764. package/src/illustrations-v5/tnt/tnt-Dialog-Secrets.svg +17 -0
  2765. package/src/illustrations-v5/tnt/tnt-Dialog-Services.svg +29 -0
  2766. package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpired.svg +22 -0
  2767. package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.svg +21 -0
  2768. package/src/illustrations-v5/tnt/tnt-Dialog-Settings.svg +18 -0
  2769. package/src/illustrations-v5/tnt/tnt-Dialog-Success.svg +20 -0
  2770. package/src/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.svg +13 -0
  2771. package/src/illustrations-v5/tnt/tnt-Dialog-Systems.svg +18 -0
  2772. package/src/illustrations-v5/tnt/tnt-Dialog-Teams.svg +78 -0
  2773. package/src/illustrations-v5/tnt/tnt-Dialog-Tools.svg +25 -0
  2774. package/src/illustrations-v5/tnt/tnt-Dialog-Tutorials.svg +17 -0
  2775. package/src/illustrations-v5/tnt/tnt-Dialog-Unlock.svg +44 -0
  2776. package/src/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.svg +13 -0
  2777. package/src/illustrations-v5/tnt/tnt-Dot-Avatar.svg +20 -0
  2778. package/src/illustrations-v5/tnt/tnt-Dot-Calculator.svg +7 -0
  2779. package/src/illustrations-v5/tnt/tnt-Dot-ChartArea.svg +8 -0
  2780. package/src/illustrations-v5/tnt/tnt-Dot-ChartArea2.svg +16 -0
  2781. package/src/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.svg +16 -0
  2782. package/src/illustrations-v5/tnt/tnt-Dot-ChartBar.svg +17 -0
  2783. package/src/illustrations-v5/tnt/tnt-Dot-ChartBullet.svg +20 -0
  2784. package/src/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.svg +10 -0
  2785. package/src/illustrations-v5/tnt/tnt-Dot-ChartFlow.svg +14 -0
  2786. package/src/illustrations-v5/tnt/tnt-Dot-ChartGantt.svg +11 -0
  2787. package/src/illustrations-v5/tnt/tnt-Dot-ChartOrg.svg +24 -0
  2788. package/src/illustrations-v5/tnt/tnt-Dot-ChartPie.svg +10 -0
  2789. package/src/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.svg +4 -0
  2790. package/src/illustrations-v5/tnt/tnt-Dot-Company.svg +14 -0
  2791. package/src/illustrations-v5/tnt/tnt-Dot-Compass.svg +17 -0
  2792. package/src/illustrations-v5/tnt/tnt-Dot-Components.svg +21 -0
  2793. package/src/illustrations-v5/tnt/tnt-Dot-Dialog.svg +8 -0
  2794. package/src/illustrations-v5/tnt/tnt-Dot-ExternalLink.svg +9 -0
  2795. package/src/illustrations-v5/tnt/tnt-Dot-FaceID.svg +20 -0
  2796. package/src/illustrations-v5/tnt/tnt-Dot-Fingerprint.svg +12 -0
  2797. package/src/illustrations-v5/tnt/tnt-Dot-Handshake.svg +35 -0
  2798. package/src/illustrations-v5/tnt/tnt-Dot-Help.svg +15 -0
  2799. package/src/illustrations-v5/tnt/tnt-Dot-Lock.svg +25 -0
  2800. package/src/illustrations-v5/tnt/tnt-Dot-Mission.svg +20 -0
  2801. package/src/illustrations-v5/tnt/tnt-Dot-MissionFailed.svg +19 -0
  2802. package/src/illustrations-v5/tnt/tnt-Dot-NoApplications.svg +10 -0
  2803. package/src/illustrations-v5/tnt/tnt-Dot-NoFlows.svg +10 -0
  2804. package/src/illustrations-v5/tnt/tnt-Dot-NoUsers.svg +17 -0
  2805. package/src/illustrations-v5/tnt/tnt-Dot-Radar.svg +27 -0
  2806. package/src/illustrations-v5/tnt/tnt-Dot-RoadMap.svg +10 -0
  2807. package/src/illustrations-v5/tnt/tnt-Dot-Secrets.svg +15 -0
  2808. package/src/illustrations-v5/tnt/tnt-Dot-Services.svg +13 -0
  2809. package/src/illustrations-v5/tnt/tnt-Dot-SessionExpired.svg +12 -0
  2810. package/src/illustrations-v5/tnt/tnt-Dot-SessionExpiring.svg +19 -0
  2811. package/src/illustrations-v5/tnt/tnt-Dot-Settings.svg +7 -0
  2812. package/src/illustrations-v5/tnt/tnt-Dot-Success.svg +14 -0
  2813. package/src/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.svg +9 -0
  2814. package/src/illustrations-v5/tnt/tnt-Dot-Systems.svg +14 -0
  2815. package/src/illustrations-v5/tnt/tnt-Dot-Teams.svg +31 -0
  2816. package/src/illustrations-v5/tnt/tnt-Dot-Tools.svg +25 -0
  2817. package/src/illustrations-v5/tnt/tnt-Dot-Tutorials.svg +15 -0
  2818. package/src/illustrations-v5/tnt/tnt-Dot-Unlock.svg +27 -0
  2819. package/src/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.svg +9 -0
  2820. package/src/illustrations-v5/tnt/tnt-Scene-Avatar.svg +48 -0
  2821. package/src/illustrations-v5/tnt/tnt-Scene-Calculator.svg +21 -0
  2822. package/src/illustrations-v5/tnt/tnt-Scene-ChartArea.svg +10 -0
  2823. package/src/illustrations-v5/tnt/tnt-Scene-ChartArea2.svg +11 -0
  2824. package/src/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.svg +17 -0
  2825. package/src/illustrations-v5/tnt/tnt-Scene-ChartBar.svg +12 -0
  2826. package/src/illustrations-v5/tnt/tnt-Scene-ChartBullet.svg +17 -0
  2827. package/src/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.svg +12 -0
  2828. package/src/illustrations-v5/tnt/tnt-Scene-ChartFlow.svg +16 -0
  2829. package/src/illustrations-v5/tnt/tnt-Scene-ChartGantt.svg +12 -0
  2830. package/src/illustrations-v5/tnt/tnt-Scene-ChartOrg.svg +18 -0
  2831. package/src/illustrations-v5/tnt/tnt-Scene-ChartPie.svg +12 -0
  2832. package/src/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.svg +6 -0
  2833. package/src/illustrations-v5/tnt/tnt-Scene-Company.svg +13 -0
  2834. package/src/illustrations-v5/tnt/tnt-Scene-Compass.svg +18 -0
  2835. package/src/illustrations-v5/tnt/tnt-Scene-Components.svg +18 -0
  2836. package/src/illustrations-v5/tnt/tnt-Scene-Dialog.svg +10 -0
  2837. package/src/illustrations-v5/tnt/tnt-Scene-ExternalLink.svg +14 -0
  2838. package/src/illustrations-v5/tnt/tnt-Scene-FaceID.svg +21 -0
  2839. package/src/illustrations-v5/tnt/tnt-Scene-Fingerprint.svg +31 -0
  2840. package/src/illustrations-v5/tnt/tnt-Scene-Handshake.svg +38 -0
  2841. package/src/illustrations-v5/tnt/tnt-Scene-Help.svg +17 -0
  2842. package/src/illustrations-v5/tnt/tnt-Scene-Lock.svg +43 -0
  2843. package/src/illustrations-v5/tnt/tnt-Scene-Mission.svg +32 -0
  2844. package/src/illustrations-v5/tnt/tnt-Scene-MissionFailed.svg +23 -0
  2845. package/src/illustrations-v5/tnt/tnt-Scene-NoApplications.svg +12 -0
  2846. package/src/illustrations-v5/tnt/tnt-Scene-NoFlows.svg +12 -0
  2847. package/src/illustrations-v5/tnt/tnt-Scene-NoUsers.svg +19 -0
  2848. package/src/illustrations-v5/tnt/tnt-Scene-Radar.svg +29 -0
  2849. package/src/illustrations-v5/tnt/tnt-Scene-RoadMap.svg +31 -0
  2850. package/src/illustrations-v5/tnt/tnt-Scene-Secrets.svg +17 -0
  2851. package/src/illustrations-v5/tnt/tnt-Scene-Services.svg +29 -0
  2852. package/src/illustrations-v5/tnt/tnt-Scene-SessionExpired.svg +23 -0
  2853. package/src/illustrations-v5/tnt/tnt-Scene-SessionExpiring.svg +21 -0
  2854. package/src/illustrations-v5/tnt/tnt-Scene-Settings.svg +18 -0
  2855. package/src/illustrations-v5/tnt/tnt-Scene-Success.svg +20 -0
  2856. package/src/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.svg +18 -0
  2857. package/src/illustrations-v5/tnt/tnt-Scene-Systems.svg +27 -0
  2858. package/src/illustrations-v5/tnt/tnt-Scene-Teams.svg +84 -0
  2859. package/src/illustrations-v5/tnt/tnt-Scene-Tools.svg +46 -0
  2860. package/src/illustrations-v5/tnt/tnt-Scene-Tutorials.svg +17 -0
  2861. package/src/illustrations-v5/tnt/tnt-Scene-Unlock.svg +44 -0
  2862. package/src/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.svg +18 -0
  2863. package/src/illustrations-v5/tnt/tnt-Spot-Avatar.svg +48 -0
  2864. package/src/illustrations-v5/tnt/tnt-Spot-Calculator.svg +25 -0
  2865. package/src/illustrations-v5/tnt/tnt-Spot-ChartArea.svg +9 -0
  2866. package/src/illustrations-v5/tnt/tnt-Spot-ChartArea2.svg +10 -0
  2867. package/src/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.svg +17 -0
  2868. package/src/illustrations-v5/tnt/tnt-Spot-ChartBar.svg +11 -0
  2869. package/src/illustrations-v5/tnt/tnt-Spot-ChartBullet.svg +12 -0
  2870. package/src/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.svg +11 -0
  2871. package/src/illustrations-v5/tnt/tnt-Spot-ChartFlow.svg +13 -0
  2872. package/src/illustrations-v5/tnt/tnt-Spot-ChartGantt.svg +11 -0
  2873. package/src/illustrations-v5/tnt/tnt-Spot-ChartOrg.svg +18 -0
  2874. package/src/illustrations-v5/tnt/tnt-Spot-ChartPie.svg +11 -0
  2875. package/src/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
  2876. package/src/illustrations-v5/tnt/tnt-Spot-Company.svg +13 -0
  2877. package/src/illustrations-v5/tnt/tnt-Spot-Compass.svg +18 -0
  2878. package/src/illustrations-v5/tnt/tnt-Spot-Components.svg +18 -0
  2879. package/src/illustrations-v5/tnt/tnt-Spot-Dialog.svg +10 -0
  2880. package/src/illustrations-v5/tnt/tnt-Spot-ExternalLink.svg +13 -0
  2881. package/src/illustrations-v5/tnt/tnt-Spot-FaceID.svg +21 -0
  2882. package/src/illustrations-v5/tnt/tnt-Spot-Fingerprint.svg +31 -0
  2883. package/src/illustrations-v5/tnt/tnt-Spot-Handshake.svg +38 -0
  2884. package/src/illustrations-v5/tnt/tnt-Spot-Help.svg +9 -0
  2885. package/src/illustrations-v5/tnt/tnt-Spot-Lock.svg +43 -0
  2886. package/src/illustrations-v5/tnt/tnt-Spot-Mission.svg +25 -0
  2887. package/src/illustrations-v5/tnt/tnt-Spot-MissionFailed.svg +23 -0
  2888. package/src/illustrations-v5/tnt/tnt-Spot-NoApplications.svg +11 -0
  2889. package/src/illustrations-v5/tnt/tnt-Spot-NoFlows.svg +11 -0
  2890. package/src/illustrations-v5/tnt/tnt-Spot-NoUsers.svg +12 -0
  2891. package/src/illustrations-v5/tnt/tnt-Spot-Radar.svg +27 -0
  2892. package/src/illustrations-v5/tnt/tnt-Spot-RoadMap.svg +31 -0
  2893. package/src/illustrations-v5/tnt/tnt-Spot-Secrets.svg +17 -0
  2894. package/src/illustrations-v5/tnt/tnt-Spot-Services.svg +29 -0
  2895. package/src/illustrations-v5/tnt/tnt-Spot-SessionExpired.svg +22 -0
  2896. package/src/illustrations-v5/tnt/tnt-Spot-SessionExpiring.svg +19 -0
  2897. package/src/illustrations-v5/tnt/tnt-Spot-Settings.svg +14 -0
  2898. package/src/illustrations-v5/tnt/tnt-Spot-Success.svg +20 -0
  2899. package/src/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.svg +14 -0
  2900. package/src/illustrations-v5/tnt/tnt-Spot-Systems.svg +18 -0
  2901. package/src/illustrations-v5/tnt/tnt-Spot-Teams.svg +78 -0
  2902. package/src/illustrations-v5/tnt/tnt-Spot-Tools.svg +25 -0
  2903. package/src/illustrations-v5/tnt/tnt-Spot-Tutorials.svg +16 -0
  2904. package/src/illustrations-v5/tnt/tnt-Spot-Unlock.svg +44 -0
  2905. package/src/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.svg +14 -0
  2906. package/src/themes/BarcodeScannerDialog.css +49 -0
  2907. package/src/themes/DynamicPage.css +135 -0
  2908. package/src/themes/DynamicPageHeader.css +9 -0
  2909. package/src/themes/DynamicPageHeaderActions.css +51 -0
  2910. package/src/themes/DynamicPageTitle.css +173 -0
  2911. package/src/themes/DynamicSideContent.css +268 -0
  2912. package/src/themes/FlexibleColumnLayout.css +125 -0
  2913. package/src/themes/IllustratedMessage.css +238 -0
  2914. package/src/themes/InvisibleTextStyles.css +9 -0
  2915. package/src/themes/MediaGallery.css +153 -0
  2916. package/src/themes/MediaGalleryItem.css +130 -0
  2917. package/src/themes/NavigationLayout.css +91 -0
  2918. package/src/themes/NavigationMenu.css +15 -0
  2919. package/src/themes/NavigationMenuItem.css +93 -0
  2920. package/src/themes/NotificationList.css +7 -0
  2921. package/src/themes/NotificationListGroupItem.css +122 -0
  2922. package/src/themes/NotificationListItem.css +207 -0
  2923. package/src/themes/NotificationListItemBase.css +25 -0
  2924. package/src/themes/NotificationStateIcon.css +5 -0
  2925. package/src/themes/Page.css +176 -0
  2926. package/src/themes/ProductSwitch.css +32 -0
  2927. package/src/themes/ProductSwitchItem.css +164 -0
  2928. package/src/themes/Search.css +110 -0
  2929. package/src/themes/SearchField.css +301 -0
  2930. package/src/themes/SearchItem.css +109 -0
  2931. package/src/themes/SearchItemGroup.css +24 -0
  2932. package/src/themes/SearchItemShowMore.css +7 -0
  2933. package/src/themes/SearchMessageArea.css +17 -0
  2934. package/src/themes/ShellBar.css +538 -0
  2935. package/src/themes/ShellBarBranding.css +76 -0
  2936. package/src/themes/ShellBarPopover.css +38 -0
  2937. package/src/themes/ShellBarSearch.css +3 -0
  2938. package/src/themes/SideNavigation.css +78 -0
  2939. package/src/themes/SideNavigationGroup.css +37 -0
  2940. package/src/themes/SideNavigationItem.css +29 -0
  2941. package/src/themes/SideNavigationItemBase.css +376 -0
  2942. package/src/themes/SideNavigationPopover.css +19 -0
  2943. package/src/themes/SideNavigationSubItem.css +25 -0
  2944. package/src/themes/Timeline.css +88 -0
  2945. package/src/themes/TimelineGroupItem.css +184 -0
  2946. package/src/themes/TimelineItem.css +445 -0
  2947. package/src/themes/UploadCollection.css +97 -0
  2948. package/src/themes/UploadCollectionItem.css +181 -0
  2949. package/src/themes/UserMenu.css +174 -0
  2950. package/src/themes/UserMenuItem.css +11 -0
  2951. package/src/themes/UserSettingsAccountView.css +57 -0
  2952. package/src/themes/UserSettingsAppearanceViewItem.css +46 -0
  2953. package/src/themes/UserSettingsDialog.css +114 -0
  2954. package/src/themes/UserSettingsItem.css +77 -0
  2955. package/src/themes/UserSettingsView.css +13 -0
  2956. package/src/themes/ViewSettingsDialog.css +84 -0
  2957. package/src/themes/Wizard.css +139 -0
  2958. package/src/themes/WizardPopover.css +25 -0
  2959. package/src/themes/WizardTab.css +189 -0
  2960. package/src/themes/base/DynamicPage-parameters.css +18 -0
  2961. package/src/themes/base/DynamicPageHeader-parameters.css +5 -0
  2962. package/src/themes/base/DynamicPageHeaderActions-parameters.css +7 -0
  2963. package/src/themes/base/DynamicPageTitle-parameters.css +19 -0
  2964. package/src/themes/base/FlexibleColumnLayout-parameters.css +6 -0
  2965. package/src/themes/base/IllustratedMessage-parameters.css +13 -0
  2966. package/src/themes/base/MediaGallery-parameters.css +5 -0
  2967. package/src/themes/base/MediaGalleryItem-parameters.css +6 -0
  2968. package/src/themes/base/NotificationListItem-parameters.css +33 -0
  2969. package/src/themes/base/Page-parameters.css +4 -0
  2970. package/src/themes/base/ProductSwitchItem-parameters.css +6 -0
  2971. package/src/themes/base/Search-parameters.css +10 -0
  2972. package/src/themes/base/SearchField-parameters.css +32 -0
  2973. package/src/themes/base/ShellBar-parameters.css +26 -0
  2974. package/src/themes/base/SideNavigation-parameters.css +77 -0
  2975. package/src/themes/base/TimelineGroupItem-parameters.css +14 -0
  2976. package/src/themes/base/TimelineItem-parameters.css +70 -0
  2977. package/src/themes/base/UploadCollection-parameters.css +13 -0
  2978. package/src/themes/base/UserSettingsAppearanceViewItem-parameters.css +13 -0
  2979. package/src/themes/base/ViewSettingsDialog-parameters.css +15 -0
  2980. package/src/themes/base/Wizard-parameters.css +4 -0
  2981. package/src/themes/base/WizardTab-parameters.css +11 -0
  2982. package/src/themes/base/rtl-parameters.css +13 -0
  2983. package/src/themes/sap_belize/DynamicPage-parameters.css +16 -0
  2984. package/src/themes/sap_belize_hcb/DynamicPageTitle-parameters.css +6 -0
  2985. package/src/themes/sap_belize_hcw/DynamicPageTitle-parameters.css +6 -0
  2986. package/src/themes/sap_fiori_3/DynamicPageHeaderActions-parameters.css +5 -0
  2987. package/src/themes/sap_fiori_3/DynamicPageTitle-parameters.css +4 -0
  2988. package/src/themes/sap_fiori_3/SearchField-parameters.css +29 -0
  2989. package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
  2990. package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +12 -0
  2991. package/src/themes/sap_fiori_3/TimelineItem-parameters.css +11 -0
  2992. package/src/themes/sap_fiori_3/parameters-bundle.css +23 -0
  2993. package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +28 -0
  2994. package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
  2995. package/src/themes/sap_fiori_3_dark/TimelineItem-parameters.css +9 -0
  2996. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +23 -0
  2997. package/src/themes/sap_fiori_3_hcb/DynamicPageTitle-parameters.css +6 -0
  2998. package/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css +6 -0
  2999. package/src/themes/sap_fiori_3_hcb/MediaGallery-parameters.css +5 -0
  3000. package/src/themes/sap_fiori_3_hcb/Page-parameters.css +4 -0
  3001. package/src/themes/sap_fiori_3_hcb/ProductSwitchItem-parameters.css +6 -0
  3002. package/src/themes/sap_fiori_3_hcb/SearchField-parameters.css +30 -0
  3003. package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
  3004. package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +14 -0
  3005. package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +7 -0
  3006. package/src/themes/sap_fiori_3_hcb/WizardTab-parameters.css +9 -0
  3007. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +24 -0
  3008. package/src/themes/sap_fiori_3_hcw/DynamicPageTitle-parameters.css +6 -0
  3009. package/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css +6 -0
  3010. package/src/themes/sap_fiori_3_hcw/MediaGallery-parameters.css +5 -0
  3011. package/src/themes/sap_fiori_3_hcw/Page-parameters.css +4 -0
  3012. package/src/themes/sap_fiori_3_hcw/ProductSwitchItem-parameters.css +6 -0
  3013. package/src/themes/sap_fiori_3_hcw/SearchField-parameters.css +29 -0
  3014. package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
  3015. package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +14 -0
  3016. package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +6 -0
  3017. package/src/themes/sap_fiori_3_hcw/WizardTab-parameters.css +8 -0
  3018. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +24 -0
  3019. package/src/themes/sap_horizon/DynamicPageHeaderActions-parameters.css +6 -0
  3020. package/src/themes/sap_horizon/DynamicPageTitle-parameters.css +5 -0
  3021. package/src/themes/sap_horizon/FlexibleColumnLayout-parameters.css +3 -0
  3022. package/src/themes/sap_horizon/MediaGallery-parameters.css +5 -0
  3023. package/src/themes/sap_horizon/NotificationListItem-parameters.css +20 -0
  3024. package/src/themes/sap_horizon/ProductSwitchItem-parameters.css +5 -0
  3025. package/src/themes/sap_horizon/ShellBar-parameters.css +30 -0
  3026. package/src/themes/sap_horizon/SideNavigation-parameters.css +55 -0
  3027. package/src/themes/sap_horizon/TimelineItem-parameters.css +21 -0
  3028. package/src/themes/sap_horizon/UploadCollection-parameters.css +11 -0
  3029. package/src/themes/sap_horizon/Wizard-parameters.css +6 -0
  3030. package/src/themes/sap_horizon/WizardTab-parameters.css +11 -0
  3031. package/src/themes/sap_horizon/parameters-bundle.css +27 -0
  3032. package/src/themes/sap_horizon_dark/FlexibleColumnLayout-parameters.css +3 -0
  3033. package/src/themes/sap_horizon_dark/MediaGallery-parameters.css +5 -0
  3034. package/src/themes/sap_horizon_dark/NotificationListItem-parameters.css +20 -0
  3035. package/src/themes/sap_horizon_dark/ProductSwitchItem-parameters.css +5 -0
  3036. package/src/themes/sap_horizon_dark/ShellBar-parameters.css +30 -0
  3037. package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +55 -0
  3038. package/src/themes/sap_horizon_dark/TimelineItem-parameters.css +21 -0
  3039. package/src/themes/sap_horizon_dark/UploadCollection-parameters.css +11 -0
  3040. package/src/themes/sap_horizon_dark/Wizard-parameters.css +6 -0
  3041. package/src/themes/sap_horizon_dark/WizardTab-parameters.css +10 -0
  3042. package/src/themes/sap_horizon_dark/parameters-bundle.css +26 -0
  3043. package/src/themes/sap_horizon_dark_exp/FlexibleColumnLayout-parameters.css +3 -0
  3044. package/src/themes/sap_horizon_dark_exp/NotificationListItem-parameters.css +3 -0
  3045. package/src/themes/sap_horizon_dark_exp/ProductSwitchItem-parameters.css +5 -0
  3046. package/src/themes/sap_horizon_dark_exp/ShellBar-parameters.css +22 -0
  3047. package/src/themes/sap_horizon_dark_exp/SideNavigation-parameters.css +17 -0
  3048. package/src/themes/sap_horizon_dark_exp/TimelineItem-parameters.css +21 -0
  3049. package/src/themes/sap_horizon_dark_exp/UploadCollection-parameters.css +5 -0
  3050. package/src/themes/sap_horizon_dark_exp/Wizard-parameters.css +6 -0
  3051. package/src/themes/sap_horizon_dark_exp/WizardTab-parameters.css +10 -0
  3052. package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +20 -0
  3053. package/src/themes/sap_horizon_exp/FlexibleColumnLayout-parameters.css +3 -0
  3054. package/src/themes/sap_horizon_exp/NotificationListItem-parameters.css +3 -0
  3055. package/src/themes/sap_horizon_exp/ProductSwitchItem-parameters.css +5 -0
  3056. package/src/themes/sap_horizon_exp/ShellBar-parameters.css +28 -0
  3057. package/src/themes/sap_horizon_exp/SideNavigation-parameters.css +17 -0
  3058. package/src/themes/sap_horizon_exp/TimelineItem-parameters.css +21 -0
  3059. package/src/themes/sap_horizon_exp/UploadCollection-parameters.css +5 -0
  3060. package/src/themes/sap_horizon_exp/Wizard-parameters.css +6 -0
  3061. package/src/themes/sap_horizon_exp/WizardTab-parameters.css +11 -0
  3062. package/src/themes/sap_horizon_exp/parameters-bundle.css +21 -0
  3063. package/src/themes/sap_horizon_hcb/DynamicPageTitle-parameters.css +11 -0
  3064. package/src/themes/sap_horizon_hcb/FlexibleColumnLayout-parameters.css +6 -0
  3065. package/src/themes/sap_horizon_hcb/MediaGallery-parameters.css +5 -0
  3066. package/src/themes/sap_horizon_hcb/NotificationListItem-parameters.css +22 -0
  3067. package/src/themes/sap_horizon_hcb/Page-parameters.css +4 -0
  3068. package/src/themes/sap_horizon_hcb/ProductSwitchItem-parameters.css +6 -0
  3069. package/src/themes/sap_horizon_hcb/SearchField-parameters.css +29 -0
  3070. package/src/themes/sap_horizon_hcb/ShellBar-parameters.css +14 -0
  3071. package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +53 -0
  3072. package/src/themes/sap_horizon_hcb/TimelineItem-parameters.css +6 -0
  3073. package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +11 -0
  3074. package/src/themes/sap_horizon_hcb/Wizard-parameters.css +6 -0
  3075. package/src/themes/sap_horizon_hcb/WizardTab-parameters.css +11 -0
  3076. package/src/themes/sap_horizon_hcb/parameters-bundle.css +24 -0
  3077. package/src/themes/sap_horizon_hcb_exp/FlexibleColumnLayout-parameters.css +6 -0
  3078. package/src/themes/sap_horizon_hcb_exp/MediaGallery-parameters.css +5 -0
  3079. package/src/themes/sap_horizon_hcb_exp/Page-parameters.css +4 -0
  3080. package/src/themes/sap_horizon_hcb_exp/ProductSwitchItem-parameters.css +6 -0
  3081. package/src/themes/sap_horizon_hcb_exp/ShellBar-parameters.css +11 -0
  3082. package/src/themes/sap_horizon_hcb_exp/SideNavigation-parameters.css +16 -0
  3083. package/src/themes/sap_horizon_hcb_exp/TimelineItem-parameters.css +6 -0
  3084. package/src/themes/sap_horizon_hcb_exp/UploadCollection-parameters.css +8 -0
  3085. package/src/themes/sap_horizon_hcb_exp/Wizard-parameters.css +6 -0
  3086. package/src/themes/sap_horizon_hcb_exp/WizardTab-parameters.css +11 -0
  3087. package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +18 -0
  3088. package/src/themes/sap_horizon_hcw/DynamicPageTitle-parameters.css +11 -0
  3089. package/src/themes/sap_horizon_hcw/FlexibleColumnLayout-parameters.css +6 -0
  3090. package/src/themes/sap_horizon_hcw/MediaGallery-parameters.css +5 -0
  3091. package/src/themes/sap_horizon_hcw/NotificationListItem-parameters.css +22 -0
  3092. package/src/themes/sap_horizon_hcw/Page-parameters.css +4 -0
  3093. package/src/themes/sap_horizon_hcw/ProductSwitchItem-parameters.css +6 -0
  3094. package/src/themes/sap_horizon_hcw/SearchField-parameters.css +29 -0
  3095. package/src/themes/sap_horizon_hcw/ShellBar-parameters.css +14 -0
  3096. package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +53 -0
  3097. package/src/themes/sap_horizon_hcw/TimelineItem-parameters.css +6 -0
  3098. package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +11 -0
  3099. package/src/themes/sap_horizon_hcw/Wizard-parameters.css +6 -0
  3100. package/src/themes/sap_horizon_hcw/WizardTab-parameters.css +11 -0
  3101. package/src/themes/sap_horizon_hcw/parameters-bundle.css +25 -0
  3102. package/src/themes/sap_horizon_hcw_exp/FlexibleColumnLayout-parameters.css +6 -0
  3103. package/src/themes/sap_horizon_hcw_exp/MediaGallery-parameters.css +5 -0
  3104. package/src/themes/sap_horizon_hcw_exp/Page-parameters.css +4 -0
  3105. package/src/themes/sap_horizon_hcw_exp/ProductSwitchItem-parameters.css +6 -0
  3106. package/src/themes/sap_horizon_hcw_exp/ShellBar-parameters.css +5 -0
  3107. package/src/themes/sap_horizon_hcw_exp/SideNavigation-parameters.css +16 -0
  3108. package/src/themes/sap_horizon_hcw_exp/TimelineItem-parameters.css +6 -0
  3109. package/src/themes/sap_horizon_hcw_exp/UploadCollection-parameters.css +7 -0
  3110. package/src/themes/sap_horizon_hcw_exp/Wizard-parameters.css +6 -0
  3111. package/src/themes/sap_horizon_hcw_exp/WizardTab-parameters.css +11 -0
  3112. package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +19 -0
  3113. package/tsconfig.json +43 -0
@@ -0,0 +1,11 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-ExternalLink">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M136.0742,25.2483 L134.2732,25.2483 L134.2732,43.0833 C134.2732,44.5283 132.5072,45.2173 131.5312,44.1503 L127.6652,39.9043 C127.6142,39.8503 127.5562,39.8073 127.5002,39.7613 L127.5002,46.0553 L127.5002,114.6943 C127.5002,116.8263 125.7712,118.5553 123.6392,118.5553 L31.5562,118.5553 L31.5582,121.6063 C31.5582,123.7373 33.2842,125.4653 35.4142,125.4653 L129.6392,125.4653 C131.7712,125.4653 133.5002,123.7363 133.5002,121.6043 L133.5002,45.3563 L134.9042,46.8973 C135.8792,47.9653 137.6462,47.2763 137.6462,45.8313 L137.6462,26.8203 C137.6462,25.9483 136.9462,25.2483 136.0742,25.2483" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M25.5581,114.6973 C25.5581,116.8273 27.2851,118.5543 29.4141,118.5543 L123.6401,118.5543 C125.7711,118.5543 127.5001,116.8263 127.5001,114.6943 L127.5001,46.0543 L25.5101,46.0543 L25.5581,114.6973 Z" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_Layering2)" d="M127.5,46.0547 L25.5,46.0547 L25.5,32.2867 C25.5,30.2257 27.171,28.5547 29.232,28.5547 L124.272,28.5547 C126.055,28.5547 127.5,29.9997 127.5,31.7827 L127.5,46.0547 Z" class="sapIllus_Layering2"/>
5
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M132.7012,22.5 L113.4272,22.5 C112.0152,22.5 111.3152,24.198 112.3132,25.185 L116.4902,29.373 C117.0972,29.98 117.1092,30.968 116.5132,31.587 L107.7412,40.669 C107.6952,40.715 107.6382,40.761 107.5922,40.817 L106.5942,41.827 C106.4562,41.977 106.3302,42.137 106.1922,42.298 C104.0232,44.925 102.7272,48.298 102.7272,51.981 C102.7272,58.865 107.2822,64.682 113.5352,66.609 C112.1242,64.579 111.2982,62.101 111.2982,59.438 C111.2982,55.985 112.6852,52.854 114.9462,50.581 C115.0032,50.513 115.0722,50.443 115.1412,50.387 L123.0072,42.28 L125.3582,39.87 C126.0012,39.228 127.0452,39.239 127.6652,39.905 L131.5312,44.15 C132.5072,45.217 134.2732,44.528 134.2732,43.083 L134.2732,24.072 C134.2732,23.2 133.5732,22.5 132.7012,22.5" class="sapIllus_BrandColorSecondary"/>
6
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M113.4268,23 C112.8918,23 112.5598,23.344 112.4278,23.666 C112.2578,24.08 112.3468,24.515 112.6648,24.829 L116.8448,29.02 C117.6408,29.816 117.6538,31.124 116.8728,31.934 L108.1008,41.017 C108.0908,41.029 107.9588,41.157 107.9478,41.169 L106.9488,42.179 C106.8768,42.258 106.7978,42.354 106.7168,42.451 L106.5728,42.623 C104.4168,45.233 103.2278,48.559 103.2278,51.981 C103.2278,58.046 106.8448,63.379 112.3628,65.657 C111.3348,63.759 110.7978,61.635 110.7978,59.438 C110.7978,55.959 112.1458,52.687 114.5918,50.229 C114.6378,50.17 114.7318,50.076 114.8248,49.999 L125.0008,39.521 C125.4058,39.116 125.9338,38.896 126.4958,38.896 C126.5098,38.896 126.5228,38.896 126.5348,38.897 C127.1088,38.907 127.6398,39.145 128.0308,39.564 L131.9018,43.813 C132.2668,44.215 132.7518,44.222 133.0858,44.093 C133.4178,43.964 133.7738,43.631 133.7738,43.083 L133.7738,24.072 C133.7738,23.481 133.2918,23 132.7008,23 L113.4268,23 Z M113.5348,67.109 C113.4868,67.109 113.4368,67.103 113.3878,67.087 C106.7128,65.029 102.2278,58.959 102.2278,51.981 C102.2278,48.327 103.4988,44.775 105.8068,41.979 L105.9478,41.812 C106.0398,41.701 106.1298,41.593 106.2258,41.488 L107.2368,40.466 C107.2488,40.445 107.3018,40.395 107.3538,40.348 L116.1538,31.239 C116.5578,30.819 116.5508,30.141 116.1368,29.727 L111.9588,25.538 C111.3548,24.939 111.1788,24.076 111.5028,23.286 C111.8278,22.493 112.5658,22 113.4268,22 L132.7008,22 C133.8438,22 134.7738,22.93 134.7738,24.072 L134.7738,43.083 C134.7738,43.95 134.2528,44.713 133.4478,45.025 C132.6448,45.337 131.7468,45.127 131.1618,44.488 L127.2948,40.242 C127.0948,40.026 126.8178,39.902 126.5178,39.897 C126.2048,39.86 125.9278,40.008 125.7118,40.224 L115.4998,50.735 C115.4128,50.811 115.3678,50.855 115.3308,50.9 C113.0418,53.204 111.7978,56.225 111.7978,59.438 C111.7978,61.921 112.5408,64.303 113.9458,66.324 C114.0678,66.499 114.0648,66.732 113.9388,66.904 C113.8428,67.035 113.6918,67.109 113.5348,67.109 L113.5348,67.109 Z" class="sapIllus_StrokeDetailColor"/>
7
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M36.1528 37.3565C36.1528 38.5965 35.1468 39.6025 33.9068 39.6025 32.6658 39.6025 31.6598 38.5965 31.6598 37.3565 31.6598 36.1165 32.6658 35.1105 33.9068 35.1105 35.1468 35.1105 36.1528 36.1165 36.1528 37.3565M49.9702 37.3565C49.9702 38.5965 48.9642 39.6025 47.7232 39.6025 46.4832 39.6025 45.4772 38.5965 45.4772 37.3565 45.4772 36.1165 46.4832 35.1105 47.7232 35.1105 48.9642 35.1105 49.9702 36.1165 49.9702 37.3565M43.0615 37.3565C43.0615 38.5965 42.0555 39.6025 40.8145 39.6025 39.5745 39.6025 38.5685 38.5965 38.5685 37.3565 38.5685 36.1165 39.5745 35.1105 40.8145 35.1105 42.0555 35.1105 43.0615 36.1165 43.0615 37.3565" class="sapIllus_ObjectFillColor"/>
8
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M127.5,43.3604 C127.224,43.3604 127,43.5844 127,43.8604 L127,45.5544 L123.159,45.5544 C122.883,45.5544 122.659,45.7784 122.659,46.0544 C122.659,46.3314 122.883,46.5544 123.159,46.5544 L127,46.5544 L127,114.6964 C127,116.5484 125.494,118.0544 123.643,118.0544 L29.358,118.0544 C27.506,118.0544 26,116.5484 26,114.6964 L26,46.5544 L26,46.5544 L100.429,46.5544 C100.705,46.5544 100.929,46.3314 100.929,46.0544 C100.929,45.7784 100.705,45.5544 100.429,45.5544 L26,45.5544 L26,45.5544 L26,32.4134 C26,30.5614 27.506,29.0544 29.358,29.0544 L110.245,29.0544 C110.521,29.0544 110.745,28.8314 110.745,28.5544 C110.745,28.2784 110.521,28.0544 110.245,28.0544 L29.358,28.0544 C26.955,28.0544 25,30.0094 25,32.4134 L25,114.6964 C25,117.0994 26.955,119.0544 29.358,119.0544 L123.643,119.0544 C126.045,119.0544 128,117.0994 128,114.6964 L128,46.0544 L128,43.8604 C128,43.5844 127.776,43.3604 127.5,43.3604" class="sapIllus_StrokeDetailColor"/>
9
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M39.2007,109.0498 C37.0017,109.0498 35.3447,107.2828 35.3447,104.9398 L35.3447,55.9688 C35.3447,55.8358 35.3967,55.7078 35.4917,55.6138 C35.5857,55.5208 35.7247,55.4408 35.8467,55.4688 L99.3237,55.7228 C99.5997,55.7238 99.8227,55.9478 99.8217,56.2248 C99.8207,56.5008 99.6187,56.7538 99.3197,56.7228 L36.3447,56.4708 L36.3447,104.9398 C36.3447,106.7128 37.5727,108.0498 39.2007,108.0498 L113.7317,108.0058 C115.3797,108.0058 116.7207,106.6648 116.7207,105.0178 L116.7207,56.4308 C116.7207,56.1538 116.9447,55.9308 117.2207,55.9308 C117.4967,55.9308 117.7207,56.1538 117.7207,56.4308 L117.7207,105.0178 C117.7207,107.2168 115.9307,109.0058 113.7317,109.0058 L39.2007,109.0498 Z" class="sapIllus_StrokeDetailColor"/>
10
+ <path fill="var(--sapIllus_BackgroundColor)" d="M129.5,144.0549 C129.5,146.5399 106.891,148.5549 79,148.5549 C51.11,148.5549 28.5,146.5399 28.5,144.0549 C28.5,141.5699 51.11,139.5549 79,139.5549 C106.891,139.5549 129.5,141.5699 129.5,144.0549" class="sapIllus_BackgroundColor"/>
11
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-FaceID">
2
+ <path fill="var(--sapIllus_BackgroundColor)" d="M148.1773,79.704 C148.0633,84.947 147.1013,90.474 145.1653,96.253 C120.0203,171.344 -13.6467,135.38 16.3653,59.478 C41.9483,-5.22 149.5223,18.343 148.1773,79.704" class="sapIllus_BackgroundColor"/>
3
+ <path fill="var(--sapIllus_Layering2)" d="M67.9478,32.2186 C53.0958,37.9236 42.3968,54.0116 42.3968,72.9666 L42.3968,73.3546 L37.5618,74.3326 C37.5468,74.4266 37.4518,75.3086 37.3398,76.5276 C34.2198,78.1916 32.6038,81.8736 33.6668,85.3866 C34.2588,87.3406 35.5718,88.8756 37.2248,89.7966 C37.2918,90.4476 37.3658,91.0896 37.4508,91.7196 C37.4618,91.8296 37.4808,91.9306 37.4918,92.0316 L42.4268,93.0266 L42.4268,93.0706 C43.6848,97.2556 46.3208,100.8776 49.7928,103.8756 C53.2538,106.8846 57.6708,109.3096 62.7318,111.1806 C64.3988,111.8046 66.1498,112.3196 67.9478,112.7566 L67.9478,32.2186 Z" class="sapIllus_Layering2"/>
4
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M80.0602,29.9901 C77.6272,29.9901 75.2502,30.2601 72.9482,30.7691 L72.9482,113.6521 C75.2552,113.9761 77.6262,114.1671 80.0602,114.1671 C86.2172,114.1671 92.0342,113.0901 97.1752,111.1681 C102.2362,109.2971 106.6532,106.8721 110.1152,103.8631 C113.5852,100.8651 116.2222,97.2431 117.4802,93.0561 L117.5092,73.3961 L117.5092,72.9541 C117.5092,49.2281 100.7472,29.9901 80.0602,29.9901" class="sapIllus_ObjectFillColor"/>
5
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M83.6783,30.4247 L83.6783,29.3857 C83.6783,27.8257 82.4133,26.5617 80.8543,26.5617 L78.6033,26.5617 C77.0433,26.5617 75.7803,27.8257 75.7803,29.3857 L75.7803,30.3737 C74.8303,30.4887 73.8883,30.6597 72.9483,30.8617 L72.9483,42.6937 L86.9483,42.6937 C87.6753,42.6937 88.3563,42.3347 88.7663,41.7347 L94.3633,33.5487 C90.7403,31.9037 87.1813,30.8787 83.6783,30.4247" class="sapIllus_BrandColorSecondary"/>
6
+ <polygon fill="var(--sapIllus_StrokeDetailColor)" points="79.229 26.561 80.229 26.561 80.229 17.4 79.229 17.4" class="sapIllus_StrokeDetailColor"/>
7
+ <polygon fill="var(--sapIllus_Layering1)" points="76.189 122.864 83.188 122.864 83.188 113.743 76.189 113.743" class="sapIllus_Layering1"/>
8
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M122.9625 83.4013C122.9625 86.3083 122.7715 89.1063 122.4185 91.7123 122.4085 91.8233 122.3885 91.9233 122.3785 92.0243L117.3375 93.0403 117.3375 73.3193 122.3085 74.3253C122.3485 74.5773 122.3885 74.8383 122.4185 75.0893 122.7715 77.6963 122.9625 80.4933 122.9625 83.4013M102.2144 74.6141C99.6534 77.1941 93.6344 77.2331 91.0444 74.6341 88.4434 72.0441 89.8144 63.8031 92.3844 61.2441 94.9644 58.6831 99.0944 58.9331 101.6644 61.4941 104.2244 64.0531 104.7644 72.0441 102.2144 74.6141M104.2044 58.1141C100.3144 54.2141 94.0244 53.8531 90.1144 57.7331 86.2044 61.6241 84.1244 74.1341 88.0744 78.0841 92.0144 82.0231 101.1534 81.9641 105.0344 78.0531 108.9244 74.1341 108.0944 62.0041 104.2044 58.1141" class="sapIllus_BrandColorSecondary"/>
9
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M95.0377 65.3388C96.0537 64.3288 97.6837 64.4248 98.6947 65.4368 99.7057 66.4468 99.9207 69.5978 98.9117 70.6128 97.9027 71.6288 95.5297 71.6448 94.5067 70.6208 93.4827 69.5978 94.0217 66.3478 95.0377 65.3388M89.9098 35.6278L69.3268 35.6278C69.0508 35.6278 68.8268 35.4038 68.8268 35.1278 68.8268 34.8518 69.0508 34.6278 69.3268 34.6278L89.9098 34.6278C90.1858 34.6278 90.4098 34.8518 90.4098 35.1278 90.4098 35.4038 90.1858 35.6278 89.9098 35.6278M88.0699 39.12L71.1669 39.12C70.8899 39.12 70.6669 38.896 70.6669 38.62 70.6669 38.344 70.8899 38.12 71.1669 38.12L88.0699 38.12C88.3459 38.12 88.5699 38.344 88.5699 38.62 88.5699 38.896 88.3459 39.12 88.0699 39.12" class="sapIllus_StrokeDetailColor"/>
10
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M48.4439,130.331 C68.1059,139.042 92.3189,140.416 112.0819,132.102 C108.5229,128.83 103.8369,126.139 98.0979,124.3 C92.5579,122.511 86.3019,121.504 79.6879,121.504 C73.0529,121.504 66.7869,122.511 61.2459,124.309 C56.3309,125.888 51.9859,127.891 48.4439,130.331" class="sapIllus_ObjectFillColor"/>
11
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M112.4205,131.7343 C108.6865,128.3003 103.9195,125.6383 98.2515,123.8233 C92.4575,121.9523 86.2115,121.0033 79.6885,121.0033 C73.1325,121.0033 66.8755,121.9553 61.0935,123.8333 C56.0015,125.4663 51.6505,127.5143 48.1605,129.9183 C48.1075,129.9553 47.9825,130.0543 47.9455,130.1083 C48.2865,130.2613 48.6305,130.4113 48.9745,130.5603 L49.4825,130.2373 C52.7585,128.1053 56.7625,126.2733 61.3995,124.7843 C67.0845,122.9383 73.2375,122.0033 79.6885,122.0033 C86.1075,122.0033 92.2495,122.9353 97.9455,124.7753 C103.1805,126.4523 107.6195,128.8623 111.1545,131.9443 L111.5855,132.2983 C111.9145,132.1633 112.2415,132.0223 112.5685,131.8803 C112.5365,131.8403 112.4485,131.7613 112.4205,131.7343" class="sapIllus_StrokeDetailColor"/>
12
+ <path fill="var(--sapIllus_Layering1)" d="M122.6041,76.664 C122.8341,78.813 122.9621,81.068 122.9621,83.401 C122.9621,85.507 122.8591,87.551 122.6701,89.51 C124.8001,88.172 126.2201,85.808 126.2201,83.107 C126.2201,80.378 124.7701,77.994 122.6041,76.664" class="sapIllus_Layering1"/>
13
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M56.6129 108.9716C56.5339 108.9716 56.4539 108.9526 56.3799 108.9136 53.7569 107.5296 51.4299 105.9606 49.4649 104.2536 49.2709 104.0846 49.0789 103.9146 48.8889 103.7426 48.6849 103.5586 48.6699 103.2416 48.8549 103.0366 49.0419 102.8326 49.3579 102.8186 49.5609 103.0026 49.7449 103.1686 49.9309 103.3346 50.1199 103.4976 52.0279 105.1566 54.2909 106.6806 56.8459 108.0296 57.0909 108.1586 57.1839 108.4606 57.0549 108.7046 56.9659 108.8746 56.7919 108.9716 56.6129 108.9716M42.8082 67.0868C42.7872 67.0868 42.7652 67.0858 42.7432 67.0828 42.4692 67.0468 42.2762 66.7968 42.3112 66.5228 42.7032 63.5008 43.3762 60.5218 44.3152 57.6658 44.4002 57.4038 44.6832 57.2578 44.9462 57.3478 45.2072 57.4338 45.3512 57.7158 45.2642 57.9788 44.3462 60.7738 43.6862 63.6908 43.3032 66.6508 43.2702 66.9028 43.0552 67.0868 42.8082 67.0868M47.4684 51.8632C47.3924 51.8632 47.3144 51.8452 47.2414 51.8082 46.9954 51.6832 46.8974 51.3832 47.0234 51.1362 48.4124 48.4002 50.0694 45.8312 51.9474 43.5012 52.1204 43.2842 52.4374 43.2532 52.6504 43.4252 52.8644 43.5982 52.8994 43.9132 52.7264 44.1282 50.8914 46.4042 49.2724 48.9152 47.9134 51.5902 47.8254 51.7632 47.6504 51.8632 47.4684 51.8632M45.0689 98.4745C44.9889 98.5345 44.8989 98.5535 44.8089 98.5535 44.6389 98.5535 44.4789 98.4745 44.3799 98.3245 43.4089 96.7745 42.6589 95.1445 42.1299 93.4745L37.3889 92.5245C37.1789 92.4745 37.0189 92.3035 36.9999 92.0835L36.9489 91.7635C36.8799 91.2245 36.8089 90.6635 36.7499 90.1035 35.0589 89.0835 33.7689 87.4635 33.1889 85.5345 33.0899 85.2035 33.0089 84.8735 32.9599 84.5435 32.9089 84.2745 33.0899 84.0135 33.3589 83.9635 33.6389 83.9045 33.8889 84.1035 33.9389 84.3735 33.9889 84.6635 34.0589 84.9535 34.1489 85.2445 34.5899 86.6835 35.4689 87.9135 36.6299 88.7935 36.5989 88.3945 36.5689 87.9945 36.5389 87.5835 36.5189 87.3145 36.7289 87.0745 37.0089 87.0535 37.2689 87.0245 37.5189 87.2445 37.5389 87.5245 37.5789 88.1735 37.6299 88.8335 37.6989 89.4745 37.7289 89.8735 37.7689 90.2535 37.8289 90.6445 37.8589 90.9745 37.8989 91.2935 37.9389 91.6145L42.0289 92.4335 42.0289 88.5435C42.0289 88.2745 42.2589 88.0435 42.5289 88.0435 42.8089 88.0435 43.0289 88.2745 43.0289 88.5435L43.0289 92.9945C43.5289 94.6445 44.2689 96.2535 45.2289 97.7845 45.3799 98.0245 45.3089 98.3335 45.0689 98.4745M44.7496 78.414C44.6796 78.454 44.5996 78.475 44.5196 78.475 44.3396 78.475 44.1696 78.374 44.0786 78.204 43.7386 77.564 43.4596 77.004 43.2096 76.524 43.1486 76.404 43.0896 76.284 43.0286 76.174L43.0286 77.824C43.0286 78.103 42.8096 78.324 42.5286 78.324 42.2596 78.324 42.0286 78.103 42.0286 77.824L42.0286 73.934 38.0196 74.754C37.9886 74.984 37.9596 75.314 37.9196 75.714 37.8896 76.044 37.8496 76.424 37.8096 76.844 37.7496 77.454 37.6986 78.144 37.6396 78.853 37.6186 79.114 37.3986 79.314 37.1396 79.314L37.0996 79.314C36.8286 79.294 36.6186 79.054 36.6486 78.774 36.6886 78.334 36.7196 77.894 36.7496 77.475 36.3796 77.754 36.0386 78.054 35.7286 78.394 35.6296 78.504 35.4886 78.554 35.3586 78.554 35.2386 78.554 35.1086 78.514 35.0196 78.424 34.8186 78.234 34.7996 77.914 34.9886 77.714 35.5386 77.124 36.1696 76.614 36.8686 76.225 36.9696 75.134 37.0496 74.353 37.0686 74.254 37.0996 74.044 37.2596 73.884 37.4596 73.844L42.4296 72.834C42.5786 72.804 42.7286 72.844 42.8496 72.944 42.9696 73.034 43.0286 73.174 43.0286 73.324L43.0286 73.824C43.2886 74.424 43.8186 75.594 44.9596 77.734 45.0896 77.984 44.9996 78.284 44.7496 78.414M53.3912 92.1093C53.2792 92.1093 53.1662 92.0723 53.0732 91.9953 51.5322 90.7243 50.3012 89.3003 49.4152 87.7653 48.7332 86.5853 48.1122 85.5013 47.5472 84.5053 47.4112 84.2643 47.4952 83.9593 47.7352 83.8233 47.9742 83.6843 48.2802 83.7693 48.4162 84.0103 48.9812 85.0053 49.6002 86.0873 50.2812 87.2653 51.1072 88.6973 52.2612 90.0293 53.7092 91.2233 53.9222 91.3993 53.9532 91.7143 53.7772 91.9273 53.6782 92.0473 53.5352 92.1093 53.3912 92.1093M63.8502 81.5184L63.8482 81.5184C60.4692 81.5054 57.4082 80.4984 55.4502 78.7574 55.2432 78.5744 55.2242 78.2574 55.4082 78.0514 55.5922 77.8434 55.9082 77.8274 56.1142 78.0094 57.8932 79.5914 60.7132 80.5064 63.8522 80.5184 64.1282 80.5194 64.3512 80.7444 64.3502034 81.0204 64.3492 81.2954 64.1252 81.5184 63.8502 81.5184M53.398 72.7636C53.138 72.7636 52.919 72.5626 52.9 72.2986 52.868 71.8416 52.853 71.3746 52.852 70.9006 52.852 68.5396 53.239 65.9326 53.94 63.5596 54.019 63.2946 54.298 63.1446 54.561 63.2216 54.826 63.2996 54.977 63.5776 54.899 63.8426 54.224 66.1266 53.852 68.6326 53.852 70.8996 53.853 71.3496 53.868 71.7946 53.898 72.2286 53.918 72.5036 53.71 72.7426 53.434 72.7626 53.422 72.7636 53.411 72.7636 53.398 72.7636M57.4947 58.2499C57.3677 58.2499 57.2417 58.2039 57.1467 58.1089 56.9517 57.9139 56.9387 57.6109 57.1347 57.4159L57.1607 57.3899C59.3357 55.2289 62.3917 54.1969 65.5077 54.5889 65.7807 54.6229 65.9747 54.8729 65.9407 55.1469 65.9067 55.4219 65.6497 55.6119 65.3827 55.5809 62.5827 55.2309 59.8237 56.1539 57.8667 58.0979 57.7657 58.1979 57.6297 58.2499 57.4947 58.2499M60.6529 76.3397C60.5949 76.3397 60.5369 76.3297 60.4789 76.3087 59.5119 75.9507 58.7069 75.4537 58.0849 74.8317 56.8119 73.5597 56.5449 71.3627 56.5449 69.7447 56.5449 69.1407 56.5829 68.5067 56.6569 67.8607 56.6889 67.5857 56.9389 67.3927 57.2119 67.4217 57.4859 67.4537 57.6819 67.7017 57.6509 67.9767 57.5809 68.5837 57.5449 69.1787 57.5449 69.7447 57.5449 71.7657 57.9879 73.3197 58.7919 74.1247 59.3109 74.6447 59.9959 75.0637 60.8269 75.3707 61.0859 75.4667 61.2169 75.7537 61.1219 76.0137 61.0479 76.2147 60.8559 76.3397 60.6529 76.3397M59.7613 61.5936C59.6383 61.5936 59.5163 61.5506 59.4233 61.4616 59.2273 61.2756 59.2003 60.9806 59.3833 60.7806 59.4053 60.7566 59.4593 60.7046 59.4853 60.6856 60.6953 59.4766 62.3833 58.7846 64.1853 58.7846 65.8273 58.7846 67.4553 59.3616 68.7703 60.4086 68.9863 60.5806 69.0223 60.8956 68.8493 61.1116 68.6773 61.3276 68.3633 61.3646 68.1473 61.1906 67.0093 60.2836 65.6023 59.7846 64.1853 59.7846 62.6493 59.7846 61.2113 60.3726 60.1373 61.4406 60.0353 61.5406 59.8983 61.5936 59.7613 61.5936M62.4342 65.3456C63.4502 64.3366 65.0802 64.4326 66.0912 65.4436 67.1022 66.4536 67.3172 69.6046 66.3082 70.6196 65.2982 71.6366 62.9262 71.6526 61.9032 70.6286 60.8782 69.6046 61.4182 66.3556 62.4342 65.3456" class="sapIllus_StrokeDetailColor"/>
14
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M83.6783 13.7059C83.6783 15.8869 81.9093 17.6549 79.7293 17.6549 77.5473 17.6549 75.7803 15.8869 75.7803 13.7059 75.7803 11.5239 77.5473 9.7559 79.7293 9.7559 81.9093 9.7559 83.6783 11.5239 83.6783 13.7059M72.9478 59.6298L72.9478 77.6898C76.0938 73.9228 75.7398 64.3598 72.9478 59.6298" class="sapIllus_BrandColorSecondary"/>
15
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M118.0074 73.8798L118.0094 72.9538C118.0094 48.9878 100.9854 29.4908 80.0604 29.4908 77.6294 29.4908 75.2524 29.7558 72.9474 30.2588L72.9474 31.2868C75.2494 30.7668 77.6274 30.4908 80.0604 30.4908 100.4344 30.4908 117.0094 49.5398 117.0094 72.9538L117.0074 74.0158C116.7044 75.1268 115.3164 78.2878 109.6114 87.2388 105.3294 93.9608 92.2314 98.4208 77.7654 98.1218 76.1124 98.0858 74.5064 97.9838 72.9474 97.8268L72.9474 98.8358C74.4964 98.9858 76.0954 99.0848 77.7434 99.1208 78.2044 99.1318 78.6674 99.1368 79.1344 99.1368 91.3434 99.1368 105.4144 95.6888 110.4554 87.7758 113.5804 82.8718 115.7934 79.1018 117.0034 76.6298L116.9794 92.9838C115.8024 96.8468 113.3824 100.3798 109.7854 103.4868 106.4844 106.3568 102.1824 108.7828 96.9994 110.6998 91.7344 112.6688 86.0344 113.6668 80.0604 113.6668 77.6404 113.6668 75.2714 113.4798 72.9474 113.1498L72.9474 114.1678C74.2234 114.3438 75.5124 114.4768 76.8174 114.5568L76.1894 114.5568 83.1884 116.4328 83.1884 114.5648C88.1474 114.2738 92.9004 113.3008 97.3484 111.6378 102.6424 109.6798 107.0484 107.1918 110.4414 104.2418 114.2034 100.9908 116.7334 97.2768 117.9574 93.2008 117.9724 93.1548 117.9794 93.1068 117.9794 93.0588L118.0074 74.1468C118.0094 74.1368 118.0144 74.1238 118.0164 74.1148 118.0344 74.0338 118.0274 73.9548 118.0074 73.8798M67.9478 37.1552L65.4508 33.8682C66.2808 33.4892 67.1148 33.1562 67.9478 32.8462L67.9478 31.7862C66.7908 32.2032 65.6278 32.6732 64.4788 33.2182 64.4638 33.2262 64.3878 33.2592 64.3648 33.2702 61.7018 34.6362 59.1708 36.3592 56.8438 38.3912 56.6358 38.5742 56.6148 38.8892 56.7968 39.0972 56.8958 39.2112 57.0348 39.2682 57.1738 39.2682 57.2908 39.2682 57.4078 39.2272 57.5028 39.1452 59.6838 37.2382 62.0538 35.6202 64.5418 34.3162L67.9478 38.8062 67.9478 37.1552zM67.9478 97.1444C64.9288 96.5724 62.1638 95.7744 59.7368 94.7544 59.4838 94.6484 59.1888 94.7674 59.0828 95.0224 58.9748 95.2764 59.0948 95.5704 59.3498 95.6764 61.8918 96.7444 64.7878 97.5774 67.9478 98.1654L67.9478 97.1444zM67.9478 112.2538C66.3188 111.8538 64.7248 111.3788 63.1878 110.8158 62.9308 110.7228 62.6408 110.8528 62.5468 111.1128 62.4518 111.3718 62.5848 111.6588 62.8438 111.7548 64.4898 112.3578 66.1998 112.8598 67.9478 113.2808L67.9478 112.2538z" class="sapIllus_StrokeDetailColor"/>
16
+ <path fill="var(--sapIllus_AccentColor)" d="M72.9478,7.0077 L72.9478,118.1527 C72.9478,118.7087 72.4968,119.1597 71.9398,119.1597 L68.9558,119.1597 C68.3988,119.1597 67.9478,118.7087 67.9478,118.1527 L67.9478,7.0077 C67.9478,6.4507 68.3988,5.9997 68.9558,5.9997 L71.9398,5.9997 C72.4968,5.9997 72.9478,6.4507 72.9478,7.0077" class="sapIllus_AccentColor"/>
17
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-Fingerprint">
2
+ <path fill="var(--sapIllus_BackgroundColor)" d="M103.2212,8.8953 C124.3622,13.0203 133.9552,43.1723 135.9292,53.9313 C137.9222,64.7983 138.6952,93.6143 133.5842,110.1163 C125.2712,136.9683 99.4732,157.5073 65.2982,151.6843 C35.0012,145.3533 16.1982,112.7623 22.7372,70.4303 C28.0012,36.3533 67.7832,1.9803 103.2212,8.8953" class="sapIllus_BackgroundColor"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M131.9146,80.2381 C131.9146,108.9571 108.6336,132.2381 79.9146,132.2381 C51.1956,132.2381 27.9136,108.9571 27.9136,80.2381 C27.9136,51.5191 51.1956,28.2381 79.9146,28.2381 C108.6336,28.2381 131.9146,51.5191 131.9146,80.2381" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M147.8208,89.3836 L12.0078,89.3836 C11.4508,89.3836 10.9998,88.9326 10.9998,88.3756 L10.9998,72.1006 C10.9998,71.5436 11.4508,71.0926 12.0078,71.0926 L147.8208,71.0926 C148.3778,71.0926 148.8288,71.5436 148.8288,72.1006 L148.8288,88.3756 C148.8288,88.9326 148.3778,89.3836 147.8208,89.3836" class="sapIllus_BrandColorSecondary"/>
5
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M71.4654 125.0652C71.3644 125.0652 71.2614 125.0352 71.1734 124.9702 70.9494 124.8092 70.8994 124.4972 71.0604 124.2732 76.5484 116.6622 80.5324 108.2172 82.9004 99.1752 82.9694 98.9082 83.2374 98.7442 83.5104 98.8192 83.7774 98.8882 83.9374 99.1622 83.8664 99.4292 81.4684 108.5902 77.4324 117.1462 71.8714 124.8572 71.7734 124.9932 71.6204 125.0652 71.4654 125.0652M54.3433 117.8855C54.2323 117.8855 54.1203 117.8485 54.0273 117.7725 53.8133 117.5985 53.7813 117.2825 53.9563 117.0695 55.6933 114.9445 57.2933 112.6815 58.7113 110.3425 58.8543 110.1075 59.1623 110.0325 59.3983 110.1745 59.6343 110.3185 59.7093 110.6255 59.5663 110.8625 58.1233 113.2395 56.4973 115.5405 54.7313 117.7015 54.6323 117.8235 54.4883 117.8855 54.3433 117.8855M86.2867 125.4558C86.1977 125.4558 86.1077 125.4328 86.0267 125.3838 85.7907 125.2398 85.7167 124.9328 85.8587 124.6958 87.6557 121.7388 89.2897 118.6438 90.7167 115.4928 90.8297 115.2408 91.1287 115.1308 91.3777 115.2438 91.6297 115.3568 91.7407 115.6538 91.6267 115.9048 90.1837 119.0918 88.5307 122.2248 86.7147 125.2158 86.6197 125.3698 86.4547 125.4558 86.2867 125.4558M49.3462 113.9432C49.2362 113.9432 49.1242 113.9072 49.0322 113.8322 48.8172 113.6582 48.7842 113.3422 48.9582 113.1292 52.8882 108.2802 55.8982 102.8412 57.9062 96.9632 57.9952 96.7022 58.2802 96.5642 58.5412 96.6512 58.8022 96.7412 58.9422 97.0252 58.8522 97.2872 56.8062 103.2762 53.7392 108.8182 49.7352 113.7572 49.6362 113.8802 49.4922 113.9432 49.3462 113.9432M94.6665 123.531C94.5875 123.531 94.5075 123.512 94.4325 123.472 94.1875 123.344 94.0955 123.041 94.2255 122.797 98.7685 114.235 101.9025 105.053 103.5435 95.508 103.5905 95.235 103.8435 95.052 104.1215 95.099 104.3935 95.146 104.5765 95.405 104.5295 95.677 102.8705 105.328 99.7005 114.61 95.1075 123.265 95.0185 123.434 94.8455 123.531 94.6665 123.531M54.7207 80.368C54.4447 80.368 54.2207 80.144 54.2207 79.868 54.2207 68.492 61.5127 58.58 72.3667 55.203 72.6337 55.121 72.9107 55.269 72.9927 55.532 73.0747 55.796 72.9277 56.076 72.6637 56.158 62.2307 59.403 55.2207 68.931 55.2207 79.868 55.2207 80.144 54.9967 80.368 54.7207 80.368" class="sapIllus_StrokeDetailColor"/>
6
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M50.0952 69.5838C50.0392 69.5838 49.9822 69.5738 49.9262 69.5548 49.6662 69.4608 49.5312 69.1748 49.6252 68.9148 54.2272 56.1318 66.4532 47.5428 80.0462 47.5428 93.2712 47.5428 105.0312 55.4588 110.0062 67.7098 110.1112 67.9658 109.9882 68.2578 109.7322 68.3608 109.4752 68.4658 109.1832 68.3428 109.0802 68.0868 104.2582 56.2138 92.8622 48.5428 80.0462 48.5428 66.8732 48.5428 55.0262 56.8658 50.5652 69.2528 50.4922 69.4568 50.3002 69.5838 50.0952 69.5838M113.7183 111.0017C113.6693 111.0017 113.6183 110.9947 113.5693 110.9797 113.3063 110.8977 113.1583 110.6157 113.2403 110.3527 115.1113 104.3597 116.4313 98.1517 117.1633 91.9017 117.1973 91.6287 117.4383 91.4367 117.7193 91.4637 117.9923 91.4957 118.1893 91.7447 118.1573 92.0197 117.4163 98.3307 116.0833 104.5997 114.1963 110.6507 114.1283 110.8647 113.9313 111.0017 113.7183 111.0017M37.6948 96.7986C37.6168 96.7986 37.5368 96.7796 37.4638 96.7406 37.2188 96.6126 37.1238 96.3116 37.2528 96.0666 37.7398 95.1366 38.1908 94.1726 38.5918 93.2006 38.6978 92.9446 38.9908 92.8226 39.2448 92.9296 39.5008 93.0346 39.6218 93.3266 39.5158 93.5816 39.1038 94.5816 38.6398 95.5736 38.1378 96.5306 38.0488 96.7006 37.8748 96.7986 37.6948 96.7986" class="sapIllus_StrokeDetailColor"/>
7
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M43.2613 71.0926C47.2303 54.4546 62.2113 42.0436 80.0463 42.0436 81.7363 42.0436 83.4353 42.1556 85.0963 42.3776 85.3643 42.4246 85.6213 42.2226 85.6573 41.9486 85.6953 41.6756 85.5023 41.4236 85.2293 41.3876 83.5243 41.1586 81.7803 41.0436 80.0463 41.0436 61.6573 41.0436 46.2243 53.8996 42.2353 71.0926L43.2613 71.0926zM39.8858 89.3836C39.7518 89.8606 39.6328 90.3396 39.4778 90.8106 39.3918 91.0716 39.5348 91.3556 39.7968 91.4416 39.8488 91.4586 39.9018 91.4666 39.9527948 91.4666 40.1628 91.4666 40.3588 91.3336 40.4278 91.1226 40.6168 90.5496 40.7658 89.9656 40.9248 89.3836L39.8858 89.3836zM46.6133 89.3836C45.4703 94.1886 43.4623 98.7566 40.6403 102.8946 40.4843 103.1226 40.5433 103.4346 40.7713 103.5896 40.8583 103.6486 40.9553 103.6766 41.0523 103.6766 41.2123 103.6766 41.3693 103.6006 41.4663 103.4586 44.4033 99.1536 46.4823 94.3916 47.6433 89.3836L46.6133 89.3836zM53.2329 89.3836C51.8079 96.2756 48.8529 102.7906 44.5379 108.4076 44.3689 108.6266 44.4109 108.9416 44.6289 109.1096 44.7199 109.1786 44.8279 109.2126 44.9339 109.2126 45.0839 109.2126 45.2319 109.1456 45.3309 109.0176 49.7809 103.2256 52.8179 96.4976 54.2569 89.3836L53.2329 89.3836zM63.9615 71.0926C67.0765 65.4056 73.1185 61.5416 80.0465 61.5416 83.6105 61.5416 87.0665 62.5666 90.0405 64.5046 90.2735 64.6556 90.5825 64.5896 90.7325 64.3596 90.8835 64.1276 90.8175 63.8176 90.5875 63.6666 87.4505 61.6226 83.8055 60.5416 80.0465 60.5416 72.5515 60.5416 66.0535 64.8396 62.8495 71.0926L63.9615 71.0926zM59.8716 89.3836C59.6996 90.3336 59.5056 91.2786 59.2816 92.2146 59.2176 92.4836 59.3836 92.7526 59.6516 92.8176 59.6906 92.8266 59.7296 92.8306 59.7686 92.8306 59.9946 92.8306 60.1996 92.6766 60.2546 92.4466 60.4966 91.4336 60.7086 90.4116 60.8916 89.3836L59.8716 89.3836zM73.0318 89.3836C71.3648 100.7296 66.7378 111.3696 59.4988 120.3926 59.3258 120.6076 59.3608 120.9216 59.5758 121.0946 59.6678 121.1686 59.7788 121.2046 59.8878 121.2046 60.0348 121.2046 60.1798 121.1406 60.2788 121.0176 67.6598 111.8176 72.3668 100.9586 74.0408 89.3836L73.0318 89.3836zM78.9063 89.3836C77.2943 101.4826 72.6123 112.8626 65.1073 122.7136 64.9403 122.9336 64.9823 123.2466 65.2013 123.4136 65.2923 123.4836 65.3993 123.5166 65.5043 123.5166 65.6553 123.5166 65.8043 123.4486 65.9033 123.3196 73.5413 113.2916 78.2983 101.7036 79.9163 89.3836L78.9063 89.3836zM84.7574 89.3836C84.4944 91.4926 84.1684 93.5906 83.7314 95.6586 83.6744 95.9296 83.8464 96.1946 84.1164 96.2516 84.1524 96.2586 84.1864 96.2626 84.2214 96.2626 84.4514 96.2626 84.6594 96.1016 84.7094 95.8656 85.1614 93.7306 85.4974 91.5636 85.7664 89.3836L84.7574 89.3836zM66.4126 89.3836C65.4096 95.5126 63.4666 101.4726 60.6136 106.9606 60.4866 107.2056 60.5816 107.5076 60.8276 107.6346 61.0716 107.7636 61.3726 107.6676 61.5016 107.4216 64.4286 101.7906 66.4116 95.6736 67.4236 89.3836L66.4126 89.3836z" class="sapIllus_StrokeDetailColor"/>
8
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M72.1455 71.0926C74.2425 69.2016 77.0075 68.0406 80.0465 68.0406 83.0855 68.0406 85.8505 69.2026 87.9475 71.0926L89.3765 71.0926C87.0355 68.6056 83.7245 67.0406 80.0465 67.0406 76.3695 67.0406 73.0585 68.6056 70.7175 71.0926L72.1455 71.0926zM91.3042 89.3836C89.8112 102.1756 85.3192 114.3926 78.0802 125.1546 77.9262 125.3836 77.9872 125.6946 78.2162 125.8486 78.3022 125.9056 78.3982 125.9336 78.4942 125.9336 78.6552 125.9336 78.8132 125.8566 78.9102 125.7126 86.2602 114.7836 90.8162 102.3756 92.3142 89.3836L91.3042 89.3836zM96.1158 71.0926L97.2498 71.0926C96.5328 69.6866 95.6538 68.3586 94.5998 67.1536 94.4188 66.9446 94.1008 66.9256 93.8948 67.1066 93.6868 67.2876 93.6658 67.6036 93.8478 67.8116 94.7328 68.8226 95.4808 69.9296 96.1158 71.0926M97.8355 89.3836C96.9945 97.0816 95.1495 104.5966 92.2795 111.8126 92.1785 112.0696 92.3035 112.3596 92.5605 112.4616 92.6205 112.4856 92.6835 112.4966 92.7445 112.4966 92.9425 112.4966 93.1315 112.3776 93.2095 112.1816 96.1265 104.8486 97.9975 97.2096 98.8425 89.3836L97.8355 89.3836zM77.4942 55.1717C78.3292 55.0867 79.1882 55.0427 80.0462 55.0427 90.6462 55.0427 99.7112 61.7227 103.2642 71.0927L104.3342 71.0927C100.7342 61.1587 91.2062 54.0427 80.0462 54.0427 79.1542 54.0427 78.2612 54.0877 77.3912 54.1777 77.1172 54.2057 76.9172 54.4507 76.9452 54.7257 76.9732 55.0007 77.2132 55.1997 77.4942 55.1717M104.3736 89.3836C104.3076 90.0296 104.2436 90.6776 104.1636 91.3196 104.1296 91.5926 104.3236 91.8426 104.5986 91.8766 104.6186 91.8796 104.6406 91.8806 104.6606 91.8806 104.9086 91.8806 105.1246 91.6956 105.1556 91.4426 105.2406 90.7596 105.3096 90.0706 105.3796 89.3836L104.3736 89.3836zM110.9077 89.3836C109.9317 99.4616 107.4017 109.2396 103.3417 118.5586 103.2307 118.8126 103.3457 119.1066 103.5987 119.2166 103.6647 119.2446 103.7317 119.2586 103.7997 119.2586 103.9917 119.2586 104.1757 119.1466 104.2577 118.9586 108.3737 109.5136 110.9327 99.5996 111.9117 89.3836L110.9077 89.3836zM90.1802 43.4158C103.5932 47.1378 113.6712 57.9448 116.8262 71.0928L117.8522 71.0928C114.6772 57.4918 104.2942 46.2938 90.4482 42.4528 90.1782 42.3778 89.9072 42.5348 89.8322 42.8008 89.7582 43.0668 89.9142 43.3428 90.1802 43.4158M123.9449 89.3836C123.8869 90.0466 123.8319 90.7096 123.7609 91.3686 123.7319 91.6436 123.9309 91.8896 124.2059 91.9186 124.2229 91.9206 124.2419 91.9216 124.2589 91.9216 124.5109 91.9216 124.7279 91.7316 124.7559 91.4746 124.8289 90.7796 124.8879 90.0816 124.9489 89.3836L123.9449 89.3836zM123.4995 71.0926L124.5225 71.0926C123.2995 64.8406 120.7655 58.9206 117.0195 53.6476 116.8595 53.4226 116.5455 53.3696 116.3215 53.5306 116.0975 53.6896 116.0445 54.0016 116.2045 54.2276 119.8285 59.3286 122.2895 65.0506 123.4995 71.0926" class="sapIllus_StrokeDetailColor"/>
9
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M112.1197 49.0564C111.9897 49.0564 111.8597 49.0054 111.7627 48.9064 103.3487 40.2894 92.0857 35.5444 80.0467 35.5444 73.5697 35.5444 67.3287 36.9104 61.4967 39.6014 61.2457 39.7164 60.9487 39.6074 60.8327 39.3574 60.7177 39.1064 60.8267 38.8094 61.0777 38.6934 67.0417 35.9404 73.4237 34.5444 80.0467 34.5444 92.3567 34.5444 103.8747 39.3974 112.4767 48.2064 112.6707 48.4054 112.6667 48.7214 112.4697 48.9134 112.3717 49.0094 112.2457 49.0564 112.1197 49.0564M36.6065 71.0926C38.9175 59.5916 45.7085 49.3836 55.7535 42.7886 55.9845 42.6376 56.0485 42.3266 55.8975 42.0966 55.7465 41.8656 55.4365 41.8016 55.2055 41.9526 44.8755 48.7346 37.9055 59.2516 35.5825 71.0926L36.6065 71.0926zM71.4654 125.0652C71.3644 125.0652 71.2614 125.0352 71.1734 124.9702 70.9494 124.8092 70.8994 124.4972 71.0604 124.2732 76.5484 116.6622 80.5324 108.2172 82.9004 99.1752 82.9694 98.9082 83.2374 98.7442 83.5104 98.8192 83.7774 98.8882 83.9374 99.1622 83.8664 99.4292 81.4684 108.5902 77.4324 117.1462 71.8714 124.8572 71.7734 124.9932 71.6204 125.0652 71.4654 125.0652M54.3433 117.8855C54.2323 117.8855 54.1203 117.8485 54.0273 117.7725 53.8133 117.5985 53.7813 117.2825 53.9563 117.0695 55.6933 114.9445 57.2933 112.6815 58.7113 110.3425 58.8543 110.1075 59.1623 110.0325 59.3983 110.1745 59.6343 110.3185 59.7093 110.6255 59.5663 110.8625 58.1233 113.2395 56.4973 115.5405 54.7313 117.7015 54.6323 117.8235 54.4883 117.8855 54.3433 117.8855M86.2867 125.4558C86.1977 125.4558 86.1077 125.4328 86.0267 125.3838 85.7907 125.2398 85.7167 124.9328 85.8587 124.6958 87.6557 121.7388 89.2897 118.6438 90.7167 115.4928 90.8297 115.2408 91.1287 115.1308 91.3777 115.2438 91.6297 115.3568 91.7407 115.6538 91.6267 115.9048 90.1837 119.0918 88.5307 122.2248 86.7147 125.2158 86.6197 125.3698 86.4547 125.4558 86.2867 125.4558M49.3462 113.9432C49.2362 113.9432 49.1242 113.9072 49.0322 113.8322 48.8172 113.6582 48.7842 113.3422 48.9582 113.1292 52.8882 108.2802 55.8982 102.8412 57.9062 96.9632 57.9952 96.7022 58.2802 96.5642 58.5412 96.6512 58.8022 96.7412 58.9422 97.0252 58.8522 97.2872 56.8062 103.2762 53.7392 108.8182 49.7352 113.7572 49.6362 113.8802 49.4922 113.9432 49.3462 113.9432M94.6665 123.531C94.5875 123.531 94.5075 123.512 94.4325 123.472 94.1875 123.344 94.0955 123.041 94.2255 122.797 98.7685 114.235 101.9025 105.053 103.5435 95.508 103.5905 95.235 103.8435 95.052 104.1215 95.099 104.3935 95.146 104.5765 95.405 104.5295 95.677 102.8705 105.328 99.7005 114.61 95.1075 123.265 95.0185 123.434 94.8455 123.531 94.6665 123.531M50.0952 69.5838C50.0392 69.5838 49.9822 69.5738 49.9262 69.5548 49.6662 69.4608 49.5312 69.1748 49.6252 68.9148 54.2272 56.1318 66.4532 47.5428 80.0462 47.5428 93.2712 47.5428 105.0312 55.4588 110.0062 67.7098 110.1112 67.9658 109.9882 68.2578 109.7322 68.3608 109.4752 68.4658 109.1832 68.3428 109.0802 68.0868 104.2582 56.2138 92.8622 48.5428 80.0462 48.5428 66.8732 48.5428 55.0262 56.8658 50.5652 69.2528 50.4922 69.4568 50.3002 69.5838 50.0952 69.5838M113.7183 111.0017C113.6693 111.0017 113.6183 110.9947 113.5693 110.9797 113.3063 110.8977 113.1583 110.6157 113.2403 110.3527 115.1113 104.3597 116.4313 98.1517 117.1633 91.9017 117.1973 91.6287 117.4383 91.4367 117.7193 91.4637 117.9923 91.4957 118.1893 91.7447 118.1573 92.0197 117.4163 98.3307 116.0833 104.5997 114.1963 110.6507 114.1283 110.8647 113.9313 111.0017 113.7183 111.0017" class="sapIllus_StrokeDetailColor"/>
10
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M49.3091 71.576C49.0371 71.505 48.7681 71.671 48.7021 71.938 48.0511 74.515 47.7221 77.183 47.7221 79.868 47.7221 79.898 47.7251 79.929 47.7301 79.957 47.7231 83.162 47.3431 86.32 46.6131 89.384L47.6431 89.384C48.3611 86.29 48.7301 83.101 48.7301 79.868 48.7301 79.838 48.7271 79.807 48.7221 79.779 48.7291 77.207 49.0481 74.651 49.6711 72.182 49.7391 71.915 49.5771 71.643 49.3091 71.576M54.4449 85.0398C54.1659 85.0008 53.9219 85.2018 53.8889 85.4768 53.7329 86.7918 53.4999 88.0918 53.2329 89.3838L54.2579 89.3838C54.5099 88.1308 54.7309 86.8698 54.8819 85.5958 54.9149 85.3208 54.7189 85.0718 54.4449 85.0398M55.7539 71.0926C54.7669 73.8476 54.2209 76.8006 54.2209 79.8676 54.2209 80.1446 54.4439 80.3676 54.7209 80.3676 54.9969 80.3676 55.2209 80.1446 55.2209 79.8676 55.2209 76.7926 55.7929 73.8366 56.8219 71.0926L55.7539 71.0926zM62.8496 71.0926C61.4976 73.7296 60.7206 76.7066 60.7206 79.8676 60.7206 79.9036 60.7246 79.9376 60.7316 79.9706 60.7246 83.1366 60.4326 86.2906 59.8716 89.3836L60.8916 89.3836C61.4486 86.2556 61.7316 83.0676 61.7316 79.8676 61.7316 79.8326 61.7276 79.7986 61.7206 79.7656 61.7376 76.6266 62.5486 73.6716 63.9616 71.0926L62.8496 71.0926zM74.0801 84.3533C73.8071 84.3323 73.5641 84.5403 73.5441 84.8143 73.4281 86.3493 73.2541 87.8723 73.0321 89.3833L74.0401 89.3833C74.2551 87.8963 74.4271 86.3993 74.5411 84.8903 74.5621 84.6153 74.3551 84.3743 74.0801 84.3533M80.0459 79.367C79.7699 79.367 79.5459 79.591 79.5459 79.867 79.5459 83.079 79.3229 86.255 78.9059 89.384L79.9159 89.384C80.3279 86.254 80.5459 83.079 80.5459 79.867 80.5459 79.591 80.3219 79.367 80.0459 79.367" class="sapIllus_ObjectFillColor"/>
11
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M80.0464 73.5398C76.5574 73.5398 73.7184 76.3788 73.7184 79.8678 73.7184 79.9018 73.7224 79.9358 73.7304 79.9688 73.7294 80.3158 73.7264 80.6618 73.7204 81.0068 73.7154 81.2828 73.9364 81.5108 74.2124 81.5158 74.5174 81.5348 74.7154 81.2998 74.7204 81.0238 74.7264 80.6398 74.7304 80.2538 74.7304 79.8668 74.7304 79.8338 74.7264 79.8018 74.7194 79.7688 74.7724 76.8768 77.1414 74.5398 80.0464 74.5398 82.9844 74.5398 85.3734 76.9298 85.3734 79.8668 85.3734 83.0558 85.1504 86.2348 84.7574 89.3838L85.7664 89.3838C86.1534 86.2338 86.3734 83.0548 86.3734 79.8678 86.3734 76.3788 83.5354 73.5398 80.0464 73.5398M91.8736 79.7703C91.8666 79.8023 91.8636 79.8343 91.8636 79.8673 91.8636 83.0663 91.6716 86.2423 91.3046 89.3833L92.3136 89.3833C92.6726 86.2743 92.8596 83.1313 92.8636 79.9663 92.8706 79.9343 92.8736 79.9013 92.8736 79.8683 92.8736 76.4723 91.5376 73.3893 89.3766 71.0923L87.9476 71.0923C90.3286 73.2383 91.8456 76.3263 91.8736 79.7703M67.4234 89.3836C67.9234 86.2736 68.2044 83.1246 68.2104 79.9646 68.2154 79.9326 68.2194 79.9006 68.2194 79.8676 68.2194 76.3846 69.7414 73.2586 72.1454 71.0926L70.7174 71.0926C68.5764 73.3666 67.2454 76.4116 67.2194 79.7696 67.2134 79.8016 67.2104 79.8336 67.2104 79.8666 67.2104 83.0606 66.9264 86.2426 66.4124 89.3836L67.4234 89.3836zM98.3716 79.867C98.3716 83.067 98.1786 86.239 97.8356 89.384L98.8426 89.384C99.1826 86.239 99.3726 83.067 99.3726 79.868 99.3726 76.791 98.6266 73.791 97.2496 71.093L96.1156 71.093C97.5766 73.766 98.3726 76.774 98.3716 79.867M104.8716 79.868C104.8716 83.043 104.6976 86.233 104.3736 89.384L105.3796 89.384C105.6996 86.232 105.8716 83.043 105.8716 79.868 105.8716 76.788 105.3276 73.834 104.3346 71.093L103.2646 71.093C104.3006 73.822 104.8716 76.779 104.8716 79.868M110.8872 71.9695C110.6182 72.0335 110.4522 72.3035 110.5172 72.5725 111.0832 74.9465 111.3702 77.4015 111.3702 79.8665 111.3702 83.0655 111.2122 86.2395 110.9082 89.3835L111.9112 89.3835C112.2132 86.2395 112.3702 83.0665 112.3702 79.8675 112.3702 77.3235 112.0742 74.7905 111.4902 72.3395 111.4262 72.0725 111.1592 71.9015 110.8872 71.9695M117.8697 79.8055C117.8667 79.8265 117.8657 79.8465 117.8657 79.8675 117.8657 82.4605 117.7677 85.0765 117.5737 87.6455 117.5537 87.9205 117.7607 88.1595 118.0357 88.1815 118.0487 88.1825 118.0607 88.1825 118.0737 88.1825 118.3327 88.1825 118.5517 87.9825 118.5717 87.7195 118.7657 85.1485 118.8637 82.5285 118.8657 79.9305 118.8687 79.9095 118.8697 79.8895 118.8697 79.8675 118.8697 76.8675 118.5147 73.9285 117.8517 71.0925L116.8257 71.0925C117.5007 73.9065 117.8647 76.8245 117.8697 79.8055M42.2349 71.0926C41.5799 73.9146 41.2219 76.8496 41.2219 79.8676 41.2219 79.8866 41.2229 79.9046 41.2249 79.9216 41.2199 83.1446 40.7529 86.3166 39.8859 89.3836L40.9249 89.3836C41.7709 86.2946 42.2249 83.1066 42.2249 79.8676 42.2249 79.8496 42.2239 79.8316 42.2219 79.8146 42.2259 76.8116 42.5929 73.8946 43.2609 71.0926L42.2349 71.0926z" class="sapIllus_ObjectFillColor"/>
12
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M37.6948,96.7986 C37.6168,96.7986 37.5368,96.7796 37.4638,96.7406 C37.2188,96.6126 37.1238,96.3116 37.2528,96.0666 C37.7398,95.1366 38.1908,94.1726 38.5918,93.2006 C38.6978,92.9446 38.9908,92.8226 39.2448,92.9296 C39.5008,93.0346 39.6218,93.3266 39.5158,93.5816 C39.1038,94.5816 38.6398,95.5736 38.1378,96.5306 C38.0488,96.7006 37.8748,96.7986 37.6948,96.7986" class="sapIllus_StrokeDetailColor"/>
13
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M124.3697,79.867 C124.3697,83.035 124.2217,86.225 123.9447,89.384 L124.9487,89.384 C125.2237,86.225 125.3697,83.035 125.3697,79.868 C125.3697,76.893 125.0837,73.958 124.5227,71.093 L123.4997,71.093 C124.0737,73.956 124.3697,76.891 124.3697,79.867" class="sapIllus_ObjectFillColor"/>
14
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M112.1197,49.0564 C111.9897,49.0564 111.8597,49.0054 111.7627,48.9064 C103.3487,40.2894 92.0857,35.5444 80.0467,35.5444 C73.5697,35.5444 67.3287,36.9104 61.4967,39.6014 C61.2457,39.7164 60.9487,39.6074 60.8327,39.3574 C60.7177,39.1064 60.8267,38.8094 61.0777,38.6934 C67.0417,35.9404 73.4237,34.5444 80.0467,34.5444 C92.3567,34.5444 103.8747,39.3974 112.4767,48.2064 C112.6707,48.4054 112.6667,48.7214 112.4697,48.9134 C112.3717,49.0094 112.2457,49.0564 112.1197,49.0564" class="sapIllus_StrokeDetailColor"/>
15
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M35.5825,71.0926 C35.0205,73.9516 34.7235,76.8866 34.7235,79.8666 C34.7235,81.4216 34.5995,82.9816 34.3535,84.5036 C34.3105,84.7766 34.4955,85.0326 34.7685,85.0756 C34.7945,85.0806 34.8215,85.0826 34.8485,85.0826 C35.0895,85.0826 35.3015,84.9076 35.3415,84.6616 C35.5945,83.0876 35.7235,81.4756 35.7235,79.8676 C35.7235,76.8856 36.0325,73.9506 36.6065,71.0926 L35.5825,71.0926 Z" class="sapIllus_ObjectFillColor"/>
16
+ </svg>
@@ -0,0 +1,32 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Handshake">
2
+ <circle cx="80" cy="79.9995" r="80" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M50.9533 68.2014L36.9593 59.394L22.7803 79.5286L68.7524 114.215L91.6229 90.148C91.3027 87.2864 91.0653 80.5546 82.3719 75.8389C76.9842 72.9164 70.1352 71.9079 64.7832 71.756C59.97 71.6194 55.0284 70.7662 50.9533 68.2014Z" fill="var(--sapContent_Illustrative_Color3)"/>
4
+ <rect x="86.042" y="85.1331" width="40.6" height="8.92801" rx="4.46401" transform="rotate(45.6507 86.042 85.1331)" fill="var(--sapContent_Illustrative_Color3)"/>
5
+ <rect x="82.0352" y="91.3057" width="28.7393" height="8.92801" rx="4.46401" transform="rotate(51.9253 82.0352 91.3057)" fill="var(--sapContent_Illustrative_Color3)"/>
6
+ <rect x="75.2354" y="95.3254" width="28.7393" height="8.92801" rx="4.46401" transform="rotate(51.9253 75.2354 95.3254)" fill="var(--sapContent_Illustrative_Color3)"/>
7
+ <rect x="67.4258" y="97.2246" width="28.7393" height="8.92801" rx="4.46401" transform="rotate(51.9253 67.4258 97.2246)" fill="var(--sapContent_Illustrative_Color3)"/>
8
+ <path d="M107.95 79.1489L134.449 74.1181C134.782 74.0549 135.098 74.2889 135.135 74.6258L137.823 99.2678C137.857 99.5832 137.632 99.8678 137.317 99.9072L118.97 102.202C118.942 102.206 118.914 102.211 118.887 102.219L106.609 105.629C106.405 105.685 106.188 105.627 106.039 105.477L87.6957 86.8582C85.861 84.996 83.1984 84.2737 80.6064 84.6146C70.542 85.9384 66.6328 82.3704 65.268 79.2618C64.8748 78.3662 65.5323 77.4317 66.4969 77.2698L85.6979 74.0486C86.2766 73.9515 86.8628 73.9407 87.4397 74.0478C88.8977 74.3182 91.9745 74.9979 94.9925 76.3543C99.0597 78.1823 103.569 79.9806 107.95 79.1489Z" fill="var(--sapContent_Illustrative_Color19)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M80.1013 103.1C80.4698 102.79 81.0195 102.838 81.329 103.207L91.4875 115.301C91.7971 115.67 91.7492 116.22 91.3807 116.529C91.0122 116.839 90.4625 116.791 90.1529 116.422L79.9944 104.328C79.6849 103.959 79.7327 103.41 80.1013 103.1Z" fill="var(--sapContent_Illustrative_Color15)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M86.0762 97.6367C86.4165 97.2964 86.9683 97.2964 87.3086 97.6367L104.113 114.441C104.453 114.781 104.453 115.333 104.113 115.673C103.772 116.014 103.221 116.014 102.88 115.673L86.0762 98.8691C85.7359 98.5288 85.7359 97.977 86.0762 97.6367Z" fill="var(--sapContent_Illustrative_Color15)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M72.1796 105.955C72.5507 105.649 73.1 105.701 73.4064 106.072L83.6273 118.452C83.9337 118.823 83.8812 119.372 83.5101 119.679C83.1389 119.985 82.5897 119.933 82.2833 119.562L72.0624 107.182C71.756 106.811 71.8084 106.262 72.1796 105.955Z" fill="var(--sapContent_Illustrative_Color15)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M87.6288 85.6738C88.0573 85.4548 88.5823 85.6246 88.8013 86.0532C90.383 89.1481 96.983 95.7904 110.404 95.6726C110.885 95.6683 111.278 96.0551 111.283 96.5363C111.287 97.0176 110.9 97.4112 110.419 97.4154C96.3989 97.5385 89.1581 90.5813 87.2493 86.8463C87.0303 86.4177 87.2002 85.8928 87.6288 85.6738Z" fill="var(--sapContent_Illustrative_Color14)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M117.848 102.349C117.627 101.921 117.794 101.396 118.222 101.174C118.67 100.942 119.412 100.448 120.086 99.7579C120.764 99.0649 121.313 98.2374 121.495 97.3428C121.591 96.8712 122.051 96.5667 122.522 96.6627C122.994 96.7587 123.298 97.2188 123.202 97.6904C122.929 99.0334 122.141 100.149 121.332 100.976C120.521 101.807 119.627 102.409 119.023 102.722C118.596 102.943 118.07 102.776 117.848 102.349Z" fill="var(--sapContent_Illustrative_Color14)"/>
14
+ <rect x="57.4248" y="115.559" width="16.6934" height="8.92801" rx="4.46401" transform="rotate(-86.1068 57.4248 115.559)" fill="var(--sapContent_Illustrative_Color19)"/>
15
+ <path d="M54.1236 110.924C51.6639 110.757 49.8056 108.627 49.973 106.167L50.3542 100.566C50.5571 97.5847 53.1385 95.3322 56.12 95.5351C58.0579 95.667 59.5221 97.3449 59.3902 99.2829L58.8804 106.773C58.713 109.233 56.5833 111.091 54.1236 110.924Z" fill="var(--sapContent_Illustrative_Color19)"/>
16
+ <path d="M45.7359 106.369C43.2762 106.201 41.4179 104.072 41.5853 101.612L41.6227 101.062C41.8108 98.2985 44.2035 96.2107 46.967 96.3988L50.0609 96.6093C50.5081 96.6397 50.846 97.027 50.8156 97.4742L50.4927 102.218C50.3253 104.678 48.1956 106.536 45.7359 106.369Z" fill="var(--sapContent_Illustrative_Color19)"/>
17
+ <rect x="65.9932" y="119.401" width="13.1021" height="8.92801" rx="4.46401" transform="rotate(-86.1068 65.9932 119.401)" fill="var(--sapContent_Illustrative_Color19)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M66.9612 108.431C67.4411 108.468 67.8002 108.887 67.7633 109.367L67.2864 115.575C67.2495 116.055 66.8306 116.414 66.3508 116.377C65.8709 116.34 65.5118 115.921 65.5486 115.441L66.0256 109.233C66.0624 108.753 66.4813 108.394 66.9612 108.431Z" fill="var(--sapContent_Illustrative_Color14)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M58.691 100.605C59.1712 100.636 59.5348 101.051 59.5031 101.532L58.8963 110.722C58.8646 111.202 58.4495 111.566 57.9693 111.534C57.4891 111.503 57.1255 111.088 57.1572 110.607L57.764 101.417C57.7957 100.937 58.2108 100.573 58.691 100.605Z" fill="var(--sapContent_Illustrative_Color14)"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M50.7232 98.1128C51.2024 98.158 51.5542 98.583 51.5091 99.0622L50.9066 105.456C50.8614 105.935 50.4364 106.287 49.9572 106.241C49.4781 106.196 49.1263 105.771 49.1714 105.292L49.7739 98.8987C49.819 98.4195 50.2441 98.0677 50.7232 98.1128Z" fill="var(--sapContent_Illustrative_Color14)"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.0806543 76.3664C0.814653 59.945 6.49931 44.8116 15.678 32.4229L46.5828 60.9536C49.0588 63.2462 50.8424 66.2448 51.7123 69.5777C52.5821 72.9105 52.5001 76.431 51.4763 79.7024C50.8331 81.7538 49.7964 83.6435 48.4294 85.2563C47.0624 86.869 45.394 88.1709 43.5258 89.0825C41.6577 89.994 39.6292 90.496 37.5642 90.5578C35.4992 90.6197 33.4411 90.24 31.5155 89.4421L0.0806543 76.3664Z" fill="var(--sapContent_Illustrative_Color17)"/>
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.0382154 82.5371C0.0119616 81.6945 -0.00126711 80.8486 -0.00126599 79.9996C-0.00126591 61.0122 6.61352 43.5698 17.6643 29.8511L40.3143 51.1976C50.5366 66.3317 35.9637 84.5974 19.9198 87.5194L16.9719 88.0597C15.622 88.3047 14.2315 88.1651 12.946 87.6555L0.0382154 82.5371Z" fill="var(--sapContent_Illustrative_Color9)"/>
23
+ <path d="M12.8387 82.57C10.724 82.8225 8.79519 81.2316 8.53068 79.0165C8.26618 76.8015 9.7661 74.8011 11.8809 74.5485C13.9956 74.296 15.9244 75.887 16.1889 78.102C16.4534 80.3171 14.9535 82.3175 12.8387 82.57Z" fill="var(--sapContent_Illustrative_Color17)"/>
24
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.0366768 77.5112C0.116205 74.9083 0.320077 72.3366 0.642555 69.8019C0.74405 69.781 0.847191 69.7642 0.951837 69.7517C3.06659 69.4992 4.99536 71.0902 5.25987 73.3052C5.52437 75.5203 4.02445 77.5207 1.90969 77.7732C1.25262 77.8517 0.613498 77.7521 0.0366768 77.5112Z" fill="var(--sapContent_Illustrative_Color17)"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M158.161 97.1316C159.365 91.6123 160 85.88 160 79.9996C160 72.4242 158.947 65.0948 156.979 58.1496L119.948 74.7853C119.775 74.8633 119.629 74.9889 119.525 75.1473C119.422 75.3057 119.366 75.4904 119.363 75.6796C119.361 75.8688 119.413 76.0547 119.513 76.2155C119.613 76.3762 119.756 76.5052 119.927 76.5871L121.506 77.3549C131.141 82.0118 132.359 94.7795 124.639 101.124L121.489 101.874C121.598 102.16 121.802 102.401 122.067 102.555C122.331 102.71 122.641 102.77 122.944 102.724L158.161 97.1316Z" fill="var(--sapContent_Illustrative_Color2)"/>
26
+ <path d="M78.5194 32.2769C78.8282 32.3843 79.1023 32.5729 79.3129 32.8229C79.5236 33.073 79.663 33.3752 79.7164 33.6977L81.1866 41.3366C81.4303 42.5998 80.5175 43.4806 79.5273 43.6714C79.1249 43.7643 78.7032 43.724 78.3257 43.5567C77.9481 43.3893 77.635 43.104 77.4335 42.7435C77.3414 42.5664 77.2765 42.3764 77.2412 42.1799L75.771 34.541C75.6996 34.2072 75.7198 33.8603 75.8294 33.5371C75.939 33.2138 76.134 32.9262 76.3936 32.7046C76.6822 32.4582 77.0289 32.2896 77.401 32.2147C77.773 32.1399 78.1579 32.1613 78.5194 32.2769Z" fill="var(--sapContent_Illustrative_Color5)"/>
27
+ <path d="M117.461 48.7037C117.609 48.8843 117.719 49.0938 117.782 49.3191C117.846 49.5444 117.861 49.7803 117.828 50.012C117.795 50.2436 117.714 50.4658 117.591 50.6644C117.467 50.863 117.303 51.0336 117.11 51.1654L111.05 55.7142C110.831 55.8771 110.583 55.9947 110.318 56.0604C110.054 56.126 109.779 56.1383 109.51 56.0965C109.24 56.0548 108.982 55.9598 108.75 55.8171C108.518 55.6745 108.317 55.487 108.158 55.2656C108.09 55.1762 108.029 55.0813 107.977 54.982C107.777 54.6177 107.721 54.1919 107.82 53.7885C107.919 53.3852 108.166 53.0336 108.511 52.803L114.57 48.2577C114.788 48.0946 115.036 47.9765 115.3 47.9106C115.565 47.8446 115.839 47.832 116.109 47.8736C116.378 47.9151 116.636 48.0099 116.868 48.1525C117.1 48.295 117.302 48.4824 117.461 48.7037Z" fill="var(--sapContent_Illustrative_Color5)"/>
28
+ <path d="M101.584 34.5699C101.69 34.8027 101.747 35.0546 101.752 35.3101C101.757 35.5657 101.71 35.8196 101.613 36.0563L97.3937 46.719C97.2018 47.1961 96.8328 47.5806 96.364 47.792C95.8952 48.0034 95.3628 48.0254 94.8782 47.8534C94.4293 47.692 94.0575 47.3678 93.8364 46.945C93.7094 46.7012 93.6365 46.4328 93.6225 46.1582C93.6086 45.8836 93.654 45.6092 93.7557 45.3538L97.9751 34.6912C98.1678 34.2112 98.5389 33.8246 99.0106 33.6126C99.4823 33.4007 100.018 33.3798 100.505 33.5545C100.744 33.6423 100.962 33.7775 101.148 33.952C101.333 34.1265 101.482 34.3367 101.584 34.5699Z" fill="var(--sapContent_Illustrative_Color5)"/>
29
+ <path d="M49.2871 130.217C49.2871 129.483 47.1561 128.895 44.3088 128.762C44.146 125.918 43.5192 123.804 42.785 123.805C42.0508 123.807 41.4403 125.938 41.284 128.796C38.4286 128.991 36.3057 129.629 36.3155 130.365C36.3252 131.101 38.4465 131.688 41.2938 131.82C41.4647 134.664 42.0833 136.778 42.8159 136.777C43.5485 136.775 44.1623 134.644 44.3185 131.786C47.174 131.591 49.2952 130.953 49.2871 130.217Z" fill="var(--sapContent_Illustrative_Color18)"/>
30
+ <path d="M139.91 118.003C139.91 117.477 138.383 117.055 136.342 116.96C136.226 114.922 135.776 113.407 135.25 113.408C134.724 113.409 134.287 114.936 134.175 116.984C132.129 117.124 130.607 117.581 130.614 118.109C130.621 118.636 132.141 119.057 134.182 119.152C134.304 121.189 134.747 122.704 135.272 122.703C135.797 122.702 136.237 121.175 136.349 119.127C138.395 118.987 139.915 118.53 139.91 118.003Z" fill="var(--sapContent_Illustrative_Color18)"/>
31
+ <path d="M64.6578 22.9859C64.6578 22.1968 62.3673 21.5652 59.3067 21.4217C59.1318 18.3651 58.4581 16.0922 57.6689 16.094C56.8797 16.0957 56.2235 18.386 56.0555 21.4585C52.9862 21.6684 50.7044 22.3543 50.7149 23.1451C50.7254 23.936 53.0055 24.5676 56.066 24.7093C56.2497 27.766 56.9147 30.0388 57.7021 30.037C58.4896 30.0353 59.1493 27.745 59.3172 24.6726C62.3865 24.4626 64.6666 23.7768 64.6578 22.9859Z" fill="var(--sapContent_Illustrative_Color18)"/>
32
+ </svg>
@@ -0,0 +1,27 @@
1
+ <svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Help">
2
+ <circle cx="81.895" cy="80" r="70.9126" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <circle cx="104.984" cy="26.5076" r="2.53875" transform="rotate(180 104.984 26.5076)" fill="var(--sapContent_Illustrative_Color18)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M72.8677 132.513C74.7956 132.513 76.3585 130.95 76.3585 129.022C76.3585 127.094 74.7956 125.531 72.8677 125.531C70.9398 125.531 69.377 127.094 69.377 129.022C69.377 130.95 70.9398 132.513 72.8677 132.513ZM72.8674 131.582C74.2812 131.582 75.4273 130.436 75.4273 129.022C75.4273 127.608 74.2812 126.462 72.8674 126.462C71.4536 126.462 70.3075 127.608 70.3075 129.022C70.3075 130.436 71.4536 131.582 72.8674 131.582Z" fill="var(--sapContent_Illustrative_Color18)"/>
5
+ <path d="M108.347 134.1C108.347 134.976 107.637 135.687 106.761 135.687C105.884 135.687 105.174 134.976 105.174 134.1C105.174 133.224 105.884 132.513 106.761 132.513C107.637 132.513 108.347 133.224 108.347 134.1Z" fill="var(--sapContent_Illustrative_Color18)"/>
6
+ <path d="M73.1863 98.2478C73.2858 98.0099 73.0121 97.7958 72.793 97.9489L41.592 119.845L34.0947 128.165L71.5004 101.432C71.9079 101.132 72.229 100.722 72.4171 100.254L73.1863 98.2478Z" fill="var(--sapContent_Illustrative_Color19)"/>
7
+ <path d="M43.5263 48.8386C42.834 47.7218 41.4351 47.2982 40.2455 47.8514L6.55532 63.2635L41.6105 119.848L72.1838 99.8654C73.3609 99.0904 73.7055 97.5216 72.9724 96.3297L43.5263 48.8386Z" fill="var(--sapContent_Illustrative_Color18)"/>
8
+ <path d="M6.55664 63.2632L0.760767 72.7142L34.1059 128.156L41.6032 119.836L6.55664 63.2632Z" fill="var(--sapContent_Illustrative_Color7)"/>
9
+ <path d="M41.1037 49.6594C40.9211 49.3565 40.5119 49.2657 40.209 49.4484C39.9061 49.631 39.8154 50.0402 39.998 50.3431L69.295 97.8257C69.4777 98.1286 69.8868 98.2194 70.1897 98.0367C70.4926 97.8541 70.5834 97.4449 70.4007 97.142L41.1037 49.6594Z" fill="var(--sapContent_Illustrative_Color19)"/>
10
+ <path d="M7.3215 63.3083C7.13885 63.0054 6.7297 62.9146 6.4268 63.0973C6.12389 63.2799 6.03314 63.6891 6.2158 63.992L40.6122 119.754C40.7949 120.057 41.204 120.148 41.5069 119.965C41.8098 119.782 41.9006 119.373 41.7179 119.07L7.3215 63.3083Z" fill="var(--sapContent_Illustrative_Color19)"/>
11
+ <path d="M6.01486 66.0185C5.83221 65.7156 5.42306 65.6248 5.12016 65.8075C4.81725 65.9901 4.7265 66.3993 4.90916 66.7022L38.8156 121.653C38.9983 121.956 39.4074 122.046 39.7103 121.864C40.0132 121.681 40.104 121.272 39.9213 120.969L6.01486 66.0185Z" fill="var(--sapContent_Illustrative_Color19)"/>
12
+ <path d="M4.52756 68.4069C4.3449 68.104 3.93576 68.0133 3.63285 68.1959C3.32995 68.3786 3.23919 68.7877 3.42185 69.0906L37.0852 123.661C37.2678 123.964 37.677 124.054 37.9799 123.872C38.2828 123.689 38.3736 123.28 38.1909 122.977L4.52756 68.4069Z" fill="var(--sapContent_Illustrative_Color19)"/>
13
+ <path d="M3.07834 70.7297C2.89568 70.4268 2.48654 70.336 2.18363 70.5187C1.88073 70.7013 1.78997 71.1105 1.97263 71.4134L35.3435 125.517C35.5261 125.82 35.9353 125.91 36.2382 125.728C36.5411 125.545 36.6318 125.136 36.4492 124.833L3.07834 70.7297Z" fill="var(--sapContent_Illustrative_Color19)"/>
14
+ <path d="M1.28537 72.9997C1.10271 72.6968 0.69357 72.606 0.390666 72.7887C0.0877619 72.9714 -0.00299506 73.3805 0.179663 73.6834L33.611 127.864C33.7936 128.167 34.2028 128.258 34.5057 128.075C34.8086 127.893 34.8993 127.484 34.7167 127.181L1.28537 72.9997Z" fill="var(--sapContent_Illustrative_Color19)"/>
15
+ <path d="M54.7209 25.4702L58.2244 24.8861L59.86 34.5279L56.3441 35.1211L54.7209 25.4702Z" fill="var(--sapContent_Illustrative_Color20)"/>
16
+ <path d="M78.623 93.2283L40.0391 105.332C38.3906 105.845 36.658 104.931 36.142 103.304L18.5303 47.1587C18.0177 45.5102 18.9315 43.7777 20.5585 43.2617L59.1514 31.1705C60.8 30.6579 62.5325 31.5717 63.0485 33.1986L80.6602 89.3438C81.1728 90.9923 80.2591 92.7248 78.6321 93.2408L78.623 93.2283Z" fill="var(--sapContent_Illustrative_Color20)"/>
17
+ <path d="M46.5095 30.6988L49.8643 29.5172L53.1008 38.7383L49.746 39.9199L46.5095 30.6988Z" fill="var(--sapContent_Illustrative_Color20)"/>
18
+ <path d="M79.3781 91.4601L40.8191 103.336C39.183 103.839 37.4505 102.926 36.947 101.29L19.6709 45.1864C19.1673 43.5504 20.0811 41.8178 21.7171 41.3143L60.2761 29.4386C61.9122 28.935 63.6447 29.8488 64.1482 31.4848L81.4368 87.579C81.9403 89.215 81.0266 90.9476 79.3905 91.4511L79.3781 91.4601Z" fill="var(--sapContent_Illustrative_Color19)"/>
19
+ <path d="M32.2873 50.9969L54.9846 44.0032L57.4727 52.0905L34.7754 59.0842L32.2873 50.9969Z" fill="var(--sapContent_Illustrative_Color7)"/>
20
+ <path d="M156.351 84.5753C159.194 77.9622 156.696 70.26 150.505 66.5743L111.516 43.2896C113.672 47.0756 113.931 51.842 111.794 56.0064L89.3882 99.5905C89.0955 100.157 88.833 100.743 88.6185 101.334C86.5094 107.497 89.1922 114.442 95.1637 117.502C97.8583 118.885 100.8 119.258 103.563 118.784L145.198 125.116L144.327 121.852C142.635 115.46 143.423 108.657 146.548 102.823L156.337 84.5574L156.351 84.5753Z" fill="var(--sapContent_Illustrative_Color18)"/>
21
+ <path d="M116.155 107.412L160.161 121.674C149.887 125.788 145.401 127.994 134.541 125.827L99.4197 118.855C99.2135 118.815 99.2328 118.509 99.4605 118.503L102.924 118.433C107.84 118.143 112.19 114.754 114.048 110.201L114.951 108.002C115.153 107.523 115.684 107.276 116.171 107.414L116.155 107.412Z" fill="var(--sapContent_Illustrative_Color19)"/>
22
+ <path d="M143.284 92.3719L112.512 80.0636C111.473 79.6513 110.313 80.1494 109.884 81.1865C109.472 82.2255 109.97 83.3862 111.009 83.7986L141.781 96.1069C142.82 96.5192 143.981 96.0211 144.409 94.984C144.821 93.9449 144.323 92.7842 143.284 92.3719Z" fill="var(--sapContent_Illustrative_Color19)"/>
23
+ <path d="M138.391 101.553L107.127 90.5502C106.083 90.1859 104.933 90.7339 104.552 91.7766C104.188 92.8211 104.736 93.9714 105.779 94.3518L137.042 105.354C138.087 105.719 139.237 105.171 139.618 104.128C139.982 103.084 139.434 101.933 138.391 101.553Z" fill="var(--sapContent_Illustrative_Color19)"/>
24
+ <path d="M80.1159 110.626C97.0305 110.626 110.742 96.9145 110.742 79.9999C110.742 63.0853 97.0305 49.3733 80.1159 49.3733C63.2013 49.3733 49.4893 63.0853 49.4893 79.9999C49.4893 96.9145 63.2013 110.626 80.1159 110.626Z" fill="var(--sapContent_Illustrative_Color14)"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M80.1034 96.3772C82.2819 96.3772 84.1881 94.471 84.1881 92.2925C84.1881 90.114 82.2819 88.2079 80.1034 88.2079C77.9249 88.2079 76.0188 90.114 76.0188 92.2925C76.0188 94.471 77.9249 96.3772 80.1034 96.3772ZM77.3803 82.7614C77.3803 84.2591 78.6057 85.4845 80.1034 85.4845C81.3833 85.4845 82.4453 84.6131 82.7449 83.4421C83.0515 83.2377 83.5738 82.9614 84.0195 82.7256C84.0489 82.7101 84.0779 82.6948 84.1064 82.6797C86.6934 81.3181 90.996 79.0307 90.996 73.2304C90.996 67.8931 86.2033 63.6995 80.1034 63.6995C74.0036 63.6995 69.2109 67.8931 69.2109 73.2304C69.2109 74.7281 70.4363 75.9535 71.9341 75.9535C73.4318 75.9535 74.6572 74.7281 74.6572 73.2304C74.6572 70.943 77.0535 69.1457 80.1034 69.1457C83.1533 69.1457 85.5497 70.943 85.5497 73.2304C85.5497 75.5178 84.2971 76.4437 81.5739 77.8597C79.695 78.84 77.3803 80.0655 77.3803 82.7614Z" fill="var(--sapContent_Illustrative_Color8)"/>
26
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M80.1162 115.444C99.6915 115.444 115.56 99.5753 115.56 79.9999C115.56 60.4246 99.6915 44.5557 80.1162 44.5557C60.5408 44.5557 44.6719 60.4246 44.6719 79.9999C44.6719 99.5753 60.5408 115.444 80.1162 115.444ZM80.1162 118.197C101.212 118.197 118.313 101.096 118.313 79.9999C118.313 58.9042 101.212 41.8027 80.1162 41.8027C59.0204 41.8027 41.9189 58.9042 41.9189 79.9999C41.9189 101.096 59.0204 118.197 80.1162 118.197Z" fill="var(--sapContent_Illustrative_Color3)"/>
27
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-Lock">
2
+ <path fill="var(--sapIllus_BackgroundColor)" d="M27.2557,125.0086 C12.6127,107.3846 8.3007,82.0836 15.2317,58.9856 C22.1627,35.8866 40.2367,15.0106 61.6467,10.8396 C83.0377,6.5666 107.5607,19.0386 124.7687,38.3746 C141.9577,57.6086 151.7507,83.8276 145.0027,105.7246 C138.3367,127.4986 115.1507,145.0536 91.1127,148.7956 C66.9717,152.5596 41.8987,142.6326 27.2557,125.0086" class="sapIllus_BackgroundColor"/>
3
+ <path fill="var(--sapIllus_AccentColor)" d="M139.2988 31.5026C136.5958 30.4376 135.2838 27.8506 134.2698 25.2126 134.2078 25.0496 134.0538 24.9406 133.8788 24.9376L133.8738 24.9376C133.7008 24.9386 133.5468 25.0426 133.4828 25.2026 132.1288 28.4816 130.1168 30.1576 127.7888 32.0986L127.7348 32.1436C127.6078 32.2506 127.5508 32.4206 127.5888 32.5826 127.6268 32.7446 127.7528 32.8706 127.9148 32.9066 129.9698 33.3526 133.1498 37.3646 133.1498 39.5126 133.1478 39.7266 133.3028 39.9096 133.5148 39.9436 133.5338 39.9456 133.5548 39.9476 133.5748 39.9476 133.7658 39.9456 133.9328 39.8186 133.9838 39.6356 134.6648 37.2586 136.6438 33.3496 139.2978 32.3166 139.5228 32.2256 139.6308 31.9696 139.5398 31.7446 139.4948 31.6346 139.4088 31.5476 139.2988 31.5026M122.3125 47.738C120.8775 47.152 120.1745 45.708 119.6265 44.234 119.5715 44.073 119.4215 43.963 119.2505 43.958L119.2465 43.958C119.0775 43.961 118.9275 44.066 118.8685 44.224 118.1985 45.771 117.1275 47.112 115.7675 48.108L115.7375 48.134C115.6135 48.244 115.5595 48.413 115.5975 48.574 115.6305 48.733 115.7525 48.859 115.9115 48.898 116.9685 49.135 118.6705 51.362 118.6705 52.507 118.6665 52.717 118.8155 52.9 119.0225 52.937 119.0415 52.94 119.0615 52.942 119.0815 52.942 119.2675 52.938 119.4285 52.81 119.4745 52.63 119.8415 51.301 120.9015 49.12 122.3115 48.55 122.5365 48.451 122.6365 48.188 122.5375 47.964 122.4925 47.863 122.4135 47.783 122.3125 47.738" class="sapIllus_AccentColor"/>
4
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M63.9149,64.5609 L63.9149,47.8149 L63.9009,47.8149 C63.9419,39.4909 70.7319,32.7149 79.0819,32.7149 C87.4199,32.7149 94.2099,39.4909 94.2499,47.8149 L94.2499,63.6359 C89.8919,61.8719 85.1319,60.8919 80.1399,60.8919 C74.3299,60.8919 68.8289,62.2099 63.9149,64.5609 M102.4789,68.2389 L102.4789,47.8149 L102.4639,47.8149 C102.4229,34.9589 91.9509,24.5009 79.0819,24.5009 C66.2139,24.5009 55.7279,34.9589 55.6869,47.8149 L55.6869,69.9279 C47.6179,76.8319 42.4969,87.0819 42.4969,98.5359 C42.4969,119.3259 59.3499,136.1789 80.1399,136.1789 C100.9299,136.1789 117.7849,119.3259 117.7849,98.5359 C117.7849,86.1099 111.7609,75.0939 102.4789,68.2389" class="sapIllus_ObjectFillColor"/>
5
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M80.14,135.68 C59.66,135.68 43,119.021 43,98.531 C43,87.651 47.71,77.84 55.19,71.04 C55.52,70.741 55.85,70.451 56.19,70.17 C58.39,68.311 60.81,66.701 63.41,65.38 C63.74,65.21 64.07,65.051 64.41,64.891 C69.19,62.651 74.52,61.391 80.14,61.391 C84.94,61.391 89.54,62.311 93.75,63.971 C94.09,64.111 94.42,64.25 94.75,64.391 C97.32,65.491 99.75,66.88 101.98,68.51 C102.32,68.76 102.65,69.01 102.98,69.271 C111.68,76.071 117.28,86.66 117.28,98.531 C117.28,119.021 100.62,135.68 80.14,135.68 L80.14,135.68 Z M93.75,62.901 C89.52,61.281 84.94,60.391 80.14,60.391 C74.53,60.391 69.2,61.611 64.41,63.781 L64.41,47.491 C64.62,39.59 71.13,33.21 79.08,33.21 C87.13,33.21 93.71,39.771 93.75,47.811 L93.75,62.901 Z M56.19,47.821 C56.23,35.241 66.5,25 79.08,25 C91.66,25 101.92,35.241 101.96,47.821 L101.98,67.281 C99.74,65.701 97.32,64.37 94.75,63.301 L94.75,47.811 C94.71,39.21 87.68,32.21 79.08,32.21 C70.48,32.21 63.44,39.21 63.4,47.811 L63.41,64.271 C60.83,65.521 58.41,67.071 56.19,68.861 L56.19,47.821 Z M102.98,68 L102.98,47.811 L102.96,47.311 C102.65,34.41 92.04,24 79.08,24 C65.95,24 55.23,34.68 55.19,47.811 L55.19,69.701 C47.12,76.701 42,87.031 42,98.531 C42,119.571 59.11,136.68 80.14,136.68 C101.17,136.68 118.28,119.571 118.28,98.531 C118.28,86.061 112.26,74.96 102.98,68 L102.98,68 Z" class="sapIllus_StrokeDetailColor"/>
6
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M77.3314,69.265 C93.4974,67.713 107.8594,79.561 109.4114,95.727 C110.9624,111.893 99.1144,126.255 82.9494,127.806 C66.7834,129.358 52.4204,117.51 50.8694,101.345 C49.3184,85.179 61.1654,70.816 77.3314,69.265 Z" class="sapIllus_BrandColorSecondary"/>
7
+ <path fill="var(--sapIllus_PatternShadow)" d="M117.5189,95.8997 C117.2219,92.2247 116.3789,88.6147 115.0189,85.1877 C112.3909,78.7617 108.0699,73.1697 102.5149,69.0037 C105.6409,74.6507 107.6639,80.8407 108.4719,87.2447 C109.4479,93.0977 109.1259,99.0937 107.5319,104.8097 C106.1479,109.6587 103.6729,114.1277 100.2979,117.8747 C99.4049,118.7877 98.4569,119.6477 97.4629,120.4507 C95.9199,121.6367 94.2769,122.6847 92.5499,123.5837 C85.6679,127.0827 75.5759,127.1247 75.5759,127.1247 C66.9259,127.0587 58.4059,125.0117 50.6689,121.1427 C54.3939,126.1457 59.3189,130.1297 64.9899,132.7277 C69.1589,134.6417 73.6459,135.7637 78.2259,136.0367 C79.8839,136.1267 81.5459,136.1177 83.2039,136.0097 C84.1529,135.9427 84.9679,135.8407 85.3259,135.7957 C85.8519,135.7417 86.3749,135.6587 86.8929,135.5477 C87.4979,135.4087 87.7339,135.2967 88.7049,134.9787 C89.5239,134.7117 89.9569,134.5927 90.4059,134.4557 C92.7729,133.6897 95.0929,132.7887 97.3569,131.7557 C98.6429,131.2247 99.8859,130.5957 101.0769,129.8767 C101.9349,129.3277 102.7579,128.7277 103.5429,128.0797 C105.1649,126.7627 106.6879,125.3317 108.1019,123.7957 C111.1219,120.2917 113.5429,116.3137 115.2699,112.0237 C117.1979,106.8797 117.9659,101.3747 117.5189,95.8997" class="sapIllus_PatternShadow"/>
8
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M80.0414 83.6556C79.7654 83.6556 79.5414 83.4316 79.5414 83.1556L79.5414 77.8456C79.5414 77.5696 79.7654 77.3456 80.0414 77.3456 80.3174 77.3456 80.5414 77.5696 80.5414 77.8456L80.5414 83.1556C80.5414 83.4316 80.3174 83.6556 80.0414 83.6556M80.0414 119.3236C79.7654 119.3236 79.5414 119.0996 79.5414 118.8236L79.5414 113.5136C79.5414 113.2376 79.7654 113.0136 80.0414 113.0136 80.3174 113.0136 80.5414 113.2376 80.5414 113.5136L80.5414 118.8236C80.5414 119.0996 80.3174 119.3236 80.0414 119.3236M64.8622 99.0286L59.5522 99.0286C59.2762 99.0286 59.0522 98.8046 59.0522 98.5286 59.0522 98.2526 59.2762 98.0286 59.5522 98.0286L64.8622 98.0286C65.1382 98.0286 65.3622 98.2526 65.3622 98.5286 65.3622 98.8046 65.1382 99.0286 64.8622 99.0286M100.5306 99.0286L95.2206 99.0286C94.9446 99.0286 94.7206 98.8046 94.7206 98.5286 94.7206 98.2526 94.9446 98.0286 95.2206 98.0286L100.5306 98.0286C100.8066 98.0286 101.0306 98.2526 101.0306 98.5286 101.0306 98.8046 100.8066 99.0286 100.5306 99.0286M66.0174 93.0257C65.9534 93.0257 65.8884 93.0137 65.8264 92.9877L60.9204 90.9567C60.6654 90.8507 60.5444 90.5577 60.6504 90.3027 60.7554 90.0477 61.0504 89.9257 61.3034 90.0327L66.2084 92.0637C66.4634 92.1697 66.5844 92.4627 66.4794 92.7167 66.3994 92.9097 66.2134 93.0257 66.0174 93.0257M98.9711 106.6761C98.9071 106.6761 98.8421 106.6641 98.7801 106.6381L93.8741 104.6061C93.6191 104.5001 93.4981 104.2071 93.6041 103.9521 93.7101 103.6971 94.0041 103.5751 94.2571 103.6821L99.1621 105.7141C99.4171 105.8201 99.5381 106.1131 99.4331 106.3671 99.3531 106.5601 99.1671 106.6761 98.9711 106.6761M72.3802 117.8382C72.3162 117.8382 72.2512 117.8262 72.1892 117.8002 71.9342 117.6942 71.8132 117.4012 71.9182 117.1472L73.9502 112.2412C74.0562 111.9852 74.3502 111.8632 74.6032 111.9712 74.8582 112.0762 74.9792 112.3692 74.8742 112.6242L72.8422 117.5292C72.7622 117.7222 72.5762 117.8382 72.3802 117.8382M86.0296 84.8851C85.9656 84.8851 85.9006 84.8731 85.8386 84.8471 85.5836 84.7411 85.4626 84.4481 85.5676 84.1941L87.5996 79.2881C87.7066 79.0331 87.9996 78.9121 88.2536 79.0181 88.5086 79.1231 88.6296 79.4161 88.5236 79.6711L86.4916 84.5761C86.4116 84.7691 86.2256 84.8851 86.0296 84.8851M69.308 88.1009C69.18 88.1009 69.052 88.0519 68.954 87.9549L65.2 84.2009C65.005 84.0049 65.005 83.6889 65.2 83.4939 65.395 83.2979 65.712 83.2979 65.907 83.4939L69.662 87.2469C69.857 87.4429 69.857 87.7589 69.662 87.9549 69.564 88.0519 69.436 88.1009 69.308 88.1009M94.5296 113.3226C94.4016 113.3226 94.2736 113.2736 94.1756 113.1766L90.4216 109.4226C90.2256 109.2266 90.2256 108.9106 90.4216 108.7156 90.6166 108.5196 90.9326 108.5196 91.1286 108.7156L94.8836 112.4686C95.0786 112.6646 95.0786 112.9806 94.8836 113.1766 94.7856 113.2736 94.6576 113.3226 94.5296 113.3226M65.6908 113.4603C65.5628 113.4603 65.4348 113.4113 65.3368 113.3143 65.1418 113.1183 65.1418 112.8023 65.3368 112.6063L69.0918 108.8523C69.2868 108.6563 69.6038 108.6563 69.7988 108.8523 69.9938 109.0473 69.9938 109.3633 69.7988 109.5593L66.0448 113.3143C65.9468 113.4113 65.8188 113.4603 65.6908 113.4603M74.2323 84.8109C74.0363 84.8109 73.8503 84.6949 73.7703 84.5019L71.7383 79.5969C71.6333 79.3419 71.7543 79.0489 72.0093 78.9439 72.2623 78.8379 72.5573 78.9589 72.6623 79.2139L74.6943 84.1199C74.7993 84.3739 74.6783 84.6669 74.4233 84.7729 74.3613 84.7989 74.2963 84.8109 74.2323 84.8109M87.8822 117.764C87.6862 117.764 87.5002 117.648 87.4202 117.455L85.3882 112.55C85.2822 112.295 85.4032 112.002 85.6582 111.897 85.9152 111.789 86.2062 111.913 86.3122 112.167L88.3442 117.073C88.4492 117.327 88.3282 117.62 88.0732 117.726 88.0112 117.752 87.9452 117.764 87.8822 117.764M61.1864 106.8548C60.9904 106.8548 60.8044 106.7388 60.7244 106.5458 60.6194 106.2918 60.7404 105.9988 60.9954 105.8928L65.9004 103.8618C66.1554 103.7548 66.4484 103.8768 66.5534 104.1318 66.6594 104.3868 66.5384 104.6798 66.2834 104.7858L61.3774 106.8168C61.3154 106.8428 61.2504 106.8548 61.1864 106.8548" class="sapIllus_StrokeDetailColor"/>
9
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M99.5072,90.4818 C99.4022,90.2268 99.1112,90.1048 98.8542,90.2108 L93.9482,92.2438 C93.9322,92.2508 93.9212,92.2638 93.9052,92.2718 L96.6662,83.5668 L85.2572,88.0028 C83.9092,87.4868 82.4522,87.1918 80.9232,87.1918 C74.2252,87.1918 68.7962,92.6208 68.7962,99.3178 C68.7962,106.0148 74.2252,111.4438 80.9232,111.4438 C87.6192,111.4438 93.0482,106.0148 93.0482,99.3178 C93.0482,98.2568 92.8992,97.2348 92.6432,96.2538 L93.6992,92.9228 C93.7862,93.0958 93.9552,93.2058 94.1402,93.2058 C94.2032,93.2058 94.2692,93.1938 94.3312,93.1678 L99.2362,91.1348 C99.4912,91.0298 99.6122,90.7368 99.5072,90.4818" class="sapIllus_StrokeDetailColor"/>
10
+ <polygon fill="var(--sapIllus_AccentColor)" points="82.903 86.862 91.815 95.773 95.888 82.789" class="sapIllus_AccentColor"/>
11
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M92.266,98.5355 C92.266,105.2325 86.837,110.6615 80.141,110.6615 C73.443,110.6615 68.014,105.2325 68.014,98.5355 C68.014,91.8385 73.443,86.4095 80.141,86.4095 C86.837,86.4095 92.266,91.8385 92.266,98.5355" class="sapIllus_ObjectFillColor"/>
12
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-Mission">
2
+ <path fill="var(--sapIllus_BackgroundColor)" d="M120.221357,98.36 C120.221357,93.81 124.131357,90.59 129.331357,90.49 C145.451357,90.19 158.481357,77.02 156.861357,61.19 C155.461357,47.41 142.861357,37.19 128.481357,37.19 L43.5513569,37.19 C29.1713569,37.19 16.5513569,47.4 15.1713569,61.19 C13.5513569,77.02 26.5713569,90.49 42.7013569,90.49 L42.7913569,90.49 C45.9998818,90.4341698 48.6502866,92.9817765 48.7213569,96.19 L48.7213569,96.32 C48.6611308,99.5376466 46.0091761,102.100159 42.7913569,102.05 L19.1613569,102.05 C11.7913569,102.05 5.0213569,106.74 3.4013569,113.68 C1.1213569,123.45 8.8713569,132.19 18.6413569,132.19 L114.341357,132.19 C121.951357,132.19 128.851357,127.19 130.251357,119.99 C131.571357,113.23 127.251357,108.15 122.561357,103.99 C121.018278,102.530071 120.167695,100.483583 120.221357,98.36 Z" class="sapIllus_BackgroundColor"/>
3
+ <path fill="var(--sapIllus_AccentColor)" d="M150.121357 129.86C144.801357 127.86 142.201357 123.04 140.181357 118.1 140.084939 117.870335 139.860439 117.720669 139.611357 117.72 139.371806 117.748997 139.160258 117.890028 139.041357 118.1 136.421357 124.39 132.971357 127.1 128.041357 130.54 127.907731 130.629353 127.815548 130.768589 127.78547 130.926498 127.755393 131.084406 127.789936 131.247781 127.881357 131.38 127.963779 131.49014 128.079497 131.570792 128.211357 131.61 132.381357 132.88 138.641357 140.71 138.671357 144.7 138.678624 145.00035 138.903503 145.250686 139.201357 145.290018L139.291357 145.290018C139.558948 145.292044 139.795545 145.116635 139.871357 144.86 140.871357 141.33 144.171357 133.96 149.311357 131.36 149.581428 131.222374 149.858468 131.098874 150.141357 130.99 150.380087 130.904679 150.539429 130.678519 150.539429 130.425 150.539429 130.171481 150.380087 129.945321 150.141357 129.86L150.121357 129.86zM33.3813569 24.6C30.0213569 23.25 28.3813569 19.95 27.1213569 16.6 27.0224172 16.324227 26.764244 16.1375479 26.4713569 16.13 26.1901869 16.1608417 25.9427794 16.3295286 25.8113569 16.58 24.1213569 20.77 21.5913569 22.91 18.6713569 25.4L18.5913569 25.46C18.3817701 25.6483043 18.2900267 25.9350023 18.3513569 26.21 18.4141328 26.480005 18.6225491 26.6922809 18.8913569 26.76 21.4413569 27.32 25.3813569 32.39 25.3813569 35.1 25.371372 35.4588956 25.6273207 35.7702998 25.9813569 35.83L26.0813569 35.83C26.4016191 35.8269268 26.6801747 35.6098173 26.7613569 35.3 27.6113569 32.3 30.0813569 27.3 33.3813569 25.98 33.5673345 25.9010417 33.7135886 25.750387 33.7870006 25.5621511 33.8604127 25.3739151 33.8547723 25.1640217 33.7713569 24.98 33.6964705 24.8046007 33.5567562 24.6648864 33.3813569 24.59L33.3813569 24.6z" class="sapIllus_AccentColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M94.4513791,97.86 C94.4513791,104.07 92.1713569,120.72 70.3913569,133.18 C69.8875833,133.469205 69.2522242,133.382915 68.8438304,132.969827 C68.4354366,132.556739 68.3564138,131.920436 68.6513569,131.42 C71.6513569,126.47 75.5713569,118.26 72.1513569,113.42 C71.7756533,112.856525 71.9125712,112.096852 72.4613569,111.7 L92.4013569,96.83 C92.7900902,96.537248 93.3112051,96.490252 93.746043,96.7087315 C94.1808809,96.9272111 94.4542158,97.3733696 94.4513791,97.86 Z" class="sapIllus_BrandColorSecondary"/>
5
+ <path fill="var(--sapIllus_PatternHighlight)" d="M92.1113569,99.38 C86.1113569,105.78 84.6413569,106.08 82.2013569,110.2 C81.5313569,111.34 67.9613569,132.55 68.6513569,131.42 C71.6513569,126.47 75.5713569,118.26 72.1513569,113.42 C71.7756533,112.856525 71.9125712,112.096852 72.4613569,111.7 L92.4013569,96.83 C93.2513569,96.19 92.8313569,98.6 92.1113569,99.38 Z" class="sapIllus_PatternHighlight"/>
6
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M58.2713569,61.69 C52.0713569,61.69 35.4213569,63.97 22.9513569,85.75 C22.6553154,86.2559326 22.740776,86.898308 23.158796,87.309243 C23.5768161,87.7201779 24.2205584,87.7946461 24.7213569,87.49 C29.7213569,84.49 37.8713569,80.56 42.7213569,83.99 C43.2884608,84.3582089 44.0446226,84.2175276 44.4413569,83.67 L59.3113569,63.74 C59.5971286,63.3480608 59.6388829,62.828944 59.4194297,62.396368 C59.1999765,61.9637919 58.7564146,61.6908842 58.2713569,61.69 L58.2713569,61.69 Z" class="sapIllus_BrandColorSecondary"/>
7
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M46.4924671,97.0483559 L64.9824671,97.0483559 C65.4850463,97.0483559 65.8924671,97.4557768 65.8924671,97.9583559 L65.8924671,102.198356 C65.8924671,103.457565 64.8716764,104.478378 63.6124671,104.478378 L47.8724671,104.478378 C47.2660428,104.481016 46.6835435,104.241977 46.2537953,103.814105 C45.8240471,103.386234 45.5824671,102.804786 45.5824671,102.198356 L45.5824671,97.9983559 C45.5824671,97.4957768 45.989888,97.0883559 46.4924671,97.0883559 L46.4924671,97.0483559 Z" class="sapIllus_StrokeDetailColor" transform="rotate(45 55.737 100.763)"/>
8
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M134.631357,21.5 C127.631357,14.5 101.231357,25.69 81.0913569,44.12 L112.141357,75.12 C127.201357,58.06 141.581357,28.45 134.631357,21.5 Z" class="sapIllus_BrandColorSecondary"/>
9
+ <path fill="var(--sapIllus_PatternHighlight)" d="M135.001357,23.37 C134.581357,24.24 131.821357,26.17 131.211357,32.06 C130.86244,34.4905689 130.014691,36.8227303 128.721357,38.91 C127.021357,41.8 124.171357,44.48 123.141357,44.54 C119.301357,44.77 118.711357,49.16 116.781357,51.54 C116.651357,51.71 114.631357,53.28 114.361357,54.13 C113.011357,58.33 112.831357,56.22 111.981357,57.23 C109.981357,59.6 108.401357,61.23 108.041357,61.63 C107.221357,62.49 106.531357,63.16 106.141357,63.54 C104.991357,64.66 103.951357,65.54 103.141357,66.32 L112.591357,75.88 C127.281357,59.13 142.001357,30.31 135.001357,23.37 Z" class="sapIllus_PatternHighlight"/>
10
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M81.4913569,43.66 C80.1813569,44.85 79.2913569,45.86 78.0413569,47.1 C57.5613569,67.58 48.4913569,82.19 48.4913569,82.19 C45.9476053,86.3721077 46.4733986,91.7319384 49.7813569,95.34 L60.7113569,106.27 C64.2746792,109.564111 69.634551,109.978001 73.6613569,107.27 C86.1383127,98.7550959 97.8493021,89.1688146 108.661357,78.62 C109.861357,77.42 111.331357,76.11 112.541357,74.74 L81.4913569,43.66 Z" class="sapIllus_ObjectFillColor"/>
11
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M112.801357,75.4 L112.801357,75.4 C120.603951,66.32398 127.140135,56.2320857 132.231357,45.4 C135.381357,38.53 139.951357,26.27 135.121357,21.4 C127.691357,13.98 101.921357,24.59 81.0413569,43.66 C79.7413569,44.85 78.4613569,46.07 77.2413569,47.29 C57.5213569,67.01 48.4913569,80.88 48.1113569,81.46 C45.3855379,86.0793674 46.0201077,91.9410022 49.6713569,95.87 L60.6013569,106.8 C64.4915771,110.462262 70.3870357,110.97527 74.8513569,108.04 C87.0147481,99.3102376 98.4946993,89.6656076 109.191357,79.19 C110.561357,77.86 111.741357,76.61 112.801357,75.4 Z M134.411357,22.11 C141.531357,29.23 126.411357,57.99 112.781357,73.89 L82.5413569,43.65 C102.901357,25.39 127.431357,15.13 134.411357,22.11 Z M74.2813569,107.19 C70.2115631,109.878559 64.8262215,109.410449 61.2813569,106.06 L50.3813569,95.19 C47.0440219,91.5873096 46.4819922,86.2154459 49.0013569,82 C49.3813569,81.43 58.3513569,67.64 78.0013569,48 C79.2113569,46.79 80.4713569,45.58 81.7613569,44.41 L81.8513569,44.33 L112.181357,74.66 L112.101357,74.75 C111.101357,75.94 109.881357,77.18 108.531357,78.53 C97.8611194,88.9415097 86.4111426,98.5227166 74.2813569,107.19 L74.2813569,107.19 Z" class="sapIllus_StrokeDetailColor"/>
12
+ <circle cx="106.181" cy="50.87" r="6.63" fill="var(--sapIllus_StrokeDetailColor)" class="sapIllus_StrokeDetailColor"/>
13
+ <circle cx="106.611" cy="49.86" r="6.63" fill="var(--sapIllus_ObjectFillColor)" class="sapIllus_ObjectFillColor"/>
14
+ <rect width="2" height="14.84" x="43.144" y="105.37" fill="var(--sapIllus_Layering1)" class="sapIllus_Layering1" rx="1" transform="rotate(45 44.144 112.79)"/>
15
+ <rect width="2" height="14.84" x="42.129" y="114.147" fill="var(--sapIllus_Layering1)" class="sapIllus_Layering1" rx="1" transform="rotate(45 43.129 121.567)"/>
16
+ <rect width="2" height="14.84" x="36.67" y="103.225" fill="var(--sapIllus_Layering1)" class="sapIllus_Layering1" rx="1" transform="rotate(45 37.67 110.645)"/>
17
+ <path fill="var(--sapIllus_Layering1)" d="M59.0013569 21.57C58.6793745 21.5700863 58.4168142 21.3119361 58.4113569 20.99L58.4113569 20.99 58.4113569 17.38C58.4501978 17.0810231 58.7048676 16.8572981 59.0063569 16.8572981 59.3078462 16.8572981 59.562516 17.0810231 59.6013569 17.38L59.6013569 20.99C59.5987271 21.146485 59.53403 21.2955134 59.4215032 21.4042893 59.3089765 21.5130652 59.1578411 21.5726748 59.0013569 21.57L59.0013569 21.57zM59.0013569 8.57000001C58.6793745 8.57008629 58.4168142 8.31193613 58.4113569 7.99000001L58.4113569 7.99000001 58.4113569 4.38000001C58.4501978 4.08102313 58.7048676 3.85729813 59.0063569 3.85729813 59.3078462 3.85729813 59.562516 4.08102313 59.6013569 4.38000001L59.6013569 7.99000001C59.5987271 8.14648501 59.53403 8.29551343 59.4215032 8.40428932 59.3089765 8.51306521 59.1578411 8.57267476 59.0013569 8.57000001L59.0013569 8.57000001zM54.2113569 13.19L50.6013569 13.19C50.4431538 13.1926818 50.2905031 13.1317072 50.1776843 13.0207687 50.0648655 12.9098303 50.0013569 12.7582259 50.0013569 12.6 50.0013569 12.2686292 50.2699861 12 50.6013569 12L54.2113569 12C54.3695828 11.9999773 54.5211872 12.0635086 54.6321256 12.1763274 54.7430641 12.2891462 54.8040387 12.4417969 54.8013569 12.6 54.8040932 12.7573006 54.7428117 12.9089645 54.6315666 13.0202097 54.5203214 13.1314548 54.3686575 13.1927363 54.2113569 13.19zM67.3213569 13.19L63.7113569 13.19C63.5530935 13.1874089 63.4025084 13.1213347 63.2934405 13.0066254 63.1843726 12.8919161 63.1259701 12.738193 63.1313569 12.58 63.146448 12.2661382 63.3974951 12.0150911 63.7113569 12L67.3213569 12C67.6488504 12.0161989 67.9026871 12.2923019 67.8913569 12.62 67.8810013 12.9304117 67.6317686 13.1796444 67.3213569 13.19L67.3213569 13.19zM100.561357 147.19C100.448244 147.192694 100.338828 147.149636 100.257886 147.070577 100.176945 146.991518 100.131325 146.883145 100.131357 146.77L100.131357 146.77 100.131357 144.19C100.131357 143.952518 100.323874 143.76 100.561357 143.76 100.798839 143.76 100.991357 143.952518 100.991357 144.19L100.991357 146.79C100.985924 147.023568 100.794988 147.210063 100.561357 147.21L100.561357 147.19zM100.561357 137.75C100.448244 137.752694 100.338828 137.709636 100.257886 137.630577 100.176945 137.551518 100.131325 137.443145 100.131357 137.33L100.131357 137.33 100.131357 134.73C100.131357 134.492518 100.323874 134.3 100.561357 134.3 100.798839 134.3 100.991357 134.492518 100.991357 134.73L100.991357 137.33C100.980885 137.561344 100.792883 137.744974 100.561357 137.75L100.561357 137.75zM97.1413569 141.19L94.5413569 141.19C94.3038745 141.19 94.1113569 140.997482 94.1113569 140.76 94.1113569 140.522518 94.3038745 140.33 94.5413569 140.33L97.1413569 140.33C97.3788393 140.33 97.5713569 140.522518 97.5713569 140.76 97.5713569 140.997482 97.3788393 141.19 97.1413569 141.19L97.1413569 141.19zM106.581357 141.19L104.001357 141.19C103.763874 141.19 103.571357 140.997482 103.571357 140.76 103.571357 140.522518 103.763874 140.33 104.001357 140.33L106.591357 140.33C106.828839 140.33 107.021357 140.522518 107.021357 140.76 107.021357 140.997482 106.828839 141.19 106.591357 141.19L106.581357 141.19z" class="sapIllus_Layering1"/>
18
+ </svg>
@@ -0,0 +1,41 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-MissionFailed">
2
+ <circle cx="79.8644" cy="84.02" r="75.9797" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M153.303 103.572C154.959 97.3333 155.842 90.7797 155.842 84.0199C155.842 74.3482 154.035 65.0985 150.74 56.5901C147.995 55.7553 144.892 56.3893 142.676 58.5174C139.841 61.2388 139.389 65.5086 141.372 68.7223C135.682 66.5024 129.043 67.5621 124.427 71.9941C122.973 73.3903 121.845 75.0007 121.044 76.7324L121.007 76.6937C113.914 69.3065 102.176 69.0676 94.7888 76.16C87.4015 83.2525 87.1626 94.9907 94.2551 102.378C101.348 109.765 113.086 110.004 120.473 102.912C122.622 100.848 124.166 98.3921 125.101 95.7641C131.281 101.323 140.628 101.456 146.729 95.9618C147.66 97.7607 148.862 99.4578 150.336 100.993C151.262 101.958 152.256 102.817 153.303 103.572ZM147.323 72.7075C147.265 72.6478 147.208 72.5885 147.15 72.5298C147.778 72.6223 148.415 72.6418 149.048 72.588C148.755 72.9537 148.475 73.3267 148.209 73.7065C147.929 73.3649 147.634 73.0316 147.323 72.7075ZM39.5671 68.3552C32.9325 74.7251 32.7179 85.2674 39.0878 91.902C45.4577 98.5366 55.9999 98.7512 62.6345 92.3813C69.2691 86.0114 69.4837 75.4691 63.1138 68.8345C56.7439 62.1999 46.2017 61.9853 39.5671 68.3552Z" fill="var(--sapContent_Illustrative_Color18)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M139.847 130.66C131.494 134.73 121.131 133.176 114.35 126.112C105.937 117.35 106.22 103.426 114.983 95.0132C123.745 86.6002 137.669 86.8836 146.082 95.6462C149.435 99.139 151.407 103.452 152.011 107.909C149.26 116.221 145.113 123.897 139.847 130.66Z" fill="var(--sapContent_Illustrative_Color19)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M140.841 129.358H84.5783L77.4043 89.334L91.7524 62.1481L96.2833 89.334L121.581 53.0862L114.785 94.6201L131.398 86.6909L125.735 97.6408L154.058 100.473C153.517 102.923 152.858 105.329 152.087 107.684L129.133 120.296L144.819 123.459C143.584 125.49 142.256 127.458 140.841 129.358Z" fill="var(--sapContent_Illustrative_Color3)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.66548 94.9617C4.56582 94.2707 4.47546 93.5767 4.39453 92.8799L43.4217 103.682L60.0353 145.216L24.841 136.417C20.4491 131.807 16.6307 126.645 13.5003 121.046L15.1031 120.673L12.4065 119.018C10.9756 116.266 9.70818 113.415 8.61716 110.479H23.0323L4.66548 94.9617Z" fill="var(--sapContent_Illustrative_Color3)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M147.807 118.064C135.322 142.932 109.585 160 79.8624 160C50.1829 160 24.4779 142.982 11.9727 118.172C24.4454 117.061 37.4352 114.988 47.5203 111.218C69.3441 103.059 81.7652 106.044 102.229 111.218C116.133 114.733 132.196 116.837 147.807 118.064Z" fill="var(--sapContent_Illustrative_Color18)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M24.291 135.833L30.6929 133.922L49.1195 136.033L54.3978 131.107L52.1106 125.3V122.561L49.1195 118.791L48.2347 110.953C51.2011 109.867 53.9941 108.989 56.6587 108.296L98.4538 110.269C99.6832 110.575 100.94 110.892 102.229 111.218C104.121 111.696 106.054 112.149 108.02 112.576L109.974 114.941L108.743 116.112L114.197 121.45L127.942 125.3L124.951 131.986H134.627V136.033H135.25C134.709 136.609 134.16 137.176 133.601 137.734L133.044 137.792V133.922H120.376L122.312 127.764L107.532 126.708L104.541 133.922L90.642 137.792V140.959H102.43L99.4307 143.226L104.541 146.738L98.4538 143.965L87.299 152.396L93.2811 144.654H86.4194L83.4283 138.672C77.5049 138.086 65.1655 136.314 63.195 133.922L58.9374 137.792H53.3811L45.0466 140.959L40.4163 137.792L29.4581 136.033L25.0997 136.687C24.828 136.404 24.5584 136.12 24.291 135.833Z" fill="var(--sapContent_Illustrative_Color19)"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M142.877 126.487C142.672 126.791 142.465 127.092 142.256 127.393L136.406 126.487H142.877Z" fill="var(--sapContent_Illustrative_Color19)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M135.25 136.033C134.71 136.609 134.16 137.176 133.602 137.734L133.044 137.792V133.922H120.376L122.312 127.764L114.252 127.188V121.466L127.942 125.3L124.951 131.986H134.628V136.033H135.25Z" fill="var(--sapContent_Illustrative_Color19)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M135.25 136.033C134.709 136.609 134.16 137.176 133.601 137.735L133.046 137.792V133.922H125.123V131.986H134.629V136.033H135.25Z" fill="var(--sapContent_Illustrative_Color20)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M135.25 136.033C135.035 136.262 134.818 136.49 134.6 136.717V132.302H134.629V136.033H135.25Z" fill="var(--sapContent_Illustrative_Color19)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M114.151 127.181L108.949 126.809V116.314L114.151 121.405V127.181ZM109.012 115.856H108.949V115.915L109.012 115.856Z" fill="var(--sapContent_Illustrative_Color20)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M25.0997 136.687C24.828 136.404 24.5584 136.12 24.291 135.833L30.6926 133.922L49.1081 136.032V139.416L45.0464 140.959L40.4161 137.792L29.4578 136.033L25.0997 136.687Z" fill="var(--sapContent_Illustrative_Color20)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.5564 133.963L24.293 135.833C24.5604 136.12 24.8301 136.404 25.1019 136.687L29.458 136.033L30.5564 136.21V133.963Z" fill="var(--sapContent_Illustrative_Color19)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M90.6094 148.114L93.2831 144.654H90.6094V139.254H90.644V140.959H102.432L99.4327 143.226L102.537 145.36V145.824L98.4558 143.965L90.6094 149.895V148.114Z" fill="var(--sapContent_Illustrative_Color20)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M93.2494 147.904V144.704L87.306 152.396L93.2494 147.904ZM93.2494 144.654H86.4263L86.4121 144.626H93.2494V144.654Z" fill="var(--sapContent_Illustrative_Color19)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M122.296 133.922H120.373L122.274 127.872H122.296V133.922Z" fill="var(--sapContent_Illustrative_Color20)"/>
19
+ <path d="M34.3637 39.1488C31.6549 39.7324 24.3963 33.8241 30.7759 32.9403C31.795 32.7991 32.8218 32.7291 33.833 32.5167C34.4834 32.3777 35.3452 32.2326 35.3104 31.3333C35.281 30.5225 34.5173 30.2076 33.8577 30.0296C32.1839 29.5726 30.4528 29.4058 28.7053 29.3596C20.7967 27.6312 26.3966 19.3315 17.2596 20.8482C15.9854 21.0596 15.0655 20.0919 14.2473 19.2784C10.7866 15.8584 9.39201 4.00429 15.9831 0.696903C16.243 0.592154 16.488 0.467831 16.7479 0.363082C19.1475 0.130194 20.9634 1.3433 22.6555 2.82009C25.2986 5.54949 27.5203 5.97627 29.6819 4.14987C32.1074 2.06143 34.107 1.93166 36.7506 3.88941C38.7573 5.37417 40.7076 6.88629 43.1357 7.72716C44.793 8.30471 45.4535 9.88589 45.4661 11.5889C45.4891 17.5727 44.1319 19.5443 38.6206 21.7541C37.6947 21.8554 36.8861 22.2534 36.2487 22.9379C35.0753 23.5666 34.5238 24.6487 34.7792 25.8587C35.0447 27.1228 36.2473 27.6907 37.3961 27.883C39.2139 28.1843 39.3701 28.8371 38.8176 30.568C37.8089 33.7097 31.8735 35.3695 34.3958 39.1707L34.3637 39.1488Z" fill="var(--sapContent_Illustrative_Color19)"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M29.5143 36.9618C30.9159 38.3161 33.1186 39.4166 34.3623 39.1487L34.3944 39.1706C32.8244 36.8046 34.5313 35.2682 36.2872 33.6876C37.3522 32.7289 38.4354 31.754 38.8162 30.5679C39.3687 28.837 39.2125 28.1842 37.3946 27.8829C36.2459 27.6906 35.0432 27.1226 34.7777 25.8586C34.5224 24.6485 35.0739 23.5665 36.2473 22.9378C36.8846 22.2533 37.6933 21.8553 38.6191 21.754C44.1305 19.5441 45.4877 17.5726 45.4646 11.5887C45.4521 9.88576 44.7916 8.30458 43.1343 7.72703C40.8596 6.93929 39.0043 5.56246 37.129 4.1709C37.0025 4.07703 36.876 3.9831 36.7491 3.88928C34.1056 1.93153 32.106 2.0613 29.6805 4.14974C27.5189 5.97613 25.2972 5.54936 22.6541 2.81995C20.9619 1.34317 19.1461 0.130061 16.7465 0.36295C16.6165 0.415326 16.4903 0.472593 16.3641 0.529859C16.2379 0.587126 16.1117 0.644397 15.9817 0.696772C13.922 1.73035 12.6421 3.59858 11.9614 5.78324C12.1982 5.63621 12.4489 5.50207 12.714 5.38204C12.8331 5.33901 12.9488 5.29178 13.0645 5.24456C13.1802 5.19734 13.2959 5.15012 13.415 5.10708C15.6232 4.9345 17.3085 5.98107 18.8825 7.24978C21.3456 9.58963 23.3966 9.97413 25.3691 8.44893C27.582 6.70442 29.4228 6.61508 31.8782 8.30111C31.996 8.38191 32.1136 8.4628 32.2311 8.54363C33.9729 9.74202 35.6963 10.9277 37.7999 11.6186C39.3326 12.1251 39.9574 13.4716 39.9865 14.9146C40.0694 19.9849 38.8395 21.6414 33.7851 23.457C32.9332 23.5333 32.1924 23.8622 31.6123 24.4355C30.5378 24.9561 30.0409 25.8673 30.2886 26.8952C30.5462 27.9689 31.66 28.4625 32.7202 28.6373C34.0649 28.857 34.4286 29.2569 34.2672 30.159C34.7977 30.3571 35.2856 30.6883 35.3089 31.3332C35.3424 32.1972 34.5482 32.3651 33.909 32.5002C33.8829 32.5057 33.8571 32.5111 33.8316 32.5166C33.4721 32.5921 33.1106 32.6496 32.7482 32.6987C32.4353 32.987 32.0966 33.2664 31.7598 33.5442C30.5027 34.5813 29.2731 35.5957 29.5143 36.9618Z" fill="var(--sapContent_Illustrative_Color18)"/>
21
+ <path d="M81.0162 39.743L84.834 46.1387C86.7181 49.2949 87.583 52.9554 87.3108 56.6211L85.7323 77.8772C76.7871 75.9549 67.8604 59.0588 67.1461 55.7332L75.6556 39.866C76.7874 37.7557 79.7887 37.6868 81.0162 39.743Z" fill="var(--sapContent_Illustrative_Color2)"/>
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M81.0201 39.749L81.0167 39.7433C79.7892 37.6871 76.7879 37.756 75.6562 39.8663L67.1466 55.7335C67.8489 59.0032 76.49 75.3913 85.2821 77.7681C70.4885 61.0218 75.2262 46.7825 81.0201 39.749Z" fill="var(--sapContent_Illustrative_Color13)"/>
23
+ <path d="M51.1181 114.667C30.8483 89.2333 26.6543 61.2993 27.9985 49.4856C30.8348 38.219 42.4863 35.0002 48.3965 36.1373C57.4374 39.8268 70.3757 53.2447 83.3184 71.8295C90.3373 81.9082 95.648 93.1958 99.6957 107.011C100.053 108.229 104.479 110.794 104.805 112C105.066 112.965 101.915 115.713 102.156 116.666C102.426 117.738 105.487 118.914 105.731 119.966C106.123 121.659 103.676 123.209 103.996 124.832C101.079 133.42 78.6632 136.888 64.7293 130.122C63.0903 128.455 58.8683 129.579 57.1833 127.719C55.9544 126.362 57.2723 122.068 56.0231 120.609C55.1534 119.593 53.0997 119.801 52.3415 118.88C51.5832 117.959 51.8817 115.625 51.1181 114.667Z" fill="var(--sapContent_Illustrative_Color8)"/>
24
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M25.9709 49.1167L25.9554 49.253C24.5486 61.6171 28.9045 90.0631 49.4693 115.897C49.4799 115.924 49.5019 115.986 49.5289 116.094C49.5899 116.341 49.6344 116.641 49.6957 117.075L49.7018 117.118C49.7553 117.497 49.8257 117.996 49.9426 118.465C50.0594 118.933 50.2746 119.605 50.754 120.187C51.2544 120.794 51.8834 121.116 52.3464 121.303C52.7692 121.473 53.2237 121.593 53.5414 121.677C53.5662 121.683 53.5901 121.689 53.6132 121.696C53.9899 121.795 54.2148 121.86 54.3883 121.934C54.4078 121.942 54.4247 121.949 54.4391 121.956C54.4594 122.026 54.4906 122.158 54.5154 122.376C54.5692 122.851 54.565 123.429 54.5547 124.174L54.5537 124.25C54.5444 124.913 54.5329 125.728 54.6157 126.469C54.6957 127.186 54.8996 128.261 55.6594 129.099C56.4436 129.965 57.4387 130.389 58.2939 130.626C59.1375 130.859 60.037 130.959 60.7509 131.037L60.8175 131.044C61.5685 131.125 62.1313 131.187 62.6112 131.303C63.1011 131.422 63.2415 131.542 63.263 131.563L63.5117 131.816L63.8308 131.971C71.254 135.576 80.7757 136.407 88.7825 135.27C92.8001 134.7 96.5506 133.619 99.5415 132.055C102.491 130.513 104.97 128.355 105.942 125.494L106.119 124.974L106.033 124.539C106.04 124.52 106.05 124.494 106.065 124.462C106.163 124.242 106.323 123.992 106.613 123.547L106.628 123.524C106.873 123.149 107.231 122.6 107.479 121.999C107.747 121.353 107.961 120.484 107.733 119.502C107.506 118.523 106.773 117.873 106.434 117.587C106.022 117.239 105.53 116.907 105.147 116.649L105.103 116.619C104.91 116.489 104.741 116.374 104.593 116.271C104.739 116.075 104.911 115.855 105.107 115.604L105.131 115.573C105.471 115.14 105.894 114.598 106.211 114.091C106.374 113.83 106.56 113.499 106.692 113.132C106.809 112.803 106.983 112.178 106.79 111.463C106.636 110.895 106.314 110.454 106.101 110.191C105.86 109.896 105.58 109.617 105.311 109.37C104.786 108.887 104.138 108.373 103.565 107.92L103.538 107.899C102.925 107.412 102.392 106.989 101.987 106.619C101.806 106.453 101.686 106.33 101.613 106.245C97.5179 92.329 92.1343 80.8913 85.0052 70.6545C78.4877 61.2958 71.9469 53.202 65.8663 46.9626C59.8282 40.7667 54.0935 36.2416 49.173 34.2336L48.9845 34.1567L48.7846 34.1182C45.33 33.4536 40.4725 34.0735 36.1003 36.3335C31.6617 38.628 27.5897 42.6863 26.0045 48.9836L25.9709 49.1167ZM101.551 106.167C101.551 106.167 101.554 106.171 101.562 106.181C101.555 106.171 101.552 106.166 101.551 106.167ZM103.965 115.768C103.965 115.768 103.969 115.774 103.98 115.786C103.971 115.774 103.966 115.768 103.965 115.768ZM64.7289 130.122C78.6628 136.888 101.078 133.42 103.996 124.832C103.839 124.037 104.346 123.259 104.858 122.474C105.392 121.656 105.93 120.83 105.73 119.966C105.609 119.44 104.783 118.884 103.954 118.324C103.124 117.764 102.291 117.202 102.155 116.666C102.036 116.193 102.752 115.278 103.472 114.358C104.202 113.425 104.936 112.486 104.805 112C104.641 111.395 103.446 110.449 102.251 109.502C101.062 108.56 99.8733 107.618 99.6954 107.011C95.6477 93.1956 90.337 81.908 83.3181 71.8294C70.3754 53.2446 57.4371 39.8267 48.3962 36.1372C42.4859 35.0001 30.8344 38.2188 27.9982 49.4855C26.654 61.2992 30.8479 89.2331 51.1177 114.667C51.4996 115.146 51.6158 115.969 51.7315 116.787C51.8471 117.606 51.962 118.419 52.3411 118.88C52.7119 119.33 53.3926 119.51 54.0931 119.696C54.8249 119.89 55.5784 120.089 56.0228 120.609C56.6501 121.341 56.63 122.789 56.6102 124.221C56.5906 125.64 56.5712 127.043 57.183 127.719C58.0505 128.676 59.5905 128.843 61.1043 129.007C62.5307 129.161 63.9338 129.313 64.7289 130.122Z" fill="var(--sapContent_Illustrative_Color20)"/>
25
+ <path d="M40.4921 86.7874C47.4174 70.4829 63.1736 67.5321 73.4932 68.2869C74.283 68.3447 74.2491 69.2942 73.4624 69.3854C65.1699 70.3459 54.5575 72.7321 49.8608 79.7958C48.06 82.5042 44.5089 87.8413 43.2402 88.9328C40.5195 91.2735 41.0085 87.0594 40.4921 86.7874Z" fill="var(--sapContent_Illustrative_Color19)"/>
26
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M92.5911 132.439C50.8345 113.77 40.432 90.8771 33.6884 40.3746C31.1165 42.5103 29.0038 45.4925 27.9985 49.4858C26.6543 61.2995 30.8483 89.2335 51.118 114.667C51.4999 115.146 51.6162 115.969 51.7318 116.788C51.8474 117.606 51.9623 118.42 52.3414 118.88C52.7123 119.33 53.3929 119.511 54.0934 119.696C54.8253 119.89 55.5788 120.09 56.0231 120.609C56.6504 121.342 56.6304 122.79 56.6106 124.221C56.591 125.64 56.5715 127.044 57.1833 127.719C58.0508 128.677 59.5909 128.843 61.1046 129.007C62.531 129.162 63.9341 129.314 64.7293 130.122C72.9791 134.128 84.202 134.547 92.5911 132.439Z" fill="var(--sapContent_Illustrative_Color19)"/>
27
+ <path d="M63.3904 47.3808C58.7242 44.7254 50.2412 45.7025 42.171 50.2679C34.6599 54.5169 29.6287 60.6736 28.8647 65.8336C27.7149 59.0689 27.5533 53.3946 27.9981 49.4854C30.8343 38.2188 42.4858 35.0001 48.396 36.1371C52.6626 37.8783 57.797 41.7859 63.3904 47.3808Z" fill="var(--sapContent_Illustrative_Color2)"/>
28
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M28.3095 48.3891C28.3442 48.2797 28.3798 48.1711 28.4162 48.0633C29.5278 44.7744 31.4311 42.2485 33.6879 40.3745C34.3648 45.443 35.0784 50.2335 35.8569 54.7695C31.9094 58.3037 29.3877 62.3021 28.8648 65.8337C27.7149 59.0689 27.5533 53.3947 27.9981 49.4855C28.0924 49.1112 28.1963 48.7458 28.3095 48.3891Z" fill="var(--sapContent_Illustrative_Color13)"/>
29
+ <ellipse cx="4.50551" cy="16.4899" rx="4.50551" ry="16.4899" transform="matrix(0.847876 -0.530195 -0.530195 -0.847876 65.5215 95.4709)" fill="var(--sapContent_Illustrative_Color2)"/>
30
+ <ellipse cx="11.9763" cy="14.9444" rx="11.9763" ry="14.9444" transform="matrix(0.958199 -0.286104 -0.286104 -0.958199 84.1133 130.464)" fill="var(--sapContent_Illustrative_Color13)"/>
31
+ <ellipse cx="8.80317" cy="10.8946" rx="8.80317" ry="10.8946" transform="matrix(0.958199 -0.286104 -0.286104 -0.958199 88.8203 124.849)" fill="var(--sapContent_Illustrative_Color20)"/>
32
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M91.8989 122.072C91.9685 121.919 91.9834 121.74 91.9277 121.568L91.3707 119.841L93.9999 115.637L97.6666 114.896C98.046 114.82 98.2913 114.45 98.2146 114.071C98.138 113.691 97.7683 113.446 97.389 113.523L93.1314 114.383L90.8083 118.097L89.9055 115.298L94.1753 109.027L91.8931 104.248C91.7264 103.899 91.3081 103.751 90.9589 103.917C90.6097 104.084 90.4618 104.502 90.6285 104.852L92.5636 108.904L88.3613 115.076L90.3254 121.165C90.8318 121.526 91.3588 121.83 91.8989 122.072Z" fill="var(--sapContent_Illustrative_Color18)"/>
33
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M90.4751 101.646C94.8373 102.482 98.6707 105.833 100.096 110.608C101.325 114.722 100.478 118.933 98.1797 121.997C102.314 120.182 104.337 114.735 102.722 109.329C101.001 103.563 95.7952 100.027 91.0952 101.43C90.8838 101.493 90.6771 101.565 90.4751 101.646Z" fill="var(--sapContent_Illustrative_Color14)"/>
34
+ <path d="M11.8857 81.2605L15.7788 87.6106C17.7001 90.7444 20.541 93.2094 23.9143 94.6696L43.4749 103.137C45.9239 94.3215 35.101 78.5725 32.4869 76.3963L14.4827 76.5694C12.0881 76.5924 10.6341 79.2189 11.8857 81.2605Z" fill="var(--sapContent_Illustrative_Color2)"/>
35
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M43.7845 99.1163C43.0748 90.2074 34.7376 78.2702 32.4866 76.3963L14.9211 76.5652C14.8242 77.2351 14.9473 77.95 15.3487 78.6048L19.2419 84.9549C21.1631 88.0887 24.004 90.5537 27.3773 92.0139L43.7845 99.1163Z" fill="var(--sapContent_Illustrative_Color13)"/>
36
+ <path d="M90.984 87.5792C90.2065 87.1406 89.5687 86.5426 89.0703 85.8051C90.3062 81.599 93.077 78.2302 95.2498 74.5425C98.1601 69.5989 101.369 64.8347 103.482 59.4725C105.675 53.8712 106.512 48.1302 105.416 42.1501C105.276 41.3727 105.356 40.5554 105.336 39.7581C108.366 43.7448 109.502 48.3894 110.14 53.2333C110.978 59.632 108.466 64.7949 104.499 69.579C100.293 74.6421 96.3262 79.9047 92.2597 85.0874C91.6816 85.8449 91.0238 86.5625 91.0039 87.5991L90.984 87.5792Z" fill="var(--sapContent_Illustrative_Color8)"/>
37
+ <path d="M91.9407 11.0736C92.0802 12.15 91.6417 13.1068 91.3028 14.0836C88.6317 21.7182 88.8709 29.2332 92.1799 36.6286C92.6185 37.6054 92.9174 38.642 93.4158 40.0174C84.1865 32.1635 84.1267 23.273 88.7513 13.7846C89.3493 12.5487 90.3859 11.4324 91.9008 11.0337L91.9407 11.0736Z" fill="var(--sapContent_Illustrative_Color8)"/>
38
+ <path d="M95.3104 43.0873C99.2772 46.9345 100.852 51.4994 99.1775 56.8815C98.3004 59.6722 96.9649 62.2437 94.9715 64.5959C94.2539 63.7586 94.832 63.2603 95.0512 62.7619C97.5828 57.2403 98.0214 51.6389 95.709 45.9179C95.3502 45.0209 95.1908 44.1039 95.2506 43.1272L95.3104 43.0674L95.3104 43.0873Z" fill="var(--sapContent_Illustrative_Color8)"/>
39
+ <path d="M62.6852 121.075L61.4551 100.777L65.5146 114.801L69.0821 111.725L73.6338 115.539L80.0307 133.869C75.7005 133.869 72.1576 132.802 70.9274 132.269C69.4512 128.825 67.852 121.895 67.2369 118.86L62.6852 121.075Z" fill="var(--sapContent_Illustrative_Color4)"/>
40
+ <path d="M62.6852 121.075L61.4551 100.777L63.6554 119.297L67.8842 117.107L72.7926 132.739L70.9274 132.269C69.4512 128.825 67.852 121.895 67.2369 118.86L62.6852 121.075Z" fill="var(--sapContent_Illustrative_Color5)"/>
41
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-NoApplications">
2
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M122.5004,121.078912 L38.5004,121.078912 C36.8434,121.078912 35.5004,119.735912 35.5004,118.078912 L35.5004,34.0789117 C35.5004,32.4229117 36.8434,31.0789117 38.5004,31.0789117 L122.5004,31.0789117 C124.1564,31.0789117 125.4994,32.4229117 125.4994,34.0789117 L125.4994,118.078912 C125.4994,119.735912 124.1564,121.078912 122.5004,121.078912" class="sapIllus_ObjectFillColor"/>
3
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M125.4995,47.5789117 L35.4995,47.5789117 L35.4995,33.7039117 C35.4995,32.2539117 36.6745,31.0789117 38.1245,31.0789117 L122.8755,31.0789117 C124.3245,31.0789117 125.4995,32.2539117 125.4995,33.7039117 L125.4995,47.5789117 Z" class="sapIllus_BrandColorSecondary"/>
4
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M38.5,31.5789117 C37.122,31.5789117 36,32.7009117 36,34.0789117 L36,118.078912 C36,119.457912 37.122,120.578912 38.5,120.578912 L122.5,120.578912 C123.878,120.578912 125,119.457912 125,118.078912 L125,34.0789117 C125,32.7009117 123.878,31.5789117 122.5,31.5789117 L38.5,31.5789117 Z M122.5,121.578912 L38.5,121.578912 C36.57,121.578912 35,120.008912 35,118.078912 L35,34.0789117 C35,32.1489117 36.57,30.5789117 38.5,30.5789117 L122.5,30.5789117 C124.429,30.5789117 126,32.1489117 126,34.0789117 L126,118.078912 C126,120.008912 124.429,121.578912 122.5,121.578912 L122.5,121.578912 Z" class="sapIllus_StrokeDetailColor"/>
5
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M36,47.5789117 L36,34.0789117 C36,32.7009117 37.122,31.5789117 38.5,31.5789117 L122.5,31.5789117 C123.878,31.5789117 125,32.7009117 125,34.0789117 L125,47.5789117 L36,47.5789117 Z M122.5,120.578912 L38.5,120.578912 C37.122,120.578912 36,119.457912 36,118.078912 L36,47.5819117 L125,51.1819117 L125,118.078912 C125,119.457912 123.878,120.578912 122.5,120.578912 L122.5,120.578912 Z M122.5,30.5789117 L38.5,30.5789117 C36.57,30.5789117 35,32.1489117 35,34.0789117 L35,118.078912 C35,120.008912 36.57,121.578912 38.5,121.578912 L122.5,121.578912 C124.429,121.578912 126,120.008912 126,118.078912 L126,34.0789117 C126,32.1489117 124.429,30.5789117 122.5,30.5789117 L122.5,30.5789117 Z" class="sapIllus_StrokeDetailColor"/>
6
+ <path fill="var(--sapIllus_AccentColor)" d="M112.1049,49.1609117 C109.2429,49.6509117 106.1399,49.9659117 103.3399,49.2099117 L100.3359,47.9179117 L100.3579,60.5149117 C100.3729,70.0549117 101.0059,76.2439117 102.3339,85.7229117 C102.6029,87.6409117 102.7249,89.5859117 102.6969,91.5569117 C102.6759,92.9839117 103.8199,94.1649117 105.2479,94.1859117 L107.7769,94.2292813 C108.4929,94.2409117 109.1439,93.9599117 109.6229,93.4979117 C110.0989,93.0359117 110.4029,92.3919117 110.4149,91.6779117 C110.4469,89.7269117 110.6339,87.7539117 110.9729,85.8109117 C112.6209,76.3649117 113.4629,70.1939117 113.7919,60.6749117 L114.2009,48.8029117 L112.1049,49.1609117 Z" class="sapIllus_AccentColor"/>
7
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M107.687,23.1678117 L107.687,23.1678117 C103.917,23.1058117 100.835,26.1558117 100.857872,29.9258117 L100.888,48.6368117 L101.667,48.8468117 C105.609,49.9078117 109.774,49.8048117 113.658,48.5478117 L114.291,30.1468117 C114.437,26.3798117 111.457,23.2298117 107.687,23.1678117" class="sapIllus_ObjectFillColor"/>
8
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M101.3867,48.2537117 L101.7977,48.3637117 C105.5427,49.3727117 109.4687,49.3067117 113.1707,48.1767117 L113.7907,30.1297117 C113.8567,28.4417117 113.2537,26.8367117 112.0937,25.6107117 C110.9337,24.3857117 109.3657,23.6947117 107.6787,23.6677117 C105.9637,23.6327117 104.4017,24.2777117 103.2027,25.4647117 C102.0037,26.6517117 101.3477,28.2357117 101.357587,29.9227117 L101.3867,48.2537117 Z M107.1607,50.0747117 C105.2737,50.0747117 103.3857,49.8267117 101.5377,49.3287117 L100.7587,49.1187117 C100.5407,49.0607117 100.3877,48.8627117 100.3877,48.6377117 L100.35756,29.9267117 C100.3457,27.9697117 101.1067,26.1317117 102.4997,24.7537117 C103.8907,23.3757117 105.7247,22.6217117 107.6947,22.6677117 C109.6537,22.6997117 111.4737,23.5007117 112.8197,24.9237117 C114.1667,26.3467117 114.8667,28.2087117 114.7907,30.1667117 L114.1577,48.5657117 C114.1497,48.7757117 114.0117,48.9587117 113.8117,49.0237117 C111.6467,49.7237117 109.4057,50.0747117 107.1607,50.0747117 L107.1607,50.0747117 Z" class="sapIllus_StrokeDetailColor"/>
9
+ <path fill="var(--sapIllus_AccentColor)" d="M105.1069,26.1902117 L110.1669,26.2732117 L110.3089,17.6062117 C110.3229,16.7512117 109.6409,16.0462117 108.7859,16.0322117 L106.8239,16.0002117 C105.9679,15.9862117 105.2639,16.6682117 105.2499,17.5232117 L105.1069,26.1902117 Z" class="sapIllus_AccentColor"/>
10
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M105.2475 94.1863117C104.9015 94.1813117 104.5745 94.1053117 104.2735 93.9773117L105.3645 99.2233117C105.6485 100.315312 107.1885 100.340312 107.5085 99.2593117L108.7715 94.0463117C108.4635 94.1683117 108.1285 94.2353117 107.7765 94.2293117L105.2475 94.1863117zM107.9213 27.2205117C106.7603 27.2205117 105.2683 26.9555117 104.5323 26.2105117 104.3383 26.0135117 104.3403 25.6975117 104.5363 25.5035117 104.7333 25.3085117 105.0493 25.3125117 105.2433 25.5075117 105.6583 25.9285117 106.7573 26.2205117 107.9203 26.2205117L107.9433 26.2205117C108.9913 26.2165117 109.6853 25.9845117 109.9073 25.7555117 110.1033 25.5585117 110.4193 25.5545117 110.6143 25.7455117 110.8133 25.9385117 110.8173 26.2555117 110.6243 26.4525117 109.9553 27.1395117 108.5283 27.2185117 107.9463 27.2205117L107.9213 27.2205117z" class="sapIllus_StrokeDetailColor"/>
11
+ <polygon fill="var(--sapIllus_ObjectFillColor)" points="82.143 100.213 95.751 100.213 95.751 17.425 82.143 17.425" class="sapIllus_ObjectFillColor"/>
12
+ <path fill="var(--sapIllus_Layering1)" d="M95.2504,99.7127117 L82.6424,99.7127117 L82.6424,97.3437117 L86.7814,97.3437117 C87.0574,97.3437117 87.2814,97.1197117 87.2814,96.8437117 C87.2814,96.5667117 87.0574,96.3437117 86.7814,96.3437117 L82.6424,96.3437117 L82.6424,92.4937117 L86.7814,92.4937117 C87.0574,92.4937117 87.2814,92.2707117 87.2814,91.9937117 C87.2814,91.7177117 87.0574,91.4937117 86.7814,91.4937117 L82.6424,91.4937117 L82.6424,87.6437117 L90.0924,87.6437117 C90.3684,87.6437117 90.5924,87.4197117 90.5924,87.1437117 C90.5924,86.8667117 90.3684,86.6437117 90.0924,86.6437117 L82.6424,86.6437117 L82.6424,82.7927117 L86.7814,82.7927117 C87.0574,82.7927117 87.2814,82.5687117 87.2814,82.2927117 C87.2814,82.0167117 87.0574,81.7927117 86.7814,81.7927117 L82.6424,81.7927117 L82.6424,77.9417117 L86.7814,77.9417117 C87.0574,77.9417117 87.2814,77.7187117 87.2814,77.4417117 C87.2814,77.1657117 87.0574,76.9417117 86.7814,76.9417117 L82.6424,76.9417117 L82.6424,73.0917117 L86.7814,73.0917117 C87.0574,73.0917117 87.2814,72.8677117 87.2814,72.5917117 C87.2814,72.3157117 87.0574,72.0917117 86.7814,72.0917117 L82.6424,72.0917117 L82.6424,68.2407117 L86.7814,68.2407117 C87.0574,68.2407117 87.2814,68.0177117 87.2814,67.7407117 C87.2814,67.4647117 87.0574,67.2407117 86.7814,67.2407117 L82.6424,67.2407117 L82.6424,63.3907117 L90.0924,63.3907117 C90.3684,63.3907117 90.5924,63.1667117 90.5924,62.8907117 C90.5924,62.6137117 90.3684,62.3907117 90.0924,62.3907117 L82.6424,62.3907117 L82.6424,58.5397117 L86.7814,58.5397117 C87.0574,58.5397117 87.2814,58.3167117 87.2814,58.0397117 C87.2814,57.7637117 87.0574,57.5397117 86.7814,57.5397117 L82.6424,57.5397117 L82.6424,53.6897117 L86.7814,53.6897117 C87.0574,53.6897117 87.2814,53.4657117 87.2814,53.1897117 C87.2814,52.9127117 87.0574,52.6897117 86.7814,52.6897117 L82.6424,52.6897117 L82.6424,48.8387117 L86.7814,48.8387117 C87.0574,48.8387117 87.2814,48.6147117 87.2814,48.3387117 C87.2814,48.0627117 87.0574,47.8387117 86.7814,47.8387117 L82.6424,47.8387117 L82.6424,43.9887117 L86.7814,43.9887117 C87.0574,43.9887117 87.2814,43.7657117 87.2814,43.4887117 C87.2814,43.2127117 87.0574,42.9887117 86.7814,42.9887117 L82.6424,42.9887117 L82.6424,39.1387117 L90.0924,39.1387117 C90.3684,39.1387117 90.5924,38.9147117 90.5924,38.6387117 C90.5924,38.3617117 90.3684,38.1387117 90.0924,38.1387117 L82.6424,38.1387117 L82.6424,34.1247117 L86.7814,34.1247117 C87.0574,34.1247117 87.2814,33.9007117 87.2814,33.6247117 C87.2814,33.3487117 87.0574,33.1247117 86.7814,33.1247117 L82.6424,33.1247117 L82.6424,17.9247117 L95.2504,17.9247117 L95.2504,99.7127117 Z M95.7504,16.9247117 L82.1424,16.9247117 C81.8654,16.9247117 81.6424,17.1487117 81.6424,17.4247117 L81.6424,100.212712 C81.6424,100.488712 81.8654,100.712712 82.1424,100.712712 L95.7504,100.712712 C96.0264,100.712712 96.2504,100.488712 96.2504,100.212712 L96.2504,17.4247117 C96.2504,17.1487117 96.0264,16.9247117 95.7504,16.9247117 L95.7504,16.9247117 Z" class="sapIllus_Layering1"/>
13
+ <path fill="var(--sapIllus_BackgroundColor)" d="M131,145.5 C131,147.985 108.391,150 80.5,150 C52.61,150 30,147.985 30,145.5 C30,143.015 52.61,141 80.5,141 C108.391,141 131,143.015 131,145.5" class="sapIllus_BackgroundColor"/>
14
+ <path fill="var(--sapIllus_PatternShadow)" d="M127.0833,37.9891 L125.9973,37.9891 L125.9973,118.4891 C125.9973,120.004742 124.4293,121.578912 122.4993,121.578912 L41.0563,121.578912 L41.0563,124.1311 C41.0563,126.2611 42.7823,127.9891 44.9113,127.9891 L127.1373,127.9891 C129.2693,127.9891 130.9973,126.2601 130.9973,124.1291 L130.9973,41.8491 C130.9973,39.7181 129.2693,37.9891 127.1373,37.9891 L127.0833,37.9891 Z" class="sapIllus_PatternShadow"/>
15
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-NoFlows">
2
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M122.7803,125.5 L38.2193,125.5 C36.7173,125.5 35.5003,124.282 35.5003,122.78 L35.5003,38.22 C35.5003,36.718 36.7173,35.5 38.2193,35.5 L122.7803,35.5 C124.2823,35.5 125.5003,36.718 125.5003,38.22 L125.5003,122.78 C125.5003,124.282 124.2823,125.5 122.7803,125.5" class="sapIllus_ObjectFillColor"/>
3
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M126,52 L36,52 L36,38.884 C36,36.738 37.739,35 39.884,35 L122.116,35 C124.261,35 126,36.738 126,38.884 L126,52 Z" class="sapIllus_BrandColorSecondary"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M125,52 L35,52 L35,38.997 C35,36.789 36.79,35 38.997,35 L121.981,35 C123.648,35 125,36.352 125,38.019 L125,52 Z" class="sapIllus_BrandColorSecondary"/>
5
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M38.5,36 C37.122,36 36,37.121 36,38.5 L36,122.5 C36,123.878 37.122,125 38.5,125 L122.5,125 C123.878,125 125,123.878 125,122.5 L125,38.5 C125,37.121 123.878,36 122.5,36 L38.5,36 Z M122.5,126 L38.5,126 C36.57,126 35,124.43 35,122.5 L35,38.5 C35,36.57 36.57,35 38.5,35 L122.5,35 C124.43,35 126,36.57 126,38.5 L126,122.5 C126,124.43 124.43,126 122.5,126 L122.5,126 Z" class="sapIllus_StrokeDetailColor"/>
6
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M36,52 L36,38.5 C36,37.121 37.122,36 38.5,36 L122.5,36 C123.878,36 125,37.121 125,38.5 L125,52 L36,52 Z M122.5,125 L38.5,125 C37.122,125 36,123.878 36,122.5 L36,52.002 L125,55.603 L125,122.5 C125,123.878 123.878,125 122.5,125 L122.5,125 Z M122.5,35 L38.5,35 C36.57,35 35,36.57 35,38.5 L35,122.5 C35,124.43 36.57,126 38.5,126 L122.5,126 C124.43,126 126,124.43 126,122.5 L126,38.5 C126,36.57 124.43,35 122.5,35 L122.5,35 Z" class="sapIllus_StrokeDetailColor"/>
7
+ <path fill="var(--sapIllus_BackgroundColor)" d="M88.4444,77.9092 L77.1224,77.9092 L77.1224,71.5282 C77.1224,71.0042 76.6964,70.5792 76.1724,70.5792 L51.9694,70.5792 C51.4444,70.5792 51.0194,71.0042 51.0194,71.5282 L51.0194,85.2902 C51.0194,85.8142 51.4444,86.2402 51.9694,86.2402 L63.5704,86.2402 L63.5704,95.9772 L51.9694,95.9772 C51.4444,95.9772 51.0194,96.4032 51.0194,96.9282 L51.0194,110.6892 C51.0194,111.2142 51.4444,111.6392 51.9694,111.6392 L76.1724,111.6392 C76.6964,111.6392 77.1224,111.2142 77.1224,110.6892 L77.1224,96.9282 C77.1224,96.4032 76.6964,95.9772 76.1724,95.9772 L64.5704,95.9772 L64.5704,86.2402 L76.1724,86.2402 C76.6964,86.2402 77.1224,85.8142 77.1224,85.2902 L77.1224,78.9092 L88.4444,78.9092 L88.4444,77.9092 Z" class="sapIllus_BackgroundColor"/>
8
+ <path fill="var(--sapIllus_AccentColor)" d="M100.3389,67.0166 C99.7489,67.0166 99.1589,67.2416 98.7109,67.6896 L89.6179,76.7826 C89.1839,77.2166 88.9439,77.7946 88.9439,78.4106 C88.9439,79.0246 89.1839,79.6026 89.6179,80.0376 L98.7109,89.1296 C99.6069,90.0256 101.0679,90.0276 101.9659,89.1296 L111.0589,80.0376 C111.9559,79.1396 111.9559,77.6796 111.0589,76.7826 L101.9659,67.6896 C101.5179,67.2416 100.9279,67.0166 100.3389,67.0166 M100.3389,90.8036 C99.4559,90.8036 98.6269,90.4596 98.0039,89.8366 L88.9109,80.7446 C88.2879,80.1206 87.9439,79.2916 87.9439,78.4106 C87.9439,77.5276 88.2879,76.6986 88.9109,76.0756 L98.0039,66.9826 C99.2499,65.7376 101.4259,65.7356 102.6729,66.9826 L111.7659,76.0756 C112.3889,76.6986 112.7329,77.5276 112.7329,78.4106 C112.7329,79.2916 112.3889,80.1206 111.7659,80.7446 L102.6729,89.8366 C102.0499,90.4596 101.2209,90.8036 100.3389,90.8036" class="sapIllus_AccentColor"/>
9
+ <path fill="var(--sapIllus_PatternShadow)" d="M127.1388,42.0002 L127.0858,42.0002 L125.9998,42.0002 L125.9998,122.5002 C125.9998,124.4302 124.4298,126.0002 122.4998,126.0002 L41.0568,126.0002 L41.0578,128.1422 C41.0578,130.2722 42.7848,132.0002 44.9138,132.0002 L127.1388,132.0002 C129.2718,132.0002 130.9998,130.2712 130.9998,128.1392 L130.9998,45.8602 C130.9998,43.7292 129.2718,42.0002 127.1388,42.0002" class="sapIllus_PatternShadow"/>
10
+ <path fill="var(--sapIllus_BackgroundColor)" d="M131,146.5 C131,148.985 108.391,151 80.5,151 C52.609,151 30,148.985 30,146.5 C30,144.015 52.609,142 80.5,142 C108.391,142 131,144.015 131,146.5" class="sapIllus_BackgroundColor"/>
11
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-NoUsers">
2
+ <path fill="var(--sapIllus_BackgroundColor)" d="M145.787189,55.4620348 C140.131189,47.0210348 127.565189,34.8970348 115.188189,32.3200348 C93.1781891,27.7400348 65.3081891,17.1680348 43.2771891,24.5380348 C22.7071891,31.4190348 7.23418913,53.1530348 6.08818913,76.6310348 C4.00318913,119.336035 39.2381891,145.277035 74.7251891,147.961035 C91.1371891,149.202035 108.016189,146.805035 122.330189,138.461035 C151.501189,121.457035 162.755189,80.7850348 145.787189,55.4620348" class="sapIllus_BackgroundColor"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M137.5808,83.8248154 C137.5808,107.454815 122.8258,127.713815 101.8368,136.262815 L57.2448,136.262815 C36.2558,127.713815 21.4998,107.454815 21.4998,83.8248154 C21.4998,65.3168154 30.5528,48.8778154 44.5618,38.5118154 L114.9598,38.8418154 C128.7188,49.2228154 137.5808,65.5128154 137.5808,83.8248154" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_Layering2)" d="M107.861,129.291615 C105.444,130.760615 102.902,132.043615 100.251,133.123615 L58.832,133.123615 C55.885,131.919615 53.071,130.473615 50.412,128.793615 C50.506,128.661615 50.614,128.529615 50.731,128.412615 C51.229,127.915615 51.921,127.604615 52.682,127.604615 L105.319,127.604615 C106.462,127.604615 107.441,128.296615 107.861,129.291615" class="sapIllus_Layering2"/>
5
+ <polygon fill="var(--sapIllus_BrandColorSecondary)" points="80.062 127.605 104.239 127.605 104.239 100.933 80.062 100.933" class="sapIllus_BrandColorSecondary"/>
6
+ <polygon fill="var(--sapIllus_BrandColorSecondary)" points="108.769 87.426 108.769 100.929 75.531 100.929 75.531 87.426 80.593 87.426 80.593 90.788 85.154 90.788 85.154 87.426 89.865 87.426 89.865 90.788 94.435 90.788 94.435 87.426 99.147 87.426 99.147 90.788 103.708 90.788 103.708 87.426" class="sapIllus_BrandColorSecondary"/>
7
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M92.1784,112.295515 C88.9004,112.295515 86.2414,114.953515 86.2414,118.232515 L86.2414,127.605515 L98.1154,127.605515 L98.1154,118.232515 C98.1154,114.953515 95.4564,112.295515 92.1784,112.295515" class="sapIllus_StrokeDetailColor"/>
8
+ <polygon fill="var(--sapIllus_StrokeDetailColor)" points="80.062 100.929 104.239 100.929 104.239 102.185 82.149 102.185" class="sapIllus_StrokeDetailColor"/>
9
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M44.6926,113.879515 C44.5466,113.879515 44.4016,113.816515 44.3026,113.692515 C37.5426,105.307515 33.8186,94.7445154 33.8186,83.9515154 C33.8186,79.8925154 34.3326,75.8595154 35.3466,71.9675154 C35.4166,71.6995154 35.6896,71.5325154 35.9566,71.6095154 C36.2236,71.6795154 36.3836,71.9515154 36.3146,72.2195154 C35.3216,76.0295154 34.8186,79.9775154 34.8186,83.9515154 C34.8186,94.5175154 38.4636,104.857515 45.0816,113.066515 C45.2546,113.280515 45.2206,113.595515 45.0056,113.769515 C44.9136,113.843515 44.8026,113.879515 44.6926,113.879515" class="sapIllus_StrokeDetailColor"/>
10
+ <path fill="var(--sapIllus_BackgroundColor)" d="M54.9987 92.6627154C54.9987 94.6367154 53.3987 96.2357154 51.4257 96.2357154 49.4527 96.2357154 47.8527 94.6367154 47.8527 92.6627154 47.8527 90.6897154 49.4527 89.0907154 51.4257 89.0907154 53.3987 89.0907154 54.9987 90.6897154 54.9987 92.6627154M60.9172 101.794615C60.9172 103.056615 59.8942 104.079615 58.6322 104.079615 57.3702 104.079615 56.3472 103.056615 56.3472 101.794615 56.3472 100.532615 57.3702 99.5096154 58.6322 99.5096154 59.8942 99.5096154 60.9172 100.532615 60.9172 101.794615M58.1823 72.5309154C58.1823 73.5439154 57.3613 74.3659154 56.3473 74.3659154 55.3343 74.3659154 54.5123 73.5439154 54.5123 72.5309154 54.5123 71.5169154 55.3343 70.6959154 56.3473 70.6959154 57.3613 70.6959154 58.1823 71.5169154 58.1823 72.5309154" class="sapIllus_BackgroundColor"/>
11
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M101.739,135.763315 L57.343,135.763315 C35.87,126.975315 22,106.598315 22,83.8253154 C22,66.0863154 30.281,49.7623154 44.726,39.0123154 L114.791,39.3403154 C128.959,50.0933154 137.081,66.2973154 137.081,83.8253154 C137.081,106.599315 123.212,126.975315 101.739,135.763315 M138.081,83.8253154 C138.081,65.9263154 129.763,49.3853154 115.26,38.4423154 C115.175,38.3773154 115.07,38.3423154 114.962,38.3413154 L44.565,38.0113154 C44.461,37.9713154 44.352,38.0453154 44.265,38.1093154 C29.48,49.0493154 21,65.7113154 21,83.8253154 C21,106.242315 34.2,126.373315 54.831,135.763315 L44.692,135.763315 C44.416,135.763315 44.192,135.987315 44.192,136.263315 C44.192,136.539315 44.416,136.763315 44.692,136.763315 L57.245,136.763315 L101.837,136.763315 L115.66,136.763315 C115.936,136.763315 116.16,136.539315 116.16,136.263315 C116.16,135.987315 115.936,135.763315 115.66,135.763315 L104.251,135.763315 C124.881,126.373315 138.081,106.242315 138.081,83.8253154" class="sapIllus_StrokeDetailColor"/>
12
+ <path fill="var(--sapIllus_AccentColor)" d="M75.7956,115.577815 C73.7806,117.970815 77.0866,124.053815 74.8256,127.503815 C72.1036,121.263815 76.1026,113.714815 74.6226,108.525815 C73.9866,106.673815 71.2156,107.462815 71.9786,109.419815 C73.5126,113.356815 71.1616,119.733815 72.5156,124.676815 C71.5226,122.485815 70.9316,120.545815 71.1126,118.295815 C71.3336,116.972815 69.2596,116.707815 68.8626,118.647815 C68.3266,122.221815 70.6566,125.426815 73.0346,127.604815 L73.9496,127.604815 L74.7686,127.604815 L74.8646,127.604815 L75.8616,127.604815 C78.2656,124.742815 77.0926,119.345815 77.7466,117.184815 C78.5926,115.119815 76.8886,114.585815 75.7956,115.577815" class="sapIllus_AccentColor"/>
13
+ <path fill="var(--sapIllus_PatternShadow)" d="M133.4177,84.4186154 C133.4177,106.365615 119.7077,125.184615 100.2147,133.124615 L58.7967,133.124615 C44.6007,127.343615 33.4797,115.790615 28.4887,101.468615 C38.7247,113.399615 53.9097,120.950615 70.8647,120.950615 C101.7097,120.950615 126.6997,95.9506154 126.6997,65.1156154 C126.6997,63.0206154 126.5837,60.9456154 126.3527,58.9136154 L126.6997,58.9136154 C130.9757,66.4746154 133.4177,75.1736154 133.4177,84.4186154" class="sapIllus_PatternShadow"/>
14
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M100.1491,132.622715 L58.9311,132.622715 C39.0051,124.463715 26.1351,105.553715 26.1351,84.4207154 C26.1351,75.8387154 28.3061,67.3397154 32.4161,59.8217154 L40.4361,59.7877154 C39.9581,60.5927154 39.4991,61.4077154 39.0701,62.2387154 C38.9441,62.4847154 39.0401,62.7857154 39.2861,62.9127154 C39.3591,62.9507154 39.4371,62.9687154 39.5141,62.9687154 C39.6951,62.9687154 39.8701,62.8697154 39.9591,62.6977154 C40.4711,61.7047154 41.0341,60.7377154 41.6191,59.7827154 L126.4421,59.4177154 C130.6981,67.0407154 132.9461,75.6797154 132.9461,84.4207154 C132.9461,105.554715 120.0761,124.463715 100.1491,132.622715 M127.1701,58.6707154 C127.0801,58.5127154 126.8721,58.3997154 126.7321,58.4167154 L42.2481,58.7787154 C45.1311,54.3317154 48.7771,50.3507154 52.9781,47.1207154 C53.1971,46.9527154 53.2381,46.6387154 53.0701,46.4197154 C52.9011,46.2007154 52.5881,46.1617154 52.3691,46.3277154 C47.9071,49.7577154 44.0611,54.0207154 41.0651,58.7847154 L32.1181,58.8227154 C31.9371,58.8237154 31.7701,58.9227154 31.6821,59.0807154 C27.3991,66.8097154 25.1351,75.5717154 25.1351,84.4207154 C25.1351,105.994715 38.2891,125.292715 58.6451,133.585715 C58.7041,133.609715 58.7691,133.622715 58.8331,133.622715 L100.2481,133.622715 C100.3121,133.622715 100.3771,133.609715 100.4361,133.585715 C120.7931,125.293715 133.9461,105.994715 133.9461,84.4207154 C133.9461,75.4097154 131.6021,66.5057154 127.1701,58.6707154" class="sapIllus_StrokeDetailColor"/>
15
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-Radar">
2
+ <path fill="var(--sapIllus_BackgroundColor)" d="M120.217689,114.182 C120.272689,109.633 124.133689,106.414 129.327689,106.306 C145.452689,105.969 158.477689,92.841 156.864689,77.01 C155.461689,63.232 142.859689,53.018 128.481689,53.017 C105.123689,53.0155 66.9076889,53.0155 43.5496889,53.017 C29.1716889,53.018 16.5696889,63.232 15.1656889,77.01 C13.5536889,92.841 26.5746889,106.306 42.7026889,106.306 L42.7876889,106.306 C46.0606889,106.306 48.7286889,108.883 48.7186889,112.034 L48.7186889,112.098 L48.7186889,112.162 C48.7286889,115.313 46.0606889,117.89 42.7876889,117.89 L19.1636889,117.89 C11.7846889,117.89 5.0186889,122.585 3.4006889,129.517 C1.1226889,139.275 8.8736889,148.01 18.6406889,148.01 L34.3586889,148.01 L104.672689,148.01 L114.341689,148.01 C121.948689,148.01 128.853689,143.012 130.252689,135.812 C131.566689,129.051 127.281689,123.968 122.557689,119.855 C121.207689,118.68 120.189689,116.573 120.217689,114.182" class="sapIllus_BackgroundColor"/>
3
+ <path fill="var(--sapIllus_Layering1)" d="M28.7537889 35.3343C28.4607889 35.3393 28.2197889 35.1053 28.2147889 34.8133L28.2147889 34.8123 28.2147889 31.5493C28.2257889 31.2513 28.4757889 31.0193 28.7737889 31.0283 29.0567889 31.0383 29.2837889 31.2663 29.2937889 31.5493L29.2937889 34.8123C29.2887889 35.1053 29.0477889 35.3383 28.7547889 35.3343L28.7537889 35.3343zM28.7537889 23.4916C28.4607889 23.4956 28.2197889 23.2626 28.2147889 22.9696L28.2147889 19.7016C28.2237889 19.4036 28.4717889 19.1696 28.7697889 19.1776 29.0557889 19.1846 29.2847889 19.4156 29.2927889 19.7016L29.2927889 22.9696C29.2887889 23.2626 29.0477889 23.4956 28.7547889 23.4916L28.7537889 23.4916zM24.4646889 27.7923L21.1996889 27.7923C20.9026889 27.7923 20.6616889 27.5513 20.6616889 27.2543 20.6616889 26.9563 20.9026889 26.7153 21.1996889 26.7153L24.4646889 26.7153C24.7616889 26.7153 25.0026889 26.9563 25.0026889 27.2543 25.0026889 27.5513 24.7616889 27.7923 24.4646889 27.7923M36.3123889 27.7943L33.0523889 27.7943C32.7553889 27.7843 32.5223889 27.5363 32.5323889 27.2393 32.5413889 26.9553 32.7683889 26.7283 33.0523889 26.7193L36.3123889 26.7193C36.6093889 26.7283 36.8423889 26.9773 36.8333889 27.2733 36.8243889 27.5573 36.5963889 27.7843 36.3123889 27.7943M143.499889 91.013C143.227889 91.018 143.003889 90.801 142.998889 90.529L142.998889 87.499C143.008889 87.223 143.239889 87.006 143.516889 87.016 143.779889 87.025 143.990889 87.237 143.999889 87.499L143.999889 90.529C143.995889 90.8 143.770889 91.017 143.499889 91.013M143.499889 80.0179C143.227889 80.0229 143.003889 79.8059 142.998889 79.5339L142.998889 76.4989C143.006889 76.2229 143.236889 76.0049 143.513889 76.0129 143.778889 76.0209 143.991889 76.2339 143.999889 76.4989L143.999889 79.5339C143.995889 79.8049 143.770889 80.0229 143.499889 80.0179M139.516489 84.0121L136.486489 84.0121C136.210489 84.0121 135.986489 83.7871 135.986489 83.5121 135.986489 83.2361 136.210489 83.0121 136.486489 83.0121L139.516489 83.0121C139.792489 83.0121 140.016489 83.2361 140.016489 83.5121 140.016489 83.7871 139.792489 84.0121 139.516489 84.0121M150.516489 84.013L147.489489 84.013C147.213489 84.004 146.997489 83.774 147.006489 83.498 147.014489 83.235 147.226489 83.023 147.489489 83.015L150.516489 83.015C150.791489 83.024 151.008489 83.254 150.999489 83.53 150.991489 83.793 150.780489 84.004 150.516489 84.013" class="sapIllus_Layering1"/>
4
+ <path fill="var(--sapIllus_AccentColor)" d="M142.118989 23.182C137.219989 21.368 134.821989 16.903 132.960989 12.349 132.873989 12.138 132.668989 12 132.439989 12 132.219989 12.021 132.022989 12.151 131.916989 12.345 129.496989 18.141 126.321989 20.647 121.756989 23.808 121.504989 23.982 121.439989 24.328 121.613989 24.579 121.685989 24.684 121.791989 24.76 121.913989 24.796 125.755989 25.967 131.521989 33.178 131.554989 36.853 131.557989 37.131 131.765989 37.365 132.042989 37.4 132.069989 37.404 132.096989 37.405 132.123989 37.405 132.371989 37.404 132.590989 37.239 132.660989 37 133.597989 33.748 136.618989 26.963 141.357989 24.565 141.608989 24.437 141.864989 24.323 142.125989 24.222 142.412989 24.114 142.556989 23.793 142.448989 23.507 142.391989 23.356 142.270989 23.237 142.118989 23.182M26.6463889 109.9017C23.1633889 108.6117 21.4593889 105.4377 20.1363889 102.2007 20.0743889 102.0507 19.9273889 101.9527 19.7653889 101.9527 19.6093889 101.9677 19.4693889 102.0597 19.3943889 102.1977 17.6723889 106.3187 15.4173889 108.0997 12.1703889 110.3467 11.9913889 110.4707 11.9463889 110.7157 12.0693889 110.8947 12.1213889 110.9697 12.1963889 111.0237 12.2823889 111.0497 15.0133889 111.8817 19.1133889 117.0077 19.1363889 119.6207 19.1393889 119.8187 19.2873889 119.9847 19.4833889 120.0087 19.5023889 120.0117 19.5213889 120.0127 19.5413889 120.0127 19.7173889 120.0117 19.8733889 119.8947 19.9223889 119.7257 20.5873889 117.4137 22.7363889 112.5897 26.1053889 110.8847 26.2843889 110.7947 26.4653889 110.7137 26.6513889 110.6407 26.8553889 110.5637 26.9583889 110.3377 26.8813889 110.1327 26.8403889 110.0257 26.7543889 109.9407 26.6463889 109.9017" class="sapIllus_AccentColor"/>
5
+ <polygon fill="var(--sapIllus_Layering2)" points="67.469 144.534 51.771 144.534 59.987 78.584 60.417 79.748" class="sapIllus_Layering2"/>
6
+ <path fill="var(--sapIllus_Layering1)" d="M104.747889,146.8636 L37.1918889,146.8636 L37.1918889,146.2806 C37.1918889,144.3346 38.7838889,142.7426 40.7298889,142.7426 L101.209889,142.7426 C103.155889,142.7426 104.747889,144.3346 104.747889,146.2806 L104.747889,146.8636 Z" class="sapIllus_Layering1"/>
7
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M108.705989 147.9056L34.5559889 147.9056C34.2789889 147.9056 34.0559889 147.6816 34.0559889 147.4056 34.0559889 147.1306 34.2789889 146.9056 34.5559889 146.9056L108.705989 146.9056C108.981989 146.9056 109.205989 147.1306 109.205989 147.4056 109.205989 147.6816 108.981989 147.9056 108.705989 147.9056M135.198089 147.9056L112.650089 147.9056C112.375089 147.9056 112.150089 147.6806 112.150089 147.4056 112.150089 147.1316 112.375089 146.9056 112.650089 146.9056L135.198089 146.9056C135.472089 146.9056 135.698089 147.1316 135.698089 147.4056 135.698089 147.6806 135.472089 147.9056 135.198089 147.9056M29.2322889 147.9056L18.4592889 147.9056C18.1832889 147.9056 17.9592889 147.6806 17.9592889 147.4056 17.9592889 147.1316 18.1832889 146.9056 18.4592889 146.9056L29.2322889 146.9056C29.5072889 146.9056 29.7322889 147.1316 29.7322889 147.4056 29.7322889 147.6806 29.5072889 147.9056 29.2322889 147.9056" class="sapIllus_StrokeDetailColor"/>
8
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M105.443289,49.7816 C107.318289,47.9066 110.357289,47.9066 112.231289,49.7816 C114.106289,51.6556 114.106289,54.6946 112.231289,56.5696 C110.357289,58.4436 107.318289,58.4436 105.443289,56.5696 C103.569289,54.6946 103.569289,51.6556 105.443289,49.7816" class="sapIllus_BrandColorSecondary"/>
9
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M57.7215889,104.2914 C79.7355889,126.3064 115.359589,126.3994 137.499589,104.5914 L57.4215889,24.5134 C35.6135889,46.6534 35.7065889,82.2774 57.7215889,104.2914" class="sapIllus_ObjectFillColor"/>
10
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M58.0750889,103.9379 C36.4750889,82.3389 36.2260889,47.1349 57.4260889,25.2239 L136.789089,104.5869 C114.877089,125.7859 79.6750889,125.5369 58.0750889,103.9379 M137.853089,104.2379 L98.2490889,64.6329 L104.751089,58.1309 C104.990089,57.8909 104.990089,57.5019 104.751089,57.2629 C104.511089,57.0239 104.122089,57.0239 103.883089,57.2629 L97.3810889,63.7649 L57.7750889,24.1599 C57.6800889,24.0649 57.5340889,24.0379 57.4200889,24.0129 C57.2870889,24.0139 57.1590889,24.0669 57.0650889,24.1629 C35.1260889,46.4359 35.2620889,82.5399 57.3680889,104.6449 C68.4750889,115.7529 83.1170889,121.3139 97.7630889,121.3139 C112.264089,121.3129 126.769089,115.8619 137.850089,104.9479 C137.946089,104.8539 137.999089,104.7259 138.000103,104.5929 C138.001089,104.4589 137.948089,104.3319 137.853089,104.2379" class="sapIllus_StrokeDetailColor"/>
11
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M61.9676889,100.0453 C80.2386889,118.3163 108.937689,120.9983 127.313689,102.8983 L59.1146889,34.6993 C41.0146889,53.0753 43.6966889,81.7743 61.9676889,100.0453" class="sapIllus_BrandColorSecondary"/>
12
+ <path fill="var(--sapIllus_PatternHighlight)" d="M90.5072153,128.867282 C92.4242153,115.739282 93.2112153,105.555282 111.587215,87.4532822 L87.6542153,63.5212822 C69.5542153,81.8972822 72.2362153,110.596282 90.5072153,128.867282" class="sapIllus_PatternHighlight" transform="scale(1 -1) rotate(88 193.087 0)"/>
13
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M65.0887889,111.7494 C65.0887889,115.2404 64.9997889,117.5134 61.5287889,118.0714 C57.6837889,118.6904 53.3117889,115.2404 53.3117889,111.7494 C53.3117889,108.2574 56.4697889,105.4264 60.3647889,105.4264 C64.2607889,105.4264 65.0887889,108.2574 65.0887889,111.7494" class="sapIllus_StrokeDetailColor"/>
14
+ <path fill="var(--sapIllus_Layering1)" d="M68.8279889,107.8021 C68.8279889,112.8301 64.7519889,116.9071 59.7239889,116.9071 C54.6939889,116.9071 50.6179889,112.8301 50.6179889,107.8021 C50.6179889,102.7741 54.6939889,98.6971 59.7239889,98.6971 C64.7519889,98.6971 68.8279889,102.7741 68.8279889,107.8021" class="sapIllus_Layering1"/>
15
+ </svg>