@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,25 @@
|
|
|
1
|
+
export default `<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>
|
|
25
|
+
`;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default `<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>
|
|
14
|
+
`;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export default `<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>
|
|
30
|
+
`;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export default `<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>
|
|
24
|
+
`;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export default `<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>
|
|
26
|
+
`;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export default `<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>
|
|
17
|
+
`;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export default `<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>
|
|
27
|
+
`;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default `<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ExternalLink-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
|
+
<rect x="22.709" y="82.5288" width="202.073" height="134.959" rx="12" transform="rotate(-8.29156 22.709 82.5288)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M32.9304 88.6054C32.1339 83.1403 35.9186 78.0643 41.3838 77.2679L212.411 52.3434C217.876 51.547 222.952 55.3317 223.748 60.7968L239.49 168.812C240.286 174.278 236.502 179.354 231.037 180.15L60.0095 205.075C54.5444 205.871 49.4684 202.086 48.6719 196.621L32.9304 88.6054Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.95 74.2991L211.977 49.3747C219.082 48.3393 225.681 53.2594 226.716 60.364L242.458 168.38C243.493 175.484 238.573 182.083 231.468 183.119L60.4411 208.043C53.3364 209.078 46.7376 204.158 45.7022 197.054L29.9607 89.0379C28.9253 81.9333 33.8454 75.3345 40.95 74.2991ZM41.3827 77.2677C35.9176 78.0642 32.1329 83.1402 32.9293 88.6053L48.6709 196.621C49.4673 202.086 54.5433 205.871 60.0084 205.074L231.036 180.15C236.501 179.353 240.285 174.277 239.489 168.812L223.747 60.7967C222.951 55.3315 217.875 51.5468 212.41 52.3433L41.3827 77.2677Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<rect x="53.0977" y="113.941" width="160.227" height="76.0147" rx="5" transform="rotate(-8.29156 53.0977 113.941)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
10
|
+
<path d="M32.9304 88.6054C32.1339 83.1403 35.9186 78.0643 41.3838 77.2679L212.411 52.3434C217.876 51.547 222.952 55.3317 223.748 60.7968L225.813 74.9667L34.9954 102.775L32.9304 88.6054Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
11
|
+
<circle cx="49.5882" cy="88.7066" r="4.5" transform="rotate(-8.29156 49.5882 88.7066)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<circle cx="66.4105" cy="86.2549" r="4.5" transform="rotate(-8.29156 66.4105 86.2549)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<circle cx="83.2328" cy="83.8035" r="4.5" transform="rotate(-8.29156 83.2328 83.8035)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M69.708 129.842C69.4691 128.203 70.6045 126.68 72.244 126.441L173.961 111.617C175.6 111.378 177.123 112.514 177.362 114.153C177.601 115.793 176.465 117.316 174.826 117.555L73.1093 132.378C71.4698 132.617 69.947 131.482 69.708 129.842Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M72.0147 145.675C71.7757 144.035 72.9111 142.513 74.5507 142.274L176.267 127.45C177.907 127.211 179.43 128.347 179.668 129.986C179.907 131.626 178.772 133.148 177.132 133.387L75.4159 148.211C73.7764 148.45 72.2536 147.314 72.0147 145.675Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M74.3233 161.508C74.0843 159.868 75.2197 158.345 76.8593 158.106L135.324 149.586C136.963 149.347 138.486 150.483 138.725 152.122C138.964 153.762 137.829 155.285 136.189 155.523L77.7245 164.044C76.085 164.283 74.5622 163.147 74.3233 161.508Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path d="M202.352 90.5499C202.678 75.852 214.221 71.5485 231.935 65.1405C232.867 64.8071 233.851 65.4863 233.852 66.4562L237.859 76.9889C237.871 78.4074 240.464 78.3666 241.238 77.1623L262.101 43.219C262.677 42.3256 262.132 41.1672 261.076 41.0528L222.515 33.4019C221.088 33.235 219.208 35.0581 220.305 35.9639L224.82 46.6028C225.579 47.217 225.485 48.3893 224.649 48.9083C208.362 58.8474 188.484 60.8905 190.921 83.4821C191.981 93.3819 193.507 100.818 202.181 108.239C203.462 109.341 204.702 107.372 204.257 105.75C203.244 102.107 202.291 93.9244 202.358 90.5636L202.352 90.5499Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
<path d="M284.275 9.18937C284.454 9.62911 284.511 10.109 284.441 10.5786C284.37 11.0482 284.174 11.4902 283.874 11.8579L276.955 20.7905C275.811 22.2684 273.975 22.118 272.817 21.2214C272.329 20.8717 271.969 20.3733 271.789 19.801C271.609 19.2287 271.62 18.6136 271.82 18.0479C271.924 17.7775 272.069 17.5245 272.25 17.2975L279.169 8.36488C279.464 7.96675 279.862 7.65591 280.32 7.46525C280.777 7.27459 281.278 7.2112 281.769 7.28179C282.314 7.36004 282.831 7.57632 283.269 7.91015C283.708 8.24398 284.054 8.68431 284.275 9.18937Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
19
|
+
<path d="M303.725 67.4142C303.671 67.7497 303.547 68.0703 303.363 68.3555C303.178 68.6406 302.935 68.8841 302.651 69.0704C302.367 69.2567 302.047 69.3816 301.712 69.4373C301.376 69.4929 301.033 69.4781 300.704 69.3936L289.929 67.1501C289.542 67.0682 289.175 66.9099 288.85 66.6845C288.525 66.4591 288.247 66.1712 288.035 65.8376C287.822 65.5039 287.678 65.1312 287.611 64.7412C287.543 64.3512 287.555 63.9518 287.643 63.5661C287.676 63.4061 287.721 63.249 287.779 63.0964C287.985 62.5294 288.396 62.06 288.93 61.7809C289.465 61.5018 290.085 61.4332 290.668 61.5886L301.437 63.8338C301.824 63.9151 302.192 64.0727 302.517 64.2976C302.843 64.5225 303.12 64.8101 303.333 65.1435C303.546 65.4769 303.69 65.8495 303.758 66.2393C303.825 66.6292 303.814 67.0287 303.725 67.4142Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
20
|
+
<path d="M303.902 36.5396C303.75 36.8782 303.53 37.1821 303.256 37.4328C302.982 37.6836 302.66 37.8758 302.31 37.9977L286.634 43.6274C285.93 43.876 285.156 43.8426 284.476 43.5342C283.796 43.2259 283.261 42.6664 282.983 41.9729C282.729 41.3285 282.726 40.612 282.974 39.9654C283.118 39.5929 283.341 39.2558 283.627 38.9772C283.913 38.6985 284.256 38.4848 284.632 38.3506L300.308 32.7209C301.016 32.4704 301.793 32.5042 302.477 32.8152C303.161 33.1261 303.697 33.69 303.974 34.3884C304.108 34.7333 304.17 35.1017 304.158 35.4713C304.145 35.841 304.059 36.2044 303.902 36.5396Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
21
|
+
</svg>
|
|
22
|
+
`;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export default `<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-FaceID-alternate">
|
|
2
|
+
<path d="M130.352 145.031H33.9433C26.384 145.031 19.1343 148.034 13.789 153.379C8.4438 158.725 5.44092 165.974 5.44092 173.534C5.44092 181.093 8.4438 188.343 13.789 193.688C19.1343 199.033 26.384 202.036 33.9433 202.036H130.392C137.952 202.036 145.201 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.201 148.034 137.952 145.031 130.392 145.031H130.352Z" 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
|
+
<ellipse cx="14.2596" cy="17.6255" rx="14.2596" ry="17.6255" transform="matrix(-0.877901 -0.478843 -0.478843 0.877901 102.917 124.611)" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M117.302 61.9868C118.959 61.9868 120.302 63.33 120.302 64.9868L120.302 102.571C120.302 104.228 118.959 105.571 117.302 105.571C115.645 105.571 114.302 104.228 114.302 102.571L114.302 64.9868C114.302 63.33 115.645 61.9868 117.302 61.9868Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
8
|
+
<circle cx="116.951" cy="58.2363" r="10.3931" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
9
|
+
<mask id="path-8-inside-1_460_9072" fill="var(--sapContent_Illustrative_Color8)">
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M64.0097 179.163C63.8277 182.471 66.5314 185.164 69.8451 185.164H251.041C254.354 185.164 257.058 182.471 256.876 179.163C253.933 125.651 211.884 83.2151 160.443 83.2151C109.002 83.2151 66.9529 125.651 64.0097 179.163Z"/>
|
|
11
|
+
</mask>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M64.0097 179.163C63.8277 182.471 66.5314 185.164 69.8451 185.164H251.041C254.354 185.164 257.058 182.471 256.876 179.163C253.933 125.651 211.884 83.2151 160.443 83.2151C109.002 83.2151 66.9529 125.651 64.0097 179.163Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path d="M256.876 179.163L259.872 178.998L256.876 179.163ZM69.8451 188.164H251.041V182.164H69.8451V188.164ZM160.443 86.2151C210.143 86.2151 251.017 127.255 253.881 179.327L259.872 178.998C256.849 124.047 213.624 80.2151 160.443 80.2151V86.2151ZM67.0051 179.327C69.8693 127.255 110.742 86.2151 160.443 86.2151V80.2151C107.262 80.2151 64.0366 124.047 61.0142 178.998L67.0051 179.327ZM251.041 188.164C255.967 188.164 260.154 184.132 259.872 178.998L253.881 179.327C253.962 180.81 252.742 182.164 251.041 182.164V188.164ZM69.8451 182.164C68.1442 182.164 66.9236 180.81 67.0051 179.327L61.0142 178.998C60.7318 184.132 64.9185 188.164 69.8451 188.164V182.164Z" fill="var(--sapContent_Illustrative_Color5)" mask="url(#path-8-inside-1_460_9072)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M99.3966 161.445C99.0905 163.744 100.934 165.715 103.253 165.715H217.632C219.951 165.715 221.794 163.744 221.488 161.445C217.283 129.868 191.554 105.571 160.442 105.571C129.331 105.571 103.602 129.868 99.3966 161.445Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
15
|
+
<ellipse cx="238.927" cy="133.257" rx="14.2596" ry="17.6255" transform="rotate(-28.6099 238.927 133.257)" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M204.617 61.9868C206.274 61.9868 207.617 63.33 207.617 64.9868L207.617 102.571C207.617 104.228 206.274 105.571 204.617 105.571C202.96 105.571 201.617 104.228 201.617 102.571L201.617 64.9868C201.617 63.33 202.96 61.9868 204.617 61.9868Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
17
|
+
<circle cx="204.266" cy="58.2363" r="10.3931" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
18
|
+
<mask id="path-14-inside-2_460_9072" fill="var(--sapContent_Illustrative_Color8)">
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M131.633 185.164V87.8264C140.732 84.8298 150.409 83.2151 160.443 83.2151C211.884 83.2151 253.933 125.651 256.876 179.163C257.058 182.471 254.354 185.164 251.041 185.164H131.633Z"/>
|
|
20
|
+
</mask>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M131.633 185.164V87.8264C140.732 84.8298 150.409 83.2151 160.443 83.2151C211.884 83.2151 253.933 125.651 256.876 179.163C257.058 182.471 254.354 185.164 251.041 185.164H131.633Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
<path d="M131.633 185.164H128.633V188.164H131.633V185.164ZM131.633 87.8264L130.694 84.977L128.633 85.6559V87.8264H131.633ZM256.876 179.163L253.881 179.327L253.881 179.327L256.876 179.163ZM134.633 185.164V87.8264H128.633V185.164H134.633ZM160.443 80.2151C150.085 80.2151 140.091 81.8823 130.694 84.977L132.571 90.6759C141.372 87.7773 150.733 86.2151 160.443 86.2151V80.2151ZM259.872 178.998C256.849 124.047 213.624 80.2151 160.443 80.2151V86.2151C210.144 86.2151 251.017 127.255 253.881 179.327L259.872 178.998ZM251.041 188.164C255.967 188.164 260.154 184.132 259.872 178.998L253.881 179.327C253.962 180.81 252.742 182.164 251.041 182.164V188.164ZM131.633 188.164H251.041V182.164H131.633V188.164Z" fill="var(--sapContent_Illustrative_Color4)" mask="url(#path-14-inside-2_460_9072)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M131.633 165.715V113.09C140.231 108.29 150.036 105.571 160.442 105.571C191.554 105.571 217.283 129.868 221.488 161.445C221.794 163.744 219.951 165.715 217.632 165.715H131.633Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M131.633 142.593V129.234C133.225 127.801 135.332 126.929 137.642 126.929C142.604 126.929 146.627 130.951 146.627 135.914C146.627 140.876 142.604 144.898 137.642 144.898C135.332 144.898 133.225 144.026 131.633 142.593ZM192.228 135.914C192.228 140.876 188.206 144.898 183.244 144.898C178.281 144.898 174.259 140.876 174.259 135.914C174.259 130.951 178.281 126.929 183.244 126.929C188.206 126.929 192.228 130.951 192.228 135.914Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M148.633 153.592C148.93 152.819 149.798 152.433 150.571 152.731C156.372 154.964 162.795 154.964 168.595 152.731C169.368 152.433 170.236 152.819 170.534 153.592C170.831 154.365 170.446 155.233 169.673 155.531C163.179 158.03 155.988 158.03 149.494 155.531C148.721 155.233 148.335 154.365 148.633 153.592Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
26
|
+
<rect x="127.657" y="202.896" width="140.909" height="7.42788" rx="3.71394" transform="rotate(-90 127.657 202.896)" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
27
|
+
</svg>
|
|
28
|
+
`;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export default `<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Fingerprint-alternate">
|
|
2
|
+
<path d="M130.352 144.591H33.9433C26.384 144.591 19.1343 147.594 13.789 152.939C8.4438 158.284 5.44092 165.534 5.44092 173.093C5.44092 180.653 8.4438 187.902 13.789 193.248C19.1343 198.593 26.384 201.596 33.9433 201.596H130.392C137.952 201.596 145.201 198.593 150.547 193.248C155.892 187.902 158.895 180.653 158.895 173.093C158.895 165.534 155.892 158.284 150.547 152.939C145.201 147.594 137.952 144.591 130.392 144.591H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 172.884H69.0146C61.549 173.024 54.4364 176.087 49.2061 181.416C43.9758 186.746 41.0457 193.914 41.0457 201.381C41.0457 208.848 43.9758 216.017 49.2061 221.346C54.4364 226.675 61.549 229.739 69.0146 229.879H165.474C172.939 229.739 180.052 226.675 185.282 221.346C190.512 216.017 193.443 208.848 193.443 201.381C193.443 193.914 190.512 186.746 185.282 181.416C180.052 176.087 172.939 173.024 165.474 172.884Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 94.0653H194.515C190.728 93.9944 186.965 94.6791 183.445 96.0794C179.925 97.4797 176.72 99.5675 174.017 102.221C171.314 104.874 169.166 108.04 167.7 111.532C166.234 115.025 165.479 118.775 165.479 122.563C165.479 126.351 166.234 130.1 167.7 133.593C169.166 137.086 171.314 140.251 174.017 142.905C176.72 145.558 179.925 147.646 183.445 149.046C186.965 150.446 190.728 151.131 194.515 151.06H290.964C294.751 151.131 298.515 150.446 302.034 149.046C305.554 147.646 308.759 145.558 311.462 142.905C314.166 140.251 316.313 137.086 317.779 133.593C319.245 130.1 320 126.351 320 122.563C320 118.775 319.245 115.025 317.779 111.532C316.313 108.04 314.166 104.874 311.462 102.221C308.759 99.5675 305.554 97.4797 302.034 96.0794C298.515 94.6791 294.751 93.9944 290.964 94.0653Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 42.0322H37.767C27.7505 42.0322 18.1444 46.0112 11.0617 53.0939C3.979 60.1766 0 69.7828 0 79.7992C0 89.8156 3.979 99.4218 11.0617 106.504C18.1444 113.587 27.7505 117.566 37.767 117.566H219.084C229.101 117.566 238.707 113.587 245.789 106.504C252.872 99.4218 256.851 89.8156 256.851 79.7992C256.851 69.7828 252.872 60.1766 245.789 53.0939C238.707 46.0112 229.101 42.0322 219.084 42.0322Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.3708 52.2428C48.3708 43.8062 55.21 36.967 63.6466 36.967H76.2924C77.9492 36.967 79.2924 38.3102 79.2924 39.967C79.2924 41.6239 77.9492 42.967 76.2924 42.967H63.6466C58.5237 42.967 54.3708 47.1199 54.3708 52.2428V64.8886C54.3708 66.5454 53.0277 67.8886 51.3708 67.8886C49.714 67.8886 48.3708 66.5454 48.3708 64.8886V52.2428Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.3708 182.883C48.3708 191.32 55.21 198.159 63.6466 198.159H76.2924C77.9492 198.159 79.2924 196.816 79.2924 195.159C79.2924 193.502 77.9492 192.159 76.2924 192.159H63.6466C58.5237 192.159 54.3708 188.006 54.3708 182.883V170.238C54.3708 168.581 53.0277 167.238 51.3708 167.238C49.714 167.238 48.3708 168.581 48.3708 170.238V182.883Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M271.629 52.2428C271.629 43.8062 264.79 36.967 256.354 36.967H243.708C242.051 36.967 240.708 38.3102 240.708 39.967C240.708 41.6239 242.051 42.967 243.708 42.967H256.354C261.477 42.967 265.629 47.1199 265.629 52.2428V64.8886C265.629 66.5454 266.973 67.8886 268.629 67.8886C270.286 67.8886 271.629 66.5454 271.629 64.8886V52.2428Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M271.629 182.883C271.629 191.32 264.79 198.159 256.354 198.159H243.708C242.051 198.159 240.708 196.816 240.708 195.159C240.708 193.502 242.051 192.159 243.708 192.159H256.354C261.477 192.159 265.629 188.006 265.629 182.883V170.238C265.629 168.581 266.973 167.238 268.629 167.238C270.286 167.238 271.629 168.581 271.629 170.238V182.883Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
10
|
+
<circle cx="151.771" cy="122.706" r="81.3904" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
11
|
+
<path d="M241.39 117.563C241.39 162.514 204.95 198.954 160 198.954C115.049 198.954 78.6094 162.514 78.6094 117.563C78.6094 72.6126 115.049 36.1729 160 36.1729C204.95 36.1729 241.39 72.6126 241.39 117.563Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M160 195.954C203.294 195.954 238.39 160.857 238.39 117.563C238.39 74.2694 203.294 39.1729 160 39.1729C116.706 39.1729 81.6094 74.2694 81.6094 117.563C81.6094 160.857 116.706 195.954 160 195.954ZM160 198.954C204.95 198.954 241.39 162.514 241.39 117.563C241.39 72.6126 204.95 36.1729 160 36.1729C115.049 36.1729 78.6094 72.6126 78.6094 117.563C78.6094 162.514 115.049 198.954 160 198.954Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M159.924 69.1797C172.966 69.1797 185.174 74.3221 194.283 83.6512H194.281C195.127 84.5208 195.114 85.9049 194.249 86.7487C193.82 87.1663 193.286 87.3729 192.716 87.3729C192.146 87.3729 191.577 87.1491 191.151 86.7142C182.868 78.2311 171.778 73.5601 159.922 73.5601C153.544 73.5601 147.401 74.9054 141.664 77.5531C140.567 78.0546 139.269 77.5853 138.758 76.4811C138.257 75.3854 138.733 74.0832 139.828 73.5752C146.146 70.6606 152.909 69.1797 159.924 69.1797ZM192.112 104.137C186.769 90.9743 174.134 82.4697 159.927 82.4697C153.336 82.4697 147.595 84.0281 142.769 87.1536C137.943 90.2769 134.075 94.9372 131.18 101.065C130.659 102.163 131.135 103.468 132.222 103.982H132.224C133.311 104.494 134.622 104.038 135.14 102.938C137.678 97.5589 141.03 93.5466 145.148 90.8753C149.263 88.2062 154.19 86.8479 159.927 86.8479C172.343 86.8479 183.381 94.2763 188.054 105.782C188.398 106.64 189.225 107.148 190.082 107.148C190.353 107.148 190.637 107.097 190.906 106.987C192.025 106.531 192.564 105.254 192.109 104.135L192.112 104.137ZM206.787 106.735C206.794 106.782 206.798 106.806 206.802 106.823V106.831L206.807 106.827C207.549 110.207 207.948 113.689 207.948 117.194C207.948 120.963 207.754 124.756 207.386 128.458C207.384 128.486 207.381 128.516 207.379 128.555V128.585L207.375 128.622L207.31 129.241V129.246V129.25C207.183 130.365 206.241 131.198 205.136 131.198C205.054 131.198 204.975 131.194 204.893 131.185H204.891C203.683 131.054 202.824 129.967 202.954 128.768L203.003 128.299L203.022 128.107C203.382 124.517 203.567 120.844 203.567 117.192C203.567 113.984 203.216 110.794 202.53 107.701H202.517L202.383 107.137C201.096 101.665 198.801 96.5574 195.53 91.9488C194.83 90.9629 195.06 89.5982 196.044 88.8986H196.046C197.023 88.2034 198.399 88.4229 199.098 89.4174C199.101 89.4195 199.101 89.4217 199.101 89.4217C202.775 94.5942 205.349 100.339 206.749 106.498C206.769 106.588 206.78 106.674 206.786 106.727L206.787 106.735ZM167.259 128.704C167.01 130.454 166.7 132.189 166.34 133.9L166.342 133.896C166.127 134.929 165.212 135.633 164.203 135.633C164.061 135.633 163.91 135.62 163.755 135.59H163.751H163.746C162.562 135.34 161.805 134.175 162.055 132.994C162.38 131.444 162.655 129.875 162.885 128.286C162.892 128.232 162.9 128.185 162.907 128.155L162.91 128.14L162.913 128.126L162.915 128.112L162.917 128.103L162.918 128.097V128.09V128.084C163.432 124.502 163.693 120.843 163.693 117.196C163.693 115.121 161.951 113.431 159.923 113.431C157.896 113.431 156.236 115.041 156.161 117.05L156.161 117.056C156.166 117.103 156.169 117.149 156.169 117.196V117.2V117.205L156.159 118.41V118.415V118.419C156.135 119.53 155.188 120.679 153.922 120.561C152.712 120.539 151.757 119.536 151.778 118.335L151.787 117.366L151.787 117.366C151.783 117.312 151.778 117.259 151.778 117.2C151.778 112.708 155.433 109.051 159.926 109.051C164.418 109.051 168.075 112.708 168.075 117.2C168.075 120.978 167.802 124.771 167.281 128.482V128.488V128.495C167.28 128.5 167.279 128.506 167.278 128.517C167.276 128.528 167.275 128.545 167.272 128.572C167.27 128.585 167.269 128.602 167.267 128.621C167.265 128.642 167.263 128.667 167.259 128.691V128.697V128.704ZM154.056 129.122C155.222 129.423 155.935 130.609 155.636 131.784V131.782C153.909 138.56 152.398 143.04 150.235 147.166C148.076 151.286 145.28 155.021 141.031 160.318C140.596 160.856 139.961 161.136 139.322 161.136C138.844 161.136 138.357 160.979 137.955 160.654H137.953C137.012 159.896 136.864 158.519 137.617 157.58C141.771 152.401 144.376 148.921 146.365 145.128C148.349 141.339 149.734 137.206 151.393 130.706C151.686 129.541 152.861 128.812 154.056 129.122ZM162.349 140.666H162.347H162.342C161.193 140.255 159.951 140.879 159.553 142.009C156.457 150.832 154.668 154.283 149.38 161.614C148.674 162.596 148.887 163.96 149.868 164.671H149.87C150.262 164.955 150.71 165.086 151.153 165.086C151.825 165.086 152.501 164.772 152.929 164.178C158.446 156.53 160.47 152.632 163.688 143.455C164.086 142.319 163.49 141.068 162.349 140.666ZM136.014 80.6915C137.028 80.0285 137.306 78.666 136.645 77.6586C135.978 76.6404 134.62 76.3628 133.61 77.0279C123.151 83.8945 115.869 94.3623 113.107 106.5C113.083 106.599 113.071 106.694 113.064 106.746C113.06 106.774 113.057 106.793 113.055 106.807L113.053 106.823V106.832C112.306 110.214 111.912 113.694 111.912 117.194C111.912 118.695 111.792 120.203 111.557 121.667C111.361 122.864 112.171 123.981 113.357 124.179H113.363H113.37C113.492 124.201 113.609 124.209 113.723 124.209C114.78 124.209 115.707 123.443 115.884 122.369C116.155 120.666 116.297 118.929 116.297 117.194C116.297 113.989 116.648 110.795 117.333 107.702H117.341L117.475 107.14C120.043 96.2544 126.606 86.8693 136.017 80.6894L136.014 80.6915ZM192.52 115.088C193.031 115.09 193.571 115.252 193.991 115.616L193.986 115.611C194.417 115.986 194.671 116.535 194.652 117.196C194.649 120.913 194.441 124.648 194.042 128.305L194.029 128.443C194.028 128.457 194.027 128.471 194.025 128.489L194.023 128.518L194.022 128.536C194.02 128.562 194.018 128.592 194.014 128.626V128.63V128.634C192.884 138.721 190.262 148.543 186.218 157.829C185.858 158.656 185.051 159.144 184.212 159.144C183.917 159.144 183.622 159.088 183.333 158.961C182.225 158.477 181.723 157.188 182.208 156.079C186.048 147.264 188.543 137.942 189.634 128.361L189.638 128.316C189.64 128.294 189.643 128.275 189.645 128.257L189.714 127.646H189.716C190.084 124.198 190.271 120.683 190.271 117.196V117.183V117.17C190.295 116.496 190.592 115.954 191.037 115.592C191.47 115.243 192.01 115.088 192.52 115.088ZM128.02 128.968C128.038 128.9 128.053 128.835 128.065 128.778L128.076 128.729C128.087 128.682 128.1 128.63 128.115 128.572C129.088 124.883 129.591 121.064 129.591 117.198C129.591 117.146 129.587 117.099 129.583 117.049L129.583 117.043C129.593 114.574 129.906 112.118 130.502 109.746C130.801 108.575 130.091 107.391 128.926 107.094H128.92H128.913C127.712 106.78 126.545 107.531 126.259 108.681V108.683C125.557 111.455 125.204 114.32 125.204 117.2C125.204 117.256 125.207 117.317 125.213 117.377C125.198 120.866 124.733 124.319 123.84 127.651H123.829L123.678 128.183C122.501 132.324 120.688 136.235 118.256 139.798C117.578 140.797 117.834 142.161 118.831 142.844C119.21 143.102 119.64 143.225 120.064 143.225C120.762 143.225 121.45 142.893 121.877 142.269C124.653 138.194 126.72 133.721 128.02 128.975V128.968ZM178.52 106.464L178.596 106.582L178.598 106.584L179.263 107.706C180.613 110.16 181.366 112.874 181.366 117.201C181.366 120.957 181.123 124.754 180.667 128.484L180.665 128.493L180.664 128.506C180.663 128.52 180.661 128.538 180.66 128.564C180.658 128.581 180.657 128.604 180.655 128.627V128.627L180.654 128.644L180.651 128.657V128.669C179.694 136.277 177.774 143.746 174.947 150.86C174.605 151.719 173.781 152.24 172.913 152.24C172.635 152.24 172.368 152.186 172.115 152.091L172.108 152.085H172.102C170.978 151.635 170.429 150.365 170.877 149.239C173.544 142.523 175.361 135.472 176.275 128.289C176.28 128.25 176.286 128.217 176.29 128.198C176.297 128.175 176.297 128.172 176.298 128.167L176.299 128.159C176.303 128.136 176.308 128.125 176.308 128.116C176.76 124.504 176.988 120.834 176.988 117.199C176.988 114.941 176.76 113.305 176.338 111.944C175.918 110.588 175.296 109.469 174.459 108.251C174.336 108.074 174.254 107.889 174.198 107.708C173.958 106.933 174.226 106.264 174.226 106.264C174.364 105.859 174.622 105.48 175.025 105.205C176.023 104.52 177.386 104.776 178.066 105.771C178.18 105.937 178.288 106.1 178.391 106.262L178.411 106.292C178.447 106.35 178.484 106.408 178.52 106.464ZM168.333 156.234C168.733 155.098 169.975 154.489 171.12 154.891L171.122 154.898C172.263 155.296 172.868 156.542 172.466 157.687C171.654 160.003 170.746 162.057 169.687 163.964C169.286 164.683 168.537 165.09 167.771 165.09C167.405 165.09 167.046 164.997 166.718 164.823L166.712 164.819L166.705 164.814C165.653 164.225 165.27 162.89 165.857 161.833C166.789 160.156 167.599 158.324 168.333 156.234ZM171.626 99.2266C168.146 96.9579 164.099 95.7567 159.929 95.7567C152.492 95.7567 145.69 99.5301 141.74 105.844C141.64 106.009 141.556 106.174 141.488 106.309L141.474 106.336C141.424 106.438 141.381 106.522 141.336 106.603L141.323 106.625C141.314 106.64 141.306 106.655 141.299 106.67L140.722 107.701H140.752C139.291 110.639 138.494 113.875 138.494 117.194C138.494 117.258 138.499 117.327 138.505 117.4C138.492 120.944 138.12 124.489 137.403 127.933C137.398 127.954 137.393 127.976 137.388 127.997C137.386 128.007 137.384 128.016 137.382 128.025C137.378 128.043 137.374 128.06 137.37 128.078C137.366 128.091 137.363 128.105 137.36 128.118C137.354 128.142 137.349 128.163 137.347 128.18C137.346 128.187 137.344 128.192 137.343 128.197C137.341 128.205 137.34 128.212 137.339 128.219L137.339 128.219V128.23L137.334 128.241C137.252 128.639 137.164 129.031 137.069 129.422C136.79 130.598 137.511 131.782 138.686 132.066L138.701 132.07H138.716C138.865 132.102 139.028 132.126 139.205 132.126C140.197 132.126 141.088 131.452 141.334 130.451C141.461 129.915 141.579 129.377 141.693 128.833V128.828C141.707 128.761 141.716 128.697 141.722 128.65L141.725 128.622C141.732 128.57 141.736 128.544 141.74 128.523C142.494 124.816 142.89 121.006 142.89 117.196C142.89 117.138 142.886 117.071 142.879 117C142.916 113.864 143.805 110.816 145.46 108.166C145.544 108.03 145.643 107.899 145.764 107.74C145.768 107.735 145.772 107.729 145.776 107.723C145.781 107.717 145.785 107.711 145.789 107.705H145.798L146.015 107.395C149.223 102.845 154.339 100.139 159.934 100.139C163.251 100.139 166.469 101.095 169.235 102.899V102.901C170.249 103.553 171.603 103.276 172.263 102.26C172.924 101.246 172.636 99.8875 171.626 99.2288V99.2266ZM137.357 136.982C138.388 137.613 138.718 138.956 138.096 139.991L138.094 139.987C136.667 142.34 135.817 143.975 135.06 145.43L135.056 145.437C133.831 147.794 132.848 149.682 130.245 152.893C129.813 153.432 129.18 153.707 128.543 153.707C128.065 153.707 127.572 153.552 127.167 153.221H127.165L127.163 153.219C126.227 152.457 126.08 151.079 126.84 150.143C129.167 147.272 129.954 145.759 131.166 143.429L131.173 143.416L131.221 143.325C131.991 141.846 132.874 140.15 134.348 137.718C134.979 136.683 136.322 136.362 137.353 136.978L137.355 136.982H137.357Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M190.227 120.141H194.607C194.526 122.879 194.335 125.613 194.042 128.305L194.029 128.443C194.028 128.457 194.027 128.471 194.025 128.489L194.023 128.518L194.022 128.536C194.02 128.562 194.018 128.592 194.014 128.626V128.63V128.634C192.884 138.721 190.262 148.543 186.218 157.829C185.858 158.656 185.051 159.144 184.212 159.144C183.917 159.144 183.622 159.088 183.333 158.961C182.225 158.477 181.723 157.188 182.208 156.079C186.048 147.264 188.543 137.942 189.634 128.361L189.638 128.316C189.64 128.294 189.643 128.275 189.645 128.257L189.714 127.646H189.716C189.98 125.167 190.152 122.653 190.227 120.141ZM125.107 120.141H129.494C129.304 123 128.84 125.822 128.115 128.572C128.1 128.63 128.087 128.682 128.076 128.729L128.065 128.778L128.065 128.778C128.053 128.835 128.038 128.9 128.02 128.968V128.975C126.72 133.721 124.653 138.194 121.877 142.269C121.45 142.893 120.762 143.225 120.064 143.225C119.64 143.225 119.21 143.102 118.831 142.844C117.834 142.161 117.578 140.797 118.256 139.798C120.688 136.235 122.501 132.324 123.678 128.183L123.829 127.651H123.84C124.496 125.202 124.922 122.687 125.107 120.141ZM207.908 120.141C207.835 122.932 207.658 125.72 207.386 128.458C207.384 128.486 207.381 128.516 207.379 128.555V128.585L207.375 128.622L207.31 129.241V129.246V129.25C207.183 130.365 206.241 131.198 205.136 131.198C205.054 131.198 204.975 131.194 204.893 131.185H204.891C203.683 131.054 202.824 129.967 202.954 128.768L203.003 128.299L203.022 128.107C203.285 125.482 203.455 122.813 203.527 120.141H207.908ZM111.759 120.141H116.163C116.095 120.888 116.001 121.632 115.884 122.369C115.707 123.443 114.78 124.209 113.723 124.209C113.609 124.209 113.492 124.201 113.37 124.179H113.363H113.357C112.171 123.981 111.361 122.864 111.557 121.667C111.638 121.163 111.705 120.653 111.759 120.141ZM138.424 120.141H142.812C142.662 122.963 142.3 125.771 141.74 128.523C141.736 128.544 141.732 128.57 141.725 128.622L141.722 128.65C141.716 128.697 141.707 128.761 141.693 128.828V128.833C141.579 129.377 141.461 129.915 141.334 130.451C141.088 131.452 140.197 132.126 139.205 132.126C139.028 132.126 138.865 132.102 138.716 132.07H138.701L138.686 132.066C137.511 131.782 136.79 130.598 137.069 129.422C137.164 129.031 137.252 128.639 137.334 128.241L137.339 128.23V128.219L137.339 128.219C137.339 128.215 137.34 128.21 137.341 128.206C137.342 128.203 137.343 128.2 137.343 128.197L137.347 128.18C137.349 128.163 137.354 128.142 137.36 128.118L137.37 128.078L137.382 128.025L137.388 127.997C137.393 127.976 137.398 127.954 137.403 127.933C137.935 125.377 138.277 122.766 138.424 120.141ZM152.675 120.141H155.297C154.924 120.438 154.451 120.61 153.922 120.561C153.454 120.552 153.025 120.397 152.675 120.141ZM163.636 120.141H168.02C167.917 122.94 167.667 125.733 167.281 128.482V128.488V128.495C167.28 128.5 167.279 128.506 167.278 128.517C167.276 128.528 167.275 128.545 167.272 128.572C167.27 128.585 167.269 128.602 167.267 128.621C167.265 128.642 167.263 128.667 167.259 128.691V128.697V128.704C167.01 130.454 166.7 132.189 166.34 133.9L166.342 133.896C166.127 134.929 165.212 135.633 164.203 135.633C164.061 135.633 163.91 135.62 163.755 135.59H163.751H163.746C162.562 135.34 161.805 134.175 162.055 132.994C162.38 131.444 162.655 129.875 162.885 128.286C162.892 128.232 162.9 128.185 162.907 128.155L162.91 128.14L162.913 128.126L162.915 128.112L162.917 128.103L162.918 128.097V128.09V128.084C163.294 125.466 163.534 122.806 163.636 120.141ZM176.938 120.141H181.317C181.225 122.929 181.004 125.725 180.667 128.484L180.665 128.493L180.664 128.506C180.663 128.52 180.661 128.538 180.66 128.564C180.658 128.581 180.657 128.604 180.655 128.627V128.627L180.654 128.644L180.651 128.657V128.669C179.694 136.277 177.774 143.746 174.947 150.86C174.605 151.719 173.781 152.24 172.913 152.24C172.635 152.24 172.368 152.186 172.115 152.091L172.108 152.085H172.102C170.978 151.635 170.429 150.365 170.877 149.239C173.544 142.523 175.361 135.472 176.275 128.288C176.28 128.25 176.286 128.217 176.29 128.198C176.297 128.175 176.297 128.172 176.298 128.167L176.299 128.159C176.301 128.149 176.303 128.141 176.304 128.134C176.306 128.126 176.308 128.121 176.308 128.116C176.638 125.477 176.849 122.806 176.938 120.141ZM155.636 131.784C155.935 130.609 155.222 129.423 154.056 129.122C152.861 128.812 151.686 129.541 151.393 130.706C149.734 137.206 148.349 141.339 146.365 145.128C144.376 148.921 141.771 152.401 137.617 157.58C136.864 158.519 137.012 159.896 137.953 160.654H137.955C138.357 160.979 138.844 161.136 139.322 161.136C139.961 161.136 140.596 160.856 141.031 160.318C145.28 155.021 148.076 151.286 150.235 147.166C152.398 143.04 153.909 138.56 155.636 131.782V131.784ZM162.347 140.666H162.349C163.49 141.068 164.086 142.319 163.688 143.455C160.47 152.632 158.446 156.53 152.929 164.178C152.501 164.772 151.825 165.086 151.153 165.086C150.71 165.086 150.262 164.955 149.87 164.671H149.868C148.887 163.96 148.674 162.596 149.38 161.614C154.668 154.283 156.457 150.832 159.553 142.009C159.951 140.879 161.193 140.255 162.342 140.666H162.347ZM171.12 154.891C169.975 154.489 168.733 155.098 168.333 156.234C167.599 158.324 166.789 160.156 165.857 161.833C165.27 162.89 165.653 164.225 166.705 164.814L166.712 164.819L166.718 164.823C167.046 164.997 167.405 165.09 167.771 165.09C168.537 165.09 169.286 164.683 169.687 163.964C170.746 162.057 171.654 160.003 172.466 157.687C172.868 156.542 172.263 155.296 171.122 154.898L171.12 154.891ZM138.096 139.991C138.718 138.956 138.388 137.613 137.357 136.982H137.355L137.353 136.978C136.322 136.362 134.979 136.683 134.348 137.718C132.874 140.15 131.991 141.846 131.221 143.324L131.221 143.325L131.173 143.416L131.166 143.429C129.954 145.759 129.167 147.272 126.84 150.143C126.08 151.079 126.227 152.457 127.163 153.219L127.165 153.221H127.167C127.572 153.552 128.065 153.707 128.543 153.707C129.18 153.707 129.813 153.432 130.245 152.893C132.848 149.682 133.831 147.794 135.056 145.437L135.06 145.43L135.06 145.43C135.817 143.975 136.667 142.34 138.094 139.987L138.096 139.991Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
15
|
+
<rect x="99.0601" y="116.918" width="121.88" height="7.076" rx="3.538" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
16
|
+
</svg>
|
|
17
|
+
`;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export default `<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Handshake-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="M106.525 101.167L80.408 89.856L61.5708 127.829L148.879 174.772L149.381 174.05L162.134 186.008C165.23 188.911 170.092 188.754 172.995 185.659C174.274 184.294 174.959 182.587 175.06 180.855C178.161 183.625 182.923 183.428 185.782 180.378C187.553 178.489 188.185 175.941 187.705 173.583C190.583 174.795 194.034 174.167 196.295 171.756C198.173 169.752 198.77 167.009 198.119 164.535C201.214 166.892 205.653 166.571 208.372 163.671C211.274 160.575 211.118 155.713 208.022 152.81L181.434 127.881L181.47 127.829C181.402 127.578 181.332 127.309 181.257 127.023L181.257 127.022L181.257 127.02C179.908 121.861 177.16 111.353 161.978 105.915C152.046 102.357 140.13 102.438 130.985 103.584C122.761 104.615 114.131 104.46 106.525 101.167Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.6972 87.9135L107.121 99.7901C114.373 102.931 122.693 103.112 130.799 102.096C140.046 100.937 152.232 100.83 162.484 104.502C170.36 107.324 175.099 111.5 178.036 115.715C180.942 119.886 182.021 124.015 182.699 126.609L182.706 126.634L182.706 126.635L182.707 126.639L182.708 126.641L182.709 126.644C182.754 126.818 182.798 126.984 182.839 127.142L209.048 151.716C212.748 155.185 212.935 160.997 209.466 164.697C206.932 167.4 203.15 168.228 199.852 167.127C199.714 169.166 198.897 171.173 197.389 172.782C195.25 175.063 192.222 176.008 189.349 175.586C189.244 177.681 188.424 179.753 186.876 181.404C184.036 184.433 179.626 185.108 176.09 183.35C175.682 184.556 175.016 185.696 174.089 186.685C170.62 190.385 164.808 190.572 161.108 187.102L149.622 176.333L149.348 176.728L59.582 128.463L79.6972 87.9135ZM148.411 172.817L149.139 171.768L163.16 184.914C165.651 187.25 169.565 187.124 171.901 184.633C172.931 183.534 173.481 182.162 173.563 180.768L173.744 177.668L176.06 179.737C178.554 181.965 182.387 181.807 184.688 179.352C186.113 177.833 186.623 175.785 186.235 173.882L185.669 171.098L188.288 172.201C190.606 173.177 193.382 172.669 195.2 170.73C196.711 169.119 197.194 166.912 196.668 164.917L195.557 160.699L199.027 163.342C201.517 165.237 205.09 164.978 207.277 162.645C209.613 160.154 209.487 156.24 206.996 153.904L179.464 128.089L179.843 127.543C179.831 127.498 179.819 127.452 179.807 127.405L179.806 127.404L179.806 127.403L179.805 127.4C179.134 124.832 178.162 121.145 175.574 117.43C173.004 113.741 168.778 109.944 161.472 107.327C151.859 103.883 140.213 103.94 131.172 105.073C122.83 106.118 113.889 105.99 105.929 102.543L81.1188 91.7984L63.5596 127.195L148.411 172.817Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path d="M206.359 104.833L250.118 89.3211C250.667 89.1262 251.267 89.4414 251.418 90.0049L262.457 131.22C262.598 131.747 262.29 132.29 261.765 132.44L231.177 141.153C231.116 141.17 231.057 141.193 231.001 141.222L208.128 152.751C207.756 152.938 207.307 152.876 207 152.593L176.406 124.39C172.738 121.008 167.477 120.15 162.664 121.462C146.078 125.98 137.36 121.021 133.875 116.172C132.892 114.805 133.749 113.043 135.347 112.514L167.166 101.996C168.125 101.679 169.119 101.507 170.129 101.537C172.68 101.615 178.093 101.964 183.583 103.479C190.981 105.522 199.125 107.398 206.359 104.833Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M249.616 87.9073C250.991 87.42 252.489 88.208 252.867 89.6168L263.906 130.831C264.259 132.15 263.489 133.509 262.176 133.883L231.633 142.583L208.804 154.09C207.873 154.559 206.75 154.402 205.984 153.696L175.389 125.493C172.17 122.525 167.471 121.707 163.058 122.909C146.051 127.542 136.607 122.543 132.657 117.047L133.865 116.178L133.868 116.176M133.865 116.178L132.657 117.047C131.833 115.902 131.783 114.556 132.265 113.436C132.733 112.346 133.689 111.483 134.876 111.09L166.695 100.572C167.794 100.208 168.963 100.001 170.175 100.038C172.78 100.117 178.327 100.472 183.982 102.033C191.428 104.089 199.127 105.805 205.858 103.419L249.616 87.9073M250.109 90.9157L206.86 106.247C199.122 108.99 190.535 106.954 183.184 104.925C177.858 103.455 172.581 103.112 170.083 103.037C169.275 103.012 168.457 103.149 167.637 103.42L135.818 113.939C135.407 114.074 135.135 114.356 135.021 114.621C134.92 114.856 134.933 115.075 135.093 115.296C138.113 119.498 146.105 124.418 162.269 120.014C167.483 118.594 173.306 119.492 177.422 123.287L207.762 151.256L230.326 139.882L230.326 139.882C230.467 139.811 230.614 139.754 230.766 139.71L260.881 131.132L250.109 90.9157ZM249.969 90.395L249.969 90.393L250.452 90.2636L250.619 90.7349L250.618 90.7353C250.618 90.7352 250.618 90.735 250.619 90.7349L250.452 90.2636L249.969 90.393C249.969 90.3936 249.969 90.3943 249.969 90.395Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<path d="M137.618 179.379C133.39 179.74 129.67 176.604 129.309 172.376L128.173 159.058C127.812 154.83 130.947 151.11 135.176 150.749C139.404 150.388 143.124 153.523 143.485 157.752L144.621 171.07C144.982 175.298 141.846 179.018 137.618 179.379Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M137.745 180.874C132.692 181.305 128.245 177.557 127.814 172.504L126.678 159.186C126.247 154.132 129.994 149.685 135.048 149.254C140.102 148.823 144.548 152.571 144.979 157.624L146.115 170.942C146.547 175.996 142.799 180.443 137.745 180.874ZM130.803 172.249C131.094 175.652 134.088 178.175 137.49 177.885C140.893 177.594 143.417 174.6 143.126 171.197L141.99 157.879C141.7 154.476 138.706 151.953 135.303 152.243C131.9 152.534 129.377 155.528 129.667 158.931L130.803 172.249Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M123.129 173.013C118.901 173.373 115.181 170.238 114.82 166.01L114.149 158.142C113.712 153.017 117.512 148.507 122.637 148.07C125.969 147.786 128.9 150.256 129.184 153.588L130.132 164.704C130.493 168.932 127.358 172.652 123.129 173.013Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M123.257 174.507C118.203 174.938 113.757 171.191 113.326 166.137L112.654 158.269C112.147 152.319 116.559 147.083 122.51 146.576C126.667 146.221 130.324 149.303 130.679 153.46L131.627 164.576C132.058 169.63 128.311 174.076 123.257 174.507ZM116.315 165.882C116.605 169.285 119.599 171.809 123.002 171.518C126.405 171.228 128.928 168.234 128.638 164.831L127.689 153.715C127.476 151.209 125.271 149.351 122.765 149.565C118.465 149.932 115.277 153.715 115.644 158.014L116.315 165.882Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path d="M107.665 167.465C103.437 167.826 99.7167 164.69 99.356 160.462L99.2753 159.516C98.8701 154.766 102.393 150.586 107.143 150.181L112.462 149.727C113.23 149.662 113.907 150.232 113.972 151.001L114.668 159.156C115.029 163.384 111.893 167.104 107.665 167.465Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M107.793 168.959C102.739 169.39 98.2925 165.643 97.8614 160.589L97.7807 159.644C97.3051 154.068 101.44 149.162 107.016 148.687L112.334 148.233C113.928 148.097 115.331 149.279 115.467 150.873L116.163 159.028C116.594 164.082 112.846 168.528 107.793 168.959ZM100.851 160.334C101.141 163.737 104.135 166.261 107.538 165.97C110.94 165.68 113.464 162.686 113.173 159.283L112.487 151.231L107.271 151.676C103.345 152.01 100.435 155.464 100.77 159.389L100.851 160.334Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path d="M153.203 183.666C148.974 184.027 145.254 180.891 144.894 176.663L143.943 165.515C143.582 161.287 146.717 157.567 150.946 157.206C155.174 156.845 158.894 159.981 159.255 164.209L160.206 175.357C160.566 179.585 157.431 183.305 153.203 183.666Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M153.33 185.161C148.276 185.592 143.83 181.844 143.399 176.791L142.448 165.643C142.017 160.589 145.764 156.143 150.818 155.711C155.872 155.28 160.318 159.028 160.749 164.081L161.7 175.229C162.131 180.283 158.384 184.73 153.33 185.161ZM146.388 176.536C146.678 179.939 149.672 182.462 153.075 182.172C156.478 181.881 159.001 178.887 158.711 175.484L157.76 164.336C157.47 160.934 154.476 158.41 151.073 158.701C147.67 158.991 145.147 161.985 145.437 165.388L146.388 176.536Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M169.087 153.56C169.692 152.994 170.641 153.025 171.207 153.63L189.003 172.641C189.569 173.245 189.538 174.195 188.933 174.761C188.328 175.327 187.379 175.296 186.813 174.691L169.017 155.68C168.451 155.075 168.482 154.126 169.087 153.56Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M180.285 145.609C180.876 145.029 181.826 145.039 182.406 145.63L200.423 164.014C201.003 164.605 200.993 165.555 200.401 166.135C199.81 166.715 198.86 166.705 198.28 166.114L180.263 147.73C179.683 147.138 179.693 146.189 180.285 145.609Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M165.743 169.304C166.369 168.76 167.316 168.827 167.86 169.452L177.407 180.445C177.95 181.071 177.883 182.018 177.258 182.561C176.632 183.105 175.685 183.038 175.142 182.413L165.595 171.42C165.051 170.794 165.118 169.847 165.743 169.304Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
<rect x="226.239" y="89.1238" width="26.6621" height="58.4348" rx="4" transform="rotate(-18.7886 226.239 89.1238)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
22
|
+
<path d="M242.783 83.004C241.894 80.3897 243.292 77.5494 245.907 76.66L274.122 67.061L296.402 132.552L268.187 142.151C265.573 143.04 262.732 141.642 261.843 139.028L242.783 83.004Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
23
|
+
<rect width="26.2929" height="58.4348" rx="4" transform="matrix(-0.892669 -0.450713 -0.450713 0.892669 97.0564 90.6314)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
24
|
+
<path d="M81.8539 82.434C83.0985 79.9689 82.1091 76.9617 79.6441 75.717L54.7904 63.1683L23.6114 124.921L48.465 137.469C50.9301 138.714 53.9373 137.725 55.182 135.26L81.8539 82.434Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
25
|
+
</svg>
|
|
26
|
+
`;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export default `<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Help-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.8026H194.515C190.728 94.7317 186.965 95.4165 183.445 96.8167C179.926 98.217 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.797H290.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.217 302.034 96.8167C298.515 95.4165 294.752 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 d="M134.778 200.873C169.717 192.77 191.472 157.879 183.37 122.94C175.268 88.0015 140.376 66.2463 105.437 74.3486C70.4987 82.4508 48.7435 117.342 56.8457 152.281C64.948 187.22 99.8395 208.975 134.778 200.873Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M142.713 190.82C177.651 182.718 199.407 147.827 191.304 112.888C183.202 77.9493 148.311 56.1941 113.372 64.2963C78.4333 72.3986 56.678 107.29 64.7803 142.229C72.8825 177.167 107.774 198.923 142.713 190.82Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M194.226 112.21C202.703 148.763 179.943 185.266 143.39 193.743C106.837 202.219 70.334 179.459 61.8574 142.906C53.3809 106.354 76.1411 69.8504 112.694 61.3739C149.246 52.8974 185.75 75.6575 194.226 112.21ZM191.304 112.888C199.406 147.827 177.651 182.718 142.712 190.82C107.774 198.923 72.8821 177.167 64.7799 142.229C56.6776 107.29 78.4328 72.3986 113.371 64.2963C148.31 56.1941 183.202 77.9493 191.304 112.888Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M139.652 177.623C167.302 171.211 184.518 143.598 178.106 115.948C171.694 88.2986 144.082 71.082 116.432 77.494C88.7823 83.9059 71.5656 111.518 77.9776 139.168C84.3896 166.818 112.002 184.035 139.652 177.623Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M122.543 103.843C114.886 105.619 108.943 112.549 110.7 120.126C111.08 121.763 112.715 122.783 114.352 122.403C115.989 122.023 117.008 120.389 116.629 118.751C115.855 115.414 118.477 111.034 123.918 109.772C129.358 108.511 133.641 111.29 134.415 114.627C134.836 116.441 134.595 117.784 134.094 118.888C133.559 120.07 132.65 121.142 131.483 122.244C130.955 122.742 130.418 123.206 129.854 123.694L129.677 123.847C129.078 124.365 128.417 124.942 127.843 125.529C126.859 126.534 125.143 128.528 125.766 131.21L126.453 134.175C126.833 135.812 128.468 136.831 130.105 136.451C131.742 136.072 132.761 134.437 132.382 132.8L131.788 130.24C131.868 130.136 131.996 129.987 132.192 129.786C132.565 129.405 133.04 128.986 133.661 128.448L133.841 128.292C134.392 127.815 135.03 127.264 135.659 126.671C137.054 125.355 138.623 123.639 139.638 121.401C140.687 119.086 141.069 116.378 140.344 113.252C138.586 105.674 130.2 102.068 122.543 103.843Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path d="M136.957 145.796C137.527 148.251 135.998 150.704 133.542 151.273C131.086 151.843 128.634 150.314 128.064 147.858C127.495 145.402 129.024 142.95 131.48 142.38C133.935 141.811 136.388 143.34 136.957 145.796Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M212.719 96.7565C211.72 100.134 213.648 103.681 217.025 104.679L268.147 119.797L271.764 107.568L220.642 92.4501C217.265 91.4514 213.718 93.3795 212.719 96.7565Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M228.867 34.6336C230.548 28.9492 236.519 25.7038 242.203 27.3848L294.221 42.7676L275.308 106.721L223.291 91.3386C217.606 89.6576 211.635 92.9029 209.954 98.5873L228.867 34.6336Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M209.988 96.0812C211.359 91.4473 216.226 88.8016 220.86 90.172L275.437 106.311L274.019 111.106L219.442 94.9667C217.456 94.3795 215.37 95.5133 214.783 97.4991C214.196 99.485 215.33 101.571 217.316 102.158L271.892 118.298L270.475 123.092L215.898 106.953C211.264 105.583 208.618 100.715 209.988 96.0812Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
15
|
+
<path d="M250.457 44.4743L275.984 52.0232L271.362 67.6522L245.835 60.1033L250.457 44.4743Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
16
|
+
<path d="M223.178 116.664L227.75 101.202L238.063 104.251L233.49 119.714L223.178 116.664Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<path d="M73.0062 27.0549C72.5373 27.4132 72.1737 27.8913 71.9536 28.4389C71.7335 28.9864 71.665 29.5832 71.7554 30.1664L73.5441 44.0935C73.8389 46.3971 75.901 47.3922 77.7064 47.1608C78.4488 47.093 79.149 46.7861 79.702 46.2861C80.255 45.7862 80.6308 45.1203 80.7728 44.3885C80.831 44.0329 80.8349 43.6705 80.7847 43.3137L78.996 29.3865C78.93 28.7739 78.6997 28.1905 78.3294 27.698C77.9591 27.2056 77.4626 26.8224 76.8924 26.589C76.2585 26.3293 75.5689 26.2358 74.8888 26.3173C74.2087 26.3989 73.5607 26.6528 73.0062 27.0549Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
18
|
+
<path d="M15.5043 77.1892C15.3509 77.5827 15.2813 78.0039 15.2998 78.4258C15.3183 78.8477 15.4246 79.2612 15.6119 79.6398C15.7992 80.0183 16.0633 80.3537 16.3875 80.6244C16.7116 80.8951 17.0887 81.0953 17.4945 81.2121L30.4515 85.5928C30.9179 85.7487 31.4107 85.8101 31.9011 85.7735C32.3915 85.7368 32.8697 85.6029 33.3078 85.3794C33.7458 85.1559 34.135 84.8473 34.4525 84.4718C34.7701 84.0962 35.0096 83.6612 35.1571 83.192C35.2233 83.0002 35.2737 82.8034 35.3078 82.6034C35.4442 81.8662 35.2996 81.1047 34.9024 80.469C34.5052 79.8332 33.8842 79.3694 33.1619 79.1689L20.2097 74.7934C19.7437 74.6367 19.2511 74.5745 18.7607 74.6105C18.2704 74.6465 17.7921 74.78 17.3539 75.0031C16.9158 75.2262 16.5265 75.5344 16.2089 75.9098C15.8913 76.2851 15.6518 76.7201 15.5043 77.1892Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
19
|
+
<path d="M34.7546 43.999C34.7047 44.4577 34.7488 44.9218 34.8844 45.3629C35.02 45.8039 35.2441 46.2127 35.543 46.5641L48.7932 62.4661C49.3914 63.1759 50.2409 63.627 51.164 63.725C52.0871 63.823 53.0124 63.5604 53.7464 62.992C54.4249 62.462 54.8795 61.6963 55.0201 60.8468C55.1003 60.357 55.074 59.8557 54.9429 59.377C54.8119 58.8983 54.5792 58.4535 54.2607 58.0729L41.0106 42.171C40.4095 41.4567 39.555 41.0032 38.6267 40.9059C37.6983 40.8086 36.7683 41.0749 36.0322 41.649C35.672 41.9344 35.3731 42.2898 35.1536 42.6936C34.934 43.0974 34.7983 43.5414 34.7546 43.999Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
20
|
+
</svg>
|
|
21
|
+
`;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export default `<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Lock-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
|
+
<path d="M94.7227 194.605H125.562V201.522C125.562 204.835 122.876 207.522 119.562 207.522H100.723C97.4089 207.522 94.7227 204.835 94.7227 201.522V194.605Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
7
|
+
<path d="M194.435 194.605H225.274V201.522C225.274 204.835 222.588 207.522 219.274 207.522H200.435C197.121 207.522 194.435 204.835 194.435 201.522V194.605Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path d="M72.4902 48.156C72.4902 40.9763 78.3105 35.156 85.4902 35.156H234.508C241.688 35.156 247.508 40.9763 247.508 48.156V181.641C247.508 188.821 241.688 194.641 234.508 194.641H85.4902C78.3105 194.641 72.4902 188.821 72.4902 181.641V48.156Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M85.4902 32.156H234.508C243.345 32.156 250.508 39.3194 250.508 48.156V181.641C250.508 190.478 243.345 197.641 234.508 197.641H85.4902C76.6537 197.641 69.4902 190.478 69.4902 181.641V48.156C69.4902 39.3195 76.6537 32.156 85.4902 32.156ZM85.4902 35.156C78.3105 35.156 72.4902 40.9763 72.4902 48.156V181.641C72.4902 188.821 78.3105 194.641 85.4902 194.641H234.508C241.688 194.641 247.508 188.821 247.508 181.641V48.156C247.508 40.9763 241.688 35.156 234.508 35.156H85.4902Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<rect x="95.9717" y="60.9709" width="128.054" height="107.855" rx="7" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
11
|
+
<rect x="91.4766" y="76.0737" width="8.4922" height="29.9872" rx="4.2461" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
12
|
+
<rect x="91.4766" y="123.737" width="8.4922" height="29.9872" rx="4.2461" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<rect x="205.184" y="78.4641" width="9.34213" height="71.1193" rx="4.67107" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path d="M189.609 114.899C189.609 135.383 173.004 151.989 152.519 151.989C132.035 151.989 115.429 135.383 115.429 114.899C115.429 94.4143 132.035 77.8083 152.519 77.8083C173.004 77.8083 189.609 94.4143 189.609 114.899Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M152.519 148.989C171.347 148.989 186.609 133.726 186.609 114.899C186.609 96.0711 171.347 80.8083 152.519 80.8083C133.691 80.8083 118.429 96.0711 118.429 114.899C118.429 133.726 133.691 148.989 152.519 148.989ZM152.519 151.989C173.004 151.989 189.609 135.383 189.609 114.899C189.609 94.4143 173.004 77.8083 152.519 77.8083C132.035 77.8083 115.429 94.4143 115.429 114.899C115.429 135.383 132.035 151.989 152.519 151.989Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<circle cx="152.519" cy="114.899" r="11.3261" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M152.667 90.1211C153.495 90.1211 154.167 90.7927 154.167 91.6211L154.167 98.3438C154.167 99.1722 153.495 99.8438 152.667 99.8438C151.839 99.8438 151.167 99.1722 151.167 98.3438L151.167 91.6211C151.167 90.7927 151.839 90.1211 152.667 90.1211Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M152.667 129.954C153.495 129.954 154.167 130.626 154.167 131.454L154.167 138.177C154.167 139.005 153.495 139.677 152.667 139.677C151.839 139.677 151.167 139.005 151.167 138.177L151.167 131.454C151.167 130.626 151.839 129.954 152.667 129.954Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M176.94 116.399C176.94 117.228 176.269 117.899 175.44 117.899L168.718 117.899C167.889 117.899 167.218 117.228 167.218 116.399C167.218 115.571 167.889 114.899 168.718 114.899L175.44 114.899C176.269 114.899 176.94 115.571 176.94 116.399Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M137.107 116.399C137.107 117.228 136.436 117.899 135.607 117.899L128.885 117.899C128.056 117.899 127.385 117.228 127.385 116.399C127.385 115.571 128.056 114.899 128.885 114.899L135.607 114.899C136.436 114.899 137.107 115.571 137.107 116.399Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M168.623 133.48C168.037 134.066 167.088 134.066 166.502 133.48L161.748 128.726C161.162 128.14 161.162 127.191 161.748 126.605C162.334 126.019 163.284 126.019 163.869 126.605L168.623 131.359C169.209 131.944 169.209 132.894 168.623 133.48Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M140.458 105.313C139.872 105.899 138.923 105.899 138.337 105.313L133.583 100.559C132.997 99.9734 132.997 99.0237 133.583 98.4379C134.169 97.8521 135.119 97.8521 135.704 98.4379L140.458 103.192C141.044 103.777 141.044 104.727 140.458 105.313Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M170.745 98.4401C171.331 99.0259 171.331 99.9756 170.745 100.561L165.991 105.315C165.406 105.901 164.456 105.901 163.87 105.315C163.284 104.729 163.284 103.78 163.87 103.194L168.624 98.4401C169.209 97.8543 170.159 97.8543 170.745 98.4401Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M142.58 126.606C143.166 127.192 143.166 128.142 142.58 128.728L137.826 133.481C137.24 134.067 136.291 134.067 135.705 133.481C135.119 132.896 135.119 131.946 135.705 131.36L140.459 126.606C141.044 126.021 141.994 126.021 142.58 126.606Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
25
|
+
</svg>
|
|
26
|
+
`;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export default `<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Mission-alternate">
|
|
2
|
+
<path d="M130.352 144.682H33.9433C26.384 144.682 19.1343 147.685 13.789 153.03C8.4438 158.376 5.44092 165.625 5.44092 173.185C5.44092 180.744 8.4438 187.994 13.789 193.339C19.1343 198.684 26.384 201.687 33.9433 201.687H130.392C137.952 201.687 145.201 198.684 150.547 193.339C155.892 187.994 158.895 180.744 158.895 173.185C158.895 165.625 155.892 158.376 150.547 153.03C145.201 147.685 137.952 144.682 130.392 144.682H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 172.975H69.0146C61.549 173.115 54.4364 176.179 49.2061 181.508C43.9758 186.837 41.0457 194.006 41.0457 201.473C41.0457 208.939 43.9758 216.108 49.2061 221.437C54.4364 226.766 61.549 229.83 69.0146 229.97H165.474C172.939 229.83 180.052 226.766 185.282 221.437C190.512 216.108 193.443 208.939 193.443 201.473C193.443 194.006 190.512 186.837 185.282 181.508C180.052 176.179 172.939 173.115 165.474 172.975Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 94.1566H194.515C190.728 94.0857 186.965 94.7704 183.445 96.1707C179.925 97.571 176.72 99.6588 174.017 102.312C171.314 104.965 169.166 108.131 167.7 111.624C166.234 115.116 165.479 118.866 165.479 122.654C165.479 126.442 166.234 130.192 167.7 133.685C169.166 137.177 171.314 140.343 174.017 142.996C176.72 145.649 179.925 147.737 183.445 149.137C186.965 150.538 190.728 151.222 194.515 151.151H290.964C294.751 151.222 298.515 150.538 302.034 149.137C305.554 147.737 308.759 145.649 311.462 142.996C314.166 140.343 316.313 137.177 317.779 133.685C319.245 130.192 320 126.442 320 122.654C320 118.866 319.245 115.116 317.779 111.624C316.313 108.131 314.166 104.965 311.462 102.312C308.759 99.6588 305.554 97.571 302.034 96.1707C298.515 94.7704 294.751 94.0857 290.964 94.1566Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 42.1235H37.767C27.7505 42.1235 18.1444 46.1025 11.0617 53.1852C3.979 60.2679 0 69.8741 0 79.8905C0 89.9069 3.979 99.5131 11.0617 106.596C18.1444 113.678 27.7505 117.657 37.767 117.657H219.084C229.101 117.657 238.707 113.678 245.789 106.596C252.872 99.5131 256.851 89.9069 256.851 79.8905C256.851 69.8741 252.872 60.2679 245.789 53.1852C238.707 46.1025 229.101 42.1235 219.084 42.1235Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<path d="M107.67 142.852L154.93 94.489L126.042 95.9855C117.049 96.4514 108.668 100.685 102.957 107.647L83.5301 131.329C82.6536 132.398 83.099 134.012 84.3993 134.48L107.67 142.852Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
7
|
+
<path d="M139.081 174.263L187.443 127.002L185.947 155.891C185.481 164.884 181.247 173.265 174.285 178.976L150.603 198.403C149.535 199.279 147.921 198.834 147.453 197.533L139.081 174.263Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<path d="M236.25 42.9423C237.852 42.7676 239.165 44.0808 238.99 45.6823C234.877 83.3945 214.603 118.075 183.455 140.679L139.275 172.739C125.446 167.332 114.6 156.486 109.193 142.658L141.254 98.4781C163.858 67.3294 198.538 47.0551 236.25 42.9423Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M139.709 176.13L138.182 175.533C123.574 169.821 112.111 158.359 106.399 143.75L105.802 142.223L138.826 96.716C161.919 64.8934 197.357 44.166 235.925 39.9599C239.433 39.5773 242.355 42.4998 241.973 46.0075C237.767 84.5753 217.039 120.014 185.217 143.107L139.709 176.13ZM238.99 45.6822C239.165 44.0808 237.852 42.7675 236.25 42.9422C198.538 47.055 163.858 67.3294 141.254 98.478L109.193 142.658C114.6 156.486 125.446 167.332 139.275 172.739L183.455 140.679C214.603 118.075 234.878 83.3945 238.99 45.6822Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M109.456 142.296L109.193 142.658C114.6 156.487 125.446 167.332 139.275 172.739L183.455 140.679C198.53 129.739 211.058 115.971 220.439 100.399C214.819 105.507 208.646 110.877 201.878 116.491C159.959 151.269 126.024 149.432 109.456 142.296Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
11
|
+
<circle cx="194.769" cy="87.7363" r="10.1222" transform="rotate(45 194.769 87.7363)" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
12
|
+
<path d="M163.973 128.056C165.151 126.992 165.198 125.158 164.075 124.036L158.469 118.43C157.347 117.308 155.513 117.354 154.449 118.533L115.332 161.857C113.989 163.344 114.047 165.624 115.465 167.041C116.882 168.458 119.161 168.516 120.648 167.173L163.973 128.056Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M200.623 51.944C211.967 47.3458 223.947 44.284 236.25 42.9422C237.852 42.7676 239.165 44.0808 238.99 45.6822C237.646 58.0136 234.573 70.0208 229.957 81.3876C225.442 75.9029 220.355 70.0155 215.86 65.5212C211.537 61.1983 205.926 56.3271 200.623 51.944Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M75.9079 185.355C74.7364 184.184 74.7364 182.284 75.9079 181.113L91.9921 165.028C93.1637 163.857 95.0632 163.857 96.2347 165.028C97.4063 166.2 97.4063 168.099 96.2347 169.271L80.1506 185.355C78.979 186.527 77.0795 186.527 75.9079 185.355Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M107.19 197.664C106.018 196.492 106.018 194.593 107.19 193.421L119.135 181.476C120.306 180.304 122.206 180.304 123.378 181.476C124.549 182.648 124.549 184.547 123.378 185.719L111.432 197.664C110.261 198.835 108.361 198.835 107.19 197.664Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M73.8786 209.787C72.7071 208.615 72.7071 206.716 73.8786 205.544L97.947 181.476C99.1186 180.304 101.018 180.304 102.19 181.476C103.361 182.647 103.361 184.547 102.19 185.718L78.1213 209.787C76.9497 210.958 75.0502 210.958 73.8786 209.787Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
<path d="M276.231 135.638C275.907 130.267 274.736 126.273 273.352 126.28C271.968 126.287 270.811 130.301 270.515 135.7C265.124 136.072 261.116 137.277 261.13 138.668C261.144 140.059 265.158 141.167 270.536 141.422C270.86 146.793 272.023 150.787 273.407 150.78C274.792 150.773 275.948 146.759 276.244 141.36C281.636 140.988 285.644 139.783 285.63 138.392C285.616 137.001 281.602 135.886 276.231 135.638Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
<path d="M252.568 163.014C252.355 159.406 251.57 156.721 250.64 156.721C249.711 156.721 248.933 159.427 248.733 163.056C245.104 163.304 242.412 164.116 242.425 165.046C242.439 165.975 245.132 166.726 248.74 166.891C248.96 170.506 249.745 173.192 250.675 173.185C251.604 173.178 252.383 170.479 252.582 166.85C256.204 166.602 258.897 165.796 258.89 164.86C258.883 163.923 256.184 163.18 252.568 163.014Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
19
|
+
<path d="M135.379 41.6565C135.166 38.0483 134.381 35.3628 133.451 35.3628C132.521 35.3628 131.743 38.069 131.544 41.6979C127.915 41.9458 125.222 42.7583 125.236 43.6879C125.25 44.6175 127.942 45.3681 131.551 45.5333C131.771 49.1485 132.556 51.834 133.486 51.8271C134.415 51.8202 135.193 49.1209 135.393 45.492C139.015 45.2441 141.707 44.4385 141.7 43.502C141.694 42.5655 138.994 41.8218 135.379 41.6565Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
20
|
+
</svg>
|
|
21
|
+
`;
|