@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,62 @@
|
|
|
1
|
+
<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Scene-FilterTable">
|
|
2
|
+
<path d="M305.547 20H14.4533C12.5559 19.9983 10.6768 20.3705 8.92329 21.0954C7.16981 21.8203 5.57638 22.8836 4.23409 24.2247C2.8918 25.5657 1.82697 27.1582 1.10045 28.911C0.373942 30.6638 -8.08861e-07 32.5426 0 34.44V205.547C0 209.38 1.52275 213.056 4.23328 215.767C6.9438 218.477 10.6201 220 14.4533 220H305.547C309.38 220 313.056 218.477 315.767 215.767C318.477 213.056 320 209.38 320 205.547V34.44C320 32.5426 319.626 30.6638 318.9 28.911C318.173 27.1582 317.108 25.5657 315.766 24.2247C314.424 22.8836 312.83 21.8203 311.077 21.0954C309.323 20.3705 307.444 19.9983 305.547 20Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M151.678 130H29.2982C27.4121 130 25.8831 131.532 25.8831 133.421V212.821C25.8831 214.71 27.4121 216.242 29.2982 216.242H151.678C153.564 216.242 155.093 214.71 155.093 212.821V133.421C155.093 131.532 153.564 130 151.678 130Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
4
|
+
<path d="M148.845 134.647H31.9616C30.2111 134.647 28.7921 136.069 28.7921 137.823V209.339C28.7921 211.093 30.2111 212.514 31.9616 212.514H148.845C150.595 212.514 152.014 211.093 152.014 209.339V137.823C152.014 136.069 150.595 134.647 148.845 134.647Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M172.875 217.82H12L16.0384 219.462C16.2933 219.564 16.5648 219.618 16.8393 219.621L168.742 220C169.143 220.002 169.536 219.89 169.875 219.678L172.871 217.809L172.875 217.82Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
6
|
+
<path d="M172.875 217.23C172.874 216.945 172.761 216.673 172.559 216.472C172.358 216.271 172.086 216.159 171.802 216.159H13.0729C12.789 216.159 12.5167 216.271 12.3156 216.472C12.1145 216.673 12.001 216.945 12 217.23V217.82H172.875V217.23Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
7
|
+
<path d="M83.0782 216.125H101.631V216.503C101.631 216.904 101.471 217.289 101.188 217.573C100.905 217.857 100.52 218.017 100.12 218.017H84.5779C84.1772 218.017 83.7928 217.857 83.5094 217.573C83.2261 217.289 83.0668 216.904 83.0668 216.503V216.125H83.0782Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
8
|
+
<path d="M90.7242 133.039C91.1812 133.039 91.5516 132.668 91.5516 132.21C91.5516 131.752 91.1812 131.381 90.7242 131.381C90.2673 131.381 89.8969 131.752 89.8969 132.21C89.8969 132.668 90.2673 133.039 90.7242 133.039Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
9
|
+
<path d="M295.976 132.052L241.064 113.242C238.732 112.45 236.202 113.682 235.41 116.014L208.042 195.896C207.25 198.228 208.482 200.758 210.814 201.55L265.726 220.36C268.058 221.152 270.588 219.92 271.38 217.588L298.748 137.706C299.54 135.374 298.308 132.844 295.976 132.052Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
10
|
+
<path d="M263.042 133.416C261.238 132.69 259.236 132.514 257.344 132.932C255.43 133.328 253.692 134.296 252.328 135.704C250.964 137.112 250.04 138.872 249.688 140.786C249.336 142.7 249.556 144.68 250.326 146.484C251.096 148.288 252.372 149.806 254.022 150.862C255.65 151.918 257.564 152.49 259.522 152.446C261.48 152.424 263.372 151.808 264.978 150.708C266.584 149.608 267.838 148.046 268.564 146.242L259.39 142.59L263.064 133.416H263.042Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
11
|
+
<path d="M265.968 132.074L262.316 141.226L271.468 144.878C271.952 143.668 272.194 142.392 272.172 141.094C272.172 139.796 271.886 138.52 271.38 137.332C270.874 136.144 270.126 135.066 269.202 134.164C268.278 133.262 267.178 132.558 265.968 132.074Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
12
|
+
<path d="M273.58 164.832L235.322 151.72C234.046 151.28 232.682 151.962 232.242 153.238C231.802 154.514 232.484 155.878 233.76 156.318L272.018 169.43C273.294 169.87 274.658 169.188 275.098 167.912C275.538 166.636 274.856 165.272 273.58 164.832Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
13
|
+
<path d="M270.28 172.62L232.022 159.508C230.746 159.068 229.382 159.75 228.942 161.026C228.502 162.302 229.184 163.666 230.46 164.106L268.718 177.218C269.994 177.658 271.38 176.976 271.798 175.7C272.238 174.424 271.556 173.06 270.28 172.62Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
14
|
+
<path d="M249.248 174.116L228.876 167.142C227.6 166.702 226.214 167.384 225.796 168.66C225.356 169.936 226.038 171.3 227.314 171.74L247.708 178.714C248.984 179.154 250.348 178.472 250.788 177.196C251.228 175.92 250.546 174.556 249.27 174.116H249.248Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
15
|
+
<g clip-path="url(#clip0_1663_6258)">
|
|
16
|
+
<path d="M197.308 45H94.3014C88.0598 45 83 50.0598 83 56.3014V183.699C83 189.94 88.0598 195 94.3014 195H197.308C203.549 195 208.609 189.94 208.609 183.699V56.3014C208.609 50.0598 203.549 45 197.308 45Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.5797 57.1442C94.5797 56.6305 94.7209 56.2188 94.8934 56.2188H196.065C196.237 56.2188 196.378 56.6109 196.378 57.1442V182.859C196.378 183.373 196.237 183.785 196.065 183.785H94.8934C94.7209 183.785 94.5797 183.392 94.5797 182.859V57.1442Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
18
|
+
<path d="M196.386 68.2529H94.5797V78.672H196.386V68.2529Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
19
|
+
<path d="M100.474 72.1909H117.978C118.551 72.1909 119.018 72.8144 119.018 73.583C119.018 74.3673 118.551 74.9712 117.978 74.9712H100.474C99.8971 74.9712 99.4304 74.3477 99.4304 73.583C99.4304 72.8144 99.8814 72.1909 100.474 72.1909Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
20
|
+
<path d="M100.474 82.3784H114.685C115.257 82.3784 115.724 83.0019 115.724 83.7666C115.724 84.5508 115.257 85.1587 114.685 85.1587H100.474C99.8971 85.1587 99.4304 84.5352 99.4304 83.7666C99.4304 83.0019 99.8814 82.3784 100.474 82.3784Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
21
|
+
<path d="M100.474 93.0332H116.943C117.52 93.0332 117.986 93.6567 117.986 94.4214C117.986 95.2056 117.52 95.8135 116.943 95.8135H100.474C99.8971 95.8135 99.4304 95.1899 99.4304 94.4214C99.4304 93.6528 99.8814 93.0332 100.474 93.0332Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
22
|
+
<path d="M100.474 103.229H107.924C108.501 103.229 108.963 103.852 108.963 104.617C108.963 105.401 108.501 106.005 107.924 106.005H100.474C99.8971 106.005 99.4304 105.385 99.4304 104.617C99.4304 103.84 99.8814 103.229 100.474 103.229Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
23
|
+
<path d="M100.474 113.635H107.924C108.501 113.635 108.963 114.254 108.963 115.023C108.963 115.807 108.501 116.411 107.924 116.411H100.474C99.8971 116.411 99.4304 115.792 99.4304 115.023C99.4304 114.254 99.8814 113.635 100.474 113.635Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
24
|
+
<path d="M100.474 134.473H107.924C108.501 134.473 108.963 135.092 108.963 135.861C108.963 136.645 108.501 137.249 107.924 137.249H100.474C99.8971 137.249 99.4304 136.625 99.4304 135.861C99.4304 135.092 99.8814 134.473 100.474 134.473Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
25
|
+
<path d="M100.474 124.055H107.924C108.501 124.055 108.963 124.674 108.963 125.443C108.963 126.227 108.501 126.831 107.924 126.831H100.474C99.8971 126.831 99.4304 126.211 99.4304 125.443C99.4304 124.674 99.8814 124.055 100.474 124.055Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
26
|
+
<path d="M100.474 144.889H107.924C108.501 144.889 108.963 145.512 108.963 146.281C108.963 147.065 108.501 147.669 107.924 147.669H100.474C99.8971 147.669 99.4304 147.045 99.4304 146.281C99.4304 145.512 99.8814 144.889 100.474 144.889Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
27
|
+
<path d="M100.438 155.351H107.889C108.461 155.351 108.928 155.975 108.928 156.739C108.928 157.523 108.461 158.131 107.889 158.131H100.438C99.8658 158.131 99.3992 157.508 99.3992 156.739C99.3992 155.975 99.8815 155.351 100.438 155.351Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
28
|
+
<path d="M137.072 72.1909H154.577C155.149 72.1909 155.616 72.8144 155.616 73.583C155.616 74.3673 155.149 74.9712 154.577 74.9712H137.072C136.495 74.9712 136.029 74.3477 136.029 73.583C136.029 72.8144 136.495 72.1909 137.072 72.1909Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
29
|
+
<path d="M137.072 82.3784H151.283C151.855 82.3784 152.322 83.0019 152.322 83.7666C152.322 84.5508 151.855 85.1587 151.283 85.1587H137.072C136.495 85.1587 136.029 84.5352 136.029 83.7666C136.029 83.0019 136.495 82.3784 137.072 82.3784Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
30
|
+
<path d="M137.072 93.0332H153.541C154.118 93.0332 154.585 93.6567 154.585 94.4214C154.585 95.2056 154.118 95.8135 153.541 95.8135H137.072C136.495 95.8135 136.029 95.1899 136.029 94.4214C136.029 93.6528 136.495 93.0332 137.072 93.0332Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
31
|
+
<path d="M137.072 103.229H144.522C145.099 103.229 145.561 103.852 145.561 104.617C145.561 105.401 145.099 106.005 144.522 106.005H137.072C136.495 106.005 136.029 105.385 136.029 104.617C136.029 103.84 136.495 103.229 137.072 103.229Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
32
|
+
<path d="M137.072 113.635H144.522C145.099 113.635 145.561 114.254 145.561 115.023C145.561 115.807 145.099 116.411 144.522 116.411H137.072C136.495 116.411 136.029 115.792 136.029 115.023C136.029 114.254 136.495 113.635 137.072 113.635Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
33
|
+
<path d="M137.072 134.473H144.522C145.099 134.473 145.561 135.092 145.561 135.861C145.561 136.645 145.099 137.249 144.522 137.249H137.072C136.495 137.249 136.029 136.625 136.029 135.861C136.029 135.092 136.495 134.473 137.072 134.473Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
34
|
+
<path d="M137.072 124.055H144.522C145.099 124.055 145.561 124.674 145.561 125.443C145.561 126.227 145.099 126.831 144.522 126.831H137.072C136.495 126.831 136.029 126.211 136.029 125.443C136.029 124.674 136.495 124.055 137.072 124.055Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
35
|
+
<path d="M137.072 144.889H144.522C145.099 144.889 145.561 145.512 145.561 146.281C145.561 147.065 145.099 147.669 144.522 147.669H137.072C136.495 147.669 136.029 147.045 136.029 146.281C136.029 145.512 136.495 144.889 137.072 144.889Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
36
|
+
<path d="M137.036 155.351H144.487C145.06 155.351 145.526 155.975 145.526 156.739C145.526 157.523 145.06 158.131 144.487 158.131H137.036C136.464 158.131 135.997 157.508 135.997 156.739C135.997 155.975 136.464 155.351 137.036 155.351Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
37
|
+
<path d="M173.254 72.1909H190.759C191.332 72.1909 191.798 72.8144 191.798 73.583C191.798 74.3673 191.332 74.9712 190.759 74.9712H173.254C172.678 74.9712 172.211 74.3477 172.211 73.583C172.211 72.8144 172.678 72.1909 173.254 72.1909Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
38
|
+
<path d="M173.254 82.3784H187.465C188.038 82.3784 188.504 83.0019 188.504 83.7666C188.504 84.5508 188.038 85.1587 187.465 85.1587H173.254C172.678 85.1587 172.211 84.5352 172.211 83.7666C172.211 83.0019 172.678 82.3784 173.254 82.3784Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
39
|
+
<path d="M173.254 93.0332H189.724C190.3 93.0332 190.767 93.6567 190.767 94.4214C190.767 95.2056 190.3 95.8135 189.724 95.8135H173.254C172.678 95.8135 172.211 95.1899 172.211 94.4214C172.211 93.6528 172.678 93.0332 173.254 93.0332Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
40
|
+
<path d="M173.254 103.229H180.705C181.277 103.229 181.744 103.852 181.744 104.617C181.744 105.401 181.277 106.005 180.705 106.005H173.254C172.678 106.005 172.211 105.385 172.211 104.617C172.211 103.84 172.678 103.229 173.254 103.229Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
41
|
+
<path d="M173.254 113.635H180.705C181.277 113.635 181.744 114.254 181.744 115.023C181.744 115.807 181.277 116.411 180.705 116.411H173.254C172.678 116.411 172.211 115.792 172.211 115.023C172.211 114.254 172.678 113.635 173.254 113.635Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
42
|
+
<path d="M173.254 134.473H180.705C181.277 134.473 181.744 135.092 181.744 135.861C181.744 136.645 181.277 137.249 180.705 137.249H173.254C172.678 137.249 172.211 136.625 172.211 135.861C172.211 135.092 172.678 134.473 173.254 134.473Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
43
|
+
<path d="M173.254 124.055H180.705C181.277 124.055 181.744 124.674 181.744 125.443C181.744 126.227 181.277 126.831 180.705 126.831H173.254C172.678 126.831 172.211 126.211 172.211 125.443C172.211 124.674 172.678 124.055 173.254 124.055Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
44
|
+
<path d="M173.254 144.889H180.705C181.277 144.889 181.744 145.512 181.744 146.281C181.744 147.065 181.277 147.669 180.705 147.669H173.254C172.678 147.669 172.211 147.045 172.211 146.281C172.211 145.512 172.678 144.889 173.254 144.889Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
45
|
+
<path d="M173.211 155.351H180.662C181.238 155.351 181.705 155.975 181.705 156.739C181.705 157.523 181.238 158.131 180.662 158.131H173.211C172.634 158.131 172.172 157.508 172.172 156.739C172.18 155.975 172.642 155.351 173.211 155.351Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
46
|
+
<path d="M121.782 59.9209H101.862C100.519 59.9209 99.4304 61.0094 99.4304 62.3521C99.4304 63.6949 100.519 64.7834 101.862 64.7834H121.782C123.125 64.7834 124.213 63.6949 124.213 62.3521C124.213 61.0094 123.125 59.9209 121.782 59.9209Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
47
|
+
</g>
|
|
48
|
+
<path d="M72.9991 97.863C72.9991 96.5047 69.0565 95.4175 63.7886 95.1705C63.4874 89.9092 62.3278 85.997 60.9695 86C59.6111 86.003 58.4816 89.9453 58.1925 95.2338C52.9096 95.5952 48.982 96.7758 49.0001 98.137C49.0181 99.4983 52.9427 100.586 58.2105 100.829C58.5268 106.091 59.6713 110.003 61.0267 110C62.3821 109.997 63.5175 106.055 63.8067 100.766C69.0896 100.405 73.0141 99.2242 72.9991 97.863Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
49
|
+
<path d="M44.4994 59.9029C44.4994 58.9408 41.7067 58.1707 37.9753 57.9958C37.7619 54.269 36.9406 51.4979 35.9784 51.5C35.0162 51.5021 34.2161 54.2946 34.0113 58.0406C30.2693 58.2966 27.4872 59.1328 27.5 60.0971C27.5128 61.0613 30.2927 61.8314 34.0241 62.0042C34.2482 65.731 35.0589 68.5021 36.0189 68.5C36.979 68.4979 37.7833 65.7054 37.9881 61.9594C41.7301 61.7034 44.51 60.8672 44.4994 59.9029Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
50
|
+
<path d="M264.999 47.863C264.999 46.5047 261.056 45.4175 255.789 45.1705C255.487 39.9092 254.328 35.997 252.969 36C251.611 36.003 250.482 39.9453 250.192 45.2338C244.91 45.5952 240.982 46.7758 241 48.137C241.018 49.4983 244.943 50.5855 250.211 50.8295C250.527 56.0908 251.671 60.003 253.027 60C254.382 59.997 255.518 56.0547 255.807 50.7662C261.09 50.4048 265.014 49.2242 264.999 47.863Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
51
|
+
<path d="M282.499 71.9029C282.499 70.9408 279.707 70.1707 275.975 69.9958C275.762 66.269 274.941 63.4979 273.978 63.5C273.016 63.5021 272.216 66.2946 272.011 70.0406C268.269 70.2966 265.487 71.1328 265.5 72.0971C265.513 73.0613 268.293 73.8314 272.024 74.0042C272.248 77.731 273.059 80.5021 274.019 80.5C274.979 80.4979 275.783 77.7054 275.988 73.9594C279.73 73.7034 282.51 72.8672 282.499 71.9029Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
52
|
+
<path d="M164.272 88.6264L195.703 122.106C195.827 122.24 195.896 122.416 195.895 122.599V155.238C195.894 155.568 195.981 155.893 196.146 156.179C196.312 156.465 196.551 156.702 196.838 156.864C197.125 157.027 197.45 157.11 197.78 157.105C198.109 157.1 198.432 157.007 198.714 156.836L220.003 144.016C220.278 143.851 220.505 143.618 220.664 143.339C220.822 143.06 220.906 142.745 220.907 142.424L221.006 122.599C221.006 122.42 221.073 122.247 221.194 122.115L253.282 87.2671L164.272 88.6264Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
53
|
+
<path d="M217.089 122.379V144.518C217.088 144.643 217.121 144.766 217.184 144.874C217.246 144.982 217.336 145.071 217.445 145.133C217.553 145.194 217.675 145.226 217.8 145.224C217.924 145.223 218.046 145.188 218.153 145.123L219.663 144.214C220.039 143.986 220.351 143.665 220.567 143.281C220.784 142.897 220.899 142.464 220.9 142.023L220.996 122.866C220.999 122.51 221.134 122.169 221.374 121.907L252.168 88.4649C252.261 88.363 252.322 88.2362 252.344 88.0999C252.366 87.9636 252.348 87.8238 252.292 87.6978C252.235 87.5718 252.144 87.465 252.028 87.3906C251.912 87.3163 251.776 87.2776 251.639 87.2794C251.562 87.2812 251.485 87.2959 251.413 87.3228L233.777 93.7158C233.622 93.773 233.492 93.8828 233.409 94.0261L217.181 122.009C217.118 122.122 217.086 122.249 217.089 122.379Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
54
|
+
<path d="M207.998 93.815C234.195 93.815 255.432 87.9405 255.432 80.6939C255.432 73.4473 234.195 67.5728 207.998 67.5728C181.802 67.5728 160.565 73.4473 160.565 80.6939C160.565 87.9405 181.802 93.815 207.998 93.815Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
55
|
+
<path d="M255.432 80.7063C255.432 77.4291 251.085 74.4344 243.901 72.1348L234.139 91.6582C246.967 89.2965 255.432 85.2683 255.432 80.7063Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
56
|
+
<path d="M207.998 96.3908C195.106 96.3908 182.953 94.9912 173.779 92.4557C163.309 89.5571 158 85.6034 158 80.6938C158 75.7843 163.306 71.8337 173.779 68.9351C182.953 66.3996 195.106 65 207.998 65C220.891 65 233.06 66.3996 242.221 68.9351C252.691 71.8337 258 75.7874 258 80.6938C258 85.6003 252.694 89.5571 242.221 92.4557C233.047 94.9818 220.894 96.3908 207.998 96.3908ZM207.998 70.1485C195.555 70.1485 183.884 71.4799 175.144 73.8974C165.642 76.526 163.133 79.4835 163.133 80.6938C163.133 81.9042 165.642 84.8648 175.144 87.4934C183.884 89.9109 195.564 91.2423 207.998 91.2423C220.433 91.2423 232.113 89.9109 240.856 87.4934C250.355 84.8648 252.867 81.9073 252.867 80.6938C252.867 79.4804 250.355 76.526 240.856 73.8974C232.113 71.4799 220.445 70.1547 207.998 70.1547V70.1485Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
57
|
+
<defs>
|
|
58
|
+
<clipPath id="clip0_1663_6258">
|
|
59
|
+
<rect width="125.609" height="150" fill="var(--sapContent_Illustrative_Color8)" transform="translate(83 45)"/>
|
|
60
|
+
</clipPath>
|
|
61
|
+
</defs>
|
|
62
|
+
</svg>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Scene-FilteringColumns">
|
|
2
|
+
<rect y="51" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M232.611 166.103L227.962 163.956L148.379 156.655C148.379 156.655 102.808 151.89 90.4479 151.22C75.1139 150.386 59.8893 149.955 58.9664 153.189C58.0435 156.423 68.2229 161.27 94.1191 171.203C113.569 178.668 133.49 180.446 140.107 177.766L179.369 166.192L232.617 166.103H232.611Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M72.8508 78.776L94.2162 156.107C94.6739 157.769 96.2923 158.844 98.0169 158.624L244.068 141.009C249.422 139.657 250.951 135.358 250.223 133.281L166.2 67.432C165.685 65.9662 164.255 65.0215 162.702 65.1192L77.0601 67.6275C74.8615 67.7659 70.4478 70.9175 72.8426 78.7842L72.8508 78.776Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
5
|
+
<path d="M73.9711 71.9766L96.3909 153.111C96.8486 154.772 98.467 155.847 100.192 155.627L247.387 137.866C249.578 137.581 250.951 135.366 250.224 133.29L221.911 60.828C221.396 59.3622 219.966 58.4175 218.413 58.5152L77.1016 67.6035C74.9029 67.7419 73.3826 69.8592 73.9711 71.9766Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path d="M221.911 60.828C221.396 59.3622 219.966 58.4175 218.413 58.5152L77.1016 67.6035C74.9029 67.7419 73.3826 69.8592 73.9711 71.9766L77.1097 83.345L225.85 70.926L221.903 60.828H221.911Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
7
|
+
<path d="M80.5674 73.0524L81.8098 77.3685C81.9487 77.8408 82.48 78.191 83.0113 78.1503L127.164 75.1208C127.655 75.0883 127.941 74.6892 127.794 74.2413L126.453 70.0881C126.306 69.6402 125.791 69.2982 125.301 69.3308L81.2785 72.1484C80.7554 72.181 80.4366 72.5882 80.5674 73.0524Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<path d="M117.615 107.377L95.0889 109.575C94.5412 109.632 94.2143 110.08 94.3614 110.585L94.9417 112.588C95.0889 113.093 95.6528 113.46 96.2005 113.403L118.767 111.131C119.299 111.074 119.601 110.634 119.446 110.137L118.841 108.175C118.686 107.678 118.138 107.32 117.615 107.377Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path d="M120.583 117.043L97.9502 119.429C97.4026 119.486 97.0756 119.95 97.2228 120.463L97.8112 122.491C97.9584 123.004 98.5223 123.371 99.0781 123.314L121.759 120.854C122.291 120.797 122.593 120.341 122.438 119.836L121.825 117.849C121.67 117.344 121.114 116.986 120.591 117.043H120.583Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
10
|
+
<path d="M101.98 133.38L130.995 130.001C131.527 129.935 131.821 129.479 131.666 128.966L131.036 126.963C130.881 126.458 130.325 126.1 129.794 126.157L100.827 129.439C100.28 129.504 99.9526 129.976 100.1 130.489L100.696 132.55C100.843 133.071 101.416 133.445 101.971 133.38H101.98Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
<path d="M91.6649 101.245L92.2371 103.216C92.3842 103.712 92.94 104.079 93.4876 104.03L122.095 101.367C122.618 101.318 122.912 100.887 122.765 100.398L122.168 98.4761C122.013 97.9875 121.474 97.6373 120.95 97.6862L92.4005 100.26C91.8529 100.308 91.5342 100.748 91.6731 101.253L91.6649 101.245Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
12
|
+
<path d="M104.873 143.363L127.775 140.513C128.314 140.448 128.617 139.975 128.453 139.454L127.824 137.41C127.668 136.897 127.104 136.531 126.573 136.596L103.72 139.365C103.164 139.43 102.837 139.91 102.993 140.44L103.598 142.533C103.753 143.062 104.325 143.436 104.881 143.363H104.873Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<path d="M136.43 109.218L163.492 106.498C163.966 106.45 164.228 106.034 164.072 105.57L163.41 103.632C163.255 103.168 162.74 102.834 162.266 102.883L135.253 105.521C134.754 105.57 134.476 105.994 134.623 106.466L135.261 108.453C135.416 108.925 135.939 109.275 136.438 109.218H136.43Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
14
|
+
<path d="M131.738 97.4348L132.368 99.3974C132.515 99.8698 133.038 100.212 133.536 100.163L160.484 97.6547C160.958 97.614 161.22 97.2068 161.065 96.7508L160.411 94.837C160.255 94.381 159.749 94.0471 159.275 94.0878L132.376 96.5146C131.877 96.5553 131.599 96.9707 131.746 97.443L131.738 97.4348Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
15
|
+
<path d="M160.182 112.737L138.294 115.041C137.795 115.09 137.509 115.522 137.664 116.002L138.31 118.014C138.465 118.494 138.997 118.844 139.495 118.787L161.416 116.409C161.899 116.361 162.16 115.929 162.005 115.465L161.343 113.494C161.188 113.022 160.665 112.688 160.182 112.737Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
16
|
+
<path d="M163.369 122.208L141.383 124.7C140.884 124.757 140.598 125.196 140.753 125.685L141.407 127.729C141.562 128.218 142.094 128.568 142.6 128.511L164.62 125.946C165.102 125.889 165.364 125.457 165.208 124.977L164.53 122.973C164.366 122.501 163.843 122.159 163.361 122.208H163.369Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<path d="M172.125 102.889L172.787 104.795C172.95 105.259 173.465 105.601 173.939 105.552L199.391 102.995C199.849 102.946 200.078 102.547 199.914 102.091L199.228 100.235C199.064 99.7868 198.557 99.4529 198.108 99.4936L172.697 101.969C172.223 102.018 171.969 102.425 172.133 102.889H172.125Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
18
|
+
<path d="M190.646 91.3662L169.657 93.2637C169.183 93.3044 168.929 93.7116 169.093 94.1676L169.747 96.0488C169.91 96.5048 170.417 96.8468 170.891 96.798L191.913 94.8354C192.371 94.7947 192.608 94.3956 192.444 93.9477L191.774 92.1073C191.611 91.6594 191.112 91.3336 190.654 91.3744L190.646 91.3662Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
19
|
+
<path d="M197.062 108.956L175.901 111.188C175.427 111.237 175.173 111.66 175.337 112.124L176.007 114.054C176.17 114.527 176.694 114.869 177.168 114.812L198.361 112.515C198.819 112.466 199.056 112.051 198.885 111.587L198.198 109.697C198.026 109.241 197.52 108.908 197.062 108.956Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
20
|
+
<path d="M180.437 124.201L206.093 121.213C206.551 121.156 206.78 120.74 206.608 120.276L205.905 118.371C205.734 117.906 205.227 117.573 204.769 117.621L179.154 120.521C178.68 120.578 178.426 121.001 178.59 121.481L179.268 123.436C179.432 123.916 179.955 124.258 180.437 124.201Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
21
|
+
<path d="M183.682 133.517L205.04 130.862C205.505 130.805 205.734 130.374 205.563 129.901L204.852 127.963C204.68 127.491 204.165 127.157 203.699 127.214L182.375 129.804C181.892 129.861 181.639 130.3 181.811 130.781L182.497 132.76C182.669 133.24 183.192 133.59 183.674 133.525L183.682 133.517Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
22
|
+
<path d="M225.166 96.856L205.925 98.7371C205.468 98.7778 205.239 99.185 205.411 99.6492L206.089 101.457C206.261 101.913 206.767 102.247 207.225 102.206L226.49 100.268C226.931 100.227 227.144 99.8202 226.972 99.3723L226.277 97.597C226.106 97.1491 225.607 96.8234 225.166 96.8641V96.856Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
23
|
+
<path d="M210.593 111.165L234.647 108.559C235.089 108.51 235.293 108.103 235.121 107.647L234.419 105.855C234.239 105.399 233.74 105.073 233.299 105.122L209.277 107.655C208.819 107.704 208.59 108.119 208.762 108.583L209.449 110.415C209.62 110.88 210.135 111.213 210.593 111.165Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
24
|
+
<path d="M202.239 91.188L202.909 92.9714C203.081 93.4274 203.588 93.7613 204.037 93.7125L227.928 91.4893C228.362 91.4486 228.574 91.0577 228.402 90.6179L227.716 88.8752C227.544 88.4354 227.046 88.1097 226.613 88.1504L202.762 90.3003C202.305 90.341 202.076 90.7401 202.247 91.188H202.239Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
25
|
+
<path d="M214.009 120.252L233.413 117.988C233.854 117.939 234.067 117.524 233.887 117.06L233.176 115.236C232.996 114.771 232.489 114.446 232.048 114.495L212.669 116.693C212.211 116.742 211.982 117.166 212.154 117.638L212.848 119.495C213.028 119.967 213.543 120.301 214.001 120.252H214.009Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
26
|
+
<path d="M217.393 129.26L236.871 126.833C237.32 126.776 237.533 126.352 237.345 125.888L236.625 124.04C236.446 123.575 235.939 123.242 235.489 123.29L216.045 125.652C215.587 125.709 215.358 126.141 215.53 126.613L216.233 128.494C216.412 128.975 216.927 129.308 217.393 129.251V129.26Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
27
|
+
<path d="M194.21 152.609L232.61 166.111C232.61 166.111 234.223 166.986 234.791 163.342C235.221 160.601 235.536 156.998 233.437 151.816L198.51 139.702L194.21 142.444V152.609Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
28
|
+
<path d="M232.61 166.103C232.61 166.103 234.223 166.978 234.791 163.334C234.914 162.534 194.21 149.169 194.21 149.169V152.601L232.61 166.103Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
29
|
+
<path d="M234.245 154.112C234.026 153.381 233.766 152.615 233.438 151.808L198.511 139.694L198.121 139.947L198.996 142.784L234.245 154.112Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
30
|
+
<path d="M167.616 83.7119L168.553 84.6622C169.291 85.4142 169.92 86.2687 170.419 87.1985L198.51 139.702C198.51 139.702 201.142 145.438 194.21 152.609L140.209 177.644C138.746 178.321 137.14 178.649 135.52 178.587H135.479L167.616 83.7119Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
31
|
+
<path d="M124.664 175.819C126.564 176.468 128.732 176.078 131.049 174.814C124.431 168.989 125.006 147.844 132.868 124.717C140.531 102.163 152.536 85.3322 161.286 83.965C160.254 81.9824 158.9 80.6288 157.212 80.0545C156.774 79.9041 156.316 79.8221 155.845 79.7811C155.681 79.7743 155.523 79.7537 155.359 79.7537C146.499 79.6649 133.394 97.8565 125.013 122.522C118.32 142.225 116.529 160.485 119.687 169.755C120.295 171.218 120.993 172.544 121.765 173.72C122.592 174.725 123.556 175.436 124.664 175.812V175.819Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
32
|
+
<path d="M132.86 124.717C124.999 147.845 124.424 168.989 131.042 174.814C139.437 170.234 149.808 154.072 156.856 133.351C164.116 111.988 165.614 92.3194 161.279 83.9722C152.529 85.3394 140.524 102.171 132.86 124.724V124.717Z" fill="var(--sapContent_Illustrative_Color28)"/>
|
|
33
|
+
<path d="M155.496 137.18C155.961 135.922 156.412 134.643 156.856 133.351C164.117 111.988 165.614 92.3194 161.279 83.9722C157.314 84.5943 150.902 89.2293 144.776 99.2241C144.776 99.2241 159.789 101.822 155.496 137.187V137.18Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
34
|
+
<path d="M167.651 122.574L148.379 159.828L135.479 178.573H135.52C137.133 178.635 138.739 178.313 140.209 177.637L194.231 152.605L164.377 153.178C170.927 136.461 173.37 112.93 173.37 112.93L167.651 122.574Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
35
|
+
<path d="M198.511 139.695L190.991 125.639L172.457 99.2163C172.457 99.2163 172.735 108.857 171.452 116.355L198.989 142.785C199.037 140.857 198.504 139.695 198.504 139.695H198.511Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
36
|
+
<path d="M161.279 83.9649C160.247 81.9824 158.893 80.6288 157.205 80.0545C156.767 79.9041 156.309 79.8221 155.837 79.7811C155.673 79.7742 155.516 79.7537 155.352 79.7537C149.678 79.699 142.274 87.137 135.472 98.964C135.479 98.964 141.043 97.2344 144.769 99.2169C150.402 90.398 156.35 84.7374 161.272 83.9649H161.279Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
37
|
+
<path d="M168.663 84.8875C166.94 82.0641 161.519 81.2711 158.805 80.3482C157.834 80.02 156.843 79.8423 155.838 79.7808C156.303 79.8218 156.761 79.9038 157.205 80.0542C158.894 80.6285 160.254 81.9821 161.28 83.9646C165.607 92.3119 164.117 111.98 156.857 133.344C149.815 154.065 139.438 170.226 131.043 174.807C128.725 176.071 126.558 176.461 124.657 175.811C123.55 175.435 122.579 174.724 121.759 173.72C121.786 173.761 121.813 173.808 121.841 173.849C123.878 176.912 131.924 179.175 135.479 178.58C146.93 176.666 158.962 158.365 166.366 136.577C173.64 115.173 174.707 94.7935 168.663 84.8875Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
38
|
+
<path d="M165.511 82.4472C164.159 81.7658 161.444 81.0584 158.805 80.3482C157.834 80.02 156.843 79.8423 155.838 79.7808C156.303 79.8218 156.761 79.9038 157.205 80.0542C158.894 80.6285 160.254 81.9821 161.28 83.9646C165.611 92.3382 163.839 117.676 153.292 142.824C168.723 119.23 169.445 91.6114 165.511 82.4472Z" fill="var(--sapContent_Illustrative_Color31)"/>
|
|
39
|
+
</svg>
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
<svg width="320" height="202" viewBox="0 0 320 202" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Scene-GroupTable">
|
|
2
|
+
<path d="M305.547 6.15619e-06H14.4533C12.5559 -0.00174584 10.6768 0.37047 8.92329 1.09536C7.16981 1.82026 5.57638 2.88362 4.23409 4.22468C2.8918 5.56573 1.82697 7.15816 1.10045 8.91098C0.373942 10.6638 -8.08861e-07 12.5426 0 14.44V185.547C0 189.38 1.52275 193.056 4.23328 195.767C6.9438 198.477 10.6201 200 14.4533 200H305.547C309.38 200 313.056 198.477 315.767 195.767C318.477 193.056 320 189.38 320 185.547V14.44C320 12.5426 319.626 10.6638 318.9 8.91098C318.173 7.15816 317.108 5.56573 315.766 4.22468C314.424 2.88362 312.83 1.82026 311.077 1.09536C309.323 0.37047 307.444 -0.00174584 305.547 6.15619e-06V6.15619e-06Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M36.2031 116H152.846C154.644 116 156.101 117.452 156.101 119.244V194.526C156.101 196.318 154.644 197.77 152.846 197.77H36.2031C34.4054 197.77 32.9481 196.318 32.9481 194.526V119.244C32.9481 117.452 34.4054 116 36.2031 116Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
4
|
+
<path d="M38.9036 120.406H150.307C151.976 120.406 153.328 121.754 153.328 123.417V191.225C153.328 192.888 151.976 194.235 150.307 194.235H38.9036C37.2351 194.235 35.8826 192.888 35.8826 191.225V123.417C35.8826 121.754 37.2351 120.406 38.9036 120.406Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M15.9999 199.267H169.333L165.484 200.824C165.241 200.921 164.982 200.972 164.721 200.975L19.939 201.334C19.5573 201.335 19.1828 201.23 18.8588 201.029L16.0035 199.256L15.9999 199.267Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
6
|
+
<path d="M15.9999 198.707C16.0009 198.437 16.109 198.179 16.3007 197.989C16.4924 197.798 16.7519 197.691 17.0225 197.691H168.311C168.581 197.691 168.841 197.798 169.032 197.989C169.224 198.179 169.332 198.437 169.333 198.707V199.267H15.9999V198.707Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
7
|
+
<path d="M101.587 197.659H83.9043V198.018C83.9043 198.398 84.0561 198.763 84.3262 199.032C84.5963 199.302 84.9626 199.453 85.3446 199.453H100.158C100.54 199.453 100.906 199.302 101.176 199.032C101.446 198.763 101.598 198.398 101.598 198.018V197.659H101.587Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
8
|
+
<path d="M94.2996 118.881C93.8641 118.881 93.5111 118.529 93.5111 118.095C93.5111 117.661 93.8641 117.31 94.2996 117.31C94.7351 117.31 95.0881 117.661 95.0881 118.095C95.0881 118.529 94.7351 118.881 94.2996 118.881Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
9
|
+
<path d="M40.0001 81.0498C40.0001 79.861 43.4511 78.9094 48.062 78.6932C48.3257 74.0881 49.3407 70.6639 50.5297 70.6665C51.7187 70.6691 52.7073 74.1197 52.9604 78.7486C57.5845 79.0649 61.0224 80.0982 61.0065 81.2897C60.9907 82.4812 57.5555 83.4328 52.9446 83.6463C52.6677 88.2515 51.6659 91.6757 50.4796 91.6731C49.2932 91.6704 48.2993 88.2199 48.0462 83.591C43.4221 83.2747 39.9869 82.2413 40.0001 81.0498Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
10
|
+
<path d="M18.6667 22.6915C18.6667 21.9253 20.8907 21.3121 23.8622 21.1728C24.0321 18.205 24.6862 15.9983 25.4524 16C26.2187 16.0017 26.8558 18.2254 27.0189 21.2085C29.9989 21.4123 32.2144 22.0782 32.2042 22.8461C32.194 23.6139 29.9802 24.2272 27.0087 24.3648C26.8303 27.3325 26.1847 29.5393 25.4201 29.5376C24.6556 29.5359 24.0151 27.3122 23.852 24.3291C20.872 24.1253 18.6582 23.4593 18.6667 22.6915Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
11
|
+
<path d="M274.667 150.691C274.667 149.925 276.891 149.312 279.862 149.173C280.032 146.205 280.686 143.998 281.452 144C282.219 144.002 282.856 146.225 283.019 149.208C285.999 149.412 288.214 150.078 288.204 150.846C288.194 151.614 285.98 152.227 283.009 152.365C282.83 155.333 282.185 157.539 281.42 157.538C280.655 157.536 280.015 155.312 279.852 152.329C276.872 152.125 274.658 151.459 274.667 150.691Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
12
|
+
<path d="M232.571 51.2942H140.55C134.974 51.2942 130.454 55.8144 130.454 61.3903V175.2C130.454 180.776 134.974 185.296 140.55 185.296H232.571C238.146 185.296 242.667 180.776 242.667 175.2V61.3903C242.667 55.8144 238.146 51.2942 232.571 51.2942Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M140.799 62.1429C140.799 61.684 140.925 61.3162 141.079 61.3162H231.46C231.614 61.3162 231.74 61.6665 231.74 62.1429V174.45C231.74 174.909 231.614 175.277 231.46 175.277H141.079C140.925 175.277 140.799 174.927 140.799 174.45V62.1429Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
14
|
+
<path d="M231.747 72.0674H140.799V81.3752H231.747V72.0674Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
15
|
+
<path d="M146.064 75.585H161.702C162.213 75.585 162.63 76.142 162.63 76.8286C162.63 77.5292 162.213 78.0687 161.702 78.0687H146.064C145.549 78.0687 145.132 77.5117 145.132 76.8286C145.132 76.142 145.535 75.585 146.064 75.585Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
16
|
+
<path d="M146.064 84.686H158.759C159.271 84.686 159.688 85.243 159.688 85.9261C159.688 86.6268 159.271 87.1698 158.759 87.1698H146.064C145.549 87.1698 145.132 86.6128 145.132 85.9261C145.132 85.243 145.535 84.686 146.064 84.686Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
17
|
+
<path d="M146.064 94.2046H160.777C161.292 94.2046 161.709 94.7616 161.709 95.4447C161.709 96.1453 161.292 96.6883 160.777 96.6883H146.064C145.549 96.6883 145.132 96.1313 145.132 95.4447C145.132 94.7581 145.535 94.2046 146.064 94.2046Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
18
|
+
<path d="M146.064 103.312H152.72C153.235 103.312 153.648 103.869 153.648 104.553C153.648 105.253 153.235 105.793 152.72 105.793H146.064C145.549 105.793 145.132 105.239 145.132 104.553C145.132 103.859 145.535 103.312 146.064 103.312Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
19
|
+
<path d="M146.064 112.609H152.72C153.235 112.609 153.648 113.162 153.648 113.849C153.648 114.55 153.235 115.089 152.72 115.089H146.064C145.549 115.089 145.132 114.536 145.132 113.849C145.132 113.162 145.535 112.609 146.064 112.609Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
20
|
+
<path d="M146.064 131.225H152.72C153.235 131.225 153.648 131.778 153.648 132.465C153.648 133.165 153.235 133.705 152.72 133.705H146.064C145.549 133.705 145.132 133.148 145.132 132.465C145.132 131.778 145.535 131.225 146.064 131.225Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
21
|
+
<path d="M146.064 121.917H152.72C153.235 121.917 153.648 122.471 153.648 123.158C153.648 123.858 153.235 124.398 152.72 124.398H146.064C145.549 124.398 145.132 123.844 145.132 123.158C145.132 122.471 145.535 121.917 146.064 121.917Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
22
|
+
<path d="M146.064 140.53H152.72C153.235 140.53 153.648 141.087 153.648 141.773C153.648 142.474 153.235 143.013 152.72 143.013H146.064C145.549 143.013 145.132 142.457 145.132 141.773C145.132 141.087 145.535 140.53 146.064 140.53Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
23
|
+
<path d="M146.032 149.876H152.688C153.2 149.876 153.617 150.433 153.617 151.116C153.617 151.817 153.2 152.36 152.688 152.36H146.032C145.521 152.36 145.104 151.803 145.104 151.116C145.104 150.433 145.535 149.876 146.032 149.876Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
24
|
+
<path d="M178.759 75.585H194.397C194.908 75.585 195.325 76.142 195.325 76.8286C195.325 77.5292 194.908 78.0687 194.397 78.0687H178.759C178.244 78.0687 177.827 77.5117 177.827 76.8286C177.827 76.142 178.244 75.585 178.759 75.585Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
25
|
+
<path d="M178.759 84.686H191.454C191.966 84.686 192.382 85.243 192.382 85.9261C192.382 86.6268 191.966 87.1698 191.454 87.1698H178.759C178.244 87.1698 177.827 86.6128 177.827 85.9261C177.827 85.243 178.244 84.686 178.759 84.686Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
26
|
+
<path d="M178.759 94.2046H193.472C193.987 94.2046 194.404 94.7616 194.404 95.4447C194.404 96.1453 193.987 96.6883 193.472 96.6883H178.759C178.244 96.6883 177.827 96.1313 177.827 95.4447C177.827 94.7581 178.244 94.2046 178.759 94.2046Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
27
|
+
<path d="M178.759 103.312H185.415C185.93 103.312 186.343 103.869 186.343 104.553C186.343 105.253 185.93 105.793 185.415 105.793H178.759C178.244 105.793 177.827 105.239 177.827 104.553C177.827 103.859 178.244 103.312 178.759 103.312Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
28
|
+
<path d="M178.759 112.609H185.415C185.93 112.609 186.343 113.162 186.343 113.849C186.343 114.55 185.93 115.089 185.415 115.089H178.759C178.244 115.089 177.827 114.536 177.827 113.849C177.827 113.162 178.244 112.609 178.759 112.609Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
29
|
+
<path d="M178.759 131.225H185.415C185.93 131.225 186.343 131.778 186.343 132.465C186.343 133.165 185.93 133.705 185.415 133.705H178.759C178.244 133.705 177.827 133.148 177.827 132.465C177.827 131.778 178.244 131.225 178.759 131.225Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
30
|
+
<path d="M178.759 121.917H185.415C185.93 121.917 186.343 122.471 186.343 123.158C186.343 123.858 185.93 124.398 185.415 124.398H178.759C178.244 124.398 177.827 123.844 177.827 123.158C177.827 122.471 178.244 121.917 178.759 121.917Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
31
|
+
<path d="M178.759 140.53H185.415C185.93 140.53 186.343 141.087 186.343 141.773C186.343 142.474 185.93 143.013 185.415 143.013H178.759C178.244 143.013 177.827 142.457 177.827 141.773C177.827 141.087 178.244 140.53 178.759 140.53Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
32
|
+
<path d="M178.727 149.876H185.383C185.895 149.876 186.311 150.433 186.311 151.116C186.311 151.817 185.895 152.36 185.383 152.36H178.727C178.216 152.36 177.799 151.803 177.799 151.116C177.799 150.433 178.216 149.876 178.727 149.876Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
33
|
+
<path d="M211.082 75.585H226.72C227.232 75.585 227.649 76.142 227.649 76.8286C227.649 77.5292 227.232 78.0687 226.72 78.0687H211.082C210.567 78.0687 210.15 77.5117 210.15 76.8286C210.15 76.142 210.567 75.585 211.082 75.585Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
34
|
+
<path d="M211.082 84.686H223.778C224.289 84.686 224.706 85.243 224.706 85.9261C224.706 86.6268 224.289 87.1698 223.778 87.1698H211.082C210.567 87.1698 210.15 86.6128 210.15 85.9261C210.15 85.243 210.567 84.686 211.082 84.686Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
35
|
+
<path d="M211.082 94.2046H225.795C226.31 94.2046 226.727 94.7616 226.727 95.4447C226.727 96.1453 226.31 96.6883 225.795 96.6883H211.082C210.567 96.6883 210.15 96.1313 210.15 95.4447C210.15 94.7581 210.567 94.2046 211.082 94.2046Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
36
|
+
<path d="M211.082 103.312H217.738C218.25 103.312 218.667 103.869 218.667 104.553C218.667 105.253 218.25 105.793 217.738 105.793H211.082C210.567 105.793 210.15 105.239 210.15 104.553C210.15 103.859 210.567 103.312 211.082 103.312Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
37
|
+
<path d="M211.082 112.609H217.738C218.25 112.609 218.667 113.162 218.667 113.849C218.667 114.55 218.25 115.089 217.738 115.089H211.082C210.567 115.089 210.15 114.536 210.15 113.849C210.15 113.162 210.567 112.609 211.082 112.609Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
38
|
+
<path d="M211.082 131.225H217.738C218.25 131.225 218.667 131.778 218.667 132.465C218.667 133.165 218.25 133.705 217.738 133.705H211.082C210.567 133.705 210.15 133.148 210.15 132.465C210.15 131.778 210.567 131.225 211.082 131.225Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
39
|
+
<path d="M211.082 121.917H217.738C218.25 121.917 218.667 122.471 218.667 123.158C218.667 123.858 218.25 124.398 217.738 124.398H211.082C210.567 124.398 210.15 123.844 210.15 123.158C210.15 122.471 210.567 121.917 211.082 121.917Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
40
|
+
<path d="M211.082 140.53H217.738C218.25 140.53 218.667 141.087 218.667 141.773C218.667 142.474 218.25 143.013 217.738 143.013H211.082C210.567 143.013 210.15 142.457 210.15 141.773C210.15 141.087 210.567 140.53 211.082 140.53Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
41
|
+
<path d="M211.044 149.876H217.7C218.215 149.876 218.631 150.433 218.631 151.116C218.631 151.817 218.215 152.36 217.7 152.36H211.044C210.529 152.36 210.115 151.803 210.115 151.116C210.122 150.433 210.536 149.876 211.044 149.876Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
42
|
+
<path d="M165.1 64.624H147.304C146.104 64.624 145.132 65.5964 145.132 66.796C145.132 67.9955 146.104 68.9679 147.304 68.9679H165.1C166.3 68.9679 167.272 67.9955 167.272 66.796C167.272 65.5964 166.3 64.624 165.1 64.624Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
43
|
+
<path d="M195.45 24H103.429C97.8534 24 93.3333 28.5202 93.3333 34.0961V147.906C93.3333 153.482 97.8534 158.002 103.429 158.002H195.45C201.026 158.002 205.546 153.482 205.546 147.906V34.0961C205.546 28.5202 201.026 24 195.45 24Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
44
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M103.678 34.8487C103.678 34.3898 103.804 34.022 103.958 34.022H194.339C194.494 34.022 194.62 34.3723 194.62 34.8487V147.156C194.62 147.615 194.494 147.983 194.339 147.983H103.958C103.804 147.983 103.678 147.632 103.678 147.156V34.8487Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
45
|
+
<path d="M194.627 44.7732H103.678V54.0811H194.627V44.7732Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
46
|
+
<path d="M108.943 48.291H124.581C125.093 48.291 125.51 48.848 125.51 49.5346C125.51 50.2353 125.093 50.7747 124.581 50.7747H108.943C108.428 50.7747 108.011 50.2178 108.011 49.5346C108.011 48.848 108.414 48.291 108.943 48.291Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
47
|
+
<path d="M108.943 57.3921H121.639C122.15 57.3921 122.567 57.9491 122.567 58.6322C122.567 59.3328 122.15 59.8758 121.639 59.8758H108.943C108.428 59.8758 108.011 59.3188 108.011 58.6322C108.011 57.9491 108.414 57.3921 108.943 57.3921Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
48
|
+
<path d="M108.943 66.9102H123.657C124.172 66.9102 124.588 67.4671 124.588 68.1503C124.588 68.8509 124.172 69.3939 123.657 69.3939H108.943C108.428 69.3939 108.011 68.8369 108.011 68.1503C108.011 67.4636 108.414 66.9102 108.943 66.9102Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
49
|
+
<path d="M108.943 76.0181H115.599C116.114 76.0181 116.528 76.5751 116.528 77.2582C116.528 77.9588 116.114 78.4983 115.599 78.4983H108.943C108.428 78.4983 108.011 77.9448 108.011 77.2582C108.011 76.5645 108.414 76.0181 108.943 76.0181Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
50
|
+
<path d="M108.943 85.3149H115.599C116.114 85.3149 116.528 85.8685 116.528 86.5551C116.528 87.2557 116.114 87.7952 115.599 87.7952H108.943C108.428 87.7952 108.011 87.2417 108.011 86.5551C108.011 85.8685 108.414 85.3149 108.943 85.3149Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
51
|
+
<path d="M108.943 103.931H115.599C116.114 103.931 116.528 104.484 116.528 105.171C116.528 105.871 116.114 106.411 115.599 106.411H108.943C108.428 106.411 108.011 105.854 108.011 105.171C108.011 104.484 108.414 103.931 108.943 103.931Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
52
|
+
<path d="M108.943 94.6235H115.599C116.114 94.6235 116.528 95.177 116.528 95.8637C116.528 96.5643 116.114 97.1037 115.599 97.1037H108.943C108.428 97.1037 108.011 96.5503 108.011 95.8637C108.011 95.177 108.414 94.6235 108.943 94.6235Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
53
|
+
<path d="M108.943 113.235H115.599C116.114 113.235 116.528 113.792 116.528 114.479C116.528 115.18 116.114 115.719 115.599 115.719H108.943C108.428 115.719 108.011 115.162 108.011 114.479C108.011 113.792 108.414 113.235 108.943 113.235Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
54
|
+
<path d="M108.912 122.582H115.568C116.079 122.582 116.496 123.139 116.496 123.822C116.496 124.523 116.079 125.066 115.568 125.066H108.912C108.4 125.066 107.983 124.509 107.983 123.822C107.983 123.139 108.414 122.582 108.912 122.582Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
55
|
+
<path d="M141.638 48.291H157.276C157.788 48.291 158.205 48.848 158.205 49.5346C158.205 50.2353 157.788 50.7747 157.276 50.7747H141.638C141.123 50.7747 140.706 50.2178 140.706 49.5346C140.706 48.848 141.123 48.291 141.638 48.291Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
56
|
+
<path d="M141.638 57.3921H154.334C154.845 57.3921 155.262 57.9491 155.262 58.6322C155.262 59.3328 154.845 59.8758 154.334 59.8758H141.638C141.123 59.8758 140.706 59.3188 140.706 58.6322C140.706 57.9491 141.123 57.3921 141.638 57.3921Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
57
|
+
<path d="M141.638 66.9102H156.351C156.866 66.9102 157.283 67.4671 157.283 68.1503C157.283 68.8509 156.866 69.3939 156.351 69.3939H141.638C141.123 69.3939 140.706 68.8369 140.706 68.1503C140.706 67.4636 141.123 66.9102 141.638 66.9102Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
58
|
+
<path d="M141.638 76.0181H148.294C148.809 76.0181 149.222 76.5751 149.222 77.2582C149.222 77.9588 148.809 78.4983 148.294 78.4983H141.638C141.123 78.4983 140.706 77.9448 140.706 77.2582C140.706 76.5645 141.123 76.0181 141.638 76.0181Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
59
|
+
<path d="M141.638 85.3149H148.294C148.809 85.3149 149.222 85.8685 149.222 86.5551C149.222 87.2557 148.809 87.7952 148.294 87.7952H141.638C141.123 87.7952 140.706 87.2417 140.706 86.5551C140.706 85.8685 141.123 85.3149 141.638 85.3149Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
60
|
+
<path d="M141.638 103.931H148.294C148.809 103.931 149.222 104.484 149.222 105.171C149.222 105.871 148.809 106.411 148.294 106.411H141.638C141.123 106.411 140.706 105.854 140.706 105.171C140.706 104.484 141.123 103.931 141.638 103.931Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
61
|
+
<path d="M141.638 94.6235H148.294C148.809 94.6235 149.222 95.177 149.222 95.8637C149.222 96.5643 148.809 97.1037 148.294 97.1037H141.638C141.123 97.1037 140.706 96.5503 140.706 95.8637C140.706 95.177 141.123 94.6235 141.638 94.6235Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
62
|
+
<path d="M141.638 113.235H148.294C148.809 113.235 149.222 113.792 149.222 114.479C149.222 115.18 148.809 115.719 148.294 115.719H141.638C141.123 115.719 140.706 115.162 140.706 114.479C140.706 113.792 141.123 113.235 141.638 113.235Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
63
|
+
<path d="M141.607 122.582H148.263C148.774 122.582 149.191 123.139 149.191 123.822C149.191 124.523 148.774 125.066 148.263 125.066H141.607C141.095 125.066 140.678 124.509 140.678 123.822C140.678 123.139 141.095 122.582 141.607 122.582Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
64
|
+
<path d="M173.962 48.291H189.6C190.111 48.291 190.528 48.848 190.528 49.5346C190.528 50.2353 190.111 50.7747 189.6 50.7747H173.962C173.447 50.7747 173.03 50.2178 173.03 49.5346C173.03 48.848 173.447 48.291 173.962 48.291Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
65
|
+
<path d="M173.962 57.3921H186.657C187.168 57.3921 187.585 57.9491 187.585 58.6322C187.585 59.3328 187.168 59.8758 186.657 59.8758H173.962C173.447 59.8758 173.03 59.3188 173.03 58.6322C173.03 57.9491 173.447 57.3921 173.962 57.3921Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
66
|
+
<path d="M173.962 66.9102H188.675C189.19 66.9102 189.607 67.4671 189.607 68.1503C189.607 68.8509 189.19 69.3939 188.675 69.3939H173.962C173.447 69.3939 173.03 68.8369 173.03 68.1503C173.03 67.4636 173.447 66.9102 173.962 66.9102Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
67
|
+
<path d="M173.962 76.0181H180.618C181.129 76.0181 181.546 76.5751 181.546 77.2582C181.546 77.9588 181.129 78.4983 180.618 78.4983H173.962C173.447 78.4983 173.03 77.9448 173.03 77.2582C173.03 76.5645 173.447 76.0181 173.962 76.0181Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
68
|
+
<path d="M173.962 85.3149H180.618C181.129 85.3149 181.546 85.8685 181.546 86.5551C181.546 87.2557 181.129 87.7952 180.618 87.7952H173.962C173.447 87.7952 173.03 87.2417 173.03 86.5551C173.03 85.8685 173.447 85.3149 173.962 85.3149Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
69
|
+
<path d="M173.962 103.931H180.618C181.129 103.931 181.546 104.484 181.546 105.171C181.546 105.871 181.129 106.411 180.618 106.411H173.962C173.447 106.411 173.03 105.854 173.03 105.171C173.03 104.484 173.447 103.931 173.962 103.931Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
70
|
+
<path d="M173.962 94.6235H180.618C181.129 94.6235 181.546 95.177 181.546 95.8637C181.546 96.5643 181.129 97.1037 180.618 97.1037H173.962C173.447 97.1037 173.03 96.5503 173.03 95.8637C173.03 95.177 173.447 94.6235 173.962 94.6235Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
71
|
+
<path d="M173.962 113.235H180.618C181.129 113.235 181.546 113.792 181.546 114.479C181.546 115.18 181.129 115.719 180.618 115.719H173.962C173.447 115.719 173.03 115.162 173.03 114.479C173.03 113.792 173.447 113.235 173.962 113.235Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
72
|
+
<path d="M173.923 122.582H180.579C181.094 122.582 181.511 123.139 181.511 123.822C181.511 124.523 181.094 125.066 180.579 125.066H173.923C173.408 125.066 172.995 124.509 172.995 123.822C173.002 123.139 173.415 122.582 173.923 122.582Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
73
|
+
<path d="M127.979 37.3298H110.183C108.984 37.3298 108.011 38.3022 108.011 39.5018C108.011 40.7013 108.984 41.6737 110.183 41.6737H127.979C129.179 41.6737 130.151 40.7013 130.151 39.5018C130.151 38.3022 129.179 37.3298 127.979 37.3298Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
74
|
+
<path d="M248 29.1811C248 27.6719 243.838 26.4639 238.277 26.1895C237.959 20.3435 236.735 15.9967 235.301 16C233.868 16.0033 232.675 20.3837 232.37 26.2598C226.793 26.6613 222.647 27.9731 222.667 29.4856C222.686 30.9981 226.828 32.2061 232.389 32.4772C232.723 38.3232 233.931 42.67 235.362 42.6667C236.793 42.6633 237.991 38.283 238.296 32.4069C243.873 32.0054 248.016 30.6936 248 29.1811Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
75
|
+
<path d="M265.333 47.2345C265.333 46.2535 262.486 45.4683 258.681 45.2899C258.464 41.49 257.626 38.6646 256.645 38.6667C255.664 38.6689 254.848 41.5161 254.639 45.3356C250.824 45.5966 247.987 46.4492 248 47.4324C248.013 48.4155 250.848 49.2007 254.652 49.3769C254.881 53.1768 255.707 56.0023 256.686 56.0001C257.665 55.9979 258.485 53.1507 258.694 49.3312C262.51 49.0702 265.344 48.2176 265.333 47.2345Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
76
|
+
</svg>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Scene-GroupingColumns">
|
|
2
|
+
<rect y="53.2563" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<path d="M220.739 153.788L181.623 141.476C181.497 141.436 181.37 141.416 181.243 141.446L63.2296 150C59.079 150.177 59.158 151.502 60.2879 152.059L87.6079 167.268C89.8969 168.064 92.332 168.253 94.7087 167.815L217.428 155.569C220.866 155.101 222.323 154.451 220.739 153.788Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
4
|
+
<path d="M76.2119 67.2306L98.6037 148.58C99.0829 150.328 100.787 151.455 102.58 151.224L227.186 134.229C231.561 132.826 233.283 128.318 232.529 126.134L174.051 55.2936C173.509 53.7493 172.009 52.7553 170.385 52.8618L80.6317 55.4977C78.3241 55.6397 73.7002 58.959 76.2119 67.2306Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
5
|
+
<path d="M77.3831 60.0779L100.875 145.421C101.355 147.169 103.059 148.296 104.851 148.065L229.608 130.91C231.898 130.617 233.345 128.283 232.582 126.1L204.652 50.4396C204.11 48.8953 202.61 47.9013 200.986 48.0078L80.6668 55.4717C78.3593 55.6137 76.7707 57.8414 77.3831 60.069V60.0779Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path d="M204.652 50.4396C204.11 48.8953 202.61 47.9013 200.986 48.0078L80.6668 55.4717C78.3593 55.6137 76.7707 57.8414 77.3831 60.069L80.6757 72.0238L208.574 61.0719L204.643 50.4307L204.652 50.4396Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
7
|
+
<path d="M100.157 62.1275C100.778 64.7723 98.8792 67.0975 95.8971 67.3638C92.8796 67.6389 89.8354 65.713 89.1166 63.0239C88.3888 60.2903 90.3324 57.8586 93.4565 57.6367C96.5361 57.4148 99.527 59.4472 100.157 62.1275Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<path d="M117.454 83.3275L94.4943 85.4487C94.2014 85.4753 93.9085 85.2978 93.8375 85.0493L92.8701 81.6767C92.7991 81.4282 92.9766 81.2064 93.2695 81.1797L116.176 79.1296C116.46 79.103 116.744 79.2805 116.815 79.5201L117.818 82.8305C117.889 83.0701 117.72 83.292 117.445 83.3186L117.454 83.3275Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path d="M117.241 93.6928L97.4231 95.6719C97.1302 95.6985 96.8373 95.521 96.7663 95.2725L95.79 91.8556C95.719 91.6071 95.8965 91.3764 96.1894 91.3497L115.963 89.4416C116.247 89.415 116.531 89.5925 116.611 89.841L117.623 93.2046C117.694 93.4531 117.525 93.675 117.241 93.7016V93.6928Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
10
|
+
<path d="M123.569 103.554L100.387 106.039C100.094 106.074 99.8014 105.888 99.7215 105.63L98.7275 102.16C98.6565 101.903 98.834 101.672 99.1269 101.646L122.264 99.2404C122.548 99.2138 122.841 99.3913 122.912 99.6398L123.942 103.039C124.022 103.287 123.853 103.518 123.569 103.545V103.554Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
<path d="M126.693 113.884L103.396 116.555C103.103 116.591 102.801 116.405 102.73 116.147L101.728 112.633C101.657 112.375 101.834 112.145 102.127 112.109L125.38 109.518C125.664 109.482 125.957 109.668 126.036 109.917L127.084 113.369C127.164 113.627 126.995 113.857 126.711 113.884H126.693Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
12
|
+
<path d="M124.359 125.032L106.449 127.215C106.156 127.251 105.854 127.064 105.775 126.807L104.754 123.239C104.683 122.982 104.86 122.742 105.153 122.707L123.019 120.585C123.303 120.55 123.605 120.736 123.676 120.994L124.723 124.508C124.803 124.766 124.625 125.005 124.341 125.041L124.359 125.032Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<path d="M133.075 134.98L109.547 138.033C109.245 138.069 108.943 137.891 108.872 137.625L107.834 134.004C107.754 133.738 107.94 133.498 108.233 133.454L131.717 130.481C132.001 130.445 132.303 130.623 132.382 130.889L133.456 134.439C133.536 134.696 133.368 134.945 133.075 134.98Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
14
|
+
<path d="M157.871 79.5822L139.331 81.2951C139.056 81.3217 138.772 81.1442 138.701 80.9046L137.662 77.6474C137.582 77.4078 137.742 77.1948 138.017 77.1681L156.522 75.5085C156.788 75.4819 157.063 75.6594 157.143 75.8901L158.208 79.1029C158.288 79.3425 158.137 79.5467 157.871 79.5733V79.5822Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
15
|
+
<path d="M164.155 89.0177L142.482 91.1832C142.207 91.2098 141.923 91.0323 141.843 90.7927L140.796 87.4912C140.716 87.2515 140.876 87.0297 141.151 87.003L162.788 84.9085C163.055 84.8819 163.33 85.0505 163.41 85.2902L164.492 88.5384C164.572 88.7781 164.421 88.9911 164.155 89.0177Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
16
|
+
<path d="M167.439 98.8595L145.668 101.194C145.393 101.22 145.109 101.052 145.029 100.803L143.964 97.4572C143.884 97.2087 144.044 96.9869 144.319 96.9602L166.054 94.6971C166.32 94.6705 166.604 94.8391 166.684 95.0787L167.785 98.3714C167.865 98.611 167.714 98.8329 167.447 98.8595H167.439Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<path d="M165.619 109.429L148.899 111.346C148.623 111.381 148.331 111.204 148.251 110.955L147.177 107.556C147.097 107.307 147.257 107.086 147.532 107.05L164.226 105.195C164.492 105.169 164.776 105.337 164.856 105.586L165.965 108.932C166.045 109.18 165.894 109.402 165.628 109.437L165.619 109.429Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
18
|
+
<path d="M174.139 118.951L152.164 121.632C151.889 121.667 151.596 121.49 151.517 121.232L150.425 117.789C150.345 117.54 150.505 117.309 150.78 117.274L172.71 114.665C172.976 114.629 173.26 114.807 173.349 115.055L174.476 118.437C174.556 118.685 174.405 118.916 174.139 118.942V118.951Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
19
|
+
<path d="M174.441 129.612L155.484 132.071C155.209 132.106 154.916 131.928 154.827 131.671L153.718 128.183C153.638 127.926 153.798 127.695 154.073 127.66L172.995 125.263C173.261 125.228 173.554 125.405 173.634 125.654L174.77 129.088C174.849 129.337 174.699 129.577 174.432 129.612H174.441Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
20
|
+
<path d="M201.83 75.5178L181.506 77.3994C181.248 77.426 180.973 77.2574 180.893 77.0266L179.793 73.8759C179.713 73.6452 179.855 73.4411 180.112 73.4144L200.401 71.5951C200.649 71.5684 200.915 71.7371 200.995 71.9678L202.122 75.0652C202.202 75.296 202.069 75.5001 201.821 75.5178H201.83Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
21
|
+
<path d="M199.469 85.4947L184.834 86.9502C184.576 86.9768 184.301 86.8082 184.221 86.5686L183.112 83.3735C183.032 83.1428 183.174 82.9298 183.432 82.9032L198.04 81.492C198.288 81.4654 198.564 81.634 198.643 81.8648L199.779 85.0154C199.859 85.2462 199.726 85.4592 199.478 85.4769L199.469 85.4947Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
22
|
+
<path d="M202.903 95.0597L188.206 96.6305C187.949 96.6572 187.674 96.4885 187.585 96.2489L186.458 93.0095C186.378 92.7699 186.52 92.5569 186.777 92.5303L201.448 91.0037C201.696 90.9771 201.971 91.1457 202.06 91.3765L203.205 94.5715C203.294 94.8023 203.152 95.0153 202.903 95.0508V95.0597Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
23
|
+
<path d="M212.196 104.096L191.623 106.448C191.366 106.474 191.082 106.306 191.002 106.066L189.857 102.782C189.777 102.543 189.919 102.321 190.177 102.294L210.714 100.004C210.962 99.9776 211.237 100.146 211.326 100.377L212.498 103.599C212.586 103.838 212.453 104.051 212.196 104.078V104.096Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
24
|
+
<path d="M212.826 114.222L195.085 116.388C194.827 116.423 194.543 116.246 194.455 116.006L193.301 112.678C193.212 112.438 193.363 112.216 193.62 112.181L211.335 110.077C211.593 110.051 211.868 110.219 211.948 110.459L213.128 113.734C213.217 113.974 213.084 114.196 212.826 114.222Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
25
|
+
<path d="M214.45 124.41L198.59 126.469C198.324 126.505 198.048 126.327 197.96 126.079L196.788 122.706C196.699 122.458 196.841 122.236 197.108 122.2L212.941 120.194C213.198 120.159 213.473 120.336 213.562 120.576L214.76 123.904C214.849 124.153 214.716 124.375 214.458 124.41H214.45Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
26
|
+
<path d="M229.937 104.933L140.432 115.689C138.506 115.884 136.509 114.571 135.976 112.752L121.767 67.6928C121.253 65.9355 122.113 62.4121 125.939 61.8086L214.831 58.2585C216.402 58.1343 218.177 59.3058 218.799 60.8856L235.812 99.7673C234.676 102.554 233.15 104.515 229.937 104.941V104.933Z" fill="var(--sapContent_Illustrative_Color24)"/>
|
|
27
|
+
<path d="M233.957 101.222L142.109 111.979C140.183 112.174 138.186 110.861 137.654 109.041L123.755 65.2249C123.241 63.4676 124.368 61.9234 126.267 61.7636L216.518 54.5393C218.089 54.4151 219.864 55.5866 220.485 57.1663L235.688 97.9828C236.327 99.607 235.564 101.062 233.975 101.222H233.957Z" fill="var(--sapContent_Illustrative_Color25)"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M233.885 99.7222C233.945 99.7132 233.996 99.7005 234.04 99.6865C234.331 99.5917 234.63 99.5908 234.904 99.667C234.647 99.46 234.457 99.1672 234.381 98.8198C234.362 98.7317 234.333 98.6355 234.292 98.532L234.287 98.5192L233.902 97.486C233.613 96.7097 234.008 95.8459 234.784 95.5568L235.688 97.9828C235.757 98.1575 235.809 98.3303 235.846 98.4997C235.903 98.7583 235.923 99.0091 235.91 99.2471C235.895 99.5156 235.837 99.7677 235.741 99.9964C235.64 99.9893 235.542 99.9722 235.447 99.9458C235.525 100.009 235.598 100.081 235.663 100.16C235.574 100.326 235.462 100.478 235.33 100.612C235.278 100.664 235.224 100.713 235.166 100.76C235.024 100.873 234.865 100.969 234.688 101.044C234.629 101.069 234.567 101.092 234.504 101.113C234.34 101.166 234.163 101.203 233.975 101.222H233.957L231.511 101.509C231.414 100.686 232.003 99.9408 232.826 99.8445L233.87 99.7222H233.885ZM228.75 101.832C228.654 101.009 227.908 100.42 227.086 100.517L225.172 100.741C224.349 100.837 223.76 101.582 223.857 102.405L228.75 101.832ZM221.096 102.728C221 101.906 220.254 101.317 219.432 101.413L217.518 101.637C216.695 101.734 216.106 102.479 216.203 103.302L221.096 102.728ZM213.442 103.625C213.345 102.802 212.6 102.213 211.778 102.31L209.864 102.534C209.041 102.63 208.452 103.375 208.549 104.198L213.442 103.625ZM205.788 104.521C205.691 103.698 204.946 103.11 204.124 103.206L202.21 103.43C201.387 103.526 200.798 104.271 200.895 105.094L205.788 104.521ZM198.134 105.418C198.037 104.595 197.292 104.006 196.47 104.102L194.556 104.326C193.733 104.423 193.144 105.168 193.241 105.991L198.134 105.418ZM190.48 106.314C190.383 105.491 189.638 104.902 188.816 104.999L186.902 105.223C186.079 105.319 185.49 106.064 185.587 106.887L190.48 106.314ZM182.826 107.21C182.729 106.388 181.984 105.799 181.161 105.895L179.248 106.119C178.425 106.215 177.836 106.961 177.933 107.783L182.826 107.21ZM175.172 108.107C175.075 107.284 174.33 106.695 173.507 106.791L171.594 107.016C170.771 107.112 170.182 107.857 170.279 108.68L175.172 108.107ZM167.518 109.003C167.421 108.18 166.676 107.591 165.853 107.688L163.94 107.912C163.117 108.008 162.528 108.753 162.625 109.576L167.518 109.003ZM159.864 109.9C159.767 109.077 159.022 108.488 158.199 108.584L156.286 108.808C155.463 108.905 154.874 109.65 154.971 110.473L159.864 109.9ZM152.21 110.796C152.113 109.973 151.368 109.384 150.545 109.481L148.632 109.705C147.809 109.801 147.22 110.546 147.317 111.369L152.21 110.796ZM144.556 111.692C144.459 110.869 143.714 110.281 142.891 110.377L141.948 110.487C141.808 110.501 141.664 110.502 141.519 110.489C140.784 110.426 140.128 110.904 139.942 111.591C140.171 111.698 140.409 111.786 140.652 111.852C140.894 111.918 141.141 111.962 141.391 111.984C141.629 112.004 141.87 112.003 142.109 111.979L144.556 111.692ZM138.857 110.882C139.411 110.443 139.593 109.659 139.252 109.01C139.185 108.882 139.132 108.751 139.093 108.62L139.089 108.604L138.794 107.675C138.544 106.885 137.7 106.448 136.911 106.699L137.654 109.041C137.721 109.272 137.812 109.495 137.924 109.707C138.04 109.928 138.178 110.138 138.335 110.335C138.491 110.531 138.667 110.714 138.857 110.882ZM136.081 104.081C136.87 103.831 137.307 102.987 137.057 102.198L136.478 100.372C136.227 99.5824 135.384 99.1453 134.594 99.3958L136.081 104.081ZM133.764 96.7784C134.554 96.5279 134.991 95.6847 134.74 94.8951L134.161 93.0694C133.911 92.2797 133.068 91.8426 132.278 92.0931L133.764 96.7784ZM131.448 89.4757C132.237 89.2252 132.674 88.382 132.424 87.5924L131.845 85.7667C131.594 84.977 130.751 84.5399 129.962 84.7904L131.448 89.4757ZM129.131 82.173C129.921 81.9225 130.358 81.0793 130.108 80.2896L129.529 78.464C129.278 77.6743 128.435 77.2372 127.645 77.4877L129.131 82.173ZM126.815 74.8702C127.605 74.6198 128.042 73.7766 127.791 72.9869L127.212 71.1613C126.962 70.3716 126.118 69.9345 125.329 70.185L126.815 74.8702ZM124.499 67.5675C125.288 67.3171 125.725 66.4739 125.475 65.6842L125.191 64.7896C125.16 64.682 125.143 64.5825 125.135 64.4918C125.079 63.8136 124.579 63.2785 123.945 63.1474C123.822 63.3696 123.732 63.6114 123.681 63.8676C123.634 64.1062 123.619 64.3573 123.641 64.6166C123.657 64.8151 123.695 65.0186 123.755 65.2249L124.499 67.5675ZM124.351 62.6071C124.679 63.1878 125.368 63.4975 126.043 63.318C126.147 63.2902 126.263 63.2695 126.39 63.2586L126.393 63.2583L127.412 63.1767C128.238 63.1106 128.854 62.3876 128.788 61.5618L126.267 61.7636C126.053 61.7816 125.85 61.8171 125.657 61.8684C125.405 61.9355 125.172 62.0296 124.96 62.147C124.73 62.2744 124.526 62.4294 124.351 62.6071ZM131.951 61.3087C132.017 62.1344 132.74 62.7503 133.566 62.6842L135.617 62.52C136.443 62.4539 137.059 61.7309 136.993 60.9051L131.951 61.3087ZM140.156 60.6519C140.222 61.4777 140.945 62.0935 141.77 62.0274L143.822 61.8632C144.647 61.7971 145.263 61.0741 145.197 60.2483L140.156 60.6519ZM148.36 59.9951C148.426 60.8209 149.149 61.4368 149.975 61.3707L152.026 61.2065C152.852 61.1404 153.468 60.4174 153.402 59.5916L148.36 59.9951ZM156.565 59.3384C156.631 60.1642 157.354 60.78 158.18 60.7139L160.231 60.5497C161.057 60.4836 161.672 59.7606 161.606 58.9348L156.565 59.3384ZM164.769 58.6816C164.835 59.5074 165.558 60.1233 166.384 60.0572L168.435 59.893C169.261 59.8269 169.877 59.1038 169.811 58.2781L164.769 58.6816ZM172.974 58.0249C173.04 58.8507 173.763 59.4665 174.589 59.4004L176.64 59.2362C177.466 59.1701 178.082 58.4471 178.016 57.6213L172.974 58.0249ZM181.179 57.3681C181.245 58.1939 181.968 58.8097 182.793 58.7436L184.845 58.5795C185.67 58.5134 186.286 57.7903 186.22 56.9646L181.179 57.3681ZM189.383 56.7114C189.449 57.5371 190.172 58.153 190.998 58.0869L193.049 57.9227C193.875 57.8566 194.491 57.1336 194.425 56.3078L189.383 56.7114ZM197.588 56.0546C197.654 56.8804 198.377 57.4962 199.203 57.4301L201.254 57.2659C202.08 57.1998 202.695 56.4768 202.629 55.651L197.588 56.0546ZM205.792 55.3978C205.859 56.2236 206.582 56.8395 207.407 56.7734L209.458 56.6092C210.284 56.5431 210.9 55.8201 210.834 54.9943L205.792 55.3978ZM213.997 54.7411C214.063 55.5669 214.786 56.1827 215.612 56.1166L216.636 56.0346C216.734 56.0269 216.843 56.0292 216.96 56.0441C217.68 56.1354 218.346 55.7002 218.57 55.0384C218.346 54.9136 218.115 54.8092 217.879 54.7282C217.638 54.6454 217.393 54.587 217.149 54.556C216.937 54.5291 216.726 54.5229 216.518 54.5393L213.997 54.7411ZM219.213 55.4742C218.677 55.9446 218.539 56.7452 218.92 57.3766C218.986 57.4856 219.041 57.5953 219.085 57.7042L219.459 58.7103C219.749 59.4866 220.612 59.8816 221.389 59.5924L220.485 57.1663C220.408 56.9709 220.314 56.7817 220.204 56.6005C220.075 56.3874 219.925 56.1852 219.759 55.9967C219.592 55.8079 219.409 55.6328 219.213 55.4742ZM222.622 62.9036C221.846 63.1927 221.451 64.0565 221.74 64.8328L222.5 66.8736C222.789 67.6499 223.653 68.0449 224.429 67.7557L222.622 62.9036ZM225.663 71.0669C224.886 71.356 224.491 72.2198 224.78 72.9961L225.541 75.0369C225.83 75.8132 226.694 76.2082 227.47 75.919L225.663 71.0669ZM228.703 79.2302C227.927 79.5193 227.532 80.3831 227.821 81.1594L228.581 83.2002C228.87 83.9765 229.734 84.3715 230.51 84.0823L228.703 79.2302ZM233.551 92.2456L231.744 87.3935C230.967 87.6826 230.572 88.5464 230.862 89.3227L231.622 91.3635C231.911 92.1398 232.775 92.5348 233.551 92.2456Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
29
|
+
<path d="M163.729 71.3722L145.189 73.0851C144.914 73.1117 144.63 72.9342 144.559 72.6946L143.521 69.4374C143.441 69.1978 143.6 68.9848 143.876 68.9582L162.38 67.2985C162.646 67.2719 162.922 67.4494 163.001 67.6802L164.066 70.893C164.146 71.1326 163.995 71.3367 163.729 71.3633V71.3722Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
30
|
+
<path d="M170.013 80.8077L148.34 82.9732C148.065 82.9999 147.781 82.8224 147.701 82.5827L146.653 79.2812C146.574 79.0416 146.733 78.8197 147.008 78.7931L168.646 76.6986C168.912 76.6719 169.187 76.8406 169.267 77.0802L170.35 80.3285C170.43 80.5681 170.279 80.7811 170.013 80.8077Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
31
|
+
<path d="M173.287 90.6496L151.517 92.9837C151.241 93.0103 150.957 92.8417 150.878 92.5932L149.813 89.2473C149.733 88.9988 149.892 88.7769 150.168 88.7503L171.903 86.4871C172.169 86.4605 172.453 86.6291 172.533 86.8688L173.633 90.1614C173.713 90.401 173.562 90.6229 173.296 90.6496H173.287Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
32
|
+
<path d="M171.468 101.219L154.747 103.136C154.472 103.171 154.179 102.994 154.099 102.745L153.025 99.346C152.946 99.0975 153.105 98.8756 153.38 98.8401L170.074 96.9852C170.341 96.9586 170.625 97.1272 170.705 97.3757L171.814 100.722C171.894 100.97 171.743 101.192 171.477 101.227L171.468 101.219Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
33
|
+
<path d="M207.687 67.3079L187.363 69.1894C187.106 69.216 186.831 69.0474 186.751 68.8166L185.65 65.666C185.57 65.4352 185.712 65.2311 185.97 65.2045L206.258 63.3851C206.507 63.3585 206.773 63.5271 206.853 63.7578L207.98 66.8552C208.06 67.086 207.927 67.2901 207.678 67.3079H207.687Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
34
|
+
<path d="M205.326 77.2847L190.691 78.7402C190.434 78.7669 190.159 78.5982 190.079 78.3586L188.969 75.1636C188.89 74.9328 189.032 74.7198 189.289 74.6932L203.897 73.2821C204.146 73.2554 204.421 73.4241 204.501 73.6548L205.637 76.8055C205.717 77.0362 205.584 77.2492 205.335 77.267L205.326 77.2847Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
35
|
+
<path d="M208.752 86.8497L194.055 88.4206C193.797 88.4472 193.522 88.2786 193.434 88.039L192.306 84.7996C192.227 84.5599 192.369 84.3469 192.626 84.3203L207.296 82.7938C207.545 82.7672 207.82 82.9358 207.909 83.1665L209.054 86.3616C209.142 86.5923 209 86.8053 208.752 86.8408V86.8497Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
36
|
+
<path d="M218.044 95.8857L197.472 98.2376C197.215 98.2642 196.931 98.0956 196.851 97.856L195.706 94.5722C195.626 94.3325 195.768 94.1107 196.025 94.084L216.562 91.7943C216.811 91.7676 217.086 91.9363 217.175 92.167L218.346 95.3887C218.435 95.6283 218.302 95.8413 218.044 95.8679V95.8857Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
37
|
+
<path d="M255.342 82.7765L226.574 82.3398C223.984 83.0024 222.079 85.1933 222.99 87.9037L231.769 111.71C232.996 114.714 235.367 115.971 237.965 115.663L266.763 111.672C270.158 111.221 271.83 107.735 270.851 104.911L260.559 85.5321C259.844 83.8155 257.51 82.5883 255.342 82.7765Z" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
38
|
+
<path d="M256.433 79.6958L227.454 82.2406C225.075 82.4514 223.682 84.0852 224.36 85.9072L233.282 109.766C234.614 112.454 236.564 112.996 238.989 112.672L268.449 108.735C270.655 108.441 271.815 106.725 271.054 104.918L261.651 82.4514C260.935 80.7348 258.601 79.5076 256.433 79.6958Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
39
|
+
<path d="M255.251 106.115C255.078 106.138 254.897 106.145 254.724 106.115C254.295 106.055 253.873 105.874 253.572 105.588L248.369 100.785L244.371 103.954C243.972 104.27 243.355 104.361 242.753 104.203C242.143 104.045 241.661 103.653 241.48 103.194L235.246 86.9991C235.066 86.5248 235.261 86.0655 235.721 85.8171C236.18 85.5686 236.865 85.5536 237.452 85.802L257.652 94.2871C258.217 94.528 258.616 94.9572 258.684 95.424C258.759 95.8908 258.488 96.2898 257.976 96.4705L252.962 98.2925L257.946 102.878C258.563 103.45 258.556 104.24 257.916 104.632L255.876 105.897C255.695 106.002 255.484 106.077 255.251 106.107V106.115ZM239.402 89.2277L243.792 100.506L247.963 97.2535C248.076 97.1782 248.204 97.0954 248.332 97.0502L253.594 95.183L239.402 89.2277Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
40
|
+
</svg>
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="sapIllus-Scene-KeyTask">
|
|
2
|
+
<rect y="56" width="320" height="138" rx="24" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
3
|
+
<g clip-path="url(#clip0_396_5942)">
|
|
4
|
+
<path d="M160.893 177.754L166.747 178.166L245.193 144.54L170.013 112.355L64.1038 130.727C61.5002 131.242 58.9554 132.154 63.4713 134.287L156.612 176.651C158.333 177.43 159.025 177.607 160.893 177.754Z" fill="var(--sapContent_Illustrative_Color21)"/>
|
|
5
|
+
<path d="M102.157 146.26L102.246 149.305C102.246 149.438 102.334 149.57 102.466 149.629L162.099 177.18C162.099 177.18 166.85 179.401 171.513 177.18C178.088 174.047 257.417 140.259 257.417 140.259C257.417 140.259 258.505 139.921 258.535 138.729C258.564 137.538 258.535 136.287 258.535 136.287L102.143 146.26H102.157Z" fill="var(--sapContent_Illustrative_Color29)"/>
|
|
6
|
+
<path d="M114.69 141.848L114.411 141.936L113.646 142.157L112.498 142.495L111.086 142.907L109.498 143.378L107.865 143.848L106.276 144.319C105.805 144.451 102.466 145.555 102.466 145.555C102.128 145.716 102.128 146.525 102.231 146.82C102.305 147.011 102.437 147.173 102.628 147.261C103.423 147.673 164.761 174.312 164.761 174.312C164.761 174.312 168.086 175.871 172.955 173.444C176.882 171.488 213.347 156.204 213.347 156.204L257.329 137.758C257.329 137.758 261.256 135.817 254.725 134.89L198.005 120.431C198.005 120.431 195.387 119.519 191.548 120.342C187.723 121.166 114.705 141.848 114.705 141.848H114.675H114.69Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
7
|
+
<path d="M137.505 140.568C138.137 139.067 139.182 136.787 140.52 134.552C126.311 138.567 114.675 141.847 114.675 141.847C114.587 141.877 114.484 141.906 114.396 141.936C114.146 142.009 113.881 142.083 113.631 142.156C113.249 142.274 112.866 142.377 112.484 142.495C112.013 142.627 111.528 142.774 111.072 142.907L109.483 143.377C108.939 143.539 108.394 143.686 107.85 143.848C107.321 143.995 106.791 144.157 106.261 144.319C105.791 144.451 102.452 145.554 102.452 145.554C102.113 145.716 102.113 146.525 102.216 146.819C102.29 147.011 102.422 147.172 102.614 147.261C103.025 147.481 120.442 155.071 136.74 162.147C134.975 154.983 134.651 147.393 137.534 140.568H137.505Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
8
|
+
<path d="M102.29 146.613L192.93 120.43C192.93 120.43 193.842 120.504 193.592 117.385C193.342 114.267 185.472 50.1627 185.472 50.1627C185.472 50.1627 185.134 47.0443 181.53 47.0001C177.926 46.9707 91.8607 51.5895 91.8607 51.5895C91.8607 51.5895 87.1684 52.0014 87.7126 57.2233C88.2422 62.4452 99.4509 142.215 99.4509 142.215C99.4509 142.215 100.407 146.555 102.29 146.599V146.613Z" fill="var(--sapContent_Illustrative_Color11)"/>
|
|
9
|
+
<path d="M152.552 126.873C140.549 126.137 128.282 123.769 117.705 117.768C107.173 111.81 103.79 101.675 99.9068 90.2313C96.6413 80.6701 93.8465 68.1081 94.4349 61.6359C95.2439 58.1056 96.3324 54.6635 97.5386 51.2656C93.9495 51.4568 91.846 51.5745 91.846 51.5745C91.846 51.5745 87.1536 51.9864 87.6979 57.2083C88.2274 62.4302 99.4361 142.2 99.4361 142.2C99.4361 142.2 99.8333 146.569 102.275 146.584L171.013 126.726C164.864 127.138 158.686 127.211 152.523 126.843V126.873H152.552Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
10
|
+
<path d="M91.8167 57.3995L103.158 136.302L190.43 114.061L183.193 51.3833L91.8167 57.3995Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path d="M201.565 156.028L227.233 145.422C227.968 145.113 227.807 143.789 226.997 143.613L210.949 140.171C210.317 140.038 209.699 140.083 209.125 140.274L178.044 151.129C177.809 151.218 177.868 151.644 178.147 151.703L192.077 156.234C195.342 157.293 198.652 157.219 201.565 156.013V156.042V156.028Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
12
|
+
<path d="M178.044 151.497C177.765 151.409 177.691 150.968 177.926 150.865L208.772 140.289C209.552 140.024 210.376 139.98 211.214 140.156L226.939 143.584C227.145 143.628 227.38 143.745 227.542 143.995C227.66 144.172 227.718 144.378 227.718 144.584V144.643L211.023 140.759C210.317 140.627 209.596 140.686 208.934 140.906L178.044 151.483V151.453V151.497Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
13
|
+
<path d="M201.521 137.067L206.007 138.214C206.213 138.273 206.272 138.626 206.081 138.685L201.903 139.979H201.815L197.152 138.788C196.946 138.729 196.872 138.376 197.078 138.317L201.432 137.081H201.521V137.067Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
14
|
+
<path d="M209.302 134.86L213.597 135.875C213.818 135.934 213.862 136.287 213.671 136.346L208.464 137.964H208.375L204.007 136.861C203.801 136.802 203.742 136.449 203.933 136.39L209.243 134.875H209.332L209.302 134.86Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
15
|
+
<path d="M159.584 149.041L165.585 150.879C165.747 150.923 165.791 151.173 165.659 151.203L160.407 152.821H160.319L154.332 150.865C154.185 150.82 154.126 150.556 154.244 150.541L159.495 149.041H159.584Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
16
|
+
<path d="M199.491 140.244L194.71 139.023H194.622L190.106 140.318L161.54 148.467C161.363 148.511 161.437 148.82 161.628 148.879L167.394 150.644H167.483L196.093 141.789L199.549 140.715C199.741 140.656 199.682 140.303 199.476 140.244H199.491Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
17
|
+
<path d="M131.944 148.834L128.399 149.849H128.282L125.075 148.82C124.81 148.731 124.707 148.349 124.913 148.275L128.546 147.216H128.664L131.782 148.275C132.033 148.364 132.15 148.746 131.93 148.82L131.944 148.834Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
18
|
+
<path d="M143.535 152.748L140.329 153.674H140.211L136.46 152.483C136.195 152.394 136.107 152.012 136.313 151.953L139.637 150.997H139.77L143.418 152.233C143.668 152.321 143.771 152.703 143.55 152.762H143.521V152.733L143.535 152.748Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
19
|
+
<path d="M137.549 150.717L134.165 151.688H134.048L130.679 150.614C130.414 150.526 130.312 150.144 130.532 150.07L134.018 149.07H134.136L137.402 150.188C137.652 150.276 137.755 150.658 137.549 150.732V150.717Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
20
|
+
<path d="M152.538 151.055L158.348 152.953C158.583 153.041 158.642 153.365 158.451 153.424L153.715 154.88H153.597L147.713 152.879C147.478 152.791 147.404 152.468 147.595 152.409L152.405 151.041H152.523L152.538 151.055Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
21
|
+
<path d="M217.157 132.595L222.29 133.669L216.083 135.596L210.92 134.375L217.157 132.595Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
22
|
+
<path d="M147.934 140.7L145.095 139.906C144.874 139.833 144.786 139.494 144.977 139.45L149.331 138.244H149.419L152.214 138.994C152.435 139.053 152.523 139.406 152.317 139.45L148.007 140.686H147.919H147.948L147.934 140.7Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
23
|
+
<path d="M141.285 142.612L138.563 141.774C138.313 141.685 138.21 141.288 138.431 141.244L142.682 140.067H142.785L145.506 140.847C145.756 140.921 145.874 141.332 145.639 141.377L141.373 142.612H141.255H141.285Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
24
|
+
<path d="M140.505 146.319L137.269 145.245C137.019 145.157 136.916 144.774 137.137 144.716L141.403 143.48H141.52L144.903 144.51C145.154 144.598 145.257 144.98 145.036 145.039L140.638 146.304H140.505V146.319Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
25
|
+
<path d="M154.538 138.773L151.817 138.038C151.597 137.979 151.508 137.626 151.714 137.567L156.024 136.376H156.112L158.731 137.082C158.951 137.141 159.025 137.494 158.834 137.553L154.627 138.759H154.538V138.773Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
26
|
+
<path d="M122.619 148.04L119.515 147.04C119.265 146.951 119.147 146.569 119.353 146.525L123.266 145.436H123.398L126.34 146.437C126.59 146.525 126.693 146.907 126.487 146.966L122.751 148.055H122.633L122.619 148.04Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
27
|
+
<path d="M161.069 136.89L158.245 136.125C158.098 136.081 158.025 135.831 158.172 135.787L162.761 134.522H162.82L165.585 135.243C165.732 135.287 165.806 135.537 165.659 135.581L161.128 136.89H161.069Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
28
|
+
<path d="M128.414 146.349L125.531 145.378C125.281 145.29 125.178 144.907 125.384 144.848L129.753 143.642H129.885L132.724 144.569C132.974 144.657 133.077 145.04 132.871 145.098L128.561 146.349H128.429H128.414Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
29
|
+
<path d="M134.872 144.481L132.091 143.569C131.841 143.48 131.738 143.098 131.944 143.039L136.122 141.892H136.24L139.02 142.745C139.27 142.833 139.373 143.216 139.152 143.275L134.989 144.495H134.857V144.466L134.872 144.481Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
30
|
+
<path d="M214.377 132.022L209.243 130.948H209.155L201.786 131.154C201.594 131.213 201.786 132.066 201.991 132.11L209.199 133.949H209.287L214.421 132.478C214.627 132.419 214.568 132.037 214.347 131.992V132.022H214.377Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
31
|
+
<path d="M190.798 129.168L194.931 127.977H195.019L199.388 128.889C199.623 128.933 199.682 129.315 199.476 129.374L195.122 130.639H195.034L190.9 129.668C190.665 129.609 190.606 129.242 190.812 129.183H190.783L190.798 129.168Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
32
|
+
<path d="M186.12 128.064L190.106 126.961H190.18L192.107 127.373C192.342 127.417 192.401 127.814 192.195 127.873L188.238 129.02H188.15L186.193 128.564C185.958 128.505 185.884 128.138 186.105 128.079L186.12 128.064Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
33
|
+
<path d="M174.426 132.993L172.19 132.419C171.954 132.36 171.881 131.992 172.102 131.933L176.426 130.742H176.514L178.647 131.286C178.883 131.345 178.941 131.713 178.736 131.772L174.514 132.993H174.426Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
34
|
+
<path d="M167.762 134.949L165.07 134.243C164.923 134.199 164.85 133.949 164.997 133.904L169.586 132.639H169.645L172.249 133.316C172.396 133.36 172.455 133.61 172.322 133.654L167.821 134.949H167.747H167.762Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
35
|
+
<path d="M181.148 131.05L179.089 130.535C178.853 130.477 178.794 130.109 179 130.05L183.443 128.829H183.531L185.546 129.3C185.782 129.359 185.855 129.726 185.634 129.785L181.236 131.065H181.148V131.05Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
36
|
+
<path d="M151.729 155.513L148.846 156.396H148.728L142.55 154.424C142.3 154.336 142.197 153.968 142.418 153.895L145.595 152.983H145.713L151.596 154.983C151.847 155.072 151.92 155.439 151.729 155.498V155.513Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
37
|
+
<path d="M187.532 137.185L192.43 138.42C192.577 138.465 192.621 138.715 192.474 138.759L187.752 140.112H187.694L182.869 138.862C182.722 138.818 182.678 138.568 182.81 138.523L187.473 137.17H187.532V137.185Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
38
|
+
<path d="M180.721 139.155L185.561 140.406C185.708 140.45 185.752 140.7 185.619 140.744L180.706 142.141H180.648L175.926 140.876C175.779 140.832 175.72 140.582 175.867 140.538L180.692 139.155H180.751H180.721Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
39
|
+
<path d="M194.298 135.257L198.947 136.434C199.152 136.493 199.211 136.846 199.02 136.905L194.681 138.14H194.592L189.974 136.964C189.753 136.905 189.694 136.552 189.9 136.493L194.21 135.257H194.298Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
40
|
+
<path d="M206.419 130.36L202.256 129.507H202.168L198.741 130.492L190.283 132.919C190.091 132.978 190.15 133.346 190.371 133.405L194.21 134.375H194.298L203.286 131.787L206.507 130.86C206.713 130.801 206.654 130.419 206.419 130.374V130.36Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
41
|
+
<path d="M173.808 141.156L178.279 142.348C178.485 142.406 178.559 142.745 178.368 142.804L174.117 144.01H174.028L169.601 142.818C169.38 142.759 169.321 142.421 169.513 142.362L173.749 141.141H173.837L173.808 141.156Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
42
|
+
<path d="M201.785 133.095L206.639 134.228C206.86 134.287 206.919 134.64 206.713 134.699L201.521 136.184H201.432L196.784 135.008C196.563 134.949 196.505 134.596 196.71 134.537L201.712 133.081H201.8L201.785 133.095Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
43
|
+
<path d="M144.198 148.82L139.652 150.129H139.535L136.24 148.996C135.99 148.908 135.887 148.54 136.107 148.467L140.608 147.172H140.726L144.065 148.276C144.315 148.364 144.403 148.732 144.198 148.79V148.82Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
44
|
+
<path d="M160.378 145.024L164.526 146.187C164.776 146.26 164.864 146.657 164.644 146.701L159.54 148.158H159.422L155.48 146.951C155.23 146.863 155.141 146.481 155.362 146.422L160.275 145.01H160.393L160.378 145.024Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
45
|
+
<path d="M176.441 136.876L181.03 135.566H181.089L185.208 136.625C185.37 136.67 185.414 136.934 185.267 136.979L180.663 138.317H180.604L176.514 137.258C176.353 137.214 176.309 136.964 176.456 136.905V136.876H176.441Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
46
|
+
<path d="M183.693 131.227L188.194 129.932H188.282L192.415 130.903C192.651 130.962 192.71 131.33 192.504 131.389L187.841 132.727H187.753L183.766 131.712C183.531 131.653 183.472 131.286 183.678 131.227H183.707H183.693Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
47
|
+
<path d="M138.49 146.951L134.048 148.231H133.93L130.768 147.157C130.518 147.069 130.415 146.687 130.621 146.642L134.989 145.377H135.122L138.358 146.451C138.608 146.54 138.711 146.922 138.49 146.966V146.951Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
48
|
+
<path d="M153.229 147.084L157.171 148.29C157.421 148.378 157.509 148.746 157.289 148.82L152.449 150.217H152.332L148.537 148.982C148.287 148.893 148.198 148.526 148.404 148.467L153.097 147.113H153.214L153.229 147.084Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
49
|
+
<path d="M150.317 150.805L145.624 152.159H145.507L141.8 150.908C141.55 150.82 141.462 150.452 141.668 150.394L146.272 149.055H146.389L150.184 150.291C150.434 150.379 150.523 150.747 150.317 150.805Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
50
|
+
<path d="M167.292 143.039L171.734 144.23C171.94 144.289 172.013 144.627 171.822 144.672L166.968 146.054H166.88L162.57 144.833C162.349 144.76 162.276 144.436 162.481 144.392L167.203 143.039H167.292Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
51
|
+
<path d="M156.348 142.657L160.922 141.347H161.011L164.835 142.377C165.056 142.436 165.129 142.774 164.923 142.833L160.275 144.172H160.187L156.451 143.113C156.23 143.039 156.156 142.715 156.348 142.657Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
52
|
+
<path d="M149.478 144.642L154.126 143.289H154.244L157.818 144.304C158.068 144.377 158.171 144.774 157.936 144.833L153.141 146.216H153.023L149.596 145.157C149.346 145.069 149.243 144.686 149.463 144.627L149.478 144.642Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
53
|
+
<path d="M163.217 140.685L167.453 139.464H167.542L171.366 140.494C171.587 140.553 171.646 140.891 171.454 140.95L167.247 142.171H167.159L163.349 141.141C163.129 141.082 163.055 140.744 163.261 140.685H163.232H163.217Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
54
|
+
<path d="M169.557 138.862L174.279 137.508H174.338L178.456 138.582C178.603 138.626 178.662 138.876 178.515 138.92L173.749 140.288H173.69L169.63 139.2C169.483 139.156 169.425 138.906 169.557 138.862Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
55
|
+
<path d="M180.986 134.669L177.058 133.669C176.838 133.61 176.764 133.242 176.97 133.183L181.221 131.948H181.31L185.296 132.963C185.531 133.022 185.59 133.389 185.384 133.448L181.118 134.684H181.015L180.986 134.669Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
56
|
+
<path d="M142.727 146.569L147.213 145.275H147.331L150.787 146.349C151.038 146.437 151.14 146.819 150.92 146.864L146.33 148.187H146.213L142.874 147.084C142.624 146.996 142.535 146.613 142.741 146.555L142.727 146.569Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
57
|
+
<path d="M191.798 135.081L187.517 136.317H187.429L183.575 135.331C183.354 135.272 183.281 134.919 183.487 134.861L187.767 133.625H187.856L191.709 134.596C191.93 134.655 191.989 135.008 191.783 135.067H191.812L191.798 135.081Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
58
|
+
<path d="M167.395 138.597L163.305 137.493C163.158 137.449 163.085 137.199 163.232 137.155L167.821 135.831H167.88L172.057 136.92C172.205 136.964 172.263 137.214 172.131 137.258L167.468 138.597H167.409H167.395Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
59
|
+
<path d="M160.849 140.48L157.039 139.465C156.818 139.406 156.745 139.053 156.936 139.009L161.143 137.788H161.231L165.056 138.818C165.276 138.876 165.35 139.229 165.144 139.274L160.937 140.494H160.834L160.849 140.48Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
60
|
+
<path d="M174.234 136.626L169.792 135.464C169.689 135.434 169.66 135.287 169.763 135.272L174.499 133.904H174.602L179.074 135.052C179.162 135.081 179.206 135.228 179.103 135.243L174.293 136.626H174.249H174.234Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
61
|
+
<path d="M154.053 142.421L150.346 141.377C150.126 141.303 150.037 140.98 150.243 140.921L154.627 139.656H154.715L158.525 140.671C158.745 140.73 158.819 141.068 158.628 141.127L154.141 142.421H154.053Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
62
|
+
<path d="M147.139 144.422L143.771 143.392C143.521 143.304 143.418 142.921 143.638 142.862L148.036 141.597H148.154L151.684 142.598C151.935 142.671 152.038 143.068 151.817 143.127L147.286 144.436H147.169L147.139 144.422Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
63
|
+
<path d="M201.462 136.655L205.948 137.803C206.154 137.861 206.213 138.214 206.022 138.273L201.83 139.568H201.741L197.078 138.376C196.872 138.317 196.799 137.964 197.005 137.906L201.374 136.67H201.462V136.655Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
64
|
+
<path d="M209.243 134.419L213.538 135.434C213.759 135.493 213.803 135.846 213.612 135.905L208.39 137.523H208.302L203.933 136.405C203.727 136.346 203.668 135.993 203.859 135.934L209.155 134.419H209.243Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
65
|
+
<path d="M159.495 148.614L165.497 150.453C165.659 150.497 165.703 150.747 165.57 150.777L160.319 152.395H160.231L154.229 150.424C154.082 150.379 154.023 150.115 154.141 150.1L159.392 148.6H159.495V148.614Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
66
|
+
<path d="M199.432 139.818L194.651 138.597H194.563L192.548 139.17L191.459 139.479L190.047 139.891L184.34 141.524L176.765 143.686L171.366 145.231C171.366 145.231 170.263 145.422 166.894 146.51L161.481 148.055C161.305 148.099 161.378 148.408 161.57 148.467L167.336 150.232H167.424L177.338 147.158L181.972 145.731L188.253 143.774L196.814 141.112L199.52 140.288C199.712 140.229 199.653 139.876 199.447 139.818H199.432Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
67
|
+
<path d="M131.827 148.423L128.282 149.438H128.164L124.957 148.408C124.693 148.32 124.59 147.937 124.796 147.864L128.429 146.805H128.561L131.68 147.864C131.93 147.952 132.047 148.334 131.827 148.408V148.423Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
68
|
+
<path d="M143.433 152.335L140.226 153.262H140.108L136.357 152.056C136.093 151.968 136.004 151.585 136.21 151.526L139.535 150.57H139.667L143.33 151.806C143.58 151.894 143.683 152.277 143.462 152.335H143.433Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
69
|
+
<path d="M137.446 150.32L134.062 151.291H133.945L130.576 150.217C130.311 150.129 130.208 149.747 130.429 149.673L133.915 148.673H134.033L137.298 149.791C137.549 149.879 137.652 150.261 137.446 150.335V150.32Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
70
|
+
<path d="M152.435 150.644L158.245 152.541C158.48 152.629 158.539 152.953 158.348 153.012L153.611 154.468H153.494L147.595 152.468C147.36 152.379 147.286 152.056 147.478 151.997L152.288 150.614H152.42V150.644H152.435Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
71
|
+
<path d="M217.113 132.154L222.261 133.228L216.039 135.155L210.861 133.934L217.098 132.154H217.113Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
72
|
+
<path d="M147.831 140.259L144.992 139.464C144.771 139.391 144.683 139.053 144.874 139.008L149.228 137.802H149.317L152.126 138.552C152.347 138.611 152.435 138.964 152.229 139.008L147.919 140.259H147.831Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
73
|
+
<path d="M141.182 142.186L138.461 141.347C138.211 141.259 138.108 140.862 138.328 140.818L142.594 139.641H142.697L145.418 140.42C145.668 140.494 145.786 140.906 145.551 140.95L141.27 142.186H141.153H141.182Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
74
|
+
<path d="M140.388 145.922L137.151 144.849C136.901 144.76 136.798 144.378 137.019 144.319L141.285 143.083H141.402L144.786 144.113C145.036 144.201 145.139 144.584 144.918 144.643L140.52 145.922H140.388Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
75
|
+
<path d="M154.435 138.347L151.699 137.611C151.479 137.553 151.39 137.2 151.596 137.141L155.906 135.949H155.995L158.613 136.655C158.834 136.714 158.907 137.067 158.716 137.126L154.509 138.347H154.421H154.435Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
76
|
+
<path d="M122.501 147.613L119.397 146.613C119.147 146.525 119.029 146.142 119.235 146.098L123.163 145.01H123.295L126.237 146.01C126.487 146.098 126.59 146.481 126.384 146.525L122.648 147.613H122.516H122.501Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
77
|
+
<path d="M160.966 136.464L158.142 135.699C157.995 135.655 157.922 135.405 158.069 135.361L162.673 134.081H162.732L165.497 134.802C165.644 134.846 165.718 135.096 165.57 135.14L161.04 136.449H160.966V136.464Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
78
|
+
<path d="M128.296 145.922L125.413 144.951C125.163 144.863 125.06 144.481 125.266 144.422L129.635 143.216H129.767L132.606 144.157C132.856 144.245 132.959 144.628 132.753 144.687L128.443 145.952H128.311V145.922H128.296Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
79
|
+
<path d="M134.754 144.054L131.974 143.142C131.724 143.054 131.621 142.672 131.827 142.613L136.004 141.465H136.122L138.902 142.318C139.152 142.407 139.255 142.789 139.034 142.848L134.857 144.069H134.724L134.754 144.04V144.054Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
80
|
+
<path d="M190.724 128.726L194.857 127.535H194.946L199.314 128.447C199.55 128.491 199.609 128.873 199.403 128.932L195.049 130.197H194.96L190.827 129.227C190.592 129.168 190.533 128.8 190.739 128.741H190.709L190.724 128.726Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
81
|
+
<path d="M186.061 127.623L190.047 126.52H190.121L192.048 126.932C192.283 126.976 192.342 127.373 192.136 127.432L188.164 128.579H188.076L186.12 128.123C185.884 128.065 185.811 127.697 186.031 127.623H186.061Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
82
|
+
<path d="M174.352 132.566L172.102 131.992C171.866 131.933 171.807 131.565 172.013 131.506L176.353 130.3H176.441L178.574 130.845C178.809 130.903 178.868 131.271 178.662 131.33L174.44 132.566H174.352Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
83
|
+
<path d="M167.659 134.507L164.953 133.801C164.805 133.757 164.732 133.507 164.879 133.463L169.468 132.183H169.527L172.131 132.86C172.278 132.904 172.337 133.169 172.204 133.213L167.703 134.507H167.644H167.659Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
84
|
+
<path d="M181.06 130.595L179 130.08C178.765 130.021 178.706 129.654 178.912 129.595L183.354 128.374H183.443L185.458 128.844C185.693 128.903 185.767 129.271 185.546 129.33L181.148 130.624H181.06V130.595Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
85
|
+
<path d="M151.626 155.116L148.743 156.013H148.625L142.447 154.042C142.197 153.954 142.094 153.586 142.315 153.527L145.492 152.615H145.61L151.493 154.616C151.743 154.704 151.817 155.072 151.626 155.131V155.116Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
86
|
+
<path d="M187.458 136.773L192.357 138.023C192.504 138.067 192.548 138.317 192.401 138.362L187.679 139.715H187.62L182.781 138.465C182.634 138.42 182.575 138.17 182.722 138.126L187.385 136.773H187.458Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
87
|
+
<path d="M180.633 138.729L185.473 139.979C185.62 140.024 185.664 140.274 185.531 140.318L180.604 141.73H180.545L175.823 140.465C175.676 140.421 175.617 140.171 175.764 140.126L180.589 138.744H180.648V138.714L180.633 138.729Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
88
|
+
<path d="M194.239 134.816L198.888 135.993C199.108 136.052 199.167 136.405 198.961 136.464L194.622 137.699H194.534L189.915 136.523C189.694 136.464 189.635 136.111 189.841 136.052L194.151 134.816H194.239Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
89
|
+
<path d="M214.347 131.58L209.214 130.507C209.214 130.507 205.478 129.712 205.448 129.712L202.183 129.021H202.094L198.623 130.021L190.194 132.463C190.003 132.522 190.062 132.89 190.283 132.948L194.122 133.919H194.21L201.888 131.698L209.155 133.537H209.243L214.392 132.066C214.597 132.007 214.539 131.625 214.318 131.58H214.347Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
90
|
+
<path d="M173.734 140.73L178.206 141.921C178.412 141.98 178.486 142.318 178.294 142.377L174.043 143.583H173.955L169.513 142.377C169.292 142.318 169.233 141.98 169.425 141.921L173.661 140.7H173.749V140.73H173.734Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
91
|
+
<path d="M201.727 132.654L206.581 133.787C206.802 133.846 206.86 134.213 206.654 134.257L201.462 135.743H201.374L196.726 134.566C196.505 134.508 196.446 134.154 196.637 134.096L201.653 132.639H201.741L201.727 132.654Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
92
|
+
<path d="M144.094 148.393L139.549 149.702H139.431L136.137 148.57C135.886 148.481 135.784 148.114 136.004 148.04L140.505 146.746H140.638L143.991 147.849C144.242 147.937 144.33 148.305 144.124 148.378H144.094V148.393Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
93
|
+
<path d="M160.29 144.613L164.438 145.789C164.688 145.863 164.776 146.26 164.555 146.319L159.451 147.775H159.334L155.391 146.554C155.141 146.466 155.053 146.084 155.274 146.039L160.187 144.627H160.304L160.29 144.613Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
94
|
+
<path d="M176.367 136.449L180.957 135.125H181.016L185.149 136.184C185.311 136.228 185.355 136.493 185.208 136.537L180.589 137.876H180.53L176.441 136.817C176.279 136.773 176.235 136.508 176.382 136.464L176.367 136.449Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
95
|
+
<path d="M183.619 130.801L188.12 129.507H188.208L192.342 130.477C192.577 130.536 192.636 130.904 192.43 130.963L187.767 132.316H187.679L183.693 131.301C183.457 131.242 183.398 130.875 183.604 130.816H183.634L183.619 130.801Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
96
|
+
<path d="M138.372 146.525L133.93 147.805H133.812L130.65 146.731C130.4 146.643 130.297 146.26 130.503 146.216L134.872 144.951H135.004L138.255 146.025C138.505 146.113 138.608 146.495 138.387 146.54L138.372 146.525Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
97
|
+
<path d="M153.141 146.672L157.098 147.879C157.348 147.967 157.436 148.335 157.216 148.393L152.361 149.791H152.244L148.449 148.555C148.199 148.467 148.11 148.099 148.316 148.04L153.009 146.687H153.126L153.141 146.672Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
98
|
+
<path d="M150.228 150.408L145.536 151.762H145.418L141.712 150.511C141.462 150.423 141.373 150.055 141.579 149.982L146.183 148.643H146.301L150.111 149.879C150.361 149.967 150.449 150.335 150.243 150.394L150.228 150.408Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
99
|
+
<path d="M167.203 142.612L171.645 143.804C171.851 143.863 171.925 144.201 171.734 144.26L166.88 145.642H166.791L162.481 144.422C162.261 144.348 162.187 144.024 162.393 143.966L167.115 142.612H167.218H167.203Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
100
|
+
<path d="M156.259 142.23L160.834 140.921H160.922L164.747 141.951C164.967 142.009 165.041 142.348 164.835 142.407L160.187 143.76H160.099L156.362 142.701C156.142 142.627 156.068 142.304 156.259 142.245V142.23Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
101
|
+
<path d="M149.361 144.216L154.023 142.862H154.141L157.716 143.877C157.966 143.951 158.069 144.348 157.833 144.407L153.023 145.79H152.906L149.464 144.73C149.213 144.642 149.11 144.26 149.331 144.201H149.361V144.216Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
102
|
+
<path d="M163.129 140.259L167.365 139.038H167.453L171.278 140.068C171.498 140.127 171.557 140.465 171.366 140.524L167.144 141.745H167.056L163.232 140.715C163.011 140.656 162.937 140.318 163.143 140.259H163.129Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
103
|
+
<path d="M169.469 138.435L174.19 137.082H174.249L178.383 138.156C178.53 138.2 178.589 138.45 178.441 138.494L173.661 139.877H173.602L169.542 138.773C169.395 138.729 169.336 138.479 169.469 138.435Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
104
|
+
<path d="M180.898 134.228L176.956 133.213C176.735 133.154 176.662 132.786 176.868 132.727L181.119 131.492H181.207L185.193 132.507C185.428 132.566 185.487 132.933 185.281 132.992L181.001 134.228H180.913H180.898Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
105
|
+
<path d="M142.624 146.158L147.125 144.863H147.242L150.699 145.937C150.949 146.025 151.052 146.408 150.831 146.452L146.227 147.776H146.11L142.771 146.673C142.521 146.584 142.432 146.202 142.638 146.143L142.624 146.158Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
106
|
+
<path d="M191.724 134.64L187.444 135.876H187.355L183.501 134.89C183.281 134.831 183.207 134.478 183.413 134.419L187.708 133.184H187.797L191.651 134.169C191.871 134.228 191.93 134.581 191.724 134.64Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
107
|
+
<path d="M167.306 138.156L163.217 137.053C163.07 137.008 162.996 136.758 163.143 136.714L167.733 135.39H167.792L171.969 136.479C172.116 136.523 172.175 136.773 172.043 136.817L167.38 138.17H167.321V138.141L167.306 138.156Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
108
|
+
<path d="M160.76 140.038L156.95 139.023C156.73 138.965 156.656 138.612 156.848 138.567L161.054 137.332H161.143L164.967 138.361C165.188 138.42 165.261 138.773 165.055 138.817L160.834 140.038H160.746H160.76Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
109
|
+
<path d="M174.146 136.185L169.704 135.023C169.601 134.993 169.571 134.846 169.674 134.831L174.426 133.463H174.529L179 134.611C179.088 134.64 179.133 134.787 179.03 134.802L174.22 136.199H174.161L174.146 136.185Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
110
|
+
<path d="M153.95 142.009L150.243 140.95C150.022 140.877 149.934 140.553 150.14 140.494L154.524 139.229H154.612L158.422 140.259C158.642 140.318 158.716 140.656 158.525 140.715L154.038 142.009H153.95Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
111
|
+
<path d="M147.037 143.995L143.668 142.965C143.418 142.877 143.315 142.495 143.536 142.436L147.934 141.171H148.051L151.582 142.171C151.832 142.244 151.935 142.642 151.714 142.7L147.169 143.995H147.051H147.037Z" fill="var(--sapContent_Illustrative_Color27)"/>
|
|
112
|
+
<path d="M142.979 105.473H142.926C142.295 105.617 141.69 105.368 141.23 104.894L131.79 94.7182C130.935 93.7847 130.922 92.2464 131.79 91.2735C132.658 90.3137 134.038 90.2743 134.88 91.2078L142.361 99.3724L156.481 74.8917C157.06 73.8924 158.243 73.6426 159.111 74.3789C159.965 75.0757 160.228 76.4694 159.65 77.4686L144.425 104.368C144.096 104.947 143.557 105.355 142.965 105.486H142.992L142.979 105.473Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
113
|
+
</g>
|
|
114
|
+
<defs>
|
|
115
|
+
<clipPath id="clip0_396_5942">
|
|
116
|
+
<rect width="197.564" height="131.18" fill="var(--sapContent_Illustrative_Color8)" transform="translate(61 47)"/>
|
|
117
|
+
</clipPath>
|
|
118
|
+
</defs>
|
|
119
|
+
</svg>
|