@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,80 @@
1
+ <svg width="169" height="160" viewBox="0 0 169 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Calculator">
2
+ <circle cx="80" cy="80" r="80" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M52.541 126.664C52.541 125.736 49.8464 124.993 46.2461 124.824C46.0402 121.229 45.2477 118.555 44.3193 118.557C43.3909 118.559 42.619 121.253 42.4213 124.868C38.8107 125.115 36.1264 125.921 36.1387 126.852C36.1511 127.782 38.8333 128.525 42.4337 128.692C42.6498 132.288 43.4321 134.961 44.3584 134.959C45.2847 134.957 46.0608 132.263 46.2584 128.649C49.8691 128.402 52.5513 127.595 52.541 126.664Z" fill="var(--sapContent_Illustrative_Color18)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M29.1699 26.2813L25.3054 34.7374L25.3336 34.7359C24.3973 36.3615 24.2477 38.419 25.11 40.4697L63.417 131.56C65.0544 135.453 69.72 137.848 73.838 136.908L139.04 122.024C141.233 121.523 142.828 120.178 143.593 118.443L143.598 118.447L147.916 108.745L142.326 110.405L105.225 22.1817C103.587 18.2882 98.9217 15.8938 94.8038 16.8338L31.011 31.3959L29.1699 26.2813Z" fill="var(--sapContent_Illustrative_Color13)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M136.981 97.6947L87.6853 84.0825L73.0605 137.046C73.3214 137.012 73.581 136.967 73.8385 136.908L139.041 122.024C141.233 121.524 142.829 120.179 143.594 118.443L143.599 118.448L147.917 108.746L142.327 110.405L136.981 97.6947Z" fill="var(--sapContent_Illustrative_Color14)"/>
6
+ <rect width="82.1755" height="114.113" rx="7.64797" transform="matrix(0.974922 -0.222547 0.387655 0.921804 26.3027 24.2632)" fill="var(--sapContent_Illustrative_Color2)"/>
7
+ <path d="M72.4394 62.9946L71.8611 64.5562L70.8486 63.8331L72.4394 62.9946Z" fill="var(--sapContent_Illustrative_Color6)"/>
8
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 49.5156 58.2085)" fill="var(--sapContent_Illustrative_Color6)"/>
9
+ <path d="M51.4275 57.3127L50.8057 59.3239L52.537 59.3239L51.4275 57.3127Z" fill="var(--sapContent_Illustrative_Color6)"/>
10
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 50.1738 56.2327)" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <path d="M79.2021 79.5833L78.6238 81.1448L77.6113 80.4217L79.2021 79.5833Z" fill="var(--sapContent_Illustrative_Color6)"/>
12
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 56.2773 74.7969)" fill="var(--sapContent_Illustrative_Color6)"/>
13
+ <path d="M58.1902 73.9011L57.5684 75.9123L59.2997 75.9123L58.1902 73.9011Z" fill="var(--sapContent_Illustrative_Color6)"/>
14
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 56.9365 72.821)" fill="var(--sapContent_Illustrative_Color8)"/>
15
+ <path d="M86.4902 96.1711L85.9119 97.7327L84.8994 97.0096L86.4902 96.1711Z" fill="var(--sapContent_Illustrative_Color6)"/>
16
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 63.5654 91.3848)" fill="var(--sapContent_Illustrative_Color6)"/>
17
+ <path d="M65.4783 90.489L64.8564 92.5002L66.5877 92.5002L65.4783 90.489Z" fill="var(--sapContent_Illustrative_Color6)"/>
18
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 64.2246 89.4089)" fill="var(--sapContent_Illustrative_Color8)"/>
19
+ <path d="M93.373 112.837L92.7947 114.398L91.7822 113.675L93.373 112.837Z" fill="var(--sapContent_Illustrative_Color17)"/>
20
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 70.4482 108.051)" fill="var(--sapContent_Illustrative_Color17)"/>
21
+ <path d="M72.3611 107.155L71.7393 109.166L73.4706 109.166L72.3611 107.155Z" fill="var(--sapContent_Illustrative_Color17)"/>
22
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 71.1074 106.075)" fill="var(--sapContent_Illustrative_Color9)"/>
23
+ <path d="M116.997 107.554L116.419 109.115L115.406 108.392L116.997 107.554Z" fill="var(--sapContent_Illustrative_Color6)"/>
24
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 94.0723 102.767)" fill="var(--sapContent_Illustrative_Color6)"/>
25
+ <path d="M95.9851 101.872L95.3633 103.883L97.0946 103.883L95.9851 101.872Z" fill="var(--sapContent_Illustrative_Color6)"/>
26
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 94.7314 100.792)" fill="var(--sapContent_Illustrative_Color8)"/>
27
+ <path d="M140.039 102.017L139.461 103.578L138.448 102.855L140.039 102.017Z" fill="var(--sapContent_Illustrative_Color17)"/>
28
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 117.114 97.2302)" fill="var(--sapContent_Illustrative_Color17)"/>
29
+ <path d="M119.027 96.3345L118.405 98.3457L120.137 98.3457L119.027 96.3345Z" fill="var(--sapContent_Illustrative_Color17)"/>
30
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 117.773 95.2544)" fill="var(--sapContent_Illustrative_Color9)"/>
31
+ <path d="M109.786 90.7998L109.208 92.3614L108.195 91.6382L109.786 90.7998Z" fill="var(--sapContent_Illustrative_Color6)"/>
32
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 86.8613 86.0137)" fill="var(--sapContent_Illustrative_Color6)"/>
33
+ <path d="M88.7742 85.1179L88.1523 87.1291L89.8836 87.1291L88.7742 85.1179Z" fill="var(--sapContent_Illustrative_Color6)"/>
34
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 87.5205 84.0378)" fill="var(--sapContent_Illustrative_Color8)"/>
35
+ <path d="M133.41 85.594L132.832 87.1556L131.819 86.4324L133.41 85.594Z" fill="var(--sapContent_Illustrative_Color6)"/>
36
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 110.485 80.8076)" fill="var(--sapContent_Illustrative_Color6)"/>
37
+ <path d="M112.398 79.9119L111.776 81.9231L113.508 81.9231L112.398 79.9119Z" fill="var(--sapContent_Illustrative_Color6)"/>
38
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 111.145 78.8318)" fill="var(--sapContent_Illustrative_Color8)"/>
39
+ <path d="M102.827 74.2119L102.249 75.7735L101.236 75.0504L102.827 74.2119Z" fill="var(--sapContent_Illustrative_Color6)"/>
40
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 79.9023 69.4255)" fill="var(--sapContent_Illustrative_Color6)"/>
41
+ <path d="M81.8152 68.5298L81.1934 70.541L82.9247 70.541L81.8152 68.5298Z" fill="var(--sapContent_Illustrative_Color6)"/>
42
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 80.5615 67.4497)" fill="var(--sapContent_Illustrative_Color8)"/>
43
+ <path d="M126.451 69.2715L125.873 70.8331L124.86 70.1099L126.451 69.2715Z" fill="var(--sapContent_Illustrative_Color6)"/>
44
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 103.526 64.4851)" fill="var(--sapContent_Illustrative_Color6)"/>
45
+ <path d="M105.439 63.5894L104.817 65.6006L106.549 65.6006L105.439 63.5894Z" fill="var(--sapContent_Illustrative_Color6)"/>
46
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 104.186 62.5093)" fill="var(--sapContent_Illustrative_Color8)"/>
47
+ <path d="M96.0634 57.6238L95.4852 59.1854L94.4727 58.4622L96.0634 57.6238Z" fill="var(--sapContent_Illustrative_Color6)"/>
48
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 73.1387 52.8374)" fill="var(--sapContent_Illustrative_Color6)"/>
49
+ <path d="M75.0515 51.9417L74.4297 53.9529L76.161 53.9529L75.0515 51.9417Z" fill="var(--sapContent_Illustrative_Color6)"/>
50
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 73.7979 50.8616)" fill="var(--sapContent_Illustrative_Color8)"/>
51
+ <path d="M119.688 52.2522L119.11 53.8138L118.098 53.0906L119.688 52.2522Z" fill="var(--sapContent_Illustrative_Color6)"/>
52
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 96.7637 47.4658)" fill="var(--sapContent_Illustrative_Color6)"/>
53
+ <path d="M98.6765 46.5701L98.0547 48.5813L99.786 48.5813L98.6765 46.5701Z" fill="var(--sapContent_Illustrative_Color6)"/>
54
+ <rect width="18.8317" height="13.1608" rx="3.52983" transform="matrix(0.974922 -0.222547 0.387655 0.921804 97.4229 45.49)" fill="var(--sapContent_Illustrative_Color8)"/>
55
+ <rect width="67.8419" height="24.5935" rx="4.70645" transform="matrix(0.974922 -0.222547 0.387655 0.921804 37.2227 28.5154)" fill="var(--sapContent_Illustrative_Color4)"/>
56
+ <rect width="67.1036" height="23.325" rx="4.70645" transform="matrix(0.974922 -0.222547 0.387655 0.921804 37.2158 29.6846)" fill="var(--sapContent_Illustrative_Color9)"/>
57
+ <path d="M81.707 38.0046L79.7506 37.0493L78.4659 33.9944L79.3726 32.4536L81.707 38.0046ZM74.399 34.0789C73.995 33.917 73.5884 33.7603 73.1792 33.6088L73.8349 32.7377L77.4205 31.9192L78.6167 32.3675L77.9845 33.2604L74.399 34.0789ZM72.4652 33.554L70.1308 28.003L72.0558 28.8838L73.351 31.9635L72.4652 33.554ZM76.816 26.4769L79.1504 32.0279L77.2254 31.1472L75.9354 28.0798L76.816 26.4769Z" fill="var(--sapContent_Illustrative_Color4)"/>
58
+ <path d="M92.2641 35.5947L90.3208 34.6364L89.0361 31.5815L89.9297 30.0437L92.2641 35.5947ZM80.8836 24.9632L86.7676 23.62L86.0445 25.255L82.8004 25.9955L80.8836 24.9632ZM87.3731 24.0671L89.7075 29.618L87.7956 28.7343L86.5057 25.6669L87.3731 24.0671Z" fill="var(--sapContent_Illustrative_Color4)"/>
59
+ <path d="M96.6548 35.1913L97.4435 33.5413L100.688 32.8008L102.526 33.8511L96.6548 35.1913ZM93.6965 29.1838L95.6581 30.1515L96.9376 33.194L96.0309 34.7348L93.6965 29.1838ZM95.4081 29.2831C95.0041 29.1213 94.5976 28.9645 94.1883 28.813L94.8441 27.9419L98.4296 27.1234L99.6258 27.5717L98.9936 28.4646L95.4081 29.2831ZM91.3357 22.5773L97.2065 21.2371L96.4703 22.8751L93.2525 23.6096L91.3357 22.5773ZM97.8251 21.6812L100.16 27.2321L98.2345 26.3514L96.9445 23.284L97.8251 21.6812Z" fill="var(--sapContent_Illustrative_Color4)"/>
60
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M66.6192 46.5374L73.7099 21.3537L81.1966 19.6447L74.1059 44.8284L66.6192 46.5374Z" fill="var(--sapContent_Illustrative_Color7)"/>
61
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M50.7617 50.1569L57.8535 24.9737L70.2666 22.1401L63.1746 47.3242L50.8466 50.1383C50.8183 50.1447 50.7901 50.1509 50.7617 50.1569Z" fill="var(--sapContent_Illustrative_Color7)"/>
62
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M78.2887 29.9785L76.8162 26.4771L75.9356 28.0799L77.2255 31.1473L77.8759 31.4448L78.2887 29.9785ZM77.7115 32.0284L77.4207 31.9193L73.8351 32.7378L73.1794 33.6089C73.5886 33.7604 73.9952 33.9172 74.3991 34.079L77.322 33.4118L77.7115 32.0284ZM71.1543 30.4364L72.4654 33.5541L73.3512 31.9636L72.056 28.8839L71.6444 28.6955L71.1543 30.4364Z" fill="var(--sapContent_Illustrative_Color9)"/>
63
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M114.182 13.5068L109.976 18.8249L109.997 18.8263C109.879 18.9597 109.769 19.1 109.666 19.2472C106.556 23.7173 112.017 32.8948 121.864 39.7456C131.382 46.3678 141.513 48.3922 144.988 44.4827L145.001 44.5134L149.27 38.7968L146.056 39.5713C145.184 34.8235 140.328 28.5685 133.126 23.558C126.816 19.1677 120.236 16.7983 115.505 16.839L114.182 13.5068Z" fill="var(--sapContent_Illustrative_Color3)"/>
64
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M131.157 22.2578L118.49 37.1695C110.821 30.7431 106.932 23.1763 109.666 19.247C109.769 19.0998 109.879 18.9595 109.997 18.8261L109.976 18.8246L114.182 13.5066L115.505 16.8388C119.746 16.8023 125.472 18.7021 131.157 22.2578Z" fill="var(--sapContent_Illustrative_Color15)"/>
65
+ <ellipse cx="131.685" cy="26.3109" rx="21.7197" ry="9.8601" transform="rotate(34.8285 131.685 26.3109)" fill="var(--sapContent_Illustrative_Color3)"/>
66
+ <ellipse cx="131.685" cy="25.7517" rx="16.8544" ry="6.05785" transform="rotate(34.8285 131.685 25.7517)" fill="var(--sapContent_Illustrative_Color15)"/>
67
+ <ellipse cx="16.5089" cy="5.92719" rx="16.5089" ry="5.92719" transform="matrix(0.821703 0.569916 -0.57233 0.820024 121.175 12.3713)" fill="var(--sapContent_Illustrative_Color3)"/>
68
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M135.984 35.8785L131.076 19.488C132.283 20.1627 133.513 20.929 134.74 21.78C142.232 26.9763 146.786 33.3648 144.913 36.0491C143.729 37.7447 140.264 37.5568 135.984 35.8785Z" fill="var(--sapContent_Illustrative_Color8)"/>
69
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.99333 101.129L8.93923 107.439L8.94716 107.422C9.04152 107.592 9.14554 107.757 9.25938 107.918C12.7244 112.815 23.9725 111.509 34.3827 105.001C44.4454 98.7109 50.0419 89.8631 47.2751 84.857L47.312 84.8582L42.9827 78.316L42.6494 81.7298C37.512 80.5323 29.4493 82.5093 21.8349 87.2691C15.1639 91.4392 10.4558 96.7333 8.846 101.287L4.99333 101.129Z" fill="var(--sapContent_Illustrative_Color15)"/>
70
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.6105 110.734L8.95439 100.993C9.86778 98.5891 11.6262 95.9928 14.066 93.4727L23.5814 109.861C20.2383 110.791 17.139 111.095 14.6105 110.734Z" fill="var(--sapContent_Illustrative_Color3)"/>
71
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.2046 90.5898L27.5952 108.485C29.839 107.574 32.131 106.409 34.3837 105.001C34.5474 104.899 34.7099 104.796 34.8711 104.692L24.3033 86.492L19.3377 88.9474C18.5951 89.4831 17.8834 90.0316 17.2046 90.5898Z" fill="var(--sapContent_Illustrative_Color3)"/>
72
+ <ellipse cx="22.2321" cy="12.0045" rx="22.2321" ry="12.0045" transform="matrix(0.846045 -0.533112 0.570518 0.821285 -1.61719 91.6626)" fill="var(--sapContent_Illustrative_Color3)"/>
73
+ <ellipse cx="17.2521" cy="7.37534" rx="17.2521" ry="7.37534" transform="matrix(0.846045 -0.533112 0.570518 0.821285 4.64355 92.5242)" fill="var(--sapContent_Illustrative_Color15)"/>
74
+ <ellipse cx="17.0123" cy="7.21152" rx="17.0123" ry="7.21152" transform="matrix(0.851202 -0.524838 0.578878 0.815414 5.53516 93.1626)" fill="var(--sapContent_Illustrative_Color3)"/>
75
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.2199 84.1092C20.152 84.1505 20.0841 84.1921 20.0163 84.2339C18.5242 85.1539 17.1498 86.1331 15.9162 87.1384L13.8798 100.796C15.0384 100.846 16.3593 100.718 17.7877 100.421L20.2199 84.1092ZM32.2315 93.2793C31.0588 94.2183 29.7639 95.1324 28.3654 95.9947C25.4177 97.8122 22.4218 99.1452 19.6982 99.9414L22.2297 82.9632C26.695 80.5849 31.0873 79.3453 34.2971 79.4256L32.2315 93.2793Z" fill="var(--sapContent_Illustrative_Color8)"/>
76
+ <rect x="152.163" y="117.202" width="45.1381" height="10.9215" transform="rotate(133.112 152.163 117.202)" fill="var(--sapContent_Illustrative_Color15)"/>
77
+ <rect x="149.63" y="119.91" width="11.1558" height="10.9215" transform="rotate(133.112 149.63 119.91)" fill="var(--sapContent_Illustrative_Color3)"/>
78
+ <rect x="138.664" y="131.622" width="7.15142" height="10.9215" transform="rotate(133.112 138.664 131.622)" fill="var(--sapContent_Illustrative_Color3)"/>
79
+ <path d="M150.801 62.4285C150.801 61.8096 149.005 61.3143 146.604 61.2017C146.467 58.8045 145.939 57.0221 145.32 57.0234C144.701 57.0248 144.186 58.821 144.055 61.2306C141.648 61.3952 139.858 61.9331 139.866 62.5533C139.874 63.1736 141.663 63.6689 144.063 63.7801C144.207 66.1773 144.728 67.9597 145.346 67.9584C145.964 67.957 146.481 66.1608 146.613 63.7513C149.02 63.5866 150.808 63.0487 150.801 62.4285Z" fill="var(--sapContent_Illustrative_Color18)"/>
80
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-ChartArea">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M131,45.8608 C131,43.7288 129.271,41.9998 127.139,41.9998 L127.086,41.9998 L44.914,41.9998 L44.856,41.9998 C42.726,41.9998 41,43.7278 41,45.8578 L41.058,128.1418 C41.058,130.2728 42.785,131.9998 44.914,131.9998 L127.139,131.9998 C129.271,131.9998 131,130.2718 131,128.1388 L131,45.8608 Z" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M121.1418,125 L38.8578,125 C36.7278,125 34.9998,123.273 34.9998,121.142 L34.9998,38.858 C34.9998,36.727 36.7278,35 38.8578,35 L121.1418,35 C123.2728,35 124.9998,36.727 124.9998,38.858 L124.9998,121.142 C124.9998,123.273 123.2728,125 121.1418,125" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M126,52 L36,52 L36,38.884 C36,36.739 37.739,35 39.884,35 L122.116,35 C124.261,35 126,36.739 126,38.884 L126,52 Z" class="sapIllus_BrandColorSecondary"/>
5
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M36,52 L36,38.5 C36,37.122 37.122,36 38.5,36 L122.5,36 C123.878,36 125,37.122 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"/>
6
+ <path fill="var(--sapIllus_BackgroundColor)" d="M131 148.5C131 150.985 108.39 153 80.5 153 52.61 153 30 150.985 30 148.5 30 146.015 52.61 144 80.5 144 108.39 144 131 146.015 131 148.5M111.3637 81.6773L50.5147 81.6773 50.5147 68.0153C50.5147 67.3343 51.0677 66.7813 51.7487 66.7813L110.1297 66.7813C110.8117 66.7813 111.3637 67.3343 111.3637 68.0153L111.3637 81.6773z" class="sapIllus_BackgroundColor"/>
7
+ <polygon fill="var(--sapIllus_Layering2)" points="50.515 96.573 111.364 96.573 111.364 81.677 50.515 81.677" class="sapIllus_Layering2"/>
8
+ <path fill="var(--sapIllus_Layering1)" d="M110.1298,111.4021 L51.7488,111.4021 C51.0678,111.4021 50.5148,110.8501 50.5148,110.1681 L50.5148,96.5061 L111.3638,96.5061 L111.3638,110.1681 C111.3638,110.8501 110.8108,111.4021 110.1298,111.4021" class="sapIllus_Layering1"/>
9
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M112.029,114.8994 L47.068,114.8534 L47.064,66.5094 C47.064,66.2334 46.841,66.0094 46.564,66.0094 C46.288,66.0094 46.064,66.2334 46.064,66.5094 L46.068,115.3564 C46.068,115.6324 46.292,115.8564 46.568,115.8564 C46.573,115.8564 46.577,115.8534 46.583,115.8534 L112.029,115.8994 C112.305,115.8994 112.529,115.6754 112.529,115.3994 C112.529,115.1244 112.305,114.8994 112.029,114.8994" class="sapIllus_StrokeDetailColor"/>
10
+ <polygon fill="var(--sapIllus_ObjectFillColor)" points="43.566 110.486 42.11 107.077 76.691 94.45 100.771 95.305 121.006 84.006 123.229 87.749 101.848 99.687 77.384 98.818" class="sapIllus_ObjectFillColor"/>
11
+ <path fill="var(--sapIllus_AccentColor)" d="M43.8661,107.7825 C43.5871,107.7825 43.3241,107.6175 43.2191,107.3495 C43.0831,107.0035 43.2631,106.6165 43.6211,106.4845 L76.3321,94.3585 L100.6111,95.3115 L119.7301,84.5765 C120.0611,84.3915 120.4841,84.5015 120.6751,84.8235 C120.8651,85.1435 120.7521,85.5535 120.4201,85.7385 L100.9571,96.6655 L76.5601,95.7085 L44.1111,107.7385 C44.0301,107.7685 43.9481,107.7825 43.8661,107.7825" class="sapIllus_AccentColor"/>
12
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M120.8636,76.4515 C121.1036,77.0315 121.0936,77.6715 120.8436,78.2415 C120.5936,78.8215 120.1236,79.2715 119.5136,79.5015 L98.6636,87.4715 L76.5436,90.6815 L45.3936,103.3615 C45.1036,103.4815 44.7936,103.5415 44.4736,103.5415 C43.5236,103.5415 42.6636,102.9915 42.2836,102.1415 C42.1136,101.7315 42.1036,101.2915 42.2736,100.8615 C42.7136,99.7615 44.1936,99.1115 44.3536,99.0415 L75.2436,86.1315 L75.3636,86.1215 L97.5436,82.9015 L117.7836,75.1415 C118.9936,74.6815 120.3736,75.2615 120.8636,76.4515 Z" class="sapIllus_ObjectFillColor"/>
13
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M44.392,100.6908 C43.856,100.6908 43.346,100.3878 43.121,99.8808 C42.818,99.1998 43.142,98.4108 43.843,98.1178 L74.612,85.2558 L96.901,82.0278 L117.243,74.2268 C117.953,73.9538 118.757,74.2908 119.038,74.9798 C119.319,75.6688 118.971,76.4478 118.261,76.7208 L97.624,84.6348 L75.377,87.8568 L44.939,100.5808 C44.761,100.6558 44.575,100.6908 44.392,100.6908" class="sapIllus_BrandColorSecondary"/>
14
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-ChartArea2">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M131,45.8608 C131,43.7288 129.271,41.9998 127.139,41.9998 L127.086,41.9998 L44.914,41.9998 L44.856,41.9998 C42.726,41.9998 41,43.7278 41,45.8578 L41.058,128.1418 C41.058,130.2728 42.785,131.9998 44.914,131.9998 L127.139,131.9998 C129.271,131.9998 131,130.2718 131,128.1388 L131,45.8608 Z" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M121.1418,125 L38.8578,125 C36.7278,125 34.9998,123.273 34.9998,121.142 L34.9998,38.858 C34.9998,36.727 36.7278,35 38.8578,35 L121.1418,35 C123.2728,35 124.9998,36.727 124.9998,38.858 L124.9998,121.142 C124.9998,123.273 123.2728,125 121.1418,125" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M125,52 L35,52 L35,38.997 C35,36.79 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="M36,52 L36,38.5 C36,37.122 37.122,36 38.5,36 L122.5,36 C123.878,36 125,37.122 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"/>
6
+ <path fill="var(--sapIllus_BackgroundColor)" d="M131,148.5 C131,150.985 108.39,153 80.5,153 C52.61,153 30,150.985 30,148.5 C30,146.015 52.61,144 80.5,144 C108.39,144 131,146.015 131,148.5" class="sapIllus_BackgroundColor"/>
7
+ <path fill="var(--sapIllus_Layering2)" d="M51.9321,92.0051 C51.9581,74.1781 61.1281,82.6271 65.6891,83.2061 C70.7001,83.8421 73.0161,75.5651 77.4251,73.2761 C81.3631,71.2311 88.5601,82.9801 93.6311,82.9801 C97.8601,82.9801 100.8031,69.0751 104.1771,67.3511 C107.5341,65.6351 108.9421,69.2541 108.9621,71.9601 L108.9621,111.0911 C108.9621,111.5961 108.5531,112.0051 108.0481,112.0051 L52.6751,112.0051 C52.3031,112.0051 52.0021,111.7111 51.9991,111.3401 C51.9831,108.5651 51.9231,97.7901 51.9321,92.0051" class="sapIllus_Layering2"/>
8
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M51.9139,103.2227 C51.9139,103.2227 64.0949,85.0147 77.8459,88.8687 C91.8559,92.7957 101.9239,86.0177 105.5189,80.4617 C107.5739,77.2857 108.9619,81.6267 108.9619,81.6267 L108.9619,109.0047 L51.9619,109.2007 L51.9139,103.2227 Z" class="sapIllus_ObjectFillColor"/>
9
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M110.4616,114.0486 L49.9616,114.0046 L49.9576,65.5046 C49.9576,65.2286 49.7336,65.0046 49.4576,65.0046 C49.1816,65.0046 48.9576,65.2286 48.9576,65.5046 L48.9616,114.5046 C48.9616,114.7806 49.1856,115.0046 49.4616,115.0046 L110.4616,115.0486 C110.7376,115.0486 110.9616,114.8246 110.9616,114.5486 C110.9616,114.2736 110.7376,114.0486 110.4616,114.0486" class="sapIllus_StrokeDetailColor"/>
10
+ <path fill="var(--sapIllus_AccentColor)" d="M51.9249215,106.3362 C51.921,105.8282 52.07,105.3362 52.356,104.9172 C54.644,101.5592 65.618,86.6672 77.963,90.3512 C92.114,94.5732 102.08,88.0332 105.711,82.0582 C107.786,78.6432 108.962,82.0582 108.962,82.0582 L108.962,110.2172 C108.962,111.2042 108.161,112.0052 107.174,112.0052 L52.733,112.0052 C52.309,112.0052 51.965,111.6632 51.962,111.2392 L51.9249215,106.3362 Z" class="sapIllus_AccentColor"/>
11
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M52.7687,112.0048 C52.0097,112.0048 51.8597,111.7128 51.860695,110.7838 C51.8637,107.3348 59.9067,99.4918 69.3567,102.3888 C78.0617,105.0578 82.7287,101.0348 86.2827,99.0038 C91.3627,96.1018 97.1747,87.3168 107.0137,96.0318 C108.5127,97.3598 108.9617,99.2448 108.9617,101.6958 L108.9617,111.2318 C108.9617,111.6588 108.6157,112.0048 108.1887,112.0048 L52.7687,112.0048 Z" class="sapIllus_BrandColorSecondary"/>
12
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-ChartBPMNFlow">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M131,45.8608 C131,43.7288 129.271,41.9998 127.139,41.9998 L127.086,41.9998 L44.914,41.9998 L44.856,41.9998 C42.726,41.9998 41,43.7278 41,45.8578 L41.058,128.1418 C41.058,130.2728 42.785,131.9998 44.914,131.9998 L127.139,131.9998 C129.271,131.9998 131,130.2718 131,128.1388 L131,45.8608 Z" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M121.1418,125 L38.8578,125 C36.7278,125 34.9998,123.273 34.9998,121.142 L34.9998,38.858 C34.9998,36.727 36.7278,35 38.8578,35 L121.1418,35 C123.2728,35 124.9998,36.727 124.9998,38.858 L124.9998,121.142 C124.9998,123.273 123.2728,125 121.1418,125" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M125,52 L35,52 L35,38.997 C35,36.79 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="M36,52 L36,38.5 C36,37.122 37.122,36 38.5,36 L122.5,36 C123.878,36 125,37.122 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"/>
6
+ <path fill="var(--sapIllus_BackgroundColor)" d="M131,148.5 C131,150.985 108.39,153 80.5,153 C52.61,153 30,150.985 30,148.5 C30,146.015 52.61,144 80.5,144 C108.39,144 131,146.015 131,148.5" class="sapIllus_BackgroundColor"/>
7
+ <path fill="var(--sapIllus_Layering2)" d="M95.073 103.9775L95.07 103.9775 81.921 104.0455 81.921 90.8925C81.921 90.6165 81.697 90.3925 81.421 90.3925 81.144 90.3925 80.921 90.6165 80.921 90.8925L80.921 104.5465C80.921 104.8235 81.144 105.0465 81.421 105.0465 81.475 105.0465 81.524 105.0315 81.573 105.0165 81.621 105.0325 81.671 105.0465 81.725 105.0465L81.728 105.0465 95.076 104.9775C95.351 104.9765 95.574 104.7505 95.5730034 104.4745 95.572 104.1995 95.348 103.9775 95.073 103.9775M99.3074 87.5224L99.3044 87.5224 65.8814 87.6974 65.8814 85.2044C65.8814 84.6144 65.4034 84.1354 64.8134 84.1354L60.6214 84.1354 60.6214 70.9084C60.6214 70.6314 60.3984 70.4084 60.1214 70.4084 59.8454 70.4084 59.6214 70.6314 59.6214 70.9084L59.6214 84.1354 55.5484 84.1354C54.9574 84.1354 54.4794 84.6144 54.4794 85.2044L54.4794 90.7504C54.4794 91.3404 54.9574 91.8184 55.5484 91.8184L64.8134 91.8184C65.4034 91.8184 65.8814 91.3404 65.8814 90.7504L65.8814 88.6974 99.3104 88.5224C99.5854 88.5214 99.8084 88.2954 99.8074034 88.0194 99.8064 87.7444 99.5824 87.5224 99.3074 87.5224" class="sapIllus_Layering2"/>
8
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M80.6236,94.4003 L75.3066,89.0833 C74.8486,88.6253 74.8486,87.8823 75.3066,87.4253 L80.6236,82.1073 C81.0816,81.6493 81.8236,81.6493 82.2816,82.1073 L87.5986,87.4253 C88.0566,87.8823 88.0566,88.6253 87.5986,89.0833 L82.2816,94.4003 C81.8236,94.8583 81.0816,94.8583 80.6236,94.4003" class="sapIllus_BrandColorSecondary"/>
9
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M112.8162,113.8593 L48.2992,113.8123 L48.2952,61.6403 C48.2952,61.3643 48.0722,61.1403 47.7952,61.1403 C47.5192,61.1403 47.2952,61.3643 47.2952,61.6403 L47.2992,114.3123 C47.2992,114.5883 47.5232,114.8123 47.7992,114.8123 L112.8162,114.8593 C113.0922,114.8593 113.3162,114.6353 113.3162,114.3593 C113.3162,114.0843 113.0922,113.8593 112.8162,113.8593" class="sapIllus_StrokeDetailColor"/>
10
+ <path fill="var(--sapIllus_BrandColorPrimary)" d="M110.8305,108.3536 L93.1675,108.3536 C92.5775,108.3536 92.0995,107.8756 92.0995,107.2846 L92.0995,101.7396 C92.0995,101.1496 92.5775,100.6706 93.1675,100.6706 L110.8305,100.6706 C111.4205,100.6706 111.8995,101.1496 111.8995,101.7396 L111.8995,107.2846 C111.8995,107.8756 111.4205,108.3536 110.8305,108.3536" class="sapIllus_BrandColorPrimary"/>
11
+ <path fill="var(--sapIllus_AccentColor)" d="M68.3498,74.5172 L51.8828,74.5172 C51.2918,74.5172 50.8138,74.0392 50.8138,73.4482 L50.8138,67.9032 C50.8138,67.3132 51.2918,66.8342 51.8828,66.8342 L68.3498,66.8342 C68.9398,66.8342 69.4188,67.3132 69.4188,67.9032 L69.4188,73.4482 C69.4188,74.0392 68.9398,74.5172 68.3498,74.5172" class="sapIllus_AccentColor"/>
12
+ <path fill="var(--sapIllus_Layering1)" d="M110.8305,91.9794 L97.5015,91.9794 C96.9115,91.9794 96.4325,91.5014 96.4325,90.9104 L96.4325,85.3654 C96.4325,84.7754 96.9115,84.2964 97.5015,84.2964 L110.8305,84.2964 C111.4205,84.2964 111.8995,84.7754 111.8995,85.3654 L111.8995,90.9104 C111.8995,91.5014 111.4205,91.9794 110.8305,91.9794" class="sapIllus_Layering1"/>
13
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-ChartBar">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M131,45.8608 C131,43.7288 129.271,41.9998 127.139,41.9998 L127.086,41.9998 L44.914,41.9998 L44.856,41.9998 C42.726,41.9998 41,43.7278 41,45.8578 L41.058,128.1418 C41.058,130.2728 42.785,131.9998 44.914,131.9998 L127.139,131.9998 C129.271,131.9998 131,130.2718 131,128.1388 L131,45.8608 Z" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M121.1418,125 L38.8578,125 C36.7278,125 34.9998,123.273 34.9998,121.142 L34.9998,38.858 C34.9998,36.727 36.7278,35 38.8578,35 L121.1418,35 C123.2728,35 124.9998,36.727 124.9998,38.858 L124.9998,121.142 C124.9998,123.273 123.2728,125 121.1418,125" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M125,52 L35,52 L35,38.997 C35,36.79 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="M36,52 L36,38.5 C36,37.122 37.122,36 38.5,36 L122.5,36 C123.878,36 125,37.122 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"/>
6
+ <path fill="var(--sapIllus_BackgroundColor)" d="M131,148.5 C131,150.985 108.39,153 80.5,153 C52.61,153 30,150.985 30,148.5 C30,146.015 52.61,144 80.5,144 C108.39,144 131,146.015 131,148.5" class="sapIllus_BackgroundColor"/>
7
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M88.1346,98.9663 L52.0036,98.9663 C51.2986,98.9663 50.7266,98.3943 50.7266,97.6883 L50.7266,93.5163 C50.7266,92.8103 51.2986,92.2383 52.0036,92.2383 L88.1346,92.2383 C88.8406,92.2383 89.4126,92.8103 89.4126,93.5163 L89.4126,97.6883 C89.4126,98.3943 88.8406,98.9663 88.1346,98.9663" class="sapIllus_BrandColorSecondary"/>
8
+ <path fill="var(--sapIllus_BrandColorPrimary)" d="M78.0426,110.7403 L52.0036,110.7403 C51.2986,110.7403 50.7266,110.1683 50.7266,109.4623 L50.7266,105.2903 C50.7266,104.5843 51.2986,104.0123 52.0036,104.0123 L78.0426,104.0123 C78.7486,104.0123 79.3206,104.5843 79.3206,105.2903 L79.3206,109.4623 C79.3206,110.1683 78.7486,110.7403 78.0426,110.7403" class="sapIllus_BrandColorPrimary"/>
9
+ <path fill="var(--sapIllus_AccentColor)" d="M110.0005,74.5774 L52.0035,74.5774 C51.2985,74.5774 50.7265,74.0054 50.7265,73.2994 L50.7265,69.1274 C50.7265,68.4214 51.2985,67.8494 52.0035,67.8494 L110.0005,67.8494 C110.7065,67.8494 111.2785,68.4214 111.2785,69.1274 L111.2785,73.2994 C111.2785,74.0054 110.7065,74.5774 110.0005,74.5774" class="sapIllus_AccentColor"/>
10
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M114.2215,114.9129 L48.2825,114.8659 L48.2785,61.5419 C48.2785,61.2659 48.0545,61.0419 47.7785,61.0419 C47.5015,61.0419 47.2785,61.2659 47.2785,61.5419 L47.2835,115.3659 C47.2835,115.6419 47.5065,115.8659 47.7835,115.8659 L114.2215,115.9129 C114.4975,115.9129 114.7215,115.6889 114.7215,115.4129 C114.7215,115.1379 114.4975,114.9129 114.2215,114.9129" class="sapIllus_StrokeDetailColor"/>
11
+ <path fill="var(--sapIllus_Layering2)" d="M104.1135,86.3514 L52.0035,86.3514 C51.2985,86.3514 50.7265,85.7794 50.7265,85.0734 L50.7265,80.9014 C50.7265,80.1954 51.2985,79.6234 52.0035,79.6234 L104.1135,79.6234 C104.8195,79.6234 105.3915,80.1954 105.3915,80.9014 L105.3915,85.0734 C105.3915,85.7794 104.8195,86.3514 104.1135,86.3514" class="sapIllus_Layering2"/>
12
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-ChartBullet">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M131,45.8608 C131,43.7288 129.271,41.9998 127.139,41.9998 L127.086,41.9998 L44.914,41.9998 L44.856,41.9998 C42.726,41.9998 41,43.7278 41,45.8578 L41.058,128.1418 C41.058,130.2728 42.785,131.9998 44.914,131.9998 L127.139,131.9998 C129.271,131.9998 131,130.2718 131,128.1388 L131,45.8608 Z" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M121.1418,125 L38.8578,125 C36.7278,125 34.9998,123.273 34.9998,121.142 L34.9998,38.858 C34.9998,36.727 36.7278,35 38.8578,35 L121.1418,35 C123.2728,35 124.9998,36.727 124.9998,38.858 L124.9998,121.142 C124.9998,123.273 123.2728,125 121.1418,125" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M125,52 L35,52 L35,38.997 C35,36.79 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="M36,52 L36,38.5 C36,37.122 37.122,36 38.5,36 L122.5,36 C123.878,36 125,37.122 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"/>
6
+ <path fill="var(--sapIllus_BackgroundColor)" d="M131,148.5 C131,150.985 108.39,153 80.5,153 C52.61,153 30,150.985 30,148.5 C30,146.015 52.61,144 80.5,144 C108.39,144 131,146.015 131,148.5" class="sapIllus_BackgroundColor"/>
7
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M63.2542,82.1169 L52.2542,82.1169 C51.9782,82.1169 51.7542,81.8929 51.7542,81.6169 C51.7542,81.3409 51.9782,81.1169 52.2542,81.1169 L63.2542,81.1169 C63.5302,81.1169 63.7542,81.3409 63.7542,81.6169 C63.7542,81.8929 63.5302,82.1169 63.2542,82.1169" class="sapIllus_StrokeDetailColor"/>
8
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M96.754,82.3946 L96.754,108.8396 C96.754,109.5446 97.326,110.1166 98.032,110.1166 L104.476,110.1166 C105.182,110.1166 105.754,109.5446 105.754,108.8396 L105.754,82.3946 C105.754,81.6886 105.182,81.1166 104.476,81.1166 L98.032,81.1166 C97.326,81.1166 96.754,81.6886 96.754,82.3946" class="sapIllus_BrandColorSecondary"/>
9
+ <path fill="var(--sapIllus_BackgroundColor)" d="M53.754,89.3946 L53.754,109.8396 C53.754,110.5446 54.326,111.1166 55.032,111.1166 L61.476,111.1166 C62.182,111.1166 62.754,110.5446 62.754,109.8396 L62.754,89.3946 C62.754,88.6886 62.182,88.1166 61.476,88.1166 L55.032,88.1166 C54.326,88.1166 53.754,88.6886 53.754,89.3946" class="sapIllus_BackgroundColor"/>
10
+ <path fill="var(--sapIllus_AccentColor)" d="M81.754,81.3946 L81.754,109.8396 C81.754,110.5446 82.326,111.1166 83.032,111.1166 L89.476,111.1166 C90.182,111.1166 90.754,110.5446 90.754,109.8396 L90.754,81.3946 C90.754,80.6886 90.182,80.1166 89.476,80.1166 L83.032,80.1166 C82.326,80.1166 81.754,80.6886 81.754,81.3946" class="sapIllus_AccentColor"/>
11
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M114.2542,114.1647 L47.7542,114.1177 L47.7492,60.6167 C47.7492,60.3407 47.5252,60.1167 47.2492,60.1167 C46.9732,60.1167 46.7492,60.3407 46.7492,60.6167 L46.7542,114.6167 C46.7542,114.8937 46.9782,115.1167 47.2542,115.1167 L114.2542,115.1647 C114.5302,115.1647 114.7542,114.9407 114.7542,114.6647 C114.7542,114.3897 114.5302,114.1647 114.2542,114.1647" class="sapIllus_StrokeDetailColor"/>
12
+ <path fill="var(--sapIllus_Layering2)" d="M67.754,68.3946 L67.754,109.8396 C67.754,110.5446 68.326,111.1166 69.032,111.1166 L75.476,111.1166 C76.182,111.1166 76.754,110.5446 76.754,109.8396 L76.754,68.3946 C76.754,67.6886 76.182,67.1166 75.476,67.1166 L69.032,67.1166 C68.326,67.1166 67.754,67.6886 67.754,68.3946" class="sapIllus_Layering2"/>
13
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M77.2542 92.1169L67.2552 92.1169C66.9792 92.1169 66.7552 91.8929 66.7552 91.6169 66.7552 91.3409 66.9792 91.1169 67.2552 91.1169L77.2542 91.1169C77.5302 91.1169 77.7542 91.3409 77.7542 91.6169 77.7542 91.8929 77.5302 92.1169 77.2542 92.1169M92.2542 85.1169L81.2542 85.1169C80.9782 85.1169 80.7542 84.8929 80.7542 84.6169 80.7542 84.3409 80.9782 84.1169 81.2542 84.1169L92.2542 84.1169C92.5302 84.1169 92.7542 84.3409 92.7542 84.6169 92.7542 84.8929 92.5302 85.1169 92.2542 85.1169M107.2542 75.1169L96.2542 75.1169C95.9782 75.1169 95.7542 74.8929 95.7542 74.6169 95.7542 74.3409 95.9782 74.1169 96.2542 74.1169L107.2542 74.1169C107.5302 74.1169 107.7542 74.3409 107.7542 74.6169 107.7542 74.8929 107.5302 75.1169 107.2542 75.1169" class="sapIllus_StrokeDetailColor"/>
14
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-ChartDoughnut">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M131,45.8608 C131,43.7288 129.271,41.9998 127.139,41.9998 L127.086,41.9998 L44.914,41.9998 L44.856,41.9998 C42.726,41.9998 41,43.7278 41,45.8578 L41.058,128.1418 C41.058,130.2728 42.785,131.9998 44.914,131.9998 L127.139,131.9998 C129.271,131.9998 131,130.2718 131,128.1388 L131,45.8608 Z" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M121.1418,125 L38.8578,125 C36.7278,125 34.9998,123.273 34.9998,121.142 L34.9998,38.858 C34.9998,36.727 36.7278,35 38.8578,35 L121.1418,35 C123.2728,35 124.9998,36.727 124.9998,38.858 L124.9998,121.142 C124.9998,123.273 123.2728,125 121.1418,125" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M126,52 L36,52 L36,38.884 C36,36.739 37.739,35 39.884,35 L122.116,35 C124.261,35 126,36.739 126,38.884 L126,52 Z" class="sapIllus_BrandColorSecondary"/>
5
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M36,52 L36,38.5 C36,37.122 37.122,36 38.5,36 L122.5,36 C123.878,36 125,37.122 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"/>
6
+ <path fill="var(--sapIllus_BackgroundColor)" d="M131,148.5 C131,150.985 108.39,153 80.5,153 C52.61,153 30,150.985 30,148.5 C30,146.015 52.61,144 80.5,144 C108.39,144 131,146.015 131,148.5" class="sapIllus_BackgroundColor"/>
7
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M100.8333,86.9318 C100.8693,87.4278 100.8843,87.9218 100.8823,88.4108 C100.8813,88.6518 101.0683,88.8488 101.3093,88.8558 L108.3443,89.0508 C108.6183,89.0578 108.8483,88.8408 108.8513,88.5668 C108.8573,87.8368 108.8353,87.1008 108.7823,86.3598 C108.5843,83.6058 107.9793,80.9778 107.0353,78.5288 L99.5983,81.3958 C100.2653,83.1278 100.6933,84.9848 100.8333,86.9318" class="sapIllus_StrokeDetailColor"/>
8
+ <path fill="var(--sapIllus_Layering2)" d="M104.1994,96.8019 L98.3764,95.4689 C97.9334,95.3679 97.5024,95.6409 97.3814,96.0789 C96.1694,100.4809 93.3674,104.2209 89.6294,106.6459 L93.7814,113.0619 C99.1524,109.5789 103.1574,104.1749 104.8274,97.8219 C104.9464,97.3689 104.6554,96.9059 104.1994,96.8019" class="sapIllus_Layering2"/>
9
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M79.6164,117.2498 C84.8264,117.2498 89.6764,115.7158 93.7484,113.0828 L89.6054,106.6608 C86.7274,108.5218 83.2994,109.6058 79.6164,109.6058 C70.5194,109.6058 62.9674,103.0148 61.4634,94.3478 L53.9354,95.6638 C56.0634,107.9238 66.7474,117.2498 79.6164,117.2498" class="sapIllus_BrandColorSecondary"/>
10
+ <path fill="var(--sapIllus_BrandColorPrimary)" d="M61.1856,91.1755 C61.1856,88.1335 61.9276,85.2665 63.2326,82.7375 L56.4706,79.1735 C54.6036,82.7675 53.5426,86.8465 53.5426,91.1755 C53.5426,92.7235 53.6846,94.2385 53.9436,95.7125 L61.4656,94.3635 C61.2856,93.3275 61.1856,92.2635 61.1856,91.1755" class="sapIllus_BrandColorPrimary"/>
11
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M78.6179,65.6207 C78.6109,65.6207 78.6049,65.6207 78.5979,65.6217 C71.6389,65.8927 65.2399,68.9047 60.5769,74.1007 C55.9199,79.2907 53.6219,85.9997 54.1049,92.9947 C54.9649,105.4407 64.9819,115.6137 77.4059,116.6567 C89.7859,117.6847 101.1099,109.7697 104.3139,97.8097 L104.2359,97.6847 L98.0699,96.1827 C97.9619,96.1617 97.8609,96.2227 97.8309,96.3347 C95.4159,104.8797 87.1899,110.6487 78.3249,110.0627 C68.5729,109.4157 60.8249,101.2387 60.6869,91.4467 C60.5439,81.1987 68.4399,72.7737 78.6649,72.2677 C78.9009,72.2567 79.1159,72.0197 79.1159,71.7717 L79.1159,66.1397 C79.1159,65.9967 79.0569,65.8577 78.9539,65.7587 C78.8609,65.6697 78.7429,65.6207 78.6179,65.6207 M79.5839,117.7477 C78.8349,117.7477 78.0809,117.7167 77.3219,117.6527 C64.4109,116.5687 54.0009,105.9977 53.1069,93.0627 C52.6049,85.7967 54.9939,78.8257 59.8329,73.4327 C64.6779,68.0347 71.3279,64.9047 78.5589,64.6217 C78.9589,64.6257 79.3519,64.7537 79.6469,65.0377 C79.9449,65.3237 80.1159,65.7247 80.1159,66.1397 L80.1159,71.7717 C80.1159,72.5587 79.4869,73.2297 78.7129,73.2667 C69.0309,73.7467 61.5519,81.7257 61.6869,91.4327 C61.8179,100.7077 69.1549,108.4527 78.3909,109.0647 C86.7989,109.6187 94.5809,104.1557 96.8679,96.0617 L96.8679,96.0607 C97.0459,95.4327 97.6779,95.0627 98.3059,95.2117 L104.4719,96.7147 C104.7599,96.7837 105.0129,96.9707 105.1639,97.2257 C105.3159,97.4837 105.3579,97.7837 105.2799,98.0707 C102.1469,109.7647 91.5489,117.7477 79.5839,117.7477" class="sapIllus_StrokeDetailColor"/>
12
+ <path fill="var(--sapIllus_AccentColor)" d="M89.6431,63.1979 L87.4521,69.4859 C87.2811,69.9779 87.5381,70.5059 88.0221,70.6999 C94.9481,73.4709 99.9801,79.8649 100.8731,87.4599 L108.4161,86.5639 C108.9501,86.5009 109.3381,86.0099 109.2581,85.4779 C107.6741,75.0439 100.5501,66.3449 90.8851,62.6109 C90.3831,62.4169 89.8201,62.6899 89.6431,63.1979" class="sapIllus_AccentColor"/>
13
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-ChartFlow">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M131,45.8608 C131,43.7288 129.271,41.9998 127.139,41.9998 L127.086,41.9998 L44.914,41.9998 L44.856,41.9998 C42.726,41.9998 41,43.7278 41,45.8578 L41.058,128.1418 C41.058,130.2728 42.785,131.9998 44.914,131.9998 L127.139,131.9998 C129.271,131.9998 131,130.2718 131,128.1388 L131,45.8608 Z" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M121.1418,125 L38.8578,125 C36.7278,125 34.9998,123.273 34.9998,121.142 L34.9998,38.858 C34.9998,36.727 36.7278,35 38.8578,35 L121.1418,35 C123.2728,35 124.9998,36.727 124.9998,38.858 L124.9998,121.142 C124.9998,123.273 123.2728,125 121.1418,125" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M125,52 L35,52 L35,38.997 C35,36.79 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="M36,52 L36,38.5 C36,37.122 37.122,36 38.5,36 L122.5,36 C123.878,36 125,37.122 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"/>
6
+ <path fill="var(--sapIllus_BackgroundColor)" d="M131,148.5 C131,150.985 108.39,153 80.5,153 C52.61,153 30,150.985 30,148.5 C30,146.015 52.61,144 80.5,144 C108.39,144 131,146.015 131,148.5" class="sapIllus_BackgroundColor"/>
7
+ <path fill="var(--sapIllus_Layering2)" d="M65.0434966 90.491C64.7685 90.491 64.5445 90.269 64.5434966 89.994 64.5425 89.718 64.7655 89.493 65.0405 89.491L77.9475 89.423 77.9505 89.423C78.2265 89.423 78.4485 89.644 78.4505034 89.92 78.4515 90.196 78.2295 90.421 77.9535 90.423L65.0465 90.491 65.0434966 90.491zM93.0239966 90.3436C92.749 90.3436 92.525 90.1216 92.5239966 89.8466 92.523 89.5706 92.746 89.3446 93.021 89.3436L106.185 89.2746 106.188 89.2746C106.463 89.2746 106.687 89.4956 106.688003 89.7716 106.689 90.0476 106.466 90.2736 106.191 90.2746L93.027 90.3436 93.0239966 90.3436zM86.8375 73.2625C86.8365 72.9875 86.6125 72.7655 86.3375 72.7655L86.3345 72.7655 81.2685 72.7915C80.9925 72.7925 80.7705 73.0185 80.7714966 73.2945 80.7725 73.5705 80.9955 73.7915 81.2714966 73.7915L81.2745 73.7915 85.8405 73.7685 85.8905 83.2685C85.8915 83.5435 86.1145 83.7655 86.3905 83.7655L86.3935 83.7655C86.6685 83.7645 86.8915 83.5385 86.8905034 83.2625L86.8375 73.2625zM71.9137 105.6268L71.9107 105.6268 59.6687 105.6898C59.3927 105.6908 59.1707 105.9168 59.1716966 106.1928 59.1727 106.4688 59.3957 106.6898 59.6716966 106.6898L59.6747 106.6898 71.9167 106.6268C72.1917 106.6258 72.4147 106.3998 72.4137034 106.1238 72.4127 105.8488 72.1887 105.6268 71.9137 105.6268" class="sapIllus_Layering2"/>
8
+ <path fill="var(--sapIllus_Layering2)" d="M59.6715 106.6903C59.3965 106.6903 59.1725 106.4683 59.1715 106.1933L59.1114966 94.9353C59.1105 94.6593 59.3335 94.4343 59.6095 94.4323 59.8855 94.3923 60.1095 94.6533 60.1114966 94.9293L60.1715034 106.1873C60.1725 106.4633 59.9495 106.6883 59.6745 106.6903L59.6715 106.6903zM92.8754 112.0764L71.1934 112.190413C70.5464 112.1934 70.0184 111.6714 70.0154 111.0244L69.9703772 102.4194C69.9664 101.7714 70.4884 101.2434 71.1364 101.2404L92.8174 101.126387C93.4654 101.1234 93.9934 101.6454 93.9964 102.2924L94.0414228 110.8984C94.0454 111.5454 93.5224 112.0734 92.8754 112.0764M80.9751 77.762L51.3071 77.9180129C50.6591 77.921 50.1321 77.399 50.1281 76.752L50.0830871 68.146C50.0801 67.499 50.6021 66.971 51.2491 66.968L80.9171 66.8119871C81.5651 66.809 82.0931 67.331 82.0961 67.978L82.1411228 76.584C82.1451 77.231 81.6221 77.759 80.9751 77.762" class="sapIllus_Layering2"/>
9
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M84.584,96.8209 L79.058,90.2239 C78.642,89.7279 78.707,88.9889 79.204,88.5729 L85.8,83.0469 C86.296,82.6309 87.036,82.6959 87.452,83.1929 L92.978,89.7889 C93.394,90.2849 93.328,91.0249 92.832,91.4409 L86.236,96.9669 C85.739,97.3829 85,97.3169 84.584,96.8209" class="sapIllus_StrokeDetailColor"/>
10
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M83.3745,96.3976 L77.8485,89.8006 C77.4325,89.3046 77.4975,88.5656 77.9945,88.1496 L84.5905,82.6236 C85.0865,82.2076 85.8265,82.2726 86.2425,82.7696 L91.7685,89.3656 C92.1845,89.8616 92.1185,90.6016 91.6225,91.0176 L85.0265,96.5436 C84.5295,96.9596 83.7905,96.8936 83.3745,96.3976" class="sapIllus_BrandColorSecondary"/>
11
+ <path fill="var(--sapIllus_BackgroundColor)" d="M66.9475,95.7387 L53.7105,95.8087129 C53.0625,95.8117 52.5355,95.2897 52.5315,94.6417 L52.4864772,86.0367 C52.4825,85.3897 53.0055,84.8617 53.6525,84.8587 L66.8895,84.7886871 C67.5375,84.7857 68.0655,85.3077 68.0685,85.9547 L68.1135228,94.5607 C68.1175,95.2077 67.5945,95.7357 66.9475,95.7387" class="sapIllus_BackgroundColor"/>
12
+ <path fill="var(--sapIllus_AccentColor)" d="M114.368877,90.0143 C114.3528,86.9263 111.8358,84.4363 108.7478,84.4522233 C105.6598,84.4683 103.1698,86.9853 103.185723,90.0733 C103.2028,93.1613 105.7188,95.6513 108.8068,95.6353767 C111.8948,95.6183 114.3848,93.1023 114.368877,90.0143" class="sapIllus_AccentColor"/>
13
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-ChartGantt">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M131,45.8628 C131,43.7308 129.271,42.0018 127.139,42.0018 L127.086,42.0018 L44.914,42.0018 L44.856,42.0018 C42.726,42.0018 41,43.7298 41,45.8598 L41.058,128.1438 C41.058,130.2748 42.785,132.0018 44.914,132.0018 L127.139,132.0018 C129.271,132.0018 131,130.2738 131,128.1408 L131,45.8628 Z" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_AccentColor)" d="M65.3569,65.7697 L65.3569,70.6297 C65.3569,71.2197 64.8769,71.6997 64.2869,71.6997 L50.4169,71.6997 C49.8269,71.6997 49.3569,71.2197 49.3569,70.6297 L49.3569,65.7697 C49.3569,65.1797 49.8269,64.6997 50.4169,64.6997 L64.2869,64.6997 C64.8769,64.6997 65.3569,65.1797 65.3569,65.7697" class="sapIllus_AccentColor"/>
4
+ <path fill="var(--sapIllus_Layering1)" d="M88.3569 78.7697L88.3569 83.6297C88.3569 84.2197 87.8769 84.6997 87.2869 84.6997L75.4169 84.6997C74.8269 84.6997 74.3569 84.2197 74.3569 83.6297L74.3569 78.7697C74.3569 78.1797 74.8269 77.6997 75.4169 77.6997L87.2869 77.6997C87.8769 77.6997 88.3569 78.1797 88.3569 78.7697M72.3569 78.7697L72.3569 83.6297C72.3569 84.2197 71.8769 84.6997 71.2869 84.6997L63.4169 84.6997C62.8269 84.6997 62.3569 84.2197 62.3569 83.6297L62.3569 78.7697C62.3569 78.1797 62.8269 77.6997 63.4169 77.6997L71.2869 77.6997C71.8769 77.6997 72.3569 78.1797 72.3569 78.7697" class="sapIllus_Layering1"/>
5
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M95.3569,92.7697 L95.3569,97.6297 C95.3569,98.2197 94.8769,98.6997 94.2869,98.6997 L66.4169,98.6997 C65.8269,98.6997 65.3569,98.2197 65.3569,97.6297 L65.3569,92.7697 C65.3569,92.1797 65.8269,91.6997 66.4169,91.6997 L94.2869,91.6997 C94.8769,91.6997 95.3569,92.1797 95.3569,92.7697" class="sapIllus_BrandColorSecondary"/>
6
+ <path fill="var(--sapIllus_BrandColorPrimary)" d="M110.3569,105.7697 L110.3569,110.6297 C110.3569,111.2197 109.8769,111.6997 109.2869,111.6997 L94.4169,111.6997 C93.8269,111.6997 93.3569,111.2197 93.3569,110.6297 L93.3569,105.7697 C93.3569,105.1797 93.8269,104.6997 94.4169,104.6997 L109.2869,104.6997 C109.8769,104.6997 110.3569,105.1797 110.3569,105.7697" class="sapIllus_BrandColorPrimary"/>
7
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M114.3569,116.2396 C114.3569,116.5196 114.1269,116.7396 113.8569,116.7396 L46.8569,116.6996 C46.5769,116.6996 46.3569,116.4696 46.3569,116.1996 L46.3469,62.1996 C46.3469,61.9196 46.5769,61.6996 46.8469,61.6996 C47.1269,61.6996 47.3469,61.9196 47.3469,62.1996 L47.3569,115.6996 L113.8569,115.7396 C114.1269,115.7396 114.3569,115.9696 114.3569,116.2396" class="sapIllus_StrokeDetailColor"/>
8
+ <path fill="var(--sapIllus_Layering2)" d="M114.3569,62.1997 L114.3569,114.1997 C114.3569,114.4697 114.1269,114.6997 113.8569,114.6997 C113.5769,114.6997 113.3569,114.4697 113.3569,114.1997 L113.3569,62.1997 C113.3569,61.9197 113.5769,61.6997 113.8569,61.6997 C114.1269,61.6997 114.3569,61.9197 114.3569,62.1997" class="sapIllus_Layering2"/>
9
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M126,52.002 L36,52.002 L36,38.886 C36,36.741 37.739,35.002 39.884,35.002 L122.116,35.002 C124.261,35.002 126,36.741 126,38.886 L126,52.002 Z" class="sapIllus_BrandColorSecondary"/>
10
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M124.9969,51.9997 L35.9969,51.9997 L124.9969,55.5997 L124.9969,122.4997 C124.9969,123.8797 123.8769,124.9997 122.4969,124.9997 L38.4969,124.9997 C37.9969,124.9997 37.5369,124.8497 37.1469,124.5997 C36.4569,124.1597 35.9969,123.3797 35.9969,122.4997 L35.9969,38.4997 C35.9969,37.1197 37.1169,35.9997 38.4969,35.9997 L122.4969,35.9997 C123.3769,35.9997 124.1569,36.4597 124.5969,37.1497 C124.8469,37.5397 124.9969,37.9997 124.9969,38.4997 L124.9969,51.9997 Z M122.4969,34.9997 L38.4969,34.9997 C36.5669,34.9997 34.9969,36.5697 34.9969,38.4997 L34.9969,122.4997 C34.9969,124.4297 36.5669,125.9997 38.4969,125.9997 L122.4969,125.9997 C124.4269,125.9997 125.9969,124.4297 125.9969,122.4997 L125.9969,38.4997 C125.9969,36.5697 124.4269,34.9997 122.4969,34.9997 L122.4969,34.9997 Z" class="sapIllus_StrokeDetailColor"/>
11
+ <path fill="var(--sapIllus_BackgroundColor)" d="M131,148.502 C131,150.987 108.39,153.002 80.5,153.002 C52.61,153.002 30,150.987 30,148.502 C30,146.017 52.61,144.002 80.5,144.002 C108.39,144.002 131,146.017 131,148.502" class="sapIllus_BackgroundColor"/>
12
+ <path fill="var(--sapIllus_Layering2)" d="M69.3569,62.1997 L69.3569,76.6997 L68.3569,76.6997 L68.3569,62.1997 C68.3569,61.9197 68.5769,61.6997 68.8569,61.6997 C69.1269,61.6997 69.3569,61.9197 69.3569,62.1997" class="sapIllus_Layering2"/>
13
+ <polygon fill="var(--sapIllus_Layering2)" points="68.357 90.7 69.357 90.7 69.357 85.7 68.357 85.7" class="sapIllus_Layering2"/>
14
+ <path fill="var(--sapIllus_Layering2)" d="M69.3569 99.6997L69.3569 114.1997C69.3569 114.4697 69.1269 114.6997 68.8569 114.6997 68.5769 114.6997 68.3569 114.4697 68.3569 114.1997L68.3569 99.6997 69.3569 99.6997zM114.3569 62.1997L114.3569 114.1997C114.3569 114.4697 114.1269 114.6997 113.8569 114.6997 113.5769 114.6997 113.3569 114.4697 113.3569 114.1997L113.3569 62.1997C113.3569 61.9197 113.5769 61.6997 113.8569 61.6997 114.1269 61.6997 114.3569 61.9197 114.3569 62.1997M91.3569 62.1997L91.3569 90.6997 90.3569 90.6997 90.3569 62.1997C90.3569 61.9197 90.5769 61.6997 90.8569 61.6997 91.1269 61.6997 91.3569 61.9197 91.3569 62.1997M91.3569 99.6997L91.3569 114.1997C91.3569 114.4697 91.1269 114.6997 90.8569 114.6997 90.5769 114.6997 90.3569 114.4697 90.3569 114.1997L90.3569 99.6997 91.3569 99.6997z" class="sapIllus_Layering2"/>
15
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M114.3569,114.1997 C114.3569,114.4697 114.1269,114.6997 113.8569,114.6997 C113.5769,114.6997 113.3569,114.4697 113.3569,114.1997 L113.3569,62.1997 C113.3569,61.9197 113.5769,61.6997 113.8569,61.6997 C114.1269,61.6997 114.3569,61.9197 114.3569,62.1997 L114.3569,114.1997 Z M113.8569,116.7397 L46.8569,116.6997 C46.5769,116.6997 46.3569,116.4697 46.3569,116.1997 L46.3469,62.1997 C46.3469,61.9197 46.5769,61.6997 46.8469,61.6997 C47.1269,61.6997 47.3469,61.9197 47.3469,62.1997 L47.3569,115.6997 L113.8569,115.7397 C114.1269,115.7397 114.3569,115.9697 114.3569,116.2397 C114.3569,116.5197 114.1269,116.7397 113.8569,116.7397 L113.8569,116.7397 Z M49.3569,65.7697 C49.3569,65.1797 49.8269,64.6997 50.4169,64.6997 L64.2869,64.6997 C64.8769,64.6997 65.3569,65.1797 65.3569,65.7697 L65.3569,70.6297 C65.3569,71.2197 64.8769,71.6997 64.2869,71.6997 L50.4169,71.6997 C49.8269,71.6997 49.3569,71.2197 49.3569,70.6297 L49.3569,65.7697 Z M71.2869,77.6997 C71.8769,77.6997 72.3569,78.1797 72.3569,78.7697 L72.3569,83.6297 C72.3569,84.2197 71.8769,84.6997 71.2869,84.6997 L63.4169,84.6997 C62.8269,84.6997 62.3569,84.2197 62.3569,83.6297 L62.3569,78.7697 C62.3569,78.1797 62.8269,77.6997 63.4169,77.6997 L71.2869,77.6997 Z M68.3569,62.1997 C68.3569,61.9197 68.5769,61.6997 68.8569,61.6997 C69.1269,61.6997 69.3569,61.9197 69.3569,62.1997 L69.3569,76.6997 L68.3569,76.6997 L68.3569,62.1997 Z M74.3569,78.7697 C74.3569,78.1797 74.8269,77.6997 75.4169,77.6997 L87.2869,77.6997 C87.8769,77.6997 88.3569,78.1797 88.3569,78.7697 L88.3569,83.6297 C88.3569,84.2197 87.8769,84.6997 87.2869,84.6997 L75.4169,84.6997 C74.8269,84.6997 74.3569,84.2197 74.3569,83.6297 L74.3569,78.7697 Z M68.3569,90.6997 L69.3569,90.6997 L69.3569,85.6997 L68.3569,85.6997 L68.3569,90.6997 Z M69.3569,99.6997 L69.3569,114.1997 C69.3569,114.4697 69.1269,114.6997 68.8569,114.6997 C68.5769,114.6997 68.3569,114.4697 68.3569,114.1997 L68.3569,99.6997 L69.3569,99.6997 Z M91.3569,99.6997 L91.3569,114.1997 C91.3569,114.4697 91.1269,114.6997 90.8569,114.6997 C90.5769,114.6997 90.3569,114.4697 90.3569,114.1997 L90.3569,99.6997 L91.3569,99.6997 Z M94.2869,91.6997 C94.8769,91.6997 95.3569,92.1797 95.3569,92.7697 L95.3569,97.6297 C95.3569,98.2197 94.8769,98.6997 94.2869,98.6997 L66.4169,98.6997 C65.8269,98.6997 65.3569,98.2197 65.3569,97.6297 L65.3569,92.7697 C65.3569,92.1797 65.8269,91.6997 66.4169,91.6997 L94.2869,91.6997 Z M90.3569,62.1997 C90.3569,61.9197 90.5769,61.6997 90.8569,61.6997 C91.1269,61.6997 91.3569,61.9197 91.3569,62.1997 L91.3569,90.6997 L90.3569,90.6997 L90.3569,62.1997 Z M110.3569,105.7697 L110.3569,110.6297 C110.3569,111.2197 109.8769,111.6997 109.2869,111.6997 L94.4169,111.6997 C93.8269,111.6997 93.3569,111.2197 93.3569,110.6297 L93.3569,105.7697 C93.3569,105.1797 93.8269,104.6997 94.4169,104.6997 L109.2869,104.6997 C109.8769,104.6997 110.3569,105.1797 110.3569,105.7697 L110.3569,105.7697 Z M35.9969,51.9997 L35.9969,122.4997 C35.9969,123.3797 36.4569,124.1597 37.1469,124.5997 C37.6669,124.8597 38.2469,124.9997 38.8569,124.9997 L121.1369,124.9997 C123.2769,124.9997 124.9969,123.2697 124.9969,121.1397 L124.9969,55.5997 L35.9969,51.9997 Z" class="sapIllus_ObjectFillColor"/>
16
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M114.3569,116.2396 C114.3569,116.5196 114.1269,116.7396 113.8569,116.7396 L46.8569,116.6996 C46.5769,116.6996 46.3569,116.4696 46.3569,116.1996 L46.3469,62.1996 C46.3469,61.9196 46.5769,61.6996 46.8469,61.6996 C47.1269,61.6996 47.3469,61.9196 47.3469,62.1996 L47.3569,115.6996 L113.8569,115.7396 C114.1269,115.7396 114.3569,115.9696 114.3569,116.2396" class="sapIllus_StrokeDetailColor"/>
17
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-ChartOrg">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M131,45.8608 C131,43.7288 129.271,41.9998 127.139,41.9998 L127.086,41.9998 L44.914,41.9998 L44.856,41.9998 C42.726,41.9998 41,43.7278 41,45.8578 L41.058,128.1418 C41.058,130.2728 42.785,131.9998 44.914,131.9998 L127.139,131.9998 C129.271,131.9998 131,130.2718 131,128.1388 L131,45.8608 Z" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M121.1418,125 L38.8578,125 C36.7278,125 34.9998,123.273 34.9998,121.142 L34.9998,38.858 C34.9998,36.727 36.7278,35 38.8578,35 L121.1418,35 C123.2728,35 124.9998,36.727 124.9998,38.858 L124.9998,121.142 C124.9998,123.273 123.2728,125 121.1418,125" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M125,52 L35,52 L35,38.997 C35,36.79 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="M36,52 L36,38.5 C36,37.122 37.122,36 38.5,36 L122.5,36 C123.878,36 125,37.122 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"/>
6
+ <path fill="var(--sapIllus_BackgroundColor)" d="M131,148.5 C131,150.985 108.39,153 80.5,153 C52.61,153 30,150.985 30,148.5 C30,146.015 52.61,144 80.5,144 C108.39,144 131,146.015 131,148.5" class="sapIllus_BackgroundColor"/>
7
+ <path fill="var(--sapIllus_Layering2)" d="M85.8339 95.7764L85.8339 95.7764C84.3849 94.1864 82.4359 93.3264 80.4449 93.2094L80.4449 75.8874C80.4449 75.6114 80.2209 75.3874 79.9449 75.3874 79.6689 75.3874 79.4449 75.6114 79.4449 75.8874L79.4449 93.2154C77.7219 93.3314 76.0239 94.0044 74.6479 95.2584 71.4159 98.2044 71.1839 103.2124 74.1289 106.4444 75.5439 107.9964 77.5179 108.9234 79.6159 109.0204 79.7409 109.0264 79.8659 109.0294 79.9909 109.0294 84.3639 109.0234 87.9049 105.4744 87.8999053 101.1014 87.8979 99.1314 87.1609 97.2324 85.8339 95.7764M103.7428 97.2149C103.6148 97.2149 103.4868 97.1659 103.3888 97.0689L79.8968 73.5759C79.7018 73.3809 79.7018 73.0649 79.8968 72.8689 80.0928 72.6739 80.4088 72.6739 80.6038 72.8689L104.0968 96.3609C104.2918 96.5569 104.2918 96.8729 104.0968 97.0689 103.9988 97.1659 103.8708 97.2149 103.7428 97.2149" class="sapIllus_Layering2"/>
8
+ <path fill="var(--sapIllus_Layering2)" d="M56.3785,97.2149 C56.2505,97.2149 56.1225,97.1659 56.0245,97.0689 C55.8295,96.8729 55.8295,96.5569 56.0245,96.3609 L79.5175,72.8689 C79.7125,72.6739 80.0285,72.6739 80.2245,72.8689 C80.4195,73.0649 80.4195,73.3809 80.2245,73.5759 L56.7325,97.0689 C56.6345,97.1659 56.5065,97.2149 56.3785,97.2149" class="sapIllus_Layering2"/>
9
+ <path fill="var(--sapIllus_AccentColor)" d="M85.9159,69.5557 C82.9699,66.3237 77.9619,66.0917 74.7299,69.0367 C71.4969,71.9827 71.2649,76.9917 74.2109,80.2237 C75.6259,81.7757 77.5989,82.7027 79.6969,82.7997 C79.8229,82.8047 79.9479,82.8077 80.0729,82.8077 C84.4459,82.8027 87.9869,79.2537 87.9819053,74.8797 C87.9789,72.9097 87.2429,71.0117 85.9159,69.5557 Z" class="sapIllus_AccentColor"/>
10
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M80.0637 71.1389C81.2147 71.1389 82.1477 72.0719 82.1477 73.2229 82.1477 74.3739 81.2147 75.3069 80.0637 75.3069 78.9127 75.3069 77.9797 74.3739 77.9797 73.2229 77.9797 72.0719 78.9127 71.1389 80.0637 71.1389M80.3535 75.5885L80.0465 75.5745C77.9885 75.4795 76.1725 76.9115 75.7845 78.9355 75.7255 79.2165 75.8205 79.5075 76.0335 79.6995 78.2785 81.6335 81.5535 81.7855 83.9675 80.0675 84.1975 79.8955 84.3195 79.6145 84.2865 79.3295 84.0875 77.2785 82.4125 75.6845 80.3535 75.5885M79.9821 97.3598C81.1331 97.3598 82.0661 98.2928 82.0661 99.4438 82.0661 100.5948 81.1331 101.5278 79.9821 101.5278 78.8311 101.5278 77.8981 100.5948 77.8981 99.4438 77.8981 98.2928 78.8311 97.3598 79.9821 97.3598M80.2719 101.8094L79.9649 101.7954C77.9069 101.7004 76.0909 103.1324 75.7029 105.1564 75.6439 105.4374 75.7389 105.7284 75.9519 105.9204 78.1969 107.8544 81.4719 108.0064 83.8859 106.2884 84.1159 106.1164 84.2379 105.8354 84.2049 105.5504 84.0059 103.4994 82.3309 101.9054 80.2719 101.8094" class="sapIllus_ObjectFillColor"/>
11
+ <path fill="var(--sapIllus_Layering1)" d="M111.7079,95.7767 C108.7619,92.5447 103.7539,92.3127 100.5219,95.2577 C97.2889,98.2037 97.0569,103.2127 100.0029,106.4447 C101.4179,107.9967 103.3909,108.9237 105.4889,109.0207 C105.6149,109.0257 105.7399,109.0287 105.8649,109.0287 C110.2379,109.0237 113.7789,105.4747 113.773905,101.1007 C113.7709,99.1307 113.0349,97.2327 111.7079,95.7767 Z" class="sapIllus_Layering1"/>
12
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M105.8558 97.3598C107.0068 97.3598 107.9398 98.2928 107.9398 99.4438 107.9398 100.5948 107.0068 101.5278 105.8558 101.5278 104.7048 101.5278 103.7718 100.5948 103.7718 99.4438 103.7718 98.2928 104.7048 97.3598 105.8558 97.3598M106.1456 101.8094L105.8386 101.7954C103.7806 101.7004 101.9646 103.1324 101.5766 105.1564 101.5176 105.4374 101.6126 105.7284 101.8256 105.9204 104.0706 107.8544 107.3456 108.0064 109.7596 106.2884 109.9896 106.1164 110.1116 105.8354 110.0786 105.5504 109.8796 103.4994 108.2046 101.9054 106.1456 101.8094" class="sapIllus_ObjectFillColor"/>
13
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M60.1473,95.7767 C57.2013,92.5447 52.1933,92.3127 48.9613,95.2577 C45.7283,98.2037 45.4963,103.2127 48.4423,106.4447 C49.8573,107.9967 51.8303,108.9237 53.9283,109.0207 C54.0543,109.0257 54.1793,109.0287 54.3043,109.0287 C58.6773,109.0237 62.2183,105.4747 62.2133053,101.1007 C62.2103,99.1307 61.4743,97.2327 60.1473,95.7767 Z" class="sapIllus_BrandColorSecondary"/>
14
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M54.2951 97.3598C55.4461 97.3598 56.3791 98.2928 56.3791 99.4438 56.3791 100.5948 55.4461 101.5278 54.2951 101.5278 53.1441 101.5278 52.2111 100.5948 52.2111 99.4438 52.2111 98.2928 53.1441 97.3598 54.2951 97.3598M54.5849 101.8094L54.2779 101.7954C52.2199 101.7004 50.4039 103.1324 50.0159 105.1564 49.9569 105.4374 50.0519 105.7284 50.2649 105.9204 52.5099 107.8544 55.7849 108.0064 58.1989 106.2884 58.4289 106.1164 58.5509 105.8354 58.5179 105.5504 58.3189 103.4994 56.6439 101.9054 54.5849 101.8094" class="sapIllus_ObjectFillColor"/>
15
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-ChartPie">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M131,45.8608 C131,43.7288 129.271,41.9998 127.139,41.9998 L127.086,41.9998 L44.914,41.9998 L44.856,41.9998 C42.726,41.9998 41,43.7278 41,45.8578 L41.058,128.1418 C41.058,130.2728 42.785,131.9998 44.914,131.9998 L127.139,131.9998 C129.271,131.9998 131,130.2718 131,128.1388 L131,45.8608 Z" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M121.1418,125 L38.8578,125 C36.7278,125 34.9998,123.273 34.9998,121.142 L34.9998,38.858 C34.9998,36.727 36.7278,35 38.8578,35 L121.1418,35 C123.2728,35 124.9998,36.727 124.9998,38.858 L124.9998,121.142 C124.9998,123.273 123.2728,125 121.1418,125" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M126,52 L36,52 L36,38.884 C36,36.739 37.739,35 39.884,35 L122.116,35 C124.261,35 126,36.739 126,38.884 L126,52 Z" class="sapIllus_BrandColorSecondary"/>
5
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M36,52 L36,38.5 C36,37.122 37.122,36 38.5,36 L122.5,36 C123.878,36 125,37.122 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"/>
6
+ <path fill="var(--sapIllus_BackgroundColor)" d="M131,148.5 C131,150.985 108.39,153 80.5,153 C52.61,153 30,150.985 30,148.5 C30,146.015 52.61,144 80.5,144 C108.39,144 131,146.015 131,148.5" class="sapIllus_BackgroundColor"/>
7
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M78.4217,116.1022 C65.4577,115.0062 55.0047,104.3852 54.1087,91.3952 C53.5997,84.0342 56.0347,76.9872 60.9677,71.5532 C65.9067,66.1132 72.6637,63.0042 79.9937,62.8022 L80.0007,62.8022 C80.0837,62.8022 80.1417,62.8452 80.1677,62.8722 C80.1977,62.9002 80.2467,62.9622 80.2467,63.0562 L80.2467,89.8872 L86.8917,91.5202 L106.2167,97.4412 C102.5147,109.3912 91.0917,117.1572 78.4217,116.1022 M107.7787,83.6862 L82.0987,89.3132 L81.2467,89.1042 L81.2467,63.0562 C81.2467,62.7192 81.1087,62.3902 80.8647,62.1552 C80.6227,61.9172 80.2987,61.8002 79.9667,61.8021748 C72.3607,62.0122 65.3517,65.2372 60.2277,70.8802 C55.1097,76.5182 52.5827,83.8282 53.1097,91.4632 C54.0407,104.9412 64.8867,115.9612 78.3377,117.0982 C79.1487,117.1662 79.9517,117.2012 80.7517,117.2012 C92.9197,117.2002 103.5767,109.3732 107.1787,97.7362 L107.1957,97.7412 C107.2967,97.4122 107.3777,97.0782 107.4657,96.7452 C107.5237,96.5312 107.5977,96.3252 107.6507,96.1082 L107.7707,95.6232 L107.7447,95.6162 C108.6077,91.7252 108.6477,87.6542 107.7787,83.6862" class="sapIllus_StrokeDetailColor"/>
8
+ <path fill="var(--sapIllus_AccentColor)" d="M109.647438,89.7565 C109.6763,80.3275 105.1263,71.0935 96.7793,65.4995 C96.3383,65.2045 95.7363,65.3445 95.4553,65.7945 L80.5813,89.6395 L108.6183,90.7265 C109.1713,90.7475 109.6453,90.3105 109.647438,89.7565" class="sapIllus_AccentColor"/>
9
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M83.8279,111.4682 L80.8109,89.7902 L64.0919,75.6672 C62.5149,77.5342 61.2239,79.6962 60.3179,82.1152 C56.0789,93.4332 61.8179,106.0442 73.1359,110.2832 C76.6719,111.6072 80.3339,111.9572 83.8279,111.4682" class="sapIllus_BrandColorSecondary"/>
10
+ <path fill="var(--sapIllus_Layering2)" d="M97.4822,102.4323 L80.7902,89.7203 L77.2592,111.3893 C85.2012,112.6833 92.8382,109.5413 97.6492,103.7843 C97.9922,103.3743 97.9072,102.7563 97.4822,102.4323" class="sapIllus_Layering2"/>
11
+ <path fill="var(--sapIllus_BrandColorPrimary)" d="M80.7773,89.8899 L73.4813,70.2119 C73.2983,69.7179 72.7393,69.4899 72.2543,69.6949 C69.1153,71.0199 66.2883,73.0689 64.0433,75.7189 L80.7773,89.8899 Z" class="sapIllus_BrandColorPrimary"/>
12
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-CodePlaceholder">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M151.0156,19 L148.3576,19 L148.3576,144.219 C148.3576,146.419 146.5736,148.203 144.3726,148.203 L18.9996,148.203 L18.9996,151.016 C18.9996,153.217 20.7836,155 22.9836,155 L151.0156,155 C153.2166,155 154.9996,153.217 154.9996,151.016 L154.9996,22.984 C154.9996,20.783 153.2166,19 151.0156,19" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M144.5161,148.5 L16.4841,148.5 C14.2841,148.5 12.5001,146.716 12.5001,144.516 L12.5001,16.483 C12.5001,14.283 14.2841,12.5 16.4841,12.5 L144.5161,12.5 C146.7161,12.5 148.5001,14.283 148.5001,16.483 L148.5001,144.516 C148.5001,146.716 146.7161,148.5 144.5161,148.5" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M16.4839,13 C14.5629,13 12.9999,14.562 12.9999,16.483 L12.9999,144.516 C12.9999,146.437 14.5629,148 16.4839,148 L144.5159,148 C146.4369,148 148.0009,146.437 148.0009,144.516 L148.0009,16.483 C148.0009,14.562 146.4369,13 144.5159,13 L16.4839,13 Z M144.5159,149 L16.4839,149 C14.0109,149 11.9999,146.988 11.9999,144.516 L11.9999,16.483 C11.9999,14.012 14.0109,12 16.4839,12 L144.5159,12 C146.9889,12 149.0009,14.012 149.0009,16.483 L149.0009,144.516 C149.0009,146.988 146.9889,149 144.5159,149 L144.5159,149 Z" class="sapIllus_StrokeDetailColor"/>
5
+ <path fill="var(--sapIllus_BackgroundColor)" d="M143.5005 144L137.5005 144C137.2245 144 137.0005 143.776 137.0005 143.5 137.0005 143.224 137.2245 143 137.5005 143L143.0005 143 143.0005 137.5C143.0005 137.224 143.2245 137 143.5005 137 143.7765 137 144.0005 137.224 144.0005 137.5L144.0005 143.5C144.0005 143.776 143.7765 144 143.5005 144M124.7222 144L111.9452 144C111.6682 144 111.4452 143.776 111.4452 143.5 111.4452 143.224 111.6682 143 111.9452 143L124.7222 143C124.9982 143 125.2222 143.224 125.2222 143.5 125.2222 143.776 124.9982 144 124.7222 144M99.1665 144L86.3895 144C86.1125 144 85.8895 143.776 85.8895 143.5 85.8895 143.224 86.1125 143 86.3895 143L99.1665 143C99.4425 143 99.6665 143.224 99.6665 143.5 99.6665 143.776 99.4425 144 99.1665 144M73.6108 144L60.8338 144C60.5568 144 60.3338 143.776 60.3338 143.5 60.3338 143.224 60.5568 143 60.8338 143L73.6108 143C73.8868 143 74.1108 143.224 74.1108 143.5 74.1108 143.776 73.8868 144 73.6108 144M48.0557 144L35.2777 144C35.0017 144 34.7777 143.776 34.7777 143.5 34.7777 143.224 35.0017 143 35.2777 143L48.0557 143C48.3317 143 48.5557 143.224 48.5557 143.5 48.5557 143.776 48.3317 144 48.0557 144M22.5 144L16.5 144C16.224 144 16 143.776 16 143.5L16 137.5C16 137.224 16.224 137 16.5 137 16.776 137 17 137.224 17 137.5L17 143 22.5 143C22.776 143 23 143.224 23 143.5 23 143.776 22.776 144 22.5 144M16.5 125.2217C16.224 125.2217 16 124.9977 16 124.7217L16 111.9447C16 111.6677 16.224 111.4447 16.5 111.4447 16.776 111.4447 17 111.6677 17 111.9447L17 124.7217C17 124.9977 16.776 125.2217 16.5 125.2217M16.5 99.666C16.224 99.666 16 99.442 16 99.166L16 86.389C16 86.112 16.224 85.889 16.5 85.889 16.776 85.889 17 86.112 17 86.389L17 99.166C17 99.442 16.776 99.666 16.5 99.666M16.5 74.1104C16.224 74.1104 16 73.8864 16 73.6104L16 60.8334C16 60.5564 16.224 60.3334 16.5 60.3334 16.776 60.3334 17 60.5564 17 60.8334L17 73.6104C17 73.8864 16.776 74.1104 16.5 74.1104M16.5 48.5547C16.224 48.5547 16 48.3307 16 48.0547L16 35.2777C16 35.0007 16.224 34.7777 16.5 34.7777 16.776 34.7777 17 35.0007 17 35.2777L17 48.0547C17 48.3307 16.776 48.5547 16.5 48.5547M16.5 23C16.224 23 16 22.776 16 22.5L16 16.5C16 16.224 16.224 16 16.5 16L22.5 16C22.776 16 23 16.224 23 16.5 23 16.776 22.776 17 22.5 17L17 17 17 22.5C17 22.776 16.776 23 16.5 23M124.7222 17L111.9452 17C111.6682 17 111.4452 16.776 111.4452 16.5 111.4452 16.224 111.6682 16 111.9452 16L124.7222 16C124.9982 16 125.2222 16.224 125.2222 16.5 125.2222 16.776 124.9982 17 124.7222 17M99.1665 17L86.3895 17C86.1125 17 85.8895 16.776 85.8895 16.5 85.8895 16.224 86.1125 16 86.3895 16L99.1665 16C99.4425 16 99.6665 16.224 99.6665 16.5 99.6665 16.776 99.4425 17 99.1665 17M73.6113 17L60.8333 17C60.5573 17 60.3333 16.776 60.3333 16.5 60.3333 16.224 60.5573 16 60.8333 16L73.6113 16C73.8873 16 74.1113 16.224 74.1113 16.5 74.1113 16.776 73.8873 17 73.6113 17M48.0557 17L35.2777 17C35.0017 17 34.7777 16.776 34.7777 16.5 34.7777 16.224 35.0017 16 35.2777 16L48.0557 16C48.3317 16 48.5557 16.224 48.5557 16.5 48.5557 16.776 48.3317 17 48.0557 17M143.5005 23C143.2245 23 143.0005 22.776 143.0005 22.5L143.0005 17 137.5005 17C137.2245 17 137.0005 16.776 137.0005 16.5 137.0005 16.224 137.2245 16 137.5005 16L143.5005 16C143.7765 16 144.0005 16.224 144.0005 16.5L144.0005 22.5C144.0005 22.776 143.7765 23 143.5005 23M143.5005 125.2217C143.2245 125.2217 143.0005 124.9977 143.0005 124.7217L143.0005 111.9447C143.0005 111.6677 143.2245 111.4447 143.5005 111.4447 143.7765 111.4447 144.0005 111.6677 144.0005 111.9447L144.0005 124.7217C144.0005 124.9977 143.7765 125.2217 143.5005 125.2217M143.5005 99.666C143.2245 99.666 143.0005 99.442 143.0005 99.166L143.0005 86.389C143.0005 86.112 143.2245 85.889 143.5005 85.889 143.7765 85.889 144.0005 86.112 144.0005 86.389L144.0005 99.166C144.0005 99.442 143.7765 99.666 143.5005 99.666M143.5005 74.1104C143.2245 74.1104 143.0005 73.8864 143.0005 73.6104L143.0005 60.8334C143.0005 60.5564 143.2245 60.3334 143.5005 60.3334 143.7765 60.3334 144.0005 60.5564 144.0005 60.8334L144.0005 73.6104C144.0005 73.8864 143.7765 74.1104 143.5005 74.1104M143.5005 48.5547C143.2245 48.5547 143.0005 48.3307 143.0005 48.0547L143.0005 35.2777C143.0005 35.0007 143.2245 34.7777 143.5005 34.7777 143.7765 34.7777 144.0005 35.0007 144.0005 35.2777L144.0005 48.0547C144.0005 48.3307 143.7765 48.5547 143.5005 48.5547" class="sapIllus_BackgroundColor"/>
6
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-Company">
2
+ <path fill="var(--sapIllus_BackgroundColor)" d="M38.1847,139.791 L127.1847,139.791 C145.0777,139.791 156.3477,100.79 151.1897,77.434 C141.9327,35.507 103.4597,17.651 68.6257,22.89 C52.5167,25.312 37.1227,32.826 25.4207,44.345 C9.3107,60.201 1.2417,95.745 11.6907,120.442 C18.1847,135.791 29.1847,139.791 38.1847,139.791" class="sapIllus_BackgroundColor"/>
3
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M109.1852,50.0049 L109.1852,40.1639 C109.1852,39.8639 108.8532,39.2539 108.2142,39.2919 L79.5592,39.2919 C78.9412,39.2919 78.7662,39.6509 78.7662,40.2069 L78.7662,139.6389 L109.1852,139.6539 L109.1852,50.0079 L109.1852,50.0049 Z" class="sapIllus_BrandColorSecondary"/>
4
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M85.7057,117.876 L85.7057,67.491 L85.7057,62.215 C85.7057,61.927 85.5157,61.674 85.2387,61.594 L54.1517,52.562 C53.7367,52.44 53.3227,52.75 53.3247,53.183 C53.3307,54.854 53.3457,58.383 53.3457,58.509 L53.3457,114.463 C53.3457,114.672 53.2447,114.868 53.0747,114.989 L39.8587,124.429 C39.7927,124.476 39.7537,124.551 39.7537,124.632 L39.7537,139.04 C39.7537,139.177 39.8657,139.289 40.0037,139.291 L85.4527,139.271 C85.5927,139.272 85.7057,139.16 85.7057,139.021 L85.7057,117.876 Z" class="sapIllus_ObjectFillColor"/>
5
+ <path fill="var(--sapIllus_PatternShadow)" d="M85.8395,117.876 L85.8395,67.491 L85.8395,62.215 C85.8395,61.927 85.6505,61.674 85.3735,61.594 L82.5685,60.779 L59.9225,139.282 L85.5865,139.271 C85.7265,139.272 85.8395,139.16 85.8395,139.021 L85.8395,117.876 Z" class="sapIllus_PatternShadow"/>
6
+ <path fill="var(--sapIllus_Layering2)" d="M79.2614 98.4541L70.2714 98.4541C69.7154 98.4541 69.2654 98.0041 69.2654 97.4481L69.2654 73.5761C69.2654 73.0201 69.7154 72.5691 70.2714 72.5691L79.2614 72.5691C79.8174 72.5691 80.2674 73.0201 80.2674 73.5761L80.2674 97.4481C80.2674 98.0041 79.8174 98.4541 79.2614 98.4541M57.3043 138.791L50.1843 138.791 50.1843 126.657C50.1843 126.212 50.5453 125.852 50.9903 125.852L56.4983 125.852C56.9433 125.852 57.3043 126.212 57.3043 126.657L57.3043 138.791z" class="sapIllus_Layering2"/>
7
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M51.4694 132.7558C51.4694 132.2198 51.9044 131.7848 52.4404 131.7848 52.9764 131.7848 53.4104 132.2198 53.4104 132.7558 53.4104 133.2918 52.9764 133.7268 52.4404 133.7268 51.9044 133.7268 51.4694 133.2918 51.4694 132.7558M124.8141 139.291L101.4111 139.291 101.4111 102.837C101.4111 102.62 101.6041 102.349 101.8121 102.206L124.0301 91.159C124.2591 91.043 124.8141 91.129 124.8141 91.745L124.8141 139.291z" class="sapIllus_ObjectFillColor"/>
8
+ <path fill="var(--sapIllus_AccentColor)" d="M113.4664,117.5762 L106.5644,117.5762 C106.3784,117.5762 106.2294,117.4262 106.2294,117.2412 L106.2294,110.2442 C106.2294,108.2112 107.8774,106.5632 109.9094,106.5632 L110.1194,106.5632 C112.1534,106.5632 113.8004,108.2112 113.8004,110.2442 L113.8004,117.2412 C113.8004,117.4262 113.6514,117.5762 113.4664,117.5762" class="sapIllus_AccentColor"/>
9
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M40.254 124.7607L53.364 115.3967C53.666 115.1817 53.845 114.8327 53.845 114.4627L53.845 58.5087C53.845 58.3827 53.831 54.8527 53.824 53.1807 53.824 53.1197 53.855 53.0847 53.881 53.0647 53.903 53.0487 53.951 53.0267 54.012 53.0417L85.1 62.0737C85.163 62.0917 85.206 62.1487 85.206 62.2147L85.206 138.7707 57.379 138.7827 40.254 138.7827 40.254 124.7607zM94.23 138.7827L86.206 138.7827 86.206 62.2147C86.206 61.7067 85.866 61.2547 85.379 61.1137L54.292 52.0807C53.941 51.9787 53.571 52.0457 53.279 52.2667 52.988 52.4857 52.823 52.8207 52.824 53.1847 52.831 54.8547 52.845 58.3827 52.845 58.5087L52.845 114.4627C52.845 114.5097 52.822 114.5547 52.784 114.5817L39.569 124.0217C39.372 124.1607 39.254 124.3897 39.254 124.6317L39.254 138.7827 33.007 138.7827C32.731 138.7827 32.507 139.0067 32.507 139.2827 32.507 139.5597 32.731 139.7827 33.007 139.7827L39.967 139.7827C39.98 139.7837 39.991 139.7907 40.004 139.7907L57.316 139.7827 94.23 139.7827C94.506 139.7827 94.73 139.5597 94.73 139.2827 94.73 139.0067 94.506 138.7827 94.23 138.7827L94.23 138.7827zM101.9098 102.8515C101.9188 102.8085 101.9958 102.6865 102.0348 102.6535L124.2908 91.6285C124.2998 91.6355 124.3138 91.6745 124.3138 91.7455L124.3138 138.7835 101.9108 138.7835 101.9098 102.8515zM130.2618 138.7835L125.3138 138.7835 125.3138 91.7455C125.3138 91.1695 124.9988 90.8895 124.8108 90.7745 124.5068 90.5875 124.1008 90.5615 123.8068 90.7115L101.5298 101.7935C101.2218 102.0045 100.9108 102.4095 100.9108 102.8365L100.9108 138.7835 98.7638 138.7835C98.4878 138.7835 98.2638 139.0065 98.2638 139.2835 98.2638 139.5595 98.4878 139.7835 98.7638 139.7835L100.9108 139.7835 100.9108 139.7905 125.3138 139.7905 125.3138 139.7835 130.2618 139.7835C130.5378 139.7835 130.7618 139.5595 130.7618 139.2835 130.7618 139.0065 130.5378 138.7835 130.2618 138.7835L130.2618 138.7835z" class="sapIllus_StrokeDetailColor"/>
10
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M126.2467 76.418C126.2817 76.401 126.3167 76.385 126.3517 76.367 128.2627 75.397 128.3927 73.089 129.8307 71.686 130.8497 70.69 132.4637 70.358 133.7917 70.872 135.1207 71.385 136.0927 72.716 136.1787 74.137 136.2267 74.95 136.0117 75.782 136.2037 76.574 136.8617 79.289 140.0597 76.754 141.4317 76.386 142.5317 76.091 143.9547 76.414 144.3357 77.488 144.6157 78.276 144.3317 79.374 145.0477 79.809 145.4567 80.058 145.9787 79.92 146.4447 79.807 147.5227 79.545 148.7177 79.467 149.6887 80.003 150.6597 80.538 151.2517 81.857 150.6867 82.813 150.4687 83.182 150.1127 83.451 149.7447 83.673 145.9247 85.969 141.3557 83.386 137.3807 83.007 133.6397 82.649 130.0287 83.891 126.3227 84.033 124.6887 84.096 122.9427 83.755 121.7617 82.624 120.5807 81.492 120.2257 79.421 121.3327 78.216 122.5287 76.913 124.6447 77.173 126.2467 76.418M44.0758 100.2754C43.6498 100.2404 43.2178 100.2624 42.7918 100.3494 43.2448 100.2564 42.2798 98.0844 42.1298 97.8284 41.6148 96.9444 40.8478 96.2004 39.9108 95.7784 38.1808 94.9974 36.4528 95.5244 35.0708 96.7184 33.7488 97.8614 32.9398 99.6224 31.3298 100.4204 31.2618 100.4544 31.1868 100.4864 31.1128 100.4694 31.0558 100.4574 31.0098 100.4194 30.9658 100.3804 30.1108 99.6494 29.1568 99.1614 28.0138 99.0834 26.0258 98.9474 23.9828 100.1294 23.3228 102.0494 23.1868 102.4424 23.1078 102.8614 22.8818 103.2104 22.0268 104.5324 20.3518 103.9074 19.1958 103.4854 14.4648 101.7584 12.1048 110.9614 18.8028 109.8694 20.5888 109.5784 22.4438 109.0974 24.2478 108.9814 25.9238 108.8744 27.6748 108.9554 29.3588 109.0694 33.0308 109.3184 36.6618 109.9414 40.3208 110.3224 42.8678 110.5884 45.9888 110.0914 47.5958 107.8774 48.6148 106.4724 48.7838 104.4994 48.0208 102.9414 47.2788 101.4284 45.7258 100.4144 44.0758 100.2754M103.3659 50.7881L99.4569 50.7881 99.4569 47.8841C99.4569 47.3321 99.9039 46.8851 100.4559 46.8851L102.3659 46.8851C102.9189 46.8851 103.3659 47.3321 103.3659 47.8841L103.3659 50.7881zM103.3659 59.3584L99.4569 59.3584 99.4569 56.4544C99.4569 55.9014 99.9039 55.4544 100.4559 55.4544L102.3659 55.4544C102.9189 55.4544 103.3659 55.9014 103.3659 56.4544L103.3659 59.3584zM103.3659 67.9277L99.4569 67.9277 99.4569 65.0237C99.4569 64.4717 99.9039 64.0247 100.4559 64.0247L102.3659 64.0247C102.9189 64.0247 103.3659 64.4717 103.3659 65.0237L103.3659 67.9277z" class="sapIllus_ObjectFillColor"/>
11
+ <polygon fill="var(--sapIllus_StrokeDetailColor)" points="106.161 118.342 113.873 118.342 113.873 119.213 106.161 118.469" class="sapIllus_StrokeDetailColor"/>
12
+ <polygon fill="var(--sapIllus_StrokeDetailColor)" points="69.338 99.244 80.34 99.244 80.34 100.487 69.338 99.425" class="sapIllus_StrokeDetailColor"/>
13
+ </svg>
@@ -0,0 +1,34 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Compass">
2
+ <circle cx="80" cy="80" r="80" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M102.037 159.964L30.1708 140.047C53.4175 130.657 50.0914 113.957 50.0914 113.957L126.359 118.182C126.359 118.182 121.7 153.846 102.037 159.964Z" fill="var(--sapContent_Illustrative_Color18)"/>
4
+ <path d="M142.791 102.85L69.5276 102.193C66.6141 108.923 50.4824 113.942 50.4824 113.942L126.314 118.436C126.314 118.436 138.26 110.665 142.791 102.85Z" fill="var(--sapContent_Illustrative_Color19)"/>
5
+ <path d="M147.342 72.4854L142.792 102.85L69.3263 101.866L75.867 78.631L147.342 72.4854Z" fill="var(--sapContent_Illustrative_Color18)"/>
6
+ <path d="M147.587 72.5598L76.6934 78.3467L90.9651 70.8978L158.992 63.7172L147.587 72.5598Z" fill="var(--sapContent_Illustrative_Color19)"/>
7
+ <path d="M117.238 96.7786C104.323 119.064 77.968 129.302 61.1119 122.315C53.3371 119.092 45.9135 115.462 41.8252 111.529C31.1885 101.295 34.1327 87.8378 45.1738 65.4279C56.5576 42.3226 77.7847 25.8383 94.2137 30.6686C121.72 38.7558 130.703 73.5434 117.238 96.7786Z" fill="var(--sapContent_Illustrative_Color13)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M87.7543 32.5651C92.3695 33.5142 98.6553 30.0753 101.122 23.5188C103.589 16.9622 100.608 11.6179 95.9933 10.6688C91.3781 9.71978 85.0923 13.1586 82.6252 19.7152C80.1582 26.2717 83.1391 31.6161 87.7543 32.5651ZM86.532 35.8135C93.5174 37.2499 101.572 32.0584 104.522 24.2179C107.472 16.3773 104.201 8.85688 97.2155 7.42045C90.2302 5.98403 82.1758 11.1756 79.2256 19.0161C76.2755 26.8566 79.5467 34.3771 86.532 35.8135Z" fill="var(--sapContent_Illustrative_Color5)"/>
9
+ <path d="M93.6505 31.7181C91.648 32.6303 89.5686 32.9382 87.749 32.564L88.6346 34.4559C90.4532 35.0511 92.4023 35.1809 94.3547 34.9082C98.7426 33.0754 102.651 29.1759 104.517 24.2167C104.652 23.8565 104.775 23.4969 104.884 23.1386C104.773 23.3888 104.653 23.6402 104.523 23.8926C102.079 28.6655 97.6172 31.3698 93.6505 31.7181Z" fill="var(--sapContent_Illustrative_Color4)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M95.8275 28.035C95.8469 27.9781 95.8628 27.9201 95.875 27.8608C96.2049 26.2563 93.712 24.3879 90.307 23.6877C86.9019 22.9875 83.8741 23.7206 83.5442 25.3252C83.532 25.3844 83.5237 25.4441 83.5191 25.504L83.5084 25.5018L81.9856 32.9072L94.3164 35.4428L95.8392 28.0374L95.8275 28.035Z" fill="var(--sapContent_Illustrative_Color5)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M89.3549 34.4226L91.5 23.991C94.2738 24.8366 96.1642 26.4505 95.8742 27.8607C95.862 27.92 95.8462 27.9781 95.8267 28.0349L95.8385 28.0374L94.3157 35.4427L89.3549 34.4226Z" fill="var(--sapContent_Illustrative_Color4)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M101.001 14.5451C99.947 12.511 98.149 11.1107 95.995 10.6678C91.3798 9.71874 85.094 13.1576 82.627 19.7141C81.7832 21.9566 81.5767 24.0574 81.8549 25.8889C79.8331 21.3065 82.4517 13.6793 88.5996 10.2648C95.2879 6.55012 99.8561 10.1559 101.001 14.5451Z" fill="var(--sapContent_Illustrative_Color4)"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M40.3183 75.9977L52.1023 63.5325L103.852 112.454C90.4105 123.424 73.2845 127.361 61.1119 122.315C53.3372 119.093 45.9136 115.462 41.8252 111.529C32.9766 103.016 33.5267 92.2713 40.3183 75.9977Z" fill="var(--sapContent_Illustrative_Color14)"/>
14
+ <ellipse cx="71.0716" cy="72.5629" rx="39.1286" ry="48.2577" transform="rotate(39.6076 71.0716 72.5629)" fill="var(--sapContent_Illustrative_Color2)"/>
15
+ <ellipse cx="69.9686" cy="71.065" rx="31.2362" ry="41.5822" transform="rotate(39.6076 69.9686 71.065)" fill="var(--sapContent_Illustrative_Color14)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M47.4871 105.792C60.9818 112.956 80.787 106.99 94.0376 90.977C108.522 73.4733 109.748 50.5223 96.9039 39.3843C83.4092 32.2199 63.6039 38.1859 50.3533 54.1988C35.869 71.7026 34.6429 94.6536 47.4871 105.792Z" fill="var(--sapContent_Illustrative_Color6)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M47.3862 105.737C60.8829 112.985 80.7539 107.03 94.0376 90.9768C106.711 75.661 109.234 56.1746 101.062 44.0807C87.5657 36.8327 67.6946 42.7885 54.4109 58.8414C41.7372 74.1572 39.2142 93.6436 47.3862 105.737Z" fill="var(--sapContent_Illustrative_Color8)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M84.9389 36.471C85.5595 36.6311 85.9327 37.264 85.7725 37.8846L84.1673 44.1039C84.0071 44.7244 83.3742 45.0976 82.7537 44.9375C82.1331 44.7773 81.7599 44.1444 81.9201 43.5239L83.5253 37.3046C83.6855 36.684 84.3184 36.3108 84.9389 36.471Z" fill="var(--sapContent_Illustrative_Color4)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M63.0816 98.4731C63.694 98.662 64.0373 99.3116 63.8483 99.924L61.3276 108.094C61.1386 108.706 60.489 109.049 59.8766 108.86C59.2643 108.671 58.921 108.022 59.1099 107.409L61.6306 99.2398C61.8196 98.6274 62.4692 98.2841 63.0816 98.4731Z" fill="var(--sapContent_Illustrative_Color4)"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M49.7885 69.9695C49.6923 70.6031 49.1006 71.0387 48.467 70.9424L42.2919 70.0043C41.6583 69.9081 41.2227 69.3164 41.3189 68.6828C41.4152 68.0492 42.0069 67.6136 42.6405 67.7098L48.8156 68.6479C49.4492 68.7442 49.8848 69.3358 49.7885 69.9695Z" fill="var(--sapContent_Illustrative_Color4)"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M102.16 76.7685C102.063 77.4021 101.472 77.8377 100.838 77.7415L94.663 76.8034C94.0294 76.7071 93.5938 76.1155 93.69 75.4819C93.7863 74.8482 94.3779 74.4126 95.0116 74.5089L101.187 75.447C101.82 75.5432 102.256 76.1349 102.16 76.7685Z" fill="var(--sapContent_Illustrative_Color4)"/>
22
+ <path d="M98.5034 53.328L68.4358 66.263C68.3523 66.2989 68.2784 66.3539 68.2201 66.4236L46.1418 92.8095C45.7551 93.2716 46.2421 93.944 46.8018 93.7207L77.0326 81.662C77.1255 81.625 77.2072 81.5645 77.2699 81.4866L99.1849 54.2245C99.5638 53.7531 99.0589 53.089 98.5034 53.328Z" fill="var(--sapContent_Illustrative_Color5)"/>
23
+ <path d="M98.8606 50.037L66.5227 63.9487L42.8806 92.2035L75.3882 79.2366L98.8606 50.037Z" fill="var(--sapContent_Illustrative_Color3)"/>
24
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M75.4086 79.2123L98.8617 50.0367L66.5238 63.9484L66.3075 64.2069L75.4086 79.2123Z" fill="var(--sapContent_Illustrative_Color9)"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M43.5339 91.4238L42.8808 92.2043L75.3884 79.2374L98.5493 50.4254L43.5339 91.4238Z" fill="var(--sapContent_Illustrative_Color15)"/>
26
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M70.5862 71.2634L75.4079 79.213L98.55 50.4242L70.5862 71.2634Z" fill="var(--sapContent_Illustrative_Color17)"/>
27
+ <ellipse cx="70.5189" cy="71.5867" rx="2.59313" ry="3.28459" transform="rotate(56.0862 70.5189 71.5867)" fill="var(--sapContent_Illustrative_Color4)"/>
28
+ <path d="M49.5203 50.7199L52.7141 34.4895L5.67479 1.9319L49.5203 50.7199Z" fill="var(--sapContent_Illustrative_Color19)"/>
29
+ <path d="M49.5211 50.7201L46.4709 38.3525L17.1938 19.7577L49.5211 50.7201Z" fill="var(--sapContent_Illustrative_Color20)"/>
30
+ <path d="M52.4236 34.8879L70.9249 28.627L5.67525 1.93229L52.4236 34.8879Z" fill="var(--sapContent_Illustrative_Color18)"/>
31
+ <path d="M5.89228 1.96869L46.4703 38.3523L18.6716 51.9843L5.89228 1.96869Z" fill="var(--sapContent_Illustrative_Color18)"/>
32
+ <path d="M139.144 40.8512C139.144 40.0651 136.862 39.4359 133.813 39.2929C133.639 36.2478 132.968 33.9836 132.182 33.9854C131.395 33.9871 130.742 36.2687 130.574 39.3295C127.517 39.5387 125.243 40.222 125.254 41.0098C125.264 41.7977 127.536 42.4269 130.585 42.5681C130.768 45.6132 131.43 47.8775 132.215 47.8757C132.999 47.874 133.656 45.5923 133.824 42.5315C136.881 42.3224 139.153 41.6391 139.144 40.8512Z" fill="var(--sapContent_Illustrative_Color18)"/>
33
+ <path d="M22.3319 101.907C22.3319 101.249 20.4223 100.723 17.8708 100.603C17.725 98.0549 17.1633 96.1602 16.5054 96.1616C15.8475 96.1631 15.3004 98.0724 15.1604 100.634C12.6016 100.809 10.6993 101.381 10.708 102.04C10.7168 102.699 12.6176 103.226 15.1691 103.344C15.3223 105.892 15.8766 107.787 16.5331 107.786C17.1896 107.784 17.7395 105.875 17.8796 103.313C20.4384 103.138 22.3392 102.567 22.3319 101.907Z" fill="var(--sapContent_Illustrative_Color18)"/>
34
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-Components">
2
+ <path fill="var(--sapIllus_BackgroundColor)" d="M129.777143,43.329819 C137.201143,55.076819 132.791143,70.808819 128.626143,85.121819 C125.008143,97.556819 118.371143,108.789819 108.163143,117.620819 C97.2141428,127.092819 81.2901428,138.622819 67.4181428,138.984819 C52.2811428,139.380819 40.9501428,130.403819 31.8431428,119.614819 C22.4471428,108.484819 17.9771428,92.985819 22.1371428,77.936819 C26.0401428,63.813819 40.1291428,55.173819 52.2371428,45.822819 C64.2571428,36.539819 76.0921428,25.495819 90.6461428,25.027819 C106.366143,24.521819 121.940143,30.929819 129.777143,43.329819" class="sapIllus_BackgroundColor"/>
3
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M136.687143,101.837419 L136.687143,91.774419 C136.687143,90.969419 136.035143,90.318419 135.232143,90.318419 L121.014143,90.318419 C120.212143,90.318419 119.560143,90.969419 119.560143,91.774419 L119.560143,101.836419 L119.560143,101.837419 L105.522143,101.837419 L105.522143,91.774419 C105.522143,90.969419 104.871143,90.318419 104.067143,90.318419 L89.8501428,90.318419 C89.0471428,90.318419 88.3951428,90.969419 88.3951428,91.774419 L88.3951428,101.836419 L88.3951428,101.837419 L49.5701428,101.837419 L49.5701428,131.079419 L144.082143,131.079419 L144.082143,101.837419 L136.687143,101.837419 Z" class="sapIllus_BrandColorSecondary"/>
4
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M40.5284428,72.235419 L40.5354428,62.312419 L40.5354428,62.312419 C40.5364428,61.382419 39.7834428,60.628419 38.8534428,60.627419 L24.8964428,60.616419 C23.9664428,60.616419 23.2104428,61.369419 23.2094428,62.300419 L23.2014428,72.223419 L17.5214428,72.219419 L17.5004428,101.799419 L80.2074428,101.845419 L80.2284428,72.263419 L40.5284428,72.235419 Z" class="sapIllus_ObjectFillColor"/>
5
+ <path fill="var(--sapIllus_AccentColor)" d="M56.2602428,30.990419 L70.2172428,31.001419 C71.1472428,31.002419 71.9002428,31.756419 71.8992428,32.686419 L71.8992428,32.686419 L71.8922428,42.609419 L111.592243,42.637419 L111.571243,72.219419 L48.8652428,72.173419 L48.8852428,42.593419 L54.5652428,42.597419 L54.5732428,32.674419 C54.5742428,31.743419 55.3302428,30.990419 56.2602428,30.990419 L56.2602428,30.990419 Z M90.1337428,30.931419 L104.091743,30.942419 C105.020743,30.942419 105.774743,31.697419 105.773744,32.626419 L105.773744,32.626419 L105.773744,32.628419 L105.766743,42.595419 L88.4417428,42.583419 L88.4487428,32.616419 C88.4497428,31.686419 89.2037428,30.932419 90.1337428,30.931419 L90.1337428,30.931419 Z" class="sapIllus_AccentColor"/>
6
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M143.582543,130.579219 L50.0695428,130.579219 L50.0695428,102.337219 L69.1775428,102.337219 L80.7075428,102.345219 L80.7075428,102.337219 L87.8945428,102.337219 L106.021543,102.337219 L119.060543,102.337219 L137.186543,102.337219 L143.582543,102.337219 L143.582543,130.579219 Z M18.0215428,72.719219 L22.7015428,72.723219 L22.7015428,72.768219 L41.0285428,72.781219 L41.0285428,72.736219 L79.7285428,72.763219 L79.7075428,101.337219 L68.5395428,101.337219 L18.0005428,101.298219 L18.0215428,72.719219 Z M23.7095428,62.301219 C23.7095428,61.984219 23.8335428,61.687219 24.0575428,61.463219 C24.2815428,61.240219 24.5795428,61.117219 24.8945428,61.117219 L24.8965428,61.117219 L38.8525428,61.127219 C39.1685428,61.127219 39.4655428,61.251219 39.6895428,61.474219 C39.9125428,61.698219 40.0355428,61.996219 40.0355428,62.312219 L40.0285428,71.735219 L23.7015428,71.724219 L23.7095428,62.301219 Z M49.3855428,43.093219 L54.0655428,43.097219 L54.0655428,43.142219 L72.3925428,43.155219 L72.3925428,43.110219 L111.092543,43.137219 L111.071543,71.719219 L49.3655428,71.672219 L49.3855428,43.093219 Z M55.0735428,32.675219 C55.0745428,32.022219 55.6055428,31.491219 56.2585428,31.491219 L56.2605428,31.491219 L70.2155428,31.501219 C70.5325428,31.501219 70.8295428,31.625219 71.0535428,31.848219 C71.2765428,32.072219 71.3995428,32.370219 71.3995428,32.686219 L71.3925428,42.109219 L55.0655428,42.098219 L55.0735428,32.675219 Z M88.9495428,32.617219 C88.9505428,31.963219 89.4815428,31.432219 90.1335428,31.431219 L104.091543,31.442219 C104.407543,31.442219 104.704543,31.565219 104.926543,31.789219 C105.150543,32.012219 105.273543,32.310219 105.273543,32.628219 L105.266543,42.095219 L88.9425428,42.083219 L88.9495428,32.617219 Z M88.8945428,91.774219 C88.8945428,91.247219 89.3235428,90.818219 89.8505428,90.818219 L104.066543,90.818219 C104.593543,90.818219 105.021543,91.247219 105.021543,91.774219 L105.021543,101.337219 L88.8945428,101.337219 L88.8945428,91.774219 Z M120.060543,91.774219 C120.060543,91.247219 120.487543,90.818219 121.014543,90.818219 L135.231543,90.818219 C135.758543,90.818219 136.186543,91.247219 136.186543,91.774219 L136.186543,101.337219 L120.060543,101.337219 L120.060543,91.774219 Z M137.186543,101.337219 L137.186543,91.774219 C137.186543,90.696219 136.310543,89.818219 135.231543,89.818219 L121.014543,89.818219 C119.936543,89.818219 119.060543,90.696219 119.060543,91.774219 L119.060543,101.337219 L106.021543,101.337219 L106.021543,91.774219 C106.021543,90.696219 105.144543,89.818219 104.066543,89.818219 L89.8505428,89.818219 C88.7715428,89.818219 87.8945428,90.696219 87.8945428,91.774219 L87.8945428,101.337219 L80.7085428,101.337219 L80.7275428,72.696219 L112.071543,72.719219 L112.092543,42.137219 L106.267543,42.133219 L106.273543,32.628219 C106.274543,32.044219 106.046543,31.495219 105.634543,31.082219 C105.222543,30.670219 104.674543,30.442219 104.091543,30.442219 L90.1325428,30.431219 C88.9305428,30.431219 87.9505428,31.413219 87.9495428,32.616219 L87.9425428,42.121219 L72.3935428,42.110219 L72.3995428,32.687219 C72.4005428,32.103219 72.1725428,31.555219 71.7605428,31.142219 C71.3485428,30.729219 70.8005428,30.502219 70.2165428,30.501219 L56.2615428,30.491219 L56.2585428,30.491219 C55.0545428,30.491219 54.0745428,31.469219 54.0735428,32.674219 L54.0665428,42.097219 L48.3855428,42.093219 L48.3655428,71.741219 L41.0285428,71.736219 L41.0355428,62.313219 C41.0365428,61.729219 40.8095428,61.181219 40.3975428,60.768219 C39.9855428,60.355219 39.4375428,60.128219 38.8535428,60.127219 L24.8975428,60.117219 L24.8945428,60.117219 C23.6915428,60.117219 22.7105428,61.095219 22.7095428,62.300219 L22.7015428,71.723219 L17.0215428,71.719219 L17.0005428,102.298219 L49.0695428,102.322219 L49.0695428,131.579219 L144.582543,131.579219 L144.582543,101.337219 L137.186543,101.337219 Z" class="sapIllus_StrokeDetailColor"/>
7
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M133.779943 43.954619C133.779943 45.940619 132.169943 47.549619 130.184943 47.549619 128.198943 47.549619 126.588943 45.940619 126.588943 43.954619 126.588943 41.968619 128.198943 40.359619 130.184943 40.359619 132.169943 40.359619 133.779943 41.968619 133.779943 43.954619M16.4870428 126.020919L20.7150428 127.155919C21.0330428 127.240919 21.1060428 127.657919 20.8370428 127.846919L17.2480428 130.353919C17.0160428 130.515919 16.6940428 130.381919 16.6450428 130.103919L16.0060428 126.460919C15.9570428 126.182919 16.2140428 125.947919 16.4870428 126.020919" class="sapIllus_BrandColorSecondary"/>
8
+ <polygon fill="var(--sapIllus_PatternShadow)" points="143.606 102.32 143.606 130.602 119.704 130.602" class="sapIllus_PatternShadow"/>
9
+ </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-Dialog">
2
+ <circle cx="80" cy="80" r="80" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M32.0936 36.9167C32.3491 36.6673 32.6671 36.4914 33.0142 36.4075C33.3613 36.3235 33.7246 36.3347 34.0659 36.4398L42.2483 38.728C43.6018 39.1058 44.0174 40.4275 43.721 41.4883C43.6156 41.9268 43.3706 42.3193 43.0229 42.6067C42.6753 42.8941 42.2437 43.0608 41.7931 43.082C41.5751 43.0857 41.3578 43.0564 41.1486 42.9951L32.9661 40.7069C32.6051 40.6138 32.2759 40.425 32.0134 40.1602C31.7509 39.8954 31.5649 39.5646 31.475 39.2028C31.3749 38.8006 31.3792 38.3795 31.4874 37.9795C31.5957 37.5794 31.8043 37.2136 32.0936 36.9167Z" fill="var(--sapContent_Illustrative_Color5)"/>
4
+ <path d="M67.136 6.8695C67.3851 6.81205 67.6433 6.80716 67.8943 6.85513C68.1453 6.9031 68.3836 7.00288 68.5939 7.1481C68.8042 7.29332 68.9819 7.48078 69.1156 7.69853C69.2494 7.91627 69.3363 8.15951 69.3708 8.41272L70.8612 16.5535C70.9138 16.8464 70.9075 17.1468 70.8427 17.4373C70.7779 17.7277 70.6559 18.0023 70.4838 18.2451C70.3117 18.4878 70.093 18.6939 69.8403 18.8511C69.5877 19.0084 69.3063 19.1138 69.0125 19.1612C68.8919 19.184 68.7696 19.197 68.6469 19.1999C68.1936 19.2172 67.7503 19.064 67.4044 18.7706C67.0584 18.4772 66.835 18.0649 66.7781 17.6149L65.2903 9.47742C65.2372 9.18469 65.243 8.88431 65.3075 8.59386C65.3719 8.30341 65.4936 8.02873 65.6655 7.78588C65.8373 7.54303 66.0559 7.33691 66.3084 7.17956C66.5609 7.02221 66.8423 6.9168 67.136 6.8695Z" fill="var(--sapContent_Illustrative_Color5)"/>
5
+ <path d="M45.5815 15.494C45.8605 15.5042 46.1345 15.5712 46.3867 15.6909C46.6389 15.8106 46.8641 15.9805 47.0484 16.1902L55.4115 25.5136C55.7842 25.9338 55.9801 26.4819 55.9581 27.0431C55.9361 27.6044 55.6979 28.1355 55.2935 28.5252C54.9168 28.8852 54.4186 29.0905 53.8977 29.1004C53.5975 29.1056 53.2996 29.046 53.0244 28.9257C52.7493 28.8054 52.5033 28.6272 52.3032 28.4033L43.9401 19.08C43.565 18.6577 43.3682 18.1064 43.391 17.542C43.4139 16.9777 43.6547 16.4441 44.0627 16.0536C44.2651 15.8628 44.504 15.7149 44.765 15.6188C45.0259 15.5226 45.3037 15.4802 45.5815 15.494Z" fill="var(--sapContent_Illustrative_Color5)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M114.287 91.3308C94.0541 91.8635 79.9521 74.6523 82.7891 52.8886C85.6262 31.1249 104.328 13.0501 124.561 12.5175C144.793 11.9848 158.895 29.196 156.058 50.9597C155.123 58.1346 152.463 64.9085 148.593 70.7852L152.341 84.5786C152.706 85.9203 151.283 87.4897 150.009 87.1515L136.394 83.5368C129.823 88.252 122.171 91.1233 114.287 91.3308Z" fill="var(--sapContent_Illustrative_Color6)"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M82.5565 55.1577C80.9506 75.8362 94.766 91.8453 114.29 91.3313C122.175 91.1237 129.826 88.2525 136.397 83.5372L150.013 87.1519C150.633 87.3167 151.289 87.0287 151.757 86.5349L82.5565 55.1577ZM85.5205 42.2396L148.614 70.8477L148.597 70.7856C152.467 64.909 155.127 58.135 156.062 50.9601C156.169 50.1403 156.252 49.3269 156.311 48.5206L99.3915 22.7119C93.3568 27.8518 88.4729 34.6126 85.5205 42.2396Z" fill="var(--sapContent_Illustrative_Color5)"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M108.437 87.6289C88.6511 88.1498 74.8605 71.3186 77.6349 50.0354C80.4092 28.7522 98.6981 11.0765 118.484 10.5556C138.27 10.0347 152.061 26.8659 149.286 48.1491C148.372 55.1642 145.772 61.7874 141.988 67.5335L145.634 80.9494C145.998 82.2912 144.576 83.8606 143.302 83.5224L130.057 80.0061C123.631 84.6177 116.148 87.4259 108.437 87.6289Z" fill="var(--sapContent_Illustrative_Color8)"/>
9
+ <circle cx="96.9541" cy="51.1526" r="4.73343" fill="var(--sapContent_Illustrative_Color6)"/>
10
+ <circle cx="96.3506" cy="46.4192" r="4.73343" fill="var(--sapContent_Illustrative_Color3)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M100.317 43.8345C100.189 46.335 98.1216 48.3234 95.5894 48.3234C93.929 48.3234 92.4683 47.4684 91.6234 46.1747C91.6193 46.2557 91.6172 46.3372 91.6172 46.4192C91.6172 49.0334 93.7364 51.1527 96.3506 51.1527C98.9648 51.1527 101.084 49.0334 101.084 46.4192C101.084 45.4655 100.802 44.5776 100.317 43.8345Z" fill="var(--sapContent_Illustrative_Color15)"/>
12
+ <circle cx="113.716" cy="51.1529" r="4.73343" fill="var(--sapContent_Illustrative_Color6)"/>
13
+ <circle cx="113.11" cy="46.4192" r="4.73343" fill="var(--sapContent_Illustrative_Color3)"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M117.076 43.8345C116.949 46.335 114.881 48.3234 112.349 48.3234C110.689 48.3234 109.228 47.4684 108.383 46.1747C108.379 46.2557 108.377 46.3372 108.377 46.4192C108.377 49.0334 110.496 51.1527 113.11 51.1527C115.725 51.1527 117.844 49.0334 117.844 46.4192C117.844 45.4655 117.562 44.5776 117.076 43.8345Z" fill="var(--sapContent_Illustrative_Color15)"/>
15
+ <circle cx="130.718" cy="51.1529" r="4.73343" fill="var(--sapContent_Illustrative_Color6)"/>
16
+ <circle cx="130.112" cy="46.4192" r="4.73343" fill="var(--sapContent_Illustrative_Color3)"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M134.078 43.8347C133.951 46.3353 131.883 48.3236 129.351 48.3236C127.691 48.3236 126.23 47.4687 125.385 46.175C125.381 46.256 125.379 46.3375 125.379 46.4195C125.379 49.0337 127.498 51.1529 130.112 51.1529C132.727 51.1529 134.846 49.0337 134.846 46.4195C134.846 45.4657 134.564 44.5778 134.078 43.8347Z" fill="var(--sapContent_Illustrative_Color15)"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M78.2871 64.1423C81.6764 78.2744 93.3026 88.0273 108.436 87.6289C108.771 87.6201 109.105 87.6064 109.439 87.5879C107.34 80.3034 102.073 73.4012 94.3502 68.881C89.1786 65.854 83.6147 64.3102 78.2871 64.1423Z" fill="var(--sapContent_Illustrative_Color6)"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M55.9873 148.507C80.7536 147.674 99.0942 126.168 96.9523 100.472C94.8103 74.775 72.997 54.6184 48.2307 55.4508C23.4645 56.2831 5.1239 77.7891 7.26582 103.486C7.97178 111.955 10.8146 119.823 15.1957 126.535L9.69051 143.423C9.18254 144.982 10.7204 146.664 12.2233 146.194L29.368 140.832C37.133 145.968 46.336 148.831 55.9873 148.507Z" fill="var(--sapContent_Illustrative_Color4)"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M95.6058 116.391L9.58885 144.12C9.58061 143.89 9.61088 143.656 9.68654 143.423L15.1918 126.535C10.8106 119.823 7.9678 111.955 7.26185 103.486C5.11993 77.7892 23.4606 56.2832 48.2268 55.4509C72.993 54.6186 94.8064 74.7752 96.9483 100.472C97.4116 106.03 96.9167 111.392 95.6058 116.391Z" fill="var(--sapContent_Illustrative_Color13)"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.58886 144.121L59.5069 128.028L54.637 112.922L14.7157 125.792C14.8723 126.041 15.031 126.289 15.1918 126.535L9.68654 143.423C9.61085 143.655 9.58058 143.89 9.58886 144.121ZM10.0926 116.353L51.4526 103.014L40.7942 69.9658L11.6303 79.3714C8.17388 86.4927 6.53343 94.7469 7.26185 103.486C7.63573 107.971 8.60894 112.288 10.0926 116.353Z" fill="var(--sapContent_Illustrative_Color20)"/>
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M59.761 144.984C82.7503 144.211 99.7279 123.683 97.6815 99.1325C95.6351 74.5819 75.3397 55.3061 52.3504 56.0787C29.3611 56.8513 12.3835 77.3798 14.4299 101.93C15.1044 110.023 17.7618 117.542 21.8449 123.959L16.8489 139.844C16.3545 141.416 17.9089 143.127 19.3971 142.649L35.0329 137.628C42.2528 142.542 50.8024 145.285 59.761 144.984Z" fill="var(--sapContent_Illustrative_Color2)"/>
23
+ <circle cx="36.6173" cy="101.768" r="5.42396" fill="var(--sapContent_Illustrative_Color14)"/>
24
+ <circle cx="39.7169" cy="93.9008" r="5.42396" fill="var(--sapContent_Illustrative_Color8)"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M45.1374 93.7726C44.1556 95.1649 42.5349 96.0744 40.7017 96.0744C37.749 96.0744 35.3474 93.7151 35.2792 90.7788C34.6567 91.6617 34.291 92.7386 34.291 93.901C34.291 96.8966 36.7194 99.325 39.715 99.325C42.7105 99.325 45.1389 96.8966 45.1389 93.901C45.1389 93.8581 45.1384 93.8153 45.1374 93.7726Z" fill="var(--sapContent_Illustrative_Color6)"/>
26
+ <circle cx="56.4064" cy="104.071" r="5.42396" fill="var(--sapContent_Illustrative_Color14)"/>
27
+ <circle cx="76.1935" cy="107.192" r="5.42396" fill="var(--sapContent_Illustrative_Color14)"/>
28
+ <circle cx="59.504" cy="96.2035" r="5.42396" fill="var(--sapContent_Illustrative_Color8)"/>
29
+ <circle cx="79.2931" cy="99.3246" r="5.42396" fill="var(--sapContent_Illustrative_Color8)"/>
30
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M64.9285 96.0749C63.9466 97.4672 62.3259 98.3766 60.4927 98.3766C57.5401 98.3766 55.1386 96.0174 55.0702 93.0813C54.4477 93.9641 54.082 95.0411 54.082 96.2035C54.082 99.1991 56.5104 101.628 59.506 101.628C62.5016 101.628 64.9299 99.1991 64.9299 96.2035C64.9299 96.1605 64.9294 96.1177 64.9285 96.0749Z" fill="var(--sapContent_Illustrative_Color6)"/>
31
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M84.7156 99.1965C83.7338 100.589 82.113 101.498 80.2798 101.498C77.3272 101.498 74.9256 99.1389 74.8574 96.2026C74.2348 97.0855 73.8691 98.1625 73.8691 99.3249C73.8691 102.32 76.2975 104.749 79.2931 104.749C82.2887 104.749 84.7171 102.32 84.7171 99.3249C84.7171 99.282 84.7166 99.2392 84.7156 99.1965Z" fill="var(--sapContent_Illustrative_Color6)"/>
32
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg id="tnt-Dialog-EmptyContentPane" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
2
+ <rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
3
+ <path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m46.063 112.937 68.897-12.302c.427-.077.443-.68.026-.788L71.785 89.085a3.99 3.99 0 0 0-1.581-.072l-54.395 8.382c-.964.15-1.15 1.453-.263 1.865l28.957 13.466a2.608 2.608 0 0 0 1.566.201l-.006.01Z" clip-rule="evenodd"/>
4
+ <path fill="var(--sapContent_Illustrative_Color13)" d="M117.329 36.71c.273-.016.552.036.809.129a2.692 2.692 0 0 1 1.314 1.082c.16.252.278.53.35.824l1.283 5.579-83.419 5.022-1.076-6.202a2.168 2.168 0 0 1 .03-.932 2.019 2.019 0 0 1 1.066-1.324c.269-.134.573-.217.908-.237l78.735-3.941Z"/>
5
+ <path fill="var(--sapContent_Illustrative_Color8)" d="m37.661 49.347 83.414-5.018 10.72 46.616c.072.314.082.624.051.907a2.1 2.1 0 0 1-.262.783c-.14.232-.315.427-.531.572a1.721 1.721 0 0 1-.747.278l-80.652 10.107a2.5 2.5 0 0 1-1-.077 2.465 2.465 0 0 1-.886-.453 2.866 2.866 0 0 1-.674-.747 2.666 2.666 0 0 1-.366-.969l-9.062-52h-.005Z"/>
6
+ <path fill="var(--sapContent_Illustrative_Color2)" d="M42.148 42.85c.263-.015.525.027.773.109a2.246 2.246 0 0 1 1.195.948 1.9 1.9 0 0 1 .278.726 1.706 1.706 0 0 1-.324 1.365c-.145.18-.325.335-.536.444a1.802 1.802 0 0 1-.721.19 2.179 2.179 0 0 1-1.453-.48 2.309 2.309 0 0 1-.52-.576 1.91 1.91 0 0 1-.279-.732 1.813 1.813 0 0 1 .021-.747 1.5 1.5 0 0 1 .304-.623 1.66 1.66 0 0 1 1.262-.629v.006Z"/>
7
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M49.659 103.592c-.345.041-.68.01-1-.077a2.637 2.637 0 0 1-.886-.454 2.778 2.778 0 0 1-.675-.752 2.619 2.619 0 0 1-.365-.968L37.67 49.346l-1.076-6.202a2.038 2.038 0 0 1-.036-.464c0-.15.025-.298.056-.443a2.18 2.18 0 0 1 .144-.407c.057-.128.14-.252.222-.36l-1.365 1.777a3.138 3.138 0 0 0-.222.355 2.468 2.468 0 0 0-.144.402 2.038 2.038 0 0 0-.057.438c0 .15 0 .304.036.459l1.062 6.135 8.907 51.423c.056.35.185.669.36.958.175.288.407.541.665.742.263.2.556.35.876.448.319.092.654.123.989.077l79.925-10.097 2.298-1.108-80.652 10.108v.005Z"/>
8
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M68.91 79.52c.26-.022.522.015.77.09.246.075.477.21.687.374.209.164.388.366.53.597.142.232.247.486.307.755.06.27.052.538 0 .785a1.856 1.856 0 0 1-.277.673 1.687 1.687 0 0 1-.516.486c-.209.127-.44.201-.702.224l-17.325 1.57a1.989 1.989 0 0 1-.784-.09 2.144 2.144 0 0 1-.703-.382 2.64 2.64 0 0 1-.545-.605 2.163 2.163 0 0 1-.307-1.57c.052-.254.157-.478.292-.68a1.53 1.53 0 0 1 .538-.485c.216-.12.456-.202.725-.225l17.31-1.51v-.007Z"/>
9
+ <path fill="var(--sapContent_Illustrative_Color14)" d="M76.174 51.118a.785.785 0 0 1 .552.191c.082.067.15.144.206.232a.834.834 0 0 1 .118.288l.727 3.41c.02.104.02.207.005.3a.61.61 0 0 1-.567.51L46.62 58.134a.88.88 0 0 1-.309-.041.872.872 0 0 1-.278-.155.952.952 0 0 1-.33-.546l-.68-3.55a.78.78 0 0 1 0-.309.646.646 0 0 1 .33-.438.821.821 0 0 1 .288-.082l30.533-1.9v.004Z"/>
10
+ <path fill="var(--sapContent_Illustrative_Color20)" d="M73.705 60.408c.254-.015.509.015.755.105.247.09.471.209.68.373a2.321 2.321 0 0 1 .823 1.338c.052.27.052.523.007.77a1.59 1.59 0 0 1-.277.65 1.588 1.588 0 0 1-1.195.673L49.146 66.23a1.869 1.869 0 0 1-.785-.105 2.565 2.565 0 0 1-.702-.38 2.194 2.194 0 0 1-.538-.606 2.258 2.258 0 0 1-.3-.762 2.13 2.13 0 0 1 0-.785c.046-.247.158-.471.292-.665a1.61 1.61 0 0 1 .53-.471c.21-.12.457-.195.726-.21l25.329-1.83.007-.008Zm-6.421 9.815a1.92 1.92 0 0 1 .77.097 2.318 2.318 0 0 1 1.218.964c.142.225.247.486.307.755.06.27.052.538 0 .778-.052.239-.142.47-.277.665a1.58 1.58 0 0 1-.515.478c-.21.12-.441.195-.703.217l-17.287 1.435c-.27.022-.53-.015-.785-.097a2.323 2.323 0 0 1-1.24-.987 2.309 2.309 0 0 1-.307-.77 2.018 2.018 0 0 1 0-.792 1.88 1.88 0 0 1 .291-.672c.135-.195.322-.36.539-.479.216-.12.456-.194.725-.217l17.264-1.375Zm6.721 18.135c.262-.023.516.007.763.09a2.283 2.283 0 0 1 1.218.971c.142.232.247.486.306.762a1.947 1.947 0 0 1-.27 1.472 1.683 1.683 0 0 1-.507.494 1.664 1.664 0 0 1-.702.232l-20.763 2.04c-.269.03-.538 0-.792-.09a2.293 2.293 0 0 1-.703-.38 2.529 2.529 0 0 1-.545-.614c-.15-.239-.254-.5-.307-.777a2.095 2.095 0 0 1 0-.807 1.95 1.95 0 0 1 .292-.688c.134-.201.321-.373.538-.493.217-.12.456-.21.725-.232l20.74-1.965.007-.015Z"/>
11
+ <path fill="var(--sapContent_Illustrative_Color25)" d="M139.294 97.52a.631.631 0 0 1-.091.231.546.546 0 0 1-.396.255l-31.402 3.761a.697.697 0 0 1-.266-.023.827.827 0 0 1-.431-.334.805.805 0 0 1-.107-.272l-11.27-58.217a.671.671 0 0 1 0-.26.687.687 0 0 1 .102-.216.54.54 0 0 1 .425-.22l30.768-1.728a.626.626 0 0 1 .249.04.886.886 0 0 1 .226.124.98.98 0 0 1 .176.199.762.762 0 0 1 .096.243l11.91 56.144a.764.764 0 0 1 .011.272Z"/>
12
+ <path fill="var(--sapContent_Illustrative_Color24)" d="m135.085 92 .682 3.303-10.101.903-.666-3.342L135.085 92Z"/>
13
+ <path fill="var(--sapContent_Illustrative_Color1)" d="m138.966 97.962-.051.017c-.017 0-.034.011-.051.011-.017 0-.034.006-.057.011l-31.402 3.761a.697.697 0 0 1-.266-.023.823.823 0 0 1-.43-.334.807.807 0 0 1-.108-.272l-11.27-58.217c-.011-.05-.011-.102-.011-.153a.571.571 0 0 1 .164-.38l-.77.788a.505.505 0 0 0-.085.108.566.566 0 0 0-.08.272c0 .05 0 .101.012.152l11.19 57.968a.833.833 0 0 0 .108.272.808.808 0 0 0 .187.204.682.682 0 0 0 .51.153l31.283-3.76s.034-.006.056-.012c.017 0 .034-.006.051-.011.017 0 .034-.012.051-.017.017-.006.034-.017.046-.023l.962-.538s-.028.017-.045.023h.006Z"/>
14
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M117.814 77.794a2.587 2.587 0 0 1 1.914.583c.266.216.493.482.68.782.187.306.317.645.396 1.025.079.374.085.736.034 1.059a2.14 2.14 0 0 1-.345.878c-.176.26-.397.464-.669.623-.271.153-.589.26-.945.3-.357.04-.697 0-1.025-.097a2.806 2.806 0 0 1-.895-.464 2.826 2.826 0 0 1-.685-.776 3.09 3.09 0 0 1-.397-1.036 3.07 3.07 0 0 1-.028-1.06c.051-.328.175-.628.351-.888s.402-.47.674-.629a2.29 2.29 0 0 1 .946-.289h-.006v-.011Z"/>
15
+ <path fill="var(--sapContent_Illustrative_Color24)" d="M124.752 44.003c.181-.01.363.017.532.08a1.695 1.695 0 0 1 1.071 1.217c.039.187.039.374.011.544a1.105 1.105 0 0 1-.544.776c-.141.08-.305.13-.492.141l-.657.04a1.456 1.456 0 0 1-1.02-.345 1.764 1.764 0 0 1-.373-.42 1.558 1.558 0 0 1-.227-1.075 1.138 1.138 0 0 1 .55-.776c.141-.08.305-.13.492-.142l.657-.04Z"/>
16
+ <path fill="var(--sapContent_Illustrative_Color1)" d="M114.49 59.213c1.178-.09 2.265-.01 3.257.216.991.226 1.874.6 2.639 1.12a6.804 6.804 0 0 1 1.914 1.943 7.807 7.807 0 0 1 1.081 2.685 7.15 7.15 0 0 1 .131 2.231 5.613 5.613 0 0 1-.51 1.784 7.61 7.61 0 0 1-.94 1.478c-.363.453-.759.878-1.15 1.297-.328.357-.623.668-.872.957-.255.289-.453.56-.6.832-.147.272-.261.533-.306.81a2.34 2.34 0 0 0 .028.9l.074.352-3.619.334-.073-.357c-.142-.697-.165-1.314-.097-1.863.063-.55.227-1.036.448-1.484.221-.447.498-.85.815-1.229.317-.38.663-.742 1.014-1.104.289-.306.578-.6.832-.912.261-.311.493-.634.674-.985a3.66 3.66 0 0 0 .38-1.127 3.941 3.941 0 0 0-.046-1.354 4.137 4.137 0 0 0-.549-1.393 3.41 3.41 0 0 0-.963-.99 3.834 3.834 0 0 0-1.319-.562 5.234 5.234 0 0 0-1.625-.096 5.907 5.907 0 0 0-1.603.351c-.47.182-.901.436-1.274.73a5.33 5.33 0 0 0-.991 1.06 8.216 8.216 0 0 0-.759 1.342l-3.036-2.412a8.873 8.873 0 0 1 1.003-1.626c.402-.51.872-.98 1.438-1.393a7.44 7.44 0 0 1 1.982-1.025c.765-.266 1.631-.447 2.628-.526v.01l-.006.006Z"/>
17
+ <path fill="var(--sapContent_Illustrative_Color24)" d="m117.208 44.796.431 2.084-18.83 1.16-.413-2.129 18.812-1.115Z"/>
18
+ </svg>