@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,29 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-EmptyList">
|
|
2
|
+
<mask id="mask0_20012_10742" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
3
|
+
<circle cx="64" cy="64" r="64" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0_20012_10742)">
|
|
6
|
+
<circle cx="64" cy="64" r="64" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
7
|
+
<path d="M276.947 -138.779H-115.263C-117.819 -138.781 -120.351 -138.28 -122.714 -137.303C-125.076 -136.326 -127.223 -134.894 -129.032 -133.087C-130.84 -131.28 -132.275 -129.134 -133.254 -126.773C-134.233 -124.411 -134.737 -121.88 -134.737 -119.323V111.221C-134.737 116.385 -132.685 121.339 -129.033 124.991C-125.381 128.643 -120.428 130.695 -115.263 130.695H276.947C282.112 130.695 287.065 128.643 290.717 124.991C294.369 121.339 296.421 116.385 296.421 111.221V-119.323C296.421 -121.88 295.917 -124.411 294.938 -126.773C293.959 -129.134 292.525 -131.28 290.716 -133.087C288.908 -134.894 286.761 -136.326 284.398 -137.303C282.036 -138.28 279.504 -138.781 276.947 -138.779V-138.779Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
8
|
+
<rect x="-117.221" y="111.832" width="126.653" height="18.8632" rx="4" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
9
|
+
<rect x="-1.34741" y="111.832" width="280.253" height="18.8632" rx="4" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
10
|
+
<path d="M19.2071 49.368L35.0668 46.7313L39.3151 81.1711C39.3836 81.7209 39.2368 82.276 38.9054 82.72C38.5741 83.1639 38.0839 83.4623 37.5376 83.5525L28.6713 85.0192C28.123 85.1138 27.5594 84.9913 27.0998 84.6775C26.6401 84.3638 26.3204 83.8834 26.2082 83.338L19.2071 49.368Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
11
|
+
<path d="M13.7319 60.1741L61.1767 60.4082L60.9622 103.87C60.9506 106.223 60.0053 108.475 58.3344 110.131C56.6634 111.787 54.4036 112.711 52.052 112.699L22.3401 112.553C19.9886 112.541 17.738 111.595 16.0835 109.923C14.4289 108.251 13.5059 105.989 13.5175 103.636L13.7319 60.1741Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
12
|
+
<path d="M37.4395 62.8858C50.54 62.9504 61.1657 61.8414 61.1728 60.4087C61.1799 58.976 50.5656 57.7622 37.4651 57.6976C24.3646 57.633 13.7389 58.742 13.7318 60.1747C13.7248 61.6073 24.3391 62.8212 37.4395 62.8858Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
13
|
+
<path d="M35.0517 46.7313L30.7468 40.5815L21.348 42.1437L19.1882 49.3642L35.0517 46.7313Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path d="M29.8049 34.8998L20.4105 36.4609L21.3523 42.1379L30.7467 40.5767L29.8049 34.8998Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path d="M28.7101 35.0884L27.7025 29.0153C27.6826 28.8897 27.6322 28.7708 27.5557 28.6691C27.4793 28.5675 27.379 28.4861 27.2638 28.4323C27.1487 28.3784 27.022 28.3536 26.895 28.3601C26.7681 28.3666 26.6446 28.4042 26.5355 28.4696L20.8783 31.8137C20.7413 31.8933 20.6315 32.0126 20.5634 32.1558C20.4954 32.299 20.4723 32.4595 20.4971 32.6161L21.1201 36.35L28.7101 35.0884Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
16
|
+
<path d="M21.8305 62.1363C25.9108 62.5642 31.2181 62.8434 37.0434 62.8835L36.3614 57.3558C31.2331 57.3662 26.1087 57.6409 21.0086 58.1787L21.8305 62.1363Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
17
|
+
<path d="M88.2526 65.3406L105.768 70.1811L86.5684 70.8488L88.2526 65.3406Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
<path d="M94.821 73.3525L105.768 70.1812L93.3052 70.515L94.821 73.3525Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
19
|
+
<path d="M78.3763 112.055H52.5837C46.5585 112.055 43.5345 104.84 47.7764 100.609L66.1404 82.3411L81.3728 67.1904C86.7662 61.8248 96.0124 65.6022 96.0124 73.1844V94.5651C96.013 99.2019 94.1554 103.649 90.8482 106.929C87.541 110.209 83.0549 112.052 78.3763 112.055V112.055Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
20
|
+
<path opacity="0.5" d="M84.6166 72.3136C85.7904 71.1503 85.7907 69.2645 84.6174 68.1017C83.444 66.9388 81.5412 66.9392 80.3674 68.1025L34.4622 113.597C33.2884 114.761 33.288 116.646 34.4614 117.809C35.6347 118.972 37.5375 118.972 38.7113 117.808L84.6166 72.3136Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
21
|
+
<path d="M78.3658 75.2925L85.0171 81.8843C86.8202 83.6713 87.8333 86.095 87.8333 88.6222C87.8333 91.1494 86.8202 93.573 85.0171 95.36L78.9502 101.373C75.3827 104.909 70.5441 106.896 65.4984 106.898C60.4526 106.899 55.613 104.914 52.0439 101.379V101.379L78.3658 75.2925Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
22
|
+
<path d="M47.7879 100.609L66.152 82.3411L81.3844 67.1904C84.2757 64.3136 81.5584 70.7251 84.6465 72.2837C85.1975 71.7231 85.5034 70.9701 85.4983 70.1875C85.4931 69.4049 85.1773 68.6559 84.619 68.1024C84.0554 67.5444 83.2914 67.2309 82.4947 67.2309C81.698 67.2309 80.9338 67.5444 80.3702 68.1024L34.4624 113.6C33.8993 114.158 33.583 114.916 33.583 115.705C33.583 116.495 33.8993 117.252 34.4624 117.811V117.811C34.7415 118.087 35.0729 118.307 35.4376 118.457C35.8023 118.606 36.1932 118.683 36.5879 118.683C36.9827 118.683 37.3735 118.606 37.7382 118.457C38.1029 118.307 38.4344 118.087 38.7135 117.811L47.1836 109.416C45.311 106.921 45.1782 103.204 47.7879 100.609Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
23
|
+
<path d="M81.3845 67.1904L66.1521 82.3411L47.788 100.609C45.1782 103.205 45.3111 106.921 47.1905 109.407L91.338 65.6567C91.3465 65.6463 91.3557 65.6365 91.3655 65.6272C88.2819 64.0686 84.2758 64.3136 81.3845 67.1904Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
24
|
+
<path d="M89.4356 71.9261C89.6376 72.2649 90.4819 72.1339 91.3214 71.6334C92.1608 71.1329 92.6776 70.4525 92.4756 70.1137C92.2736 69.7749 91.4293 69.906 90.5899 70.4064C89.7504 70.9069 89.2336 71.5873 89.4356 71.9261Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
25
|
+
<path d="M110.373 71.4104C109.887 72.0522 110.32 72.9753 111.124 73.0126L119.252 73.3895C123.226 73.5738 125.971 69.4676 124.282 65.8658V65.8658C122.593 62.2639 117.681 61.7483 115.281 64.9212L110.373 71.4104Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
26
|
+
<path d="M132.589 -23.3465L217.999 -7.83798C202.067 0.782404 183.981 4.59438 165.929 3.12868L107.567 -1.59863C107.22 -1.62759 107.208 -2.12581 107.55 -2.17795L113.152 -2.95425C121.077 -4.35043 127.502 -10.6767 129.669 -18.4281L130.717 -22.1763C130.943 -22.9932 131.76 -23.503 132.594 -23.3523L132.589 -23.3465Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
27
|
+
<path d="M34.7259 -79.3789L-33.0546 -45.6413C-46.6128 -38.8938 -56.613 -26.6514 -60.5078 -12.0195L-67.0974 12.7073C-68.8764 19.3601 -72.0449 25.5603 -76.4029 30.8972L-85.8873 42.508L-14.4963 27.1077C9.63058 21.9075 25.1678 -1.64034 20.4729 -25.8725C19.4308 -31.262 19.2624 -36.778 19.9992 -42.2097L20.3045 -44.4834C21.1992 -51.1677 22.7572 -57.7468 24.9572 -64.1259C25.9994 -67.1576 27.5362 -69.9997 29.4942 -72.5472L34.7364 -79.3684C34.7364 -79.3684 34.7364 -79.3894 34.7259 -79.3789Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-EmptyPlanningCalendar">
|
|
2
|
+
<rect y="39.3848" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M56.603 85.7702L94.0564 66.7379L67.8123 54.1929L20.0337 72.6416L19 73.6753L56.603 85.7702Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M40.5854 77.6879L46.624 46.7838L47.7505 47.1942L86.9416 34.2461L88.1046 60.4571L40.5809 77.6879H40.5854Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
5
|
+
<path d="M46.9295 46.9342L56.5984 85.7696L94.1567 66.7874L86.9142 34.1138L46.9295 46.9342Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
6
|
+
<path d="M46.6239 46.7794L46.9295 46.9345L86.9141 34.114L85.7374 34L46.6239 46.7292V46.7794Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
7
|
+
<path d="M47.4403 47.2943L56.489 82.5312L93.3859 64.6391L86.6359 34.3462L47.4403 47.2898V47.2943Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
8
|
+
<path d="M47.7504 47.1897L57.1502 82.2578L94.3346 64.2289L86.9415 34.2461L47.7458 47.1897H47.7504Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path d="M86.9415 34.2964L89.3998 43.5594C90.5263 47.9104 92.4692 51.9513 95.1282 55.5817L98.3527 59.9829L61.1045 77.8385C55.6817 71.3895 51.7913 63.7684 49.7982 55.5817L47.7504 47.1898L86.9415 34.2964Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path d="M76.5565 39.619C76.8119 39.2587 76.8621 38.903 76.8621 38.6978L76.0457 38.9532C76.0457 39.0033 75.9955 39.1082 75.9453 39.1584C75.8952 39.2086 75.7401 39.3135 75.6398 39.4138L75.7401 40.18C75.8404 40.18 76.3011 39.8744 76.5565 39.619Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M47.7504 47.1898L49.0502 52.5214L88.1182 38.6429L86.9415 34.2417L47.7458 47.1853L47.7504 47.1898Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
12
|
+
<path d="M59.0065 45.8577L57.5744 46.3184L57.4194 45.0915L58.8515 44.6309L59.0065 45.8577Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
13
|
+
<path d="M77.1723 39.8245L75.7402 40.2852L75.5851 39.0583L77.0172 38.5977L77.1723 39.8245Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
14
|
+
<path d="M76.8621 39.9199L76.7435 38.6794L77.0172 38.5927C77.0172 38.5426 77.1722 39.8196 77.1722 39.8196L76.8667 39.9199H76.8621Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
15
|
+
<path d="M81.8243 58.8564L93.7964 53.6388C93.6961 53.4837 93.6414 53.3834 93.541 53.2283L81.619 58.3957C80.4925 55.9922 79.5211 53.4336 78.7047 50.8749L90.3211 46.4236C90.2709 46.2685 90.2207 46.118 90.166 45.9629L78.5496 50.4143C77.528 47.24 76.6569 44.02 75.8359 40.8457L75.3753 41.0008C76.1917 44.1751 77.0628 47.395 78.089 50.6195L64.8352 55.7368C63.7589 52.4621 62.8376 49.0871 62.0212 45.8124L61.5606 45.9675C62.377 49.2422 63.2983 52.6172 64.3746 55.9466L51.3763 60.9589C51.4265 61.114 51.4766 61.2645 51.5313 61.4195L64.5297 56.4072C65.451 59.1711 66.5273 61.8802 67.8043 64.4935L55.4719 69.8662C55.5722 70.0212 55.627 70.1717 55.7273 70.2766L68.0096 64.9542C69.3413 67.563 70.8236 70.0714 72.616 72.3746L73.0766 72.1694C71.2842 69.8662 69.7518 67.3577 68.4702 64.7489L81.4138 59.1209C82.5905 61.5746 83.9223 63.9827 85.5094 66.181L85.9701 65.9758C84.3829 63.7775 83.0557 61.3694 81.8745 58.9157L81.8243 58.8655V58.8564ZM68.265 64.229C66.988 61.6202 65.9618 58.9065 64.9903 56.1974L78.244 51.0802C79.1152 53.6388 80.0866 56.1472 81.2131 58.601L68.2695 64.229H68.265Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
16
|
+
<path d="M58.8515 44.6309L58.5276 44.7494L58.6645 45.9672L59.0065 45.8577L58.8515 44.6309Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
17
|
+
<path d="M57.5745 46.319L57.4559 45.3977C57.4559 45.3977 57.9941 45.1605 58.0853 44.6634C58.2176 43.92 57.9439 42.8664 57.4969 42.4103C57.3829 42.2918 57.1914 42.2325 57.05 42.269C56.8767 42.3146 56.7262 42.4833 56.6897 42.6703C56.6076 43.1036 56.7034 43.432 56.7079 43.4457L55.8642 43.7193C55.8231 43.473 55.7228 42.9348 55.8596 42.424C55.9964 41.9132 56.3932 41.5255 56.8858 41.3978C57.3419 41.2838 57.8025 41.4161 58.1491 41.7673C58.8059 42.4377 59.1388 43.774 58.9883 44.823C58.815 45.9997 57.6292 46.2962 57.5836 46.3144L57.5745 46.319Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
18
|
+
<path d="M75.7356 40.2299L75.6216 39.3634C75.6216 39.3634 76.1278 39.1399 76.2145 38.6747C76.3422 37.9769 76.0822 36.9826 75.6626 36.5539C75.5532 36.4444 75.3753 36.3851 75.243 36.4216C75.0788 36.4627 74.9375 36.6223 74.901 36.8002C74.8234 37.2061 74.9101 37.5162 74.9146 37.5253L74.1211 37.7853C74.08 37.5527 73.9888 37.051 74.1211 36.5676C74.2533 36.0841 74.6273 35.7238 75.088 35.6052C75.5167 35.4958 75.95 35.6235 76.2738 35.9519C76.8895 36.5813 77.2042 37.84 77.0582 38.8252C76.894 39.9289 75.7812 40.2117 75.7356 40.2253V40.2299Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-ErrorScreen">
|
|
2
|
+
<path d="M72.0163 127.769L72.4431 127.713H55.5493L55.9762 127.769H72.0163Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M73.0007 53.9912L92.0145 54.0582C92.1423 54.0591 92.2698 54.0709 92.3955 54.0934C92.2698 54.0709 92.1423 54.0591 92.0145 54.0582L73.0007 53.9912L28.7643 53.836L73.0007 53.9912Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M111.614 39.5119C112.172 39.5125 112.712 39.707 113.142 40.0622C113.572 40.4174 113.865 40.911 113.971 41.4585L123.142 88.782C126.36 81.0193 128.01 72.6976 128 64.2951C127.999 55.8942 126.343 47.5758 123.126 39.8148C119.909 32.0538 115.195 25.0022 109.251 19.0625C103.308 13.1229 96.2531 8.41159 88.4886 5.19758C80.724 1.98357 72.4022 0.329806 63.9983 0.330732C51.049 0.307263 38.4001 4.23009 27.7379 11.5762L28.4434 39.5119H111.614Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M23.3843 108.431H23.1832C22.6326 108.431 22.0988 108.241 21.6711 107.895C21.2434 107.548 20.9478 107.065 20.8338 106.527L12.5369 67.3524L0.0843506 67.5464C0.928241 84.4382 8.44436 100.305 20.982 111.661V110.832C20.9829 110.196 21.2363 109.585 21.6866 109.135C22.137 108.685 22.7474 108.432 23.3843 108.431Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<path d="M100.086 101.237H29.8932C29.3327 101.236 28.7902 101.04 28.3597 100.681C27.9293 100.322 27.6381 99.8239 27.5367 99.2729L21.635 67.2114L27.5367 99.2729C27.6381 99.8239 27.9293 100.322 28.3597 100.681C28.7902 101.04 29.3327 101.236 29.8932 101.237H100.093C100.567 101.237 101.031 101.097 101.426 100.833C101.82 100.569 102.127 100.194 102.308 99.756C102.127 100.196 101.818 100.571 101.423 100.835C101.027 101.099 100.561 101.239 100.086 101.237Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
7
|
+
<path d="M103.902 114.309H24.097C33.1632 121.558 44.0393 126.192 55.5493 127.709H72.4431C83.9556 126.193 94.8343 121.56 103.902 114.309Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
8
|
+
<path d="M11.8987 64.3657L0.00354004 64.5526C0.00354004 65.554 0.0294097 66.552 0.0811481 67.5464L12.5337 67.3525L11.8987 64.3657Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
9
|
+
<path d="M11.8987 64.3657L0.00354004 64.5526C0.00354004 65.554 0.0294097 66.552 0.0811481 67.5464L12.5337 67.3525L11.8987 64.3657Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
10
|
+
<path d="M10.4806 57.662L0.324543 57.8172C0.107697 59.9697 -0.000620149 62.1318 2.67055e-06 64.2951C2.67055e-06 64.3798 2.67055e-06 64.4644 2.67055e-06 64.5525L11.8951 64.3656L10.4806 57.662Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
11
|
+
<path d="M28.4114 39.5119L27.7235 11.5762C26.0772 12.707 24.4898 13.913 22.9612 15.1943L23.6067 39.526L28.4114 39.5119Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
12
|
+
<path d="M15.7507 29.8603L14.2232 37.7558C14.2037 37.856 14.1618 37.9505 14.1007 38.0323C14.0396 38.1141 13.961 38.1811 13.8705 38.2283C14.0257 38.6092 14.1986 39.0183 14.3996 39.5119H22.5767L21.8711 16.1217C19.3542 18.3208 17.013 20.7131 14.8688 23.2766C15.9275 25.2994 16.2397 27.6304 15.7507 29.8603Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
13
|
+
<path d="M21.1127 54.0052C21.2399 53.9491 21.3722 53.9054 21.5078 53.8747C21.3722 53.9054 21.2399 53.9491 21.1127 54.0052Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
14
|
+
<path d="M19.6877 56.6429C19.6458 56.3825 19.6458 56.117 19.6877 55.8566C19.6458 56.117 19.6458 56.3825 19.6877 56.6429L19.8496 57.5245L19.6877 56.6429Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
15
|
+
<path d="M8.43375 48.014C7.08619 48.215 5.96441 48.014 5.92913 46.9913C5.92913 46.5999 5.87975 46.0393 5.82331 45.2C5.22232 45.4938 4.5627 45.6481 3.8937 45.6514C3.52498 45.6502 3.15735 45.6112 2.79661 45.535C1.57019 49.5376 0.74305 53.6518 0.327271 57.8172L10.4833 57.6621L8.43375 48.014Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
16
|
+
<path d="M23.0037 53.8183H22.0618C21.8777 53.8148 21.694 53.8349 21.515 53.8782C21.694 53.8349 21.8777 53.8148 22.0618 53.8183H23.0037Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
17
|
+
<path d="M23.621 39.512L22.9754 15.1802L22.8978 15.2437L23.494 39.4978L23.621 39.512Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
18
|
+
<path opacity="0.5" d="M23.621 39.512L22.9754 15.1802L22.8978 15.2437L23.494 39.4978L23.621 39.512Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
19
|
+
<path d="M23.4939 39.512L22.8977 15.2578C22.5449 15.5434 22.2204 15.829 21.8888 16.1217L22.5943 39.512H23.4939Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
20
|
+
<path opacity="0.5" d="M23.4939 39.512L22.8977 15.2578C22.5449 15.5434 22.2204 15.829 21.8888 16.1217L22.5943 39.512H23.4939Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
21
|
+
<path d="M5.83478 45.1999C5.89122 46.0392 5.9265 46.6104 5.94061 46.9913C5.98294 48.028 7.09767 48.2149 8.44522 48.0139L7.24583 42.4106C7.1724 42.0606 7.17796 41.6987 7.26211 41.3512C7.34625 41.0036 7.50686 40.6792 7.73225 40.4016C7.95764 40.1239 8.24213 39.8999 8.56502 39.746C8.8879 39.5922 9.24105 39.5122 9.59875 39.5119H14.4034C14.2023 39.0182 14.0294 38.6092 13.8742 38.2283C13.9647 38.181 14.0434 38.114 14.1045 38.0322C14.1655 37.9505 14.2074 37.856 14.227 37.7558L15.7545 29.8603C16.2488 27.6324 15.9429 25.3016 14.8902 23.2766C9.41418 29.8147 5.30361 37.383 2.80103 45.5349C3.16177 45.6111 3.5294 45.6501 3.89812 45.6513C4.5695 45.6491 5.23165 45.4948 5.83478 45.1999Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
22
|
+
<path d="M5.83478 45.1999C5.89122 46.0392 5.9265 46.6104 5.94061 46.9913C5.98294 48.028 7.09767 48.2149 8.44522 48.0139L7.24583 42.4106C7.1724 42.0606 7.17796 41.6987 7.26211 41.3512C7.34625 41.0036 7.50686 40.6792 7.73225 40.4016C7.95764 40.1239 8.24213 39.8999 8.56502 39.746C8.8879 39.5922 9.24105 39.5122 9.59875 39.5119H14.4034C14.2023 39.0182 14.0294 38.6092 13.8742 38.2283C13.9647 38.181 14.0434 38.114 14.1045 38.0322C14.1655 37.9505 14.2074 37.856 14.227 37.7558L15.7545 29.8603C16.2488 27.6324 15.9429 25.3016 14.8902 23.2766C9.41418 29.8147 5.30361 37.383 2.80103 45.5349C3.16177 45.6111 3.5294 45.6501 3.89812 45.6513C4.5695 45.6491 5.23165 45.4948 5.83478 45.1999Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
23
|
+
<path d="M111.614 39.5119H9.59874C9.24103 39.5122 8.88789 39.5921 8.565 39.746C8.24212 39.8999 7.95763 40.1239 7.73224 40.4015C7.50685 40.6792 7.34624 41.0036 7.26209 41.3511C7.17795 41.6987 7.17239 42.0606 7.24582 42.4105L8.43462 48.0139L10.4806 57.662L11.8917 64.362L12.5267 67.3489L20.8272 106.523C20.9412 107.062 21.2367 107.544 21.6644 107.891C22.0921 108.238 22.6259 108.427 23.1766 108.427H110.309C115.753 102.722 120.097 96.0607 123.121 88.7784L113.949 41.4549C113.844 40.9117 113.554 40.4216 113.128 40.0675C112.702 39.7134 112.168 39.5172 111.614 39.5119ZM110.623 83.5912H99.6201L102.442 98.3807C102.53 98.8396 102.481 99.3143 102.301 99.7454C102.12 100.184 101.813 100.559 101.419 100.822C101.024 101.086 100.56 101.227 100.086 101.226H29.8931C29.3327 101.226 28.7902 101.029 28.3597 100.67C27.9293 100.311 27.6381 99.8133 27.5367 99.2623L21.635 67.2008L21.0847 64.2104L19.85 57.5104L19.6877 56.6288C19.6457 56.3683 19.6457 56.1029 19.6877 55.8424C19.7153 55.6626 19.7626 55.4864 19.8288 55.317C19.892 55.1578 19.9712 55.0053 20.0652 54.8621C20.3269 54.4761 20.6943 54.1737 21.1235 53.9911C21.2507 53.935 21.383 53.8913 21.5186 53.8606C21.6975 53.8173 21.8813 53.7971 22.0654 53.8007H24.0091H28.7855L73.0113 53.9558L72.1858 49.5937C72.1199 49.2443 72.132 48.8846 72.221 48.5404C72.31 48.1961 72.4739 47.8757 72.7009 47.602C72.9279 47.3282 73.2126 47.1079 73.5345 46.9566C73.8564 46.8053 74.2077 46.7269 74.5634 46.7268H104.594C105.158 46.7261 105.704 46.9224 106.138 47.2817C106.572 47.641 106.867 48.1408 106.972 48.6945L113 80.7313C113.067 81.0811 113.056 81.4414 112.968 81.7864C112.879 82.1313 112.716 82.4525 112.488 82.7268C112.261 83.0011 111.976 83.2218 111.654 83.373C111.331 83.5243 110.979 83.6024 110.623 83.6018V83.5912Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
24
|
+
<path d="M53.7363 112.662L50.7625 108.431H23.3846C22.7471 108.431 22.1357 108.684 21.6847 109.134C21.2336 109.584 20.9797 110.195 20.9788 110.832V111.661C21.9877 112.578 23.0271 113.461 24.0972 114.309H56.9041C56.2827 114.308 55.6707 114.158 55.1194 113.872C54.5682 113.585 54.0938 113.17 53.7363 112.662Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
25
|
+
<path d="M53.7361 112.662C54.0944 113.171 54.5698 113.587 55.1224 113.873C55.675 114.16 56.2884 114.309 56.911 114.309H103.902C106.175 112.497 108.323 110.533 110.33 108.431H50.7623L53.7361 112.662Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
26
|
+
<path d="M106.961 48.7298C106.856 48.1761 106.562 47.6763 106.127 47.317C105.693 46.9576 105.147 46.7614 104.583 46.7621H74.5526C74.1969 46.7622 73.8456 46.8406 73.5237 46.9919C73.2018 47.1431 72.9172 47.3635 72.6901 47.6372C72.4631 47.911 72.2992 48.2314 72.2102 48.5756C72.1212 48.9199 72.1092 49.2796 72.175 49.629L73.0005 53.9911L92.0144 54.0581C92.1421 54.059 92.2696 54.0708 92.3953 54.0933C92.8792 54.1726 93.327 54.3984 93.6784 54.7402C94.0298 55.082 94.2677 55.5233 94.3602 56.0046L99.6199 83.6018H110.623C110.978 83.6024 111.33 83.5243 111.652 83.3732C111.975 83.2222 112.259 83.0018 112.487 82.7279C112.714 82.454 112.878 82.1334 112.966 81.7888C113.055 81.4443 113.067 81.0844 113 80.7349L106.961 48.7298Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
27
|
+
<path d="M64.6084 78.2101L67.8186 74.6837C67.9509 74.5328 68.0513 74.3566 68.1137 74.1658C68.1762 73.975 68.1994 73.7736 68.1819 73.5736C68.1644 73.3736 68.1067 73.1793 68.0121 73.0022C67.9175 72.8251 67.7881 72.669 67.6316 72.5433C67.4938 72.3978 67.3278 72.282 67.1437 72.2028C66.9597 72.1236 66.7614 72.0828 66.561 72.0828C66.3606 72.0828 66.1623 72.1236 65.9782 72.2028C65.7941 72.282 65.6281 72.3978 65.4903 72.5433L62.2767 76.0696L58.4492 72.5433C58.3114 72.3978 58.1454 72.282 57.9613 72.2028C57.7773 72.1236 57.579 72.0828 57.3786 72.0828C57.1782 72.0828 56.9799 72.1236 56.7958 72.2028C56.6117 72.282 56.4457 72.3978 56.3079 72.5433C56.1756 72.6942 56.0752 72.8704 56.0128 73.0612C55.9503 73.252 55.9271 73.4534 55.9446 73.6534C55.9621 73.8533 56.0198 74.0477 56.1144 74.2248C56.209 74.4018 56.3384 74.558 56.4949 74.6837L60.3224 78.2101L57.1122 81.7364C56.9798 81.8877 56.8793 82.0641 56.8169 82.2552C56.7544 82.4463 56.7312 82.648 56.7486 82.8483C56.7661 83.0485 56.8239 83.2432 56.9185 83.4206C57.0131 83.5979 57.1426 83.7544 57.2992 83.8805C57.4373 84.0255 57.6034 84.1409 57.7874 84.2198C57.9714 84.2986 58.1696 84.3393 58.3698 84.3393C58.5701 84.3393 58.7682 84.2986 58.9523 84.2198C59.1363 84.1409 59.3024 84.0255 59.4405 83.8805L62.6541 80.3541L66.4816 83.8805C66.6197 84.0255 66.7857 84.1409 66.9698 84.2198C67.1538 84.2986 67.352 84.3393 67.5522 84.3393C67.7525 84.3393 67.9506 84.2986 68.1347 84.2198C68.3187 84.1409 68.4848 84.0255 68.6229 83.8805C68.7548 83.729 68.8549 83.5524 68.9171 83.3614C68.9793 83.1704 69.0024 82.9689 68.9849 82.7688C68.9675 82.5686 68.9099 82.3741 68.8155 82.1967C68.7212 82.0193 68.5921 81.8628 68.4359 81.7364L64.6084 78.2101Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
28
|
+
<path d="M60.8655 60.328C58.6054 60.2952 56.3637 60.7379 54.2859 61.6273C52.2081 62.5167 50.3405 63.8329 48.8046 65.4905C45.7355 68.8406 44.2751 73.3014 44.6878 78.0514C45.5486 87.8687 54.2371 95.8559 64.058 95.8559C66.3181 95.8889 68.5599 95.4463 70.6377 94.5569C72.7156 93.6675 74.5831 92.3511 76.1189 90.6933C79.188 87.3433 80.6519 82.886 80.2357 78.1325C79.389 68.3151 70.7005 60.328 60.8655 60.328ZM63.7899 93.5073C55.373 93.5073 47.8839 86.6239 47.1501 78.21C46.4164 69.7962 52.6955 62.9128 61.1124 62.9128C69.5293 62.9128 77.0149 69.7962 77.7522 78.21C78.4895 86.6239 72.2209 93.5073 63.804 93.5073H63.7899Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
29
|
+
<path d="M94.378 56.0047C94.2855 55.5234 94.0475 55.082 93.6962 54.7402C93.3448 54.3984 92.8969 54.1726 92.4131 54.0934C92.2873 54.0708 92.1599 54.059 92.0321 54.0581L73.0182 53.9911L28.7642 53.836H23.9878H22.0617C21.8777 53.8324 21.6939 53.8526 21.515 53.8959C21.3794 53.9266 21.2471 53.9703 21.1199 54.0264C20.6907 54.209 20.3233 54.5114 20.0616 54.8974C19.9676 55.0406 19.8884 55.1931 19.8252 55.3523C19.759 55.5217 19.7116 55.6979 19.6841 55.8777C19.6421 56.1382 19.6421 56.4037 19.6841 56.6641L19.8464 57.5457L21.0811 64.2457L21.6314 67.2361L27.5331 99.2976C27.6345 99.8486 27.9256 100.347 28.3561 100.706C28.7865 101.064 29.3291 101.261 29.8895 101.262H100.089C100.564 101.262 101.028 101.121 101.422 100.858C101.816 100.594 102.124 100.219 102.305 99.7807C102.485 99.3496 102.534 98.8749 102.446 98.416L99.6236 83.6265L94.378 56.0047ZM76.8492 91.3316C75.2248 93.0864 73.2494 94.4802 71.0513 95.4224C68.8531 96.3647 66.4813 96.8343 64.0898 96.8009C53.7927 96.8009 44.6879 88.4259 43.7813 78.1325C43.3403 73.1145 44.889 68.3998 48.1414 64.8523C49.7616 63.1015 51.7312 61.7102 53.923 60.768C56.1148 59.8259 58.4799 59.354 60.8656 59.3829C71.1627 59.3829 80.2675 67.758 81.1741 78.0514C81.6292 83.0694 80.0805 87.7841 76.8316 91.3316H76.8492Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
30
|
+
<path d="M61.1267 62.9128C52.7098 62.9128 46.4271 69.7962 47.1644 78.2101C47.9017 86.6239 55.3873 93.5074 63.8042 93.5074C72.2211 93.5074 78.5038 86.6239 77.7665 78.2101C77.0292 69.7962 69.5436 62.9128 61.1267 62.9128ZM68.6264 83.8699C68.4884 84.0149 68.3223 84.1303 68.1383 84.2092C67.9542 84.288 67.7561 84.3287 67.5558 84.3287C67.3556 84.3287 67.1574 84.288 66.9734 84.2092C66.7893 84.1303 66.6232 84.0149 66.4852 83.8699L62.6577 80.3435L59.444 83.8699C59.306 84.0149 59.1399 84.1303 58.9559 84.2092C58.7718 84.288 58.5737 84.3287 58.3734 84.3287C58.1732 84.3287 57.975 84.288 57.791 84.2092C57.6069 84.1303 57.4408 84.0149 57.3028 83.8699C57.1462 83.7438 57.0167 83.5873 56.9221 83.41C56.8274 83.2326 56.7697 83.0379 56.7522 82.8377C56.7347 82.6374 56.758 82.4357 56.8204 82.2447C56.8829 82.0536 56.9834 81.8771 57.1158 81.7258L60.326 78.1995L56.4985 74.6731C56.342 74.5474 56.2125 74.3912 56.118 74.2142C56.0234 74.0371 55.9656 73.8427 55.9482 73.6428C55.9307 73.4428 55.9539 73.2414 56.0163 73.0506C56.0788 72.8598 56.1792 72.6836 56.3115 72.5327C56.4493 72.3872 56.6153 72.2714 56.7994 72.1922C56.9835 72.113 57.1818 72.0722 57.3821 72.0722C57.5825 72.0722 57.7808 72.113 57.9649 72.1922C58.149 72.2714 58.315 72.3872 58.4528 72.5327L62.2803 76.059L65.4939 72.5327C65.6317 72.3872 65.7977 72.2714 65.9818 72.1922C66.1659 72.113 66.3642 72.0722 66.5645 72.0722C66.7649 72.0722 66.9632 72.113 67.1473 72.1922C67.3314 72.2714 67.4974 72.3872 67.6352 72.5327C67.7917 72.6584 67.9211 72.8145 68.0157 72.9916C68.1103 73.1687 68.168 73.363 68.1855 73.563C68.203 73.763 68.1798 73.9644 68.1173 74.1552C68.0549 74.346 67.9545 74.5222 67.8221 74.6731L64.612 78.1995L68.4395 81.7258C68.5957 81.8522 68.7248 82.0088 68.8191 82.1861C68.9134 82.3635 68.971 82.558 68.9885 82.7582C69.0059 82.9583 68.9829 83.1599 68.9207 83.3509C68.8585 83.5419 68.7584 83.7184 68.6264 83.8699Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
31
|
+
<path d="M60.8655 59.3829C58.4761 59.3529 56.1071 59.8253 53.9121 60.7693C51.717 61.7133 49.745 63.108 48.1238 64.8629C44.8713 68.4104 43.3227 73.1251 43.7636 78.1431C44.6632 88.4365 53.775 96.8115 64.0721 96.8115C66.4636 96.8449 68.8354 96.3753 71.0336 95.433C73.2317 94.4908 75.2071 93.097 76.8315 91.3422C80.0805 87.7947 81.6291 83.08 81.1882 78.062C80.2886 67.758 71.1768 59.3829 60.8655 59.3829ZM76.119 90.6933C74.5831 92.3512 72.7156 93.6675 70.6378 94.5569C68.5599 95.4463 66.3181 95.8889 64.058 95.8559C54.2371 95.8559 45.5486 87.8687 44.6879 78.0514C44.2751 73.3014 45.7462 68.8406 48.8046 65.4906C50.3406 63.8329 52.2081 62.5167 54.2859 61.6273C56.3638 60.7379 58.6055 60.2952 60.8655 60.328C70.6864 60.328 79.375 68.3152 80.2357 78.1325C80.6661 82.886 79.2092 87.3433 76.1331 90.6933H76.119Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
32
|
+
</svg>
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-FilterTable">
|
|
2
|
+
<mask id="mask0_1663_6302" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
3
|
+
<circle cx="64" cy="64" r="64" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0_1663_6302)">
|
|
6
|
+
<path d="M152.191 3.37061H-47.2798C-48.58 3.36935 -49.8677 3.63716 -51.0692 4.15873C-52.2708 4.6803 -53.3627 5.4454 -54.2825 6.4103C-55.2023 7.3752 -55.932 8.52098 -56.4298 9.78214C-56.9277 11.0433 -57.1839 12.3951 -57.1839 13.7603V136.873C-57.1839 139.631 -56.1404 142.276 -54.2831 144.227C-52.4257 146.177 -49.9065 147.273 -47.2798 147.273H152.191C154.818 147.273 157.337 146.177 159.195 144.227C161.052 142.276 162.095 139.631 162.095 136.873V13.7603C162.095 12.3951 161.839 11.0433 161.341 9.78214C160.843 8.52098 160.114 7.3752 159.194 6.4103C158.274 5.4454 157.182 4.6803 155.981 4.15873C154.779 3.63716 153.491 3.36935 152.191 3.37061Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
7
|
+
<path d="M46.248 85.7637H-37.6125C-38.9049 85.7637 -39.9526 86.8133 -39.9526 88.1081V142.516C-39.9526 143.811 -38.9049 144.861 -37.6125 144.861H46.248C47.5405 144.861 48.5882 143.811 48.5882 142.516V88.1081C48.5882 86.8133 47.5405 85.7637 46.248 85.7637Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
8
|
+
<path d="M44.3066 88.9482H-35.7874C-36.9869 88.9482 -37.9593 89.9224 -37.9593 91.1241V140.13C-37.9593 141.332 -36.9869 142.306 -35.7874 142.306H44.3066C45.5061 142.306 46.4785 141.332 46.4785 140.13V91.1241C46.4785 89.9224 45.5061 88.9482 44.3066 88.9482Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
9
|
+
<path d="M4.47958 87.8463C4.79268 87.8463 5.0465 87.5921 5.0465 87.2784C5.0465 86.9647 4.79268 86.7104 4.47958 86.7104C4.16648 86.7104 3.91266 86.9647 3.91266 87.2784C3.91266 87.5921 4.16648 87.8463 4.47958 87.8463Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
10
|
+
<path d="M145.426 87.318L107.798 74.4285C106.2 73.8858 104.466 74.73 103.924 76.328L85.1697 131.067C84.627 132.665 85.4712 134.399 87.0692 134.941L124.698 147.831C126.296 148.374 128.029 147.529 128.572 145.931L147.326 91.1924C147.869 89.5944 147.024 87.8608 145.426 87.318Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
11
|
+
<path d="M122.858 88.2522C121.622 87.7547 120.25 87.6341 118.954 87.9206C117.642 88.1919 116.451 88.8553 115.517 89.8201C114.582 90.7849 113.949 91.991 113.707 93.3025C113.466 94.6141 113.617 95.9709 114.145 97.2071C114.672 98.4432 115.547 99.4834 116.677 100.207C117.793 100.931 119.104 101.323 120.446 101.293C121.788 101.277 123.084 100.855 124.185 100.102C125.285 99.3478 126.145 98.2774 126.642 97.0412L120.356 94.5387L122.873 88.2522H122.858Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
12
|
+
<path d="M124.863 87.333L122.361 93.6044L128.632 96.1069C128.964 95.2778 129.13 94.4034 129.115 93.5139C129.115 92.6245 128.919 91.7501 128.572 90.936C128.225 90.122 127.713 89.3833 127.08 88.7652C126.446 88.1471 125.693 87.6647 124.863 87.333Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
13
|
+
<path d="M130.079 109.78L103.863 100.795C102.989 100.494 102.054 100.961 101.753 101.835C101.451 102.71 101.919 103.644 102.793 103.946L129.009 112.931C129.883 113.232 130.818 112.765 131.12 111.891C131.421 111.016 130.954 110.082 130.079 109.78Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
14
|
+
<path d="M127.818 115.117L101.602 106.132C100.728 105.831 99.7928 106.298 99.4913 107.172C99.1898 108.047 99.6572 108.981 100.532 109.283L126.748 118.268C127.622 118.569 128.572 118.102 128.858 117.228C129.16 116.353 128.692 115.419 127.818 115.117Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
15
|
+
<path d="M113.406 116.143L99.4463 111.364C98.5719 111.062 97.6221 111.529 97.3357 112.404C97.0342 113.278 97.5015 114.213 98.3759 114.514L112.351 119.293C113.225 119.595 114.16 119.127 114.461 118.253C114.763 117.379 114.296 116.444 113.421 116.143H113.406Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
16
|
+
<g clip-path="url(#clip0_1663_6302)">
|
|
17
|
+
<path d="M77.8502 26.9609H7.2653C2.98827 26.9609 -0.478943 30.4282 -0.478943 34.7052V122.004C-0.478943 126.281 2.98827 129.748 7.2653 129.748H77.8502C82.1272 129.748 85.5944 126.281 85.5944 122.004V34.7052C85.5944 30.4282 82.1272 26.9609 77.8502 26.9609Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.45605 35.2826C7.45605 34.9306 7.5528 34.6484 7.67104 34.6484H76.9984C77.1166 34.6484 77.2133 34.9171 77.2133 35.2826V121.428C77.2133 121.781 77.1166 122.063 76.9984 122.063H7.67104C7.5528 122.063 7.45605 121.794 7.45605 121.428V35.2826Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
19
|
+
<path d="M77.2187 42.895H7.45605V50.0347H77.2187V42.895Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
20
|
+
<path d="M11.4947 45.5933H23.49C23.8823 45.5933 24.2021 46.0205 24.2021 46.5472C24.2021 47.0846 23.8823 47.4984 23.49 47.4984H11.4947C11.0997 47.4984 10.78 47.0712 10.78 46.5472C10.78 46.0205 11.089 45.5933 11.4947 45.5933Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
21
|
+
<path d="M11.4947 52.5742H21.2328C21.6251 52.5742 21.9449 53.0015 21.9449 53.5254C21.9449 54.0629 21.6251 54.4794 21.2328 54.4794H11.4947C11.0997 54.4794 10.78 54.0521 10.78 53.5254C10.78 53.0015 11.089 52.5742 11.4947 52.5742Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
22
|
+
<path d="M11.4947 59.8755H22.7806C23.1756 59.8755 23.4954 60.3027 23.4954 60.8267C23.4954 61.3641 23.1756 61.7806 22.7806 61.7806H11.4947C11.0997 61.7806 10.78 61.3534 10.78 60.8267C10.78 60.3 11.089 59.8755 11.4947 59.8755Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
23
|
+
<path d="M11.4947 66.8618H16.6002C16.9953 66.8618 17.3123 67.2891 17.3123 67.813C17.3123 68.3505 16.9953 68.7643 16.6002 68.7643H11.4947C11.0997 68.7643 10.78 68.3397 10.78 67.813C10.78 67.281 11.089 66.8618 11.4947 66.8618Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
24
|
+
<path d="M11.4947 73.9927H16.6002C16.9953 73.9927 17.3123 74.4172 17.3123 74.9439C17.3123 75.4813 16.9953 75.8952 16.6002 75.8952H11.4947C11.0997 75.8952 10.78 75.4706 10.78 74.9439C10.78 74.4172 11.089 73.9927 11.4947 73.9927Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
25
|
+
<path d="M11.4947 88.272H16.6002C16.9953 88.272 17.3123 88.6965 17.3123 89.2232C17.3123 89.7606 16.9953 90.1744 16.6002 90.1744H11.4947C11.0997 90.1744 10.78 89.7472 10.78 89.2232C10.78 88.6965 11.089 88.272 11.4947 88.272Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
26
|
+
<path d="M11.4947 81.1328H16.6002C16.9953 81.1328 17.3123 81.5574 17.3123 82.0841C17.3123 82.6215 16.9953 83.0353 16.6002 83.0353H11.4947C11.0997 83.0353 10.78 82.6107 10.78 82.0841C10.78 81.5574 11.089 81.1328 11.4947 81.1328Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
27
|
+
<path d="M11.4947 95.4092H16.6002C16.9953 95.4092 17.3123 95.8364 17.3123 96.3631C17.3123 96.9005 16.9953 97.3143 16.6002 97.3143H11.4947C11.0997 97.3143 10.78 96.8871 10.78 96.3631C10.78 95.8364 11.089 95.4092 11.4947 95.4092Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
28
|
+
<path d="M11.4706 102.579H16.5761C16.9684 102.579 17.2882 103.006 17.2882 103.53C17.2882 104.067 16.9684 104.484 16.5761 104.484H11.4706C11.0783 104.484 10.7585 104.056 10.7585 103.53C10.7585 103.006 11.0891 102.579 11.4706 102.579Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
29
|
+
<path d="M36.5736 45.5933H48.5688C48.9612 45.5933 49.2809 46.0205 49.2809 46.5472C49.2809 47.0846 48.9612 47.4984 48.5688 47.4984H36.5736C36.1786 47.4984 35.8588 47.0712 35.8588 46.5472C35.8588 46.0205 36.1786 45.5933 36.5736 45.5933Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
30
|
+
<path d="M36.5736 52.5742H46.3117C46.704 52.5742 47.0238 53.0015 47.0238 53.5254C47.0238 54.0629 46.704 54.4794 46.3117 54.4794H36.5736C36.1786 54.4794 35.8588 54.0521 35.8588 53.5254C35.8588 53.0015 36.1786 52.5742 36.5736 52.5742Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
31
|
+
<path d="M36.5736 59.8755H47.8594C48.2544 59.8755 48.5742 60.3027 48.5742 60.8267C48.5742 61.3641 48.2544 61.7806 47.8594 61.7806H36.5736C36.1786 61.7806 35.8588 61.3534 35.8588 60.8267C35.8588 60.3 36.1786 59.8755 36.5736 59.8755Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
32
|
+
<path d="M36.5736 66.8618H41.6791C42.0741 66.8618 42.3912 67.2891 42.3912 67.813C42.3912 68.3505 42.0741 68.7643 41.6791 68.7643H36.5736C36.1786 68.7643 35.8588 68.3397 35.8588 67.813C35.8588 67.281 36.1786 66.8618 36.5736 66.8618Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
33
|
+
<path d="M36.5736 73.9927H41.6791C42.0741 73.9927 42.3912 74.4172 42.3912 74.9439C42.3912 75.4813 42.0741 75.8952 41.6791 75.8952H36.5736C36.1786 75.8952 35.8588 75.4706 35.8588 74.9439C35.8588 74.4172 36.1786 73.9927 36.5736 73.9927Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
34
|
+
<path d="M36.5736 88.272H41.6791C42.0741 88.272 42.3912 88.6965 42.3912 89.2232C42.3912 89.7606 42.0741 90.1744 41.6791 90.1744H36.5736C36.1786 90.1744 35.8588 89.7472 35.8588 89.2232C35.8588 88.6965 36.1786 88.272 36.5736 88.272Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
35
|
+
<path d="M36.5736 81.1328H41.6791C42.0741 81.1328 42.3912 81.5574 42.3912 82.0841C42.3912 82.6215 42.0741 83.0353 41.6791 83.0353H36.5736C36.1786 83.0353 35.8588 82.6107 35.8588 82.0841C35.8588 81.5574 36.1786 81.1328 36.5736 81.1328Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
36
|
+
<path d="M36.5736 95.4092H41.6791C42.0741 95.4092 42.3912 95.8364 42.3912 96.3631C42.3912 96.9005 42.0741 97.3143 41.6791 97.3143H36.5736C36.1786 97.3143 35.8588 96.8871 35.8588 96.3631C35.8588 95.8364 36.1786 95.4092 36.5736 95.4092Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
37
|
+
<path d="M36.5494 102.579H41.6549C42.0472 102.579 42.367 103.006 42.367 103.53C42.367 104.067 42.0472 104.484 41.6549 104.484H36.5494C36.1571 104.484 35.8373 104.056 35.8373 103.53C35.8373 103.006 36.1571 102.579 36.5494 102.579Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
38
|
+
<path d="M61.3675 45.5933H73.3627C73.7551 45.5933 74.0748 46.0205 74.0748 46.5472C74.0748 47.0846 73.7551 47.4984 73.3627 47.4984H61.3675C60.9725 47.4984 60.6527 47.0712 60.6527 46.5472C60.6527 46.0205 60.9725 45.5933 61.3675 45.5933Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
39
|
+
<path d="M61.3675 52.5742H71.1055C71.4979 52.5742 71.8176 53.0015 71.8176 53.5254C71.8176 54.0629 71.4979 54.4794 71.1055 54.4794H61.3675C60.9725 54.4794 60.6527 54.0521 60.6527 53.5254C60.6527 53.0015 60.9725 52.5742 61.3675 52.5742Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
40
|
+
<path d="M61.3675 59.8755H72.6533C73.0483 59.8755 73.3681 60.3027 73.3681 60.8267C73.3681 61.3641 73.0483 61.7806 72.6533 61.7806H61.3675C60.9725 61.7806 60.6527 61.3534 60.6527 60.8267C60.6527 60.3 60.9725 59.8755 61.3675 59.8755Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
41
|
+
<path d="M61.3675 66.8618H66.473C66.8653 66.8618 67.1851 67.2891 67.1851 67.813C67.1851 68.3505 66.8653 68.7643 66.473 68.7643H61.3675C60.9725 68.7643 60.6527 68.3397 60.6527 67.813C60.6527 67.281 60.9725 66.8618 61.3675 66.8618Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
42
|
+
<path d="M61.3675 73.9927H66.473C66.8653 73.9927 67.1851 74.4172 67.1851 74.9439C67.1851 75.4813 66.8653 75.8952 66.473 75.8952H61.3675C60.9725 75.8952 60.6527 75.4706 60.6527 74.9439C60.6527 74.4172 60.9725 73.9927 61.3675 73.9927Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
43
|
+
<path d="M61.3675 88.272H66.473C66.8653 88.272 67.1851 88.6965 67.1851 89.2232C67.1851 89.7606 66.8653 90.1744 66.473 90.1744H61.3675C60.9725 90.1744 60.6527 89.7472 60.6527 89.2232C60.6527 88.6965 60.9725 88.272 61.3675 88.272Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
44
|
+
<path d="M61.3675 81.1328H66.473C66.8653 81.1328 67.1851 81.5574 67.1851 82.0841C67.1851 82.6215 66.8653 83.0353 66.473 83.0353H61.3675C60.9725 83.0353 60.6527 82.6107 60.6527 82.0841C60.6527 81.5574 60.9725 81.1328 61.3675 81.1328Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
45
|
+
<path d="M61.3675 95.4092H66.473C66.8653 95.4092 67.1851 95.8364 67.1851 96.3631C67.1851 96.9005 66.8653 97.3143 66.473 97.3143H61.3675C60.9725 97.3143 60.6527 96.8871 60.6527 96.3631C60.6527 95.8364 60.9725 95.4092 61.3675 95.4092Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
46
|
+
<path d="M61.3379 102.579H66.4434C66.8384 102.579 67.1582 103.006 67.1582 103.53C67.1582 104.067 66.8384 104.484 66.4434 104.484H61.3379C60.9429 104.484 60.6258 104.056 60.6258 103.53C60.6312 103.006 60.9483 102.579 61.3379 102.579Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
47
|
+
<path d="M26.0965 37.1855H12.446C11.5259 37.1855 10.78 37.9314 10.78 38.8516C10.78 39.7717 11.5259 40.5176 12.446 40.5176H26.0965C27.0166 40.5176 27.7625 39.7717 27.7625 38.8516C27.7625 37.9314 27.0166 37.1855 26.0965 37.1855Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
48
|
+
</g>
|
|
49
|
+
<path d="M55.3828 57.2488L76.9212 80.1905C77.0061 80.2825 77.0531 80.4033 77.0527 80.5286V102.894C77.052 103.121 77.1114 103.343 77.225 103.539C77.3385 103.735 77.502 103.897 77.6987 104.009C77.8954 104.12 78.1182 104.177 78.3441 104.174C78.57 104.17 78.7909 104.107 78.9841 103.989L93.5727 95.2042C93.7609 95.0913 93.9168 94.9315 94.0253 94.7404C94.1337 94.5492 94.1911 94.3332 94.1918 94.1133L94.2597 80.5286C94.2601 80.4057 94.3062 80.2874 94.389 80.1969L116.377 56.3174L55.3828 57.2488Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
50
|
+
<path d="M91.5756 80.3775V95.5486C91.5754 95.6341 91.5979 95.7182 91.6407 95.7921C91.6836 95.8661 91.7453 95.9273 91.8195 95.9695C91.8937 96.0117 91.9778 96.0334 92.063 96.0323C92.1483 96.0312 92.2318 96.0073 92.3049 95.9632L93.3395 95.3401C93.5974 95.1839 93.8109 94.9638 93.9595 94.7008C94.108 94.4379 94.1866 94.141 94.1876 93.8388L94.2533 80.7113C94.2555 80.4677 94.3477 80.2336 94.512 80.0542L115.614 57.1381C115.677 57.0683 115.719 56.9814 115.734 56.888C115.749 56.7946 115.737 56.6988 115.698 56.6124C115.66 56.5261 115.597 56.4529 115.517 56.402C115.438 56.351 115.345 56.3245 115.251 56.3257C115.198 56.327 115.146 56.337 115.096 56.3555L103.012 60.7363C102.905 60.7755 102.816 60.8507 102.759 60.9489L91.6392 80.1244C91.5955 80.2014 91.5735 80.2889 91.5756 80.3775Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
51
|
+
<path d="M85.3465 60.8047C103.298 60.8047 117.85 56.7792 117.85 51.8135C117.85 46.8478 103.298 42.8223 85.3465 42.8223C67.3952 42.8223 52.8428 46.8478 52.8428 51.8135C52.8428 56.7792 67.3952 60.8047 85.3465 60.8047Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
52
|
+
<path d="M117.85 51.8219C117.85 49.5762 114.872 47.524 109.949 45.9482L103.26 59.3266C112.05 57.7083 117.85 54.948 117.85 51.8219Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
53
|
+
<path d="M85.3466 62.5695C76.512 62.5695 68.1841 61.6105 61.8979 59.873C54.7234 57.8868 51.0853 55.1775 51.0853 51.8133C51.0853 48.449 54.7213 45.7418 61.8979 43.7556C68.1841 42.0182 76.512 41.0591 85.3466 41.0591C94.1812 41.0591 102.52 42.0182 108.797 43.7556C115.972 45.7418 119.61 48.4511 119.61 51.8133C119.61 55.1754 115.974 57.8868 108.797 59.873C102.511 61.6041 94.1833 62.5695 85.3466 62.5695ZM85.3466 44.5871C76.8194 44.5871 68.8223 45.4994 62.8329 47.156C56.322 48.9572 54.6026 50.9839 54.6026 51.8133C54.6026 52.6426 56.322 54.6714 62.8329 56.4726C68.8223 58.1292 76.8258 59.0415 85.3466 59.0415C93.8674 59.0415 101.871 58.1292 107.862 56.4726C114.371 54.6714 116.093 52.6447 116.093 51.8133C116.093 50.9818 114.371 48.9572 107.862 47.156C101.871 45.4994 93.8759 44.5913 85.3466 44.5913V44.5871Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
54
|
+
</g>
|
|
55
|
+
<defs>
|
|
56
|
+
<clipPath id="clip0_1663_6302">
|
|
57
|
+
<rect width="86.0734" height="102.787" fill="var(--sapContent_Illustrative_Color8)" transform="translate(-0.30835 27.3545)"/>
|
|
58
|
+
</clipPath>
|
|
59
|
+
</defs>
|
|
60
|
+
</svg>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-FilteringColumns">
|
|
2
|
+
<rect y="36" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M96.2298 82.7443L94.3807 81.8904L62.7262 78.9863C62.7262 78.9863 44.5998 77.091 39.6835 76.8245C33.5842 76.4928 27.5285 76.3215 27.1614 77.6077C26.7943 78.8938 30.8433 80.8218 41.1437 84.7728C48.8799 87.7422 56.8037 88.4492 59.4359 87.3833L75.0524 82.7796L96.2325 82.7443H96.2298Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M29.6946 48.0095L38.1929 78.7687C38.3749 79.4295 39.0186 79.8571 39.7046 79.7696L97.7978 72.7633C99.9272 72.2256 100.535 70.5153 100.246 69.6893L66.825 43.4974C66.6201 42.9143 66.0512 42.5386 65.4335 42.5775L31.3689 43.5751C30.4944 43.6302 28.7388 44.8838 29.6914 48.0128L29.6946 48.0095Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
5
|
+
<path d="M30.1405 45.3049L39.0582 77.5767C39.2402 78.2375 39.8839 78.6651 40.5699 78.5776L99.1182 71.513C99.9895 71.3996 100.536 70.5186 100.246 69.6926L88.9847 40.8704C88.7799 40.2874 88.2109 39.9116 87.5932 39.9505L31.3857 43.5654C30.5111 43.6205 29.9064 44.4627 30.1405 45.3049Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path d="M88.9847 40.8704C88.7799 40.2874 88.2109 39.9116 87.5932 39.9505L31.3857 43.5654C30.5111 43.6205 29.9064 44.4627 30.1405 45.3049L31.3889 49.8267L90.5517 44.887L88.9814 40.8704H88.9847Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
7
|
+
<path d="M32.7636 45.7326L33.2578 47.4494C33.3131 47.6373 33.5244 47.7765 33.7357 47.7603L51.2979 46.5554C51.493 46.5424 51.6068 46.3837 51.5482 46.2055L51.0151 44.5536C50.9565 44.3754 50.7517 44.2394 50.5567 44.2523L33.0465 45.3731C32.8384 45.386 32.7116 45.548 32.7636 45.7326Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<path d="M51.9844 60.5176L40.7911 61.6102C40.519 61.6385 40.3565 61.8611 40.4296 62.112L40.718 63.1074C40.7911 63.3583 41.0713 63.5404 41.3434 63.5121L52.557 62.3831C52.821 62.3548 52.9713 62.1362 52.8941 61.8894L52.5936 60.9142C52.5164 60.6673 52.2443 60.4893 51.9844 60.5176Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path d="M53.4591 65.3208L42.213 66.5065C41.9409 66.5348 41.7784 66.7655 41.8515 67.0204L42.1439 68.028C42.217 68.2829 42.4973 68.465 42.7734 68.4367L54.0439 67.2146C54.3079 67.1863 54.4582 66.9597 54.381 66.7088L54.0764 65.7214C53.9992 65.4706 53.7231 65.2925 53.4631 65.3208H53.4591Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
10
|
+
<path d="M44.2153 73.4389L58.6334 71.7596C58.8974 71.7272 59.0436 71.5006 58.9664 71.2457L58.6537 70.2503C58.5765 69.9994 58.3003 69.8213 58.0364 69.8496L43.6427 71.4804C43.3705 71.5128 43.2081 71.7475 43.2812 72.0024L43.5777 73.0262C43.6508 73.2852 43.9351 73.4713 44.2113 73.4389H44.2153Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
<path d="M39.0902 57.4708L39.3745 58.4501C39.4476 58.6969 39.7238 58.879 39.9959 58.8547L54.2109 57.5315C54.4708 57.5072 54.617 57.2928 54.5439 57.05L54.2474 56.095C54.1703 55.8522 53.9022 55.6782 53.6423 55.7025L39.4557 56.9812C39.1836 57.0055 39.0252 57.224 39.0943 57.4749L39.0902 57.4708Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
12
|
+
<path d="M60.5698 57.1816L60.8584 58.0121C60.9296 58.2144 61.154 58.3635 61.3606 58.3422L72.453 57.2278C72.6524 57.2065 72.7522 57.0326 72.6809 56.8338L72.3817 56.0246C72.3105 55.8294 72.0896 55.6839 71.8937 55.7017L60.8192 56.7806C60.6126 56.8019 60.5022 56.9793 60.5734 57.1816H60.5698Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<path d="M68.6424 52.1587L59.495 52.9856C59.2884 53.0033 59.1779 53.1808 59.2492 53.3795L59.5342 54.1994C59.6054 54.3981 59.8262 54.5472 60.0328 54.5259L71.0918 53.5059C71.2912 53.4882 71.3945 53.3143 71.3233 53.1191L71.0312 52.317C70.96 52.1218 70.7427 51.9798 70.5432 51.9976L68.6424 52.1587Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
14
|
+
<path d="M71.4379 59.8258L62.2157 60.7982C62.0091 60.8195 61.8986 61.0041 61.9699 61.2064L62.262 62.0475C62.3332 62.2534 62.5612 62.4024 62.7678 62.3776L72.0043 61.3767C72.2038 61.3554 72.3071 61.1744 72.2323 60.9721L71.933 60.1488C71.8582 59.95 71.6374 59.8045 71.4379 59.8258Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
15
|
+
<path d="M64.1929 66.4693L75.3743 65.1668C75.5738 65.142 75.6735 64.961 75.5987 64.7587L75.2923 63.9282C75.2175 63.7259 74.9967 63.5804 74.7972 63.6017L63.6336 64.8651C63.427 64.89 63.3166 65.0745 63.3879 65.2839L63.6835 66.1357C63.7548 66.3451 63.9827 66.4942 64.1929 66.4693Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
16
|
+
<path d="M65.6077 70.529L74.9154 69.372C75.1185 69.3472 75.2182 69.1591 75.1434 68.9532L74.8335 68.1086C74.7587 67.9027 74.5343 67.7572 74.3312 67.7821L65.0378 68.9107C64.8276 68.9355 64.7172 69.1272 64.792 69.3365L65.0912 70.199C65.166 70.4084 65.394 70.561 65.6041 70.5326L65.6077 70.529Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<path d="M87.7435 57.0601L78.3154 57.9819C78.0911 58.0018 77.979 58.2013 78.0631 58.4288L78.3955 59.3147C78.4796 59.5381 78.7279 59.7018 78.9522 59.6818L88.3923 58.7321C88.6086 58.7121 88.7127 58.5126 88.6286 58.2931L88.2882 57.4232C88.2041 57.2037 87.9597 57.0441 87.7435 57.064V57.0601Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
18
|
+
<path d="M80.6028 64.0712L92.3899 62.7943C92.6062 62.7703 92.7063 62.5708 92.6222 62.3473L92.2777 61.4694C92.1896 61.246 91.9453 61.0863 91.729 61.1103L79.958 62.3513C79.7337 62.3753 79.6216 62.5788 79.7057 62.8062L80.0421 63.7041C80.1262 63.9316 80.3785 64.0952 80.6028 64.0712Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
19
|
+
<path d="M76.5083 54.2826L76.8367 55.1565C76.9208 55.38 77.1691 55.5436 77.3894 55.5197L89.0964 54.4303C89.3087 54.4103 89.4128 54.2188 89.3287 54.0033L88.9923 53.1493C88.9082 52.9338 88.6638 52.7742 88.4516 52.7942L76.7646 53.8477C76.5403 53.8676 76.4282 54.0631 76.5123 54.2826H76.5083Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
20
|
+
<path d="M82.2769 68.5243L91.7851 67.415C92.0014 67.391 92.1055 67.1875 92.0174 66.9601L91.6689 66.0662C91.5808 65.8387 91.3325 65.6791 91.1162 65.7031L81.6201 66.7805C81.3958 66.8044 81.2837 67.0119 81.3678 67.2434L81.7082 68.1532C81.7963 68.3847 82.0486 68.5483 82.2729 68.5243H82.2769Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
21
|
+
<path d="M80.6562 77.3775L95.9301 82.748C95.9301 82.748 96.5719 83.0961 96.7976 81.6467C96.9689 80.5563 97.094 79.1233 96.2592 77.0621L82.3666 72.2437L80.6562 73.3341V77.3775Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
22
|
+
<path d="M95.9301 82.7448C95.9301 82.7448 96.5719 83.0929 96.7976 81.6435C96.8465 81.3254 80.6562 76.0093 80.6562 76.0093V77.3743L95.9301 82.7448Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
23
|
+
<path d="M96.5813 77.9751C96.4943 77.6841 96.3909 77.3796 96.2604 77.0587L82.3679 72.2402L82.2129 72.3408L82.561 73.4693L96.5813 77.9751Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
24
|
+
<path d="M70.079 49.9731L70.4515 50.3511C70.7452 50.6502 70.9954 50.9901 71.1939 51.3599L82.3672 72.2436C82.3672 72.2436 83.4141 74.525 80.6568 77.3775L59.1776 87.3353C58.5957 87.6045 57.9567 87.735 57.3122 87.7105H57.2959L70.079 49.9731Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
25
|
+
<path d="M52.9945 86.6091C53.7505 86.8674 54.6125 86.7124 55.5343 86.2094C52.9021 83.8926 53.1305 75.482 56.2576 66.2829C59.3059 57.3122 64.0808 50.6175 67.5614 50.0736C67.1508 49.285 66.6124 48.7466 65.9408 48.5182C65.7667 48.4584 65.5846 48.4258 65.3969 48.4094C65.3317 48.4067 65.2691 48.3986 65.2039 48.3986C61.6798 48.3632 56.467 55.5991 53.1332 65.41C50.4711 73.2468 49.7587 80.5099 51.015 84.1971C51.257 84.7791 51.5343 85.3066 51.8416 85.7743C52.1706 86.174 52.554 86.4568 52.9945 86.6064V86.6091Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
26
|
+
<path d="M56.2559 66.2832C53.1288 75.4824 52.9004 83.8929 55.5326 86.2097C58.8718 84.3878 62.9968 77.9596 65.8004 69.7176C68.6882 61.22 69.2837 53.3968 67.5597 50.0767C64.0791 50.6205 59.3041 57.3152 56.2559 66.286V66.2832Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
27
|
+
<path d="M65.2579 71.2404C65.4428 70.74 65.6223 70.2315 65.799 69.7176C68.6868 61.22 69.2823 53.3968 67.5584 50.0767C65.9812 50.3241 63.4306 52.1677 60.9941 56.1432C60.9941 56.1432 66.9656 57.1766 65.2579 71.2431V71.2404Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
28
|
+
<path d="M70.0927 65.4308L62.4271 80.2488L57.2959 87.7049H57.3122C57.954 87.7294 58.593 87.6016 59.1776 87.3324L80.6651 77.3759L68.7904 77.6039C71.3957 70.9545 72.3674 61.5947 72.3674 61.5947L70.0927 65.4308Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
29
|
+
<path d="M82.3672 72.2407L79.376 66.6499L72.0042 56.1401C72.0042 56.1401 72.1147 59.975 71.6045 62.9572L82.5575 73.4697C82.5766 72.7029 82.3645 72.2407 82.3645 72.2407H82.3672Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
30
|
+
<path d="M67.558 50.0736C67.1474 49.285 66.609 48.7466 65.9374 48.5182C65.7634 48.4584 65.5812 48.4257 65.3935 48.4094C65.3283 48.4067 65.2657 48.3986 65.2005 48.3986C62.9435 48.3768 59.9986 51.3353 57.293 56.0396C57.2957 56.0396 59.5091 55.3516 60.9911 56.1402C63.2318 52.6324 65.5975 50.3809 67.5553 50.0736H67.558Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
31
|
+
<path d="M70.4955 50.4409C69.8102 49.3179 67.6539 49.0025 66.5743 48.6354C66.1882 48.5048 65.7939 48.4341 65.3942 48.4097C65.5791 48.426 65.7613 48.4586 65.9381 48.5184C66.6097 48.7469 67.1508 49.2853 67.5587 50.0738C69.28 53.394 68.6872 61.2172 65.7994 69.7148C62.9986 77.9568 58.8708 84.385 55.5316 86.2069C54.6098 86.7099 53.7478 86.8649 52.9918 86.6066C52.5513 86.457 52.1652 86.1742 51.8389 85.7745C51.8497 85.7908 51.8606 85.8099 51.8715 85.8262C52.6818 87.0444 55.8824 87.9445 57.2964 87.7079C61.8511 86.9465 66.6369 79.6671 69.5818 71.001C72.4751 62.4871 72.8993 54.3811 70.4955 50.4409Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
32
|
+
<path d="M69.2409 49.4703C68.7031 49.1992 67.6235 48.9179 66.5738 48.6354C66.1876 48.5048 65.7934 48.4341 65.3936 48.4097C65.5785 48.426 65.7607 48.4586 65.9375 48.5184C66.6091 48.7469 67.1503 49.2853 67.5581 50.0738C69.2809 53.4045 68.5761 63.4827 64.3809 73.4856C70.5186 64.1008 70.8058 53.1154 69.2409 49.4703Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
33
|
+
</svg>
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-GroupTable">
|
|
2
|
+
<mask id="mask0_1663_6604" class="sapIllus_MaskTypeAlpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
3
|
+
<circle cx="64" cy="64" r="64" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0_1663_6604)">
|
|
6
|
+
<path d="M171.617 -13.0137H-28.8132C-30.1197 -13.015 -31.4135 -12.7395 -32.6209 -12.2029C-33.8282 -11.6663 -34.9254 -10.8793 -35.8496 -9.88664C-36.7738 -8.89401 -37.507 -7.71532 -38.0072 -6.41792C-38.5075 -5.12052 -38.765 -3.72985 -38.765 -2.32542V124.325C-38.765 127.162 -37.7165 129.883 -35.8502 131.89C-33.9839 133.896 -31.4526 135.023 -28.8132 135.023H171.617C174.256 135.023 176.787 133.896 178.654 131.89C180.52 129.883 181.569 127.162 181.569 124.325V-2.32542C181.569 -3.72985 181.311 -5.12052 180.811 -6.41792C180.311 -7.71532 179.577 -8.89401 178.653 -9.88664C177.729 -10.8793 176.632 -11.6663 175.424 -12.2029C174.217 -12.7395 172.923 -13.015 171.617 -13.0137Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
7
|
+
<path d="M64.8999 73.0698H-19.3638C-20.6624 73.0698 -21.7152 74.1245 -21.7152 75.4255V130.095C-21.7152 131.396 -20.6624 132.451 -19.3638 132.451H64.8999C66.1986 132.451 67.2513 131.396 67.2513 130.095V75.4255C67.2513 74.1245 66.1986 73.0698 64.8999 73.0698Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
8
|
+
<path d="M62.9491 76.2695H-17.53C-18.7353 76.2695 -19.7123 77.2484 -19.7123 78.4558V127.698C-19.7123 128.905 -18.7353 129.884 -17.53 129.884H62.9491C64.1543 129.884 65.1314 128.905 65.1314 127.698V78.4558C65.1314 77.2484 64.1543 76.2695 62.9491 76.2695Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
9
|
+
<path d="M22.9306 75.1623C23.2452 75.1623 23.5003 74.9068 23.5003 74.5917C23.5003 74.2765 23.2452 74.021 22.9306 74.021C22.616 74.021 22.361 74.2765 22.361 74.5917C22.361 74.9068 22.616 75.1623 22.9306 75.1623Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
10
|
+
<g clip-path="url(#clip0_1663_6604)">
|
|
11
|
+
<path d="M112.354 26.7891H48.9948C45.1556 26.7891 42.0433 29.9013 42.0433 33.7405V112.102C42.0433 115.941 45.1556 119.054 48.9948 119.054H112.354C116.193 119.054 119.305 115.941 119.305 112.102V33.7405C119.305 29.9013 116.193 26.7891 112.354 26.7891Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M49.166 34.2587C49.166 33.9427 49.2529 33.6895 49.359 33.6895H111.589C111.695 33.6895 111.782 33.9307 111.782 34.2587V111.586C111.782 111.902 111.695 112.155 111.589 112.155H49.359C49.2529 112.155 49.166 111.914 49.166 111.586V34.2587Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
13
|
+
<path d="M111.787 41.0923H49.166V47.501H111.787V41.0923Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
14
|
+
<path d="M52.7913 43.5142H63.5585C63.9107 43.5142 64.1977 43.8977 64.1977 44.3704C64.1977 44.8528 63.9107 45.2243 63.5585 45.2243H52.7913C52.4367 45.2243 52.1497 44.8408 52.1497 44.3704C52.1497 43.8977 52.427 43.5142 52.7913 43.5142Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
15
|
+
<path d="M52.7913 49.7803H61.5324C61.8846 49.7803 62.1716 50.1638 62.1716 50.6341C62.1716 51.1165 61.8846 51.4904 61.5324 51.4904H52.7913C52.4367 51.4904 52.1497 51.1069 52.1497 50.6341C52.1497 50.1638 52.427 49.7803 52.7913 49.7803Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
16
|
+
<path d="M52.7913 56.334H62.9218C63.2763 56.334 63.5634 56.7175 63.5634 57.1878C63.5634 57.6702 63.2763 58.0441 62.9218 58.0441H52.7913C52.4367 58.0441 52.1497 57.6606 52.1497 57.1878C52.1497 56.7151 52.427 56.334 52.7913 56.334Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
17
|
+
<path d="M52.7913 62.6055H57.3741C57.7287 62.6055 58.0133 62.989 58.0133 63.4593C58.0133 63.9417 57.7287 64.3132 57.3741 64.3132H52.7913C52.4367 64.3132 52.1497 63.9321 52.1497 63.4593C52.1497 62.9817 52.427 62.6055 52.7913 62.6055Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
18
|
+
<path d="M52.7913 69.0063H57.3741C57.7287 69.0063 58.0133 69.3875 58.0133 69.8602C58.0133 70.3426 57.7287 70.7141 57.3741 70.7141H52.7913C52.4367 70.7141 52.1497 70.333 52.1497 69.8602C52.1497 69.3875 52.427 69.0063 52.7913 69.0063Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
19
|
+
<path d="M52.7913 81.8237H57.3741C57.7287 81.8237 58.0133 82.2048 58.0133 82.6776C58.0133 83.16 57.7287 83.5314 57.3741 83.5314H52.7913C52.4367 83.5314 52.1497 83.1479 52.1497 82.6776C52.1497 82.2048 52.427 81.8237 52.7913 81.8237Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
20
|
+
<path d="M52.7913 75.4155H57.3741C57.7287 75.4155 58.0133 75.7966 58.0133 76.2694C58.0133 76.7518 57.7287 77.1232 57.3741 77.1232H52.7913C52.4367 77.1232 52.1497 76.7421 52.1497 76.2694C52.1497 75.7966 52.427 75.4155 52.7913 75.4155Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
21
|
+
<path d="M52.7913 88.2305H57.3741C57.7287 88.2305 58.0133 88.614 58.0133 89.0867C58.0133 89.5691 57.7287 89.9406 57.3741 89.9406H52.7913C52.4367 89.9406 52.1497 89.5571 52.1497 89.0867C52.1497 88.614 52.427 88.2305 52.7913 88.2305Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
22
|
+
<path d="M52.7696 94.6655H57.3525C57.7046 94.6655 57.9916 95.049 57.9916 95.5194C57.9916 96.0018 57.7046 96.3756 57.3525 96.3756H52.7696C52.4175 96.3756 52.1304 95.9921 52.1304 95.5194C52.1304 95.049 52.4271 94.6655 52.7696 94.6655Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
23
|
+
<path d="M75.3027 43.5142H86.07C86.4221 43.5142 86.7092 43.8977 86.7092 44.3704C86.7092 44.8528 86.4221 45.2243 86.07 45.2243H75.3027C74.9481 45.2243 74.6611 44.8408 74.6611 44.3704C74.6611 43.8977 74.9481 43.5142 75.3027 43.5142Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
24
|
+
<path d="M75.3027 49.7803H84.0439C84.3961 49.7803 84.6831 50.1638 84.6831 50.6341C84.6831 51.1165 84.3961 51.4904 84.0439 51.4904H75.3027C74.9481 51.4904 74.6611 51.1069 74.6611 50.6341C74.6611 50.1638 74.9481 49.7803 75.3027 49.7803Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
25
|
+
<path d="M75.3027 56.334H85.4332C85.7878 56.334 86.0748 56.7175 86.0748 57.1878C86.0748 57.6702 85.7878 58.0441 85.4332 58.0441H75.3027C74.9481 58.0441 74.6611 57.6606 74.6611 57.1878C74.6611 56.7151 74.9481 56.334 75.3027 56.334Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
26
|
+
<path d="M75.3027 62.6055H79.8856C80.2401 62.6055 80.5248 62.989 80.5248 63.4593C80.5248 63.9417 80.2401 64.3132 79.8856 64.3132H75.3027C74.9481 64.3132 74.6611 63.9321 74.6611 63.4593C74.6611 62.9817 74.9481 62.6055 75.3027 62.6055Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
27
|
+
<path d="M75.3027 69.0063H79.8856C80.2401 69.0063 80.5248 69.3875 80.5248 69.8602C80.5248 70.3426 80.2401 70.7141 79.8856 70.7141H75.3027C74.9481 70.7141 74.6611 70.333 74.6611 69.8602C74.6611 69.3875 74.9481 69.0063 75.3027 69.0063Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
28
|
+
<path d="M75.3027 81.8237H79.8856C80.2401 81.8237 80.5248 82.2048 80.5248 82.6776C80.5248 83.16 80.2401 83.5314 79.8856 83.5314H75.3027C74.9481 83.5314 74.6611 83.1479 74.6611 82.6776C74.6611 82.2048 74.9481 81.8237 75.3027 81.8237Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
29
|
+
<path d="M75.3027 75.4155H79.8856C80.2401 75.4155 80.5248 75.7966 80.5248 76.2694C80.5248 76.7518 80.2401 77.1232 79.8856 77.1232H75.3027C74.9481 77.1232 74.6611 76.7421 74.6611 76.2694C74.6611 75.7966 74.9481 75.4155 75.3027 75.4155Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
30
|
+
<path d="M75.3027 88.2305H79.8856C80.2401 88.2305 80.5248 88.614 80.5248 89.0867C80.5248 89.5691 80.2401 89.9406 79.8856 89.9406H75.3027C74.9481 89.9406 74.6611 89.5571 74.6611 89.0867C74.6611 88.614 74.9481 88.2305 75.3027 88.2305Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
31
|
+
<path d="M75.281 94.6655H79.8639C80.216 94.6655 80.5031 95.049 80.5031 95.5194C80.5031 96.0018 80.216 96.3756 79.8639 96.3756H75.281C74.9289 96.3756 74.6418 95.9921 74.6418 95.5194C74.6418 95.049 74.9289 94.6655 75.281 94.6655Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
32
|
+
<path d="M97.5585 43.5142H108.326C108.678 43.5142 108.965 43.8977 108.965 44.3704C108.965 44.8528 108.678 45.2243 108.326 45.2243H97.5585C97.2039 45.2243 96.9169 44.8408 96.9169 44.3704C96.9169 43.8977 97.2039 43.5142 97.5585 43.5142Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
33
|
+
<path d="M97.5585 49.7803H106.3C106.652 49.7803 106.939 50.1638 106.939 50.6341C106.939 51.1165 106.652 51.4904 106.3 51.4904H97.5585C97.2039 51.4904 96.9169 51.1069 96.9169 50.6341C96.9169 50.1638 97.2039 49.7803 97.5585 49.7803Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
34
|
+
<path d="M97.5585 56.334H107.689C108.044 56.334 108.331 56.7175 108.331 57.1878C108.331 57.6702 108.044 58.0441 107.689 58.0441H97.5585C97.2039 58.0441 96.9169 57.6606 96.9169 57.1878C96.9169 56.7151 97.2039 56.334 97.5585 56.334Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
35
|
+
<path d="M97.5585 62.6055H102.141C102.493 62.6055 102.781 62.989 102.781 63.4593C102.781 63.9417 102.493 64.3132 102.141 64.3132H97.5585C97.2039 64.3132 96.9169 63.9321 96.9169 63.4593C96.9169 62.9817 97.2039 62.6055 97.5585 62.6055Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
36
|
+
<path d="M97.5585 69.0063H102.141C102.493 69.0063 102.781 69.3875 102.781 69.8602C102.781 70.3426 102.493 70.7141 102.141 70.7141H97.5585C97.2039 70.7141 96.9169 70.333 96.9169 69.8602C96.9169 69.3875 97.2039 69.0063 97.5585 69.0063Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
37
|
+
<path d="M97.5585 81.8237H102.141C102.493 81.8237 102.781 82.2048 102.781 82.6776C102.781 83.16 102.493 83.5314 102.141 83.5314H97.5585C97.2039 83.5314 96.9169 83.1479 96.9169 82.6776C96.9169 82.2048 97.2039 81.8237 97.5585 81.8237Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
38
|
+
<path d="M97.5585 75.4155H102.141C102.493 75.4155 102.781 75.7966 102.781 76.2694C102.781 76.7518 102.493 77.1232 102.141 77.1232H97.5585C97.2039 77.1232 96.9169 76.7421 96.9169 76.2694C96.9169 75.7966 97.2039 75.4155 97.5585 75.4155Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
39
|
+
<path d="M97.5585 88.2305H102.141C102.493 88.2305 102.781 88.614 102.781 89.0867C102.781 89.5691 102.493 89.9406 102.141 89.9406H97.5585C97.2039 89.9406 96.9169 89.5571 96.9169 89.0867C96.9169 88.614 97.2039 88.2305 97.5585 88.2305Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
40
|
+
<path d="M97.5319 94.6655H102.115C102.469 94.6655 102.756 95.049 102.756 95.5194C102.756 96.0018 102.469 96.3756 102.115 96.3756H97.5319C97.1773 96.3756 96.8927 95.9921 96.8927 95.5194C96.8975 95.049 97.1821 94.6655 97.5319 94.6655Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
41
|
+
<path d="M65.8982 35.9673H53.6451C52.8192 35.9673 52.1497 36.6368 52.1497 37.4627C52.1497 38.2887 52.8192 38.9582 53.6451 38.9582H65.8982C66.7241 38.9582 67.3936 38.2887 67.3936 37.4627C67.3936 36.6368 66.7241 35.9673 65.8982 35.9673Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
42
|
+
</g>
|
|
43
|
+
<path d="M11.2355 50.6638C11.2355 49.7285 8.52085 48.9799 4.89371 48.8099C4.68633 45.1872 3.8879 42.4935 2.9526 42.4956C2.0173 42.4977 1.23962 45.2121 1.04053 48.8535C-2.59698 49.1023 -5.30128 49.9152 -5.28884 50.8525C-5.27639 51.7898 -2.57417 52.5383 1.05297 52.7063C1.27073 56.329 2.05878 59.0227 2.99201 59.0206C3.92523 59.0185 4.70706 56.3041 4.90615 52.6628C8.54366 52.4139 11.2459 51.6011 11.2355 50.6638Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
44
|
+
<g clip-path="url(#clip1_1663_6604)">
|
|
45
|
+
<path d="M85.5006 15.0845H22.1416C18.3025 15.0845 15.1902 18.1967 15.1902 22.0359V100.398C15.1902 104.237 18.3025 107.349 22.1416 107.349H85.5006C89.3398 107.349 92.4521 104.237 92.4521 100.398V22.0359C92.4521 18.1967 89.3398 15.0845 85.5006 15.0845Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
46
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3129 22.5541C22.3129 22.2381 22.3997 21.9849 22.5058 21.9849H84.736C84.8421 21.9849 84.9289 22.2261 84.9289 22.5541V99.8811C84.9289 100.197 84.8421 100.45 84.736 100.45H22.5058C22.3997 100.45 22.3129 100.209 22.3129 99.8811V22.5541Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
47
|
+
<path d="M84.9338 29.3877H22.3129V35.7964H84.9338V29.3877Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
48
|
+
<path d="M25.9381 31.8096H36.7054C37.0575 31.8096 37.3446 32.1931 37.3446 32.6658C37.3446 33.1483 37.0575 33.5197 36.7054 33.5197H25.9381C25.5835 33.5197 25.2965 33.1362 25.2965 32.6658C25.2965 32.1931 25.5739 31.8096 25.9381 31.8096Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
49
|
+
<path d="M25.9381 38.0757H34.6793C35.0314 38.0757 35.3185 38.4592 35.3185 38.9295C35.3185 39.4119 35.0314 39.7858 34.6793 39.7858H25.9381C25.5835 39.7858 25.2965 39.4023 25.2965 38.9295C25.2965 38.4592 25.5739 38.0757 25.9381 38.0757Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
50
|
+
<path d="M25.9381 44.6294H36.0686C36.4232 44.6294 36.7102 45.0129 36.7102 45.4832C36.7102 45.9656 36.4232 46.3395 36.0686 46.3395H25.9381C25.5835 46.3395 25.2965 45.956 25.2965 45.4832C25.2965 45.0105 25.5739 44.6294 25.9381 44.6294Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
51
|
+
<path d="M25.9381 50.9009H30.521C30.8755 50.9009 31.1601 51.2844 31.1601 51.7547C31.1601 52.2371 30.8755 52.6086 30.521 52.6086H25.9381C25.5835 52.6086 25.2965 52.2275 25.2965 51.7547C25.2965 51.2771 25.5739 50.9009 25.9381 50.9009Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
52
|
+
<path d="M25.9381 57.3018H30.521C30.8755 57.3018 31.1601 57.6829 31.1601 58.1556C31.1601 58.638 30.8755 59.0095 30.521 59.0095H25.9381C25.5835 59.0095 25.2965 58.6284 25.2965 58.1556C25.2965 57.6829 25.5739 57.3018 25.9381 57.3018Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
53
|
+
<path d="M25.9381 70.1191H30.521C30.8755 70.1191 31.1601 70.5002 31.1601 70.973C31.1601 71.4554 30.8755 71.8268 30.521 71.8268H25.9381C25.5835 71.8268 25.2965 71.4433 25.2965 70.973C25.2965 70.5002 25.5739 70.1191 25.9381 70.1191Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
54
|
+
<path d="M25.9381 63.7109H30.521C30.8755 63.7109 31.1601 64.092 31.1601 64.5648C31.1601 65.0472 30.8755 65.4186 30.521 65.4186H25.9381C25.5835 65.4186 25.2965 65.0376 25.2965 64.5648C25.2965 64.092 25.5739 63.7109 25.9381 63.7109Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
55
|
+
<path d="M25.9381 76.5259H30.521C30.8755 76.5259 31.1601 76.9094 31.1601 77.3822C31.1601 77.8646 30.8755 78.236 30.521 78.236H25.9381C25.5835 78.236 25.2965 77.8525 25.2965 77.3822C25.2965 76.9094 25.5739 76.5259 25.9381 76.5259Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
56
|
+
<path d="M25.9165 82.9609H30.4993C30.8515 82.9609 31.1385 83.3444 31.1385 83.8148C31.1385 84.2972 30.8515 84.6711 30.4993 84.6711H25.9165C25.5643 84.6711 25.2773 84.2875 25.2773 83.8148C25.2773 83.3444 25.574 82.9609 25.9165 82.9609Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
57
|
+
<path d="M48.4496 31.8096H59.2168C59.569 31.8096 59.856 32.1931 59.856 32.6658C59.856 33.1483 59.569 33.5197 59.2168 33.5197H48.4496C48.095 33.5197 47.808 33.1362 47.808 32.6658C47.808 32.1931 48.095 31.8096 48.4496 31.8096Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
58
|
+
<path d="M48.4496 38.0757H57.1907C57.5429 38.0757 57.8299 38.4592 57.8299 38.9295C57.8299 39.4119 57.5429 39.7858 57.1907 39.7858H48.4496C48.095 39.7858 47.808 39.4023 47.808 38.9295C47.808 38.4592 48.095 38.0757 48.4496 38.0757Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
59
|
+
<path d="M48.4496 44.6294H58.5801C58.9346 44.6294 59.2217 45.0129 59.2217 45.4832C59.2217 45.9656 58.9346 46.3395 58.5801 46.3395H48.4496C48.095 46.3395 47.808 45.956 47.808 45.4832C47.808 45.0105 48.095 44.6294 48.4496 44.6294Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
60
|
+
<path d="M48.4496 50.9009H53.0324C53.387 50.9009 53.6716 51.2844 53.6716 51.7547C53.6716 52.2371 53.387 52.6086 53.0324 52.6086H48.4496C48.095 52.6086 47.808 52.2275 47.808 51.7547C47.808 51.2771 48.095 50.9009 48.4496 50.9009Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
61
|
+
<path d="M48.4496 57.3018H53.0324C53.387 57.3018 53.6716 57.6829 53.6716 58.1556C53.6716 58.638 53.387 59.0095 53.0324 59.0095H48.4496C48.095 59.0095 47.808 58.6284 47.808 58.1556C47.808 57.6829 48.095 57.3018 48.4496 57.3018Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
62
|
+
<path d="M48.4496 70.1191H53.0324C53.387 70.1191 53.6716 70.5002 53.6716 70.973C53.6716 71.4554 53.387 71.8268 53.0324 71.8268H48.4496C48.095 71.8268 47.808 71.4433 47.808 70.973C47.808 70.5002 48.095 70.1191 48.4496 70.1191Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
63
|
+
<path d="M48.4496 63.7109H53.0324C53.387 63.7109 53.6716 64.092 53.6716 64.5648C53.6716 65.0472 53.387 65.4186 53.0324 65.4186H48.4496C48.095 65.4186 47.808 65.0376 47.808 64.5648C47.808 64.092 48.095 63.7109 48.4496 63.7109Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
64
|
+
<path d="M48.4496 76.5259H53.0324C53.387 76.5259 53.6716 76.9094 53.6716 77.3822C53.6716 77.8646 53.387 78.236 53.0324 78.236H48.4496C48.095 78.236 47.808 77.8525 47.808 77.3822C47.808 76.9094 48.095 76.5259 48.4496 76.5259Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
65
|
+
<path d="M48.4279 82.9609H53.0107C53.3629 82.9609 53.6499 83.3444 53.6499 83.8148C53.6499 84.2972 53.3629 84.6711 53.0107 84.6711H48.4279C48.0757 84.6711 47.7887 84.2875 47.7887 83.8148C47.7887 83.3444 48.0757 82.9609 48.4279 82.9609Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
66
|
+
<path d="M70.7053 31.8096H81.4726C81.8248 31.8096 82.1118 32.1931 82.1118 32.6658C82.1118 33.1483 81.8248 33.5197 81.4726 33.5197H70.7053C70.3508 33.5197 70.0637 33.1362 70.0637 32.6658C70.0637 32.1931 70.3508 31.8096 70.7053 31.8096Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
67
|
+
<path d="M70.7053 38.0757H79.4465C79.7986 38.0757 80.0857 38.4592 80.0857 38.9295C80.0857 39.4119 79.7986 39.7858 79.4465 39.7858H70.7053C70.3508 39.7858 70.0637 39.4023 70.0637 38.9295C70.0637 38.4592 70.3508 38.0757 70.7053 38.0757Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
68
|
+
<path d="M70.7053 44.6294H80.8358C81.1904 44.6294 81.4774 45.0129 81.4774 45.4832C81.4774 45.9656 81.1904 46.3395 80.8358 46.3395H70.7053C70.3508 46.3395 70.0637 45.956 70.0637 45.4832C70.0637 45.0105 70.3508 44.6294 70.7053 44.6294Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
69
|
+
<path d="M70.7053 50.9009H75.2882C75.6403 50.9009 75.9274 51.2844 75.9274 51.7547C75.9274 52.2371 75.6403 52.6086 75.2882 52.6086H70.7053C70.3508 52.6086 70.0637 52.2275 70.0637 51.7547C70.0637 51.2771 70.3508 50.9009 70.7053 50.9009Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
70
|
+
<path d="M70.7053 57.3018H75.2882C75.6403 57.3018 75.9274 57.6829 75.9274 58.1556C75.9274 58.638 75.6403 59.0095 75.2882 59.0095H70.7053C70.3508 59.0095 70.0637 58.6284 70.0637 58.1556C70.0637 57.6829 70.3508 57.3018 70.7053 57.3018Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
71
|
+
<path d="M70.7053 70.1191H75.2882C75.6403 70.1191 75.9274 70.5002 75.9274 70.973C75.9274 71.4554 75.6403 71.8268 75.2882 71.8268H70.7053C70.3508 71.8268 70.0637 71.4433 70.0637 70.973C70.0637 70.5002 70.3508 70.1191 70.7053 70.1191Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
72
|
+
<path d="M70.7053 63.7109H75.2882C75.6403 63.7109 75.9274 64.092 75.9274 64.5648C75.9274 65.0472 75.6403 65.4186 75.2882 65.4186H70.7053C70.3508 65.4186 70.0637 65.0376 70.0637 64.5648C70.0637 64.092 70.3508 63.7109 70.7053 63.7109Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
73
|
+
<path d="M70.7053 76.5259H75.2882C75.6403 76.5259 75.9274 76.9094 75.9274 77.3822C75.9274 77.8646 75.6403 78.236 75.2882 78.236H70.7053C70.3508 78.236 70.0637 77.8525 70.0637 77.3822C70.0637 76.9094 70.3508 76.5259 70.7053 76.5259Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
74
|
+
<path d="M70.6787 82.9609H75.2616C75.6161 82.9609 75.9032 83.3444 75.9032 83.8148C75.9032 84.2972 75.6161 84.6711 75.2616 84.6711H70.6787C70.3242 84.6711 70.0396 84.2875 70.0396 83.8148C70.0444 83.3444 70.329 82.9609 70.6787 82.9609Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
75
|
+
<path d="M39.045 24.2627H26.792C25.966 24.2627 25.2965 24.9322 25.2965 25.7581C25.2965 26.5841 25.966 27.2536 26.792 27.2536H39.045C39.871 27.2536 40.5405 26.5841 40.5405 25.7581C40.5405 24.9322 39.871 24.2627 39.045 24.2627Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
76
|
+
</g>
|
|
77
|
+
</g>
|
|
78
|
+
<defs>
|
|
79
|
+
<clipPath id="clip0_1663_6604">
|
|
80
|
+
<rect width="77.2619" height="92.2647" fill="var(--sapContent_Illustrative_Color8)" transform="translate(41.7945 26.9214)"/>
|
|
81
|
+
</clipPath>
|
|
82
|
+
<clipPath id="clip1_1663_6604">
|
|
83
|
+
<rect width="77.2619" height="92.2647" fill="var(--sapContent_Illustrative_Color8)" transform="translate(14.9413 15.2168)"/>
|
|
84
|
+
</clipPath>
|
|
85
|
+
</defs>
|
|
86
|
+
</svg>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Spot-GroupingColumns">
|
|
2
|
+
<rect y="37.2837" width="128" height="55" rx="8" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M87.7242 77.163L73.2964 72.6218C73.2497 72.6071 73.203 72.5998 73.1563 72.6108L29.6277 75.7657C28.0968 75.8311 28.126 76.3198 28.5427 76.5252L38.6195 82.1349C39.4638 82.4285 40.362 82.4982 41.2386 82.3367L86.5027 77.8198C87.7709 77.6474 88.3082 77.4074 87.7242 77.163Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M32.6839 42.4765L41.3903 74.1062C41.5766 74.786 42.2392 75.2243 42.9362 75.1345L91.3858 68.5263C93.0871 67.9811 93.7565 66.2281 93.4632 65.3792L70.7257 37.8353C70.5152 37.2348 69.932 36.8483 69.3005 36.8897L34.4024 37.9146C33.5051 37.9698 31.7073 39.2604 32.6839 42.4765Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
5
|
+
<path d="M33.1392 39.6961L42.2736 72.8786C42.4599 73.5584 43.1225 73.9966 43.8195 73.9069L92.3278 67.2366C93.2181 67.1227 93.7806 66.2152 93.4838 65.3663L82.624 35.9485C82.4135 35.3481 81.8304 34.9616 81.1989 35.003L34.4161 37.9051C33.5188 37.9603 32.9011 38.8265 33.1392 39.6926V39.6961Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path d="M82.624 35.9485C82.4135 35.3481 81.8304 34.9616 81.1989 35.003L34.4161 37.9051C33.5188 37.9603 32.9011 38.8265 33.1392 39.6926L34.7737 45.661L84.7553 41.2948L82.6206 35.9451L82.624 35.9485Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
7
|
+
<path d="M42.0282 41.1149C42.3093 42.3117 41.4498 43.3639 40.1004 43.4844C38.7349 43.6089 37.3573 42.7374 37.032 41.5205C36.7027 40.2835 37.5822 39.1831 38.9959 39.0827C40.3895 38.9823 41.743 39.902 42.0282 41.1149Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<path d="M51.1311 50.7607L40.9238 51.6691C40.7877 51.682 40.6517 51.6047 40.6225 51.4952L40.1982 50.0231C40.1658 49.9168 40.2532 49.8202 40.3893 49.8073L50.5772 48.9408C50.7067 48.9311 50.8395 49.0052 50.8719 49.1115L51.3125 50.5514C51.3449 50.6577 51.2639 50.7511 51.1343 50.764L51.1311 50.7607Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path d="M50.9527 55.2777L42.2096 56.1377C42.0735 56.1506 41.9374 56.0733 41.9051 55.9638L41.4775 54.4692C41.4451 54.3597 41.5325 54.2598 41.6686 54.2469L50.3955 53.4223C50.5283 53.4094 50.6611 53.4867 50.6935 53.593L51.1373 55.0586C51.1697 55.1649 51.0887 55.2648 50.9591 55.2777H50.9527Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
10
|
+
<path d="M53.8138 59.5589L43.5093 60.6702C43.3733 60.6863 43.234 60.6058 43.2016 60.4963L42.7675 58.9791C42.7351 58.8696 42.8226 58.7665 42.9586 58.7536L53.2437 57.6874C53.3765 57.6746 53.5093 57.7519 53.5417 57.8582L53.9952 59.3399C54.0276 59.4494 53.9499 59.5493 53.817 59.5621L53.8138 59.5589Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
<path d="M55.1864 64.0552L44.8333 65.2728C44.6941 65.2889 44.558 65.2116 44.5256 65.0957L44.085 63.556C44.0527 63.4432 44.1369 63.3401 44.2762 63.324L54.6066 62.1515C54.7394 62.1354 54.8722 62.2127 54.9046 62.3223L55.3646 63.8233C55.397 63.9328 55.3192 64.0359 55.1864 64.052V64.0552Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
12
|
+
<path d="M54.0176 68.945L46.1783 69.9435C46.039 69.9596 45.8997 69.8823 45.8674 69.7664L45.4171 68.2041C45.3847 68.0881 45.4689 67.9818 45.6082 67.9657L53.4346 67.0026C53.5674 66.9865 53.7034 67.0638 53.7391 67.1766L54.2023 68.7098C54.2347 68.8226 54.1537 68.9289 54.0209 68.945H54.0176Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<path d="M65.5111 49.4821L57.3738 50.2068C57.2474 50.2197 57.1178 50.1424 57.0854 50.0393L56.6384 48.6188C56.606 48.5157 56.6805 48.4223 56.8101 48.4126L64.9345 47.7201C65.0576 47.7104 65.1839 47.7845 65.2163 47.8844L65.6763 49.2759C65.7087 49.379 65.6374 49.4692 65.5143 49.4821H65.5111Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
14
|
+
<path d="M68.3155 53.5708L58.7302 54.5146C58.6038 54.5275 58.471 54.4502 58.4386 54.3439L57.9851 52.9041C57.9527 52.7978 58.0272 52.7043 58.1568 52.6915L67.7259 51.7895C67.849 51.7767 67.9754 51.8507 68.0078 51.9538L68.4742 53.3615C68.5099 53.4645 68.4386 53.558 68.3155 53.5708Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
15
|
+
<path d="M69.7352 57.8418L60.111 58.879C59.9814 58.8919 59.8518 58.8178 59.8162 58.7083L59.3562 57.2459C59.3238 57.1396 59.3983 57.043 59.5279 57.0269L69.1359 56.0283C69.259 56.0154 69.3853 56.0895 69.421 56.1958L69.8939 57.6228C69.9295 57.7291 69.8583 57.8225 69.7352 57.8354V57.8418Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
16
|
+
<path d="M68.7926 62.4567L61.5072 63.3136C61.3776 63.3297 61.2448 63.2524 61.2124 63.1428L60.746 61.6611C60.7103 61.5516 60.7881 61.4517 60.9176 61.4389L68.1901 60.6142C68.3132 60.6014 68.4427 60.6754 68.4784 60.7817L68.9578 62.2377C68.9934 62.344 68.9189 62.4439 68.7958 62.4567H68.7926Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<path d="M72.6313 66.572L62.9261 67.8089C62.7965 67.8251 62.6637 67.7477 62.6281 67.6382L62.1551 66.134C62.1195 66.0244 62.1973 65.9214 62.3268 65.9052L72.0158 64.7102C72.1389 64.6941 72.2685 64.7682 72.3041 64.8777L72.7933 66.3465C72.8289 66.4561 72.7576 66.5559 72.6346 66.572H72.6313Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
18
|
+
<path d="M81.7044 48.0434L72.7604 48.8391C72.6406 48.8487 72.5175 48.7779 72.4819 48.6748L72.0121 47.3026C71.9765 47.2027 72.0478 47.1125 72.1644 47.1029L81.0954 46.3427C81.2088 46.333 81.3319 46.4039 81.3643 46.5037L81.8437 47.8437C81.8793 47.9436 81.8145 48.0306 81.7011 48.0402L81.7044 48.0434Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
19
|
+
<path d="M80.4993 52.3723L74.1793 52.994C74.0594 53.0069 73.9331 52.9328 73.9007 52.8297L73.4245 51.4382C73.3889 51.3351 73.4569 51.2449 73.5768 51.232L79.8871 50.6361C80.0037 50.6265 80.1268 50.6973 80.1624 50.7972L80.6451 52.1662C80.6807 52.266 80.6159 52.3562 80.4993 52.3691V52.3723Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
20
|
+
<path d="M81.9634 56.5244L75.6206 57.2072C75.5008 57.2201 75.3744 57.146 75.3388 57.043L74.8561 55.6321C74.8205 55.529 74.8885 55.4356 75.0084 55.4227L81.3414 54.7656C81.458 54.7527 81.5811 54.8268 81.6167 54.9267L82.1059 56.315C82.1415 56.4181 82.0767 56.5115 81.9601 56.5211L81.9634 56.5244Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
21
|
+
<path d="M86.1266 60.4179L77.0822 61.4808C76.9623 61.4937 76.836 61.4196 76.8004 61.3166L76.3112 59.8864C76.2756 59.7833 76.3436 59.6867 76.4635 59.6738L85.4916 58.6495C85.6083 58.6366 85.7314 58.7074 85.767 58.8105L86.2659 60.2085C86.3015 60.3116 86.2399 60.405 86.1233 60.4179H86.1266Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
22
|
+
<path d="M86.3041 64.8319L78.5685 65.8176C78.4486 65.8337 78.319 65.7596 78.2834 65.6533L77.7878 64.2038C77.7522 64.0975 77.8202 64.0009 77.94 63.9848L85.666 63.0313C85.7826 63.0184 85.9057 63.0893 85.9446 63.1924L86.4499 64.6129C86.4855 64.716 86.424 64.8158 86.3074 64.8287L86.3041 64.8319Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
23
|
+
<path d="M92.3447 57.3942L57.5431 61.5766C56.7943 61.6525 56.0179 61.1418 55.8108 60.4344L50.2861 42.9148C50.0859 42.2316 50.4206 40.8616 51.908 40.627L86.4714 39.2467C87.0822 39.1984 87.7724 39.6539 88.0139 40.2681L94.6291 55.3859C94.1874 56.4694 93.5939 57.232 92.3447 57.3977V57.3942Z" fill="var(--sapContent_Illustrative_Color24)"/>
|
|
24
|
+
<path d="M93.9081 55.9524L58.1955 60.1347C57.4467 60.2106 56.6702 59.6999 56.4632 58.9925L51.0592 41.9561C50.859 41.2728 51.2973 40.6724 52.0358 40.6103L87.1272 37.8014C87.738 37.7531 88.4282 38.2086 88.6697 38.8228L94.581 54.6928C94.8294 55.3243 94.5327 55.8903 93.915 55.9524H93.9081Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.3764 55.7737C94.3315 55.8095 94.2819 55.8407 94.2279 55.8668C94.2143 55.8734 94.2004 55.8796 94.1862 55.8855C94.1047 55.9195 94.0139 55.9424 93.915 55.9524H93.9081L91.9228 56.1849C91.8586 55.6363 92.2512 55.1396 92.7997 55.0753L93.6205 54.9792L93.3155 54.1602C93.1227 53.6427 93.386 53.0668 93.9035 52.8741L94.581 54.6928C94.6171 54.7846 94.6417 54.875 94.6554 54.9627C94.6577 54.977 94.6597 54.9913 94.6613 55.0055C94.6729 55.1038 94.6708 55.1984 94.6558 55.2871C94.6456 55.3478 94.6295 55.4058 94.6077 55.4605C94.5945 55.4935 94.5793 55.5252 94.5621 55.5556C94.5148 55.6395 94.4524 55.7131 94.3764 55.7737ZM89.9412 56.4169C89.877 55.8684 89.3802 55.4758 88.8317 55.54L86.8476 55.7724C86.2991 55.8366 85.9065 56.3334 85.9707 56.8819L89.9412 56.4169ZM83.9891 57.114C83.9249 56.5655 83.4281 56.1729 82.8796 56.2371L80.8955 56.4694C80.347 56.5337 79.9544 57.0304 80.0186 57.579L83.9891 57.114ZM78.037 57.811C77.9728 57.2625 77.476 56.8699 76.9275 56.9341L74.9434 57.1665C74.3949 57.2307 74.0023 57.7275 74.0666 58.276L78.037 57.811ZM72.0849 58.5081C72.0207 57.9596 71.5239 57.567 70.9754 57.6312L68.9914 57.8636C68.4428 57.9278 68.0502 58.4245 68.1145 58.9731L72.0849 58.5081ZM66.1328 59.2051C66.0686 58.6566 65.5718 58.264 65.0233 58.3283L63.0393 58.5606C62.4907 58.6248 62.0981 59.1216 62.1624 59.6701L66.1328 59.2051ZM60.1807 59.9022C60.1165 59.3537 59.6197 58.9611 59.0712 59.0253L58.0891 59.1403C58.0521 59.1436 58.0114 59.1427 57.9674 59.1363C57.8405 59.1178 57.7157 59.124 57.5979 59.1514C57.5765 59.035 57.5339 58.9205 57.4688 58.8134C57.4467 58.777 57.432 58.7428 57.4229 58.7116L57.4198 58.7008L57.1162 57.7437C56.9492 57.2172 56.387 56.9258 55.8606 57.0928L56.4632 58.9925C56.4982 59.1121 56.5495 59.2261 56.6141 59.3325C56.6962 59.4677 56.7999 59.5908 56.9193 59.6979C56.9253 59.7033 56.9314 59.7087 56.9375 59.714C57.0597 59.8206 57.1975 59.9107 57.345 59.9803C57.3525 59.9838 57.3599 59.9873 57.3674 59.9907C57.5124 60.0567 57.6663 60.103 57.8235 60.1259C57.9464 60.1437 58.0713 60.1473 58.1955 60.1347L60.1807 59.9022ZM55.2644 55.2134C55.7909 55.0464 56.0823 54.4842 55.9153 53.9578L55.3148 52.0649C55.1478 51.5384 54.5857 51.247 54.0593 51.414L55.2644 55.2134ZM53.4631 49.5345C53.9895 49.3676 54.2809 48.8054 54.1139 48.279L53.5135 46.3861C53.3465 45.8596 52.7844 45.5682 52.2579 45.7352L53.4631 49.5345ZM51.6618 43.8557C52.1882 43.6888 52.4796 43.1266 52.3126 42.6002L52.017 41.6681C52.0129 41.6527 52.0114 41.6416 52.011 41.6349C52.011 41.6348 52.011 41.6349 52.011 41.6349C52.012 41.6343 52.0132 41.6335 52.0144 41.6329C52.0283 41.6254 52.0607 41.6119 52.1182 41.6069L53.0903 41.5291C53.6409 41.485 54.0514 41.003 54.0074 40.4525L52.0358 40.6103C51.2973 40.6724 50.859 41.2728 51.0592 41.9561L51.6618 43.8557ZM55.9128 40.2999C55.9568 40.8505 56.4389 41.261 56.9894 41.217L58.9389 41.0609C59.4894 41.0169 59.9 40.5348 59.8559 39.9843L55.9128 40.2999ZM61.7613 39.8318C61.8054 40.3823 62.2874 40.7929 62.8379 40.7488L64.7875 40.5928C65.338 40.5487 65.7486 40.0667 65.7045 39.5162L61.7613 39.8318ZM67.6099 39.3636C67.654 39.9142 68.136 40.3247 68.6865 40.2807L70.636 40.1246C71.1866 40.0805 71.5971 39.5985 71.5531 39.048L67.6099 39.3636ZM73.4585 38.8955C73.5026 39.446 73.9846 39.8566 74.5351 39.8125L76.4846 39.6565C77.0351 39.6124 77.4457 39.1304 77.4016 38.5799L73.4585 38.8955ZM79.3071 38.4273C79.3511 38.9779 79.8331 39.3884 80.3837 39.3444L82.3332 39.1883C82.8837 39.1442 83.2943 38.6622 83.2502 38.1117L79.3071 38.4273ZM85.1556 37.9592C85.1997 38.5097 85.6817 38.9203 86.2322 38.8762L87.2061 38.7983C87.206 38.7983 87.2061 38.7982 87.2061 38.7983C87.2438 38.7953 87.3506 38.8086 87.4852 38.8977C87.6143 38.983 87.6998 39.0934 87.7368 39.183L88.061 40.0535C88.2538 40.5711 88.8296 40.8343 89.3472 40.6416L88.6697 38.8228C88.4282 38.2086 87.738 37.7531 87.1272 37.8014L85.1556 37.9592ZM89.9627 42.294C89.4451 42.4868 89.1819 43.0626 89.3746 43.5802L90.0314 45.3435C90.2242 45.8611 90.8 46.1244 91.3176 45.9316L89.9627 42.294ZM93.288 51.2216L91.9331 47.5841C91.4156 47.7768 91.1523 48.3527 91.3451 48.8702L92.0019 50.6335C92.1946 51.1511 92.7705 51.4144 93.288 51.2216Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
26
|
+
<path d="M66.2395 45.4111L57.5271 46.216C57.3979 46.2285 57.2644 46.1451 57.231 46.0325L56.7431 44.5019C56.7055 44.3893 56.7806 44.2892 56.9099 44.2767L65.6056 43.4968C65.7307 43.4843 65.86 43.5677 65.8975 43.6762L66.398 45.1859C66.4355 45.2985 66.3646 45.3944 66.2395 45.4069V45.4111Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
27
|
+
<path d="M69.1927 49.8395L59.0081 50.8571C58.8788 50.8696 58.7454 50.7862 58.7079 50.6736L58.2157 49.1221C58.1782 49.0095 58.2533 48.9053 58.3825 48.8928L68.5504 47.9085C68.6755 47.896 68.8048 47.9753 68.8424 48.0879L69.3512 49.6143C69.3887 49.7269 69.3178 49.827 69.1927 49.8395Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
28
|
+
<path d="M70.7313 54.4675L60.5009 55.5644C60.3716 55.5769 60.2381 55.4976 60.2006 55.3809L59.7001 53.8086C59.6626 53.6918 59.7376 53.5875 59.8669 53.575L70.0807 52.5116C70.2058 52.499 70.3392 52.5783 70.3768 52.6909L70.8939 54.2381C70.9315 54.3507 70.8606 54.455 70.7355 54.4675H70.7313Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
29
|
+
<path d="M85.3435 43.5366L75.7929 44.4207C75.672 44.4332 75.5427 44.354 75.5051 44.2455L74.988 42.765C74.9505 42.6566 75.0172 42.5607 75.1381 42.5481L84.6721 41.6932C84.7888 41.6807 84.914 41.7599 84.9515 41.8684L85.4812 43.3239C85.5187 43.4323 85.4561 43.5282 85.3394 43.5366H85.3435Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
30
|
+
<path d="M84.2349 48.2245L77.3576 48.9084C77.2367 48.921 77.1074 48.8417 77.0699 48.7291L76.5485 47.2277C76.511 47.1193 76.5777 47.0192 76.6987 47.0067L83.5634 46.3436C83.6802 46.3311 83.8095 46.4103 83.847 46.5187L84.3809 47.9993C84.4184 48.1077 84.3559 48.2078 84.2391 48.2161L84.2349 48.2245Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
31
|
+
<path d="M85.845 52.7183L78.9385 53.4564C78.8175 53.4689 78.6883 53.3897 78.6466 53.2771L78.1169 51.7549C78.0794 51.6423 78.1461 51.5422 78.267 51.5297L85.161 50.8123C85.2778 50.7998 85.4071 50.8791 85.4488 50.9875L85.9868 52.4889C86.0285 52.5973 85.9617 52.6974 85.845 52.7141V52.7183Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
32
|
+
<path d="M102.334 48.5238L91.1483 48.354C90.1413 48.6116 89.4006 49.4635 89.7549 50.5173L93.1682 59.7736C93.6454 60.9416 94.5675 61.4305 95.5775 61.3104L106.775 59.759C108.095 59.5833 108.745 58.2279 108.364 57.1302L104.363 49.5952C104.084 48.9278 103.177 48.4506 102.334 48.5238Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
33
|
+
<path d="M102.758 47.3263L91.4905 48.3157C90.5655 48.3977 90.0239 49.0329 90.2873 49.7413L93.7563 59.0181C94.2745 60.0632 95.0327 60.2739 95.9753 60.148L107.43 58.617C108.288 58.5029 108.739 57.8354 108.443 57.1329L104.787 48.3977C104.509 47.7302 103.601 47.2531 102.758 47.3263Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
34
|
+
<path d="M102.298 57.5965C102.231 57.6053 102.161 57.6082 102.093 57.5965C101.926 57.5731 101.762 57.5028 101.645 57.3916L99.6225 55.5239L98.0681 56.7563C97.9129 56.8793 97.6729 56.9144 97.4387 56.8529C97.2016 56.7915 97.0142 56.6392 96.944 56.4607L94.5201 50.1639C94.4498 49.9795 94.5259 49.801 94.7045 49.7044C94.8831 49.6077 95.1495 49.6019 95.3778 49.6985L103.232 52.9976C103.452 53.0913 103.607 53.2582 103.633 53.4396C103.662 53.6211 103.557 53.7763 103.358 53.8466L101.408 54.555L103.346 56.3377C103.586 56.5602 103.583 56.8676 103.334 57.0198L102.541 57.5116C102.471 57.5526 102.389 57.5818 102.298 57.5936V57.5965ZM96.136 51.0304L97.8427 55.4156L99.4645 54.151C99.5084 54.1217 99.5581 54.0895 99.6079 54.072L101.654 53.346L96.136 51.0304Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
35
|
+
</svg>
|