@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,19 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-EmptyPlanningCalendar">
2
+ <rect y="49.7549" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <path d="M71.8567 106.51L118.527 82.7944L85.8244 67.1621L26.2881 90.1508L25 91.4389L71.8567 106.51Z" fill="var(--sapContent_Illustrative_Color21)"/>
4
+ <path d="M51.8973 96.4389L59.4219 57.9297L60.8256 58.4412L109.661 42.3066L111.11 74.9679L51.8917 96.4389H51.8973Z" fill="var(--sapContent_Illustrative_Color14)"/>
5
+ <path d="M59.8026 58.1175L71.8509 106.51L118.652 82.8564L109.627 42.1421L59.8026 58.1175Z" fill="var(--sapContent_Illustrative_Color13)"/>
6
+ <path d="M59.4218 57.9243L59.8026 58.1175L109.627 42.1421L108.161 42L59.4218 57.8618V57.9243Z" fill="var(--sapContent_Illustrative_Color13)"/>
7
+ <path d="M60.4391 58.5662L71.7146 102.474L117.691 80.1793L109.28 42.4316L60.4391 58.5605V58.5662Z" fill="var(--sapContent_Illustrative_Color14)"/>
8
+ <path d="M60.8256 58.4355L72.5386 102.133L118.874 79.6679L109.661 42.3066L60.8199 58.4355H60.8256Z" fill="var(--sapContent_Illustrative_Color2)"/>
9
+ <path d="M109.661 42.3696L112.724 53.9122C114.128 59.3339 116.549 64.3692 119.862 68.893L123.88 74.3773L77.4659 96.6269C70.7086 88.5909 65.8609 79.0943 63.3773 68.893L60.8256 58.436L109.661 42.3696Z" fill="var(--sapContent_Illustrative_Color8)"/>
10
+ <path d="M96.7205 49.0015C97.0388 48.5525 97.1013 48.1093 97.1013 47.8535L96.084 48.1718C96.084 48.2343 96.0215 48.365 95.959 48.4275C95.8964 48.49 95.7032 48.6207 95.5782 48.7458L95.7032 49.7005C95.8282 49.7005 96.4022 49.3198 96.7205 49.0015Z" fill="var(--sapContent_Illustrative_Color22)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M60.8256 58.4358L62.4453 65.0794L111.127 47.7855L109.661 42.3013L60.8199 58.4301L60.8256 58.4358Z" fill="var(--sapContent_Illustrative_Color15)"/>
12
+ <path d="M74.8516 56.7758L73.0671 57.3498L72.8739 55.8211L74.6584 55.2471L74.8516 56.7758Z" fill="var(--sapContent_Illustrative_Color14)"/>
13
+ <path d="M97.4878 49.2578L95.7033 49.8318L95.5101 48.303L97.2946 47.729L97.4878 49.2578Z" fill="var(--sapContent_Illustrative_Color14)"/>
14
+ <path d="M97.1013 49.3763L96.9536 47.8305L97.2945 47.7225C97.2945 47.66 97.4878 49.2513 97.4878 49.2513L97.107 49.3763H97.1013Z" fill="var(--sapContent_Illustrative_Color16)"/>
15
+ <path d="M103.285 72.9731L118.203 66.4716C118.078 66.2784 118.01 66.1533 117.885 65.9601L103.029 72.3991C101.625 69.4041 100.415 66.2158 99.3974 63.0276L113.872 57.4808C113.81 57.2876 113.747 57.1 113.679 56.9068L99.2041 62.4536C97.9311 58.4981 96.8456 54.4858 95.8226 50.5303L95.2486 50.7235C96.2659 54.679 97.3514 58.6913 98.6301 62.7093L82.1148 69.0859C80.7736 65.0053 79.6256 60.7998 78.6083 56.7193L78.0343 56.9125C79.0516 60.993 80.1996 65.1986 81.5408 69.3473L65.3438 75.5931C65.4063 75.7863 65.4688 75.9739 65.537 76.1671L81.734 69.9213C82.882 73.3653 84.2233 76.7411 85.8146 79.9976L70.4472 86.6923C70.5723 86.8856 70.6405 87.0731 70.7655 87.2038L86.0703 80.5716C87.7298 83.8223 89.5768 86.9481 91.8103 89.8181L92.3843 89.5623C90.1508 86.6923 88.2413 83.5666 86.6443 80.3158L102.773 73.3028C104.239 76.3603 105.899 79.361 107.877 82.1003L108.451 81.8446C106.473 79.1053 104.819 76.1046 103.347 73.047L103.285 72.9845V72.9731ZM86.3886 79.6679C84.7973 76.4171 83.5186 73.0357 82.308 69.6598L98.8234 63.2833C99.9088 66.4716 101.119 69.5973 102.523 72.6549L86.3942 79.6679H86.3886Z" fill="var(--sapContent_Illustrative_Color15)"/>
16
+ <path d="M74.6584 55.2471L74.2549 55.3948L74.4254 56.9122L74.8517 56.7758L74.6584 55.2471Z" fill="var(--sapContent_Illustrative_Color16)"/>
17
+ <path d="M73.0672 57.3504L72.9194 56.2024C72.9194 56.2024 73.59 55.9068 73.7037 55.2874C73.8685 54.361 73.5275 53.0482 72.9706 52.4799C72.8285 52.3321 72.5898 52.2582 72.4136 52.3037C72.1977 52.3605 72.0101 52.5708 71.9646 52.8038C71.8623 53.3437 71.9817 53.7529 71.9874 53.77L70.936 54.111C70.8848 53.8041 70.7598 53.1335 70.9303 52.4969C71.1008 51.8604 71.5952 51.3774 72.209 51.2182C72.7773 51.0761 73.3513 51.241 73.7833 51.6786C74.6016 52.514 75.0165 54.1792 74.829 55.4863C74.613 56.9525 73.1354 57.322 73.0785 57.3447L73.0672 57.3504Z" fill="var(--sapContent_Illustrative_Color22)"/>
18
+ <path d="M95.6976 49.7632L95.5555 48.6834C95.5555 48.6834 96.1863 48.4049 96.2943 47.8252C96.4534 46.9557 96.1295 45.7167 95.6066 45.1825C95.4702 45.0461 95.2486 44.9722 95.0838 45.0177C94.8792 45.0689 94.703 45.2678 94.6575 45.4894C94.5609 45.9952 94.6689 46.3817 94.6746 46.393L93.6857 46.717C93.6346 46.4271 93.5209 45.802 93.6857 45.1996C93.8505 44.5972 94.3166 44.1482 94.8906 44.0004C95.4248 43.864 95.9647 44.0232 96.3682 44.4323C97.1354 45.2166 97.5276 46.7852 97.3457 48.0127C97.1411 49.3881 95.7544 49.7404 95.6976 49.7575V49.7632Z" fill="var(--sapContent_Illustrative_Color22)"/>
19
+ </svg>
@@ -0,0 +1,34 @@
1
+ <svg width="161" height="156" viewBox="0 0 161 156" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-ErrorScreen">
2
+ <path d="M78.6975 155.492C98.864 155.518 118.247 147.687 132.732 133.661H24.6635C39.1477 147.688 58.5309 155.519 78.6975 155.492Z" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M47.3805 120.773H47.2112C46.7446 120.772 46.2924 120.612 45.9302 120.318C45.568 120.024 45.3179 119.614 45.2217 119.158L38.6147 87.9895L16.4903 88.3422C16.286 88.346 16.0885 88.2687 15.9411 88.1273C15.7937 87.9858 15.7083 87.7918 15.7037 87.5876L14.5396 40.1953C14.5362 40.0911 14.5541 39.9873 14.5921 39.8902C14.6301 39.7931 14.6875 39.7048 14.7608 39.6306C14.834 39.5564 14.9216 39.4978 15.0182 39.4585C15.1148 39.4192 15.2184 39.3999 15.3227 39.4019H16.7019V38.6966C16.7005 38.5931 16.7199 38.4904 16.759 38.3946C16.798 38.2987 16.856 38.2117 16.9294 38.1386C17.0027 38.0656 17.0901 38.0081 17.1861 37.9695C17.2822 37.9309 17.385 37.9119 17.4886 37.9138L50.7775 38.3088C50.9763 38.3087 51.1673 38.3859 51.3102 38.5241C51.453 38.6623 51.5365 38.8506 51.5429 39.0493L52.1179 62.3681H122.153C122.625 62.3678 123.083 62.532 123.447 62.8325C123.812 63.1331 124.06 63.5511 124.149 64.0148L134.672 118.35C134.729 118.645 134.72 118.949 134.646 119.24C134.572 119.531 134.435 119.802 134.243 120.033C134.052 120.265 133.812 120.451 133.54 120.579C133.269 120.707 132.972 120.773 132.672 120.773H143.48C151.974 108.034 156.496 93.0622 156.475 77.7529C156.475 34.8108 121.652 0 78.6975 0C35.7433 0 0.905849 34.8002 0.905849 77.7424C0.881851 93.7486 5.82254 109.368 15.0475 122.451H45.3839C45.4674 121.982 45.713 121.557 46.0778 121.25C46.4427 120.943 46.9037 120.774 47.3805 120.773Z" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ <path d="M112.375 114.676H52.8976C52.4684 114.675 52.0506 114.538 51.7045 114.285C51.3583 114.031 51.1016 113.674 50.9716 113.265C51.1016 113.674 51.3583 114.031 51.7045 114.285C52.0506 114.538 52.4684 114.675 52.8976 114.676H112.375C112.832 114.675 113.276 114.52 113.635 114.236C113.993 113.952 114.245 113.555 114.35 113.11C114.245 113.555 113.993 113.952 113.635 114.236C113.276 114.52 112.832 114.675 112.375 114.676Z" fill="var(--sapContent_Illustrative_Color7)"/>
5
+ <path d="M46.2729 87.8732L48.1884 98.2755L46.2729 87.8732Z" fill="var(--sapContent_Illustrative_Color7)"/>
6
+ <path d="M89.4283 74.6357L105.485 74.6922L89.4283 74.6357L52.3967 74.5088L89.4283 74.6357Z" fill="var(--sapContent_Illustrative_Color7)"/>
7
+ <path d="M75.7909 125.755H47.3805C47.1129 125.755 46.848 125.702 46.6008 125.6C46.3536 125.497 46.1291 125.347 45.9401 125.158C45.751 124.969 45.6012 124.744 45.4991 124.497C45.397 124.249 45.3447 123.985 45.3452 123.717V122.807C45.3453 122.689 45.3559 122.571 45.3769 122.455H15.0405C17.8812 126.486 21.0973 130.239 24.6459 133.665H132.732C135.294 131.193 137.685 128.55 139.889 125.755H75.7909Z" fill="var(--sapContent_Illustrative_Color18)"/>
8
+ <path d="M18.6172 86.036C18.4145 86.0407 18.218 85.9652 18.0707 85.8259C17.9234 85.6865 17.8371 85.4946 17.8306 85.292L16.7018 39.4195H15.3226C15.2183 39.4175 15.1147 39.4368 15.0181 39.4761C14.9215 39.5154 14.8339 39.574 14.7607 39.6482C14.6874 39.7224 14.63 39.8107 14.592 39.9078C14.554 40.0049 14.5361 40.1087 14.5395 40.2129L15.7035 87.6052C15.7082 87.8094 15.7935 88.0034 15.941 88.1449C16.0884 88.2863 16.2859 88.3636 16.4902 88.3598L38.6146 88.0072L38.1348 85.7469L18.6172 86.036Z" fill="var(--sapContent_Illustrative_Color7)"/>
9
+ <path d="M18.6172 86.036C18.4145 86.0407 18.218 85.9652 18.0707 85.8259C17.9234 85.6865 17.8371 85.4946 17.8306 85.292L16.7018 39.4195H15.3226C15.2183 39.4175 15.1147 39.4368 15.0181 39.4761C14.9215 39.5154 14.8339 39.574 14.7607 39.6482C14.6874 39.7224 14.63 39.8107 14.592 39.9078C14.554 40.0049 14.5361 40.1087 14.5395 40.2129L15.7035 87.6052C15.7082 87.8094 15.7935 88.0034 15.941 88.1449C16.0884 88.2863 16.2859 88.3636 16.4902 88.3598L38.6146 88.0072L38.1348 85.7469L18.6172 86.036Z" fill="var(--sapContent_Illustrative_Color19)"/>
10
+ <path d="M18.6173 86.036L38.1348 85.7292L37.0766 80.655L22.8044 80.8701C22.6444 80.8683 22.4915 80.8037 22.3787 80.6902C22.2658 80.5768 22.2021 80.4236 22.2012 80.2636L21.2735 42.4908H21.217V41.6163H21.7179C21.7636 41.6107 21.8098 41.6107 21.8555 41.6163L23.4252 41.6375L47.913 41.7151L48.4598 62.3857H52.1072L51.5252 39.0669C51.5188 38.8683 51.4353 38.6799 51.2924 38.5417C51.1496 38.4035 50.9585 38.3263 50.7597 38.3264L17.4849 37.9138C17.3814 37.9119 17.2786 37.9309 17.1825 37.9695C17.0864 38.0081 16.9991 38.0656 16.9257 38.1386C16.8524 38.2117 16.7944 38.2987 16.7553 38.3946C16.7163 38.4904 16.6969 38.5931 16.6983 38.6966V39.4019L17.8271 85.2849C17.8294 85.3862 17.8517 85.486 17.8927 85.5787C17.9337 85.6713 17.9926 85.7549 18.066 85.8247C18.1394 85.8944 18.2259 85.9491 18.3205 85.9853C18.4151 86.0216 18.516 86.0388 18.6173 86.036Z" fill="var(--sapContent_Illustrative_Color18)"/>
11
+ <path d="M44.2481 76.8855C44.2112 76.6648 44.2112 76.4396 44.2481 76.219C44.2112 76.4396 44.2112 76.6648 44.2481 76.8855L44.9219 80.5386L44.2481 76.8855Z" fill="var(--sapContent_Illustrative_Color18)"/>
12
+ <path d="M48.0119 74.4947L46.2552 74.4876L48.0119 74.4947Z" fill="var(--sapContent_Illustrative_Color18)"/>
13
+ <path d="M21.2561 42.4908L22.1838 80.2636C22.1847 80.4236 22.2485 80.5768 22.3613 80.6902C22.4741 80.8037 22.627 80.8683 22.787 80.8701L37.0593 80.655L35.4754 73.1407C35.3852 73.0715 35.3124 72.9823 35.2628 72.88C35.2132 72.7778 35.1882 72.6654 35.1897 72.5518C35.1897 72.3085 35.1579 71.9735 35.1297 71.4939L35.0662 71.2013C34.6246 71.4089 34.1432 71.5184 33.6552 71.5222C30.5017 71.5222 27.9477 67.9007 27.9477 63.433C27.9477 61.5959 27.9019 59.9068 28.2617 58.5422C27.147 58.8525 26.0782 58.521 25.8242 57.7629C25.6372 57.1952 25.9582 56.5463 26.5791 56.0773H25.8313C25.6217 56.0773 25.4207 55.9941 25.2725 55.846C25.1243 55.6978 25.0411 55.497 25.0411 55.2875C25.0406 54.9549 25.1058 54.6254 25.2329 54.318C25.3601 54.0106 25.5466 53.7314 25.7819 53.4962C26.0172 53.261 26.2966 53.0745 26.604 52.9474C26.9115 52.8204 27.2411 52.7552 27.5738 52.7556H28.9848C29.3514 52.1968 29.8405 51.7289 30.415 51.3873C30.9896 51.0458 31.6345 50.8396 32.3007 50.7845L34.7487 50.5835C35.9072 50.4867 37.0722 50.6629 38.1501 51.0982C39.228 51.5334 40.1886 52.2154 40.9548 53.0894C41.721 53.9633 42.2713 55.0048 42.5615 56.1301C42.8517 57.2553 42.8737 58.433 42.6256 59.5683L42.0895 62.354H47.6629L47.0844 42.7871L21.2561 42.4908Z" fill="var(--sapContent_Illustrative_Color7)"/>
14
+ <path d="M21.8485 41.5988C21.8028 41.5931 21.7566 41.5931 21.7109 41.5988H23.4183H21.8485Z" fill="var(--sapContent_Illustrative_Color18)"/>
15
+ <path d="M23.4183 41.6199L47.2959 41.9725C47.4528 41.9788 47.6012 42.0454 47.7103 42.1584C47.8194 42.2714 47.8807 42.422 47.8815 42.579L48.3682 62.3787H48.4529L47.9061 41.708L23.4183 41.6199Z" fill="var(--sapContent_Illustrative_Color18)"/>
16
+ <path opacity="0.5" d="M23.4183 41.6199L47.2959 41.9725C47.4528 41.9788 47.6012 42.0454 47.7103 42.1584C47.8194 42.2714 47.8807 42.422 47.8815 42.579L48.3682 62.3787H48.4529L47.9061 41.708L23.4183 41.6199Z" fill="var(--sapContent_Illustrative_Color18)"/>
17
+ <path d="M21.7181 41.6163H21.2172V42.4908H21.2736V42.2334C21.2675 42.0956 21.308 41.9597 21.3887 41.8477C21.4693 41.7358 21.5854 41.6543 21.7181 41.6163Z" fill="var(--sapContent_Illustrative_Color18)"/>
18
+ <path opacity="0.5" d="M21.7181 41.6163H21.2172V42.4908H21.2736V42.2334C21.2675 42.0956 21.308 41.9597 21.3887 41.8477C21.4693 41.7358 21.5854 41.6543 21.7181 41.6163Z" fill="var(--sapContent_Illustrative_Color18)"/>
19
+ <path d="M47.2959 41.9619L23.4184 41.6093H21.7181C21.5821 41.6439 21.4621 41.724 21.378 41.8363C21.294 41.9486 21.2509 42.0862 21.256 42.2264V42.4838L47.0737 42.7941L47.6522 62.3611H48.3577L47.8709 42.5614C47.8685 42.4074 47.8079 42.2599 47.7012 42.1487C47.5946 42.0376 47.4498 41.9708 47.2959 41.9619Z" fill="var(--sapContent_Illustrative_Color18)"/>
20
+ <path opacity="0.5" d="M47.2959 41.9619L23.4184 41.6093H21.7181C21.5821 41.6439 21.4621 41.724 21.378 41.8363C21.294 41.9486 21.2509 42.0862 21.256 42.2264V42.4838L47.0737 42.7941L47.6522 62.3611H48.3577L47.8709 42.5614C47.8685 42.4074 47.8079 42.2599 47.7012 42.1487C47.5946 42.0376 47.4498 41.9708 47.2959 41.9619Z" fill="var(--sapContent_Illustrative_Color18)"/>
21
+ <path d="M34.738 50.5976L32.2899 50.7986C31.6237 50.8537 30.9789 51.0598 30.4043 51.4014C29.8298 51.7429 29.3407 52.2109 28.9741 52.7697H27.5631C27.2304 52.7693 26.9008 52.8344 26.5933 52.9615C26.2858 53.0886 26.0065 53.2751 25.7712 53.5103C25.5359 53.7455 25.3494 54.0247 25.2222 54.3321C25.0951 54.6395 25.0299 54.9689 25.0304 55.3016C25.0304 55.511 25.1136 55.7119 25.2618 55.8601C25.41 56.0082 25.611 56.0914 25.8206 56.0914H26.5684C25.9475 56.5604 25.6265 57.2092 25.8135 57.777C26.0675 58.5351 27.1363 58.8666 28.251 58.5562C27.8982 59.9138 27.937 61.6099 27.937 63.4471C27.937 67.9148 30.4909 71.5362 33.6445 71.5362C34.1325 71.5325 34.6139 71.423 35.0555 71.2154L33.7115 64.8082C33.6466 64.5108 33.6493 64.2027 33.7193 63.9064C33.7894 63.6102 33.925 63.3335 34.1163 63.0966C34.3075 62.8597 34.5495 62.6687 34.8244 62.5378C35.0993 62.4068 35.4001 62.3392 35.7046 62.3399H42.0858L42.622 59.5541C42.8651 58.4202 42.8391 57.2451 42.5462 56.1229C42.2533 55.0008 41.7016 53.9628 40.9352 53.0922C40.1688 52.2215 39.2091 51.5424 38.133 51.1092C37.0568 50.676 35.8941 50.5008 34.738 50.5976Z" fill="var(--sapContent_Illustrative_Color18)"/>
22
+ <path d="M34.738 50.5976L32.2899 50.7986C31.6237 50.8537 30.9789 51.0598 30.4043 51.4014C29.8298 51.7429 29.3407 52.2109 28.9741 52.7697H27.5631C27.2304 52.7693 26.9008 52.8344 26.5933 52.9615C26.2858 53.0886 26.0065 53.2751 25.7712 53.5103C25.5359 53.7455 25.3494 54.0247 25.2222 54.3321C25.0951 54.6395 25.0299 54.9689 25.0304 55.3016C25.0304 55.511 25.1136 55.7119 25.2618 55.8601C25.41 56.0082 25.611 56.0914 25.8206 56.0914H26.5684C25.9475 56.5604 25.6265 57.2092 25.8135 57.777C26.0675 58.5351 27.1363 58.8666 28.251 58.5562C27.8982 59.9138 27.937 61.6099 27.937 63.4471C27.937 67.9148 30.4909 71.5362 33.6445 71.5362C34.1325 71.5325 34.6139 71.423 35.0555 71.2154L33.7115 64.8082C33.6466 64.5108 33.6493 64.2027 33.7193 63.9064C33.7894 63.6102 33.925 63.3335 34.1163 63.0966C34.3075 62.8597 34.5495 62.6687 34.8244 62.5378C35.0993 62.4068 35.4001 62.3392 35.7046 62.3399H42.0858L42.622 59.5541C42.8651 58.4202 42.8391 57.2451 42.5462 56.1229C42.2533 55.0008 41.7016 53.9628 40.9352 53.0922C40.1688 52.2215 39.2091 51.5424 38.133 51.1092C37.0568 50.676 35.8941 50.5008 34.738 50.5976Z" fill="var(--sapContent_Illustrative_Color18)"/>
23
+ <path d="M35.4743 73.1407L35.1224 71.508C35.1506 71.9735 35.1717 72.3085 35.1822 72.5659C35.1837 72.6777 35.2109 72.7877 35.2615 72.8874C35.3121 72.987 35.3849 73.0737 35.4743 73.1407Z" fill="var(--sapContent_Illustrative_Color18)"/>
24
+ <path opacity="0.5" d="M35.4743 73.1407L35.1224 71.508C35.1506 71.9735 35.1717 72.3085 35.1822 72.5659C35.1837 72.6777 35.2109 72.7877 35.2615 72.8874C35.3121 72.987 35.3849 73.0737 35.4743 73.1407Z" fill="var(--sapContent_Illustrative_Color18)"/>
25
+ <path d="M134.672 118.35L124.149 64.0148C124.06 63.5511 123.812 63.133 123.447 62.8325C123.083 62.532 122.625 62.3677 122.153 62.368H35.6975C35.393 62.3674 35.0923 62.435 34.8174 62.566C34.5425 62.697 34.3005 62.8879 34.1093 63.1248C33.918 63.3616 33.7824 63.6384 33.7123 63.9346C33.6423 64.2308 33.6396 64.539 33.7045 64.8364L35.0591 71.2294L35.1226 71.5221L35.4753 73.1548L37.0662 80.6691L38.1244 85.7433L38.6042 88.0036L45.2112 119.172C45.3074 119.628 45.5575 120.038 45.9197 120.332C46.2819 120.626 46.7341 120.786 47.2007 120.787H132.672C132.973 120.788 133.272 120.721 133.545 120.592C133.818 120.464 134.059 120.276 134.25 120.043C134.441 119.81 134.579 119.537 134.652 119.244C134.725 118.951 134.731 118.646 134.672 118.35ZM121.313 99.7177H111.99L114.378 112.25C114.438 112.529 114.438 112.817 114.378 113.096C114.273 113.541 114.021 113.938 113.663 114.222C113.304 114.506 112.86 114.661 112.403 114.662H52.8976C52.4684 114.661 52.0506 114.524 51.7045 114.27C51.3583 114.017 51.1016 113.66 50.9716 113.251C50.9411 113.169 50.9175 113.084 50.901 112.997L48.1743 98.2719L46.2588 87.8732L45.8426 85.6093L44.9078 80.5386L44.2341 76.8855C44.1972 76.6649 44.1972 76.4396 44.2341 76.219C44.2764 75.9208 44.3862 75.6362 44.5551 75.3868C44.7163 75.1446 44.9281 74.9401 45.1759 74.7874C45.3652 74.6705 45.5726 74.5859 45.7897 74.537C45.9398 74.5009 46.0939 74.4843 46.2482 74.4876H48.7704H52.3931L89.4318 74.6146L88.7263 70.9191C88.6702 70.623 88.6802 70.3182 88.7555 70.0264C88.8309 69.7346 88.9696 69.4631 89.162 69.231C89.3543 68.999 89.5956 68.8122 89.8684 68.6841C90.1412 68.5559 90.439 68.4895 90.7404 68.4895H116.191C116.669 68.4893 117.132 68.6558 117.501 68.9603C117.869 69.2648 118.119 69.6881 118.209 70.1575L123.327 97.2811C123.384 97.5776 123.374 97.883 123.299 98.1754C123.224 98.4678 123.086 98.74 122.893 98.9727C122.701 99.2054 122.46 99.3928 122.186 99.5216C121.913 99.6504 121.615 99.7173 121.313 99.7177Z" fill="var(--sapContent_Illustrative_Color2)"/>
26
+ <path d="M47.3805 120.773C46.9025 120.773 46.4398 120.941 46.0735 121.248C45.7071 121.555 45.4605 121.981 45.3769 122.451C45.3558 122.568 45.3452 122.686 45.3451 122.804V123.714C45.3446 123.981 45.3969 124.246 45.499 124.493C45.6011 124.741 45.7509 124.965 45.94 125.155C46.129 125.344 46.3536 125.494 46.6007 125.597C46.8479 125.699 47.1129 125.752 47.3805 125.752H75.7908C75.2622 125.75 74.7418 125.622 74.2738 125.376C73.8058 125.13 73.4041 124.775 73.1029 124.341L70.5842 120.755H47.3805V120.773Z" fill="var(--sapContent_Illustrative_Color13)"/>
27
+ <path d="M160.906 120.773H70.5845L73.1031 124.359C73.4043 124.793 73.806 125.148 74.274 125.394C74.742 125.639 75.2625 125.768 75.791 125.769H159.138C159.606 125.769 160.055 125.584 160.386 125.253C160.716 124.922 160.902 124.474 160.902 124.006V120.79L160.906 120.773Z" fill="var(--sapContent_Illustrative_Color14)"/>
28
+ <path d="M118.212 70.1787C118.123 69.7093 117.872 69.2859 117.504 68.9815C117.136 68.677 116.673 68.5105 116.195 68.5108H90.7438C90.4423 68.5107 90.1446 68.5771 89.8717 68.7053C89.5989 68.8335 89.3577 69.0202 89.1653 69.2522C88.973 69.4842 88.8342 69.7558 88.7588 70.0476C88.6835 70.3394 88.6735 70.6442 88.7296 70.9403L89.4351 74.6358L105.492 74.6922H105.549C106.02 74.6937 106.477 74.8591 106.84 75.1603C107.203 75.4614 107.45 75.8793 107.538 76.3425L111.99 99.7177H121.313C121.615 99.7177 121.912 99.6512 122.185 99.5231C122.458 99.395 122.7 99.2083 122.892 98.9764C123.085 98.7444 123.224 98.4729 123.3 98.1811C123.376 97.8893 123.386 97.5845 123.331 97.2882L118.212 70.1787Z" fill="var(--sapContent_Illustrative_Color14)"/>
29
+ <path d="M82.3167 95.1618L85.04 92.1787C85.1517 92.0507 85.2364 91.9014 85.2891 91.7399C85.3417 91.5784 85.3612 91.4079 85.3464 91.2387C85.3316 91.0694 85.2827 90.9049 85.2028 90.755C85.1229 90.6051 85.0135 90.4728 84.8812 90.3662C84.7645 90.2425 84.6237 90.1439 84.4675 90.0766C84.3113 90.0092 84.143 89.9745 83.9729 89.9745C83.8028 89.9745 83.6345 90.0092 83.4783 90.0766C83.3221 90.1439 83.1813 90.2425 83.0646 90.3662L80.3413 93.3459L77.0996 90.3662C76.9828 90.2425 76.8421 90.1439 76.6859 90.0766C76.5297 90.0092 76.3614 89.9745 76.1912 89.9745C76.0211 89.9745 75.8528 90.0092 75.6966 90.0766C75.5404 90.1439 75.3996 90.2425 75.2829 90.3662C75.1712 90.4942 75.0865 90.6434 75.0338 90.8049C74.9812 90.9665 74.9617 91.137 74.9765 91.3062C74.9913 91.4754 75.0401 91.6399 75.1201 91.7898C75.2 91.9398 75.3094 92.072 75.4417 92.1787L78.6869 95.1618L75.9637 98.1415C75.8519 98.2698 75.7671 98.4193 75.7144 98.5811C75.6617 98.7429 75.6422 98.9137 75.657 99.0832C75.6718 99.2528 75.7207 99.4175 75.8007 99.5677C75.8806 99.718 75.9901 99.8505 76.1225 99.9575C76.2397 100.08 76.3807 100.178 76.5368 100.245C76.6929 100.312 76.861 100.346 77.0308 100.346C77.2006 100.346 77.3687 100.312 77.5248 100.245C77.6809 100.178 77.8219 100.08 77.9391 99.9575L80.6588 96.9743L83.9041 99.9575C84.0214 100.08 84.1623 100.178 84.3184 100.245C84.4746 100.312 84.6426 100.346 84.8124 100.346C84.9822 100.346 85.1503 100.312 85.3064 100.245C85.4625 100.178 85.6035 100.08 85.7208 99.9575C85.8324 99.829 85.9169 99.6793 85.9693 99.5173C86.0217 99.3554 86.041 99.1845 86.0258 99.015C86.0107 98.8455 85.9615 98.6808 85.8812 98.5307C85.8009 98.3806 85.6911 98.2482 85.5585 98.1415L82.3167 95.1618Z" fill="var(--sapContent_Illustrative_Color8)"/>
30
+ <path d="M79.1561 80.0062C77.2393 79.9771 75.3377 80.3517 73.5753 81.1056C71.8128 81.8596 70.2288 82.976 68.9264 84.3822C67.6339 85.8143 66.6573 87.5023 66.0599 89.3363C65.4625 91.1704 65.2577 93.1095 65.4589 95.0278C66.1855 103.346 73.5509 110.116 81.8723 110.116C83.7891 110.146 85.6906 109.771 87.4531 109.017C89.2156 108.263 90.7996 107.147 92.102 105.74C93.3982 104.31 94.3788 102.623 94.9798 100.789C95.5809 98.9547 95.789 97.0146 95.5907 95.0948C94.8428 86.7765 87.481 80.0062 79.1561 80.0062ZM81.6254 108.124C74.4928 108.124 68.1468 102.292 67.5154 95.1618C66.884 88.0318 72.2175 82.196 79.3501 82.196C86.4827 82.196 92.8287 88.0318 93.4601 95.1618C94.0915 102.292 88.7685 108.124 81.6359 108.124H81.6254Z" fill="var(--sapContent_Illustrative_Color8)"/>
31
+ <path d="M107.531 76.3424C107.443 75.8793 107.196 75.4613 106.833 75.1602C106.47 74.8591 106.013 74.6936 105.542 74.6922H105.485L89.4281 74.6358L52.3895 74.5088H48.7668H46.2446C46.0903 74.5055 45.9361 74.5221 45.786 74.5582C45.569 74.6071 45.3616 74.6917 45.1723 74.8085C44.9245 74.9612 44.7127 75.1658 44.5514 75.408C44.3826 75.6574 44.2728 75.942 44.2304 76.2402C44.1935 76.4608 44.1935 76.686 44.2304 76.9067L44.9042 80.5598L45.839 85.6305L46.2552 87.8943L48.1742 98.272L50.8868 113.011C50.9033 113.098 50.9269 113.183 50.9574 113.265C51.0874 113.674 51.3441 114.031 51.6903 114.285C52.0364 114.538 52.4542 114.675 52.8834 114.676H112.374C112.832 114.675 113.276 114.52 113.634 114.236C113.993 113.952 114.245 113.555 114.35 113.11C114.41 112.831 114.41 112.543 114.35 112.264L111.99 99.7177L107.531 76.3424ZM92.6734 106.28C91.2977 107.768 89.6241 108.95 87.7613 109.749C85.8986 110.548 83.8884 110.946 81.8617 110.917C73.1347 110.917 65.413 103.819 64.6511 95.0948C64.445 93.0662 64.6676 91.0169 65.3044 89.0797C65.9412 87.1425 66.9781 85.3607 68.3479 83.8497C69.7232 82.3621 71.3962 81.1804 73.2584 80.3815C75.1205 79.5826 77.1299 79.1844 79.1561 79.2128C87.8831 79.2128 95.6048 86.311 96.3702 95.0349C96.5765 97.0635 96.354 99.1129 95.7172 101.05C95.0803 102.987 94.0434 104.769 92.6734 106.28Z" fill="var(--sapContent_Illustrative_Color8)"/>
32
+ <path d="M79.3677 82.196C72.2352 82.196 66.9087 88.0319 67.533 95.1619C68.1574 102.292 74.5033 108.124 81.643 108.124C88.7826 108.124 94.0985 102.292 93.4741 95.1619C92.8498 88.0319 86.5003 82.196 79.3677 82.196ZM85.7172 99.9575C85.5999 100.08 85.459 100.178 85.3029 100.245C85.1467 100.312 84.9787 100.346 84.8089 100.346C84.6391 100.346 84.471 100.312 84.3149 100.245C84.1588 100.178 84.0178 100.08 83.9006 99.9575L80.6553 96.9743L77.9356 99.9575C77.8183 100.08 77.6773 100.178 77.5212 100.245C77.3651 100.312 77.1971 100.346 77.0272 100.346C76.8574 100.346 76.6894 100.312 76.5333 100.245C76.3771 100.178 76.2362 100.08 76.1189 99.9575C75.9865 99.8506 75.8771 99.718 75.7971 99.5678C75.7171 99.4175 75.6683 99.2528 75.6535 99.0833C75.6387 98.9137 75.6582 98.7429 75.7109 98.5811C75.7636 98.4193 75.8484 98.2698 75.9602 98.1415L78.6834 95.1619L75.4381 92.1787C75.3058 92.072 75.1965 91.9398 75.1165 91.7899C75.0366 91.64 74.9878 91.4755 74.9729 91.3062C74.9581 91.137 74.9776 90.9665 75.0303 90.805C75.0829 90.6434 75.1677 90.4942 75.2794 90.3662C75.3961 90.2425 75.5369 90.144 75.6931 90.0766C75.8493 90.0093 76.0176 89.9745 76.1877 89.9745C76.3578 89.9745 76.5261 90.0093 76.6823 90.0766C76.8385 90.144 76.9793 90.2425 77.096 90.3662L80.3378 93.3459L83.061 90.3662C83.1777 90.2425 83.3185 90.144 83.4747 90.0766C83.6309 90.0093 83.7992 89.9745 83.9693 89.9745C84.1394 89.9745 84.3078 90.0093 84.464 90.0766C84.6202 90.144 84.7609 90.2425 84.8777 90.3662C85.0099 90.4729 85.1193 90.6051 85.1993 90.755C85.2792 90.905 85.328 91.0695 85.3428 91.2387C85.3577 91.4079 85.3382 91.5784 85.2855 91.7399C85.2328 91.9015 85.1481 92.0507 85.0364 92.1787L82.3132 95.1619L85.5549 98.1415C85.6878 98.248 85.7979 98.3801 85.8785 98.5301C85.9591 98.68 86.0086 98.8448 86.0241 99.0143C86.0396 99.1838 86.0207 99.3547 85.9686 99.5168C85.9164 99.6789 85.8321 99.8288 85.7207 99.9575H85.7172Z" fill="var(--sapContent_Illustrative_Color11)"/>
33
+ <path d="M79.1561 79.2057C77.1294 79.1782 75.1196 79.5776 73.2575 80.3777C71.3953 81.1778 69.7225 82.3608 68.3479 83.8497C66.9772 85.3615 65.9398 87.1445 65.3029 89.083C64.6661 91.0214 64.444 93.0721 64.6511 95.1019C65.413 103.826 73.117 110.924 81.8617 110.924C83.8884 110.953 85.8986 110.555 87.7613 109.756C89.6241 108.957 91.2977 107.775 92.6734 106.287C94.0443 104.775 95.0818 102.992 95.7187 101.054C96.3556 99.1154 96.5775 97.0647 96.3702 95.0349C95.6048 86.3181 87.8831 79.2057 79.1561 79.2057ZM92.0843 105.74C90.7819 107.147 89.1979 108.263 87.4355 109.017C85.673 109.771 83.7715 110.146 81.8546 110.116C73.5333 110.116 66.1679 103.346 65.4412 95.0278C65.2429 93.108 65.451 91.1679 66.0521 89.3338C66.6531 87.4997 67.6337 85.8126 68.9299 84.3822C70.2323 82.976 71.8163 81.8596 73.5788 81.1056C75.3413 80.3517 77.2428 79.9771 79.1596 80.0062C87.4845 80.0062 94.8463 86.7765 95.5765 95.0948C95.7744 97.0149 95.5657 98.9551 94.9641 100.789C94.3624 102.623 93.3812 104.31 92.0843 105.74Z" fill="var(--sapContent_Illustrative_Color3)"/>
34
+ </svg>
@@ -0,0 +1,65 @@
1
+ <svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-FilterTable">
2
+ <mask id="mask0_1663_6221" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="0" width="160" height="160">
3
+ <circle cx="80" cy="80" r="80" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ </mask>
5
+ <g mask="url(#mask0_1663_6221)">
6
+ <path d="M178.026 0.76563H-44.8204C-46.273 0.764222 -47.7116 1.06342 -49.0539 1.64611C-50.3963 2.2288 -51.6162 3.08356 -52.6438 4.16154C-53.6713 5.23951 -54.4865 6.51956 -55.0427 7.92852C-55.5989 9.33747 -55.8852 10.8477 -55.8852 12.3729V149.913C-55.8852 152.994 -54.7194 155.95 -52.6444 158.128C-50.5693 160.307 -47.755 161.531 -44.8204 161.531H178.026C180.961 161.531 183.775 160.307 185.85 158.128C187.925 155.95 189.091 152.994 189.091 149.913V12.3729C189.091 10.8477 188.805 9.33747 188.248 7.92852C187.692 6.51956 186.877 5.23951 185.849 4.16154C184.822 3.08356 183.602 2.2288 182.26 1.64611C180.917 1.06342 179.479 0.764222 178.026 0.76563Z" fill="var(--sapContent_Illustrative_Color7)"/>
7
+ <path d="M60.2224 92.1816H-33.4655C-34.9094 92.1816 -36.0799 93.3543 -36.0799 94.8008V155.585C-36.0799 157.032 -34.9094 158.204 -33.4655 158.204H60.2224C61.6663 158.204 62.8368 157.032 62.8368 155.585V94.8008C62.8368 93.3543 61.6663 92.1816 60.2224 92.1816Z" fill="var(--sapContent_Illustrative_Color18)"/>
8
+ <path d="M58.0534 95.7393H-31.4265C-32.7666 95.7393 -33.853 96.8276 -33.853 98.1701V152.919C-33.853 154.262 -32.7666 155.35 -31.4265 155.35H58.0534C59.3935 155.35 60.4799 154.262 60.4799 152.919V98.1701C60.4799 96.8276 59.3935 95.7393 58.0534 95.7393Z" fill="var(--sapContent_Illustrative_Color7)"/>
9
+ <path d="M76.4498 159.413H-46.7081L-43.6165 160.67C-43.4214 160.749 -43.2135 160.79 -43.0034 160.792L73.2859 161.082C73.5925 161.083 73.8932 160.998 74.1535 160.836L76.4469 159.404L76.4498 159.413Z" fill="var(--sapContent_Illustrative_Color19)"/>
10
+ <path d="M76.4498 158.961C76.449 158.743 76.3621 158.534 76.2082 158.381C76.0542 158.227 75.8458 158.141 75.6284 158.141H-45.8868C-46.1041 158.141 -46.3126 158.227 -46.4665 158.381C-46.6205 158.534 -46.7074 158.743 -46.7081 158.961V159.413H76.4498V158.961Z" fill="var(--sapContent_Illustrative_Color18)"/>
11
+ <path d="M7.70582 158.115H21.9087V158.404C21.9087 158.712 21.7868 159.007 21.5698 159.224C21.3529 159.441 21.0587 159.563 20.7519 159.563H8.85396C8.54716 159.563 8.25292 159.441 8.03597 159.224C7.81903 159.007 7.69714 158.712 7.69714 158.404V158.115H7.70582Z" fill="var(--sapContent_Illustrative_Color20)"/>
12
+ <path d="M13.5592 94.5083C13.909 94.5083 14.1926 94.2242 14.1926 93.8738C14.1926 93.5233 13.909 93.2393 13.5592 93.2393C13.2094 93.2393 12.9258 93.5233 12.9258 93.8738C12.9258 94.2242 13.2094 94.5083 13.5592 94.5083Z" fill="var(--sapContent_Illustrative_Color19)"/>
13
+ <path d="M170.719 94.0973L128.681 79.6973C126.895 79.091 124.959 80.0341 124.352 81.8194L103.401 142.973C102.794 144.758 103.737 146.695 105.523 147.302L147.561 161.702C149.346 162.308 151.283 161.365 151.889 159.579L172.841 98.4257C173.447 96.6405 172.504 94.7036 170.719 94.0973Z" fill="var(--sapContent_Illustrative_Color18)"/>
14
+ <path d="M145.506 95.141C144.125 94.5852 142.592 94.4505 141.144 94.7705C139.678 95.0736 138.348 95.8147 137.304 96.8926C136.259 97.9705 135.552 99.3179 135.283 100.783C135.013 102.248 135.182 103.764 135.771 105.145C136.361 106.526 137.337 107.688 138.601 108.497C139.847 109.305 141.312 109.743 142.811 109.709C144.31 109.693 145.758 109.221 146.988 108.379C148.217 107.537 149.177 106.341 149.733 104.96L142.71 102.164L145.523 95.141H145.506Z" fill="var(--sapContent_Illustrative_Color7)"/>
15
+ <path d="M147.746 94.1138L144.95 101.12L151.956 103.916C152.327 102.99 152.512 102.013 152.495 101.019C152.495 100.025 152.276 99.0485 151.889 98.139C151.502 97.2296 150.929 96.4043 150.222 95.7138C149.514 95.0232 148.672 94.4843 147.746 94.1138Z" fill="var(--sapContent_Illustrative_Color19)"/>
16
+ <path d="M153.573 119.192L124.285 109.154C123.308 108.817 122.264 109.339 121.927 110.316C121.59 111.293 122.112 112.337 123.089 112.674L152.377 122.712C153.354 123.048 154.398 122.526 154.735 121.549C155.072 120.573 154.55 119.528 153.573 119.192Z" fill="var(--sapContent_Illustrative_Color7)"/>
17
+ <path d="M151.047 125.154L121.758 115.116C120.782 114.779 119.737 115.301 119.401 116.278C119.064 117.255 119.586 118.299 120.563 118.636L149.851 128.674C150.828 129.011 151.889 128.489 152.209 127.512C152.546 126.535 152.024 125.491 151.047 125.154Z" fill="var(--sapContent_Illustrative_Color7)"/>
18
+ <path d="M134.946 126.3L119.35 120.961C118.373 120.624 117.312 121.146 116.992 122.123C116.655 123.1 117.178 124.144 118.154 124.481L133.767 129.82C134.744 130.157 135.788 129.634 136.125 128.658C136.462 127.681 135.94 126.637 134.963 126.3H134.946Z" fill="var(--sapContent_Illustrative_Color7)"/>
19
+ <g clip-path="url(#clip0_1663_6221)">
20
+ <path d="M94.9342 27.1436H16.0776C11.2994 27.1436 7.42584 31.0171 7.42584 35.7953V133.324C7.42584 138.103 11.2994 141.976 16.0776 141.976H94.9342C99.7124 141.976 103.586 138.103 103.586 133.324V35.7953C103.586 31.0171 99.7124 27.1436 94.9342 27.1436Z" fill="var(--sapContent_Illustrative_Color8)"/>
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.2907 36.4404C16.2907 36.0471 16.3988 35.7319 16.5309 35.7319H93.9825C94.1146 35.7319 94.2226 36.0321 94.2226 36.4404V132.682C94.2226 133.075 94.1146 133.39 93.9825 133.39H16.5309C16.3988 133.39 16.2907 133.09 16.2907 132.682V36.4404Z" fill="var(--sapContent_Illustrative_Color8)"/>
22
+ <path d="M94.2287 44.9453H16.2907V52.9216H94.2287V44.9453Z" fill="var(--sapContent_Illustrative_Color18)"/>
23
+ <path d="M20.8027 47.9595H34.2036C34.6419 47.9595 34.9992 48.4368 34.9992 49.0252C34.9992 49.6256 34.6419 50.0879 34.2036 50.0879H20.8027C20.3614 50.0879 20.0042 49.6106 20.0042 49.0252C20.0042 48.4368 20.3494 47.9595 20.8027 47.9595Z" fill="var(--sapContent_Illustrative_Color14)"/>
24
+ <path d="M20.8027 55.7588H31.6819C32.1202 55.7588 32.4775 56.2361 32.4775 56.8215C32.4775 57.4219 32.1202 57.8872 31.6819 57.8872H20.8027C20.3614 57.8872 20.0042 57.4099 20.0042 56.8215C20.0042 56.2361 20.3494 55.7588 20.8027 55.7588Z" fill="var(--sapContent_Illustrative_Color14)"/>
25
+ <path d="M20.8027 63.9155H33.4111C33.8524 63.9155 34.2096 64.3928 34.2096 64.9782C34.2096 65.5786 33.8524 66.0439 33.4111 66.0439H20.8027C20.3614 66.0439 20.0042 65.5666 20.0042 64.9782C20.0042 64.3898 20.3494 63.9155 20.8027 63.9155Z" fill="var(--sapContent_Illustrative_Color14)"/>
26
+ <path d="M20.8027 71.7202H26.5065C26.9478 71.7202 27.302 72.1975 27.302 72.7829C27.302 73.3833 26.9478 73.8456 26.5065 73.8456H20.8027C20.3614 73.8456 20.0042 73.3713 20.0042 72.7829C20.0042 72.1885 20.3494 71.7202 20.8027 71.7202Z" fill="var(--sapContent_Illustrative_Color14)"/>
27
+ <path d="M20.8027 79.6875H26.5065C26.9478 79.6875 27.302 80.1618 27.302 80.7502C27.302 81.3506 26.9478 81.8129 26.5065 81.8129H20.8027C20.3614 81.8129 20.0042 81.3386 20.0042 80.7502C20.0042 80.1618 20.3494 79.6875 20.8027 79.6875Z" fill="var(--sapContent_Illustrative_Color14)"/>
28
+ <path d="M20.8027 95.6396H26.5065C26.9478 95.6396 27.302 96.1139 27.302 96.7023C27.302 97.3027 26.9478 97.765 26.5065 97.765H20.8027C20.3614 97.765 20.0042 97.2877 20.0042 96.7023C20.0042 96.1139 20.3494 95.6396 20.8027 95.6396Z" fill="var(--sapContent_Illustrative_Color14)"/>
29
+ <path d="M20.8027 87.6641H26.5065C26.9478 87.6641 27.302 88.1384 27.302 88.7268C27.302 89.3272 26.9478 89.7895 26.5065 89.7895H20.8027C20.3614 89.7895 20.0042 89.3152 20.0042 88.7268C20.0042 88.1384 20.3494 87.6641 20.8027 87.6641Z" fill="var(--sapContent_Illustrative_Color14)"/>
30
+ <path d="M20.8027 103.613H26.5065C26.9478 103.613 27.302 104.091 27.302 104.679C27.302 105.279 26.9478 105.742 26.5065 105.742H20.8027C20.3614 105.742 20.0042 105.264 20.0042 104.679C20.0042 104.091 20.3494 103.613 20.8027 103.613Z" fill="var(--sapContent_Illustrative_Color14)"/>
31
+ <path d="M20.7758 111.623H26.4796C26.9179 111.623 27.2751 112.1 27.2751 112.686C27.2751 113.286 26.9179 113.751 26.4796 113.751H20.7758C20.3375 113.751 19.9802 113.274 19.9802 112.686C19.9802 112.1 20.3495 111.623 20.7758 111.623Z" fill="var(--sapContent_Illustrative_Color14)"/>
32
+ <path d="M48.8204 47.9595H62.2214C62.6597 47.9595 63.0169 48.4368 63.0169 49.0252C63.0169 49.6256 62.6597 50.0879 62.2214 50.0879H48.8204C48.3791 50.0879 48.0219 49.6106 48.0219 49.0252C48.0219 48.4368 48.3791 47.9595 48.8204 47.9595Z" fill="var(--sapContent_Illustrative_Color14)"/>
33
+ <path d="M48.8204 55.7588H59.6997C60.138 55.7588 60.4952 56.2361 60.4952 56.8215C60.4952 57.4219 60.138 57.8872 59.6997 57.8872H48.8204C48.3791 57.8872 48.0219 57.4099 48.0219 56.8215C48.0219 56.2361 48.3791 55.7588 48.8204 55.7588Z" fill="var(--sapContent_Illustrative_Color14)"/>
34
+ <path d="M48.8204 63.9155H61.4288C61.8701 63.9155 62.2274 64.3928 62.2274 64.9782C62.2274 65.5786 61.8701 66.0439 61.4288 66.0439H48.8204C48.3791 66.0439 48.0219 65.5666 48.0219 64.9782C48.0219 64.3898 48.3791 63.9155 48.8204 63.9155Z" fill="var(--sapContent_Illustrative_Color14)"/>
35
+ <path d="M48.8204 71.7202H54.5242C54.9655 71.7202 55.3198 72.1975 55.3198 72.7829C55.3198 73.3833 54.9655 73.8456 54.5242 73.8456H48.8204C48.3791 73.8456 48.0219 73.3713 48.0219 72.7829C48.0219 72.1885 48.3791 71.7202 48.8204 71.7202Z" fill="var(--sapContent_Illustrative_Color14)"/>
36
+ <path d="M48.8204 79.6875H54.5242C54.9655 79.6875 55.3198 80.1618 55.3198 80.7502C55.3198 81.3506 54.9655 81.8129 54.5242 81.8129H48.8204C48.3791 81.8129 48.0219 81.3386 48.0219 80.7502C48.0219 80.1618 48.3791 79.6875 48.8204 79.6875Z" fill="var(--sapContent_Illustrative_Color14)"/>
37
+ <path d="M48.8204 95.6396H54.5242C54.9655 95.6396 55.3198 96.1139 55.3198 96.7023C55.3198 97.3027 54.9655 97.765 54.5242 97.765H48.8204C48.3791 97.765 48.0219 97.2877 48.0219 96.7023C48.0219 96.1139 48.3791 95.6396 48.8204 95.6396Z" fill="var(--sapContent_Illustrative_Color14)"/>
38
+ <path d="M48.8204 87.6641H54.5242C54.9655 87.6641 55.3198 88.1384 55.3198 88.7268C55.3198 89.3272 54.9655 89.7895 54.5242 89.7895H48.8204C48.3791 89.7895 48.0219 89.3152 48.0219 88.7268C48.0219 88.1384 48.3791 87.6641 48.8204 87.6641Z" fill="var(--sapContent_Illustrative_Color14)"/>
39
+ <path d="M48.8204 103.613H54.5242C54.9655 103.613 55.3198 104.091 55.3198 104.679C55.3198 105.279 54.9655 105.742 54.5242 105.742H48.8204C48.3791 105.742 48.0219 105.264 48.0219 104.679C48.0219 104.091 48.3791 103.613 48.8204 103.613Z" fill="var(--sapContent_Illustrative_Color14)"/>
40
+ <path d="M48.7935 111.623H54.4973C54.9355 111.623 55.2928 112.1 55.2928 112.686C55.2928 113.286 54.9355 113.751 54.4973 113.751H48.7935C48.3552 113.751 47.9979 113.274 47.9979 112.686C47.9979 112.1 48.3552 111.623 48.7935 111.623Z" fill="var(--sapContent_Illustrative_Color14)"/>
41
+ <path d="M76.5199 47.9595H89.9209C90.3592 47.9595 90.7164 48.4368 90.7164 49.0252C90.7164 49.6256 90.3592 50.0879 89.9209 50.0879H76.5199C76.0786 50.0879 75.7214 49.6106 75.7214 49.0252C75.7214 48.4368 76.0786 47.9595 76.5199 47.9595Z" fill="var(--sapContent_Illustrative_Color14)"/>
42
+ <path d="M76.5199 55.7588H87.3992C87.8374 55.7588 88.1947 56.2361 88.1947 56.8215C88.1947 57.4219 87.8374 57.8872 87.3992 57.8872H76.5199C76.0786 57.8872 75.7214 57.4099 75.7214 56.8215C75.7214 56.2361 76.0786 55.7588 76.5199 55.7588Z" fill="var(--sapContent_Illustrative_Color14)"/>
43
+ <path d="M76.5199 63.9155H89.1283C89.5696 63.9155 89.9269 64.3928 89.9269 64.9782C89.9269 65.5786 89.5696 66.0439 89.1283 66.0439H76.5199C76.0786 66.0439 75.7214 65.5666 75.7214 64.9782C75.7214 64.3898 76.0786 63.9155 76.5199 63.9155Z" fill="var(--sapContent_Illustrative_Color14)"/>
44
+ <path d="M76.5199 71.7202H82.2237C82.662 71.7202 83.0193 72.1975 83.0193 72.7829C83.0193 73.3833 82.662 73.8456 82.2237 73.8456H76.5199C76.0786 73.8456 75.7214 73.3713 75.7214 72.7829C75.7214 72.1885 76.0786 71.7202 76.5199 71.7202Z" fill="var(--sapContent_Illustrative_Color14)"/>
45
+ <path d="M76.5199 79.6875H82.2237C82.662 79.6875 83.0193 80.1618 83.0193 80.7502C83.0193 81.3506 82.662 81.8129 82.2237 81.8129H76.5199C76.0786 81.8129 75.7214 81.3386 75.7214 80.7502C75.7214 80.1618 76.0786 79.6875 76.5199 79.6875Z" fill="var(--sapContent_Illustrative_Color14)"/>
46
+ <path d="M76.5199 95.6396H82.2237C82.662 95.6396 83.0193 96.1139 83.0193 96.7023C83.0193 97.3027 82.662 97.765 82.2237 97.765H76.5199C76.0786 97.765 75.7214 97.2877 75.7214 96.7023C75.7214 96.1139 76.0786 95.6396 76.5199 95.6396Z" fill="var(--sapContent_Illustrative_Color14)"/>
47
+ <path d="M76.5199 87.6641H82.2237C82.662 87.6641 83.0193 88.1384 83.0193 88.7268C83.0193 89.3272 82.662 89.7895 82.2237 89.7895H76.5199C76.0786 89.7895 75.7214 89.3152 75.7214 88.7268C75.7214 88.1384 76.0786 87.6641 76.5199 87.6641Z" fill="var(--sapContent_Illustrative_Color14)"/>
48
+ <path d="M76.5199 103.613H82.2237C82.662 103.613 83.0193 104.091 83.0193 104.679C83.0193 105.279 82.662 105.742 82.2237 105.742H76.5199C76.0786 105.742 75.7214 105.264 75.7214 104.679C75.7214 104.091 76.0786 103.613 76.5199 103.613Z" fill="var(--sapContent_Illustrative_Color14)"/>
49
+ <path d="M76.4868 111.623H82.1906C82.6319 111.623 82.9892 112.1 82.9892 112.686C82.9892 113.286 82.6319 113.751 82.1906 113.751H76.4868C76.0455 113.751 75.6913 113.274 75.6913 112.686C75.6973 112.1 76.0515 111.623 76.4868 111.623Z" fill="var(--sapContent_Illustrative_Color14)"/>
50
+ <path d="M37.1156 38.5664H21.8654C20.8375 38.5664 20.0042 39.3997 20.0042 40.4276C20.0042 41.4556 20.8375 42.2889 21.8654 42.2889H37.1156C38.1435 42.2889 38.9768 41.4556 38.9768 40.4276C38.9768 39.3997 38.1435 38.5664 37.1156 38.5664Z" fill="var(--sapContent_Illustrative_Color14)"/>
51
+ </g>
52
+ <path d="M69.873 60.9581L93.9354 86.5882C94.0302 86.691 94.0827 86.826 94.0823 86.966V111.952C94.0815 112.205 94.1479 112.454 94.2748 112.673C94.4016 112.892 94.5843 113.073 94.804 113.198C95.0238 113.322 95.2726 113.386 95.525 113.382C95.7774 113.378 96.0242 113.307 96.2401 113.176L112.538 103.361C112.749 103.235 112.923 103.057 113.044 102.843C113.165 102.63 113.229 102.388 113.23 102.143L113.306 86.966C113.306 86.8287 113.358 86.6965 113.45 86.5953L138.015 59.9175L69.873 60.9581Z" fill="#0070F2"/>
53
+ <path d="M110.307 86.7976V103.747C110.307 103.842 110.332 103.936 110.38 104.019C110.428 104.101 110.497 104.17 110.58 104.217C110.662 104.264 110.756 104.288 110.852 104.287C110.947 104.286 111.04 104.259 111.122 104.21L112.278 103.514C112.566 103.339 112.804 103.093 112.97 102.799C113.136 102.506 113.224 102.174 113.225 101.836L113.299 87.1706C113.301 86.8985 113.404 86.6369 113.588 86.4365L137.162 60.8348C137.233 60.7569 137.28 60.6598 137.297 60.5554C137.314 60.4511 137.3 60.3441 137.257 60.2476C137.214 60.1511 137.143 60.0694 137.055 60.0125C136.966 59.9556 136.862 59.926 136.757 59.9273C136.698 59.9287 136.64 59.9399 136.584 59.9606L123.083 64.8547C122.964 64.8985 122.865 64.9825 122.801 65.0923L110.378 86.5149C110.329 86.6009 110.305 86.6986 110.307 86.7976Z" fill="var(--sapContent_Illustrative_Color13)"/>
54
+ <path d="M103.348 64.9306C123.403 64.9306 139.661 60.4333 139.661 54.8857C139.661 49.3381 123.403 44.8408 103.348 44.8408C83.293 44.8408 67.0352 49.3381 67.0352 54.8857C67.0352 60.4333 83.293 64.9306 103.348 64.9306Z" fill="var(--sapContent_Illustrative_Color13)"/>
55
+ <path d="M139.661 54.895C139.661 52.3861 136.333 50.0935 130.833 48.333L123.36 63.2792C133.181 61.4712 139.661 58.3874 139.661 54.895Z" fill="var(--sapContent_Illustrative_Color14)"/>
56
+ <path d="M103.348 66.9023C93.4782 66.9023 84.1744 65.8308 77.1516 63.8898C69.1363 61.6708 65.0718 58.644 65.0718 54.8855C65.0718 51.127 69.1339 48.1026 77.1516 45.8836C84.1744 43.9426 93.4782 42.8711 103.348 42.8711C113.218 42.8711 122.534 43.9426 129.547 45.8836C137.562 48.1026 141.627 51.1294 141.627 54.8855C141.627 58.6417 137.565 61.6708 129.547 63.8898C122.524 65.8237 113.22 66.9023 103.348 66.9023ZM103.348 46.8125C93.8217 46.8125 84.8874 47.8318 78.1961 49.6825C70.9222 51.6948 69.0013 53.959 69.0013 54.8855C69.0013 55.8121 70.9222 58.0786 78.1961 60.0909C84.8874 61.9416 93.8288 62.9609 103.348 62.9609C112.867 62.9609 121.809 61.9416 128.502 60.0909C135.774 58.0786 137.697 55.8145 137.697 54.8855C137.697 53.9566 135.774 51.6948 128.502 49.6825C121.809 47.8318 112.877 46.8173 103.348 46.8173V46.8125Z" fill="#0070F2"/>
57
+ </g>
58
+ <path d="M146.798 29.5651C146.798 28.5253 143.78 27.693 139.747 27.5039C139.517 23.4761 138.629 20.4811 137.589 20.4834C136.549 20.4857 135.685 23.5037 135.463 27.5523C131.419 27.829 128.412 28.7328 128.426 29.7749C128.44 30.817 131.444 31.6493 135.477 31.8361C135.719 35.864 136.595 38.8589 137.633 38.8566C138.67 38.8543 139.54 35.8363 139.761 31.7877C143.805 31.511 146.81 30.6072 146.798 29.5651Z" fill="var(--sapContent_Illustrative_Color3)"/>
59
+ <path d="M160.492 48.2654C160.492 47.5289 158.354 46.9393 155.498 46.8054C155.334 43.9523 154.706 41.8309 153.969 41.8325C153.232 41.8342 152.62 43.9719 152.463 46.8397C149.598 47.0356 147.469 47.6758 147.478 48.414C147.488 49.1522 149.616 49.7417 152.473 49.874C152.645 52.7271 153.265 54.8485 154 54.8469C154.735 54.8452 155.351 52.7075 155.508 49.8397C158.372 49.6437 160.5 49.0036 160.492 48.2654Z" fill="var(--sapContent_Illustrative_Color3)"/>
60
+ <defs>
61
+ <clipPath id="clip0_1663_6221">
62
+ <rect width="96.1601" height="114.833" fill="var(--sapContent_Illustrative_Color8)" transform="translate(7.65552 27.5601)"/>
63
+ </clipPath>
64
+ </defs>
65
+ </svg>
@@ -0,0 +1,39 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-FilteringColumns">
2
+ <rect y="45" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <path d="M116.412 103.103L114.094 102.033L74.4018 98.3911C74.4018 98.3911 51.673 96.0145 45.5083 95.6804C37.8605 95.2644 30.2672 95.0496 29.8069 96.6624C29.3466 98.2751 34.4235 100.693 47.3393 105.647C57.0398 109.37 66.9756 110.257 70.2761 108.92L89.8578 103.148L116.416 103.103H116.412Z" fill="var(--sapContent_Illustrative_Color21)"/>
4
+ <path d="M36.7331 59.5487L47.3892 98.1179C47.6174 98.9464 48.4246 99.4826 49.2847 99.3729L122.128 90.5876C124.798 89.9134 125.561 87.7688 125.198 86.7331L83.2912 53.8908C83.0343 53.1597 82.3209 52.6886 81.5464 52.7373L38.8325 53.9883C37.7359 54.0574 35.5346 55.6292 36.729 59.5527L36.7331 59.5487Z" fill="var(--sapContent_Illustrative_Color14)"/>
5
+ <path d="M37.292 56.1573L48.474 96.6232C48.7022 97.4518 49.5094 97.9879 50.3695 97.8783L123.784 89.0199C124.876 88.8777 125.561 87.7729 125.198 86.7372L111.077 50.5969C110.82 49.8658 110.107 49.3947 109.332 49.4434L38.8534 53.9762C37.7568 54.0452 36.9985 55.1012 37.292 56.1573Z" fill="var(--sapContent_Illustrative_Color8)"/>
6
+ <path d="M111.077 50.5969C110.82 49.8658 110.107 49.3947 109.332 49.4434L38.8534 53.9762C37.7568 54.0452 36.9985 55.1012 37.292 56.1573L38.8574 61.8273L113.042 55.6333L111.073 50.5969H111.077Z" fill="var(--sapContent_Illustrative_Color13)"/>
7
+ <path d="M40.582 56.6937L41.2016 58.8463C41.2709 59.0819 41.5359 59.2565 41.8009 59.2362L63.8223 57.7253C64.0669 57.7091 64.2096 57.51 64.1362 57.2867L63.4677 55.2152C63.3943 54.9918 63.1375 54.8213 62.8929 54.8375L40.9367 56.2428C40.6758 56.2591 40.5168 56.4621 40.582 56.6937Z" fill="var(--sapContent_Illustrative_Color2)"/>
8
+ <path d="M59.0587 73.813L47.8238 74.9097C47.5506 74.9381 47.3876 75.1615 47.4609 75.4133L47.7504 76.4125C47.8238 76.6643 48.105 76.8471 48.3782 76.8186L59.6335 75.6854C59.8984 75.657 60.0493 75.4377 59.9718 75.1899L59.6702 74.2111C59.5927 73.9633 59.3196 73.7846 59.0587 73.813Z" fill="var(--sapContent_Illustrative_Color2)"/>
9
+ <path d="M60.5394 78.6343L49.2515 79.8244C48.9784 79.8528 48.8153 80.0843 48.8887 80.3402L49.1822 81.3515C49.2556 81.6074 49.5368 81.7902 49.8141 81.7618L61.1264 80.5352C61.3914 80.5067 61.5422 80.2793 61.4648 80.0275L61.159 79.0364C61.0816 78.7846 60.8044 78.6059 60.5435 78.6343H60.5394Z" fill="var(--sapContent_Illustrative_Color2)"/>
10
+ <path d="M51.2608 86.7824L65.7325 85.0968C65.9975 85.0643 66.1443 84.8369 66.0668 84.581L65.7529 83.5818C65.6755 83.33 65.3983 83.1513 65.1333 83.1797L50.6861 84.8166C50.4129 84.8491 50.2499 85.0846 50.3232 85.3405L50.6208 86.3681C50.6942 86.628 50.9796 86.8149 51.2568 86.7824H51.2608Z" fill="var(--sapContent_Illustrative_Color2)"/>
11
+ <path d="M46.1166 70.7547L46.402 71.7376C46.4754 71.9854 46.7526 72.1682 47.0257 72.1438L61.2935 70.8157C61.5544 70.7913 61.7012 70.576 61.6278 70.3323L61.3302 69.3738C61.2528 69.1301 60.9837 68.9554 60.7228 68.9798L46.4835 70.2633C46.2104 70.2876 46.0514 70.507 46.1207 70.7588L46.1166 70.7547Z" fill="var(--sapContent_Illustrative_Color2)"/>
12
+ <path d="M52.703 91.7613L64.1254 90.3397C64.3945 90.3072 64.5453 90.0716 64.4638 89.8117L64.1499 88.7922C64.0724 88.5363 63.7911 88.3536 63.5262 88.3861L52.1282 89.767C51.851 89.7995 51.6879 90.0391 51.7654 90.3032L52.067 91.347C52.1445 91.611 52.4298 91.7978 52.707 91.7613H52.703Z" fill="var(--sapContent_Illustrative_Color2)"/>
13
+ <path d="M68.442 74.7316L81.9394 73.3751C82.1758 73.3507 82.3063 73.1436 82.2288 72.912L81.8986 71.9454C81.8212 71.7139 81.5644 71.5473 81.3279 71.5717L67.855 72.8877C67.6063 72.912 67.4677 73.1232 67.5411 73.3588L67.8591 74.3499C67.9365 74.5854 68.1974 74.7601 68.4461 74.7316H68.442Z" fill="var(--sapContent_Illustrative_Color2)"/>
14
+ <path d="M66.1025 68.8546L66.4163 69.8334C66.4897 70.069 66.7506 70.2396 66.9993 70.2152L80.4396 68.9643C80.676 68.944 80.8065 68.7409 80.729 68.5134L80.4029 67.5589C80.3255 67.3315 80.0727 67.165 79.8363 67.1853L66.4204 68.3956C66.1718 68.4159 66.0332 68.6231 66.1065 68.8587L66.1025 68.8546Z" fill="var(--sapContent_Illustrative_Color2)"/>
15
+ <path d="M80.2881 76.4863L69.3711 77.6357C69.1225 77.6601 68.9798 77.8753 69.0572 78.115L69.3793 79.1182C69.4567 79.3578 69.7217 79.5325 69.9704 79.504L80.9036 78.318C81.1442 78.2937 81.2746 78.0784 81.1971 77.8469L80.867 76.864C80.7895 76.6284 80.5286 76.4619 80.2881 76.4863Z" fill="var(--sapContent_Illustrative_Color2)"/>
16
+ <path d="M81.878 81.2098L70.9121 82.4527C70.6635 82.4811 70.5208 82.7005 70.5983 82.9441L70.9244 83.9636C71.0018 84.2073 71.2668 84.382 71.5195 84.3535L82.5017 83.0741C82.7422 83.0457 82.8727 82.8304 82.7952 82.5908L82.4569 81.5916C82.3754 81.3561 82.1145 81.1855 81.8739 81.2098H81.878Z" fill="var(--sapContent_Illustrative_Color2)"/>
17
+ <path d="M86.2453 71.5753L86.5755 72.5257C86.657 72.7572 86.9139 72.9278 87.1503 72.9034L99.8446 71.6281C100.073 71.6037 100.187 71.4047 100.106 71.1772L99.7631 70.2512C99.6815 70.0278 99.4288 69.8613 99.2046 69.8816L86.5307 71.1163C86.2942 71.1407 86.1679 71.3437 86.2494 71.5753H86.2453Z" fill="var(--sapContent_Illustrative_Color2)"/>
18
+ <path d="M95.4836 65.8281L85.015 66.7745C84.7786 66.7948 84.6522 66.9979 84.7338 67.2253L85.0599 68.1636C85.1414 68.391 85.3942 68.5616 85.6306 68.5372L96.1154 67.5584C96.3437 67.5381 96.4619 67.339 96.3804 67.1157L96.0461 66.1977C95.9646 65.9743 95.7159 65.8119 95.4876 65.8322L95.4836 65.8281Z" fill="var(--sapContent_Illustrative_Color2)"/>
19
+ <path d="M98.6834 74.6015L88.1293 75.7144C87.8929 75.7387 87.7665 75.9499 87.848 76.1815L88.1823 77.1441C88.2638 77.3796 88.5247 77.5502 88.7612 77.5218L99.3316 76.3764C99.5599 76.352 99.6781 76.1449 99.5925 75.9134L99.2501 74.9711C99.1645 74.7436 98.9117 74.5771 98.6834 74.6015Z" fill="var(--sapContent_Illustrative_Color2)"/>
20
+ <path d="M90.3924 82.2046L103.189 80.714C103.417 80.6855 103.531 80.4784 103.445 80.2469L103.095 79.2964C103.009 79.0649 102.756 78.8984 102.528 78.9228L89.7523 80.3687C89.5159 80.3971 89.3895 80.6084 89.4711 80.848L89.8094 81.8228C89.8909 82.0624 90.1518 82.233 90.3924 82.2046Z" fill="var(--sapContent_Illustrative_Color2)"/>
21
+ <path d="M92.0111 86.851L102.663 85.5269C102.895 85.4984 103.01 85.2832 102.924 85.0476L102.569 84.0809C102.484 83.8454 102.227 83.6788 101.995 83.7073L91.3589 84.9989C91.1183 85.0273 90.992 85.2466 91.0776 85.4863L91.42 86.4732C91.5056 86.7129 91.7665 86.8875 92.007 86.855L92.0111 86.851Z" fill="var(--sapContent_Illustrative_Color2)"/>
22
+ <path d="M112.701 68.5659L103.105 69.5042C102.876 69.5245 102.762 69.7275 102.848 69.9591L103.186 70.8607C103.272 71.0882 103.524 71.2547 103.753 71.2344L113.361 70.2677C113.581 70.2474 113.687 70.0444 113.602 69.821L113.255 68.9355C113.17 68.7121 112.921 68.5497 112.701 68.57V68.5659Z" fill="var(--sapContent_Illustrative_Color2)"/>
23
+ <path d="M105.433 75.7027L117.43 74.4029C117.65 74.3786 117.752 74.1755 117.666 73.948L117.316 73.0545C117.226 72.827 116.978 72.6646 116.757 72.6889L104.776 73.9521C104.548 73.9765 104.434 74.1836 104.52 74.4151L104.862 75.329C104.948 75.5605 105.204 75.727 105.433 75.7027Z" fill="var(--sapContent_Illustrative_Color2)"/>
24
+ <path d="M101.266 65.7394L101.6 66.6289C101.685 66.8563 101.938 67.0228 102.162 66.9985L114.078 65.8896C114.294 65.8693 114.4 65.6744 114.315 65.455L113.972 64.5859C113.886 64.3665 113.638 64.2041 113.422 64.2244L101.526 65.2966C101.298 65.3169 101.184 65.516 101.27 65.7394H101.266Z" fill="var(--sapContent_Illustrative_Color2)"/>
25
+ <path d="M107.135 80.2348L116.813 79.1057C117.033 79.0813 117.139 78.8742 117.05 78.6427L116.695 77.7329C116.605 77.5014 116.352 77.3389 116.132 77.3633L106.467 78.4599C106.239 78.4843 106.124 78.6955 106.21 78.931L106.557 79.8571C106.646 80.0927 106.903 80.2592 107.131 80.2348H107.135Z" fill="var(--sapContent_Illustrative_Color2)"/>
26
+ <path d="M108.823 84.7276L118.537 83.5172C118.762 83.4888 118.868 83.2776 118.774 83.0461L118.415 82.1241C118.325 81.8926 118.073 81.726 117.849 81.7504L108.15 82.9283C107.922 82.9567 107.808 83.172 107.894 83.4076L108.244 84.3458C108.334 84.5854 108.591 84.752 108.823 84.7235V84.7276Z" fill="var(--sapContent_Illustrative_Color2)"/>
27
+ <path d="M97.2607 96.373L116.413 103.107C116.413 103.107 117.217 103.543 117.5 101.726C117.715 100.359 117.872 98.562 116.825 95.9775L99.4054 89.9355L97.2607 91.3028V96.373Z" fill="var(--sapContent_Illustrative_Color3)"/>
28
+ <path d="M116.413 103.103C116.413 103.103 117.217 103.539 117.5 101.722C117.562 101.323 97.2607 94.6572 97.2607 94.6572V96.3689L116.413 103.103Z" fill="var(--sapContent_Illustrative_Color16)"/>
29
+ <path d="M117.229 97.1226C117.119 96.7578 116.99 96.3759 116.826 95.9736L99.4063 89.9316L99.2119 90.0578L99.6484 91.4728L117.229 97.1226Z" fill="var(--sapContent_Illustrative_Color31)"/>
30
+ <path d="M83.9976 62.0103L84.4647 62.4842C84.8329 62.8593 85.1466 63.2855 85.3955 63.7492L99.4058 89.9354C99.4058 89.9354 100.719 92.7961 97.2611 96.3728L70.3282 108.859C69.5986 109.197 68.7973 109.36 67.9892 109.33H67.9688L83.9976 62.0103Z" fill="var(--sapContent_Illustrative_Color3)"/>
31
+ <path d="M62.5748 107.949C63.5227 108.273 64.6036 108.078 65.7594 107.448C62.4589 104.543 62.7453 93.9965 66.6664 82.4616C70.4886 71.2132 76.476 62.8186 80.8404 62.1366C80.3255 61.1478 79.6504 60.4727 78.8082 60.1863C78.59 60.1113 78.3615 60.0704 78.1263 60.0499C78.0444 60.0465 77.966 60.0363 77.8842 60.0363C73.4653 59.992 66.9289 69.0651 62.7487 81.3671C59.4106 91.1938 58.5173 100.301 60.0926 104.924C60.396 105.654 60.7438 106.316 61.1291 106.902C61.5417 107.403 62.0224 107.758 62.5748 107.945V107.949Z" fill="var(--sapContent_Illustrative_Color3)"/>
32
+ <path d="M66.6625 82.4617C62.7414 93.9966 62.455 104.543 65.7556 107.448C69.9426 105.163 75.1151 97.1028 78.6304 86.7681C82.2515 76.1129 82.9982 66.3033 80.8365 62.1401C76.4721 62.8221 70.4847 71.2167 66.6625 82.4651V82.4617Z" fill="var(--sapContent_Illustrative_Color28)"/>
33
+ <path d="M77.9518 88.6775C78.1837 88.0501 78.4087 87.4125 78.6303 86.7681C82.2514 76.1129 82.9981 66.3033 80.8364 62.1401C78.8588 62.4504 75.6605 64.7622 72.6055 69.7471C72.6055 69.7471 80.0931 71.0428 77.9518 88.6809V88.6775Z" fill="var(--sapContent_Illustrative_Color29)"/>
34
+ <path d="M84.0148 81.3926L74.4028 99.973L67.9688 109.322H67.9892C68.7939 109.353 69.5952 109.193 70.3282 108.855L97.2716 96.3707L82.3818 96.6565C85.6486 88.3189 86.867 76.5825 86.867 76.5825L84.0148 81.3926Z" fill="var(--sapContent_Illustrative_Color16)"/>
35
+ <path d="M99.4056 89.9318L95.655 82.9215L86.4114 69.7432C86.4114 69.7432 86.55 74.5517 85.9102 78.2912L99.6443 91.4729C99.6681 90.5114 99.4022 89.9318 99.4022 89.9318H99.4056Z" fill="var(--sapContent_Illustrative_Color31)"/>
36
+ <path d="M80.8363 62.1366C80.3215 61.1478 79.6463 60.4727 78.8042 60.1863C78.5859 60.1113 78.3575 60.0704 78.1222 60.0499C78.0404 60.0465 77.962 60.0363 77.8801 60.0363C75.0501 60.009 71.3575 63.7187 67.9648 69.6174C67.9683 69.6174 70.7437 68.7548 72.602 69.7436C75.4115 65.3451 78.3779 62.5219 80.8329 62.1366H80.8363Z" fill="var(--sapContent_Illustrative_Color15)"/>
37
+ <path d="M84.5197 62.5968C83.6604 61.1886 80.9566 60.7931 79.6029 60.3328C79.1187 60.1691 78.6243 60.0805 78.1231 60.0498C78.355 60.0703 78.5834 60.1112 78.8051 60.1862C79.6472 60.4726 80.3258 61.1477 80.8372 62.1365C82.9955 66.2997 82.2522 76.1093 78.6312 86.7645C75.1192 97.0992 69.9434 105.16 65.7563 107.444C64.6004 108.075 63.5196 108.269 62.5717 107.945C62.0193 107.758 61.5351 107.403 61.126 106.902C61.1396 106.922 61.1533 106.946 61.1669 106.967C62.183 108.494 66.1961 109.623 67.9692 109.326C73.6803 108.372 79.6813 99.2438 83.374 88.3773C87.0019 77.7016 87.5338 67.5374 84.5197 62.5968Z" fill="var(--sapContent_Illustrative_Color31)"/>
38
+ <path d="M82.9466 61.3797C82.2723 61.0398 80.9185 60.687 79.6022 60.3328C79.1181 60.1691 78.6237 60.0805 78.1225 60.0498C78.3543 60.0703 78.5828 60.1112 78.8044 60.1862C79.6466 60.4726 80.3251 61.1477 80.8366 62.1365C82.9967 66.3128 82.113 78.95 76.8525 91.4928C84.5487 79.725 84.9088 65.9504 82.9466 61.3797Z" fill="var(--sapContent_Illustrative_Color31)"/>
39
+ </svg>
@@ -0,0 +1,67 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-GroupTable">
2
+ <circle cx="80" cy="80" r="80" fill="var(--sapContent_Illustrative_Color7)"/>
3
+ <path d="M124.428 37.4707H55.4125C51.2306 37.4707 47.8405 40.8608 47.8405 45.0427V130.4C47.8405 134.582 51.2306 137.972 55.4125 137.972H124.428C128.61 137.972 132 134.582 132 130.4V45.0427C132 40.8608 128.61 37.4707 124.428 37.4707Z" fill="var(--sapContent_Illustrative_Color18)"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M55.599 45.6074C55.599 45.2632 55.6936 44.9873 55.8092 44.9873H123.595C123.711 44.9873 123.805 45.25 123.805 45.6074V129.838C123.805 130.182 123.711 130.458 123.595 130.458H55.8092C55.6936 130.458 55.599 130.195 55.599 129.838V45.6074Z" fill="var(--sapContent_Illustrative_Color18)"/>
5
+ <path d="M123.81 53.0505H55.599V60.0314H123.81V53.0505Z" fill="var(--sapContent_Illustrative_Color19)"/>
6
+ <path d="M59.548 55.689H71.2765C71.6601 55.689 71.9728 56.1067 71.9728 56.6217C71.9728 57.1472 71.6601 57.5518 71.2765 57.5518H59.548C59.1618 57.5518 58.8491 57.134 58.8491 56.6217C58.8491 56.1067 59.1513 55.689 59.548 55.689Z" fill="var(--sapContent_Illustrative_Color20)"/>
7
+ <path d="M59.548 62.5146H69.0696C69.4531 62.5146 69.7658 62.9324 69.7658 63.4447C69.7658 63.9702 69.4531 64.3774 69.0696 64.3774H59.548C59.1618 64.3774 58.8491 63.9597 58.8491 63.4447C58.8491 62.9324 59.1513 62.5146 59.548 62.5146Z" fill="var(--sapContent_Illustrative_Color20)"/>
8
+ <path d="M59.548 69.6533H70.5829C70.9691 69.6533 71.2818 70.0711 71.2818 70.5834C71.2818 71.1089 70.9691 71.5161 70.5829 71.5161H59.548C59.1618 71.5161 58.8491 71.0984 58.8491 70.5834C58.8491 70.0684 59.1513 69.6533 59.548 69.6533Z" fill="var(--sapContent_Illustrative_Color20)"/>
9
+ <path d="M59.548 76.4844H64.54C64.9262 76.4844 65.2362 76.9021 65.2362 77.4145C65.2362 77.9399 64.9262 78.3445 64.54 78.3445H59.548C59.1618 78.3445 58.8491 77.9294 58.8491 77.4145C58.8491 76.8942 59.1513 76.4844 59.548 76.4844Z" fill="var(--sapContent_Illustrative_Color20)"/>
10
+ <path d="M59.548 83.457H64.54C64.9262 83.457 65.2362 83.8722 65.2362 84.3871C65.2362 84.9126 64.9262 85.3172 64.54 85.3172H59.548C59.1618 85.3172 58.8491 84.9021 58.8491 84.3871C58.8491 83.8722 59.1513 83.457 59.548 83.457Z" fill="var(--sapContent_Illustrative_Color20)"/>
11
+ <path d="M59.548 97.4185H64.54C64.9262 97.4185 65.2362 97.8336 65.2362 98.3485C65.2362 98.874 64.9262 99.2786 64.54 99.2786H59.548C59.1618 99.2786 58.8491 98.8609 58.8491 98.3485C58.8491 97.8336 59.1513 97.4185 59.548 97.4185Z" fill="var(--sapContent_Illustrative_Color20)"/>
12
+ <path d="M59.548 90.4385H64.54C64.9262 90.4385 65.2362 90.8536 65.2362 91.3686C65.2362 91.894 64.9262 92.2986 64.54 92.2986H59.548C59.1618 92.2986 58.8491 91.8835 58.8491 91.3686C58.8491 90.8536 59.1513 90.4385 59.548 90.4385Z" fill="var(--sapContent_Illustrative_Color20)"/>
13
+ <path d="M59.548 104.397H64.54C64.9262 104.397 65.2362 104.815 65.2362 105.33C65.2362 105.856 64.9262 106.26 64.54 106.26H59.548C59.1618 106.26 58.8491 105.843 58.8491 105.33C58.8491 104.815 59.1513 104.397 59.548 104.397Z" fill="var(--sapContent_Illustrative_Color20)"/>
14
+ <path d="M59.5244 111.407H64.5164C64.9 111.407 65.2126 111.825 65.2126 112.337C65.2126 112.863 64.9 113.27 64.5164 113.27H59.5244C59.1408 113.27 58.8281 112.852 58.8281 112.337C58.8281 111.825 59.1513 111.407 59.5244 111.407Z" fill="var(--sapContent_Illustrative_Color20)"/>
15
+ <path d="M84.0691 55.689H95.7976C96.1812 55.689 96.4939 56.1067 96.4939 56.6217C96.4939 57.1472 96.1812 57.5518 95.7976 57.5518H84.0691C83.6829 57.5518 83.3702 57.134 83.3702 56.6217C83.3702 56.1067 83.6829 55.689 84.0691 55.689Z" fill="var(--sapContent_Illustrative_Color20)"/>
16
+ <path d="M84.0691 62.5146H93.5906C93.9742 62.5146 94.2869 62.9324 94.2869 63.4447C94.2869 63.9702 93.9742 64.3774 93.5906 64.3774H84.0691C83.6829 64.3774 83.3702 63.9597 83.3702 63.4447C83.3702 62.9324 83.6829 62.5146 84.0691 62.5146Z" fill="var(--sapContent_Illustrative_Color20)"/>
17
+ <path d="M84.0691 69.6533H95.104C95.4902 69.6533 95.8029 70.0711 95.8029 70.5834C95.8029 71.1089 95.4902 71.5161 95.104 71.5161H84.0691C83.6829 71.5161 83.3702 71.0984 83.3702 70.5834C83.3702 70.0684 83.6829 69.6533 84.0691 69.6533Z" fill="var(--sapContent_Illustrative_Color20)"/>
18
+ <path d="M84.0691 76.4844H89.0611C89.4473 76.4844 89.7573 76.9021 89.7573 77.4145C89.7573 77.9399 89.4473 78.3445 89.0611 78.3445H84.0691C83.6829 78.3445 83.3702 77.9294 83.3702 77.4145C83.3702 76.8942 83.6829 76.4844 84.0691 76.4844Z" fill="var(--sapContent_Illustrative_Color20)"/>
19
+ <path d="M84.0691 83.457H89.0611C89.4473 83.457 89.7573 83.8722 89.7573 84.3871C89.7573 84.9126 89.4473 85.3172 89.0611 85.3172H84.0691C83.6829 85.3172 83.3702 84.9021 83.3702 84.3871C83.3702 83.8722 83.6829 83.457 84.0691 83.457Z" fill="var(--sapContent_Illustrative_Color20)"/>
20
+ <path d="M84.0691 97.4185H89.0611C89.4473 97.4185 89.7573 97.8336 89.7573 98.3485C89.7573 98.874 89.4473 99.2786 89.0611 99.2786H84.0691C83.6829 99.2786 83.3702 98.8609 83.3702 98.3485C83.3702 97.8336 83.6829 97.4185 84.0691 97.4185Z" fill="var(--sapContent_Illustrative_Color20)"/>
21
+ <path d="M84.0691 90.4385H89.0611C89.4473 90.4385 89.7573 90.8536 89.7573 91.3686C89.7573 91.894 89.4473 92.2986 89.0611 92.2986H84.0691C83.6829 92.2986 83.3702 91.8835 83.3702 91.3686C83.3702 90.8536 83.6829 90.4385 84.0691 90.4385Z" fill="var(--sapContent_Illustrative_Color20)"/>
22
+ <path d="M84.0691 104.397H89.0611C89.4473 104.397 89.7573 104.815 89.7573 105.33C89.7573 105.856 89.4473 106.26 89.0611 106.26H84.0691C83.6829 106.26 83.3702 105.843 83.3702 105.33C83.3702 104.815 83.6829 104.397 84.0691 104.397Z" fill="var(--sapContent_Illustrative_Color20)"/>
23
+ <path d="M84.0455 111.407H89.0375C89.4211 111.407 89.7337 111.825 89.7337 112.337C89.7337 112.863 89.4211 113.27 89.0375 113.27H84.0455C83.6619 113.27 83.3492 112.852 83.3492 112.337C83.3492 111.825 83.6619 111.407 84.0455 111.407Z" fill="var(--sapContent_Illustrative_Color20)"/>
24
+ <path d="M108.312 55.689H120.04C120.424 55.689 120.736 56.1067 120.736 56.6217C120.736 57.1472 120.424 57.5518 120.04 57.5518H108.312C107.925 57.5518 107.613 57.134 107.613 56.6217C107.613 56.1067 107.925 55.689 108.312 55.689Z" fill="var(--sapContent_Illustrative_Color20)"/>
25
+ <path d="M108.312 62.5146H117.833C118.217 62.5146 118.529 62.9324 118.529 63.4447C118.529 63.9702 118.217 64.3774 117.833 64.3774H108.312C107.925 64.3774 107.613 63.9597 107.613 63.4447C107.613 62.9324 107.925 62.5146 108.312 62.5146Z" fill="var(--sapContent_Illustrative_Color20)"/>
26
+ <path d="M108.312 69.6533H119.347C119.733 69.6533 120.045 70.0711 120.045 70.5834C120.045 71.1089 119.733 71.5161 119.347 71.5161H108.312C107.925 71.5161 107.613 71.0984 107.613 70.5834C107.613 70.0684 107.925 69.6533 108.312 69.6533Z" fill="var(--sapContent_Illustrative_Color20)"/>
27
+ <path d="M108.312 76.4844H113.304C113.687 76.4844 114 76.9021 114 77.4145C114 77.9399 113.687 78.3445 113.304 78.3445H108.312C107.925 78.3445 107.613 77.9294 107.613 77.4145C107.613 76.8942 107.925 76.4844 108.312 76.4844Z" fill="var(--sapContent_Illustrative_Color20)"/>
28
+ <path d="M108.312 83.457H113.304C113.687 83.457 114 83.8722 114 84.3871C114 84.9126 113.687 85.3172 113.304 85.3172H108.312C107.925 85.3172 107.613 84.9021 107.613 84.3871C107.613 83.8722 107.925 83.457 108.312 83.457Z" fill="var(--sapContent_Illustrative_Color20)"/>
29
+ <path d="M108.312 97.4185H113.304C113.687 97.4185 114 97.8336 114 98.3485C114 98.874 113.687 99.2786 113.304 99.2786H108.312C107.925 99.2786 107.613 98.8609 107.613 98.3485C107.613 97.8336 107.925 97.4185 108.312 97.4185Z" fill="var(--sapContent_Illustrative_Color20)"/>
30
+ <path d="M108.312 90.4385H113.304C113.687 90.4385 114 90.8536 114 91.3686C114 91.894 113.687 92.2986 113.304 92.2986H108.312C107.925 92.2986 107.613 91.8835 107.613 91.3686C107.613 90.8536 107.925 90.4385 108.312 90.4385Z" fill="var(--sapContent_Illustrative_Color20)"/>
31
+ <path d="M108.312 104.397H113.304C113.687 104.397 114 104.815 114 105.33C114 105.856 113.687 106.26 113.304 106.26H108.312C107.925 106.26 107.613 105.843 107.613 105.33C107.613 104.815 107.925 104.397 108.312 104.397Z" fill="var(--sapContent_Illustrative_Color20)"/>
32
+ <path d="M108.283 111.407H113.275C113.661 111.407 113.974 111.825 113.974 112.337C113.974 112.863 113.661 113.27 113.275 113.27H108.283C107.897 113.27 107.587 112.852 107.587 112.337C107.592 111.825 107.902 111.407 108.283 111.407Z" fill="var(--sapContent_Illustrative_Color20)"/>
33
+ <path d="M73.8251 47.468H60.4781C59.5784 47.468 58.8491 48.1973 58.8491 49.097C58.8491 49.9966 59.5784 50.7259 60.4781 50.7259H73.8251C74.7247 50.7259 75.454 49.9966 75.454 49.097C75.454 48.1973 74.7247 47.468 73.8251 47.468Z" fill="var(--sapContent_Illustrative_Color20)"/>
34
+ <path d="M96.5875 17H27.572C23.3901 17 20 20.3901 20 24.572V109.93C20 114.112 23.3901 117.502 27.572 117.502H96.5875C100.769 117.502 104.16 114.112 104.16 109.93V24.572C104.16 20.3901 100.769 17 96.5875 17Z" fill="var(--sapContent_Illustrative_Color8)"/>
35
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.7585 25.1367C27.7585 24.7925 27.8531 24.5166 27.9687 24.5166H95.7546C95.8702 24.5166 95.9648 24.7793 95.9648 25.1367V109.367C95.9648 109.711 95.8702 109.987 95.7546 109.987H27.9687C27.8531 109.987 27.7585 109.724 27.7585 109.367V25.1367Z" fill="var(--sapContent_Illustrative_Color8)"/>
36
+ <path d="M95.97 32.5798H27.7585V39.5607H95.97V32.5798Z" fill="var(--sapContent_Illustrative_Color18)"/>
37
+ <path d="M31.7076 35.2183H43.4361C43.8197 35.2183 44.1323 35.636 44.1323 36.151C44.1323 36.6765 43.8197 37.0811 43.4361 37.0811H31.7076C31.3213 37.0811 31.0087 36.6633 31.0087 36.151C31.0087 35.636 31.3108 35.2183 31.7076 35.2183Z" fill="var(--sapContent_Illustrative_Color14)"/>
38
+ <path d="M31.7076 42.0439H41.2291C41.6127 42.0439 41.9254 42.4617 41.9254 42.974C41.9254 43.4995 41.6127 43.9067 41.2291 43.9067H31.7076C31.3213 43.9067 31.0087 43.489 31.0087 42.974C31.0087 42.4617 31.3108 42.0439 31.7076 42.0439Z" fill="var(--sapContent_Illustrative_Color14)"/>
39
+ <path d="M31.7076 49.1829H42.7425C43.1287 49.1829 43.4413 49.6006 43.4413 50.1129C43.4413 50.6384 43.1287 51.0457 42.7425 51.0457H31.7076C31.3213 51.0457 31.0087 50.6279 31.0087 50.1129C31.0087 49.598 31.3108 49.1829 31.7076 49.1829Z" fill="var(--sapContent_Illustrative_Color14)"/>
40
+ <path d="M31.7076 56.0137H36.6995C37.0858 56.0137 37.3958 56.4314 37.3958 56.9438C37.3958 57.4692 37.0858 57.8738 36.6995 57.8738H31.7076C31.3213 57.8738 31.0087 57.4587 31.0087 56.9438C31.0087 56.4235 31.3108 56.0137 31.7076 56.0137Z" fill="var(--sapContent_Illustrative_Color14)"/>
41
+ <path d="M31.7076 62.9863H36.6995C37.0858 62.9863 37.3958 63.4015 37.3958 63.9164C37.3958 64.4419 37.0858 64.8465 36.6995 64.8465H31.7076C31.3213 64.8465 31.0087 64.4314 31.0087 63.9164C31.0087 63.4015 31.3108 62.9863 31.7076 62.9863Z" fill="var(--sapContent_Illustrative_Color14)"/>
42
+ <path d="M31.7076 76.9478H36.6995C37.0858 76.9478 37.3958 77.3629 37.3958 77.8778C37.3958 78.4033 37.0858 78.8079 36.6995 78.8079H31.7076C31.3213 78.8079 31.0087 78.3902 31.0087 77.8778C31.0087 77.3629 31.3108 76.9478 31.7076 76.9478Z" fill="var(--sapContent_Illustrative_Color14)"/>
43
+ <path d="M31.7076 69.9678H36.6995C37.0858 69.9678 37.3958 70.3829 37.3958 70.8979C37.3958 71.4233 37.0858 71.8279 36.6995 71.8279H31.7076C31.3213 71.8279 31.0087 71.4128 31.0087 70.8979C31.0087 70.3829 31.3108 69.9678 31.7076 69.9678Z" fill="var(--sapContent_Illustrative_Color14)"/>
44
+ <path d="M31.7076 83.9268H36.6995C37.0858 83.9268 37.3958 84.3445 37.3958 84.8595C37.3958 85.385 37.0858 85.7895 36.6995 85.7895H31.7076C31.3213 85.7895 31.0087 85.3718 31.0087 84.8595C31.0087 84.3445 31.3108 83.9268 31.7076 83.9268Z" fill="var(--sapContent_Illustrative_Color14)"/>
45
+ <path d="M31.6839 90.9365H36.6759C37.0595 90.9365 37.3721 91.3543 37.3721 91.8666C37.3721 92.3921 37.0595 92.7993 36.6759 92.7993H31.6839C31.3003 92.7993 30.9877 92.3815 30.9877 91.8666C30.9877 91.3543 31.3108 90.9365 31.6839 90.9365Z" fill="var(--sapContent_Illustrative_Color14)"/>
46
+ <path d="M56.2286 35.2183H67.9572C68.3408 35.2183 68.6534 35.636 68.6534 36.151C68.6534 36.6765 68.3408 37.0811 67.9572 37.0811H56.2286C55.8424 37.0811 55.5298 36.6633 55.5298 36.151C55.5298 35.636 55.8424 35.2183 56.2286 35.2183Z" fill="var(--sapContent_Illustrative_Color14)"/>
47
+ <path d="M56.2286 42.0439H65.7502C66.1338 42.0439 66.4464 42.4617 66.4464 42.974C66.4464 43.4995 66.1338 43.9067 65.7502 43.9067H56.2286C55.8424 43.9067 55.5298 43.489 55.5298 42.974C55.5298 42.4617 55.8424 42.0439 56.2286 42.0439Z" fill="var(--sapContent_Illustrative_Color14)"/>
48
+ <path d="M56.2286 49.1829H67.2635C67.6498 49.1829 67.9624 49.6006 67.9624 50.1129C67.9624 50.6384 67.6498 51.0457 67.2635 51.0457H56.2286C55.8424 51.0457 55.5298 50.6279 55.5298 50.1129C55.5298 49.598 55.8424 49.1829 56.2286 49.1829Z" fill="var(--sapContent_Illustrative_Color14)"/>
49
+ <path d="M56.2286 56.0137H61.2206C61.6068 56.0137 61.9169 56.4314 61.9169 56.9438C61.9169 57.4692 61.6068 57.8738 61.2206 57.8738H56.2286C55.8424 57.8738 55.5298 57.4587 55.5298 56.9438C55.5298 56.4235 55.8424 56.0137 56.2286 56.0137Z" fill="var(--sapContent_Illustrative_Color14)"/>
50
+ <path d="M56.2286 62.9863H61.2206C61.6068 62.9863 61.9169 63.4015 61.9169 63.9164C61.9169 64.4419 61.6068 64.8465 61.2206 64.8465H56.2286C55.8424 64.8465 55.5298 64.4314 55.5298 63.9164C55.5298 63.4015 55.8424 62.9863 56.2286 62.9863Z" fill="var(--sapContent_Illustrative_Color14)"/>
51
+ <path d="M56.2286 76.9478H61.2206C61.6068 76.9478 61.9169 77.3629 61.9169 77.8778C61.9169 78.4033 61.6068 78.8079 61.2206 78.8079H56.2286C55.8424 78.8079 55.5298 78.3902 55.5298 77.8778C55.5298 77.3629 55.8424 76.9478 56.2286 76.9478Z" fill="var(--sapContent_Illustrative_Color14)"/>
52
+ <path d="M56.2286 69.9678H61.2206C61.6068 69.9678 61.9169 70.3829 61.9169 70.8979C61.9169 71.4233 61.6068 71.8279 61.2206 71.8279H56.2286C55.8424 71.8279 55.5298 71.4128 55.5298 70.8979C55.5298 70.3829 55.8424 69.9678 56.2286 69.9678Z" fill="var(--sapContent_Illustrative_Color14)"/>
53
+ <path d="M56.2286 83.9268H61.2206C61.6068 83.9268 61.9169 84.3445 61.9169 84.8595C61.9169 85.385 61.6068 85.7895 61.2206 85.7895H56.2286C55.8424 85.7895 55.5298 85.3718 55.5298 84.8595C55.5298 84.3445 55.8424 83.9268 56.2286 83.9268Z" fill="var(--sapContent_Illustrative_Color14)"/>
54
+ <path d="M56.205 90.9365H61.197C61.5806 90.9365 61.8933 91.3543 61.8933 91.8666C61.8933 92.3921 61.5806 92.7993 61.197 92.7993H56.205C55.8215 92.7993 55.5088 92.3815 55.5088 91.8666C55.5088 91.3543 55.8215 90.9365 56.205 90.9365Z" fill="var(--sapContent_Illustrative_Color14)"/>
55
+ <path d="M80.4712 35.2183H92.1998C92.5834 35.2183 92.896 35.636 92.896 36.151C92.896 36.6765 92.5834 37.0811 92.1998 37.0811H80.4712C80.085 37.0811 79.7723 36.6633 79.7723 36.151C79.7723 35.636 80.085 35.2183 80.4712 35.2183Z" fill="var(--sapContent_Illustrative_Color14)"/>
56
+ <path d="M80.4712 42.0439H89.9928C90.3764 42.0439 90.689 42.4617 90.689 42.974C90.689 43.4995 90.3764 43.9067 89.9928 43.9067H80.4712C80.085 43.9067 79.7723 43.489 79.7723 42.974C79.7723 42.4617 80.085 42.0439 80.4712 42.0439Z" fill="var(--sapContent_Illustrative_Color14)"/>
57
+ <path d="M80.4712 49.1829H91.5061C91.8924 49.1829 92.205 49.6006 92.205 50.1129C92.205 50.6384 91.8924 51.0457 91.5061 51.0457H80.4712C80.085 51.0457 79.7723 50.6279 79.7723 50.1129C79.7723 49.598 80.085 49.1829 80.4712 49.1829Z" fill="var(--sapContent_Illustrative_Color14)"/>
58
+ <path d="M80.4712 56.0137H85.4632C85.8468 56.0137 86.1595 56.4314 86.1595 56.9438C86.1595 57.4692 85.8468 57.8738 85.4632 57.8738H80.4712C80.085 57.8738 79.7723 57.4587 79.7723 56.9438C79.7723 56.4235 80.085 56.0137 80.4712 56.0137Z" fill="var(--sapContent_Illustrative_Color14)"/>
59
+ <path d="M80.4712 62.9863H85.4632C85.8468 62.9863 86.1595 63.4015 86.1595 63.9164C86.1595 64.4419 85.8468 64.8465 85.4632 64.8465H80.4712C80.085 64.8465 79.7723 64.4314 79.7723 63.9164C79.7723 63.4015 80.085 62.9863 80.4712 62.9863Z" fill="var(--sapContent_Illustrative_Color14)"/>
60
+ <path d="M80.4712 76.9478H85.4632C85.8468 76.9478 86.1595 77.3629 86.1595 77.8778C86.1595 78.4033 85.8468 78.8079 85.4632 78.8079H80.4712C80.085 78.8079 79.7723 78.3902 79.7723 77.8778C79.7723 77.3629 80.085 76.9478 80.4712 76.9478Z" fill="var(--sapContent_Illustrative_Color14)"/>
61
+ <path d="M80.4712 69.9678H85.4632C85.8468 69.9678 86.1595 70.3829 86.1595 70.8979C86.1595 71.4233 85.8468 71.8279 85.4632 71.8279H80.4712C80.085 71.8279 79.7723 71.4128 79.7723 70.8979C79.7723 70.3829 80.085 69.9678 80.4712 69.9678Z" fill="var(--sapContent_Illustrative_Color14)"/>
62
+ <path d="M80.4712 83.9268H85.4632C85.8468 83.9268 86.1595 84.3445 86.1595 84.8595C86.1595 85.385 85.8468 85.7895 85.4632 85.7895H80.4712C80.085 85.7895 79.7723 85.3718 79.7723 84.8595C79.7723 84.3445 80.085 83.9268 80.4712 83.9268Z" fill="var(--sapContent_Illustrative_Color14)"/>
63
+ <path d="M80.4424 90.9365H85.4343C85.8206 90.9365 86.1332 91.3543 86.1332 91.8666C86.1332 92.3921 85.8206 92.7993 85.4343 92.7993H80.4424C80.0561 92.7993 79.7461 92.3815 79.7461 91.8666C79.7513 91.3543 80.0614 90.9365 80.4424 90.9365Z" fill="var(--sapContent_Illustrative_Color14)"/>
64
+ <path d="M45.9846 26.9973H32.6376C31.738 26.9973 31.0087 27.7266 31.0087 28.6263C31.0087 29.5259 31.738 30.2552 32.6376 30.2552H45.9846C46.8843 30.2552 47.6136 29.5259 47.6136 28.6263C47.6136 27.7266 46.8843 26.9973 45.9846 26.9973Z" fill="var(--sapContent_Illustrative_Color14)"/>
65
+ <path d="M136 20.8858C136 19.7539 132.879 18.8479 128.708 18.6421C128.47 14.2576 127.552 10.9975 126.476 11C125.401 11.0025 124.507 14.2877 124.278 18.6948C120.095 18.996 116.986 19.9798 117 21.1142C117.014 22.2486 120.121 23.1546 124.292 23.3579C124.542 27.7424 125.448 31.0025 126.521 31C127.595 30.9975 128.493 27.7123 128.722 23.3052C132.905 23.004 136.012 22.0202 136 20.8858Z" fill="var(--sapContent_Illustrative_Color3)"/>
66
+ <path d="M149 34.4258C149 33.6901 146.864 33.1011 144.011 32.9674C143.848 30.1175 143.22 27.9984 142.484 28C141.748 28.0016 141.136 30.137 140.979 33.0016C138.118 33.1974 135.99 33.8369 136 34.5742C136.01 35.3116 138.136 35.9005 140.989 36.0326C141.161 38.8825 141.781 41.0016 142.515 41C143.249 40.9984 143.864 38.863 144.021 35.9984C146.882 35.8026 149.008 35.1631 149 34.4258Z" fill="var(--sapContent_Illustrative_Color3)"/>
67
+ </svg>
@@ -0,0 +1,35 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-GroupingColumns">
2
+ <rect y="46.7466" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <path d="M107.983 97.5488L90.0016 91.889C89.9434 91.8707 89.8852 91.8615 89.827 91.8753L35.5764 95.8073C33.6684 95.8888 33.7047 96.4979 34.2241 96.754L46.783 103.745C47.8353 104.111 48.9547 104.198 50.0473 103.997L106.461 98.3674C108.041 98.1525 108.711 97.8534 107.983 97.5488Z" fill="var(--sapContent_Illustrative_Color21)"/>
4
+ <path d="M39.3853 54.3183L50.2363 93.739C50.4685 94.5863 51.2943 95.1325 52.163 95.0206L112.547 86.7847C114.667 86.1052 115.501 83.9204 115.136 82.8624L86.7977 48.5337C86.5353 47.7854 85.8085 47.3037 85.0214 47.3553L41.5271 48.6327C40.4089 48.7015 38.1681 50.31 39.3853 54.3183Z" fill="var(--sapContent_Illustrative_Color22)"/>
5
+ <path d="M39.9527 50.8528L51.337 92.2089C51.5692 93.0561 52.395 93.6023 53.2638 93.4905L113.721 85.1771C114.83 85.0352 115.531 83.9041 115.161 82.8461L101.627 46.1822C101.364 45.4339 100.637 44.9522 99.8504 45.0038L41.544 48.6207C40.4258 48.6895 39.6559 49.769 39.9527 50.8485V50.8528Z" fill="var(--sapContent_Illustrative_Color8)"/>
6
+ <path d="M101.627 46.1822C101.364 45.4339 100.637 44.9522 99.8504 45.0038L41.544 48.6207C40.4258 48.6895 39.6559 49.769 39.9527 50.8485L41.9898 58.2871L104.283 52.8454L101.622 46.1779L101.627 46.1822Z" fill="var(--sapContent_Illustrative_Color13)"/>
7
+ <path d="M51.0317 52.6197C51.3821 54.1113 50.3109 55.4227 48.6291 55.5729C46.9272 55.7281 45.2103 54.6419 44.8049 53.1253C44.3944 51.5836 45.4906 50.2121 47.2526 50.087C48.9895 49.9618 50.6763 51.1081 51.0317 52.6197Z" fill="var(--sapContent_Illustrative_Color2)"/>
8
+ <path d="M62.3765 64.6428L49.655 65.7749C49.4854 65.791 49.3158 65.6946 49.2795 65.5582L48.7506 63.7235C48.7102 63.591 48.8192 63.4706 48.9888 63.4545L61.6862 62.3746C61.8477 62.3625 62.0132 62.4549 62.0536 62.5874L62.6026 64.3819C62.643 64.5144 62.5421 64.6308 62.3806 64.6468L62.3765 64.6428Z" fill="var(--sapContent_Illustrative_Color2)"/>
9
+ <path d="M62.1545 70.2722L51.2578 71.344C51.0882 71.3601 50.9186 71.2638 50.8783 71.1273L50.3453 69.2645C50.305 69.128 50.414 69.0035 50.5835 68.9875L61.4601 67.9598C61.6256 67.9437 61.7911 68.04 61.8315 68.1725L62.3846 69.9992C62.425 70.1316 62.324 70.2561 62.1626 70.2722H62.1545Z" fill="var(--sapContent_Illustrative_Color2)"/>
10
+ <path d="M65.719 75.6086L52.8763 76.9937C52.7068 77.0137 52.5332 76.9134 52.4928 76.7769L51.9518 74.886C51.9114 74.7495 52.0204 74.621 52.19 74.605L65.0085 73.2762C65.174 73.2601 65.3395 73.3565 65.3799 73.4889L65.9451 75.3356C65.9855 75.4721 65.8886 75.5966 65.7231 75.6126L65.719 75.6086Z" fill="var(--sapContent_Illustrative_Color2)"/>
11
+ <path d="M67.4314 81.2117L54.5282 82.7292C54.3546 82.7493 54.185 82.6529 54.1446 82.5084L53.5955 80.5894C53.5552 80.4489 53.6601 80.3205 53.8337 80.3004L66.7087 78.8391C66.8743 78.819 67.0398 78.9153 67.0802 79.0518L67.6535 80.9226C67.6938 81.0591 67.597 81.1876 67.4314 81.2077V81.2117Z" fill="var(--sapContent_Illustrative_Color2)"/>
12
+ <path d="M65.9738 87.3062L56.2035 88.5508C56.0299 88.5708 55.8563 88.4745 55.8159 88.33L55.2547 86.3829C55.2143 86.2384 55.3193 86.1059 55.4929 86.0858L65.2471 84.8855C65.4126 84.8654 65.5822 84.9617 65.6266 85.1022L66.2039 87.0132C66.2443 87.1537 66.1434 87.2862 65.9778 87.3062H65.9738Z" fill="var(--sapContent_Illustrative_Color2)"/>
13
+ <path d="M80.2981 63.0496L70.1564 63.9529C69.9989 63.9689 69.8374 63.8726 69.797 63.7441L69.2399 61.9737C69.1995 61.8452 69.2924 61.7288 69.4539 61.7167L79.5794 60.8536C79.7329 60.8416 79.8903 60.9339 79.9307 61.0583L80.504 62.7926C80.5444 62.9211 80.4555 63.0335 80.3021 63.0496H80.2981Z" fill="var(--sapContent_Illustrative_Color2)"/>
14
+ <path d="M83.7946 68.1447L71.8482 69.321C71.6907 69.3371 71.5252 69.2407 71.4848 69.1082L70.9196 67.3137C70.8792 67.1812 70.9721 67.0648 71.1335 67.0487L83.0598 65.9247C83.2132 65.9086 83.3706 66.0009 83.411 66.1294L83.9924 67.8838C84.0368 68.0122 83.948 68.1287 83.7946 68.1447Z" fill="var(--sapContent_Illustrative_Color2)"/>
15
+ <path d="M85.5631 73.4695L73.5683 74.7622C73.4068 74.7783 73.2453 74.686 73.2009 74.5495L72.6276 72.7268C72.5872 72.5944 72.6801 72.4739 72.8416 72.4539L84.8162 71.2093C84.9696 71.1933 85.1271 71.2856 85.1715 71.4181L85.761 73.1966C85.8054 73.329 85.7165 73.4455 85.5631 73.4615V73.4695Z" fill="var(--sapContent_Illustrative_Color2)"/>
16
+ <path d="M84.3881 79.221L75.3082 80.2889C75.1467 80.309 74.9812 80.2126 74.9408 80.0761L74.3594 78.2294C74.315 78.0929 74.4119 77.9685 74.5734 77.9524L83.6372 76.9247C83.7906 76.9086 83.9521 77.0009 83.9965 77.1334L84.594 78.948C84.6384 79.0805 84.5456 79.2049 84.3921 79.221H84.3881Z" fill="var(--sapContent_Illustrative_Color2)"/>
17
+ <path d="M89.172 84.351L77.0762 85.8926C76.9147 85.9127 76.7491 85.8163 76.7047 85.6798L76.1153 83.805C76.0709 83.6685 76.1678 83.5401 76.3293 83.52L88.4049 82.0306C88.5583 82.0105 88.7198 82.1028 88.7642 82.2393L89.3738 84.07C89.4182 84.2065 89.3294 84.3309 89.176 84.351H89.172Z" fill="var(--sapContent_Illustrative_Color2)"/>
18
+ <path d="M100.481 61.257L89.3338 62.2486C89.1844 62.2607 89.031 62.1724 88.9865 62.0439L88.4011 60.3337C88.3567 60.2092 88.4455 60.0968 88.5909 60.0848L99.7218 59.1373C99.8631 59.1253 100.016 59.2136 100.057 59.3381L100.654 61.0081C100.699 61.1326 100.618 61.241 100.477 61.253L100.481 61.257Z" fill="var(--sapContent_Illustrative_Color2)"/>
19
+ <path d="M98.9787 66.6518L91.1019 67.4266C90.9525 67.4426 90.7951 67.3503 90.7547 67.2218L90.1612 65.4875C90.1168 65.3591 90.2016 65.2467 90.351 65.2306L98.2157 64.4879C98.361 64.4759 98.5144 64.5642 98.5588 64.6886L99.1604 66.3948C99.2048 66.5193 99.1241 66.6317 98.9787 66.6478V66.6518Z" fill="var(--sapContent_Illustrative_Color2)"/>
20
+ <path d="M100.804 71.8266L92.8992 72.6777C92.7498 72.6937 92.5923 72.6014 92.5479 72.4729L91.9464 70.7146C91.902 70.5861 91.9867 70.4697 92.1361 70.4536L100.029 69.6346C100.174 69.6186 100.328 69.7109 100.372 69.8354L100.982 71.5656C101.026 71.6941 100.946 71.8105 100.8 71.8226L100.804 71.8266Z" fill="var(--sapContent_Illustrative_Color2)"/>
21
+ <path d="M105.992 76.68L94.7198 78.0048C94.5704 78.0209 94.4129 77.9285 94.3685 77.8001L93.7589 76.0176C93.7145 75.8891 93.7992 75.7687 93.9486 75.7526L105.201 74.476C105.346 74.4599 105.499 74.5483 105.544 74.6767L106.166 76.4191C106.21 76.5475 106.133 76.664 105.988 76.68H105.992Z" fill="var(--sapContent_Illustrative_Color2)"/>
22
+ <path d="M106.214 82.1801L96.5727 83.4086C96.4233 83.4286 96.2618 83.3363 96.2174 83.2038L95.5997 81.3973C95.5553 81.2648 95.6401 81.1444 95.7894 81.1243L105.418 79.936C105.564 79.9199 105.717 80.0082 105.766 80.1367L106.395 81.9071C106.44 82.0356 106.363 82.16 106.218 82.1761L106.214 82.1801Z" fill="var(--sapContent_Illustrative_Color2)"/>
23
+ <path d="M113.742 72.9087L70.3681 78.1212C69.4348 78.2158 68.4671 77.5793 68.2091 76.6976L61.3235 54.8627C61.074 54.0112 61.4912 52.3038 63.3448 52.0113L106.422 50.291C107.183 50.2308 108.043 50.7985 108.344 51.564L116.589 70.4056C116.039 71.7561 115.299 72.7065 113.742 72.913V72.9087Z" fill="var(--sapContent_Illustrative_Color24)"/>
24
+ <path d="M115.69 71.1117L71.1811 76.3242C70.2478 76.4188 69.2801 75.7823 69.0221 74.9007L62.287 53.6678C62.0375 52.8163 62.5837 52.068 63.5041 51.9905L107.239 48.4897C108.001 48.4295 108.861 48.9972 109.162 49.7628L116.529 69.5419C116.839 70.329 116.469 71.0343 115.699 71.1117H115.69Z" fill="var(--sapContent_Illustrative_Color25)"/>
25
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M116.335 70.8363C116.285 70.8835 116.23 70.9255 116.169 70.9619C116.127 70.9868 116.083 71.0091 116.037 71.0284C115.935 71.0708 115.822 71.0993 115.699 71.1117H115.69L113.637 71.3521C113.573 70.8036 113.966 70.3069 114.514 70.2426L115.63 70.1119C115.639 70.1101 115.644 70.1083 115.648 70.1069C115.643 70.0828 115.638 70.0582 115.634 70.0334C115.629 70.0003 115.618 69.9583 115.598 69.9081L115.595 69.8996L115.285 69.0669C115.092 68.5493 115.355 67.9735 115.873 67.7807L116.529 69.5419C116.574 69.6563 116.605 69.769 116.622 69.8782C116.641 69.9982 116.643 70.114 116.631 70.2235C116.625 70.2765 116.615 70.3281 116.602 70.3779C116.584 70.4447 116.561 70.5083 116.531 70.5683C116.504 70.6239 116.472 70.6762 116.435 70.725C116.404 70.7646 116.371 70.8018 116.335 70.8363ZM111.385 71.6159C111.321 71.0674 110.824 70.6748 110.275 70.739L108.156 70.9873C107.607 71.0515 107.215 71.5482 107.279 72.0968L111.385 71.6159ZM105.026 72.3606C104.962 71.812 104.465 71.4194 103.917 71.4837L101.797 71.7319C101.249 71.7961 100.856 72.2929 100.92 72.8414L105.026 72.3606ZM98.6679 73.1052C98.6037 72.5567 98.1069 72.1641 97.5584 72.2283L95.4389 72.4765C94.8904 72.5408 94.4978 73.0375 94.562 73.5861L98.6679 73.1052ZM92.3095 73.8499C92.2452 73.3013 91.7485 72.9087 91.1999 72.973L89.0804 73.2212C88.5319 73.2854 88.1393 73.7822 88.2035 74.3307L92.3095 73.8499ZM85.951 74.5945C85.8867 74.046 85.39 73.6534 84.8415 73.7176L82.722 73.9658C82.1734 74.0301 81.7808 74.5268 81.8451 75.0754L85.951 74.5945ZM79.5925 75.3392C79.5283 74.7906 79.0315 74.398 78.483 74.4623L76.3635 74.7105C75.815 74.7747 75.4224 75.2715 75.4866 75.82L79.5925 75.3392ZM73.234 76.0838C73.1698 75.5353 72.7151 75.2069 72.1245 75.2069C71.5143 75.2069 70.7489 75.284 70.2014 75.4565C70.2698 74.9461 69.9233 74.2037 69.6946 73.7136C69.4522 73.1941 68.9655 72.8958 68.4391 73.0628L69.0221 74.9007C69.0657 75.0497 69.1296 75.1918 69.2102 75.3245C69.2964 75.4665 69.4018 75.5978 69.5219 75.7155C69.6047 75.7967 69.6945 75.8714 69.7899 75.9387C69.8333 75.9693 69.8778 75.9984 69.9233 76.0258C70.0228 76.0858 70.1272 76.1381 70.2349 76.1817C70.3901 76.2444 70.5523 76.2892 70.7174 76.3132C70.8706 76.3355 71.0263 76.3399 71.1811 76.3242L73.234 76.0838ZM67.9213 71.4304C68.4477 71.2634 68.7391 70.7013 68.5721 70.1748L68.0108 68.4054C67.8439 67.879 67.2817 67.5876 66.7553 67.7546L67.9213 71.4304ZM66.2375 66.1222C66.7639 65.9552 67.0553 65.393 66.8883 64.8666L66.3271 63.0972C66.1601 62.5708 65.598 62.2794 65.0715 62.4464L66.2375 66.1222ZM64.5537 60.8139C65.0801 60.647 65.3715 60.0848 65.2046 59.5584L64.6433 57.789C64.4763 57.2626 63.9142 56.9712 63.3877 57.1382L64.5537 60.8139ZM62.8699 55.5057C63.3964 55.3388 63.6878 54.7766 63.5208 54.2502L63.2443 53.3786C63.2313 53.3316 63.2269 53.2932 63.2266 53.2633C63.2259 53.1957 63.2186 53.1298 63.2051 53.0661C63.2805 53.059 63.3562 53.0432 63.4311 53.018C63.4724 53.0041 63.5238 52.9925 63.5863 52.9872L64.6252 52.904C65.1757 52.8599 65.5863 52.3779 65.5422 51.8274L63.5041 51.9905C63.3644 52.0023 63.2334 52.0295 63.1125 52.0701C62.9457 52.1262 62.7981 52.2078 62.6736 52.3099C62.656 52.3243 62.6388 52.3391 62.6221 52.3544C62.5081 52.4585 62.4161 52.581 62.3496 52.7171C62.3392 52.7384 62.3295 52.76 62.3204 52.7819C62.2576 52.9327 62.2249 53.0983 62.2266 53.2731C62.2279 53.4006 62.2474 53.5329 62.287 53.6678L62.8699 55.5057ZM67.7138 51.6536C67.7579 52.2041 68.2399 52.6147 68.7904 52.5706L70.8731 52.4039C71.4236 52.3598 71.8342 51.8778 71.7901 51.3273L67.7138 51.6536ZM73.9617 51.1535C74.0058 51.704 74.4878 52.1145 75.0383 52.0705L77.121 51.9038C77.6715 51.8597 78.082 51.3777 78.038 50.8272L73.9617 51.1535ZM80.2096 50.6533C80.2537 51.2039 80.7357 51.6144 81.2862 51.5704L83.3688 51.4037C83.9194 51.3596 84.3299 50.8776 84.2859 50.3271L80.2096 50.6533ZM86.4575 50.1532C86.5016 50.7037 86.9836 51.1143 87.5341 51.0702L89.6167 50.9035C90.1672 50.8595 90.5778 50.3775 90.5337 49.8269L86.4575 50.1532ZM92.7054 49.6531C92.7494 50.2036 93.2314 50.6142 93.782 50.5701L95.8646 50.4034C96.4151 50.3594 96.8257 49.8773 96.7816 49.3268L92.7054 49.6531ZM98.9533 49.153C98.9973 49.7035 99.4793 50.1141 100.03 50.07L102.112 49.9033C102.663 49.8592 103.074 49.3772 103.03 48.8267L98.9533 49.153ZM105.201 48.6529C105.245 49.2034 105.687 49.54 106.278 49.5699C106.792 49.5699 107.487 49.627 107.972 49.4594C107.998 49.9237 108.273 50.4814 108.532 50.9359C108.792 51.4502 109.3 51.7168 109.818 51.524L109.162 49.7628C109.112 49.6367 109.047 49.516 108.97 49.4026C108.877 49.2651 108.766 49.1383 108.642 49.0256C108.611 48.998 108.58 48.9712 108.548 48.9453C108.448 48.8641 108.342 48.7917 108.23 48.7298C108.194 48.7096 108.157 48.6905 108.12 48.6726C107.967 48.5985 107.807 48.5443 107.646 48.5138C107.51 48.488 107.373 48.4792 107.239 48.4897L105.201 48.6529ZM110.348 52.9463C109.83 53.1391 109.567 53.7149 109.759 54.2325L110.373 55.8807C110.566 56.3983 111.142 56.6616 111.66 56.4688L110.348 52.9463ZM112.189 57.8911C111.672 58.0839 111.409 58.6597 111.601 59.1773L112.215 60.8255C112.408 61.3431 112.984 61.6064 113.501 61.4136L112.189 57.8911ZM115.343 66.3584L114.031 62.8359C113.514 63.0287 113.25 63.6045 113.443 64.1221L114.057 65.7703C114.25 66.2879 114.826 66.5512 115.343 66.3584Z" fill="var(--sapContent_Illustrative_Color11)"/>
26
+ <path d="M81.206 57.9757L70.3477 58.9789C70.1865 58.9945 70.0202 58.8905 69.9786 58.7502L69.3705 56.8426C69.3237 56.7023 69.4172 56.5775 69.5784 56.5619L80.4159 55.5899C80.5719 55.5743 80.733 55.6783 80.7798 55.8134L81.4035 57.695C81.4503 57.8354 81.362 57.9549 81.206 57.9705V57.9757Z" fill="var(--sapContent_Illustrative_Color14)"/>
27
+ <path d="M84.8862 63.4932L72.193 64.7614C72.0319 64.777 71.8655 64.6731 71.8188 64.5327L71.2054 62.5991C71.1586 62.4588 71.2522 62.3289 71.4133 62.3133L84.0858 61.0866C84.2417 61.071 84.4028 61.1697 84.4496 61.3101L85.0838 63.2125C85.1305 63.3528 85.0422 63.4776 84.8862 63.4932Z" fill="var(--sapContent_Illustrative_Color14)"/>
28
+ <path d="M86.8044 69.2616L74.054 70.6287C73.8929 70.6443 73.7265 70.5455 73.6797 70.4L73.056 68.4404C73.0092 68.2949 73.1028 68.1649 73.2639 68.1493L85.9935 66.8239C86.1495 66.8083 86.3158 66.907 86.3626 67.0474L87.0071 68.9758C87.0539 69.1161 86.9655 69.2461 86.8096 69.2616H86.8044Z" fill="var(--sapContent_Illustrative_Color14)"/>
29
+ <path d="M105.016 55.6384L93.1129 56.7403C92.9622 56.7559 92.801 56.6572 92.7542 56.522L92.1097 54.6768C92.0629 54.5417 92.1461 54.4221 92.2968 54.4065L104.179 53.341C104.325 53.3254 104.481 53.4241 104.527 53.5593L105.188 55.3733C105.234 55.5085 105.156 55.628 105.011 55.6384H105.016Z" fill="var(--sapContent_Illustrative_Color14)"/>
30
+ <path d="M103.634 61.4811L95.0624 62.3335C94.9117 62.3491 94.7505 62.2503 94.7038 62.11L94.054 60.2388C94.0073 60.1037 94.0904 59.9789 94.2412 59.9633L102.797 59.1369C102.942 59.1213 103.104 59.22 103.15 59.3552L103.816 61.2004C103.862 61.3355 103.784 61.4603 103.639 61.4707L103.634 61.4811Z" fill="var(--sapContent_Illustrative_Color14)"/>
31
+ <path d="M105.64 67.0816L97.0321 68.0016C96.8814 68.0172 96.7202 67.9184 96.6683 67.7781L96.0081 65.8809C95.9614 65.7406 96.0445 65.6158 96.1953 65.6002L104.787 64.7062C104.933 64.6906 105.094 64.7894 105.146 64.9245L105.817 66.7957C105.869 66.9309 105.785 67.0556 105.64 67.0764V67.0816Z" fill="var(--sapContent_Illustrative_Color14)"/>
32
+ <path d="M126.191 61.8537L112.25 61.6421C110.995 61.9632 110.072 63.0248 110.513 64.3383L114.767 75.8746C115.362 77.3303 116.511 77.9396 117.77 77.79L131.726 75.8563C133.371 75.6374 134.181 73.9482 133.707 72.58L128.719 63.189C128.373 62.3572 127.242 61.7625 126.191 61.8537Z" fill="var(--sapContent_Illustrative_Color22)"/>
33
+ <path d="M126.72 60.3603L112.677 61.5935C111.524 61.6956 110.849 62.4873 111.178 63.3703L115.501 74.9321C116.147 76.2346 117.092 76.4973 118.267 76.3404L132.543 74.4322C133.612 74.29 134.174 73.4581 133.806 72.5825L129.249 61.6956C128.902 60.8638 127.771 60.2691 126.72 60.3603Z" fill="var(--sapContent_Illustrative_Color13)"/>
34
+ <path d="M126.147 73.1611C126.063 73.1721 125.976 73.1757 125.892 73.1611C125.684 73.1319 125.48 73.0444 125.334 72.9057L122.813 70.578L120.875 72.114C120.682 72.2673 120.383 72.311 120.091 72.2344C119.795 72.1578 119.562 71.9681 119.474 71.7455L116.453 63.8978C116.366 63.6679 116.461 63.4454 116.683 63.325C116.906 63.2046 117.238 63.1973 117.522 63.3177L127.311 67.4295C127.585 67.5462 127.778 67.7542 127.811 67.9804C127.847 68.2066 127.716 68.3999 127.468 68.4875L125.038 69.3704L127.453 71.5923C127.753 71.8696 127.749 72.2527 127.439 72.4424L126.45 73.0553C126.362 73.1064 126.26 73.1429 126.147 73.1575V73.1611ZM118.467 64.9777L120.594 70.443L122.616 68.8669C122.67 68.8304 122.732 68.7903 122.794 68.7684L125.345 67.8636L118.467 64.9777Z" fill="var(--sapContent_Illustrative_Color8)"/>
35
+ </svg>