@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,11 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-NewMail">
|
|
2
|
+
<path d="M15.838 41L0 33.9587L12.4655 29.8771L30.9968 27.7886L44.7851 32.4788L15.838 41Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
3
|
+
<path d="M12.1919 20.6517L12.486 19.0804C12.5456 18.7685 12.6808 18.4724 12.8835 18.2276L24.0288 4.55956C24.4461 4.04632 25.1179 3.86076 25.6624 4.10948C26.6362 4.55166 27.61 4.98989 28.5839 5.43207C29.8995 6.02822 31.2112 6.62832 32.5229 7.22841C33.8345 7.82851 35.1542 8.43651 36.4698 9.04845C37.5828 9.56564 38.7275 10.0315 39.8047 10.6237C40.0988 10.7856 40.381 10.9909 40.5917 11.2593C40.8143 11.5475 40.9295 11.9305 41.0885 12.2661C41.172 12.4398 41.1919 12.6451 41.1561 12.8464L39.757 20.4701L19.8155 26.6803L12.1959 20.6477L12.1919 20.6517Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
4
|
+
<path d="M40.9493 12.4161C38.9659 11.6897 26.9581 9.53407 22.6813 9.48274C23.7187 7.69824 24.3069 5.97691 24.0287 4.55957L12.8715 18.2394C12.6767 18.4803 12.5456 18.7645 12.4899 19.0606L12.1958 20.6517L12.3786 20.7978C12.3786 20.7978 12.4065 20.7741 12.4581 20.7306C12.4065 21.3584 12.8119 21.9545 13.3286 22.598L15.94 25.8512C16.3574 26.3723 16.9457 26.6053 17.5379 26.4789L35.5913 22.681C36.3585 22.5191 36.9905 21.7887 37.2011 20.8214C37.4118 19.8423 37.1455 18.8237 36.5254 18.2434L41.0288 12.7635C41.1322 12.6412 41.0964 12.4595 40.9573 12.4082L40.9493 12.4161Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
5
|
+
<path d="M12.1919 20.6516L15.8328 40.9997L44.9997 32.4207L41.172 12.6095C41.1521 12.5108 40.1187 12.9214 40.0193 12.953L12.1959 20.6516H12.1919Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
6
|
+
<path d="M12.4346 20.5257C12.4346 20.5257 39.5346 10.7188 41.0728 12.6021L39.5107 13.2851C39.1769 13.4311 38.8748 13.6562 38.6323 13.9404L29.2399 24.8567L28.8544 24.9672C28.7629 24.9949 28.6755 25.0146 28.5841 25.0383L28.1628 25.133L15.8052 20.2888C15.4395 20.1467 15.038 20.1033 14.6366 20.1704L12.4346 20.5257Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
7
|
+
<path d="M15.833 41L44.9999 32.421L44.6779 30.751C41.0211 29.2349 29.8003 24.5684 29.2439 24.2565C28.5761 23.8854 27.324 24.8013 27.324 24.8013C27.324 24.8013 17.3275 36.7993 15.4673 38.9155L15.8409 41H15.833Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
8
|
+
<path d="M44.7774 32.4878C44.5588 31.9746 44.1613 31.4495 44.1613 31.4495C44.1613 31.4495 30.031 25.3261 29.4387 24.9787C28.8465 24.6352 27.7375 25.4603 27.7375 25.4603C27.7375 25.4603 18.5598 36.7714 17.1964 38.3388C16.3101 39.3573 16.0954 40.3601 16.0557 40.9326L44.7734 32.4839L44.7774 32.4878Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path d="M16.4854 10.8562L15.9289 19.5537L15.8057 20.292L28.1632 25.1362L28.5846 25.0415C28.676 25.0217 28.7634 24.998 28.8549 24.9704L29.2404 24.8598L38.6328 13.9436C38.8753 13.6593 39.1773 13.4343 39.5112 13.2882L40.0319 13.0592L40.0001 12.8776L39.9683 10.2759L16.4774 10.8602L16.4854 10.8562Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path d="M28.759 22.8351C27.9283 22.8351 27.0976 22.7837 26.2867 22.6455C25.4957 22.5113 24.7405 22.2863 24.0052 21.9823C22.6379 21.4217 21.3381 20.6715 20.2729 19.6411C19.2116 18.6107 18.4246 17.292 18.0709 15.7878C17.8562 14.8798 17.8006 13.9244 17.8046 12.9729C17.8085 12.2583 17.8483 11.5398 17.8642 10.8252L16.481 10.8607L15.9245 19.5582L15.8013 20.2965L28.1588 25.1407L28.5802 25.0459C28.6716 25.0262 28.759 25.0025 28.8505 24.9749L29.236 24.8643L31.0843 22.7166C30.3052 22.7956 29.5262 22.8429 28.7511 22.8429L28.759 22.8351Z" fill="var(--sapContent_Illustrative_Color24)"/>
|
|
11
|
+
</svg>`;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-NoActivities">
|
|
2
|
+
<path d="M17.2389 40.6126L0.380306 34.8166C-0.209501 34.6125 -0.0809528 33.7467 0.542881 33.724L26.9367 32.7334L43.1942 38.4916L17.2352 40.6164" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
3
|
+
<path d="M12.9326 37.5093L41.5647 34.9043C42.7973 34.9043 43.7954 33.9062 43.7954 32.6736L41.6063 9.64084C41.6063 8.40829 40.6082 7.41016 39.3756 7.41016L15.2238 7.76555C13.9913 7.76555 13.22 8.5255 12.9931 9.38375L10.6453 35.2105C10.4146 36.7569 11.7001 37.5055 12.9326 37.5055V37.5093Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
4
|
+
<path d="M42.8086 13.8596L44.9901 36.2345C45.0998 37.3574 44.2831 38.3896 43.198 38.4879L18.6114 40.7791C16.8609 40.9417 15.3902 39.7356 15.2692 38.0266L13.5754 14.6838L42.8086 13.8596Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
5
|
+
<path d="M42.1772 8.54401L42.7972 13.8636L13.6169 15.1718L13.0082 9.86351C12.8683 8.55913 13.9723 7.4211 15.3712 7.41354L40.3132 6.89557C41.2585 6.88801 42.0675 7.60636 42.1734 8.54401H42.1772Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
6
|
+
<path d="M34.7895 12.0416C33.9691 12.0605 33.2809 11.4178 33.2583 10.6049C33.2356 9.79203 33.8859 9.13039 34.7025 9.11905C35.5192 9.1077 36.196 9.74666 36.2224 10.5482C36.2489 11.3497 35.6061 12.0227 34.7895 12.0416Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
7
|
+
<path d="M22.0595 12.359C21.1823 12.3779 20.464 11.7125 20.4526 10.877C20.4413 10.0414 21.1483 9.35328 22.0217 9.34194C22.895 9.3306 23.602 9.98846 23.6134 10.8202C23.6247 11.652 22.9291 12.3439 22.0595 12.3628V12.359Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
8
|
+
<path d="M33.6779 11.5879C33.6779 11.5879 33.4662 11.414 33.3527 11.1002C33.2166 10.7259 33.2658 10.4537 33.2658 10.4537C34.2866 10.4537 34.8726 9.83741 34.7403 7.82602C34.6571 6.51407 34.3017 5.70876 33.9917 5.49325C33.9161 5.4441 33.8253 5.40251 33.6439 5.45922C33.2355 5.58399 33.0276 6.61615 33.0843 7.04339L31.9123 7.06985C31.8782 5.31177 32.6949 4.46865 33.2809 4.28717C33.7875 4.13215 34.2715 4.20021 34.6874 4.48377C35.659 5.15297 35.9048 6.81654 35.9653 7.74662C36.0371 8.88465 35.935 11.2817 33.6817 11.5879H33.6779Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
9
|
+
<path d="M20.895 11.9017C20.895 11.9017 20.6757 11.7277 20.5623 11.4139C20.4262 11.0396 20.4602 10.7674 20.4602 10.7674C21.481 10.7674 22.0822 10.1511 21.9498 8.13974C21.8667 6.82779 21.5113 6.02248 21.2012 5.80697C21.1256 5.75782 21.0349 5.71623 20.8534 5.77294C20.4451 5.89771 20.2333 6.88072 20.2901 7.30796L19.1218 7.33064C19.0878 5.57256 19.9044 4.78237 20.4904 4.60089C20.9971 4.44587 21.481 4.51393 21.8969 4.79749C22.8686 5.46669 23.1143 7.13026 23.1748 8.06034C23.2466 9.19837 23.1521 11.5954 20.8988 11.9017H20.895Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
10
|
+
<path d="M14.2181 23.9321L14.1387 22.8017L23.6663 22.1324L23.0879 14.7674L24.2183 14.6767L24.8006 22.0531L34.3811 21.3801L33.7951 14.2532L34.9256 14.1587L35.5116 21.3007L43.4211 20.7449L43.5005 21.8754L35.6023 22.4274L36.1808 29.4861L43.9957 28.9379L44.0751 30.0684L36.2753 30.6166L36.9672 39.0705L35.8367 39.1651L35.1411 30.696L25.5303 31.369L26.2146 40.0725L25.0841 40.1632L24.3998 31.4484L14.789 32.1214L14.7096 30.9909L24.3091 30.3179L23.7533 23.2591L14.2143 23.9283L14.2181 23.9321ZM25.4433 30.2423L35.0503 29.5693L34.4719 22.5105L24.8875 23.1835L25.4433 30.2423Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
</svg>`;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-NoChartData">
|
|
2
|
+
<path d="M28.9691 41.025L19.8405 37.6629C21.7039 36.2037 20.9432 34.6695 17.9853 33.8527C14.5661 32.9078 8.82031 33.1175 4.57164 34.4355C-0.308251 35.9498 -1.66782 38.4046 2.39269 39.7579C6.55435 41.1442 13.8459 40.557 18.0682 38.6806L27.0612 41.9257L28.0081 41.6983C28.0688 41.716 28.9671 41.0228 28.9671 41.0228L28.9691 41.025Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
3
|
+
<path d="M14.1216 10.5403L19.2498 28.0022C19.3558 28.3885 19.7311 28.6379 20.1284 28.5849L43.5309 25.32C44.7693 25.0065 45.1203 24.0087 44.9525 23.5274L38.0274 7.21355C37.9082 6.87359 37.577 6.65283 37.2194 6.67711L15.0974 7.95088C14.5896 7.98178 13.5697 8.71469 14.1216 10.5381V10.5403Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
4
|
+
<path d="M14.3822 8.96177L19.7532 27.3066C19.8592 27.6929 20.2345 27.9424 20.6318 27.8894L44.2992 24.5891C44.8047 24.5229 45.1226 24.0085 44.9548 23.5273L38.5308 6.5158C38.4116 6.17583 38.0805 5.95508 37.7228 5.97936L15.1085 7.94409C14.6008 7.97499 14.2498 8.46728 14.3844 8.95957L14.3822 8.96177Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
5
|
+
<path d="M28.8105 24.4452L25.7933 24.8679L23.6151 18.535L26.6059 18.1847L28.8105 24.4452Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path d="M33.3329 23.761L30.637 24.1428L27.6232 15.6851L30.2879 15.4006L33.3329 23.761Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path d="M41.9622 22.6181L39.515 22.9131L36.329 14.6625L38.7571 14.4373L41.9622 22.6181Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path d="M37.6722 23.1505L35.19 23.5064L29.9893 9.58764L32.4331 9.35406L37.6722 23.1505Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path d="M24.5498 13.6189C24.6583 13.9318 24.4453 14.2155 24.0723 14.254C23.6994 14.2925 23.3057 14.0685 23.1947 13.7531C23.0862 13.4401 23.3017 13.1564 23.6771 13.1179C24.0525 13.0794 24.4412 13.3034 24.5497 13.6164L24.5498 13.6189Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path d="M28.1884 11.1978C28.2994 11.5033 28.0962 11.7769 27.7356 11.8102C27.3751 11.8435 26.9889 11.6244 26.8805 11.3189C26.7721 11.0133 26.9752 10.7397 27.3383 10.7064C27.7013 10.673 28.08 10.8923 28.1909 11.1978L28.1884 11.1978Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path d="M30.784 14.0685C31.5081 17.1083 30.316 20.2387 28.8259 22.4727C27.4859 24.4816 25.2275 25.8966 22.2672 26.2498C15.7438 27.0335 8.75685 22.3645 6.99741 16.0399C5.31083 9.97349 9.10564 3.69519 15.3023 3.40821C21.2561 3.13226 28.7861 8.46794 30.784 14.0685Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
12
|
+
<path d="M30.3493 12.5077C32.4244 18.329 29.2919 23.806 23.0445 24.5543C16.5211 25.338 9.53416 20.669 7.77472 14.3443C6.01529 8.01969 9.98008 3.29992 16.1767 3.01294C22.1305 2.73699 28.3515 6.90707 30.3493 12.5077Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
13
|
+
<path d="M28.9563 12.6206C30.7378 17.6847 27.9761 22.4067 22.5565 23.0292C16.9316 23.6738 10.9182 19.6561 9.37512 14.2144C7.88501 8.96484 11.2206 4.61594 16.6005 4.34441C21.7971 4.08171 27.2344 7.72419 28.9563 12.6206Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
14
|
+
<path d="M30.2718 40.9056L26.7132 41.8549L21.0596 23.786L24.393 23.3975L30.2718 40.9056Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
15
|
+
<path d="M20.4595 13.8716C20.9584 13.3661 21.4242 12.8539 21.1328 11.9665C20.8105 10.9775 19.8745 10.4896 18.7817 10.5669C17.6537 10.6441 17.104 11.2115 16.7949 11.9311L15.7485 11.2313C16.1216 10.3947 16.8744 9.68826 18.4484 9.58451C20.3292 9.46089 21.7995 10.3196 22.2918 11.8164C22.7024 13.0614 22.1549 13.748 21.528 14.4456C20.954 15.0813 20.6582 15.4147 20.8569 16.035L20.8988 16.163L19.7509 16.2668L19.7111 16.1388C19.3557 15.0085 19.9076 14.4257 20.4595 13.8738V13.8716ZM20.6273 17.1101C21.1019 17.0659 21.5721 17.3816 21.72 17.8408C21.8679 18.3 21.6207 18.6907 21.1438 18.7393C20.6604 18.7878 20.1924 18.4744 20.0445 18.0041C19.8988 17.5406 20.1438 17.1564 20.6273 17.1101Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
16
|
+
<path d="M9.18922 10.1364L16.5448 4.34814C12.6794 4.56449 9.8824 6.88905 9.18701 10.1364H9.18922Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
17
|
+
<path d="M22.5562 23.0288C27.3356 22.4813 30.0465 18.7417 29.3975 14.3906L17.6245 22.4681C19.2206 23.0001 20.905 23.2165 22.5562 23.0266V23.0288Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
18
|
+
<path d="M23.1554 5.98058L23.1523 5.97754L23.1554 5.98058Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
19
|
+
<path d="M19.5625 4.6001C19.6971 4.62878 19.8317 4.66187 19.9662 4.69496C19.8317 4.65966 19.6971 4.62878 19.5625 4.6001Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
20
|
+
<path d="M20.6685 4.89795C20.7258 4.9156 20.7854 4.93545 20.8427 4.95531C20.7854 4.93545 20.7258 4.9178 20.6685 4.89795Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
21
|
+
<path d="M20.2183 4.76318C20.2822 4.78083 20.3462 4.79848 20.408 4.81613C20.344 4.79848 20.28 4.78083 20.2183 4.76318Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
22
|
+
<path d="M16.6001 4.3443C16.7524 4.33768 16.9047 4.33326 17.0571 4.33105C16.9047 4.33105 16.7524 4.33547 16.6001 4.3443Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
23
|
+
<path d="M21.5454 5.21191C21.5917 5.22956 21.6381 5.24942 21.6866 5.26927C21.6403 5.24942 21.5939 5.22956 21.5454 5.21191Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
24
|
+
<path d="M21.9731 5.39062C22.0062 5.40386 22.0371 5.41931 22.0702 5.43475C22.0371 5.41931 22.0062 5.40607 21.9731 5.39062Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
25
|
+
<path d="M21.1104 5.04688C21.1633 5.06673 21.2162 5.08438 21.2714 5.10424C21.2185 5.08438 21.1655 5.06452 21.1104 5.04688Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
26
|
+
<path d="M18.6333 4.43457C18.7193 4.4456 18.8032 4.45884 18.8892 4.47428C18.8032 4.46104 18.7193 4.44781 18.6333 4.43457Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
27
|
+
<path d="M17.2114 4.33301C17.3129 4.33301 17.4144 4.33301 17.5159 4.33963C17.4144 4.33521 17.3129 4.33521 17.2114 4.33301Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
28
|
+
<path d="M19.0923 4.50781C19.1783 4.52326 19.2644 4.5409 19.3482 4.55855C19.2622 4.5409 19.1761 4.52326 19.0923 4.50781Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
29
|
+
<path d="M29.4814 15.1789C29.2032 9.55404 23.7969 5.05282 18.4325 4.38172C16.5671 4.20953 13.2844 4.20953 10.9025 6.799C10.6354 7.0904 10.3837 7.43036 10.1475 7.78799C10.1078 7.84759 10.0857 7.88954 10.0504 7.94693C10.0459 7.95576 10.0415 7.96459 10.0371 7.97342C12.8628 4.57157 17.3751 4.35302 21.3664 5.94026C25.4967 7.58269 29.0642 11.1589 29.4814 15.1789Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
30
|
+
<path d="M15.6625 5.04145L9.18766 10.1343C8.92054 11.3794 8.96249 12.7613 9.37309 14.2117C9.40842 14.3331 9.44594 14.4523 9.48347 14.5715L22.0114 6.22029C19.9606 5.29974 17.7376 4.84277 15.6603 5.04145H15.6625Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
31
|
+
<path d="M19.7021 24.4988L21.6426 25.649C21.6426 25.649 21.2386 24.6467 22.5676 24.5077V24.4878C22.0333 24.5695 20.9605 24.6754 19.7021 24.4988Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
32
|
+
<path d="M23.9775 24.3096C24.2469 24.3228 24.7193 24.5215 24.9445 25.0977L25.2646 24.0513C25.2646 24.0513 24.9687 24.1948 23.9775 24.3096Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
33
|
+
<path d="M26.713 41.8549L21.4126 24.934L21.7702 24.5741C21.7702 24.5741 22.4479 24.5344 23.2206 24.3799C23.2206 24.3799 22.9535 24.6801 23.033 25.0951C23.3442 26.7265 28.3841 41.5348 28.3841 41.5348L26.7152 41.8527L26.713 41.8549Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
34
|
+
<path d="M30.2716 40.9053C30.2716 41.1018 29.3533 41.4285 27.8499 41.8148C27.1082 41.9627 26.7417 41.945 26.7108 41.8523C26.6887 41.7861 27.0949 41.5322 27.8301 41.2916C28.9338 40.945 30.1436 40.7508 30.2694 40.9031L30.2716 40.9053Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
35
|
+
</svg>`;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-NoColumnsSet">
|
|
2
|
+
<path d="M25.8648 39.0356L17.6937 36.2224C19.1911 35.1333 18.2716 33.8767 15.461 33.1104C12.245 32.2325 7.15424 32.1812 3.58464 33.0486C-0.47814 34.0366 -1.35754 35.8921 2.35021 37.1245C6.20057 38.4037 12.652 38.2694 16.2216 36.9601L24.653 39.9701L25.754 39.7715C26.2886 39.6627 26.1223 39.8111 26.4224 39.6271C26.9779 39.2409 27.2691 38.9875 27.177 38.9407L25.8648 39.0356Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
3
|
+
<path d="M4.02344 10.819L8.9538 28.2491C9.05942 28.6236 9.43287 28.8659 9.83085 28.8163L43.5342 24.8461C44.7696 24.5414 45.1223 23.5722 44.9544 23.1042L25.565 8.26211C25.4462 7.93171 25.1161 7.71879 24.7577 7.74082L4.9948 8.30616C4.48743 8.33736 3.46892 9.04771 4.02156 10.8208L4.02344 10.819Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
4
|
+
<path d="M4.28232 9.28617L9.45599 27.5735C9.56161 27.9479 9.93506 28.1902 10.333 28.1407L44.3004 24.1374C44.8059 24.0732 45.1228 23.5739 44.9549 23.1058L38.4213 6.77334C38.3025 6.44294 37.9724 6.23002 37.6141 6.25205L5.00471 8.30049C4.49734 8.3317 4.14652 8.80893 4.28232 9.28617Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
5
|
+
<path d="M16.2059 25.5174L12.1163 26.0204C11.7092 26.0699 11.3022 25.8406 11.2057 25.5044L7.05426 11.0648C6.96855 10.7625 7.21227 10.4914 7.60329 10.4576L11.5242 10.1187C11.9072 10.0848 12.2901 10.3012 12.3812 10.5983L16.7443 24.8319C16.846 25.1603 16.6023 25.4679 16.2059 25.5174Z" stroke="var(--sapContent_Illustrative_Color8)" stroke-width="0.8"/>
|
|
6
|
+
<path d="M24.8985 24.4475L20.999 24.9245C20.6107 24.9714 20.2116 24.7473 20.1072 24.4215L15.6878 10.3052C15.5914 10.0106 15.8164 9.7474 16.1887 9.71352L19.9355 9.39033C20.2997 9.35906 20.6773 9.56756 20.7764 9.85947L25.3859 23.7829C25.4957 24.1035 25.2788 24.4006 24.8985 24.4475Z" stroke="var(--sapContent_Illustrative_Color8)" stroke-width="0.8"/>
|
|
7
|
+
<path d="M33.4572 23.6024L29.7345 24.0585C29.3649 24.1028 28.9739 23.8839 28.8587 23.5685L24.1497 9.69235C24.048 9.40565 24.2515 9.14763 24.6077 9.11635L28.1911 8.8088C28.5393 8.77753 28.9089 8.98343 29.016 9.26752L33.8991 22.9586C34.0169 23.2688 33.8187 23.5581 33.4572 23.6024Z" stroke="var(--sapContent_Illustrative_Color8)" stroke-width="0.8"/>
|
|
8
|
+
<path d="M41.936 22.4944L38.3873 22.9297C38.0338 22.974 37.6508 22.7577 37.5303 22.4501L32.3429 9.06659C32.2331 8.78771 32.4206 8.5375 32.7607 8.50623L36.1915 8.21171C36.5263 8.18304 36.8878 8.38373 37.0003 8.66L42.3377 21.8689C42.4609 22.1713 42.2814 22.4527 41.936 22.4944Z" stroke="var(--sapContent_Illustrative_Color8)" stroke-width="0.8"/>
|
|
9
|
+
<path d="M28.4307 14.236C29.1183 17.047 27.9855 19.942 26.5709 22.0088C25.298 23.8659 23.1509 25.1745 20.3395 25.5029C14.1387 26.2262 7.50162 21.9092 5.82844 16.0599C4.22348 10.45 7.83015 4.64271 13.7186 4.37715C19.3755 4.12208 26.5332 9.05586 28.4307 14.236Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
10
|
+
<path d="M28.0179 12.7928C29.9909 18.1773 27.0144 23.2404 21.0757 23.934C14.8748 24.6573 8.23777 20.3402 6.56459 14.491C4.95963 8.88108 8.66145 4.27751 14.5499 4.01195C20.2068 3.75688 26.1203 7.61444 28.0179 12.7928Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
11
|
+
<path d="M26.6944 12.8978C28.3874 17.5817 25.7627 21.9494 20.6139 22.5242C15.2676 23.12 9.55511 19.4039 8.08838 14.3723C6.67372 9.51891 9.84235 5.49711 14.9552 5.24378C19.8922 5.00094 25.059 8.37107 26.6962 12.8978H26.6944Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
12
|
+
<path d="M27.944 39.0575L24.5617 39.9346L19.1885 23.2237L22.3571 22.8638L27.944 39.0575Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
13
|
+
<path d="M18.62 14.0543C19.0939 13.5879 19.5355 13.1144 19.2609 12.2915C18.9557 11.3778 18.0652 10.9271 17.0258 10.9969C15.954 11.0686 15.4316 11.5927 15.1372 12.2583L14.1426 11.6102C14.498 10.8379 15.2126 10.1828 16.7098 10.0867C18.4979 9.97139 19.8928 10.7681 20.3631 12.1518C20.7527 13.3031 20.2321 13.9373 19.6379 14.5837C19.0921 15.1707 18.812 15.48 19.0005 16.0548L19.04 16.1736L17.9485 16.2696L17.909 16.1508C17.5697 15.1061 18.0975 14.5662 18.62 14.0561V14.0543ZM18.7779 17.0506C19.2285 17.0104 19.6774 17.3022 19.8174 17.7267C19.9574 18.1513 19.7222 18.5129 19.2698 18.5566C18.8103 18.6003 18.365 18.312 18.225 17.8752C18.085 17.4384 18.3201 17.0908 18.7779 17.0488V17.0506Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
14
|
+
<path d="M7.90869 10.6016L14.9012 5.24854C11.2281 5.44945 8.56935 7.59837 7.90869 10.6016Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
15
|
+
<path d="M20.6122 22.5243C25.1542 22.0176 27.7304 18.5602 27.1129 14.5366L15.9248 22.0072C17.4418 22.4998 19.0432 22.699 20.6122 22.5243Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<path d="M21.1814 6.75707L21.1792 6.75488L21.1814 6.75707Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
17
|
+
<path d="M19.6523 6.04688C19.6979 6.06461 19.7435 6.08234 19.7872 6.10007C19.7416 6.08234 19.6979 6.06461 19.6523 6.04688Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
18
|
+
<path d="M20.0581 6.20947C20.0888 6.22378 20.1194 6.23809 20.1501 6.25061C20.1194 6.2363 20.0888 6.22199 20.0581 6.20947Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
19
|
+
<path d="M19.2373 5.89404C19.2876 5.91151 19.3396 5.92898 19.3899 5.9482C19.3396 5.92898 19.2894 5.91151 19.2373 5.89404Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
20
|
+
<path d="M27.1934 15.2633C26.9277 10.0605 21.7915 5.8989 16.693 5.27868C14.9193 5.1197 11.8009 5.1197 9.53707 7.51495C9.28215 7.784 9.04338 8.09848 8.82076 8.43043C8.78306 8.48633 8.76152 8.52477 8.72741 8.57893C8.72202 8.58592 8.72023 8.59465 8.71484 8.60339C11.3988 5.45688 15.6894 5.25597 19.481 6.72352C23.4054 8.24174 26.7949 11.549 27.1934 15.2668V15.2633Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
21
|
+
<path d="M14.0616 5.8909L7.90923 10.6011C7.6561 11.7541 7.6956 13.0312 8.08696 14.373C8.11928 14.4848 8.15518 14.5949 8.19288 14.705L20.0972 6.98109C18.1476 6.13025 16.0364 5.70746 14.0616 5.8909Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
<path d="M17.8994 23.8845L19.7431 24.9485C19.7431 24.9485 19.359 24.0208 20.6228 23.8932V23.874C20.1166 23.9491 19.0969 24.0487 17.8994 23.8828V23.8845Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
23
|
+
<path d="M21.9624 23.7076C22.2191 23.7181 22.6679 23.9033 22.8816 24.4361L23.1868 23.4683C23.1868 23.4683 22.9049 23.601 21.9624 23.7059V23.7076Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
24
|
+
<path d="M24.5614 39.9335L19.5239 24.2848L19.8632 23.9529C19.8632 23.9529 20.5077 23.9162 21.2402 23.7729C21.2402 23.7729 20.9871 24.0507 21.0607 24.4351C21.3551 25.9446 26.1448 39.64 26.1448 39.64L24.5596 39.9335H24.5614Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
25
|
+
<path d="M27.9442 39.0567C27.9442 39.2384 27.0717 39.5406 25.6444 39.8988C24.9389 40.0368 24.5924 40.0193 24.5619 39.9337C24.5403 39.8726 24.9263 39.6367 25.6265 39.4166C26.6749 39.0969 27.8257 38.9169 27.9442 39.0567Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
26
|
+
</svg>`;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-NoData">
|
|
2
|
+
<path d="M39.1395 31.1475L37.3951 30.6625L30.6743 29.1068L25.3624 23.4862L21.197 19.1511L0 25.8427L5.66405 27.393L4.60729 29.3492L17.719 37.1511L18.4822 34.0649L26.5729 36.9738L39.1395 31.1475Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
3
|
+
<path d="M24.6977 14.3372L39.7675 18.862L39.2986 30.872L24.6977 24.5049V14.3372Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
4
|
+
<path d="M12.5673 29.4069L24.6977 24.598V14.3372L11.9302 17.691L12.5673 29.4069Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
5
|
+
<path d="M26.5814 23.3925L39.7675 18.9419L39.2975 31.082L26.5814 36.9419V23.3925Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
6
|
+
<path d="M29.3558 8.47681L44.7907 11.8128L39.6474 18.9419L24.6977 14.3681L29.3558 8.47681Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
7
|
+
<path d="M39.7327 18.9419L45 25.0875L32.1855 30.6628L26.5814 23.3652L39.7327 18.9419Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
8
|
+
<path d="M24.6977 14.4971L22.03 7.84888L9.20929 10.4774L12.103 17.8954L24.6977 14.4971Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
9
|
+
<path d="M12.549 29.5485L26.5814 36.942V23.5305L11.9302 17.8955L12.549 29.5485Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
10
|
+
<path d="M21.7248 32.3374L26.5814 23.4476L11.9948 17.8955L7.53491 25.2597L21.7248 32.3374Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
11
|
+
</svg>`;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-NoDimensionsSet">
|
|
2
|
+
<path d="M29.0119 24.0869L25.6301 25.4582L27.7892 30.8093L31.1709 29.4415L29.0119 24.0869Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M27.7435 30.4522C27.6791 30.4778 27.6205 30.516 27.5711 30.5644C27.5216 30.6129 27.4823 30.6707 27.4553 30.7344C27.4284 30.7982 27.4143 30.8667 27.4141 30.936C27.4138 31.0052 27.4273 31.0738 27.4537 31.1378L32.5705 43.7343C32.7821 44.2373 33.1839 44.6361 33.6882 44.844C34.1926 45.0519 34.7587 45.052 35.2631 44.8441L35.6625 44.678C36.1653 44.4664 36.5641 44.0645 36.7719 43.56C36.9798 43.0556 36.9798 42.4893 36.772 41.9848L31.6552 29.4095C31.629 29.3432 31.5896 29.2829 31.5394 29.2323C31.4892 29.1816 31.4293 29.1417 31.3632 29.1149C31.2971 29.0882 31.2263 29.0751 31.155 29.0765C31.0837 29.078 31.0135 29.0938 30.9485 29.1232L27.7435 30.4522Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
4
|
+
<path d="M25.4958 25.172L25.8492 26.0167C25.8492 26.0167 27.6161 26.8014 29.4677 25.1579L28.9058 23.8077L27.3475 24.5676L25.4958 25.172Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M22.9304 25.8928C19.7178 25.8895 16.6212 24.6913 14.2427 22.5313C11.8643 20.3713 10.3739 17.4038 10.0614 14.2057C9.74891 11.0077 10.6366 7.80774 12.5519 5.22798C14.4673 2.64823 17.2733 0.873066 20.4245 0.247637C23.5757 -0.377792 26.8468 0.191217 29.6019 1.84402C32.357 3.49683 34.399 6.11532 35.3311 9.19038C36.2632 12.2654 36.0186 15.5773 34.645 18.482C33.2713 21.3867 30.8667 23.6767 27.8988 24.9067C26.3235 25.5587 24.6353 25.8938 22.9304 25.8928ZM22.9304 0.996717C20.1703 0.991009 17.4937 1.94303 15.3568 3.69047C13.22 5.4379 11.7553 7.87255 11.2125 10.5793C10.6697 13.2861 11.0823 16.0974 12.3801 18.5338C13.6779 20.9703 15.7805 22.8811 18.3293 23.9405C20.8781 24.9999 23.7154 25.1422 26.3575 24.3432C28.9995 23.5442 31.2826 21.8534 32.8176 19.559C34.3526 17.2646 35.0444 14.5087 34.7751 11.7612C34.5057 9.01371 33.2919 6.44471 31.3406 4.49221C29.1099 2.26017 26.0858 1.00324 22.9304 0.996717Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-NoEntries">
|
|
2
|
+
<path d="M40.0441 44.5221L27.3848 40.6266C29.4446 39.1517 28.1797 37.4502 24.3134 36.4125C19.8893 35.2236 12.8863 35.1542 7.97588 36.3287C2.38699 37.6667 1.17726 40.1792 6.27776 41.8481C11.5744 43.5803 20.4492 43.3985 25.3597 41.6255L37.1382 45.7028L38.5707 45.4585C38.8347 45.1399 38.9794 45.4862 39.3922 45.2369C40.1564 44.714 40.5569 44.3708 40.4303 44.3075H40.0441V44.5221Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
3
|
+
<path d="M41.7629 13.5164C42.6037 17.0326 41.2185 20.6537 39.4888 23.2389C37.9325 25.5619 35.3071 27.1987 31.8696 27.6095C24.2877 28.5143 16.1723 23.1143 14.1265 15.7979C12.0807 8.48148 16.574 1.51688 23.774 1.18471C30.6908 0.865652 39.4427 7.03698 41.7629 13.5164Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
4
|
+
<path d="M41.2559 11.7112C43.6683 18.4464 40.0288 24.7794 32.7674 25.647C25.1855 26.5517 17.0701 21.1518 15.0243 13.8354C12.9785 6.51892 17.5882 1.06001 24.7903 0.727838C31.7071 0.408782 38.9378 5.23396 41.2581 11.7112H41.2559Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
5
|
+
<path d="M39.6381 11.8422C41.7081 17.7011 38.4988 23.1644 32.2032 23.8833C25.6662 24.6285 18.6813 19.9803 16.8879 13.6866C15.1582 7.61583 19.0326 2.58523 25.2842 2.26836C31.3208 1.9646 37.6383 6.18008 39.6403 11.8422H39.6381Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
6
|
+
<path d="M41.168 44.5633L37.0324 45.6603L30.4625 24.7578L34.3368 24.3076L41.168 44.5633Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
7
|
+
<path d="M16.6706 8.96876L25.2205 2.27295C20.7294 2.52426 17.4784 5.2122 16.6706 8.96876Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
8
|
+
<path d="M32.2032 23.8833C37.7568 23.2496 40.9068 18.9249 40.1517 13.8921L26.4717 23.2365C28.3266 23.8528 30.2846 24.1019 32.2032 23.8833Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path d="M32.899 4.16086L32.8947 4.15869L32.899 4.16086Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
10
|
+
<path d="M25.282 2.26862C25.4598 2.25993 25.6354 2.25559 25.8132 2.25342C25.6354 2.25342 25.4598 2.25993 25.282 2.26862Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
11
|
+
<path d="M31.0266 3.27148C31.0815 3.29334 31.1364 3.31519 31.189 3.33704C31.1342 3.31519 31.0815 3.29334 31.0266 3.27148Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
12
|
+
<path d="M31.5249 3.47705C31.5622 3.49453 31.5995 3.51202 31.6369 3.52731C31.5995 3.50983 31.5622 3.49235 31.5249 3.47705Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
13
|
+
<path d="M30.5217 3.08154C30.5832 3.1034 30.6468 3.12525 30.7083 3.14929C30.6468 3.12525 30.5854 3.1034 30.5217 3.08154Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
14
|
+
<path d="M27.1061 2.3125C27.2071 2.32119 27.3081 2.33205 27.4113 2.34508C27.3103 2.33422 27.2093 2.32336 27.1061 2.3125Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
15
|
+
<path d="M26.5596 2.27295C26.6649 2.27947 26.7725 2.28381 26.8779 2.2925C26.7725 2.28381 26.6649 2.27729 26.5596 2.27295Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
16
|
+
<path d="M27.644 2.37354C27.7428 2.38657 27.8437 2.40178 27.9425 2.41698C27.8437 2.40178 27.745 2.38657 27.644 2.37354Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
17
|
+
<path d="M25.991 2.25537C26.1096 2.25537 26.2259 2.25754 26.3444 2.26189C26.2259 2.25754 26.1074 2.25537 25.991 2.25537Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
18
|
+
<path d="M40.2483 14.8015C39.9234 8.2936 33.6432 3.08818 27.4091 2.31239C25.2403 2.11353 21.4274 2.11353 18.6594 5.10959C18.3476 5.44613 18.0557 5.83949 17.7835 6.2547C17.7374 6.32463 17.7111 6.3727 17.6694 6.44045C17.6628 6.44919 17.6606 6.46012 17.654 6.47104C20.9357 2.53529 26.182 2.28398 30.8181 4.11964C35.6166 6.01868 39.7609 10.1555 40.2483 14.8058V14.8015Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
19
|
+
<path d="M24.1932 3.07729L16.6706 8.9689C16.3611 10.4112 16.4094 12.0087 16.8879 13.687C16.9274 13.8269 16.9713 13.9645 17.0174 14.1022L31.5732 4.44092C29.1893 3.37668 26.6078 2.84783 24.1932 3.07729Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path d="M28.8864 25.5839L31.1407 26.9148C31.1407 26.9148 30.671 25.7544 32.2163 25.5948V25.5708C31.5973 25.6648 30.3505 25.7893 28.8864 25.5817V25.5839Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
21
|
+
<path d="M33.8539 25.3629C34.1678 25.376 34.7166 25.6076 34.9778 26.2741L35.351 25.0635C35.351 25.0635 35.0064 25.2296 33.8539 25.3607V25.3629Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
22
|
+
<path d="M37.0324 45.6605L30.8729 26.0866L31.2878 25.6714C31.2878 25.6714 32.0758 25.6255 32.9715 25.4463C32.9715 25.4463 32.6619 25.7938 32.7519 26.2745C33.1119 28.1626 38.9685 45.2933 38.9685 45.2933L37.0302 45.6605H37.0324Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
23
|
+
<path d="M41.168 44.5633C41.168 44.7906 40.1012 45.1687 38.3561 45.6167C37.4934 45.7893 37.0697 45.7674 37.0324 45.6604C37.0061 45.5839 37.478 45.2889 38.3341 45.0135C39.6161 44.6136 41.0231 44.3885 41.168 44.5633Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
24
|
+
<path d="M29.7666 13.2891C30.3461 12.7057 30.8861 12.1134 30.5502 11.0841C30.1771 9.94123 29.0883 9.37742 27.8173 9.46483C26.5069 9.55443 25.8681 10.21 25.5081 11.0426L24.292 10.2319C24.7266 9.26597 25.6003 8.44647 27.431 8.32628C29.6173 8.18205 31.3229 9.17855 31.898 10.9093C32.3744 12.3494 31.7378 13.1427 31.0112 13.9513C30.3439 14.6856 30.0015 15.0724 30.232 15.7913L30.2803 15.9399L28.9456 16.0601L28.8973 15.9115C28.4825 14.6047 29.1278 13.9294 29.7666 13.2913V13.2891ZM29.9598 17.0369C30.5107 16.9867 31.0595 17.3516 31.2307 17.8827C31.402 18.4137 31.1144 18.8661 30.5612 18.9207C29.9993 18.9753 29.4549 18.6147 29.2837 18.0684C29.1125 17.5221 29.4 17.0872 29.9598 17.0348V17.0369Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
25
|
+
</svg>`;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-NoFilterResults">
|
|
2
|
+
<path d="M44.3172 31.6284L43.0451 31.041L21.2683 29.0431C21.2683 29.0431 12.0125 27.7392 8.63023 27.5559C4.43425 27.3277 0.2682 27.2098 0.0156556 28.0947C-0.236889 28.9795 2.54858 30.3058 9.6348 33.024C14.9569 35.0668 17.1939 35.5532 19.0047 34.8199L29.7481 31.6528L44.319 31.6284H44.3172Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
3
|
+
<path d="M33.8093 27.9357L44.3171 31.6304C44.3171 31.6304 44.7585 31.8698 44.9138 30.8728C45.0317 30.1226 45.1177 29.1367 44.5434 27.7187L34.986 24.4038L33.8093 25.154V27.9357Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
4
|
+
<path d="M44.317 31.6294C44.317 31.6294 44.7585 31.8688 44.9138 30.8717C44.9475 30.6529 33.8093 26.9956 33.8093 26.9956V27.9347L44.317 31.6294Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
5
|
+
<path d="M44.7642 28.3477C44.7043 28.1475 44.6332 27.938 44.5434 27.7173L34.986 24.4023L34.8794 24.4716L35.1188 25.2479L44.7642 28.3477Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
6
|
+
<path d="M26.5324 9.08203L26.7887 9.34206C26.9908 9.54784 27.1629 9.78168 27.2994 10.0361L34.9861 24.4032C34.9861 24.4032 35.7064 25.9728 33.8095 27.9351L19.0328 34.7857C18.6325 34.9709 18.1929 35.0607 17.7495 35.0439H17.7383L26.5324 9.08203Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
7
|
+
<path d="M14.7789 34.2874C15.2989 34.4652 15.8919 34.3585 16.5261 34.0124C14.7153 32.4186 14.8724 26.6325 17.0237 20.3038C19.1208 14.1323 22.4057 9.5266 24.8002 9.15245C24.5177 8.60994 24.1473 8.23954 23.6853 8.0824C23.5655 8.04124 23.4402 8.0188 23.3111 8.00757C23.2662 8.0057 23.2232 8.00009 23.1783 8.00009C20.7539 7.97577 17.1677 12.9538 14.8743 19.7033C13.0428 25.0947 12.5527 30.0914 13.417 32.6281C13.5835 33.0284 13.7743 33.3914 13.9857 33.7131C14.212 33.9881 14.4758 34.1827 14.7789 34.2856V34.2874Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
8
|
+
<path d="M17.0219 20.3038C14.8705 26.6324 14.7134 32.4186 16.5242 34.0124C18.8215 32.759 21.6593 28.3367 23.588 22.6665C25.5747 16.8205 25.9844 11.4384 24.7984 9.1543C22.4039 9.52844 19.1189 14.1342 17.0219 20.3057V20.3038Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
9
|
+
<path d="M23.2155 23.7141C23.3427 23.3699 23.4662 23.0201 23.5878 22.6665C25.5744 16.8205 25.9841 11.4384 24.7981 9.1543C23.7131 9.32453 21.9584 10.5929 20.2822 13.3279C20.2822 13.3279 24.3903 14.0387 23.2155 23.716V23.7141Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
10
|
+
<path d="M26.4789 18.9261L21.2683 29.9114L17.7383 35.0409H17.7495C18.191 35.0577 18.6306 34.9698 19.0328 34.7846L33.8152 27.9349L26.9793 27.6611C28.435 22.5662 28.5715 16.4242 28.5715 16.4242L26.4789 18.9261Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
11
|
+
<path d="M34.9863 24.4022L32.9285 20.556L27.857 13.3257C27.857 13.3257 27.9331 15.9639 27.582 18.0156L35.1172 25.2478C35.1303 24.7202 34.9844 24.4022 34.9844 24.4022H34.9863Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
12
|
+
<path d="M24.7982 9.15245C24.5157 8.60994 24.1453 8.23953 23.6833 8.08239C23.5636 8.04124 23.4382 8.01879 23.3091 8.00756C23.2642 8.00569 23.2212 8.00008 23.1763 8.00008C21.6236 7.98512 19.5977 10.0205 17.7363 13.2568C17.7382 13.2568 19.2609 12.7835 20.2805 13.326C21.8219 10.9128 23.4494 9.36384 24.7964 9.15245H24.7982Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
13
|
+
<path d="M26.8188 9.40475C26.3473 8.63214 24.8639 8.41514 24.1212 8.16259C23.8556 8.0728 23.5843 8.02416 23.3093 8.00732C23.4365 8.01855 23.5619 8.041 23.6835 8.08215C24.1455 8.23929 24.5178 8.6097 24.7984 9.1522C25.9826 11.4364 25.5747 16.8184 23.5881 22.6644C21.6612 28.3346 18.8215 32.7569 16.5243 34.0103C15.8901 34.3564 15.2971 34.463 14.7771 34.2853C14.474 34.1824 14.2084 33.9879 13.9839 33.7129C13.9914 33.7241 13.9989 33.7372 14.0063 33.7484C14.5638 34.5865 16.7656 35.2057 17.7384 35.043C20.8718 34.5192 24.1642 29.5112 26.1902 23.5493C28.1806 17.692 28.4725 12.1154 26.8188 9.40475Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
14
|
+
</svg>`;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-NoMail">
|
|
2
|
+
<path d="M40.5786 39.6565L24.2331 34.3253C24.1978 34.3147 24.1624 34.3093 24.127 34.3173L0.980925 37.7842C-0.0590413 37.9017 -0.157048 38.1875 0.158753 38.3371L16.5341 43.7911C17.1739 44.0048 17.8545 44.0555 18.5188 43.938L39.653 40.1346C40.614 40.0091 40.8073 39.7286 40.5786 39.6565Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
3
|
+
<path d="M40.5786 39.6565L24.2331 34.3253C24.1978 34.3147 24.1624 34.3093 24.127 34.3173L0.980925 37.7842C-0.0590413 37.9017 -0.157048 38.1875 0.158753 38.3371L16.5341 43.7911C17.1739 44.0048 17.8545 44.0555 18.5188 43.938L39.653 40.1346C40.614 40.0091 40.8073 39.7286 40.5786 39.6565Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M44.7465 34.7048C44.9289 34.6727 45.0405 34.4911 44.9861 34.3175L41.0576 21.3849C41.0576 21.3849 41.0522 21.3635 41.0467 21.3528L39.691 16.9511C39.691 16.9511 39.6855 16.9351 39.6828 16.9271L39.122 15.1029L38.1637 12.4132C38.1446 12.3625 38.1201 12.3118 38.0956 12.2637C38.0956 12.2637 38.0956 12.2583 38.0956 12.2557C38.0684 12.1996 38.0385 12.1462 38.0058 12.0954C37.9976 12.0821 37.9895 12.0714 37.9813 12.058C37.9513 12.0126 37.9214 11.9699 37.886 11.9271C37.8669 11.9004 37.8424 11.8764 37.8207 11.8524C37.7934 11.823 37.7689 11.7909 37.739 11.7615C37.6845 11.7055 37.6247 11.652 37.562 11.604L24.8374 1.6334C24.8374 1.6334 24.6904 1.53191 24.4672 1.43041C24.3937 1.39569 24.3093 1.36364 24.2194 1.33426C23.9526 1.24345 23.6314 1.18736 23.3238 1.26749C23.223 1.2942 23.1223 1.33426 23.027 1.39569L16.809 6.83102L13.5965 9.63816L11.4948 11.4758C11.209 11.7268 11.0211 12.0687 10.9694 12.4426L10.7489 15.7546C10.7353 15.9415 10.7543 16.1258 10.8061 16.3075L16.0331 35.2443L17.299 39.256C17.3753 39.4991 17.6257 39.6486 17.8816 39.6006L44.7465 34.7101V34.7048Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
5
|
+
<path d="M10.9424 16.019L17.8056 39.3949L44.9945 34.3762L39.0324 14.7583L10.9424 16.019Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path d="M23.2831 1.16343L11.7047 11.4171C11.4569 11.6361 11.2963 11.9272 11.2418 12.2584C11.1928 12.5629 11.1384 12.9315 11.1248 13.1452C11.0976 13.5992 10.9424 16.0164 10.9424 16.0164L39.0324 14.7558L38.0958 12.0875C37.9897 11.783 37.7828 11.4999 37.5051 11.2809L25.0527 1.40114C25.0527 1.40114 24.0291 0.688003 23.2804 1.16343H23.2831Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path d="M39.0324 14.7583C39.0324 14.7583 37.0069 14.7583 36.7292 14.8625C35.956 15.1456 33.1329 26.3768 22.5372 21.6306C21.3802 21.1124 26.6426 27.7123 25.8722 28.4334C25.4883 28.794 25.0609 29.1172 24.6008 29.4003C24.3803 29.5338 24.089 29.6193 23.8821 29.7502C23.6507 29.8971 23.6888 29.9719 23.6153 30.271C23.5118 30.6877 23.2096 31.0029 22.8748 31.2619C22.2214 31.7667 21.421 32.0979 20.6996 32.5199C19.6351 33.1449 18.5679 33.7512 17.4327 34.2827C17.1032 34.435 16.7738 34.5872 16.439 34.7288L17.8083 39.3949L44.9945 34.3789C44.9945 34.3789 39.0405 14.785 39.0324 14.761V14.7583Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
8
|
+
<path d="M38.0931 12.0928C38.0741 12.0421 38.0496 11.994 38.0278 11.9433C37.9624 12.1463 37.8427 12.3199 37.6194 12.4374C37.4343 12.5362 38.3055 13.5656 38.0931 13.619C37.6999 13.9501 37.2235 14.0953 36.8041 14.1515C35.3804 14.3421 18.0444 14.1068 13.6733 14.1804C12.9194 14.2187 13.2631 13.87 13.2631 13.87C13.2631 13.87 13.392 13.6975 13.7724 13.2718C15.1923 11.6822 18.3331 8.93287 23.3893 3.63937C23.1851 3.0945 15.8346 10.1564 15.2547 9.88933C14.8627 9.70771 14.4625 9.49136 14.0541 9.33378L11.7047 11.4144C11.6284 11.4812 11.5658 11.5506 11.5059 11.6308C11.3126 11.8952 11.2255 12.1569 11.1847 12.6244C11.1575 12.822 11.133 13.0116 11.1248 13.1452C11.0976 13.5992 10.9424 16.0164 10.9424 16.0164L39.0324 14.7558L38.0958 12.0875L38.0931 12.0928Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
9
|
+
<path d="M17.8053 39.3951L23.5796 38.3294L29.4736 25.8294C29.4736 25.8294 17.3915 18.423 15.1237 17.416C13.8524 16.8525 12.2325 16.5507 11.0537 16.3931L17.7998 39.3951H17.8053Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
10
|
+
<path d="M39.1547 15.1672C38.7245 15.3969 37.4858 16.1261 37.3769 16.9915C37.2435 18.0438 37.3307 18.3937 36.6256 19.4647C35.9204 20.5331 31.7007 26.759 31.7007 26.759L41.6648 34.9908L44.9916 34.3765L39.1547 15.1646V15.1672Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
11
|
+
<path d="M37.5022 11.2731L25.0526 1.40114C25.0526 1.40114 24.0289 0.688003 23.2803 1.16343L11.691 11.2648C11.3296 11.5844 11.1614 12.2513 11.1258 12.8007L11.0512 13.9882L23.1169 3.85305C23.1169 3.85305 24.0562 2.75797 25.6488 4.13616C27.2414 5.51436 38.8002 14.0953 38.8002 14.0953L38.4261 12.9884L38.0466 11.9382C37.9288 11.6686 37.7282 11.4521 37.5022 11.2731Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
12
|
+
<path d="M44.8066 34.2992C44.7054 33.6544 44.1879 32.1224 44.0066 31.7372C43.9631 31.6731 43.896 31.5993 43.828 31.5619L32.6745 25.1478C29.8482 23.1733 28.2888 25.3461 28.2888 25.3461C28.2888 25.3461 19.3944 34.3911 18.3067 35.5135C17.5253 36.2187 17.86 37.085 17.9608 37.3414C17.9934 37.4215 18.0125 37.5043 18.0179 37.5898C18.0533 38.3163 17.9281 38.7917 17.7212 39.1015L17.8083 39.3954L44.8039 34.3927V34.2992H44.8066Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
13
|
+
<path d="M44.7928 34.4109C44.7764 33.9141 43.8563 32.5359 43.6003 32.1619C43.5568 32.0978 43.5023 32.0471 43.437 32.0097C42.4488 31.4355 34.3305 26.7106 32.2288 25.5327C30.3622 24.2924 29.1933 25.701 29.1933 25.701C29.1933 25.701 19.692 35.2923 18.7119 36.179C17.9415 36.8761 18.015 37.2367 18.0803 37.3596C18.1103 37.413 18.1212 37.4744 18.1239 37.5358C18.1511 38.2784 17.9279 38.7912 17.7183 39.1037L17.8027 39.3948L44.79 34.4162H44.7928V34.4109Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
14
|
+
</svg>`;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-NoMail_v1">
|
|
2
|
+
<path d="M21.5172 5.75552L1.78058 15.2522C1.38135 15.4294 1.04175 15.718 0.802552 16.0835C0.576527 16.4438 0.457794 16.8611 0.460242 17.2865V36.2699C0.460237 36.87 0.697951 37.4457 1.12136 37.8709C1.54477 38.2962 2.1194 38.5364 2.71948 38.539H42.2513C42.8514 38.5364 43.426 38.2962 43.8494 37.8709C44.2729 37.4457 44.5106 36.87 44.5106 36.2699V17.2865C44.513 16.8611 44.3943 16.4438 44.1683 16.0835C43.9291 15.718 43.5895 15.4294 43.1902 15.2522L23.4928 5.72619C23.1863 5.58426 22.8525 5.51074 22.5147 5.51074C22.177 5.51074 21.8432 5.58426 21.5367 5.72619L21.5172 5.75552Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
3
|
+
<path d="M2.75854 39.0378C2.02511 39.0351 1.32231 38.7434 0.802483 38.226C0.546733 37.9687 0.344251 37.6635 0.206634 37.3279C0.0690171 36.9922 -0.00103074 36.6327 0.000501409 36.2699V17.2865C-0.00972935 16.7663 0.136809 16.2551 0.421053 15.8194C0.700192 15.3936 1.09328 15.0547 1.55556 14.8414L21.2921 5.35452C21.6669 5.16887 22.0771 5.0655 22.4951 5.05134C22.9064 5.03982 23.3147 5.1235 23.6883 5.29585L43.4444 14.8316C43.9067 15.045 44.2998 15.3838 44.5789 15.8096C44.8632 16.2454 45.0097 16.7565 44.9995 17.2767V36.2602C45.001 36.6229 44.931 36.9824 44.7934 37.3181C44.6558 37.6537 44.4533 37.9589 44.1975 38.2162C43.6777 38.7336 42.9749 39.0253 42.2415 39.028L2.75854 39.0378ZM22.544 6.02937C22.2755 6.03056 22.011 6.09418 21.7714 6.21519L2.0348 15.702C1.733 15.8463 1.47856 16.0736 1.30128 16.3573C1.1137 16.6484 1.01827 16.9892 1.02743 17.3354V36.3286C1.02206 36.7688 1.18269 37.1948 1.47732 37.5218C1.80957 37.8547 2.25892 38.0443 2.7292 38.05H42.2512C42.4891 38.051 42.7248 38.0048 42.9447 37.9142C43.1646 37.8235 43.3644 37.6902 43.5325 37.5218C43.6977 37.3581 43.8287 37.163 43.9177 36.9481C44.0067 36.7331 44.0519 36.5026 44.0508 36.2699V17.2865C44.0594 16.9404 43.964 16.5997 43.777 16.3084C43.6034 16.0276 43.352 15.8033 43.0532 15.6629L23.2775 6.16629C23.0448 6.07152 22.7953 6.02494 22.544 6.02937Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
4
|
+
<path d="M23.2089 27.2623C22.9016 27.4011 22.5682 27.4729 22.2309 27.4729C21.8937 27.4729 21.5603 27.4011 21.2529 27.2623L10.8369 22.2353L4.96875 19.4088L21.0377 11.653C21.3418 11.5031 21.6767 11.426 22.0158 11.4281C22.355 11.4246 22.6902 11.5017 22.9938 11.653L39.2779 19.4773L33.6054 22.2157L23.2089 27.2623Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
5
|
+
<path d="M23.4926 27.1547C23.1853 27.2935 22.8519 27.3653 22.5146 27.3653C22.1774 27.3653 21.844 27.2935 21.5366 27.1547L21.3116 27.0374L0.841553 37.6783C1.0473 37.9998 1.32957 38.2653 1.6631 38.4509C1.99826 38.6368 2.37521 38.7345 2.75848 38.7345H42.2414C42.5806 38.7377 42.9157 38.6606 43.2194 38.5096C43.5339 38.3562 43.8084 38.1319 44.0214 37.8543L23.6589 27.096L23.4926 27.1547Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
6
|
+
<path d="M2.75854 39.0378C2.02511 39.0351 1.32231 38.7434 0.802483 38.226C0.546733 37.9687 0.344251 37.6635 0.206634 37.3279C0.0690171 36.9922 -0.00103074 36.6327 0.000501409 36.2699V17.2865C-0.00972935 16.7663 0.136809 16.2551 0.421053 15.8194C0.700192 15.3936 1.09328 15.0547 1.55556 14.8414L21.2921 5.35452C21.6669 5.16887 22.0771 5.0655 22.4951 5.05134C22.9064 5.03982 23.3147 5.1235 23.6883 5.29585L43.4444 14.8316C43.9067 15.045 44.2998 15.3838 44.5789 15.8096C44.8632 16.2454 45.0097 16.7565 44.9995 17.2767V36.2602C45.001 36.6229 44.931 36.9824 44.7934 37.3181C44.6558 37.6537 44.4533 37.9589 44.1975 38.2162C43.6777 38.7336 42.9749 39.0253 42.2415 39.028L2.75854 39.0378ZM22.544 6.02937C22.2755 6.03056 22.011 6.09418 21.7714 6.21519L2.0348 15.702C1.733 15.8463 1.47856 16.0736 1.30128 16.3573C1.1137 16.6484 1.01827 16.9892 1.02743 17.3354V36.3286C1.02206 36.7688 1.18269 37.1948 1.47732 37.5218C1.80957 37.8547 2.25892 38.0443 2.7292 38.05H42.2512C42.4891 38.051 42.7248 38.0048 42.9447 37.9142C43.1646 37.8235 43.3644 37.6902 43.5325 37.5218C43.6977 37.3581 43.8287 37.163 43.9177 36.9481C44.0067 36.7331 44.0519 36.5026 44.0508 36.2699V17.2865C44.0594 16.9404 43.964 16.5997 43.777 16.3084C43.6034 16.0276 43.352 15.8033 43.0532 15.6629L23.2775 6.16629C23.0448 6.07152 22.7953 6.02494 22.544 6.02937Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
7
|
+
<path opacity="0.51" d="M20.2358 26.783L21.2139 27.2622C21.5209 27.4023 21.8544 27.4747 22.1919 27.4747C22.5294 27.4747 22.8629 27.4023 23.1699 27.2622L33.5859 22.2352L39.2585 19.4967L37.0579 18.4404L20.2358 26.783Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
8
|
+
<path d="M22.505 27.859C22.0938 27.8588 21.6873 27.7721 21.3118 27.6047L1.56541 18.069C0.998393 17.8061 0.541538 17.3527 0.274414 16.7877L1.16442 16.3672C1.33478 16.728 1.62518 17.0184 1.98596 17.1887L21.7323 26.7147C21.9748 26.8256 22.2383 26.8829 22.505 26.8829C22.7716 26.8829 23.0351 26.8256 23.2776 26.7147L43.0142 17.1887C43.3758 17.0163 43.6688 16.7268 43.8455 16.3672L44.7355 16.7877C44.4702 17.3564 44.0132 17.8135 43.4445 18.0787L23.7079 27.6047C23.3301 27.7755 22.9196 27.8623 22.505 27.859Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
</svg>
|
|
10
|
+
`;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-NoNotifications">
|
|
2
|
+
<g clip-path="url(#clip0_6812_11807)">
|
|
3
|
+
<path d="M33.7896 27.2236C33.7713 27.2031 33.7529 27.1826 33.7322 27.1621C33.7001 27.1303 33.6657 27.0984 33.6312 27.0665C33.6129 27.0483 33.5945 27.0324 33.5738 27.0142C33.5256 26.9732 33.4751 26.9323 33.4223 26.8936C33.4132 26.8868 33.4063 26.8799 33.3971 26.8754C33.3351 26.8321 33.2708 26.7889 33.2043 26.7479C33.1813 26.7343 33.1561 26.7206 33.1331 26.707C33.0872 26.6797 33.039 26.6524 32.9885 26.6273C32.9609 26.6114 32.9311 26.5977 32.9013 26.5841C32.853 26.5613 32.8048 26.5386 32.7566 26.5158C32.7245 26.5022 32.6924 26.4885 32.6602 26.4749C32.6074 26.4521 32.5546 26.4316 32.4995 26.4111C32.4674 26.3998 32.4376 26.3861 32.4031 26.3747C32.3389 26.352 32.2723 26.3292 32.2057 26.3087C32.1805 26.3019 32.1575 26.2928 32.1323 26.286C32.0404 26.2587 31.944 26.2313 31.8476 26.2063C31.8247 26.1995 31.7994 26.1949 31.7742 26.1904C31.6984 26.1722 31.6226 26.154 31.5423 26.138C31.5056 26.1312 31.4666 26.1244 31.4275 26.1153C31.3587 26.1016 31.2898 26.0903 31.2186 26.0789C31.1773 26.072 31.1337 26.0652 31.0924 26.0584C31.0212 26.047 30.9501 26.0379 30.8766 26.0288C30.833 26.0243 30.7917 26.0174 30.7481 26.0129C30.67 26.0038 30.5874 25.9969 30.507 25.9901C30.468 25.9878 30.4313 25.9833 30.3923 25.9787C30.2706 25.9696 30.1489 25.9605 30.0227 25.956C29.5934 25.9378 29.1527 25.9401 28.7005 25.9628C28.6729 25.9628 28.6431 25.9674 28.6155 25.9674C28.5053 25.9742 28.3929 25.981 28.2804 25.9878C28.1679 25.9969 28.0554 26.0061 27.9406 26.0174C27.9292 26.0174 27.9177 26.0174 27.9062 26.0197C27.1693 26.088 26.3866 26.2063 25.5831 26.3747C22.2776 26.3474 19.1121 27.1781 17.9942 27.4762C17.5052 27.6059 16.3529 27.6309 15.0559 27.6218C14.5991 27.6195 14.1262 27.6127 13.6556 27.6059C13.3756 27.6013 13.0978 27.5968 12.8247 27.5922C12.2829 27.5854 11.7664 27.5786 11.3073 27.5809C11.002 27.5809 10.7243 27.5854 10.4786 27.5968C10.4213 27.5968 10.3639 27.6013 10.3042 27.6036C10.2858 27.6036 10.2652 27.6036 10.2468 27.6059C10.2078 27.6059 10.1664 27.6104 10.1251 27.6127C10.1022 27.6127 10.0769 27.615 10.054 27.6173C10.0172 27.6173 9.98051 27.6218 9.94149 27.6241C9.91624 27.6241 9.89099 27.6286 9.86574 27.6286C9.82901 27.6309 9.79228 27.6332 9.75555 27.6377C9.728 27.6377 9.70275 27.6423 9.67521 27.6446C9.63848 27.6468 9.60175 27.6514 9.56502 27.6537C9.53748 27.656 9.50993 27.6582 9.48468 27.6605C9.44566 27.6651 9.40663 27.6673 9.3699 27.6719C9.34465 27.6742 9.3194 27.6764 9.29186 27.6787C9.24595 27.6833 9.19774 27.6878 9.14953 27.6946C9.12658 27.6969 9.10592 27.6992 9.08296 27.7015C9.02328 27.7083 8.96589 27.7151 8.90621 27.7219C8.87866 27.7242 8.85112 27.7288 8.82357 27.7333C8.78684 27.7379 8.74782 27.7424 8.71109 27.747C8.67895 27.7515 8.64911 27.7561 8.61697 27.7606C8.58254 27.7652 8.54811 27.7697 8.51368 27.7743C8.48154 27.7788 8.4494 27.7834 8.41497 27.7879C8.38054 27.7925 8.3484 27.797 8.31397 27.8039C8.27953 27.8084 8.2474 27.8153 8.21296 27.8198C8.18083 27.8244 8.14869 27.8312 8.11425 27.8357C8.07982 27.8426 8.04539 27.8471 8.01096 27.8539C7.97882 27.8585 7.94668 27.8653 7.91455 27.8721C7.88011 27.879 7.84568 27.8835 7.81125 27.8904C7.77911 27.8972 7.74927 27.9017 7.71713 27.9086C7.64827 27.9222 7.5794 27.9359 7.51053 27.9495C7.48299 27.9563 7.45544 27.9609 7.4256 27.9677C7.38887 27.9746 7.35214 27.9837 7.31541 27.9928C7.28557 27.9996 7.25803 28.0064 7.22819 28.0132C7.19146 28.0223 7.15473 28.0314 7.118 28.0383C7.09045 28.0451 7.06061 28.0519 7.03307 28.0588C6.99634 28.0679 6.95961 28.077 6.92518 28.0861C6.89763 28.0929 6.86779 28.0997 6.84024 28.1088C6.80351 28.1179 6.76908 28.127 6.73235 28.1384C6.70481 28.1452 6.67726 28.1543 6.64972 28.1612C6.61299 28.1725 6.57626 28.1816 6.54183 28.193C6.51428 28.1999 6.48903 28.209 6.46378 28.2158C6.42705 28.2272 6.39032 28.2385 6.35359 28.2499C6.349 28.2499 6.34441 28.2522 6.33982 28.2545C6.27095 28.2476 6.1952 28.2431 6.10797 28.2408C5.89679 28.2408 5.6833 28.2681 5.50425 28.3023C5.16681 28.366 4.75362 28.5116 4.39781 28.5276H3.54618C2.79095 28.523 2.02425 28.7051 1.70058 28.9622L1.55596 29.0783C1.23459 29.3332 1.42053 29.5994 2.01277 29.7223L2.72208 29.8702C2.99984 29.9294 3.01821 30.0637 3.15594 30.1615C3.24087 30.2207 3.31662 30.2981 3.66095 30.3322C3.70227 30.3368 3.74589 30.339 3.78721 30.339C3.7918 30.3481 3.79639 30.3572 3.80098 30.3663C3.80557 30.3777 3.81016 30.3891 3.81475 30.3982C3.82623 30.4187 3.83771 30.4392 3.84918 30.4596C3.85378 30.4665 3.85837 30.4756 3.86296 30.4824C3.88132 30.5097 3.90198 30.537 3.92494 30.5643C3.92953 30.5689 3.93412 30.5757 3.93871 30.5803C3.95707 30.603 3.97544 30.6235 3.9961 30.6463C4.00528 30.6554 4.01446 30.6645 4.02594 30.6736C4.0443 30.6895 4.06037 30.7077 4.07874 30.7236C4.09021 30.735 4.10399 30.7441 4.11546 30.7532C4.13383 30.7691 4.15219 30.7828 4.17056 30.7987C4.18433 30.8101 4.1981 30.8192 4.21188 30.8306C4.23254 30.8442 4.2509 30.8602 4.27156 30.8738C4.28763 30.8852 4.3014 30.8943 4.31747 30.9057C4.33813 30.9193 4.36108 30.933 4.38174 30.9467C4.39781 30.9558 4.41388 30.9671 4.42995 30.9762C4.45291 30.9899 4.47586 31.0035 4.49882 31.0172C4.51488 31.0263 4.53325 31.0354 4.54932 31.0445C4.57457 31.0582 4.59982 31.0718 4.62736 31.0832C4.64343 31.0923 4.6618 31.1014 4.67787 31.1082C4.70541 31.1219 4.73525 31.1355 4.7651 31.1492C4.78116 31.156 4.79723 31.1651 4.8133 31.1719C4.85003 31.1879 4.88676 31.2038 4.92578 31.2197C4.93496 31.2243 4.94415 31.2288 4.95333 31.2311C5.00153 31.2516 5.04974 31.2698 5.09795 31.288C5.11172 31.2926 5.12549 31.2971 5.13926 31.3039C5.17599 31.3176 5.21043 31.3313 5.24715 31.3426C5.26552 31.3495 5.28618 31.3563 5.30454 31.3631C5.33668 31.3745 5.36882 31.3836 5.40095 31.395C5.42161 31.4018 5.44457 31.4086 5.46523 31.4155C5.49507 31.4246 5.52721 31.4337 5.55934 31.4428C5.5823 31.4496 5.60525 31.4564 5.62591 31.4632C5.65576 31.4723 5.68789 31.4814 5.71774 31.4883C5.74069 31.4951 5.76365 31.4997 5.7866 31.5065C5.81644 31.5156 5.84858 31.5224 5.88072 31.5315C5.90367 31.5383 5.92663 31.5429 5.94958 31.5474C5.98172 31.5543 6.01386 31.5634 6.0437 31.5702C6.06665 31.5748 6.08961 31.5816 6.11027 31.5861C6.14241 31.593 6.17684 31.5998 6.20898 31.6066C6.22964 31.6112 6.25029 31.6157 6.27325 31.6203C6.30998 31.6271 6.34671 31.6339 6.38114 31.6407C6.3995 31.643 6.41557 31.6476 6.43394 31.6499C6.48673 31.659 6.54183 31.6681 6.59462 31.6772C6.64742 31.6863 6.70251 31.6954 6.7622 31.7045C6.87927 31.7227 7.00322 31.7454 7.13636 31.7682C7.20293 31.7796 7.2718 31.7909 7.34067 31.8046C7.69188 31.866 8.08212 31.9366 8.47695 32.0094C9.03705 32.1118 9.61323 32.2211 10.1068 32.3144C10.3042 32.3508 10.4878 32.3963 10.66 32.4441C11.1765 32.592 11.5621 32.7923 11.7687 33.0221C11.81 33.0676 11.8537 33.1131 11.8973 33.1587C11.911 33.1723 11.9271 33.186 11.9409 33.2019C11.9707 33.2315 12.0029 33.2611 12.035 33.2907C12.0534 33.3066 12.0717 33.3225 12.0924 33.3384C12.1222 33.3635 12.1521 33.3908 12.1842 33.4158C12.2049 33.4317 12.2255 33.4477 12.2462 33.4636C12.276 33.4886 12.3082 33.5114 12.3403 33.5364C12.361 33.5524 12.3839 33.5683 12.4069 33.5842C12.439 33.607 12.4711 33.6297 12.5033 33.6525C12.5262 33.6684 12.5469 33.6821 12.5699 33.698C12.6043 33.7208 12.6364 33.7412 12.6709 33.764C12.6938 33.7777 12.7168 33.7913 12.7397 33.8072C12.7765 33.83 12.8109 33.8505 12.8476 33.871C12.8706 33.8846 12.8912 33.896 12.9142 33.9096C12.9532 33.9324 12.9922 33.9529 13.029 33.9734C13.0496 33.9847 13.0703 33.9961 13.0909 34.0075C13.1323 34.0303 13.1759 34.0507 13.2172 34.0735C13.2356 34.0826 13.2539 34.0917 13.2723 34.1008C13.3205 34.1236 13.3687 34.1486 13.4169 34.1714C13.4307 34.1782 13.4444 34.185 13.4559 34.1896C13.6465 34.2783 13.8416 34.358 14.0321 34.4308C14.0321 34.4308 14.0344 34.4308 14.0367 34.4308C14.0987 34.4535 14.1606 34.4763 14.2226 34.4991C14.2318 34.5013 14.241 34.5059 14.2502 34.5082C14.303 34.5264 14.3581 34.5469 14.4109 34.5651C14.4223 34.5696 14.4361 34.5742 14.4476 34.5764C14.4981 34.5924 14.5463 34.6106 14.5968 34.6242C14.6106 34.6288 14.6243 34.6333 14.6381 34.6379C14.6863 34.6538 14.7322 34.6675 14.7804 34.6811C14.7942 34.6857 14.808 34.6902 14.8218 34.6925C14.8677 34.7062 14.9136 34.7198 14.9595 34.7335C14.9733 34.738 14.987 34.7403 14.9985 34.7448C15.0444 34.7585 15.0903 34.7699 15.1362 34.7835C15.1477 34.7858 15.1592 34.7904 15.1707 34.7926C15.2166 34.8063 15.2625 34.8177 15.3084 34.829C15.3084 34.829 15.3107 34.829 15.313 34.829C15.8042 35.448 16.7247 35.8645 17.8886 36.0761C17.9023 36.0784 17.9161 36.0807 17.9299 36.083C18.0447 36.1034 18.1594 36.1217 18.2788 36.1376C18.4051 36.1558 18.5336 36.1694 18.6645 36.1831C18.7655 36.1922 18.8688 36.2013 18.9721 36.2081C19.0019 36.2081 19.0294 36.2127 19.0593 36.215C20.4022 36.2992 21.9264 36.1558 23.4919 35.8281C23.5126 35.8235 23.5355 35.819 23.5562 35.8144C23.6687 35.7917 23.7789 35.7666 23.8913 35.7393C23.9533 35.7257 24.0176 35.712 24.0796 35.6961C24.1484 35.6802 24.2173 35.662 24.2862 35.646C24.3987 35.6187 24.5088 35.5914 24.6213 35.5618C24.6397 35.5573 24.658 35.5527 24.6764 35.5482C26.7607 34.9952 28.8267 34.1463 30.5392 33.1018C31.5446 33.0403 32.5202 32.8992 33.3672 32.6785C34.0008 32.5146 34.4966 32.3121 34.8456 32.0913C34.8777 32.0731 34.9075 32.0527 34.9374 32.0322C35.2817 31.8046 35.4493 31.5611 35.4424 31.3199C35.4424 31.3039 35.4424 31.2857 35.4424 31.2698C35.4401 31.2493 35.4355 31.2288 35.4309 31.2061C35.4194 31.1606 35.4057 31.1173 35.3827 31.0718C35.206 30.7418 34.6895 30.4278 33.8378 30.1775C33.8126 30.1706 33.7873 30.1638 33.7621 30.157C34.4829 29.0214 34.476 28.0132 33.8263 27.2668C33.8309 27.2668 33.8332 27.2691 33.8332 27.2691C33.8195 27.2531 33.8011 27.2372 33.7873 27.219L33.7896 27.2236Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M16.2954 8.30764L15.981 7.26764C15.7147 6.38465 16.0934 5.43568 16.8992 4.97598L17.2641 4.76661C18.0814 4.29781 19.1189 4.45939 19.7525 5.15576L20.4572 5.92723C20.7832 6.20032 21.4236 6.14343 21.8345 6.25721C22.0457 6.31866 22.2821 6.42334 22.4474 6.61223C22.8675 7.09468 22.6655 7.65223 22.6655 7.65223C22.6655 7.65223 21.6876 8.38502 19.865 9.42958C18.0423 10.4741 16.9726 10.9111 16.9726 10.9111C16.9726 10.9111 16.4263 10.8291 16.1784 10.4036C15.9534 10.019 16.0406 9.73907 16.0888 9.5024C16.1646 9.11097 16.4171 8.71727 16.3 8.30992L16.2954 8.30764Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
5
|
+
<path d="M17.4065 30.6367C17.4065 30.6367 15.8226 27.7284 17.5626 23.2406C17.9115 22.3417 17.9184 21.3472 17.5902 20.4415C17.115 19.1375 16.4355 17.3146 16.0017 16.3292C15.0949 14.2743 15.0972 10.0528 18.8114 7.96139C22.5255 5.87 25.5648 7.12392 27.1671 8.54625C28.7693 9.96858 31.3036 14.0694 32.6534 14.1536C34.0031 14.2378 37.7586 14.4882 39.6386 16.9573C41.5163 19.4265 17.4088 30.639 17.4088 30.639L17.4065 30.6367Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
6
|
+
<path d="M19.656 27.3007C19.5183 25.2457 19.8167 22.7515 21.6348 20.4758C23.4528 18.2001 24.1093 17.7677 22.1421 17.7108C19.679 17.6403 18.5703 15.9767 17.8587 14.5475C16.4515 11.7234 17.8587 8.60107 17.8587 8.60107C15.1017 10.8245 15.1752 14.4656 15.9993 16.3272C16.4354 17.3126 17.1149 19.1354 17.5878 20.4394C17.9183 21.3451 17.9092 22.3396 17.5602 23.2385C15.958 27.3758 17.1769 30.1704 17.3789 30.58C17.9069 29.8609 19.7065 28.0449 19.656 27.2984V27.3007Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
7
|
+
<path d="M26.4875 11.9003C27.4907 15.6302 26.926 15.5688 28.1174 16.0035C29.3087 16.4381 32.5546 15.1501 34.7009 16.0035C36.8472 16.8568 37.6667 18.2405 37.6667 18.2405L39.5284 17.8513C39.7602 17.4895 39.8107 17.1846 39.6363 16.957C37.7585 14.4878 34.0031 14.2375 32.651 14.1533C31.3012 14.0691 28.7693 9.96823 27.1647 8.5459C25.7576 7.2988 23.2463 6.17914 20.145 7.33521C21.5682 7.65381 25.6634 8.82809 26.4875 11.9003Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
8
|
+
<path d="M33.3865 32.3371C40.5736 28.2235 44.8423 22.2142 42.921 18.9151C40.9996 15.6159 33.6159 16.2763 26.4288 20.3899C19.2418 24.5036 14.9731 30.5129 16.8944 33.812C18.8157 37.1111 26.1995 36.4508 33.3865 32.3371Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
9
|
+
<path d="M40.5568 20.4781C39.3333 18.3753 33.2089 19.6771 27.8144 22.7652C22.4199 25.8534 18.2811 30.5937 19.5184 32.6874C20.7557 34.781 26.8526 33.4634 32.247 30.3752C37.6415 27.2871 41.7826 22.5786 40.5568 20.4781Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
10
|
+
<path d="M40.5569 20.4781C39.3334 18.3753 33.2089 19.6771 27.8145 22.7652C27.5895 22.8949 27.3669 23.0246 27.1465 23.1589C28.0257 22.8494 38.9386 19.1218 38.8972 25.0409C40.4444 23.2204 41.1675 21.5249 40.5592 20.4758L40.5569 20.4781Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
11
|
+
<path d="M42.9234 18.9143C41.9455 17.2326 39.161 16.1539 34.9373 17.1142C34.9373 17.1142 40.4098 17.162 41.8743 19.4514C43.0634 21.3107 42.2921 24.2008 42.2921 24.2008C43.4421 22.1868 43.736 20.3093 42.9257 18.9143H42.9234Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
12
|
+
<path d="M18.4304 32.7531C16.9246 29.6262 20.8155 24.499 20.8155 24.499C16.5871 28.4201 15.7171 31.7882 16.8947 33.809C18.7679 37.0246 25.9138 36.483 32.9243 32.6461L36.7992 30.1633C31.889 33.7294 20.5308 37.1134 18.4304 32.7508V32.7531Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
13
|
+
<path d="M28.6937 22.2583L27.0874 23.1777L29.4174 27.1785L31.0236 26.2591L28.6937 22.2583Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
14
|
+
<path d="M32.2265 34.6988C34.7519 34.6988 36.7992 32.6692 36.7992 30.1656C36.7992 27.6619 34.7519 25.6323 32.2265 25.6323C29.7011 25.6323 27.6538 27.6619 27.6538 30.1656C27.6538 32.6692 29.7011 34.6988 32.2265 34.6988Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
15
|
+
<path d="M32.1138 34.7446C33.6885 34.7446 35.1921 33.9094 36.0139 32.7078C30.0363 33.7342 28.3836 29.7403 28.9666 26.9912C28.1563 27.8082 27.5503 28.9301 27.5503 30.1681C27.5503 32.8944 29.5887 34.7469 32.1138 34.7469V34.7446Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
16
|
+
<path d="M35.5007 28.272C35.7138 27.4802 34.975 26.5972 33.8505 26.2998C32.726 26.0023 31.6417 26.403 31.4286 27.1948C31.2155 27.9866 31.9543 28.8696 33.0788 29.167C34.2033 29.4645 35.2876 29.0637 35.5007 28.272Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
17
|
+
</g>
|
|
18
|
+
<defs>
|
|
19
|
+
<clipPath id="clip0_6812_11807">
|
|
20
|
+
<rect width="45" height="45" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>`;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-NoSavedItems">
|
|
2
|
+
<g clip-path="url(#clip0_6880_7463)">
|
|
3
|
+
<path d="M42.9249 31.8641C41.608 31.439 39.929 31.1457 38.318 31.0139C38.3115 31.0139 38.3049 31.0139 38.2983 31.0126C38.1951 31.0044 38.092 30.9963 37.9888 30.9895C37.9822 30.9895 37.9757 30.9895 37.9669 30.9881C37.6443 30.9664 37.3216 30.9515 37.0078 30.942C36.9924 30.942 36.9748 30.942 36.9595 30.942C36.8739 30.9392 36.7905 30.9379 36.7071 30.9365C36.6829 30.9365 36.661 30.9365 36.6369 30.9365C36.5578 30.9365 36.4788 30.9365 36.402 30.9365C36.3801 30.9365 36.3581 30.9365 36.334 30.9365C36.2418 30.9365 36.1496 30.9379 36.0574 30.9392C36.053 30.9392 36.0465 30.9392 36.0421 30.9392C35.9455 30.9406 35.8511 30.9433 35.7568 30.9474C34.903 30.9732 34.4838 30.9963 33.788 31.0601C33.6103 31.0737 33.4325 31.09 33.2635 31.1104C31.4221 31.3317 30.6605 31.8899 31.2114 32.535C30.1491 32.6572 28.7335 32.8324 27.252 33.0225C26.4904 32.9084 25.7025 32.8256 24.9124 32.7767C24.897 32.7767 24.8883 32.774 24.8707 32.7726C23.5692 32.668 22.0504 32.6708 20.6194 32.7305C20.6085 32.7305 20.5975 32.7305 20.5865 32.7305C19.6252 32.7658 19.1665 32.7889 17.9726 32.8962C17.6236 32.9274 17.2658 32.975 16.9257 33.0211C15.5034 33.214 14.338 33.5195 13.4799 33.9025C13.3196 33.9731 13.1704 34.0478 13.0321 34.1239C12.8939 34.1999 12.7644 34.28 12.6459 34.3629C12.5866 34.4036 12.5317 34.4457 12.4769 34.4878C12.3693 34.5734 12.2749 34.6603 12.1915 34.7499C11.6494 35.338 11.0653 35.5661 11.7633 36.256C8.26609 36.9679 4.60408 37.6244 1.27696 38.9626C1.18917 38.9979 1.12333 39.0305 1.07505 39.059C0.976281 39.1161 0.947749 39.1568 0.943359 39.1853C0.943359 39.1989 0.945554 39.2098 0.952138 39.2179V39.2193C0.954333 39.2234 0.958723 39.2261 0.965307 39.2301C1.06627 39.3008 1.60837 39.4515 3.38613 39.1799C5.01465 38.93 11.2061 37.8531 13.3723 37.481C13.9715 37.83 14.9262 38.2265 16.6667 38.6177C16.6996 38.6258 16.7347 38.6326 16.7698 38.6408C16.8488 38.6584 16.9257 38.6761 17.0091 38.6937C17.2044 38.7358 17.4041 38.7766 17.606 38.8146C17.6104 38.8146 17.617 38.8173 17.6214 38.8173C17.7772 38.8458 17.9352 38.8743 18.0933 38.9015C18.1064 38.9042 18.1218 38.9056 18.1372 38.9083C18.2798 38.9327 18.4247 38.9545 18.5717 38.9762C18.5959 38.9803 18.6222 38.983 18.6463 38.9871C18.7824 39.0074 18.9207 39.0264 19.059 39.0441C19.0919 39.0482 19.1248 39.0522 19.1577 39.0563C19.2894 39.0726 19.4211 39.0889 19.555 39.1038C19.5945 39.1079 19.634 39.112 19.6735 39.1161C19.8008 39.1297 19.9281 39.1432 20.0554 39.1541C20.1015 39.1582 20.1476 39.1622 20.1915 39.1663C20.3144 39.1772 20.4373 39.188 20.5602 39.1976C20.6107 39.2016 20.6611 39.2057 20.7116 39.2084C20.8301 39.2166 20.9509 39.2247 21.0694 39.2315C21.1242 39.2342 21.1791 39.2383 21.234 39.241C21.3503 39.2478 21.4666 39.2532 21.5829 39.2573C21.6422 39.26 21.6993 39.2627 21.7585 39.2641C21.8705 39.2682 21.9846 39.2709 22.0965 39.2736C22.158 39.275 22.2194 39.2763 22.2809 39.2777C22.3906 39.279 22.5004 39.2804 22.6101 39.2818C22.6737 39.2818 22.7374 39.2818 22.8032 39.2818C22.9108 39.2818 23.0183 39.2818 23.1259 39.279C23.1917 39.279 23.2576 39.279 23.3234 39.2763C23.4287 39.275 23.5341 39.2709 23.6394 39.2682C23.7053 39.2668 23.7733 39.2641 23.8392 39.2627C23.9445 39.2587 24.0477 39.2532 24.1508 39.2492C24.2167 39.2464 24.2825 39.2437 24.3484 39.2397C24.4537 39.2342 24.559 39.2261 24.6644 39.2193C24.7259 39.2152 24.7895 39.2111 24.851 39.2071C24.9651 39.1989 25.0748 39.188 25.1868 39.1785C25.2394 39.1745 25.2921 39.1704 25.3448 39.165C25.5072 39.1487 25.6696 39.1324 25.8298 39.1134V39.1188H25.8276C26.6221 39.0455 27.6866 38.9042 28.7796 38.6706C28.8783 38.6503 28.9771 38.6285 29.0737 38.6054C29.4644 38.5158 29.8572 38.4153 30.2347 38.3026C30.3291 38.2741 30.4213 38.2456 30.5135 38.2157C31.1521 38.0093 31.7403 37.7675 32.221 37.4851C32.7543 37.1713 33.1494 36.8101 33.3271 36.3986C33.3579 36.3375 33.3798 36.2764 33.3952 36.2139C33.3996 36.1963 33.404 36.1786 33.4062 36.1623C33.4171 36.1148 33.4215 36.0659 33.4237 36.0184C33.4237 36.0034 33.4237 35.9871 33.4237 35.9722C33.4237 35.8459 33.393 35.7182 33.3359 35.5892C33.3315 35.577 33.325 35.5648 33.3184 35.5525C33.2898 35.4955 33.2569 35.4385 33.2196 35.3801C33.2152 35.3733 33.2108 35.3665 33.2064 35.3611C33.134 35.2565 33.0418 35.1506 32.9343 35.0473C34.3345 34.7173 35.5482 34.4254 36.2352 34.261C37.9669 34.5177 39.7995 34.6005 41.2766 34.4552C41.2766 34.4552 41.2963 34.4539 41.3051 34.4525C41.3183 34.4525 41.3315 34.4498 41.3424 34.4484C42.5013 34.3398 43.7128 34.1347 44.3493 33.8753C44.3493 33.8753 44.3515 33.8753 44.3537 33.874C44.3954 33.8563 44.4349 33.8387 44.4722 33.821C44.4897 33.8129 44.5073 33.8034 44.5248 33.7939C44.5336 33.7898 44.5424 33.7857 44.549 33.7816C44.549 33.7816 44.5512 33.7789 44.5534 33.7776C44.6126 33.7463 44.6675 33.7137 44.7158 33.6798C44.8124 33.6119 44.8848 33.5386 44.9309 33.4639C45.0099 33.3403 45.0209 33.2085 44.966 33.0727C44.955 33.0456 44.9419 33.0184 44.9265 32.9913C44.7136 32.6178 44.0288 32.2212 42.9183 31.8614L42.9249 31.8641Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M26.5337 22.8692C24.7662 19.6914 22.1114 17.4929 19.4403 16.6596C19.4216 16.6525 19.41 16.6407 19.3913 16.6337C16.8322 15.6403 13.6334 16.0546 11.4503 16.8691C11.0674 16.9985 10.6938 17.1515 10.3342 17.354C6.03334 19.7856 5.26282 26.6354 8.61106 32.6567C11.6604 38.1389 17.0751 41.0271 21.2662 39.6619V39.6783C23.2159 39.2005 27.1478 37.2632 28.1752 31.8775C28.7426 29.2035 28.2289 25.9175 26.5337 22.8692Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
5
|
+
<path d="M8.83749 31.4966C8.83749 31.4966 3.45555 35.1145 1.59464 36.5881C-0.266276 38.0616 -0.0327867 38.7631 0.065279 38.9302C0.163345 39.0973 0.761079 39.6317 2.12232 38.9302C3.48123 38.2287 9.38386 34.6179 10.2478 34.1165C11.1093 33.6151 8.83749 31.4966 8.83749 31.4966Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
6
|
+
<path d="M21.2665 39.6625V39.6789C23.2161 39.2011 27.1481 37.2638 28.1755 31.8781C28.5584 30.0727 28.4463 27.9871 27.8136 25.8851L17.42 22.8794C17.42 22.8794 15.4689 25.2401 20.9023 31.0213C23.9166 34.2273 19.8399 39.7142 14.1567 38.5255C16.5173 39.9214 19.06 40.3827 21.2665 39.6648V39.6625Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
7
|
+
<path d="M28.1399 15.3059C26.4097 15.9155 22.403 17.8575 19.1365 19.4981C17.1635 20.4844 16.0358 23.8717 17.6025 26.6587C19.5264 30.0789 23.5612 30.5403 24.9224 29.4904C28.4131 26.8023 32.5202 23.4668 32.5202 23.4668L33.2767 21.9415C33.2767 21.9415 29.8724 14.6938 28.1422 15.3035L28.1399 15.3059Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
8
|
+
<path d="M2.0336 37.2548C4.16536 35.9861 9.58933 32.9896 9.58933 32.9896L8.67405 31.6055C7.76811 32.2175 3.26409 35.2634 1.59464 36.5863C-0.266276 38.0599 -0.0327867 38.7613 0.065279 38.9284C0.116647 39.0132 0.296434 39.1921 0.637329 39.258C0.637329 39.258 -0.0981639 38.5236 2.0336 37.2548Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
9
|
+
<path d="M14.3923 16.1509C13.2925 16.2686 12.7695 16.3486 11.455 16.8076C11.0744 16.9394 10.6938 17.1513 10.3342 17.3537C6.03334 19.7853 5.26282 26.6351 8.61106 32.6564C9.49132 34.2406 10.7312 36.4556 14.1541 38.5247C14.1541 38.5247 9.65299 34.0185 9.32321 27.339C8.99343 20.6594 11.0172 17.669 14.3899 16.1509H14.3923Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
10
|
+
<path d="M35.192 25.3127C35.1662 25.3127 35.1404 25.308 35.1123 25.3057C35.1381 25.308 35.1662 25.3104 35.192 25.3127Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
11
|
+
<path d="M31.7549 24.0151C31.715 23.9894 31.6752 23.9589 31.6377 23.9331C31.6775 23.9612 31.7174 23.9894 31.7549 24.0151Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
12
|
+
<path d="M31.199 23.6069C31.1546 23.5719 31.1103 23.5369 31.0659 23.4995C31.1103 23.5345 31.1546 23.5719 31.199 23.6069Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
13
|
+
<path d="M32.1331 24.26C32.0956 24.2365 32.0581 24.2154 32.0229 24.1943C32.0605 24.2178 32.0956 24.2389 32.1331 24.26Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
14
|
+
<path d="M30.6548 23.1432C30.6128 23.1059 30.5684 23.0662 30.5264 23.0288C30.5684 23.0685 30.6104 23.1059 30.6548 23.1432Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
15
|
+
<path d="M34.0014 25.0939C33.9662 25.0846 33.9311 25.0752 33.8936 25.0635C33.9287 25.0752 33.9639 25.0846 34.0014 25.0939Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
16
|
+
<path d="M33.6297 24.976C33.6039 24.9666 33.5805 24.9572 33.5547 24.9502C33.5805 24.9596 33.6039 24.9689 33.6297 24.976Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
17
|
+
<path d="M34.6059 25.2354C34.566 25.2283 34.5262 25.2213 34.4863 25.2119C34.5262 25.2189 34.566 25.2283 34.6059 25.2354Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
18
|
+
<path d="M33.0196 24.7302C32.9776 24.7116 32.9356 24.6906 32.8936 24.6719C32.9356 24.6929 32.9776 24.7116 33.0196 24.7302Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
19
|
+
<path d="M32.7284 24.5913C32.684 24.5702 32.642 24.5469 32.5977 24.5259C32.6397 24.5492 32.684 24.5702 32.7284 24.5913Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
20
|
+
<path d="M36.4526 25.2524C36.4175 25.2595 36.3823 25.2642 36.3472 25.2688C36.3823 25.2642 36.4175 25.2571 36.4526 25.2524Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
21
|
+
<path d="M38.6772 12.2471C38.801 12.4377 38.9201 12.6355 39.0345 12.8379C38.9201 12.6355 38.801 12.4401 38.6772 12.2471Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
22
|
+
<path d="M30.2717 20.1745L34.5773 17.0367L37.6664 10.8931C38.0096 11.2909 38.3341 11.724 38.6377 12.183C37.169 9.93737 35.1587 8.40734 33.167 7.9036C33.3888 7.57406 33.4028 7.34573 32.9732 7.38104C31.8548 7.47519 31.3061 7.58112 30.3815 7.92008C30.148 7.9907 29.9168 8.07544 29.6927 8.18372C26.4845 9.74435 25.672 14.744 27.8785 19.3506C28.224 20.0733 28.6256 20.7418 29.0669 21.3514C29.0296 21.2996 28.9922 21.2502 28.9572 21.1984L30.2764 20.1745H30.2717Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
23
|
+
<path d="M30.1738 22.6787C30.2392 22.7446 30.3022 22.8105 30.3676 22.8741C30.3022 22.8105 30.2369 22.7446 30.1738 22.6787Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
24
|
+
<path d="M29.5363 21.9675C29.4943 21.9181 29.4546 21.8663 29.4126 21.8169C29.4523 21.8687 29.4943 21.9181 29.5363 21.9675Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
25
|
+
<path d="M29.7794 22.2553C29.7374 22.2082 29.6953 22.1588 29.6533 22.1094C29.6953 22.1588 29.7374 22.2059 29.7794 22.2553Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
26
|
+
<path d="M36.1678 25.2944C36.1303 25.2991 36.0951 25.3015 36.0576 25.3062C36.0951 25.3038 36.1303 25.2991 36.1678 25.2944Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
27
|
+
<path d="M35.8736 25.3193C35.8385 25.3193 35.8033 25.324 35.7705 25.324C35.8057 25.324 35.8408 25.3217 35.8736 25.3193Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
28
|
+
<path d="M37.006 25.1226C36.9149 25.1506 36.8239 25.1739 36.7305 25.1949C36.8215 25.1739 36.9149 25.1482 37.006 25.1226Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
29
|
+
<path d="M36.058 25.3057C35.9973 25.3103 35.9342 25.315 35.8735 25.3197C35.9342 25.3173 35.9973 25.3127 36.058 25.3057Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
30
|
+
<path d="M35.4809 25.326C35.3852 25.326 35.2895 25.319 35.1914 25.312C35.2871 25.319 35.3852 25.3237 35.4809 25.326Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
31
|
+
<path d="M35.1124 25.3056C35.0423 25.2986 34.9699 25.2916 34.8999 25.2822C34.9723 25.2916 35.0423 25.2986 35.1124 25.3056Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
32
|
+
<path d="M34.4859 25.2111C34.4252 25.1994 34.3669 25.1854 34.3062 25.1714C34.3669 25.1854 34.4252 25.1971 34.4859 25.2111Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
33
|
+
<path d="M35.7679 25.3232C35.6955 25.3256 35.6232 25.3256 35.5508 25.3232C35.6232 25.3232 35.6955 25.3232 35.7679 25.3232Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
34
|
+
<path d="M30.1736 22.6786C30.1245 22.6291 30.0778 22.5797 30.0288 22.5303C30.0755 22.5821 30.1245 22.6291 30.1736 22.6786Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
35
|
+
<path d="M29.905 22.3918C29.863 22.3471 29.8209 22.3 29.7812 22.2529C29.8233 22.3 29.863 22.3447 29.905 22.3918Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
36
|
+
<path d="M29.4127 21.8158C29.3731 21.7663 29.3357 21.7169 29.2983 21.6675C29.3357 21.7169 29.3754 21.7663 29.4127 21.8158Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
37
|
+
<path d="M29.1792 21.5111C29.1396 21.4594 29.0999 21.4052 29.0625 21.3511C29.1022 21.4052 29.1396 21.4594 29.1792 21.5111Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
38
|
+
<path d="M30.795 23.2688C30.7483 23.2288 30.7016 23.1864 30.6572 23.144C30.7039 23.1864 30.7483 23.2288 30.795 23.2688Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
39
|
+
<path d="M32.8938 24.6717C32.8378 24.646 32.7841 24.618 32.728 24.5923C32.7841 24.6203 32.8378 24.646 32.8938 24.6717Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
40
|
+
<path d="M33.8932 25.062C33.8045 25.0363 33.7181 25.0059 33.6294 24.9756C33.7181 25.0059 33.8045 25.034 33.8932 25.062Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
41
|
+
<path d="M32.5995 24.5233C32.5458 24.4953 32.4897 24.4649 32.436 24.4346C32.4897 24.4649 32.5434 24.4929 32.5995 24.5233Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
42
|
+
<path d="M33.197 24.808C33.1386 24.7823 33.0779 24.759 33.0195 24.731C33.0779 24.7566 33.1386 24.7823 33.197 24.808Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
43
|
+
<path d="M31.3435 23.7185C31.2945 23.6812 31.2454 23.6438 31.1987 23.6064C31.2478 23.6438 31.2945 23.6812 31.3435 23.7185Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
44
|
+
<path d="M31.0654 23.4982C31.0187 23.4608 30.972 23.4211 30.9253 23.3838C30.972 23.4235 31.0187 23.4608 31.0654 23.4982Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
45
|
+
<path d="M32.0229 24.1927C31.9318 24.1362 31.8431 24.0773 31.7544 24.0161C31.8431 24.0773 31.9342 24.1362 32.0229 24.1927Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
46
|
+
<path d="M32.3104 24.3648C32.252 24.3321 32.1936 24.2948 32.1353 24.2598C32.1936 24.2948 32.252 24.3298 32.3104 24.3648Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
47
|
+
<path d="M40.1176 22.1446C41.0749 19.8684 40.9302 16.7024 39.4895 13.6965C39.3751 13.4564 39.2514 13.2233 39.1253 12.995C39.0949 12.9409 39.0646 12.8891 39.0342 12.8349C38.9198 12.6325 38.8007 12.4371 38.677 12.2441C38.663 12.2229 38.6513 12.2017 38.6373 12.1806C38.3338 11.7192 38.0092 11.2884 37.666 10.8906L34.5769 17.0343L30.2714 20.172L28.9521 21.196C28.9872 21.2478 29.0245 21.2972 29.0619 21.349C29.1016 21.4031 29.1389 21.4573 29.1786 21.5091C29.2183 21.5608 29.258 21.6126 29.2977 21.6644C29.3351 21.7138 29.3748 21.7633 29.4121 21.8127C29.4518 21.8645 29.4938 21.9139 29.5359 21.9634C29.5756 22.0104 29.6153 22.0575 29.655 22.1046C29.697 22.154 29.739 22.2011 29.781 22.2505C29.8231 22.2976 29.8628 22.3423 29.9048 22.3894C29.9468 22.4365 29.9888 22.4812 30.0309 22.5259C30.0776 22.5777 30.1266 22.6248 30.1756 22.6742C30.241 22.7401 30.3041 22.8061 30.3694 22.8696C30.4231 22.9214 30.4768 22.9732 30.5305 23.025C30.5726 23.065 30.6146 23.1026 30.659 23.1403C30.7057 23.1827 30.75 23.225 30.7967 23.2651C30.8411 23.3027 30.8854 23.3404 30.9298 23.3781C30.9765 23.4181 31.0232 23.4557 31.0699 23.4934C31.1143 23.5287 31.1586 23.5664 31.203 23.6017C31.252 23.6393 31.2987 23.677 31.3478 23.7147C31.3921 23.7476 31.4341 23.7806 31.4785 23.8135C31.5322 23.8535 31.5859 23.8912 31.6396 23.9289C31.6793 23.9571 31.719 23.9854 31.7564 24.0113C31.8451 24.0725 31.9361 24.1313 32.0249 24.1878C32.0622 24.2113 32.0973 24.2325 32.1346 24.2537C32.193 24.289 32.2514 24.3243 32.3097 24.3596C32.3518 24.3832 32.3938 24.4067 32.4358 24.4302C32.4895 24.4608 32.5432 24.4891 32.5993 24.5197C32.6413 24.5432 32.6856 24.5644 32.73 24.5856C32.786 24.6139 32.8398 24.6397 32.8958 24.6656C32.9378 24.6868 32.9798 24.7057 33.0219 24.7245C33.0802 24.7504 33.141 24.7763 33.1993 24.8022C33.2367 24.8186 33.2764 24.8351 33.3137 24.8516C33.3955 24.8845 33.4748 24.9151 33.5566 24.9434C33.5823 24.9528 33.6056 24.9622 33.6313 24.9693C33.72 24.9999 33.8064 25.0281 33.8951 25.0564C33.9302 25.0682 33.9652 25.0776 34.0025 25.087C34.0656 25.1058 34.1286 25.1223 34.1917 25.1388C34.2314 25.1482 34.271 25.1576 34.3107 25.167C34.3714 25.1811 34.4298 25.1929 34.4905 25.207C34.5302 25.2141 34.5699 25.2235 34.6096 25.2306C34.6703 25.2423 34.7334 25.2518 34.7941 25.2612C34.8314 25.2659 34.8664 25.2729 34.9038 25.2776C34.9762 25.2871 35.0462 25.2941 35.1163 25.3012C35.142 25.3035 35.17 25.3059 35.1957 25.3083C35.2914 25.3153 35.3895 25.32 35.4852 25.3224C35.5085 25.3224 35.5342 25.3224 35.5576 25.3224C35.63 25.3224 35.7023 25.3224 35.7747 25.3224C35.8097 25.3224 35.8448 25.32 35.8775 25.3177C35.9382 25.3153 36.0012 25.3106 36.0619 25.3035C36.0993 25.3012 36.1343 25.2965 36.1717 25.2918C36.2324 25.2847 36.2907 25.2776 36.3514 25.2682C36.3865 25.2635 36.4215 25.2565 36.4565 25.2518C36.5196 25.24 36.5826 25.2282 36.6456 25.2141C36.676 25.207 36.7063 25.2023 36.7367 25.1953C36.8278 25.1741 36.9212 25.1482 37.0122 25.1223C37.0122 25.1223 37.0332 25.1176 37.0449 25.1152C37.0589 25.1105 37.0729 25.1058 37.0869 25.1011C38.5392 24.6774 40.1877 23.7547 41.0539 22.493C41.3668 22.0387 40.8765 22.0057 40.1246 22.147L40.1176 22.1446Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
48
|
+
<path d="M39.1922 24.0856C42.3997 22.5245 43.2569 17.6193 41.1068 13.1296C38.9568 8.63983 34.6137 6.26567 31.4062 7.82675C28.1988 9.38782 27.3416 14.293 29.4916 18.7827C31.6417 23.2725 35.9848 25.6466 39.1922 24.0856Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
49
|
+
</g>
|
|
50
|
+
<defs>
|
|
51
|
+
<clipPath id="clip0_6880_7463">
|
|
52
|
+
<rect width="45" height="45" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
53
|
+
</clipPath>
|
|
54
|
+
</defs>
|
|
55
|
+
</svg>`;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-NoSavedItems_v1">
|
|
2
|
+
<path d="M12.0671 44.6756H38.4862C38.8012 44.6743 39.1122 44.6042 39.3973 44.4702C39.6825 44.3363 39.9349 44.1416 40.137 43.9C40.3391 43.6583 40.486 43.3754 40.5675 43.071C40.6489 42.7667 40.6629 42.4482 40.6084 42.1379L34.0305 4.7752C33.9417 4.27422 33.6793 3.82053 33.2893 3.49383C32.8993 3.16712 32.4066 2.9883 31.8978 2.98877H5.47875C5.16277 2.98898 4.85066 3.05839 4.56438 3.19213C4.2781 3.32587 4.02457 3.5207 3.82163 3.7629C3.6187 4.0051 3.47127 4.2888 3.38972 4.59408C3.30816 4.89936 3.29446 5.21879 3.34957 5.52993L9.92751 42.8892C10.0152 43.3919 10.2782 43.8473 10.67 44.1744C11.0617 44.5015 11.5567 44.6791 12.0671 44.6756Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M38.4861 45.0008H12.067C11.4815 45.0021 10.9144 44.7965 10.4659 44.4202C10.0174 44.0439 9.71628 43.5211 9.61585 42.9443L3.03791 5.58508C2.97471 5.2271 2.99069 4.85962 3.08471 4.50848C3.17873 4.15733 3.34853 3.83104 3.58215 3.55254C3.81578 3.27404 4.10756 3.05009 4.437 2.89643C4.76644 2.74277 5.12554 2.66312 5.48906 2.66309H31.9082C32.4936 2.66176 33.0607 2.86742 33.5093 3.24373C33.9578 3.62003 34.2589 4.14277 34.3593 4.71957L40.9372 42.0788C41.0011 42.4369 40.9855 42.8046 40.8918 43.156C40.798 43.5074 40.6282 43.8339 40.3945 44.1126C40.1607 44.3912 39.8687 44.6152 39.5389 44.7687C39.2092 44.9221 38.8498 45.0014 38.4861 45.0008ZM5.47868 3.31396C5.21048 3.31455 4.94564 3.37369 4.70268 3.48728C4.45971 3.60086 4.24449 3.76614 4.07205 3.97156C3.8996 4.17697 3.77409 4.41758 3.70431 4.67654C3.63452 4.93551 3.62213 5.20659 3.66801 5.47084L10.2459 42.8335C10.3209 43.259 10.5437 43.6444 10.8749 43.9218C11.2061 44.1992 11.6246 44.3508 12.0566 44.3499H38.4757C38.7443 44.3506 39.0097 44.2922 39.2533 44.179C39.4969 44.0658 39.7126 43.9005 39.8853 43.6948C40.058 43.4891 40.1834 43.248 40.2527 42.9885C40.322 42.729 40.3335 42.4575 40.2864 42.1931L33.7084 4.83381C33.6335 4.408 33.4109 4.02223 33.0798 3.74426C32.7486 3.4663 32.3301 3.31394 31.8978 3.31396H5.47868Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
4
|
+
<path d="M13.4941 43.266H39.9166C40.2326 43.2658 40.5447 43.1964 40.831 43.0626C41.1173 42.9289 41.3708 42.7341 41.5737 42.4919C41.7767 42.2497 41.9241 41.9659 42.0056 41.6607C42.0872 41.3554 42.1009 41.0359 42.0458 40.7248L35.4679 3.36557C35.3792 2.86426 35.1169 2.41016 34.727 2.08288C34.337 1.7556 33.8443 1.57604 33.3352 1.57568H6.90576C6.58977 1.5759 6.27767 1.64531 5.99138 1.77905C5.7051 1.91279 5.45157 2.1076 5.24863 2.3498C5.0457 2.592 4.89828 2.87572 4.81672 3.18099C4.73516 3.48627 4.72146 3.80571 4.77657 4.11685L11.3545 41.4761C11.4434 41.9786 11.7067 42.4336 12.098 42.761C12.4894 43.0884 12.9838 43.2673 13.4941 43.266Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path d="M39.9165 43.6123H13.4939C12.903 43.6135 12.3306 43.4057 11.8782 43.0255C11.4258 42.6453 11.1225 42.1173 11.022 41.535L4.44403 4.1723C4.38095 3.8114 4.39753 3.44108 4.49261 3.08726C4.58769 2.73344 4.75898 2.40468 4.99447 2.12401C5.22995 1.84334 5.52395 1.61754 5.85586 1.46243C6.18778 1.30733 6.54959 1.22666 6.91596 1.22608H33.3385C33.9293 1.22551 34.5012 1.43361 34.9535 1.81366C35.4058 2.19371 35.7093 2.7213 35.8104 3.30332L42.3884 40.666C42.4515 41.0269 42.4349 41.3973 42.3398 41.7511C42.2447 42.1049 42.0734 42.4337 41.838 42.7143C41.6025 42.995 41.3085 43.2208 40.9766 43.3759C40.6446 43.531 40.2828 43.6117 39.9165 43.6123ZM6.90558 1.92196C6.64042 1.92258 6.37859 1.9811 6.1384 2.09343C5.89822 2.20576 5.68547 2.3692 5.515 2.5723C5.34454 2.7754 5.22048 3.01328 5.15151 3.26931C5.08254 3.52534 5.0703 3.79334 5.11567 4.05458L11.6936 41.4173C11.7677 41.8382 11.9877 42.2196 12.3151 42.4943C12.6424 42.7691 13.0561 42.9198 13.4835 42.9198H39.9165C40.1816 42.9192 40.4434 42.8607 40.6836 42.7484C40.9238 42.636 41.1366 42.4726 41.307 42.2695C41.4775 42.0664 41.6016 41.8285 41.6705 41.5725C41.7395 41.3164 41.7517 41.0485 41.7063 40.7872L35.1284 3.42449C35.0543 3.00358 34.8343 2.62222 34.5069 2.34744C34.1796 2.07265 33.7659 1.922 33.3385 1.92196H6.90558Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
6
|
+
<path d="M17.8832 0.695751L19.8358 12.0514C19.8878 12.3422 19.5623 12.491 19.3165 12.2868L15.5082 9.13629C15.4446 9.07888 15.362 9.04709 15.2763 9.04709C15.1906 9.04709 15.1079 9.07888 15.0443 9.13629L12.4651 12.2037C12.292 12.4114 11.9077 12.2591 11.8592 11.9648L9.96891 0.688821C9.95736 0.647112 9.95587 0.603261 9.96456 0.560863C9.97325 0.518464 9.99187 0.478735 10.0189 0.444939C10.0459 0.411143 10.0806 0.384247 10.1201 0.366459C10.1595 0.348672 10.2026 0.340494 10.2459 0.342613H17.492C17.5878 0.347787 17.6789 0.385684 17.7501 0.449958C17.8213 0.514232 17.8683 0.600996 17.8832 0.695751Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
7
|
+
<path d="M19.836 12.2592C19.7535 12.2604 19.6733 12.2321 19.6098 12.1794C19.5463 12.1268 19.5038 12.0531 19.4897 11.9719L19.2128 10.3689C19.2051 10.3235 19.2064 10.2769 19.2166 10.2319C19.2269 10.187 19.2459 10.1445 19.2726 10.1069C19.2992 10.0693 19.3331 10.0373 19.3721 10.0127C19.4112 9.98818 19.4547 9.97158 19.5001 9.96385C19.5456 9.95612 19.5921 9.95743 19.6371 9.96768C19.6821 9.97794 19.7246 9.99695 19.7622 10.0236C19.7998 10.0503 19.8318 10.0842 19.8563 10.1232C19.8809 10.1622 19.8975 10.2057 19.9052 10.2512L20.1822 11.8541C20.1901 11.8992 20.1891 11.9453 20.1791 11.99C20.1691 12.0346 20.1503 12.0768 20.1239 12.1141C20.0975 12.1515 20.064 12.1832 20.0253 12.2075C19.9865 12.2318 19.9434 12.2482 19.8983 12.2557L19.836 12.2592ZM18.7662 12.1519C18.6865 12.1512 18.6094 12.1231 18.5481 12.0723L17.2913 11.0336C17.2531 11.0059 17.2209 10.9706 17.1968 10.9299C17.1726 10.8892 17.1571 10.8441 17.1511 10.7972C17.1451 10.7503 17.1488 10.7026 17.162 10.6572C17.1751 10.6118 17.1974 10.5695 17.2274 10.5331C17.2575 10.4966 17.2948 10.4667 17.3369 10.4451C17.3789 10.4236 17.425 10.4109 17.4722 10.4079C17.5194 10.4048 17.5667 10.4114 17.6112 10.4274C17.6557 10.4433 17.6965 10.4682 17.731 10.5005L18.9877 11.5391C19.044 11.5842 19.0848 11.6458 19.1044 11.7152C19.1239 11.7846 19.1213 11.8584 19.0969 11.9263C19.0725 11.9942 19.0275 12.0527 18.9682 12.0938C18.9089 12.1349 18.8383 12.1564 18.7662 12.1553V12.1519ZM12.8564 12.0861C12.7755 12.0863 12.6971 12.0581 12.6348 12.0065C12.6 11.9772 12.5714 11.9413 12.5504 11.9009C12.5295 11.8605 12.5167 11.8163 12.5129 11.771C12.509 11.7257 12.5141 11.68 12.5279 11.6367C12.5417 11.5933 12.5639 11.5531 12.5933 11.5183L13.6319 10.272C13.6612 10.2372 13.6971 10.2085 13.7375 10.1876C13.7779 10.1666 13.822 10.1539 13.8674 10.15C13.9127 10.1462 13.9584 10.1513 14.0017 10.1651C14.0451 10.1789 14.0853 10.2011 14.1201 10.2304C14.1898 10.289 14.2337 10.3728 14.2421 10.4635C14.2506 10.5543 14.2229 10.6447 14.1651 10.7151L13.1265 11.9649C13.0931 12.0082 13.0501 12.0431 13.0007 12.0665C12.9514 12.09 12.8972 12.1014 12.8426 12.1L12.8564 12.0861ZM11.8178 12.0688C11.7353 12.07 11.6551 12.0417 11.5916 11.989C11.5282 11.9363 11.4856 11.8627 11.4716 11.7814L11.2015 10.175C11.194 10.1296 11.1956 10.0831 11.206 10.0382C11.2165 9.99332 11.2357 9.95096 11.2625 9.9135C11.2894 9.87605 11.3234 9.84424 11.3625 9.81992C11.4016 9.79559 11.4452 9.77921 11.4906 9.77171C11.5361 9.7642 11.5826 9.76573 11.6274 9.7762C11.6723 9.78666 11.7147 9.80587 11.7522 9.83271C11.7896 9.85956 11.8214 9.89352 11.8457 9.93265C11.8701 9.97178 11.8865 10.0153 11.894 10.0608L12.1605 11.6672C12.1756 11.7576 12.1541 11.8503 12.1009 11.9249C12.0477 11.9996 11.967 12.0501 11.8766 12.0653L11.8178 12.0688ZM16.2423 10.0781C16.1614 10.0783 16.083 10.0501 16.0207 9.99847L15.2868 9.38914L15.2106 9.47569C15.1828 9.51428 15.1473 9.54672 15.1064 9.57098C15.0655 9.59525 15.0201 9.61083 14.9729 9.61674C14.9257 9.62266 14.8778 9.61879 14.8321 9.60538C14.7865 9.59196 14.7441 9.56928 14.7076 9.53876C14.6712 9.50824 14.6414 9.47054 14.6201 9.42799C14.5988 9.38545 14.5866 9.33897 14.5841 9.29148C14.5815 9.24398 14.5889 9.19648 14.6055 9.15193C14.6222 9.10738 14.6479 9.06674 14.6809 9.03255L14.7848 8.90792C14.9074 8.78092 15.0738 8.70553 15.2502 8.69716C15.4265 8.6888 15.5993 8.74809 15.7334 8.86291L16.4708 9.46877C16.5271 9.5139 16.5679 9.57547 16.5874 9.64489C16.607 9.71431 16.6044 9.78811 16.58 9.85599C16.5556 9.92386 16.5106 9.98242 16.4513 10.0235C16.392 10.0645 16.3214 10.0861 16.2492 10.085L16.2423 10.0781ZM19.2682 9.03948C19.1857 9.04068 19.1055 9.01238 19.042 8.9597C18.9786 8.90702 18.936 8.83341 18.922 8.75212L18.6415 7.14918C18.6259 7.05736 18.6474 6.9631 18.7013 6.88714C18.7552 6.81117 18.8371 6.75973 18.9289 6.74412C19.0207 6.72851 19.115 6.75001 19.1909 6.8039C19.2669 6.85779 19.3183 6.93965 19.3339 7.03147L19.6109 8.63441C19.6189 8.67945 19.6178 8.7256 19.6078 8.77022C19.5978 8.81484 19.5791 8.85705 19.5527 8.89439C19.5263 8.93173 19.4927 8.96346 19.454 8.98777C19.4153 9.01208 19.3721 9.02848 19.327 9.03602L19.2682 9.03948ZM11.2777 8.84561C11.1952 8.8468 11.115 8.81851 11.0516 8.76583C10.9881 8.71314 10.9455 8.63953 10.9315 8.55825L10.6615 6.95185C10.6464 6.86142 10.6679 6.76872 10.7211 6.69409C10.7743 6.61945 10.855 6.56896 10.9453 6.5537C11.0358 6.53867 11.1285 6.56013 11.2031 6.61335C11.2777 6.66656 11.3282 6.74721 11.3435 6.8376L11.6135 8.444C11.6286 8.53443 11.6071 8.62712 11.5539 8.70176C11.5007 8.77639 11.42 8.82688 11.3296 8.84214L11.2777 8.84561ZM18.7142 5.83013C18.6318 5.83133 18.5516 5.80304 18.4881 5.75036C18.4246 5.69768 18.3821 5.62407 18.368 5.54278L18.1049 3.95023C18.097 3.9052 18.098 3.85904 18.108 3.81442C18.118 3.7698 18.1368 3.72759 18.1632 3.69026C18.1895 3.65292 18.2231 3.62118 18.2618 3.59687C18.3005 3.57256 18.3437 3.55616 18.3888 3.54863C18.4792 3.5336 18.5719 3.55505 18.6466 3.60827C18.7212 3.66149 18.7717 3.74213 18.7869 3.83252L19.0639 5.43546C19.0719 5.48025 19.0709 5.52616 19.0612 5.57058C19.0514 5.61501 19.033 5.65708 19.0069 5.69438C18.9809 5.73167 18.9477 5.76347 18.9094 5.78795C18.8711 5.81244 18.8283 5.82912 18.7835 5.83706L18.7142 5.83013ZM10.7515 5.63279C10.669 5.63399 10.5888 5.6057 10.5253 5.55302C10.4619 5.50034 10.4193 5.42673 10.4053 5.34544L10.1387 3.73905C10.1236 3.64862 10.1451 3.55592 10.1983 3.48128C10.2515 3.40665 10.3322 3.35616 10.4226 3.3409C10.513 3.32587 10.6057 3.34732 10.6803 3.40054C10.755 3.45376 10.8055 3.5344 10.8207 3.62479L11.0907 5.2312C11.0982 5.27622 11.0966 5.32226 11.0861 5.36668C11.0757 5.4111 11.0566 5.45302 11.0299 5.49002C11.0032 5.52702 10.9694 5.55837 10.9305 5.58228C10.8917 5.60619 10.8485 5.62218 10.8034 5.62934L10.7515 5.63279ZM18.1707 2.62079C18.0882 2.62199 18.008 2.59371 17.9446 2.54102C17.8811 2.48834 17.8385 2.41472 17.8245 2.33343L17.5475 0.730503C17.5398 0.685039 17.5411 0.638495 17.5514 0.593533C17.5616 0.548572 17.5806 0.506073 17.6073 0.46846C17.634 0.430846 17.6678 0.398851 17.7069 0.374311C17.7459 0.349772 17.7894 0.333165 17.8349 0.325436C17.8803 0.317707 17.9269 0.319013 17.9718 0.329271C18.0168 0.339529 18.0593 0.358542 18.0969 0.385225C18.1345 0.411909 18.1665 0.445737 18.1911 0.484783C18.2156 0.523829 18.2322 0.567319 18.2399 0.612783L18.5169 2.21573C18.5249 2.26051 18.524 2.30643 18.5142 2.35086C18.5044 2.39528 18.486 2.43734 18.4599 2.47464C18.4339 2.51194 18.4007 2.54374 18.3624 2.56822C18.3241 2.5927 18.2813 2.60939 18.2365 2.61733L18.1707 2.62079ZM10.2079 2.42345C10.1249 2.42452 10.0443 2.39574 9.98079 2.34236C9.91724 2.28898 9.87499 2.21456 9.86172 2.13264L9.6263 0.723572C9.59992 0.580132 9.62442 0.431989 9.69554 0.304664C9.74145 0.224781 9.8172 0.166402 9.90615 0.142379C9.9951 0.118357 10.09 0.130659 10.1698 0.176569C10.2497 0.222479 10.3081 0.298241 10.3321 0.387191C10.3561 0.47614 10.3439 0.570988 10.2979 0.650872L10.5437 2.0357C10.5588 2.12613 10.5373 2.21882 10.4841 2.29346C10.4309 2.36809 10.3503 2.41858 10.2599 2.43384L10.2079 2.42345ZM16.4674 0.692415H14.8402C14.7484 0.692415 14.6603 0.655945 14.5954 0.591019C14.5305 0.526092 14.494 0.438027 14.494 0.346207C14.494 0.254387 14.5305 0.166333 14.5954 0.101407C14.6603 0.0364803 14.7484 0 14.8402 0H16.4674C16.5592 0 16.6472 0.0364803 16.7122 0.101407C16.7771 0.166333 16.8136 0.254387 16.8136 0.346207C16.8136 0.438027 16.7771 0.526092 16.7122 0.591019C16.6472 0.655945 16.5592 0.692415 16.4674 0.692415ZM13.2095 0.692415H11.5824C11.4905 0.692415 11.4025 0.655945 11.3376 0.591019C11.2726 0.526092 11.2361 0.438027 11.2361 0.346207C11.2361 0.254387 11.2726 0.166333 11.3376 0.101407C11.4025 0.0364803 11.4905 0 11.5824 0H13.2095C13.3014 0 13.3894 0.0364803 13.4543 0.101407C13.5193 0.166333 13.5557 0.254387 13.5557 0.346207C13.5557 0.438027 13.5193 0.526092 13.4543 0.591019C13.3894 0.655945 13.3014 0.692415 13.2095 0.692415Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path d="M15.0893 21.2123H32.4723C32.6547 21.2187 32.8361 21.183 33.0024 21.1079C33.1688 21.0329 33.3156 20.9205 33.4314 20.7795C33.5473 20.6386 33.6291 20.4728 33.6705 20.295C33.7119 20.1173 33.7118 19.9324 33.6702 19.7548C33.5901 19.3513 33.3751 18.9872 33.0604 18.7223C32.7458 18.4574 32.3504 18.3075 31.9392 18.2972H14.5596C14.3769 18.2903 14.1951 18.3256 14.0283 18.4004C13.8616 18.4752 13.7143 18.5875 13.5981 18.7286C13.4818 18.8697 13.3997 19.0356 13.3581 19.2136C13.3165 19.3916 13.3165 19.5768 13.3582 19.7548C13.4395 20.1576 13.6549 20.5211 13.9693 20.7858C14.2836 21.0505 14.6784 21.2008 15.0893 21.2123Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
9
|
+
<path d="M26.6042 25.7612H33.1198C33.3023 25.7675 33.4837 25.7317 33.6502 25.6566C33.8166 25.5816 33.9635 25.4693 34.0796 25.3284C34.1957 25.1876 34.2779 25.0219 34.3198 24.8442C34.3617 24.6665 34.3622 24.4816 34.3212 24.3037C34.2399 23.9008 34.0245 23.5374 33.7102 23.2727C33.3958 23.008 33.001 22.8576 32.5902 22.8462H26.0918C25.9094 22.8399 25.7279 22.8757 25.5615 22.9507C25.3951 23.0258 25.2482 23.138 25.1321 23.2789C25.0159 23.4198 24.9338 23.5855 24.8919 23.7632C24.85 23.9409 24.8495 24.1258 24.8905 24.3037C24.9705 24.704 25.1832 25.0657 25.4941 25.3302C25.8051 25.5947 26.1962 25.7465 26.6042 25.7612Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M16.18 25.6955H22.6956C22.878 25.7018 23.0595 25.666 23.2259 25.591C23.3923 25.5159 23.5393 25.4036 23.6554 25.2628C23.7715 25.1219 23.8537 24.9562 23.8955 24.7785C23.9374 24.6008 23.9379 24.4159 23.8969 24.238C23.8162 23.8349 23.601 23.4711 23.2865 23.2062C22.972 22.9414 22.5769 22.7913 22.1659 22.7805H15.6814C15.499 22.7742 15.3175 22.81 15.1511 22.885C14.9847 22.9601 14.8378 23.0724 14.7216 23.2133C14.6055 23.3541 14.5234 23.5198 14.4815 23.6975C14.4396 23.8752 14.4391 24.0601 14.4801 24.238C14.5601 24.6358 14.7709 24.9955 15.0789 25.2596C15.387 25.5238 15.7746 25.6772 16.18 25.6955Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
11
|
+
<path d="M16.6647 29.6284H23.1769C23.3593 29.6347 23.5407 29.5989 23.7072 29.5239C23.8736 29.4488 24.0205 29.3366 24.1366 29.1957C24.2527 29.0548 24.3349 28.8891 24.3768 28.7114C24.4187 28.5337 24.4192 28.3488 24.3782 28.1709C24.2975 27.7678 24.0823 27.404 23.7678 27.1392C23.4533 26.8744 23.0581 26.7242 22.6471 26.7134H16.1488C15.9665 26.707 15.7851 26.7427 15.6187 26.8177C15.4524 26.8928 15.3056 27.0052 15.1897 27.1462C15.0739 27.2871 14.9921 27.4529 14.9507 27.6306C14.9093 27.8084 14.9093 27.9932 14.951 28.1709C15.0309 28.5713 15.2436 28.9329 15.5546 29.1974C15.8656 29.4619 16.2567 29.6138 16.6647 29.6284Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
12
|
+
</svg>
|
|
13
|
+
`;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-NoSearchResults">
|
|
2
|
+
<path d="M42.9929 19.6813C42.4734 19.4328 39.6531 18.0792 39.1336 17.8307C38.7044 17.6274 38.2075 17.5371 37.6444 17.5596H37.5992C37.2604 17.0853 36.3811 16.3189 33.9884 15.3702L28.03 12.4596C28.03 12.4596 26.97 12.4144 25.6825 12.8888C25.3888 12.934 25.0952 12.9791 24.779 13.0695C24.7564 13.0695 24.7112 13.0695 24.6886 13.0921C23.7851 12.7307 23.1542 12.4822 23.0187 12.437C22.7025 12.3241 22.3863 12.2789 22.049 12.3015V12.2789C22.049 12.2789 22.0265 12.2337 22.0039 12.2111C22.0039 12.2111 21.9813 12.166 21.9587 12.166L21.9135 12.1208L21.8683 12.0756L21.8232 12.0304C21.8232 12.0304 21.778 12.0079 21.778 11.9853C21.778 11.9853 21.7328 11.9627 21.7328 11.9401C21.7328 11.9401 21.6876 11.9175 21.6651 11.8949C21.6651 11.8949 21.6199 11.8949 21.5973 11.8723C21.3036 11.7368 20.1985 11.1947 19.9048 11.0592C19.4079 10.8333 18.7318 10.8333 17.9864 11.1721C16.4747 11.8497 15.2549 13.497 15.2549 14.8959C15.2549 15.5961 15.5486 16.0914 16.0455 16.3173C16.294 16.4302 17.0603 16.8142 17.4895 17.0175C17.4669 17.0175 17.4443 17.0401 17.4217 17.0627C17.1733 17.1756 16.9248 17.2886 16.6763 17.4241C15.3453 18.0566 13.8787 18.8004 12.9977 19.862C12.3427 19.6361 11.373 19.5232 10.2001 19.9298C9.81607 19.9523 9.40949 20.0201 9.00452 20.1331C8.95934 20.1331 8.91417 20.1556 8.8464 20.1782C8.23653 19.9523 7.85415 19.7942 7.74121 19.7491C7.42497 19.6361 7.13133 19.6135 6.8151 19.6361C6.8151 19.6361 6.8151 19.6135 6.79251 19.5909C6.79251 19.5909 6.76993 19.5458 6.74734 19.5458C6.74734 19.5458 6.72475 19.5006 6.70216 19.5006C6.70216 19.5006 6.67957 19.478 6.65699 19.4554C6.65699 19.4554 6.6344 19.4328 6.61181 19.4102C6.61181 19.4102 6.58922 19.3876 6.56663 19.3651C6.56663 19.3651 6.52146 19.3425 6.52146 19.3199C6.52146 19.3199 6.47628 19.2973 6.47628 19.2747C6.47628 19.2747 6.43111 19.2521 6.40852 19.2295C6.40852 19.2295 6.36334 19.2295 6.34075 19.2069C6.04711 19.0714 4.94192 18.5293 4.64827 18.3938C4.15134 18.1679 3.47531 18.1679 2.72991 18.5067C1.21813 19.1844 0 20.8317 0 22.2305C0 22.9307 0.293643 23.426 0.790578 23.6519C1.08422 23.7875 2.16683 24.307 2.46047 24.4651H3.09293C3.22846 24.7361 3.43175 24.962 3.70281 25.1427C3.79316 25.1879 4.15457 25.4138 4.69506 25.73V25.7752C4.808 26.2947 5.01129 26.7674 5.30494 27.174C5.64376 27.9872 6.31978 28.7084 7.24588 29.1827C7.26847 29.1827 7.29106 29.2053 7.31365 29.2279C9.86447 30.5364 14.3095 32.7258 15.7309 32.8613C15.9568 33.2679 16.2956 33.5616 16.7005 33.7649C17.1975 34.0133 19.9952 35.3444 20.5373 35.6155C20.5373 35.6155 20.5824 35.6155 20.605 35.6381H21.1471C21.7118 35.751 22.3879 35.7058 23.0881 35.4799C23.1333 35.4799 23.1784 35.4573 23.2236 35.4348C23.2914 35.4348 23.3366 35.3896 23.4043 35.367C23.5173 35.3218 23.6302 35.2766 23.7657 35.2315C26.3166 34.1037 28.3914 31.2592 28.3914 28.9117C28.3914 27.7387 27.8719 26.903 27.0378 26.4964C26.5182 26.2479 23.698 24.8943 23.1784 24.6458C22.7719 24.4651 22.3201 24.3522 21.8022 24.3747C21.5763 24.0359 21.0794 23.6293 20.1775 23.2018C18.5076 22.3886 19.3417 22.4338 19.929 21.8707C20.0871 21.7126 20.2001 21.5771 20.3582 21.4867C20.3582 21.4867 20.4034 21.4867 20.4259 21.5093C20.5163 21.5545 20.7873 21.69 21.081 21.8255C21.1036 21.8255 21.1262 21.8255 21.1488 21.8481C21.1939 21.8707 21.2391 21.8933 21.2843 21.9159H21.3069C21.3295 21.9159 21.3746 21.9385 21.3972 21.9611C21.5102 22.0288 21.6231 22.074 21.7135 22.1192C21.7135 22.1192 21.7586 22.1192 21.7586 22.1418H21.8264C21.9619 22.2095 22.12 22.2547 22.3007 22.2547C22.4814 22.2547 22.6847 22.2095 22.888 22.1418C22.9558 22.1418 23.001 22.0966 23.0687 22.074H23.0913C23.272 22.1644 23.4527 22.2547 23.656 22.3676C23.7012 22.3902 23.7464 22.4128 23.7915 22.4354C23.7915 22.4354 23.8367 22.4354 23.8367 22.458C23.8593 22.458 23.9045 22.4806 23.9271 22.5032C23.9271 22.5032 23.9722 22.5032 23.9722 22.5258C23.9948 22.5258 24.04 22.5483 24.0626 22.5709C24.0626 22.5709 24.1078 22.5709 24.1078 22.5935C24.1304 22.5935 24.1755 22.6161 24.1981 22.6387C24.1981 22.6387 24.2207 22.6387 24.2433 22.6613C24.2659 22.6613 24.3111 22.6839 24.3337 22.7065H24.3788C24.424 22.7065 24.4692 22.7516 24.4918 22.7742C24.6725 22.8646 24.8532 22.9549 25.0113 23.0453H25.0339C25.0565 23.0453 25.1016 23.0679 25.1242 23.0905C25.1242 23.0905 25.1694 23.0905 25.1694 23.113C25.192 23.113 25.2146 23.1356 25.2598 23.1582C25.2598 23.1582 25.3049 23.1582 25.3275 23.1808C25.3501 23.1808 25.3953 23.2034 25.4179 23.226C25.4179 23.226 25.4405 23.226 25.4631 23.2486C25.4856 23.2486 25.5308 23.2712 25.5534 23.2937C25.5534 23.2937 25.5986 23.2937 25.5986 23.3163C25.6212 23.3163 25.6663 23.3389 25.6889 23.3615H25.7341C25.847 23.4067 25.96 23.4745 26.0503 23.5196H26.0955C26.1181 23.5196 26.1633 23.5422 26.1859 23.5648C26.1859 23.5648 26.231 23.5648 26.231 23.5874C26.2536 23.5874 26.2762 23.61 26.3214 23.6326C26.3214 23.6326 26.3666 23.6326 26.3666 23.6552C26.3892 23.6552 26.4117 23.6777 26.4569 23.7003C26.4569 23.7003 26.5021 23.7003 26.5021 23.7229C26.5247 23.7229 26.5473 23.7455 26.5924 23.7681C26.5924 23.7681 26.6376 23.7681 26.6376 23.7907C26.6602 23.7907 26.6828 23.8133 26.728 23.8359C26.728 23.8359 26.7506 23.8359 26.7731 23.8584C26.7957 23.8584 26.8409 23.881 26.8635 23.9036H26.9087C27.0216 23.9488 27.112 23.994 27.2249 24.0617H27.2701C27.2927 24.0617 27.3378 24.0843 27.3604 24.1069H27.4056C27.4282 24.1069 27.4508 24.1295 27.496 24.1521C27.496 24.1521 27.5411 24.1521 27.5411 24.1747C27.5637 24.1747 27.5863 24.1973 27.6315 24.2199C27.6315 24.2199 27.6767 24.2199 27.6767 24.2424C27.6993 24.2424 27.7218 24.265 27.767 24.2876H27.8122C27.8348 24.2876 27.8574 24.3102 27.9025 24.3328H27.9477C27.9703 24.3328 28.0155 24.3554 28.0381 24.378H28.0607C28.1736 24.4231 28.264 24.4683 28.3769 24.5135H28.4221C28.4447 24.5135 28.4672 24.5361 28.5124 24.5587H28.5576C28.5802 24.5587 28.6028 24.5587 28.6254 24.5813H28.6705C28.6931 24.5813 28.7157 24.5813 28.7383 24.6038H28.7835C28.8061 24.6038 28.8287 24.6038 28.8512 24.6264H28.8964C28.919 24.6264 28.9416 24.6264 28.9642 24.649H29.0094C29.0319 24.649 29.0545 24.649 29.0997 24.6716C29.1675 24.6942 29.2352 24.7168 29.303 24.7394C29.3256 24.7394 29.3482 24.7394 29.3933 24.762H29.4385C29.4611 24.762 29.4837 24.762 29.5063 24.7846H29.5515C29.5741 24.7846 29.5966 24.7846 29.6192 24.8071H29.6644C29.687 24.8071 29.7096 24.8071 29.7322 24.8297H29.9806C30.071 24.8523 30.1613 24.8749 30.2291 24.8975H30.8842C30.9519 24.8975 31.0197 24.8975 31.0874 24.9201H31.1778C31.2456 24.9201 31.3133 24.9201 31.3811 24.9653C31.3811 24.9653 31.4263 24.9653 31.4489 24.9878C31.6747 25.3944 32.0135 25.7107 32.4411 25.9123C32.938 26.1608 35.7357 27.4919 36.2778 27.7629C36.2778 27.7629 36.323 27.7629 36.3456 27.7855H36.7522C37.362 27.9436 38.1058 27.8985 38.8964 27.65C38.9868 27.6274 39.0771 27.5822 39.1675 27.5596C39.2804 27.5145 39.3933 27.4693 39.5289 27.4241C42.0797 26.2963 44.1546 23.4519 44.1546 21.1043C44.1546 19.9314 43.635 19.0956 42.8009 18.689L43.0026 19.6829L42.9929 19.6813Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
3
|
+
<g clip-path="url(#clip0_31411_11427)">
|
|
4
|
+
<path d="M7.44257 23.9332C7.87688 24.1938 8.46164 24.1503 9.13482 23.7595C10.4579 22.9994 11.522 21.1552 11.522 19.6149C11.522 18.8549 11.2614 18.3136 10.8271 18.0747C10.5665 17.9227 9.61256 17.3798 9.35197 17.2278C8.91766 16.9889 8.3329 17.0106 7.65972 17.4015C6.33664 18.1615 5.27258 20.0058 5.27258 21.546C5.27258 22.3061 5.53317 22.8474 5.96748 23.0863C6.22806 23.2383 7.18198 23.7812 7.44257 23.9332Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
5
|
+
<path d="M20.8736 15.6457C21.3079 15.9063 21.8927 15.8629 22.5658 15.472C23.8889 14.7119 24.953 12.8677 24.953 11.3274C24.953 10.5674 24.6924 10.0261 24.2581 9.78721C23.9975 9.6352 23.0436 9.09232 22.783 8.94031C22.3487 8.70144 21.7639 8.72316 21.0908 9.11403C19.7677 9.87407 18.7036 11.7183 18.7036 13.2586C18.7036 14.0186 18.9642 14.5599 19.3985 14.7988C19.6591 14.9508 20.613 15.4937 20.8736 15.6457Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
6
|
+
<path d="M16.3599 21.3304C16.2947 21.287 13.3446 19.9422 11.4786 19.117C11.3917 18.6392 11.1529 18.2918 10.8271 18.0979C10.3928 17.859 9.80806 17.8807 9.13488 18.2716C7.81179 19.0317 6.74774 20.8759 6.74774 22.4162C6.74774 23.1762 7.00833 23.7175 7.44263 23.9564C7.74665 24.1301 8.13753 24.1736 8.54857 24.0433C10.2191 25.2361 12.9103 27.1672 12.9738 27.2106C13.2996 27.3626 14.2752 26.4723 14.7964 26.1264L16.3149 23.5004C16.3801 22.8706 16.6406 21.5693 16.3583 21.3738V21.3304H16.3599Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
7
|
+
<path d="M30.2236 13.2802C30.1584 13.2368 26.8391 11.7182 24.908 10.8279C24.8211 10.3285 24.5822 9.98101 24.2565 9.80884C23.8222 9.56997 23.2374 9.59169 22.5643 9.98256C21.2412 10.7426 20.1771 12.5869 20.1771 14.1271C20.1771 14.8871 20.4377 15.4285 20.872 15.6673C21.176 15.8411 21.5886 15.8845 22.0214 15.7325C23.7571 16.9687 26.7507 19.0953 26.8375 19.1387C27.1633 19.2907 28.1823 18.4221 28.7035 18.0762L30.222 15.4502C30.2655 14.8204 30.526 13.4974 30.222 13.3019V13.2802H30.2236Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
8
|
+
<path d="M24.1929 17.6637C24.1929 17.2946 24.2363 16.9471 24.3015 16.5795C24.3666 16.2119 24.4535 15.8629 24.5838 15.517C24.6924 15.1696 24.8444 14.8221 25.0181 14.4979C25.1918 14.1738 25.3655 13.8465 25.5827 13.544C25.7998 13.2416 26.017 12.9577 26.2776 12.6971C26.5382 12.4365 26.7988 12.1977 27.1028 11.9805C27.3634 11.8068 27.6239 11.6331 27.9062 11.5028C26.6483 10.9165 25.7363 10.4837 25.5842 10.4186C25.0414 10.2014 24.5217 10.2448 23.892 10.5489C23.132 10.918 22.4603 11.5896 21.9826 12.4148C21.5266 13.24 21.266 14.1505 21.3311 14.9974C21.3963 15.6923 21.6351 16.1902 22.0695 16.5159C22.1997 16.6028 23.0451 17.2108 24.2177 18.0127V17.6436L24.196 17.6653L24.1929 17.6637Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
9
|
+
<path d="M10.8271 25.9511C10.8706 25.6037 10.914 25.2562 11.0009 24.9321C11.066 24.6063 11.1529 24.2806 11.2614 23.9564C11.37 23.6524 11.4786 23.3484 11.6306 23.0459C11.7609 22.7636 11.9346 22.4813 12.1083 22.199C12.2821 21.9384 12.4775 21.6779 12.6946 21.439C12.9118 21.2001 13.1507 20.983 13.3895 20.7658C13.6501 20.5487 13.9324 20.3749 14.2147 20.2012C14.3884 20.0926 14.5839 20.0058 14.7793 19.9189C13.3694 19.2675 12.3053 18.7696 12.1533 18.7044C11.6321 18.4873 11.1342 18.5524 10.5045 18.8564C9.76618 19.2256 9.09455 19.9189 8.61681 20.7224C8.16079 21.5476 7.87849 22.4581 7.94364 23.2832C7.98707 23.9781 8.20422 24.4543 8.63853 24.7801C8.76882 24.8669 9.63588 25.4967 10.8085 26.3203C10.8085 26.19 10.8302 26.0597 10.8519 25.9077L10.8302 25.9511H10.8271Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
10
|
+
<path d="M9.48229 25.4734C9.6343 26.342 9.98175 27.0787 10.4796 27.6433L10.5014 27.6651L10.5448 27.7085C10.5448 27.7085 10.5665 27.7302 10.5882 27.7519L11.4134 28.6624L11.3917 28.6407C11.3917 28.6407 11.37 28.619 11.3483 28.5973C11.3048 28.5538 11.2831 28.5104 11.2397 28.467C11.1745 28.3801 11.1094 28.2715 11.0442 28.1847C10.7185 27.6635 10.4796 27.057 10.3711 26.3838C10.3276 26.0364 10.2842 25.689 10.3059 25.3431C10.3711 22.8256 12.0416 20.3315 14.4287 19.4628C15.0585 19.224 15.6867 19.1371 16.2947 19.1805H16.5336L16.7725 19.224H16.8593L15.6231 18.92C15.5145 18.8982 15.4059 18.8765 15.2756 18.8548C14.6242 18.7462 13.9091 18.8114 13.1925 19.0937C10.914 19.9189 9.33029 22.3696 9.39543 24.8002V25.1476C9.39543 25.2562 9.39543 25.3648 9.43886 25.4734H9.48229Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
11
|
+
<path d="M23.3895 17.4465C23.5415 18.3151 23.8889 19.0519 24.3868 19.6165L24.4085 19.6382L24.452 19.6816L24.4954 19.7251L25.3206 20.6356L25.2989 20.6138L25.2554 20.5704C25.212 20.527 25.1903 20.4835 25.1469 20.4401C25.0817 20.3533 25.0166 20.2447 24.9514 20.1578C24.6257 19.6366 24.3868 19.0302 24.2782 18.357C24.2348 18.0095 24.1914 17.6621 24.2131 17.3162C24.2782 14.7988 25.9488 12.3046 28.3359 11.436C28.9657 11.1971 29.5939 11.1103 30.2019 11.1537H30.4407L30.6796 11.1971H30.7665L29.5303 10.8931C29.4217 10.8714 29.3131 10.8497 29.1828 10.828C28.5313 10.7194 27.8163 10.7845 27.0997 11.0668C24.8211 11.892 23.2375 14.3428 23.3026 16.7733V17.1208C23.3026 17.2293 23.3026 17.3379 23.346 17.4465H23.3895Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
12
|
+
<path d="M35.1933 13.4104L31.2007 11.0667C30.1165 10.437 28.7702 10.3935 27.686 11.0016C26.9911 11.3925 26.2543 11.9989 25.6245 12.9761C24.3883 14.8855 24.2146 15.2764 24.2363 15.3415C23.9323 15.3415 21.6103 15.4067 19.4419 17.4681L18.3794 18.5089L17.6628 19.3558C17.6628 19.3558 15.4493 16.8818 12.0431 20.592C10.5029 22.2843 9.96001 23.9982 9.85143 25.3647C9.72114 26.9267 10.5029 28.4235 11.8477 29.227C14.3868 30.7889 18.9858 33.5018 19.5287 32.9372C20.2888 32.1554 20.3539 26.1465 24.3449 25.1476C24.3449 25.1476 25.7983 24.0417 23.1521 22.5216C21.6987 21.6747 22.4138 21.6964 22.9349 21.0682C23.4778 20.395 23.5864 19.984 26.2543 21.5894C29.009 23.2599 32.0694 25.2779 33.3707 24.8219C34.2176 24.5178 38.5343 16.3606 38.5343 16.3606C38.5343 16.3606 38.9035 15.1461 35.215 13.4321L35.1933 13.4104Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
13
|
+
<path d="M40.2918 16.8601C39.8792 16.6212 37.7309 15.385 37.3199 15.1462C36.6467 14.7553 35.6928 14.8204 34.6722 15.4067C32.8713 16.4475 31.3745 18.7478 31.0054 20.9178C30.9619 21.1132 30.7882 21.2435 30.5928 21.2218C30.8317 17.5767 30.115 17.555 30.115 17.555C28.5314 17.1641 26.6871 15.5805 26.166 15.7759C25.6448 15.9713 25.6882 18.0327 25.5362 18.0545C25.1236 18.0979 23.6268 19.7901 23.2142 19.7684C22.9319 19.7684 26.4467 21.591 26.1644 21.5475C26.2078 21.5475 26.2295 21.591 26.273 21.6127C28.7253 23.0878 31.3932 24.8452 32.8682 24.9103C32.9334 24.9103 32.9985 24.9103 33.042 24.9537C33.802 25.3881 34.7125 25.9077 34.9948 26.0814C35.6028 26.4288 36.4482 26.4288 37.3602 25.9728C37.4471 25.9294 37.5557 25.8642 37.6425 25.8208C39.7257 24.628 41.3962 21.7197 41.3962 19.3124C41.3962 18.1196 40.9836 17.2727 40.2903 16.8818V16.8601H40.2918Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
14
|
+
<path d="M43.0683 17.9676C42.6122 17.707 40.1398 16.2753 39.6838 16.0148C38.9454 15.5805 37.9264 15.6456 36.8204 16.2971C34.5853 17.5984 32.7628 20.7441 32.7628 23.3266C32.7628 24.628 33.2188 25.5401 33.9556 25.9526C34.3899 26.2132 36.8406 27.6232 37.3183 27.9055C37.9264 28.2529 38.7283 28.2746 39.6186 27.9055C39.7055 27.862 39.7923 27.8403 39.8575 27.7969C39.9661 27.7535 40.0746 27.6883 40.1615 27.6232C42.3966 26.3218 44.2192 23.1762 44.2192 20.5936C44.2192 19.2922 43.7631 18.3802 43.0264 17.9676H43.0698H43.0683Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
15
|
+
<path d="M36.2124 26.2986C35.3004 25.0624 34.5202 23.6726 34.4767 22.1106C34.4767 21.2855 34.6504 20.5053 34.9327 19.7452C35.1933 19.0069 35.5408 18.3136 35.9952 17.6621C36.2124 17.3364 36.473 17.0324 36.7336 16.7516C36.9724 16.491 37.233 16.2739 37.4719 16.0133L37.5153 15.9698C37.2982 16.0567 37.0593 16.1653 36.8204 16.2956C34.5853 17.597 32.7628 20.7426 32.7628 23.3252C32.7628 24.6265 33.2188 25.5386 33.9556 25.9512C34.3899 26.2117 36.8406 27.6217 37.3183 27.904C37.4486 27.9909 37.6006 28.0343 37.7526 28.0777C37.1663 27.5348 36.6901 26.9284 36.2124 26.2769V26.2986Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
16
|
+
<path d="M43.5894 20.9179C43.5894 19.8337 43.242 19.0736 42.6355 18.7262C42.029 18.3787 41.1821 18.4439 40.2483 19.0085C38.3824 20.1144 36.8421 22.8056 36.7987 24.9755C36.7987 26.0598 37.1462 26.8198 37.7526 27.1672C38.3591 27.5147 39.206 27.4495 40.1398 26.8849C42.0057 25.7573 43.546 23.0879 43.5894 20.9179Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
17
|
+
<path d="M42.5688 20.3315C42.5688 19.6149 42.3082 18.9649 41.939 18.5089C41.4396 18.4655 40.8548 18.6175 40.2468 18.9867C38.3808 20.0926 36.8405 22.7837 36.7971 24.9537C36.7971 25.6703 36.9491 26.2551 37.2314 26.6677C37.796 26.7546 38.4894 26.6677 39.1191 26.2985C40.9851 25.1709 42.5253 22.5014 42.5688 20.3315Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
18
|
+
<path d="M29.8777 17.3814C29.0525 16.8819 26.7972 15.5154 25.972 15.0159C24.6055 14.1907 22.6961 14.2993 20.613 15.5805C19.3985 16.3188 18.0304 17.2511 16.9679 18.4439C16.9679 18.4873 16.9462 18.5307 16.9245 18.5741C16.7942 19.0085 16.729 19.4629 16.6639 19.8972C16.6422 20.071 16.6204 20.2447 16.5987 20.3967C16.577 20.5704 16.5336 20.7224 16.5119 20.8961C16.425 21.287 16.3599 21.6779 16.3599 22.0672V22.1758L17.185 22.9793C18.4213 24.1721 20.4393 24.0201 21.4164 22.6101C21.4164 22.6101 21.4382 22.5667 21.4599 22.545C21.677 22.2192 21.8508 21.9586 21.9376 21.8501C21.981 21.8066 22.0245 21.7415 22.0679 21.6981C22.1113 21.6546 22.1548 21.6112 22.1982 21.546C22.2416 21.5026 22.2851 21.4592 22.3285 21.394C22.3719 21.3506 22.4153 21.2855 22.4588 21.242C22.7845 20.8729 23.132 20.5471 23.4779 20.223C23.5213 20.1795 23.5647 20.1361 23.6081 20.1144L23.6299 20.0927C23.6733 20.0492 23.7167 20.0275 23.7602 19.9841C23.7602 19.9841 23.7819 19.9841 23.8036 19.9624C23.847 19.9189 23.8904 19.8972 23.9339 19.8538L23.9773 19.8104C24.0207 19.7887 24.0642 19.7452 24.0859 19.7235L24.1293 19.6801C24.1727 19.6584 24.1945 19.6149 24.2379 19.5932C24.2379 19.5932 24.2813 19.5715 24.303 19.5498C24.3465 19.5281 24.3682 19.5064 24.4116 19.4629C24.4333 19.4629 24.455 19.4195 24.4768 19.4195C24.4985 19.4195 24.5419 19.3761 24.5636 19.3543C24.6288 19.3109 24.6722 19.2892 24.7373 19.2458C26.2342 18.2701 27.579 18.0095 28.643 18.3353L29.3162 18.7479C29.5116 18.8782 29.7722 18.7913 29.9025 18.5959C29.9894 18.4221 30.0979 18.2267 30.1848 18.0747C30.2717 17.9227 30.2282 17.6621 30.0545 17.5535C29.8808 17.4449 29.9242 17.4667 29.8374 17.4232L29.8808 17.3798L29.8777 17.3814Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
19
|
+
<path d="M21.1776 22.4797C20.6781 22.3928 20.2019 22.2625 19.7459 22.0671C19.355 21.8934 18.9642 21.6545 18.6834 21.3288C18.4027 21.0031 18.2274 20.5905 18.1839 20.1794C18.1188 19.6365 18.2491 19.0735 18.4445 18.574C18.7268 17.8357 19.1177 17.1424 19.5722 16.4909C19.7025 16.3172 19.8111 16.1435 19.9631 15.9915C18.6183 16.8166 17.1432 17.814 16.4266 19.2891C16.2311 19.7017 16.1008 20.1779 15.9922 20.6339C15.8837 21.0899 15.9054 21.3939 16.0357 21.7398C16.1443 21.9787 16.2963 22.1741 16.47 22.3696C17.1432 23.1079 17.9668 23.7578 19.0091 23.8012C19.8995 23.8447 20.7882 23.4321 21.3311 22.717C21.3528 22.6953 21.3746 22.6519 21.3963 22.6302C21.3963 22.6302 21.418 22.5867 21.4397 22.565V22.5433C21.3528 22.5433 21.2443 22.5216 21.1574 22.4999L21.1791 22.4781L21.1776 22.4797Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
20
|
+
<path d="M26.3846 24.8887C25.972 24.6498 23.8237 23.4136 23.4127 23.1747C22.7395 22.7838 21.7856 22.849 20.765 23.4353C19.2682 24.3039 17.9668 27.341 17.3805 28.9681C16.7942 30.5952 16.4483 29.9871 15.7751 29.7933C15.0802 29.5978 14.4086 29.3155 13.7571 28.9681C13.3445 28.7509 12.9537 28.512 12.586 28.2297C11.6756 27.5566 10.8504 26.7764 10.1772 25.8643C10.0686 25.734 9.98175 25.582 9.87317 25.43V25.5169C9.78631 26.992 10.5246 28.3802 11.7826 29.162C14.0394 30.5502 18.0738 32.9373 19.2682 33.0025C20.0065 33.4151 20.8301 33.913 21.1124 34.065C21.677 34.3907 22.4138 34.4124 23.2607 34.065C23.3693 34.0215 23.4779 33.9781 23.5864 33.913C23.6516 33.8695 23.7167 33.8478 23.7819 33.8044C25.865 32.6116 27.5355 29.7033 27.5355 27.296C27.5355 26.1032 27.1229 25.2563 26.4296 24.8654L26.3862 24.8871L26.3846 24.8887Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
21
|
+
<path d="M29.1611 25.9947C28.7051 25.7341 26.2326 24.3024 25.7766 24.0419C25.0383 23.6076 24.0192 23.6727 22.9133 24.3242C20.6781 25.6255 18.8556 28.7712 18.8556 31.3537C18.8556 32.6551 19.3116 33.5672 20.0484 33.9797C20.4827 34.2403 22.9334 35.6503 23.4112 35.9326C24.0192 36.28 24.7994 36.3017 25.6897 35.9326C25.7332 35.9326 25.7766 35.8891 25.7983 35.8891C25.8417 35.8674 25.9069 35.8457 25.9503 35.824C26.0589 35.7806 26.1675 35.7154 26.2543 35.6503C28.4895 34.3489 30.312 31.2033 30.312 28.6207C30.312 27.3193 29.856 26.4073 29.1192 25.9947H29.1626H29.1611Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
22
|
+
<path d="M23.6066 35.4764C22.9986 34.8901 22.4573 34.2619 21.9361 33.5887C21.0039 32.3525 20.2004 30.8991 19.9833 29.3356C19.9181 28.9013 19.3101 28.8361 19.1798 29.2704C18.9626 29.9871 18.8323 30.7021 18.8323 31.3753C18.8323 32.6767 19.2884 33.5887 20.0251 34.0013C20.4594 34.2619 22.9102 35.6718 23.3879 35.9541C23.6702 36.1061 23.9959 36.2147 24.3418 36.2147C24.0813 35.9758 23.8424 35.737 23.5818 35.4981L23.6035 35.4764H23.6066Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
23
|
+
<path d="M29.6822 28.9447C29.6822 27.8605 29.3348 27.1005 28.7283 26.753C28.1218 26.4056 27.2749 26.4707 26.3412 27.0353C24.4752 28.1413 22.935 30.8324 22.8915 33.0024C22.8915 34.0866 23.239 34.8467 23.8455 35.1941C24.4519 35.5415 25.2988 35.4764 26.2326 34.9118C28.0986 33.7842 29.6388 31.1147 29.6822 28.9447Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
24
|
+
<path d="M28.6616 28.36C28.6616 27.6434 28.4011 26.9935 28.0319 26.5375C27.5324 26.4941 26.9477 26.6461 26.3397 27.0152C24.4737 28.1212 22.9334 30.8123 22.89 32.9823C22.89 33.6989 23.042 34.2837 23.3243 34.6963C23.8889 34.7831 24.5823 34.6963 25.212 34.3271C27.078 33.1994 28.6182 30.53 28.6616 28.36Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
25
|
+
<path d="M23.1289 34.3255C23.5632 34.3255 24.0409 34.1952 24.4737 33.9346C26.3396 32.807 27.8799 30.1376 27.9233 27.9676C27.9233 27.4464 27.793 26.9702 27.5759 26.5576C27.3804 26.5793 27.185 26.6445 26.9896 26.7096C27.0547 26.9702 27.0547 27.2525 27.0547 27.5131C27.033 28.2297 26.8375 28.923 26.577 29.5962C26.3164 30.2477 25.9689 30.8759 25.5362 31.4622C25.3625 31.7011 25.167 31.9399 24.9499 32.1571C24.7979 32.3091 24.6676 32.4394 24.5156 32.5697C24.3418 32.7217 24.1681 32.852 23.9944 32.9823C23.6687 33.2211 23.3212 33.4166 22.9319 33.5469C22.9753 33.8509 23.0405 34.1115 23.1273 34.3286L23.1289 34.3255Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
26
|
+
<path d="M36.9724 26.1248C37.4067 26.1031 37.8627 25.9728 38.2955 25.7339C40.1614 24.6063 41.7017 21.9369 41.7451 19.7669C41.7451 19.3108 41.6583 18.8982 41.4845 18.5306C41.2674 18.5524 41.0502 18.6175 40.8331 18.7044C40.8548 18.8998 40.8765 19.117 40.8548 19.3124C40.8331 20.029 40.6376 20.7223 40.3771 21.3955C40.1165 22.047 39.769 22.6752 39.3363 23.2615C39.1625 23.5004 38.9671 23.7392 38.75 23.9564C38.5979 24.1084 38.4677 24.2387 38.3156 24.369C38.1419 24.521 37.9682 24.6513 37.7945 24.7816C37.4905 24.9987 37.1647 25.1942 36.7971 25.3244C36.7971 25.6285 36.8623 25.889 36.9491 26.1279H36.9708L36.9724 26.1248Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
27
|
+
<path d="M26.7957 17.6418C26.6219 17.555 25.6897 16.9904 25.516 16.9035C25.2337 16.7515 24.8428 16.7732 24.4318 17.0121C23.5849 17.5115 22.8915 18.7043 22.8915 19.68C22.8915 20.1794 23.0653 20.5269 23.3476 20.6773C23.5213 20.7642 24.4535 21.3071 24.6272 21.4157C24.8661 21.546 25.1918 21.546 25.5594 21.3939C25.6029 21.3722 25.668 21.3505 25.7114 21.3071C26.5583 20.8076 27.2517 19.6148 27.2517 18.6392C27.2517 18.1397 27.078 17.7923 26.7957 17.6418Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
28
|
+
<path d="M26.7956 17.642C26.6653 17.5768 26.1225 17.2511 25.7766 17.0557C25.5594 17.1425 25.3423 17.2511 25.1468 17.3814C24.8211 17.6203 24.5388 17.9243 24.2999 18.25C24.061 18.5975 23.909 18.9883 23.8005 19.3994C23.6919 19.8104 23.6702 20.2246 23.7136 20.6356C23.7136 20.7225 23.7353 20.8093 23.757 20.9179C24.0828 21.1133 24.4954 21.3522 24.6039 21.4174C24.8428 21.5476 25.1685 21.5476 25.5361 21.3956C25.5796 21.3739 25.6447 21.3522 25.6881 21.3088C26.535 20.8093 27.2284 19.6165 27.2284 18.6409C27.2284 18.1414 27.0547 17.794 26.7724 17.6435H26.7941L26.7956 17.642ZM26.7956 19.3994C26.6871 19.6165 26.5785 19.8337 26.4482 20.0508C26.2745 20.3114 26.1007 20.572 25.8836 20.7892C25.7099 20.9629 25.4927 21.1366 25.2321 21.1583C24.9715 21.1583 24.7544 20.9412 24.6675 20.7023C24.5589 20.42 24.6024 20.116 24.6675 19.8337C24.7544 19.4862 24.9064 19.1605 25.1018 18.8798C25.2973 18.599 25.5144 18.3369 25.7967 18.1197C26.0139 17.9677 26.4265 17.7288 26.7506 17.9894C26.9895 18.1631 27.0112 18.4672 26.9895 18.706C26.9678 18.9449 26.9027 19.2055 26.7941 19.4226V19.4009L26.7956 19.3994Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
29
|
+
</g>
|
|
30
|
+
<defs>
|
|
31
|
+
<clipPath id="clip0_31411_11427">
|
|
32
|
+
<rect width="45" height="28.5286" fill="var(--sapContent_Illustrative_Color8)" transform="translate(0 8.23572)"/>
|
|
33
|
+
</clipPath>
|
|
34
|
+
</defs>
|
|
35
|
+
</svg>`;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dot-NoTasks">
|
|
2
|
+
<path d="M8.22207 21.0659C5.98241 19.4061 3.74275 17.7463 1.50309 16.0883C1.40162 16.014 1.30377 16.1826 1.40343 16.2568C3.64309 17.9167 5.88275 19.5765 8.1224 21.2345C8.22388 21.3088 8.32173 21.1402 8.22207 21.0659Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
3
|
+
<path d="M7.90313 20.7051C7.07942 18.8981 6.25569 17.0911 5.43198 15.2841C4.11849 12.4011 2.805 9.52184 1.49151 6.63884C1.18725 5.97468 0.886706 5.31051 0.582451 4.64264C0.541636 4.55359 0.385799 4.5944 0.39693 4.69458C0.716026 8.05994 1.03513 11.429 1.35051 14.7944C1.39504 15.273 1.43956 15.7554 1.4878 16.234C1.49893 16.3602 1.69929 16.3639 1.68816 16.234C1.36906 12.8686 1.04997 9.49958 0.73458 6.13423C0.690055 5.65558 0.645531 5.17323 0.597296 4.69458L0.411775 4.74653C1.23549 6.5535 2.0592 8.36048 2.88292 10.1675C4.19641 13.0505 5.5099 15.9297 6.82339 18.8127C7.12764 19.4769 7.42819 20.1411 7.73245 20.809C7.78439 20.9277 7.95877 20.8238 7.90682 20.7088L7.90313 20.7051Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
4
|
+
<path d="M8.14895 20.4258C5.91225 18.7726 3.67553 17.1193 1.44963 15.4553C1.2011 15.2716 0.801316 15.4121 0.650041 15.6606C0.477155 15.9524 0.606822 16.2657 0.855345 16.4602C3.09205 18.1134 5.32871 19.7666 7.55461 21.4307C7.80313 21.6144 8.20298 21.4739 8.35426 21.2254C8.52714 20.9336 8.39748 20.6203 8.14895 20.4258Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
5
|
+
<path d="M7.87879 20.5121C5.73933 15.8118 3.59987 11.1223 1.46041 6.42197C1.15786 5.75204 0.84447 5.08211 0.54192 4.40138C0.423061 4.14205 -0.0307635 4.26091 0.00165258 4.55265C0.369034 8.41016 0.736427 12.2677 1.093 16.1252C1.12542 16.4926 1.70888 16.5034 1.67647 16.1252C1.30909 12.2677 0.94176 8.41016 0.585184 4.55265L0.0449162 4.70392C2.18438 9.40425 4.32384 14.0938 6.4633 18.7941C6.76585 19.464 7.07917 20.134 7.38172 20.8147C7.533 21.1605 8.04082 20.8579 7.88954 20.523L7.87879 20.5121Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
6
|
+
<path d="M33.051 38.8663C39.6503 37.8305 44.8431 35.9914 44.6496 34.7586C44.4561 33.5258 38.6584 31.7741 32.0592 32.8099C25.4599 33.8456 20.5582 37.2766 20.7517 38.5095C20.9452 39.7423 26.4518 39.9021 33.051 38.8663Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
7
|
+
<path d="M37.2357 17.4399C39.1591 19.4497 41.0717 21.4595 42.995 23.4693C43.5137 24.0096 44.3349 23.1884 43.8162 22.6481C41.8929 20.6383 39.9803 18.6285 38.057 16.6187C37.5383 16.0785 36.7171 16.8997 37.2357 17.4399Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
8
|
+
<path d="M38.0896 17.375C39.8616 13.5931 41.6337 9.81124 43.4058 6.02937L42.8655 5.87809C42.8871 10.7945 42.9087 15.711 42.9195 20.6274C42.9195 21.3297 42.9195 22.0429 42.9195 22.7452C42.9195 23.1234 43.503 23.1234 43.503 22.7452C43.4814 17.8288 43.4598 12.9124 43.449 7.99594C43.449 7.29359 43.449 6.58044 43.449 5.87809C43.449 5.60796 43.0276 5.45668 42.9087 5.72682C41.1366 9.50869 39.3646 13.2906 37.5925 17.0724C37.4304 17.4074 37.9383 17.7099 38.1004 17.3642L38.0896 17.375Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
9
|
+
<path d="M42.5381 23.1553L29.7905 28.5968L25.6011 29.0063L20.3553 28.7236C20.3553 28.7236 34.828 22.9541 36.8864 17.2263L42.5381 23.1553Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
10
|
+
<path d="M3.55601 17.587L3.29508 17.9277C3.58863 18.1506 3.89305 18.3807 4.19928 18.6144L4.46021 18.2738C4.15398 18.0418 3.84775 17.8099 3.55601 17.587ZM1.92701 16.353L1.66608 16.6937C1.92338 16.8894 2.23143 17.1231 2.57028 17.3804L2.83121 17.0398C2.49236 16.7825 2.18431 16.5487 1.92701 16.353ZM7.71823 20.7436C7.4736 20.5587 7.16375 20.3232 6.81403 20.0568L6.5531 20.3975C6.90463 20.6638 7.21448 20.8976 7.4573 21.0842L7.71823 20.7436ZM5.18321 18.8228L4.92228 19.1635C5.23213 19.399 5.53655 19.6292 5.82648 19.8502L6.08741 19.5096C5.79748 19.2885 5.49306 19.0584 5.18321 18.8228Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
11
|
+
<path d="M42.0833 21.6351L41.5197 22.1298L42.3007 22.9561L42.8642 22.4614L42.0833 21.6351Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
12
|
+
<path d="M41.9383 21.4829L41.4037 22.0066L42.1847 22.8329L42.7193 22.3092L41.9383 21.4829Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
13
|
+
<path d="M40.6917 20.1527L40.1281 20.6474L40.9091 21.4737L41.4726 20.979L40.6917 20.1527Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
14
|
+
<path d="M40.5466 19.9988L40.0121 20.5225L40.7931 21.3487L41.3276 20.8251L40.5466 19.9988Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
15
|
+
<path d="M39.2565 18.6487L38.693 19.1434L39.474 19.9696L40.0375 19.475L39.2565 18.6487Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
16
|
+
<path d="M39.1097 18.4949L38.5751 19.0204L39.3579 19.8466L39.8925 19.3212L39.1097 18.4949Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
17
|
+
<path d="M37.8757 17.1847L37.3122 17.6794L38.0932 18.5057L38.6567 18.011L37.8757 17.1847Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
18
|
+
<path d="M37.7308 17.0308L37.1945 17.5544L37.9773 18.3807L38.5118 17.857L37.7308 17.0308Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
19
|
+
<path d="M29.9825 28.6476C29.9825 28.6476 28.2321 29.0136 27.6686 29.077C27.1051 29.1423 26.9492 29.1713 26.9492 29.1713" fill="var(--sapContent_Illustrative_Color24)"/>
|
|
20
|
+
<path d="M1.67883 16.4001L8.11332 21.1422C8.11332 21.1422 18.8423 27.3031 20.8355 28.1312C22.8306 28.9593 28.4605 28.2852 29.6637 27.9101C30.8687 27.5332 42.5363 23.159 42.5363 23.159C42.5363 23.159 42.5888 23.1246 39.7784 25.4639C36.0764 28.5425 30.9031 30.5955 27.6415 31.5215C25.7262 32.0651 22.0641 32.7301 19.7682 32.7301C17.4724 32.7301 13.5748 30.8854 11.9892 29.4992C8.85081 26.7522 1.67883 16.4001 1.67883 16.4001Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
21
|
+
<path d="M5.03833 21.0842C5.03833 21.0842 14.1111 27.1509 16.0609 28.0351C17.3709 28.6295 19.1884 30.012 22.1076 30.4415C22.6675 30.523 30.7165 30.494 30.7165 30.494C30.0823 30.5031 27.473 32.2444 20.1325 32.7482C18.7553 32.8424 18.3748 32.6032 17.7261 32.4673C15.7927 32.0669 13.7433 30.7985 13.0601 30.2929C12.3335 29.7565 11.7229 29.2909 10.5451 28.0333C9.91629 27.3629 9.31651 26.7087 8.98491 26.3481C8.69318 26.031 5.53664 21.7112 5.04014 21.0824L5.03833 21.0842Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
22
|
+
</svg>`;
|