@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,14 @@
1
+ export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-AddingColumns">
2
+ <path d="M35.9579 38.0599L25.0386 34.9187C25.0123 34.9088 24.986 34.9039 24.9597 34.9113L0.728496 37.6866C-0.0438478 37.7957 -0.116633 38.0608 0.1179 38.1996L11.0595 41.4547C11.5346 41.653 12.0401 41.7 12.5334 41.591L35.2705 38.5034C35.9842 38.387 36.1278 38.1268 35.9579 38.0599Z" fill="var(--sapContent_Illustrative_Color21)"/>
3
+ <path d="M30.551 13.1919L38.1123 34.9098C38.2735 35.739 37.3963 36.3725 36.8799 36.4166L13.2267 39.772C12.8235 39.8066 12.455 39.5398 12.3628 39.1443L6.74994 15.6259C6.55031 14.6585 7.35462 13.499 7.86331 13.476L29.7333 12.6122C30.1057 12.5949 30.4435 12.833 30.551 13.1919Z" fill="var(--sapContent_Illustrative_Color14)"/>
4
+ <path d="M31.1726 12.5283L38.0774 34.7222C38.2271 35.2194 37.8835 35.7281 37.3652 35.7722L13.8483 39.1084C13.4451 39.143 13.0766 38.8762 12.9844 38.4807L7.25636 14.4767C7.13927 13.9795 7.50399 13.4996 8.0146 13.4747L30.3548 11.9467C30.7272 11.9294 31.0651 12.1674 31.1726 12.5264V12.5283Z" fill="var(--sapContent_Illustrative_Color2)"/>
5
+ <path d="M29.5939 17.4166L13.3539 18.6966C13.1439 18.7166 12.9439 18.6066 12.9139 18.4666L12.6339 17.2666C12.6039 17.1266 12.7439 16.9966 12.9539 16.9766L29.1239 15.7966C29.3139 15.7866 29.4939 15.8866 29.5339 16.0166L29.8639 17.1466C29.9039 17.2866 29.7839 17.4066 29.5939 17.4266V17.4166Z" fill="var(--sapContent_Illustrative_Color8)"/>
6
+ <path d="M28.7702 25.3627L15.2535 26.7565C15.0435 26.7765 14.8335 26.6765 14.8035 26.5165L14.5035 25.2565C14.4635 25.1065 14.6135 24.9665 14.8235 24.9465L28.2702 23.6627C28.4602 23.6427 28.6502 23.7427 28.6902 23.8927L29.0402 25.0827C29.0802 25.2227 28.9602 25.3427 28.7702 25.3627Z" fill="var(--sapContent_Illustrative_Color8)"/>
7
+ <path d="M31.0598 33.4383L17.2542 35.2566C17.0342 35.2866 16.8242 35.1766 16.7842 35.0166L16.4742 33.6766C16.4342 33.5166 16.5842 33.3666 16.8042 33.3366L30.5298 31.6383C30.7198 31.6183 30.9198 31.7183 30.9598 31.8683L31.3298 33.1183C31.3698 33.2683 31.2498 33.4183 31.0598 33.4383Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path d="M23.3777 21.8112L14.2938 22.6668C14.0838 22.6868 13.8838 22.5768 13.8438 22.4268L13.5538 21.1968C13.5238 21.0468 13.6638 20.9168 13.8738 20.8968L22.9077 20.1212C23.0977 20.1012 23.2877 20.2012 23.3277 20.3512L23.6577 21.5212C23.6977 21.6612 23.5777 21.7912 23.3777 21.8112Z" fill="var(--sapContent_Illustrative_Color8)"/>
9
+ <path d="M25.5423 29.8114L16.244 30.9472C16.024 30.9772 15.824 30.8672 15.784 30.7072L15.484 29.4072C15.444 29.2472 15.594 29.1072 15.804 29.0772L25.0423 28.0314C25.2423 28.0114 25.4323 28.1114 25.4723 28.2614L25.8223 29.4914C25.8623 29.6414 25.7423 29.7914 25.5423 29.8114Z" fill="var(--sapContent_Illustrative_Color8)"/>
10
+ <path d="M43.7615 19.1485C43.7615 19.1485 41.3862 22.3757 36.7729 22.9751C32.1597 23.5744 25.8315 20.1597 24.1782 14.9063C22.3815 9.19703 25.6686 5.28454 31.2855 4.06708C36.4278 3.65707 43.7615 19.1485 43.7615 19.1485Z" fill=" var(--sapContent_Illustrative_Color16)"/>
11
+ <path d="M44.3852 11.9419C46.295 16.9413 43.6181 21.6392 38.2297 22.2926C32.7091 22.9618 26.752 19.121 25.0987 13.865C23.501 8.78886 26.6012 4.45339 31.8599 4.0328C37.0023 3.6228 42.5388 7.10123 44.3878 11.9393L44.3852 11.9419Z" fill="var(--sapContent_Illustrative_Color15)"/>
12
+ <path d="M40.1566 11.5896C40.1089 11.4628 39.9817 11.3839 39.8469 11.3978L35.9359 11.7988C35.7998 11.8127 35.6717 11.7324 35.6251 11.6038L34.3665 8.13406C34.3203 8.00672 34.1941 7.92649 34.0592 7.93873L31.9953 8.12586C31.8014 8.14344 31.676 8.33916 31.7412 8.52268L32.8834 11.7397C32.9481 11.9219 32.8251 12.1165 32.6328 12.1362L28.8344 12.5259C28.6435 12.5454 28.5205 12.7376 28.5826 12.9191L29.2226 14.7895C29.2678 14.9216 29.3985 15.0046 29.5373 14.9894L33.6353 14.5398C33.7728 14.5248 33.9026 14.6062 33.9489 14.7365L35.2363 18.36C35.283 18.4915 35.4147 18.5731 35.5533 18.5562L37.6655 18.2998C37.856 18.2767 37.9754 18.0824 37.91 17.902L36.7026 14.5753C36.6367 14.3936 36.7584 14.1981 36.9505 14.1771L40.5812 13.7796C40.7747 13.7584 40.8964 13.5606 40.828 13.3783L40.1566 11.5896Z" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ </svg>
14
+ `;
@@ -0,0 +1,7 @@
1
+ export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-BalloonSky">
2
+ <path d="M27.1644 45.2203C27.0689 45.2203 26.9771 45.1831 26.9087 45.1165C26.8402 45.0499 26.8005 44.9592 26.7979 44.8637C26.7979 44.5071 26.6889 44.4279 26.679 44.418C26.6199 44.4091 26.5598 44.4091 26.5007 44.418C26.385 44.45 26.2641 44.4587 26.145 44.4433C26.026 44.428 25.9112 44.3891 25.8073 44.3288C25.7009 44.256 25.6119 44.1605 25.5468 44.0492C25.4817 43.9378 25.4421 43.8134 25.4309 43.685C25.4056 43.5136 25.3556 43.3467 25.2824 43.1897C25.2334 43.0638 25.1593 42.9491 25.0644 42.8529C24.95 42.7377 24.8561 42.6037 24.7871 42.4567C24.6384 42.1483 24.567 41.8083 24.5791 41.4662C24.2276 41.2365 23.9383 40.9234 23.7371 40.5549C23.4552 39.8584 23.3662 39.0987 23.4796 38.3559V38.1479C23.5172 37.8601 23.5004 37.5677 23.4301 37.2861C23.3642 37.0278 23.2536 36.7831 23.1032 36.563C22.3999 35.5131 22.3504 33.324 22.3702 31.7589C22.3981 29.9405 22.3287 28.122 22.1622 26.311C22.1567 26.2621 22.1612 26.2125 22.1753 26.1653C22.1894 26.1182 22.2129 26.0743 22.2443 26.0364C22.2757 25.9985 22.3145 25.9673 22.3582 25.9447C22.402 25.9221 22.4498 25.9086 22.499 25.9049C22.5481 25.8979 22.5982 25.9013 22.646 25.9149C22.6938 25.9284 22.7382 25.9518 22.7765 25.9835C22.8147 26.0152 22.8459 26.0545 22.868 26.099C22.8902 26.1434 22.9028 26.192 22.9051 26.2417C23.0707 28.0626 23.1401 29.891 23.1131 31.7193C23.1131 34.0273 23.2716 35.4932 23.6876 36.1074C23.8989 36.4082 24.0564 36.7433 24.1531 37.0979C24.2374 37.458 24.2608 37.8296 24.2225 38.1974V38.4054C24.1261 39.0109 24.184 39.631 24.3909 40.2082C24.4835 40.376 24.6041 40.5267 24.7475 40.6539C24.8644 40.3726 25.0649 40.134 25.322 39.9705C25.5287 39.8235 25.779 39.7504 26.0323 39.7629C26.2857 39.7755 26.5275 39.873 26.7186 40.0398C26.8027 40.1422 26.8631 40.2618 26.8956 40.3903C26.9281 40.5187 26.932 40.6526 26.9068 40.7827C26.8804 40.9703 26.8146 41.1501 26.7139 41.3106C26.6132 41.471 26.4798 41.6084 26.3224 41.7138C26.172 41.7947 26.007 41.8451 25.837 41.8621C25.667 41.8791 25.4954 41.8624 25.3319 41.8129C25.3532 41.9263 25.3898 42.0362 25.4408 42.1397C25.4796 42.2217 25.5333 42.2956 25.5993 42.3577C25.7458 42.5102 25.8632 42.6881 25.946 42.8826C26.0438 43.0939 26.1138 43.317 26.154 43.5463C26.1487 43.6056 26.1487 43.6653 26.154 43.7246H26.3224C26.5567 43.669 26.8032 43.7007 27.0158 43.8137C27.1738 43.9397 27.2993 44.1017 27.382 44.286C27.4647 44.4704 27.5022 44.6718 27.4912 44.8736C27.4939 44.9221 27.4867 44.9706 27.47 45.0162C27.4533 45.0617 27.4275 45.1034 27.3941 45.1387C27.3607 45.1739 27.3205 45.202 27.2759 45.2211C27.2312 45.2402 27.1832 45.2501 27.1347 45.25L27.1644 45.2203ZM25.3913 41.0501H25.4706C25.6215 41.1015 25.7852 41.1015 25.9361 41.0501C26.0198 40.9862 26.0851 40.9011 26.1251 40.8036C26.1651 40.7062 26.1785 40.5998 26.1639 40.4954C26.0867 40.4757 26.0062 40.4726 25.9276 40.4863C25.8491 40.4999 25.7743 40.5301 25.7083 40.5747C25.551 40.692 25.4391 40.8599 25.3913 41.0501Z" fill="var(--sapContent_Illustrative_Color4)"/>
3
+ <path d="M31.9788 10.71C31.9788 16.1679 24.2526 23.2898 22.9154 24.3596C22.799 24.4137 22.6723 24.4417 22.5439 24.4417C22.4156 24.4417 22.2889 24.4137 22.1725 24.3596C18.3094 20.9125 13.2577 16.6334 13.0101 10.7199C12.7624 4.80646 17.1208 0.25 22.5093 0.25C27.8978 0.25 31.9788 4.77675 31.9788 10.71Z" fill="var(--sapContent_Illustrative_Color3)"/>
4
+ <path d="M22.1722 24.3696L21.4293 25.9841C21.413 26.016 21.4056 26.0517 21.4079 26.0874C21.4102 26.1231 21.4222 26.1575 21.4425 26.187C21.4628 26.2164 21.4907 26.2398 21.5233 26.2547C21.5558 26.2696 21.5918 26.2753 21.6274 26.2714H23.6084C23.643 26.2708 23.6767 26.2613 23.7064 26.2437C23.7361 26.2261 23.7606 26.201 23.7776 26.171C23.7947 26.141 23.8035 26.107 23.8034 26.0725C23.8033 26.038 23.7941 26.0041 23.7768 25.9742L22.9052 24.3398" fill="var(--sapContent_Illustrative_Color3)"/>
5
+ <path d="M15.8427 8.03562C15.709 8.03462 15.5771 8.00418 15.4564 7.94648C15.2237 7.83477 15.0438 7.63665 14.955 7.39429C14.8662 7.15193 14.8755 6.88448 14.9809 6.64888C15.5338 5.46518 16.3226 4.40681 17.2988 3.5386C17.3909 3.44576 17.5004 3.37207 17.6211 3.32178C17.7418 3.27149 17.8713 3.24561 18.0021 3.24561C18.1328 3.24561 18.2623 3.27149 18.383 3.32178C18.5037 3.37207 18.6133 3.44576 18.7054 3.5386C18.8898 3.72419 18.9934 3.97524 18.9934 4.23693C18.9934 4.49861 18.8898 4.74967 18.7054 4.93525C17.9239 5.62122 17.2874 6.45642 16.8332 7.39178C16.7592 7.59125 16.6229 7.76157 16.4445 7.87753C16.2661 7.99349 16.0551 8.04893 15.8427 8.03562Z" fill="var(--sapContent_Illustrative_Color15)"/>
6
+ </svg>
7
+ `;
@@ -0,0 +1,41 @@
1
+ export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-BeforeSearch">
2
+ <path d="M20.4915 41.6777C31.8088 41.6777 40.9832 32.5032 40.9832 21.1862C40.9832 9.86892 31.8088 0.694519 20.4915 0.694519C9.17448 0.694519 0 9.86892 0 21.1862C0 32.5032 9.17448 41.6777 20.4915 41.6777Z" fill="var(--sapContent_Illustrative_Color2)"/>
3
+ <path d="M19.2123 18.3226C18.7397 18.3226 18.2391 18.3783 17.7666 18.434C17.5443 18.4617 17.3217 18.4894 17.0994 18.5174C16.8214 18.4894 16.5154 18.406 16.2651 18.3226C15.9037 18.1837 15.5422 18.1003 15.1808 18.0726C14.7917 18.0726 14.2911 18.2392 14.1242 19.0455C14.0688 19.2123 14.0688 19.3792 14.1242 19.546C14.1522 19.7129 14.2076 19.852 14.3188 19.9909C14.5414 20.2689 14.9305 20.38 15.4588 20.38C15.7648 20.38 16.0705 20.3523 16.3763 20.2969C16.5154 20.2969 16.6545 20.2689 16.7934 20.2412C16.9603 20.2412 17.0437 20.3246 17.2383 20.4915C17.5163 20.7695 17.85 20.9918 18.2114 21.1032H18.3226C18.9343 21.3812 19.5737 21.5201 20.2412 21.5758C20.4357 21.5758 20.6303 21.5758 20.8249 21.4923C21.0197 21.4366 21.1866 21.3255 21.3255 21.1866C21.4646 21.0198 21.548 20.7972 21.6035 20.6026C21.6592 20.38 21.6315 20.1578 21.6035 19.9632C21.4366 18.8789 20.6583 18.3506 19.2403 18.3506L19.2123 18.3226Z" fill="var(--sapContent_Illustrative_Color17)"/>
4
+ <path d="M31.4393 27.3863C30.6857 27.3863 29.9317 27.5252 29.2338 27.7477C28.9824 27.8312 28.7313 27.8866 28.4799 27.9146C28.3125 27.9146 28.1451 27.8589 28.0054 27.7477C27.7263 27.5252 27.5309 27.2194 27.4192 26.8857C27.1678 26.3297 26.8329 25.6068 25.7439 25.6068H25.5208C25.074 25.6068 24.5995 25.5234 24.1807 25.3565C23.7618 25.1897 23.371 24.9394 23.0639 24.6057C22.8962 24.4391 22.7288 24.3 22.5054 24.2165C22.2823 24.1331 22.0589 24.0777 21.8355 24.0777C21.4727 24.0777 21.1376 24.1608 20.8025 24.2722C20.5513 24.3557 20.2999 24.4111 20.0208 24.4111C19.6577 24.4111 19.2949 24.2722 18.9598 24.1054C18.6527 23.9108 18.3736 23.6605 18.1782 23.3268C18.0945 23.1599 17.8991 22.7708 17.5083 22.7708C17.1172 22.7708 16.9218 23.0211 16.5029 23.6048C16.4472 23.716 16.3915 23.7994 16.3355 23.8828C16.2518 24.022 16.1681 24.1608 16.0564 24.2722C15.833 24.0777 15.6096 23.8551 15.4422 23.6048C15.3025 23.438 15.1908 23.2434 15.0514 23.0765C14.3255 22.1034 13.795 21.3805 13.2367 21.1025C13.0413 21.0191 12.8736 20.9356 12.6782 20.8802C12.2874 20.7688 12.0083 20.6576 11.8686 20.3519C11.8129 20.2128 11.7849 20.0736 11.7849 19.907C11.7292 19.2673 11.5615 18.6836 10.1099 18.6836C8.65809 18.6836 9.30003 18.5724 9.21632 18.4056C9.10462 18.1553 9.27231 17.6827 9.74683 16.9876C10.1099 16.4036 10.5285 16.1533 10.9473 16.1533C11.3661 16.1533 11.6732 16.3481 12.064 16.7373C12.6782 17.349 13.2644 17.627 13.8509 17.627C14.1021 17.627 14.3535 17.5713 14.5766 17.4601C14.8 17.349 14.9954 17.2099 15.1631 17.0153C15.805 16.4036 16.1121 15.7364 16.4472 14.4852C16.7823 13.1784 17.3406 11.6769 18.9321 11.3988C19.2949 11.3432 19.6577 11.2876 19.9648 11.2598C21.361 11.0652 22.4777 10.9262 23.0079 10.0921C23.7898 8.92426 24.1807 7.03358 22.6731 5.55996C21.8912 4.72583 20.7745 4.22536 19.63 4.16976C19.0995 4.16976 18.569 4.30879 18.0665 4.55903C17.592 4.80926 17.1731 5.14289 16.838 5.55996C16.0284 6.50531 15.4142 7.14481 14.9397 7.14481C14.6606 7.11701 14.4092 6.95018 14.2138 6.72775C14.0741 6.56092 13.9904 6.39408 13.9347 6.19945C13.8787 6.00482 13.8787 5.78239 13.9347 5.58776C13.9626 5.33752 14.0741 5.11509 14.2138 4.92046C14.3535 4.72583 14.5489 4.55903 14.7723 4.4756C15.1908 4.30877 15.6096 4.25316 16.0564 4.28096C16.894 4.28096 17.8711 4.25316 18.5133 3.1688C18.8481 2.61274 18.9321 2.14005 18.7644 1.72298C18.6527 1.52835 18.5133 1.33375 18.3456 1.19472C18.1782 1.05569 17.9548 0.944484 17.7314 0.888855H17.6197C14.2138 1.36155 10.9753 2.69614 8.21129 4.75363C5.44745 6.81115 3.23336 9.67785 1.84599 12.6778C1.81805 12.7612 0.84093 14.7352 1.14804 16.0144C1.34345 16.6538 1.70641 17.2378 2.26474 17.6547C2.7952 18.0719 3.46524 18.2942 4.13528 18.3222C5.27992 18.3222 6.03373 18.6002 6.59209 19.9347C7.20625 21.4362 8.65809 22.3814 9.74683 22.7431C9.88653 22.7985 10.0539 22.8262 10.1936 22.8819C10.9196 23.0765 11.5335 23.2434 11.9803 24.3834C12.12 24.8005 12.3991 25.1897 12.7619 25.44C13.125 25.6903 13.5995 25.8014 14.0464 25.7737H14.7163C14.9677 25.7737 15.3305 25.8014 15.4422 25.996C15.4979 26.1071 15.5819 26.4686 14.9954 27.4697C13.7392 29.666 14.0464 30.6672 14.6883 31.9184C15.0514 32.669 15.5819 33.3084 16.2518 33.7812C16.9218 34.2815 17.7037 34.6153 18.5133 34.7544C18.6807 34.7544 18.8481 34.8378 19.0158 34.9213C19.1552 35.0047 19.2949 35.1436 19.3786 35.3104C19.7137 35.9779 19.3786 37.1176 18.9321 37.9796C18.7364 38.3967 18.4853 38.7582 18.2062 39.1196C17.9268 39.5088 17.7037 39.7868 17.7037 40.2039C17.7314 40.7045 17.8076 40.9002 17.975 41.373L18.026 41.5532C18.7799 41.6646 20.3008 41.7544 21.5386 41.6616L22.4979 41.5953L21.6603 41.1228C21.6603 41.1228 21.2135 40.8725 21.2493 40.2039C21.2493 39.2308 21.8635 39.5645 23.6222 39.5645H24.3201C24.6272 39.5645 24.9066 39.3976 25.1297 39.1753L25.2694 39.0085C25.9116 38.2299 27.4192 36.367 28.0891 35.9499C28.3685 35.7553 28.7033 35.6161 29.0384 35.5607C29.5966 35.4216 30.1271 35.1436 30.546 34.7264C30.7414 34.5318 30.9088 34.3095 31.0205 34.0593C31.1322 33.809 31.1882 33.531 31.1882 33.253C31.1882 32.9192 31.2719 32.5855 31.4673 32.3075C31.6907 32.0018 31.9978 31.7515 32.3606 31.5569C32.8074 31.2789 33.3656 30.9452 33.617 30.1943C33.9799 29.1935 34.0359 28.554 33.7007 28.0814C33.3656 27.6086 32.6957 27.3863 31.523 27.3863H31.4393Z" fill="var(--sapContent_Illustrative_Color17)"/>
5
+ <path d="M21.2978 3.29084C21.6869 3.40204 22.1041 3.45767 22.5212 3.45767C22.7712 3.45767 22.9381 3.45767 23.0215 3.51327C23.105 3.65227 23.1884 3.7913 23.2161 3.93033C23.3552 4.31957 23.5221 4.79223 23.9947 5.01467C24.3841 5.1815 24.801 5.23713 25.2181 5.23713C25.5796 5.23713 26.525 5.1815 27.0533 4.68103C28.1376 3.65227 26.5303 1.73063 26.4746 1.64723L26.4128 1.56987C24.4939 0.966375 22.2967 0.641444 19.8521 0.705083L19.9075 1.01092C19.9355 1.20552 20.2689 2.95718 21.2978 3.29084Z" fill="var(--sapContent_Illustrative_Color17)"/>
6
+ <path d="M38.7864 16.5992C39.3981 15.4035 39.3427 14.1246 38.5641 12.9012C37.1461 10.5657 33.6983 9.00867 31.3906 9.00867C29.0828 9.00867 28.9717 9.59253 28.6659 10.6213C28.3879 11.4554 28.3045 12.3729 28.4714 13.2349C28.6102 14.1246 28.9717 14.9309 29.5277 15.6538C30.8345 17.4055 33.1146 18.5733 35.2275 18.5733C37.3406 18.5733 38.1192 17.8781 38.7864 16.5992Z" fill="var(--sapContent_Illustrative_Color17)"/>
7
+ <path d="M21.4017 25.7088C23.837 22.1282 27.828 21.5046 29.5193 21.6401L32.7661 24.0812C35.3638 30.2658 32.6841 36.5457 30.9931 38.7833C24.4476 42.6053 18.1655 42.0174 14.2196 40.7022C14.2196 38.4643 18.3578 30.1843 21.4017 25.7088Z" fill="var(--sapContent_Illustrative_Color14)"/>
8
+ <path d="M26.0524 25.3294C24.3841 25.552 23.0387 24.7329 22.6218 24.2695C20.0067 26.8691 17.2668 32.4888 16.6646 34.0642C16.8868 34.1754 17.3866 34.273 17.572 34.3658C19.0178 34.477 19.3795 35.1535 19.3795 35.4778C21.6038 36.1453 25.9211 35.9826 27.8208 35.7971C27.9599 35.6583 28.4433 35.311 29.1108 35.1998C29.9448 35.0607 31.0571 34.0878 31.0571 32.8364C31.0571 31.8355 32.262 31.122 32.8643 30.8903C33.2814 30.2877 34.0043 28.8326 33.5594 27.8317C33.1145 26.8308 30.9642 27.044 29.9448 27.2757C29.3888 28.0634 28.1653 29.222 27.7205 27.5537C27.2756 25.8854 26.423 25.3757 26.0524 25.3294Z" fill="var(--sapContent_Illustrative_Color17)"/>
9
+ <path d="M26.0524 25.3294C24.3841 25.552 23.0387 24.7329 22.6218 24.2695C20.0067 26.8691 17.2668 32.4888 16.6646 34.0642C16.8868 34.1754 17.3866 34.273 17.572 34.3658C19.0178 34.477 19.3795 35.1535 19.3795 35.4778C21.6038 36.1453 25.9211 35.9826 27.8208 35.7971C27.9599 35.6583 28.4433 35.311 29.1108 35.1998C29.9448 35.0607 31.0571 34.0878 31.0571 32.8364C31.0571 31.8355 32.262 31.122 32.8643 30.8903C33.2814 30.2877 34.0043 28.8326 33.5594 27.8317C33.1145 26.8308 30.9642 27.044 29.9448 27.2757C29.3888 28.0634 28.1653 29.222 27.7205 27.5537C27.2756 25.8854 26.423 25.3757 26.0524 25.3294Z" fill="var(--sapContent_Illustrative_Color4)"/>
10
+ <path d="M36.1121 11.7116C36.1411 11.7116 36.1984 11.7404 36.2273 11.7691C36.1984 11.7691 36.1411 11.7404 36.1121 11.7116Z" fill="var(--sapContent_Illustrative_Color25)"/>
11
+ <path d="M36.4572 11.856C36.4572 11.856 36.5151 11.856 36.5438 11.8849C36.5438 11.8849 36.4862 11.8849 36.4572 11.856Z" fill="var(--sapContent_Illustrative_Color25)"/>
12
+ <path d="M35.7388 11.5683C35.7961 11.5683 35.8247 11.597 35.8823 11.6258C35.8247 11.6258 35.7961 11.597 35.7388 11.5683Z" fill="var(--sapContent_Illustrative_Color25)"/>
13
+ <path d="M12.8561 32.7371C3.72082 28.7305 0.834916 20.0835 0.788572 15.5423C-1.68717 23.5884 1.46942 36.2303 13.8174 40.5628C24.5404 44.3254 33.112 38.3701 36.6873 33.739C24.0365 37.0757 20.7803 36.2125 12.8561 32.7371Z" fill="var(--sapContent_Illustrative_Color13)"/>
14
+ <path d="M34.2584 11.9937C34.3141 11.9937 34.3976 11.9937 34.4533 12.0215C34.3976 12.0215 34.3141 12.0215 34.2584 11.9937Z" fill="var(--sapContent_Illustrative_Color25)"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.5551 34.2808C15.1983 37.0957 14.2179 39.6155 14.2166 40.7065C15.2402 41.0424 16.2516 41.2866 17.2455 41.4499C18.245 41.612 19.3218 41.7087 20.4588 41.7096C24.4975 41.7021 28.1307 40.4498 30.9917 38.7876C31.6414 37.9273 32.4363 36.471 33.0222 34.6533C25.1466 36.4532 21.4516 36.1267 16.5551 34.2808Z" fill="var(--sapContent_Illustrative_Color14)"/>
16
+ <path d="M25.105 38.7452L27.9854 35.3989C23.386 35.8235 21.2041 35.4346 19.3672 35.0095C19.3913 35.0283 19.5316 35.3778 19.4232 36.0569C19.288 36.9059 18.0706 39.0282 17.8001 39.4526C17.5836 39.7924 17.9215 40.9415 18.1019 41.5075C19.2012 41.665 21.2038 41.7279 22.3629 41.5704C22.3629 41.5704 21.5877 41.1505 21.3172 40.7262C20.2966 39.1247 21.7229 39.1698 23.2111 39.3112C24.4015 39.4243 24.9698 38.9811 25.105 38.7452Z" fill="var(--sapContent_Illustrative_Color13)"/>
17
+ <path d="M25.1039 38.7451L27.9843 35.3988C23.3849 35.8235 21.203 35.4346 19.3661 35.0094C19.3902 35.0282 19.5305 35.3778 19.4221 36.0568C19.2869 36.9058 18.0695 39.0281 17.799 39.4525C17.5825 39.7923 17.9204 40.9415 18.1008 41.5075C19.2001 41.6649 21.2027 41.7278 22.3618 41.5704C22.3618 41.5704 21.5866 41.1505 21.3161 40.7261C20.2955 39.1246 21.7218 39.1698 23.21 39.3111C24.4004 39.4242 24.9687 38.981 25.1039 38.7451Z" fill="var(--sapContent_Illustrative_Color4)"/>
18
+ <path d="M38.8965 24.6379C38.8103 24.494 38.4942 23.9191 37.948 23.8615C37.5167 23.8329 37.1719 24.0916 36.683 24.6952C35.4183 26.2762 35.3607 26.6789 35.7058 27.7137C35.7631 27.8862 35.8783 28.0298 36.0219 28.145C36.1657 28.2313 36.3382 28.2886 36.5105 28.2886C37.143 28.2886 37.833 27.8576 38.0056 27.7424C38.1205 27.6561 38.2067 27.5699 38.293 27.4836C39.1843 26.5637 38.9541 25.0689 38.8679 24.6379H38.8965Z" fill="var(--sapContent_Illustrative_Color17)"/>
19
+ <path d="M44.8464 19.3697C45.4903 22.0624 44.4295 24.8354 43.1049 26.8152C41.913 28.5942 39.9025 29.8477 37.27 30.1623C31.4637 30.8552 25.2489 26.7198 23.6821 21.1168C22.1154 15.5138 25.5565 10.1803 31.0703 9.92589C36.3673 9.68155 43.0696 14.4076 44.8464 19.3697Z" fill="var(--sapContent_Illustrative_Color16)"/>
20
+ <path d="M44.4581 17.9873C46.3056 23.1452 43.5184 27.9951 37.9575 28.6595C32.1512 29.3523 25.9364 25.217 24.3697 19.614C22.803 14.011 26.3332 9.83052 31.8487 9.57614C37.1456 9.33181 42.6829 13.027 44.4598 17.9873H44.4581Z" fill="var(--sapContent_Illustrative_Color15)"/>
21
+ <path d="M43.2192 18.0877C44.8044 22.5745 42.3467 26.7583 37.5255 27.3089C32.5193 27.8796 27.1703 24.32 25.7969 19.5002C24.4722 14.8511 27.4392 10.9986 32.2268 10.756C36.8497 10.5233 41.6877 13.7516 43.2208 18.0877H43.2192Z" fill="var(--sapContent_Illustrative_Color25)"/>
22
+ <path d="M44.3909 43.1456L41.2238 43.9857L36.1924 27.9784L39.1595 27.6336L44.3909 43.1456Z" fill="var(--sapContent_Illustrative_Color15)"/>
23
+ <path d="M25.6305 15.8871L32.1781 10.7593C28.7387 10.9518 26.2491 13.0102 25.6305 15.8871Z" fill="var(--sapContent_Illustrative_Color25)"/>
24
+ <path d="M37.5255 27.3089C41.7785 26.8236 44.1908 23.5117 43.6125 19.6575L33.1363 26.8136C34.5568 27.2855 36.0563 27.4763 37.5255 27.3089Z" fill="var(--sapContent_Illustrative_Color8)"/>
25
+ <path d="M38.0584 12.2053L38.0551 12.2036L38.0584 12.2053Z" fill="var(--sapContent_Illustrative_Color25)"/>
26
+ <path d="M32.2252 10.7559C32.3613 10.7493 32.4958 10.7459 32.632 10.7443C32.4958 10.7443 32.3613 10.7493 32.2252 10.7559Z" fill="var(--sapContent_Illustrative_Color25)"/>
27
+ <path d="M36.6245 11.5241C36.6665 11.5408 36.7085 11.5576 36.7488 11.5743C36.7068 11.5576 36.6665 11.5408 36.6245 11.5241Z" fill="var(--sapContent_Illustrative_Color25)"/>
28
+ <path d="M37.006 11.6815C37.0346 11.6948 37.0632 11.7082 37.0918 11.7199C37.0632 11.7066 37.0346 11.6932 37.006 11.6815Z" fill="var(--sapContent_Illustrative_Color25)"/>
29
+ <path d="M36.2378 11.3785C36.2849 11.3953 36.3336 11.412 36.3807 11.4304C36.3336 11.412 36.2865 11.3953 36.2378 11.3785Z" fill="var(--sapContent_Illustrative_Color25)"/>
30
+ <path d="M33.6221 10.7894C33.6995 10.7961 33.7768 10.8044 33.8558 10.8144C33.7785 10.8061 33.7011 10.7977 33.6221 10.7894Z" fill="var(--sapContent_Illustrative_Color25)"/>
31
+ <path d="M33.2036 10.7593C33.2842 10.7643 33.3666 10.7677 33.4473 10.7743C33.3666 10.7677 33.2842 10.7627 33.2036 10.7593Z" fill="var(--sapContent_Illustrative_Color25)"/>
32
+ <path d="M34.034 10.8363C34.1096 10.8463 34.187 10.8579 34.2626 10.8696C34.187 10.8579 34.1113 10.8463 34.034 10.8363Z" fill="var(--sapContent_Illustrative_Color25)"/>
33
+ <path d="M32.7682 10.746C32.859 10.746 32.9481 10.7476 33.0388 10.751C32.9481 10.7476 32.8573 10.746 32.7682 10.746Z" fill="var(--sapContent_Illustrative_Color25)"/>
34
+ <path d="M43.6865 20.3537C43.4377 15.3699 38.6283 11.3836 33.8541 10.7895C32.1933 10.6372 29.2733 10.6372 27.1535 12.9316C26.9148 13.1893 26.6912 13.4906 26.4828 13.8085C26.4475 13.8621 26.4273 13.8989 26.3954 13.9508C26.3903 13.9575 26.3886 13.9658 26.3836 13.9742C28.8968 10.9602 32.9144 10.7677 36.4648 12.1735C40.1395 13.6278 43.3134 16.7958 43.6865 20.3571V20.3537Z" fill="var(--sapContent_Illustrative_Color16)"/>
35
+ <path d="M31.3914 11.3752L25.6305 15.8871C25.3934 16.9916 25.4304 18.215 25.7969 19.5002C25.8271 19.6073 25.8608 19.7128 25.8961 19.8182L37.043 12.4195C35.2174 11.6045 33.2405 11.1995 31.3914 11.3752Z" fill="var(--sapContent_Illustrative_Color8)"/>
36
+ <path d="M34.9854 28.6109L36.7118 29.6301C36.7118 29.6301 36.3521 28.7415 37.5355 28.6193V28.6009C37.0615 28.6729 36.1067 28.7682 34.9854 28.6093V28.6109Z" fill="var(--sapContent_Illustrative_Color16)"/>
37
+ <path d="M38.7897 28.4419C39.0301 28.452 39.4503 28.6294 39.6504 29.1398L39.9361 28.2126C39.9361 28.2126 39.6722 28.3398 38.7897 28.4402V28.4419Z" fill="var(--sapContent_Illustrative_Color16)"/>
38
+ <path d="M41.2238 43.9858L36.5068 28.9959L36.8245 28.6779C36.8245 28.6779 37.428 28.6428 38.1139 28.5056C38.1139 28.5056 37.8768 28.7716 37.9457 29.1398C38.2214 30.5858 42.7064 43.7046 42.7064 43.7046L41.2221 43.9858H41.2238Z" fill="var(--sapContent_Illustrative_Color16)"/>
39
+ <path d="M44.3908 43.1456C44.3908 43.3197 43.5739 43.6092 42.2374 43.9523C41.5768 44.0845 41.2523 44.0677 41.2238 43.9857C41.2036 43.9272 41.565 43.7012 42.2206 43.4904C43.2023 43.1841 44.2799 43.0117 44.3908 43.1456Z" fill="var(--sapContent_Illustrative_Color16)"/>
40
+ </svg>
41
+ `;
@@ -0,0 +1,10 @@
1
+ export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-Connection">
2
+ <path d="M15.531 18.1392H22.4388C22.9157 18.1392 23.3022 17.7491 23.3022 17.2678C23.3022 16.7866 22.9157 16.3966 22.4388 16.3966H15.531C15.0542 16.3966 14.6676 16.7866 14.6676 17.2678C14.6676 17.7491 15.0542 18.1392 15.531 18.1392Z" fill="var(--sapContent_Illustrative_Color3)"/>
3
+ <path d="M3.73396 44.5653C3.53737 44.5664 3.34654 44.4983 3.19429 44.3728C0.888115 42.4995 -0.205601 40.3249 0.0318523 38.0777C0.39163 34.5852 3.36337 32.4432 8.8284 31.7171C12.8183 31.1871 16.837 31.2887 20.7226 31.3867C22.0754 31.4194 23.4785 31.4557 24.8529 31.463C25.9322 31.463 27.0116 31.5211 28.0477 31.5719C31.5879 31.7389 35.2433 31.9168 38.4453 30.3194C39.5413 29.7632 40.5067 28.9769 41.2768 28.0132C42.0469 27.0495 42.6038 25.9308 42.9101 24.7321C43.2749 23.4488 43.3673 22.1022 43.1813 20.7804C42.9953 19.4586 42.5351 18.1912 41.8308 17.061L41.7373 16.9158C40.6579 15.2458 39.1469 14.5269 36.7004 14.5124C36.4714 14.5124 36.2517 14.4206 36.0898 14.2572C35.9279 14.0938 35.8369 13.8722 35.8369 13.6411C35.8369 13.41 35.9279 13.1884 36.0898 13.025C36.2517 12.8616 36.4714 12.7698 36.7004 12.7698C39.7657 12.7879 41.766 13.7718 43.1764 15.961L43.2735 16.1134C44.1104 17.449 44.6592 18.9474 44.8843 20.5112C45.1093 22.0749 45.0054 23.669 44.5795 25.1896C44.2085 26.6253 43.5381 27.9645 42.613 29.1178C41.6879 30.271 40.5295 31.2117 39.2152 31.8768C35.6174 33.6703 31.7282 33.4851 27.9686 33.3036C26.9396 33.2564 25.8711 33.2056 24.8457 33.1983C23.4534 33.1983 22.0466 33.1548 20.6831 33.1221C16.8622 33.0241 12.9119 32.926 9.05866 33.4379C4.42113 34.0551 2.0322 35.6162 1.75158 38.2555C1.57529 39.9074 2.42796 41.523 4.27002 43.0078C4.40941 43.121 4.51052 43.275 4.5594 43.4487C4.60827 43.6223 4.60251 43.807 4.54286 43.9772C4.48322 44.1474 4.37265 44.2947 4.22645 44.3987C4.08026 44.5028 3.90565 44.5584 3.72675 44.558L3.73396 44.5653Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path d="M14.8943 25.9811H7.12305V1H14.8943C15.0076 1 15.1199 1.02253 15.2247 1.06632C15.3294 1.11011 15.4246 1.17429 15.5048 1.2552C15.585 1.33611 15.6486 1.43216 15.692 1.53788C15.7354 1.64359 15.7577 1.7569 15.7577 1.87132C15.7577 1.98574 15.7354 2.09902 15.692 2.20474C15.6486 2.31045 15.585 2.4065 15.5048 2.48741C15.4246 2.56832 15.3294 2.6325 15.2247 2.67629C15.1199 2.72008 15.0076 2.74261 14.8943 2.74261H8.83559V24.2349H14.8798C15.1089 24.2349 15.3285 24.3267 15.4904 24.4901C15.6524 24.6535 15.7433 24.8751 15.7433 25.1062C15.7433 25.3373 15.6524 25.5589 15.4904 25.7223C15.3285 25.8857 15.1089 25.9775 14.8798 25.9775L14.8943 25.9811Z" fill="var(--sapContent_Illustrative_Color5)"/>
5
+ <path d="M15.531 10.8782L22.4388 10.8782C22.9157 10.8782 23.3022 10.4881 23.3022 10.0069C23.3022 9.52565 22.9157 9.13556 22.4388 9.13556H15.531C15.0542 9.13556 14.6676 9.52565 14.6676 10.0069C14.6676 10.4881 15.0542 10.8782 15.531 10.8782Z" fill="var(--sapContent_Illustrative_Color3)"/>
6
+ <path d="M22.2554 22.7862V4.20188C22.2554 3.72067 21.8688 3.33057 21.3919 3.33057C20.915 3.33057 20.5284 3.72067 20.5284 4.20188V22.7862C20.5284 23.2674 20.915 23.6575 21.3919 23.6575C21.8688 23.6575 22.2554 23.2674 22.2554 22.7862Z" fill="var(--sapContent_Illustrative_Color9)"/>
7
+ <path d="M30.0626 21.6249H22.1475V5.65088H30.0626C32.1618 5.65088 34.175 6.49237 35.6594 7.99022C37.1438 9.48807 37.9777 11.5196 37.9777 13.6379C37.9777 15.7562 37.1438 17.7877 35.6594 19.2855C34.175 20.7834 32.1618 21.6249 30.0626 21.6249Z" fill="var(--sapContent_Illustrative_Color9)"/>
8
+ <path d="M37.9992 13.6012C38.0025 13.9548 37.9784 14.308 37.9272 14.6577C37.6737 12.7405 36.7393 10.9812 35.2975 9.70658C33.8557 8.43197 32.0045 7.72865 30.0877 7.72718H22.1726V5.61426H30.0877C32.1863 5.61522 34.1986 6.45711 35.6822 7.95486C37.1658 9.45261 37.9992 11.4836 37.9992 13.6012Z" fill="var(--sapContent_Illustrative_Color17)"/>
9
+ </svg>
10
+ `;
@@ -0,0 +1,8 @@
1
+ export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-DragFilesToUpload">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M26.668 32.532C26.668 32.532 26.3055 32.3827 25.751 32.3294L26.4548 31.8709C26.8067 31.6363 26.4334 31.3057 25.5377 31.0498L22.0402 29.397C21.7629 29.3224 21.4537 29.3011 21.3471 29.365C18.1587 30.1541 14.9278 30.9432 11.6542 31.7749C11.249 31.9136 11.4622 32.1375 11.7181 32.5C10.3959 32.9159 9.19094 33.2785 7.92201 33.5664C7.23956 33.7263 6.94099 33.5344 6.36518 33.3424C5.76803 33.1398 5.16023 33.1185 4.32849 33.3531C3.49676 33.5877 0.0951762 34.6327 0.0951762 34.6327C0.0951762 34.6327 -0.224722 34.8673 0.308442 35.0699C0.841605 35.2725 1.92926 35.6883 1.92926 35.6883C1.92926 35.6883 1.84395 35.7203 1.77997 35.7737C1.54538 35.9656 1.82263 36.2322 2.44109 36.4348L20.3447 42.4062C20.8566 42.5768 22.5947 43.2486 22.7546 43.2059C23.5544 42.9927 39.5066 36.2002 39.5066 36.2002L26.668 32.5214V32.532Z" fill="var(--sapContent_Illustrative_Color21)"/>
3
+ <path d="M38.4607 11.6428C38.3008 11.6641 38.1302 11.7067 37.9276 11.7814C36.3388 12.3679 25.7715 16.3666 25.7715 16.3666C25.7715 16.3666 25.6648 15.7268 25.5369 15.3322C25.3556 14.7671 25.0464 14.5751 24.0333 14.9697C23.0203 15.3642 19.0749 16.9744 18.819 17.1023C18.5631 17.2303 18.1579 17.5715 18.2219 18.158C18.2752 18.6379 18.5524 19.8535 18.5524 19.8535C18.5524 19.8535 18.2539 19.9174 18.0513 20.0881C17.5501 20.4826 17.2942 21.165 17.3795 21.7622L20.2159 40.8921C20.3012 41.4572 20.6318 41.9691 21.1223 42.289C21.7514 42.7048 22.5618 43.206 22.6258 43.1847C23.6281 42.8328 41.5531 34.8887 41.5531 34.8887C41.5531 34.8887 41.969 34.5048 41.905 33.4491C41.841 32.4894 40.0176 16.132 39.6764 12.997C39.6444 12.6664 39.623 12.4851 39.623 12.4851C39.623 12.4851 39.5484 11.4935 38.4714 11.6428H38.4607Z" fill="var(--sapContent_Illustrative_Color22)"/>
4
+ <path d="M40.9674 32.1908L21.6563 41.6491C21.5283 41.7131 21.379 41.6277 21.3577 41.4891L18.6812 21.89C18.6599 21.6981 18.7772 21.4955 18.9585 21.4209L38.3656 13.5087C38.5469 13.4341 38.7175 13.5407 38.7388 13.7433L40.9674 32.1908Z" fill="var(--sapContent_Illustrative_Color2)"/>
5
+ <path d="M35.7525 22.2952C34.7928 23.1269 33.3106 22.807 32.7775 21.6554L28.2669 11.8025C28.1603 11.5786 28.2136 11.2907 28.3842 11.1414L38.8236 2.08829C39.0048 1.92834 39.2394 1.99232 39.3567 2.22691L44.891 13.53C45.0296 13.8179 45.0829 14.1591 44.763 14.4577L35.7525 22.2952Z" fill="var(--sapContent_Illustrative_Color26)"/>
6
+ <path d="M21.5919 24.8862C21.5919 24.8862 21.272 25.0142 21.1014 25.1634C20.6428 25.558 20.3976 26.2191 20.4722 26.7949L22.5835 42.2993C22.5835 42.2993 22.7115 42.7472 22.2317 42.9818C22.4982 43.1844 22.7435 43.3017 23.2127 43.1524C24.215 42.8431 43.6968 35.2829 43.9741 35.1336C44.2513 34.9843 44.4006 34.7497 44.3259 33.6941C44.2513 32.6384 42.7158 17.5179 42.7158 17.5179C42.7158 17.5179 42.6198 16.2276 41.031 16.8248C39.4422 17.4219 28.9708 21.7192 28.9708 21.7192C28.9708 21.7192 28.7576 20.8448 28.6403 20.3756C28.4803 19.7572 28.1498 19.6185 27.1368 20.0131C26.1238 20.4076 22.285 21.9538 21.9224 22.1457C21.5599 22.3377 21.2933 22.7642 21.3253 23.2014C21.3573 23.6386 21.6025 24.8969 21.6025 24.8969L21.5919 24.8862Z" fill="var(--sapContent_Illustrative_Color17)"/>
7
+ <path d="M37.531 32.2847L30.171 34.9547C29.911 35.0447 29.671 34.9347 29.641 34.7047C29.611 34.4747 29.791 34.2047 30.051 34.1147L37.421 31.4347C37.681 31.3347 37.921 31.4547 37.951 31.6947C37.981 31.9347 37.791 32.2047 37.521 32.2947L37.531 32.2847ZM33.561 31.4847C33.301 31.5847 33.061 31.4647 33.031 31.2247L32.421 26.6147L31.241 28.3347C31.081 28.5747 30.771 28.6847 30.561 28.5847C30.351 28.4847 30.311 28.2047 30.471 27.9647L32.371 25.1947C32.451 25.0747 32.581 24.9747 32.701 24.9347C32.841 24.8847 32.961 24.8947 33.061 24.9347L35.491 26.1247C35.701 26.2247 35.731 26.5047 35.571 26.7447C35.401 26.9847 35.101 27.0947 34.891 26.9947L33.391 26.2647L33.991 30.8847C34.021 31.1247 33.831 31.3947 33.571 31.4847H33.561Z" fill="var(--sapContent_Illustrative_Color27)"/>
8
+ </svg>`;
@@ -0,0 +1,37 @@
1
+ export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-EmptyCalendar">
2
+ <path d="M44.4499 8.66003H2.48994C2.18618 8.66003 1.93994 8.90628 1.93994 9.21003V41.72C1.93994 42.0238 2.18618 42.27 2.48994 42.27H44.4499C44.7537 42.27 44.9999 42.0238 44.9999 41.72V9.21003C44.9999 8.90628 44.7537 8.66003 44.4499 8.66003Z" fill="var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M42.51 6.84998H0.55C0.246243 6.84998 0 7.09622 0 7.39998V39.91C0 40.2137 0.246243 40.46 0.55 40.46H42.51C42.8138 40.46 43.06 40.2137 43.06 39.91V7.39998C43.06 7.09622 42.8138 6.84998 42.51 6.84998Z" fill="var(--sapContent_Illustrative_Color2)"/>
4
+ <path d="M42.5495 6H0.550511C0.246472 6 0 6.28538 0 6.63742V12.3626C0 12.7146 0.246472 13 0.550511 13H42.5495C42.8535 13 43.1 12.7146 43.1 12.3626V6.63742C43.1 6.28538 42.8535 6 42.5495 6Z" fill="var(--sapContent_Illustrative_Color3)"/>
5
+ <path d="M9.22988 10.8201C9.8374 10.8201 10.3299 10.3141 10.3299 9.69006C10.3299 9.06598 9.8374 8.56006 9.22988 8.56006C8.62237 8.56006 8.12988 9.06598 8.12988 9.69006C8.12988 10.3141 8.62237 10.8201 9.22988 10.8201Z" fill="var(--sapContent_Illustrative_Color5)"/>
6
+ <path d="M33.14 10.81C33.7476 10.81 34.24 10.3041 34.24 9.68005C34.24 9.05597 33.7476 8.55005 33.14 8.55005C32.5325 8.55005 32.04 9.05597 32.04 9.68005C32.04 10.3041 32.5325 10.81 33.14 10.81Z" fill="var(--sapContent_Illustrative_Color5)"/>
7
+ <path d="M9.25005 4.04004H9.21005C8.84554 4.04004 8.55005 4.33553 8.55005 4.70004V9.51004C8.55005 9.87455 8.84554 10.17 9.21005 10.17H9.25005C9.61456 10.17 9.91005 9.87455 9.91005 9.51004V4.70004C9.91005 4.33553 9.61456 4.04004 9.25005 4.04004Z" fill="var(--sapContent_Illustrative_Color6)"/>
8
+ <path d="M33.15 4H33.11C32.7454 4 32.45 4.29549 32.45 4.66V9.47C32.45 9.83451 32.7454 10.13 33.11 10.13H33.15C33.5145 10.13 33.81 9.83451 33.81 9.47V4.66C33.81 4.29549 33.5145 4 33.15 4Z" fill="var(--sapContent_Illustrative_Color6)"/>
9
+ <path d="M37.44 16.41H5.38005C5.05972 16.41 4.80005 16.6697 4.80005 16.99V36.93C4.80005 37.2504 5.05972 37.51 5.38005 37.51H37.44C37.7604 37.51 38.0201 37.2504 38.0201 36.93V16.99C38.0201 16.6697 37.7604 16.41 37.44 16.41Z" fill="var(--sapContent_Illustrative_Color8)"/>
10
+ <path d="M9.71014 21.0601H8.13014C7.99759 21.0601 7.89014 21.1675 7.89014 21.3001V22.6201C7.89014 22.7526 7.99759 22.8601 8.13014 22.8601H9.71014C9.84269 22.8601 9.95014 22.7526 9.95014 22.6201V21.3001C9.95014 21.1675 9.84269 21.0601 9.71014 21.0601Z" fill="var(--sapContent_Illustrative_Color6)"/>
11
+ <path d="M13.7199 21.0699H12.1399C12.0074 21.0699 11.8999 21.1774 11.8999 21.3099V22.6299C11.8999 22.7625 12.0074 22.8699 12.1399 22.8699H13.7199C13.8525 22.8699 13.9599 22.7625 13.9599 22.6299V21.3099C13.9599 21.1774 13.8525 21.0699 13.7199 21.0699Z" fill="var(--sapContent_Illustrative_Color6)"/>
12
+ <path d="M17.79 21.08H16.21C16.0774 21.08 15.97 21.1874 15.97 21.32V22.64C15.97 22.7725 16.0774 22.88 16.21 22.88H17.79C17.9225 22.88 18.03 22.7725 18.03 22.64V21.32C18.03 21.1874 17.9225 21.08 17.79 21.08Z" fill="var(--sapContent_Illustrative_Color6)"/>
13
+ <path d="M21.8 21.09H20.22C20.0874 21.09 19.98 21.1974 19.98 21.33V22.65C19.98 22.7825 20.0874 22.89 20.22 22.89H21.8C21.9325 22.89 22.04 22.7825 22.04 22.65V21.33C22.04 21.1974 21.9325 21.09 21.8 21.09Z" fill="var(--sapContent_Illustrative_Color6)"/>
14
+ <path d="M25.8901 21.13H24.3101C24.1775 21.13 24.0701 21.2375 24.0701 21.37V22.69C24.0701 22.8226 24.1775 22.93 24.3101 22.93H25.8901C26.0226 22.93 26.1301 22.8226 26.1301 22.69V21.37C26.1301 21.2375 26.0226 21.13 25.8901 21.13Z" fill="var(--sapContent_Illustrative_Color6)"/>
15
+ <path d="M29.9001 21.14H28.3201C28.1875 21.14 28.0801 21.2475 28.0801 21.38V22.7C28.0801 22.8326 28.1875 22.94 28.3201 22.94H29.9001C30.0326 22.94 30.1401 22.8326 30.1401 22.7V21.38C30.1401 21.2475 30.0326 21.14 29.9001 21.14Z" fill="var(--sapContent_Illustrative_Color6)"/>
16
+ <path d="M33.61 21.14H32.03C31.8975 21.14 31.79 21.2475 31.79 21.38V22.7C31.79 22.8326 31.8975 22.94 32.03 22.94H33.61C33.7426 22.94 33.85 22.8326 33.85 22.7V21.38C33.85 21.2475 33.7426 21.14 33.61 21.14Z" fill="var(--sapContent_Illustrative_Color6)"/>
17
+ <path d="M9.74993 24.63H8.16993C8.03738 24.63 7.92993 24.7375 7.92993 24.87V26.19C7.92993 26.3226 8.03738 26.43 8.16993 26.43H9.74993C9.88248 26.43 9.98993 26.3226 9.98993 26.19V24.87C9.98993 24.7375 9.88248 24.63 9.74993 24.63Z" fill="var(--sapContent_Illustrative_Color6)"/>
18
+ <path d="M13.7599 24.63H12.1799C12.0474 24.63 11.9399 24.7375 11.9399 24.87V26.19C11.9399 26.3226 12.0474 26.43 12.1799 26.43H13.7599C13.8925 26.43 13.9999 26.3226 13.9999 26.19V24.87C13.9999 24.7375 13.8925 24.63 13.7599 24.63Z" fill="var(--sapContent_Illustrative_Color6)"/>
19
+ <path d="M17.82 24.65H16.24C16.1075 24.65 16 24.7575 16 24.89V26.21C16 26.3426 16.1075 26.45 16.24 26.45H17.82C17.9525 26.45 18.06 26.3426 18.06 26.21V24.89C18.06 24.7575 17.9525 24.65 17.82 24.65Z" fill="var(--sapContent_Illustrative_Color6)"/>
20
+ <path d="M21.83 24.66H20.25C20.1175 24.66 20.01 24.7675 20.01 24.9V26.22C20.01 26.3526 20.1175 26.46 20.25 26.46H21.83C21.9626 26.46 22.07 26.3526 22.07 26.22V24.9C22.07 24.7675 21.9626 24.66 21.83 24.66Z" fill="var(--sapContent_Illustrative_Color6)"/>
21
+ <path d="M25.9299 24.7H24.3499C24.2173 24.7 24.1099 24.8074 24.1099 24.94V26.26C24.1099 26.3925 24.2173 26.5 24.3499 26.5H25.9299C26.0624 26.5 26.1699 26.3925 26.1699 26.26V24.94C26.1699 24.8074 26.0624 24.7 25.9299 24.7Z" fill="var(--sapContent_Illustrative_Color6)"/>
22
+ <path d="M29.9401 24.71H28.3601C28.2276 24.71 28.1201 24.8174 28.1201 24.95V26.27C28.1201 26.4025 28.2276 26.51 28.3601 26.51H29.9401C30.0727 26.51 30.1801 26.4025 30.1801 26.27V24.95C30.1801 24.8174 30.0727 24.71 29.9401 24.71Z" fill="var(--sapContent_Illustrative_Color6)"/>
23
+ <path d="M33.6501 24.7H32.0701C31.9375 24.7 31.8301 24.8074 31.8301 24.94V26.26C31.8301 26.3925 31.9375 26.5 32.0701 26.5H33.6501C33.7826 26.5 33.8901 26.3925 33.8901 26.26V24.94C33.8901 24.8074 33.7826 24.7 33.6501 24.7Z" fill="var(--sapContent_Illustrative_Color6)"/>
24
+ <path d="M9.79998 28.0601H8.21998C8.08743 28.0601 7.97998 28.1675 7.97998 28.3001V29.6201C7.97998 29.7526 8.08743 29.8601 8.21998 29.8601H9.79998C9.93253 29.8601 10.04 29.7526 10.04 29.6201V28.3001C10.04 28.1675 9.93253 28.0601 9.79998 28.0601Z" fill="var(--sapContent_Illustrative_Color6)"/>
25
+ <path d="M13.81 28.0699H12.23C12.0974 28.0699 11.99 28.1774 11.99 28.3099V29.6299C11.99 29.7625 12.0974 29.8699 12.23 29.8699H13.81C13.9425 29.8699 14.05 29.7625 14.05 29.6299V28.3099C14.05 28.1774 13.9425 28.0699 13.81 28.0699Z" fill="var(--sapContent_Illustrative_Color6)"/>
26
+ <path d="M17.8701 28.08H16.2901C16.1575 28.08 16.05 28.1874 16.05 28.32V29.64C16.05 29.7725 16.1575 29.88 16.2901 29.88H17.8701C18.0026 29.88 18.1101 29.7725 18.1101 29.64V28.32C18.1101 28.1874 18.0026 28.08 17.8701 28.08Z" fill="var(--sapContent_Illustrative_Color6)"/>
27
+ <path d="M21.8801 28.09H20.3001C20.1675 28.09 20.0601 28.1974 20.0601 28.33V29.65C20.0601 29.7825 20.1675 29.89 20.3001 29.89H21.8801C22.0126 29.89 22.1201 29.7825 22.1201 29.65V28.33C22.1201 28.1974 22.0126 28.09 21.8801 28.09Z" fill="var(--sapContent_Illustrative_Color6)"/>
28
+ <path d="M25.9799 28.13H24.3999C24.2674 28.13 24.1599 28.2375 24.1599 28.37V29.69C24.1599 29.8226 24.2674 29.93 24.3999 29.93H25.9799C26.1125 29.93 26.2199 29.8226 26.2199 29.69V28.37C26.2199 28.2375 26.1125 28.13 25.9799 28.13Z" fill="var(--sapContent_Illustrative_Color6)"/>
29
+ <path d="M29.9899 28.14H28.4099C28.2774 28.14 28.1699 28.2475 28.1699 28.38V29.7C28.1699 29.8326 28.2774 29.94 28.4099 29.94H29.9899C30.1225 29.94 30.2299 29.8326 30.2299 29.7V28.38C30.2299 28.2475 30.1225 28.14 29.9899 28.14Z" fill="var(--sapContent_Illustrative_Color6)"/>
30
+ <path d="M33.6901 28.13H32.1101C31.9776 28.13 31.8701 28.2375 31.8701 28.37V29.69C31.8701 29.8226 31.9776 29.93 32.1101 29.93H33.6901C33.8227 29.93 33.9301 29.8226 33.9301 29.69V28.37C33.9301 28.2375 33.8227 28.13 33.6901 28.13Z" fill="var(--sapContent_Illustrative_Color6)"/>
31
+ <path d="M9.83001 31.51H8.25001C8.11746 31.51 8.01001 31.6175 8.01001 31.75V33.07C8.01001 33.2026 8.11746 33.31 8.25001 33.31H9.83001C9.96256 33.31 10.07 33.2026 10.07 33.07V31.75C10.07 31.6175 9.96256 31.51 9.83001 31.51Z" fill="var(--sapContent_Illustrative_Color6)"/>
32
+ <path d="M13.84 31.51H12.26C12.1275 31.51 12.02 31.6175 12.02 31.75V33.07C12.02 33.2026 12.1275 33.31 12.26 33.31H13.84C13.9726 33.31 14.08 33.2026 14.08 33.07V31.75C14.08 31.6175 13.9726 31.51 13.84 31.51Z" fill="var(--sapContent_Illustrative_Color6)"/>
33
+ <path d="M17.9001 31.53H16.3201C16.1875 31.53 16.0801 31.6375 16.0801 31.77V33.09C16.0801 33.2226 16.1875 33.33 16.3201 33.33H17.9001C18.0326 33.33 18.1401 33.2226 18.1401 33.09V31.77C18.1401 31.6375 18.0326 31.53 17.9001 31.53Z" fill="var(--sapContent_Illustrative_Color6)"/>
34
+ <path d="M21.9101 31.54H20.3301C20.1975 31.54 20.0901 31.6475 20.0901 31.78V33.1C20.0901 33.2326 20.1975 33.34 20.3301 33.34H21.9101C22.0426 33.34 22.1501 33.2326 22.1501 33.1V31.78C22.1501 31.6475 22.0426 31.54 21.9101 31.54Z" fill="var(--sapContent_Illustrative_Color6)"/>
35
+ <path d="M26.0099 31.58H24.4299C24.2974 31.58 24.1899 31.6874 24.1899 31.82V33.14C24.1899 33.2725 24.2974 33.38 24.4299 33.38H26.0099C26.1425 33.38 26.2499 33.2725 26.2499 33.14V31.82C26.2499 31.6874 26.1425 31.58 26.0099 31.58Z" fill="var(--sapContent_Illustrative_Color6)"/>
36
+ </svg>
37
+ `;
@@ -0,0 +1,7 @@
1
+ export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-EmptyList">
2
+ <path d="M34.84 40.0559V5.14253C34.847 4.82177 34.7905 4.50278 34.6737 4.20395C34.5569 3.90512 34.3822 3.63235 34.1595 3.40137C33.7126 2.92957 33.0979 2.65276 32.4484 2.63086H10.3136C9.62605 2.6356 8.94613 2.77498 8.31221 3.04113C7.66981 3.31042 7.0854 3.70115 6.59106 4.1919C6.08002 4.68928 5.67495 5.28497 5.40027 5.94307C5.14301 6.57933 5.00724 7.25815 5 7.94441V40.6463C5.00263 42.0556 5.56298 43.4067 6.55861 44.4042C7.55424 45.4017 8.90421 45.9646 10.3136 45.9698H40.0234C38.5852 45.7986 37.2596 45.1064 36.2971 44.024C35.3346 42.9417 34.802 41.5443 34.7999 40.0959L34.84 40.0559Z" fill="var(--sapContent_Illustrative_Color6)"/>
3
+ <path d="M34.4793 3.44124V38.3646C34.4833 39.9 35.0493 41.3807 36.0704 42.5274C36.5652 43.1145 37.1661 43.6033 37.8416 43.9683H10.3132C8.99489 43.9552 7.73509 43.4222 6.80757 42.4853C5.88006 41.5484 5.3598 40.2833 5.35986 38.965V6.25311C5.36039 5.60376 5.48963 4.96095 5.74012 4.36185C5.98617 3.75887 6.35012 3.21107 6.81063 2.75057C7.27113 2.29006 7.81893 1.92611 8.42191 1.68006C9.02101 1.42957 9.66382 1.30033 10.3132 1.2998H32.448C32.9948 1.32576 33.5099 1.56406 33.8836 1.964C34.2574 2.36394 34.4604 2.89394 34.4493 3.44124H34.4793Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path d="M37.842 44.2789H10.3136C8.90593 44.2737 7.55747 43.7121 6.56213 42.7168C5.56678 41.7215 5.00527 40.373 5 38.9654V6.2535C5.00605 5.56712 5.14186 4.88808 5.40027 4.25216C5.9506 2.95398 6.98401 1.92057 8.2822 1.37024C8.91811 1.11183 9.59715 0.976022 10.2835 0.969971H32.4484C33.096 0.988317 33.7103 1.26125 34.158 1.72957C34.6057 2.19789 34.8507 2.82384 34.84 3.47164V38.385C34.8363 39.8365 35.3712 41.2377 36.341 42.3176C36.8166 42.8456 37.3868 43.28 38.0221 43.5985L37.842 44.2789ZM32.4383 1.66043H10.3136C9.71254 1.66148 9.11757 1.78047 8.56238 2.01067C8.0024 2.24469 7.49277 2.58444 7.06138 3.01134C6.63229 3.44094 6.29223 3.95103 6.06071 4.51234C5.82976 5.0673 5.71074 5.66242 5.71047 6.26351V38.9654C5.71311 40.1837 6.19755 41.3514 7.05806 42.2138C7.91857 43.0762 9.08528 43.5632 10.3035 43.5685H36.6211C36.3205 43.3312 36.0424 43.0665 35.7906 42.7779C34.7071 41.5634 34.1087 39.9925 34.1095 38.365V3.43162C34.1176 2.97488 33.9459 2.53324 33.6315 2.20191C33.317 1.87058 32.8849 1.67611 32.4283 1.66043H32.4383Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M19.9199 10.3562H10.5436C10.2348 10.3588 9.93959 10.4834 9.72218 10.7026C9.50478 10.9219 9.3828 11.2182 9.38281 11.527C9.3828 11.8358 9.50478 12.1321 9.72218 12.3513C9.93959 12.5706 10.2348 12.6951 10.5436 12.6978H19.9199C20.0736 12.6978 20.2259 12.6675 20.3679 12.6086C20.5099 12.5498 20.639 12.4636 20.7477 12.3549C20.8564 12.2461 20.9427 12.1171 21.0015 11.975C21.0604 11.833 21.0906 11.6807 21.0906 11.527C21.0906 11.2165 20.9673 10.9187 20.7477 10.6991C20.5282 10.4795 20.2304 10.3562 19.9199 10.3562Z" fill="var(--sapContent_Illustrative_Color3)"/>
6
+ </svg>
7
+ `;
@@ -0,0 +1,18 @@
1
+ export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-EmptyPlanningCalendar">
2
+ <path d="M20.3576 37.8578L42.4677 26.6222L29.2145 20.2432L0.750317 30.9629L2.60364e-05 31.6007L20.3576 37.8578Z" fill="var(--sapContent_Illustrative_Color21)"/>
3
+ <path d="M10.9039 33.0836L14.4678 14.8421L15.1337 15.086L38.2661 7.44238L38.9554 22.9124L10.9039 33.0836Z" fill="var(--sapContent_Illustrative_Color4)"/>
4
+ <path d="M14.6507 14.9309L20.3576 37.8523L42.524 26.6495L38.252 7.3623L14.6507 14.9309Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M14.4678 14.842L14.94 15.1506L38.2828 7.45801L38.2593 7.36426L37.558 7.29688L14.4725 14.8092V14.8373L14.4678 14.842Z" fill="var(--sapContent_Illustrative_Color16)"/>
6
+ <path d="M14.9509 15.1418L20.292 35.939L42.0692 25.3786L38.088 7.50293L14.9556 15.1418H14.9509Z" fill="var(--sapContent_Illustrative_Color14)"/>
7
+ <path d="M15.1337 15.0813L20.6812 35.7799L42.6272 25.1399L38.2661 7.44238L15.1337 15.0813Z" fill="var(--sapContent_Illustrative_Color13)"/>
8
+ <path d="M38.2661 7.4707L39.7151 12.9384C40.381 15.5035 41.5252 17.8904 43.0961 20.0381L45 22.636L23.3046 33.0825C20.1018 29.2748 17.8087 24.7777 16.6317 19.943L15.4218 14.9911L38.2661 7.4707Z" fill="var(--sapContent_Illustrative_Color2)"/>
9
+ <path d="M32.1372 10.6123C32.2872 10.4013 32.32 10.1903 32.32 10.0684L31.837 10.2184C31.837 10.2466 31.8089 10.3075 31.7761 10.3403C31.7479 10.3685 31.6542 10.4294 31.5932 10.4904L31.6542 10.9453C31.7151 10.9453 31.9871 10.7624 32.1372 10.6123Z" fill="var(--sapContent_Illustrative_Color4)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.9205 15.1356L15.7308 18.2329L38.9649 10.0398L38.2606 7.37158L14.9205 15.1356Z" fill="var(--sapContent_Illustrative_Color15)"/>
11
+ <path d="M21.7785 14.2981L20.9344 14.5701L20.8453 13.8433L21.6894 13.5713L21.7785 14.2981Z" fill="var(--sapContent_Illustrative_Color14)"/>
12
+ <path d="M32.4982 10.7342L31.6542 11.0061L31.5651 10.2793L32.4091 10.0073L32.4982 10.7342Z" fill="var(--sapContent_Illustrative_Color14)"/>
13
+ <path d="M32.3201 10.7902L32.2498 10.0587L32.4092 10.0071C32.4092 9.97898 32.4983 10.734 32.4983 10.734L32.3154 10.7902H32.3201Z" fill="var(--sapContent_Illustrative_Color29)"/>
14
+ <path d="M21.6894 13.5713L21.4971 13.6416L21.5769 14.3638L21.7785 14.2981L21.6894 13.5713Z" fill="var(--sapContent_Illustrative_Color29)"/>
15
+ <path d="M20.9312 14.5579L20.8584 13.939C20.8584 13.939 21.3008 13.8588 21.3903 13.3642C21.4873 12.8276 21.3049 12.0541 21.0841 11.6504C20.9078 11.3281 20.5888 11.239 20.3535 11.312C20.0128 11.4177 19.9468 11.7552 19.9183 11.8922C19.8612 12.2062 19.9998 12.7707 20.0741 12.9882L19.5799 13.1493C19.5064 12.9654 19.2951 12.3327 19.3918 11.7579C19.4885 11.1831 19.7876 10.843 20.1762 10.7426C20.6721 10.6146 21.0357 10.7426 21.3581 11.081C21.8201 11.6504 21.9906 12.5107 21.9598 13.3158C21.7981 14.4176 20.965 14.5425 20.9308 14.5539L20.9312 14.5579Z" fill="var(--sapContent_Illustrative_Color4)"/>
16
+ <path d="M31.6532 11.0062L31.5804 10.3872C31.5804 10.3872 32.0228 10.3071 32.1123 9.8124C32.2093 9.27584 32.0269 8.50239 31.806 8.09865C31.6297 7.77631 31.3108 7.6872 31.0754 7.76025C30.7348 7.86597 30.6688 8.20346 30.6403 8.34045C30.5832 8.6544 30.7476 9.26849 30.8218 9.48596L30.314 9.65002C30.2405 9.46615 30.0171 8.78096 30.1138 8.20613C30.2105 7.6313 30.5095 7.2912 30.8981 7.19085C31.394 7.0628 31.7577 7.19083 32.08 7.5292C32.542 8.09864 32.7125 8.95891 32.6817 9.76405C32.52 10.8658 31.687 10.9908 31.6527 11.0022L31.6532 11.0062Z" fill="var(--sapContent_Illustrative_Color4)"/>
17
+ <path d="M32.3218 12.3794C32.7176 13.9374 33.1348 15.2542 33.7047 17.0679L40.1968 14.5278L40.5562 15.481L34.0074 18.0054C34.4585 19.4035 34.852 20.3461 35.398 21.5444L42.0992 18.5396L42.6695 19.4263L35.7867 22.4731C36.491 23.9431 37.1165 24.9607 37.9 26.0552L36.9039 26.5356C36.16 25.4971 35.6283 24.5021 34.8765 22.9282L28.3121 25.7974C29.0243 27.2354 29.7494 28.3314 30.6754 29.5298L29.7203 29.9888C28.8419 28.8543 28.225 27.8379 27.4019 26.2241L20.5015 29.2114L19.9898 28.3521L26.9615 25.2866C26.3362 23.9763 25.9037 22.9536 25.3892 21.4116L18.0132 24.2661L17.65 23.313L25.0992 20.4185C24.5234 18.6219 24.0704 17.281 23.5953 15.4585L24.5201 15.1304C25.007 16.9328 25.4621 18.3834 26.0513 20.0464L32.7808 17.4399C32.1952 15.5624 31.783 14.2684 31.3873 12.7104L32.3218 12.3794ZM26.3404 21.0259C26.8231 22.392 27.2342 23.4277 27.899 24.8179L34.3902 21.9673C33.8362 20.737 33.4852 19.8334 33.0025 18.4194L26.3404 21.0259Z" fill="var(--sapContent_Illustrative_Color8)"/>
18
+ </svg>`;
@@ -0,0 +1,9 @@
1
+ export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-ErrorScreen">
2
+ <path d="M10.6424 7.6236L5.54685 38.337C5.33308 39.6255 6.20429 40.8433 7.49276 41.0571L28.9255 44.6129C30.214 44.8267 31.4318 43.9555 31.6456 42.667L36.7412 11.9536C36.9549 10.6651 36.0837 9.44729 34.7952 9.23352L13.3625 5.67766C12.074 5.46389 10.8562 6.33512 10.6424 7.6236Z" fill="var(--sapContent_Illustrative_Color3)"/>
3
+ <path d="M28.4929 7.12653H7.59012C6.30796 7.12653 5.26855 8.16593 5.26855 9.44809V39.4292C5.26855 40.7114 6.30796 41.7508 7.59012 41.7508H28.4929C29.7751 41.7508 30.8145 40.7114 30.8145 39.4292V9.44809C30.8145 8.16593 29.7751 7.12653 28.4929 7.12653Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path d="M28.3283 42.0712H7.78935C7.05027 42.0689 6.34211 41.7743 5.8195 41.2517C5.29689 40.7291 5.00228 40.021 5 39.2819V9.61259C5.00228 8.87351 5.29689 8.16534 5.8195 7.64273C6.34211 7.12012 7.05027 6.82553 7.78935 6.82324H28.3716C28.7379 6.82324 29.1006 6.89537 29.439 7.03555C29.7775 7.17573 30.0849 7.38121 30.344 7.64022C30.603 7.89924 30.8084 8.20674 30.9486 8.54515C31.0888 8.88357 31.1609 9.24629 31.1609 9.61259V39.2819C31.161 39.6518 31.0874 40.0181 30.9446 40.3594C30.8017 40.7007 30.5923 41.0101 30.3287 41.2697C30.0651 41.5293 29.7525 41.7338 29.409 41.8714C29.0656 42.009 28.6982 42.077 28.3283 42.0712ZM7.78935 7.49025C7.21498 7.49025 6.66414 7.71842 6.25801 8.12456C5.85187 8.53069 5.62371 9.08153 5.62371 9.65589V39.2819C5.62371 39.8562 5.85187 40.4071 6.25801 40.8132C6.66414 41.2193 7.21498 41.4475 7.78935 41.4475H28.3716C28.9468 41.4475 29.4985 41.2196 29.906 40.8137C30.3135 40.4078 30.5436 39.857 30.5459 39.2819V9.61259C30.5436 9.03743 30.3135 8.48659 29.906 8.0807C29.4985 7.67481 28.9468 7.44694 28.3716 7.44695L7.78935 7.49025Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path d="M30.546 15.5726C34.005 15.5726 36.809 12.7685 36.809 9.30954C36.809 5.85056 34.005 3.04651 30.546 3.04651C27.087 3.04651 24.283 5.85056 24.283 9.30954C24.283 12.7685 27.087 15.5726 30.546 15.5726Z" fill="var(--sapContent_Illustrative_Color8)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.8059 2.90488C27.4458 2.90488 24.7219 5.62878 24.7219 8.98887C24.7219 12.349 27.4458 15.0729 30.8059 15.0729C34.166 15.0729 36.8899 12.349 36.8899 8.98887C36.8899 5.62878 34.166 2.90488 30.8059 2.90488ZM21.817 8.98887C21.817 4.02445 25.8415 0 30.8059 0C35.7703 0 39.7948 4.02445 39.7948 8.98887C39.7948 13.9533 35.7703 17.9777 30.8059 17.9777C25.8415 17.9777 21.817 13.9533 21.817 8.98887Z" fill="var(--sapContent_Illustrative_Color8)"/>
7
+ <path d="M30.8145 1.4267C29.3219 1.42499 27.8622 1.86605 26.6203 2.69407C25.3784 3.5221 24.41 4.69988 23.8376 6.07841C23.2652 7.45695 23.1145 8.97428 23.4047 10.4385C23.6948 11.9026 24.4127 13.2478 25.4676 14.3039C26.5224 15.36 27.8668 16.0794 29.3307 16.3713C30.7945 16.6631 32.312 16.5142 33.6912 15.9434C35.0704 15.3726 36.2493 14.4055 37.0787 13.1645C37.9082 11.9235 38.3509 10.4644 38.3509 8.97179C38.3441 6.97431 37.5482 5.06048 36.1365 3.64722C34.7249 2.23397 32.812 1.43583 30.8145 1.4267ZM33.6038 10.7043C33.6732 10.7737 33.7283 10.8561 33.7658 10.9467C33.8034 11.0374 33.8227 11.1346 33.8227 11.2327C33.8227 11.3309 33.8034 11.428 33.7658 11.5187C33.7283 11.6094 33.6732 11.6917 33.6038 11.7611C33.5345 11.8305 33.4521 11.8856 33.3614 11.9231C33.2707 11.9607 33.1736 11.98 33.0754 11.98C32.9773 11.98 32.8801 11.9607 32.7895 11.9231C32.6988 11.8856 32.6164 11.8305 32.547 11.7611L30.8145 10.0286L29.082 11.7611C29.0138 11.8351 28.9313 11.8945 28.8395 11.9357C28.7477 11.977 28.6485 11.9992 28.5479 12.001C28.4472 12.0028 28.3473 11.9843 28.2541 11.9464C28.1608 11.9086 28.0762 11.8522 28.0053 11.7807C27.9345 11.7093 27.8788 11.6242 27.8417 11.5307C27.8046 11.4371 27.7869 11.3371 27.7896 11.2365C27.7922 11.1359 27.8152 11.0368 27.8572 10.9454C27.8992 10.8539 27.9593 10.7719 28.0338 10.7043L29.7663 8.97179L28.0338 7.23927C27.9172 7.09626 27.8578 6.91504 27.8671 6.73072C27.8764 6.54641 27.9538 6.37213 28.0843 6.24163C28.2148 6.11113 28.3891 6.03374 28.5734 6.02441C28.7578 6.01507 28.939 6.07447 29.082 6.19111L30.8145 7.92362L32.547 6.19111C32.688 6.06108 32.8738 5.99046 33.0656 5.99395C33.2574 5.99745 33.4404 6.0748 33.5766 6.20988C33.7128 6.34496 33.7916 6.52736 33.7967 6.71912C33.8018 6.91087 33.7327 7.09718 33.6038 7.23927L31.8713 8.97179L33.6038 10.7043Z" fill="var(--sapContent_Illustrative_Color11)"/>
8
+ </svg>
9
+ `;
@@ -0,0 +1,8 @@
1
+ export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-FilterTable">
2
+ <path d="M2.82227 13.1354L16.9665 27.4977C17.0222 27.5553 17.0531 27.6309 17.0528 27.7093V41.7109C17.0523 41.8527 17.0914 41.9922 17.166 42.1148C17.2405 42.2375 17.3479 42.3389 17.4771 42.4088C17.6062 42.4786 17.7525 42.5142 17.9009 42.5121C18.0492 42.5099 18.1943 42.47 18.3212 42.3965L27.9015 36.8968C28.0251 36.8261 28.1274 36.7261 28.1987 36.6064C28.2699 36.4868 28.3076 36.3515 28.308 36.2138L28.3526 27.7093C28.3528 27.6324 28.3831 27.5584 28.4375 27.5017L42.8769 12.5522L2.82227 13.1354Z" fill="var(--sapContent_Illustrative_Color2)"/>
3
+ <path d="M26.5898 27.6149V37.1125C26.5897 37.1661 26.6045 37.2187 26.6326 37.265C26.6608 37.3113 26.7013 37.3497 26.75 37.3761C26.7987 37.4025 26.8539 37.4161 26.9099 37.4154C26.9659 37.4147 27.0208 37.3998 27.0688 37.3722L27.7482 36.9821C27.9176 36.8843 28.0578 36.7464 28.1553 36.5818C28.2528 36.4172 28.3044 36.2314 28.3051 36.0422L28.3483 27.8239C28.3497 27.6714 28.4102 27.5248 28.5181 27.4125L42.3755 13.0662C42.4174 13.0225 42.4449 12.9681 42.4548 12.9096C42.4647 12.8512 42.4565 12.7912 42.4312 12.7371C42.4059 12.6831 42.3646 12.6373 42.3124 12.6054C42.2602 12.5735 42.1994 12.5569 42.1374 12.5576C42.1027 12.5584 42.0684 12.5647 42.0358 12.5763L34.0998 15.3188C34.03 15.3434 33.9714 15.3904 33.9341 15.4519L26.6316 27.4565C26.6029 27.5047 26.5885 27.5594 26.5898 27.6149Z" fill="var(--sapContent_Illustrative_Color13)"/>
4
+ <path d="M22.4993 15.3614C34.2878 15.3614 43.8444 12.8413 43.8444 9.73259C43.8444 6.62387 34.2878 4.10376 22.4993 4.10376C10.7107 4.10376 1.15417 6.62387 1.15417 9.73259C1.15417 12.8413 10.7107 15.3614 22.4993 15.3614Z" fill="var(--sapContent_Illustrative_Color13)"/>
5
+ <path d="M43.8444 9.7379C43.8444 8.33203 41.8882 7.0473 38.6553 6.06079L34.2627 14.4361C40.0351 13.423 43.8444 11.6949 43.8444 9.7379Z" fill="var(--sapContent_Illustrative_Color14)"/>
6
+ <path d="M22.4993 16.4663C16.6977 16.4663 11.2288 15.8659 7.10065 14.7782C2.38916 13.5347 0 11.8386 0 9.7325C0 7.62634 2.38777 5.93157 7.10065 4.68812C11.2288 3.60043 16.6977 3 22.4993 3C28.301 3 33.7768 3.60043 37.8994 4.68812C42.6108 5.93157 45 7.62768 45 9.7325C45 11.8373 42.6122 13.5347 37.8994 14.7782C33.7712 15.8619 28.3023 16.4663 22.4993 16.4663ZM22.4993 5.20866C16.8995 5.20866 11.6478 5.7798 7.71464 6.8169C3.43894 7.94453 2.3098 9.21328 2.3098 9.7325C2.3098 10.2517 3.43894 11.5218 7.71464 12.6494C11.6478 13.6865 16.9037 14.2577 22.4993 14.2577C28.0949 14.2577 33.3508 13.6865 37.2854 12.6494C41.5597 11.5218 42.6902 10.253 42.6902 9.7325C42.6902 9.21195 41.5597 7.94453 37.2854 6.8169C33.3508 5.7798 28.1005 5.21133 22.4993 5.21133V5.20866Z" fill="var(--sapContent_Illustrative_Color2)"/>
7
+ </svg>
8
+ `;
@@ -0,0 +1,22 @@
1
+ export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-FilteringColumns">
2
+ <path d="M44.399 34.9575L43.2777 34.4397L24.0814 32.6785C24.0814 32.6785 13.089 31.5291 10.1076 31.3675C6.4088 31.1664 2.73642 31.0625 2.5138 31.8425C2.29118 32.6224 4.74658 33.7916 10.9931 36.1876C15.6846 37.9884 20.4898 38.4171 22.0861 37.7707L31.5564 34.9789L44.4007 34.9575H44.399Z" fill="var(--sapContent_Illustrative_Color21)"/>
3
+ <path d="M23.5955 8.23351L31.0817 29.7356C31.2413 30.5567 30.3728 31.1838 29.8615 31.2275L6.44326 34.5496C6.04415 34.5838 5.67925 34.3196 5.58802 33.9281L0.0308834 10.6433C-0.166771 9.68549 0.629549 8.53759 1.13319 8.51479L22.7859 7.65956C23.1546 7.64246 23.4891 7.87812 23.5955 8.23351Z" fill="var(--sapContent_Illustrative_Color14)"/>
4
+ <path d="M24.2112 7.57672L31.0474 29.5502C31.1956 30.0424 30.8554 30.546 30.3423 30.5897L7.05892 33.8928C6.65981 33.927 6.29491 33.6628 6.20368 33.2713L0.532511 9.50572C0.416579 9.01349 0.777679 8.53837 1.28322 8.51366L23.4015 7.00087C23.7702 6.98377 24.1047 7.21943 24.2112 7.57482V7.57672Z" fill="var(--sapContent_Illustrative_Color2)"/>
5
+ <path d="M21.6088 12.3379L5.96597 13.5709C5.76369 13.5901 5.57105 13.4842 5.54215 13.3493L5.27245 12.1935C5.24355 12.0586 5.3784 11.9334 5.58068 11.9141L21.1561 10.7775C21.3391 10.7679 21.5125 10.8642 21.551 10.9894L21.8689 12.0779C21.9074 12.2127 21.7918 12.3283 21.6088 12.3476V12.3379Z" fill="var(--sapContent_Illustrative_Color8)"/>
6
+ <path d="M20.8147 19.9915L7.79506 21.334C7.59279 21.3533 7.39051 21.257 7.36161 21.1029L7.07264 19.8892C7.03412 19.7447 7.1786 19.6099 7.38088 19.5906L20.3331 18.354C20.5161 18.3347 20.6991 18.431 20.7376 18.5755L21.0747 19.7218C21.1133 19.8566 20.9977 19.9722 20.8147 19.9915Z" fill="var(--sapContent_Illustrative_Color8)"/>
7
+ <path d="M23.0203 27.7704L9.72239 29.5219C9.51048 29.5508 9.3082 29.4448 9.26967 29.2907L8.97107 28C8.93254 27.8459 9.07702 27.7014 9.28893 27.6725L22.5098 26.0366C22.6928 26.0174 22.8855 26.1137 22.924 26.2582L23.2804 27.4622C23.3189 27.6067 23.2033 27.7512 23.0203 27.7704Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path d="M15.6208 16.5707L6.87098 17.3949C6.6687 17.4141 6.47606 17.3082 6.43753 17.1637L6.15819 15.9789C6.12929 15.8344 6.26415 15.7092 6.46642 15.69L15.1681 14.9429C15.3511 14.9236 15.5341 15.0199 15.5726 15.1644L15.8905 16.2914C15.929 16.4262 15.8134 16.5515 15.6208 16.5707Z" fill="var(--sapContent_Illustrative_Color8)"/>
9
+ <path d="M17.7064 24.2766L8.75001 25.3707C8.5381 25.3996 8.34545 25.2936 8.30693 25.1395L8.01796 23.8873C7.97943 23.7332 8.12391 23.5983 8.32619 23.5694L17.2248 22.562C17.4174 22.5428 17.6004 22.6391 17.6389 22.7836L17.9761 23.9683C18.0146 24.1128 17.899 24.2573 17.7064 24.2766Z" fill="var(--sapContent_Illustrative_Color8)"/>
10
+ <path d="M35.1367 31.7027L44.3993 34.9595C44.3993 34.9595 44.7885 35.1706 44.9253 34.2917C45.0292 33.6304 45.1051 32.7614 44.5988 31.5114L36.174 28.5894L35.1367 29.2506V31.7027Z" fill="var(--sapContent_Illustrative_Color3)"/>
11
+ <path d="M44.3993 34.9577C44.3993 34.9577 44.7885 35.1688 44.9253 34.2898C44.955 34.0969 35.1367 30.873 35.1367 30.873V31.7009L44.3993 34.9577Z" fill="var(--sapContent_Illustrative_Color16)"/>
12
+ <path d="M44.7926 32.0652C44.7398 31.8888 44.6771 31.7041 44.598 31.5095L36.1731 28.5874L36.0791 28.6484L36.2902 29.3328L44.7926 32.0652Z" fill="var(--sapContent_Illustrative_Color31)"/>
13
+ <path d="M28.7208 15.084L28.9467 15.3132C29.1248 15.4946 29.2765 15.7007 29.3969 15.925L36.1728 28.5895C36.1728 28.5895 36.8076 29.973 35.1355 31.7029L22.1099 37.7416C21.757 37.9048 21.3695 37.984 20.9786 37.9692H20.9688L28.7208 15.084Z" fill="var(--sapContent_Illustrative_Color3)"/>
14
+ <path d="M18.3604 37.3011C18.8188 37.4577 19.3416 37.3638 19.9006 37.0587C18.3043 35.6537 18.4429 30.5533 20.3392 24.9746C22.1878 19.5345 25.0835 15.4746 27.1942 15.1448C26.9452 14.6666 26.6187 14.3401 26.2114 14.2015C26.1059 14.1653 25.9954 14.1455 25.8816 14.1356C25.842 14.1339 25.8041 14.129 25.7645 14.129C23.6274 14.1075 20.4662 18.4956 18.4445 24.4453C16.8301 29.1978 16.3981 33.6023 17.1599 35.8384C17.3067 36.1913 17.4749 36.5112 17.6612 36.7948C17.8607 37.0372 18.0933 37.2087 18.3604 37.2994V37.3011Z" fill="var(--sapContent_Illustrative_Color3)"/>
15
+ <path d="M20.3378 24.9747C18.4414 30.5533 18.3029 35.6538 19.8992 37.0587C21.9242 35.9539 24.4257 32.0556 26.1259 27.0574C27.8772 21.9042 28.2383 17.1599 27.1928 15.1465C25.0821 15.4763 22.1864 19.5362 20.3378 24.9763V24.9747Z" fill="var(--sapContent_Illustrative_Color28)"/>
16
+ <path d="M25.7976 27.9808C25.9097 27.6774 26.0186 27.3691 26.1257 27.0574C27.877 21.9042 28.2381 17.1599 27.1927 15.1465C26.2362 15.2965 24.6894 16.4146 23.2119 18.8255C23.2119 18.8255 26.8332 19.4521 25.7976 27.9825V27.9808Z" fill="var(--sapContent_Illustrative_Color29)"/>
17
+ <path d="M28.7291 24.4576L24.0805 33.4438L20.9688 37.9654H20.9786C21.3678 37.9802 21.7553 37.9027 22.1099 37.7395L35.1406 31.7016L27.9394 31.8398C29.5193 27.8074 30.1086 22.1313 30.1086 22.1313L28.7291 24.4576Z" fill="var(--sapContent_Illustrative_Color16)"/>
18
+ <path d="M36.1733 28.5876L34.3594 25.1972L29.8889 18.8237C29.8889 18.8237 29.9559 21.1493 29.6465 22.9578L36.2888 29.333C36.3003 28.8679 36.1717 28.5876 36.1717 28.5876H36.1733Z" fill="var(--sapContent_Illustrative_Color31)"/>
19
+ <path d="M27.1928 15.1448C26.9438 14.6666 26.6173 14.3401 26.21 14.2015C26.1045 14.1653 25.994 14.1455 25.8802 14.1356C25.8406 14.1339 25.8027 14.129 25.7631 14.129C24.3944 14.1158 22.6086 15.9099 20.9678 18.7627C20.9694 18.7627 22.3117 18.3455 23.2104 18.8238C24.5692 16.6965 26.0039 15.3311 27.1912 15.1448H27.1928Z" fill="var(--sapContent_Illustrative_Color15)"/>
20
+ <path d="M28.9741 15.3676C28.5586 14.6865 27.2509 14.4952 26.5962 14.2726C26.3621 14.1935 26.123 14.1506 25.8805 14.1357C25.9927 14.1456 26.1032 14.1654 26.2104 14.2017C26.6177 14.3402 26.9458 14.6667 27.1932 15.1449C28.237 17.1584 27.8775 21.9027 26.1263 27.0559C24.4278 32.0541 21.9245 35.9523 19.8995 37.0572C19.3405 37.3623 18.8178 37.4563 18.3593 37.2996C18.0922 37.2089 17.858 37.0374 17.6602 36.795C17.6668 36.8049 17.6733 36.8164 17.6799 36.8263C18.1714 37.5651 20.1123 38.1109 20.9698 37.9675C23.7319 37.5057 26.6342 33.0913 28.42 27.8358C30.1746 22.6727 30.4319 17.757 28.9741 15.3676Z" fill="var(--sapContent_Illustrative_Color31)"/>
21
+ <path d="M28.2129 14.7789C27.8868 14.6146 27.232 14.4439 26.5955 14.2726C26.3613 14.1935 26.1222 14.1506 25.8798 14.1357C25.9919 14.1456 26.1024 14.1654 26.2096 14.2017C26.6169 14.3402 26.9451 14.6667 27.1924 15.1449C28.2372 17.1648 27.8098 23.2765 25.2656 29.3426C28.9877 23.6513 29.1619 16.9895 28.2129 14.7789Z" fill="var(--sapContent_Illustrative_Color31)"/>
22
+ </svg>`;
@@ -0,0 +1,36 @@
1
+ export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-GroupTable">
2
+ <path d="M40.8457 7.61475H15.1729C13.6173 7.61475 12.3562 8.87582 12.3562 10.4314V42.1833C12.3562 43.7389 13.6173 45 15.1729 45H40.8457C42.4013 45 43.6624 43.7389 43.6624 42.1833V10.4314C43.6624 8.87582 42.4013 7.61475 40.8457 7.61475Z" fill="var(--sapContent_Illustrative_Color3)"/>
3
+ <path d="M30.4895 0H4.8167C3.26108 0 2 1.26108 2 2.8167V34.5685C2 36.1242 3.26108 37.3852 4.8167 37.3852H30.4895C32.0451 37.3852 33.3062 36.1242 33.3062 34.5685V2.8167C33.3062 1.26108 32.0451 0 30.4895 0Z" fill="var(--sapContent_Illustrative_Color8)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M30.4895 1H4.8167C3.81336 1 3 1.81336 3 2.8167V34.5685C3 35.5719 3.81336 36.3852 4.8167 36.3852H30.4895C31.4928 36.3852 32.3062 35.5719 32.3062 34.5685V2.8167C32.3062 1.81336 31.4928 1 30.4895 1ZM4.8167 0H30.4895C32.0451 0 33.3062 1.26108 33.3062 2.8167V34.5685C33.3062 36.1242 32.0451 37.3852 30.4895 37.3852H4.8167C3.26108 37.3852 2 36.1242 2 34.5685V2.8167C2 1.26108 3.26108 0 4.8167 0Z" fill="var(--sapContent_Illustrative_Color4)"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.88611 3.02704C4.88611 2.89901 4.9213 2.79639 4.9643 2.79639H30.1797C30.2227 2.79639 30.2579 2.89412 30.2579 3.02704V34.3596C30.2579 34.4876 30.2227 34.5903 30.1797 34.5903H4.9643C4.9213 34.5903 4.88611 34.4925 4.88611 34.3596V3.02704Z" fill="var(--sapContent_Illustrative_Color8)"/>
6
+ <path d="M30.2598 5.79541H4.88611V8.39221H30.2598V5.79541Z" fill="var(--sapContent_Illustrative_Color18)"/>
7
+ <path d="M6.35507 6.77686H10.7179C10.8606 6.77686 10.9769 6.93226 10.9769 7.12382C10.9769 7.31929 10.8606 7.46979 10.7179 7.46979H6.35507C6.2114 7.46979 6.09509 7.3144 6.09509 7.12382C6.09509 6.93226 6.20749 6.77686 6.35507 6.77686Z" fill="var(--sapContent_Illustrative_Color14)"/>
8
+ <path d="M6.35507 9.31592H9.89695C10.0396 9.31592 10.1559 9.47131 10.1559 9.66189C10.1559 9.85736 10.0396 10.0088 9.89695 10.0088H6.35507C6.2114 10.0088 6.09509 9.85345 6.09509 9.66189C6.09509 9.47131 6.20749 9.31592 6.35507 9.31592Z" fill="var(--sapContent_Illustrative_Color14)"/>
9
+ <path d="M6.35507 11.9712H10.4599C10.6036 11.9712 10.7199 12.1266 10.7199 12.3172C10.7199 12.5126 10.6036 12.6641 10.4599 12.6641H6.35507C6.2114 12.6641 6.09509 12.5087 6.09509 12.3172C6.09509 12.1256 6.20749 11.9712 6.35507 11.9712Z" fill="var(--sapContent_Illustrative_Color14)"/>
10
+ <path d="M6.35507 14.5127H8.21202C8.35568 14.5127 8.47101 14.6681 8.47101 14.8587C8.47101 15.0541 8.35568 15.2047 8.21202 15.2047H6.35507C6.2114 15.2047 6.09509 15.0502 6.09509 14.8587C6.09509 14.6652 6.20749 14.5127 6.35507 14.5127Z" fill="var(--sapContent_Illustrative_Color14)"/>
11
+ <path d="M6.35507 17.1064H8.21202C8.35568 17.1064 8.47101 17.2609 8.47101 17.4524C8.47101 17.6479 8.35568 17.7984 8.21202 17.7984H6.35507C6.2114 17.7984 6.09509 17.644 6.09509 17.4524C6.09509 17.2609 6.20749 17.1064 6.35507 17.1064Z" fill="var(--sapContent_Illustrative_Color14)"/>
12
+ <path d="M6.35507 22.2998H8.21202C8.35568 22.2998 8.47101 22.4542 8.47101 22.6458C8.47101 22.8412 8.35568 22.9918 8.21202 22.9918H6.35507C6.2114 22.9918 6.09509 22.8364 6.09509 22.6458C6.09509 22.4542 6.20749 22.2998 6.35507 22.2998Z" fill="var(--sapContent_Illustrative_Color14)"/>
13
+ <path d="M6.35507 19.7031H8.21202C8.35568 19.7031 8.47101 19.8575 8.47101 20.0491C8.47101 20.2446 8.35568 20.3951 8.21202 20.3951H6.35507C6.2114 20.3951 6.09509 20.2407 6.09509 20.0491C6.09509 19.8575 6.20749 19.7031 6.35507 19.7031Z" fill="var(--sapContent_Illustrative_Color14)"/>
14
+ <path d="M6.35507 24.8955H8.21202C8.35568 24.8955 8.47101 25.0509 8.47101 25.2425C8.47101 25.4379 8.35568 25.5884 8.21202 25.5884H6.35507C6.2114 25.5884 6.09509 25.4331 6.09509 25.2425C6.09509 25.0509 6.20749 24.8955 6.35507 24.8955Z" fill="var(--sapContent_Illustrative_Color14)"/>
15
+ <path d="M6.34628 27.5034H8.20323C8.34592 27.5034 8.46221 27.6588 8.46221 27.8494C8.46221 28.0449 8.34592 28.1964 8.20323 28.1964H6.34628C6.20359 28.1964 6.08728 28.0409 6.08728 27.8494C6.08728 27.6588 6.2075 27.5034 6.34628 27.5034Z" fill="var(--sapContent_Illustrative_Color14)"/>
16
+ <path d="M15.4765 6.77686H19.8394C19.9821 6.77686 20.0984 6.93226 20.0984 7.12382C20.0984 7.31929 19.9821 7.46979 19.8394 7.46979H15.4765C15.3328 7.46979 15.2166 7.3144 15.2166 7.12382C15.2166 6.93226 15.3328 6.77686 15.4765 6.77686Z" fill="var(--sapContent_Illustrative_Color14)"/>
17
+ <path d="M15.4765 9.31592H19.0184C19.1611 9.31592 19.2774 9.47131 19.2774 9.66189C19.2774 9.85736 19.1611 10.0088 19.0184 10.0088H15.4765C15.3328 10.0088 15.2166 9.85345 15.2166 9.66189C15.2166 9.47131 15.3328 9.31592 15.4765 9.31592Z" fill="var(--sapContent_Illustrative_Color14)"/>
18
+ <path d="M15.4765 11.9712H19.5813C19.725 11.9712 19.8413 12.1266 19.8413 12.3172C19.8413 12.5126 19.725 12.6641 19.5813 12.6641H15.4765C15.3328 12.6641 15.2166 12.5087 15.2166 12.3172C15.2166 12.1256 15.3328 11.9712 15.4765 11.9712Z" fill="var(--sapContent_Illustrative_Color14)"/>
19
+ <path d="M15.4765 14.5127H17.3335C17.4771 14.5127 17.5925 14.6681 17.5925 14.8587C17.5925 15.0541 17.4771 15.2047 17.3335 15.2047H15.4765C15.3328 15.2047 15.2166 15.0502 15.2166 14.8587C15.2166 14.6652 15.3328 14.5127 15.4765 14.5127Z" fill="var(--sapContent_Illustrative_Color14)"/>
20
+ <path d="M15.4765 17.1064H17.3335C17.4771 17.1064 17.5925 17.2609 17.5925 17.4524C17.5925 17.6479 17.4771 17.7984 17.3335 17.7984H15.4765C15.3328 17.7984 15.2166 17.644 15.2166 17.4524C15.2166 17.2609 15.3328 17.1064 15.4765 17.1064Z" fill="var(--sapContent_Illustrative_Color14)"/>
21
+ <path d="M15.4765 22.2998H17.3335C17.4771 22.2998 17.5925 22.4542 17.5925 22.6458C17.5925 22.8412 17.4771 22.9918 17.3335 22.9918H15.4765C15.3328 22.9918 15.2166 22.8364 15.2166 22.6458C15.2166 22.4542 15.3328 22.2998 15.4765 22.2998Z" fill="var(--sapContent_Illustrative_Color14)"/>
22
+ <path d="M15.4765 19.7031H17.3335C17.4771 19.7031 17.5925 19.8575 17.5925 20.0491C17.5925 20.2446 17.4771 20.3951 17.3335 20.3951H15.4765C15.3328 20.3951 15.2166 20.2407 15.2166 20.0491C15.2166 19.8575 15.3328 19.7031 15.4765 19.7031Z" fill="var(--sapContent_Illustrative_Color14)"/>
23
+ <path d="M15.4765 24.8955H17.3335C17.4771 24.8955 17.5925 25.0509 17.5925 25.2425C17.5925 25.4379 17.4771 25.5884 17.3335 25.5884H15.4765C15.3328 25.5884 15.2166 25.4331 15.2166 25.2425C15.2166 25.0509 15.3328 24.8955 15.4765 24.8955Z" fill="var(--sapContent_Illustrative_Color14)"/>
24
+ <path d="M15.4677 27.5034H17.3247C17.4674 27.5034 17.5837 27.6588 17.5837 27.8494C17.5837 28.0449 17.4674 28.1964 17.3247 28.1964H15.4677C15.325 28.1964 15.2087 28.0409 15.2087 27.8494C15.2087 27.6588 15.325 27.5034 15.4677 27.5034Z" fill="var(--sapContent_Illustrative_Color14)"/>
25
+ <path d="M24.4945 6.77686H28.8573C29 6.77686 29.1163 6.93226 29.1163 7.12382C29.1163 7.31929 29 7.46979 28.8573 7.46979H24.4945C24.3508 7.46979 24.2345 7.3144 24.2345 7.12382C24.2345 6.93226 24.3508 6.77686 24.4945 6.77686Z" fill="var(--sapContent_Illustrative_Color14)"/>
26
+ <path d="M24.4945 9.31592H28.0364C28.179 9.31592 28.2954 9.47131 28.2954 9.66189C28.2954 9.85736 28.179 10.0088 28.0364 10.0088H24.4945C24.3508 10.0088 24.2345 9.85345 24.2345 9.66189C24.2345 9.47131 24.3508 9.31592 24.4945 9.31592Z" fill="var(--sapContent_Illustrative_Color14)"/>
27
+ <path d="M24.4945 11.9712H28.5993C28.743 11.9712 28.8593 12.1266 28.8593 12.3172C28.8593 12.5126 28.743 12.6641 28.5993 12.6641H24.4945C24.3508 12.6641 24.2345 12.5087 24.2345 12.3172C24.2345 12.1256 24.3508 11.9712 24.4945 11.9712Z" fill="var(--sapContent_Illustrative_Color14)"/>
28
+ <path d="M24.4945 14.5127H26.3514C26.4941 14.5127 26.6104 14.6681 26.6104 14.8587C26.6104 15.0541 26.4941 15.2047 26.3514 15.2047H24.4945C24.3508 15.2047 24.2345 15.0502 24.2345 14.8587C24.2345 14.6652 24.3508 14.5127 24.4945 14.5127Z" fill="var(--sapContent_Illustrative_Color14)"/>
29
+ <path d="M24.4945 17.1064H26.3514C26.4941 17.1064 26.6104 17.2609 26.6104 17.4524C26.6104 17.6479 26.4941 17.7984 26.3514 17.7984H24.4945C24.3508 17.7984 24.2345 17.644 24.2345 17.4524C24.2345 17.2609 24.3508 17.1064 24.4945 17.1064Z" fill="var(--sapContent_Illustrative_Color14)"/>
30
+ <path d="M24.4945 22.2998H26.3514C26.4941 22.2998 26.6104 22.4542 26.6104 22.6458C26.6104 22.8412 26.4941 22.9918 26.3514 22.9918H24.4945C24.3508 22.9918 24.2345 22.8364 24.2345 22.6458C24.2345 22.4542 24.3508 22.2998 24.4945 22.2998Z" fill="var(--sapContent_Illustrative_Color14)"/>
31
+ <path d="M24.4945 19.7031H26.3514C26.4941 19.7031 26.6104 19.8575 26.6104 20.0491C26.6104 20.2446 26.4941 20.3951 26.3514 20.3951H24.4945C24.3508 20.3951 24.2345 20.2407 24.2345 20.0491C24.2345 19.8575 24.3508 19.7031 24.4945 19.7031Z" fill="var(--sapContent_Illustrative_Color14)"/>
32
+ <path d="M24.4945 24.8955H26.3514C26.4941 24.8955 26.6104 25.0509 26.6104 25.2425C26.6104 25.4379 26.4941 25.5884 26.3514 25.5884H24.4945C24.3508 25.5884 24.2345 25.4331 24.2345 25.2425C24.2345 25.0509 24.3508 24.8955 24.4945 24.8955Z" fill="var(--sapContent_Illustrative_Color14)"/>
33
+ <path d="M24.4837 27.5034H26.3407C26.4843 27.5034 26.6006 27.6588 26.6006 27.8494C26.6006 28.0449 26.4843 28.1964 26.3407 28.1964H24.4837C24.3401 28.1964 24.2247 28.0409 24.2247 27.8494C24.2267 27.6588 24.342 27.5034 24.4837 27.5034Z" fill="var(--sapContent_Illustrative_Color14)"/>
34
+ <path d="M11.6659 3.71875H6.70104C6.36639 3.71875 6.09509 3.99004 6.09509 4.3247C6.09509 4.65936 6.36639 4.93065 6.70104 4.93065H11.6659C12.0006 4.93065 12.2719 4.65936 12.2719 4.3247C12.2719 3.99004 12.0006 3.71875 11.6659 3.71875Z" fill="var(--sapContent_Illustrative_Color14)"/>
35
+ </svg>
36
+ `;
@@ -0,0 +1,23 @@
1
+ export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-GroupingColumns">
2
+ <path d="M40.722 35.6867L30.8353 31.9509C30.8033 31.9388 30.7713 31.9328 30.7393 31.9419L0.911303 34.5372C-0.13775 34.591 -0.117776 34.993 0.167806 35.1621L7.07293 39.7768C7.65148 40.0183 8.26695 40.0756 8.86766 39.9428L39.8849 36.227C40.754 36.0851 41.1222 35.8877 40.722 35.6867Z" fill="var(--sapContent_Illustrative_Color21)"/>
3
+ <path d="M2.79734 9.11979L10.6735 34.8518C10.8268 35.411 11.3718 35.7715 11.9453 35.6977L42.2991 31.5807C43.6986 31.1322 44.2493 29.6901 44.008 28.9918L25.3033 6.33304C25.1301 5.8391 24.6504 5.52116 24.1309 5.55523L3.92591 5.83146C3.18782 5.87688 2.18194 6.97039 2.79734 9.11979Z" fill="var(--sapContent_Illustrative_Color22)"/>
4
+ <path d="M3.12233 7.29082L11.413 33.7492C11.5663 34.3085 12.1114 34.669 12.6848 34.5952L43.0743 30.5191C43.8067 30.4254 44.2694 29.6788 44.0253 28.9805L35.0916 4.7803C34.9185 4.28637 34.4387 3.96843 33.9192 4.00249L4.17268 5.81752C3.43459 5.86294 2.92645 6.5783 3.12233 7.29082Z" fill="var(--sapContent_Illustrative_Color2)"/>
5
+ <path d="M35.0919 4.7803C34.9187 4.28637 34.4389 3.96843 33.9194 4.00249L4.12287 5.77699C3.38479 5.82241 2.87665 6.53493 3.07252 7.24745L4.56098 11.8926L36.6807 8.98217L35.089 4.77747L35.0919 4.7803Z" fill="var(--sapContent_Illustrative_Color14)"/>
6
+ <path d="M18.8948 16.2412L10.873 16.9557C10.7484 16.9684 10.6207 16.8922 10.5888 16.7906L10.1481 15.3902C10.1161 15.2886 10.1896 15.1965 10.3173 15.187L18.3264 14.5043C18.4477 14.4947 18.5722 14.5678 18.6042 14.6662L19.0576 16.038C19.0896 16.1396 19.0193 16.2285 18.898 16.2412H18.8948Z" fill="var(--sapContent_Illustrative_Color8)"/>
7
+ <path d="M21.6599 20.2745L12.2107 21.2049C12.0861 21.2176 11.9552 21.1414 11.9233 21.0366L11.4762 19.6172C11.4443 19.5124 11.5177 19.4203 11.6454 19.4076L21.0787 18.5185C21.2001 18.5058 21.3246 18.5789 21.3566 18.6805L21.8164 20.0681C21.8515 20.1697 21.7813 20.2618 21.6599 20.2745Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path d="M23.0584 24.483L13.5708 25.5055C13.4431 25.5182 13.3154 25.4452 13.2802 25.3372L12.8268 23.8956C12.7948 23.7908 12.8683 23.6955 12.996 23.6797L22.4676 22.6953C22.589 22.6826 22.7135 22.7556 22.7487 22.8604L23.2149 24.2671C23.25 24.3719 23.1798 24.464 23.0584 24.4767V24.483Z" fill="var(--sapContent_Illustrative_Color8)"/>
9
+ <path d="M22.1294 29.0355L14.9475 29.8802C14.8197 29.8961 14.6888 29.8199 14.6569 29.7119L14.197 28.2512C14.1619 28.1433 14.2385 28.0448 14.3663 28.0321L21.5354 27.2192C21.6568 27.2065 21.7845 27.2795 21.8196 27.3843L22.2923 28.8196C22.3274 28.9244 22.2539 29.0228 22.1326 29.0355H22.1294Z" fill="var(--sapContent_Illustrative_Color8)"/>
10
+ <path d="M34.8586 14.8259L26.0417 15.6103C25.9235 15.6198 25.8022 15.5499 25.767 15.4483L25.304 14.0956C25.2689 13.9971 25.3391 13.9082 25.4541 13.8987L34.2583 13.1493C34.3701 13.1398 34.4914 13.2096 34.5233 13.3081L34.996 14.629C35.0311 14.7275 34.9672 14.8132 34.8554 14.8227L34.8586 14.8259Z" fill="var(--sapContent_Illustrative_Color8)"/>
11
+ <path d="M33.6712 19.0923L27.4409 19.7052C27.3227 19.7179 27.1982 19.6448 27.1663 19.5432L26.6968 18.1714C26.6617 18.0698 26.7288 17.9809 26.8469 17.9682L33.0677 17.3808C33.1826 17.3712 33.304 17.4411 33.3391 17.5395L33.8149 18.8891C33.85 18.9875 33.7862 19.0764 33.6712 19.0891V19.0923Z" fill="var(--sapContent_Illustrative_Color8)"/>
12
+ <path d="M35.1143 23.1859L28.8616 23.8591C28.7435 23.8718 28.6189 23.7988 28.5838 23.6971L28.108 22.3063C28.0728 22.2047 28.1399 22.1126 28.2581 22.0999L34.5011 21.4521C34.6161 21.4394 34.7375 21.5125 34.7726 21.6109L35.2548 22.9795C35.2899 23.0811 35.226 23.1732 35.1111 23.1827L35.1143 23.1859Z" fill="var(--sapContent_Illustrative_Color8)"/>
13
+ <path d="M39.2175 27.0256L30.3016 28.0734C30.1834 28.0861 30.0589 28.0131 30.0238 27.9115L29.5416 26.5016C29.5064 26.4 29.5735 26.3047 29.6917 26.292L38.5916 25.2823C38.7066 25.2695 38.828 25.3394 38.8631 25.441L39.3549 26.8192C39.39 26.9208 39.3293 27.0129 39.2143 27.0256H39.2175Z" fill="var(--sapContent_Illustrative_Color8)"/>
14
+ <path d="M43.0887 22.421L14.4596 25.8616C13.8436 25.924 13.2048 25.5039 13.0345 24.9219L8.48961 10.5097C8.32497 9.94765 8.60033 8.82067 9.82384 8.62764L38.2571 7.49215C38.7595 7.45241 39.3273 7.82712 39.526 8.33241L44.9679 20.7689C44.6046 21.6602 44.1163 22.2876 43.0887 22.4239V22.421Z" fill="var(--sapContent_Illustrative_Color11)"/>
15
+ <path d="M44.3749 21.2349L14.9964 24.6754C14.3804 24.7379 13.7417 24.3178 13.5713 23.7358L9.1258 9.72101C8.96115 9.15895 9.32167 8.66501 9.92917 8.61391L38.7967 6.30318C39.2992 6.26344 39.8669 6.63815 40.0657 7.14345L44.9285 20.1988C45.1329 20.7183 44.8887 21.1838 44.3806 21.2349H44.3749Z" fill="var(--sapContent_Illustrative_Color25)"/>
16
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M44.8987 20.9326C44.8784 20.9651 44.8552 20.9955 44.8293 21.0236C44.773 21.0847 44.7038 21.1349 44.623 21.1715C44.5519 21.2038 44.4718 21.2254 44.3837 21.2346C44.3827 21.2347 44.3817 21.2348 44.3806 21.2349H44.3749L42.3134 21.4763C42.2492 20.9278 42.6418 20.431 43.1903 20.3668L43.8933 20.2845L43.6967 19.7566C43.5039 19.239 43.7672 18.6632 44.2847 18.4704L44.9285 20.1988C44.9316 20.2066 44.9345 20.2144 44.9374 20.2222C44.9649 20.2969 44.9832 20.3703 44.9928 20.4414C44.9931 20.4438 44.9934 20.4461 44.9937 20.4484C45.0098 20.5762 44.9978 20.6964 44.9607 20.8026C44.9447 20.8488 44.9239 20.8923 44.8987 20.9326ZM42.6638 14.1187C42.1462 14.3114 41.8829 14.8873 42.0757 15.4048L42.6652 16.9873C42.8579 17.5048 43.4338 17.7681 43.9513 17.5753L42.6638 14.1187ZM41.0428 9.76688C40.5253 9.95966 40.262 10.5355 40.4548 11.053L41.0442 12.6355C41.237 13.153 41.8128 13.4163 42.3304 13.2236L41.0428 9.76688ZM30.9767 6.92915C31.0207 7.47967 31.5028 7.89023 32.0533 7.84617L34.1527 7.67811C34.7033 7.63405 35.1138 7.15204 35.0698 6.60151L30.9767 6.92915ZM25.2032 7.39129C25.2472 7.94181 25.7292 8.35238 26.2798 8.30831L28.3792 8.14026C28.9297 8.09619 29.3403 7.61418 29.2962 7.06366L25.2032 7.39129ZM19.4297 7.85344C19.4737 8.40396 19.9557 8.81452 20.5063 8.77046L22.6057 8.6024C23.1562 8.55834 23.5668 8.07633 23.5227 7.5258L19.4297 7.85344ZM13.6561 8.31558C13.7002 8.8661 14.1822 9.27667 14.7327 9.2326L16.8322 9.06455C17.3827 9.02048 17.7933 8.53847 17.7492 7.98795L13.6561 8.31558ZM11.1794 16.1952C11.7059 16.0282 11.9972 15.4661 11.8303 14.9396L11.2914 13.2409C11.1244 12.7144 10.5623 12.4231 10.0359 12.59L11.1794 16.1952ZM12.6613 20.8668C13.1877 20.6998 13.4791 20.1377 13.3121 19.6112L12.7733 17.9125C12.6063 17.386 12.0441 17.0947 11.5177 17.2616L12.6613 20.8668ZM22.9336 23.7459C22.8694 23.1974 22.3726 22.8048 21.8241 22.869L19.6875 23.1192C19.1389 23.1835 18.7463 23.6802 18.8106 24.2288L22.9336 23.7459ZM28.8093 23.0578C28.7451 22.5093 28.2483 22.1167 27.6998 22.1809L25.5632 22.4311C25.0146 22.4954 24.622 22.9921 24.6863 23.5407L28.8093 23.0578ZM34.685 22.3697C34.6208 21.8212 34.124 21.4286 33.5755 21.4928L31.4389 21.743C30.8904 21.8073 30.4977 22.304 30.562 22.8525L34.685 22.3697ZM40.5607 21.6816C40.4965 21.133 39.9997 20.7404 39.4512 20.8047L37.3146 21.0549C36.7661 21.1191 36.3735 21.6159 36.4377 22.1644L40.5607 21.6816ZM17.0579 24.434C16.9937 23.8855 16.4969 23.4929 15.9484 23.5571L14.8908 23.681C14.738 23.6933 14.5609 23.5569 14.5311 23.4549L14.5279 23.4442L14.2551 22.5841C14.0881 22.0576 13.526 21.7663 12.9995 21.9332L13.5713 23.7358C13.7417 24.3178 14.3804 24.7379 14.9964 24.6754L17.0579 24.434ZM9.69758 11.5236C10.224 11.3566 10.5154 10.7945 10.3484 10.268L10.1367 9.6005L11.0587 9.52669C11.6092 9.48263 12.0198 9.00062 11.9757 8.45009L9.92917 8.61391C9.32167 8.66501 8.96115 9.15895 9.1258 9.72101L9.69758 11.5236ZM9.9891 9.6144C9.98892 9.61446 9.9891 9.6144 9.9891 9.6144V9.6144ZM36.7502 6.467C36.7943 7.01752 37.2763 7.42809 37.8268 7.38402L38.8734 7.30025C38.8727 7.30031 38.8724 7.30035 38.8724 7.30042C38.8723 7.30115 38.9191 7.30384 38.9934 7.35296C39.0725 7.40533 39.1173 7.46826 39.1333 7.50514L39.4233 8.28373C39.616 8.80128 40.1919 9.06456 40.7094 8.87178L40.0657 7.14345C39.8669 6.63815 39.2992 6.26344 38.7967 6.30318L36.7502 6.467Z" fill="var(--sapContent_Illustrative_Color1)"/>
17
+ <path d="M21.5969 12.5487L14.1707 13.2348C14.0605 13.2455 13.9467 13.1744 13.9183 13.0784L13.5024 11.7738C13.4704 11.6778 13.5344 11.5925 13.6446 11.5818L21.0565 10.9171C21.1632 10.9064 21.2734 10.9775 21.3054 11.0699L21.7319 12.3568C21.7639 12.4528 21.7035 12.5345 21.5969 12.5452V12.5487Z" fill="var(--sapContent_Illustrative_Color14)"/>
18
+ <path d="M24.1137 16.3242L15.4327 17.1916C15.3225 17.2023 15.2087 17.1312 15.1767 17.0352L14.7573 15.7128C14.7253 15.6168 14.7893 15.528 14.8995 15.5173L23.5663 14.6784C23.6729 14.6677 23.7831 14.7352 23.8151 14.8312L24.2488 16.1323C24.2808 16.2283 24.2204 16.3136 24.1137 16.3242Z" fill="var(--sapContent_Illustrative_Color14)"/>
19
+ <path d="M25.4256 20.2674L16.7054 21.2024C16.5952 21.213 16.4815 21.1455 16.4495 21.0459L16.0229 19.7058C15.9909 19.6062 16.0549 19.5174 16.1651 19.5067L24.871 18.6002C24.9777 18.5896 25.0914 18.6571 25.1234 18.7531L25.5642 20.0719C25.5962 20.1679 25.5358 20.2568 25.4291 20.2674H25.4256Z" fill="var(--sapContent_Illustrative_Color14)"/>
20
+ <path d="M37.8806 10.9498L29.7399 11.7034C29.6368 11.7141 29.5266 11.6465 29.4946 11.5541L29.0538 10.2921C29.0218 10.1997 29.0787 10.118 29.1818 10.1073L37.3083 9.37855C37.4078 9.36789 37.5145 9.43543 37.5465 9.52785L37.9979 10.7685C38.0299 10.8609 37.9766 10.9427 37.8771 10.9498H37.8806Z" fill="var(--sapContent_Illustrative_Color14)"/>
21
+ <path d="M36.9356 14.9437L31.0736 15.5267C30.9705 15.5373 30.8603 15.4698 30.8283 15.3738L30.3839 14.0941C30.3519 14.0017 30.4088 13.9163 30.5119 13.9057L36.3632 13.3405C36.4628 13.3298 36.573 13.3973 36.605 13.4898L37.06 14.7517C37.092 14.8442 37.0387 14.9295 36.9391 14.9366L36.9356 14.9437Z" fill="var(--sapContent_Illustrative_Color14)"/>
22
+ <path d="M38.308 18.778L32.4211 19.4072C32.318 19.4179 32.2078 19.3503 32.1723 19.2544L31.7208 17.9568C31.6888 17.8609 31.7457 17.7755 31.8488 17.7649L37.725 17.1535C37.8246 17.1428 37.9348 17.2103 37.9703 17.3028L38.4289 18.5825C38.4644 18.6749 38.4076 18.7602 38.308 18.7745V18.778Z" fill="var(--sapContent_Illustrative_Color14)"/>
23
+ </svg>`;
@@ -0,0 +1,119 @@
1
+ export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-KeyTask">
2
+ <g clip-path="url(#clip0_31411_12412)">
3
+ <path d="M22.753 37.3427L24.0865 37.4365L41.9545 29.7773L24.8303 22.4465L0.706981 26.6313C0.11395 26.7485 -0.465679 26.9562 0.562912 27.4421L21.778 37.0914C22.17 37.269 22.3275 37.3092 22.753 37.3427Z" fill="var(--sapContent_Illustrative_Color21)"/>
4
+ <path d="M9.37457 30.1693L9.39467 30.8629C9.39467 30.893 9.41477 30.9232 9.44493 30.9366L23.0277 37.212C23.0277 37.212 24.1099 37.7179 25.172 37.212C26.6696 36.4983 44.7386 28.8023 44.7386 28.8023C44.7386 28.8023 44.9866 28.7253 44.9933 28.4539C45 28.1825 44.9933 27.8977 44.9933 27.8977L9.37122 30.1693H9.37457Z" fill="var(--sapContent_Illustrative_Color29)"/>
5
+ <path d="M12.2292 29.1641L12.1656 29.1842L11.9914 29.2345L11.73 29.3115L11.4084 29.4053L11.0465 29.5125L10.6746 29.6198L10.3128 29.727C10.2056 29.7571 9.44501 30.0084 9.44501 30.0084C9.36794 30.0453 9.36794 30.2295 9.3914 30.2966C9.40815 30.3401 9.4383 30.377 9.48186 30.3971C9.66278 30.4909 23.6342 36.5586 23.6342 36.5586C23.6342 36.5586 24.3914 36.9137 25.5004 36.3609C26.395 35.9153 34.7008 32.4341 34.7008 32.4341L44.7186 28.2327C44.7186 28.2327 45.6132 27.7904 44.1256 27.5793L31.2062 24.2858C31.2062 24.2858 30.6098 24.0781 29.7354 24.2657C28.8643 24.4534 12.2326 29.1641 12.2326 29.1641H12.2259H12.2292Z" fill="var(--sapContent_Illustrative_Color1)"/>
6
+ <path d="M17.4257 28.8725C17.5698 28.5308 17.8077 28.0115 18.1126 27.5022C14.876 28.4169 12.2258 29.164 12.2258 29.164C12.2057 29.1707 12.1823 29.1774 12.1622 29.1841C12.1052 29.2009 12.0449 29.2176 11.9879 29.2344C11.9008 29.2612 11.8137 29.2846 11.7266 29.3114C11.6194 29.3416 11.5088 29.3751 11.405 29.4053L11.0431 29.5125C10.9191 29.5493 10.7952 29.5828 10.6712 29.6197C10.5506 29.6532 10.43 29.69 10.3094 29.7269C10.2021 29.7571 9.44159 30.0083 9.44159 30.0083C9.36453 30.0452 9.36453 30.2295 9.38798 30.2965C9.40473 30.34 9.43489 30.3769 9.47844 30.397C9.57226 30.4473 13.5392 32.1761 17.2515 33.7877C16.8494 32.156 16.7757 30.4271 17.4324 28.8725H17.4257Z" fill="var(--sapContent_Illustrative_Color1)"/>
7
+ <path d="M9.40477 30.2496L30.0503 24.2858C30.0503 24.2858 30.258 24.3026 30.2011 23.5923C30.1441 22.882 28.3516 8.28068 28.3516 8.28068C28.3516 8.28068 28.2746 7.57039 27.4537 7.56033C26.6328 7.55363 7.0293 8.60568 7.0293 8.60568C7.0293 8.60568 5.9605 8.69949 6.08447 9.8889C6.20509 11.0783 8.75813 29.2478 8.75813 29.2478C8.75813 29.2478 8.97591 30.2362 9.40477 30.2463V30.2496Z" fill="var(--sapContent_Illustrative_Color1)"/>
8
+ <path d="M20.8532 25.7533C18.1192 25.5858 15.325 25.0464 12.916 23.6794C10.5171 22.3225 9.74645 20.014 8.86193 17.4073C8.11813 15.2295 7.48154 12.3683 7.61556 10.8941C7.79984 10.0899 8.04777 9.30594 8.32251 8.53198C7.505 8.57554 7.02588 8.60234 7.02588 8.60234C7.02588 8.60234 5.95708 8.69615 6.08105 9.88557C6.20167 11.075 8.75472 29.2445 8.75472 29.2445C8.75472 29.2445 8.84518 30.2396 9.40135 30.2429L25.058 25.7198C23.6576 25.8136 22.2504 25.8304 20.8465 25.7466V25.7533H20.8532Z" fill="var(--sapContent_Illustrative_Color1)"/>
9
+ <path d="M7.01923 9.92918L9.60243 27.901L29.4807 22.8351L27.8323 8.55884L7.01923 9.92918Z" fill="var(--sapContent_Illustrative_Color8)"/>
10
+ <path d="M32.0169 32.394L37.8635 29.9783C38.031 29.908 37.9941 29.6064 37.8099 29.5662L34.1545 28.7822C34.0105 28.7521 33.8697 28.7621 33.7391 28.8057L26.6595 31.2783C26.6059 31.2984 26.6193 31.3956 26.683 31.409L29.8559 32.4409C30.5997 32.6822 31.3535 32.6654 32.0169 32.3907V32.3974V32.394Z" fill="var(--sapContent_Illustrative_Color27)"/>
11
+ <path d="M26.6596 31.362C26.5959 31.3419 26.5792 31.2413 26.6328 31.2179L33.6587 28.8089C33.8363 28.7486 34.0239 28.7386 34.2149 28.7788L37.7965 29.5594C37.8434 29.5695 37.897 29.5963 37.9339 29.6532C37.9607 29.6934 37.9741 29.7403 37.9741 29.7872V29.8007L34.1713 28.9161C34.0105 28.886 33.8463 28.8994 33.6955 28.9496L26.6596 31.3586V31.3519V31.362Z" fill="var(--sapContent_Illustrative_Color1)"/>
12
+ <path d="M32.007 28.0752L33.0289 28.3365C33.0758 28.3499 33.0892 28.4303 33.0456 28.4437L32.0941 28.7386H32.074L31.0119 28.4672C30.965 28.4538 30.9482 28.3734 30.9951 28.36L31.9869 28.0785H32.007V28.0752Z" fill="var(--sapContent_Illustrative_Color1)"/>
13
+ <path d="M33.7794 27.5725L34.7577 27.8037C34.808 27.8171 34.818 27.8975 34.7744 27.9109L33.5884 28.2795H33.5683L32.5732 28.0282C32.5263 28.0148 32.5129 27.9344 32.5564 27.921L33.766 27.5759H33.7861L33.7794 27.5725Z" fill="var(--sapContent_Illustrative_Color1)"/>
14
+ <path d="M22.4548 30.8025L23.8218 31.2213C23.8586 31.2313 23.8687 31.2883 23.8385 31.295L22.6424 31.6636H22.6223L21.2587 31.2179C21.2252 31.2079 21.2118 31.1476 21.2386 31.1442L22.4347 30.8025H22.4548Z" fill="var(--sapContent_Illustrative_Color1)"/>
15
+ <path d="M31.5445 28.7988L30.4556 28.5208H30.4355L29.4069 28.8156L22.9003 30.6717C22.8601 30.6818 22.8769 30.7522 22.9204 30.7656L24.2338 31.1676H24.2539L30.7706 29.1506L31.5579 28.9061C31.6015 28.8927 31.5881 28.8122 31.5412 28.7988H31.5445Z" fill="var(--sapContent_Illustrative_Color1)"/>
16
+ <path d="M16.1592 30.7555L15.3518 30.9867H15.325L14.5946 30.7522C14.5343 30.7321 14.5108 30.6449 14.5577 30.6282L15.3853 30.387H15.4121L16.1224 30.6282C16.1793 30.6483 16.2061 30.7354 16.1559 30.7522L16.1592 30.7555Z" fill="var(--sapContent_Illustrative_Color1)"/>
17
+ <path d="M18.7994 31.6468L18.069 31.8578H18.0422L17.1878 31.5864C17.1275 31.5663 17.1074 31.4792 17.1543 31.4658L17.9115 31.248H17.9417L18.7726 31.5295C18.8296 31.5496 18.853 31.6367 18.8028 31.6501H18.7961V31.6434L18.7994 31.6468Z" fill="var(--sapContent_Illustrative_Color1)"/>
18
+ <path d="M17.4358 31.1843L16.6652 31.4055H16.6384L15.8711 31.1609C15.8108 31.1408 15.7874 31.0537 15.8376 31.0369L16.6317 30.8091H16.6585L17.4023 31.0637C17.4592 31.0838 17.4827 31.1709 17.4358 31.1877V31.1843Z" fill="var(--sapContent_Illustrative_Color1)"/>
19
+ <path d="M20.8499 31.2614L22.1734 31.6936C22.227 31.7137 22.2404 31.7874 22.1968 31.8008L21.118 32.1325H21.0912L19.751 31.6769C19.6974 31.6568 19.6806 31.5831 19.7242 31.5696L20.8198 31.2581H20.8466L20.8499 31.2614Z" fill="var(--sapContent_Illustrative_Color1)"/>
20
+ <path d="M35.5684 27.0566L36.7377 27.3012L35.3238 27.7401L34.1478 27.462L35.5684 27.0566Z" fill="var(--sapContent_Illustrative_Color1)"/>
21
+ <path d="M19.8012 28.9028L19.1545 28.7219C19.1043 28.7051 19.0842 28.6281 19.1277 28.618L20.1195 28.3433H20.1396L20.7762 28.5141C20.8264 28.5275 20.8465 28.6079 20.7996 28.618L19.8179 28.8994H19.7978H19.8045L19.8012 28.9028Z" fill="var(--sapContent_Illustrative_Color1)"/>
22
+ <path d="M18.2867 29.3384L17.6669 29.1474C17.61 29.1273 17.5865 29.0369 17.6368 29.0268L18.605 28.7588H18.6285L19.2483 28.9364C19.3053 28.9531 19.3321 29.0469 19.2785 29.057L18.3069 29.3384H18.28H18.2867Z" fill="var(--sapContent_Illustrative_Color1)"/>
23
+ <path d="M18.1092 30.1825L17.3721 29.9379C17.3152 29.9178 17.2917 29.8307 17.342 29.8173L18.3136 29.5359H18.3404L19.111 29.7704C19.168 29.7905 19.1914 29.8776 19.1412 29.891L18.1394 30.1792H18.1092V30.1825Z" fill="var(--sapContent_Illustrative_Color1)"/>
24
+ <path d="M21.3056 28.4638L20.6858 28.2963C20.6356 28.2829 20.6154 28.2025 20.6624 28.1891L21.644 27.9177H21.6641L22.2605 28.0785C22.3108 28.0919 22.3275 28.1724 22.284 28.1858L21.3257 28.4605H21.3056V28.4638Z" fill="var(--sapContent_Illustrative_Color1)"/>
25
+ <path d="M14.0351 30.5745L13.3282 30.3466C13.2712 30.3265 13.2444 30.2394 13.2913 30.2294L14.1825 29.9814H14.2127L14.8828 30.2093C14.9397 30.2294 14.9632 30.3165 14.9163 30.3299L14.0653 30.5778H14.0385L14.0351 30.5745Z" fill="var(--sapContent_Illustrative_Color1)"/>
26
+ <path d="M22.7932 28.035L22.1499 27.8608C22.1164 27.8508 22.0997 27.7938 22.1332 27.7837L23.1785 27.4956H23.1919L23.8218 27.6598C23.8553 27.6698 23.8721 27.7268 23.8386 27.7368L22.8066 28.035H22.7932Z" fill="var(--sapContent_Illustrative_Color1)"/>
27
+ <path d="M15.3552 30.1895L14.6985 29.9684C14.6415 29.9482 14.6181 29.8611 14.665 29.8477L15.6601 29.573H15.6902L16.3369 29.7841C16.3938 29.8042 16.4173 29.8913 16.3704 29.9047L15.3887 30.1895H15.3585H15.3552Z" fill="var(--sapContent_Illustrative_Color1)"/>
28
+ <path d="M16.826 29.7638L16.1928 29.556C16.1358 29.5359 16.1123 29.4488 16.1593 29.4354L17.1108 29.1741H17.1376L17.7708 29.3684C17.8278 29.3885 17.8512 29.4756 17.801 29.489L16.8528 29.7671H16.8226V29.7604L16.826 29.7638Z" fill="var(--sapContent_Illustrative_Color1)"/>
29
+ <path d="M34.9353 26.926L33.766 26.6814H33.7459L32.0673 26.7283C32.0237 26.7417 32.0673 26.936 32.1142 26.9461L33.7559 27.3649H33.776L34.9453 27.0298C34.9922 27.0164 34.9788 26.9293 34.9286 26.9193V26.926H34.9353Z" fill="var(--sapContent_Illustrative_Color1)"/>
30
+ <path d="M29.5645 26.276L30.506 26.0046H30.5261L31.5212 26.2124C31.5748 26.2224 31.5882 26.3095 31.5413 26.3229L30.5495 26.6111H30.5294L29.588 26.3899C29.5344 26.3765 29.521 26.2928 29.5679 26.2794H29.5612L29.5645 26.276Z" fill="var(--sapContent_Illustrative_Color1)"/>
31
+ <path d="M28.499 26.0247L29.407 25.7734H29.4238L29.8627 25.8672C29.9163 25.8773 29.9297 25.9678 29.8828 25.9812L28.9815 26.2425H28.9614L28.5158 26.1386C28.4622 26.1252 28.4454 26.0415 28.4957 26.0281L28.499 26.0247Z" fill="var(--sapContent_Illustrative_Color1)"/>
32
+ <path d="M25.8354 27.1471L25.3261 27.0165C25.2725 27.0031 25.2558 26.9193 25.306 26.9059L26.2911 26.6345H26.3112L26.797 26.7585C26.8506 26.7719 26.864 26.8557 26.8171 26.8691L25.8555 27.1471H25.8354Z" fill="var(--sapContent_Illustrative_Color1)"/>
33
+ <path d="M24.3176 27.5927L23.7045 27.4319C23.671 27.4218 23.6543 27.3648 23.6878 27.3548L24.7331 27.0667H24.7465L25.3395 27.2208C25.373 27.2308 25.3864 27.2878 25.3563 27.2978L24.331 27.5927H24.3143H24.3176Z" fill="var(--sapContent_Illustrative_Color1)"/>
34
+ <path d="M27.3666 26.7049L26.8975 26.5876C26.8439 26.5742 26.8305 26.4905 26.8774 26.4771L27.8893 26.199H27.9094L28.3684 26.3062C28.422 26.3196 28.4387 26.4034 28.3885 26.4168L27.3867 26.7082H27.3666V26.7049Z" fill="var(--sapContent_Illustrative_Color1)"/>
35
+ <path d="M20.6657 32.2767L20.009 32.4777H19.9822L18.575 32.0288C18.518 32.0087 18.4946 31.9249 18.5448 31.9082L19.2685 31.7004H19.2953L20.6355 32.1561C20.6925 32.1762 20.7092 32.26 20.6657 32.2734V32.2767Z" fill="var(--sapContent_Illustrative_Color1)"/>
36
+ <path d="M28.8206 28.102L29.9363 28.3834C29.9698 28.3935 29.9799 28.4504 29.9464 28.4605L28.8709 28.7687H28.8575L27.7585 28.4839C27.725 28.4739 27.715 28.4169 27.7451 28.4069L28.8072 28.0986H28.8206V28.102Z" fill="var(--sapContent_Illustrative_Color1)"/>
37
+ <path d="M27.2693 28.5508L28.3716 28.8356C28.4052 28.8456 28.4152 28.9026 28.385 28.9126L27.266 29.2309H27.2526L26.1771 28.9428C26.1436 28.9327 26.1302 28.8758 26.1637 28.8657L27.2626 28.5508H27.276H27.2693Z" fill="var(--sapContent_Illustrative_Color1)"/>
38
+ <path d="M30.3618 27.6631L31.4206 27.9311C31.4675 27.9445 31.4809 28.0249 31.4373 28.0383L30.4489 28.3198H30.4288L29.3768 28.0517C29.3265 28.0383 29.3131 27.9579 29.36 27.9445L30.3417 27.6631H30.3618Z" fill="var(--sapContent_Illustrative_Color1)"/>
39
+ <path d="M33.1226 26.5476L32.1745 26.3533H32.1544L31.3737 26.5778L29.4472 27.1306C29.4036 27.144 29.417 27.2277 29.4673 27.2411L30.3418 27.4623H30.3619L32.409 26.8726L33.1428 26.6615C33.1897 26.6481 33.1763 26.561 33.1226 26.5509V26.5476Z" fill="var(--sapContent_Illustrative_Color1)"/>
40
+ <path d="M25.6946 29.0065L26.7132 29.2779C26.7601 29.2913 26.7768 29.3684 26.7333 29.3818L25.765 29.6565H25.7449L24.7364 29.3851C24.6861 29.3717 24.6727 29.2947 24.7163 29.2813L25.6812 29.0032H25.7013L25.6946 29.0065Z" fill="var(--sapContent_Illustrative_Color1)"/>
41
+ <path d="M32.0672 27.1706L33.1729 27.4286C33.2231 27.442 33.2365 27.5224 33.1896 27.5358L32.0069 27.8742H31.9868L30.9281 27.6061C30.8778 27.5927 30.8644 27.5123 30.9113 27.4989L32.0505 27.1672H32.0706L32.0672 27.1706Z" fill="var(--sapContent_Illustrative_Color1)"/>
42
+ <path d="M18.9502 30.7522L17.9149 31.0504H17.8881L17.1376 30.7924C17.0807 30.7723 17.0572 30.6885 17.1075 30.6718L18.1327 30.377H18.1595L18.9201 30.6282C18.977 30.6483 18.9971 30.7321 18.9502 30.7455V30.7522Z" fill="var(--sapContent_Illustrative_Color1)"/>
43
+ <path d="M22.6357 29.8876L23.5806 30.1523C23.6375 30.1691 23.6576 30.2595 23.6074 30.2696L22.4448 30.6013H22.418L21.52 30.3265C21.4631 30.3064 21.443 30.2193 21.4932 30.2059L22.6123 29.8843H22.6391L22.6357 29.8876Z" fill="var(--sapContent_Illustrative_Color1)"/>
44
+ <path d="M26.2945 28.0316L27.3398 27.7334H27.3532L28.2913 27.9746C28.3282 27.9847 28.3382 28.045 28.3047 28.055L27.256 28.3599H27.2426L26.3112 28.1187C26.2744 28.1087 26.2643 28.0517 26.2978 28.0383V28.0316H26.2945Z" fill="var(--sapContent_Illustrative_Color1)"/>
45
+ <path d="M27.9462 26.745L28.9714 26.4502H28.9915L29.933 26.6713C29.9866 26.6847 30 26.7685 29.9531 26.7819L28.891 27.0868H28.8709L27.9629 26.8556C27.9093 26.8422 27.8959 26.7584 27.9428 26.745H27.9495H27.9462Z" fill="var(--sapContent_Illustrative_Color1)"/>
46
+ <path d="M17.6502 30.3265L16.6384 30.618H16.6116L15.8912 30.3734C15.8343 30.3533 15.8108 30.2662 15.8577 30.2562L16.8528 29.968H16.883L17.6201 30.2126C17.677 30.2327 17.7005 30.3198 17.6502 30.3299V30.3265Z" fill="var(--sapContent_Illustrative_Color1)"/>
47
+ <path d="M21.0074 30.3569L21.9053 30.6317C21.9623 30.6518 21.9824 30.7355 21.9321 30.7523L20.8298 31.0706H20.803L19.9386 30.7891C19.8816 30.769 19.8615 30.6853 19.9084 30.6719L20.9772 30.3636H21.004L21.0074 30.3569Z" fill="var(--sapContent_Illustrative_Color1)"/>
48
+ <path d="M20.344 31.2044L19.2752 31.5126H19.2484L18.4041 31.2278C18.3471 31.2077 18.327 31.124 18.3739 31.1106L19.4226 30.8057H19.4494L20.3139 31.0871C20.3708 31.1072 20.3909 31.191 20.344 31.2044Z" fill="var(--sapContent_Illustrative_Color1)"/>
49
+ <path d="M24.2104 29.4355L25.2223 29.7069C25.2692 29.7203 25.2859 29.7974 25.2424 29.8074L24.1367 30.1224H24.1166L23.1349 29.8443C23.0847 29.8276 23.0679 29.7538 23.1148 29.7438L24.1903 29.4355H24.2104Z" fill="var(--sapContent_Illustrative_Color1)"/>
50
+ <path d="M21.7177 29.3485L22.7597 29.0503H22.7798L23.6509 29.2848C23.7012 29.2982 23.7179 29.3753 23.671 29.3887L22.6123 29.6936H22.5922L21.7412 29.4523C21.6909 29.4356 21.6742 29.3619 21.7177 29.3485Z" fill="var(--sapContent_Illustrative_Color1)"/>
51
+ <path d="M20.153 29.8007L21.2117 29.4924H21.2385L22.0527 29.7236C22.1097 29.7404 22.1331 29.8308 22.0795 29.8442L20.9873 30.1592H20.9604L20.1798 29.9179C20.1228 29.8978 20.0994 29.8107 20.1496 29.7973L20.153 29.8007Z" fill="var(--sapContent_Illustrative_Color1)"/>
52
+ <path d="M23.2824 28.8992L24.2473 28.6211H24.2674L25.1385 28.8556C25.1888 28.869 25.2022 28.9461 25.1586 28.9595L24.2004 29.2376H24.1803L23.3125 29.003C23.2623 28.9896 23.2455 28.9126 23.2924 28.8992H23.2857H23.2824Z" fill="var(--sapContent_Illustrative_Color1)"/>
53
+ <path d="M24.7265 28.484L25.802 28.1758H25.8154L26.7535 28.4204C26.787 28.4304 26.8004 28.4874 26.7669 28.4974L25.6813 28.809H25.6679L24.7432 28.5611C24.7097 28.551 24.6963 28.4941 24.7265 28.484Z" fill="var(--sapContent_Illustrative_Color1)"/>
54
+ <path d="M27.3297 27.529L26.4351 27.3012C26.3848 27.2878 26.3681 27.204 26.415 27.1906L27.3833 26.9092H27.4034L28.3114 27.1404C28.365 27.1538 28.3784 27.2375 28.3315 27.2509L27.3598 27.5324H27.3364L27.3297 27.529Z" fill="var(--sapContent_Illustrative_Color1)"/>
55
+ <path d="M18.6152 30.2397L19.637 29.9448H19.6639L20.4512 30.1894C20.5082 30.2095 20.5316 30.2966 20.4814 30.3067L19.436 30.6082H19.4092L18.6487 30.3569C18.5917 30.3368 18.5716 30.2497 18.6185 30.2363L18.6152 30.2397Z" fill="var(--sapContent_Illustrative_Color1)"/>
56
+ <path d="M29.7923 27.623L28.8173 27.9044H28.7972L27.9194 27.6799C27.8692 27.6665 27.8524 27.5861 27.8993 27.5727L28.8743 27.2913H28.8944L29.7722 27.5124C29.8225 27.5258 29.8359 27.6062 29.789 27.6196H29.7957L29.7923 27.623Z" fill="var(--sapContent_Illustrative_Color1)"/>
57
+ <path d="M24.2339 28.4236L23.3025 28.1723C23.269 28.1623 23.2522 28.1053 23.2857 28.0952L24.3311 27.7937H24.3445L25.296 28.0416C25.3295 28.0517 25.3429 28.1086 25.3127 28.1187L24.2506 28.4236H24.2372H24.2339Z" fill="var(--sapContent_Illustrative_Color1)"/>
58
+ <path d="M22.7429 28.8526L21.8752 28.6215C21.8249 28.6081 21.8081 28.5276 21.8517 28.5176L22.8099 28.2395H22.83L23.7011 28.474C23.7514 28.4874 23.7682 28.5678 23.7213 28.5779L22.763 28.856H22.7396L22.7429 28.8526Z" fill="var(--sapContent_Illustrative_Color1)"/>
59
+ <path d="M25.7919 27.9746L24.78 27.7099C24.7566 27.7032 24.7499 27.6697 24.7733 27.6663L25.8522 27.3547H25.8756L26.8942 27.6161C26.9143 27.6228 26.9243 27.6563 26.9009 27.6596L25.8053 27.9746H25.7952H25.7919Z" fill="var(--sapContent_Illustrative_Color1)"/>
60
+ <path d="M21.195 29.2949L20.3507 29.057C20.3005 29.0403 20.2804 28.9666 20.3273 28.9532L21.3257 28.665H21.3458L22.2136 28.8962C22.2638 28.9096 22.2806 28.9867 22.237 29.0001L21.2151 29.2949H21.195Z" fill="var(--sapContent_Illustrative_Color1)"/>
61
+ <path d="M19.6203 29.7505L18.853 29.5159C18.7961 29.4958 18.7726 29.4087 18.8229 29.3953L19.8246 29.1072H19.8514L20.6556 29.335C20.7125 29.3518 20.736 29.4422 20.6857 29.4556L19.6538 29.7538H19.627L19.6203 29.7505Z" fill="var(--sapContent_Illustrative_Color1)"/>
62
+ <path d="M31.9935 27.9814L33.0154 28.2428C33.0623 28.2562 33.0757 28.3366 33.0322 28.35L32.0773 28.6448H32.0572L30.9951 28.3734C30.9482 28.36 30.9314 28.2796 30.9783 28.2662L31.9734 27.9848H31.9935V27.9814Z" fill="var(--sapContent_Illustrative_Color27)"/>
63
+ <path d="M33.7659 27.4722L34.7443 27.7033C34.7945 27.7168 34.8046 27.7972 34.761 27.8106L33.5716 28.1791H33.5515L32.5564 27.9245C32.5095 27.9111 32.4961 27.8307 32.5397 27.8173L33.7458 27.4722H33.7659Z" fill="var(--sapContent_Illustrative_Color27)"/>
64
+ <path d="M22.4346 30.7053L23.8016 31.1241C23.8385 31.1341 23.8485 31.1911 23.8184 31.1978L22.6223 31.5663H22.6022L21.2352 31.1174C21.2017 31.1073 21.1883 31.047 21.2151 31.0436L22.4112 30.7019H22.4346V30.7053Z" fill="var(--sapContent_Illustrative_Color27)"/>
65
+ <path d="M31.5312 28.7017L30.4423 28.4236H30.4222L29.9632 28.5543L29.7153 28.6246L29.3936 28.7184L28.0936 29.0903L26.3682 29.5828L25.1385 29.9346C25.1385 29.9346 24.8873 29.9782 24.12 30.2261L22.887 30.5779C22.8468 30.588 22.8636 30.6583 22.9071 30.6717L24.2205 31.0738H24.2406L26.4988 30.3735L27.5542 30.0486L28.9849 29.6029L30.9348 28.9965L31.5513 28.8089C31.5949 28.7955 31.5815 28.7151 31.5346 28.7017H31.5312Z" fill="var(--sapContent_Illustrative_Color27)"/>
66
+ <path d="M16.1325 30.6618L15.325 30.8929H15.2982L14.5678 30.6584C14.5075 30.6383 14.4841 30.5512 14.531 30.5344L15.3585 30.2932H15.3887L16.099 30.5344C16.1559 30.5545 16.1828 30.6417 16.1325 30.6584V30.6618Z" fill="var(--sapContent_Illustrative_Color27)"/>
67
+ <path d="M18.776 31.5529L18.0456 31.764H18.0188L17.1644 31.4893C17.1041 31.4692 17.084 31.3821 17.1309 31.3687L17.8881 31.1509H17.9183L18.7525 31.4323C18.8095 31.4524 18.8329 31.5395 18.7827 31.5529H18.776Z" fill="var(--sapContent_Illustrative_Color27)"/>
68
+ <path d="M17.4123 31.094L16.6417 31.3151H16.6149L15.8476 31.0705C15.7873 31.0504 15.7639 30.9633 15.8141 30.9466L16.6082 30.7188H16.635L17.3788 30.9734C17.4358 30.9935 17.4592 31.0806 17.4123 31.0974V31.094Z" fill="var(--sapContent_Illustrative_Color27)"/>
69
+ <path d="M20.8264 31.1676L22.1499 31.5998C22.2035 31.6199 22.2169 31.6936 22.1733 31.707L21.0945 32.0387H21.0677L19.7241 31.583C19.6705 31.5629 19.6538 31.4892 19.6973 31.4758L20.7929 31.1609H20.8231V31.1676H20.8264Z" fill="var(--sapContent_Illustrative_Color27)"/>
70
+ <path d="M35.5585 26.9561L36.7311 27.2006L35.3139 27.6395L34.1345 27.3615L35.5551 26.9561H35.5585Z" fill="var(--sapContent_Illustrative_Color27)"/>
71
+ <path d="M19.7778 28.8022L19.1312 28.6213C19.0809 28.6045 19.0608 28.5275 19.1044 28.5174L20.0961 28.2427H20.1162L20.7561 28.4135C20.8064 28.427 20.8265 28.5074 20.7796 28.5174L19.7979 28.8022H19.7778Z" fill="var(--sapContent_Illustrative_Color27)"/>
72
+ <path d="M18.2634 29.241L17.6435 29.05C17.5866 29.0299 17.5631 28.9395 17.6134 28.9294L18.585 28.6614H18.6085L19.2283 28.839C19.2853 28.8557 19.3121 28.9495 19.2585 28.9596L18.2835 29.241H18.2567H18.2634Z" fill="var(--sapContent_Illustrative_Color27)"/>
73
+ <path d="M18.0824 30.0922L17.3453 29.8476C17.2884 29.8275 17.2649 29.7404 17.3152 29.727L18.2868 29.4456H18.3136L19.0842 29.6801C19.1412 29.7002 19.1646 29.7873 19.1144 29.8007L18.1126 30.0922H18.0824Z" fill="var(--sapContent_Illustrative_Color27)"/>
74
+ <path d="M21.2821 28.3667L20.659 28.1992C20.6087 28.1858 20.5886 28.1053 20.6355 28.0919L21.6172 27.8206H21.6373L22.2337 27.9814C22.2839 27.9948 22.3007 28.0752 22.2571 28.0886L21.2989 28.3667H21.2788H21.2821Z" fill="var(--sapContent_Illustrative_Color27)"/>
75
+ <path d="M14.0083 30.4773L13.3014 30.2495C13.2444 30.2294 13.2176 30.1423 13.2645 30.1322L14.1591 29.8843H14.1892L14.8593 30.1121C14.9163 30.1322 14.9397 30.2193 14.8928 30.2294L14.0418 30.4773H14.0117H14.0083Z" fill="var(--sapContent_Illustrative_Color27)"/>
76
+ <path d="M22.7697 27.9378L22.1264 27.7636C22.0929 27.7535 22.0762 27.6966 22.1097 27.6865L23.1584 27.395H23.1718L23.8017 27.5592C23.8352 27.5692 23.8519 27.6262 23.8184 27.6363L22.7865 27.9344H22.7697V27.9378Z" fill="var(--sapContent_Illustrative_Color27)"/>
77
+ <path d="M15.3283 30.0921L14.6716 29.8709C14.6147 29.8508 14.5912 29.7637 14.6381 29.7503L15.6332 29.4756H15.6634L16.31 29.69C16.367 29.7101 16.3904 29.7972 16.3435 29.8106L15.3618 30.0988H15.3317V30.0921H15.3283Z" fill="var(--sapContent_Illustrative_Color27)"/>
78
+ <path d="M16.7992 29.6666L16.166 29.4589C16.109 29.4388 16.0856 29.3516 16.1325 29.3382L17.084 29.0769H17.1108L17.744 29.2712C17.801 29.2913 17.8244 29.3784 17.7742 29.3918L16.8227 29.6699H16.7925L16.7992 29.6632V29.6666Z" fill="var(--sapContent_Illustrative_Color27)"/>
79
+ <path d="M29.5477 26.1754L30.4892 25.9041H30.5093L31.5044 26.1118C31.558 26.1218 31.5714 26.2089 31.5245 26.2223L30.5328 26.5105H30.5127L29.5712 26.2894C29.5176 26.276 29.5042 26.1922 29.5511 26.1788H29.5444L29.5477 26.1754Z" fill="var(--sapContent_Illustrative_Color27)"/>
80
+ <path d="M28.4856 25.9241L29.3936 25.6729H29.4103L29.8492 25.7667C29.9028 25.7767 29.9162 25.8672 29.8693 25.8806L28.9647 26.1419H28.9446L28.499 26.0381C28.4454 26.0246 28.4286 25.9409 28.4789 25.9241H28.4856Z" fill="var(--sapContent_Illustrative_Color27)"/>
81
+ <path d="M25.8187 27.0499L25.306 26.9192C25.2524 26.9058 25.239 26.8221 25.2859 26.8087L26.2743 26.5339H26.2944L26.7802 26.6579C26.8339 26.6713 26.8473 26.7551 26.8003 26.7685L25.8388 27.0499H25.8187Z" fill="var(--sapContent_Illustrative_Color27)"/>
82
+ <path d="M24.2941 27.4923L23.6777 27.3314C23.6441 27.3214 23.6274 27.2644 23.6609 27.2544L24.7062 26.9629H24.7196L25.3127 27.117C25.3462 27.1271 25.3596 27.1874 25.3294 27.1974L24.3042 27.4923H24.2908H24.2941Z" fill="var(--sapContent_Illustrative_Color27)"/>
83
+ <path d="M27.3465 26.6011L26.8774 26.4839C26.8238 26.4705 26.8104 26.3867 26.8573 26.3733L27.8691 26.0952H27.8892L28.3482 26.2024C28.4019 26.2158 28.4186 26.2996 28.3683 26.313L27.3666 26.6078H27.3465V26.6011Z" fill="var(--sapContent_Illustrative_Color27)"/>
84
+ <path d="M20.6422 32.1863L19.9855 32.3907H19.9587L18.5515 31.9417C18.4945 31.9216 18.4711 31.8378 18.5213 31.8244L19.245 31.6167H19.2718L20.612 32.0724C20.669 32.0925 20.6857 32.1762 20.6422 32.1896V32.1863Z" fill="var(--sapContent_Illustrative_Color27)"/>
85
+ <path d="M28.8039 28.0083L29.9196 28.2931C29.9532 28.3031 29.9632 28.3601 29.9297 28.3702L28.8542 28.6784H28.8408L27.7385 28.3936C27.705 28.3836 27.6916 28.3266 27.7251 28.3165L28.7872 28.0083H28.8039Z" fill="var(--sapContent_Illustrative_Color27)"/>
86
+ <path d="M27.2493 28.4538L28.3516 28.7386C28.3851 28.7486 28.3952 28.8056 28.365 28.8156L27.2426 29.1373H27.2292L26.1537 28.8491C26.1202 28.8391 26.1068 28.7821 26.1403 28.7721L27.2393 28.4571H27.2527V28.4504L27.2493 28.4538Z" fill="var(--sapContent_Illustrative_Color27)"/>
87
+ <path d="M30.3485 27.5625L31.4072 27.8305C31.4575 27.8439 31.4709 27.9243 31.424 27.9378L30.4356 28.2192H30.4155L29.3634 27.9512C29.3132 27.9378 29.2998 27.8573 29.3467 27.8439L30.3284 27.5625H30.3485Z" fill="var(--sapContent_Illustrative_Color27)"/>
88
+ <path d="M34.9286 26.8254L33.7593 26.5808C33.7593 26.5808 32.9082 26.3999 32.9015 26.3999L32.1577 26.2424H32.1376L31.3469 26.4703L29.4271 27.0264C29.3836 27.0398 29.397 27.1236 29.4472 27.137L30.3217 27.3581H30.3418L32.0907 26.8522L33.7459 27.271H33.766L34.9386 26.936C34.9855 26.9226 34.9721 26.8355 34.9219 26.8254H34.9286Z" fill="var(--sapContent_Illustrative_Color27)"/>
89
+ <path d="M25.678 28.9095L26.6965 29.1809C26.7434 29.1943 26.7602 29.2714 26.7166 29.2848L25.7483 29.5595H25.7282L24.7164 29.2848C24.6661 29.2714 24.6527 29.1943 24.6963 29.1809L25.6612 28.9028H25.6813V28.9095H25.678Z" fill="var(--sapContent_Illustrative_Color27)"/>
90
+ <path d="M32.0539 27.07L33.1596 27.328C33.2098 27.3414 33.2232 27.4251 33.1763 27.4352L31.9936 27.7736H31.9735L30.9147 27.5056C30.8645 27.4922 30.8511 27.4117 30.8946 27.3983L32.0372 27.0667H32.0573L32.0539 27.07Z" fill="var(--sapContent_Illustrative_Color27)"/>
91
+ <path d="M18.9267 30.655L17.8914 30.9532H17.8646L17.1141 30.6952C17.0572 30.6751 17.0337 30.5914 17.084 30.5746L18.1092 30.2798H18.1394L18.9033 30.5311C18.9602 30.5512 18.9803 30.6349 18.9334 30.6517H18.9267V30.655Z" fill="var(--sapContent_Illustrative_Color27)"/>
92
+ <path d="M22.6156 29.7939L23.5604 30.062C23.6174 30.0787 23.6375 30.1692 23.5872 30.1826L22.4246 30.5143H22.3978L21.4999 30.2362C21.4429 30.2161 21.4228 30.129 21.4731 30.1189L22.5921 29.7973H22.6189L22.6156 29.7939Z" fill="var(--sapContent_Illustrative_Color27)"/>
93
+ <path d="M26.2777 27.9344L27.323 27.6328H27.3364L28.2779 27.874C28.3148 27.8841 28.3248 27.9444 28.2913 27.9545L27.2393 28.2593H27.2259L26.2944 28.0181C26.2576 28.0081 26.2475 27.9478 26.281 27.9377L26.2777 27.9344Z" fill="var(--sapContent_Illustrative_Color27)"/>
94
+ <path d="M27.9294 26.6481L28.9547 26.3533H28.9748L29.9162 26.5744C29.9699 26.5878 29.9833 26.6716 29.9364 26.685L28.8743 26.9932H28.8542L27.9462 26.762C27.8926 26.7486 27.8792 26.6649 27.9261 26.6515H27.9328L27.9294 26.6481Z" fill="var(--sapContent_Illustrative_Color27)"/>
95
+ <path d="M17.6234 30.2294L16.6116 30.5208H16.5848L15.8644 30.2763C15.8075 30.2562 15.784 30.169 15.8309 30.159L16.826 29.8708H16.8562L17.5966 30.1154C17.6536 30.1355 17.677 30.2226 17.6268 30.2327L17.6234 30.2294Z" fill="var(--sapContent_Illustrative_Color27)"/>
96
+ <path d="M20.9873 30.2632L21.8886 30.5379C21.9455 30.558 21.9656 30.6418 21.9154 30.6552L20.8097 30.9735H20.7829L19.9185 30.692C19.8615 30.6719 19.8414 30.5882 19.8883 30.5748L20.9571 30.2665H20.9839L20.9873 30.2632Z" fill="var(--sapContent_Illustrative_Color27)"/>
97
+ <path d="M20.3239 31.114L19.2551 31.4222H19.2283L18.384 31.1374C18.3271 31.1173 18.307 31.0336 18.3539 31.0168L19.4026 30.7119H19.4294L20.2971 30.9934C20.3541 31.0135 20.3742 31.0972 20.3273 31.1106L20.3239 31.114Z" fill="var(--sapContent_Illustrative_Color27)"/>
98
+ <path d="M24.1903 29.3384L25.2022 29.6098C25.2491 29.6232 25.2658 29.7002 25.2223 29.7136L24.1166 30.0286H24.0965L23.1149 29.7505C23.0646 29.7337 23.0478 29.66 23.0947 29.6466L24.1702 29.3384H24.1937H24.1903Z" fill="var(--sapContent_Illustrative_Color27)"/>
99
+ <path d="M21.6976 29.2511L22.7396 28.9529H22.7597L23.6308 29.1874C23.6811 29.2008 23.6978 29.2779 23.6509 29.2913L22.5922 29.5995H22.5721L21.721 29.3583C21.6708 29.3415 21.654 29.2678 21.6976 29.2544V29.2511Z" fill="var(--sapContent_Illustrative_Color27)"/>
100
+ <path d="M20.1262 29.7035L21.1883 29.3953H21.2151L22.0293 29.6264C22.0863 29.6432 22.1097 29.7337 22.0561 29.7471L20.9605 30.062H20.9337L20.1497 29.8208C20.0927 29.8007 20.0693 29.7136 20.1195 29.7002H20.1262V29.7035Z" fill="var(--sapContent_Illustrative_Color27)"/>
101
+ <path d="M23.2622 28.8023L24.2272 28.5242H24.2473L25.1184 28.7587C25.1686 28.7721 25.182 28.8492 25.1385 28.8626L24.1769 29.1407H24.1568L23.2857 28.9061C23.2354 28.8927 23.2187 28.8157 23.2656 28.8023H23.2622Z" fill="var(--sapContent_Illustrative_Color27)"/>
102
+ <path d="M24.7063 28.3869L25.7818 28.0786H25.7952L26.7367 28.3232C26.7702 28.3332 26.7836 28.3902 26.7501 28.4003L25.6612 28.7152H25.6478L24.7231 28.4639C24.6896 28.4539 24.6762 28.3969 24.7063 28.3869Z" fill="var(--sapContent_Illustrative_Color27)"/>
103
+ <path d="M27.3096 27.4286L26.4117 27.1974C26.3614 27.184 26.3447 27.1003 26.3916 27.0869L27.3598 26.8054H27.3799L28.2879 27.0366C28.3415 27.05 28.3549 27.1338 28.308 27.1472L27.333 27.4286H27.3129H27.3096Z" fill="var(--sapContent_Illustrative_Color27)"/>
104
+ <path d="M18.5917 30.1459L19.617 29.8511H19.6438L20.4311 30.0957C20.4881 30.1158 20.5115 30.2029 20.4613 30.2129L19.4126 30.5145H19.3858L18.6252 30.2632C18.5683 30.2431 18.5482 30.156 18.5951 30.1426L18.5917 30.1459Z" fill="var(--sapContent_Illustrative_Color27)"/>
105
+ <path d="M29.7755 27.5224L28.8006 27.8038H28.7805L27.9026 27.5793C27.8524 27.5659 27.8356 27.4855 27.8825 27.4721L28.8609 27.1907H28.881L29.7588 27.4152C29.809 27.4286 29.8224 27.509 29.7755 27.5224Z" fill="var(--sapContent_Illustrative_Color27)"/>
106
+ <path d="M24.2138 28.3232L23.2823 28.072C23.2488 28.0619 23.2321 28.005 23.2656 27.9949L24.3109 27.6934H24.3243L25.2759 27.9413C25.3094 27.9513 25.3228 28.0083 25.2926 28.0184L24.2305 28.3266H24.2171V28.3199L24.2138 28.3232Z" fill="var(--sapContent_Illustrative_Color27)"/>
107
+ <path d="M22.7228 28.752L21.855 28.5208C21.8048 28.5074 21.788 28.427 21.8316 28.4169L22.7898 28.1355H22.8099L23.681 28.37C23.7313 28.3834 23.748 28.4638 23.7011 28.4739L22.7395 28.752H22.7194H22.7228Z" fill="var(--sapContent_Illustrative_Color27)"/>
108
+ <path d="M25.7717 27.8742L24.7599 27.6095C24.7364 27.6028 24.7297 27.5693 24.7532 27.566L25.8354 27.2544H25.8588L26.8774 27.5157C26.8975 27.5224 26.9075 27.5559 26.8841 27.5593L25.7885 27.8776H25.7751L25.7717 27.8742Z" fill="var(--sapContent_Illustrative_Color27)"/>
109
+ <path d="M21.1716 29.2009L20.3273 28.9596C20.277 28.9429 20.2569 28.8692 20.3038 28.8558L21.3023 28.5676H21.3224L22.1901 28.8022C22.2404 28.8156 22.2572 28.8926 22.2136 28.906L21.1917 29.2009H21.1716Z" fill="var(--sapContent_Illustrative_Color27)"/>
110
+ <path d="M19.5969 29.6533L18.8296 29.4188C18.7727 29.3987 18.7492 29.3116 18.7995 29.2981L19.8013 29.01H19.8281L20.6322 29.2378C20.6891 29.2546 20.7126 29.3451 20.6623 29.3585L19.627 29.6533H19.6002H19.5969Z" fill="var(--sapContent_Illustrative_Color27)"/>
111
+ <path d="M18.6726 20.8788H18.6606C18.5168 20.9117 18.3791 20.8548 18.2743 20.747L16.1241 18.4291C15.9295 18.2165 15.9265 17.8661 16.1241 17.6445C16.3218 17.4259 16.6362 17.4169 16.8279 17.6296L18.5318 19.4893L21.7481 13.9132C21.8799 13.6856 22.1494 13.6287 22.347 13.7964C22.5417 13.9551 22.6016 14.2725 22.4698 14.5001L19.002 20.6272C18.9271 20.759 18.8043 20.8518 18.6696 20.8818H18.6756L18.6726 20.8788Z" fill="var(--sapContent_Illustrative_Color9)"/>
112
+ </g>
113
+ <defs>
114
+ <clipPath id="clip0_31411_12412">
115
+ <rect width="45" height="29.8794" fill="var(--sapContent_Illustrative_Color8)" transform="translate(0 7.5603)"/>
116
+ </clipPath>
117
+ </defs>
118
+ </svg>
119
+ `;