@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,27 @@
|
|
|
1
|
+
<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartBPMNFlow-alternate">
|
|
2
|
+
<path d="M130.353 144.456H33.9438C26.3845 144.456 19.1348 147.459 13.7895 152.804C8.44429 158.15 5.44141 165.399 5.44141 172.959C5.44141 180.518 8.44429 187.768 13.7895 193.113C19.1348 198.458 26.3845 201.461 33.9438 201.461H130.393C137.952 201.461 145.202 198.458 150.547 193.113C155.892 187.768 158.895 180.518 158.895 172.959C158.895 165.399 155.892 158.15 150.547 152.804C145.202 147.459 137.952 144.456 130.393 144.456H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 172.749H69.0149C61.5493 172.889 54.4366 175.953 49.2063 181.282C43.9761 186.611 41.0459 193.779 41.0459 201.246C41.0459 208.713 43.9761 215.882 49.2063 221.211C54.4366 226.54 61.5493 229.604 69.0149 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.513 215.882 193.443 208.713 193.443 201.246C193.443 193.779 190.513 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749V172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 93.9306H194.515C190.728 93.8597 186.965 94.5444 183.445 95.9447C179.926 97.345 176.721 99.4328 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.397C166.235 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.235 129.966 167.7 133.458C169.166 136.951 171.314 140.117 174.017 142.77C176.721 145.423 179.926 147.511 183.445 148.911C186.965 150.312 190.728 150.996 194.515 150.925H290.964C294.752 150.996 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.463 142.77C314.166 140.117 316.313 136.951 317.779 133.458C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.397C316.313 107.905 314.166 104.739 311.463 102.086C308.759 99.4328 305.554 97.345 302.034 95.9447C298.515 94.5444 294.752 93.8597 290.964 93.9306V93.9306Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 41.8974H37.767C27.7505 41.8974 18.1443 45.8764 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644V79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1443 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644V79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8764 229.101 41.8974 219.084 41.8974V41.8974Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<rect x="36.1851" y="76.2542" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1851 76.2542)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M46.4057 82.331C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0624 237.224 54.5276L252.963 162.544C253.759 168.009 249.975 173.085 244.509 173.881L73.4817 198.801C68.0165 199.597 62.9406 195.812 62.1443 190.347L46.4057 82.331Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.4267 68.025L225.454 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.046 175.815 244.942 176.85L73.914 201.769C66.8094 202.805 60.2107 197.884 59.1755 190.78L43.4369 82.7636C42.4017 75.6589 47.322 69.0602 54.4267 68.025ZM54.8592 70.9937C49.3941 71.79 45.6092 76.8659 46.4055 82.331L62.1441 190.347C62.9404 195.812 68.0163 199.597 73.4815 198.801L244.509 173.881C249.974 173.085 253.759 168.009 252.963 162.544L237.224 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8592 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M46.4057 82.331C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0624 237.224 54.5276L239.289 68.6976L48.4704 96.501L46.4057 82.331Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<circle cx="63.0647" cy="82.4327" r="4.5" transform="rotate(-8.29 63.0647 82.4327)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<circle cx="79.887" cy="79.9816" r="4.5" transform="rotate(-8.29 79.887 79.9816)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<circle cx="96.7092" cy="77.5305" r="4.5" transform="rotate(-8.29 96.7092 77.5305)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.653 24.0821C241.029 24.3984 237.591 25.4317 237.606 26.6232C237.622 27.8147 241.058 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.314 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
15
|
+
<rect x="64.0674" y="106.313" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.0674 106.313)" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
16
|
+
<rect x="72.8774" y="112.704" width="150" height="32" rx="4.63274" transform="rotate(-8.29 72.8774 112.704)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M89.2013 161.864L195.363 146.396L195.795 149.365L89.6338 164.833L89.2013 161.864Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M204.547 114.741L208.872 144.428L205.904 144.86L201.578 115.174L204.547 114.741Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M145.972 126.307L149.865 153.025L146.896 153.458L143.004 126.74L145.972 126.307Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M91.7904 124.602L199.651 108.886L200.084 111.854L92.2229 127.57L91.7904 124.602Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
<circle cx="95.3623" cy="162.988" r="9" transform="rotate(-8.29 95.3623 162.988)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
22
|
+
<circle cx="90.0273" cy="126.374" r="9" transform="rotate(-8.29 90.0273 126.374)" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
23
|
+
<circle cx="201.847" cy="110.082" r="9" transform="rotate(-8.29 201.847 110.082)" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
24
|
+
<rect x="119.111" y="112.031" width="45.9783" height="20" rx="2.00019" transform="rotate(-8.29 119.111 112.031)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
25
|
+
<rect x="180.56" y="140.468" width="44.4457" height="20" rx="2.00019" transform="rotate(-8.29 180.56 140.468)" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
26
|
+
<rect x="147.418" y="142.266" width="17.6776" height="17.6776" rx="2.00019" transform="rotate(36.71 147.418 142.266)" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartBar-alternate">
|
|
2
|
+
<path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.149 5.44092 165.399 5.44092 172.958C5.44092 180.518 8.4438 187.767 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.767 158.895 180.518 158.895 172.958C158.895 165.399 155.892 158.149 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 172.749H69.0149C61.5493 172.889 54.4366 175.953 49.2063 181.282C43.9761 186.611 41.0459 193.78 41.0459 201.246C41.0459 208.713 43.9761 215.882 49.2063 221.211C54.4366 226.54 61.5493 229.604 69.0149 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.513 215.882 193.443 208.713 193.443 201.246C193.443 193.78 190.513 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 93.9308H194.515C190.728 93.8599 186.965 94.5446 183.445 95.9449C179.926 97.3452 176.721 99.433 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.398C166.235 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.235 129.966 167.7 133.459C169.166 136.951 171.314 140.117 174.017 142.77C176.721 145.423 179.926 147.511 183.445 148.911C186.965 150.312 190.728 150.997 194.515 150.926H290.964C294.752 150.997 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.463 142.77C314.166 140.117 316.313 136.951 317.779 133.459C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.398C316.313 107.905 314.166 104.739 311.463 102.086C308.759 99.433 305.554 97.3452 302.034 95.9449C298.515 94.5446 294.752 93.8599 290.964 93.9308Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 41.8975H37.767C27.7505 41.8975 18.1444 45.8765 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8765 229.101 41.8975 219.084 41.8975Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<rect x="36.1851" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1851 76.2544)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M46.4057 82.3311C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.224 54.5276L252.963 162.544C253.759 168.009 249.975 173.085 244.509 173.881L73.4817 198.801C68.0165 199.597 62.9406 195.812 62.1443 190.347L46.4057 82.3311Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.4267 68.025L225.454 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.046 175.815 244.942 176.85L73.914 201.769C66.8094 202.805 60.2107 197.884 59.1755 190.78L43.4369 82.7636C42.4017 75.6589 47.322 69.0602 54.4267 68.025ZM54.8592 70.9937C49.3941 71.79 45.6092 76.8659 46.4055 82.331L62.1441 190.347C62.9404 195.812 68.0163 199.597 73.4815 198.801L244.509 173.881C249.974 173.085 253.759 168.009 252.963 162.544L237.224 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8592 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M46.4057 82.3311C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.224 54.5276L239.289 68.6976L48.4704 96.5011L46.4057 82.3311Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<circle cx="63.0647" cy="82.4326" r="4.5" transform="rotate(-8.29 63.0647 82.4326)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<circle cx="79.887" cy="79.9814" r="4.5" transform="rotate(-8.29 79.887 79.9814)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<circle cx="96.7092" cy="77.5302" r="4.5" transform="rotate(-8.29 96.7092 77.5302)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.653 24.0821C241.029 24.3984 237.591 25.4317 237.606 26.6232C237.622 27.8147 241.058 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.314 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
15
|
+
<rect x="64.0674" y="106.312" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.0674 106.312)" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
16
|
+
<rect x="85.0654" y="118.086" width="127.458" height="12.1679" rx="2.00019" transform="rotate(-8.29 85.0654 118.086)" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
17
|
+
<rect x="87.7378" y="136.428" width="92.1792" height="12.1679" rx="2" transform="rotate(-8.29 87.7378 136.428)" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
18
|
+
<rect x="90.4102" y="154.77" width="72.5502" height="12.1679" rx="2.00019" transform="rotate(-8.29 90.4102 154.77)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartBullet-alternate">
|
|
2
|
+
<path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.149 5.44092 165.399 5.44092 172.958C5.44092 180.518 8.4438 187.767 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.767 158.895 180.518 158.895 172.958C158.895 165.399 155.892 158.149 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 172.749H69.0146C61.549 172.889 54.4364 175.953 49.2061 181.282C43.9758 186.611 41.0457 193.78 41.0457 201.246C41.0457 208.713 43.9758 215.882 49.2061 221.211C54.4364 226.54 61.549 229.604 69.0146 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.512 215.882 193.443 208.713 193.443 201.246C193.443 193.78 190.512 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 93.9308H194.515C190.728 93.8599 186.965 94.5446 183.445 95.9449C179.925 97.3452 176.72 99.433 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.398C166.234 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.234 129.966 167.7 133.459C169.166 136.951 171.314 140.117 174.017 142.77C176.72 145.423 179.925 147.511 183.445 148.911C186.965 150.312 190.728 150.997 194.515 150.926H290.964C294.751 150.997 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.462 142.77C314.166 140.117 316.313 136.951 317.779 133.459C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.398C316.313 107.905 314.166 104.739 311.462 102.086C308.759 99.433 305.554 97.3452 302.034 95.9449C298.515 94.5446 294.751 93.8599 290.964 93.9308Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 41.8975H37.767C27.7505 41.8975 18.1444 45.8765 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8765 229.101 41.8975 219.084 41.8975Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<rect x="36.1853" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1853 76.2544)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M46.4059 82.3311C45.6096 76.8659 49.3945 71.79 54.8596 70.9937L225.887 46.0739C231.353 45.2776 236.428 49.0625 237.225 54.5276L252.963 162.544C253.76 168.009 249.975 173.085 244.51 173.881L73.4819 198.801C68.0168 199.597 62.9408 195.812 62.1445 190.347L46.4059 82.3311Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.4269 68.025L225.455 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.047 175.815 244.942 176.85L73.9143 201.769C66.8096 202.805 60.2109 197.884 59.1757 190.78L43.4371 82.7636C42.4019 75.6589 47.3222 69.0602 54.4269 68.025ZM54.8595 70.9937C49.3943 71.79 45.6095 76.8659 46.4058 82.331L62.1444 190.347C62.9407 195.812 68.0166 199.597 73.4817 198.801L244.51 173.881C249.975 173.085 253.759 168.009 252.963 162.544L237.225 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8595 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M46.4059 82.3311C45.6096 76.8659 49.3945 71.79 54.8596 70.9937L225.887 46.0739C231.353 45.2776 236.428 49.0625 237.225 54.5276L239.289 68.6976L48.4706 96.5011L46.4059 82.3311Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<circle cx="63.0649" cy="82.4326" r="4.5" transform="rotate(-8.29 63.0649 82.4326)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<circle cx="79.8872" cy="79.9814" r="4.5" transform="rotate(-8.29 79.8872 79.9814)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<circle cx="96.7097" cy="77.5302" r="4.5" transform="rotate(-8.29 96.7097 77.5302)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.652 24.0821C241.028 24.3984 237.59 25.4317 237.606 26.6232C237.622 27.8147 241.057 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.313 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
15
|
+
<rect x="64.0671" y="106.312" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.0671 106.312)" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
16
|
+
<rect x="104.29" y="171.462" width="28.0869" height="16.852" rx="2.00019" transform="rotate(-98.29 104.29 171.462)" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
17
|
+
<rect x="133.3" y="167.235" width="61.9409" height="16.852" rx="2" transform="rotate(-98.29 133.3 167.235)" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
<rect x="162.31" y="163.008" width="48.751" height="16.852" rx="2.00019" transform="rotate(-98.29 162.31 163.008)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
19
|
+
<rect x="191.321" y="158.781" width="35.2744" height="16.852" rx="2" transform="rotate(-98.29 191.321 158.781)" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.3086 128.924C94.1891 128.104 94.7568 127.343 95.5766 127.223L116.694 124.146C117.514 124.027 118.275 124.595 118.394 125.414C118.514 126.234 117.946 126.995 117.126 127.115L96.0092 130.192C95.1894 130.311 94.428 129.744 94.3086 128.924Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M126.226 144.652C126.107 143.832 126.675 143.071 127.494 142.951L148.611 139.874C149.431 139.755 150.193 140.323 150.312 141.142C150.432 141.962 149.864 142.724 149.044 142.843L127.927 145.92C127.107 146.039 126.346 145.472 126.226 144.652Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M153.303 127.158C153.184 126.338 153.752 125.577 154.571 125.457L175.689 122.38C176.508 122.261 177.27 122.828 177.389 123.648C177.509 124.468 176.941 125.229 176.121 125.349L155.004 128.426C154.184 128.545 153.423 127.977 153.303 127.158Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M180.715 111.956C180.595 111.136 181.163 110.374 181.983 110.255L203.1 107.178C203.92 107.059 204.681 107.626 204.801 108.446C204.92 109.266 204.352 110.027 203.533 110.147L182.415 113.224C181.596 113.343 180.834 112.775 180.715 111.956Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartDoughnut-alternate">
|
|
2
|
+
<path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.149 5.44092 165.399 5.44092 172.958C5.44092 180.518 8.4438 187.767 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.767 158.895 180.518 158.895 172.958C158.895 165.399 155.892 158.149 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 172.749H69.0146C61.549 172.889 54.4364 175.953 49.2061 181.282C43.9758 186.611 41.0457 193.78 41.0457 201.246C41.0457 208.713 43.9758 215.882 49.2061 221.211C54.4364 226.54 61.549 229.604 69.0146 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.512 215.882 193.443 208.713 193.443 201.246C193.443 193.78 190.512 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 93.9308H194.515C190.728 93.8599 186.965 94.5446 183.445 95.9449C179.925 97.3452 176.72 99.433 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.398C166.234 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.234 129.966 167.7 133.459C169.166 136.951 171.314 140.117 174.017 142.77C176.72 145.423 179.925 147.511 183.445 148.911C186.965 150.312 190.728 150.997 194.515 150.926H290.964C294.751 150.997 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.462 142.77C314.166 140.117 316.313 136.951 317.779 133.459C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.398C316.313 107.905 314.166 104.739 311.462 102.086C308.759 99.433 305.554 97.3452 302.034 95.9449C298.515 94.5446 294.751 93.8599 290.964 93.9308Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 41.8975H37.767C27.7505 41.8975 18.1444 45.8765 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8765 229.101 41.8975 219.084 41.8975Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<rect x="36.1852" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1852 76.2544)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M46.4058 82.3311C45.6095 76.8659 49.3944 71.79 54.8595 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.225 54.5276L252.963 162.544C253.76 168.009 249.975 173.085 244.51 173.881L73.4818 198.801C68.0166 199.597 62.9407 195.812 62.1444 190.347L46.4058 82.3311Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.427 68.025L225.455 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.047 175.815 244.942 176.85L73.9143 201.769C66.8097 202.805 60.211 197.884 59.1758 190.78L43.4372 82.7636C42.402 75.6589 47.3223 69.0602 54.427 68.025ZM54.8595 70.9937C49.3944 71.79 45.6095 76.8659 46.4058 82.331L62.1444 190.347C62.9407 195.812 68.0167 199.597 73.4818 198.801L244.51 173.881C249.975 173.085 253.76 168.009 252.963 162.544L237.225 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8595 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M46.4058 82.3311C45.6095 76.8659 49.3944 71.79 54.8595 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0625 237.225 54.5276L239.289 68.6976L48.4705 96.5011L46.4058 82.3311Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<circle cx="63.065" cy="82.4326" r="4.5" transform="rotate(-8.29 63.065 82.4326)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<circle cx="79.8874" cy="79.9814" r="4.5" transform="rotate(-8.29 79.8874 79.9814)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<circle cx="96.7097" cy="77.5302" r="4.5" transform="rotate(-8.29 96.7097 77.5302)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.652 24.0821C241.028 24.3984 237.59 25.4317 237.606 26.6232C237.622 27.8147 241.057 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.313 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
15
|
+
<rect x="64.0671" y="106.312" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.0671 106.312)" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
16
|
+
<path d="M113.169 113.809C113.131 113.216 112.621 112.764 112.03 112.824C106.762 113.353 101.734 115.325 97.5039 118.533C92.9884 121.957 89.5837 126.638 87.7164 131.989C85.849 137.34 85.6019 143.123 87.006 148.614C88.4102 154.104 91.4031 159.059 95.6101 162.856C99.817 166.654 105.051 169.125 110.656 169.962C116.261 170.798 121.989 169.963 127.121 167.559C132.254 165.155 136.563 161.291 139.509 156.449C142.268 151.914 143.717 146.711 143.706 141.416C143.704 140.823 143.203 140.361 142.61 140.384L132.464 140.785C131.87 140.808 131.412 141.309 131.397 141.902C131.323 144.776 130.499 147.587 128.999 150.054C127.311 152.827 124.843 155.04 121.903 156.417C118.963 157.794 115.683 158.273 112.472 157.793C109.261 157.314 106.264 155.898 103.854 153.723C101.444 151.548 99.7299 148.71 98.9256 145.565C98.1213 142.42 98.2629 139.108 99.3325 136.043C100.402 132.978 102.352 130.297 104.939 128.335C107.239 126.591 109.952 125.484 112.803 125.118C113.392 125.042 113.843 124.535 113.805 123.943L113.169 113.809Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<path d="M113.626 113.784C113.599 113.191 113.096 112.731 112.504 112.78C108.121 113.147 103.875 114.514 100.095 116.781C96.315 119.048 93.1098 122.15 90.722 125.843C90.3998 126.342 90.569 127.002 91.0791 127.306L99.8061 132.497C100.316 132.8 100.973 132.63 101.309 132.141C102.646 130.193 104.389 128.551 106.423 127.332C108.457 126.112 110.725 125.348 113.074 125.085C113.664 125.019 114.123 124.52 114.095 123.927L113.626 113.784Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
18
|
+
<path d="M150.164 133.373C150.757 133.346 151.218 132.843 151.168 132.251C150.883 128.846 149.993 125.515 148.539 122.416C146.931 118.992 144.666 115.919 141.871 113.371C139.076 110.823 135.807 108.851 132.249 107.567C129.029 106.404 125.631 105.826 122.213 105.857C121.62 105.862 121.161 106.367 121.189 106.96L121.752 119.133C121.779 119.726 122.282 120.18 122.876 120.196C124.411 120.239 125.932 120.527 127.381 121.05C129.168 121.695 130.81 122.686 132.213 123.965C133.617 125.245 134.755 126.788 135.562 128.508C136.217 129.902 136.644 131.39 136.828 132.915C136.9 133.505 137.398 133.964 137.991 133.936L150.164 133.373Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
19
|
+
<path d="M142.602 140.198C143.195 140.17 143.699 140.629 143.705 141.222C143.741 145.292 142.914 149.328 141.274 153.062C139.489 157.124 136.79 160.719 133.387 163.566C129.984 166.414 125.969 168.436 121.655 169.476C117.69 170.431 113.572 170.533 109.572 169.779C108.989 169.669 108.627 169.091 108.758 168.512L111.005 158.633C111.137 158.054 111.712 157.696 112.298 157.789C114.45 158.134 116.652 158.049 118.778 157.537C121.252 156.941 123.555 155.781 125.506 154.148C127.458 152.514 129.007 150.453 130.03 148.123C130.91 146.121 131.381 143.968 131.422 141.79C131.434 141.196 131.888 140.693 132.481 140.666L142.602 140.198Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M144.992 129.53C145.504 128.879 146.447 128.766 147.099 129.278L165.998 144.131L189.549 140.699C190.369 140.58 191.13 141.148 191.25 141.967C191.369 142.787 190.801 143.549 189.981 143.668L165.794 147.192C165.387 147.252 164.974 147.141 164.651 146.887L145.245 131.636C144.593 131.124 144.48 130.181 144.992 129.53Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M169.766 113.623C169.527 111.983 170.662 110.461 172.302 110.222L217.363 103.656C219.003 103.417 220.526 104.553 220.765 106.192C221.004 107.832 219.868 109.354 218.229 109.593L173.167 116.159C171.527 116.398 170.005 115.262 169.766 113.623Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M172.047 129.282C171.808 127.643 172.944 126.12 174.583 125.881L205.989 121.305C207.629 121.066 209.152 122.201 209.391 123.841C209.63 125.481 208.494 127.003 206.855 127.242L175.448 131.818C173.809 132.057 172.286 130.922 172.047 129.282Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartFlow-alternate">
|
|
2
|
+
<path d="M130.353 144.456H33.9438C26.3845 144.456 19.1348 147.459 13.7895 152.804C8.44429 158.15 5.44141 165.399 5.44141 172.959C5.44141 180.518 8.44429 187.768 13.7895 193.113C19.1348 198.458 26.3845 201.461 33.9438 201.461H130.393C137.952 201.461 145.202 198.458 150.547 193.113C155.892 187.768 158.895 180.518 158.895 172.959C158.895 165.399 155.892 158.15 150.547 152.804C145.202 147.459 137.952 144.456 130.393 144.456H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 172.749H69.0149C61.5493 172.889 54.4366 175.953 49.2063 181.282C43.9761 186.611 41.0459 193.779 41.0459 201.246C41.0459 208.713 43.9761 215.882 49.2063 221.211C54.4366 226.54 61.5493 229.604 69.0149 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.513 215.882 193.443 208.713 193.443 201.246C193.443 193.779 190.513 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 93.9306H194.515C190.728 93.8597 186.965 94.5444 183.445 95.9447C179.926 97.345 176.721 99.4328 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.397C166.235 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.235 129.966 167.7 133.458C169.166 136.951 171.314 140.117 174.017 142.77C176.721 145.423 179.926 147.511 183.445 148.911C186.965 150.312 190.728 150.996 194.515 150.925H290.964C294.752 150.996 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.463 142.77C314.166 140.117 316.313 136.951 317.779 133.458C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.397C316.313 107.905 314.166 104.739 311.463 102.086C308.759 99.4328 305.554 97.345 302.034 95.9447C298.515 94.5444 294.752 93.8597 290.964 93.9306Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 41.8974H37.767C27.7505 41.8974 18.1444 45.8764 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8764 229.101 41.8974 219.084 41.8974Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<rect x="36.1855" y="76.2542" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1855 76.2542)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M46.4057 82.331C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0624 237.224 54.5276L252.963 162.544C253.759 168.009 249.975 173.085 244.509 173.881L73.4817 198.801C68.0165 199.597 62.9406 195.812 62.1443 190.347L46.4057 82.331Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.4276 68.025L225.455 43.1053C232.56 42.0701 239.159 46.9904 240.194 54.095L255.933 162.111C256.968 169.216 252.047 175.815 244.943 176.85L73.915 201.769C66.8103 202.805 60.2117 197.884 59.1765 190.78L43.4379 82.7636C42.4027 75.6589 47.323 69.0602 54.4276 68.025ZM54.8602 70.9937C49.3951 71.79 45.6102 76.8659 46.4065 82.331L62.1451 190.347C62.9414 195.812 68.0173 199.597 73.4825 198.801L244.51 173.881C249.975 173.085 253.76 168.009 252.964 162.544L237.225 54.5276C236.429 49.0624 231.353 45.2776 225.888 46.0739L54.8602 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M46.4057 82.331C45.6094 76.8659 49.3942 71.79 54.8594 70.9937L225.887 46.0739C231.352 45.2776 236.428 49.0624 237.224 54.5276L239.289 68.6976L48.4704 96.501L46.4057 82.331Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<circle cx="63.0657" cy="82.4327" r="4.5" transform="rotate(-8.29 63.0657 82.4327)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<circle cx="79.8879" cy="79.9816" r="4.5" transform="rotate(-8.29 79.8879 79.9816)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<circle cx="96.7102" cy="77.5305" r="4.5" transform="rotate(-8.29 96.7102 77.5305)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.653 24.0821C241.029 24.3984 237.591 25.4317 237.606 26.6232C237.622 27.8147 241.058 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.314 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<path d="M275.618 47.8971C275.618 47.1309 273.394 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.832 41.2056C268.066 41.2073 267.429 43.431 267.265 46.414C264.285 46.6179 262.07 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.276 49.5703C267.454 52.5381 268.1 54.7448 268.864 54.7431C269.629 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.618 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
15
|
+
<rect x="64.0674" y="106.313" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.0674 106.313)" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M105.268 139.426L102.365 119.507L105.334 119.075L108.236 138.993L105.268 139.426Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M105.184 138.851L177.383 128.331L177.815 131.3L105.617 141.82L105.184 138.851Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M150.239 154.72L147.207 133.911L150.176 133.478L153.208 154.287C153.248 154.561 153.501 154.75 153.775 154.71L173.61 151.82L174.042 154.789L154.207 157.679C152.294 157.957 150.518 156.633 150.239 154.72Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<rect x="79.6758" y="112.736" width="47.7423" height="13.7645" rx="1.58769" transform="rotate(-8.29 79.6758 112.736)" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
20
|
+
<rect x="92.0801" y="134.781" width="27.87" height="13.3568" rx="1.58769" transform="rotate(-8.29 92.0801 134.781)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
21
|
+
<rect x="173.798" y="122.874" width="36.1162" height="13.3568" rx="1.58769" transform="rotate(-8.29 173.798 122.874)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
22
|
+
<rect x="169.263" y="146.808" width="51.9937" height="13.3568" rx="1.58769" transform="rotate(-8.29 169.263 146.808)" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
23
|
+
<rect x="146.944" y="121.704" width="17.1368" height="17.1368" rx="1.58769" transform="rotate(36.71 146.944 121.704)" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg width="321" height="240" viewBox="0 0 321 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartGantt-alternate">
|
|
2
|
+
<path d="M130.689 144.456H34.2796C26.7203 144.456 19.4706 147.459 14.1253 152.804C8.78011 158.149 5.77722 165.399 5.77722 172.958C5.77722 180.518 8.78011 187.767 14.1253 193.113C19.4706 198.458 26.7203 201.461 34.2796 201.461H130.729C138.288 201.461 145.538 198.458 150.883 193.113C156.228 187.767 159.231 180.518 159.231 172.958C159.231 165.399 156.228 158.149 150.883 152.804C145.538 147.459 138.288 144.456 130.729 144.456H130.689Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.81 172.749H69.351C61.8853 172.889 54.7727 175.953 49.5424 181.282C44.3121 186.611 41.382 193.78 41.382 201.246C41.382 208.713 44.3121 215.882 49.5424 221.211C54.7727 226.54 61.8853 229.604 69.351 229.744H165.81C173.276 229.604 180.388 226.54 185.618 221.211C190.849 215.882 193.779 208.713 193.779 201.246C193.779 193.78 190.849 186.611 185.618 181.282C180.388 175.953 173.276 172.889 165.81 172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M291.3 93.9308H194.851C191.064 93.8599 187.301 94.5446 183.781 95.9449C180.262 97.3452 177.057 99.433 174.353 102.086C171.65 104.739 169.502 107.905 168.037 111.398C166.571 114.89 165.816 118.64 165.816 122.428C165.816 126.216 166.571 129.966 168.037 133.459C169.502 136.951 171.65 140.117 174.353 142.77C177.057 145.423 180.262 147.511 183.781 148.911C187.301 150.312 191.064 150.997 194.851 150.926H291.3C295.088 150.997 298.851 150.312 302.37 148.911C305.89 147.511 309.095 145.423 311.799 142.77C314.502 140.117 316.649 136.951 318.115 133.459C319.581 129.966 320.336 126.216 320.336 122.428C320.336 118.64 319.581 114.89 318.115 111.398C316.649 107.905 314.502 104.739 311.799 102.086C309.095 99.433 305.89 97.3452 302.37 95.9449C298.851 94.5446 295.088 93.8599 291.3 93.9308Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.421 41.8975H38.1033C28.0869 41.8975 18.4807 45.8765 11.398 52.9591C4.3153 60.0418 0.336304 69.648 0.336304 79.6644C0.336304 89.6808 4.3153 99.287 11.398 106.37C18.4807 113.452 28.0869 117.431 38.1033 117.431H219.421C229.437 117.431 239.043 113.452 246.126 106.37C253.208 99.287 257.188 89.6808 257.188 79.6644C257.188 69.648 253.208 60.0418 246.126 52.9591C239.043 45.8765 229.437 41.8975 219.421 41.8975Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<rect x="36.5215" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.5215 76.2544)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M46.742 82.3311C45.9457 76.8659 49.7305 71.79 55.1957 70.9937L226.223 46.0739C231.689 45.2776 236.764 49.0625 237.561 54.5276L253.299 162.544C254.096 168.009 250.311 173.085 244.846 173.881L73.818 198.801C68.3528 199.597 63.2769 195.812 62.4806 190.347L46.742 82.3311Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.7632 68.025L225.791 43.1053C232.896 42.0701 239.494 46.9904 240.53 54.095L256.268 162.111C257.303 169.216 252.383 175.815 245.278 176.85L74.2506 201.769C67.1459 202.805 60.5472 197.884 59.512 190.78L43.7734 82.7636C42.7382 75.6589 47.6585 69.0602 54.7632 68.025ZM55.1958 70.9937C49.7306 71.79 45.9458 76.8659 46.7421 82.331L62.4807 190.347C63.277 195.812 68.3529 199.597 73.818 198.801L244.846 173.881C250.311 173.085 254.096 168.009 253.299 162.544L237.561 54.5276C236.765 49.0624 231.689 45.2776 226.224 46.0739L55.1958 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M46.742 82.3311C45.9457 76.8659 49.7305 71.79 55.1957 70.9937L226.223 46.0739C231.689 45.2776 236.764 49.0625 237.561 54.5276L239.625 68.6976L48.8067 96.5011L46.742 82.3311Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<circle cx="63.4012" cy="82.4326" r="4.5" transform="rotate(-8.29 63.4012 82.4326)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<circle cx="80.2236" cy="79.9814" r="4.5" transform="rotate(-8.29 80.2236 79.9814)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<circle cx="97.046" cy="77.5302" r="4.5" transform="rotate(-8.29 97.046 77.5302)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path d="M258.949 26.3833C258.949 25.1945 255.498 24.2429 250.887 24.0267C250.623 19.4216 249.608 15.9974 248.419 16C247.23 16.0026 246.242 19.4532 245.989 24.0821C241.365 24.3984 237.927 25.4317 237.943 26.6232C237.958 27.8147 241.394 28.7663 246.005 28.9798C246.281 33.585 247.283 37.0092 248.47 37.0066C249.656 37.0039 250.65 33.5534 250.903 28.9245C255.527 28.6082 258.962 27.5748 258.949 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<path d="M275.953 47.8971C275.953 47.1309 273.729 46.5176 270.758 46.3783C270.588 43.4106 269.934 41.2039 269.168 41.2056C268.401 41.2073 267.764 43.431 267.601 46.414C264.621 46.6179 262.406 47.2838 262.416 48.0516C262.426 48.8195 264.64 49.4327 267.611 49.5703C267.79 52.5381 268.435 54.7448 269.2 54.7431C269.965 54.7414 270.605 52.5177 270.768 49.5347C273.748 49.3308 275.962 48.6649 275.953 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
15
|
+
<rect x="64.4034" y="106.312" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.4034 106.312)" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M77.0411 111.136C77.8608 111.016 78.6222 111.584 78.7417 112.404L87.7394 174.156C87.8588 174.976 87.2911 175.738 86.4714 175.857C85.6516 175.977 84.8902 175.409 84.7707 174.589L75.773 112.836C75.6536 112.017 76.2213 111.255 77.0411 111.136Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M122.56 104.503C123.38 104.384 124.142 104.952 124.261 105.771L133.259 167.524C133.378 168.344 132.811 169.105 131.991 169.225C131.171 169.344 130.41 168.776 130.29 167.957L121.292 106.204C121.173 105.384 121.741 104.623 122.56 104.503Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M168.08 97.8711C168.9 97.7516 169.661 98.3193 169.78 99.1391L178.778 160.892C178.898 161.712 178.33 162.473 177.51 162.592C176.69 162.712 175.929 162.144 175.809 161.324L166.812 99.5717C166.692 98.7519 167.26 97.9905 168.08 97.8711Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M213.599 91.2382C214.419 91.1188 215.18 91.6865 215.3 92.5063L224.298 154.259C224.417 155.079 223.849 155.84 223.029 155.96C222.21 156.079 221.448 155.511 221.329 154.692L212.331 92.9388C212.212 92.1191 212.779 91.3577 213.599 91.2382Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
20
|
+
<rect x="78.6844" y="117.916" width="59.7356" height="12.1679" rx="2" transform="rotate(-8.29 78.6844 117.916)" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
<rect x="164.615" y="145.156" width="62.2009" height="12.1679" rx="2" transform="rotate(-8.29 164.615 145.156)" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
22
|
+
<rect x="161.757" y="125.542" width="32.0969" height="12.1679" rx="2" transform="rotate(-8.29 161.757 125.542)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
23
|
+
<rect x="107.703" y="133.417" width="49.6197" height="12.1679" rx="2" transform="rotate(-8.29 107.703 133.417)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<svg width="321" height="240" viewBox="0 0 321 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartOrg-alternate">
|
|
2
|
+
<path d="M130.521 144.456H34.1116C26.5523 144.456 19.3026 147.459 13.9574 152.804C8.61212 158.149 5.60924 165.399 5.60924 172.958C5.60924 180.518 8.61212 187.767 13.9574 193.113C19.3026 198.458 26.5523 201.461 34.1116 201.461H130.561C138.12 201.461 145.37 198.458 150.715 193.113C156.06 187.767 159.063 180.518 159.063 172.958C159.063 165.399 156.06 158.149 150.715 152.804C145.37 147.459 138.12 144.456 130.561 144.456H130.521Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.642 172.749H69.183C61.7173 172.889 54.6047 175.953 49.3744 181.282C44.1441 186.611 41.214 193.78 41.214 201.246C41.214 208.713 44.1441 215.882 49.3744 221.211C54.6047 226.54 61.7173 229.604 69.183 229.744H165.642C173.108 229.604 180.22 226.54 185.45 221.211C190.681 215.882 193.611 208.713 193.611 201.246C193.611 193.78 190.681 186.611 185.45 181.282C180.22 175.953 173.108 172.889 165.642 172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M291.132 93.9308H194.683C190.896 93.8599 187.133 94.5446 183.613 95.9449C180.094 97.3452 176.889 99.433 174.185 102.086C171.482 104.739 169.334 107.905 167.869 111.398C166.403 114.89 165.648 118.64 165.648 122.428C165.648 126.216 166.403 129.966 167.869 133.459C169.334 136.951 171.482 140.117 174.185 142.77C176.889 145.423 180.094 147.511 183.613 148.911C187.133 150.312 190.896 150.997 194.683 150.926H291.132C294.92 150.997 298.683 150.312 302.203 148.911C305.722 147.511 308.927 145.423 311.631 142.77C314.334 140.117 316.481 136.951 317.947 133.459C319.413 129.966 320.168 126.216 320.168 122.428C320.168 118.64 319.413 114.89 317.947 111.398C316.481 107.905 314.334 104.739 311.631 102.086C308.927 99.433 305.722 97.3452 302.203 95.9449C298.683 94.5446 294.92 93.8599 291.132 93.9308Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.253 41.8975H37.9353C27.9189 41.8975 18.3127 45.8765 11.23 52.9591C4.14732 60.0418 0.16832 69.648 0.16832 79.6644C0.16832 89.6808 4.14732 99.287 11.23 106.37C18.3127 113.452 27.9189 117.431 37.9353 117.431H219.253C229.269 117.431 238.875 113.452 245.958 106.37C253.04 99.287 257.02 89.6808 257.02 79.6644C257.02 69.648 253.04 60.0418 245.958 52.9591C238.875 45.8765 229.269 41.8975 219.253 41.8975Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<rect x="36.3535" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.3535 76.2544)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M46.5741 82.3311C45.7778 76.8659 49.5627 71.79 55.0278 70.9937L226.056 46.0739C231.521 45.2776 236.597 49.0625 237.393 54.5276L253.132 162.544C253.928 168.009 250.143 173.085 244.678 173.881L73.6501 198.801C68.1849 199.597 63.109 195.812 62.3127 190.347L46.5741 82.3311Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.5953 68.025L225.623 43.1053C232.728 42.0701 239.326 46.9904 240.362 54.095L256.1 162.111C257.135 169.216 252.215 175.815 245.11 176.85L74.0826 201.769C66.978 202.805 60.3793 197.884 59.3441 190.78L43.6055 82.7636C42.5703 75.6589 47.4906 69.0602 54.5953 68.025ZM55.0278 70.9937C49.5627 71.79 45.7778 76.8659 46.5741 82.331L62.3127 190.347C63.109 195.812 68.1849 199.597 73.6501 198.801L244.678 173.881C250.143 173.085 253.928 168.009 253.132 162.544L237.393 54.5276C236.597 49.0624 231.521 45.2776 226.056 46.0739L55.0278 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M46.5741 82.3311C45.7778 76.8659 49.5627 71.79 55.0278 70.9937L226.056 46.0739C231.521 45.2776 236.597 49.0625 237.393 54.5276L239.458 68.6976L48.6388 96.5011L46.5741 82.3311Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<circle cx="63.2333" cy="82.4326" r="4.5" transform="rotate(-8.29 63.2333 82.4326)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<circle cx="80.0557" cy="79.9814" r="4.5" transform="rotate(-8.29 80.0557 79.9814)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<circle cx="96.878" cy="77.5302" r="4.5" transform="rotate(-8.29 96.878 77.5302)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path d="M258.781 26.3833C258.781 25.1945 255.33 24.2429 250.719 24.0267C250.455 19.4216 249.44 15.9974 248.251 16C247.062 16.0026 246.074 19.4532 245.821 24.0821C241.197 24.3984 237.759 25.4317 237.775 26.6232C237.79 27.8147 241.226 28.7663 245.837 28.9798C246.113 33.585 247.115 37.0092 248.302 37.0066C249.488 37.0039 250.482 33.5534 250.735 28.9245C255.359 28.6082 258.794 27.5748 258.781 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<path d="M275.785 47.8971C275.785 47.1309 273.561 46.5176 270.59 46.3783C270.42 43.4106 269.766 41.2039 269 41.2056C268.233 41.2073 267.596 43.431 267.433 46.414C264.453 46.6179 262.238 47.2838 262.248 48.0516C262.258 48.8195 264.472 49.4327 267.443 49.5703C267.622 52.5381 268.267 54.7448 269.032 54.7431C269.797 54.7414 270.437 52.5177 270.6 49.5347C273.58 49.3308 275.794 48.6649 275.785 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
15
|
+
<rect x="64.2355" y="106.312" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.2355 106.312)" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M102.699 149.493L149.157 117.137L150.871 119.599L104.413 151.955L102.699 149.493Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M203.613 134.789L149.853 117.036L148.912 119.884L202.672 137.638L203.613 134.789Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M151.891 145.709L147.86 118.045L150.829 117.612L154.859 145.277L151.891 145.709Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<rect x="136.716" y="106.49" width="22.2281" height="22.2281" rx="11.1141" transform="rotate(-8.29 136.716 106.49)" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
20
|
+
<path d="M161.285 114.104C162.25 120.727 157.663 126.878 151.04 127.843C144.417 128.808 138.265 124.222 137.3 117.598C136.335 110.975 140.922 104.824 147.545 103.859C154.168 102.894 160.32 107.48 161.285 114.104Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M141.446 125.087C141.598 121.83 144.04 119.122 147.283 118.65L152.053 117.955C155.285 117.484 158.387 119.367 159.473 122.427C157.641 125.261 154.641 127.319 151.04 127.843C147.455 128.366 144.007 127.261 141.446 125.087ZM152.738 110.954C153.064 113.193 151.513 115.273 149.274 115.599C147.035 115.925 144.955 114.374 144.629 112.135C144.302 109.896 145.853 107.816 148.092 107.49C150.332 107.163 152.412 108.714 152.738 110.954Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M150.617 124.938C155.635 124.207 159.111 119.546 158.38 114.527C157.649 109.508 152.987 106.032 147.968 106.764C142.95 107.495 139.474 112.156 140.205 117.175C140.936 122.194 145.598 125.67 150.617 124.938ZM151.04 127.843C157.663 126.878 162.25 120.727 161.285 114.104C160.32 107.48 154.168 102.894 147.545 103.859C140.922 104.824 136.335 110.975 137.3 117.598C138.265 124.222 144.417 128.808 151.04 127.843Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
23
|
+
<rect x="92.4293" y="149.323" width="22.2281" height="22.2281" rx="11.1141" transform="rotate(-8.29 92.4293 149.323)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
24
|
+
<path d="M116.998 156.937C117.963 163.56 113.376 169.711 106.753 170.676C100.13 171.641 93.9783 167.055 93.0133 160.431C92.0482 153.808 96.6351 147.657 103.258 146.692C109.881 145.727 116.033 150.313 116.998 156.937Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M97.1593 167.92C97.3113 164.663 99.7527 161.955 102.996 161.483L107.766 160.788C110.998 160.317 114.1 162.2 115.186 165.26C113.354 168.094 110.354 170.152 106.753 170.676C103.168 171.199 99.7204 170.094 97.1593 167.92ZM108.451 153.787C108.777 156.026 107.226 158.106 104.987 158.432C102.748 158.758 100.668 157.207 100.342 154.968C100.015 152.729 101.566 150.649 103.806 150.323C106.045 149.996 108.125 151.547 108.451 153.787Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M106.33 167.771C111.349 167.04 114.824 162.379 114.093 157.36C113.362 152.341 108.7 148.865 103.682 149.597C98.6627 150.328 95.187 154.989 95.9182 160.008C96.6495 165.027 101.311 168.503 106.33 167.771ZM106.753 170.676C113.376 169.711 117.963 163.56 116.998 156.937C116.033 150.313 109.881 145.727 103.258 146.692C96.6351 147.657 92.0482 153.808 93.0133 160.431C93.9783 167.055 100.13 171.641 106.753 170.676Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
27
|
+
<rect x="141.907" y="142.113" width="22.2281" height="22.2281" rx="11.1141" transform="rotate(-8.29 141.907 142.113)" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
28
|
+
<path d="M166.476 149.727C167.441 156.35 162.854 162.502 156.231 163.467C149.607 164.432 143.456 159.845 142.491 153.222C141.526 146.599 146.113 140.447 152.736 139.482C159.359 138.517 165.511 143.104 166.476 149.727Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M146.637 160.711C146.789 157.453 149.23 154.746 152.474 154.273L157.243 153.578C160.476 153.107 163.578 154.991 164.663 158.051C162.831 160.884 159.832 162.942 156.231 163.467C152.645 163.989 149.198 162.885 146.637 160.711ZM157.929 146.577C158.255 148.816 156.704 150.896 154.465 151.223C152.225 151.549 150.145 149.998 149.819 147.759C149.493 145.519 151.044 143.439 153.283 143.113C155.522 142.787 157.602 144.338 157.929 146.577Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M155.807 160.562C160.826 159.831 164.302 155.169 163.571 150.15C162.839 145.132 158.178 141.656 153.159 142.387C148.14 143.118 144.665 147.78 145.396 152.799C146.127 157.817 150.788 161.293 155.807 160.562ZM156.231 163.467C162.854 162.502 167.441 156.35 166.476 149.727C165.511 143.104 159.359 138.517 152.736 139.482C146.113 140.447 141.526 146.599 142.491 153.222C143.456 159.845 149.607 164.432 156.231 163.467Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
31
|
+
<rect x="191.384" y="134.904" width="22.2281" height="22.2281" rx="11.1141" transform="rotate(-8.29 191.384 134.904)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
32
|
+
<path d="M215.953 142.518C216.918 149.141 212.331 155.293 205.708 156.258C199.085 157.223 192.933 152.636 191.968 146.013C191.003 139.39 195.59 133.238 202.213 132.273C208.837 131.308 214.988 135.895 215.953 142.518Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
33
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M196.114 153.502C196.266 150.244 198.708 147.537 201.951 147.064L206.721 146.369C209.953 145.898 213.055 147.782 214.141 150.842C212.309 153.675 209.31 155.733 205.708 156.258C202.123 156.78 198.675 155.676 196.114 153.502ZM207.406 139.368C207.732 141.607 206.182 143.687 203.942 144.014C201.703 144.34 199.623 142.789 199.297 140.55C198.97 138.31 200.521 136.23 202.761 135.904C205 135.578 207.08 137.129 207.406 139.368Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
34
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M205.285 153.353C210.304 152.622 213.779 147.96 213.048 142.941C212.317 137.923 207.655 134.447 202.637 135.178C197.618 135.909 194.142 140.571 194.873 145.59C195.605 150.608 200.266 154.084 205.285 153.353ZM205.708 156.258C212.331 155.293 216.918 149.141 215.953 142.518C214.988 135.895 208.837 131.308 202.213 132.273C195.59 133.238 191.003 139.39 191.968 146.013C192.933 152.636 199.085 157.223 205.708 156.258Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
35
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartPie-alternate">
|
|
2
|
+
<path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.149 5.44092 165.399 5.44092 172.958C5.44092 180.518 8.4438 187.767 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.767 158.895 180.518 158.895 172.958C158.895 165.399 155.892 158.149 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 172.749H69.0146C61.549 172.889 54.4364 175.953 49.2061 181.282C43.9758 186.611 41.0457 193.78 41.0457 201.246C41.0457 208.713 43.9758 215.882 49.2061 221.211C54.4364 226.54 61.549 229.604 69.0146 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.512 215.882 193.443 208.713 193.443 201.246C193.443 193.78 190.512 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 93.9308H194.515C190.728 93.8599 186.965 94.5446 183.445 95.9449C179.925 97.3452 176.72 99.433 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.398C166.234 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.234 129.966 167.7 133.459C169.166 136.951 171.314 140.117 174.017 142.77C176.72 145.423 179.925 147.511 183.445 148.911C186.965 150.312 190.728 150.997 194.515 150.926H290.964C294.751 150.997 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.462 142.77C314.166 140.117 316.313 136.951 317.779 133.459C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.398C316.313 107.905 314.166 104.739 311.462 102.086C308.759 99.433 305.554 97.3452 302.034 95.9449C298.515 94.5446 294.751 93.8599 290.964 93.9308Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 41.8975H37.767C27.7505 41.8975 18.1444 45.8765 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1444 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8765 229.101 41.8975 219.084 41.8975Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<rect x="36.1853" y="76.2544" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1853 76.2544)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M46.4059 82.3311C45.6096 76.8659 49.3945 71.79 54.8596 70.9937L225.887 46.0739C231.353 45.2776 236.428 49.0625 237.225 54.5276L252.963 162.544C253.76 168.009 249.975 173.085 244.51 173.881L73.4819 198.801C68.0168 199.597 62.9408 195.812 62.1445 190.347L46.4059 82.3311Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.4269 68.025L225.455 43.1053C232.559 42.0701 239.158 46.9904 240.193 54.095L255.932 162.111C256.967 169.216 252.047 175.815 244.942 176.85L73.9143 201.769C66.8096 202.805 60.2109 197.884 59.1757 190.78L43.4371 82.7636C42.4019 75.6589 47.3222 69.0602 54.4269 68.025ZM54.8595 70.9937C49.3943 71.79 45.6095 76.8659 46.4058 82.331L62.1444 190.347C62.9407 195.812 68.0166 199.597 73.4817 198.801L244.51 173.881C249.975 173.085 253.759 168.009 252.963 162.544L237.225 54.5276C236.428 49.0624 231.352 45.2776 225.887 46.0739L54.8595 70.9937Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M46.4059 82.3311C45.6096 76.8659 49.3945 71.79 54.8596 70.9937L225.887 46.0739C231.353 45.2776 236.428 49.0625 237.225 54.5276L239.289 68.6976L48.4706 96.5011L46.4059 82.3311Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<circle cx="63.0649" cy="82.4326" r="4.5" transform="rotate(-8.29 63.0649 82.4326)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<circle cx="79.8872" cy="79.9814" r="4.5" transform="rotate(-8.29 79.8872 79.9814)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<circle cx="96.7097" cy="77.5302" r="4.5" transform="rotate(-8.29 96.7097 77.5302)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path d="M258.613 26.3833C258.613 25.1945 255.162 24.2429 250.551 24.0267C250.287 19.4216 249.272 15.9974 248.083 16C246.894 16.0026 245.906 19.4532 245.652 24.0821C241.028 24.3984 237.59 25.4317 237.606 26.6232C237.622 27.8147 241.057 28.7663 245.668 28.9798C245.945 33.585 246.947 37.0092 248.133 37.0066C249.32 37.0039 250.313 33.5534 250.567 28.9245C255.191 28.6082 258.626 27.5748 258.613 26.3833Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<path d="M275.617 47.8971C275.617 47.1309 273.393 46.5176 270.422 46.3783C270.252 43.4106 269.598 41.2039 268.831 41.2056C268.065 41.2073 267.428 43.431 267.265 46.414C264.285 46.6179 262.069 47.2838 262.08 48.0516C262.09 48.8195 264.304 49.4327 267.275 49.5703C267.454 52.5381 268.099 54.7448 268.864 54.7431C269.628 54.7414 270.269 52.5177 270.432 49.5347C273.412 49.3308 275.626 48.6649 275.617 47.8971Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
15
|
+
<rect x="64.0671" y="106.312" width="165.62" height="78.5952" rx="5" transform="rotate(-8.29 64.0671 106.312)" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
16
|
+
<path d="M114.136 110.38C114.107 109.756 113.577 109.271 112.955 109.323C107.369 109.791 102.013 111.799 97.4897 115.134C92.6619 118.693 88.9979 123.604 86.9611 129.245C84.9243 134.887 84.6061 141.006 86.0468 146.828C87.4875 152.65 90.6223 157.914 95.0549 161.955C99.4875 165.996 105.019 168.631 110.949 169.528C116.88 170.425 122.943 169.544 128.372 166.995C133.802 164.446 138.353 160.344 141.451 155.209C144.355 150.396 145.86 144.879 145.81 139.274C145.804 138.649 145.272 138.166 144.648 138.195L116.615 139.491C115.991 139.52 115.461 139.038 115.433 138.413L114.136 110.38Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<path d="M114.136 110.38C114.107 109.756 113.577 109.271 112.954 109.323C108.526 109.694 104.232 111.034 100.378 113.248C99.8364 113.559 99.6764 114.259 100.008 114.789L114.34 137.713C114.649 138.206 115.412 137.968 115.385 137.386L114.136 110.38Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
18
|
+
<path d="M144.648 138.195C145.272 138.166 145.804 138.649 145.81 139.274C145.848 143.56 144.977 147.809 143.249 151.741C141.37 156.019 138.528 159.805 134.944 162.803C131.361 165.801 127.133 167.93 122.591 169.025C118.416 170.032 114.079 170.139 109.867 169.345C109.253 169.229 108.871 168.62 109.01 168.011L115.294 140.383C115.407 139.887 115.837 139.527 116.345 139.504L144.648 138.195Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
19
|
+
<path d="M144.648 138.195C145.272 138.166 145.804 138.649 145.81 139.274C145.838 142.426 145.374 145.563 144.436 148.572C144.25 149.169 143.601 149.477 143.012 149.269L118.216 140.509C117.63 140.302 117.758 139.439 118.378 139.41L144.648 138.195Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<path d="M130.968 106.864C131.236 106.3 131.912 106.057 132.468 106.342C138.2 109.274 143.082 113.644 146.631 119.032C150.179 124.42 152.266 130.631 152.695 137.055C152.737 137.679 152.247 138.204 151.623 138.226L117.346 139.476C116.498 139.507 115.919 138.628 116.282 137.861L130.968 106.864Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M144.617 129.585C145.129 128.933 146.072 128.82 146.723 129.332L165.623 144.186L189.173 140.754C189.993 140.635 190.754 141.202 190.874 142.022C190.993 142.842 190.426 143.603 189.606 143.723L165.418 147.247C165.011 147.306 164.598 147.196 164.275 146.942L144.869 131.691C144.218 131.179 144.105 130.236 144.617 129.585Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M169.39 113.678C169.151 112.038 170.287 110.515 171.926 110.276L216.988 103.711C218.627 103.472 220.15 104.607 220.389 106.247C220.628 107.886 219.492 109.409 217.853 109.648L172.791 116.214C171.152 116.453 169.629 115.317 169.39 113.678Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M171.672 129.337C171.433 127.697 172.568 126.175 174.208 125.936L205.614 121.36C207.253 121.121 208.776 122.256 209.015 123.896C209.254 125.535 208.118 127.058 206.479 127.297L175.073 131.873C173.433 132.112 171.91 130.976 171.672 129.337Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-CodePlaceholder-alternate">
|
|
2
|
+
<path d="M130.353 145.031H33.9438C26.3845 145.031 19.1348 148.034 13.7895 153.379C8.44429 158.725 5.44141 165.974 5.44141 173.534C5.44141 181.093 8.44429 188.343 13.7895 193.688C19.1348 199.033 26.3845 202.036 33.9438 202.036H130.393C137.952 202.036 145.202 199.033 150.547 193.688C155.892 188.343 158.895 181.093 158.895 173.534C158.895 165.974 155.892 158.725 150.547 153.379C145.202 148.034 137.952 145.031 130.393 145.031H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.473 173.324H69.0139C61.5483 173.464 54.4356 176.528 49.2054 181.857C43.9751 187.186 41.0449 194.354 41.0449 201.821C41.0449 209.288 43.9751 216.457 49.2054 221.786C54.4356 227.115 61.5483 230.179 69.0139 230.319H165.473C172.938 230.179 180.051 227.115 185.281 221.786C190.512 216.457 193.442 209.288 193.442 201.821C193.442 194.354 190.512 187.186 185.281 181.857C180.051 176.528 172.938 173.464 165.473 173.324Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.963 94.5055H194.514C190.727 94.4346 186.964 95.1193 183.444 96.5196C179.925 97.9199 176.72 100.008 174.016 102.661C171.313 105.314 169.165 108.48 167.699 111.972C166.234 115.465 165.479 119.215 165.479 123.003C165.479 126.791 166.234 130.541 167.699 134.033C169.165 137.526 171.313 140.692 174.016 143.345C176.72 145.998 179.925 148.086 183.444 149.486C186.964 150.886 190.727 151.571 194.514 151.5H290.963C294.751 151.571 298.514 150.886 302.033 149.486C305.553 148.086 308.758 145.998 311.462 143.345C314.165 140.692 316.312 137.526 317.778 134.033C319.244 130.541 319.999 126.791 319.999 123.003C319.999 119.215 319.244 115.465 317.778 111.972C316.312 108.48 314.165 105.314 311.462 102.661C308.758 100.008 305.553 97.9199 302.033 96.5196C298.514 95.1193 294.751 94.4346 290.963 94.5055Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 42.4724H37.767C27.7505 42.4724 18.1444 46.4514 11.0617 53.5341C3.979 60.6168 0 70.2229 0 80.2394C0 90.2558 3.979 99.8619 11.0617 106.945C18.1444 114.027 27.7505 118.006 37.767 118.006H219.084C229.101 118.006 238.707 114.027 245.789 106.945C252.872 99.8619 256.851 90.2558 256.851 80.2394C256.851 70.2229 252.872 60.6168 245.789 53.5341C238.707 46.4514 229.101 42.4724 219.084 42.4724Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<path d="M255.789 7.0734C256.083 7.4466 256.27 7.89205 256.332 8.36288C256.394 8.83371 256.327 9.3125 256.14 9.74887L251.955 20.2441C251.264 21.9803 249.457 22.3425 248.097 21.8004C247.532 21.5988 247.048 21.2193 246.717 20.7189C246.386 20.2185 246.227 19.6242 246.263 19.0254C246.289 18.7366 246.358 18.4534 246.469 18.1854L250.654 7.69015C250.828 7.22592 251.124 6.81741 251.512 6.50784C251.899 6.19827 252.363 5.99916 252.854 5.93157C253.4 5.85619 253.956 5.9215 254.47 6.12133C254.983 6.32115 255.437 6.64886 255.789 7.0734Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
7
|
+
<path d="M290.555 57.6684C290.596 58.0058 290.566 58.348 290.467 58.6731C290.368 58.9982 290.202 59.2991 289.98 59.5566C289.758 59.8141 289.485 60.0225 289.178 60.1685C288.872 60.3145 288.538 60.395 288.198 60.4047L277.222 61.2221C276.828 61.2502 276.431 61.1993 276.057 61.0724C275.682 60.9456 275.336 60.7454 275.039 60.4834C274.743 60.2215 274.501 59.903 274.329 59.5467C274.157 59.1904 274.057 58.8033 274.036 58.4082C274.023 58.2454 274.023 58.0819 274.037 57.9192C274.078 57.3174 274.344 56.753 274.781 56.3371C275.218 55.9213 275.794 55.6842 276.398 55.6727L287.368 54.8584C287.763 54.8296 288.159 54.8799 288.534 55.0062C288.909 55.1325 289.255 55.3324 289.552 55.594C289.849 55.8557 290.09 56.1739 290.262 56.5301C290.435 56.8863 290.534 57.2733 290.555 57.6684Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
8
|
+
<path d="M282.205 27.9441C282.152 28.3116 282.024 28.6644 281.83 28.981C281.636 29.2975 281.379 29.5711 281.076 29.7852L267.563 39.5226C266.955 39.9559 266.202 40.1372 265.463 40.0286C264.724 39.92 264.056 39.5299 263.598 38.9398C263.175 38.3908 262.974 37.703 263.035 37.0128C263.071 36.615 263.192 36.2296 263.39 35.8828C263.588 35.536 263.858 35.236 264.183 35.0032L277.695 25.2658C278.307 24.8296 279.064 24.6474 279.807 24.7576C280.55 24.8678 281.221 25.2617 281.68 25.8566C281.903 26.1513 282.065 26.4881 282.155 26.8468C282.245 27.2055 282.262 27.5787 282.205 27.9441Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
9
|
+
<rect x="50" y="39.0959" width="195.086" height="195.086" rx="14" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M57 46.0959C57 38.9162 62.8203 33.0959 70 33.0959H239.086C246.266 33.0959 252.086 38.9162 252.086 46.0959V215.182C252.086 222.362 246.266 228.182 239.086 228.182H70C62.8203 228.182 57 222.362 57 215.182V46.0959Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M239.086 36.0959H70C64.4772 36.0959 60 40.5731 60 46.0959V215.182C60 220.705 64.4771 225.182 70 225.182H239.086C244.609 225.182 249.086 220.705 249.086 215.182V46.0959C249.086 40.5731 244.609 36.0959 239.086 36.0959ZM70 33.0959C62.8203 33.0959 57 38.9162 57 46.0959V215.182C57 222.362 62.8203 228.182 70 228.182H239.086C246.266 228.182 252.086 222.362 252.086 215.182V46.0959C252.086 38.9162 246.266 33.0959 239.086 33.0959H70Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M80.0645 213.117C75.6462 213.117 72.0645 209.536 72.0645 205.117V186.704C75.3782 186.704 78.0645 189.391 78.0645 192.704V205.117C78.0645 206.222 78.9599 207.117 80.0645 207.117H92.4775C95.7912 207.117 98.4775 209.804 98.4775 213.117H80.0645ZM148.13 213.117C148.13 209.804 145.444 207.117 142.13 207.117H117.304C113.99 207.117 111.304 209.804 111.304 213.117H148.13ZM197.782 213.117C197.782 209.804 195.096 207.117 191.782 207.117H166.956C163.642 207.117 160.956 209.804 160.956 213.117H197.782ZM237.021 186.704C233.708 186.704 231.021 189.391 231.021 192.704V205.117C231.021 206.222 230.126 207.117 229.021 207.117H216.608C213.295 207.117 210.608 209.804 210.608 213.117H229.021C233.44 213.117 237.021 209.536 237.021 205.117V186.704ZM237.021 137.052C233.708 137.052 231.021 139.738 231.021 143.052V167.878C231.021 171.192 233.708 173.878 237.021 173.878V137.052ZM237.021 87.3997C233.708 87.3997 231.021 90.0859 231.021 93.3997V118.226C231.021 121.54 233.708 124.226 237.021 124.226V87.3997ZM210.608 48.1604C210.608 51.4741 213.295 54.1604 216.608 54.1604H229.021C230.126 54.1604 231.021 55.0558 231.021 56.1604V68.5735C231.021 71.8872 233.708 74.5735 237.021 74.5735V56.1604C237.021 51.7421 233.44 48.1604 229.021 48.1604H210.608ZM160.956 48.1604C160.956 51.4741 163.642 54.1604 166.956 54.1604H191.782C195.096 54.1604 197.782 51.4741 197.782 48.1604H160.956ZM111.304 48.1604C111.304 51.4741 113.99 54.1604 117.304 54.1604H142.13C145.444 54.1604 148.13 51.4741 148.13 48.1604H111.304ZM98.4775 48.1604C98.4775 51.4741 95.7912 54.1604 92.4775 54.1604H80.0645C78.9599 54.1604 78.0645 55.0558 78.0645 56.1604V68.5735C78.0645 71.8872 75.3782 74.5735 72.0645 74.5735V56.1604C72.0645 51.7421 75.6462 48.1604 80.0645 48.1604H98.4775ZM72.0645 87.3997C75.3782 87.3997 78.0645 90.086 78.0645 93.3997V118.226C78.0645 121.54 75.3782 124.226 72.0645 124.226V87.3997ZM72.0645 137.052C75.3782 137.052 78.0645 139.738 78.0645 143.052V167.878C78.0645 171.192 75.3782 173.878 72.0645 173.878V137.052Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Company-alternate">
|
|
2
|
+
<path d="M130.353 145.031H33.9438C26.3845 145.031 19.1348 148.034 13.7895 153.379C8.44429 158.725 5.44141 165.974 5.44141 173.534C5.44141 181.093 8.44429 188.343 13.7895 193.688C19.1348 199.033 26.3845 202.036 33.9438 202.036H130.393C137.952 202.036 145.202 199.033 150.547 193.688C155.892 188.343 158.895 181.093 158.895 173.534C158.895 165.974 155.892 158.725 150.547 153.379C145.202 148.034 137.952 145.031 130.393 145.031H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 173.324H69.0149C61.5493 173.464 54.4366 176.528 49.2063 181.857C43.9761 187.186 41.0459 194.354 41.0459 201.821C41.0459 209.288 43.9761 216.457 49.2063 221.786C54.4366 227.115 61.5493 230.179 69.0149 230.319H165.474C172.939 230.179 180.052 227.115 185.282 221.786C190.513 216.457 193.443 209.288 193.443 201.821C193.443 194.354 190.513 187.186 185.282 181.857C180.052 176.528 172.939 173.464 165.474 173.324Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 94.5055H194.515C190.728 94.4346 186.965 95.1193 183.445 96.5196C179.926 97.9199 176.721 100.008 174.017 102.661C171.314 105.314 169.166 108.48 167.7 111.972C166.235 115.465 165.479 119.215 165.479 123.003C165.479 126.791 166.235 130.541 167.7 134.033C169.166 137.526 171.314 140.692 174.017 143.345C176.721 145.998 179.926 148.086 183.445 149.486C186.965 150.886 190.728 151.571 194.515 151.5H290.964C294.752 151.571 298.515 150.886 302.034 149.486C305.554 148.086 308.759 145.998 311.463 143.345C314.166 140.692 316.313 137.526 317.779 134.033C319.245 130.541 320 126.791 320 123.003C320 119.215 319.245 115.465 317.779 111.972C316.313 108.48 314.166 105.314 311.463 102.661C308.759 100.008 305.554 97.9199 302.034 96.5196C298.515 95.1193 294.752 94.4346 290.964 94.5055Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 42.4724H37.767C27.7505 42.4724 18.1444 46.4514 11.0617 53.5341C3.979 60.6168 0 70.2229 0 80.2394C0 90.2558 3.979 99.8619 11.0617 106.945C18.1444 114.027 27.7505 118.006 37.767 118.006H219.084C229.101 118.006 238.707 114.027 245.789 106.945C252.872 99.8619 256.851 90.2558 256.851 80.2394C256.851 70.2229 252.872 60.6168 245.789 53.5341C238.707 46.4514 229.101 42.4724 219.084 42.4724Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<rect x="206.938" y="110.087" width="46.959" height="98.3552" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M216.547 129.265H242.289V135.265H216.547V129.265Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M216.547 148.265H242.289V154.265H216.547V148.265Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M216.547 167.265H242.289V173.265H216.547V167.265Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path d="M94.9385 51.4902H206.938V209.043H94.9385V51.4902Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M203.938 54.4902H97.9385V206.043H203.938V54.4902ZM94.9385 51.4902V209.043H206.938V51.4902H94.9385Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<rect width="150.879" height="15.9164" transform="matrix(-3.58932e-08 1 1 5.32325e-08 142.979 55.2249)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<rect width="9.07959" height="15.9164" transform="matrix(-3.58932e-08 1 1 5.32325e-08 142.979 55.2249)" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
14
|
+
<rect width="130.672" height="14.7651" transform="matrix(1 0 0 -1 85.6025 55.2249)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
15
|
+
<rect x="105.004" y="65.022" width="30.2746" height="39.6687" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
16
|
+
<rect x="105.004" y="111.432" width="30.2746" height="39.6687" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
17
|
+
<rect x="105.004" y="157.842" width="30.2746" height="39.6687" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
18
|
+
<rect x="166.599" y="65.022" width="30.2746" height="39.6687" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
19
|
+
<rect x="166.599" y="111.432" width="30.2746" height="39.6687" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
20
|
+
<rect x="166.599" y="157.842" width="30.2746" height="39.6687" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
21
|
+
<path d="M94.9385 83.4424L51.9385 120.942V208.442H94.9385V83.4424Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M62.9385 130.442V143.442H68.9385V130.442H62.9385Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M77.9385 130.442V143.442H83.9385V130.442H77.9385Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M62.9385 151.442V164.442H68.9385V151.442H62.9385Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M77.9385 151.442V164.442H83.9385V151.442H77.9385Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.8008 207.543C37.8008 206.714 38.4724 206.043 39.3008 206.043L267.585 206.043C268.413 206.043 269.085 206.714 269.085 207.543C269.085 208.371 268.413 209.043 267.585 209.043L39.3008 209.043C38.4724 209.043 37.8008 208.371 37.8008 207.543Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M299.925 207.604C299.925 208.433 299.253 209.104 298.425 209.104H282.021C281.193 209.104 280.521 208.433 280.521 207.604C280.521 206.776 281.193 206.104 282.021 206.104H298.425C299.253 206.104 299.925 206.776 299.925 207.604Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
28
|
+
<path d="M247.417 46.9527H252.883C252.883 44.0058 254.029 41.1797 256.071 39.0959C258.112 37.0122 260.88 35.8416 263.767 35.8416H298.982C301.868 35.8416 304.637 37.0122 306.678 39.0959C308.719 41.1797 309.866 44.0058 309.866 46.9527C309.866 49.8995 308.719 52.7257 306.678 54.8094C304.637 56.8932 301.868 58.0638 298.982 58.0638H293.516C293.516 61.0106 292.37 63.8368 290.328 65.9205C288.287 68.0043 285.519 69.1749 282.632 69.1749H247.417C244.531 69.1749 241.762 68.0043 239.721 65.9205C237.68 63.8368 236.533 61.0106 236.533 58.0638C236.533 55.1169 237.68 52.2908 239.721 50.207C241.762 48.1233 244.531 46.9527 247.417 46.9527Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
29
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Compass-alternate">
|
|
2
|
+
<path d="M130.352 145.328H33.9433C26.384 145.328 19.1343 148.331 13.789 153.676C8.4438 159.022 5.44092 166.271 5.44092 173.831C5.44092 181.39 8.4438 188.64 13.789 193.985C19.1343 199.33 26.384 202.333 33.9433 202.333H130.392C137.952 202.333 145.201 199.33 150.547 193.985C155.892 188.64 158.895 181.39 158.895 173.831C158.895 166.271 155.892 159.022 150.547 153.676C145.201 148.331 137.952 145.328 130.392 145.328H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 173.621H69.0146C61.549 173.761 54.4364 176.825 49.2061 182.154C43.9758 187.483 41.0457 194.652 41.0457 202.118C41.0457 209.585 43.9758 216.754 49.2061 222.083C54.4364 227.412 61.549 230.476 69.0146 230.616H165.474C172.939 230.476 180.052 227.412 185.282 222.083C190.512 216.754 193.443 209.585 193.443 202.118C193.443 194.652 190.512 187.483 185.282 182.154C180.052 176.825 172.939 173.761 165.474 173.621Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 94.8026H194.515C190.728 94.7317 186.965 95.4165 183.445 96.8167C179.925 98.217 176.72 100.305 174.017 102.958C171.314 105.611 169.166 108.777 167.7 112.27C166.234 115.762 165.479 119.512 165.479 123.3C165.479 127.088 166.234 130.838 167.7 134.331C169.166 137.823 171.314 140.989 174.017 143.642C176.72 146.295 179.925 148.383 183.445 149.783C186.965 151.184 190.728 151.868 194.515 151.797H290.964C294.751 151.868 298.515 151.184 302.034 149.783C305.554 148.383 308.759 146.295 311.462 143.642C314.166 140.989 316.313 137.823 317.779 134.331C319.245 130.838 320 127.088 320 123.3C320 119.512 319.245 115.762 317.779 112.27C316.313 108.777 314.166 105.611 311.462 102.958C308.759 100.305 305.554 98.217 302.034 96.8167C298.515 95.4165 294.751 94.7317 290.964 94.8026Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 42.7695H37.767C27.7505 42.7695 18.1444 46.7485 11.0617 53.8312C3.979 60.9139 0 70.52 0 80.5364C0 90.5529 3.979 100.159 11.0617 107.242C18.1444 114.324 27.7505 118.303 37.767 118.303H219.084C229.101 118.303 238.707 114.324 245.789 107.242C252.872 100.159 256.851 90.5529 256.851 80.5364C256.851 70.52 252.872 60.9139 245.789 53.8312C238.707 46.7485 229.101 42.7695 219.084 42.7695Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M230.893 59.3159L205.725 48.1884C198.222 44.8712 194.829 36.0997 198.146 28.5969C201.463 21.094 210.235 17.7008 217.738 21.018L242.906 32.1455C250.409 35.4627 253.802 44.2341 250.485 51.737C247.167 59.2399 238.396 62.6331 230.893 59.3159ZM203.299 53.676C192.765 49.0188 188.001 36.7043 192.659 26.1707C197.316 15.6371 209.63 10.8733 220.164 15.5304L245.332 26.6579C255.866 31.3151 260.629 43.6296 255.972 54.1632C251.315 64.6968 239.001 69.4606 228.467 64.8034L203.299 53.676Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
7
|
+
<path d="M202.174 47.1333C203.961 43.0923 208.685 41.2648 212.726 43.0514L229.979 50.6796C234.02 52.4662 235.848 57.1904 234.061 61.2313L227.33 76.4561C225.543 80.4971 220.819 82.3246 216.778 80.538L199.525 72.9098C195.484 71.1232 193.656 66.399 195.443 62.3581L202.174 47.1333Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
8
|
+
<path d="M246.746 175.928C227.855 218.656 177.903 237.98 135.175 219.089C92.4467 200.198 73.1231 150.245 92.0143 107.517C110.905 64.7892 160.858 45.4656 203.586 64.3568C246.314 83.2479 265.637 133.2 246.746 175.928Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
9
|
+
<path d="M254.858 173.522C236.576 214.871 188.237 233.571 146.888 215.289C105.54 197.008 86.8401 148.669 105.121 107.32C123.403 65.9715 171.742 47.2718 213.091 65.553C254.439 83.8342 273.139 132.174 254.858 173.522Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M257.602 174.735C238.65 217.599 188.539 236.984 145.675 218.033C102.812 199.082 83.4265 148.971 102.378 106.107C121.329 63.2431 171.44 43.858 214.304 62.8092C257.168 81.7604 276.553 131.872 257.602 174.735ZM146.889 215.289C188.237 233.571 236.577 214.871 254.858 173.522C273.139 132.174 254.439 83.8343 213.091 65.553C171.742 47.2718 123.403 65.9715 105.121 107.32C86.8402 148.669 105.54 197.008 146.889 215.289Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path d="M239.427 166.7C224.914 199.527 186.537 214.373 153.71 199.859C120.883 185.346 106.037 146.969 120.551 114.142C135.064 81.3149 173.441 66.469 206.268 80.9826C239.095 95.4962 253.941 133.873 239.427 166.7Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M163.698 177.269C165.213 177.939 165.898 179.711 165.228 181.226L160.323 192.322C159.653 193.837 157.881 194.522 156.366 193.852C154.85 193.182 154.165 191.411 154.835 189.895L159.741 178.8C160.411 177.284 162.182 176.599 163.698 177.269Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M203.564 87.0997C205.079 87.7696 205.764 89.5412 205.095 91.0566L200.189 102.152C199.519 103.668 197.747 104.353 196.232 103.683C194.717 103.013 194.031 101.241 194.701 99.7261L199.607 88.6304C200.277 87.115 202.048 86.4297 203.564 87.0997Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M143.171 124.209C142.501 125.724 140.73 126.409 139.214 125.739L128.118 120.834C126.603 120.164 125.918 118.392 126.588 116.877C127.258 115.361 129.029 114.676 130.545 115.346L141.64 120.252C143.156 120.922 143.841 122.693 143.171 124.209Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M233.341 164.075C232.671 165.59 230.899 166.275 229.384 165.605L218.288 160.7C216.773 160.03 216.087 158.258 216.757 156.743C217.427 155.228 219.199 154.542 220.714 155.212L231.81 160.118C233.325 160.788 234.011 162.559 233.341 164.075Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path d="M235.401 121.522L184.8 154.526L175.179 126.317L235.401 121.522Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
17
|
+
<path d="M124.578 159.321L184.801 154.526L175.179 126.316L124.578 159.321Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
<path d="M183.776 151.525C177.644 153.617 170.976 150.341 168.884 144.208C166.793 138.076 170.069 131.408 176.201 129.316C182.334 127.225 189.002 130.501 191.093 136.633C193.185 142.766 189.909 149.434 183.776 151.525Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M184.745 154.365C177.044 156.992 168.672 152.878 166.045 145.177C163.418 137.476 167.532 129.104 175.233 126.477C182.934 123.85 191.306 127.964 193.933 135.665C196.559 143.366 192.446 151.738 184.745 154.365ZM168.884 144.208C170.976 150.341 177.643 153.617 183.776 151.525C189.909 149.434 193.185 142.766 191.093 136.633C189.002 130.501 182.334 127.225 176.201 129.316C170.068 131.408 166.793 138.076 168.884 144.208Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<path d="M83.2879 87.9416L87.6242 65.905L23.7574 21.7005L83.2879 87.9416Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
21
|
+
<path d="M87.2287 66.4453L112.348 57.9447L23.7569 21.7005L87.2287 66.4453Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
22
|
+
<path d="M24.0518 21.7501L71.8583 75.1153L41.4027 89.6579L24.0518 21.7501Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Components-alternate">
|
|
2
|
+
<path d="M130.352 144.918H33.9433C26.384 144.918 19.1343 147.921 13.789 153.267C8.4438 158.612 5.44092 165.862 5.44092 173.421C5.44092 180.98 8.4438 188.23 13.789 193.575C19.1343 198.92 26.384 201.923 33.9433 201.923H130.392C137.952 201.923 145.201 198.92 150.547 193.575C155.892 188.23 158.895 180.98 158.895 173.421C158.895 165.862 155.892 158.612 150.547 153.267C145.201 147.921 137.952 144.918 130.392 144.918H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 173.211H69.0149C61.5493 173.351 54.4366 176.415 49.2063 181.744C43.9761 187.073 41.0459 194.242 41.0459 201.709C41.0459 209.176 43.9761 216.344 49.2063 221.673C54.4366 227.002 61.5493 230.066 69.0149 230.206H165.474C172.939 230.066 180.052 227.002 185.282 221.673C190.513 216.344 193.443 209.176 193.443 201.709C193.443 194.242 190.513 187.073 185.282 181.744C180.052 176.415 172.939 173.351 165.474 173.211Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 94.3927H194.515C190.728 94.3218 186.965 95.0065 183.445 96.4068C179.926 97.8071 176.721 99.8949 174.017 102.548C171.314 105.201 169.166 108.367 167.7 111.86C166.235 115.352 165.479 119.102 165.479 122.89C165.479 126.678 166.235 130.428 167.7 133.921C169.166 137.413 171.314 140.579 174.017 143.232C176.721 145.885 179.926 147.973 183.445 149.373C186.965 150.774 190.728 151.458 194.515 151.388H290.964C294.752 151.458 298.515 150.774 302.034 149.373C305.554 147.973 308.759 145.885 311.463 143.232C314.166 140.579 316.313 137.413 317.779 133.921C319.245 130.428 320 126.678 320 122.89C320 119.102 319.245 115.352 317.779 111.86C316.313 108.367 314.166 105.201 311.463 102.548C308.759 99.8949 305.554 97.8071 302.034 96.4068C298.515 95.0065 294.752 94.3218 290.964 94.3927Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 42.3596H37.767C27.7505 42.3596 18.1444 46.3386 11.0617 53.4213C3.979 60.504 0 70.1102 0 80.1266C0 90.143 3.979 99.7492 11.0617 106.832C18.1444 113.915 27.7505 117.894 37.767 117.894H219.084C229.101 117.894 238.707 113.915 245.789 106.832C252.872 99.7492 256.851 90.143 256.851 80.1266C256.851 70.1102 252.872 60.504 245.789 53.4213C238.707 46.3386 229.101 42.3596 219.084 42.3596Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<path d="M108.646 142.687C108.646 141.583 109.541 140.687 110.646 140.687H129.421C130.525 140.687 131.421 141.583 131.421 142.687V157.802C131.421 158.907 130.525 159.802 129.421 159.802H110.646C109.541 159.802 108.646 158.907 108.646 157.802V142.687Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M110.646 137.687H129.421C132.182 137.687 134.421 139.926 134.421 142.687V157.802C134.421 160.564 132.182 162.802 129.421 162.802H110.646C107.885 162.802 105.646 160.564 105.646 157.802V142.687C105.646 139.926 107.885 137.687 110.646 137.687ZM110.646 140.687C109.541 140.687 108.646 141.583 108.646 142.687V157.802C108.646 158.907 109.541 159.802 110.646 159.802H129.421C130.525 159.802 131.421 158.907 131.421 157.802V142.687C131.421 141.583 130.525 140.687 129.421 140.687H110.646Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path d="M150.301 142.687C150.301 141.583 151.197 140.687 152.301 140.687H171.076C172.181 140.687 173.076 141.583 173.076 142.687V157.802C173.076 158.907 172.181 159.802 171.076 159.802H152.301C151.197 159.802 150.301 158.907 150.301 157.802V142.687Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M152.301 137.687H171.076C173.838 137.687 176.076 139.926 176.076 142.687V157.802C176.076 160.564 173.838 162.802 171.076 162.802H152.301C149.54 162.802 147.301 160.564 147.301 157.802V142.687C147.301 139.926 149.54 137.687 152.301 137.687ZM152.301 140.687C151.197 140.687 150.301 141.583 150.301 142.687V157.802C150.301 158.907 151.197 159.802 152.301 159.802H171.076C172.181 159.802 173.076 158.907 173.076 157.802V142.687C173.076 141.583 172.181 140.687 171.076 140.687H152.301Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<path d="M191.957 142.687C191.957 141.583 192.852 140.687 193.957 140.687H212.731C213.836 140.687 214.731 141.583 214.731 142.687V157.802C214.731 158.907 213.836 159.802 212.731 159.802H193.957C192.852 159.802 191.957 158.907 191.957 157.802V142.687Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M193.957 137.687H212.731C215.493 137.687 217.731 139.926 217.731 142.687V157.802C217.731 160.564 215.493 162.802 212.731 162.802H193.957C191.195 162.802 188.957 160.564 188.957 157.802V142.687C188.957 139.926 191.195 137.687 193.957 137.687ZM193.957 140.687C192.852 140.687 191.957 141.583 191.957 142.687V157.802C191.957 158.907 192.852 159.802 193.957 159.802H212.731C213.836 159.802 214.731 158.907 214.731 157.802V142.687C214.731 141.583 213.836 140.687 212.731 140.687H193.957Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M94.3511 154.515H229.026V195.998H94.3511V154.515Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M91.3511 151.515H232.026V198.998H91.3511V151.515ZM94.3511 154.515V195.998H229.026V154.515H94.3511Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<rect x="200.296" y="96.0442" width="22.7749" height="19.115" rx="3" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
15
|
+
<rect x="241.951" y="96.0442" width="22.7749" height="19.115" rx="3" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
16
|
+
<rect x="186.001" y="109.872" width="92.835" height="41.4831" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<path d="M153.878 56.561C153.878 55.4565 154.773 54.561 155.878 54.561H174.653C175.757 54.561 176.653 55.4565 176.653 56.561V71.676C176.653 72.7806 175.757 73.676 174.653 73.676H155.878C154.773 73.676 153.878 72.7806 153.878 71.676V56.561Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M155.878 51.561H174.653C177.414 51.561 179.653 53.7996 179.653 56.561V71.676C179.653 74.4374 177.414 76.676 174.653 76.676H155.878C153.117 76.676 150.878 74.4375 150.878 71.676V56.561C150.878 53.7996 153.117 51.561 155.878 51.561ZM155.878 54.561C154.773 54.561 153.878 55.4565 153.878 56.561V71.676C153.878 72.7806 154.773 73.676 155.878 73.676H174.653C175.757 73.676 176.653 72.7806 176.653 71.676V56.561C176.653 55.4565 175.757 54.561 174.653 54.561H155.878Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<path d="M195.533 56.561C195.533 55.4565 196.429 54.561 197.533 54.561H216.308C217.413 54.561 218.308 55.4565 218.308 56.561V71.676C218.308 72.7806 217.413 73.676 216.308 73.676H197.533C196.429 73.676 195.533 72.7806 195.533 71.676V56.561Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M197.533 51.561H216.308C219.069 51.561 221.308 53.7996 221.308 56.561V71.676C221.308 74.4374 219.069 76.676 216.308 76.676H197.533C194.772 76.676 192.533 74.4375 192.533 71.676V56.561C192.533 53.7996 194.772 51.561 197.533 51.561ZM197.533 54.561C196.429 54.561 195.533 55.4565 195.533 56.561V71.676C195.533 72.7806 196.429 73.676 197.533 73.676H216.308C217.413 73.676 218.308 72.7806 218.308 71.676V56.561C218.308 55.4565 217.413 54.561 216.308 54.561H197.533Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
<path d="M139.583 68.3887H232.418V109.872H139.583V68.3887Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M136.583 65.3887H235.418V112.872H136.583V65.3887ZM139.583 68.3887V109.872H232.418V68.3887H139.583Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
23
|
+
<rect x="20.5869" y="85.4827" width="22.7749" height="19.115" rx="3" transform="rotate(-40.3434 20.5869 85.4827)" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
24
|
+
<rect x="18.6431" y="105.276" width="51.2085" height="41.4831" transform="rotate(-40.3434 18.6431 105.276)" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Dialog-alternate">
|
|
2
|
+
<path d="M130.352 145.328H33.9433C26.384 145.328 19.1343 148.331 13.789 153.676C8.4438 159.022 5.44092 166.271 5.44092 173.831C5.44092 181.39 8.4438 188.64 13.789 193.985C19.1343 199.33 26.384 202.333 33.9433 202.333H130.392C137.952 202.333 145.201 199.33 150.547 193.985C155.892 188.64 158.895 181.39 158.895 173.831C158.895 166.271 155.892 159.022 150.547 153.676C145.201 148.331 137.952 145.328 130.392 145.328H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 173.621H69.0149C61.5493 173.761 54.4366 176.825 49.2063 182.154C43.9761 187.483 41.0459 194.652 41.0459 202.118C41.0459 209.585 43.9761 216.754 49.2063 222.083C54.4366 227.412 61.5493 230.476 69.0149 230.616H165.474C172.939 230.476 180.052 227.412 185.282 222.083C190.513 216.754 193.443 209.585 193.443 202.118C193.443 194.652 190.513 187.483 185.282 182.154C180.052 176.825 172.939 173.761 165.474 173.621Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 94.8027H194.515C190.728 94.7318 186.965 95.4165 183.445 96.8168C179.926 98.2171 176.721 100.305 174.017 102.958C171.314 105.611 169.166 108.777 167.7 112.27C166.235 115.762 165.479 119.512 165.479 123.3C165.479 127.088 166.235 130.838 167.7 134.331C169.166 137.823 171.314 140.989 174.017 143.642C176.721 146.295 179.926 148.383 183.445 149.783C186.965 151.184 190.728 151.868 194.515 151.798H290.964C294.752 151.868 298.515 151.184 302.034 149.783C305.554 148.383 308.759 146.295 311.463 143.642C314.166 140.989 316.313 137.823 317.779 134.331C319.245 130.838 320 127.088 320 123.3C320 119.512 319.245 115.762 317.779 112.27C316.313 108.777 314.166 105.611 311.463 102.958C308.759 100.305 305.554 98.2171 302.034 96.8168C298.515 95.4165 294.752 94.7318 290.964 94.8027Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 42.7695H37.767C27.7505 42.7695 18.1444 46.7485 11.0617 53.8312C3.979 60.9139 0 70.5201 0 80.5365C0 90.5529 3.979 100.159 11.0617 107.242C18.1444 114.324 27.7505 118.303 37.767 118.303H219.084C229.101 118.303 238.707 114.324 245.789 107.242C252.872 100.159 256.851 90.5529 256.851 80.5365C256.851 70.5201 252.872 60.9139 245.789 53.8312C238.707 46.7485 229.101 42.7695 219.084 42.7695Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M215.784 139.077C186.223 139.077 162.26 115.113 162.26 85.5525C162.26 55.9918 186.223 32.0281 215.784 32.0281C245.345 32.0281 269.308 55.9918 269.308 85.5525C269.308 95.0964 266.811 104.057 262.433 111.816L271.055 131.895C272.278 134.743 269.708 137.915 266.795 137.151L243.853 131.136C235.692 136.171 226.077 139.077 215.784 139.077Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
7
|
+
<path d="M200.736 85.5525C200.736 89.393 197.622 92.5063 193.782 92.5063C189.941 92.5063 186.828 89.393 186.828 85.5525C186.828 81.712 189.941 78.5986 193.782 78.5986C197.622 78.5986 200.736 81.712 200.736 85.5525Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path d="M223.767 85.5525C223.767 89.393 220.653 92.5063 216.813 92.5063C212.972 92.5063 209.859 89.393 209.859 85.5525C209.859 81.712 212.972 78.5986 216.813 78.5986C220.653 78.5986 223.767 81.712 223.767 85.5525Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path d="M246.799 85.5525C246.799 89.393 243.685 92.5063 239.845 92.5063C236.004 92.5063 232.891 89.393 232.891 85.5525C232.891 81.712 236.004 78.5986 239.845 78.5986C243.685 78.5986 246.799 81.712 246.799 85.5525Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M117.462 209.716C157.641 209.716 190.212 177.145 190.212 136.966C190.212 96.7877 157.641 64.2165 117.462 64.2165C77.2833 64.2165 44.712 96.7877 44.712 136.966C44.712 149.938 48.107 162.117 54.057 172.663L41.3714 202.204C40.092 205.183 42.7807 208.501 45.8271 207.702L79.3112 198.923C90.4031 205.767 103.471 209.716 117.462 209.716Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M129.181 202.258C167.594 202.258 198.734 171.118 198.734 132.705C198.734 94.2912 167.594 63.1509 129.181 63.1509C90.767 63.1509 59.6267 94.2912 59.6267 132.705C59.6267 145.107 62.8729 156.751 68.5619 166.834L56.4342 195.076C55.211 197.925 57.7816 201.097 60.6942 200.333L92.7063 191.939C103.311 198.483 115.805 202.258 129.181 202.258Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M201.734 132.705C201.734 172.775 169.251 205.258 129.18 205.258C115.696 205.258 103.062 201.577 92.2397 195.163L61.455 203.235C55.8658 204.7 51.5766 198.785 53.6775 193.893L65.227 166.997C59.739 156.783 56.6267 145.103 56.6267 132.705C56.6267 92.6343 89.1101 60.1509 129.18 60.1509C169.251 60.1509 201.734 92.6343 201.734 132.705ZM68.5618 166.834C62.8728 156.751 59.6267 145.107 59.6267 132.705C59.6267 94.2912 90.767 63.1509 129.18 63.1509C167.594 63.1509 198.734 94.2912 198.734 132.705C198.734 171.118 167.594 202.258 129.18 202.258C115.805 202.258 103.311 198.483 92.7062 191.939L60.6941 200.333C57.7815 201.097 55.2109 197.925 56.4341 195.076L68.5618 166.834Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<path d="M104.989 132.705C104.989 138.087 100.626 142.449 95.2446 142.449C89.8628 142.449 85.5 138.087 85.5 132.705C85.5 127.323 89.8628 122.96 95.2446 122.96C100.626 122.96 104.989 127.323 104.989 132.705Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<path d="M137.263 132.705C137.263 138.087 132.9 142.449 127.518 142.449C122.136 142.449 117.773 138.087 117.773 132.705C117.773 127.323 122.136 122.96 127.518 122.96C132.9 122.96 137.263 127.323 137.263 132.705Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
15
|
+
<path d="M169.538 132.705C169.538 138.087 165.175 142.449 159.793 142.449C154.412 142.449 150.049 138.087 150.049 132.705C150.049 127.323 154.412 122.96 159.793 122.96C165.175 122.96 169.538 127.323 169.538 132.705Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-EmptyContentPane-alternate">
|
|
2
|
+
<path d="M130.352 144.456H33.9433C26.384 144.456 19.1343 147.459 13.789 152.804C8.4438 158.15 5.44092 165.399 5.44092 172.959C5.44092 180.518 8.4438 187.768 13.789 193.113C19.1343 198.458 26.384 201.461 33.9433 201.461H130.392C137.952 201.461 145.201 198.458 150.547 193.113C155.892 187.768 158.895 180.518 158.895 172.959C158.895 165.399 155.892 158.15 150.547 152.804C145.201 147.459 137.952 144.456 130.392 144.456H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 172.749H69.0146C61.549 172.889 54.4364 175.953 49.2061 181.282C43.9758 186.611 41.0457 193.779 41.0457 201.246C41.0457 208.713 43.9758 215.882 49.2061 221.211C54.4364 226.54 61.549 229.604 69.0146 229.744H165.474C172.939 229.604 180.052 226.54 185.282 221.211C190.512 215.882 193.443 208.713 193.443 201.246C193.443 193.779 190.512 186.611 185.282 181.282C180.052 175.953 172.939 172.889 165.474 172.749V172.749Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 93.9306H194.515C190.728 93.8597 186.965 94.5444 183.445 95.9447C179.925 97.345 176.72 99.4328 174.017 102.086C171.314 104.739 169.166 107.905 167.7 111.397C166.234 114.89 165.479 118.64 165.479 122.428C165.479 126.216 166.234 129.966 167.7 133.458C169.166 136.951 171.314 140.117 174.017 142.77C176.72 145.423 179.925 147.511 183.445 148.911C186.965 150.312 190.728 150.996 194.515 150.925H290.964C294.751 150.996 298.515 150.312 302.034 148.911C305.554 147.511 308.759 145.423 311.462 142.77C314.166 140.117 316.313 136.951 317.779 133.458C319.245 129.966 320 126.216 320 122.428C320 118.64 319.245 114.89 317.779 111.397C316.313 107.905 314.166 104.739 311.462 102.086C308.759 99.4328 305.554 97.345 302.034 95.9447C298.515 94.5444 294.751 93.8597 290.964 93.9306V93.9306Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 41.8974H37.767C27.7505 41.8974 18.1443 45.8764 11.0617 52.9591C3.979 60.0418 0 69.648 0 79.6644V79.6644C0 89.6808 3.979 99.287 11.0617 106.37C18.1443 113.452 27.7505 117.431 37.767 117.431H219.084C229.101 117.431 238.707 113.452 245.789 106.37C252.872 99.287 256.851 89.6808 256.851 79.6644V79.6644C256.851 69.648 252.872 60.0418 245.789 52.9591C238.707 45.8764 229.101 41.8974 219.084 41.8974V41.8974Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<path d="M72 84.4386C72 77.0872 77.9595 71.1277 85.3109 71.1277H140.659C143.737 71.1277 146.72 72.1946 149.1 74.1468L200.178 116.042C203.261 118.57 205.048 122.347 205.048 126.334V187.538C205.048 194.89 199.088 200.849 191.737 200.849H85.3109C77.9595 200.849 72 194.89 72 187.538V84.4386Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M82.4161 76.5654C82.4161 70.932 86.9829 66.3652 92.6164 66.3652H155.456C158.054 66.3652 160.554 67.3563 162.446 69.1363L205.785 109.911C207.834 111.839 208.996 114.527 208.996 117.34V179.677C208.996 185.31 204.429 189.877 198.796 189.877H92.6164C86.9829 189.877 82.4161 185.31 82.4161 179.677V76.5654Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M198.796 192.877H92.6164C85.3261 192.877 79.4161 186.967 79.4161 179.677V76.5654C79.4161 69.2752 85.3261 63.3652 92.6164 63.3652H155.456C158.818 63.3652 162.053 64.6478 164.501 66.9513L207.841 107.726C210.493 110.221 211.996 113.7 211.996 117.34V179.677C211.996 186.967 206.086 192.877 198.796 192.877ZM92.6164 66.3652C86.9829 66.3652 82.4161 70.932 82.4161 76.5654V179.677C82.4161 185.31 86.9829 189.877 92.6164 189.877H198.796C204.429 189.877 208.996 185.31 208.996 179.677V117.34C208.996 114.527 207.834 111.839 205.785 109.911L162.446 69.1363C160.554 67.3563 158.054 66.3652 155.456 66.3652H92.6164Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M159 108.928C159 111.379 160.987 113.365 163.437 113.365H206.76C207.564 113.365 207.954 112.382 207.368 111.831L160.495 67.7707C159.929 67.2382 159 67.6399 159 68.4173V108.928Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M206.76 116.365H163.437C159.33 116.365 156 113.036 156 108.928V68.4173C156 65.0116 160.068 63.2523 162.55 65.5848L209.423 109.645C211.989 112.057 210.282 116.365 206.76 116.365ZM160.495 67.7707C159.929 67.2382 159 67.6399 159 68.4173V108.928C159 111.379 160.987 113.365 163.437 113.365H206.76C207.564 113.365 207.954 112.382 207.368 111.831L160.495 67.7707Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path d="M219.155 20.8638C219.449 21.237 219.637 21.6825 219.698 22.1533C219.76 22.6241 219.694 23.1029 219.507 23.5393L215.322 34.0345C214.631 35.7707 212.824 36.133 211.463 35.5908C210.898 35.3892 210.414 35.0097 210.083 34.5093C209.753 34.0089 209.593 33.4146 209.629 32.8158C209.655 32.527 209.725 32.2438 209.835 31.9758L214.02 21.4806C214.194 21.0163 214.491 20.6078 214.878 20.2982C215.265 19.9887 215.729 19.7896 216.22 19.722C216.766 19.6466 217.322 19.7119 217.836 19.9117C218.35 20.1116 218.804 20.4393 219.155 20.8638V20.8638Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
12
|
+
<path d="M253.921 71.4586C253.961 71.796 253.931 72.1382 253.832 72.4633C253.733 72.7884 253.568 73.0894 253.346 73.3468C253.124 73.6043 252.851 73.8127 252.544 73.9587C252.237 74.1048 251.903 74.1852 251.564 74.1949L240.588 75.0123C240.193 75.0404 239.797 74.9895 239.422 74.8627C239.047 74.7359 238.701 74.5356 238.405 74.2737C238.108 74.0117 237.867 73.6933 237.695 73.3369C237.522 72.9806 237.423 72.5936 237.402 72.1984C237.389 72.0357 237.389 71.8722 237.403 71.7095C237.444 71.1077 237.709 70.5432 238.146 70.1274C238.583 69.7115 239.16 69.4745 239.763 69.4629L250.734 68.6486C251.128 68.6199 251.525 68.6701 251.9 68.7964C252.275 68.9228 252.621 69.1226 252.917 69.3843C253.214 69.6459 253.456 69.9642 253.628 70.3203C253.8 70.6765 253.9 71.0635 253.921 71.4586V71.4586Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<path d="M245.57 41.7343C245.517 42.1018 245.39 42.4546 245.196 42.7711C245.002 43.0877 244.745 43.3613 244.442 43.5753L230.929 53.3127C230.32 53.746 229.568 53.9273 228.829 53.8187C228.09 53.7101 227.421 53.32 226.963 52.73C226.541 52.181 226.34 51.4932 226.401 50.803C226.436 50.4052 226.557 50.0198 226.755 49.673C226.953 49.3262 227.224 49.0262 227.548 48.7934L241.061 39.056C241.673 38.6198 242.429 38.4376 243.172 38.5478C243.915 38.658 244.587 39.0519 245.045 39.6468C245.269 39.9415 245.431 40.2783 245.521 40.637C245.611 40.9957 245.628 41.3689 245.57 41.7343V41.7343Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
14
|
+
<rect x="46" y="98.3652" width="51.1724" height="53" rx="9.50345" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M78.1115 122.904C79.1583 123.915 79.1583 125.555 78.1115 126.566L70.0701 134.333C69.3035 135.073 68.1506 135.295 67.149 134.894C66.1474 134.493 65.4943 133.549 65.4943 132.502L65.4943 116.968C65.4943 115.921 66.1474 114.977 67.149 114.576C68.1506 114.175 69.3035 114.397 70.0701 115.137L78.1115 122.904Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<rect x="146" y="168.365" width="159.444" height="41" rx="9.94242" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
17
|
+
<g clip-path="url(#clip0_620_3361)">
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M171.754 180.394L171.753 180.396L169.517 185.509H172.426C172.458 185.509 172.489 185.511 172.52 185.513C172.972 185.477 173.426 185.697 173.668 186.116L175.259 188.865L178.329 185.856C178.808 185.387 179.578 185.395 180.047 185.874C180.517 186.353 180.509 187.122 180.03 187.592L176.516 191.035L178.815 195.007C179.151 195.587 178.953 196.33 178.372 196.667C177.791 197.003 177.048 196.804 176.712 196.224L174.725 192.79L171.887 195.571C171.098 196.342 170.101 196.85 169.034 197.042V197.042L167.904 197.246C167.244 197.366 166.612 196.927 166.492 196.267C166.373 195.607 166.812 194.975 167.472 194.855L168.602 194.651C169.196 194.544 169.751 194.261 170.188 193.835V193.835L173.468 190.62L171.916 187.939H168.454L163.545 199.166C162.882 200.682 161.401 201.691 159.728 201.731L158.412 201.772C157.742 201.793 157.181 201.266 157.161 200.595C157.14 199.925 157.667 199.364 158.337 199.344L159.668 199.302C160.389 199.286 161.03 198.852 161.319 198.192L165.803 187.939H162.228C161.557 187.939 161.013 187.395 161.013 186.724C161.013 186.053 161.557 185.509 162.228 185.509H166.865L169.532 179.41C170.051 178.243 171.202 177.476 172.494 177.476H174.468C175.139 177.476 175.683 178.02 175.683 178.691C175.683 179.362 175.139 179.906 174.468 179.906H172.494C172.18 179.906 171.889 180.091 171.754 180.394Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
19
|
+
</g>
|
|
20
|
+
<rect x="196.111" y="185.069" width="86.5556" height="9.11111" rx="4.55556" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
21
|
+
<defs>
|
|
22
|
+
<clipPath id="clip0_620_3361">
|
|
23
|
+
<rect width="24.2963" height="24.2963" fill="var(--sapContent_Illustrative_Color8)" transform="translate(156.629 177.476)"/>
|
|
24
|
+
</clipPath>
|
|
25
|
+
</defs>
|
|
26
|
+
</svg>
|