@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,73 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-NoSearchResults">
2
+ <rect y="53.2" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M73.883 122H40.7078C40.7429 121.787 40.7854 121.57 40.8327 121.351C40.8482 121.281 40.8638 121.204 40.8793 121.126L40.8793 121.126C40.9114 120.97 40.9487 120.812 40.9868 120.651C41.0134 120.539 41.0404 120.425 41.066 120.309C41.0738 120.27 41.0835 120.231 41.0933 120.192C41.103 120.154 41.1127 120.115 41.1205 120.076C41.136 120.052 41.136 120.029 41.136 120.006C41.1438 119.967 41.1535 119.926 41.1633 119.885C41.173 119.844 41.1827 119.803 41.1905 119.765C41.1983 119.726 41.208 119.687 41.2177 119.648C41.2274 119.609 41.2372 119.57 41.2449 119.531C41.276 119.399 41.3071 119.259 41.3381 119.12L41.3383 119.119L41.3383 119.119C41.3694 118.987 41.4005 118.854 41.4239 118.722C41.4783 118.458 41.5328 118.186 41.5716 117.905L41.6183 117.555C41.621 117.534 41.6247 117.513 41.6284 117.492C41.6351 117.454 41.6417 117.417 41.6417 117.377C41.6883 116.956 41.7272 116.521 41.7272 116.077C41.735 115.626 41.7194 115.167 41.6728 114.685C41.6261 114.281 41.5639 113.853 41.4705 113.417C41.2994 112.616 41.0349 111.768 40.6382 110.874C40.6185 110.834 40.6019 110.795 40.5845 110.753C40.5744 110.729 40.564 110.705 40.5526 110.679V110.648C40.5215 110.578 40.4904 110.508 40.4671 110.438V110.422C39.8292 108.75 39.3003 106.144 38.8491 103.258C37.5656 102.597 36.3366 101.578 35.2942 100.419L35.1776 100.279C35.1698 100.271 35.1639 100.263 35.1581 100.256C35.1523 100.248 35.1464 100.24 35.1387 100.232C35.1166 100.21 35.0985 100.184 35.0815 100.16C35.0745 100.15 35.0677 100.14 35.0609 100.131C35.0531 100.119 35.0473 100.11 35.0414 100.1C35.0356 100.09 35.0298 100.081 35.022 100.069C35.0064 100.03 34.9831 99.9989 34.9598 99.9678L34.9597 99.9678C34.9503 99.9584 34.9438 99.9461 34.9366 99.9327C34.9319 99.924 34.927 99.9148 34.9209 99.9056C34.8975 99.8745 34.8742 99.8356 34.8586 99.8045C34.8508 99.7928 34.845 99.7811 34.8392 99.7695C34.8333 99.7578 34.8275 99.7461 34.8197 99.7344C34.812 99.715 34.8022 99.6975 34.7925 99.68C34.7828 99.6625 34.7731 99.645 34.7653 99.6255C34.7622 99.6162 34.7566 99.6069 34.751 99.5975C34.7426 99.5835 34.7342 99.5695 34.7342 99.5555C34.7264 99.5361 34.7167 99.5166 34.7069 99.4972C34.6972 99.4777 34.6875 99.4583 34.6797 99.4389C34.6642 99.4233 34.6486 99.4 34.6486 99.3766C34.6408 99.3533 34.6311 99.3319 34.6214 99.3105C34.6117 99.2891 34.6019 99.2677 34.5941 99.2444C34.5923 99.2407 34.59 99.2366 34.5876 99.2323C34.5799 99.2182 34.5708 99.2018 34.5708 99.1899C34.5591 99.1588 34.5475 99.1297 34.5358 99.1005C34.5241 99.0713 34.5125 99.0421 34.5008 99.011V98.9955C34.4541 98.8632 34.4075 98.7232 34.3686 98.5832V98.5443C34.353 98.4899 34.3375 98.4354 34.3219 98.3732C34.3063 98.3576 34.3063 98.3343 34.3063 98.3187C34.2986 98.2915 34.2927 98.2643 34.2869 98.237C34.2811 98.2098 34.2752 98.1826 34.2674 98.1554C34.2519 98.1398 34.2519 98.1165 34.2519 98.1009C34.2487 98.0898 34.2452 98.0783 34.2416 98.0666C34.2277 98.0213 34.213 97.9731 34.213 97.9298V97.8753C34.2098 97.8499 34.204 97.8258 34.1983 97.8019C34.19 97.7673 34.1819 97.7332 34.1819 97.6964V97.6497C34.1789 97.6259 34.1736 97.6021 34.1683 97.5778C34.1596 97.5387 34.1508 97.4985 34.1508 97.4553V97.4242C33.7971 94.987 34.1462 92.1376 34.378 90.2455C34.4725 89.4744 34.5475 88.8624 34.5475 88.502C34.5475 87.2574 34.9986 84.3482 38.0712 83.4303C38.8724 83.1969 39.5803 83.088 40.187 83.088H41.0427C41.0738 83.1036 41.1049 83.1036 41.136 83.1036H41.1749C41.2052 83.1069 41.2325 83.1132 41.2589 83.1192C41.2935 83.1272 41.3263 83.1347 41.3616 83.1347H41.4161C41.4472 83.1502 41.4705 83.1502 41.5016 83.1502H41.5483C41.5639 83.1502 41.5775 83.1541 41.5911 83.158C41.6047 83.1619 41.6183 83.1658 41.6339 83.1658H41.6572C41.7117 83.1736 41.7661 83.1891 41.8206 83.2047H41.8595C41.8672 83.2073 41.875 83.2108 41.8828 83.2142C41.8984 83.2211 41.9139 83.228 41.9295 83.228C41.945 83.2436 41.9528 83.2436 41.9684 83.2436C41.9761 83.2462 41.9839 83.2496 41.9917 83.2531C42.0073 83.26 42.0228 83.2669 42.0384 83.2669H42.0617C42.0812 83.2747 42.1026 83.2825 42.124 83.2903C42.1453 83.298 42.1667 83.3058 42.1862 83.3136H42.2173C42.2209 83.3154 42.2251 83.3177 42.2294 83.3201C42.2434 83.3279 42.2598 83.3369 42.2717 83.3369C42.2795 83.3525 42.3028 83.3525 42.3028 83.3525C42.3131 83.3559 42.3218 83.3608 42.3297 83.3652C42.3398 83.3709 42.3486 83.3758 42.3573 83.3758H42.3806C42.3936 83.3823 42.4066 83.3875 42.419 83.3924C42.4364 83.3992 42.4526 83.4057 42.4662 83.4147C42.4818 83.4303 42.4818 83.4303 42.4973 83.4303C42.5051 83.4303 42.5109 83.4342 42.5168 83.4381C42.5226 83.4419 42.5284 83.4458 42.5362 83.4458C42.5518 83.4614 42.5673 83.4614 42.5673 83.4614C42.5751 83.477 42.5984 83.477 42.5984 83.477C42.614 83.4925 42.614 83.4925 42.6295 83.4925C42.6451 83.4925 42.6684 83.5081 42.6684 83.5081C42.9832 83.3908 43.3029 83.2784 43.6198 83.167C43.7022 83.1381 43.7844 83.1092 43.8664 83.0802C43.9908 82.9247 44.1153 82.7691 44.2397 82.6057C44.2903 82.5396 44.3409 82.4754 44.3914 82.4113C44.442 82.3471 44.4925 82.2829 44.5431 82.2168C44.5539 82.1953 44.5683 82.1775 44.5839 82.1584C44.5909 82.1498 44.5981 82.1409 44.6053 82.1312V82.1157C44.6403 82.069 44.6773 82.0204 44.7142 81.9718C44.7512 81.9232 44.7881 81.8745 44.8231 81.8279C44.8465 81.8045 44.862 81.7812 44.8776 81.7579C44.8854 81.7423 44.9009 81.7267 44.9009 81.7267C44.9359 81.6801 44.9709 81.6315 45.0059 81.5828C45.0409 81.5342 45.076 81.4856 45.111 81.4389C45.1187 81.4273 45.1285 81.4137 45.1382 81.4C45.1479 81.3864 45.1576 81.3728 45.1654 81.3611C45.2432 81.26 45.3132 81.1589 45.3832 81.0578C45.3863 81.0516 45.3919 81.0453 45.3975 81.0391C45.4059 81.0298 45.4143 81.0204 45.4143 81.0111V80.9955C45.4493 80.9411 45.4863 80.8886 45.5232 80.8361C45.5602 80.7836 45.5971 80.7311 45.6321 80.6766C45.6352 80.6705 45.6395 80.6656 45.6435 80.6609C45.6498 80.6537 45.6555 80.6471 45.6555 80.6377C45.7333 80.5288 45.811 80.4121 45.881 80.3032C45.8966 80.3032 45.8966 80.2877 45.8966 80.2877C45.9355 80.2294 45.9724 80.171 46.0094 80.1127C46.0463 80.0543 46.0833 79.996 46.1222 79.9376C46.1526 79.889 46.1829 79.8416 46.2128 79.7949C46.2595 79.7221 46.3051 79.6509 46.3478 79.5798C46.3983 79.4981 46.4489 79.4145 46.4995 79.3309C46.55 79.2473 46.6006 79.1637 46.6511 79.082C46.69 79.0042 46.7367 78.9264 46.7834 78.8486C46.7912 78.8408 46.8067 78.8175 46.8067 78.8175C46.9934 78.4986 47.1645 78.1952 47.3201 77.8996C47.6779 77.2462 47.958 76.6628 48.1758 76.1883C47.7713 75.9861 47.4135 75.6905 47.149 75.3249C46.4178 74.3136 46.4333 72.8279 47.1801 71.8322C46.3555 70.9299 45.8344 69.7398 45.7333 68.5107C45.7099 68.3163 45.7099 68.2774 45.7099 67.9196C45.7099 67.5617 45.5388 67.2272 45.2432 67.025C44.0375 66.1927 43.2518 64.8081 43.2518 63.2368C43.2518 62.5445 43.4074 61.8911 43.6797 61.3077C43.7263 61.2143 43.7186 61.1132 43.6641 61.0276C42.824 59.6741 43.3763 57.7917 44.5509 56.7104C45.7255 55.6292 47.3512 55.2014 48.9303 54.9758C49.1559 54.9369 49.3737 54.8358 49.5293 54.6569C50.1671 53.9334 51.1006 53.4745 52.1429 53.4745C52.8508 53.4745 53.5042 53.6845 54.0565 54.0501C54.3286 53.9486 54.5966 53.8385 54.8636 53.7288C55.1079 53.6285 55.3514 53.5285 55.5966 53.4356C55.6453 53.4234 55.6893 53.4065 55.7359 53.3885C55.7488 53.3835 55.762 53.3785 55.7756 53.3734C55.7911 53.3578 55.7989 53.3578 55.8144 53.3578C55.8417 53.35 55.867 53.3403 55.8922 53.3306C55.9175 53.3209 55.9428 53.3111 55.97 53.3034C55.9856 53.2878 56.0089 53.2878 56.0245 53.2878L56.1645 53.2411C56.1723 53.2385 56.18 53.2351 56.1878 53.2316C56.2034 53.2247 56.2189 53.2178 56.2345 53.2178C56.2416 53.215 56.249 53.2118 56.2566 53.2087C56.2902 53.1945 56.3272 53.1789 56.359 53.1789C56.3704 53.1761 56.3807 53.1722 56.3908 53.1684C56.4082 53.1618 56.4248 53.1556 56.4445 53.1556C56.4502 53.1533 56.4557 53.151 56.4611 53.1488C56.4927 53.1358 56.5202 53.1245 56.5534 53.1245C56.5625 53.1222 56.5722 53.1193 56.5822 53.1163C56.6066 53.1089 56.6325 53.1011 56.6545 53.1011C56.6649 53.0985 56.6753 53.0951 56.6857 53.0916C56.7064 53.0847 56.7271 53.0778 56.7479 53.0778C56.7645 53.075 56.7802 53.0713 56.7955 53.0676C56.8233 53.0609 56.8501 53.0545 56.8801 53.0545C56.9035 53.0389 56.9268 53.0389 56.9501 53.0389C56.9746 53.0362 56.9981 53.0325 57.0213 53.0289C57.0645 53.0221 57.1068 53.0156 57.1524 53.0156C57.1991 53 57.2535 53 57.308 53H58.1714C58.2025 53.0156 58.2336 53.0156 58.2647 53.0156C58.2803 53.0311 58.3036 53.0311 58.327 53.0311C58.3373 53.0337 58.3477 53.0372 58.3581 53.0406C58.3788 53.0475 58.3996 53.0545 58.4203 53.0545C58.4437 53.07 58.4592 53.07 58.4825 53.07C58.5061 53.0767 58.5282 53.082 58.5494 53.0871C58.5773 53.0937 58.6038 53.1001 58.6303 53.1089C58.6381 53.1115 58.6459 53.115 58.6537 53.1184C58.6692 53.1253 58.6848 53.1322 58.7003 53.1322C58.7315 53.14 58.7548 53.1478 58.7781 53.1556C58.7846 53.1577 58.7916 53.1604 58.7988 53.1633C58.818 53.1707 58.839 53.1789 58.8559 53.1789C58.8637 53.1815 58.8715 53.185 58.8793 53.1884C58.8948 53.1953 58.9104 53.2022 58.9259 53.2022C58.9389 53.2055 58.9505 53.2114 58.9619 53.2173C58.9779 53.2254 58.9934 53.2334 59.0115 53.2334C59.0203 53.2363 59.028 53.2403 59.0354 53.2442C59.0477 53.2506 59.0592 53.2567 59.0737 53.2567C59.0867 53.2599 59.0983 53.2659 59.1097 53.2717C59.1257 53.2799 59.1412 53.2878 59.1593 53.2878C59.1685 53.2909 59.1777 53.2952 59.1864 53.2992C59.1998 53.3054 59.2121 53.3111 59.2215 53.3111C59.2371 53.3189 59.2507 53.3248 59.2643 53.3306C59.2779 53.3364 59.2915 53.3423 59.3071 53.35C59.3304 53.3578 59.3304 53.3578 59.3615 53.3734L59.3615 53.3734L59.4549 53.4201C59.4627 53.4278 59.4782 53.4434 59.4938 53.4434C59.5327 53.4667 59.5638 53.4823 59.5949 53.4978H59.6105C59.7816 53.5912 59.9372 53.6923 60.0927 53.8012C60.1122 53.8129 60.1297 53.8265 60.1472 53.8401C60.1647 53.8537 60.1822 53.8673 60.2016 53.879L60.2172 53.8946C60.2263 53.9014 60.236 53.9082 60.246 53.9152C60.2703 53.9322 60.2963 53.9503 60.3183 53.9723L60.3339 53.9879C60.3461 54.0001 60.3595 54.0111 60.3731 54.0223C60.3943 54.0397 60.4161 54.0576 60.435 54.0812C60.4506 54.0968 60.4681 54.1124 60.4856 54.1279C60.5031 54.1435 60.5206 54.159 60.5361 54.1746C60.7928 54.4157 61.0184 54.6724 61.2206 54.9602C61.3295 55.1158 61.4307 55.2792 61.5162 55.4503C62.0296 55.2636 62.5819 55.1703 63.1264 55.1703H63.5231C63.5698 55.1858 63.6087 55.1858 63.6554 55.1858H63.7176C63.7371 55.1858 63.7565 55.1897 63.7759 55.1936C63.7954 55.1975 63.8148 55.2014 63.8343 55.2014C63.8576 55.2169 63.881 55.2169 63.9043 55.2169C63.9183 55.2197 63.9313 55.2236 63.9441 55.2273C63.9666 55.2339 63.9883 55.2403 64.0132 55.2403C64.0246 55.2431 64.035 55.247 64.0451 55.2508C64.0625 55.2574 64.0791 55.2636 64.0988 55.2636C64.1091 55.2662 64.1195 55.2697 64.1299 55.2731C64.1506 55.28 64.1714 55.2869 64.1921 55.2869C64.2082 55.2902 64.223 55.296 64.2375 55.3018C64.2581 55.31 64.2782 55.3181 64.301 55.3181C64.3088 55.3206 64.3166 55.3241 64.3243 55.3276C64.3399 55.3345 64.3555 55.3414 64.371 55.3414C64.4021 55.3531 64.4313 55.3628 64.4605 55.3725C64.4896 55.3822 64.5188 55.392 64.5499 55.4036C65.9812 55.917 67.0936 57.2316 67.3736 58.7329C67.449 59.1425 67.4716 59.5756 67.4942 60.0076C67.5415 60.913 67.5885 61.8135 68.1204 62.4822C69.0616 62.5678 70.4151 62.8167 72.0097 63.4857C72.0134 63.4875 72.0175 63.4898 72.0218 63.4922C72.0359 63.5 72.0523 63.509 72.0642 63.509H72.0875C73.9466 63.6101 75.479 65.0725 75.6735 66.9161C75.8738 67.2677 76.0411 67.599 76.1878 67.8896C76.343 68.197 76.4752 68.4588 76.5991 68.6507C77.2448 69.6464 77.2448 69.7787 77.2448 69.7787C77.3459 71.2955 77.6182 73.2091 77.8671 74.8582C78.05 76.0699 78.5605 76.6895 79.056 77.2909C79.2349 77.5079 79.4118 77.7226 79.5706 77.9619C79.7412 78.2155 80.1645 78.9642 80.7361 79.9752C82.1976 82.56 84.6285 86.8594 86.2836 88.9843C88.5939 91.9402 91.4487 99.4933 91.9465 101.049C92.3744 102.371 92.8411 104.316 91.0986 105.794C91.052 105.841 91.0053 105.88 90.9509 105.919C90.9236 105.938 90.8983 105.957 90.8731 105.977C90.8478 105.996 90.8225 106.016 90.7953 106.035H90.7797C90.7525 106.055 90.7253 106.072 90.698 106.09C90.6708 106.107 90.6436 106.125 90.6164 106.144C90.6008 106.16 90.5853 106.16 90.5853 106.16C90.5308 106.199 90.4764 106.23 90.4219 106.261H90.4063C90.3752 106.276 90.346 106.294 90.3169 106.311C90.2877 106.329 90.2585 106.346 90.2274 106.362L90.3441 106.51L90.3286 106.619C90.3208 106.626 90.3052 106.642 90.2897 106.642L90.2896 106.642C90.2663 106.658 90.243 106.673 90.2119 106.689C90.2197 106.813 90.2197 106.93 90.1963 107.039V107.078V107.109V107.14C90.1808 107.148 90.1808 107.171 90.1808 107.171C90.1652 107.186 90.1652 107.202 90.1652 107.202C90.1496 107.218 90.1496 107.233 90.1496 107.233C90.1496 107.249 90.1341 107.264 90.1341 107.264L90.1108 107.288L90.0874 107.311L90.0641 107.334C89.9785 107.42 89.8463 107.49 89.6596 107.552C89.6362 107.568 89.6207 107.568 89.5974 107.568C89.574 107.583 89.5585 107.583 89.5351 107.583H89.5196C89.4962 107.599 89.4807 107.599 89.4573 107.599H89.4418C89.4184 107.614 89.4029 107.614 89.3796 107.614H89.364C89.3484 107.63 89.3251 107.63 89.3018 107.63H88.1583C88.0183 107.645 87.8705 107.645 87.7071 107.645C85.1526 107.685 81.3853 105.617 79.0185 104.317C78.5674 104.07 78.1672 103.85 77.836 103.678C77.8204 103.67 77.8029 103.661 77.7854 103.651C77.7679 103.641 77.7504 103.632 77.7348 103.624C77.7232 103.616 77.7095 103.61 77.6959 103.604C77.6823 103.599 77.6687 103.593 77.657 103.585C77.6493 103.569 77.6337 103.569 77.6337 103.569C77.622 103.562 77.6084 103.556 77.5948 103.55C77.5812 103.544 77.5676 103.538 77.5559 103.53H77.5326C77.5277 103.527 77.5232 103.524 77.5189 103.521C77.5024 103.509 77.4888 103.499 77.4704 103.499C77.4626 103.484 77.4392 103.484 77.4392 103.484C77.4237 103.468 77.4159 103.468 77.4003 103.468C77.3848 103.46 77.3615 103.445 77.3459 103.445H77.3303C77.3148 103.429 77.2914 103.414 77.2681 103.414H77.2526C77.2433 103.411 77.2341 103.406 77.2254 103.402C77.212 103.396 77.1997 103.39 77.1903 103.39C77.1815 103.388 77.1739 103.383 77.1664 103.38C77.1542 103.373 77.1426 103.367 77.1281 103.367H77.1125C77.1059 103.364 77.0994 103.362 77.0931 103.359C77.063 103.347 77.0372 103.336 77.0114 103.336C76.7936 103.289 76.568 103.212 76.3424 103.118C76.2258 103.072 76.1091 103.017 76.0002 102.963C75.9691 102.947 75.936 102.93 75.9029 102.912C75.8699 102.895 75.8368 102.877 75.8057 102.861L75.8056 102.861C75.6189 102.753 75.4323 102.644 75.2612 102.527L75.0979 102.41C74.7712 102.177 74.5067 101.944 74.3355 101.765C74.3197 101.744 74.3003 101.726 74.2822 101.71C74.2736 101.702 74.2653 101.694 74.2578 101.687C73.8066 101.282 73.1921 101.306 73.5888 102.729C73.9544 104.059 73.861 108.299 73.6666 113.3V113.332C73.664 113.402 73.6605 113.472 73.6571 113.542C73.6502 113.682 73.6432 113.822 73.6432 113.962V113.993C73.6406 114.06 73.6372 114.128 73.6337 114.195C73.6268 114.33 73.6199 114.465 73.6199 114.6V114.685C73.6173 114.753 73.6139 114.82 73.6104 114.887C73.6035 115.022 73.5966 115.157 73.5966 115.292V115.315C73.5577 116.326 73.5343 117.159 73.5188 117.851V119.01C73.5266 121.204 73.6899 121.258 73.6899 121.258C73.6964 121.278 73.7015 121.296 73.7065 121.313C73.7133 121.337 73.7197 121.36 73.7288 121.383V121.406C73.7318 121.418 73.737 121.431 73.7423 121.444C73.751 121.466 73.7599 121.488 73.7599 121.507V121.546C73.7618 121.551 73.764 121.557 73.7664 121.564C73.7742 121.584 73.7833 121.608 73.7833 121.631C73.7988 121.647 73.7988 121.663 73.7988 121.678C73.8017 121.69 73.8056 121.7 73.8094 121.71C73.8159 121.727 73.8221 121.744 73.8221 121.764C73.8377 121.779 73.8377 121.803 73.8377 121.818C73.8406 121.83 73.8445 121.84 73.8483 121.85C73.8548 121.867 73.861 121.884 73.861 121.904C73.8766 121.927 73.8766 121.943 73.8766 121.966C73.8766 121.976 73.8796 121.988 73.883 122ZM70.1195 72.1823C70.2673 72.2756 70.4073 72.2834 70.5318 72.2445H70.5473L70.6251 72.2601C70.734 72.229 70.8351 72.1512 70.9362 72.0656C70.9518 72.05 70.9751 72.0267 70.9751 71.98V71.35V71.1244C70.4345 71.1046 69.8212 71.0122 69.2916 70.9324C69.1964 70.918 69.1038 70.9041 69.0149 70.891C69.0761 70.9616 69.1344 71.0322 69.1899 71.0993C69.2261 71.1432 69.2611 71.1856 69.2949 71.2255C69.3263 71.2673 69.3576 71.306 69.3876 71.3429C69.4245 71.3885 69.4593 71.4315 69.4894 71.4744C69.645 71.6767 69.7383 71.8089 69.7383 71.8089C69.7461 71.8206 69.7558 71.8322 69.7656 71.8439C69.7753 71.8556 69.785 71.8672 69.7928 71.8789C69.8083 71.8789 69.8083 71.8945 69.8083 71.8945C69.8161 71.91 69.8317 71.9256 69.8472 71.9411L69.8628 71.9567L69.8629 71.9568C69.9017 71.9956 69.9406 72.0345 69.9717 72.0734C69.9795 72.0812 69.9872 72.087 69.995 72.0928C70.0028 72.0987 70.0106 72.1045 70.0184 72.1123C70.0339 72.1239 70.0514 72.1356 70.0689 72.1473C70.0864 72.1589 70.1039 72.1706 70.1195 72.1823ZM60.6217 81.649C60.6606 81.7034 60.7073 81.7812 60.7617 81.8823L60.6761 81.8979L60.575 81.8823C60.9173 81.9368 61.4462 82.0146 62.6597 81.8356C65.0034 81.4999 65.5624 79.8232 66.0294 78.4224C66.1359 78.1029 66.2376 77.7978 66.3546 77.5262C66.6346 76.8806 66.8135 76.2583 66.9302 75.6516C67.1791 74.3525 67.1091 73.1235 67.0002 71.8478C66.7591 71.5755 66.588 71.3811 66.588 71.3811C66.588 71.3811 65.8645 71.1477 65.4367 70.6188C65.3356 71.49 65.1333 72.6801 64.9078 73.9247C64.8922 73.9558 64.8922 73.9869 64.8922 74.0181C64.8766 74.0958 64.863 74.1717 64.8494 74.2475C64.8358 74.3234 64.8222 74.3992 64.8066 74.477C64.7911 74.5081 64.7911 74.5392 64.7911 74.5703V74.5703C64.7755 74.6442 64.7619 74.7181 64.7483 74.792C64.7347 74.8659 64.7211 74.9398 64.7055 75.0137C64.7055 75.0293 64.7016 75.0448 64.6977 75.0604C64.6938 75.076 64.6899 75.0915 64.6899 75.1071C64.6744 75.181 64.6608 75.2568 64.6472 75.3327C64.6336 75.4085 64.6199 75.4843 64.6044 75.5582C64.5849 75.6516 64.5674 75.7469 64.5499 75.8422C64.5324 75.9374 64.5149 76.0327 64.4955 76.1261L64.4488 76.3828C64.4063 76.5908 64.3666 76.793 64.328 76.9895C64.3032 77.1164 64.2788 77.2408 64.2543 77.3629C64.251 77.3828 64.2449 77.4027 64.2389 77.422C64.2309 77.448 64.2232 77.4728 64.2232 77.4951V77.534C64.2204 77.5454 64.2165 77.5558 64.2127 77.5659C64.2061 77.5833 64.1999 77.5999 64.1999 77.6196C64.1843 77.6274 64.1843 77.6429 64.1843 77.6585V77.6974C64.1688 77.7129 64.1688 77.7285 64.1688 77.744C64.1532 77.7596 64.1532 77.7674 64.1532 77.7829V77.8063C64.1502 77.8183 64.1449 77.8291 64.1395 77.8401C64.1309 77.8577 64.1221 77.8757 64.1221 77.8996L64.0754 78.0163V78.0319L64.0288 78.1252V78.1485C64.0262 78.1537 64.0227 78.1589 64.0193 78.1641C64.0123 78.1745 64.0054 78.1848 64.0054 78.1952L63.9821 78.2419V78.2574C63.881 78.4441 63.7565 78.6153 63.6243 78.7708C63.6009 78.7942 63.5795 78.8175 63.5582 78.8408C63.5368 78.8642 63.5154 78.8875 63.492 78.9109C63.4454 78.9575 63.3987 79.0042 63.352 79.0431C63.3442 79.0509 63.3345 79.0587 63.3248 79.0664C63.3151 79.0742 63.3053 79.082 63.2976 79.0898C62.5275 79.9765 61.5162 80.1243 61.0106 80.1399H60.9251C60.8473 80.1554 60.8084 80.1554 60.8084 80.1554H60.6839V80.2332V80.3499V80.4433V80.7155C60.6839 80.7389 60.68 80.7641 60.6761 80.7894C60.6722 80.8147 60.6684 80.84 60.6684 80.8633V81.2289C60.6528 81.33 60.6372 81.4389 60.6217 81.5478V81.649ZM65.8388 86.6626C64.3975 86.374 62.9086 85.8417 62.9086 85.8417C62.9086 85.8417 62.2397 84.5815 61.6174 83.4225C61.665 83.3726 61.9214 83.3213 62.2879 83.248C63.1771 83.0702 64.7145 82.7628 65.4912 82.0301C66.1697 81.3947 66.4276 80.4462 66.6798 79.5182C66.7457 79.2761 66.8111 79.0354 66.8835 78.802C67.1247 78.0319 67.3503 77.254 67.5525 76.4683C67.6381 76.1416 67.7159 75.8149 67.7937 75.4882V75.4649C67.8637 75.146 67.9337 74.827 67.9959 74.5003V74.4537C68.0581 74.1347 68.1126 73.8236 68.1593 73.5047V73.4424C68.1748 73.3491 68.1904 73.248 68.1981 73.1546C68.2198 73.1886 68.2451 73.2275 68.2735 73.2712C68.3168 73.3377 68.3674 73.4155 68.4237 73.5047L68.445 73.5377C68.5107 73.6398 68.5878 73.7597 68.6649 73.8858L68.7582 74.0258C68.7926 74.0799 68.8278 74.1353 68.8637 74.1918C69.0552 74.4936 69.2679 74.8287 69.4972 75.1693C69.5166 75.1965 69.5361 75.2257 69.5555 75.2549C69.575 75.284 69.5944 75.3132 69.6139 75.3404L69.8472 75.6905C69.925 75.8072 70.0028 75.9238 70.0806 76.0327C70.5473 76.7095 70.9907 77.324 71.2941 77.6196C71.5184 77.8439 71.8581 78.1067 72.2672 78.4232L72.2742 78.4286C72.3261 78.4675 72.3781 78.5089 72.4314 78.5514C72.4738 78.5852 72.5172 78.6197 72.562 78.6542C72.5961 78.6817 72.6305 78.7094 72.6654 78.7374C72.8376 78.8758 73.0187 79.0214 73.1998 79.1831C73.2465 79.2259 73.2951 79.2686 73.3437 79.3114C73.3923 79.3542 73.441 79.397 73.4877 79.4398L73.511 79.4631C73.6744 79.6109 73.8455 79.7743 74.0088 79.9376C74.6934 80.6299 75.409 81.4934 76.0313 82.598C76.8403 84.0215 77.6259 85.4527 78.2793 86.744C78.9716 88.1208 79.5162 89.3421 79.7729 90.2444C79.8809 90.6199 80.0025 91.128 80.1467 91.7304C80.2206 92.0392 80.3004 92.3727 80.3874 92.7258C80.0918 92.5391 79.7962 92.3447 79.5084 92.1424C79.5084 92.1424 78.785 92.2358 78.4427 91.8079C78.1082 91.3723 76.6069 90.4078 76.6069 90.4078C76.6069 90.4078 75.1601 88.6187 74.3822 88.2842C74.1244 88.1722 73.79 87.967 73.4228 87.7417C72.6932 87.2941 71.8346 86.7673 71.1929 86.7362C70.2284 86.6896 68.7738 86.7362 68.7738 86.7362C68.7738 86.7362 67.2725 86.9307 65.8256 86.6429L65.8388 86.6626Z" fill="var(--sapContent_Illustrative_Color21)"/>
4
+ <path d="M97.0306 55.9106C96.9782 55.3866 96.8909 54.8277 96.5503 54.4259C96.2096 54.0242 95.5284 53.8582 95.1529 54.2163L95.4061 54.5133C95.0393 59.2294 96.6987 62.6268 94.8297 66.9762C94.0699 68.7578 93.8341 71.7185 90.3406 72.2251C87.4061 72.653 87.7555 71.8932 86.6376 72.4521C86.4192 72.5569 86.2096 72.7229 86.1398 72.95C86.0437 73.2382 86.1922 73.5526 86.3756 73.8059C87.214 74.9587 87.8603 75.212 88.8384 74.1814C89.0393 73.9718 92.2184 73.7447 93.5546 72.4871C94.5939 71.5089 94.821 69.9281 95.2489 68.5569C96.5328 64.4696 97.4673 60.1814 97.0393 55.9106H97.0306Z" fill="var(--sapContent_Illustrative_Color17)"/>
5
+ <path d="M95.5197 64.6967C95.607 64.8801 95.6944 65.0547 95.7904 65.2382C95.8778 65.4041 95.9651 65.5613 96.0525 65.7272C96.8822 62.5133 97.3625 59.2119 97.0306 55.9194C96.9782 55.3953 96.8909 54.8364 96.5503 54.4346C96.2097 54.0329 95.5284 53.867 95.1529 54.225L95.4062 54.522C95.1092 58.3822 96.1573 61.3604 95.5284 64.6967H95.5197Z" fill="var(--sapContent_Illustrative_Color22)"/>
6
+ <path d="M92.8559 44.9587C91.738 41.5963 87.083 38.4783 83.4847 40.6006C79.9738 42.6705 74.6638 43.2818 73.869 53.8146C73.8166 53.9631 73.7642 54.1203 73.7293 54.2688C73.4673 53.5089 72.6201 51.6137 70.8122 52.5657C68.5764 53.7447 70.6987 58.6356 71.9913 59.5788C72.3057 59.8059 72.9258 60.5395 73.7904 61.5177C73.9039 64.5919 74.0087 67.2382 74.0087 67.2382L74.7074 76.5308C74.7074 76.5308 83.9738 80.8976 85.2751 80.8976C86.5764 80.8976 87.773 70.8889 87.8603 70.1727H88.0175C88.0175 70.1727 88.1048 70.1727 88.2533 70.1378C88.8734 70.1203 90.1048 69.9456 91.0393 68.8627C91.607 68.3648 92.0786 67.6836 92.262 66.7579C92.8472 63.7535 93.738 59.212 93.7904 57.5613C93.8516 55.9107 93.9651 48.3124 92.8472 44.95H92.8559V44.9587Z" fill="var(--sapContent_Illustrative_Color31)"/>
7
+ <path d="M78.6637 78.26C78.1223 77.4565 77.6419 76.6181 77.2664 75.7185C76.9694 75.0023 76.7249 74.2076 76.7773 73.4216C76.8297 72.6705 77.2314 71.8757 78.0262 71.701C78.5502 71.5788 79.083 71.6836 79.607 71.6486C79.7991 71.6486 80.0175 71.605 80.1659 71.4827C80.3493 71.3342 80.524 71.0809 80.4891 70.8277C80.4541 70.5919 80.2795 70.3735 80.1223 70.2076C79.9214 69.9805 79.6856 69.7884 79.4672 69.5788C78.9432 69.0635 80.1048 65.9805 79.5982 65.4477C78.5851 64.3648 77.3799 65.4128 76.5502 64.1814C76.1572 63.6049 74.393 63.3604 74.0087 62.784C73.9476 62.6967 73.8865 62.6006 73.8253 62.5132C73.9214 65.1421 74.0087 67.2469 74.0087 67.2469L74.7074 76.5395C74.7074 76.5395 76.5677 77.4216 78.7424 78.3823C78.7162 78.3386 78.69 78.3037 78.655 78.26H78.6637Z" fill="var(--sapContent_Illustrative_Color3)"/>
8
+ <path d="M92.8559 44.9587C91.738 41.5963 87.083 38.4783 83.4848 40.6006C79.9738 42.6705 74.6638 43.2818 73.869 53.8146C73.8166 53.9631 73.7642 54.1203 73.7293 54.2688C73.4673 53.5089 72.6201 51.6137 70.8123 52.5657C69.4847 53.2644 69.8952 55.6749 70.5502 57.3867C72.3843 58.3212 73.8079 59.2557 75.2926 60.6792C76.8123 62.129 78.1922 63.7186 79.5459 65.3255C79.5808 65.3692 79.5983 65.4041 79.607 65.4478C80.4367 66.7404 81.3188 68.0068 82.2708 69.2207C83.7555 71.0985 85.3974 72.8714 87.2577 74.3823C87.5983 72.3037 87.8341 70.4697 87.869 70.1814H88.0262C88.0262 70.1814 88.1136 70.1814 88.2621 70.1465C88.8821 70.129 90.1136 69.9544 91.0481 68.8714C91.6158 68.3736 92.0874 67.6924 92.2708 66.7666C92.8559 63.7622 93.7468 59.2207 93.7992 57.5701C93.8603 55.9194 93.9739 48.3212 92.8559 44.9587Z" fill="var(--sapContent_Illustrative_Color3)"/>
9
+ <path d="M91.607 67.2206C90.6813 66.9848 89.6944 66.9586 88.7424 66.9936C86.8035 67.0547 84.8123 67.4652 83.1092 68.4259C83.1441 69.0023 83.5109 69.5438 83.8778 69.9717C84.2446 70.4084 84.6725 70.8014 85.1616 71.1071C85.7118 71.4477 86.2882 71.7534 86.8821 72.0067C87.1092 72.1027 87.345 72.1988 87.5895 72.2774C87.7468 71.177 87.8516 70.3735 87.869 70.1901H88.0262C88.0262 70.1901 88.1136 70.1901 88.262 70.1551C88.8821 70.1377 90.1136 69.963 91.0481 68.88C91.4847 68.4957 91.8603 68.0067 92.0961 67.3778C91.9389 67.3254 91.7817 67.273 91.6158 67.2294V67.2119L91.607 67.2206Z" fill="var(--sapContent_Illustrative_Color28)"/>
10
+ <mask id="mask0_396_4314" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="55" y="53" width="72" height="70">
11
+ <rect x="55.179" y="53.2" width="71.5" height="69" fill="var(--sapContent_Illustrative_Color20)"/>
12
+ </mask>
13
+ <g mask="url(#mask0_396_4314)">
14
+ <path d="M74.4106 71.2993C74.4106 71.2993 58.6376 75.9369 58.9084 77.7884C59.1704 79.6399 60.4979 100.976 63.2839 107.334C66.0699 113.692 63.6856 117.937 63.2839 121.509C62.8822 125.09 62.5153 129.492 63.4411 130.05L104.044 130.033C104.044 130.033 104.28 123.099 103.258 120.05C103.258 120.05 102.865 119.928 103.162 112.819C103.459 105.71 103.677 99.3255 103.162 97.4915C102.646 95.6574 103.52 95.7273 104.07 96.3212C104.62 96.9063 106.018 97.9369 107.336 98.2251C108.655 98.5221 115.221 103.268 119.622 103.198C124.024 103.128 123.031 102.478 123.616 100.688C124.201 98.8889 115.109 87.4478 115.109 87.4478C115.109 87.4478 113.214 86.5133 111.398 85.3255C109.581 84.1378 110.524 84.8714 110.044 84.784C109.563 84.6967 109.52 84.6268 109.336 84.3998C109.153 84.1727 108.62 83.7535 108.14 83.4041C107.66 83.0548 106.856 82.3823 106.306 81.7797C105.756 81.1771 104.926 80.3474 104.393 80.1203C103.45 79.7098 101.686 78.295 100.515 78.2338C99.3451 78.1727 97.5722 78.2338 97.5722 78.2338C97.5722 78.2338 95.7468 78.4696 93.9826 78.1203C92.2184 77.7709 90.3931 77.1247 90.3931 77.1247C90.3931 77.1247 87.9215 72.3998 87.6333 71.9805C86.8997 74.5046 87.8691 75.6487 85.2752 76.9412C82.69 78.2338 74.4106 71.2993 74.4106 71.2993Z" fill="var(--sapContent_Illustrative_Color13)"/>
15
+ </g>
16
+ <path d="M59.8953 88.4347C60.5503 86.3998 61.511 84.4609 62.821 82.7666C63.5459 81.8233 64.3669 80.9587 65.2752 80.1989C66.2795 79.3517 67.3712 78.6618 68.5241 78.0504C69.7468 77.4041 71.0044 76.8452 72.2533 76.26C73.4324 75.7098 74.6464 75.1771 75.7031 74.4172C76.1747 74.0766 76.594 73.7011 76.987 73.2993C75.4848 72.2076 74.4106 71.2993 74.4106 71.2993C74.4106 71.2993 58.6376 75.9369 58.9084 77.7884C59.0219 78.5919 59.3363 83.0897 59.8865 88.426H59.8953V88.4347Z" fill="var(--sapContent_Illustrative_Color22)"/>
17
+ <mask id="mask1_396_4314" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="62" y="103" width="19" height="20">
18
+ <rect x="62.179" y="103.7" width="18.5" height="18.5" fill="var(--sapContent_Illustrative_Color20)"/>
19
+ </mask>
20
+ <g mask="url(#mask1_396_4314)">
21
+ <path d="M68.166 118.365C68.8385 117.919 69.5721 117.579 70.3232 117.308C70.9083 117.098 71.5197 116.915 72.131 116.801C72.6201 116.714 73.1179 116.697 73.6158 116.67C74.0961 116.644 74.5939 116.609 75.0568 116.487C75.345 116.408 75.5983 116.304 75.773 116.103C74.9607 115.71 74.0786 115.491 73.2053 115.282C72.2358 115.046 71.2751 114.793 70.3843 114.339C69.0131 113.64 67.8865 112.592 66.9433 111.387C66 110.181 66.035 110.146 65.5896 109.518C65.1354 108.863 64.6725 108.216 64.2096 107.57C63.5895 106.688 62.9782 105.788 62.4367 104.854C62.6987 105.823 62.9782 106.67 63.2751 107.343C66.0612 113.701 63.6769 117.946 63.2751 121.518C62.8734 125.098 62.4804 129.273 63.4061 129.832C63.4498 129.858 63.5721 129.884 63.7642 129.902C63.7642 129.727 63.7642 129.553 63.7992 129.387C63.8603 128.924 64.0786 128.513 64.3843 128.164C64.6638 127.841 64.9957 127.579 65.2402 127.229C65.4498 126.924 65.6332 126.601 65.8079 126.277C66.5066 124.941 67.1441 123.369 68.5852 122.67C69.3625 122.295 70.2795 122.208 71.1354 122.19C72.035 122.173 72.9345 122.26 73.8341 122.347C75.4498 122.496 77.2315 122.697 78.7424 121.998C78.428 121.483 77.7642 121.221 77.1878 121.072C76.4717 120.88 75.7206 120.81 74.9869 120.758C74.6638 120.732 74.3407 120.714 74.0262 120.679C73.6682 120.644 73.3014 120.574 72.952 120.505C72.0699 120.339 71.1965 120.146 70.3406 119.876C69.5546 119.622 68.7511 119.308 68.1136 118.767C67.9738 118.653 68.035 118.435 68.166 118.347V118.365Z" fill="var(--sapContent_Illustrative_Color22)"/>
22
+ </g>
23
+ <path d="M85.0394 77.0198C85.1616 77.4827 85.38 77.9194 85.6333 78.3298C85.9826 78.8975 86.3931 79.4128 86.8298 79.9019C87.7119 80.8713 88.7512 81.7884 89.9477 82.3473C90.4368 82.5744 90.8909 82.6792 91.4237 82.6355C91.5634 82.6355 91.7119 82.6093 91.8429 82.5482C91.8429 82.5482 91.8429 82.5307 91.8254 82.522C91.8254 82.522 91.7992 82.4871 91.7905 82.4871C91.7031 82.391 91.6158 82.3124 91.511 82.2338C91.0481 81.867 90.5154 81.5613 90.035 81.1945C89.2664 80.6093 88.6289 79.8844 87.9127 79.2469C87.7293 79.0809 87.5285 78.9412 87.3538 78.784C87.2402 78.6879 87.1529 78.5657 87.0568 78.4521C86.821 78.1726 86.594 77.8757 86.3581 77.5962C86.1223 77.3167 85.8778 77.0373 85.5896 76.8189C85.5721 76.8189 85.5634 76.8015 85.5547 76.7927C85.4586 76.8451 85.3712 76.8888 85.2752 76.9412C85.1791 76.9936 85.0394 77.0285 85.0394 77.0285V77.0198Z" fill="var(--sapContent_Illustrative_Color22)"/>
24
+ <g clip-path="url(#clip0_396_4314)">
25
+ <path d="M100.83 127.5C100.935 127.561 101.057 127.605 101.17 127.605C101.616 127.605 101.991 127.064 102.28 126.749C102.454 126.566 102.638 126.374 102.873 126.269C103.083 126.173 103.319 126.129 103.546 126.129C103.773 126.129 103.887 126.155 104.044 126.208C103.974 124.12 103.782 121.622 103.266 120.068C103.266 120.068 102.873 119.946 103.17 112.836C103.214 111.736 103.258 110.662 103.301 109.605C103.275 109.666 103.249 109.727 103.223 109.788C102.62 111.16 101.895 112.478 101.275 113.841C100.576 115.369 99.9302 116.932 99.3101 118.496C98.7075 120.024 98.1485 121.57 97.5284 123.09C97.249 123.78 96.9433 124.461 96.7075 125.168C96.5503 125.64 96.4193 126.138 96.3843 126.636C97.0132 125.911 97.4673 124.924 97.904 124.05C98.4193 123.046 98.9171 122.007 99.6158 121.107C100.122 120.461 100.865 119.788 101.756 119.989C102.585 120.173 102.734 121.133 102.707 121.841C102.673 122.784 102.428 123.727 102.131 124.618C102.009 124.994 101.869 125.369 101.703 125.727C101.537 126.094 101.301 126.391 101.066 126.714C100.935 126.898 100.751 127.151 100.734 127.334V127.404C100.734 127.369 100.734 127.404 100.734 127.422C100.751 127.457 100.786 127.483 100.83 127.509V127.5Z" fill="var(--sapContent_Illustrative_Color22)"/>
26
+ </g>
27
+ <path d="M77.3276 79.7885C76.7861 79.7099 76.2533 79.5003 75.7643 79.2732C74.9171 78.8889 74.1398 78.3911 73.4324 77.7972C73.1791 77.5876 72.9346 77.378 72.6725 77.1946C73.249 77.8933 73.738 78.6706 74.2708 79.3955C74.8298 80.1466 75.4411 80.9326 76.2271 81.4566C76.9171 81.9108 77.642 82.0156 78.3669 81.5614C78.8734 81.2383 79.2926 80.7754 79.6944 80.3387C80.1223 79.8758 80.5678 79.4391 81.1005 79.0985C81.6333 78.7667 82.1485 78.4173 82.594 77.9719C83.0394 77.5265 83.0481 77.4566 83.2053 77.1597C82.6027 77.6313 82.0001 78.0942 81.3538 78.5134C80.5416 79.0374 79.6595 79.5178 78.7075 79.7274C78.2533 79.8234 77.7992 79.8584 77.3363 79.7972H77.3276V79.7885Z" fill="var(--sapContent_Illustrative_Color22)"/>
28
+ <path d="M65.8865 74.2774C65.8865 74.2774 63.8515 72.8364 60.1135 73.9455C56.3755 75.0634 55.8253 78.6093 55.8253 80.1115C55.8253 81.6137 53.8166 91.3342 56.7685 94.618C59.7205 97.9019 63.9214 100.26 67.2664 98.356C67.2664 98.356 67.7904 98.0242 68.7773 94.6792C69.7642 91.3342 72.2533 86.2774 72.2533 86.2774C72.2533 86.2774 70.1572 87.9193 64.1135 82.4696L62.2795 80.8888C62.2795 80.8888 66.8734 81.6049 66.6725 79.2468C66.4716 76.8888 65.8865 74.2599 65.8865 74.2599V74.2774Z" fill="var(--sapContent_Illustrative_Color13)"/>
29
+ <path d="M62.4193 80.7841C62.4193 80.8452 62.2708 80.8452 62.2184 80.9063C61.6944 81.5177 61.345 82.4522 60.8647 83.0985C60.1049 84.1378 59.3887 85.212 58.6987 86.295C58.4018 86.7666 58.1136 87.2469 57.8953 87.7535C57.773 88.033 57.6682 88.3387 57.6245 88.6443C57.738 88.5221 57.8254 88.3823 57.8953 88.2426C58.0699 87.9456 58.2097 87.6312 58.4105 87.3518C58.6725 86.9937 58.952 86.6443 59.249 86.3124C59.5546 85.9718 59.8953 85.6574 60.1922 85.3168C60.428 85.0548 60.6463 84.7753 60.9258 84.557C61.0656 84.4522 61.214 84.3736 61.38 84.3212C61.5284 84.2775 61.7381 84.2338 61.8778 84.3212C62.0001 84.3823 62.0175 84.5046 62.1049 84.5919C62.1311 84.6181 62.1049 84.6269 62.166 84.5919C62.2621 84.5221 62.3319 84.3998 62.4018 84.3037C62.4891 84.1902 62.5765 84.0766 62.6988 83.998C62.9171 83.867 63.2315 83.7622 63.476 83.902C63.7206 84.0417 63.8603 84.3386 64.0612 84.5308C64.3494 84.8015 64.6813 85.0373 65.0044 85.2557C65.3276 85.474 65.642 85.7098 65.9651 85.9369C66.5328 86.3299 67.1267 86.688 67.773 86.9238C68.4717 87.1683 69.2053 87.2295 69.9389 87.2644C70.5678 87.2906 71.2053 87.2819 71.8167 87.1509C72.0699 86.6094 72.2359 86.2862 72.2359 86.2862C72.2359 86.2862 70.1398 87.9282 64.0961 82.4784L62.4193 80.7841Z" fill="var(--sapContent_Illustrative_Color22)"/>
30
+ <path d="M66.6812 79.2642C66.4803 76.9062 65.8952 74.2773 65.8952 74.2773C65.8952 74.2773 64.7423 73.4564 62.5764 73.535H62.5502C62.5153 73.535 62.4891 73.535 62.4541 73.5524C62.3843 73.5524 62.3231 73.5699 62.2533 73.5874C62.096 73.6136 61.9388 73.6485 61.7816 73.6747C61.3886 73.7533 61.0043 73.8494 60.6201 73.9629C60.2532 74.0765 59.8864 74.1987 59.5458 74.3647C59.3974 74.4433 59.2489 74.5219 59.1091 74.6179C59.048 74.6616 59.0917 74.6179 59.0393 74.6703C59.0131 74.6878 58.9956 74.714 58.9694 74.7315C58.9519 74.7489 58.9257 74.7751 58.9083 74.8013C58.9083 74.8013 58.9083 74.8188 58.8908 74.8275C58.8908 74.845 58.8646 74.8712 58.8559 74.8887C58.8559 74.8887 58.8384 74.9324 58.8384 74.9411V74.9585V74.9848C58.8559 74.9848 58.8908 75.011 58.8908 75.011C58.9607 75.0459 59.048 75.0634 59.1266 75.0721C59.4934 75.142 59.9388 75.107 60.262 75.3254C60.4279 75.4389 60.4367 75.6747 60.262 75.7795C60.0174 75.928 59.7554 76.0415 59.4934 76.1463C58.9432 76.3821 58.3581 76.6005 57.8777 76.9673C57.5458 77.2206 57.3624 77.5175 57.3711 77.8756C58.096 77.404 58.7074 76.7577 59.4934 76.3909C60.3231 76.0066 61.2751 76.0066 62.1222 76.3472C62.8995 76.6616 63.5458 77.2031 64.096 77.8232C64.6725 78.4695 65.1616 79.1944 65.6419 79.9105C65.7816 80.1114 65.9214 80.321 66.0611 80.5219C66.4891 80.2599 66.7511 79.8581 66.6987 79.2468L66.6812 79.2642Z" fill="var(--sapContent_Illustrative_Color22)"/>
31
+ <path d="M65.6245 97.605C64.8734 97.4652 64.166 97.1945 63.4673 96.8975C62.7511 96.5919 62.0437 96.2512 61.3712 95.867C60.0874 95.1246 58.9083 94.2076 57.8166 93.2119C57.2664 92.7141 56.7424 92.1901 56.2184 91.6574C55.9476 91.3779 55.6856 91.0984 55.4149 90.8189C55.3799 90.7753 55.3363 90.7403 55.3013 90.6967C55.5022 92.2949 55.9389 93.7185 56.7686 94.6355C59.7205 97.9194 63.9214 100.277 67.2664 98.3735C67.2664 98.3735 67.4149 98.2775 67.7031 97.6923H67.6594C66.9782 97.7709 66.297 97.736 65.6245 97.605Z" fill="var(--sapContent_Illustrative_Color22)"/>
32
+ <path d="M73.8777 53.6399C73.8603 53.8408 73.5895 53.8932 73.5022 53.7098C73.0917 52.8626 72.262 51.7971 70.8122 52.5657C68.5764 53.7447 70.6987 58.6356 71.9913 59.5788C73.2839 60.522 79.5371 69.8321 88.0175 70.1814C88.0175 70.1814 91.6682 69.771 92.262 66.7666C92.8472 63.7622 93.738 59.2207 93.7904 57.5701C93.8516 55.9194 93.9651 48.3212 92.8472 44.9587C91.7293 41.5963 87.0743 38.4783 83.476 40.6006C79.9826 42.6618 74.7074 43.2731 73.8777 53.6399Z" fill="var(--sapContent_Illustrative_Color31)"/>
33
+ <path d="M92.8996 60.3649C92.7686 61.3867 92.4018 62.3212 91.9826 63.2557C91.7643 63.7274 91.5372 64.1902 91.3363 64.6706C91.1354 65.1247 90.9782 65.5876 90.821 66.0505C90.332 67.4741 89.3887 68.6968 87.9826 69.2907C87.1704 69.64 86.297 69.771 85.4149 69.7885C86.2621 70.0068 87.1354 70.164 88.0263 70.199C88.0263 70.199 90.2883 70.33 91.6769 68.1902C91.8953 67.8496 92.0263 67.6051 92.1223 67.3169C92.2184 67.0287 92.2184 66.9763 92.2708 66.7579C92.856 63.7536 93.7468 59.2121 93.7992 57.5614C93.8341 56.5658 93.8953 53.4129 93.6857 50.33C93.3451 51.3605 93.2228 52.461 93.249 53.5701C93.2665 54.1116 93.3189 54.6531 93.3276 55.1946C93.3276 55.771 93.3276 56.3474 93.2839 56.9239C93.2053 58.0767 93.0481 59.2121 92.8996 60.3562V60.3649Z" fill="var(--sapContent_Illustrative_Color3)"/>
34
+ <path d="M87.4673 57.5701C87.4411 57.6836 87.4236 57.8059 87.4061 57.9194H87.4585C87.5459 57.8932 87.6245 57.8496 87.7031 57.771C87.8166 57.6574 87.869 57.5875 87.9476 57.4565C87.9825 57.3954 88.0175 57.3255 88.0524 57.2644C87.8603 57.3867 87.6681 57.5002 87.4585 57.5875L87.4673 57.5701Z" fill="var(--sapContent_Illustrative_Color3)"/>
35
+ <path d="M93.7118 48.6967C93.1616 48.5569 92.559 48.6093 91.9913 48.5657C91.3537 48.522 90.7075 48.4521 90.0699 48.4871C89.2839 48.522 88.4716 48.7229 87.8428 49.2207C87.738 49.2993 87.6158 49.4041 87.476 49.5089C87.8865 49.6574 88.2882 49.8146 88.6725 50.0154C89.4411 50.4172 90.0786 51.0023 90.393 51.8233C90.6813 52.5657 90.6463 53.343 90.4105 54.0853C90.9433 54.4347 90.393 55.5788 90.7337 56.6705C91.0219 57.605 94.2446 56.0504 94.3843 54.1727C94.4804 52.8626 96.1922 49.3342 93.7206 48.6967H93.7118Z" fill="var(--sapContent_Illustrative_Color3)"/>
36
+ <path d="M98.2883 50.9936C98.2621 50.5831 98.1835 50.1552 97.9564 49.8146C97.6856 49.4128 97.2402 49.1683 96.8996 48.819C95.7468 47.6312 96.1311 45.701 95.8254 44.0679C95.4848 42.2425 94.1311 40.6443 92.3843 40.0154C91.2053 39.5875 89.8778 39.6224 88.6987 40.0504C87.6944 38.1464 85.5459 36.7927 83.3799 37.0373C82.0612 37.1857 80.8559 37.8146 79.5983 38.2862C78.9258 37.8408 78.131 37.5875 77.2664 37.5875C76 37.5875 74.8647 38.1464 74.0874 39.0285C73.3101 39.9106 73.6332 39.3692 73.3537 39.4128C71.4323 39.6836 69.4498 40.2076 68.0262 41.5176C66.6026 42.8364 65.9214 45.1246 66.952 46.7753C67.0131 46.8801 67.0219 47.0024 66.9694 47.1159C66.6376 47.8321 66.4542 48.6268 66.4542 49.4652C66.4542 51.3779 67.4149 53.0635 68.8821 54.0766C69.2402 54.3211 69.4498 54.7316 69.4498 55.1596C69.4498 55.5875 69.4498 55.6399 69.476 55.8757C69.5983 57.3692 70.2271 58.819 71.2402 59.9194C70.3319 61.1334 70.3144 62.9412 71.2053 64.1727C72.0961 65.4041 73.8253 65.9456 75.2577 65.4565C75.3013 65.5875 75.4411 65.6574 75.5633 65.6137C76.1223 65.4391 76.4629 64.8277 76.5502 64.1901C76.2708 63.9543 76 63.6923 75.738 63.4303C74.8472 62.5395 74.0699 61.5613 73.1616 60.688C72.3581 59.9194 71.4585 59.1508 70.8996 58.1639C70.3406 57.177 69.9913 55.8583 70.0088 54.6705C70.6376 54.915 71.3275 55.0548 72.0524 55.0548C72.7773 55.0548 73.9214 54.8102 74.7162 54.3823C75.0131 54.5657 75.2926 54.7753 75.5721 54.9936C76.0524 55.3692 76.5328 55.7535 76.9957 56.1552C77.2577 56.3823 77.5109 56.6181 77.7468 56.8714C77.8952 57.0286 78.1485 57.0111 78.2708 56.8277C78.7075 56.1727 79.0743 55.5002 79.2053 54.7404C79.4411 53.3954 78.8909 52.0504 78.7075 50.7054C78.524 49.3517 78.9258 47.6836 80.2271 47.2644C81.1179 46.9762 82.0524 47.3954 82.9695 47.57C85.3363 48.0329 87.8341 46.5482 88.8472 44.3997C89.0219 44.4434 89.1965 44.4871 89.3538 44.5744C90.4804 45.1334 90.5066 46.784 91.4236 47.6486C92.5153 48.6705 94.7075 48.4259 94.9957 50.0591C95.0131 50.1814 95.0219 50.3124 95.0219 50.4347C94.952 52.3211 94.0437 55.212 93.8254 57.2818C96.1835 56.5744 98.4629 53.4565 98.3145 51.0024H98.2795L98.2883 50.9936Z" fill="var(--sapContent_Illustrative_Color30)"/>
37
+ <path d="M73.4149 45.2731C73.4935 45.2469 73.5459 45.2207 73.6507 45.1683C73.904 45.0373 74.0874 44.8975 74.297 44.7054C74.7075 44.3211 75.0306 43.8233 75.2227 43.3167C75.4236 42.7927 75.5022 42.2338 75.3799 41.7185C75.3537 41.6137 75.3188 41.5176 75.2839 41.4215C74.393 41.1421 73.4935 40.9237 72.559 40.9237H72.0524C70.0262 40.1202 68.2708 42.1464 67.6245 43.867C67.4585 44.3036 67.3101 44.8015 67.3537 45.2731C67.3887 45.6312 67.6419 45.8844 68.0088 45.8058C68.3581 45.736 68.6725 45.4827 68.9433 45.2643C69.2402 45.0285 69.5284 44.7665 69.8254 44.522C69.8778 44.4783 69.9302 44.4346 69.9913 44.391C70.0175 44.3735 70.0437 44.356 70.0699 44.3386C70.0699 44.3386 70.0874 44.3386 70.0961 44.3211C70.0175 44.3735 70.131 44.3036 70.1572 44.2862C70.393 44.1464 70.6638 44.0154 70.9433 44.0067C71.3887 43.9892 71.7555 44.3386 72.0961 44.6093C72.4978 44.9237 72.9258 45.2207 73.4323 45.2731H73.4149Z" fill="var(--sapContent_Illustrative_Color29)"/>
38
+ <path d="M88.3756 40.8015C88.3494 40.356 88.3407 39.9019 88.3407 39.4477C87.2315 37.867 85.3188 36.8102 83.3799 37.0285C82.0699 37.177 80.8647 37.7971 79.6245 38.2687C79.4673 38.7927 79.4673 39.3517 79.7031 39.867C79.8952 40.2862 80.166 40.6617 80.4018 41.0635C80.6551 41.5002 80.8385 41.9805 80.8647 42.4871C80.8909 43.0809 80.69 43.5962 80.3581 44.0242C80.1922 44.2425 79.7468 44.5657 79.3013 44.8539C79.0306 45.0285 79.1529 45.4478 79.476 45.4478C79.7992 45.4478 80.3406 45.4652 80.5852 45.5176C80.9083 45.5788 81.2227 45.6661 81.5459 45.7884C82.2271 46.0504 82.8734 46.3997 83.5022 46.7578C83.9738 47.0285 84.4455 47.308 84.9433 47.5176C86.4804 47.1683 87.869 46.129 88.6551 44.7578C88.7599 43.4565 88.4629 42.0154 88.3931 40.8015H88.3756Z" fill="var(--sapContent_Illustrative_Color29)"/>
39
+ <path d="M92.7948 48.3649C93.083 48.4697 93.1704 48.5657 93.249 48.688C93.4935 49.0898 93.5284 49.5788 93.3712 50.0155C93.1529 50.6094 92.9346 51.0024 93.5284 53.0112C93.7555 53.7797 93.6944 56.4872 93.8166 57.2732C94.4193 56.9588 97.6507 57.7361 98.3057 50.9937C98.3494 50.5832 98.2009 50.1553 97.9739 49.8147C97.7031 49.4129 97.2577 49.1684 96.9171 48.819C95.7642 47.6312 96.1485 45.7011 95.8429 44.0679C95.5022 42.2426 94.1485 40.6443 92.4018 40.0155C91.8516 39.8146 91.2664 39.7186 90.6725 39.7098C90.5677 40.6181 90.5153 41.5264 90.5241 42.4435C90.5415 43.7273 90.69 45.0286 91.1442 46.2339C91.4673 47.0985 92.1922 47.6924 92.8035 48.3649H92.7948Z" fill="var(--sapContent_Illustrative_Color29)"/>
40
+ <path d="M88.6725 63.0024C88.3493 62.985 89.0917 63.3256 88.786 63.2732C88.4891 63.2208 88.2358 63.2033 87.5982 63.2732C87.2664 63.3081 84.7423 63.6749 84.4192 63.4478C85.1615 63.9194 85.476 64.5832 87.9738 64.7841C89.3275 64.8889 90.0174 64.9762 90.3668 64.033C90.3493 64.0941 89.3362 63.0374 88.6637 63.0112L88.6725 63.0024Z" fill="var(--sapContent_Illustrative_Color23)"/>
41
+ <path d="M84.297 63.1945C84.297 63.1945 87.0306 62.3299 87.7555 62.4696C88.2359 62.557 88.9433 62.6618 89.4062 62.6618C89.8691 62.6618 91.3887 63.0984 90.3494 64.0417C90.3494 64.0417 89.5546 63.6137 88.1311 63.5089C86.7075 63.4041 84.3756 63.9631 84.297 63.1945Z" fill="var(--sapContent_Illustrative_Color23)"/>
42
+ <path d="M87.4149 58.3997C87.3101 58.8538 87.5372 59.273 88.0961 59.273C88.6551 59.273 88.5416 59.3167 88.7337 59.4302C89.3014 59.7708 90.1136 59.666 90.5503 59.404C90.5852 59.3778 90.6376 59.404 90.6376 59.4477C90.6376 59.5438 90.6376 59.6922 90.297 59.9892C89.9302 60.3036 89.7817 60.3647 89.4761 60.3647C88.8734 60.3647 87.6333 60.0765 87.2664 59.9979C87.0743 59.9979 86.9171 60.0328 86.9084 60.0328C86.4018 59.2468 86.7861 58.6267 87.4149 58.3997Z" fill="var(--sapContent_Illustrative_Color28)"/>
43
+ <path d="M88.5328 60.2599C88.035 59.9717 87.9302 59.8844 87.4586 59.8495C87.083 59.8145 86.821 60.0416 86.952 60.0678C87.2053 60.1202 88.5415 60.2599 88.5415 60.2599H88.5328Z" fill="var(--sapContent_Illustrative_Color22)"/>
44
+ <path d="M82.131 57.8495C82.131 57.8495 81.31 57.0896 81.0655 57.1071C80.821 57.1071 80.8646 55.2643 80.8646 55.2643C80.8646 55.2643 81.0917 51.8058 82.6376 50.4958C83.214 50.0067 85.0742 48.5569 86.1048 48.784C86.69 48.915 86.7773 48.4695 87.345 48.225C87.5371 48.1464 87.7205 47.9543 87.8865 47.7359C88.1834 47.3429 87.8603 46.7927 87.3799 46.8626C86.3057 47.0198 83.9563 47.3167 82.6026 47.8669C80.4105 48.7578 75.4585 51.4564 74.5153 52.487C73.8515 53.2032 74.1048 54.0503 74.1572 56.2163C74.2358 59.4914 74.4629 60.9761 74.0437 61.832C73.4323 63.0809 73.1528 63.5089 73.1528 63.5089C73.1528 63.5089 71.572 68.0853 67.5895 73.0809C63.8253 77.8146 62.4192 80.784 62.4192 80.784C62.4192 80.784 68.5327 87.6661 72.1572 86.4434C72.1572 86.4434 72.2096 86.3823 72.2358 86.2862C72.7249 84.653 76.9345 70.4783 77.8865 68.4958C79.5284 65.0809 79.607 65.4303 80.3581 64.88C81.1528 64.3036 82.9869 61.8495 83.7555 60.7927C84.3057 60.0329 88.0961 59.2818 88.5328 58.1115C88.7948 57.4215 87.869 55.3779 85.0655 57.7621" fill="var(--sapContent_Illustrative_Color31)"/>
45
+ <path d="M85.3101 57.5613C85.1616 57.6835 84.9695 57.7534 84.7774 57.7534L82.4804 57.832C82.2621 57.832 82.0437 57.7621 81.8691 57.6224C81.6071 57.4041 81.214 57.0897 81.0656 57.0984C80.821 57.0984 80.8647 55.2556 80.8647 55.2556C80.8647 55.2556 81.0918 51.7971 82.6376 50.487C83.214 49.9979 85.0743 48.5482 86.1049 48.7752C86.69 48.9062 86.7774 48.4608 87.3451 48.2163C87.5372 48.1377 87.7206 47.9455 87.8865 47.7272C88.1835 47.3342 87.8603 46.784 87.38 46.8538C86.3058 47.011 83.9564 47.308 82.6027 47.8582C81.9739 48.1115 81.1267 48.5132 80.2097 48.9848C80.1398 49.0198 80.0699 49.0547 79.9913 49.0984C79.9477 49.1158 79.9127 49.142 79.8691 49.1595C79.8167 49.1857 79.773 49.2119 79.7206 49.2381C79.6769 49.2556 79.642 49.2818 79.5983 49.2992C79.5285 49.3342 79.4499 49.3779 79.38 49.4128C79.3363 49.439 79.2926 49.4565 79.249 49.4827C79.1966 49.5089 79.1354 49.5438 79.083 49.57C79.0394 49.5962 79.0044 49.6137 78.9608 49.6399C78.9084 49.6661 78.8472 49.701 78.7948 49.7272C78.7424 49.7534 78.725 49.7621 78.69 49.7883C78.6027 49.832 78.5241 49.8757 78.4368 49.9281C78.4018 49.9455 78.3669 49.9717 78.3319 49.9892C78.2795 50.0241 78.2184 50.0503 78.166 50.0853C78.1311 50.1027 78.0961 50.1289 78.0612 50.1464C77.9739 50.1901 77.8953 50.2425 77.8079 50.2861C77.7817 50.3036 77.7643 50.3123 77.7381 50.3298C77.6769 50.3648 77.6071 50.3997 77.5459 50.4434C77.511 50.4608 77.4761 50.4783 77.4499 50.5045C77.3887 50.5394 77.3276 50.5744 77.2664 50.6093C77.2402 50.6268 77.214 50.6355 77.1878 50.653C77.1092 50.6966 77.0219 50.749 76.9433 50.7927C76.9171 50.8102 76.8909 50.8276 76.8647 50.8364C76.8036 50.8713 76.7512 50.9062 76.69 50.9412C76.6638 50.9586 76.6376 50.9761 76.6114 50.9936C76.5328 51.0372 76.4542 51.0896 76.3843 51.1333C76.3843 51.1333 76.3581 51.1508 76.3494 51.1508C76.2795 51.1944 76.2184 51.2294 76.1573 51.273C76.1311 51.2905 76.1136 51.2992 76.0874 51.3167C76.0263 51.3517 75.9739 51.3866 75.9215 51.4303C75.904 51.4303 75.8865 51.4477 75.8691 51.4652C75.7992 51.5089 75.7293 51.5525 75.6682 51.5962C75.6507 51.5962 75.6333 51.6224 75.6158 51.6311C75.5634 51.6661 75.5197 51.701 75.4673 51.7359C75.4498 51.7359 75.4324 51.7621 75.4149 51.7709C75.3538 51.8145 75.2926 51.8582 75.2402 51.8931C75.1878 51.9281 75.1354 51.9717 75.083 52.0067C75.0656 52.0067 75.0568 52.0329 75.0394 52.0416C74.9957 52.0765 74.9608 52.1027 74.9258 52.1289C74.9258 52.1289 74.9084 52.1464 74.8909 52.1551C74.8472 52.1901 74.8036 52.225 74.7599 52.26C74.7599 52.26 74.7424 52.2774 74.7337 52.2862C74.6988 52.3124 74.6726 52.3386 74.6464 52.3648C74.6201 52.391 74.6289 52.3822 74.6202 52.391C74.5852 52.4259 74.559 52.4521 74.5328 52.4783C73.8691 53.1945 74.1223 54.0416 74.1747 56.2076C74.2533 59.4827 74.4804 60.9674 74.0612 61.8233C73.4498 63.0722 73.1704 63.5001 73.1704 63.5001V63.57C73.1704 63.5875 73.1529 63.6137 73.1442 63.6399V63.6661C73.1442 63.6835 73.1267 63.701 73.118 63.7272V63.7534C73.0743 63.8582 73.0219 63.998 72.952 64.1639C72.6813 64.8277 72.1922 65.9194 71.4586 67.2818C71.2664 67.6399 71.0568 68.0154 70.8298 68.3997C70.8298 68.4172 70.8123 68.4259 70.8036 68.4434C70.7512 68.5394 70.69 68.6268 70.6376 68.7229C70.5153 68.9325 70.3931 69.1333 70.2621 69.3429C70.1747 69.4827 70.0787 69.6312 69.9913 69.7796C69.904 69.9194 69.8079 70.0678 69.7118 70.2076C69.7118 70.2076 69.7119 70.225 69.6944 70.2338C69.607 70.3735 69.511 70.5045 69.4236 70.6443C69.4236 70.6617 69.4062 70.6705 69.3887 70.6967C69.3014 70.8277 69.214 70.9587 69.118 71.0897L69.1005 71.1071C69.083 71.1246 69.0743 71.1421 69.0656 71.1595C68.9782 71.2818 68.8909 71.4041 68.8036 71.5264C68.7774 71.5613 68.7599 71.5875 68.7337 71.6224C68.6463 71.736 68.559 71.8582 68.4717 71.9718C68.4717 71.9718 68.4542 71.998 68.4455 72.0067C68.428 72.0329 68.4018 72.0591 68.3843 72.094C68.297 72.2076 68.2097 72.3298 68.1136 72.4434V72.4609C68.0874 72.4958 68.0612 72.5307 68.035 72.5657C67.9127 72.7229 67.7904 72.8801 67.6594 73.0373C63.8952 77.7709 62.4891 80.7403 62.4891 80.7403L62.5066 80.7578L62.5241 80.7753C62.5241 80.7753 62.5415 80.7927 62.5503 80.8015L62.5677 80.8189C62.5677 80.8189 62.5939 80.8451 62.6027 80.8539C62.6027 80.8539 62.6289 80.8801 62.6376 80.8888C62.6551 80.9063 62.6638 80.9237 62.6813 80.9412C62.6813 80.9412 62.6813 80.9587 62.7075 80.9674C62.7075 80.9674 62.7075 80.9849 62.7249 80.9849C62.7511 81.0111 62.7773 81.0373 62.8035 81.0635C62.821 81.0809 62.8385 81.0984 62.8559 81.1159C62.8821 81.1508 62.9171 81.177 62.952 81.212C62.9695 81.2294 62.9869 81.2469 63.0044 81.2644C63.0394 81.308 63.083 81.343 63.1267 81.3866C63.1442 81.4041 63.1529 81.4128 63.1704 81.4303L63.4324 81.6923C63.4673 81.7272 63.4935 81.7534 63.5372 81.7884C63.5634 81.8233 63.5896 81.8495 63.6245 81.8757C63.6507 81.9019 63.6769 81.9281 63.7118 81.9543H63.7293L63.7468 81.9718C63.773 81.998 63.8079 82.0329 63.8428 82.0591C63.8691 82.0853 63.8952 82.1115 63.9214 82.129C63.9214 82.129 63.9477 82.1552 63.9564 82.1639C63.9913 82.1989 64.0263 82.2251 64.0525 82.26C64.0699 82.2775 64.0874 82.2949 64.1136 82.3124C64.1136 82.3124 64.1311 82.3299 64.1485 82.3386C64.1485 82.3386 64.1747 82.3648 64.1835 82.3735C64.2184 82.4085 64.2533 82.4347 64.2883 82.4696C64.3057 82.4871 64.3232 82.4958 64.3407 82.5133L64.3581 82.5307C64.3843 82.5482 64.4018 82.5744 64.428 82.5919C64.4629 82.6268 64.4979 82.653 64.5328 82.6879C64.5328 82.6879 64.5503 82.7054 64.559 82.7141C64.559 82.7141 64.5765 82.7316 64.5852 82.7316C64.6114 82.7578 64.6376 82.7753 64.6638 82.8015C64.7162 82.8451 64.7599 82.8888 64.8123 82.9325C64.8734 82.9849 64.9258 83.0373 64.987 83.0897C65.0044 83.0897 65.0132 83.1159 65.0306 83.1246C66.4891 84.3823 68.3581 85.7534 70.0787 86.2775C70.8123 86.4958 71.4586 85.7447 71.1442 85.046C71.1267 85.0023 71.1092 84.9587 71.083 84.915C69.904 82.2076 69.3625 78.8015 70.0874 75.9194C70.428 74.5482 71.0394 73.2731 71.5896 71.9805C72.1311 70.6967 72.4542 69.3517 72.987 68.0678C73.1529 67.6574 73.3276 67.2381 73.5372 66.8451C73.7468 66.4434 73.9651 66.0504 74.1835 65.6486C74.6114 64.8364 75.0306 64.0242 75.4236 63.1857C75.7905 62.391 76.1573 61.57 76.4105 60.7316C76.6114 60.0504 76.7162 59.3429 76.8734 58.653C77.0219 57.9805 77.2053 57.2818 77.5896 56.7054C77.8079 56.3822 78.3669 55.5263 78.7774 56.1377C78.8385 56.2338 78.8909 56.3473 78.9258 56.4608C79.0481 56.8626 79.1267 57.2818 79.1529 57.7097C79.214 58.618 79.0568 59.5351 78.9346 60.4346C78.9346 60.4958 78.9171 60.5569 78.9346 60.618C78.9782 60.7141 79.1005 60.7403 79.2053 60.749C79.7555 60.7927 80.297 60.5831 80.7774 60.3211C81.2664 60.0591 81.7293 59.7447 82.2446 59.5613C82.4717 59.4827 82.7512 59.4303 82.952 59.5613C83.1267 59.6835 83.1878 59.9193 83.1529 60.129C83.118 60.3386 83.0044 60.522 82.8909 60.6966C81.9913 61.998 80.559 62.8539 79.5721 64.094C79.1966 64.5744 79.0656 65.0198 79.2228 65.6049C79.249 65.6923 79.2752 65.7884 79.3014 65.8757C79.773 65.1333 79.9826 65.1333 80.4368 64.8015C81.2315 64.225 83.0656 61.7709 83.8341 60.7141C84.3844 59.9543 88.1049 59.3429 88.6114 58.0329C88.8647 57.3604 87.9913 55.4041 85.3713 57.4914L85.3363 57.5525L85.3101 57.5613Z" fill="var(--sapContent_Illustrative_Color28)"/>
46
+ <path d="M77.9564 56.2164C78.035 56.0329 78.1136 55.8495 78.2009 55.6661C78.7861 54.4434 79.607 53.3081 80.6027 52.3823C81.0219 51.9893 81.476 51.6399 81.9564 51.3255C82.1485 51.0024 82.3756 50.7054 82.6463 50.4784C83.2227 49.9893 85.083 48.5395 86.1136 48.7666C86.6987 48.8976 86.7861 48.4522 87.3538 48.2076C87.5459 48.129 87.7293 47.9369 87.8952 47.7185C88.1922 47.3255 87.869 46.7753 87.3887 46.8452C86.3144 47.0024 83.9651 47.2993 82.6114 47.8495C81.9826 48.1028 81.1354 48.5046 80.2184 48.9762C80.1485 49.0111 80.0786 49.046 80 49.0897C79.9564 49.1072 79.9214 49.1334 79.8778 49.1508C79.8254 49.177 79.7817 49.2032 79.7293 49.2294C79.6856 49.2469 79.6507 49.2731 79.607 49.2906C79.5372 49.3255 79.4585 49.3692 79.3887 49.4041C79.345 49.4303 79.3013 49.4478 79.2577 49.474C79.2053 49.5002 79.1441 49.5351 79.0917 49.5613C79.0481 49.5875 79.0131 49.605 78.9695 49.6312C78.9171 49.6574 78.8559 49.6923 78.8035 49.7185C78.7511 49.7447 78.7337 49.7535 78.6987 49.7797C78.6114 49.8233 78.5328 49.867 78.4454 49.9194C78.4105 49.9369 78.3756 49.9631 78.3406 49.9805C78.2882 50.0155 78.2271 50.0417 78.1747 50.0766C78.1398 50.0941 78.1048 50.1203 78.0699 50.1377C77.9826 50.1814 77.904 50.2338 77.8166 50.2775C77.7904 50.2949 77.773 50.3037 77.7468 50.3211C77.6856 50.3561 77.6158 50.391 77.5546 50.4347C77.5197 50.4522 77.4847 50.4696 77.4585 50.4958C77.3974 50.5308 77.3363 50.5657 77.2751 50.6006C77.2489 50.6181 77.2227 50.6268 77.1965 50.6443C77.1179 50.688 77.0306 50.7404 76.952 50.784C76.9258 50.8015 76.8996 50.819 76.8734 50.8277C76.8123 50.8626 76.7599 50.8976 76.6987 50.9325C76.6725 50.95 76.6463 50.9674 76.6201 50.9849C76.5415 51.0286 76.4629 51.081 76.393 51.1246C76.393 51.1246 76.3668 51.1421 76.3581 51.1421C76.2882 51.1858 76.2271 51.2207 76.166 51.2644C76.1398 51.2818 76.1223 51.2906 76.0961 51.308C76.035 51.343 75.9826 51.3779 75.9302 51.4216C75.9127 51.4216 75.8952 51.4391 75.8778 51.4565C75.8079 51.5002 75.738 51.5439 75.6769 51.5875C75.6594 51.5875 75.6419 51.6137 75.6245 51.6225C75.5721 51.6574 75.5284 51.6923 75.476 51.7273C75.4585 51.7273 75.4411 51.7535 75.4236 51.7622C75.3625 51.8059 75.3013 51.8495 75.2489 51.8845C75.1965 51.9194 75.1441 51.9631 75.0917 51.998C75.0743 51.998 75.0655 52.0242 75.0481 52.0329C75.0044 52.0679 74.9695 52.0941 74.9345 52.1203C74.9345 52.1203 74.9171 52.1377 74.8996 52.1465C74.8559 52.1814 74.8123 52.2163 74.7686 52.2513C74.7686 52.2513 74.7511 52.2687 74.7424 52.2775C74.7074 52.3037 74.6812 52.3299 74.655 52.3561C74.6288 52.3823 74.6376 52.3736 74.6288 52.3823C74.5939 52.4172 74.5677 52.4434 74.5415 52.4696C73.8778 53.1858 74.131 54.0329 74.1834 56.1989C74.262 59.474 74.4891 60.9587 74.0699 61.8146C73.4585 63.0635 73.1791 63.4915 73.1791 63.4915V63.5613C73.1791 63.5788 73.1616 63.605 73.1529 63.6312V63.6574C73.1529 63.6749 73.1354 63.6923 73.1267 63.7185V63.7447C73.083 63.8496 73.0306 63.9893 72.9607 64.1552C72.69 64.819 72.2009 65.9107 71.4673 67.2731C71.2751 67.6312 71.0655 68.0068 70.8384 68.391C70.8384 68.4085 70.821 68.4172 70.8122 68.4347C70.7598 68.5308 70.6987 68.6181 70.6463 68.7142C70.524 68.9238 70.4018 69.1247 70.2708 69.3343C70.1834 69.474 70.0874 69.6225 70 69.771C69.9127 69.9107 69.8166 70.0592 69.7205 70.1989C69.7205 70.1989 69.7205 70.2164 69.7031 70.2251C69.6157 70.3648 69.5197 70.4958 69.4323 70.6356C69.4323 70.653 69.4149 70.6618 69.3974 70.688C69.3101 70.819 69.2227 70.95 69.1267 71.081L69.1092 71.0985C69.0917 71.1159 69.083 71.1334 69.0743 71.1509C68.9869 71.2731 68.8996 71.3954 68.8122 71.5177C68.786 71.5526 68.7686 71.5788 68.7424 71.6137C68.655 71.7273 68.5677 71.8496 68.4804 71.9631C68.4804 71.9631 68.4629 71.9893 68.4542 71.998C68.4367 72.0242 68.4105 72.0504 68.393 72.0854C68.3057 72.1989 68.2184 72.3212 68.1223 72.4347V72.4522C68.0961 72.4871 68.0699 72.522 68.0437 72.557C67.9214 72.7142 67.7991 72.8714 67.6681 73.0286C63.9039 77.7622 62.4629 80.7841 62.4629 80.7841C62.4629 80.7841 62.4716 80.8015 62.4978 80.8277C62.5502 80.8889 62.6638 81.0111 62.8035 81.1509C63.1354 81.5002 63.5983 81.9718 63.6856 82.033C63.7031 82.0504 65.6157 83.9893 67.8515 85.3518C68.6812 85.8583 69.4935 86.2077 70 86.3649C70.7336 86.5832 71.476 85.7535 71.1616 85.0548C71.1441 85.0111 71.1267 84.9675 71.1005 84.9238C69.9214 82.2164 69.3799 78.8103 70.1048 75.9282C70.4454 74.557 71.0568 73.2819 71.607 71.9893C72.1485 70.7055 72.4716 69.3605 73.0044 68.0766C73.1703 67.6661 73.345 67.2469 73.5546 66.8539C73.7642 66.4522 73.9826 66.0592 74.2009 65.6574C74.6288 64.8452 75.0481 64.033 75.4411 63.1945C75.8079 62.3998 76.1747 61.5788 76.428 60.7404C76.6288 60.0591 76.7337 59.3517 76.8909 58.6618C77.0393 57.9893 77.2227 57.2906 77.607 56.7142C77.7031 56.5744 77.8603 56.3386 78.035 56.1552L78 56.2251L77.9564 56.2164Z" fill="var(--sapContent_Illustrative_Color3)"/>
47
+ <path d="M94.4733 55.3499C94.4733 55.3499 93.4515 55.6469 93.8795 56.5464C94.3074 57.446 95.5039 57.8303 95.5039 57.8303C95.5039 57.8303 96.7004 59.1578 97.2506 60.005C97.8096 60.8609 100.028 64.4853 101.006 65.4722C101.984 66.4504 104.753 67.9526 106.788 71.5334C108.823 75.1229 110.744 78.7037 111.338 80.8434C111.932 82.9744 112.997 88.5028 115.172 93.4373C117.347 98.3718 120.098 102.398 123.748 100.573C127.408 98.7474 126.735 95.8216 126.124 93.9264C125.513 92.0399 122.037 82.8347 119.233 79.2364C116.43 75.6382 111.792 66.922 111.067 65.8216C110.334 64.7211 109.303 64.0574 108.997 62.0399C108.692 60.0312 108.36 57.6993 108.238 55.8565C108.238 55.8565 108.238 55.6993 107.452 54.4766C106.665 53.2539 105.574 49.7517 101.853 48.1883C98.8576 46.9307 96.5423 46.8774 95.7572 46.922C95.6096 46.9307 95.4428 47.0617 95.4253 47.2364C95.3904 47.6905 95.4078 48.5202 96.0279 48.8346C96.8926 49.2626 98.3074 48.9394 98.3074 48.9394C98.3074 48.9394 98.6742 49.3499 99.5825 49.184C99.7197 49.1589 101.827 50.4792 101.937 50.8231C102.554 52.7566 100.718 57.0107 100.407 57.285C100.049 57.6081 99.6698 59.1403 99.0672 58.3543C99.0672 58.3543 98.1415 56.9831 97.0148 56.0836C95.8882 55.1753 94.4733 55.3499 94.4733 55.3499Z" fill="var(--sapContent_Illustrative_Color31)"/>
48
+ <path d="M95.4166 47.6992C95.4428 48.1272 95.5738 48.6163 96.0192 48.8346C96.8839 49.2625 98.2987 48.9656 98.2987 48.9656C98.2987 48.9656 98.6655 49.3499 99.5738 49.1839H99.6175C98.3511 48.3979 96.8839 47.8914 95.4166 47.6992Z" fill="var(--sapContent_Illustrative_Color28)"/>
49
+ <path d="M98.5361 49.4627L100.577 49.2926L97.8559 48.6124L92.7544 48.9525L93.2645 49.1226L94.2848 50.8231L98.5361 49.4627Z" fill="var(--sapContent_Illustrative_Color17)"/>
50
+ <path d="M123.146 97.1491C122.395 96.7998 121.67 96.3369 121.12 95.7168C120.342 94.8435 119.74 93.7954 119.181 92.7736C118.604 91.7168 118.089 90.6338 117.513 89.5771C116.936 88.5116 116.255 87.4985 115.696 86.4242C114.569 84.267 113.731 81.9788 112.91 79.6906C112.08 77.3849 111.259 75.0618 110.168 72.8696C109.128 70.7998 107.897 68.8609 106.447 67.053C106.08 66.5989 105.696 66.1622 105.329 65.708C105.059 65.3674 104.797 65.0181 104.622 64.6163C104.281 63.839 104.386 63.0094 104.465 62.1884C104.535 61.3849 104.604 60.5814 104.517 59.7779C104.482 59.4286 104.421 59.053 104.255 58.7386C104.107 58.4591 103.766 58.1185 103.425 58.1884C103.059 58.2583 102.762 58.6338 102.465 58.8434C102.133 59.0792 101.74 58.8963 101.338 58.94C100.858 59.0011 99.4777 58.8958 99.076 58.3718C99.076 58.3718 98.1502 57.0006 97.0236 56.101C95.8969 55.1927 94.4821 55.3674 94.4821 55.3674C94.4821 55.3674 93.6349 55.8041 93.8882 56.5639C94.3162 57.4635 95.5127 57.8478 95.5127 57.8478C95.5127 57.8478 96.7092 59.1753 97.2594 60.0224C97.8183 60.8783 100.037 64.5028 101.015 65.4897C101.993 66.4679 104.762 67.9701 106.797 71.5508C108.831 75.1404 110.753 78.7212 111.347 80.8609C111.941 82.9919 113.006 88.5203 115.181 93.4548C117.355 98.3893 120.107 102.416 123.757 100.59C125.181 99.874 125.949 99.0007 126.316 98.0836C125.216 97.9526 124.133 97.6295 123.155 97.1666V97.1491H123.146Z" fill="var(--sapContent_Illustrative_Color3)"/>
51
+ <path d="M102.617 53.0337L102.107 52.5235C101.583 51.4056 102.786 50.9761 101.668 50.4171C101.24 50.1988 97.7119 49.9106 96.8123 53.9455C95.9128 57.9804 96.4709 57.3892 96.725 57.5438C96.339 57.5656 95.939 57.1944 95.5722 56.9761C95.4412 56.9062 95.3189 56.8276 95.1966 56.749C94.5067 56.3123 93.9739 55.6573 93.6857 54.8887C93.1879 53.5787 92.9259 51.7883 93.8429 49.8669C93.8429 49.8669 92.9171 50.749 92.4717 51.9368C92.4892 51.8058 92.5067 51.6835 92.5154 51.5525C92.5591 51.1245 92.6202 50.5831 92.3757 50.1988C92.035 49.666 93.4486 49.0398 92.9245 48.9525C92.5839 48.8913 93.1603 49.1883 92.9245 48.9525C92.7586 48.7865 89.4324 49.1944 89.2228 49.2992C89.0132 49.404 89.0831 49.3778 89.0831 49.3778C89.4412 50.0066 90.8473 54.4259 90.8473 54.4259C90.8473 54.4259 91.0307 54.4433 91.3014 54.4608C91.284 54.4783 91.2752 54.4957 91.2578 54.5132C91.2578 54.5132 91.2578 57.3778 93.3276 57.4826C95.4062 57.5874 96.0882 56.635 97.3458 56.7748C98.2891 56.8796 97.3792 56.727 98.3661 56.6047C98.4622 56.6047 99.2903 56.9761 99.3864 56.9761C99.8056 55.3691 99.9739 57.2818 100.419 57.142C100.83 57.011 100.319 56.8708 100.747 56.7748C101.096 56.6961 100.773 56.6006 101.087 56.4347C101.489 56.225 101.069 56.2127 101.427 55.9245C101.593 55.7935 101.296 55.9368 101.427 55.7621C101.479 55.6922 101.392 55.493 101.427 55.4144C101.444 55.3794 101.741 55.1179 101.767 55.0743C101.767 55.0568 101.257 54.6905 101.257 54.7342C101.257 54.6468 101.876 54.1064 101.937 54.054C102.051 53.4863 102.173 53.5402 101.937 53.0337H102.617Z" fill="var(--sapContent_Illustrative_Color22)"/>
52
+ <path d="M91.2402 53.2208C91.2402 50.7317 89.2228 48.7142 86.7337 48.7142C84.2446 48.7142 86.428 48.7142 86.2795 48.7404C86.2795 48.7404 84.4979 48.2077 81.9826 50.9238C80.6813 52.3299 80.3145 53.9544 80.2621 55.1858C80.2097 56.4173 81.38 58.0941 82.9433 58.1989C84.5066 58.3037 84.0699 58.2164 84.7948 58.1116C88.3057 57.6138 87.3625 57.9107 88.2883 57.4478C90.0175 56.819 91.249 55.1596 91.249 53.212H91.2402V53.2208Z" fill="var(--sapContent_Illustrative_Color17)"/>
53
+ <path d="M86.7337 57.5002C89.0972 57.5002 91.0132 55.5842 91.0132 53.2207C91.0132 50.8572 89.0972 48.9412 86.7337 48.9412C84.3702 48.9412 82.4542 50.8572 82.4542 53.2207C82.4542 55.5842 84.3702 57.5002 86.7337 57.5002Z" fill="var(--sapContent_Illustrative_Color22)"/>
54
+ <path d="M86.7337 57.1422C88.8994 57.1422 90.6551 55.3865 90.6551 53.2208C90.6551 51.055 88.8994 49.2994 86.7337 49.2994C84.5679 49.2994 82.8123 51.055 82.8123 53.2208C82.8123 55.3865 84.5679 57.1422 86.7337 57.1422Z" fill="var(--sapContent_Illustrative_Color8)"/>
55
+ <path d="M90.5503 52.2864C90.332 51.3868 89.7992 50.6095 89.0743 50.0681L83.5896 55.5528C84.1224 56.2777 84.9084 56.8017 85.8079 57.0288L90.5503 52.2864Z" fill="var(--sapContent_Illustrative_Color2)"/>
56
+ <path d="M87.0743 49.3081C86.9608 49.3081 86.8559 49.2906 86.7424 49.2906C84.5765 49.2906 82.8821 51.0461 82.821 53.2121C82.7599 55.378 82.8385 53.5177 82.8385 53.5439L87.083 49.2994L87.0743 49.3081Z" fill="var(--sapContent_Illustrative_Color2)"/>
57
+ <path d="M103.054 53.2208C103.054 50.7317 101.037 48.7142 98.5476 48.7142C96.0585 48.7142 98.2419 48.7142 98.0934 48.7404C98.0934 48.7404 96.3118 48.2077 93.7965 50.9238C92.4952 52.3299 92.9769 53.843 92.9245 55.0744C92.8721 56.3059 93.5718 57.343 95.1352 57.4478C96.6985 57.5527 95.8838 58.2164 96.6087 58.1116C100.12 57.6138 99.1764 57.9107 100.102 57.4478C101.831 56.819 103.063 55.1596 103.063 53.212H103.054V53.2208Z" fill="var(--sapContent_Illustrative_Color17)"/>
58
+ <path d="M98.5475 57.5002C100.911 57.5002 102.827 55.5842 102.827 53.2207C102.827 50.8572 100.911 48.9412 98.5475 48.9412C96.1841 48.9412 94.2681 50.8572 94.2681 53.2207C94.2681 55.5842 96.1841 57.5002 98.5475 57.5002Z" fill="var(--sapContent_Illustrative_Color22)"/>
59
+ <path d="M98.5475 57.1422C100.713 57.1422 102.469 55.3865 102.469 53.2208C102.469 51.055 100.713 49.2994 98.5475 49.2994C96.3818 49.2994 94.6261 51.055 94.6261 53.2208C94.6261 55.3865 96.3818 57.1422 98.5475 57.1422Z" fill="var(--sapContent_Illustrative_Color8)"/>
60
+ <path d="M102.364 52.2864C102.146 51.3868 101.613 50.6095 100.888 50.0681L95.4034 55.5528C95.9362 56.2777 96.7222 56.8017 97.6218 57.0288L102.364 52.2864Z" fill="var(--sapContent_Illustrative_Color2)"/>
61
+ <path d="M98.8881 49.3081C98.7746 49.3081 98.6698 49.2906 98.5563 49.2906C96.3903 49.2906 94.696 51.0461 94.6349 53.2121C94.5737 55.378 94.6523 53.5177 94.6523 53.5439L98.8969 49.2994L98.8881 49.3081Z" fill="var(--sapContent_Illustrative_Color2)"/>
62
+ <path d="M92.7948 52.0155C93.6389 52.0155 94.3232 51.3312 94.3232 50.4871C94.3232 49.643 93.6389 48.9587 92.7948 48.9587C91.9507 48.9587 91.2664 49.643 91.2664 50.4871C91.2664 51.3312 91.9507 52.0155 92.7948 52.0155Z" fill="var(--sapContent_Illustrative_Color17)"/>
63
+ <path d="M91.8603 50.4871C91.8603 49.7447 92.3931 49.1246 93.1005 48.9849C93.0044 48.9674 92.9083 48.9587 92.8035 48.9587C91.9564 48.9587 91.2751 49.6486 91.2751 50.4871C91.2751 51.3255 91.9651 52.0155 92.8035 52.0155C93.642 52.0155 93.0044 52.0067 93.1005 51.9893C92.3931 51.8495 91.8603 51.2294 91.8603 50.4871Z" fill="var(--sapContent_Illustrative_Color22)"/>
64
+ <path d="M121.677 96.4523V96.461C121.774 97.3623 121.531 98.2069 121.262 99.0593C121.301 97.847 121.212 96.6339 121.022 95.4304C120.856 95.1772 120.681 94.9326 120.507 94.6793C120.445 94.8977 120.393 95.116 120.332 95.3344L120.323 95.3431C120.236 95.6662 120.149 95.9807 120.026 96.2863C119.921 96.5483 119.79 96.8278 119.581 97.0287C119.066 97.509 118.428 97.1597 117.983 96.7667C116.961 95.8584 116.585 94.1641 115.135 93.8497C115.223 95.1422 115.476 96.4348 115.362 97.7274C115.319 98.2689 115.223 98.9064 114.821 99.3169C114.384 99.7623 113.773 99.6226 113.258 99.4217C112.542 99.151 111.878 98.7667 111.223 98.3824C110.969 98.2339 110.716 98.0855 110.463 97.937C110.044 97.6925 109.686 97.3256 109.345 96.9763C108.996 96.6269 108.646 96.2601 108.21 96.0156C107.817 95.7973 107.38 95.6662 106.978 95.4566C106.594 95.2558 106.306 94.9676 106.122 94.5745C105.956 94.2165 105.878 93.8235 105.886 93.4217C105.886 92.6095 106.183 91.8234 106.411 91.0549C106.594 90.4261 106.804 89.7448 106.707 89.0811C106.21 89.1597 105.694 89.1597 105.223 88.9501C104.419 88.6007 104.079 87.7361 103.843 86.9501C103.616 86.2077 103.459 85.4217 103.057 84.7579C102.664 85.1684 102.62 85.7798 102.673 86.3387C102.742 87.0287 102.952 87.6924 103.153 88.3475C103.371 89.0724 103.537 89.7972 103.659 90.5396C103.956 92.4173 103.983 94.3213 103.991 96.2165C104.026 96.2427 104.052 96.2776 104.087 96.3125C104.638 96.8977 106.035 97.9283 107.354 98.2165C108.673 98.5134 115.991 103.553 120.393 103.5C120.393 103.491 120.398 103.482 120.403 103.472C120.399 103.482 120.397 103.492 120.393 103.5C124.776 103.5 125.695 99.937 126.254 98.2165C126.446 97.6138 122.935 98.4173 121.677 96.4523ZM120.411 103.448C120.413 103.443 120.415 103.437 120.417 103.43C120.414 103.437 120.412 103.444 120.41 103.451C120.41 103.451 120.41 103.449 120.41 103.448H120.411Z" fill="var(--sapContent_Illustrative_Color22)"/>
65
+ <path d="M107.209 83.3026C107.209 83.3026 107.192 80.9954 105.367 84.4407C103.547 87.8921 105.693 90.7678 106.766 91.8197C107.838 92.8716 113.371 101.112 117.782 101.305C122.194 101.497 124.931 103.179 125.914 99.4573C125.914 99.4573 127.932 95.8212 126.235 92.7743C124.538 89.7275 122.671 84.4095 122.671 84.4095C122.671 84.4095 122.376 87.0556 114.253 87.554L111.84 87.7564C111.84 87.7564 112.774 86.681 110.95 85.1732C109.126 83.6653 107.379 82.9625 107.379 82.9625L107.209 83.3026Z" fill="var(--sapContent_Illustrative_Color13)"/>
66
+ <path d="M111.863 87.5831C111.907 87.6259 111.803 87.7319 111.81 87.8121C111.879 88.6143 112.302 89.5181 112.427 90.3136C112.637 91.5838 112.902 92.8473 113.192 94.0982C113.321 94.6405 113.462 95.1826 113.671 95.6932C113.785 95.9761 113.93 96.265 114.117 96.5102C114.109 96.3436 114.071 96.1834 114.02 96.0356C113.93 95.703 113.804 95.3831 113.745 95.044C113.673 94.6062 113.619 94.162 113.59 93.7176C113.561 93.2609 113.575 92.7976 113.54 92.3471C113.518 91.9953 113.471 91.6437 113.511 91.2913C113.534 91.1181 113.582 90.9571 113.661 90.8019C113.733 90.6654 113.849 90.4851 114.009 90.4465C114.139 90.4021 114.238 90.4752 114.362 90.474C114.399 90.4737 114.386 90.4985 114.404 90.4304C114.422 90.3129 114.383 90.1774 114.364 90.0602C114.344 89.9184 114.324 89.7765 114.353 89.6342C114.413 89.3866 114.558 89.0887 114.829 89.012C115.1 88.9353 115.41 89.0434 115.688 89.0346C116.083 89.0184 116.484 88.9466 116.866 88.8688C117.248 88.791 117.636 88.7317 118.025 88.66C118.703 88.5299 119.374 88.3567 119.995 88.0604C120.659 87.7329 121.217 87.252 121.755 86.7527C122.214 86.3221 122.654 85.8608 122.989 85.3327C122.78 84.7727 122.665 84.4279 122.665 84.4279C122.665 84.4279 122.37 87.0741 114.247 87.5725L111.863 87.5831Z" fill="var(--sapContent_Illustrative_Color22)"/>
67
+ <path d="M98.7062 57.7951L95.3052 57.455L96.1554 58.3053L98.026 59.6657L98.7062 57.7951Z" fill="var(--sapContent_Illustrative_Color3)"/>
68
+ <defs>
69
+ <clipPath id="clip0_396_4314">
70
+ <rect width="8" height="13.5" fill="var(--sapContent_Illustrative_Color8)" transform="translate(97.179 108.5)"/>
71
+ </clipPath>
72
+ </defs>
73
+ </svg>
@@ -0,0 +1,60 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-NoTasks">
2
+ <rect y="51.5" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <path d="M103.277 115.853C118.116 113.524 129.793 109.388 129.358 106.616C128.923 103.844 115.886 99.9052 101.047 102.234C86.2076 104.563 75.1855 112.278 75.6206 115.05C76.0557 117.823 88.438 118.182 103.277 115.853Z" fill="var(--sapContent_Illustrative_Color21)"/>
4
+ <path d="M47.446 75.8269C42.4099 72.0946 37.3737 68.3623 32.3376 64.6341C32.1094 64.4671 31.8894 64.846 32.1135 65.0131C37.1496 68.7454 42.1858 72.4776 47.2219 76.2059C47.4501 76.3729 47.6701 75.994 47.446 75.8269Z" fill="var(--sapContent_Illustrative_Color30)"/>
5
+ <path d="M46.9 75.3543C46.3499 74.1483 45.7999 72.9381 45.2498 71.7321C43.9337 68.8473 42.6217 65.9666 41.3056 63.0818L36.5384 52.6184C35.1571 49.5869 33.7759 46.5595 32.3946 43.528L31.0296 40.5332L30.6059 39.6083C30.5366 39.4576 30.4836 39.2457 30.3818 39.1153C30.3695 39.099 30.3614 39.0746 30.3532 39.0542C30.3084 38.9564 30.1414 39.0012 30.1495 39.1072C30.4266 42.0571 30.7077 45.0071 30.9848 47.9611C31.4249 52.6265 31.869 57.2919 32.309 61.9572C32.4109 63.037 32.5128 64.1167 32.6146 65.1965C32.6268 65.335 32.8469 65.3391 32.8346 65.1965C32.5576 62.2465 32.2764 59.2965 31.9994 56.3425C31.5593 51.6771 31.1193 47.0118 30.6751 42.3464C30.5733 41.2667 30.4714 40.1869 30.3695 39.1072L30.1658 39.1642C30.7159 40.3703 31.2659 41.5804 31.816 42.7865C33.1321 45.6713 34.4441 48.552 35.7602 51.4367L40.5274 61.9002C41.9087 64.9316 43.2899 67.959 44.6712 70.9905L46.0362 73.9853L46.4599 74.9102C46.5292 75.061 46.5822 75.2729 46.684 75.4032C46.6963 75.4195 46.7044 75.444 46.7126 75.4644C46.7696 75.5947 46.9611 75.4807 46.9041 75.3543H46.9Z" fill="var(--sapContent_Illustrative_Color30)"/>
6
+ <path d="M36.2573 51.5549C34.5501 51.1638 32.8469 50.7726 31.1397 50.3774C30.883 50.3203 30.773 50.7115 31.0296 50.7726C32.7369 51.1638 34.44 51.5549 36.1473 51.9501C36.404 52.0072 36.514 51.616 36.2573 51.5549Z" fill="var(--sapContent_Illustrative_Color30)"/>
7
+ <rect x="30.293" y="39.1694" width="0.149995" height="29.7209" transform="rotate(-11.3292 30.293 39.1694)" fill="var(--sapContent_Illustrative_Color30)"/>
8
+ <rect width="0.149995" height="32.0191" transform="matrix(-0.959409 0.282019 0.282019 0.959409 30.4229 39.5327)" fill="var(--sapContent_Illustrative_Color30)"/>
9
+ <rect width="0.149995" height="34.6179" transform="matrix(-0.934726 0.35537 0.35537 0.934726 30.5913 40.0946)" fill="var(--sapContent_Illustrative_Color30)"/>
10
+ <path d="M41.212 61.9898L31.8364 58.066C31.6123 57.9723 31.5105 58.339 31.7346 58.4327C34.8597 59.7406 37.9849 61.0485 41.1101 62.3565C41.3342 62.4502 41.4361 62.0835 41.212 61.9898Z" fill="var(--sapContent_Illustrative_Color30)"/>
11
+ <path d="M112.28 66.9771C116.607 71.5121 120.935 76.043 125.262 80.578C125.457 80.7817 125.767 80.472 125.571 80.2683C121.244 75.7333 116.917 71.2024 112.59 66.6675C112.394 66.4637 112.085 66.7734 112.28 66.9771Z" fill="var(--sapContent_Illustrative_Color30)"/>
12
+ <path d="M112.961 67.3276C114.313 64.4428 115.666 61.558 117.019 58.6732C119.17 54.0812 121.322 49.4892 123.473 44.8972C123.962 43.8541 124.451 42.8069 124.944 41.7639L124.74 41.7068C124.744 42.9659 124.748 44.229 124.756 45.488L124.793 54.5702C124.809 58.2332 124.822 61.8962 124.838 65.5552C124.85 68.7211 124.862 71.887 124.875 75.0529L124.887 78.174C124.887 78.6345 124.793 79.2171 124.891 79.6735C124.895 79.6938 124.891 79.7183 124.891 79.7387C124.891 79.8813 125.111 79.8813 125.111 79.7387C125.107 78.4796 125.103 77.2165 125.095 75.9575L125.058 66.8753C125.042 63.2123 125.029 59.5493 125.013 55.8903C125.001 52.7244 124.989 49.5585 124.977 46.3926L124.964 43.2714C124.964 42.811 125.058 42.2284 124.96 41.772C124.956 41.7516 124.96 41.7272 124.96 41.7068C124.96 41.605 124.801 41.5479 124.756 41.6498C123.404 44.5346 122.051 47.4193 120.698 50.3041C118.547 54.8961 116.396 59.4882 114.244 64.0802C113.755 65.1233 113.266 66.1704 112.773 67.2135C112.712 67.3398 112.904 67.4539 112.965 67.3235L112.961 67.3276Z" fill="var(--sapContent_Illustrative_Color30)"/>
13
+ <path d="M125.47 54.0405C123.644 53.1808 121.819 52.317 119.989 51.4572C119.733 51.3391 119.513 51.718 119.765 51.8362C121.591 52.6959 123.416 53.5597 125.245 54.4194C125.502 54.5376 125.722 54.1587 125.47 54.0405Z" fill="var(--sapContent_Illustrative_Color30)"/>
14
+ <path d="M125.449 66.04C122.259 63.6849 119.072 61.3298 115.882 58.9747C115.654 58.8077 115.434 59.1866 115.658 59.3536C118.848 61.7087 122.035 64.0638 125.225 66.4189C125.453 66.586 125.673 66.207 125.449 66.04Z" fill="var(--sapContent_Illustrative_Color30)"/>
15
+ <rect width="0.149995" height="34.3019" transform="matrix(-0.996046 -0.0888429 -0.0888429 0.996046 124.849 42.5636)" fill="var(--sapContent_Illustrative_Color30)"/>
16
+ <rect x="124.68" y="42.092" width="0.149995" height="32.3082" transform="rotate(10.0288 124.68 42.092)" fill="var(--sapContent_Illustrative_Color30)"/>
17
+ <rect x="124.576" y="42.1367" width="0.149995" height="29.3761" transform="rotate(18.3082 124.576 42.1367)" fill="var(--sapContent_Illustrative_Color30)"/>
18
+ <path d="M124.61 80.5249L95.9454 92.7608L86.525 93.6816L74.7292 93.046C74.7292 93.046 107.273 80.0726 111.901 67.193L124.61 80.5249Z" fill="var(--sapContent_Illustrative_Color15)"/>
19
+ <path d="M36.954 68.0039L36.3673 68.7699C37.0274 69.2711 37.7119 69.7885 38.4005 70.3142L38.9872 69.5482C38.2986 69.0266 37.61 68.5051 36.954 68.0039ZM33.291 65.2291L32.7043 65.9951C33.2829 66.4352 33.9755 66.9608 34.7375 67.5394L35.3242 66.7734C34.5623 66.1948 33.8696 65.6692 33.291 65.2291ZM46.3133 75.1018C45.7632 74.6862 45.0665 74.1565 44.2801 73.5575L43.6933 74.3235C44.4838 74.9225 45.1806 75.4481 45.7265 75.8678L46.3133 75.1018ZM40.613 70.7827L40.0262 71.5488C40.723 72.0784 41.4075 72.5959 42.0594 73.093L42.6462 72.327C41.9943 71.8299 41.3097 71.3124 40.613 70.7827Z" fill="var(--sapContent_Illustrative_Color16)"/>
20
+ <path d="M123.587 77.1064L122.32 78.2188L124.076 80.0768L125.343 78.9644L123.587 77.1064Z" fill="var(--sapContent_Illustrative_Color16)"/>
21
+ <path d="M123.261 76.7642L122.059 77.9417L123.815 79.7997L125.017 78.6222L123.261 76.7642Z" fill="var(--sapContent_Illustrative_Color15)"/>
22
+ <path d="M120.458 73.7734L119.191 74.8858L120.947 76.7438L122.214 75.6314L120.458 73.7734Z" fill="var(--sapContent_Illustrative_Color16)"/>
23
+ <path d="M120.132 73.427L118.93 74.6045L120.686 76.4625L121.888 75.285L120.132 73.427Z" fill="var(--sapContent_Illustrative_Color15)"/>
24
+ <path d="M117.231 70.3915L115.964 71.5038L117.72 73.3618L118.987 72.2495L117.231 70.3915Z" fill="var(--sapContent_Illustrative_Color16)"/>
25
+ <path d="M116.901 70.0452L115.699 71.2268L117.459 73.0848L118.661 71.9032L116.901 70.0452Z" fill="var(--sapContent_Illustrative_Color15)"/>
26
+ <path d="M114.126 67.0994L112.859 68.2117L114.615 70.0697L115.882 68.9574L114.126 67.0994Z" fill="var(--sapContent_Illustrative_Color16)"/>
27
+ <path d="M113.8 66.7529L112.594 67.9305L114.354 69.7885L115.556 68.6109L113.8 66.7529Z" fill="var(--sapContent_Illustrative_Color15)"/>
28
+ <path d="M109.33 71.5649L119.883 82.9207L114.077 86.5348L105.785 75.2565L109.33 71.5649Z" fill="var(--sapContent_Illustrative_Color16)"/>
29
+ <path d="M91.663 84.9052L95.1997 94.1951L84.8463 96.9047L84.4551 88.666L91.663 84.9052Z" fill="var(--sapContent_Illustrative_Color16)"/>
30
+ <path d="M101.646 78.5935L109.758 89.6315L100.46 93.6816L96.418 82.1058L101.646 78.5935Z" fill="var(--sapContent_Illustrative_Color16)"/>
31
+ <path d="M92.7101 89.0284C94.6415 90.0919 100.411 90.2263 100.411 90.2263C100.505 90.2263 100.603 90.2304 100.68 90.2345L112.195 89.114C112.83 89.0529 113.295 88.4702 113.197 87.8387C113.168 87.6512 113.136 87.4557 113.099 87.2601C112.932 86.3311 112.696 85.3695 112.59 84.9498C112.553 84.8072 112.533 84.7257 112.533 84.7257C112.533 84.7257 112.667 84.4853 112.847 84.1593C112.993 83.8904 113.315 83.1896 113.47 82.8922C113.808 82.2321 114.122 80.9119 114.049 80.2518C114.04 80.1867 113.963 80.0359 113.963 80.0359C113.759 79.6407 113.368 79.3799 112.92 79.384H112.912C111.551 79.4125 110.117 79.5795 104.502 79.0091C100.085 78.5568 97.0332 77.9131 95.929 77.6564C95.6805 77.5993 95.4238 77.6278 95.1956 77.7379C95.1956 77.7379 94.7881 77.9008 94.6741 77.9864C94.5681 78.0638 94.4907 78.076 94.4051 78.2472C94.397 78.2635 94.3685 78.3816 94.3685 78.3898C94.3318 78.5039 94.3236 78.6343 94.3155 78.6954C94.2136 79.388 94.2096 80.0318 94.1403 80.7978C94.071 81.6005 94.0221 82.3136 93.9977 82.6762C93.9895 82.831 93.9488 82.9777 93.8754 83.1163C93.7777 83.2996 93.6106 83.65 93.3498 84.2979C93.3295 84.3508 93.305 84.4079 93.2846 84.4649C93.195 84.685 93.0972 84.9417 92.9994 85.2146C92.7916 85.781 92.3719 86.7059 92.103 87.7775C92.0663 87.9202 92.0175 88.132 92.0949 88.3724C92.1315 88.4865 92.2456 88.7717 92.7142 89.0284H92.7101Z" fill="var(--sapContent_Illustrative_Color25)"/>
32
+ <path d="M94.2747 79.0337C94.2747 79.0744 94.2299 79.4208 94.2299 79.4615C94.2217 79.5675 94.1973 80.0768 94.1891 80.1827C100.708 80.8591 107.232 81.5355 113.751 82.2159C113.763 82.1589 113.828 82.0081 113.845 81.947C113.89 81.7555 113.959 81.4784 113.963 81.454C113.991 81.3236 113.979 81.3317 114.028 81.0261C107.468 80.3661 100.835 79.6978 94.2747 79.0378V79.0337Z" fill="var(--sapContent_Illustrative_Color1)"/>
33
+ <path d="M94.1321 80.9446L94.0425 82.0895L112.989 83.9149C113.005 83.8783 113.25 83.4667 113.266 83.4341C113.287 83.3934 113.454 82.933 113.474 82.8922C107.032 82.2444 100.574 81.5965 94.1321 80.9446Z" fill="var(--sapContent_Illustrative_Color1)"/>
34
+ <path d="M90.1554 93.0542C90.1472 92.8546 89.9802 92.8097 89.8009 92.3412C89.8009 92.3412 89.8009 92.3412 89.8009 92.3371C89.6705 91.9908 89.5279 91.5303 89.4505 90.9518C89.4219 90.7602 89.4016 90.5565 89.3934 90.3365C89.369 89.9413 89.3771 89.5053 89.426 89.0286C89.4382 88.9063 89.4545 88.7841 89.4749 88.6537C89.5075 88.4337 89.5564 88.2055 89.6094 87.9733C89.7683 87.3132 89.9924 86.6287 90.2491 85.9808C90.3469 85.7323 90.4487 85.4919 90.5506 85.2596C91.1699 83.8498 91.8422 82.7619 91.9971 82.7701C92.0378 82.7701 92.1682 82.7945 92.3597 82.823C93.1094 82.9493 94.8207 83.2753 95.9494 83.4546C96.4587 83.5361 96.8458 83.589 96.9843 83.585C97.5018 83.5646 100.602 82.5949 101.018 82.7578C101.263 82.8556 101.193 84.6158 100.928 86.4453C100.884 86.7346 100.839 87.0239 100.79 87.3132C100.651 88.0792 100.484 88.8167 100.289 89.3953C100.244 89.542 100.195 89.6764 100.146 89.8027C100.057 90.0268 99.9587 90.2469 99.8691 90.4628C99.6857 90.8743 99.5024 91.2614 99.3272 91.6118C99.2579 91.7504 99.1927 91.8767 99.1316 92.003C98.6752 92.8872 98.3208 93.4698 98.3208 93.4698" fill="var(--sapContent_Illustrative_Color24)"/>
35
+ <path d="M97.0291 93.6368C97.0291 93.6368 93.3254 93.4983 92.16 93.3434C90.9947 93.1927 90.6688 93.1764 90.6688 93.1764" fill="var(--sapContent_Illustrative_Color24)"/>
36
+ <path d="M90.1554 93.0543C90.1554 93.0543 89.9802 92.8098 89.8009 92.3413C90.0169 92.6835 90.2736 92.9362 90.3836 92.8791C90.4977 92.8221 94.0018 92.3453 95.5175 92.6591C97.0373 92.9688 96.5606 93.0054 97.1758 92.9606C97.787 92.9117 98.2311 92.5246 98.9768 91.673C99.7265 90.8174 100.346 87.0607 100.407 86.8121C100.468 86.5636 100.354 85.8546 100.419 85.1538C100.484 84.4529 101.01 82.7579 101.01 82.7579C101.254 82.8557 101.185 84.6159 100.92 86.4454C100.876 86.7347 100.831 87.024 100.782 87.3133C100.643 88.0793 100.476 88.8168 100.281 89.3954C100.236 89.5421 100.187 89.6765 100.138 89.8028C100.048 90.0269 99.9506 90.247 99.861 90.4629C99.6776 90.8744 99.4943 91.2615 99.319 91.6119C99.2457 91.7545 99.2457 91.7586 99.1235 92.0031C98.5123 93.2132 98.4797 93.3355 98.3126 93.4699C98.1456 93.6044 97.7829 93.7918 97.0373 93.637C94.2381 93.531 92.8853 93.421 92.1682 93.3436C92.0501 93.3314 90.6769 93.1766 90.6769 93.1766" fill="var(--sapContent_Illustrative_Color1)"/>
37
+ <path d="M92.4412 86.7996C92.745 86.7996 92.9913 86.5533 92.9913 86.2495C92.9913 85.9457 92.745 85.6995 92.4412 85.6995C92.1374 85.6995 91.8912 85.9457 91.8912 86.2495C91.8912 86.5533 92.1374 86.7996 92.4412 86.7996Z" fill="var(--sapContent_Illustrative_Color11)"/>
38
+ <path d="M92.1275 84.5995C92.4313 84.5995 92.6775 84.3532 92.6775 84.0495C92.6775 83.7457 92.4313 83.4994 92.1275 83.4994C91.8237 83.4994 91.5774 83.7457 91.5774 84.0495C91.5774 84.3532 91.8237 84.5995 92.1275 84.5995Z" fill="var(--sapContent_Illustrative_Color11)"/>
39
+ <path d="M94.291 88.3033C94.5948 88.3033 94.8411 88.057 94.8411 87.7532C94.8411 87.4494 94.5948 87.2031 94.291 87.2031C93.9872 87.2031 93.741 87.4494 93.741 87.7532C93.741 88.057 93.9872 88.3033 94.291 88.3033Z" fill="var(--sapContent_Illustrative_Color11)"/>
40
+ <path d="M90.7584 91.5629C91.0622 91.5629 91.3084 91.3166 91.3084 91.0128C91.3084 90.709 91.0622 90.4628 90.7584 90.4628C90.4546 90.4628 90.2083 90.709 90.2083 91.0128C90.2083 91.3166 90.4546 91.5629 90.7584 91.5629Z" fill="var(--sapContent_Illustrative_Color11)"/>
41
+ <path d="M92.5878 89.8515C92.8916 89.8515 93.1379 89.6052 93.1379 89.3014C93.1379 88.9976 92.8916 88.7513 92.5878 88.7513C92.2841 88.7513 92.0378 88.9976 92.0378 89.3014C92.0378 89.6052 92.2841 89.8515 92.5878 89.8515Z" fill="var(--sapContent_Illustrative_Color11)"/>
42
+ <path d="M94.6618 91.3794C94.9656 91.3794 95.2119 91.1332 95.2119 90.8294C95.2119 90.5256 94.9656 90.2793 94.6618 90.2793C94.358 90.2793 94.1118 90.5256 94.1118 90.8294C94.1118 91.1332 94.358 91.3794 94.6618 91.3794Z" fill="var(--sapContent_Illustrative_Color11)"/>
43
+ <path d="M90.8317 88.674C91.1355 88.674 91.3818 88.4277 91.3818 88.1239C91.3818 87.8201 91.1355 87.5739 90.8317 87.5739C90.5279 87.5739 90.2817 87.8201 90.2817 88.1239C90.2817 88.4277 90.5279 88.674 90.8317 88.674Z" fill="var(--sapContent_Illustrative_Color11)"/>
44
+ <path d="M95.8353 85.9645C96.1391 85.9645 96.3853 85.7182 96.3853 85.4144C96.3853 85.1107 96.1391 84.8644 95.8353 84.8644C95.5315 84.8644 95.2852 85.1107 95.2852 85.4144C95.2852 85.7182 95.5315 85.9645 95.8353 85.9645Z" fill="var(--sapContent_Illustrative_Color11)"/>
45
+ <path d="M97.0087 87.9202C97.3125 87.9202 97.5588 87.6739 97.5588 87.3701C97.5588 87.0663 97.3125 86.8201 97.0087 86.8201C96.7049 86.8201 96.4587 87.0663 96.4587 87.3701C96.4587 87.6739 96.7049 87.9202 97.0087 87.9202Z" fill="var(--sapContent_Illustrative_Color11)"/>
46
+ <path d="M96.4424 90.0472C96.7462 90.0472 96.9925 89.8009 96.9925 89.4971C96.9925 89.1933 96.7462 88.947 96.4424 88.947C96.1386 88.947 95.8923 89.1933 95.8923 89.4971C95.8923 89.8009 96.1386 90.0472 96.4424 90.0472Z" fill="var(--sapContent_Illustrative_Color11)"/>
47
+ <path d="M92.5675 92.6916C92.8713 92.6916 93.1175 92.4453 93.1175 92.1415C93.1175 91.8377 92.8713 91.5914 92.5675 91.5914C92.2637 91.5914 92.0174 91.8377 92.0174 92.1415C92.0174 92.4453 92.2637 92.6916 92.5675 92.6916Z" fill="var(--sapContent_Illustrative_Color11)"/>
48
+ <path d="M97.1392 92.0804C97.443 92.0804 97.6892 91.8341 97.6892 91.5303C97.6892 91.2265 97.443 90.9802 97.1392 90.9802C96.8354 90.9802 96.5891 91.2265 96.5891 91.5303C96.5891 91.8341 96.8354 92.0804 97.1392 92.0804Z" fill="var(--sapContent_Illustrative_Color11)"/>
49
+ <path d="M98.9238 89.6316C99.2276 89.6316 99.4739 89.3853 99.4739 89.0816C99.4739 88.7778 99.2276 88.5315 98.9238 88.5315C98.62 88.5315 98.3738 88.7778 98.3738 89.0816C98.3738 89.3853 98.62 89.6316 98.9238 89.6316Z" fill="var(--sapContent_Illustrative_Color11)"/>
50
+ <path d="M98.5774 85.2392C98.8812 85.2392 99.1275 84.9929 99.1275 84.6891C99.1275 84.3853 98.8812 84.139 98.5774 84.139C98.2736 84.139 98.0273 84.3853 98.0273 84.6891C98.0273 84.9929 98.2736 85.2392 98.5774 85.2392Z" fill="var(--sapContent_Illustrative_Color11)"/>
51
+ <path d="M99.2864 87.0686C99.5902 87.0686 99.8365 86.8224 99.8365 86.5186C99.8365 86.2148 99.5902 85.9685 99.2864 85.9685C98.9827 85.9685 98.7364 86.2148 98.7364 86.5186C98.7364 86.8224 98.9827 87.0686 99.2864 87.0686Z" fill="var(--sapContent_Illustrative_Color11)"/>
52
+ <path d="M96.3772 92.8749C96.3772 92.8749 92.4412 93.6979 91.174 93.8406C89.9068 93.9872 89.5564 94.0524 89.5564 94.0524" fill="var(--sapContent_Illustrative_Color24)"/>
53
+ <path d="M32.7328 65.3351L47.2015 75.9982C47.2015 75.9982 71.3269 89.8516 75.8089 91.7137C80.295 93.5758 92.9546 92.0601 95.6601 91.2166C98.3697 90.3691 124.606 80.5332 124.606 80.5332C124.606 80.5332 124.724 80.4557 118.404 85.716C110.08 92.6386 98.4471 97.2551 91.1129 99.3372C86.8061 100.56 78.5715 102.055 73.409 102.055C68.2466 102.055 59.4822 97.907 55.917 94.79C48.8599 88.613 32.7328 65.3351 32.7328 65.3351Z" fill="var(--sapContent_Illustrative_Color16)"/>
54
+ <path d="M42.6502 79.0417L56.6789 81.3846L64.2535 85.6262L49.4262 87.7083L42.6502 79.0417Z" fill="var(--sapContent_Illustrative_Color15)"/>
55
+ <path d="M55.917 94.7777C56.6504 95.3278 57.2453 95.886 58.3251 96.5746C58.9118 96.9494 60.5131 97.854 62.1144 98.6608C65.5655 100.401 69.0452 101.391 69.0452 101.391C72.8508 98.4815 76.2082 95.4174 80.0139 92.5082C78.5267 92.0844 76.9213 91.73 75.4341 91.3103C74.1995 90.9599 73.4172 90.2753 72.1826 89.9249" fill="var(--sapContent_Illustrative_Color15)"/>
56
+ <path d="M80.4579 101.464L91.1007 92.3004L97.9378 90.418L94.4051 98.3104C94.4051 98.3104 94.1688 98.3756 93.8102 98.4734C92.7875 98.7586 92.2578 99.0479 91.936 99.1375C88.1425 100.197 87.9633 100.107 87.7106 100.164C87.0465 100.315 85.6897 100.645 83.6157 101C83.2205 101.069 82.809 101.126 81.3951 101.379C81.1221 101.427 80.6046 101.431 80.4579 101.46V101.464Z" fill="var(--sapContent_Illustrative_Color15)"/>
57
+ <path d="M106.254 87.3335L103.532 94.7329C103.553 94.7206 107.444 92.8301 107.464 92.8219C107.476 92.8138 110.65 91.0699 110.663 91.0617C110.813 89.2322 110.968 87.3987 111.119 85.5692L106.254 87.3376V87.3335Z" fill="var(--sapContent_Illustrative_Color15)"/>
58
+ <path d="M117.679 83.1164L115.727 87.7777C116.139 87.4558 116.86 86.9384 117.284 86.6083C118.359 85.773 118.449 85.6589 118.669 85.4837C119.252 85.0233 120.075 84.3551 121.065 83.4872V81.8492L117.675 83.1124L117.679 83.1164Z" fill="var(--sapContent_Illustrative_Color15)"/>
59
+ <path d="M40.287 75.8677C40.287 75.8677 60.6883 89.5093 65.0725 91.4977C68.0184 92.8341 72.1051 95.943 78.6692 96.9087C79.9283 97.0921 98.0274 97.0269 98.0274 97.0269C96.6013 97.0472 90.734 100.963 74.228 102.096C71.1313 102.307 70.2757 101.77 68.817 101.464C64.4694 100.564 59.8611 97.7114 58.325 96.5746C56.6911 95.3685 55.318 94.3214 52.6695 91.4936C51.2557 89.986 49.907 88.5151 49.1614 87.7043C48.5054 86.9912 41.4075 77.2775 40.2911 75.8636L40.287 75.8677Z" fill="var(--sapContent_Illustrative_Color16)"/>
60
+ </svg>
@@ -0,0 +1,62 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-NoTasks_v1">
2
+ <mask id="mask0_396_4982" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="6" width="148" height="148">
3
+ <circle cx="73.9925" cy="79.9925" r="73.9925" fill="var(--sapContent_Illustrative_Color7)"/>
4
+ </mask>
5
+ <g mask="url(#mask0_396_4982)">
6
+ <path d="M238.206 -30.9962H-31.0275C-32.7824 -30.9978 -34.5205 -30.6536 -36.1423 -29.9831C-37.7641 -29.3126 -39.2379 -28.3291 -40.4793 -27.0888C-41.7208 -25.8484 -42.7057 -24.3756 -43.3777 -22.7544C-44.0496 -21.1332 -44.3955 -19.3955 -44.3955 -17.6406V140.617C-44.3955 144.162 -42.9871 147.563 -40.4801 150.07C-37.9731 152.577 -34.5729 153.985 -31.0275 153.985H238.206C241.752 153.985 245.152 152.577 247.659 150.07C250.166 147.563 251.574 144.162 251.574 140.617V-17.6406C251.574 -19.3955 251.229 -21.1332 250.557 -22.7544C249.885 -24.3756 248.9 -25.8484 247.658 -27.0888C246.417 -28.3291 244.943 -29.3126 243.321 -29.9831C241.699 -30.6536 239.961 -30.9978 238.206 -30.9962Z" fill="var(--sapContent_Illustrative_Color7)"/>
7
+ <rect x="-14.7985" y="141.961" width="80.1396" height="12.0238" rx="4" fill="var(--sapContent_Illustrative_Color19)"/>
8
+ <rect x="58.5208" y="141.961" width="177.33" height="12.0238" rx="4" fill="var(--sapContent_Illustrative_Color18)"/>
9
+ <rect x="22.9725" y="43.1465" width="45" height="57" rx="5" fill="var(--sapContent_Illustrative_Color19)"/>
10
+ <rect x="22.9725" y="39.582" width="45" height="57" rx="5" fill="var(--sapContent_Illustrative_Color18)"/>
11
+ <rect x="25.9725" y="42.582" width="39" height="51" rx="3" fill="var(--sapContent_Illustrative_Color7)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M62.9725 93.4113V42.7527C64.1377 43.1645 64.9725 44.2758 64.9725 45.582V90.582C64.9725 91.8882 64.1377 92.9994 62.9725 93.4113Z" fill="var(--sapContent_Illustrative_Color19)"/>
13
+ <mask id="mask1_396_4982" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="25" y="42" width="40" height="52">
14
+ <rect x="25.9725" y="42.582" width="39" height="51" rx="3" fill="var(--sapContent_Illustrative_Color7)"/>
15
+ </mask>
16
+ <g mask="url(#mask1_396_4982)">
17
+ <path d="M50.0459 80.4045L35.9112 83.1709L34.1175 80.2501C33.0111 78.4451 32.312 76.4213 32.0688 74.3194C31.8256 72.2176 32.0442 70.0881 32.7092 68.079C33.3743 66.07 34.47 64.2295 35.92 62.6857C37.37 61.1419 39.1397 59.9317 41.1059 59.1393L45.4196 57.4032C50.8954 55.1976 56.4722 60.3587 54.6722 65.9704L50.0459 80.4045Z" fill="var(--sapContent_Illustrative_Color19)"/>
18
+ <path d="M47.5259 101.887L42.7322 100.075C42.2287 99.8846 41.7768 99.579 41.4128 99.1829C41.0487 98.7868 40.7825 98.3113 40.6354 97.7942L36.5996 83.6752C36.5124 83.3716 36.5135 83.0494 36.6028 82.7464C36.692 82.4433 36.8657 82.1718 37.1037 81.9635C37.3416 81.7551 37.634 81.6185 37.9467 81.5696C38.2595 81.5206 38.5797 81.5614 38.8701 81.687L50.068 86.5236L51.1354 99.1712C51.1733 99.6201 51.0965 100.071 50.9123 100.483C50.728 100.894 50.4423 101.252 50.0819 101.523C49.7214 101.794 49.2979 101.97 48.8509 102.034C48.4039 102.097 47.9481 102.047 47.5259 101.887Z" fill="var(--sapContent_Illustrative_Color18)"/>
19
+ <path d="M50.548 92.2232L50.308 89.3528C49.3534 88.7026 48.3305 88.1585 47.2575 87.7301C44.267 86.5138 41.5322 86.2964 41.147 87.2417C40.7617 88.187 42.8712 89.9357 45.8585 91.1519C47.6743 91.8892 49.3891 92.2579 50.548 92.2232Z" fill="var(--sapContent_Illustrative_Color19)"/>
20
+ <path d="M44.6313 67.6393L49.645 67.9111C50.4875 67.9551 51.3131 68.1645 52.0745 68.5273C52.8359 68.89 53.5181 69.3991 54.0821 70.0252C54.6461 70.6514 55.0808 71.3823 55.3613 72.1763C55.6418 72.9703 55.7626 73.8116 55.7168 74.6523L55.2231 83.7197C55.1307 85.4152 54.3671 87.0048 53.1002 88.1386C51.8333 89.2724 50.1669 89.8576 48.4675 89.7654L46.3265 89.6494C43.8653 89.5159 41.558 88.4124 39.9122 86.5816C38.2664 84.7508 37.417 82.3427 37.5507 79.8869L37.8884 73.6857C37.9806 71.9924 38.7424 70.4047 40.0065 69.2711C41.2707 68.1375 42.9339 67.5506 44.6313 67.6393Z" fill="var(--sapContent_Illustrative_Color18)"/>
21
+ <path d="M52.0165 76.3305L50.5259 80.2281C50.5171 80.2509 50.514 80.2754 50.517 80.2996C50.5199 80.3238 50.5288 80.347 50.5429 80.3669C50.5569 80.3869 50.5757 80.403 50.5976 80.414C50.6194 80.425 50.6436 80.4304 50.668 80.4298H53.1407C53.1635 80.43 53.1862 80.425 53.2068 80.4151C53.2274 80.4052 53.2454 80.3907 53.2595 80.3727C53.2736 80.3547 53.2833 80.3338 53.2878 80.3114C53.2924 80.289 53.2918 80.2659 53.2859 80.2439L52.3038 76.3494C52.2959 76.3186 52.2784 76.291 52.2538 76.2707C52.2292 76.2503 52.1989 76.2383 52.167 76.2362C52.1352 76.2341 52.1035 76.2421 52.0764 76.259C52.0494 76.2759 52.0284 76.301 52.0165 76.3305Z" fill="var(--sapContent_Illustrative_Color19)"/>
22
+ <path d="M32.966 72.0503L35.3942 71.3547C35.4387 71.3388 35.486 71.3322 35.5332 71.3355C35.5803 71.3388 35.6262 71.3518 35.6681 71.3737C35.7099 71.3956 35.7467 71.426 35.7761 71.4628C35.8056 71.4997 35.8271 71.5423 35.8392 71.5878L38.3159 80.1949C38.527 80.9282 38.4374 81.7151 38.0669 82.3825C37.6964 83.05 37.0754 83.5432 36.3404 83.7538C36.2535 83.7787 36.1602 83.7681 36.0811 83.7244C36.0019 83.6807 35.9435 83.6074 35.9185 83.5206L32.7402 72.4757C32.727 72.4329 32.7224 72.388 32.7266 72.3435C32.7308 72.299 32.7438 72.2558 32.7648 72.2163C32.7858 72.1768 32.8143 72.1418 32.8489 72.1134C32.8834 72.0849 32.9232 72.0635 32.966 72.0503Z" fill="var(--sapContent_Illustrative_Color19)"/>
23
+ <path d="M37.1521 79.1727L34.9921 78.2967L40.8658 70.7599L40.1521 74.6165C39.8753 76.123 39.2765 77.5523 38.3963 78.8072C38.2612 78.9999 38.0645 79.141 37.8384 79.2075C37.6123 79.2739 37.3703 79.2616 37.1521 79.1727Z" fill="var(--sapContent_Illustrative_Color19)"/>
24
+ <path d="M38.4539 81.2757C39.241 81.0807 39.588 79.7533 39.2289 78.3111C38.8698 76.8688 37.9407 75.8577 37.1536 76.0528C36.3666 76.2479 36.0196 77.5752 36.3787 79.0175C36.7377 80.4598 37.6669 81.4708 38.4539 81.2757Z" fill="var(--sapContent_Illustrative_Color18)"/>
25
+ <path d="M49.1535 72.2838C55.6638 71.3905 60.6156 68.3017 60.2136 65.3848C59.8115 62.4679 54.208 60.8274 47.6976 61.7207C41.1873 62.614 36.2355 65.7028 36.6375 68.6197C37.0395 71.5366 42.6431 73.1771 49.1535 72.2838Z" fill="var(--sapContent_Illustrative_Color19)"/>
26
+ <path d="M40.7622 70.7247L36.7528 69.0946L34.8891 73.6582L38.8985 75.2883L40.7622 70.7247Z" fill="var(--sapContent_Illustrative_Color19)"/>
27
+ <path d="M40.5329 62.9888C43.3121 60.1511 44.9442 57.2454 44.1783 56.4986C43.4124 55.7518 40.5386 57.4468 37.7594 60.2845C34.9802 63.1221 33.348 66.0279 34.1139 66.7746C34.8798 67.5214 37.7537 65.8264 40.5329 62.9888Z" fill="var(--sapContent_Illustrative_Color19)"/>
28
+ </g>
29
+ <g clip-path="url(#clip0_396_4982)">
30
+ <rect width="44.25" height="6.75" rx="3" transform="matrix(-1 0 0 1 52.4108 138.843)" fill="var(--sapContent_Illustrative_Color14)"/>
31
+ <path d="M41.138 143.707L38.1608 138.843H144.661V143.209C144.661 143.523 144.607 143.834 144.502 144.124C144.397 144.414 144.243 144.678 144.049 144.9C143.855 145.121 143.625 145.297 143.372 145.416C143.119 145.535 142.848 145.595 142.574 145.593H44.3027C43.6821 145.595 43.0703 145.424 42.5194 145.096C41.9684 144.767 41.4945 144.291 41.138 143.707Z" fill="var(--sapContent_Illustrative_Color13)"/>
32
+ <path d="M99.1002 70.5942H-2.92783C-3.28823 70.5841 -3.64616 70.6565 -3.97372 70.8057C-4.30129 70.9548 -4.58974 71.1768 -4.81663 71.4543C-5.04351 71.7317 -5.20274 72.0573 -5.28195 72.4056C-5.36117 72.7539 -5.35816 73.1156 -5.27329 73.4625L8.30693 136.961C8.42211 137.493 8.71768 137.97 9.14439 138.312C9.57111 138.654 10.1033 138.841 10.6524 138.843H111.508C111.864 138.851 112.218 138.779 112.543 138.632C112.867 138.485 113.153 138.266 113.379 137.993C113.605 137.72 113.766 137.399 113.848 137.055C113.93 136.711 113.932 136.354 113.853 136.009L101.446 72.5219C101.351 71.9766 101.062 71.4827 100.632 71.1293C100.202 70.7759 99.6589 70.5861 99.1002 70.5942Z" fill="var(--sapContent_Illustrative_Color2)"/>
33
+ <path d="M94.4539 80.6081C94.1 78.7153 92.4477 77.3433 90.5221 77.3433H63.6777C61.2767 77.3433 59.4167 79.4437 59.7071 81.827L63.3013 111.327C63.5458 113.334 65.2499 114.843 67.2719 114.843H96.0375C98.5412 114.843 100.43 112.569 99.9694 110.108L94.4539 80.6081Z" fill="var(--sapContent_Illustrative_Color13)"/>
34
+ <path d="M9.51492 84.8794L60.407 85.0552L79.4022 85.1255C79.9605 85.1174 80.5035 85.3089 80.9331 85.6655C81.3628 86.0222 81.651 86.5205 81.7458 87.0708L87.0074 114.657L89.8197 129.435C89.8962 129.782 89.8928 130.142 89.8098 130.487C89.7267 130.833 89.5663 131.155 89.3406 131.429C89.1148 131.703 88.8296 131.923 88.5066 132.071C88.1836 132.218 87.8312 132.291 87.4761 132.283H17.3544C16.7964 132.276 16.2579 132.076 15.8306 131.717C15.4033 131.358 15.1136 130.862 15.0107 130.314L7.17127 87.7154C7.10799 87.3706 7.1209 87.016 7.20918 86.6767C7.29747 86.3374 7.45896 86.0215 7.6823 85.7513C7.90564 85.481 8.18543 85.2629 8.50201 85.1123C8.8186 84.9617 9.16434 84.8822 9.51492 84.8794Z" fill="var(--sapContent_Illustrative_Color8)"/>
35
+ <path d="M31.1518 96.9037C31.2545 97.0035 31.3364 97.1226 31.393 97.2542C31.4495 97.3858 31.4794 97.5272 31.4811 97.6704C31.4801 97.8144 31.4504 97.9568 31.3939 98.0892C31.3373 98.2216 31.255 98.3415 31.1518 98.4419L23.8795 105.719C24.2136 105.864 24.5737 105.939 24.9379 105.94H30.7143C31.0433 105.949 31.3705 105.888 31.6738 105.76C31.9771 105.632 32.2494 105.441 32.4724 105.199C32.6953 104.957 32.8637 104.67 32.9662 104.357C33.0686 104.044 33.1028 103.713 33.0663 103.386L32.5206 97.1483C32.4546 96.4552 32.1346 95.811 31.6223 95.3395C31.11 94.868 30.4415 94.6025 29.7453 94.5941H23.9688C23.6401 94.5854 23.3132 94.6472 23.0103 94.7753C22.7074 94.9035 22.4354 95.0949 22.2126 95.3369C21.9898 95.5788 21.8214 95.8656 21.7187 96.1781C21.6159 96.4905 21.5812 96.8213 21.6169 97.1483L22.1625 103.386C22.1883 103.653 22.2533 103.914 22.3554 104.162L29.6324 96.9037C29.7314 96.8026 29.8496 96.7222 29.98 96.6674C30.1105 96.6125 30.2506 96.5843 30.3921 96.5843C30.5336 96.5843 30.6737 96.6125 30.8042 96.6674C30.9346 96.7222 31.0528 96.8026 31.1518 96.9037Z" fill="var(--sapContent_Illustrative_Color6)"/>
36
+ <path d="M31.0437 109.694H25.272C24.9432 109.685 24.6163 109.747 24.3134 109.875C24.0105 110.003 23.7385 110.195 23.5157 110.436C23.2929 110.678 23.1245 110.965 23.0217 111.278C22.919 111.59 22.8843 111.921 22.92 112.248L23.4657 118.485C23.4852 118.679 23.5246 118.869 23.5833 119.055L30.6392 111.999C30.7392 111.895 30.859 111.813 30.9916 111.756C31.1241 111.7 31.2666 111.671 31.4106 111.671C31.5546 111.671 31.6971 111.7 31.8296 111.756C31.9622 111.813 32.0821 111.895 32.1821 111.999C32.2847 112.099 32.3663 112.219 32.422 112.352C32.4777 112.484 32.5065 112.626 32.5066 112.77C32.5065 112.914 32.4777 113.056 32.422 113.188C32.3663 113.321 32.2847 113.441 32.1821 113.541L25.0179 120.706C25.4042 120.908 25.8333 121.014 26.2692 121.016H32.0456C32.3747 121.026 32.7019 120.964 33.0052 120.836C33.3084 120.708 33.5808 120.517 33.8037 120.275C34.0267 120.033 34.195 119.746 34.2975 119.433C34.3999 119.12 34.4341 118.789 34.3976 118.462L33.8519 112.224C33.7798 111.53 33.4528 110.887 32.9341 110.419C32.4155 109.952 31.7419 109.693 31.0437 109.694Z" fill="var(--sapContent_Illustrative_Color6)"/>
37
+ <path d="M40.9502 103.489H74.7574C75.1726 103.497 75.5848 103.416 75.9663 103.252C76.3478 103.088 76.69 102.845 76.97 102.538C77.25 102.232 77.4614 101.869 77.59 101.474C77.7187 101.079 77.7617 100.661 77.7161 100.248C77.6266 99.3696 77.2182 98.554 76.5681 97.956C75.9181 97.3579 75.0714 97.0188 74.1882 97.0026H40.3857C39.97 96.9955 39.5576 97.0769 39.1759 97.2414C38.7942 97.4059 38.4518 97.6498 38.1715 97.9568C37.8912 98.2637 37.6794 98.6268 37.5503 99.0219C37.4211 99.417 37.3774 99.8351 37.4222 100.248C37.5128 101.126 37.9217 101.941 38.5717 102.538C39.2216 103.135 40.0677 103.473 40.9502 103.489Z" fill="var(--sapContent_Illustrative_Color6)"/>
38
+ <path d="M42.0273 112.427C41.6121 112.42 41.2002 112.502 40.819 112.667C40.4379 112.832 40.0961 113.076 39.8163 113.383C39.5365 113.69 39.3252 114.053 39.1963 114.447C39.0673 114.842 39.0238 115.26 39.0686 115.673C39.1582 116.551 39.5668 117.366 40.217 117.963C40.8672 118.56 41.7138 118.899 42.5965 118.914H76.4038C76.819 118.921 77.2311 118.841 77.6127 118.677C77.9942 118.513 78.3364 118.269 78.6164 117.962C78.8964 117.656 79.1077 117.293 79.2364 116.898C79.3651 116.503 79.4081 116.085 79.3625 115.673C79.2729 114.794 78.8646 113.978 78.2145 113.38C77.5644 112.782 76.7177 112.443 75.8346 112.427H42.0273Z" fill="var(--sapContent_Illustrative_Color6)"/>
39
+ <path d="M21.3063 106.721C21.4066 106.825 21.5263 106.907 21.6587 106.965C21.7911 107.022 21.9335 107.053 22.0777 107.055C22.2221 107.054 22.3649 107.024 22.4974 106.966C22.6299 106.909 22.7495 106.825 22.8492 106.721L23.8794 105.695L31.1516 98.4184C31.2549 98.318 31.3372 98.1982 31.3937 98.0657C31.4503 97.9333 31.4799 97.791 31.481 97.647C31.4793 97.5038 31.4493 97.3623 31.3928 97.2307C31.3363 97.0991 31.2543 96.98 31.1516 96.8802C31.0523 96.7755 30.9327 96.692 30.8001 96.635C30.6674 96.578 30.5246 96.5486 30.3802 96.5486C30.2358 96.5486 30.093 96.578 29.9603 96.635C29.8277 96.692 29.7081 96.7755 29.6087 96.8802L22.3506 104.138L22.0777 104.411L19.5282 101.862C19.323 101.658 19.0457 101.544 18.7568 101.544C18.4678 101.544 18.1906 101.658 17.9853 101.862C17.8827 101.962 17.8011 102.082 17.7454 102.215C17.6897 102.347 17.6609 102.489 17.6608 102.633C17.661 102.776 17.6898 102.918 17.7456 103.049C17.8013 103.181 17.8828 103.3 17.9853 103.4L21.3063 106.721Z" fill="var(--sapContent_Illustrative_Color3)"/>
40
+ <path d="M32.5015 112.794C32.5014 112.65 32.4726 112.508 32.4169 112.375C32.3612 112.243 32.2796 112.123 32.177 112.022C32.0769 111.919 31.9571 111.836 31.8245 111.78C31.692 111.724 31.5495 111.695 31.4055 111.695C31.2615 111.695 31.119 111.724 30.9865 111.78C30.8539 111.836 30.7341 111.919 30.6341 112.022L23.5781 119.078L23.0795 119.577L20.53 117.027C20.3248 116.824 20.0475 116.71 19.7585 116.71C19.4696 116.71 19.1923 116.824 18.9871 117.027C18.8838 117.128 18.8015 117.247 18.745 117.38C18.6885 117.512 18.6589 117.655 18.6578 117.799C18.6589 117.943 18.6885 118.085 18.745 118.217C18.8015 118.35 18.8838 118.47 18.9871 118.57L22.3081 121.891C22.4083 121.995 22.5281 122.077 22.6606 122.134C22.7931 122.19 22.9355 122.22 23.0795 122.22C23.2235 122.219 23.3658 122.189 23.4982 122.133C23.6306 122.076 23.7504 121.994 23.851 121.891L24.9893 120.753L32.1534 113.589C32.2632 113.487 32.3508 113.364 32.4107 113.228C32.4706 113.091 32.5015 112.943 32.5015 112.794Z" fill="var(--sapContent_Illustrative_Color3)"/>
41
+ </g>
42
+ </g>
43
+ <path d="M103.398 67.6231C103.398 69.3371 104.787 70.7266 106.501 70.7266H127.032C127.211 70.7266 127.39 70.7111 127.567 70.6802L130.757 70.1217C131.399 70.0094 131.988 69.6983 132.443 69.2324L138.484 63.0437C139.049 62.4646 139.366 61.6877 139.366 60.8786L139.385 38.8953C139.387 37.1802 137.997 35.7891 136.282 35.7891H106.501C104.787 35.7891 103.398 37.1786 103.398 38.8926V67.6231Z" fill="var(--sapContent_Illustrative_Color1)"/>
44
+ <rect x="107.099" y="42.5514" width="28.5868" height="18.0981" rx="3.10358" fill="var(--sapContent_Illustrative_Color8)"/>
45
+ <path d="M127.268 48.2273C127.267 48.1083 127.243 47.9906 127.197 47.8811C127.15 47.7715 127.082 47.6722 126.997 47.5889C126.914 47.5025 126.815 47.4337 126.705 47.3867C126.595 47.3397 126.476 47.3154 126.357 47.3154C126.237 47.3154 126.118 47.3397 126.008 47.3867C125.898 47.4337 125.799 47.5025 125.716 47.5889L123.968 49.3373L121.791 51.5015L119.458 53.835L117.567 51.944L117.342 51.7191C117.23 51.6067 117.09 51.5259 116.937 51.4847C116.783 51.4436 116.621 51.4436 116.468 51.4848C116.315 51.526 116.175 51.6069 116.062 51.7193C115.95 51.8318 115.869 51.9718 115.829 52.1254C115.805 52.2039 115.793 52.2853 115.792 52.3672C115.793 52.4862 115.817 52.6039 115.864 52.7135C115.91 52.823 115.978 52.9223 116.063 53.0056L117.531 54.4734L118.82 55.7623C118.903 55.8479 119.002 55.9161 119.111 55.963C119.221 56.0099 119.339 56.0346 119.458 56.0355C119.578 56.0344 119.696 56.0096 119.806 55.9627C119.916 55.9158 120.015 55.8477 120.099 55.7623L121.835 54.0236L124.35 51.5088L126.814 49.0471L126.985 48.8754C127.073 48.7917 127.143 48.6912 127.192 48.5799C127.241 48.4686 127.266 48.3488 127.268 48.2273Z" fill="var(--sapContent_Illustrative_Color3)"/>
46
+ <path d="M139.388 61.4637C139.388 61.4637 138.732 71.0557 126.074 70.7267C126.074 70.7267 134.17 70.7843 133.704 64.415C133.704 64.415 136.97 63.761 139.388 61.4637Z" fill="var(--sapContent_Illustrative_Color16)"/>
47
+ <path d="M103.397 35.5775C103.397 33.8634 104.787 32.4739 106.501 32.4739H136.284C137.999 32.4739 139.388 33.8634 139.388 35.5775V39.055H103.397V35.5775Z" fill="var(--sapContent_Illustrative_Color16)"/>
48
+ <path d="M121.628 38.0145C122.068 37.9877 122.491 37.8328 122.844 37.5689C123.197 37.3049 123.465 36.9434 123.615 36.529C123.765 36.1145 123.79 35.6652 123.688 35.2365C123.586 34.8077 123.36 34.4183 123.039 34.1162C122.718 33.8141 122.316 33.6125 121.882 33.5362C121.448 33.46 121.001 33.5125 120.596 33.6872C120.192 33.8619 119.847 34.1512 119.605 34.5195C119.363 34.8878 119.233 35.3188 119.233 35.7596C119.255 36.3751 119.519 36.9572 119.967 37.3794C120.416 37.8016 121.013 38.0298 121.628 38.0145ZM122.126 34.0893C122.206 33.9691 122.55 34.0659 122.898 34.2998C123.245 34.5336 123.456 34.8242 123.375 34.9412C123.295 35.0581 122.948 34.9645 122.604 34.7307C122.26 34.4969 122.046 34.2062 122.126 34.0893Z" fill="var(--sapContent_Illustrative_Color3)"/>
49
+ <path d="M122.604 34.7308C122.938 34.9646 123.295 35.0648 123.375 34.9412C123.456 34.8176 123.242 34.537 122.898 34.2999C122.554 34.0627 122.206 33.9658 122.126 34.0894C122.046 34.213 122.26 34.4936 122.604 34.7308Z" fill="var(--sapContent_Illustrative_Color8)"/>
50
+ <path d="M123.745 87.046C123.745 88.7601 125.135 90.1496 126.849 90.1496H147.38C147.559 90.1496 147.738 90.1341 147.915 90.1031L151.105 89.5446C151.747 89.4324 152.336 89.1213 152.791 88.6554L158.832 82.4667C159.397 81.8876 159.714 81.1107 159.714 80.3015L159.733 58.3183C159.735 56.6032 158.345 55.212 156.63 55.212H126.849C125.135 55.212 123.745 56.6016 123.745 58.3156V87.046Z" fill="var(--sapContent_Illustrative_Color2)"/>
51
+ <rect x="127.447" y="61.9744" width="28.5868" height="18.0981" rx="3.10358" fill="var(--sapContent_Illustrative_Color8)"/>
52
+ <path d="M147.616 67.6503C147.615 67.5313 147.591 67.4136 147.544 67.304C147.498 67.1945 147.43 67.0952 147.345 67.0119C147.262 66.9254 147.163 66.8566 147.053 66.8096C146.943 66.7626 146.824 66.7384 146.704 66.7384C146.585 66.7384 146.466 66.7626 146.356 66.8096C146.246 66.8566 146.147 66.9254 146.064 67.0119L144.316 68.7602L142.139 70.9245L139.806 73.258L137.915 71.367L137.69 71.1421C137.578 71.0297 137.438 70.9488 137.285 70.9077C137.131 70.8666 136.969 70.8666 136.816 70.9078C136.663 70.9489 136.523 71.0299 136.41 71.1423C136.298 71.2548 136.217 71.3948 136.177 71.5484C136.153 71.6268 136.141 71.7083 136.14 71.7902C136.141 71.9092 136.165 72.0269 136.212 72.1364C136.258 72.246 136.326 72.3453 136.411 72.4286L137.879 73.8964L139.168 75.1853C139.251 75.2708 139.35 75.3391 139.459 75.386C139.569 75.4329 139.687 75.4575 139.806 75.4585C139.925 75.4573 140.044 75.4326 140.154 75.3857C140.263 75.3388 140.363 75.2707 140.447 75.1853L142.183 73.4466L144.698 70.9317L147.161 68.4701L147.333 68.2984C147.421 68.2146 147.491 68.1142 147.54 68.0029C147.589 67.8916 147.614 67.7717 147.616 67.6503Z" fill="var(--sapContent_Illustrative_Color3)"/>
53
+ <path d="M159.736 80.8867C159.736 80.8867 159.08 90.4787 146.422 90.1497C146.422 90.1497 154.518 90.2073 154.052 83.8379C154.052 83.8379 157.317 83.1839 159.736 80.8867Z" fill="var(--sapContent_Illustrative_Color14)"/>
54
+ <path d="M123.745 55.0004C123.745 53.2864 125.135 51.8969 126.849 51.8969H156.632C158.346 51.8969 159.736 53.2864 159.736 55.0004V58.478H123.745V55.0004Z" fill="var(--sapContent_Illustrative_Color14)"/>
55
+ <path d="M141.976 57.4375C142.416 57.4107 142.839 57.2558 143.192 56.9918C143.545 56.7279 143.813 56.3664 143.963 55.9519C144.113 55.5375 144.138 55.0882 144.036 54.6595C143.934 54.2307 143.708 53.8413 143.387 53.5392C143.066 53.237 142.664 53.0354 142.23 52.9592C141.796 52.883 141.349 52.9355 140.944 53.1102C140.54 53.2849 140.195 53.5742 139.953 53.9425C139.711 54.3107 139.581 54.7418 139.581 55.1826C139.603 55.7981 139.867 56.3802 140.315 56.8024C140.764 57.2246 141.361 57.4528 141.976 57.4375ZM142.474 53.5123C142.554 53.392 142.898 53.4889 143.246 53.7228C143.593 53.9566 143.803 54.2472 143.723 54.3641C143.643 54.4811 143.296 54.3875 142.952 54.1537C142.608 53.9198 142.394 53.6292 142.474 53.5123Z" fill="var(--sapContent_Illustrative_Color3)"/>
56
+ <path d="M142.952 54.1538C143.286 54.3876 143.643 54.4878 143.723 54.3642C143.803 54.2406 143.59 53.96 143.246 53.7228C142.902 53.4857 142.554 53.3888 142.474 53.5124C142.394 53.636 142.608 53.9166 142.952 54.1538Z" fill="var(--sapContent_Illustrative_Color8)"/>
57
+ <defs>
58
+ <clipPath id="clip0_396_4982">
59
+ <rect width="138.736" height="69.1317" fill="var(--sapContent_Illustrative_Color8)" transform="matrix(-1 0 0 1 138.661 72.5933)"/>
60
+ </clipPath>
61
+ </defs>
62
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-PageNotFound">
2
+ <rect y="53.5" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <path d="M113.41 109.447L83.8389 99.616C83.776 99.5963 83.7093 99.5885 83.6464 99.6003L41.7746 105.994C39.8933 106.21 39.7166 106.737 40.2861 107.016L69.9117 117.074C71.0664 117.467 72.2997 117.561 73.5015 117.345L111.736 110.33C113.476 110.099 113.822 109.58 113.413 109.447H113.41Z" fill="var(--sapContent_Illustrative_Color21)"/>
4
+ <path d="M40.2939 47.764L52.8072 97.051C53.0035 97.7619 53.6909 98.2214 54.4214 98.1272L93.8227 91.8549C96.1007 91.2775 96.7527 89.4394 96.5603 88.8581L77.2406 42.7367C76.9028 41.8059 76.294 41.4013 75.6303 41.4445L42.0888 42.9998C41.1541 43.0588 39.2767 44.4059 40.2939 47.764Z" fill="var(--sapContent_Illustrative_Color22)"/>
5
+ <path d="M40.7731 44.8578L53.7341 95.7669C53.9305 96.4778 54.6178 96.9373 55.3483 96.8431L95.2367 90.5079C96.1675 90.3862 96.7527 89.4396 96.4425 88.552L81.4195 41.2248C81.1996 40.6003 80.5908 40.1958 79.931 40.235L42.1046 42.9883C41.1698 43.0472 40.5218 43.9505 40.7731 44.8578Z" fill="var(--sapContent_Illustrative_Color2)"/>
6
+ <path d="M55.2619 53.1682L70.5794 108.751C70.7994 109.552 71.577 110.071 72.4057 109.965L117.168 101.811C119.741 101.159 120.475 99.0853 120.126 98.0838L97.1416 47.1276C96.8941 46.4206 96.2068 45.965 95.4606 46.0121L57.2846 47.7913C56.2281 47.8581 54.1072 49.3781 55.258 53.1721L55.2619 53.1682Z" fill="var(--sapContent_Illustrative_Color22)"/>
7
+ <path d="M55.8 49.8842L71.6242 107.301C71.8441 108.103 72.6218 108.621 73.4505 108.515L118.763 100.291C119.815 100.153 120.475 99.0849 120.126 98.0833L101.863 45.4147C101.615 44.7077 100.928 44.2521 100.182 44.2992L57.3043 47.7751C56.2478 47.8419 55.5172 48.8631 55.8 49.8842Z" fill="var(--sapContent_Illustrative_Color8)"/>
8
+ <path d="M75.9542 105.344C75.7707 105.344 75.6067 105.211 75.5716 105.024C75.5325 104.813 75.6731 104.606 75.8839 104.567L78.1876 104.137C78.4023 104.098 78.6053 104.239 78.6444 104.45C78.6834 104.661 78.5429 104.867 78.332 104.907L76.0284 105.336C76.005 105.34 75.9815 105.344 75.9581 105.344H75.9542ZM73.8536 104.797C73.7286 104.797 73.6037 104.735 73.5295 104.622C73.4163 104.454 73.3343 104.27 73.2796 104.075L72.7837 102.279C72.7252 102.072 72.8501 101.857 73.0571 101.799C73.264 101.74 73.4787 101.865 73.5373 102.072L74.0332 103.868C74.0644 103.985 74.1152 104.094 74.1816 104.192C74.3026 104.372 74.2518 104.614 74.0722 104.735C74.0059 104.778 73.9317 104.801 73.8575 104.801L73.8536 104.797ZM80.5576 104.481C80.3741 104.481 80.2101 104.348 80.1749 104.161C80.1359 103.95 80.2765 103.743 80.4873 103.704L82.791 103.274C83.0057 103.235 83.2087 103.376 83.2478 103.587C83.2868 103.798 83.1463 104.005 82.9354 104.044L80.6318 104.473C80.6083 104.477 80.5849 104.481 80.5615 104.481H80.5576ZM85.1649 103.622C84.9814 103.622 84.8174 103.489 84.7823 103.302C84.7432 103.091 84.8838 102.884 85.0946 102.845L87.3983 102.415C87.613 102.376 87.816 102.517 87.8551 102.728C87.8941 102.939 87.7536 103.146 87.5427 103.185L85.2391 103.614C85.2156 103.618 85.1922 103.622 85.1688 103.622H85.1649ZM89.7722 102.763C89.5887 102.763 89.4247 102.63 89.3895 102.443C89.3505 102.232 89.4911 102.025 89.7019 101.986L92.0056 101.556C92.2203 101.521 92.4233 101.658 92.4624 101.869C92.5014 102.08 92.3609 102.287 92.15 102.326L89.8464 102.755C89.8229 102.759 89.7995 102.763 89.7761 102.763H89.7722ZM94.3756 101.904C94.1921 101.904 94.0281 101.771 93.9929 101.584C93.9539 101.373 94.0945 101.166 94.3053 101.127L96.6089 100.697C96.8198 100.662 97.0267 100.799 97.0658 101.01C97.1048 101.221 96.9643 101.428 96.7534 101.467L94.4498 101.896C94.4263 101.9 94.4029 101.904 94.3795 101.904H94.3756ZM98.9829 101.045C98.7994 101.045 98.6354 100.912 98.6002 100.725C98.5612 100.514 98.7018 100.307 98.9126 100.268L101.216 99.8385C101.431 99.8034 101.634 99.94 101.673 100.151C101.712 100.362 101.572 100.569 101.361 100.608L99.0571 101.037C99.0336 101.041 99.0102 101.045 98.9868 101.045H98.9829ZM72.5378 100.307C72.366 100.307 72.2098 100.194 72.1629 100.022L71.5421 97.7613C71.4836 97.5544 71.6085 97.3396 71.8154 97.2811C72.0224 97.2225 72.2371 97.3474 72.2957 97.5544L72.9165 99.8151C72.9751 100.022 72.8501 100.237 72.6432 100.295C72.608 100.303 72.5729 100.311 72.5378 100.311V100.307ZM103.586 100.182C103.403 100.182 103.239 100.049 103.204 99.8619C103.165 99.6511 103.305 99.4442 103.516 99.4051L105.82 98.9756C106.034 98.9405 106.237 99.0771 106.276 99.288C106.316 99.4988 106.175 99.7058 105.964 99.7448L103.66 100.174C103.637 100.178 103.614 100.182 103.59 100.182H103.586ZM108.194 99.3231C108.01 99.3231 107.846 99.1904 107.811 99.0029C107.772 98.7921 107.912 98.5852 108.123 98.5461L110.427 98.1166C110.642 98.0815 110.845 98.2181 110.884 98.429C110.923 98.6398 110.782 98.8468 110.571 98.8858L108.268 99.3153C108.244 99.3192 108.221 99.3231 108.197 99.3231H108.194ZM112.801 98.4641C112.617 98.4641 112.453 98.3314 112.418 98.144C112.379 97.9331 112.52 97.7262 112.731 97.6871L115.034 97.2576C115.249 97.2225 115.452 97.3592 115.491 97.57C115.53 97.7808 115.39 97.9878 115.179 98.0268L112.875 98.4563C112.852 98.4602 112.828 98.4641 112.805 98.4641H112.801ZM116.545 96.4728C116.334 96.4728 116.159 96.3049 116.155 96.0902C116.155 95.9731 116.131 95.8559 116.092 95.7427L115.479 93.9779C115.409 93.7748 115.514 93.5523 115.721 93.482C115.924 93.4078 116.147 93.5171 116.217 93.7241L116.83 95.4889C116.897 95.6802 116.932 95.8755 116.936 96.0746C116.94 96.2893 116.772 96.4689 116.553 96.4728H116.545ZM71.2961 95.7896C71.1243 95.7896 70.9682 95.6763 70.9213 95.5045L70.3005 93.2438C70.2419 93.0369 70.3669 92.8221 70.5738 92.7636C70.7807 92.705 70.9955 92.8299 71.0541 93.0369L71.6749 95.2976C71.7334 95.5045 71.6085 95.7193 71.4016 95.7778C71.3664 95.7857 71.3313 95.7935 71.2961 95.7935V95.7896ZM115.077 92.0295C114.917 92.0295 114.765 91.928 114.71 91.7679L113.941 89.5541C113.871 89.351 113.976 89.1285 114.183 89.0582C114.386 88.9879 114.609 89.0934 114.679 89.3003L115.448 91.5141C115.518 91.7172 115.413 91.9397 115.206 92.01C115.163 92.0256 115.12 92.0334 115.077 92.0334V92.0295ZM70.0506 91.2721C69.8788 91.2721 69.7226 91.1588 69.6758 90.987L69.055 88.7302C68.9964 88.5233 69.1213 88.3086 69.3283 88.25C69.5352 88.1914 69.75 88.3164 69.8085 88.5233L70.4293 90.7801C70.4879 90.987 70.363 91.2018 70.156 91.2603C70.1209 91.2682 70.0857 91.276 70.0506 91.276V91.2721ZM113.539 87.6057C113.379 87.6057 113.226 87.5042 113.172 87.3441L112.403 85.1303C112.332 84.9273 112.438 84.7047 112.645 84.6344C112.848 84.5602 113.07 84.6696 113.141 84.8765L113.91 87.0903C113.98 87.2934 113.875 87.5159 113.668 87.5862C113.625 87.6018 113.582 87.6096 113.539 87.6096V87.6057ZM68.809 86.7546C68.6372 86.7546 68.481 86.6413 68.4341 86.4695L67.8133 84.2127C67.7548 84.0058 67.8797 83.7911 68.0866 83.7325C68.2936 83.6739 68.5083 83.7989 68.5669 84.0058L69.1877 86.2626C69.2463 86.4695 69.1213 86.6843 68.9144 86.7429C68.8793 86.7507 68.8441 86.7585 68.809 86.7585V86.7546ZM112 83.178C111.84 83.178 111.688 83.0765 111.633 82.9164L110.864 80.7026C110.794 80.4996 110.899 80.277 111.106 80.2067C111.309 80.1365 111.532 80.2419 111.602 80.4488L112.371 82.6627C112.442 82.8657 112.336 83.0882 112.129 83.1585C112.086 83.1741 112.043 83.182 112 83.182V83.178ZM67.5634 82.2371C67.3916 82.2371 67.2355 82.1238 67.1886 81.952L66.5678 79.6913C66.5092 79.4844 66.6342 79.2697 66.8411 79.2111C67.0481 79.1525 67.2628 79.2775 67.3214 79.4844L67.9422 81.7451C68.0007 81.952 67.8758 82.1668 67.6689 82.2254C67.6337 82.2332 67.5986 82.241 67.5634 82.241V82.2371ZM110.466 78.7543C110.306 78.7543 110.154 78.6527 110.099 78.4927L109.33 76.2788C109.259 76.0758 109.365 75.8532 109.572 75.7829C109.775 75.7127 109.997 75.8181 110.068 76.025L110.837 78.2389C110.907 78.4419 110.802 78.6645 110.595 78.7347C110.552 78.7504 110.509 78.7582 110.466 78.7582V78.7543ZM66.3218 77.7196C66.15 77.7196 65.9938 77.6063 65.947 77.4345L65.3262 75.1738C65.2676 74.9669 65.3925 74.7522 65.5995 74.6936C65.8064 74.635 66.0212 74.76 66.0797 74.9669L66.7006 77.2276C66.7591 77.4345 66.6342 77.6493 66.4272 77.7079C66.3921 77.7157 66.357 77.7235 66.3218 77.7235V77.7196ZM108.928 74.3266C108.768 74.3266 108.615 74.2251 108.561 74.065L107.791 71.8511C107.721 71.6481 107.827 71.4255 108.033 71.3553C108.237 71.285 108.459 71.3904 108.529 71.5973L109.299 73.8112C109.369 74.0142 109.263 74.2368 109.056 74.307C109.014 74.3227 108.971 74.3305 108.928 74.3305V74.3266ZM65.0763 73.2021C64.9045 73.2021 64.7483 73.0888 64.7015 72.917L64.0806 70.6563C64.0221 70.4494 64.147 70.2347 64.354 70.1761C64.5609 70.1175 64.7756 70.2425 64.8342 70.4494L65.455 72.7101C65.5136 72.917 65.3886 73.1318 65.1817 73.1904C65.1466 73.1982 65.1114 73.206 65.0763 73.206V73.2021ZM107.389 69.9028C107.229 69.9028 107.077 69.8013 107.022 69.6412L106.253 67.4273C106.183 67.2243 106.288 67.0017 106.495 66.9315C106.698 66.8612 106.921 66.9666 106.991 67.1735L107.76 69.3874C107.83 69.5904 107.725 69.813 107.518 69.8833C107.475 69.8989 107.432 69.9067 107.389 69.9067V69.9028ZM63.8347 68.6846C63.6629 68.6846 63.5067 68.5714 63.4598 68.3996L62.839 66.1428C62.7804 65.9358 62.9054 65.7211 63.1123 65.6625C63.3193 65.6039 63.534 65.7289 63.5926 65.9358L64.2134 68.1926C64.272 68.3996 64.147 68.6143 63.9401 68.6729C63.9049 68.6807 63.8698 68.6885 63.8347 68.6885V68.6846ZM105.851 65.4751C105.691 65.4751 105.539 65.3736 105.484 65.2135L104.715 62.9996C104.644 62.7966 104.75 62.5741 104.957 62.5038C105.16 62.4335 105.382 62.5389 105.453 62.7459L106.222 64.9597C106.292 65.1627 106.187 65.3853 105.98 65.4556C105.937 65.4712 105.894 65.479 105.851 65.479V65.4751ZM62.5891 64.1671C62.4173 64.1671 62.2611 64.0539 62.2143 63.8821L61.5935 61.6214C61.5349 61.4144 61.6599 61.1997 61.8668 61.1411C62.0737 61.0825 62.2885 61.2075 62.347 61.4144L62.9679 63.6751C63.0264 63.8821 62.9015 64.0968 62.6945 64.1554C62.6594 64.1632 62.6243 64.171 62.5891 64.171V64.1671ZM104.313 61.0474C104.152 61.0474 104 60.9459 103.945 60.7858L103.176 58.572C103.106 58.3689 103.211 58.1464 103.418 58.0761C103.621 58.0058 103.844 58.1112 103.914 58.3182L104.683 60.532C104.754 60.735 104.648 60.9576 104.441 61.0279C104.398 61.0435 104.355 61.0513 104.313 61.0513V61.0474ZM61.3475 59.6496C61.1757 59.6496 61.0195 59.5364 60.9727 59.3646L60.3519 57.1039C60.2933 56.8969 60.4182 56.6822 60.6252 56.6236C60.8321 56.565 61.0469 56.69 61.1054 56.8969L61.7262 59.1576C61.7848 59.3646 61.6599 59.5793 61.4529 59.6379C61.4178 59.6457 61.3826 59.6535 61.3475 59.6535V59.6496ZM102.774 56.6236C102.614 56.6236 102.462 56.5221 102.407 56.362L101.638 54.1482C101.568 53.9451 101.673 53.7226 101.88 53.6523C102.083 53.582 102.306 53.6874 102.376 53.8944L103.145 56.1082C103.215 56.3113 103.11 56.5338 102.903 56.6041C102.86 56.6197 102.817 56.6275 102.774 56.6275V56.6236ZM60.102 55.1321C59.9302 55.1321 59.774 55.0189 59.7271 54.8471L59.1063 52.5864C59.0478 52.3794 59.1727 52.1647 59.3796 52.1061C59.5866 52.0475 59.8013 52.1725 59.8599 52.3794L60.4807 54.6401C60.5393 54.8471 60.4143 55.0618 60.2074 55.1204C60.1722 55.1282 60.1371 55.136 60.102 55.136V55.1321ZM101.24 52.1959C101.08 52.1959 100.927 52.0944 100.873 51.9343L100.103 49.7205C100.033 49.5174 100.139 49.2949 100.346 49.2246C100.549 49.1543 100.771 49.2597 100.841 49.4667L101.611 51.6805C101.681 51.8836 101.575 52.1061 101.369 52.1764C101.326 52.192 101.283 52.1998 101.24 52.1998V52.1959ZM59.8286 51.4424C59.7349 51.4424 59.6373 51.4072 59.5631 51.3408C59.4031 51.1964 59.3953 50.9465 59.5397 50.7903C59.8755 50.4272 60.3284 50.2124 60.8243 50.1812L61.9956 50.0836C62.2182 50.0641 62.3978 50.2242 62.4173 50.4389C62.4368 50.6536 62.2768 50.8411 62.062 50.8606L60.8829 50.9582C60.5822 50.9777 60.3128 51.1066 60.1176 51.3213C60.0395 51.4033 59.9341 51.4463 59.8286 51.4463V51.4424ZM64.3618 50.6654C64.1626 50.6654 63.9908 50.5131 63.9713 50.3061C63.9518 50.0914 64.1119 49.904 64.3266 49.8845L66.6615 49.6892C66.8763 49.6619 67.0637 49.8298 67.0832 50.0445C67.1027 50.2593 66.9426 50.4467 66.7279 50.4662L64.393 50.6615C64.393 50.6615 64.3696 50.6615 64.3618 50.6615V50.6654ZM69.0315 50.2749C68.8324 50.2749 68.6606 50.1226 68.6411 49.9157C68.6216 49.7009 68.7816 49.5135 68.9964 49.494L71.3313 49.2988C71.5499 49.2754 71.7334 49.4393 71.753 49.6541C71.7725 49.8688 71.6124 50.0563 71.3977 50.0758L69.0628 50.271C69.0628 50.271 69.0393 50.271 69.0315 50.271V50.2749ZM73.7013 49.8884C73.5022 49.8884 73.3304 49.7361 73.3109 49.5292C73.2913 49.3144 73.4514 49.127 73.6662 49.1075L76.001 48.9122C76.2197 48.8927 76.4032 49.0528 76.4227 49.2676C76.4423 49.4823 76.2822 49.6697 76.0674 49.6892L73.7325 49.8845C73.7325 49.8845 73.7091 49.8845 73.7013 49.8845V49.8884ZM78.3711 49.4979C78.1719 49.4979 78.0001 49.3456 77.9806 49.1387C77.9611 48.924 78.1212 48.7365 78.3359 48.717L80.6708 48.5218C80.8895 48.4984 81.073 48.6624 81.0925 48.8771C81.112 49.0918 80.9519 49.2793 80.7372 49.2988L78.4023 49.494C78.4023 49.494 78.3789 49.494 78.3711 49.494V49.4979ZM83.0408 49.1114C82.8417 49.1114 82.6699 48.9591 82.6504 48.7522C82.6309 48.5374 82.791 48.35 83.0057 48.3305L85.3406 48.1352C85.5631 48.1157 85.7428 48.2758 85.7623 48.4906C85.7818 48.7053 85.6217 48.8927 85.407 48.9122L83.0721 49.1075C83.0721 49.1075 83.0487 49.1075 83.0408 49.1075V49.1114ZM87.7106 48.7248C87.5115 48.7248 87.3397 48.5726 87.3202 48.3656C87.3006 48.1509 87.4607 47.9635 87.6755 47.9439L90.0104 47.7487C90.2251 47.7214 90.4125 47.8893 90.432 48.104C90.4516 48.3188 90.2915 48.5062 90.0767 48.5257L87.7419 48.7209C87.7419 48.7209 87.7184 48.7209 87.7106 48.7209V48.7248ZM92.3765 48.3344C92.1774 48.3344 92.0056 48.1821 91.986 47.9752C91.9665 47.7604 92.1266 47.573 92.3413 47.5535L94.6762 47.3583C94.8949 47.3348 95.0784 47.4988 95.0979 47.7136C95.1174 47.9283 94.9574 48.1157 94.7426 48.1352L92.4077 48.3305C92.4077 48.3305 92.3843 48.3305 92.3765 48.3305V48.3344ZM99.3538 47.9986C99.2913 47.9986 99.2289 47.983 99.1703 47.9517C99.0063 47.8658 98.8228 47.819 98.6393 47.819H98.5612L97.0814 47.9439C96.8627 47.9635 96.6792 47.8034 96.6597 47.5886C96.6402 47.3739 96.8003 47.1865 97.015 47.1669L98.5104 47.042C98.5612 47.042 98.6002 47.0381 98.6393 47.0381C98.9516 47.0381 99.264 47.1162 99.5412 47.2645C99.7325 47.3661 99.8028 47.6042 99.7013 47.7917C99.631 47.9244 99.4944 47.9986 99.3577 47.9986H99.3538Z" fill="var(--sapContent_Illustrative_Color21)"/>
9
+ <path d="M85.5081 63.1477C80.1469 63.7329 76.9421 68.3949 78.4817 73.6304C80.0488 78.9562 85.8616 82.6756 91.3327 81.8626C96.6859 81.0692 99.5609 76.2383 97.8917 71.1364C96.246 66.1209 90.7592 62.5743 85.5081 63.1477ZM90.6453 77.9743C90.5079 78.1981 90.2879 78.3317 89.9776 78.3749C89.6674 78.4181 89.3728 78.3592 89.1136 78.1903C88.8544 78.0214 88.6737 77.7857 88.5794 77.4794C88.4852 77.173 88.5127 76.9256 88.6541 76.7017C88.7954 76.4818 89.0233 76.3482 89.3375 76.305C89.6517 76.2618 89.9266 76.3247 90.1858 76.4936C90.4411 76.6625 90.6178 76.8903 90.7082 77.1848C90.7985 77.4794 90.7828 77.7543 90.6493 77.9782L90.6453 77.9743ZM91.6626 70.6336C91.5958 71.046 91.4662 71.3995 91.2698 71.6941C91.0734 71.9887 90.8064 72.3186 90.4725 72.6838C90.2094 72.9902 90.0169 73.2415 89.8873 73.434C89.7577 73.6264 89.6674 73.8582 89.6163 74.1252C89.5653 74.3923 89.5888 74.6947 89.687 75.0325L88.1985 75.2328C88.0531 74.7262 88.0139 74.2823 88.0767 73.8974C88.1395 73.5125 88.2574 73.1905 88.4263 72.9234C88.5951 72.6563 88.8387 72.3539 89.1489 72.0083C89.2707 71.8669 89.3257 71.8041 89.3178 71.8158C89.5495 71.5605 89.7302 71.3288 89.8598 71.1207C89.9894 70.9125 90.0758 70.6729 90.1112 70.4019C90.1505 70.1309 90.1112 69.8246 90.0051 69.4789C89.8755 69.0705 89.6595 68.7248 89.3571 68.4499C89.0547 68.175 88.7012 67.9786 88.3006 67.8647C87.9 67.7508 87.4836 67.7194 87.0595 67.7704C86.3879 67.849 85.8773 68.065 85.5277 68.4185C85.1782 68.772 84.915 69.259 84.7383 69.8795L83.2537 69.314C83.4068 68.5442 83.7642 67.9079 84.3298 67.4052C84.8914 66.9025 85.6613 66.5961 86.6392 66.4822C87.4051 66.3919 88.1199 66.4429 88.7837 66.6354C89.4474 66.8278 90.0169 67.146 90.4882 67.5898C90.9635 68.0375 91.3012 68.5795 91.5055 69.2276C91.6704 69.7499 91.7215 70.2173 91.6547 70.6297L91.6626 70.6336Z" fill="var(--sapContent_Illustrative_Color22)"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M100.467 36.9998L100.467 42.5098L99.4819 42.5098L99.4819 36.9998L100.467 36.9998Z" fill="var(--sapContent_Illustrative_Color4)"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M106.119 39.0195L102.84 43.4536L102.047 42.8701L105.326 38.4361L106.119 39.0195Z" fill="var(--sapContent_Illustrative_Color4)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M109.171 44.6082L103.796 45.8817L103.566 44.9238L108.941 43.6503L109.171 44.6082Z" fill="var(--sapContent_Illustrative_Color4)"/>
13
+ </svg>
@@ -0,0 +1,25 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-ReceiveAppreciation">
2
+ <rect y="54" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
3
+ <path d="M51.3324 69.6761L51.3619 69.7138C51.4881 69.9481 51.7584 70.3789 52.2253 70.8262L53.0035 71.8289C53.3115 72.5055 53.6048 73.1739 53.8456 73.7309C54.211 74.5747 54.383 76.4243 54.9498 77.9168C54.958 77.9398 54.9695 77.966 54.981 77.9938C55.0219 78.0839 55.0793 78.1986 55.1497 78.3329C55.171 78.3723 55.1923 78.4132 55.2152 78.4558C55.8493 79.637 57.2582 82.0961 57.0141 84.3177L56.8863 84.8288L55.0842 92.0685C54.3944 91.8064 53.6294 92.1668 53.3885 92.8615L43 122.969H59.198C61.6554 114.353 64.7338 103.157 65.8872 98.9478C65.915 98.8479 65.9413 98.7528 65.9658 98.6611C65.9675 98.6545 65.9691 98.648 65.9707 98.6414C66.223 97.7223 65.8561 96.7443 65.0598 96.2233C64.9681 96.1627 64.8714 96.1021 64.7715 96.0414C64.3177 95.7695 64.0605 95.2632 64.1047 94.7357C64.1047 94.7193 64.108 94.7029 64.1096 94.6866C64.2489 93.0761 66.5114 92.8205 66.9947 94.3622C66.9996 94.3769 67.0029 94.39 67.0078 94.4048C67.0225 94.4506 67.0356 94.4949 67.0488 94.5391C67.075 94.6276 67.1028 94.716 67.1274 94.8029C67.3977 95.7318 67.5779 96.5575 67.691 97.167C67.4141 97.3062 67.2748 97.624 67.3617 97.9222L67.6451 98.897C67.9695 100.016 67.9515 101.182 67.8712 102.344C67.8712 102.362 67.8712 102.378 67.8712 102.395C67.9171 102.773 68.2726 103.858 68.8345 105.408C68.846 105.437 68.8558 105.467 68.8673 105.498C68.9394 105.694 69.0147 105.899 69.0917 106.11C69.1032 106.14 69.1147 106.171 69.1245 106.201C69.1736 106.333 69.2244 106.471 69.2769 106.609C69.2883 106.638 69.2998 106.669 69.3113 106.699C69.5242 107.267 69.7552 107.878 70.0026 108.522C70.0141 108.552 70.0256 108.583 70.037 108.614C70.0993 108.778 70.1632 108.945 70.2287 109.114C71.7884 113.163 73.8805 118.38 75.7433 122.97H91.7741C87.798 114.571 82.5078 103.535 80.0438 98.2826C80.0193 98.2286 79.9947 98.1762 79.9701 98.1237C79.9554 98.091 79.939 98.0566 79.9242 98.0254C79.8472 97.8616 79.7735 97.7043 79.7031 97.552C79.69 97.5241 79.6769 97.4979 79.6654 97.47C79.6441 97.4225 79.6211 97.3767 79.5998 97.3308C79.5851 97.298 79.5704 97.2669 79.5556 97.2358C79.536 97.1932 79.5163 97.1506 79.4966 97.1096C79.4852 97.0834 79.4737 97.0588 79.4622 97.0343C79.4409 96.9884 79.4213 96.9441 79.4 96.9016C79.3885 96.877 79.377 96.8524 79.3672 96.8295C79.3492 96.7885 79.3312 96.7508 79.3131 96.7115C79.3017 96.6869 79.2902 96.6624 79.2787 96.6378C79.2591 96.5968 79.2411 96.5559 79.223 96.5165C79.2148 96.4985 79.205 96.4789 79.1968 96.4608C79.1706 96.4035 79.146 96.3494 79.1215 96.2954C79.1215 96.2954 79.1215 96.2954 79.1215 96.2937C79.0969 96.2413 79.074 96.1889 79.051 96.1397C79.0445 96.125 79.0379 96.1119 79.0314 96.0971C79.015 96.0611 79.0002 96.0267 78.9838 95.9939C78.9773 95.9808 78.9724 95.9677 78.9658 95.953C78.9511 95.9218 78.938 95.8907 78.9249 95.8612C78.9183 95.8481 78.9134 95.835 78.9068 95.8219C78.8937 95.7924 78.8806 95.7646 78.8692 95.7367C78.8642 95.7269 78.8593 95.7154 78.8561 95.7056C78.8429 95.6777 78.8315 95.6499 78.82 95.6237C78.8167 95.6155 78.8135 95.6089 78.8102 95.6007C78.7971 95.5712 78.7856 95.545 78.7741 95.5188C78.7741 95.5155 78.7709 95.5123 78.7709 95.5106C78.7578 95.4811 78.7479 95.4549 78.7365 95.4304C78.5087 95.5467 78.2302 95.4566 78.1139 95.2288L76.646 92.3733C76.5378 92.1636 76.2724 92.0915 76.0726 92.2209L76.066 92.2258L73.2022 84.9976C72.5666 82.4123 74.2311 79.1177 74.413 78.3379C74.7799 76.7716 74.7095 74.9138 74.9618 74.0225C75.1289 73.4328 75.332 72.725 75.5483 72.0074L76.9228 69.6139C77.1047 69.2977 77.0441 68.8996 76.8147 68.662C76.8131 68.6604 76.8114 68.6587 76.8098 68.6554C76.7918 68.6374 76.7721 68.6194 76.7525 68.603C76.7476 68.5997 76.7443 68.5965 76.7394 68.5932C76.7213 68.5784 76.7 68.5653 76.6804 68.5539C76.6738 68.5506 76.6689 68.5473 76.664 68.5424C76.6378 68.5277 76.6116 68.5145 76.5837 68.5031C76.2397 68.3687 75.7793 68.2983 75.2141 68.4605C75.1584 68.4769 75.0994 68.4949 75.0421 68.5162C74.9503 68.549 74.8553 68.5899 74.757 68.6358C74.5457 68.7357 74.3229 68.8668 74.0902 69.0388C74.0869 69.0404 74.0853 69.0437 74.082 69.0454C74.023 69.0896 73.9657 69.1338 73.91 69.1813C73.8903 69.1994 73.8707 69.2174 73.8494 69.2354C73.8117 69.2698 73.7724 69.3026 73.7363 69.337C73.7134 69.3583 73.6921 69.3812 73.6708 69.4025C73.638 69.4353 73.6036 69.4697 73.5709 69.5041C73.5479 69.5287 73.5266 69.5532 73.5053 69.5778C73.4742 69.6122 73.4447 69.6466 73.4136 69.681C73.3923 69.7072 73.371 69.7335 73.3513 69.7597C73.3218 69.7957 73.294 69.8318 73.2661 69.8678C73.2448 69.8956 73.2252 69.9235 73.2055 69.9513C73.1777 69.989 73.1515 70.0267 73.1252 70.0644C73.1056 70.0922 73.0876 70.1217 73.0679 70.1496C73.0417 70.1889 73.0155 70.2282 72.9909 70.2675C72.9729 70.297 72.9549 70.3265 72.9368 70.3544C72.9123 70.3953 72.8877 70.4347 72.8631 70.4772C72.8467 70.5067 72.8304 70.5362 72.814 70.5657C72.791 70.6083 72.7665 70.6493 72.7452 70.6919C72.7288 70.7214 72.714 70.7508 72.6993 70.7803C72.6764 70.8229 72.6551 70.8672 72.6338 70.9098C72.619 70.9392 72.6059 70.9687 72.5912 70.9982C72.5699 71.0425 72.5486 71.0867 72.5289 71.1309C72.5158 71.1604 72.5027 71.1899 72.4896 71.2194C72.4699 71.2636 72.4503 71.3095 72.4306 71.3537C72.4175 71.3832 72.406 71.4127 72.3946 71.4406C72.3749 71.4864 72.3569 71.5307 72.3389 71.5766C72.3274 71.6044 73.4922 64.2582 73.2514 63.113C73.045 62.1284 72.3192 61.904 71.8834 62.1169C71.849 62.1333 71.8162 62.153 71.7851 62.1759C71.7851 62.1759 71.7818 62.1776 71.7802 62.1792C71.7491 62.2021 71.7196 62.2267 71.695 62.2562C71.6835 62.2693 71.6704 62.2873 71.6557 62.3103C71.6557 62.3135 71.6524 62.3152 71.6508 62.3168C71.6377 62.3381 71.6229 62.3643 71.6082 62.3938C71.6049 62.3987 71.6033 62.4037 71.6 62.4086C71.5852 62.4381 71.5689 62.4725 71.5525 62.5085C71.5492 62.5151 71.5459 62.5232 71.5426 62.5298C71.5263 62.5675 71.5082 62.6084 71.4902 62.6527C71.4869 62.6609 71.4837 62.6691 71.4804 62.6772C71.4624 62.7231 71.4427 62.7723 71.4214 62.8247C71.4181 62.8313 71.4165 62.8378 71.4132 62.8444C71.3936 62.8984 71.3723 62.9541 71.3493 63.0147C71.3493 63.018 71.346 63.0213 71.346 63.0246C71.3231 63.0852 71.3002 63.1507 71.2772 63.2179C71.274 63.2277 71.2707 63.2376 71.2674 63.2474C71.2445 63.3129 71.2215 63.3801 71.197 63.4505C71.192 63.4636 71.1871 63.4767 71.1839 63.4915C71.1609 63.5619 71.1363 63.634 71.1118 63.7077C71.1068 63.7225 71.1019 63.7372 71.097 63.7536C71.0724 63.829 71.0462 63.9076 71.0217 63.9863C71.0167 64.001 71.0118 64.0141 71.0086 64.0289C70.9823 64.1108 70.9545 64.196 70.9283 64.2812C70.925 64.291 70.9217 64.3025 70.9184 64.3123C70.8906 64.3991 70.8627 64.4876 70.8349 64.5793C70.8333 64.5859 70.83 64.5924 70.8283 64.599C70.7988 64.6924 70.7694 64.7874 70.7399 64.8841C70.735 64.8972 70.7317 64.9119 70.7268 64.925C70.6989 65.0184 70.6694 65.1118 70.6416 65.2068C70.635 65.2265 70.6301 65.2461 70.6235 65.2658C70.5957 65.3608 70.5662 65.4558 70.5367 65.5525C70.5318 65.5705 70.5252 65.5885 70.5203 65.6065C70.4908 65.7065 70.4614 65.8064 70.4302 65.9096C70.4269 65.9227 70.422 65.9375 70.4188 65.9506C70.3876 66.0571 70.3565 66.1636 70.3237 66.2717C70.3221 66.2783 70.3205 66.2848 70.3188 66.2914C70.2861 66.4011 70.2549 66.5125 70.2222 66.6239C70.2222 66.6289 70.2189 66.6338 70.2172 66.6403C70.1845 66.7517 70.1534 66.8631 70.1206 66.9745C70.1173 66.9876 70.114 66.9991 70.1091 67.0122C70.078 67.122 70.0452 67.2318 70.0141 67.3432C70.0108 67.3563 70.0075 67.3694 70.0026 67.3808C69.9715 67.4922 69.9387 67.6036 69.9076 67.7151C69.9043 67.7249 69.9011 67.7364 69.8994 67.7462C69.8666 67.8609 69.8339 67.9755 69.8028 68.0902C69.8028 68.0935 69.8011 68.0968 69.7995 68.1001C69.6209 68.7308 69.4489 69.3501 69.2916 69.9202C69.2212 70.1758 68.8689 70.1922 68.7723 69.9464L68.769 69.9382C68.8493 69.3435 68.9557 68.6538 69.0934 67.8723C69.3539 66.4044 69.729 64.6088 70.2729 62.4839C70.5072 61.5681 70.7202 60.6425 70.866 59.7037C70.8791 59.6234 70.8906 59.5415 70.9037 59.458C70.9119 59.4039 70.9201 59.3482 70.9283 59.2925C70.9332 59.2646 70.9365 59.2352 70.9397 59.2073C70.9496 59.1385 70.9578 59.0681 70.9676 58.9992C70.9676 58.9878 70.9709 58.9779 70.9709 58.9665C71.0413 58.3947 71.0724 57.8 70.9643 57.2659C70.8857 56.8793 70.6891 56.5041 70.3713 56.319C70.1583 56.1945 69.9109 56.165 69.67 56.1388H69.6668C69.5881 56.1306 69.5062 56.1207 69.4292 56.1437C69.4079 56.1502 69.3883 56.1568 69.3702 56.1666C69.3686 56.1666 69.367 56.1699 69.3637 56.1699C69.3096 56.1977 69.2605 56.2403 69.2195 56.2911C69.1884 56.3272 69.1622 56.3681 69.136 56.4091C69.136 56.4091 68.6625 57.1496 68.5167 57.8016C68.3447 58.2767 68.515 57.6329 68.6805 56.681C68.6903 56.6221 68.7002 56.5598 68.71 56.4992C68.7133 56.4795 68.7166 56.4599 68.7182 56.4402C68.7247 56.3976 68.7313 56.3534 68.7362 56.3091C68.7395 56.2846 68.7428 56.26 68.746 56.2354C68.7526 56.1781 68.7592 56.1207 68.7657 56.0618C68.769 56.0257 68.7723 55.988 68.7755 55.9503C68.7772 55.9258 68.7788 55.8996 68.7804 55.875C68.7837 55.8324 68.7854 55.7882 68.7886 55.7456C68.7886 55.7325 68.7886 55.7193 68.7886 55.7062C68.7936 55.5588 68.7968 55.4113 68.7854 55.2655V55.2393C68.7592 54.8576 68.6789 54.4923 68.5069 54.1908C68.3529 53.9205 68.1284 53.7009 67.8024 53.5699C67.668 53.5158 67.5239 53.4847 67.383 53.5076C66.9455 53.5813 66.608 54.0974 66.3525 54.6479C66.2771 54.779 66.205 54.933 66.1575 55.1066C66.0674 55.336 65.992 55.5506 65.9298 55.721C65.9282 55.7259 65.9249 55.7325 65.9232 55.739C65.8577 55.9159 65.7938 56.0962 65.7332 56.2747C65.6808 56.4255 65.6316 56.5762 65.5825 56.7269C65.5825 56.7269 65.5825 56.7285 65.5825 56.7302C65.5923 56.6778 65.6021 56.627 65.6103 56.5745C65.6136 56.5516 65.6185 56.5287 65.6218 56.5074C65.63 56.4615 65.6365 56.4156 65.6414 56.3714C65.6447 56.3452 65.648 56.3206 65.6513 56.2944C65.6562 56.2518 65.6611 56.2108 65.6644 56.1699C65.666 56.1437 65.6677 56.1191 65.6693 56.0945C65.6726 56.0552 65.6742 56.0175 65.6759 55.9798C65.6759 55.9553 65.6759 55.9323 65.6759 55.9078C65.6759 55.8471 65.6759 55.7882 65.6693 55.7325C65.6677 55.7046 65.666 55.6751 65.6627 55.6489C65.6595 55.6227 65.6546 55.5965 65.6513 55.5719C65.6464 55.5457 65.6414 55.5195 65.6365 55.4933C65.6316 55.4703 65.6251 55.4474 65.6185 55.4244C65.6103 55.3982 65.6021 55.3737 65.5939 55.3507C65.5857 55.3311 65.5792 55.3114 65.571 55.2917C65.5579 55.2639 65.5448 55.2377 65.53 55.2131C65.5218 55.2 65.5153 55.1853 65.5071 55.1738C65.4842 55.1377 65.4563 55.105 65.4268 55.0739C65.417 55.064 65.4055 55.0542 65.3941 55.0444C65.3728 55.0231 65.3498 55.0034 65.3253 54.9854C65.3121 54.9756 65.2958 54.9657 65.2827 54.9575C65.2581 54.9411 65.2319 54.9264 65.204 54.9133C65.1876 54.9051 65.1713 54.8969 65.1549 54.8904C65.1237 54.8773 65.091 54.8658 65.0566 54.856C65.0402 54.851 65.0254 54.8461 65.0091 54.8412C64.9566 54.8281 64.9026 54.8166 64.8436 54.8101C64.819 54.8068 64.7944 54.8068 64.7699 54.8052C63.6886 54.7298 63.0677 55.9913 62.6433 57.1676C62.5663 57.1234 62.4877 57.0857 62.4074 57.0546C62.4058 57.0546 62.4025 57.0546 62.4009 57.0529C62.3534 57.0349 62.3058 57.0218 62.2567 57.0103C62.2485 57.0087 62.242 57.0071 62.2338 57.0054C62.1879 56.9956 62.142 56.9874 62.0945 56.9825C62.088 56.9825 62.0814 56.9808 62.0748 56.9808C61.9667 56.971 61.8537 56.9759 61.739 56.9989C61.698 57.0071 61.6571 57.0152 61.6145 57.0284C60.7953 57.2659 60.774 57.9835 61.1345 59.0468C61.0165 58.801 60.8936 58.5585 60.7691 58.3177C60.7691 58.3177 60.7691 58.3177 60.7691 58.3161C60.7363 58.2522 60.7036 58.1899 60.6708 58.126C60.6708 58.1244 60.6692 58.1211 60.6675 58.1195C60.3333 57.4936 59.6927 56.1486 58.9326 56.142C58.79 56.142 58.6508 56.1945 58.5246 56.2698C57.4384 56.912 57.735 58.4504 58.0626 59.4907C58.523 60.9554 58.1232 60.0494 57.6563 59.399C57.5498 59.2499 57.4204 59.0959 57.25 59.0762C57.1714 59.0664 57.0911 59.0877 57.0141 59.109C56.7782 59.1729 56.5357 59.2417 56.3408 59.399C56.0508 59.6333 55.905 60.0363 55.8771 60.4311C55.8214 61.2192 56.0721 62.0842 56.2916 62.828C56.5587 63.734 56.8896 64.6154 57.2402 65.4853C57.966 67.2825 58.5263 68.8406 58.9571 70.1578C58.9899 70.261 59.0227 70.3593 59.0538 70.4592L59.0505 70.4707C58.9588 70.8655 58.4165 70.9147 58.2543 70.5428C57.2123 68.1525 56.1098 65.7294 55.8083 65.482C55.4675 65.2019 54.7942 65.3248 54.5075 66.0096C54.4878 66.0571 54.4698 66.1079 54.4551 66.1587C54.4501 66.175 54.4469 66.1914 54.442 66.2078C54.4305 66.2488 54.4207 66.2897 54.4125 66.3323C54.4092 66.3503 54.4059 66.3667 54.4026 66.3847C54.3928 66.4454 54.3846 66.5076 54.3797 66.5732C54.3797 66.5912 54.3781 66.6108 54.3797 66.6338C54.3797 66.6583 54.3813 66.6846 54.3846 66.714C54.3879 66.7583 54.3944 66.8074 54.4026 66.8631C54.4092 66.9074 54.4174 66.9532 54.4272 67.0024C54.4583 67.1629 54.5042 67.353 54.5632 67.5676C54.5714 67.5971 54.5796 67.6266 54.5878 67.6561C54.6484 67.8707 54.7188 68.1082 54.7991 68.3638C54.8122 68.4048 54.8253 68.4457 54.8384 68.4883C54.9007 68.6849 54.9679 68.8914 55.0399 69.1043C55.0563 69.1519 55.0727 69.201 55.0891 69.2502C55.1268 69.3616 55.1661 69.4762 55.2054 69.5909C54.8679 69.2141 54.4895 68.8897 54.0635 68.6669C52.8774 68.0444 52.0418 68.2295 51.5258 68.5293C51.4881 68.5506 51.4537 68.5768 51.4226 68.6047C51.3931 68.6309 51.3652 68.6571 51.3406 68.6866C51.3062 68.7275 51.2767 68.7734 51.2538 68.8209C51.2423 68.8455 51.2309 68.8701 51.221 68.8946C51.1539 69.0716 51.149 69.2731 51.2128 69.4582C51.2407 69.5369 51.28 69.6122 51.3324 69.681V69.6761ZM66.6523 69.8973C66.6605 69.9186 66.6703 69.9382 66.6785 69.9595C66.6801 69.9645 66.6834 69.971 66.6851 69.9759C66.6736 69.9497 66.6621 69.9235 66.6506 69.8973H66.6523Z" fill="var(--sapContent_Illustrative_Color21)"/>
4
+ <path d="M65.8486 83.8447C65.8486 83.8447 82.7367 89.1883 82.4427 90.6181C81.8391 93.549 65.2224 91.1521 65.8486 83.8447Z" fill="var(--sapContent_Illustrative_Color22)"/>
5
+ <path d="M95.8119 85.7498C95.8119 85.7498 91.5121 75.8872 91.5086 75.8803C90.6893 73.9999 91.7104 71.3282 92.3366 69.4913C93.1054 67.2301 93.1541 64.8801 93.8394 62.678C94.0603 61.97 94.3299 61.1177 94.6152 60.2532L96.4347 57.3745C96.7425 56.8874 96.5268 56.2316 95.9841 56.0403C95.2571 55.7829 94.1299 55.7203 92.6827 56.6856C90.0266 58.4599 89.3691 63.1511 89.3691 63.1511C89.3691 63.1511 88.9812 63.5807 87.8871 62.297C86.8034 61.0238 86.2886 59.253 85.6293 57.7467C84.7613 55.762 84.0395 53.7303 83.2167 51.7265C82.2583 49.3974 81.573 48.3364 80.3049 46.1638C79.517 44.814 78.2437 41.69 76.1703 42.2345C73.5333 42.9267 77.1322 47.0405 79.1047 52.2327C80.1623 55.0158 82.0287 58.9747 82.0287 58.9747C81.6164 59.1261 80.6302 56.4247 80.5258 56.176C79.6318 54.0521 78.7916 51.9074 77.8923 49.7853C76.9965 47.6684 76.0816 45.5324 74.9144 43.5477C74.4709 42.7945 73.6238 41.1769 72.6166 41.1699C72.427 41.1699 72.2444 41.2343 72.0774 41.323C70.6389 42.0953 71.032 43.9443 71.4651 45.1967C72.0757 46.9587 73.2307 48.4721 73.8534 50.2237C74.2569 51.3578 74.7022 52.4814 75.1475 53.6016C75.6606 54.894 76.1425 56.2143 76.7443 57.4684C77.2644 58.5538 78.0071 61.0151 77.8888 60.862C77.7706 60.7089 77.8019 60.535 76.7113 57.6284C75.6815 54.8836 74.5752 52.1596 73.3542 49.4948C72.6619 47.985 71.9661 46.3934 70.9294 45.0836C70.7885 44.9045 70.6163 44.7201 70.3902 44.6957C70.2858 44.6853 70.1814 44.7097 70.0788 44.7358C69.7674 44.814 69.4457 44.8958 69.1865 45.0854C68.8021 45.3672 68.609 45.8507 68.5725 46.3256C68.4994 47.2736 68.8299 48.3138 69.1204 49.2096C69.4735 50.2985 69.9118 51.3595 70.3762 52.4066C72.9019 58.0859 73.9108 61.7978 74.2761 63.4172C74.3056 63.5477 74.1212 63.6103 74.0656 63.4886C72.841 60.829 69.1517 52.9024 68.482 52.4032C67.9254 51.9874 66.7078 52.3075 66.5895 53.7182C66.4712 55.1271 71.0981 65.5446 71.0981 65.5446C71.0981 65.5446 73.4307 75.0001 78.4611 79.4148C83.4916 83.8295 84.4361 91.8361 84.4361 91.8361L95.8102 85.7498H95.8119Z" fill="var(--sapContent_Illustrative_Color28)"/>
6
+ <path d="M77.8888 60.8619C77.7706 60.7106 77.8019 60.5349 76.7112 57.6283C76.4538 56.9413 76.1912 56.2542 75.9233 55.5689C76.1807 56.2107 76.4486 56.8456 76.7443 57.4666C77.2644 58.552 78.0071 61.0133 77.8888 60.8602V60.8619ZM80.5258 56.1759C79.6317 54.0521 78.7899 51.9074 77.8923 49.7853C77.6036 49.1051 77.3131 48.4215 77.0139 47.7432C77.7097 49.086 78.4872 50.6063 79.1047 52.2326C80.1623 55.0157 82.0287 58.9747 82.0287 58.9747C81.6164 59.126 80.6302 56.4229 80.5258 56.1759Z" fill="var(--sapContent_Illustrative_Color30)"/>
7
+ <path d="M77.1583 59.49C77.254 59.5527 77.3531 59.6083 77.4523 59.6622C77.2922 59.203 77.0592 58.556 76.7113 57.6289C76.5443 57.1818 76.3703 56.7383 76.1999 56.293C76.0972 56.8757 76.0659 57.4827 76.1999 58.0568C76.3356 58.6429 76.6521 59.1561 77.16 59.4883L77.1583 59.49Z" fill="var(--sapContent_Illustrative_Color30)"/>
8
+ <path d="M95.9824 56.0396C95.2553 55.7821 94.1282 55.7195 92.681 56.6849C90.0962 58.4104 89.4039 62.8982 89.3691 63.1382C89.343 63.1538 89.3187 63.173 89.296 63.1939C89.1412 63.2565 88.7185 63.2739 87.8854 62.2946C86.8017 61.0213 86.2868 59.2506 85.6276 57.7442C84.7596 55.7595 84.0377 53.7279 83.215 51.7241C82.2566 49.395 81.5712 48.3339 80.3032 46.1614C80.2719 46.1074 80.2388 46.0483 80.2058 45.9891C80.1971 45.9735 80.1884 45.9561 80.1779 45.9404C80.1501 45.89 80.1205 45.8361 80.091 45.7822C80.084 45.77 80.0788 45.7595 80.0718 45.7474C80.0423 45.6917 80.011 45.636 79.9814 45.5769C79.8127 45.2603 79.6248 44.9072 79.4161 44.5506C79.4109 44.5437 79.4074 44.535 79.4022 44.528C79.3587 44.455 79.3152 44.3819 79.27 44.3071C79.2647 44.2984 79.2613 44.2915 79.256 44.2828C78.5324 43.0982 77.581 41.9798 76.3303 42.1972C76.5773 42.6616 74.4135 61.2074 74.8883 61.7345C72.928 61.6214 71.0964 65.5421 71.0964 65.5421C71.0964 65.5421 73.429 74.9976 78.4594 79.4123C83.4898 83.827 84.4343 91.8336 84.4343 91.8336L88.8507 89.4697C88.2402 88.9339 87.6732 88.3495 87.1618 87.7285C86.0607 86.3909 85.1579 84.8463 84.73 83.1573C84.537 82.3937 84.4395 81.597 84.4813 80.8073C84.5178 80.1133 84.6935 79.4332 84.9596 78.7896C85.5232 77.4311 86.3112 76.1787 86.9704 74.8672C86.9739 74.8602 86.9774 74.8515 86.9826 74.8446C87.2366 74.3384 86.6556 73.8148 86.1825 74.1279C86.012 74.241 85.8346 74.3419 85.6485 74.4271C84.5578 74.9333 83.2306 74.7802 82.314 73.9783C82.0739 73.7696 81.9087 73.5226 81.7956 73.253C82.0374 73.1921 82.2687 73.1243 82.4409 73.0408C82.7558 72.8912 83.0515 72.6824 83.3437 72.4929C83.702 72.2598 84.0569 72.0197 84.4117 71.7814C84.7439 71.5605 85.0762 71.3413 85.4171 71.1326C85.3771 70.9517 85.3406 70.7691 85.3162 70.583C85.2988 70.4577 85.3841 70.3464 85.4936 70.2855C85.4919 69.9081 85.5337 69.5306 85.6067 69.174C85.8259 68.1112 86.3425 67.1493 87.0069 66.3005C87.447 65.7386 87.8436 64.5663 87.9828 63.6165C88.3637 63.7574 87.7392 64.775 88.3498 64.9542C88.6438 65.0411 88.9499 64.8602 89.0525 64.5732C89.4561 63.4409 90.3501 61.1152 90.4719 60.696C91.7939 56.1109 95.7145 56.3283 96.3616 56.3022C96.2642 56.184 96.1355 56.0883 95.9772 56.0326L95.9824 56.0396Z" fill="var(--sapContent_Illustrative_Color30)"/>
9
+ <path d="M67.2349 85.4487L70.0806 75.0643C70.4702 71.8655 67.7202 68.2596 67.3462 67.3656C66.5948 65.5705 66.3686 63.3457 65.8851 62.3317C65.565 61.662 65.1754 60.8566 64.7701 60.0443L62.5575 57.4543C62.1836 57.016 62.3036 56.3376 62.8132 56.0697C63.4968 55.7114 64.6031 55.487 66.1721 56.2367C69.0543 57.6126 70.3763 62.1612 70.3763 62.1612C70.3763 62.1612 70.8216 62.5317 71.7209 61.1036C72.6114 59.6895 72.8671 57.8613 73.3037 56.2767C73.8795 54.1876 74.3022 52.0742 74.8292 49.9747C75.4432 47.5326 75.972 46.3846 76.9148 44.052C77.501 42.603 78.315 39.3294 80.4441 39.5712C83.1524 39.8791 80.1797 44.4642 78.9708 49.886C78.322 52.7926 77.0418 56.9777 77.0418 56.9777C77.4714 57.0681 78.0611 54.2537 78.1289 53.9928C78.7099 51.7629 79.2352 49.519 79.8196 47.2908C80.4041 45.0626 81.0025 42.8222 81.8739 40.6914C82.2044 39.8826 82.8132 38.1605 83.8082 38.0092C83.9943 37.9814 84.1856 38.0196 84.3648 38.084C85.899 38.6424 85.7737 40.5296 85.525 41.8307C85.1736 43.6624 84.2465 45.3252 83.8812 47.1482C83.6447 48.3275 83.3646 49.5034 83.0846 50.6775C82.761 52.029 82.474 53.4066 82.0583 54.7338C81.7 55.8819 81.3156 58.4249 81.4112 58.2562C81.5069 58.0892 81.4512 57.9205 82.114 54.8886C82.7402 52.0255 83.4446 49.1711 84.2726 46.3585C84.7422 44.7652 85.2032 43.0901 86.0399 41.6464C86.1547 41.4498 86.2973 41.2411 86.5182 41.1854C86.6208 41.1593 86.7269 41.1697 86.833 41.1802C87.1531 41.2132 87.4818 41.248 87.7654 41.3976C88.1863 41.6203 88.4455 42.0725 88.5498 42.5369C88.7586 43.4641 88.5794 44.5408 88.4194 45.4696C88.2263 46.5985 87.9445 47.7117 87.6332 48.8128C85.9459 54.7947 85.4798 58.6128 85.3493 60.2687C85.3389 60.4026 85.5302 60.4374 85.5685 60.3087C86.3999 57.5013 88.9169 49.1294 89.5083 48.538C89.9988 48.0475 91.2512 48.1901 91.5695 49.5677C91.8878 50.9453 88.8003 61.9177 88.8003 61.9177C88.8003 61.9177 87.8454 71.6098 83.4985 76.6994C79.1517 81.7889 79.3639 89.8477 79.3639 89.8477L67.2366 85.4522L67.2349 85.4487Z" fill="var(--sapContent_Illustrative_Color31)"/>
10
+ <path d="M67.2349 85.4471L70.378 87.1534C70.3241 84.3356 72.2705 81.4307 73.3368 78.8251C73.3524 78.7868 73.3698 78.7485 73.3872 78.7068C74.0082 77.3587 74.163 75.8211 73.8117 74.3791C73.2846 72.2257 71.3556 70.5541 70.5137 68.4876C69.3465 65.6245 68.5568 63.0432 66.6174 60.575C66.3443 60.2271 63.0933 55.922 62.8132 56.0681C62.3036 56.336 62.1836 57.0161 62.5575 57.4527C63.3281 58.3537 64.0917 59.2078 64.7423 60.2045C66.1651 62.3822 66.3617 65.0088 67.3479 67.3639C67.7219 68.258 70.4702 71.8639 70.0823 75.0627L67.2366 85.4471H67.2349Z" fill="var(--sapContent_Illustrative_Color3)"/>
11
+ <path d="M83.8794 47.1432C84.2447 45.3202 85.1718 43.6573 85.5232 41.8257C85.7024 40.8916 85.8137 39.6549 85.2953 38.8252C85.1475 40.2167 84.7892 41.5839 84.3578 42.9111C83.749 44.788 80.6441 58.5486 81.0094 58.6025C81.3764 58.6582 81.5799 58.1955 81.653 57.832C82.1331 55.4507 82.6827 53.0677 83.0828 50.6707C83.3628 49.4983 83.6429 48.3225 83.8794 47.1414V47.1432Z" fill="var(--sapContent_Illustrative_Color3)"/>
12
+ <path d="M86.6852 49.3413C86.259 50.7607 86.019 52.2183 85.7685 53.676C85.3963 55.8433 85.0797 58.0246 84.9005 60.218C84.8779 60.4859 85.2432 60.5902 85.3667 60.3519C85.3684 60.3484 85.3702 60.345 85.3719 60.3415C85.3563 60.3224 85.3476 60.2963 85.3493 60.2649C85.478 58.609 85.9459 54.791 87.6332 48.8091C87.9445 47.708 88.2263 46.5948 88.4194 45.4659C88.5464 44.7231 88.6838 43.8847 88.6281 43.1055C88.4629 43.876 88.2472 44.6379 88.0054 45.3893C87.5793 46.713 87.0853 48.0124 86.6852 49.3448V49.3413Z" fill="var(--sapContent_Illustrative_Color3)"/>
13
+ <path d="M81.2095 41.3937C81.1642 41.5502 81.1068 41.7033 81.0599 41.8633C80.9694 42.1608 80.8894 42.4652 80.7972 42.7626C80.5989 43.4027 80.3971 44.0411 80.1988 44.6795C79.7866 46.0084 79.3726 47.3356 78.9621 48.6645C78.5516 49.9934 78.1167 51.4041 77.7028 52.7748C77.3897 53.8097 77.0766 54.8447 76.7913 55.8866C76.7113 56.1789 76.6243 56.4746 76.5704 56.7737C76.5217 57.0468 76.8835 57.2069 77.04 56.979C77.04 56.9773 77.0435 56.9738 77.0453 56.972C77.1131 56.8711 78.4594 52.1851 78.9743 49.8804C79.3535 48.1827 79.9049 46.5668 80.4006 45.1369C80.2006 45.8519 81.5678 41.4772 81.4234 41.8773C81.7208 40.5066 81.5521 39.6438 80.3502 39.5586C80.8859 39.9169 81.3382 40.2405 81.2947 40.9519C81.286 41.1049 81.2529 41.2493 81.2112 41.3902L81.2095 41.3937Z" fill="var(--sapContent_Illustrative_Color3)"/>
14
+ <path d="M89.3536 53.5168C89.3429 53.5168 89.3429 53.499 89.3536 53.499C89.3643 53.499 89.3643 53.5168 89.3536 53.5168Z" fill="var(--sapContent_Illustrative_Color3)"/>
15
+ <path d="M78.2628 41.4549C78.1967 41.6862 78.2976 41.9332 78.508 42.048C79.1099 42.3716 80.3605 42.843 80.7171 41.4114C81.0998 39.8825 79.9135 39.785 79.4282 39.8059C79.3029 39.8111 79.1864 39.8651 79.1029 39.959C78.889 40.2008 78.4611 40.7487 78.261 41.4549H78.2628Z" fill="var(--sapContent_Illustrative_Color23)"/>
16
+ <path d="M82.107 40.3555C82.0826 40.726 82.3 41.0669 82.641 41.2165C83.215 41.467 84.1421 41.6409 84.4621 40.359C84.7926 39.037 83.9508 38.7848 83.4028 38.7535C83.1332 38.7378 82.8706 38.8439 82.6931 39.0457C82.4548 39.317 82.1452 39.7745 82.107 40.3555Z" fill="var(--sapContent_Illustrative_Color23)"/>
17
+ <path d="M85.3024 43.1839C85.2432 43.4291 85.3702 43.6796 85.5998 43.7874C86.2138 44.0745 87.4401 44.4484 87.6575 43.003C87.9393 41.1261 86.1268 41.5001 86.1268 41.5001C86.1268 41.5001 85.4937 42.3994 85.3024 43.1856V43.1839Z" fill="var(--sapContent_Illustrative_Color23)"/>
18
+ <path d="M89.1969 49.8133C89.1413 50.3438 89.5587 50.8326 90.091 50.7996C90.4006 50.7804 90.6946 50.5856 90.7781 49.9612C90.9312 48.8131 90.018 48.7453 89.677 48.7592C89.597 48.7627 89.5257 48.8062 89.4892 48.8758C89.4005 49.0393 89.2422 49.3819 89.1987 49.8133H89.1969Z" fill="var(--sapContent_Illustrative_Color23)"/>
19
+ <path d="M64.0099 59.0599C64.0099 59.0599 65.6972 58.2649 64.2047 57.1239C62.7627 56.0193 62.4775 57.2822 62.4775 57.2822C62.4775 57.2822 62.888 58.1901 64.0099 59.0599Z" fill="var(--sapContent_Illustrative_Color23)"/>
20
+ <path d="M86.4608 99.8283L99.5152 90.8493L95.798 84.2812C95.798 84.2812 88.8751 88.4141 83.5768 90.8146L86.459 99.8283H86.4608Z" fill="var(--sapContent_Illustrative_Color8)"/>
21
+ <path d="M116.835 122.968C110.101 110.025 99.8683 90.6842 98.8368 88.4316C98.8368 88.4316 84.236 95.1737 84.4517 96.8105C84.6796 98.5395 90.8319 112.524 95.5058 122.97H116.835V122.968Z" fill="var(--sapContent_Illustrative_Color13)"/>
22
+ <path d="M97.5131 122.968C95.3875 118.616 93.6724 114.001 92.9558 109.195C92.5975 106.789 92.4774 104.339 92.761 101.917C92.881 100.893 93.0219 99.8317 93.3959 98.8628C93.7055 98.0627 94.1508 97.339 94.7039 96.685C96.3459 94.7403 98.7168 93.5819 100.585 91.8964C99.6735 90.1326 99.0507 88.9046 98.8333 88.4297C98.8333 88.4297 84.2325 95.1717 84.4482 96.8085C84.6761 98.5375 90.8285 112.523 95.5023 122.968H97.5114H97.5131Z" fill="var(--sapContent_Illustrative_Color22)"/>
23
+ <path d="M72.5262 122.968C76.6574 109.875 82.4427 90.6181 82.4427 90.6181L65.8485 83.8447L50.9886 122.968H72.5262Z" fill="var(--sapContent_Illustrative_Color13)"/>
24
+ <path d="M55.318 122.968C55.6363 121.604 56.0086 120.253 56.4156 118.913C57.0888 116.701 57.8611 114.52 58.6908 112.361C59.5275 110.183 60.4267 108.03 61.3591 105.89C62.2201 103.916 63.1124 101.956 64.0187 100.001C64.0621 99.9066 64.1161 99.7831 64.1804 99.6335C67.2018 92.5297 74.944 88.6856 82.4201 90.6129L82.4427 90.6181L65.8485 83.8447L50.9886 122.968H55.318Z" fill="var(--sapContent_Illustrative_Color22)"/>
25
+ </svg>