@ui5/webcomponents-fiori 0.0.0-037d08c67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.production +1 -0
- package/.env.testing +4 -0
- package/.npsrc.json +3 -0
- package/CHANGELOG.md +4053 -0
- package/LICENSE.txt +201 -0
- package/README.md +77 -0
- package/cypress.config.js +3 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/Assets-fetch.d.ts +3 -0
- package/dist/Assets-fetch.js +6 -0
- package/dist/Assets-fetch.js.map +1 -0
- package/dist/Assets-node.d.ts +14 -0
- package/dist/Assets-node.js +17 -0
- package/dist/Assets-node.js.map +1 -0
- package/dist/Assets.d.ts +3 -0
- package/dist/Assets.js +6 -0
- package/dist/Assets.js.map +1 -0
- package/dist/BarcodeScannerDialog.d.ts +137 -0
- package/dist/BarcodeScannerDialog.js +366 -0
- package/dist/BarcodeScannerDialog.js.map +1 -0
- package/dist/BarcodeScannerDialogTemplate.d.ts +2 -0
- package/dist/BarcodeScannerDialogTemplate.js +8 -0
- package/dist/BarcodeScannerDialogTemplate.js.map +1 -0
- package/dist/DynamicPage.d.ts +165 -0
- package/dist/DynamicPage.js +398 -0
- package/dist/DynamicPage.js.map +1 -0
- package/dist/DynamicPageHeader.d.ts +57 -0
- package/dist/DynamicPageHeader.js +93 -0
- package/dist/DynamicPageHeader.js.map +1 -0
- package/dist/DynamicPageHeaderActions.d.ts +77 -0
- package/dist/DynamicPageHeaderActions.js +181 -0
- package/dist/DynamicPageHeaderActions.js.map +1 -0
- package/dist/DynamicPageHeaderActionsTemplate.d.ts +2 -0
- package/dist/DynamicPageHeaderActionsTemplate.js +8 -0
- package/dist/DynamicPageHeaderActionsTemplate.js.map +1 -0
- package/dist/DynamicPageHeaderTemplate.d.ts +2 -0
- package/dist/DynamicPageHeaderTemplate.js +5 -0
- package/dist/DynamicPageHeaderTemplate.js.map +1 -0
- package/dist/DynamicPageTemplate.d.ts +2 -0
- package/dist/DynamicPageTemplate.js +14 -0
- package/dist/DynamicPageTemplate.js.map +1 -0
- package/dist/DynamicPageTitle.d.ts +172 -0
- package/dist/DynamicPageTitle.js +246 -0
- package/dist/DynamicPageTitle.js.map +1 -0
- package/dist/DynamicPageTitleTemplate.d.ts +2 -0
- package/dist/DynamicPageTitleTemplate.js +16 -0
- package/dist/DynamicPageTitleTemplate.js.map +1 -0
- package/dist/DynamicSideContent.d.ts +234 -0
- package/dist/DynamicSideContent.js +413 -0
- package/dist/DynamicSideContent.js.map +1 -0
- package/dist/DynamicSideContentTemplate.d.ts +2 -0
- package/dist/DynamicSideContentTemplate.js +14 -0
- package/dist/DynamicSideContentTemplate.js.map +1 -0
- package/dist/FilterItem.d.ts +45 -0
- package/dist/FilterItem.js +48 -0
- package/dist/FilterItem.js.map +1 -0
- package/dist/FilterItemOption.d.ts +38 -0
- package/dist/FilterItemOption.js +54 -0
- package/dist/FilterItemOption.js.map +1 -0
- package/dist/FlexibleColumnLayout.d.ts +432 -0
- package/dist/FlexibleColumnLayout.js +1177 -0
- package/dist/FlexibleColumnLayout.js.map +1 -0
- package/dist/FlexibleColumnLayoutTemplate.d.ts +2 -0
- package/dist/FlexibleColumnLayoutTemplate.js +40 -0
- package/dist/FlexibleColumnLayoutTemplate.js.map +1 -0
- package/dist/GroupItem.d.ts +38 -0
- package/dist/GroupItem.js +54 -0
- package/dist/GroupItem.js.map +1 -0
- package/dist/IllustratedMessage.d.ts +252 -0
- package/dist/IllustratedMessage.js +426 -0
- package/dist/IllustratedMessage.js.map +1 -0
- package/dist/IllustratedMessageTemplate.d.ts +2 -0
- package/dist/IllustratedMessageTemplate.js +27 -0
- package/dist/IllustratedMessageTemplate.js.map +1 -0
- package/dist/MediaGallery.d.ts +178 -0
- package/dist/MediaGallery.js +441 -0
- package/dist/MediaGallery.js.map +1 -0
- package/dist/MediaGalleryItem.d.ts +117 -0
- package/dist/MediaGalleryItem.js +238 -0
- package/dist/MediaGalleryItem.js.map +1 -0
- package/dist/MediaGalleryItemTemplate.d.ts +2 -0
- package/dist/MediaGalleryItemTemplate.js +7 -0
- package/dist/MediaGalleryItemTemplate.js.map +1 -0
- package/dist/MediaGalleryTemplate.d.ts +2 -0
- package/dist/MediaGalleryTemplate.js +10 -0
- package/dist/MediaGalleryTemplate.js.map +1 -0
- package/dist/NavigationLayout.d.ts +74 -0
- package/dist/NavigationLayout.js +127 -0
- package/dist/NavigationLayout.js.map +1 -0
- package/dist/NavigationLayoutTemplate.d.ts +2 -0
- package/dist/NavigationLayoutTemplate.js +5 -0
- package/dist/NavigationLayoutTemplate.js.map +1 -0
- package/dist/NavigationMenu.d.ts +37 -0
- package/dist/NavigationMenu.js +68 -0
- package/dist/NavigationMenu.js.map +1 -0
- package/dist/NavigationMenuItem.d.ts +86 -0
- package/dist/NavigationMenuItem.js +159 -0
- package/dist/NavigationMenuItem.js.map +1 -0
- package/dist/NavigationMenuItemTemplate.d.ts +3 -0
- package/dist/NavigationMenuItemTemplate.js +34 -0
- package/dist/NavigationMenuItemTemplate.js.map +1 -0
- package/dist/NavigationMenuTemplate.d.ts +2 -0
- package/dist/NavigationMenuTemplate.js +12 -0
- package/dist/NavigationMenuTemplate.js.map +1 -0
- package/dist/NotificationList.d.ts +73 -0
- package/dist/NotificationList.js +135 -0
- package/dist/NotificationList.js.map +1 -0
- package/dist/NotificationListGroupItem.d.ts +93 -0
- package/dist/NotificationListGroupItem.js +224 -0
- package/dist/NotificationListGroupItem.js.map +1 -0
- package/dist/NotificationListGroupItemTemplate.d.ts +2 -0
- package/dist/NotificationListGroupItemTemplate.js +10 -0
- package/dist/NotificationListGroupItemTemplate.js.map +1 -0
- package/dist/NotificationListGroupList.d.ts +23 -0
- package/dist/NotificationListGroupList.js +52 -0
- package/dist/NotificationListGroupList.js.map +1 -0
- package/dist/NotificationListInternal.d.ts +21 -0
- package/dist/NotificationListInternal.js +161 -0
- package/dist/NotificationListInternal.js.map +1 -0
- package/dist/NotificationListItem.d.ts +200 -0
- package/dist/NotificationListItem.js +454 -0
- package/dist/NotificationListItem.js.map +1 -0
- package/dist/NotificationListItemBase.d.ts +52 -0
- package/dist/NotificationListItemBase.js +103 -0
- package/dist/NotificationListItemBase.js.map +1 -0
- package/dist/NotificationListItemTemplate.d.ts +2 -0
- package/dist/NotificationListItemTemplate.js +19 -0
- package/dist/NotificationListItemTemplate.js.map +1 -0
- package/dist/NotificationListTemplate.d.ts +2 -0
- package/dist/NotificationListTemplate.js +6 -0
- package/dist/NotificationListTemplate.js.map +1 -0
- package/dist/Page.d.ts +84 -0
- package/dist/Page.js +127 -0
- package/dist/Page.js.map +1 -0
- package/dist/PageTemplate.d.ts +2 -0
- package/dist/PageTemplate.js +11 -0
- package/dist/PageTemplate.js.map +1 -0
- package/dist/ProductSwitch.d.ts +79 -0
- package/dist/ProductSwitch.js +142 -0
- package/dist/ProductSwitch.js.map +1 -0
- package/dist/ProductSwitchItem.d.ts +117 -0
- package/dist/ProductSwitchItem.js +156 -0
- package/dist/ProductSwitchItem.js.map +1 -0
- package/dist/ProductSwitchItemTemplate.d.ts +2 -0
- package/dist/ProductSwitchItemTemplate.js +15 -0
- package/dist/ProductSwitchItemTemplate.js.map +1 -0
- package/dist/ProductSwitchTemplate.d.ts +2 -0
- package/dist/ProductSwitchTemplate.js +5 -0
- package/dist/ProductSwitchTemplate.js.map +1 -0
- package/dist/Search.d.ts +186 -0
- package/dist/Search.js +446 -0
- package/dist/Search.js.map +1 -0
- package/dist/SearchField.d.ts +155 -0
- package/dist/SearchField.js +233 -0
- package/dist/SearchField.js.map +1 -0
- package/dist/SearchFieldTemplate.d.ts +8 -0
- package/dist/SearchFieldTemplate.js +17 -0
- package/dist/SearchFieldTemplate.js.map +1 -0
- package/dist/SearchItem.d.ts +99 -0
- package/dist/SearchItem.js +216 -0
- package/dist/SearchItem.js.map +1 -0
- package/dist/SearchItemGroup.d.ts +17 -0
- package/dist/SearchItemGroup.js +42 -0
- package/dist/SearchItemGroup.js.map +1 -0
- package/dist/SearchItemShowMore.d.ts +49 -0
- package/dist/SearchItemShowMore.js +112 -0
- package/dist/SearchItemShowMore.js.map +1 -0
- package/dist/SearchItemShowMoreTemplate.d.ts +2 -0
- package/dist/SearchItemShowMoreTemplate.js +5 -0
- package/dist/SearchItemShowMoreTemplate.js.map +1 -0
- package/dist/SearchItemTemplate.d.ts +2 -0
- package/dist/SearchItemTemplate.js +16 -0
- package/dist/SearchItemTemplate.js.map +1 -0
- package/dist/SearchMessageArea.d.ts +27 -0
- package/dist/SearchMessageArea.js +41 -0
- package/dist/SearchMessageArea.js.map +1 -0
- package/dist/SearchMessageAreaTemplate.d.ts +2 -0
- package/dist/SearchMessageAreaTemplate.js +8 -0
- package/dist/SearchMessageAreaTemplate.js.map +1 -0
- package/dist/SearchPopoverTemplate.d.ts +3 -0
- package/dist/SearchPopoverTemplate.js +25 -0
- package/dist/SearchPopoverTemplate.js.map +1 -0
- package/dist/SearchScope.d.ts +30 -0
- package/dist/SearchScope.js +37 -0
- package/dist/SearchScope.js.map +1 -0
- package/dist/SearchTemplate.d.ts +2 -0
- package/dist/SearchTemplate.js +7 -0
- package/dist/SearchTemplate.js.map +1 -0
- package/dist/ShellBar.d.ts +556 -0
- package/dist/ShellBar.js +1390 -0
- package/dist/ShellBar.js.map +1 -0
- package/dist/ShellBarBranding.d.ts +79 -0
- package/dist/ShellBarBranding.js +116 -0
- package/dist/ShellBarBranding.js.map +1 -0
- package/dist/ShellBarBrandingTemplate.d.ts +2 -0
- package/dist/ShellBarBrandingTemplate.js +5 -0
- package/dist/ShellBarBrandingTemplate.js.map +1 -0
- package/dist/ShellBarItem.d.ts +75 -0
- package/dist/ShellBarItem.js +88 -0
- package/dist/ShellBarItem.js.map +1 -0
- package/dist/ShellBarPopoverTemplate.d.ts +2 -0
- package/dist/ShellBarPopoverTemplate.js +9 -0
- package/dist/ShellBarPopoverTemplate.js.map +1 -0
- package/dist/ShellBarSearch.d.ts +26 -0
- package/dist/ShellBarSearch.js +97 -0
- package/dist/ShellBarSearch.js.map +1 -0
- package/dist/ShellBarSearchPopoverTemplate.d.ts +2 -0
- package/dist/ShellBarSearchPopoverTemplate.js +12 -0
- package/dist/ShellBarSearchPopoverTemplate.js.map +1 -0
- package/dist/ShellBarSearchTemplate.d.ts +2 -0
- package/dist/ShellBarSearchTemplate.js +7 -0
- package/dist/ShellBarSearchTemplate.js.map +1 -0
- package/dist/ShellBarSpacer.d.ts +17 -0
- package/dist/ShellBarSpacer.js +38 -0
- package/dist/ShellBarSpacer.js.map +1 -0
- package/dist/ShellBarTemplate.d.ts +2 -0
- package/dist/ShellBarTemplate.js +62 -0
- package/dist/ShellBarTemplate.js.map +1 -0
- package/dist/SideNavigation.d.ts +178 -0
- package/dist/SideNavigation.js +543 -0
- package/dist/SideNavigation.js.map +1 -0
- package/dist/SideNavigationGroup.d.ts +56 -0
- package/dist/SideNavigationGroup.js +166 -0
- package/dist/SideNavigationGroup.js.map +1 -0
- package/dist/SideNavigationGroupTemplate.d.ts +2 -0
- package/dist/SideNavigationGroupTemplate.js +16 -0
- package/dist/SideNavigationGroupTemplate.js.map +1 -0
- package/dist/SideNavigationItem.d.ts +77 -0
- package/dist/SideNavigationItem.js +278 -0
- package/dist/SideNavigationItem.js.map +1 -0
- package/dist/SideNavigationItemBase.d.ts +81 -0
- package/dist/SideNavigationItemBase.js +122 -0
- package/dist/SideNavigationItemBase.js.map +1 -0
- package/dist/SideNavigationItemTemplate.d.ts +2 -0
- package/dist/SideNavigationItemTemplate.js +26 -0
- package/dist/SideNavigationItemTemplate.js.map +1 -0
- package/dist/SideNavigationPopoverTemplate.d.ts +2 -0
- package/dist/SideNavigationPopoverTemplate.js +13 -0
- package/dist/SideNavigationPopoverTemplate.js.map +1 -0
- package/dist/SideNavigationSelectableItemBase.d.ts +150 -0
- package/dist/SideNavigationSelectableItemBase.js +256 -0
- package/dist/SideNavigationSelectableItemBase.js.map +1 -0
- package/dist/SideNavigationSubItem.d.ts +26 -0
- package/dist/SideNavigationSubItem.js +64 -0
- package/dist/SideNavigationSubItem.js.map +1 -0
- package/dist/SideNavigationSubItemTemplate.d.ts +2 -0
- package/dist/SideNavigationSubItemTemplate.js +10 -0
- package/dist/SideNavigationSubItemTemplate.js.map +1 -0
- package/dist/SideNavigationTemplate.d.ts +2 -0
- package/dist/SideNavigationTemplate.js +20 -0
- package/dist/SideNavigationTemplate.js.map +1 -0
- package/dist/SortItem.d.ts +38 -0
- package/dist/SortItem.js +54 -0
- package/dist/SortItem.js.map +1 -0
- package/dist/Timeline.d.ts +146 -0
- package/dist/Timeline.js +380 -0
- package/dist/Timeline.js.map +1 -0
- package/dist/TimelineGroupItem.d.ts +71 -0
- package/dist/TimelineGroupItem.js +164 -0
- package/dist/TimelineGroupItem.js.map +1 -0
- package/dist/TimelineGroupItemTemplate.d.ts +2 -0
- package/dist/TimelineGroupItemTemplate.js +17 -0
- package/dist/TimelineGroupItemTemplate.js.map +1 -0
- package/dist/TimelineItem.d.ts +123 -0
- package/dist/TimelineItem.js +194 -0
- package/dist/TimelineItem.js.map +1 -0
- package/dist/TimelineItemTemplate.d.ts +2 -0
- package/dist/TimelineItemTemplate.js +29 -0
- package/dist/TimelineItemTemplate.js.map +1 -0
- package/dist/TimelineTemplate.d.ts +2 -0
- package/dist/TimelineTemplate.js +18 -0
- package/dist/TimelineTemplate.js.map +1 -0
- package/dist/UploadCollection.d.ts +124 -0
- package/dist/UploadCollection.js +221 -0
- package/dist/UploadCollection.js.map +1 -0
- package/dist/UploadCollectionItem.d.ts +169 -0
- package/dist/UploadCollectionItem.js +400 -0
- package/dist/UploadCollectionItem.js.map +1 -0
- package/dist/UploadCollectionItemTemplate.d.ts +3 -0
- package/dist/UploadCollectionItemTemplate.js +22 -0
- package/dist/UploadCollectionItemTemplate.js.map +1 -0
- package/dist/UploadCollectionTemplate.d.ts +2 -0
- package/dist/UploadCollectionTemplate.js +24 -0
- package/dist/UploadCollectionTemplate.js.map +1 -0
- package/dist/UserMenu.d.ts +169 -0
- package/dist/UserMenu.js +366 -0
- package/dist/UserMenu.js.map +1 -0
- package/dist/UserMenuAccount.d.ts +61 -0
- package/dist/UserMenuAccount.js +121 -0
- package/dist/UserMenuAccount.js.map +1 -0
- package/dist/UserMenuItem.d.ts +36 -0
- package/dist/UserMenuItem.js +52 -0
- package/dist/UserMenuItem.js.map +1 -0
- package/dist/UserMenuItemGroup.d.ts +35 -0
- package/dist/UserMenuItemGroup.js +52 -0
- package/dist/UserMenuItemGroup.js.map +1 -0
- package/dist/UserMenuItemGroupTemplate.d.ts +2 -0
- package/dist/UserMenuItemGroupTemplate.js +5 -0
- package/dist/UserMenuItemGroupTemplate.js.map +1 -0
- package/dist/UserMenuItemTemplate.d.ts +2 -0
- package/dist/UserMenuItemTemplate.js +5 -0
- package/dist/UserMenuItemTemplate.js.map +1 -0
- package/dist/UserMenuTemplate.d.ts +2 -0
- package/dist/UserMenuTemplate.js +57 -0
- package/dist/UserMenuTemplate.js.map +1 -0
- package/dist/UserSettingsAccountView.d.ts +30 -0
- package/dist/UserSettingsAccountView.js +108 -0
- package/dist/UserSettingsAccountView.js.map +1 -0
- package/dist/UserSettingsAccountViewTemplate.d.ts +2 -0
- package/dist/UserSettingsAccountViewTemplate.js +18 -0
- package/dist/UserSettingsAccountViewTemplate.js.map +1 -0
- package/dist/UserSettingsAppearanceView.d.ts +29 -0
- package/dist/UserSettingsAppearanceView.js +108 -0
- package/dist/UserSettingsAppearanceView.js.map +1 -0
- package/dist/UserSettingsAppearanceViewGroup.d.ts +30 -0
- package/dist/UserSettingsAppearanceViewGroup.js +48 -0
- package/dist/UserSettingsAppearanceViewGroup.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItem.d.ts +31 -0
- package/dist/UserSettingsAppearanceViewItem.js +108 -0
- package/dist/UserSettingsAppearanceViewItem.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.d.ts +2 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.js +13 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.js.map +1 -0
- package/dist/UserSettingsAppearanceViewTemplate.d.ts +2 -0
- package/dist/UserSettingsAppearanceViewTemplate.js +6 -0
- package/dist/UserSettingsAppearanceViewTemplate.js.map +1 -0
- package/dist/UserSettingsDialog.d.ts +119 -0
- package/dist/UserSettingsDialog.js +262 -0
- package/dist/UserSettingsDialog.js.map +1 -0
- package/dist/UserSettingsDialogTemplate.d.ts +2 -0
- package/dist/UserSettingsDialogTemplate.js +23 -0
- package/dist/UserSettingsDialogTemplate.js.map +1 -0
- package/dist/UserSettingsItem.d.ts +137 -0
- package/dist/UserSettingsItem.js +215 -0
- package/dist/UserSettingsItem.js.map +1 -0
- package/dist/UserSettingsItemTemplate.d.ts +4 -0
- package/dist/UserSettingsItemTemplate.js +20 -0
- package/dist/UserSettingsItemTemplate.js.map +1 -0
- package/dist/UserSettingsView.d.ts +44 -0
- package/dist/UserSettingsView.js +68 -0
- package/dist/UserSettingsView.js.map +1 -0
- package/dist/UserSettingsViewTemplate.d.ts +2 -0
- package/dist/UserSettingsViewTemplate.js +5 -0
- package/dist/UserSettingsViewTemplate.js.map +1 -0
- package/dist/ViewSettingsDialog.d.ts +315 -0
- package/dist/ViewSettingsDialog.js +743 -0
- package/dist/ViewSettingsDialog.js.map +1 -0
- package/dist/ViewSettingsDialogTemplate.d.ts +2 -0
- package/dist/ViewSettingsDialogTemplate.js +53 -0
- package/dist/ViewSettingsDialogTemplate.js.map +1 -0
- package/dist/Wizard.d.ts +361 -0
- package/dist/Wizard.js +827 -0
- package/dist/Wizard.js.map +1 -0
- package/dist/WizardPopoverTemplate.d.ts +2 -0
- package/dist/WizardPopoverTemplate.js +12 -0
- package/dist/WizardPopoverTemplate.js.map +1 -0
- package/dist/WizardStep.d.ts +89 -0
- package/dist/WizardStep.js +92 -0
- package/dist/WizardStep.js.map +1 -0
- package/dist/WizardTab.d.ts +99 -0
- package/dist/WizardTab.js +162 -0
- package/dist/WizardTab.js.map +1 -0
- package/dist/WizardTabTemplate.d.ts +2 -0
- package/dist/WizardTabTemplate.js +7 -0
- package/dist/WizardTabTemplate.js.map +1 -0
- package/dist/WizardTemplate.d.ts +2 -0
- package/dist/WizardTemplate.js +11 -0
- package/dist/WizardTemplate.js.map +1 -0
- package/dist/bundle.esm.d.ts +4 -0
- package/dist/bundle.esm.js +67 -0
- package/dist/bundle.esm.js.map +1 -0
- package/dist/bundle.scoped.esm.d.ts +3 -0
- package/dist/bundle.scoped.esm.js +5 -0
- package/dist/bundle.scoped.esm.js.map +1 -0
- package/dist/css/themes/BarcodeScannerDialog.css +1 -0
- package/dist/css/themes/DynamicPage.css +1 -0
- package/dist/css/themes/DynamicPageHeader.css +1 -0
- package/dist/css/themes/DynamicPageHeaderActions.css +1 -0
- package/dist/css/themes/DynamicPageTitle.css +1 -0
- package/dist/css/themes/DynamicSideContent.css +1 -0
- package/dist/css/themes/FlexibleColumnLayout.css +1 -0
- package/dist/css/themes/IllustratedMessage.css +1 -0
- package/dist/css/themes/InvisibleTextStyles.css +1 -0
- package/dist/css/themes/MediaGallery.css +1 -0
- package/dist/css/themes/MediaGalleryItem.css +1 -0
- package/dist/css/themes/NavigationLayout.css +1 -0
- package/dist/css/themes/NavigationMenu.css +1 -0
- package/dist/css/themes/NavigationMenuItem.css +1 -0
- package/dist/css/themes/NotificationList.css +1 -0
- package/dist/css/themes/NotificationListGroupItem.css +1 -0
- package/dist/css/themes/NotificationListItem.css +1 -0
- package/dist/css/themes/NotificationListItemBase.css +1 -0
- package/dist/css/themes/NotificationStateIcon.css +1 -0
- package/dist/css/themes/Page.css +1 -0
- package/dist/css/themes/ProductSwitch.css +1 -0
- package/dist/css/themes/ProductSwitchItem.css +1 -0
- package/dist/css/themes/Search.css +1 -0
- package/dist/css/themes/SearchField.css +1 -0
- package/dist/css/themes/SearchItem.css +1 -0
- package/dist/css/themes/SearchItemGroup.css +1 -0
- package/dist/css/themes/SearchItemShowMore.css +1 -0
- package/dist/css/themes/SearchMessageArea.css +1 -0
- package/dist/css/themes/ShellBar.css +1 -0
- package/dist/css/themes/ShellBarBranding.css +1 -0
- package/dist/css/themes/ShellBarPopover.css +1 -0
- package/dist/css/themes/ShellBarSearch.css +1 -0
- package/dist/css/themes/SideNavigation.css +1 -0
- package/dist/css/themes/SideNavigationGroup.css +1 -0
- package/dist/css/themes/SideNavigationItem.css +1 -0
- package/dist/css/themes/SideNavigationItemBase.css +1 -0
- package/dist/css/themes/SideNavigationPopover.css +1 -0
- package/dist/css/themes/SideNavigationSubItem.css +1 -0
- package/dist/css/themes/Timeline.css +1 -0
- package/dist/css/themes/TimelineGroupItem.css +1 -0
- package/dist/css/themes/TimelineItem.css +1 -0
- package/dist/css/themes/UploadCollection.css +1 -0
- package/dist/css/themes/UploadCollectionItem.css +1 -0
- package/dist/css/themes/UserMenu.css +1 -0
- package/dist/css/themes/UserMenuItem.css +1 -0
- package/dist/css/themes/UserSettingsAccountView.css +1 -0
- package/dist/css/themes/UserSettingsAppearanceViewItem.css +1 -0
- package/dist/css/themes/UserSettingsDialog.css +1 -0
- package/dist/css/themes/UserSettingsItem.css +1 -0
- package/dist/css/themes/UserSettingsView.css +1 -0
- package/dist/css/themes/ViewSettingsDialog.css +1 -0
- package/dist/css/themes/Wizard.css +1 -0
- package/dist/css/themes/WizardPopover.css +1 -0
- package/dist/css/themes/WizardTab.css +1 -0
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +278 -0
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +210 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +216 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +279 -0
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +216 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +279 -0
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +218 -0
- package/dist/custom-elements-internal.json +13552 -0
- package/dist/custom-elements.json +9456 -0
- package/dist/fcl-utils/FCLLayout.d.ts +24 -0
- package/dist/fcl-utils/FCLLayout.js +271 -0
- package/dist/fcl-utils/FCLLayout.js.map +1 -0
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/i18n/i18n-defaults.d.ts +209 -0
- package/dist/generated/i18n/i18n-defaults.js +209 -0
- package/dist/generated/i18n/i18n-defaults.js.map +1 -0
- package/dist/generated/js-imports/Illustrations.d.ts +1 -0
- package/dist/generated/js-imports/Illustrations.js +88 -0
- package/dist/generated/js-imports/Illustrations.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsTNT.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsTNT.js +62 -0
- package/dist/generated/js-imports/IllustrationsTNT.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.js +59 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js +60 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js.map +1 -0
- package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
- package/dist/generated/json-imports/Themes-fetch.js +25 -0
- package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
- package/dist/generated/json-imports/Themes-node.d.ts +1 -0
- package/dist/generated/json-imports/Themes-node.js +25 -0
- package/dist/generated/json-imports/Themes-node.js.map +1 -0
- package/dist/generated/json-imports/Themes.d.ts +1 -0
- package/dist/generated/json-imports/Themes.js +25 -0
- package/dist/generated/json-imports/Themes.js.map +1 -0
- package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
- package/dist/generated/json-imports/i18n-fetch.js +120 -0
- package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
- package/dist/generated/json-imports/i18n-node.d.ts +1 -0
- package/dist/generated/json-imports/i18n-node.js +120 -0
- package/dist/generated/json-imports/i18n-node.js.map +1 -0
- package/dist/generated/json-imports/i18n.d.ts +1 -0
- package/dist/generated/json-imports/i18n.js +120 -0
- package/dist/generated/json-imports/i18n.js.map +1 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.d.ts +2 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.js +8 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.js.map +1 -0
- package/dist/generated/themes/DynamicPage.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPage.css.js +8 -0
- package/dist/generated/themes/DynamicPage.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageHeader.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageHeader.css.js +8 -0
- package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.js +8 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageTitle.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageTitle.css.js +8 -0
- package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -0
- package/dist/generated/themes/DynamicSideContent.css.d.ts +2 -0
- package/dist/generated/themes/DynamicSideContent.css.js +8 -0
- package/dist/generated/themes/DynamicSideContent.css.js.map +1 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.d.ts +2 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.js +8 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -0
- package/dist/generated/themes/IllustratedMessage.css.d.ts +2 -0
- package/dist/generated/themes/IllustratedMessage.css.js +8 -0
- package/dist/generated/themes/IllustratedMessage.css.js.map +1 -0
- package/dist/generated/themes/InvisibleTextStyles.css.d.ts +2 -0
- package/dist/generated/themes/InvisibleTextStyles.css.js +8 -0
- package/dist/generated/themes/InvisibleTextStyles.css.js.map +1 -0
- package/dist/generated/themes/MediaGallery.css.d.ts +2 -0
- package/dist/generated/themes/MediaGallery.css.js +8 -0
- package/dist/generated/themes/MediaGallery.css.js.map +1 -0
- package/dist/generated/themes/MediaGalleryItem.css.d.ts +2 -0
- package/dist/generated/themes/MediaGalleryItem.css.js +8 -0
- package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -0
- package/dist/generated/themes/NavigationLayout.css.d.ts +2 -0
- package/dist/generated/themes/NavigationLayout.css.js +8 -0
- package/dist/generated/themes/NavigationLayout.css.js.map +1 -0
- package/dist/generated/themes/NavigationMenu.css.d.ts +2 -0
- package/dist/generated/themes/NavigationMenu.css.js +8 -0
- package/dist/generated/themes/NavigationMenu.css.js.map +1 -0
- package/dist/generated/themes/NavigationMenuItem.css.d.ts +2 -0
- package/dist/generated/themes/NavigationMenuItem.css.js +8 -0
- package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationList.css.d.ts +2 -0
- package/dist/generated/themes/NotificationList.css.js +8 -0
- package/dist/generated/themes/NotificationList.css.js.map +1 -0
- package/dist/generated/themes/NotificationListGroupItem.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListGroupItem.css.js +8 -0
- package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationListItem.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListItem.css.js +8 -0
- package/dist/generated/themes/NotificationListItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationListItemBase.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListItemBase.css.js +8 -0
- package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -0
- package/dist/generated/themes/NotificationStateIcon.css.d.ts +2 -0
- package/dist/generated/themes/NotificationStateIcon.css.js +8 -0
- package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -0
- package/dist/generated/themes/Page.css.d.ts +2 -0
- package/dist/generated/themes/Page.css.js +8 -0
- package/dist/generated/themes/Page.css.js.map +1 -0
- package/dist/generated/themes/ProductSwitch.css.d.ts +2 -0
- package/dist/generated/themes/ProductSwitch.css.js +8 -0
- package/dist/generated/themes/ProductSwitch.css.js.map +1 -0
- package/dist/generated/themes/ProductSwitchItem.css.d.ts +2 -0
- package/dist/generated/themes/ProductSwitchItem.css.js +8 -0
- package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -0
- package/dist/generated/themes/Search.css.d.ts +2 -0
- package/dist/generated/themes/Search.css.js +8 -0
- package/dist/generated/themes/Search.css.js.map +1 -0
- package/dist/generated/themes/SearchField.css.d.ts +2 -0
- package/dist/generated/themes/SearchField.css.js +8 -0
- package/dist/generated/themes/SearchField.css.js.map +1 -0
- package/dist/generated/themes/SearchItem.css.d.ts +2 -0
- package/dist/generated/themes/SearchItem.css.js +8 -0
- package/dist/generated/themes/SearchItem.css.js.map +1 -0
- package/dist/generated/themes/SearchItemGroup.css.d.ts +2 -0
- package/dist/generated/themes/SearchItemGroup.css.js +8 -0
- package/dist/generated/themes/SearchItemGroup.css.js.map +1 -0
- package/dist/generated/themes/SearchItemShowMore.css.d.ts +2 -0
- package/dist/generated/themes/SearchItemShowMore.css.js +8 -0
- package/dist/generated/themes/SearchItemShowMore.css.js.map +1 -0
- package/dist/generated/themes/SearchMessageArea.css.d.ts +2 -0
- package/dist/generated/themes/SearchMessageArea.css.js +8 -0
- package/dist/generated/themes/SearchMessageArea.css.js.map +1 -0
- package/dist/generated/themes/ShellBar.css.d.ts +2 -0
- package/dist/generated/themes/ShellBar.css.js +8 -0
- package/dist/generated/themes/ShellBar.css.js.map +1 -0
- package/dist/generated/themes/ShellBarBranding.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarBranding.css.js +8 -0
- package/dist/generated/themes/ShellBarBranding.css.js.map +1 -0
- package/dist/generated/themes/ShellBarPopover.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarPopover.css.js +8 -0
- package/dist/generated/themes/ShellBarPopover.css.js.map +1 -0
- package/dist/generated/themes/ShellBarSearch.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarSearch.css.js +8 -0
- package/dist/generated/themes/ShellBarSearch.css.js.map +1 -0
- package/dist/generated/themes/SideNavigation.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigation.css.js +8 -0
- package/dist/generated/themes/SideNavigation.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationGroup.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationGroup.css.js +8 -0
- package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationItem.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationItem.css.js +8 -0
- package/dist/generated/themes/SideNavigationItem.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationItemBase.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationItemBase.css.js +8 -0
- package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationPopover.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationPopover.css.js +8 -0
- package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationSubItem.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationSubItem.css.js +8 -0
- package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -0
- package/dist/generated/themes/Timeline.css.d.ts +2 -0
- package/dist/generated/themes/Timeline.css.js +8 -0
- package/dist/generated/themes/Timeline.css.js.map +1 -0
- package/dist/generated/themes/TimelineGroupItem.css.d.ts +2 -0
- package/dist/generated/themes/TimelineGroupItem.css.js +8 -0
- package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -0
- package/dist/generated/themes/TimelineItem.css.d.ts +2 -0
- package/dist/generated/themes/TimelineItem.css.js +8 -0
- package/dist/generated/themes/TimelineItem.css.js.map +1 -0
- package/dist/generated/themes/UploadCollection.css.d.ts +2 -0
- package/dist/generated/themes/UploadCollection.css.js +8 -0
- package/dist/generated/themes/UploadCollection.css.js.map +1 -0
- package/dist/generated/themes/UploadCollectionItem.css.d.ts +2 -0
- package/dist/generated/themes/UploadCollectionItem.css.js +8 -0
- package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -0
- package/dist/generated/themes/UserMenu.css.d.ts +2 -0
- package/dist/generated/themes/UserMenu.css.js +8 -0
- package/dist/generated/themes/UserMenu.css.js.map +1 -0
- package/dist/generated/themes/UserMenuItem.css.d.ts +2 -0
- package/dist/generated/themes/UserMenuItem.css.js +8 -0
- package/dist/generated/themes/UserMenuItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsAccountView.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsAccountView.css.js +8 -0
- package/dist/generated/themes/UserSettingsAccountView.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js +8 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsDialog.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsDialog.css.js +8 -0
- package/dist/generated/themes/UserSettingsDialog.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsItem.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsItem.css.js +8 -0
- package/dist/generated/themes/UserSettingsItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsView.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsView.css.js +8 -0
- package/dist/generated/themes/UserSettingsView.css.js.map +1 -0
- package/dist/generated/themes/ViewSettingsDialog.css.d.ts +2 -0
- package/dist/generated/themes/ViewSettingsDialog.css.js +8 -0
- package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -0
- package/dist/generated/themes/Wizard.css.d.ts +2 -0
- package/dist/generated/themes/Wizard.css.js +8 -0
- package/dist/generated/themes/Wizard.css.js.map +1 -0
- package/dist/generated/themes/WizardPopover.css.d.ts +2 -0
- package/dist/generated/themes/WizardPopover.css.js +8 -0
- package/dist/generated/themes/WizardPopover.css.js.map +1 -0
- package/dist/generated/themes/WizardTab.css.d.ts +2 -0
- package/dist/generated/themes/WizardTab.css.js +8 -0
- package/dist/generated/themes/WizardTab.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +280 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +212 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +218 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +281 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +218 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +281 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +220 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -0
- package/dist/illustrations/Achievement.d.ts +8 -0
- package/dist/illustrations/Achievement.js +33 -0
- package/dist/illustrations/AddColumn.d.ts +8 -0
- package/dist/illustrations/AddColumn.js +33 -0
- package/dist/illustrations/AddDimensions.d.ts +8 -0
- package/dist/illustrations/AddDimensions.js +33 -0
- package/dist/illustrations/AddPeople.d.ts +8 -0
- package/dist/illustrations/AddPeople.js +33 -0
- package/dist/illustrations/AddPeopleToCalendar.d.ts +8 -0
- package/dist/illustrations/AddPeopleToCalendar.js +33 -0
- package/dist/illustrations/AddingColumns.d.ts +8 -0
- package/dist/illustrations/AddingColumns.js +33 -0
- package/dist/illustrations/AllIllustrations.d.ts +4 -0
- package/dist/illustrations/AllIllustrations.js +5 -0
- package/dist/illustrations/AllIllustrations.js.map +1 -0
- package/dist/illustrations/BalloonSky.d.ts +8 -0
- package/dist/illustrations/BalloonSky.js +33 -0
- package/dist/illustrations/BeforeSearch.d.ts +8 -0
- package/dist/illustrations/BeforeSearch.js +33 -0
- package/dist/illustrations/Connection.d.ts +8 -0
- package/dist/illustrations/Connection.js +33 -0
- package/dist/illustrations/DragFilesToUpload.d.ts +8 -0
- package/dist/illustrations/DragFilesToUpload.js +33 -0
- package/dist/illustrations/EmptyCalendar.d.ts +8 -0
- package/dist/illustrations/EmptyCalendar.js +33 -0
- package/dist/illustrations/EmptyList.d.ts +8 -0
- package/dist/illustrations/EmptyList.js +33 -0
- package/dist/illustrations/EmptyPlanningCalendar.d.ts +8 -0
- package/dist/illustrations/EmptyPlanningCalendar.js +33 -0
- package/dist/illustrations/ErrorScreen.d.ts +8 -0
- package/dist/illustrations/ErrorScreen.js +33 -0
- package/dist/illustrations/FilterTable.d.ts +8 -0
- package/dist/illustrations/FilterTable.js +33 -0
- package/dist/illustrations/FilteringColumns.d.ts +8 -0
- package/dist/illustrations/FilteringColumns.js +33 -0
- package/dist/illustrations/GroupTable.d.ts +8 -0
- package/dist/illustrations/GroupTable.js +33 -0
- package/dist/illustrations/GroupingColumns.d.ts +8 -0
- package/dist/illustrations/GroupingColumns.js +33 -0
- package/dist/illustrations/KeyTask.d.ts +8 -0
- package/dist/illustrations/KeyTask.js +33 -0
- package/dist/illustrations/NewMail.d.ts +8 -0
- package/dist/illustrations/NewMail.js +33 -0
- package/dist/illustrations/NoActivities.d.ts +8 -0
- package/dist/illustrations/NoActivities.js +33 -0
- package/dist/illustrations/NoChartData.d.ts +8 -0
- package/dist/illustrations/NoChartData.js +33 -0
- package/dist/illustrations/NoColumnsSet.d.ts +8 -0
- package/dist/illustrations/NoColumnsSet.js +33 -0
- package/dist/illustrations/NoData.d.ts +8 -0
- package/dist/illustrations/NoData.js +33 -0
- package/dist/illustrations/NoDimensionsSet.d.ts +8 -0
- package/dist/illustrations/NoDimensionsSet.js +33 -0
- package/dist/illustrations/NoEntries.d.ts +8 -0
- package/dist/illustrations/NoEntries.js +33 -0
- package/dist/illustrations/NoFilterResults.d.ts +8 -0
- package/dist/illustrations/NoFilterResults.js +33 -0
- package/dist/illustrations/NoMail.d.ts +8 -0
- package/dist/illustrations/NoMail.js +33 -0
- package/dist/illustrations/NoMail_v1.d.ts +8 -0
- package/dist/illustrations/NoMail_v1.js +33 -0
- package/dist/illustrations/NoNotifications.d.ts +8 -0
- package/dist/illustrations/NoNotifications.js +33 -0
- package/dist/illustrations/NoSavedItems.d.ts +8 -0
- package/dist/illustrations/NoSavedItems.js +33 -0
- package/dist/illustrations/NoSavedItems_v1.d.ts +8 -0
- package/dist/illustrations/NoSavedItems_v1.js +33 -0
- package/dist/illustrations/NoSearchResults.d.ts +8 -0
- package/dist/illustrations/NoSearchResults.js +33 -0
- package/dist/illustrations/NoTasks.d.ts +8 -0
- package/dist/illustrations/NoTasks.js +33 -0
- package/dist/illustrations/NoTasks_v1.d.ts +8 -0
- package/dist/illustrations/NoTasks_v1.js +33 -0
- package/dist/illustrations/PageNotFound.d.ts +8 -0
- package/dist/illustrations/PageNotFound.js +33 -0
- package/dist/illustrations/ReceiveAppreciation.d.ts +8 -0
- package/dist/illustrations/ReceiveAppreciation.js +33 -0
- package/dist/illustrations/ReloadScreen.d.ts +8 -0
- package/dist/illustrations/ReloadScreen.js +33 -0
- package/dist/illustrations/ResizeColumn.d.ts +8 -0
- package/dist/illustrations/ResizeColumn.js +33 -0
- package/dist/illustrations/ResizingColumns.d.ts +8 -0
- package/dist/illustrations/ResizingColumns.js +33 -0
- package/dist/illustrations/SearchEarth.d.ts +8 -0
- package/dist/illustrations/SearchEarth.js +33 -0
- package/dist/illustrations/SearchFolder.d.ts +8 -0
- package/dist/illustrations/SearchFolder.js +33 -0
- package/dist/illustrations/SignOut.d.ts +8 -0
- package/dist/illustrations/SignOut.js +33 -0
- package/dist/illustrations/SimpleBalloon.d.ts +8 -0
- package/dist/illustrations/SimpleBalloon.js +33 -0
- package/dist/illustrations/SimpleBell.d.ts +8 -0
- package/dist/illustrations/SimpleBell.js +33 -0
- package/dist/illustrations/SimpleCalendar.d.ts +8 -0
- package/dist/illustrations/SimpleCalendar.js +33 -0
- package/dist/illustrations/SimpleCheckMark.d.ts +8 -0
- package/dist/illustrations/SimpleCheckMark.js +33 -0
- package/dist/illustrations/SimpleConnection.d.ts +8 -0
- package/dist/illustrations/SimpleConnection.js +33 -0
- package/dist/illustrations/SimpleEmptyDoc.d.ts +8 -0
- package/dist/illustrations/SimpleEmptyDoc.js +33 -0
- package/dist/illustrations/SimpleEmptyList.d.ts +8 -0
- package/dist/illustrations/SimpleEmptyList.js +33 -0
- package/dist/illustrations/SimpleError.d.ts +8 -0
- package/dist/illustrations/SimpleError.js +33 -0
- package/dist/illustrations/SimpleMagnifier.d.ts +8 -0
- package/dist/illustrations/SimpleMagnifier.js +33 -0
- package/dist/illustrations/SimpleMail.d.ts +8 -0
- package/dist/illustrations/SimpleMail.js +33 -0
- package/dist/illustrations/SimpleNoSavedItems.d.ts +8 -0
- package/dist/illustrations/SimpleNoSavedItems.js +33 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.d.ts +8 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.js +33 -0
- package/dist/illustrations/SimpleReload.d.ts +8 -0
- package/dist/illustrations/SimpleReload.js +33 -0
- package/dist/illustrations/SimpleTask.d.ts +8 -0
- package/dist/illustrations/SimpleTask.js +33 -0
- package/dist/illustrations/SleepingBell.d.ts +8 -0
- package/dist/illustrations/SleepingBell.js +33 -0
- package/dist/illustrations/SortColumn.d.ts +8 -0
- package/dist/illustrations/SortColumn.js +33 -0
- package/dist/illustrations/SortingColumns.d.ts +8 -0
- package/dist/illustrations/SortingColumns.js +33 -0
- package/dist/illustrations/SuccessBalloon.d.ts +8 -0
- package/dist/illustrations/SuccessBalloon.js +33 -0
- package/dist/illustrations/SuccessCheckMark.d.ts +8 -0
- package/dist/illustrations/SuccessCheckMark.js +33 -0
- package/dist/illustrations/SuccessHighFive.d.ts +8 -0
- package/dist/illustrations/SuccessHighFive.js +33 -0
- package/dist/illustrations/SuccessScreen.d.ts +8 -0
- package/dist/illustrations/SuccessScreen.js +33 -0
- package/dist/illustrations/Survey.d.ts +8 -0
- package/dist/illustrations/Survey.js +33 -0
- package/dist/illustrations/Tent.d.ts +8 -0
- package/dist/illustrations/Tent.js +33 -0
- package/dist/illustrations/UnableToLoad.d.ts +8 -0
- package/dist/illustrations/UnableToLoad.js +33 -0
- package/dist/illustrations/UnableToLoadImage.d.ts +8 -0
- package/dist/illustrations/UnableToLoadImage.js +33 -0
- package/dist/illustrations/UnableToUpload.d.ts +8 -0
- package/dist/illustrations/UnableToUpload.js +33 -0
- package/dist/illustrations/UploadCollection.d.ts +8 -0
- package/dist/illustrations/UploadCollection.js +33 -0
- package/dist/illustrations/UploadToCloud.d.ts +8 -0
- package/dist/illustrations/UploadToCloud.js +33 -0
- package/dist/illustrations/UserHasSignedUp.d.ts +8 -0
- package/dist/illustrations/UserHasSignedUp.js +33 -0
- package/dist/illustrations/sapIllus-Dialog-Achievement.js +29 -0
- package/dist/illustrations/sapIllus-Dialog-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-AddDimensions.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeopleToCalendar.js +52 -0
- package/dist/illustrations/sapIllus-Dialog-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-BalloonSky.js +46 -0
- package/dist/illustrations/sapIllus-Dialog-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-Connection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-DragFilesToUpload.js +20 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +78 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyList.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-ErrorScreen.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-FilterTable.js +66 -0
- package/dist/illustrations/sapIllus-Dialog-FilteringColumns.js +39 -0
- package/dist/illustrations/sapIllus-Dialog-GroupTable.js +68 -0
- package/dist/illustrations/sapIllus-Dialog-GroupingColumns.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Dialog-NewMail.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Dialog-NoChartData.js +45 -0
- package/dist/illustrations/sapIllus-Dialog-NoColumnsSet.js +29 -0
- package/dist/illustrations/sapIllus-Dialog-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-NoDimensionsSet.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-NoFilterResults.js +20 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail_v1.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-NoNotifications.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems.js +54 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks.js +60 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks_v1.js +63 -0
- package/dist/illustrations/sapIllus-Dialog-PageNotFound.js +13 -0
- package/dist/illustrations/sapIllus-Dialog-ReceiveAppreciation.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-ReloadScreen.js +49 -0
- package/dist/illustrations/sapIllus-Dialog-ResizeColumn.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-ResizingColumns.js +55 -0
- package/dist/illustrations/sapIllus-Dialog-SearchEarth.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SearchFolder.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBalloon.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +49 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCheckMark.js +7 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleConnection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyList.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleError.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMail.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +22 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleReload.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleTask.js +24 -0
- package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +31 -0
- package/dist/illustrations/sapIllus-Dialog-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-SortingColumns.js +50 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessBalloon.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessCheckMark.js +9 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessHighFive.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessScreen.js +48 -0
- package/dist/illustrations/sapIllus-Dialog-Survey.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-Tent.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToUpload.js +26 -0
- package/dist/illustrations/sapIllus-Dialog-UploadCollection.js +31 -0
- package/dist/illustrations/sapIllus-Dialog-UploadToCloud.js +21 -0
- package/dist/illustrations/sapIllus-Dialog-UserHasSignedUp.js +34 -0
- package/dist/illustrations/sapIllus-Dot-Achievement.js +19 -0
- package/dist/illustrations/sapIllus-Dot-AddColumn.js +27 -0
- package/dist/illustrations/sapIllus-Dot-AddDimensions.js +10 -0
- package/dist/illustrations/sapIllus-Dot-AddPeople.js +9 -0
- package/dist/illustrations/sapIllus-Dot-AddPeopleToCalendar.js +15 -0
- package/dist/illustrations/sapIllus-Dot-AddingColumns.js +14 -0
- package/dist/illustrations/sapIllus-Dot-BalloonSky.js +7 -0
- package/dist/illustrations/sapIllus-Dot-BeforeSearch.js +41 -0
- package/dist/illustrations/sapIllus-Dot-Connection.js +10 -0
- package/dist/illustrations/sapIllus-Dot-DragFilesToUpload.js +8 -0
- package/dist/illustrations/sapIllus-Dot-EmptyCalendar.js +37 -0
- package/dist/illustrations/sapIllus-Dot-EmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Dot-EmptyPlanningCalendar.js +18 -0
- package/dist/illustrations/sapIllus-Dot-ErrorScreen.js +9 -0
- package/dist/illustrations/sapIllus-Dot-FilterTable.js +8 -0
- package/dist/illustrations/sapIllus-Dot-FilteringColumns.js +22 -0
- package/dist/illustrations/sapIllus-Dot-GroupTable.js +36 -0
- package/dist/illustrations/sapIllus-Dot-GroupingColumns.js +23 -0
- package/dist/illustrations/sapIllus-Dot-KeyTask.js +119 -0
- package/dist/illustrations/sapIllus-Dot-NewMail.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoActivities.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoChartData.js +35 -0
- package/dist/illustrations/sapIllus-Dot-NoColumnsSet.js +26 -0
- package/dist/illustrations/sapIllus-Dot-NoData.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoDimensionsSet.js +7 -0
- package/dist/illustrations/sapIllus-Dot-NoEntries.js +25 -0
- package/dist/illustrations/sapIllus-Dot-NoFilterResults.js +14 -0
- package/dist/illustrations/sapIllus-Dot-NoMail.js +14 -0
- package/dist/illustrations/sapIllus-Dot-NoMail_v1.js +10 -0
- package/dist/illustrations/sapIllus-Dot-NoNotifications.js +23 -0
- package/dist/illustrations/sapIllus-Dot-NoSavedItems.js +55 -0
- package/dist/illustrations/sapIllus-Dot-NoSavedItems_v1.js +13 -0
- package/dist/illustrations/sapIllus-Dot-NoSearchResults.js +35 -0
- package/dist/illustrations/sapIllus-Dot-NoTasks.js +22 -0
- package/dist/illustrations/sapIllus-Dot-NoTasks_v1.js +13 -0
- package/dist/illustrations/sapIllus-Dot-PageNotFound.js +14 -0
- package/dist/illustrations/sapIllus-Dot-ReceiveAppreciation.js +19 -0
- package/dist/illustrations/sapIllus-Dot-ReloadScreen.js +9 -0
- package/dist/illustrations/sapIllus-Dot-ResizeColumn.js +27 -0
- package/dist/illustrations/sapIllus-Dot-ResizingColumns.js +19 -0
- package/dist/illustrations/sapIllus-Dot-SearchEarth.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SearchFolder.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SignOut.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SimpleBalloon.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleBell.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SimpleCalendar.js +37 -0
- package/dist/illustrations/sapIllus-Dot-SimpleCheckMark.js +5 -0
- package/dist/illustrations/sapIllus-Dot-SimpleConnection.js +10 -0
- package/dist/illustrations/sapIllus-Dot-SimpleEmptyDoc.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SimpleEmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleError.js +9 -0
- package/dist/illustrations/sapIllus-Dot-SimpleMagnifier.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleMail.js +10 -0
- package/dist/illustrations/sapIllus-Dot-SimpleNoSavedItems.js +13 -0
- package/dist/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SimpleReload.js +9 -0
- package/dist/illustrations/sapIllus-Dot-SimpleTask.js +13 -0
- package/dist/illustrations/sapIllus-Dot-SleepingBell.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SortColumn.js +29 -0
- package/dist/illustrations/sapIllus-Dot-SortingColumns.js +15 -0
- package/dist/illustrations/sapIllus-Dot-SuccessHighFive.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SuccessScreen.js +5 -0
- package/dist/illustrations/sapIllus-Dot-Survey.js +8 -0
- package/dist/illustrations/sapIllus-Dot-Tent.js +8 -0
- package/dist/illustrations/sapIllus-Dot-UnableToLoad.js +118 -0
- package/dist/illustrations/sapIllus-Dot-UnableToLoadImage.js +24 -0
- package/dist/illustrations/sapIllus-Dot-UnableToUpload.js +10 -0
- package/dist/illustrations/sapIllus-Dot-UploadCollection.js +7 -0
- package/dist/illustrations/sapIllus-Dot-UploadToCloud.js +9 -0
- package/dist/illustrations/sapIllus-Dot-UserHasSignedUp.js +8 -0
- package/dist/illustrations/sapIllus-Scene-Achievement.js +29 -0
- package/dist/illustrations/sapIllus-Scene-AddColumn.js +49 -0
- package/dist/illustrations/sapIllus-Scene-AddDimensions.js +18 -0
- package/dist/illustrations/sapIllus-Scene-AddPeople.js +31 -0
- package/dist/illustrations/sapIllus-Scene-AddPeopleToCalendar.js +47 -0
- package/dist/illustrations/sapIllus-Scene-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Scene-BalloonSky.js +54 -0
- package/dist/illustrations/sapIllus-Scene-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Scene-Connection.js +32 -0
- package/dist/illustrations/sapIllus-Scene-DragFilesToUpload.js +20 -0
- package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +91 -0
- package/dist/illustrations/sapIllus-Scene-EmptyList.js +44 -0
- package/dist/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Scene-ErrorScreen.js +79 -0
- package/dist/illustrations/sapIllus-Scene-FilterTable.js +63 -0
- package/dist/illustrations/sapIllus-Scene-FilteringColumns.js +39 -0
- package/dist/illustrations/sapIllus-Scene-GroupTable.js +77 -0
- package/dist/illustrations/sapIllus-Scene-GroupingColumns.js +40 -0
- package/dist/illustrations/sapIllus-Scene-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Scene-NewMail.js +38 -0
- package/dist/illustrations/sapIllus-Scene-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Scene-NoChartData.js +45 -0
- package/dist/illustrations/sapIllus-Scene-NoColumnsSet.js +26 -0
- package/dist/illustrations/sapIllus-Scene-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Scene-NoDimensionsSet.js +39 -0
- package/dist/illustrations/sapIllus-Scene-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Scene-NoFilterResults.js +16 -0
- package/dist/illustrations/sapIllus-Scene-NoMail.js +16 -0
- package/dist/illustrations/sapIllus-Scene-NoMail_v1.js +56 -0
- package/dist/illustrations/sapIllus-Scene-NoNotifications.js +28 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems.js +54 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems_v1.js +40 -0
- package/dist/illustrations/sapIllus-Scene-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks.js +60 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks_v1.js +87 -0
- package/dist/illustrations/sapIllus-Scene-PageNotFound.js +13 -0
- package/dist/illustrations/sapIllus-Scene-ReceiveAppreciation.js +25 -0
- package/dist/illustrations/sapIllus-Scene-ReloadScreen.js +63 -0
- package/dist/illustrations/sapIllus-Scene-ResizeColumn.js +53 -0
- package/dist/illustrations/sapIllus-Scene-ResizingColumns.js +57 -0
- package/dist/illustrations/sapIllus-Scene-SearchEarth.js +31 -0
- package/dist/illustrations/sapIllus-Scene-SearchFolder.js +45 -0
- package/dist/illustrations/sapIllus-Scene-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBalloon.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBell.js +17 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +45 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCheckMark.js +10 -0
- package/dist/illustrations/sapIllus-Scene-SimpleConnection.js +23 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyList.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleError.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMagnifier.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMail.js +17 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +28 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +25 -0
- package/dist/illustrations/sapIllus-Scene-SimpleReload.js +15 -0
- package/dist/illustrations/sapIllus-Scene-SimpleTask.js +20 -0
- package/dist/illustrations/sapIllus-Scene-SleepingBell.js +51 -0
- package/dist/illustrations/sapIllus-Scene-SortColumn.js +51 -0
- package/dist/illustrations/sapIllus-Scene-SortingColumns.js +50 -0
- package/dist/illustrations/sapIllus-Scene-SuccessBalloon.js +34 -0
- package/dist/illustrations/sapIllus-Scene-SuccessCheckMark.js +44 -0
- package/dist/illustrations/sapIllus-Scene-SuccessHighFive.js +26 -0
- package/dist/illustrations/sapIllus-Scene-SuccessScreen.js +62 -0
- package/dist/illustrations/sapIllus-Scene-Survey.js +22 -0
- package/dist/illustrations/sapIllus-Scene-Tent.js +60 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Scene-UnableToUpload.js +26 -0
- package/dist/illustrations/sapIllus-Scene-UploadCollection.js +30 -0
- package/dist/illustrations/sapIllus-Scene-UploadToCloud.js +22 -0
- package/dist/illustrations/sapIllus-Scene-UserHasSignedUp.js +29 -0
- package/dist/illustrations/sapIllus-Spot-Achievement.js +28 -0
- package/dist/illustrations/sapIllus-Spot-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Spot-AddDimensions.js +17 -0
- package/dist/illustrations/sapIllus-Spot-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Spot-AddPeopleToCalendar.js +43 -0
- package/dist/illustrations/sapIllus-Spot-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Spot-BalloonSky.js +44 -0
- package/dist/illustrations/sapIllus-Spot-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Spot-Connection.js +23 -0
- package/dist/illustrations/sapIllus-Spot-DragFilesToUpload.js +18 -0
- package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +47 -0
- package/dist/illustrations/sapIllus-Spot-EmptyList.js +30 -0
- package/dist/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Spot-ErrorScreen.js +33 -0
- package/dist/illustrations/sapIllus-Spot-FilterTable.js +61 -0
- package/dist/illustrations/sapIllus-Spot-FilteringColumns.js +33 -0
- package/dist/illustrations/sapIllus-Spot-GroupTable.js +87 -0
- package/dist/illustrations/sapIllus-Spot-GroupingColumns.js +35 -0
- package/dist/illustrations/sapIllus-Spot-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Spot-NewMail.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoChartData.js +42 -0
- package/dist/illustrations/sapIllus-Spot-NoColumnsSet.js +29 -0
- package/dist/illustrations/sapIllus-Spot-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Spot-NoDimensionsSet.js +43 -0
- package/dist/illustrations/sapIllus-Spot-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Spot-NoFilterResults.js +16 -0
- package/dist/illustrations/sapIllus-Spot-NoMail.js +15 -0
- package/dist/illustrations/sapIllus-Spot-NoMail_v1.js +17 -0
- package/dist/illustrations/sapIllus-Spot-NoNotifications.js +25 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems.js +51 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems_v1.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks.js +32 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks_v1.js +23 -0
- package/dist/illustrations/sapIllus-Spot-PageNotFound.js +10 -0
- package/dist/illustrations/sapIllus-Spot-ReceiveAppreciation.js +20 -0
- package/dist/illustrations/sapIllus-Spot-ReloadScreen.js +37 -0
- package/dist/illustrations/sapIllus-Spot-ResizeColumn.js +50 -0
- package/dist/illustrations/sapIllus-Spot-ResizingColumns.js +37 -0
- package/dist/illustrations/sapIllus-Spot-SearchEarth.js +56 -0
- package/dist/illustrations/sapIllus-Spot-SearchFolder.js +38 -0
- package/dist/illustrations/sapIllus-Spot-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBalloon.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBell.js +13 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +45 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCheckMark.js +6 -0
- package/dist/illustrations/sapIllus-Spot-SimpleConnection.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleError.js +10 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMagnifier.js +9 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMail.js +13 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +24 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleReload.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleTask.js +23 -0
- package/dist/illustrations/sapIllus-Spot-SleepingBell.js +39 -0
- package/dist/illustrations/sapIllus-Spot-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Spot-SortingColumns.js +49 -0
- package/dist/illustrations/sapIllus-Spot-SuccessBalloon.js +20 -0
- package/dist/illustrations/sapIllus-Spot-SuccessCheckMark.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SuccessHighFive.js +25 -0
- package/dist/illustrations/sapIllus-Spot-SuccessScreen.js +36 -0
- package/dist/illustrations/sapIllus-Spot-Survey.js +33 -0
- package/dist/illustrations/sapIllus-Spot-Tent.js +30 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Spot-UnableToUpload.js +28 -0
- package/dist/illustrations/sapIllus-Spot-UploadCollection.js +34 -0
- package/dist/illustrations/sapIllus-Spot-UploadToCloud.js +21 -0
- package/dist/illustrations/sapIllus-Spot-UserHasSignedUp.js +34 -0
- package/dist/illustrations/tnt/Avatar.d.ts +8 -0
- package/dist/illustrations/tnt/Avatar.js +26 -0
- package/dist/illustrations/tnt/Calculator.d.ts +8 -0
- package/dist/illustrations/tnt/Calculator.js +26 -0
- package/dist/illustrations/tnt/ChartArea.d.ts +8 -0
- package/dist/illustrations/tnt/ChartArea.js +26 -0
- package/dist/illustrations/tnt/ChartArea2.d.ts +8 -0
- package/dist/illustrations/tnt/ChartArea2.js +26 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.js +26 -0
- package/dist/illustrations/tnt/ChartBar.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBar.js +26 -0
- package/dist/illustrations/tnt/ChartBullet.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBullet.js +26 -0
- package/dist/illustrations/tnt/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations/tnt/ChartDoughnut.js +26 -0
- package/dist/illustrations/tnt/ChartFlow.d.ts +8 -0
- package/dist/illustrations/tnt/ChartFlow.js +26 -0
- package/dist/illustrations/tnt/ChartGantt.d.ts +8 -0
- package/dist/illustrations/tnt/ChartGantt.js +26 -0
- package/dist/illustrations/tnt/ChartOrg.d.ts +8 -0
- package/dist/illustrations/tnt/ChartOrg.js +26 -0
- package/dist/illustrations/tnt/ChartPie.d.ts +8 -0
- package/dist/illustrations/tnt/ChartPie.js +26 -0
- package/dist/illustrations/tnt/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations/tnt/CodePlaceholder.js +26 -0
- package/dist/illustrations/tnt/Company.d.ts +8 -0
- package/dist/illustrations/tnt/Company.js +26 -0
- package/dist/illustrations/tnt/Compass.d.ts +8 -0
- package/dist/illustrations/tnt/Compass.js +26 -0
- package/dist/illustrations/tnt/Components.d.ts +8 -0
- package/dist/illustrations/tnt/Components.js +26 -0
- package/dist/illustrations/tnt/Dialog.d.ts +8 -0
- package/dist/illustrations/tnt/Dialog.js +26 -0
- package/dist/illustrations/tnt/EmptyContentPane.d.ts +8 -0
- package/dist/illustrations/tnt/EmptyContentPane.js +26 -0
- package/dist/illustrations/tnt/ExternalLink.d.ts +8 -0
- package/dist/illustrations/tnt/ExternalLink.js +26 -0
- package/dist/illustrations/tnt/FaceID.d.ts +8 -0
- package/dist/illustrations/tnt/FaceID.js +26 -0
- package/dist/illustrations/tnt/Fingerprint.d.ts +8 -0
- package/dist/illustrations/tnt/Fingerprint.js +26 -0
- package/dist/illustrations/tnt/Handshake.d.ts +8 -0
- package/dist/illustrations/tnt/Handshake.js +26 -0
- package/dist/illustrations/tnt/Help.d.ts +8 -0
- package/dist/illustrations/tnt/Help.js +26 -0
- package/dist/illustrations/tnt/Lock.d.ts +8 -0
- package/dist/illustrations/tnt/Lock.js +26 -0
- package/dist/illustrations/tnt/Mission.d.ts +8 -0
- package/dist/illustrations/tnt/Mission.js +26 -0
- package/dist/illustrations/tnt/MissionFailed.d.ts +8 -0
- package/dist/illustrations/tnt/MissionFailed.js +26 -0
- package/dist/illustrations/tnt/NoApplications.d.ts +8 -0
- package/dist/illustrations/tnt/NoApplications.js +26 -0
- package/dist/illustrations/tnt/NoFlows.d.ts +8 -0
- package/dist/illustrations/tnt/NoFlows.js +26 -0
- package/dist/illustrations/tnt/NoUsers.d.ts +8 -0
- package/dist/illustrations/tnt/NoUsers.js +26 -0
- package/dist/illustrations/tnt/Radar.d.ts +8 -0
- package/dist/illustrations/tnt/Radar.js +26 -0
- package/dist/illustrations/tnt/RoadMap.d.ts +8 -0
- package/dist/illustrations/tnt/RoadMap.js +26 -0
- package/dist/illustrations/tnt/Secrets.d.ts +8 -0
- package/dist/illustrations/tnt/Secrets.js +26 -0
- package/dist/illustrations/tnt/Services.d.ts +8 -0
- package/dist/illustrations/tnt/Services.js +26 -0
- package/dist/illustrations/tnt/SessionExpired.d.ts +8 -0
- package/dist/illustrations/tnt/SessionExpired.js +26 -0
- package/dist/illustrations/tnt/SessionExpiring.d.ts +8 -0
- package/dist/illustrations/tnt/SessionExpiring.js +26 -0
- package/dist/illustrations/tnt/Settings.d.ts +8 -0
- package/dist/illustrations/tnt/Settings.js +26 -0
- package/dist/illustrations/tnt/Success.d.ts +8 -0
- package/dist/illustrations/tnt/Success.js +26 -0
- package/dist/illustrations/tnt/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations/tnt/SuccessfulAuth.js +26 -0
- package/dist/illustrations/tnt/Systems.d.ts +8 -0
- package/dist/illustrations/tnt/Systems.js +26 -0
- package/dist/illustrations/tnt/Teams.d.ts +8 -0
- package/dist/illustrations/tnt/Teams.js +26 -0
- package/dist/illustrations/tnt/Tools.d.ts +8 -0
- package/dist/illustrations/tnt/Tools.js +26 -0
- package/dist/illustrations/tnt/Tutorials.d.ts +8 -0
- package/dist/illustrations/tnt/Tutorials.js +26 -0
- package/dist/illustrations/tnt/UnableToLoad.d.ts +8 -0
- package/dist/illustrations/tnt/UnableToLoad.js +26 -0
- package/dist/illustrations/tnt/Unlock.d.ts +8 -0
- package/dist/illustrations/tnt/Unlock.js +26 -0
- package/dist/illustrations/tnt/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations/tnt/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations/tnt/User2.d.ts +8 -0
- package/dist/illustrations/tnt/User2.js +26 -0
- package/dist/illustrations/tnt/tnt-Dialog-Avatar.js +125 -0
- package/dist/illustrations/tnt/tnt-Dialog-Calculator.js +81 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea2.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBar.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBullet.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartGantt.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartOrg.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartPie.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +6 -0
- package/dist/illustrations/tnt/tnt-Dialog-Company.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Dialog-Components.js +9 -0
- package/dist/illustrations/tnt/tnt-Dialog-Dialog.js +33 -0
- package/dist/illustrations/tnt/tnt-Dialog-EmptyContentPane.js +19 -0
- package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +16 -0
- package/dist/illustrations/tnt/tnt-Dialog-Handshake.js +33 -0
- package/dist/illustrations/tnt/tnt-Dialog-Help.js +28 -0
- package/dist/illustrations/tnt/tnt-Dialog-Lock.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Mission.js +18 -0
- package/dist/illustrations/tnt/tnt-Dialog-MissionFailed.js +42 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-Radar.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-RoadMap.js +42 -0
- package/dist/illustrations/tnt/tnt-Dialog-Secrets.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Services.js +16 -0
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Settings.js +38 -0
- package/dist/illustrations/tnt/tnt-Dialog-Success.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Systems.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Teams.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tools.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tutorials.js +79 -0
- package/dist/illustrations/tnt/tnt-Dialog-UnableToLoad.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-User2.js +13 -0
- package/dist/illustrations/tnt/tnt-Dot-Avatar.js +13 -0
- package/dist/illustrations/tnt/tnt-Dot-Calculator.js +12 -0
- package/dist/illustrations/tnt/tnt-Dot-Compass.js +10 -0
- package/dist/illustrations/tnt/tnt-Dot-Dialog.js +20 -0
- package/dist/illustrations/tnt/tnt-Dot-EmptyContentPane.js +16 -0
- package/dist/illustrations/tnt/tnt-Dot-Handshake.js +19 -0
- package/dist/illustrations/tnt/tnt-Dot-Help.js +9 -0
- package/dist/illustrations/tnt/tnt-Dot-MissionFailed.js +10 -0
- package/dist/illustrations/tnt/tnt-Dot-RoadMap.js +6 -0
- package/dist/illustrations/tnt/tnt-Dot-Settings.js +7 -0
- package/dist/illustrations/tnt/tnt-Dot-Tutorials.js +8 -0
- package/dist/illustrations/tnt/tnt-Scene-Avatar.js +131 -0
- package/dist/illustrations/tnt/tnt-Scene-Calculator.js +84 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea2.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBPMNFlow.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBar.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBullet.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartDoughnut.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartFlow.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartGantt.js +26 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartOrg.js +27 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartPie.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +9 -0
- package/dist/illustrations/tnt/tnt-Scene-Company.js +30 -0
- package/dist/illustrations/tnt/tnt-Scene-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Scene-Components.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-Dialog.js +36 -0
- package/dist/illustrations/tnt/tnt-Scene-EmptyContentPane.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +14 -0
- package/dist/illustrations/tnt/tnt-Scene-FaceID.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +35 -0
- package/dist/illustrations/tnt/tnt-Scene-Handshake.js +33 -0
- package/dist/illustrations/tnt/tnt-Scene-Help.js +30 -0
- package/dist/illustrations/tnt/tnt-Scene-Lock.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-Mission.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-MissionFailed.js +50 -0
- package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-Radar.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-RoadMap.js +46 -0
- package/dist/illustrations/tnt/tnt-Scene-Secrets.js +15 -0
- package/dist/illustrations/tnt/tnt-Scene-Services.js +17 -0
- package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +17 -0
- package/dist/illustrations/tnt/tnt-Scene-Settings.js +39 -0
- package/dist/illustrations/tnt/tnt-Scene-Success.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-Systems.js +13 -0
- package/dist/illustrations/tnt/tnt-Scene-Teams.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-Tools.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-Tutorials.js +85 -0
- package/dist/illustrations/tnt/tnt-Scene-UnableToLoad.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-Unlock.js +15 -0
- package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-User2.js +22 -0
- package/dist/illustrations/tnt/tnt-Spot-Avatar.js +106 -0
- package/dist/illustrations/tnt/tnt-Spot-Calculator.js +131 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea2.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBPMNFlow.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBar.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBullet.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartDoughnut.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartFlow.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartGantt.js +12 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartOrg.js +6 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartPie.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +6 -0
- package/dist/illustrations/tnt/tnt-Spot-Company.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Spot-Components.js +5 -0
- package/dist/illustrations/tnt/tnt-Spot-Dialog.js +33 -0
- package/dist/illustrations/tnt/tnt-Spot-EmptyContentPane.js +17 -0
- package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-FaceID.js +16 -0
- package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-Handshake.js +65 -0
- package/dist/illustrations/tnt/tnt-Spot-Help.js +24 -0
- package/dist/illustrations/tnt/tnt-Spot-Lock.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Mission.js +17 -0
- package/dist/illustrations/tnt/tnt-Spot-MissionFailed.js +114 -0
- package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-Radar.js +14 -0
- package/dist/illustrations/tnt/tnt-Spot-RoadMap.js +166 -0
- package/dist/illustrations/tnt/tnt-Spot-Secrets.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Services.js +14 -0
- package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Settings.js +37 -0
- package/dist/illustrations/tnt/tnt-Spot-Success.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Systems.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-Teams.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Tools.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-Tutorials.js +92 -0
- package/dist/illustrations/tnt/tnt-Spot-UnableToLoad.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Unlock.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-User2.js +10 -0
- package/dist/illustrations-v5/tnt/Avatar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Avatar.js +26 -0
- package/dist/illustrations-v5/tnt/Calculator.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/ChartArea.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartArea.js +26 -0
- package/dist/illustrations-v5/tnt/ChartArea2.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartArea2.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBPMNFlow.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBar.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBullet.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBullet.js +26 -0
- package/dist/illustrations-v5/tnt/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartDoughnut.js +26 -0
- package/dist/illustrations-v5/tnt/ChartFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartFlow.js +26 -0
- package/dist/illustrations-v5/tnt/ChartGantt.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartGantt.js +26 -0
- package/dist/illustrations-v5/tnt/ChartOrg.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartOrg.js +26 -0
- package/dist/illustrations-v5/tnt/ChartPie.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartPie.js +26 -0
- package/dist/illustrations-v5/tnt/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations-v5/tnt/CodePlaceholder.js +26 -0
- package/dist/illustrations-v5/tnt/Company.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Company.js +26 -0
- package/dist/illustrations-v5/tnt/Compass.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Compass.js +26 -0
- package/dist/illustrations-v5/tnt/Components.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Components.js +26 -0
- package/dist/illustrations-v5/tnt/Dialog.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Dialog.js +26 -0
- package/dist/illustrations-v5/tnt/ExternalLink.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ExternalLink.js +26 -0
- package/dist/illustrations-v5/tnt/FaceID.d.ts +8 -0
- package/dist/illustrations-v5/tnt/FaceID.js +26 -0
- package/dist/illustrations-v5/tnt/Fingerprint.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Fingerprint.js +26 -0
- package/dist/illustrations-v5/tnt/Handshake.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/Help.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Help.js +26 -0
- package/dist/illustrations-v5/tnt/Lock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Lock.js +26 -0
- package/dist/illustrations-v5/tnt/Mission.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Mission.js +26 -0
- package/dist/illustrations-v5/tnt/MissionFailed.d.ts +8 -0
- package/dist/illustrations-v5/tnt/MissionFailed.js +26 -0
- package/dist/illustrations-v5/tnt/NoApplications.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoApplications.js +26 -0
- package/dist/illustrations-v5/tnt/NoFlows.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/NoUsers.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoUsers.js +26 -0
- package/dist/illustrations-v5/tnt/Radar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Radar.js +26 -0
- package/dist/illustrations-v5/tnt/RoadMap.d.ts +8 -0
- package/dist/illustrations-v5/tnt/RoadMap.js +26 -0
- package/dist/illustrations-v5/tnt/Secrets.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Secrets.js +26 -0
- package/dist/illustrations-v5/tnt/Services.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Services.js +26 -0
- package/dist/illustrations-v5/tnt/SessionExpired.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SessionExpired.js +26 -0
- package/dist/illustrations-v5/tnt/SessionExpiring.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SessionExpiring.js +26 -0
- package/dist/illustrations-v5/tnt/Settings.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Settings.js +26 -0
- package/dist/illustrations-v5/tnt/Success.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Success.js +26 -0
- package/dist/illustrations-v5/tnt/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/Systems.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Systems.js +26 -0
- package/dist/illustrations-v5/tnt/Teams.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Teams.js +26 -0
- package/dist/illustrations-v5/tnt/Tools.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Tools.js +26 -0
- package/dist/illustrations-v5/tnt/Tutorials.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Tutorials.js +26 -0
- package/dist/illustrations-v5/tnt/Unlock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Unlock.js +26 -0
- package/dist/illustrations-v5/tnt/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Avatar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Avatar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Calculator.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea2.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea2.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBullet.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBullet.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartDoughnut.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartFlow.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartGantt.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartGantt.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartOrg.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartOrg.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartPie.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartPie.js +26 -0
- package/dist/illustrations-v5/tnt/hc/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/CodePlaceholder.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Company.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Company.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Compass.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Compass.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Components.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Components.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Dialog.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Dialog.js +26 -0
- package/dist/illustrations-v5/tnt/hc/EmptyContentPane.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/EmptyContentPane.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ExternalLink.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ExternalLink.js +26 -0
- package/dist/illustrations-v5/tnt/hc/FaceID.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/FaceID.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Fingerprint.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Fingerprint.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Handshake.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Help.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Help.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Lock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Lock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Mission.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Mission.js +26 -0
- package/dist/illustrations-v5/tnt/hc/MissionFailed.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/MissionFailed.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoApplications.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoApplications.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoFlows.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoUsers.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoUsers.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Radar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Radar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/RoadMap.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/RoadMap.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Secrets.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Secrets.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Services.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Services.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpired.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpired.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpiring.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpiring.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Settings.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Settings.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Success.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Success.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Systems.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Systems.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Teams.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Teams.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Tools.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Tools.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Tutorials.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Tutorials.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Unlock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Unlock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Compass.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Help.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.js +92 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Settings.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Avatar.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Calculator.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +6 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Company.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Compass.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Components.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Handshake.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Help.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +41 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +6 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Services.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Settings.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Success.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Avatar.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Calculator.js +32 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +28 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +36 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Company.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Compass.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Components.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Dialog.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +28 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Help.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Services.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Settings.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Success.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +34 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +31 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +31 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.js +34 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Avatar.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Calculator.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Company.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Compass.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Components.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Handshake.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Help.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.js +78 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Services.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Settings.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Success.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Calculator.js +27 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Components.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-FaceID.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Help.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Mission.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Settings.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Systems.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Teams.js +79 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Avatar.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Calculator.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBar.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +25 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartPie.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +5 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Company.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Compass.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Components.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Dialog.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-FaceID.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Handshake.js +36 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Help.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Lock.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Mission.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-MissionFailed.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoApplications.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoFlows.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoUsers.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-RoadMap.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Secrets.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Services.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Settings.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Success.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Teams.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Tutorials.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Unlock.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Calculator.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBar.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartPie.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Components.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-FaceID.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Help.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Mission.js +33 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoApplications.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoFlows.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoUsers.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Radar.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Settings.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Systems.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Teams.js +85 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Tools.js +47 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBar.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartPie.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Components.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-FaceID.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Help.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Mission.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoApplications.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoFlows.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoUsers.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Settings.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Systems.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Teams.js +79 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Tutorials.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.js +15 -0
- package/dist/ssr-zxing-shim.d.ts +2 -0
- package/dist/ssr-zxing-shim.js +3 -0
- package/dist/ssr-zxing-shim.js.map +1 -0
- package/dist/ssr-zxing.d.ts +2 -0
- package/dist/ssr-zxing.js +3 -0
- package/dist/ssr-zxing.js.map +1 -0
- package/dist/types/FCLLayout.d.ts +105 -0
- package/dist/types/FCLLayout.js +107 -0
- package/dist/types/FCLLayout.js.map +1 -0
- package/dist/types/IllustrationMessageDesign.d.ts +69 -0
- package/dist/types/IllustrationMessageDesign.js +71 -0
- package/dist/types/IllustrationMessageDesign.js.map +1 -0
- package/dist/types/IllustrationMessageType.d.ts +636 -0
- package/dist/types/IllustrationMessageType.js +638 -0
- package/dist/types/IllustrationMessageType.js.map +1 -0
- package/dist/types/MediaGalleryItemLayout.d.ts +22 -0
- package/dist/types/MediaGalleryItemLayout.js +24 -0
- package/dist/types/MediaGalleryItemLayout.js.map +1 -0
- package/dist/types/MediaGalleryLayout.d.ts +22 -0
- package/dist/types/MediaGalleryLayout.js +24 -0
- package/dist/types/MediaGalleryLayout.js.map +1 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.d.ts +17 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.js +19 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.js.map +1 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.d.ts +17 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.js +19 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.js.map +1 -0
- package/dist/types/NavigationLayoutMode.d.ts +23 -0
- package/dist/types/NavigationLayoutMode.js +25 -0
- package/dist/types/NavigationLayoutMode.js.map +1 -0
- package/dist/types/NotificationListItemImportance.d.ts +16 -0
- package/dist/types/NotificationListItemImportance.js +18 -0
- package/dist/types/NotificationListItemImportance.js.map +1 -0
- package/dist/types/PageBackgroundDesign.d.ts +22 -0
- package/dist/types/PageBackgroundDesign.js +24 -0
- package/dist/types/PageBackgroundDesign.js.map +1 -0
- package/dist/types/SearchMode.d.ts +17 -0
- package/dist/types/SearchMode.js +19 -0
- package/dist/types/SearchMode.js.map +1 -0
- package/dist/types/SideContentFallDown.d.ts +27 -0
- package/dist/types/SideContentFallDown.js +29 -0
- package/dist/types/SideContentFallDown.js.map +1 -0
- package/dist/types/SideContentPosition.d.ts +19 -0
- package/dist/types/SideContentPosition.js +21 -0
- package/dist/types/SideContentPosition.js.map +1 -0
- package/dist/types/SideContentVisibility.d.ts +32 -0
- package/dist/types/SideContentVisibility.js +34 -0
- package/dist/types/SideContentVisibility.js.map +1 -0
- package/dist/types/SideNavigationItemDesign.d.ts +24 -0
- package/dist/types/SideNavigationItemDesign.js +26 -0
- package/dist/types/SideNavigationItemDesign.js.map +1 -0
- package/dist/types/TimelineGrowingMode.d.ts +24 -0
- package/dist/types/TimelineGrowingMode.js +26 -0
- package/dist/types/TimelineGrowingMode.js.map +1 -0
- package/dist/types/TimelineLayout.d.ts +18 -0
- package/dist/types/TimelineLayout.js +20 -0
- package/dist/types/TimelineLayout.js.map +1 -0
- package/dist/types/UploadCollectionDnDMode.d.ts +22 -0
- package/dist/types/UploadCollectionDnDMode.js +24 -0
- package/dist/types/UploadCollectionDnDMode.js.map +1 -0
- package/dist/types/UploadCollectionSelectionMode.d.ts +39 -0
- package/dist/types/UploadCollectionSelectionMode.js +41 -0
- package/dist/types/UploadCollectionSelectionMode.js.map +1 -0
- package/dist/types/UploadState.d.ts +27 -0
- package/dist/types/UploadState.js +29 -0
- package/dist/types/UploadState.js.map +1 -0
- package/dist/types/ViewSettingsDialogMode.d.ts +25 -0
- package/dist/types/ViewSettingsDialogMode.js +27 -0
- package/dist/types/ViewSettingsDialogMode.js.map +1 -0
- package/dist/types/WizardContentLayout.d.ts +17 -0
- package/dist/types/WizardContentLayout.js +19 -0
- package/dist/types/WizardContentLayout.js.map +1 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.d.ts +15 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.js +60 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
- package/dist/vscode.html-custom-data.json +1626 -0
- package/dist/web-types.json +4122 -0
- package/global.d.ts +12 -0
- package/jsconfig.json +12 -0
- package/package-scripts.cjs +84 -0
- package/package.json +71 -0
- package/src/BarcodeScannerDialogTemplate.tsx +38 -0
- package/src/DynamicPageHeaderActionsTemplate.tsx +33 -0
- package/src/DynamicPageHeaderTemplate.tsx +9 -0
- package/src/DynamicPageTemplate.tsx +72 -0
- package/src/DynamicPageTitleTemplate.tsx +77 -0
- package/src/DynamicSideContentTemplate.tsx +48 -0
- package/src/FlexibleColumnLayoutTemplate.tsx +134 -0
- package/src/IllustratedMessageTemplate.tsx +92 -0
- package/src/MediaGalleryItemTemplate.tsx +22 -0
- package/src/MediaGalleryTemplate.tsx +50 -0
- package/src/NavigationLayoutTemplate.tsx +19 -0
- package/src/NavigationMenuItemTemplate.tsx +64 -0
- package/src/NavigationMenuTemplate.tsx +51 -0
- package/src/NotificationListGroupItemTemplate.tsx +66 -0
- package/src/NotificationListItemTemplate.tsx +154 -0
- package/src/NotificationListTemplate.tsx +17 -0
- package/src/PageTemplate.tsx +30 -0
- package/src/ProductSwitchItemTemplate.tsx +66 -0
- package/src/ProductSwitchTemplate.tsx +16 -0
- package/src/SearchFieldTemplate.tsx +106 -0
- package/src/SearchItemShowMoreTemplate.tsx +19 -0
- package/src/SearchItemTemplate.tsx +67 -0
- package/src/SearchMessageAreaTemplate.tsx +15 -0
- package/src/SearchPopoverTemplate.tsx +80 -0
- package/src/SearchTemplate.tsx +12 -0
- package/src/ShellBarBrandingTemplate.tsx +27 -0
- package/src/ShellBarPopoverTemplate.tsx +50 -0
- package/src/ShellBarSearchPopoverTemplate.tsx +24 -0
- package/src/ShellBarSearchTemplate.tsx +12 -0
- package/src/ShellBarTemplate.tsx +337 -0
- package/src/SideNavigationGroupTemplate.tsx +58 -0
- package/src/SideNavigationItemTemplate.tsx +86 -0
- package/src/SideNavigationPopoverTemplate.tsx +103 -0
- package/src/SideNavigationSubItemTemplate.tsx +39 -0
- package/src/SideNavigationTemplate.tsx +75 -0
- package/src/TimelineGroupItemTemplate.tsx +48 -0
- package/src/TimelineItemTemplate.tsx +77 -0
- package/src/TimelineTemplate.tsx +79 -0
- package/src/UploadCollectionItemTemplate.tsx +146 -0
- package/src/UploadCollectionTemplate.tsx +63 -0
- package/src/UserMenuItemGroupTemplate.tsx +6 -0
- package/src/UserMenuItemTemplate.tsx +6 -0
- package/src/UserMenuTemplate.tsx +193 -0
- package/src/UserSettingsAccountViewTemplate.tsx +46 -0
- package/src/UserSettingsAppearanceViewItemTemplate.tsx +25 -0
- package/src/UserSettingsAppearanceViewTemplate.tsx +15 -0
- package/src/UserSettingsDialogTemplate.tsx +80 -0
- package/src/UserSettingsItemTemplate.tsx +52 -0
- package/src/UserSettingsViewTemplate.tsx +11 -0
- package/src/ViewSettingsDialogTemplate.tsx +230 -0
- package/src/WizardPopoverTemplate.tsx +42 -0
- package/src/WizardTabTemplate.tsx +39 -0
- package/src/WizardTemplate.tsx +75 -0
- package/src/i18n/messagebundle.properties +612 -0
- package/src/i18n/messagebundle_ar.properties +407 -0
- package/src/i18n/messagebundle_bg.properties +407 -0
- package/src/i18n/messagebundle_ca.properties +407 -0
- package/src/i18n/messagebundle_cnr.properties +407 -0
- package/src/i18n/messagebundle_cs.properties +407 -0
- package/src/i18n/messagebundle_cy.properties +407 -0
- package/src/i18n/messagebundle_da.properties +407 -0
- package/src/i18n/messagebundle_de.properties +407 -0
- package/src/i18n/messagebundle_el.properties +407 -0
- package/src/i18n/messagebundle_en.properties +407 -0
- package/src/i18n/messagebundle_en_GB.properties +407 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +407 -0
- package/src/i18n/messagebundle_en_US_saprigi.properties +407 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +407 -0
- package/src/i18n/messagebundle_es.properties +407 -0
- package/src/i18n/messagebundle_es_MX.properties +407 -0
- package/src/i18n/messagebundle_et.properties +407 -0
- package/src/i18n/messagebundle_fi.properties +407 -0
- package/src/i18n/messagebundle_fr.properties +407 -0
- package/src/i18n/messagebundle_fr_CA.properties +407 -0
- package/src/i18n/messagebundle_hi.properties +407 -0
- package/src/i18n/messagebundle_hr.properties +407 -0
- package/src/i18n/messagebundle_hu.properties +407 -0
- package/src/i18n/messagebundle_id.properties +407 -0
- package/src/i18n/messagebundle_it.properties +407 -0
- package/src/i18n/messagebundle_iw.properties +407 -0
- package/src/i18n/messagebundle_ja.properties +407 -0
- package/src/i18n/messagebundle_kk.properties +407 -0
- package/src/i18n/messagebundle_ko.properties +407 -0
- package/src/i18n/messagebundle_lt.properties +407 -0
- package/src/i18n/messagebundle_lv.properties +407 -0
- package/src/i18n/messagebundle_mk.properties +407 -0
- package/src/i18n/messagebundle_ms.properties +407 -0
- package/src/i18n/messagebundle_nl.properties +407 -0
- package/src/i18n/messagebundle_no.properties +407 -0
- package/src/i18n/messagebundle_pl.properties +407 -0
- package/src/i18n/messagebundle_pt.properties +407 -0
- package/src/i18n/messagebundle_pt_PT.properties +407 -0
- package/src/i18n/messagebundle_ro.properties +407 -0
- package/src/i18n/messagebundle_ru.properties +407 -0
- package/src/i18n/messagebundle_sh.properties +407 -0
- package/src/i18n/messagebundle_sk.properties +407 -0
- package/src/i18n/messagebundle_sl.properties +407 -0
- package/src/i18n/messagebundle_sr.properties +407 -0
- package/src/i18n/messagebundle_sv.properties +407 -0
- package/src/i18n/messagebundle_th.properties +407 -0
- package/src/i18n/messagebundle_tr.properties +407 -0
- package/src/i18n/messagebundle_uk.properties +407 -0
- package/src/i18n/messagebundle_vi.properties +407 -0
- package/src/i18n/messagebundle_zh_CN.properties +407 -0
- package/src/i18n/messagebundle_zh_TW.properties +407 -0
- package/src/illustrations/sapIllus-Dialog-Achievement.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-AddDimensions.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-AddPeopleToCalendar.svg +51 -0
- package/src/illustrations/sapIllus-Dialog-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-BalloonSky.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-Connection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-DragFilesToUpload.svg +20 -0
- package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +77 -0
- package/src/illustrations/sapIllus-Dialog-EmptyList.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Dialog-ErrorScreen.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-FilterTable.svg +65 -0
- package/src/illustrations/sapIllus-Dialog-FilteringColumns.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-GroupTable.svg +67 -0
- package/src/illustrations/sapIllus-Dialog-GroupingColumns.svg +35 -0
- package/src/illustrations/sapIllus-Dialog-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Dialog-NewMail.svg +38 -0
- package/src/illustrations/sapIllus-Dialog-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-NoChartData.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-NoColumnsSet.svg +29 -0
- package/src/illustrations/sapIllus-Dialog-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Dialog-NoFilterResults.svg +20 -0
- package/src/illustrations/sapIllus-Dialog-NoMail.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-NoMail_v1.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-NoNotifications.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems.svg +54 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems_v1.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks.svg +60 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks_v1.svg +62 -0
- package/src/illustrations/sapIllus-Dialog-PageNotFound.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-ReceiveAppreciation.svg +25 -0
- package/src/illustrations/sapIllus-Dialog-ReloadScreen.svg +48 -0
- package/src/illustrations/sapIllus-Dialog-ResizeColumn.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-ResizingColumns.svg +55 -0
- package/src/illustrations/sapIllus-Dialog-SearchEarth.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SearchFolder.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBalloon.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +48 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCheckMark.svg +6 -0
- package/src/illustrations/sapIllus-Dialog-SimpleConnection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyDoc.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyList.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleError.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMail.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNoSavedItems.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-SimpleReload.svg +11 -0
- package/src/illustrations/sapIllus-Dialog-SimpleTask.svg +23 -0
- package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +30 -0
- package/src/illustrations/sapIllus-Dialog-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-SortingColumns.svg +50 -0
- package/src/illustrations/sapIllus-Dialog-SuccessBalloon.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-SuccessCheckMark.svg +8 -0
- package/src/illustrations/sapIllus-Dialog-SuccessHighFive.svg +24 -0
- package/src/illustrations/sapIllus-Dialog-SuccessScreen.svg +47 -0
- package/src/illustrations/sapIllus-Dialog-Survey.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-Tent.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-UnableToUpload.svg +26 -0
- package/src/illustrations/sapIllus-Dialog-UploadCollection.svg +30 -0
- package/src/illustrations/sapIllus-Dialog-UploadToCloud.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-UserHasSignedUp.svg +34 -0
- package/src/illustrations/sapIllus-Dot-Achievement.svg +18 -0
- package/src/illustrations/sapIllus-Dot-AddColumn.svg +26 -0
- package/src/illustrations/sapIllus-Dot-AddDimensions.svg +9 -0
- package/src/illustrations/sapIllus-Dot-AddPeople.svg +8 -0
- package/src/illustrations/sapIllus-Dot-AddPeopleToCalendar.svg +14 -0
- package/src/illustrations/sapIllus-Dot-AddingColumns.svg +13 -0
- package/src/illustrations/sapIllus-Dot-BalloonSky.svg +6 -0
- package/src/illustrations/sapIllus-Dot-BeforeSearch.svg +40 -0
- package/src/illustrations/sapIllus-Dot-Connection.svg +9 -0
- package/src/illustrations/sapIllus-Dot-DragFilesToUpload.svg +8 -0
- package/src/illustrations/sapIllus-Dot-EmptyCalendar.svg +36 -0
- package/src/illustrations/sapIllus-Dot-EmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Dot-EmptyPlanningCalendar.svg +18 -0
- package/src/illustrations/sapIllus-Dot-ErrorScreen.svg +8 -0
- package/src/illustrations/sapIllus-Dot-FilterTable.svg +7 -0
- package/src/illustrations/sapIllus-Dot-FilteringColumns.svg +22 -0
- package/src/illustrations/sapIllus-Dot-GroupTable.svg +35 -0
- package/src/illustrations/sapIllus-Dot-GroupingColumns.svg +23 -0
- package/src/illustrations/sapIllus-Dot-KeyTask.svg +118 -0
- package/src/illustrations/sapIllus-Dot-NewMail.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoActivities.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoChartData.svg +35 -0
- package/src/illustrations/sapIllus-Dot-NoColumnsSet.svg +26 -0
- package/src/illustrations/sapIllus-Dot-NoData.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
- package/src/illustrations/sapIllus-Dot-NoEntries.svg +25 -0
- package/src/illustrations/sapIllus-Dot-NoFilterResults.svg +14 -0
- package/src/illustrations/sapIllus-Dot-NoMail.svg +14 -0
- package/src/illustrations/sapIllus-Dot-NoMail_v1.svg +9 -0
- package/src/illustrations/sapIllus-Dot-NoNotifications.svg +23 -0
- package/src/illustrations/sapIllus-Dot-NoSavedItems.svg +55 -0
- package/src/illustrations/sapIllus-Dot-NoSavedItems_v1.svg +12 -0
- package/src/illustrations/sapIllus-Dot-NoSearchResults.svg +35 -0
- package/src/illustrations/sapIllus-Dot-NoTasks.svg +22 -0
- package/src/illustrations/sapIllus-Dot-NoTasks_v1.svg +12 -0
- package/src/illustrations/sapIllus-Dot-PageNotFound.svg +14 -0
- package/src/illustrations/sapIllus-Dot-ReceiveAppreciation.svg +19 -0
- package/src/illustrations/sapIllus-Dot-ReloadScreen.svg +8 -0
- package/src/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -0
- package/src/illustrations/sapIllus-Dot-ResizingColumns.svg +19 -0
- package/src/illustrations/sapIllus-Dot-SearchEarth.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SearchFolder.svg +10 -0
- package/src/illustrations/sapIllus-Dot-SignOut.svg +11 -0
- package/src/illustrations/sapIllus-Dot-SimpleBalloon.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleBell.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SimpleCalendar.svg +36 -0
- package/src/illustrations/sapIllus-Dot-SimpleCheckMark.svg +4 -0
- package/src/illustrations/sapIllus-Dot-SimpleConnection.svg +9 -0
- package/src/illustrations/sapIllus-Dot-SimpleEmptyDoc.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SimpleEmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleError.svg +8 -0
- package/src/illustrations/sapIllus-Dot-SimpleMagnifier.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleMail.svg +9 -0
- package/src/illustrations/sapIllus-Dot-SimpleNoSavedItems.svg +12 -0
- package/src/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Dot-SimpleReload.svg +8 -0
- package/src/illustrations/sapIllus-Dot-SimpleTask.svg +12 -0
- package/src/illustrations/sapIllus-Dot-SleepingBell.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SortColumn.svg +28 -0
- package/src/illustrations/sapIllus-Dot-SortingColumns.svg +15 -0
- package/src/illustrations/sapIllus-Dot-SuccessHighFive.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SuccessScreen.svg +4 -0
- package/src/illustrations/sapIllus-Dot-Survey.svg +7 -0
- package/src/illustrations/sapIllus-Dot-Tent.svg +7 -0
- package/src/illustrations/sapIllus-Dot-UnableToLoad.svg +118 -0
- package/src/illustrations/sapIllus-Dot-UnableToLoadImage.svg +24 -0
- package/src/illustrations/sapIllus-Dot-UnableToUpload.svg +10 -0
- package/src/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
- package/src/illustrations/sapIllus-Dot-UploadToCloud.svg +9 -0
- package/src/illustrations/sapIllus-Dot-UserHasSignedUp.svg +8 -0
- package/src/illustrations/sapIllus-Patterns.svg +20 -0
- package/src/illustrations/sapIllus-Scene-Achievement.svg +28 -0
- package/src/illustrations/sapIllus-Scene-AddColumn.svg +48 -0
- package/src/illustrations/sapIllus-Scene-AddDimensions.svg +17 -0
- package/src/illustrations/sapIllus-Scene-AddPeople.svg +30 -0
- package/src/illustrations/sapIllus-Scene-AddPeopleToCalendar.svg +46 -0
- package/src/illustrations/sapIllus-Scene-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Scene-BalloonSky.svg +53 -0
- package/src/illustrations/sapIllus-Scene-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Scene-Connection.svg +31 -0
- package/src/illustrations/sapIllus-Scene-DragFilesToUpload.svg +20 -0
- package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +90 -0
- package/src/illustrations/sapIllus-Scene-EmptyList.svg +43 -0
- package/src/illustrations/sapIllus-Scene-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Scene-ErrorScreen.svg +78 -0
- package/src/illustrations/sapIllus-Scene-FilterTable.svg +62 -0
- package/src/illustrations/sapIllus-Scene-FilteringColumns.svg +39 -0
- package/src/illustrations/sapIllus-Scene-GroupTable.svg +76 -0
- package/src/illustrations/sapIllus-Scene-GroupingColumns.svg +40 -0
- package/src/illustrations/sapIllus-Scene-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Scene-NewMail.svg +38 -0
- package/src/illustrations/sapIllus-Scene-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Scene-NoChartData.svg +45 -0
- package/src/illustrations/sapIllus-Scene-NoColumnsSet.svg +26 -0
- package/src/illustrations/sapIllus-Scene-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
- package/src/illustrations/sapIllus-Scene-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Scene-NoFilterResults.svg +16 -0
- package/src/illustrations/sapIllus-Scene-NoMail.svg +16 -0
- package/src/illustrations/sapIllus-Scene-NoMail_v1.svg +55 -0
- package/src/illustrations/sapIllus-Scene-NoNotifications.svg +28 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems.svg +54 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems_v1.svg +39 -0
- package/src/illustrations/sapIllus-Scene-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Scene-NoTasks.svg +60 -0
- package/src/illustrations/sapIllus-Scene-NoTasks_v1.svg +86 -0
- package/src/illustrations/sapIllus-Scene-PageNotFound.svg +13 -0
- package/src/illustrations/sapIllus-Scene-ReceiveAppreciation.svg +25 -0
- package/src/illustrations/sapIllus-Scene-ReloadScreen.svg +62 -0
- package/src/illustrations/sapIllus-Scene-ResizeColumn.svg +52 -0
- package/src/illustrations/sapIllus-Scene-ResizingColumns.svg +57 -0
- package/src/illustrations/sapIllus-Scene-SearchEarth.svg +30 -0
- package/src/illustrations/sapIllus-Scene-SearchFolder.svg +44 -0
- package/src/illustrations/sapIllus-Scene-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Scene-SimpleBalloon.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleBell.svg +16 -0
- package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +44 -0
- package/src/illustrations/sapIllus-Scene-SimpleCheckMark.svg +9 -0
- package/src/illustrations/sapIllus-Scene-SimpleConnection.svg +22 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyDoc.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyList.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleError.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMagnifier.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMail.svg +16 -0
- package/src/illustrations/sapIllus-Scene-SimpleNoSavedItems.svg +27 -0
- package/src/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.svg +24 -0
- package/src/illustrations/sapIllus-Scene-SimpleReload.svg +14 -0
- package/src/illustrations/sapIllus-Scene-SimpleTask.svg +19 -0
- package/src/illustrations/sapIllus-Scene-SleepingBell.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SortColumn.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SortingColumns.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SuccessBalloon.svg +33 -0
- package/src/illustrations/sapIllus-Scene-SuccessCheckMark.svg +43 -0
- package/src/illustrations/sapIllus-Scene-SuccessHighFive.svg +25 -0
- package/src/illustrations/sapIllus-Scene-SuccessScreen.svg +61 -0
- package/src/illustrations/sapIllus-Scene-Survey.svg +21 -0
- package/src/illustrations/sapIllus-Scene-Tent.svg +59 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Scene-UnableToUpload.svg +26 -0
- package/src/illustrations/sapIllus-Scene-UploadCollection.svg +29 -0
- package/src/illustrations/sapIllus-Scene-UploadToCloud.svg +22 -0
- package/src/illustrations/sapIllus-Scene-UserHasSignedUp.svg +29 -0
- package/src/illustrations/sapIllus-Spot-Achievement.svg +27 -0
- package/src/illustrations/sapIllus-Spot-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Spot-AddDimensions.svg +16 -0
- package/src/illustrations/sapIllus-Spot-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Spot-AddPeopleToCalendar.svg +42 -0
- package/src/illustrations/sapIllus-Spot-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Spot-BalloonSky.svg +43 -0
- package/src/illustrations/sapIllus-Spot-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Spot-Connection.svg +22 -0
- package/src/illustrations/sapIllus-Spot-DragFilesToUpload.svg +18 -0
- package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +46 -0
- package/src/illustrations/sapIllus-Spot-EmptyList.svg +29 -0
- package/src/illustrations/sapIllus-Spot-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Spot-ErrorScreen.svg +32 -0
- package/src/illustrations/sapIllus-Spot-FilterTable.svg +60 -0
- package/src/illustrations/sapIllus-Spot-FilteringColumns.svg +33 -0
- package/src/illustrations/sapIllus-Spot-GroupTable.svg +86 -0
- package/src/illustrations/sapIllus-Spot-GroupingColumns.svg +35 -0
- package/src/illustrations/sapIllus-Spot-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Spot-NewMail.svg +34 -0
- package/src/illustrations/sapIllus-Spot-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Spot-NoChartData.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoColumnsSet.svg +29 -0
- package/src/illustrations/sapIllus-Spot-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoFilterResults.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoMail.svg +15 -0
- package/src/illustrations/sapIllus-Spot-NoMail_v1.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoNotifications.svg +25 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems.svg +51 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems_v1.svg +33 -0
- package/src/illustrations/sapIllus-Spot-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Spot-NoTasks.svg +32 -0
- package/src/illustrations/sapIllus-Spot-NoTasks_v1.svg +22 -0
- package/src/illustrations/sapIllus-Spot-PageNotFound.svg +10 -0
- package/src/illustrations/sapIllus-Spot-ReceiveAppreciation.svg +20 -0
- package/src/illustrations/sapIllus-Spot-ReloadScreen.svg +36 -0
- package/src/illustrations/sapIllus-Spot-ResizeColumn.svg +49 -0
- package/src/illustrations/sapIllus-Spot-ResizingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Spot-SearchEarth.svg +55 -0
- package/src/illustrations/sapIllus-Spot-SearchFolder.svg +37 -0
- package/src/illustrations/sapIllus-Spot-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Spot-SimpleBalloon.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleBell.svg +12 -0
- package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +44 -0
- package/src/illustrations/sapIllus-Spot-SimpleCheckMark.svg +5 -0
- package/src/illustrations/sapIllus-Spot-SimpleConnection.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyDoc.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleError.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMagnifier.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMail.svg +12 -0
- package/src/illustrations/sapIllus-Spot-SimpleNoSavedItems.svg +23 -0
- package/src/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleReload.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleTask.svg +22 -0
- package/src/illustrations/sapIllus-Spot-SleepingBell.svg +38 -0
- package/src/illustrations/sapIllus-Spot-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Spot-SortingColumns.svg +49 -0
- package/src/illustrations/sapIllus-Spot-SuccessBalloon.svg +19 -0
- package/src/illustrations/sapIllus-Spot-SuccessCheckMark.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SuccessHighFive.svg +24 -0
- package/src/illustrations/sapIllus-Spot-SuccessScreen.svg +35 -0
- package/src/illustrations/sapIllus-Spot-Survey.svg +32 -0
- package/src/illustrations/sapIllus-Spot-Tent.svg +29 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Spot-UnableToUpload.svg +28 -0
- package/src/illustrations/sapIllus-Spot-UploadCollection.svg +33 -0
- package/src/illustrations/sapIllus-Spot-UploadToCloud.svg +21 -0
- package/src/illustrations/sapIllus-Spot-UserHasSignedUp.svg +34 -0
- package/src/illustrations/tnt/tnt-Dialog-Avatar.svg +124 -0
- package/src/illustrations/tnt/tnt-Dialog-Calculator.svg +80 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea2.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBullet.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartDoughnut.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartGantt.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartOrg.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartPie.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
- package/src/illustrations/tnt/tnt-Dialog-Company.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Dialog-Components.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-Dialog.svg +32 -0
- package/src/illustrations/tnt/tnt-Dialog-EmptyContentPane.svg +18 -0
- package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +16 -0
- package/src/illustrations/tnt/tnt-Dialog-Handshake.svg +32 -0
- package/src/illustrations/tnt/tnt-Dialog-Help.svg +27 -0
- package/src/illustrations/tnt/tnt-Dialog-Lock.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-Mission.svg +18 -0
- package/src/illustrations/tnt/tnt-Dialog-MissionFailed.svg +41 -0
- package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-Radar.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-RoadMap.svg +41 -0
- package/src/illustrations/tnt/tnt-Dialog-Secrets.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Services.svg +16 -0
- package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-Settings.svg +37 -0
- package/src/illustrations/tnt/tnt-Dialog-Success.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-Systems.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Teams.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-Tools.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-Tutorials.svg +78 -0
- package/src/illustrations/tnt/tnt-Dialog-UnableToLoad.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-User2.svg +13 -0
- package/src/illustrations/tnt/tnt-Dot-Avatar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dot-Calculator.svg +11 -0
- package/src/illustrations/tnt/tnt-Dot-Compass.svg +9 -0
- package/src/illustrations/tnt/tnt-Dot-Dialog.svg +19 -0
- package/src/illustrations/tnt/tnt-Dot-EmptyContentPane.svg +15 -0
- package/src/illustrations/tnt/tnt-Dot-Handshake.svg +18 -0
- package/src/illustrations/tnt/tnt-Dot-Help.svg +8 -0
- package/src/illustrations/tnt/tnt-Dot-MissionFailed.svg +9 -0
- package/src/illustrations/tnt/tnt-Dot-RoadMap.svg +5 -0
- package/src/illustrations/tnt/tnt-Dot-Settings.svg +6 -0
- package/src/illustrations/tnt/tnt-Dot-Tutorials.svg +7 -0
- package/src/illustrations/tnt/tnt-Scene-Avatar.svg +130 -0
- package/src/illustrations/tnt/tnt-Scene-Calculator.svg +83 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBPMNFlow.svg +21 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBullet.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartDoughnut.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartFlow.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartGantt.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartOrg.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartPie.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +9 -0
- package/src/illustrations/tnt/tnt-Scene-Company.svg +30 -0
- package/src/illustrations/tnt/tnt-Scene-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Scene-Components.svg +16 -0
- package/src/illustrations/tnt/tnt-Scene-Dialog.svg +35 -0
- package/src/illustrations/tnt/tnt-Scene-EmptyContentPane.svg +15 -0
- package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +14 -0
- package/src/illustrations/tnt/tnt-Scene-FaceID.svg +21 -0
- package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +35 -0
- package/src/illustrations/tnt/tnt-Scene-Handshake.svg +32 -0
- package/src/illustrations/tnt/tnt-Scene-Help.svg +29 -0
- package/src/illustrations/tnt/tnt-Scene-Lock.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-Mission.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-MissionFailed.svg +49 -0
- package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +16 -0
- package/src/illustrations/tnt/tnt-Scene-Radar.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-RoadMap.svg +45 -0
- package/src/illustrations/tnt/tnt-Scene-Secrets.svg +14 -0
- package/src/illustrations/tnt/tnt-Scene-Services.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-Settings.svg +38 -0
- package/src/illustrations/tnt/tnt-Scene-Success.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Systems.svg +12 -0
- package/src/illustrations/tnt/tnt-Scene-Teams.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Tools.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-Tutorials.svg +84 -0
- package/src/illustrations/tnt/tnt-Scene-UnableToLoad.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Unlock.svg +15 -0
- package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-User2.svg +22 -0
- package/src/illustrations/tnt/tnt-Spot-Avatar.svg +105 -0
- package/src/illustrations/tnt/tnt-Spot-Calculator.svg +130 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea2.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBPMNFlow.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBar.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBullet.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-ChartDoughnut.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartFlow.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartGantt.svg +12 -0
- package/src/illustrations/tnt/tnt-Spot-ChartOrg.svg +6 -0
- package/src/illustrations/tnt/tnt-Spot-ChartPie.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
- package/src/illustrations/tnt/tnt-Spot-Company.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Spot-Components.svg +5 -0
- package/src/illustrations/tnt/tnt-Spot-Dialog.svg +32 -0
- package/src/illustrations/tnt/tnt-Spot-EmptyContentPane.svg +16 -0
- package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-FaceID.svg +16 -0
- package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-Handshake.svg +64 -0
- package/src/illustrations/tnt/tnt-Spot-Help.svg +23 -0
- package/src/illustrations/tnt/tnt-Spot-Lock.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Mission.svg +17 -0
- package/src/illustrations/tnt/tnt-Spot-MissionFailed.svg +113 -0
- package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-Radar.svg +14 -0
- package/src/illustrations/tnt/tnt-Spot-RoadMap.svg +165 -0
- package/src/illustrations/tnt/tnt-Spot-Secrets.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Services.svg +14 -0
- package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Settings.svg +37 -0
- package/src/illustrations/tnt/tnt-Spot-Success.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Systems.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-Teams.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Tools.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-Tutorials.svg +91 -0
- package/src/illustrations/tnt/tnt-Spot-UnableToLoad.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-Unlock.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-User2.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Company.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Compass.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Components.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Help.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Lock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Mission.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Radar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.svg +91 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Services.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Settings.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Success.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Systems.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Teams.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tools.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Avatar.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Calculator.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Company.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Compass.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Components.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-FaceID.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Handshake.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Help.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Lock.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Mission.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.svg +41 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Secrets.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Services.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Settings.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Success.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Teams.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Tools.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Unlock.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Avatar.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Calculator.svg +31 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.svg +27 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.svg +35 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Company.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Compass.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Components.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Dialog.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-FaceID.svg +27 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Handshake.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Help.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Lock.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Mission.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Radar.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Secrets.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Services.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Settings.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Success.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.svg +33 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Systems.svg +30 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Teams.svg +30 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Unlock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.svg +33 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Avatar.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Calculator.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Company.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Compass.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Components.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-FaceID.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Handshake.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Help.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Lock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Mission.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.svg +77 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Secrets.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Services.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Settings.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Success.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Systems.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Teams.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Tools.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Unlock.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Calculator.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea2.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBar.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBullet.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartGantt.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartOrg.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartPie.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Components.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ExternalLink.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-FaceID.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Help.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Mission.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoApplications.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoFlows.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpired.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Settings.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Systems.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Teams.svg +78 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Avatar.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Calculator.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea2.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBar.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBullet.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartFlow.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartGantt.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartOrg.svg +24 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartPie.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.svg +4 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Company.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Compass.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Components.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Dialog.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ExternalLink.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-FaceID.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Fingerprint.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Handshake.svg +35 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Help.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Lock.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Mission.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-MissionFailed.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoApplications.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoFlows.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoUsers.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dot-RoadMap.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Secrets.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Services.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpired.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpiring.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Settings.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Success.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Teams.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Tutorials.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Unlock.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Calculator.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea2.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBar.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBullet.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartGantt.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartOrg.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartPie.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Components.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ExternalLink.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Scene-FaceID.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Help.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Mission.svg +32 -0
- package/src/illustrations-v5/tnt/tnt-Scene-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoApplications.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoFlows.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoUsers.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Radar.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Scene-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpired.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpiring.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Settings.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Systems.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Teams.svg +84 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Tools.svg +46 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Calculator.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea2.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBar.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBullet.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartFlow.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartGantt.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartOrg.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartPie.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Components.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ExternalLink.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-FaceID.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Help.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Mission.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoApplications.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoFlows.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Spot-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpired.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpiring.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Settings.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Systems.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Teams.svg +78 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Tutorials.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.svg +14 -0
- package/src/themes/BarcodeScannerDialog.css +49 -0
- package/src/themes/DynamicPage.css +135 -0
- package/src/themes/DynamicPageHeader.css +9 -0
- package/src/themes/DynamicPageHeaderActions.css +51 -0
- package/src/themes/DynamicPageTitle.css +173 -0
- package/src/themes/DynamicSideContent.css +268 -0
- package/src/themes/FlexibleColumnLayout.css +125 -0
- package/src/themes/IllustratedMessage.css +238 -0
- package/src/themes/InvisibleTextStyles.css +9 -0
- package/src/themes/MediaGallery.css +153 -0
- package/src/themes/MediaGalleryItem.css +130 -0
- package/src/themes/NavigationLayout.css +91 -0
- package/src/themes/NavigationMenu.css +15 -0
- package/src/themes/NavigationMenuItem.css +93 -0
- package/src/themes/NotificationList.css +7 -0
- package/src/themes/NotificationListGroupItem.css +122 -0
- package/src/themes/NotificationListItem.css +207 -0
- package/src/themes/NotificationListItemBase.css +25 -0
- package/src/themes/NotificationStateIcon.css +5 -0
- package/src/themes/Page.css +176 -0
- package/src/themes/ProductSwitch.css +32 -0
- package/src/themes/ProductSwitchItem.css +164 -0
- package/src/themes/Search.css +110 -0
- package/src/themes/SearchField.css +301 -0
- package/src/themes/SearchItem.css +109 -0
- package/src/themes/SearchItemGroup.css +24 -0
- package/src/themes/SearchItemShowMore.css +7 -0
- package/src/themes/SearchMessageArea.css +17 -0
- package/src/themes/ShellBar.css +538 -0
- package/src/themes/ShellBarBranding.css +76 -0
- package/src/themes/ShellBarPopover.css +38 -0
- package/src/themes/ShellBarSearch.css +3 -0
- package/src/themes/SideNavigation.css +78 -0
- package/src/themes/SideNavigationGroup.css +37 -0
- package/src/themes/SideNavigationItem.css +29 -0
- package/src/themes/SideNavigationItemBase.css +376 -0
- package/src/themes/SideNavigationPopover.css +19 -0
- package/src/themes/SideNavigationSubItem.css +25 -0
- package/src/themes/Timeline.css +88 -0
- package/src/themes/TimelineGroupItem.css +184 -0
- package/src/themes/TimelineItem.css +445 -0
- package/src/themes/UploadCollection.css +97 -0
- package/src/themes/UploadCollectionItem.css +181 -0
- package/src/themes/UserMenu.css +174 -0
- package/src/themes/UserMenuItem.css +11 -0
- package/src/themes/UserSettingsAccountView.css +57 -0
- package/src/themes/UserSettingsAppearanceViewItem.css +46 -0
- package/src/themes/UserSettingsDialog.css +114 -0
- package/src/themes/UserSettingsItem.css +77 -0
- package/src/themes/UserSettingsView.css +13 -0
- package/src/themes/ViewSettingsDialog.css +84 -0
- package/src/themes/Wizard.css +139 -0
- package/src/themes/WizardPopover.css +25 -0
- package/src/themes/WizardTab.css +189 -0
- package/src/themes/base/DynamicPage-parameters.css +18 -0
- package/src/themes/base/DynamicPageHeader-parameters.css +5 -0
- package/src/themes/base/DynamicPageHeaderActions-parameters.css +7 -0
- package/src/themes/base/DynamicPageTitle-parameters.css +19 -0
- package/src/themes/base/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/base/IllustratedMessage-parameters.css +13 -0
- package/src/themes/base/MediaGallery-parameters.css +5 -0
- package/src/themes/base/MediaGalleryItem-parameters.css +6 -0
- package/src/themes/base/NotificationListItem-parameters.css +33 -0
- package/src/themes/base/Page-parameters.css +4 -0
- package/src/themes/base/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/base/Search-parameters.css +10 -0
- package/src/themes/base/SearchField-parameters.css +32 -0
- package/src/themes/base/ShellBar-parameters.css +26 -0
- package/src/themes/base/SideNavigation-parameters.css +77 -0
- package/src/themes/base/TimelineGroupItem-parameters.css +14 -0
- package/src/themes/base/TimelineItem-parameters.css +70 -0
- package/src/themes/base/UploadCollection-parameters.css +13 -0
- package/src/themes/base/UserSettingsAppearanceViewItem-parameters.css +13 -0
- package/src/themes/base/ViewSettingsDialog-parameters.css +15 -0
- package/src/themes/base/Wizard-parameters.css +4 -0
- package/src/themes/base/WizardTab-parameters.css +11 -0
- package/src/themes/base/rtl-parameters.css +13 -0
- package/src/themes/sap_belize/DynamicPage-parameters.css +16 -0
- package/src/themes/sap_belize_hcb/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3/DynamicPageHeaderActions-parameters.css +5 -0
- package/src/themes/sap_fiori_3/DynamicPageTitle-parameters.css +4 -0
- package/src/themes/sap_fiori_3/SearchField-parameters.css +29 -0
- package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +12 -0
- package/src/themes/sap_fiori_3/TimelineItem-parameters.css +11 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +23 -0
- package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +28 -0
- package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/TimelineItem-parameters.css +9 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +23 -0
- package/src/themes/sap_fiori_3_hcb/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/Page-parameters.css +4 -0
- package/src/themes/sap_fiori_3_hcb/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/SearchField-parameters.css +30 -0
- package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +14 -0
- package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcb/WizardTab-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +24 -0
- package/src/themes/sap_fiori_3_hcw/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/Page-parameters.css +4 -0
- package/src/themes/sap_fiori_3_hcw/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/SearchField-parameters.css +29 -0
- package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +14 -0
- package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/WizardTab-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +24 -0
- package/src/themes/sap_horizon/DynamicPageHeaderActions-parameters.css +6 -0
- package/src/themes/sap_horizon/DynamicPageTitle-parameters.css +5 -0
- package/src/themes/sap_horizon/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon/NotificationListItem-parameters.css +20 -0
- package/src/themes/sap_horizon/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon/ShellBar-parameters.css +30 -0
- package/src/themes/sap_horizon/SideNavigation-parameters.css +55 -0
- package/src/themes/sap_horizon/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon/parameters-bundle.css +27 -0
- package/src/themes/sap_horizon_dark/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_dark/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/NotificationListItem-parameters.css +20 -0
- package/src/themes/sap_horizon_dark/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/ShellBar-parameters.css +30 -0
- package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +55 -0
- package/src/themes/sap_horizon_dark/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_dark/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_dark/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/WizardTab-parameters.css +10 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +26 -0
- package/src/themes/sap_horizon_dark_exp/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_dark_exp/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_dark_exp/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/ShellBar-parameters.css +22 -0
- package/src/themes/sap_horizon_dark_exp/SideNavigation-parameters.css +17 -0
- package/src/themes/sap_horizon_dark_exp/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_dark_exp/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark_exp/WizardTab-parameters.css +10 -0
- package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +20 -0
- package/src/themes/sap_horizon_exp/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/ShellBar-parameters.css +28 -0
- package/src/themes/sap_horizon_exp/SideNavigation-parameters.css +17 -0
- package/src/themes/sap_horizon_exp/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_exp/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_exp/parameters-bundle.css +21 -0
- package/src/themes/sap_horizon_hcb/DynamicPageTitle-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/NotificationListItem-parameters.css +22 -0
- package/src/themes/sap_horizon_hcb/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcb/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/SearchField-parameters.css +29 -0
- package/src/themes/sap_horizon_hcb/ShellBar-parameters.css +14 -0
- package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +53 -0
- package/src/themes/sap_horizon_hcb/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +24 -0
- package/src/themes/sap_horizon_hcb_exp/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb_exp/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcb_exp/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/ShellBar-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb_exp/SideNavigation-parameters.css +16 -0
- package/src/themes/sap_horizon_hcb_exp/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/UploadCollection-parameters.css +8 -0
- package/src/themes/sap_horizon_hcb_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +18 -0
- package/src/themes/sap_horizon_hcw/DynamicPageTitle-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/NotificationListItem-parameters.css +22 -0
- package/src/themes/sap_horizon_hcw/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcw/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/SearchField-parameters.css +29 -0
- package/src/themes/sap_horizon_hcw/ShellBar-parameters.css +14 -0
- package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +53 -0
- package/src/themes/sap_horizon_hcw/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +25 -0
- package/src/themes/sap_horizon_hcw_exp/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcw_exp/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/ShellBar-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/SideNavigation-parameters.css +16 -0
- package/src/themes/sap_horizon_hcw_exp/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_horizon_hcw_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +19 -0
- package/tsconfig.json +43 -0
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-UnableToLoad">
|
|
2
|
+
<rect y="50" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<g clip-path="url(#clip0_6879_7410)">
|
|
4
|
+
<path d="M83.5846 111.776L86.6664 111.993L127.961 94.3054L88.3854 77.3765L32.6338 87.0402C31.2632 87.311 29.9236 87.7907 32.3008 88.9126L81.3313 111.196C82.2372 111.606 82.6012 111.699 83.5846 111.776Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
5
|
+
<path d="M52.6657 95.2106L52.7122 96.8122C52.7122 96.8819 52.7586 96.9515 52.8283 96.9824L84.2196 111.474C84.2196 111.474 86.7206 112.642 89.1753 111.474C92.6365 109.826 134.396 92.0539 134.396 92.0539C134.396 92.0539 134.969 91.8759 134.985 91.2492C135 90.6225 134.985 89.9648 134.985 89.9648L52.658 95.2106H52.6657Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
6
|
+
<path d="M59.2629 92.8894L59.1157 92.9359L58.7131 93.0519L58.1091 93.2299L57.3658 93.4465L56.5295 93.6941L55.67 93.9417L54.8337 94.1893C54.5859 94.2589 52.8282 94.8392 52.8282 94.8392C52.6501 94.9243 52.6501 95.3499 52.7043 95.5046C52.743 95.6052 52.8127 95.6903 52.9134 95.7367C53.3315 95.9534 85.621 109.965 85.621 109.965C85.621 109.965 87.371 110.785 89.934 109.509C92.0014 108.48 111.197 100.441 111.197 100.441L134.349 90.7385C134.349 90.7385 136.417 89.7172 132.979 89.2298L103.121 81.6241C103.121 81.6241 101.742 81.1444 99.7215 81.5777C97.7082 82.011 59.2706 92.8894 59.2706 92.8894H59.2551H59.2629Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
7
|
+
<path d="M71.2729 92.2163C71.6058 91.4271 72.1556 90.2278 72.8602 89.0518C65.3802 91.164 59.2553 92.8894 59.2553 92.8894C59.2088 92.9049 59.1546 92.9203 59.1082 92.9358C58.9765 92.9745 58.8372 93.0132 58.7055 93.0519C58.5042 93.1138 58.3029 93.1679 58.1015 93.2298C57.8538 93.2995 57.5982 93.3768 57.3582 93.4465L56.5219 93.6941C56.2354 93.7792 55.9489 93.8565 55.6624 93.9416C55.3836 94.019 55.1049 94.1041 54.8261 94.1892C54.5783 94.2589 52.8206 94.8392 52.8206 94.8392C52.6425 94.9243 52.6425 95.3498 52.6967 95.5046C52.7354 95.6051 52.8051 95.6902 52.9058 95.7367C53.1226 95.8527 62.2907 99.8451 70.8702 103.567C69.941 99.7987 69.7707 95.8063 71.2883 92.2163H71.2729Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
8
|
+
<path d="M52.7353 95.3961L100.449 81.624C100.449 81.624 100.929 81.6627 100.798 80.0224C100.666 78.3821 96.5236 44.6636 96.5236 44.6636C96.5236 44.6636 96.3455 43.0233 94.4484 43.0001C92.5512 42.9846 47.2453 45.4141 47.2453 45.4141C47.2453 45.4141 44.7752 45.6307 45.0617 48.3774C45.3405 51.1241 51.2408 93.0827 51.2408 93.0827C51.2408 93.0827 51.7442 95.3652 52.7353 95.3884V95.3961Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
9
|
+
<path d="M79.1943 85.0127C72.8757 84.6258 66.4178 83.3801 60.8504 80.2234C55.3062 77.0898 53.5253 71.7589 51.4811 65.7394C49.762 60.7102 48.2908 54.1027 48.6006 50.6984C49.0264 48.8414 49.5994 47.0309 50.2344 45.2437C48.345 45.3442 47.2377 45.4061 47.2377 45.4061C47.2377 45.4061 44.7676 45.6228 45.0541 48.3695C45.3329 51.1162 51.2333 93.0748 51.2333 93.0748C51.2333 93.0748 51.4423 95.3727 52.7277 95.3805L88.9121 84.9353C85.6754 85.1519 82.4232 85.1906 79.1788 84.9972V85.0127H79.1943Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
10
|
+
<path d="M47.2222 48.4702L53.1922 89.9723L99.1331 78.2737L95.3234 45.3057L47.2222 48.4702Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path d="M104.995 100.348L118.507 94.7695C118.894 94.607 118.809 93.9107 118.383 93.8178L109.935 92.0073C109.602 91.9377 109.277 91.9609 108.975 92.0615L92.6132 97.7715C92.4893 97.8179 92.5202 98.0423 92.6674 98.0732L100 100.456C101.719 101.013 103.461 100.975 104.995 100.34V100.356V100.348Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
12
|
+
<path d="M92.6134 97.9649C92.4662 97.9185 92.4275 97.6864 92.5514 97.6322L108.789 92.0692C109.199 91.9299 109.633 91.9067 110.074 91.9996L118.352 93.8023C118.46 93.8255 118.584 93.8874 118.67 94.019C118.731 94.1118 118.762 94.2201 118.762 94.3284V94.3594L109.974 92.3168C109.602 92.2471 109.223 92.2781 108.874 92.3942L92.6134 97.9572V97.9417V97.9649Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
13
|
+
<path d="M104.972 90.3745L107.333 90.978C107.442 91.009 107.473 91.1947 107.372 91.2256L105.173 91.9065H105.126L102.672 91.2798C102.563 91.2488 102.525 91.0631 102.633 91.0322L104.925 90.3823H104.972V90.3745Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
14
|
+
<path d="M109.068 89.2139L111.329 89.7477C111.445 89.7787 111.468 89.9644 111.367 89.9953L108.626 90.8464H108.58L106.28 90.2661C106.172 90.2352 106.141 90.0495 106.241 90.0185L109.037 89.2216H109.083L109.068 89.2139Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
15
|
+
<path d="M82.8955 96.6729L86.0548 97.64C86.14 97.6632 86.1632 97.7947 86.0935 97.8102L83.3291 98.6613H83.2827L80.1312 97.6323C80.0537 97.609 80.0228 97.4698 80.0847 97.462L82.8491 96.6729H82.8955Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
16
|
+
<path d="M103.903 92.046L101.386 91.4038H101.34L98.9628 92.0847L83.9253 96.3711C83.8324 96.3943 83.8711 96.5568 83.9718 96.5877L87.0072 97.5162H87.0536L102.114 92.8584L103.934 92.2936C104.035 92.2626 104.004 92.0769 103.895 92.046H103.903Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
17
|
+
<path d="M68.3457 96.5645L66.4795 97.0983H66.4176L64.7296 96.5567C64.5902 96.5103 64.536 96.3091 64.6444 96.2705L66.557 95.7134H66.6189L68.2605 96.2705C68.3921 96.3169 68.4541 96.518 68.3379 96.5567L68.3457 96.5645Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
18
|
+
<path d="M74.4475 98.6224L72.7595 99.1098H72.6976L70.723 98.4831C70.5836 98.4367 70.5372 98.2355 70.6456 98.2046L72.3956 97.7017H72.4653L74.3856 98.3516C74.5172 98.398 74.5714 98.5992 74.4553 98.6301H74.4398V98.6146L74.4475 98.6224Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
19
|
+
<path d="M71.2959 97.5546L69.5149 98.0652H69.453L67.6798 97.5004C67.5404 97.454 67.4862 97.2528 67.6024 97.2141L69.4375 96.688H69.4995L71.2185 97.276C71.3501 97.3224 71.4043 97.5236 71.2959 97.5623V97.5546Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
20
|
+
<path d="M79.1865 97.7323L82.2451 98.7304C82.369 98.7769 82.3999 98.9471 82.2993 98.978L79.8059 99.744H79.744L76.6467 98.6918C76.5228 98.6453 76.4841 98.4751 76.5847 98.4442L79.1168 97.7246H79.1787L79.1865 97.7323Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
21
|
+
<path d="M113.203 88.0225L115.905 88.5873L112.637 89.6008L109.919 88.9587L113.203 88.0225Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
22
|
+
<path d="M76.7628 92.2862L75.2683 91.8684C75.1522 91.8298 75.1057 91.6518 75.2064 91.6286L77.4984 90.9941H77.5449L79.0161 91.3887C79.1322 91.4197 79.1787 91.6054 79.0703 91.6286L76.8015 92.2785H76.7551H76.7705L76.7628 92.2862Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
23
|
+
<path d="M73.2627 93.2917L71.8302 92.8506C71.6985 92.8042 71.6443 92.5953 71.7605 92.5721L73.9983 91.9531H74.0525L75.485 92.3632C75.6166 92.4019 75.6786 92.6185 75.5547 92.6417L73.3091 93.2917H73.2472H73.2627Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
24
|
+
<path d="M72.8523 95.2413L71.1488 94.6765C71.0171 94.6301 70.9629 94.4289 71.0791 94.398L73.3246 93.748H73.3866L75.1675 94.2897C75.2992 94.3361 75.3534 94.5372 75.2372 94.5682L72.922 95.2336H72.8523V95.2413Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
25
|
+
<path d="M80.2396 91.2724L78.8071 90.8855C78.6909 90.8546 78.6445 90.6689 78.7529 90.6379L81.0217 90.0112H81.0681L82.4464 90.3826C82.5626 90.4136 82.6013 90.5993 82.5006 90.6302L80.286 91.2647H80.2396V91.2724Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
26
|
+
<path d="M63.4367 96.1463L61.8028 95.6202C61.6712 95.5738 61.6093 95.3726 61.7177 95.3494L63.7774 94.7769H63.8471L65.3957 95.303C65.5274 95.3494 65.5816 95.5506 65.4732 95.5815L63.5064 96.1541H63.4444L63.4367 96.1463Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
27
|
+
<path d="M83.6777 90.2818L82.191 89.8795C82.1136 89.8563 82.0749 89.7247 82.1523 89.7015L84.5682 89.0361H84.5992L86.0549 89.4153C86.1324 89.4385 86.1711 89.57 86.0936 89.5932L83.7087 90.2818H83.6777Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
28
|
+
<path d="M66.4875 95.2571L64.9698 94.7465C64.8381 94.7001 64.7839 94.4989 64.8923 94.4679L67.1921 93.8335H67.2618L68.7562 94.3209C68.8879 94.3674 68.9421 94.5685 68.8337 94.5995L66.5649 95.2571H66.4952H66.4875Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
29
|
+
<path d="M69.8866 94.2743L68.4231 93.7946C68.2915 93.7482 68.2373 93.547 68.3457 93.5161L70.5448 92.9126H70.6067L72.0702 93.3613C72.2019 93.4078 72.2561 93.6089 72.1399 93.6399L69.9486 94.2821H69.8789V94.2666L69.8866 94.2743Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
30
|
+
<path d="M111.739 87.7211L109.037 87.1562H108.99L105.111 87.2646C105.01 87.2955 105.111 87.7443 105.219 87.7675L109.013 88.7346H109.06L111.762 87.9609C111.871 87.93 111.84 87.7288 111.724 87.7056V87.7211H111.739Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
31
|
+
<path d="M99.3268 86.22L101.503 85.5933H101.549L103.849 86.073C103.973 86.0962 104.004 86.2973 103.895 86.3283L101.603 86.9937H101.557L99.381 86.483C99.2572 86.4521 99.2262 86.2587 99.3346 86.2277H99.3191L99.3268 86.22Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
32
|
+
<path d="M96.8644 85.6394L98.9629 85.0591H99.0016L100.016 85.2757C100.14 85.2989 100.171 85.5078 100.062 85.5388L97.9795 86.1423H97.933L96.9031 85.9024C96.7792 85.8715 96.7405 85.6781 96.8567 85.6471L96.8644 85.6394Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
33
|
+
<path d="M90.7085 88.2316L89.5316 87.9299C89.4077 87.8989 89.369 87.7055 89.4851 87.6746L91.7616 87.0479H91.8081L92.9309 87.3341C93.0548 87.3651 93.0857 87.5585 92.9773 87.5895L90.755 88.2316H90.7085Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
34
|
+
<path d="M87.2006 89.2606L85.7836 88.8892C85.7061 88.866 85.6674 88.7345 85.7448 88.7113L88.1607 88.0459H88.1917L89.5623 88.4018C89.6397 88.425 89.6707 88.5565 89.601 88.5798L87.2316 89.2606H87.1928H87.2006Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
35
|
+
<path d="M94.2471 87.2098L93.163 86.939C93.0391 86.9081 93.0082 86.7146 93.1166 86.6837L95.455 86.0415H95.5015L96.5623 86.2891C96.6862 86.32 96.7249 86.5135 96.6088 86.5444L94.2935 87.2176H94.2471V87.2098Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
36
|
+
<path d="M78.7606 100.077L77.2429 100.542H77.181L73.9288 99.5048C73.7972 99.4584 73.743 99.265 73.8591 99.2263L75.5317 98.7466H75.5936L78.6909 99.7988C78.8226 99.8453 78.8613 100.039 78.7606 100.07V100.077Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
37
|
+
<path d="M97.6077 90.4369L100.186 91.0869C100.264 91.1101 100.287 91.2416 100.209 91.2648L97.7238 91.9766H97.6929L95.1531 91.319C95.0756 91.2958 95.0524 91.1642 95.1221 91.141L97.5767 90.4292H97.6077V90.4369Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
38
|
+
<path d="M94.0225 91.4731L96.57 92.1308C96.6475 92.154 96.6707 92.2855 96.601 92.3088L94.0148 93.0438H93.9838L91.4982 92.3784C91.4208 92.3552 91.3898 92.2236 91.4672 92.2004L94.007 91.4731H94.038H94.0225Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
39
|
+
<path d="M101.17 89.4229L103.617 90.0418C103.725 90.0728 103.756 90.2585 103.655 90.2894L101.371 90.9393H101.325L98.8932 90.3204C98.777 90.2894 98.746 90.1037 98.8544 90.0728L101.123 89.4229H101.17Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
40
|
+
<path d="M107.55 86.8467L105.359 86.3979H105.312L103.508 86.9163L99.0558 88.193C98.9551 88.2239 98.9861 88.4173 99.1022 88.4483L101.123 88.959H101.17L105.901 87.5972L107.597 87.1098C107.705 87.0788 107.674 86.8777 107.55 86.8544V86.8467Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
41
|
+
<path d="M90.3832 92.5258L92.7372 93.1525C92.8456 93.1835 92.8843 93.3614 92.7836 93.3924L90.5458 94.0268H90.4993L88.1686 93.4001C88.0525 93.3692 88.0215 93.1912 88.1222 93.1603L90.3522 92.5181H90.3987L90.3832 92.5258Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
42
|
+
<path d="M105.111 88.2856L107.666 88.8813C107.782 88.9123 107.813 89.098 107.705 89.1289L104.971 89.9104H104.925L102.478 89.2914C102.362 89.2605 102.331 89.0748 102.439 89.0438L105.072 88.2778H105.119L105.111 88.2856Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
43
|
+
<path d="M74.7959 96.5565L72.4032 97.2451H72.3413L70.6068 96.6493C70.4752 96.6029 70.421 96.4095 70.5371 96.3708L72.9065 95.6899H72.9685L74.7262 96.2702C74.8579 96.3167 74.9043 96.5101 74.7959 96.541V96.5565Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
44
|
+
<path d="M83.3137 94.5605L85.4973 95.1717C85.6289 95.2104 85.6754 95.4193 85.5592 95.4425L82.8723 96.2085H82.8104L80.7352 95.574C80.6035 95.5276 80.5571 95.3264 80.6732 95.2955L83.2595 94.5527H83.3214L83.3137 94.5605Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
45
|
+
<path d="M91.7694 90.2741L94.1853 89.5854H94.2163L96.3844 90.1425C96.4696 90.1657 96.4928 90.305 96.4154 90.3282L93.9917 91.0323H93.9607L91.8081 90.4752C91.7229 90.452 91.6997 90.3205 91.7771 90.2895V90.2741H91.7694Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
46
|
+
<path d="M95.5867 87.3029L97.9562 86.6221H98.0026L100.178 87.1327C100.302 87.1637 100.333 87.3571 100.225 87.388L97.7703 88.0921H97.7239L95.6254 87.5583C95.5015 87.5273 95.4706 87.3339 95.579 87.3029H95.5945H95.5867Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
47
|
+
<path d="M71.7916 95.574L69.4531 96.2471H69.3912L67.7264 95.6823C67.5947 95.6359 67.5405 95.4347 67.6489 95.4115L69.9487 94.7461H70.0184L71.7219 95.3109C71.8535 95.3573 71.9077 95.5585 71.7916 95.5817V95.574Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
48
|
+
<path d="M79.5503 95.6436L81.6255 96.278C81.7571 96.3244 81.8036 96.5179 81.6875 96.5565L79.1399 97.2916H79.078L77.0802 96.6416C76.9486 96.5952 76.9021 96.4018 77.0105 96.3708L79.4806 95.659H79.5426L79.5503 95.6436Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
49
|
+
<path d="M78.0172 97.6009L75.5471 98.3127H75.4851L73.5338 97.6551C73.4022 97.6086 73.3557 97.4152 73.4641 97.3843L75.8878 96.6802H75.9497L77.9475 97.3301C78.0791 97.3765 78.1256 97.57 78.0172 97.6009Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
50
|
+
<path d="M86.9529 93.5156L89.2914 94.1423C89.3998 94.1733 89.4385 94.3512 89.3379 94.3745L86.7826 95.1017H86.7361L84.4673 94.4596C84.3512 94.4209 84.3125 94.2507 84.4209 94.2274L86.9065 93.5156H86.9529Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
51
|
+
<path d="M81.1919 93.3146L83.6001 92.626H83.6465L85.6598 93.1676C85.7759 93.1985 85.8146 93.3765 85.7062 93.4074L83.2594 94.1115H83.2129L81.2461 93.5544C81.13 93.5157 81.0912 93.3455 81.1919 93.3146Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
52
|
+
<path d="M77.5756 94.3593L80.0225 93.6475H80.0844L81.966 94.1813C82.0977 94.22 82.1519 94.4289 82.028 94.4599L79.5037 95.1872H79.4417L77.6376 94.6301C77.5059 94.5837 77.4517 94.3825 77.5679 94.3515L77.5756 94.3593Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
53
|
+
<path d="M84.8081 92.2779L87.0381 91.6357H87.0846L89.0978 92.1773C89.214 92.2083 89.245 92.3862 89.1443 92.4172L86.9297 93.0594H86.8833L84.8777 92.5178C84.7616 92.4868 84.7229 92.3089 84.8313 92.2779H84.8158H84.8081Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
54
|
+
<path d="M88.1455 91.3188L90.6311 90.6069H90.6621L92.8302 91.1717C92.9076 91.195 92.9386 91.3265 92.8612 91.3497L90.3523 92.0693H90.3214L88.1842 91.4967C88.1068 91.4735 88.0758 91.342 88.1455 91.3188Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
55
|
+
<path d="M94.162 89.1135L92.0945 88.5874C91.9784 88.5564 91.9397 88.363 92.0481 88.3321L94.2859 87.6821H94.3324L96.4308 88.216C96.5547 88.2469 96.5856 88.4404 96.4772 88.4713L94.2317 89.1212H94.1775L94.162 89.1135Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
56
|
+
<path d="M74.0216 95.3728L76.3833 94.6919H76.4452L78.2649 95.2567C78.3965 95.3031 78.4507 95.5043 78.3346 95.5275L75.9187 96.2239H75.8567L74.099 95.6436C73.9674 95.5971 73.9209 95.396 74.0293 95.365L74.0216 95.3728Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
57
|
+
<path d="M99.8535 89.3304L97.6002 89.9804H97.5537L95.525 89.462C95.4088 89.431 95.3701 89.2453 95.4785 89.2144L97.7318 88.5645H97.7783L99.807 89.0751C99.9231 89.1061 99.9541 89.2917 99.8457 89.3227H99.8612L99.8535 89.3304Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
58
|
+
<path d="M87.0072 91.1792L84.8546 90.5989C84.7772 90.5757 84.7385 90.4442 84.8159 90.421L87.2318 89.7246H87.2628L89.4619 90.2972C89.5393 90.3204 89.5703 90.4519 89.5006 90.4751L87.046 91.1792H87.015H87.0072Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
59
|
+
<path d="M83.5614 92.1698L81.5559 91.6359C81.4398 91.605 81.401 91.4193 81.5017 91.3961L83.7163 90.7539H83.7627L85.776 91.2955C85.8921 91.3265 85.9309 91.5121 85.8225 91.5354L83.6079 92.1775H83.5537L83.5614 92.1698Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
60
|
+
<path d="M90.6077 90.1428L88.2692 89.5316C88.215 89.5161 88.1995 89.4387 88.2537 89.431L90.747 88.7114H90.8012L93.1552 89.3149C93.2017 89.3304 93.2249 89.4078 93.1707 89.4155L90.6386 90.1428H90.6154H90.6077Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
61
|
+
<path d="M79.984 93.1914L78.0327 92.6421C77.9165 92.6034 77.8701 92.4332 77.9785 92.4022L80.286 91.7368H80.3324L82.3379 92.2707C82.4541 92.3016 82.4928 92.4796 82.3921 92.5105L80.0304 93.1914H79.984Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
62
|
+
<path d="M76.3446 94.2434L74.5714 93.7017C74.4398 93.6553 74.3856 93.4542 74.5017 93.4232L76.8169 92.7578H76.8789L78.7373 93.2839C78.8689 93.3226 78.9231 93.5315 78.807 93.5625L76.422 94.2511H76.3601L76.3446 94.2434Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
63
|
+
<path d="M104.94 90.1582L107.302 90.7617C107.411 90.7926 107.442 90.9783 107.341 91.0093L105.134 91.6902H105.088L102.633 91.0634C102.525 91.0325 102.486 90.8468 102.594 90.8159L104.894 90.1659H104.94V90.1582Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
64
|
+
<path d="M109.037 88.9819L111.298 89.5158C111.414 89.5467 111.437 89.7324 111.337 89.7634L108.588 90.6145H108.541L106.242 90.0264C106.133 89.9955 106.102 89.8098 106.203 89.7789L108.99 88.9819H109.037Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
65
|
+
<path d="M82.8488 96.4487L86.0081 97.4158C86.0933 97.439 86.1165 97.5705 86.0468 97.586L83.2824 98.4371H83.236L80.0767 97.4003C79.9993 97.3771 79.9683 97.2378 80.0303 97.2301L82.7946 96.4409H82.8488V96.4487Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
66
|
+
<path d="M103.872 91.8214L101.355 91.1792H101.309L100.248 91.4809L99.6751 91.6434L98.9318 91.8601L95.9274 92.7189L91.9396 93.8563L89.0978 94.6687C89.0978 94.6687 88.5171 94.7692 86.7439 95.3418L83.8943 96.1542C83.8014 96.1774 83.8401 96.3399 83.9408 96.3708L86.9762 97.2993H87.0226L92.2416 95.6822L94.6807 94.9317L97.9871 93.9027L102.494 92.5023L103.918 92.069C104.019 92.038 103.988 91.8523 103.88 91.8214H103.872Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
67
|
+
<path d="M68.2839 96.3477L66.4178 96.8815H66.3558L64.6678 96.3399C64.5284 96.2935 64.4742 96.0923 64.5826 96.0537L66.4952 95.4966H66.5649L68.2065 96.0537C68.3381 96.1001 68.4001 96.3012 68.2839 96.3399V96.3477Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
68
|
+
<path d="M74.3933 98.406L72.7053 98.8934H72.6434L70.6688 98.259C70.5294 98.2126 70.483 98.0114 70.5914 97.9804L72.3414 97.4775H72.4111L74.3391 98.1275C74.4708 98.1739 74.525 98.375 74.4088 98.406H74.3933Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
69
|
+
<path d="M71.2417 97.3456L69.4607 97.8562H69.3988L67.6256 97.2914C67.4862 97.245 67.432 97.0438 67.5482 97.0051L69.3833 96.479H69.4453L71.1643 97.067C71.2959 97.1134 71.3501 97.3146 71.2417 97.3533V97.3456Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
70
|
+
<path d="M79.1322 97.516L82.1908 98.5141C82.3147 98.5605 82.3457 98.7307 82.245 98.7616L79.7517 99.5276H79.6897L76.5847 98.4754C76.4608 98.4289 76.4221 98.2587 76.5227 98.2278L79.0548 97.5005H79.1245V97.516H79.1322Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
71
|
+
<path d="M113.18 87.7905L115.89 88.3553L112.614 89.3689L109.889 88.7267L113.172 87.7905H113.18Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
72
|
+
<path d="M76.7086 92.0533L75.2141 91.6355C75.098 91.5968 75.0515 91.4189 75.1522 91.3957L77.4442 90.7612H77.4907L78.9696 91.1558C79.0858 91.1868 79.1322 91.3725 79.0238 91.3957L76.7551 92.0533H76.7086Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
73
|
+
<path d="M73.2087 93.067L71.7762 92.626C71.6446 92.5796 71.5904 92.3707 71.7065 92.3475L73.9521 91.7285H74.0063L75.4388 92.1386C75.5704 92.1773 75.6324 92.3939 75.5085 92.4171L73.2552 93.067H73.1932H73.2087Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
74
|
+
<path d="M72.7905 95.0328L71.087 94.468C70.9554 94.4216 70.9012 94.2204 71.0173 94.1895L73.2629 93.5396H73.3248L75.1058 94.0811C75.2374 94.1276 75.2916 94.3287 75.1755 94.3597L72.8602 95.0328H72.7905Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
75
|
+
<path d="M80.1853 91.0478L78.7451 90.6609C78.6289 90.63 78.5825 90.4443 78.6909 90.4133L80.9596 89.7866H81.0061L82.3844 90.158C82.5006 90.189 82.5393 90.3746 82.4386 90.4056L80.224 91.0478H80.1776H80.1853Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
76
|
+
<path d="M63.3747 95.9222L61.7408 95.3961C61.6092 95.3497 61.5472 95.1485 61.6556 95.1253L63.7231 94.5527H63.7928L65.3414 95.0789C65.4731 95.1253 65.5273 95.3265 65.4189 95.3497L63.4521 95.9222H63.3824H63.3747Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
77
|
+
<path d="M83.6233 90.0576L82.1366 89.6553C82.0592 89.6321 82.0204 89.5005 82.0979 89.4773L84.5215 88.8042H84.5525L86.0082 89.1833C86.0857 89.2065 86.1244 89.3381 86.0469 89.3613L83.662 90.0499H83.6233V90.0576Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
78
|
+
<path d="M66.4254 95.0325L64.9078 94.5219C64.7761 94.4754 64.7219 94.2743 64.8303 94.2433L67.1301 93.6089H67.1998L68.6942 94.1041C68.8259 94.1505 68.8801 94.3517 68.7717 94.3826L66.5029 95.048H66.4332V95.0325H66.4254Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
79
|
+
<path d="M69.8246 94.0497L68.3611 93.57C68.2295 93.5236 68.1753 93.3224 68.2837 93.2915L70.4828 92.688H70.5447L72.0082 93.1367C72.1398 93.1832 72.194 93.3843 72.0779 93.4153L69.8788 94.0575H69.8091L69.8246 94.042V94.0497Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
80
|
+
<path d="M99.288 85.9876L101.464 85.3608H101.51L103.81 85.8405C103.934 85.8638 103.965 86.0649 103.857 86.0959L101.565 86.7613H101.518L99.3422 86.2506C99.2183 86.2197 99.1874 86.0262 99.2958 85.9953H99.2803L99.288 85.9876Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
81
|
+
<path d="M96.8333 85.4074L98.9318 84.8271H98.9705L99.9849 85.0438C100.109 85.067 100.14 85.2759 100.031 85.3069L97.9406 85.9103H97.8942L96.8643 85.6705C96.7404 85.6396 96.7017 85.4461 96.8179 85.4074H96.8333Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
82
|
+
<path d="M90.6698 88.007L89.485 87.7052C89.3612 87.6743 89.3302 87.4808 89.4386 87.4499L91.7229 86.8154H91.7693L92.8921 87.1017C93.016 87.1327 93.047 87.3261 92.9386 87.357L90.7162 88.007H90.6698Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
83
|
+
<path d="M87.1466 89.0281L85.7218 88.6568C85.6444 88.6335 85.6056 88.502 85.6831 88.4788L88.099 87.8057H88.13L89.5005 88.1616C89.5779 88.1848 89.6089 88.3241 89.5392 88.3473L87.1698 89.0281H87.1388H87.1466Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
84
|
+
<path d="M94.2007 86.9706L93.1166 86.6998C92.9927 86.6688 92.9618 86.4754 93.0702 86.4444L95.4087 85.8022H95.4551L96.5159 86.0498C96.6398 86.0808 96.6785 86.2742 96.5624 86.3052L94.2472 86.986H94.2007V86.9706Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
85
|
+
<path d="M78.7064 99.8685L77.1887 100.341H77.1268L73.8746 99.3037C73.743 99.2573 73.6888 99.0639 73.8049 99.0329L75.4775 98.5532H75.5394L78.6367 99.6055C78.7684 99.6519 78.8071 99.8453 78.7064 99.8763V99.8685Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
86
|
+
<path d="M97.569 90.2202L100.147 90.8779C100.225 90.9011 100.248 91.0326 100.171 91.0558L97.6851 91.7676H97.6541L95.1066 91.11C95.0292 91.0868 94.9982 90.9552 95.0756 90.932L97.5302 90.2202H97.569Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
87
|
+
<path d="M93.9763 91.2489L96.5238 91.9066C96.6013 91.9298 96.6245 92.0614 96.5548 92.0846L93.9608 92.8273H93.9298L91.4442 92.1619C91.3668 92.1387 91.3358 92.0072 91.4133 91.984L93.9531 91.2567H93.984V91.2412L93.9763 91.2489Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
88
|
+
<path d="M101.139 89.1909L103.586 89.8099C103.702 89.8408 103.733 90.0265 103.624 90.0575L101.34 90.7074H101.294L98.8622 90.0884C98.746 90.0575 98.715 89.8718 98.8234 89.8408L101.092 89.1909H101.139Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
89
|
+
<path d="M111.724 87.4888L109.021 86.924C109.021 86.924 107.054 86.5062 107.039 86.5062L105.32 86.1426H105.273L103.446 86.6687L99.0091 87.9531C98.9085 87.984 98.9394 88.1775 99.0556 88.2084L101.077 88.7191H101.123L105.165 87.5507L108.99 88.5179H109.037L111.747 87.7442C111.855 87.7132 111.824 87.5121 111.708 87.4888H111.724Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
90
|
+
<path d="M90.3446 92.3011L92.6985 92.9278C92.8069 92.9588 92.8456 93.1367 92.745 93.1677L90.5072 93.8021H90.4607L88.1222 93.1677C88.0061 93.1367 87.9751 92.9588 88.0758 92.9278L90.3058 92.2856H90.3523V92.3011H90.3446Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
91
|
+
<path d="M105.08 88.0536L107.635 88.6494C107.751 88.6803 107.782 88.8738 107.674 88.897L104.941 89.6784H104.894L102.447 89.0595C102.331 89.0285 102.3 88.8428 102.401 88.8119L105.041 88.0459H105.088L105.08 88.0536Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
92
|
+
<path d="M74.7417 96.3324L72.349 97.021H72.2871L70.5526 96.4252C70.421 96.3788 70.3668 96.1854 70.4829 96.1467L72.8523 95.4658H72.922L74.6875 96.0461C74.8191 96.0925 74.8656 96.286 74.7572 96.3246H74.7417V96.3324Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
93
|
+
<path d="M83.2671 94.3438L85.4507 94.9627C85.5823 95.0014 85.6288 95.2103 85.5126 95.2413L82.8257 96.0072H82.7637L80.6885 95.3651C80.5569 95.3186 80.5104 95.1175 80.6266 95.0943L83.2129 94.3515H83.2748L83.2671 94.3438Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
94
|
+
<path d="M91.7306 90.0499L94.1465 89.3535H94.1775L96.3533 89.9106C96.4385 89.9338 96.4617 90.0731 96.3843 90.0963L93.9529 90.8004H93.9219L91.7693 90.2433C91.6841 90.2201 91.6609 90.0808 91.7383 90.0576L91.7306 90.0499Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
95
|
+
<path d="M95.5479 87.0788L97.9173 86.3979H97.9638L100.14 86.9086C100.264 86.9396 100.295 87.133 100.186 87.1639L97.7315 87.8757H97.685L95.5866 87.3419C95.4627 87.3109 95.4317 87.1175 95.5402 87.0866H95.5556L95.5479 87.0788Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
96
|
+
<path d="M71.7296 95.3494L69.3911 96.0225H69.3292L67.6643 95.4577C67.5327 95.4113 67.4785 95.2101 67.5869 95.1869L69.8867 94.5215H69.9564L71.6676 95.0863C71.7993 95.1327 71.8535 95.3339 71.7373 95.3571L71.7296 95.3494Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
97
|
+
<path d="M79.5039 95.4272L81.5869 96.0617C81.7185 96.1081 81.765 96.3015 81.6488 96.3325L79.0935 97.0675H79.0316L77.0338 96.4176C76.9022 96.3712 76.8557 96.1778 76.9641 96.1468L79.4342 95.435H79.4962L79.5039 95.4272Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
98
|
+
<path d="M77.9708 97.3923L75.5007 98.1041H75.4387L73.4874 97.4465C73.3558 97.4001 73.3093 97.2066 73.4177 97.168L75.8414 96.4639H75.9033L77.9088 97.1138C78.0405 97.1602 78.0869 97.3536 77.9785 97.3846L77.9708 97.3923Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
99
|
+
<path d="M86.9065 93.2915L89.245 93.9182C89.3534 93.9492 89.3921 94.1271 89.2915 94.1581L86.7362 94.8854H86.6897L84.421 94.2432C84.3048 94.2045 84.2661 94.0343 84.3745 94.0033L86.8601 93.2915H86.9143H86.9065Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
100
|
+
<path d="M81.1455 93.0905L83.5537 92.4019H83.6001L85.6134 92.9435C85.7295 92.9744 85.7682 93.1524 85.6598 93.1833L83.213 93.8951H83.1665L81.1997 93.3381C81.0836 93.2994 81.0448 93.1291 81.1455 93.0982V93.0905Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
101
|
+
<path d="M77.514 94.1347L79.9686 93.4229H80.0306L81.9122 93.9567C82.0438 93.9954 82.098 94.2043 81.9741 94.2353L79.4421 94.9626H79.3801L77.5682 94.4055C77.4366 94.3591 77.3824 94.1579 77.4985 94.1269H77.514V94.1347Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
102
|
+
<path d="M84.7615 92.0538L86.9916 91.4116H87.0381L89.0513 91.9532C89.1675 91.9842 89.1984 92.1621 89.0978 92.1931L86.8754 92.8353H86.829L84.8157 92.2937C84.6996 92.2627 84.6609 92.0848 84.7693 92.0538H84.7615Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
103
|
+
<path d="M88.0989 91.0941L90.5845 90.3823H90.6154L92.7913 90.9471C92.8687 90.9703 92.8997 91.1019 92.8223 91.1251L90.3057 91.8524H90.2747L88.1376 91.2721C88.0602 91.2489 88.0292 91.1174 88.0989 91.0941Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
104
|
+
<path d="M94.1155 88.881L92.0403 88.3471C91.9242 88.3162 91.8855 88.1228 91.9939 88.0918L94.2317 87.4419H94.2782L96.3766 87.9758C96.5005 88.0067 96.5314 88.2001 96.423 88.2311L94.1697 88.881H94.1233H94.1155Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
105
|
+
<path d="M73.9676 95.1565L76.3371 94.4756H76.399L78.2187 95.0404C78.3503 95.0868 78.4045 95.288 78.2884 95.3112L75.8647 96.0075H75.8028L74.0451 95.4273C73.9134 95.3808 73.867 95.1797 73.9754 95.1487L73.9676 95.1565Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
106
|
+
<path d="M99.8144 89.0985L97.5611 89.7484H97.5146L95.4859 89.23C95.3697 89.1991 95.331 89.0134 95.4394 88.9824L97.7005 88.3325H97.7469L99.7757 88.8509C99.8918 88.8819 99.9228 89.0676 99.8144 89.0985Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
107
|
+
<path d="M86.9606 90.9473L84.808 90.367C84.7305 90.3438 84.6918 90.2122 84.7693 90.189L87.1852 89.4927H87.2161L89.4152 90.0652C89.4927 90.0884 89.5236 90.22 89.4539 90.2432L86.9993 90.955H86.9683V90.9395L86.9606 90.9473Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
108
|
+
<path d="M83.5148 91.9378L81.5093 91.4039C81.3931 91.373 81.3544 91.1873 81.4551 91.1641L83.6697 90.5142H83.7161L85.7294 91.0558C85.8455 91.0867 85.8842 91.2724 85.7758 91.2956L83.5535 91.9378H83.507H83.5148Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
109
|
+
<path d="M90.5613 89.9109L88.2228 89.2996C88.1686 89.2842 88.1531 89.2068 88.2073 89.199L90.7084 88.4795H90.7626L93.1166 89.083C93.163 89.0985 93.1862 89.1758 93.132 89.1836L90.6 89.9186H90.569L90.5613 89.9109Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
110
|
+
<path d="M79.9298 92.9745L77.9785 92.4175C77.8623 92.3788 77.8159 92.2086 77.9243 92.1776L80.2318 91.5122H80.2782L82.2837 92.0538C82.3999 92.0848 82.4386 92.2627 82.3379 92.2937L79.9762 92.9745H79.9298Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
111
|
+
<path d="M76.2906 94.0187L74.5174 93.4771C74.3858 93.4307 74.3316 93.2295 74.4477 93.1986L76.763 92.5332H76.8249L78.6833 93.0593C78.815 93.098 78.8692 93.3069 78.753 93.3379L76.3603 94.0187H76.2984H76.2906Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
112
|
+
<path d="M82.7249 65.5893C82.2603 65.566 81.8577 65.9142 81.8034 66.3707C81.7183 67.2682 81.4318 68.127 81.0059 68.9162C79.9683 70.8273 78.0402 72.3051 75.7405 72.7616C75.7405 72.7616 75.7327 72.7616 75.725 72.7616C72.0624 73.4812 68.5779 71.4772 67.6178 68.1657C67.5326 67.864 67.4551 67.5622 67.4164 67.245C66.8899 63.3687 69.8865 59.7632 73.9595 59.237C75.6553 59.0204 77.2891 59.3763 78.621 60.1578C79.3333 60.5756 79.9683 61.1094 80.4716 61.7594L77.0723 62.2545C76.5922 62.3242 76.2438 62.7652 76.3057 63.2217C76.3677 63.6859 76.809 64.0031 77.2969 63.9258L81.9583 63.2062L82.0203 63.1985L82.4074 63.1366C82.8643 63.0669 83.1895 62.6414 83.1276 62.2004L82.5081 57.3337V57.3182C82.4461 56.8695 82.028 56.5445 81.5711 56.5987C81.1143 56.6528 80.7813 57.0706 80.8355 57.5271L80.9517 58.4633L81.1453 59.9489C80.8201 59.6316 80.4639 59.3531 80.0922 59.09C78.3499 57.8598 76.0967 57.2563 73.735 57.5349C68.6089 58.1384 64.7915 62.6646 65.4651 67.5622C65.5503 68.2044 65.7207 68.8157 65.9452 69.3882C67.099 72.3438 69.933 74.3245 73.2007 74.603C74.0989 74.6804 75.0281 74.6263 75.965 74.4328C79.736 73.6514 82.6862 70.6803 83.3598 67.1986C83.4063 66.951 83.445 66.7034 83.4683 66.4481C83.5147 65.9993 83.1818 65.6047 82.7249 65.5815V65.5893Z" fill="var(--sapContent_Illustrative_Color23)"/>
|
|
113
|
+
</g>
|
|
114
|
+
<defs>
|
|
115
|
+
<clipPath id="clip0_6879_7410">
|
|
116
|
+
<rect width="104" height="69" fill="var(--sapContent_Illustrative_Color8)" transform="translate(31 43)"/>
|
|
117
|
+
</clipPath>
|
|
118
|
+
</defs>
|
|
119
|
+
</svg>`;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-UnableToLoadImage">
|
|
2
|
+
<rect y="53.9277" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M125.97 107.242L78.7284 97.0654L50.8268 104.112L47 107.242L92.6106 118.855L110.05 112.125L109.797 109.86L112.827 111.317H114.621L125.97 107.242Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M81.7845 48.9742C80.0691 48.9742 78.6703 47.5754 78.6703 45.8599C78.6703 44.1445 80.0691 42.751 81.7845 42.751C83.5 42.751 84.8988 44.1497 84.8988 45.8652C84.8988 47.5807 83.5 48.9795 81.7845 48.9795V48.9742ZM81.7845 43.8067C80.6497 43.8067 79.726 44.7304 79.726 45.8652C79.726 47.0001 80.6497 47.9238 81.7845 47.9238C82.9194 47.9238 83.8431 47.0001 83.8431 45.8652C83.8431 44.7304 82.9194 43.8067 81.7845 43.8067Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
5
|
+
<path d="M88.4882 76.3887V76.3781L88.3615 76.737L87.992 76.3781L78.1108 76.4731L80.7606 90.8356L86.1234 94.4197L82.2702 93.4115V93.4009L81.8638 93.2954L80.977 93.0684L80.5283 95.4806L80.2803 93.5487L78.7601 87.7161L77.8839 86.3701L77.8311 86.0851L77.6252 85.0136L76.7279 80.2419L75.4083 84.6757L70.8161 76.0773L66.9629 77.6344L66.3136 77.8772L69.1481 74.3037C69.1481 74.3037 55.7569 76.7529 55.5404 76.9482L55.1604 86.9138L54.622 101.097L85.4795 108.122L85.4953 107.98L86.8413 94.446L88.636 76.3887H88.4882Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path d="M76.9654 86.042L74.8277 87.6203C74.5215 87.8895 74.2814 88.1101 73.8353 87.388L69.4226 79.4388C69.1221 78.8787 68.7943 78.6544 68.3458 79.2646L58.85 91.4577C58.2155 92.2139 58.5169 92.4433 59.3409 92.5978L67.3746 94.1549L78.8287 96.3771L82.7875 97.1425C83.5366 97.3134 83.9121 96.9657 83.4367 96.1343L81.8638 93.2893L80.977 93.0623L80.5283 95.4745L80.2803 93.5426L78.7601 87.71L77.8839 86.364L77.8311 86.079C77.5883 85.8467 77.3699 85.742 76.9654 86.0368V86.042Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
7
|
+
<path d="M92.3361 79.5718L88.826 113.127L50.9377 104.116L51.6714 80.9864L51.8192 75.4863L50.3518 76.8957L48.404 77.5977L47.8604 78.6375L47.1108 107.241L92.7214 118.854L93.6662 117.502L98.1687 78.2047L95.709 77.0012L92.3361 79.5718Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
8
|
+
<path d="M49.3963 75.6556L48.404 77.598L50.3517 76.896L51.8191 75.4867L52.9487 74.4785L50.6737 75.2333L49.3963 75.6556Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
9
|
+
<path opacity="0.5" d="M49.1641 77.3232L48.6046 106.096L47.1108 107.241L47.8604 78.6376L48.404 77.5977L49.1641 77.3232Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
10
|
+
<path d="M92.183 81.0621L92.3361 79.5736L90.193 79.2516L88.2295 80.6081L85.49 108.114L54.6325 101.088L55.8202 74.9497C54.7645 74.7738 53.7968 74.5978 52.9171 74.4219L51.8191 75.4881L50.9429 104.108L88.8312 113.123L92.183 81.0621Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
11
|
+
<path d="M92.3361 79.5722L92.8903 76.0251L92.7953 75.3812L92.8745 74.6211L92.3783 74.885C91.7818 75.4604 91.1748 75.9882 90.4675 76.2257C89.945 76.3313 89.6177 76.4052 89.4013 76.4633L88.599 76.8908L88.2295 80.6068L90.0453 80.9499L92.3361 79.5669V79.5722Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
12
|
+
<path d="M98.422 75.7295L96.8596 74.885L95.2867 74.0352L92.8903 76.0251L92.3361 79.5722L95.3922 77.9728L98.0737 79.0021L98.4432 75.7981L98.4484 75.7454L98.422 75.7295Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
13
|
+
<path d="M49.1641 77.3232L50.3517 76.8957L51.8191 75.4863L50.9376 104.116L48.6046 106.096L49.1641 77.3232Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
14
|
+
<path d="M48.6046 106.097L50.9376 104.117L88.8259 113.127L91.8926 116.991L48.6046 106.097Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
15
|
+
<path d="M52.4051 68.6041L59.3039 43.7798L99.7258 56.9494L92.8903 76.015L95.1389 74.8484L97.2186 75.466L99.3986 74.7693L107.263 53.4551L56.6911 38L48.1296 69.475L50.394 68.5777L51.2122 69.1531L52.4051 68.6041Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
16
|
+
<path d="M105.49 53.8764L97.2185 75.465L99.3985 74.7682L107.263 53.4541L105.49 53.8764Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
17
|
+
<path d="M56.691 38L57.6834 39.6574L105.49 53.8774L107.263 53.4551L56.691 38Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
18
|
+
<path d="M56.6911 38L57.8207 39.1665L49.465 68.9472L48.1296 69.475L56.6911 38Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
19
|
+
<path d="M49.4649 68.9477L50.3939 68.5782L51.2121 69.1535L52.405 68.6046L53.3287 65.2686L59.3038 43.7803L57.8206 39.167" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
20
|
+
<path d="M55.6553 75.3589L55.931 74.9688L55.9958 76.8184L55.7393 76.8847L55.6553 75.3589Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
<path d="M51.8191 75.4881L53.7088 75.467L55.6686 75.3816L55.9257 74.9708L52.9117 74.4219L51.8138 75.4881H51.8191Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
22
|
+
<path d="M59.3038 43.7803L57.8206 39.167L105.49 53.8779L99.7257 56.9499L59.3038 43.7803Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
23
|
+
<path d="M92.7213 118.855L91.8926 116.992L96.7065 75.3135L97.2185 75.4666L98.4484 75.7463L93.6662 117.504L92.7213 118.855Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
24
|
+
<path d="M61.8744 49.0049L56.4113 68.2077L61.8164 69.1472L65.9388 69.3425L67.6754 71.1794L71.4653 71.4908L72.0512 65.9063L73.7297 71.5014L74.949 70.6252L76.1155 69.7859L77.0182 69.3531L77.9524 69.427L82.1593 68.6299L83.9328 68.3027L84.5504 68.1866L86.4031 67.8435L84.5874 68.5508L84.0701 68.7461L78.7072 70.8205V71.9237L78.7125 71.9289V71.9342L80.0902 73.0268H83.1516H84.5346L88.372 76.7428L90.0294 72.0451L94.3102 59.8942L61.8744 49.0049Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
25
|
+
<path d="M76.1156 69.7864L77.0182 69.3536L77.9525 69.4275L82.1646 68.6304L83.9329 68.3032C83.4684 67.0311 82.4972 65.9437 81.1564 65.4001C78.7178 64.4024 76.047 65.5954 75.1496 68.0076C74.8329 68.8627 74.7802 69.7706 74.9543 70.6257L76.1209 69.7864H76.1156Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
26
|
+
<path d="M84.0701 68.7461L78.7073 70.8205V71.9237H78.7126V71.9342L80.0902 73.0269H83.1517C83.4525 72.6679 83.7059 72.2509 83.8959 71.7812C84.2971 70.7836 84.3288 69.7279 84.0701 68.7461Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
27
|
+
<path d="M99.7257 56.9499L59.3038 43.7803L52.405 68.6045C52.88 68.5359 53.3604 68.4779 53.8354 68.4251C54.0096 68.404 54.1838 68.3881 54.3633 68.3723C54.7169 68.3406 55.0653 68.309 55.4189 68.2826C55.7462 68.2614 56.0787 68.2403 56.406 68.2245C56.5274 68.2192 56.6488 68.2087 56.7702 68.2034C56.6488 68.2034 56.5327 68.2034 56.4113 68.2139L61.8797 49.0112L94.3048 59.8899L88.1608 77.3297C88.4669 77.2928 88.7784 77.2664 89.0898 77.2505H89.1373C89.4487 77.2347 89.7654 77.2294 90.0927 77.2453C90.2088 77.2347 90.3249 77.2189 90.4411 77.1925C90.4833 77.1819 90.5202 77.1714 90.5625 77.1608C90.6364 77.145 90.7103 77.1239 90.7841 77.1027C90.8317 77.0869 90.8844 77.0658 90.9319 77.05C90.9953 77.0289 91.0586 77.0025 91.1272 76.9813C91.18 76.9602 91.2381 76.9338 91.2909 76.9127C91.3489 76.8863 91.4123 76.8599 91.4703 76.8336C91.5284 76.8072 91.5865 76.7755 91.6445 76.7491C91.6973 76.7227 91.7554 76.691 91.8082 76.6646C91.8715 76.633 91.9348 76.596 91.9929 76.5591C92.0404 76.5327 92.0932 76.5063 92.1407 76.4746C92.2146 76.4324 92.2832 76.3902 92.3571 76.3479C92.3941 76.3268 92.431 76.3057 92.468 76.2793C92.6052 76.1949 92.7477 76.1104 92.8849 76.026L99.7152 56.9604V56.9499H99.7257Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
28
|
+
</svg>`;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-UnableToUpload">
|
|
2
|
+
<rect y="50" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M93.9003 99.1792C94.4481 99.1792 94.9509 98.9682 95.3512 98.6144C96.3553 98.3087 97.0939 97.2705 97.0939 96.0368V53.0392C97.0939 51.565 96.0387 50.3701 94.7367 50.3701H66.3991C65.8529 50.3701 65.3485 50.5812 64.9497 50.935C63.9457 51.2407 63.207 52.2788 63.207 53.5125V69.6514C62.92 69.7227 62.6918 69.7693 62.5413 69.7848C62.3163 69.8065 62.0913 69.7833 61.8678 69.76C60.9585 69.6638 60.0677 69.5691 59.2732 72.5626C58.5454 75.3015 57.6857 76.439 57.1224 77.1823C56.947 77.4151 56.7996 77.6075 56.6956 77.7999C56.6786 77.8294 56.6631 77.862 56.6475 77.8915C56.4101 78.3943 56.6522 81.3474 56.8741 84.0599C57.0231 85.8802 57.1627 87.5934 57.1441 88.3817C57.1115 89.6558 56.2239 91.7104 55.6047 92.9953C54.9793 92.584 54.5666 92.3326 54.5666 92.3326L53.6013 95.2237L52.9139 94.7426H52.9108L42 119H61.5L62.1254 106.283H62.1285L62.3737 101.349L61.9454 101.049C62.0044 100.284 61.9594 99.3608 61.632 98.4452L63.2101 95.1305V99.1777H93.905L93.9003 99.1792Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M113.869 41H80.3158C78.7054 41 77.3999 42.3055 77.3999 43.9159V92.9065C77.3999 94.5169 78.7054 95.8224 80.3158 95.8224H113.869C115.479 95.8224 116.785 94.5169 116.785 92.9065V43.9159C116.785 42.3055 115.479 41 113.869 41Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
5
|
+
<path d="M113.925 41H81.3264C79.746 41 78.4648 42.2812 78.4648 43.8615V92.4286C78.4648 94.0089 79.746 95.2901 81.3264 95.2901H113.925C115.506 95.2901 116.787 94.0089 116.787 92.4286V43.8615C116.787 42.2812 115.506 41 113.925 41Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
6
|
+
<path d="M112.49 43.8555H82.7044C81.508 43.8555 80.5381 44.8254 80.5381 46.0218V90.6596C80.5381 91.8561 81.508 92.826 82.7044 92.826H112.49C113.686 92.826 114.656 91.8561 114.656 90.6596V46.0218C114.656 44.8254 113.686 43.8555 112.49 43.8555Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path d="M78.3575 58.8785C78.3575 58.5554 78.0959 58.2935 77.7732 58.2935C77.4505 58.2935 77.189 58.5554 77.189 58.8785V60.6305C77.189 60.9536 77.4505 61.2155 77.7732 61.2155C78.0959 61.2155 78.3575 60.9536 78.3575 60.6305V58.8785Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
8
|
+
<path d="M78.1061 58.7528C78.1061 58.4991 77.9008 58.2935 77.6475 58.2935C77.3943 58.2935 77.189 58.4991 77.189 58.7528V60.7562C77.189 61.0099 77.3943 61.2155 77.6475 61.2155C77.9008 61.2155 78.1061 61.0099 78.1061 60.7562V58.7528Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
9
|
+
<path d="M114.656 73.5557L86.6543 92.8262H82.7041C81.5078 92.826 80.5381 91.8555 80.5381 90.6592V87.9746L114.656 64.4951V73.5557Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path d="M112.49 43.8555C113.686 43.8557 114.656 44.8253 114.656 46.0215V48.3799L80.5381 71.8594V62.7979L108.064 43.8555H112.49Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path d="M106.12 68.2856C106.12 72.9768 102.316 76.7802 97.625 76.7802C92.9339 76.7802 89.1304 72.9768 89.1304 68.2856C89.1304 63.5945 92.9339 59.791 97.625 59.791C102.316 59.791 106.12 63.5945 106.12 68.2856Z" fill="var(--sapContent_Illustrative_Color23)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M100.86 66.3364C101.191 66.0043 101.191 65.4674 100.86 65.1353C100.528 64.8032 99.9912 64.8032 99.6591 65.1353L97.6681 67.1263L95.6771 65.1353C95.3466 64.8032 94.8081 64.8032 94.4776 65.1353C94.1455 65.4674 94.1455 66.0043 94.4776 66.3364L96.4686 68.3274L94.4776 70.3183C94.1455 70.6504 94.1455 71.1874 94.4776 71.5194C94.8081 71.8515 95.3466 71.8515 95.6771 71.5194L97.6681 69.5285L99.6591 71.5194C99.9912 71.8515 100.528 71.8515 100.86 71.5194C101.191 71.1874 101.191 70.6504 100.86 70.3183L98.8692 68.3274L100.86 66.3364Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path d="M97.625 42.9244C97.919 42.9244 98.1573 42.6861 98.1573 42.3921C98.1573 42.0982 97.919 41.8599 97.625 41.8599C97.3311 41.8599 97.0928 42.0982 97.0928 42.3921C97.0928 42.6861 97.3311 42.9244 97.625 42.9244Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
14
|
+
<path d="M85.3111 65.7179C83.2301 64.7092 81.0902 67.9851 80.3965 69.6874C79.7029 71.3882 78.3807 76.0514 78.3807 75.2957C78.3807 74.5399 77.2479 71.6411 77.0586 70.7597C76.9608 70.3081 77.13 69.6067 77.4015 69.0232V65.4091C77.4015 65.0025 77.611 63.8728 77.4015 63.5205C77.2215 63.2179 74.7138 63.3281 74.2095 63.5717C73.8231 63.7579 73.5313 64.0962 73.2986 64.4547C72.4575 65.752 72.1766 67.383 71.6598 68.8215C71.0624 70.4804 70.4913 72.1765 70.1515 73.9099C69.8535 75.4276 69.8209 76.984 69.7899 78.5312C69.7356 81.2158 70.0817 84.1503 69.0885 86.6813C68.5236 88.1214 67.785 89.5071 66.978 90.8293L74.9171 96.5306L78.3823 90.1046C78.3823 90.1046 80.4602 88.843 81.4688 87.4572C82.476 86.0714 83.2348 80.651 83.2969 79.0774C83.3605 77.5008 83.3605 75.3577 83.8633 74.4778C84.3676 73.5964 87.3921 66.7281 85.3127 65.721L85.3111 65.7179Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
15
|
+
<path d="M85.3108 65.7177C85.0206 65.5765 84.7289 65.5222 84.4403 65.5331C84.7724 66.0669 84.808 66.7745 84.7367 67.3844C84.6311 68.2875 84.3441 69.155 83.984 69.9868C83.8537 70.2863 83.7171 70.5889 83.548 70.8682C83.0142 71.7512 82.1963 72.4185 81.8286 73.3899C81.4608 74.3613 81.3987 75.3855 81.3366 76.3958C81.3366 77.7536 81.1675 79.1347 81.0853 80.491C81.0077 81.748 81.0201 83.0298 80.6973 84.2526C80.1588 86.3025 78.9034 88.1212 76.9962 89.1097C76.869 89.1749 76.7355 89.2416 76.6502 89.3565C76.5043 89.552 76.5415 89.8205 76.5648 90.0626C76.734 91.7851 75.8122 93.3136 74.7523 94.5892C74.4466 94.957 74.1037 95.3341 73.7266 95.677L74.9153 96.5305L78.3804 90.1045C78.3804 90.1045 80.4583 88.8428 81.467 87.4571C82.4741 86.0713 83.233 80.6508 83.295 79.0773C83.3587 77.5006 83.3587 75.3576 83.8614 74.4777C84.3658 73.5963 87.3903 66.728 85.3108 65.7209V65.7177Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
16
|
+
<path d="M77.4001 63.5205C77.2201 63.2179 74.7123 63.3281 74.208 63.5717C73.8216 63.7579 73.5299 64.0962 73.2971 64.4547C72.456 65.752 72.1751 67.383 71.6584 68.8215C71.0609 70.4804 70.4899 72.1765 70.15 73.9099C69.8521 75.4276 69.8195 76.984 69.7884 78.5312C69.7341 81.2158 70.0802 84.1503 69.087 86.6813C68.5222 88.1214 67.7835 89.5071 66.9766 90.8293L67.8642 91.4671C68.2584 90.6089 68.7549 89.7973 69.3198 89.0416C69.6053 88.6598 69.9002 88.2315 70.299 87.96C70.493 87.8281 70.7288 87.7412 70.9632 87.7257C71.1308 87.7148 71.3713 87.7939 71.5172 87.6931C71.5172 87.6931 71.5684 87.6248 71.5715 87.6201C71.5932 87.5705 71.6103 87.4836 71.6149 87.451C71.6335 87.2958 71.6196 87.1329 71.5994 86.9777C71.5529 86.6378 71.452 86.3089 71.3915 85.9721C70.8204 82.8126 70.285 79.3629 70.7692 76.1647C71.0408 74.3692 71.7313 72.6002 72.1829 70.842C72.4265 69.8907 72.785 68.9922 73.1792 68.0968C73.5268 67.3069 73.9054 66.5186 74.402 65.8079C74.8458 65.1701 75.4169 64.5214 76.1897 64.2964C76.559 64.1893 76.9314 64.1661 77.3054 64.1862C77.369 64.163 77.4311 64.1366 77.4947 64.1164C77.4978 63.865 77.4761 63.6431 77.4016 63.519L77.4001 63.5205Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
17
|
+
<path d="M76.1972 70.0366C76.3244 70.423 76.5572 70.7504 76.8241 71.0546C76.9653 71.2144 77.1143 71.3696 77.2726 71.5139C77.1732 71.202 77.0957 70.9398 77.0569 70.7597C76.9591 70.3082 77.1282 69.6068 77.3998 69.0233V66.064C77.1686 66.3014 76.956 66.5543 76.762 66.8228C76.1289 67.7011 75.8604 68.8091 76.1413 69.855C76.1584 69.9156 76.1754 69.9761 76.1956 70.0366H76.1972Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
18
|
+
<path d="M82.2556 68.0455C82.2276 68.2286 82.3456 68.404 82.5256 68.4443C83.7794 68.7206 84.6795 69.5399 84.9961 69.3739C85.2397 69.2482 86.5525 66.0328 84.6779 65.6573C82.8033 65.2818 82.3952 67.1424 82.2571 68.0455H82.2556Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
19
|
+
<path d="M73.5607 96.3197C74.0484 96.3197 74.4437 95.9243 74.4437 95.4367C74.4437 94.949 74.0484 94.5537 73.5607 94.5537C73.0731 94.5537 72.6777 94.949 72.6777 95.4367C72.6777 95.9243 73.0731 96.3197 73.5607 96.3197Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
20
|
+
<path d="M76.3355 98.9036C75.3982 100.736 73.041 98.0904 70.4247 96.7528C67.8083 95.4166 63.5113 93.3838 64.2997 91.4813C64.5526 90.8729 68.7332 92.417 71.3495 93.7531C73.9659 95.0892 76.3355 98.902 76.3355 98.902V98.9036Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
21
|
+
<path d="M64.7013 93.2871L66.4051 88.7744C66.4051 88.7744 74.2278 92.986 75.3296 95.4938C76.4329 97.9999 75.3296 100.609 75.3296 100.609L64.6997 93.2871H64.7013Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
<path d="M50.417 119L64.301 91.481L76.3369 98.9017L75 119L50.5 119L50.417 119Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
23
|
+
<path d="M66.691 116.223C65.5148 114.6 64.5139 112.835 63.8435 110.942C63.2041 109.136 62.8891 107.195 63.0707 105.281C63.0769 105.224 63.0831 105.166 63.0924 105.11C63.3888 103.186 65.5163 102.136 67.2745 102.974L69.281 103.931C69.8583 104.206 70.42 103.529 70.043 103.014C68.7844 101.295 67.1597 99.0537 67.1364 98.9234C67.0945 98.6983 67.2745 98.4733 67.5182 98.5416C68.4275 98.7977 69.3152 99.1204 70.1888 99.4773C72.1922 100.295 74.1413 101.26 76.1602 102.03L76.3371 98.9032L64.3013 91.4824L50.5 119H69C68.0751 118.021 67.4825 117.315 66.691 116.224V116.223Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
24
|
+
<path d="M82.2556 68.0455C82.2276 68.2286 82.3456 68.404 82.5256 68.4443C83.7794 68.7206 84.6795 69.5399 84.9961 69.3739C85.2397 69.2482 86.5525 66.0328 84.6779 65.6573C82.8033 65.2818 82.3952 67.1424 82.2571 68.0455H82.2556Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
25
|
+
<path d="M73.5607 96.3197C74.0484 96.3197 74.4437 95.9243 74.4437 95.4367C74.4437 94.949 74.0484 94.5537 73.5607 94.5537C73.0731 94.5537 72.6777 94.949 72.6777 95.4367C72.6777 95.9243 73.0731 96.3197 73.5607 96.3197Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
26
|
+
</svg>`;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export default `<svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-UploadCollection">
|
|
2
|
+
<mask id="mask0_1663_6930" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="11" width="138" height="138">
|
|
3
|
+
<circle cx="68.9208" cy="79.9208" r="68.9208" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0_1663_6930)">
|
|
6
|
+
<path d="M169.882 10.3076H-31.5584C-32.8714 10.3064 -34.1718 10.564 -35.3852 11.0656C-36.5986 11.5673 -37.7013 12.3031 -38.6302 13.2311C-39.5591 14.1592 -40.296 15.2612 -40.7987 16.4741C-41.3015 17.6871 -41.5602 18.9873 -41.5602 20.3003V138.708C-41.5602 141.361 -40.5065 143.905 -38.6308 145.781C-36.755 147.656 -34.211 148.71 -31.5584 148.71H169.882C172.535 148.71 175.079 147.656 176.954 145.781C178.83 143.905 179.884 141.361 179.884 138.708V20.3003C179.884 18.9873 179.625 17.6871 179.122 16.4741C178.62 15.2612 177.883 14.1592 176.954 13.2311C176.025 12.3031 174.922 11.5673 173.709 11.0656C172.495 10.564 171.195 10.3064 169.882 10.3076Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M-3.49955 40.7565C0.704515 40.7565 4.11259 37.3484 4.11259 33.1444C4.11259 28.9403 0.704515 25.5322 -3.49955 25.5322C-7.70362 25.5322 -11.1117 28.9403 -11.1117 33.1444C-11.1117 37.3484 -7.70362 40.7565 -3.49955 40.7565ZM-3.49955 38.7265C-0.416565 38.7265 2.08269 36.2273 2.08269 33.1443C2.08269 30.0613 -0.416565 27.5621 -3.49955 27.5621C-6.58253 27.5621 -9.08178 30.0613 -9.08178 33.1443C-9.08178 36.2273 -6.58253 38.7265 -3.49955 38.7265Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.3079 108.774C29.7805 108.612 29.3023 108.337 28.9012 107.978C28.7969 107.884 28.6978 107.785 28.6044 107.681C28.2453 107.28 27.9706 106.802 27.808 106.274C27.7804 106.184 27.756 106.093 27.735 106.001C27.6734 105.73 27.6409 105.448 27.6409 105.159V97.6892C29.7298 97.6892 31.4232 99.3826 31.4232 101.471L31.4232 105.159H35.0173C37.1062 105.159 38.7995 106.852 38.7995 108.941H31.4232C31.1338 108.941 30.8519 108.909 30.5812 108.847C30.4887 108.826 30.3976 108.802 30.3079 108.774ZM63.9586 108.941C63.9586 106.852 62.2652 105.159 60.1763 105.159H52.988C50.8992 105.159 49.2058 106.852 49.2058 108.941H63.9586ZM89.1176 108.941C89.1176 106.852 87.4242 105.159 85.3354 105.159H78.1471C76.0582 105.159 74.3648 106.852 74.3648 108.941H89.1176ZM110.682 71.8768C108.594 71.8768 106.9 73.5702 106.9 75.6591V83.034C106.9 85.1229 108.594 86.8163 110.682 86.8163V71.8768ZM74.3648 49.752C74.3648 51.8408 76.0582 53.5342 78.1471 53.5342H85.3354C87.4242 53.5342 89.1176 51.8408 89.1176 49.752H74.3648ZM49.2058 49.752C49.2058 51.8408 50.8992 53.5342 52.988 53.5342H60.1763C62.2652 53.5342 63.9586 51.8408 63.9586 49.752H49.2058ZM27.6409 61.0039C29.7298 61.0039 31.4232 59.3105 31.4232 57.2217V53.5342L35.0173 53.5342C37.1062 53.5342 38.7995 51.8408 38.7995 49.752H31.4232C31.1338 49.752 30.8519 49.7845 30.5812 49.846C30.4887 49.867 30.3976 49.8914 30.3079 49.9191C29.7805 50.0816 29.3023 50.3563 28.9012 50.7154C28.7969 50.8088 28.6978 50.9079 28.6044 51.0122C28.2453 51.4133 27.9706 51.8915 27.808 52.4189C27.7804 52.5086 27.756 52.5998 27.735 52.6922C27.6734 52.963 27.6409 53.2448 27.6409 53.5342V61.0039ZM27.6409 71.8768C29.7298 71.8768 31.4232 73.5702 31.4232 75.6591V83.034C31.4232 85.1229 29.7298 86.8163 27.6409 86.8163V71.8768ZM99.5238 49.752C99.5238 51.8408 101.217 53.5342 103.306 53.5342H106.9V57.2217C106.9 59.3105 108.594 61.0039 110.682 61.0039V53.5342C110.682 53.2448 110.65 52.963 110.588 52.6922C110.567 52.5998 110.543 52.5086 110.515 52.4189C110.353 51.8915 110.078 51.4133 109.719 51.0122C109.626 50.9079 109.526 50.8088 109.422 50.7154C109.021 50.3563 108.543 50.0816 108.015 49.9191C107.926 49.8914 107.835 49.867 107.742 49.846C107.471 49.7845 107.19 49.752 106.9 49.752H99.5238ZM110.682 97.6892C108.594 97.6892 106.9 99.3826 106.9 101.471V105.159H103.306C101.217 105.159 99.5238 106.852 99.5238 108.941H106.9C107.19 108.941 107.471 108.909 107.742 108.847C107.835 108.826 107.926 108.802 108.015 108.774C108.543 108.612 109.021 108.337 109.422 107.978C109.526 107.884 109.626 107.785 109.719 107.681C110.078 107.28 110.353 106.802 110.515 106.274C110.543 106.184 110.567 106.093 110.588 106.001C110.65 105.73 110.682 105.448 110.682 105.159V97.6892Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M74.8859 73.641L74.8782 73.6325L70.1624 68.963L70.1615 68.9621C69.7738 68.5748 69.303 68.3628 68.7662 68.3628C68.2316 68.3628 67.7704 68.5737 67.4087 68.9703L62.7084 73.6245L62.7068 73.6261C62.4754 73.8575 62.2913 74.1516 62.2913 74.5029C62.2913 74.8563 62.477 75.1442 62.7142 75.364C62.9386 75.5853 63.2203 75.726 63.549 75.726C63.8812 75.726 64.1656 75.5822 64.3911 75.3566L67.5085 72.2393V85.8261C67.5085 86.1452 67.5886 86.4714 67.8317 86.7144C68.0747 86.9575 68.4009 87.0376 68.72 87.0376C69.0391 87.0376 69.3653 86.9575 69.6083 86.7144C69.8514 86.4714 69.9315 86.1452 69.9315 85.8261V72.1469L73.1412 75.3566C73.3667 75.5822 73.6511 75.726 73.9834 75.726C74.3256 75.726 74.6302 75.5982 74.8717 75.3566C75.0975 75.1308 75.2641 74.8444 75.2641 74.5029C75.2641 74.1664 75.102 73.8767 74.8859 73.641Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.062 89.0469C79.5932 89.0469 80.0518 89.2551 80.4125 89.6467C80.8041 90.0073 81.0123 90.466 81.0123 90.9971C81.0123 91.5517 80.8091 92.0324 80.4033 92.4021C80.037 92.764 79.5804 92.9473 79.062 92.9473H58.3779C57.8354 92.9473 57.3567 92.7683 56.9817 92.3933C56.6068 92.0183 56.4277 91.5396 56.4277 90.9971C56.4277 90.4787 56.611 90.0222 56.973 89.6559C57.3426 89.2501 57.8234 89.0469 58.3779 89.0469H79.062Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
</g>
|
|
12
|
+
<path d="M100.725 68.6888C99.7779 68.8203 98.9106 69.3268 98.3281 70.0972C97.7455 70.8675 97.4926 71.8266 97.626 72.7871L105.685 130.825C105.817 131.772 106.323 132.639 107.094 133.222C107.864 133.804 108.823 134.057 109.784 133.924L150.938 128.209C151.885 128.078 152.752 127.571 153.335 126.801C153.917 126.03 154.17 125.071 154.037 124.111L146.733 71.5114L134.52 63.9959L100.725 68.6888Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
13
|
+
<path d="M97.967 66.6033C97.0064 66.7367 96.1526 67.2414 95.5701 68.0117C94.9857 68.7686 94.7347 69.7411 94.8662 70.6881L102.925 128.726C103.057 129.673 103.564 130.54 104.334 131.123C105.104 131.705 106.063 131.958 107.024 131.825L148.178 126.11C148.652 126.044 149.098 125.886 149.52 125.648C149.929 125.412 150.284 125.087 150.575 124.702C150.866 124.317 151.069 123.889 151.184 123.431C151.3 122.974 151.329 122.487 151.265 122.027L143.961 69.4278L131.762 61.9105L97.967 66.6033Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
14
|
+
<path d="M133.016 70.9478L144.267 71.6331L143.961 69.4279L133.016 70.9478Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
15
|
+
<path d="M133.017 70.9483L143.961 69.4285L131.762 61.9111L133.017 70.9483Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
16
|
+
<path d="M107.86 89.9821C107.704 88.8592 108.486 87.8404 109.609 87.6845L134.556 84.2203C135.679 84.0644 136.711 84.845 136.865 85.9543C137.019 87.0637 136.241 88.1095 135.118 88.2654L110.171 91.7296C109.048 91.8855 108.016 91.105 107.86 89.9821Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
17
|
+
<path d="M109.921 104.823C109.765 103.7 110.545 102.668 111.668 102.512L123.803 100.827C124.926 100.671 125.959 101.452 126.115 102.575C126.27 103.697 125.488 104.716 124.365 104.872L112.23 106.557C111.107 106.713 110.075 105.933 109.921 104.823Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
18
|
+
<path d="M108.889 97.3955C108.733 96.2726 109.514 95.2403 110.637 95.0844L135.584 91.6202C136.707 91.4643 137.739 92.2449 137.895 93.3677C138.051 94.4906 137.27 95.5229 136.147 95.6788L111.2 99.143C110.078 99.2989 109.045 98.5184 108.889 97.3955Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
19
|
+
<path d="M130.598 109.04C130.368 108.382 130.723 107.657 131.382 107.442L152.163 100.391C152.821 100.162 153.532 100.518 153.761 101.176L160.812 121.957C161.041 122.615 160.686 123.34 160.027 123.555L139.246 130.605C138.588 130.835 137.863 130.48 137.648 129.821L130.598 109.04Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
20
|
+
<path d="M128.358 108.302C128.129 107.645 128.483 106.92 129.143 106.704L149.924 99.6541C150.581 99.4249 151.306 99.7792 151.522 100.439L158.572 121.22C158.801 121.877 158.447 122.602 157.787 122.818L137.006 129.868C136.349 130.097 135.624 129.743 135.408 129.083L128.358 108.302Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
21
|
+
<path d="M132.291 111.108C131.961 110.119 132.487 109.04 133.475 108.71L147.264 104.037C148.252 103.707 149.332 104.232 149.662 105.221L153.729 117.232C154.06 118.22 153.534 119.3 152.546 119.63L138.757 124.303C137.769 124.633 136.689 124.107 136.359 123.119L132.291 111.108Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
22
|
+
<path d="M147.014 110.579C148.49 110.085 149.286 108.471 148.778 106.997C148.284 105.521 146.67 104.725 145.196 105.233C143.72 105.728 142.924 107.341 143.432 108.815C143.927 110.291 145.54 111.087 147.014 110.579Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
23
|
+
<path d="M144.401 119.464C144.876 118.819 145.385 118.21 145.922 117.612L145.224 117.254C140.467 114.77 138.913 113.607 135.821 113.388C134.898 113.296 133.973 113.286 133.042 113.333L136.549 123.698C136.599 123.857 136.689 124.01 136.803 124.132C136.916 124.254 137.055 124.359 137.217 124.433C137.379 124.507 137.551 124.552 137.73 124.555C137.91 124.557 138.086 124.533 138.258 124.481L142.393 123.08C142.864 121.801 143.521 120.579 144.374 119.468L144.401 119.464Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
24
|
+
<path d="M147.696 116.387C146.85 116.449 146.176 116.957 145.505 117.684C145.006 118.264 144.54 118.88 144.103 119.506C143.33 120.592 142.726 121.807 142.312 123.092L153.006 119.469C150.179 118.18 149.47 116.251 147.696 116.387Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
25
|
+
<path d="M144.252 130.441L143.378 128.063C143.038 127.167 142.374 126.433 141.52 126.007C140.666 125.582 139.684 125.496 138.77 125.767L138.239 125.925C137.838 125.132 137.173 124.506 136.361 124.154C135.549 123.802 134.641 123.748 133.793 124L133.134 124.195C132.683 123.527 132.033 123.021 131.277 122.749C130.522 122.477 129.7 122.453 128.931 122.681L127.729 123.038L124.785 115.201C124.585 114.67 124.229 114.212 123.764 113.89C123.299 113.568 122.747 113.396 122.183 113.397C121.773 113.395 121.369 113.493 121.006 113.684C120.643 113.874 120.332 114.151 120.099 114.49C119.866 114.83 119.719 115.221 119.67 115.63C119.621 116.039 119.672 116.454 119.819 116.839L126.161 134.765L122.848 130.648C122.34 129.94 121.589 129.447 120.741 129.265C119.893 129.083 119.007 129.224 118.257 129.661C117.893 129.872 117.625 130.218 117.509 130.625C117.393 131.032 117.439 131.468 117.636 131.841L123.417 141.914C124.572 143.925 126.231 145.595 128.23 146.756C130.228 147.917 132.495 148.528 134.803 148.529H135.679C137.271 148.446 138.825 148.012 140.232 147.257C141.639 146.503 142.863 145.445 143.818 144.161C144.774 142.877 145.437 141.396 145.76 139.825C146.084 138.254 146.06 136.63 145.69 135.07C145.315 133.496 144.835 131.949 144.252 130.441Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
26
|
+
<path d="M134.799 148.843C132.437 148.839 130.118 148.211 128.073 147.023C126.028 145.834 124.328 144.127 123.144 142.07L117.361 131.999C117.123 131.553 117.067 131.031 117.204 130.543C117.341 130.056 117.662 129.641 118.098 129.387C118.915 128.91 119.879 128.756 120.803 128.955C121.727 129.154 122.544 129.692 123.096 130.464L125.26 133.144L119.526 116.941C119.275 116.263 119.287 115.516 119.559 114.847C119.831 114.178 120.344 113.637 120.995 113.332C121.119 113.271 121.249 113.221 121.383 113.184C122.122 112.989 122.906 113.076 123.586 113.427C124.265 113.779 124.792 114.371 125.065 115.09L127.908 122.658L128.83 122.383C129.626 122.145 130.474 122.156 131.263 122.416C132.052 122.675 132.744 123.171 133.246 123.836L133.694 123.701C134.569 123.441 135.505 123.483 136.354 123.819C137.202 124.155 137.916 124.766 138.38 125.556L138.669 125.471C139.552 125.209 140.496 125.252 141.352 125.594C142.208 125.935 142.925 126.555 143.39 127.355L143.426 127.279L144.552 130.33C145.148 131.877 145.636 133.464 146.014 135.079C146.383 136.681 146.4 138.344 146.061 139.952C145.722 141.561 145.037 143.074 144.053 144.387C143.069 145.699 141.812 146.779 140.368 147.548C138.925 148.318 137.331 148.759 135.7 148.841L134.799 148.843ZM120.005 129.499C119.444 129.499 118.894 129.648 118.41 129.932C118.116 130.102 117.9 130.38 117.806 130.707C117.713 131.035 117.749 131.386 117.908 131.687L123.683 141.75C124.813 143.711 126.434 145.339 128.384 146.472C130.335 147.605 132.547 148.203 134.799 148.207H135.675C137.214 148.127 138.717 147.709 140.078 146.982C141.439 146.255 142.625 145.235 143.552 143.997C144.479 142.758 145.125 141.329 145.444 139.812C145.764 138.294 145.748 136.725 145.399 135.214C145.03 133.632 144.552 132.078 143.971 130.562L143.095 128.194C142.782 127.369 142.172 126.692 141.387 126.3C140.601 125.907 139.697 125.827 138.855 126.075L138.08 126.307L137.963 126.075C137.595 125.348 136.986 124.773 136.241 124.45C135.496 124.127 134.662 124.077 133.884 124.308L133.006 124.569L132.878 124.374C132.465 123.76 131.869 123.294 131.175 123.044C130.481 122.794 129.726 122.773 129.02 122.984L127.541 123.422L124.495 115.31C124.304 114.805 123.954 114.376 123.5 114.088C123.046 113.8 122.511 113.668 121.976 113.712C121.636 113.744 121.308 113.854 121.017 114.034C120.726 114.215 120.481 114.46 120.3 114.751C120.119 115.042 120.007 115.372 119.974 115.714C119.94 116.056 119.985 116.401 120.105 116.722L127.059 136.376L122.601 130.845C122.306 130.429 121.916 130.09 121.465 129.856C121.013 129.622 120.513 129.499 120.005 129.499Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
27
|
+
<path d="M130.355 129.807C130.293 129.807 130.232 129.789 130.181 129.754C130.129 129.719 130.09 129.67 130.066 129.612L127.444 123.175C127.425 123.137 127.415 123.095 127.412 123.053C127.41 123.01 127.416 122.967 127.431 122.927C127.445 122.887 127.468 122.851 127.497 122.82C127.526 122.789 127.561 122.764 127.6 122.747C127.638 122.73 127.68 122.721 127.723 122.721C127.765 122.721 127.807 122.73 127.846 122.746C127.885 122.763 127.92 122.787 127.949 122.818C127.978 122.849 128.001 122.885 128.016 122.925L130.644 129.378C130.675 129.455 130.674 129.541 130.642 129.617C130.61 129.693 130.549 129.754 130.473 129.785C130.436 129.801 130.396 129.808 130.355 129.807Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
28
|
+
<path d="M135.041 129.339C134.979 129.339 134.918 129.321 134.867 129.286C134.815 129.251 134.776 129.202 134.752 129.144L132.841 124.32C132.811 124.242 132.812 124.156 132.845 124.079C132.878 124.002 132.94 123.942 133.017 123.911C133.094 123.881 133.18 123.882 133.256 123.915C133.332 123.948 133.392 124.01 133.423 124.088L135.334 128.914C135.364 128.991 135.362 129.078 135.329 129.154C135.296 129.23 135.234 129.29 135.157 129.321C135.12 129.335 135.081 129.341 135.041 129.339Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
29
|
+
<path d="M139.45 129.338C139.387 129.339 139.326 129.321 139.275 129.286C139.223 129.251 139.182 129.201 139.159 129.143L137.963 126.057C137.937 125.995 137.931 125.926 137.946 125.86C137.961 125.793 137.996 125.734 138.047 125.689C138.084 125.657 138.129 125.634 138.177 125.622C138.226 125.611 138.276 125.612 138.324 125.624C138.372 125.636 138.416 125.66 138.453 125.693C138.49 125.726 138.519 125.767 138.537 125.814L139.742 128.892C139.771 128.959 139.777 129.033 139.76 129.104C139.742 129.175 139.701 129.237 139.644 129.282C139.587 129.323 139.519 129.343 139.45 129.338Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
30
|
+
</svg>
|
|
31
|
+
`;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-UploadToCloud">
|
|
2
|
+
<rect y="51" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M106.953 109.381C105.715 109.381 104.532 109.432 103.43 109.519C102.253 107.398 90.8149 105.739 76.8701 105.739C66.3117 105.739 57.1886 106.692 52.8672 108.075C51.6188 108.015 50.2946 107.984 48.9249 107.984C41.2474 107.984 35.0205 108.989 35.0205 110.23C35.0205 111.471 41.2474 112.475 48.9249 112.475C51.1033 112.475 53.1604 112.393 54.9951 112.251C59.8169 113.324 67.8128 114.026 76.8701 114.026C85.0631 114.026 92.3918 113.453 97.2844 112.548C98.7956 113.414 102.551 114.026 106.953 114.026C112.69 114.026 117.345 112.988 117.345 111.704C117.345 110.419 112.695 109.381 106.953 109.381Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M48.9099 99.1695C41.1582 99.4249 39.1286 97.177 34.6188 95.2495C30.1091 93.3221 28.9804 88.7055 30.8893 86.2764C32.7982 83.8474 34.9857 83.5966 37.5309 85.4451C40.0761 87.2936 40.5777 87.1821 40.5777 85.7655C40.5777 84.349 40.4755 79.9089 44.3118 79.3051C44.3118 79.3051 40.2526 70.5131 46.504 67.0808C52.7555 63.6486 54.4461 66.073 56.5175 66.2681C58.5889 66.4631 57.0841 62.0695 61.6403 58.3446C66.1966 54.6197 70.1583 57.137 70.1583 57.137C70.1583 57.137 71.8535 49.404 79.777 49.6502C87.7004 49.8963 88.3321 56.7283 88.3321 56.7283C88.3321 56.7283 96.2834 56.0967 99.0655 60.574C101.847 65.0512 101.453 68.9015 101.453 68.9015C101.453 68.9015 102.99 68.6553 102.516 70.5735C102.516 70.5735 105.6 66.6396 110.728 68.5531C115.855 70.4667 113.974 77.7074 113.974 77.7074C113.974 77.7074 115.758 76.8575 117.063 77.9628C118.368 79.0682 117.193 82.663 117.193 82.663C117.193 82.663 120.133 80.991 122.631 82.4401C125.135 83.8938 125.149 87.6001 123.923 89.0678C122.692 90.5354 120.249 91.8498 120.249 91.8498C120.249 91.8498 125.994 91.2367 128.655 94.2324C131.317 97.2281 127.536 98.2684 123.291 98.5239C119.046 98.7793 114.796 100.707 110.542 100.999C106.288 101.292 86.8226 100.632 82.206 100.089C77.5894 99.5457 71.5005 101.041 67.1533 101.069C62.8061 101.097 54.7108 98.9744 48.9006 99.1648L48.9099 99.1695Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path d="M114.102 81.9845C114.288 82.1377 114.228 82.4303 114 82.5C112.621 82.8994 110.5 82.5 108.577 85.1474C106.612 88.8583 100.379 89.1927 103.51 87.6322C105.697 86.5408 107.671 84.1396 107.286 81.3947C107.072 79.8852 105.939 79.2025 105.293 78.8077C104.773 78.4872 105.038 78.1157 105.572 78.2132C106.547 78.3897 107.82 79.1932 108.999 80.6934C109.719 81.6037 112.367 79.2629 113.481 78.2039C113.588 78.1018 113.765 78.2039 113.718 78.3479C113.486 79.0771 113.085 81.1438 114.102 81.9845Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
6
|
+
<path d="M63.0428 68.7956C64.2688 69.968 66.837 65.685 69.0089 66.3346C70.478 66.5406 71.7516 68.1038 73.395 68.5052C74.3198 68.7639 75.419 68.7006 76.1905 68.1144C77.11 67.3908 77.1893 66.2184 76.7137 65.1094C75.7202 62.9811 72.9511 61.7241 70.6471 62.0516C68.9191 62.2998 67.8939 63.8472 66.4512 64.9562C65.3045 65.9913 62.7733 66.9631 63.0163 68.7587L63.0375 68.8009L63.0428 68.7956Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
7
|
+
<path d="M53.0913 78.3808C50.221 81.1071 48.7199 78.883 45.5616 79.1338C41.6046 79.4449 46.9194 78.8828 46.9194 82.3307C46.9194 83.5893 42.3632 86.0416 39.5022 88.0109C36.6412 89.9801 39.9156 93.8536 41.0952 90.0684C42.2749 86.2831 44.8062 85.1499 48.5403 84.7737C52.1015 84.4136 54.8482 78.3814 61.3739 80.8913C62.0515 79.7853 57.1512 78.6324 57.1512 76.8827C57.1512 74.114 58.3621 74.1146 59.868 72.8597C60.8759 71.4524 57.755 66.256 57.1512 69.8474C56.5474 72.8663 55.2053 76.3729 53.0913 78.3808Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<path d="M79.8086 54.0112C79.5949 52.237 82.911 52.1908 83.4404 56.7749C83.4404 56.7749 84.2163 56.6216 85.5771 56.7749C87.8158 57.0304 92.3381 58.4602 92.9326 59.8628C93.6032 61.4451 93.5367 63.0562 93.1533 64.3608C93.1398 64.4514 93.127 64.5435 93.1162 64.6362C92.9139 66.3703 93.2918 68.0879 94.6758 69.1655C96.3332 70.4509 98.854 71.8404 98.3076 72.9946C96.8907 75.987 92.1367 73.6187 92.1367 73.6187L88.0615 70.4458C88.0665 70.432 88.8789 68.1621 89.9414 66.23C88.7464 64.9351 87.371 62.5202 86.6729 61.6089C85.6234 60.2396 84.7224 62.0321 85.3213 63.2349C85.9204 64.4378 83.2129 63.1184 81.8613 61.0005C80.51 58.8833 79.0887 60.3458 76.9248 59.4917C73.5623 58.1634 80.3001 58.1632 79.8037 54.0161L79.8086 54.0112Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path d="M77.1552 90.7939C75.99 91.0128 74.956 90.3071 73.9658 89.6834C73.0905 89.1309 72.9757 88.0477 72.8553 87.1615L67.3683 51.4603C67.0236 49.1298 67.0072 48.5226 68.0248 47.4011C68.3147 47.0838 69.0915 46.5696 69.5456 46.4C70.0544 46.214 70.3826 46.1976 70.8695 46.1538L84.9946 45.0104C87.2211 44.8408 88.3645 46.7118 88.5614 48.4131L92.544 83.1132C92.5933 84.7489 91.8547 86.04 90.5801 86.6746L77.1552 90.7939Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
10
|
+
<path d="M68.1727 50.345L74.0754 88.4806C74.349 90.2367 75.9464 91.2159 77.6259 90.6853L90.159 86.7191C91.6033 86.265 92.5989 84.602 92.4129 82.9936L88.3373 48.31C88.1185 46.4664 86.6633 45.0659 85.0604 45.1972L71.0447 46.3515C69.1574 46.5047 67.8554 48.3045 68.1727 50.3505V50.345Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
11
|
+
<path d="M85.1694 45.9849L82.0511 46.2529L82.3137 48.3153C82.3739 48.8022 82.0785 49.2289 81.6572 49.2782L75.9295 49.8635C75.4755 49.9073 75.0433 49.5353 74.9722 49.032L74.6713 46.893L71.181 47.1939C69.7368 47.3197 68.7466 48.6928 68.9818 50.2574L74.808 88.2617C75.0105 89.6075 76.2359 90.3624 77.5269 89.9576L90.0874 86.0297C91.198 85.685 91.9693 84.4049 91.8216 83.1631L87.6913 48.3591C87.5217 46.9367 86.4003 45.87 85.1694 45.9739V45.9849Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path d="M79.6002 48.0961L76.8923 48.3533C76.6953 48.3751 76.5093 48.2165 76.482 48.0141C76.4546 47.8062 76.5914 47.6257 76.7938 47.6038L79.5072 47.3576C79.6987 47.3357 79.8792 47.4944 79.9066 47.6968C79.9339 47.8992 79.7972 48.0797 79.6057 48.1016L79.6002 48.0961Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
13
|
+
<path d="M80.766 47.9756C80.9356 47.9428 81.0396 47.7623 81.0013 47.5653C80.963 47.3684 80.7934 47.2371 80.6238 47.2699C80.4542 47.3027 80.3448 47.4833 80.3886 47.6802C80.4323 47.8772 80.5965 48.0085 80.7715 47.9756H80.766Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
14
|
+
<path d="M68.3151 58.4632L68.9004 62.2543C68.9497 62.6044 68.7363 62.681 68.8238 62.7138L69.0044 62.7576C69.3545 62.6919 69.6444 62.6482 69.5897 62.2051L68.9989 58.1513C68.9168 57.752 68.5831 57.6371 68.2275 57.7137L68.1947 57.845C67.954 57.9216 68.2604 58.113 68.3096 58.4686L68.3151 58.4632Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
15
|
+
<path d="M67.9973 58.3751L68.5607 62.2866C68.6045 62.5601 68.6483 62.7406 68.8999 62.7625C69.1625 62.7187 69.3868 62.7133 69.343 62.4397L68.6975 58.1508C68.6537 57.8718 68.4951 57.6749 68.227 57.7077C67.9699 57.7624 67.9535 58.0906 67.9973 58.3696V58.3751Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
16
|
+
<path d="M83.9271 66.9526C83.9764 67.3355 84.2937 67.5981 84.6383 67.5325V67.5434C84.9829 67.4777 85.2237 67.1112 85.1744 66.7283L84.6985 62.8059L85.6066 63.5772C85.8801 63.807 86.2685 63.7359 86.4764 63.424C86.6788 63.1122 86.6296 62.6691 86.3615 62.4339L84.2444 60.6176C84.1186 60.4973 83.949 60.448 83.7794 60.4754C83.6044 60.5027 83.4731 60.5957 83.3746 60.7325L81.7061 63.2216C81.4927 63.5444 81.5474 63.9984 81.8319 64.2337C82.1163 64.4634 82.5212 64.3923 82.74 64.075L83.4457 63.0192L83.9326 66.9635V66.9526H83.9271Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
17
|
+
<path d="M77.5326 72.6096L84.3872 71.138C86.1433 70.7605 87.314 68.9114 87.0733 66.9147C87.0295 66.5372 86.7177 66.2801 86.384 66.3403C86.0503 66.4059 85.8096 66.767 85.8534 67.1499C86.0011 68.3917 85.2899 69.5296 84.2122 69.7484L77.3302 71.1763C76.4877 71.3513 75.6835 70.7277 75.5522 69.7813C75.4154 68.8294 76.0117 67.9267 76.8651 67.7626L77.4122 67.6587C77.7787 67.5876 78.0359 67.2046 77.9866 66.8107C77.7897 65.3501 78.4954 63.9551 79.6497 63.512C79.9998 63.3752 80.1858 62.9594 80.0655 62.5819C79.9451 62.1935 79.5676 61.9966 79.223 62.1224C77.642 62.7242 76.6026 64.431 76.5916 66.3293C75.0161 66.6521 73.922 68.2823 74.1791 70.0603C74.4307 71.8218 75.9516 72.9542 77.5326 72.615V72.6096Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
18
|
+
<path d="M82.4691 77.7949C80.6599 77.2866 78.7809 78.6149 78.5 82.5C78.2191 86.3851 73.5 81 73.5 81L76.8866 86.7213L83.9957 86.4008L95.3004 80.6493C95.697 78.4677 94.6138 71.8885 93.6619 71.7298C92.4719 71.5315 90.0391 71.7299 87.6788 76.2075C86.278 78.865 84.3087 78.3117 82.4907 77.8009L82.4691 77.7949Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
19
|
+
<path d="M103.322 81.824C103.715 78.1587 99.5796 71.2001 94.3388 72.0754C89.0979 72.9507 87.5771 79.4881 87.2653 81.0199C86.9535 82.5516 87.1176 84.2803 85.832 81.9663C84.0978 78.848 79.6502 79.4826 79.2837 82.8963C79.0703 84.8712 78.8132 86.66 77.2924 85.6097C75.9576 84.6906 75.8919 82.8306 73.8404 81.173C71.0832 78.952 67.3523 80.3689 66.2801 82.4094C65.2078 84.4499 67.5602 94.204 67.5602 94.204L84.0322 97.5739L99.2734 91.218L103.322 81.8186V81.824Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path d="M48.9104 99.1697C54.7206 98.9793 62.8159 101.097 67.1632 101.074C71.5104 101.051 77.5993 99.5552 82.2159 100.094C86.8325 100.637 106.297 101.292 110.552 101.004C114.801 100.716 119.056 98.7795 123.301 98.5287C126.728 98.3244 129.854 97.6045 129.529 95.756C127.797 97.3305 125.865 97.3862 123.682 96.1322C121.229 94.7249 119.79 92.6117 118.508 92.9786C114.611 94.1072 114.569 96.4945 111.183 96.2855C107.793 96.0718 105.359 96.7499 102.819 98.2315C100.278 99.7131 94.5562 96.5363 89.4705 96.1183C84.3848 95.7003 81.4845 95.7129 78.303 94.2313C75.1262 92.7497 74.8058 91.4461 72.2652 91.6597C69.7247 91.8734 68.6193 94.0177 65.2985 94.2313C61.8152 93.5348 60.1571 94.9142 57.4029 97.0181C54.6488 99.1221 50.9075 95.2637 50.0576 92.9461C49.2123 90.6285 46.8808 88.6964 44.7629 91.6596C42.645 94.6274 39.6772 94.8364 34.624 95.2451C39.1292 97.1726 41.1634 99.4158 48.915 99.165L48.9104 99.1697Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
21
|
+
</svg>`;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-UserHasSignedUp">
|
|
2
|
+
<rect y="51.3423" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<mask id="mask0_6869_476424" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="51" width="160" height="70">
|
|
4
|
+
<rect y="51.3477" width="159.929" height="68.9695" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
5
|
+
</mask>
|
|
6
|
+
<g mask="url(#mask0_6869_476424)">
|
|
7
|
+
<path d="M79.2273 79.1412C78.9829 78.7373 78.7335 78.0241 78.5041 77.2461C78.6438 76.3883 78.1251 74.2638 77.5266 73.416C77.3072 73.1018 76.8384 73.3163 76.7935 73.3362C76.7636 73.3362 76.7337 73.3362 76.7038 73.3362C76.3946 73.3412 76.1253 73.4459 76.1253 73.4459C75.851 73.5656 75.6265 73.7003 75.437 73.8499L75.2675 49.4229C75.2525 47.6325 73.7963 46.1912 72.0059 46.2062L57.5781 46.3059C57.5332 46.3059 57.4933 46.3109 57.4484 46.3109H57.3886C57.3886 46.3109 57.3487 46.3109 57.3287 46.3159C57.1941 46.3259 57.0644 46.3458 56.9347 46.3707C54.2517 46.8096 53.6133 48.4703 53.6283 50.4801L53.6781 61.8857C53.6781 61.8857 53.6183 61.8259 53.5086 61.7361C53.5036 61.7311 53.4936 61.7261 53.4886 61.7212C53.4737 61.7112 53.4637 61.7012 53.4537 61.6912C53.4138 61.6613 53.3789 61.6364 53.349 61.6114C53.349 61.6114 53.339 61.6065 53.334 61.6015C53.2492 61.5416 53.1894 61.5017 53.1894 61.5017C53.0996 61.4419 53.0099 61.387 52.9101 61.3371H52.9201C52.9201 61.3371 52.187 60.5592 51.3392 60.7786C50.4963 61.003 50.3916 61.771 50.4963 62.3296C50.4963 62.3296 50.4963 62.3246 50.4963 62.3196C50.4415 62.6388 50.4564 62.9729 50.5113 63.3121V63.3021C50.5113 63.317 50.5163 63.332 50.5213 63.347C50.5313 63.4118 50.5462 63.4816 50.5612 63.5465C50.5861 63.6562 50.616 63.7709 50.6509 63.8856C50.6659 63.9305 50.6809 63.9753 50.6958 64.0152C50.7108 64.0601 50.7258 64.105 50.7407 64.1499C50.8604 64.4741 51 64.7833 51.1497 65.0526C51.2295 65.2072 51.3541 65.4017 51.4988 65.6161C52.1321 66.6285 52.9001 67.5611 53.344 68.0648C53.4787 68.2294 53.5983 68.384 53.7031 68.5136L53.718 71.8002C53.5784 71.6805 53.4388 71.5708 53.3241 71.496C53.0198 71.3015 52.7007 71.2715 52.3466 71.3563C51.9925 71.4411 51.6085 71.6506 51.1796 71.9398C50.6759 72.2789 50.4664 72.6629 50.4415 73.1666L50.4365 73.1716C50.4365 73.1716 50.3966 73.5457 50.5063 73.9895C50.6111 74.4234 50.9053 75.5754 52.0872 76.7175C52.1421 76.7723 52.172 76.8073 52.172 76.8073C52.172 76.8073 51.8179 76.8821 51.3591 77.1015C51.0848 77.2312 50.7706 77.4157 50.4714 77.6601C50.0226 78.0291 50.0974 78.6874 50.3368 79.4205C50.4415 79.7447 50.5811 80.0888 50.7208 80.4279C50.7906 80.5925 50.8554 80.7571 50.9203 80.9216C50.9951 81.1211 51.0599 81.3106 51.1148 81.4752C51.1148 81.4902 51.1247 81.5051 51.1297 81.5201C51.1447 81.58 51.1646 81.6398 51.1796 81.6996C51.1896 81.7395 51.1995 81.7844 51.2095 81.8243C51.2245 81.8842 51.2394 81.939 51.2544 81.9989C51.2644 82.0487 51.2743 82.0936 51.2893 82.1435C51.3043 82.2033 51.3142 82.2632 51.3292 82.323C51.3392 82.3779 51.3541 82.4328 51.3641 82.4876C51.3741 82.5425 51.3841 82.6023 51.399 82.6572C51.409 82.7021 51.419 82.7469 51.424 82.7968C51.4339 82.8417 51.4389 82.8816 51.4489 82.9265C51.4838 83.131 51.5237 83.3454 51.5586 83.5648C51.6035 83.8541 51.6534 84.1483 51.6982 84.4575C51.7082 84.5274 51.8379 85.4151 52.0025 86.3826C52.0174 86.4574 52.0274 86.5322 52.0424 86.612C52.0523 86.6818 52.0673 86.7566 52.0773 86.8264C52.0872 86.8913 52.1022 86.9561 52.1122 87.0159C52.192 87.4648 52.2718 87.8887 52.3516 88.2228C52.3615 88.2627 52.3665 88.3026 52.3765 88.3425C52.4513 88.6767 52.5311 89.0357 52.6259 89.4197C52.6707 89.6092 52.7206 89.8087 52.7705 90.0082C52.975 90.8111 53.2143 91.6739 53.4836 92.5467C54.0223 94.2872 54.6756 96.0377 55.4037 97.2994C55.5832 97.6136 55.8276 98.0026 56.1119 98.4415C56.3014 98.7357 56.5058 99.0499 56.7203 99.3791C56.825 99.5436 56.9347 99.7132 57.0445 99.8828C58.1466 101.603 59.3435 103.618 59.5979 105.054C59.6029 105.089 59.6079 105.134 59.6128 105.174C59.6178 105.219 59.6228 105.254 59.6328 105.304C59.6378 105.359 59.6428 105.428 59.6477 105.493C59.6477 105.538 59.6577 105.573 59.6577 105.623C59.6577 105.688 59.6627 105.768 59.6677 105.842C59.6677 105.897 59.6727 105.947 59.6777 106.007C59.6777 106.077 59.6777 106.152 59.6827 106.221C59.6827 106.296 59.6827 106.366 59.6876 106.446C59.6876 106.516 59.6876 106.595 59.6876 106.67C59.6876 106.76 59.6876 106.845 59.6876 106.94C59.6876 107.019 59.6876 107.109 59.6876 107.199C59.6876 107.294 59.6876 107.383 59.6876 107.483C59.6876 107.568 59.6876 107.663 59.6876 107.747C59.6876 107.852 59.6876 107.957 59.6876 108.067C59.6876 108.146 59.6876 108.236 59.6876 108.321C59.6876 108.446 59.6876 108.565 59.6827 108.69C59.6827 108.77 59.6827 108.855 59.6777 108.934C59.6777 109.074 59.6727 109.209 59.6677 109.348C59.6677 109.428 59.6677 109.508 59.6627 109.588C59.6627 109.732 59.6527 109.882 59.6527 110.032C59.6527 110.131 59.6477 110.231 59.6428 110.331C59.6428 110.465 59.6328 110.6 59.6278 110.74C59.6278 110.805 59.6278 110.874 59.6228 110.939C59.6228 110.939 56.83 111.632 56.042 111.997C55.7528 112.131 55.7628 112.745 55.7927 113.493C55.8276 114.241 55.8974 115.418 55.8974 115.418H55.9074C55.9323 117.537 55.8675 122.18 55.8675 122.18H59.0543V122.19L63.3781 122.18H76.4943C76.4943 122.18 76.594 113.333 76.604 112.994C76.619 112.48 76.629 111.822 76.604 111.318C76.604 110.765 73.9808 110.51 73.9808 110.51L74.0157 110.835C73.6716 107.473 73.3474 104.7 73.3474 103.768C73.3474 102.401 74.4396 100.711 75.1677 99.4638C75.8659 98.2669 76.3995 96.8605 77.2573 95.0003C78.1201 93.1451 79.3918 88.5669 79.2522 87.38C79.2273 87.1556 79.2123 86.8913 79.2023 86.617C79.1724 85.8988 79.1874 85.056 79.2223 84.2531C79.2223 84.2132 79.2223 84.1683 79.2273 84.1284C79.2322 84.0087 79.2372 83.889 79.2422 83.7743C79.2422 83.6895 79.2522 83.6097 79.2572 83.5299C79.2572 83.4501 79.2672 83.3653 79.2721 83.2856C79.2821 83.121 79.2921 82.9614 79.3021 82.8118C79.327 82.4727 79.3769 82.1435 79.4267 81.8193C79.4517 81.6597 79.4816 81.5002 79.5065 81.3406C79.6262 80.5526 79.6811 79.8095 79.2572 79.1163L79.2273 79.1412ZM74.0007 111.054C74.0007 111.054 74.0157 111.054 74.0307 111.054C74.0207 111.054 74.0107 111.054 74.0007 111.054C74.0007 111.019 73.9957 110.984 73.9908 110.949L74.0007 111.054Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
8
|
+
</g>
|
|
9
|
+
<path d="M71.9111 107.33C71.9111 107.33 77.8389 105.299 82.909 105.294C89.0535 105.29 93.4828 106.119 93.4828 106.119L88.7048 111.637L72.142 109.135L71.9111 107.33Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
10
|
+
<path d="M75.1817 120.185C75.1817 120.185 76.1853 104.537 75.7612 102.11C75.3372 99.6831 72.3497 95.692 71.3366 93.925C69.8099 91.2627 68.566 86.5271 68.0382 83.9732C67.5105 81.4192 67.2325 78.2857 66.7236 76.9192C66.2147 75.5528 65.3099 73.9035 66.1487 73.2062C66.9874 72.5088 67.9487 72.3062 67.9487 72.3062C67.9487 72.3062 66.6717 71.0575 66.323 69.7805C65.9743 68.5035 66.0026 67.7779 66.9026 67.17C67.8026 66.5622 68.5283 66.2983 69.1644 66.7035C69.8005 67.1088 70.9031 68.3009 70.9927 68.824C71.0822 69.347 70.9267 70.5533 69.6167 71.1941L69.6026 72.4805C69.6026 72.4805 70.5262 74.1627 70.9314 75.2371C71.3366 76.3114 71.9398 77.8098 69.7534 78.2151L70.4602 82.4465L84.1628 83.5915L92.1733 78.3706C92.1733 78.3706 92.3476 77.5554 92.3476 76.9192C92.3476 76.9192 91.6502 75.124 91.7115 72.8292C91.7728 70.5344 91.7115 69.6391 93.2193 68.7391C93.2193 68.7391 94.3502 68.3056 94.6989 69.1161C95.0476 69.9266 95.7733 73.5784 96.4895 74.747C97.2057 75.9156 96.6309 77.2161 96.5366 78.6486C96.4424 80.081 96.3434 82.2109 96.4895 83.4643C96.6356 84.7177 95.2926 89.5428 94.3832 91.503C93.4738 93.4632 92.9131 94.9522 92.178 96.2103C91.4429 97.4684 90.2555 99.3109 90.2555 100.753C90.2555 102.195 90.9811 107.774 91.4476 113.4C91.7775 117.339 91.867 120.152 91.867 120.152L75.177 120.185H75.1817Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
11
|
+
<path d="M69.9605 64.0352C69.9605 64.0352 67.4772 61.0289 66.8788 59.9074C66.2804 58.786 65.7243 57.1226 66.6196 56.0483C67.5149 54.9739 69.3149 56.2273 69.7013 56.7221C70.0877 57.2169 70.2149 57.3959 70.2149 57.3959L69.9558 64.0399L69.9605 64.0352Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
12
|
+
<path d="M89.7463 67.5833C89.7463 67.5833 91.2871 67.6729 92.2154 69.9064C93.1437 72.1399 92.2578 73.8551 93.1013 75.2781C93.1013 75.2781 93.1814 75.9849 92.2154 79.2174C91.2494 82.4498 92.762 82.8833 91.4379 83.8634C89.9678 84.9519 89.0489 85.409 87.362 86.9262C85.6751 88.4435 85.6421 90.2341 84.2992 91.1152C82.9562 91.9964 77.773 89.2351 75.6055 81.6299L88.507 68.5729C88.507 68.5729 88.7945 67.9462 89.7416 67.5786L89.7463 67.5833Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
13
|
+
<path d="M73.6313 85.4381C71.7465 85.4522 69.5601 84.2459 69.6449 81.282L69.4847 44.5187C69.4659 42.2852 70.2151 40.4522 73.4523 40.1177L88.0643 40.5229C89.9491 40.5088 91.4946 42.0308 91.5041 43.9156L92.5501 81.937C92.2015 84.0574 90.5899 85.1836 86.9852 85.4946L73.6266 85.4428L73.6313 85.4381Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
14
|
+
<path d="M70.2578 43.5483L70.5264 81.5603C70.5405 83.4498 72.0814 84.9671 73.9709 84.9577L89.1908 84.8493C91.0803 84.8351 92.5976 83.2943 92.5835 81.4048L92.3149 43.3928C92.3007 41.5079 90.7599 39.986 88.8751 40.0001L73.6552 40.1085C71.7657 40.1226 70.2484 41.6634 70.2625 43.553L70.2578 43.5483Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
15
|
+
<path d="M88.889 40.7914L85.2984 40.815L85.3126 42.8553C85.3126 43.3406 84.9262 43.7317 84.4408 43.7411L78.155 43.7835C77.6696 43.7835 77.2785 43.3971 77.2691 42.9118L77.255 40.8715L73.6644 40.8951C72.2131 40.9045 71.0492 42.0872 71.0587 43.5385L71.3272 81.5552C71.3367 83.0065 72.5194 84.1704 73.9707 84.161L89.1953 84.0526C90.6466 84.0432 91.8105 82.8605 91.801 81.4092L91.5325 43.3924C91.523 41.9411 90.3403 40.7773 88.889 40.7867V40.7914Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<path d="M82.3342 42.4119L79.3844 42.4307C79.1724 42.4307 78.998 42.2705 78.998 42.0726C78.998 41.8747 79.1724 41.7098 79.3844 41.7098L82.3342 41.6909C82.5462 41.6909 82.7206 41.8511 82.7206 42.049C82.7206 42.2469 82.5462 42.4119 82.3342 42.4119Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
17
|
+
<path d="M83.626 42.3932C83.8191 42.3743 83.9605 42.2047 83.9464 42.0162C83.9322 41.8277 83.7579 41.6816 83.5694 41.6958C83.3809 41.7099 83.2349 41.8843 83.249 42.0727C83.2631 42.2612 83.4375 42.4073 83.626 42.3932Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
18
|
+
<path d="M69.3577 51.0512L69.3766 54.6794C69.3766 55.014 69.1551 55.0611 69.2352 55.0988L69.4049 55.1648C69.7583 55.1553 70.0504 55.1553 70.0646 54.7313L70.074 50.8438C70.0504 50.4574 69.7441 50.3114 69.386 50.3444L69.3342 50.4622C69.0892 50.5046 69.3577 50.7213 69.353 51.0559L69.3577 51.0512Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
19
|
+
<path d="M69.0656 50.927L69.042 54.6543C69.042 54.9181 69.0608 55.0972 69.3059 55.149C69.5697 55.149 69.7912 55.1726 69.7912 54.9087L69.7818 50.7998C69.7818 50.5359 69.6546 50.3333 69.3907 50.3286C69.1315 50.3522 69.0656 50.6537 69.0703 50.9176L69.0656 50.927Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
20
|
+
<path d="M88.1254 56.3228C87.904 56.1249 87.6165 56.0259 87.3197 56.0448C87.0228 56.0636 86.7354 56.205 86.5422 56.4311L79.361 64.7385L76.8307 61.5296C76.6469 61.294 76.383 61.1432 76.0862 61.1102C75.7893 61.0772 75.4972 61.1573 75.2616 61.3411C75.026 61.5249 74.8752 61.7887 74.8422 62.0856C74.8092 62.3824 74.8893 62.6746 75.0778 62.9102L78.4563 67.1934C78.6731 67.462 78.9841 67.6175 79.3092 67.6175H79.3281C79.6485 67.6175 79.9548 67.4762 80.1668 67.2311L88.2338 57.8966C88.4317 57.6751 88.5307 57.3877 88.5118 57.0908C88.493 56.794 88.3516 56.5112 88.1301 56.3181L88.1254 56.3228Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
21
|
+
<path d="M66.7238 76.9178C66.9406 77.5021 67.1149 78.4068 67.2893 79.4529C67.2893 79.4529 69.5558 79.4717 69.6406 79.4764V78.4916C72.5149 78.0628 71.6856 76.2534 71.2757 75.1791C70.8704 74.1047 69.6076 72.4744 69.6076 72.4744L69.6217 71.188C71.2851 71.0278 71.3275 69.5623 70.9977 68.8178C70.7809 68.3325 69.8102 67.1073 69.1694 66.6974C68.5286 66.2874 67.8076 66.5513 66.9076 67.1639C66.0076 67.7765 65.9793 68.4974 66.328 69.7744C66.6767 71.0513 67.9537 72.3 67.9537 72.3C67.9537 72.3 66.9971 72.5026 66.1537 73.2C65.3102 73.8974 66.2197 75.5419 66.7286 76.9131L66.7238 76.9178Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
22
|
+
<path d="M68.7262 75.109C68.123 75.7122 68.6461 76.9138 68.9665 77.498L69.2304 77.8986C69.2304 77.8986 70.1869 78.1106 71.1717 76.9703C71.1717 76.9703 70.7429 75.3069 69.9749 74.9535C69.3293 74.6567 68.9665 74.8734 68.7262 75.1138V75.109Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
23
|
+
<path d="M68.2074 70.1992C68.2074 70.1992 68.2828 68.484 70.3985 68.9599V68.8044C70.3985 68.8044 69.7106 67.4096 68.476 67.6028C67.2414 67.796 67.4865 68.9646 67.6655 69.384C67.8446 69.8034 68.0378 70.1992 68.0378 70.1992H68.2121H68.2074Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
24
|
+
<path d="M66.1867 57.0236C66.1867 57.0236 66.4788 55.4026 68.4956 55.9728H68.7406C68.7406 55.9728 67.9678 55.1529 67.0725 55.3838C66.1773 55.6147 66.0736 56.4298 66.1867 57.0236Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
25
|
+
<path d="M66.2051 58.0526C66.2051 58.0526 66.714 59.7348 68.0192 59.7348C69.1313 59.7348 69.5365 57.506 69.0276 56.1489C69.0276 56.1489 69.1501 56.229 69.3056 56.3468C69.4611 56.4646 69.5412 56.5494 69.5412 56.5494L69.5695 63.5138C69.5695 63.5138 66.5066 60.2672 66.2051 58.0573V58.0526Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
26
|
+
<path d="M69.6215 71.1936C69.6215 71.1936 67.9251 71.3821 67.0299 69.8271C66.1346 68.2722 66.1157 68.4701 66.1157 68.4701C66.1157 68.4701 66.078 68.8659 66.1864 69.3324C66.2948 69.7989 66.6152 71.0711 67.944 72.3057C67.944 72.3057 69.0796 72.0041 69.6026 72.48L69.6168 71.1936H69.6215Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
27
|
+
<path d="M69.6359 78.4919C69.6359 78.4919 68.3495 78.7416 66.0029 75.0615C66.0029 75.0615 66.5731 76.4798 66.8322 77.2479C67.0914 78.016 67.4307 80.3673 67.4307 80.3673C67.4307 80.3673 67.8218 83.0579 68.1186 84.349C68.1186 84.349 68.7689 80.994 69.6453 81.2767L69.6359 78.4919Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
28
|
+
<path d="M96.4939 74.7467C95.7777 73.5734 95.052 69.9263 94.7033 69.1158C94.3546 68.3053 93.2238 68.7389 93.2238 68.7389C93.2238 68.7389 92.0599 70.1148 92.9881 72.3483C93.9164 74.5818 93.9918 76.6315 94.8353 78.0498C94.8353 78.0498 94.2604 78.342 93.5866 79.4729C94.1709 80.0996 94.8871 80.8771 95.3772 81.4566C95.7258 81.8666 96.084 82.2624 96.4374 82.6582C96.3855 81.4189 96.4609 79.8074 96.541 78.6483C96.6353 77.2158 97.2101 75.92 96.4939 74.7467Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
29
|
+
<path d="M94.2941 77.7193C94.0773 76.0276 93.4035 74.746 92.9842 72.3428C92.5648 69.9397 93.2198 68.7334 93.2198 68.7334C91.6836 69.4025 91.5423 70.524 91.481 72.814C91.4245 75.1041 92.348 76.9135 92.348 76.9135C92.5836 77.5213 92.5836 78.4119 92.5836 78.4119C92.5836 78.4119 91.9899 81.3334 92.5506 81.9318C93.2198 80.8009 94.2894 77.7193 94.2894 77.7193H94.2941Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
30
|
+
<path d="M95.7313 72.7482C95.7313 72.7482 94.7842 72.1215 94.4214 70.9811C94.0585 69.8408 93.9219 68.7571 93.9219 68.6251C93.9219 68.6251 94.459 68.3565 94.7041 68.7052C95.3355 69.6005 95.8774 71.8434 95.7313 72.7482Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
31
|
+
<path d="M81.4202 107.731C82.1553 103.339 85.7883 100.819 80.4966 99.6405C77.4762 98.9667 75.0024 96.262 73.1836 93.7741C70.6579 90.3154 68.5611 82.894 69.0652 81.5981L67.9014 83.2568C67.9438 83.4971 67.9909 83.7327 68.038 83.9683C68.5658 86.5269 69.8097 91.2578 71.3364 93.9201C72.3495 95.6871 75.3417 99.6782 75.761 102.105C76.1804 104.518 75.1956 119.973 75.1815 120.171H79.7333C79.7333 120.171 80.8359 111.218 81.4202 107.731Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
32
|
+
<path d="M93.5818 117.522C93.5818 117.522 93.6855 108.187 93.6996 107.829C93.7138 107.287 93.7279 106.59 93.6996 106.062C93.6808 105.676 91.3672 105.421 91.3672 105.421L91.4049 105.812C91.4049 105.812 92.7384 105.996 92.9598 106.171C93.1766 106.34 92.8185 106.543 92.4933 106.698C89.7745 107.919 83.3284 109.078 78.7106 108.894C76.4441 108.805 73.8054 108.343 72.7546 108.126C72.5284 108.079 72.3682 107.971 72.2457 107.853C72.1468 107.561 72.1279 107.254 72.7216 107.075C73.3153 106.896 75.6101 106.274 75.6101 106.274L75.6384 105.977C75.6384 105.977 72.2928 106.774 72.0054 106.958C71.718 107.137 71.718 107.57 71.7557 108.357C71.7934 109.149 71.8688 110.388 71.8688 110.388H71.8782C71.9064 112.621 71.8387 120.274 71.8387 120.274H93.5949L93.5818 117.522Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
33
|
+
<path d="M93.6998 107.828C93.7139 107.286 93.6998 106.593 93.6998 106.061C93.6998 105.477 90.6432 105.183 90.6432 105.183L90.6974 105.731C90.6974 105.731 92.7338 105.99 92.9553 106.16C93.1721 106.33 92.8139 106.532 92.4888 106.688C89.77 107.908 83.3239 109.067 78.7061 108.884C76.4396 108.794 73.8009 108.332 72.7501 108.115C72.5239 108.068 72.3637 107.96 72.2412 107.842C72.1422 107.55 72.1234 107.244 72.7171 107.065C73.3108 106.886 75.8456 106.28 75.8456 106.28L75.8569 105.631C75.8569 105.631 72.8443 106.381 72.0103 106.768C71.704 106.909 71.7134 107.555 71.7511 108.346C71.7888 109.138 71.8642 110.377 71.8642 110.377H71.8736C71.9019 112.611 71.8312 120.275 71.8312 120.275H77.0098C77.0098 120.275 76.859 112.158 80.3459 111.631C89.4967 110.241 93.7045 107.903 93.7092 107.823L93.6998 107.828Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
34
|
+
</svg>`;
|
|
@@ -0,0 +1,19 @@
|
|
|
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-Achievement">
|
|
2
|
+
<path d="M32.8286 34.7872C26.4326 31.6767 30.3657 34.4805 25.1243 32.5561C23.9176 32.1137 23.9066 31.769 23.9066 30.6154C23.9066 29.0276 24.488 27.7546 21.6027 27.095C19.7953 26.7395 16.6686 26.6852 18.1414 27.9039C17.645 27.494 16.3833 26.9675 15.8814 26.7829C15.0394 26.5223 14.052 26.2726 8.80525 27.1547C3.56942 28.0342 -0.168885 29.0656 3.1443 30.249C4.27978 30.6561 0.083444 30.6317 0.220579 31.883C0.994022 33.2862 13.3225 34.7872 13.9286 34.8496C19.255 35.4115 19.6389 34.2389 21.0487 35.6015C21.1639 35.7128 21.3175 35.8729 21.4957 36.0629C21.4903 36.0792 21.4793 36.0955 21.4738 36.1145C21.0021 37.5313 22.1156 40.6527 27.2774 41.7357C32.6174 42.8567 35.6892 40.1126 36.4929 39.0459C36.6821 38.7934 36.7781 38.4867 36.7699 38.1719L36.9399 34.3231L32.8259 34.7845L32.8286 34.7872ZM6.48766 32.8764C3.19916 32.7162 -0.237452 31.3238 4.32915 31.5817C5.5716 31.7418 7.8453 32.4367 9.90233 32.8764C9.90233 32.8764 8.50081 33.042 6.48766 32.8764ZM19.5045 27.7763C19.894 27.1955 22.2637 27.9066 22.5928 28.4766C22.8397 28.9054 22.8095 29.4673 22.8397 29.869C21.3367 28.4467 19.2412 28.1726 19.5045 27.7763Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
3
|
+
<path d="M22.2354 34.6113L22.4338 37.9625C22.4338 38.1839 22.4847 38.4028 22.584 38.6012C23.0293 39.5122 24.5204 41.6853 29.2202 41.9703C34.2738 42.2781 36.3323 40.0822 37.0779 39.0822C37.2535 38.8455 37.3425 38.558 37.3349 38.2628L37.4927 34.6546L22.2354 34.6113Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
4
|
+
<path d="M23.5026 34.6143H22.2354L22.4338 37.9629C22.4338 38.1843 22.4847 38.4031 22.584 38.6016C22.8537 39.1563 23.5127 40.1767 25.0446 40.9553L25.3117 37.8637L23.5051 34.6168L23.5026 34.6143Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
5
|
+
<path d="M37.4917 34.6523C37.4979 32.4221 34.0875 30.6046 29.8743 30.5928C25.6611 30.581 22.2406 32.3795 22.2344 34.6097C22.2282 36.84 25.6386 38.6575 29.8518 38.6693C34.0649 38.681 37.4854 36.8826 37.4917 34.6523Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
6
|
+
<path d="M23.1284 32.7236C22.561 33.286 22.2378 33.9272 22.2378 34.6092C22.2353 35.9374 23.4439 37.1207 25.3116 37.8611L32.8512 34.2529L23.1284 32.7236Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
7
|
+
<path d="M29.4746 30.5698C29.4746 30.5698 25.0674 30.6538 23.1284 32.7225L31.1922 34.0584L29.4746 30.5698Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
8
|
+
<path d="M22.6606 32.7895C22.6606 32.7895 22.6838 32.7715 22.694 32.7612C22.6838 32.7715 22.6709 32.7792 22.6606 32.7895Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
9
|
+
<path d="M32.6835 32.5951C32.312 32.3432 32.0957 32.1498 32.0957 32.1498C31.7344 31.4246 31.7471 29.7808 31.8972 27.9996C31.9506 27.3686 32.1313 26.9894 32.9736 26.2082C34.2713 25.0046 34.0245 23.8901 33.8947 23.5313C35.4622 22.371 36.5716 20.8264 37.0932 19.6814C38.3299 16.9739 38.4749 15.2207 38.6989 12.6711C39.022 9.00687 38.7905 4.98389 38.7905 4.98389L19.2227 5.46227C19.2227 5.46227 18.5992 12.7092 21.1311 19.1826C21.7011 20.6407 23.0828 22.5746 25.0192 23.8443C25.0345 23.796 25.4136 23.9486 25.4136 23.8977C25.4136 23.8977 25.5841 24.0453 26.8946 24.254C27.5307 24.3609 27.9251 24.4194 26.8946 24.254L27.5231 25.5085C27.5231 25.5085 28.9226 25.9716 28.9277 26.7858C28.9328 27.6027 29.2763 32.7707 29.2763 32.7707C26.9607 33.9743 28.6707 34.9947 29.004 35.1702C29.2916 35.216 29.5944 35.2415 29.9073 35.2415C31.6962 35.2466 33.1695 34.4501 33.1924 33.5672C33.2026 33.2007 33.0499 32.875 32.6835 32.5951Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
10
|
+
<path d="M20.9884 18.8035C18.9146 16.3989 18.2861 15.9536 15.7058 13.6533C13.5709 11.5336 12.9577 9.51832 13.5582 8.07809C13.9425 7.04245 15.2784 6.35032 16.6652 6.34523C18.5252 6.34014 20.0774 7.4852 20.4642 7.93814C21.0698 8.64808 22.3192 12.0375 22.0597 12.1214C21.8256 12.1952 20.6322 12.5489 19.9451 12.1291C19.6856 11.9688 19.5227 11.7245 19.4744 11.4191C19.4286 11.1519 19.4616 10.8415 19.4973 10.4878C19.5583 9.87965 19.0316 9.37074 18.1868 8.88727C16.9756 8.27657 15.7771 8.2842 15.4921 9.19262C15.258 9.95599 15.7746 11.0196 17.1435 12.241C19.1029 13.9866 21.7569 14.8034 22.1284 16.465C22.337 17.3913 21.5024 19.4371 20.9884 18.8009V18.8035Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
11
|
+
<path d="M35.9942 16.4704C36.3658 14.8088 39.0197 13.992 40.9791 12.2464C42.3481 11.025 42.8646 9.96138 42.6305 9.19801C42.3481 8.28959 41.147 8.28196 39.9358 8.89266C39.091 9.37613 38.5617 9.88504 38.6253 10.4932C38.661 10.8469 38.6915 11.1573 38.6482 11.4245C38.5999 11.7273 38.437 11.9716 38.1775 12.1345C37.4905 12.5543 36.297 12.2006 36.0629 12.1268C35.8059 12.0428 37.0553 8.65092 37.6584 7.94353C38.0452 7.4906 39.5974 6.34299 41.4575 6.35062C42.8443 6.35571 44.1802 7.04784 44.5644 8.08348C45.1649 9.52626 44.5517 11.539 42.4168 13.6587C39.8366 15.959 39.208 16.4043 37.1342 18.8089C36.6202 19.445 35.7856 17.3992 35.9942 16.473V16.4704Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
12
|
+
<path d="M36.0538 4.87744C36.0538 4.87744 36.9344 12.2671 35.8752 16.8804C35.408 18.9155 34.7989 20.141 33.4438 21.3298C33.1992 21.545 32.7565 21.8141 32.4556 21.9902C32.3969 22.0245 32.3333 21.9609 32.3724 21.9095C32.776 21.3689 33.593 19.8719 33.8254 16.3838C34.0822 12.5459 33.0573 5.61371 33.0573 5.61371L36.0562 4.87744H36.0538Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path d="M27.1209 9.85492C30.358 8.09206 34.004 7.2162 34.004 7.2162L22.7901 5.37646L19.2251 5.46298C19.2251 5.46298 18.6017 12.7099 21.1335 19.1834C21.9962 21.387 24.7138 24.6822 28.3932 25.1173C23.9199 21.5885 23.9835 18.5777 23.9199 15.2469C23.8842 13.4122 24.703 11.1717 27.1209 9.85492Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
14
|
+
<path d="M39.3169 3.58739C39.2991 2.73241 34.6399 1.88761 28.9146 2.01229C23.1893 2.13952 18.5633 3.18789 18.5811 4.04287L18.5913 4.67901L20.0493 5.56707L28.6144 2.94616C28.7187 2.94361 28.823 2.93852 28.9274 2.93852C30.4465 2.90544 32.0852 2.96397 33.6018 3.05557L37.8258 4.96401L39.1744 4.30496L39.3296 3.98943L39.3194 3.59248L39.3169 3.58739Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
15
|
+
<path d="M39.3526 5.04545C39.3475 4.80117 39.3144 3.5874 39.3144 3.5874C39.3322 4.44238 36.8462 5.90297 28.9987 6.03274C20.9603 6.16761 18.5964 4.90041 18.5786 4.04543C18.5786 4.04543 18.5964 5.23629 18.6015 5.50347C18.6295 6.79357 23.2988 7.73761 29.0267 7.61293C34.7545 7.48824 39.378 6.33809 39.35 5.04545H39.3526Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
16
|
+
<path d="M30.4011 2.92383C29.9227 2.92383 29.4316 2.92637 28.9328 2.9391C23.6783 3.05615 19.4314 3.84242 19.4517 4.6974C19.4645 5.26739 21.3703 5.72287 24.1974 5.93152C25.6096 6.03585 27.2509 6.07656 29.0041 6.03585C34.2586 5.9188 38.5055 5.13252 38.4852 4.27754C38.4674 3.50399 34.9635 2.9391 30.4036 2.92637L30.4011 2.92383Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
17
|
+
<path d="M25.0217 23.8442C24.8283 24.6814 25.1082 25.5746 25.9734 26.1649C27.0319 26.8876 27.4009 27.3379 27.4187 27.9614C27.4594 29.5161 27.6554 31.2541 27.4034 32.338C26.7164 32.651 26.3678 33.1167 26.3653 33.6332C26.3653 34.4144 27.6604 34.9564 29.0065 35.1676C28.6732 34.992 27.7012 33.7376 29.2788 32.7681C29.2788 32.7681 29.1465 27.5797 29.1414 26.7654C29.1363 26.0377 28.8742 25.6153 28.3933 25.1165C26.9429 24.6178 26.1973 24.6152 25.0217 23.8442Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
18
|
+
</svg>
|
|
19
|
+
`;
|
|
@@ -0,0 +1,27 @@
|
|
|
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-AddColumn">
|
|
2
|
+
<path d="M34.8631 4.5H7.05137C5.36614 4.5 4 5.86614 4 7.55137V41.9486C4 43.6339 5.36614 45 7.05137 45H34.8631C36.5483 45 37.9145 43.6339 37.9145 41.9486V7.55137C37.9145 5.86614 36.5483 4.5 34.8631 4.5Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.8631 5.4H7.05137C5.8632 5.4 4.9 6.3632 4.9 7.55137V41.9486C4.9 43.1368 5.8632 44.1 7.05137 44.1H34.8631C36.0513 44.1 37.0145 43.1368 37.0145 41.9486V7.55137C37.0145 6.3632 36.0513 5.4 34.8631 5.4ZM7.05137 4.5H34.8631C36.5483 4.5 37.9145 5.86614 37.9145 7.55137V41.9486C37.9145 43.6339 36.5483 45 34.8631 45H7.05137C5.36614 45 4 43.6339 4 41.9486V7.55137C4 5.86614 5.36614 4.5 7.05137 4.5Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.12659 7.77778C7.12659 7.63908 7.15941 7.52686 7.19858 7.52686H30.2935C30.3337 7.52686 30.3655 7.63908 30.3655 7.77778V41.7208C30.3655 41.8595 30.3337 41.9707 30.2935 41.9707H7.19858C7.15941 41.9707 7.12659 41.8648 7.12659 41.7208V7.77778Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path d="M30.3655 10.7786H7.12659V13.5917H30.3655V10.7786Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
6
|
+
<path d="M16.7221 8.52734H9.09577C8.73323 8.52734 8.43933 8.82124 8.43933 9.18378C8.43933 9.54632 8.73323 9.84022 9.09577 9.84022H16.7221C17.0846 9.84022 17.3785 9.54632 17.3785 9.18378C17.3785 8.82124 17.0846 8.52734 16.7221 8.52734Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
7
|
+
<path d="M15.1286 11.8413H8.81414C8.60714 11.8413 8.43933 12.0091 8.43933 12.2161C8.43933 12.4231 8.60714 12.5909 8.81414 12.5909H15.1286C15.3356 12.5909 15.5034 12.4231 15.5034 12.2161C15.5034 12.0091 15.3356 11.8413 15.1286 11.8413Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
8
|
+
<path d="M13.9407 14.5911H8.81414C8.60714 14.5911 8.43933 14.7589 8.43933 14.9659C8.43933 15.1729 8.60714 15.3407 8.81414 15.3407H13.9407C14.1477 15.3407 14.3155 15.1729 14.3155 14.9659C14.3155 14.7589 14.1477 14.5911 13.9407 14.5911Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
9
|
+
<path d="M14.7528 17.4666H8.81414C8.60714 17.4666 8.43933 17.6344 8.43933 17.8414C8.43933 18.0484 8.60714 18.2162 8.81414 18.2162H14.7528C14.9598 18.2162 15.1276 18.0484 15.1276 17.8414C15.1276 17.6344 14.9598 17.4666 14.7528 17.4666Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
10
|
+
<path d="M11.5023 20.2175H8.81414C8.60714 20.2175 8.43933 20.3853 8.43933 20.5923C8.43933 20.7993 8.60714 20.9671 8.81414 20.9671H11.5023C11.7093 20.9671 11.8772 20.7993 11.8772 20.5923C11.8772 20.3853 11.7093 20.2175 11.5023 20.2175Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
11
|
+
<path d="M11.5023 23.0305H8.81414C8.60714 23.0305 8.43933 23.1983 8.43933 23.4053C8.43933 23.6123 8.60714 23.7801 8.81414 23.7801H11.5023C11.7093 23.7801 11.8772 23.6123 11.8772 23.4053C11.8772 23.1983 11.7093 23.0305 11.5023 23.0305Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
12
|
+
<path d="M11.5023 28.657H8.81414C8.60714 28.657 8.43933 28.8248 8.43933 29.0318C8.43933 29.2388 8.60714 29.4066 8.81414 29.4066H11.5023C11.7093 29.4066 11.8772 29.2388 11.8772 29.0318C11.8772 28.8248 11.7093 28.657 11.5023 28.657Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
13
|
+
<path d="M11.5023 25.8435H8.81414C8.60714 25.8435 8.43933 26.0113 8.43933 26.2183C8.43933 26.4253 8.60714 26.5931 8.81414 26.5931H11.5023C11.7093 26.5931 11.8772 26.4253 11.8772 26.2183C11.8772 26.0113 11.7093 25.8435 11.5023 25.8435Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
14
|
+
<path d="M11.5023 31.4702H8.81414C8.60714 31.4702 8.43933 31.638 8.43933 31.845C8.43933 32.052 8.60714 32.2198 8.81414 32.2198H11.5023C11.7093 32.2198 11.8772 32.052 11.8772 31.845C11.8772 31.638 11.7093 31.4702 11.5023 31.4702Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
15
|
+
<path d="M28.2617 11.7695H21.9472C21.7402 11.7695 21.5724 11.9373 21.5724 12.1443C21.5724 12.3513 21.7402 12.5191 21.9472 12.5191H28.2617C28.4687 12.5191 28.6365 12.3513 28.6365 12.1443C28.6365 11.9373 28.4687 11.7695 28.2617 11.7695Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
16
|
+
<path d="M27.0737 14.5203H21.9472C21.7402 14.5203 21.5724 14.6881 21.5724 14.8951C21.5724 15.1021 21.7402 15.2699 21.9472 15.2699H27.0737C27.2807 15.2699 27.4485 15.1021 27.4485 14.8951C27.4485 14.6881 27.2807 14.5203 27.0737 14.5203Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
17
|
+
<path d="M27.8858 17.3958H21.9472C21.7402 17.3958 21.5724 17.5636 21.5724 17.7706C21.5724 17.9776 21.7402 18.1454 21.9472 18.1454H27.8858C28.0928 18.1454 28.2606 17.9776 28.2606 17.7706C28.2606 17.5636 28.0928 17.3958 27.8858 17.3958Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
18
|
+
<path d="M24.6354 20.1465H21.9472C21.7402 20.1465 21.5724 20.3143 21.5724 20.5213C21.5724 20.7283 21.7402 20.8961 21.9472 20.8961H24.6354C24.8424 20.8961 25.0102 20.7283 25.0102 20.5213C25.0102 20.3143 24.8424 20.1465 24.6354 20.1465Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
19
|
+
<path d="M24.6354 22.9595H21.9472C21.7402 22.9595 21.5724 23.1273 21.5724 23.3343C21.5724 23.5413 21.7402 23.7091 21.9472 23.7091H24.6354C24.8424 23.7091 25.0102 23.5413 25.0102 23.3343C25.0102 23.1273 24.8424 22.9595 24.6354 22.9595Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
20
|
+
<path d="M24.6354 28.5857H21.9472C21.7402 28.5857 21.5724 28.7535 21.5724 28.9605C21.5724 29.1675 21.7402 29.3353 21.9472 29.3353H24.6354C24.8424 29.3353 25.0102 29.1675 25.0102 28.9605C25.0102 28.7535 24.8424 28.5857 24.6354 28.5857Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
21
|
+
<path d="M24.6354 25.7727H21.9472C21.7402 25.7727 21.5724 25.9405 21.5724 26.1475C21.5724 26.3545 21.7402 26.5223 21.9472 26.5223H24.6354C24.8424 26.5223 25.0102 26.3545 25.0102 26.1475C25.0102 25.9405 24.8424 25.7727 24.6354 25.7727Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
22
|
+
<path d="M24.6354 31.3979H21.9472C21.7402 31.3979 21.5724 31.5658 21.5724 31.7728C21.5724 31.9798 21.7402 32.1476 21.9472 32.1476H24.6354C24.8424 32.1476 25.0102 31.9798 25.0102 31.7728C25.0102 31.5658 24.8424 31.3979 24.6354 31.3979Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
23
|
+
<path d="M42.2 8.1C42.2 12.2974 38.7974 15.7 34.6 15.7C30.4026 15.7 27 12.2974 27 8.1C27 3.90264 30.4026 0.5 34.6 0.5C38.7974 0.5 42.2 3.90264 42.2 8.1Z" fill="var(--sapContent_Illustrative_Color14)" stroke="white"/>
|
|
24
|
+
<path d="M34.603 3.68921H34.6C33.9955 3.68921 33.5055 4.17924 33.5055 4.78372V11.4164C33.5055 12.0209 33.9955 12.5109 34.6 12.5109H34.603C35.2075 12.5109 35.6975 12.0209 35.6975 11.4164V4.78372C35.6975 4.17924 35.2075 3.68921 34.603 3.68921Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
25
|
+
<path d="M30.3771 7.97481V8.22235C30.3771 8.7593 30.8124 9.19458 31.3493 9.19458H37.8597C38.3967 9.19458 38.832 8.7593 38.832 8.22235V7.97481C38.832 7.43786 38.3967 7.00258 37.8597 7.00258H31.3493C30.8124 7.00258 30.3771 7.43786 30.3771 7.97481Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
26
|
+
</svg>
|
|
27
|
+
`;
|
|
@@ -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-AddDimensions">
|
|
2
|
+
<path d="M35.9579 38.0599L25.0386 34.9187C25.0123 34.9088 24.986 34.9039 24.9597 34.9113L0.728496 37.6866C-0.0438478 37.7957 -0.116633 38.0608 0.1179 38.1996L11.0595 41.4547C11.5346 41.653 12.0401 41.7 12.5334 41.591L35.2705 38.5034C35.9842 38.387 36.1278 38.1268 35.9579 38.0599Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
3
|
+
<path d="M30.5515 13.1919L38.1128 34.9098C38.274 35.739 37.3968 36.3725 36.8804 36.4166L13.2271 39.772C12.824 39.8066 12.4555 39.5398 12.3633 39.1443L6.75043 15.6259C6.55079 14.6585 7.3551 13.499 7.8638 13.476L29.7337 12.6122C30.1061 12.5949 30.444 12.833 30.5515 13.1919Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
4
|
+
<path d="M31.1736 12.5283L38.0784 34.7222C38.2281 35.2194 37.8845 35.7281 37.3662 35.7722L13.8492 39.1084C13.4461 39.143 13.0776 38.8762 12.9854 38.4807L7.25734 14.4767C7.14024 13.9795 7.50497 13.4996 8.01558 13.4747L30.3558 11.9467C30.7282 11.9294 31.0661 12.1674 31.1736 12.5264V12.5283Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
5
|
+
<path d="M21.6885 16.5421C21.7088 16.6154 21.6559 16.6887 21.5805 16.6928L13.9302 17.0982C13.8915 17.1003 13.8772 17.1492 13.9098 17.1716L32.4415 30.6381C32.4741 30.6605 32.5149 30.63 32.5047 30.5933L30.5715 24.2832C30.5491 24.2119 30.598 24.1366 30.6733 24.1284L32.3698 24.0449C32.4268 24.0388 32.4798 24.0734 32.4981 24.1284L35.3503 33.5383C35.3727 33.6096 35.3259 33.6829 35.2505 33.6931L24.1032 34.9062C24.0441 34.9144 23.9891 34.8777 23.9728 34.8207L23.4523 33.0462C23.432 32.9749 23.4788 32.9036 23.5521 32.8934L30.9205 32.2595C30.9571 32.2554 30.9694 32.2065 30.9388 32.1862L12.9266 19.1059C12.8961 19.0835 12.8554 19.112 12.8635 19.1487L14.6211 26.3018C14.6395 26.3731 14.5886 26.4444 14.5152 26.4505L12.7913 26.6236C12.7322 26.6277 12.6793 26.589 12.665 26.532L9.95287 15.6143C9.93453 15.541 9.98749 15.4697 10.0629 15.4657L21.0883 14.6741C21.1453 14.67 21.1963 14.7087 21.2105 14.7637L21.6885 16.5421Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
6
|
+
<path d="M43.762 19.1485C43.762 19.1485 41.3867 22.3757 36.7734 22.9751C32.1602 23.5744 25.832 20.1597 24.1787 14.9063C22.3819 9.19703 25.6691 5.28454 31.286 4.06708C36.4283 3.65707 43.762 19.1485 43.762 19.1485Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
7
|
+
<path d="M44.3857 11.9419C46.2955 16.9413 43.6185 21.6392 38.2302 22.2926C32.7096 22.9618 26.7525 19.121 25.0992 13.865C23.5015 8.78886 26.6017 4.45339 31.8604 4.0328C37.0028 3.6228 42.5393 7.10123 44.3883 11.9393L44.3857 11.9419Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
8
|
+
<path d="M40.1571 11.5896C40.1094 11.4628 39.9822 11.3839 39.8474 11.3978L35.9363 11.7988C35.8003 11.8127 35.6722 11.7324 35.6255 11.6038L34.367 8.13406C34.3208 8.00672 34.1946 7.92649 34.0597 7.93873L31.9958 8.12586C31.8019 8.14344 31.6765 8.33916 31.7417 8.52268L32.8839 11.7397C32.9486 11.9219 32.8256 12.1165 32.6333 12.1362L28.8349 12.5259C28.644 12.5454 28.521 12.7376 28.5831 12.9191L29.2231 14.7895C29.2682 14.9216 29.399 15.0046 29.5378 14.9894L33.6358 14.5398C33.7733 14.5248 33.9031 14.6062 33.9494 14.7365L35.2368 18.36C35.2835 18.4915 35.4152 18.5731 35.5538 18.5562L37.666 18.2998C37.8565 18.2767 37.9759 18.0824 37.9104 17.902L36.7031 14.5753C36.6372 14.3936 36.7589 14.1981 36.951 14.1771L40.5817 13.7796C40.7752 13.7584 40.8969 13.5606 40.8285 13.3783L40.1571 11.5896Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
</svg>
|
|
10
|
+
`;
|
|
@@ -0,0 +1,9 @@
|
|
|
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-AddPeople">
|
|
2
|
+
<circle cx="26.7865" cy="22.2135" r="18.2135" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
3
|
+
<path d="M26.7866 20.4978C29.3767 20.4978 31.4764 18.3981 31.4764 15.808C31.4764 13.2179 29.3767 11.1182 26.7866 11.1182C24.1965 11.1182 22.0968 13.2179 22.0968 15.808C22.0968 18.3981 24.1965 20.4978 26.7866 20.4978Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
4
|
+
<path d="M26.7865 22.2173C28.9519 22.2173 31.0286 23.0775 32.5598 24.6087C34.091 26.1398 34.9512 28.2166 34.9512 30.382V33.2798H18.6218V30.382C18.6218 28.2166 19.482 26.1398 21.0132 24.6087C22.5444 23.0775 24.6211 22.2173 26.7865 22.2173Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
5
|
+
<path d="M10.478 42.5781C16.2649 42.5781 20.956 37.8869 20.956 32.1001C20.956 26.3132 16.2649 21.6221 10.478 21.6221C4.69116 21.6221 0 26.3132 0 32.1001C0 37.8869 4.69116 42.5781 10.478 42.5781Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
6
|
+
<path d="M10.482 26.3945H10.4781C9.69615 26.3945 9.06226 27.0284 9.06226 27.8104V36.3903C9.06226 37.1723 9.69615 37.8062 10.4781 37.8062H10.482C11.2639 37.8062 11.8978 37.1723 11.8978 36.3903V27.8104C11.8978 27.0284 11.2639 26.3945 10.482 26.3945Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path d="M5.01514 31.9382V32.2585C5.01514 32.953 5.57822 33.5161 6.27281 33.5161H14.6946C15.3892 33.5161 15.9523 32.953 15.9523 32.2585V31.9382C15.9523 31.2436 15.3892 30.6806 14.6946 30.6806H6.27281C5.57822 30.6806 5.01514 31.2436 5.01514 31.9382Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
</svg>
|
|
9
|
+
`;
|
|
@@ -0,0 +1,15 @@
|
|
|
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-AddPeopleToCalendar">
|
|
2
|
+
<path d="M37.4972 31.744L31.0704 29.9001L25.4194 28.2789L22.1519 27.3415C21.9893 27.2948 21.7788 27.252 21.556 27.2168C21.2258 27.1648 20.8675 27.1312 20.5958 27.1312H15.9024V27.1296C15.4586 26.9836 14.6251 26.8709 14.1646 26.8673C13.6981 26.8637 13.7147 26.98 14.1856 27.1312H12.8384V27.1296C12.3946 26.9836 11.5611 26.8709 11.1006 26.8673C10.6341 26.8637 10.6507 26.98 11.1216 27.1312C9.62578 27.1294 8.19827 27.1312 6.71038 27.1312V27.1296C6.26655 26.9836 5.43305 26.8709 4.97262 26.8673C4.50607 26.8637 4.52267 26.98 4.99359 27.1312H0.424231C0.0834942 27.1312 -0.0536753 27.1772 0.0188404 27.246C0.0511667 27.2764 0.123685 27.3116 0.239885 27.3491C0.258232 27.3551 0.278321 27.3611 0.299289 27.3671C0.307152 27.3695 0.313269 27.3715 0.322006 27.3739L0.396267 27.3951L0.399765 27.3967C0.405007 27.3991 0.409379 27.4011 0.414621 27.4035L10.7171 31.6456L10.9294 31.7332C11.2553 31.8671 11.9385 31.9759 12.4557 31.9759H37.4011C37.8991 31.9759 37.9411 31.8719 37.4946 31.744H37.4972Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
3
|
+
<path d="M35.9384 11.2058C35.8092 10.9701 35.5769 10.8186 35.2919 10.8222L30.3318 10.8853L30.3379 10.8781C30.3411 10.8525 30.3426 10.8278 30.3449 10.8022L28.5386 10.8251C28.5318 10.8526 28.5242 10.88 28.5184 10.9083L27.0942 10.9265L27.1003 10.9193C27.1035 10.8937 27.1049 10.869 27.1073 10.8433L25.301 10.8663C25.2942 10.8937 25.2866 10.9212 25.2808 10.9495L23.8566 10.9676L23.8627 10.9605C23.8659 10.9349 23.8673 10.9101 23.8697 10.8845L22.0633 10.9075C22.0566 10.9349 22.049 10.9624 22.0432 10.9907L20.619 11.0088L20.6251 11.0017C20.6283 10.976 20.6297 10.9513 20.6321 10.9257L18.8257 10.9486C18.819 10.9761 18.8114 11.0035 18.8056 11.0319L14.6956 10.9259C13.5 11 13.3666 11.2608 13.151 11.5133C13.0075 11.6819 12.9007 11.8898 12.8515 12.1181C12.8457 12.1456 12.8416 12.1739 12.8376 12.2022C12.836 12.2128 12.8335 12.2234 12.8318 12.234L10.9385 30.6827L10.8872 31.0911C10.8087 31.717 11.1946 32.2187 11.7496 32.2116L34.877 30.6827C35.4038 30.676 35.891 30.1888 35.9655 29.5939L36.0168 29.1846L36.0394 21.247L36.0017 12.0912L36.0394 11.7879C36.0666 11.5687 36.0269 11.3671 35.9384 11.2058Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
4
|
+
<path d="M43.9339 32.8051L17.5751 33.9349C16.8852 33.9436 16.2548 33.4383 16.1655 32.8051L13.3312 12.6718C13.2419 12.0395 13.7293 11.5191 14.4181 11.5103L40.9309 11.1731C41.5277 11.1655 42.0749 11.6034 42.1523 12.1514L44.9675 31.7021C45.052 32.3033 44.5881 32.7968 43.9339 32.8051Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M43.934 31.9538L17.8664 33.0684C17.184 33.0771 16.5605 32.5784 16.4722 31.9538L13.6823 12.0862C13.595 11.4615 14.076 10.9488 14.7585 10.9401L40.9816 10.6066C41.5718 10.5991 42.112 11.0309 42.1885 11.5718L44.9563 30.8649C45.0399 31.4578 44.5822 31.9455 43.934 31.9538Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path d="M42.8012 15.9336L14.2737 16.2964L13.6823 12.0852C13.595 11.4605 14.076 10.9478 14.7585 10.9391L40.9816 10.6057C41.5718 10.5982 42.112 11.0299 42.1885 11.5709L42.8012 15.9336Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
7
|
+
<path d="M39.0024 17.2404C39.4844 17.2343 39.9527 17.5762 40.0178 18.0567L40.0188 18.0567L41.7178 29.786L41.7188 29.7879L41.7259 29.8826C41.7351 30.347 41.3408 30.6812 40.8767 30.6893L40.8777 30.6903L20.2939 31.4511L20.2881 31.4512C19.8352 31.4569 19.394 31.1557 19.2885 30.7207L19.2727 30.632L17.6473 18.4037L17.6403 18.308C17.6315 17.8425 18.0285 17.5071 18.4943 17.5012L39.0024 17.2404ZM18.5006 17.9953C18.272 17.9982 18.1485 18.1329 18.136 18.2763L18.1368 18.3379L19.7621 30.5672L19.7806 30.6402C19.8434 30.8079 20.0402 30.9583 20.2798 30.9562L40.8597 30.1964L40.8656 30.1963L40.9573 30.1873C41.1543 30.1496 41.247 29.9992 41.2294 29.8567L39.5294 18.1273L39.5293 18.1244C39.5038 17.9301 39.2838 17.731 39.0087 17.7345L18.5006 17.9953Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
8
|
+
<path d="M23.1375 12.335C23.1681 12.5958 23.0076 12.8097 22.7782 12.8126C22.5487 12.8155 22.3378 12.6064 22.3071 12.3455C22.2764 12.0847 22.437 11.8708 22.6664 11.8679C22.8958 11.865 23.1068 12.0741 23.1375 12.335Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M33.0203 12.2095C33.051 12.4703 32.8904 12.6842 32.661 12.6871C32.4315 12.69 32.2206 12.4809 32.1899 12.22C32.1592 11.9592 32.3198 11.7453 32.5492 11.7424C32.7787 11.7395 32.9896 11.9486 33.0203 12.2095Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<path d="M33.0164 9.14924L32.8857 9.1636C32.5843 9.21623 32.3073 9.39676 32.1035 9.63452C31.8666 9.91103 31.7056 10.2897 31.711 10.7158L32.3672 10.7074C32.3639 10.4531 32.4596 10.226 32.6012 10.0608C32.7467 9.89101 32.9188 9.81032 33.0481 9.80416C33.1575 9.79957 33.2807 9.8556 33.3879 10.0235C33.4968 10.1942 33.57 10.4591 33.5508 10.7803C33.5317 11.1006 33.4249 11.3872 33.2808 11.5885C33.1335 11.794 32.9747 11.8774 32.8529 11.883L32.8827 12.5379C33.2731 12.5201 33.5967 12.2751 33.815 11.9704C34.0365 11.661 34.1787 11.2537 34.2047 10.8198C34.2306 10.387 34.1369 9.97902 33.9401 9.67074C33.7417 9.36005 33.4192 9.13093 33.0164 9.14924Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path d="M23.1729 9.27424L23.0422 9.2886C22.7408 9.34123 22.4638 9.52175 22.26 9.75952C22.0231 10.036 21.8621 10.4147 21.8675 10.8408L22.5237 10.8324C22.5204 10.5781 22.6161 10.351 22.7577 10.1858C22.9032 10.016 23.0753 9.93532 23.2046 9.92916C23.314 9.92458 23.4371 9.98061 23.5444 10.1485C23.6533 10.3192 23.7264 10.5841 23.7073 10.9053C23.6881 11.2256 23.5814 11.5122 23.4373 11.7135C23.29 11.919 23.1312 12.0024 23.0094 12.008L23.0392 12.6629C23.4296 12.6451 23.7532 12.4001 23.9715 12.0954C24.193 11.786 24.3352 11.3787 24.3612 10.9448C24.3871 10.512 24.2934 10.104 24.0966 9.79574C23.8982 9.48505 23.5757 9.25594 23.1729 9.27424Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M35.2295 26.6195L33.9456 26.6358L33.7893 25.3757C33.7529 25.084 33.4798 24.8483 33.1824 24.8521C32.8851 24.8559 32.6719 25.0978 32.7083 25.3894L32.8646 26.6495L31.5807 26.6659C31.2833 26.6697 31.0702 26.9115 31.1066 27.2032C31.1429 27.4949 31.416 27.7306 31.7134 27.7268L32.9973 27.7105L33.1536 28.9706C33.19 29.2623 33.4631 29.498 33.7604 29.4942C34.0578 29.4904 34.271 29.2485 34.2346 28.9568L34.0783 27.6967L35.3622 27.6804C35.6595 27.6766 35.8727 27.4347 35.8363 27.1431C35.8 26.8514 35.5269 26.6157 35.2295 26.6195Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
13
|
+
<path d="M31.8728 23.8933L31.646 23.7567C31.4779 23.6591 31.3056 23.5748 31.1203 23.5048C31.5942 23.0142 31.8457 22.32 31.7493 21.5445C31.5665 20.0791 30.2102 18.9075 28.7162 18.9265C27.2223 18.9455 26.1689 20.1548 26.3508 21.6202C26.4471 22.3957 26.8796 23.0945 27.4867 23.5713C26.2389 24.205 25.4854 25.5428 25.6761 27.0743L25.7587 27.7379C25.7951 28.0295 26.0681 28.2652 26.3655 28.2615L29.3384 28.2237C29.6358 28.2199 29.8489 27.978 29.8125 27.6863C29.7762 27.3946 29.5031 27.1589 29.2057 27.1627L26.7729 27.1937L26.7562 27.0606C26.5645 25.522 27.6799 24.259 29.2471 24.2391L29.5171 24.2356C30.0784 24.2285 30.6929 24.3866 31.1667 24.6595L31.3864 24.79C31.6568 24.9525 31.9798 24.8822 32.1178 24.6342C32.2559 24.387 32.1485 24.0627 31.8773 23.9003L31.8701 23.8933L31.8728 23.8933ZM28.856 19.9927C29.7481 19.9813 30.5664 20.6885 30.6755 21.5635C30.7846 22.4385 30.1434 23.1642 29.2521 23.1755C28.3609 23.1868 27.5417 22.4797 27.4326 21.6047C27.3235 20.7297 27.9647 20.004 28.856 19.9927Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
14
|
+
</svg>
|
|
15
|
+
`;
|