@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,60 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-NoTasks">
|
|
2
|
+
<rect y="51.5" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M103.277 115.853C118.116 113.524 129.793 109.388 129.358 106.616C128.923 103.844 115.886 99.9052 101.047 102.234C86.2076 104.563 75.1855 112.278 75.6206 115.05C76.0557 117.823 88.438 118.182 103.277 115.853Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M47.446 75.8269C42.4099 72.0946 37.3737 68.3623 32.3376 64.6341C32.1094 64.4671 31.8894 64.846 32.1135 65.0131C37.1496 68.7454 42.1858 72.4776 47.2219 76.2059C47.4501 76.3729 47.6701 75.994 47.446 75.8269Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
5
|
+
<path d="M46.9 75.3543C46.3499 74.1483 45.7999 72.9381 45.2498 71.7321C43.9337 68.8473 42.6217 65.9666 41.3056 63.0818L36.5384 52.6184C35.1571 49.5869 33.7759 46.5595 32.3946 43.528L31.0296 40.5332L30.6059 39.6083C30.5366 39.4576 30.4836 39.2457 30.3818 39.1153C30.3695 39.099 30.3614 39.0746 30.3532 39.0542C30.3084 38.9564 30.1414 39.0012 30.1495 39.1072C30.4266 42.0571 30.7077 45.0071 30.9848 47.9611C31.4249 52.6265 31.869 57.2919 32.309 61.9572C32.4109 63.037 32.5128 64.1167 32.6146 65.1965C32.6268 65.335 32.8469 65.3391 32.8346 65.1965C32.5576 62.2465 32.2764 59.2965 31.9994 56.3425C31.5593 51.6771 31.1193 47.0118 30.6751 42.3464C30.5733 41.2667 30.4714 40.1869 30.3695 39.1072L30.1658 39.1642C30.7159 40.3703 31.2659 41.5804 31.816 42.7865C33.1321 45.6713 34.4441 48.552 35.7602 51.4367L40.5274 61.9002C41.9087 64.9316 43.2899 67.959 44.6712 70.9905L46.0362 73.9853L46.4599 74.9102C46.5292 75.061 46.5822 75.2729 46.684 75.4032C46.6963 75.4195 46.7044 75.444 46.7126 75.4644C46.7696 75.5947 46.9611 75.4807 46.9041 75.3543H46.9Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
6
|
+
<path d="M36.2573 51.5549C34.5501 51.1638 32.8469 50.7726 31.1397 50.3774C30.883 50.3203 30.773 50.7115 31.0296 50.7726C32.7369 51.1638 34.44 51.5549 36.1473 51.9501C36.404 52.0072 36.514 51.616 36.2573 51.5549Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
7
|
+
<rect x="30.293" y="39.1694" width="0.149995" height="29.7209" transform="rotate(-11.3292 30.293 39.1694)" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
8
|
+
<rect width="0.149995" height="32.0191" transform="matrix(-0.959409 0.282019 0.282019 0.959409 30.4229 39.5327)" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
9
|
+
<rect width="0.149995" height="34.6179" transform="matrix(-0.934726 0.35537 0.35537 0.934726 30.5913 40.0946)" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
10
|
+
<path d="M41.212 61.9898L31.8364 58.066C31.6123 57.9723 31.5105 58.339 31.7346 58.4327C34.8597 59.7406 37.9849 61.0485 41.1101 62.3565C41.3342 62.4502 41.4361 62.0835 41.212 61.9898Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
11
|
+
<path d="M112.28 66.9771C116.607 71.5121 120.935 76.043 125.262 80.578C125.457 80.7817 125.767 80.472 125.571 80.2683C121.244 75.7333 116.917 71.2024 112.59 66.6675C112.394 66.4637 112.085 66.7734 112.28 66.9771Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
12
|
+
<path d="M112.961 67.3276C114.313 64.4428 115.666 61.558 117.019 58.6732C119.17 54.0812 121.322 49.4892 123.473 44.8972C123.962 43.8541 124.451 42.8069 124.944 41.7639L124.74 41.7068C124.744 42.9659 124.748 44.229 124.756 45.488L124.793 54.5702C124.809 58.2332 124.822 61.8962 124.838 65.5552C124.85 68.7211 124.862 71.887 124.875 75.0529L124.887 78.174C124.887 78.6345 124.793 79.2171 124.891 79.6735C124.895 79.6938 124.891 79.7183 124.891 79.7387C124.891 79.8813 125.111 79.8813 125.111 79.7387C125.107 78.4796 125.103 77.2165 125.095 75.9575L125.058 66.8753C125.042 63.2123 125.029 59.5493 125.013 55.8903C125.001 52.7244 124.989 49.5585 124.977 46.3926L124.964 43.2714C124.964 42.811 125.058 42.2284 124.96 41.772C124.956 41.7516 124.96 41.7272 124.96 41.7068C124.96 41.605 124.801 41.5479 124.756 41.6498C123.404 44.5346 122.051 47.4193 120.698 50.3041C118.547 54.8961 116.396 59.4882 114.244 64.0802C113.755 65.1233 113.266 66.1704 112.773 67.2135C112.712 67.3398 112.904 67.4539 112.965 67.3235L112.961 67.3276Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
13
|
+
<path d="M125.47 54.0405C123.644 53.1808 121.819 52.317 119.989 51.4572C119.733 51.3391 119.513 51.718 119.765 51.8362C121.591 52.6959 123.416 53.5597 125.245 54.4194C125.502 54.5376 125.722 54.1587 125.47 54.0405Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
14
|
+
<path d="M125.449 66.04C122.259 63.6849 119.072 61.3298 115.882 58.9747C115.654 58.8077 115.434 59.1866 115.658 59.3536C118.848 61.7087 122.035 64.0638 125.225 66.4189C125.453 66.586 125.673 66.207 125.449 66.04Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
15
|
+
<rect width="0.149995" height="34.3019" transform="matrix(-0.996046 -0.0888429 -0.0888429 0.996046 124.849 42.5636)" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
16
|
+
<rect x="124.68" y="42.092" width="0.149995" height="32.3082" transform="rotate(10.0288 124.68 42.092)" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
17
|
+
<rect x="124.576" y="42.1367" width="0.149995" height="29.3761" transform="rotate(18.3082 124.576 42.1367)" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
18
|
+
<path d="M124.61 80.5249L95.9454 92.7608L86.525 93.6816L74.7292 93.046C74.7292 93.046 107.273 80.0726 111.901 67.193L124.61 80.5249Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
19
|
+
<path d="M36.954 68.0039L36.3673 68.7699C37.0274 69.2711 37.7119 69.7885 38.4005 70.3142L38.9872 69.5482C38.2986 69.0266 37.61 68.5051 36.954 68.0039ZM33.291 65.2291L32.7043 65.9951C33.2829 66.4352 33.9755 66.9608 34.7375 67.5394L35.3242 66.7734C34.5623 66.1948 33.8696 65.6692 33.291 65.2291ZM46.3133 75.1018C45.7632 74.6862 45.0665 74.1565 44.2801 73.5575L43.6933 74.3235C44.4838 74.9225 45.1806 75.4481 45.7265 75.8678L46.3133 75.1018ZM40.613 70.7827L40.0262 71.5488C40.723 72.0784 41.4075 72.5959 42.0594 73.093L42.6462 72.327C41.9943 71.8299 41.3097 71.3124 40.613 70.7827Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
20
|
+
<path d="M123.587 77.1064L122.32 78.2188L124.076 80.0768L125.343 78.9644L123.587 77.1064Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
21
|
+
<path d="M123.261 76.7642L122.059 77.9417L123.815 79.7997L125.017 78.6222L123.261 76.7642Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
22
|
+
<path d="M120.458 73.7734L119.191 74.8858L120.947 76.7438L122.214 75.6314L120.458 73.7734Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
23
|
+
<path d="M120.132 73.427L118.93 74.6045L120.686 76.4625L121.888 75.285L120.132 73.427Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
24
|
+
<path d="M117.231 70.3915L115.964 71.5038L117.72 73.3618L118.987 72.2495L117.231 70.3915Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
25
|
+
<path d="M116.901 70.0452L115.699 71.2268L117.459 73.0848L118.661 71.9032L116.901 70.0452Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
26
|
+
<path d="M114.126 67.0994L112.859 68.2117L114.615 70.0697L115.882 68.9574L114.126 67.0994Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
27
|
+
<path d="M113.8 66.7529L112.594 67.9305L114.354 69.7885L115.556 68.6109L113.8 66.7529Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
28
|
+
<path d="M109.33 71.5649L119.883 82.9207L114.077 86.5348L105.785 75.2565L109.33 71.5649Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
29
|
+
<path d="M91.663 84.9052L95.1997 94.1951L84.8463 96.9047L84.4551 88.666L91.663 84.9052Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
30
|
+
<path d="M101.646 78.5935L109.758 89.6315L100.46 93.6816L96.418 82.1058L101.646 78.5935Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
31
|
+
<path d="M92.7101 89.0284C94.6415 90.0919 100.411 90.2263 100.411 90.2263C100.505 90.2263 100.603 90.2304 100.68 90.2345L112.195 89.114C112.83 89.0529 113.295 88.4702 113.197 87.8387C113.168 87.6512 113.136 87.4557 113.099 87.2601C112.932 86.3311 112.696 85.3695 112.59 84.9498C112.553 84.8072 112.533 84.7257 112.533 84.7257C112.533 84.7257 112.667 84.4853 112.847 84.1593C112.993 83.8904 113.315 83.1896 113.47 82.8922C113.808 82.2321 114.122 80.9119 114.049 80.2518C114.04 80.1867 113.963 80.0359 113.963 80.0359C113.759 79.6407 113.368 79.3799 112.92 79.384H112.912C111.551 79.4125 110.117 79.5795 104.502 79.0091C100.085 78.5568 97.0332 77.9131 95.929 77.6564C95.6805 77.5993 95.4238 77.6278 95.1956 77.7379C95.1956 77.7379 94.7881 77.9008 94.6741 77.9864C94.5681 78.0638 94.4907 78.076 94.4051 78.2472C94.397 78.2635 94.3685 78.3816 94.3685 78.3898C94.3318 78.5039 94.3236 78.6343 94.3155 78.6954C94.2136 79.388 94.2096 80.0318 94.1403 80.7978C94.071 81.6005 94.0221 82.3136 93.9977 82.6762C93.9895 82.831 93.9488 82.9777 93.8754 83.1163C93.7777 83.2996 93.6106 83.65 93.3498 84.2979C93.3295 84.3508 93.305 84.4079 93.2846 84.4649C93.195 84.685 93.0972 84.9417 92.9994 85.2146C92.7916 85.781 92.3719 86.7059 92.103 87.7775C92.0663 87.9202 92.0175 88.132 92.0949 88.3724C92.1315 88.4865 92.2456 88.7717 92.7142 89.0284H92.7101Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
32
|
+
<path d="M94.2747 79.0337C94.2747 79.0744 94.2299 79.4208 94.2299 79.4615C94.2217 79.5675 94.1973 80.0768 94.1891 80.1827C100.708 80.8591 107.232 81.5355 113.751 82.2159C113.763 82.1589 113.828 82.0081 113.845 81.947C113.89 81.7555 113.959 81.4784 113.963 81.454C113.991 81.3236 113.979 81.3317 114.028 81.0261C107.468 80.3661 100.835 79.6978 94.2747 79.0378V79.0337Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
33
|
+
<path d="M94.1321 80.9446L94.0425 82.0895L112.989 83.9149C113.005 83.8783 113.25 83.4667 113.266 83.4341C113.287 83.3934 113.454 82.933 113.474 82.8922C107.032 82.2444 100.574 81.5965 94.1321 80.9446Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
34
|
+
<path d="M90.1554 93.0542C90.1472 92.8546 89.9802 92.8097 89.8009 92.3412C89.8009 92.3412 89.8009 92.3412 89.8009 92.3371C89.6705 91.9908 89.5279 91.5303 89.4505 90.9518C89.4219 90.7602 89.4016 90.5565 89.3934 90.3365C89.369 89.9413 89.3771 89.5053 89.426 89.0286C89.4382 88.9063 89.4545 88.7841 89.4749 88.6537C89.5075 88.4337 89.5564 88.2055 89.6094 87.9733C89.7683 87.3132 89.9924 86.6287 90.2491 85.9808C90.3469 85.7323 90.4487 85.4919 90.5506 85.2596C91.1699 83.8498 91.8422 82.7619 91.9971 82.7701C92.0378 82.7701 92.1682 82.7945 92.3597 82.823C93.1094 82.9493 94.8207 83.2753 95.9494 83.4546C96.4587 83.5361 96.8458 83.589 96.9843 83.585C97.5018 83.5646 100.602 82.5949 101.018 82.7578C101.263 82.8556 101.193 84.6158 100.928 86.4453C100.884 86.7346 100.839 87.0239 100.79 87.3132C100.651 88.0792 100.484 88.8167 100.289 89.3953C100.244 89.542 100.195 89.6764 100.146 89.8027C100.057 90.0268 99.9587 90.2469 99.8691 90.4628C99.6857 90.8743 99.5024 91.2614 99.3272 91.6118C99.2579 91.7504 99.1927 91.8767 99.1316 92.003C98.6752 92.8872 98.3208 93.4698 98.3208 93.4698" fill="var(--sapContent_Illustrative_Color24)"/>
|
|
35
|
+
<path d="M97.0291 93.6368C97.0291 93.6368 93.3254 93.4983 92.16 93.3434C90.9947 93.1927 90.6688 93.1764 90.6688 93.1764" fill="var(--sapContent_Illustrative_Color24)"/>
|
|
36
|
+
<path d="M90.1554 93.0543C90.1554 93.0543 89.9802 92.8098 89.8009 92.3413C90.0169 92.6835 90.2736 92.9362 90.3836 92.8791C90.4977 92.8221 94.0018 92.3453 95.5175 92.6591C97.0373 92.9688 96.5606 93.0054 97.1758 92.9606C97.787 92.9117 98.2311 92.5246 98.9768 91.673C99.7265 90.8174 100.346 87.0607 100.407 86.8121C100.468 86.5636 100.354 85.8546 100.419 85.1538C100.484 84.4529 101.01 82.7579 101.01 82.7579C101.254 82.8557 101.185 84.6159 100.92 86.4454C100.876 86.7347 100.831 87.024 100.782 87.3133C100.643 88.0793 100.476 88.8168 100.281 89.3954C100.236 89.5421 100.187 89.6765 100.138 89.8028C100.048 90.0269 99.9506 90.247 99.861 90.4629C99.6776 90.8744 99.4943 91.2615 99.319 91.6119C99.2457 91.7545 99.2457 91.7586 99.1235 92.0031C98.5123 93.2132 98.4797 93.3355 98.3126 93.4699C98.1456 93.6044 97.7829 93.7918 97.0373 93.637C94.2381 93.531 92.8853 93.421 92.1682 93.3436C92.0501 93.3314 90.6769 93.1766 90.6769 93.1766" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
37
|
+
<path d="M92.4412 86.7996C92.745 86.7996 92.9913 86.5533 92.9913 86.2495C92.9913 85.9457 92.745 85.6995 92.4412 85.6995C92.1374 85.6995 91.8912 85.9457 91.8912 86.2495C91.8912 86.5533 92.1374 86.7996 92.4412 86.7996Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
38
|
+
<path d="M92.1275 84.5995C92.4313 84.5995 92.6775 84.3532 92.6775 84.0495C92.6775 83.7457 92.4313 83.4994 92.1275 83.4994C91.8237 83.4994 91.5774 83.7457 91.5774 84.0495C91.5774 84.3532 91.8237 84.5995 92.1275 84.5995Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
39
|
+
<path d="M94.291 88.3033C94.5948 88.3033 94.8411 88.057 94.8411 87.7532C94.8411 87.4494 94.5948 87.2031 94.291 87.2031C93.9872 87.2031 93.741 87.4494 93.741 87.7532C93.741 88.057 93.9872 88.3033 94.291 88.3033Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
40
|
+
<path d="M90.7584 91.5629C91.0622 91.5629 91.3084 91.3166 91.3084 91.0128C91.3084 90.709 91.0622 90.4628 90.7584 90.4628C90.4546 90.4628 90.2083 90.709 90.2083 91.0128C90.2083 91.3166 90.4546 91.5629 90.7584 91.5629Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
41
|
+
<path d="M92.5878 89.8515C92.8916 89.8515 93.1379 89.6052 93.1379 89.3014C93.1379 88.9976 92.8916 88.7513 92.5878 88.7513C92.2841 88.7513 92.0378 88.9976 92.0378 89.3014C92.0378 89.6052 92.2841 89.8515 92.5878 89.8515Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
42
|
+
<path d="M94.6618 91.3794C94.9656 91.3794 95.2119 91.1332 95.2119 90.8294C95.2119 90.5256 94.9656 90.2793 94.6618 90.2793C94.358 90.2793 94.1118 90.5256 94.1118 90.8294C94.1118 91.1332 94.358 91.3794 94.6618 91.3794Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
43
|
+
<path d="M90.8317 88.674C91.1355 88.674 91.3818 88.4277 91.3818 88.1239C91.3818 87.8201 91.1355 87.5739 90.8317 87.5739C90.5279 87.5739 90.2817 87.8201 90.2817 88.1239C90.2817 88.4277 90.5279 88.674 90.8317 88.674Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
44
|
+
<path d="M95.8353 85.9645C96.1391 85.9645 96.3853 85.7182 96.3853 85.4144C96.3853 85.1107 96.1391 84.8644 95.8353 84.8644C95.5315 84.8644 95.2852 85.1107 95.2852 85.4144C95.2852 85.7182 95.5315 85.9645 95.8353 85.9645Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
45
|
+
<path d="M97.0087 87.9202C97.3125 87.9202 97.5588 87.6739 97.5588 87.3701C97.5588 87.0663 97.3125 86.8201 97.0087 86.8201C96.7049 86.8201 96.4587 87.0663 96.4587 87.3701C96.4587 87.6739 96.7049 87.9202 97.0087 87.9202Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
46
|
+
<path d="M96.4424 90.0472C96.7462 90.0472 96.9925 89.8009 96.9925 89.4971C96.9925 89.1933 96.7462 88.947 96.4424 88.947C96.1386 88.947 95.8923 89.1933 95.8923 89.4971C95.8923 89.8009 96.1386 90.0472 96.4424 90.0472Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
47
|
+
<path d="M92.5675 92.6916C92.8713 92.6916 93.1175 92.4453 93.1175 92.1415C93.1175 91.8377 92.8713 91.5914 92.5675 91.5914C92.2637 91.5914 92.0174 91.8377 92.0174 92.1415C92.0174 92.4453 92.2637 92.6916 92.5675 92.6916Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
48
|
+
<path d="M97.1392 92.0804C97.443 92.0804 97.6892 91.8341 97.6892 91.5303C97.6892 91.2265 97.443 90.9802 97.1392 90.9802C96.8354 90.9802 96.5891 91.2265 96.5891 91.5303C96.5891 91.8341 96.8354 92.0804 97.1392 92.0804Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
49
|
+
<path d="M98.9238 89.6316C99.2276 89.6316 99.4739 89.3853 99.4739 89.0816C99.4739 88.7778 99.2276 88.5315 98.9238 88.5315C98.62 88.5315 98.3738 88.7778 98.3738 89.0816C98.3738 89.3853 98.62 89.6316 98.9238 89.6316Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
50
|
+
<path d="M98.5774 85.2392C98.8812 85.2392 99.1275 84.9929 99.1275 84.6891C99.1275 84.3853 98.8812 84.139 98.5774 84.139C98.2736 84.139 98.0273 84.3853 98.0273 84.6891C98.0273 84.9929 98.2736 85.2392 98.5774 85.2392Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
51
|
+
<path d="M99.2864 87.0686C99.5902 87.0686 99.8365 86.8224 99.8365 86.5186C99.8365 86.2148 99.5902 85.9685 99.2864 85.9685C98.9827 85.9685 98.7364 86.2148 98.7364 86.5186C98.7364 86.8224 98.9827 87.0686 99.2864 87.0686Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
52
|
+
<path d="M96.3772 92.8749C96.3772 92.8749 92.4412 93.6979 91.174 93.8406C89.9068 93.9872 89.5564 94.0524 89.5564 94.0524" fill="var(--sapContent_Illustrative_Color24)"/>
|
|
53
|
+
<path d="M32.7328 65.3351L47.2015 75.9982C47.2015 75.9982 71.3269 89.8516 75.8089 91.7137C80.295 93.5758 92.9546 92.0601 95.6601 91.2166C98.3697 90.3691 124.606 80.5332 124.606 80.5332C124.606 80.5332 124.724 80.4557 118.404 85.716C110.08 92.6386 98.4471 97.2551 91.1129 99.3372C86.8061 100.56 78.5715 102.055 73.409 102.055C68.2466 102.055 59.4822 97.907 55.917 94.79C48.8599 88.613 32.7328 65.3351 32.7328 65.3351Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
54
|
+
<path d="M42.6502 79.0417L56.6789 81.3846L64.2535 85.6262L49.4262 87.7083L42.6502 79.0417Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
55
|
+
<path d="M55.917 94.7777C56.6504 95.3278 57.2453 95.886 58.3251 96.5746C58.9118 96.9494 60.5131 97.854 62.1144 98.6608C65.5655 100.401 69.0452 101.391 69.0452 101.391C72.8508 98.4815 76.2082 95.4174 80.0139 92.5082C78.5267 92.0844 76.9213 91.73 75.4341 91.3103C74.1995 90.9599 73.4172 90.2753 72.1826 89.9249" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
56
|
+
<path d="M80.4579 101.464L91.1007 92.3004L97.9378 90.418L94.4051 98.3104C94.4051 98.3104 94.1688 98.3756 93.8102 98.4734C92.7875 98.7586 92.2578 99.0479 91.936 99.1375C88.1425 100.197 87.9633 100.107 87.7106 100.164C87.0465 100.315 85.6897 100.645 83.6157 101C83.2205 101.069 82.809 101.126 81.3951 101.379C81.1221 101.427 80.6046 101.431 80.4579 101.46V101.464Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
57
|
+
<path d="M106.254 87.3335L103.532 94.7329C103.553 94.7206 107.444 92.8301 107.464 92.8219C107.476 92.8138 110.65 91.0699 110.663 91.0617C110.813 89.2322 110.968 87.3987 111.119 85.5692L106.254 87.3376V87.3335Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
58
|
+
<path d="M117.679 83.1164L115.727 87.7777C116.139 87.4558 116.86 86.9384 117.284 86.6083C118.359 85.773 118.449 85.6589 118.669 85.4837C119.252 85.0233 120.075 84.3551 121.065 83.4872V81.8492L117.675 83.1124L117.679 83.1164Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
59
|
+
<path d="M40.287 75.8677C40.287 75.8677 60.6883 89.5093 65.0725 91.4977C68.0184 92.8341 72.1051 95.943 78.6692 96.9087C79.9283 97.0921 98.0274 97.0269 98.0274 97.0269C96.6013 97.0472 90.734 100.963 74.228 102.096C71.1313 102.307 70.2757 101.77 68.817 101.464C64.4694 100.564 59.8611 97.7114 58.325 96.5746C56.6911 95.3685 55.318 94.3214 52.6695 91.4936C51.2557 89.986 49.907 88.5151 49.1614 87.7043C48.5054 86.9912 41.4075 77.2775 40.2911 75.8636L40.287 75.8677Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
60
|
+
</svg>`;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-NoTasks_v1">
|
|
2
|
+
<mask id="mask0_396_4982" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="6" width="148" height="148">
|
|
3
|
+
<circle cx="73.9925" cy="79.9925" r="73.9925" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0_396_4982)">
|
|
6
|
+
<path d="M238.206 -30.9962H-31.0275C-32.7824 -30.9978 -34.5205 -30.6536 -36.1423 -29.9831C-37.7641 -29.3126 -39.2379 -28.3291 -40.4793 -27.0888C-41.7208 -25.8484 -42.7057 -24.3756 -43.3777 -22.7544C-44.0496 -21.1332 -44.3955 -19.3955 -44.3955 -17.6406V140.617C-44.3955 144.162 -42.9871 147.563 -40.4801 150.07C-37.9731 152.577 -34.5729 153.985 -31.0275 153.985H238.206C241.752 153.985 245.152 152.577 247.659 150.07C250.166 147.563 251.574 144.162 251.574 140.617V-17.6406C251.574 -19.3955 251.229 -21.1332 250.557 -22.7544C249.885 -24.3756 248.9 -25.8484 247.658 -27.0888C246.417 -28.3291 244.943 -29.3126 243.321 -29.9831C241.699 -30.6536 239.961 -30.9978 238.206 -30.9962Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
7
|
+
<rect x="-14.7985" y="141.961" width="80.1396" height="12.0238" rx="4" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
8
|
+
<rect x="58.5208" y="141.961" width="177.33" height="12.0238" rx="4" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
9
|
+
<rect x="22.9725" y="43.1465" width="45" height="57" rx="5" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
10
|
+
<rect x="22.9725" y="39.582" width="45" height="57" rx="5" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
11
|
+
<rect x="25.9725" y="42.582" width="39" height="51" rx="3" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M62.9725 93.4113V42.7527C64.1377 43.1645 64.9725 44.2758 64.9725 45.582V90.582C64.9725 91.8882 64.1377 92.9994 62.9725 93.4113Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
13
|
+
<mask id="mask1_396_4982" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="25" y="42" width="40" height="52">
|
|
14
|
+
<rect x="25.9725" y="42.582" width="39" height="51" rx="3" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
15
|
+
</mask>
|
|
16
|
+
<g mask="url(#mask1_396_4982)">
|
|
17
|
+
<path d="M50.0459 80.4045L35.9112 83.1709L34.1175 80.2501C33.0111 78.4451 32.312 76.4213 32.0688 74.3194C31.8256 72.2176 32.0442 70.0881 32.7092 68.079C33.3743 66.07 34.47 64.2295 35.92 62.6857C37.37 61.1419 39.1397 59.9317 41.1059 59.1393L45.4196 57.4032C50.8954 55.1976 56.4722 60.3587 54.6722 65.9704L50.0459 80.4045Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
18
|
+
<path d="M47.5259 101.887L42.7322 100.075C42.2287 99.8846 41.7768 99.579 41.4128 99.1829C41.0487 98.7868 40.7825 98.3113 40.6354 97.7942L36.5996 83.6752C36.5124 83.3716 36.5135 83.0494 36.6028 82.7464C36.692 82.4433 36.8657 82.1718 37.1037 81.9635C37.3416 81.7551 37.634 81.6185 37.9467 81.5696C38.2595 81.5206 38.5797 81.5614 38.8701 81.687L50.068 86.5236L51.1354 99.1712C51.1733 99.6201 51.0965 100.071 50.9123 100.483C50.728 100.894 50.4423 101.252 50.0819 101.523C49.7214 101.794 49.2979 101.97 48.8509 102.034C48.4039 102.097 47.9481 102.047 47.5259 101.887Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
19
|
+
<path d="M50.548 92.2232L50.308 89.3528C49.3534 88.7026 48.3305 88.1585 47.2575 87.7301C44.267 86.5138 41.5322 86.2964 41.147 87.2417C40.7617 88.187 42.8712 89.9357 45.8585 91.1519C47.6743 91.8892 49.3891 92.2579 50.548 92.2232Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
20
|
+
<path d="M44.6313 67.6393L49.645 67.9111C50.4875 67.9551 51.3131 68.1645 52.0745 68.5273C52.8359 68.89 53.5181 69.3991 54.0821 70.0252C54.6461 70.6514 55.0808 71.3823 55.3613 72.1763C55.6418 72.9703 55.7626 73.8116 55.7168 74.6523L55.2231 83.7197C55.1307 85.4152 54.3671 87.0048 53.1002 88.1386C51.8333 89.2724 50.1669 89.8576 48.4675 89.7654L46.3265 89.6494C43.8653 89.5159 41.558 88.4124 39.9122 86.5816C38.2664 84.7508 37.417 82.3427 37.5507 79.8869L37.8884 73.6857C37.9806 71.9924 38.7424 70.4047 40.0065 69.2711C41.2707 68.1375 42.9339 67.5506 44.6313 67.6393Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
21
|
+
<path d="M52.0165 76.3305L50.5259 80.2281C50.5171 80.2509 50.514 80.2754 50.517 80.2996C50.5199 80.3238 50.5288 80.347 50.5429 80.3669C50.5569 80.3869 50.5757 80.403 50.5976 80.414C50.6194 80.425 50.6436 80.4304 50.668 80.4298H53.1407C53.1635 80.43 53.1862 80.425 53.2068 80.4151C53.2274 80.4052 53.2454 80.3907 53.2595 80.3727C53.2736 80.3547 53.2833 80.3338 53.2878 80.3114C53.2924 80.289 53.2918 80.2659 53.2859 80.2439L52.3038 76.3494C52.2959 76.3186 52.2784 76.291 52.2538 76.2707C52.2292 76.2503 52.1989 76.2383 52.167 76.2362C52.1352 76.2341 52.1035 76.2421 52.0764 76.259C52.0494 76.2759 52.0284 76.301 52.0165 76.3305Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
22
|
+
<path d="M32.966 72.0503L35.3942 71.3547C35.4387 71.3388 35.486 71.3322 35.5332 71.3355C35.5803 71.3388 35.6262 71.3518 35.6681 71.3737C35.7099 71.3956 35.7467 71.426 35.7761 71.4628C35.8056 71.4997 35.8271 71.5423 35.8392 71.5878L38.3159 80.1949C38.527 80.9282 38.4374 81.7151 38.0669 82.3825C37.6964 83.05 37.0754 83.5432 36.3404 83.7538C36.2535 83.7787 36.1602 83.7681 36.0811 83.7244C36.0019 83.6807 35.9435 83.6074 35.9185 83.5206L32.7402 72.4757C32.727 72.4329 32.7224 72.388 32.7266 72.3435C32.7308 72.299 32.7438 72.2558 32.7648 72.2163C32.7858 72.1768 32.8143 72.1418 32.8489 72.1134C32.8834 72.0849 32.9232 72.0635 32.966 72.0503Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
23
|
+
<path d="M37.1521 79.1727L34.9921 78.2967L40.8658 70.7599L40.1521 74.6165C39.8753 76.123 39.2765 77.5523 38.3963 78.8072C38.2612 78.9999 38.0645 79.141 37.8384 79.2075C37.6123 79.2739 37.3703 79.2616 37.1521 79.1727Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
24
|
+
<path d="M38.4539 81.2757C39.241 81.0807 39.588 79.7533 39.2289 78.3111C38.8698 76.8688 37.9407 75.8577 37.1536 76.0528C36.3666 76.2479 36.0196 77.5752 36.3787 79.0175C36.7377 80.4598 37.6669 81.4708 38.4539 81.2757Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
25
|
+
<path d="M49.1535 72.2838C55.6638 71.3905 60.6156 68.3017 60.2136 65.3848C59.8115 62.4679 54.208 60.8274 47.6976 61.7207C41.1873 62.614 36.2355 65.7028 36.6375 68.6197C37.0395 71.5366 42.6431 73.1771 49.1535 72.2838Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
26
|
+
<path d="M40.7622 70.7247L36.7528 69.0946L34.8891 73.6582L38.8985 75.2883L40.7622 70.7247Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
27
|
+
<path d="M40.5329 62.9888C43.3121 60.1511 44.9442 57.2454 44.1783 56.4986C43.4124 55.7518 40.5386 57.4468 37.7594 60.2845C34.9802 63.1221 33.348 66.0279 34.1139 66.7746C34.8798 67.5214 37.7537 65.8264 40.5329 62.9888Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
28
|
+
</g>
|
|
29
|
+
<g clip-path="url(#clip0_396_4982)">
|
|
30
|
+
<rect width="44.25" height="6.75" rx="3" transform="matrix(-1 0 0 1 52.4108 138.843)" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
31
|
+
<path d="M41.138 143.707L38.1608 138.843H144.661V143.209C144.661 143.523 144.607 143.834 144.502 144.124C144.397 144.414 144.243 144.678 144.049 144.9C143.855 145.121 143.625 145.297 143.372 145.416C143.119 145.535 142.848 145.595 142.574 145.593H44.3027C43.6821 145.595 43.0703 145.424 42.5194 145.096C41.9684 144.767 41.4945 144.291 41.138 143.707Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
32
|
+
<path d="M99.1002 70.5942H-2.92783C-3.28823 70.5841 -3.64616 70.6565 -3.97372 70.8057C-4.30129 70.9548 -4.58974 71.1768 -4.81663 71.4543C-5.04351 71.7317 -5.20274 72.0573 -5.28195 72.4056C-5.36117 72.7539 -5.35816 73.1156 -5.27329 73.4625L8.30693 136.961C8.42211 137.493 8.71768 137.97 9.14439 138.312C9.57111 138.654 10.1033 138.841 10.6524 138.843H111.508C111.864 138.851 112.218 138.779 112.543 138.632C112.867 138.485 113.153 138.266 113.379 137.993C113.605 137.72 113.766 137.399 113.848 137.055C113.93 136.711 113.932 136.354 113.853 136.009L101.446 72.5219C101.351 71.9766 101.062 71.4827 100.632 71.1293C100.202 70.7759 99.6589 70.5861 99.1002 70.5942Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
33
|
+
<path d="M94.4539 80.6081C94.1 78.7153 92.4477 77.3433 90.5221 77.3433H63.6777C61.2767 77.3433 59.4167 79.4437 59.7071 81.827L63.3013 111.327C63.5458 113.334 65.2499 114.843 67.2719 114.843H96.0375C98.5412 114.843 100.43 112.569 99.9694 110.108L94.4539 80.6081Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
34
|
+
<path d="M9.51492 84.8794L60.407 85.0552L79.4022 85.1255C79.9605 85.1174 80.5035 85.3089 80.9331 85.6655C81.3628 86.0222 81.651 86.5205 81.7458 87.0708L87.0074 114.657L89.8197 129.435C89.8962 129.782 89.8928 130.142 89.8098 130.487C89.7267 130.833 89.5663 131.155 89.3406 131.429C89.1148 131.703 88.8296 131.923 88.5066 132.071C88.1836 132.218 87.8312 132.291 87.4761 132.283H17.3544C16.7964 132.276 16.2579 132.076 15.8306 131.717C15.4033 131.358 15.1136 130.862 15.0107 130.314L7.17127 87.7154C7.10799 87.3706 7.1209 87.016 7.20918 86.6767C7.29747 86.3374 7.45896 86.0215 7.6823 85.7513C7.90564 85.481 8.18543 85.2629 8.50201 85.1123C8.8186 84.9617 9.16434 84.8822 9.51492 84.8794Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
35
|
+
<path d="M31.1518 96.9037C31.2545 97.0035 31.3364 97.1226 31.393 97.2542C31.4495 97.3858 31.4794 97.5272 31.4811 97.6704C31.4801 97.8144 31.4504 97.9568 31.3939 98.0892C31.3373 98.2216 31.255 98.3415 31.1518 98.4419L23.8795 105.719C24.2136 105.864 24.5737 105.939 24.9379 105.94H30.7143C31.0433 105.949 31.3705 105.888 31.6738 105.76C31.9771 105.632 32.2494 105.441 32.4724 105.199C32.6953 104.957 32.8637 104.67 32.9662 104.357C33.0686 104.044 33.1028 103.713 33.0663 103.386L32.5206 97.1483C32.4546 96.4552 32.1346 95.811 31.6223 95.3395C31.11 94.868 30.4415 94.6025 29.7453 94.5941H23.9688C23.6401 94.5854 23.3132 94.6472 23.0103 94.7753C22.7074 94.9035 22.4354 95.0949 22.2126 95.3369C21.9898 95.5788 21.8214 95.8656 21.7187 96.1781C21.6159 96.4905 21.5812 96.8213 21.6169 97.1483L22.1625 103.386C22.1883 103.653 22.2533 103.914 22.3554 104.162L29.6324 96.9037C29.7314 96.8026 29.8496 96.7222 29.98 96.6674C30.1105 96.6125 30.2506 96.5843 30.3921 96.5843C30.5336 96.5843 30.6737 96.6125 30.8042 96.6674C30.9346 96.7222 31.0528 96.8026 31.1518 96.9037Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
36
|
+
<path d="M31.0437 109.694H25.272C24.9432 109.685 24.6163 109.747 24.3134 109.875C24.0105 110.003 23.7385 110.195 23.5157 110.436C23.2929 110.678 23.1245 110.965 23.0217 111.278C22.919 111.59 22.8843 111.921 22.92 112.248L23.4657 118.485C23.4852 118.679 23.5246 118.869 23.5833 119.055L30.6392 111.999C30.7392 111.895 30.859 111.813 30.9916 111.756C31.1241 111.7 31.2666 111.671 31.4106 111.671C31.5546 111.671 31.6971 111.7 31.8296 111.756C31.9622 111.813 32.0821 111.895 32.1821 111.999C32.2847 112.099 32.3663 112.219 32.422 112.352C32.4777 112.484 32.5065 112.626 32.5066 112.77C32.5065 112.914 32.4777 113.056 32.422 113.188C32.3663 113.321 32.2847 113.441 32.1821 113.541L25.0179 120.706C25.4042 120.908 25.8333 121.014 26.2692 121.016H32.0456C32.3747 121.026 32.7019 120.964 33.0052 120.836C33.3084 120.708 33.5808 120.517 33.8037 120.275C34.0267 120.033 34.195 119.746 34.2975 119.433C34.3999 119.12 34.4341 118.789 34.3976 118.462L33.8519 112.224C33.7798 111.53 33.4528 110.887 32.9341 110.419C32.4155 109.952 31.7419 109.693 31.0437 109.694Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
37
|
+
<path d="M40.9502 103.489H74.7574C75.1726 103.497 75.5848 103.416 75.9663 103.252C76.3478 103.088 76.69 102.845 76.97 102.538C77.25 102.232 77.4614 101.869 77.59 101.474C77.7187 101.079 77.7617 100.661 77.7161 100.248C77.6266 99.3696 77.2182 98.554 76.5681 97.956C75.9181 97.3579 75.0714 97.0188 74.1882 97.0026H40.3857C39.97 96.9955 39.5576 97.0769 39.1759 97.2414C38.7942 97.4059 38.4518 97.6498 38.1715 97.9568C37.8912 98.2637 37.6794 98.6268 37.5503 99.0219C37.4211 99.417 37.3774 99.8351 37.4222 100.248C37.5128 101.126 37.9217 101.941 38.5717 102.538C39.2216 103.135 40.0677 103.473 40.9502 103.489Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
38
|
+
<path d="M42.0273 112.427C41.6121 112.42 41.2002 112.502 40.819 112.667C40.4379 112.832 40.0961 113.076 39.8163 113.383C39.5365 113.69 39.3252 114.053 39.1963 114.447C39.0673 114.842 39.0238 115.26 39.0686 115.673C39.1582 116.551 39.5668 117.366 40.217 117.963C40.8672 118.56 41.7138 118.899 42.5965 118.914H76.4038C76.819 118.921 77.2311 118.841 77.6127 118.677C77.9942 118.513 78.3364 118.269 78.6164 117.962C78.8964 117.656 79.1077 117.293 79.2364 116.898C79.3651 116.503 79.4081 116.085 79.3625 115.673C79.2729 114.794 78.8646 113.978 78.2145 113.38C77.5644 112.782 76.7177 112.443 75.8346 112.427H42.0273Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
39
|
+
<path d="M21.3063 106.721C21.4066 106.825 21.5263 106.907 21.6587 106.965C21.7911 107.022 21.9335 107.053 22.0777 107.055C22.2221 107.054 22.3649 107.024 22.4974 106.966C22.6299 106.909 22.7495 106.825 22.8492 106.721L23.8794 105.695L31.1516 98.4184C31.2549 98.318 31.3372 98.1982 31.3937 98.0657C31.4503 97.9333 31.4799 97.791 31.481 97.647C31.4793 97.5038 31.4493 97.3623 31.3928 97.2307C31.3363 97.0991 31.2543 96.98 31.1516 96.8802C31.0523 96.7755 30.9327 96.692 30.8001 96.635C30.6674 96.578 30.5246 96.5486 30.3802 96.5486C30.2358 96.5486 30.093 96.578 29.9603 96.635C29.8277 96.692 29.7081 96.7755 29.6087 96.8802L22.3506 104.138L22.0777 104.411L19.5282 101.862C19.323 101.658 19.0457 101.544 18.7568 101.544C18.4678 101.544 18.1906 101.658 17.9853 101.862C17.8827 101.962 17.8011 102.082 17.7454 102.215C17.6897 102.347 17.6609 102.489 17.6608 102.633C17.661 102.776 17.6898 102.918 17.7456 103.049C17.8013 103.181 17.8828 103.3 17.9853 103.4L21.3063 106.721Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
40
|
+
<path d="M32.5015 112.794C32.5014 112.65 32.4726 112.508 32.4169 112.375C32.3612 112.243 32.2796 112.123 32.177 112.022C32.0769 111.919 31.9571 111.836 31.8245 111.78C31.692 111.724 31.5495 111.695 31.4055 111.695C31.2615 111.695 31.119 111.724 30.9865 111.78C30.8539 111.836 30.7341 111.919 30.6341 112.022L23.5781 119.078L23.0795 119.577L20.53 117.027C20.3248 116.824 20.0475 116.71 19.7585 116.71C19.4696 116.71 19.1923 116.824 18.9871 117.027C18.8838 117.128 18.8015 117.247 18.745 117.38C18.6885 117.512 18.6589 117.655 18.6578 117.799C18.6589 117.943 18.6885 118.085 18.745 118.217C18.8015 118.35 18.8838 118.47 18.9871 118.57L22.3081 121.891C22.4083 121.995 22.5281 122.077 22.6606 122.134C22.7931 122.19 22.9355 122.22 23.0795 122.22C23.2235 122.219 23.3658 122.189 23.4982 122.133C23.6306 122.076 23.7504 121.994 23.851 121.891L24.9893 120.753L32.1534 113.589C32.2632 113.487 32.3508 113.364 32.4107 113.228C32.4706 113.091 32.5015 112.943 32.5015 112.794Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
41
|
+
</g>
|
|
42
|
+
</g>
|
|
43
|
+
<path d="M103.398 67.6231C103.398 69.3371 104.787 70.7266 106.501 70.7266H127.032C127.211 70.7266 127.39 70.7111 127.567 70.6802L130.757 70.1217C131.399 70.0094 131.988 69.6983 132.443 69.2324L138.484 63.0437C139.049 62.4646 139.366 61.6877 139.366 60.8786L139.385 38.8953C139.387 37.1802 137.997 35.7891 136.282 35.7891H106.501C104.787 35.7891 103.398 37.1786 103.398 38.8926V67.6231Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
44
|
+
<rect x="107.099" y="42.5514" width="28.5868" height="18.0981" rx="3.10358" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
45
|
+
<path d="M127.268 48.2273C127.267 48.1083 127.243 47.9906 127.197 47.8811C127.15 47.7715 127.082 47.6722 126.997 47.5889C126.914 47.5025 126.815 47.4337 126.705 47.3867C126.595 47.3397 126.476 47.3154 126.357 47.3154C126.237 47.3154 126.118 47.3397 126.008 47.3867C125.898 47.4337 125.799 47.5025 125.716 47.5889L123.968 49.3373L121.791 51.5015L119.458 53.835L117.567 51.944L117.342 51.7191C117.23 51.6067 117.09 51.5259 116.937 51.4847C116.783 51.4436 116.621 51.4436 116.468 51.4848C116.315 51.526 116.175 51.6069 116.062 51.7193C115.95 51.8318 115.869 51.9718 115.829 52.1254C115.805 52.2039 115.793 52.2853 115.792 52.3672C115.793 52.4862 115.817 52.6039 115.864 52.7135C115.91 52.823 115.978 52.9223 116.063 53.0056L117.531 54.4734L118.82 55.7623C118.903 55.8479 119.002 55.9161 119.111 55.963C119.221 56.0099 119.339 56.0346 119.458 56.0355C119.578 56.0344 119.696 56.0096 119.806 55.9627C119.916 55.9158 120.015 55.8477 120.099 55.7623L121.835 54.0236L124.35 51.5088L126.814 49.0471L126.985 48.8754C127.073 48.7917 127.143 48.6912 127.192 48.5799C127.241 48.4686 127.266 48.3488 127.268 48.2273Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
46
|
+
<path d="M139.388 61.4637C139.388 61.4637 138.732 71.0557 126.074 70.7267C126.074 70.7267 134.17 70.7843 133.704 64.415C133.704 64.415 136.97 63.761 139.388 61.4637Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
47
|
+
<path d="M103.397 35.5775C103.397 33.8634 104.787 32.4739 106.501 32.4739H136.284C137.999 32.4739 139.388 33.8634 139.388 35.5775V39.055H103.397V35.5775Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
48
|
+
<path d="M121.628 38.0145C122.068 37.9877 122.491 37.8328 122.844 37.5689C123.197 37.3049 123.465 36.9434 123.615 36.529C123.765 36.1145 123.79 35.6652 123.688 35.2365C123.586 34.8077 123.36 34.4183 123.039 34.1162C122.718 33.8141 122.316 33.6125 121.882 33.5362C121.448 33.46 121.001 33.5125 120.596 33.6872C120.192 33.8619 119.847 34.1512 119.605 34.5195C119.363 34.8878 119.233 35.3188 119.233 35.7596C119.255 36.3751 119.519 36.9572 119.967 37.3794C120.416 37.8016 121.013 38.0298 121.628 38.0145ZM122.126 34.0893C122.206 33.9691 122.55 34.0659 122.898 34.2998C123.245 34.5336 123.456 34.8242 123.375 34.9412C123.295 35.0581 122.948 34.9645 122.604 34.7307C122.26 34.4969 122.046 34.2062 122.126 34.0893Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
49
|
+
<path d="M122.604 34.7308C122.938 34.9646 123.295 35.0648 123.375 34.9412C123.456 34.8176 123.242 34.537 122.898 34.2999C122.554 34.0627 122.206 33.9658 122.126 34.0894C122.046 34.213 122.26 34.4936 122.604 34.7308Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
50
|
+
<path d="M123.745 87.046C123.745 88.7601 125.135 90.1496 126.849 90.1496H147.38C147.559 90.1496 147.738 90.1341 147.915 90.1031L151.105 89.5446C151.747 89.4324 152.336 89.1213 152.791 88.6554L158.832 82.4667C159.397 81.8876 159.714 81.1107 159.714 80.3015L159.733 58.3183C159.735 56.6032 158.345 55.212 156.63 55.212H126.849C125.135 55.212 123.745 56.6016 123.745 58.3156V87.046Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
51
|
+
<rect x="127.447" y="61.9744" width="28.5868" height="18.0981" rx="3.10358" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
52
|
+
<path d="M147.616 67.6503C147.615 67.5313 147.591 67.4136 147.544 67.304C147.498 67.1945 147.43 67.0952 147.345 67.0119C147.262 66.9254 147.163 66.8566 147.053 66.8096C146.943 66.7626 146.824 66.7384 146.704 66.7384C146.585 66.7384 146.466 66.7626 146.356 66.8096C146.246 66.8566 146.147 66.9254 146.064 67.0119L144.316 68.7602L142.139 70.9245L139.806 73.258L137.915 71.367L137.69 71.1421C137.578 71.0297 137.438 70.9488 137.285 70.9077C137.131 70.8666 136.969 70.8666 136.816 70.9078C136.663 70.9489 136.523 71.0299 136.41 71.1423C136.298 71.2548 136.217 71.3948 136.177 71.5484C136.153 71.6268 136.141 71.7083 136.14 71.7902C136.141 71.9092 136.165 72.0269 136.212 72.1364C136.258 72.246 136.326 72.3453 136.411 72.4286L137.879 73.8964L139.168 75.1853C139.251 75.2708 139.35 75.3391 139.459 75.386C139.569 75.4329 139.687 75.4575 139.806 75.4585C139.925 75.4573 140.044 75.4326 140.154 75.3857C140.263 75.3388 140.363 75.2707 140.447 75.1853L142.183 73.4466L144.698 70.9317L147.161 68.4701L147.333 68.2984C147.421 68.2146 147.491 68.1142 147.54 68.0029C147.589 67.8916 147.614 67.7717 147.616 67.6503Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
53
|
+
<path d="M159.736 80.8867C159.736 80.8867 159.08 90.4787 146.422 90.1497C146.422 90.1497 154.518 90.2073 154.052 83.8379C154.052 83.8379 157.317 83.1839 159.736 80.8867Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
54
|
+
<path d="M123.745 55.0004C123.745 53.2864 125.135 51.8969 126.849 51.8969H156.632C158.346 51.8969 159.736 53.2864 159.736 55.0004V58.478H123.745V55.0004Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
55
|
+
<path d="M141.976 57.4375C142.416 57.4107 142.839 57.2558 143.192 56.9918C143.545 56.7279 143.813 56.3664 143.963 55.9519C144.113 55.5375 144.138 55.0882 144.036 54.6595C143.934 54.2307 143.708 53.8413 143.387 53.5392C143.066 53.237 142.664 53.0354 142.23 52.9592C141.796 52.883 141.349 52.9355 140.944 53.1102C140.54 53.2849 140.195 53.5742 139.953 53.9425C139.711 54.3107 139.581 54.7418 139.581 55.1826C139.603 55.7981 139.867 56.3802 140.315 56.8024C140.764 57.2246 141.361 57.4528 141.976 57.4375ZM142.474 53.5123C142.554 53.392 142.898 53.4889 143.246 53.7228C143.593 53.9566 143.803 54.2472 143.723 54.3641C143.643 54.4811 143.296 54.3875 142.952 54.1537C142.608 53.9198 142.394 53.6292 142.474 53.5123Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
56
|
+
<path d="M142.952 54.1538C143.286 54.3876 143.643 54.4878 143.723 54.3642C143.803 54.2406 143.59 53.96 143.246 53.7228C142.902 53.4857 142.554 53.3888 142.474 53.5124C142.394 53.636 142.608 53.9166 142.952 54.1538Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
57
|
+
<defs>
|
|
58
|
+
<clipPath id="clip0_396_4982">
|
|
59
|
+
<rect width="138.736" height="69.1317" fill="var(--sapContent_Illustrative_Color8)" transform="matrix(-1 0 0 1 138.661 72.5933)"/>
|
|
60
|
+
</clipPath>
|
|
61
|
+
</defs>
|
|
62
|
+
</svg>
|
|
63
|
+
`;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-PageNotFound">
|
|
2
|
+
<rect y="53.5" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M113.41 109.447L83.8389 99.616C83.776 99.5963 83.7093 99.5885 83.6464 99.6003L41.7746 105.994C39.8933 106.21 39.7166 106.737 40.2861 107.016L69.9117 117.074C71.0664 117.467 72.2997 117.561 73.5015 117.345L111.736 110.33C113.476 110.099 113.822 109.58 113.413 109.447H113.41Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M40.2939 47.764L52.8072 97.051C53.0035 97.7619 53.6909 98.2214 54.4214 98.1272L93.8227 91.8549C96.1007 91.2775 96.7527 89.4394 96.5603 88.8581L77.2406 42.7367C76.9028 41.8059 76.294 41.4013 75.6303 41.4445L42.0888 42.9998C41.1541 43.0588 39.2767 44.4059 40.2939 47.764Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
5
|
+
<path d="M40.7731 44.8578L53.7341 95.7669C53.9305 96.4778 54.6178 96.9373 55.3483 96.8431L95.2367 90.5079C96.1675 90.3862 96.7527 89.4396 96.4425 88.552L81.4195 41.2248C81.1996 40.6003 80.5908 40.1958 79.931 40.235L42.1046 42.9883C41.1698 43.0472 40.5218 43.9505 40.7731 44.8578Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
6
|
+
<path d="M55.2619 53.1682L70.5794 108.751C70.7994 109.552 71.577 110.071 72.4057 109.965L117.168 101.811C119.741 101.159 120.475 99.0853 120.126 98.0838L97.1416 47.1276C96.8941 46.4206 96.2068 45.965 95.4606 46.0121L57.2846 47.7913C56.2281 47.8581 54.1072 49.3781 55.258 53.1721L55.2619 53.1682Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
7
|
+
<path d="M55.8 49.8842L71.6242 107.301C71.8441 108.103 72.6218 108.621 73.4505 108.515L118.763 100.291C119.815 100.153 120.475 99.0849 120.126 98.0833L101.863 45.4147C101.615 44.7077 100.928 44.2521 100.182 44.2992L57.3043 47.7751C56.2478 47.8419 55.5172 48.8631 55.8 49.8842Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path d="M75.9542 105.344C75.7707 105.344 75.6067 105.211 75.5716 105.024C75.5325 104.813 75.6731 104.606 75.8839 104.567L78.1876 104.137C78.4023 104.098 78.6053 104.239 78.6444 104.45C78.6834 104.661 78.5429 104.867 78.332 104.907L76.0284 105.336C76.005 105.34 75.9815 105.344 75.9581 105.344H75.9542ZM73.8536 104.797C73.7286 104.797 73.6037 104.735 73.5295 104.622C73.4163 104.454 73.3343 104.27 73.2796 104.075L72.7837 102.279C72.7252 102.072 72.8501 101.857 73.0571 101.799C73.264 101.74 73.4787 101.865 73.5373 102.072L74.0332 103.868C74.0644 103.985 74.1152 104.094 74.1816 104.192C74.3026 104.372 74.2518 104.614 74.0722 104.735C74.0059 104.778 73.9317 104.801 73.8575 104.801L73.8536 104.797ZM80.5576 104.481C80.3741 104.481 80.2101 104.348 80.1749 104.161C80.1359 103.95 80.2765 103.743 80.4873 103.704L82.791 103.274C83.0057 103.235 83.2087 103.376 83.2478 103.587C83.2868 103.798 83.1463 104.005 82.9354 104.044L80.6318 104.473C80.6083 104.477 80.5849 104.481 80.5615 104.481H80.5576ZM85.1649 103.622C84.9814 103.622 84.8174 103.489 84.7823 103.302C84.7432 103.091 84.8838 102.884 85.0946 102.845L87.3983 102.415C87.613 102.376 87.816 102.517 87.8551 102.728C87.8941 102.939 87.7536 103.146 87.5427 103.185L85.2391 103.614C85.2156 103.618 85.1922 103.622 85.1688 103.622H85.1649ZM89.7722 102.763C89.5887 102.763 89.4247 102.63 89.3895 102.443C89.3505 102.232 89.4911 102.025 89.7019 101.986L92.0056 101.556C92.2203 101.521 92.4233 101.658 92.4624 101.869C92.5014 102.08 92.3609 102.287 92.15 102.326L89.8464 102.755C89.8229 102.759 89.7995 102.763 89.7761 102.763H89.7722ZM94.3756 101.904C94.1921 101.904 94.0281 101.771 93.9929 101.584C93.9539 101.373 94.0945 101.166 94.3053 101.127L96.6089 100.697C96.8198 100.662 97.0267 100.799 97.0658 101.01C97.1048 101.221 96.9643 101.428 96.7534 101.467L94.4498 101.896C94.4263 101.9 94.4029 101.904 94.3795 101.904H94.3756ZM98.9829 101.045C98.7994 101.045 98.6354 100.912 98.6002 100.725C98.5612 100.514 98.7018 100.307 98.9126 100.268L101.216 99.8385C101.431 99.8034 101.634 99.94 101.673 100.151C101.712 100.362 101.572 100.569 101.361 100.608L99.0571 101.037C99.0336 101.041 99.0102 101.045 98.9868 101.045H98.9829ZM72.5378 100.307C72.366 100.307 72.2098 100.194 72.1629 100.022L71.5421 97.7613C71.4836 97.5544 71.6085 97.3396 71.8154 97.2811C72.0224 97.2225 72.2371 97.3474 72.2957 97.5544L72.9165 99.8151C72.9751 100.022 72.8501 100.237 72.6432 100.295C72.608 100.303 72.5729 100.311 72.5378 100.311V100.307ZM103.586 100.182C103.403 100.182 103.239 100.049 103.204 99.8619C103.165 99.6511 103.305 99.4442 103.516 99.4051L105.82 98.9756C106.034 98.9405 106.237 99.0771 106.276 99.288C106.316 99.4988 106.175 99.7058 105.964 99.7448L103.66 100.174C103.637 100.178 103.614 100.182 103.59 100.182H103.586ZM108.194 99.3231C108.01 99.3231 107.846 99.1904 107.811 99.0029C107.772 98.7921 107.912 98.5852 108.123 98.5461L110.427 98.1166C110.642 98.0815 110.845 98.2181 110.884 98.429C110.923 98.6398 110.782 98.8468 110.571 98.8858L108.268 99.3153C108.244 99.3192 108.221 99.3231 108.197 99.3231H108.194ZM112.801 98.4641C112.617 98.4641 112.453 98.3314 112.418 98.144C112.379 97.9331 112.52 97.7262 112.731 97.6871L115.034 97.2576C115.249 97.2225 115.452 97.3592 115.491 97.57C115.53 97.7808 115.39 97.9878 115.179 98.0268L112.875 98.4563C112.852 98.4602 112.828 98.4641 112.805 98.4641H112.801ZM116.545 96.4728C116.334 96.4728 116.159 96.3049 116.155 96.0902C116.155 95.9731 116.131 95.8559 116.092 95.7427L115.479 93.9779C115.409 93.7748 115.514 93.5523 115.721 93.482C115.924 93.4078 116.147 93.5171 116.217 93.7241L116.83 95.4889C116.897 95.6802 116.932 95.8755 116.936 96.0746C116.94 96.2893 116.772 96.4689 116.553 96.4728H116.545ZM71.2961 95.7896C71.1243 95.7896 70.9682 95.6763 70.9213 95.5045L70.3005 93.2438C70.2419 93.0369 70.3669 92.8221 70.5738 92.7636C70.7807 92.705 70.9955 92.8299 71.0541 93.0369L71.6749 95.2976C71.7334 95.5045 71.6085 95.7193 71.4016 95.7778C71.3664 95.7857 71.3313 95.7935 71.2961 95.7935V95.7896ZM115.077 92.0295C114.917 92.0295 114.765 91.928 114.71 91.7679L113.941 89.5541C113.871 89.351 113.976 89.1285 114.183 89.0582C114.386 88.9879 114.609 89.0934 114.679 89.3003L115.448 91.5141C115.518 91.7172 115.413 91.9397 115.206 92.01C115.163 92.0256 115.12 92.0334 115.077 92.0334V92.0295ZM70.0506 91.2721C69.8788 91.2721 69.7226 91.1588 69.6758 90.987L69.055 88.7302C68.9964 88.5233 69.1213 88.3086 69.3283 88.25C69.5352 88.1914 69.75 88.3164 69.8085 88.5233L70.4293 90.7801C70.4879 90.987 70.363 91.2018 70.156 91.2603C70.1209 91.2682 70.0857 91.276 70.0506 91.276V91.2721ZM113.539 87.6057C113.379 87.6057 113.226 87.5042 113.172 87.3441L112.403 85.1303C112.332 84.9273 112.438 84.7047 112.645 84.6344C112.848 84.5602 113.07 84.6696 113.141 84.8765L113.91 87.0903C113.98 87.2934 113.875 87.5159 113.668 87.5862C113.625 87.6018 113.582 87.6096 113.539 87.6096V87.6057ZM68.809 86.7546C68.6372 86.7546 68.481 86.6413 68.4341 86.4695L67.8133 84.2127C67.7548 84.0058 67.8797 83.7911 68.0866 83.7325C68.2936 83.6739 68.5083 83.7989 68.5669 84.0058L69.1877 86.2626C69.2463 86.4695 69.1213 86.6843 68.9144 86.7429C68.8793 86.7507 68.8441 86.7585 68.809 86.7585V86.7546ZM112 83.178C111.84 83.178 111.688 83.0765 111.633 82.9164L110.864 80.7026C110.794 80.4996 110.899 80.277 111.106 80.2067C111.309 80.1365 111.532 80.2419 111.602 80.4488L112.371 82.6627C112.442 82.8657 112.336 83.0882 112.129 83.1585C112.086 83.1741 112.043 83.182 112 83.182V83.178ZM67.5634 82.2371C67.3916 82.2371 67.2355 82.1238 67.1886 81.952L66.5678 79.6913C66.5092 79.4844 66.6342 79.2697 66.8411 79.2111C67.0481 79.1525 67.2628 79.2775 67.3214 79.4844L67.9422 81.7451C68.0007 81.952 67.8758 82.1668 67.6689 82.2254C67.6337 82.2332 67.5986 82.241 67.5634 82.241V82.2371ZM110.466 78.7543C110.306 78.7543 110.154 78.6527 110.099 78.4927L109.33 76.2788C109.259 76.0758 109.365 75.8532 109.572 75.7829C109.775 75.7127 109.997 75.8181 110.068 76.025L110.837 78.2389C110.907 78.4419 110.802 78.6645 110.595 78.7347C110.552 78.7504 110.509 78.7582 110.466 78.7582V78.7543ZM66.3218 77.7196C66.15 77.7196 65.9938 77.6063 65.947 77.4345L65.3262 75.1738C65.2676 74.9669 65.3925 74.7522 65.5995 74.6936C65.8064 74.635 66.0212 74.76 66.0797 74.9669L66.7006 77.2276C66.7591 77.4345 66.6342 77.6493 66.4272 77.7079C66.3921 77.7157 66.357 77.7235 66.3218 77.7235V77.7196ZM108.928 74.3266C108.768 74.3266 108.615 74.2251 108.561 74.065L107.791 71.8511C107.721 71.6481 107.827 71.4255 108.033 71.3553C108.237 71.285 108.459 71.3904 108.529 71.5973L109.299 73.8112C109.369 74.0142 109.263 74.2368 109.056 74.307C109.014 74.3227 108.971 74.3305 108.928 74.3305V74.3266ZM65.0763 73.2021C64.9045 73.2021 64.7483 73.0888 64.7015 72.917L64.0806 70.6563C64.0221 70.4494 64.147 70.2347 64.354 70.1761C64.5609 70.1175 64.7756 70.2425 64.8342 70.4494L65.455 72.7101C65.5136 72.917 65.3886 73.1318 65.1817 73.1904C65.1466 73.1982 65.1114 73.206 65.0763 73.206V73.2021ZM107.389 69.9028C107.229 69.9028 107.077 69.8013 107.022 69.6412L106.253 67.4273C106.183 67.2243 106.288 67.0017 106.495 66.9315C106.698 66.8612 106.921 66.9666 106.991 67.1735L107.76 69.3874C107.83 69.5904 107.725 69.813 107.518 69.8833C107.475 69.8989 107.432 69.9067 107.389 69.9067V69.9028ZM63.8347 68.6846C63.6629 68.6846 63.5067 68.5714 63.4598 68.3996L62.839 66.1428C62.7804 65.9358 62.9054 65.7211 63.1123 65.6625C63.3193 65.6039 63.534 65.7289 63.5926 65.9358L64.2134 68.1926C64.272 68.3996 64.147 68.6143 63.9401 68.6729C63.9049 68.6807 63.8698 68.6885 63.8347 68.6885V68.6846ZM105.851 65.4751C105.691 65.4751 105.539 65.3736 105.484 65.2135L104.715 62.9996C104.644 62.7966 104.75 62.5741 104.957 62.5038C105.16 62.4335 105.382 62.5389 105.453 62.7459L106.222 64.9597C106.292 65.1627 106.187 65.3853 105.98 65.4556C105.937 65.4712 105.894 65.479 105.851 65.479V65.4751ZM62.5891 64.1671C62.4173 64.1671 62.2611 64.0539 62.2143 63.8821L61.5935 61.6214C61.5349 61.4144 61.6599 61.1997 61.8668 61.1411C62.0737 61.0825 62.2885 61.2075 62.347 61.4144L62.9679 63.6751C63.0264 63.8821 62.9015 64.0968 62.6945 64.1554C62.6594 64.1632 62.6243 64.171 62.5891 64.171V64.1671ZM104.313 61.0474C104.152 61.0474 104 60.9459 103.945 60.7858L103.176 58.572C103.106 58.3689 103.211 58.1464 103.418 58.0761C103.621 58.0058 103.844 58.1112 103.914 58.3182L104.683 60.532C104.754 60.735 104.648 60.9576 104.441 61.0279C104.398 61.0435 104.355 61.0513 104.313 61.0513V61.0474ZM61.3475 59.6496C61.1757 59.6496 61.0195 59.5364 60.9727 59.3646L60.3519 57.1039C60.2933 56.8969 60.4182 56.6822 60.6252 56.6236C60.8321 56.565 61.0469 56.69 61.1054 56.8969L61.7262 59.1576C61.7848 59.3646 61.6599 59.5793 61.4529 59.6379C61.4178 59.6457 61.3826 59.6535 61.3475 59.6535V59.6496ZM102.774 56.6236C102.614 56.6236 102.462 56.5221 102.407 56.362L101.638 54.1482C101.568 53.9451 101.673 53.7226 101.88 53.6523C102.083 53.582 102.306 53.6874 102.376 53.8944L103.145 56.1082C103.215 56.3113 103.11 56.5338 102.903 56.6041C102.86 56.6197 102.817 56.6275 102.774 56.6275V56.6236ZM60.102 55.1321C59.9302 55.1321 59.774 55.0189 59.7271 54.8471L59.1063 52.5864C59.0478 52.3794 59.1727 52.1647 59.3796 52.1061C59.5866 52.0475 59.8013 52.1725 59.8599 52.3794L60.4807 54.6401C60.5393 54.8471 60.4143 55.0618 60.2074 55.1204C60.1722 55.1282 60.1371 55.136 60.102 55.136V55.1321ZM101.24 52.1959C101.08 52.1959 100.927 52.0944 100.873 51.9343L100.103 49.7205C100.033 49.5174 100.139 49.2949 100.346 49.2246C100.549 49.1543 100.771 49.2597 100.841 49.4667L101.611 51.6805C101.681 51.8836 101.575 52.1061 101.369 52.1764C101.326 52.192 101.283 52.1998 101.24 52.1998V52.1959ZM59.8286 51.4424C59.7349 51.4424 59.6373 51.4072 59.5631 51.3408C59.4031 51.1964 59.3953 50.9465 59.5397 50.7903C59.8755 50.4272 60.3284 50.2124 60.8243 50.1812L61.9956 50.0836C62.2182 50.0641 62.3978 50.2242 62.4173 50.4389C62.4368 50.6536 62.2768 50.8411 62.062 50.8606L60.8829 50.9582C60.5822 50.9777 60.3128 51.1066 60.1176 51.3213C60.0395 51.4033 59.9341 51.4463 59.8286 51.4463V51.4424ZM64.3618 50.6654C64.1626 50.6654 63.9908 50.5131 63.9713 50.3061C63.9518 50.0914 64.1119 49.904 64.3266 49.8845L66.6615 49.6892C66.8763 49.6619 67.0637 49.8298 67.0832 50.0445C67.1027 50.2593 66.9426 50.4467 66.7279 50.4662L64.393 50.6615C64.393 50.6615 64.3696 50.6615 64.3618 50.6615V50.6654ZM69.0315 50.2749C68.8324 50.2749 68.6606 50.1226 68.6411 49.9157C68.6216 49.7009 68.7816 49.5135 68.9964 49.494L71.3313 49.2988C71.5499 49.2754 71.7334 49.4393 71.753 49.6541C71.7725 49.8688 71.6124 50.0563 71.3977 50.0758L69.0628 50.271C69.0628 50.271 69.0393 50.271 69.0315 50.271V50.2749ZM73.7013 49.8884C73.5022 49.8884 73.3304 49.7361 73.3109 49.5292C73.2913 49.3144 73.4514 49.127 73.6662 49.1075L76.001 48.9122C76.2197 48.8927 76.4032 49.0528 76.4227 49.2676C76.4423 49.4823 76.2822 49.6697 76.0674 49.6892L73.7325 49.8845C73.7325 49.8845 73.7091 49.8845 73.7013 49.8845V49.8884ZM78.3711 49.4979C78.1719 49.4979 78.0001 49.3456 77.9806 49.1387C77.9611 48.924 78.1212 48.7365 78.3359 48.717L80.6708 48.5218C80.8895 48.4984 81.073 48.6624 81.0925 48.8771C81.112 49.0918 80.9519 49.2793 80.7372 49.2988L78.4023 49.494C78.4023 49.494 78.3789 49.494 78.3711 49.494V49.4979ZM83.0408 49.1114C82.8417 49.1114 82.6699 48.9591 82.6504 48.7522C82.6309 48.5374 82.791 48.35 83.0057 48.3305L85.3406 48.1352C85.5631 48.1157 85.7428 48.2758 85.7623 48.4906C85.7818 48.7053 85.6217 48.8927 85.407 48.9122L83.0721 49.1075C83.0721 49.1075 83.0487 49.1075 83.0408 49.1075V49.1114ZM87.7106 48.7248C87.5115 48.7248 87.3397 48.5726 87.3202 48.3656C87.3006 48.1509 87.4607 47.9635 87.6755 47.9439L90.0104 47.7487C90.2251 47.7214 90.4125 47.8893 90.432 48.104C90.4516 48.3188 90.2915 48.5062 90.0767 48.5257L87.7419 48.7209C87.7419 48.7209 87.7184 48.7209 87.7106 48.7209V48.7248ZM92.3765 48.3344C92.1774 48.3344 92.0056 48.1821 91.986 47.9752C91.9665 47.7604 92.1266 47.573 92.3413 47.5535L94.6762 47.3583C94.8949 47.3348 95.0784 47.4988 95.0979 47.7136C95.1174 47.9283 94.9574 48.1157 94.7426 48.1352L92.4077 48.3305C92.4077 48.3305 92.3843 48.3305 92.3765 48.3305V48.3344ZM99.3538 47.9986C99.2913 47.9986 99.2289 47.983 99.1703 47.9517C99.0063 47.8658 98.8228 47.819 98.6393 47.819H98.5612L97.0814 47.9439C96.8627 47.9635 96.6792 47.8034 96.6597 47.5886C96.6402 47.3739 96.8003 47.1865 97.015 47.1669L98.5104 47.042C98.5612 47.042 98.6002 47.0381 98.6393 47.0381C98.9516 47.0381 99.264 47.1162 99.5412 47.2645C99.7325 47.3661 99.8028 47.6042 99.7013 47.7917C99.631 47.9244 99.4944 47.9986 99.3577 47.9986H99.3538Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
9
|
+
<path d="M85.5081 63.1477C80.1469 63.7329 76.9421 68.3949 78.4817 73.6304C80.0488 78.9562 85.8616 82.6756 91.3327 81.8626C96.6859 81.0692 99.5609 76.2383 97.8917 71.1364C96.246 66.1209 90.7592 62.5743 85.5081 63.1477ZM90.6453 77.9743C90.5079 78.1981 90.2879 78.3317 89.9776 78.3749C89.6674 78.4181 89.3728 78.3592 89.1136 78.1903C88.8544 78.0214 88.6737 77.7857 88.5794 77.4794C88.4852 77.173 88.5127 76.9256 88.6541 76.7017C88.7954 76.4818 89.0233 76.3482 89.3375 76.305C89.6517 76.2618 89.9266 76.3247 90.1858 76.4936C90.4411 76.6625 90.6178 76.8903 90.7082 77.1848C90.7985 77.4794 90.7828 77.7543 90.6493 77.9782L90.6453 77.9743ZM91.6626 70.6336C91.5958 71.046 91.4662 71.3995 91.2698 71.6941C91.0734 71.9887 90.8064 72.3186 90.4725 72.6838C90.2094 72.9902 90.0169 73.2415 89.8873 73.434C89.7577 73.6264 89.6674 73.8582 89.6163 74.1252C89.5653 74.3923 89.5888 74.6947 89.687 75.0325L88.1985 75.2328C88.0531 74.7262 88.0139 74.2823 88.0767 73.8974C88.1395 73.5125 88.2574 73.1905 88.4263 72.9234C88.5951 72.6563 88.8387 72.3539 89.1489 72.0083C89.2707 71.8669 89.3257 71.8041 89.3178 71.8158C89.5495 71.5605 89.7302 71.3288 89.8598 71.1207C89.9894 70.9125 90.0758 70.6729 90.1112 70.4019C90.1505 70.1309 90.1112 69.8246 90.0051 69.4789C89.8755 69.0705 89.6595 68.7248 89.3571 68.4499C89.0547 68.175 88.7012 67.9786 88.3006 67.8647C87.9 67.7508 87.4836 67.7194 87.0595 67.7704C86.3879 67.849 85.8773 68.065 85.5277 68.4185C85.1782 68.772 84.915 69.259 84.7383 69.8795L83.2537 69.314C83.4068 68.5442 83.7642 67.9079 84.3298 67.4052C84.8914 66.9025 85.6613 66.5961 86.6392 66.4822C87.4051 66.3919 88.1199 66.4429 88.7837 66.6354C89.4474 66.8278 90.0169 67.146 90.4882 67.5898C90.9635 68.0375 91.3012 68.5795 91.5055 69.2276C91.6704 69.7499 91.7215 70.2173 91.6547 70.6297L91.6626 70.6336Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M100.467 36.9998L100.467 42.5098L99.4819 42.5098L99.4819 36.9998L100.467 36.9998Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M106.119 39.0195L102.84 43.4536L102.047 42.8701L105.326 38.4361L106.119 39.0195Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M109.171 44.6082L103.796 45.8817L103.566 44.9238L108.941 43.6503L109.171 44.6082Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
</svg>`;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-ReceiveAppreciation">
|
|
2
|
+
<rect y="54" width="160" height="69" rx="12" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M51.3324 69.6761L51.3619 69.7138C51.4881 69.9481 51.7584 70.3789 52.2253 70.8262L53.0035 71.8289C53.3115 72.5055 53.6048 73.1739 53.8456 73.7309C54.211 74.5747 54.383 76.4243 54.9498 77.9168C54.958 77.9398 54.9695 77.966 54.981 77.9938C55.0219 78.0839 55.0793 78.1986 55.1497 78.3329C55.171 78.3723 55.1923 78.4132 55.2152 78.4558C55.8493 79.637 57.2582 82.0961 57.0141 84.3177L56.8863 84.8288L55.0842 92.0685C54.3944 91.8064 53.6294 92.1668 53.3885 92.8615L43 122.969H59.198C61.6554 114.353 64.7338 103.157 65.8872 98.9478C65.915 98.8479 65.9413 98.7528 65.9658 98.6611C65.9675 98.6545 65.9691 98.648 65.9707 98.6414C66.223 97.7223 65.8561 96.7443 65.0598 96.2233C64.9681 96.1627 64.8714 96.1021 64.7715 96.0414C64.3177 95.7695 64.0605 95.2632 64.1047 94.7357C64.1047 94.7193 64.108 94.7029 64.1096 94.6866C64.2489 93.0761 66.5114 92.8205 66.9947 94.3622C66.9996 94.3769 67.0029 94.39 67.0078 94.4048C67.0225 94.4506 67.0356 94.4949 67.0488 94.5391C67.075 94.6276 67.1028 94.716 67.1274 94.8029C67.3977 95.7318 67.5779 96.5575 67.691 97.167C67.4141 97.3062 67.2748 97.624 67.3617 97.9222L67.6451 98.897C67.9695 100.016 67.9515 101.182 67.8712 102.344C67.8712 102.362 67.8712 102.378 67.8712 102.395C67.9171 102.773 68.2726 103.858 68.8345 105.408C68.846 105.437 68.8558 105.467 68.8673 105.498C68.9394 105.694 69.0147 105.899 69.0917 106.11C69.1032 106.14 69.1147 106.171 69.1245 106.201C69.1736 106.333 69.2244 106.471 69.2769 106.609C69.2883 106.638 69.2998 106.669 69.3113 106.699C69.5242 107.267 69.7552 107.878 70.0026 108.522C70.0141 108.552 70.0256 108.583 70.037 108.614C70.0993 108.778 70.1632 108.945 70.2287 109.114C71.7884 113.163 73.8805 118.38 75.7433 122.97H91.7741C87.798 114.571 82.5078 103.535 80.0438 98.2826C80.0193 98.2286 79.9947 98.1762 79.9701 98.1237C79.9554 98.091 79.939 98.0566 79.9242 98.0254C79.8472 97.8616 79.7735 97.7043 79.7031 97.552C79.69 97.5241 79.6769 97.4979 79.6654 97.47C79.6441 97.4225 79.6211 97.3767 79.5998 97.3308C79.5851 97.298 79.5704 97.2669 79.5556 97.2358C79.536 97.1932 79.5163 97.1506 79.4966 97.1096C79.4852 97.0834 79.4737 97.0588 79.4622 97.0343C79.4409 96.9884 79.4213 96.9441 79.4 96.9016C79.3885 96.877 79.377 96.8524 79.3672 96.8295C79.3492 96.7885 79.3312 96.7508 79.3131 96.7115C79.3017 96.6869 79.2902 96.6624 79.2787 96.6378C79.2591 96.5968 79.2411 96.5559 79.223 96.5165C79.2148 96.4985 79.205 96.4789 79.1968 96.4608C79.1706 96.4035 79.146 96.3494 79.1215 96.2954C79.1215 96.2954 79.1215 96.2954 79.1215 96.2937C79.0969 96.2413 79.074 96.1889 79.051 96.1397C79.0445 96.125 79.0379 96.1119 79.0314 96.0971C79.015 96.0611 79.0002 96.0267 78.9838 95.9939C78.9773 95.9808 78.9724 95.9677 78.9658 95.953C78.9511 95.9218 78.938 95.8907 78.9249 95.8612C78.9183 95.8481 78.9134 95.835 78.9068 95.8219C78.8937 95.7924 78.8806 95.7646 78.8692 95.7367C78.8642 95.7269 78.8593 95.7154 78.8561 95.7056C78.8429 95.6777 78.8315 95.6499 78.82 95.6237C78.8167 95.6155 78.8135 95.6089 78.8102 95.6007C78.7971 95.5712 78.7856 95.545 78.7741 95.5188C78.7741 95.5155 78.7709 95.5123 78.7709 95.5106C78.7578 95.4811 78.7479 95.4549 78.7365 95.4304C78.5087 95.5467 78.2302 95.4566 78.1139 95.2288L76.646 92.3733C76.5378 92.1636 76.2724 92.0915 76.0726 92.2209L76.066 92.2258L73.2022 84.9976C72.5666 82.4123 74.2311 79.1177 74.413 78.3379C74.7799 76.7716 74.7095 74.9138 74.9618 74.0225C75.1289 73.4328 75.332 72.725 75.5483 72.0074L76.9228 69.6139C77.1047 69.2977 77.0441 68.8996 76.8147 68.662C76.8131 68.6604 76.8114 68.6587 76.8098 68.6554C76.7918 68.6374 76.7721 68.6194 76.7525 68.603C76.7476 68.5997 76.7443 68.5965 76.7394 68.5932C76.7213 68.5784 76.7 68.5653 76.6804 68.5539C76.6738 68.5506 76.6689 68.5473 76.664 68.5424C76.6378 68.5277 76.6116 68.5145 76.5837 68.5031C76.2397 68.3687 75.7793 68.2983 75.2141 68.4605C75.1584 68.4769 75.0994 68.4949 75.0421 68.5162C74.9503 68.549 74.8553 68.5899 74.757 68.6358C74.5457 68.7357 74.3229 68.8668 74.0902 69.0388C74.0869 69.0404 74.0853 69.0437 74.082 69.0454C74.023 69.0896 73.9657 69.1338 73.91 69.1813C73.8903 69.1994 73.8707 69.2174 73.8494 69.2354C73.8117 69.2698 73.7724 69.3026 73.7363 69.337C73.7134 69.3583 73.6921 69.3812 73.6708 69.4025C73.638 69.4353 73.6036 69.4697 73.5709 69.5041C73.5479 69.5287 73.5266 69.5532 73.5053 69.5778C73.4742 69.6122 73.4447 69.6466 73.4136 69.681C73.3923 69.7072 73.371 69.7335 73.3513 69.7597C73.3218 69.7957 73.294 69.8318 73.2661 69.8678C73.2448 69.8956 73.2252 69.9235 73.2055 69.9513C73.1777 69.989 73.1515 70.0267 73.1252 70.0644C73.1056 70.0922 73.0876 70.1217 73.0679 70.1496C73.0417 70.1889 73.0155 70.2282 72.9909 70.2675C72.9729 70.297 72.9549 70.3265 72.9368 70.3544C72.9123 70.3953 72.8877 70.4347 72.8631 70.4772C72.8467 70.5067 72.8304 70.5362 72.814 70.5657C72.791 70.6083 72.7665 70.6493 72.7452 70.6919C72.7288 70.7214 72.714 70.7508 72.6993 70.7803C72.6764 70.8229 72.6551 70.8672 72.6338 70.9098C72.619 70.9392 72.6059 70.9687 72.5912 70.9982C72.5699 71.0425 72.5486 71.0867 72.5289 71.1309C72.5158 71.1604 72.5027 71.1899 72.4896 71.2194C72.4699 71.2636 72.4503 71.3095 72.4306 71.3537C72.4175 71.3832 72.406 71.4127 72.3946 71.4406C72.3749 71.4864 72.3569 71.5307 72.3389 71.5766C72.3274 71.6044 73.4922 64.2582 73.2514 63.113C73.045 62.1284 72.3192 61.904 71.8834 62.1169C71.849 62.1333 71.8162 62.153 71.7851 62.1759C71.7851 62.1759 71.7818 62.1776 71.7802 62.1792C71.7491 62.2021 71.7196 62.2267 71.695 62.2562C71.6835 62.2693 71.6704 62.2873 71.6557 62.3103C71.6557 62.3135 71.6524 62.3152 71.6508 62.3168C71.6377 62.3381 71.6229 62.3643 71.6082 62.3938C71.6049 62.3987 71.6033 62.4037 71.6 62.4086C71.5852 62.4381 71.5689 62.4725 71.5525 62.5085C71.5492 62.5151 71.5459 62.5232 71.5426 62.5298C71.5263 62.5675 71.5082 62.6084 71.4902 62.6527C71.4869 62.6609 71.4837 62.6691 71.4804 62.6772C71.4624 62.7231 71.4427 62.7723 71.4214 62.8247C71.4181 62.8313 71.4165 62.8378 71.4132 62.8444C71.3936 62.8984 71.3723 62.9541 71.3493 63.0147C71.3493 63.018 71.346 63.0213 71.346 63.0246C71.3231 63.0852 71.3002 63.1507 71.2772 63.2179C71.274 63.2277 71.2707 63.2376 71.2674 63.2474C71.2445 63.3129 71.2215 63.3801 71.197 63.4505C71.192 63.4636 71.1871 63.4767 71.1839 63.4915C71.1609 63.5619 71.1363 63.634 71.1118 63.7077C71.1068 63.7225 71.1019 63.7372 71.097 63.7536C71.0724 63.829 71.0462 63.9076 71.0217 63.9863C71.0167 64.001 71.0118 64.0141 71.0086 64.0289C70.9823 64.1108 70.9545 64.196 70.9283 64.2812C70.925 64.291 70.9217 64.3025 70.9184 64.3123C70.8906 64.3991 70.8627 64.4876 70.8349 64.5793C70.8333 64.5859 70.83 64.5924 70.8283 64.599C70.7988 64.6924 70.7694 64.7874 70.7399 64.8841C70.735 64.8972 70.7317 64.9119 70.7268 64.925C70.6989 65.0184 70.6694 65.1118 70.6416 65.2068C70.635 65.2265 70.6301 65.2461 70.6235 65.2658C70.5957 65.3608 70.5662 65.4558 70.5367 65.5525C70.5318 65.5705 70.5252 65.5885 70.5203 65.6065C70.4908 65.7065 70.4614 65.8064 70.4302 65.9096C70.4269 65.9227 70.422 65.9375 70.4188 65.9506C70.3876 66.0571 70.3565 66.1636 70.3237 66.2717C70.3221 66.2783 70.3205 66.2848 70.3188 66.2914C70.2861 66.4011 70.2549 66.5125 70.2222 66.6239C70.2222 66.6289 70.2189 66.6338 70.2172 66.6403C70.1845 66.7517 70.1534 66.8631 70.1206 66.9745C70.1173 66.9876 70.114 66.9991 70.1091 67.0122C70.078 67.122 70.0452 67.2318 70.0141 67.3432C70.0108 67.3563 70.0075 67.3694 70.0026 67.3808C69.9715 67.4922 69.9387 67.6036 69.9076 67.7151C69.9043 67.7249 69.9011 67.7364 69.8994 67.7462C69.8666 67.8609 69.8339 67.9755 69.8028 68.0902C69.8028 68.0935 69.8011 68.0968 69.7995 68.1001C69.6209 68.7308 69.4489 69.3501 69.2916 69.9202C69.2212 70.1758 68.8689 70.1922 68.7723 69.9464L68.769 69.9382C68.8493 69.3435 68.9557 68.6538 69.0934 67.8723C69.3539 66.4044 69.729 64.6088 70.2729 62.4839C70.5072 61.5681 70.7202 60.6425 70.866 59.7037C70.8791 59.6234 70.8906 59.5415 70.9037 59.458C70.9119 59.4039 70.9201 59.3482 70.9283 59.2925C70.9332 59.2646 70.9365 59.2352 70.9397 59.2073C70.9496 59.1385 70.9578 59.0681 70.9676 58.9992C70.9676 58.9878 70.9709 58.9779 70.9709 58.9665C71.0413 58.3947 71.0724 57.8 70.9643 57.2659C70.8857 56.8793 70.6891 56.5041 70.3713 56.319C70.1583 56.1945 69.9109 56.165 69.67 56.1388H69.6668C69.5881 56.1306 69.5062 56.1207 69.4292 56.1437C69.4079 56.1502 69.3883 56.1568 69.3702 56.1666C69.3686 56.1666 69.367 56.1699 69.3637 56.1699C69.3096 56.1977 69.2605 56.2403 69.2195 56.2911C69.1884 56.3272 69.1622 56.3681 69.136 56.4091C69.136 56.4091 68.6625 57.1496 68.5167 57.8016C68.3447 58.2767 68.515 57.6329 68.6805 56.681C68.6903 56.6221 68.7002 56.5598 68.71 56.4992C68.7133 56.4795 68.7166 56.4599 68.7182 56.4402C68.7247 56.3976 68.7313 56.3534 68.7362 56.3091C68.7395 56.2846 68.7428 56.26 68.746 56.2354C68.7526 56.1781 68.7592 56.1207 68.7657 56.0618C68.769 56.0257 68.7723 55.988 68.7755 55.9503C68.7772 55.9258 68.7788 55.8996 68.7804 55.875C68.7837 55.8324 68.7854 55.7882 68.7886 55.7456C68.7886 55.7325 68.7886 55.7193 68.7886 55.7062C68.7936 55.5588 68.7968 55.4113 68.7854 55.2655V55.2393C68.7592 54.8576 68.6789 54.4923 68.5069 54.1908C68.3529 53.9205 68.1284 53.7009 67.8024 53.5699C67.668 53.5158 67.5239 53.4847 67.383 53.5076C66.9455 53.5813 66.608 54.0974 66.3525 54.6479C66.2771 54.779 66.205 54.933 66.1575 55.1066C66.0674 55.336 65.992 55.5506 65.9298 55.721C65.9282 55.7259 65.9249 55.7325 65.9232 55.739C65.8577 55.9159 65.7938 56.0962 65.7332 56.2747C65.6808 56.4255 65.6316 56.5762 65.5825 56.7269C65.5825 56.7269 65.5825 56.7285 65.5825 56.7302C65.5923 56.6778 65.6021 56.627 65.6103 56.5745C65.6136 56.5516 65.6185 56.5287 65.6218 56.5074C65.63 56.4615 65.6365 56.4156 65.6414 56.3714C65.6447 56.3452 65.648 56.3206 65.6513 56.2944C65.6562 56.2518 65.6611 56.2108 65.6644 56.1699C65.666 56.1437 65.6677 56.1191 65.6693 56.0945C65.6726 56.0552 65.6742 56.0175 65.6759 55.9798C65.6759 55.9553 65.6759 55.9323 65.6759 55.9078C65.6759 55.8471 65.6759 55.7882 65.6693 55.7325C65.6677 55.7046 65.666 55.6751 65.6627 55.6489C65.6595 55.6227 65.6546 55.5965 65.6513 55.5719C65.6464 55.5457 65.6414 55.5195 65.6365 55.4933C65.6316 55.4703 65.6251 55.4474 65.6185 55.4244C65.6103 55.3982 65.6021 55.3737 65.5939 55.3507C65.5857 55.3311 65.5792 55.3114 65.571 55.2917C65.5579 55.2639 65.5448 55.2377 65.53 55.2131C65.5218 55.2 65.5153 55.1853 65.5071 55.1738C65.4842 55.1377 65.4563 55.105 65.4268 55.0739C65.417 55.064 65.4055 55.0542 65.3941 55.0444C65.3728 55.0231 65.3498 55.0034 65.3253 54.9854C65.3121 54.9756 65.2958 54.9657 65.2827 54.9575C65.2581 54.9411 65.2319 54.9264 65.204 54.9133C65.1876 54.9051 65.1713 54.8969 65.1549 54.8904C65.1237 54.8773 65.091 54.8658 65.0566 54.856C65.0402 54.851 65.0254 54.8461 65.0091 54.8412C64.9566 54.8281 64.9026 54.8166 64.8436 54.8101C64.819 54.8068 64.7944 54.8068 64.7699 54.8052C63.6886 54.7298 63.0677 55.9913 62.6433 57.1676C62.5663 57.1234 62.4877 57.0857 62.4074 57.0546C62.4058 57.0546 62.4025 57.0546 62.4009 57.0529C62.3534 57.0349 62.3058 57.0218 62.2567 57.0103C62.2485 57.0087 62.242 57.0071 62.2338 57.0054C62.1879 56.9956 62.142 56.9874 62.0945 56.9825C62.088 56.9825 62.0814 56.9808 62.0748 56.9808C61.9667 56.971 61.8537 56.9759 61.739 56.9989C61.698 57.0071 61.6571 57.0152 61.6145 57.0284C60.7953 57.2659 60.774 57.9835 61.1345 59.0468C61.0165 58.801 60.8936 58.5585 60.7691 58.3177C60.7691 58.3177 60.7691 58.3177 60.7691 58.3161C60.7363 58.2522 60.7036 58.1899 60.6708 58.126C60.6708 58.1244 60.6692 58.1211 60.6675 58.1195C60.3333 57.4936 59.6927 56.1486 58.9326 56.142C58.79 56.142 58.6508 56.1945 58.5246 56.2698C57.4384 56.912 57.735 58.4504 58.0626 59.4907C58.523 60.9554 58.1232 60.0494 57.6563 59.399C57.5498 59.2499 57.4204 59.0959 57.25 59.0762C57.1714 59.0664 57.0911 59.0877 57.0141 59.109C56.7782 59.1729 56.5357 59.2417 56.3408 59.399C56.0508 59.6333 55.905 60.0363 55.8771 60.4311C55.8214 61.2192 56.0721 62.0842 56.2916 62.828C56.5587 63.734 56.8896 64.6154 57.2402 65.4853C57.966 67.2825 58.5263 68.8406 58.9571 70.1578C58.9899 70.261 59.0227 70.3593 59.0538 70.4592L59.0505 70.4707C58.9588 70.8655 58.4165 70.9147 58.2543 70.5428C57.2123 68.1525 56.1098 65.7294 55.8083 65.482C55.4675 65.2019 54.7942 65.3248 54.5075 66.0096C54.4878 66.0571 54.4698 66.1079 54.4551 66.1587C54.4501 66.175 54.4469 66.1914 54.442 66.2078C54.4305 66.2488 54.4207 66.2897 54.4125 66.3323C54.4092 66.3503 54.4059 66.3667 54.4026 66.3847C54.3928 66.4454 54.3846 66.5076 54.3797 66.5732C54.3797 66.5912 54.3781 66.6108 54.3797 66.6338C54.3797 66.6583 54.3813 66.6846 54.3846 66.714C54.3879 66.7583 54.3944 66.8074 54.4026 66.8631C54.4092 66.9074 54.4174 66.9532 54.4272 67.0024C54.4583 67.1629 54.5042 67.353 54.5632 67.5676C54.5714 67.5971 54.5796 67.6266 54.5878 67.6561C54.6484 67.8707 54.7188 68.1082 54.7991 68.3638C54.8122 68.4048 54.8253 68.4457 54.8384 68.4883C54.9007 68.6849 54.9679 68.8914 55.0399 69.1043C55.0563 69.1519 55.0727 69.201 55.0891 69.2502C55.1268 69.3616 55.1661 69.4762 55.2054 69.5909C54.8679 69.2141 54.4895 68.8897 54.0635 68.6669C52.8774 68.0444 52.0418 68.2295 51.5258 68.5293C51.4881 68.5506 51.4537 68.5768 51.4226 68.6047C51.3931 68.6309 51.3652 68.6571 51.3406 68.6866C51.3062 68.7275 51.2767 68.7734 51.2538 68.8209C51.2423 68.8455 51.2309 68.8701 51.221 68.8946C51.1539 69.0716 51.149 69.2731 51.2128 69.4582C51.2407 69.5369 51.28 69.6122 51.3324 69.681V69.6761ZM66.6523 69.8973C66.6605 69.9186 66.6703 69.9382 66.6785 69.9595C66.6801 69.9645 66.6834 69.971 66.6851 69.9759C66.6736 69.9497 66.6621 69.9235 66.6506 69.8973H66.6523Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M65.8486 83.8447C65.8486 83.8447 82.7367 89.1883 82.4427 90.6181C81.8391 93.549 65.2224 91.1521 65.8486 83.8447Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
5
|
+
<path d="M95.8119 85.7498C95.8119 85.7498 91.5121 75.8872 91.5086 75.8803C90.6893 73.9999 91.7104 71.3282 92.3366 69.4913C93.1054 67.2301 93.1541 64.8801 93.8394 62.678C94.0603 61.97 94.3299 61.1177 94.6152 60.2532L96.4347 57.3745C96.7425 56.8874 96.5268 56.2316 95.9841 56.0403C95.2571 55.7829 94.1299 55.7203 92.6827 56.6856C90.0266 58.4599 89.3691 63.1511 89.3691 63.1511C89.3691 63.1511 88.9812 63.5807 87.8871 62.297C86.8034 61.0238 86.2886 59.253 85.6293 57.7467C84.7613 55.762 84.0395 53.7303 83.2167 51.7265C82.2583 49.3974 81.573 48.3364 80.3049 46.1638C79.517 44.814 78.2437 41.69 76.1703 42.2345C73.5333 42.9267 77.1322 47.0405 79.1047 52.2327C80.1623 55.0158 82.0287 58.9747 82.0287 58.9747C81.6164 59.1261 80.6302 56.4247 80.5258 56.176C79.6318 54.0521 78.7916 51.9074 77.8923 49.7853C76.9965 47.6684 76.0816 45.5324 74.9144 43.5477C74.4709 42.7945 73.6238 41.1769 72.6166 41.1699C72.427 41.1699 72.2444 41.2343 72.0774 41.323C70.6389 42.0953 71.032 43.9443 71.4651 45.1967C72.0757 46.9587 73.2307 48.4721 73.8534 50.2237C74.2569 51.3578 74.7022 52.4814 75.1475 53.6016C75.6606 54.894 76.1425 56.2143 76.7443 57.4684C77.2644 58.5538 78.0071 61.0151 77.8888 60.862C77.7706 60.7089 77.8019 60.535 76.7113 57.6284C75.6815 54.8836 74.5752 52.1596 73.3542 49.4948C72.6619 47.985 71.9661 46.3934 70.9294 45.0836C70.7885 44.9045 70.6163 44.7201 70.3902 44.6957C70.2858 44.6853 70.1814 44.7097 70.0788 44.7358C69.7674 44.814 69.4457 44.8958 69.1865 45.0854C68.8021 45.3672 68.609 45.8507 68.5725 46.3256C68.4994 47.2736 68.8299 48.3138 69.1204 49.2096C69.4735 50.2985 69.9118 51.3595 70.3762 52.4066C72.9019 58.0859 73.9108 61.7978 74.2761 63.4172C74.3056 63.5477 74.1212 63.6103 74.0656 63.4886C72.841 60.829 69.1517 52.9024 68.482 52.4032C67.9254 51.9874 66.7078 52.3075 66.5895 53.7182C66.4712 55.1271 71.0981 65.5446 71.0981 65.5446C71.0981 65.5446 73.4307 75.0001 78.4611 79.4148C83.4916 83.8295 84.4361 91.8361 84.4361 91.8361L95.8102 85.7498H95.8119Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
6
|
+
<path d="M77.8888 60.8619C77.7706 60.7106 77.8019 60.5349 76.7112 57.6283C76.4538 56.9413 76.1912 56.2542 75.9233 55.5689C76.1807 56.2107 76.4486 56.8456 76.7443 57.4666C77.2644 58.552 78.0071 61.0133 77.8888 60.8602V60.8619ZM80.5258 56.1759C79.6317 54.0521 78.7899 51.9074 77.8923 49.7853C77.6036 49.1051 77.3131 48.4215 77.0139 47.7432C77.7097 49.086 78.4872 50.6063 79.1047 52.2326C80.1623 55.0157 82.0287 58.9747 82.0287 58.9747C81.6164 59.126 80.6302 56.4229 80.5258 56.1759Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
7
|
+
<path d="M77.1583 59.49C77.254 59.5527 77.3531 59.6083 77.4523 59.6622C77.2922 59.203 77.0592 58.556 76.7113 57.6289C76.5443 57.1818 76.3703 56.7383 76.1999 56.293C76.0972 56.8757 76.0659 57.4827 76.1999 58.0568C76.3356 58.6429 76.6521 59.1561 77.16 59.4883L77.1583 59.49Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
8
|
+
<path d="M95.9824 56.0396C95.2553 55.7821 94.1282 55.7195 92.681 56.6849C90.0962 58.4104 89.4039 62.8982 89.3691 63.1382C89.343 63.1538 89.3187 63.173 89.296 63.1939C89.1412 63.2565 88.7185 63.2739 87.8854 62.2946C86.8017 61.0213 86.2868 59.2506 85.6276 57.7442C84.7596 55.7595 84.0377 53.7279 83.215 51.7241C82.2566 49.395 81.5712 48.3339 80.3032 46.1614C80.2719 46.1074 80.2388 46.0483 80.2058 45.9891C80.1971 45.9735 80.1884 45.9561 80.1779 45.9404C80.1501 45.89 80.1205 45.8361 80.091 45.7822C80.084 45.77 80.0788 45.7595 80.0718 45.7474C80.0423 45.6917 80.011 45.636 79.9814 45.5769C79.8127 45.2603 79.6248 44.9072 79.4161 44.5506C79.4109 44.5437 79.4074 44.535 79.4022 44.528C79.3587 44.455 79.3152 44.3819 79.27 44.3071C79.2647 44.2984 79.2613 44.2915 79.256 44.2828C78.5324 43.0982 77.581 41.9798 76.3303 42.1972C76.5773 42.6616 74.4135 61.2074 74.8883 61.7345C72.928 61.6214 71.0964 65.5421 71.0964 65.5421C71.0964 65.5421 73.429 74.9976 78.4594 79.4123C83.4898 83.827 84.4343 91.8336 84.4343 91.8336L88.8507 89.4697C88.2402 88.9339 87.6732 88.3495 87.1618 87.7285C86.0607 86.3909 85.1579 84.8463 84.73 83.1573C84.537 82.3937 84.4395 81.597 84.4813 80.8073C84.5178 80.1133 84.6935 79.4332 84.9596 78.7896C85.5232 77.4311 86.3112 76.1787 86.9704 74.8672C86.9739 74.8602 86.9774 74.8515 86.9826 74.8446C87.2366 74.3384 86.6556 73.8148 86.1825 74.1279C86.012 74.241 85.8346 74.3419 85.6485 74.4271C84.5578 74.9333 83.2306 74.7802 82.314 73.9783C82.0739 73.7696 81.9087 73.5226 81.7956 73.253C82.0374 73.1921 82.2687 73.1243 82.4409 73.0408C82.7558 72.8912 83.0515 72.6824 83.3437 72.4929C83.702 72.2598 84.0569 72.0197 84.4117 71.7814C84.7439 71.5605 85.0762 71.3413 85.4171 71.1326C85.3771 70.9517 85.3406 70.7691 85.3162 70.583C85.2988 70.4577 85.3841 70.3464 85.4936 70.2855C85.4919 69.9081 85.5337 69.5306 85.6067 69.174C85.8259 68.1112 86.3425 67.1493 87.0069 66.3005C87.447 65.7386 87.8436 64.5663 87.9828 63.6165C88.3637 63.7574 87.7392 64.775 88.3498 64.9542C88.6438 65.0411 88.9499 64.8602 89.0525 64.5732C89.4561 63.4409 90.3501 61.1152 90.4719 60.696C91.7939 56.1109 95.7145 56.3283 96.3616 56.3022C96.2642 56.184 96.1355 56.0883 95.9772 56.0326L95.9824 56.0396Z" fill="var(--sapContent_Illustrative_Color30)"/>
|
|
9
|
+
<path d="M67.2349 85.4487L70.0806 75.0643C70.4702 71.8655 67.7202 68.2596 67.3462 67.3656C66.5948 65.5705 66.3686 63.3457 65.8851 62.3317C65.565 61.662 65.1754 60.8566 64.7701 60.0443L62.5575 57.4543C62.1836 57.016 62.3036 56.3376 62.8132 56.0697C63.4968 55.7114 64.6031 55.487 66.1721 56.2367C69.0543 57.6126 70.3763 62.1612 70.3763 62.1612C70.3763 62.1612 70.8216 62.5317 71.7209 61.1036C72.6114 59.6895 72.8671 57.8613 73.3037 56.2767C73.8795 54.1876 74.3022 52.0742 74.8292 49.9747C75.4432 47.5326 75.972 46.3846 76.9148 44.052C77.501 42.603 78.315 39.3294 80.4441 39.5712C83.1524 39.8791 80.1797 44.4642 78.9708 49.886C78.322 52.7926 77.0418 56.9777 77.0418 56.9777C77.4714 57.0681 78.0611 54.2537 78.1289 53.9928C78.7099 51.7629 79.2352 49.519 79.8196 47.2908C80.4041 45.0626 81.0025 42.8222 81.8739 40.6914C82.2044 39.8826 82.8132 38.1605 83.8082 38.0092C83.9943 37.9814 84.1856 38.0196 84.3648 38.084C85.899 38.6424 85.7737 40.5296 85.525 41.8307C85.1736 43.6624 84.2465 45.3252 83.8812 47.1482C83.6447 48.3275 83.3646 49.5034 83.0846 50.6775C82.761 52.029 82.474 53.4066 82.0583 54.7338C81.7 55.8819 81.3156 58.4249 81.4112 58.2562C81.5069 58.0892 81.4512 57.9205 82.114 54.8886C82.7402 52.0255 83.4446 49.1711 84.2726 46.3585C84.7422 44.7652 85.2032 43.0901 86.0399 41.6464C86.1547 41.4498 86.2973 41.2411 86.5182 41.1854C86.6208 41.1593 86.7269 41.1697 86.833 41.1802C87.1531 41.2132 87.4818 41.248 87.7654 41.3976C88.1863 41.6203 88.4455 42.0725 88.5498 42.5369C88.7586 43.4641 88.5794 44.5408 88.4194 45.4696C88.2263 46.5985 87.9445 47.7117 87.6332 48.8128C85.9459 54.7947 85.4798 58.6128 85.3493 60.2687C85.3389 60.4026 85.5302 60.4374 85.5685 60.3087C86.3999 57.5013 88.9169 49.1294 89.5083 48.538C89.9988 48.0475 91.2512 48.1901 91.5695 49.5677C91.8878 50.9453 88.8003 61.9177 88.8003 61.9177C88.8003 61.9177 87.8454 71.6098 83.4985 76.6994C79.1517 81.7889 79.3639 89.8477 79.3639 89.8477L67.2366 85.4522L67.2349 85.4487Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
10
|
+
<path d="M67.2349 85.4471L70.378 87.1534C70.3241 84.3356 72.2705 81.4307 73.3368 78.8251C73.3524 78.7868 73.3698 78.7485 73.3872 78.7068C74.0082 77.3587 74.163 75.8211 73.8117 74.3791C73.2846 72.2257 71.3556 70.5541 70.5137 68.4876C69.3465 65.6245 68.5568 63.0432 66.6174 60.575C66.3443 60.2271 63.0933 55.922 62.8132 56.0681C62.3036 56.336 62.1836 57.0161 62.5575 57.4527C63.3281 58.3537 64.0917 59.2078 64.7423 60.2045C66.1651 62.3822 66.3617 65.0088 67.3479 67.3639C67.7219 68.258 70.4702 71.8639 70.0823 75.0627L67.2366 85.4471H67.2349Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
11
|
+
<path d="M83.8794 47.1432C84.2447 45.3202 85.1718 43.6573 85.5232 41.8257C85.7024 40.8916 85.8137 39.6549 85.2953 38.8252C85.1475 40.2167 84.7892 41.5839 84.3578 42.9111C83.749 44.788 80.6441 58.5486 81.0094 58.6025C81.3764 58.6582 81.5799 58.1955 81.653 57.832C82.1331 55.4507 82.6827 53.0677 83.0828 50.6707C83.3628 49.4983 83.6429 48.3225 83.8794 47.1414V47.1432Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
12
|
+
<path d="M86.6852 49.3413C86.259 50.7607 86.019 52.2183 85.7685 53.676C85.3963 55.8433 85.0797 58.0246 84.9005 60.218C84.8779 60.4859 85.2432 60.5902 85.3667 60.3519C85.3684 60.3484 85.3702 60.345 85.3719 60.3415C85.3563 60.3224 85.3476 60.2963 85.3493 60.2649C85.478 58.609 85.9459 54.791 87.6332 48.8091C87.9445 47.708 88.2263 46.5948 88.4194 45.4659C88.5464 44.7231 88.6838 43.8847 88.6281 43.1055C88.4629 43.876 88.2472 44.6379 88.0054 45.3893C87.5793 46.713 87.0853 48.0124 86.6852 49.3448V49.3413Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
13
|
+
<path d="M81.2095 41.3937C81.1642 41.5502 81.1068 41.7033 81.0599 41.8633C80.9694 42.1608 80.8894 42.4652 80.7972 42.7626C80.5989 43.4027 80.3971 44.0411 80.1988 44.6795C79.7866 46.0084 79.3726 47.3356 78.9621 48.6645C78.5516 49.9934 78.1167 51.4041 77.7028 52.7748C77.3897 53.8097 77.0766 54.8447 76.7913 55.8866C76.7113 56.1789 76.6243 56.4746 76.5704 56.7737C76.5217 57.0468 76.8835 57.2069 77.04 56.979C77.04 56.9773 77.0435 56.9738 77.0453 56.972C77.1131 56.8711 78.4594 52.1851 78.9743 49.8804C79.3535 48.1827 79.9049 46.5668 80.4006 45.1369C80.2006 45.8519 81.5678 41.4772 81.4234 41.8773C81.7208 40.5066 81.5521 39.6438 80.3502 39.5586C80.8859 39.9169 81.3382 40.2405 81.2947 40.9519C81.286 41.1049 81.2529 41.2493 81.2112 41.3902L81.2095 41.3937Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<path d="M89.3536 53.5168C89.3429 53.5168 89.3429 53.499 89.3536 53.499C89.3643 53.499 89.3643 53.5168 89.3536 53.5168Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
15
|
+
<path d="M78.2628 41.4549C78.1967 41.6862 78.2976 41.9332 78.508 42.048C79.1099 42.3716 80.3605 42.843 80.7171 41.4114C81.0998 39.8825 79.9135 39.785 79.4282 39.8059C79.3029 39.8111 79.1864 39.8651 79.1029 39.959C78.889 40.2008 78.4611 40.7487 78.261 41.4549H78.2628Z" fill="var(--sapContent_Illustrative_Color23)"/>
|
|
16
|
+
<path d="M82.107 40.3555C82.0826 40.726 82.3 41.0669 82.641 41.2165C83.215 41.467 84.1421 41.6409 84.4621 40.359C84.7926 39.037 83.9508 38.7848 83.4028 38.7535C83.1332 38.7378 82.8706 38.8439 82.6931 39.0457C82.4548 39.317 82.1452 39.7745 82.107 40.3555Z" fill="var(--sapContent_Illustrative_Color23)"/>
|
|
17
|
+
<path d="M85.3024 43.1839C85.2432 43.4291 85.3702 43.6796 85.5998 43.7874C86.2138 44.0745 87.4401 44.4484 87.6575 43.003C87.9393 41.1261 86.1268 41.5001 86.1268 41.5001C86.1268 41.5001 85.4937 42.3994 85.3024 43.1856V43.1839Z" fill="var(--sapContent_Illustrative_Color23)"/>
|
|
18
|
+
<path d="M89.1969 49.8133C89.1413 50.3438 89.5587 50.8326 90.091 50.7996C90.4006 50.7804 90.6946 50.5856 90.7781 49.9612C90.9312 48.8131 90.018 48.7453 89.677 48.7592C89.597 48.7627 89.5257 48.8062 89.4892 48.8758C89.4005 49.0393 89.2422 49.3819 89.1987 49.8133H89.1969Z" fill="var(--sapContent_Illustrative_Color23)"/>
|
|
19
|
+
<path d="M64.0099 59.0599C64.0099 59.0599 65.6972 58.2649 64.2047 57.1239C62.7627 56.0193 62.4775 57.2822 62.4775 57.2822C62.4775 57.2822 62.888 58.1901 64.0099 59.0599Z" fill="var(--sapContent_Illustrative_Color23)"/>
|
|
20
|
+
<path d="M86.4608 99.8283L99.5152 90.8493L95.798 84.2812C95.798 84.2812 88.8751 88.4141 83.5768 90.8146L86.459 99.8283H86.4608Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
21
|
+
<path d="M116.835 122.968C110.101 110.025 99.8683 90.6842 98.8368 88.4316C98.8368 88.4316 84.236 95.1737 84.4517 96.8105C84.6796 98.5395 90.8319 112.524 95.5058 122.97H116.835V122.968Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
22
|
+
<path d="M97.5131 122.968C95.3875 118.616 93.6724 114.001 92.9558 109.195C92.5975 106.789 92.4774 104.339 92.761 101.917C92.881 100.893 93.0219 99.8317 93.3959 98.8628C93.7055 98.0627 94.1508 97.339 94.7039 96.685C96.3459 94.7403 98.7168 93.5819 100.585 91.8964C99.6735 90.1326 99.0507 88.9046 98.8333 88.4297C98.8333 88.4297 84.2325 95.1717 84.4482 96.8085C84.6761 98.5375 90.8285 112.523 95.5023 122.968H97.5114H97.5131Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
23
|
+
<path d="M72.5262 122.968C76.6574 109.875 82.4427 90.6181 82.4427 90.6181L65.8485 83.8447L50.9886 122.968H72.5262Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
24
|
+
<path d="M55.318 122.968C55.6363 121.604 56.0086 120.253 56.4156 118.913C57.0888 116.701 57.8611 114.52 58.6908 112.361C59.5275 110.183 60.4267 108.03 61.3591 105.89C62.2201 103.916 63.1124 101.956 64.0187 100.001C64.0621 99.9066 64.1161 99.7831 64.1804 99.6335C67.2018 92.5297 74.944 88.6856 82.4201 90.6129L82.4427 90.6181L65.8485 83.8447L50.9886 122.968H55.318Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
25
|
+
</svg>`;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-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>
|
|
49
|
+
`;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export default `<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>
|
|
42
|
+
`;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Dialog-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>`;
|