@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,37 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-ResizingColumns">
|
|
2
|
+
<rect y="40" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M24.2705 40.9313L32.6007 71.1966C32.7789 71.8478 33.4119 72.2661 34.0812 72.1824L91.0287 65.2891C93.1167 64.7616 93.7096 63.0774 93.4295 62.2662L60.6688 36.4898C60.4687 35.915 59.9085 35.544 59.3047 35.584L25.9147 36.5662C25.0562 36.6207 23.3356 37.8539 24.2705 40.9313Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
4
|
+
<path d="M24.7071 38.2703L33.4483 70.0197C33.6266 70.6708 34.2595 71.0892 34.9289 71.0019L92.3201 64.0503C93.1713 63.9412 93.7097 63.0718 93.426 62.2606L82.3893 33.9087C82.1892 33.334 81.629 32.9629 81.0252 33.0029L25.9293 36.5569C25.0708 36.6115 24.4815 37.4372 24.7071 38.2666V38.2703Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
5
|
+
<path d="M82.3893 33.9087C82.1892 33.334 81.629 32.9629 81.0252 33.0029L25.9293 36.5569C25.0708 36.6115 24.4815 37.4372 24.7071 38.2666L25.933 42.7155L83.9244 37.8556L82.3857 33.9051L82.3893 33.9087Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
6
|
+
<path d="M76.3431 87.9873L45.8196 78.2202C45.8196 78.2202 45.5068 78.1219 45.4922 77.9619C45.4777 77.8018 45.7723 77.7145 45.7723 77.7145L54.1426 75.3828C54.1426 75.3828 54.4663 75.27 54.6846 75.27C54.9028 75.27 55.2557 75.3828 55.2557 75.3828L82.6363 84.4187L76.3468 87.9873H76.3431Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
7
|
+
<path d="M42.7849 45.6323L32.4765 46.4588C32.0857 46.4902 31.8341 46.7687 31.924 47.0832L32.4495 48.9517C32.5393 49.2661 32.9301 49.4952 33.3209 49.4593L43.6608 48.5879C44.0426 48.5564 44.2807 48.278 44.1864 47.968L43.6384 46.1309C43.5485 45.8255 43.1622 45.6009 42.7805 45.6323H42.7849Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path d="M44.3483 50.9051L33.986 51.8124C33.5907 51.8483 33.3436 52.1313 33.4335 52.4502L33.9635 54.3457C34.0533 54.6646 34.4486 54.8937 34.8439 54.8578L45.2377 53.9055C45.624 53.8696 45.8576 53.5866 45.7632 53.2722L45.2108 51.4082C45.1164 51.0982 44.7301 50.8691 44.3483 50.9051Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path d="M45.9387 56.2611L35.5224 57.2493C35.1272 57.2852 34.8756 57.5772 34.9655 57.9006L35.5045 59.8231C35.5943 60.1465 35.9941 60.3755 36.3893 60.3396L46.8371 59.302C47.2234 59.2616 47.4614 58.9741 47.3671 58.6552L46.8056 56.7642C46.7113 56.4498 46.325 56.2207 45.9387 56.2566V56.2611Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path d="M47.5466 61.6921L37.0719 62.7656C36.6722 62.8061 36.4206 63.1025 36.5149 63.4304L37.0629 65.3843C37.1573 65.7122 37.557 65.9458 37.9568 65.9009L48.4629 64.7779C48.8537 64.7375 49.0872 64.4411 48.9929 64.1177L48.4225 62.1997C48.3281 61.8808 47.9374 61.6517 47.5466 61.6921Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path d="M60.2243 44.0988L50.5177 44.8759C50.1493 44.9073 49.9248 45.1723 50.0191 45.4777L50.585 47.2834C50.6794 47.5889 51.0567 47.8089 51.4295 47.7775L61.163 46.9555C61.5224 46.9241 61.738 46.6591 61.6392 46.3581L61.0552 44.5794C60.9564 44.283 60.5881 44.0629 60.2288 44.0943L60.2243 44.0988Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path d="M61.8999 49.2007L52.1484 50.0542C51.7755 50.0856 51.551 50.3596 51.6498 50.6695L52.2247 52.5022C52.319 52.8121 52.7008 53.0322 53.0737 53.0007L62.8521 52.1024C63.2159 52.0709 63.427 51.797 63.3282 51.4915L62.7353 49.6903C62.6365 49.3894 62.2637 49.1693 61.8999 49.2007Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path d="M63.5928 54.3808L53.7919 55.3106C53.4191 55.3465 53.1945 55.625 53.2933 55.9394L53.8728 57.799C53.9716 58.1134 54.3534 58.338 54.7307 58.2976L64.5585 57.3229C64.9224 57.2869 65.1335 57.0085 65.0347 56.6985L64.4328 54.8704C64.334 54.565 63.9567 54.3449 63.5928 54.3808Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<path d="M65.3132 59.6362L55.4629 60.6468C55.0856 60.6872 54.861 60.9702 54.9598 61.2891L55.5482 63.1756C55.647 63.4945 56.0333 63.7191 56.4106 63.6787L66.2879 62.6232C66.6517 62.5827 66.8674 62.2997 66.764 61.9853L66.1532 60.1303C66.0499 59.8203 65.6726 59.6002 65.3087 59.6362H65.3132Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path d="M71.0251 44.734L72.4728 44.7013L92.058 43.4136L103.564 68.5461C103.957 69.3937 103.607 70.3977 102.778 70.8233L102.538 70.9506L81.6106 74.2718C80.4538 74.4537 79.3225 73.7952 78.9224 72.693L69.9556 48.3171C69.3954 46.8002 69.9956 45.2069 71.0323 44.734H71.0251Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
16
|
+
<path d="M71.4286 44.63L92.1123 42.7602C92.6434 42.7129 93.1417 43.0149 93.3418 43.5059L103.618 68.6858C103.913 69.406 103.458 70.2136 102.691 70.3336L82.1342 73.593C81.2211 73.7348 80.3372 73.2183 80.0171 72.3525L70.4101 46.2524C70.1372 45.5067 70.6429 44.7027 71.4359 44.63H71.4322H71.4286Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<path d="M90.0943 48.2905L79.0977 49.4841C78.8631 49.5092 78.723 49.6741 78.7895 49.8569L79.63 52.2297C79.6931 52.4125 79.9382 52.5344 80.1728 52.5093L91.1974 51.2297C91.4181 51.2046 91.5476 51.0397 91.4811 50.8641L90.6161 48.5665C90.5495 48.3909 90.3184 48.2726 90.0978 48.2941L90.0943 48.2905Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
18
|
+
<path d="M91.8102 52.8584L80.7681 54.1882C80.5335 54.2169 80.3934 54.3889 80.4599 54.5717L81.3144 56.9876C81.381 57.1704 81.6261 57.2958 81.8608 57.2671L92.9309 55.8477C93.155 55.8191 93.2811 55.6506 93.2145 55.4714L92.3355 53.1344C92.269 52.9588 92.0343 52.8369 91.8137 52.862L91.8102 52.8584Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
19
|
+
<path d="M93.5542 57.4983L82.4666 58.9715C82.2285 59.0037 82.0919 59.1794 82.1584 59.3658L83.0304 61.821C83.097 62.0074 83.3421 62.1329 83.5803 62.1006L94.6959 60.5343C94.92 60.502 95.0461 60.33 94.9761 60.1471L94.0795 57.7707C94.013 57.5915 93.7749 57.4696 93.5542 57.4983Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
20
|
+
<path d="M95.3301 62.2156L84.2005 63.8357C83.9624 63.8716 83.8258 64.0508 83.8923 64.2408L84.7783 66.7391C84.8449 66.929 85.0935 67.0545 85.3317 67.0186L96.4928 65.3017C96.717 65.2659 96.843 65.0903 96.773 64.9039L95.8625 62.488C95.7924 62.3052 95.5578 62.1834 95.3301 62.2156Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
21
|
+
<path d="M68.7992 39.6955C68.4645 38.2695 66.8785 37.1964 65.2452 37.3128C63.59 37.4329 62.557 38.7243 62.9425 40.172C63.0517 40.5758 63.259 40.9469 63.5391 41.267C63.4554 41.1178 64.6413 41.1906 64.5868 41.0305C64.1575 39.6882 64.6013 39.1062 65.3179 38.8116C66.442 38.3496 67.8825 38.9971 68.0753 40.3357C68.1953 41.1833 67.7188 42.0563 66.9367 42.4128C68.2863 42.1182 69.1011 40.9796 68.7992 39.6991V39.6955Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
22
|
+
<path d="M76.3364 87.9826L76.9985 88.0299C77.1258 88.0372 77.2495 88.0299 77.3732 88.0081L77.6969 87.9462L59.7851 36.5898L59.1194 36.6262C58.9412 36.6371 58.7484 36.699 58.4792 36.9536C58.3701 37.0555 58.1554 37.3246 58.1554 37.3246C58.0572 37.5138 58.1009 37.7393 58.17 37.9394L76.0709 87.7862C76.1109 87.8989 76.2127 87.9753 76.3328 87.9862L76.3364 87.9826Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
23
|
+
<path d="M68.7773 36.1055L59.1194 36.6257C58.8611 36.6402 58.6901 36.8985 58.7774 37.1422L77.0494 87.7092C77.1185 87.8984 77.3149 88.0148 77.515 87.9784L87.002 86.2941C87.1511 86.2687 87.2421 86.1123 87.1875 85.9668L69.1629 36.3601C69.1047 36.2 68.9483 36.0946 68.7773 36.1091V36.1055ZM67.0422 41.1727C65.9618 41.2709 64.8669 40.5761 64.605 39.6122C64.3394 38.63 65.0415 37.757 66.1655 37.6769C67.275 37.5969 68.3481 38.3281 68.5736 39.2921C68.7955 40.2415 68.1153 41.0781 67.0422 41.1727Z" fill="var(--sapContent_Illustrative_Color24)"/>
|
|
24
|
+
<path d="M71.0691 45.2801L66.8822 45.6438C66.8058 45.6511 66.7258 45.5965 66.7003 45.5201L66.4129 44.6689C66.3875 44.5962 66.4275 44.5307 66.5039 44.5234L70.669 44.1706C70.7417 44.1633 70.8254 44.2179 70.8509 44.2906L71.1564 45.1346C71.1819 45.2073 71.1455 45.2728 71.0691 45.2801Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
25
|
+
<path d="M77.1838 62.2048L72.6877 62.776C72.6077 62.7869 72.5167 62.725 72.4876 62.6341L72.1457 61.6228C72.1166 61.5355 72.1566 61.4555 72.2403 61.4482L76.7109 60.8953C76.791 60.8844 76.8783 60.9462 76.911 61.0335L77.2711 62.0302C77.3039 62.1175 77.2638 62.1939 77.1838 62.2048Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
26
|
+
<path d="M71.9313 47.6672L69.5814 47.8855C69.505 47.8928 69.4213 47.8382 69.3959 47.7618L69.2904 47.4635C69.2649 47.3871 69.3049 47.3217 69.3813 47.3144L71.724 47.0998C71.8004 47.0925 71.8804 47.1471 71.9095 47.2235L72.0186 47.5217C72.0441 47.5981 72.0077 47.6636 71.9313 47.6709V47.6672Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
27
|
+
<path d="M73.8885 53.0859L71.484 53.3405C71.4076 53.3478 71.3203 53.2896 71.2949 53.2096L71.1858 52.8931C71.1566 52.8131 71.1967 52.744 71.2767 52.7331L73.6739 52.4821C73.7503 52.4748 73.834 52.533 73.8631 52.6094L73.9758 52.9222C74.0049 53.0022 73.9649 53.0714 73.8885 53.0823V53.0859Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
28
|
+
<path d="M72.895 50.3392L70.5196 50.5757C70.4432 50.583 70.3595 50.5248 70.3304 50.4484L70.2249 50.1392C70.1995 50.0628 70.2395 49.9937 70.3159 49.9864L72.6876 49.7536C72.764 49.7463 72.8477 49.8009 72.8732 49.8809L72.9823 50.1865C73.0114 50.2628 72.9714 50.332 72.895 50.3392Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
29
|
+
<path d="M74.9063 55.9091L72.4728 56.1819C72.3927 56.1892 72.3091 56.131 72.28 56.0473L72.1672 55.7235C72.1381 55.6399 72.1781 55.5671 72.2581 55.5598L74.6845 55.2907C74.7608 55.2834 74.8481 55.3416 74.8772 55.4216L74.9936 55.7454C75.0227 55.8254 74.9827 55.9018 74.9063 55.9091Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
30
|
+
<path d="M75.9584 58.8161L73.4957 59.1071C73.4156 59.118 73.3283 59.0561 73.2992 58.9725L73.1828 58.6378C73.1537 58.5542 73.1937 58.4778 73.2738 58.4668L75.7292 58.1795C75.8056 58.1686 75.8965 58.2304 75.9256 58.3141L76.0457 58.6451C76.0748 58.7288 76.0384 58.8051 75.9584 58.8124V58.8161Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
31
|
+
<path d="M78.1514 64.8944L75.6269 65.2291C75.5469 65.24 75.4559 65.1745 75.4232 65.0872L75.2995 64.7344C75.2668 64.6434 75.3104 64.5634 75.3905 64.5525L77.9077 64.2215C77.9878 64.2105 78.0787 64.2724 78.1114 64.3633L78.2388 64.7162C78.2715 64.8035 78.2315 64.8872 78.1514 64.8981V64.8944Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
32
|
+
<path d="M80.5159 71.4395L77.9295 71.8251C77.8459 71.836 77.7513 71.7705 77.7185 71.6759L77.5876 71.2976C77.5548 71.203 77.5949 71.1157 77.6785 71.1048L80.2576 70.7229C80.3413 70.712 80.4322 70.7774 80.4686 70.872L80.6032 71.2467C80.6359 71.3413 80.5996 71.4286 80.5159 71.4395Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
33
|
+
<path d="M79.3152 68.1179L76.7616 68.478C76.6779 68.4889 76.587 68.4234 76.5543 68.3325L76.4269 67.9687C76.3942 67.8778 76.4342 67.7941 76.5179 67.7796L79.0642 67.4231C79.1443 67.4122 79.2388 67.4776 79.2716 67.5686L79.4025 67.9323C79.4353 68.0233 79.3953 68.1069 79.3152 68.1179Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
34
|
+
<path d="M81.7527 74.8659L79.1336 75.2769C79.0499 75.2915 78.9517 75.2224 78.9189 75.1241L78.7844 74.7349C78.7516 74.6367 78.7916 74.5458 78.8753 74.5348L81.4871 74.1274C81.5708 74.1129 81.6654 74.182 81.7017 74.2802L81.84 74.6658C81.8764 74.764 81.84 74.8513 81.7527 74.8659Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
35
|
+
<path d="M83.0298 78.4018L80.3743 78.842C80.287 78.8566 80.1924 78.7838 80.156 78.6819L80.0178 78.2818C79.9814 78.18 80.0251 78.089 80.1087 78.0745L82.757 77.6416C82.8406 77.627 82.9388 77.6961 82.9752 77.798L83.1207 78.1945C83.1571 78.2964 83.1207 78.3873 83.0334 78.4018H83.0298Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
36
|
+
<path d="M84.5102 82.5015L79.6575 83.3564C79.5702 83.3709 79.4684 83.2982 79.4356 83.1927L79.0246 81.9777C78.9882 81.8722 79.0319 81.7776 79.1192 81.7595L83.9463 80.9301C84.03 80.9155 84.1318 80.9883 84.1682 81.0901L84.6011 82.2869C84.6375 82.3924 84.6011 82.487 84.5138 82.5015H84.5102Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
37
|
+
</svg>
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
<svg width="130" height="128" viewBox="0 0 130 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-SearchEarth">
|
|
2
|
+
<path d="M66.1374 127.703C74.5068 127.703 82.7943 126.052 90.5266 122.843C98.2589 119.634 105.285 114.931 111.203 109.002C117.121 103.073 121.815 96.0345 125.018 88.2878C128.221 80.5412 129.87 72.2384 129.87 63.8535C129.87 55.4683 128.222 47.1651 125.019 39.4181C121.817 31.671 117.122 24.6319 111.204 18.7025C105.286 12.7731 98.26 8.06961 90.5274 4.86062C82.7949 1.65164 74.5071 -1.28159e-08 66.1374 0C57.7676 -1.28159e-08 49.4799 1.65164 41.7473 4.86062C34.0147 8.06961 26.9888 12.7731 21.0707 18.7025C15.1526 24.6319 10.4581 31.671 7.25551 39.4181C4.05288 47.1651 2.40475 55.4683 2.40521 63.8535C2.40521 80.7876 9.11983 97.0281 21.0719 109.002C33.024 120.976 49.2346 127.703 66.1374 127.703Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M72.8324 93.6657C73.3741 92.9694 73.9845 92.3296 74.6541 91.7559C74.0304 91.7841 73.4103 91.8017 72.7866 91.8017C63.6949 91.8048 54.8834 88.6497 47.8533 82.874C40.8239 77.0985 36.0099 69.0608 34.2308 60.1292C33.2793 55.3339 33.2268 50.403 34.0758 45.5885C33.7448 42.5471 34.0754 39.47 35.0448 36.5689C35.3911 35.453 35.9674 34.4224 36.7362 33.5436C37.5074 32.6673 38.4532 31.9626 39.5128 31.4749C43.4639 25.1891 49.1087 20.1507 55.7956 16.9412C54.3861 15.7174 52.9508 14.5407 51.4897 13.4111C47.7833 10.57 43.848 8.04199 39.7242 5.85301C29.909 10.2611 21.3623 17.0788 14.8755 25.6748C14.7348 28.5478 13.8123 31.3275 12.2081 33.713C11.2708 35.1251 9.90359 36.0253 8.19815 36.6607C4.10397 45.2471 1.98589 54.6448 2.00007 64.1606C2.00007 65.2197 2.02825 66.2787 2.07758 67.3377C5.01278 68.2062 6.71823 70.1336 7.15164 73.1378C7.35179 73.9775 7.36742 74.8508 7.19745 75.6972C7.01784 76.5446 6.65721 77.3431 6.14035 78.0377C5.59872 78.5843 4.94625 79.0081 4.22704 79.2803C4.09666 79.3262 3.96276 79.365 3.82534 79.4038C4.5896 82.5216 5.58847 85.5768 6.81338 88.5434C7.11289 88.5116 7.41591 88.4904 7.71894 88.4763C8.60989 88.4615 9.49421 88.6322 10.3159 88.9776C11.1357 89.3242 11.8748 89.8375 12.4864 90.485C13.7393 91.7534 15.2318 92.7591 16.8769 93.4433C18.5262 94.1245 20.2939 94.4712 22.0778 94.4635H23.0221C27.2822 94.4635 28.5261 97.2488 29.5268 99.4798C29.9756 100.802 30.7789 101.974 31.8489 102.869C32.394 103.264 33.0505 103.476 33.7235 103.472C34.7426 103.392 35.7457 103.171 36.7044 102.816C39.4857 101.873 42.4013 101.389 45.3374 101.383C49.8723 101.383 52.4692 102.219 53.7941 104.09C55.119 105.961 54.9358 108.425 53.4664 112.347C52.4094 115.249 50.2705 116.583 48.5051 117.66C47.156 118.384 45.9792 119.392 45.0555 120.615C44.3885 121.686 44.0232 122.918 43.9984 124.18C50.9659 126.711 58.3209 128.004 65.7322 128C67.3108 128 68.8742 127.942 70.4222 127.827C77.3734 119.111 82.0078 108.774 83.8931 97.7783L81.6486 92.183H81.6239L81.0918 90.9192C80.5985 91.0251 80.1017 91.1239 79.6048 91.2122C80.3309 91.7938 80.8832 92.5645 81.201 93.4397" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
4
|
+
<path d="M91.8002 87.7032C91.927 87.3844 92.0249 87.0548 92.0927 86.7183L91.5219 87.0325L91.8002 87.7032Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
5
|
+
<path d="M81.2047 93.4327C81.1084 93.1704 80.9905 92.9165 80.8524 92.6737C80.6759 92.3596 80.4668 92.0649 80.2287 91.7947C80.0373 91.5813 79.8287 91.3841 79.605 91.2052C77.974 91.4936 76.3263 91.6775 74.6719 91.7559C74.0023 92.3272 73.392 92.9647 72.8502 93.6586C68.058 99.6846 67.8783 101.217 69.1926 105.17C69.3981 105.816 69.8121 106.375 70.3695 106.759C70.9395 107.115 71.6006 107.298 72.2723 107.285C74.0024 107.317 76.3492 106.448 77.9101 105.167C82.3464 101.513 81.2646 93.8245 81.2047 93.4327Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
6
|
+
<path d="M6.15088 78.0447C6.66774 77.3501 7.02836 76.5517 7.20797 75.7042C7.37794 74.8579 7.36231 73.9846 7.16216 73.1449C6.72875 70.1407 5.0233 68.2026 2.0881 67.3448C2.29017 71.4139 2.88013 75.4543 3.84993 79.4109C3.98735 79.3721 4.12125 79.3332 4.25163 79.2873C4.96701 79.0157 5.61502 78.5918 6.15088 78.0447Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
7
|
+
<path d="M12.2256 33.713C13.8299 31.3275 14.7523 28.5478 14.893 25.6748C12.2972 29.1024 10.0542 32.7843 8.19806 36.6642C9.89998 36.0252 11.2742 35.1215 12.2256 33.713Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
8
|
+
<path d="M48.4912 117.674C50.253 116.615 52.3883 115.263 53.4525 112.361C54.9218 108.439 55.091 105.975 53.7802 104.104C52.4694 102.233 49.876 101.397 45.3234 101.397C42.3873 101.403 39.4718 101.887 36.6905 102.83C35.7318 103.185 34.7286 103.406 33.7095 103.487C33.0365 103.49 32.38 103.278 31.8349 102.883C30.765 101.988 29.9616 100.816 29.5128 99.494C28.5121 97.2629 27.2683 94.4776 23.0082 94.4776H22.0639C20.2819 94.4812 18.5169 94.132 16.87 93.4503C15.225 92.7661 13.7324 91.7605 12.4795 90.4921C11.8679 89.8446 11.1288 89.3313 10.309 88.9847C9.48733 88.6392 8.60297 88.4685 7.71202 88.4834C7.40919 88.4898 7.10693 88.5122 6.80646 88.5505C10.1965 96.7479 15.2493 104.151 21.6445 110.289C28.0422 116.426 35.6422 121.165 43.9633 124.205C43.9881 122.943 44.3534 121.711 45.0204 120.64C45.9481 119.41 47.1326 118.398 48.4912 117.674Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
9
|
+
<path d="M39.5163 31.4608C38.4539 31.9485 37.5064 32.6559 36.7362 33.5365C35.9663 34.4167 35.3911 35.4501 35.0484 36.5689C34.0755 39.4742 33.7449 42.5566 34.0794 45.6026C34.7973 41.5129 36.1579 37.563 38.1104 33.9001C38.5509 33.067 39.023 32.248 39.5163 31.4608Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
10
|
+
<path d="M92.6035 22.3106L86.9657 38.8388C93.1391 49.8529 97.0151 63.9982 94.1433 81.5537C97.4949 79.0725 100.393 76.0294 102.709 72.5588C107.348 65.6125 109.441 57.2708 108.633 48.9527C107.817 40.6273 104.146 32.8425 98.2449 26.9245C96.5228 25.2018 94.6329 23.6561 92.6035 22.3106Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
11
|
+
<path opacity="0.5" d="M92.6035 22.3106L86.9657 38.8388C93.1391 49.8529 97.0151 63.9982 94.1433 81.5537C97.4949 79.0725 100.393 76.0294 102.709 72.5588C107.348 65.6125 109.441 57.2708 108.633 48.9527C107.817 40.6273 104.146 32.8425 98.2449 26.9245C96.5228 25.2018 94.6329 23.6561 92.6035 22.3106Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
12
|
+
<path d="M72.5895 16.3305C71.0921 16.3381 69.5965 16.436 68.1109 16.6235C69.1997 17.5414 70.3343 18.5333 71.49 19.5994L72.5895 16.3305Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
13
|
+
<path d="M72.5895 16.3305C71.0921 16.3381 69.5965 16.436 68.1109 16.6235C69.1997 17.5414 70.3343 18.5333 71.49 19.5994L72.5895 16.3305Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
14
|
+
<path d="M83.8578 33.8118L88.5725 20.0019L87.0573 19.2958L82.7303 32.188C83.1108 32.7246 83.4867 33.2658 83.8578 33.8118Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
15
|
+
<path opacity="0.5" d="M83.8578 33.8118L88.5725 20.0019L87.0573 19.2958L82.7303 32.188C83.1108 32.7246 83.4867 33.2658 83.8578 33.8118Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
16
|
+
<path d="M38.3995 56.2919C37.7564 55.457 37.1758 54.5756 36.6624 53.6549C36.8427 59.185 38.2894 64.5997 40.8907 69.4806C43.3231 74.0495 46.7056 78.0426 50.8098 81.1901L55.5174 67.1754C48.8894 65.7315 42.4271 61.7178 38.3995 56.2919Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
17
|
+
<path opacity="0.5" d="M38.3995 56.2919C37.7564 55.457 37.1758 54.5756 36.6624 53.6549C36.8427 59.185 38.2894 64.5997 40.8907 69.4806C43.3231 74.0495 46.7056 78.0426 50.8098 81.1901L55.5174 67.1754C48.8894 65.7315 42.4271 61.7178 38.3995 56.2919Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
18
|
+
<path d="M86.9658 38.8388L70.0135 88.5258C74.453 88.8642 78.9166 88.3746 83.1778 87.0819C87.1233 85.8852 90.8355 84.0215 94.154 81.5714C97.0152 63.9982 93.1392 49.8529 86.9658 38.8388Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
19
|
+
<path opacity="0.5" d="M86.9658 38.8388L70.0135 88.5258C74.453 88.8642 78.9166 88.3746 83.1778 87.0819C87.1233 85.8852 90.8355 84.0215 94.154 81.5714C97.0152 63.9982 93.1392 49.8529 86.9658 38.8388Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
20
|
+
<path d="M65.6123 37.0984L71.4898 19.5994C70.334 18.5404 69.1994 17.5414 68.1106 16.6235C61.419 17.4907 55.1035 20.2177 49.8793 24.4958C47.7903 26.2036 45.8992 28.1408 44.2414 30.2711C44.7383 30.2323 45.2457 30.204 45.7742 30.204C51.6552 30.2111 59.379 32.7881 65.6123 37.0984Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
21
|
+
<path opacity="0.5" d="M65.6123 37.0984L71.4898 19.5994C70.334 18.5404 69.1994 17.5414 68.1106 16.6235C61.419 17.4907 55.1035 20.2177 49.8793 24.4958C47.7903 26.2036 45.8992 28.1408 44.2414 30.2711C44.7383 30.2323 45.2457 30.204 45.7742 30.204C51.6552 30.2111 59.379 32.7881 65.6123 37.0984Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
22
|
+
<path d="M76.2153 51.5897C76.511 53.5379 76.3702 55.5276 75.803 57.4145L83.8581 33.8119C83.5057 33.2682 83.1146 32.7281 82.7305 32.1986L76.2153 51.5897Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
23
|
+
<path opacity="0.5" d="M76.2153 51.5897C76.511 53.5379 76.3702 55.5276 75.803 57.4145L83.8581 33.8119C83.5057 33.2682 83.1146 32.7281 82.7305 32.1986L76.2153 51.5897Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
24
|
+
<path d="M74.7351 60.0127C74.0791 61.2907 73.2305 62.46 72.2192 63.4793L64.1149 87.5867C64.5377 87.6926 64.9641 87.788 65.3904 87.8762L75.4539 58.3959C75.2462 58.9485 75.0062 59.4884 74.7351 60.0127Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
25
|
+
<path opacity="0.5" d="M74.7351 60.0127C74.0791 61.2907 73.2305 62.46 72.2192 63.4793L64.1149 87.5867C64.5377 87.6926 64.9641 87.788 65.3904 87.8762L75.4539 58.3959C75.2462 58.9485 75.0062 59.4884 74.7351 60.0127Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
26
|
+
<path d="M76.2151 51.5897L72.2228 63.4793C73.234 62.46 74.0826 61.2907 74.7387 60.0127C75.0121 59.4885 75.2544 58.9486 75.4645 58.3959L75.8169 57.4145C76.3812 55.5269 76.5173 53.5368 76.2151 51.5897Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
27
|
+
<path opacity="0.5" d="M76.2151 51.5897L72.2228 63.4793C73.234 62.46 74.0826 61.2907 74.7387 60.0127C75.0121 59.4885 75.2544 58.9486 75.4645 58.3959L75.8169 57.4145C76.3812 55.5269 76.5173 53.5368 76.2151 51.5897Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
28
|
+
<path d="M55.5067 67.1754L65.6125 37.0984C59.3792 32.7881 51.6553 30.2111 45.7849 30.2111C45.2564 30.2111 44.749 30.2393 44.2521 30.2782C40.8099 34.7114 38.4453 39.8868 37.3458 45.3943C36.8058 48.1128 36.5823 50.8848 36.6798 53.6549C37.1933 54.5755 37.7739 55.457 38.417 56.2919C42.4269 61.7177 48.8892 65.7315 55.5067 67.1754Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
29
|
+
<path opacity="0.5" d="M55.5067 67.1754L65.6125 37.0984C59.3792 32.7881 51.6553 30.2111 45.7849 30.2111C45.2564 30.2111 44.749 30.2393 44.2521 30.2782C40.8099 34.7114 38.4453 39.8868 37.3458 45.3943C36.8058 48.1128 36.5823 50.8848 36.6798 53.6549C37.1933 54.5755 37.7739 55.457 38.417 56.2919C42.4269 61.7177 48.8892 65.7315 55.5067 67.1754Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
30
|
+
<path d="M82.7303 32.1986L87.068 19.2994C82.5634 17.3468 77.7089 16.3342 72.8007 16.3235H72.5999L71.5005 19.5924C75.6597 23.4032 79.4222 27.6268 82.7303 32.1986Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
31
|
+
<path d="M82.7303 32.1986L87.068 19.2994C82.5634 17.3468 77.7089 16.3342 72.8007 16.3235H72.5999L71.5005 19.5924C75.6597 23.4032 79.4222 27.6268 82.7303 32.1986Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
32
|
+
<path opacity="0.5" d="M82.7303 32.1986L87.068 19.2994C82.5634 17.3468 77.7089 16.3342 72.8007 16.3235H72.5999L71.5005 19.5924C75.6597 23.4032 79.4222 27.6268 82.7303 32.1986Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
33
|
+
<path d="M60.7498 67.7614C58.9863 67.754 57.2285 67.5575 55.5067 67.1754L50.7991 81.1901C53.2806 83.0895 55.9962 84.6604 58.8788 85.864C60.5818 86.5701 62.3358 87.1459 64.1255 87.5868L72.2299 63.4793C69.4498 66.2717 65.4927 67.7614 60.7498 67.7614Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
34
|
+
<path d="M60.7498 67.7614C58.9863 67.754 57.2285 67.5575 55.5067 67.1754L50.7991 81.1901C53.2806 83.0895 55.9962 84.6604 58.8788 85.864C60.5818 86.5701 62.3358 87.1459 64.1255 87.5868L72.2299 63.4793C69.4498 66.2717 65.4927 67.7614 60.7498 67.7614Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
35
|
+
<path d="M60.7498 67.7614C58.9863 67.754 57.2285 67.5575 55.5067 67.1754L50.7991 81.1901C53.2806 83.0895 55.9962 84.6604 58.8788 85.864C60.5818 86.5701 62.3358 87.1459 64.1255 87.5868L72.2299 63.4793C69.4498 66.2717 65.4927 67.7614 60.7498 67.7614Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
36
|
+
<path d="M73.8895 45.4543C75.0723 47.3205 75.8646 49.4077 76.2186 51.5897L82.7338 32.1986C79.4218 27.629 75.6557 23.4077 71.4934 19.5994L65.616 37.0984C68.981 39.4213 71.9162 42.2454 73.8895 45.4543Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
37
|
+
<path d="M73.8895 45.4543C75.0723 47.3205 75.8646 49.4077 76.2186 51.5897L82.7338 32.1986C79.4218 27.629 75.6557 23.4077 71.4934 19.5994L65.616 37.0984C68.981 39.4213 71.9162 42.2454 73.8895 45.4543Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
38
|
+
<path opacity="0.5" d="M73.8895 45.4543C75.0723 47.3205 75.8646 49.4077 76.2186 51.5897L82.7338 32.1986C79.4218 27.629 75.6557 23.4077 71.4934 19.5994L65.616 37.0984C68.981 39.4213 71.9162 42.2454 73.8895 45.4543Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
39
|
+
<path d="M73.8894 45.4543C71.9196 42.2525 68.9845 39.4248 65.6158 37.0984L55.51 67.1754C57.2319 67.5575 58.9896 67.7539 60.7532 67.7614C65.496 67.7614 69.4425 66.2716 72.2262 63.4793L76.2185 51.5897C75.8661 49.4073 75.0737 47.3197 73.8894 45.4543Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
40
|
+
<path d="M73.8894 45.4543C71.9196 42.2525 68.9845 39.4248 65.6158 37.0984L55.51 67.1754C57.2319 67.5575 58.9896 67.7539 60.7532 67.7614C65.496 67.7614 69.4425 66.2716 72.2262 63.4793L76.2185 51.5897C75.8661 49.4073 75.0737 47.3197 73.8894 45.4543Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
41
|
+
<path opacity="0.5" d="M73.8894 45.4543C71.9196 42.2525 68.9845 39.4248 65.6158 37.0984L55.51 67.1754C57.2319 67.5575 58.9896 67.7539 60.7532 67.7614C65.496 67.7614 69.4425 66.2716 72.2262 63.4793L76.2185 51.5897C75.8661 49.4073 75.0737 47.3197 73.8894 45.4543Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
42
|
+
<path d="M86.9658 38.8388L92.6036 22.3106C91.3099 21.4566 89.9635 20.6855 88.5726 20.0019L83.8579 33.8118C84.9409 35.4145 85.9768 37.0902 86.9658 38.8388Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
43
|
+
<path d="M86.9658 38.8388L92.6036 22.3106C91.3099 21.4566 89.9635 20.6855 88.5726 20.0019L83.8579 33.8118C84.9409 35.4145 85.9768 37.0902 86.9658 38.8388Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
44
|
+
<path opacity="0.5" d="M86.9658 38.8388L92.6036 22.3106C91.3099 21.4566 89.9635 20.6855 88.5726 20.0019L83.8579 33.8118C84.9409 35.4145 85.9768 37.0902 86.9658 38.8388Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
45
|
+
<path d="M83.8578 33.8118L75.7922 57.4251C75.6914 57.758 75.5738 58.0855 75.4398 58.4065L65.3763 87.8868C66.895 88.2003 68.4321 88.4172 69.9782 88.5364L86.9269 38.8353C85.9685 37.0867 84.9455 35.4122 83.8578 33.8118Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
46
|
+
<path d="M83.8578 33.8118L75.7922 57.4251C75.6914 57.758 75.5738 58.0855 75.4398 58.4065L65.3763 87.8868C66.895 88.2003 68.4321 88.4172 69.9782 88.5364L86.9269 38.8353C85.9685 37.0867 84.9455 35.4122 83.8578 33.8118Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
47
|
+
<path opacity="0.5" d="M83.8578 33.8118L75.7922 57.4251C75.6914 57.758 75.5738 58.0855 75.4398 58.4065L65.3763 87.8868C66.895 88.2003 68.4321 88.4172 69.9782 88.5364L86.9269 38.8353C85.9685 37.0867 84.9455 35.4122 83.8578 33.8118Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
48
|
+
<path d="M75.7921 57.4251L75.4397 58.4065C75.581 58.0884 75.6988 57.7604 75.7921 57.4251Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
49
|
+
<path d="M75.7921 57.4251L75.4397 58.4065C75.581 58.0884 75.6988 57.7604 75.7921 57.4251Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
50
|
+
<path d="M75.7921 57.4251L75.4397 58.4065C75.581 58.0884 75.6988 57.7604 75.7921 57.4251Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
51
|
+
<path d="M81.6415 92.183L83.8931 97.7783L87.0996 105.735C87.1756 105.686 87.2558 105.644 87.3392 105.608L97.0891 101.58C97.1554 101.553 97.2238 101.53 97.2935 101.513L92.5049 89.6201C87.1524 94.3435 82.0256 92.3454 81.6415 92.183Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
52
|
+
<path d="M97.3042 101.524C97.2344 101.541 97.1661 101.563 97.0998 101.591L87.3499 105.619C87.2665 105.654 87.1863 105.697 87.1103 105.746C86.7912 105.946 86.5529 106.252 86.4373 106.611C86.3213 106.969 86.335 107.356 86.476 107.705L92.3535 122.179C96.5796 120.228 100.58 117.82 104.285 114.998L99.1859 102.449C99.0386 102.092 98.7668 101.801 98.4212 101.63C98.0735 101.462 97.6772 101.424 97.3042 101.524Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
53
|
+
<path d="M87.822 88.8152C85.6468 89.7196 83.3957 90.4284 81.0953 90.9333L81.6274 92.1971H81.652C82.0255 92.3525 87.1524 94.3576 92.5154 89.6342L92.5789 89.5848L91.8001 87.7174L91.5218 87.0466C90.3199 87.6999 89.0849 88.2902 87.822 88.8152Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
54
|
+
<path d="M55.799 16.9236C49.1121 20.133 43.4673 25.1714 39.5162 31.4572C39.0229 32.248 38.5508 33.0529 38.1068 33.8789C36.1541 37.5421 34.7924 41.4918 34.0722 45.5814C33.2232 50.396 33.2757 55.3268 34.2272 60.1221C36.0055 69.055 40.8196 77.0941 47.8497 82.8705C54.8798 88.6462 63.6913 91.8013 72.783 91.7982C73.4067 91.7982 74.0268 91.7982 74.6505 91.7523C76.3049 91.674 77.9526 91.49 79.5836 91.2016C80.0805 91.1134 80.5773 91.0145 81.0706 90.9086C83.371 90.4037 85.6221 89.6949 87.7972 88.7905C89.0592 88.2646 90.294 87.6755 91.497 87.0255L92.0679 86.7113C95.167 84.9547 98.0122 82.7825 100.525 80.2546C106.955 73.8152 110.955 65.3395 111.843 56.2743C112.733 47.2179 110.463 38.1323 105.419 30.5641C100.368 22.991 92.8511 17.4078 84.1503 14.7667C82.1188 14.1517 80.0414 13.7008 77.9381 13.4181C74.4918 12.9592 71.0001 12.9592 67.5539 13.4181C64.1648 13.8739 60.8487 14.7661 57.6877 16.0728C57.0781 16.3341 56.4439 16.62 55.799 16.9236ZM102.709 72.5765C100.393 76.0449 97.4946 79.0857 94.1433 81.5643C90.825 84.0157 87.1128 85.8806 83.1671 87.0784C78.9059 88.3711 74.4423 88.8606 70.0028 88.5222C68.4567 88.4031 66.9197 88.1861 65.401 87.8727C64.9746 87.7844 64.5482 87.6891 64.1254 87.5832C62.3353 87.1464 60.5813 86.5729 58.8787 85.8676C55.9961 84.664 53.2805 83.093 50.799 81.1936C46.6947 78.0461 43.3123 74.0531 40.8799 69.4841C38.2786 64.6032 36.8319 59.1886 36.6515 53.6584C36.5668 50.8868 36.8032 48.1148 37.3562 45.3978C38.4558 39.8935 40.8205 34.7216 44.2626 30.2923C45.9204 28.162 47.8115 26.2248 49.9005 24.517C55.1247 20.2389 61.4402 17.5119 68.1318 16.6447C69.6174 16.4572 71.113 16.3593 72.6103 16.3517H72.8111C77.7138 16.3547 82.5646 17.3576 87.0678 19.2994C87.5788 19.5253 88.0826 19.7583 88.583 20.0054C89.9739 20.6891 91.3203 21.4602 92.6141 22.3141C94.6429 23.6589 96.5317 25.2047 98.2519 26.9281C104.153 32.8461 107.824 40.6308 108.64 48.9562C109.451 57.28 107.355 65.6279 102.709 72.5765Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
55
|
+
</svg>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-SearchFolder">
|
|
2
|
+
<mask id="mask0_396_4341" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
3
|
+
<circle cx="64" cy="64" r="64" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0_396_4341)">
|
|
6
|
+
<path d="M133.773 -9.5H-11.7733C-12.722 -9.50125 -13.6616 -9.23511 -14.5384 -8.71682C-15.4151 -8.19852 -16.2118 -7.43821 -16.883 -6.47936C-17.5541 -5.5205 -18.0865 -4.38191 -18.4498 -3.12865C-18.813 -1.87539 -19 -0.532041 -19 0.824608V123.166C-19 125.907 -18.2386 128.535 -16.8834 130.473C-15.5281 132.411 -13.69 133.5 -11.7733 133.5H133.773C135.69 133.5 137.528 132.411 138.883 130.473C140.239 128.535 141 125.907 141 123.166V0.824608C141 -0.532041 140.813 -1.87539 140.45 -3.12865C140.087 -4.38191 139.554 -5.5205 138.883 -6.47936C138.212 -7.43821 137.415 -8.19852 136.538 -8.71682C135.662 -9.23511 134.722 -9.50125 133.773 -9.5Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
7
|
+
<path d="M-20.3386 106.918L19.1729 93.6098C20.8583 93.0374 21.7487 91.2248 21.1922 89.5553L1.82599 32.0609C1.25359 30.3755 -0.55901 29.4851 -2.22851 30.0416L-41.74 43.3658C-43.4254 43.9382 -44.3158 45.7508 -43.7593 47.4203L-24.3931 104.915C-23.8207 106.6 -22.0081 107.49 -20.3386 106.934V106.918Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
8
|
+
<path d="M-22.04 105.901L17.3125 92.4174C18.982 91.845 19.8724 90.0324 19.3 88.3629L-0.32061 31.107C-0.893009 29.4375 -2.70561 28.5471 -4.37511 29.1195L-43.7276 42.6027C-45.3971 43.1751 -46.2875 44.9877 -45.7151 46.6572L-26.1104 103.913C-25.538 105.583 -23.7254 106.473 -22.0559 105.901H-22.04Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
9
|
+
<path d="M162.883 37.3364L124.445 24.1694C122.812 23.615 121.041 24.4774 120.487 26.1098L101.329 82.0272C100.775 83.6596 101.637 85.4306 103.27 85.985L141.708 99.152C143.341 99.7064 145.112 98.844 145.666 97.2116L164.824 41.2942C165.378 39.6618 164.516 37.8908 162.883 37.3364Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
10
|
+
<path d="M147.206 60.2825L120.425 51.1041C119.532 50.7961 118.577 51.2735 118.269 52.1667C117.961 53.0599 118.439 54.0147 119.332 54.3227L146.113 63.5011C147.006 63.8091 147.961 63.3317 148.269 62.4385C148.577 61.5453 148.099 60.5905 147.206 60.2825Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
11
|
+
<path d="M144.896 65.7341L118.115 56.5557C117.222 56.2477 116.267 56.7251 115.959 57.6183C115.651 58.5115 116.129 59.4663 117.022 59.7743L143.803 68.9527C144.696 69.2607 145.666 68.7833 145.959 67.8901C146.267 66.9969 145.789 66.0421 144.896 65.7341Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
12
|
+
<path d="M130.174 66.7813L115.913 61.8995C115.02 61.5915 114.05 62.0689 113.757 62.9621C113.449 63.8553 113.927 64.8101 114.82 65.1181L129.096 69.9999C129.989 70.3079 130.944 69.8305 131.252 68.9373C131.56 68.0441 131.082 67.0893 130.189 66.7813H130.174Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
13
|
+
<path d="M75.8954 99.929L71.3734 100.999L94.8756 95.5309L87.2941 97.2811L75.8954 99.929Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
14
|
+
<path d="M36.5399 103.362L36.3524 99.0238L27.1585 63.3159C27.1216 63.1759 27.1132 63.0299 27.1337 62.8866C27.1543 62.7433 27.2034 62.6056 27.2782 62.4815C27.353 62.3574 27.452 62.2495 27.5692 62.1642C27.6865 62.0789 27.8196 62.0178 27.9609 61.9846L29.6632 61.5807L28.5009 57.0929C28.4651 56.9519 28.4576 56.8052 28.4791 56.6614C28.5005 56.5175 28.5503 56.3793 28.6256 56.2548C28.7009 56.1303 28.8003 56.0219 28.9179 55.936C29.0355 55.85 29.169 55.7881 29.3108 55.754L31.7555 55.178L30.6531 50.1368C30.6321 49.9819 30.6421 49.8245 30.6824 49.6736C30.7228 49.5226 30.7928 49.3811 30.8883 49.2573C30.9838 49.1335 31.1031 49.0298 31.239 48.9523C31.375 48.8747 31.5251 48.8248 31.6805 48.8055L66.5439 41.9839L68.5836 38.9921L23.139 49.7553C22.8595 49.8221 22.5963 49.9446 22.3653 50.1152C22.1343 50.2859 21.9402 50.5012 21.7946 50.7484C21.6489 50.9956 21.5548 51.2696 21.5178 51.5539C21.4808 51.8382 21.5017 52.127 21.5792 52.4031L35.9475 103.684C36.3176 105 37.1509 106.139 38.2947 106.892C37.7682 106.462 37.3394 105.924 37.0369 105.315C36.7344 104.707 36.565 104.041 36.5399 103.362Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
15
|
+
<path d="M27.9609 61.9772C27.8196 62.0104 27.6865 62.0714 27.5692 62.1568C27.452 62.2421 27.353 62.35 27.2782 62.474C27.2034 62.5981 27.1543 62.7358 27.1338 62.8792C27.1132 63.0225 27.1216 63.1685 27.1585 63.3085L36.36 99.0163L35.76 85.2164L29.6708 61.5732L27.9609 61.9772Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
16
|
+
<path d="M31.7555 55.1482L29.3108 55.7241C29.169 55.7583 29.0355 55.8201 28.9179 55.906C28.8003 55.992 28.7009 56.1003 28.6256 56.2249C28.5503 56.3494 28.5005 56.4876 28.479 56.6314C28.4576 56.7753 28.4651 56.922 28.5009 57.0629L29.6632 61.5507L35.7525 85.1939L35.1151 70.4815L31.7555 55.1482Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
17
|
+
<path d="M30.6531 50.1068L31.7555 55.1481L35.1151 70.5037L34.5677 57.7061C34.5156 56.5598 34.8661 55.4313 35.5587 54.5151C36.2514 53.5989 37.2429 52.9525 38.3622 52.6873L62.3144 47.0102C62.9084 46.8749 63.4285 46.5192 63.7692 46.0154L66.5439 41.954L31.6805 48.7604C31.5236 48.7797 31.3722 48.83 31.2351 48.9085C31.098 48.9871 30.9781 49.0921 30.8823 49.2176C30.7866 49.3431 30.717 49.4864 30.6776 49.6391C30.6383 49.7918 30.63 49.9509 30.6531 50.1068Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
18
|
+
<path d="M108.572 24.3875L72.6734 32.86C72.0739 33.0045 71.5495 33.3643 71.2013 33.8701L68.1661 38.3927L66.1021 41.4079L63.2945 45.5009C62.9498 46.0086 62.4235 46.367 61.8225 46.5034L37.5863 52.2247C36.4537 52.492 35.4504 53.1434 34.7495 54.0667C34.0486 54.99 33.694 56.1273 33.7467 57.2825L34.3006 70.1797L34.9456 85.0066L35.5527 98.9138L35.7424 103.286C35.7757 104.001 35.9672 104.7 36.3032 105.334C36.6393 105.967 37.1116 106.519 37.6867 106.951C38.2618 107.383 38.9255 107.683 39.6308 107.832C40.336 107.98 41.0655 107.972 41.7673 107.808L70.9812 100.919L75.5341 99.8334L87.0678 97.165L94.7318 95.4011L115.978 90.4941C116.466 90.3849 116.897 90.1042 117.193 89.7038C117.489 89.3035 117.629 88.8105 117.587 88.3157L112.852 27.5082C112.817 27.0073 112.673 26.5199 112.43 26.08C112.186 25.6401 111.849 25.2583 111.441 24.9612C111.034 24.664 110.566 24.4588 110.071 24.3597C109.575 24.2607 109.064 24.2702 108.572 24.3875Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
19
|
+
<path d="M26.744 27.8795C26.5634 28.0229 26.4248 28.2124 26.3427 28.4279C26.2607 28.6435 26.2383 28.8772 26.2779 29.1044L27.0785 34.5337C27.2105 35.4317 28.0235 35.8055 28.7273 35.7019C29.0169 35.67 29.2883 35.5449 29.5008 35.3455C29.7132 35.1462 29.8552 34.8832 29.9054 34.5962C29.9255 34.4568 29.9244 34.3152 29.9022 34.1761L29.1016 28.7469C29.0714 28.508 28.9771 28.2817 28.8288 28.0919C28.6805 27.9022 28.4837 27.7561 28.2592 27.6691C28.0096 27.5722 27.7394 27.5407 27.4742 27.5775C27.2091 27.6143 26.9577 27.7183 26.744 27.8795Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
20
|
+
<path d="M4.64001 47.8904C4.58295 48.0452 4.5588 48.2103 4.56912 48.3751C4.57944 48.5398 4.62399 48.7006 4.69993 48.8472C4.77587 48.9937 4.88154 49.1228 5.01018 49.2263C5.13883 49.3297 5.28762 49.4052 5.44706 49.4479L10.5422 51.0652C10.7256 51.1227 10.9186 51.1431 11.11 51.1252C11.3013 51.1073 11.4872 51.0515 11.6568 50.9609C11.8263 50.8704 11.9762 50.747 12.0975 50.5979C12.2188 50.4488 12.3092 50.2771 12.3635 50.0927C12.388 50.0173 12.4062 49.94 12.4181 49.8616C12.466 49.5725 12.4039 49.276 12.2441 49.0305C12.0842 48.7849 11.8382 48.6082 11.5545 48.5351L6.46124 46.9198C6.27799 46.862 6.08504 46.8413 5.89369 46.8589C5.70234 46.8766 5.51643 46.9322 5.34684 47.0226C5.17725 47.113 5.02738 47.2363 4.90602 47.3853C4.78465 47.5343 4.69422 47.706 4.64001 47.8904Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
21
|
+
<path d="M11.9201 34.7797C11.904 34.9594 11.9246 35.1404 11.9808 35.3117C12.037 35.4831 12.1276 35.6412 12.247 35.7764L17.5407 41.8936C17.7797 42.1667 18.1149 42.3367 18.4763 42.3683C18.8378 42.3999 19.1974 42.2905 19.4801 42.063C19.7414 41.851 19.9134 41.5484 19.9622 41.2155C19.9899 41.0235 19.976 40.8278 19.9213 40.6417C19.8666 40.4556 19.7724 40.2835 19.6452 40.137L14.3515 34.0198C14.1114 33.745 13.7742 33.5741 13.4107 33.5428C13.0472 33.5115 12.6857 33.6224 12.4023 33.8521C12.2636 33.9663 12.1494 34.1073 12.0665 34.2667C11.9837 34.4261 11.9339 34.6006 11.9201 34.7797Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
22
|
+
<g clip-path="url(#clip0_396_4341)">
|
|
23
|
+
<path opacity="0.5" d="M93.8192 91.8765C106.786 89.3881 115.245 76.67 112.708 63.448C110.171 50.2259 97.6032 41.536 84.6361 44.0245C71.6691 46.5129 63.2099 59.231 65.7486 72.4597C68.2873 85.6884 80.8522 94.365 93.8192 91.8765Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
24
|
+
<path d="M94.4468 45.0333L85.1377 43.9282L78.8151 90.4705L88.131 91.5744L94.4468 45.0333Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
25
|
+
<path d="M91.8128 92.2615L98.4008 45.585L95.5055 45.2392L88.9108 91.917L91.8128 92.2615Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
26
|
+
<path d="M105.011 87.0384L99.0823 90.8666L105.139 100.244L111.061 96.4174L105.011 87.0384Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
27
|
+
<path d="M105.218 99.3899C104.917 99.5874 104.707 99.8958 104.633 100.248C104.559 100.6 104.627 100.967 104.823 101.269L118.944 123.043C119.527 123.923 120.435 124.536 121.468 124.748C122.501 124.961 123.577 124.755 124.459 124.176L125.161 123.716C125.606 123.431 125.99 123.06 126.29 122.625C126.59 122.19 126.8 121.7 126.908 121.182C127.118 120.147 126.912 119.07 126.333 118.186L112.216 96.4381C112.119 96.2869 111.992 96.1565 111.844 96.0545C111.696 95.9525 111.529 95.8808 111.353 95.8437C111.177 95.8066 110.995 95.8047 110.818 95.8381C110.642 95.8716 110.473 95.9398 110.323 96.0387L105.218 99.3899Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
28
|
+
<path d="M98.7521 90.375L99.7276 91.845C99.7276 91.845 103.358 92.6948 106.29 88.9006L104.729 86.5444L102.054 88.5416L98.7521 90.375Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
29
|
+
<path d="M94.1388 92.675C88.4316 93.7848 82.5161 92.8803 77.4011 90.1159C72.286 87.3514 68.2882 82.8982 66.0893 77.5155C63.8904 72.1328 63.6265 66.154 65.3428 60.5986C67.0591 55.0433 70.6491 50.2554 75.5008 47.0513C80.3525 43.8473 86.1654 42.4255 91.9482 43.0285C97.731 43.6315 103.126 46.2219 107.212 50.3579C111.299 54.494 113.824 59.9196 114.358 65.7096C114.892 71.4995 113.401 77.2953 110.139 82.1086C106.416 87.6116 100.661 91.412 94.1388 92.675ZM85.0636 45.3847C79.8202 46.3814 75.0848 49.1659 71.6647 53.2635C68.2445 57.3611 66.3513 62.5182 66.3078 67.8556C66.2643 73.193 68.0731 78.3804 71.426 82.5334C74.7788 86.6864 79.4682 89.548 84.6946 90.6304C89.921 91.7127 95.361 90.9488 100.087 88.4689C104.813 85.989 108.533 81.9465 110.612 77.0307C112.692 72.1149 113.002 66.6299 111.49 61.5109C109.978 56.3919 106.738 51.9557 102.321 48.9586C99.821 47.257 97.0097 46.0654 94.0483 45.4521C91.087 44.8389 88.0338 44.816 85.0636 45.3847Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
30
|
+
</g>
|
|
31
|
+
</g>
|
|
32
|
+
<defs>
|
|
33
|
+
<clipPath id="clip0_396_4341">
|
|
34
|
+
<rect width="52.2923" height="87.196" fill="var(--sapContent_Illustrative_Color8)" transform="translate(59.9389 48.0773) rotate(-10.8633)"/>
|
|
35
|
+
</clipPath>
|
|
36
|
+
</defs>
|
|
37
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-SignOut">
|
|
2
|
+
<rect y="43" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<g clip-path="url(#clip0_6848_476351)">
|
|
4
|
+
<path d="M27.6001 76.9585L68.9657 77.42L84.169 89.3328L56.6922 88.673L27.6001 76.9585Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
5
|
+
<path d="M81.3809 89.3329L82.2749 36.3418H58.687V87.9825L78.4647 95.6765L100.365 95.9261L81.3809 89.3329Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
6
|
+
<path d="M56.6323 33.7212H83.5997V89.3328H81.3809V35.5195H58.1896V88.673H56.6922L56.6323 33.7212Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
7
|
+
<path d="M58.1895 35.5195L58.2031 35.5383L58.1895 88.6731L59.0954 87.7927V36.8819H81.3808V35.5195H58.1895Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
8
|
+
<path d="M84.1688 33.7212H83.5996V89.3328H84.1688V33.7212Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
9
|
+
<path d="M58.1895 35.5195V88.6731L59.0954 87.7927L58.6869 36.3417L58.1895 35.5195Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
10
|
+
<path d="M58.687 35.1778V88.2596L72.5485 93.4066V29.6001L58.687 35.1778Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
11
|
+
<path d="M58.7638 41.335H58.3109C58.1494 41.335 58.0186 41.4658 58.0186 41.6273V43.1726C58.0186 43.334 58.1494 43.4649 58.3109 43.4649H58.7638C58.9253 43.4649 59.0562 43.334 59.0562 43.1726V41.6273C59.0562 41.4658 58.9253 41.335 58.7638 41.335Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
12
|
+
<path d="M58.7638 80.4648H58.3109C58.1494 80.4648 58.0186 80.5957 58.0186 80.7571V82.3024C58.0186 82.4639 58.1494 82.5947 58.3109 82.5947H58.7638C58.9253 82.5947 59.0562 82.4639 59.0562 82.3024V80.7571C59.0562 80.5957 58.9253 80.4648 58.7638 80.4648Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
13
|
+
<path d="M73.4663 29.6001H72.5483V93.4066L73.4663 93.1997V29.6001Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
14
|
+
<path d="M70.662 55.7549C70.1458 55.7549 69.724 56.1767 69.724 56.6929V58.3625C69.5647 58.3095 69.3936 58.28 69.2137 58.28C68.3228 58.28 67.6001 59.0027 67.6001 59.8935C67.6001 60.7844 68.3228 61.5071 69.2137 61.5071C69.3907 61.5071 69.5618 61.4776 69.724 61.4245V65.5071C69.724 66.0233 70.1458 66.4451 70.662 66.4451C71.1783 66.4451 71.6001 66.0233 71.6001 65.5071V56.6929C71.6001 56.1767 71.1783 55.7549 70.662 55.7549Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
15
|
+
</g>
|
|
16
|
+
<defs>
|
|
17
|
+
<clipPath id="clip0_6848_476351">
|
|
18
|
+
<rect width="72" height="66" fill="var(--sapContent_Illustrative_Color8)" transform="translate(28 30)"/>
|
|
19
|
+
</clipPath>
|
|
20
|
+
</defs>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="55" height="129" viewBox="0 0 55 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-SimpleBalloon">
|
|
2
|
+
<path d="M40.6847 128.78C40.4215 128.78 40.1691 128.675 39.9831 128.489C39.797 128.303 39.6924 128.051 39.6924 127.788C39.6924 126.954 39.4841 126.557 39.3253 126.448C39.1666 126.339 39.0872 126.448 38.7697 126.448C38.4383 126.543 38.0909 126.568 37.7494 126.522C37.4079 126.475 37.0796 126.359 36.7852 126.18C36.501 125.971 36.2653 125.704 36.094 125.396C35.9228 125.087 35.8201 124.746 35.7929 124.394C35.7101 123.901 35.5633 123.421 35.3563 122.965C35.2119 122.594 34.9923 122.256 34.7114 121.973C34.3912 121.648 34.1265 121.272 33.9275 120.862C33.5097 119.959 33.3157 118.968 33.3619 117.974C32.3507 117.322 31.5212 116.424 30.9507 115.365C30.0081 113.549 30.1272 111.326 30.2363 109.173V108.617C30.3389 107.769 30.2885 106.908 30.0875 106.077C29.8819 105.321 29.5461 104.605 29.0952 103.964C27.1107 100.987 26.9917 94.7756 27.1107 90.3204V90.2112C27.1784 85.078 26.983 79.9446 26.5253 74.8314C26.5142 74.7011 26.5289 74.5699 26.5686 74.4453C26.6082 74.3206 26.672 74.205 26.7563 74.1051C26.8406 74.0051 26.9438 73.9227 27.0599 73.8626C27.1761 73.8025 27.3029 73.7659 27.4332 73.7548C27.5635 73.7437 27.6947 73.7584 27.8194 73.7981C27.944 73.8377 28.0596 73.9015 28.1595 73.9858C28.2595 74.0701 28.3419 74.1733 28.402 74.2894C28.4621 74.4056 28.4987 74.5324 28.5098 74.6627C28.9759 79.8418 29.1746 85.0415 29.1052 90.241V90.3601C28.9861 96.8295 29.5417 101.017 30.7424 102.793C31.3407 103.632 31.7811 104.574 32.0422 105.571C32.306 106.608 32.3766 107.684 32.2506 108.746V109.282C32.1514 111.267 32.0521 113.122 32.7467 114.462C33.0247 114.978 33.3946 115.438 33.8382 115.821C34.1519 115.007 34.7144 114.313 35.4456 113.837C36.6462 113.092 38.4224 112.934 39.365 113.966C39.5995 114.261 39.7657 114.604 39.8515 114.972C39.9373 115.339 39.9406 115.72 39.8611 116.089C39.8177 116.597 39.6569 117.088 39.3914 117.524C39.1258 117.959 38.7628 118.327 38.3309 118.598C37.899 118.87 37.41 119.037 36.9024 119.087C36.3948 119.137 35.8825 119.069 35.4059 118.887C35.4609 119.266 35.5747 119.635 35.7433 119.979C35.85 120.214 36.0017 120.426 36.1898 120.604C36.6061 121.041 36.942 121.548 37.1821 122.102C37.4511 122.697 37.6444 123.324 37.7576 123.968C37.7851 124.143 37.8282 124.316 37.8865 124.483C38.0627 124.526 38.2462 124.526 38.4224 124.483C38.7538 124.393 39.0998 124.37 39.4404 124.414C39.7811 124.458 40.1095 124.57 40.4069 124.741C40.8594 125.086 41.2163 125.54 41.4438 126.061C41.6713 126.582 41.7618 127.152 41.7067 127.718C41.7067 127.981 41.6022 128.234 41.4161 128.42C41.23 128.606 40.9776 128.71 40.7145 128.71L40.6847 128.78ZM35.5746 116.942L35.8822 117.042C36.3176 117.221 36.8062 117.221 37.2416 117.042C37.5882 116.781 37.8223 116.397 37.8965 115.97C37.9574 115.776 37.9574 115.568 37.8965 115.375C37.6601 115.321 37.4154 115.316 37.1768 115.358C36.9382 115.401 36.7106 115.491 36.5073 115.623C36.049 115.939 35.7156 116.406 35.5647 116.942H35.5746Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
3
|
+
<path d="M54.3479 30.4979C54.3479 46.0365 32.3597 66.3379 28.5495 69.3841C28.2211 69.5461 27.8622 69.6369 27.4963 69.6506C27.1303 69.6643 26.7656 69.6005 26.4261 69.4635C15.432 59.6402 0.91538 47.4554 0.320031 30.607C-0.275318 13.7586 12.0385 0.780029 27.3985 0.780029C42.7585 0.780029 54.3479 13.5999 54.3479 30.4979Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
4
|
+
<path d="M26.4258 69.4436L24.2826 74.0477C24.2396 74.1374 24.2206 74.2368 24.2275 74.3361C24.2343 74.4354 24.2669 74.5313 24.3218 74.6143C24.3768 74.6972 24.4524 74.7645 24.5412 74.8096C24.6299 74.8546 24.7289 74.8759 24.8283 74.8712L30.4345 74.7919C30.5325 74.7854 30.6273 74.7545 30.7102 74.7018C30.793 74.6491 30.8613 74.5765 30.9088 74.4905C30.9562 74.4045 30.9812 74.308 30.9816 74.2098C30.982 74.1116 30.9576 74.0149 30.9108 73.9286L28.5492 69.3643" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
5
|
+
<path d="M6.09457 18.1939C5.95822 18.195 5.82312 18.168 5.69768 18.1146C5.57752 18.0628 5.46878 17.9877 5.37774 17.8938C5.2867 17.7998 5.21515 17.6887 5.1672 17.567C5.11924 17.4453 5.09583 17.3153 5.09832 17.1845C5.10081 17.0536 5.12915 16.9246 5.1817 16.8048C6.66853 13.664 8.77454 10.856 11.3733 8.54928C11.5592 8.36448 11.8107 8.26074 12.0729 8.26074C12.335 8.26074 12.5865 8.36448 12.7724 8.54928C12.8654 8.64152 12.9392 8.75127 12.9896 8.87218C13.04 8.99309 13.0659 9.12279 13.0659 9.25378C13.0659 9.38477 13.04 9.51446 12.9896 9.63537C12.9392 9.75629 12.8654 9.86603 12.7724 9.95827C10.3656 12.0811 8.41452 14.6702 7.0372 17.5688C6.96246 17.7566 6.83214 17.9171 6.66369 18.0288C6.49523 18.1406 6.29666 18.1982 6.09457 18.1939Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
6
|
+
<path d="M3.5944 23.959C3.4897 23.9613 3.38548 23.9445 3.2868 23.9094C3.03691 23.8277 2.82968 23.6501 2.71061 23.4157C2.59155 23.1813 2.57038 22.9092 2.65176 22.6592C2.92513 21.7976 3.25664 20.9556 3.64401 20.1389C3.70277 20.0204 3.78462 19.9148 3.88476 19.8284C3.9849 19.742 4.10129 19.6765 4.22712 19.6357C4.35294 19.595 4.48564 19.5797 4.61742 19.591C4.74921 19.6023 4.87741 19.6398 4.9945 19.7013C5.11158 19.7628 5.21518 19.8471 5.29922 19.9492C5.38325 20.0514 5.44602 20.1693 5.48382 20.296C5.52163 20.4228 5.53372 20.5558 5.51937 20.6873C5.50503 20.8188 5.46454 20.946 5.40029 21.0616C5.05513 21.7804 4.7536 22.5193 4.49734 23.2744C4.43472 23.467 4.31463 23.6359 4.15322 23.7583C3.9918 23.8806 3.79679 23.9507 3.5944 23.959Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-SimpleBell">
|
|
2
|
+
<path d="M68.9097 22.6104C66.926 22.6104 65.0235 23.3984 63.6209 24.8011C62.2182 26.2038 61.4302 28.1063 61.4302 30.0899V40.425H76.3993V30.0899C76.3966 28.1053 75.6064 26.2029 74.2021 24.8005C72.7978 23.3981 70.8943 22.6104 68.9097 22.6104V22.6104Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
3
|
+
<path d="M107.943 72.0604V105.86H29.3477V72.0604C29.3477 61.638 33.488 51.6425 40.8578 44.2727C48.2275 36.903 58.223 32.7627 68.6455 32.7627C79.0679 32.7627 89.0634 36.903 96.4332 44.2727C103.803 51.6425 107.943 61.638 107.943 72.0604Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
4
|
+
<path d="M68.9096 129C74.2247 129 78.5334 124.691 78.5334 119.376C78.5334 114.061 74.2247 109.753 68.9096 109.753C63.5946 109.753 59.2859 114.061 59.2859 119.376C59.2859 124.691 63.5946 129 68.9096 129Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
5
|
+
<path d="M116.764 109.763C114.407 109.265 107.943 105.86 107.943 105.86H29.3477C29.3477 105.86 22.8845 109.265 20.5268 109.763C18.1692 110.261 15.9741 111.795 15.9741 114.305C15.9768 115.511 16.4576 116.666 17.3112 117.518C18.1647 118.369 19.3211 118.848 20.5268 118.848H116.764C117.969 118.848 119.124 118.369 119.976 117.517C120.828 116.665 121.307 115.51 121.307 114.305C121.307 111.795 119.223 110.281 116.764 109.763Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
6
|
+
<path opacity="0.36" d="M64.7634 32.9557C55.0618 33.9211 46.0652 38.4574 39.5205 45.6837C32.9758 52.9101 29.3502 62.3108 29.3477 72.0603V105.86H102.598V72.2229C102.594 62.0552 98.6513 52.2843 91.5964 44.9623C84.5416 37.6403 74.924 33.3368 64.7634 32.9557V32.9557Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
7
|
+
<rect y="40" width="50" height="30" rx="6" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
8
|
+
<path d="M31.4343 68.6549C30.873 68.0074 31.333 67 32.19 67H42C42.5523 67 43 67.4477 43 68V79.3193C43 80.245 41.8506 80.6737 41.2443 79.9742L31.4343 68.6549Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
9
|
+
<circle cx="15" cy="55" r="3" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
10
|
+
<circle cx="35" cy="55" r="3" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
11
|
+
<circle cx="25" cy="55" r="3" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-SimpleCalendar">
|
|
2
|
+
<g clip-path="url(#clip0_101_5527)">
|
|
3
|
+
<path d="M117.816 28.5175H14.1669C13.4138 28.5175 12.8032 29.1281 12.8032 29.8812V110.191C12.8032 110.944 13.4138 111.555 14.1669 111.555H117.816C118.569 111.555 119.18 110.944 119.18 110.191V29.8812C119.18 29.1281 118.569 28.5175 117.816 28.5175Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
4
|
+
<path d="M113.013 24.0356H9.36369C8.61054 24.0356 8 24.6461 8 25.3993V105.709C8 106.462 8.61054 107.073 9.36369 107.073H113.013C113.766 107.073 114.376 106.462 114.376 105.709V25.3993C114.376 24.6461 113.766 24.0356 113.013 24.0356Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
5
|
+
<path d="M113.135 23.8271H9.36527C8.61125 23.8271 8 24.4377 8 25.1908V37.3945C8 38.1477 8.61125 38.7582 9.36527 38.7582H113.135C113.889 38.7582 114.5 38.1477 114.5 37.3945V25.1908C114.5 24.4377 113.889 23.8271 113.135 23.8271Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
6
|
+
<path d="M30.7919 33.8333C32.2934 33.8333 33.5106 32.585 33.5106 31.0451C33.5106 29.5053 32.2934 28.257 30.7919 28.257C29.2904 28.257 28.0732 29.5053 28.0732 31.0451C28.0732 32.585 29.2904 33.8333 30.7919 33.8333Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
7
|
+
<path d="M89.882 33.8333C91.3835 33.8333 92.6007 32.585 92.6007 31.0451C92.6007 29.5053 91.3835 28.257 89.882 28.257C88.3805 28.257 87.1633 29.5053 87.1633 31.0451C87.1633 32.585 88.3805 33.8333 89.882 33.8333Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
8
|
+
<path d="M30.844 17.0869H30.7484C29.8466 17.0869 29.1155 17.818 29.1155 18.7198V30.5934C29.1155 31.4953 29.8466 32.2264 30.7484 32.2264H30.844C31.7458 32.2264 32.4769 31.4953 32.4769 30.5934V18.7198C32.4769 17.818 31.7458 17.0869 30.844 17.0869Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
9
|
+
<path d="M89.9082 17H89.8126C88.9108 17 88.1797 17.7311 88.1797 18.633V30.5066C88.1797 31.4085 88.9108 32.1395 89.8126 32.1395H89.9082C90.81 32.1395 91.5411 31.4085 91.5411 30.5066V18.633C91.5411 17.7311 90.81 17 89.9082 17Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M100.583 52.9076H21.2287C20.4755 52.9076 19.865 53.5181 19.865 54.2713V98.4044C19.865 99.1575 20.4755 99.7681 21.2287 99.7681H100.583C101.336 99.7681 101.947 99.1575 101.947 98.4044V54.2713C101.947 53.5181 101.336 52.9076 100.583 52.9076Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path d="M53.6446 44.821H22.3666C21.4312 44.821 20.6729 45.5793 20.6729 46.5147C20.6729 47.4502 21.4312 48.2085 22.3666 48.2085H53.6446C54.58 48.2085 55.3383 47.4502 55.3383 46.5147C55.3383 45.5793 54.58 44.821 53.6446 44.821Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path d="M31.6256 60.1342H27.4998C27.1496 60.1342 26.8657 60.4181 26.8657 60.7683V64.234C26.8657 64.5842 27.1496 64.868 27.4998 64.868H31.6256C31.9758 64.868 32.2597 64.5842 32.2597 64.234V60.7683C32.2597 60.4181 31.9758 60.1342 31.6256 60.1342Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
13
|
+
<path d="M42.1529 60.1516H38.0271C37.6769 60.1516 37.3931 60.4355 37.3931 60.7857V64.2514C37.3931 64.6016 37.6769 64.8854 38.0271 64.8854H42.1529C42.5031 64.8854 42.787 64.6016 42.787 64.2514V60.7857C42.787 60.4355 42.5031 60.1516 42.1529 60.1516Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
14
|
+
<path d="M52.8107 60.1951H48.6849C48.3347 60.1951 48.0508 60.479 48.0508 60.8291V64.2948C48.0508 64.645 48.3347 64.9289 48.6849 64.9289H52.8107C53.1608 64.9289 53.4447 64.645 53.4447 64.2948V60.8291C53.4447 60.479 53.1608 60.1951 52.8107 60.1951Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
15
|
+
<path d="M63.3465 60.2124H59.2207C58.8706 60.2124 58.5867 60.4963 58.5867 60.8465V64.3122C58.5867 64.6623 58.8706 64.9462 59.2207 64.9462H63.3465C63.6967 64.9462 63.9806 64.6623 63.9806 64.3122V60.8465C63.9806 60.4963 63.6967 60.2124 63.3465 60.2124Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
16
|
+
<path d="M74.0997 60.3253H69.9739C69.6237 60.3253 69.3398 60.6092 69.3398 60.9594V64.4251C69.3398 64.7753 69.6237 65.0591 69.9739 65.0591H74.0997C74.4499 65.0591 74.7338 64.7753 74.7338 64.4251V60.9594C74.7338 60.6092 74.4499 60.3253 74.0997 60.3253Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
17
|
+
<path d="M84.6271 60.3427H80.5013C80.1511 60.3427 79.8672 60.6266 79.8672 60.9768V64.4425C79.8672 64.7926 80.1511 65.0765 80.5013 65.0765H84.6271C84.9773 65.0765 85.2611 64.7926 85.2611 64.4425V60.9768C85.2611 60.6266 84.9773 60.3427 84.6271 60.3427Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
18
|
+
<path d="M94.3641 60.3253H90.2383C89.8881 60.3253 89.6042 60.6092 89.6042 60.9594V64.4251C89.6042 64.7753 89.8881 65.0591 90.2383 65.0591H94.3641C94.7143 65.0591 94.9982 64.7753 94.9982 64.4251V60.9594C94.9982 60.6092 94.7143 60.3253 94.3641 60.3253Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
19
|
+
<path d="M31.7213 69.489H27.5955C27.2453 69.489 26.9614 69.7728 26.9614 70.123V73.5887C26.9614 73.9389 27.2453 74.2228 27.5955 74.2228H31.7213C32.0715 74.2228 32.3554 73.9389 32.3554 73.5887V70.123C32.3554 69.7728 32.0715 69.489 31.7213 69.489Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
20
|
+
<path d="M42.2486 69.5063H38.1228C37.7727 69.5063 37.4888 69.7902 37.4888 70.1404V73.6061C37.4888 73.9563 37.7727 74.2402 38.1228 74.2402H42.2486C42.5988 74.2402 42.8827 73.9563 42.8827 73.6061V70.1404C42.8827 69.7902 42.5988 69.5063 42.2486 69.5063Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
21
|
+
<path d="M52.9061 69.5498H48.7803C48.4301 69.5498 48.1462 69.8337 48.1462 70.1839V73.6496C48.1462 73.9997 48.4301 74.2836 48.7803 74.2836H52.9061C53.2563 74.2836 53.5402 73.9997 53.5402 73.6496V70.1839C53.5402 69.8337 53.2563 69.5498 52.9061 69.5498Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
22
|
+
<path d="M63.4423 69.5671H59.3164C58.9663 69.5671 58.6824 69.851 58.6824 70.2012V73.6669C58.6824 74.0171 58.9663 74.301 59.3164 74.301H63.4423C63.7924 74.301 64.0763 74.0171 64.0763 73.6669V70.2012C64.0763 69.851 63.7924 69.5671 63.4423 69.5671Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
23
|
+
<path d="M74.1954 69.6801H70.0696C69.7194 69.6801 69.4355 69.9639 69.4355 70.3141V73.7798C69.4355 74.13 69.7194 74.4139 70.0696 74.4139H74.1954C74.5456 74.4139 74.8295 74.13 74.8295 73.7798V70.3141C74.8295 69.9639 74.5456 69.6801 74.1954 69.6801Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
24
|
+
<path d="M84.7228 69.6974H80.597C80.2468 69.6974 79.9629 69.9813 79.9629 70.3315V73.7972C79.9629 74.1474 80.2468 74.4313 80.597 74.4313H84.7228C85.073 74.4313 85.3568 74.1474 85.3568 73.7972V70.3315C85.3568 69.9813 85.073 69.6974 84.7228 69.6974Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
25
|
+
<path d="M94.4508 69.6801H90.325C89.9748 69.6801 89.6909 69.9639 89.6909 70.3141V73.7798C89.6909 74.13 89.9748 74.4139 90.325 74.4139H94.4508C94.801 74.4139 95.0849 74.13 95.0849 73.7798V70.3141C95.0849 69.9639 94.801 69.6801 94.4508 69.6801Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
26
|
+
<path d="M31.8429 78.5049H27.7171C27.3669 78.5049 27.083 78.7888 27.083 79.139V82.6047C27.083 82.9549 27.3669 83.2388 27.7171 83.2388H31.8429C32.1931 83.2388 32.477 82.9549 32.477 82.6047V79.139C32.477 78.7888 32.1931 78.5049 31.8429 78.5049Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
27
|
+
<path d="M42.3702 78.5223H38.2444C37.8942 78.5223 37.6104 78.8062 37.6104 79.1564V82.6221C37.6104 82.9723 37.8942 83.2562 38.2444 83.2562H42.3702C42.7204 83.2562 43.0043 82.9723 43.0043 82.6221V79.1564C43.0043 78.8062 42.7204 78.5223 42.3702 78.5223Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
28
|
+
<path d="M53.0277 78.5657H48.9019C48.5517 78.5657 48.2678 78.8496 48.2678 79.1998V82.6655C48.2678 83.0157 48.5517 83.2996 48.9019 83.2996H53.0277C53.3779 83.2996 53.6618 83.0157 53.6618 82.6655V79.1998C53.6618 78.8496 53.3779 78.5657 53.0277 78.5657Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
29
|
+
<path d="M63.5638 78.5831H59.438C59.0878 78.5831 58.804 78.867 58.804 79.2172V82.6829C58.804 83.0331 59.0878 83.3169 59.438 83.3169H63.5638C63.914 83.3169 64.1979 83.0331 64.1979 82.6829V79.2172C64.1979 78.867 63.914 78.5831 63.5638 78.5831Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
30
|
+
<path d="M74.317 78.696H70.1912C69.841 78.696 69.5571 78.9799 69.5571 79.3301V82.7958C69.5571 83.146 69.841 83.4299 70.1912 83.4299H74.317C74.6672 83.4299 74.9511 83.146 74.9511 82.7958V79.3301C74.9511 78.9799 74.6672 78.696 74.317 78.696Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
31
|
+
<path d="M84.8444 78.7134H80.7185C80.3684 78.7134 80.0845 78.9973 80.0845 79.3475V82.8132C80.0845 83.1634 80.3684 83.4473 80.7185 83.4473H84.8444C85.1945 83.4473 85.4784 83.1634 85.4784 82.8132V79.3475C85.4784 78.9973 85.1945 78.7134 84.8444 78.7134Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
32
|
+
<path d="M94.5724 78.696H90.4466C90.0964 78.696 89.8125 78.9799 89.8125 79.3301V82.7958C89.8125 83.146 90.0964 83.4299 90.4466 83.4299H94.5724C94.9226 83.4299 95.2065 83.146 95.2065 82.7958V79.3301C95.2065 78.9799 94.9226 78.696 94.5724 78.696Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
33
|
+
<path d="M31.9383 87.547H27.8125C27.4623 87.547 27.1785 87.8309 27.1785 88.1811V91.6467C27.1785 91.9969 27.4623 92.2808 27.8125 92.2808H31.9383C32.2885 92.2808 32.5724 91.9969 32.5724 91.6467V88.1811C32.5724 87.8309 32.2885 87.547 31.9383 87.547Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
34
|
+
<path d="M42.4657 87.5643H38.3399C37.9897 87.5643 37.7058 87.8482 37.7058 88.1984V91.6641C37.7058 92.0143 37.9897 92.2982 38.3399 92.2982H42.4657C42.8159 92.2982 43.0998 92.0143 43.0998 91.6641V88.1984C43.0998 87.8482 42.8159 87.5643 42.4657 87.5643Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
35
|
+
<path d="M53.1234 87.6078H48.9976C48.6474 87.6078 48.3635 87.8917 48.3635 88.2419V91.7075C48.3635 92.0577 48.6474 92.3416 48.9976 92.3416H53.1234C53.4736 92.3416 53.7575 92.0577 53.7575 91.7075V88.2419C53.7575 87.8917 53.4736 87.6078 53.1234 87.6078Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
36
|
+
<path d="M63.6507 87.6251H59.5249C59.1748 87.6251 58.8909 87.909 58.8909 88.2592V91.7249C58.8909 92.0751 59.1748 92.359 59.5249 92.359H63.6507C64.0009 92.359 64.2848 92.0751 64.2848 91.7249V88.2592C64.2848 87.909 64.0009 87.6251 63.6507 87.6251Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
37
|
+
<path d="M74.4039 87.7381H70.2781C69.9279 87.7381 69.644 88.022 69.644 88.3722V91.8378C69.644 92.188 69.9279 92.4719 70.2781 92.4719H74.4039C74.7541 92.4719 75.038 92.188 75.038 91.8378V88.3722C75.038 88.022 74.7541 87.7381 74.4039 87.7381Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<clipPath id="clip0_101_5527">
|
|
41
|
+
<rect width="111.18" height="94.5548" fill="var(--sapContent_Illustrative_Color8)" transform="translate(8 17)"/>
|
|
42
|
+
</clipPath>
|
|
43
|
+
</defs>
|
|
44
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-SimpleCheckMark">
|
|
2
|
+
<circle cx="62.791" cy="63.2668" r="44.8015" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
3
|
+
<path d="M63.6823 9.37622C33.6968 9.37622 9.16187 33.9574 9.16187 63.9995C9.16187 94.0416 33.6968 118.623 63.6823 118.623C93.6679 118.623 118.203 94.0416 118.203 63.9995C118.203 33.9574 93.6679 9.37622 63.6823 9.37622ZM89.3088 51.4373L56.5944 84.2099C56.1014 84.7258 55.5091 85.1364 54.8535 85.4169C54.1978 85.6975 53.4922 85.8421 52.7793 85.8421C52.0663 85.8421 51.3608 85.6975 50.7051 85.4169C50.0494 85.1364 49.4572 84.7258 48.9642 84.2099L38.0488 73.2739C37.5338 72.7799 37.124 72.1866 36.844 71.5297C36.564 70.8728 36.4197 70.1659 36.4197 69.4516C36.4197 68.7373 36.564 68.0304 36.844 67.3735C37.124 66.7166 37.5338 66.1233 38.0488 65.6293C38.5419 65.1128 39.1343 64.7017 39.7903 64.4209C40.4463 64.1401 41.1523 63.9953 41.8657 63.9953C42.5791 63.9953 43.2851 64.1401 43.9411 64.4209C44.5971 64.7017 45.1895 65.1128 45.6825 65.6293L52.7705 72.7306L81.6645 43.7786C82.1576 43.2621 82.75 42.851 83.406 42.5702C84.062 42.2893 84.768 42.1445 85.4814 42.1445C86.1947 42.1445 86.9007 42.2893 87.5567 42.5702C88.2127 42.851 88.8051 43.2621 89.2982 43.7786C89.8161 44.272 90.2286 44.8656 90.5108 45.5235C90.793 46.1813 90.939 46.8897 90.94 47.6057C90.941 48.3217 90.7969 49.0305 90.5165 49.6891C90.2362 50.3477 89.8253 50.9424 89.3088 51.4373Z" fill="var(--sapContent_Illustrative_Color12)"/>
|
|
4
|
+
<path d="M63.8795 128C28.6687 128 0 99.2878 0 64C0 28.7122 28.6546 0 63.8795 0C99.1045 0 127.756 28.7122 127.756 64C127.756 99.2878 99.1009 128 63.8795 128ZM63.8795 3.42542C30.5419 3.42542 3.41898 30.5889 3.41898 64C3.41898 97.4111 30.5313 124.575 63.8795 124.575C97.2277 124.575 124.337 97.4111 124.337 64C124.337 30.5889 97.2101 3.42542 63.8795 3.42542Z" fill="var(--sapContent_Illustrative_Color12)"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="126" height="131" viewBox="0 0 126 131" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-SimpleConnection">
|
|
2
|
+
<path d="M43.3377 47.3951H62.613C63.9437 47.3951 65.0225 46.3164 65.0225 44.9857C65.0225 43.655 63.9437 42.5763 62.613 42.5763H43.3377C42.007 42.5763 40.9283 43.655 40.9283 44.9857C40.9283 46.3164 42.007 47.3951 43.3377 47.3951Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
3
|
+
<path d="M10.4192 120.471C9.87066 120.474 9.33817 120.286 8.91333 119.938C2.47819 114.758 -0.573708 108.745 0.0888805 102.531C1.0928 92.8728 9.38515 86.9496 24.6347 84.9418C35.7682 83.4761 46.982 83.7572 57.8244 84.0282C61.5991 84.1186 65.5144 84.219 69.3494 84.239C72.3612 84.239 75.373 84.3997 78.2643 84.5403C88.1428 85.0021 98.3426 85.494 107.278 81.0767C110.336 79.5387 113.03 77.3643 115.179 74.6995C117.327 72.0347 118.881 68.9411 119.736 65.6264C120.754 62.0775 121.012 58.354 120.493 54.6987C119.974 51.0435 118.69 47.5388 116.724 44.4135L116.463 44.0119C113.452 39.3939 109.235 37.4061 102.409 37.3659C101.77 37.3659 101.157 37.1121 100.705 36.6602C100.253 36.2084 99.9991 35.5956 99.9991 34.9566C99.9991 34.3175 100.253 33.7047 100.705 33.2528C101.157 32.801 101.77 32.5471 102.409 32.5471C110.962 32.5973 116.544 35.318 120.479 41.3716L120.75 41.7933C123.085 45.4864 124.617 49.63 125.245 53.9542C125.873 58.2785 125.583 62.6865 124.394 66.8913C123.359 70.8614 121.489 74.5649 118.907 77.7539C116.326 80.943 113.093 83.5441 109.426 85.3835C99.3867 90.3429 88.5343 89.8309 78.0434 89.3289C75.1721 89.1984 72.1905 89.0579 69.3293 89.0378C65.4441 89.0378 61.5188 88.9173 57.7139 88.827C47.0523 88.5559 36.0292 88.2848 25.2772 89.7004C12.3367 91.407 5.67065 95.7239 4.88759 103.022C4.39567 107.59 6.77497 112.058 11.915 116.164C12.304 116.477 12.5861 116.903 12.7225 117.383C12.8589 117.863 12.8428 118.374 12.6764 118.844C12.51 119.315 12.2014 119.722 11.7935 120.01C11.3855 120.298 10.8983 120.452 10.3991 120.45L10.4192 120.471Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
4
|
+
<path d="M41.5607 69.0798H19.876V0H41.5607C41.8771 -7.54376e-08 42.1904 0.0623104 42.4827 0.183395C42.775 0.304479 43.0407 0.481964 43.2644 0.705699C43.4881 0.929433 43.6656 1.19505 43.7867 1.48738C43.9078 1.7797 43.9701 2.09303 43.9701 2.40944C43.9701 2.72584 43.9078 3.03911 43.7867 3.33143C43.6656 3.62376 43.4881 3.88938 43.2644 4.11311C43.0407 4.33685 42.775 4.51433 42.4827 4.63542C42.1904 4.7565 41.8771 4.81881 41.5607 4.81881H24.6547V64.251H41.5205C42.1595 64.251 42.7724 64.5048 43.2243 64.9567C43.6761 65.4085 43.93 66.0214 43.93 66.6604C43.93 67.2994 43.6761 67.9122 43.2243 68.3641C42.7724 68.8159 42.1595 69.0698 41.5205 69.0698L41.5607 69.0798Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
5
|
+
<path d="M43.3377 27.3167L62.613 27.3167C63.9437 27.3167 65.0225 26.2379 65.0225 24.9072C65.0225 23.5765 63.9437 22.4978 62.613 22.4978L43.3377 22.4978C42.007 22.4978 40.9283 23.5765 40.9283 24.9072C40.9283 26.2379 42.007 27.3167 43.3377 27.3167Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
6
|
+
<path d="M62.1011 60.2453V8.8545C62.1011 7.52382 61.0224 6.44507 59.6917 6.44507C58.361 6.44507 57.2823 7.52382 57.2823 8.8545V60.2453C57.2823 61.5759 58.361 62.6547 59.6917 62.6547C61.0224 62.6547 62.1011 61.5759 62.1011 60.2453Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
7
|
+
<path d="M83.8861 57.0329H61.7998V12.8604H83.8861C89.7437 12.8604 95.3614 15.1873 99.5034 19.3293C103.645 23.4713 105.972 29.089 105.972 34.9466C105.972 40.8043 103.645 46.422 99.5034 50.564C95.3614 54.7059 89.7437 57.0329 83.8861 57.0329Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
8
|
+
<path d="M106.033 34.846C106.042 35.8236 105.975 36.8003 105.832 37.7674C105.124 32.4657 102.517 27.6008 98.4938 24.0762C94.4706 20.5515 89.3051 18.6067 83.9564 18.6026H61.8701V12.7598H83.9564C89.8123 12.7624 95.4274 15.0905 99.5672 19.2322C103.707 23.3739 106.033 28.9901 106.033 34.846Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.5749 122.049C15.3665 120.918 16.9252 120.642 18.0565 121.434C19.7175 122.596 20.5057 123.136 21.2963 123.677L21.2982 123.678C22.0982 124.226 22.9013 124.776 24.582 125.952C25.7133 126.743 25.9887 128.302 25.1971 129.433C24.4056 130.565 22.8468 130.84 21.7155 130.048C20.0545 128.886 19.2663 128.347 18.4757 127.805L18.4738 127.804C17.6738 127.257 16.8708 126.707 15.19 125.531C14.0587 124.739 13.7833 123.18 14.5749 122.049Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="105" height="129" viewBox="0 0 105 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-SimpleEmptyDoc">
|
|
2
|
+
<path d="M18.599 6.82839L1.98428 106.973C1.24733 111.415 4.25084 115.613 8.69283 116.35L78.3446 127.906C82.7865 128.643 86.9849 125.639 87.7219 121.197L104.337 21.0529C105.074 16.6109 102.07 12.4126 97.628 11.6756L27.9763 0.119846C23.5343 -0.617113 19.336 2.3864 18.599 6.82839Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
3
|
+
<path d="M76.7897 4.87134H9.17191C4.6692 4.87134 1.01904 8.5215 1.01904 13.0242V110.482C1.01904 114.984 4.6692 118.634 9.17191 118.634H76.7897C81.2924 118.634 84.9426 114.984 84.9426 110.482V13.0242C84.9426 8.5215 81.2924 4.87134 76.7897 4.87134Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path d="M76.7898 119.654H9.17197C6.73942 119.654 4.40648 118.687 2.6864 116.967C0.966323 115.247 0 112.914 0 110.482V13.0242C0 10.5916 0.966323 8.25872 2.6864 6.53864C4.40648 4.81857 6.73942 3.85223 9.17197 3.85223H76.7898C79.2224 3.85223 81.5553 4.81857 83.2754 6.53864C84.9954 8.25872 85.9618 10.5916 85.9618 13.0242V110.482C85.9618 112.914 84.9954 115.247 83.2754 116.967C81.5553 118.687 79.2224 119.654 76.7898 119.654ZM9.17197 5.89045C7.27998 5.89045 5.46548 6.64204 4.12764 7.97987C2.7898 9.31771 2.03822 11.1322 2.03822 13.0242V110.482C2.03822 112.374 2.7898 114.188 4.12764 115.526C5.46548 116.864 7.27998 117.615 9.17197 117.615H76.7898C78.6818 117.615 80.4963 116.864 81.8341 115.526C83.172 114.188 83.9236 112.374 83.9236 110.482V13.0242C83.9236 11.1322 83.172 9.31771 81.8341 7.97987C80.4963 6.64204 78.6818 5.89045 76.7898 5.89045H9.17197Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M42.9759 41.6917C38.9956 41.6837 35.1025 42.8571 31.7897 45.0634C28.4769 47.2697 25.8934 50.4095 24.3665 54.0853C22.8396 57.761 22.438 61.8072 23.2125 65.7114C23.987 69.6156 25.9029 73.202 28.7173 76.0165C31.5318 78.831 35.1183 80.7468 39.0224 81.5213C42.9266 82.2959 46.9728 81.8942 50.6486 80.3673C54.3243 78.8404 57.4642 76.257 59.6705 72.9441C61.8767 69.6313 63.0502 65.7382 63.0421 61.758C63.0153 56.4443 60.8926 51.3559 57.1352 47.5986C53.3779 43.8412 48.2895 41.7185 42.9759 41.6917ZM42.9759 73.8548C42.3712 73.8548 41.7801 73.6755 41.2773 73.3395C40.7745 73.0036 40.3827 72.5261 40.1513 71.9674C39.9199 71.4088 39.8593 70.7941 39.9773 70.201C40.0953 69.6079 40.3864 69.0632 40.814 68.6356C41.2416 68.208 41.7863 67.9168 42.3794 67.7989C42.9725 67.6809 43.5872 67.7415 44.1459 67.9729C44.7045 68.2043 45.182 68.5961 45.5179 69.0989C45.8539 69.6017 46.0332 70.1928 46.0332 70.7975C46.0225 71.6012 45.6956 72.3684 45.1234 72.933C44.5512 73.4976 43.7797 73.8141 42.9759 73.814V73.8548ZM47.0013 63.0013C46.6854 63.1745 46.237 63.4497 45.8396 63.6535C45.6094 63.7474 45.3906 63.8671 45.1873 64.0102L44.9937 64.2038C44.9077 64.6741 44.6533 65.0969 44.2782 65.3932C43.9031 65.6896 43.4329 65.8392 42.9555 65.814C42.6823 65.8355 42.4078 65.7975 42.1508 65.7026C41.8938 65.6078 41.6604 65.4584 41.4666 65.2647C41.2729 65.0709 41.1235 64.8375 41.0286 64.5805C40.9338 64.3235 40.8958 64.0489 40.9173 63.7758C40.9173 62.3694 41.6103 61.7376 43.2103 60.4025C43.2103 60.4025 43.6587 60.0764 43.9542 59.893C44.2498 59.7096 44.7083 59.4955 44.9733 59.3529C46.3797 58.5478 47.0115 57.9465 47.0115 56.5401C47.0115 54.9299 45.1975 53.4828 42.9861 53.4828C40.7746 53.4828 38.9708 54.8892 38.9708 56.5401C38.9708 57.0807 38.756 57.5991 38.3738 57.9814C37.9916 58.3636 37.4731 58.5783 36.9326 58.5783C36.392 58.5783 35.8736 58.3636 35.4913 57.9814C35.1091 57.5991 34.8943 57.0807 34.8943 56.5401C34.8943 52.4637 38.5122 49.5083 42.9351 49.5083C47.358 49.5083 50.9759 52.5656 50.9759 56.5401C51.0166 59.5465 49.6103 61.3503 47.0013 62.9605V63.0013Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="100" height="128" viewBox="0 0 100 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-SimpleEmptyList">
|
|
2
|
+
<path d="M84.83 111.19V11.9299C84.8596 10.0836 84.1583 8.30028 82.879 6.96856C81.5998 5.63683 79.8461 4.86456 78 4.81995H15.11C11.1026 4.81995 7.25929 6.41189 4.42561 9.24556C1.59194 12.0792 0 15.9225 0 19.9299V112.93C0.0132256 116.93 1.61069 120.761 4.44264 123.586C7.2746 126.41 11.1103 127.997 15.11 128H99.67V127.89C95.5794 127.409 91.8078 125.443 89.0719 122.364C86.3359 119.285 84.8264 115.309 84.83 111.19V111.19Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M84.83 106.37V7.11C84.8596 5.26361 84.1583 3.48033 82.879 2.14861C81.5998 0.816886 79.8461 0.0446101 78 0H15.11C11.1026 0 7.25929 1.59194 4.42561 4.42562C1.59194 7.25929 0 11.1026 0 15.11V108.11C0.002649 112.117 1.59544 115.958 4.42854 118.791C7.26164 121.625 11.1034 123.217 15.11 123.22H99.67V123.11C95.5794 122.629 91.8078 120.663 89.0719 117.584C86.3359 114.505 84.8264 110.529 84.83 106.41V106.37Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M82.83 7.1C82.857 5.78565 82.3654 4.51352 81.4614 3.55901C80.5574 2.60451 79.3139 2.04442 78 2H15.11C13.3884 2 11.6836 2.3391 10.093 2.99794C8.50244 3.65678 7.0572 4.62245 5.83983 5.83983C4.62245 7.0572 3.65678 8.50244 2.99794 10.093C2.3391 11.6836 2 13.3884 2 15.11V108.11C2.0053 111.587 3.3896 114.92 5.84921 117.378C8.30883 119.836 11.6429 121.217 15.12 121.22H90C89.1113 120.527 88.2879 119.753 87.54 118.91C84.4807 115.465 82.7907 111.017 82.79 106.41V106.41L82.83 7.1ZM93.68 121.18C95.5443 122.18 97.5794 122.821 99.68 123.07V123.18H15.11C11.1034 123.177 7.26164 121.585 4.42854 118.751C1.59544 115.918 0.002649 112.077 0 108.07V15.07C0.0105903 11.0695 1.6072 7.23649 4.43973 4.41146C7.27226 1.58644 11.1095 -1.40176e-05 15.11 0H78C79.8391 0.0549564 81.5826 0.831764 82.8533 2.16236C84.124 3.49296 84.8197 5.27035 84.79 7.11V106.37C84.7871 109.408 85.6087 112.391 87.1673 114.999C88.7258 117.607 90.9629 119.743 93.64 121.18H93.68Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M42.4102 26.77H15.7702C15.3334 26.77 14.9008 26.8562 14.4974 27.0237C14.0939 27.1912 13.7275 27.4366 13.4191 27.746C13.1107 28.0553 12.8663 28.4225 12.7001 28.8264C12.5338 29.2304 12.4489 29.6632 12.4502 30.1V30.1C12.4489 30.5369 12.5338 30.9696 12.7001 31.3736C12.8663 31.7776 13.1107 32.1447 13.4191 32.4541C13.7275 32.7634 14.0939 33.0089 14.4974 33.1764C14.9008 33.3438 15.3334 33.43 15.7702 33.43H42.4102C43.2934 33.43 44.1404 33.0792 44.7649 32.4547C45.3894 31.8302 45.7402 30.9832 45.7402 30.1C45.7402 29.6627 45.6541 29.2297 45.4867 28.8257C45.3194 28.4217 45.0741 28.0546 44.7649 27.7454C44.4557 27.4361 44.0886 27.1909 43.6846 27.0235C43.2805 26.8562 42.8475 26.77 42.4102 26.77V26.77Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="119" height="129" viewBox="0 0 119 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-SimpleError">
|
|
2
|
+
<path d="M16.7615 18.7849L1.78485 109.056C1.12055 113.06 3.82795 116.844 7.83199 117.509L70.6167 127.925C74.6207 128.589 78.4051 125.882 79.0694 121.878L94.0461 31.607C94.7104 27.6029 92.003 23.8185 87.999 23.1542L25.2143 12.7377C21.2103 12.0734 17.4258 14.7808 16.7615 18.7849Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
3
|
+
<path d="M69.2188 17.0109H8.26752C4.20874 17.0109 0.918457 20.3012 0.918457 24.3599V112.209C0.918457 116.268 4.20874 119.558 8.26752 119.558H69.2188C73.2776 119.558 76.5679 116.268 76.5679 112.209V24.3599C76.5679 20.3012 73.2776 17.0109 69.2188 17.0109Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path d="M69.219 120.477H8.26769C6.07497 120.477 3.97205 119.605 2.42156 118.055C0.871066 116.504 0 114.402 0 112.209V24.36C0 22.1673 0.871066 20.0643 2.42156 18.5138C3.97205 16.9634 6.07497 16.0923 8.26769 16.0923H69.219C71.4117 16.0923 73.5146 16.9634 75.0651 18.5138C76.6156 20.0643 77.4867 22.1673 77.4867 24.36V112.209C77.4867 114.402 76.6156 116.504 75.0651 118.055C73.5146 119.605 71.4117 120.477 69.219 120.477V120.477ZM8.26769 17.9296C6.56224 17.9296 4.92664 18.607 3.7207 19.813C2.51476 21.0189 1.83727 22.6545 1.83727 24.36V112.209C1.83727 113.914 2.51476 115.55 3.7207 116.756C4.92664 117.962 6.56224 118.639 8.26769 118.639H69.219C70.9244 118.639 72.56 117.962 73.766 116.756C74.9719 115.55 75.6494 113.914 75.6494 112.209V24.36C75.6494 22.6545 74.9719 21.0189 73.766 19.813C72.56 18.607 70.9244 17.9296 69.219 17.9296H8.26769Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M38.8397 50.1643C35.2596 50.1625 31.7595 51.2226 28.782 53.2104C25.8046 55.1982 23.4836 58.0245 22.1127 61.3317C20.7419 64.6389 20.3827 68.2783 21.0807 71.7897C21.7787 75.301 23.5025 78.5265 26.0339 81.0579C28.5654 83.5894 31.7908 85.3132 35.3022 86.0112C38.8135 86.7092 42.453 86.35 45.7602 84.9791C49.0674 83.6083 51.8936 81.2873 53.8815 78.3099C55.8693 75.3324 56.9294 71.8322 56.9275 68.2522C56.913 63.4595 55.0027 58.8672 51.6137 55.4782C48.2247 52.0892 43.6324 50.1788 38.8397 50.1643V50.1643ZM45.5641 72.4136C45.8761 72.7534 46.045 73.2005 46.0356 73.6617C46.0262 74.123 45.8393 74.5628 45.5136 74.8896C45.188 75.2164 44.7489 75.405 44.2876 75.4161C43.8264 75.4271 43.3787 75.2598 43.0378 74.949L38.8397 70.8152L34.6783 74.9766C34.5308 75.2092 34.333 75.4057 34.0993 75.5515C33.8657 75.6973 33.6023 75.7887 33.3286 75.819C33.0548 75.8493 32.7778 75.8177 32.518 75.7265C32.2581 75.6353 32.0221 75.4868 31.8274 75.2921C31.6326 75.0973 31.4842 74.8613 31.3929 74.6015C31.3017 74.3416 31.2701 74.0646 31.3004 73.7908C31.3307 73.5171 31.4221 73.2537 31.5679 73.0201C31.7138 72.7865 31.9102 72.5886 32.1428 72.4411L36.3042 68.2797L32.1428 64.1183C31.9646 63.9547 31.8214 63.7567 31.7219 63.5362C31.6223 63.3157 31.5684 63.0773 31.5635 62.8354C31.5586 62.5936 31.6027 62.3532 31.6932 62.1288C31.7837 61.9045 31.9187 61.7008 32.0901 61.53C32.2615 61.3592 32.4657 61.225 32.6904 61.1353C32.9151 61.0456 33.1556 61.0023 33.3975 61.0081C33.6393 61.0139 33.8775 61.0687 34.0976 61.1691C34.3177 61.2694 34.5153 61.4133 34.6783 61.5921L38.8397 65.7535L43.0011 61.5921C43.167 61.4262 43.3639 61.2947 43.5806 61.2049C43.7973 61.1151 44.0296 61.0689 44.2642 61.0689C44.4988 61.0689 44.7311 61.1151 44.9478 61.2049C45.1645 61.2947 45.3614 61.4262 45.5273 61.5921C45.6932 61.758 45.8248 61.9549 45.9145 62.1716C46.0043 62.3884 46.0505 62.6206 46.0505 62.8552C46.0505 63.0898 46.0043 63.3221 45.9145 63.5388C45.8248 63.7555 45.6932 63.9525 45.5273 64.1183L41.3659 68.2797L45.5641 72.4136Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
6
|
+
<path d="M117.689 25.2587C117.516 25.0528 117.29 24.8976 117.036 24.8096C116.781 24.7217 116.508 24.7042 116.245 24.7591L109.942 25.849C109.725 25.8868 109.519 25.968 109.335 26.0878C109.151 26.2075 108.993 26.3634 108.87 26.5458C108.748 26.7283 108.664 26.9337 108.624 27.1495C108.583 27.3654 108.586 27.5872 108.634 27.8017C108.677 28.1384 108.83 28.4518 109.067 28.6943C109.305 28.9369 109.615 29.0954 109.951 29.1459C110.114 29.168 110.278 29.168 110.441 29.1459L116.744 28.056C117.023 28.0136 117.285 27.8966 117.502 27.7175C117.719 27.5385 117.884 27.3039 117.979 27.0388C118.09 26.7425 118.122 26.4223 118.071 26.1101C118.02 25.7979 117.888 25.5044 117.689 25.2587Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
7
|
+
<path d="M93.7663 0.0827334C93.5824 0.0160417 93.3864 -0.0108239 93.1914 0.00393485C92.9964 0.0186936 92.8067 0.0747344 92.6349 0.168336C92.4632 0.261938 92.3133 0.390968 92.1952 0.546877C92.0771 0.702786 91.9934 0.882017 91.9498 1.07269L90.206 7.05786C90.1443 7.27315 90.1262 7.49862 90.1528 7.72101C90.1794 7.94339 90.2502 8.15821 90.3611 8.35283C90.4719 8.54746 90.6206 8.71794 90.7983 8.85429C90.976 8.99063 91.1791 9.09009 91.3958 9.14678C91.4847 9.17366 91.5759 9.19191 91.6683 9.20127C92.0059 9.24855 92.349 9.1675 92.6299 8.97413C92.9107 8.78076 93.1087 8.4891 93.185 8.15679L94.9197 2.18072C94.9835 1.96725 95.0042 1.74321 94.9806 1.52167C94.9569 1.30013 94.8895 1.08551 94.7822 0.890272C94.6748 0.695037 94.5297 0.523093 94.3553 0.384457C94.1809 0.245821 93.9807 0.14326 93.7663 0.0827334Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
8
|
+
<path d="M109.206 8.18414C108.996 8.17388 108.785 8.20554 108.587 8.27726C108.389 8.34898 108.208 8.45935 108.053 8.60194L101.077 14.9595C100.766 15.2474 100.579 15.6443 100.553 16.0674C100.528 16.4904 100.667 16.907 100.941 17.23C101.194 17.5296 101.551 17.7213 101.94 17.7659C102.164 17.7931 102.391 17.7714 102.606 17.7024C102.821 17.6334 103.018 17.5188 103.185 17.3663L110.16 11.0087C110.474 10.7232 110.665 10.3267 110.692 9.90287C110.719 9.4791 110.58 9.06138 110.305 8.73816C110.169 8.57662 110.001 8.44427 109.812 8.34908C109.623 8.25388 109.417 8.19777 109.206 8.18414Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="78" height="128" viewBox="0 0 78 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-SimpleMagnifier">
|
|
2
|
+
<path opacity="0.5" d="M37.4729 72.4172C56.901 72.4172 72.6131 56.3983 72.6131 36.599C72.6131 16.7997 56.8834 0.777222 37.4729 0.777222C18.0625 0.777222 2.32568 16.7962 2.32568 36.599C2.32568 56.4018 18.0625 72.4172 37.4729 72.4172Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M51.3586 4.94977L38.2252 0.777222L16.1973 66.2414L29.3377 70.4034L51.3586 4.94977Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path d="M34.4702 72.4173L56.8937 6.84362L52.8103 5.53638L30.3867 71.1101L34.4702 72.4173Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path d="M55.0003 68.5238L45.3887 72.4102L51.5315 87.6271L61.1396 83.7407L55.0003 68.5238Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
6
|
+
<path d="M51.3973 86.6308C51.2152 86.7053 51.0496 86.8149 50.9099 86.9534C50.7701 87.0918 50.659 87.2565 50.5829 87.4379C50.5068 87.6194 50.4672 87.814 50.4663 88.0108C50.4654 88.2075 50.5033 88.4025 50.5778 88.5846L65.1241 124.396C65.7222 125.829 66.8646 126.967 68.3005 127.558C69.7365 128.15 71.3484 128.147 72.7824 127.551L73.9163 127.088C75.3457 126.485 76.4795 125.342 77.0709 123.908C77.6623 122.474 77.6635 120.864 77.0742 119.428L62.5243 83.6595C62.4499 83.4761 62.3399 83.3092 62.2008 83.1685C62.0616 83.0277 61.896 82.9159 61.7135 82.8393C61.531 82.7628 61.3351 82.7232 61.1372 82.7227C60.9393 82.7221 60.7432 82.7608 60.5603 82.8363L51.3973 86.6308Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
7
|
+
<path d="M45.0073 71.6083L46.0176 74.0108C46.0176 74.0108 51.0548 76.2366 56.3074 71.5659L54.7072 67.729L50.2953 69.8842L45.0073 71.6083Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path d="M37.7131 73.6575C28.574 73.6511 19.7638 70.2456 12.9955 64.1032C6.2273 57.9607 1.98478 49.5203 1.09285 40.423C0.200922 31.3258 2.72333 22.2218 8.16965 14.8814C13.616 7.5409 21.5969 2.48853 30.5608 0.706627C39.5246 -1.07528 48.8306 0.540639 56.6694 5.24018C64.5082 9.93972 70.3196 17.387 72.9735 26.134C75.6274 34.881 74.9343 44.3026 71.0289 52.5668C67.1234 60.8311 60.2848 67.3474 51.8426 70.8487C47.3627 72.7031 42.5616 73.6575 37.7131 73.6575ZM37.7131 2.86187C29.8651 2.85005 22.2559 5.56121 16.1829 10.5331C10.1099 15.505 5.94906 22.4298 4.40979 30.1269C2.87051 37.824 4.0481 45.8168 7.74179 52.7426C11.4355 59.6684 17.4166 65.0984 24.6654 68.1068C31.9141 71.1152 39.9818 71.5158 47.4928 69.2402C55.0038 66.9646 61.4932 62.1538 65.8545 55.6279C70.2158 49.1021 72.179 41.2652 71.4095 33.4535C70.6399 25.6417 67.1853 18.3388 61.6344 12.7898C55.2892 6.4434 46.6865 2.87307 37.7131 2.86187Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="127" height="129" viewBox="0 0 127 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-SimpleMail">
|
|
2
|
+
<path d="M60.2514 35.4622L4.59083 62.3466C3.51161 62.8671 2.60097 63.6812 1.96342 64.6957C1.32586 65.7101 0.987205 66.8838 0.986328 68.0819V121.622C0.988962 123.314 1.66226 124.935 2.85865 126.132C4.05504 127.328 5.67693 128.002 7.36888 128.004H118.7C119.538 128.004 120.367 127.839 121.141 127.518C121.915 127.197 122.618 126.727 123.21 126.134C123.802 125.541 124.271 124.838 124.59 124.063C124.91 123.289 125.074 122.459 125.073 121.622V68.0321C125.072 66.834 124.733 65.6603 124.096 64.6459C123.458 63.6314 122.547 62.8173 121.468 62.2968L65.8075 35.4622C64.9469 35.0365 63.9996 34.815 63.0394 34.815C62.0792 34.815 61.132 35.0365 60.2713 35.4622H60.2514Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
3
|
+
<path d="M118.69 128.95H7.38901C5.43217 128.95 3.55547 128.173 2.17178 126.789C0.788088 125.405 0.0107422 123.529 0.0107422 121.572V68.0322C0.0156589 66.6471 0.409303 65.2912 1.14688 64.1188C1.88445 62.9464 2.93633 62.0047 4.1828 61.4007L59.8334 34.5661C60.833 34.0822 61.9291 33.8309 63.0396 33.8309C64.1502 33.8309 65.2463 34.0822 66.2458 34.5661L121.896 61.3907C123.143 61.9947 124.195 62.9365 124.932 64.1089C125.67 65.2812 126.064 66.6371 126.069 68.0222V121.562C126.069 123.519 125.291 125.395 123.907 126.779C122.524 128.163 120.647 128.94 118.69 128.94V128.95ZM63.0396 35.8008C62.2311 35.8011 61.4336 35.9885 60.7097 36.3484L5.05904 63.2328C4.14739 63.6711 3.37788 64.3577 2.83891 65.2138C2.29994 66.0698 2.01338 67.0604 2.01213 68.072V121.612C2.01213 123.04 2.57968 124.411 3.58991 125.421C4.60013 126.431 5.97029 126.999 7.39896 126.999H118.69C120.119 126.999 121.489 126.431 122.499 125.421C123.51 124.411 124.077 123.04 124.077 121.612V68.0322C124.072 67.0163 123.78 66.0227 123.233 65.1662C122.687 64.3098 121.909 63.6256 120.99 63.193L65.3796 36.3584C64.6525 35.9959 63.852 35.8051 63.0396 35.8008Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
4
|
+
<path d="M86.3593 8.75709C85.9919 8.74811 85.6284 8.83384 85.3038 9.00602C84.9753 9.18236 84.7002 9.44371 84.5072 9.76277L79.7875 17.2804C79.62 17.5344 79.5077 17.8208 79.4579 18.121C79.4082 18.4212 79.4221 18.7285 79.4988 19.0229C79.5691 19.3146 79.6978 19.5889 79.8772 19.8295C80.0618 20.0745 80.2959 20.2781 80.5642 20.4269C80.9467 20.6971 81.4076 20.8338 81.8755 20.8158C82.3435 20.7978 82.7925 20.6261 83.1531 20.3273C83.3227 20.1762 83.4702 20.0019 83.5912 19.8096L88.3308 12.2919C88.5483 11.9702 88.6724 11.5945 88.6893 11.2066C88.7035 10.8216 88.6141 10.4399 88.4304 10.1013C88.2305 9.718 87.9357 9.39232 87.5741 9.15538C87.2083 8.9243 86.7909 8.78746 86.3593 8.75709V8.75709Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
5
|
+
<path d="M38.4258 9.91212C38.194 10.0431 37.9909 10.2191 37.8283 10.4299C37.6704 10.6448 37.5554 10.8883 37.4898 11.1468C37.4307 11.4058 37.4241 11.6741 37.4702 11.9357C37.5164 12.1973 37.6145 12.4471 37.7586 12.6703L42.2593 19.9888C42.4263 20.2504 42.6428 20.477 42.8966 20.6559C43.1468 20.8374 43.4314 20.9662 43.7329 21.0343C44.3414 21.1673 44.9777 21.0565 45.5053 20.7256L45.804 20.4966C46.1657 20.1995 46.4006 19.7758 46.4612 19.3117C46.5293 18.8516 46.4227 18.3828 46.1625 17.9973L41.6619 10.6788C41.5045 10.4102 41.2904 10.1791 41.0345 10.0017C40.7874 9.81905 40.5065 9.68707 40.2081 9.61341C39.9023 9.55379 39.5879 9.55379 39.2821 9.61341C38.9798 9.65568 38.6888 9.75719 38.4258 9.91212V9.91212Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
6
|
+
<path d="M61.0681 1.56803C60.8634 1.76957 60.7009 2.00991 60.5902 2.27499C60.4797 2.54355 60.4222 2.83095 60.4209 3.12135V16.1354C60.4203 16.7198 60.6491 17.2812 61.0582 17.6987C61.4443 18.0968 61.9666 18.3344 62.5205 18.3639C63.0744 18.3935 63.619 18.2128 64.0453 17.858C64.2747 17.6509 64.4609 17.4005 64.593 17.1211C64.7147 16.8344 64.779 16.5265 64.7821 16.215V3.21097C64.7744 2.62332 64.5429 2.06072 64.1349 1.63773C63.7249 1.21723 63.1685 0.971122 62.5816 0.950689C62.2945 0.944153 62.0091 0.995438 61.7422 1.1015C61.4754 1.20755 61.2326 1.36621 61.0283 1.56803H61.0681Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
7
|
+
<path d="M64.9913 96.0417C64.1291 96.462 63.1824 96.6799 62.2232 96.6789C61.2643 96.6775 60.3181 96.4597 59.4551 96.0417L30.0814 81.8826L13.5625 73.9168L58.9174 52.0111C59.78 51.5919 60.7265 51.3741 61.6855 51.3741C62.6445 51.3741 63.591 51.5919 64.4536 52.0111L110.346 74.1259L94.4147 81.8328L64.9913 96.0417Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
8
|
+
<path d="M65.8076 95.743C64.9432 96.1558 63.9974 96.3701 63.0395 96.3701C62.0816 96.3701 61.1358 96.1558 60.2714 95.743L59.6242 95.4343L1.97217 125.415C2.54511 126.327 3.33951 127.079 4.28139 127.602C5.22327 128.124 6.282 128.4 7.359 128.402H118.67C119.67 128.413 120.657 128.18 121.548 127.725C122.439 127.275 123.21 126.62 123.798 125.814L66.3851 95.4542L65.8076 95.743Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
9
|
+
<path d="M118.69 128.95H7.38901C5.43217 128.95 3.55547 128.173 2.17178 126.789C0.788088 125.405 0.0107422 123.529 0.0107422 121.572V68.0322C0.0156589 66.6471 0.409303 65.2912 1.14688 64.1188C1.88445 62.9464 2.93633 62.0047 4.1828 61.4007L59.8334 34.5661C60.833 34.0822 61.9291 33.8309 63.0396 33.8309C64.1502 33.8309 65.2463 34.0822 66.2458 34.5661L121.896 61.3907C123.143 61.9947 124.195 62.9365 124.932 64.1089C125.67 65.2812 126.064 66.6371 126.069 68.0222V121.562C126.069 123.519 125.291 125.395 123.907 126.779C122.524 128.163 120.647 128.94 118.69 128.94V128.95ZM63.0396 35.8008C62.2311 35.8011 61.4336 35.9885 60.7097 36.3484L5.05904 63.2328C4.14739 63.6711 3.37788 64.3577 2.83891 65.2138C2.29994 66.0698 2.01338 67.0604 2.01213 68.072V121.612C2.01213 123.04 2.57968 124.411 3.58991 125.421C4.60013 126.431 5.97029 126.999 7.39896 126.999H118.69C120.119 126.999 121.489 126.431 122.499 125.421C123.51 124.411 124.077 123.04 124.077 121.612V68.0322C124.072 67.0163 123.78 66.0227 123.233 65.1662C122.687 64.3098 121.909 63.6256 120.99 63.193L65.3796 36.3584C64.6525 35.9959 63.852 35.8051 63.0396 35.8008Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<path opacity="0.51" d="M56.6274 94.7174L59.3856 96.0417C60.2478 96.462 61.1945 96.6799 62.1537 96.679C63.1126 96.6775 64.0588 96.4597 64.9218 96.0417L94.2954 81.8826L110.277 74.1758L104.004 71.1886L56.6274 94.7174Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
11
|
+
<path d="M63.0794 97.4157C61.9698 97.4156 60.8743 97.1673 59.8731 96.6889L4.22252 69.8642C2.71713 69.1295 1.50339 67.9087 0.777344 66.3991L2.56964 65.5329C3.10088 66.6378 3.98811 67.532 5.0888 68.0719L60.7394 94.8966C61.4714 95.241 62.2704 95.4195 63.0794 95.4195C63.8883 95.4195 64.6873 95.241 65.4193 94.8966L121.07 68.062C122.172 67.5291 123.061 66.6373 123.589 65.5329L125.381 66.3991C124.667 67.8979 123.472 69.1143 121.986 69.8543L66.3254 96.7386C65.3086 97.207 64.1987 97.4386 63.0794 97.4157Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<svg width="94" height="128" viewBox="0 0 94 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-SimpleNoSavedItems">
|
|
2
|
+
<g clip-path="url(#clip0_101_5764)">
|
|
3
|
+
<path d="M21.618 127.225H84.535C85.2866 127.224 86.0291 127.059 86.7102 126.741C87.3913 126.423 87.9945 125.96 88.4777 125.384C88.9608 124.808 89.3121 124.134 89.507 123.408C89.7018 122.682 89.7354 121.922 89.6055 121.182L73.9402 32.2024C73.7307 31.01 73.1074 29.9297 72.1799 29.1515C71.2524 28.3733 70.0803 27.9472 68.8696 27.948H5.92791C5.17623 27.9487 4.43379 28.1139 3.7527 28.4319C3.0716 28.7499 2.46835 29.2131 1.9852 29.7889C1.50206 30.3648 1.15074 31.0393 0.955896 31.7653C0.761052 32.4913 0.727423 33.2511 0.857313 33.9915L16.5227 122.971C16.736 124.166 17.3638 125.247 18.2957 126.026C19.2276 126.804 20.404 127.228 21.618 127.225Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
4
|
+
<path d="M84.5352 128H21.6182C20.2244 128.002 18.8747 127.511 17.8068 126.615C16.739 125.719 16.0215 124.475 15.7808 123.103L0.0907771 34.1729C-0.059729 33.3204 -0.0217254 32.4452 0.202192 31.609C0.42611 30.7727 0.830469 29.9956 1.38685 29.3324C1.94322 28.6691 2.63815 28.1358 3.42271 27.7699C4.20727 27.4039 5.06243 27.2142 5.92814 27.2142H68.8451C70.239 27.2126 71.5887 27.703 72.6565 28.5989C73.7243 29.4948 74.4418 30.7387 74.6825 32.1117L90.3478 121.083C90.4984 121.935 90.4603 122.81 90.2364 123.646C90.0125 124.483 89.6081 125.26 89.0517 125.923C88.4954 126.586 87.8005 127.12 87.0159 127.486C86.2314 127.852 85.3761 128.041 84.5104 128.041L84.5352 128ZM5.92814 28.723C5.28897 28.723 4.65755 28.8629 4.07822 29.1329C3.49889 29.403 2.98573 29.7966 2.57477 30.2861C2.16381 30.7757 1.86502 31.3493 1.6994 31.9666C1.53378 32.5839 1.50532 33.2301 1.61607 33.8596L17.2814 122.83C17.4583 123.845 17.9879 124.765 18.7769 125.427C19.5659 126.089 20.5634 126.452 21.5935 126.45H84.5352C85.1739 126.449 85.8046 126.308 86.3833 126.037C86.9619 125.767 87.4744 125.373 87.8851 124.884C88.2958 124.395 88.5946 123.822 88.7608 123.205C88.927 122.588 88.9565 121.943 88.8473 121.313L73.1819 32.3425C73.0051 31.3277 72.4754 30.4081 71.6864 29.7458C70.8975 29.0835 69.8999 28.7213 68.8699 28.723H5.92814Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
5
|
+
<path d="M25.0066 123.861H87.9236C88.6757 123.862 89.4188 123.698 90.1007 123.38C90.7825 123.062 91.3864 122.599 91.8698 122.023C92.3532 121.447 92.7044 120.772 92.8987 120.045C93.093 119.318 93.1256 118.558 92.9942 117.818L77.3289 28.8467C77.1211 27.6528 76.4985 26.5705 75.5709 25.7907C74.6432 25.0109 73.4701 24.5836 72.2582 24.584H9.3413C8.58855 24.5848 7.84505 24.7502 7.16297 25.0686C6.48089 25.387 5.87671 25.8508 5.39281 26.4274C4.9089 27.004 4.55701 27.6795 4.36174 28.4065C4.16647 29.1335 4.13258 29.8943 4.26245 30.6358L19.9278 119.607C20.1391 120.8 20.764 121.88 21.6929 122.658C22.6217 123.436 23.795 123.862 25.0066 123.861Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path d="M87.9235 124.644H25.0066C23.6051 124.646 22.2488 124.149 21.1796 123.243C20.1104 122.337 19.3979 121.08 19.1692 119.697L3.50385 30.7265C3.35334 29.874 3.39139 28.9989 3.61531 28.1626C3.83923 27.3264 4.24359 26.5493 4.79996 25.886C5.35634 25.2228 6.05122 24.6894 6.83578 24.3235C7.62034 23.9575 8.47555 23.7679 9.34126 23.7678H72.2582C73.6516 23.7679 75.0005 24.2589 76.068 25.1545C77.1355 26.0501 77.8534 27.2931 78.0956 28.6653L93.7609 117.636C93.9114 118.49 93.8731 119.366 93.6488 120.203C93.4244 121.04 93.0195 121.818 92.4624 122.482C91.9052 123.146 91.2094 123.68 90.4239 124.047C89.6383 124.413 88.7821 124.603 87.9153 124.603L87.9235 124.644ZM9.34126 25.3591C8.70208 25.359 8.07066 25.499 7.49134 25.769C6.91201 26.0391 6.39885 26.4327 5.98789 26.9222C5.57692 27.4118 5.27809 27.9854 5.11247 28.6027C4.94685 29.22 4.91844 29.8662 5.02918 30.4957L20.6945 119.475C20.8731 120.488 21.4035 121.406 22.1923 122.066C22.9811 122.727 23.9777 123.088 25.0066 123.086H87.9153C88.5549 123.088 89.1871 122.949 89.7671 122.679C90.3472 122.409 90.861 122.016 91.2722 121.526C91.6835 121.036 91.9821 120.462 92.1472 119.844C92.3122 119.226 92.3396 118.579 92.2274 117.949L76.5621 28.9786C76.3837 27.9646 75.8535 27.0458 75.0649 26.3838C74.2763 25.7219 73.2796 25.359 72.2499 25.3591H9.34126Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
7
|
+
<path d="M33.6063 23.6277L38.2811 50.6627C38.3966 51.3553 37.6216 51.7098 37.0362 51.2234L27.9668 43.7205C27.8153 43.5838 27.6184 43.5081 27.4143 43.5081C27.2103 43.5081 27.0134 43.5838 26.8619 43.7205L20.7195 51.0255C20.299 51.5202 19.3838 51.1574 19.2684 50.4566L14.7749 23.6029C14.7457 23.5042 14.7407 23.3999 14.7602 23.2988C14.7797 23.1977 14.8232 23.1027 14.887 23.0219C14.9508 22.9411 15.0331 22.8769 15.1269 22.8345C15.2208 22.7921 15.3234 22.7729 15.4263 22.7784H32.6746C32.9044 22.7896 33.1232 22.8805 33.2932 23.0355C33.4633 23.1904 33.574 23.3999 33.6063 23.6277Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path d="M35.4613 22.4898L40.1362 49.5249C40.2599 50.2257 39.4849 50.5803 38.8913 50.0938L29.8219 42.5909C29.6704 42.4542 29.4735 42.3785 29.2694 42.3785C29.0653 42.3785 28.8685 42.4542 28.717 42.5909L22.5333 49.9042C22.1211 50.3989 21.2059 50.0361 21.0905 49.3271L16.5887 22.4734C16.5689 22.3775 16.5709 22.2784 16.5946 22.1834C16.6183 22.0885 16.6632 22.0001 16.7258 21.9248C16.7883 21.8496 16.8671 21.7894 16.9561 21.7488C17.0452 21.7081 17.1422 21.688 17.2401 21.6901H34.505C34.7324 21.6919 34.952 21.7727 35.1265 21.9185C35.301 22.0644 35.4193 22.2664 35.4613 22.4898Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path d="M40.0866 50.0114C39.9034 50.0121 39.7259 49.9479 39.5856 49.8302C39.4452 49.7125 39.3511 49.5488 39.3199 49.3683L38.6603 45.5509C38.6253 45.3475 38.6725 45.1386 38.7916 44.9701C38.9106 44.8015 39.0918 44.6872 39.2952 44.6522C39.4985 44.6172 39.7075 44.6644 39.876 44.7835C40.0445 44.9026 40.1588 45.0837 40.1938 45.2871L40.8534 49.1044C40.8768 49.3061 40.825 49.5094 40.7078 49.6752C40.5907 49.841 40.4165 49.9578 40.2186 50.0032L40.0866 50.0114ZM37.539 49.7476C37.3596 49.7452 37.1859 49.6844 37.0443 49.5744L34.0514 47.1009C33.8928 46.9697 33.7929 46.7809 33.7736 46.5761C33.7542 46.3712 33.8171 46.167 33.9483 46.0085C34.0795 45.85 34.2683 45.75 34.4732 45.7307C34.6781 45.7114 34.8822 45.7742 35.0408 45.9054L38.0337 48.3789C38.1553 48.481 38.2426 48.6179 38.2838 48.7712C38.3251 48.9244 38.3183 49.0867 38.2643 49.236C38.2103 49.3853 38.1119 49.5144 37.9821 49.6059C37.8524 49.6974 37.6977 49.7468 37.539 49.7476ZM23.4649 49.5991C23.2835 49.6005 23.1078 49.536 22.9702 49.4178C22.8215 49.2793 22.7291 49.0908 22.7109 48.8884C22.6926 48.686 22.7497 48.484 22.8713 48.3212L25.3447 45.353C25.477 45.1956 25.6665 45.0971 25.8714 45.0794C26.0762 45.0616 26.2797 45.1259 26.4372 45.2582C26.5946 45.3905 26.6931 45.5799 26.7108 45.7848C26.7286 45.9897 26.6643 46.1932 26.532 46.3506L24.0585 49.3188C23.9877 49.4079 23.8974 49.4796 23.7944 49.5282C23.6915 49.5768 23.5787 49.6011 23.4649 49.5991ZM20.9914 49.5991C20.808 49.5993 20.6306 49.5336 20.4914 49.4141C20.3523 49.2946 20.2605 49.1292 20.2329 48.9478L19.5898 45.1222C19.5703 44.9265 19.6259 44.7309 19.7453 44.5747C19.8648 44.4185 20.039 44.3136 20.2329 44.2811C20.4268 44.2486 20.6258 44.291 20.7896 44.3997C20.9534 44.5084 21.0698 44.6753 21.1151 44.8666L21.7582 48.6922C21.7759 48.7929 21.7736 48.8962 21.7512 48.996C21.7289 49.0958 21.6869 49.1902 21.6279 49.2738C21.5689 49.3573 21.494 49.4283 21.4074 49.4828C21.3208 49.5372 21.2242 49.574 21.1233 49.5909L20.9914 49.5991ZM31.5284 44.8501C31.3511 44.8503 31.1793 44.7891 31.042 44.6769L29.2858 43.2258H29.2198L29.022 43.4567C28.8904 43.6136 28.7021 43.7121 28.4982 43.7306C28.2943 43.7492 28.0913 43.6862 27.9336 43.5556C27.7849 43.4172 27.6926 43.2287 27.6743 43.0263C27.6561 42.8239 27.7132 42.6219 27.8347 42.459L28.082 42.1705C28.3707 41.8864 28.7537 41.7185 29.1582 41.6988C29.5627 41.679 29.9603 41.8088 30.2752 42.0633L32.0231 43.5144C32.1447 43.6164 32.232 43.7534 32.2733 43.9067C32.3145 44.0599 32.3077 44.2222 32.2538 44.3715C32.1998 44.5208 32.1013 44.6499 31.9716 44.7414C31.8418 44.8329 31.6872 44.8823 31.5284 44.883V44.8501ZM38.7427 42.3766C38.5595 42.3773 38.382 42.3131 38.2417 42.1954C38.1013 42.0777 38.0071 41.914 37.9759 41.7335L37.3164 37.9161C37.2986 37.8154 37.301 37.7121 37.3234 37.6123C37.3457 37.5125 37.3876 37.4181 37.4466 37.3346C37.5057 37.251 37.5806 37.18 37.6672 37.1255C37.7538 37.0711 37.8504 37.0344 37.9512 37.0174C38.0515 36.9997 38.1542 37.0022 38.2535 37.0246C38.3528 37.0471 38.4467 37.0891 38.5295 37.1482C38.6124 37.2073 38.6827 37.2823 38.7363 37.3688C38.7899 37.4554 38.8257 37.5517 38.8417 37.6523L39.5013 41.4697C39.5373 41.6719 39.4915 41.8802 39.374 42.0487C39.2565 42.2172 39.0769 42.3322 38.8747 42.3684L38.7427 42.3766ZM19.7135 41.9149C19.5303 41.9156 19.3527 41.8514 19.2124 41.7337C19.072 41.616 18.9779 41.4523 18.9467 41.2718L18.3118 37.4461C18.2873 37.3429 18.2843 37.2357 18.3029 37.1312C18.3216 37.0267 18.3615 36.9271 18.4202 36.8387C18.4789 36.7502 18.5551 36.6748 18.6442 36.617C18.7332 36.5593 18.8332 36.5204 18.9379 36.5029C19.0425 36.4853 19.1497 36.4895 19.2527 36.5151C19.3557 36.5406 19.4524 36.5871 19.5367 36.6516C19.621 36.7161 19.6912 36.7972 19.7429 36.8899C19.7946 36.9826 19.8266 37.0849 19.8371 37.1906L20.4803 41.0162C20.5012 41.2177 20.4472 41.4199 20.3286 41.5841C20.21 41.7483 20.035 41.8632 19.8371 41.9066L19.7135 41.9149ZM37.4235 34.7336C37.2404 34.7343 37.0628 34.6701 36.9224 34.5524C36.7821 34.4346 36.688 34.271 36.6568 34.0905L35.9972 30.2731C35.9739 30.1705 35.9718 30.0643 35.9909 29.9609C36.0099 29.8575 36.0499 29.759 36.1082 29.6715C36.1666 29.584 36.2421 29.5093 36.3302 29.452C36.4184 29.3946 36.5173 29.3558 36.6209 29.3379C36.7245 29.32 36.8307 29.3233 36.933 29.3477C37.0353 29.3721 37.1315 29.4171 37.2159 29.4799C37.3002 29.5427 37.3709 29.6221 37.4236 29.7131C37.4763 29.8041 37.51 29.9048 37.5225 30.0092L38.1821 33.8266C38.2181 34.0289 38.1723 34.2372 38.0548 34.4057C37.9373 34.5742 37.7577 34.6892 37.5554 34.7253L37.4235 34.7336ZM18.4602 34.2636C18.278 34.264 18.1016 34.1995 17.9626 34.0817C17.8236 33.9639 17.7311 33.8003 17.7017 33.6205L17.0586 29.7949C17.0418 29.6942 17.045 29.5911 17.0681 29.4917C17.0911 29.3922 17.1335 29.2983 17.1928 29.2152C17.2521 29.1322 17.3273 29.0616 17.4139 29.0076C17.5005 28.9535 17.5969 28.9171 17.6976 28.9003C17.7983 28.8835 17.9013 28.8867 18.0007 28.9098C18.1002 28.9328 18.1942 28.9752 18.2772 29.0345C18.3603 29.0938 18.4309 29.1689 18.4849 29.2556C18.5389 29.3422 18.5754 29.4386 18.5921 29.5393L19.2353 33.3484C19.2687 33.5506 19.2206 33.7578 19.1017 33.9247C18.9827 34.0916 18.8024 34.2045 18.6004 34.2389L18.4602 34.2636ZM36.1291 27.0905C35.9469 27.091 35.7704 27.0265 35.6314 26.9086C35.4925 26.7908 35.4 26.6273 35.3706 26.4474L34.711 22.63C34.6877 22.5275 34.6856 22.4213 34.7047 22.3179C34.7237 22.2144 34.7637 22.116 34.822 22.0285C34.8804 21.941 34.9559 21.8663 35.044 21.8089C35.1322 21.7516 35.2311 21.7128 35.3347 21.6948C35.4383 21.6769 35.5445 21.6803 35.6468 21.7047C35.7491 21.7291 35.8453 21.7741 35.9297 21.8369C36.014 21.8997 36.0847 21.979 36.1374 22.07C36.1901 22.161 36.2238 22.2618 36.2363 22.3662L36.8959 26.1836C36.9136 26.2843 36.9112 26.3876 36.8889 26.4874C36.8665 26.5872 36.8246 26.6816 36.7656 26.7651C36.7066 26.8487 36.6316 26.9197 36.545 26.9742C36.4584 27.0286 36.3619 27.0653 36.261 27.0823L36.1291 27.0905ZM17.1658 26.6206C16.984 26.6118 16.8103 26.5432 16.6716 26.4254C16.5329 26.3076 16.437 26.1472 16.399 25.9692L15.8384 22.6135C15.7919 22.2836 15.8465 21.9472 15.995 21.6489C16.0945 21.4685 16.2616 21.335 16.4595 21.2778C16.6574 21.2206 16.8699 21.2443 17.0503 21.3438C17.2307 21.4433 17.3643 21.6104 17.4215 21.8083C17.4787 22.0062 17.4549 22.2188 17.3554 22.3992L17.9326 25.6971C17.966 25.8993 17.918 26.1066 17.799 26.2734C17.68 26.4403 17.4998 26.5533 17.2977 26.5876L17.1658 26.6206ZM32.0726 22.4981H28.1892C27.9837 22.4981 27.7866 22.4164 27.6412 22.2711C27.4959 22.1258 27.4142 21.9286 27.4142 21.7231C27.4142 21.5175 27.4959 21.3204 27.6412 21.1751C27.7866 21.0297 27.9837 20.9481 28.1892 20.9481H32.0726C32.2782 20.9481 32.4753 21.0297 32.6206 21.1751C32.766 21.3204 32.8476 21.5175 32.8476 21.7231C32.8476 21.9286 32.766 22.1258 32.6206 22.2711C32.4753 22.4164 32.2782 22.4981 32.0726 22.4981ZM24.3141 22.4981H20.439C20.2335 22.4981 20.0364 22.4164 19.891 22.2711C19.7457 22.1258 19.664 21.9286 19.664 21.7231C19.664 21.5175 19.7457 21.3204 19.891 21.1751C20.0364 21.0297 20.2335 20.9481 20.439 20.9481H24.3141C24.5197 20.9481 24.7168 21.0297 24.8622 21.1751C25.0075 21.3204 25.0891 21.5175 25.0891 21.7231C25.0891 21.9286 25.0075 22.1258 24.8622 22.2711C24.7168 22.4164 24.5197 22.4981 24.3141 22.4981Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<path d="M28.816 71.3492H70.2054C70.6399 71.3641 71.072 71.2789 71.4684 71.1002C71.8647 70.9215 72.2147 70.6541 72.4912 70.3186C72.7677 69.9831 72.9634 69.5885 73.0631 69.1654C73.1629 68.7422 73.164 68.3018 73.0664 67.8781C72.8759 66.9247 72.3694 66.0634 71.6288 65.4335C70.8882 64.8036 69.9568 64.442 68.9852 64.407H27.5957C27.1607 64.3905 26.7278 64.4745 26.3306 64.6527C25.9334 64.8309 25.5828 65.0984 25.3059 65.4343C25.029 65.7702 24.8334 66.1655 24.7344 66.5894C24.6353 67.0133 24.6354 67.4543 24.7347 67.8781C24.9266 68.8309 25.4335 69.6913 26.1738 70.321C26.9141 70.9506 27.8448 71.3128 28.816 71.3492Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
11
|
+
<path d="M56.2385 82.15H71.7555C72.1898 82.1653 72.6218 82.0802 73.0179 81.9015C73.414 81.7228 73.7636 81.4551 74.0395 81.1194C74.3155 80.7836 74.5103 80.3888 74.6089 79.9656C74.7076 79.5423 74.7073 79.1021 74.6082 78.6789C74.4177 77.7255 73.9112 76.8642 73.1706 76.2343C72.43 75.6044 71.4986 75.2428 70.527 75.2078H55.0183C54.5838 75.193 54.1517 75.2781 53.7554 75.4568C53.359 75.6355 53.0091 75.903 52.7326 76.2385C52.4561 76.5739 52.2604 76.9685 52.1606 77.3917C52.0609 77.8149 52.0597 78.2553 52.1573 78.6789C52.3491 79.6317 52.856 80.4922 53.5963 81.1218C54.3367 81.7514 55.2674 82.1136 56.2385 82.15Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
12
|
+
<path d="M31.4131 81.9934H46.9301C47.3646 82.0083 47.7966 81.923 48.193 81.7443C48.5893 81.5656 48.9393 81.2982 49.2158 80.9627C49.4923 80.6272 49.688 80.2327 49.7877 79.8095C49.8875 79.3864 49.8886 78.9459 49.791 78.5223C49.5989 77.5622 49.0863 76.6958 48.3373 76.0651C47.5884 75.4345 46.6474 75.077 45.6686 75.0512H30.1929C29.7579 75.0346 29.325 75.1187 28.9278 75.2969C28.5306 75.475 28.1799 75.7425 27.9031 76.0784C27.6262 76.4143 27.4306 76.8097 27.3315 77.2335C27.2325 77.6574 27.2326 78.0984 27.3319 78.5223C27.5237 79.475 28.0306 80.3355 28.7709 80.9651C29.5112 81.5948 30.4419 81.957 31.4131 81.9934Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
13
|
+
<path d="M32.5591 91.3844H48.0925C48.527 91.3992 48.9592 91.314 49.3555 91.1353C49.7518 90.9566 50.1017 90.6892 50.3783 90.3537C50.6548 90.0182 50.8505 89.6237 50.9502 89.2005C51.05 88.7773 51.0511 88.3369 50.9535 87.9132C50.7597 86.9547 50.2465 86.0902 49.4977 85.4612C48.7488 84.8321 47.8087 84.4758 46.8311 84.4504H31.3389C30.9048 84.4341 30.4727 84.5182 30.0763 84.6959C29.6799 84.8736 29.3298 85.1403 29.0531 85.4752C28.7764 85.8101 28.5806 86.2042 28.4808 86.627C28.3811 87.0499 28.3801 87.49 28.4779 87.9132C28.6684 88.8666 29.1749 89.7279 29.9155 90.3578C30.6561 90.9877 31.5875 91.3494 32.5591 91.3844Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
14
|
+
</g>
|
|
15
|
+
<path d="M6.33602 8.03247C6.55092 7.97843 6.77645 7.98359 6.98865 8.04743C7.20084 8.11127 7.39179 8.2314 7.5412 8.39505L11.225 12.1616C11.3513 12.2911 11.45 12.4449 11.5152 12.6136C11.5804 12.7824 11.6108 12.9626 11.6044 13.1433C11.5981 13.3241 11.5552 13.5018 11.4783 13.6655C11.4014 13.8293 11.2921 13.9757 11.157 14.0961C10.9655 14.2999 10.7129 14.4358 10.4373 14.4833C10.1617 14.5307 9.87809 14.487 9.62952 14.3588C9.51017 14.2952 9.4 14.2156 9.30202 14.1224L5.61823 10.3559C5.45273 10.1933 5.33426 9.98899 5.27539 9.76458C5.21651 9.54017 5.21939 9.30401 5.28375 9.08111C5.35264 8.82982 5.48596 8.60088 5.67053 8.41695C5.85509 8.23302 6.08449 8.10049 6.33602 8.03247Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
16
|
+
<path d="M34.4492 2.75213C34.6042 2.79624 34.748 2.87277 34.8711 2.97665C34.9942 3.08054 35.0939 3.20941 35.1635 3.35471C35.233 3.50002 35.2709 3.65845 35.2746 3.81951C35.2783 3.98057 35.2478 4.14057 35.185 4.28893L33.4641 9.12653C33.4015 9.30008 33.3049 9.45938 33.1799 9.59505C33.0549 9.73073 32.9041 9.84005 32.7362 9.91658C32.5684 9.99311 32.3869 10.0353 32.2025 10.0407C32.0181 10.0461 31.8345 10.0145 31.6625 9.94793C31.5902 9.92304 31.5204 9.89124 31.4542 9.85297C31.206 9.72176 31.0159 9.50222 30.9216 9.23771C30.8273 8.9732 30.8356 8.68294 30.9449 8.42426L32.6675 3.59711C32.7278 3.42381 32.822 3.26422 32.9446 3.12766C33.0672 2.99109 33.2157 2.88028 33.3815 2.80165C33.5473 2.72302 33.7271 2.67814 33.9104 2.66964C34.0937 2.66114 34.2768 2.68918 34.4492 2.75213Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
<path d="M20.2324 0.719321C20.3778 0.813883 20.503 0.936412 20.6007 1.07977C20.6983 1.22312 20.7665 1.38446 20.8013 1.55439L22.3944 9.16269C22.4633 9.5049 22.3973 9.86049 22.2103 10.1553C22.0233 10.45 21.7297 10.6612 21.3907 10.7446C21.0777 10.823 20.7466 10.7787 20.4652 10.6208C20.3025 10.531 20.1613 10.4071 20.0511 10.2574C19.9409 10.1078 19.8644 9.93612 19.8269 9.75413L18.2339 2.14585C18.1616 1.80365 18.2252 1.44674 18.4114 1.15067C18.5976 0.854591 18.8917 0.642581 19.2314 0.55951C19.4005 0.517418 19.5762 0.509871 19.7482 0.537334C19.9202 0.564797 20.0849 0.626691 20.2324 0.719321Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
18
|
+
<defs>
|
|
19
|
+
<clipPath id="clip0_101_5764">
|
|
20
|
+
<rect width="93.8601" height="107.085" fill="var(--sapContent_Illustrative_Color8)" transform="translate(0 20.9151)"/>
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="80" height="129" viewBox="0 0 80 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-SimpleNotFoundMagnifier">
|
|
2
|
+
<circle cx="38.502" cy="37.5" r="35.5" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
3
|
+
<path d="M38.792 20.3601C35.3308 20.3601 31.9474 21.3865 29.0695 23.3094C26.1917 25.2323 23.9486 27.9654 22.6241 31.1631C21.2996 34.3609 20.953 37.8795 21.6283 41.2742C22.3035 44.6688 23.9702 47.787 26.4176 50.2344C28.865 52.6819 31.9832 54.3486 35.3779 55.0238C38.7726 55.699 42.2913 55.3525 45.489 54.028C48.6867 52.7034 51.4198 50.4604 53.3427 47.5826C55.2657 44.7047 56.292 41.3213 56.292 37.8601C56.2762 33.2237 54.4274 28.7816 51.1489 25.5032C47.8704 22.2247 43.4284 20.3759 38.792 20.3601V20.3601ZM38.792 48.3601C38.2714 48.3601 37.7625 48.2056 37.3298 47.9161C36.8971 47.6267 36.56 47.2154 36.3612 46.7343C36.1625 46.2531 36.111 45.7238 36.2133 45.2133C36.3156 44.7029 36.5671 44.2343 36.9359 43.8669C37.3047 43.4995 37.7742 43.2498 38.2851 43.1494C38.7959 43.0491 39.325 43.1026 39.8054 43.3032C40.2858 43.5038 40.6958 43.8424 40.9836 44.2762C41.2714 44.7101 41.424 45.2195 41.422 45.7401C41.4066 46.4319 41.1243 47.0909 40.6341 47.5792C40.1439 48.0676 39.4838 48.3474 38.792 48.3601ZM42.292 38.9101C42.022 39.0601 41.632 39.3101 41.292 39.4801C41.0948 39.5632 40.9071 39.6671 40.732 39.7901L40.552 39.9601C40.4817 40.3669 40.2648 40.734 39.9424 40.9919C39.62 41.2498 39.2144 41.3808 38.802 41.3601C38.5684 41.3748 38.3343 41.3395 38.1154 41.2567C37.8964 41.1739 37.6976 41.0456 37.5321 40.8801C37.3665 40.7145 37.2381 40.5157 37.1554 40.2968C37.0726 40.0778 37.0374 39.8437 37.052 39.6101C37.052 38.3901 37.662 37.8601 39.052 36.6801C39.052 36.6801 39.442 36.3901 39.702 36.2301L40.552 35.7601C41.782 35.0601 42.302 34.5401 42.302 33.3101C42.302 31.9101 40.732 30.6901 38.802 30.6901C36.872 30.6901 35.302 31.9101 35.302 33.3101C35.302 33.7742 35.1176 34.2194 34.7895 34.5475C34.4613 34.8757 34.0162 35.0601 33.552 35.0601C33.0879 35.0601 32.6427 34.8757 32.3145 34.5475C31.9863 34.2194 31.802 33.7742 31.802 33.3101C31.802 29.8101 34.952 27.1901 38.802 27.1901C42.652 27.1901 45.802 29.8101 45.802 33.3101C45.792 35.9401 44.572 37.5301 42.292 38.9101Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
4
|
+
<path opacity="0.2" d="M52.7822 6.11005L39.3222 1.93005L16.7422 67.3101L30.2122 71.47L52.7822 6.11005Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
5
|
+
<path opacity="0.2" d="M35.472 73.53L58.472 8.02997L54.292 6.72998L31.292 72.23L35.472 73.53Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
6
|
+
<path d="M56.4819 69.6001L46.6318 73.5301L52.9219 88.7301L62.7819 84.8501L56.4819 69.6001Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M51.4023 88.25L66.8923 125.39C67.5177 126.833 68.6901 127.97 70.1523 128.55C71.6244 129.146 73.2703 129.146 74.7423 128.55L75.9023 128.09C77.3572 127.495 78.5205 126.353 79.1423 124.91C79.4391 124.202 79.5919 123.443 79.5919 122.675C79.5919 121.908 79.4391 121.148 79.1423 120.44L63.6423 83.29L51.4023 88.25Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
8
|
+
<path d="M46.272 72.6801L47.272 75.08C47.272 75.08 52.432 77.31 57.822 72.64L56.172 68.8101L51.652 70.96L46.272 72.6801Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
9
|
+
<path d="M38.7921 74.73C31.3382 74.7393 24.0422 72.5818 17.7921 68.52C11.6075 64.5127 6.76037 58.7498 3.87207 51.97C1.01205 45.2523 0.262254 37.8238 1.7221 30.67C3.20241 23.484 6.80426 16.9072 12.0621 11.79C17.3944 6.61764 24.1186 3.11133 31.4121 1.7C38.7423 0.279608 46.3268 1.00893 53.2521 3.80004C60.1305 6.55705 66.0436 11.2805 70.2521 17.38C75.1099 24.4379 77.3021 32.9923 76.4376 41.5167C75.5731 50.0411 71.7081 57.9811 65.5321 63.92C58.3673 70.8692 48.7733 74.7477 38.7921 74.73ZM38.7921 4.02001C31.9522 4.01296 25.2575 5.99322 19.5221 9.72002C13.8516 13.4057 9.40347 18.6926 6.74206 24.91C4.11143 31.0774 3.41405 37.8979 4.74206 44.47C6.09834 51.0639 9.40466 57.0981 14.2321 61.79C19.1306 66.5496 25.3146 69.772 32.0221 71.0601C38.7356 72.3533 45.6797 71.6832 52.0221 69.13C58.3249 66.5989 63.7409 62.2647 67.5921 56.67C72.0522 50.1908 74.0662 42.3381 73.275 34.5121C72.4838 26.686 68.9388 19.3954 63.2721 13.94C56.7074 7.58373 47.9298 4.02682 38.7921 4.02001Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="104" height="128" viewBox="0 0 104 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-SimpleReload">
|
|
2
|
+
<path d="M18.1441 7.89161L1.84199 106.152C1.1189 110.51 4.06589 114.629 8.42429 115.352L76.7654 126.691C81.1238 127.414 85.2431 124.467 85.9662 120.108L102.268 21.8485C102.991 17.4901 100.044 13.3707 95.686 12.6476L27.3449 1.3093C22.9865 0.586209 18.8672 3.53321 18.1441 7.89161Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
3
|
+
<path d="M75.3351 5.97641H8.98968C4.57171 5.97641 0.990234 9.55789 0.990234 13.9759V109.599C0.990234 114.017 4.57171 117.599 8.98968 117.599H75.3351C79.7531 117.599 83.3346 114.017 83.3346 109.599V13.9759C83.3346 9.55789 79.7531 5.97641 75.3351 5.97641Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path d="M75.3448 118.599H8.99938C6.6126 118.599 4.32352 117.65 2.63581 115.963C0.948094 114.275 0 111.986 0 109.599V13.9758C0 11.589 0.948094 9.29996 2.63581 7.61225C4.32352 5.92453 6.6126 4.97641 8.99938 4.97641H75.3448C77.7316 4.97641 80.0207 5.92453 81.7084 7.61225C83.3961 9.29996 84.3442 11.589 84.3442 13.9758V109.599C84.3442 111.986 83.3961 114.275 81.7084 115.963C80.0207 117.65 77.7316 118.599 75.3448 118.599V118.599ZM8.99938 6.97627C7.14299 6.97627 5.36256 7.7137 4.04989 9.02636C2.73723 10.339 1.99986 12.1194 1.99986 13.9758V109.599C1.99986 111.456 2.73723 113.236 4.04989 114.549C5.36256 115.861 7.14299 116.599 8.99938 116.599H75.3448C77.2012 116.599 78.9815 115.861 80.2942 114.549C81.6068 113.236 82.3443 111.456 82.3443 109.599V13.9758C82.3443 12.1194 81.6068 10.339 80.2942 9.02636C78.9815 7.7137 77.2012 6.97627 75.3448 6.97627H8.99938Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M42.4169 81.4208C53.2852 81.4208 62.0956 72.6104 62.0956 61.7422C62.0956 50.8739 53.2852 42.0635 42.4169 42.0635C31.5487 42.0635 22.7383 50.8739 22.7383 61.7422C22.7383 72.6104 31.5487 81.4208 42.4169 81.4208Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
6
|
+
<path d="M44.0971 59.0125C44.0886 59.1999 44.1192 59.3871 44.1871 59.562C44.2549 59.7369 44.3585 59.8958 44.4911 60.0284C44.6238 60.1611 44.7826 60.2647 44.9575 60.3325C45.1325 60.4003 45.3196 60.4309 45.5071 60.4224H51.9066C52.0936 60.431 52.2803 60.4004 52.4547 60.3325C52.6291 60.2646 52.7874 60.1608 52.9193 60.028C53.0512 59.8952 53.1538 59.7362 53.2205 59.5612C53.2872 59.3863 53.3164 59.1994 53.3064 59.0125V52.513C53.3164 52.326 53.2872 52.1391 53.2205 51.9642C53.1538 51.7893 53.0512 51.6302 52.9193 51.4974C52.7874 51.3646 52.6291 51.2609 52.4547 51.1929C52.2803 51.125 52.0936 51.0944 51.9066 51.103C51.7192 51.0945 51.532 51.1251 51.3571 51.193C51.1822 51.2608 51.0234 51.3644 50.8907 51.497C50.7581 51.6297 50.6545 51.7885 50.5867 51.9634C50.5188 52.1384 50.4882 52.3255 50.4967 52.513V54.8628C49.4476 53.6842 48.1618 52.7402 46.723 52.0923C45.2843 51.4445 43.7251 51.1074 42.1473 51.103C39.1859 51.1057 36.3464 52.2833 34.2523 54.3773C32.1583 56.4714 30.9807 59.3108 30.978 62.2722C30.9807 65.2337 32.1583 68.0731 34.2523 70.1672C36.3464 72.2613 39.1859 73.4389 42.1473 73.4415C44.6854 73.4295 47.1454 72.5624 49.1302 70.9804C51.115 69.3983 52.5087 67.1936 53.0865 64.7221C53.1241 64.5311 53.1232 64.3345 53.0837 64.1439C53.0442 63.9533 52.9669 63.7725 52.8565 63.6122C52.755 63.4614 52.6236 63.333 52.4706 63.235C52.3175 63.137 52.146 63.0713 51.9666 63.0422C51.7756 63.0046 51.579 63.0056 51.3884 63.0451C51.1978 63.0846 51.017 63.1618 50.8567 63.2722C50.707 63.3726 50.5793 63.5023 50.4813 63.6536C50.3833 63.8049 50.3171 63.9745 50.2866 64.1521C49.8749 65.999 48.8422 67.6488 47.3609 68.8262C45.8797 70.0036 44.0394 70.6373 42.1473 70.6217C39.9328 70.6191 37.8095 69.7388 36.2427 68.1739C34.6758 66.6089 33.7931 64.4868 33.7878 62.2722C33.7904 60.056 34.672 57.9313 36.2391 56.3642C37.8063 54.7971 39.9311 53.9155 42.1473 53.9128C43.5136 53.9107 44.859 54.2476 46.0632 54.8933C47.2673 55.539 48.2924 56.4733 49.0467 57.6126H45.3971C45.2185 57.615 45.0422 57.6536 44.8789 57.726C44.7157 57.7985 44.5688 57.9034 44.4473 58.0342C44.3258 58.1651 44.2321 58.3193 44.1719 58.4875C44.1117 58.6556 44.0863 58.8342 44.0971 59.0125Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
</svg>
|