@ui5/webcomponents-fiori 0.0.0-037d08c67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.production +1 -0
- package/.env.testing +4 -0
- package/.npsrc.json +3 -0
- package/CHANGELOG.md +4053 -0
- package/LICENSE.txt +201 -0
- package/README.md +77 -0
- 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 +6 -0
- package/dist/Assets.js.map +1 -0
- package/dist/BarcodeScannerDialog.d.ts +137 -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 +165 -0
- package/dist/DynamicPage.js +398 -0
- package/dist/DynamicPage.js.map +1 -0
- package/dist/DynamicPageHeader.d.ts +57 -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 +172 -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 +234 -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 +45 -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 +432 -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 +252 -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 +178 -0
- package/dist/MediaGallery.js +441 -0
- package/dist/MediaGallery.js.map +1 -0
- package/dist/MediaGalleryItem.d.ts +117 -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 +74 -0
- package/dist/NavigationLayout.js +127 -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 +37 -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 +12 -0
- package/dist/NavigationMenuTemplate.js.map +1 -0
- package/dist/NotificationList.d.ts +73 -0
- package/dist/NotificationList.js +135 -0
- package/dist/NotificationList.js.map +1 -0
- package/dist/NotificationListGroupItem.d.ts +93 -0
- package/dist/NotificationListGroupItem.js +224 -0
- 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 +200 -0
- package/dist/NotificationListItem.js +454 -0
- package/dist/NotificationListItem.js.map +1 -0
- package/dist/NotificationListItemBase.d.ts +52 -0
- package/dist/NotificationListItemBase.js +103 -0
- 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 +84 -0
- package/dist/Page.js +127 -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 +79 -0
- package/dist/ProductSwitch.js +142 -0
- package/dist/ProductSwitch.js.map +1 -0
- package/dist/ProductSwitchItem.d.ts +117 -0
- package/dist/ProductSwitchItem.js +156 -0
- 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 +186 -0
- package/dist/Search.js +446 -0
- package/dist/Search.js.map +1 -0
- package/dist/SearchField.d.ts +155 -0
- package/dist/SearchField.js +233 -0
- package/dist/SearchField.js.map +1 -0
- package/dist/SearchFieldTemplate.d.ts +8 -0
- package/dist/SearchFieldTemplate.js +17 -0
- package/dist/SearchFieldTemplate.js.map +1 -0
- package/dist/SearchItem.d.ts +99 -0
- package/dist/SearchItem.js +216 -0
- package/dist/SearchItem.js.map +1 -0
- package/dist/SearchItemGroup.d.ts +17 -0
- package/dist/SearchItemGroup.js +42 -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 +556 -0
- package/dist/ShellBar.js +1390 -0
- package/dist/ShellBar.js.map +1 -0
- package/dist/ShellBarBranding.d.ts +79 -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 +88 -0
- 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 +178 -0
- package/dist/SideNavigation.js +543 -0
- package/dist/SideNavigation.js.map +1 -0
- package/dist/SideNavigationGroup.d.ts +56 -0
- package/dist/SideNavigationGroup.js +166 -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 +278 -0
- package/dist/SideNavigationItem.js.map +1 -0
- package/dist/SideNavigationItemBase.d.ts +81 -0
- package/dist/SideNavigationItemBase.js +122 -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 +150 -0
- package/dist/SideNavigationSelectableItemBase.js +256 -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 +146 -0
- package/dist/Timeline.js +380 -0
- package/dist/Timeline.js.map +1 -0
- package/dist/TimelineGroupItem.d.ts +71 -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 +123 -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 +124 -0
- package/dist/UploadCollection.js +221 -0
- package/dist/UploadCollection.js.map +1 -0
- package/dist/UploadCollectionItem.d.ts +169 -0
- package/dist/UploadCollectionItem.js +400 -0
- 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 +169 -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 +36 -0
- package/dist/UserMenuItem.js +52 -0
- package/dist/UserMenuItem.js.map +1 -0
- package/dist/UserMenuItemGroup.d.ts +35 -0
- package/dist/UserMenuItemGroup.js +52 -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 +30 -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 +29 -0
- package/dist/UserSettingsAppearanceView.js +108 -0
- package/dist/UserSettingsAppearanceView.js.map +1 -0
- package/dist/UserSettingsAppearanceViewGroup.d.ts +30 -0
- package/dist/UserSettingsAppearanceViewGroup.js +48 -0
- package/dist/UserSettingsAppearanceViewGroup.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItem.d.ts +31 -0
- package/dist/UserSettingsAppearanceViewItem.js +108 -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 +119 -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 +137 -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 +44 -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 +361 -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 +2 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +278 -0
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +210 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +216 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +279 -0
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +216 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +279 -0
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +218 -0
- package/dist/custom-elements-internal.json +13552 -0
- package/dist/custom-elements.json +9456 -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 -0
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -0
- 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 -0
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -0
- 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 +209 -0
- package/dist/generated/i18n/i18n-defaults.js +209 -0
- 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 -0
- 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 +120 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -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 +4 -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 +4 -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 +280 -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 +212 -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 +218 -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 +281 -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 +218 -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 +281 -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 +220 -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 +24 -0
- 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 +29 -0
- 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 +60 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
- package/dist/vscode.html-custom-data.json +1626 -0
- package/dist/web-types.json +4122 -0
- package/global.d.ts +12 -0
- package/jsconfig.json +12 -0
- package/package-scripts.cjs +84 -0
- package/package.json +71 -0
- 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 +51 -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 +106 -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 +79 -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 +612 -0
- package/src/i18n/messagebundle_ar.properties +407 -0
- package/src/i18n/messagebundle_bg.properties +407 -0
- package/src/i18n/messagebundle_ca.properties +407 -0
- package/src/i18n/messagebundle_cnr.properties +407 -0
- package/src/i18n/messagebundle_cs.properties +407 -0
- package/src/i18n/messagebundle_cy.properties +407 -0
- package/src/i18n/messagebundle_da.properties +407 -0
- package/src/i18n/messagebundle_de.properties +407 -0
- package/src/i18n/messagebundle_el.properties +407 -0
- package/src/i18n/messagebundle_en.properties +407 -0
- package/src/i18n/messagebundle_en_GB.properties +407 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +407 -0
- package/src/i18n/messagebundle_en_US_saprigi.properties +407 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +407 -0
- package/src/i18n/messagebundle_es.properties +407 -0
- package/src/i18n/messagebundle_es_MX.properties +407 -0
- package/src/i18n/messagebundle_et.properties +407 -0
- package/src/i18n/messagebundle_fi.properties +407 -0
- package/src/i18n/messagebundle_fr.properties +407 -0
- package/src/i18n/messagebundle_fr_CA.properties +407 -0
- package/src/i18n/messagebundle_hi.properties +407 -0
- package/src/i18n/messagebundle_hr.properties +407 -0
- package/src/i18n/messagebundle_hu.properties +407 -0
- package/src/i18n/messagebundle_id.properties +407 -0
- package/src/i18n/messagebundle_it.properties +407 -0
- package/src/i18n/messagebundle_iw.properties +407 -0
- package/src/i18n/messagebundle_ja.properties +407 -0
- package/src/i18n/messagebundle_kk.properties +407 -0
- package/src/i18n/messagebundle_ko.properties +407 -0
- package/src/i18n/messagebundle_lt.properties +407 -0
- package/src/i18n/messagebundle_lv.properties +407 -0
- package/src/i18n/messagebundle_mk.properties +407 -0
- package/src/i18n/messagebundle_ms.properties +407 -0
- package/src/i18n/messagebundle_nl.properties +407 -0
- package/src/i18n/messagebundle_no.properties +407 -0
- package/src/i18n/messagebundle_pl.properties +407 -0
- package/src/i18n/messagebundle_pt.properties +407 -0
- package/src/i18n/messagebundle_pt_PT.properties +407 -0
- package/src/i18n/messagebundle_ro.properties +407 -0
- package/src/i18n/messagebundle_ru.properties +407 -0
- package/src/i18n/messagebundle_sh.properties +407 -0
- package/src/i18n/messagebundle_sk.properties +407 -0
- package/src/i18n/messagebundle_sl.properties +407 -0
- package/src/i18n/messagebundle_sr.properties +407 -0
- package/src/i18n/messagebundle_sv.properties +407 -0
- package/src/i18n/messagebundle_th.properties +407 -0
- package/src/i18n/messagebundle_tr.properties +407 -0
- package/src/i18n/messagebundle_uk.properties +407 -0
- package/src/i18n/messagebundle_vi.properties +407 -0
- package/src/i18n/messagebundle_zh_CN.properties +407 -0
- package/src/i18n/messagebundle_zh_TW.properties +407 -0
- 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 +91 -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 +301 -0
- package/src/themes/SearchItem.css +109 -0
- package/src/themes/SearchItemGroup.css +24 -0
- package/src/themes/SearchItemShowMore.css +7 -0
- package/src/themes/SearchMessageArea.css +17 -0
- package/src/themes/ShellBar.css +538 -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 +78 -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 +46 -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 +32 -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 +14 -0
- package/src/themes/base/TimelineItem-parameters.css +70 -0
- package/src/themes/base/UploadCollection-parameters.css +13 -0
- package/src/themes/base/UserSettingsAppearanceViewItem-parameters.css +13 -0
- package/src/themes/base/ViewSettingsDialog-parameters.css +15 -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 +13 -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 +29 -0
- package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +12 -0
- package/src/themes/sap_fiori_3/TimelineItem-parameters.css +11 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +23 -0
- package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +28 -0
- package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/TimelineItem-parameters.css +9 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +23 -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 +30 -0
- package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +14 -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 +24 -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 +29 -0
- package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +14 -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 +24 -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 +27 -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 +26 -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 +21 -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 +24 -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 +25 -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
|
@@ -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>`;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-Achievement">
|
|
2
|
+
<rect y="42" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M73.3746 42.0159C73.3032 42.3227 73.2596 42.6335 73.2477 42.9403C73.1882 42.6216 73.1327 42.3148 73.0733 42.0159H40.9144C40.9976 42.4223 41.2712 43.785 41.3465 44.1316C41.4297 44.538 41.8143 44.8647 42.4407 45.1118C42.4724 45.3229 42.5081 45.5501 42.5477 45.809C42.6706 46.5621 42.8411 47.5104 43.075 48.6021C43.0829 48.6379 43.0908 48.6738 43.0987 48.7097C42.8648 48.3311 42.9164 48.6431 42.5477 48.3443C41.8222 47.7586 40.3554 46.6733 38.2824 47.0278C36.2094 47.3822 34 48.7097 34 51.8381C34 53.6149 34.5279 55.4681 39.0382 58.2004C42.5256 60.313 47.3048 62.1675 49.8064 65.4001C49.8421 65.4439 49.8778 65.4917 49.9135 65.5396C49.9611 65.5993 50.0086 65.6631 50.0602 65.7228C50.0998 65.7706 50.1394 65.8185 50.1791 65.8663C50.2306 65.926 50.2822 65.9858 50.3337 66.0496C50.3773 66.0974 50.4209 66.1492 50.4645 66.197C50.5161 66.2567 50.5716 66.3165 50.6271 66.3763C50.6746 66.4281 50.7182 66.4759 50.7658 66.5277C50.8213 66.5874 50.8768 66.6432 50.9323 66.703C50.9799 66.7548 51.0314 66.8026 51.083 66.8544C51.1424 66.9142 51.1979 66.9699 51.2574 67.0297C51.3089 67.0815 51.3605 67.1333 51.416 67.1811C51.4754 67.2369 51.5349 67.2927 51.5983 67.3524C51.6538 67.4042 51.7093 67.456 51.7648 67.5038C51.8283 67.5596 51.8877 67.6154 51.9511 67.6712C52.0106 67.723 52.0661 67.7708 52.1256 67.8226C52.189 67.8784 52.2564 67.9302 52.3198 67.9859C52.3793 68.0338 52.4388 68.0856 52.5022 68.1334C52.5696 68.1891 52.637 68.2409 52.7044 68.2927C52.7678 68.3406 52.8273 68.3924 52.8907 68.4402C52.9621 68.492 53.0334 68.5438 53.1048 68.5995C53.1682 68.6474 53.2316 68.6952 53.2951 68.739C53.3704 68.7948 53.4497 68.8466 53.529 68.9023C53.5884 68.9462 53.6519 68.986 53.7113 69.0298C53.8501 69.1215 53.9888 69.2131 54.1276 69.3008C54.195 69.3446 54.2663 69.3845 54.3377 69.4283C54.413 69.4761 54.4923 69.5239 54.5676 69.5677C54.643 69.6116 54.7183 69.6554 54.7936 69.6952C54.8689 69.7391 54.9442 69.7829 55.0196 69.8227C55.0989 69.8666 55.1781 69.9064 55.2535 69.9463C55.3288 69.9861 55.4041 70.0259 55.4794 70.0658C55.5587 70.1056 55.642 70.1455 55.7213 70.1853C55.7966 70.2212 55.8759 70.261 55.9512 70.2969C56.0344 70.3367 56.1177 70.3726 56.2009 70.4084C56.2763 70.4443 56.3556 70.4762 56.4348 70.508C56.5181 70.5439 56.6053 70.5798 56.6925 70.6116C56.7718 70.6435 56.8511 70.6714 56.9264 70.7033C56.9899 70.7272 57.0493 70.7511 57.1127 70.771C57.3229 71.6994 57.8541 72.7791 58.8848 73.1855C57.533 74.5482 56.419 74.4247 55.4239 75.1976C54.4289 75.9706 53.2634 79.0465 52.6132 80.5924C51.963 82.1384 51.6935 86.6088 50.0126 88.5253C49.0215 89.6568 44.5735 93.7926 41.0848 97H58.7857C58.869 96.9482 58.9522 96.9044 59.0275 96.8645C59.6856 96.5338 60.6291 96.4462 61.5489 96.3904C61.3665 96.5378 61.1326 96.745 60.8829 96.996H79L78.9921 96.9522C78.56 94.6014 75.2695 93.1591 71.1347 93.2587C71.0356 92.9399 70.9365 92.5814 70.8374 92.1789C71.7016 91.5096 71.6144 89.8879 71.995 88.609C72.3835 87.2941 73.3032 87.1108 73.4697 85.808C73.5609 85.0948 72.9662 83.9592 72.9662 83.9592C73.5728 83.505 74.2705 82.732 74.108 81.0945C74.0247 80.2418 73.212 79.1541 73.212 79.1541C74.3776 78.7596 74.7859 77.907 74.6273 76.3292C74.5837 75.879 74.2467 75.5004 73.9018 75.2215H73.9098C73.9098 75.2215 73.6441 74.9865 73.4578 74.8868C73.3072 74.8072 73.0931 74.7115 73.0931 74.7115H73.0891C73.0891 74.7115 73.4856 74.2175 73.2556 73.1935C73.0217 72.1695 72.2804 71.2611 71.7333 70.9902C71.1862 70.7192 70.2863 70.7033 69.1723 71.4444C68.9662 71.5798 68.768 71.7073 68.5658 71.8348C68.6808 71.6037 68.8433 71.3766 69.0693 71.1575C69.9811 70.2849 69.6362 68.4402 69.5054 67.8863C71.7769 65.6192 73.1565 62.7585 73.6838 60.7265C73.8463 60.9297 74.0406 61.097 74.2586 61.2245C74.7225 61.4915 75.2576 61.5552 75.8166 61.4078C76.0862 61.344 76.3597 61.2245 76.6372 61.0532C76.994 60.8301 77.113 60.3519 76.891 59.9933C76.669 59.6347 76.2012 59.5152 75.8364 59.7383C75.6382 59.8619 75.2695 60.0411 75.0198 59.8937C74.77 59.7463 74.5044 59.2283 74.5282 58.2004C74.556 56.9812 75.7254 55.0647 77.5411 52.5346C77.2755 51.6461 77.0971 50.7257 76.9821 49.7854C76.0783 51.0883 75.2021 52.4709 74.5005 53.7897C74.4648 52.3792 74.326 50.9648 74.1674 49.3432C74.1119 48.7814 74.0485 48.2196 73.9772 47.6578C74.5996 47.594 75.2735 47.4187 75.7135 47.0083C76.0624 46.6816 76.2368 46.2553 76.217 45.7732C76.2051 45.3469 76.0584 44.8847 75.8999 44.3508C75.658 43.5619 75.3885 42.6813 75.5708 42H73.3666L73.3746 42.0159ZM40.3554 55.2372C38.2363 53.9531 37.5119 52.5441 37.829 51.0381C38.0035 49.5599 39.8509 48.5837 41.4564 49.9224C43.2344 51.3588 43.1345 49.6573 44.7816 53.7116C45.4219 55.78 46.4481 56.9481 47.4856 59.154C45.6303 57.4607 43.0987 56.8995 40.3554 55.2372Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M67.437 95.3989L68.6716 99.6191C68.7393 99.9016 68.8667 100.164 69.0499 100.391C69.8862 101.425 72.427 103.76 78.5202 102.754C85.0714 101.668 87.0586 98.2628 87.7197 96.7672C87.875 96.4132 87.9069 96.0194 87.8073 95.6455L86.9551 90.9917L67.437 95.3989Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
5
|
+
<path d="M69.0579 95.0312L67.437 95.3972L68.6716 99.6174C68.7393 99.8999 68.8667 100.162 69.0499 100.389C69.5597 101.018 70.6986 102.127 72.885 102.676L72.3195 98.6509L69.0579 95.0312Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
6
|
+
<path d="M78.3667 98.3533C83.7557 97.1364 87.6014 93.8397 86.9563 90.9899C86.3112 88.1401 81.4196 86.8164 76.0306 88.0334C70.6416 89.2503 66.7959 92.547 67.441 95.3968C68.0861 98.2466 72.9777 99.5703 78.3667 98.3533Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
7
|
+
<path d="M68.0266 92.7289C67.4651 93.6119 67.2421 94.5268 67.4412 95.3979C67.8235 97.0963 69.7192 98.2498 72.3237 98.6515L80.9059 91.8379L68.0266 92.7289Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
8
|
+
<path d="M68.9226 68.388C68.4328 66.801 68.8231 66.256 68.8231 66.256L63.9326 65.6753C64.1716 66.61 64.753 67.6999 65.8243 68.0738C67.1504 68.5392 68.2337 70.5399 68.2337 70.5399C68.2337 70.5399 68.2775 70.6831 68.3531 70.9377L71.8816 69.995C71.8816 69.995 69.4125 69.9751 68.9226 68.388Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
9
|
+
<path d="M67.6446 96.0375C67.6446 96.0375 68.7836 95.783 70.1775 96.0296C71.5713 96.2762 73.925 95.0988 75.064 94.0249C76.2029 92.9509 76.1352 88.9375 76.1352 88.9375L69.7593 90.8348C69.7593 90.8348 67.0751 92.8435 67.3778 95.063C67.4694 95.7313 67.6406 96.0375 67.6406 96.0375H67.6446Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
10
|
+
<path d="M81.7502 90.5928C81.6227 90.0359 81.1767 89.5944 80.5156 89.2961C80.1094 89.0495 79.6673 88.9301 79.6673 88.9301C77.8035 87.713 75.5734 68.6323 75.5734 68.6323C75.5734 68.6323 74.7012 66.9697 75.9796 65.6531C77.023 64.5792 76.2384 62.2085 76.2384 62.2085C70.2687 66.7151 63.8809 65.4423 63.8809 65.4423C63.8968 65.5179 63.9127 65.5974 63.9366 65.673L68.8271 66.2537C68.8271 66.2537 68.4328 66.7987 68.9266 68.3857C69.4165 69.9728 71.8856 69.9927 71.8856 69.9927L68.3571 70.9354C69.062 73.2623 73.1321 88.7233 73.1281 90.4615C72.1883 91.1775 71.6865 92.0366 71.8657 92.8242C72.1923 94.2681 74.6693 94.9363 77.4013 94.3198C80.1333 93.7033 82.0807 92.0327 81.7541 90.5888L81.7502 90.5928Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
11
|
+
<path d="M47.9946 39.5121C47.9946 39.5121 49.5757 50.7687 55.7007 59.7502C57.9309 63.0198 63.8329 67.4508 70.0535 66.0627C76.2741 64.6745 79.4999 58.4495 80.2247 54.9373C81.1646 50.3829 80.7743 47.6582 80.2247 43.6965C79.4362 38.0006 77.6759 31.9546 77.6759 31.9546L47.9946 39.5121Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
12
|
+
<path d="M56.6851 60.1536C52.2771 57.7382 51.0931 57.4243 45.9794 55.4389C41.6323 53.4772 39.6298 50.8395 39.7611 48.3881C39.784 46.6513 41.4224 44.9021 43.5055 44.1384C46.3005 43.1166 49.0501 43.848 50.0734 44.4159C51.0966 44.9838 55.0605 49.4498 54.7152 49.7151C54.4026 49.9516 53.3249 51.0971 52.0665 50.8526C51.5902 50.7577 51.4773 50.3694 51.2409 49.9454C51.0288 49.5764 50.4274 48.9291 50.2914 48.3881C50.0573 47.4579 48.6864 46.7342 47.1566 46.4819C44.7232 46.0805 43.209 47.4821 43.2672 48.9772C43.3242 50.2306 44.4429 52.0656 47.1566 53.1203C51.0392 54.6262 55.8601 54.7896 57.3094 57.0374C58.1197 58.2896 57.7978 60.8077 56.6838 60.1498L56.6851 60.1536Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
13
|
+
<path d="M74.7055 34.1626C74.7055 34.1626 77.8476 44.2578 77.7042 50.8885C77.6405 53.812 77.1746 55.6457 75.721 57.5788C75.4581 57.9289 74.9524 58.3942 74.6059 58.7005C74.5382 58.7602 74.4386 58.6846 74.4745 58.6051C74.8568 57.7698 75.5219 55.5224 74.8886 50.622C74.1877 45.2323 70.9858 35.8054 70.9858 35.8054L74.7094 34.1666L74.7055 34.1626Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
14
|
+
<path d="M59.6473 42.0253C66.7799 39.4399 71.1526 37.0215 71.1526 37.0215L53.4028 38.1312L47.9946 39.5075C47.9946 39.5075 49.5757 50.7642 55.7007 59.7456C57.7835 62.8044 63.0842 66.8735 68.8508 66.257C60.3004 62.1043 57.0547 53.4292 55.8281 47.7412C55.2228 44.9369 55.7724 43.4294 59.6473 42.0253Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
15
|
+
<path d="M77.995 29.6437C77.6684 28.347 70.3566 29.0709 61.6669 31.2626C52.9771 33.4542 46.195 36.2784 46.5216 37.5751L46.7565 38.5376L49.2934 39.3809L61.4439 32.3962C61.6032 32.3564 61.7585 32.3127 61.9178 32.2729C64.2236 31.6922 66.7445 31.2069 69.0902 30.8211L76.1989 32.253L78.0228 30.7773L78.1463 30.2403L77.991 29.6397L77.995 29.6437Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
16
|
+
<path d="M78.5604 31.8506C78.4648 31.4807 77.9949 29.6431 77.9949 29.6431C78.3214 30.9398 75.0399 34.0304 63.1124 36.9698C51.1849 39.9093 46.848 38.8751 46.5215 37.5784C46.5215 37.5784 46.9635 39.3882 47.0671 39.79C47.5609 41.747 55.0121 41.556 63.7098 39.3644C72.4075 37.1727 79.0542 33.8076 78.5604 31.8506Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
17
|
+
<path d="M44.5 97C44.5 97 55.9123 85.7074 57.5252 83.7266C59.1381 81.7457 59.2337 77.2749 59.8231 75.7077C60.4125 74.1405 61.4639 71.0261 62.4316 70.2146C63.3993 69.4032 64.5184 69.4867 65.8247 68.0707C65.8247 68.0707 66.3583 68.1821 67.103 68.9338C67.7323 69.5663 68.1584 70.3658 68.1584 70.3658C68.1584 70.3658 71.6351 69.1407 76.0954 65.9347C77.1866 65.1511 78.0867 65.1312 78.6482 65.3818C79.2097 65.6324 79.9903 66.5075 80.2611 67.5178C80.5319 68.5281 80.1535 69.0373 80.1535 69.0373C80.1535 69.0373 81.6271 69.622 81.7625 70.5885C81.9815 72.1557 81.6071 73.0268 80.4522 73.4643C80.4522 73.4643 81.3085 74.5144 81.4279 75.3617C81.6549 76.9885 80.9859 77.788 80.3925 78.2653C80.3925 78.2653 81.0377 79.3711 80.9739 80.0871C80.8584 81.3917 79.9425 81.6105 79.604 82.939C79.2655 84.2676 79.4367 85.9302 78.5168 86.6024C75.6773 88.6748 74.7016 89.6652 71.8143 90.6914C70.6833 91.0931 68.238 90.8982 66.9597 91.6023C65.6813 92.3063 61 97 61 97H44.5Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
18
|
+
<path d="M76.9634 30.9786C76.6687 29.8052 71.1251 30.1672 64.1598 31.7383L64.1518 31.7542C64.1518 31.7542 54.5103 34.9244 55.7408 38.4844C57.9312 38.1502 60.4521 37.6371 63.1084 36.9689C71.0853 34.9562 77.286 32.2753 76.9594 30.9826L76.9634 30.9786Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
19
|
+
<path d="M64.152 31.7566L64.16 31.7407C63.4312 31.9038 62.6825 32.0828 61.9258 32.2737C53.949 34.2864 47.7483 36.9673 48.0748 38.26C48.2939 39.1232 51.3604 39.155 55.7451 38.4828C54.5145 34.9228 64.156 31.7527 64.156 31.7527L64.152 31.7566Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
20
|
+
<path d="M66.8238 68.6841C66.8238 68.6841 66.6127 69.233 65.9437 69.7421C65.7087 69.9211 65.2906 70.2791 65.2149 70.5615L65.0078 73.2941C65.0078 73.2941 65.6609 70.8956 68.1579 70.3666C68.1579 70.3666 67.7039 69.408 66.8238 68.6841Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
21
|
+
<path d="M80.1614 69.0373C80.1614 69.0373 79.345 69.9561 76.1869 71.7142C73.0288 73.4723 73.1762 73.7269 73.5744 73.8343C73.9727 73.9417 74.7691 74.5184 76.7365 72.8717C77.7679 72.0125 78.672 70.9187 79.2614 70.3658C80.0738 69.6021 80.9977 69.5066 80.9977 69.5066C80.9977 69.5066 80.7229 69.2839 80.5318 69.1884C80.3804 69.1128 80.1574 69.0293 80.1574 69.0293L80.1614 69.0373Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
22
|
+
<path d="M80.4558 73.4736C80.4558 73.4736 77.0628 76.1267 76.4694 76.5921C75.876 77.0575 75.9119 78.3025 76.6207 77.8729C77.3296 77.4433 78.3412 75.8483 79.2014 74.9931C80.0616 74.1379 80.7983 73.947 80.7983 73.947L80.4558 73.4736Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
23
|
+
<path d="M80.3881 78.2368C80.3881 78.2368 78.1738 80.6313 77.7915 81.2638C77.4889 81.765 77.007 82.2622 76.4534 82.8628C75.9875 83.3679 76.8477 84.5811 77.5127 83.3162C77.9349 82.5167 79.0181 80.4006 79.3964 80.0188C79.7748 79.6369 80.4638 78.7977 80.3841 78.2368H80.3881Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
24
|
+
<path d="M65.4819 93.1167C65.4819 93.1167 65.5108 93.0795 65.5232 93.063C65.5108 93.0795 65.4943 93.1002 65.4819 93.1167Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
25
|
+
<path d="M66.9078 91.6908C68.1902 90.9868 70.6314 91.1817 71.7624 90.7799C74.2674 89.889 75.3347 89.0258 77.4255 87.4586C76.6051 87.6297 76.0077 87.1404 75.7648 86.687C75.4024 86.0028 73.4151 84.4277 73.5585 83.0872C73.8014 80.7643 73.7855 79.7023 73.216 80.0563C71.4996 81.1223 70.5756 80.8001 70.5199 79.6665C70.3646 76.4685 69.3092 76.8424 67.8795 75.9951C66.0078 74.8854 65.956 72.0175 66.0516 71.5561C66.0914 71.3612 65.5657 72.0414 65.3905 72.292C64.0086 74.2688 62.2244 83.5367 62.6227 86.679C62.8815 88.7235 62.5112 91.4044 62.0173 92.4983C61.1691 94.3797 58.6151 96.2482 57.5 97H61C63.5129 94.6015 65.8644 92.2596 66.9038 91.6868L66.9078 91.6908Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
26
|
+
<path d="M80.696 53.2834C82.9197 48.9188 83.6912 48.0299 86.6956 43.6581C89.1072 39.7097 89.3163 36.4225 87.9377 34.4156C87.0164 32.9569 84.8133 32.3377 82.7716 32.787C80.0338 33.3923 78.2435 35.4583 77.7311 36.4776C77.2186 37.4969 77.3204 42.2711 77.7311 42.3141C78.3081 40.6812 78.6388 43.8462 79.505 42.977C79.8317 42.6461 79.719 42.2578 79.6851 41.7744C79.6606 41.3503 79.7691 40.8433 79.6247 39.9561C79.6247 38.4689 80.0316 37.7111 81.1081 36.6925C82.8204 35.0723 84.7447 35.4625 85.4762 36.7592C86.0831 37.8506 86.1542 39.9932 84.5604 42.3141C82.2785 45.6321 78.5577 48.3069 78.5826 50.973C78.5942 52.4597 80.1578 54.4227 80.6951 53.2795L80.696 53.2834Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
27
|
+
</svg>
|
|
28
|
+
`;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-AddColumn">
|
|
2
|
+
<mask id="mask0_1663_6028" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
3
|
+
<path d="M64 128C99.3462 128 128 99.3462 128 64C128 28.6538 99.3462 0 64 0C28.6538 0 0 28.6538 0 64C0 99.3462 28.6538 128 64 128Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0_1663_6028)">
|
|
6
|
+
<path d="M64 128C99.3462 128 128 99.3462 128 64C128 28.6538 99.3462 0 64 0C28.6538 0 0 28.6538 0 64C0 99.3462 28.6538 128 64 128Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
7
|
+
<path d="M96.3752 34.2593H22.2405C17.7484 34.2593 14.1068 37.9009 14.1068 42.393V134.082C14.1068 138.574 17.7484 142.216 22.2405 142.216H96.3752C100.867 142.216 104.509 138.574 104.509 134.082V42.393C104.509 37.9009 100.867 34.2593 96.3752 34.2593Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path d="M112.608 35.053C112.608 34.1545 110 33.4354 106.515 33.272C106.316 29.7918 105.549 27.2041 104.65 27.2061C103.752 27.208 103.004 29.8157 102.813 33.3139C99.3185 33.5529 96.7205 34.3338 96.7325 35.2343C96.7444 36.1347 99.3405 36.8538 102.825 37.0152C103.034 40.4954 103.791 43.0832 104.688 43.0812C105.584 43.0792 106.336 40.4715 106.527 36.9734C110.021 36.7343 112.617 35.9534 112.608 35.053Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
9
|
+
<path d="M123.191 46.0213C123.191 45.4423 121.51 44.9788 119.265 44.8735C119.136 42.6307 118.642 40.9631 118.063 40.9644C117.484 40.9656 117.002 42.6461 116.879 44.9005C114.627 45.0546 112.953 45.5578 112.96 46.1381C112.968 46.7184 114.641 47.1818 116.887 47.2858C117.022 49.5286 117.509 51.1963 118.087 51.195C118.665 51.1937 119.149 49.5132 119.272 47.2588C121.524 47.1048 123.197 46.6015 123.191 46.0213Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.4409 42.9968C22.4409 42.627 22.5284 42.3279 22.6328 42.3279H84.1944C84.3017 42.3279 84.3863 42.627 84.3863 42.9968V133.475C84.3863 133.845 84.3017 134.141 84.1944 134.141H22.6328C22.5284 134.141 22.4409 133.859 22.4409 133.475V42.9968Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path d="M84.3863 50.9949H22.4409V58.4936H84.3863V50.9949Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
12
|
+
<path d="M48.0188 44.9949H27.6902C26.7238 44.9949 25.9404 45.7783 25.9404 46.7447C25.9404 47.711 26.7238 48.4945 27.6902 48.4945H48.0188C48.9852 48.4945 49.7686 47.711 49.7686 46.7447C49.7686 45.7783 48.9852 44.9949 48.0188 44.9949Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
13
|
+
<path d="M43.7714 53.8284H26.9395C26.3877 53.8284 25.9404 54.2757 25.9404 54.8274C25.9404 55.3792 26.3877 55.8265 26.9395 55.8265H43.7714C44.3231 55.8265 44.7704 55.3792 44.7704 54.8274C44.7704 54.2757 44.3231 53.8284 43.7714 53.8284Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
14
|
+
<path d="M40.6048 61.158H26.9395C26.3877 61.158 25.9404 61.6053 25.9404 62.157C25.9404 62.7088 26.3877 63.1561 26.9395 63.1561H40.6048C41.1566 63.1561 41.6039 62.7088 41.6039 62.157C41.6039 61.6053 41.1566 61.158 40.6048 61.158Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
15
|
+
<path d="M42.7695 68.8228H26.9395C26.3877 68.8228 25.9404 69.2701 25.9404 69.8218C25.9404 70.3736 26.3877 70.8209 26.9395 70.8209H42.7695C43.3212 70.8209 43.7685 70.3736 43.7685 69.8218C43.7685 69.2701 43.3212 68.8228 42.7695 68.8228Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
16
|
+
<path d="M34.1052 76.1558H26.9395C26.3877 76.1558 25.9404 76.6031 25.9404 77.1548C25.9404 77.7066 26.3877 78.1539 26.9395 78.1539H34.1052C34.657 78.1539 35.1042 77.7066 35.1042 77.1548C35.1042 76.6031 34.657 76.1558 34.1052 76.1558Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
17
|
+
<path d="M34.1052 83.6538H26.9395C26.3877 83.6538 25.9404 84.1011 25.9404 84.6529C25.9404 85.2047 26.3877 85.652 26.9395 85.652H34.1052C34.657 85.652 35.1042 85.2047 35.1042 84.6529C35.1042 84.1011 34.657 83.6538 34.1052 83.6538Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
18
|
+
<path d="M34.1052 98.6516H26.9395C26.3877 98.6516 25.9404 99.0989 25.9404 99.6507C25.9404 100.202 26.3877 100.65 26.9395 100.65H34.1052C34.657 100.65 35.1042 100.202 35.1042 99.6507C35.1042 99.0989 34.657 98.6516 34.1052 98.6516Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
19
|
+
<path d="M34.1052 91.1526H26.9395C26.3877 91.1526 25.9404 91.5999 25.9404 92.1517C25.9404 92.7034 26.3877 93.1507 26.9395 93.1507H34.1052C34.657 93.1507 35.1042 92.7034 35.1042 92.1517C35.1042 91.5999 34.657 91.1526 34.1052 91.1526Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
20
|
+
<path d="M34.1052 106.15H26.9395C26.3877 106.15 25.9404 106.598 25.9404 107.149C25.9404 107.701 26.3877 108.149 26.9395 108.149H34.1052C34.657 108.149 35.1042 107.701 35.1042 107.149C35.1042 106.598 34.657 106.15 34.1052 106.15Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
21
|
+
<path d="M78.7786 53.6365H61.9467C61.3949 53.6365 60.9476 54.0838 60.9476 54.6355C60.9476 55.1873 61.3949 55.6346 61.9467 55.6346H78.7786C79.3303 55.6346 79.7776 55.1873 79.7776 54.6355C79.7776 54.0838 79.3303 53.6365 78.7786 53.6365Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
22
|
+
<path d="M75.612 60.969H61.9467C61.3949 60.969 60.9476 61.4163 60.9476 61.9681C60.9476 62.5198 61.3949 62.9671 61.9467 62.9671H75.612C76.1638 62.9671 76.6111 62.5198 76.6111 61.9681C76.6111 61.4163 76.1638 60.969 75.612 60.969Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
23
|
+
<path d="M77.7767 68.6338H61.9467C61.3949 68.6338 60.9476 69.0811 60.9476 69.6329C60.9476 70.1846 61.3949 70.6319 61.9467 70.6319H77.7767C78.3284 70.6319 78.7757 70.1846 78.7757 69.6329C78.7757 69.0811 78.3284 68.6338 77.7767 68.6338Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
24
|
+
<path d="M69.1124 75.9663H61.9467C61.3949 75.9663 60.9476 76.4136 60.9476 76.9654C60.9476 77.5172 61.3949 77.9645 61.9467 77.9645H69.1124C69.6642 77.9645 70.1115 77.5172 70.1115 76.9654C70.1115 76.4136 69.6642 75.9663 69.1124 75.9663Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
25
|
+
<path d="M69.1124 83.4648H61.9467C61.3949 83.4648 60.9476 83.9121 60.9476 84.4639C60.9476 85.0157 61.3949 85.463 61.9467 85.463H69.1124C69.6642 85.463 70.1115 85.0157 70.1115 84.4639C70.1115 83.9121 69.6642 83.4648 69.1124 83.4648Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
26
|
+
<path d="M69.1124 98.4622H61.9467C61.3949 98.4622 60.9476 98.9095 60.9476 99.4612C60.9476 100.013 61.3949 100.46 61.9467 100.46H69.1124C69.6642 100.46 70.1115 100.013 70.1115 99.4612C70.1115 98.9095 69.6642 98.4622 69.1124 98.4622Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
27
|
+
<path d="M69.1124 90.9636H61.9467C61.3949 90.9636 60.9476 91.4109 60.9476 91.9627C60.9476 92.5145 61.3949 92.9618 61.9467 92.9618H69.1124C69.6642 92.9618 70.1115 92.5145 70.1115 91.9627C70.1115 91.4109 69.6642 90.9636 69.1124 90.9636Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
28
|
+
<path d="M69.1124 105.958H61.9467C61.3949 105.958 60.9476 106.405 60.9476 106.957C60.9476 107.509 61.3949 107.956 61.9467 107.956H69.1124C69.6642 107.956 70.1115 107.509 70.1115 106.957C70.1115 106.405 69.6642 105.958 69.1124 105.958Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
29
|
+
<path d="M87.0021 51.719H112.845C112.863 51.719 112.879 51.7258 112.891 51.738C112.903 51.7502 112.91 51.7667 112.91 51.7839V117.012C112.91 117.029 112.903 117.045 112.891 117.057C112.879 117.07 112.863 117.076 112.845 117.076H87.067C87.0498 117.076 87.0333 117.07 87.0211 117.057C87.0089 117.045 87.0021 117.029 87.0021 117.012V51.719Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
30
|
+
<path d="M114.753 49.8423H88.845V115.203H114.753V49.8423Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
31
|
+
<path d="M101.839 90.3102C106.072 90.3102 109.504 86.8783 109.504 82.6449C109.504 78.4116 106.072 74.9797 101.839 74.9797C97.6052 74.9797 94.1733 78.4116 94.1733 82.6449C94.1733 86.8783 97.6052 90.3102 101.839 90.3102Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
32
|
+
<path d="M101.841 78.4709H101.839C101.267 78.4709 100.803 78.9347 100.803 79.5067V85.7834C100.803 86.3554 101.267 86.8192 101.839 86.8192H101.841C102.413 86.8192 102.877 86.3554 102.877 85.7834V79.5067C102.877 78.9347 102.413 78.4709 101.841 78.4709Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
33
|
+
<path d="M97.8423 82.5266V82.7609C97.8423 83.269 98.2542 83.6809 98.7623 83.6809H104.923C105.431 83.6809 105.843 83.269 105.843 82.7609V82.5266C105.843 82.0185 105.431 81.6066 104.923 81.6066H98.7623C98.2542 81.6066 97.8423 82.0185 97.8423 82.5266Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
34
|
+
<path d="M88.845 49.8423H114.697C114.712 49.8423 114.726 49.8482 114.737 49.8588C114.747 49.8694 114.753 49.8838 114.753 49.8987V57.674H88.845V49.8423Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
35
|
+
<path d="M108.502 52.6643H91.6701C91.1183 52.6643 90.671 53.1116 90.671 53.6634C90.671 54.2152 91.1183 54.6625 91.6701 54.6625H108.502C109.054 54.6625 109.501 54.2152 109.501 53.6634C109.501 53.1116 109.054 52.6643 108.502 52.6643Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
36
|
+
</g>
|
|
37
|
+
</svg>
|
|
38
|
+
`;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export default `<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-AddDimensions">
|
|
2
|
+
<rect y="40.7041" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M78.2809 86.4398L61.4451 81.3382C61.4046 81.3221 61.364 81.3141 61.3235 81.3261L23.9631 85.8336C22.7722 86.0107 22.66 86.4413 23.0216 86.6667L39.8916 91.9534C40.6242 92.2754 41.4035 92.3518 42.1642 92.1748L77.221 87.1602C78.3214 86.971 78.5427 86.5484 78.2809 86.4398Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M69.4951 43.6202L81.7752 78.8925C82.0371 80.2393 80.6124 81.2681 79.7737 81.3398L41.3589 86.7893C40.7042 86.8454 40.1057 86.4121 39.956 85.7699L30.8402 47.5733C30.516 46.002 31.8222 44.119 32.6484 44.0816L68.167 42.6787C68.7718 42.6506 69.3205 43.0372 69.4951 43.6202Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
5
|
+
<path d="M70.5051 42.5432L81.719 78.5887C81.9622 79.3961 81.4041 80.2223 80.5624 80.294L42.3689 85.7124C41.7142 85.7685 41.1157 85.3351 40.966 84.6929L31.6632 45.7076C31.473 44.9001 32.0653 44.1207 32.8946 44.0802L69.177 41.5986C69.7818 41.5705 70.3305 41.9571 70.5051 42.5401V42.5432Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
6
|
+
<path d="M55.0186 48.359C55.0534 48.4843 54.9629 48.6097 54.8341 48.6166L41.7573 49.3097C41.6912 49.3132 41.6668 49.3967 41.7225 49.435L73.3989 72.454C73.4546 72.4923 73.5242 72.44 73.5068 72.3774L70.2024 61.5913C70.1641 61.4694 70.2477 61.3406 70.3765 61.3267L73.2762 61.1839C73.3737 61.1735 73.4642 61.2327 73.4956 61.3267L78.3709 77.4113C78.4092 77.5332 78.3292 77.6585 78.2003 77.6759L59.1461 79.7496C59.0451 79.7635 58.9511 79.7009 58.9233 79.6034L58.0336 76.5701C57.9988 76.4482 58.0789 76.3264 58.2042 76.309L70.7989 75.2254C70.8616 75.2185 70.8825 75.1349 70.8303 75.1001L40.042 52.7415C39.9897 52.7032 39.9201 52.7519 39.934 52.8146L42.9384 65.0417C42.9697 65.1636 42.8827 65.2854 42.7573 65.2959L39.8106 65.5918C39.7096 65.5987 39.6191 65.5326 39.5947 65.4351L34.9589 46.7732C34.9275 46.6479 35.0181 46.526 35.1469 46.519L53.9928 45.166C54.0903 45.1591 54.1773 45.2252 54.2017 45.3192L55.0186 48.359Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
7
|
+
<path d="M45.6025 37.906L53.7706 68.1284C53.9456 68.7659 54.5643 69.1783 55.2236 69.094L89.7894 64.6162C91.8361 64.0975 92.4205 62.4477 92.1424 61.6508L81.2933 34.1C81.0964 33.5376 80.5496 33.1751 79.9559 33.2126L47.2149 33.6282C46.3743 33.6813 44.687 34.8906 45.6025 37.9091V37.906Z" fill="var(--sapContent_Illustrative_Color22"/>
|
|
8
|
+
<path d="M46.034 35.296L54.6052 66.9777C54.7802 67.6152 55.3989 68.0276 56.0582 67.9433L91.0615 63.4093C91.8989 63.2999 92.4239 62.45 92.1458 61.6532L82.1247 32.9462C81.9279 32.3838 81.3811 32.0213 80.7874 32.0588L47.2308 33.6149C46.3903 33.668 45.8091 34.4805 46.034 35.2929V35.296Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path d="M67.6764 42.1374L63.3292 42.4981C63.0909 42.5191 62.9485 42.701 63.0139 42.9075L68.8425 61.0933C68.9115 61.3101 69.1662 61.4617 69.4078 61.4338L73.8115 60.9236C74.0497 60.8957 74.1884 60.7 74.116 60.4867L68.2244 42.4747C68.159 42.2717 67.9112 42.12 67.6764 42.1409L67.6764 42.1374Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
10
|
+
<path d="M61.5451 48.7833L57.057 49.2015C56.8084 49.2261 56.6627 49.415 56.7282 49.6283L60.5804 62.0466C60.6495 62.2668 60.9077 62.4219 61.1561 62.3904L65.6841 61.8645C65.9291 61.8365 66.0747 61.6372 66.0057 61.4204L62.1069 49.1239C62.0415 48.914 61.7902 48.7623 61.5451 48.7833Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
<path d="M74.3085 37.9175L70.0952 38.2174C69.8638 38.2348 69.7282 38.4097 69.7935 38.6093L76.8805 60.1662C76.9495 60.3795 77.2007 60.5277 77.4354 60.5034L81.7183 60.0054C81.9495 59.9776 82.0814 59.7854 82.009 59.5756L74.8426 38.2482C74.7773 38.0486 74.5365 37.9037 74.3085 37.9175Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
12
|
+
<path d="M83.0455 35.5803L82.1014 32.8895C81.9047 32.3274 81.3582 31.9652 80.7649 32.0027L47.2321 33.5546C46.389 33.6076 45.8113 34.4195 46.033 35.2345L46.7117 37.585L83.0424 35.5803H83.0455Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<path d="M101.336 64.2247C101.336 64.2247 98.4508 68.1448 92.8473 68.8728C87.2438 69.6008 79.5573 65.453 77.5491 59.0719C75.3667 52.1369 79.3594 47.3845 86.1819 45.9057C92.4281 45.4077 101.336 64.2247 101.336 64.2247Z" fill=" var(--sapContent_Illustrative_Color16)"/>
|
|
14
|
+
<path d="M102.093 55.4721C104.413 61.5447 101.162 67.2511 94.6167 68.0447C87.911 68.8576 80.6752 64.1923 78.6671 57.8079C76.7264 51.6421 80.4921 46.3759 86.8796 45.865C93.1258 45.367 99.8507 49.5922 102.097 55.4688L102.093 55.4721Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
15
|
+
<path d="M96.9569 55.0441C96.8991 54.89 96.7446 54.7942 96.5808 54.811L91.8302 55.2981C91.665 55.3151 91.5094 55.2174 91.4527 55.0613L89.924 50.8467C89.8679 50.692 89.7146 50.5945 89.5507 50.6094L87.0438 50.8367C86.8083 50.8581 86.656 51.0958 86.7352 51.3187L88.1226 55.2264C88.2011 55.4476 88.0517 55.684 87.8181 55.708L83.2044 56.1813C82.9726 56.2051 82.8232 56.4384 82.8986 56.6589L83.6759 58.9309C83.7308 59.0913 83.8896 59.1922 84.0582 59.1737L89.0359 58.6276C89.2029 58.6093 89.3605 58.7082 89.4168 58.8665L90.9805 63.2679C91.0373 63.4276 91.1972 63.5267 91.3655 63.5062L93.9312 63.1948C94.1625 63.1667 94.3076 62.9306 94.2281 62.7116L92.7616 58.6707C92.6815 58.4499 92.8293 58.2125 93.0627 58.187L97.4727 57.7042C97.7078 57.6785 97.8555 57.4381 97.7725 57.2168L96.9569 55.0441Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
</svg>
|
|
17
|
+
`;
|