@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,38 @@
|
|
|
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-NewMail">
|
|
2
|
+
<rect y="67" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<g clip-path="url(#clip0_6865_476400)">
|
|
4
|
+
<path d="M189.99 117.96C189.75 117.62 189.28 117.55 188.94 117.8L177.999 124.592C177.789 124.752 177.416 124.56 177.346 124.8C176.442 123.924 176.87 124.622 176.664 124.39C176.664 124.35 176.32 124.84 176.33 124.8C176.35 124.66 176.36 124.51 176.37 124.36C176.37 124.21 176.38 124.05 176.39 123.88C176.39 123.84 176.39 123.79 176.39 123.75C176.39 123.62 176.39 123.49 176.39 123.36V123.22C176.39 123.08 176.39 122.93 176.39 122.78C176.39 122.74 176.39 122.71 176.39 122.67C176.39 122.48 176.38 122.29 176.36 122.09C176.1 117.43 174.29 110.52 167.56 107.79C165.31 106.88 162.98 106.28 160.62 105.78C160.26 105.7 159.89 105.65 159.52 105.62C159.25 105.34 158.97 105.07 158.7 104.8C158.41 104.51 158.11 104.23 157.81 103.95C155.68 101.93 153.44 100.02 151.25 98.12C147.19 94.61 143.07 90.4 137.7 89.02C134.79 88.27 131.91 87.23 129.44 85.52C128.51 84.88 127.48 84.32 126.36 84.15C123.92 83.79 121.55 82.97 119.41 81.75C117.77 80.81 116.3 79.43 114.61 78.54C114.49 78.48 114.37 78.42 114.25 78.36C114.23 78.36 114.22 78.35 114.2 78.34C114.09 78.29 113.99 78.24 113.88 78.2C113.83 78.18 113.78 78.16 113.74 78.14C113.66 78.11 113.58 78.08 113.49 78.05C113.35 78 113.21 77.96 113.08 77.92C112.88 77.87 112.65 77.83 112.49 77.96C112.2 78.18 112.39 78.64 112.6 78.94C113.38 80.06 114.16 81.18 114.94 82.3C115.06 82.47 115.19 82.65 115.31 82.83C115.43 83.01 115.56 83.19 115.69 83.37C115.82 83.55 115.95 83.74 116.08 83.93C116.21 84.12 116.35 84.3 116.48 84.49C116.61 84.68 116.75 84.87 116.88 85.06C116.95 85.16 117.01 85.25 117.08 85.35C117.21 85.54 117.35 85.73 117.48 85.92C117.55 86.01 117.61 86.11 117.68 86.2C117.88 86.48 118.08 86.76 118.27 87.03C118.4 87.21 118.53 87.39 118.66 87.57C118.79 87.75 118.91 87.92 119.04 88.09C119.35 88.52 119.64 88.92 119.92 89.3C120.08 89.52 120.24 89.74 120.39 89.94C120.94 90.67 121.36 91.22 121.6 91.48C122.287 92.2274 118.801 92.2023 118.09 92.17C117.19 92.13 116.33 91.6 115.6 91.11C114.88 90.62 114.21 90.08 113.48 89.61C112.92 89.25 112.33 88.94 111.69 88.76C111.17 88.61 110.64 88.56 110.11 88.47C106.05 87.81 102.99 85.38 99.5999 83.29C99.2999 83.1 99.0099 82.94 98.7399 82.79C98.7399 82.79 98.7399 82.79 98.7299 82.79C98.6499 82.75 98.5699 82.71 98.4899 82.67C98.4699 82.67 98.4599 82.65 98.4399 82.64C98.3799 82.61 98.3099 82.58 98.2499 82.55C98.2299 82.54 98.2099 82.53 98.1899 82.52C98.1299 82.49 98.0799 82.47 98.0299 82.45C98.0099 82.45 97.9899 82.43 97.9699 82.43C97.9199 82.41 97.8699 82.39 97.8199 82.38C97.7999 82.38 97.7799 82.37 97.7599 82.36C97.7099 82.34 97.6599 82.33 97.6199 82.32C97.6099 82.32 97.5899 82.32 97.5799 82.32C97.4699 82.3 97.3699 82.29 97.2799 82.31C97.2699 82.31 97.2599 82.31 97.2499 82.31C97.2199 82.31 97.1899 82.33 97.1699 82.34C97.1599 82.34 97.1499 82.35 97.1299 82.36C97.1099 82.37 97.0899 82.39 97.0699 82.4C97.0599 82.41 97.0499 82.42 97.0399 82.43C97.0299 82.45 97.0099 82.47 96.9999 82.49C96.9399 82.61 96.9299 82.76 96.9599 82.89C96.9599 82.93 96.9799 82.97 96.9899 83C97.0299 83.11 97.0999 83.21 97.1699 83.3C97.2399 83.4 97.3099 83.49 97.3799 83.59C97.4299 83.67 97.4799 83.74 97.5399 83.81C97.5999 83.9 97.6599 83.98 97.7199 84.07C97.7899 84.17 97.8499 84.26 97.9199 84.36C97.9899 84.47 98.0699 84.57 98.1399 84.68C98.2199 84.8 98.2999 84.91 98.3799 85.03C98.4699 85.15 98.5499 85.28 98.6399 85.4C98.7299 85.53 98.8199 85.66 98.9099 85.79C99.0099 85.93 99.0999 86.06 99.1999 86.2C99.2999 86.34 99.3999 86.49 99.4999 86.63C99.5999 86.78 99.7099 86.93 99.8099 87.07C99.9199 87.22 100.02 87.37 100.13 87.52C100.24 87.67 100.35 87.83 100.46 87.99C100.57 88.15 100.68 88.31 100.79 88.46C100.9 88.62 101.01 88.78 101.13 88.94C101.24 89.1 101.36 89.26 101.47 89.42C101.58 89.58 101.7 89.74 101.81 89.9C101.92 90.06 102.04 90.22 102.15 90.38C102.26 90.54 102.37 90.7 102.49 90.85C102.6 91.01 102.71 91.16 102.82 91.32C102.93 91.47 103.04 91.63 103.15 91.78C103.26 91.93 103.36 92.08 103.47 92.23C103.57 92.37 103.68 92.52 103.78 92.66C103.88 92.8 103.98 92.94 104.09 93.08C104.19 93.21 104.28 93.35 104.38 93.48C104.47 93.61 104.57 93.74 104.66 93.86C104.75 93.98 104.84 94.1 104.93 94.22C105.01 94.33 105.1 94.44 105.18 94.55C105.26 94.65 105.33 94.75 105.41 94.86C105.48 94.95 105.55 95.04 105.62 95.14C105.67 95.2 105.71 95.26 105.75 95.31C105.95 95.56 106.11 95.75 106.22 95.88C106.24 95.9 106.25 95.92 106.27 95.94C106.24 95.94 106.22 95.94 106.19 95.93C105.94 95.89 105.7 95.86 105.45 95.81C105.44 95.81 105.42 95.81 105.41 95.81C104.9 95.72 104.39 95.61 103.88 95.48C103.86 95.48 103.85 95.48 103.83 95.47C103.58 95.4 103.34 95.33 103.09 95.25C103.08 95.25 103.06 95.25 103.05 95.24C102.55 95.08 102.05 94.89 101.57 94.66C101.26 94.52 100.96 94.36 100.66 94.19C99.3799 93.45 98.2799 92.46 97.2399 91.41C96.2299 90.4 95.1899 89.49 94.1199 88.53C92.2499 86.85 90.3699 85.18 88.4899 83.51C86.4899 81.73 84.4899 79.96 82.4799 78.2C81.4399 77.29 80.3899 76.4 79.3599 75.48C78.3499 74.58 77.3099 73.71 76.1799 72.98C76.0399 72.89 75.9099 72.81 75.7699 72.72C75.4199 72.51 75.0499 72.31 74.6999 72.09C74.5899 72.02 74.4899 71.94 74.3799 71.86C74.3599 71.79 74.3399 71.73 74.3199 71.66C74.1499 71.52 73.9699 71.39 73.7799 71.3C73.7299 71.27 73.6799 71.26 73.6399 71.25H73.6299C73.5499 71.24 73.4899 71.28 73.4699 71.37C73.4199 71.4 73.3899 71.46 73.3899 71.57C73.3899 71.68 73.4399 71.88 73.5199 72.12C73.9599 73.36 74.5999 74.51 75.2099 75.67C75.3899 76.01 75.8499 76.85 76.1499 77.4C76.1699 77.43 76.1699 77.47 76.1699 77.5C76.1199 77.53 76.0599 77.54 76.0099 77.5C75.1699 76.96 73.5799 75.99 73.3399 76.3C73.3199 76.32 73.3199 76.34 73.3099 76.37C73.2899 76.37 73.2799 76.39 73.2699 76.4C73.2099 76.48 73.2399 76.64 73.3799 76.91C73.7899 77.67 74.3899 78.61 74.9199 79.42C74.9499 79.47 75.1799 79.8 75.4299 80.17C75.5099 80.28 75.5099 80.4 75.4599 80.5C75.3599 80.61 75.1999 80.66 75.0399 80.57C72.9799 79.47 69.0399 77.39 69.0499 78.02C68.9899 78.04 68.9699 78.09 68.9899 78.16C69.1599 78.88 74.6999 85.51 81.8099 92.26C81.9799 92.42 82.1599 92.59 82.3299 92.75C82.3499 92.77 82.3599 92.78 82.3799 92.8C82.5499 92.96 82.7199 93.12 82.8899 93.28C82.9099 93.3 82.9199 93.31 82.9399 93.33C83.1099 93.49 83.2899 93.65 83.4699 93.82C83.4699 93.82 83.4899 93.84 83.4999 93.84C84.4199 94.69 85.3699 95.53 86.3199 96.36C86.3299 96.37 86.3499 96.38 86.3599 96.39C86.5199 96.53 86.6899 96.68 86.8599 96.82C86.8999 96.85 86.9399 96.89 86.9799 96.92C87.1399 97.05 87.2899 97.19 87.4499 97.32C87.4999 97.36 87.5499 97.4 87.5899 97.44C87.7399 97.57 87.8999 97.7 88.0499 97.82C88.0999 97.86 88.1499 97.91 88.1999 97.95C88.3499 98.08 88.5099 98.2 88.6599 98.33C88.7099 98.37 88.7499 98.41 88.7999 98.44C88.9599 98.57 89.1199 98.7 89.2799 98.83C89.3099 98.85 89.3299 98.87 89.3599 98.89C90.0999 99.48 90.8299 100.04 91.5699 100.6C91.6199 100.63 91.6599 100.67 91.7099 100.7C91.8599 100.81 92.0099 100.92 92.1499 101.03C92.2099 101.07 92.2699 101.12 92.3299 101.16C92.4699 101.26 92.6099 101.36 92.7599 101.47C92.8299 101.52 92.8899 101.57 92.9599 101.61C93.0999 101.71 93.2399 101.8 93.3799 101.9C93.4499 101.95 93.5199 101.99 93.5799 102.04C93.7199 102.14 93.8599 102.23 93.9999 102.33C94.0599 102.37 94.1299 102.42 94.1899 102.46C94.3299 102.56 94.4799 102.65 94.6199 102.75C94.6699 102.78 94.7199 102.82 94.7699 102.85C95.3199 103.21 95.8599 103.55 96.3999 103.87C96.5499 103.96 96.6899 104.04 96.8399 104.13C96.8999 104.16 96.9599 104.2 97.0099 104.23L97.4099 104.46C97.4799 104.5 97.5499 104.54 97.6199 104.58C97.7499 104.65 97.8799 104.72 97.9999 104.79C98.0699 104.83 98.1399 104.87 98.2199 104.91C98.3499 104.98 98.4699 105.04 98.5999 105.1C98.6699 105.14 98.7399 105.17 98.8199 105.21C98.9499 105.27 99.0699 105.33 99.1899 105.39C99.2599 105.42 99.3299 105.46 99.3999 105.49C99.4099 105.49 99.4199 105.5 99.4299 105.51C99.4299 105.51 99.4399 105.51 99.4499 105.52C99.5599 105.57 99.6699 105.62 99.7799 105.67C99.8399 105.7 99.8999 105.72 99.9599 105.75C99.9999 105.77 100.04 105.79 100.08 105.8C100.14 105.82 100.19 105.85 100.24 105.87C100.28 105.89 100.32 105.91 100.36 105.92H100.37C100.55 106 100.73 106.07 100.91 106.14C102.471 107.422 103.372 112.605 104.2 115.64C104.21 115.68 104.22 115.72 104.23 115.76C104.41 116.36 104.71 116.98 105.04 117.5C105.28 117.88 105.58 118.22 105.95 118.48C106.22 118.66 106.84 118.87 106.71 119.31C106.71 119.32 106.7 119.33 106.69 119.35C106.69 119.35 106.69 119.35 106.68 119.36C106.65 119.39 106.62 119.42 106.58 119.44C106.55 119.46 106.51 119.48 106.47 119.5C106.42 119.52 106.37 119.54 106.31 119.56C106.31 119.56 106.31 119.56 106.3 119.56C106.25 119.58 106.19 119.59 106.13 119.6C106.12 119.6 106.11 119.6 106.1 119.6C106.04 119.6 105.98 119.61 105.92 119.62C105.9 119.62 105.89 119.62 105.87 119.62C105.64 119.62 105.34 119.57 105.23 119.82C105.19 119.86 105.15 119.91 105.14 119.99C105.09 120.17 105.17 120.37 105.25 120.54C105.93 122.02 107.29 123.17 108.86 123.6C109 123.64 109.18 123.74 109.16 123.87C109.13 123.89 109.09 123.91 109.05 123.92C108.44 124.15 107.8 124.3 107.16 124.39C106.84 124.44 106.41 124.39 106.09 124.41C105.96 124.41 105.65 124.45 105.67 124.59C105.57 124.64 105.55 124.73 105.77 124.87C106.91 125.62 108.09 126.31 109.3 126.93C110.36 127.47 111.38 128.06 112.55 128.33C112.76 128.38 112.97 128.42 113.16 128.5C113.21 128.52 113.26 128.55 113.28 128.6C113.28 128.61 113.28 128.63 113.28 128.64C113.25 128.66 113.21 128.68 113.17 128.7C112.57 128.88 111.95 128.96 111.33 128.93C111.11 128.92 110.61 128.79 110.52 129.08C110.49 129.11 110.46 129.14 110.45 129.19C110.43 129.26 110.43 129.36 110.46 129.47C110.49 129.57 110.53 129.67 110.59 129.79C111.33 131.22 112.97 132.24 114.51 132.56C114.94 132.65 115.39 132.69 115.81 132.82C116.09 132.9 116.41 133.1 116.38 133.39C116.38 133.45 116.35 133.51 116.32 133.56C116.31 133.58 116.29 133.6 116.28 133.61C116.12 133.81 115.58 133.97 115.13 134.07C115.01 134.1 114.93 134.17 114.89 134.26C114.76 134.4 114.75 134.64 114.92 134.78C115.02 134.86 115.1 134.93 115.14 134.96C115.93 135.64 116.83 136.22 117.79 136.63C118.67 137.02 119.63 137.14 120.54 137.48C121.77 137.94 122.92 138.56 124.11 139.11C124.28 139.25 124.96 139.83 125.86 140.62C126.07 140.8 126.29 141 126.51 141.2C126.74 141.4 126.97 141.62 127.21 141.83C127.33 141.94 127.45 142.05 127.57 142.16C127.86 142.42 128.14 142.69 128.43 142.95C129.05 143.53 129.66 144.12 130.24 144.74C130.17 144.75 130.1 144.77 130.03 144.77C127.08 145.08 123.5 145 121.19 147.15C120.69 147.61 120.27 148.17 119.79 148.64C119.5 148.92 119.19 149.18 118.82 149.36C118.59 149.48 118.34 149.56 118.09 149.63C117.67 149.75 117.24 149.82 116.82 149.96C116.34 150.11 115.9 150.34 115.46 150.59C115.24 150.72 115.03 150.85 114.81 150.98C114.6 151.11 114.38 151.25 114.17 151.38C111.08 153.25 107.43 154.19 103.88 154.66C101.99 154.91 99.5399 154.18 97.9399 155.42C97.0699 156.09 96.6099 157.16 96.2399 158.2C94.1199 164.17 93.9099 170.3 93.8199 176.55C93.7199 183.93 93.7399 191.46 93.9699 198.77C94.0899 200.83 94.1399 202.88 94.1299 204.92H109.25C109.25 204.57 109.26 204.23 109.27 203.88C109.31 201.6 109.35 199.24 109.36 196.93C109.38 194.34 109.45 191.73 109.51 189.2C109.65 183.65 109.81 177.9 109.41 172.26C109.24 169.81 109 167.21 110.59 165.15C110.8 164.88 111.03 164.62 111.34 164.47C111.51 164.38 111.7 164.33 111.89 164.29C112.39 164.17 112.91 164.09 113.42 164.04C114.4 163.96 115.39 164.01 116.36 163.85C118 163.58 119.21 162.69 120.39 161.58C121.74 160.32 122.95 158.91 124.2 157.55C125.49 156.15 127 154.96 128.65 154.03C129.34 153.64 130.07 153.29 130.81 153C134.219 151.661 138.793 151.691 142.4 152.25C146.006 152.831 147.439 153.123 150.95 152.71C153.29 152.45 155.56 151.74 157.77 150.95C159.25 150.42 160.73 149.85 162.29 149.56C162.47 149.53 162.65 149.5 162.84 149.47C163.02 149.44 163.19 149.42 163.37 149.41C163.4 149.41 163.42 149.41 163.45 149.41C163.62 149.39 163.79 149.38 163.96 149.37C163.99 149.37 164.02 149.37 164.05 149.37C164.22 149.36 164.39 149.35 164.56 149.34C164.59 149.34 164.62 149.34 164.65 149.34C164.83 149.34 165 149.33 165.18 149.32H165.23C165.84 149.3 166.44 149.3 167.05 149.29L173.07 158.75C173.47 159.39 174.33 159.92 175.03 159.84L204.13 137.96L189.97 117.94L189.99 117.96ZM144.71 146.86C144.76 146.91 144.81 146.97 144.86 147.02C145.08 147.26 145.3 147.52 145.5 147.78C143.7 147.46 141.41 147.01 140.17 146.77C139.87 146.7 139.58 146.65 139.29 146.59H139.28C136.89 146.16 135.17 146.18 134.15 146.19C133.97 146 133.75 145.78 133.52 145.54C134.03 145.2 134.61 144.8 135.24 144.39L137.11 142.39C137.98 142.82 139.1 143.4 140.23 144.01C140.3 144.05 140.38 144.09 140.45 144.13C142.22 145.1 143.96 146.14 144.69 146.86H144.71ZM132.58 141.7C132.58 141.7 132.66 141.71 132.7 141.72C133.37 141.84 134.07 141.96 134.8 142.06C134.95 142.08 135.1 142.1 135.25 142.12C135.38 142.14 135.51 142.15 135.65 142.17C135.94 142.2 136.23 142.23 136.52 142.26L133.93 143.4L132.72 144C132.72 144 132.7 144 132.69 144C132.53 144.07 132.37 144.14 132.22 144.21C131.55 143.52 130.8 142.77 130.05 142.01C129.66 141.62 129.28 141.23 128.9 140.84C130.01 141.16 131.23 141.45 132.58 141.7ZM154.12 147.72C153.11 147.92 152.09 148.05 151.06 148.1C150.7 148.12 150.33 148.13 149.97 148.14H149.82C149.57 148.14 149.32 148.14 149.07 148.13C148.91 147.72 148.69 147.33 148.41 146.98C147.98 146.46 147.43 146.15 146.84 145.84C146.57 145.68 146.26 145.49 145.92 145.28C145.81 145.21 145.69 145.14 145.57 145.07C144.35 144.34 142.8 143.41 141.29 142.51C142.18 142.51 143.09 142.51 144.04 142.47C144.36 142.46 144.68 142.44 144.98 142.42C145.06 142.42 145.14 142.41 145.22 142.4C145.49 142.38 145.75 142.37 146 142.34C146.04 142.34 146.08 142.34 146.12 142.34C146.42 142.31 146.71 142.29 146.99 142.25C147.04 142.25 147.08 142.25 147.13 142.24C147.38 142.21 147.63 142.18 147.88 142.15C147.91 142.15 147.94 142.15 147.98 142.14C148.54 142.06 149.07 141.97 149.57 141.87C149.59 141.87 149.6 141.87 149.61 141.87C150.12 141.77 150.6 141.65 151.06 141.53C151.06 141.52 151.06 141.5 151.07 141.49C151.07 141.5 151.07 141.51 151.07 141.52C153.35 140.91 154.92 140.07 156.01 139.14C156.59 138.65 157.1 138.07 157.52 137.44C157.52 137.44 157.52 137.44 157.53 137.43C157.78 137.06 158 136.68 158.18 136.28C158.67 135.21 158.59 133.93 159.37 133.01C159.67 132.65 160.12 132.28 160.53 132C160.53 132 160.53 132 160.54 132C160.66 131.91 160.79 131.83 160.92 131.74C160.93 131.74 160.94 131.72 160.96 131.71C163.03 130.27 163.354 131.8 165.984 131.74C166.304 131.74 166.73 131.66 167.05 131.71C167.27 131.75 167.743 131.841 167.973 131.871C168.203 131.901 168.532 132 168.542 132C169.002 132.06 169.264 131.7 169.714 131.71L170.53 131.871L171.223 132.102C170.923 132.082 171.81 132.744 171.56 132.934L161.25 137.999C160.75 138.369 160.63 139.069 160.96 139.589L163.79 144.12L165.18 146.3C163.47 146.3 161.76 146.33 160.05 146.51C159.79 146.54 159.53 146.57 159.27 146.61C159.25 146.61 159.22 146.61 159.2 146.62C157.49 146.89 155.84 147.37 154.15 147.73H154.14L154.12 147.72Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
5
|
+
<path d="M207.29 131.36C205.94 131.18 204.55 131.16 203.19 131.16C200.63 131.16 198.07 131.16 195.52 131.43C192.97 131.7 190.53 132.46 188.02 132.98C184.81 133.63 181.55 133.64 178.29 133.28C175.95 132.89 172.18 132.15 170.31 131.78C169.93 131.7 169.56 131.62 169.2 131.56H169.19C163.02 130.44 160.36 131.69 161.59 130.41C162.29 129.94 163.14 129.36 164.06 128.75L167.24 125.35L162.38 127.49L160.85 128.26C160.85 128.26 160.83 128.26 160.82 128.26C160.07 128.6 159.31 128.92 158.5 129.09C158.16 129.15 157.81 129.21 157.46 129.25C153.71 129.64 149.17 129.54 146.23 132.28C145.22 133.22 144.46 134.47 143.23 135.09C142.44 135.49 141.54 135.58 140.69 135.85C139.48 136.24 138.42 136.99 137.33 137.65C133.4 140.03 128.77 141.22 124.26 141.81C121.86 142.12 118.74 141.2 116.71 142.78C115.61 143.64 115.02 144.99 114.55 146.3C111.85 153.89 111.58 161.67 111.48 169.61C111.35 178.99 111.38 188.55 111.68 197.83C111.83 200.45 111.89 203.05 111.88 205.64H131.08C131.08 205.2 131.09 204.76 131.1 204.32C131.15 201.42 131.2 198.43 131.22 195.49C131.24 192.2 131.33 188.89 131.41 185.68C131.59 178.63 131.79 171.33 131.28 164.16C131.06 161.05 130.75 157.75 132.78 155.13C133.04 154.79 133.34 154.46 133.73 154.27C133.95 154.16 134.19 154.1 134.42 154.04C135.06 153.89 135.71 153.78 136.36 153.73C137.6 153.62 138.86 153.69 140.09 153.49C142.17 153.14 143.71 152.01 145.21 150.61C146.92 149.01 148.46 147.22 150.05 145.5C151.68 143.72 153.6 142.21 155.7 141.03C156.58 140.53 157.5 140.1 158.44 139.72C160.73 138.81 163.17 138.28 165.63 138.14C168.09 138 170.67 138.38 173.17 138.78C175.99 139.23 178.85 139.6 181.72 139.53C182.49 139.51 183.26 139.46 184.03 139.38C187 139.04 189.88 138.15 192.7 137.14C194.58 136.47 196.46 135.74 198.44 135.38C200.64 134.98 202.91 135.05 205.15 134.99C205.7 134.98 206.26 134.95 206.8 134.82C208.38 134.43 209.59 133.16 211.1 132.55C209.93 131.89 208.64 131.55 207.31 131.37L207.29 131.36Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
6
|
+
<path d="M118.92 205.36C117.96 203.77 117.29 202.01 116.72 200.26C115.95 197.9 115.46 195.43 115.04 192.98C114.6 190.36 114.3 187.73 114.08 185.08C113.65 179.9 113.48 174.67 113.46 169.47C113.43 164.48 113.16 158.71 117.37 155.18C118.13 154.54 119.06 154 120.06 154.05C120.91 154.1 121.68 154.58 122.53 154.66C123.99 154.79 125.41 153.49 125.41 152.03C125.41 150.86 124.63 149.78 124.72 148.61C124.78 147.77 125.29 147.01 125.94 146.48C129.06 143.88 133.76 143.59 137.58 142.82C141.15 142.11 144.64 141.26 147.77 139.31C150.5 137.61 152.59 134.6 155.96 134.08C157.58 133.83 159.2 134.33 160.72 134.92C161.79 135.33 163.57 135.89 164.67 136.17C165.53 136.39 166.39 136.59 167.26 136.76C169.16 137.14 171.08 137.34 173.01 137.32C174.67 137.3 176.26 136.99 177.82 136.43C180.02 135.64 182.04 134.46 184.16 133.48C182.22 133.59 180.26 133.51 178.32 133.29C175.98 132.9 172.21 132.16 170.34 131.79C169.96 131.71 169.59 131.63 169.23 131.57H169.22C163.05 130.45 160.39 131.7 161.62 130.42C162.32 129.95 163.17 129.37 164.09 128.76L167.27 125.36L162.41 127.5L160.88 128.27C160.88 128.27 160.86 128.27 160.85 128.27C160.1 128.61 159.34 128.93 158.53 129.1C158.19 129.16 157.84 129.22 157.49 129.26C153.74 129.65 149.2 129.55 146.26 132.29C145.25 133.23 144.49 134.48 143.26 135.1C142.47 135.5 141.57 135.59 140.72 135.86C139.51 136.25 138.45 137 137.36 137.66C133.43 140.04 128.8 141.23 124.29 141.82C121.89 142.13 118.77 141.21 116.74 142.79C115.64 143.65 115.05 145 114.58 146.31C111.88 153.9 111.61 161.68 111.51 169.62C111.38 179 111.41 188.56 111.71 197.84C111.86 200.46 111.92 203.06 111.91 205.65H119.13C119.07 205.56 119.01 205.47 118.96 205.38L118.92 205.36Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
7
|
+
<path d="M207.29 131.36C205.94 131.18 204.55 131.16 203.19 131.16C200.63 131.16 198.07 131.16 195.52 131.43C194.85 131.5 194.19 131.61 193.52 131.73C193.98 131.78 194.45 131.84 194.9 131.92C196.73 132.25 198.26 133.17 198.98 134.93C199.02 135.04 199.07 135.15 199.1 135.26C201.08 134.98 203.11 135.04 205.11 134.98C205.66 134.97 206.22 134.94 206.76 134.81C208.34 134.42 209.55 133.15 211.06 132.54C209.89 131.88 208.6 131.54 207.27 131.36H207.29Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
8
|
+
<path d="M197.49 122.07L214.42 148.11L214.6 148.39L251.57 120.6L233.58 95.1699L221.39 104.35L197.49 122.06V122.07Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path d="M249.92 119.23L234.07 117.57C234.86 114.2 235.56 110.74 235.76 107.29C235.94 104.35 235.65 101.4 235.61 98.46C235.41 112.99 229.89 124.51 227.98 125.4C222.2 128.11 197.48 122.08 197.48 122.08C197.66 122.17 197.84 122.26 198.02 122.35C199.81 123.25 201.65 124.06 203.51 124.81C207.69 126.5 212.05 127.91 216.52 128.57C217.12 128.66 217.72 128.73 218.32 128.79L213.46 139.76C212.38 142.2 212.72 145.03 214.35 147.14L220.41 128.92C222.17 128.95 223.92 128.78 225.61 128.29C227.17 127.84 228.65 127.12 229.89 126.07C232 124.28 233.03 121.59 233.74 118.94L249.93 119.24L249.92 119.23Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
10
|
+
<path d="M221.13 115.65C218.3 113.35 213.4 110.07 213.4 110.07L212.21 111.28L211.9 110.86L211.87 110.82C211.49 110.79 211.11 110.9 210.79 111.14L197.39 121.23C196.76 121.71 196.6 122.59 197.02 123.26L200.28 128.39L202.51 131.89L202.58 132L212.13 147.02C212.64 147.83 213.73 148.5 214.61 148.4L198.04 122.34C197.86 122.25 197.68 122.16 197.5 122.07L199.58 120.78L213.3 112.28C214.19 112.84 215.09 113.48 215.41 113.69C216.13 114.15 216.75 114.74 217.35 115.34C217.64 115.63 217.93 115.93 218.23 116.21C218.59 116.56 218.95 116.91 219.35 117.21C219.64 117.43 219.98 117.67 220.35 117.7C220.61 117.72 220.81 117.58 220.92 117.35C221.07 117.04 221.11 116.67 221.12 116.33C221.12 116.11 221.12 115.88 221.12 115.66L221.13 115.65Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
11
|
+
<path d="M218.53 106.51L233.58 95.1799C233.27 94.7499 232.67 94.6499 232.25 94.9699L217.73 105.9C217.46 106.1 217.28 106.38 217.2 106.69C217.23 106.72 217.27 106.75 217.3 106.78C218.36 107.79 219.23 108.77 219.96 109.7C219.683 108.848 219.019 107.361 218.53 106.51Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
12
|
+
<path d="M184.36 69.9601C179.2 65.5001 173.97 60.1501 167.15 58.4001C163.94 57.5701 161.04 56.2901 158.13 54.7001C155.88 53.4701 153.58 52.2101 151.05 51.6701C148.52 51.1301 146.23 50.4801 143.92 49.1601C141.23 47.6301 138.93 45.1401 135.88 44.3101C135.63 44.2401 135.34 44.2001 135.13 44.3501C134.76 44.6301 135 45.2101 135.27 45.5901C136.26 47.0101 137.25 48.4401 138.25 49.8601C138.4 50.0801 138.56 50.3001 138.72 50.5301C138.88 50.7601 139.04 50.9901 139.2 51.2201C139.36 51.4501 139.53 51.6901 139.7 51.9301C139.87 52.1701 140.04 52.4001 140.2 52.6501C140.37 52.8901 140.54 53.1301 140.71 53.3701C140.8 53.4901 140.88 53.6101 140.97 53.7301C141.14 53.9701 141.31 54.2101 141.48 54.4501C141.57 54.5701 141.65 54.6901 141.73 54.8101C141.98 55.1701 142.24 55.5201 142.48 55.8701C142.65 56.1001 142.81 56.3301 142.97 56.5601C143.13 56.7801 143.29 57.0101 143.45 57.2201C143.84 57.7601 144.22 58.2801 144.57 58.7501C144.78 59.0401 144.98 59.3101 145.17 59.5601C145.86 60.4901 146.41 61.1801 146.7 61.5101C147.14 61.9801 147.12 62.1001 146.84 62.0601C146.01 61.9201 145.23 61.5101 144.38 61.3801C144.2 61.3501 144.02 61.3301 143.84 61.3801C143.58 61.4601 143.4 61.6801 143.27 61.9201C143.14 62.1601 143.04 62.4401 143.1 62.7201C143.15 62.9601 143.32 63.1501 143.48 63.3301C145.37 65.3701 147.81 66.9101 150.11 68.4401C152.13 69.7801 154.18 71.0401 156.27 72.2601C160.25 74.5701 164.39 76.8301 168.76 78.3001C169.35 78.5001 169.94 78.6801 170.54 78.8201C179.21 80.8901 194.96 79.5901 194.96 79.5901C191.6 76.1901 187.92 73.0601 184.34 69.9701H184.35L184.36 69.9601Z" fill="var(--sapContent_Illustrative_Color24)"/>
|
|
13
|
+
<path d="M184.21 69.8301C183.85 69.8301 183.49 69.8401 183.13 69.8501C180.35 69.8701 177.56 69.7201 174.8 69.4501C171.87 69.1601 168.93 68.8001 166.04 68.2501C159.27 66.9501 152.3 64.5201 147.48 59.3901C144.97 56.7201 143.05 53.5301 141.04 50.4801C139.93 48.8001 138.86 47.0501 138.05 45.2101C137.36 44.8301 136.64 44.5201 135.88 44.3101C135.63 44.2401 135.34 44.2001 135.13 44.3501C134.76 44.6301 135 45.2101 135.27 45.5901C136.26 47.0101 137.25 48.4401 138.25 49.8601C138.4 50.0801 138.56 50.3001 138.72 50.5301C138.88 50.7601 139.04 50.9901 139.2 51.2201C139.36 51.4501 139.53 51.6901 139.7 51.9301C139.87 52.1701 140.04 52.4001 140.2 52.6501C140.37 52.8901 140.54 53.1301 140.71 53.3701C140.8 53.4901 140.88 53.6101 140.97 53.7301C141.14 53.9701 141.31 54.2101 141.48 54.4501C141.57 54.5701 141.65 54.6901 141.73 54.8101C141.98 55.1701 142.24 55.5201 142.48 55.8701C142.65 56.1001 142.81 56.3301 142.97 56.5601C143.13 56.7801 143.29 57.0101 143.45 57.2201C143.84 57.7601 144.22 58.2801 144.57 58.7501C144.78 59.0401 144.98 59.3101 145.17 59.5601C145.86 60.4901 146.41 61.1801 146.7 61.5101C147.14 61.9801 147.12 62.1001 146.84 62.0601C146.01 61.9201 145.23 61.5101 144.38 61.3801C144.2 61.3501 144.02 61.3301 143.84 61.3801C143.58 61.4601 143.4 61.6801 143.27 61.9201C143.14 62.1601 143.04 62.4401 143.1 62.7201C143.15 62.9601 143.32 63.1501 143.48 63.3301C145.37 65.3701 147.81 66.9101 150.11 68.4401C152.13 69.7701 154.18 71.0401 156.27 72.2601C160.25 74.5701 164.39 76.8301 168.76 78.3001C169.35 78.5001 169.94 78.6801 170.54 78.8201C179.21 80.8901 194.96 79.5901 194.96 79.5901C191.6 76.1901 187.92 73.0601 184.34 69.9701C184.29 69.9301 184.24 69.8801 184.19 69.8401L184.21 69.8301Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
14
|
+
<path d="M166.54 141.17C166.56 140.88 166.51 140.59 166.47 140.31C166.14 138.39 165.68 136.41 164.93 134.61C164.44 133.37 163.84 132.23 163.14 131.5C162.79 131.14 162.25 130.59 161.6 129.91C160.47 128.75 158.98 127.24 157.47 125.71C156.67 124.9 155.87 124.09 155.11 123.32C153.86 122.93 152.72 122.53 151.7 122.13C151.11 121.9 150.56 121.67 150.05 121.45L149.9 121.98C149.9 121.98 150.86 122.79 152.18 123.95C152.44 124.18 152.72 124.43 153.01 124.69C153.3 124.95 153.6 125.22 153.9 125.49C154.05 125.63 154.2 125.77 154.36 125.91C156.02 127.44 157.71 129 159.11 130.78C159.38 131.12 159.64 131.48 159.76 131.9C159.86 132.25 159.86 132.62 159.86 132.98C159.86 133.9 159.97 134.82 159.96 135.74C159.96 136.67 159.92 137.64 160.36 138.49C160.53 138.82 160.75 139.11 160.98 139.41C161.33 139.86 161.55 140.44 161.51 141.02C161.46 141.6 161.14 142.14 160.73 142.56C160.45 142.85 160.14 143.11 159.88 143.42C159.84 143.46 159.81 143.51 159.8 143.56C159.79 143.62 159.8 143.68 159.85 143.7C159.88 143.72 159.92 143.72 159.96 143.71C160.15 143.68 160.34 143.61 160.51 143.52C160.79 143.37 161.06 143.2 161.31 143C161.87 142.56 162.39 142.02 162.73 141.38C163.17 140.54 163.18 139.69 163.15 138.77C163.11 137.48 163.01 136.18 162.93 134.89C162.91 134.56 162.89 134.23 162.91 133.9C162.91 133.81 162.93 133.71 162.96 133.62C162.96 133.59 162.99 133.55 163.02 133.54C163.06 133.52 163.11 133.57 163.14 133.6C163.63 134.24 163.94 134.99 164.21 135.75C164.49 136.55 164.75 137.35 164.98 138.16C165.25 139.09 165.54 140.1 165.43 141.08C165.41 141.26 165.38 141.43 165.32 141.6C165.25 141.82 164.86 142.44 164.54 142.96C164.41 143.17 164.66 143.4 164.86 143.26C165.54 142.77 166.44 141.96 166.56 141.36C166.57 141.29 166.58 141.22 166.59 141.15L166.54 141.17Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
15
|
+
<path d="M182.19 135.91C182.12 135.28 182 134.66 181.82 134.07C181.6 133.34 181.27 132.63 180.78 132.03C180.23 131.37 179.53 130.97 178.78 130.58C178.33 130.3 177.78 129.97 177.16 129.6C175.31 128.49 172.87 127.03 170.61 125.68C169.78 125.66 168.97 125.63 168.18 125.59C166.91 125.52 165.7 125.41 164.55 125.27C165.23 125.6 167.81 126.85 170.4 128.25C172.75 129.52 175.1 130.92 176.07 131.87C176.14 131.94 176.2 132.01 176.26 132.08C177.15 133.03 177.95 134.17 178.47 135.4C178.53 135.53 178.58 135.66 178.62 135.8C178.62 135.81 178.63 135.83 178.63 135.84C179.02 136.97 179.16 138.16 178.88 139.34C178.83 139.54 178.78 139.73 178.71 139.92C178.59 140.27 178.43 140.64 178.18 140.92C178.1 141.02 178.2 141.15 178.31 141.11C179.08 140.82 179.71 140.28 179.95 139.48C180.1 138.99 180.11 138.47 180.08 137.96C180.02 137.03 179.81 136.11 179.6 135.21C179.57 135.08 179.16 133.38 179.14 133.39C179.37 133.34 180.39 135.89 180.56 136.53C181.1 138.59 181.57 141.69 179.76 143.3C179.71 143.34 179.51 143.43 179.49 143.49C179.44 143.64 179.53 143.58 179.68 143.56C181.25 143.3 181.82 140.94 182.06 139.67C182.28 138.47 182.33 137.16 182.18 135.9L182.19 135.91Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
16
|
+
<path d="M170.69 128.42C172.99 128.94 175.3 129.38 177.61 129.88C177.46 129.79 177.32 129.7 177.17 129.61C175.32 128.5 172.88 127.04 170.62 125.69C169.79 125.67 168.98 125.64 168.19 125.6C166.92 125.53 165.71 125.42 164.56 125.28C165.24 125.61 167.82 126.86 170.41 128.26C170.5 128.31 170.6 128.36 170.69 128.41V128.42Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
17
|
+
<path d="M153 124.7C153.29 124.96 153.59 125.23 153.89 125.5C154.04 125.64 154.19 125.78 154.35 125.92C154.71 126.25 155.08 126.59 155.44 126.93C155.71 127.12 155.99 127.31 156.26 127.49C158.38 128.86 160.59 130.09 162.77 131.37C162.93 131.47 163.09 131.56 163.25 131.66C163.21 131.61 163.17 131.57 163.13 131.52C162.78 131.16 162.24 130.61 161.59 129.93C160.46 128.77 158.97 127.26 157.46 125.73C156.66 124.92 155.86 124.11 155.1 123.34C153.85 122.95 152.71 122.55 151.69 122.15C151.1 121.92 150.55 121.69 150.04 121.47L149.89 122C149.89 122 150.85 122.81 152.17 123.97C152.43 124.2 152.71 124.45 153 124.71V124.7Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
18
|
+
<path d="M216.31 101.84C216.31 101.66 216.31 101.47 216.31 101.28C216.31 101.24 216.31 101.19 216.31 101.14C216.31 100.9 216.29 100.66 216.28 100.41C215.96 94.4898 213.65 85.7198 205.1 82.2498C202.24 81.0898 199.29 80.3298 196.28 79.6998C193.07 79.0198 189.64 79.9298 186.52 78.7198C185.55 78.3498 184.68 77.7798 183.79 77.2398C177.34 73.3198 170.36 70.7798 162.84 70.0598C157.54 69.5598 152.23 69.1198 146.92 68.7198C141.03 68.2698 135.14 67.9698 129.26 67.4698C126.1 67.1998 122.9 66.5998 120.16 65.0198C118.54 64.0798 117.13 62.8198 115.82 61.4898C114.51 60.1598 113.21 59.0498 111.86 57.8298C109.48 55.6998 107.1 53.5698 104.71 51.4498C102.17 49.1898 99.6301 46.9398 97.0701 44.6998C95.7501 43.5398 94.4201 42.4098 93.1101 41.2398C91.8001 40.0798 90.5101 38.9998 89.0701 38.0698C88.9001 37.9598 88.7201 37.8498 88.5501 37.7498C88.1001 37.4798 87.6401 37.2298 87.2001 36.9498C86.7601 36.6698 86.4001 36.2898 85.9501 36.0698C85.8801 36.0398 85.8201 36.0198 85.7701 36.0098H85.7601C85.6301 35.9898 85.5401 36.0698 85.5401 36.2998C85.5401 36.4498 85.6001 36.6898 85.7101 36.9898C86.2701 38.5698 87.0801 40.0298 87.8601 41.4998C88.0901 41.9398 88.6701 42.9998 89.0601 43.6998C89.1601 43.8798 88.9501 44.0698 88.7901 43.9598C87.7201 43.2698 85.7101 42.0498 85.4001 42.4498C85.3201 42.5498 85.3601 42.7498 85.5401 43.0998C86.0601 44.0598 86.8201 45.2498 87.5001 46.2898C87.5401 46.3498 87.8201 46.7698 88.1401 47.2398C88.4001 47.6298 87.9701 48.0998 87.5601 47.8798C84.8701 46.4498 79.7101 43.7198 79.9401 44.6998C80.1601 45.6198 87.2001 54.0398 96.2201 62.6098C96.4401 62.8198 96.6601 63.0298 96.8801 63.2398C96.9001 63.2598 96.9201 63.2798 96.9401 63.2998C97.1601 63.4998 97.3701 63.6998 97.5901 63.9098C97.6101 63.9298 97.6301 63.9498 97.6501 63.9698C97.8701 64.1798 98.0901 64.3798 98.3201 64.5898C98.3201 64.5898 98.3401 64.6098 98.3501 64.6198C99.5201 65.6998 100.72 66.7698 101.94 67.8198C101.96 67.8298 101.97 67.8498 101.99 67.8598C102.2 68.0398 102.41 68.2198 102.62 68.3998C102.67 68.4398 102.72 68.4898 102.77 68.5298C102.97 68.6998 103.17 68.8698 103.37 69.0298C103.43 69.0798 103.49 69.1298 103.55 69.1798C103.75 69.3398 103.94 69.5098 104.14 69.6698C104.2 69.7198 104.27 69.7798 104.34 69.8298C104.54 69.9898 104.73 70.1498 104.93 70.3098C104.99 70.3598 105.05 70.4098 105.11 70.4498C105.32 70.6198 105.52 70.7798 105.72 70.9398C105.76 70.9698 105.79 70.9898 105.82 71.0198C106.75 71.7598 107.69 72.4898 108.62 73.1898C108.68 73.2298 108.74 73.2798 108.79 73.3198C108.98 73.4598 109.17 73.5998 109.35 73.7298C109.43 73.7798 109.5 73.8398 109.58 73.8998C109.76 74.0298 109.94 74.1598 110.12 74.2898C110.21 74.3498 110.29 74.4098 110.38 74.4698C110.56 74.5998 110.73 74.7198 110.91 74.8398C111 74.8998 111.08 74.9598 111.17 75.0198C111.35 75.1398 111.52 75.2598 111.7 75.3798C111.78 75.4298 111.86 75.4898 111.94 75.5398C112.12 75.6598 112.31 75.7798 112.49 75.9098C112.55 75.9498 112.62 75.9898 112.68 76.0298C113.38 76.4898 114.07 76.9198 114.76 77.3298C114.95 77.4398 115.13 77.5498 115.32 77.6598C115.39 77.6998 115.47 77.7498 115.54 77.7898C115.71 77.8898 115.88 77.9798 116.05 78.0798C116.14 78.1298 116.22 78.1798 116.31 78.2298C116.47 78.3198 116.64 78.4098 116.8 78.4998C116.89 78.5498 116.98 78.5998 117.08 78.6498C117.24 78.7298 117.4 78.8198 117.56 78.8998C117.65 78.9498 117.74 78.9898 117.84 79.0398C118 79.1198 118.16 79.1998 118.31 79.2698C118.4 79.3098 118.49 79.3498 118.57 79.3998C118.58 79.3998 118.6 79.4098 118.61 79.4198C118.61 79.4198 118.63 79.4198 118.64 79.4298C118.78 79.4998 118.92 79.5598 119.06 79.6298C119.14 79.6698 119.21 79.6998 119.29 79.7298C119.34 79.7498 119.39 79.7698 119.44 79.7998C119.51 79.8298 119.58 79.8598 119.65 79.8898C119.7 79.9098 119.75 79.9298 119.8 79.9598H119.81C120.04 80.0598 120.26 80.1598 120.49 80.2498C120.49 80.2498 120.79 87.1698 125.3 90.1798C125.62 90.3998 125.91 90.5898 126.17 90.7798C126.93 91.3298 127.78 91.9198 128.27 92.7298C128.33 92.8398 128.39 92.9498 128.41 93.0698C128.43 93.1898 128.39 93.3298 128.29 93.3998C128.15 93.5098 127.94 93.4498 127.77 93.3798C127.2 93.1598 126.62 92.9298 126.07 92.6498C125.8 92.5098 125.53 92.3498 125.28 92.1798C125.19 92.1198 124.76 91.6898 124.64 91.7798C124.62 91.7998 124.6 91.8298 124.6 91.8798C124.6 91.8998 124.6 91.9298 124.6 91.9598C124.6 92.0498 124.63 92.1698 124.66 92.3198C124.67 92.3698 124.69 92.4198 124.7 92.4698C124.93 93.2298 125.31 94.0098 125.73 94.6698C126.04 95.1498 126.42 95.5898 126.89 95.9198C127.23 96.1498 128.02 96.4098 127.86 96.9698C127.86 96.9898 127.84 97.0098 127.83 97.0298C127.81 97.0698 127.78 97.1198 127.74 97.1598C127.7 97.1998 127.66 97.2298 127.61 97.2598C127.57 97.2898 127.52 97.3098 127.47 97.3398C127.41 97.3698 127.34 97.3898 127.27 97.4098C127.27 97.4098 127.27 97.4098 127.26 97.4098C127.19 97.4298 127.12 97.4398 127.04 97.4498C127.03 97.4498 127.02 97.4498 127 97.4498C126.93 97.4498 126.85 97.4698 126.77 97.4698C126.75 97.4698 126.73 97.4698 126.71 97.4698C126.39 97.4698 125.97 97.3898 125.87 97.8098C125.81 98.0398 125.91 98.2898 126 98.5098C126.87 100.39 128.59 101.85 130.59 102.4C130.79 102.45 131.05 102.61 130.96 102.79C130.92 102.87 130.83 102.91 130.75 102.94C129.98 103.23 129.16 103.42 128.35 103.53C127.94 103.59 127.4 103.53 126.99 103.55C126.77 103.55 126.12 103.64 126.66 104.01C128.1 104.97 129.6 105.84 131.15 106.63C132.49 107.31 133.8 108.06 135.28 108.41C135.54 108.47 135.81 108.53 136.06 108.62C136.12 108.65 136.19 108.68 136.21 108.74C136.25 108.86 136.1 108.95 135.99 108.98C135.23 109.21 134.44 109.31 133.65 109.28C133.37 109.27 132.72 109.1 132.62 109.48C132.59 109.57 132.6 109.69 132.64 109.83C132.67 109.95 132.73 110.09 132.8 110.23C133.73 112.05 135.83 113.35 137.78 113.75C138.33 113.86 138.89 113.91 139.43 114.07C139.79 114.18 140.19 114.43 140.16 114.8C140.14 114.96 140.05 115.09 139.95 115.21C139.74 115.47 139.06 115.67 138.48 115.79C138.12 115.87 138.01 116.33 138.3 116.56C138.43 116.66 138.53 116.75 138.58 116.79C139.58 117.66 140.73 118.39 141.95 118.92C143.07 119.41 144.29 119.57 145.44 120C147.06 120.61 148.59 121.44 150.17 122.16C151.75 122.88 153.44 123.49 155.13 124C155.37 124.07 155.61 124.15 155.86 124.22C157.31 124.64 158.92 125.03 160.69 125.36C160.74 125.36 160.79 125.38 160.84 125.39C161.69 125.55 162.58 125.69 163.51 125.82C163.7 125.85 163.86 125.88 164.05 125.91C164.22 125.93 164.42 125.94 164.59 125.96C165.75 126.09 166.95 126.2 168.22 126.28C169 126.32 169.82 126.35 170.65 126.37C170.95 126.37 171.25 126.39 171.55 126.39C172.74 126.4 173.97 126.39 175.25 126.34C175.66 126.32 176.06 126.3 176.45 126.28C176.55 126.28 176.65 126.27 176.75 126.26C177.09 126.24 177.42 126.22 177.75 126.19C177.8 126.19 177.85 126.19 177.9 126.18C178.28 126.15 178.65 126.11 179 126.07C179.06 126.07 179.12 126.06 179.18 126.05C179.5 126.01 179.82 125.97 180.13 125.93C180.17 125.93 180.21 125.93 180.25 125.91C180.96 125.81 181.64 125.7 182.27 125.57C182.29 125.57 182.31 125.57 182.33 125.57C182.98 125.44 183.59 125.3 184.17 125.14C184.17 125.12 184.17 125.11 184.18 125.09C184.18 125.11 184.18 125.12 184.18 125.13C187.07 124.35 189.06 123.28 190.45 122.11C191.57 121.16 192.51 119.94 193.13 118.6C193.75 117.26 193.74 115.59 194.66 114.37C195.04 113.86 195.56 113.47 196.09 113.11C199.07 111.03 203.69 107.78 207.55 108.45C207.84 108.5 208.12 108.54 208.41 108.58C208.43 108.58 208.45 108.58 208.46 108.58C209.04 108.65 209.63 108.7 210.21 108.7H210.45C210.45 108.7 215.21 108.54 215.2 108.29C215.66 107.84 215.82 105.71 215.9 105.54C215.9 105.51 215.92 105.49 215.93 105.46C215.93 105.45 215.93 105.43 215.94 105.42C215.94 105.42 215.94 105.4 215.94 105.39C215.97 105.32 215.99 105.24 216.01 105.16C216.02 105.12 216.04 105.07 216.05 105.03C216.06 104.99 216.07 104.94 216.09 104.9C216.1 104.86 216.11 104.81 216.12 104.77C216.14 104.7 216.15 104.64 216.17 104.56C216.17 104.51 216.19 104.45 216.2 104.4C216.2 104.36 216.2 104.33 216.22 104.29C216.22 104.25 216.23 104.22 216.24 104.18C216.24 104.13 216.26 104.08 216.26 104.03C216.26 103.98 216.28 103.92 216.28 103.87C216.3 103.69 216.32 103.51 216.33 103.31C216.33 103.12 216.35 102.92 216.36 102.71C216.36 102.66 216.36 102.6 216.36 102.55C216.36 102.39 216.36 102.22 216.36 102.05V101.88L216.31 101.84Z" fill="var(--sapContent_Illustrative_Color24)"/>
|
|
19
|
+
<path d="M159.37 73.83C160.87 74.82 162.46 75.66 164.16 76.24C165.96 76.85 167.84 77.08 169.74 77.15C171.67 77.22 173.61 77.15 175.54 77.26C177.35 77.36 179.13 77.62 180.9 78.02C184.15 78.76 187.35 79.9 190.69 80.22C192.31 80.37 193.95 80.31 195.54 79.89C195.78 79.83 196.01 79.76 196.24 79.68C193.04 79.02 189.63 79.91 186.53 78.71C185.56 78.34 184.69 77.77 183.8 77.23C177.35 73.31 170.37 70.77 162.85 70.05C159.64 69.75 156.43 69.47 153.22 69.21C155.3 70.72 157.25 72.4 159.38 73.83H159.37Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
20
|
+
<path d="M175.78 107.41C179.65 106.53 182.92 104.51 183.41 99.8702C183.42 99.7802 183.42 99.7102 183.42 99.6802C183.18 96.4402 175.93 88.0302 172.97 85.0602C172.83 85.1302 172.68 85.2002 172.54 85.2702C171.75 85.6302 170.97 86.0202 170.05 85.9602C169.06 85.8902 168.09 85.5202 167.15 85.2902C164.35 84.6002 161.51 84.0302 158.66 83.5002C152.95 82.4302 147.2 81.5102 141.6 80.0302C139.27 79.4102 137.16 78.4902 135.01 77.5202C133.98 77.0502 132.94 76.5802 131.86 76.2002C131.39 76.0302 130.9 75.8802 130.41 75.7702C129.97 75.6702 129.31 75.6802 128.96 75.4202C128.42 75.0102 127.98 74.4502 127.36 74.1802C127.08 74.7002 127.39 75.4002 127.56 75.9902C130.66 86.4802 138.96 95.4502 147.5 102.07C150.29 104.23 153.37 106.09 156.73 107.21C160.18 108.36 163.45 108.1 167 108.1C169.67 108.1 172.9 108.07 175.79 107.41H175.78Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
21
|
+
<path d="M189.591 111.87C190.761 111.01 191.781 109.96 192.761 108.9C193.741 107.83 194.761 106.77 195.961 105.95C196.561 105.55 197.201 105.21 197.891 104.97C198.541 104.75 199.211 104.65 199.891 104.59C202.161 104.39 204.531 104.42 206.721 105.13C207.151 105.27 207.571 105.44 207.971 105.64L207.741 104.99C207.331 103.84 206.701 102.78 205.881 101.87C203.161 98.8498 196.881 91.8698 196.381 91.2698C196.071 90.8998 194.511 89.4198 193.481 88.7598C193.451 88.9398 195.631 92.4098 196.381 93.7598C197.021 94.9098 197.621 96.2098 197.311 97.5498C197.141 98.2898 196.711 98.9398 196.201 99.4898C195.521 100.22 194.701 100.86 193.841 101.38C192.091 102.45 190.101 103.14 188.551 104.53C187.761 105.24 187.061 106.06 186.411 106.9C185.911 107.55 185.441 108.22 184.881 108.82C184.271 109.46 183.561 109.98 182.781 110.38C182.561 110.5 182.321 110.58 182.081 110.64C180.711 110.98 179.311 111.19 177.921 111.47C176.661 111.72 175.391 112 174.191 112.47C173.421 112.78 172.321 113.27 172.151 114.19C172.061 114.66 172.271 115.19 172.601 115.52C173.161 116.08 174.011 116.22 174.771 116.28C176.521 116.41 178.131 116.16 179.811 116.86C180.651 117.21 181.431 117.69 182.191 118.2C182.471 118.39 184.181 119.76 184.391 119.64C182.231 120.86 178.741 121.39 176.281 121.8C172.511 122.43 165.521 122.34 161.741 121.86C157.971 121.38 148.271 117.34 145.481 115.31C144.281 114.44 143.051 113.44 142.141 112.26C141.401 111.32 140.971 110.19 140.571 109.07C139.911 107.2 139.401 105.31 137.261 104.65C137.051 104.59 136.821 104.53 136.681 104.36C136.461 104.11 136.541 103.72 136.661 103.41C136.791 103.1 136.951 102.77 136.871 102.45C136.741 101.89 136.051 101.74 135.511 101.56C134.221 101.14 133.321 100.1 133.031 98.7798C132.791 97.6598 132.991 96.4798 133.391 95.4098C133.421 95.3498 133.441 95.2798 133.471 95.2098C134.201 93.4898 133.651 91.4898 132.091 90.4498C131.071 89.7698 130.141 89.1398 129.981 89.0298C128.311 87.7898 126.761 86.2998 125.911 84.3598C125.351 83.0998 125.131 81.6998 125.241 80.3198C125.391 78.4998 125.841 78.4098 124.091 77.4998C115.481 73.0398 107.661 67.3098 99.7308 61.7698C95.8708 59.0698 91.8208 56.2598 89.5808 52.1098C88.7408 50.5598 94.3208 54.3998 96.8608 55.6398C97.0808 55.7498 97.2808 55.4598 97.1008 55.2898C94.7708 53.1298 89.0608 47.7098 89.1908 46.0098C89.2108 45.7398 89.3708 45.4498 89.6608 45.3898C90.1808 45.2898 91.4508 45.9998 92.4008 46.4198C92.6708 46.5398 92.9108 46.2098 92.7308 45.9898C91.5408 44.5198 89.5908 42.3298 88.8008 41.1398C87.8508 39.7098 87.0908 38.1698 86.6408 36.5298C86.4208 36.3598 86.2008 36.1898 85.9608 36.0698C85.8908 36.0398 85.8308 36.0198 85.7808 36.0098H85.7708C85.6408 35.9898 85.5508 36.0698 85.5508 36.2998C85.5508 36.4498 85.6108 36.6898 85.7208 36.9898C86.2808 38.5698 87.0908 40.0298 87.8708 41.4998C88.1008 41.9398 88.6808 42.9998 89.0708 43.7098C89.1708 43.8898 88.9708 44.0698 88.8008 43.9698C87.7408 43.2798 85.7108 42.0498 85.4108 42.4498C85.3308 42.5498 85.3708 42.7498 85.5508 43.0998C86.0708 44.0598 86.8308 45.2498 87.5108 46.2898C87.5508 46.3498 87.8308 46.7698 88.1508 47.2398C88.4108 47.6298 87.9808 48.0998 87.5708 47.8898C84.8808 46.4598 79.7208 43.7398 79.9508 44.7098C80.1708 45.6298 87.2108 54.0498 96.2308 62.6198C96.4508 62.8298 96.6708 63.0398 96.8908 63.2498C96.9108 63.2698 96.9308 63.2898 96.9508 63.3098C97.1708 63.5098 97.3808 63.7098 97.6008 63.9198C97.6208 63.9398 97.6408 63.9598 97.6608 63.9798C97.8808 64.1898 98.1008 64.3898 98.3308 64.5998C98.3308 64.5998 98.3508 64.6198 98.3608 64.6298C99.5308 65.7098 100.731 66.7798 101.951 67.8298C101.971 67.8398 101.981 67.8598 102.001 67.8698C102.211 68.0498 102.421 68.2298 102.631 68.4098C102.681 68.4498 102.731 68.4998 102.781 68.5398C102.981 68.7098 103.181 68.8798 103.381 69.0398C103.441 69.0898 103.501 69.1398 103.561 69.1898C103.761 69.3498 103.951 69.5198 104.151 69.6798C104.211 69.7298 104.281 69.7898 104.351 69.8398C104.551 69.9998 104.741 70.1598 104.941 70.3198C105.001 70.3698 105.061 70.4198 105.121 70.4598C105.331 70.6298 105.531 70.7898 105.731 70.9498C105.771 70.9798 105.801 70.9998 105.831 71.0298C106.761 71.7698 107.701 72.4998 108.631 73.1998C108.691 73.2398 108.751 73.2898 108.801 73.3298C108.991 73.4698 109.181 73.6098 109.361 73.7398C109.441 73.7898 109.511 73.8498 109.591 73.9098C109.771 74.0398 109.951 74.1698 110.131 74.2998C110.221 74.3598 110.301 74.4198 110.391 74.4798C110.571 74.6098 110.741 74.7298 110.921 74.8498C111.011 74.9098 111.091 74.9698 111.181 75.0298C111.361 75.1498 111.531 75.2698 111.711 75.3898C111.791 75.4398 111.871 75.4998 111.951 75.5498C112.131 75.6698 112.321 75.7898 112.501 75.9198C112.561 75.9598 112.631 75.9998 112.691 76.0398C113.391 76.4998 114.081 76.9298 114.771 77.3398C114.961 77.4498 115.141 77.5598 115.331 77.6698C115.401 77.7098 115.481 77.7598 115.551 77.7998C115.721 77.8998 115.891 77.9898 116.061 78.0898C116.151 78.1398 116.231 78.1898 116.321 78.2398C116.481 78.3298 116.651 78.4198 116.811 78.5098C116.901 78.5598 116.991 78.6098 117.091 78.6598C117.251 78.7398 117.411 78.8298 117.571 78.9098C117.661 78.9598 117.751 78.9998 117.851 79.0498C118.011 79.1298 118.171 79.2098 118.321 79.2798C118.411 79.3198 118.501 79.3598 118.581 79.4098C118.591 79.4098 118.611 79.4198 118.621 79.4298C118.621 79.4298 118.641 79.4298 118.651 79.4398C118.791 79.5098 118.931 79.5698 119.071 79.6398C119.151 79.6798 119.221 79.7098 119.301 79.7398C119.351 79.7598 119.401 79.7798 119.451 79.8098C119.521 79.8398 119.591 79.8698 119.661 79.8998C119.711 79.9198 119.761 79.9398 119.811 79.9698H119.821C120.051 80.0698 120.271 80.1698 120.501 80.2598C120.501 80.2598 120.801 87.1798 125.311 90.1898C125.631 90.4098 125.921 90.5998 126.181 90.7898C126.941 91.3398 127.791 91.9298 128.281 92.7398C128.341 92.8498 128.401 92.9598 128.421 93.0798C128.441 93.1998 128.401 93.3398 128.301 93.4098C128.161 93.5198 127.951 93.4598 127.781 93.3898C127.211 93.1698 126.631 92.9398 126.081 92.6598C125.811 92.5198 125.541 92.3598 125.291 92.1898C125.201 92.1298 124.771 91.6998 124.651 91.7898C124.631 91.8098 124.611 91.8398 124.611 91.8898C124.611 91.9098 124.611 91.9398 124.611 91.9698C124.611 92.0598 124.641 92.1798 124.671 92.3298C124.681 92.3798 124.701 92.4298 124.711 92.4798C124.941 93.2398 125.321 94.0198 125.741 94.6798C126.051 95.1598 126.431 95.5998 126.901 95.9298C127.241 96.1598 128.031 96.4198 127.871 96.9798C127.871 96.9998 127.851 97.0198 127.841 97.0398C127.821 97.0798 127.791 97.1298 127.751 97.1698C127.711 97.2098 127.671 97.2398 127.621 97.2698C127.581 97.2998 127.531 97.3198 127.481 97.3498C127.421 97.3798 127.351 97.3998 127.281 97.4198C127.281 97.4198 127.281 97.4198 127.271 97.4198C127.201 97.4398 127.131 97.4498 127.051 97.4598C127.041 97.4598 127.031 97.4598 127.011 97.4598C126.941 97.4598 126.861 97.4798 126.781 97.4798C126.761 97.4798 126.741 97.4798 126.721 97.4798C126.401 97.4798 125.981 97.3998 125.881 97.8198C125.821 98.0498 125.921 98.2998 126.011 98.5198C126.881 100.4 128.601 101.86 130.601 102.41C130.801 102.46 131.061 102.62 130.971 102.8C130.931 102.88 130.841 102.92 130.761 102.95C129.991 103.24 129.171 103.43 128.361 103.54C127.951 103.6 127.411 103.54 127.001 103.56C126.781 103.56 126.131 103.65 126.671 104.02C128.111 104.98 129.611 105.85 131.161 106.64C132.501 107.32 133.811 108.07 135.291 108.42C135.551 108.48 135.821 108.54 136.071 108.63C136.131 108.66 136.201 108.69 136.221 108.75C136.261 108.87 136.111 108.96 136.001 108.99C135.241 109.22 134.451 109.32 133.661 109.29C133.381 109.28 132.731 109.11 132.631 109.49C132.601 109.58 132.611 109.7 132.651 109.84C132.681 109.96 132.741 110.1 132.811 110.24C133.741 112.06 135.841 113.36 137.791 113.76C138.341 113.87 138.901 113.92 139.441 114.08C139.801 114.19 140.201 114.44 140.171 114.81C140.151 114.97 140.061 115.1 139.961 115.22C139.751 115.48 139.071 115.68 138.491 115.8C138.131 115.88 138.021 116.34 138.311 116.57C138.441 116.67 138.541 116.76 138.591 116.8C139.591 117.67 140.741 118.4 141.961 118.93C143.081 119.42 144.301 119.58 145.451 120.01C147.071 120.62 148.601 121.45 150.181 122.17C151.781 122.9 153.451 123.5 155.141 124.01C155.381 124.08 155.621 124.16 155.871 124.23C157.321 124.65 158.931 125.04 160.701 125.37C160.751 125.37 160.801 125.39 160.851 125.4C161.701 125.56 162.591 125.7 163.521 125.83C163.711 125.86 163.901 125.87 164.091 125.9C164.261 125.92 164.421 125.94 164.591 125.96C165.751 126.09 166.951 126.2 168.221 126.28C169.001 126.32 169.821 126.35 170.651 126.37C170.951 126.37 171.251 126.39 171.551 126.39C172.741 126.4 173.971 126.39 175.251 126.34C175.661 126.32 176.061 126.3 176.451 126.28C176.551 126.28 176.651 126.27 176.751 126.26C177.091 126.24 177.421 126.21 177.751 126.19C177.801 126.19 177.851 126.19 177.901 126.18C178.281 126.15 178.641 126.11 179.001 126.07C179.061 126.07 179.121 126.06 179.181 126.05C179.501 126.01 179.821 125.97 180.131 125.93C180.171 125.93 180.211 125.93 180.251 125.91C180.961 125.81 181.641 125.7 182.271 125.57C182.291 125.57 182.311 125.57 182.331 125.57C182.981 125.44 183.591 125.3 184.171 125.14C184.171 125.12 184.171 125.11 184.181 125.09C184.181 125.11 184.181 125.12 184.171 125.13C187.061 124.35 189.051 123.28 190.441 122.11C191.561 121.16 192.501 119.94 193.121 118.6C193.741 117.24 193.651 115.61 194.631 114.44C195.021 113.98 195.581 113.52 196.101 113.15C198.771 111.29 202.851 108.14 207.071 108.39C205.341 107.76 202.691 107.57 200.861 107.94C197.871 108.56 195.481 110.37 193.321 112.44C191.731 113.96 187.571 117.04 187.541 117.03C187.521 117.03 187.521 116.81 187.531 116.53C187.551 115.66 188.341 112.79 189.591 111.87Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
22
|
+
<path d="M161.63 118.81C163.32 117.67 170.66 115.44 169.86 113.79C164.21 115.85 152.6 114.02 146.66 112.6C145.24 112.26 144.4 111.07 145.5 110.07C146.12 109.51 147.17 109.24 148.45 109.11C149.73 108.98 149.82 107.04 148.49 106.83C134.46 104.58 141.28 100.12 136.9 98.9899C135.55 98.6399 134.21 98.2699 132.87 97.8899C132.85 97.0399 133.03 96.1899 133.33 95.3899C133.35 95.3299 133.38 95.2699 133.4 95.1999C134.13 93.4599 133.57 91.4499 132 90.4099C130.99 89.7399 130.07 89.1199 129.91 88.9999C128.24 87.7599 126.69 86.2699 125.84 84.3299C125.28 83.0699 125.06 81.6699 125.17 80.2899C125.32 78.4699 125.77 78.3799 124.02 77.4699C119.37 75.0599 110.07 68.8599 104.89 65.3499C103.29 64.2699 101.1 65.8499 101.8 67.6499C101.82 67.6899 101.83 67.7199 101.85 67.7399C101.88 67.7399 101.91 67.7799 101.94 67.7999C102.15 67.9799 102.36 68.1599 102.57 68.3399C102.62 68.3799 102.67 68.4299 102.72 68.4699C102.92 68.6399 103.12 68.8099 103.32 68.9699C103.38 69.0199 103.44 69.0699 103.5 69.1199C103.7 69.2799 103.89 69.4499 104.09 69.6099C104.15 69.6599 104.22 69.7199 104.29 69.7699C104.49 69.9299 104.68 70.0899 104.88 70.2499C104.94 70.2999 105 70.3499 105.06 70.3899C105.27 70.5599 105.47 70.7199 105.67 70.8799C105.71 70.9099 105.74 70.9299 105.77 70.9599C106.7 71.6999 107.64 72.4299 108.57 73.1299C108.63 73.1699 108.69 73.2199 108.74 73.2599C108.93 73.3999 109.12 73.5399 109.3 73.6699C109.38 73.7199 109.45 73.7799 109.53 73.8399C109.71 73.9699 109.89 74.0999 110.07 74.2299C110.16 74.2899 110.24 74.3499 110.33 74.4099C110.51 74.5399 110.68 74.6599 110.86 74.7799C110.95 74.8399 111.03 74.8999 111.12 74.9599C111.3 75.0799 111.47 75.1999 111.65 75.3199C111.73 75.3699 111.81 75.4299 111.89 75.4799C112.07 75.5999 112.26 75.7199 112.44 75.8499C112.5 75.8899 112.57 75.9299 112.63 75.9699C113.33 76.4299 114.02 76.8599 114.71 77.2699C114.9 77.3799 115.08 77.4899 115.27 77.5999C115.34 77.6399 115.42 77.6899 115.49 77.7299C115.66 77.8299 115.83 77.9199 116 78.0199C116.09 78.0699 116.17 78.1199 116.26 78.1699C116.42 78.2599 116.59 78.3499 116.75 78.4399C116.84 78.4899 116.93 78.5399 117.03 78.5899C117.19 78.6699 117.35 78.7599 117.51 78.8399C117.6 78.8899 117.69 78.9299 117.79 78.9799C117.95 79.0599 118.11 79.1399 118.27 79.2099C118.36 79.2499 118.45 79.2899 118.53 79.3399C118.54 79.3399 118.56 79.3499 118.57 79.3599C118.57 79.3599 118.59 79.3599 118.6 79.3699C118.74 79.4399 118.88 79.4999 119.02 79.5699C119.1 79.6099 119.17 79.6399 119.25 79.6699C119.3 79.6899 119.35 79.7099 119.4 79.7399C119.47 79.7699 119.54 79.7999 119.61 79.8299C119.66 79.8499 119.71 79.8699 119.76 79.8999H119.77C120 79.9999 120.22 80.0999 120.45 80.1899C120.45 80.1899 120.75 87.1099 125.26 90.1199C125.58 90.3399 125.87 90.5299 126.13 90.7199C126.89 91.2699 127.74 91.8599 128.23 92.6699C128.29 92.7799 128.35 92.8899 128.37 93.0099C128.39 93.1299 128.35 93.2699 128.25 93.3399C128.11 93.4499 127.9 93.3899 127.73 93.3199C127.16 93.0999 126.58 92.8699 126.03 92.5899C125.76 92.4499 125.49 92.2899 125.24 92.1199C125.15 92.0599 124.72 91.6299 124.6 91.7199C124.58 91.7399 124.56 91.7699 124.56 91.8199C124.56 91.8399 124.56 91.8699 124.56 91.8999C124.56 91.9899 124.59 92.1099 124.62 92.2599C124.63 92.3099 124.65 92.3599 124.66 92.4099C124.89 93.1699 125.27 93.9499 125.69 94.6099C126 95.0899 126.38 95.5299 126.85 95.8599C127.05 95.9999 127.39 96.1399 127.62 96.3499C127.64 96.3699 127.66 96.3799 127.68 96.3999C127.72 96.4399 127.75 96.4799 127.77 96.5299C127.77 96.5299 127.78 96.5399 127.78 96.5499C127.84 96.6599 127.85 96.7799 127.81 96.9199C127.81 96.9399 127.79 96.9599 127.78 96.9799C127.76 97.0199 127.73 97.0699 127.69 97.1099C127.65 97.1499 127.61 97.1799 127.57 97.2099C127.53 97.2399 127.48 97.2599 127.43 97.2899C127.37 97.3199 127.3 97.3399 127.23 97.3599C127.23 97.3599 127.23 97.3599 127.22 97.3599C127.15 97.3799 127.08 97.3899 127 97.4099C126.99 97.4099 126.98 97.4099 126.96 97.4099C126.89 97.4099 126.81 97.4299 126.73 97.4299C126.71 97.4299 126.69 97.4299 126.67 97.4299C126.59 97.4299 126.5 97.4299 126.42 97.4299C126.16 97.4299 125.91 97.4599 125.83 97.7699C125.77 97.9999 125.87 98.2499 125.96 98.4699C126.83 100.35 128.55 101.81 130.55 102.36C130.75 102.41 131.01 102.57 130.92 102.75C130.88 102.83 130.79 102.87 130.71 102.9C129.94 103.19 129.12 103.38 128.31 103.49C128.11 103.52 127.87 103.52 127.63 103.52C127.39 103.52 127.16 103.51 126.95 103.52C126.73 103.52 126.08 103.61 126.62 103.98C128.06 104.94 129.56 105.81 131.11 106.6C132.45 107.29 133.76 108.04 135.24 108.38C135.5 108.44 135.77 108.5 136.02 108.59C136.08 108.61 136.14 108.65 136.16 108.71C136.2 108.83 136.05 108.92 135.94 108.95C135.18 109.18 134.39 109.28 133.6 109.25C133.32 109.24 132.67 109.07 132.57 109.45C132.54 109.54 132.55 109.66 132.59 109.8C132.62 109.92 132.68 110.06 132.75 110.2C133.68 112.02 135.78 113.32 137.73 113.72C138.28 113.83 138.84 113.88 139.38 114.04C139.65 114.12 139.94 114.28 140.05 114.51C140.09 114.59 140.11 114.67 140.1 114.76C140.08 114.92 139.99 115.05 139.89 115.17C139.68 115.43 139 115.63 138.42 115.75C138.15 115.81 138.02 116.09 138.1 116.32C138.12 116.4 138.17 116.47 138.24 116.53C138.37 116.63 138.47 116.72 138.52 116.76C139.52 117.63 140.67 118.36 141.89 118.89C143.01 119.38 144.23 119.54 145.38 119.97C147 120.58 148.53 121.41 150.11 122.13C151.71 122.86 153.38 123.46 155.07 123.97C155.31 124.04 155.55 124.12 155.8 124.19C157.25 124.61 158.86 125 160.63 125.33C160.68 125.33 160.73 125.35 160.78 125.36C161.63 125.52 162.5 125.67 163.43 125.8C163.62 125.83 163.82 125.85 164.01 125.87C164.18 125.89 164.6 125.96 164.77 125.97C165.93 126.1 166.89 126.16 168.16 126.23C168.42 126.25 168.69 126.26 168.96 126.27C168.97 126.27 168.99 126.27 169 126.26C169.53 126.28 170.04 126.31 170.59 126.32C170.89 126.32 171.19 126.34 171.49 126.34C172.68 126.35 173.91 126.34 175.19 126.29C175.6 126.27 176 126.25 176.39 126.23C176.49 126.23 176.59 126.22 176.69 126.21C177.03 126.19 177.36 126.17 177.68 126.14C177.73 126.14 177.78 126.14 177.83 126.13C178.21 126.1 178.57 126.06 178.93 126.02C178.99 126.02 179.05 126.01 179.11 126C179.43 125.96 179.75 125.92 180.06 125.88C180.1 125.88 180.14 125.88 180.18 125.86C180.27 125.85 180.38 125.75 180.51 125.6C182.01 123.82 187.17 120.57 180.17 121.46C164.17 123.5 158.18 121.11 161.59 118.81H161.63Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
23
|
+
<path d="M205.85 101.83C205.85 101.83 205.82 101.79 205.8 101.78C204.81 102.68 203.82 103.58 202.81 104.47C204.13 104.51 205.43 104.69 206.68 105.1C207.11 105.24 207.53 105.41 207.93 105.61L207.7 104.96C207.29 103.81 206.66 102.75 205.84 101.84L205.85 101.83Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
24
|
+
<path d="M214.15 104.97C212.23 105.45 210.24 105.41 208.3 105.05C208.1 105.01 207.9 104.97 207.7 104.92C207.29 103.78 206.66 102.73 205.85 101.83C204.6 100.45 202.61 98.2302 200.76 96.1802C200.35 96.9802 199.92 97.7702 199.49 98.5502C199.49 98.5702 199.47 98.5802 199.46 98.6002C197.73 101.75 195.28 104.44 192.33 106.5C192.2 106.59 190.95 107.43 189.36 108.51C185.36 111.21 185.3 117.12 189.28 119.84C189.33 119.87 189.37 119.9 189.41 119.93C190.04 120.34 190.7 120.76 191.38 121.12C192.06 120.36 192.64 119.5 193.06 118.58C193.68 117.22 193.67 115.57 194.59 114.35C194.97 113.84 195.49 113.45 196.02 113.09C199 111.01 203.62 107.76 207.48 108.43C207.77 108.48 208.05 108.52 208.34 108.56C208.36 108.56 208.38 108.56 208.39 108.56C208.97 108.63 209.56 108.68 210.14 108.68H210.38C210.38 108.68 215.14 108.52 215.13 108.27C215.59 107.82 215.75 105.69 215.83 105.52C215.83 105.49 215.85 105.47 215.86 105.44C215.86 105.43 215.86 105.41 215.87 105.4C215.87 105.4 215.87 105.38 215.87 105.37C215.9 105.3 215.92 105.22 215.94 105.14C215.95 105.1 215.97 105.05 215.98 105.01C215.99 104.97 216 104.92 216.02 104.88C216.03 104.84 216.04 104.79 216.05 104.75C216.07 104.68 216.08 104.62 216.1 104.54C216.1 104.49 216.12 104.43 216.13 104.38C216.13 104.34 216.13 104.31 216.15 104.27C215.5 104.57 214.83 104.81 214.14 104.98L214.15 104.97Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
25
|
+
<path d="M200.63 98.2399C200.53 98.5399 200.47 98.8499 200.47 99.1799C200.47 99.9399 200.76 100.62 201.24 101.14C201.77 101.71 202.52 102.08 203.37 102.08C203.61 102.08 203.83 102.05 204.05 101.99C204.23 101.95 204.4 101.89 204.56 101.82C204.53 101.84 204.63 101.95 204.81 102.11C205.28 102.54 206.27 103.31 206.39 103.38C207.16 103.81 206.97 104.73 207.68 105.25C208.81 106.08 210.63 106.78 211.97 107.3C212.99 107.7 214.07 108 215.14 108.27C215.14 108.27 214.96 107.8 214.63 107.14C214.53 106.94 214.42 106.73 214.29 106.51C213.71 105.49 212.86 104.3 211.81 103.7C210.24 102.81 207.39 100.91 206.13 100.06C206.22 99.7799 206.27 99.4899 206.27 99.1899C206.27 97.5899 204.97 96.2999 203.37 96.2999C203.05 96.2999 202.75 96.3499 202.46 96.4499C201.21 94.9599 196.17 89.3099 193.54 88.6099C193.54 88.6099 193.76 88.8099 194.15 89.2199C194.85 89.9499 196.09 91.3499 197.58 93.4599C198.52 94.7799 199.56 96.3699 200.63 98.2499V98.2399ZM203.41 96.8699C203.85 96.8699 204.2 97.2199 204.2 97.6599C204.2 98.0999 203.85 98.4499 203.41 98.4499C202.97 98.4499 202.62 98.0999 202.62 97.6599C202.62 97.2199 202.97 96.8699 203.41 96.8699Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
26
|
+
<path d="M203.41 98.7498C204.01 98.7498 204.49 98.2698 204.49 97.6698C204.49 97.0698 204.01 96.5898 203.41 96.5898C202.81 96.5898 202.32 97.0698 202.32 97.6698C202.32 98.2698 202.81 98.7498 203.41 98.7498Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
27
|
+
<path d="M219.96 109.71C219.23 108.78 218.35 107.8 217.3 106.79C217.27 106.76 217.23 106.73 217.2 106.7C216.78 106.3 216.33 105.89 215.85 105.48C215.85 105.48 215.85 105.5 215.83 105.52C215.75 105.69 215.36 106.47 214.91 106.92C214.82 107.01 214.72 107.09 214.63 107.14C214.96 107.8 215.14 108.27 215.14 108.27C214.07 108 212.99 107.71 211.97 107.3C210.62 106.77 208.81 106.08 207.68 105.25L207.95 105.61L210.26 108.69L211.87 110.84L211.9 110.88L212.16 111.23L213.56 110.19C213.56 110.19 218.31 113.37 221.15 115.67C222.17 116.5 222.92 117.2 223.08 117.58C223.55 118.71 224.12 114.99 219.99 109.73L219.96 109.71Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
28
|
+
<path d="M219.69 113.69C218.2 112.44 216.73 111.14 215.54 109.58C215.19 109.12 214.87 108.64 214.62 108.13C213.72 107.9 212.82 107.64 211.97 107.3C210.62 106.77 208.81 106.08 207.68 105.25L207.95 105.61L210.25 108.69L211.86 110.84L211.89 110.88L212.15 111.23L213.4 110.09C213.4 110.09 218.3 113.37 221.13 115.67C222.15 116.5 222.9 117.2 223.06 117.58C223.22 117.96 223.38 117.79 223.38 117.21C222.29 115.88 221 114.81 219.69 113.71V113.69Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
29
|
+
<path d="M212.64 107.57C212.64 107.57 212.64 107.55 212.64 107.54C212.42 107.46 212.19 107.38 211.97 107.3C210.62 106.77 208.81 106.08 207.68 105.25L207.95 105.61L210.25 108.69L212.196 111.337L213.55 110.19L213.68 110.28C213.18 109.46 212.86 108.48 212.65 107.58L212.64 107.57Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
30
|
+
<path d="M183.61 97.85C183.61 97.69 183.58 97.52 183.56 97.35C183.53 97.11 183.48 96.86 183.42 96.6C183.4 96.52 183.38 96.43 183.36 96.35C182.92 94.73 181.9 92.68 179.85 90.13C179.73 89.98 179.61 89.83 179.48 89.67C179.44 89.62 179.4 89.57 179.36 89.53C179.36 89.53 179.34 89.51 179.34 89.5C179.29 89.44 179.24 89.38 179.19 89.32C179.16 89.28 179.12 89.24 179.08 89.19C179.04 89.14 178.99 89.08 178.94 89.03C178.87 88.95 178.8 88.88 178.74 88.8C178.7 88.75 178.65 88.7 178.6 88.65C178.57 88.61 178.54 88.58 178.51 88.54C178.37 88.38 178.22 88.22 178.07 88.06C178.07 88.06 178.07 88.06 178.07 88.05C178.05 88.03 178.03 88.01 178.01 87.99C177.95 87.93 177.9 87.87 177.84 87.81C177.75 87.72 177.67 87.62 177.58 87.53C177.58 87.53 177.58 87.53 177.57 87.51C177.54 87.48 177.5 87.44 177.48 87.41C177.44 87.37 177.4 87.32 177.36 87.28C177.29 87.21 177.22 87.13 177.15 87.06C177.13 87.04 177.11 87.02 177.09 87C177.05 86.96 177 86.91 176.96 86.86C176.27 86.14 175.57 85.4 174.84 84.72C174.81 84.69 174.78 84.66 174.75 84.63C174.49 84.38 174.23 84.12 173.96 83.87C173.95 83.86 173.93 83.84 173.92 83.83C173.65 83.57 173.38 83.31 173.1 83.04C173.06 83 173.02 82.96 172.98 82.92C172.71 82.66 172.44 82.41 172.16 82.15C172.12 82.11 172.07 82.07 172.03 82.02C171.75 81.76 171.46 81.49 171.18 81.23C171.07 81.13 170.26 80.38 170.19 80.33C169.89 80.06 169.59 79.78 169.29 79.51C169.26 79.48 169.22 79.45 169.19 79.42C168.89 79.15 168.6 78.89 168.3 78.62C168.27 78.59 168.23 78.56 168.2 78.53C167.57 77.97 166.94 77.41 166.3 76.85C164.55 75.32 162.78 73.8 161 72.3C159.3 70.87 157.61 69.4 155.79 68.12C152.8 66.02 149.5 64.37 146.02 63.27C145.55 63.12 145.09 62.98 144.65 62.86C144.54 62.83 144.44 62.8 144.34 62.78C143.67 62.6 142.98 62.44 142.28 62.41C141.13 62.37 140.05 61.69 139.12 61.07C138.19 60.44 137.35 59.76 136.42 59.16C135.71 58.7 134.96 58.31 134.15 58.08C133.5 57.89 132.81 57.82 132.14 57.71C126.98 56.87 123.1 53.78 118.79 51.13C118.4 50.89 118.04 50.68 117.7 50.5C117.7 50.5 117.7 50.5 117.68 50.5C117.58 50.45 117.48 50.39 117.38 50.35C117.36 50.35 117.34 50.33 117.32 50.32C117.24 50.28 117.16 50.24 117.08 50.21C117.05 50.2 117.03 50.19 117 50.18C116.93 50.15 116.86 50.12 116.79 50.1C116.76 50.1 116.74 50.08 116.71 50.07C116.65 50.05 116.58 50.03 116.52 50.01C116.5 50.01 116.47 49.99 116.45 49.99C116.39 49.97 116.32 49.96 116.27 49.94C116.25 49.94 116.24 49.94 116.22 49.94C116.08 49.91 115.95 49.91 115.84 49.92C115.82 49.92 115.81 49.92 115.8 49.92C115.76 49.92 115.73 49.94 115.7 49.95C115.68 49.95 115.67 49.97 115.66 49.98C115.63 50 115.61 50.01 115.59 50.03C115.58 50.04 115.56 50.06 115.55 50.07C115.53 50.09 115.52 50.12 115.51 50.15C115.42 50.35 115.42 50.6 115.49 50.8C115.53 50.94 115.63 51.07 115.72 51.19C115.81 51.31 115.9 51.44 115.98 51.56C116.05 51.66 116.11 51.75 116.18 51.85C116.26 51.96 116.33 52.07 116.41 52.18C116.5 52.3 116.58 52.43 116.67 52.55C116.76 52.68 116.86 52.82 116.95 52.95C117.05 53.1 117.16 53.24 117.25 53.39C117.36 53.55 117.47 53.7 117.58 53.86C117.7 54.03 117.81 54.19 117.93 54.36C118.05 54.53 118.17 54.71 118.3 54.88C118.42 55.05 118.55 55.24 118.68 55.42C118.81 55.6 118.94 55.8 119.07 55.98C119.2 56.17 119.34 56.37 119.47 56.56C119.6 56.75 119.75 56.95 119.88 57.15C120.02 57.35 120.16 57.55 120.3 57.75C120.44 57.95 120.59 58.15 120.73 58.36C120.87 58.56 121.02 58.77 121.16 58.97C121.3 59.17 121.45 59.38 121.59 59.58C121.73 59.78 121.88 59.98 122.02 60.19C122.16 60.4 122.31 60.59 122.45 60.79C122.59 60.99 122.73 61.19 122.87 61.38C123.01 61.58 123.15 61.77 123.29 61.96C123.43 62.16 123.56 62.34 123.7 62.53C123.84 62.72 123.97 62.9 124.1 63.08C124.23 63.26 124.36 63.44 124.49 63.61C124.62 63.78 124.74 63.95 124.86 64.12C124.99 64.29 125.1 64.44 125.22 64.6C125.33 64.75 125.44 64.9 125.56 65.06C125.67 65.2 125.77 65.34 125.88 65.48C125.98 65.61 126.08 65.74 126.17 65.87C126.26 65.99 126.35 66.1 126.44 66.22C126.5 66.29 126.56 66.37 126.61 66.44C126.86 66.76 127.07 67 127.21 67.17C128.34 68.41 126.4 67.23 124.94 67.04C124.58 66.99 124.24 67 123.99 67.13C123.99 67.13 123.99 67.13 123.97 67.13C123.93 67.15 123.9 67.17 123.87 67.2C123.86 67.2 123.85 67.22 123.83 67.23C123.8 67.25 123.78 67.28 123.76 67.3C123.76 67.31 123.74 67.32 123.73 67.34C123.7 67.38 123.68 67.42 123.65 67.47C123.63 67.51 123.61 67.57 123.6 67.62C123.6 67.64 123.6 67.66 123.59 67.67C123.59 67.71 123.57 67.76 123.57 67.81C123.57 67.83 123.57 67.85 123.57 67.87C123.48 69.29 124.37 71.16 124.95 72.42C125.69 74.02 126.64 75.53 127.74 76.91C129.92 79.66 132.69 81.84 135.27 84.17C135.31 84.21 135.34 84.24 135.38 84.27C135.46 84.35 135.55 84.42 135.63 84.5C135.69 84.55 135.74 84.6 135.8 84.65C135.88 84.72 135.96 84.79 136.04 84.86C136.08 84.9 136.13 84.94 136.18 84.98C136.27 85.06 136.37 85.15 136.46 85.23C136.5 85.26 136.53 85.29 136.57 85.33C136.69 85.44 136.81 85.54 136.93 85.65C136.98 85.7 137.04 85.75 137.09 85.79C137.14 85.83 137.19 85.88 137.24 85.92C137.26 85.94 137.29 85.96 137.31 85.98C137.36 86.03 137.42 86.08 137.47 86.12C137.54 86.18 137.61 86.25 137.68 86.31C137.73 86.36 137.79 86.41 137.85 86.46C137.93 86.53 138.01 86.6 138.09 86.68C138.13 86.72 138.17 86.75 138.21 86.78C138.33 86.88 138.44 86.99 138.56 87.09C138.6 87.13 138.64 87.16 138.68 87.19C138.76 87.26 138.84 87.33 138.92 87.4C138.96 87.44 139.01 87.47 139.05 87.51C139.13 87.58 139.2 87.64 139.28 87.71C139.32 87.75 139.37 87.79 139.41 87.83C139.42 87.84 139.44 87.86 139.45 87.87C139.52 87.93 139.6 88 139.67 88.06C139.69 88.08 139.72 88.1 139.74 88.12C139.85 88.22 139.96 88.31 140.06 88.4C140.1 88.43 140.13 88.46 140.16 88.49C140.23 88.55 140.3 88.62 140.37 88.68C140.41 88.72 140.45 88.75 140.5 88.79C140.57 88.85 140.63 88.91 140.7 88.96C140.74 88.99 140.77 89.02 140.8 89.05C140.89 89.13 140.98 89.2 141.06 89.27C141.07 89.27 141.08 89.29 141.1 89.3C141.19 89.38 141.29 89.46 141.38 89.53C141.41 89.56 141.44 89.58 141.47 89.6C141.53 89.65 141.59 89.7 141.65 89.75C141.68 89.78 141.71 89.8 141.75 89.83C141.81 89.88 141.87 89.93 141.92 89.97C141.95 89.99 141.97 90.01 142 90.04C142.16 90.17 142.31 90.3 142.46 90.41C142.48 90.43 142.5 90.45 142.52 90.46C142.57 90.5 142.61 90.53 142.66 90.57C142.68 90.59 142.71 90.61 142.73 90.62C142.77 90.65 142.81 90.68 142.86 90.72C142.88 90.73 142.9 90.75 142.92 90.76C142.98 90.8 143.03 90.84 143.08 90.88C143.29 91.03 143.49 91.18 143.7 91.36C143.9 91.53 144.1 91.7 144.3 91.88C144.42 91.98 144.53 92.09 144.64 92.2C144.67 92.23 144.7 92.26 144.73 92.29C144.85 92.41 144.97 92.52 145.09 92.64C145.11 92.66 145.14 92.69 145.16 92.71C145.29 92.84 145.41 92.97 145.54 93.1C145.55 93.12 145.57 93.13 145.58 93.15C145.71 93.29 145.84 93.43 145.97 93.57C145.97 93.57 145.97 93.57 145.98 93.59C147.02 94.74 147.85 96.08 148.93 97.18C149.57 97.82 150.33 98.32 151.1 98.8C153.93 100.55 156.93 102.04 160.05 103.19C161.29 103.65 162.63 104.08 164.04 104.45C165.42 104.82 166.86 105.12 168.31 105.32C168.87 105.4 169.42 105.46 169.98 105.5C170.03 105.5 170.08 105.5 170.12 105.51C170.72 105.55 171.32 105.58 171.91 105.58H171.93C172.24 105.58 172.55 105.58 172.85 105.56C173.46 105.53 174.07 105.48 174.66 105.4C175.25 105.32 175.84 105.2 176.41 105.06C177.42 104.8 178.37 104.43 179.27 103.95C179.92 103.6 180.54 103.19 181.12 102.7C182.1 101.87 183.13 100.93 183.5 99.66C183.59 99.35 183.66 99 183.69 98.6C183.71 98.36 183.71 98.1 183.69 97.82H183.68L183.61 97.85Z" fill="var(--sapContent_Illustrative_Color24)"/>
|
|
31
|
+
<path d="M183.61 97.8498C183.61 97.6898 183.58 97.5198 183.56 97.3498C183.53 97.1098 183.48 96.8598 183.42 96.5998C183.4 96.5198 183.38 96.4298 183.36 96.3498C182.92 94.7298 181.9 92.6798 179.85 90.1298C179.73 89.9798 179.61 89.8298 179.48 89.6698C179.44 89.6198 179.4 89.5698 179.36 89.5298C179.36 89.5298 179.34 89.5098 179.34 89.4998C179.29 89.4398 179.24 89.3798 179.19 89.3198C179.16 89.2798 179.12 89.2398 179.08 89.1898C179.04 89.1398 178.99 89.0798 178.94 89.0298C178.87 88.9498 178.8 88.8798 178.74 88.7998C178.7 88.7498 178.65 88.6998 178.6 88.6498C178.57 88.6098 178.54 88.5798 178.51 88.5398C178.4 88.4198 178.29 88.2998 178.18 88.1698C178.2 88.6498 178.21 89.1198 178.22 89.5998C178.24 92.1898 178.12 95.3798 176.26 97.4098C174.51 99.3098 171.55 99.5998 169.14 99.2898C166.11 98.9098 163.22 97.7898 160.48 96.4898C157.84 95.2398 155.31 93.7798 152.85 92.2298C149.93 90.3898 147.09 88.3998 144.29 86.3798C140.8 83.8498 137.39 81.1998 134.22 78.2798C134.22 78.2798 134.2 78.2598 134.19 78.2498C132.33 76.5298 131.72 73.8298 132.67 71.4798C132.73 71.3198 132.8 71.1798 132.86 71.0498C133.4 69.9898 134.19 69.0398 135.24 68.5798C133.82 67.0098 132.35 65.4898 130.88 63.9698C128.48 61.4998 126.18 58.9298 123.97 56.2798C123.01 55.1198 122 53.9098 121.14 52.6198C120.36 52.1098 119.57 51.6098 118.77 51.1098C118.38 50.8698 118.02 50.6598 117.68 50.4798C117.68 50.4798 117.68 50.4798 117.66 50.4798C117.56 50.4298 117.46 50.3698 117.36 50.3298C117.34 50.3298 117.32 50.3098 117.3 50.2998C117.22 50.2598 117.14 50.2198 117.06 50.1898C117.03 50.1798 117.01 50.1698 116.98 50.1598C116.91 50.1298 116.84 50.0998 116.77 50.0798C116.74 50.0798 116.72 50.0598 116.69 50.0498C116.63 50.0298 116.56 49.9998 116.5 49.9898C116.48 49.9898 116.45 49.9698 116.43 49.9698C116.37 49.9498 116.3 49.9398 116.25 49.9298C116.23 49.9298 116.22 49.9298 116.2 49.9298C116.06 49.8998 115.93 49.8998 115.82 49.9098C115.8 49.9098 115.79 49.9098 115.78 49.9098C115.74 49.9098 115.71 49.9298 115.68 49.9398C115.66 49.9398 115.65 49.9598 115.64 49.9698C115.61 49.9898 115.59 49.9998 115.57 50.0198C115.56 50.0298 115.54 50.0498 115.53 50.0598C115.51 50.0798 115.5 50.1098 115.49 50.1398C115.4 50.3398 115.4 50.5898 115.47 50.7898C115.51 50.9298 115.61 51.0598 115.7 51.1798C115.79 51.2998 115.88 51.4298 115.96 51.5498C116.03 51.6498 116.09 51.7398 116.16 51.8398C116.24 51.9498 116.31 52.0598 116.39 52.1698C116.48 52.2898 116.56 52.4198 116.65 52.5398C116.74 52.6698 116.84 52.8098 116.93 52.9398C117.03 53.0898 117.14 53.2298 117.23 53.3798C117.34 53.5398 117.45 53.6898 117.56 53.8498C117.68 54.0198 117.79 54.1798 117.91 54.3498C118.03 54.5198 118.15 54.6998 118.28 54.8698C118.41 55.0498 118.53 55.2298 118.66 55.4098C118.79 55.5998 118.92 55.7898 119.05 55.9698C119.18 56.1598 119.32 56.3598 119.45 56.5498C119.59 56.7498 119.73 56.9398 119.86 57.1398C120 57.3398 120.14 57.5398 120.28 57.7398C120.42 57.9398 120.57 58.1398 120.71 58.3498C120.85 58.5498 121 58.7598 121.14 58.9598C121.28 59.1598 121.43 59.3698 121.57 59.5698C121.71 59.7698 121.86 59.9698 122 60.1798C122.14 60.3798 122.29 60.5798 122.43 60.7798C122.57 60.9798 122.71 61.1798 122.85 61.3698C122.99 61.5698 123.13 61.7598 123.27 61.9498C123.41 62.1398 123.54 62.3298 123.68 62.5198C123.81 62.6998 123.95 62.8898 124.08 63.0698C124.21 63.2498 124.34 63.4298 124.47 63.5998C124.6 63.7698 124.72 63.9398 124.84 64.1098C124.96 64.2698 125.08 64.4298 125.2 64.5898C125.31 64.7398 125.42 64.8898 125.54 65.0498C125.65 65.1898 125.75 65.3298 125.86 65.4698C125.96 65.5998 126.06 65.7298 126.15 65.8598C126.24 65.9798 126.33 66.0898 126.42 66.2098C126.48 66.2798 126.54 66.3598 126.59 66.4298C126.84 66.7498 127.05 66.9898 127.19 67.1598C128.32 68.3998 126.38 67.2198 124.92 67.0298C124.56 66.9798 124.22 66.9898 123.97 67.1198C123.97 67.1198 123.97 67.1198 123.95 67.1198C123.91 67.1398 123.88 67.1598 123.85 67.1898C123.84 67.1898 123.83 67.2098 123.81 67.2198C123.78 67.2398 123.76 67.2698 123.74 67.2898C123.74 67.2998 123.72 67.3098 123.71 67.3298C123.68 67.3698 123.66 67.4098 123.63 67.4598C123.61 67.4998 123.59 67.5598 123.58 67.6098C123.58 67.6298 123.58 67.6498 123.57 67.6598C123.57 67.7098 123.55 67.7498 123.55 67.7998C123.55 67.8198 123.55 67.8398 123.55 67.8598C123.46 69.2798 124.35 71.1498 124.93 72.4098C125.67 74.0098 126.62 75.5198 127.72 76.8998C127.96 77.2098 128.22 77.5098 128.48 77.8098C128.53 77.8698 128.58 77.9198 128.63 77.9798C128.87 78.2498 129.12 78.5198 129.37 78.7898C129.44 78.8598 129.51 78.9398 129.58 79.0098C129.81 79.2498 130.05 79.4798 130.28 79.7098C130.38 79.8098 130.49 79.9098 130.59 80.0098C130.76 80.1698 130.92 80.3198 131.09 80.4798C131.4 80.7698 131.71 81.0498 132.02 81.3298C133.09 82.2798 134.17 83.2098 135.22 84.1598C135.26 84.1998 135.29 84.2298 135.33 84.2598C135.41 84.3398 135.5 84.4098 135.58 84.4898C135.64 84.5398 135.69 84.5898 135.75 84.6398C135.83 84.7098 135.91 84.7798 135.99 84.8498C136.03 84.8898 136.08 84.9298 136.13 84.9698C136.22 85.0498 136.32 85.1398 136.41 85.2198C136.45 85.2498 136.48 85.2798 136.52 85.3198C136.64 85.4298 136.76 85.5298 136.88 85.6398C136.93 85.6898 136.99 85.7398 137.04 85.7798C137.09 85.8198 137.14 85.8698 137.19 85.9098C137.21 85.9298 137.24 85.9498 137.26 85.9698C137.31 86.0198 137.37 86.0698 137.42 86.1098C137.49 86.1698 137.56 86.2398 137.63 86.2998C137.68 86.3498 137.74 86.3998 137.8 86.4498C137.88 86.5198 137.96 86.5898 138.04 86.6698C138.08 86.7098 138.12 86.7398 138.16 86.7698C138.28 86.8698 138.39 86.9798 138.51 87.0798C138.55 87.1198 138.59 87.1498 138.63 87.1798C138.71 87.2498 138.79 87.3198 138.87 87.3898C138.91 87.4298 138.96 87.4598 139 87.4998C139.08 87.5698 139.15 87.6298 139.23 87.6998C139.27 87.7398 139.32 87.7798 139.36 87.8198C139.37 87.8298 139.39 87.8498 139.4 87.8598C139.47 87.9198 139.55 87.9898 139.62 88.0498C139.64 88.0698 139.67 88.0898 139.69 88.1098C139.8 88.2098 139.91 88.2998 140.01 88.3898C140.05 88.4198 140.08 88.4498 140.11 88.4798C140.18 88.5398 140.25 88.6098 140.33 88.6698C140.37 88.7098 140.41 88.7398 140.46 88.7798C140.53 88.8398 140.59 88.8998 140.66 88.9498C140.7 88.9798 140.73 89.0098 140.76 89.0398C140.85 89.1198 140.94 89.1898 141.02 89.2598C141.03 89.2598 141.04 89.2798 141.06 89.2898C141.15 89.3698 141.25 89.4498 141.34 89.5198C141.37 89.5498 141.4 89.5698 141.43 89.5898C141.49 89.6398 141.55 89.6898 141.61 89.7398C141.64 89.7698 141.67 89.7898 141.71 89.8198C141.77 89.8698 141.83 89.9198 141.88 89.9598C141.91 89.9798 141.93 90.0098 141.96 90.0298C142.12 90.1598 142.27 90.2898 142.42 90.3998C142.44 90.4198 142.46 90.4398 142.48 90.4498C142.53 90.4898 142.57 90.5198 142.62 90.5598C142.64 90.5798 142.67 90.5998 142.69 90.6098C142.73 90.6398 142.77 90.6698 142.82 90.7098C142.84 90.7198 142.86 90.7398 142.88 90.7498C142.94 90.7898 142.99 90.8298 143.04 90.8698C143.25 91.0198 143.45 91.1698 143.66 91.3498C143.86 91.5198 144.06 91.6898 144.26 91.8698C144.38 91.9698 144.49 92.0798 144.6 92.1898C144.63 92.2198 144.66 92.2498 144.69 92.2798C144.81 92.3998 144.93 92.5098 145.05 92.6298C145.07 92.6498 145.1 92.6698 145.12 92.6998C145.25 92.8298 145.37 92.9598 145.5 93.0898C145.51 93.1098 145.53 93.1198 145.54 93.1298C145.67 93.2698 145.8 93.4098 145.93 93.5498C145.93 93.5498 145.93 93.5498 145.94 93.5698C146.98 94.7198 147.81 96.0598 148.89 97.1598C149.53 97.7998 150.29 98.2998 151.06 98.7798C153.89 100.53 156.89 102.02 160.01 103.17C161.25 103.63 162.59 104.06 164 104.43C165.38 104.8 166.82 105.1 168.27 105.3C168.83 105.38 169.38 105.44 169.94 105.48C169.99 105.48 170.04 105.48 170.08 105.49C170.68 105.53 171.28 105.56 171.87 105.56H171.89C172.2 105.56 172.51 105.56 172.81 105.54C173.42 105.51 174.03 105.46 174.62 105.38C175.21 105.3 175.8 105.18 176.37 105.04C177.38 104.78 178.33 104.41 179.23 103.93C179.88 103.58 180.5 103.17 181.08 102.68C182.06 101.85 183.09 100.91 183.46 99.6398C183.55 99.3298 183.62 98.9798 183.65 98.5798C183.67 98.3398 183.67 98.0798 183.65 97.7998L183.61 97.8498Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
32
|
+
</g>
|
|
33
|
+
<defs>
|
|
34
|
+
<clipPath id="clip0_6865_476400">
|
|
35
|
+
<rect width="182.58" height="169.92" fill="var(--sapContent_Illustrative_Color8)" transform="translate(69 35)"/>
|
|
36
|
+
</clipPath>
|
|
37
|
+
</defs>
|
|
38
|
+
</svg>`;
|
|
@@ -0,0 +1,34 @@
|
|
|
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-NoActivities">
|
|
2
|
+
<rect y="57.3999" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M196.954 72.1923C198.809 72.0528 200.435 73.4398 200.574 75.2948L200.873 78.3104C202.087 78.3656 203.045 78.7105 203.15 79.9237C203.15 79.9237 206.341 111.13 209.504 134.49C212.59 157.235 214.558 173.502 214.564 173.559C214.716 175.414 213.21 177.04 211.196 177.18L122.276 183.565C120.263 183.705 118.498 182.318 118.347 180.463C118.347 180.463 115.754 168.523 113.813 154.046C113.371 154.432 112.961 154.787 112.594 155.099C108.539 158.546 104.731 162.215 102.203 166.893C99.7162 171.49 97.8939 176.505 94.7422 180.724C93.1827 182.808 91.3357 184.401 89.251 185.928C86.1546 188.208 80.3746 191.677 78.6543 195.117L60 195.308L65.7188 182.184C66.7866 179.375 76.6024 151.946 78.6543 142.048C79.0155 140.283 79.9676 138.691 81.3955 137.6C85.836 134.193 91.2701 133.561 96.6709 131.197C103.997 128.702 108.396 127.121 111.356 126.322C110.248 107.257 109.518 84.6694 109.637 82.5565C109.597 80.7736 111.016 79.228 112.813 79.0849L196.954 72.1923Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M137.435 129.342C137.435 129.342 135.24 158.708 129.708 159.092C124.175 159.475 123.274 147.964 123.274 147.964C123.274 147.964 126.192 133.009 137.435 129.342Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
5
|
+
<path d="M121.606 132.938C121.588 134.411 119.304 136.472 117.938 137.578C116.636 136.427 115.493 135.107 114.467 133.706C111.844 130.145 109.622 126.067 108.551 121.767C108.444 121.338 107.356 119.902 107.463 119.429C115.36 115.967 125.621 110.407 128.914 109.087C136.775 105.946 137.988 115.565 137.988 115.565C137.988 115.565 133.946 118.759 132.929 121.686C131.921 124.613 121.624 130.815 121.606 132.92V132.938Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
6
|
+
<path d="M116.181 142.128C114.458 141.182 110.898 132.83 110.256 131.278C110.256 131.26 112.808 127.548 115.154 127.28C115.743 127.182 114.958 133.044 116.618 132.964C118.973 132.857 120.401 129.315 122.052 126.441C123.453 123.987 124.524 123.291 125.041 122.328C125.693 121.114 125.461 120.954 125.336 119.695C125.264 118.946 125.264 118.179 125.38 117.438C125.434 117.117 125.532 116.76 125.817 116.617C126.076 116.483 126.415 116.599 126.603 116.822C126.995 117.313 126.719 118.107 126.986 118.669C127.201 119.107 127.691 119.356 128.164 119.374C128.61 119.392 129.003 119.178 129.333 118.901C130.101 118.259 130.975 117.795 131.475 116.947C132.019 115.894 131.876 114.404 132.992 114.565L137.355 115.484C137.355 115.484 137.935 117.59 137.284 119.927C136.98 120.561 134.303 121.819 133.705 122.337C129.637 125.852 125.202 134.419 125.175 136.275C125.157 137.747 119.58 144.287 118.063 142.833L116.181 142.119V142.128Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
7
|
+
<path d="M129.797 60.3931L210.979 60.179C212.996 60.0273 215.155 59.8399 215.316 61.8565C215.316 61.8565 218.51 95.782 221.678 121.177C224.774 145.948 226.746 163.651 226.746 163.651C226.898 165.667 225.39 167.434 223.373 167.586L134.321 174.528C132.305 174.68 130.538 173.172 130.386 171.155C130.386 171.155 126.032 149.392 124.381 128.057C122.73 106.722 121.579 66.1931 121.749 63.6857C121.936 60.7946 124.015 60.7768 129.797 60.3931Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
8
|
+
<path d="M130.207 60.3933L212.291 59.2869C214.307 59.1352 216.467 58.9478 216.627 60.9644C216.627 60.9644 219.822 94.8899 222.99 120.285C226.086 145.055 228.058 162.759 228.058 162.759C228.21 164.775 226.702 166.542 224.685 166.694L135.633 173.636C133.616 173.788 131.849 172.28 131.698 170.263C131.698 170.263 127.343 148.5 125.692 127.165C124.042 105.83 122.989 64.4712 122.989 64.4712C122.989 62.5616 124.434 60.777 130.216 60.3933H130.207Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
9
|
+
<path d="M140.942 129.511C140.942 129.511 142.12 141.888 141.201 147.188C140.282 152.488 138.122 152.916 136.962 152.372C135.802 151.828 133.366 150.498 133.295 147.027C133.223 143.556 132.135 139.996 132.135 139.996L134.267 133.848L140.951 129.511H140.942Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
10
|
+
<path d="M130.359 61.8381L216.181 55.1458C218.198 54.9941 220.357 54.8067 220.518 56.8233C220.518 56.8233 223.712 90.7488 226.88 116.144C229.976 140.914 231.948 158.618 231.948 158.618C232.1 160.634 230.592 162.401 228.575 162.553L139.523 169.495C137.507 169.647 135.74 168.139 135.588 166.122C135.588 166.122 131.234 144.359 129.583 123.024C127.932 101.688 126.879 65.7553 126.879 65.7553C126.728 63.7387 128.343 61.9987 130.359 61.8381Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path d="M130.208 60.3928L216.583 53.4507C218.6 53.299 220.366 54.807 220.518 56.8236L222.508 76.9005L127.54 84.387L126.763 64.3547C126.612 62.3381 128.2 60.5624 130.217 60.4018L130.208 60.3928Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
12
|
+
<path d="M142.022 133.464C141.968 133.544 141.915 133.615 141.87 133.696C141.924 133.615 141.977 133.544 142.022 133.464Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
13
|
+
<path d="M146.269 120.249C146.224 120.178 146.18 120.124 146.135 120.053C146.198 120.187 146.26 120.33 146.314 120.463C146.296 120.392 146.287 120.321 146.278 120.249H146.269Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
14
|
+
<path d="M136.257 141.085C137.783 139.193 139.729 136.81 141.513 134.205C139.72 136.784 137.783 139.175 136.257 141.085Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
15
|
+
<path d="M153.113 75.6341C155.937 75.6341 158.227 73.3449 158.227 70.5209C158.227 67.697 155.937 65.4077 153.113 65.4077C150.289 65.4077 148 67.697 148 70.5209C148 73.3449 150.289 75.6341 153.113 75.6341Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
16
|
+
<path d="M196.881 72.0199C199.705 72.0199 201.994 69.7306 201.994 66.9067C201.994 64.0827 199.705 61.7935 196.881 61.7935C194.057 61.7935 191.768 64.0827 191.768 66.9067C191.768 69.7306 194.057 72.0199 196.881 72.0199Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
17
|
+
<path d="M149.535 74.1883C149.535 74.1883 148.785 73.644 148.295 72.3412C147.804 71.0385 148.045 69.8071 148.045 69.8071C151.418 69.8428 153.086 67.8886 152.622 60.5717C152.319 55.7979 151.034 52.8711 149.892 52.0859C149.624 51.8985 149.285 51.7557 148.625 51.9609C147.144 52.416 146.448 55.3606 146.688 59.144L142.209 59.5009C141.674 51.1846 145.172 48.356 147.304 47.6957C149.151 47.1246 150.918 47.3745 152.417 48.4096C155.96 50.8456 156.852 56.8954 157.066 60.2862C157.334 64.4265 157.744 73.0819 149.535 74.1883Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
18
|
+
<path d="M193.472 70.7163C193.472 70.7163 192.669 70.056 192.187 68.9407C191.634 67.6736 191.777 66.585 191.777 66.585C195.489 66.585 197.711 64.3453 197.238 57.0284C196.934 52.2545 195.649 49.3277 194.507 48.5425C194.24 48.3551 193.9 48.2124 193.24 48.4176C191.759 48.8727 190.983 51.7727 191.224 55.556L186.824 55.913C186.289 47.5967 189.787 44.8216 191.92 44.1613C193.758 43.5902 195.533 43.8401 197.041 44.8751C200.584 47.3111 201.476 53.361 201.69 56.7517C201.958 60.892 201.69 69.6188 193.472 70.7253V70.7163Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
19
|
+
<path d="M201.75 164.641C194.959 127.316 191.634 79.818 191.607 79.3361L193.383 79.1934C193.419 79.6841 196.798 127.267 203.571 164.503L201.75 164.641Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
20
|
+
<path d="M167.308 167.332C160.116 129.328 158.03 82.4511 158.003 81.9782L159.779 81.8354C159.796 82.3084 161.923 129.311 169.097 167.19L167.308 167.332Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
21
|
+
<path d="M128.872 112.245L128.748 110.476C129.06 110.449 159.6 107.658 225.301 102.768L225.524 104.544C159.841 109.434 129.184 112.218 128.872 112.245Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
22
|
+
<path d="M123.007 65.4075C122.98 64.4705 122.855 62.9446 124.381 63.2837C125.791 63.596 126.755 63.7834 126.915 66.9959C126.987 68.4058 130.012 63.7388 130.012 63.7388L131.279 60.3032L128.352 60.4995L126.183 60.8922L123.703 61.7756L122.552 63.1588V65.7109L123.007 65.4164V65.4075Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
23
|
+
<path d="M136.4 140.905C147.465 139.959 177.901 137.416 229.031 133.606C228.959 133.026 228.888 132.428 228.816 131.831C180.123 135.462 150.213 137.934 137.935 138.978C137.391 139.665 136.882 140.299 136.4 140.896V140.905Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
24
|
+
<path d="M126.897 150.301L128.209 158.877L129.476 157.779C129.003 154.879 128.503 151.595 128.013 148.07L126.897 150.292V150.301Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
25
|
+
<path d="M133.197 152.551C132.724 149.615 132.233 146.322 131.751 142.824L128.013 148.08C128.503 151.605 129.012 154.88 129.476 157.789L133.197 152.56V152.551Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
26
|
+
<path d="M96.7907 182.54C98.8609 180.577 101.101 178.792 103.403 177.097C105.669 175.437 107.677 173.706 109.372 171.44C112.799 166.853 114.78 161.401 117.483 156.404C120.232 151.318 124.372 147.329 128.78 143.582C130.948 141.744 131.091 135.658 133.518 135.89C135.936 135.596 138.399 134.784 140.175 132.722C141.576 131.098 143.574 129.207 143.878 127.065C144.163 125.049 142.691 119.293 142.084 117.366C142.664 117.348 143.244 117.482 143.771 117.732C136.936 114.198 126.665 130.608 126.665 130.608C126.665 130.608 119.982 139.789 118.581 140.048C117.18 140.316 112.361 139.067 115.502 126.164C115.833 124.79 111.835 129.296 111.175 128.047C110.434 126.655 109.765 125.218 109.256 123.728C108.89 122.657 111.585 118.731 111.469 117.598C105.598 120.168 99.6907 120.855 94.8633 124.558C93.3107 125.745 92.2756 127.476 91.883 129.394C89.6522 140.155 78.9803 169.976 77.8203 173.028L67.7372 195.309H87.4304C89.8129 190.544 92.927 186.216 96.7996 182.54H96.7907Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
27
|
+
<path d="M141.861 133.697C141.915 133.616 141.968 133.545 142.013 133.465C144.502 129.771 146.528 125.782 146.474 122.418C146.474 122.329 146.474 122.239 146.474 122.15C146.474 122.097 146.474 122.034 146.474 121.981C146.564 121.499 146.492 120.972 146.305 120.455C146.251 120.321 146.198 120.178 146.126 120.044C145.653 119.081 144.788 118.197 143.762 117.724C143.226 117.475 142.655 117.341 142.075 117.359C142.682 119.286 144.145 125.041 143.869 127.058C143.565 129.199 141.567 131.091 140.166 132.715C138.39 134.776 135.927 135.588 133.509 135.883C131.082 135.66 130.93 141.736 128.771 143.574C124.363 147.322 120.223 151.311 117.474 156.397C114.771 161.394 112.79 166.846 109.363 171.432C107.668 173.699 105.66 175.43 103.394 177.09C101.092 178.776 98.8519 180.561 96.7817 182.533C92.9091 186.209 89.7949 190.537 87.4125 195.302H97.3171L98.718 190.019C98.718 190.019 99.1552 188.877 109.479 178.758C119.812 168.639 121.115 164.446 125.121 156.361C129.128 148.277 132.947 145.43 135.356 142.174C135.624 141.834 135.927 141.46 136.231 141.067C137.756 139.167 139.702 136.766 141.486 134.187C141.602 134.018 141.718 133.848 141.834 133.679L141.861 133.697Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
28
|
+
<path d="M140.514 129.11L139.042 128.565C137.694 128.066 136.525 127.173 135.677 126.013L134.758 124.755C134.758 124.755 138.167 114.475 143.914 118.08C150.259 122.069 140.505 129.11 140.505 129.11H140.514Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
29
|
+
<path d="M136.4 140.906C136.882 140.308 137.391 139.665 137.935 138.987C139.238 138.88 140.755 138.746 142.459 138.603C146.064 132.357 147.322 128.012 146.474 122.158L131.751 142.824C132.233 146.331 132.724 149.614 133.197 152.55C133.197 152.55 135.231 150.177 140.407 141.985C140.728 141.477 141.04 140.977 141.335 140.495C139.398 140.656 137.748 140.798 136.391 140.914L136.4 140.906Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
30
|
+
<path d="M136.4 140.906C137.757 140.79 139.407 140.647 141.344 140.486C141.745 139.835 142.111 139.21 142.459 138.603C140.755 138.746 139.238 138.871 137.935 138.987C137.391 139.674 136.882 140.308 136.4 140.906Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
31
|
+
<path d="M96.7907 182.54C98.8609 180.577 101.101 178.792 103.403 177.097C105.669 175.437 107.677 173.706 109.372 171.44C112.799 166.853 114.78 161.401 117.483 156.404C120.232 151.318 124.372 147.329 128.78 143.582C130.948 141.744 131.091 135.658 133.518 135.89C135.936 135.596 138.399 134.784 140.175 132.722C141.576 131.098 143.574 129.207 143.878 127.065C144.163 125.049 142.691 119.293 142.084 117.366C142.664 117.348 143.244 117.482 143.771 117.732C136.936 114.198 126.665 130.608 126.665 130.608C126.665 130.608 119.982 139.789 118.581 140.048C117.18 140.316 112.361 139.067 115.502 126.164C115.833 124.79 111.835 129.296 111.175 128.047C110.434 126.655 109.765 125.218 109.256 123.728C108.89 122.657 111.585 118.731 111.469 117.598C105.598 120.168 99.6907 120.855 94.8633 124.558C93.3107 125.745 92.2756 127.476 91.883 129.394C89.6522 140.155 78.9803 169.976 77.8203 173.028L67.7372 195.309H87.4304C89.8129 190.544 92.927 186.216 96.7996 182.54H96.7907Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
32
|
+
<path d="M141.861 133.697C141.915 133.616 141.968 133.545 142.013 133.465C144.502 129.771 146.528 125.782 146.474 122.418C146.474 122.329 146.474 122.239 146.474 122.15C146.474 122.097 146.474 122.034 146.474 121.981C146.564 121.499 146.492 120.972 146.305 120.455C146.251 120.321 146.198 120.178 146.126 120.044C145.653 119.081 144.788 118.197 143.762 117.724C143.226 117.475 142.655 117.341 142.075 117.359C142.682 119.286 144.145 125.041 143.869 127.058C143.565 129.199 141.567 131.091 140.166 132.715C138.39 134.776 135.927 135.588 133.509 135.883C131.082 135.66 130.93 141.736 128.771 143.574C124.363 147.322 120.223 151.311 117.474 156.397C114.771 161.394 112.79 166.846 109.363 171.432C107.668 173.699 105.66 175.43 103.394 177.09C101.092 178.776 98.8519 180.561 96.7817 182.533C92.9091 186.209 89.7949 190.537 87.4125 195.302H97.3171L98.718 190.019C98.718 190.019 99.1552 188.877 109.479 178.758C119.812 168.639 121.115 164.446 125.121 156.361C129.128 148.277 132.947 145.43 135.356 142.174C135.624 141.834 135.927 141.46 136.231 141.067C137.756 139.167 139.702 136.766 141.486 134.187C141.602 134.018 141.718 133.848 141.834 133.679L141.861 133.697Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
33
|
+
<path d="M140.514 129.11L139.042 128.565C137.694 128.066 136.525 127.173 135.677 126.013L134.758 124.755C134.758 124.755 138.167 114.475 143.914 118.08C150.259 122.069 140.505 129.11 140.505 129.11H140.514Z" fill="var(--sapContent_Illustrative_Color24)"/>
|
|
34
|
+
</svg>`;
|
|
@@ -0,0 +1,45 @@
|
|
|
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-NoChartData">
|
|
2
|
+
<rect y="59" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M197.876 182.897L159.418 169.915C167.268 164.281 164.063 158.357 151.601 155.204C137.197 151.556 112.989 152.365 95.0899 157.454C74.5309 163.301 68.8031 172.779 85.91 178.004C103.443 183.357 134.162 181.09 151.951 173.845L189.838 186.374L193.827 185.497C194.083 185.565 197.868 182.888 197.868 182.888L197.876 182.897Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M134.938 40.2282L150.937 77.5786C151.516 79.4623 147.655 83.2042 145.66 83.3747L74.2752 89.3753C72.741 89.5032 71.3516 88.4974 70.9936 87.0057L60.2368 47.1493C59.1884 42.9813 61.7711 39.4184 65.0271 39.0434L131.793 38.0461C133.224 37.9779 134.52 38.8729 134.938 40.2282Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
5
|
+
<path d="M137.333 37.1857L150.809 76.3517C151.389 78.2354 150.059 80.1703 148.064 80.3407L76.6451 86.8698C75.1109 86.9977 73.713 85.9919 73.3636 84.5088L62.155 42.8198C61.7118 40.9531 63.0926 39.1376 65.0189 39.0438L134.188 35.0036C135.62 34.9355 136.924 35.8304 137.342 37.1857H137.333Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
6
|
+
<path d="M140.776 72.1748L160.577 139.597C160.986 141.088 162.435 142.051 163.969 141.847L254.328 129.24C259.11 128.03 260.465 124.177 259.817 122.319L233.079 59.3297C232.618 58.0171 231.34 57.1647 229.959 57.2585L144.544 62.1766C142.583 62.2959 138.645 65.1258 140.776 72.1663V72.1748Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
7
|
+
<path d="M141.782 66.0805L162.52 136.912C162.93 138.403 164.379 139.367 165.913 139.162L257.294 126.419C259.246 126.163 260.474 124.177 259.826 122.319L235.022 56.6364C234.562 55.3237 233.283 54.4714 231.903 54.5651L144.587 62.1511C142.626 62.2705 141.271 64.1712 141.791 66.072L141.782 66.0805Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path d="M142.314 70.4957L236.884 61.5355C235.889 58.8012 235.491 57.7776 235.02 56.6364C234.559 55.3237 233.281 54.4714 231.9 54.5651L144.584 62.1511C142.624 62.2705 141.54 63.7733 141.789 66.072C141.908 67.1765 142.191 69.5332 142.314 70.4957Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path d="M105.412 44.5906C105.293 44.5224 105.173 44.4628 105.054 44.3946C104.594 44.1474 104.133 43.9087 103.665 43.6871C103.639 43.6786 103.622 43.6616 103.596 43.653C103.093 43.4144 102.582 43.1928 102.071 42.9711C101.977 42.9285 101.875 42.8944 101.772 42.8518C101.269 42.6473 100.758 42.4512 100.247 42.2722C100.247 42.2722 100.23 42.2722 100.221 42.2637C99.6755 42.0676 99.1215 41.8972 98.5589 41.7267C98.4993 41.7097 98.4396 41.6926 98.3885 41.6756C97.2633 41.3517 96.1212 41.0874 94.9705 40.8829C94.9449 40.8829 94.9279 40.8829 94.9023 40.8743C94.7318 40.8488 94.5699 40.8317 94.3994 40.8062L95.5501 51.938C97.1866 52.2278 98.7891 52.7903 100.272 53.5745L105.795 44.8037C105.668 44.7355 105.548 44.6588 105.42 44.5906H105.412Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
10
|
+
<path d="M99.1981 69.1812C94.1607 69.7693 88.7056 66.3769 87.1117 61.6804C85.5433 57.0691 88.3391 53.0204 93.2487 52.5772C93.3083 52.5772 93.3765 52.5772 93.4362 52.5687L92.0383 43.9257C91.4161 43.9172 90.7853 43.9257 90.1631 43.9769C79.9518 44.7696 73.8575 53.0289 76.9515 62.7203C80.1649 72.8122 91.8423 80.1085 102.608 78.6935C108.924 77.8667 111.722 76.0123 113.815 71.4952L104.193 66.6843C103.776 67.3669 102.19 68.8232 99.1896 69.1727L99.1981 69.1812Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
11
|
+
<path d="M101.687 55.3918C103.162 56.6022 104.346 58.1279 105.003 59.8582C105.31 60.6765 105.471 61.4777 105.514 62.2533C105.557 63.1739 105.429 64.0603 105.139 64.8616L114.89 69.345C115.453 67.6317 115.691 65.7736 115.538 63.8387C115.504 63.4552 115.461 63.0716 115.402 62.6795C115.402 62.6454 115.393 62.6113 115.384 62.5772C115.325 62.1851 115.24 61.7845 115.146 61.3924C115.146 61.3839 115.146 61.3754 115.146 61.3584C115.061 61.0004 114.958 60.6424 114.847 60.2759C114.822 60.1906 114.796 60.0969 114.762 60.0116C114.643 59.6366 114.507 59.2615 114.362 58.878C112.802 54.9401 109.946 51.5136 106.452 48.9395L101.696 55.3748L101.687 55.3918Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path d="M204.107 125.508L193.768 126.786L186.591 104.906L196.836 103.875L204.107 125.508Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<path d="M219.21 123.633L209.204 124.877L199.265 95.6581L209.161 94.7461L219.21 123.633Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
14
|
+
<path d="M249.086 119.935L239.71 121.102L232.013 99.9637L241.321 99.0347L249.086 119.935Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
15
|
+
<path d="M234.536 121.742L224.853 122.935L211.309 84.5193L220.856 83.7437L234.536 121.742Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
16
|
+
<path d="M189.595 88.4008C190.072 89.8425 189.084 91.1253 187.381 91.2728C185.678 91.4204 183.896 90.3647 183.408 88.9117C182.931 87.47 183.93 86.1872 185.644 86.0396C187.358 85.8921 189.118 86.9478 189.595 88.3895V88.4008Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<path d="M202.036 80.2952C202.503 81.642 201.602 82.8258 200.027 82.9453C198.452 83.0647 196.78 82.0764 196.323 80.7297C195.867 79.3829 196.769 78.1991 198.354 78.0796C199.94 77.9601 201.58 78.9485 202.047 80.2952H202.036Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
18
|
+
<path d="M213.999 70.2607C214.469 71.5719 213.606 72.7192 212.076 72.8176C210.546 72.9159 208.918 71.9434 208.448 70.6213C207.979 69.3101 208.853 68.1628 210.382 68.0645C211.912 67.9661 213.529 68.9386 213.999 70.2498V70.2607Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
19
|
+
<path d="M234.375 84.6588C234.931 86.1534 234.004 87.4751 232.324 87.6233C230.644 87.7715 228.804 86.6722 228.26 85.1652C227.717 83.6583 228.643 82.349 230.336 82.2131C232.028 82.0773 233.831 83.1642 234.387 84.6588H234.375Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
20
|
+
<path d="M186.761 88.8995L186.267 88.4136L198.942 80.2736L211.165 70.0708L231.502 84.7229L231.144 85.1064L211.301 70.8209L199.453 80.7253L186.761 88.8995Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
21
|
+
<path d="M204.883 78.8158C207.678 90.5529 203.076 102.639 197.322 111.265C192.148 119.022 183.429 124.485 171.999 125.849C146.811 128.875 119.834 110.848 113.041 86.4274C106.529 63.0045 121.181 38.7634 145.107 37.6553C168.095 36.5899 197.169 57.1914 204.883 78.8158Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
22
|
+
<path d="M203.203 72.7891C211.215 95.2659 199.12 116.413 174.998 119.302C149.811 122.328 122.834 104.301 116.041 79.8807C109.247 55.4606 124.556 37.2371 148.482 36.1291C171.47 35.0636 195.489 51.1647 203.203 72.7891Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
23
|
+
<path d="M197.825 73.2244C204.704 92.7775 194.04 111.01 173.115 113.413C151.397 115.902 128.179 100.389 122.221 79.3784C116.467 59.1093 129.346 42.3177 150.118 41.2693C170.183 40.255 191.177 54.319 197.825 73.2244Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
24
|
+
<path d="M202.905 182.436L189.165 186.101L167.336 116.335L180.207 114.835L202.905 182.436Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
25
|
+
<path d="M165.018 78.0567C166.944 76.1048 168.743 74.1274 167.618 70.7009C166.373 66.8823 162.759 64.9986 158.54 65.2969C154.184 65.5952 152.062 67.7858 150.869 70.5645L146.829 67.8625C148.269 64.632 151.176 61.9045 157.253 61.5039C164.515 61.0266 170.192 64.3422 172.093 70.1213C173.678 74.9286 171.564 77.5794 169.143 80.2729C166.927 82.7277 165.785 84.0147 166.552 86.4099L166.714 86.9042L162.282 87.3049L162.128 86.8105C160.756 82.4464 162.887 80.1962 165.018 78.0653V78.0567ZM165.666 90.5609C167.498 90.3904 169.314 91.6093 169.885 93.3822C170.456 95.1551 169.501 96.6638 167.66 96.8513C165.794 97.0388 163.987 95.8285 163.416 94.0129C162.853 92.223 163.799 90.7399 165.666 90.5609Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
26
|
+
<path d="M121.505 63.6346L149.905 41.2856C134.98 42.121 124.181 51.0963 121.496 63.6346H121.505Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
27
|
+
<path d="M173.115 113.414C191.569 111.3 202.036 96.8611 199.53 80.061L154.073 111.249C160.236 113.303 166.739 114.138 173.115 113.405V113.414Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
28
|
+
<path d="M175.428 47.5882L175.417 47.5771L175.428 47.5882Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
29
|
+
<path d="M161.557 42.2578C162.077 42.3685 162.596 42.4963 163.116 42.6241C162.596 42.4878 162.077 42.3685 161.557 42.2578Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
30
|
+
<path d="M165.828 43.4072C166.049 43.4754 166.279 43.552 166.501 43.6287C166.279 43.552 166.049 43.4839 165.828 43.4072Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
31
|
+
<path d="M164.089 42.8877C164.336 42.9558 164.583 43.024 164.821 43.0921C164.574 43.024 164.327 42.9558 164.089 42.8877Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
32
|
+
<path d="M150.118 41.2689C150.706 41.2433 151.294 41.2263 151.883 41.2178C151.294 41.2178 150.706 41.2348 150.118 41.2689Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
33
|
+
<path d="M169.211 44.6191C169.39 44.6873 169.569 44.764 169.756 44.8406C169.577 44.764 169.398 44.6873 169.211 44.6191Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
34
|
+
<path d="M170.865 45.3081C170.993 45.3592 171.112 45.4188 171.24 45.4785C171.112 45.4188 170.993 45.3677 170.865 45.3081Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
35
|
+
<path d="M167.532 43.981C167.737 44.0576 167.941 44.1258 168.154 44.2024C167.95 44.1258 167.745 44.0491 167.532 43.981Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
36
|
+
<path d="M157.968 41.6187C158.3 41.6612 158.624 41.7124 158.956 41.772C158.624 41.7209 158.3 41.6698 157.968 41.6187Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
37
|
+
<path d="M152.479 41.2261C152.871 41.2261 153.263 41.2261 153.655 41.2516C153.263 41.2346 152.871 41.2346 152.479 41.2261Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
38
|
+
<path d="M159.742 41.9004C160.074 41.96 160.406 42.0282 160.73 42.0963C160.398 42.0282 160.065 41.96 159.742 41.9004Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
39
|
+
<path d="M199.853 83.1031C198.779 61.3849 177.905 44.0053 157.193 41.4141C149.99 40.7492 137.316 40.7492 128.119 50.7474C127.087 51.8726 126.116 53.1852 125.204 54.566C125.05 54.7962 124.965 54.9581 124.828 55.1797C124.811 55.2138 124.794 55.2479 124.777 55.282C135.688 42.1471 153.11 41.3033 168.521 47.4318C184.468 53.7733 198.242 67.5816 199.853 83.1031Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
40
|
+
<path d="M146.496 43.9612L121.496 63.6252C120.465 68.4325 120.627 73.7683 122.212 79.3683C122.349 79.8371 122.494 80.2973 122.638 80.7576L171.01 48.5128C163.091 44.9585 154.508 43.1941 146.487 43.9612H146.496Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
41
|
+
<path d="M162.094 119.089L169.586 123.53C169.586 123.53 168.027 119.661 173.158 119.124V119.047C171.095 119.362 166.953 119.771 162.094 119.089Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
42
|
+
<path d="M178.604 118.356C179.644 118.407 181.468 119.174 182.337 121.399L183.573 117.359C183.573 117.359 182.431 117.913 178.604 118.356Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
43
|
+
<path d="M189.165 186.103L168.7 120.769L170.081 119.38C170.081 119.38 172.698 119.227 175.681 118.63C175.681 118.63 174.65 119.789 174.957 121.392C176.158 127.69 195.618 184.867 195.618 184.867L189.174 186.094L189.165 186.103Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
44
|
+
<path d="M202.905 182.437C202.905 183.195 199.359 184.457 193.555 185.948C190.691 186.52 189.276 186.451 189.157 186.093C189.071 185.838 190.64 184.857 193.478 183.928C197.74 182.59 202.411 181.84 202.897 182.428L202.905 182.437Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
45
|
+
</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-NoColumnsSet">
|
|
2
|
+
<rect y="67.1987" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M194.158 193.156L148.68 179.582C156.081 174.262 151.536 168.123 137.644 164.38C121.749 160.091 96.5869 159.841 78.9437 164.078C58.8628 168.905 54.5162 177.968 72.8423 183.989C91.8732 190.238 123.76 189.582 141.404 183.186L183.376 197.746L188.989 196.709C189.282 196.79 190.339 197.113 191.822 196.214C194.568 194.328 196.007 193.09 195.552 192.861L194.158 193.156Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M77.8897 62.4515L99.9491 142.956C100.422 144.686 102.093 145.805 103.873 145.576L254.669 127.238C260.197 125.831 261.775 121.355 261.024 119.193L174.271 50.6419C173.74 49.1159 172.263 48.1325 170.659 48.2343L82.2357 50.8454C79.9656 50.9895 75.4086 54.2704 77.8812 62.4599L77.8897 62.4515Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
5
|
+
<path d="M79.0456 55.3715L102.194 139.835C102.666 141.565 104.337 142.684 106.118 142.455L258.095 123.965C260.357 123.668 261.775 121.362 261.024 119.201L231.791 43.7655C231.259 42.2395 229.782 41.2561 228.179 41.3578L82.2777 50.819C80.0076 50.9631 78.438 53.1673 79.0456 55.3715Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path d="M92.3787 60.3651L129.097 57.8811C130.565 57.7794 131.417 56.6434 131.012 55.3378C130.607 54.0407 129.097 53.0657 127.637 53.159L91.0285 55.5158C89.4926 55.6176 88.539 56.779 88.9103 58.1185C89.2816 59.458 90.8344 60.4668 92.3787 60.3651Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
7
|
+
<path d="M231.721 43.6706C231.192 42.1617 229.722 41.1894 228.126 41.29L82.1945 50.8392C79.9348 50.9817 78.3723 53.1612 78.9771 55.3406L82.2029 67.0426L235.77 54.0649L231.721 43.6706Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<path d="M111.511 74.0798C112.327 74.0798 112.965 74.561 113.081 74.9376L130.518 129.71C130.56 129.845 130.55 129.961 130.477 130.065C130.341 130.264 130.058 130.41 129.692 130.463L113.53 132.513C113.447 132.513 113.363 132.523 113.29 132.523C112.463 132.523 111.773 132.032 111.637 131.551L95.2452 75.9418C95.2242 75.8791 95.2452 75.8477 95.2661 75.8163C95.3602 75.6803 95.6427 75.5234 96.0506 75.4816L111.344 74.0903C111.407 74.0903 111.459 74.0903 111.522 74.0903M111.511 72.5107C111.407 72.5107 111.302 72.5107 111.198 72.5212L95.9042 73.9125C94.3665 74.0485 93.3832 75.1468 93.7388 76.3603L110.131 131.979C110.476 133.203 111.836 134.082 113.29 134.082C113.436 134.082 113.583 134.082 113.729 134.051L129.891 132C131.46 131.812 132.422 130.557 132.025 129.239L114.576 74.4564C114.242 73.3371 112.913 72.5107 111.511 72.5107Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
9
|
+
<path d="M141.492 71.0984C142.214 71.0984 142.894 71.5377 143.03 71.9248L160.98 126.027C161.043 126.215 160.98 126.31 160.97 126.341C160.897 126.456 160.75 126.54 160.562 126.603L160.342 126.634L144.944 128.569C144.871 128.569 144.798 128.58 144.725 128.58C143.94 128.58 143.26 128.088 143.114 127.628L125.906 72.7512C125.885 72.6884 125.895 72.6779 125.906 72.6675C125.958 72.5943 126.146 72.4478 126.534 72.4164L141.335 71.1193C141.335 71.1193 141.44 71.1193 141.492 71.1193M141.492 69.5293C141.398 69.5293 141.293 69.5293 141.199 69.5398L126.398 70.8369C124.933 70.9624 124.033 72.0294 124.41 73.2219L141.607 128.088C141.984 129.28 143.323 130.138 144.714 130.138C144.85 130.138 144.986 130.138 145.133 130.117L160.531 128.182V128.203C162.026 128.015 162.895 126.812 162.455 125.525L144.515 71.4436C144.149 70.3557 142.842 69.5398 141.492 69.5398V69.5293Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
10
|
+
<path d="M172.455 68.0969C173.177 68.0969 173.857 68.5363 173.993 68.9338L191.943 122.398C192.006 122.597 191.943 122.681 191.933 122.712C191.86 122.827 191.713 122.911 191.525 122.973L191.305 123.005L175.907 124.94C175.834 124.94 175.761 124.95 175.687 124.95C174.903 124.95 174.223 124.459 174.077 123.988L156.869 69.7392C156.848 69.6765 156.858 69.666 156.869 69.6556C156.921 69.5823 157.109 69.4359 157.496 69.4045L172.298 68.1074C172.298 68.1074 172.403 68.1074 172.455 68.1074M172.455 66.5278C172.361 66.5278 172.256 66.5278 172.162 66.5383L157.36 67.8354C155.896 67.9609 154.996 69.0279 155.373 70.2204L172.57 124.459C172.947 125.651 174.286 126.509 175.677 126.509C175.813 126.509 175.949 126.509 176.095 126.488L191.493 124.553V124.574C192.989 124.386 193.858 123.183 193.418 121.896L175.478 68.4317C175.112 67.3438 173.805 66.5278 172.455 66.5278Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
11
|
+
<path d="M201.055 66.1287C201.745 66.1287 202.425 66.568 202.561 66.9341L220.815 119.091C220.846 119.175 220.878 119.3 220.825 119.373C220.784 119.447 220.648 119.541 220.407 119.583H220.334L205.647 121.434C205.584 121.434 205.521 121.445 205.459 121.445C204.706 121.445 204.036 120.953 203.879 120.514L186.295 67.6141L186.274 67.5513C186.295 67.5199 186.431 67.4049 186.766 67.3735L200.919 66.1287C200.919 66.1287 201.002 66.1287 201.055 66.1287ZM201.055 64.5596C200.961 64.5596 200.877 64.5596 200.783 64.57L186.63 65.8148C185.217 65.9299 184.412 66.976 184.809 68.1266L202.383 121.005C202.791 122.166 204.109 123.014 205.448 123.014C205.574 123.014 205.71 123.014 205.835 122.993L220.522 121.152C221.955 120.974 222.729 119.813 222.269 118.557L204.047 66.4216C203.649 65.3546 202.352 64.57 201.055 64.57V64.5596Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
12
|
+
<path d="M227.196 63.4099C227.855 63.4099 228.524 63.8493 228.681 64.2363L249.048 115.002C249.1 115.117 249.1 115.201 249.079 115.232C249.058 115.274 248.954 115.347 248.734 115.378L247.887 115.493L234.685 117.146C234.633 117.146 234.57 117.146 234.518 117.146C233.87 117.146 233.158 116.717 232.959 116.194L213.21 64.7384C213.21 64.7384 213.21 64.707 213.199 64.6966C213.252 64.6652 213.356 64.6129 213.534 64.6024L227.081 63.4099C227.081 63.4099 227.154 63.4099 227.196 63.4099ZM227.196 61.8408C227.112 61.8408 227.028 61.8408 226.945 61.8513L213.388 63.0438C212.038 63.1693 211.295 64.1735 211.735 65.3033L231.485 116.77C231.924 117.899 233.221 118.726 234.508 118.726C234.633 118.726 234.748 118.726 234.874 118.705L248.912 116.947V116.927C250.282 116.759 250.994 115.619 250.502 114.406L230.146 63.6505C229.727 62.6149 228.44 61.8408 227.196 61.8408Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
13
|
+
<path d="M200.246 80.6425C203.281 93.4516 198.281 106.643 192.036 116.061C186.418 124.523 176.94 130.486 164.53 131.983C137.159 135.278 107.862 115.607 100.476 88.9537C93.3919 63.3912 109.312 36.929 135.305 35.719C160.275 34.5567 191.87 57.0383 200.246 80.6425Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
14
|
+
<path d="M198.423 74.0661C207.132 98.6017 193.994 121.672 167.779 124.833C140.408 128.129 111.111 108.457 103.725 81.8041C96.6409 56.2416 112.981 35.2645 138.974 34.0545C163.944 32.8922 190.047 50.4699 198.423 74.0661Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
15
|
+
<path d="M192.583 74.5439C200.056 95.8871 188.47 115.789 165.743 118.409C142.144 121.123 116.928 104.19 110.453 81.2629C104.209 59.1475 118.196 40.8214 140.765 39.6671C162.557 38.5605 185.364 53.9171 192.591 74.5439H192.583Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
16
|
+
<path d="M198.099 193.743L183.169 197.74L159.451 121.594L173.437 119.954L198.099 193.743Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
17
|
+
<path d="M156.939 79.814C159.031 77.6885 160.98 75.5311 159.768 71.7815C158.42 67.6179 154.49 65.564 149.902 65.8824C145.171 66.2088 142.865 68.5971 141.565 71.6302L137.175 68.6767C138.744 65.158 141.898 62.1726 148.507 61.7348C156.4 61.2094 162.557 64.8395 164.633 71.1446C166.353 76.3908 164.055 79.2807 161.432 82.2262C159.023 84.9011 157.786 86.3102 158.619 88.9293L158.793 89.4707L153.975 89.9085L153.8 89.3672C152.303 84.6065 154.632 82.1466 156.939 79.822V79.814ZM157.636 93.467C159.625 93.2839 161.606 94.6134 162.224 96.5479C162.842 98.4824 161.804 100.13 159.807 100.329C157.779 100.528 155.813 99.2148 155.195 97.2246C154.577 95.2344 155.615 93.6501 157.636 93.4591V93.467Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
18
|
+
<path d="M109.661 64.0749L140.527 39.6826C124.313 40.5981 112.577 50.3901 109.661 64.0749Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
19
|
+
<path d="M165.735 118.409C185.784 116.1 197.156 100.346 194.429 82.0117L145.044 116.053C151.74 118.298 158.809 119.205 165.735 118.409Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path d="M194.786 85.3232C193.613 61.6155 170.941 42.6526 148.436 39.8265C140.606 39.102 126.841 39.102 116.849 50.0165C115.723 51.2424 114.669 52.6754 113.687 54.188C113.52 54.4427 113.425 54.6179 113.275 54.8647C113.251 54.8965 113.243 54.9363 113.219 54.9761C125.066 40.6385 144.006 39.723 160.743 46.4102C178.065 53.3282 193.027 68.3982 194.786 85.3391V85.3232Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
21
|
+
<path d="M136.818 42.613L109.661 64.0757C108.544 69.3299 108.718 75.1493 110.446 81.2633C110.588 81.7728 110.747 82.2744 110.913 82.7759L163.461 47.5806C154.855 43.7037 145.535 41.7771 136.818 42.613Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
<path d="M153.761 124.602L161.899 129.45C161.899 129.45 160.203 125.223 165.782 124.642V124.554C163.548 124.897 159.046 125.35 153.761 124.594V124.602Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
23
|
+
<path d="M171.694 123.798C172.827 123.846 174.808 124.69 175.751 127.118L177.098 122.708C177.098 122.708 175.854 123.313 171.694 123.79V123.798Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
24
|
+
<path d="M183.169 197.739L160.933 126.433L162.43 124.921C162.43 124.921 165.275 124.753 168.508 124.101C168.508 124.101 167.391 125.366 167.716 127.118C169.016 133.996 190.158 196.402 190.158 196.402L183.161 197.739H183.169Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
25
|
+
<path d="M198.098 193.743C198.098 194.571 194.247 195.948 187.947 197.58C184.832 198.209 183.303 198.13 183.168 197.74C183.073 197.461 184.777 196.386 187.868 195.383C192.495 193.926 197.575 193.106 198.098 193.743Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
26
|
+
</svg>`;
|
|
@@ -0,0 +1,12 @@
|
|
|
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-NoData">
|
|
2
|
+
<rect y="58" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M240 155.316L231.665 152.999L199.555 145.566L174.176 118.712L154.275 98L53 129.971L80.0616 137.378L75.0126 146.724L137.658 184L141.304 169.255L179.96 183.153L240 155.316Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M171 75L243 96.6186L240.76 154L171 123.579V75Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
5
|
+
<path d="M113.044 147L171 124.024V75L110 91.0239L113.044 147Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
6
|
+
<path d="M180 118.264L243 97L240.755 155.003L180 183V118.264Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
7
|
+
<path d="M193.256 47L267 62.9387L242.426 97L171 75.1471L193.256 47Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
8
|
+
<path d="M242.834 97L268 126.362L206.775 153L180 118.133L242.834 97Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
9
|
+
<path d="M171 75.7639L158.255 44L97 56.5585L110.826 92L171 75.7639Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
10
|
+
<path d="M112.956 147.676L180 183V118.923L110 92L112.956 147.676Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
11
|
+
<path d="M156.796 161L180 118.526L110.308 92L89 127.184L156.796 161Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
12
|
+
</svg>`;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export default `<svg width="320" height="215" viewBox="0 0 320 215" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Scene-NoDimensionsSet">
|
|
2
|
+
<path d="M305.547 9.99995H14.4533C12.5559 9.99819 10.6768 10.3704 8.92329 11.0953C7.16981 11.8202 5.57638 12.8836 4.23409 14.2246C2.8918 15.5657 1.82697 17.1581 1.10045 18.9109C0.373942 20.6637 -8.08861e-07 22.5425 0 24.4399V195.547C0 199.38 1.52275 203.056 4.23328 205.767C6.9438 208.477 10.6201 210 14.4533 210H305.547C309.38 210 313.056 208.477 315.767 205.767C318.477 203.056 320 199.38 320 195.547V24.4399C320 22.5425 319.626 20.6637 318.9 18.9109C318.173 17.1581 317.108 15.5657 315.766 14.2246C314.424 12.8836 312.83 11.8202 311.077 11.0953C309.323 10.3704 307.444 9.99819 305.547 9.99995Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M36.2032 116H152.846C154.644 116 156.101 117.452 156.101 119.244V194.526C156.101 196.318 154.644 197.77 152.846 197.77H36.2032C34.4055 197.77 32.9482 196.318 32.9482 194.526V119.244C32.9482 117.452 34.4055 116 36.2032 116Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
4
|
+
<path d="M38.9036 120.406H150.307C151.976 120.406 153.328 121.754 153.328 123.417V191.225C153.328 192.888 151.976 194.236 150.307 194.236H38.9036C37.2351 194.236 35.8826 192.888 35.8826 191.225V123.417C35.8826 121.754 37.2351 120.406 38.9036 120.406Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M15.9999 199.266H169.333L165.484 200.824C165.241 200.92 164.982 200.972 164.721 200.974L19.939 201.333C19.5573 201.335 19.1828 201.229 18.8588 201.028L16.0035 199.256L15.9999 199.266Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
6
|
+
<path d="M15.9999 198.707C16.0009 198.437 16.109 198.179 16.3007 197.988C16.4924 197.798 16.7519 197.691 17.0225 197.691H168.311C168.581 197.691 168.841 197.798 169.032 197.988C169.224 198.179 169.332 198.437 169.333 198.707V199.266H15.9999V198.707Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
7
|
+
<path d="M101.587 197.659H83.9044V198.018C83.9044 198.398 84.0561 198.763 84.3262 199.033C84.5963 199.302 84.9627 199.453 85.3447 199.453H100.158C100.54 199.453 100.906 199.302 101.176 199.033C101.446 198.763 101.598 198.398 101.598 198.018V197.659H101.587Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
8
|
+
<path d="M94.2995 118.881C93.864 118.881 93.511 118.53 93.511 118.095C93.511 117.661 93.864 117.31 94.2995 117.31C94.735 117.31 95.0881 117.661 95.0881 118.095C95.0881 118.53 94.735 118.881 94.2995 118.881Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
9
|
+
<path d="M38.3835 86.1099L95.4854 66.505C97.9063 65.6738 100.541 66.967 101.371 69.3933L129.832 152.658C130.661 155.085 129.371 157.726 126.95 158.557L69.8479 178.162C67.4269 178.993 64.792 177.7 63.9627 175.273L35.5017 92.0083C34.6723 89.5819 35.9625 86.9411 38.3835 86.1099Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M90.2438 97.0149C91.3402 97.1495 92.1198 98.1474 91.9851 99.2438L88.4851 127.744C88.4021 128.42 87.9809 129.007 87.3672 129.302C86.7536 129.597 86.0318 129.56 85.4518 129.203L75.0185 122.783L71.4768 145.804C71.3088 146.896 70.2876 147.645 69.1959 147.477C68.1042 147.309 67.3553 146.288 67.5233 145.196L71.5233 119.196C71.6252 118.533 72.0521 117.966 72.6604 117.685C73.2687 117.403 73.9775 117.445 74.5482 117.797L84.8947 124.164L88.015 98.7562C88.1496 97.6599 89.1475 96.8803 90.2438 97.0149Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
11
|
+
<path d="M50.3238 102.565C50.145 102.042 50.4236 101.474 50.9461 101.295L53.7846 100.324C54.3071 100.145 54.8757 100.424 55.0545 100.946L70.4795 146.024C70.6583 146.546 70.3796 147.115 69.8571 147.294L67.0187 148.265C66.4961 148.444 65.9276 148.165 65.7488 147.642L50.3238 102.565Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
12
|
+
<path d="M67.5853 149.684C67.0636 149.866 66.4937 149.589 66.3125 149.068L65.3281 146.234C65.1469 145.712 65.4229 145.142 65.9446 144.961L110.95 129.328C111.472 129.147 112.042 129.423 112.223 129.945L113.208 132.779C113.389 133.3 113.113 133.87 112.591 134.051L67.5853 149.684Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
13
|
+
<path d="M70.6716 158.95C70.3007 157.91 70.8434 156.765 71.8839 156.395L93.5485 148.672C94.5889 148.301 95.7331 148.843 96.1039 149.884C96.4748 150.924 95.9321 152.068 94.8916 152.439L73.227 160.162C72.1866 160.533 71.0425 159.99 70.6716 158.95Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
14
|
+
<path d="M307.617 95.7766L250.515 76.1717C248.094 75.3405 245.459 76.6337 244.629 79.06L216.168 162.325C215.339 164.751 216.629 167.392 219.05 168.223L276.152 187.828C278.573 188.66 281.208 187.366 282.037 184.94L310.498 101.675C311.328 99.2486 310.038 96.6078 307.617 95.7766Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
15
|
+
<path d="M273.369 97.2048C271.484 96.4507 269.418 96.2737 267.432 96.6963C265.447 97.1189 263.631 98.122 262.214 99.5788C260.797 101.036 259.843 102.881 259.473 104.881C259.102 106.881 259.332 108.947 260.133 110.816C260.933 112.685 262.269 114.275 263.971 115.384C265.673 116.492 267.664 117.07 269.694 117.045C271.724 117.019 273.7 116.39 275.374 115.239C277.047 114.088 278.342 112.465 279.095 110.576L269.557 106.764L273.369 97.2048Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
16
|
+
<path d="M276.42 95.794L272.617 105.345L282.147 109.156C282.647 107.902 282.895 106.561 282.878 105.211C282.861 103.86 282.579 102.527 282.047 101.286C281.515 100.045 280.744 98.9209 279.779 97.9786C278.813 97.0363 277.672 96.2939 276.42 95.794Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
17
|
+
<path d="M284.329 129.956L244.538 116.295C243.218 115.841 241.781 116.546 241.329 117.87C240.876 119.193 241.58 120.633 242.9 121.086L282.691 134.747C284.011 135.201 285.448 134.495 285.9 133.172C286.352 131.849 285.649 130.409 284.329 129.956Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
18
|
+
<path d="M280.888 138.059L241.097 124.397C239.777 123.944 238.34 124.649 237.888 125.972C237.436 127.295 238.139 128.735 239.459 129.188L279.25 142.85C280.57 143.303 282.007 142.598 282.459 141.275C282.912 139.952 282.208 138.512 280.888 138.059Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
19
|
+
<path d="M259.033 139.633L237.835 132.355C236.515 131.902 235.078 132.607 234.626 133.93C234.174 135.253 234.877 136.693 236.197 137.146L257.396 144.424C258.716 144.878 260.152 144.173 260.605 142.85C261.057 141.527 260.353 140.087 259.033 139.633Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
20
|
+
<path d="M213.314 29.7309H113.907C107.883 29.7309 103 34.6139 103 40.6374V163.584C103 169.607 107.883 174.49 113.907 174.49H213.314C219.338 174.49 224.221 169.607 224.221 163.584V40.6374C224.221 34.6139 219.338 29.7309 213.314 29.7309Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M114.175 41.4507C114.175 40.9549 114.311 40.5576 114.478 40.5576H212.115C212.281 40.5576 212.417 40.936 212.417 41.4507V162.774C212.417 163.269 212.281 163.667 212.115 163.667H114.478C114.311 163.667 114.175 163.288 114.175 162.774V41.4507Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
<path d="M140.427 44.1305H121.203C119.907 44.1305 118.856 45.181 118.856 46.4768C118.856 47.7726 119.907 48.8231 121.203 48.8231H140.427C141.723 48.8231 142.774 47.7726 142.774 46.4768C142.774 45.181 141.723 44.1305 140.427 44.1305Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
23
|
+
<path d="M137.597 106.783C137.597 105.669 138.5 104.766 139.614 104.766H150.752C151.866 104.766 152.769 105.669 152.769 106.783V143.891C152.769 145.006 151.866 145.909 150.752 145.909H139.614C138.5 145.909 137.597 145.006 137.597 143.891V106.783Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
24
|
+
<path d="M160.862 84.5299C160.862 83.4157 161.765 82.5125 162.879 82.5125H174.017C175.131 82.5125 176.034 83.4157 176.034 84.5299V144.496C176.034 145.61 175.131 146.513 174.017 146.513H162.879C161.765 146.513 160.862 145.61 160.862 144.496V84.5299Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
25
|
+
<path d="M184.126 122.967C184.126 121.853 185.029 120.95 186.143 120.95H197.281C198.395 120.95 199.299 121.853 199.299 122.967V144.075C199.299 145.19 198.395 146.093 197.281 146.093H186.143C185.029 146.093 184.126 145.19 184.126 144.075V122.967Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M122.152 73.7391C123.893 73.7391 125.304 75.1818 125.304 76.9614V83.6743C125.304 85.4539 123.893 86.8965 122.152 86.8965C120.411 86.8965 119 85.4539 119 83.6743V76.9614C119 75.1818 120.411 73.7391 122.152 73.7391ZM122.152 93.878C123.893 93.878 125.304 95.3207 125.304 97.1002V110.526C125.304 112.306 123.893 113.748 122.152 113.748C120.411 113.748 119 112.306 119 110.526V97.1002C119 95.3207 120.411 93.878 122.152 93.878ZM122.152 120.73C123.893 120.73 125.304 122.173 125.304 123.952V137.378C125.304 139.158 123.893 140.6 122.152 140.6C120.411 140.6 119 139.158 119 137.378V123.952C119 122.173 120.411 120.73 122.152 120.73ZM122.152 147.582C123.893 147.582 125.304 149.024 125.304 150.804V157.517C125.304 159.296 123.893 160.739 122.152 160.739C120.411 160.739 119 159.296 119 157.517V150.804C119 149.024 120.411 147.582 122.152 147.582Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M119 158.848C119 157.107 120.443 155.696 122.222 155.696H128.935C130.715 155.696 132.157 157.107 132.157 158.848C132.157 160.589 130.715 162 128.935 162H122.222C120.443 162 119 160.589 119 158.848ZM139.139 158.848C139.139 157.107 140.582 155.696 142.361 155.696H155.787C157.567 155.696 159.009 157.107 159.009 158.848C159.009 160.589 157.567 162 155.787 162H142.361C140.582 162 139.139 160.589 139.139 158.848ZM165.991 158.848C165.991 157.107 167.433 155.696 169.213 155.696H182.639C184.418 155.696 185.861 157.107 185.861 158.848C185.861 160.589 184.418 162 182.639 162H169.213C167.433 162 165.991 160.589 165.991 158.848ZM192.843 158.848C192.843 157.107 194.285 155.696 196.065 155.696H202.778C204.557 155.696 206 157.107 206 158.848C206 160.589 204.557 162 202.778 162H196.065C194.285 162 192.843 160.589 192.843 158.848Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
28
|
+
<path opacity="0.5" d="M216.102 125.714C238.322 125.714 256.336 107.47 256.336 84.9269C256.336 62.3841 238.322 44.1287 216.102 44.1287C193.883 44.1287 175.869 62.3727 175.869 84.9269C175.869 107.481 193.883 125.714 216.102 125.714Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
29
|
+
<path d="M231.996 48.8835L216.962 44.1287L191.751 118.667L206.797 123.422L231.996 48.8835Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
30
|
+
<path d="M212.664 125.714L238.356 51.0386L233.681 49.5563L207.978 124.231L212.664 125.714Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
31
|
+
<path d="M236.133 121.289L225.121 125.714L232.157 143.046L243.158 138.621L236.133 121.289Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
32
|
+
<path d="M232.558 141.666C231.999 141.896 231.553 142.337 231.319 142.892C231.085 143.447 231.082 144.072 231.309 144.631L247.742 184.893C248.426 186.523 249.731 187.817 251.372 188.493C253.012 189.168 254.855 189.169 256.497 188.496L257.803 187.96C258.629 187.632 259.381 187.144 260.014 186.523C260.648 185.902 261.151 185.162 261.493 184.346C262.169 182.709 262.169 180.873 261.493 179.237L245.06 139.021C244.947 138.741 244.779 138.487 244.567 138.272C244.354 138.058 244.101 137.887 243.822 137.771C243.543 137.654 243.243 137.593 242.94 137.593C242.637 137.592 242.338 137.651 242.058 137.766L232.558 141.666Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
33
|
+
<path d="M224.731 124.801L225.877 127.527C225.877 127.527 231.607 130.069 237.657 124.756L235.824 120.389L230.77 122.829L224.731 124.801Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
34
|
+
<path d="M216.377 127.128C206.593 127.152 197.103 123.798 189.527 117.638C181.95 111.478 176.755 102.893 174.828 93.3481C172.901 83.803 174.361 73.8883 178.96 65.2947C183.558 56.7012 191.01 49.9609 200.044 46.2233C209.079 42.4856 219.137 41.9821 228.503 44.7985C237.869 47.6149 245.963 53.5768 251.405 61.6677C256.847 69.7585 259.3 79.4772 258.346 89.1666C257.391 98.8559 253.089 107.916 246.172 114.801C238.274 122.676 227.558 127.109 216.377 127.128ZM216.377 46.5004C207.396 46.4847 198.686 49.5691 191.734 55.2279C184.782 60.8867 180.018 68.7694 178.253 77.5325C176.488 86.2955 177.832 95.3964 182.056 103.284C186.281 111.171 193.123 117.356 201.417 120.785C209.712 124.214 218.945 124.675 227.542 122.088C236.139 119.502 243.569 114.028 248.565 106.601C253.56 99.1735 255.813 90.2521 254.937 81.3573C254.062 72.4626 250.114 64.1453 243.765 57.8231C240.173 54.2361 235.905 51.3895 231.205 49.4466C226.505 47.5036 221.467 46.5025 216.377 46.5004Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
35
|
+
<path d="M266.619 39.8725C266.249 39.6729 265.832 39.5766 265.412 39.5937C264.992 39.6108 264.585 39.7407 264.232 39.9698L255.707 45.1995C254.297 46.0638 254.252 47.6928 254.93 48.797C255.191 49.2589 255.594 49.6237 256.081 49.8366C256.567 50.0494 257.109 50.0987 257.626 49.9771C257.874 49.911 258.11 49.8077 258.328 49.6708L266.853 44.4411C267.231 44.2193 267.543 43.8994 267.755 43.5152C267.967 43.131 268.071 42.6968 268.056 42.2585C268.039 41.7713 267.899 41.2964 267.647 40.8789C267.396 40.4613 267.042 40.1149 266.619 39.8725Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
36
|
+
<path d="M217.263 17.2014C216.963 17.2168 216.669 17.2946 216.4 17.4299C216.131 17.5652 215.894 17.755 215.703 17.9872C215.511 18.2193 215.371 18.4887 215.289 18.7782C215.208 19.0676 215.188 19.3708 215.231 19.6683L216.168 29.3572C216.203 29.7055 216.307 30.0433 216.474 30.3508C216.64 30.6584 216.867 30.9296 217.14 31.1486C217.413 31.3676 217.727 31.53 218.064 31.6264C218.401 31.7227 218.753 31.7511 219.101 31.7098C219.245 31.6967 219.388 31.6719 219.527 31.6356C220.046 31.5088 220.499 31.1924 220.796 30.7489C221.093 30.3054 221.213 29.7669 221.132 29.2395L220.193 19.5552C220.159 19.207 220.055 18.8691 219.889 18.5614C219.722 18.2537 219.496 17.9823 219.223 17.7631C218.95 17.5439 218.636 17.3813 218.3 17.2849C217.963 17.1884 217.611 17.1601 217.263 17.2014Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
37
|
+
<path d="M244.444 19.9977C244.132 20.0993 243.843 20.2635 243.596 20.4804C243.349 20.6972 243.149 20.9621 243.008 21.2588L236.547 34.5039C236.26 35.0996 236.215 35.7827 236.421 36.4104C236.627 37.0381 237.067 37.5619 237.651 37.8722C238.193 38.1577 238.823 38.2291 239.416 38.0721C239.758 37.9811 240.076 37.8175 240.349 37.5926C240.621 37.3677 240.842 37.0868 240.997 36.7689L247.458 23.5237C247.747 22.925 247.792 22.2379 247.584 21.607C247.376 20.976 246.932 20.4503 246.344 20.1403C246.053 19.9899 245.735 19.8997 245.409 19.8752C245.082 19.8507 244.754 19.8924 244.444 19.9977Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
38
|
+
</svg>
|
|
39
|
+
`;
|
|
@@ -0,0 +1,42 @@
|
|
|
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-NoEntries">
|
|
2
|
+
<rect y="62.5" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M103.596 72.5028L122.2 139.786C122.599 141.231 124.008 142.167 125.509 141.975L204.24 131.822C208.901 130.646 210.232 126.905 209.599 125.098L184.895 62.6257C184.447 61.3503 183.201 60.5284 181.849 60.6134L107.275 62.7958C105.361 62.9162 101.517 65.6583 103.603 72.5028H103.596Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
4
|
+
<path d="M104.578 66.5865L124.1 137.178C124.499 138.624 125.908 139.559 127.41 139.368L207.136 129.087C209.044 128.839 210.239 126.912 209.606 125.105L186.795 60.0183C186.347 58.7429 185.101 57.921 183.749 58.006L107.318 62.7816C105.403 62.902 104.08 64.7442 104.592 66.5865H104.578Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path d="M128.581 44.6378L142.784 81.4973C143.345 83.3525 139.597 87.027 137.661 87.1917L67.6986 93.1726C66.1877 93.3016 64.8062 92.3059 64.4609 90.8304L55.1148 51.1201C54.3665 47.5101 57.4491 43.3105 59.363 43.2245L125.509 42.4818C126.905 42.4173 128.171 43.3055 128.574 44.645L128.581 44.6378Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
6
|
+
<path d="M130.913 42.1593L142.655 80.7952C143.216 82.6503 141.928 84.5485 139.985 84.7132L70.0226 90.6941C68.5116 90.823 67.1302 89.8274 66.7849 88.3519L57.0214 46.8294C56.5826 44.9742 57.9496 43.1836 59.8634 43.0904L127.84 40.0033C129.236 39.9388 130.503 40.827 130.905 42.1664L130.913 42.1593Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
7
|
+
<path d="M79.8435 46.9942C76.6633 47.1446 73.8789 48.0829 71.6773 49.5656L83.3474 61.1406L66.4826 60.3455C66.5402 60.9257 66.6193 61.5059 66.7632 62.1004C68.6627 70.1514 77.757 76.2254 86.9304 75.5879C95.9744 74.9576 101.543 68.0383 99.507 60.2094C97.4925 52.4665 88.7507 46.5859 79.8435 46.9942Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
8
|
+
<path d="M204.802 181.309L163.679 168.655C170.37 163.864 166.261 158.337 153.702 154.966C139.331 151.104 116.582 150.878 100.631 154.694C82.4758 159.04 78.546 167.202 95.1146 172.623C112.32 178.25 141.15 177.659 157.101 171.9L195.362 185.145L200.016 184.351C200.873 183.316 201.343 184.441 202.684 183.631C205.167 181.933 206.468 180.818 206.056 180.612H204.802V181.309Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
9
|
+
<path d="M210.385 80.5909C213.117 92.0129 208.617 103.776 202.998 112.174C197.943 119.72 189.414 125.037 178.248 126.371C153.618 129.31 127.256 111.769 120.611 88.002C113.965 64.2352 128.561 41.6112 151.95 40.5322C174.419 39.4957 202.848 59.5428 210.385 80.5909Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
10
|
+
<path d="M208.738 74.7273C216.575 96.6059 204.752 117.178 181.164 119.997C156.535 122.935 130.173 105.394 123.527 81.6273C116.881 57.8605 131.856 40.1276 155.251 39.0486C177.72 38.0121 201.208 53.6863 208.745 74.7273H208.738Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
11
|
+
<path d="M203.483 75.153C210.207 94.185 199.782 111.932 179.331 114.268C158.096 116.688 135.407 101.589 129.581 81.1445C123.962 61.4239 136.548 45.0824 156.856 44.0531C176.465 43.0663 196.987 56.76 203.49 75.153H203.483Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
12
|
+
<path d="M208.453 181.444L195.019 185.008L173.677 117.107L186.262 115.645L208.453 181.444Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
13
|
+
<path d="M128.875 65.8182L156.649 44.0674C142.06 44.8837 131.499 53.6153 128.875 65.8182Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
14
|
+
<path d="M179.332 114.268C197.372 112.209 207.605 98.1606 205.152 81.812L160.713 112.167C166.739 114.168 173.099 114.978 179.332 114.268Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path d="M181.592 50.2009L181.578 50.1938L181.592 50.2009Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
16
|
+
<path d="M156.849 44.0528C157.426 44.0246 157.997 44.0105 158.574 44.0034C157.997 44.0034 157.426 44.0246 156.849 44.0528Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
17
|
+
<path d="M175.509 47.3115C175.688 47.3825 175.866 47.4535 176.037 47.5245C175.859 47.4535 175.688 47.3825 175.509 47.3115Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
18
|
+
<path d="M177.128 47.979C177.249 48.0358 177.371 48.0926 177.492 48.1423C177.371 48.0855 177.249 48.0287 177.128 47.979Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
19
|
+
<path d="M173.869 46.6938C174.069 46.7648 174.276 46.8358 174.475 46.9139C174.276 46.8358 174.076 46.7648 173.869 46.6938Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
20
|
+
<path d="M162.774 44.1953C163.102 44.2235 163.43 44.2588 163.765 44.3012C163.437 44.2659 163.109 44.2306 162.774 44.1953Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
21
|
+
<path d="M160.999 44.0674C161.341 44.0886 161.69 44.1027 162.033 44.1309C161.69 44.1027 161.341 44.0815 160.999 44.0674Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
22
|
+
<path d="M164.521 44.3936C164.842 44.4359 165.17 44.4853 165.491 44.5347C165.17 44.4853 164.849 44.4359 164.521 44.3936Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
23
|
+
<path d="M159.152 44.0103C159.537 44.0103 159.915 44.0173 160.3 44.0314C159.915 44.0173 159.53 44.0103 159.152 44.0103Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
24
|
+
<path d="M205.465 84.7649C204.41 63.6246 184.009 46.7152 163.758 44.1951C156.713 43.5491 144.327 43.5491 135.335 53.2816C134.323 54.3748 133.374 55.6526 132.49 57.0014C132.341 57.2285 132.255 57.3847 132.119 57.6048C132.098 57.6332 132.091 57.6687 132.07 57.7042C142.73 44.9192 159.772 44.1028 174.832 50.0658C190.42 56.2347 203.882 69.6728 205.465 84.7791V84.7649Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
25
|
+
<path d="M153.312 46.6796L128.875 65.818C127.87 70.5032 128.027 75.6925 129.581 81.1444C129.709 81.5987 129.852 82.0459 130.002 82.4932L177.285 51.1092C169.541 47.6521 161.156 45.9342 153.312 46.6796Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
26
|
+
<path d="M168.557 119.791L175.88 124.114C175.88 124.114 174.354 120.344 179.374 119.826V119.748C177.363 120.053 173.313 120.458 168.557 119.784V119.791Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
27
|
+
<path d="M184.694 119.074C185.713 119.116 187.496 119.869 188.345 122.034L189.557 118.101C189.557 118.101 188.437 118.641 184.694 119.067V119.074Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
28
|
+
<path d="M195.019 185.008L175.01 121.424L176.358 120.075C176.358 120.075 178.918 119.926 181.827 119.344C181.827 119.344 180.822 120.472 181.114 122.034C182.284 128.168 201.308 183.815 201.308 183.815L195.012 185.008H195.019Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
29
|
+
<path d="M208.453 181.444C208.453 182.182 204.988 183.411 199.319 184.866C196.516 185.427 195.14 185.356 195.019 185.008C194.933 184.759 196.466 183.801 199.247 182.907C203.412 181.607 207.982 180.876 208.453 181.444Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
30
|
+
<path d="M171.416 79.8522C173.299 77.9569 175.053 76.0331 173.962 72.6895C172.75 68.9768 169.213 67.1453 165.084 67.4293C160.827 67.7203 158.752 69.85 157.583 72.5546L153.633 69.921C155.044 66.7833 157.882 64.1212 163.829 63.7308C170.932 63.2623 176.472 66.4993 178.34 72.1216C179.888 76.7998 177.82 79.3766 175.46 82.0032C173.292 84.3884 172.179 85.6449 172.928 87.9804L173.085 88.4631L168.75 88.8536L168.593 88.3708C167.245 84.1257 169.341 81.9322 171.416 79.8593V79.8522ZM172.044 92.0267C173.834 91.8635 175.616 93.049 176.173 94.774C176.729 96.499 175.795 97.9685 173.998 98.1459C172.172 98.3234 170.404 97.1521 169.848 95.3774C169.292 93.6027 170.226 92.19 172.044 92.0196V92.0267Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
31
|
+
<path d="M250.801 132.108L222.997 135.956C220.125 136.356 216.836 133.993 215.682 130.706C214.534 127.433 216.527 123.542 218.991 122.61L246.45 120.647C249.14 120.311 252.28 122.568 253.484 125.708L254.822 125.372C255.314 128.898 253.505 131.729 250.801 132.108Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
32
|
+
<path d="M251.759 130.419L223.955 134.267C221.082 134.666 217.794 132.304 216.639 129.017C215.492 125.743 216.893 122.806 219.751 122.449L247.401 118.965C250.09 118.629 253.23 120.886 254.434 124.026C255.645 127.18 254.448 130.054 251.752 130.426L251.759 130.419Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
33
|
+
<path d="M241.127 125.702C241.515 126.739 241.099 127.685 240.205 127.804C239.311 127.923 238.262 127.173 237.881 126.136C237.494 125.092 237.917 124.159 238.811 124.04C239.705 123.921 240.74 124.671 241.127 125.709V125.702Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
34
|
+
<path d="M245.486 125.126C245.873 126.164 245.471 127.096 244.584 127.215C243.697 127.334 242.655 126.591 242.268 125.554C241.881 124.517 242.289 123.584 243.176 123.472C244.063 123.36 245.098 124.096 245.486 125.133V125.126Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
35
|
+
<path d="M249.809 124.552C250.196 125.582 249.809 126.514 248.921 126.634C248.034 126.753 247.006 126.01 246.619 124.979C246.232 123.949 246.633 123.024 247.513 122.905C248.393 122.785 249.421 123.528 249.809 124.559V124.552Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
36
|
+
<path d="M244.211 116.035L217.083 119.379C214.245 119.722 211.021 117.409 209.908 114.22C208.796 111.052 210.943 107.049 213.316 106.369L240.522 104.932C243.176 104.645 246.26 106.86 247.429 109.902L248.598 109.404C249.492 112.601 246.894 115.706 244.225 116.028L244.211 116.035Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
37
|
+
<path d="M245.683 114.339L218.04 117.682C215.203 118.026 211.978 115.713 210.866 112.523C209.753 109.355 211.162 106.544 213.978 106.236L241.472 103.236C244.127 102.949 247.21 105.164 248.379 108.206C249.555 111.262 248.351 114.009 245.683 114.332V114.339Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
38
|
+
<path d="M227.898 111.85L216.78 113.147C216.168 113.217 215.471 112.719 215.224 112.033C214.978 111.346 215.28 110.736 215.893 110.666L226.996 109.404C227.595 109.334 228.278 109.832 228.531 110.505C228.778 111.184 228.496 111.787 227.898 111.857V111.85Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
39
|
+
<path d="M237.522 100.509L211.408 103.376C208.592 103.67 205.416 101.385 204.325 98.2873C203.241 95.2031 204.937 90.8083 208.409 90.5489L234.734 89.7008C237.367 89.4554 241.69 91.0256 242.824 93.9905C243.592 97.4672 240.261 100.194 237.522 100.509Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
40
|
+
<path d="M239.796 98.8202L212.366 101.687C209.549 101.981 206.374 99.6964 205.282 96.5982C204.198 93.5141 205.613 90.8155 208.409 90.5561L235.692 88.0187C238.325 87.7734 241.374 89.9673 242.507 92.9253C243.648 95.9043 242.444 98.5468 239.789 98.8272L239.796 98.8202Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
41
|
+
<path d="M237.368 94.6424L226.673 95.7148C226.081 95.7709 225.405 95.2872 225.166 94.6283C224.926 93.9694 225.208 93.3947 225.792 93.3316L236.48 92.2872C237.058 92.2311 237.72 92.7078 237.966 93.3596C238.212 94.0115 237.945 94.5793 237.368 94.6424Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
42
|
+
</svg>`;
|
|
@@ -0,0 +1,16 @@
|
|
|
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-NoFilterResults">
|
|
2
|
+
<rect y="59" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M248.796 154.233L243.077 151.592L145.169 142.609C145.169 142.609 105.873 138.172 90.6667 137.348C71.8018 136.322 53.0715 135.792 51.9361 139.77C50.8007 143.748 63.324 149.711 95.1831 161.932C116.935 170.275 126.987 171.169 134.993 168.581L183.294 154.342L248.804 154.233H248.796Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M201.554 137.632L248.796 154.243C248.796 154.243 250.78 155.319 251.479 150.837C252.008 147.464 252.395 143.032 249.813 136.656L206.844 121.753L201.554 125.126V137.632Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
5
|
+
<path d="M248.796 154.233C248.796 154.233 250.78 155.31 251.479 150.827C251.63 149.843 201.554 133.4 201.554 133.4V137.622L248.796 154.233Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
6
|
+
<path d="M250.806 139.481C250.537 138.581 250.217 137.639 249.813 136.647L206.844 121.743L206.365 122.054L207.441 125.545L250.806 139.481Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
7
|
+
<path d="M168.837 52.8696L169.989 54.0387C170.897 54.9639 171.671 56.0152 172.285 57.159L206.844 121.752C206.844 121.752 210.082 128.808 201.554 137.631L135.119 168.431C133.319 169.263 131.342 169.667 129.349 169.591H129.299L168.837 52.8696Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
8
|
+
<path d="M115.993 166.185C118.331 166.984 120.997 166.505 123.849 164.949C115.707 157.783 116.414 131.769 126.086 103.317C135.514 75.5702 150.283 54.8634 161.049 53.1813C159.779 50.7422 158.113 49.0769 156.036 48.3705C155.498 48.1854 154.934 48.0845 154.354 48.034C154.152 48.0256 153.958 48.0004 153.757 48.0004C142.857 47.8911 126.733 70.2715 116.422 100.617C108.188 124.856 105.985 147.321 109.87 158.725C110.619 160.525 111.477 162.157 112.427 163.603C113.445 164.84 114.631 165.714 115.993 166.177V166.185Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
9
|
+
<path d="M126.077 103.316C116.405 131.769 115.699 157.783 123.84 164.949C134.168 159.314 146.927 139.431 155.598 113.939C164.53 87.6559 166.372 63.4587 161.04 53.1895C150.275 54.8716 135.506 75.5783 126.077 103.325V103.316Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
10
|
+
<path d="M153.925 118.649C154.497 117.101 155.052 115.528 155.598 113.939C164.53 87.6559 166.372 63.4587 161.04 53.1895C156.162 53.9548 148.273 59.6572 140.737 71.9534C140.737 71.9534 159.207 75.1494 153.925 118.657V118.649Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
11
|
+
<path d="M168.879 100.681L145.169 146.513L129.299 169.575H129.349C131.334 169.65 133.31 169.255 135.119 168.422L201.579 137.627L164.851 138.332C172.909 117.766 175.915 88.8159 175.915 88.8159L168.879 100.681Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
12
|
+
<path d="M206.844 121.744L197.592 104.452L174.791 71.9448C174.791 71.9448 175.133 83.806 173.555 93.0301L207.433 125.545C207.492 123.173 206.836 121.744 206.836 121.744H206.844Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
13
|
+
<path d="M161.04 53.1813C159.77 50.7422 158.105 49.0769 156.027 48.3704C155.489 48.1854 154.926 48.0845 154.345 48.034C154.143 48.0256 153.95 48.0004 153.748 48.0004C146.767 47.9331 137.659 57.0838 129.29 71.634C129.299 71.634 136.145 69.5061 140.729 71.9452C147.659 61.0956 154.976 54.1317 161.032 53.1813H161.04Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
14
|
+
<path d="M170.124 54.3164C168.004 50.8428 161.335 49.8672 157.996 48.7318C156.801 48.3281 155.582 48.1094 154.345 48.0337C154.917 48.0842 155.481 48.1851 156.027 48.3701C158.105 49.0766 159.779 50.7419 161.04 53.1809C166.364 63.4502 164.531 87.6473 155.599 113.93C146.936 139.423 134.168 159.305 123.84 164.94C120.989 166.496 118.323 166.976 115.985 166.177C114.622 165.714 113.428 164.839 112.419 163.603C112.452 163.653 112.486 163.712 112.52 163.763C115.026 167.531 124.925 170.315 129.299 169.583C143.386 167.228 158.189 144.713 167.298 117.908C176.246 91.5751 177.558 66.5032 170.124 54.3164Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
15
|
+
<path d="M166.245 51.3141C164.582 50.4758 161.242 49.6055 157.996 48.7318C156.801 48.3281 155.582 48.1094 154.345 48.0337C154.917 48.0842 155.481 48.1851 156.027 48.3701C158.105 49.0766 159.779 50.7419 161.04 53.1809C166.369 63.4826 164.189 94.6544 151.213 125.593C170.197 96.5662 171.085 62.5885 166.245 51.3141Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
16
|
+
</svg>`;
|
|
@@ -0,0 +1,16 @@
|
|
|
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-NoMail">
|
|
2
|
+
<rect y="59" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M225.788 180.738L165.855 160.777C165.725 160.737 165.595 160.717 165.466 160.747L80.5967 173.728C76.7835 174.168 76.4242 175.238 77.5821 175.798L137.625 196.219C139.971 197.019 142.467 197.209 144.902 196.769L222.394 182.528C225.918 182.058 226.627 181.008 225.788 180.738Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M225.788 180.738L165.855 160.777C165.725 160.737 165.595 160.717 165.466 160.747L80.5967 173.728C76.7835 174.168 76.4242 175.238 77.5821 175.798L137.625 196.219C139.971 197.019 142.467 197.209 144.902 196.769L222.394 182.528C225.918 182.058 226.627 181.008 225.788 180.738Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
5
|
+
<path d="M241.071 162.197C241.739 162.077 242.149 161.397 241.949 160.747L227.545 112.325C227.545 112.325 227.525 112.245 227.505 112.205L222.534 95.7239C222.534 95.7239 222.514 95.6639 222.504 95.6339L220.447 88.8037L216.934 78.7332C216.864 78.5432 216.774 78.3532 216.684 78.1732C216.684 78.1732 216.684 78.1532 216.684 78.1432C216.584 77.9332 216.474 77.7332 216.355 77.5432C216.325 77.4932 216.295 77.4532 216.265 77.4032C216.155 77.2332 216.045 77.0732 215.915 76.9132C215.845 76.8132 215.756 76.7232 215.676 76.6332C215.576 76.5232 215.486 76.4031 215.376 76.2931C215.177 76.0831 214.957 75.8831 214.727 75.7031L168.071 38.3716C168.071 38.3716 167.532 37.9916 166.713 37.6115C166.443 37.4815 166.134 37.3615 165.805 37.2515C164.826 36.9115 163.648 36.7015 162.52 37.0015C162.151 37.1015 161.782 37.2515 161.432 37.4815L138.633 57.8324L126.854 68.3428L119.148 75.2231C118.1 76.1631 117.411 77.4432 117.221 78.8433L116.413 91.2438C116.363 91.9438 116.433 92.6338 116.622 93.3139L135.788 164.217L140.43 179.237C140.709 180.147 141.628 180.707 142.566 180.527L241.071 162.217V162.197Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
6
|
+
<path d="M117.122 92.2339L142.287 179.758L241.98 160.967L220.119 87.5137L117.122 92.2339Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path d="M162.371 36.6119L119.917 75.0035C119.009 75.8235 118.42 76.9136 118.22 78.1536C118.04 79.2937 117.841 80.6737 117.791 81.4738C117.691 83.1738 117.122 92.2242 117.122 92.2242L220.119 87.504L216.685 77.5136C216.295 76.3736 215.537 75.3135 214.519 74.4935L168.86 37.5019C168.86 37.5019 165.107 34.8318 162.361 36.6119H162.371Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path d="M220.118 87.5137C220.118 87.5137 212.691 87.5137 211.673 87.9037C208.838 88.9637 198.486 131.015 159.636 113.245C155.393 111.305 174.689 136.016 171.864 138.716C170.456 140.066 168.889 141.276 167.202 142.336C166.394 142.836 165.325 143.156 164.567 143.646C163.718 144.196 163.858 144.476 163.589 145.596C163.209 147.156 162.101 148.336 160.873 149.306C158.478 151.196 155.543 152.436 152.898 154.016C148.995 156.357 145.081 158.627 140.919 160.617C139.711 161.187 138.503 161.757 137.275 162.287L142.296 179.758L241.979 160.977C241.979 160.977 220.148 87.6137 220.118 87.5237V87.5137Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
9
|
+
<path d="M216.675 77.5336C216.605 77.3436 216.515 77.1636 216.435 76.9736C216.196 77.7337 215.756 78.3837 214.938 78.8237C214.259 79.1937 218.905 83.9942 218.126 84.1942C216.685 85.4338 214.938 85.9775 213.4 86.1878C208.18 86.9016 139.258 88.1235 123.231 88.3992C120.449 88.447 121.006 87.747 121.006 87.747C121.006 87.747 120.607 87.2857 123.532 84.5777C129.333 79.2065 144.221 65.7022 162.761 45.8823C162.012 43.8422 135.06 70.2833 132.934 69.2833C131.496 68.6033 130.029 67.7932 128.532 67.2032L119.917 74.9935C119.638 75.2436 119.408 75.5036 119.188 75.8036C118.48 76.7936 118.16 77.7737 118.01 79.5237C117.911 80.2638 117.821 80.9738 117.791 81.4738C117.691 83.1739 117.122 92.2243 117.122 92.2243L220.119 87.5041L216.685 77.5136L216.675 77.5336Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
10
|
+
<path d="M142.287 179.758L163.459 175.768L185.07 128.966C185.07 128.966 140.769 101.235 132.454 97.4644C127.792 95.3543 121.853 94.2243 117.531 93.6343L142.266 179.758H142.287Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
11
|
+
<path d="M142.287 179.758L163.459 175.767L185.071 128.965C185.071 128.965 177.152 122.774 168.837 119.003C172.83 130.004 151.867 141.004 134.398 152.505L142.271 179.758H142.287Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
12
|
+
<path d="M220.568 89.0447C218.99 89.9047 214.449 92.6348 214.049 95.875C213.56 99.8151 213.88 101.125 211.294 105.135C208.709 109.135 193.236 132.446 193.236 132.446L229.771 163.268L241.97 160.968L220.568 89.0347V89.0447Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
13
|
+
<path d="M214.508 74.4645L168.86 37.5019C168.86 37.5019 165.106 34.8318 162.361 36.6119L119.867 74.4334C118.542 75.6298 117.925 78.1268 117.795 80.184L117.521 84.6302L161.762 46.6823C161.762 46.6823 165.206 42.5821 171.046 47.7424C176.885 52.9026 219.267 85.0312 219.267 85.0312L217.896 80.8868L216.504 76.9546C216.072 75.9451 215.337 75.1345 214.508 74.4645Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
14
|
+
<path d="M241.291 160.677C240.92 158.263 239.092 152.855 238.428 151.412C238.268 151.172 238.049 150.962 237.799 150.822L195.667 127.263C183.728 125.783 175.755 133.053 175.755 133.053C175.755 133.053 147.669 161.032 143.681 165.235C140.816 167.875 142.043 171.118 142.412 172.079C142.532 172.379 142.657 172.619 142.752 172.951C143.223 174.603 142.736 177.498 141.978 178.658L142.297 179.758L241.281 161.028V160.677H241.291Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
15
|
+
<path d="M241.24 161.097C241.181 159.237 237.807 154.077 236.868 152.677C236.709 152.437 236.509 152.247 236.269 152.107C232.646 149.956 202.879 132.266 195.173 127.856C187.75 123.608 184.042 128.486 184.042 128.486C184.042 128.486 149.204 164.397 145.611 167.717C142.786 170.327 143.09 171.364 143.295 172.137C143.376 172.444 143.445 172.567 143.455 172.797C143.554 175.578 142.736 177.498 141.967 178.668L142.277 179.758L241.23 161.117H241.24V161.097Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
16
|
+
</svg>`;
|