@ui5/webcomponents-fiori 0.0.0-dff5837d7 → 0.0.0-e03cd01f3
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 +3924 -0
- package/LICENSE.txt +201 -0
- package/README.md +63 -19
- 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 +2 -2
- package/dist/Assets.js.map +1 -0
- package/dist/BarcodeScannerDialog.d.ts +136 -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 +164 -0
- package/dist/DynamicPage.js +398 -0
- package/dist/DynamicPage.js.map +1 -0
- package/dist/DynamicPageHeader.d.ts +56 -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 +171 -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 +233 -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 +44 -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 +431 -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 +251 -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 +177 -0
- package/dist/MediaGallery.js +441 -0
- package/dist/MediaGallery.js.map +1 -0
- package/dist/MediaGalleryItem.d.ts +116 -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 +78 -0
- package/dist/NavigationLayout.js +137 -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 +36 -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 +15 -0
- package/dist/NavigationMenuTemplate.js.map +1 -0
- package/dist/NotificationList.d.ts +72 -0
- package/dist/NotificationList.js +135 -0
- package/dist/NotificationList.js.map +1 -0
- package/dist/NotificationListGroupItem.d.ts +92 -0
- package/dist/NotificationListGroupItem.js +204 -199
- 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 +199 -0
- package/dist/NotificationListItem.js +429 -405
- package/dist/NotificationListItem.js.map +1 -0
- package/dist/NotificationListItemBase.d.ts +52 -0
- package/dist/NotificationListItemBase.js +91 -229
- 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 +83 -0
- package/dist/Page.js +128 -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 +78 -0
- package/dist/ProductSwitch.js +126 -114
- package/dist/ProductSwitch.js.map +1 -0
- package/dist/ProductSwitchItem.d.ts +116 -0
- package/dist/ProductSwitchItem.js +144 -213
- 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 +185 -0
- package/dist/Search.js +446 -0
- package/dist/Search.js.map +1 -0
- package/dist/SearchField.d.ts +147 -0
- package/dist/SearchField.js +223 -0
- package/dist/SearchField.js.map +1 -0
- package/dist/SearchFieldTemplate.d.ts +8 -0
- package/dist/SearchFieldTemplate.js +16 -0
- package/dist/SearchFieldTemplate.js.map +1 -0
- package/dist/SearchItem.d.ts +98 -0
- package/dist/SearchItem.js +216 -0
- package/dist/SearchItem.js.map +1 -0
- package/dist/SearchItemGroup.d.ts +15 -0
- package/dist/SearchItemGroup.js +38 -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 +555 -0
- package/dist/ShellBar.js +1373 -1019
- package/dist/ShellBar.js.map +1 -0
- package/dist/ShellBarBranding.d.ts +78 -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 +77 -80
- 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 +186 -0
- package/dist/SideNavigation.js +550 -0
- package/dist/SideNavigation.js.map +1 -0
- package/dist/SideNavigationGroup.d.ts +56 -0
- package/dist/SideNavigationGroup.js +168 -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 +280 -0
- package/dist/SideNavigationItem.js.map +1 -0
- package/dist/SideNavigationItemBase.d.ts +82 -0
- package/dist/SideNavigationItemBase.js +124 -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 +149 -0
- package/dist/SideNavigationSelectableItemBase.js +258 -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 +144 -0
- package/dist/Timeline.js +377 -0
- package/dist/Timeline.js.map +1 -0
- package/dist/TimelineGroupItem.d.ts +70 -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 +122 -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 +123 -0
- package/dist/UploadCollection.js +203 -306
- package/dist/UploadCollection.js.map +1 -0
- package/dist/UploadCollectionItem.d.ts +168 -0
- package/dist/UploadCollectionItem.js +382 -475
- 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 +168 -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 +35 -0
- package/dist/UserMenuItem.js +52 -0
- package/dist/UserMenuItem.js.map +1 -0
- package/dist/UserMenuItemGroup.d.ts +36 -0
- package/dist/UserMenuItemGroup.js +54 -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 +29 -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 +28 -0
- package/dist/UserSettingsAppearanceView.js +108 -0
- package/dist/UserSettingsAppearanceView.js.map +1 -0
- package/dist/UserSettingsAppearanceViewGroup.d.ts +27 -0
- package/dist/UserSettingsAppearanceViewGroup.js +43 -0
- package/dist/UserSettingsAppearanceViewGroup.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItem.d.ts +29 -0
- package/dist/UserSettingsAppearanceViewItem.js +103 -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 +118 -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 +136 -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 +43 -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 +360 -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 +1 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
- package/dist/custom-elements-internal.json +13915 -0
- package/dist/custom-elements.json +9753 -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 -1
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- 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 -1
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- 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 +208 -0
- package/dist/generated/i18n/i18n-defaults.js +208 -2
- 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 -19
- 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 +119 -90
- 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 -8
- 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 -8
- 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 -8
- 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 -8
- 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 -8
- 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 -8
- 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 -8
- 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 -8
- 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 -8
- 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 +3 -1
- 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 +3 -1
- 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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +19 -44
- 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 +24 -51
- 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 +42 -55
- package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
- package/dist/vscode.html-custom-data.json +1700 -0
- package/dist/web-types.json +4290 -0
- package/global.d.ts +12 -0
- package/package-scripts.cjs +84 -0
- package/package.json +47 -13
- 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 +67 -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 +102 -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 +77 -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 +533 -15
- package/src/i18n/messagebundle_ar.properties +356 -9
- package/src/i18n/messagebundle_bg.properties +356 -9
- package/src/i18n/messagebundle_ca.properties +356 -9
- package/src/i18n/messagebundle_cnr.properties +407 -0
- package/src/i18n/messagebundle_cs.properties +356 -9
- package/src/i18n/messagebundle_cy.properties +407 -0
- package/src/i18n/messagebundle_da.properties +357 -10
- package/src/i18n/messagebundle_de.properties +356 -9
- package/src/i18n/messagebundle_el.properties +356 -9
- package/src/i18n/messagebundle_en.properties +356 -9
- package/src/i18n/messagebundle_en_GB.properties +407 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +362 -15
- package/src/i18n/messagebundle_en_US_saprigi.properties +407 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +378 -31
- package/src/i18n/messagebundle_es.properties +356 -9
- package/src/i18n/messagebundle_es_MX.properties +407 -0
- package/src/i18n/messagebundle_et.properties +356 -9
- package/src/i18n/messagebundle_fi.properties +357 -10
- package/src/i18n/messagebundle_fr.properties +356 -9
- package/src/i18n/messagebundle_fr_CA.properties +407 -0
- package/src/i18n/messagebundle_hi.properties +356 -9
- package/src/i18n/messagebundle_hr.properties +359 -12
- package/src/i18n/messagebundle_hu.properties +354 -7
- package/src/i18n/messagebundle_id.properties +407 -0
- package/src/i18n/messagebundle_it.properties +364 -17
- package/src/i18n/messagebundle_iw.properties +357 -10
- package/src/i18n/messagebundle_ja.properties +359 -12
- package/src/i18n/messagebundle_kk.properties +357 -10
- package/src/i18n/messagebundle_ko.properties +358 -11
- package/src/i18n/messagebundle_lt.properties +356 -9
- package/src/i18n/messagebundle_lv.properties +356 -9
- package/src/i18n/messagebundle_mk.properties +407 -0
- package/src/i18n/messagebundle_ms.properties +357 -10
- package/src/i18n/messagebundle_nl.properties +356 -9
- package/src/i18n/messagebundle_no.properties +356 -9
- package/src/i18n/messagebundle_pl.properties +357 -10
- package/src/i18n/messagebundle_pt.properties +356 -9
- package/src/i18n/messagebundle_pt_PT.properties +407 -0
- package/src/i18n/messagebundle_ro.properties +356 -9
- package/src/i18n/messagebundle_ru.properties +356 -9
- package/src/i18n/messagebundle_sh.properties +359 -12
- package/src/i18n/messagebundle_sk.properties +356 -9
- package/src/i18n/messagebundle_sl.properties +357 -10
- package/src/i18n/messagebundle_sr.properties +407 -0
- package/src/i18n/messagebundle_sv.properties +356 -9
- package/src/i18n/messagebundle_th.properties +355 -8
- package/src/i18n/messagebundle_tr.properties +357 -10
- package/src/i18n/messagebundle_uk.properties +358 -11
- package/src/i18n/messagebundle_vi.properties +356 -9
- package/src/i18n/messagebundle_zh_CN.properties +356 -9
- package/src/i18n/messagebundle_zh_TW.properties +357 -10
- 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 +64 -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 +299 -0
- package/src/themes/SearchItem.css +109 -0
- package/src/themes/SearchItemGroup.css +20 -0
- package/src/themes/SearchItemShowMore.css +7 -0
- package/src/themes/SearchMessageArea.css +17 -0
- package/src/themes/ShellBar.css +529 -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 +75 -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 +65 -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 +31 -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 +4 -0
- package/src/themes/base/TimelineItem-parameters.css +20 -0
- package/src/themes/base/UploadCollection-parameters.css +13 -0
- package/src/themes/base/ViewSettingsDialog-parameters.css +7 -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 +14 -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 +28 -0
- package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +21 -0
- package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +27 -0
- package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +21 -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 +29 -0
- package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +6 -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 +22 -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 +28 -0
- package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +6 -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 +22 -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 +26 -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 +25 -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 +20 -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 +23 -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 +24 -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
- package/config/postcss.components/postcss.config.js +0 -1
- package/config/postcss.themes/postcss.config.js +0 -1
- package/dist/NotificationOverflowAction.js +0 -90
- package/dist/api.json +0 -1
- package/dist/features/CoPilotAnimation.js +0 -8
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +0 -1
- package/dist/generated/templates/NotifactionOverflowActionsPopoverTemplate.lit.js +0 -8
- package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js +0 -15
- package/dist/generated/templates/NotificationListItemTemplate.lit.js +0 -16
- package/dist/generated/templates/ProductSwitchItemTemplate.lit.js +0 -15
- package/dist/generated/templates/ProductSwitchTemplate.lit.js +0 -7
- package/dist/generated/templates/ShellBarItemTemplate.lit.js +0 -7
- package/dist/generated/templates/ShellBarPopoverTemplate.lit.js +0 -9
- package/dist/generated/templates/ShellBarTemplate.lit.js +0 -23
- package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +0 -26
- package/dist/generated/templates/UploadCollectionTemplate.lit.js +0 -10
- package/dist/generated/themes/NotifactionOverflowActionsPopover.css.js +0 -8
- package/dist/generated/themes/NotificationPrioIcon.css.js +0 -8
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +0 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +0 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +0 -1
- package/dist/webcomponentsjs/LICENSE.md +0 -19
- package/dist/webcomponentsjs/README.md +0 -229
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js +0 -63
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +0 -297
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js +0 -208
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js +0 -166
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js.map +0 -1
- package/dist/webcomponentsjs/custom-elements-es5-adapter.js +0 -15
- package/dist/webcomponentsjs/package.json +0 -46
- package/dist/webcomponentsjs/src/entrypoints/custom-elements-es5-adapter-index.js +0 -16
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-bundle-index.js +0 -53
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-ce-index.js +0 -17
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-index.js +0 -19
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-pf-index.js +0 -28
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-index.js +0 -18
- package/dist/webcomponentsjs/webcomponents-bundle.js +0 -298
- package/dist/webcomponentsjs/webcomponents-bundle.js.map +0 -1
- package/dist/webcomponentsjs/webcomponents-loader.js +0 -185
- package/package-scripts.js +0 -11
- package/src/Assets.js +0 -6
- package/src/NotifactionOverflowActionsPopover.hbs +0 -20
- package/src/NotificationListGroupItem.hbs +0 -81
- package/src/NotificationListGroupItem.js +0 -219
- package/src/NotificationListItem.hbs +0 -98
- package/src/NotificationListItem.js +0 -430
- package/src/NotificationListItemBase.js +0 -241
- package/src/NotificationOverflowAction.js +0 -90
- package/src/ProductSwitch.hbs +0 -3
- package/src/ProductSwitch.js +0 -130
- package/src/ProductSwitchItem.hbs +0 -43
- package/src/ProductSwitchItem.js +0 -225
- package/src/ShellBar.hbs +0 -192
- package/src/ShellBar.js +0 -1037
- package/src/ShellBarItem.hbs +0 -1
- package/src/ShellBarItem.js +0 -91
- package/src/ShellBarPopover.hbs +0 -31
- package/src/UploadCollection.hbs +0 -34
- package/src/UploadCollection.js +0 -324
- package/src/UploadCollectionItem.hbs +0 -84
- package/src/UploadCollectionItem.js +0 -493
- package/src/features/CoPilotAnimation.js +0 -8
- package/src/types/UploadCollectionDnDMode.js +0 -49
- package/src/types/UploadState.js +0 -56
- package/src/upload-utils/UploadCollectionBodyDnD.js +0 -73
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export default `<svg width="161" height="153" viewBox="0 0 161 153" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-AddPeople">
|
|
2
|
+
<circle cx="84.186" cy="76.1691" r="76.1691" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<mask id="mask0_1663_6845" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="8" y="0" width="153" height="153">
|
|
4
|
+
<circle cx="84.186" cy="76.1691" r="76.1691" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
</mask>
|
|
6
|
+
<g mask="url(#mask0_1663_6845)">
|
|
7
|
+
<path d="M156.346 113.678C156.346 112.941 154.206 112.35 151.346 112.216C151.182 109.36 150.553 107.236 149.815 107.238C149.078 107.239 148.465 109.38 148.308 112.251C145.44 112.447 143.307 113.088 143.317 113.827C143.327 114.566 145.458 115.156 148.318 115.288C148.489 118.145 149.111 120.268 149.846 120.267C150.582 120.265 151.199 118.125 151.356 115.254C154.224 115.058 156.354 114.417 156.346 113.678Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
8
|
+
<path d="M84.186 141.74C84.186 141.003 82.0456 140.413 79.1857 140.279C79.0222 137.422 78.3927 135.299 77.6552 135.3C76.9178 135.302 76.3046 137.442 76.1476 140.313C73.2796 140.509 71.1473 141.15 71.1571 141.889C71.1669 142.628 73.2976 143.218 76.1574 143.351C76.3291 146.207 76.9505 148.331 77.6863 148.329C78.4221 148.328 79.0386 146.187 79.1955 143.316C82.0636 143.12 84.1942 142.479 84.186 141.74Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
9
|
+
</g>
|
|
10
|
+
<path d="M122.841 27.4842C122.036 36.848 120.305 47.4637 113.154 46.1127C104.191 44.416 105.733 35.6675 106.544 26.275C107.355 16.8825 109.371 9.28706 116.188 9.88195C122.586 10.4298 123.649 18.0791 122.841 27.4842Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
11
|
+
<path d="M129.749 19.8227C133.493 16.831 135.167 12.7025 133.488 10.6014C131.808 8.50026 127.412 9.22222 123.668 12.2139C119.924 15.2056 118.25 19.3341 119.93 21.4352C121.609 23.5363 126.005 22.8144 129.749 19.8227Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
12
|
+
<path d="M135.066 39.5613C134.028 44.8261 130.704 48.5806 127.633 48.0046C120.131 46.5961 122.488 42.6093 123.962 37.3709C125.436 32.1325 128.317 28.3918 131.396 28.9277C137.042 29.9047 136.11 34.2679 135.066 39.5613Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
13
|
+
<path d="M136.112 55.867L94.9279 47.7429C94.4406 47.6468 93.9676 47.9638 93.8715 48.4511L88.3872 76.2529C88.2911 76.7402 88.6082 77.2131 89.0955 77.3092L130.279 85.4333C130.767 85.5294 131.239 85.2124 131.336 84.7251L136.82 56.9233C136.916 56.436 136.599 55.9631 136.112 55.867Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
14
|
+
<path d="M137.059 50.9117L95.9386 42.8C95.4513 42.7039 94.9784 43.021 94.8822 43.5082L92.9136 53.4878C92.8175 53.975 93.1347 54.4479 93.622 54.5441L134.743 62.6557C135.23 62.7518 135.703 62.4348 135.799 61.9475L137.768 51.968C137.864 51.4807 137.547 51.0078 137.059 50.9117Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
15
|
+
<path d="M140.308 47.5706L94.5347 38.5412C94.0474 38.4451 93.5744 38.7622 93.4783 39.2494L91.321 50.1857C91.2249 50.6729 91.542 51.1459 92.0293 51.242L137.802 60.2714C138.29 60.3675 138.763 60.0504 138.859 59.5632L141.016 48.6269C141.112 48.1397 140.795 47.6668 140.308 47.5706Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
16
|
+
<path d="M20.9709 103.683L8.07805 50.7971L7.96602 50.8203L6.18434 43.4949L3.38398 44.0755C3.25274 44.1036 3.12847 44.158 3.0185 44.2353C2.90852 44.3126 2.81507 44.4113 2.74357 44.5257C2.67206 44.64 2.62394 44.7677 2.60209 44.9013C2.58024 45.0349 2.58507 45.1716 2.61629 45.3034L18.0841 108.777C18.1479 109.031 18.3058 109.25 18.5251 109.39C18.7444 109.529 19.0083 109.579 19.2621 109.528L100.955 92.59C101.087 92.5629 101.212 92.5092 101.322 92.4321C101.432 92.3551 101.525 92.2563 101.596 92.1417C101.667 92.027 101.715 91.899 101.735 91.7653C101.756 91.6316 101.749 91.4949 101.716 91.3636L100.921 88.0937L22.1403 104.428C21.8881 104.482 21.6244 104.435 21.4058 104.295C21.1871 104.156 21.031 103.936 20.9709 103.683Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
17
|
+
<path d="M91.7248 33.4539L8.07812 50.7969L20.9709 103.683C21.0311 103.936 21.1872 104.156 21.4058 104.295C21.6244 104.434 21.8881 104.482 22.1404 104.428L103.855 87.4853C103.986 87.4583 104.11 87.4049 104.219 87.3284C104.329 87.2519 104.422 87.1538 104.493 87.0399C104.565 86.9261 104.612 86.7989 104.633 86.6659C104.655 86.5329 104.649 86.3969 104.617 86.2659L91.7248 33.4539ZM19.5395 54.8697C19.4958 54.6971 19.4873 54.5174 19.5145 54.3417C19.5418 54.1659 19.6042 53.9977 19.698 53.8473C19.7917 53.6969 19.9149 53.5674 20.0601 53.4666C20.2052 53.3659 20.3693 53.2961 20.5422 53.2614L45.1854 48.152C45.5381 48.0789 45.9058 48.1502 46.2075 48.3502C46.5091 48.5503 46.7201 48.8628 46.7939 49.2189C46.8376 49.3915 46.8462 49.5711 46.8189 49.7469C46.7917 49.9226 46.7293 50.0909 46.6355 50.2413C46.5417 50.3917 46.4184 50.5212 46.2733 50.6219C46.1281 50.7227 45.9642 50.7925 45.7912 50.8272L21.148 55.9366C20.7952 56.0097 20.4276 55.9384 20.126 55.7383C19.8243 55.5383 19.6133 55.2258 19.5395 54.8697ZM92.6634 83.7988L30.0754 96.7755C29.8213 96.8303 29.5557 96.7823 29.3355 96.6419C29.1153 96.5016 28.9581 96.28 28.8975 96.0247L20.3769 61.0568C20.3447 60.9253 20.3392 60.7886 20.3607 60.655C20.3823 60.5215 20.4305 60.3938 20.5024 60.2798C20.5742 60.1657 20.6683 60.0675 20.7789 59.9913C20.8896 59.915 21.0144 59.8622 21.146 59.836L83.748 46.8563C84.0003 46.802 84.264 46.8496 84.4826 46.9889C84.7012 47.1282 84.8573 47.3481 84.9175 47.6015L93.4396 82.5765C93.4676 82.7071 93.4696 82.8419 93.4453 82.9731C93.421 83.1042 93.3709 83.2291 93.2981 83.3403C93.2253 83.4515 93.1311 83.5469 93.0211 83.6207C92.9111 83.6946 92.7875 83.7455 92.6576 83.7705L92.6634 83.7988Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
18
|
+
<path d="M8.07806 50.7969L91.9138 33.4147L89.2764 22.5962C89.2142 22.3419 89.0567 22.1215 88.837 21.9814C88.6173 21.8414 88.3525 21.7926 88.0986 21.8454L70.8973 25.4119L71.8622 29.3614C72.1715 29.5137 72.4444 29.7322 72.6617 30.0016C72.879 30.271 73.0354 30.5848 73.1202 30.9211C73.1929 31.2049 73.2078 31.5005 73.1639 31.7899C73.12 32.0793 73.0183 32.3565 72.865 32.6047C72.7116 32.8529 72.5099 33.0668 72.2718 33.2337C72.0338 33.4006 71.7644 33.5169 71.48 33.5755C70.897 33.6834 70.2944 33.5608 69.7969 33.2331C69.2994 32.9054 68.9453 32.3977 68.8077 31.8152C68.7269 31.4948 68.7197 31.1602 68.7869 30.8371C68.854 30.514 68.9938 30.211 69.1952 29.9512L68.223 25.9664L24.4183 35.0487L25.3877 39.0194C25.6935 39.1713 25.9629 39.3885 26.1772 39.656C26.3916 39.9234 26.5457 40.2346 26.6288 40.5678C26.7008 40.8488 26.7161 41.1412 26.6738 41.4278C26.6316 41.7144 26.5328 41.9893 26.383 42.2362C26.2333 42.4831 26.0359 42.697 25.8023 42.8651C25.5688 43.0333 25.3039 43.1522 25.0235 43.215C24.4407 43.321 23.8389 43.1977 23.3419 42.8703C22.8448 42.5429 22.4902 42.0363 22.3512 41.4547C22.2678 41.1299 22.2603 40.7903 22.3292 40.4627C22.3981 40.135 22.5416 39.8283 22.7484 39.5666L21.779 35.5959L6.14601 38.8372C6.0152 38.8642 5.89126 38.9176 5.78154 38.9941C5.67182 39.0706 5.57859 39.1687 5.50745 39.2825C5.43631 39.3964 5.38865 39.5236 5.36742 39.6566C5.34619 39.7895 5.3518 39.9256 5.38386 40.0565L6.21938 43.4875L8.00106 50.8129L8.07806 50.7969Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
19
|
+
<path d="M24.7849 41.9232L24.7079 41.9392C24.3644 42.0088 24.0069 41.9416 23.7103 41.7517C23.4138 41.5618 23.2011 41.2639 23.1166 40.9203L22.7833 39.5595C22.5766 39.8212 22.4331 40.1279 22.3642 40.4556C22.2952 40.7833 22.3028 41.1229 22.3862 41.4476C22.5253 42.0292 22.8798 42.5358 23.3768 42.8632C23.8739 43.1906 24.4758 43.314 25.0586 43.2079C25.339 43.1452 25.6038 43.0262 25.8373 42.8581C26.0708 42.6899 26.2683 42.4761 26.418 42.2292C26.5677 41.9823 26.6667 41.7073 26.7089 41.4207C26.7511 41.1341 26.7357 40.8417 26.6638 40.5608C26.5807 40.2275 26.4267 39.9163 26.2123 39.6489C25.9979 39.3815 25.7285 39.1642 25.4227 39.0123L25.756 40.3731C25.7974 40.5397 25.805 40.713 25.7782 40.8825C25.7514 41.0519 25.6908 41.214 25.6 41.3589C25.5092 41.5038 25.3901 41.6285 25.25 41.7255C25.11 41.8225 24.9518 41.8898 24.7849 41.9232Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
20
|
+
<path d="M71.2226 32.2285L71.1456 32.2445C70.8035 32.3103 70.4489 32.2424 70.1537 32.0545C69.8585 31.8666 69.6448 31.5729 69.5558 31.2327L69.2471 29.9553C69.0456 30.215 68.906 30.518 68.8388 30.8411C68.7716 31.1642 68.7787 31.4988 68.8596 31.8193C68.9971 32.4018 69.3512 32.9095 69.8487 33.2371C70.3462 33.5648 70.9489 33.6874 71.532 33.5795C71.8163 33.5209 72.0856 33.4047 72.3237 33.2378C72.5617 33.0709 72.7636 32.8569 72.9169 32.6087C73.0703 32.3605 73.172 32.0833 73.2159 31.794C73.2597 31.5046 73.2449 31.209 73.1722 30.9251C73.0874 30.5889 72.9308 30.2751 72.7135 30.0057C72.4962 29.7363 72.2234 29.5178 71.9141 29.3655L72.2301 30.6782C72.2724 30.8476 72.2795 31.0238 72.2509 31.1957C72.2224 31.3677 72.1587 31.5317 72.064 31.6774C71.9694 31.823 71.8458 31.9472 71.7009 32.0421C71.5561 32.137 71.3932 32.2004 71.2226 32.2285Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
21
|
+
<path d="M23.1167 40.9203C23.2012 41.2639 23.4139 41.5618 23.7105 41.7517C24.007 41.9416 24.3645 42.0087 24.7081 41.9392L24.7851 41.9232C24.9519 41.8897 25.1101 41.8225 25.2502 41.7255C25.3903 41.6285 25.5094 41.5038 25.6001 41.3589C25.6909 41.214 25.7515 41.0519 25.7783 40.8825C25.8051 40.713 25.7976 40.5397 25.7561 40.373L25.4228 39.0123L24.4535 35.0415L23.4724 31.0143C23.388 30.6707 23.1753 30.3728 22.8787 30.1829C22.5822 29.993 22.2248 29.9258 21.8812 29.9954L21.8392 30.0041C21.6723 30.0376 21.514 30.1048 21.374 30.2018C21.2339 30.2988 21.1149 30.4235 21.0241 30.5684C20.9333 30.7133 20.8727 30.8754 20.8459 31.0449C20.8191 31.2143 20.8266 31.3876 20.8681 31.5543L21.8492 35.5815L22.8185 39.5523L23.1167 40.9203Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
22
|
+
<path d="M69.5559 31.2328C69.6423 31.5773 69.8564 31.8758 70.1542 32.0664C70.4519 32.2571 70.8104 32.3254 71.1557 32.2573L71.2327 32.2413C71.3998 32.2079 71.5583 32.1403 71.6984 32.0428C71.8385 31.9453 71.9574 31.8198 72.0475 31.6741C72.1376 31.5284 72.1972 31.3656 72.2226 31.1956C72.248 31.0256 72.2387 30.852 72.1952 30.6855L71.8792 29.3728L70.9143 25.4233L69.9187 21.3253C69.8323 20.9814 69.6181 20.6838 69.3204 20.4944C69.0227 20.3049 68.6646 20.2381 68.3203 20.3079L68.2433 20.3239C68.0768 20.3572 67.9188 20.4245 67.7791 20.5215C67.6394 20.6185 67.5209 20.7432 67.4307 20.8881C67.3405 21.033 67.2805 21.195 67.2545 21.3642C67.2285 21.5335 67.2369 21.7064 67.2793 21.8726L68.275 25.9705L69.2472 29.9554L69.5559 31.2328Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
23
|
+
<path d="M84.2467 46.9372C83.7113 46.8953 83.173 46.9348 82.6499 47.0545L22.2112 59.5856C21.6753 59.6856 21.1592 59.8722 20.6829 60.1384C20.4362 60.3222 20.486 61.5133 20.6301 62.1025L28.6324 94.9225C28.7521 95.4511 28.9485 95.9593 29.2152 96.4306C29.3954 96.6659 30.5525 96.6471 31.1406 96.5252L91.5794 83.994C92.1155 83.8927 92.6313 83.7037 93.1063 83.4342C93.3529 83.2504 93.3046 82.0664 93.159 81.4701L85.1538 48.636C85.0197 48.0594 84.5096 47.008 84.2467 46.9372ZM62.3982 61.2994C62.111 61.3573 61.8122 61.301 61.5644 61.1423C61.3165 60.9836 61.1386 60.7347 61.0678 60.4476L60.6822 58.8692C60.6473 58.7298 60.6409 58.5849 60.6633 58.4431C60.6856 58.3014 60.7363 58.1658 60.8122 58.0446C60.8881 57.9235 60.9877 57.8192 61.1049 57.7381C61.2221 57.6571 61.3545 57.601 61.4941 57.5731L63.5944 57.1377C63.8823 57.0796 64.1817 57.1355 64.4306 57.2938C64.6796 57.4521 64.859 57.7007 64.9317 57.9881L65.3174 59.5665C65.3512 59.7058 65.3568 59.8504 65.334 59.9918C65.3112 60.1332 65.2604 60.2683 65.1847 60.3893C65.1089 60.5102 65.0097 60.6144 64.893 60.6957C64.7763 60.777 64.6445 60.8338 64.5054 60.8625L62.3982 61.2994ZM65.5013 64.5034C65.7883 64.4474 66.0862 64.5045 66.3336 64.6629C66.581 64.8213 66.7592 65.0691 66.8316 65.3553L67.2173 66.9337C67.2511 67.073 67.2567 67.2177 67.2339 67.359C67.2111 67.5004 67.1603 67.6355 67.0846 67.7565C67.0088 67.8774 66.9096 67.9816 66.7929 68.063C66.6762 68.1443 66.5444 68.201 66.4053 68.2297L64.3051 68.6652C64.018 68.7212 63.7202 68.6642 63.4727 68.5057C63.2253 68.3473 63.0471 68.0995 62.9747 67.8133L62.5891 66.2349C62.5553 66.0956 62.5496 65.951 62.5724 65.8096C62.5952 65.6683 62.646 65.5331 62.7218 65.4121C62.7976 65.2912 62.8967 65.187 63.0134 65.1057C63.1301 65.0244 63.2619 64.9677 63.401 64.9389L65.5013 64.5034ZM64.4093 73.3238C64.3745 73.1845 64.3681 73.0395 64.3904 72.8978C64.4128 72.7561 64.4635 72.6205 64.5394 72.4993C64.6153 72.3781 64.7149 72.2739 64.8321 72.1928C64.9493 72.1118 65.0817 72.0556 65.2213 72.0278L67.3215 71.5923C67.6086 71.5363 67.9064 71.5934 68.1539 71.7518C68.4013 71.9102 68.5795 72.158 68.6519 72.4442L69.0375 74.0226C69.0713 74.1619 69.077 74.3066 69.0542 74.4479C69.0314 74.5893 68.9806 74.7244 68.9048 74.8454C68.8291 74.9663 68.7299 75.0706 68.6132 75.1519C68.4965 75.2332 68.3647 75.2899 68.2256 75.3186L66.1253 75.7541C65.8383 75.8101 65.5404 75.7531 65.293 75.5946C65.0456 75.4362 64.8673 75.1884 64.795 74.9022L64.4093 73.3238ZM53.9515 62.9623C53.6636 63.0204 53.3642 62.9645 53.1152 62.8062C52.8663 62.6479 52.6869 62.3993 52.6142 62.1119L52.2285 60.5335C52.1936 60.3938 52.1871 60.2485 52.2093 60.1064C52.2315 59.9643 52.282 59.8283 52.3577 59.7066C52.4334 59.5849 52.5327 59.48 52.6498 59.3981C52.7669 59.3163 52.8993 59.2592 53.039 59.2304L55.1393 58.7949C55.4282 58.7385 55.7279 58.7959 55.9769 58.9554C56.2259 59.1149 56.4053 59.3643 56.4781 59.6524L56.8567 61.2322C56.8914 61.371 56.8979 61.5153 56.8759 61.6565C56.8539 61.7976 56.8038 61.9328 56.7286 62.0537C56.6534 62.1746 56.5547 62.2789 56.4384 62.3602C56.322 62.4415 56.1905 62.4982 56.0517 62.5268L53.9515 62.9623ZM57.0082 66.1538C57.2961 66.0957 57.5955 66.1516 57.8445 66.3099C58.0934 66.4682 58.2728 66.7168 58.3455 67.0042L58.7312 68.5826C58.766 68.7223 58.7726 68.8676 58.7504 69.0097C58.7282 69.1517 58.6777 69.2877 58.602 69.4095C58.5263 69.5312 58.4269 69.6361 58.3098 69.718C58.1927 69.7998 58.0604 69.8569 57.9207 69.8857L55.8204 70.3212C55.5315 70.3776 55.2318 70.3201 54.9828 70.1607C54.7338 70.0012 54.5544 69.7518 54.4817 69.4637L54.103 67.8838C54.0683 67.7451 54.0618 67.6008 54.0838 67.4596C54.1058 67.3184 54.1559 67.1833 54.2311 67.0624C54.3063 66.9415 54.405 66.8372 54.5214 66.7559C54.6377 66.6746 54.7692 66.6179 54.908 66.5893L57.0082 66.1538ZM55.9163 74.9742C55.8816 74.8354 55.875 74.6911 55.897 74.55C55.9191 74.4088 55.9692 74.2737 56.0444 74.1528C56.1196 74.0318 56.2183 73.9276 56.3346 73.8463C56.4509 73.765 56.5824 73.7083 56.7212 73.6796L58.8215 73.2442C59.1092 73.1879 59.4078 73.2445 59.6564 73.4026C59.9049 73.5606 60.0845 73.8081 60.1588 74.0946L60.5445 75.673C60.5793 75.8123 60.5857 75.9572 60.5634 76.099C60.541 76.2407 60.4904 76.3763 60.4144 76.4975C60.3385 76.6186 60.2389 76.7229 60.1217 76.804C60.0045 76.885 59.8721 76.9412 59.7326 76.969L57.6323 77.4045C57.3444 77.4625 57.045 77.4066 56.796 77.2483C56.5471 77.09 56.3676 76.8415 56.2949 76.5541L55.9163 74.9742ZM45.6525 64.6682C45.3648 64.7245 45.0661 64.6678 44.8176 64.5098C44.5691 64.3518 44.3895 64.1043 44.3152 63.8178L43.9365 62.238C43.9007 62.0988 43.8933 61.9539 43.9148 61.812C43.9362 61.6701 43.9859 61.5341 44.0611 61.4124C44.1362 61.2907 44.2352 61.1858 44.3519 61.1039C44.4686 61.0221 44.6006 60.9651 44.74 60.9363L46.8402 60.5009C47.1293 60.4426 47.43 60.4993 47.6794 60.659C47.9289 60.8188 48.1079 61.0693 48.1791 61.3583L48.5647 62.9367C48.5985 63.076 48.6041 63.2207 48.5813 63.3621C48.5585 63.5034 48.5078 63.6386 48.432 63.7595C48.3562 63.8805 48.257 63.9847 48.1403 64.066C48.0236 64.1473 47.8919 64.204 47.7528 64.2328L45.6525 64.6682ZM48.7092 67.8597C48.9971 67.8016 49.2965 67.8576 49.5454 68.0159C49.7944 68.1742 49.9738 68.4227 50.0465 68.7101L50.4322 70.2885C50.4671 70.4282 50.4736 70.5735 50.4514 70.7156C50.4292 70.8577 50.3788 70.9937 50.3031 71.1154C50.2274 71.2371 50.1279 71.3421 50.0108 71.4239C49.8938 71.5058 49.7614 71.5628 49.6217 71.5916L47.5214 72.0271C47.2332 72.0833 46.9342 72.0255 46.6863 71.8656C46.4384 71.7057 46.2606 71.456 46.1897 71.1682L45.804 69.5898C45.7691 69.4504 45.7627 69.3055 45.7851 69.1638C45.8074 69.022 45.8581 68.8865 45.934 68.7653C46.0099 68.6441 46.1095 68.5398 46.2267 68.4588C46.3439 68.3777 46.4764 68.3215 46.616 68.2937L48.7092 67.8597ZM47.6173 76.6801C47.5825 76.5408 47.576 76.3959 47.5983 76.2541C47.6207 76.1124 47.6713 75.9768 47.7473 75.8556C47.8232 75.7345 47.9228 75.6302 48.0401 75.5491C48.1573 75.4681 48.2897 75.4119 48.4292 75.3841L50.5295 74.9486C50.8174 74.8905 51.1168 74.9465 51.3658 75.1048C51.6147 75.2631 51.7941 75.5117 51.8668 75.799L52.2524 77.3775C52.2873 77.5168 52.2938 77.6617 52.2714 77.8035C52.2491 77.9452 52.1984 78.0808 52.1225 78.202C52.0466 78.3231 51.9469 78.4274 51.8297 78.5085C51.7125 78.5895 51.5801 78.6457 51.4405 78.6735L49.3402 79.1089C49.053 79.1668 48.7544 79.1105 48.5065 78.9518C48.2587 78.7931 48.0808 78.5442 48.0099 78.2571L47.6173 76.6801ZM37.2511 66.3733C36.9632 66.4314 36.6638 66.3755 36.4148 66.2172C36.1659 66.0589 35.9864 65.8103 35.9137 65.5229L35.5281 63.9445C35.4943 63.8052 35.4887 63.6605 35.5115 63.5192C35.5343 63.3778 35.5851 63.2426 35.6608 63.1217C35.7366 63.0008 35.8358 62.8965 35.9525 62.8152C36.0692 62.7339 36.201 62.6772 36.34 62.6484L38.4403 62.213C38.7275 62.1551 39.0263 62.2114 39.2741 62.3701C39.522 62.5288 39.6999 62.7777 39.7707 63.0648L40.1563 64.6432C40.1911 64.7826 40.1976 64.9275 40.1752 65.0693C40.1529 65.211 40.1022 65.3466 40.0263 65.4678C39.9503 65.5889 39.8508 65.6932 39.7335 65.7743C39.6163 65.8553 39.4839 65.9115 39.3444 65.9393L37.2511 66.3733ZM40.3079 69.5648C40.5968 69.5084 40.8965 69.5658 41.1455 69.7253C41.3945 69.8848 41.5738 70.1342 41.6466 70.4223L42.0323 72.0007C42.066 72.14 42.0718 72.2846 42.049 72.426C42.0261 72.5673 41.9753 72.7025 41.8995 72.8235C41.8238 72.9444 41.7246 73.0486 41.6079 73.1299C41.4912 73.2112 41.3594 73.268 41.2203 73.2967L39.12 73.7322C38.8323 73.7885 38.5338 73.7318 38.2853 73.5737C38.0367 73.4157 37.857 73.1682 37.7827 72.8818L37.397 71.3034C37.3622 71.1637 37.3556 71.0184 37.3778 70.8763C37.4 70.7342 37.4505 70.5982 37.5262 70.4765C37.6019 70.3548 37.7013 70.2498 37.8184 70.168C37.9354 70.0862 38.0679 70.0291 38.2076 70.0003L40.3079 69.5648ZM39.2159 78.3852C39.1821 78.2459 39.1764 78.1013 39.1992 77.9599C39.222 77.8185 39.2728 77.6834 39.3485 77.5624C39.4243 77.4415 39.5235 77.3373 39.6402 77.256C39.7569 77.1747 39.8888 77.1179 40.0278 77.0892L42.1281 76.6537C42.4158 76.5974 42.7144 76.6541 42.9629 76.8121C43.2114 76.9702 43.3912 77.2177 43.4654 77.5041L43.8511 79.0825C43.8859 79.2222 43.8924 79.3675 43.8702 79.5096C43.8481 79.6517 43.7976 79.7876 43.7219 79.9094C43.6462 80.0311 43.5468 80.136 43.4297 80.2179C43.3126 80.2997 43.1803 80.3568 43.0406 80.3856L40.9403 80.8211C40.6514 80.8775 40.3517 80.82 40.1027 80.6606C39.8537 80.5011 39.6743 80.2517 39.6015 79.9636L39.2159 78.3852ZM29.0011 68.0691C28.7134 68.1253 28.4148 68.0687 28.1663 67.9106C27.9178 67.7526 27.7381 67.5051 27.6638 67.2187L27.2851 65.6388C27.2504 65.5 27.2439 65.3557 27.2659 65.2146C27.288 65.0734 27.3381 64.9383 27.4133 64.8174C27.4885 64.6964 27.5872 64.5922 27.7035 64.5109C27.8198 64.4296 27.9513 64.3729 28.0901 64.3442L30.1904 63.9088C30.4781 63.8525 30.7767 63.9091 31.0252 64.0672C31.2737 64.2252 31.4534 64.4727 31.5277 64.7592L31.9133 66.3376C31.9471 66.4769 31.9528 66.6215 31.93 66.7629C31.9072 66.9042 31.8564 67.0394 31.7806 67.1604C31.7048 67.2813 31.6056 67.3855 31.4889 67.4668C31.3722 67.5481 31.2405 67.6049 31.1014 67.6336L29.0011 68.0691ZM32.0578 71.2606C32.3469 71.2023 32.6475 71.259 32.897 71.4188C33.1464 71.5786 33.3254 71.8291 33.3966 72.1181L33.7822 73.6965C33.816 73.8358 33.8217 73.9804 33.7989 74.1218C33.7761 74.2631 33.7253 74.3983 33.6495 74.5193C33.5738 74.6402 33.4746 74.7444 33.3579 74.8257C33.2413 74.907 33.1094 74.9637 32.9703 74.9925L30.87 75.4279C30.583 75.484 30.2852 75.4269 30.0378 75.2685C29.7904 75.11 29.6121 74.8623 29.5397 74.5761L29.1541 72.9977C29.1182 72.8579 29.1108 72.7124 29.1325 72.5699C29.1543 72.4275 29.2046 72.2911 29.2805 72.1691C29.3563 72.0471 29.4561 71.9422 29.5737 71.8606C29.6914 71.779 29.8244 71.7225 29.9646 71.6946L32.0578 71.2606ZM30.9659 80.081C30.9311 79.9416 30.9246 79.7967 30.947 79.655C30.9694 79.5132 31.02 79.3777 31.0959 79.2565C31.1719 79.1353 31.2714 79.031 31.3887 78.95C31.5059 78.8689 31.6383 78.8128 31.7778 78.785L33.8781 78.3495C34.166 78.2914 34.4654 78.3473 34.7144 78.5056C34.9633 78.6639 35.1427 78.9125 35.2154 79.1999L35.6011 80.7783C35.636 80.918 35.6425 81.0633 35.6203 81.2053C35.5981 81.3474 35.5476 81.4834 35.4719 81.6052C35.3962 81.7269 35.2969 81.8318 35.1798 81.9136C35.0627 81.9955 34.9303 82.0526 34.7906 82.0814L32.6903 82.5169C32.4021 82.573 32.103 82.5152 31.8551 82.3553C31.6072 82.1954 31.4294 81.9457 31.3585 81.6579L30.9659 80.081ZM75.5826 69.8795C75.8705 69.8214 76.1699 69.8773 76.4189 70.0356C76.6678 70.1939 76.8472 70.4425 76.9199 70.7299L77.3056 72.3083C77.3393 72.4477 77.3451 72.5923 77.3223 72.7336C77.2995 72.875 77.2486 73.0102 77.1728 73.1311C77.0971 73.2521 76.998 73.3563 76.8813 73.4376C76.7646 73.5189 76.6327 73.5756 76.4936 73.6044L74.3933 74.0398C74.1056 74.0961 73.8071 74.0395 73.5586 73.8814C73.31 73.7234 73.1303 73.4759 73.0561 73.1894L72.6774 71.6096C72.6427 71.4708 72.6362 71.3265 72.6582 71.1853C72.6802 71.0442 72.7303 70.9091 72.8055 70.7881C72.8807 70.6672 72.9794 70.5629 73.0958 70.4816C73.2121 70.4003 73.3436 70.3436 73.4824 70.315L75.5826 69.8795ZM72.5661 66.9524C72.2789 67.0102 71.9802 66.9539 71.7324 66.7952C71.4845 66.6365 71.3066 66.3876 71.2358 66.1005L70.8501 64.5221C70.8152 64.3828 70.8088 64.2378 70.8312 64.0961C70.8535 63.9544 70.9042 63.8188 70.9801 63.6976C71.056 63.5764 71.1556 63.4721 71.2728 63.3911C71.3901 63.31 71.5225 63.2539 71.6621 63.2261L73.7624 62.7906C74.0503 62.7325 74.3496 62.7884 74.5985 62.9467C74.8475 63.1051 75.027 63.3536 75.0997 63.641L75.4853 65.2194C75.5191 65.3588 75.5248 65.5034 75.502 65.6447C75.4792 65.7861 75.4283 65.9213 75.3526 66.0422C75.2768 66.1632 75.1776 66.2674 75.0609 66.3487C74.9442 66.43 74.8124 66.4867 74.6734 66.5155L72.5661 66.9524ZM71.8863 55.4332C72.1741 55.3769 72.4727 55.4336 72.7212 55.5916C72.9697 55.7496 73.1495 55.9971 73.2237 56.2836L73.6094 57.862C73.6431 58.0013 73.6488 58.146 73.626 58.2873C73.6032 58.4287 73.5524 58.5639 73.4766 58.6848C73.4009 58.8057 73.3017 58.91 73.185 58.9913C73.0683 59.0726 72.9365 59.1293 72.7974 59.158L70.6971 59.5935C70.4094 59.6498 70.1108 59.5931 69.8623 59.4351C69.6138 59.277 69.4341 59.0295 69.3599 58.7431L68.9741 57.1647C68.9403 57.0254 68.9347 56.8807 68.9575 56.7394C68.9803 56.598 69.0311 56.4628 69.1069 56.3419C69.1826 56.221 69.2818 56.1167 69.3985 56.0354C69.5152 55.9541 69.647 55.8974 69.7861 55.8686L71.8863 55.4332ZM34.4855 89.6257C34.1985 89.6817 33.9006 89.6247 33.6532 89.4662C33.4058 89.3078 33.2276 89.06 33.1553 88.7738L32.7695 87.1954C32.7347 87.0561 32.7283 86.9111 32.7506 86.7694C32.773 86.6277 32.8237 86.4921 32.8996 86.3709C32.9755 86.2497 33.0751 86.1455 33.1923 86.0644C33.3095 85.9834 33.4419 85.9272 33.5815 85.8994L35.6817 85.4639C35.9696 85.4059 36.2691 85.4618 36.518 85.6201C36.767 85.7784 36.9464 86.0269 37.0191 86.3143L37.4048 87.8927C37.4385 88.0321 37.4442 88.1767 37.4214 88.3181C37.3986 88.4594 37.3478 88.5946 37.272 88.7155C37.1963 88.8365 37.0971 88.9407 36.9804 89.022C36.8637 89.1033 36.7319 89.16 36.5928 89.1888L34.4855 89.6257ZM42.7676 87.9085C42.4798 87.9648 42.1813 87.9081 41.9328 87.7501C41.6843 87.5921 41.5045 87.3446 41.4303 87.0581L41.0446 85.4797C41.0108 85.3404 41.0051 85.1958 41.0279 85.0544C41.0507 84.913 41.1016 84.7779 41.1774 84.6569C41.2531 84.536 41.3522 84.4318 41.4689 84.3505C41.5856 84.2692 41.7175 84.2124 41.8566 84.1837L43.9568 83.7482C44.2446 83.6919 44.5431 83.7486 44.7916 83.9067C45.0402 84.0647 45.2199 84.3122 45.2941 84.5986L45.6798 86.177C45.7136 86.3163 45.7193 86.461 45.6965 86.6024C45.6737 86.7437 45.6228 86.8789 45.5471 86.9998C45.4713 87.1208 45.3722 87.225 45.2555 87.3063C45.1388 87.3876 45.0069 87.4443 44.8678 87.4731L42.7676 87.9085ZM51.176 86.202C50.8889 86.2581 50.5911 86.201 50.3437 86.0425C50.0963 85.8841 49.9181 85.6364 49.8457 85.3502L49.46 83.7718C49.4252 83.6324 49.4187 83.4875 49.4411 83.3457C49.4634 83.204 49.5141 83.0684 49.59 82.9472C49.6659 82.8261 49.7655 82.7218 49.8827 82.6407C49.9999 82.5597 50.1324 82.5035 50.272 82.4757L52.3723 82.0403C52.6602 81.9822 52.9596 82.0381 53.2085 82.1964C53.4575 82.3547 53.6368 82.6033 53.7096 82.8907L54.0952 84.4691C54.129 84.6084 54.1347 84.753 54.1119 84.8944C54.0891 85.0357 54.0382 85.1709 53.9625 85.2919C53.8867 85.4128 53.7875 85.517 53.6708 85.5983C53.5541 85.6796 53.4223 85.7364 53.2833 85.7651L51.176 86.202ZM59.4581 84.4848C59.1704 84.5411 58.8717 84.4845 58.6232 84.3264C58.3747 84.1684 58.195 83.9209 58.1207 83.6344L57.7421 82.0546C57.7074 81.9158 57.7009 81.7715 57.7229 81.6303C57.745 81.4892 57.795 81.3541 57.8702 81.2331C57.9454 81.1122 58.0441 81.008 58.1604 80.9267C58.2767 80.8453 58.4082 80.7887 58.547 80.76L60.6473 80.3245C60.935 80.2683 61.2336 80.3249 61.4822 80.4829C61.7307 80.641 61.9103 80.8885 61.9846 81.175L62.3703 82.7533C62.4041 82.8927 62.4097 83.0373 62.3869 83.1787C62.3641 83.32 62.3133 83.4552 62.2376 83.5761C62.1618 83.6971 62.0626 83.8013 61.9459 83.8826C61.8292 83.9639 61.6974 84.0206 61.5584 84.0494L59.4581 84.4848ZM67.9342 82.8233C67.6471 82.8793 67.3493 82.8222 67.1019 82.6638C66.8544 82.5054 66.6763 82.2576 66.6039 81.9714L66.2182 80.393C66.1844 80.2537 66.1788 80.109 66.2016 79.9677C66.2244 79.8263 66.2751 79.6911 66.3509 79.5702C66.4267 79.4493 66.5259 79.345 66.6426 79.2637C66.7593 79.1824 66.891 79.1257 67.0301 79.097L69.1304 78.6615C69.4174 78.6055 69.7153 78.6625 69.9627 78.821C70.2101 78.9794 70.3884 79.2272 70.4608 79.5134L70.8464 81.0918C70.8802 81.2311 70.8858 81.3757 70.863 81.5171C70.8402 81.6584 70.7894 81.7936 70.7137 81.9145C70.6379 82.0355 70.5387 82.1397 70.422 82.221C70.3053 82.3023 70.1735 82.359 70.0345 82.3878L67.9342 82.8233ZM76.6442 55.5597C76.6105 55.4203 76.6047 55.2757 76.6275 55.1344C76.6503 54.993 76.7012 54.8578 76.777 54.7369C76.8527 54.6159 76.9518 54.5117 77.0685 54.4304C77.1852 54.3491 77.3171 54.2924 77.4562 54.2636L79.5565 53.8282C79.8442 53.7719 80.1427 53.8285 80.3912 53.9866C80.6398 54.1446 80.8195 54.3921 80.8937 54.6786L81.2794 56.257C81.3143 56.3967 81.3208 56.5419 81.2986 56.684C81.2764 56.8261 81.226 56.9621 81.1503 57.0838C81.0746 57.2055 80.9751 57.3105 80.858 57.3923C80.741 57.4742 80.6086 57.5312 80.4689 57.5601L78.3686 57.9955C78.0797 58.052 77.78 57.9945 77.531 57.835C77.282 57.6755 77.1027 57.4261 77.0299 57.1381L76.6442 55.5597ZM78.5202 62.9171C78.4853 62.7777 78.4789 62.6328 78.5013 62.4911C78.5236 62.3493 78.5743 62.2138 78.6502 62.0926C78.7262 61.9714 78.8257 61.8671 78.9429 61.7861C79.0602 61.705 79.1926 61.6489 79.3321 61.6211L81.4324 61.1856C81.7203 61.1275 82.0197 61.1834 82.2687 61.3417C82.5176 61.5 82.697 61.7486 82.7697 62.036L83.1554 63.6144C83.1892 63.7537 83.1948 63.8984 83.172 64.0397C83.1492 64.1811 83.0984 64.3163 83.0227 64.4372C82.9469 64.5581 82.8477 64.6624 82.731 64.7437C82.6143 64.825 82.4825 64.8817 82.3434 64.9105L80.2431 65.3459C79.9561 65.402 79.6583 65.3449 79.4109 65.1864C79.1635 65.028 78.9852 64.7802 78.9128 64.4941L78.5202 62.9171ZM82.0635 72.4348C81.7763 72.4927 81.4775 72.4364 81.2297 72.2777C80.9818 72.119 80.8039 71.8701 80.7331 71.583L80.3474 70.0046C80.3126 69.8652 80.3062 69.7203 80.3286 69.5785C80.3509 69.4368 80.4016 69.3012 80.4775 69.18C80.5534 69.0589 80.653 68.9546 80.7702 68.8735C80.8874 68.7925 81.0198 68.7363 81.1594 68.7085L83.2597 68.273C83.5475 68.215 83.847 68.2709 84.0959 68.4292C84.3449 68.5875 84.5243 68.8361 84.597 69.1235L84.9827 70.7019C85.0165 70.8412 85.0221 70.9858 84.9993 71.1272C84.9765 71.2685 84.9257 71.4037 84.85 71.5246C84.7742 71.6456 84.675 71.7498 84.5583 71.8311C84.4416 71.9124 84.3097 71.9692 84.1707 71.9979L82.0635 72.4348Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
24
|
+
<path d="M21.1841 55.8997L45.7853 50.799C45.9582 50.7643 46.1222 50.6945 46.2674 50.5938C46.4125 50.493 46.5358 50.3635 46.6296 50.2131C46.7233 50.0627 46.7857 49.8945 46.813 49.7187C46.8402 49.5429 46.8317 49.3633 46.788 49.1907C46.6949 48.8319 46.4686 48.5226 46.1562 48.3267C45.8437 48.1307 45.4689 48.0633 45.1094 48.1383L20.5153 53.2376C20.3423 53.2723 20.1783 53.3421 20.0332 53.4428C19.8881 53.5435 19.7648 53.673 19.671 53.8234C19.5772 53.9739 19.5148 54.1421 19.4876 54.3178C19.4603 54.4936 19.4688 54.6732 19.5125 54.8459C19.6053 55.2034 19.8304 55.5119 20.1413 55.708C20.4523 55.904 20.8255 55.9726 21.1841 55.8997Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
25
|
+
<circle cx="92.6939" cy="88.0395" r="40.476" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
26
|
+
<path d="M92.6939 84.2262C98.4499 84.2262 103.116 79.56 103.116 73.804C103.116 68.048 98.4499 63.3818 92.6939 63.3818C86.9379 63.3818 82.2717 68.048 82.2717 73.804C82.2717 79.56 86.9379 84.2262 92.6939 84.2262Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
27
|
+
<path d="M92.6938 88.0479C97.506 88.0479 102.121 89.9595 105.524 93.3622C108.927 96.765 110.838 101.38 110.838 106.192V112.632H74.5494V106.192C74.5494 101.38 76.4611 96.765 79.8638 93.3622C83.2665 89.9595 87.8816 88.0479 92.6938 88.0479Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
28
|
+
<path d="M56.4517 133.296C69.3118 133.296 79.737 122.871 79.737 110.01C79.737 97.1503 69.3118 86.7251 56.4517 86.7251C43.5916 86.7251 33.1664 97.1503 33.1664 110.01C33.1664 122.871 43.5916 133.296 56.4517 133.296Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
29
|
+
<path d="M56.4606 97.3306H56.452C54.7142 97.3306 53.3055 98.7393 53.3055 100.477V119.544C53.3055 121.282 54.7142 122.691 56.452 122.691H56.4606C58.1983 122.691 59.607 121.282 59.607 119.544V100.477C59.607 98.7393 58.1983 97.3306 56.4606 97.3306Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
30
|
+
<path d="M44.3116 109.651V110.363C44.3116 111.906 45.563 113.158 47.1066 113.158H65.8223C67.3659 113.158 68.6172 111.906 68.6172 110.363V109.651C68.6172 108.108 67.3659 106.856 65.8223 106.856H47.1066C45.563 106.856 44.3116 108.108 44.3116 109.651Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
31
|
+
</svg>
|
|
32
|
+
`;
|
|
@@ -0,0 +1,52 @@
|
|
|
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-AddPeopleToCalendar">
|
|
2
|
+
<rect y="50" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<g clip-path="url(#clip0_6879_7323)">
|
|
4
|
+
<path d="M105.191 104.923C103.976 98.8436 102.684 92.7795 101.457 86.7034C101.332 86.0849 101.204 85.459 100.93 84.8927C100.086 83.1492 98.1737 82.4232 96.7246 81.346C96.0506 80.844 91.5239 78.367 91.5239 77.8904V86.5974C91.589 86.6736 91.6497 86.7423 91.7047 86.8035C91.7163 86.8155 91.7264 86.8274 91.7365 86.8379C91.8754 86.9873 91.8971 87.2174 91.7814 87.3862C91.7163 87.4818 91.6281 87.5685 91.5167 87.6073V64.8225V57.9068C91.5167 57.0493 90.7039 56.3561 89.7002 56.3561H77.7183V55.8929C77.7183 55.6763 77.5476 55.5 77.3379 55.5C77.1282 55.5 76.9575 55.6763 76.9575 55.8929V56.3561H57.3424V55.8929C57.3424 55.6763 57.1717 55.5 56.962 55.5C56.7523 55.5 56.5816 55.6763 56.5816 55.8929V56.3561H45.1521C45.0784 56.3561 45.0046 56.359 44.9337 56.3665C44.8715 56.3725 44.8108 56.38 44.7515 56.3904C44.7443 56.3904 44.737 56.3919 44.7298 56.3934C44.1484 56.495 43.6553 56.8028 43.3573 57.2241C43.165 57.4945 43.0536 57.8112 43.0536 58.1503V64.8255V79.3321C42.8266 79.477 42.6053 79.6294 42.3884 79.7923L41.7173 80.2987L41.6132 76.51C41.6132 76.51 42.5764 73.8596 42.964 71.1301C42.9813 71.0106 42.9972 70.8926 43.0117 70.773C43.045 70.5056 43.0565 70.2472 43.0522 69.9962C43.0363 69.1625 42.828 68.4275 42.5388 67.8374C42.5099 67.7776 42.4795 67.7208 42.4491 67.6641C41.9024 66.6526 41.1273 66.1148 40.7744 66.2985C40.1453 66.6227 39.9471 69.4778 39.8083 70.3443C39.6969 71.036 38.485 74.6529 37.8299 75.9736C37.785 76.0633 37.746 76.1544 37.7098 76.2485C37.6028 76.5294 37.5377 76.8237 37.516 77.1255L37.0287 83.7603L36.9332 85.066C36.9332 85.066 36.2115 85.7114 35.6128 86.3987C35.4103 86.6317 35.2223 86.8678 35.0806 87.0874C34.9244 87.3294 34.8781 87.6611 34.9114 88.1048C34.9273 88.3155 34.962 88.553 35.0126 88.8174C35.0314 88.916 35.0517 89.0176 35.0748 89.1237C35.1066 89.2716 35.1413 89.427 35.1804 89.5913C35.2498 89.8871 35.3322 90.2098 35.4219 90.5594C35.6692 91.5231 35.9801 92.6973 36.3055 94.1241C36.8956 96.7176 37.0807 98.9078 37.1357 100.187C37.1386 100.251 37.1415 100.312 37.1429 100.372C37.1473 100.49 37.1501 100.599 37.153 100.699C37.1559 100.798 37.1574 100.887 37.1574 100.967C37.1574 101.046 37.1574 101.114 37.1574 101.171C37.1574 101.316 37.1545 101.391 37.1545 101.391C37.0012 102.024 36.7958 102.646 36.5369 103.249L35.6851 105.233L33.5881 110.144H33.5837L30 119H43C44.4766 114.788 45.7465 110.329 46.5275 108.221L46.5246 108.208C46.5795 108.06 46.6331 107.917 46.6866 107.776C47.5586 107.155 48.1183 106.358 48.451 105.46C50.7114 100.751 50.4656 92.0878 50.4656 92.0878L47.0308 92.0923V92.0878H61.3238C61.2313 92.2237 61.1286 92.3657 61.0129 92.518C60.9869 92.5524 60.9608 92.5853 60.9333 92.6211C60.8813 92.6884 60.8263 92.7556 60.7685 92.8273C60.7656 92.8303 60.7641 92.8333 60.7612 92.8363C60.5834 93.0544 60.4127 93.3756 60.2565 93.7655C60.2218 93.8537 60.1871 93.9448 60.1538 94.0389C60.1365 94.0867 60.1191 94.136 60.1032 94.1868C59.9803 94.5514 59.8704 94.9562 59.7793 95.382C59.772 95.4164 59.7648 95.4493 59.7576 95.4836C59.7026 95.7495 59.6534 96.0229 59.6115 96.2978C59.597 96.3949 59.584 96.4935 59.571 96.5907C59.558 96.6967 59.545 96.8028 59.5348 96.9104C59.516 97.0911 59.5016 97.2704 59.4915 97.4482C59.4915 97.4587 59.4915 97.4691 59.49 97.4811C59.4683 97.862 59.4654 98.2326 59.4842 98.5821C59.4886 98.6703 59.4958 98.7569 59.503 98.8421C59.5189 99.0124 59.5406 99.1753 59.5681 99.3306C59.5956 99.486 59.6303 99.6324 59.6708 99.7699C59.7518 100.043 59.8602 100.276 59.9976 100.456C60.0352 100.503 60.0714 100.554 60.1075 100.605C60.4474 101.091 60.7424 101.709 60.9869 102.323C61.0172 102.401 61.0476 102.478 61.078 102.556C61.0968 102.605 61.1156 102.656 61.1329 102.706C61.2183 102.939 61.2963 103.166 61.3658 103.381C61.6333 104.207 61.7693 105.072 61.7693 105.943V119H75.5C73.8961 110.566 72.0577 100.517 72.6391 99.7445C72.6738 99.6996 72.71 99.6548 72.7461 99.6115C72.7794 99.5727 72.8155 99.5323 72.8517 99.4935C72.856 99.489 72.8589 99.4845 72.8633 99.48C72.8879 99.4546 72.9139 99.4292 72.9385 99.4023C73.5401 98.7988 74.376 98.3521 75.0355 97.8098C75.7413 97.2301 76.8028 96.4024 77.1354 95.4776V95.4761C77.3524 95.1086 77.5216 94.7142 77.6185 94.2869C77.7443 93.7342 77.8195 92.9707 77.8556 92.0908H85.2473C85.3196 94.9084 85.6407 97.7231 86.627 97.9427C87.5714 98.1534 88.2815 97.3152 88.7689 96.3651C89.4385 98.1608 90.3424 99.8819 92.516 102.825C93.1133 103.633 93.6022 104.307 94.0057 104.872C94.1734 105.105 94.3253 105.32 94.4641 105.517C94.5624 105.658 94.6565 105.791 94.7418 105.915C94.791 105.986 94.8387 106.055 94.8835 106.121C95.3825 106.845 95.6312 107.244 95.7541 107.461C95.7874 107.519 95.812 107.565 95.8308 107.6C95.8424 107.622 95.851 107.642 95.8583 107.655C95.8742 107.691 95.8771 107.701 95.8771 107.701L95.5 119H107C106.102 112.258 105.191 104.926 105.191 104.926V104.923Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
5
|
+
<g clip-path="url(#clip1_6879_7323)">
|
|
6
|
+
<path d="M51.1996 87.2771L58.1145 87.27C58.1145 87.27 58.5547 102.229 53.4768 105.82C48.7254 109.182 51.1996 87.2771 51.1996 87.2771Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
7
|
+
<path d="M100.953 80.3091C100.953 80.3091 100.021 93.6583 102.496 94.1883C104.97 94.7201 106.131 89.6055 106.131 89.6055C106.131 89.6055 105.792 82.6906 100.953 80.3091Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
8
|
+
<path d="M106.052 87.2684H51.5937C50.172 87.2684 49.0183 86.3143 49.0183 85.1377V47.7049C49.0183 46.5282 50.1702 45.5742 51.5937 45.5742H106.267C107.499 45.5742 108.496 46.401 108.496 47.4187V85.2455C108.496 86.3638 107.401 87.2684 106.051 87.2684" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
9
|
+
<path d="M105.903 86.4892H51.5866C50.1684 86.4892 49.0183 85.5405 49.0183 84.3709V47.1324C49.0183 45.9629 50.1684 45.0142 51.5866 45.0142H106.118C107.346 45.0142 108.342 45.8357 108.342 46.8498V84.4787C108.342 85.59 107.25 86.4928 105.902 86.4928" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path d="M108.496 55.0243H49.0183V47.1324C49.0183 45.9629 50.1702 45.0142 51.5937 45.0142H106.267C107.499 45.0142 108.496 45.8357 108.496 46.848V55.0243Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
11
|
+
<path d="M85.9589 54.1107C83.9479 53.6514 81.9033 53.2768 79.8355 52.9995C77.6329 52.7044 75.4036 52.5578 73.1744 52.4253C68.959 52.1744 64.5307 52.0101 60.5514 50.8282C58.1092 50.1021 56.1231 48.8795 55.2889 46.9503C55.0173 46.3231 54.8541 45.6712 54.7582 45.0122H51.5954C50.1737 45.0122 49.02 45.9609 49.02 47.1305V55.0241H89.5122C88.3425 54.6884 87.1569 54.3846 85.9589 54.1107Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
12
|
+
<path d="M69.5957 55V86.397H68.5957V55H69.5957Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
13
|
+
<path d="M88.4609 55.0261V86.397H87.4609V55.0261H88.4609Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
14
|
+
<path d="M108.344 64.0557V65.0557H49.052V64.0557H108.344Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
15
|
+
<path d="M108.436 74.75V75.75H49.144V74.75H108.436Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
16
|
+
<path d="M66.3535 48.7102C66.9339 48.7102 67.406 48.3144 67.406 47.8251C67.406 47.3357 66.9356 46.9399 66.3535 46.9399C65.7713 46.9399 65.3027 47.3357 65.3027 47.8251C65.3027 48.3144 65.7731 48.7102 66.3535 48.7102Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
17
|
+
<path d="M66.121 46.9609C65.6525 47.0493 65.301 47.4026 65.301 47.8249C65.301 48.2471 65.6507 48.5987 66.121 48.6888C66.5896 48.6004 66.941 48.2471 66.941 47.8249C66.941 47.4026 66.5914 47.051 66.121 46.9609Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
18
|
+
<path d="M91.3278 48.7102C91.9082 48.7102 92.3786 48.3144 92.3786 47.8251C92.3786 47.3357 91.9082 46.9399 91.3278 46.9399C90.7474 46.9399 90.2771 47.3357 90.2771 47.8251C90.2771 48.3144 90.7474 48.7102 91.3278 48.7102Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
19
|
+
<path d="M91.0954 46.9609C90.6268 47.0493 90.2754 47.4026 90.2754 47.8249C90.2754 48.2471 90.625 48.5987 91.0954 48.6888C91.564 48.6004 91.9154 48.2471 91.9154 47.8249C91.9154 47.4026 91.5657 47.051 91.0954 46.9609Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
20
|
+
<path d="M66.0892 44H66.0874C65.8296 44 65.6206 44.208 65.6206 44.4646V47.5829C65.6206 47.8395 65.8296 48.0475 66.0874 48.0475H66.0892C66.347 48.0475 66.556 47.8395 66.556 47.5829V44.4646C66.556 44.208 66.347 44 66.0892 44Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
21
|
+
<path d="M91.0972 44H91.0955C90.8377 44 90.6287 44.208 90.6287 44.4646V47.5829C90.6287 47.8395 90.8377 48.0475 91.0955 48.0475H91.0972C91.355 48.0475 91.564 47.8395 91.564 47.5829V44.4646C91.564 44.208 91.355 44 91.0972 44Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
22
|
+
<path d="M49 119C50.8122 114.02 52.3249 108.838 53.2833 106.345L53.2798 106.329C53.3472 106.154 53.4129 105.985 53.4786 105.819C59.1618 101.92 54.0341 92.1551 53.7661 90.0262C53.4981 87.8973 54.1229 85.9469 54.7459 85.9469C55.3688 85.9469 56.8846 84.3498 57.7756 84.0848C58.6666 83.818 63.7463 84.7049 65.617 84.9716C67.4877 85.2384 68.4692 84.2614 67.9332 81.7792C67.3972 79.297 56.038 74.8608 57.0674 75.0322C58.0968 75.2036 61.1408 74.776 63.9699 74.6912C66.7991 74.6064 69.4579 72.686 67.7859 71.49C66.721 70.7285 60.4805 70.4176 56.0841 70.2921C53.2567 70.2109 50.4844 71.0659 48.2001 72.7266L47.3765 73.3256L47.2488 68.8452C47.2488 68.8452 48.5355 65.4319 48.9651 62.0593C49.3946 58.6884 46.9914 56.3829 46.2193 56.768C45.4472 57.1514 45.7224 60.8597 45.5502 61.8826C45.4135 62.7006 43.4097 66.6457 42.6039 68.2074C42.3856 68.6314 42.2542 69.0943 42.2187 69.5695L41.5017 78.9596C41.5017 78.9596 39.9149 80.3252 39.2298 81.3499C38.5447 82.3746 39.5724 84.7632 40.7296 89.6711C41.8868 94.579 41.775 98.2643 41.775 98.2643C41.5869 99.0134 41.3348 99.7483 41.0171 100.462L39.9717 102.808L37.3982 108.615H37.3928L33 119H49Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
23
|
+
<path d="M40 119C42.2417 111.285 44.2634 102.821 44.5243 101.581C45.0692 98.9835 44.5634 96.5984 43.967 94.0632C43.4292 91.7842 42.8914 89.498 42.0537 87.3109C41.6525 86.2615 41.1822 85.2403 40.6817 84.2333C40.4687 83.8075 40.2486 83.3782 40.1528 82.9118C39.9629 81.9843 40.4953 81.2776 41.0668 80.5956C41.6259 79.9296 42.2258 79.2971 42.8683 78.7088C43.6404 78.0021 44.4285 77.3025 45.1029 76.5004C45.1917 76.3944 45.2982 76.2407 45.4064 76.0747C45.5484 75.8556 45.2822 75.6012 45.0674 75.7496C44.3876 76.2142 43.5144 76.8061 43.1683 77.0057C43.0174 77.094 42.7601 77.0216 42.7299 76.8273C42.5098 75.4492 42.7335 74.0871 42.8062 72.6967C42.9109 70.7304 43.1754 68.7199 43.9208 66.8807C44.4924 65.4692 45.355 64.1865 45.8146 62.729C46.2619 61.3103 46.3081 59.7963 46.3702 58.3228C46.3773 58.1603 46.5086 58.0313 46.6719 58.026C47.9782 57.9783 48.2445 59.6496 48.445 60.609C48.5497 61.1089 48.6509 61.8686 48.91 62.4799C48.9313 62.3386 48.9509 62.1972 48.9686 62.0559C49.3981 58.685 46.9949 56.3795 46.2229 56.7646C45.4508 57.148 45.2076 60.5242 45.0373 61.5488C44.9006 62.3668 43.4132 66.644 42.6092 68.2058C42.3909 68.6298 42.2596 69.0927 42.2241 69.5679L41.507 78.9579C41.507 78.9579 39.9203 80.3236 39.2352 81.3483C38.5501 82.3729 39.5777 84.7615 40.7349 89.6694C41.8922 94.5773 41.7803 98.2627 41.7803 98.2627C41.5922 99.0117 41.3402 99.7467 41.0225 100.46L39.9771 102.807L37.4035 108.614H37.3982L33 119H40Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
24
|
+
<path d="M56.0716 78.6413C52.9869 78.7562 50.2181 80.6006 47.2238 81.2614C46.9913 81.3126 47.0535 81.6553 47.2913 81.6288C48.3189 81.5175 49.359 81.0564 50.3405 80.6677C53.6578 79.3586 57.456 78.8675 60.7875 80.1448C62.3636 80.749 64.3799 82.1853 66.0536 81.961L66.6002 81.8956C63.4338 80.8108 59.4191 78.5159 56.0716 78.6396V78.6413Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
25
|
+
<path d="M56.5029 74.7371C55.5001 74.2848 54.3588 74.2512 53.3312 74.6452C52.1154 75.1134 50.4257 75.942 49.5205 76.4296C47.9692 77.2652 46.4091 78.1062 44.9644 79.1061C44.723 79.2722 44.9431 79.6379 45.204 79.5072C46.6913 78.7652 48.145 77.8112 49.6217 77.0214C51.8687 75.8201 54.3517 74.3749 56.7034 75.3554C57.0371 75.495 61.6483 77.8553 61.8027 77.35L56.5029 74.7353V74.7371Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
26
|
+
<path d="M63.1802 70.6507C63.2192 70.6472 63.8688 71.4687 63.9842 71.5464C64.3782 71.8114 64.8095 71.9209 65.2674 71.9351C66.0164 71.958 66.9429 71.9351 67.7771 71.9404C68.0895 71.9421 68.1995 71.4846 67.9315 71.3061C67.2713 70.8645 65.9153 70.3998 63.1802 70.6507Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
27
|
+
<path d="M64.9461 81.2474C64.9159 81.2439 64.8893 81.2686 64.8964 81.2986C64.9266 81.4506 64.9053 81.8287 64.9284 81.8976C65.0171 82.1573 65.2159 82.371 65.4466 82.5159C65.7288 82.6926 66.0554 82.7809 66.382 82.8551C66.95 82.9823 67.5197 83.1236 68.0717 83.3091C68.0717 83.3091 68.2261 81.7279 64.9461 81.2474Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
28
|
+
<path d="M100.43 81.8288C101.498 82.9983 102.843 84.977 104.123 88.8744C105.403 92.77 105.719 94.7398 109.723 99.964C113.727 105.188 113.848 105.729 113.848 105.729L113 119H127.5C126.398 111.027 125.278 102.446 125.278 102.446C123.787 95.2575 122.202 88.0864 120.695 80.9013C120.543 80.1698 120.385 79.4296 120.049 78.76C119.013 76.6983 116.666 75.8397 114.888 74.5659C114.061 73.9723 108.505 71.0431 108.505 70.4795V80.7758C108.585 80.8659 108.66 80.9472 108.727 81.0196C108.741 81.0338 108.754 81.0479 108.766 81.0603C108.937 81.2369 108.963 81.509 108.821 81.7086C108.679 81.9083 108.466 82.0726 108.152 81.9648C107.224 81.6468 106.477 79.6116 106.049 78.8042C105.069 76.9509 97.7655 68.5114 95.767 72.8575C93.8483 77.0322 99.3593 80.6592 100.426 81.8305L100.43 81.8288Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
29
|
+
<path d="M100.43 81.8286C101.498 82.9999 102.666 84.9769 103.946 88.8742C105.225 92.7698 105.719 94.7397 109.723 99.9638C113.727 105.188 113.848 105.729 113.848 105.729L113 119H121C120.018 113.285 118.608 106.771 115.216 102.492C114.409 101.473 113.516 100.524 112.586 99.6157C111.67 98.72 110.877 97.8102 110.261 96.6813C109.015 94.3969 108.475 91.8175 107.581 89.3919C106.67 86.9238 105.362 84.6783 103.614 82.7067C102.755 81.7385 101.83 80.8322 100.903 79.9276C100.025 79.069 99.0966 78.2404 98.4293 77.1999C97.9039 76.3783 97.572 75.4597 97.5773 74.4791C97.5827 73.5534 97.8702 72.663 98.2713 71.8344C97.2046 71.5305 96.2852 71.7319 95.767 72.8591C93.8483 77.0338 99.3593 80.6608 100.426 81.8321L100.43 81.8286Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
30
|
+
<path d="M98.818 76.7335C99.5457 76.3572 100.144 75.7742 100.541 75.0605L100.547 75.0516C100.687 74.8008 100.685 74.4951 100.543 74.246C99.9397 73.1913 98.1808 70.5889 96.2444 72.1648C94.0844 73.9209 96.8852 75.9933 97.9927 76.6982C98.2412 76.8572 98.5571 76.8696 98.8198 76.7335H98.818Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
31
|
+
<path d="M71.4903 100.621C71.8186 101.598 71.9855 102.621 71.9855 103.651V119H88.5C86.5317 109.027 84.612 97.2344 85.3255 96.3211C86.6229 94.6621 90.698 93.0014 91.4399 89.8673C92.1818 86.7332 91.4985 77.9173 90.9696 75.2267C90.4407 72.536 89.4414 66.803 87.5618 67.0963C85.8313 67.3648 85.6929 68.5256 85.6822 68.7093C85.6946 68.4037 85.7692 65.1494 83.6287 64.6848C83.1725 64.5858 82.6986 64.6777 82.2975 64.918C81.8964 65.1582 81.4243 65.5434 81.3906 66.0433C81.3906 66.0433 80.9202 64.9321 79.5695 65.4586C78.2171 65.985 77.9828 70.3718 77.9828 70.3718C77.9828 70.3718 76.2789 69.6704 75.6914 71.483C75.1039 73.2957 73.929 81.896 73.0468 83.9436C72.1647 85.9912 72.0476 86.6342 70.7555 88.1554C69.4633 89.6765 68.4641 95.4677 69.8148 97.1638C70.5443 98.0789 71.1193 99.5029 71.4938 100.623L71.4903 100.621Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
32
|
+
<path d="M90.8451 91.2756C90.8593 91.2385 90.8132 91.2031 90.783 91.2296C90.2275 91.6713 81.2306 98.0155 76.536 91.7791C76.1243 91.2332 75.2546 91.1819 74.557 91.1996C74.4789 91.2014 74.1062 91.2579 73.7157 91.3144C73.1886 91.3904 72.8602 91.9239 73.0324 92.4257C73.2844 93.1642 73.5968 94.0069 73.8613 94.5174C74.1062 94.9945 74.3529 95.4785 74.6245 95.9414C74.912 96.429 75.3149 96.8318 75.7622 97.1763C75.7711 97.1834 75.7817 97.1905 75.7924 97.1993C77.8885 98.8176 80.7212 99.1356 83.1226 98.0102C83.4652 97.8494 84.933 96.8265 85.327 96.3212C86.0565 95.3867 87.3131 94.7895 88.2698 94.0351C89.1359 93.3497 90.4387 92.3709 90.8469 91.2773L90.8451 91.2756Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
33
|
+
<path d="M77.0109 84.6237C77.0889 84.1166 77.1556 83.5758 77.1876 83.0635C77.2302 82.3585 77.2178 81.6272 77.2817 80.9223C77.397 79.6238 77.3633 78.3024 77.594 77.0163C77.7058 76.3891 77.7502 76.1735 77.8549 75.5446C78.0076 74.6259 78.1939 72.8928 78.107 72.3893C78.0431 72.0165 78.178 70.6844 77.9827 70.3682C77.9543 71.4494 77.523 75.216 77.4432 75.7248C77.3668 76.2212 77.3242 76.7212 77.2817 77.2212C77.1982 78.2052 77.0605 79.2145 77.0109 80.2021C76.9612 81.1985 76.9228 82.0723 76.7967 83.0635C76.7346 83.5528 76.6569 84.1396 76.5575 84.6237C76.5291 84.7579 76.467 84.884 76.435 85.0165C76.4066 85.1331 76.3904 85.207 76.3318 85.3359C76.2998 85.3801 76.2664 85.4715 76.2327 85.5156C76.1706 85.6004 76.1539 85.7239 76.1521 85.8281C76.1521 85.9883 76.2398 86.0105 76.2842 86.0671C76.3676 86.1713 76.5185 85.9681 76.5575 85.901C76.7829 85.4929 76.9399 85.0724 77.0109 84.6237Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
34
|
+
<path d="M81.3886 66.0415C81.3673 67.7958 81.5891 70.9653 81.7489 72.9705C81.8429 74.1648 81.7808 75.3662 81.5607 76.5445C81.3673 77.5816 81.3655 82.4718 81.3726 84.3304C81.3726 84.4329 81.5199 84.4488 81.543 84.3498C81.7435 83.4806 82.0612 82.0036 82.1109 81.138C82.1482 80.4754 82.1571 79.8129 82.1589 79.1487C82.1606 78.3925 82.1819 77.6364 82.2121 76.882C82.2707 75.3591 82.3559 73.8362 82.3576 72.3115C82.3576 70.8946 82.2387 69.4724 82.0098 68.075C81.9334 67.6103 81.5678 66.0185 81.3868 66.0433L81.3886 66.0415Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
35
|
+
<path d="M86.6477 72.5854C86.314 71.4423 86.1205 70.2816 85.975 69.0926C85.9412 68.817 85.9377 68.4637 85.8135 68.2075C85.3893 68.9919 85.7709 72.2303 86.0957 73.2903C86.4329 74.3874 86.9121 75.4528 87.0257 76.6064C87.0825 77.1859 86.9955 77.7636 86.9458 78.3395C86.8926 78.9597 86.8464 79.5798 86.8092 80.2016C86.7843 80.5974 86.8234 82.6538 86.8553 84.0584C86.8589 84.1838 87.0434 84.1944 87.0594 84.069C87.2192 82.8217 87.4322 81.0991 87.441 80.7458C87.457 80.1946 87.7995 77.1647 86.8606 73.2568C86.8056 73.0271 86.7133 72.8098 86.6477 72.5854Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
36
|
+
<path d="M71.4902 100.621C71.8185 101.598 71.9853 102.621 71.9853 103.651V119H76C76.1757 114.737 76.1794 110.126 75.7818 108.183C75.3771 106.207 74.9725 104.193 74.085 102.367C73.2792 100.709 72.2303 99.1812 71.4387 97.5152C71.0553 96.7096 70.7323 95.8704 70.5406 94.9959C70.3276 94.0189 70.2921 93.0154 70.3862 92.0225C70.5246 90.5615 70.908 89.1287 71.1387 87.6782C71.0216 87.8266 70.8956 87.9839 70.7518 88.1517C69.4597 89.6728 68.4604 95.4641 69.8111 97.1601C70.5406 98.0753 71.1157 99.4992 71.4902 100.619V100.621Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
37
|
+
<path d="M77.1786 70.2288C77.1786 70.2288 76.6585 70.4249 76.5946 71.4567C76.5627 71.9602 76.5307 72.3877 76.5041 72.6951C76.481 72.9707 76.7011 73.2057 76.978 73.2057H77.9347C77.9347 73.2057 78.3163 70.5751 77.9347 70.3225C77.5531 70.0698 77.1768 70.2271 77.1768 70.2271L77.1786 70.2288Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
38
|
+
<path d="M79.6439 68.6847H80.4071C80.6184 68.6847 80.7958 68.5292 80.8225 68.3225C80.929 67.5028 81.0851 65.5718 80.1888 65.5099C79.0707 65.4322 79.1558 67.1123 79.2251 68.2925C79.2375 68.5133 79.4221 68.6847 79.6439 68.6847Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
39
|
+
<path d="M82.9896 68.5837H84.3386C84.5391 68.5837 84.7113 68.4406 84.745 68.2428C84.8906 67.3895 85.1373 65.2182 83.8895 65.1493C82.3471 65.0645 82.4838 66.9248 82.5779 68.2021C82.5938 68.4159 82.7731 68.582 82.9896 68.582V68.5837Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
40
|
+
<path d="M87.379 70.4689L88.428 70.1916C88.6267 70.1386 88.7581 69.9513 88.7386 69.7464C88.6605 68.9531 88.3623 67.1193 87.3062 67.3383C85.9946 67.6104 86.5004 69.1298 86.8732 70.2022C86.9459 70.4089 87.166 70.5255 87.3772 70.4689H87.379Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
41
|
+
</g>
|
|
42
|
+
</g>
|
|
43
|
+
<defs>
|
|
44
|
+
<clipPath id="clip0_6879_7323">
|
|
45
|
+
<rect width="98" height="75" fill="var(--sapContent_Illustrative_Color8)" transform="translate(30 44)"/>
|
|
46
|
+
</clipPath>
|
|
47
|
+
<clipPath id="clip1_6879_7323">
|
|
48
|
+
<rect width="95" height="75" fill="var(--sapContent_Illustrative_Color8)" transform="translate(33 44)"/>
|
|
49
|
+
</clipPath>
|
|
50
|
+
</defs>
|
|
51
|
+
</svg>
|
|
52
|
+
`;
|
|
@@ -0,0 +1,38 @@
|
|
|
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-AddingColumns">
|
|
2
|
+
<rect y="47.8936" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M109.781 98.3151L90.2237 90.9639C90.1576 90.9436 90.0914 90.9334 90.0253 90.9487L31.8828 94.8819C29.7154 94.9726 29.7567 95.65 30.3467 95.9348L51.2285 104.357C52.4238 104.764 53.6954 104.861 54.9365 104.637L108.052 99.2256C109.847 98.9866 110.608 98.6539 109.781 98.3151Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M36.057 52.9358L47.6263 94.9668C47.8739 95.8701 48.7543 96.4525 49.6806 96.3333L114.061 87.552C116.322 86.8275 117.212 84.498 116.822 83.37L86.6079 46.7683C86.3282 45.9704 85.5532 45.4568 84.7141 45.5118L38.3406 46.8737C37.1484 46.9471 34.7593 48.6621 36.057 52.9358Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
5
|
+
<path d="M36.662 49.2403L48.7999 93.3348C49.0475 94.2381 49.9279 94.8205 50.8542 94.7013L115.313 85.8375C116.496 85.6861 117.244 84.4801 116.849 83.3521L102.418 44.2605C102.139 43.4626 101.364 42.949 100.525 43.004L38.3586 46.8605C37.1664 46.9338 36.3456 48.0848 36.662 49.2358V49.2403Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path d="M102.418 44.2605C102.139 43.4626 101.364 42.949 100.525 43.004L38.3586 46.8605C37.1664 46.9338 36.3456 48.0848 36.662 49.2358L38.3632 55.4125L104.445 49.7539L102.414 44.2559L102.418 44.2605Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
7
|
+
<path d="M48.4298 50.2991C48.7508 51.6655 47.7695 52.867 46.2287 53.0045C44.6696 53.1467 43.0968 52.1516 42.7254 50.7622C42.3494 49.3499 43.3536 48.0934 44.9677 47.9788C46.5589 47.8641 48.1042 48.9142 48.4298 50.2991Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<path d="M57.3662 61.2543L45.5035 62.3502C45.3522 62.364 45.2008 62.2723 45.1641 62.1439L44.6643 60.4014C44.6276 60.273 44.7194 60.1584 44.8707 60.1446L56.7059 59.0854C56.8527 59.0716 56.9994 59.1633 57.0361 59.2871L57.5542 60.9975C57.5909 61.1213 57.5038 61.236 57.3617 61.2497L57.3662 61.2543Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path d="M57.2554 66.6095L47.0159 67.632C46.8646 67.6458 46.7132 67.5541 46.6765 67.4257L46.1721 65.6602C46.1355 65.5319 46.2272 65.4126 46.3785 65.3989L56.595 64.413C56.7418 64.3992 56.8885 64.4909 56.9298 64.6193L57.4525 66.3573C57.4892 66.4856 57.4021 66.6003 57.2554 66.614V66.6095Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
10
|
+
<path d="M60.5266 71.7045L48.5492 72.9885C48.3978 73.0068 48.2465 72.9105 48.2052 72.7776L47.6917 70.9846C47.655 70.8516 47.7467 70.7324 47.898 70.7187L59.8525 69.476C59.9992 69.4622 60.1506 69.5539 60.1872 69.6823L60.7192 71.4386C60.7604 71.567 60.6733 71.6862 60.5266 71.7V71.7045Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
<path d="M62.1406 77.0425L50.1036 78.4228C49.9522 78.4411 49.7963 78.3448 49.7596 78.2118L49.2415 76.3959C49.2048 76.263 49.2965 76.1437 49.4478 76.1254L61.4619 74.7864C61.6086 74.7681 61.76 74.8644 61.8012 74.9928L62.3423 76.7765C62.3836 76.9095 62.2965 77.0287 62.1497 77.0425H62.1406Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
12
|
+
<path d="M60.9334 82.8006L51.6798 83.9286C51.5285 83.947 51.3726 83.8507 51.3313 83.7177L50.804 81.8743C50.7673 81.7413 50.859 81.6175 51.0103 81.5992L60.241 80.5032C60.3877 80.4849 60.5436 80.5812 60.5803 80.7142L61.1214 82.53C61.1627 82.663 61.071 82.7868 60.9242 82.8052L60.9334 82.8006Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<path d="M65.4366 87.9419L53.2803 89.5194C53.1244 89.5377 52.9685 89.446 52.9318 89.3084L52.3953 87.4375C52.3541 87.3 52.4504 87.1762 52.6017 87.1532L64.735 85.6171C64.8817 85.5987 65.0376 85.6904 65.0789 85.828L65.6338 87.6622C65.675 87.7952 65.5879 87.9236 65.4366 87.9419Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
14
|
+
<path d="M78.2488 59.3185L68.6696 60.2035C68.5274 60.2173 68.3807 60.1256 68.344 60.0018L67.8075 58.3189C67.7662 58.1951 67.8488 58.085 67.9909 58.0713L77.5518 57.2138C77.6893 57.2 77.8315 57.2917 77.8728 57.4109L78.423 59.0709C78.4643 59.1947 78.3863 59.3002 78.2488 59.3139V59.3185Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
15
|
+
<path d="M81.4958 64.1929L70.2979 65.3118C70.1558 65.3255 70.009 65.2338 69.9677 65.11L69.4267 63.4042C69.3854 63.2804 69.4679 63.1657 69.6101 63.152L80.7896 62.0698C80.9272 62.056 81.0693 62.1432 81.1106 62.267L81.67 63.9453C81.7113 64.0691 81.6333 64.1791 81.4958 64.1929Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
16
|
+
<path d="M83.1931 69.2785L71.9448 70.4845C71.8026 70.4983 71.6559 70.4111 71.6146 70.2827L71.0643 68.554C71.0231 68.4256 71.1056 68.311 71.2478 68.2972L82.4777 67.1279C82.6153 67.1141 82.762 67.2013 82.8033 67.3251L83.3719 69.0263C83.4132 69.1501 83.3352 69.2648 83.1977 69.2785H83.1931Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<path d="M82.2513 74.74L73.6121 75.7305C73.47 75.7488 73.3187 75.6571 73.2774 75.5287L72.7225 73.7724C72.6813 73.6441 72.7638 73.5294 72.906 73.5111L81.5314 72.5527C81.6689 72.5389 81.8157 72.6261 81.8569 72.7545L82.4301 74.4832C82.4714 74.6116 82.3934 74.7262 82.2559 74.7446L82.2513 74.74Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
18
|
+
<path d="M86.6548 79.66L75.301 81.0448C75.1588 81.0632 75.0075 80.9715 74.9663 80.8385L74.4022 79.0593C74.361 78.9309 74.4435 78.8117 74.5857 78.7934L85.9165 77.4452C86.0541 77.4269 86.2008 77.5186 86.2467 77.647L86.829 79.3941C86.8703 79.5225 86.7923 79.6417 86.6548 79.6554V79.66Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
19
|
+
<path d="M86.8096 85.1682L77.015 86.4384C76.8728 86.4567 76.7215 86.365 76.6756 86.232L76.1024 84.4299C76.0612 84.2969 76.1437 84.1777 76.2859 84.1594L86.0622 82.9213C86.1998 82.9029 86.3511 82.9947 86.3924 83.123L86.9793 84.8976C87.0206 85.026 86.9426 85.1499 86.8051 85.1682H86.8096Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
20
|
+
<path d="M100.962 57.2187L90.4609 58.1908C90.328 58.2046 90.1858 58.1174 90.1445 57.9982L89.5759 56.3703C89.5347 56.2511 89.608 56.1456 89.741 56.1319L100.224 55.1919C100.352 55.1781 100.49 55.2652 100.531 55.3845L101.113 56.9848C101.154 57.104 101.086 57.2095 100.957 57.2187H100.962Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
21
|
+
<path d="M99.7409 62.3732L92.1794 63.1252C92.0464 63.139 91.9043 63.0519 91.863 62.9281L91.2898 61.2773C91.2485 61.158 91.3219 61.048 91.4549 61.0342L99.0027 60.3051C99.1311 60.2914 99.2732 60.3785 99.3145 60.4977L99.9014 62.1256C99.9427 62.2448 99.8739 62.3549 99.7455 62.364L99.7409 62.3732Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
22
|
+
<path d="M101.516 67.3158L93.9226 68.1274C93.7897 68.1412 93.6475 68.054 93.6017 67.9302L93.0193 66.2565C92.978 66.1327 93.0514 66.0226 93.1844 66.0089L100.764 65.2202C100.893 65.2064 101.035 65.2935 101.081 65.4128L101.672 67.0636C101.718 67.1828 101.645 67.2928 101.516 67.3112V67.3158Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
23
|
+
<path d="M106.317 71.9835L95.6877 73.1987C95.5547 73.2124 95.408 73.1253 95.3667 73.0015L94.7752 71.3049C94.7339 71.1811 94.8073 71.0664 94.9402 71.0527L105.551 69.8696C105.68 69.8558 105.822 69.943 105.868 70.0622L106.473 71.7267C106.519 71.8505 106.45 71.9606 106.317 71.9744V71.9835Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
24
|
+
<path d="M106.642 77.2156L97.4759 78.3345C97.3429 78.3528 97.1962 78.2611 97.1503 78.1373L96.5542 76.4177C96.5084 76.2939 96.5863 76.1793 96.7193 76.161L105.872 75.0742C106.005 75.0604 106.147 75.1476 106.188 75.2714L106.798 76.9634C106.844 77.0872 106.775 77.2019 106.642 77.2156Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
25
|
+
<path d="M107.482 82.4803L99.2873 83.5441C99.1497 83.5625 99.0076 83.4707 98.9617 83.3424L98.3564 81.5999C98.3106 81.4715 98.3839 81.3568 98.5215 81.3385L106.702 80.3021C106.835 80.2838 106.977 80.3755 107.023 80.4993L107.642 82.2189C107.688 82.3473 107.619 82.4619 107.486 82.4803H107.482Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
26
|
+
<path d="M90.589 61.0597L102.843 95.8326C103.119 96.8376 104.098 97.4855 105.129 97.3529L126.943 94.0215C128.26 93.8532 130.169 92.1169 129.889 90.4079L115.669 57.7334C115.358 56.8457 114.495 56.2743 113.562 56.3355L92.9537 56.878C91.6375 57.3218 89.9257 58.9323 90.589 61.0597Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
27
|
+
<path d="M91.6755 59.3939L104.016 94.325C104.292 95.33 105.271 95.9779 106.302 95.8453L128.173 92.5598C129.489 92.3915 130.321 91.0497 129.882 89.7947L116.842 56.2207C116.531 55.333 115.669 54.7616 114.735 54.8228L93.5632 56.7462C92.2367 56.8278 91.3235 58.1083 91.6755 59.3888V59.3939Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
28
|
+
<path d="M112.025 62.6078L100.546 63.9241C100.403 63.9394 100.25 63.8526 100.199 63.7251L99.5563 62.0211C99.5104 61.8987 99.5869 61.7814 99.7297 61.7661L111.188 60.4651C111.331 60.4498 111.484 60.5366 111.53 60.659L112.188 62.3527C112.234 62.4752 112.162 62.5925 112.02 62.6078H112.025Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
29
|
+
<path d="M110.729 68.1021L102.49 69.0714C102.347 69.0867 102.189 69 102.143 68.8724L101.495 67.1532C101.449 67.0256 101.525 66.9134 101.668 66.893L109.897 65.9339C110.04 65.9186 110.193 66.0053 110.244 66.1328L110.902 67.8419C110.948 67.9694 110.872 68.0817 110.734 68.1021H110.729Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
30
|
+
<path d="M112.718 73.2756L104.454 74.2755C104.311 74.2908 104.153 74.2041 104.107 74.0766L103.454 72.342C103.408 72.2144 103.484 72.0971 103.627 72.0818L111.882 71.0921C112.025 71.0768 112.178 71.1635 112.229 71.291L112.892 73.0154C112.943 73.1429 112.866 73.2603 112.723 73.2756H112.718Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
31
|
+
<path d="M118.025 78.0809L106.434 79.5196C106.291 79.54 106.133 79.4482 106.082 79.3206L105.423 77.5708C105.378 77.4432 105.454 77.3259 105.597 77.3055L117.173 75.8821C117.315 75.8668 117.474 75.9535 117.52 76.0811L118.193 77.8156C118.244 77.9432 118.167 78.0605 118.025 78.0809Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
32
|
+
<path d="M118.406 83.5399L108.432 84.8103C108.284 84.8307 108.131 84.7388 108.08 84.6062L107.412 82.841C107.361 82.7135 107.442 82.591 107.585 82.5757L117.549 81.3207C117.692 81.3003 117.85 81.3921 117.901 81.5197L118.579 83.2746C118.63 83.4022 118.554 83.5246 118.411 83.5399H118.406Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
33
|
+
<path d="M119.345 88.9886L110.443 90.1517C110.295 90.1722 110.137 90.0803 110.091 89.9477L109.418 88.1672C109.367 88.0346 109.448 87.9172 109.591 87.8968L118.478 86.7489C118.621 86.7285 118.779 86.8204 118.83 86.9479L119.514 88.7182C119.565 88.8508 119.488 88.9682 119.345 88.9886Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
34
|
+
<path d="M108.566 73.0408C108.566 73.0408 105.535 77.159 99.6484 77.9238C93.7616 78.6886 85.6866 74.3311 83.5769 67.6275C81.2842 60.342 85.4787 55.3494 92.6461 53.7958C99.208 53.2727 108.566 73.0408 108.566 73.0408Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
35
|
+
<path d="M109.361 63.8454C111.799 70.225 108.383 76.2198 101.507 77.0536C94.4622 77.9075 86.8607 73.0064 84.751 66.2994C82.7123 59.8219 86.6683 54.2895 93.3787 53.7528C99.9406 53.2296 107.005 57.6683 109.365 63.842L109.361 63.8454Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
36
|
+
<path d="M103.965 63.3958C103.905 63.2338 103.742 63.1333 103.57 63.1509L98.5795 63.6626C98.4059 63.6804 98.2425 63.5779 98.1829 63.4138L96.5769 58.9862C96.518 58.8237 96.357 58.7213 96.1848 58.7369L93.5512 58.9757C93.3038 58.9982 93.1438 59.2479 93.227 59.4821L94.6845 63.5873C94.767 63.8197 94.61 64.068 94.3647 64.0932L89.5177 64.5904C89.2742 64.6154 89.1172 64.8606 89.1965 65.0922L90.0131 67.479C90.0707 67.6475 90.2376 67.7535 90.4147 67.7341L95.644 67.1604C95.8194 67.1412 95.985 67.245 96.0441 67.4113L97.6869 72.0352C97.7465 72.2031 97.9146 72.3071 98.0914 72.2856L100.787 71.9584C101.03 71.9289 101.182 71.6809 101.099 71.4508L99.558 67.2056C99.4738 66.9738 99.6291 66.7243 99.8743 66.6975L104.507 66.1903C104.754 66.1633 104.909 65.9108 104.822 65.6782L103.965 63.3958Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
37
|
+
</svg>
|
|
38
|
+
`;
|
|
@@ -0,0 +1,46 @@
|
|
|
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-BalloonSky">
|
|
2
|
+
<mask id="mask0_11_124" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="3" y="6" width="154" height="154">
|
|
3
|
+
<circle cx="79.9442" cy="83.0558" r="76.9442" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0_11_124)">
|
|
6
|
+
<mask id="mask1_11_124" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="6" width="247" height="154">
|
|
7
|
+
<path d="M235.792 6.11158H11.8126C10.3527 6.11023 8.90681 6.39663 7.5576 6.95439C6.2084 7.51215 4.98235 8.33035 3.94954 9.36221C2.91672 10.3941 2.09739 11.6194 1.53839 12.9681C0.979377 14.3167 0.69165 15.7624 0.69165 17.2223V148.879C0.69165 151.828 1.86332 154.657 3.94891 156.743C6.0345 158.828 8.86318 160 11.8126 160H235.792C238.742 160 241.57 158.828 243.656 156.743C245.741 154.657 246.913 151.828 246.913 148.879V17.2223C246.913 15.7624 246.625 14.3167 246.066 12.9681C245.507 11.6194 244.688 10.3941 243.655 9.36221C242.622 8.33035 241.396 7.51215 240.047 6.95439C238.698 6.39663 237.252 6.11023 235.792 6.11158V6.11158Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
8
|
+
</mask>
|
|
9
|
+
<g mask="url(#mask1_11_124)">
|
|
10
|
+
<path d="M235.792 6.11158H11.8126C10.3527 6.11023 8.90681 6.39663 7.5576 6.95439C6.2084 7.51215 4.98235 8.33035 3.94954 9.36221C2.91672 10.3941 2.09739 11.6194 1.53839 12.9681C0.979377 14.3167 0.69165 15.7624 0.69165 17.2223V148.879C0.69165 151.828 1.86332 154.657 3.94891 156.743C6.0345 158.828 8.86318 160 11.8126 160H235.792C238.742 160 241.57 158.828 243.656 156.743C245.741 154.657 246.913 151.828 246.913 148.879V17.2223C246.913 15.7624 246.625 14.3167 246.066 12.9681C245.507 11.6194 244.688 10.3941 243.655 9.36221C242.622 8.33035 241.396 7.51215 240.047 6.95439C238.698 6.39663 237.252 6.11023 235.792 6.11158V6.11158Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
11
|
+
<path d="M242.471 95.1853C218.285 92.9986 194.181 96.3947 170.221 99.4129C153.948 101.462 137.642 103.214 121.376 105.323C104.941 107.452 88.5062 109.633 72.0123 111.275C63.797 112.092 55.5711 112.799 47.3284 113.282C39.286 113.753 31.1002 112.961 23.081 112.362C15.6314 111.803 8.16269 111.214 0.698242 110.982V160.302H246.913V95.5736C245.437 95.4449 243.958 95.3203 242.473 95.1853H242.471Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
12
|
+
<path d="M47.9989 114.417C48.5452 114.521 31.2941 119.086 28.0902 119.766C32.1209 120.963 78.827 125 97.9363 123.154C107.885 122.191 117.453 120.196 127.151 117.866C134.98 115.984 143.01 114.567 150.519 111.591C144.166 111.686 130.876 112.923 131.331 112.708C142.373 107.456 154.8 106.017 166.327 102.129C170.05 100.875 173.764 99.5794 177.535 98.4861C175.097 98.7943 172.659 99.1045 170.221 99.4127C153.948 101.462 137.642 103.214 121.376 105.323C104.941 107.452 88.5061 109.633 72.0121 111.275C63.7968 112.092 55.5709 112.799 47.3282 113.282C44.3753 113.455 41.4014 113.455 38.4253 113.36C41.6334 113.537 44.8309 113.818 48.001 114.417H47.9989Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
13
|
+
<g class="sapIllus_BlendModeMultiply" opacity="0.4">
|
|
14
|
+
<path d="M242.471 95.185C223.893 93.507 205.366 95.1217 186.917 97.3273C187.524 97.3337 188.128 97.3231 188.737 97.3358C195.295 97.4814 202.761 97.3864 208.99 99.7251C210.373 100.244 212.71 101.238 212.58 103.094C212.369 106.099 208.102 108.191 205.813 109.187C200.119 111.669 193.778 113.174 187.727 114.493C180.263 116.119 172.621 117.393 165.017 118.174C151.046 119.61 136.743 119.363 123.046 122.742C133.242 123.624 154.372 124.69 153.706 124.715C146.887 124.988 140.194 126.26 133.512 127.571C146.307 128.806 159.147 129.397 171.887 131.189C178.991 132.187 186.014 133.443 193.057 134.796C196.398 135.436 199.785 135.79 203.107 136.525C206.161 137.2 210.101 137.951 212.282 140.419C213.415 141.702 213.24 143.433 211.831 144.4C209.631 145.913 206.634 146.255 204.052 146.552C200.728 146.934 197.379 147.076 194.036 147.108C181.113 147.23 168.234 147.61 155.359 146.118C139.736 144.309 124.019 142.57 108.828 138.363C100.927 136.176 93.0999 133.669 85.1124 131.807C77.224 129.971 69.247 128.54 61.2257 127.438C52.9282 126.298 44.5251 125.203 36.1558 124.766C28.0797 124.344 11.2399 123.652 11.7798 123.476C16.612 121.9 21.5623 120.809 26.5716 120.023C23.2032 119.95 19.8116 120.399 16.4369 120.439C15.8822 120.446 24.7957 117.636 29.0858 116.965C21.421 115.201 9.48924 120.27 5.1928 111.889C5.04727 111.604 5.16749 111.311 5.44169 111.18C3.85979 111.102 2.27578 111.03 0.691772 110.979V160.299H246.907V95.5734C245.43 95.4446 243.952 95.3201 242.467 95.185H242.471Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
<circle cx="131.497" cy="26.63" r="1.53888" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
18
|
+
<ellipse cx="80.7137" cy="58.9466" rx="1.02592" ry="1.02592" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
19
|
+
<ellipse cx="35.573" cy="36.3763" rx="1.02592" ry="1.02592" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
20
|
+
<ellipse cx="81.2266" cy="12.2671" rx="1.53889" ry="1.53888" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
21
|
+
<circle cx="23.775" cy="61.5114" r="1.53888" fill="var(--sapContent_Illustrative_Color10)"/>
|
|
22
|
+
<path d="M63.3966 110.072V153.943H68.1962C68.3547 153.946 68.506 154.01 68.6174 154.123C68.7287 154.237 68.7911 154.389 68.791 154.548V128.126C68.8079 128.014 68.8477 127.907 68.908 127.811C68.9683 127.715 69.0479 127.633 69.1415 127.57L77.1924 123.557V110.072C77.1924 109.912 77.1288 109.758 77.0157 109.644C76.9026 109.531 76.7492 109.467 76.5893 109.467H63.9996C63.9204 109.467 63.842 109.483 63.7688 109.513C63.6957 109.544 63.6293 109.588 63.5733 109.644C63.5173 109.701 63.4728 109.767 63.4425 109.841C63.4122 109.914 63.3966 109.993 63.3966 110.072V110.072Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
23
|
+
<path d="M55.0033 159.714V88.3741C55.0034 88.2436 54.9614 88.1167 54.8836 88.0121C54.8057 87.9075 54.6963 87.8309 54.5715 87.7939L45.2412 85.0724L25.7821 79.4086C25.6933 79.3819 25.5994 79.3763 25.508 79.3925C25.4166 79.4086 25.3302 79.4459 25.2557 79.5015C25.1813 79.5571 25.1209 79.6294 25.0793 79.7126C25.0377 79.7958 25.0161 79.8877 25.0162 79.9808C25.0162 81.5336 25.0162 84.8108 25.0162 84.9334V88.6602H28.3572C29.5098 88.6624 30.6145 89.1231 31.4288 89.9413C32.2431 90.7595 32.7004 91.8684 32.7004 93.0245C32.6939 93.2325 32.6749 93.4399 32.6434 93.6456H34.4117C35.5657 93.6456 36.6725 94.1053 37.4885 94.9238C38.3046 95.7422 38.7631 96.8523 38.7631 98.0098C38.7631 99.1673 38.3046 100.277 37.4885 101.096C36.6725 101.914 35.5657 102.374 34.4117 102.374H25.0244V136.904C25.031 136.947 25.031 136.991 25.0244 137.035C24.9971 137.177 24.9189 137.305 24.8043 137.394L12.5813 146.156C12.5524 146.178 12.5288 146.206 12.5119 146.239C12.495 146.271 12.4853 146.307 12.4835 146.343V159.73C12.486 159.771 12.4995 159.81 12.5225 159.843C12.5455 159.876 12.5771 159.902 12.6139 159.918C12.6488 159.926 12.685 159.926 12.7199 159.918H54.8078C54.858 159.91 54.9041 159.886 54.9394 159.849C54.9746 159.812 54.997 159.765 55.0033 159.714V159.714Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
24
|
+
<path d="M68.1881 153.944H60.3979C60.238 153.944 60.0847 154.007 59.9716 154.121C59.8585 154.234 59.7949 154.388 59.7949 154.548V159.959H68.7585V154.548C68.7587 154.394 68.6997 154.244 68.5936 154.132C68.4874 154.019 68.3423 153.952 68.1881 153.944V153.944Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
25
|
+
<path d="M88.4782 117.927L77.1841 123.558L69.1332 127.571C69.0396 127.634 68.9601 127.716 68.8998 127.812C68.8395 127.907 68.7996 128.014 68.7828 128.126V160H59.8192V154.59C59.8192 154.429 59.8828 154.275 59.9959 154.162C60.109 154.049 60.2623 153.985 60.4222 153.985H63.3965V110.114C63.3965 109.953 63.4601 109.799 63.5732 109.686C63.6863 109.573 63.8396 109.509 63.9995 109.509H73.4194V76.7361V67.7788V56.1735C73.4048 55.9474 73.3031 55.7357 73.1359 55.5832C72.9686 55.4308 72.7489 55.3494 72.523 55.3563H45.9828C45.4124 55.3563 45.2494 55.6832 45.2494 56.1735V85.0314L54.5797 87.7529C54.7045 87.79 54.8139 87.8665 54.8917 87.9711C54.9696 88.0757 55.0116 88.2028 55.0115 88.3333V159.673C55.0094 159.734 54.9836 159.793 54.9395 159.835C54.8954 159.878 54.8365 159.902 54.7753 159.902H89.1708V118.45C89.1855 118.361 89.1757 118.271 89.1425 118.187C89.1093 118.104 89.054 118.032 88.9826 117.978C88.9112 117.924 88.8265 117.891 88.7375 117.882C88.6486 117.873 88.5589 117.888 88.4782 117.927V117.927ZM79.5716 140.426C79.5717 140.466 79.5638 140.505 79.5486 140.541C79.5333 140.577 79.511 140.61 79.4829 140.637C79.4548 140.665 79.4215 140.686 79.3849 140.7C79.3484 140.715 79.3094 140.722 79.2701 140.721H73.2809C73.2023 140.721 73.1268 140.69 73.0705 140.635C73.0142 140.58 72.9815 140.505 72.9794 140.426V134.411C72.9794 133.534 73.3266 132.694 73.9448 132.074C74.5629 131.454 75.4014 131.105 76.2756 131.105C77.1498 131.105 77.9881 131.454 78.6063 132.074C79.2244 132.694 79.5716 133.534 79.5716 134.411V140.426Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
26
|
+
<path d="M76.2799 131.1C75.4187 131.111 74.5957 131.459 73.9867 132.07C73.3778 132.68 73.031 133.506 73.0204 134.37V140.385C73.0225 140.463 73.0552 140.538 73.1115 140.593C73.1678 140.648 73.2433 140.679 73.3219 140.679H79.3111C79.3503 140.68 79.3894 140.673 79.4259 140.659C79.4625 140.645 79.4957 140.623 79.5238 140.596C79.5519 140.568 79.5743 140.535 79.5896 140.499C79.6048 140.463 79.6127 140.424 79.6126 140.385V134.37C79.6019 133.493 79.2449 132.657 78.6201 132.044C77.9953 131.431 77.1537 131.092 76.2799 131.1V131.1Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
27
|
+
<path d="M38.7713 98.0187C38.7713 96.8612 38.3128 95.7511 37.4968 94.9327C36.6807 94.1142 35.5739 93.6545 34.4198 93.6545H32.6516C32.6831 93.4488 32.7021 93.2413 32.7086 93.0333C32.7086 91.8773 32.2514 90.7684 31.4371 89.9502C30.6228 89.132 29.5181 88.6713 28.3654 88.6691H14.2763C13.1222 88.6691 12.0155 89.1289 11.1995 89.9473C10.3834 90.7658 9.92493 91.8759 9.92493 93.0333C9.92493 94.1908 10.3834 95.3008 11.1995 96.1193C12.0155 96.9377 13.1222 97.3976 14.2763 97.3976H16.0446C16.0064 97.6025 15.9846 97.8102 15.9794 98.0187C15.9794 99.1762 16.4378 100.286 17.2539 101.105C18.0699 101.923 19.1768 102.383 20.3308 102.383H34.4198C35.5739 102.383 36.6807 101.923 37.4968 101.105C38.3128 100.286 38.7713 99.1762 38.7713 98.0187Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
28
|
+
<path d="M32.4167 55.2017C31.9061 57.7133 27.6903 60.27 26.972 60.6384C26.9136 60.653 26.8528 60.6553 26.7935 60.6452C26.7341 60.6352 26.6775 60.6129 26.6272 60.5798C25.1739 58.6308 23.2284 56.1879 23.6838 53.4453C24.1392 50.7027 26.5552 49.0116 29.0414 49.5173C31.5277 50.0229 32.9709 52.4792 32.4167 55.2017Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
29
|
+
<path d="M24.4657 52.4876C24.4364 52.4878 24.4075 52.4803 24.382 52.4658C24.3437 52.4438 24.3157 52.4074 24.3041 52.3648C24.2925 52.3221 24.2982 52.2766 24.3201 52.2381C24.3939 52.1072 24.4773 51.9818 24.5695 51.8631C24.5833 51.8459 24.6004 51.8316 24.6198 51.821C24.6391 51.8104 24.6604 51.8038 24.6823 51.8014C24.7043 51.7991 24.7265 51.8011 24.7476 51.8074C24.7688 51.8137 24.7885 51.824 24.8056 51.838C24.8227 51.8519 24.8368 51.8691 24.8472 51.8885C24.8577 51.9079 24.8642 51.9292 24.8663 51.9511C24.8685 51.9731 24.8663 51.9952 24.8599 52.0163C24.8535 52.0374 24.843 52.057 24.829 52.074C24.749 52.1806 24.6762 52.2925 24.6114 52.4089C24.596 52.4335 24.5745 52.4537 24.5489 52.4675C24.5234 52.4813 24.4947 52.4882 24.4657 52.4876V52.4876Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
30
|
+
<path d="M23.9165 70.9725C23.8979 70.9723 23.8795 70.9677 23.863 70.9591C23.85 70.9521 23.8385 70.9426 23.8292 70.9311C23.8199 70.9197 23.8129 70.9065 23.8087 70.8923C23.8045 70.8782 23.8032 70.8633 23.8047 70.8486C23.8063 70.8339 23.8107 70.8197 23.8178 70.8068C23.8898 70.6711 23.9115 70.564 23.8797 70.502C23.8479 70.4401 23.8211 70.4501 23.7541 70.425C23.6528 70.3984 23.5662 70.3328 23.513 70.2425C23.4907 70.1925 23.4799 70.1381 23.4813 70.0833C23.4828 70.0286 23.4965 69.9748 23.5214 69.926C23.5534 69.8362 23.5747 69.7429 23.585 69.6481C23.5936 69.5712 23.5879 69.4935 23.5683 69.4187C23.5486 69.3451 23.5413 69.2687 23.5465 69.1927C23.5599 69.0035 23.5616 68.826 23.5633 68.6385C23.565 68.4509 23.5633 68.2868 23.575 68.0692C23.6234 67.5567 23.7039 67.0478 23.8161 66.5455C23.8634 66.3701 23.8947 66.1908 23.9098 66.0097C23.8713 65.494 24.4657 64.774 24.8993 64.2466C25.0192 64.1139 25.131 63.9741 25.2342 63.828C25.707 63.0309 26.1384 62.2099 26.5267 61.3684C26.5394 61.3416 26.5622 61.3208 26.5901 61.3108C26.6181 61.3008 26.6488 61.3022 26.6757 61.3148C26.6889 61.3209 26.7008 61.3296 26.7107 61.3403C26.7205 61.351 26.7282 61.3636 26.7331 61.3773C26.7381 61.391 26.7403 61.4056 26.7397 61.4201C26.739 61.4347 26.7355 61.449 26.7293 61.4621C26.3383 62.3113 25.9035 63.1395 25.4267 63.9435C25.3206 64.0991 25.2054 64.2484 25.0818 64.3906C24.6951 64.8594 24.1108 65.5626 24.1426 65.9946C24.13 66.2008 24.0958 66.4051 24.0404 66.6041C23.934 67.0908 23.8563 67.5834 23.8077 68.0792C23.7977 68.2919 23.796 68.4693 23.796 68.6401C23.796 68.8109 23.796 69.0118 23.7793 69.2094C23.7745 69.2658 23.7802 69.3225 23.796 69.3768C23.8202 69.4748 23.827 69.5762 23.8161 69.6766C23.8056 69.7908 23.7808 69.9033 23.7424 70.0114C23.7123 70.1018 23.7056 70.127 23.7207 70.1554C23.7357 70.1839 23.7759 70.2057 23.8412 70.2291C23.937 70.2546 24.0207 70.3134 24.0773 70.3949C24.1106 70.4792 24.1224 70.5705 24.1116 70.6606C24.1007 70.7506 24.0677 70.8365 24.0153 70.9106C24.0061 70.9289 23.992 70.9444 23.9746 70.9554C23.9572 70.9663 23.9371 70.9722 23.9165 70.9725V70.9725Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
31
|
+
<path d="M26.6272 60.5748L26.1249 61.2445C26.1152 61.2577 26.1091 61.2732 26.1071 61.2894C26.1052 61.3056 26.1074 61.3221 26.1136 61.3372C26.1198 61.3524 26.1298 61.3656 26.1427 61.3758C26.1555 61.3859 26.1707 61.3926 26.1869 61.3952L27.0943 61.5626C27.1103 61.565 27.1265 61.5634 27.1417 61.5578C27.1568 61.5522 27.1702 61.5428 27.1808 61.5306C27.1913 61.5184 27.1986 61.5037 27.2019 61.488C27.2052 61.4722 27.2045 61.4558 27.1998 61.4404L26.9671 60.625" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
32
|
+
<path d="M81.6303 24.1637C79.7938 27.6299 72.4982 29.5593 71.2844 29.7893C71.1923 29.7854 71.102 29.7626 71.0192 29.7221C70.9364 29.6816 70.8629 29.6243 70.8034 29.554C69.5132 26.0638 67.7141 21.6355 69.5695 17.8061C71.4249 13.9767 75.7035 12.5394 79.1349 14.3576C82.5662 16.1759 83.622 20.4065 81.6303 24.1637Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
33
|
+
<path d="M71.1318 16.7384C71.0886 16.726 71.0495 16.7025 71.0183 16.6702C70.9716 16.6212 70.9463 16.5558 70.9477 16.4881C70.9491 16.4205 70.9772 16.3561 71.0259 16.3091C71.191 16.1488 71.3676 16.0008 71.5544 15.8664C71.5822 15.8472 71.6134 15.8336 71.6464 15.8264C71.6794 15.8193 71.7135 15.8187 71.7467 15.8248C71.78 15.8308 71.8117 15.8434 71.84 15.8618C71.8683 15.8801 71.8928 15.9039 71.9119 15.9317C71.9309 15.9596 71.9443 15.9909 71.9512 16.0239C71.9581 16.057 71.9584 16.091 71.9521 16.1242C71.9458 16.1573 71.933 16.1889 71.9145 16.2171C71.896 16.2453 71.8721 16.2695 71.8441 16.2885C71.6805 16.4103 71.5253 16.5431 71.3797 16.6859C71.3465 16.7154 71.3061 16.7358 71.2627 16.745C71.2192 16.7542 71.1741 16.7519 71.1318 16.7384V16.7384Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
34
|
+
<path d="M62.3267 43.6388C62.2994 43.6304 62.2745 43.6157 62.2539 43.596C62.2378 43.5801 62.2251 43.5611 62.2164 43.5403C62.2077 43.5194 62.2032 43.497 62.2031 43.4744C62.2031 43.4518 62.2075 43.4295 62.2162 43.4086C62.2248 43.3877 62.2375 43.3687 62.2534 43.3527C62.4178 43.1848 62.4961 43.0369 62.4762 42.9322C62.4563 42.8274 62.4127 42.8306 62.3252 42.7647C62.188 42.6818 62.0892 42.548 62.0502 42.3925C62.0391 42.3094 62.0467 42.2248 62.0726 42.1451C62.0984 42.0653 62.1418 41.9923 62.1995 41.9315C62.2852 41.8134 62.357 41.6857 62.4132 41.551C62.459 41.4419 62.4843 41.3252 62.4878 41.207C62.4908 41.0904 62.5131 40.975 62.5537 40.8657C62.6552 40.5937 62.7345 40.3339 62.8181 40.0593C62.9017 39.7847 62.9703 39.5431 63.0816 39.2286C63.3744 38.4972 63.7128 37.7849 64.0949 37.096C64.2402 36.8589 64.3639 36.6092 64.4644 36.3499C64.6311 35.5762 65.8152 34.7764 66.68 34.1897C66.9135 34.0467 67.1381 33.8899 67.3528 33.72C68.3919 32.7544 69.3805 31.7358 70.3147 30.6683C70.345 30.6344 70.3874 30.6139 70.4328 30.6112C70.4781 30.6086 70.5227 30.624 70.5567 30.6541C70.5734 30.6688 70.5871 30.6867 70.5969 30.7067C70.6068 30.7267 70.6125 30.7485 70.6139 30.7708C70.6153 30.793 70.6123 30.8154 70.605 30.8364C70.5977 30.8575 70.5864 30.877 70.5716 30.8936C69.6301 31.971 68.6334 32.9989 67.5855 33.973C67.3623 34.1555 67.1286 34.3248 66.8857 34.48C66.115 35.001 64.9528 35.7805 64.8126 36.4285C64.705 36.7258 64.5663 37.0109 64.3989 37.2791C64.0321 37.9476 63.7048 38.6371 63.419 39.344C63.3122 39.6519 63.2329 39.9117 63.159 40.1625C63.0851 40.4132 62.9982 40.7082 62.8881 40.991C62.8567 41.0717 62.8405 41.1575 62.8402 41.244C62.8335 41.3983 62.7995 41.5502 62.74 41.6927C62.6751 41.8559 62.5901 42.0104 62.487 42.1525C62.4036 42.2722 62.3829 42.3062 62.3927 42.3545C62.4025 42.4028 62.4521 42.4521 62.5378 42.5148C62.6675 42.5938 62.7649 42.7162 62.8127 42.8603C62.8251 42.9986 62.8029 43.1377 62.748 43.2652C62.6932 43.3927 62.6074 43.5046 62.4986 43.5906C62.4771 43.6136 62.4497 43.6303 62.4194 43.6388C62.3891 43.6473 62.357 43.6473 62.3267 43.6388V43.6388Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
35
|
+
<path d="M70.8055 29.5466L69.7783 30.3126C69.7584 30.3277 69.7427 30.3478 69.7328 30.3708C69.7229 30.3938 69.719 30.4189 69.7216 30.4438C69.7242 30.4687 69.7331 30.4925 69.7476 30.513C69.762 30.5334 69.7815 30.5498 69.8041 30.5606L71.0638 31.1991C71.0862 31.2095 71.1108 31.2141 71.1355 31.2124C71.1601 31.2107 71.1839 31.2029 71.2046 31.1895C71.2254 31.1761 71.2424 31.1577 71.2541 31.136C71.2658 31.1143 71.2718 31.09 71.2716 31.0653L71.2828 29.7675" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
36
|
+
<path d="M93.2483 99.2739C92.3562 102.782 86.2347 106.1 85.1964 106.57C85.113 106.587 85.0271 106.586 84.944 106.568C84.861 106.55 84.7826 106.514 84.7139 106.464C82.7973 103.616 80.2201 100.037 81.05 96.1992C81.8799 92.3616 85.4034 90.1414 88.8759 91.0247C92.3484 91.908 94.2161 95.4715 93.2483 99.2739Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
37
|
+
<path d="M82.2183 94.9017C82.1769 94.9 82.1367 94.8874 82.1017 94.8653C82.0492 94.8315 82.0122 94.7783 81.9988 94.7174C81.9853 94.6564 81.9965 94.5926 82.0299 94.5398C82.143 94.3601 82.2692 94.189 82.4075 94.0278C82.4281 94.0045 82.4532 93.9855 82.4812 93.9719C82.5093 93.9583 82.5397 93.9504 82.5708 93.9486C82.6019 93.9468 82.6331 93.9512 82.6625 93.9615C82.6919 93.9718 82.719 93.9878 82.7422 94.0086C82.7653 94.0294 82.7841 94.0546 82.7975 94.0827C82.8109 94.1108 82.8185 94.1413 82.8201 94.1724C82.8217 94.2034 82.8171 94.2345 82.8066 94.2639C82.7962 94.2932 82.78 94.3201 82.7591 94.3432C82.6389 94.488 82.5286 94.6409 82.4292 94.8007C82.4058 94.8343 82.3741 94.8614 82.3371 94.8791C82.3002 94.8968 82.2592 94.9046 82.2183 94.9017V94.9017Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
38
|
+
<path d="M84.7143 106.457L83.96 107.367C83.9455 107.385 83.9358 107.407 83.9319 107.43C83.928 107.452 83.93 107.476 83.9377 107.497C83.9454 107.519 83.9587 107.539 83.9761 107.554C83.9935 107.569 84.0145 107.579 84.0371 107.584L85.3056 107.882C85.328 107.887 85.3511 107.886 85.3728 107.879C85.3945 107.872 85.4141 107.86 85.4298 107.843C85.4455 107.827 85.4567 107.806 85.4625 107.784C85.4683 107.762 85.4684 107.739 85.4628 107.717L85.1903 106.551" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
39
|
+
</g>
|
|
40
|
+
<path d="M116.482 106.527C116.357 106.49 116.251 106.405 116.189 106.291C116.127 106.176 116.113 106.042 116.149 105.917C116.342 105.263 116.327 104.78 116.131 104.549C115.935 104.318 115.829 104.369 115.508 104.365C115.046 104.342 114.611 104.14 114.295 103.801C114.153 103.605 114.056 103.379 114.013 103.14C113.969 102.901 113.978 102.656 114.041 102.421C114.099 102.004 114.105 101.581 114.057 101.163C114.026 100.822 113.93 100.491 113.775 100.187C113.622 99.9009 113.518 99.5911 113.467 99.2707C113.361 98.4619 113.473 97.6396 113.789 96.8879C113.164 96.162 112.739 95.2851 112.557 94.3443C112.309 92.8339 112.893 91.2718 113.498 89.6662C113.548 89.499 113.595 89.3395 113.639 89.1875C113.925 88.5538 114.097 87.8749 114.148 87.1818C114.181 86.5223 114.096 85.8623 113.897 85.2328C113.131 82.6452 114.543 77.9406 115.67 74.6221L115.705 74.5005C117.014 70.6187 118.117 66.6706 119.01 62.6729C119.018 62.6032 119.041 62.536 119.076 62.4757C119.112 62.4153 119.16 62.3632 119.217 62.3226C119.274 62.282 119.339 62.254 119.408 62.2402C119.477 62.2265 119.548 62.2274 119.616 62.2429C119.684 62.2583 119.749 62.2881 119.805 62.3301C119.861 62.3721 119.908 62.4255 119.942 62.4867C119.976 62.548 119.997 62.6157 120.003 62.6856C120.009 62.7554 120.001 62.8258 119.978 62.8921C119.075 66.9228 117.962 70.9037 116.644 74.8185L116.635 74.8489C114.961 79.7733 114.369 83.1256 114.862 84.8154C115.108 85.5631 115.212 86.35 115.169 87.1359C115.117 87.9335 114.923 88.7154 114.596 89.4447C114.551 89.5966 114.506 89.7486 114.459 89.9082C113.861 91.4909 113.343 92.8828 113.559 94.111C113.673 94.7448 113.932 95.3439 114.315 95.8618C114.736 95.2194 115.373 94.7482 116.111 94.5327C117.07 94.3035 118.335 94.5773 118.711 95.4315C118.803 95.6708 118.838 95.9278 118.816 96.183C118.794 96.4382 118.714 96.685 118.583 96.9049C118.436 97.2454 118.212 97.5468 117.928 97.7851C117.644 98.0235 117.309 98.1922 116.948 98.2777C116.587 98.3632 116.212 98.3632 115.851 98.2776C115.491 98.192 115.155 98.0233 114.871 97.7849L114.606 97.5912C114.462 98.0544 114.419 98.5432 114.481 99.0244C114.509 99.2609 114.581 99.4898 114.695 99.6988C114.896 100.099 115.02 100.533 115.061 100.979C115.115 101.472 115.11 101.97 115.045 102.461C114.997 102.877 114.996 102.992 115.088 103.102C115.18 103.211 115.369 103.267 115.677 103.317C116.142 103.338 116.58 103.538 116.9 103.875C117.125 104.207 117.262 104.591 117.299 104.99C117.336 105.389 117.271 105.791 117.11 106.159C117.073 106.285 116.988 106.391 116.874 106.454C116.759 106.518 116.624 106.534 116.498 106.499L116.482 106.527ZM115.002 96.6673C115.133 96.7866 115.272 96.8965 115.417 96.9961C115.777 97.284 116.236 97.4191 116.694 97.3724C116.91 97.3012 117.108 97.1873 117.279 97.0374C117.449 96.8876 117.588 96.7049 117.686 96.5003C117.803 96.3104 117.843 96.0832 117.799 95.8646C117.608 95.6851 117.372 95.5598 117.116 95.5018C116.86 95.4438 116.594 95.4552 116.344 95.5348C115.766 95.7221 115.284 96.1287 115.002 96.6673V96.6673Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
41
|
+
<path d="M150.685 35.5946C146.906 47.3813 125.258 57.4198 121.642 58.8153C121.354 58.853 121.061 58.8301 120.782 58.7479C120.503 58.6658 120.245 58.5262 120.023 58.3382C114.075 48.202 106.029 35.4322 109.674 22.5072C113.318 9.58212 125.824 2.7378 137.473 6.47697C149.122 10.2161 154.802 22.7758 150.685 35.5946Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
42
|
+
<path d="M120.026 58.3307L117.275 61.3026C117.22 61.3609 117.182 61.4325 117.164 61.5101C117.145 61.5878 117.147 61.669 117.17 61.7456C117.192 61.8223 117.234 61.8917 117.291 61.9472C117.349 62.0026 117.42 62.0422 117.497 62.0619L121.775 63.3228C121.851 63.3432 121.93 63.344 122.006 63.325C122.082 63.3061 122.152 63.2681 122.209 63.2146C122.266 63.1611 122.309 63.094 122.332 63.0195C122.356 62.945 122.361 62.8656 122.345 62.7888L121.67 58.7492" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
43
|
+
<path d="M117.191 14.2338C117.122 14.2116 117.056 14.1784 116.998 14.1354C116.949 14.0917 116.909 14.0388 116.88 13.9797C116.852 13.9206 116.835 13.8564 116.831 13.7909C116.828 13.7254 116.837 13.6597 116.859 13.5978C116.88 13.5358 116.914 13.4788 116.958 13.4299C118.825 11.4508 121.07 9.86582 123.559 8.76838C123.618 8.73066 123.685 8.70584 123.754 8.69549C123.824 8.68514 123.894 8.68952 123.962 8.70834C124.029 8.72716 124.092 8.76 124.146 8.80472C124.2 8.84944 124.244 8.90502 124.275 8.96787C124.306 9.03072 124.324 9.0994 124.327 9.16946C124.329 9.23952 124.317 9.30938 124.291 9.37448C124.265 9.43958 124.226 9.49845 124.175 9.54727C124.125 9.5961 124.065 9.63378 123.999 9.65786C121.623 10.705 119.479 12.2155 117.693 14.1009C117.631 14.1685 117.551 14.2169 117.462 14.2404C117.373 14.264 117.279 14.2617 117.191 14.2338Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
44
|
+
<path d="M113.892 18.0021L113.733 17.955C113.679 17.9172 113.634 17.869 113.6 17.8135C113.566 17.758 113.543 17.6961 113.532 17.6316C113.522 17.567 113.525 17.5011 113.54 17.4376C113.556 17.3742 113.584 17.3145 113.623 17.262C114.04 16.6884 114.496 16.1439 114.987 15.6323C115.081 15.5406 115.207 15.4899 115.339 15.4914C115.47 15.4929 115.595 15.5465 115.687 15.6403C115.779 15.7342 115.829 15.8606 115.828 15.9918C115.826 16.123 115.773 16.2483 115.679 16.34C115.22 16.8084 114.796 17.3101 114.411 17.841C114.348 17.9134 114.266 17.9669 114.174 17.9954C114.083 18.0238 113.985 18.0261 113.892 18.0021V18.0021Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
45
|
+
</svg>
|
|
46
|
+
`;
|
|
@@ -0,0 +1,42 @@
|
|
|
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-BeforeSearch">
|
|
2
|
+
<rect y="43.5" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M76.2292 115.282C97.0178 115.282 113.87 98.429 113.87 77.641C113.87 56.8524 97.0178 40 76.2292 40C55.4411 40 38.5886 56.8524 38.5886 77.641C38.5886 98.429 55.4411 115.282 76.2292 115.282Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
4
|
+
<path d="M73.8795 72.3808C73.0114 72.3808 72.0919 72.4831 71.2239 72.5854C70.8155 72.6363 70.4067 72.6873 69.9984 72.7387C69.4877 72.6873 68.9256 72.534 68.4659 72.3808C67.8019 72.1257 67.138 71.9724 66.4741 71.9215C65.7593 71.9215 64.8398 72.2275 64.5333 73.7086C64.4315 74.0151 64.4315 74.3216 64.5333 74.6281C64.5847 74.9346 64.6865 75.1902 64.8907 75.4453C65.2995 75.9559 66.0144 76.1601 66.9848 76.1601C67.5469 76.1601 68.1084 76.1092 68.67 76.0073C68.9256 76.0073 69.1812 75.9559 69.4363 75.905C69.7428 75.905 69.896 76.0583 70.2534 76.3648C70.7641 76.8754 71.3771 77.2837 72.041 77.4884H72.2452C73.3689 77.9991 74.5434 78.2542 75.7694 78.3565C76.1268 78.3565 76.4843 78.3565 76.8417 78.2033C77.1996 78.1009 77.5061 77.8968 77.7612 77.6417C78.0168 77.3352 78.17 76.9263 78.2719 76.5689C78.3742 76.1601 78.3233 75.7518 78.2719 75.3943C77.9653 73.4026 76.5357 72.4322 73.9309 72.4322L73.8795 72.3808Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
5
|
+
<path d="M96.3391 89.0298C94.9548 89.0298 93.5699 89.2849 92.2879 89.6937C91.8261 89.847 91.3649 89.9488 90.9031 90.0003C90.5956 90.0003 90.288 89.8979 90.0314 89.6937C89.5187 89.2849 89.1598 88.7233 88.9546 88.1103C88.4928 87.089 87.8778 85.7612 85.8774 85.7612H85.4675C84.6468 85.7612 83.7751 85.6079 83.0058 85.3014C82.2365 84.9949 81.5187 84.5352 80.9545 83.9222C80.6465 83.6162 80.339 83.3606 79.9286 83.2073C79.5188 83.0541 79.1084 82.9523 78.698 82.9523C78.0316 82.9523 77.416 83.105 76.8005 83.3097C76.3392 83.4629 75.8774 83.5648 75.3647 83.5648C74.6977 83.5648 74.0313 83.3097 73.4157 83.0032C72.8516 82.6458 72.3389 82.186 71.98 81.573C71.8262 81.2665 71.4673 80.5517 70.7494 80.5517C70.031 80.5517 69.672 81.0114 68.9027 82.0837C68.8004 82.2878 68.6981 82.4411 68.5952 82.5943C68.4415 82.8499 68.2877 83.105 68.0825 83.3097C67.6722 82.9523 67.2618 82.5434 66.9543 82.0837C66.6977 81.7772 66.4925 81.4198 66.2364 81.1133C64.9029 79.3257 63.9285 77.9978 62.9031 77.4872C62.5441 77.3339 62.2361 77.1807 61.8771 77.0788C61.1593 76.8742 60.6466 76.67 60.39 76.1084C60.2876 75.8528 60.2362 75.5973 60.2362 75.2913C60.1339 74.1162 59.8258 73.0439 57.1595 73.0439C54.4926 73.0439 55.6718 72.8398 55.518 72.5333C55.3128 72.0735 55.6209 71.2054 56.4925 69.9285C57.1595 68.8558 57.9283 68.396 58.6976 68.396C59.4669 68.396 60.031 68.7539 60.7489 69.4688C61.8771 70.5924 62.954 71.1031 64.0313 71.1031C64.4926 71.1031 64.9544 71.0008 65.3642 70.7966C65.7746 70.5924 66.1335 70.3368 66.4416 69.9794C67.6207 68.8558 68.1849 67.6303 68.8004 65.332C69.416 62.9314 70.4413 60.1734 73.3648 59.6627C74.0313 59.5605 74.6977 59.4584 75.2619 59.4073C77.8264 59.0498 79.8777 58.7944 80.8517 57.2622C82.288 55.1171 83.0058 51.6442 80.2366 48.9373C78.8004 47.4051 76.7491 46.4858 74.6468 46.3837C73.6723 46.3837 72.6978 46.639 71.7748 47.0987C70.9031 47.5583 70.1338 48.1712 69.5183 48.9373C68.0311 50.6738 66.9028 51.8485 66.0312 51.8485C65.5185 51.7974 65.0567 51.491 64.6978 51.0824C64.4412 50.7759 64.2874 50.4695 64.1851 50.112C64.0822 49.7545 64.0822 49.3459 64.1851 48.9884C64.2365 48.5287 64.4412 48.1201 64.6978 47.7626C64.9544 47.4051 65.3133 47.0987 65.7237 46.9454C66.4925 46.639 67.2618 46.5369 68.0825 46.5879C69.6211 46.5879 71.4158 46.5369 72.5955 44.545C73.2106 43.5236 73.3648 42.6553 73.0568 41.8892C72.8516 41.5317 72.5955 41.1742 72.2875 40.9188C71.98 40.6634 71.5696 40.4592 71.1592 40.357H70.9541C64.6978 41.2253 58.749 43.6768 53.6719 47.4562C48.595 51.2356 44.528 56.5014 41.9795 62.012C41.9282 62.1652 40.1334 65.7913 40.6975 68.1409C41.0564 69.3155 41.7231 70.3883 42.7487 71.154C43.7231 71.9203 44.9539 72.3286 46.1847 72.38C48.2873 72.38 49.6719 72.8907 50.6976 75.3422C51.8257 78.1002 54.4926 79.8363 56.4925 80.5008C56.7491 80.6026 57.0566 80.6535 57.3132 80.7558C58.6467 81.1133 59.7744 81.4198 60.5951 83.5138C60.8517 84.2801 61.3644 84.9949 62.0309 85.4547C62.6979 85.9144 63.5695 86.1186 64.3902 86.0677H65.6208C66.0826 86.0677 66.7491 86.1186 66.9543 86.476C67.0566 86.6802 67.2109 87.3441 66.1335 89.1831C63.8261 93.2175 64.3902 95.0565 65.5694 97.3547C66.2364 98.7335 67.2109 99.9081 68.4415 100.777C69.672 101.696 71.1083 102.309 72.5955 102.564C72.903 102.564 73.2106 102.717 73.5186 102.871C73.7747 103.024 74.0313 103.279 74.185 103.586C74.8006 104.812 74.185 106.905 73.3648 108.489C73.0054 109.255 72.5441 109.919 72.0314 110.583C71.5182 111.297 71.1083 111.808 71.1083 112.574C71.1592 113.494 71.2992 113.853 71.6068 114.722L71.7005 115.053C73.0853 115.258 75.8789 115.423 78.1527 115.252L79.9149 115.13L78.3763 114.262C78.3763 114.262 77.5555 113.802 77.6212 112.574C77.6212 110.787 78.7495 111.4 81.9799 111.4H83.2619C83.8261 111.4 84.3393 111.093 84.7491 110.685L85.0057 110.378C86.1854 108.948 88.9546 105.526 90.1852 104.76C90.6984 104.403 91.3134 104.147 91.929 104.045C92.9544 103.79 93.9289 103.279 94.6982 102.513C95.0571 102.155 95.3647 101.747 95.5698 101.287C95.775 100.828 95.8779 100.317 95.8779 99.8062C95.8779 99.1932 96.0316 98.5802 96.3906 98.0696C96.8009 97.508 97.3651 97.0482 98.0315 96.6908C98.8522 96.1802 99.8777 95.5672 100.339 94.1879C101.006 92.3494 101.109 91.1748 100.493 90.3068C99.8776 89.4382 98.6471 89.0298 96.4929 89.0298H96.3391Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
6
|
+
<path d="M77.7103 44.7692C78.4251 44.9734 79.1914 45.0756 79.9576 45.0756C80.4169 45.0756 80.7234 45.0756 80.8766 45.1777C81.0299 45.4331 81.1831 45.6885 81.234 45.9438C81.4896 46.6588 81.7961 47.5271 82.6642 47.9356C83.3795 48.2421 84.1453 48.3443 84.9115 48.3443C85.5754 48.3443 87.3121 48.2421 88.2825 47.3228C90.2743 45.4331 87.3218 41.9032 87.2194 41.75L87.1059 41.6079C83.5812 40.4994 79.5452 39.9025 75.0546 40.0194L75.1565 40.5812C75.2079 40.9387 75.8204 44.1563 77.7103 44.7692Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
7
|
+
<path d="M109.835 69.2152C110.958 67.0188 110.857 64.6696 109.426 62.4223C106.822 58.1322 100.489 55.2722 96.2495 55.2722C92.0104 55.2722 91.8062 56.3447 91.2447 58.2344C90.734 59.7665 90.5807 61.452 90.8872 63.0353C91.1423 64.6696 91.8062 66.1507 92.8276 67.4785C95.2282 70.6963 99.4163 72.8413 103.297 72.8413C107.179 72.8413 108.609 71.5644 109.835 69.2152Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
8
|
+
<path d="M77.9012 85.9484C82.3745 79.3714 89.7056 78.2258 92.8123 78.4748L98.7764 82.9587C103.548 94.3191 98.6257 105.855 95.5194 109.965C83.4961 116.985 71.9565 115.906 64.7084 113.49C64.7084 109.379 72.3099 94.1694 77.9012 85.9484Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
9
|
+
<path d="M86.4441 85.2514C83.3796 85.6603 80.9082 84.1558 80.1425 83.3045C75.3388 88.0797 70.3059 98.4025 69.1996 101.296C69.6079 101.501 70.5259 101.68 70.8665 101.85C73.5222 102.055 74.1866 103.297 74.1866 103.893C78.2724 105.119 86.2027 104.82 89.6924 104.48C89.948 104.224 90.8359 103.587 92.0619 103.382C93.5939 103.127 95.6371 101.34 95.6371 99.0409C95.6371 97.2024 97.8503 95.8919 98.9566 95.4663C99.7229 94.3594 101.051 91.6864 100.234 89.8479C99.4164 88.0094 95.4665 88.401 93.5939 88.8266C92.5726 90.2736 90.3252 92.4018 89.5081 89.3373C88.6909 86.2728 87.1248 85.3365 86.4441 85.2514Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
10
|
+
<path d="M86.4441 85.2514C83.3796 85.6603 80.9082 84.1558 80.1425 83.3045C75.3388 88.0797 70.3059 98.4025 69.1996 101.296C69.6079 101.501 70.5259 101.68 70.8665 101.85C73.5222 102.055 74.1866 103.297 74.1866 103.893C78.2724 105.119 86.2027 104.82 89.6924 104.48C89.948 104.224 90.8359 103.587 92.0619 103.382C93.5939 103.127 95.6371 101.34 95.6371 99.0409C95.6371 97.2024 97.8503 95.8919 98.9566 95.4663C99.7229 94.3594 101.051 91.6864 100.234 89.8479C99.4164 88.0094 95.4665 88.401 93.5939 88.8266C92.5726 90.2736 90.3252 92.4018 89.5081 89.3373C88.6909 86.2728 87.1248 85.3365 86.4441 85.2514Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
11
|
+
<path d="M104.923 60.2372C104.976 60.2372 105.081 60.29 105.134 60.3428C105.081 60.3428 104.976 60.29 104.923 60.2372Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
12
|
+
<path d="M105.556 60.5024C105.556 60.5024 105.663 60.5024 105.715 60.5555C105.715 60.5555 105.61 60.5555 105.556 60.5024Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
13
|
+
<path d="M104.237 59.974C104.342 59.974 104.395 60.0268 104.5 60.0796C104.395 60.0796 104.342 60.0268 104.237 59.974Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
14
|
+
<path d="M62.204 98.8585C45.4234 91.499 40.1223 75.6154 40.0372 67.2737C35.4895 82.0534 41.2878 105.275 63.9697 113.234C83.6667 120.145 99.4118 109.206 105.979 100.699C82.7411 106.828 76.7597 105.243 62.204 98.8585Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
15
|
+
<path d="M101.518 60.7553C101.62 60.7553 101.773 60.7553 101.876 60.8064C101.773 60.8064 101.62 60.8064 101.518 60.7553Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M68.9984 101.694C66.5062 106.865 64.7054 111.494 64.7028 113.497C66.5831 114.115 68.4409 114.563 70.2667 114.863C72.1026 115.161 74.0806 115.339 76.1691 115.34C83.5878 115.326 90.2615 113.026 95.5168 109.973C96.7103 108.392 98.1705 105.717 99.2468 102.378C84.7801 105.685 77.9928 105.085 68.9984 101.694Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
17
|
+
<path d="M84.7037 109.895L89.9946 103.748C81.546 104.528 77.5381 103.814 74.164 103.033C74.2083 103.067 74.4659 103.709 74.2669 104.957C74.0184 106.516 71.7823 110.415 71.2854 111.194C70.8877 111.818 71.5084 113.929 71.8398 114.969C73.859 115.258 77.5376 115.374 79.6668 115.085C79.6668 115.085 78.2427 114.313 77.7458 113.534C75.8712 110.592 78.4912 110.675 81.2247 110.935C83.4115 111.142 84.4552 110.328 84.7037 109.895Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
18
|
+
<path d="M84.7017 109.895L89.9927 103.748C81.5441 104.528 77.5361 103.814 74.1621 103.033C74.2064 103.067 74.464 103.709 74.2649 104.957C74.0164 106.516 71.7803 110.415 71.2834 111.194C70.8858 111.818 71.5064 113.929 71.8378 114.969C73.8571 115.258 77.5356 115.374 79.6648 115.084C79.6648 115.084 78.2408 114.313 77.7438 113.534C75.8692 110.592 78.4892 110.675 81.2228 110.934C83.4095 111.142 84.4533 110.328 84.7017 109.895Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
19
|
+
<path d="M110.037 83.9813C109.879 83.717 109.298 82.661 108.295 82.5552C107.503 82.5026 106.869 82.9779 105.971 84.0865C103.648 86.9908 103.542 87.7304 104.176 89.6313C104.281 89.9482 104.493 90.2119 104.757 90.4235C105.021 90.582 105.338 90.6873 105.654 90.6873C106.816 90.6873 108.084 89.8955 108.401 89.6839C108.612 89.5255 108.77 89.367 108.929 89.2086C110.566 87.5188 110.143 84.773 109.985 83.9813H110.037Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
20
|
+
<path d="M120.967 74.3042C122.149 79.2504 120.201 84.3442 117.767 87.9809C115.578 91.2487 111.885 93.5512 107.049 94.1291C96.3839 95.4018 84.968 87.8057 82.0901 77.5136C79.2122 67.2215 85.5331 57.4243 95.6614 56.957C105.391 56.5082 117.703 65.1895 120.967 74.3042Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
21
|
+
<path d="M120.253 71.765C123.647 81.2394 118.527 90.1481 108.312 91.3685C97.6468 92.6412 86.2309 85.0451 83.353 74.753C80.4751 64.4609 86.9597 56.7818 97.091 56.3145C106.821 55.8657 116.992 62.6533 120.256 71.765H120.253Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
22
|
+
<path d="M117.977 71.9494C120.889 80.1911 116.375 87.8764 107.519 88.8878C98.3231 89.936 88.4974 83.3974 85.9746 74.544C83.5414 66.0041 88.9915 58.9275 97.7858 58.4818C106.277 58.0545 115.164 63.9844 117.981 71.9494H117.977Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
23
|
+
<path d="M120.13 117.978L114.312 119.521L105.07 90.1174L110.52 89.4841L120.13 117.978Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
24
|
+
<path d="M85.6689 67.907L97.6962 58.4879C91.3784 58.8414 86.8053 62.6226 85.6689 67.907Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
25
|
+
<path d="M107.519 88.8877C115.331 87.9963 119.762 81.9126 118.7 74.8329L99.4563 87.9778C102.066 88.8447 104.82 89.1952 107.519 88.8877Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
26
|
+
<path d="M108.498 61.1439L108.491 61.1409L108.498 61.1439Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
27
|
+
<path d="M97.7827 58.4817C98.0328 58.4694 98.2798 58.4633 98.5299 58.4603C98.2798 58.4603 98.0328 58.4694 97.7827 58.4817Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
28
|
+
<path d="M105.864 59.8928C105.941 59.9236 106.018 59.9543 106.092 59.985C106.015 59.9543 105.941 59.9236 105.864 59.8928Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
29
|
+
<path d="M106.565 60.1818C106.617 60.2064 106.67 60.2309 106.722 60.2525C106.67 60.2279 106.617 60.2033 106.565 60.1818Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
30
|
+
<path d="M105.153 59.6254C105.24 59.6561 105.329 59.6868 105.416 59.7207C105.329 59.6868 105.243 59.6561 105.153 59.6254Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
31
|
+
<path d="M100.349 58.5433C100.491 58.5555 100.633 58.5708 100.778 58.5891C100.636 58.5738 100.494 58.5586 100.349 58.5433Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
32
|
+
<path d="M99.5798 58.4879C99.7281 58.4971 99.8794 58.5032 100.028 58.5154C99.8794 58.5032 99.7281 58.494 99.5798 58.4879Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
33
|
+
<path d="M101.105 58.6293C101.244 58.6477 101.386 58.6691 101.525 58.6904C101.386 58.6691 101.247 58.6477 101.105 58.6293Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
34
|
+
<path d="M98.7801 58.4633C98.9468 58.4633 99.1105 58.4664 99.2772 58.4725C99.1105 58.4664 98.9437 58.4633 98.7801 58.4633Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
35
|
+
<path d="M118.836 76.1118C118.379 66.9571 109.544 59.6346 100.775 58.5433C97.724 58.2636 92.3604 58.2636 88.4666 62.4782C88.0281 62.9516 87.6174 63.5049 87.2345 64.089C87.1696 64.1874 87.1326 64.255 87.0739 64.3503C87.0647 64.3626 87.0616 64.378 87.0523 64.3933C91.6687 58.8569 99.0487 58.5033 105.57 61.0856C112.32 63.757 118.15 69.5763 118.836 76.118V76.1118Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
36
|
+
<path d="M96.2511 59.6192L85.6689 67.907C85.2336 69.9359 85.3015 72.1831 85.9747 74.544C86.0302 74.7408 86.092 74.9344 86.1568 75.1281L106.633 61.5375C103.279 60.0404 99.6478 59.2965 96.2511 59.6192Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
37
|
+
<path d="M102.853 91.2794L106.024 93.1516C106.024 93.1516 105.363 91.5192 107.537 91.2948V91.261C106.667 91.3932 104.913 91.5684 102.853 91.2764V91.2794Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
38
|
+
<path d="M109.841 90.9689C110.282 90.9873 111.054 91.3132 111.422 92.2508L111.947 90.5477C111.947 90.5477 111.462 90.7814 109.841 90.9658V90.9689Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
39
|
+
<path d="M114.312 119.521L105.648 91.9865L106.231 91.4024C106.231 91.4024 107.34 91.3378 108.6 91.0858C108.6 91.0858 108.164 91.5745 108.291 92.2508C108.797 94.9069 117.036 119.005 117.036 119.005L114.309 119.521H114.312Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
40
|
+
<path d="M120.13 117.978C120.13 118.298 118.629 118.829 116.174 119.46C114.961 119.703 114.365 119.672 114.312 119.521C114.275 119.414 114.939 118.999 116.143 118.611C117.947 118.049 119.926 117.732 120.13 117.978Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
41
|
+
</svg>
|
|
42
|
+
`;
|
|
@@ -0,0 +1,19 @@
|
|
|
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-Connection">
|
|
2
|
+
<path d="M85.3796 149.241C126.591 149.241 160 115.832 160 74.6204C160 33.4087 126.591 0 85.3796 0C44.168 0 10.7593 33.4087 10.7593 74.6204C10.7593 115.832 44.168 149.241 85.3796 149.241Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M132.425 68.6684L141.651 70.6044C142.377 70.7567 143.013 71.1912 143.419 71.8123C143.824 72.4334 143.967 73.1901 143.814 73.9161L139.946 92.3532C139.794 93.0792 139.359 93.7149 138.738 94.1206C138.117 94.5262 137.36 94.6685 136.634 94.5162L127.408 92.5803C126.545 92.3993 125.79 91.883 125.308 91.145C124.826 90.407 124.656 89.5078 124.837 88.6451L128.486 71.2547C128.574 70.8258 128.746 70.4184 128.991 70.056C129.237 69.6936 129.552 69.3834 129.918 69.143C130.284 68.9027 130.694 68.7371 131.124 68.6556C131.554 68.5742 131.996 68.5785 132.425 68.6684Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
4
|
+
<path d="M134.464 69.0949L131.962 68.5698L126.945 92.4816L129.447 93.0067L134.464 69.0949Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
5
|
+
<path d="M121.705 60.5063L131.579 62.578C131.901 62.6456 132.206 62.7758 132.477 62.9614C132.749 63.1469 132.981 63.3841 133.161 63.6595C133.341 63.9348 133.465 64.2428 133.525 64.566C133.586 64.8892 133.583 65.2212 133.515 65.543L127.299 95.1711C127.146 95.8971 126.712 96.5329 126.091 96.9385C125.47 97.3442 124.713 97.4865 123.987 97.3342L114.4 95.3226C113.75 95.1862 113.18 94.7972 112.817 94.2411C112.454 93.6851 112.327 93.0076 112.463 92.3576L118.74 62.4428C118.807 62.121 118.938 61.8156 119.123 61.5441C119.309 61.2726 119.546 61.0403 119.821 60.8605C120.097 60.6807 120.405 60.5568 120.728 60.4961C121.051 60.4353 121.383 60.4388 121.705 60.5063Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
6
|
+
<path d="M120.976 60.3516L115.079 59.1144C113.568 58.7972 112.085 59.7656 111.768 61.2774L105.612 90.6157C105.295 92.1275 106.263 93.6102 107.775 93.9274L113.672 95.1647C115.183 95.4819 116.666 94.5135 116.983 93.0017L123.139 63.6634C123.456 62.1516 122.488 60.6689 120.976 60.3516Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
7
|
+
<path d="M117.227 69.0105L115.03 68.5497C114.708 68.4821 114.393 68.6883 114.325 69.0103L113.505 72.9199C113.437 73.2418 113.643 73.5576 113.965 73.6251L116.162 74.0859C116.483 74.1535 116.799 73.9473 116.867 73.6253L117.687 69.7157C117.755 69.3938 117.548 69.0781 117.227 69.0105Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path d="M114.773 80.7029L112.576 80.2421C112.254 80.1745 111.939 80.3807 111.871 80.7027L111.051 84.6123C110.983 84.9342 111.189 85.2499 111.511 85.3175L113.708 85.7783C114.03 85.8459 114.345 85.6397 114.413 85.3177L115.233 81.4081C115.301 81.0862 115.095 80.7704 114.773 80.7029Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M59.5282 54.4122L79.8396 58.674C80.7791 58.8711 81.6018 59.4334 82.1268 60.2372C82.6517 61.0409 82.8359 62.0203 82.6388 62.9598C82.4416 63.8993 81.8793 64.722 81.0756 65.247C80.2719 65.772 79.2925 65.9561 78.353 65.759L58.0416 61.4972L59.5282 54.4122Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
10
|
+
<path d="M56.3646 70.2113L76.6824 74.4744C77.622 74.6716 78.4447 75.2338 78.9696 76.0376C79.4946 76.8413 79.6788 77.8207 79.4816 78.7602C79.2845 79.6997 78.7222 80.5225 77.9185 81.0474C77.1147 81.5724 76.1354 81.7565 75.1958 81.5594L54.878 77.2963L56.3646 70.2113Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
11
|
+
<path d="M47.9399 39.9729L64.2773 43.4008C64.7501 43.5 65.1987 43.6914 65.5976 43.964C65.9965 44.2366 66.3377 44.5851 66.6019 44.9896C66.8661 45.3941 67.048 45.8466 67.1373 46.3214C67.2266 46.7962 67.2215 47.2839 67.1223 47.7567L59.0272 86.3377C58.8268 87.2926 58.2553 88.1288 57.4384 88.6624C56.6215 89.1959 55.6261 89.3831 54.6712 89.1827L38.3339 85.7548L47.9399 39.9729Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
12
|
+
<path d="M51.2377 40.6614L44.0561 39.1545C42.0677 38.7373 40.1175 40.011 39.7002 41.9995L31.6044 80.5837C31.1872 82.5722 32.461 84.5224 34.4494 84.9396L41.631 86.4465C43.6195 86.8637 45.5697 85.5899 45.987 83.6015L54.0828 45.0173C54.5 43.0288 53.2262 41.0786 51.2377 40.6614Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
13
|
+
<path d="M44.4547 47.45L33.0317 45.0532C31.0433 44.636 29.093 45.9097 28.6758 47.8982L23.6762 71.7263C23.2589 73.7148 24.5327 75.665 26.5212 76.0822L37.9441 78.479C39.9326 78.8962 41.8828 77.6225 42.3 75.634L47.2997 51.8059C47.7169 49.8174 46.4431 47.8672 44.4547 47.45Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
14
|
+
<path d="M30.3053 44.4819L27.204 43.8311C25.2155 43.4139 23.2653 44.6877 22.8481 46.6761L17.8484 70.5042C17.4312 72.4927 18.7049 74.4429 20.6934 74.8602L23.7947 75.5109C25.7832 75.9281 27.7334 74.6543 28.1506 72.6659L33.1503 48.8378C33.5675 46.8493 32.2937 44.8991 30.3053 44.4819Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
15
|
+
<path d="M120.602 141.518C112.626 141.518 106.673 138.951 103.837 134.278C101.691 130.744 101.29 125.789 102.741 120.679C104.143 115.743 107.018 111.402 110.602 108.75C120.345 101.557 136.736 100.524 153.873 118.734C157.45 111.363 158.374 103.136 155.62 96.575C154.633 94.196 150.74 86.2591 142.596 84.1268C142.3 84.0496 142.047 83.858 141.893 83.5941C141.738 83.3303 141.695 83.0159 141.772 82.7201C141.849 82.4242 142.041 82.1712 142.305 82.0166C142.568 81.862 142.883 81.8186 143.179 81.8958C152.346 84.2979 156.647 93.0607 157.746 95.6866C160.905 103.255 159.615 112.798 155.186 121.126C155.151 121.213 155.107 121.296 155.054 121.373C151.918 127.161 147.262 132.337 141.527 135.795C135.604 139.369 127.792 141.508 120.645 141.518H120.602ZM125.347 106.2C120.527 106.179 115.831 107.727 111.968 110.609C105.189 115.611 102.096 126.957 105.808 133.087C108.21 137.036 113.461 139.214 120.615 139.214H120.665C127.41 139.214 134.774 137.191 140.359 133.821C145.554 130.692 149.812 126.075 152.751 120.899C145.512 113.035 137.7 108.118 130.155 106.667C128.571 106.359 126.961 106.202 125.347 106.2Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path d="M86.1891 159.02C85.9143 159.017 85.6499 158.915 85.4432 158.734C85.2365 158.553 85.1012 158.304 85.0616 158.032C85.0219 157.76 85.0806 157.483 85.2269 157.25C85.3733 157.018 85.5978 156.845 85.8601 156.763C104.972 150.988 115.511 136.171 113.369 125.953C112.527 121.936 109.608 118.286 104.932 115.397C96.4327 110.132 83.5929 108.296 73.7113 110.896C67.7553 112.462 64.7017 115.19 61.7467 117.829C58.7918 120.468 55.6789 123.255 49.9007 124.509C41.2004 126.394 30.8153 124.032 21.3878 118.026C11.8123 111.922 4.68818 102.89 1.83854 93.2088C-1.08349 83.2844 -1.7087 65.2949 9.0778 59.2698C14.754 56.0977 21.2529 57.2692 24.6258 58.253C24.919 58.3403 25.1656 58.5405 25.3112 58.8095C25.4568 59.0786 25.4896 59.3945 25.4023 59.6877C25.3151 59.981 25.1149 60.2275 24.8458 60.3731C24.5768 60.5188 24.2609 60.5516 23.9677 60.4643C20.9305 59.5824 15.1127 58.5163 10.1769 61.2804C4.95142 64.2024 3.15148 70.4315 2.56246 75.1403C1.91025 80.9863 2.40996 86.9034 4.03335 92.5573C6.72504 101.698 13.497 110.274 22.6086 116.085C31.5228 121.764 41.2859 124.018 49.3939 122.258C54.5865 121.133 57.3143 118.694 60.2035 116.111C63.2143 113.423 66.6234 110.376 73.1157 108.668C83.56 105.92 97.1369 107.881 106.133 113.436C111.359 116.664 114.636 120.83 115.613 125.483C116.828 131.274 114.57 138.161 109.421 144.387C103.971 150.968 95.8371 156.151 86.5182 158.971C86.4114 159.003 86.3006 159.019 86.1891 159.02Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path d="M114.506 10.0775L92.1053 28.9281C92.0632 28.9652 92.032 29.0128 92.0148 29.0659C91.9977 29.1191 91.9954 29.1758 92.008 29.2302C92.0206 29.2845 92.0478 29.3345 92.0866 29.3749C92.1255 29.4153 92.1746 29.4447 92.2288 29.4598L103.437 32.4403C103.482 32.452 103.524 32.4735 103.559 32.5031C103.594 32.5327 103.622 32.5698 103.641 32.6115C103.66 32.6533 103.67 32.6987 103.669 32.7445C103.668 32.7903 103.657 32.8353 103.636 32.8763L95.7788 48.5497C95.7455 48.6134 95.7356 48.6866 95.7509 48.7567C95.7662 48.8268 95.8057 48.8895 95.8626 48.9339C95.9195 48.9782 95.9903 49.0016 96.0627 48.9999C96.1352 48.9982 96.2047 48.9716 96.2595 48.9246L118.891 30.1272C118.934 30.0907 118.966 30.0433 118.984 29.9901C119.002 29.937 119.005 29.88 118.992 29.8253C118.98 29.7706 118.953 29.7203 118.914 29.6798C118.875 29.6393 118.825 29.6101 118.77 29.5954L107.382 26.6415C107.337 26.6293 107.296 26.6076 107.26 26.5777C107.225 26.5479 107.197 26.5107 107.178 26.4689C107.158 26.427 107.149 26.3815 107.149 26.3355C107.15 26.2895 107.16 26.2443 107.181 26.2028L114.989 10.4497C115.023 10.3858 115.032 10.3123 115.017 10.242C115.001 10.1718 114.961 10.1091 114.904 10.065C114.846 10.0208 114.775 9.99787 114.703 10.0002C114.63 10.0024 114.561 10.0298 114.506 10.0775Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
</svg>
|
|
19
|
+
`;
|
|
@@ -0,0 +1,20 @@
|
|
|
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-DragFilesToUpload">
|
|
2
|
+
<rect y="43" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M72.325 48.1848C71.705 48.6398 71.03 49.0148 70.36 49.3848C67.015 51.2398 63.67 53.0948 60.325 54.9498C59.53 55.3898 58.595 55.8598 58.015 56.5848C57.315 57.4648 57.115 58.7048 56.61 59.6998C56.105 60.7048 53.41 66.4048 53.24 67.2498C53.175 67.5848 52.815 70.0848 52.48 70.2998L41.48 71.3648L41.56 76.1198C41.56 76.1198 39.815 76.2448 38.38 76.2798C36.625 76.3248 35.655 77.3348 35.5 78.8198L37.25 101.905C37.32 102.815 37.5 103.415 38.18 103.99L39.895 105.59C40.3 105.95 40.83 106.185 41.41 106.22L73.765 107.985C75.065 108.055 75.945 107.27 76.34 105.825L80.915 84.2248C81.055 82.8248 80.055 81.6198 78.675 81.5448L75.865 81.3898C75.99 80.0248 75.09 78.8898 73.755 78.8098L72.685 78.7448L70.965 67.5998L64.37 68.3848C64.905 67.4248 65.505 65.7498 65.65 65.4298C66.12 64.4148 70.71 62.8348 73.285 60.6298C75.86 58.4298 76.815 57.7448 76.815 57.7448L78.315 56.9398C78.535 57.3298 78.725 57.5798 78.865 57.6448C79.55 57.9598 80.89 56.9898 81.735 56.2898C81.88 56.4748 82.03 56.6498 82.18 56.7948C82.18 56.7948 83.295 58.1048 84.04 58.1048C84.04 58.1048 84.04 58.1048 84.045 58.1048H84.05H84.06C84.06 58.1048 84.075 58.0898 84.085 58.0848L101.06 43.0098H80.32C77.105 45.0948 72.34 48.1748 72.32 48.1898L72.33 48.1798L72.325 48.1848Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M73.0795 82.1746L73.1145 79.5946C73.2895 78.3596 72.4795 77.2946 71.3045 77.2196L57.3695 76.3596C56.1845 76.2846 55.1045 77.2396 54.9645 78.4796L55.0095 80.6246L51.2345 80.3946C49.5345 80.2896 48.0045 81.6446 47.8145 83.4096L49.8895 110.785C49.9745 111.865 50.1845 112.58 50.9945 113.26L53.0245 115.155L92.8945 117.885C94.4795 117.97 96.3545 114.89 96.6545 113.295L95.6495 86.7396C95.9595 84.9996 94.8595 83.4946 93.1845 83.3946L73.0795 82.1696V82.1746Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
5
|
+
<path d="M91.2003 85.3397L52.9203 83.2847C52.5703 83.2847 52.4053 83.4397 52.4053 83.8297L52.6153 110.225C52.6153 110.82 53.1003 111.325 53.6853 111.36L91.4253 113.415C92.0103 113.445 92.4803 112.99 92.4753 112.4L92.2653 86.4747C92.2653 85.8797 91.7803 85.3747 91.1953 85.3397H91.2003Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
6
|
+
<path d="M62.4048 91.3047L93.0148 87.8597L89.7798 66.9097L59.8848 71.2747L62.4048 91.3047Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
7
|
+
<path d="M73.7753 62.4647L72.3603 68.4347C72.2803 68.7797 72.2453 69.1447 72.2653 69.4997L75.0253 69.1047L75.4803 67.5547C75.4803 67.5547 76.7903 64.3597 76.6703 62.3547C76.6103 61.3197 75.9003 61.1347 75.2303 61.1947C74.5253 61.2597 73.9403 61.7747 73.7753 62.4647Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
8
|
+
<path d="M76.83 60.7095L75.35 66.9395C75.285 67.2095 75.25 67.4845 75.245 67.7595L75.21 69.0695L77.855 68.6895L78.5 65.9345C78.5 65.9345 79.81 62.7395 79.69 60.7345C79.62 59.5545 78.705 59.4795 77.965 59.6145C77.405 59.7195 76.96 60.1445 76.825 60.6995V60.7095H76.83Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
9
|
+
<path d="M91.4402 43.1045C90.6802 43.6595 89.8552 44.1195 89.0302 44.5745C84.9302 46.8495 80.8302 49.1245 76.7302 51.3995C75.7552 51.9395 74.6102 52.5145 73.9002 53.4045C73.0402 54.4845 72.7952 56.0045 72.1802 57.2245C71.5602 58.4545 68.2552 65.4445 68.0502 66.4795C67.9652 66.9045 67.4952 70.1795 67.0752 70.2445L72.0552 69.5295L73.0652 65.7545L81.2352 62.3745C80.5352 63.4245 80.0902 63.8895 78.2152 66.3545C76.3402 68.8195 76.0152 71.5145 78.3152 72.8395C80.6152 74.1695 84.7652 66.0145 85.3452 64.7745C85.9202 63.5295 89.4852 62.0545 92.6402 59.3545C95.8002 56.6545 97.0452 54.4395 97.0452 54.4395L109.485 47.7445L108.95 43.0195H91.5552C91.5152 43.0495 91.4702 43.0845 91.4302 43.1145L91.4402 43.1045Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
10
|
+
<path d="M101.735 49.4797C100.565 49.4497 99.3803 49.5997 98.2853 50.0147C97.7353 50.2197 97.2153 50.4947 96.7353 50.8297C96.4903 50.9997 96.2353 51.1797 96.0453 51.4147C95.7053 51.8347 95.4603 52.3347 95.2153 52.8147C94.8753 53.4847 94.5603 54.1697 94.2303 54.8447C93.5653 56.2247 92.8953 57.6697 91.9303 58.8697C91.3253 59.6197 88.2903 61.3747 87.6003 62.0197C86.9753 62.6047 86.3153 63.1547 85.6903 63.7397C85.0453 64.3497 84.4253 65.0047 84.0303 65.8097C83.6753 66.5347 83.4203 67.4747 82.7303 67.9547C82.4953 68.1197 82.2453 68.2097 81.9853 68.2697C81.5803 68.3647 81.4653 68.8847 81.7953 69.1247C81.9053 69.2047 81.9903 69.2797 82.0153 69.3447C82.1103 69.5747 79.9453 72.3797 79.5303 72.8147C81.8803 72.2497 84.7453 66.2647 85.2553 65.1647C85.8303 63.9197 89.3953 62.4447 92.5503 59.7447C95.7053 57.0447 96.9503 54.8297 96.9503 54.8297L105.68 50.1297C104.395 49.7447 103.07 49.4997 101.735 49.4697V49.4797Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
11
|
+
<path d="M78.6601 65.7896C78.7701 65.6796 79.1301 65.4946 79.2501 65.3996C79.8501 64.9296 80.1951 64.4346 80.6201 63.9096C81.0551 63.3696 81.4901 62.7796 81.7501 62.1296C82.0201 61.4496 82.1301 60.6396 81.8551 59.9446C81.7201 59.6046 81.4901 59.3146 81.1901 59.1046C80.9901 58.9696 80.7151 58.6796 80.4951 58.5846C79.9401 58.3396 79.3951 58.0496 78.8001 57.9196C78.3801 57.8246 77.9651 57.7496 77.5301 57.7396C77.1301 57.7296 76.8901 57.9596 76.9351 58.3346C76.9801 58.7046 77.1601 59.1396 77.2451 59.5546C77.3451 60.0496 77.3301 60.4546 76.9351 60.7646C76.7151 60.9396 76.3401 61.0146 76.0801 61.1296C74.7551 61.6846 74.1751 63.0596 73.1701 64.0946C72.6501 64.6296 72.1401 65.2496 71.6051 65.7746C71.4251 65.9496 71.2501 66.1446 71.1501 66.3746C71.0301 66.6596 71.0301 66.9846 70.9951 67.2896C70.8551 68.4996 70.1001 68.9996 69.4551 69.9046L72.0601 69.5296L73.1651 66.1996L81.2501 62.3796C80.6601 63.2596 79.8751 64.2246 78.6601 65.7996V65.7896Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
12
|
+
<path d="M77.9499 69.025C78.1149 68.865 78.3699 68.85 78.5599 68.98C78.9749 69.265 79.9049 69.755 80.4799 70.05C80.7649 70.195 80.8899 70.53 80.7699 70.82C80.3799 71.78 79.4849 73.345 78.2649 72.9C76.8699 72.39 76.0649 70.82 77.9449 69.025H77.9499Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
13
|
+
<path d="M103.519 53.6598C103.519 53.6598 104.899 55.2798 105.809 55.2648C106.369 55.2648 103.769 48.3248 101.694 43.0098H98.5645C99.7595 46.9148 101.539 51.7148 103.519 53.6598Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
14
|
+
<path d="M99.4545 54.7098C100.729 55.2948 103.894 52.2248 103.894 52.2248L109.479 48.9798L108.809 43.0098H94.4395C95.7995 46.8698 98.5145 54.2748 99.4595 54.7048H99.4545V54.7098Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path d="M99.6105 43.0098C101.92 48.0398 105.055 54.6598 105.815 55.2648L124.695 43.0098H99.6055H99.6105Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
16
|
+
<path d="M122.161 43.0098C121.136 43.7298 120.091 44.4148 119.011 45.0498C117.836 45.7398 116.631 46.3848 115.361 46.8848C114.041 47.4048 112.666 47.8048 111.256 47.9798C109.846 48.1598 108.406 48.1098 107.006 47.8498C105.696 47.6048 104.411 47.1998 103.221 46.5948C102.161 46.0548 101.181 45.3648 100.311 44.5498C102.511 49.2998 105.121 54.7248 105.806 55.2698L124.696 43.0098H122.161Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
17
|
+
<path d="M78.9647 80.6797C78.9647 80.6797 81.0097 81.5797 80.5397 83.9197L92.5047 84.5447L93.0147 87.2947H77.5947L78.9647 80.6797Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
18
|
+
<path d="M79.6547 85.5796L80.0947 82.7046C80.1647 81.5246 79.2997 80.5146 78.1547 80.4546L64.6697 79.7196C63.5247 79.6596 62.5697 80.5696 62.5347 81.7496L61.9747 84.6196L58.3397 84.4196C56.7047 84.3296 55.3547 85.6196 55.3247 87.2896L52.0647 113.025C52.0447 114.535 53.2797 115.82 54.8247 115.905L93.1947 117.995C94.7347 118.08 95.7797 117.145 96.2497 115.435L101.675 89.8196C101.845 88.1596 100.655 86.7296 99.0197 86.6396L79.6597 85.5846L79.6547 85.5796Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
19
|
+
<path d="M82.7823 109.534L69.8573 108.829C69.3973 108.804 69.0823 108.414 69.1523 107.964C69.2223 107.514 69.6573 107.164 70.1173 107.189L83.0423 107.894C83.5023 107.919 83.8173 108.309 83.7473 108.759C83.6773 109.209 83.2423 109.559 82.7823 109.534ZM76.9773 105.084C76.5173 105.059 76.2023 104.669 76.2723 104.219L77.6573 95.5385L74.9673 97.6985C74.5923 97.9985 74.0623 97.9686 73.7873 97.6336C73.5173 97.2986 73.5973 96.7736 73.9723 96.4736L78.3023 92.9986C78.4823 92.8536 78.7273 92.7736 78.9373 92.7836C79.1773 92.7986 79.3623 92.8986 79.4923 93.0636L82.6573 96.9586C82.9273 97.2936 82.8473 97.8186 82.4723 98.1186C82.0973 98.4186 81.5673 98.3886 81.2923 98.0536L79.3323 95.6436L77.9473 104.324C77.8773 104.774 77.4423 105.124 76.9823 105.099L76.9723 105.089L76.9773 105.084Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
20
|
+
</svg>`;
|