@ui5/webcomponents-fiori 0.0.0-dff5837d7 → 0.0.0-e03cd01f3
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.
- package/.env.production +1 -0
- package/.env.testing +4 -0
- package/.npsrc.json +3 -0
- package/CHANGELOG.md +3924 -0
- package/LICENSE.txt +201 -0
- package/README.md +63 -19
- package/cypress.config.js +3 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/Assets-fetch.d.ts +3 -0
- package/dist/Assets-fetch.js +6 -0
- package/dist/Assets-fetch.js.map +1 -0
- package/dist/Assets-node.d.ts +14 -0
- package/dist/Assets-node.js +17 -0
- package/dist/Assets-node.js.map +1 -0
- package/dist/Assets.d.ts +3 -0
- package/dist/Assets.js +2 -2
- package/dist/Assets.js.map +1 -0
- package/dist/BarcodeScannerDialog.d.ts +136 -0
- package/dist/BarcodeScannerDialog.js +366 -0
- package/dist/BarcodeScannerDialog.js.map +1 -0
- package/dist/BarcodeScannerDialogTemplate.d.ts +2 -0
- package/dist/BarcodeScannerDialogTemplate.js +8 -0
- package/dist/BarcodeScannerDialogTemplate.js.map +1 -0
- package/dist/DynamicPage.d.ts +164 -0
- package/dist/DynamicPage.js +398 -0
- package/dist/DynamicPage.js.map +1 -0
- package/dist/DynamicPageHeader.d.ts +56 -0
- package/dist/DynamicPageHeader.js +93 -0
- package/dist/DynamicPageHeader.js.map +1 -0
- package/dist/DynamicPageHeaderActions.d.ts +77 -0
- package/dist/DynamicPageHeaderActions.js +181 -0
- package/dist/DynamicPageHeaderActions.js.map +1 -0
- package/dist/DynamicPageHeaderActionsTemplate.d.ts +2 -0
- package/dist/DynamicPageHeaderActionsTemplate.js +8 -0
- package/dist/DynamicPageHeaderActionsTemplate.js.map +1 -0
- package/dist/DynamicPageHeaderTemplate.d.ts +2 -0
- package/dist/DynamicPageHeaderTemplate.js +5 -0
- package/dist/DynamicPageHeaderTemplate.js.map +1 -0
- package/dist/DynamicPageTemplate.d.ts +2 -0
- package/dist/DynamicPageTemplate.js +14 -0
- package/dist/DynamicPageTemplate.js.map +1 -0
- package/dist/DynamicPageTitle.d.ts +171 -0
- package/dist/DynamicPageTitle.js +246 -0
- package/dist/DynamicPageTitle.js.map +1 -0
- package/dist/DynamicPageTitleTemplate.d.ts +2 -0
- package/dist/DynamicPageTitleTemplate.js +16 -0
- package/dist/DynamicPageTitleTemplate.js.map +1 -0
- package/dist/DynamicSideContent.d.ts +233 -0
- package/dist/DynamicSideContent.js +413 -0
- package/dist/DynamicSideContent.js.map +1 -0
- package/dist/DynamicSideContentTemplate.d.ts +2 -0
- package/dist/DynamicSideContentTemplate.js +14 -0
- package/dist/DynamicSideContentTemplate.js.map +1 -0
- package/dist/FilterItem.d.ts +44 -0
- package/dist/FilterItem.js +48 -0
- package/dist/FilterItem.js.map +1 -0
- package/dist/FilterItemOption.d.ts +38 -0
- package/dist/FilterItemOption.js +54 -0
- package/dist/FilterItemOption.js.map +1 -0
- package/dist/FlexibleColumnLayout.d.ts +431 -0
- package/dist/FlexibleColumnLayout.js +1177 -0
- package/dist/FlexibleColumnLayout.js.map +1 -0
- package/dist/FlexibleColumnLayoutTemplate.d.ts +2 -0
- package/dist/FlexibleColumnLayoutTemplate.js +40 -0
- package/dist/FlexibleColumnLayoutTemplate.js.map +1 -0
- package/dist/GroupItem.d.ts +38 -0
- package/dist/GroupItem.js +54 -0
- package/dist/GroupItem.js.map +1 -0
- package/dist/IllustratedMessage.d.ts +251 -0
- package/dist/IllustratedMessage.js +426 -0
- package/dist/IllustratedMessage.js.map +1 -0
- package/dist/IllustratedMessageTemplate.d.ts +2 -0
- package/dist/IllustratedMessageTemplate.js +27 -0
- package/dist/IllustratedMessageTemplate.js.map +1 -0
- package/dist/MediaGallery.d.ts +177 -0
- package/dist/MediaGallery.js +441 -0
- package/dist/MediaGallery.js.map +1 -0
- package/dist/MediaGalleryItem.d.ts +116 -0
- package/dist/MediaGalleryItem.js +238 -0
- package/dist/MediaGalleryItem.js.map +1 -0
- package/dist/MediaGalleryItemTemplate.d.ts +2 -0
- package/dist/MediaGalleryItemTemplate.js +7 -0
- package/dist/MediaGalleryItemTemplate.js.map +1 -0
- package/dist/MediaGalleryTemplate.d.ts +2 -0
- package/dist/MediaGalleryTemplate.js +10 -0
- package/dist/MediaGalleryTemplate.js.map +1 -0
- package/dist/NavigationLayout.d.ts +78 -0
- package/dist/NavigationLayout.js +137 -0
- package/dist/NavigationLayout.js.map +1 -0
- package/dist/NavigationLayoutTemplate.d.ts +2 -0
- package/dist/NavigationLayoutTemplate.js +5 -0
- package/dist/NavigationLayoutTemplate.js.map +1 -0
- package/dist/NavigationMenu.d.ts +36 -0
- package/dist/NavigationMenu.js +68 -0
- package/dist/NavigationMenu.js.map +1 -0
- package/dist/NavigationMenuItem.d.ts +86 -0
- package/dist/NavigationMenuItem.js +159 -0
- package/dist/NavigationMenuItem.js.map +1 -0
- package/dist/NavigationMenuItemTemplate.d.ts +3 -0
- package/dist/NavigationMenuItemTemplate.js +34 -0
- package/dist/NavigationMenuItemTemplate.js.map +1 -0
- package/dist/NavigationMenuTemplate.d.ts +2 -0
- package/dist/NavigationMenuTemplate.js +15 -0
- package/dist/NavigationMenuTemplate.js.map +1 -0
- package/dist/NotificationList.d.ts +72 -0
- package/dist/NotificationList.js +135 -0
- package/dist/NotificationList.js.map +1 -0
- package/dist/NotificationListGroupItem.d.ts +92 -0
- package/dist/NotificationListGroupItem.js +204 -199
- package/dist/NotificationListGroupItem.js.map +1 -0
- package/dist/NotificationListGroupItemTemplate.d.ts +2 -0
- package/dist/NotificationListGroupItemTemplate.js +10 -0
- package/dist/NotificationListGroupItemTemplate.js.map +1 -0
- package/dist/NotificationListGroupList.d.ts +23 -0
- package/dist/NotificationListGroupList.js +52 -0
- package/dist/NotificationListGroupList.js.map +1 -0
- package/dist/NotificationListInternal.d.ts +21 -0
- package/dist/NotificationListInternal.js +161 -0
- package/dist/NotificationListInternal.js.map +1 -0
- package/dist/NotificationListItem.d.ts +199 -0
- package/dist/NotificationListItem.js +429 -405
- package/dist/NotificationListItem.js.map +1 -0
- package/dist/NotificationListItemBase.d.ts +52 -0
- package/dist/NotificationListItemBase.js +91 -229
- package/dist/NotificationListItemBase.js.map +1 -0
- package/dist/NotificationListItemTemplate.d.ts +2 -0
- package/dist/NotificationListItemTemplate.js +19 -0
- package/dist/NotificationListItemTemplate.js.map +1 -0
- package/dist/NotificationListTemplate.d.ts +2 -0
- package/dist/NotificationListTemplate.js +6 -0
- package/dist/NotificationListTemplate.js.map +1 -0
- package/dist/Page.d.ts +83 -0
- package/dist/Page.js +128 -0
- package/dist/Page.js.map +1 -0
- package/dist/PageTemplate.d.ts +2 -0
- package/dist/PageTemplate.js +11 -0
- package/dist/PageTemplate.js.map +1 -0
- package/dist/ProductSwitch.d.ts +78 -0
- package/dist/ProductSwitch.js +126 -114
- package/dist/ProductSwitch.js.map +1 -0
- package/dist/ProductSwitchItem.d.ts +116 -0
- package/dist/ProductSwitchItem.js +144 -213
- package/dist/ProductSwitchItem.js.map +1 -0
- package/dist/ProductSwitchItemTemplate.d.ts +2 -0
- package/dist/ProductSwitchItemTemplate.js +15 -0
- package/dist/ProductSwitchItemTemplate.js.map +1 -0
- package/dist/ProductSwitchTemplate.d.ts +2 -0
- package/dist/ProductSwitchTemplate.js +5 -0
- package/dist/ProductSwitchTemplate.js.map +1 -0
- package/dist/Search.d.ts +185 -0
- package/dist/Search.js +446 -0
- package/dist/Search.js.map +1 -0
- package/dist/SearchField.d.ts +147 -0
- package/dist/SearchField.js +223 -0
- package/dist/SearchField.js.map +1 -0
- package/dist/SearchFieldTemplate.d.ts +8 -0
- package/dist/SearchFieldTemplate.js +16 -0
- package/dist/SearchFieldTemplate.js.map +1 -0
- package/dist/SearchItem.d.ts +98 -0
- package/dist/SearchItem.js +216 -0
- package/dist/SearchItem.js.map +1 -0
- package/dist/SearchItemGroup.d.ts +15 -0
- package/dist/SearchItemGroup.js +38 -0
- package/dist/SearchItemGroup.js.map +1 -0
- package/dist/SearchItemShowMore.d.ts +49 -0
- package/dist/SearchItemShowMore.js +112 -0
- package/dist/SearchItemShowMore.js.map +1 -0
- package/dist/SearchItemShowMoreTemplate.d.ts +2 -0
- package/dist/SearchItemShowMoreTemplate.js +5 -0
- package/dist/SearchItemShowMoreTemplate.js.map +1 -0
- package/dist/SearchItemTemplate.d.ts +2 -0
- package/dist/SearchItemTemplate.js +16 -0
- package/dist/SearchItemTemplate.js.map +1 -0
- package/dist/SearchMessageArea.d.ts +27 -0
- package/dist/SearchMessageArea.js +41 -0
- package/dist/SearchMessageArea.js.map +1 -0
- package/dist/SearchMessageAreaTemplate.d.ts +2 -0
- package/dist/SearchMessageAreaTemplate.js +8 -0
- package/dist/SearchMessageAreaTemplate.js.map +1 -0
- package/dist/SearchPopoverTemplate.d.ts +3 -0
- package/dist/SearchPopoverTemplate.js +25 -0
- package/dist/SearchPopoverTemplate.js.map +1 -0
- package/dist/SearchScope.d.ts +30 -0
- package/dist/SearchScope.js +37 -0
- package/dist/SearchScope.js.map +1 -0
- package/dist/SearchTemplate.d.ts +2 -0
- package/dist/SearchTemplate.js +7 -0
- package/dist/SearchTemplate.js.map +1 -0
- package/dist/ShellBar.d.ts +555 -0
- package/dist/ShellBar.js +1373 -1019
- package/dist/ShellBar.js.map +1 -0
- package/dist/ShellBarBranding.d.ts +78 -0
- package/dist/ShellBarBranding.js +116 -0
- package/dist/ShellBarBranding.js.map +1 -0
- package/dist/ShellBarBrandingTemplate.d.ts +2 -0
- package/dist/ShellBarBrandingTemplate.js +5 -0
- package/dist/ShellBarBrandingTemplate.js.map +1 -0
- package/dist/ShellBarItem.d.ts +75 -0
- package/dist/ShellBarItem.js +77 -80
- package/dist/ShellBarItem.js.map +1 -0
- package/dist/ShellBarPopoverTemplate.d.ts +2 -0
- package/dist/ShellBarPopoverTemplate.js +9 -0
- package/dist/ShellBarPopoverTemplate.js.map +1 -0
- package/dist/ShellBarSearch.d.ts +26 -0
- package/dist/ShellBarSearch.js +97 -0
- package/dist/ShellBarSearch.js.map +1 -0
- package/dist/ShellBarSearchPopoverTemplate.d.ts +2 -0
- package/dist/ShellBarSearchPopoverTemplate.js +12 -0
- package/dist/ShellBarSearchPopoverTemplate.js.map +1 -0
- package/dist/ShellBarSearchTemplate.d.ts +2 -0
- package/dist/ShellBarSearchTemplate.js +7 -0
- package/dist/ShellBarSearchTemplate.js.map +1 -0
- package/dist/ShellBarSpacer.d.ts +17 -0
- package/dist/ShellBarSpacer.js +38 -0
- package/dist/ShellBarSpacer.js.map +1 -0
- package/dist/ShellBarTemplate.d.ts +2 -0
- package/dist/ShellBarTemplate.js +62 -0
- package/dist/ShellBarTemplate.js.map +1 -0
- package/dist/SideNavigation.d.ts +186 -0
- package/dist/SideNavigation.js +550 -0
- package/dist/SideNavigation.js.map +1 -0
- package/dist/SideNavigationGroup.d.ts +56 -0
- package/dist/SideNavigationGroup.js +168 -0
- package/dist/SideNavigationGroup.js.map +1 -0
- package/dist/SideNavigationGroupTemplate.d.ts +2 -0
- package/dist/SideNavigationGroupTemplate.js +16 -0
- package/dist/SideNavigationGroupTemplate.js.map +1 -0
- package/dist/SideNavigationItem.d.ts +77 -0
- package/dist/SideNavigationItem.js +280 -0
- package/dist/SideNavigationItem.js.map +1 -0
- package/dist/SideNavigationItemBase.d.ts +82 -0
- package/dist/SideNavigationItemBase.js +124 -0
- package/dist/SideNavigationItemBase.js.map +1 -0
- package/dist/SideNavigationItemTemplate.d.ts +2 -0
- package/dist/SideNavigationItemTemplate.js +26 -0
- package/dist/SideNavigationItemTemplate.js.map +1 -0
- package/dist/SideNavigationPopoverTemplate.d.ts +2 -0
- package/dist/SideNavigationPopoverTemplate.js +13 -0
- package/dist/SideNavigationPopoverTemplate.js.map +1 -0
- package/dist/SideNavigationSelectableItemBase.d.ts +149 -0
- package/dist/SideNavigationSelectableItemBase.js +258 -0
- package/dist/SideNavigationSelectableItemBase.js.map +1 -0
- package/dist/SideNavigationSubItem.d.ts +26 -0
- package/dist/SideNavigationSubItem.js +64 -0
- package/dist/SideNavigationSubItem.js.map +1 -0
- package/dist/SideNavigationSubItemTemplate.d.ts +2 -0
- package/dist/SideNavigationSubItemTemplate.js +10 -0
- package/dist/SideNavigationSubItemTemplate.js.map +1 -0
- package/dist/SideNavigationTemplate.d.ts +2 -0
- package/dist/SideNavigationTemplate.js +20 -0
- package/dist/SideNavigationTemplate.js.map +1 -0
- package/dist/SortItem.d.ts +38 -0
- package/dist/SortItem.js +54 -0
- package/dist/SortItem.js.map +1 -0
- package/dist/Timeline.d.ts +144 -0
- package/dist/Timeline.js +377 -0
- package/dist/Timeline.js.map +1 -0
- package/dist/TimelineGroupItem.d.ts +70 -0
- package/dist/TimelineGroupItem.js +164 -0
- package/dist/TimelineGroupItem.js.map +1 -0
- package/dist/TimelineGroupItemTemplate.d.ts +2 -0
- package/dist/TimelineGroupItemTemplate.js +17 -0
- package/dist/TimelineGroupItemTemplate.js.map +1 -0
- package/dist/TimelineItem.d.ts +122 -0
- package/dist/TimelineItem.js +194 -0
- package/dist/TimelineItem.js.map +1 -0
- package/dist/TimelineItemTemplate.d.ts +2 -0
- package/dist/TimelineItemTemplate.js +29 -0
- package/dist/TimelineItemTemplate.js.map +1 -0
- package/dist/TimelineTemplate.d.ts +2 -0
- package/dist/TimelineTemplate.js +18 -0
- package/dist/TimelineTemplate.js.map +1 -0
- package/dist/UploadCollection.d.ts +123 -0
- package/dist/UploadCollection.js +203 -306
- package/dist/UploadCollection.js.map +1 -0
- package/dist/UploadCollectionItem.d.ts +168 -0
- package/dist/UploadCollectionItem.js +382 -475
- package/dist/UploadCollectionItem.js.map +1 -0
- package/dist/UploadCollectionItemTemplate.d.ts +3 -0
- package/dist/UploadCollectionItemTemplate.js +22 -0
- package/dist/UploadCollectionItemTemplate.js.map +1 -0
- package/dist/UploadCollectionTemplate.d.ts +2 -0
- package/dist/UploadCollectionTemplate.js +24 -0
- package/dist/UploadCollectionTemplate.js.map +1 -0
- package/dist/UserMenu.d.ts +168 -0
- package/dist/UserMenu.js +366 -0
- package/dist/UserMenu.js.map +1 -0
- package/dist/UserMenuAccount.d.ts +61 -0
- package/dist/UserMenuAccount.js +121 -0
- package/dist/UserMenuAccount.js.map +1 -0
- package/dist/UserMenuItem.d.ts +35 -0
- package/dist/UserMenuItem.js +52 -0
- package/dist/UserMenuItem.js.map +1 -0
- package/dist/UserMenuItemGroup.d.ts +36 -0
- package/dist/UserMenuItemGroup.js +54 -0
- package/dist/UserMenuItemGroup.js.map +1 -0
- package/dist/UserMenuItemGroupTemplate.d.ts +2 -0
- package/dist/UserMenuItemGroupTemplate.js +5 -0
- package/dist/UserMenuItemGroupTemplate.js.map +1 -0
- package/dist/UserMenuItemTemplate.d.ts +2 -0
- package/dist/UserMenuItemTemplate.js +5 -0
- package/dist/UserMenuItemTemplate.js.map +1 -0
- package/dist/UserMenuTemplate.d.ts +2 -0
- package/dist/UserMenuTemplate.js +57 -0
- package/dist/UserMenuTemplate.js.map +1 -0
- package/dist/UserSettingsAccountView.d.ts +29 -0
- package/dist/UserSettingsAccountView.js +108 -0
- package/dist/UserSettingsAccountView.js.map +1 -0
- package/dist/UserSettingsAccountViewTemplate.d.ts +2 -0
- package/dist/UserSettingsAccountViewTemplate.js +18 -0
- package/dist/UserSettingsAccountViewTemplate.js.map +1 -0
- package/dist/UserSettingsAppearanceView.d.ts +28 -0
- package/dist/UserSettingsAppearanceView.js +108 -0
- package/dist/UserSettingsAppearanceView.js.map +1 -0
- package/dist/UserSettingsAppearanceViewGroup.d.ts +27 -0
- package/dist/UserSettingsAppearanceViewGroup.js +43 -0
- package/dist/UserSettingsAppearanceViewGroup.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItem.d.ts +29 -0
- package/dist/UserSettingsAppearanceViewItem.js +103 -0
- package/dist/UserSettingsAppearanceViewItem.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.d.ts +2 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.js +13 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.js.map +1 -0
- package/dist/UserSettingsAppearanceViewTemplate.d.ts +2 -0
- package/dist/UserSettingsAppearanceViewTemplate.js +6 -0
- package/dist/UserSettingsAppearanceViewTemplate.js.map +1 -0
- package/dist/UserSettingsDialog.d.ts +118 -0
- package/dist/UserSettingsDialog.js +262 -0
- package/dist/UserSettingsDialog.js.map +1 -0
- package/dist/UserSettingsDialogTemplate.d.ts +2 -0
- package/dist/UserSettingsDialogTemplate.js +23 -0
- package/dist/UserSettingsDialogTemplate.js.map +1 -0
- package/dist/UserSettingsItem.d.ts +136 -0
- package/dist/UserSettingsItem.js +215 -0
- package/dist/UserSettingsItem.js.map +1 -0
- package/dist/UserSettingsItemTemplate.d.ts +4 -0
- package/dist/UserSettingsItemTemplate.js +20 -0
- package/dist/UserSettingsItemTemplate.js.map +1 -0
- package/dist/UserSettingsView.d.ts +43 -0
- package/dist/UserSettingsView.js +68 -0
- package/dist/UserSettingsView.js.map +1 -0
- package/dist/UserSettingsViewTemplate.d.ts +2 -0
- package/dist/UserSettingsViewTemplate.js +5 -0
- package/dist/UserSettingsViewTemplate.js.map +1 -0
- package/dist/ViewSettingsDialog.d.ts +315 -0
- package/dist/ViewSettingsDialog.js +743 -0
- package/dist/ViewSettingsDialog.js.map +1 -0
- package/dist/ViewSettingsDialogTemplate.d.ts +2 -0
- package/dist/ViewSettingsDialogTemplate.js +53 -0
- package/dist/ViewSettingsDialogTemplate.js.map +1 -0
- package/dist/Wizard.d.ts +360 -0
- package/dist/Wizard.js +827 -0
- package/dist/Wizard.js.map +1 -0
- package/dist/WizardPopoverTemplate.d.ts +2 -0
- package/dist/WizardPopoverTemplate.js +12 -0
- package/dist/WizardPopoverTemplate.js.map +1 -0
- package/dist/WizardStep.d.ts +89 -0
- package/dist/WizardStep.js +92 -0
- package/dist/WizardStep.js.map +1 -0
- package/dist/WizardTab.d.ts +99 -0
- package/dist/WizardTab.js +162 -0
- package/dist/WizardTab.js.map +1 -0
- package/dist/WizardTabTemplate.d.ts +2 -0
- package/dist/WizardTabTemplate.js +7 -0
- package/dist/WizardTabTemplate.js.map +1 -0
- package/dist/WizardTemplate.d.ts +2 -0
- package/dist/WizardTemplate.js +11 -0
- package/dist/WizardTemplate.js.map +1 -0
- package/dist/bundle.esm.d.ts +4 -0
- package/dist/bundle.esm.js +67 -0
- package/dist/bundle.esm.js.map +1 -0
- package/dist/bundle.scoped.esm.d.ts +3 -0
- package/dist/bundle.scoped.esm.js +5 -0
- package/dist/bundle.scoped.esm.js.map +1 -0
- package/dist/css/themes/BarcodeScannerDialog.css +1 -0
- package/dist/css/themes/DynamicPage.css +1 -0
- package/dist/css/themes/DynamicPageHeader.css +1 -0
- package/dist/css/themes/DynamicPageHeaderActions.css +1 -0
- package/dist/css/themes/DynamicPageTitle.css +1 -0
- package/dist/css/themes/DynamicSideContent.css +1 -0
- package/dist/css/themes/FlexibleColumnLayout.css +1 -0
- package/dist/css/themes/IllustratedMessage.css +1 -0
- package/dist/css/themes/InvisibleTextStyles.css +1 -0
- package/dist/css/themes/MediaGallery.css +1 -0
- package/dist/css/themes/MediaGalleryItem.css +1 -0
- package/dist/css/themes/NavigationLayout.css +1 -0
- package/dist/css/themes/NavigationMenu.css +1 -0
- package/dist/css/themes/NavigationMenuItem.css +1 -0
- package/dist/css/themes/NotificationList.css +1 -0
- package/dist/css/themes/NotificationListGroupItem.css +1 -0
- package/dist/css/themes/NotificationListItem.css +1 -0
- package/dist/css/themes/NotificationListItemBase.css +1 -0
- package/dist/css/themes/NotificationStateIcon.css +1 -0
- package/dist/css/themes/Page.css +1 -0
- package/dist/css/themes/ProductSwitch.css +1 -0
- package/dist/css/themes/ProductSwitchItem.css +1 -0
- package/dist/css/themes/Search.css +1 -0
- package/dist/css/themes/SearchField.css +1 -0
- package/dist/css/themes/SearchItem.css +1 -0
- package/dist/css/themes/SearchItemGroup.css +1 -0
- package/dist/css/themes/SearchItemShowMore.css +1 -0
- package/dist/css/themes/SearchMessageArea.css +1 -0
- package/dist/css/themes/ShellBar.css +1 -0
- package/dist/css/themes/ShellBarBranding.css +1 -0
- package/dist/css/themes/ShellBarPopover.css +1 -0
- package/dist/css/themes/ShellBarSearch.css +1 -0
- package/dist/css/themes/SideNavigation.css +1 -0
- package/dist/css/themes/SideNavigationGroup.css +1 -0
- package/dist/css/themes/SideNavigationItem.css +1 -0
- package/dist/css/themes/SideNavigationItemBase.css +1 -0
- package/dist/css/themes/SideNavigationPopover.css +1 -0
- package/dist/css/themes/SideNavigationSubItem.css +1 -0
- package/dist/css/themes/Timeline.css +1 -0
- package/dist/css/themes/TimelineGroupItem.css +1 -0
- package/dist/css/themes/TimelineItem.css +1 -0
- package/dist/css/themes/UploadCollection.css +1 -0
- package/dist/css/themes/UploadCollectionItem.css +1 -0
- package/dist/css/themes/UserMenu.css +1 -0
- package/dist/css/themes/UserMenuItem.css +1 -0
- package/dist/css/themes/UserSettingsAccountView.css +1 -0
- package/dist/css/themes/UserSettingsAppearanceViewItem.css +1 -0
- package/dist/css/themes/UserSettingsDialog.css +1 -0
- package/dist/css/themes/UserSettingsItem.css +1 -0
- package/dist/css/themes/UserSettingsView.css +1 -0
- package/dist/css/themes/ViewSettingsDialog.css +1 -0
- package/dist/css/themes/Wizard.css +1 -0
- package/dist/css/themes/WizardPopover.css +1 -0
- package/dist/css/themes/WizardTab.css +1 -0
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
- package/dist/custom-elements-internal.json +13915 -0
- package/dist/custom-elements.json +9753 -0
- package/dist/fcl-utils/FCLLayout.d.ts +24 -0
- package/dist/fcl-utils/FCLLayout.js +271 -0
- package/dist/fcl-utils/FCLLayout.js.map +1 -0
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/i18n/i18n-defaults.d.ts +208 -0
- package/dist/generated/i18n/i18n-defaults.js +208 -2
- package/dist/generated/i18n/i18n-defaults.js.map +1 -0
- package/dist/generated/js-imports/Illustrations.d.ts +1 -0
- package/dist/generated/js-imports/Illustrations.js +88 -0
- package/dist/generated/js-imports/Illustrations.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsTNT.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsTNT.js +62 -0
- package/dist/generated/js-imports/IllustrationsTNT.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.js +59 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js +60 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js.map +1 -0
- package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
- package/dist/generated/json-imports/Themes-fetch.js +25 -0
- package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
- package/dist/generated/json-imports/Themes-node.d.ts +1 -0
- package/dist/generated/json-imports/Themes-node.js +25 -0
- package/dist/generated/json-imports/Themes-node.js.map +1 -0
- package/dist/generated/json-imports/Themes.d.ts +1 -0
- package/dist/generated/json-imports/Themes.js +25 -19
- package/dist/generated/json-imports/Themes.js.map +1 -0
- package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
- package/dist/generated/json-imports/i18n-fetch.js +120 -0
- package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
- package/dist/generated/json-imports/i18n-node.d.ts +1 -0
- package/dist/generated/json-imports/i18n-node.js +120 -0
- package/dist/generated/json-imports/i18n-node.js.map +1 -0
- package/dist/generated/json-imports/i18n.d.ts +1 -0
- package/dist/generated/json-imports/i18n.js +119 -90
- package/dist/generated/json-imports/i18n.js.map +1 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.d.ts +2 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.js +8 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.js.map +1 -0
- package/dist/generated/themes/DynamicPage.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPage.css.js +8 -0
- package/dist/generated/themes/DynamicPage.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageHeader.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageHeader.css.js +8 -0
- package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.js +8 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageTitle.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageTitle.css.js +8 -0
- package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -0
- package/dist/generated/themes/DynamicSideContent.css.d.ts +2 -0
- package/dist/generated/themes/DynamicSideContent.css.js +8 -0
- package/dist/generated/themes/DynamicSideContent.css.js.map +1 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.d.ts +2 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.js +8 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -0
- package/dist/generated/themes/IllustratedMessage.css.d.ts +2 -0
- package/dist/generated/themes/IllustratedMessage.css.js +8 -0
- package/dist/generated/themes/IllustratedMessage.css.js.map +1 -0
- package/dist/generated/themes/InvisibleTextStyles.css.d.ts +2 -0
- package/dist/generated/themes/InvisibleTextStyles.css.js +8 -8
- package/dist/generated/themes/InvisibleTextStyles.css.js.map +1 -0
- package/dist/generated/themes/MediaGallery.css.d.ts +2 -0
- package/dist/generated/themes/MediaGallery.css.js +8 -0
- package/dist/generated/themes/MediaGallery.css.js.map +1 -0
- package/dist/generated/themes/MediaGalleryItem.css.d.ts +2 -0
- package/dist/generated/themes/MediaGalleryItem.css.js +8 -0
- package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -0
- package/dist/generated/themes/NavigationLayout.css.d.ts +2 -0
- package/dist/generated/themes/NavigationLayout.css.js +8 -0
- package/dist/generated/themes/NavigationLayout.css.js.map +1 -0
- package/dist/generated/themes/NavigationMenu.css.d.ts +2 -0
- package/dist/generated/themes/NavigationMenu.css.js +8 -0
- package/dist/generated/themes/NavigationMenu.css.js.map +1 -0
- package/dist/generated/themes/NavigationMenuItem.css.d.ts +2 -0
- package/dist/generated/themes/NavigationMenuItem.css.js +8 -0
- package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationList.css.d.ts +2 -0
- package/dist/generated/themes/NotificationList.css.js +8 -0
- package/dist/generated/themes/NotificationList.css.js.map +1 -0
- package/dist/generated/themes/NotificationListGroupItem.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListGroupItem.css.js +8 -8
- package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationListItem.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListItem.css.js +8 -8
- package/dist/generated/themes/NotificationListItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationListItemBase.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListItemBase.css.js +8 -8
- package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -0
- package/dist/generated/themes/NotificationStateIcon.css.d.ts +2 -0
- package/dist/generated/themes/NotificationStateIcon.css.js +8 -0
- package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -0
- package/dist/generated/themes/Page.css.d.ts +2 -0
- package/dist/generated/themes/Page.css.js +8 -0
- package/dist/generated/themes/Page.css.js.map +1 -0
- package/dist/generated/themes/ProductSwitch.css.d.ts +2 -0
- package/dist/generated/themes/ProductSwitch.css.js +8 -8
- package/dist/generated/themes/ProductSwitch.css.js.map +1 -0
- package/dist/generated/themes/ProductSwitchItem.css.d.ts +2 -0
- package/dist/generated/themes/ProductSwitchItem.css.js +8 -8
- package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -0
- package/dist/generated/themes/Search.css.d.ts +2 -0
- package/dist/generated/themes/Search.css.js +8 -0
- package/dist/generated/themes/Search.css.js.map +1 -0
- package/dist/generated/themes/SearchField.css.d.ts +2 -0
- package/dist/generated/themes/SearchField.css.js +8 -0
- package/dist/generated/themes/SearchField.css.js.map +1 -0
- package/dist/generated/themes/SearchItem.css.d.ts +2 -0
- package/dist/generated/themes/SearchItem.css.js +8 -0
- package/dist/generated/themes/SearchItem.css.js.map +1 -0
- package/dist/generated/themes/SearchItemGroup.css.d.ts +2 -0
- package/dist/generated/themes/SearchItemGroup.css.js +8 -0
- package/dist/generated/themes/SearchItemGroup.css.js.map +1 -0
- package/dist/generated/themes/SearchItemShowMore.css.d.ts +2 -0
- package/dist/generated/themes/SearchItemShowMore.css.js +8 -0
- package/dist/generated/themes/SearchItemShowMore.css.js.map +1 -0
- package/dist/generated/themes/SearchMessageArea.css.d.ts +2 -0
- package/dist/generated/themes/SearchMessageArea.css.js +8 -0
- package/dist/generated/themes/SearchMessageArea.css.js.map +1 -0
- package/dist/generated/themes/ShellBar.css.d.ts +2 -0
- package/dist/generated/themes/ShellBar.css.js +8 -8
- package/dist/generated/themes/ShellBar.css.js.map +1 -0
- package/dist/generated/themes/ShellBarBranding.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarBranding.css.js +8 -0
- package/dist/generated/themes/ShellBarBranding.css.js.map +1 -0
- package/dist/generated/themes/ShellBarPopover.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarPopover.css.js +8 -0
- package/dist/generated/themes/ShellBarPopover.css.js.map +1 -0
- package/dist/generated/themes/ShellBarSearch.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarSearch.css.js +8 -0
- package/dist/generated/themes/ShellBarSearch.css.js.map +1 -0
- package/dist/generated/themes/SideNavigation.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigation.css.js +8 -0
- package/dist/generated/themes/SideNavigation.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationGroup.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationGroup.css.js +8 -0
- package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationItem.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationItem.css.js +8 -0
- package/dist/generated/themes/SideNavigationItem.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationItemBase.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationItemBase.css.js +8 -0
- package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationPopover.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationPopover.css.js +8 -0
- package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationSubItem.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationSubItem.css.js +8 -0
- package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -0
- package/dist/generated/themes/Timeline.css.d.ts +2 -0
- package/dist/generated/themes/Timeline.css.js +8 -0
- package/dist/generated/themes/Timeline.css.js.map +1 -0
- package/dist/generated/themes/TimelineGroupItem.css.d.ts +2 -0
- package/dist/generated/themes/TimelineGroupItem.css.js +8 -0
- package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -0
- package/dist/generated/themes/TimelineItem.css.d.ts +2 -0
- package/dist/generated/themes/TimelineItem.css.js +8 -0
- package/dist/generated/themes/TimelineItem.css.js.map +1 -0
- package/dist/generated/themes/UploadCollection.css.d.ts +2 -0
- package/dist/generated/themes/UploadCollection.css.js +8 -8
- package/dist/generated/themes/UploadCollection.css.js.map +1 -0
- package/dist/generated/themes/UploadCollectionItem.css.d.ts +2 -0
- package/dist/generated/themes/UploadCollectionItem.css.js +8 -8
- package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -0
- package/dist/generated/themes/UserMenu.css.d.ts +2 -0
- package/dist/generated/themes/UserMenu.css.js +8 -0
- package/dist/generated/themes/UserMenu.css.js.map +1 -0
- package/dist/generated/themes/UserMenuItem.css.d.ts +2 -0
- package/dist/generated/themes/UserMenuItem.css.js +8 -0
- package/dist/generated/themes/UserMenuItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsAccountView.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsAccountView.css.js +8 -0
- package/dist/generated/themes/UserSettingsAccountView.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js +8 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsDialog.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsDialog.css.js +8 -0
- package/dist/generated/themes/UserSettingsDialog.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsItem.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsItem.css.js +8 -0
- package/dist/generated/themes/UserSettingsItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsView.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsView.css.js +8 -0
- package/dist/generated/themes/UserSettingsView.css.js.map +1 -0
- package/dist/generated/themes/ViewSettingsDialog.css.d.ts +2 -0
- package/dist/generated/themes/ViewSettingsDialog.css.js +8 -0
- package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -0
- package/dist/generated/themes/Wizard.css.d.ts +2 -0
- package/dist/generated/themes/Wizard.css.js +8 -0
- package/dist/generated/themes/Wizard.css.js.map +1 -0
- package/dist/generated/themes/WizardPopover.css.d.ts +2 -0
- package/dist/generated/themes/WizardPopover.css.js +8 -0
- package/dist/generated/themes/WizardPopover.css.js.map +1 -0
- package/dist/generated/themes/WizardTab.css.d.ts +2 -0
- package/dist/generated/themes/WizardTab.css.js +8 -0
- package/dist/generated/themes/WizardTab.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +3 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -0
- package/dist/illustrations/Achievement.d.ts +8 -0
- package/dist/illustrations/Achievement.js +33 -0
- package/dist/illustrations/AddColumn.d.ts +8 -0
- package/dist/illustrations/AddColumn.js +33 -0
- package/dist/illustrations/AddDimensions.d.ts +8 -0
- package/dist/illustrations/AddDimensions.js +33 -0
- package/dist/illustrations/AddPeople.d.ts +8 -0
- package/dist/illustrations/AddPeople.js +33 -0
- package/dist/illustrations/AddPeopleToCalendar.d.ts +8 -0
- package/dist/illustrations/AddPeopleToCalendar.js +33 -0
- package/dist/illustrations/AddingColumns.d.ts +8 -0
- package/dist/illustrations/AddingColumns.js +33 -0
- package/dist/illustrations/AllIllustrations.d.ts +4 -0
- package/dist/illustrations/AllIllustrations.js +5 -0
- package/dist/illustrations/AllIllustrations.js.map +1 -0
- package/dist/illustrations/BalloonSky.d.ts +8 -0
- package/dist/illustrations/BalloonSky.js +33 -0
- package/dist/illustrations/BeforeSearch.d.ts +8 -0
- package/dist/illustrations/BeforeSearch.js +33 -0
- package/dist/illustrations/Connection.d.ts +8 -0
- package/dist/illustrations/Connection.js +33 -0
- package/dist/illustrations/DragFilesToUpload.d.ts +8 -0
- package/dist/illustrations/DragFilesToUpload.js +33 -0
- package/dist/illustrations/EmptyCalendar.d.ts +8 -0
- package/dist/illustrations/EmptyCalendar.js +33 -0
- package/dist/illustrations/EmptyList.d.ts +8 -0
- package/dist/illustrations/EmptyList.js +33 -0
- package/dist/illustrations/EmptyPlanningCalendar.d.ts +8 -0
- package/dist/illustrations/EmptyPlanningCalendar.js +33 -0
- package/dist/illustrations/ErrorScreen.d.ts +8 -0
- package/dist/illustrations/ErrorScreen.js +33 -0
- package/dist/illustrations/FilterTable.d.ts +8 -0
- package/dist/illustrations/FilterTable.js +33 -0
- package/dist/illustrations/FilteringColumns.d.ts +8 -0
- package/dist/illustrations/FilteringColumns.js +33 -0
- package/dist/illustrations/GroupTable.d.ts +8 -0
- package/dist/illustrations/GroupTable.js +33 -0
- package/dist/illustrations/GroupingColumns.d.ts +8 -0
- package/dist/illustrations/GroupingColumns.js +33 -0
- package/dist/illustrations/KeyTask.d.ts +8 -0
- package/dist/illustrations/KeyTask.js +33 -0
- package/dist/illustrations/NewMail.d.ts +8 -0
- package/dist/illustrations/NewMail.js +33 -0
- package/dist/illustrations/NoActivities.d.ts +8 -0
- package/dist/illustrations/NoActivities.js +33 -0
- package/dist/illustrations/NoChartData.d.ts +8 -0
- package/dist/illustrations/NoChartData.js +33 -0
- package/dist/illustrations/NoColumnsSet.d.ts +8 -0
- package/dist/illustrations/NoColumnsSet.js +33 -0
- package/dist/illustrations/NoData.d.ts +8 -0
- package/dist/illustrations/NoData.js +33 -0
- package/dist/illustrations/NoDimensionsSet.d.ts +8 -0
- package/dist/illustrations/NoDimensionsSet.js +33 -0
- package/dist/illustrations/NoEntries.d.ts +8 -0
- package/dist/illustrations/NoEntries.js +33 -0
- package/dist/illustrations/NoFilterResults.d.ts +8 -0
- package/dist/illustrations/NoFilterResults.js +33 -0
- package/dist/illustrations/NoMail.d.ts +8 -0
- package/dist/illustrations/NoMail.js +33 -0
- package/dist/illustrations/NoMail_v1.d.ts +8 -0
- package/dist/illustrations/NoMail_v1.js +33 -0
- package/dist/illustrations/NoNotifications.d.ts +8 -0
- package/dist/illustrations/NoNotifications.js +33 -0
- package/dist/illustrations/NoSavedItems.d.ts +8 -0
- package/dist/illustrations/NoSavedItems.js +33 -0
- package/dist/illustrations/NoSavedItems_v1.d.ts +8 -0
- package/dist/illustrations/NoSavedItems_v1.js +33 -0
- package/dist/illustrations/NoSearchResults.d.ts +8 -0
- package/dist/illustrations/NoSearchResults.js +33 -0
- package/dist/illustrations/NoTasks.d.ts +8 -0
- package/dist/illustrations/NoTasks.js +33 -0
- package/dist/illustrations/NoTasks_v1.d.ts +8 -0
- package/dist/illustrations/NoTasks_v1.js +33 -0
- package/dist/illustrations/PageNotFound.d.ts +8 -0
- package/dist/illustrations/PageNotFound.js +33 -0
- package/dist/illustrations/ReceiveAppreciation.d.ts +8 -0
- package/dist/illustrations/ReceiveAppreciation.js +33 -0
- package/dist/illustrations/ReloadScreen.d.ts +8 -0
- package/dist/illustrations/ReloadScreen.js +33 -0
- package/dist/illustrations/ResizeColumn.d.ts +8 -0
- package/dist/illustrations/ResizeColumn.js +33 -0
- package/dist/illustrations/ResizingColumns.d.ts +8 -0
- package/dist/illustrations/ResizingColumns.js +33 -0
- package/dist/illustrations/SearchEarth.d.ts +8 -0
- package/dist/illustrations/SearchEarth.js +33 -0
- package/dist/illustrations/SearchFolder.d.ts +8 -0
- package/dist/illustrations/SearchFolder.js +33 -0
- package/dist/illustrations/SignOut.d.ts +8 -0
- package/dist/illustrations/SignOut.js +33 -0
- package/dist/illustrations/SimpleBalloon.d.ts +8 -0
- package/dist/illustrations/SimpleBalloon.js +33 -0
- package/dist/illustrations/SimpleBell.d.ts +8 -0
- package/dist/illustrations/SimpleBell.js +33 -0
- package/dist/illustrations/SimpleCalendar.d.ts +8 -0
- package/dist/illustrations/SimpleCalendar.js +33 -0
- package/dist/illustrations/SimpleCheckMark.d.ts +8 -0
- package/dist/illustrations/SimpleCheckMark.js +33 -0
- package/dist/illustrations/SimpleConnection.d.ts +8 -0
- package/dist/illustrations/SimpleConnection.js +33 -0
- package/dist/illustrations/SimpleEmptyDoc.d.ts +8 -0
- package/dist/illustrations/SimpleEmptyDoc.js +33 -0
- package/dist/illustrations/SimpleEmptyList.d.ts +8 -0
- package/dist/illustrations/SimpleEmptyList.js +33 -0
- package/dist/illustrations/SimpleError.d.ts +8 -0
- package/dist/illustrations/SimpleError.js +33 -0
- package/dist/illustrations/SimpleMagnifier.d.ts +8 -0
- package/dist/illustrations/SimpleMagnifier.js +33 -0
- package/dist/illustrations/SimpleMail.d.ts +8 -0
- package/dist/illustrations/SimpleMail.js +33 -0
- package/dist/illustrations/SimpleNoSavedItems.d.ts +8 -0
- package/dist/illustrations/SimpleNoSavedItems.js +33 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.d.ts +8 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.js +33 -0
- package/dist/illustrations/SimpleReload.d.ts +8 -0
- package/dist/illustrations/SimpleReload.js +33 -0
- package/dist/illustrations/SimpleTask.d.ts +8 -0
- package/dist/illustrations/SimpleTask.js +33 -0
- package/dist/illustrations/SleepingBell.d.ts +8 -0
- package/dist/illustrations/SleepingBell.js +33 -0
- package/dist/illustrations/SortColumn.d.ts +8 -0
- package/dist/illustrations/SortColumn.js +33 -0
- package/dist/illustrations/SortingColumns.d.ts +8 -0
- package/dist/illustrations/SortingColumns.js +33 -0
- package/dist/illustrations/SuccessBalloon.d.ts +8 -0
- package/dist/illustrations/SuccessBalloon.js +33 -0
- package/dist/illustrations/SuccessCheckMark.d.ts +8 -0
- package/dist/illustrations/SuccessCheckMark.js +33 -0
- package/dist/illustrations/SuccessHighFive.d.ts +8 -0
- package/dist/illustrations/SuccessHighFive.js +33 -0
- package/dist/illustrations/SuccessScreen.d.ts +8 -0
- package/dist/illustrations/SuccessScreen.js +33 -0
- package/dist/illustrations/Survey.d.ts +8 -0
- package/dist/illustrations/Survey.js +33 -0
- package/dist/illustrations/Tent.d.ts +8 -0
- package/dist/illustrations/Tent.js +33 -0
- package/dist/illustrations/UnableToLoad.d.ts +8 -0
- package/dist/illustrations/UnableToLoad.js +33 -0
- package/dist/illustrations/UnableToLoadImage.d.ts +8 -0
- package/dist/illustrations/UnableToLoadImage.js +33 -0
- package/dist/illustrations/UnableToUpload.d.ts +8 -0
- package/dist/illustrations/UnableToUpload.js +33 -0
- package/dist/illustrations/UploadCollection.d.ts +8 -0
- package/dist/illustrations/UploadCollection.js +33 -0
- package/dist/illustrations/UploadToCloud.d.ts +8 -0
- package/dist/illustrations/UploadToCloud.js +33 -0
- package/dist/illustrations/UserHasSignedUp.d.ts +8 -0
- package/dist/illustrations/UserHasSignedUp.js +33 -0
- package/dist/illustrations/sapIllus-Dialog-Achievement.js +29 -0
- package/dist/illustrations/sapIllus-Dialog-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-AddDimensions.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeopleToCalendar.js +52 -0
- package/dist/illustrations/sapIllus-Dialog-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-BalloonSky.js +46 -0
- package/dist/illustrations/sapIllus-Dialog-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-Connection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-DragFilesToUpload.js +20 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +78 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyList.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-ErrorScreen.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-FilterTable.js +66 -0
- package/dist/illustrations/sapIllus-Dialog-FilteringColumns.js +39 -0
- package/dist/illustrations/sapIllus-Dialog-GroupTable.js +68 -0
- package/dist/illustrations/sapIllus-Dialog-GroupingColumns.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Dialog-NewMail.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Dialog-NoChartData.js +45 -0
- package/dist/illustrations/sapIllus-Dialog-NoColumnsSet.js +29 -0
- package/dist/illustrations/sapIllus-Dialog-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-NoDimensionsSet.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-NoFilterResults.js +20 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail_v1.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-NoNotifications.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems.js +54 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks.js +60 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks_v1.js +63 -0
- package/dist/illustrations/sapIllus-Dialog-PageNotFound.js +13 -0
- package/dist/illustrations/sapIllus-Dialog-ReceiveAppreciation.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-ReloadScreen.js +49 -0
- package/dist/illustrations/sapIllus-Dialog-ResizeColumn.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-ResizingColumns.js +55 -0
- package/dist/illustrations/sapIllus-Dialog-SearchEarth.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SearchFolder.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBalloon.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +49 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCheckMark.js +7 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleConnection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyList.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleError.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMail.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +22 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleReload.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleTask.js +24 -0
- package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +31 -0
- package/dist/illustrations/sapIllus-Dialog-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-SortingColumns.js +50 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessBalloon.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessCheckMark.js +9 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessHighFive.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessScreen.js +48 -0
- package/dist/illustrations/sapIllus-Dialog-Survey.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-Tent.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToUpload.js +26 -0
- package/dist/illustrations/sapIllus-Dialog-UploadCollection.js +31 -0
- package/dist/illustrations/sapIllus-Dialog-UploadToCloud.js +21 -0
- package/dist/illustrations/sapIllus-Dialog-UserHasSignedUp.js +34 -0
- package/dist/illustrations/sapIllus-Dot-Achievement.js +19 -0
- package/dist/illustrations/sapIllus-Dot-AddColumn.js +27 -0
- package/dist/illustrations/sapIllus-Dot-AddDimensions.js +10 -0
- package/dist/illustrations/sapIllus-Dot-AddPeople.js +9 -0
- package/dist/illustrations/sapIllus-Dot-AddPeopleToCalendar.js +15 -0
- package/dist/illustrations/sapIllus-Dot-AddingColumns.js +14 -0
- package/dist/illustrations/sapIllus-Dot-BalloonSky.js +7 -0
- package/dist/illustrations/sapIllus-Dot-BeforeSearch.js +41 -0
- package/dist/illustrations/sapIllus-Dot-Connection.js +10 -0
- package/dist/illustrations/sapIllus-Dot-DragFilesToUpload.js +8 -0
- package/dist/illustrations/sapIllus-Dot-EmptyCalendar.js +37 -0
- package/dist/illustrations/sapIllus-Dot-EmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Dot-EmptyPlanningCalendar.js +18 -0
- package/dist/illustrations/sapIllus-Dot-ErrorScreen.js +9 -0
- package/dist/illustrations/sapIllus-Dot-FilterTable.js +8 -0
- package/dist/illustrations/sapIllus-Dot-FilteringColumns.js +22 -0
- package/dist/illustrations/sapIllus-Dot-GroupTable.js +36 -0
- package/dist/illustrations/sapIllus-Dot-GroupingColumns.js +23 -0
- package/dist/illustrations/sapIllus-Dot-KeyTask.js +119 -0
- package/dist/illustrations/sapIllus-Dot-NewMail.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoActivities.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoChartData.js +35 -0
- package/dist/illustrations/sapIllus-Dot-NoColumnsSet.js +26 -0
- package/dist/illustrations/sapIllus-Dot-NoData.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoDimensionsSet.js +7 -0
- package/dist/illustrations/sapIllus-Dot-NoEntries.js +25 -0
- package/dist/illustrations/sapIllus-Dot-NoFilterResults.js +14 -0
- package/dist/illustrations/sapIllus-Dot-NoMail.js +14 -0
- package/dist/illustrations/sapIllus-Dot-NoMail_v1.js +10 -0
- package/dist/illustrations/sapIllus-Dot-NoNotifications.js +23 -0
- package/dist/illustrations/sapIllus-Dot-NoSavedItems.js +55 -0
- package/dist/illustrations/sapIllus-Dot-NoSavedItems_v1.js +13 -0
- package/dist/illustrations/sapIllus-Dot-NoSearchResults.js +35 -0
- package/dist/illustrations/sapIllus-Dot-NoTasks.js +22 -0
- package/dist/illustrations/sapIllus-Dot-NoTasks_v1.js +13 -0
- package/dist/illustrations/sapIllus-Dot-PageNotFound.js +14 -0
- package/dist/illustrations/sapIllus-Dot-ReceiveAppreciation.js +19 -0
- package/dist/illustrations/sapIllus-Dot-ReloadScreen.js +9 -0
- package/dist/illustrations/sapIllus-Dot-ResizeColumn.js +27 -0
- package/dist/illustrations/sapIllus-Dot-ResizingColumns.js +19 -0
- package/dist/illustrations/sapIllus-Dot-SearchEarth.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SearchFolder.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SignOut.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SimpleBalloon.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleBell.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SimpleCalendar.js +37 -0
- package/dist/illustrations/sapIllus-Dot-SimpleCheckMark.js +5 -0
- package/dist/illustrations/sapIllus-Dot-SimpleConnection.js +10 -0
- package/dist/illustrations/sapIllus-Dot-SimpleEmptyDoc.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SimpleEmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleError.js +9 -0
- package/dist/illustrations/sapIllus-Dot-SimpleMagnifier.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleMail.js +10 -0
- package/dist/illustrations/sapIllus-Dot-SimpleNoSavedItems.js +13 -0
- package/dist/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SimpleReload.js +9 -0
- package/dist/illustrations/sapIllus-Dot-SimpleTask.js +13 -0
- package/dist/illustrations/sapIllus-Dot-SleepingBell.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SortColumn.js +29 -0
- package/dist/illustrations/sapIllus-Dot-SortingColumns.js +15 -0
- package/dist/illustrations/sapIllus-Dot-SuccessHighFive.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SuccessScreen.js +5 -0
- package/dist/illustrations/sapIllus-Dot-Survey.js +8 -0
- package/dist/illustrations/sapIllus-Dot-Tent.js +8 -0
- package/dist/illustrations/sapIllus-Dot-UnableToLoad.js +118 -0
- package/dist/illustrations/sapIllus-Dot-UnableToLoadImage.js +24 -0
- package/dist/illustrations/sapIllus-Dot-UnableToUpload.js +10 -0
- package/dist/illustrations/sapIllus-Dot-UploadCollection.js +7 -0
- package/dist/illustrations/sapIllus-Dot-UploadToCloud.js +9 -0
- package/dist/illustrations/sapIllus-Dot-UserHasSignedUp.js +8 -0
- package/dist/illustrations/sapIllus-Scene-Achievement.js +29 -0
- package/dist/illustrations/sapIllus-Scene-AddColumn.js +49 -0
- package/dist/illustrations/sapIllus-Scene-AddDimensions.js +18 -0
- package/dist/illustrations/sapIllus-Scene-AddPeople.js +31 -0
- package/dist/illustrations/sapIllus-Scene-AddPeopleToCalendar.js +47 -0
- package/dist/illustrations/sapIllus-Scene-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Scene-BalloonSky.js +54 -0
- package/dist/illustrations/sapIllus-Scene-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Scene-Connection.js +32 -0
- package/dist/illustrations/sapIllus-Scene-DragFilesToUpload.js +20 -0
- package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +91 -0
- package/dist/illustrations/sapIllus-Scene-EmptyList.js +44 -0
- package/dist/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Scene-ErrorScreen.js +79 -0
- package/dist/illustrations/sapIllus-Scene-FilterTable.js +63 -0
- package/dist/illustrations/sapIllus-Scene-FilteringColumns.js +39 -0
- package/dist/illustrations/sapIllus-Scene-GroupTable.js +77 -0
- package/dist/illustrations/sapIllus-Scene-GroupingColumns.js +40 -0
- package/dist/illustrations/sapIllus-Scene-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Scene-NewMail.js +38 -0
- package/dist/illustrations/sapIllus-Scene-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Scene-NoChartData.js +45 -0
- package/dist/illustrations/sapIllus-Scene-NoColumnsSet.js +26 -0
- package/dist/illustrations/sapIllus-Scene-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Scene-NoDimensionsSet.js +39 -0
- package/dist/illustrations/sapIllus-Scene-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Scene-NoFilterResults.js +16 -0
- package/dist/illustrations/sapIllus-Scene-NoMail.js +16 -0
- package/dist/illustrations/sapIllus-Scene-NoMail_v1.js +56 -0
- package/dist/illustrations/sapIllus-Scene-NoNotifications.js +28 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems.js +54 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems_v1.js +40 -0
- package/dist/illustrations/sapIllus-Scene-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks.js +60 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks_v1.js +87 -0
- package/dist/illustrations/sapIllus-Scene-PageNotFound.js +13 -0
- package/dist/illustrations/sapIllus-Scene-ReceiveAppreciation.js +25 -0
- package/dist/illustrations/sapIllus-Scene-ReloadScreen.js +63 -0
- package/dist/illustrations/sapIllus-Scene-ResizeColumn.js +53 -0
- package/dist/illustrations/sapIllus-Scene-ResizingColumns.js +57 -0
- package/dist/illustrations/sapIllus-Scene-SearchEarth.js +31 -0
- package/dist/illustrations/sapIllus-Scene-SearchFolder.js +45 -0
- package/dist/illustrations/sapIllus-Scene-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBalloon.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBell.js +17 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +45 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCheckMark.js +10 -0
- package/dist/illustrations/sapIllus-Scene-SimpleConnection.js +23 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyList.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleError.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMagnifier.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMail.js +17 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +28 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +25 -0
- package/dist/illustrations/sapIllus-Scene-SimpleReload.js +15 -0
- package/dist/illustrations/sapIllus-Scene-SimpleTask.js +20 -0
- package/dist/illustrations/sapIllus-Scene-SleepingBell.js +51 -0
- package/dist/illustrations/sapIllus-Scene-SortColumn.js +51 -0
- package/dist/illustrations/sapIllus-Scene-SortingColumns.js +50 -0
- package/dist/illustrations/sapIllus-Scene-SuccessBalloon.js +34 -0
- package/dist/illustrations/sapIllus-Scene-SuccessCheckMark.js +44 -0
- package/dist/illustrations/sapIllus-Scene-SuccessHighFive.js +26 -0
- package/dist/illustrations/sapIllus-Scene-SuccessScreen.js +62 -0
- package/dist/illustrations/sapIllus-Scene-Survey.js +22 -0
- package/dist/illustrations/sapIllus-Scene-Tent.js +60 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Scene-UnableToUpload.js +26 -0
- package/dist/illustrations/sapIllus-Scene-UploadCollection.js +30 -0
- package/dist/illustrations/sapIllus-Scene-UploadToCloud.js +22 -0
- package/dist/illustrations/sapIllus-Scene-UserHasSignedUp.js +29 -0
- package/dist/illustrations/sapIllus-Spot-Achievement.js +28 -0
- package/dist/illustrations/sapIllus-Spot-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Spot-AddDimensions.js +17 -0
- package/dist/illustrations/sapIllus-Spot-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Spot-AddPeopleToCalendar.js +43 -0
- package/dist/illustrations/sapIllus-Spot-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Spot-BalloonSky.js +44 -0
- package/dist/illustrations/sapIllus-Spot-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Spot-Connection.js +23 -0
- package/dist/illustrations/sapIllus-Spot-DragFilesToUpload.js +18 -0
- package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +47 -0
- package/dist/illustrations/sapIllus-Spot-EmptyList.js +30 -0
- package/dist/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Spot-ErrorScreen.js +33 -0
- package/dist/illustrations/sapIllus-Spot-FilterTable.js +61 -0
- package/dist/illustrations/sapIllus-Spot-FilteringColumns.js +33 -0
- package/dist/illustrations/sapIllus-Spot-GroupTable.js +87 -0
- package/dist/illustrations/sapIllus-Spot-GroupingColumns.js +35 -0
- package/dist/illustrations/sapIllus-Spot-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Spot-NewMail.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoChartData.js +42 -0
- package/dist/illustrations/sapIllus-Spot-NoColumnsSet.js +29 -0
- package/dist/illustrations/sapIllus-Spot-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Spot-NoDimensionsSet.js +43 -0
- package/dist/illustrations/sapIllus-Spot-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Spot-NoFilterResults.js +16 -0
- package/dist/illustrations/sapIllus-Spot-NoMail.js +15 -0
- package/dist/illustrations/sapIllus-Spot-NoMail_v1.js +17 -0
- package/dist/illustrations/sapIllus-Spot-NoNotifications.js +25 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems.js +51 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems_v1.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks.js +32 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks_v1.js +23 -0
- package/dist/illustrations/sapIllus-Spot-PageNotFound.js +10 -0
- package/dist/illustrations/sapIllus-Spot-ReceiveAppreciation.js +20 -0
- package/dist/illustrations/sapIllus-Spot-ReloadScreen.js +37 -0
- package/dist/illustrations/sapIllus-Spot-ResizeColumn.js +50 -0
- package/dist/illustrations/sapIllus-Spot-ResizingColumns.js +37 -0
- package/dist/illustrations/sapIllus-Spot-SearchEarth.js +56 -0
- package/dist/illustrations/sapIllus-Spot-SearchFolder.js +38 -0
- package/dist/illustrations/sapIllus-Spot-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBalloon.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBell.js +13 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +45 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCheckMark.js +6 -0
- package/dist/illustrations/sapIllus-Spot-SimpleConnection.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleError.js +10 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMagnifier.js +9 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMail.js +13 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +24 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleReload.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleTask.js +23 -0
- package/dist/illustrations/sapIllus-Spot-SleepingBell.js +39 -0
- package/dist/illustrations/sapIllus-Spot-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Spot-SortingColumns.js +49 -0
- package/dist/illustrations/sapIllus-Spot-SuccessBalloon.js +20 -0
- package/dist/illustrations/sapIllus-Spot-SuccessCheckMark.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SuccessHighFive.js +25 -0
- package/dist/illustrations/sapIllus-Spot-SuccessScreen.js +36 -0
- package/dist/illustrations/sapIllus-Spot-Survey.js +33 -0
- package/dist/illustrations/sapIllus-Spot-Tent.js +30 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Spot-UnableToUpload.js +28 -0
- package/dist/illustrations/sapIllus-Spot-UploadCollection.js +34 -0
- package/dist/illustrations/sapIllus-Spot-UploadToCloud.js +21 -0
- package/dist/illustrations/sapIllus-Spot-UserHasSignedUp.js +34 -0
- package/dist/illustrations/tnt/Avatar.d.ts +8 -0
- package/dist/illustrations/tnt/Avatar.js +26 -0
- package/dist/illustrations/tnt/Calculator.d.ts +8 -0
- package/dist/illustrations/tnt/Calculator.js +26 -0
- package/dist/illustrations/tnt/ChartArea.d.ts +8 -0
- package/dist/illustrations/tnt/ChartArea.js +26 -0
- package/dist/illustrations/tnt/ChartArea2.d.ts +8 -0
- package/dist/illustrations/tnt/ChartArea2.js +26 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.js +26 -0
- package/dist/illustrations/tnt/ChartBar.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBar.js +26 -0
- package/dist/illustrations/tnt/ChartBullet.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBullet.js +26 -0
- package/dist/illustrations/tnt/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations/tnt/ChartDoughnut.js +26 -0
- package/dist/illustrations/tnt/ChartFlow.d.ts +8 -0
- package/dist/illustrations/tnt/ChartFlow.js +26 -0
- package/dist/illustrations/tnt/ChartGantt.d.ts +8 -0
- package/dist/illustrations/tnt/ChartGantt.js +26 -0
- package/dist/illustrations/tnt/ChartOrg.d.ts +8 -0
- package/dist/illustrations/tnt/ChartOrg.js +26 -0
- package/dist/illustrations/tnt/ChartPie.d.ts +8 -0
- package/dist/illustrations/tnt/ChartPie.js +26 -0
- package/dist/illustrations/tnt/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations/tnt/CodePlaceholder.js +26 -0
- package/dist/illustrations/tnt/Company.d.ts +8 -0
- package/dist/illustrations/tnt/Company.js +26 -0
- package/dist/illustrations/tnt/Compass.d.ts +8 -0
- package/dist/illustrations/tnt/Compass.js +26 -0
- package/dist/illustrations/tnt/Components.d.ts +8 -0
- package/dist/illustrations/tnt/Components.js +26 -0
- package/dist/illustrations/tnt/Dialog.d.ts +8 -0
- package/dist/illustrations/tnt/Dialog.js +26 -0
- package/dist/illustrations/tnt/EmptyContentPane.d.ts +8 -0
- package/dist/illustrations/tnt/EmptyContentPane.js +26 -0
- package/dist/illustrations/tnt/ExternalLink.d.ts +8 -0
- package/dist/illustrations/tnt/ExternalLink.js +26 -0
- package/dist/illustrations/tnt/FaceID.d.ts +8 -0
- package/dist/illustrations/tnt/FaceID.js +26 -0
- package/dist/illustrations/tnt/Fingerprint.d.ts +8 -0
- package/dist/illustrations/tnt/Fingerprint.js +26 -0
- package/dist/illustrations/tnt/Handshake.d.ts +8 -0
- package/dist/illustrations/tnt/Handshake.js +26 -0
- package/dist/illustrations/tnt/Help.d.ts +8 -0
- package/dist/illustrations/tnt/Help.js +26 -0
- package/dist/illustrations/tnt/Lock.d.ts +8 -0
- package/dist/illustrations/tnt/Lock.js +26 -0
- package/dist/illustrations/tnt/Mission.d.ts +8 -0
- package/dist/illustrations/tnt/Mission.js +26 -0
- package/dist/illustrations/tnt/MissionFailed.d.ts +8 -0
- package/dist/illustrations/tnt/MissionFailed.js +26 -0
- package/dist/illustrations/tnt/NoApplications.d.ts +8 -0
- package/dist/illustrations/tnt/NoApplications.js +26 -0
- package/dist/illustrations/tnt/NoFlows.d.ts +8 -0
- package/dist/illustrations/tnt/NoFlows.js +26 -0
- package/dist/illustrations/tnt/NoUsers.d.ts +8 -0
- package/dist/illustrations/tnt/NoUsers.js +26 -0
- package/dist/illustrations/tnt/Radar.d.ts +8 -0
- package/dist/illustrations/tnt/Radar.js +26 -0
- package/dist/illustrations/tnt/RoadMap.d.ts +8 -0
- package/dist/illustrations/tnt/RoadMap.js +26 -0
- package/dist/illustrations/tnt/Secrets.d.ts +8 -0
- package/dist/illustrations/tnt/Secrets.js +26 -0
- package/dist/illustrations/tnt/Services.d.ts +8 -0
- package/dist/illustrations/tnt/Services.js +26 -0
- package/dist/illustrations/tnt/SessionExpired.d.ts +8 -0
- package/dist/illustrations/tnt/SessionExpired.js +26 -0
- package/dist/illustrations/tnt/SessionExpiring.d.ts +8 -0
- package/dist/illustrations/tnt/SessionExpiring.js +26 -0
- package/dist/illustrations/tnt/Settings.d.ts +8 -0
- package/dist/illustrations/tnt/Settings.js +26 -0
- package/dist/illustrations/tnt/Success.d.ts +8 -0
- package/dist/illustrations/tnt/Success.js +26 -0
- package/dist/illustrations/tnt/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations/tnt/SuccessfulAuth.js +26 -0
- package/dist/illustrations/tnt/Systems.d.ts +8 -0
- package/dist/illustrations/tnt/Systems.js +26 -0
- package/dist/illustrations/tnt/Teams.d.ts +8 -0
- package/dist/illustrations/tnt/Teams.js +26 -0
- package/dist/illustrations/tnt/Tools.d.ts +8 -0
- package/dist/illustrations/tnt/Tools.js +26 -0
- package/dist/illustrations/tnt/Tutorials.d.ts +8 -0
- package/dist/illustrations/tnt/Tutorials.js +26 -0
- package/dist/illustrations/tnt/UnableToLoad.d.ts +8 -0
- package/dist/illustrations/tnt/UnableToLoad.js +26 -0
- package/dist/illustrations/tnt/Unlock.d.ts +8 -0
- package/dist/illustrations/tnt/Unlock.js +26 -0
- package/dist/illustrations/tnt/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations/tnt/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations/tnt/User2.d.ts +8 -0
- package/dist/illustrations/tnt/User2.js +26 -0
- package/dist/illustrations/tnt/tnt-Dialog-Avatar.js +125 -0
- package/dist/illustrations/tnt/tnt-Dialog-Calculator.js +81 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea2.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBar.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBullet.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartGantt.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartOrg.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartPie.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +6 -0
- package/dist/illustrations/tnt/tnt-Dialog-Company.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Dialog-Components.js +9 -0
- package/dist/illustrations/tnt/tnt-Dialog-Dialog.js +33 -0
- package/dist/illustrations/tnt/tnt-Dialog-EmptyContentPane.js +19 -0
- package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +16 -0
- package/dist/illustrations/tnt/tnt-Dialog-Handshake.js +33 -0
- package/dist/illustrations/tnt/tnt-Dialog-Help.js +28 -0
- package/dist/illustrations/tnt/tnt-Dialog-Lock.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Mission.js +18 -0
- package/dist/illustrations/tnt/tnt-Dialog-MissionFailed.js +42 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-Radar.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-RoadMap.js +42 -0
- package/dist/illustrations/tnt/tnt-Dialog-Secrets.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Services.js +16 -0
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Settings.js +38 -0
- package/dist/illustrations/tnt/tnt-Dialog-Success.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Systems.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Teams.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tools.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tutorials.js +79 -0
- package/dist/illustrations/tnt/tnt-Dialog-UnableToLoad.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-User2.js +13 -0
- package/dist/illustrations/tnt/tnt-Dot-Avatar.js +13 -0
- package/dist/illustrations/tnt/tnt-Dot-Calculator.js +12 -0
- package/dist/illustrations/tnt/tnt-Dot-Compass.js +10 -0
- package/dist/illustrations/tnt/tnt-Dot-Dialog.js +20 -0
- package/dist/illustrations/tnt/tnt-Dot-EmptyContentPane.js +16 -0
- package/dist/illustrations/tnt/tnt-Dot-Handshake.js +19 -0
- package/dist/illustrations/tnt/tnt-Dot-Help.js +9 -0
- package/dist/illustrations/tnt/tnt-Dot-MissionFailed.js +10 -0
- package/dist/illustrations/tnt/tnt-Dot-RoadMap.js +6 -0
- package/dist/illustrations/tnt/tnt-Dot-Settings.js +7 -0
- package/dist/illustrations/tnt/tnt-Dot-Tutorials.js +8 -0
- package/dist/illustrations/tnt/tnt-Scene-Avatar.js +131 -0
- package/dist/illustrations/tnt/tnt-Scene-Calculator.js +84 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea2.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBPMNFlow.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBar.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBullet.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartDoughnut.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartFlow.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartGantt.js +26 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartOrg.js +27 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartPie.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +9 -0
- package/dist/illustrations/tnt/tnt-Scene-Company.js +30 -0
- package/dist/illustrations/tnt/tnt-Scene-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Scene-Components.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-Dialog.js +36 -0
- package/dist/illustrations/tnt/tnt-Scene-EmptyContentPane.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +14 -0
- package/dist/illustrations/tnt/tnt-Scene-FaceID.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +35 -0
- package/dist/illustrations/tnt/tnt-Scene-Handshake.js +33 -0
- package/dist/illustrations/tnt/tnt-Scene-Help.js +30 -0
- package/dist/illustrations/tnt/tnt-Scene-Lock.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-Mission.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-MissionFailed.js +50 -0
- package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-Radar.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-RoadMap.js +46 -0
- package/dist/illustrations/tnt/tnt-Scene-Secrets.js +15 -0
- package/dist/illustrations/tnt/tnt-Scene-Services.js +17 -0
- package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +17 -0
- package/dist/illustrations/tnt/tnt-Scene-Settings.js +39 -0
- package/dist/illustrations/tnt/tnt-Scene-Success.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-Systems.js +13 -0
- package/dist/illustrations/tnt/tnt-Scene-Teams.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-Tools.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-Tutorials.js +85 -0
- package/dist/illustrations/tnt/tnt-Scene-UnableToLoad.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-Unlock.js +15 -0
- package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-User2.js +22 -0
- package/dist/illustrations/tnt/tnt-Spot-Avatar.js +106 -0
- package/dist/illustrations/tnt/tnt-Spot-Calculator.js +131 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea2.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBPMNFlow.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBar.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBullet.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartDoughnut.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartFlow.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartGantt.js +12 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartOrg.js +6 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartPie.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +6 -0
- package/dist/illustrations/tnt/tnt-Spot-Company.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Spot-Components.js +5 -0
- package/dist/illustrations/tnt/tnt-Spot-Dialog.js +33 -0
- package/dist/illustrations/tnt/tnt-Spot-EmptyContentPane.js +17 -0
- package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-FaceID.js +16 -0
- package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-Handshake.js +65 -0
- package/dist/illustrations/tnt/tnt-Spot-Help.js +24 -0
- package/dist/illustrations/tnt/tnt-Spot-Lock.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Mission.js +17 -0
- package/dist/illustrations/tnt/tnt-Spot-MissionFailed.js +114 -0
- package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-Radar.js +14 -0
- package/dist/illustrations/tnt/tnt-Spot-RoadMap.js +166 -0
- package/dist/illustrations/tnt/tnt-Spot-Secrets.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Services.js +14 -0
- package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Settings.js +37 -0
- package/dist/illustrations/tnt/tnt-Spot-Success.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Systems.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-Teams.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Tools.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-Tutorials.js +92 -0
- package/dist/illustrations/tnt/tnt-Spot-UnableToLoad.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Unlock.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-User2.js +10 -0
- package/dist/illustrations-v5/tnt/Avatar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Avatar.js +26 -0
- package/dist/illustrations-v5/tnt/Calculator.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/ChartArea.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartArea.js +26 -0
- package/dist/illustrations-v5/tnt/ChartArea2.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartArea2.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBPMNFlow.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBar.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBullet.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBullet.js +26 -0
- package/dist/illustrations-v5/tnt/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartDoughnut.js +26 -0
- package/dist/illustrations-v5/tnt/ChartFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartFlow.js +26 -0
- package/dist/illustrations-v5/tnt/ChartGantt.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartGantt.js +26 -0
- package/dist/illustrations-v5/tnt/ChartOrg.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartOrg.js +26 -0
- package/dist/illustrations-v5/tnt/ChartPie.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartPie.js +26 -0
- package/dist/illustrations-v5/tnt/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations-v5/tnt/CodePlaceholder.js +26 -0
- package/dist/illustrations-v5/tnt/Company.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Company.js +26 -0
- package/dist/illustrations-v5/tnt/Compass.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Compass.js +26 -0
- package/dist/illustrations-v5/tnt/Components.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Components.js +26 -0
- package/dist/illustrations-v5/tnt/Dialog.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Dialog.js +26 -0
- package/dist/illustrations-v5/tnt/ExternalLink.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ExternalLink.js +26 -0
- package/dist/illustrations-v5/tnt/FaceID.d.ts +8 -0
- package/dist/illustrations-v5/tnt/FaceID.js +26 -0
- package/dist/illustrations-v5/tnt/Fingerprint.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Fingerprint.js +26 -0
- package/dist/illustrations-v5/tnt/Handshake.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/Help.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Help.js +26 -0
- package/dist/illustrations-v5/tnt/Lock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Lock.js +26 -0
- package/dist/illustrations-v5/tnt/Mission.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Mission.js +26 -0
- package/dist/illustrations-v5/tnt/MissionFailed.d.ts +8 -0
- package/dist/illustrations-v5/tnt/MissionFailed.js +26 -0
- package/dist/illustrations-v5/tnt/NoApplications.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoApplications.js +26 -0
- package/dist/illustrations-v5/tnt/NoFlows.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/NoUsers.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoUsers.js +26 -0
- package/dist/illustrations-v5/tnt/Radar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Radar.js +26 -0
- package/dist/illustrations-v5/tnt/RoadMap.d.ts +8 -0
- package/dist/illustrations-v5/tnt/RoadMap.js +26 -0
- package/dist/illustrations-v5/tnt/Secrets.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Secrets.js +26 -0
- package/dist/illustrations-v5/tnt/Services.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Services.js +26 -0
- package/dist/illustrations-v5/tnt/SessionExpired.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SessionExpired.js +26 -0
- package/dist/illustrations-v5/tnt/SessionExpiring.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SessionExpiring.js +26 -0
- package/dist/illustrations-v5/tnt/Settings.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Settings.js +26 -0
- package/dist/illustrations-v5/tnt/Success.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Success.js +26 -0
- package/dist/illustrations-v5/tnt/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/Systems.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Systems.js +26 -0
- package/dist/illustrations-v5/tnt/Teams.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Teams.js +26 -0
- package/dist/illustrations-v5/tnt/Tools.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Tools.js +26 -0
- package/dist/illustrations-v5/tnt/Tutorials.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Tutorials.js +26 -0
- package/dist/illustrations-v5/tnt/Unlock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Unlock.js +26 -0
- package/dist/illustrations-v5/tnt/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Avatar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Avatar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Calculator.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea2.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea2.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBullet.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBullet.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartDoughnut.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartFlow.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartGantt.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartGantt.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartOrg.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartOrg.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartPie.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartPie.js +26 -0
- package/dist/illustrations-v5/tnt/hc/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/CodePlaceholder.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Company.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Company.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Compass.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Compass.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Components.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Components.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Dialog.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Dialog.js +26 -0
- package/dist/illustrations-v5/tnt/hc/EmptyContentPane.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/EmptyContentPane.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ExternalLink.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ExternalLink.js +26 -0
- package/dist/illustrations-v5/tnt/hc/FaceID.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/FaceID.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Fingerprint.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Fingerprint.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Handshake.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Help.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Help.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Lock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Lock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Mission.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Mission.js +26 -0
- package/dist/illustrations-v5/tnt/hc/MissionFailed.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/MissionFailed.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoApplications.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoApplications.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoFlows.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoUsers.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoUsers.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Radar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Radar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/RoadMap.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/RoadMap.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Secrets.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Secrets.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Services.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Services.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpired.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpired.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpiring.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpiring.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Settings.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Settings.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Success.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Success.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Systems.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Systems.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Teams.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Teams.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Tools.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Tools.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Tutorials.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Tutorials.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Unlock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Unlock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Compass.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Help.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.js +92 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Settings.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Avatar.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Calculator.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +6 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Company.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Compass.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Components.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Handshake.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Help.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +41 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +6 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Services.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Settings.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Success.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Avatar.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Calculator.js +32 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +28 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +36 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Company.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Compass.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Components.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Dialog.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +28 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Help.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Services.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Settings.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Success.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +34 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +31 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +31 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.js +34 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Avatar.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Calculator.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Company.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Compass.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Components.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Handshake.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Help.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.js +78 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Services.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Settings.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Success.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Calculator.js +27 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Components.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-FaceID.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Help.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Mission.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Settings.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Systems.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Teams.js +79 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Avatar.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Calculator.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBar.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +25 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartPie.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +5 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Company.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Compass.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Components.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Dialog.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-FaceID.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Handshake.js +36 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Help.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Lock.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Mission.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-MissionFailed.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoApplications.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoFlows.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoUsers.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-RoadMap.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Secrets.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Services.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Settings.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Success.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Teams.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Tutorials.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Unlock.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Calculator.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBar.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartPie.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Components.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-FaceID.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Help.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Mission.js +33 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoApplications.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoFlows.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoUsers.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Radar.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Settings.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Systems.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Teams.js +85 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Tools.js +47 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBar.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartPie.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Components.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-FaceID.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Help.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Mission.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoApplications.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoFlows.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoUsers.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Settings.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Systems.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Teams.js +79 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Tutorials.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.js +15 -0
- package/dist/ssr-zxing-shim.d.ts +2 -0
- package/dist/ssr-zxing-shim.js +3 -0
- package/dist/ssr-zxing-shim.js.map +1 -0
- package/dist/ssr-zxing.d.ts +2 -0
- package/dist/ssr-zxing.js +3 -0
- package/dist/ssr-zxing.js.map +1 -0
- package/dist/types/FCLLayout.d.ts +105 -0
- package/dist/types/FCLLayout.js +107 -0
- package/dist/types/FCLLayout.js.map +1 -0
- package/dist/types/IllustrationMessageDesign.d.ts +69 -0
- package/dist/types/IllustrationMessageDesign.js +71 -0
- package/dist/types/IllustrationMessageDesign.js.map +1 -0
- package/dist/types/IllustrationMessageType.d.ts +636 -0
- package/dist/types/IllustrationMessageType.js +638 -0
- package/dist/types/IllustrationMessageType.js.map +1 -0
- package/dist/types/MediaGalleryItemLayout.d.ts +22 -0
- package/dist/types/MediaGalleryItemLayout.js +24 -0
- package/dist/types/MediaGalleryItemLayout.js.map +1 -0
- package/dist/types/MediaGalleryLayout.d.ts +22 -0
- package/dist/types/MediaGalleryLayout.js +24 -0
- package/dist/types/MediaGalleryLayout.js.map +1 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.d.ts +17 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.js +19 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.js.map +1 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.d.ts +17 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.js +19 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.js.map +1 -0
- package/dist/types/NavigationLayoutMode.d.ts +23 -0
- package/dist/types/NavigationLayoutMode.js +25 -0
- package/dist/types/NavigationLayoutMode.js.map +1 -0
- package/dist/types/NotificationListItemImportance.d.ts +16 -0
- package/dist/types/NotificationListItemImportance.js +18 -0
- package/dist/types/NotificationListItemImportance.js.map +1 -0
- package/dist/types/PageBackgroundDesign.d.ts +22 -0
- package/dist/types/PageBackgroundDesign.js +24 -0
- package/dist/types/PageBackgroundDesign.js.map +1 -0
- package/dist/types/SearchMode.d.ts +17 -0
- package/dist/types/SearchMode.js +19 -0
- package/dist/types/SearchMode.js.map +1 -0
- package/dist/types/SideContentFallDown.d.ts +27 -0
- package/dist/types/SideContentFallDown.js +29 -0
- package/dist/types/SideContentFallDown.js.map +1 -0
- package/dist/types/SideContentPosition.d.ts +19 -0
- package/dist/types/SideContentPosition.js +21 -0
- package/dist/types/SideContentPosition.js.map +1 -0
- package/dist/types/SideContentVisibility.d.ts +32 -0
- package/dist/types/SideContentVisibility.js +34 -0
- package/dist/types/SideContentVisibility.js.map +1 -0
- package/dist/types/SideNavigationItemDesign.d.ts +24 -0
- package/dist/types/SideNavigationItemDesign.js +26 -0
- package/dist/types/SideNavigationItemDesign.js.map +1 -0
- package/dist/types/TimelineGrowingMode.d.ts +24 -0
- package/dist/types/TimelineGrowingMode.js +26 -0
- package/dist/types/TimelineGrowingMode.js.map +1 -0
- package/dist/types/TimelineLayout.d.ts +18 -0
- package/dist/types/TimelineLayout.js +20 -0
- package/dist/types/TimelineLayout.js.map +1 -0
- package/dist/types/UploadCollectionDnDMode.d.ts +22 -0
- package/dist/types/UploadCollectionDnDMode.js +19 -44
- package/dist/types/UploadCollectionDnDMode.js.map +1 -0
- package/dist/types/UploadCollectionSelectionMode.d.ts +39 -0
- package/dist/types/UploadCollectionSelectionMode.js +41 -0
- package/dist/types/UploadCollectionSelectionMode.js.map +1 -0
- package/dist/types/UploadState.d.ts +27 -0
- package/dist/types/UploadState.js +24 -51
- package/dist/types/UploadState.js.map +1 -0
- package/dist/types/ViewSettingsDialogMode.d.ts +25 -0
- package/dist/types/ViewSettingsDialogMode.js +27 -0
- package/dist/types/ViewSettingsDialogMode.js.map +1 -0
- package/dist/types/WizardContentLayout.d.ts +17 -0
- package/dist/types/WizardContentLayout.js +19 -0
- package/dist/types/WizardContentLayout.js.map +1 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.d.ts +15 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.js +42 -55
- package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
- package/dist/vscode.html-custom-data.json +1700 -0
- package/dist/web-types.json +4290 -0
- package/global.d.ts +12 -0
- package/package-scripts.cjs +84 -0
- package/package.json +47 -13
- package/src/BarcodeScannerDialogTemplate.tsx +38 -0
- package/src/DynamicPageHeaderActionsTemplate.tsx +33 -0
- package/src/DynamicPageHeaderTemplate.tsx +9 -0
- package/src/DynamicPageTemplate.tsx +72 -0
- package/src/DynamicPageTitleTemplate.tsx +77 -0
- package/src/DynamicSideContentTemplate.tsx +48 -0
- package/src/FlexibleColumnLayoutTemplate.tsx +134 -0
- package/src/IllustratedMessageTemplate.tsx +92 -0
- package/src/MediaGalleryItemTemplate.tsx +22 -0
- package/src/MediaGalleryTemplate.tsx +50 -0
- package/src/NavigationLayoutTemplate.tsx +19 -0
- package/src/NavigationMenuItemTemplate.tsx +64 -0
- package/src/NavigationMenuTemplate.tsx +67 -0
- package/src/NotificationListGroupItemTemplate.tsx +66 -0
- package/src/NotificationListItemTemplate.tsx +154 -0
- package/src/NotificationListTemplate.tsx +17 -0
- package/src/PageTemplate.tsx +30 -0
- package/src/ProductSwitchItemTemplate.tsx +66 -0
- package/src/ProductSwitchTemplate.tsx +16 -0
- package/src/SearchFieldTemplate.tsx +102 -0
- package/src/SearchItemShowMoreTemplate.tsx +19 -0
- package/src/SearchItemTemplate.tsx +67 -0
- package/src/SearchMessageAreaTemplate.tsx +15 -0
- package/src/SearchPopoverTemplate.tsx +80 -0
- package/src/SearchTemplate.tsx +12 -0
- package/src/ShellBarBrandingTemplate.tsx +27 -0
- package/src/ShellBarPopoverTemplate.tsx +50 -0
- package/src/ShellBarSearchPopoverTemplate.tsx +24 -0
- package/src/ShellBarSearchTemplate.tsx +12 -0
- package/src/ShellBarTemplate.tsx +337 -0
- package/src/SideNavigationGroupTemplate.tsx +58 -0
- package/src/SideNavigationItemTemplate.tsx +86 -0
- package/src/SideNavigationPopoverTemplate.tsx +103 -0
- package/src/SideNavigationSubItemTemplate.tsx +39 -0
- package/src/SideNavigationTemplate.tsx +75 -0
- package/src/TimelineGroupItemTemplate.tsx +48 -0
- package/src/TimelineItemTemplate.tsx +77 -0
- package/src/TimelineTemplate.tsx +77 -0
- package/src/UploadCollectionItemTemplate.tsx +146 -0
- package/src/UploadCollectionTemplate.tsx +63 -0
- package/src/UserMenuItemGroupTemplate.tsx +6 -0
- package/src/UserMenuItemTemplate.tsx +6 -0
- package/src/UserMenuTemplate.tsx +193 -0
- package/src/UserSettingsAccountViewTemplate.tsx +46 -0
- package/src/UserSettingsAppearanceViewItemTemplate.tsx +25 -0
- package/src/UserSettingsAppearanceViewTemplate.tsx +15 -0
- package/src/UserSettingsDialogTemplate.tsx +80 -0
- package/src/UserSettingsItemTemplate.tsx +52 -0
- package/src/UserSettingsViewTemplate.tsx +11 -0
- package/src/ViewSettingsDialogTemplate.tsx +230 -0
- package/src/WizardPopoverTemplate.tsx +42 -0
- package/src/WizardTabTemplate.tsx +39 -0
- package/src/WizardTemplate.tsx +75 -0
- package/src/i18n/messagebundle.properties +533 -15
- package/src/i18n/messagebundle_ar.properties +356 -9
- package/src/i18n/messagebundle_bg.properties +356 -9
- package/src/i18n/messagebundle_ca.properties +356 -9
- package/src/i18n/messagebundle_cnr.properties +407 -0
- package/src/i18n/messagebundle_cs.properties +356 -9
- package/src/i18n/messagebundle_cy.properties +407 -0
- package/src/i18n/messagebundle_da.properties +357 -10
- package/src/i18n/messagebundle_de.properties +356 -9
- package/src/i18n/messagebundle_el.properties +356 -9
- package/src/i18n/messagebundle_en.properties +356 -9
- package/src/i18n/messagebundle_en_GB.properties +407 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +362 -15
- package/src/i18n/messagebundle_en_US_saprigi.properties +407 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +378 -31
- package/src/i18n/messagebundle_es.properties +356 -9
- package/src/i18n/messagebundle_es_MX.properties +407 -0
- package/src/i18n/messagebundle_et.properties +356 -9
- package/src/i18n/messagebundle_fi.properties +357 -10
- package/src/i18n/messagebundle_fr.properties +356 -9
- package/src/i18n/messagebundle_fr_CA.properties +407 -0
- package/src/i18n/messagebundle_hi.properties +356 -9
- package/src/i18n/messagebundle_hr.properties +359 -12
- package/src/i18n/messagebundle_hu.properties +354 -7
- package/src/i18n/messagebundle_id.properties +407 -0
- package/src/i18n/messagebundle_it.properties +364 -17
- package/src/i18n/messagebundle_iw.properties +357 -10
- package/src/i18n/messagebundle_ja.properties +359 -12
- package/src/i18n/messagebundle_kk.properties +357 -10
- package/src/i18n/messagebundle_ko.properties +358 -11
- package/src/i18n/messagebundle_lt.properties +356 -9
- package/src/i18n/messagebundle_lv.properties +356 -9
- package/src/i18n/messagebundle_mk.properties +407 -0
- package/src/i18n/messagebundle_ms.properties +357 -10
- package/src/i18n/messagebundle_nl.properties +356 -9
- package/src/i18n/messagebundle_no.properties +356 -9
- package/src/i18n/messagebundle_pl.properties +357 -10
- package/src/i18n/messagebundle_pt.properties +356 -9
- package/src/i18n/messagebundle_pt_PT.properties +407 -0
- package/src/i18n/messagebundle_ro.properties +356 -9
- package/src/i18n/messagebundle_ru.properties +356 -9
- package/src/i18n/messagebundle_sh.properties +359 -12
- package/src/i18n/messagebundle_sk.properties +356 -9
- package/src/i18n/messagebundle_sl.properties +357 -10
- package/src/i18n/messagebundle_sr.properties +407 -0
- package/src/i18n/messagebundle_sv.properties +356 -9
- package/src/i18n/messagebundle_th.properties +355 -8
- package/src/i18n/messagebundle_tr.properties +357 -10
- package/src/i18n/messagebundle_uk.properties +358 -11
- package/src/i18n/messagebundle_vi.properties +356 -9
- package/src/i18n/messagebundle_zh_CN.properties +356 -9
- package/src/i18n/messagebundle_zh_TW.properties +357 -10
- package/src/illustrations/sapIllus-Dialog-Achievement.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-AddDimensions.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-AddPeopleToCalendar.svg +51 -0
- package/src/illustrations/sapIllus-Dialog-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-BalloonSky.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-Connection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-DragFilesToUpload.svg +20 -0
- package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +77 -0
- package/src/illustrations/sapIllus-Dialog-EmptyList.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Dialog-ErrorScreen.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-FilterTable.svg +65 -0
- package/src/illustrations/sapIllus-Dialog-FilteringColumns.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-GroupTable.svg +67 -0
- package/src/illustrations/sapIllus-Dialog-GroupingColumns.svg +35 -0
- package/src/illustrations/sapIllus-Dialog-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Dialog-NewMail.svg +38 -0
- package/src/illustrations/sapIllus-Dialog-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-NoChartData.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-NoColumnsSet.svg +29 -0
- package/src/illustrations/sapIllus-Dialog-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Dialog-NoFilterResults.svg +20 -0
- package/src/illustrations/sapIllus-Dialog-NoMail.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-NoMail_v1.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-NoNotifications.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems.svg +54 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems_v1.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks.svg +60 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks_v1.svg +62 -0
- package/src/illustrations/sapIllus-Dialog-PageNotFound.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-ReceiveAppreciation.svg +25 -0
- package/src/illustrations/sapIllus-Dialog-ReloadScreen.svg +48 -0
- package/src/illustrations/sapIllus-Dialog-ResizeColumn.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-ResizingColumns.svg +55 -0
- package/src/illustrations/sapIllus-Dialog-SearchEarth.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SearchFolder.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBalloon.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +48 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCheckMark.svg +6 -0
- package/src/illustrations/sapIllus-Dialog-SimpleConnection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyDoc.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyList.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleError.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMail.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNoSavedItems.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-SimpleReload.svg +11 -0
- package/src/illustrations/sapIllus-Dialog-SimpleTask.svg +23 -0
- package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +30 -0
- package/src/illustrations/sapIllus-Dialog-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-SortingColumns.svg +50 -0
- package/src/illustrations/sapIllus-Dialog-SuccessBalloon.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-SuccessCheckMark.svg +8 -0
- package/src/illustrations/sapIllus-Dialog-SuccessHighFive.svg +24 -0
- package/src/illustrations/sapIllus-Dialog-SuccessScreen.svg +47 -0
- package/src/illustrations/sapIllus-Dialog-Survey.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-Tent.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-UnableToUpload.svg +26 -0
- package/src/illustrations/sapIllus-Dialog-UploadCollection.svg +30 -0
- package/src/illustrations/sapIllus-Dialog-UploadToCloud.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-UserHasSignedUp.svg +34 -0
- package/src/illustrations/sapIllus-Dot-Achievement.svg +18 -0
- package/src/illustrations/sapIllus-Dot-AddColumn.svg +26 -0
- package/src/illustrations/sapIllus-Dot-AddDimensions.svg +9 -0
- package/src/illustrations/sapIllus-Dot-AddPeople.svg +8 -0
- package/src/illustrations/sapIllus-Dot-AddPeopleToCalendar.svg +14 -0
- package/src/illustrations/sapIllus-Dot-AddingColumns.svg +13 -0
- package/src/illustrations/sapIllus-Dot-BalloonSky.svg +6 -0
- package/src/illustrations/sapIllus-Dot-BeforeSearch.svg +40 -0
- package/src/illustrations/sapIllus-Dot-Connection.svg +9 -0
- package/src/illustrations/sapIllus-Dot-DragFilesToUpload.svg +8 -0
- package/src/illustrations/sapIllus-Dot-EmptyCalendar.svg +36 -0
- package/src/illustrations/sapIllus-Dot-EmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Dot-EmptyPlanningCalendar.svg +18 -0
- package/src/illustrations/sapIllus-Dot-ErrorScreen.svg +8 -0
- package/src/illustrations/sapIllus-Dot-FilterTable.svg +7 -0
- package/src/illustrations/sapIllus-Dot-FilteringColumns.svg +22 -0
- package/src/illustrations/sapIllus-Dot-GroupTable.svg +35 -0
- package/src/illustrations/sapIllus-Dot-GroupingColumns.svg +23 -0
- package/src/illustrations/sapIllus-Dot-KeyTask.svg +118 -0
- package/src/illustrations/sapIllus-Dot-NewMail.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoActivities.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoChartData.svg +35 -0
- package/src/illustrations/sapIllus-Dot-NoColumnsSet.svg +26 -0
- package/src/illustrations/sapIllus-Dot-NoData.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
- package/src/illustrations/sapIllus-Dot-NoEntries.svg +25 -0
- package/src/illustrations/sapIllus-Dot-NoFilterResults.svg +14 -0
- package/src/illustrations/sapIllus-Dot-NoMail.svg +14 -0
- package/src/illustrations/sapIllus-Dot-NoMail_v1.svg +9 -0
- package/src/illustrations/sapIllus-Dot-NoNotifications.svg +23 -0
- package/src/illustrations/sapIllus-Dot-NoSavedItems.svg +55 -0
- package/src/illustrations/sapIllus-Dot-NoSavedItems_v1.svg +12 -0
- package/src/illustrations/sapIllus-Dot-NoSearchResults.svg +35 -0
- package/src/illustrations/sapIllus-Dot-NoTasks.svg +22 -0
- package/src/illustrations/sapIllus-Dot-NoTasks_v1.svg +12 -0
- package/src/illustrations/sapIllus-Dot-PageNotFound.svg +14 -0
- package/src/illustrations/sapIllus-Dot-ReceiveAppreciation.svg +19 -0
- package/src/illustrations/sapIllus-Dot-ReloadScreen.svg +8 -0
- package/src/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -0
- package/src/illustrations/sapIllus-Dot-ResizingColumns.svg +19 -0
- package/src/illustrations/sapIllus-Dot-SearchEarth.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SearchFolder.svg +10 -0
- package/src/illustrations/sapIllus-Dot-SignOut.svg +11 -0
- package/src/illustrations/sapIllus-Dot-SimpleBalloon.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleBell.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SimpleCalendar.svg +36 -0
- package/src/illustrations/sapIllus-Dot-SimpleCheckMark.svg +4 -0
- package/src/illustrations/sapIllus-Dot-SimpleConnection.svg +9 -0
- package/src/illustrations/sapIllus-Dot-SimpleEmptyDoc.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SimpleEmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleError.svg +8 -0
- package/src/illustrations/sapIllus-Dot-SimpleMagnifier.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleMail.svg +9 -0
- package/src/illustrations/sapIllus-Dot-SimpleNoSavedItems.svg +12 -0
- package/src/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Dot-SimpleReload.svg +8 -0
- package/src/illustrations/sapIllus-Dot-SimpleTask.svg +12 -0
- package/src/illustrations/sapIllus-Dot-SleepingBell.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SortColumn.svg +28 -0
- package/src/illustrations/sapIllus-Dot-SortingColumns.svg +15 -0
- package/src/illustrations/sapIllus-Dot-SuccessHighFive.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SuccessScreen.svg +4 -0
- package/src/illustrations/sapIllus-Dot-Survey.svg +7 -0
- package/src/illustrations/sapIllus-Dot-Tent.svg +7 -0
- package/src/illustrations/sapIllus-Dot-UnableToLoad.svg +118 -0
- package/src/illustrations/sapIllus-Dot-UnableToLoadImage.svg +24 -0
- package/src/illustrations/sapIllus-Dot-UnableToUpload.svg +10 -0
- package/src/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
- package/src/illustrations/sapIllus-Dot-UploadToCloud.svg +9 -0
- package/src/illustrations/sapIllus-Dot-UserHasSignedUp.svg +8 -0
- package/src/illustrations/sapIllus-Patterns.svg +20 -0
- package/src/illustrations/sapIllus-Scene-Achievement.svg +28 -0
- package/src/illustrations/sapIllus-Scene-AddColumn.svg +48 -0
- package/src/illustrations/sapIllus-Scene-AddDimensions.svg +17 -0
- package/src/illustrations/sapIllus-Scene-AddPeople.svg +30 -0
- package/src/illustrations/sapIllus-Scene-AddPeopleToCalendar.svg +46 -0
- package/src/illustrations/sapIllus-Scene-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Scene-BalloonSky.svg +53 -0
- package/src/illustrations/sapIllus-Scene-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Scene-Connection.svg +31 -0
- package/src/illustrations/sapIllus-Scene-DragFilesToUpload.svg +20 -0
- package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +90 -0
- package/src/illustrations/sapIllus-Scene-EmptyList.svg +43 -0
- package/src/illustrations/sapIllus-Scene-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Scene-ErrorScreen.svg +78 -0
- package/src/illustrations/sapIllus-Scene-FilterTable.svg +62 -0
- package/src/illustrations/sapIllus-Scene-FilteringColumns.svg +39 -0
- package/src/illustrations/sapIllus-Scene-GroupTable.svg +76 -0
- package/src/illustrations/sapIllus-Scene-GroupingColumns.svg +40 -0
- package/src/illustrations/sapIllus-Scene-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Scene-NewMail.svg +38 -0
- package/src/illustrations/sapIllus-Scene-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Scene-NoChartData.svg +45 -0
- package/src/illustrations/sapIllus-Scene-NoColumnsSet.svg +26 -0
- package/src/illustrations/sapIllus-Scene-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
- package/src/illustrations/sapIllus-Scene-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Scene-NoFilterResults.svg +16 -0
- package/src/illustrations/sapIllus-Scene-NoMail.svg +16 -0
- package/src/illustrations/sapIllus-Scene-NoMail_v1.svg +55 -0
- package/src/illustrations/sapIllus-Scene-NoNotifications.svg +28 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems.svg +54 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems_v1.svg +39 -0
- package/src/illustrations/sapIllus-Scene-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Scene-NoTasks.svg +60 -0
- package/src/illustrations/sapIllus-Scene-NoTasks_v1.svg +86 -0
- package/src/illustrations/sapIllus-Scene-PageNotFound.svg +13 -0
- package/src/illustrations/sapIllus-Scene-ReceiveAppreciation.svg +25 -0
- package/src/illustrations/sapIllus-Scene-ReloadScreen.svg +62 -0
- package/src/illustrations/sapIllus-Scene-ResizeColumn.svg +52 -0
- package/src/illustrations/sapIllus-Scene-ResizingColumns.svg +57 -0
- package/src/illustrations/sapIllus-Scene-SearchEarth.svg +30 -0
- package/src/illustrations/sapIllus-Scene-SearchFolder.svg +44 -0
- package/src/illustrations/sapIllus-Scene-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Scene-SimpleBalloon.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleBell.svg +16 -0
- package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +44 -0
- package/src/illustrations/sapIllus-Scene-SimpleCheckMark.svg +9 -0
- package/src/illustrations/sapIllus-Scene-SimpleConnection.svg +22 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyDoc.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyList.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleError.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMagnifier.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMail.svg +16 -0
- package/src/illustrations/sapIllus-Scene-SimpleNoSavedItems.svg +27 -0
- package/src/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.svg +24 -0
- package/src/illustrations/sapIllus-Scene-SimpleReload.svg +14 -0
- package/src/illustrations/sapIllus-Scene-SimpleTask.svg +19 -0
- package/src/illustrations/sapIllus-Scene-SleepingBell.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SortColumn.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SortingColumns.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SuccessBalloon.svg +33 -0
- package/src/illustrations/sapIllus-Scene-SuccessCheckMark.svg +43 -0
- package/src/illustrations/sapIllus-Scene-SuccessHighFive.svg +25 -0
- package/src/illustrations/sapIllus-Scene-SuccessScreen.svg +61 -0
- package/src/illustrations/sapIllus-Scene-Survey.svg +21 -0
- package/src/illustrations/sapIllus-Scene-Tent.svg +59 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Scene-UnableToUpload.svg +26 -0
- package/src/illustrations/sapIllus-Scene-UploadCollection.svg +29 -0
- package/src/illustrations/sapIllus-Scene-UploadToCloud.svg +22 -0
- package/src/illustrations/sapIllus-Scene-UserHasSignedUp.svg +29 -0
- package/src/illustrations/sapIllus-Spot-Achievement.svg +27 -0
- package/src/illustrations/sapIllus-Spot-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Spot-AddDimensions.svg +16 -0
- package/src/illustrations/sapIllus-Spot-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Spot-AddPeopleToCalendar.svg +42 -0
- package/src/illustrations/sapIllus-Spot-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Spot-BalloonSky.svg +43 -0
- package/src/illustrations/sapIllus-Spot-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Spot-Connection.svg +22 -0
- package/src/illustrations/sapIllus-Spot-DragFilesToUpload.svg +18 -0
- package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +46 -0
- package/src/illustrations/sapIllus-Spot-EmptyList.svg +29 -0
- package/src/illustrations/sapIllus-Spot-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Spot-ErrorScreen.svg +32 -0
- package/src/illustrations/sapIllus-Spot-FilterTable.svg +60 -0
- package/src/illustrations/sapIllus-Spot-FilteringColumns.svg +33 -0
- package/src/illustrations/sapIllus-Spot-GroupTable.svg +86 -0
- package/src/illustrations/sapIllus-Spot-GroupingColumns.svg +35 -0
- package/src/illustrations/sapIllus-Spot-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Spot-NewMail.svg +34 -0
- package/src/illustrations/sapIllus-Spot-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Spot-NoChartData.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoColumnsSet.svg +29 -0
- package/src/illustrations/sapIllus-Spot-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoFilterResults.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoMail.svg +15 -0
- package/src/illustrations/sapIllus-Spot-NoMail_v1.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoNotifications.svg +25 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems.svg +51 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems_v1.svg +33 -0
- package/src/illustrations/sapIllus-Spot-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Spot-NoTasks.svg +32 -0
- package/src/illustrations/sapIllus-Spot-NoTasks_v1.svg +22 -0
- package/src/illustrations/sapIllus-Spot-PageNotFound.svg +10 -0
- package/src/illustrations/sapIllus-Spot-ReceiveAppreciation.svg +20 -0
- package/src/illustrations/sapIllus-Spot-ReloadScreen.svg +36 -0
- package/src/illustrations/sapIllus-Spot-ResizeColumn.svg +49 -0
- package/src/illustrations/sapIllus-Spot-ResizingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Spot-SearchEarth.svg +55 -0
- package/src/illustrations/sapIllus-Spot-SearchFolder.svg +37 -0
- package/src/illustrations/sapIllus-Spot-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Spot-SimpleBalloon.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleBell.svg +12 -0
- package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +44 -0
- package/src/illustrations/sapIllus-Spot-SimpleCheckMark.svg +5 -0
- package/src/illustrations/sapIllus-Spot-SimpleConnection.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyDoc.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleError.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMagnifier.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMail.svg +12 -0
- package/src/illustrations/sapIllus-Spot-SimpleNoSavedItems.svg +23 -0
- package/src/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleReload.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleTask.svg +22 -0
- package/src/illustrations/sapIllus-Spot-SleepingBell.svg +38 -0
- package/src/illustrations/sapIllus-Spot-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Spot-SortingColumns.svg +49 -0
- package/src/illustrations/sapIllus-Spot-SuccessBalloon.svg +19 -0
- package/src/illustrations/sapIllus-Spot-SuccessCheckMark.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SuccessHighFive.svg +24 -0
- package/src/illustrations/sapIllus-Spot-SuccessScreen.svg +35 -0
- package/src/illustrations/sapIllus-Spot-Survey.svg +32 -0
- package/src/illustrations/sapIllus-Spot-Tent.svg +29 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Spot-UnableToUpload.svg +28 -0
- package/src/illustrations/sapIllus-Spot-UploadCollection.svg +33 -0
- package/src/illustrations/sapIllus-Spot-UploadToCloud.svg +21 -0
- package/src/illustrations/sapIllus-Spot-UserHasSignedUp.svg +34 -0
- package/src/illustrations/tnt/tnt-Dialog-Avatar.svg +124 -0
- package/src/illustrations/tnt/tnt-Dialog-Calculator.svg +80 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea2.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBullet.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartDoughnut.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartGantt.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartOrg.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartPie.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
- package/src/illustrations/tnt/tnt-Dialog-Company.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Dialog-Components.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-Dialog.svg +32 -0
- package/src/illustrations/tnt/tnt-Dialog-EmptyContentPane.svg +18 -0
- package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +16 -0
- package/src/illustrations/tnt/tnt-Dialog-Handshake.svg +32 -0
- package/src/illustrations/tnt/tnt-Dialog-Help.svg +27 -0
- package/src/illustrations/tnt/tnt-Dialog-Lock.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-Mission.svg +18 -0
- package/src/illustrations/tnt/tnt-Dialog-MissionFailed.svg +41 -0
- package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-Radar.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-RoadMap.svg +41 -0
- package/src/illustrations/tnt/tnt-Dialog-Secrets.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Services.svg +16 -0
- package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-Settings.svg +37 -0
- package/src/illustrations/tnt/tnt-Dialog-Success.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-Systems.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Teams.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-Tools.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-Tutorials.svg +78 -0
- package/src/illustrations/tnt/tnt-Dialog-UnableToLoad.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-User2.svg +13 -0
- package/src/illustrations/tnt/tnt-Dot-Avatar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dot-Calculator.svg +11 -0
- package/src/illustrations/tnt/tnt-Dot-Compass.svg +9 -0
- package/src/illustrations/tnt/tnt-Dot-Dialog.svg +19 -0
- package/src/illustrations/tnt/tnt-Dot-EmptyContentPane.svg +15 -0
- package/src/illustrations/tnt/tnt-Dot-Handshake.svg +18 -0
- package/src/illustrations/tnt/tnt-Dot-Help.svg +8 -0
- package/src/illustrations/tnt/tnt-Dot-MissionFailed.svg +9 -0
- package/src/illustrations/tnt/tnt-Dot-RoadMap.svg +5 -0
- package/src/illustrations/tnt/tnt-Dot-Settings.svg +6 -0
- package/src/illustrations/tnt/tnt-Dot-Tutorials.svg +7 -0
- package/src/illustrations/tnt/tnt-Scene-Avatar.svg +130 -0
- package/src/illustrations/tnt/tnt-Scene-Calculator.svg +83 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBPMNFlow.svg +21 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBullet.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartDoughnut.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartFlow.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartGantt.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartOrg.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartPie.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +9 -0
- package/src/illustrations/tnt/tnt-Scene-Company.svg +30 -0
- package/src/illustrations/tnt/tnt-Scene-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Scene-Components.svg +16 -0
- package/src/illustrations/tnt/tnt-Scene-Dialog.svg +35 -0
- package/src/illustrations/tnt/tnt-Scene-EmptyContentPane.svg +15 -0
- package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +14 -0
- package/src/illustrations/tnt/tnt-Scene-FaceID.svg +21 -0
- package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +35 -0
- package/src/illustrations/tnt/tnt-Scene-Handshake.svg +32 -0
- package/src/illustrations/tnt/tnt-Scene-Help.svg +29 -0
- package/src/illustrations/tnt/tnt-Scene-Lock.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-Mission.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-MissionFailed.svg +49 -0
- package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +16 -0
- package/src/illustrations/tnt/tnt-Scene-Radar.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-RoadMap.svg +45 -0
- package/src/illustrations/tnt/tnt-Scene-Secrets.svg +14 -0
- package/src/illustrations/tnt/tnt-Scene-Services.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-Settings.svg +38 -0
- package/src/illustrations/tnt/tnt-Scene-Success.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Systems.svg +12 -0
- package/src/illustrations/tnt/tnt-Scene-Teams.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Tools.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-Tutorials.svg +84 -0
- package/src/illustrations/tnt/tnt-Scene-UnableToLoad.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Unlock.svg +15 -0
- package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-User2.svg +22 -0
- package/src/illustrations/tnt/tnt-Spot-Avatar.svg +105 -0
- package/src/illustrations/tnt/tnt-Spot-Calculator.svg +130 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea2.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBPMNFlow.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBar.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBullet.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-ChartDoughnut.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartFlow.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartGantt.svg +12 -0
- package/src/illustrations/tnt/tnt-Spot-ChartOrg.svg +6 -0
- package/src/illustrations/tnt/tnt-Spot-ChartPie.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
- package/src/illustrations/tnt/tnt-Spot-Company.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Spot-Components.svg +5 -0
- package/src/illustrations/tnt/tnt-Spot-Dialog.svg +32 -0
- package/src/illustrations/tnt/tnt-Spot-EmptyContentPane.svg +16 -0
- package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-FaceID.svg +16 -0
- package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-Handshake.svg +64 -0
- package/src/illustrations/tnt/tnt-Spot-Help.svg +23 -0
- package/src/illustrations/tnt/tnt-Spot-Lock.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Mission.svg +17 -0
- package/src/illustrations/tnt/tnt-Spot-MissionFailed.svg +113 -0
- package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-Radar.svg +14 -0
- package/src/illustrations/tnt/tnt-Spot-RoadMap.svg +165 -0
- package/src/illustrations/tnt/tnt-Spot-Secrets.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Services.svg +14 -0
- package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Settings.svg +37 -0
- package/src/illustrations/tnt/tnt-Spot-Success.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Systems.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-Teams.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Tools.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-Tutorials.svg +91 -0
- package/src/illustrations/tnt/tnt-Spot-UnableToLoad.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-Unlock.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-User2.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Company.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Compass.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Components.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Help.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Lock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Mission.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Radar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.svg +91 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Services.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Settings.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Success.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Systems.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Teams.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tools.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Avatar.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Calculator.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Company.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Compass.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Components.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-FaceID.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Handshake.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Help.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Lock.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Mission.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.svg +41 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Secrets.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Services.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Settings.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Success.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Teams.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Tools.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Unlock.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Avatar.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Calculator.svg +31 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.svg +27 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.svg +35 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Company.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Compass.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Components.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Dialog.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-FaceID.svg +27 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Handshake.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Help.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Lock.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Mission.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Radar.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Secrets.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Services.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Settings.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Success.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.svg +33 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Systems.svg +30 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Teams.svg +30 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Unlock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.svg +33 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Avatar.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Calculator.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Company.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Compass.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Components.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-FaceID.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Handshake.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Help.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Lock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Mission.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.svg +77 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Secrets.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Services.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Settings.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Success.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Systems.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Teams.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Tools.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Unlock.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Calculator.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea2.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBar.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBullet.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartGantt.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartOrg.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartPie.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Components.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ExternalLink.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-FaceID.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Help.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Mission.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoApplications.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoFlows.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpired.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Settings.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Systems.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Teams.svg +78 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Avatar.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Calculator.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea2.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBar.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBullet.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartFlow.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartGantt.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartOrg.svg +24 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartPie.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.svg +4 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Company.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Compass.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Components.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Dialog.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ExternalLink.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-FaceID.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Fingerprint.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Handshake.svg +35 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Help.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Lock.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Mission.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-MissionFailed.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoApplications.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoFlows.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoUsers.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dot-RoadMap.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Secrets.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Services.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpired.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpiring.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Settings.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Success.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Teams.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Tutorials.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Unlock.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Calculator.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea2.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBar.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBullet.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartGantt.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartOrg.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartPie.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Components.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ExternalLink.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Scene-FaceID.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Help.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Mission.svg +32 -0
- package/src/illustrations-v5/tnt/tnt-Scene-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoApplications.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoFlows.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoUsers.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Radar.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Scene-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpired.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpiring.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Settings.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Systems.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Teams.svg +84 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Tools.svg +46 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Calculator.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea2.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBar.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBullet.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartFlow.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartGantt.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartOrg.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartPie.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Components.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ExternalLink.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-FaceID.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Help.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Mission.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoApplications.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoFlows.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Spot-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpired.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpiring.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Settings.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Systems.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Teams.svg +78 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Tutorials.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.svg +14 -0
- package/src/themes/BarcodeScannerDialog.css +49 -0
- package/src/themes/DynamicPage.css +135 -0
- package/src/themes/DynamicPageHeader.css +9 -0
- package/src/themes/DynamicPageHeaderActions.css +51 -0
- package/src/themes/DynamicPageTitle.css +173 -0
- package/src/themes/DynamicSideContent.css +268 -0
- package/src/themes/FlexibleColumnLayout.css +125 -0
- package/src/themes/IllustratedMessage.css +238 -0
- package/src/themes/InvisibleTextStyles.css +9 -0
- package/src/themes/MediaGallery.css +153 -0
- package/src/themes/MediaGalleryItem.css +130 -0
- package/src/themes/NavigationLayout.css +64 -0
- package/src/themes/NavigationMenu.css +15 -0
- package/src/themes/NavigationMenuItem.css +93 -0
- package/src/themes/NotificationList.css +7 -0
- package/src/themes/NotificationListGroupItem.css +122 -0
- package/src/themes/NotificationListItem.css +207 -0
- package/src/themes/NotificationListItemBase.css +25 -0
- package/src/themes/NotificationStateIcon.css +5 -0
- package/src/themes/Page.css +176 -0
- package/src/themes/ProductSwitch.css +32 -0
- package/src/themes/ProductSwitchItem.css +164 -0
- package/src/themes/Search.css +110 -0
- package/src/themes/SearchField.css +299 -0
- package/src/themes/SearchItem.css +109 -0
- package/src/themes/SearchItemGroup.css +20 -0
- package/src/themes/SearchItemShowMore.css +7 -0
- package/src/themes/SearchMessageArea.css +17 -0
- package/src/themes/ShellBar.css +529 -0
- package/src/themes/ShellBarBranding.css +76 -0
- package/src/themes/ShellBarPopover.css +38 -0
- package/src/themes/ShellBarSearch.css +3 -0
- package/src/themes/SideNavigation.css +75 -0
- package/src/themes/SideNavigationGroup.css +37 -0
- package/src/themes/SideNavigationItem.css +29 -0
- package/src/themes/SideNavigationItemBase.css +376 -0
- package/src/themes/SideNavigationPopover.css +19 -0
- package/src/themes/SideNavigationSubItem.css +25 -0
- package/src/themes/Timeline.css +88 -0
- package/src/themes/TimelineGroupItem.css +184 -0
- package/src/themes/TimelineItem.css +445 -0
- package/src/themes/UploadCollection.css +97 -0
- package/src/themes/UploadCollectionItem.css +181 -0
- package/src/themes/UserMenu.css +174 -0
- package/src/themes/UserMenuItem.css +11 -0
- package/src/themes/UserSettingsAccountView.css +57 -0
- package/src/themes/UserSettingsAppearanceViewItem.css +65 -0
- package/src/themes/UserSettingsDialog.css +114 -0
- package/src/themes/UserSettingsItem.css +77 -0
- package/src/themes/UserSettingsView.css +13 -0
- package/src/themes/ViewSettingsDialog.css +84 -0
- package/src/themes/Wizard.css +139 -0
- package/src/themes/WizardPopover.css +25 -0
- package/src/themes/WizardTab.css +189 -0
- package/src/themes/base/DynamicPage-parameters.css +18 -0
- package/src/themes/base/DynamicPageHeader-parameters.css +5 -0
- package/src/themes/base/DynamicPageHeaderActions-parameters.css +7 -0
- package/src/themes/base/DynamicPageTitle-parameters.css +19 -0
- package/src/themes/base/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/base/IllustratedMessage-parameters.css +13 -0
- package/src/themes/base/MediaGallery-parameters.css +5 -0
- package/src/themes/base/MediaGalleryItem-parameters.css +6 -0
- package/src/themes/base/NotificationListItem-parameters.css +33 -0
- package/src/themes/base/Page-parameters.css +4 -0
- package/src/themes/base/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/base/Search-parameters.css +10 -0
- package/src/themes/base/SearchField-parameters.css +31 -0
- package/src/themes/base/ShellBar-parameters.css +26 -0
- package/src/themes/base/SideNavigation-parameters.css +77 -0
- package/src/themes/base/TimelineGroupItem-parameters.css +4 -0
- package/src/themes/base/TimelineItem-parameters.css +20 -0
- package/src/themes/base/UploadCollection-parameters.css +13 -0
- package/src/themes/base/ViewSettingsDialog-parameters.css +7 -0
- package/src/themes/base/Wizard-parameters.css +4 -0
- package/src/themes/base/WizardTab-parameters.css +11 -0
- package/src/themes/base/rtl-parameters.css +14 -0
- package/src/themes/sap_belize/DynamicPage-parameters.css +16 -0
- package/src/themes/sap_belize_hcb/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3/DynamicPageHeaderActions-parameters.css +5 -0
- package/src/themes/sap_fiori_3/DynamicPageTitle-parameters.css +4 -0
- package/src/themes/sap_fiori_3/SearchField-parameters.css +28 -0
- package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +21 -0
- package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +27 -0
- package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +21 -0
- package/src/themes/sap_fiori_3_hcb/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/Page-parameters.css +4 -0
- package/src/themes/sap_fiori_3_hcb/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/SearchField-parameters.css +29 -0
- package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcb/WizardTab-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +22 -0
- package/src/themes/sap_fiori_3_hcw/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/Page-parameters.css +4 -0
- package/src/themes/sap_fiori_3_hcw/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/SearchField-parameters.css +28 -0
- package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/WizardTab-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +22 -0
- package/src/themes/sap_horizon/DynamicPageHeaderActions-parameters.css +6 -0
- package/src/themes/sap_horizon/DynamicPageTitle-parameters.css +5 -0
- package/src/themes/sap_horizon/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon/NotificationListItem-parameters.css +20 -0
- package/src/themes/sap_horizon/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon/ShellBar-parameters.css +30 -0
- package/src/themes/sap_horizon/SideNavigation-parameters.css +55 -0
- package/src/themes/sap_horizon/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon/parameters-bundle.css +26 -0
- package/src/themes/sap_horizon_dark/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_dark/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/NotificationListItem-parameters.css +20 -0
- package/src/themes/sap_horizon_dark/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/ShellBar-parameters.css +30 -0
- package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +55 -0
- package/src/themes/sap_horizon_dark/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_dark/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_dark/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/WizardTab-parameters.css +10 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +25 -0
- package/src/themes/sap_horizon_dark_exp/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_dark_exp/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_dark_exp/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/ShellBar-parameters.css +22 -0
- package/src/themes/sap_horizon_dark_exp/SideNavigation-parameters.css +17 -0
- package/src/themes/sap_horizon_dark_exp/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_dark_exp/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark_exp/WizardTab-parameters.css +10 -0
- package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +20 -0
- package/src/themes/sap_horizon_exp/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/ShellBar-parameters.css +28 -0
- package/src/themes/sap_horizon_exp/SideNavigation-parameters.css +17 -0
- package/src/themes/sap_horizon_exp/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_exp/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_exp/parameters-bundle.css +20 -0
- package/src/themes/sap_horizon_hcb/DynamicPageTitle-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/NotificationListItem-parameters.css +22 -0
- package/src/themes/sap_horizon_hcb/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcb/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/SearchField-parameters.css +29 -0
- package/src/themes/sap_horizon_hcb/ShellBar-parameters.css +14 -0
- package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +53 -0
- package/src/themes/sap_horizon_hcb/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +23 -0
- package/src/themes/sap_horizon_hcb_exp/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb_exp/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcb_exp/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/ShellBar-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb_exp/SideNavigation-parameters.css +16 -0
- package/src/themes/sap_horizon_hcb_exp/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/UploadCollection-parameters.css +8 -0
- package/src/themes/sap_horizon_hcb_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +18 -0
- package/src/themes/sap_horizon_hcw/DynamicPageTitle-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/NotificationListItem-parameters.css +22 -0
- package/src/themes/sap_horizon_hcw/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcw/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/SearchField-parameters.css +29 -0
- package/src/themes/sap_horizon_hcw/ShellBar-parameters.css +14 -0
- package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +53 -0
- package/src/themes/sap_horizon_hcw/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +24 -0
- package/src/themes/sap_horizon_hcw_exp/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcw_exp/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/ShellBar-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/SideNavigation-parameters.css +16 -0
- package/src/themes/sap_horizon_hcw_exp/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_horizon_hcw_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +19 -0
- package/tsconfig.json +43 -0
- package/config/postcss.components/postcss.config.js +0 -1
- package/config/postcss.themes/postcss.config.js +0 -1
- package/dist/NotificationOverflowAction.js +0 -90
- package/dist/api.json +0 -1
- package/dist/features/CoPilotAnimation.js +0 -8
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +0 -1
- package/dist/generated/templates/NotifactionOverflowActionsPopoverTemplate.lit.js +0 -8
- package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js +0 -15
- package/dist/generated/templates/NotificationListItemTemplate.lit.js +0 -16
- package/dist/generated/templates/ProductSwitchItemTemplate.lit.js +0 -15
- package/dist/generated/templates/ProductSwitchTemplate.lit.js +0 -7
- package/dist/generated/templates/ShellBarItemTemplate.lit.js +0 -7
- package/dist/generated/templates/ShellBarPopoverTemplate.lit.js +0 -9
- package/dist/generated/templates/ShellBarTemplate.lit.js +0 -23
- package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +0 -26
- package/dist/generated/templates/UploadCollectionTemplate.lit.js +0 -10
- package/dist/generated/themes/NotifactionOverflowActionsPopover.css.js +0 -8
- package/dist/generated/themes/NotificationPrioIcon.css.js +0 -8
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +0 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +0 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +0 -1
- package/dist/webcomponentsjs/LICENSE.md +0 -19
- package/dist/webcomponentsjs/README.md +0 -229
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js +0 -63
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +0 -297
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js +0 -208
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js +0 -166
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js.map +0 -1
- package/dist/webcomponentsjs/custom-elements-es5-adapter.js +0 -15
- package/dist/webcomponentsjs/package.json +0 -46
- package/dist/webcomponentsjs/src/entrypoints/custom-elements-es5-adapter-index.js +0 -16
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-bundle-index.js +0 -53
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-ce-index.js +0 -17
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-index.js +0 -19
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-pf-index.js +0 -28
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-index.js +0 -18
- package/dist/webcomponentsjs/webcomponents-bundle.js +0 -298
- package/dist/webcomponentsjs/webcomponents-bundle.js.map +0 -1
- package/dist/webcomponentsjs/webcomponents-loader.js +0 -185
- package/package-scripts.js +0 -11
- package/src/Assets.js +0 -6
- package/src/NotifactionOverflowActionsPopover.hbs +0 -20
- package/src/NotificationListGroupItem.hbs +0 -81
- package/src/NotificationListGroupItem.js +0 -219
- package/src/NotificationListItem.hbs +0 -98
- package/src/NotificationListItem.js +0 -430
- package/src/NotificationListItemBase.js +0 -241
- package/src/NotificationOverflowAction.js +0 -90
- package/src/ProductSwitch.hbs +0 -3
- package/src/ProductSwitch.js +0 -130
- package/src/ProductSwitchItem.hbs +0 -43
- package/src/ProductSwitchItem.js +0 -225
- package/src/ShellBar.hbs +0 -192
- package/src/ShellBar.js +0 -1037
- package/src/ShellBarItem.hbs +0 -1
- package/src/ShellBarItem.js +0 -91
- package/src/ShellBarPopover.hbs +0 -31
- package/src/UploadCollection.hbs +0 -34
- package/src/UploadCollection.js +0 -324
- package/src/UploadCollectionItem.hbs +0 -84
- package/src/UploadCollectionItem.js +0 -493
- package/src/features/CoPilotAnimation.js +0 -8
- package/src/types/UploadCollectionDnDMode.js +0 -49
- package/src/types/UploadState.js +0 -56
- package/src/upload-utils/UploadCollectionBodyDnD.js +0 -73
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
export default `<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Scene-Tent">
|
|
2
|
+
<path d="M315.24 213.299C314.643 213.299 314.083 212.572 313.829 211.585L168.913 211.214C168.819 211.332 168.702 211.43 168.57 211.501C168.438 211.571 168.288 211.613 168.142 211.623C167.992 211.613 167.841 211.571 167.709 211.501C167.578 211.43 167.46 211.332 167.366 211.209L1.26062 210.787C2.3942 213.337 4.24743 215.502 6.58986 217.019C8.93228 218.536 11.6698 219.349 14.4685 219.344H305.517C308.161 219.344 310.753 218.621 313.01 217.259C315.268 215.892 317.112 213.934 318.33 211.595H316.623C316.392 212.576 315.833 213.299 315.235 213.299H315.24Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M266.9 151.304C275.122 148.636 282.752 146.715 292.827 147.171C304.487 147.64 311.816 151.647 319.981 157.56V157.503C311.806 151.595 304.506 147.612 292.855 147.124C282.752 146.696 275.122 148.627 266.9 151.304Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M259.53 153.784C261.218 153.211 262.855 152.652 264.464 152.121L259.534 153.788L259.53 153.784Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M223.029 74.6219L234.671 74.7581H235.715C236.416 74.791 237.088 75.0305 237.648 75.4485L237.686 75.4156C237.827 75.317 237.987 75.2465 238.156 75.2137C238.311 75.1855 238.471 75.1855 238.627 75.2137C238.796 75.2418 238.951 75.3029 239.097 75.3921C239.238 75.4861 239.36 75.5988 239.459 75.735C239.558 75.8759 239.624 76.0356 239.657 76.2046C240.263 78.8019 240.898 81.3944 241.566 83.9729C274.139 101.322 301.764 121.231 320 135.575V34.4046C320 30.5862 318.476 26.9181 315.767 24.2176C313.057 21.517 309.384 20 305.55 20H14.4873C10.6538 20 6.98028 21.517 4.27097 24.2176C1.56165 26.9181 0.0376661 30.5815 0.0376661 34.4046V46.5219C0.0705918 46.4327 0.0987954 46.3434 0.136425 46.2542C0.508015 45.3712 1.05837 44.5728 1.75452 43.9106C2.44125 43.2484 3.25968 42.7364 4.15338 42.3983C5.04237 42.0554 5.99719 41.8957 6.95204 41.9286H11.6557C11.5381 41.4214 11.4817 40.9 11.477 40.3787C11.477 39.4488 11.6604 38.5329 12.0179 37.6734C12.3754 36.814 12.8975 36.0343 13.556 35.3815C14.2145 34.724 14.9953 34.2026 15.8561 33.8457C16.7169 33.4887 17.6388 33.3056 18.5701 33.3056H41.4958C43.3773 33.3056 45.1787 34.0523 46.5099 35.3768C47.1684 36.0343 47.6905 36.814 48.048 37.6687C48.4055 38.5282 48.5889 39.4441 48.5889 40.374C48.5889 42.2527 47.841 44.0515 46.5099 45.3759C45.1787 46.7004 43.3773 47.4424 41.4958 47.4424H37.0838C37.2014 47.9497 37.2578 48.471 37.2625 48.9876C37.2625 49.9411 37.0649 50.8851 36.6886 51.7587C36.317 52.6416 35.7667 53.4401 35.0706 54.1023C34.3838 54.7645 33.5654 55.2764 32.6717 55.6099C31.7733 55.9574 30.8138 56.1171 29.8495 56.0796H6.91443C5.95958 56.1124 5.00941 55.9527 4.11571 55.6099C3.22201 55.2764 2.40359 54.7598 1.71685 54.1023C1.02071 53.4401 0.470406 52.6416 0.0988161 51.7587C0.0611867 51.6741 0.0329257 51.5802 0 51.4956V92.502C23.8053 74.6829 47.4083 53.1583 91.0865 47.588C135.865 41.891 182.333 55.4126 223.029 74.6125V74.6219ZM280.348 48.9172C281.011 47.6021 282.079 46.5313 283.396 45.8691C285.052 45.0706 286.919 44.8452 288.721 45.2209C290.202 45.5027 291.595 46.1462 292.766 47.0949C292.902 47.1935 293.015 47.3203 293.1 47.4659C293.184 47.6115 293.241 47.7712 293.264 47.9356C293.288 48.1 293.274 48.2738 293.227 48.4334C293.18 48.5931 293.095 48.7434 292.987 48.8749C292.883 49.0064 292.756 49.1144 292.606 49.1896C292.46 49.2647 292.3 49.3164 292.135 49.3305C291.966 49.3446 291.797 49.3211 291.637 49.2694C291.477 49.2131 291.331 49.1285 291.204 49.0158C290.353 48.3348 289.351 47.8745 288.278 47.6726C287.023 47.4096 285.71 47.5552 284.544 48.0953C283.659 48.5462 282.954 49.2835 282.54 50.1806C282.328 50.6784 282.008 51.1199 281.599 51.4769C281.195 51.8291 280.71 52.0827 280.188 52.2189C280.009 52.233 279.835 52.233 279.657 52.2189C278.123 52.2189 277.065 50.9743 276.044 49.6733C275.226 48.3912 274.031 47.3955 272.625 46.8084C270.856 46.273 268.617 47.0197 265.964 49.0017C265.701 49.1849 265.372 49.26 265.056 49.2084C264.741 49.1567 264.459 48.9923 264.262 48.7387C264.073 48.4804 263.989 48.1657 264.026 47.8464C264.059 47.5317 264.214 47.2405 264.459 47.0338C267.794 44.554 270.771 43.657 273.344 44.4272C275.235 45.1599 276.853 46.4608 277.977 48.1516C278.598 48.8937 279.389 49.8471 279.732 49.772C279.84 49.7579 280.042 49.4244 280.329 48.9125H280.348V48.9172ZM257.305 35.4942C257.328 35.3298 257.38 35.1701 257.465 35.0245C257.549 34.8883 257.662 34.7662 257.789 34.6629C260.353 32.7279 262.681 32.061 264.694 32.6668C266.166 33.2257 267.432 34.2214 268.316 35.5224C268.603 35.9169 268.937 36.2738 269.313 36.5885C269.389 36.4899 269.497 36.302 269.586 36.1564C270.113 35.1185 270.955 34.2778 271.99 33.7471C273.293 33.1318 274.755 32.9533 276.171 33.2398C277.333 33.4512 278.42 33.949 279.332 34.6864C279.567 34.9024 279.713 35.1983 279.741 35.5177C279.765 35.8324 279.666 36.147 279.468 36.396C279.266 36.6496 278.979 36.8187 278.659 36.8656C278.344 36.9032 278.02 36.8234 277.761 36.6355C277.168 36.1564 276.468 35.8371 275.72 35.6962C274.835 35.513 273.913 35.6163 273.095 35.9967C272.488 36.3114 272.008 36.8187 271.726 37.4386C271.552 37.8519 271.279 38.2183 270.931 38.5047C270.588 38.7959 270.183 38.9979 269.746 39.1012L269.323 39.1388C268.081 39.1388 267.159 38.0727 266.373 37.1192C265.795 36.2175 264.962 35.5083 263.975 35.0856C262.728 34.7146 261.185 35.2594 259.271 36.6872C259.144 36.7858 258.993 36.8562 258.838 36.8938C258.683 36.9361 258.528 36.9455 258.368 36.922C258.203 36.8985 258.043 36.8468 257.897 36.7623C257.761 36.6778 257.634 36.565 257.535 36.4382C257.436 36.3067 257.366 36.1611 257.324 36.0014C257.277 35.8371 257.262 35.668 257.286 35.4989H257.305V35.4942Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<path d="M71.0442 150.891C49.2944 151.656 26.0959 153.647 0.0281982 156.32V173.453H50.1928C57.8363 166.601 64.8165 159.044 71.0442 150.891Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
7
|
+
<path d="M71.0442 150.891C49.2944 151.656 26.0959 153.647 0.0281982 156.32V173.453H50.1928C57.8363 166.601 64.8165 159.044 71.0442 150.891Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
8
|
+
<path d="M266.9 151.309C271.962 161.322 276.378 168.428 279.934 173.453H319.986V157.564C311.816 151.651 304.487 147.664 292.832 147.176C282.756 146.72 275.127 148.641 266.905 151.309H266.9Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
9
|
+
<path d="M266.9 151.309C271.962 161.322 276.378 168.428 279.934 173.453H319.986V157.564C311.816 151.651 304.487 147.664 292.832 147.176C282.756 146.72 275.127 148.641 266.905 151.309H266.9Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
10
|
+
<path d="M74.2051 150.783C68.1232 158.941 61.3076 166.53 53.8429 173.448H68.4525L74.8213 150.759L74.2051 150.778V150.783Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
11
|
+
<path d="M74.2051 150.783C68.1232 158.941 61.3076 166.53 53.8429 173.448H68.4525L74.8213 150.759L74.2051 150.778V150.783Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
12
|
+
<path d="M264.835 173.453H276.834C272.239 166.624 268.104 159.499 264.459 152.121C262.85 152.657 261.214 153.211 259.525 153.784L264.835 173.448V173.453Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
13
|
+
<path d="M264.835 173.453H276.834C272.239 166.624 268.104 159.499 264.459 152.121C262.85 152.657 261.214 153.211 259.525 153.784L264.835 173.448V173.453Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
14
|
+
<path d="M313.532 206.823C303.485 200.938 294.313 193.677 286.289 185.251C282.808 181.597 279.647 177.657 276.834 173.467H264.835L270.56 194.654C270.644 194.875 270.687 195.109 270.682 195.349C270.691 195.433 270.691 195.513 270.682 195.598C270.64 195.903 270.517 196.194 270.334 196.443C270.151 196.692 269.911 196.889 269.628 197.016C269.346 197.148 269.04 197.204 268.73 197.181L170.127 198.233C170.169 198.317 170.202 198.406 170.235 198.496C170.32 198.787 170.348 199.087 170.31 199.388L169.699 209.166C169.675 209.918 169.407 210.646 168.942 211.238L313.857 211.609C313.796 211.355 313.758 211.097 313.744 210.838L313.528 206.827L313.532 206.823Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
15
|
+
<path d="M166.656 209.138L166.505 206.287C163.325 203.784 160.263 201.14 157.319 198.345L133.73 198.594C133.024 198.575 132.342 198.336 131.778 197.913C131.261 197.523 130.865 196.988 130.64 196.382C130.687 196.603 130.701 196.833 130.668 197.058C130.616 197.354 130.499 197.631 130.32 197.871C130.136 198.111 129.897 198.298 129.624 198.42C129.351 198.543 129.05 198.599 128.754 198.575L105.085 198.688L105.014 198.73C104.727 198.857 104.417 198.914 104.106 198.9L84.6802 198.81C84.5485 198.824 84.4168 198.824 84.2851 198.81L63.8053 198.909C63.5043 198.937 63.2032 198.885 62.9304 198.763C62.6576 198.641 62.4177 198.453 62.2343 198.214C62.0555 197.979 61.9427 197.697 61.9003 197.401C61.8533 197.105 61.8815 196.805 61.985 196.523L68.4525 173.477H53.843C43.636 182.926 32.286 191.066 20.0518 197.707L19.873 200.572C19.7837 201.938 19.1016 203.051 18.3396 203.051C17.5776 203.051 16.9286 201.934 16.8345 200.572L16.3359 190.751C16.2983 190.45 16.3265 190.14 16.4111 189.849C16.5052 189.558 16.6511 189.29 16.8486 189.055C17.0415 188.821 17.2861 188.628 17.5589 188.496C17.8317 188.36 18.128 188.28 18.429 188.266C18.7301 188.285 19.0264 188.365 19.2992 188.501C19.5673 188.637 19.8025 188.825 19.9953 189.06C20.1929 189.29 20.3387 189.563 20.4187 189.859C20.4939 190.15 20.5175 190.45 20.4798 190.751L20.2305 194.776C30.9925 188.806 41.049 181.649 50.2023 173.434H0.0377197V204.925C0.0377197 206.94 0.461057 208.927 1.27949 210.768L167.385 211.191C166.924 210.604 166.665 209.885 166.656 209.138Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
16
|
+
<path d="M166.331 202.962L166.143 199.36C166.105 199.059 166.134 198.754 166.218 198.463C166.247 198.388 166.284 198.317 166.312 198.242L160.931 198.303C162.691 199.905 164.492 201.455 166.331 202.962Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
17
|
+
<path d="M288.165 183.537C295.625 191.385 304.106 198.2 313.377 203.803L313.236 201.041C313.189 200.736 313.198 200.431 313.273 200.13C313.358 199.839 313.504 199.566 313.697 199.327C313.899 199.092 314.144 198.904 314.421 198.777C314.699 198.646 315 198.58 315.306 198.58C315.611 198.58 315.917 198.646 316.199 198.777C316.477 198.904 316.721 199.092 316.919 199.327C317.116 199.562 317.262 199.834 317.342 200.13C317.417 200.426 317.432 200.736 317.38 201.041L316.773 210.815C316.754 211.078 316.712 211.336 316.646 211.594H318.353C319.426 209.542 319.99 207.259 319.986 204.944V173.453H279.934C282.417 177.023 285.169 180.395 288.165 183.546V183.537Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
18
|
+
<path d="M264.454 152.116C262.394 148.026 260.221 143.465 257.991 138.379C255.31 132.437 252.803 126.426 250.466 120.339L259.497 153.788L264.449 152.121L264.454 152.116Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
19
|
+
<path d="M241.548 83.9447C246.279 102.252 252.564 120.128 260.329 137.374C262.615 142.53 264.812 147.175 266.914 151.304C275.136 148.627 282.785 146.692 292.869 147.124C304.52 147.617 311.82 151.595 319.995 157.503V135.547C301.755 121.203 274.12 101.313 241.548 83.9447Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
20
|
+
<path d="M77.206 142.244L95.9266 75.5189C95.936 75.486 95.9454 75.4485 95.9595 75.4156L95.8749 75.1432C95.8278 74.9929 95.8137 74.8332 95.8372 74.6735C95.8513 74.5091 95.8984 74.3494 95.9736 74.2038C96.0583 74.0629 96.1618 73.9408 96.2841 73.8328C96.4158 73.7342 96.5663 73.6543 96.7215 73.6074C96.8767 73.5651 97.0366 73.551 97.1919 73.5651C97.3471 73.5839 97.4976 73.6309 97.634 73.706C97.7893 73.5322 97.9821 73.3913 98.1985 73.2927C98.4713 73.1706 98.7723 73.1236 99.0733 73.1471L222.992 74.6265C182.314 55.4314 135.851 41.9051 91.1053 47.6068C47.4224 53.177 23.8241 74.7205 0.0187988 92.5207V156.32C26.0724 153.647 49.2709 151.633 71.0348 150.891C73.1796 148.077 75.2399 145.193 77.206 142.244Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
21
|
+
<path d="M74.8213 150.764L75.1928 149.444C74.8635 149.914 74.539 150.341 74.2051 150.787L74.8213 150.768V150.764Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
22
|
+
<path d="M152.78 193.869C141.816 182.532 131.453 167.611 116.533 131.63L115.179 128.347C111.199 119.16 107.521 109.856 104.149 100.435L130.583 196.161C130.607 196.227 130.626 196.293 130.64 196.363C130.865 196.974 131.261 197.505 131.778 197.894C132.342 198.317 133.024 198.557 133.73 198.575L157.319 198.327C155.776 196.889 154.257 195.396 152.78 193.869Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
23
|
+
<path d="M98.0433 74.0207C98.1468 74.1475 98.2221 74.2931 98.2691 74.4481C103.584 92.4738 110 110.161 117.479 127.412L118.834 130.695C133.608 166.3 143.805 181.029 154.577 192.155C156.632 194.273 158.754 196.33 160.936 198.317L166.317 198.256C166.402 198.049 166.519 197.857 166.66 197.683C166.853 197.453 167.093 197.26 167.366 197.124C167.639 196.988 167.935 196.908 168.241 196.889C168.542 196.908 168.838 196.988 169.111 197.124C169.384 197.26 169.619 197.448 169.807 197.688C169.939 197.847 170.047 198.026 170.122 198.219L268.725 197.166C269.031 197.19 269.341 197.134 269.624 197.002C269.906 196.875 270.146 196.678 270.329 196.429C270.513 196.18 270.635 195.889 270.677 195.584C270.687 195.499 270.687 195.419 270.677 195.335C270.682 195.405 270.682 195.476 270.677 195.546C270.635 195.851 270.513 196.143 270.329 196.392C270.146 196.64 269.906 196.838 269.624 196.965C269.341 197.096 269.036 197.152 268.725 197.129L214.078 197.688C213.753 197.702 213.434 197.641 213.137 197.514C212.841 197.392 212.578 197.209 212.366 196.969C212.145 196.734 211.985 196.457 211.896 196.147C211.801 195.847 211.773 195.523 211.811 195.208L222.836 77.2473C222.916 76.5757 223.231 75.9604 223.73 75.5048C224.233 75.0493 224.882 74.7862 225.56 74.7675H234.657L223.015 74.6313L99.0969 73.1565C98.7959 73.133 98.4949 73.18 98.2221 73.3021C98.0057 73.4007 97.8175 73.5416 97.6576 73.7154C97.8081 73.7859 97.9398 73.8939 98.048 74.0207H98.0433Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
24
|
+
<path d="M118.085 58.2538L111.427 60.0939L118.726 60.3477L118.085 58.2538Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
25
|
+
<path d="M115.588 61.2995L111.427 60.0939L116.165 60.2208L115.588 61.2995Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
26
|
+
<path d="M121.84 76.012H131.645C133.935 76.012 135.085 73.2694 133.472 71.661L126.491 64.7165L120.701 58.957C118.65 56.9173 115.136 58.3533 115.136 61.2356V69.3634C115.135 71.126 115.841 72.8166 117.099 74.0634C118.356 75.3102 120.061 76.0111 121.84 76.012Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
27
|
+
<path opacity="0.5" d="M119.468 60.9047C119.021 60.4624 119.021 59.7456 119.467 59.3035C119.913 58.8614 120.637 58.8616 121.083 59.3038L138.533 76.5984C138.98 77.0407 138.98 77.7575 138.534 78.1996C138.088 78.6417 137.364 78.6415 136.918 78.1993L119.468 60.9047Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
28
|
+
<path d="M121.844 62.037L119.315 64.5428C118.63 65.2221 118.245 66.1435 118.245 67.1042C118.245 68.0649 118.63 68.9862 119.315 69.6655L121.622 71.9512C122.978 73.2956 124.817 74.0511 126.735 74.0515C128.653 74.052 130.493 73.2974 131.85 71.9537L121.844 62.037Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
29
|
+
<path d="M133.468 71.661L126.487 64.7165L120.696 58.957C119.597 57.8634 120.63 60.3007 119.456 60.8932C119.247 60.6801 119.13 60.3939 119.132 60.0964C119.134 59.7989 119.254 59.5141 119.467 59.3037C119.681 59.0916 119.971 58.9724 120.274 58.9724C120.577 58.9724 120.868 59.0916 121.082 59.3037L138.533 76.5994C138.747 76.8117 138.868 77.0996 138.868 77.3997C138.868 77.6999 138.747 77.9877 138.533 78.2001C138.427 78.3053 138.301 78.3887 138.163 78.4456C138.024 78.5025 137.875 78.5318 137.725 78.5318C137.575 78.5318 137.427 78.5025 137.288 78.4456C137.149 78.3887 137.023 78.3053 136.917 78.2001L133.697 75.009C134.409 74.0603 134.46 72.6476 133.468 71.661Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
30
|
+
<path d="M120.696 58.957L126.487 64.7165L133.468 71.6609C134.46 72.6476 134.409 74.0603 133.695 75.0055L116.912 58.374C116.909 58.3701 116.906 58.3663 116.902 58.3628C118.074 57.7703 119.597 57.8634 120.696 58.957Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
31
|
+
<path d="M117.636 60.7573C117.559 60.8861 117.238 60.8363 116.919 60.6461C116.6 60.4558 116.403 60.1972 116.48 60.0684C116.557 59.9396 116.878 59.9894 117.197 60.1796C117.516 60.3699 117.712 60.6285 117.636 60.7573Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
32
|
+
<path d="M110.142 61.1013C110.44 61.0124 110.716 61.2942 110.621 61.5905L109.677 64.5228C109.214 65.9624 107.387 66.3936 106.329 65.3129C105.271 64.2321 105.741 62.4142 107.19 61.9819L110.142 61.1013Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
33
|
+
<path d="M237.606 75.4626C237.046 75.0446 236.373 74.8051 235.673 74.7722C236.373 74.8004 237.046 75.0446 237.606 75.4626Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
34
|
+
<path opacity="0.7" d="M237.606 75.4626C237.046 75.0446 236.373 74.8051 235.673 74.7722C236.373 74.8004 237.046 75.0446 237.606 75.4626Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
35
|
+
<path d="M259.52 153.788L264.831 173.448L259.52 153.784V153.788Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
36
|
+
<path opacity="0.7" d="M259.52 153.788L264.831 173.448L259.52 153.784V153.788Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
37
|
+
<path opacity="0.7" d="M259.52 153.788L264.831 173.448L259.52 153.784V153.788Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
38
|
+
<path d="M270.56 194.673C270.64 194.884 270.682 195.105 270.682 195.33C270.682 195.095 270.645 194.856 270.56 194.635L264.835 173.448L270.56 194.673Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
39
|
+
<path opacity="0.7" d="M270.56 194.673C270.64 194.884 270.682 195.105 270.682 195.33C270.682 195.095 270.645 194.856 270.56 194.635L264.835 173.448L270.56 194.673Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
40
|
+
<path d="M259.53 153.784L250.494 120.334C250.48 120.306 250.471 120.273 250.461 120.245L259.52 153.784H259.53Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
41
|
+
<path opacity="0.7" d="M259.53 153.784L250.494 120.334C250.48 120.306 250.471 120.273 250.461 120.245L259.52 153.784H259.53Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
42
|
+
<path d="M223.725 75.4955C223.227 75.951 222.911 76.571 222.832 77.2379L211.806 195.199C211.769 195.513 211.797 195.833 211.891 196.138C211.98 196.443 212.14 196.725 212.361 196.96C212.573 197.195 212.836 197.383 213.133 197.505C213.429 197.631 213.749 197.688 214.073 197.678L268.721 197.12C269.026 197.143 269.337 197.087 269.619 196.955C269.901 196.828 270.141 196.631 270.324 196.382C270.508 196.133 270.63 195.842 270.673 195.537C270.673 195.466 270.673 195.396 270.673 195.325C270.673 195.1 270.63 194.879 270.55 194.668L264.816 173.444L259.506 153.784L250.447 120.245C245.028 106.056 240.578 91.5204 237.135 76.7307C237.102 76.5663 237.102 76.3972 237.135 76.2328C237.164 76.0684 237.225 75.9088 237.309 75.7632C237.394 75.6457 237.493 75.5424 237.606 75.4532C237.051 75.0399 236.383 74.8004 235.691 74.7628H225.555C224.873 74.7769 224.224 75.0352 223.721 75.4908L223.725 75.4955Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
43
|
+
<path d="M223.725 75.4955C223.227 75.951 222.911 76.571 222.832 77.2379L211.806 195.199C211.769 195.513 211.797 195.833 211.891 196.138C211.98 196.443 212.14 196.725 212.361 196.96C212.573 197.195 212.836 197.383 213.133 197.505C213.429 197.631 213.749 197.688 214.073 197.678L268.721 197.12C269.026 197.143 269.337 197.087 269.619 196.955C269.901 196.828 270.141 196.631 270.324 196.382C270.508 196.133 270.63 195.842 270.673 195.537C270.673 195.466 270.673 195.396 270.673 195.325C270.673 195.1 270.63 194.879 270.55 194.668L264.816 173.444L259.506 153.784L250.447 120.245C245.028 106.056 240.578 91.5204 237.135 76.7307C237.102 76.5663 237.102 76.3972 237.135 76.2328C237.164 76.0684 237.225 75.9088 237.309 75.7632C237.394 75.6457 237.493 75.5424 237.606 75.4532C237.051 75.0399 236.383 74.8004 235.691 74.7628H225.555C224.873 74.7769 224.224 75.0352 223.721 75.4908L223.725 75.4955Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
44
|
+
<path d="M239.44 75.7209C239.341 75.5847 239.219 75.472 239.078 75.378C238.937 75.2888 238.777 75.2278 238.608 75.1996C238.452 75.1714 238.293 75.1714 238.137 75.1996C237.968 75.2324 237.808 75.2982 237.667 75.4015L237.629 75.4344C237.516 75.5236 237.418 75.627 237.333 75.7444C237.248 75.89 237.187 76.0497 237.159 76.214C237.126 76.3784 237.126 76.5475 237.159 76.7119C240.602 91.5016 245.047 106.038 250.47 120.226C250.48 120.254 250.489 120.287 250.503 120.315C252.827 126.398 255.334 132.409 258.029 138.355C260.273 143.442 262.432 148.007 264.492 152.093C268.133 159.471 272.267 166.596 276.867 173.425C279.68 177.61 282.841 181.555 286.322 185.209C294.346 193.635 303.518 200.896 313.565 206.776L313.41 203.756C304.135 198.153 295.654 191.338 288.199 183.49C285.202 180.343 282.451 176.971 279.967 173.402C276.416 168.381 271.994 161.27 266.933 151.262C264.845 147.129 262.648 142.512 260.348 137.331C252.582 120.085 246.298 102.21 241.566 83.9024C240.903 81.3193 240.268 78.7267 239.657 76.1342C239.614 75.9839 239.539 75.843 239.445 75.7209H239.44Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
45
|
+
<path d="M160.95 198.308C158.753 196.321 156.637 194.264 154.591 192.146C143.829 181.019 133.626 166.291 118.848 130.686L117.493 127.403C110.009 110.161 103.589 92.4785 98.2643 74.4575C98.2173 74.3025 98.142 74.1569 98.0386 74.0301C97.9398 73.8986 97.8128 73.7953 97.667 73.7154C97.5306 73.6403 97.3801 73.5933 97.2248 73.5745C97.0649 73.5604 96.9097 73.5745 96.7545 73.6168C96.5946 73.6638 96.4487 73.7436 96.317 73.8422C96.1947 73.9503 96.0912 74.0724 96.0066 74.2133C95.9313 74.3589 95.8843 74.5186 95.8702 74.6829C95.8467 74.8379 95.8608 75.0023 95.9078 75.1526L95.9925 75.425C96.3641 74.2133 96.9332 74.2461 97.2907 75.5283L104.177 100.458C107.554 109.875 111.232 119.179 115.212 128.37L116.566 131.653C131.482 167.634 141.848 182.555 152.813 193.893C154.29 195.419 155.809 196.913 157.352 198.374C160.296 201.149 163.358 203.798 166.538 206.316L166.364 202.99C164.506 201.469 162.7 199.905 160.95 198.303V198.308Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
46
|
+
<path d="M74.2051 150.783C74.539 150.336 74.8636 149.885 75.1928 149.439L77.2107 142.244C75.2493 145.194 73.1938 148.073 71.0442 150.886C64.8213 159.044 57.8411 166.596 50.2023 173.448C41.0443 181.658 30.9925 188.821 20.2305 194.79L20.0518 197.678C32.286 191.037 43.636 182.898 53.8429 173.448C61.3124 166.53 68.1279 158.941 74.2051 150.783Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
47
|
+
<path d="M104.149 100.449L97.2625 75.5189C96.9098 74.2367 96.3218 74.2039 95.9643 75.4156C95.9502 75.4485 95.9408 75.4813 95.9314 75.5189L77.2108 142.244L75.1929 149.439L74.8213 150.764L68.4525 173.448L61.985 196.495C61.8815 196.777 61.8533 197.077 61.9004 197.373C61.9427 197.669 62.0556 197.946 62.2343 198.186C62.4177 198.42 62.6576 198.608 62.9304 198.735C63.2032 198.857 63.5043 198.909 63.8053 198.881L84.2851 198.782C84.1064 198.759 83.9324 198.712 83.7724 198.637C83.4902 198.51 83.2409 198.317 83.0481 198.073C82.8552 197.829 82.7235 197.547 82.653 197.242C82.5871 196.932 82.6012 196.608 82.6906 196.302L94.1017 140.304C94.3745 138.966 94.8119 138.966 95.0847 140.304L106.124 196.392C106.209 196.697 106.218 197.021 106.148 197.331C106.082 197.636 105.946 197.923 105.748 198.167C105.565 198.383 105.339 198.561 105.085 198.683L128.754 198.571C129.05 198.594 129.351 198.538 129.624 198.416C129.897 198.294 130.137 198.106 130.32 197.866C130.499 197.627 130.616 197.35 130.668 197.054C130.701 196.828 130.692 196.598 130.64 196.377C130.626 196.307 130.607 196.241 130.583 196.175L104.149 100.449Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
48
|
+
<path d="M106.148 197.312C106.214 197.002 106.209 196.678 106.124 196.373L95.1082 140.323C94.8354 138.985 94.3979 138.985 94.1251 140.323L82.714 196.321C82.6247 196.626 82.6105 196.95 82.6764 197.26C82.7422 197.561 82.8786 197.848 83.0715 198.092C83.2643 198.336 83.5136 198.529 83.7958 198.655C83.9605 198.73 84.1298 198.777 84.3085 198.801C84.4402 198.82 84.572 198.82 84.7037 198.801L104.13 198.89C104.44 198.904 104.751 198.848 105.038 198.721L105.108 198.679C105.362 198.557 105.588 198.383 105.771 198.162C105.964 197.913 106.091 197.622 106.148 197.312Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
49
|
+
<path d="M169.69 209.138L170.301 199.36C170.339 199.059 170.31 198.759 170.226 198.467C170.193 198.378 170.16 198.289 170.118 198.204C170.042 198.012 169.934 197.833 169.802 197.674C169.614 197.439 169.379 197.246 169.106 197.11C168.833 196.974 168.542 196.894 168.236 196.875C167.93 196.894 167.634 196.974 167.361 197.11C167.088 197.246 166.849 197.434 166.656 197.669C166.515 197.843 166.397 198.035 166.312 198.242C166.284 198.317 166.247 198.388 166.218 198.463C166.134 198.754 166.105 199.059 166.143 199.36L166.331 202.962L166.505 206.287L166.656 209.138C166.66 209.89 166.919 210.618 167.385 211.205C167.479 211.327 167.592 211.421 167.728 211.496C167.86 211.566 168.01 211.609 168.161 211.618C168.311 211.609 168.457 211.566 168.589 211.496C168.721 211.425 168.838 211.327 168.932 211.209C169.398 210.618 169.666 209.89 169.69 209.138Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
50
|
+
<path d="M20.4752 190.751C20.5128 190.455 20.4893 190.15 20.4141 189.859C20.3294 189.563 20.1883 189.295 19.9907 189.06C19.7978 188.83 19.5627 188.637 19.2945 188.501C19.0217 188.365 18.7301 188.285 18.4244 188.266C18.1186 188.28 17.8223 188.36 17.5542 188.496C17.2813 188.628 17.0367 188.821 16.8439 189.055C16.6463 189.29 16.4958 189.558 16.4064 189.849C16.3217 190.14 16.2936 190.45 16.3312 190.751L16.8298 200.525C16.905 201.891 17.5777 203.004 18.335 203.004C19.0923 203.004 19.779 201.887 19.8684 200.525L20.0471 197.66L20.2259 194.771L20.4752 190.746V190.751Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
51
|
+
<path d="M313.735 210.815C313.749 211.073 313.787 211.332 313.848 211.585C314.083 212.576 314.643 213.304 315.259 213.304C315.875 213.304 316.416 212.581 316.67 211.595C316.736 211.341 316.778 211.078 316.797 210.815L317.404 201.041C317.456 200.736 317.441 200.431 317.366 200.13C317.282 199.834 317.14 199.562 316.943 199.327C316.745 199.092 316.501 198.909 316.223 198.777C315.941 198.646 315.64 198.58 315.33 198.58C315.024 198.58 314.723 198.646 314.445 198.777C314.168 198.904 313.918 199.092 313.721 199.327C313.528 199.562 313.382 199.834 313.298 200.13C313.222 200.426 313.213 200.736 313.26 201.041L313.401 203.803L313.556 206.823L313.735 210.815Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
52
|
+
<path d="M32.6858 42.3842C33.5795 42.7176 34.398 43.2343 35.0847 43.8918C35.7808 44.554 36.3311 45.3525 36.7027 46.2354C36.8721 46.6346 37.0038 47.0432 37.0978 47.4659H41.4958C43.3726 47.4659 45.1787 46.7192 46.5099 45.3994C47.841 44.0703 48.5889 42.2715 48.5889 40.3975C48.5889 39.4676 48.4055 38.5517 48.048 37.6922C47.6905 36.8328 47.1684 36.0531 46.5099 35.4003C45.1787 34.0758 43.3773 33.3291 41.4958 33.3291H18.5513C17.62 33.3291 16.698 33.5122 15.8373 33.8692C14.9765 34.2261 14.1957 34.7475 13.5372 35.405C12.8787 36.0625 12.3565 36.8422 11.9991 37.6969C11.6416 38.5564 11.4581 39.4723 11.4581 40.4022C11.4581 40.9235 11.5193 41.4449 11.6369 41.9521H29.8777C30.8373 41.9051 31.7921 42.0554 32.6905 42.3889L32.6858 42.3842Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
53
|
+
<path d="M1.75457 54.1023C2.4413 54.7645 3.25973 55.2764 4.15342 55.6099C5.04712 55.9527 5.99724 56.1124 6.95208 56.0795H29.8871C30.8514 56.1171 31.8109 55.9574 32.7093 55.6099C33.603 55.2764 34.4215 54.7598 35.1082 54.1023C35.8043 53.44 36.3547 52.6416 36.7263 51.7586C37.1026 50.8851 37.3001 49.9411 37.3001 48.9876C37.3001 48.4663 37.239 47.9497 37.1214 47.4424C37.0273 47.0197 36.8956 46.6111 36.7263 46.2119C36.3547 45.329 35.8043 44.5305 35.1082 43.8683C34.4215 43.2061 33.603 42.6941 32.7093 42.356C31.8109 42.0084 30.8514 41.8488 29.8871 41.8863H6.95208C5.99724 41.8535 5.04712 42.0131 4.15342 42.356C3.25973 42.6895 2.4413 43.2061 1.75457 43.8683C1.05843 44.5305 0.508068 45.329 0.136478 46.2119C0.098849 46.3012 0.0706454 46.3904 0.0377197 46.4796V51.4956C0.0706454 51.5802 0.098849 51.6741 0.136478 51.7586C0.508068 52.6416 1.05843 53.44 1.75457 54.1023Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
54
|
+
<path d="M257.521 36.4148C257.62 36.5416 257.742 36.6543 257.883 36.7388C258.029 36.8234 258.189 36.875 258.354 36.8985C258.509 36.922 258.669 36.9126 258.824 36.8703C258.979 36.8328 259.13 36.7623 259.257 36.6637C261.162 35.2312 262.705 34.6911 263.96 35.0621C264.948 35.4848 265.781 36.194 266.359 37.0958C267.145 38.0351 268.067 39.1153 269.309 39.1153L269.732 39.0778C270.169 38.9744 270.574 38.7725 270.917 38.4813C271.265 38.1948 271.538 37.8285 271.712 37.4151C271.994 36.7952 272.474 36.288 273.081 35.9733C273.899 35.5929 274.821 35.4895 275.705 35.6727C276.453 35.8089 277.154 36.133 277.747 36.612C278.006 36.7999 278.325 36.8797 278.645 36.8422C278.965 36.7952 279.257 36.6261 279.454 36.3725C279.652 36.1236 279.751 35.8136 279.727 35.4942C279.699 35.1749 279.553 34.879 279.318 34.6629C278.405 33.9209 277.319 33.423 276.157 33.2164C274.746 32.9299 273.278 33.1083 271.975 33.7236C270.936 34.2543 270.099 35.095 269.572 36.133C269.483 36.2786 269.374 36.4664 269.299 36.5651C268.923 36.2504 268.589 35.8934 268.302 35.4989C267.418 34.198 266.152 33.2023 264.68 32.6434C262.667 32.0375 260.339 32.7044 257.775 34.6394C257.648 34.7381 257.54 34.8602 257.451 35.0011C257.366 35.1467 257.309 35.3064 257.291 35.4707C257.267 35.6257 257.277 35.7854 257.314 35.9404C257.347 36.1095 257.418 36.2692 257.521 36.4101V36.4148Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
55
|
+
<path d="M277.94 48.1375C276.82 46.4514 275.198 45.1505 273.307 44.4131C270.734 43.6428 267.756 44.5399 264.421 47.0197C264.177 47.2217 264.022 47.5129 263.989 47.8322C263.951 48.1469 264.036 48.4663 264.224 48.7246C264.417 48.9735 264.704 49.1426 265.019 49.1943C265.334 49.2459 265.663 49.1708 265.927 48.9876C268.58 47.0056 270.818 46.2589 272.587 46.7943C273.993 47.3814 275.183 48.3771 276.007 49.6592C277.027 50.9649 278.086 52.2048 279.619 52.2048C279.798 52.2189 279.972 52.2189 280.151 52.2048C280.673 52.0686 281.152 51.815 281.562 51.4627C281.971 51.1105 282.291 50.6643 282.502 50.1665C282.916 49.2647 283.622 48.532 284.506 48.0812C285.673 47.5458 286.98 47.3955 288.241 47.6585C289.313 47.8604 290.315 48.3207 291.167 49.0017C291.294 49.1144 291.439 49.199 291.599 49.2553C291.759 49.307 291.929 49.3305 292.098 49.3164C292.262 49.3023 292.422 49.2553 292.568 49.1755C292.714 49.1003 292.846 48.9923 292.949 48.8608C293.057 48.7293 293.142 48.5837 293.189 48.4193C293.236 48.2596 293.25 48.0906 293.227 47.9215C293.203 47.7571 293.147 47.5974 293.062 47.4518C292.977 47.3062 292.865 47.1794 292.728 47.0808C291.557 46.1321 290.165 45.4886 288.683 45.2068C286.886 44.8311 285.014 45.0565 283.358 45.855C282.041 46.5172 280.974 47.588 280.31 48.9031C280.024 49.415 279.84 49.7485 279.675 49.7485C279.332 49.8377 278.561 48.8796 277.94 48.1422V48.1375Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
56
|
+
<path d="M207.747 40.8343C208.33 42.2949 207.662 43.9669 206.251 44.5728C204.84 45.1787 203.222 44.4836 202.634 43.0229C202.051 41.5622 202.719 39.8902 204.13 39.2844C205.541 38.6785 207.164 39.3736 207.747 40.8343Z" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
57
|
+
<path d="M62.446 38.0774C63.9182 38.0774 65.113 39.2703 65.113 40.7404C65.113 42.2104 63.9182 43.4033 62.446 43.4033C60.9737 43.4033 59.7791 42.2104 59.7791 40.7404C59.7791 39.2703 60.9737 38.0774 62.446 38.0774Z" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
58
|
+
<path d="M242.973 53.2757C242.761 56.7747 241.994 59.386 241.091 59.3766C240.188 59.3719 239.431 56.7512 239.238 53.2287C235.72 52.9892 233.1 52.2048 233.109 51.2984C233.119 50.3919 235.738 49.6687 239.247 49.509C239.459 46.0053 240.221 43.3987 241.129 43.3987C242.037 43.3987 242.785 46.0241 242.982 49.5465C246.5 49.7861 249.12 50.5751 249.111 51.4816C249.102 52.388 246.482 53.1113 242.973 53.271V53.2757Z" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
59
|
+
</svg>
|
|
60
|
+
`;
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
export default `<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Scene-UnableToLoad">
|
|
2
|
+
<rect y="59" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<g clip-path="url(#clip0_6879_7409)">
|
|
4
|
+
<path d="M164.192 184.542L170.474 184.985L254.652 148.841L173.978 114.248L60.3305 133.995C57.5367 134.549 54.806 135.529 59.6518 137.821L159.598 183.356C161.445 184.194 162.187 184.384 164.192 184.542Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
5
|
+
<path d="M101.165 150.691L101.259 153.964C101.259 154.106 101.354 154.249 101.496 154.312L165.486 183.925C165.486 183.925 170.584 186.313 175.588 183.925C182.644 180.558 267.769 144.241 267.769 144.241C267.769 144.241 268.937 143.877 268.968 142.596C269 141.316 268.968 139.972 268.968 139.972L101.149 150.691H101.165Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
6
|
+
<path d="M114.613 145.948L114.313 146.043L113.492 146.28L112.261 146.644L110.746 147.086L109.041 147.592L107.289 148.098L105.584 148.604C105.079 148.747 101.496 149.932 101.496 149.932C101.133 150.106 101.133 150.976 101.244 151.292C101.323 151.498 101.465 151.671 101.67 151.766C102.522 152.209 168.343 180.842 168.343 180.842C168.343 180.842 171.91 182.518 177.135 179.909C181.349 177.807 220.479 161.379 220.479 161.379L267.674 141.553C267.674 141.553 271.889 139.466 264.88 138.47L204.016 122.928C204.016 122.928 201.206 121.947 197.086 122.833C192.982 123.718 114.629 145.948 114.629 145.948H114.597H114.613Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
7
|
+
<path d="M139.095 144.572C139.773 142.959 140.894 140.509 142.33 138.105C127.083 142.422 114.597 145.948 114.597 145.948C114.503 145.979 114.392 146.011 114.297 146.042C114.029 146.122 113.745 146.201 113.477 146.28C113.066 146.406 112.656 146.517 112.245 146.643C111.74 146.786 111.219 146.944 110.73 147.086L109.025 147.592C108.441 147.766 107.857 147.924 107.273 148.098C106.705 148.256 106.137 148.43 105.569 148.604C105.064 148.746 101.48 149.932 101.48 149.932C101.117 150.106 101.117 150.975 101.228 151.292C101.307 151.497 101.449 151.671 101.654 151.766C102.096 152.003 120.785 160.161 138.274 167.766C136.38 160.067 136.032 151.908 139.126 144.572H139.095Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
8
|
+
<path d="M101.307 151.07L198.57 122.927C198.57 122.927 199.549 123.006 199.28 119.654C199.012 116.303 190.567 47.3995 190.567 47.3995C190.567 47.3995 190.204 44.0476 186.337 44.0002C182.47 43.9685 90.1155 48.9331 90.1155 48.9331C90.1155 48.9331 85.0803 49.3758 85.6643 54.9886C86.2326 60.6014 98.2603 146.343 98.2603 146.343C98.2603 146.343 99.2862 151.007 101.307 151.055V151.07Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
9
|
+
<path d="M155.242 129.852C142.362 129.062 129.198 126.516 117.849 120.065C106.547 113.662 102.917 102.768 98.7497 90.4676C95.2456 80.1906 92.2466 66.6882 92.878 59.7315C93.7461 55.9369 94.9141 52.2372 96.2085 48.585C92.3571 48.7905 90.0999 48.917 90.0999 48.917C90.0999 48.917 85.0647 49.3597 85.6487 54.9725C86.2169 60.5853 98.2446 146.327 98.2446 146.327C98.2446 146.327 98.6708 151.023 101.291 151.038L175.051 129.694C168.454 130.137 161.824 130.216 155.21 129.82V129.852H155.242Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
10
|
+
<path d="M90.0684 55.178L102.238 139.987L195.887 116.081L188.121 48.7114L90.0684 55.178Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path d="M207.835 161.19L235.379 149.79C236.168 149.458 235.995 148.035 235.127 147.845L217.906 144.146C217.227 144.003 216.564 144.051 215.949 144.256L182.596 155.925C182.344 156.02 182.407 156.478 182.707 156.541L197.655 161.411C201.159 162.549 204.71 162.47 207.835 161.174V161.206V161.19Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
12
|
+
<path d="M182.596 156.32C182.296 156.225 182.218 155.75 182.47 155.64L215.57 144.272C216.406 143.987 217.29 143.94 218.19 144.129L235.064 147.813C235.285 147.861 235.537 147.987 235.711 148.256C235.837 148.446 235.9 148.667 235.9 148.888V148.952L217.985 144.778C217.227 144.635 216.454 144.699 215.744 144.936L182.596 156.304V156.272V156.32Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
13
|
+
<path d="M207.788 140.809L212.602 142.042C212.823 142.106 212.887 142.485 212.681 142.548L208.199 143.94H208.104L203.1 142.659C202.879 142.596 202.8 142.216 203.021 142.153L207.694 140.825H207.788V140.809Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
14
|
+
<path d="M216.138 138.438L220.747 139.528C220.984 139.592 221.031 139.971 220.826 140.034L215.238 141.774H215.144L210.456 140.588C210.235 140.525 210.172 140.145 210.377 140.082L216.075 138.453H216.17L216.138 138.438Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
15
|
+
<path d="M162.787 153.679L169.227 155.656C169.401 155.703 169.448 155.972 169.306 156.003L163.671 157.743H163.576L157.152 155.64C156.994 155.592 156.931 155.308 157.057 155.292L162.692 153.679H162.787Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
16
|
+
<path d="M205.61 144.224L200.48 142.912H200.385L195.539 144.303L164.886 153.063C164.697 153.11 164.776 153.442 164.981 153.505L171.168 155.403H171.263L201.964 145.885L205.673 144.73C205.878 144.667 205.815 144.288 205.594 144.224H205.61Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
17
|
+
<path d="M133.128 153.457L129.324 154.548H129.198L125.757 153.442C125.473 153.347 125.362 152.936 125.583 152.857L129.482 151.718H129.608L132.954 152.857C133.223 152.951 133.349 153.363 133.112 153.442L133.128 153.457Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
18
|
+
<path d="M145.566 157.664L142.125 158.66H141.999L137.974 157.379C137.69 157.284 137.595 156.873 137.816 156.81L141.383 155.782H141.525L145.44 157.11C145.708 157.205 145.819 157.616 145.582 157.68H145.55V157.648L145.566 157.664Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
19
|
+
<path d="M139.142 155.481L135.512 156.525H135.385L131.771 155.371C131.487 155.276 131.376 154.865 131.613 154.786L135.354 153.71H135.48L138.984 154.912C139.252 155.007 139.363 155.418 139.142 155.497V155.481Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
20
|
+
<path d="M155.226 155.845L161.461 157.884C161.714 157.979 161.777 158.327 161.572 158.39L156.489 159.956H156.363L150.049 157.805C149.797 157.711 149.718 157.363 149.923 157.299L155.084 155.829H155.211L155.226 155.845Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
21
|
+
<path d="M224.567 136.002L230.076 137.157L223.415 139.228L217.874 137.916L224.567 136.002Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
22
|
+
<path d="M150.286 144.715L147.239 143.861C147.002 143.782 146.908 143.419 147.113 143.371L151.785 142.075H151.88L154.879 142.881C155.116 142.944 155.21 143.324 154.989 143.371L150.364 144.699H150.27H150.301L150.286 144.715Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
23
|
+
<path d="M143.151 146.769L140.231 145.868C139.963 145.773 139.852 145.346 140.089 145.299L144.651 144.034H144.761L147.681 144.872C147.949 144.951 148.076 145.394 147.823 145.441L143.246 146.769H143.119H143.151Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
24
|
+
<path d="M142.314 150.754L138.842 149.599C138.574 149.505 138.463 149.093 138.7 149.03L143.277 147.702H143.404L147.034 148.809C147.302 148.904 147.413 149.315 147.176 149.378L142.457 150.738H142.314V150.754Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
25
|
+
<path d="M157.373 142.644L154.453 141.853C154.216 141.79 154.121 141.41 154.342 141.347L158.967 140.066H159.062L161.871 140.825C162.108 140.889 162.187 141.268 161.982 141.331L157.468 142.628H157.373V142.644Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
26
|
+
<path d="M123.121 152.604L119.791 151.529C119.522 151.434 119.396 151.023 119.617 150.975L123.816 149.805H123.958L127.114 150.88C127.383 150.975 127.493 151.386 127.272 151.449L123.263 152.619H123.137L123.121 152.604Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
27
|
+
<path d="M164.381 140.619L161.351 139.797C161.193 139.75 161.114 139.481 161.272 139.433L166.197 138.074H166.26L169.227 138.848C169.385 138.896 169.464 139.165 169.306 139.212L164.444 140.619H164.381Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
28
|
+
<path d="M129.34 150.786L126.246 149.743C125.978 149.648 125.867 149.237 126.088 149.173L130.776 147.877H130.918L133.965 148.873C134.233 148.968 134.344 149.379 134.123 149.442L129.498 150.786H129.356H129.34Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
29
|
+
<path d="M136.269 148.778L133.286 147.798C133.018 147.703 132.907 147.292 133.128 147.228L137.611 145.995H137.737L140.72 146.912C140.989 147.007 141.099 147.418 140.862 147.481L136.395 148.794H136.253V148.762L136.269 148.778Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
30
|
+
<path d="M221.584 135.387L216.075 134.232H215.98L208.072 134.454C207.867 134.517 208.072 135.434 208.293 135.481L216.028 137.458H216.122L221.631 135.877C221.852 135.813 221.789 135.402 221.552 135.355V135.387H221.584Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
31
|
+
<path d="M196.282 132.319L200.717 131.039H200.812L205.5 132.019C205.752 132.066 205.815 132.477 205.594 132.541L200.922 133.9H200.828L196.392 132.857C196.14 132.794 196.076 132.398 196.297 132.335H196.266L196.282 132.319Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
32
|
+
<path d="M191.262 131.133L195.54 129.947H195.618L197.686 130.389C197.939 130.437 198.002 130.864 197.781 130.927L193.535 132.16H193.44L191.341 131.67C191.088 131.607 191.009 131.212 191.246 131.148L191.262 131.133Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
33
|
+
<path d="M178.713 136.43L176.314 135.813C176.062 135.75 175.983 135.355 176.219 135.291L180.86 134.011H180.955L183.244 134.596C183.496 134.659 183.559 135.054 183.338 135.117L178.808 136.43H178.713Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
34
|
+
<path d="M171.563 138.533L168.674 137.774C168.517 137.727 168.438 137.458 168.595 137.411L173.52 136.051H173.583L176.377 136.778C176.535 136.826 176.598 137.094 176.456 137.142L171.626 138.533H171.547H171.563Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
35
|
+
<path d="M185.927 134.342L183.717 133.789C183.465 133.725 183.402 133.33 183.623 133.267L188.389 131.955H188.484L190.647 132.461C190.899 132.524 190.978 132.919 190.741 132.982L186.022 134.358H185.927V134.342Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
36
|
+
<path d="M154.358 160.636L151.265 161.585H151.138L144.509 159.466C144.241 159.371 144.13 158.976 144.367 158.897L147.776 157.917H147.903L154.216 160.067C154.485 160.162 154.564 160.557 154.358 160.62V160.636Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
37
|
+
<path d="M192.777 140.936L198.033 142.264C198.191 142.312 198.239 142.581 198.081 142.628L193.014 144.083H192.951L187.774 142.739C187.616 142.691 187.568 142.422 187.71 142.375L192.714 140.92H192.777V140.936Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
38
|
+
<path d="M185.469 143.054L190.662 144.398C190.82 144.446 190.867 144.714 190.725 144.762L185.453 146.264H185.39L180.323 144.904C180.165 144.857 180.102 144.588 180.26 144.54L185.437 143.054H185.501H185.469Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
39
|
+
<path d="M200.038 138.864L205.026 140.129C205.247 140.192 205.31 140.572 205.105 140.635L200.448 141.963H200.354L195.397 140.698C195.161 140.635 195.098 140.256 195.319 140.192L199.943 138.864H200.038Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
40
|
+
<path d="M213.045 133.6L208.578 132.683H208.483L204.805 133.742L195.729 136.351C195.524 136.414 195.587 136.81 195.824 136.873L199.943 137.916H200.038L209.682 135.134L213.139 134.138C213.36 134.074 213.297 133.663 213.045 133.616V133.6Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
41
|
+
<path d="M178.05 145.204L182.849 146.485C183.07 146.548 183.149 146.912 182.943 146.975L178.382 148.272H178.287L173.536 146.991C173.299 146.928 173.236 146.564 173.441 146.501L177.987 145.188H178.082L178.05 145.204Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
42
|
+
<path d="M208.072 136.54L213.281 137.758C213.518 137.821 213.581 138.2 213.36 138.264L207.788 139.86H207.693L202.706 138.596C202.469 138.532 202.406 138.153 202.627 138.09L207.993 136.524H208.088L208.072 136.54Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
43
|
+
<path d="M146.276 153.442L141.399 154.849H141.273L137.737 153.632C137.469 153.537 137.358 153.142 137.595 153.063L142.425 151.671H142.551L146.134 152.857C146.403 152.952 146.497 153.347 146.276 153.411V153.442Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
44
|
+
<path d="M163.639 149.362L168.091 150.612C168.359 150.691 168.454 151.117 168.217 151.165L162.74 152.73H162.613L158.383 151.434C158.115 151.339 158.02 150.928 158.257 150.865L163.529 149.347H163.655L163.639 149.362Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
45
|
+
<path d="M180.876 140.603L185.801 139.196H185.864L190.284 140.335C190.457 140.382 190.505 140.667 190.347 140.714L185.406 142.153H185.343L180.955 141.015C180.781 140.967 180.734 140.698 180.892 140.635V140.603H180.876Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
46
|
+
<path d="M188.657 134.532L193.487 133.141H193.582L198.018 134.184C198.27 134.247 198.333 134.643 198.112 134.706L193.109 136.145H193.014L188.736 135.054C188.484 134.99 188.421 134.595 188.642 134.532H188.673H188.657Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
47
|
+
<path d="M140.152 151.434L135.385 152.809H135.259L131.865 151.655C131.597 151.56 131.487 151.149 131.708 151.102L136.396 149.742H136.538L140.01 150.896C140.278 150.991 140.389 151.402 140.152 151.45V151.434Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
48
|
+
<path d="M155.968 151.576L160.198 152.873C160.466 152.968 160.561 153.363 160.324 153.442L155.131 154.944H155.005L150.933 153.616C150.664 153.521 150.57 153.126 150.791 153.062L155.826 151.608H155.952L155.968 151.576Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
49
|
+
<path d="M152.843 155.576L147.808 157.031H147.681L143.704 155.687C143.435 155.592 143.341 155.197 143.562 155.134L148.502 153.695H148.628L152.701 155.023C152.969 155.118 153.064 155.513 152.843 155.576Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
50
|
+
<path d="M171.058 147.228L175.825 148.509C176.046 148.572 176.125 148.936 175.92 148.983L170.711 150.469H170.616L165.991 149.157C165.754 149.078 165.675 148.73 165.896 148.683L170.963 147.228H171.058Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
51
|
+
<path d="M159.314 146.817L164.223 145.41H164.318L168.422 146.517C168.659 146.58 168.738 146.944 168.517 147.007L163.529 148.446H163.434L159.425 147.307C159.188 147.228 159.109 146.881 159.314 146.817Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
52
|
+
<path d="M151.943 148.952L156.931 147.497H157.057L160.893 148.588C161.161 148.667 161.271 149.094 161.019 149.157L155.873 150.643H155.747L152.069 149.505C151.801 149.41 151.69 148.999 151.927 148.936L151.943 148.952Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
53
|
+
<path d="M166.686 144.699L171.232 143.386H171.326L175.43 144.493C175.667 144.556 175.73 144.92 175.525 144.983L171.011 146.295H170.916L166.828 145.189C166.591 145.125 166.512 144.762 166.733 144.699H166.701H166.686Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
54
|
+
<path d="M173.489 142.738L178.556 141.284H178.619L183.038 142.438C183.196 142.485 183.259 142.754 183.101 142.802L177.987 144.272H177.924L173.568 143.102C173.41 143.054 173.347 142.786 173.489 142.738Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
55
|
+
<path d="M185.753 138.232L181.539 137.157C181.302 137.094 181.223 136.698 181.444 136.635L186.006 135.307H186.1L190.378 136.398C190.63 136.461 190.694 136.857 190.473 136.92L185.895 138.248H185.785L185.753 138.232Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
56
|
+
<path d="M144.698 151.023L149.512 149.631H149.639L153.348 150.786C153.616 150.88 153.727 151.291 153.49 151.339L148.565 152.762H148.439L144.856 151.576C144.588 151.481 144.493 151.07 144.714 151.007L144.698 151.023Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
57
|
+
<path d="M197.355 138.675L192.762 140.003H192.667L188.531 138.944C188.295 138.881 188.216 138.501 188.437 138.438L193.03 137.11H193.125L197.26 138.153C197.497 138.217 197.56 138.596 197.339 138.659H197.371L197.355 138.675Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
58
|
+
<path d="M171.169 142.453L166.781 141.268C166.623 141.22 166.544 140.951 166.702 140.904L171.626 139.481H171.69L176.172 140.651C176.33 140.698 176.393 140.967 176.251 141.015L171.248 142.453H171.184H171.169Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
59
|
+
<path d="M164.144 144.477L160.056 143.386C159.819 143.323 159.741 142.944 159.946 142.896L164.46 141.584H164.555L168.659 142.691C168.895 142.754 168.974 143.133 168.753 143.181L164.239 144.493H164.129L164.144 144.477Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
60
|
+
<path d="M178.508 140.335L173.741 139.086C173.631 139.054 173.599 138.896 173.71 138.881L178.792 137.41H178.903L183.701 138.643C183.796 138.675 183.843 138.833 183.733 138.849L178.571 140.335H178.524H178.508Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
61
|
+
<path d="M156.852 146.565L152.874 145.442C152.638 145.363 152.543 145.015 152.764 144.952L157.468 143.592H157.562L161.651 144.683C161.887 144.746 161.966 145.11 161.761 145.173L156.947 146.565H156.852Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
62
|
+
<path d="M149.433 148.714L145.819 147.608C145.55 147.513 145.44 147.102 145.677 147.038L150.396 145.679H150.522L154.311 146.754C154.579 146.833 154.69 147.26 154.453 147.323L149.591 148.73H149.465L149.433 148.714Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
63
|
+
<path d="M207.725 140.367L212.539 141.6C212.76 141.663 212.823 142.043 212.618 142.106L208.12 143.497H208.025L203.021 142.217C202.8 142.153 202.721 141.774 202.942 141.711L207.63 140.383H207.725V140.367Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
64
|
+
<path d="M216.075 137.963L220.684 139.054C220.921 139.118 220.968 139.497 220.763 139.56L215.159 141.299H215.065L210.377 140.098C210.156 140.035 210.093 139.655 210.298 139.592L215.98 137.963H216.075Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
65
|
+
<path d="M162.692 153.221L169.132 155.197C169.306 155.245 169.353 155.513 169.211 155.545L163.576 157.284H163.481L157.041 155.166C156.883 155.118 156.82 154.834 156.946 154.818L162.581 153.205H162.692V153.221Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
66
|
+
<path d="M205.547 143.766L200.417 142.454H200.322L198.16 143.07L196.992 143.402L195.476 143.845L189.352 145.6L181.223 147.924L175.43 149.584C175.43 149.584 174.246 149.79 170.632 150.96L164.823 152.62C164.634 152.667 164.713 152.999 164.918 153.063L171.105 154.96H171.2L181.839 151.655L186.811 150.122L193.551 148.019L202.737 145.157L205.642 144.272C205.847 144.209 205.784 143.829 205.563 143.766H205.547Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
67
|
+
<path d="M133.002 153.015L129.198 154.106H129.072L125.631 152.999C125.347 152.904 125.236 152.493 125.457 152.414L129.356 151.276H129.498L132.844 152.414C133.112 152.509 133.239 152.92 133.002 152.999V153.015Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
68
|
+
<path d="M145.456 157.221L142.015 158.217H141.888L137.863 156.921C137.579 156.826 137.485 156.415 137.706 156.351L141.273 155.324H141.415L145.345 156.652C145.614 156.747 145.724 157.158 145.487 157.221H145.456Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
69
|
+
<path d="M139.031 155.054L135.401 156.098H135.275L131.66 154.944C131.376 154.849 131.265 154.438 131.502 154.359L135.243 153.284H135.369L138.873 154.485C139.142 154.58 139.252 154.991 139.031 155.07V155.054Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
70
|
+
<path d="M155.116 155.402L161.35 157.442C161.603 157.537 161.666 157.885 161.461 157.948L156.378 159.513H156.252L149.923 157.363C149.67 157.268 149.591 156.92 149.796 156.857L154.958 155.371H155.1V155.402H155.116Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
71
|
+
<path d="M224.52 135.528L230.044 136.683L223.368 138.754L217.812 137.441L224.504 135.528H224.52Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
72
|
+
<path d="M150.175 144.24L147.129 143.386C146.892 143.307 146.798 142.944 147.003 142.896L151.675 141.6H151.77L154.785 142.406C155.021 142.469 155.116 142.849 154.895 142.896L150.27 144.24H150.175Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
73
|
+
<path d="M143.041 146.311L140.121 145.41C139.852 145.315 139.742 144.888 139.979 144.841L144.556 143.576H144.667L147.587 144.414C147.855 144.493 147.981 144.935 147.729 144.983L143.136 146.311H143.009H143.041Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
74
|
+
<path d="M142.188 150.328L138.716 149.174C138.447 149.079 138.337 148.668 138.574 148.604L143.151 147.276H143.277L146.908 148.383C147.176 148.478 147.287 148.889 147.05 148.952L142.33 150.328H142.188Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
75
|
+
<path d="M157.262 142.185L154.326 141.395C154.09 141.331 153.995 140.952 154.216 140.889L158.841 139.608H158.935L161.745 140.367C161.982 140.43 162.061 140.81 161.856 140.873L157.341 142.185H157.246H157.262Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
76
|
+
<path d="M122.995 152.145L119.664 151.07C119.396 150.975 119.269 150.564 119.49 150.517L123.705 149.347H123.847L127.004 150.422C127.272 150.517 127.383 150.928 127.162 150.975L123.152 152.145H123.01H122.995Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
77
|
+
<path d="M164.271 140.161L161.24 139.339C161.082 139.291 161.003 139.023 161.161 138.975L166.102 137.6H166.165L169.132 138.374C169.29 138.422 169.369 138.691 169.211 138.738L164.35 140.145H164.271V140.161Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
78
|
+
<path d="M129.214 150.328L126.12 149.284C125.851 149.189 125.741 148.778 125.962 148.715L130.65 147.418H130.792L133.838 148.43C134.107 148.525 134.217 148.936 133.996 149L129.371 150.359H129.229V150.328H129.214Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
79
|
+
<path d="M136.143 148.319L133.159 147.339C132.891 147.244 132.781 146.833 133.002 146.77L137.484 145.537H137.611L140.594 146.454C140.862 146.549 140.973 146.96 140.736 147.023L136.253 148.335H136.111L136.143 148.303V148.319Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
80
|
+
<path d="M196.203 131.844L200.638 130.563H200.733L205.421 131.544C205.673 131.591 205.736 132.002 205.515 132.065L200.843 133.425H200.749L196.313 132.382C196.061 132.318 195.997 131.923 196.218 131.86H196.187L196.203 131.844Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
81
|
+
<path d="M191.199 130.658L195.476 129.473H195.555L197.623 129.915C197.876 129.963 197.939 130.39 197.718 130.453L193.456 131.686H193.361L191.262 131.196C191.009 131.133 190.93 130.738 191.167 130.658H191.199Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
82
|
+
<path d="M178.635 135.971L176.22 135.354C175.967 135.291 175.904 134.896 176.125 134.833L180.781 133.536H180.876L183.165 134.121C183.417 134.184 183.48 134.58 183.26 134.643L178.729 135.971H178.635Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
83
|
+
<path d="M171.452 138.058L168.548 137.299C168.39 137.252 168.311 136.983 168.469 136.936L173.394 135.56H173.457L176.251 136.287C176.409 136.335 176.472 136.619 176.33 136.667L171.5 138.058H171.437H171.452Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
84
|
+
<path d="M185.832 133.853L183.622 133.299C183.37 133.236 183.307 132.841 183.528 132.778L188.294 131.465H188.389L190.552 131.971C190.804 132.035 190.883 132.43 190.646 132.493L185.927 133.884H185.832V133.853Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
85
|
+
<path d="M154.248 160.209L151.154 161.174H151.028L144.398 159.055C144.13 158.96 144.019 158.565 144.256 158.502L147.666 157.521H147.792L154.106 159.672C154.374 159.767 154.453 160.162 154.248 160.225V160.209Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
86
|
+
<path d="M192.699 140.493L197.955 141.837C198.113 141.885 198.16 142.153 198.002 142.201L192.935 143.655H192.872L187.679 142.311C187.521 142.264 187.458 141.995 187.616 141.948L192.62 140.493H192.699Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
87
|
+
<path d="M185.375 142.596L190.568 143.94C190.725 143.987 190.773 144.256 190.631 144.303L185.343 145.821H185.28L180.213 144.462C180.055 144.414 179.992 144.145 180.15 144.098L185.327 142.612H185.39V142.58L185.375 142.596Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
88
|
+
<path d="M199.975 138.39L204.963 139.655C205.199 139.718 205.263 140.098 205.042 140.161L200.385 141.489H200.291L195.334 140.224C195.097 140.161 195.034 139.781 195.255 139.718L199.88 138.39H199.975Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
89
|
+
<path d="M221.552 134.912L216.043 133.758C216.043 133.758 212.034 132.904 212.002 132.904L208.498 132.161H208.404L204.679 133.236L195.634 135.861C195.429 135.924 195.492 136.319 195.729 136.383L199.849 137.426H199.943L208.183 135.039L215.98 137.015H216.075L221.599 135.434C221.82 135.371 221.757 134.96 221.52 134.912H221.552Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
90
|
+
<path d="M177.972 144.746L182.77 146.027C182.991 146.09 183.07 146.454 182.865 146.517L178.303 147.814H178.209L173.442 146.517C173.205 146.454 173.142 146.09 173.347 146.027L177.893 144.715H177.988V144.746H177.972Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
91
|
+
<path d="M208.009 136.067L213.218 137.284C213.455 137.347 213.518 137.743 213.297 137.79L207.725 139.387H207.63L202.643 138.122C202.406 138.059 202.343 137.679 202.548 137.616L207.93 136.051H208.025L208.009 136.067Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
92
|
+
<path d="M146.166 152.984L141.289 154.391H141.162L137.627 153.173C137.358 153.079 137.248 152.683 137.484 152.604L142.315 151.213H142.457L146.055 152.399C146.324 152.494 146.418 152.889 146.197 152.968H146.166V152.984Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
93
|
+
<path d="M163.544 148.919L167.996 150.184C168.264 150.263 168.359 150.69 168.122 150.753L162.645 152.319H162.518L158.288 151.006C158.02 150.912 157.925 150.501 158.162 150.453L163.434 148.935H163.56L163.544 148.919Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
94
|
+
<path d="M180.797 140.145L185.722 138.722H185.785L190.22 139.861C190.394 139.908 190.441 140.193 190.283 140.24L185.327 141.679H185.264L180.876 140.54C180.702 140.493 180.655 140.208 180.813 140.161L180.797 140.145Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
95
|
+
<path d="M188.579 134.074L193.409 132.683H193.503L197.939 133.727C198.191 133.79 198.254 134.185 198.033 134.248L193.03 135.703H192.935L188.658 134.612C188.405 134.549 188.342 134.154 188.563 134.09H188.594L188.579 134.074Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
96
|
+
<path d="M140.026 150.975L135.259 152.351H135.133L131.739 151.197C131.471 151.102 131.36 150.691 131.581 150.643L136.269 149.284H136.411L139.899 150.438C140.168 150.533 140.278 150.944 140.042 150.991L140.026 150.975Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
97
|
+
<path d="M155.873 151.134L160.119 152.43C160.388 152.525 160.483 152.92 160.246 152.984L155.037 154.486H154.911L150.838 153.158C150.57 153.063 150.475 152.667 150.696 152.604L155.731 151.15H155.858L155.873 151.134Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
98
|
+
<path d="M152.748 155.149L147.713 156.604H147.587L143.609 155.26C143.341 155.165 143.246 154.77 143.467 154.691L148.407 153.252H148.534L152.622 154.58C152.89 154.675 152.985 155.07 152.764 155.133L152.748 155.149Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
99
|
+
<path d="M170.963 146.77L175.73 148.05C175.951 148.113 176.03 148.477 175.825 148.54L170.616 150.027H170.521L165.896 148.714C165.66 148.635 165.581 148.287 165.802 148.224L170.869 146.77H170.979H170.963Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
100
|
+
<path d="M159.22 146.358L164.129 144.951H164.223L168.327 146.058C168.564 146.121 168.643 146.485 168.422 146.548L163.434 148.003H163.339L159.33 146.864C159.093 146.785 159.015 146.437 159.22 146.374V146.358Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
101
|
+
<path d="M151.817 148.493L156.82 147.039H156.947L160.782 148.13C161.051 148.209 161.161 148.635 160.909 148.699L155.747 150.185H155.621L151.927 149.047C151.659 148.952 151.549 148.541 151.785 148.477H151.817V148.493Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
102
|
+
<path d="M166.591 144.241L171.137 142.928H171.232L175.335 144.035C175.572 144.098 175.635 144.462 175.43 144.525L170.9 145.837H170.805L166.701 144.731C166.465 144.667 166.386 144.304 166.607 144.241H166.591Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
103
|
+
<path d="M173.394 142.28L178.461 140.825H178.524L182.959 141.979C183.117 142.027 183.18 142.296 183.023 142.343L177.893 143.829H177.829L173.473 142.643C173.315 142.596 173.252 142.327 173.394 142.28Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
104
|
+
<path d="M185.659 137.757L181.428 136.666C181.192 136.603 181.113 136.208 181.334 136.145L185.895 134.816H185.99L190.268 135.907C190.52 135.971 190.583 136.366 190.362 136.429L185.769 137.757H185.674H185.659Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
105
|
+
<path d="M144.588 150.581L149.418 149.189H149.544L153.253 150.344C153.522 150.439 153.632 150.85 153.395 150.897L148.455 152.32H148.329L144.745 151.134C144.477 151.039 144.382 150.628 144.603 150.565L144.588 150.581Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
106
|
+
<path d="M197.276 138.201L192.682 139.529H192.588L188.452 138.47C188.215 138.407 188.137 138.027 188.358 137.964L192.967 136.636H193.061L197.197 137.695C197.434 137.758 197.497 138.138 197.276 138.201Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
107
|
+
<path d="M171.074 141.979L166.686 140.793C166.528 140.746 166.449 140.477 166.607 140.43L171.531 139.007H171.595L176.077 140.177C176.235 140.224 176.298 140.493 176.156 140.54L171.153 141.995H171.089V141.963L171.074 141.979Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
108
|
+
<path d="M164.05 144.003L159.961 142.912C159.725 142.849 159.646 142.469 159.851 142.422L164.365 141.094H164.46L168.564 142.201C168.801 142.264 168.88 142.643 168.659 142.691L164.129 144.003H164.034H164.05Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
109
|
+
<path d="M178.413 139.861L173.646 138.612C173.536 138.58 173.504 138.422 173.615 138.406L178.713 136.936H178.824L183.622 138.169C183.717 138.201 183.764 138.359 183.654 138.375L178.492 139.877H178.429L178.413 139.861Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
110
|
+
<path d="M156.742 146.122L152.764 144.983C152.527 144.904 152.433 144.556 152.653 144.493L157.357 143.133H157.452L161.54 144.24C161.777 144.303 161.856 144.667 161.651 144.73L156.836 146.122H156.742Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
111
|
+
<path d="M149.323 148.256L145.708 147.149C145.44 147.054 145.33 146.643 145.566 146.58L150.286 145.22H150.412L154.2 146.295C154.469 146.374 154.579 146.801 154.343 146.865L149.465 148.256H149.339H149.323Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
112
|
+
<path d="M162.439 90.161C161.492 90.1135 160.671 90.825 160.561 91.7579C160.387 93.5919 159.803 95.3469 158.935 96.9596C156.82 100.865 152.889 103.885 148.201 104.818C148.201 104.818 148.186 104.818 148.17 104.818C140.704 106.288 133.601 102.193 131.644 95.4259C131.47 94.8093 131.312 94.1927 131.233 93.5445C130.16 85.6233 136.268 78.2555 144.571 77.1804C148.028 76.7377 151.358 77.465 154.073 79.0618C155.525 79.9156 156.82 81.0066 157.846 82.3347L150.916 83.3465C149.938 83.4888 149.227 84.3901 149.354 85.3229C149.48 86.2715 150.38 86.9198 151.374 86.7617L160.876 85.2913L161.003 85.2755L161.792 85.149C162.723 85.0067 163.386 84.1371 163.26 83.2359L161.997 73.2909V73.2593C161.871 72.3423 161.018 71.6782 160.087 71.7889C159.156 71.8996 158.477 72.7534 158.588 73.6862L158.824 75.5993L159.219 78.635C158.556 77.9867 157.83 77.4175 157.072 76.88C153.521 74.3661 148.928 73.1328 144.113 73.702C133.664 74.9352 125.882 84.1845 127.256 94.1927C127.429 95.505 127.776 96.754 128.234 97.924C130.586 103.964 136.363 108.011 143.024 108.58C144.855 108.739 146.749 108.628 148.659 108.233C156.346 106.636 162.36 100.564 163.733 93.4496C163.828 92.9437 163.907 92.4377 163.954 91.916C164.049 90.9989 163.37 90.1926 162.439 90.1452V90.161Z" fill="var(--sapContent_Illustrative_Color23)"/>
|
|
113
|
+
</g>
|
|
114
|
+
<defs>
|
|
115
|
+
<clipPath id="clip0_6879_7409">
|
|
116
|
+
<rect width="212" height="141" fill="var(--sapContent_Illustrative_Color8)" transform="translate(57 44)"/>
|
|
117
|
+
</clipPath>
|
|
118
|
+
</defs>
|
|
119
|
+
</svg>`;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export default `<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Scene-UnableToLoadImage">
|
|
2
|
+
<rect y="66.5371" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M248.367 171.228L155.423 151.206L100.529 165.07L93 171.228L182.735 194.074L217.046 180.834L216.548 176.379L222.509 179.245H226.039L248.367 171.228Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M161.436 56.5903C158.061 56.5903 155.309 53.8384 155.309 50.4633C155.309 47.0883 158.061 44.3467 161.436 44.3467C164.811 44.3467 167.563 47.0986 167.563 50.4737C167.563 53.8488 164.811 56.6007 161.436 56.6007V56.5903ZM161.436 46.4236C159.203 46.4236 157.386 48.241 157.386 50.4737C157.386 52.7064 159.203 54.5238 161.436 54.5238C163.668 54.5238 165.486 52.7064 165.486 50.4737C165.486 48.241 163.668 46.4236 161.436 46.4236Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
5
|
+
<path d="M174.624 110.527V110.506L174.375 111.212L173.648 110.506L154.208 110.693L159.421 138.95L169.972 146.001L162.391 144.018V143.997L161.591 143.789L159.847 143.343L158.964 148.089L158.476 144.288L155.485 132.813L153.761 130.164L153.657 129.604L153.252 127.496L151.487 118.108L148.891 126.831L139.856 109.914L132.275 112.978L130.998 113.455L136.575 106.425C136.575 106.425 110.228 111.243 109.803 111.628L109.055 131.234L107.996 159.138L168.705 172.96L168.736 172.68L171.384 146.053L174.915 110.527H174.624Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path d="M151.954 129.519L147.749 132.624C147.146 133.154 146.674 133.588 145.796 132.167L137.115 116.528C136.523 115.426 135.878 114.985 134.996 116.185L116.314 140.174C115.066 141.662 115.659 142.113 117.28 142.417L133.085 145.481L155.62 149.853L163.409 151.359C164.883 151.695 165.621 151.011 164.686 149.375L161.592 143.778L159.847 143.331L158.964 148.077L158.476 144.276L155.485 132.801L153.761 130.153L153.658 129.592C153.18 129.135 152.75 128.929 151.954 129.509V129.519Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
7
|
+
<path d="M182.195 116.79L175.289 182.806L100.747 165.079L102.19 119.573L102.481 108.752L99.5943 111.525L95.7623 112.906L94.6927 114.952L93.218 171.227L182.953 194.073L184.812 191.415L193.67 114.1L188.831 111.732L182.195 116.79Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
8
|
+
<path d="M97.7145 109.084L95.7622 112.906L99.5942 111.525L102.481 108.752L104.704 106.769L100.228 108.254L97.7145 109.084Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
9
|
+
<path opacity="0.5" d="M97.2577 112.364L96.1569 168.972L93.218 171.225L94.6927 114.95L95.7623 112.904L97.2577 112.364Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
10
|
+
<path d="M181.894 119.72L182.195 116.792L177.979 116.158L174.115 118.827L168.726 172.942L108.016 159.12L110.353 107.695C108.276 107.349 106.372 107.002 104.641 106.656L102.481 108.754L100.757 165.06L175.299 182.797L181.894 119.72Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
11
|
+
<path d="M182.195 116.791L183.285 109.812L183.098 108.545L183.254 107.05L182.278 107.569C181.104 108.701 179.91 109.739 178.519 110.207C177.491 110.414 176.847 110.56 176.421 110.674L174.842 111.515L174.115 118.826L177.688 119.501L182.195 116.78V116.791Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
12
|
+
<path d="M194.168 109.229L191.095 107.567L188 105.896L183.285 109.811L182.195 116.789L188.208 113.643L193.483 115.668L194.21 109.364L194.22 109.26L194.168 109.229Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
13
|
+
<path d="M97.2576 112.366L99.5942 111.525L102.481 108.752L100.747 165.079L96.1569 168.973L97.2576 112.366Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
14
|
+
<path d="M96.1569 168.974L100.747 165.08L175.289 182.807L181.322 190.409L96.1569 168.974Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
15
|
+
<path d="M103.634 95.211L117.207 46.3713L196.734 72.2814L183.285 109.791L187.709 107.496L191.801 108.711L196.09 107.34L211.563 65.4066L112.066 35L95.2223 96.9245L99.6774 95.159L101.287 96.291L103.634 95.211Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
16
|
+
<path d="M208.074 66.2361L191.801 108.71L196.09 107.339L211.563 65.4053L208.074 66.2361Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
17
|
+
<path d="M112.066 35L114.019 38.2608L208.074 66.2374L211.563 65.4066L112.066 35Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
18
|
+
<path d="M112.066 35L114.289 37.295L97.8496 95.886L95.2223 96.9245L112.066 35Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
19
|
+
<path d="M97.8495 95.8878L99.6772 95.1609L101.287 96.2928L103.634 95.2128L105.451 88.6496L117.207 46.3732L114.289 37.2969" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
20
|
+
<path d="M110.029 108.501L110.571 107.733L110.699 111.372L110.194 111.503L110.029 108.501Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
<path d="M102.481 108.754L106.199 108.712L110.055 108.544L110.561 107.736L104.631 106.656L102.471 108.754H102.481Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
22
|
+
<path d="M117.207 46.3732L114.289 37.2969L208.074 66.2393L196.733 72.2832L117.207 46.3732Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
23
|
+
<path d="M182.953 194.074L181.322 190.408L190.793 108.41L191.801 108.711L194.22 109.262L184.812 191.416L182.953 194.074Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
24
|
+
<path d="M122.264 56.6514L111.516 94.4312L122.15 96.2797L130.261 96.6639L133.677 100.278L141.133 100.891L142.286 89.9034L145.588 100.911L147.987 99.1874L150.282 97.5363L152.058 96.6847L153.896 96.8301L162.173 95.262L165.662 94.6181L166.877 94.3897L170.522 93.7147L166.95 95.1062L165.932 95.4905L155.381 99.5717V101.742L155.392 101.752V101.763L158.102 103.913H164.125H166.846L174.396 111.223L177.657 101.981L186.079 78.0752L122.264 56.6514Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
25
|
+
<path d="M150.282 97.5375L152.058 96.686L153.896 96.8313L162.183 95.2632L165.662 94.6194C164.748 92.1167 162.838 89.9774 160.2 88.9078C155.402 86.945 150.147 89.292 148.382 94.0378C147.759 95.7202 147.655 97.5064 147.998 99.1887L150.293 97.5375H150.282Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
26
|
+
<path d="M165.932 95.4912L155.381 99.5724V101.743H155.392V101.764L158.102 103.913H164.125C164.717 103.207 165.216 102.387 165.59 101.462C166.379 99.4997 166.441 97.4228 165.932 95.4912Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
27
|
+
<path d="M196.733 72.2821L117.207 46.3721L103.634 95.2117C104.568 95.0767 105.513 94.9625 106.448 94.8586C106.791 94.8171 107.133 94.7859 107.487 94.7548C108.182 94.6925 108.868 94.6302 109.563 94.5782C110.207 94.5367 110.862 94.4951 111.505 94.464C111.744 94.4536 111.983 94.4328 112.222 94.4225C111.983 94.4225 111.755 94.4225 111.516 94.4432L122.274 56.6634L186.068 78.0664L173.98 112.378C174.583 112.305 175.195 112.253 175.808 112.222H175.901C176.514 112.191 177.137 112.18 177.781 112.212C178.01 112.191 178.238 112.16 178.467 112.108C178.55 112.087 178.622 112.066 178.705 112.045C178.851 112.014 178.996 111.973 179.142 111.931C179.235 111.9 179.339 111.859 179.432 111.827C179.557 111.786 179.682 111.734 179.817 111.692C179.92 111.651 180.035 111.599 180.138 111.557C180.253 111.505 180.377 111.453 180.492 111.402C180.606 111.35 180.72 111.287 180.834 111.235C180.938 111.184 181.052 111.121 181.156 111.069C181.281 111.007 181.405 110.934 181.52 110.862C181.613 110.81 181.717 110.758 181.81 110.695C181.956 110.612 182.091 110.529 182.236 110.446C182.309 110.405 182.382 110.363 182.454 110.311C182.724 110.145 183.005 109.979 183.275 109.813L196.713 72.3029V72.2821H196.733Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
28
|
+
</svg>`;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export default `<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Scene-UnableToUpload">
|
|
2
|
+
<rect y="59" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M188.801 156.358C189.896 156.358 190.902 155.936 191.702 155.228C193.711 154.617 195.188 152.54 195.188 150.073V64.078C195.188 61.1295 193.077 58.7397 190.473 58.7397L134 59C132.908 59 131.5 59 130.5 59.5C128.5 60.5 127.414 62.5572 127.414 65.0246V97.3022C126.84 97.445 126.384 97.5381 126.083 97.5692C125.633 97.6126 125.183 97.5661 124.736 97.5195C122.917 97.3271 121.135 97.1378 119.546 103.125C118.091 108.603 116.371 110.877 115.245 112.364C114.894 112.83 114.599 113.215 114.391 113.599C114.357 113.658 114.326 113.724 114.295 113.782C113.82 114.788 114.304 120.694 114.748 126.119C115.046 129.76 115.325 133.186 115.288 134.763C115.223 137.311 113.448 141.42 112.209 143.99C110.959 143.168 110.133 142.665 110.133 142.665L108.203 148.447L106.828 147.485H106.822L85 196.652H123.882L125.251 170.566H125.257L125.747 160.697L124.891 160.098C125.009 158.568 124.919 156.721 124.264 154.89L127.42 148.261V156.355H188.81L188.801 156.358Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M228.738 40H161.632C158.411 40 155.8 42.6109 155.8 45.8317V143.813C155.8 147.034 158.411 149.645 161.632 149.645H228.738C231.959 149.645 234.57 147.034 234.57 143.813V45.8317C234.57 42.6109 231.959 40 228.738 40Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
5
|
+
<path d="M228.85 40H163.652C160.491 40 157.929 42.5623 157.929 45.7231V142.857C157.929 146.018 160.491 148.58 163.652 148.58H228.85C232.01 148.58 234.573 146.018 234.573 142.857V45.7231C234.573 42.5623 232.01 40 228.85 40Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
6
|
+
<path d="M225.979 45.7109H166.408C164.015 45.7109 162.075 47.6507 162.075 50.0436V139.319C162.075 141.712 164.015 143.652 166.408 143.652H225.979C228.372 143.652 230.311 141.712 230.311 139.319V50.0436C230.311 47.6507 228.372 45.7109 225.979 45.7109Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path d="M157.714 75.757C157.714 75.1108 157.191 74.5869 156.546 74.5869C155.901 74.5869 155.377 75.1108 155.377 75.757V79.261C155.377 79.9072 155.901 80.431 156.546 80.431C157.191 80.431 157.714 79.9072 157.714 79.261V75.757Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
8
|
+
<path d="M157.212 75.5056C157.212 74.9982 156.801 74.5869 156.295 74.5869C155.788 74.5869 155.377 74.9982 155.377 75.5056V79.5124C155.377 80.0197 155.788 80.431 156.295 80.431C156.801 80.431 157.212 80.0197 157.212 79.5124V75.5056Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
9
|
+
<path d="M230.312 105.111L174.309 143.651H166.408C164.015 143.651 162.075 141.712 162.075 139.319V133.948L230.312 86.9902V105.111Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path d="M225.979 45.7109C228.371 45.7109 230.312 47.6511 230.312 50.0439V54.7598L162.075 101.718V83.5967L217.129 45.7109H225.979Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path d="M213.238 94.5713C213.238 103.954 205.631 111.56 196.249 111.56C186.867 111.56 179.26 103.954 179.26 94.5713C179.26 85.189 186.867 77.582 196.249 77.582C205.631 77.582 213.238 85.189 213.238 94.5713Z" fill="var(--sapContent_Illustrative_Color23)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M202.72 90.6733C203.381 90.0091 203.381 88.9353 202.72 88.2711C202.056 87.6069 200.982 87.6069 200.318 88.2711L196.336 92.253L192.354 88.2711C191.693 87.6069 190.616 87.6069 189.955 88.2711C189.291 88.9353 189.291 90.0091 189.955 90.6733L193.937 94.6552L189.955 98.6372C189.291 99.3013 189.291 100.375 189.955 101.039C190.616 101.704 191.693 101.704 192.354 101.039L196.336 97.0574L200.318 101.039C200.982 101.704 202.056 101.704 202.72 101.039C203.381 100.375 203.381 99.3013 202.72 98.6372L198.738 94.6552L202.72 90.6733Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path d="M196.249 43.8488C196.837 43.8488 197.314 43.3722 197.314 42.7843C197.314 42.1963 196.837 41.7197 196.249 41.7197C195.661 41.7197 195.185 42.1963 195.185 42.7843C195.185 43.3722 195.661 43.8488 196.249 43.8488Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
14
|
+
<path d="M171.622 89.4348C167.46 87.4174 163.18 93.9692 161.793 97.3738C160.406 100.775 157.761 110.102 157.761 108.59C157.761 107.079 155.496 101.281 155.117 99.5184C154.922 98.6153 155.26 97.2125 155.803 96.0455V88.8172C155.803 88.004 156.222 85.7446 155.803 85.04C155.443 84.4348 150.428 84.6552 149.419 85.1425C148.646 85.5149 148.063 86.1915 147.597 86.9084C145.915 89.5031 145.353 92.765 144.32 95.642C143.125 98.9598 141.983 102.352 141.303 105.819C140.707 108.854 140.642 111.967 140.58 115.061C140.471 120.431 141.163 126.3 139.177 131.362C138.047 134.242 136.57 137.013 134.956 139.658L150.834 151.06L157.765 138.208C157.765 138.208 161.92 135.685 163.938 132.913C165.952 130.142 167.47 119.301 167.594 116.154C167.721 113.001 167.721 108.714 168.727 106.955C169.735 105.192 175.784 91.4552 171.625 89.441L171.622 89.4348Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
15
|
+
<path d="M171.622 89.435C171.042 89.1526 170.458 89.044 169.881 89.0657C170.545 90.1333 170.617 91.5486 170.474 92.7683C170.263 94.5746 169.689 96.3095 168.969 97.9731C168.708 98.5721 168.435 99.1773 168.096 99.7359C167.029 101.502 165.393 102.836 164.658 104.779C163.922 106.722 163.798 108.771 163.674 110.791C163.674 113.507 163.335 116.269 163.171 118.981C163.016 121.495 163.041 124.059 162.395 126.505C161.318 130.605 158.807 134.242 154.993 136.219C154.738 136.349 154.472 136.483 154.301 136.712C154.009 137.104 154.084 137.64 154.13 138.125C154.468 141.57 152.625 144.627 150.505 147.178C149.894 147.913 149.208 148.668 148.454 149.354L150.831 151.061L157.761 138.208C157.761 138.208 161.917 135.685 163.934 132.914C165.949 130.142 167.466 119.301 167.591 116.154C167.718 113.001 167.718 108.715 168.723 106.955C169.732 105.192 175.781 91.4555 171.622 89.4412V89.435Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
16
|
+
<path d="M155.8 85.04C155.44 84.4348 150.424 84.6552 149.416 85.1425C148.643 85.5149 148.059 86.1915 147.594 86.9084C145.912 89.5031 145.35 92.765 144.316 95.642C143.121 98.9598 141.979 102.352 141.3 105.819C140.704 108.854 140.638 111.967 140.576 115.061C140.468 120.431 141.16 126.3 139.174 131.362C138.044 134.242 136.567 137.013 134.953 139.658L136.728 140.933C137.516 139.217 138.509 137.594 139.639 136.082C140.21 135.319 140.8 134.462 141.597 133.919C141.985 133.655 142.457 133.481 142.926 133.45C143.261 133.429 143.742 133.587 144.034 133.385C144.034 133.385 144.136 133.249 144.142 133.239C144.186 133.14 144.22 132.966 144.229 132.901C144.267 132.591 144.239 132.265 144.198 131.954C144.105 131.275 143.903 130.617 143.782 129.943C142.64 123.624 141.57 116.725 142.538 110.328C143.081 106.737 144.462 103.199 145.365 99.6829C145.853 97.7804 146.569 95.9834 147.358 94.1926C148.053 92.6129 148.81 91.0362 149.803 89.6148C150.691 88.3392 151.833 87.0419 153.379 86.5919C154.118 86.3777 154.862 86.3312 155.61 86.3715C155.738 86.3249 155.862 86.2722 155.989 86.2318C155.995 85.7291 155.952 85.2852 155.803 85.0369L155.8 85.04Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
17
|
+
<path d="M153.394 98.0722C153.649 98.845 154.114 99.4999 154.648 100.108C154.931 100.428 155.229 100.738 155.545 101.027C155.346 100.403 155.191 99.8785 155.114 99.5185C154.918 98.6154 155.256 97.2125 155.8 96.0456V90.127C155.337 90.6018 154.912 91.1077 154.524 91.6446C153.258 93.4013 152.721 95.6173 153.283 97.7091C153.317 97.8301 153.351 97.9512 153.391 98.0722H153.394Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
18
|
+
<path d="M165.511 94.0901C165.455 94.4563 165.691 94.807 166.051 94.8877C168.559 95.4402 170.359 97.0789 170.992 96.7468C171.479 96.4954 174.105 90.0647 170.356 89.3136C166.607 88.5625 165.79 92.2838 165.514 94.0901H165.511Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
19
|
+
<path d="M148.121 150.638C149.097 150.638 149.887 149.848 149.887 148.872C149.887 147.897 149.097 147.106 148.121 147.106C147.146 147.106 146.355 147.897 146.355 148.872C146.355 149.848 147.146 150.638 148.121 150.638Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
20
|
+
<path d="M153.671 155.806C151.796 159.471 147.082 154.179 141.849 151.504C136.616 148.832 128.022 144.766 129.599 140.961C130.105 139.744 138.466 142.833 143.699 145.505C148.931 148.177 153.671 155.803 153.671 155.803V155.806Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
21
|
+
<path d="M130.403 144.574L133.811 135.548C133.811 135.548 149.456 143.972 151.66 148.987C153.866 153.999 151.66 159.217 151.66 159.217L130.4 144.574H130.403Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
<path d="M101.834 196.652L129.602 140.961L153.674 155.802L151.365 196.649H101.834V196.652Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
23
|
+
<path d="M134.382 190.445C132.029 187.199 130.027 183.67 128.687 179.883C127.408 176.271 126.778 172.388 127.141 168.561C127.153 168.446 127.166 168.332 127.184 168.22C127.777 164.371 132.032 162.27 135.549 163.946L139.562 165.861C140.716 166.41 141.84 165.057 141.085 164.027C138.568 160.588 135.319 156.106 135.272 155.846C135.189 155.396 135.549 154.946 136.036 155.082C137.855 155.594 139.63 156.24 141.377 156.954C145.384 158.589 149.282 160.52 153.32 162.059L153.674 155.805L129.602 140.964L101.834 196.655H139.552C137.703 194.697 135.965 192.63 134.382 190.448V190.445Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
24
|
+
<path d="M165.511 94.0901C165.455 94.4563 165.691 94.807 166.051 94.8877C168.559 95.4402 170.359 97.0789 170.992 96.7468C171.479 96.4954 174.105 90.0647 170.356 89.3136C166.607 88.5625 165.79 92.2838 165.514 94.0901H165.511Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
25
|
+
<path d="M148.121 150.638C149.097 150.638 149.887 149.848 149.887 148.872C149.887 147.897 149.097 147.106 148.121 147.106C147.146 147.106 146.355 147.897 146.355 148.872C146.355 149.848 147.146 150.638 148.121 150.638Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
26
|
+
</svg>`;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export default `<svg width="322" height="241" viewBox="0 0 322 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Scene-UploadCollection">
|
|
2
|
+
<path d="M305.256 1.00001H14.4396C12.544 0.998256 10.6666 1.37012 8.91481 2.09432C7.16299 2.81853 5.57108 3.88088 4.23007 5.22066C2.88905 6.56044 1.82523 8.15136 1.09941 9.90251C0.373587 11.6537 -8.08092e-07 13.5307 0 15.4263V186.37C0 190.2 1.5213 193.873 4.22925 196.581C6.9372 199.289 10.61 200.81 14.4396 200.81H305.256C309.086 200.81 312.759 199.289 315.467 196.581C318.175 193.873 319.696 190.2 319.696 186.37V15.4263C319.696 13.5307 319.322 11.6537 318.596 9.90251C317.871 8.15136 316.807 6.56044 315.466 5.22066C314.125 3.88088 312.533 2.81853 310.781 2.09432C309.029 1.37012 307.152 0.998256 305.256 1.00001Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M58.9774 159.661C58.9774 157.623 53.0633 155.992 45.1612 155.622C44.7094 147.73 42.97 141.861 40.9323 141.866C38.8947 141.87 37.2004 147.784 36.7667 155.717C28.842 156.259 22.9505 158.03 22.9776 160.072C23.0047 162.114 28.8917 163.745 36.7938 164.111C37.2682 172.003 38.985 177.872 41.0182 177.867C43.0513 177.863 44.7546 171.949 45.1883 164.016C53.113 163.474 59 161.703 58.9774 159.661Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
4
|
+
<path d="M295.752 42.7717C295.752 40.7342 289.838 39.1033 281.936 38.7329C281.484 30.8405 279.744 24.972 277.707 24.9766C275.669 24.9811 273.975 30.8947 273.541 38.8277C265.617 39.3699 259.725 41.1408 259.752 43.1828C259.779 45.2247 265.666 46.8556 273.568 47.2216C274.043 55.1139 275.76 60.9824 277.793 60.9779C279.826 60.9733 281.529 55.0597 281.963 47.1267C289.887 46.5846 295.774 44.8137 295.752 42.7717Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.9477 44.9586C61.0171 44.9586 65.9373 40.0384 65.9373 33.969C65.9373 27.8997 61.0171 22.9795 54.9477 22.9795C48.8784 22.9795 43.9582 27.8997 43.9582 33.969C43.9582 40.0384 48.8784 44.9586 54.9477 44.9586ZM54.9477 42.0279C59.3986 42.0279 63.0067 38.4198 63.0067 33.9689C63.0067 29.5181 59.3986 25.9099 54.9477 25.9099C50.4969 25.9099 46.8887 29.5181 46.8887 33.9689C46.8887 38.4198 50.4969 42.0279 54.9477 42.0279Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
6
|
+
<circle cx="28.4729" cy="57.4459" r="5.49477" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M275.738 143.865C280.152 143.865 283.73 140.286 283.73 135.872C283.73 131.458 280.152 127.88 275.738 127.88C271.324 127.88 267.745 131.458 267.745 135.872C267.745 140.286 271.324 143.865 275.738 143.865ZM275.738 141.733C278.975 141.733 281.599 139.109 281.599 135.872C281.599 132.635 278.975 130.011 275.738 130.011C272.501 130.011 269.877 132.635 269.877 135.872C269.877 139.109 272.501 141.733 275.738 141.733Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M103.755 143.155C102.994 142.921 102.303 142.524 101.724 142.005C101.574 141.871 101.431 141.728 101.296 141.577C100.777 140.998 100.381 140.308 100.146 139.546C100.106 139.417 100.071 139.285 100.041 139.152C99.9518 138.761 99.9049 138.354 99.9049 137.936V127.152C102.921 127.152 105.365 129.597 105.365 132.613L105.365 137.936H110.554C113.57 137.936 116.014 140.381 116.014 143.396H105.365C104.947 143.396 104.541 143.35 104.15 143.261C104.016 143.23 103.885 143.195 103.755 143.155ZM152.336 143.396C152.336 140.381 149.891 137.936 146.876 137.936H136.498C133.482 137.936 131.038 140.381 131.038 143.396H152.336ZM188.658 143.396C188.658 140.381 186.213 137.936 183.198 137.936H172.82C169.804 137.936 167.36 140.381 167.36 143.396H188.658ZM219.791 89.8872C216.775 89.8872 214.33 92.3319 214.33 95.3476V105.995C214.33 109.01 216.775 111.455 219.791 111.455V89.8872ZM167.36 57.9458C167.36 60.9615 169.804 63.4062 172.82 63.4062H183.198C186.213 63.4062 188.658 60.9615 188.658 57.9458H167.36ZM131.038 57.9458C131.038 60.9615 133.482 63.4062 136.498 63.4062H146.876C149.891 63.4062 152.336 60.9615 152.336 57.9458H131.038ZM99.9049 74.1901C102.921 74.1901 105.365 71.7454 105.365 68.7297V63.4062L110.554 63.4062C113.57 63.4062 116.014 60.9615 116.014 57.9458H105.365C104.947 57.9458 104.541 57.9927 104.15 58.0816C104.016 58.1119 103.885 58.1472 103.755 58.1871C102.994 58.4217 102.303 58.8183 101.724 59.3368C101.574 59.4716 101.431 59.6147 101.296 59.7653C100.777 60.3443 100.381 61.0347 100.146 61.7961C100.106 61.9256 100.071 62.0571 100.041 62.1906C99.9518 62.5815 99.9049 62.9883 99.9049 63.4062V74.1901ZM99.9049 89.8872C102.921 89.8872 105.365 92.3319 105.365 95.3475V105.995C105.365 109.01 102.921 111.455 99.9049 111.455V89.8872ZM203.681 57.9458C203.681 60.9615 206.126 63.4062 209.142 63.4062H214.33V68.7297C214.33 71.7454 216.775 74.1901 219.791 74.1901V63.4062C219.791 62.9883 219.744 62.5815 219.655 62.1906C219.625 62.0571 219.589 61.9256 219.55 61.7961C219.315 61.0347 218.918 60.3443 218.4 59.7653C218.265 59.6147 218.122 59.4716 217.971 59.3368C217.392 58.8183 216.702 58.4217 215.941 58.1871C215.811 58.1472 215.679 58.1119 215.546 58.0816C215.155 57.9927 214.748 57.9458 214.33 57.9458H203.681ZM219.791 127.152C216.775 127.152 214.33 129.597 214.33 132.613V137.936H209.142C206.126 137.936 203.681 140.381 203.681 143.396H214.33C214.748 143.396 215.155 143.35 215.546 143.261C215.679 143.23 215.811 143.195 215.941 143.155C216.702 142.921 217.392 142.524 217.971 142.005C218.122 141.871 218.265 141.728 218.4 141.577C218.918 140.998 219.315 140.308 219.55 139.546C219.589 139.417 219.625 139.285 219.655 139.152C219.744 138.761 219.791 138.354 219.791 137.936V127.152Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M168.112 92.434L168.101 92.4218L161.293 85.6804L161.291 85.6792C160.732 85.12 160.052 84.814 159.277 84.814C158.505 84.814 157.839 85.1185 157.317 85.691L150.531 92.4102L150.529 92.4126C150.195 92.7466 149.929 93.1712 149.929 93.6784C149.929 94.1885 150.197 94.6041 150.54 94.9215C150.864 95.241 151.27 95.4441 151.745 95.4441C152.225 95.4441 152.635 95.2365 152.961 94.9109L157.461 90.4104V110.025C157.461 110.486 157.577 110.957 157.928 111.308C158.279 111.659 158.749 111.774 159.21 111.774C159.671 111.774 160.142 111.659 160.493 111.308C160.844 110.957 160.959 110.486 160.959 110.025V90.2771L165.593 94.9109C165.919 95.2365 166.329 95.4441 166.809 95.4441C167.303 95.4441 167.743 95.2596 168.091 94.9109C168.417 94.5849 168.658 94.1714 168.658 93.6784C168.658 93.1925 168.424 92.7743 168.112 92.434Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M174.141 114.675C174.908 114.675 175.57 114.976 176.09 115.541C176.656 116.062 176.956 116.724 176.956 117.491C176.956 118.291 176.663 118.985 176.077 119.519C175.548 120.042 174.889 120.306 174.141 120.306H144.28C143.496 120.306 142.805 120.048 142.264 119.506C141.722 118.965 141.464 118.274 141.464 117.491C141.464 116.742 141.729 116.083 142.251 115.554C142.785 114.969 143.479 114.675 144.28 114.675H174.141Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
<path d="M207.713 89.3941C205.929 89.6418 204.295 90.596 203.198 92.0472C202.101 93.4984 201.624 95.3049 201.876 97.1143L217.057 206.442C217.305 208.226 218.259 209.86 219.71 210.957C221.161 212.054 222.968 212.531 224.777 212.28L302.301 201.514C304.085 201.267 305.718 200.313 306.816 198.861C307.913 197.41 308.389 195.604 308.138 193.794L294.379 94.7112L271.373 80.5541L207.713 89.3941Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
12
|
+
<path d="M202.518 85.4654C200.708 85.7167 199.1 86.6673 198.003 88.1185C196.902 89.5442 196.429 91.3762 196.677 93.1601L211.858 202.488C212.106 204.272 213.06 205.906 214.511 207.003C215.963 208.1 217.769 208.577 219.579 208.325L297.102 197.56C297.994 197.436 298.836 197.138 299.63 196.69C300.4 196.245 301.068 195.633 301.617 194.907C302.166 194.182 302.547 193.375 302.765 192.514C302.983 191.652 303.038 190.736 302.917 189.869L289.158 90.786L266.178 76.6254L202.518 85.4654Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
13
|
+
<path d="M268.542 93.6494L289.735 94.9405L289.159 90.7865L268.542 93.6494Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
14
|
+
<path d="M268.542 93.649L289.158 90.7861L266.178 76.6255L268.542 93.649Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
15
|
+
<path d="M221.153 129.505C220.86 127.389 222.334 125.47 224.449 125.177L271.442 118.651C273.557 118.357 275.502 119.828 275.792 121.917C276.082 124.007 274.615 125.977 272.5 126.271L225.507 132.797C223.392 133.09 221.447 131.62 221.153 129.505Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
16
|
+
<path d="M225.036 157.461C224.742 155.346 226.212 153.402 228.327 153.108L251.187 149.934C253.302 149.64 255.247 151.11 255.54 153.225C255.834 155.341 254.36 157.26 252.245 157.553L229.385 160.728C227.27 161.021 225.326 159.551 225.036 157.461Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
17
|
+
<path d="M223.093 143.47C222.799 141.355 224.269 139.41 226.385 139.117L273.378 132.591C275.493 132.297 277.437 133.768 277.731 135.883C278.025 137.998 276.554 139.943 274.439 140.236L227.446 146.762C225.331 147.056 223.386 145.585 223.093 143.47Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
18
|
+
<path d="M263.985 165.404C263.553 164.165 264.221 162.8 265.463 162.394L304.609 149.113C305.848 148.681 307.188 149.352 307.62 150.591L320.9 189.737C321.332 190.976 320.664 192.341 319.422 192.747L280.276 206.028C279.038 206.46 277.672 205.792 277.266 204.55L263.985 165.404Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
19
|
+
<path d="M259.766 164.016C259.335 162.777 260.002 161.412 261.245 161.005L300.39 147.725C301.629 147.293 302.994 147.961 303.401 149.203L316.681 188.349C317.113 189.587 316.445 190.953 315.203 191.359L276.058 204.64C274.819 205.072 273.453 204.404 273.047 203.162L259.766 164.016Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path d="M267.176 169.298C266.553 167.436 267.544 165.403 269.406 164.78L295.38 155.978C297.242 155.356 299.276 156.347 299.898 158.208L307.559 180.834C308.182 182.696 307.191 184.73 305.329 185.352L279.355 194.154C277.493 194.776 275.46 193.786 274.837 191.924L267.176 169.298Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
21
|
+
<path d="M294.91 168.304C297.69 167.373 299.19 164.333 298.233 161.557C297.301 158.777 294.262 157.277 291.485 158.234C288.705 159.165 287.205 162.205 288.162 164.981C289.094 167.761 292.133 169.261 294.91 168.304Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
22
|
+
<path d="M289.986 185.041C290.883 183.825 291.841 182.679 292.853 181.552L291.538 180.877C282.576 176.199 279.649 174.008 273.825 173.596C272.086 173.422 270.343 173.404 268.589 173.492L275.197 193.017C275.29 193.316 275.46 193.604 275.674 193.834C275.888 194.064 276.149 194.262 276.454 194.401C276.759 194.54 277.083 194.625 277.421 194.63C277.759 194.635 278.091 194.589 278.415 194.492L286.205 191.852C287.091 189.443 288.33 187.141 289.936 185.048L289.986 185.041Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
23
|
+
<path d="M296.195 179.245C294.601 179.362 293.331 180.318 292.066 181.688C291.127 182.78 290.249 183.941 289.426 185.12C287.97 187.167 286.833 189.454 286.052 191.875L306.197 185.051C300.872 182.622 299.536 178.989 296.195 179.245Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
24
|
+
<path d="M290.335 205.677L288.689 201.198C288.048 199.509 286.798 198.126 285.189 197.325C283.58 196.523 281.73 196.362 280.008 196.873L279.007 197.17C278.252 195.677 277.001 194.496 275.471 193.834C273.942 193.171 272.23 193.069 270.633 193.544L269.392 193.911C268.542 192.653 267.317 191.7 265.894 191.187C264.471 190.675 262.924 190.63 261.474 191.06L259.211 191.732L253.665 176.969C253.288 175.968 252.617 175.107 251.741 174.5C250.865 173.892 249.826 173.568 248.763 173.57C247.991 173.566 247.231 173.752 246.546 174.111C245.862 174.47 245.276 174.992 244.837 175.63C244.398 176.269 244.121 177.006 244.029 177.777C243.937 178.548 244.033 179.33 244.309 180.055L256.257 213.823L250.015 206.066C249.058 204.733 247.644 203.805 246.046 203.462C244.449 203.118 242.781 203.384 241.367 204.207C240.681 204.606 240.176 205.257 239.958 206.023C239.74 206.79 239.826 207.611 240.199 208.315L251.088 227.289C253.263 231.078 256.389 234.223 260.154 236.41C263.918 238.597 268.188 239.749 272.535 239.749H274.185C277.184 239.594 280.112 238.776 282.762 237.355C285.412 235.933 287.719 233.941 289.518 231.522C291.318 229.102 292.567 226.314 293.176 223.354C293.785 220.394 293.74 217.336 293.044 214.396C292.338 211.431 291.433 208.518 290.335 205.677Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
25
|
+
<path d="M272.528 240.341C268.079 240.333 263.711 239.151 259.858 236.912C256.006 234.674 252.804 231.457 250.573 227.583L239.68 208.612C239.231 207.772 239.125 206.788 239.384 205.87C239.643 204.951 240.247 204.171 241.068 203.692C242.607 202.793 244.423 202.503 246.164 202.878C247.904 203.253 249.443 204.266 250.482 205.721L254.56 210.769L243.758 180.246C243.285 178.971 243.307 177.562 243.82 176.302C244.333 175.043 245.299 174.024 246.525 173.449C246.759 173.333 247.004 173.24 247.255 173.169C248.648 172.802 250.126 172.966 251.406 173.628C252.686 174.291 253.678 175.406 254.191 176.759L259.546 191.016L261.284 190.498C262.783 190.049 264.382 190.071 265.868 190.56C267.354 191.049 268.657 191.982 269.604 193.235L270.447 192.982C272.095 192.492 273.858 192.57 275.457 193.203C277.056 193.836 278.399 194.988 279.274 196.476L279.818 196.314C281.481 195.821 283.26 195.903 284.872 196.546C286.484 197.189 287.835 198.357 288.71 199.864L288.78 199.72L290.901 205.467C292.023 208.382 292.943 211.371 293.653 214.414C294.35 217.431 294.381 220.564 293.742 223.594C293.104 226.624 291.813 229.475 289.96 231.948C288.107 234.42 285.738 236.453 283.019 237.902C280.3 239.352 277.298 240.183 274.225 240.337L272.528 240.341ZM244.66 203.902C243.604 203.902 242.568 204.183 241.655 204.718C241.103 205.038 240.695 205.562 240.519 206.179C240.342 206.796 240.411 207.457 240.71 208.025L251.588 226.981C253.717 230.674 256.771 233.741 260.445 235.875C264.119 238.01 268.286 239.136 272.528 239.143H274.178C277.077 238.994 279.908 238.206 282.472 236.836C285.036 235.466 287.27 233.546 289.017 231.212C290.763 228.878 291.98 226.187 292.581 223.329C293.182 220.47 293.153 217.514 292.496 214.668C291.8 211.688 290.901 208.76 289.806 205.904L288.156 201.444C287.567 199.889 286.418 198.616 284.937 197.876C283.457 197.137 281.754 196.986 280.168 197.453L278.708 197.891L278.489 197.453C277.796 196.083 276.648 195 275.244 194.392C273.841 193.784 272.27 193.689 270.805 194.124L269.151 194.617L268.91 194.249C268.132 193.092 267.009 192.214 265.702 191.743C264.395 191.272 262.973 191.232 261.642 191.629L258.856 192.456L253.118 177.174C252.757 176.223 252.1 175.415 251.244 174.873C250.388 174.33 249.38 174.082 248.372 174.165C247.732 174.225 247.114 174.432 246.567 174.772C246.019 175.111 245.557 175.573 245.216 176.122C244.875 176.67 244.665 177.291 244.601 177.935C244.537 178.579 244.622 179.229 244.849 179.835L257.948 216.858L249.551 206.437C248.994 205.654 248.26 205.016 247.41 204.575C246.559 204.134 245.616 203.903 244.66 203.902Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
26
|
+
<path d="M264.157 204.483C264.04 204.483 263.926 204.449 263.829 204.383C263.732 204.318 263.657 204.224 263.613 204.115L258.674 191.99C258.639 191.918 258.618 191.84 258.614 191.76C258.609 191.679 258.621 191.599 258.648 191.524C258.676 191.448 258.718 191.379 258.773 191.321C258.827 191.263 258.893 191.216 258.966 191.184C259.04 191.152 259.118 191.136 259.198 191.135C259.278 191.135 259.357 191.151 259.43 191.182C259.504 191.214 259.57 191.26 259.625 191.318C259.68 191.376 259.723 191.444 259.751 191.52L264.701 203.674C264.759 203.819 264.758 203.981 264.697 204.125C264.637 204.269 264.523 204.383 264.38 204.442C264.309 204.472 264.233 204.485 264.157 204.483Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
27
|
+
<path d="M272.984 203.601C272.867 203.601 272.753 203.566 272.656 203.501C272.559 203.435 272.484 203.342 272.44 203.233L268.841 194.147C268.783 194 268.786 193.837 268.847 193.693C268.909 193.548 269.026 193.435 269.171 193.377C269.316 193.319 269.478 193.321 269.622 193.384C269.765 193.446 269.878 193.563 269.936 193.709L273.535 202.8C273.592 202.946 273.588 203.109 273.526 203.252C273.464 203.396 273.348 203.51 273.203 203.568C273.133 203.593 273.059 203.605 272.984 203.601Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
28
|
+
<path d="M281.289 203.6C281.172 203.601 281.057 203.567 280.959 203.502C280.861 203.436 280.785 203.342 280.741 203.233L278.489 197.42C278.439 197.302 278.427 197.172 278.456 197.047C278.484 196.922 278.55 196.81 278.646 196.725C278.717 196.665 278.801 196.622 278.892 196.6C278.983 196.579 279.078 196.58 279.168 196.603C279.259 196.626 279.342 196.67 279.412 196.733C279.482 196.795 279.536 196.873 279.57 196.961L281.84 202.759C281.895 202.885 281.906 203.025 281.872 203.158C281.839 203.292 281.762 203.409 281.654 203.494C281.548 203.57 281.419 203.608 281.289 203.6Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
29
|
+
</svg>
|
|
30
|
+
`;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default `<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Scene-UploadToCloud">
|
|
2
|
+
<rect y="57.2158" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M214.299 173.254C211.832 173.254 209.476 173.357 207.281 173.529C204.935 169.305 182.149 166 154.369 166C133.336 166 115.162 167.897 106.553 170.653C104.066 170.533 101.428 170.473 98.6992 170.473C83.4047 170.473 71 172.473 71 174.946C71 177.418 83.4047 179.419 98.6992 179.419C103.039 179.419 107.137 179.256 110.792 178.972C120.397 181.11 136.326 182.509 154.369 182.509C170.691 182.509 185.291 181.367 195.037 179.565C198.048 181.29 205.529 182.509 214.299 182.509C225.727 182.509 235 180.44 235 177.882C235 175.323 225.737 173.254 214.299 173.254Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M98.6707 152.912C83.2286 153.421 79.1853 148.943 70.2013 145.103C61.2172 141.264 58.9689 132.067 62.7716 127.228C66.5743 122.389 70.9322 121.889 76.0025 125.572C81.0728 129.254 82.072 129.032 82.072 126.21C82.072 123.388 81.8685 114.543 89.5109 113.34C89.5109 113.34 81.4243 95.8253 93.878 88.9878C106.332 82.1503 109.699 86.98 113.826 87.3686C117.953 87.7572 114.955 79.0045 124.031 71.5842C133.108 64.1638 141 69.1785 141 69.1785C141 69.1785 144.377 53.7734 160.162 54.2638C175.946 54.7542 177.205 68.3643 177.205 68.3643C177.205 68.3643 193.045 67.106 198.587 76.0253C204.129 84.9445 203.342 92.6147 203.342 92.6147C203.342 92.6147 206.405 92.1243 205.461 95.9456C205.461 95.9456 211.605 88.1088 221.819 91.9208C232.034 95.7328 228.287 110.157 228.287 110.157C228.287 110.157 231.84 108.464 234.439 110.666C237.039 112.868 234.699 120.029 234.699 120.029C234.699 120.029 240.555 116.699 245.533 119.585C250.52 122.481 250.548 129.865 248.105 132.788C245.653 135.712 240.787 138.331 240.787 138.331C240.787 138.331 252.232 137.109 257.533 143.077C262.835 149.045 255.304 151.117 246.847 151.626C238.39 152.135 229.924 155.975 221.449 156.558C212.974 157.141 174.198 155.827 165.001 154.744C155.804 153.662 143.674 156.641 135.014 156.696C126.354 156.752 110.227 152.524 98.6522 152.903L98.6707 152.912Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path d="M229.018 116.975C229.388 117.281 229.268 117.864 228.814 118.002C226.066 118.798 219.617 121.046 217.536 124.979C213.622 132.371 201.205 133.037 207.441 129.929C211.799 127.754 215.731 122.971 214.964 117.503C214.538 114.496 212.28 113.136 210.994 112.349C209.958 111.711 210.485 110.971 211.549 111.165C213.492 111.516 216.028 113.117 218.378 116.106C219.812 117.919 225.086 113.256 227.306 111.146C227.519 110.943 227.871 111.146 227.778 111.433C227.315 112.886 226.992 115.301 229.018 116.975Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
6
|
+
<path d="M160.224 62.9508C159.798 59.4164 166.405 59.3239 167.459 68.456C167.459 68.456 169.005 68.1506 171.715 68.456C176.175 68.9648 185.184 71.8133 186.369 74.6075C188.737 80.2052 186.741 84.3145 184.354 85.8041C181.967 87.2937 175.99 80.8171 173.899 78.0876C171.808 75.3582 170.013 78.9296 171.207 81.326C172.4 83.7223 167.006 81.0946 164.314 76.8756C161.621 72.6565 158.79 75.571 154.478 73.8686C147.78 71.2224 161.205 71.2224 160.215 62.9601L160.224 62.9508Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
7
|
+
<path d="M131.119 89.9122C133.265 91.9662 137.762 84.4626 141.565 85.6006C144.137 85.9615 146.367 88.7002 149.244 89.4034C150.863 89.8567 152.788 89.7457 154.139 88.7187C155.749 87.4511 155.887 85.3971 155.055 83.4541C153.315 79.7254 148.467 77.5234 144.433 78.097C141.407 78.5319 139.612 81.2428 137.087 83.1858C135.079 84.9992 130.647 86.7017 131.073 89.8475L131.11 89.9215L131.119 89.9122Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<path d="M107 111.499C101.282 116.93 98.2917 112.499 92.0001 112.999C84.1171 113.619 94.705 112.499 94.705 119.368C94.705 121.875 85.6284 126.76 79.929 130.683C74.2295 134.606 80.7524 142.323 83.1025 134.782C85.4526 127.241 90.4952 124.984 97.934 124.234C105.028 123.517 110.5 111.5 123.5 116.5C124.85 114.297 115.088 112 115.088 108.515C115.088 102.999 117.5 103 120.5 100.5C122.508 97.6969 116.291 87.3449 115.088 94.4994C113.885 100.513 111.211 107.499 107 111.499Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path d="M184.783 102.012C184.783 102.012 194.254 106.731 197.076 100.77C198.166 98.4703 193.142 95.7022 189.84 93.1411C187.083 90.9942 186.331 87.5722 186.734 84.1175C187.137 80.6628 188.685 77.7421 183.29 83.1476C179.944 86.4933 176.664 95.6913 176.664 95.6913L184.783 102.012Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
10
|
+
<path d="M154.938 136.228C152.616 136.664 150.557 135.258 148.584 134.015C146.84 132.915 146.612 130.757 146.372 128.991L135.441 57.8703C134.754 53.2277 134.722 52.018 136.749 49.7839C137.326 49.1518 138.874 48.1273 139.778 47.7895C140.792 47.419 141.446 47.3863 142.416 47.2991L170.555 45.0214C174.99 44.6835 177.268 48.4107 177.66 51.8L185.594 120.927C185.692 124.185 184.221 126.757 181.682 128.021L154.938 136.228Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
11
|
+
<path d="M137.043 55.648L148.802 131.619C149.347 135.117 152.529 137.068 155.875 136.011L180.843 128.109C183.72 127.205 185.703 123.892 185.333 120.688L177.214 51.5939C176.778 47.9212 173.879 45.1313 170.686 45.3928L142.765 47.6923C139.005 47.9975 136.411 51.583 137.043 55.6589V55.648Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
12
|
+
<path d="M170.903 46.9621L164.691 47.4961L165.214 51.6047C165.334 52.5746 164.746 53.4247 163.907 53.5228L152.496 54.6889C151.592 54.7761 150.731 54.035 150.589 53.0324L149.99 48.7712L143.037 49.3706C140.16 49.6213 138.187 52.3567 138.656 55.4735L150.262 131.183C150.666 133.864 153.107 135.368 155.679 134.561L180.701 126.736C182.913 126.05 184.45 123.5 184.155 121.026L175.927 51.6919C175.589 48.8584 173.355 46.7333 170.903 46.9403V46.9621Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path d="M159.809 51.1684L154.414 51.6806C154.022 51.7242 153.651 51.4081 153.597 51.0049C153.542 50.5908 153.815 50.2311 154.218 50.1876L159.623 49.6971C160.005 49.6535 160.364 49.9696 160.419 50.3728C160.473 50.7761 160.201 51.1357 159.82 51.1793L159.809 51.1684Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
14
|
+
<path d="M162.131 50.9282C162.468 50.8628 162.676 50.5032 162.599 50.1108C162.523 49.7185 162.185 49.457 161.847 49.5223C161.509 49.5877 161.291 49.9474 161.379 50.3397C161.466 50.732 161.793 50.9936 162.142 50.9282H162.131Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
15
|
+
<path d="M137.327 71.8205L138.493 79.3729C138.591 80.0704 138.166 80.2229 138.34 80.2883L138.7 80.3755C139.397 80.2447 139.975 80.1576 139.866 79.2748L138.689 71.1993C138.525 70.4038 137.861 70.1749 137.152 70.3275L137.087 70.589C136.607 70.7416 137.218 71.123 137.316 71.8314L137.327 71.8205Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
16
|
+
<path d="M136.695 71.6451L137.817 79.4372C137.904 79.9821 137.991 80.3418 138.493 80.3854C139.016 80.2982 139.463 80.2873 139.376 79.7424L138.09 71.1983C138.002 70.6425 137.686 70.2501 137.152 70.3155C136.64 70.4245 136.607 71.0784 136.695 71.6342V71.6451Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
17
|
+
<path d="M168.429 88.7327C168.528 89.4956 169.16 90.0187 169.846 89.8879V89.9097C170.533 89.7789 171.012 89.0488 170.914 88.2859L169.966 80.4719L171.775 82.0086C172.32 82.4663 173.094 82.3246 173.508 81.7034C173.911 81.0822 173.813 80.1995 173.279 79.7309L169.062 76.1127C168.811 75.8729 168.473 75.7749 168.135 75.8294C167.786 75.8838 167.525 76.0691 167.329 76.3416L164.005 81.3002C163.58 81.9432 163.689 82.8477 164.255 83.3164C164.822 83.7741 165.629 83.6324 166.065 83.0003L167.47 80.897L168.44 88.7545V88.7327H168.429Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
18
|
+
<path d="M155.69 100.002L169.345 97.0703C172.843 96.3183 175.176 92.6347 174.696 88.6569C174.609 87.905 173.988 87.3928 173.323 87.5126C172.658 87.6434 172.179 88.3627 172.266 89.1256C172.56 91.5994 171.143 93.8662 168.996 94.3022L155.287 97.1466C153.608 97.4953 152.006 96.2529 151.745 94.3675C151.472 92.4713 152.66 90.6731 154.36 90.3461L155.45 90.1391C156.18 89.9974 156.692 89.2345 156.594 88.4499C156.202 85.5401 157.608 82.7611 159.907 81.8783C160.605 81.6059 160.975 80.7776 160.736 80.0256C160.496 79.2519 159.744 78.8595 159.057 79.1102C155.908 80.309 153.837 83.7092 153.815 87.4908C150.677 88.1338 148.497 91.3815 149.009 94.9233C149.511 98.4325 152.54 100.688 155.69 100.013V100.002Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
19
|
+
<path d="M165.526 110.331C161.922 109.319 158.788 111.996 158.229 119.736C157.669 127.475 151.499 119.736 151.499 119.736L154.405 128.114L168.567 127.475L191.088 116.017C191.878 111.671 189.72 98.5649 187.824 98.2488C185.453 97.8537 180.606 98.2489 175.905 107.169C173.114 112.463 169.191 111.361 165.569 110.343L165.526 110.331Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
20
|
+
<path d="M207.517 117.923C208.302 110.622 200.063 96.7593 189.622 98.503C179.182 100.247 176.152 113.27 175.531 116.321C174.91 119.373 175.237 122.817 172.676 118.207C169.221 111.995 160.361 113.259 159.631 120.059C159.206 123.994 158.693 127.557 155.664 125.465C153.005 123.634 152.874 119.929 148.787 116.627C143.294 112.202 135.862 115.025 133.726 119.09C131.59 123.155 136.276 142.586 136.276 142.586L169.09 149.299L201.5 137.5L207.517 117.913V117.923Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
21
|
+
<path d="M98.6701 152.912C110.245 152.533 126.372 156.752 135.032 156.706C143.692 156.66 155.822 153.68 165.019 154.754C174.215 155.836 212.992 157.141 221.467 156.567C229.933 155.993 238.408 152.135 246.865 151.636C253.693 151.228 259.92 149.794 259.272 146.112C255.821 149.248 251.972 149.359 247.624 146.861C242.738 144.058 239.87 139.848 237.316 140.579C229.554 142.827 229.47 147.583 222.725 147.167C215.971 146.741 211.123 148.092 206.062 151.043C201.001 153.995 189.602 147.666 179.471 146.834C169.339 146.001 163.562 146.026 157.224 143.074C150.895 140.123 150.257 137.526 145.196 137.952C140.135 138.377 137.933 142.649 131.317 143.074C124.378 141.687 121.075 144.435 115.588 148.626C110.102 152.817 102.649 145.131 100.955 140.514C99.2715 135.897 94.6269 132.048 90.4078 137.951C86.1887 143.864 80.2765 144.28 70.21 145.094C79.1847 148.934 83.2373 153.403 98.6794 152.903L98.6701 152.912Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
22
|
+
</svg>`;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export default `<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Scene-UserHasSignedUp">
|
|
2
|
+
<rect y="64.4033" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M151.016 109.469C151.395 109.17 151.844 108.901 152.393 108.661C152.408 108.655 152.94 108.451 153.549 108.441H153.729C153.818 108.402 154.756 107.972 155.195 108.601C156.392 110.296 157.429 114.546 157.149 116.262C157.608 117.818 158.107 119.244 158.596 120.052L158.656 120.002C159.504 121.388 159.394 122.874 159.154 124.45C159.104 124.769 159.045 125.088 158.995 125.407C158.895 126.056 158.796 126.714 158.746 127.393C158.726 127.692 158.705 128.011 158.686 128.34C158.676 128.499 158.656 128.67 158.656 128.829C158.646 128.989 158.626 129.148 158.626 129.317C158.616 129.547 158.606 129.786 158.596 130.025C158.586 130.105 158.586 130.196 158.586 130.275C158.516 131.881 158.486 133.567 158.546 135.003C158.566 135.552 158.596 136.08 158.646 136.529C158.925 138.903 156.382 148.059 154.656 151.77C152.941 155.49 151.873 158.302 150.477 160.696C149.02 163.19 146.836 166.572 146.836 169.305C146.836 171.11 147.442 176.361 148.104 182.79C148.2 182.799 153.349 183.309 153.35 184.405C153.399 185.413 153.38 186.729 153.35 187.757C153.336 188.235 153.233 197.173 153.173 202.403H111.919C111.951 199.335 111.985 195.097 111.956 192.604H111.937C111.937 192.604 111.796 190.25 111.727 188.754C111.667 187.258 111.647 186.031 112.226 185.762C113.802 185.034 119.388 183.647 119.388 183.647C119.398 183.518 119.397 183.379 119.397 183.249C119.407 182.97 119.427 182.7 119.427 182.431C119.437 182.231 119.447 182.032 119.447 181.832C119.447 181.533 119.467 181.234 119.467 180.944C119.477 180.785 119.477 180.625 119.477 180.466C119.487 180.187 119.497 179.917 119.497 179.638C119.507 179.478 119.507 179.309 119.507 179.149C119.517 178.9 119.517 178.66 119.517 178.411V174.661C119.507 174.502 119.507 174.362 119.507 174.212C119.497 174.072 119.497 173.923 119.497 173.783C119.487 173.664 119.477 173.564 119.477 173.454C119.467 173.304 119.457 173.144 119.457 173.015C119.457 172.915 119.438 172.845 119.438 172.756C119.428 172.626 119.417 172.487 119.407 172.377C119.387 172.277 119.377 172.207 119.367 172.117C119.357 172.037 119.347 171.948 119.337 171.878C118.828 169.005 116.435 164.975 114.23 161.534C114.011 161.195 113.791 160.856 113.582 160.527C113.153 159.869 112.744 159.241 112.365 158.652C111.797 157.775 111.308 156.996 110.949 156.368C109.493 153.845 108.186 150.343 107.108 146.862C106.57 145.117 106.092 143.391 105.683 141.785C105.583 141.386 105.483 140.987 105.394 140.608C105.204 139.84 105.044 139.122 104.895 138.454C104.875 138.374 104.865 138.295 104.845 138.215C104.685 137.547 104.526 136.698 104.366 135.801C104.346 135.681 104.316 135.552 104.296 135.422C104.276 135.282 104.247 135.133 104.227 134.993C104.197 134.834 104.176 134.684 104.146 134.534C103.818 132.601 103.559 130.828 103.538 130.685C103.448 130.066 103.349 129.477 103.259 128.898C103.189 128.46 103.109 128.031 103.039 127.622C103.019 127.532 103.009 127.452 102.989 127.362C102.979 127.263 102.959 127.173 102.939 127.083C102.91 126.973 102.89 126.854 102.87 126.744C102.85 126.634 102.82 126.525 102.8 126.415C102.77 126.295 102.75 126.175 102.72 126.056C102.69 125.956 102.67 125.866 102.65 125.767C102.621 125.647 102.59 125.538 102.561 125.418C102.541 125.338 102.521 125.248 102.501 125.168C102.471 125.049 102.431 124.929 102.401 124.81C102.391 124.78 102.371 124.75 102.371 124.72C102.261 124.391 102.132 124.011 101.982 123.612C101.853 123.283 101.723 122.954 101.583 122.625C101.304 121.947 101.025 121.259 100.815 120.61C100.337 119.144 100.186 117.827 101.084 117.089C101.682 116.6 102.311 116.231 102.859 115.972C103.766 115.538 104.468 115.387 104.485 115.384C104.485 115.383 104.425 115.313 104.316 115.204C101.953 112.92 101.364 110.616 101.154 109.748C100.935 108.86 101.015 108.112 101.015 108.112L101.024 108.103C101.074 107.095 101.494 106.327 102.501 105.648C103.359 105.07 104.127 104.651 104.835 104.481C105.543 104.312 106.182 104.372 106.79 104.761C107.019 104.91 107.299 105.13 107.578 105.369L107.548 98.7959C107.338 98.5366 107.098 98.2275 106.829 97.8984C105.941 96.8909 104.405 95.0255 103.139 93.001C102.85 92.5722 102.6 92.1831 102.44 91.874C102.141 91.3355 101.862 90.7166 101.623 90.0684C101.593 89.9788 101.563 89.8894 101.533 89.7998C101.503 89.72 101.473 89.6298 101.443 89.54C101.374 89.3108 101.314 89.0816 101.264 88.8623C101.234 88.7326 101.205 88.5926 101.185 88.4629C101.175 88.433 101.164 88.403 101.164 88.373V88.3936C101.055 87.7188 101.024 87.0534 101.132 86.418C100.926 85.3017 101.14 83.7736 102.82 83.3262C104.506 82.8902 105.965 84.4255 105.981 84.4434H105.962C106.161 84.5431 106.341 84.6528 106.521 84.7725C106.524 84.7746 106.642 84.8537 106.81 84.9717C106.82 84.9817 106.84 84.9922 106.84 84.9922C106.9 85.0419 106.969 85.0917 107.049 85.1514C107.069 85.1713 107.089 85.191 107.119 85.2109C107.129 85.2209 107.149 85.2312 107.159 85.2412C107.374 85.417 107.493 85.5353 107.498 85.54L107.406 64.4639H150.703L151.016 109.469Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M141.775 175.728C141.775 175.728 153.989 171.544 164.436 171.534C177.096 171.525 186.223 173.233 186.223 173.233L176.378 184.602L142.251 179.447L141.775 175.728Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
5
|
+
<path d="M148.513 202.217C148.513 202.217 150.581 169.973 149.707 164.973C148.833 159.973 142.678 151.75 140.591 148.109C137.445 142.624 134.882 132.866 133.794 127.604C132.707 122.342 132.134 115.885 131.086 113.07C130.037 110.254 128.173 106.856 129.901 105.419C131.629 103.982 133.61 103.565 133.61 103.565C133.61 103.565 130.979 100.992 130.26 98.3608C129.542 95.7297 129.6 94.2345 131.454 92.9821C133.309 91.7296 134.804 91.1859 136.115 92.0209C137.425 92.8559 139.697 95.3122 139.882 96.3899C140.066 97.4676 139.746 99.953 137.047 101.273L137.018 103.924C137.018 103.924 138.921 107.39 139.756 109.604C140.591 111.817 141.833 114.905 137.328 115.74L138.785 124.458L167.018 126.818L183.523 116.06C183.523 116.06 183.882 114.38 183.882 113.07C183.882 113.07 182.446 109.371 182.572 104.642C182.698 99.9142 182.572 98.0695 185.679 96.2151C185.679 96.2151 188.009 95.3219 188.727 96.9918C189.446 98.6618 190.941 106.186 192.417 108.594C193.892 111.002 192.708 113.681 192.514 116.633C192.319 119.584 192.116 123.973 192.417 126.555C192.718 129.138 189.95 139.08 188.077 143.119C186.203 147.158 185.047 150.226 183.533 152.818C182.018 155.41 179.572 159.206 179.572 162.177C179.572 165.148 181.067 176.643 182.028 188.236C182.708 196.353 182.892 202.149 182.892 202.149L148.503 202.217H148.513Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
6
|
+
<path d="M137.875 86.8741C137.875 86.8741 132.329 80.1597 130.992 77.6549C129.656 75.1502 128.414 71.4351 130.413 69.0356C132.413 66.6361 136.433 69.4355 137.296 70.5406C138.159 71.6456 138.443 72.0455 138.443 72.0455L137.864 86.8846L137.875 86.8741Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
7
|
+
<path d="M178.523 93.8344C178.523 93.8344 181.698 94.0189 183.611 98.6209C185.523 103.223 183.698 106.757 185.436 109.689C185.436 109.689 185.601 111.145 183.611 117.806C181.62 124.466 184.737 125.359 182.009 127.379C178.979 129.621 177.086 130.563 173.61 133.689C170.135 136.816 170.067 140.505 167.3 142.321C164.533 144.136 153.853 138.447 149.387 122.777L175.97 95.8733C175.97 95.8733 176.562 94.582 178.513 93.8247L178.523 93.8344Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
8
|
+
<path d="M145.319 130.624C141.435 130.653 136.93 128.168 137.105 122.061L136.775 46.3122C136.736 41.7102 138.28 37.9335 144.95 37.2441L175.057 38.0791C178.941 38.05 182.125 41.1859 182.145 45.0695L184.3 123.41C183.582 127.779 180.261 130.1 172.834 130.741L145.309 130.634L145.319 130.624Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
9
|
+
<path d="M138.367 44.311L138.921 122.633C138.95 126.526 142.125 129.652 146.018 129.633L177.377 129.409C181.271 129.38 184.397 126.205 184.368 122.312L183.814 43.9906C183.785 40.107 180.611 36.9711 176.727 37.0002L145.367 37.2235C141.474 37.2526 138.348 40.4274 138.377 44.3207L138.367 44.311Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
10
|
+
<path d="M176.756 38.6304L169.358 38.679L169.387 42.8829C169.387 43.8829 168.591 44.6888 167.591 44.7082L154.639 44.7956C153.639 44.7956 152.833 43.9994 152.814 42.9994L152.785 38.7955L145.387 38.844C142.396 38.8634 139.998 41.3004 140.018 44.2907L140.571 122.622C140.591 125.612 143.027 128.01 146.018 127.991L177.387 127.768C180.378 127.748 182.776 125.311 182.756 122.321L182.203 43.9897C182.183 40.9994 179.746 38.6013 176.756 38.6207V38.6304Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path d="M163.251 41.9703L157.173 42.0092C156.736 42.0092 156.377 41.6791 156.377 41.2713C156.377 40.8635 156.736 40.5237 157.173 40.5237L163.251 40.4849C163.688 40.4849 164.047 40.815 164.047 41.2227C164.047 41.6305 163.688 41.9703 163.251 41.9703Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
12
|
+
<path d="M165.912 41.9322C166.31 41.8933 166.601 41.5436 166.572 41.1551C166.543 40.7666 166.184 40.4655 165.795 40.4946C165.407 40.5238 165.106 40.8832 165.135 41.2717C165.164 41.6602 165.523 41.9613 165.912 41.9322Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
13
|
+
<path d="M136.513 59.7688L136.552 67.2447C136.552 67.934 136.096 68.0311 136.261 68.1088L136.61 68.2447C137.338 68.2253 137.94 68.2253 137.969 67.3515L137.989 59.3417C137.94 58.5455 137.309 58.2446 136.571 58.3125L136.464 58.5552C135.96 58.6426 136.513 59.0892 136.503 59.7786L136.513 59.7688Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
14
|
+
<path d="M135.911 59.5148L135.862 67.1945C135.862 67.7382 135.901 68.1071 136.406 68.2139C136.95 68.2139 137.406 68.2625 137.406 67.7188L137.387 59.2526C137.387 58.7089 137.124 58.2914 136.581 58.2817C136.047 58.3303 135.911 58.9517 135.921 59.4953L135.911 59.5148Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
15
|
+
<path d="M175.183 70.6312C174.727 70.2234 174.135 70.0196 173.523 70.0584C172.911 70.0972 172.319 70.3885 171.921 70.8545L157.125 87.9713L151.911 81.3595C151.532 80.8741 150.989 80.5634 150.377 80.4954C149.765 80.4275 149.163 80.5925 148.678 80.9712C148.192 81.3498 147.882 81.8935 147.814 82.5052C147.746 83.1168 147.911 83.7188 148.299 84.2042L155.26 93.0296C155.707 93.583 156.348 93.9034 157.018 93.9034H157.057C157.717 93.9034 158.348 93.6121 158.785 93.1073L175.406 73.874C175.814 73.4177 176.018 72.8254 175.979 72.2138C175.94 71.6021 175.649 71.0196 175.193 70.6215L175.183 70.6312Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
16
|
+
<path d="M130.709 113.338C131.184 114.619 131.566 116.603 131.949 118.896C131.949 118.896 136.918 118.938 137.104 118.948V116.789C143.407 115.848 141.588 111.881 140.689 109.525C139.801 107.17 137.032 103.595 137.032 103.595L137.063 100.774C140.71 100.423 140.803 97.2097 140.08 95.5773C139.605 94.5131 137.476 91.8268 136.071 90.9279C134.666 90.0291 133.085 90.6076 131.112 91.9508C129.138 93.2939 129.076 94.8747 129.841 97.6747C130.605 100.475 133.405 103.213 133.405 103.213C133.405 103.213 131.308 103.657 129.459 105.186C127.609 106.715 129.603 110.321 130.719 113.327L130.709 113.338Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
17
|
+
<path d="M135.099 109.371C133.777 110.693 134.924 113.328 135.626 114.609L136.205 115.487C136.205 115.487 138.302 115.952 140.462 113.452C140.462 113.452 139.522 109.804 137.837 109.03C136.422 108.379 135.626 108.854 135.099 109.381V109.371Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
18
|
+
<path d="M133.964 98.6032C133.964 98.6032 134.129 94.8424 138.768 95.886V95.545C138.768 95.545 137.26 92.4868 134.553 92.9104C131.846 93.334 132.383 95.8963 132.776 96.8158C133.168 97.7354 133.592 98.6032 133.592 98.6032H133.974H133.964Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
19
|
+
<path d="M129.446 71.2129C129.446 71.2129 130.098 67.5926 134.602 68.8661H135.15C135.15 68.8661 133.424 67.0348 131.424 67.5505C129.424 68.0662 129.193 69.8869 129.446 71.2129Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
20
|
+
<path d="M129.487 73.5066C129.487 73.5066 130.624 77.2638 133.539 77.2638C136.023 77.2638 136.928 72.2858 135.791 69.2549C135.791 69.2549 136.065 69.4338 136.412 69.6969C136.76 69.96 136.938 70.1494 136.938 70.1494V85.7489C136.938 85.7489 130.161 78.453 129.487 73.5172V73.5066Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
<path d="M137.063 100.786C137.063 100.786 133.344 101.199 131.381 97.7893C129.418 94.3798 129.376 94.8138 129.376 94.8138C129.376 94.8138 129.294 95.6816 129.531 96.7045C129.769 97.7274 130.471 100.517 133.385 103.224C133.385 103.224 135.875 102.563 137.022 103.606L137.053 100.786H137.063Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
22
|
+
<path d="M137.094 116.79C137.094 116.79 134.273 117.338 129.128 109.269C129.128 109.269 130.378 112.378 130.946 114.063C131.515 115.747 132.258 120.902 132.258 120.902C132.258 120.902 132.963 126.083 134.139 129.201C134.139 129.201 135.193 122.276 137.114 122.896L137.094 116.79Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
23
|
+
<path d="M193.015 107.664C191.455 105.109 189.875 97.166 189.116 95.4008C188.356 93.6357 185.893 94.5799 185.893 94.5799C185.893 94.5799 183.358 97.5765 185.38 102.441C187.402 107.305 187.566 111.769 189.403 114.858C189.403 114.858 188.151 115.495 186.683 117.958C187.956 119.323 189.516 121.016 190.583 122.278C191.343 123.171 191.648 125.994 192.418 126.856C192.305 124.157 192.943 118.686 193.118 116.162C193.323 113.042 194.575 110.22 193.015 107.664Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
24
|
+
<path d="M188.223 114.138C187.751 110.454 186.284 107.663 185.37 102.429C184.457 97.1951 185.883 94.5679 185.883 94.5679C182.538 96.0251 182.23 98.4676 182.097 103.455C181.973 108.443 183.839 112.194 183.839 112.194C184.353 113.518 184.06 115.832 184.06 115.832C184.06 115.832 183.205 122.01 184.426 123.313C185.619 118.28 188.213 114.138 188.213 114.138H188.223Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
25
|
+
<path d="M191.353 103.313C191.353 103.313 189.29 101.948 188.5 99.465C187.71 96.9815 187.412 94.6211 187.412 94.3337C187.412 94.3337 188.582 93.7488 189.116 94.5082C190.491 96.4581 191.671 101.343 191.353 103.313Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
26
|
+
<path d="M161.367 176.556C162.882 167.507 170.368 162.313 159.465 159.886C153.241 158.497 148.144 152.924 144.396 147.798C139.192 140.672 134.805 126.281 135.844 123.611L133.513 126.128C133.6 126.623 133.697 127.108 133.794 127.594C134.882 132.866 137.445 142.614 140.59 148.099C142.678 151.74 148.843 159.963 149.707 164.963C150.571 169.934 148.542 201.779 148.513 202.187H157.892C157.892 202.187 160.164 183.74 161.367 176.556Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
27
|
+
<path d="M186.426 196.73C186.426 196.73 186.64 177.497 186.669 176.759C186.698 175.643 186.727 174.206 186.669 173.118C186.63 172.322 181.863 171.798 181.863 171.798L181.941 172.604C181.941 172.604 184.688 172.982 185.145 173.342C185.591 173.691 184.853 174.109 184.184 174.429C178.582 176.944 165.3 179.332 155.785 178.953C151.115 178.769 145.678 177.817 143.513 177.371C143.047 177.274 142.717 177.05 142.464 176.808C142.261 176.206 142.222 175.575 143.445 175.206C144.668 174.837 149.397 173.555 149.397 173.555L149.455 172.943C149.455 172.943 142.562 174.584 141.969 174.963C141.377 175.332 141.377 176.225 141.455 177.846C141.532 179.478 141.688 182.031 141.688 182.031H141.707C141.765 186.633 141.626 202.401 141.626 202.401H186.453L186.426 196.73Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
28
|
+
<path d="M186.669 176.756C186.698 175.64 186.669 174.213 186.669 173.116C186.669 171.912 180.371 171.306 180.371 171.306L180.482 172.436C180.482 172.436 184.678 172.97 185.135 173.319C185.581 173.669 184.843 174.086 184.174 174.407C178.572 176.921 165.29 179.31 155.775 178.931C151.105 178.747 145.668 177.795 143.503 177.349C143.037 177.252 142.707 177.028 142.455 176.786C142.251 176.184 142.212 175.552 143.435 175.184C144.658 174.815 149.881 173.567 149.881 173.567L149.904 172.23C149.904 172.23 143.697 173.776 141.979 174.572C141.348 174.863 141.367 176.193 141.445 177.824C141.522 179.455 141.678 182.009 141.678 182.009H141.697C141.755 186.611 141.61 202.403 141.61 202.403H152.28C152.28 202.403 151.969 185.679 159.154 184.591C178.008 181.727 186.678 176.912 186.688 176.747L186.669 176.756Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
29
|
+
</svg>`;
|