@ui5/webcomponents-fiori 0.0.0-037d08c67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.production +1 -0
- package/.env.testing +4 -0
- package/.npsrc.json +3 -0
- package/CHANGELOG.md +4053 -0
- package/LICENSE.txt +201 -0
- package/README.md +77 -0
- package/cypress.config.js +3 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/Assets-fetch.d.ts +3 -0
- package/dist/Assets-fetch.js +6 -0
- package/dist/Assets-fetch.js.map +1 -0
- package/dist/Assets-node.d.ts +14 -0
- package/dist/Assets-node.js +17 -0
- package/dist/Assets-node.js.map +1 -0
- package/dist/Assets.d.ts +3 -0
- package/dist/Assets.js +6 -0
- package/dist/Assets.js.map +1 -0
- package/dist/BarcodeScannerDialog.d.ts +137 -0
- package/dist/BarcodeScannerDialog.js +366 -0
- package/dist/BarcodeScannerDialog.js.map +1 -0
- package/dist/BarcodeScannerDialogTemplate.d.ts +2 -0
- package/dist/BarcodeScannerDialogTemplate.js +8 -0
- package/dist/BarcodeScannerDialogTemplate.js.map +1 -0
- package/dist/DynamicPage.d.ts +165 -0
- package/dist/DynamicPage.js +398 -0
- package/dist/DynamicPage.js.map +1 -0
- package/dist/DynamicPageHeader.d.ts +57 -0
- package/dist/DynamicPageHeader.js +93 -0
- package/dist/DynamicPageHeader.js.map +1 -0
- package/dist/DynamicPageHeaderActions.d.ts +77 -0
- package/dist/DynamicPageHeaderActions.js +181 -0
- package/dist/DynamicPageHeaderActions.js.map +1 -0
- package/dist/DynamicPageHeaderActionsTemplate.d.ts +2 -0
- package/dist/DynamicPageHeaderActionsTemplate.js +8 -0
- package/dist/DynamicPageHeaderActionsTemplate.js.map +1 -0
- package/dist/DynamicPageHeaderTemplate.d.ts +2 -0
- package/dist/DynamicPageHeaderTemplate.js +5 -0
- package/dist/DynamicPageHeaderTemplate.js.map +1 -0
- package/dist/DynamicPageTemplate.d.ts +2 -0
- package/dist/DynamicPageTemplate.js +14 -0
- package/dist/DynamicPageTemplate.js.map +1 -0
- package/dist/DynamicPageTitle.d.ts +172 -0
- package/dist/DynamicPageTitle.js +246 -0
- package/dist/DynamicPageTitle.js.map +1 -0
- package/dist/DynamicPageTitleTemplate.d.ts +2 -0
- package/dist/DynamicPageTitleTemplate.js +16 -0
- package/dist/DynamicPageTitleTemplate.js.map +1 -0
- package/dist/DynamicSideContent.d.ts +234 -0
- package/dist/DynamicSideContent.js +413 -0
- package/dist/DynamicSideContent.js.map +1 -0
- package/dist/DynamicSideContentTemplate.d.ts +2 -0
- package/dist/DynamicSideContentTemplate.js +14 -0
- package/dist/DynamicSideContentTemplate.js.map +1 -0
- package/dist/FilterItem.d.ts +45 -0
- package/dist/FilterItem.js +48 -0
- package/dist/FilterItem.js.map +1 -0
- package/dist/FilterItemOption.d.ts +38 -0
- package/dist/FilterItemOption.js +54 -0
- package/dist/FilterItemOption.js.map +1 -0
- package/dist/FlexibleColumnLayout.d.ts +432 -0
- package/dist/FlexibleColumnLayout.js +1177 -0
- package/dist/FlexibleColumnLayout.js.map +1 -0
- package/dist/FlexibleColumnLayoutTemplate.d.ts +2 -0
- package/dist/FlexibleColumnLayoutTemplate.js +40 -0
- package/dist/FlexibleColumnLayoutTemplate.js.map +1 -0
- package/dist/GroupItem.d.ts +38 -0
- package/dist/GroupItem.js +54 -0
- package/dist/GroupItem.js.map +1 -0
- package/dist/IllustratedMessage.d.ts +252 -0
- package/dist/IllustratedMessage.js +426 -0
- package/dist/IllustratedMessage.js.map +1 -0
- package/dist/IllustratedMessageTemplate.d.ts +2 -0
- package/dist/IllustratedMessageTemplate.js +27 -0
- package/dist/IllustratedMessageTemplate.js.map +1 -0
- package/dist/MediaGallery.d.ts +178 -0
- package/dist/MediaGallery.js +441 -0
- package/dist/MediaGallery.js.map +1 -0
- package/dist/MediaGalleryItem.d.ts +117 -0
- package/dist/MediaGalleryItem.js +238 -0
- package/dist/MediaGalleryItem.js.map +1 -0
- package/dist/MediaGalleryItemTemplate.d.ts +2 -0
- package/dist/MediaGalleryItemTemplate.js +7 -0
- package/dist/MediaGalleryItemTemplate.js.map +1 -0
- package/dist/MediaGalleryTemplate.d.ts +2 -0
- package/dist/MediaGalleryTemplate.js +10 -0
- package/dist/MediaGalleryTemplate.js.map +1 -0
- package/dist/NavigationLayout.d.ts +74 -0
- package/dist/NavigationLayout.js +127 -0
- package/dist/NavigationLayout.js.map +1 -0
- package/dist/NavigationLayoutTemplate.d.ts +2 -0
- package/dist/NavigationLayoutTemplate.js +5 -0
- package/dist/NavigationLayoutTemplate.js.map +1 -0
- package/dist/NavigationMenu.d.ts +37 -0
- package/dist/NavigationMenu.js +68 -0
- package/dist/NavigationMenu.js.map +1 -0
- package/dist/NavigationMenuItem.d.ts +86 -0
- package/dist/NavigationMenuItem.js +159 -0
- package/dist/NavigationMenuItem.js.map +1 -0
- package/dist/NavigationMenuItemTemplate.d.ts +3 -0
- package/dist/NavigationMenuItemTemplate.js +34 -0
- package/dist/NavigationMenuItemTemplate.js.map +1 -0
- package/dist/NavigationMenuTemplate.d.ts +2 -0
- package/dist/NavigationMenuTemplate.js +12 -0
- package/dist/NavigationMenuTemplate.js.map +1 -0
- package/dist/NotificationList.d.ts +73 -0
- package/dist/NotificationList.js +135 -0
- package/dist/NotificationList.js.map +1 -0
- package/dist/NotificationListGroupItem.d.ts +93 -0
- package/dist/NotificationListGroupItem.js +224 -0
- package/dist/NotificationListGroupItem.js.map +1 -0
- package/dist/NotificationListGroupItemTemplate.d.ts +2 -0
- package/dist/NotificationListGroupItemTemplate.js +10 -0
- package/dist/NotificationListGroupItemTemplate.js.map +1 -0
- package/dist/NotificationListGroupList.d.ts +23 -0
- package/dist/NotificationListGroupList.js +52 -0
- package/dist/NotificationListGroupList.js.map +1 -0
- package/dist/NotificationListInternal.d.ts +21 -0
- package/dist/NotificationListInternal.js +161 -0
- package/dist/NotificationListInternal.js.map +1 -0
- package/dist/NotificationListItem.d.ts +200 -0
- package/dist/NotificationListItem.js +454 -0
- package/dist/NotificationListItem.js.map +1 -0
- package/dist/NotificationListItemBase.d.ts +52 -0
- package/dist/NotificationListItemBase.js +103 -0
- package/dist/NotificationListItemBase.js.map +1 -0
- package/dist/NotificationListItemTemplate.d.ts +2 -0
- package/dist/NotificationListItemTemplate.js +19 -0
- package/dist/NotificationListItemTemplate.js.map +1 -0
- package/dist/NotificationListTemplate.d.ts +2 -0
- package/dist/NotificationListTemplate.js +6 -0
- package/dist/NotificationListTemplate.js.map +1 -0
- package/dist/Page.d.ts +84 -0
- package/dist/Page.js +127 -0
- package/dist/Page.js.map +1 -0
- package/dist/PageTemplate.d.ts +2 -0
- package/dist/PageTemplate.js +11 -0
- package/dist/PageTemplate.js.map +1 -0
- package/dist/ProductSwitch.d.ts +79 -0
- package/dist/ProductSwitch.js +142 -0
- package/dist/ProductSwitch.js.map +1 -0
- package/dist/ProductSwitchItem.d.ts +117 -0
- package/dist/ProductSwitchItem.js +156 -0
- package/dist/ProductSwitchItem.js.map +1 -0
- package/dist/ProductSwitchItemTemplate.d.ts +2 -0
- package/dist/ProductSwitchItemTemplate.js +15 -0
- package/dist/ProductSwitchItemTemplate.js.map +1 -0
- package/dist/ProductSwitchTemplate.d.ts +2 -0
- package/dist/ProductSwitchTemplate.js +5 -0
- package/dist/ProductSwitchTemplate.js.map +1 -0
- package/dist/Search.d.ts +186 -0
- package/dist/Search.js +446 -0
- package/dist/Search.js.map +1 -0
- package/dist/SearchField.d.ts +155 -0
- package/dist/SearchField.js +233 -0
- package/dist/SearchField.js.map +1 -0
- package/dist/SearchFieldTemplate.d.ts +8 -0
- package/dist/SearchFieldTemplate.js +17 -0
- package/dist/SearchFieldTemplate.js.map +1 -0
- package/dist/SearchItem.d.ts +99 -0
- package/dist/SearchItem.js +216 -0
- package/dist/SearchItem.js.map +1 -0
- package/dist/SearchItemGroup.d.ts +17 -0
- package/dist/SearchItemGroup.js +42 -0
- package/dist/SearchItemGroup.js.map +1 -0
- package/dist/SearchItemShowMore.d.ts +49 -0
- package/dist/SearchItemShowMore.js +112 -0
- package/dist/SearchItemShowMore.js.map +1 -0
- package/dist/SearchItemShowMoreTemplate.d.ts +2 -0
- package/dist/SearchItemShowMoreTemplate.js +5 -0
- package/dist/SearchItemShowMoreTemplate.js.map +1 -0
- package/dist/SearchItemTemplate.d.ts +2 -0
- package/dist/SearchItemTemplate.js +16 -0
- package/dist/SearchItemTemplate.js.map +1 -0
- package/dist/SearchMessageArea.d.ts +27 -0
- package/dist/SearchMessageArea.js +41 -0
- package/dist/SearchMessageArea.js.map +1 -0
- package/dist/SearchMessageAreaTemplate.d.ts +2 -0
- package/dist/SearchMessageAreaTemplate.js +8 -0
- package/dist/SearchMessageAreaTemplate.js.map +1 -0
- package/dist/SearchPopoverTemplate.d.ts +3 -0
- package/dist/SearchPopoverTemplate.js +25 -0
- package/dist/SearchPopoverTemplate.js.map +1 -0
- package/dist/SearchScope.d.ts +30 -0
- package/dist/SearchScope.js +37 -0
- package/dist/SearchScope.js.map +1 -0
- package/dist/SearchTemplate.d.ts +2 -0
- package/dist/SearchTemplate.js +7 -0
- package/dist/SearchTemplate.js.map +1 -0
- package/dist/ShellBar.d.ts +556 -0
- package/dist/ShellBar.js +1390 -0
- package/dist/ShellBar.js.map +1 -0
- package/dist/ShellBarBranding.d.ts +79 -0
- package/dist/ShellBarBranding.js +116 -0
- package/dist/ShellBarBranding.js.map +1 -0
- package/dist/ShellBarBrandingTemplate.d.ts +2 -0
- package/dist/ShellBarBrandingTemplate.js +5 -0
- package/dist/ShellBarBrandingTemplate.js.map +1 -0
- package/dist/ShellBarItem.d.ts +75 -0
- package/dist/ShellBarItem.js +88 -0
- package/dist/ShellBarItem.js.map +1 -0
- package/dist/ShellBarPopoverTemplate.d.ts +2 -0
- package/dist/ShellBarPopoverTemplate.js +9 -0
- package/dist/ShellBarPopoverTemplate.js.map +1 -0
- package/dist/ShellBarSearch.d.ts +26 -0
- package/dist/ShellBarSearch.js +97 -0
- package/dist/ShellBarSearch.js.map +1 -0
- package/dist/ShellBarSearchPopoverTemplate.d.ts +2 -0
- package/dist/ShellBarSearchPopoverTemplate.js +12 -0
- package/dist/ShellBarSearchPopoverTemplate.js.map +1 -0
- package/dist/ShellBarSearchTemplate.d.ts +2 -0
- package/dist/ShellBarSearchTemplate.js +7 -0
- package/dist/ShellBarSearchTemplate.js.map +1 -0
- package/dist/ShellBarSpacer.d.ts +17 -0
- package/dist/ShellBarSpacer.js +38 -0
- package/dist/ShellBarSpacer.js.map +1 -0
- package/dist/ShellBarTemplate.d.ts +2 -0
- package/dist/ShellBarTemplate.js +62 -0
- package/dist/ShellBarTemplate.js.map +1 -0
- package/dist/SideNavigation.d.ts +178 -0
- package/dist/SideNavigation.js +543 -0
- package/dist/SideNavigation.js.map +1 -0
- package/dist/SideNavigationGroup.d.ts +56 -0
- package/dist/SideNavigationGroup.js +166 -0
- package/dist/SideNavigationGroup.js.map +1 -0
- package/dist/SideNavigationGroupTemplate.d.ts +2 -0
- package/dist/SideNavigationGroupTemplate.js +16 -0
- package/dist/SideNavigationGroupTemplate.js.map +1 -0
- package/dist/SideNavigationItem.d.ts +77 -0
- package/dist/SideNavigationItem.js +278 -0
- package/dist/SideNavigationItem.js.map +1 -0
- package/dist/SideNavigationItemBase.d.ts +81 -0
- package/dist/SideNavigationItemBase.js +122 -0
- package/dist/SideNavigationItemBase.js.map +1 -0
- package/dist/SideNavigationItemTemplate.d.ts +2 -0
- package/dist/SideNavigationItemTemplate.js +26 -0
- package/dist/SideNavigationItemTemplate.js.map +1 -0
- package/dist/SideNavigationPopoverTemplate.d.ts +2 -0
- package/dist/SideNavigationPopoverTemplate.js +13 -0
- package/dist/SideNavigationPopoverTemplate.js.map +1 -0
- package/dist/SideNavigationSelectableItemBase.d.ts +150 -0
- package/dist/SideNavigationSelectableItemBase.js +256 -0
- package/dist/SideNavigationSelectableItemBase.js.map +1 -0
- package/dist/SideNavigationSubItem.d.ts +26 -0
- package/dist/SideNavigationSubItem.js +64 -0
- package/dist/SideNavigationSubItem.js.map +1 -0
- package/dist/SideNavigationSubItemTemplate.d.ts +2 -0
- package/dist/SideNavigationSubItemTemplate.js +10 -0
- package/dist/SideNavigationSubItemTemplate.js.map +1 -0
- package/dist/SideNavigationTemplate.d.ts +2 -0
- package/dist/SideNavigationTemplate.js +20 -0
- package/dist/SideNavigationTemplate.js.map +1 -0
- package/dist/SortItem.d.ts +38 -0
- package/dist/SortItem.js +54 -0
- package/dist/SortItem.js.map +1 -0
- package/dist/Timeline.d.ts +146 -0
- package/dist/Timeline.js +380 -0
- package/dist/Timeline.js.map +1 -0
- package/dist/TimelineGroupItem.d.ts +71 -0
- package/dist/TimelineGroupItem.js +164 -0
- package/dist/TimelineGroupItem.js.map +1 -0
- package/dist/TimelineGroupItemTemplate.d.ts +2 -0
- package/dist/TimelineGroupItemTemplate.js +17 -0
- package/dist/TimelineGroupItemTemplate.js.map +1 -0
- package/dist/TimelineItem.d.ts +123 -0
- package/dist/TimelineItem.js +194 -0
- package/dist/TimelineItem.js.map +1 -0
- package/dist/TimelineItemTemplate.d.ts +2 -0
- package/dist/TimelineItemTemplate.js +29 -0
- package/dist/TimelineItemTemplate.js.map +1 -0
- package/dist/TimelineTemplate.d.ts +2 -0
- package/dist/TimelineTemplate.js +18 -0
- package/dist/TimelineTemplate.js.map +1 -0
- package/dist/UploadCollection.d.ts +124 -0
- package/dist/UploadCollection.js +221 -0
- package/dist/UploadCollection.js.map +1 -0
- package/dist/UploadCollectionItem.d.ts +169 -0
- package/dist/UploadCollectionItem.js +400 -0
- package/dist/UploadCollectionItem.js.map +1 -0
- package/dist/UploadCollectionItemTemplate.d.ts +3 -0
- package/dist/UploadCollectionItemTemplate.js +22 -0
- package/dist/UploadCollectionItemTemplate.js.map +1 -0
- package/dist/UploadCollectionTemplate.d.ts +2 -0
- package/dist/UploadCollectionTemplate.js +24 -0
- package/dist/UploadCollectionTemplate.js.map +1 -0
- package/dist/UserMenu.d.ts +169 -0
- package/dist/UserMenu.js +366 -0
- package/dist/UserMenu.js.map +1 -0
- package/dist/UserMenuAccount.d.ts +61 -0
- package/dist/UserMenuAccount.js +121 -0
- package/dist/UserMenuAccount.js.map +1 -0
- package/dist/UserMenuItem.d.ts +36 -0
- package/dist/UserMenuItem.js +52 -0
- package/dist/UserMenuItem.js.map +1 -0
- package/dist/UserMenuItemGroup.d.ts +35 -0
- package/dist/UserMenuItemGroup.js +52 -0
- package/dist/UserMenuItemGroup.js.map +1 -0
- package/dist/UserMenuItemGroupTemplate.d.ts +2 -0
- package/dist/UserMenuItemGroupTemplate.js +5 -0
- package/dist/UserMenuItemGroupTemplate.js.map +1 -0
- package/dist/UserMenuItemTemplate.d.ts +2 -0
- package/dist/UserMenuItemTemplate.js +5 -0
- package/dist/UserMenuItemTemplate.js.map +1 -0
- package/dist/UserMenuTemplate.d.ts +2 -0
- package/dist/UserMenuTemplate.js +57 -0
- package/dist/UserMenuTemplate.js.map +1 -0
- package/dist/UserSettingsAccountView.d.ts +30 -0
- package/dist/UserSettingsAccountView.js +108 -0
- package/dist/UserSettingsAccountView.js.map +1 -0
- package/dist/UserSettingsAccountViewTemplate.d.ts +2 -0
- package/dist/UserSettingsAccountViewTemplate.js +18 -0
- package/dist/UserSettingsAccountViewTemplate.js.map +1 -0
- package/dist/UserSettingsAppearanceView.d.ts +29 -0
- package/dist/UserSettingsAppearanceView.js +108 -0
- package/dist/UserSettingsAppearanceView.js.map +1 -0
- package/dist/UserSettingsAppearanceViewGroup.d.ts +30 -0
- package/dist/UserSettingsAppearanceViewGroup.js +48 -0
- package/dist/UserSettingsAppearanceViewGroup.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItem.d.ts +31 -0
- package/dist/UserSettingsAppearanceViewItem.js +108 -0
- package/dist/UserSettingsAppearanceViewItem.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.d.ts +2 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.js +13 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.js.map +1 -0
- package/dist/UserSettingsAppearanceViewTemplate.d.ts +2 -0
- package/dist/UserSettingsAppearanceViewTemplate.js +6 -0
- package/dist/UserSettingsAppearanceViewTemplate.js.map +1 -0
- package/dist/UserSettingsDialog.d.ts +119 -0
- package/dist/UserSettingsDialog.js +262 -0
- package/dist/UserSettingsDialog.js.map +1 -0
- package/dist/UserSettingsDialogTemplate.d.ts +2 -0
- package/dist/UserSettingsDialogTemplate.js +23 -0
- package/dist/UserSettingsDialogTemplate.js.map +1 -0
- package/dist/UserSettingsItem.d.ts +137 -0
- package/dist/UserSettingsItem.js +215 -0
- package/dist/UserSettingsItem.js.map +1 -0
- package/dist/UserSettingsItemTemplate.d.ts +4 -0
- package/dist/UserSettingsItemTemplate.js +20 -0
- package/dist/UserSettingsItemTemplate.js.map +1 -0
- package/dist/UserSettingsView.d.ts +44 -0
- package/dist/UserSettingsView.js +68 -0
- package/dist/UserSettingsView.js.map +1 -0
- package/dist/UserSettingsViewTemplate.d.ts +2 -0
- package/dist/UserSettingsViewTemplate.js +5 -0
- package/dist/UserSettingsViewTemplate.js.map +1 -0
- package/dist/ViewSettingsDialog.d.ts +315 -0
- package/dist/ViewSettingsDialog.js +743 -0
- package/dist/ViewSettingsDialog.js.map +1 -0
- package/dist/ViewSettingsDialogTemplate.d.ts +2 -0
- package/dist/ViewSettingsDialogTemplate.js +53 -0
- package/dist/ViewSettingsDialogTemplate.js.map +1 -0
- package/dist/Wizard.d.ts +361 -0
- package/dist/Wizard.js +827 -0
- package/dist/Wizard.js.map +1 -0
- package/dist/WizardPopoverTemplate.d.ts +2 -0
- package/dist/WizardPopoverTemplate.js +12 -0
- package/dist/WizardPopoverTemplate.js.map +1 -0
- package/dist/WizardStep.d.ts +89 -0
- package/dist/WizardStep.js +92 -0
- package/dist/WizardStep.js.map +1 -0
- package/dist/WizardTab.d.ts +99 -0
- package/dist/WizardTab.js +162 -0
- package/dist/WizardTab.js.map +1 -0
- package/dist/WizardTabTemplate.d.ts +2 -0
- package/dist/WizardTabTemplate.js +7 -0
- package/dist/WizardTabTemplate.js.map +1 -0
- package/dist/WizardTemplate.d.ts +2 -0
- package/dist/WizardTemplate.js +11 -0
- package/dist/WizardTemplate.js.map +1 -0
- package/dist/bundle.esm.d.ts +4 -0
- package/dist/bundle.esm.js +67 -0
- package/dist/bundle.esm.js.map +1 -0
- package/dist/bundle.scoped.esm.d.ts +3 -0
- package/dist/bundle.scoped.esm.js +5 -0
- package/dist/bundle.scoped.esm.js.map +1 -0
- package/dist/css/themes/BarcodeScannerDialog.css +1 -0
- package/dist/css/themes/DynamicPage.css +1 -0
- package/dist/css/themes/DynamicPageHeader.css +1 -0
- package/dist/css/themes/DynamicPageHeaderActions.css +1 -0
- package/dist/css/themes/DynamicPageTitle.css +1 -0
- package/dist/css/themes/DynamicSideContent.css +1 -0
- package/dist/css/themes/FlexibleColumnLayout.css +1 -0
- package/dist/css/themes/IllustratedMessage.css +1 -0
- package/dist/css/themes/InvisibleTextStyles.css +1 -0
- package/dist/css/themes/MediaGallery.css +1 -0
- package/dist/css/themes/MediaGalleryItem.css +1 -0
- package/dist/css/themes/NavigationLayout.css +1 -0
- package/dist/css/themes/NavigationMenu.css +1 -0
- package/dist/css/themes/NavigationMenuItem.css +1 -0
- package/dist/css/themes/NotificationList.css +1 -0
- package/dist/css/themes/NotificationListGroupItem.css +1 -0
- package/dist/css/themes/NotificationListItem.css +1 -0
- package/dist/css/themes/NotificationListItemBase.css +1 -0
- package/dist/css/themes/NotificationStateIcon.css +1 -0
- package/dist/css/themes/Page.css +1 -0
- package/dist/css/themes/ProductSwitch.css +1 -0
- package/dist/css/themes/ProductSwitchItem.css +1 -0
- package/dist/css/themes/Search.css +1 -0
- package/dist/css/themes/SearchField.css +1 -0
- package/dist/css/themes/SearchItem.css +1 -0
- package/dist/css/themes/SearchItemGroup.css +1 -0
- package/dist/css/themes/SearchItemShowMore.css +1 -0
- package/dist/css/themes/SearchMessageArea.css +1 -0
- package/dist/css/themes/ShellBar.css +1 -0
- package/dist/css/themes/ShellBarBranding.css +1 -0
- package/dist/css/themes/ShellBarPopover.css +1 -0
- package/dist/css/themes/ShellBarSearch.css +1 -0
- package/dist/css/themes/SideNavigation.css +1 -0
- package/dist/css/themes/SideNavigationGroup.css +1 -0
- package/dist/css/themes/SideNavigationItem.css +1 -0
- package/dist/css/themes/SideNavigationItemBase.css +1 -0
- package/dist/css/themes/SideNavigationPopover.css +1 -0
- package/dist/css/themes/SideNavigationSubItem.css +1 -0
- package/dist/css/themes/Timeline.css +1 -0
- package/dist/css/themes/TimelineGroupItem.css +1 -0
- package/dist/css/themes/TimelineItem.css +1 -0
- package/dist/css/themes/UploadCollection.css +1 -0
- package/dist/css/themes/UploadCollectionItem.css +1 -0
- package/dist/css/themes/UserMenu.css +1 -0
- package/dist/css/themes/UserMenuItem.css +1 -0
- package/dist/css/themes/UserSettingsAccountView.css +1 -0
- package/dist/css/themes/UserSettingsAppearanceViewItem.css +1 -0
- package/dist/css/themes/UserSettingsDialog.css +1 -0
- package/dist/css/themes/UserSettingsItem.css +1 -0
- package/dist/css/themes/UserSettingsView.css +1 -0
- package/dist/css/themes/ViewSettingsDialog.css +1 -0
- package/dist/css/themes/Wizard.css +1 -0
- package/dist/css/themes/WizardPopover.css +1 -0
- package/dist/css/themes/WizardTab.css +1 -0
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +278 -0
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +210 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +216 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +279 -0
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +216 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +279 -0
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +218 -0
- package/dist/custom-elements-internal.json +13552 -0
- package/dist/custom-elements.json +9456 -0
- package/dist/fcl-utils/FCLLayout.d.ts +24 -0
- package/dist/fcl-utils/FCLLayout.js +271 -0
- package/dist/fcl-utils/FCLLayout.js.map +1 -0
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/i18n/i18n-defaults.d.ts +209 -0
- package/dist/generated/i18n/i18n-defaults.js +209 -0
- package/dist/generated/i18n/i18n-defaults.js.map +1 -0
- package/dist/generated/js-imports/Illustrations.d.ts +1 -0
- package/dist/generated/js-imports/Illustrations.js +88 -0
- package/dist/generated/js-imports/Illustrations.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsTNT.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsTNT.js +62 -0
- package/dist/generated/js-imports/IllustrationsTNT.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.js +59 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js +60 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js.map +1 -0
- package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
- package/dist/generated/json-imports/Themes-fetch.js +25 -0
- package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
- package/dist/generated/json-imports/Themes-node.d.ts +1 -0
- package/dist/generated/json-imports/Themes-node.js +25 -0
- package/dist/generated/json-imports/Themes-node.js.map +1 -0
- package/dist/generated/json-imports/Themes.d.ts +1 -0
- package/dist/generated/json-imports/Themes.js +25 -0
- package/dist/generated/json-imports/Themes.js.map +1 -0
- package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
- package/dist/generated/json-imports/i18n-fetch.js +120 -0
- package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
- package/dist/generated/json-imports/i18n-node.d.ts +1 -0
- package/dist/generated/json-imports/i18n-node.js +120 -0
- package/dist/generated/json-imports/i18n-node.js.map +1 -0
- package/dist/generated/json-imports/i18n.d.ts +1 -0
- package/dist/generated/json-imports/i18n.js +120 -0
- package/dist/generated/json-imports/i18n.js.map +1 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.d.ts +2 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.js +8 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.js.map +1 -0
- package/dist/generated/themes/DynamicPage.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPage.css.js +8 -0
- package/dist/generated/themes/DynamicPage.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageHeader.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageHeader.css.js +8 -0
- package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.js +8 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageTitle.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageTitle.css.js +8 -0
- package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -0
- package/dist/generated/themes/DynamicSideContent.css.d.ts +2 -0
- package/dist/generated/themes/DynamicSideContent.css.js +8 -0
- package/dist/generated/themes/DynamicSideContent.css.js.map +1 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.d.ts +2 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.js +8 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -0
- package/dist/generated/themes/IllustratedMessage.css.d.ts +2 -0
- package/dist/generated/themes/IllustratedMessage.css.js +8 -0
- package/dist/generated/themes/IllustratedMessage.css.js.map +1 -0
- package/dist/generated/themes/InvisibleTextStyles.css.d.ts +2 -0
- package/dist/generated/themes/InvisibleTextStyles.css.js +8 -0
- package/dist/generated/themes/InvisibleTextStyles.css.js.map +1 -0
- package/dist/generated/themes/MediaGallery.css.d.ts +2 -0
- package/dist/generated/themes/MediaGallery.css.js +8 -0
- package/dist/generated/themes/MediaGallery.css.js.map +1 -0
- package/dist/generated/themes/MediaGalleryItem.css.d.ts +2 -0
- package/dist/generated/themes/MediaGalleryItem.css.js +8 -0
- package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -0
- package/dist/generated/themes/NavigationLayout.css.d.ts +2 -0
- package/dist/generated/themes/NavigationLayout.css.js +8 -0
- package/dist/generated/themes/NavigationLayout.css.js.map +1 -0
- package/dist/generated/themes/NavigationMenu.css.d.ts +2 -0
- package/dist/generated/themes/NavigationMenu.css.js +8 -0
- package/dist/generated/themes/NavigationMenu.css.js.map +1 -0
- package/dist/generated/themes/NavigationMenuItem.css.d.ts +2 -0
- package/dist/generated/themes/NavigationMenuItem.css.js +8 -0
- package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationList.css.d.ts +2 -0
- package/dist/generated/themes/NotificationList.css.js +8 -0
- package/dist/generated/themes/NotificationList.css.js.map +1 -0
- package/dist/generated/themes/NotificationListGroupItem.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListGroupItem.css.js +8 -0
- package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationListItem.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListItem.css.js +8 -0
- package/dist/generated/themes/NotificationListItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationListItemBase.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListItemBase.css.js +8 -0
- package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -0
- package/dist/generated/themes/NotificationStateIcon.css.d.ts +2 -0
- package/dist/generated/themes/NotificationStateIcon.css.js +8 -0
- package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -0
- package/dist/generated/themes/Page.css.d.ts +2 -0
- package/dist/generated/themes/Page.css.js +8 -0
- package/dist/generated/themes/Page.css.js.map +1 -0
- package/dist/generated/themes/ProductSwitch.css.d.ts +2 -0
- package/dist/generated/themes/ProductSwitch.css.js +8 -0
- package/dist/generated/themes/ProductSwitch.css.js.map +1 -0
- package/dist/generated/themes/ProductSwitchItem.css.d.ts +2 -0
- package/dist/generated/themes/ProductSwitchItem.css.js +8 -0
- package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -0
- package/dist/generated/themes/Search.css.d.ts +2 -0
- package/dist/generated/themes/Search.css.js +8 -0
- package/dist/generated/themes/Search.css.js.map +1 -0
- package/dist/generated/themes/SearchField.css.d.ts +2 -0
- package/dist/generated/themes/SearchField.css.js +8 -0
- package/dist/generated/themes/SearchField.css.js.map +1 -0
- package/dist/generated/themes/SearchItem.css.d.ts +2 -0
- package/dist/generated/themes/SearchItem.css.js +8 -0
- package/dist/generated/themes/SearchItem.css.js.map +1 -0
- package/dist/generated/themes/SearchItemGroup.css.d.ts +2 -0
- package/dist/generated/themes/SearchItemGroup.css.js +8 -0
- package/dist/generated/themes/SearchItemGroup.css.js.map +1 -0
- package/dist/generated/themes/SearchItemShowMore.css.d.ts +2 -0
- package/dist/generated/themes/SearchItemShowMore.css.js +8 -0
- package/dist/generated/themes/SearchItemShowMore.css.js.map +1 -0
- package/dist/generated/themes/SearchMessageArea.css.d.ts +2 -0
- package/dist/generated/themes/SearchMessageArea.css.js +8 -0
- package/dist/generated/themes/SearchMessageArea.css.js.map +1 -0
- package/dist/generated/themes/ShellBar.css.d.ts +2 -0
- package/dist/generated/themes/ShellBar.css.js +8 -0
- package/dist/generated/themes/ShellBar.css.js.map +1 -0
- package/dist/generated/themes/ShellBarBranding.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarBranding.css.js +8 -0
- package/dist/generated/themes/ShellBarBranding.css.js.map +1 -0
- package/dist/generated/themes/ShellBarPopover.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarPopover.css.js +8 -0
- package/dist/generated/themes/ShellBarPopover.css.js.map +1 -0
- package/dist/generated/themes/ShellBarSearch.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarSearch.css.js +8 -0
- package/dist/generated/themes/ShellBarSearch.css.js.map +1 -0
- package/dist/generated/themes/SideNavigation.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigation.css.js +8 -0
- package/dist/generated/themes/SideNavigation.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationGroup.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationGroup.css.js +8 -0
- package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationItem.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationItem.css.js +8 -0
- package/dist/generated/themes/SideNavigationItem.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationItemBase.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationItemBase.css.js +8 -0
- package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationPopover.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationPopover.css.js +8 -0
- package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationSubItem.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationSubItem.css.js +8 -0
- package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -0
- package/dist/generated/themes/Timeline.css.d.ts +2 -0
- package/dist/generated/themes/Timeline.css.js +8 -0
- package/dist/generated/themes/Timeline.css.js.map +1 -0
- package/dist/generated/themes/TimelineGroupItem.css.d.ts +2 -0
- package/dist/generated/themes/TimelineGroupItem.css.js +8 -0
- package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -0
- package/dist/generated/themes/TimelineItem.css.d.ts +2 -0
- package/dist/generated/themes/TimelineItem.css.js +8 -0
- package/dist/generated/themes/TimelineItem.css.js.map +1 -0
- package/dist/generated/themes/UploadCollection.css.d.ts +2 -0
- package/dist/generated/themes/UploadCollection.css.js +8 -0
- package/dist/generated/themes/UploadCollection.css.js.map +1 -0
- package/dist/generated/themes/UploadCollectionItem.css.d.ts +2 -0
- package/dist/generated/themes/UploadCollectionItem.css.js +8 -0
- package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -0
- package/dist/generated/themes/UserMenu.css.d.ts +2 -0
- package/dist/generated/themes/UserMenu.css.js +8 -0
- package/dist/generated/themes/UserMenu.css.js.map +1 -0
- package/dist/generated/themes/UserMenuItem.css.d.ts +2 -0
- package/dist/generated/themes/UserMenuItem.css.js +8 -0
- package/dist/generated/themes/UserMenuItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsAccountView.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsAccountView.css.js +8 -0
- package/dist/generated/themes/UserSettingsAccountView.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js +8 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsDialog.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsDialog.css.js +8 -0
- package/dist/generated/themes/UserSettingsDialog.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsItem.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsItem.css.js +8 -0
- package/dist/generated/themes/UserSettingsItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsView.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsView.css.js +8 -0
- package/dist/generated/themes/UserSettingsView.css.js.map +1 -0
- package/dist/generated/themes/ViewSettingsDialog.css.d.ts +2 -0
- package/dist/generated/themes/ViewSettingsDialog.css.js +8 -0
- package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -0
- package/dist/generated/themes/Wizard.css.d.ts +2 -0
- package/dist/generated/themes/Wizard.css.js +8 -0
- package/dist/generated/themes/Wizard.css.js.map +1 -0
- package/dist/generated/themes/WizardPopover.css.d.ts +2 -0
- package/dist/generated/themes/WizardPopover.css.js +8 -0
- package/dist/generated/themes/WizardPopover.css.js.map +1 -0
- package/dist/generated/themes/WizardTab.css.d.ts +2 -0
- package/dist/generated/themes/WizardTab.css.js +8 -0
- package/dist/generated/themes/WizardTab.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +280 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +212 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +218 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +281 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +218 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +281 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +220 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -0
- package/dist/illustrations/Achievement.d.ts +8 -0
- package/dist/illustrations/Achievement.js +33 -0
- package/dist/illustrations/AddColumn.d.ts +8 -0
- package/dist/illustrations/AddColumn.js +33 -0
- package/dist/illustrations/AddDimensions.d.ts +8 -0
- package/dist/illustrations/AddDimensions.js +33 -0
- package/dist/illustrations/AddPeople.d.ts +8 -0
- package/dist/illustrations/AddPeople.js +33 -0
- package/dist/illustrations/AddPeopleToCalendar.d.ts +8 -0
- package/dist/illustrations/AddPeopleToCalendar.js +33 -0
- package/dist/illustrations/AddingColumns.d.ts +8 -0
- package/dist/illustrations/AddingColumns.js +33 -0
- package/dist/illustrations/AllIllustrations.d.ts +4 -0
- package/dist/illustrations/AllIllustrations.js +5 -0
- package/dist/illustrations/AllIllustrations.js.map +1 -0
- package/dist/illustrations/BalloonSky.d.ts +8 -0
- package/dist/illustrations/BalloonSky.js +33 -0
- package/dist/illustrations/BeforeSearch.d.ts +8 -0
- package/dist/illustrations/BeforeSearch.js +33 -0
- package/dist/illustrations/Connection.d.ts +8 -0
- package/dist/illustrations/Connection.js +33 -0
- package/dist/illustrations/DragFilesToUpload.d.ts +8 -0
- package/dist/illustrations/DragFilesToUpload.js +33 -0
- package/dist/illustrations/EmptyCalendar.d.ts +8 -0
- package/dist/illustrations/EmptyCalendar.js +33 -0
- package/dist/illustrations/EmptyList.d.ts +8 -0
- package/dist/illustrations/EmptyList.js +33 -0
- package/dist/illustrations/EmptyPlanningCalendar.d.ts +8 -0
- package/dist/illustrations/EmptyPlanningCalendar.js +33 -0
- package/dist/illustrations/ErrorScreen.d.ts +8 -0
- package/dist/illustrations/ErrorScreen.js +33 -0
- package/dist/illustrations/FilterTable.d.ts +8 -0
- package/dist/illustrations/FilterTable.js +33 -0
- package/dist/illustrations/FilteringColumns.d.ts +8 -0
- package/dist/illustrations/FilteringColumns.js +33 -0
- package/dist/illustrations/GroupTable.d.ts +8 -0
- package/dist/illustrations/GroupTable.js +33 -0
- package/dist/illustrations/GroupingColumns.d.ts +8 -0
- package/dist/illustrations/GroupingColumns.js +33 -0
- package/dist/illustrations/KeyTask.d.ts +8 -0
- package/dist/illustrations/KeyTask.js +33 -0
- package/dist/illustrations/NewMail.d.ts +8 -0
- package/dist/illustrations/NewMail.js +33 -0
- package/dist/illustrations/NoActivities.d.ts +8 -0
- package/dist/illustrations/NoActivities.js +33 -0
- package/dist/illustrations/NoChartData.d.ts +8 -0
- package/dist/illustrations/NoChartData.js +33 -0
- package/dist/illustrations/NoColumnsSet.d.ts +8 -0
- package/dist/illustrations/NoColumnsSet.js +33 -0
- package/dist/illustrations/NoData.d.ts +8 -0
- package/dist/illustrations/NoData.js +33 -0
- package/dist/illustrations/NoDimensionsSet.d.ts +8 -0
- package/dist/illustrations/NoDimensionsSet.js +33 -0
- package/dist/illustrations/NoEntries.d.ts +8 -0
- package/dist/illustrations/NoEntries.js +33 -0
- package/dist/illustrations/NoFilterResults.d.ts +8 -0
- package/dist/illustrations/NoFilterResults.js +33 -0
- package/dist/illustrations/NoMail.d.ts +8 -0
- package/dist/illustrations/NoMail.js +33 -0
- package/dist/illustrations/NoMail_v1.d.ts +8 -0
- package/dist/illustrations/NoMail_v1.js +33 -0
- package/dist/illustrations/NoNotifications.d.ts +8 -0
- package/dist/illustrations/NoNotifications.js +33 -0
- package/dist/illustrations/NoSavedItems.d.ts +8 -0
- package/dist/illustrations/NoSavedItems.js +33 -0
- package/dist/illustrations/NoSavedItems_v1.d.ts +8 -0
- package/dist/illustrations/NoSavedItems_v1.js +33 -0
- package/dist/illustrations/NoSearchResults.d.ts +8 -0
- package/dist/illustrations/NoSearchResults.js +33 -0
- package/dist/illustrations/NoTasks.d.ts +8 -0
- package/dist/illustrations/NoTasks.js +33 -0
- package/dist/illustrations/NoTasks_v1.d.ts +8 -0
- package/dist/illustrations/NoTasks_v1.js +33 -0
- package/dist/illustrations/PageNotFound.d.ts +8 -0
- package/dist/illustrations/PageNotFound.js +33 -0
- package/dist/illustrations/ReceiveAppreciation.d.ts +8 -0
- package/dist/illustrations/ReceiveAppreciation.js +33 -0
- package/dist/illustrations/ReloadScreen.d.ts +8 -0
- package/dist/illustrations/ReloadScreen.js +33 -0
- package/dist/illustrations/ResizeColumn.d.ts +8 -0
- package/dist/illustrations/ResizeColumn.js +33 -0
- package/dist/illustrations/ResizingColumns.d.ts +8 -0
- package/dist/illustrations/ResizingColumns.js +33 -0
- package/dist/illustrations/SearchEarth.d.ts +8 -0
- package/dist/illustrations/SearchEarth.js +33 -0
- package/dist/illustrations/SearchFolder.d.ts +8 -0
- package/dist/illustrations/SearchFolder.js +33 -0
- package/dist/illustrations/SignOut.d.ts +8 -0
- package/dist/illustrations/SignOut.js +33 -0
- package/dist/illustrations/SimpleBalloon.d.ts +8 -0
- package/dist/illustrations/SimpleBalloon.js +33 -0
- package/dist/illustrations/SimpleBell.d.ts +8 -0
- package/dist/illustrations/SimpleBell.js +33 -0
- package/dist/illustrations/SimpleCalendar.d.ts +8 -0
- package/dist/illustrations/SimpleCalendar.js +33 -0
- package/dist/illustrations/SimpleCheckMark.d.ts +8 -0
- package/dist/illustrations/SimpleCheckMark.js +33 -0
- package/dist/illustrations/SimpleConnection.d.ts +8 -0
- package/dist/illustrations/SimpleConnection.js +33 -0
- package/dist/illustrations/SimpleEmptyDoc.d.ts +8 -0
- package/dist/illustrations/SimpleEmptyDoc.js +33 -0
- package/dist/illustrations/SimpleEmptyList.d.ts +8 -0
- package/dist/illustrations/SimpleEmptyList.js +33 -0
- package/dist/illustrations/SimpleError.d.ts +8 -0
- package/dist/illustrations/SimpleError.js +33 -0
- package/dist/illustrations/SimpleMagnifier.d.ts +8 -0
- package/dist/illustrations/SimpleMagnifier.js +33 -0
- package/dist/illustrations/SimpleMail.d.ts +8 -0
- package/dist/illustrations/SimpleMail.js +33 -0
- package/dist/illustrations/SimpleNoSavedItems.d.ts +8 -0
- package/dist/illustrations/SimpleNoSavedItems.js +33 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.d.ts +8 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.js +33 -0
- package/dist/illustrations/SimpleReload.d.ts +8 -0
- package/dist/illustrations/SimpleReload.js +33 -0
- package/dist/illustrations/SimpleTask.d.ts +8 -0
- package/dist/illustrations/SimpleTask.js +33 -0
- package/dist/illustrations/SleepingBell.d.ts +8 -0
- package/dist/illustrations/SleepingBell.js +33 -0
- package/dist/illustrations/SortColumn.d.ts +8 -0
- package/dist/illustrations/SortColumn.js +33 -0
- package/dist/illustrations/SortingColumns.d.ts +8 -0
- package/dist/illustrations/SortingColumns.js +33 -0
- package/dist/illustrations/SuccessBalloon.d.ts +8 -0
- package/dist/illustrations/SuccessBalloon.js +33 -0
- package/dist/illustrations/SuccessCheckMark.d.ts +8 -0
- package/dist/illustrations/SuccessCheckMark.js +33 -0
- package/dist/illustrations/SuccessHighFive.d.ts +8 -0
- package/dist/illustrations/SuccessHighFive.js +33 -0
- package/dist/illustrations/SuccessScreen.d.ts +8 -0
- package/dist/illustrations/SuccessScreen.js +33 -0
- package/dist/illustrations/Survey.d.ts +8 -0
- package/dist/illustrations/Survey.js +33 -0
- package/dist/illustrations/Tent.d.ts +8 -0
- package/dist/illustrations/Tent.js +33 -0
- package/dist/illustrations/UnableToLoad.d.ts +8 -0
- package/dist/illustrations/UnableToLoad.js +33 -0
- package/dist/illustrations/UnableToLoadImage.d.ts +8 -0
- package/dist/illustrations/UnableToLoadImage.js +33 -0
- package/dist/illustrations/UnableToUpload.d.ts +8 -0
- package/dist/illustrations/UnableToUpload.js +33 -0
- package/dist/illustrations/UploadCollection.d.ts +8 -0
- package/dist/illustrations/UploadCollection.js +33 -0
- package/dist/illustrations/UploadToCloud.d.ts +8 -0
- package/dist/illustrations/UploadToCloud.js +33 -0
- package/dist/illustrations/UserHasSignedUp.d.ts +8 -0
- package/dist/illustrations/UserHasSignedUp.js +33 -0
- package/dist/illustrations/sapIllus-Dialog-Achievement.js +29 -0
- package/dist/illustrations/sapIllus-Dialog-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-AddDimensions.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeopleToCalendar.js +52 -0
- package/dist/illustrations/sapIllus-Dialog-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-BalloonSky.js +46 -0
- package/dist/illustrations/sapIllus-Dialog-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-Connection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-DragFilesToUpload.js +20 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +78 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyList.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-ErrorScreen.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-FilterTable.js +66 -0
- package/dist/illustrations/sapIllus-Dialog-FilteringColumns.js +39 -0
- package/dist/illustrations/sapIllus-Dialog-GroupTable.js +68 -0
- package/dist/illustrations/sapIllus-Dialog-GroupingColumns.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Dialog-NewMail.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Dialog-NoChartData.js +45 -0
- package/dist/illustrations/sapIllus-Dialog-NoColumnsSet.js +29 -0
- package/dist/illustrations/sapIllus-Dialog-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-NoDimensionsSet.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-NoFilterResults.js +20 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail_v1.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-NoNotifications.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems.js +54 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks.js +60 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks_v1.js +63 -0
- package/dist/illustrations/sapIllus-Dialog-PageNotFound.js +13 -0
- package/dist/illustrations/sapIllus-Dialog-ReceiveAppreciation.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-ReloadScreen.js +49 -0
- package/dist/illustrations/sapIllus-Dialog-ResizeColumn.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-ResizingColumns.js +55 -0
- package/dist/illustrations/sapIllus-Dialog-SearchEarth.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SearchFolder.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBalloon.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +49 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCheckMark.js +7 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleConnection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyList.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleError.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMail.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +22 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleReload.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleTask.js +24 -0
- package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +31 -0
- package/dist/illustrations/sapIllus-Dialog-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-SortingColumns.js +50 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessBalloon.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessCheckMark.js +9 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessHighFive.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessScreen.js +48 -0
- package/dist/illustrations/sapIllus-Dialog-Survey.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-Tent.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToUpload.js +26 -0
- package/dist/illustrations/sapIllus-Dialog-UploadCollection.js +31 -0
- package/dist/illustrations/sapIllus-Dialog-UploadToCloud.js +21 -0
- package/dist/illustrations/sapIllus-Dialog-UserHasSignedUp.js +34 -0
- package/dist/illustrations/sapIllus-Dot-Achievement.js +19 -0
- package/dist/illustrations/sapIllus-Dot-AddColumn.js +27 -0
- package/dist/illustrations/sapIllus-Dot-AddDimensions.js +10 -0
- package/dist/illustrations/sapIllus-Dot-AddPeople.js +9 -0
- package/dist/illustrations/sapIllus-Dot-AddPeopleToCalendar.js +15 -0
- package/dist/illustrations/sapIllus-Dot-AddingColumns.js +14 -0
- package/dist/illustrations/sapIllus-Dot-BalloonSky.js +7 -0
- package/dist/illustrations/sapIllus-Dot-BeforeSearch.js +41 -0
- package/dist/illustrations/sapIllus-Dot-Connection.js +10 -0
- package/dist/illustrations/sapIllus-Dot-DragFilesToUpload.js +8 -0
- package/dist/illustrations/sapIllus-Dot-EmptyCalendar.js +37 -0
- package/dist/illustrations/sapIllus-Dot-EmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Dot-EmptyPlanningCalendar.js +18 -0
- package/dist/illustrations/sapIllus-Dot-ErrorScreen.js +9 -0
- package/dist/illustrations/sapIllus-Dot-FilterTable.js +8 -0
- package/dist/illustrations/sapIllus-Dot-FilteringColumns.js +22 -0
- package/dist/illustrations/sapIllus-Dot-GroupTable.js +36 -0
- package/dist/illustrations/sapIllus-Dot-GroupingColumns.js +23 -0
- package/dist/illustrations/sapIllus-Dot-KeyTask.js +119 -0
- package/dist/illustrations/sapIllus-Dot-NewMail.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoActivities.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoChartData.js +35 -0
- package/dist/illustrations/sapIllus-Dot-NoColumnsSet.js +26 -0
- package/dist/illustrations/sapIllus-Dot-NoData.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoDimensionsSet.js +7 -0
- package/dist/illustrations/sapIllus-Dot-NoEntries.js +25 -0
- package/dist/illustrations/sapIllus-Dot-NoFilterResults.js +14 -0
- package/dist/illustrations/sapIllus-Dot-NoMail.js +14 -0
- package/dist/illustrations/sapIllus-Dot-NoMail_v1.js +10 -0
- package/dist/illustrations/sapIllus-Dot-NoNotifications.js +23 -0
- package/dist/illustrations/sapIllus-Dot-NoSavedItems.js +55 -0
- package/dist/illustrations/sapIllus-Dot-NoSavedItems_v1.js +13 -0
- package/dist/illustrations/sapIllus-Dot-NoSearchResults.js +35 -0
- package/dist/illustrations/sapIllus-Dot-NoTasks.js +22 -0
- package/dist/illustrations/sapIllus-Dot-NoTasks_v1.js +13 -0
- package/dist/illustrations/sapIllus-Dot-PageNotFound.js +14 -0
- package/dist/illustrations/sapIllus-Dot-ReceiveAppreciation.js +19 -0
- package/dist/illustrations/sapIllus-Dot-ReloadScreen.js +9 -0
- package/dist/illustrations/sapIllus-Dot-ResizeColumn.js +27 -0
- package/dist/illustrations/sapIllus-Dot-ResizingColumns.js +19 -0
- package/dist/illustrations/sapIllus-Dot-SearchEarth.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SearchFolder.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SignOut.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SimpleBalloon.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleBell.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SimpleCalendar.js +37 -0
- package/dist/illustrations/sapIllus-Dot-SimpleCheckMark.js +5 -0
- package/dist/illustrations/sapIllus-Dot-SimpleConnection.js +10 -0
- package/dist/illustrations/sapIllus-Dot-SimpleEmptyDoc.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SimpleEmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleError.js +9 -0
- package/dist/illustrations/sapIllus-Dot-SimpleMagnifier.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleMail.js +10 -0
- package/dist/illustrations/sapIllus-Dot-SimpleNoSavedItems.js +13 -0
- package/dist/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SimpleReload.js +9 -0
- package/dist/illustrations/sapIllus-Dot-SimpleTask.js +13 -0
- package/dist/illustrations/sapIllus-Dot-SleepingBell.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SortColumn.js +29 -0
- package/dist/illustrations/sapIllus-Dot-SortingColumns.js +15 -0
- package/dist/illustrations/sapIllus-Dot-SuccessHighFive.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SuccessScreen.js +5 -0
- package/dist/illustrations/sapIllus-Dot-Survey.js +8 -0
- package/dist/illustrations/sapIllus-Dot-Tent.js +8 -0
- package/dist/illustrations/sapIllus-Dot-UnableToLoad.js +118 -0
- package/dist/illustrations/sapIllus-Dot-UnableToLoadImage.js +24 -0
- package/dist/illustrations/sapIllus-Dot-UnableToUpload.js +10 -0
- package/dist/illustrations/sapIllus-Dot-UploadCollection.js +7 -0
- package/dist/illustrations/sapIllus-Dot-UploadToCloud.js +9 -0
- package/dist/illustrations/sapIllus-Dot-UserHasSignedUp.js +8 -0
- package/dist/illustrations/sapIllus-Scene-Achievement.js +29 -0
- package/dist/illustrations/sapIllus-Scene-AddColumn.js +49 -0
- package/dist/illustrations/sapIllus-Scene-AddDimensions.js +18 -0
- package/dist/illustrations/sapIllus-Scene-AddPeople.js +31 -0
- package/dist/illustrations/sapIllus-Scene-AddPeopleToCalendar.js +47 -0
- package/dist/illustrations/sapIllus-Scene-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Scene-BalloonSky.js +54 -0
- package/dist/illustrations/sapIllus-Scene-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Scene-Connection.js +32 -0
- package/dist/illustrations/sapIllus-Scene-DragFilesToUpload.js +20 -0
- package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +91 -0
- package/dist/illustrations/sapIllus-Scene-EmptyList.js +44 -0
- package/dist/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Scene-ErrorScreen.js +79 -0
- package/dist/illustrations/sapIllus-Scene-FilterTable.js +63 -0
- package/dist/illustrations/sapIllus-Scene-FilteringColumns.js +39 -0
- package/dist/illustrations/sapIllus-Scene-GroupTable.js +77 -0
- package/dist/illustrations/sapIllus-Scene-GroupingColumns.js +40 -0
- package/dist/illustrations/sapIllus-Scene-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Scene-NewMail.js +38 -0
- package/dist/illustrations/sapIllus-Scene-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Scene-NoChartData.js +45 -0
- package/dist/illustrations/sapIllus-Scene-NoColumnsSet.js +26 -0
- package/dist/illustrations/sapIllus-Scene-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Scene-NoDimensionsSet.js +39 -0
- package/dist/illustrations/sapIllus-Scene-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Scene-NoFilterResults.js +16 -0
- package/dist/illustrations/sapIllus-Scene-NoMail.js +16 -0
- package/dist/illustrations/sapIllus-Scene-NoMail_v1.js +56 -0
- package/dist/illustrations/sapIllus-Scene-NoNotifications.js +28 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems.js +54 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems_v1.js +40 -0
- package/dist/illustrations/sapIllus-Scene-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks.js +60 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks_v1.js +87 -0
- package/dist/illustrations/sapIllus-Scene-PageNotFound.js +13 -0
- package/dist/illustrations/sapIllus-Scene-ReceiveAppreciation.js +25 -0
- package/dist/illustrations/sapIllus-Scene-ReloadScreen.js +63 -0
- package/dist/illustrations/sapIllus-Scene-ResizeColumn.js +53 -0
- package/dist/illustrations/sapIllus-Scene-ResizingColumns.js +57 -0
- package/dist/illustrations/sapIllus-Scene-SearchEarth.js +31 -0
- package/dist/illustrations/sapIllus-Scene-SearchFolder.js +45 -0
- package/dist/illustrations/sapIllus-Scene-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBalloon.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBell.js +17 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +45 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCheckMark.js +10 -0
- package/dist/illustrations/sapIllus-Scene-SimpleConnection.js +23 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyList.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleError.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMagnifier.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMail.js +17 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +28 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +25 -0
- package/dist/illustrations/sapIllus-Scene-SimpleReload.js +15 -0
- package/dist/illustrations/sapIllus-Scene-SimpleTask.js +20 -0
- package/dist/illustrations/sapIllus-Scene-SleepingBell.js +51 -0
- package/dist/illustrations/sapIllus-Scene-SortColumn.js +51 -0
- package/dist/illustrations/sapIllus-Scene-SortingColumns.js +50 -0
- package/dist/illustrations/sapIllus-Scene-SuccessBalloon.js +34 -0
- package/dist/illustrations/sapIllus-Scene-SuccessCheckMark.js +44 -0
- package/dist/illustrations/sapIllus-Scene-SuccessHighFive.js +26 -0
- package/dist/illustrations/sapIllus-Scene-SuccessScreen.js +62 -0
- package/dist/illustrations/sapIllus-Scene-Survey.js +22 -0
- package/dist/illustrations/sapIllus-Scene-Tent.js +60 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Scene-UnableToUpload.js +26 -0
- package/dist/illustrations/sapIllus-Scene-UploadCollection.js +30 -0
- package/dist/illustrations/sapIllus-Scene-UploadToCloud.js +22 -0
- package/dist/illustrations/sapIllus-Scene-UserHasSignedUp.js +29 -0
- package/dist/illustrations/sapIllus-Spot-Achievement.js +28 -0
- package/dist/illustrations/sapIllus-Spot-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Spot-AddDimensions.js +17 -0
- package/dist/illustrations/sapIllus-Spot-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Spot-AddPeopleToCalendar.js +43 -0
- package/dist/illustrations/sapIllus-Spot-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Spot-BalloonSky.js +44 -0
- package/dist/illustrations/sapIllus-Spot-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Spot-Connection.js +23 -0
- package/dist/illustrations/sapIllus-Spot-DragFilesToUpload.js +18 -0
- package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +47 -0
- package/dist/illustrations/sapIllus-Spot-EmptyList.js +30 -0
- package/dist/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Spot-ErrorScreen.js +33 -0
- package/dist/illustrations/sapIllus-Spot-FilterTable.js +61 -0
- package/dist/illustrations/sapIllus-Spot-FilteringColumns.js +33 -0
- package/dist/illustrations/sapIllus-Spot-GroupTable.js +87 -0
- package/dist/illustrations/sapIllus-Spot-GroupingColumns.js +35 -0
- package/dist/illustrations/sapIllus-Spot-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Spot-NewMail.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoChartData.js +42 -0
- package/dist/illustrations/sapIllus-Spot-NoColumnsSet.js +29 -0
- package/dist/illustrations/sapIllus-Spot-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Spot-NoDimensionsSet.js +43 -0
- package/dist/illustrations/sapIllus-Spot-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Spot-NoFilterResults.js +16 -0
- package/dist/illustrations/sapIllus-Spot-NoMail.js +15 -0
- package/dist/illustrations/sapIllus-Spot-NoMail_v1.js +17 -0
- package/dist/illustrations/sapIllus-Spot-NoNotifications.js +25 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems.js +51 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems_v1.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks.js +32 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks_v1.js +23 -0
- package/dist/illustrations/sapIllus-Spot-PageNotFound.js +10 -0
- package/dist/illustrations/sapIllus-Spot-ReceiveAppreciation.js +20 -0
- package/dist/illustrations/sapIllus-Spot-ReloadScreen.js +37 -0
- package/dist/illustrations/sapIllus-Spot-ResizeColumn.js +50 -0
- package/dist/illustrations/sapIllus-Spot-ResizingColumns.js +37 -0
- package/dist/illustrations/sapIllus-Spot-SearchEarth.js +56 -0
- package/dist/illustrations/sapIllus-Spot-SearchFolder.js +38 -0
- package/dist/illustrations/sapIllus-Spot-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBalloon.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBell.js +13 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +45 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCheckMark.js +6 -0
- package/dist/illustrations/sapIllus-Spot-SimpleConnection.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleError.js +10 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMagnifier.js +9 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMail.js +13 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +24 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleReload.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleTask.js +23 -0
- package/dist/illustrations/sapIllus-Spot-SleepingBell.js +39 -0
- package/dist/illustrations/sapIllus-Spot-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Spot-SortingColumns.js +49 -0
- package/dist/illustrations/sapIllus-Spot-SuccessBalloon.js +20 -0
- package/dist/illustrations/sapIllus-Spot-SuccessCheckMark.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SuccessHighFive.js +25 -0
- package/dist/illustrations/sapIllus-Spot-SuccessScreen.js +36 -0
- package/dist/illustrations/sapIllus-Spot-Survey.js +33 -0
- package/dist/illustrations/sapIllus-Spot-Tent.js +30 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Spot-UnableToUpload.js +28 -0
- package/dist/illustrations/sapIllus-Spot-UploadCollection.js +34 -0
- package/dist/illustrations/sapIllus-Spot-UploadToCloud.js +21 -0
- package/dist/illustrations/sapIllus-Spot-UserHasSignedUp.js +34 -0
- package/dist/illustrations/tnt/Avatar.d.ts +8 -0
- package/dist/illustrations/tnt/Avatar.js +26 -0
- package/dist/illustrations/tnt/Calculator.d.ts +8 -0
- package/dist/illustrations/tnt/Calculator.js +26 -0
- package/dist/illustrations/tnt/ChartArea.d.ts +8 -0
- package/dist/illustrations/tnt/ChartArea.js +26 -0
- package/dist/illustrations/tnt/ChartArea2.d.ts +8 -0
- package/dist/illustrations/tnt/ChartArea2.js +26 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.js +26 -0
- package/dist/illustrations/tnt/ChartBar.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBar.js +26 -0
- package/dist/illustrations/tnt/ChartBullet.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBullet.js +26 -0
- package/dist/illustrations/tnt/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations/tnt/ChartDoughnut.js +26 -0
- package/dist/illustrations/tnt/ChartFlow.d.ts +8 -0
- package/dist/illustrations/tnt/ChartFlow.js +26 -0
- package/dist/illustrations/tnt/ChartGantt.d.ts +8 -0
- package/dist/illustrations/tnt/ChartGantt.js +26 -0
- package/dist/illustrations/tnt/ChartOrg.d.ts +8 -0
- package/dist/illustrations/tnt/ChartOrg.js +26 -0
- package/dist/illustrations/tnt/ChartPie.d.ts +8 -0
- package/dist/illustrations/tnt/ChartPie.js +26 -0
- package/dist/illustrations/tnt/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations/tnt/CodePlaceholder.js +26 -0
- package/dist/illustrations/tnt/Company.d.ts +8 -0
- package/dist/illustrations/tnt/Company.js +26 -0
- package/dist/illustrations/tnt/Compass.d.ts +8 -0
- package/dist/illustrations/tnt/Compass.js +26 -0
- package/dist/illustrations/tnt/Components.d.ts +8 -0
- package/dist/illustrations/tnt/Components.js +26 -0
- package/dist/illustrations/tnt/Dialog.d.ts +8 -0
- package/dist/illustrations/tnt/Dialog.js +26 -0
- package/dist/illustrations/tnt/EmptyContentPane.d.ts +8 -0
- package/dist/illustrations/tnt/EmptyContentPane.js +26 -0
- package/dist/illustrations/tnt/ExternalLink.d.ts +8 -0
- package/dist/illustrations/tnt/ExternalLink.js +26 -0
- package/dist/illustrations/tnt/FaceID.d.ts +8 -0
- package/dist/illustrations/tnt/FaceID.js +26 -0
- package/dist/illustrations/tnt/Fingerprint.d.ts +8 -0
- package/dist/illustrations/tnt/Fingerprint.js +26 -0
- package/dist/illustrations/tnt/Handshake.d.ts +8 -0
- package/dist/illustrations/tnt/Handshake.js +26 -0
- package/dist/illustrations/tnt/Help.d.ts +8 -0
- package/dist/illustrations/tnt/Help.js +26 -0
- package/dist/illustrations/tnt/Lock.d.ts +8 -0
- package/dist/illustrations/tnt/Lock.js +26 -0
- package/dist/illustrations/tnt/Mission.d.ts +8 -0
- package/dist/illustrations/tnt/Mission.js +26 -0
- package/dist/illustrations/tnt/MissionFailed.d.ts +8 -0
- package/dist/illustrations/tnt/MissionFailed.js +26 -0
- package/dist/illustrations/tnt/NoApplications.d.ts +8 -0
- package/dist/illustrations/tnt/NoApplications.js +26 -0
- package/dist/illustrations/tnt/NoFlows.d.ts +8 -0
- package/dist/illustrations/tnt/NoFlows.js +26 -0
- package/dist/illustrations/tnt/NoUsers.d.ts +8 -0
- package/dist/illustrations/tnt/NoUsers.js +26 -0
- package/dist/illustrations/tnt/Radar.d.ts +8 -0
- package/dist/illustrations/tnt/Radar.js +26 -0
- package/dist/illustrations/tnt/RoadMap.d.ts +8 -0
- package/dist/illustrations/tnt/RoadMap.js +26 -0
- package/dist/illustrations/tnt/Secrets.d.ts +8 -0
- package/dist/illustrations/tnt/Secrets.js +26 -0
- package/dist/illustrations/tnt/Services.d.ts +8 -0
- package/dist/illustrations/tnt/Services.js +26 -0
- package/dist/illustrations/tnt/SessionExpired.d.ts +8 -0
- package/dist/illustrations/tnt/SessionExpired.js +26 -0
- package/dist/illustrations/tnt/SessionExpiring.d.ts +8 -0
- package/dist/illustrations/tnt/SessionExpiring.js +26 -0
- package/dist/illustrations/tnt/Settings.d.ts +8 -0
- package/dist/illustrations/tnt/Settings.js +26 -0
- package/dist/illustrations/tnt/Success.d.ts +8 -0
- package/dist/illustrations/tnt/Success.js +26 -0
- package/dist/illustrations/tnt/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations/tnt/SuccessfulAuth.js +26 -0
- package/dist/illustrations/tnt/Systems.d.ts +8 -0
- package/dist/illustrations/tnt/Systems.js +26 -0
- package/dist/illustrations/tnt/Teams.d.ts +8 -0
- package/dist/illustrations/tnt/Teams.js +26 -0
- package/dist/illustrations/tnt/Tools.d.ts +8 -0
- package/dist/illustrations/tnt/Tools.js +26 -0
- package/dist/illustrations/tnt/Tutorials.d.ts +8 -0
- package/dist/illustrations/tnt/Tutorials.js +26 -0
- package/dist/illustrations/tnt/UnableToLoad.d.ts +8 -0
- package/dist/illustrations/tnt/UnableToLoad.js +26 -0
- package/dist/illustrations/tnt/Unlock.d.ts +8 -0
- package/dist/illustrations/tnt/Unlock.js +26 -0
- package/dist/illustrations/tnt/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations/tnt/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations/tnt/User2.d.ts +8 -0
- package/dist/illustrations/tnt/User2.js +26 -0
- package/dist/illustrations/tnt/tnt-Dialog-Avatar.js +125 -0
- package/dist/illustrations/tnt/tnt-Dialog-Calculator.js +81 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea2.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBar.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBullet.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartGantt.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartOrg.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartPie.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +6 -0
- package/dist/illustrations/tnt/tnt-Dialog-Company.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Dialog-Components.js +9 -0
- package/dist/illustrations/tnt/tnt-Dialog-Dialog.js +33 -0
- package/dist/illustrations/tnt/tnt-Dialog-EmptyContentPane.js +19 -0
- package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +16 -0
- package/dist/illustrations/tnt/tnt-Dialog-Handshake.js +33 -0
- package/dist/illustrations/tnt/tnt-Dialog-Help.js +28 -0
- package/dist/illustrations/tnt/tnt-Dialog-Lock.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Mission.js +18 -0
- package/dist/illustrations/tnt/tnt-Dialog-MissionFailed.js +42 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-Radar.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-RoadMap.js +42 -0
- package/dist/illustrations/tnt/tnt-Dialog-Secrets.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Services.js +16 -0
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Settings.js +38 -0
- package/dist/illustrations/tnt/tnt-Dialog-Success.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Systems.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Teams.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tools.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tutorials.js +79 -0
- package/dist/illustrations/tnt/tnt-Dialog-UnableToLoad.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-User2.js +13 -0
- package/dist/illustrations/tnt/tnt-Dot-Avatar.js +13 -0
- package/dist/illustrations/tnt/tnt-Dot-Calculator.js +12 -0
- package/dist/illustrations/tnt/tnt-Dot-Compass.js +10 -0
- package/dist/illustrations/tnt/tnt-Dot-Dialog.js +20 -0
- package/dist/illustrations/tnt/tnt-Dot-EmptyContentPane.js +16 -0
- package/dist/illustrations/tnt/tnt-Dot-Handshake.js +19 -0
- package/dist/illustrations/tnt/tnt-Dot-Help.js +9 -0
- package/dist/illustrations/tnt/tnt-Dot-MissionFailed.js +10 -0
- package/dist/illustrations/tnt/tnt-Dot-RoadMap.js +6 -0
- package/dist/illustrations/tnt/tnt-Dot-Settings.js +7 -0
- package/dist/illustrations/tnt/tnt-Dot-Tutorials.js +8 -0
- package/dist/illustrations/tnt/tnt-Scene-Avatar.js +131 -0
- package/dist/illustrations/tnt/tnt-Scene-Calculator.js +84 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea2.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBPMNFlow.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBar.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBullet.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartDoughnut.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartFlow.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartGantt.js +26 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartOrg.js +27 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartPie.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +9 -0
- package/dist/illustrations/tnt/tnt-Scene-Company.js +30 -0
- package/dist/illustrations/tnt/tnt-Scene-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Scene-Components.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-Dialog.js +36 -0
- package/dist/illustrations/tnt/tnt-Scene-EmptyContentPane.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +14 -0
- package/dist/illustrations/tnt/tnt-Scene-FaceID.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +35 -0
- package/dist/illustrations/tnt/tnt-Scene-Handshake.js +33 -0
- package/dist/illustrations/tnt/tnt-Scene-Help.js +30 -0
- package/dist/illustrations/tnt/tnt-Scene-Lock.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-Mission.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-MissionFailed.js +50 -0
- package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-Radar.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-RoadMap.js +46 -0
- package/dist/illustrations/tnt/tnt-Scene-Secrets.js +15 -0
- package/dist/illustrations/tnt/tnt-Scene-Services.js +17 -0
- package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +17 -0
- package/dist/illustrations/tnt/tnt-Scene-Settings.js +39 -0
- package/dist/illustrations/tnt/tnt-Scene-Success.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-Systems.js +13 -0
- package/dist/illustrations/tnt/tnt-Scene-Teams.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-Tools.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-Tutorials.js +85 -0
- package/dist/illustrations/tnt/tnt-Scene-UnableToLoad.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-Unlock.js +15 -0
- package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-User2.js +22 -0
- package/dist/illustrations/tnt/tnt-Spot-Avatar.js +106 -0
- package/dist/illustrations/tnt/tnt-Spot-Calculator.js +131 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea2.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBPMNFlow.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBar.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBullet.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartDoughnut.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartFlow.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartGantt.js +12 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartOrg.js +6 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartPie.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +6 -0
- package/dist/illustrations/tnt/tnt-Spot-Company.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Spot-Components.js +5 -0
- package/dist/illustrations/tnt/tnt-Spot-Dialog.js +33 -0
- package/dist/illustrations/tnt/tnt-Spot-EmptyContentPane.js +17 -0
- package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-FaceID.js +16 -0
- package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-Handshake.js +65 -0
- package/dist/illustrations/tnt/tnt-Spot-Help.js +24 -0
- package/dist/illustrations/tnt/tnt-Spot-Lock.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Mission.js +17 -0
- package/dist/illustrations/tnt/tnt-Spot-MissionFailed.js +114 -0
- package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-Radar.js +14 -0
- package/dist/illustrations/tnt/tnt-Spot-RoadMap.js +166 -0
- package/dist/illustrations/tnt/tnt-Spot-Secrets.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Services.js +14 -0
- package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Settings.js +37 -0
- package/dist/illustrations/tnt/tnt-Spot-Success.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Systems.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-Teams.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Tools.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-Tutorials.js +92 -0
- package/dist/illustrations/tnt/tnt-Spot-UnableToLoad.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Unlock.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-User2.js +10 -0
- package/dist/illustrations-v5/tnt/Avatar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Avatar.js +26 -0
- package/dist/illustrations-v5/tnt/Calculator.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/ChartArea.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartArea.js +26 -0
- package/dist/illustrations-v5/tnt/ChartArea2.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartArea2.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBPMNFlow.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBar.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBullet.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBullet.js +26 -0
- package/dist/illustrations-v5/tnt/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartDoughnut.js +26 -0
- package/dist/illustrations-v5/tnt/ChartFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartFlow.js +26 -0
- package/dist/illustrations-v5/tnt/ChartGantt.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartGantt.js +26 -0
- package/dist/illustrations-v5/tnt/ChartOrg.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartOrg.js +26 -0
- package/dist/illustrations-v5/tnt/ChartPie.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartPie.js +26 -0
- package/dist/illustrations-v5/tnt/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations-v5/tnt/CodePlaceholder.js +26 -0
- package/dist/illustrations-v5/tnt/Company.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Company.js +26 -0
- package/dist/illustrations-v5/tnt/Compass.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Compass.js +26 -0
- package/dist/illustrations-v5/tnt/Components.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Components.js +26 -0
- package/dist/illustrations-v5/tnt/Dialog.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Dialog.js +26 -0
- package/dist/illustrations-v5/tnt/ExternalLink.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ExternalLink.js +26 -0
- package/dist/illustrations-v5/tnt/FaceID.d.ts +8 -0
- package/dist/illustrations-v5/tnt/FaceID.js +26 -0
- package/dist/illustrations-v5/tnt/Fingerprint.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Fingerprint.js +26 -0
- package/dist/illustrations-v5/tnt/Handshake.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/Help.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Help.js +26 -0
- package/dist/illustrations-v5/tnt/Lock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Lock.js +26 -0
- package/dist/illustrations-v5/tnt/Mission.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Mission.js +26 -0
- package/dist/illustrations-v5/tnt/MissionFailed.d.ts +8 -0
- package/dist/illustrations-v5/tnt/MissionFailed.js +26 -0
- package/dist/illustrations-v5/tnt/NoApplications.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoApplications.js +26 -0
- package/dist/illustrations-v5/tnt/NoFlows.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/NoUsers.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoUsers.js +26 -0
- package/dist/illustrations-v5/tnt/Radar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Radar.js +26 -0
- package/dist/illustrations-v5/tnt/RoadMap.d.ts +8 -0
- package/dist/illustrations-v5/tnt/RoadMap.js +26 -0
- package/dist/illustrations-v5/tnt/Secrets.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Secrets.js +26 -0
- package/dist/illustrations-v5/tnt/Services.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Services.js +26 -0
- package/dist/illustrations-v5/tnt/SessionExpired.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SessionExpired.js +26 -0
- package/dist/illustrations-v5/tnt/SessionExpiring.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SessionExpiring.js +26 -0
- package/dist/illustrations-v5/tnt/Settings.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Settings.js +26 -0
- package/dist/illustrations-v5/tnt/Success.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Success.js +26 -0
- package/dist/illustrations-v5/tnt/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/Systems.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Systems.js +26 -0
- package/dist/illustrations-v5/tnt/Teams.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Teams.js +26 -0
- package/dist/illustrations-v5/tnt/Tools.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Tools.js +26 -0
- package/dist/illustrations-v5/tnt/Tutorials.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Tutorials.js +26 -0
- package/dist/illustrations-v5/tnt/Unlock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Unlock.js +26 -0
- package/dist/illustrations-v5/tnt/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Avatar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Avatar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Calculator.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea2.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea2.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBullet.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBullet.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartDoughnut.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartFlow.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartGantt.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartGantt.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartOrg.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartOrg.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartPie.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartPie.js +26 -0
- package/dist/illustrations-v5/tnt/hc/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/CodePlaceholder.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Company.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Company.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Compass.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Compass.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Components.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Components.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Dialog.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Dialog.js +26 -0
- package/dist/illustrations-v5/tnt/hc/EmptyContentPane.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/EmptyContentPane.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ExternalLink.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ExternalLink.js +26 -0
- package/dist/illustrations-v5/tnt/hc/FaceID.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/FaceID.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Fingerprint.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Fingerprint.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Handshake.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Help.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Help.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Lock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Lock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Mission.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Mission.js +26 -0
- package/dist/illustrations-v5/tnt/hc/MissionFailed.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/MissionFailed.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoApplications.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoApplications.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoFlows.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoUsers.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoUsers.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Radar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Radar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/RoadMap.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/RoadMap.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Secrets.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Secrets.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Services.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Services.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpired.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpired.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpiring.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpiring.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Settings.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Settings.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Success.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Success.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Systems.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Systems.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Teams.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Teams.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Tools.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Tools.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Tutorials.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Tutorials.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Unlock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Unlock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Compass.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Help.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.js +92 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Settings.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Avatar.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Calculator.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +6 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Company.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Compass.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Components.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Handshake.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Help.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +41 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +6 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Services.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Settings.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Success.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Avatar.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Calculator.js +32 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +28 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +36 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Company.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Compass.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Components.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Dialog.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +28 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Help.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Services.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Settings.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Success.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +34 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +31 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +31 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.js +34 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Avatar.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Calculator.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Company.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Compass.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Components.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Handshake.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Help.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.js +78 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Services.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Settings.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Success.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Calculator.js +27 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Components.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-FaceID.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Help.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Mission.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Settings.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Systems.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Teams.js +79 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Avatar.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Calculator.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBar.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +25 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartPie.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +5 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Company.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Compass.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Components.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Dialog.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-FaceID.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Handshake.js +36 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Help.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Lock.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Mission.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-MissionFailed.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoApplications.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoFlows.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoUsers.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-RoadMap.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Secrets.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Services.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Settings.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Success.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Teams.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Tutorials.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Unlock.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Calculator.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBar.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartPie.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Components.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-FaceID.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Help.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Mission.js +33 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoApplications.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoFlows.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoUsers.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Radar.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Settings.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Systems.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Teams.js +85 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Tools.js +47 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBar.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartPie.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Components.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-FaceID.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Help.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Mission.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoApplications.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoFlows.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoUsers.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Settings.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Systems.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Teams.js +79 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Tutorials.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.js +15 -0
- package/dist/ssr-zxing-shim.d.ts +2 -0
- package/dist/ssr-zxing-shim.js +3 -0
- package/dist/ssr-zxing-shim.js.map +1 -0
- package/dist/ssr-zxing.d.ts +2 -0
- package/dist/ssr-zxing.js +3 -0
- package/dist/ssr-zxing.js.map +1 -0
- package/dist/types/FCLLayout.d.ts +105 -0
- package/dist/types/FCLLayout.js +107 -0
- package/dist/types/FCLLayout.js.map +1 -0
- package/dist/types/IllustrationMessageDesign.d.ts +69 -0
- package/dist/types/IllustrationMessageDesign.js +71 -0
- package/dist/types/IllustrationMessageDesign.js.map +1 -0
- package/dist/types/IllustrationMessageType.d.ts +636 -0
- package/dist/types/IllustrationMessageType.js +638 -0
- package/dist/types/IllustrationMessageType.js.map +1 -0
- package/dist/types/MediaGalleryItemLayout.d.ts +22 -0
- package/dist/types/MediaGalleryItemLayout.js +24 -0
- package/dist/types/MediaGalleryItemLayout.js.map +1 -0
- package/dist/types/MediaGalleryLayout.d.ts +22 -0
- package/dist/types/MediaGalleryLayout.js +24 -0
- package/dist/types/MediaGalleryLayout.js.map +1 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.d.ts +17 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.js +19 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.js.map +1 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.d.ts +17 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.js +19 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.js.map +1 -0
- package/dist/types/NavigationLayoutMode.d.ts +23 -0
- package/dist/types/NavigationLayoutMode.js +25 -0
- package/dist/types/NavigationLayoutMode.js.map +1 -0
- package/dist/types/NotificationListItemImportance.d.ts +16 -0
- package/dist/types/NotificationListItemImportance.js +18 -0
- package/dist/types/NotificationListItemImportance.js.map +1 -0
- package/dist/types/PageBackgroundDesign.d.ts +22 -0
- package/dist/types/PageBackgroundDesign.js +24 -0
- package/dist/types/PageBackgroundDesign.js.map +1 -0
- package/dist/types/SearchMode.d.ts +17 -0
- package/dist/types/SearchMode.js +19 -0
- package/dist/types/SearchMode.js.map +1 -0
- package/dist/types/SideContentFallDown.d.ts +27 -0
- package/dist/types/SideContentFallDown.js +29 -0
- package/dist/types/SideContentFallDown.js.map +1 -0
- package/dist/types/SideContentPosition.d.ts +19 -0
- package/dist/types/SideContentPosition.js +21 -0
- package/dist/types/SideContentPosition.js.map +1 -0
- package/dist/types/SideContentVisibility.d.ts +32 -0
- package/dist/types/SideContentVisibility.js +34 -0
- package/dist/types/SideContentVisibility.js.map +1 -0
- package/dist/types/SideNavigationItemDesign.d.ts +24 -0
- package/dist/types/SideNavigationItemDesign.js +26 -0
- package/dist/types/SideNavigationItemDesign.js.map +1 -0
- package/dist/types/TimelineGrowingMode.d.ts +24 -0
- package/dist/types/TimelineGrowingMode.js +26 -0
- package/dist/types/TimelineGrowingMode.js.map +1 -0
- package/dist/types/TimelineLayout.d.ts +18 -0
- package/dist/types/TimelineLayout.js +20 -0
- package/dist/types/TimelineLayout.js.map +1 -0
- package/dist/types/UploadCollectionDnDMode.d.ts +22 -0
- package/dist/types/UploadCollectionDnDMode.js +24 -0
- package/dist/types/UploadCollectionDnDMode.js.map +1 -0
- package/dist/types/UploadCollectionSelectionMode.d.ts +39 -0
- package/dist/types/UploadCollectionSelectionMode.js +41 -0
- package/dist/types/UploadCollectionSelectionMode.js.map +1 -0
- package/dist/types/UploadState.d.ts +27 -0
- package/dist/types/UploadState.js +29 -0
- package/dist/types/UploadState.js.map +1 -0
- package/dist/types/ViewSettingsDialogMode.d.ts +25 -0
- package/dist/types/ViewSettingsDialogMode.js +27 -0
- package/dist/types/ViewSettingsDialogMode.js.map +1 -0
- package/dist/types/WizardContentLayout.d.ts +17 -0
- package/dist/types/WizardContentLayout.js +19 -0
- package/dist/types/WizardContentLayout.js.map +1 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.d.ts +15 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.js +60 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
- package/dist/vscode.html-custom-data.json +1626 -0
- package/dist/web-types.json +4122 -0
- package/global.d.ts +12 -0
- package/jsconfig.json +12 -0
- package/package-scripts.cjs +84 -0
- package/package.json +71 -0
- package/src/BarcodeScannerDialogTemplate.tsx +38 -0
- package/src/DynamicPageHeaderActionsTemplate.tsx +33 -0
- package/src/DynamicPageHeaderTemplate.tsx +9 -0
- package/src/DynamicPageTemplate.tsx +72 -0
- package/src/DynamicPageTitleTemplate.tsx +77 -0
- package/src/DynamicSideContentTemplate.tsx +48 -0
- package/src/FlexibleColumnLayoutTemplate.tsx +134 -0
- package/src/IllustratedMessageTemplate.tsx +92 -0
- package/src/MediaGalleryItemTemplate.tsx +22 -0
- package/src/MediaGalleryTemplate.tsx +50 -0
- package/src/NavigationLayoutTemplate.tsx +19 -0
- package/src/NavigationMenuItemTemplate.tsx +64 -0
- package/src/NavigationMenuTemplate.tsx +51 -0
- package/src/NotificationListGroupItemTemplate.tsx +66 -0
- package/src/NotificationListItemTemplate.tsx +154 -0
- package/src/NotificationListTemplate.tsx +17 -0
- package/src/PageTemplate.tsx +30 -0
- package/src/ProductSwitchItemTemplate.tsx +66 -0
- package/src/ProductSwitchTemplate.tsx +16 -0
- package/src/SearchFieldTemplate.tsx +106 -0
- package/src/SearchItemShowMoreTemplate.tsx +19 -0
- package/src/SearchItemTemplate.tsx +67 -0
- package/src/SearchMessageAreaTemplate.tsx +15 -0
- package/src/SearchPopoverTemplate.tsx +80 -0
- package/src/SearchTemplate.tsx +12 -0
- package/src/ShellBarBrandingTemplate.tsx +27 -0
- package/src/ShellBarPopoverTemplate.tsx +50 -0
- package/src/ShellBarSearchPopoverTemplate.tsx +24 -0
- package/src/ShellBarSearchTemplate.tsx +12 -0
- package/src/ShellBarTemplate.tsx +337 -0
- package/src/SideNavigationGroupTemplate.tsx +58 -0
- package/src/SideNavigationItemTemplate.tsx +86 -0
- package/src/SideNavigationPopoverTemplate.tsx +103 -0
- package/src/SideNavigationSubItemTemplate.tsx +39 -0
- package/src/SideNavigationTemplate.tsx +75 -0
- package/src/TimelineGroupItemTemplate.tsx +48 -0
- package/src/TimelineItemTemplate.tsx +77 -0
- package/src/TimelineTemplate.tsx +79 -0
- package/src/UploadCollectionItemTemplate.tsx +146 -0
- package/src/UploadCollectionTemplate.tsx +63 -0
- package/src/UserMenuItemGroupTemplate.tsx +6 -0
- package/src/UserMenuItemTemplate.tsx +6 -0
- package/src/UserMenuTemplate.tsx +193 -0
- package/src/UserSettingsAccountViewTemplate.tsx +46 -0
- package/src/UserSettingsAppearanceViewItemTemplate.tsx +25 -0
- package/src/UserSettingsAppearanceViewTemplate.tsx +15 -0
- package/src/UserSettingsDialogTemplate.tsx +80 -0
- package/src/UserSettingsItemTemplate.tsx +52 -0
- package/src/UserSettingsViewTemplate.tsx +11 -0
- package/src/ViewSettingsDialogTemplate.tsx +230 -0
- package/src/WizardPopoverTemplate.tsx +42 -0
- package/src/WizardTabTemplate.tsx +39 -0
- package/src/WizardTemplate.tsx +75 -0
- package/src/i18n/messagebundle.properties +612 -0
- package/src/i18n/messagebundle_ar.properties +407 -0
- package/src/i18n/messagebundle_bg.properties +407 -0
- package/src/i18n/messagebundle_ca.properties +407 -0
- package/src/i18n/messagebundle_cnr.properties +407 -0
- package/src/i18n/messagebundle_cs.properties +407 -0
- package/src/i18n/messagebundle_cy.properties +407 -0
- package/src/i18n/messagebundle_da.properties +407 -0
- package/src/i18n/messagebundle_de.properties +407 -0
- package/src/i18n/messagebundle_el.properties +407 -0
- package/src/i18n/messagebundle_en.properties +407 -0
- package/src/i18n/messagebundle_en_GB.properties +407 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +407 -0
- package/src/i18n/messagebundle_en_US_saprigi.properties +407 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +407 -0
- package/src/i18n/messagebundle_es.properties +407 -0
- package/src/i18n/messagebundle_es_MX.properties +407 -0
- package/src/i18n/messagebundle_et.properties +407 -0
- package/src/i18n/messagebundle_fi.properties +407 -0
- package/src/i18n/messagebundle_fr.properties +407 -0
- package/src/i18n/messagebundle_fr_CA.properties +407 -0
- package/src/i18n/messagebundle_hi.properties +407 -0
- package/src/i18n/messagebundle_hr.properties +407 -0
- package/src/i18n/messagebundle_hu.properties +407 -0
- package/src/i18n/messagebundle_id.properties +407 -0
- package/src/i18n/messagebundle_it.properties +407 -0
- package/src/i18n/messagebundle_iw.properties +407 -0
- package/src/i18n/messagebundle_ja.properties +407 -0
- package/src/i18n/messagebundle_kk.properties +407 -0
- package/src/i18n/messagebundle_ko.properties +407 -0
- package/src/i18n/messagebundle_lt.properties +407 -0
- package/src/i18n/messagebundle_lv.properties +407 -0
- package/src/i18n/messagebundle_mk.properties +407 -0
- package/src/i18n/messagebundle_ms.properties +407 -0
- package/src/i18n/messagebundle_nl.properties +407 -0
- package/src/i18n/messagebundle_no.properties +407 -0
- package/src/i18n/messagebundle_pl.properties +407 -0
- package/src/i18n/messagebundle_pt.properties +407 -0
- package/src/i18n/messagebundle_pt_PT.properties +407 -0
- package/src/i18n/messagebundle_ro.properties +407 -0
- package/src/i18n/messagebundle_ru.properties +407 -0
- package/src/i18n/messagebundle_sh.properties +407 -0
- package/src/i18n/messagebundle_sk.properties +407 -0
- package/src/i18n/messagebundle_sl.properties +407 -0
- package/src/i18n/messagebundle_sr.properties +407 -0
- package/src/i18n/messagebundle_sv.properties +407 -0
- package/src/i18n/messagebundle_th.properties +407 -0
- package/src/i18n/messagebundle_tr.properties +407 -0
- package/src/i18n/messagebundle_uk.properties +407 -0
- package/src/i18n/messagebundle_vi.properties +407 -0
- package/src/i18n/messagebundle_zh_CN.properties +407 -0
- package/src/i18n/messagebundle_zh_TW.properties +407 -0
- package/src/illustrations/sapIllus-Dialog-Achievement.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-AddDimensions.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-AddPeopleToCalendar.svg +51 -0
- package/src/illustrations/sapIllus-Dialog-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-BalloonSky.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-Connection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-DragFilesToUpload.svg +20 -0
- package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +77 -0
- package/src/illustrations/sapIllus-Dialog-EmptyList.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Dialog-ErrorScreen.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-FilterTable.svg +65 -0
- package/src/illustrations/sapIllus-Dialog-FilteringColumns.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-GroupTable.svg +67 -0
- package/src/illustrations/sapIllus-Dialog-GroupingColumns.svg +35 -0
- package/src/illustrations/sapIllus-Dialog-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Dialog-NewMail.svg +38 -0
- package/src/illustrations/sapIllus-Dialog-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-NoChartData.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-NoColumnsSet.svg +29 -0
- package/src/illustrations/sapIllus-Dialog-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Dialog-NoFilterResults.svg +20 -0
- package/src/illustrations/sapIllus-Dialog-NoMail.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-NoMail_v1.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-NoNotifications.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems.svg +54 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems_v1.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks.svg +60 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks_v1.svg +62 -0
- package/src/illustrations/sapIllus-Dialog-PageNotFound.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-ReceiveAppreciation.svg +25 -0
- package/src/illustrations/sapIllus-Dialog-ReloadScreen.svg +48 -0
- package/src/illustrations/sapIllus-Dialog-ResizeColumn.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-ResizingColumns.svg +55 -0
- package/src/illustrations/sapIllus-Dialog-SearchEarth.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SearchFolder.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBalloon.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +48 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCheckMark.svg +6 -0
- package/src/illustrations/sapIllus-Dialog-SimpleConnection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyDoc.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyList.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleError.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMail.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNoSavedItems.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-SimpleReload.svg +11 -0
- package/src/illustrations/sapIllus-Dialog-SimpleTask.svg +23 -0
- package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +30 -0
- package/src/illustrations/sapIllus-Dialog-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-SortingColumns.svg +50 -0
- package/src/illustrations/sapIllus-Dialog-SuccessBalloon.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-SuccessCheckMark.svg +8 -0
- package/src/illustrations/sapIllus-Dialog-SuccessHighFive.svg +24 -0
- package/src/illustrations/sapIllus-Dialog-SuccessScreen.svg +47 -0
- package/src/illustrations/sapIllus-Dialog-Survey.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-Tent.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-UnableToUpload.svg +26 -0
- package/src/illustrations/sapIllus-Dialog-UploadCollection.svg +30 -0
- package/src/illustrations/sapIllus-Dialog-UploadToCloud.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-UserHasSignedUp.svg +34 -0
- package/src/illustrations/sapIllus-Dot-Achievement.svg +18 -0
- package/src/illustrations/sapIllus-Dot-AddColumn.svg +26 -0
- package/src/illustrations/sapIllus-Dot-AddDimensions.svg +9 -0
- package/src/illustrations/sapIllus-Dot-AddPeople.svg +8 -0
- package/src/illustrations/sapIllus-Dot-AddPeopleToCalendar.svg +14 -0
- package/src/illustrations/sapIllus-Dot-AddingColumns.svg +13 -0
- package/src/illustrations/sapIllus-Dot-BalloonSky.svg +6 -0
- package/src/illustrations/sapIllus-Dot-BeforeSearch.svg +40 -0
- package/src/illustrations/sapIllus-Dot-Connection.svg +9 -0
- package/src/illustrations/sapIllus-Dot-DragFilesToUpload.svg +8 -0
- package/src/illustrations/sapIllus-Dot-EmptyCalendar.svg +36 -0
- package/src/illustrations/sapIllus-Dot-EmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Dot-EmptyPlanningCalendar.svg +18 -0
- package/src/illustrations/sapIllus-Dot-ErrorScreen.svg +8 -0
- package/src/illustrations/sapIllus-Dot-FilterTable.svg +7 -0
- package/src/illustrations/sapIllus-Dot-FilteringColumns.svg +22 -0
- package/src/illustrations/sapIllus-Dot-GroupTable.svg +35 -0
- package/src/illustrations/sapIllus-Dot-GroupingColumns.svg +23 -0
- package/src/illustrations/sapIllus-Dot-KeyTask.svg +118 -0
- package/src/illustrations/sapIllus-Dot-NewMail.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoActivities.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoChartData.svg +35 -0
- package/src/illustrations/sapIllus-Dot-NoColumnsSet.svg +26 -0
- package/src/illustrations/sapIllus-Dot-NoData.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
- package/src/illustrations/sapIllus-Dot-NoEntries.svg +25 -0
- package/src/illustrations/sapIllus-Dot-NoFilterResults.svg +14 -0
- package/src/illustrations/sapIllus-Dot-NoMail.svg +14 -0
- package/src/illustrations/sapIllus-Dot-NoMail_v1.svg +9 -0
- package/src/illustrations/sapIllus-Dot-NoNotifications.svg +23 -0
- package/src/illustrations/sapIllus-Dot-NoSavedItems.svg +55 -0
- package/src/illustrations/sapIllus-Dot-NoSavedItems_v1.svg +12 -0
- package/src/illustrations/sapIllus-Dot-NoSearchResults.svg +35 -0
- package/src/illustrations/sapIllus-Dot-NoTasks.svg +22 -0
- package/src/illustrations/sapIllus-Dot-NoTasks_v1.svg +12 -0
- package/src/illustrations/sapIllus-Dot-PageNotFound.svg +14 -0
- package/src/illustrations/sapIllus-Dot-ReceiveAppreciation.svg +19 -0
- package/src/illustrations/sapIllus-Dot-ReloadScreen.svg +8 -0
- package/src/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -0
- package/src/illustrations/sapIllus-Dot-ResizingColumns.svg +19 -0
- package/src/illustrations/sapIllus-Dot-SearchEarth.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SearchFolder.svg +10 -0
- package/src/illustrations/sapIllus-Dot-SignOut.svg +11 -0
- package/src/illustrations/sapIllus-Dot-SimpleBalloon.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleBell.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SimpleCalendar.svg +36 -0
- package/src/illustrations/sapIllus-Dot-SimpleCheckMark.svg +4 -0
- package/src/illustrations/sapIllus-Dot-SimpleConnection.svg +9 -0
- package/src/illustrations/sapIllus-Dot-SimpleEmptyDoc.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SimpleEmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleError.svg +8 -0
- package/src/illustrations/sapIllus-Dot-SimpleMagnifier.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleMail.svg +9 -0
- package/src/illustrations/sapIllus-Dot-SimpleNoSavedItems.svg +12 -0
- package/src/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Dot-SimpleReload.svg +8 -0
- package/src/illustrations/sapIllus-Dot-SimpleTask.svg +12 -0
- package/src/illustrations/sapIllus-Dot-SleepingBell.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SortColumn.svg +28 -0
- package/src/illustrations/sapIllus-Dot-SortingColumns.svg +15 -0
- package/src/illustrations/sapIllus-Dot-SuccessHighFive.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SuccessScreen.svg +4 -0
- package/src/illustrations/sapIllus-Dot-Survey.svg +7 -0
- package/src/illustrations/sapIllus-Dot-Tent.svg +7 -0
- package/src/illustrations/sapIllus-Dot-UnableToLoad.svg +118 -0
- package/src/illustrations/sapIllus-Dot-UnableToLoadImage.svg +24 -0
- package/src/illustrations/sapIllus-Dot-UnableToUpload.svg +10 -0
- package/src/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
- package/src/illustrations/sapIllus-Dot-UploadToCloud.svg +9 -0
- package/src/illustrations/sapIllus-Dot-UserHasSignedUp.svg +8 -0
- package/src/illustrations/sapIllus-Patterns.svg +20 -0
- package/src/illustrations/sapIllus-Scene-Achievement.svg +28 -0
- package/src/illustrations/sapIllus-Scene-AddColumn.svg +48 -0
- package/src/illustrations/sapIllus-Scene-AddDimensions.svg +17 -0
- package/src/illustrations/sapIllus-Scene-AddPeople.svg +30 -0
- package/src/illustrations/sapIllus-Scene-AddPeopleToCalendar.svg +46 -0
- package/src/illustrations/sapIllus-Scene-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Scene-BalloonSky.svg +53 -0
- package/src/illustrations/sapIllus-Scene-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Scene-Connection.svg +31 -0
- package/src/illustrations/sapIllus-Scene-DragFilesToUpload.svg +20 -0
- package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +90 -0
- package/src/illustrations/sapIllus-Scene-EmptyList.svg +43 -0
- package/src/illustrations/sapIllus-Scene-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Scene-ErrorScreen.svg +78 -0
- package/src/illustrations/sapIllus-Scene-FilterTable.svg +62 -0
- package/src/illustrations/sapIllus-Scene-FilteringColumns.svg +39 -0
- package/src/illustrations/sapIllus-Scene-GroupTable.svg +76 -0
- package/src/illustrations/sapIllus-Scene-GroupingColumns.svg +40 -0
- package/src/illustrations/sapIllus-Scene-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Scene-NewMail.svg +38 -0
- package/src/illustrations/sapIllus-Scene-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Scene-NoChartData.svg +45 -0
- package/src/illustrations/sapIllus-Scene-NoColumnsSet.svg +26 -0
- package/src/illustrations/sapIllus-Scene-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
- package/src/illustrations/sapIllus-Scene-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Scene-NoFilterResults.svg +16 -0
- package/src/illustrations/sapIllus-Scene-NoMail.svg +16 -0
- package/src/illustrations/sapIllus-Scene-NoMail_v1.svg +55 -0
- package/src/illustrations/sapIllus-Scene-NoNotifications.svg +28 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems.svg +54 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems_v1.svg +39 -0
- package/src/illustrations/sapIllus-Scene-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Scene-NoTasks.svg +60 -0
- package/src/illustrations/sapIllus-Scene-NoTasks_v1.svg +86 -0
- package/src/illustrations/sapIllus-Scene-PageNotFound.svg +13 -0
- package/src/illustrations/sapIllus-Scene-ReceiveAppreciation.svg +25 -0
- package/src/illustrations/sapIllus-Scene-ReloadScreen.svg +62 -0
- package/src/illustrations/sapIllus-Scene-ResizeColumn.svg +52 -0
- package/src/illustrations/sapIllus-Scene-ResizingColumns.svg +57 -0
- package/src/illustrations/sapIllus-Scene-SearchEarth.svg +30 -0
- package/src/illustrations/sapIllus-Scene-SearchFolder.svg +44 -0
- package/src/illustrations/sapIllus-Scene-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Scene-SimpleBalloon.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleBell.svg +16 -0
- package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +44 -0
- package/src/illustrations/sapIllus-Scene-SimpleCheckMark.svg +9 -0
- package/src/illustrations/sapIllus-Scene-SimpleConnection.svg +22 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyDoc.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyList.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleError.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMagnifier.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMail.svg +16 -0
- package/src/illustrations/sapIllus-Scene-SimpleNoSavedItems.svg +27 -0
- package/src/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.svg +24 -0
- package/src/illustrations/sapIllus-Scene-SimpleReload.svg +14 -0
- package/src/illustrations/sapIllus-Scene-SimpleTask.svg +19 -0
- package/src/illustrations/sapIllus-Scene-SleepingBell.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SortColumn.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SortingColumns.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SuccessBalloon.svg +33 -0
- package/src/illustrations/sapIllus-Scene-SuccessCheckMark.svg +43 -0
- package/src/illustrations/sapIllus-Scene-SuccessHighFive.svg +25 -0
- package/src/illustrations/sapIllus-Scene-SuccessScreen.svg +61 -0
- package/src/illustrations/sapIllus-Scene-Survey.svg +21 -0
- package/src/illustrations/sapIllus-Scene-Tent.svg +59 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Scene-UnableToUpload.svg +26 -0
- package/src/illustrations/sapIllus-Scene-UploadCollection.svg +29 -0
- package/src/illustrations/sapIllus-Scene-UploadToCloud.svg +22 -0
- package/src/illustrations/sapIllus-Scene-UserHasSignedUp.svg +29 -0
- package/src/illustrations/sapIllus-Spot-Achievement.svg +27 -0
- package/src/illustrations/sapIllus-Spot-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Spot-AddDimensions.svg +16 -0
- package/src/illustrations/sapIllus-Spot-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Spot-AddPeopleToCalendar.svg +42 -0
- package/src/illustrations/sapIllus-Spot-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Spot-BalloonSky.svg +43 -0
- package/src/illustrations/sapIllus-Spot-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Spot-Connection.svg +22 -0
- package/src/illustrations/sapIllus-Spot-DragFilesToUpload.svg +18 -0
- package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +46 -0
- package/src/illustrations/sapIllus-Spot-EmptyList.svg +29 -0
- package/src/illustrations/sapIllus-Spot-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Spot-ErrorScreen.svg +32 -0
- package/src/illustrations/sapIllus-Spot-FilterTable.svg +60 -0
- package/src/illustrations/sapIllus-Spot-FilteringColumns.svg +33 -0
- package/src/illustrations/sapIllus-Spot-GroupTable.svg +86 -0
- package/src/illustrations/sapIllus-Spot-GroupingColumns.svg +35 -0
- package/src/illustrations/sapIllus-Spot-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Spot-NewMail.svg +34 -0
- package/src/illustrations/sapIllus-Spot-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Spot-NoChartData.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoColumnsSet.svg +29 -0
- package/src/illustrations/sapIllus-Spot-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoFilterResults.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoMail.svg +15 -0
- package/src/illustrations/sapIllus-Spot-NoMail_v1.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoNotifications.svg +25 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems.svg +51 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems_v1.svg +33 -0
- package/src/illustrations/sapIllus-Spot-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Spot-NoTasks.svg +32 -0
- package/src/illustrations/sapIllus-Spot-NoTasks_v1.svg +22 -0
- package/src/illustrations/sapIllus-Spot-PageNotFound.svg +10 -0
- package/src/illustrations/sapIllus-Spot-ReceiveAppreciation.svg +20 -0
- package/src/illustrations/sapIllus-Spot-ReloadScreen.svg +36 -0
- package/src/illustrations/sapIllus-Spot-ResizeColumn.svg +49 -0
- package/src/illustrations/sapIllus-Spot-ResizingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Spot-SearchEarth.svg +55 -0
- package/src/illustrations/sapIllus-Spot-SearchFolder.svg +37 -0
- package/src/illustrations/sapIllus-Spot-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Spot-SimpleBalloon.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleBell.svg +12 -0
- package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +44 -0
- package/src/illustrations/sapIllus-Spot-SimpleCheckMark.svg +5 -0
- package/src/illustrations/sapIllus-Spot-SimpleConnection.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyDoc.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleError.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMagnifier.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMail.svg +12 -0
- package/src/illustrations/sapIllus-Spot-SimpleNoSavedItems.svg +23 -0
- package/src/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleReload.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleTask.svg +22 -0
- package/src/illustrations/sapIllus-Spot-SleepingBell.svg +38 -0
- package/src/illustrations/sapIllus-Spot-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Spot-SortingColumns.svg +49 -0
- package/src/illustrations/sapIllus-Spot-SuccessBalloon.svg +19 -0
- package/src/illustrations/sapIllus-Spot-SuccessCheckMark.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SuccessHighFive.svg +24 -0
- package/src/illustrations/sapIllus-Spot-SuccessScreen.svg +35 -0
- package/src/illustrations/sapIllus-Spot-Survey.svg +32 -0
- package/src/illustrations/sapIllus-Spot-Tent.svg +29 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Spot-UnableToUpload.svg +28 -0
- package/src/illustrations/sapIllus-Spot-UploadCollection.svg +33 -0
- package/src/illustrations/sapIllus-Spot-UploadToCloud.svg +21 -0
- package/src/illustrations/sapIllus-Spot-UserHasSignedUp.svg +34 -0
- package/src/illustrations/tnt/tnt-Dialog-Avatar.svg +124 -0
- package/src/illustrations/tnt/tnt-Dialog-Calculator.svg +80 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea2.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBullet.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartDoughnut.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartGantt.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartOrg.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartPie.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
- package/src/illustrations/tnt/tnt-Dialog-Company.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Dialog-Components.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-Dialog.svg +32 -0
- package/src/illustrations/tnt/tnt-Dialog-EmptyContentPane.svg +18 -0
- package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +16 -0
- package/src/illustrations/tnt/tnt-Dialog-Handshake.svg +32 -0
- package/src/illustrations/tnt/tnt-Dialog-Help.svg +27 -0
- package/src/illustrations/tnt/tnt-Dialog-Lock.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-Mission.svg +18 -0
- package/src/illustrations/tnt/tnt-Dialog-MissionFailed.svg +41 -0
- package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-Radar.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-RoadMap.svg +41 -0
- package/src/illustrations/tnt/tnt-Dialog-Secrets.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Services.svg +16 -0
- package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-Settings.svg +37 -0
- package/src/illustrations/tnt/tnt-Dialog-Success.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-Systems.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Teams.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-Tools.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-Tutorials.svg +78 -0
- package/src/illustrations/tnt/tnt-Dialog-UnableToLoad.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-User2.svg +13 -0
- package/src/illustrations/tnt/tnt-Dot-Avatar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dot-Calculator.svg +11 -0
- package/src/illustrations/tnt/tnt-Dot-Compass.svg +9 -0
- package/src/illustrations/tnt/tnt-Dot-Dialog.svg +19 -0
- package/src/illustrations/tnt/tnt-Dot-EmptyContentPane.svg +15 -0
- package/src/illustrations/tnt/tnt-Dot-Handshake.svg +18 -0
- package/src/illustrations/tnt/tnt-Dot-Help.svg +8 -0
- package/src/illustrations/tnt/tnt-Dot-MissionFailed.svg +9 -0
- package/src/illustrations/tnt/tnt-Dot-RoadMap.svg +5 -0
- package/src/illustrations/tnt/tnt-Dot-Settings.svg +6 -0
- package/src/illustrations/tnt/tnt-Dot-Tutorials.svg +7 -0
- package/src/illustrations/tnt/tnt-Scene-Avatar.svg +130 -0
- package/src/illustrations/tnt/tnt-Scene-Calculator.svg +83 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBPMNFlow.svg +21 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBullet.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartDoughnut.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartFlow.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartGantt.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartOrg.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartPie.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +9 -0
- package/src/illustrations/tnt/tnt-Scene-Company.svg +30 -0
- package/src/illustrations/tnt/tnt-Scene-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Scene-Components.svg +16 -0
- package/src/illustrations/tnt/tnt-Scene-Dialog.svg +35 -0
- package/src/illustrations/tnt/tnt-Scene-EmptyContentPane.svg +15 -0
- package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +14 -0
- package/src/illustrations/tnt/tnt-Scene-FaceID.svg +21 -0
- package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +35 -0
- package/src/illustrations/tnt/tnt-Scene-Handshake.svg +32 -0
- package/src/illustrations/tnt/tnt-Scene-Help.svg +29 -0
- package/src/illustrations/tnt/tnt-Scene-Lock.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-Mission.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-MissionFailed.svg +49 -0
- package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +16 -0
- package/src/illustrations/tnt/tnt-Scene-Radar.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-RoadMap.svg +45 -0
- package/src/illustrations/tnt/tnt-Scene-Secrets.svg +14 -0
- package/src/illustrations/tnt/tnt-Scene-Services.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-Settings.svg +38 -0
- package/src/illustrations/tnt/tnt-Scene-Success.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Systems.svg +12 -0
- package/src/illustrations/tnt/tnt-Scene-Teams.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Tools.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-Tutorials.svg +84 -0
- package/src/illustrations/tnt/tnt-Scene-UnableToLoad.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Unlock.svg +15 -0
- package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-User2.svg +22 -0
- package/src/illustrations/tnt/tnt-Spot-Avatar.svg +105 -0
- package/src/illustrations/tnt/tnt-Spot-Calculator.svg +130 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea2.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBPMNFlow.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBar.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBullet.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-ChartDoughnut.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartFlow.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartGantt.svg +12 -0
- package/src/illustrations/tnt/tnt-Spot-ChartOrg.svg +6 -0
- package/src/illustrations/tnt/tnt-Spot-ChartPie.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
- package/src/illustrations/tnt/tnt-Spot-Company.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Spot-Components.svg +5 -0
- package/src/illustrations/tnt/tnt-Spot-Dialog.svg +32 -0
- package/src/illustrations/tnt/tnt-Spot-EmptyContentPane.svg +16 -0
- package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-FaceID.svg +16 -0
- package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-Handshake.svg +64 -0
- package/src/illustrations/tnt/tnt-Spot-Help.svg +23 -0
- package/src/illustrations/tnt/tnt-Spot-Lock.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Mission.svg +17 -0
- package/src/illustrations/tnt/tnt-Spot-MissionFailed.svg +113 -0
- package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-Radar.svg +14 -0
- package/src/illustrations/tnt/tnt-Spot-RoadMap.svg +165 -0
- package/src/illustrations/tnt/tnt-Spot-Secrets.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Services.svg +14 -0
- package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Settings.svg +37 -0
- package/src/illustrations/tnt/tnt-Spot-Success.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Systems.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-Teams.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Tools.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-Tutorials.svg +91 -0
- package/src/illustrations/tnt/tnt-Spot-UnableToLoad.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-Unlock.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-User2.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Company.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Compass.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Components.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Help.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Lock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Mission.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Radar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.svg +91 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Services.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Settings.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Success.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Systems.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Teams.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tools.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Avatar.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Calculator.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Company.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Compass.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Components.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-FaceID.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Handshake.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Help.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Lock.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Mission.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.svg +41 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Secrets.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Services.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Settings.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Success.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Teams.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Tools.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Unlock.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Avatar.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Calculator.svg +31 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.svg +27 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.svg +35 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Company.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Compass.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Components.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Dialog.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-FaceID.svg +27 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Handshake.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Help.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Lock.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Mission.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Radar.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Secrets.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Services.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Settings.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Success.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.svg +33 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Systems.svg +30 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Teams.svg +30 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Unlock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.svg +33 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Avatar.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Calculator.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Company.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Compass.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Components.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-FaceID.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Handshake.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Help.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Lock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Mission.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.svg +77 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Secrets.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Services.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Settings.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Success.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Systems.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Teams.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Tools.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Unlock.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Calculator.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea2.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBar.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBullet.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartGantt.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartOrg.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartPie.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Components.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ExternalLink.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-FaceID.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Help.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Mission.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoApplications.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoFlows.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpired.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Settings.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Systems.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Teams.svg +78 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Avatar.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Calculator.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea2.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBar.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBullet.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartFlow.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartGantt.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartOrg.svg +24 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartPie.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.svg +4 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Company.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Compass.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Components.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Dialog.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ExternalLink.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-FaceID.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Fingerprint.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Handshake.svg +35 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Help.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Lock.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Mission.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-MissionFailed.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoApplications.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoFlows.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoUsers.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dot-RoadMap.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Secrets.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Services.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpired.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpiring.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Settings.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Success.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Teams.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Tutorials.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Unlock.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Calculator.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea2.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBar.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBullet.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartGantt.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartOrg.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartPie.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Components.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ExternalLink.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Scene-FaceID.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Help.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Mission.svg +32 -0
- package/src/illustrations-v5/tnt/tnt-Scene-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoApplications.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoFlows.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoUsers.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Radar.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Scene-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpired.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpiring.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Settings.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Systems.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Teams.svg +84 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Tools.svg +46 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Calculator.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea2.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBar.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBullet.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartFlow.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartGantt.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartOrg.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartPie.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Components.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ExternalLink.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-FaceID.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Help.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Mission.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoApplications.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoFlows.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Spot-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpired.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpiring.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Settings.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Systems.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Teams.svg +78 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Tutorials.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.svg +14 -0
- package/src/themes/BarcodeScannerDialog.css +49 -0
- package/src/themes/DynamicPage.css +135 -0
- package/src/themes/DynamicPageHeader.css +9 -0
- package/src/themes/DynamicPageHeaderActions.css +51 -0
- package/src/themes/DynamicPageTitle.css +173 -0
- package/src/themes/DynamicSideContent.css +268 -0
- package/src/themes/FlexibleColumnLayout.css +125 -0
- package/src/themes/IllustratedMessage.css +238 -0
- package/src/themes/InvisibleTextStyles.css +9 -0
- package/src/themes/MediaGallery.css +153 -0
- package/src/themes/MediaGalleryItem.css +130 -0
- package/src/themes/NavigationLayout.css +91 -0
- package/src/themes/NavigationMenu.css +15 -0
- package/src/themes/NavigationMenuItem.css +93 -0
- package/src/themes/NotificationList.css +7 -0
- package/src/themes/NotificationListGroupItem.css +122 -0
- package/src/themes/NotificationListItem.css +207 -0
- package/src/themes/NotificationListItemBase.css +25 -0
- package/src/themes/NotificationStateIcon.css +5 -0
- package/src/themes/Page.css +176 -0
- package/src/themes/ProductSwitch.css +32 -0
- package/src/themes/ProductSwitchItem.css +164 -0
- package/src/themes/Search.css +110 -0
- package/src/themes/SearchField.css +301 -0
- package/src/themes/SearchItem.css +109 -0
- package/src/themes/SearchItemGroup.css +24 -0
- package/src/themes/SearchItemShowMore.css +7 -0
- package/src/themes/SearchMessageArea.css +17 -0
- package/src/themes/ShellBar.css +538 -0
- package/src/themes/ShellBarBranding.css +76 -0
- package/src/themes/ShellBarPopover.css +38 -0
- package/src/themes/ShellBarSearch.css +3 -0
- package/src/themes/SideNavigation.css +78 -0
- package/src/themes/SideNavigationGroup.css +37 -0
- package/src/themes/SideNavigationItem.css +29 -0
- package/src/themes/SideNavigationItemBase.css +376 -0
- package/src/themes/SideNavigationPopover.css +19 -0
- package/src/themes/SideNavigationSubItem.css +25 -0
- package/src/themes/Timeline.css +88 -0
- package/src/themes/TimelineGroupItem.css +184 -0
- package/src/themes/TimelineItem.css +445 -0
- package/src/themes/UploadCollection.css +97 -0
- package/src/themes/UploadCollectionItem.css +181 -0
- package/src/themes/UserMenu.css +174 -0
- package/src/themes/UserMenuItem.css +11 -0
- package/src/themes/UserSettingsAccountView.css +57 -0
- package/src/themes/UserSettingsAppearanceViewItem.css +46 -0
- package/src/themes/UserSettingsDialog.css +114 -0
- package/src/themes/UserSettingsItem.css +77 -0
- package/src/themes/UserSettingsView.css +13 -0
- package/src/themes/ViewSettingsDialog.css +84 -0
- package/src/themes/Wizard.css +139 -0
- package/src/themes/WizardPopover.css +25 -0
- package/src/themes/WizardTab.css +189 -0
- package/src/themes/base/DynamicPage-parameters.css +18 -0
- package/src/themes/base/DynamicPageHeader-parameters.css +5 -0
- package/src/themes/base/DynamicPageHeaderActions-parameters.css +7 -0
- package/src/themes/base/DynamicPageTitle-parameters.css +19 -0
- package/src/themes/base/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/base/IllustratedMessage-parameters.css +13 -0
- package/src/themes/base/MediaGallery-parameters.css +5 -0
- package/src/themes/base/MediaGalleryItem-parameters.css +6 -0
- package/src/themes/base/NotificationListItem-parameters.css +33 -0
- package/src/themes/base/Page-parameters.css +4 -0
- package/src/themes/base/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/base/Search-parameters.css +10 -0
- package/src/themes/base/SearchField-parameters.css +32 -0
- package/src/themes/base/ShellBar-parameters.css +26 -0
- package/src/themes/base/SideNavigation-parameters.css +77 -0
- package/src/themes/base/TimelineGroupItem-parameters.css +14 -0
- package/src/themes/base/TimelineItem-parameters.css +70 -0
- package/src/themes/base/UploadCollection-parameters.css +13 -0
- package/src/themes/base/UserSettingsAppearanceViewItem-parameters.css +13 -0
- package/src/themes/base/ViewSettingsDialog-parameters.css +15 -0
- package/src/themes/base/Wizard-parameters.css +4 -0
- package/src/themes/base/WizardTab-parameters.css +11 -0
- package/src/themes/base/rtl-parameters.css +13 -0
- package/src/themes/sap_belize/DynamicPage-parameters.css +16 -0
- package/src/themes/sap_belize_hcb/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3/DynamicPageHeaderActions-parameters.css +5 -0
- package/src/themes/sap_fiori_3/DynamicPageTitle-parameters.css +4 -0
- package/src/themes/sap_fiori_3/SearchField-parameters.css +29 -0
- package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +12 -0
- package/src/themes/sap_fiori_3/TimelineItem-parameters.css +11 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +23 -0
- package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +28 -0
- package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/TimelineItem-parameters.css +9 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +23 -0
- package/src/themes/sap_fiori_3_hcb/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/Page-parameters.css +4 -0
- package/src/themes/sap_fiori_3_hcb/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/SearchField-parameters.css +30 -0
- package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +14 -0
- package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcb/WizardTab-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +24 -0
- package/src/themes/sap_fiori_3_hcw/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/Page-parameters.css +4 -0
- package/src/themes/sap_fiori_3_hcw/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/SearchField-parameters.css +29 -0
- package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +14 -0
- package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/WizardTab-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +24 -0
- package/src/themes/sap_horizon/DynamicPageHeaderActions-parameters.css +6 -0
- package/src/themes/sap_horizon/DynamicPageTitle-parameters.css +5 -0
- package/src/themes/sap_horizon/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon/NotificationListItem-parameters.css +20 -0
- package/src/themes/sap_horizon/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon/ShellBar-parameters.css +30 -0
- package/src/themes/sap_horizon/SideNavigation-parameters.css +55 -0
- package/src/themes/sap_horizon/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon/parameters-bundle.css +27 -0
- package/src/themes/sap_horizon_dark/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_dark/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/NotificationListItem-parameters.css +20 -0
- package/src/themes/sap_horizon_dark/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/ShellBar-parameters.css +30 -0
- package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +55 -0
- package/src/themes/sap_horizon_dark/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_dark/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_dark/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/WizardTab-parameters.css +10 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +26 -0
- package/src/themes/sap_horizon_dark_exp/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_dark_exp/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_dark_exp/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/ShellBar-parameters.css +22 -0
- package/src/themes/sap_horizon_dark_exp/SideNavigation-parameters.css +17 -0
- package/src/themes/sap_horizon_dark_exp/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_dark_exp/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark_exp/WizardTab-parameters.css +10 -0
- package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +20 -0
- package/src/themes/sap_horizon_exp/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/ShellBar-parameters.css +28 -0
- package/src/themes/sap_horizon_exp/SideNavigation-parameters.css +17 -0
- package/src/themes/sap_horizon_exp/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_exp/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_exp/parameters-bundle.css +21 -0
- package/src/themes/sap_horizon_hcb/DynamicPageTitle-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/NotificationListItem-parameters.css +22 -0
- package/src/themes/sap_horizon_hcb/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcb/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/SearchField-parameters.css +29 -0
- package/src/themes/sap_horizon_hcb/ShellBar-parameters.css +14 -0
- package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +53 -0
- package/src/themes/sap_horizon_hcb/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +24 -0
- package/src/themes/sap_horizon_hcb_exp/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb_exp/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcb_exp/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/ShellBar-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb_exp/SideNavigation-parameters.css +16 -0
- package/src/themes/sap_horizon_hcb_exp/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/UploadCollection-parameters.css +8 -0
- package/src/themes/sap_horizon_hcb_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +18 -0
- package/src/themes/sap_horizon_hcw/DynamicPageTitle-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/NotificationListItem-parameters.css +22 -0
- package/src/themes/sap_horizon_hcw/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcw/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/SearchField-parameters.css +29 -0
- package/src/themes/sap_horizon_hcw/ShellBar-parameters.css +14 -0
- package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +53 -0
- package/src/themes/sap_horizon_hcw/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +25 -0
- package/src/themes/sap_horizon_hcw_exp/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcw_exp/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/ShellBar-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/SideNavigation-parameters.css +16 -0
- package/src/themes/sap_horizon_hcw_exp/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_horizon_hcw_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +19 -0
- package/tsconfig.json +43 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-ReloadScreen">
|
|
2
|
+
<mask id="mask0_396_5564" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="1" width="159" height="159">
|
|
3
|
+
<circle cx="79.1579" cy="80.1579" r="79.1579" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0_396_5564)">
|
|
6
|
+
<path d="M201.724 -20.8948H-43.4077C-45.0055 -20.8963 -46.588 -20.561 -48.0646 -19.9078C-49.5412 -19.2546 -50.883 -18.2965 -52.0134 -17.0881C-53.1437 -15.8798 -54.0405 -14.4449 -54.6523 -12.8655C-55.2641 -11.2861 -55.5789 -9.59323 -55.5789 -7.88357V146.293C-55.5789 149.747 -54.2966 153.059 -52.0141 155.501C-49.7315 157.944 -46.6357 159.316 -43.4077 159.316H201.724C204.952 159.316 208.047 157.944 210.33 155.501C212.612 153.059 213.895 149.747 213.895 146.293V-7.88357C213.895 -9.59323 213.58 -11.2861 212.968 -12.8655C212.356 -14.4449 211.46 -15.8798 210.329 -17.0881C209.199 -18.2965 207.857 -19.2546 206.38 -19.9078C204.904 -20.561 203.321 -20.8963 201.724 -20.8948Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
7
|
+
<rect x="-28.6316" y="136.579" width="72.9653" height="10.9474" rx="3.36842" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
8
|
+
<rect x="38.1238" y="136.579" width="161.455" height="10.9474" rx="3.36842" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
9
|
+
<rect x="5.89471" y="46.4739" width="37.8947" height="48" rx="4.21053" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
10
|
+
<rect x="7.21051" y="44.7354" width="37.8947" height="48" rx="4.21053" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
11
|
+
<rect x="9.73682" y="47.2617" width="32.8421" height="42.9474" rx="2.52632" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.8947 90.0651V47.4053C41.8759 47.7521 42.5789 48.6879 42.5789 49.7878V87.6826C42.5789 88.7825 41.8759 89.7183 40.8947 90.0651Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
13
|
+
<mask id="mask1_396_5564" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="9" y="47" width="34" height="44">
|
|
14
|
+
<rect x="9.73682" y="47.2617" width="32.8421" height="42.9474" rx="2.52632" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
15
|
+
</mask>
|
|
16
|
+
<g mask="url(#mask1_396_5564)">
|
|
17
|
+
<path d="M30.0092 79.1122L18.1063 81.4419L16.5958 78.9822C15.6641 77.4622 15.0754 75.758 14.8706 73.988C14.6658 72.218 14.8499 70.4248 15.4099 68.7329C15.97 67.0411 16.8926 65.4913 18.1137 64.1912C19.3348 62.8911 20.825 61.872 22.4808 61.2047L26.1134 59.7427C30.7246 57.8854 35.4208 62.2316 33.9051 66.9572L30.0092 79.1122Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
18
|
+
<path d="M27.8871 97.203L23.8504 95.6773C23.4263 95.5166 23.0458 95.2592 22.7392 94.9256C22.4326 94.5921 22.2084 94.1916 22.0846 93.7562L18.686 81.8665C18.6126 81.6108 18.6136 81.3396 18.6887 81.0844C18.7639 80.8292 18.9101 80.6005 19.1105 80.4251C19.3109 80.2496 19.5571 80.1346 19.8204 80.0934C20.0838 80.0522 20.3535 80.0865 20.5981 80.1923L30.0279 84.2652L30.9267 94.9158C30.9586 95.2938 30.8939 95.6737 30.7388 96.0201C30.5837 96.3664 30.3431 96.6679 30.0395 96.8963C29.7359 97.1247 29.3793 97.2726 29.0029 97.3263C28.6265 97.3799 28.2427 97.3375 27.8871 97.203Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
19
|
+
<path d="M30.4321 89.065L30.23 86.6478C29.4261 86.1003 28.5647 85.6421 27.6611 85.2813C25.1428 84.2571 22.8398 84.0741 22.5154 84.8701C22.191 85.6661 23.9674 87.1387 26.4831 88.1629C28.0121 88.7838 29.4561 89.0942 30.4321 89.065Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
20
|
+
<path d="M25.4495 68.3625L29.6716 68.5914C30.3811 68.6285 31.0764 68.8048 31.7175 69.1103C32.3587 69.4158 32.9332 69.8444 33.4081 70.3717C33.883 70.899 34.2491 71.5145 34.4853 72.1831C34.7215 72.8518 34.8233 73.5603 34.7847 74.2682L34.3689 81.9039C34.2912 83.3317 33.6481 84.6703 32.5813 85.6251C31.5144 86.5798 30.1111 87.0726 28.6801 86.9951L26.8771 86.8973C24.8045 86.7849 22.8615 85.8557 21.4756 84.314C20.0896 82.7722 19.3743 80.7443 19.4869 78.6763L19.7713 73.4543C19.8489 72.0282 20.4904 70.6912 21.555 69.7366C22.6195 68.782 24.0202 68.2878 25.4495 68.3625Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
21
|
+
<path d="M31.6686 75.6815L30.4134 78.9637C30.406 78.9829 30.4034 79.0036 30.4059 79.0239C30.4084 79.0443 30.4159 79.0638 30.4277 79.0806C30.4396 79.0974 30.4554 79.111 30.4738 79.1203C30.4922 79.1295 30.5125 79.1341 30.5331 79.1335H32.6153C32.6346 79.1338 32.6536 79.1295 32.671 79.1212C32.6884 79.1129 32.7035 79.1007 32.7154 79.0855C32.7272 79.0704 32.7354 79.0527 32.7393 79.0339C32.7431 79.015 32.7426 78.9956 32.7377 78.977L31.9106 75.6974C31.9039 75.6715 31.8892 75.6483 31.8685 75.6311C31.8478 75.614 31.8222 75.6038 31.7954 75.6021C31.7686 75.6003 31.7419 75.6071 31.7191 75.6213C31.6964 75.6356 31.6787 75.6566 31.6686 75.6815Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
22
|
+
<path d="M15.6262 72.0772L17.671 71.4914C17.7084 71.478 17.7483 71.4725 17.788 71.4753C17.8277 71.478 17.8664 71.489 17.9016 71.5075C17.9368 71.5259 17.9678 71.5515 17.9926 71.5825C18.0174 71.6136 18.0355 71.6494 18.0457 71.6878L20.1314 78.9358C20.3091 79.5533 20.2337 80.216 19.9217 80.778C19.6097 81.3401 19.0867 81.7554 18.4678 81.9328C18.3946 81.9537 18.316 81.9448 18.2494 81.908C18.1827 81.8712 18.1335 81.8095 18.1125 81.7364L15.436 72.4354C15.4249 72.3994 15.421 72.3616 15.4246 72.3241C15.4281 72.2867 15.4391 72.2503 15.4567 72.217C15.4744 72.1837 15.4985 72.1543 15.5275 72.1303C15.5566 72.1063 15.5901 72.0883 15.6262 72.0772Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
23
|
+
<path d="M19.1513 78.0749L17.3323 77.3373L22.2786 70.9905L21.6776 74.2382C21.4445 75.5068 20.9402 76.7104 20.199 77.7672C20.0853 77.9294 19.9196 78.0483 19.7292 78.1042C19.5388 78.1602 19.335 78.1498 19.1513 78.0749Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
24
|
+
<path d="M20.2475 79.846C20.9103 79.6817 21.2025 78.5639 20.9001 77.3494C20.5978 76.1348 19.8153 75.2834 19.1526 75.4477C18.4898 75.6119 18.1976 76.7297 18.4999 77.9443C18.8023 79.1588 19.5847 80.0102 20.2475 79.846Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
25
|
+
<path d="M29.2577 72.2739C34.7401 71.5217 38.91 68.9206 38.5715 66.4642C38.2329 64.0079 33.5141 62.6264 28.0317 63.3787C22.5493 64.1309 18.3794 66.732 18.718 69.1884C19.0565 71.6447 23.7753 73.0262 29.2577 72.2739Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
26
|
+
<path d="M22.1914 70.9611L18.8151 69.5884L17.2456 73.4314L20.6219 74.8042L22.1914 70.9611Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
27
|
+
<path d="M21.9983 64.4466C24.3386 62.057 25.713 59.6101 25.0681 58.9812C24.4231 58.3524 22.0031 59.7797 19.6627 62.1693C17.3223 64.5589 15.9479 67.0059 16.5928 67.6347C17.2378 68.2636 19.6579 66.8362 21.9983 64.4466Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
28
|
+
</g>
|
|
29
|
+
<rect x="71.579" y="-6.9458" width="37.8947" height="48" rx="4.21053" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
30
|
+
<rect x="73.2632" y="-8.26318" width="37.8947" height="48" rx="4.21053" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
31
|
+
<rect x="75.7895" y="-5.73682" width="32.8421" height="42.9474" rx="2.52632" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
32
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M106.947 37.0666V-5.59326C107.928 -5.24657 108.631 -4.3113 108.632 -3.21181V34.6852C108.631 35.7846 107.928 36.7199 106.947 37.0666Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
33
|
+
<path d="M75.7895 17C75.7895 17 84.2105 17 89.6842 24.5789C95.1579 32.1579 98.5263 37.2105 98.5263 37.2105H78.3158C76.9179 37.2105 75.7895 36.0821 75.7895 34.6842V17Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
34
|
+
<path d="M96.64 28.9243C95.2337 28.5538 93.8611 29.0085 92.3706 29.8759C91.2422 30.5748 90.1474 31.3412 89.0948 32.1664C87.2253 33.5727 85.5832 35.2738 84.2106 37.2106H103.579C99.6969 33.3959 99.6211 29.7075 96.64 28.9243Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
35
|
+
<path d="M98.7621 16.3177C101.221 16.3177 103.208 14.3977 103.208 12.023C103.208 9.64827 101.213 7.72827 98.7621 7.72827C96.3116 7.72827 94.3158 9.64827 94.3158 12.023C94.3158 14.3977 96.3116 16.3177 98.7621 16.3177Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
36
|
+
<rect x="153.263" y="6.89478" width="37.8947" height="48" rx="4.21053" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
37
|
+
<rect x="154.579" y="5.15625" width="37.8947" height="48" rx="4.21053" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
38
|
+
<rect x="157.105" y="7.68262" width="32.8421" height="42.9474" rx="2.52632" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
39
|
+
</g>
|
|
40
|
+
<rect width="37.2632" height="5.68421" rx="2.52632" transform="matrix(-1 0 0 1 82.1579 130.895)" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
41
|
+
<path d="M72.665 134.991L70.1579 130.895H159.842V134.571C159.842 134.835 159.797 135.098 159.708 135.342C159.62 135.586 159.49 135.808 159.327 135.995C159.164 136.181 158.97 136.329 158.757 136.429C158.544 136.53 158.315 136.58 158.085 136.579H75.3301C74.8074 136.58 74.2923 136.437 73.8283 136.16C73.3643 135.883 72.9652 135.482 72.665 134.991Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
42
|
+
<path d="M121.475 73.4219H35.557C35.2535 73.4135 34.9521 73.4744 34.6762 73.6C34.4004 73.7256 34.1575 73.9125 33.9664 74.1462C33.7754 74.3798 33.6413 74.654 33.5746 74.9473C33.5079 75.2406 33.5104 75.5452 33.5819 75.8374L45.0178 129.31C45.1148 129.758 45.3637 130.159 45.7231 130.447C46.0824 130.736 46.5305 130.893 46.993 130.894H131.924C132.224 130.902 132.522 130.841 132.795 130.717C133.068 130.593 133.309 130.409 133.5 130.179C133.69 129.949 133.825 129.679 133.894 129.389C133.964 129.1 133.965 128.798 133.899 128.508L123.45 75.0453C123.37 74.586 123.128 74.1702 122.765 73.8726C122.403 73.5749 121.946 73.4151 121.475 73.4219Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
43
|
+
<path d="M117.563 81.8548C117.265 80.2609 115.873 79.1055 114.252 79.1055H91.6458C89.624 79.1055 88.0576 80.8742 88.3021 82.8813L91.3288 107.723C91.5348 109.414 92.9698 110.684 94.6725 110.684H118.896C121.005 110.684 122.595 108.769 122.207 106.697L117.563 81.8548Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
44
|
+
<path d="M46.0351 85.4517L88.8916 85.5997L104.888 85.6589C105.358 85.6521 105.815 85.8133 106.177 86.1137C106.539 86.414 106.781 86.8337 106.861 87.2971L111.292 110.528L113.66 122.972C113.725 123.264 113.722 123.567 113.652 123.858C113.582 124.149 113.447 124.42 113.257 124.651C113.067 124.882 112.826 125.067 112.554 125.192C112.282 125.316 111.986 125.377 111.687 125.37H52.6367C52.1669 125.365 51.7134 125.196 51.3536 124.894C50.9937 124.592 50.7498 124.174 50.6632 123.712L44.0615 87.8399C44.0082 87.5495 44.0191 87.2509 44.0934 86.9652C44.1678 86.6795 44.3037 86.4135 44.4918 86.1859C44.6799 85.9583 44.9155 85.7746 45.1821 85.6478C45.4487 85.521 45.7399 85.454 46.0351 85.4517Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
45
|
+
<path d="M77.9317 88.4529C75.8533 88.4209 73.7913 88.8264 71.8793 89.6433C69.9698 90.46 68.2532 91.67 66.8408 93.1945C65.4377 94.7446 64.3744 96.572 63.7195 98.559C63.0683 100.545 62.8415 102.646 63.0541 104.725C63.8463 113.657 71.7684 120.945 80.6926 120.945C82.771 120.977 84.833 120.572 86.745 119.755C88.6539 118.937 90.3704 117.727 91.7835 116.204C93.1881 114.655 94.2515 112.827 94.9048 110.839C95.5577 108.854 95.7844 106.753 95.5702 104.673C94.7899 95.722 86.8757 88.4529 77.9317 88.4529ZM91.1814 115.632C89.8494 117.072 88.2299 118.214 86.4282 118.985C84.6243 119.759 82.6783 120.144 80.7163 120.116C72.1843 120.116 64.6385 113.18 63.8899 104.642C63.6882 102.675 63.9015 100.688 64.5157 98.8089C65.1309 96.9303 66.1321 95.2016 67.4548 93.7341C68.7886 92.2969 70.4076 91.1548 72.208 90.3813C74.0128 89.6112 75.9583 89.2274 77.9198 89.2544C86.4519 89.2544 94.0017 96.1862 94.7463 104.729C94.9493 106.694 94.7374 108.68 94.1244 110.558C93.5102 112.437 92.5089 114.166 91.1854 115.632H91.1814Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
46
|
+
<path d="M89.3296 114.493C94.1886 109.408 93.6375 100.981 88.0987 95.6696C82.5599 90.3582 74.1308 90.1743 69.2717 95.2588C64.4127 100.343 64.9638 108.771 70.5026 114.082C76.0414 119.393 84.4705 119.577 89.3296 114.493Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
47
|
+
<path d="M80.4745 102.79C80.4899 103.057 80.6083 103.308 80.805 103.489C81.0016 103.671 81.2609 103.768 81.5281 103.762H85.9526C86.0784 103.77 86.2044 103.75 86.3213 103.702C86.4382 103.655 86.5429 103.582 86.6278 103.488C86.7126 103.395 86.7754 103.284 86.8114 103.163C86.8475 103.042 86.8559 102.914 86.836 102.79L86.4399 98.298C86.4245 98.0307 86.306 97.7798 86.1094 97.5984C85.9128 97.417 85.6535 97.3193 85.3862 97.3259C85.2603 97.3179 85.1342 97.3383 85.0172 97.3856C84.9002 97.4328 84.7953 97.5058 84.7101 97.5991C84.625 97.6923 84.5618 97.8036 84.5253 97.9245C84.4887 98.0455 84.4797 98.1731 84.4989 98.298L84.6415 99.9169C83.864 99.1118 82.9353 98.4685 81.9089 98.0239C80.8825 97.5792 79.7785 97.342 78.6603 97.3259C77.6749 97.3095 76.6973 97.5032 75.7924 97.8941C74.8874 98.285 74.0757 98.8642 73.4112 99.5932C72.7467 100.322 72.2446 101.185 71.9381 102.123C71.6316 103.061 71.5277 104.054 71.6334 105.035C71.8497 107.123 72.8209 109.06 74.3641 110.48C75.9074 111.9 77.9159 112.706 80.0111 112.745C81.7115 112.769 83.3624 112.171 84.6539 111.063C85.9455 109.955 86.789 108.413 87.0261 106.726C87.0506 106.45 86.9684 106.176 86.7964 105.96C86.6404 105.749 86.409 105.607 86.1507 105.563C86.0217 105.536 85.8886 105.537 85.7598 105.564C85.631 105.591 85.5092 105.645 85.4021 105.722C85.3049 105.792 85.2242 105.883 85.1654 105.988C85.1066 106.093 85.0711 106.209 85.0614 106.329C84.9006 107.59 84.2769 108.746 83.3119 109.572C82.3468 110.398 81.1095 110.834 79.8407 110.797C78.2742 110.767 76.7726 110.165 75.619 109.103C74.4654 108.041 73.7395 106.593 73.5783 105.031C73.4973 104.297 73.5732 103.554 73.8008 102.852C74.0285 102.149 74.4028 101.504 74.8988 100.957C75.3949 100.411 76.0013 99.9763 76.6778 99.6827C77.3544 99.3891 78.0855 99.243 78.8227 99.2543C79.7925 99.2656 80.7466 99.5015 81.6103 99.9434C82.4741 100.385 83.2241 101.021 83.8018 101.802H81.2905C81.1681 101.801 81.047 101.828 80.9361 101.88C80.8252 101.932 80.7272 102.008 80.6492 102.102C80.5712 102.197 80.515 102.307 80.4848 102.426C80.4546 102.545 80.4511 102.669 80.4745 102.79Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
48
|
+
</svg>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<svg width="160" height="156" viewBox="0 0 160 156" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-ResizeColumn">
|
|
2
|
+
<mask id="mask0_1663_6341" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="0" width="156" height="156">
|
|
3
|
+
<path d="M77.9331 155.866C120.974 155.866 155.866 120.974 155.866 77.9331C155.866 34.8918 120.974 0 77.9331 0C34.8918 0 0 34.8918 0 77.9331C0 120.974 34.8918 155.866 77.9331 155.866Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0_1663_6341)">
|
|
6
|
+
<path d="M77.9331 155.866C120.974 155.866 155.866 120.974 155.866 77.9331C155.866 34.8918 120.974 0 77.9331 0C34.8918 0 0 34.8918 0 77.9331C0 120.974 34.8918 155.866 77.9331 155.866Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
7
|
+
<path d="M123.07 39.9204H32.796C27.326 39.9204 22.8916 44.3548 22.8916 49.8249V161.475C22.8916 166.945 27.326 171.379 32.796 171.379H123.07C128.54 171.379 132.975 166.945 132.975 161.475V49.8249C132.975 44.3548 128.54 39.9204 123.07 39.9204Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.04 50.5601C33.04 50.1099 33.1466 49.7456 33.2737 49.7456H108.238C108.368 49.7456 108.471 50.1099 108.471 50.5601V160.736C108.471 161.186 108.368 161.547 108.238 161.547H33.2737C33.1466 161.547 33.04 161.203 33.04 160.736V50.5601Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path d="M108.471 60.2996H33.04V69.4308H108.471V60.2996Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
10
|
+
<path d="M64.1865 52.9932H39.4322C38.2555 52.9932 37.3015 53.9471 37.3015 55.1239C37.3015 56.3007 38.2555 57.2546 39.4322 57.2546H64.1865C65.3633 57.2546 66.3172 56.3007 66.3172 55.1239C66.3172 53.9471 65.3633 52.9932 64.1865 52.9932Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
11
|
+
<path d="M59.0143 63.75H38.5181C37.8462 63.75 37.3015 64.2947 37.3015 64.9666C37.3015 65.6385 37.8462 66.1832 38.5181 66.1832H59.0143C59.6862 66.1832 60.2309 65.6385 60.2309 64.9666C60.2309 64.2947 59.6862 63.75 59.0143 63.75Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
12
|
+
<path d="M55.1584 72.675H38.5181C37.8462 72.675 37.3015 73.2197 37.3015 73.8916C37.3015 74.5635 37.8462 75.1082 38.5181 75.1082H55.1584C55.8303 75.1082 56.375 74.5635 56.375 73.8916C56.375 73.2197 55.8303 72.675 55.1584 72.675Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
13
|
+
<path d="M57.7943 82.0088H38.5181C37.8462 82.0088 37.3015 82.5535 37.3015 83.2254C37.3015 83.8973 37.8462 84.4419 38.5181 84.4419H57.7943C58.4662 84.4419 59.0109 83.8973 59.0109 83.2254C59.0109 82.5535 58.4662 82.0088 57.7943 82.0088Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
14
|
+
<path d="M47.2438 90.9375H38.5181C37.8462 90.9375 37.3015 91.4822 37.3015 92.1541C37.3015 92.826 37.8462 93.3707 38.5181 93.3707H47.2438C47.9157 93.3707 48.4603 92.826 48.4603 92.1541C48.4603 91.4822 47.9157 90.9375 47.2438 90.9375Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
15
|
+
<path d="M47.2438 100.069H38.5181C37.8462 100.069 37.3015 100.613 37.3015 101.285C37.3015 101.957 37.8462 102.502 38.5181 102.502H47.2438C47.9157 102.502 48.4603 101.957 48.4603 101.285C48.4603 100.613 47.9157 100.069 47.2438 100.069Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
16
|
+
<path d="M47.2438 118.331H38.5181C37.8462 118.331 37.3015 118.876 37.3015 119.548C37.3015 120.22 37.8462 120.764 38.5181 120.764H47.2438C47.9157 120.764 48.4603 120.22 48.4603 119.548C48.4603 118.876 47.9157 118.331 47.2438 118.331Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
17
|
+
<path d="M47.2438 109.199H38.5181C37.8462 109.199 37.3015 109.744 37.3015 110.416C37.3015 111.088 37.8462 111.633 38.5181 111.633H47.2438C47.9157 111.633 48.4603 111.088 48.4603 110.416C48.4603 109.744 47.9157 109.199 47.2438 109.199Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
18
|
+
<path d="M47.2438 127.462H38.5181C37.8462 127.462 37.3015 128.007 37.3015 128.679C37.3015 129.351 37.8462 129.895 38.5181 129.895H47.2438C47.9157 129.895 48.4603 129.351 48.4603 128.679C48.4603 128.007 47.9157 127.462 47.2438 127.462Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
19
|
+
<path d="M101.643 63.5161H81.1464C80.4745 63.5161 79.9298 64.0608 79.9298 64.7327C79.9298 65.4046 80.4745 65.9493 81.1464 65.9493H101.643C102.315 65.9493 102.859 65.4046 102.859 64.7327C102.859 64.0608 102.315 63.5161 101.643 63.5161Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
20
|
+
<path d="M97.7867 72.4448H81.1464C80.4745 72.4448 79.9298 72.9895 79.9298 73.6614C79.9298 74.3333 80.4745 74.878 81.1464 74.878H97.7867C98.4586 74.878 99.0032 74.3333 99.0032 73.6614C99.0032 72.9895 98.4586 72.4448 97.7867 72.4448Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
21
|
+
<path d="M100.423 81.7786H81.1464C80.4745 81.7786 79.9298 82.3232 79.9298 82.9951C79.9298 83.667 80.4745 84.2117 81.1464 84.2117H100.423C101.094 84.2117 101.639 83.667 101.639 82.9951C101.639 82.3232 101.094 81.7786 100.423 81.7786Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
22
|
+
<path d="M89.8721 90.707H81.1464C80.4745 90.707 79.9298 91.2517 79.9298 91.9236C79.9298 92.5955 80.4745 93.1402 81.1464 93.1402H89.8721C90.544 93.1402 91.0886 92.5955 91.0886 91.9236C91.0886 91.2517 90.544 90.707 89.8721 90.707Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
23
|
+
<path d="M89.8721 99.8379H81.1464C80.4745 99.8379 79.9298 100.383 79.9298 101.054C79.9298 101.726 80.4745 102.271 81.1464 102.271H89.8721C90.544 102.271 91.0886 101.726 91.0886 101.054C91.0886 100.383 90.544 99.8379 89.8721 99.8379Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
24
|
+
<path d="M89.8721 118.101H81.1464C80.4745 118.101 79.9298 118.645 79.9298 119.317C79.9298 119.989 80.4745 120.534 81.1464 120.534H89.8721C90.544 120.534 91.0886 119.989 91.0886 119.317C91.0886 118.645 90.544 118.101 89.8721 118.101Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
25
|
+
<path d="M89.8721 108.969H81.1464C80.4745 108.969 79.9298 109.514 79.9298 110.186C79.9298 110.858 80.4745 111.403 81.1464 111.403H89.8721C90.544 111.403 91.0886 110.858 91.0886 110.186C91.0886 109.514 90.544 108.969 89.8721 108.969Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
26
|
+
<path d="M89.8721 127.228H81.1464C80.4745 127.228 79.9298 127.773 79.9298 128.445C79.9298 129.117 80.4745 129.661 81.1464 129.661H89.8721C90.544 129.661 91.0886 129.117 91.0886 128.445C91.0886 127.773 90.544 127.228 89.8721 127.228Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
27
|
+
</g>
|
|
28
|
+
<path d="M113 61H155.892C155.921 61 155.948 61.0084 155.968 61.0233C155.989 61.0382 156 61.0584 156 61.0795V140.921C156 140.942 155.989 140.962 155.968 140.977C155.948 140.992 155.921 141 155.892 141H113.108C113.079 141 113.052 140.992 113.032 140.977C113.011 140.962 113 140.942 113 140.921V61Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
29
|
+
<path d="M160 58.896H115.828V138.405H160V58.896Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
30
|
+
<path d="M115.828 58.896H159.904C159.929 58.896 159.954 58.9034 159.972 58.9167C159.99 58.93 160 58.948 160 58.9667V68.7119H115.828V58.896Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
31
|
+
<path d="M139.59 62.2036H119.094C118.422 62.2036 117.877 62.7483 117.877 63.4202C117.877 64.0921 118.422 64.6368 119.094 64.6368H139.59C140.262 64.6368 140.807 64.0921 140.807 63.4202C140.807 62.7483 140.262 62.2036 139.59 62.2036Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
32
|
+
<path d="M135.648 72.6384H119.008C118.336 72.6384 117.791 73.1831 117.791 73.855C117.791 74.5269 118.336 75.0716 119.008 75.0716H135.648C136.32 75.0716 136.865 74.5269 136.865 73.855C136.865 73.1831 136.32 72.6384 135.648 72.6384Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
33
|
+
<path d="M138.284 81.9722H119.008C118.336 81.9722 117.791 82.5168 117.791 83.1887C117.791 83.8606 118.336 84.4053 119.008 84.4053H138.284C138.956 84.4053 139.501 83.8606 139.501 83.1887C139.501 82.5168 138.956 81.9722 138.284 81.9722Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
34
|
+
<path d="M127.734 90.9004H119.008C118.336 90.9004 117.791 91.4451 117.791 92.117C117.791 92.7889 118.336 93.3335 119.008 93.3335H127.734C128.406 93.3335 128.95 92.7889 128.95 92.117C128.95 91.4451 128.406 90.9004 127.734 90.9004Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
35
|
+
<path d="M127.734 100.031H119.008C118.336 100.031 117.791 100.576 117.791 101.248C117.791 101.92 118.336 102.465 119.008 102.465H127.734C128.406 102.465 128.95 101.92 128.95 101.248C128.95 100.576 128.406 100.031 127.734 100.031Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
36
|
+
<path d="M127.734 118.294H119.008C118.336 118.294 117.791 118.839 117.791 119.511C117.791 120.182 118.336 120.727 119.008 120.727H127.734C128.406 120.727 128.95 120.182 128.95 119.511C128.95 118.839 128.406 118.294 127.734 118.294Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
37
|
+
<path d="M127.734 109.163H119.008C118.336 109.163 117.791 109.708 117.791 110.38C117.791 111.052 118.336 111.596 119.008 111.596H127.734C128.406 111.596 128.95 111.052 128.95 110.38C128.95 109.708 128.406 109.163 127.734 109.163Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
38
|
+
<path d="M127.734 127.422H119.008C118.336 127.422 117.791 127.966 117.791 128.638C117.791 129.31 118.336 129.855 119.008 129.855H127.734C128.406 129.855 128.95 129.31 128.95 128.638C128.95 127.966 128.406 127.422 127.734 127.422Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
39
|
+
<path d="M146.745 43.0414C146.745 42.1662 144.205 41.4656 140.81 41.3065C140.616 37.9162 139.869 35.3953 138.993 35.3972C138.118 35.3992 137.39 37.9395 137.204 41.3472C133.8 41.5801 131.269 42.3408 131.28 43.218C131.292 44.0952 133.821 44.7957 137.216 44.9529C137.419 48.3432 138.157 50.8641 139.03 50.8622C139.904 50.8602 140.635 48.3199 140.822 44.9122C144.226 44.6793 146.755 43.9186 146.745 43.0414Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
40
|
+
<path d="M157.055 53.7265C157.055 53.1625 155.418 52.711 153.23 52.6085C153.105 50.4236 152.624 48.799 152.06 48.8003C151.495 48.8015 151.026 50.4386 150.906 52.6347C148.712 52.7848 147.081 53.2751 147.089 53.8403C147.096 54.4056 148.726 54.8571 150.914 54.9584C151.045 57.1433 151.52 58.7678 152.083 58.7666C152.646 58.7653 153.118 57.1283 153.238 54.9322C155.432 54.7821 157.061 54.2918 157.055 53.7265Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
41
|
+
</svg>
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-ResizingColumns">
|
|
2
|
+
<rect y="50" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M30.3388 52.9482L40.781 90.8938C41.0045 91.7094 41.7992 92.2351 42.6352 92.1275L114.017 83.4836C116.633 82.8212 117.378 80.7099 117.026 79.6915L75.965 47.3801C75.7126 46.6598 75.0131 46.1961 74.2557 46.2458L32.3999 47.4754C31.3238 47.5416 29.1675 49.0899 30.3388 52.9482Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
4
|
+
<path d="M30.8848 49.6108L41.8403 89.4194C42.0638 90.2349 42.8584 90.7607 43.6945 90.653L115.635 81.9387C116.703 81.8021 117.378 80.7133 117.022 79.6949L103.19 44.1379C102.937 43.4176 102.238 42.954 101.481 43.0036L32.4162 47.4622C31.3401 47.5285 30.5993 48.5676 30.8848 49.6067V49.6108Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
5
|
+
<path d="M48.8468 57.4391L39.6378 58.1775C39.2887 58.2056 39.064 58.4543 39.1442 58.7352L39.6137 60.4045C39.6939 60.6854 40.043 60.89 40.3921 60.8579L49.6292 60.0795C49.9703 60.0514 50.183 59.8026 50.0987 59.5257L49.6092 57.8846C49.5289 57.6117 49.1838 57.4111 48.8427 57.4391H48.8468Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path d="M50.2432 62.1503L40.9861 62.9608C40.633 62.9929 40.4123 63.2457 40.4925 63.5306L40.966 65.224C41.0463 65.5089 41.3994 65.7135 41.7525 65.6814L51.0378 64.8307C51.3828 64.7986 51.5915 64.5458 51.5072 64.2649L51.0137 62.5997C50.9294 62.3228 50.5843 62.1182 50.2432 62.1503Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path d="M51.6639 66.9365L42.3586 67.8193C42.0054 67.8514 41.7807 68.1122 41.861 68.4011L42.3425 70.1185C42.4228 70.4075 42.7799 70.6121 43.133 70.58L52.4664 69.6531C52.8115 69.617 53.0241 69.3602 52.9399 69.0753L52.4383 67.3859C52.354 67.1051 52.0089 66.9004 51.6639 66.9325V66.9365Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path d="M53.1003 71.7893L43.7428 72.7483C43.3857 72.7844 43.161 73.0493 43.2453 73.3422L43.7348 75.0877C43.8191 75.3806 44.1762 75.5893 44.5333 75.5491L53.9189 74.546C54.268 74.5099 54.4766 74.245 54.3923 73.9561L53.8827 72.2427C53.7985 71.9578 53.4494 71.7532 53.1003 71.7893Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path d="M54.5606 76.7163L45.151 77.7556C44.7939 77.7957 44.5692 78.0686 44.6535 78.3655L45.151 80.1391C45.2353 80.4361 45.5964 80.6447 45.9535 80.6046L55.3913 79.5212C55.7404 79.481 55.953 79.2122 55.8648 78.9193L55.3471 77.1778C55.2588 76.8849 54.9097 76.6802 54.5606 76.7204V76.7163Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path d="M56.0415 81.7212L46.5837 82.8407C46.2226 82.8849 45.9979 83.1618 46.0822 83.4627L46.5877 85.2644C46.672 85.5653 47.0372 85.778 47.3983 85.7339L56.8842 84.5702C57.2373 84.5261 57.4459 84.2492 57.3577 83.9522L56.832 82.1867C56.7437 81.8898 56.3906 81.6851 56.0375 81.7252L56.0415 81.7212Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path d="M68.2199 55.8866L59.5486 56.5808C59.2196 56.6088 59.019 56.8456 59.1032 57.1184L59.6088 58.7315C59.6931 59.0044 60.0301 59.201 60.3632 59.1729L69.0586 58.4386C69.3796 58.4105 69.5722 58.1738 69.4839 57.9049L68.9623 56.3159C68.874 56.0511 68.5449 55.8545 68.2239 55.8826L68.2199 55.8866Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path d="M69.7167 60.4455L61.0053 61.2079C60.6722 61.236 60.4716 61.4808 60.5599 61.7577L61.0735 63.3948C61.1578 63.6717 61.4988 63.8683 61.8319 63.8402L70.5674 63.0377C70.8924 63.0096 71.081 62.7648 70.9927 62.492L70.4631 60.8829C70.3748 60.6141 70.0417 60.4175 69.7167 60.4455Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path d="M71.2291 65.0742L62.4736 65.9048C62.1405 65.937 61.9399 66.1857 62.0282 66.4666L62.5458 68.1278C62.6341 68.4087 62.9751 68.6094 63.3122 68.5733L72.0918 67.7025C72.4169 67.6704 72.6055 67.4216 72.5172 67.1448L71.9795 65.5116C71.8912 65.2388 71.5541 65.0421 71.2291 65.0742Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<path d="M72.766 69.7705L63.9663 70.6734C63.6293 70.7095 63.4286 70.9623 63.5169 71.2472L64.0426 72.9325C64.1308 73.2174 64.4759 73.418 64.813 73.3819L73.6368 72.4389C73.9618 72.4028 74.1544 72.15 74.0621 71.8691L73.5164 70.2119C73.4241 69.935 73.087 69.7384 72.762 69.7705H72.766Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path d="M74.3268 74.534L65.4829 75.5091C65.1459 75.5452 64.9452 75.81 65.0335 76.0949L65.5672 77.8083C65.6555 78.0972 66.0046 78.2978 66.3416 78.2617L75.2095 77.2425C75.5386 77.2064 75.7272 76.9456 75.6349 76.6607L75.0811 74.9794C74.9889 74.6985 74.6478 74.4979 74.3228 74.534H74.3268Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<path d="M75.9079 79.3713L67.0199 80.4226C66.6829 80.4628 66.4782 80.7316 66.5705 81.0205L67.1122 82.758C67.2045 83.0509 67.5536 83.2556 67.8947 83.2114L76.8067 82.116C77.1358 82.0758 77.3284 81.811 77.2321 81.5221L76.6703 79.8167C76.578 79.5318 76.2329 79.3312 75.9039 79.3713H75.9079Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<path d="M88.0661 58.8406L79.8483 59.5588C79.5353 59.5869 79.3547 59.8237 79.447 60.0885L79.9887 61.6735C80.081 61.9383 80.41 62.1349 80.723 62.1028L88.9609 61.3485C89.2659 61.3204 89.4384 61.0836 89.3421 60.8228L88.7844 59.2619C88.6921 59.0011 88.3671 58.8125 88.0661 58.8365V58.8406Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
18
|
+
<path d="M89.6633 63.3238L81.4093 64.1063C81.0963 64.1344 80.9157 64.3791 81.008 64.648L81.5578 66.257C81.65 66.5259 81.9831 66.7225 82.2961 66.6904L90.5701 65.8678C90.8751 65.8357 91.0476 65.595 90.9513 65.3301L90.3856 63.7491C90.2892 63.4843 89.9682 63.2917 89.6593 63.3238H89.6633Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
19
|
+
<path d="M91.2886 67.8692L82.9985 68.7199C82.6815 68.752 82.5009 69.0008 82.5972 69.2736L83.155 70.9068C83.2473 71.1796 83.5843 71.3763 83.8973 71.3442L92.2075 70.4534C92.5164 70.4213 92.685 70.1765 92.5887 69.9036L92.0149 68.2986C91.9185 68.0297 91.5935 67.8371 91.2846 67.8692H91.2886Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path d="M92.9336 72.4799L84.6074 73.3988C84.2904 73.4349 84.1098 73.6877 84.2061 73.9646L84.7719 75.6218C84.8682 75.8987 85.2012 76.0953 85.5222 76.0592L93.8725 75.1002C94.1815 75.0641 94.354 74.8153 94.2537 74.5384L93.6719 72.9093C93.5756 72.6364 93.2466 72.4438 92.9376 72.4799H92.9336Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
21
|
+
<path d="M94.6031 77.1556L86.2367 78.1467C85.9198 78.1828 85.7392 78.4437 85.8355 78.7246L86.4093 80.4058C86.5056 80.6867 86.8427 80.8874 87.1637 80.8472L95.5501 79.816C95.859 79.7759 96.0316 79.5231 95.9313 79.2422L95.3414 77.593C95.2411 77.3161 94.9121 77.1235 94.6031 77.1596V77.1556Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
<path d="M103.74 53.0332L96.0113 53.6552C95.7183 53.6792 95.5538 53.9039 95.6501 54.1567L96.2119 55.6735C96.3082 55.9303 96.6212 56.1149 96.9181 56.0908L104.667 55.4368C104.955 55.4127 105.108 55.188 105.012 54.9392L104.438 53.4465C104.341 53.1977 104.033 53.0131 103.744 53.0372L103.74 53.0332Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
23
|
+
<path d="M105.393 57.324L97.6322 58.0021C97.3353 58.0262 97.1748 58.2589 97.2711 58.5157L97.8409 60.0526C97.9372 60.3094 98.2542 60.498 98.5511 60.4699L106.332 59.7557C106.621 59.7276 106.773 59.5029 106.677 59.246L106.095 57.7333C105.999 57.4805 105.686 57.2959 105.397 57.32L105.393 57.324Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
24
|
+
<path d="M107.062 61.6704L99.2694 62.4127C98.9725 62.4408 98.812 62.6736 98.9083 62.9344L99.4861 64.4913C99.5824 64.7521 99.9034 64.9407 100.2 64.9126L108.013 64.1382C108.302 64.1101 108.454 63.8774 108.358 63.6206L107.768 62.0877C107.668 61.8309 107.355 61.6463 107.066 61.6744L107.062 61.6704Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
25
|
+
<path d="M108.759 66.0776L100.935 66.8802C100.638 66.9123 100.473 67.149 100.573 67.4138L101.159 68.9948C101.26 69.2597 101.581 69.4523 101.878 69.4202L109.722 68.5815C110.011 68.5494 110.168 68.3127 110.067 68.0519L109.469 66.499C109.369 66.2381 109.052 66.0536 108.763 66.0817L108.759 66.0776Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
26
|
+
<path d="M110.477 70.5417L102.62 71.4084C102.319 71.4405 102.159 71.6853 102.259 71.9542L102.853 73.5552C102.953 73.824 103.278 74.0167 103.579 73.9805L111.456 73.0777C111.749 73.0456 111.901 72.8008 111.797 72.536L111.187 70.959C111.087 70.6942 110.766 70.5096 110.477 70.5417Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
27
|
+
<path d="M112.222 75.0712L104.333 76.0062C104.032 76.0423 103.872 76.2911 103.972 76.5639L104.574 78.189C104.674 78.4619 105.003 78.6545 105.304 78.6184L113.213 77.6473C113.506 77.6112 113.659 77.3624 113.554 77.0936L112.936 75.4966C112.832 75.2277 112.511 75.0391 112.222 75.0752V75.0712Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
28
|
+
<path d="M103.19 44.1379C102.937 43.4176 102.238 42.954 101.481 43.0036L32.4162 47.4622C31.3401 47.5285 30.5993 48.5676 30.8848 49.6067L32.4203 55.183L105.114 49.0892L103.186 44.1338L103.19 44.1379Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
29
|
+
<path d="M95.6105 111.942L57.3487 99.6965C57.3487 99.6965 56.9573 99.5744 56.9373 99.3719C56.9173 99.1693 57.29 99.0628 57.29 99.0628L67.7824 96.1388C67.7824 96.1388 68.1888 95.9966 68.4616 95.9966C68.7343 95.9966 69.1752 96.1388 69.1752 96.1388L103.497 107.469L95.6105 111.942Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
30
|
+
<path d="M88.4069 58.3982L90.2484 58.3566L115.16 56.7183L129.795 88.6934C130.294 89.7718 129.85 91.0491 128.795 91.5906L128.49 91.7526L101.871 95.978C100.4 96.2094 98.9609 95.3717 98.4519 93.9694L87.0466 62.9569C86.3341 61.027 87.0975 58.9999 88.4162 58.3982H88.4069Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
31
|
+
<path d="M88.9207 58.2659L115.229 55.887C115.905 55.8269 116.539 56.211 116.793 56.8358L129.864 88.8711C130.239 89.7875 129.661 90.8149 128.684 90.9676L102.538 95.1144C101.376 95.2949 100.252 94.6377 99.8448 93.5362L87.6252 60.33C87.2781 59.3812 87.9213 58.3584 88.9299 58.2659H88.9253H88.9207Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
32
|
+
<path d="M112.897 62.7047L98.3818 64.2805C98.0721 64.3136 97.8872 64.5313 97.975 64.7726L99.0845 67.9054C99.1677 68.1468 99.4913 68.3077 99.801 68.2745L114.353 66.5852C114.644 66.5521 114.815 66.3344 114.728 66.1025L113.586 63.0691C113.498 62.8372 113.193 62.681 112.902 62.7094L112.897 62.7047Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
33
|
+
<path d="M115.162 68.7345L100.587 70.4901C100.277 70.5279 100.092 70.7551 100.18 70.9964L101.308 74.186C101.396 74.4274 101.719 74.593 102.029 74.5552L116.641 72.6812C116.937 72.6434 117.104 72.421 117.016 72.1844L115.856 69.0989C115.768 68.867 115.458 68.7061 115.167 68.7392L115.162 68.7345Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
34
|
+
<path d="M117.464 74.863L102.828 76.8079C102.514 76.8505 102.334 77.0824 102.422 77.3285L103.573 80.5701C103.661 80.8162 103.984 80.9819 104.298 80.9393L118.971 78.8713C119.267 78.8287 119.433 78.6016 119.341 78.3602L118.157 75.2227C118.069 74.9861 117.755 74.8252 117.464 74.863Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
35
|
+
<path d="M119.808 81.0909L105.117 83.2298C104.803 83.2772 104.622 83.5138 104.71 83.7646L105.88 87.063C105.968 87.3138 106.296 87.4795 106.61 87.4322L121.343 85.1655C121.638 85.1181 121.805 84.8863 121.712 84.6402L120.511 81.4506C120.418 81.2092 120.108 81.0483 119.808 81.0909Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
36
|
+
<path d="M86.152 51.3958C85.733 49.6094 83.745 48.2604 81.6944 48.4075C79.6218 48.5582 78.3246 50.1755 78.8097 51.9913C78.9457 52.4985 79.2066 52.9616 79.5557 53.3623C79.4528 53.1748 80.9374 53.2667 80.8713 53.0646C80.3348 51.3811 80.8897 50.6496 81.7863 50.2821C83.1938 49.705 85.0018 50.5136 85.2406 52.1934C85.3913 53.2557 84.796 54.3511 83.8148 54.7958C85.5052 54.4246 86.5268 52.9984 86.152 51.3921V51.3958Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
37
|
+
<path d="M95.6002 111.937L96.4307 111.996C96.5887 112.007 96.7468 111.996 96.9011 111.97L97.3053 111.893L74.856 47.498L74.0218 47.5458C73.7976 47.5605 73.5551 47.6377 73.217 47.9575C73.081 48.0862 72.8128 48.4206 72.8128 48.4206C72.6878 48.6596 72.743 48.9389 72.8311 49.1925L95.2695 111.691C95.3209 111.834 95.4496 111.929 95.6002 111.94V111.937Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
38
|
+
<path d="M86.1265 46.896L74.0181 47.5466C73.6947 47.565 73.4779 47.8884 73.5881 48.1935L96.4931 111.596C96.5813 111.835 96.8276 111.978 97.0774 111.934L108.969 109.82C109.157 109.787 109.27 109.592 109.204 109.409L86.6079 47.2158C86.5344 47.0173 86.3397 46.885 86.1265 46.8997V46.896ZM83.9511 53.2476C82.595 53.3689 81.2243 52.5014 80.8973 51.2921C80.5666 50.0608 81.4448 48.9654 82.8523 48.8662C84.2414 48.7669 85.59 49.6822 85.873 50.8915C86.1523 52.0824 85.296 53.13 83.9547 53.2513L83.9511 53.2476Z" fill="var(--sapContent_Illustrative_Color24)"/>
|
|
39
|
+
<path d="M83.3778 58.5331L83.0361 57.5777C83.0177 57.5262 83.0544 57.4711 83.1059 57.4674L88.6658 56.9971C88.7026 56.9971 88.7357 57.0154 88.7504 57.0522L89.0921 57.9966C89.1105 58.0481 89.0774 58.1032 89.0223 58.1069L83.466 58.5883C83.4293 58.5883 83.3925 58.5699 83.3815 58.5331H83.3778Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
40
|
+
<path d="M88.9853 74.171L88.6399 73.2082C88.6215 73.1568 88.6546 73.1053 88.7097 73.098L94.2329 72.4843C94.2697 72.4806 94.3064 72.5027 94.3174 72.5394L94.6592 73.4912C94.6776 73.5426 94.6445 73.5941 94.5894 73.6014L89.0698 74.2261C89.0331 74.2298 88.9963 74.2078 88.9816 74.171H88.9853Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
41
|
+
<path d="M86.7402 61.2198C86.7034 61.2198 86.6667 61.2014 86.6557 61.1646L86.4756 60.6685L89.8711 60.3599C89.9078 60.3599 89.9446 60.3782 89.9556 60.415L90.132 60.9074L86.7365 61.2161L86.7402 61.2198Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
42
|
+
<path d="M87.8574 64.3346C87.8206 64.3346 87.7839 64.3162 87.7728 64.2794L87.5928 63.7833L90.9846 63.46C91.0214 63.46 91.0581 63.4783 91.0691 63.5151L91.2455 64.0075L87.8537 64.3346H87.8574Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
43
|
+
<path d="M88.8896 67.3964L88.7463 66.9995C88.7279 66.948 88.761 66.8966 88.8161 66.8892L92.0977 66.5585C92.1345 66.5548 92.1712 66.5769 92.1823 66.6136L92.3586 67.106L88.9705 67.4515C88.9337 67.4552 88.897 67.4331 88.886 67.3964H88.8896Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
44
|
+
<path d="M90.0107 70.5117L89.8674 70.1111C89.849 70.0597 89.8821 70.0082 89.9372 70.0009L93.2152 69.6518C93.2519 69.6481 93.2886 69.6701 93.2997 69.7069L93.443 70.1038C93.4614 70.1552 93.4283 70.2067 93.3732 70.214L90.0952 70.5668C90.0585 70.5705 90.0217 70.5484 90.0107 70.5117Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
45
|
+
<path d="M94.6521 89.9753L94.303 89.0051C94.2846 88.9573 94.3177 88.9022 94.3691 88.8949L99.8556 88.1342C99.8924 88.1305 99.9328 88.1526 99.9438 88.1893L100.289 89.1484C100.308 89.1962 100.275 89.2513 100.223 89.2587L94.7366 90.0304C94.6999 90.0341 94.6594 90.012 94.6484 89.9753H94.6521Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
46
|
+
<path d="M92.2817 76.8387L92.1384 76.4381C92.1201 76.3867 92.1531 76.3352 92.2046 76.3279L95.4751 75.9457C95.5119 75.942 95.5486 75.9641 95.5633 76.0008L95.7067 76.3977C95.725 76.4492 95.692 76.5006 95.6405 76.508L92.3699 76.8938C92.3332 76.8975 92.2964 76.8754 92.2817 76.8387Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
47
|
+
<path d="M93.4063 79.9699L93.2629 79.5693C93.2446 79.5215 93.2776 79.4664 93.3291 79.4591L96.596 79.0585C96.6327 79.0548 96.6695 79.0769 96.6842 79.1136L96.8275 79.5105C96.8459 79.5583 96.8128 79.6134 96.7613 79.6207L93.4944 80.025C93.4577 80.0287 93.421 80.0066 93.4063 79.9699Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
48
|
+
<path d="M94.5308 83.1008L94.3875 82.6966C94.3691 82.6488 94.4021 82.5937 94.4536 82.5863L97.7168 82.1674C97.7536 82.1637 97.7903 82.1858 97.805 82.2225L97.9483 82.6231C97.9667 82.6708 97.9336 82.726 97.8822 82.7333L94.619 83.1559C94.5822 83.1596 94.5455 83.1375 94.5308 83.1008Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
49
|
+
<path d="M95.6553 86.2412L95.512 85.837C95.4936 85.7892 95.5267 85.7341 95.5781 85.7268L98.8377 85.2895C98.8744 85.2858 98.9112 85.3078 98.9259 85.3446L99.0692 85.7451C99.0875 85.7929 99.0545 85.848 99.003 85.8554L95.7472 86.2927C95.7104 86.2964 95.6737 86.2743 95.659 86.2376L95.6553 86.2412Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
50
|
+
<path d="M100.352 105.876L100.003 104.898C99.9843 104.851 100.017 104.799 100.065 104.788L105.519 103.877C105.559 103.87 105.596 103.892 105.61 103.928L105.96 104.895C105.978 104.943 105.945 104.994 105.897 105.005L100.447 105.927C100.407 105.935 100.37 105.913 100.355 105.876H100.352Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
51
|
+
<path d="M97.9412 92.6028L97.7942 92.1986C97.7758 92.1508 97.8089 92.0957 97.8603 92.0883L101.109 91.618C101.149 91.6106 101.186 91.6363 101.197 91.6731L101.34 92.0736C101.359 92.1214 101.326 92.1765 101.274 92.1839L98.0257 92.6579C97.9853 92.6653 97.9485 92.6396 97.9375 92.6028H97.9412Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
52
|
+
<path d="M99.0691 95.7541L98.9221 95.3499C98.9037 95.3021 98.9368 95.247 98.9883 95.2397L102.233 94.7509C102.274 94.7436 102.31 94.7656 102.321 94.806L102.465 95.2103C102.483 95.258 102.45 95.3132 102.398 95.3205L99.1536 95.8129C99.1132 95.8203 99.0765 95.7982 99.0654 95.7578L99.0691 95.7541Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
53
|
+
<path d="M100.201 98.9031L100.054 98.4952C100.036 98.4475 100.069 98.396 100.12 98.385L103.361 97.8779C103.402 97.8705 103.438 97.8926 103.449 97.933L103.596 98.3372C103.615 98.385 103.582 98.4364 103.53 98.4475L100.289 98.9583C100.249 98.9656 100.212 98.9436 100.201 98.9031Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
54
|
+
<path d="M101.337 102.061L101.19 101.653C101.171 101.605 101.204 101.554 101.252 101.543L104.49 101.018C104.53 101.01 104.567 101.032 104.582 101.069L104.729 101.473C104.747 101.521 104.714 101.572 104.666 101.583L101.429 102.109C101.388 102.116 101.351 102.094 101.337 102.054V102.061Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
55
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg width="151" height="160" viewBox="0 0 151 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-SearchEarth">
|
|
2
|
+
<path d="M79.3521 142.954C118.755 142.954 150.697 110.953 150.697 71.4768C150.697 32.0007 118.766 0 79.3521 0C39.9382 0 8.00713 32.0007 8.00713 71.4768C8.00713 110.953 39.9488 142.954 79.3521 142.954Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M111.745 103.686C112.801 105.802 114.111 105.196 115.069 104.222C116.907 105.047 116.657 101.248 117.153 101.248H117.981L118.139 100.461C124.791 67.2188 105.462 46.7857 93.3915 36.9608L91.983 38.1214L91.9161 38.1532L91.8139 38.0685C91.4618 38.259 91.0851 38.4213 90.7224 38.5765C88.7751 39.0422 86.6271 38.7035 85.0883 39.8994C71.0031 26.8466 53.2875 19.5899 35.0859 19.4382C41.965 19.5256 48.7949 20.6141 55.3615 22.6697L55.6362 22.7543L55.8158 22.966C56.0622 23.2517 61.9393 30.0921 58.0553 33.8316C56.1538 35.6661 52.7945 35.8566 51.4353 35.8566C49.9335 35.9064 48.4382 35.6371 47.0477 35.0664C45.3434 34.2444 44.7272 32.544 44.2307 31.1858C44.0856 30.6259 43.8372 30.0983 43.4983 29.63C43.2623 29.3901 42.6778 29.3795 41.7376 29.3795C40.2449 29.432 38.7538 29.2352 37.3254 28.7974C33.5788 27.5945 32.3675 21.2797 32.2407 20.5636L32.0611 19.5052C31.4871 19.5052 30.9167 19.5475 30.3462 19.5793C29.2406 20.6259 28.1701 21.7077 27.1348 22.8249C27.2644 23.0234 27.382 23.2296 27.487 23.4422C28.1067 24.9733 27.8391 26.7513 26.6313 28.7339C24.7298 31.909 22.0536 32.5122 19.4654 32.6675C17.3127 35.9906 15.441 39.4882 13.8701 43.1239C15.5427 43.1239 17.8034 40.8202 20.6944 37.3524C21.8784 35.7973 23.3974 34.5299 25.1382 33.6446C26.8775 32.7701 28.7913 32.2998 30.7371 32.2688C34.908 32.4289 38.8499 34.2211 41.7165 37.2606C47.1181 42.6476 45.7413 49.481 42.9278 53.6896C40.9594 56.6353 36.9416 57.2174 31.9097 57.9018C30.7089 58.0676 29.4448 58.2334 28.1419 58.4522C22.4198 59.4329 20.3246 64.9433 19.145 69.6565C18.0146 74.1897 16.8526 76.5251 14.5427 78.7935C13.9355 79.4617 13.2002 80.0004 12.3806 80.3775C11.5588 80.7523 10.6704 80.9586 9.76777 80.9842C9.38238 80.9839 8.99793 80.9461 8.61983 80.8714C9.4861 87.5017 11.2845 93.9759 13.9616 100.101L14.3138 100.588C14.7434 101.188 15.2082 101.809 15.6871 102.454C16.2872 103.372 17.0193 104.196 17.8597 104.899C18.261 104.453 18.615 103.966 18.9161 103.446C19.1027 103.16 19.307 102.839 19.5358 102.465C20.9796 100.306 22.0219 99.4206 23.1452 99.4206C24.5537 99.4206 25.3073 100.913 25.5819 101.484C26.2762 102.642 27.2435 103.611 28.399 104.307C29.5581 104.998 30.8687 105.394 32.216 105.46C33.164 105.396 34.1012 105.221 35.0084 104.938C36.2329 104.556 37.5019 104.335 38.7833 104.282C39.606 104.266 40.4229 104.424 41.1813 104.744C41.9411 105.067 42.624 105.548 43.1849 106.155C44.3437 107.323 45.721 108.251 47.2379 108.886C48.7589 109.518 50.3905 109.841 52.0374 109.835H52.9107C56.844 109.835 57.9955 112.406 58.918 114.467C59.3309 115.688 60.0731 116.771 61.0625 117.596C61.5649 117.962 62.1704 118.158 62.7915 118.157C63.7335 118.084 64.6605 117.879 65.5451 117.546C68.1139 116.678 70.8061 116.231 73.5173 116.223C77.7077 116.223 80.1057 117 81.3135 118.725C82.5213 120.45 82.3699 122.729 81.0106 126.352C80.0282 129.029 78.0598 130.275 76.433 131.259C75.1921 131.928 74.1108 132.858 73.2638 133.986C72.6237 135.01 72.2833 136.193 72.2813 137.401C72.2736 138.416 72.0591 139.418 71.651 140.347C71.3189 141.103 70.8644 141.799 70.3059 142.407C73.3098 142.788 76.3348 142.978 79.3627 142.975C85.1396 142.978 90.8956 142.279 96.5043 140.893C104.378 131.09 109.329 118.943 110.044 104.91C111.438 105.33 111.213 104.003 111.745 103.686ZM38.3044 92.4814C38.1441 93.263 37.8147 94 37.3395 94.6404C36.8439 95.1475 36.2427 95.539 35.5789 95.7869C34.9052 96.0411 34.1836 96.1424 33.4661 96.0833H33.4344C31.0632 95.9135 28.7296 95.3965 26.508 94.5487L26.0749 94.4005C24.7277 93.9602 23.5154 93.1817 22.5536 92.1392C21.8846 91.483 21.5677 91.2114 20.9268 91.2114C20.4057 91.2367 19.8862 91.2885 19.3704 91.3666C18.2667 91.5271 17.1542 91.619 16.0392 91.6417C14.0673 91.6417 12.6588 91.1725 11.8665 90.2059C11.5073 89.7269 11.266 89.1697 11.1622 88.5796C11.0574 87.9922 11.0899 87.3884 11.2573 86.8157C11.8383 83.8912 13.6271 83.3161 15.0392 83.3161C16.3915 83.4006 17.7216 83.7007 18.9795 84.2051C19.9647 84.5958 20.9993 84.8475 22.0536 84.953C22.8789 84.9118 23.7017 84.8283 24.5185 84.7026C26.2516 84.4445 27.9993 84.2972 29.7511 84.2616C34.8535 84.2616 37.7304 86.2089 38.2903 90.1107C38.4697 90.8878 38.4745 91.6951 38.3044 92.4743V92.4814ZM67.1191 74.5531C65.1434 72.002 63.8274 69.0015 63.2879 65.8182C62.749 62.6411 63.0031 59.3798 64.0274 56.3249C65.2176 52.5537 68.7389 50.4652 73.9398 50.4652C82.2888 50.4652 94.7155 56.1097 99.8918 64.5447C102.653 69.0356 102.927 73.6852 100.681 77.9927C98.2826 82.6212 93.7049 85.1506 87.7609 85.1506C80.1197 85.1435 71.82 80.8855 67.1191 74.546V74.5531Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
4
|
+
<path d="M106.649 108.857C106.399 108.392 105.241 106.3 103.315 106.134C101.825 106.003 100.582 106.97 98.9164 109.062C94.4866 114.625 94.3388 116.036 95.5395 119.688C95.727 120.287 96.1103 120.805 96.6276 121.159C97.1446 121.511 97.7641 121.681 98.3882 121.642C100.247 121.526 101.867 120.743 103.223 119.924C103.403 119.815 103.547 119.723 103.593 119.691C105.984 118.125 106.519 111.112 106.649 108.857Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
5
|
+
<path d="M29.73 84.2616C27.9781 84.2955 26.2302 84.4428 24.4973 84.7026C23.6807 84.83 22.8579 84.9136 22.0324 84.9531C20.9781 84.8476 19.9435 84.5959 18.9583 84.2052C17.6994 83.704 16.3698 83.4041 15.018 83.3162C13.6095 83.3162 11.8171 83.8912 11.2361 86.8122C11.0695 87.385 11.037 87.9886 11.141 88.5761C11.2462 89.1647 11.4874 89.7204 11.8453 90.1989C12.6376 91.1655 14.0461 91.6347 16.018 91.6347C17.1329 91.6102 18.2454 91.5183 19.3492 91.3595C19.865 91.2814 20.3845 91.2296 20.9056 91.2043C21.5465 91.2043 21.8634 91.4759 22.5324 92.1321C23.4942 93.1747 24.7065 93.9532 26.0537 94.3934L26.4868 94.5416C28.7179 95.3877 31.0612 95.9 33.4414 96.0621H33.4731C34.1906 96.1212 34.9122 96.02 35.5859 95.7657C36.2497 95.5178 36.8509 95.1263 37.3465 94.6192C37.8203 93.978 38.1495 93.2413 38.3113 92.4602C38.4729 91.6803 38.4596 90.8742 38.2726 90.1001C37.7022 86.2125 34.8253 84.2616 29.73 84.2616Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
6
|
+
<path d="M72.2848 137.38C72.2867 136.172 72.6272 134.988 73.2673 133.965C74.1143 132.837 75.1955 131.906 76.4364 131.238C78.0668 130.253 80.0352 129.008 81.0141 126.331C82.3698 122.708 82.5282 120.429 81.3169 118.703C80.1056 116.978 77.7111 116.199 73.5208 116.199C70.8092 116.209 68.117 116.658 65.5486 117.529C64.6591 117.867 63.7259 118.076 62.7773 118.15C62.1563 118.154 61.5503 117.959 61.0483 117.592C60.0589 116.767 59.3167 115.684 58.9039 114.463C57.9813 112.403 56.8298 109.831 52.8965 109.831H52.0233C50.3764 109.837 48.7448 109.515 47.2237 108.882C45.7068 108.248 44.3296 107.32 43.1707 106.152C42.6098 105.545 41.927 105.064 41.1671 104.74C40.4077 104.42 39.5896 104.262 38.7656 104.278C37.4854 104.332 36.2176 104.553 34.9943 104.934C34.0875 105.219 33.1501 105.394 32.2019 105.457C30.8546 105.39 29.544 104.994 28.3848 104.303C27.2294 103.607 26.262 102.638 25.5678 101.481C25.2931 100.909 24.5361 99.417 23.1311 99.417C22.0078 99.417 20.9655 100.302 19.5218 102.461C19.2929 102.835 19.0886 103.167 18.902 103.442C18.601 103.962 18.2469 104.449 17.8456 104.896C17.0054 104.193 16.2743 103.369 15.6765 102.451C15.1906 101.807 14.7304 101.184 14.2961 100.585L13.944 100.098C18.8894 111.418 26.6766 121.263 36.5472 128.673C46.4203 136.081 58.0396 140.801 70.2742 142.375C70.8327 141.767 71.2872 141.071 71.6193 140.315C72.0384 139.392 72.2649 138.393 72.2848 137.38Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
7
|
+
<path d="M12.3841 80.4021C13.2037 80.0251 13.939 79.4863 14.5462 78.8182C16.8561 76.5498 18.0181 74.232 19.1485 69.6812C20.3281 64.968 22.4233 59.4505 28.1454 58.4769C29.4553 58.2581 30.7124 58.0923 31.9132 57.9265C36.9662 57.221 40.9664 56.66 42.9313 53.7143C45.7484 49.5057 47.1216 42.6723 41.72 37.2853C38.8546 34.2376 34.9095 32.4387 30.7335 32.2759C28.7877 32.3069 26.874 32.7772 25.1347 33.6517C23.3986 34.5271 21.8811 35.7821 20.6943 37.3242C17.8033 40.792 15.5427 43.0956 13.8701 43.0956H13.849C9.97987 52.0562 7.98907 61.7173 8.00005 71.4803C7.99932 74.6243 8.20517 77.765 8.61627 80.8819C8.99463 80.9549 9.37891 80.9927 9.76422 80.9948C10.6685 80.9767 11.5598 80.7751 12.3841 80.4021Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
8
|
+
<path d="M26.6207 28.7022C27.8109 26.7196 28.0961 24.9416 27.4764 23.4105C27.3714 23.1978 27.2538 22.9917 27.1242 22.7931C24.2916 25.8456 21.729 29.1389 19.4654 32.6357C22.043 32.4699 24.7192 31.8666 26.6207 28.7022Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
9
|
+
<path d="M37.3079 28.7692C38.7386 29.2073 40.232 29.404 41.7271 29.3513C42.6672 29.3513 43.2518 29.3513 43.4877 29.6018C43.8266 30.0701 44.075 30.5977 44.2202 31.1576C44.7167 32.5299 45.3329 34.2303 47.0372 35.0382C48.4276 35.6089 49.9229 35.8782 51.4247 35.8284C52.7839 35.8284 56.1433 35.6379 58.0448 33.8034C61.9182 30.0639 56.0517 23.22 55.8052 22.9378L55.6256 22.7261L55.351 22.6414C48.7844 20.5859 41.9544 19.4974 35.0753 19.41H32.0365V19.4558L32.216 20.5142C32.3534 21.2515 33.5506 27.5663 37.3079 28.7692Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
10
|
+
<path d="M100.68 77.9715C102.927 73.6641 102.652 69.0144 99.8917 64.5235C94.7049 56.0991 82.2852 50.4441 73.9398 50.4441C68.7353 50.4441 65.2175 52.5325 64.0273 56.3038C63.0028 59.3586 62.7487 62.62 63.2878 65.7971C63.8273 68.9804 65.1433 71.9809 67.119 74.5319C71.8199 80.882 80.1196 85.1153 87.7608 85.1153C93.7048 85.1435 98.2825 82.6141 100.68 77.9715Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
11
|
+
<path opacity="0.5" d="M106.336 104.451C125.703 104.451 141.394 88.4455 141.394 68.6581C141.394 48.8707 125.699 32.865 106.336 32.865C86.9721 32.865 71.2742 48.8707 71.2742 68.6581C71.2742 88.4455 86.9721 104.451 106.336 104.451Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
12
|
+
<path opacity="0.7" d="M120.192 37.0314L107.086 32.865L85.1094 98.2811L98.2192 102.44L120.192 37.0314Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path opacity="0.7" d="M103.339 104.451L125.71 38.9222L121.622 37.617L99.2649 103.146L103.339 104.451Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<path d="M123.822 100.546L114.237 104.426L120.365 119.631L129.953 115.751L123.822 100.546Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
15
|
+
<path d="M120.217 118.64C119.85 118.792 119.559 119.084 119.407 119.451C119.331 119.632 119.292 119.827 119.292 120.023C119.292 120.219 119.331 120.413 119.407 120.594L133.907 156.38C134.503 157.817 135.643 158.959 137.077 159.555C138.509 160.148 140.117 160.148 141.549 159.555L142.682 159.093C144.106 158.49 145.236 157.349 145.827 155.918C146.415 154.484 146.415 152.876 145.827 151.442L131.309 115.708C131.235 115.526 131.125 115.36 130.985 115.222C130.846 115.08 130.681 114.967 130.499 114.89C130.317 114.815 130.122 114.775 129.925 114.774C129.727 114.774 129.531 114.812 129.347 114.886L120.217 118.64Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
16
|
+
<path d="M113.854 103.643L114.861 106.046C114.861 106.046 119.886 108.272 125.125 103.605L123.53 99.7698L119.118 101.922L113.854 103.643Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path d="M106.575 105.693C98.0532 105.7 89.7925 102.747 83.2008 97.3356C76.6094 91.9233 72.0967 84.3873 70.4326 76.0135C68.7674 67.6395 70.0517 58.946 74.0666 51.4142C78.0817 43.8824 84.5787 37.978 92.4512 34.7065C100.327 31.4381 109.089 31.0043 117.248 33.4788C125.404 35.959 132.45 41.1952 137.186 48.2956C141.922 55.3955 144.056 63.9201 143.225 72.4187C142.391 80.9166 138.64 88.8614 132.612 94.8979C129.196 98.3287 125.138 101.05 120.671 102.906C116.201 104.755 111.411 105.703 106.575 105.693ZM106.575 34.9429C98.7463 34.9288 91.1549 37.6356 85.0953 42.6017C79.0352 47.5656 74.8811 54.4815 73.3412 62.1705C71.8025 69.8622 72.9749 77.8505 76.6582 84.7731C80.3388 91.6934 86.301 97.1206 93.5287 100.13C100.759 103.138 108.807 103.542 116.301 101.273C123.789 98.9994 130.259 94.1974 134.612 87.6835C138.967 81.1641 140.93 73.3327 140.165 65.5254C139.4 57.7211 135.958 50.4239 130.425 44.8772C124.102 38.531 115.525 34.9559 106.575 34.9358V34.9429Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-SearchFolder">
|
|
2
|
+
<mask id="mask0_396_4314" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="4" y="0" width="148" height="148">
|
|
3
|
+
<circle cx="77.675" cy="73.675" r="73.675" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0_396_4314)">
|
|
6
|
+
<path d="M157.996 -10.9362H-9.55315C-10.6453 -10.9376 -11.7269 -10.6312 -12.7362 -10.0346C-13.7454 -9.43792 -14.6626 -8.56268 -15.4352 -7.45887C-16.2078 -6.35507 -16.8207 -5.04435 -17.2389 -3.60163C-17.657 -2.15892 -17.8723 -0.612489 -17.8723 0.949248V141.785C-17.8723 144.94 -16.9958 147.966 -15.4357 150.197C-13.8755 152.428 -11.7595 153.682 -9.55315 153.682H157.996C160.203 153.682 162.319 152.428 163.879 150.197C165.439 147.966 166.315 144.94 166.315 141.785V0.949248C166.315 -0.612489 166.1 -2.15892 165.682 -3.60163C165.264 -5.04435 164.651 -6.35507 163.878 -7.45887C163.106 -8.56268 162.188 -9.43792 161.179 -10.0346C160.17 -10.6312 159.088 -10.9376 157.996 -10.9362Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
7
|
+
<path d="M-18.5531 123.034L26.9314 107.714C28.8716 107.055 29.8966 104.969 29.256 103.047L6.96214 36.8607C6.3032 34.9205 4.21659 33.8955 2.2947 34.5361L-43.1898 49.8745C-45.13 50.5335 -46.155 52.6201 -45.5144 54.542L-23.2206 120.728C-22.5616 122.668 -20.475 123.693 -18.5531 123.053V123.034Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
8
|
+
<path d="M-20.5118 121.863L24.7897 106.341C26.7116 105.682 27.7366 103.596 27.0777 101.674L4.49099 35.7626C3.83206 33.8407 1.74544 32.8157 -0.176441 33.4746L-45.478 48.9961C-47.3998 49.655 -48.4248 51.7417 -47.7659 53.6635L-25.1975 119.575C-24.5386 121.497 -22.452 122.522 -20.5301 121.863H-20.5118Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
9
|
+
<path d="M191.518 43.2361L147.269 28.0786C145.39 27.4404 143.351 28.4332 142.713 30.3123L120.659 94.6829C120.021 96.5621 121.014 98.6008 122.893 99.239L167.142 114.397C169.021 115.035 171.06 114.042 171.698 112.163L193.752 47.7922C194.39 45.913 193.397 43.8743 191.518 43.2361Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
10
|
+
<path d="M173.471 69.651L142.642 59.0851C141.613 58.7305 140.514 59.2801 140.16 60.3083C139.805 61.3366 140.355 62.4357 141.383 62.7903L172.212 73.3562C173.24 73.7107 174.339 73.1612 174.694 72.1329C175.049 71.1047 174.499 70.0056 173.471 69.651Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
11
|
+
<path d="M170.812 75.9268L139.982 65.3609C138.954 65.0063 137.855 65.5559 137.501 66.5841C137.146 67.6124 137.696 68.7115 138.724 69.0661L169.553 79.632C170.581 79.9866 171.698 79.437 172.035 78.4088C172.389 77.3805 171.84 76.2814 170.812 75.9268Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
12
|
+
<path d="M153.864 77.1323L137.448 71.5125C136.419 71.158 135.302 71.7075 134.966 72.7358C134.611 73.764 135.161 74.8631 136.189 75.2177L152.623 80.8375C153.651 81.192 154.75 80.6425 155.105 79.6142C155.459 78.586 154.91 77.4869 153.881 77.1323H153.864Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
13
|
+
<path d="M91.3686 115.035L86.163 116.267L113.218 109.973L104.49 111.987L91.3686 115.035Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
14
|
+
<path d="M46.0637 118.988L45.8479 113.993L35.2641 72.8875C35.2216 72.7264 35.2119 72.5583 35.2356 72.3933C35.2593 72.2283 35.3158 72.0698 35.4019 71.927C35.488 71.7841 35.6019 71.66 35.7369 71.5617C35.8719 71.4635 36.0252 71.3932 36.1878 71.355L38.1475 70.89L36.8094 65.7238C36.7682 65.5615 36.7596 65.3926 36.7843 65.227C36.8089 65.0614 36.8663 64.9023 36.953 64.759C37.0397 64.6156 37.1541 64.4909 37.2895 64.3919C37.4249 64.293 37.5785 64.2218 37.7417 64.1825L40.556 63.5195L39.287 57.7161C39.2628 57.5378 39.2743 57.3566 39.3207 57.1829C39.3672 57.0091 39.4477 56.8462 39.5577 56.7037C39.6677 56.5612 39.805 56.4418 39.9615 56.3525C40.118 56.2632 40.2908 56.2058 40.4697 56.1835L80.6035 48.3307L82.9516 44.8866L30.6369 57.2769C30.3152 57.3539 30.0123 57.4948 29.7463 57.6913C29.4804 57.8877 29.2569 58.1356 29.0893 58.4202C28.9216 58.7048 28.8133 59.0201 28.7707 59.3474C28.7281 59.6747 28.7521 60.0072 28.8413 60.325L45.3817 119.358C45.8078 120.873 46.7671 122.184 48.0838 123.052C47.4776 122.556 46.9841 121.937 46.6358 121.236C46.2876 120.535 46.0925 119.769 46.0637 118.988Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
15
|
+
<path d="M36.1879 71.3463C36.0252 71.3845 35.8719 71.4548 35.7369 71.5531C35.602 71.6513 35.488 71.7755 35.4019 71.9183C35.3158 72.0612 35.2593 72.2197 35.2356 72.3847C35.212 72.5497 35.2217 72.7177 35.2641 72.8789L45.8566 113.985L45.166 98.0987L38.1562 70.8813L36.1879 71.3463Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
16
|
+
<path d="M40.556 63.4851L37.7417 64.1481C37.5785 64.1874 37.4248 64.2585 37.2895 64.3575C37.1541 64.4565 37.0397 64.5812 36.953 64.7245C36.8663 64.8679 36.8089 65.027 36.7843 65.1926C36.7596 65.3582 36.7682 65.527 36.8094 65.6893L38.1475 70.8555L45.1573 98.0729L44.4235 81.1363L40.556 63.4851Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
17
|
+
<path d="M39.287 57.6816L40.556 63.485L44.4236 81.162L43.7933 66.4296C43.7333 65.11 44.1368 63.8109 44.9342 62.7563C45.7316 61.7016 46.873 60.9574 48.1615 60.6521L75.7346 54.1169C76.4184 53.9611 77.0171 53.5516 77.4093 52.9716L80.6035 48.2963L40.4697 56.1317C40.2891 56.1538 40.1147 56.2118 39.9569 56.3022C39.7991 56.3926 39.6611 56.5135 39.5509 56.6579C39.4407 56.8024 39.3605 56.9673 39.3152 57.1431C39.2699 57.3189 39.2603 57.502 39.287 57.6816Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
18
|
+
<path d="M128.985 28.0743L87.6595 37.8276C86.9694 37.9939 86.3657 38.4081 85.9649 38.9903L82.4708 44.1967L80.0949 47.6676L76.8629 52.3795C76.4659 52.9639 75.8601 53.3765 75.1682 53.5335L47.2682 60.1197C45.9644 60.4274 44.8095 61.1773 44.0026 62.2401C43.1958 63.303 42.7875 64.6122 42.8482 65.9421L43.4858 80.789L44.2284 97.8573L44.9272 113.867L45.1455 118.9C45.1839 119.723 45.4043 120.528 45.7912 121.257C46.178 121.987 46.7218 122.622 47.3838 123.119C48.0459 123.616 48.8099 123.962 49.6218 124.133C50.4336 124.303 51.2734 124.294 52.0812 124.106L85.7116 116.175L90.9526 114.925L104.23 111.854L113.053 109.823L137.511 104.174C138.072 104.049 138.569 103.725 138.909 103.265C139.25 102.804 139.411 102.236 139.363 101.667L133.912 31.6667C133.872 31.0901 133.706 30.529 133.426 30.0226C133.145 29.5162 132.757 29.0766 132.288 28.7346C131.819 28.3926 131.281 28.1564 130.71 28.0423C130.14 27.9283 129.551 27.9392 128.985 28.0743Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
19
|
+
<path d="M34.7869 32.0941C34.579 32.2592 34.4195 32.4773 34.3251 32.7255C34.2306 32.9737 34.2048 33.2427 34.2504 33.5043L35.172 39.7543C35.3239 40.788 36.2599 41.2183 37.0701 41.0991C37.4035 41.0623 37.7159 40.9184 37.9605 40.6889C38.205 40.4593 38.3685 40.1566 38.4263 39.8262C38.4494 39.6658 38.4482 39.5027 38.4226 39.3426L37.501 33.0927C37.4662 32.8176 37.3577 32.5571 37.1869 32.3387C37.0162 32.1203 36.7896 31.9521 36.5312 31.8519C36.2439 31.7404 35.9329 31.7041 35.6276 31.7465C35.3224 31.7889 35.033 31.9085 34.7869 32.0941Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
20
|
+
<path d="M9.34148 55.1301C9.27578 55.3084 9.24799 55.4984 9.25986 55.6881C9.27174 55.8777 9.32303 56.0628 9.41045 56.2315C9.49788 56.4002 9.61952 56.5489 9.76761 56.6679C9.9157 56.787 10.087 56.8739 10.2705 56.923L16.1359 58.7848C16.347 58.851 16.5692 58.8745 16.7895 58.8539C17.0098 58.8333 17.2238 58.769 17.419 58.6648C17.6142 58.5606 17.7866 58.4185 17.9263 58.2469C18.066 58.0753 18.1701 57.8776 18.2325 57.6653C18.2607 57.5785 18.2817 57.4895 18.2954 57.3993C18.3505 57.0665 18.2791 56.7252 18.0951 56.4425C17.911 56.1599 17.6278 55.9564 17.3012 55.8723L11.438 54.0128C11.2271 53.9462 11.005 53.9224 10.7847 53.9427C10.5644 53.963 10.3504 54.0271 10.1552 54.1311C9.95993 54.2352 9.78741 54.3771 9.64769 54.5486C9.50798 54.7201 9.40388 54.9178 9.34148 55.1301Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
21
|
+
<path d="M17.7222 40.0375C17.7036 40.2442 17.7273 40.4526 17.792 40.6499C17.8567 40.8471 17.961 41.0291 18.0984 41.1847L24.1924 48.2268C24.4675 48.5411 24.8534 48.7369 25.2695 48.7732C25.6856 48.8095 26.0996 48.6836 26.425 48.4218C26.7258 48.1776 26.9238 47.8294 26.9799 47.4461C27.0119 47.2251 26.9958 46.9998 26.9329 46.7856C26.8699 46.5713 26.7615 46.3732 26.615 46.2046L20.521 39.1626C20.2447 38.8463 19.8565 38.6495 19.438 38.6135C19.0196 38.5775 18.6035 38.7052 18.2772 38.9696C18.1175 39.101 17.9861 39.2634 17.8907 39.4469C17.7953 39.6304 17.738 39.8313 17.7222 40.0375Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
22
|
+
</g>
|
|
23
|
+
<g clip-path="url(#clip0_396_4314)">
|
|
24
|
+
<path opacity="0.5" d="M116.677 111.842C131.604 108.977 141.342 94.3363 138.421 79.1155C135.5 63.8947 121.033 53.8911 106.106 56.7557C91.1786 59.6203 81.4406 74.2611 84.363 89.4896C87.2855 104.718 101.75 114.706 116.677 111.842Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
25
|
+
<path d="M117.4 57.9171L106.683 56.6449L99.4048 110.223L110.129 111.494L117.4 57.9171Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
26
|
+
<path d="M114.367 112.285L121.951 58.5522L118.618 58.1541L111.027 111.888L114.367 112.285Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
27
|
+
<path d="M129.561 106.272L122.736 110.679L129.708 121.474L136.526 117.069L129.561 106.272Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
28
|
+
<path d="M129.799 120.491C129.453 120.718 129.211 121.073 129.126 121.479C129.04 121.884 129.119 122.306 129.344 122.654L145.6 147.72C146.271 148.733 147.316 149.438 148.506 149.683C149.695 149.927 150.933 149.69 151.949 149.024L152.757 148.494C153.269 148.166 153.711 147.739 154.056 147.239C154.402 146.738 154.643 146.173 154.768 145.578C155.01 144.386 154.772 143.146 154.106 142.129L137.855 117.093C137.743 116.919 137.597 116.769 137.427 116.651C137.256 116.534 137.064 116.451 136.861 116.409C136.659 116.366 136.45 116.364 136.246 116.402C136.043 116.441 135.849 116.519 135.676 116.633L129.799 120.491Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
29
|
+
<path d="M122.356 110.113L123.479 111.805C123.479 111.805 127.657 112.784 131.034 108.416L129.236 105.704L126.157 108.003L122.356 110.113Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
30
|
+
<path d="M117.045 112.761C110.475 114.039 103.665 112.997 97.7771 109.815C91.8888 106.633 87.2866 101.506 84.7552 95.3099C82.2239 89.1135 81.9202 82.2309 83.8959 75.8357C85.8716 69.4405 90.0044 63.9288 95.5896 60.2404C101.175 56.552 107.866 54.9153 114.523 55.6094C121.18 56.3036 127.39 59.2855 132.095 64.0469C136.799 68.8082 139.706 75.054 140.321 81.7192C140.935 88.3845 139.219 95.0564 135.464 100.597C131.178 106.932 124.554 111.307 117.045 112.761ZM106.598 58.3218C100.562 59.4692 95.1107 62.6746 91.1735 67.3916C87.2363 72.1087 85.0569 78.0454 85.0068 84.1897C84.9567 90.334 87.039 96.3055 90.8987 101.086C94.7584 105.867 100.157 109.161 106.173 110.407C112.19 111.653 118.452 110.774 123.893 107.919C129.333 105.064 133.615 100.411 136.009 94.7518C138.403 89.0928 138.76 82.7787 137.019 76.8859C135.279 70.993 131.548 65.8862 126.464 62.4359C123.586 60.4771 120.35 59.1054 116.941 58.3994C113.532 57.6935 110.017 57.6671 106.598 58.3218Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
31
|
+
</g>
|
|
32
|
+
<defs>
|
|
33
|
+
<clipPath id="clip0_396_4314">
|
|
34
|
+
<rect width="60.1974" height="100.378" fill="var(--sapContent_Illustrative_Color8)" transform="translate(77.675 61.4212) rotate(-10.8633)"/>
|
|
35
|
+
</clipPath>
|
|
36
|
+
</defs>
|
|
37
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-SignOut">
|
|
2
|
+
<rect y="53.6001" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<g clip-path="url(#clip0_6848_476348)">
|
|
4
|
+
<path d="M34.1001 97.2983L85.8071 97.8753L104.811 112.766L70.4653 111.941L34.1001 97.2983Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
5
|
+
<path d="M101.326 112.766L102.444 46.5273H72.959V111.078L97.6811 120.696L125.348 121.008L101.326 112.766Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
6
|
+
<path d="M70.3906 43.2515H104.1V112.766H101.326V45.4993H72.3372V111.941H70.4654L70.3906 43.2515Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
7
|
+
<path d="M72.3374 45.4995L72.3545 45.523L72.3374 111.941L73.4699 110.841V47.2025H101.327V45.4995H72.3374Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
8
|
+
<path d="M104.811 43.2515H104.1V112.766H104.811V43.2515Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
9
|
+
<path d="M72.3374 45.4995V111.941L73.4699 110.841L72.9592 46.5273L72.3374 45.4995Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
10
|
+
<path d="M72.959 45.0723V111.424L90.2858 117.858V38.1001L72.959 45.0723Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
11
|
+
<path d="M73.0552 52.769H72.4889C72.2871 52.769 72.1235 52.9326 72.1235 53.1344V55.066C72.1235 55.2678 72.2871 55.4314 72.4889 55.4314H73.0552C73.2569 55.4314 73.4205 55.2678 73.4205 55.066V53.1344C73.4205 52.9326 73.2569 52.769 73.0552 52.769Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
12
|
+
<path d="M73.0552 101.681H72.4889C72.2871 101.681 72.1235 101.845 72.1235 102.047V103.978C72.1235 104.18 72.2871 104.344 72.4889 104.344H73.0552C73.2569 104.344 73.4205 104.18 73.4205 103.978V102.047C73.4205 101.845 73.2569 101.681 73.0552 101.681Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
13
|
+
<path d="M91.4331 38.1001H90.2856V117.858L91.4331 117.6V38.1001Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
14
|
+
<path d="M88.662 72.7549C88.1458 72.7549 87.724 73.1767 87.724 73.6929V75.3625C87.5647 75.3095 87.3936 75.28 87.2137 75.28C86.3228 75.28 85.6001 76.0027 85.6001 76.8935C85.6001 77.7844 86.3228 78.5071 87.2137 78.5071C87.3907 78.5071 87.5618 78.4776 87.724 78.4245V82.5071C87.724 83.0233 88.1458 83.4451 88.662 83.4451C89.1783 83.4451 89.6001 83.0233 89.6001 82.5071V73.6929C89.6001 73.1767 89.1783 72.7549 88.662 72.7549Z" fill="var(--sapContent_Illustrative_Color26)"/>
|
|
15
|
+
</g>
|
|
16
|
+
<defs>
|
|
17
|
+
<clipPath id="clip0_6848_476348">
|
|
18
|
+
<rect width="92" height="83" fill="var(--sapContent_Illustrative_Color8)" transform="translate(34 38)"/>
|
|
19
|
+
</clipPath>
|
|
20
|
+
</defs>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="78" height="161" viewBox="0 0 78 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-SimpleBalloon">
|
|
2
|
+
<path d="M51.5719 134.723C51.3083 134.723 51.0555 134.618 50.8691 134.432C50.6827 134.246 50.578 133.993 50.578 133.729C50.578 132.865 50.3593 132.437 50.1804 132.318C50.0016 132.199 49.9221 132.318 49.5842 132.318C49.2515 132.407 48.9046 132.429 48.5634 132.383C48.2222 132.337 47.8936 132.223 47.5964 132.05C47.3093 131.834 47.072 131.559 46.9005 131.243C46.729 130.928 46.6274 130.579 46.6026 130.221C46.5168 129.707 46.3665 129.206 46.1553 128.73C45.9912 128.361 45.7623 128.024 45.4795 127.736C45.1494 127.4 44.8743 127.015 44.6645 126.593C44.24 125.659 44.0425 124.637 44.0881 123.612C43.044 122.941 42.186 122.018 41.5935 120.928C40.5996 119.06 40.7387 116.764 40.858 114.538V113.971C40.9711 113.088 40.9206 112.192 40.7089 111.327C40.508 110.543 40.1717 109.8 39.7151 109.131C37.6677 106.149 37.5484 99.6496 37.6279 95.0381V94.9188C37.7038 89.6112 37.5014 84.3034 37.0217 79.017C37.0094 78.8864 37.0231 78.7546 37.062 78.6293C37.1009 78.504 37.1642 78.3877 37.2483 78.2869C37.3324 78.1862 37.4355 78.1032 37.5519 78.0425C37.6682 77.9819 37.7954 77.9449 37.9261 77.9337C38.1883 77.9116 38.4485 77.9945 38.6497 78.164C38.851 78.3335 38.9767 78.576 38.9995 78.8381C39.4873 84.1937 39.6929 89.5714 39.6157 94.9486V95.0778C39.4964 101.776 40.0729 106.11 41.3251 107.998C42.5994 109.776 43.1533 111.97 42.8756 114.14V114.687C42.7663 116.734 42.6668 118.662 43.3824 120.054C43.6799 120.609 44.0815 121.101 44.5651 121.505C44.8853 120.657 45.4665 119.933 46.2249 119.437C47.4374 118.692 49.3158 118.533 50.2003 119.567C50.4405 119.869 50.6105 120.222 50.6981 120.598C50.7858 120.974 50.7889 121.365 50.7072 121.743C50.6317 122.273 50.4447 122.781 50.1586 123.233C49.8725 123.685 49.4938 124.072 49.0474 124.367C48.593 124.608 48.0936 124.753 47.5805 124.793C47.0675 124.832 46.5518 124.765 46.0658 124.596C46.1181 125.006 46.2356 125.405 46.4137 125.778C46.534 126.026 46.6953 126.251 46.8908 126.444C47.3148 126.888 47.6519 127.407 47.8846 127.975C48.1566 128.588 48.3535 129.232 48.471 129.893C48.5004 130.082 48.547 130.269 48.6101 130.449C48.7095 130.509 48.8984 130.449 49.1965 130.449C49.8675 130.273 50.5806 130.366 51.1843 130.708C51.6456 131.061 52.0098 131.525 52.2428 132.057C52.4757 132.588 52.5698 133.171 52.5161 133.749C52.5161 134.013 52.4113 134.265 52.225 134.452C52.0386 134.638 51.7858 134.743 51.5222 134.743L51.5719 134.723ZM46.2448 122.538L46.5926 122.648C47.0518 122.832 47.5646 122.832 48.0238 122.648C48.3974 122.359 48.6492 121.94 48.7294 121.475C48.7953 121.282 48.7953 121.072 48.7294 120.879C48.48 120.809 48.2185 120.795 47.9629 120.836C47.7074 120.877 47.4637 120.973 47.2485 121.117C46.7672 121.446 46.413 121.93 46.2448 122.489V122.538Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
3
|
+
<path d="M65.7143 33.0408C65.7143 49.1116 42.9648 70.1119 39.0191 73.2724C38.6779 73.4359 38.3064 73.5266 37.9282 73.5386C37.5501 73.5505 37.1735 73.4836 36.8227 73.342C25.4529 63.1648 10.4356 50.5725 9.80947 33.1501C9.18333 15.7277 21.9346 2.34033 37.8265 2.34033C53.7184 2.34033 65.7143 15.5488 65.7143 33.0408Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
4
|
+
<path d="M36.8329 73.3221L34.6067 78.0728C34.5612 78.1667 34.5412 78.2709 34.5486 78.375C34.5561 78.4791 34.5907 78.5794 34.6491 78.6659C34.7074 78.7524 34.7874 78.8221 34.8811 78.868C34.9749 78.9139 35.079 78.9344 35.1831 78.9275L40.9773 78.848C41.0778 78.8412 41.1749 78.8095 41.2601 78.7557C41.3452 78.702 41.4156 78.6278 41.4649 78.5401C41.5142 78.4523 41.5409 78.3536 41.5425 78.2529C41.5442 78.1523 41.5207 78.0528 41.4743 77.9635L39.0293 73.2327" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
5
|
+
<path d="M15.7926 20.2795C15.6584 20.2785 15.5261 20.2479 15.405 20.19C15.1644 20.0852 14.975 19.8895 14.8782 19.6456C14.7814 19.4017 14.785 19.1294 14.8882 18.8881C16.4149 15.6369 18.5895 12.7318 21.2787 10.3508C21.4649 10.1657 21.7168 10.0618 21.9794 10.0618C22.2419 10.0618 22.4939 10.1657 22.6801 10.3508C22.7732 10.4432 22.8471 10.5531 22.8976 10.6742C22.9481 10.7953 22.974 10.9252 22.974 11.0564C22.974 11.1876 22.9481 11.3175 22.8976 11.4386C22.8471 11.5598 22.7732 11.6697 22.6801 11.7621C20.1822 13.9611 18.154 16.6418 16.7169 19.6434C16.6448 19.8302 16.518 19.9908 16.3531 20.1043C16.1882 20.2178 15.9928 20.2789 15.7926 20.2795Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
6
|
+
<path d="M13.2088 26.2428C13.1044 26.2401 13.0008 26.2233 12.9007 26.1931C12.6504 26.1113 12.4428 25.9334 12.3236 25.6986C12.2043 25.4638 12.1831 25.1913 12.2646 24.9409C12.5664 24.0476 12.9249 23.1745 13.338 22.327C13.4641 22.1001 13.6739 21.9316 13.9226 21.8574C14.1714 21.7832 14.4392 21.8092 14.669 21.93C14.8988 22.0507 15.0722 22.2565 15.1522 22.5034C15.2322 22.7503 15.2125 23.0188 15.0972 23.2513C14.7319 23.997 14.4197 24.7675 14.1629 25.5571C14.0974 25.7579 13.9696 25.9327 13.798 26.056C13.6265 26.1794 13.4201 26.2448 13.2088 26.2428Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
7
|
+
<path d="M71.3897 39.4511C70.5549 41.7469 69.7101 44.0229 68.8752 46.3088C68.8185 46.4577 68.8234 46.623 68.8886 46.7684C68.9538 46.9138 69.0742 47.0273 69.2231 47.084C69.372 47.1406 69.5373 47.1358 69.6827 47.0706C69.8281 47.0054 69.9416 46.885 69.9983 46.7361C70.8232 44.4502 71.668 42.1743 72.5028 39.8884C72.5608 39.7408 72.5578 39.5762 72.4944 39.4308C72.431 39.2854 72.3125 39.1712 72.1649 39.1132C72.0173 39.0552 71.8527 39.0582 71.7073 39.1216C71.5619 39.185 71.4477 39.3035 71.3897 39.4511V39.4511Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
8
|
+
<path d="M69.4714 47.7399C69.3174 47.7452 69.1642 47.7145 69.0241 47.6505C68.8708 47.5983 68.7296 47.5158 68.6089 47.4078C68.4883 47.2998 68.3907 47.1685 68.322 47.0219C68.2533 46.8753 68.215 46.7163 68.2093 46.5544C68.2035 46.3926 68.2305 46.2313 68.2887 46.0801L70.7932 39.2324C70.8438 39.082 70.9248 38.9435 71.0311 38.8256C71.1373 38.7076 71.2665 38.6127 71.4109 38.5466C71.5552 38.4804 71.7115 38.4446 71.8702 38.4412C72.0289 38.4378 72.1867 38.4669 72.3337 38.5268C72.487 38.5789 72.6282 38.6614 72.7488 38.7694C72.8695 38.8774 72.967 39.0087 73.0357 39.1553C73.1044 39.302 73.1428 39.461 73.1485 39.6228C73.1543 39.7846 73.1273 39.946 73.0691 40.0971L70.5646 46.9448C70.4906 47.1764 70.3447 47.3783 70.1481 47.5213C69.9515 47.6643 69.7145 47.7409 69.4714 47.7399V47.7399ZM71.3895 39.4511L71.9659 39.6697L71.3895 39.4511Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
9
|
+
<path d="M7.61315 3.6721L12.5825 9.2278C13.1192 9.82412 14.0236 8.9694 13.4968 8.38302L8.52748 2.82732C8.01068 2.231 7.0864 3.06585 7.61315 3.6721Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
10
|
+
<path d="M13 10.0329C12.8305 10.0325 12.663 9.99588 12.5088 9.92561C12.3546 9.85535 12.2171 9.75302 12.1055 9.62544L7.13618 4.06974C7.02493 3.94875 6.93968 3.80623 6.88566 3.65099C6.83163 3.49575 6.81001 3.33109 6.82211 3.16717C6.83422 3.00324 6.87981 2.84355 6.95605 2.69793C7.0323 2.55231 7.13757 2.42387 7.26539 2.32054C7.38106 2.20933 7.51831 2.12304 7.66866 2.067C7.81902 2.01097 7.97928 1.98638 8.13951 1.99477C8.29975 2.00315 8.45655 2.04433 8.60023 2.11575C8.74391 2.18717 8.87141 2.28731 8.97484 2.40998L13.9442 7.96568C14.0547 8.08669 14.1395 8.22884 14.1935 8.38354C14.2475 8.53824 14.2696 8.70229 14.2585 8.86578C14.2474 9.02927 14.2032 9.1888 14.1287 9.33474C14.0541 9.48067 13.9508 9.61 13.8249 9.71488C13.5982 9.91846 13.3046 10.0316 13 10.0329V10.0329ZM8.08037 3.26471L13.0497 8.78065L8.08037 3.29452V3.26471Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
11
|
+
<path d="M11.221 55.6114C10.7535 55.6204 10.2874 55.5567 9.83952 55.4226C9.4278 55.3072 9.06426 55.0621 8.80286 54.7237C8.54147 54.3854 8.39615 53.9717 8.38849 53.5442C8.38849 53.2957 8.43817 53.0373 8.46799 52.7988C8.5475 52.2323 8.61707 51.7055 8.40836 51.4471C8.09432 51.2236 7.70711 51.1277 7.32505 51.1788C7.12628 51.1788 6.89769 51.1788 6.6691 51.1788C5.67523 51.1788 4.51243 51.2682 4.0155 50.5725C3.86197 50.3066 3.78114 50.005 3.78114 49.6979C3.78114 49.3909 3.86197 49.0892 4.0155 48.8233C4.18588 48.5227 4.28359 48.1864 4.30085 47.8412C4.3181 47.4961 4.25443 47.1517 4.11489 46.8356C3.97323 46.6934 3.79717 46.5903 3.60386 46.5363C3.41054 46.4823 3.20652 46.4793 3.01169 46.5275C2.35911 46.6424 1.73684 46.8893 1.18298 47.253C1.1374 47.2795 1.08701 47.2967 1.03473 47.3036C0.982444 47.3104 0.929305 47.3068 0.878434 47.2929C0.827563 47.2791 0.779962 47.2552 0.738399 47.2228C0.696836 47.1903 0.66217 47.1499 0.636368 47.1039C0.609669 47.0597 0.592076 47.0106 0.584624 46.9595C0.577172 46.9084 0.580002 46.8563 0.592965 46.8063C0.605928 46.7563 0.62874 46.7094 0.660086 46.6684C0.691432 46.6273 0.730674 46.5929 0.775493 46.5673C1.42558 46.1472 2.15718 45.8695 2.92224 45.7523C3.25424 45.6766 3.6007 45.6941 3.92338 45.8028C4.24607 45.9116 4.53245 46.1073 4.75095 46.3685C4.98675 46.7943 5.11048 47.2731 5.11048 47.7599C5.11048 48.2467 4.98675 48.7255 4.75095 49.1513C4.55217 49.6284 4.52236 49.9762 4.63169 50.1452C4.88015 50.493 5.88396 50.4533 6.61942 50.4135H7.30518C7.60797 50.379 7.91463 50.4099 8.20442 50.5042C8.49421 50.5985 8.76035 50.754 8.98482 50.9601C9.16891 51.2531 9.28734 51.5825 9.33195 51.9257C9.37655 52.2688 9.34626 52.6175 9.2432 52.9479C9.2432 53.1765 9.17363 53.405 9.15376 53.6436C9.17612 53.8963 9.27594 54.136 9.43959 54.3298C9.60324 54.5237 9.82274 54.6624 10.0681 54.7269C10.8526 54.9107 11.6689 54.9107 12.4534 54.7269C12.505 54.7152 12.5584 54.714 12.6104 54.7232C12.6625 54.7325 12.7122 54.752 12.7566 54.7807C12.8011 54.8094 12.8393 54.8467 12.8692 54.8903C12.899 54.934 12.9199 54.9832 12.9305 55.035C12.9482 55.1362 12.926 55.2404 12.8685 55.3256C12.8111 55.4109 12.7229 55.4706 12.6224 55.4921C12.1588 55.5665 11.6904 55.6064 11.221 55.6114V55.6114Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
12
|
+
<path d="M11.2209 56.2078C10.6886 56.2162 10.1584 56.139 9.65062 55.9792C9.1083 55.8218 8.63182 55.4925 8.29301 55.0407C7.9542 54.589 7.77143 54.0393 7.77224 53.4746C7.77224 53.1964 7.83186 52.938 7.86168 52.6795C7.90823 52.4005 7.9282 52.1176 7.92131 51.8348C7.72975 51.7691 7.52706 51.742 7.32499 51.7553C7.17608 51.7451 7.02667 51.7451 6.87776 51.7553H6.69885C5.58572 51.8149 4.20426 51.8646 3.50855 50.8906C3.29959 50.5369 3.18936 50.1336 3.18936 49.7228C3.18936 49.312 3.29959 48.9087 3.50855 48.555C3.74113 48.1268 3.80833 47.6281 3.69739 47.1537C3.69739 47.1537 3.52842 47.0443 3.13088 47.0841C2.56552 47.2048 2.02673 47.4271 1.54069 47.7401C1.42584 47.8085 1.29836 47.8531 1.16587 47.8712C1.03338 47.8892 0.898618 47.8804 0.769635 47.8451C0.640651 47.8098 0.520107 47.7489 0.415225 47.666C0.310343 47.583 0.223275 47.4798 0.159237 47.3624C0.0957882 47.2465 0.0560869 47.1191 0.042435 46.9877C0.0287831 46.8563 0.0414376 46.7236 0.079711 46.5971C0.114766 46.4667 0.176053 46.3448 0.259782 46.2389C0.343511 46.1329 0.447948 46.0451 0.566725 45.9809C1.28888 45.5232 2.09736 45.2188 2.94204 45.0864C3.37978 44.9963 3.83389 45.0283 4.25462 45.1791C4.67535 45.3299 5.04645 45.5935 5.32731 45.9412C5.63292 46.4515 5.79928 47.033 5.80974 47.6277C5.82021 48.2225 5.67443 48.8095 5.38697 49.3302C5.33816 49.4565 5.29828 49.586 5.26768 49.7178C5.7273 49.7579 6.18955 49.7579 6.64917 49.7178H7.36475C7.75602 49.6794 8.15096 49.7272 8.52182 49.8576C8.89268 49.9881 9.23048 50.1982 9.5115 50.4732C9.75868 50.8277 9.92352 51.233 9.99402 51.6595C10.0645 52.0859 10.0389 52.5227 9.91898 52.938C9.91898 53.1467 9.85935 53.3753 9.84941 53.584C9.83947 53.7927 10.0581 53.9418 10.3364 54.0312C11.0163 54.1905 11.7238 54.1905 12.4036 54.0312C12.533 54.0021 12.6668 53.9992 12.7972 54.0226C12.9277 54.0461 13.0521 54.0953 13.1633 54.1676C13.2744 54.2398 13.3699 54.3335 13.4443 54.4432C13.5187 54.553 13.5703 54.6764 13.5963 54.8064C13.63 54.9342 13.6359 55.0678 13.6136 55.1981C13.5914 55.3284 13.5414 55.4524 13.4671 55.5618C13.3954 55.6763 13.3012 55.775 13.1901 55.8519C13.0791 55.9288 12.9535 55.9823 12.821 56.009C12.2956 56.128 11.7596 56.1946 11.2209 56.2078V56.2078Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
13
|
+
<path d="M63.8658 29.5621C62.57 29.3215 61.3173 28.8894 60.1487 28.2801C60.0808 28.2504 60.0198 28.207 59.9694 28.1526C59.9191 28.0982 59.8806 28.034 59.8563 27.9639C59.832 27.8939 59.8225 27.8196 59.8283 27.7457C59.8342 27.6719 59.8553 27.6 59.8903 27.5347C59.9621 27.4008 60.0837 27.3007 60.2289 27.256C60.374 27.2113 60.5309 27.2258 60.6655 27.2961C61.818 27.9123 63.0692 28.3227 64.3627 28.5086C64.927 28.5811 65.5002 28.5297 66.0426 28.358C66.585 28.1864 67.0834 27.8986 67.5033 27.5148C68.3878 26.5806 68.4972 25.2289 68.4972 23.7878C68.4808 22.5652 68.7106 21.3518 69.173 20.2198C70.2662 18.0035 73.2876 16.8208 76.0307 17.5364C76.1768 17.5696 76.3039 17.6594 76.384 17.786C76.4641 17.9127 76.4907 18.0659 76.458 18.2122C76.4141 18.3565 76.3163 18.4784 76.1849 18.5524C76.0534 18.6264 75.8985 18.647 75.7524 18.6098C74.7289 18.3016 73.6324 18.3401 72.6331 18.7193C71.6338 19.0985 70.7878 19.7972 70.2265 20.7068C69.8211 21.7098 69.6283 22.786 69.66 23.8673C69.5706 25.4277 69.4911 27.0477 68.3382 28.2701C67.7986 28.7849 67.1512 29.1733 66.443 29.4071C65.7348 29.6409 64.9835 29.7142 64.2435 29.6218L63.8658 29.5621Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
14
|
+
<path d="M64.81 30.2579H64.2236H63.7863C62.4259 30.0208 61.1113 29.5714 59.8904 28.9261C59.7433 28.862 59.6119 28.7665 59.5055 28.6463C59.399 28.5262 59.3201 28.3842 59.2742 28.2304C59.1779 27.9348 59.203 27.6131 59.3438 27.3359C59.4956 27.0607 59.7469 26.8539 60.0462 26.7578C60.3455 26.6618 60.6702 26.6837 60.9538 26.8191C62.0366 27.4048 63.2141 27.7951 64.4324 27.972C64.905 28.0356 65.3857 27.9966 65.8419 27.8577C66.2981 27.7188 66.719 27.4832 67.076 27.167C67.8015 26.4017 67.8612 25.1792 67.9407 23.8375C67.9145 22.5268 68.1686 21.2256 68.6861 20.0211C69.8986 17.5563 73.228 16.2444 76.2593 17.0395C76.4141 17.0786 76.5596 17.1479 76.6875 17.2435C76.8154 17.339 76.9232 17.4588 77.0047 17.5961C77.0829 17.728 77.133 17.8747 77.1518 18.0269C77.1706 18.1791 77.1578 18.3336 77.1141 18.4806C77.0303 18.7824 76.8311 19.0392 76.5596 19.1954C76.2881 19.3516 75.9661 19.3947 75.663 19.3155C74.7765 19.0449 73.8259 19.0713 72.9559 19.3907C72.0858 19.71 71.3438 20.3048 70.8428 21.0845C70.4871 22.0165 70.3182 23.0093 70.3459 24.0065C70.2564 25.6066 70.157 27.4154 68.8451 28.8068C67.7411 29.7987 66.2929 30.3195 64.81 30.2579Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
15
|
+
<path d="M61.0931 10.2813C60.952 10.2811 60.8125 10.2509 60.684 10.1926C60.5555 10.1344 60.4408 10.0494 60.3477 9.94337C57.6524 6.8523 54.3284 4.37204 50.5979 2.66829C50.3681 2.54923 50.1938 2.34523 50.1121 2.09967C50.0304 1.85411 50.0477 1.58636 50.1603 1.35336C50.273 1.12035 50.472 0.94046 50.7152 0.851939C50.9584 0.763418 51.2265 0.773248 51.4626 0.879339C55.4327 2.70171 58.9722 5.34363 61.8484 8.63147C62.021 8.83054 62.1074 9.08995 62.0888 9.35272C62.0701 9.61548 61.948 9.8601 61.7491 10.0328C61.5679 10.1926 61.3347 10.2809 61.0931 10.2813V10.2813Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path d="M41.6035 160.792C53.997 160.792 64.0449 158.407 64.0449 155.475C64.0449 152.543 53.997 150.148 41.6035 150.148C29.21 150.148 19.1521 152.533 19.1521 155.475C19.1521 158.417 29.2001 160.792 41.6035 160.792Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg width="161" height="161" viewBox="0 0 161 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-SimpleBell">
|
|
2
|
+
<path d="M89.1201 18.9023C87.0112 18.9023 84.9887 19.74 83.4975 21.2312C82.0064 22.7224 81.1687 24.7448 81.1687 26.8536V37.8408H97.0823V26.8536C97.0794 24.7438 96.2392 22.7214 94.7463 21.2305C93.2534 19.7397 91.2299 18.9023 89.1201 18.9023Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
3
|
+
<path d="M130.616 71.4721V107.405H47.062V71.4721C47.062 60.3921 51.4635 49.766 59.2983 41.9312C67.133 34.0965 77.7592 29.6949 88.8392 29.6949C99.9192 29.6949 110.545 34.0965 118.38 41.9312C126.215 49.766 130.616 60.3921 130.616 71.4721Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
4
|
+
<path d="M89.1201 132.004C94.7705 132.004 99.351 127.424 99.351 121.773C99.351 116.123 94.7705 111.542 89.1201 111.542C83.4697 111.542 78.8892 116.123 78.8892 121.773C78.8892 127.424 83.4697 132.004 89.1201 132.004Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
5
|
+
<path d="M139.994 111.553C137.488 111.024 130.616 107.405 130.616 107.405H47.0621C47.0621 107.405 40.1911 111.024 37.6847 111.553C35.1783 112.083 32.8447 113.714 32.8447 116.382C32.8476 117.664 33.3588 118.892 34.2661 119.798C35.1735 120.703 36.4029 121.212 37.6847 121.212H139.994C141.275 121.212 142.503 120.703 143.409 119.797C144.314 118.891 144.823 117.663 144.823 116.382C144.823 113.714 142.608 112.104 139.994 111.553Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
6
|
+
<path opacity="0.36" d="M84.7122 29.9003C74.3985 30.9266 64.8342 35.7491 57.8766 43.4314C50.919 51.1137 47.0647 61.1075 47.062 71.4722V107.405H124.934V71.645C124.93 60.8358 120.738 50.4484 113.238 42.6645C105.738 34.8805 95.5139 30.3055 84.7122 29.9003Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
7
|
+
<rect x="22" y="39" width="50" height="30" rx="6" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
8
|
+
<path d="M53.4343 67.6549C52.873 67.0074 53.333 66 54.19 66H64C64.5523 66 65 66.4477 65 67V78.3193C65 79.245 63.8506 79.6737 63.2443 78.9742L53.4343 67.6549Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
9
|
+
<circle cx="37" cy="54" r="3" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
10
|
+
<circle cx="57" cy="54" r="3" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
11
|
+
<circle cx="47" cy="54" r="3" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
12
|
+
<path d="M89.3579 161.001C119.191 161.001 143.375 158.582 143.375 155.599C143.375 152.616 119.191 150.197 89.3579 150.197C59.5248 150.197 35.3403 152.616 35.3403 155.599C35.3403 158.582 59.5248 161.001 89.3579 161.001Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-SimpleCalendar">
|
|
2
|
+
<g clip-path="url(#clip0_101_5566)">
|
|
3
|
+
<path d="M137.769 31.0923H14.3444C13.448 31.0923 12.7214 31.8189 12.7214 32.7152V128.339C12.7214 129.236 13.448 129.962 14.3444 129.962H137.769C138.665 129.962 139.392 129.236 139.392 128.339V32.7152C139.392 31.8189 138.665 31.0923 137.769 31.0923Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
4
|
+
<path d="M132.048 25.7559H8.62292C7.72661 25.7559 7 26.4825 7 27.3788V123.003C7 123.899 7.72661 124.626 8.62292 124.626H132.048C132.944 124.626 133.67 123.899 133.67 123.003V27.3788C133.67 26.4825 132.944 25.7559 132.048 25.7559Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
5
|
+
<path d="M132.048 25.5083H8.62292C7.72661 25.5083 7 26.2349 7 27.1312V41.6642C7 42.5605 7.72661 43.2871 8.62292 43.2871H132.048C132.944 43.2871 133.67 42.5605 133.67 41.6642V27.1312C133.67 26.2349 132.944 25.5083 132.048 25.5083Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
6
|
+
<path d="M34.1405 37.4281C35.9281 37.4281 37.3772 35.9379 37.3772 34.0997C37.3772 32.2615 35.9281 30.7714 34.1405 30.7714C32.3529 30.7714 30.9038 32.2615 30.9038 34.0997C30.9038 35.9379 32.3529 37.4281 34.1405 37.4281Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
7
|
+
<path d="M104.494 37.4281C106.282 37.4281 107.731 35.9379 107.731 34.0997C107.731 32.2615 106.282 30.7714 104.494 30.7714C102.707 30.7714 101.258 32.2615 101.258 34.0997C101.258 35.9379 102.707 37.4281 104.494 37.4281Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
8
|
+
<path d="M34.1955 17.4854H34.0854C33.0119 17.4854 32.1416 18.3557 32.1416 19.4293V33.5679C32.1416 34.6415 33.0119 35.5118 34.0854 35.5118H34.1955C35.269 35.5118 36.1393 34.6415 36.1393 33.5679V19.4293C36.1393 18.3557 35.269 17.4854 34.1955 17.4854Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
9
|
+
<path d="M104.522 17.3754H104.412C103.339 17.3754 102.468 18.2457 102.468 19.3192V33.4579C102.468 34.5314 103.339 35.4017 104.412 35.4017H104.522C105.596 35.4017 106.466 34.5314 106.466 33.4579V19.3192C106.466 18.2457 105.596 17.3754 104.522 17.3754Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M117.24 60.1398H22.7433C21.847 60.1398 21.1204 60.8664 21.1204 61.7628V114.32C21.1204 115.216 21.847 115.943 22.7433 115.943H117.24C118.136 115.943 118.862 115.216 118.862 114.32V61.7628C118.862 60.8664 118.136 60.1398 117.24 60.1398Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path d="M61.3449 50.5032H24.1002C22.9861 50.5032 22.083 51.4063 22.083 52.5204C22.083 53.6344 22.9861 54.5376 24.1002 54.5376H61.3449C62.459 54.5376 63.3621 53.6344 63.3621 52.5204C63.3621 51.4063 62.459 50.5032 61.3449 50.5032Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path d="M35.1306 68.7312H30.2251C29.8048 68.7312 29.4641 69.0719 29.4641 69.4922V73.6C29.4641 74.0203 29.8048 74.361 30.2251 74.361H35.1306C35.5509 74.361 35.8916 74.0203 35.8916 73.6V69.4922C35.8916 69.0719 35.5509 68.7312 35.1306 68.7312Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
13
|
+
<path d="M47.674 68.7587H42.7686C42.3483 68.7587 42.0076 69.0995 42.0076 69.5198V73.6275C42.0076 74.0478 42.3483 74.3885 42.7686 74.3885H47.674C48.0944 74.3885 48.4351 74.0478 48.4351 73.6275V69.5198C48.4351 69.0995 48.0944 68.7587 47.674 68.7587Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
14
|
+
<path d="M60.364 68.8046H55.4585C55.0382 68.8046 54.6975 69.1453 54.6975 69.5656V73.6733C54.6975 74.0936 55.0382 74.4344 55.4585 74.4344H60.364C60.7843 74.4344 61.125 74.0936 61.125 73.6733V69.5656C61.125 69.1453 60.7843 68.8046 60.364 68.8046Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
15
|
+
<path d="M72.8979 68.8321H67.9925C67.5722 68.8321 67.2314 69.1728 67.2314 69.5931V73.7009C67.2314 74.1212 67.5722 74.4619 67.9925 74.4619H72.8979C73.3182 74.4619 73.659 74.1212 73.659 73.7009V69.5931C73.659 69.1728 73.3182 68.8321 72.8979 68.8321Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
16
|
+
<path d="M85.7072 68.9604H80.8018C80.3815 68.9604 80.0408 69.3012 80.0408 69.7215V73.8292C80.0408 74.2495 80.3815 74.5902 80.8018 74.5902H85.7072C86.1275 74.5902 86.4683 74.2495 86.4683 73.8292V69.7215C86.4683 69.3012 86.1275 68.9604 85.7072 68.9604Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
17
|
+
<path d="M98.2412 68.988H93.3357C92.9154 68.988 92.5747 69.3287 92.5747 69.749V73.8567C92.5747 74.2771 92.9154 74.6178 93.3357 74.6178H98.2412C98.6615 74.6178 99.0022 74.2771 99.0022 73.8567V69.749C99.0022 69.3287 98.6615 68.988 98.2412 68.988Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
18
|
+
<path d="M109.831 68.9604H104.926C104.505 68.9604 104.165 69.3012 104.165 69.7215V73.8292C104.165 74.2495 104.505 74.5902 104.926 74.5902H109.831C110.251 74.5902 110.592 74.2495 110.592 73.8292V69.7215C110.592 69.3012 110.251 68.9604 109.831 68.9604Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
19
|
+
<path d="M35.2407 79.8716H30.3352C29.9149 79.8716 29.5742 80.2124 29.5742 80.6327V84.7404C29.5742 85.1607 29.9149 85.5014 30.3352 85.5014H35.2407C35.661 85.5014 36.0017 85.1607 36.0017 84.7404V80.6327C36.0017 80.2124 35.661 79.8716 35.2407 79.8716Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
20
|
+
<path d="M47.7839 79.8992H42.8785C42.4582 79.8992 42.1174 80.2399 42.1174 80.6602V84.7679C42.1174 85.1882 42.4582 85.529 42.8785 85.529H47.7839C48.2042 85.529 48.5449 85.1882 48.5449 84.7679V80.6602C48.5449 80.2399 48.2042 79.8992 47.7839 79.8992Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
21
|
+
<path d="M60.4738 79.945H55.5684C55.1481 79.945 54.8074 80.2857 54.8074 80.706V84.8138C54.8074 85.2341 55.1481 85.5748 55.5684 85.5748H60.4738C60.8942 85.5748 61.2349 85.2341 61.2349 84.8138V80.706C61.2349 80.2857 60.8942 79.945 60.4738 79.945Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
22
|
+
<path d="M73.008 79.9725H68.1026C67.6823 79.9725 67.3416 80.3132 67.3416 80.7335V84.8412C67.3416 85.2615 67.6823 85.6023 68.1026 85.6023H73.008C73.4283 85.6023 73.7691 85.2615 73.7691 84.8412V80.7335C73.7691 80.3132 73.4283 79.9725 73.008 79.9725Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
23
|
+
<path d="M85.8171 80.1008H80.9117C80.4914 80.1008 80.1506 80.4416 80.1506 80.8619V84.9696C80.1506 85.3899 80.4914 85.7306 80.9117 85.7306H85.8171C86.2374 85.7306 86.5781 85.3899 86.5781 84.9696V80.8619C86.5781 80.4416 86.2374 80.1008 85.8171 80.1008Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
24
|
+
<path d="M98.3513 80.1284H93.4458C93.0255 80.1284 92.6848 80.4691 92.6848 80.8894V84.9971C92.6848 85.4174 93.0255 85.7582 93.4458 85.7582H98.3513C98.7716 85.7582 99.1123 85.4174 99.1123 84.9971V80.8894C99.1123 80.4691 98.7716 80.1284 98.3513 80.1284Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
25
|
+
<path d="M109.941 80.1008H105.035C104.615 80.1008 104.274 80.4416 104.274 80.8619V84.9696C104.274 85.3899 104.615 85.7306 105.035 85.7306H109.941C110.361 85.7306 110.702 85.3899 110.702 84.9696V80.8619C110.702 80.4416 110.361 80.1008 109.941 80.1008Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
26
|
+
<path d="M35.3874 90.6178H30.482C30.0617 90.6178 29.7209 90.9585 29.7209 91.3788V95.4866C29.7209 95.9069 30.0617 96.2476 30.482 96.2476H35.3874C35.8077 96.2476 36.1485 95.9069 36.1485 95.4866V91.3788C36.1485 90.9585 35.8077 90.6178 35.3874 90.6178Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
27
|
+
<path d="M47.9216 90.6361H43.0162C42.5959 90.6361 42.2551 90.9768 42.2551 91.3971V95.5049C42.2551 95.9252 42.5959 96.2659 43.0162 96.2659H47.9216C48.3419 96.2659 48.6826 95.9252 48.6826 95.5049V91.3971C48.6826 90.9768 48.3419 90.6361 47.9216 90.6361Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
28
|
+
<path d="M60.6206 90.6819H55.7151C55.2948 90.6819 54.9541 91.0227 54.9541 91.443V95.5507C54.9541 95.971 55.2948 96.3117 55.7151 96.3117H60.6206C61.0409 96.3117 61.3816 95.971 61.3816 95.5507V91.443C61.3816 91.0227 61.0409 90.6819 60.6206 90.6819Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
29
|
+
<path d="M73.1548 90.7095H68.2493C67.829 90.7095 67.4883 91.0502 67.4883 91.4705V95.5782C67.4883 95.9985 67.829 96.3393 68.2493 96.3393H73.1548C73.5751 96.3393 73.9158 95.9985 73.9158 95.5782V91.4705C73.9158 91.0502 73.5751 90.7095 73.1548 90.7095Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
30
|
+
<path d="M85.9638 90.8378H81.0584C80.6381 90.8378 80.2974 91.1786 80.2974 91.5989V95.7066C80.2974 96.1269 80.6381 96.4676 81.0584 96.4676H85.9638C86.3841 96.4676 86.7249 96.1269 86.7249 95.7066V91.5989C86.7249 91.1786 86.3841 90.8378 85.9638 90.8378Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
31
|
+
<path d="M98.498 90.8654H93.5926C93.1723 90.8654 92.8315 91.2061 92.8315 91.6264V95.7341C92.8315 96.1544 93.1723 96.4952 93.5926 96.4952H98.498C98.9183 96.4952 99.259 96.1544 99.259 95.7341V91.6264C99.259 91.2061 98.9183 90.8654 98.498 90.8654Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
32
|
+
<path d="M110.088 90.847H105.182C104.762 90.847 104.421 91.1877 104.421 91.608V95.7158C104.421 96.1361 104.762 96.4768 105.182 96.4768H110.088C110.508 96.4768 110.849 96.1361 110.849 95.7158V91.608C110.849 91.1877 110.508 90.847 110.088 90.847Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
33
|
+
<path d="M35.4975 101.382H30.5921C30.1718 101.382 29.8311 101.723 29.8311 102.143V106.251C29.8311 106.671 30.1718 107.012 30.5921 107.012H35.4975C35.9178 107.012 36.2586 106.671 36.2586 106.251V102.143C36.2586 101.723 35.9178 101.382 35.4975 101.382Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
34
|
+
<path d="M48.0407 101.401H43.1353C42.715 101.401 42.3743 101.741 42.3743 102.162V106.269C42.3743 106.69 42.715 107.03 43.1353 107.03H48.0407C48.461 107.03 48.8018 106.69 48.8018 106.269V102.162C48.8018 101.741 48.461 101.401 48.0407 101.401Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
35
|
+
<path d="M60.7307 101.456H55.8252C55.4049 101.456 55.0642 101.796 55.0642 102.217V106.324C55.0642 106.745 55.4049 107.085 55.8252 107.085H60.7307C61.151 107.085 61.4917 106.745 61.4917 106.324V102.217C61.4917 101.796 61.151 101.456 60.7307 101.456Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
36
|
+
<path d="M73.2646 101.474H68.3592C67.9389 101.474 67.5981 101.815 67.5981 102.235V106.343C67.5981 106.763 67.9389 107.104 68.3592 107.104H73.2646C73.6849 107.104 74.0257 106.763 74.0257 106.343V102.235C74.0257 101.815 73.6849 101.474 73.2646 101.474Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
37
|
+
<path d="M86.0739 101.611H81.1685C80.7482 101.611 80.4075 101.952 80.4075 102.372V106.48C80.4075 106.901 80.7482 107.241 81.1685 107.241H86.0739C86.4942 107.241 86.835 106.901 86.835 106.48V102.372C86.835 101.952 86.4942 101.611 86.0739 101.611Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
38
|
+
</g>
|
|
39
|
+
<path d="M73.8424 160C105.188 160 130.599 158.461 130.599 156.562C130.599 154.663 105.188 153.123 73.8424 153.123C42.4967 153.123 17.0859 154.663 17.0859 156.562C17.0859 158.461 42.4967 160 73.8424 160Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
40
|
+
<path d="M153.486 24.8123C153.357 24.6567 153.187 24.5392 152.996 24.4723C152.803 24.4223 152.6 24.4223 152.406 24.4723L147.716 25.2823C147.555 25.3105 147.402 25.3718 147.266 25.4623C147.128 25.5495 147.009 25.6649 146.917 25.801C146.826 25.9371 146.764 26.0908 146.736 26.2523C146.706 26.4142 146.706 26.5803 146.736 26.7423C146.774 26.9917 146.889 27.2228 147.066 27.4023C147.194 27.5341 147.351 27.6336 147.525 27.6927C147.699 27.7518 147.885 27.7688 148.066 27.7423L152.756 26.9323C152.965 26.8996 153.161 26.8135 153.326 26.6823C153.486 26.5458 153.606 26.3699 153.676 26.1723C153.759 25.9523 153.783 25.7145 153.746 25.4823C153.718 25.2406 153.628 25.0101 153.486 24.8123Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
41
|
+
<path d="M135.676 6.06231C135.539 6.01313 135.392 5.99271 135.246 6.00231C135.098 6.01395 134.955 6.05835 134.826 6.1323C134.701 6.20414 134.591 6.30046 134.503 6.41556C134.416 6.53065 134.352 6.66217 134.316 6.80231L133.026 11.2523C132.991 11.4171 132.991 11.5875 133.026 11.7523C133.043 11.9178 133.094 12.078 133.176 12.2223C133.258 12.368 133.371 12.4942 133.506 12.5923C133.637 12.6948 133.786 12.7696 133.946 12.8123H134.146C134.399 12.8498 134.657 12.7889 134.866 12.6423C135.076 12.4984 135.222 12.2803 135.276 12.0323L136.566 7.58231C136.618 7.42443 136.635 7.25734 136.616 7.09231C136.595 6.9278 136.545 6.76852 136.466 6.62231C136.385 6.47925 136.276 6.35355 136.146 6.25231C136.005 6.15595 135.845 6.09115 135.676 6.06231Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
42
|
+
<path d="M147.167 12.0923C147.01 12.0903 146.855 12.114 146.707 12.1623C146.561 12.2205 146.426 12.3015 146.307 12.4023L141.117 17.1423C140.887 17.3559 140.747 17.6492 140.727 17.9623C140.704 18.2792 140.809 18.5921 141.017 18.8323C141.206 19.052 141.469 19.1944 141.757 19.2323C141.921 19.2674 142.092 19.2674 142.257 19.2323C142.415 19.1788 142.562 19.0938 142.687 18.9823L147.877 14.2523C148.11 14.036 148.253 13.7395 148.277 13.4223C148.293 13.1091 148.189 12.8015 147.987 12.5623C147.778 12.3213 147.484 12.1708 147.167 12.1423V12.0923Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
43
|
+
<defs>
|
|
44
|
+
<clipPath id="clip0_101_5566">
|
|
45
|
+
<rect width="146.705" height="129.962" fill="var(--sapContent_Illustrative_Color8)" transform="translate(7)"/>
|
|
46
|
+
</clipPath>
|
|
47
|
+
</defs>
|
|
48
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="137" height="160" viewBox="0 0 137 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-SimpleCheckMark">
|
|
2
|
+
<circle cx="68.6931" cy="68.3547" r="49.0749" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
3
|
+
<path d="M68.1832 10.0371C36.0789 10.0371 9.81104 36.3546 9.81104 68.5194C9.81104 100.684 36.0789 127.002 68.1832 127.002C100.287 127.002 126.555 100.684 126.555 68.5194C126.555 36.3546 100.287 10.0371 68.1832 10.0371ZM95.6175 55.0696L60.5951 90.1581C60.0681 90.7127 59.4341 91.1543 58.7315 91.456C58.029 91.7577 57.2727 91.9133 56.5083 91.9133C55.744 91.9133 54.9876 91.7577 54.2851 91.456C53.5826 91.1543 52.9486 90.7127 52.4216 90.1581L40.7489 78.4634C40.1953 77.9354 39.7546 77.3002 39.4534 76.5963C39.1523 75.8925 38.997 75.1347 38.997 74.3689C38.997 73.6031 39.1523 72.8454 39.4534 72.1415C39.7546 71.4377 40.1953 70.8025 40.7489 70.2745C41.2759 69.7205 41.9096 69.2795 42.6117 68.9782C43.3138 68.6769 44.0697 68.5216 44.8335 68.5216C45.5973 68.5216 46.3531 68.6769 47.0552 68.9782C47.7573 69.2795 48.391 69.7205 48.918 70.2745L56.5105 77.8989L87.4484 46.9027C87.9754 46.3488 88.6091 45.9078 89.3112 45.6065C90.0133 45.3052 90.7691 45.1498 91.5329 45.1498C92.2967 45.1498 93.0526 45.3052 93.7547 45.6065C94.4568 45.9078 95.0905 46.3488 95.6175 46.9027C96.1676 47.4305 96.6055 48.0643 96.9046 48.7661C97.2037 49.4679 97.3579 50.2231 97.3579 50.9862C97.3579 51.7492 97.2037 52.5044 96.9046 53.2062C96.6055 53.908 96.1676 54.5419 95.6175 55.0696Z" fill="var(--sapContent_Illustrative_Color12)"/>
|
|
4
|
+
<path d="M68.3899 137.042C30.6782 137.042 0 106.302 0 68.5189C0 30.736 30.6782 0 68.3899 0C106.102 0 136.784 30.736 136.784 68.5189C136.784 106.302 106.102 137.042 68.3899 137.042ZM68.3899 3.66892C32.6984 3.66892 3.66202 32.7734 3.66202 68.5189C3.66202 104.264 32.7117 133.373 68.3899 133.373C104.068 133.373 133.135 104.282 133.135 68.5189C133.135 32.7557 104.086 3.66892 68.3899 3.66892Z" fill="var(--sapContent_Illustrative_Color12)"/>
|
|
5
|
+
<path d="M71.6119 160C93.3049 160 110.891 158.79 110.891 157.297C110.891 155.804 93.3049 154.594 71.6119 154.594C49.9189 154.594 32.3333 155.804 32.3333 157.297C32.3333 158.79 49.9189 160 71.6119 160Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg width="121" height="160" viewBox="0 0 121 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-SimpleConnection">
|
|
2
|
+
<g clip-path="url(#clip0_291_417)">
|
|
3
|
+
<path d="M41.6147 80.1929H60.123C61.4007 80.1929 62.4365 79.157 62.4365 77.8793C62.4365 76.6016 61.4007 75.5658 60.123 75.5658H41.6147C40.337 75.5658 39.3012 76.6016 39.3012 77.8793C39.3012 79.157 40.337 80.1929 41.6147 80.1929Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
4
|
+
<path d="M10.0061 150.36C9.47933 150.363 8.96803 150.183 8.5601 149.849C2.38104 144.875 -0.549413 139.101 0.0868085 133.134C1.05078 123.861 9.01314 118.173 23.6559 116.245C34.3463 114.838 45.1139 115.108 55.5248 115.368C59.1493 115.455 62.9088 115.551 66.5912 115.571C69.4831 115.571 72.375 115.725 75.1513 115.86C84.6367 116.303 94.4307 116.776 103.01 112.534C105.947 111.057 108.533 108.969 110.597 106.411C112.66 103.852 114.152 100.881 114.973 97.6985C115.95 94.2909 116.198 90.7155 115.699 87.2058C115.201 83.696 113.968 80.3307 112.081 77.3298L111.83 76.9443C108.938 72.51 104.89 70.6013 98.3348 70.5627C97.7212 70.5627 97.1327 70.319 96.6988 69.8851C96.265 69.4512 96.0212 68.8628 96.0212 68.2492C96.0212 67.6356 96.265 67.0472 96.6988 66.6133C97.1327 66.1794 97.7212 65.9357 98.3348 65.9357C106.548 65.9839 111.908 68.5963 115.686 74.409L115.946 74.8139C118.189 78.3601 119.659 82.3387 120.262 86.4909C120.865 90.6431 120.587 94.8756 119.446 98.9132C118.452 102.725 116.656 106.281 114.177 109.344C111.698 112.406 108.594 114.903 105.073 116.669C95.4332 121.432 85.0127 120.94 74.9392 120.458C72.1822 120.333 69.3192 120.198 66.5719 120.178C62.8413 120.178 59.0722 120.063 55.4187 119.976C45.1814 119.716 34.597 119.455 24.2728 120.815C11.8472 122.453 5.44646 126.598 4.69456 133.606C4.22222 137.993 6.50683 142.282 11.4424 146.225C11.8158 146.525 12.0868 146.934 12.2177 147.395C12.3487 147.857 12.3332 148.347 12.1734 148.799C12.0136 149.251 11.7173 149.642 11.3256 149.918C10.9339 150.194 10.4661 150.342 9.98676 150.341L10.0061 150.36Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M39.9082 101.015H19.0864V34.6837H39.9082C40.2121 34.6837 40.5129 34.7435 40.7936 34.8598C41.0742 34.9761 41.3293 35.1465 41.5441 35.3613C41.759 35.5762 41.9294 35.8312 42.0456 36.1119C42.1619 36.3926 42.2217 36.6935 42.2217 36.9973C42.2217 37.3011 42.1619 37.6019 42.0456 37.8826C41.9294 38.1633 41.759 38.4183 41.5441 38.6332C41.3293 38.848 41.0742 39.0184 40.7936 39.1347C40.5129 39.2509 40.2121 39.3108 39.9082 39.3108H23.6749V96.3779H39.8697C40.4832 96.3779 41.0717 96.6216 41.5056 97.0555C41.9395 97.4894 42.1832 98.0779 42.1832 98.6915C42.1832 99.305 41.9395 99.8935 41.5056 100.327C41.0717 100.761 40.4832 101.005 39.8697 101.005L39.9082 101.015Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
6
|
+
<path d="M41.6147 60.9135H60.123C61.4007 60.9135 62.4365 59.8776 62.4365 58.5999C62.4365 57.3222 61.4007 56.2864 60.123 56.2864H41.6147C40.337 56.2864 39.3012 57.3222 39.3012 58.5999C39.3012 59.8776 40.337 60.9135 41.6147 60.9135Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
7
|
+
<path d="M59.6313 92.5317V43.186C59.6313 41.9083 58.5956 40.8724 57.3179 40.8724C56.0401 40.8724 55.0043 41.9083 55.0043 43.186V92.5317C55.0043 93.8094 56.0401 94.8453 57.3179 94.8453C58.5956 94.8453 59.6313 93.8094 59.6313 92.5317Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
8
|
+
<path d="M80.5497 89.447H59.3423V47.0322H80.5497C86.1742 47.0322 91.5684 49.2666 95.5455 53.2437C99.5227 57.2209 101.757 62.6151 101.757 68.2396C101.757 73.8641 99.5227 79.2583 95.5455 83.2355C91.5684 87.2126 86.1742 89.447 80.5497 89.447Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
9
|
+
<path d="M101.815 68.1432C101.824 69.0818 101.759 70.0197 101.622 70.9483C100.943 65.8575 98.439 61.1863 94.5759 57.8019C90.7129 54.4175 85.7529 52.55 80.617 52.5461H59.4097V46.9358H80.617C86.2399 46.9383 91.6316 49.1738 95.6067 53.1507C99.5817 57.1275 101.815 62.5203 101.815 68.1432Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.9152 151.819C14.7068 150.688 16.2656 150.412 17.3968 151.204C18.9914 152.319 19.7479 152.837 20.5068 153.357L20.5087 153.358C21.277 153.884 22.0484 154.412 23.6627 155.542C24.7939 156.333 25.0693 157.892 24.2778 159.023C23.4862 160.155 21.9274 160.43 20.7962 159.638C19.2016 158.523 18.4451 158.005 17.6862 157.485L17.6843 157.484C16.916 156.958 16.1446 156.43 14.5303 155.301C13.3991 154.509 13.1237 152.95 13.9152 151.819Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
</g>
|
|
12
|
+
<path d="M102.669 0.0746896L81.0751 18.2461C81.0346 18.2819 81.0045 18.3278 80.9879 18.379C80.9714 18.4302 80.9692 18.4849 80.9813 18.5373C80.9935 18.5897 81.0197 18.638 81.0571 18.6769C81.0946 18.7158 81.142 18.7441 81.1942 18.7587L91.9989 21.6318C92.042 21.6431 92.082 21.6638 92.116 21.6924C92.15 21.7209 92.1772 21.7566 92.1955 21.7969C92.2139 21.8371 92.2229 21.8809 92.2221 21.9251C92.2212 21.9692 92.2104 22.0126 92.1904 22.0521L84.6163 37.1608C84.5842 37.2222 84.5746 37.2928 84.5894 37.3604C84.6041 37.428 84.6422 37.4883 84.6971 37.5311C84.7519 37.5739 84.8202 37.5964 84.89 37.5948C84.9598 37.5932 85.0269 37.5675 85.0796 37.5222L106.896 19.402C106.937 19.3669 106.968 19.3212 106.986 19.2699C107.003 19.2187 107.006 19.1637 106.994 19.111C106.982 19.0583 106.955 19.0098 106.918 18.9708C106.88 18.9317 106.832 18.9036 106.78 18.8894L95.8014 16.042C95.7583 16.0302 95.7183 16.0092 95.6842 15.9805C95.6502 15.9517 95.6229 15.9159 95.6044 15.8755C95.5859 15.8352 95.5765 15.7913 95.577 15.747C95.5775 15.7027 95.5879 15.659 95.6073 15.6191L103.135 0.433511C103.167 0.371863 103.176 0.30104 103.161 0.233311C103.146 0.165581 103.108 0.105209 103.052 0.0626288C102.997 0.0200489 102.928 -0.00205372 102.858 0.000150238C102.788 0.00235419 102.721 0.0287181 102.669 0.0746896Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
13
|
+
<defs>
|
|
14
|
+
<clipPath id="clip0_291_417">
|
|
15
|
+
<rect width="120.554" height="125.297" fill="white" transform="translate(0 34.703)"/>
|
|
16
|
+
</clipPath>
|
|
17
|
+
</defs>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="124" height="160" viewBox="0 0 124 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-SimpleEmptyDoc">
|
|
2
|
+
<path d="M50.5486 160C72.3765 160 90.0714 158.928 90.0714 157.606C90.0714 156.283 72.3765 155.211 50.5486 155.211C28.7208 155.211 11.0259 156.283 11.0259 157.606C11.0259 158.928 28.7208 160 50.5486 160Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<g clip-path="url(#clip0_101_5439)">
|
|
4
|
+
<path d="M17.832 18.7069L1.6243 116.398C1.00633 120.122 3.52489 123.643 7.24965 124.261L75.7715 135.629C79.4963 136.247 83.0168 133.729 83.6347 130.004L99.8424 32.313C100.46 28.5882 97.9418 25.0678 94.217 24.4498L25.6952 13.0815C21.9704 12.4635 18.4499 14.9821 17.832 18.7069Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
5
|
+
<path d="M74.2867 17.7834H7.69096C3.91528 17.7834 0.854492 20.8441 0.854492 24.6198V119.766C0.854492 123.542 3.91528 126.603 7.69096 126.603H74.2867C78.0624 126.603 81.1232 123.542 81.1232 119.766V24.6198C81.1232 20.8441 78.0624 17.7834 74.2867 17.7834Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.69096 18.7834C4.46757 18.7834 1.85449 21.3964 1.85449 24.6198V119.766C1.85449 122.99 4.46757 125.603 7.69096 125.603H74.2867C77.5101 125.603 80.1232 122.99 80.1232 119.766V24.6198C80.1232 21.3964 77.5101 18.7834 74.2867 18.7834H7.69096ZM-0.145508 24.6198C-0.145508 20.2919 3.363 16.7834 7.69096 16.7834H74.2867C78.6146 16.7834 82.1232 20.2919 82.1232 24.6198V119.766C82.1232 124.094 78.6146 127.603 74.2867 127.603H7.69096C3.363 127.603 -0.145508 124.094 -0.145508 119.766V24.6198Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
7
|
+
<path d="M123.278 23.7567C123.116 23.5622 122.904 23.415 122.665 23.3308C122.426 23.2466 122.168 23.2284 121.92 23.2782L115.989 24.3036C115.786 24.3403 115.592 24.4174 115.42 24.5304C115.247 24.6434 115.099 24.79 114.984 24.9614C114.869 25.1328 114.79 25.3256 114.752 25.5282C114.713 25.7309 114.715 25.9392 114.759 26.1409C114.801 26.4572 114.944 26.7514 115.168 26.9793C115.391 27.2073 115.682 27.3569 115.998 27.4057C116.15 27.431 116.306 27.431 116.459 27.4057L122.39 26.3802C122.66 26.3459 122.916 26.2376 123.128 26.0672C123.341 25.8968 123.502 25.6709 123.595 25.4146C123.69 25.1345 123.711 24.8345 123.655 24.5439C123.6 24.2533 123.47 23.9821 123.278 23.7567Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
8
|
+
<path d="M100.735 0.0598155C100.562 -0.00293566 100.378 -0.0282042 100.195 -0.0143174C100.011 -0.00043067 99.8326 0.0522957 99.671 0.140367C99.5094 0.228439 99.3684 0.349845 99.2572 0.496542C99.1461 0.643239 99.0674 0.811877 99.0264 0.991284L97.3942 6.62282C97.3358 6.82538 97.3183 7.03753 97.3427 7.24691C97.3671 7.4563 97.4329 7.65873 97.5363 7.84244C97.6397 8.02614 97.7786 8.18745 97.9449 8.31697C98.1113 8.44649 98.3017 8.54163 98.5051 8.59686C98.5887 8.62215 98.6746 8.63932 98.7615 8.64813C99.0789 8.69062 99.4008 8.61355 99.6645 8.43193C99.9283 8.2503 100.115 7.97708 100.189 7.66539L101.821 2.03385C101.88 1.83297 101.898 1.62246 101.875 1.41439C101.853 1.20632 101.789 1.00479 101.688 0.821376C101.587 0.637959 101.451 0.476266 101.288 0.345577C101.124 0.214887 100.937 0.117774 100.735 0.0598155Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
9
|
+
<path d="M115.306 7.69103C115.108 7.67878 114.91 7.70653 114.724 7.77261C114.537 7.83869 114.366 7.94174 114.22 8.07558L107.657 14.0575C107.365 14.3269 107.189 14.699 107.165 15.0956C107.141 15.4923 107.272 15.8828 107.529 16.1853C107.767 16.4672 108.103 16.6476 108.469 16.6895C108.681 16.7147 108.896 16.6941 109.1 16.6293C109.303 16.5644 109.49 16.4567 109.648 16.3135L116.211 10.3316C116.504 10.0622 116.68 9.69015 116.704 9.29349C116.728 8.89683 116.597 8.50632 116.34 8.20376C116.212 8.0518 116.054 7.92783 115.876 7.83961C115.698 7.75139 115.504 7.70081 115.306 7.69103Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<path d="M40.9932 52.9655C37.1903 52.9655 33.4729 54.0932 30.3109 56.206C27.149 58.3187 24.6845 61.3216 23.2292 64.835C21.7739 68.3484 21.3932 72.2144 22.1351 75.9442C22.877 79.674 24.7082 83.1 27.3972 85.789C30.0863 88.478 33.5123 90.3093 37.2421 91.0512C40.9719 91.7931 44.8379 91.4123 48.3513 89.957C51.8646 88.5018 54.8676 86.0373 56.9803 82.8754C59.0931 79.7134 60.2207 75.9959 60.2207 72.1931C60.205 67.0985 58.1742 62.217 54.5717 58.6146C50.9693 55.0121 46.0878 52.9813 40.9932 52.9655ZM40.9932 83.7296C40.4212 83.7313 39.8616 83.5631 39.3853 83.2464C38.909 82.9297 38.5374 82.4786 38.3178 81.9505C38.0981 81.4224 38.0401 80.8409 38.1513 80.2798C38.2625 79.7187 38.5378 79.2033 38.9422 78.7988C39.3467 78.3944 39.8622 78.1191 40.4233 78.0079C40.9843 77.8967 41.5658 77.9546 42.0939 78.1743C42.6221 78.394 43.0731 78.7655 43.3898 79.2418C43.7066 79.7181 43.8747 80.2778 43.873 80.8498C43.8536 81.6074 43.5439 82.3287 43.008 82.8646C42.4721 83.4005 41.7508 83.7102 40.9932 83.7296ZM44.8387 73.3467C44.5311 73.5177 44.1038 73.7826 43.7192 73.9706C43.5029 74.063 43.2967 74.1776 43.1039 74.3124L42.9159 74.5004C42.8357 74.946 42.5967 75.3474 42.2432 75.6302C41.8896 75.9131 41.4455 76.0582 40.9932 76.0386C40.7368 76.0535 40.4801 76.014 40.2401 75.9226C40.0001 75.8313 39.7821 75.6902 39.6005 75.5085C39.4189 75.3269 39.2778 75.109 39.1864 74.8689C39.095 74.6289 39.0555 74.3722 39.0704 74.1158C39.0704 72.7742 39.7284 72.1931 41.2581 70.8942C41.2581 70.8942 41.6854 70.578 41.9674 70.4071C42.2494 70.2362 42.6852 70.0225 42.9159 69.8858C44.2576 69.1167 44.8387 68.5441 44.8387 67.1939C44.8387 65.6557 43.1296 64.3141 40.9932 64.3141C38.8568 64.3141 37.1477 65.6557 37.1477 67.1939C37.1477 67.7039 36.9451 68.1929 36.5845 68.5535C36.2239 68.9141 35.7349 69.1167 35.2249 69.1167C34.715 69.1167 34.2259 68.9141 33.8653 68.5535C33.5048 68.1929 33.3022 67.7039 33.3022 67.1939C33.3022 63.3484 36.7631 60.4686 40.9932 60.4686C45.2232 60.4686 48.6842 63.3484 48.6842 67.1939C48.6842 70.0823 47.334 71.8085 44.8387 73.3467Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
11
|
+
</g>
|
|
12
|
+
<defs>
|
|
13
|
+
<clipPath id="clip0_101_5439">
|
|
14
|
+
<rect width="123.655" height="135.704" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
</clipPath>
|
|
16
|
+
</defs>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="97" height="161" viewBox="0 0 97 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-SimpleEmptyList">
|
|
2
|
+
<path d="M78.16 121V29.5C78.1764 27.8124 77.5296 26.1858 76.3589 24.9702C75.1882 23.7546 73.587 23.0471 71.9 23H13.9C10.2288 22.9942 6.70227 24.4307 4.08 27C2.7841 28.2959 1.75666 29.8348 1.05653 31.5285C0.35641 33.2222 -0.00261571 35.0373 1.43458e-05 36.87V122.52C1.33943e-05 126.213 1.46627 129.754 4.07649 132.366C6.68671 134.979 10.2273 136.447 13.92 136.45H91.84V136.34C88.0796 135.895 84.612 134.09 82.0918 131.264C79.5715 128.438 78.1729 124.787 78.16 121V121Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M77.16 25.05V116.51C77.1655 119.476 77.9686 122.387 79.4851 124.936C81.0017 127.485 83.1759 129.58 85.78 131H13.93C10.5033 130.997 7.21754 129.636 4.79355 127.214C2.36957 124.791 1.0053 121.507 1 118.08V32.43C0.998689 30.733 1.33198 29.0523 1.98081 27.4842C2.62963 25.9161 3.58126 24.4913 4.78125 23.2913C5.98125 22.0913 7.40607 21.1396 8.97419 20.4908C10.5423 19.842 12.223 19.5087 13.92 19.51H71.92C73.348 19.5621 74.6989 20.171 75.6838 21.2063C76.6686 22.2416 77.2092 23.6212 77.19 25.05H77.16Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path d="M85.78 132H13.93C10.2373 132 6.69563 130.534 4.08354 127.923C1.47144 125.313 0.00266107 121.773 1.01494e-05 118.08V32.4299C-0.00331924 29.6752 0.812542 26.9817 2.34388 24.6918C3.87522 22.4019 6.05288 20.6191 8.60002 19.5699C10.2849 18.8653 12.0937 18.5049 13.92 18.5099H71.92C73.6205 18.5643 75.2322 19.2822 76.41 20.5099C77.5789 21.7333 78.2184 23.3682 78.19 25.0599V116.53C78.1886 120.323 79.58 123.985 82.1 126.82C83.2963 128.158 84.7136 129.281 86.29 130.14L85.78 132ZM71.85 20.5099H13.92C12.3557 20.5078 10.8062 20.8136 9.36 21.4099C7.91543 22.0163 6.60142 22.8957 5.49 23.9999C4.38135 25.1057 3.50427 26.4213 2.91001 27.8699C2.30952 29.3152 2.00027 30.8649 2.00001 32.4299V118.08C2.00794 121.241 3.2677 124.269 5.50358 126.503C7.73946 128.737 10.7693 129.995 13.93 130H82.52C81.8275 129.426 81.179 128.801 80.58 128.13C77.7325 124.929 76.1596 120.794 76.16 116.51V24.9999C76.1764 23.8323 75.7341 22.7048 74.9282 21.8596C74.1223 21.0145 73.0171 20.5191 71.85 20.4799V20.5099Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M39.0802 43.1801H14.5302C13.7186 43.1801 12.9403 43.5024 12.3665 44.0763C11.7926 44.6502 11.4702 45.4285 11.4702 46.2401C11.4702 47.0525 11.7923 47.8319 12.3658 48.4073C12.9394 48.9828 13.7177 49.3074 14.5302 49.3101H39.0802C39.8927 49.3074 40.671 48.9828 41.2446 48.4073C41.8181 47.8319 42.1402 47.0525 42.1402 46.2401C42.1402 45.4285 41.8178 44.6502 41.244 44.0763C40.6701 43.5024 39.8918 43.1801 39.0802 43.1801V43.1801Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
6
|
+
<path d="M45.6998 161C69.4098 161 88.6398 159.84 88.6398 158.4C88.6398 156.96 69.4098 155.8 45.6998 155.8C21.9898 155.8 2.75977 156.96 2.75977 158.4C2.75977 159.84 21.9998 161 45.6998 161Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M96.0698 19.81C95.9402 19.6544 95.7708 19.5369 95.5798 19.47C95.3863 19.42 95.1833 19.42 94.9898 19.47L90.2998 20.28C90.1389 20.3082 89.9857 20.3695 89.8498 20.46C89.711 20.5472 89.5922 20.6626 89.5009 20.7987C89.4096 20.9348 89.3479 21.0885 89.3198 21.25C89.2899 21.4119 89.2899 21.578 89.3198 21.74C89.3571 21.9894 89.4726 22.2205 89.6498 22.4C89.7776 22.5317 89.935 22.6313 90.1088 22.6904C90.2827 22.7495 90.4681 22.7665 90.6498 22.74L95.3398 21.93C95.5482 21.8973 95.7446 21.8112 95.9098 21.68C96.069 21.5435 96.1897 21.3676 96.2598 21.17C96.3428 20.95 96.3669 20.7121 96.3298 20.48C96.3011 20.2382 96.2117 20.0077 96.0698 19.81V19.81Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
8
|
+
<path d="M78.2599 1.05999C78.1221 1.01081 77.9758 0.990391 77.8298 0.999986C77.6819 1.01163 77.5385 1.05603 77.4098 1.12999C77.2843 1.20182 77.1745 1.29814 77.0868 1.41324C76.9992 1.52833 76.9356 1.65985 76.8998 1.79999L75.6098 6.24999C75.5747 6.4148 75.5747 6.58517 75.6098 6.74999C75.6262 6.91547 75.6773 7.07564 75.7599 7.21999C75.8419 7.36566 75.9545 7.49188 76.0898 7.58999C76.22 7.69244 76.3698 7.76729 76.5298 7.80999H76.7299C76.9828 7.84744 77.2404 7.78661 77.4499 7.63999C77.659 7.49607 77.8055 7.27799 77.8598 7.02999L79.1498 2.57999C79.2014 2.42212 79.2185 2.25502 79.1999 2.08999C79.1789 1.92549 79.1281 1.7662 79.0498 1.61999C78.9684 1.47693 78.8597 1.35123 78.7299 1.24999C78.5887 1.15363 78.4283 1.08883 78.2599 1.05999V1.05999Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
9
|
+
<path d="M89.7501 7.08995C89.594 7.08802 89.4386 7.11166 89.2901 7.15995C89.1449 7.21815 89.0098 7.29917 88.8901 7.39995L83.7001 12.14C83.4703 12.3535 83.3308 12.6469 83.3101 12.96C83.2878 13.2769 83.3921 13.5898 83.6001 13.83C83.7893 14.0497 84.0527 14.1921 84.3401 14.23C84.5049 14.2651 84.6753 14.2651 84.8401 14.23C84.9988 14.1765 85.1451 14.0915 85.2701 13.98L90.4601 9.24995C90.6934 9.0337 90.8363 8.7372 90.8601 8.41995C90.8766 8.1068 90.7729 7.79917 90.5701 7.55995C90.3615 7.31901 90.0675 7.16843 89.7501 7.13995V7.08995Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
</svg>
|